Skip to content

Commit 8f5f973

Browse files
committed
chore(api): updated information about max-days property.
1 parent d283e70 commit 8f5f973

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ui/src/components/QCalendar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"max-days": {
165165
"type": "String",
166166
"category": "model",
167-
"desc": "The number of days to be displayed. Applicable only for custom-interval, scheduler and agenda views",
167+
"desc": "The number of days to be displayed. Applicable only for custom-interval, scheduler and agenda views. Do not use with `week` or `month` views (set to 0 if setting the view dynamically)",
168168
"default": 7,
169169
"applicable": [
170170
"custom-interval",

ui/src/components/QCalendarAgenda.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
"max-days": {
628628
"type": ["String", "Number"],
629629
"category": "model",
630-
"desc": "The number of days to be displayed",
630+
"desc": "The number of days to be displayed. Do not use with `week` or `month` views (set to 0 if setting the view dynamically)",
631631
"default": 7,
632632
"examples": [
633633
":max-days=\"14\"",

ui/src/components/QCalendarDay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
"max-days": {
628628
"type": ["String", "Number"],
629629
"category": "model",
630-
"desc": "The number of days to be displayed",
630+
"desc": "The number of days to be displayed. Do not use with `week` or `month` views (set to 0 if setting the view dynamically)",
631631
"default": 7,
632632
"examples": [
633633
":max-days=\"14\"",

ui/src/components/QCalendarScheduler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
"max-days": {
616616
"type": ["String", "Number"],
617617
"category": "model",
618-
"desc": "The number of days to be displayed",
618+
"desc": "The number of days to be displayed. Do not use with `week` or `month` views (set to 0 if setting the view dynamically)",
619619
"default": 7,
620620
"examples": [
621621
":max-days=\"14\"",

ui/src/components/QCalendarTask.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
"max-days": {
716716
"type": ["String", "Number"],
717717
"category": "model",
718-
"desc": "The number of days to be displayed",
718+
"desc": "The number of days to be displayed. Do not use with `week` or `month` views (set to 0 if setting the view dynamically)",
719719
"default": 7,
720720
"examples": [
721721
":max-days=\"14\"",

0 commit comments

Comments
 (0)