You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/components/date/QDate.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -363,23 +363,6 @@
363
363
"addedIn": "v1.1.7"
364
364
},
365
365
366
-
"setViewTo": {
367
-
"desc": "Change current year and month of the Calendar view; It gets corrected if using navigation-min/max-year-month and sets the current view to Calendar",
368
-
"params": {
369
-
"year": {
370
-
"type": "Number",
371
-
"desc": "The year",
372
-
"__exemption": [ "examples" ]
373
-
},
374
-
"month": {
375
-
"type": "Number",
376
-
"desc": "The month",
377
-
"__exemption": [ "examples" ]
378
-
}
379
-
},
380
-
"addedIn": "v1.13.0"
381
-
},
382
-
383
366
"offsetCalendar": {
384
367
"desc": "Increment or decrement calendar view's month or year",
385
368
"params": {
@@ -397,6 +380,23 @@
397
380
"addedIn": "v1.1.7"
398
381
},
399
382
383
+
"setCalendarTo": {
384
+
"desc": "Change current year and month of the Calendar view; It gets corrected if using navigation-min/max-year-month and sets the current view to Calendar",
0 commit comments