forked from aminmokhtari94/vue-persian-calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathattributes.json
66 lines (66 loc) · 2.15 KB
/
attributes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"persian-calendar/date-format": {
"type": "String",
"description": "Date input format of show-date, min-date, max-date"
},
"persian-calendar/show-date": {
"type": "moment",
"description": "Init Date of the calendar"
},
"persian-calendar/display-period": {
"type": "String",
"description": "set display period 'month' or 'week'. (default: month)"
},
"persian-calendar/events-list": {
"type": "Array",
"description": "List of Events"
},
"persian-calendar/min-date": {
"type": "moment",
"description": "Limit minimum time to navigate to"
},
"persian-calendar/max-date": {
"type": "moment",
"description": "Limit minimum time to navigate to"
},
"persian-calendar/disable-today": {
"type": "Boolean",
"description": "If set, Today button and today mark won't show"
},
"persian-calendar/disable-period": {
"type": "Boolean",
"description": "If set, Period change button won't show"
},
"persian-calendar/hide-event-times": {
"type": "Boolean",
"description": "If set, Event date and time won't show"
},
"persian-calendar/hide-month-shadow": {
"type": "Boolean",
"description": "If set, Shadow of days not in showing month won't show"
},
"persian-calendar/hide-past-days-shadow": {
"type": "Boolean",
"description": "If set, Shadow of past days won't show"
},
"persian-calendar/on-day-click": {
"type": "event function",
"description": "A Day has been selected"
},
"persian-calendar/on-event-click": {
"type": "event function",
"description": "An Event has been selected"
},
"persian-calendar/on-display-period-change": {
"type": "event function",
"description": "Display Period has been changed"
},
"persian-calendar/on-page-add": {
"type": "event function",
"description": "Display Page has been added"
},
"persian-calendar/on-page-subtract": {
"type": "event function",
"description": "Display Page has been subtracted"
}
}