vuetify 3.4.7 → 3.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +300 -40
- package/dist/json/importMap-labs.json +24 -0
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +95 -0
- package/dist/json/web-types.json +910 -59
- package/dist/vuetify-labs.css +2402 -2052
- package/dist/vuetify-labs.d.ts +1660 -31
- package/dist/vuetify-labs.esm.js +733 -106
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +733 -106
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +810 -807
- package/dist/vuetify.d.ts +119 -74
- package/dist/vuetify.esm.js +242 -106
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +242 -106
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +235 -215
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +9 -0
- package/lib/blueprints/md1.d.mts +9 -0
- package/lib/blueprints/md2.d.mts +9 -0
- package/lib/blueprints/md3.d.mts +9 -0
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -99
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +42 -30
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +3 -0
- package/lib/components/VOverlay/VOverlay.mjs +11 -6
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/index.d.mts +42 -30
- package/lib/composables/calendar.mjs +128 -0
- package/lib/composables/calendar.mjs.map +1 -0
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +89 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -0
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +77 -44
- package/lib/labs/VCalendar/VCalendar.css +220 -0
- package/lib/labs/VCalendar/VCalendar.mjs +128 -0
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendar.sass +168 -0
- package/lib/labs/VCalendar/VCalendarDay.css +10 -0
- package/lib/labs/VCalendar/VCalendarDay.mjs +47 -0
- package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarDay.sass +9 -0
- package/lib/labs/VCalendar/VCalendarEvent.mjs +30 -0
- package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarHeader.css +14 -0
- package/lib/labs/VCalendar/VCalendarHeader.mjs +76 -0
- package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarHeader.sass +13 -0
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -0
- package/lib/labs/VCalendar/VCalendarInterval.mjs +113 -0
- package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +39 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +76 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs +64 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -0
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +65 -0
- package/lib/{components → labs}/VCalendar/_variables.scss +14 -6
- package/lib/labs/VCalendar/index.d.mts +1592 -0
- package/lib/labs/VCalendar/index.mjs +7 -0
- package/lib/labs/VCalendar/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1586 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +2 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +2 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +2 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +2 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +2 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +2 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +21 -20
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +2 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +2 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +2 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +2 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +2 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +2 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +2 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +2 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +2 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +2 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +2 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +2 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +2 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +2 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +2 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +2 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +2 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +2 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +2 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +2 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +2 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +2 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +2 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +2 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +2 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +2 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +2 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +2 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +2 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +2 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +2 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/components/VCalendar/VCalendar.mjs +0 -352
- package/lib/components/VCalendar/VCalendar.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs +0 -124
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +0 -100
- package/lib/components/VCalendar/VCalendarDaily.mjs +0 -239
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarDaily.sass +0 -140
- package/lib/components/VCalendar/VCalendarMonthly.mjs +0 -25
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +0 -193
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +0 -1
- package/lib/components/VCalendar/VCalendarWeekly.sass +0 -118
- package/lib/components/VCalendar/index.mjs +0 -16
- package/lib/components/VCalendar/index.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs +0 -89
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +0 -416
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.sass +0 -67
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +0 -135
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +0 -85
- package/lib/components/VCalendar/mixins/mouse.mjs.map +0 -1
- package/lib/components/VCalendar/mixins/times.mjs +0 -65
- package/lib/components/VCalendar/mixins/times.mjs.map +0 -1
- package/lib/components/VCalendar/modes/column.mjs +0 -18
- package/lib/components/VCalendar/modes/column.mjs.map +0 -1
- package/lib/components/VCalendar/modes/common.mjs +0 -112
- package/lib/components/VCalendar/modes/common.mjs.map +0 -1
- package/lib/components/VCalendar/modes/index.mjs +0 -9
- package/lib/components/VCalendar/modes/index.mjs.map +0 -1
- package/lib/components/VCalendar/modes/stack.mjs +0 -204
- package/lib/components/VCalendar/modes/stack.mjs.map +0 -1
- package/lib/components/VCalendar/util/events.mjs +0 -44
- package/lib/components/VCalendar/util/events.mjs.map +0 -1
- package/lib/components/VCalendar/util/parser.mjs +0 -21
- package/lib/components/VCalendar/util/parser.mjs.map +0 -1
- package/lib/components/VCalendar/util/props.mjs +0 -248
- package/lib/components/VCalendar/util/props.mjs.map +0 -1
- package/lib/components/VCalendar/util/timestamp.mjs +0 -407
- package/lib/components/VCalendar/util/timestamp.mjs.map +0 -1
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.4.
|
|
5
|
+
"version": "3.4.9",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
},
|
|
763
763
|
{
|
|
764
764
|
"name": "slim",
|
|
765
|
-
"description": "
|
|
765
|
+
"description": "Reduces padding to 0 8px.",
|
|
766
766
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
|
|
767
767
|
"default": "false",
|
|
768
768
|
"value": {
|
|
@@ -4024,7 +4024,7 @@
|
|
|
4024
4024
|
},
|
|
4025
4025
|
{
|
|
4026
4026
|
"name": "slim",
|
|
4027
|
-
"description": "
|
|
4027
|
+
"description": "Reduces padding to 0 8px.",
|
|
4028
4028
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
4029
4029
|
"default": "false",
|
|
4030
4030
|
"value": {
|
|
@@ -4655,6 +4655,839 @@
|
|
|
4655
4655
|
"event": "update:modelValue"
|
|
4656
4656
|
}
|
|
4657
4657
|
},
|
|
4658
|
+
{
|
|
4659
|
+
"name": "VCalendar",
|
|
4660
|
+
"source": {
|
|
4661
|
+
"module": "./src/components/index.ts",
|
|
4662
|
+
"symbol": "VCalendar"
|
|
4663
|
+
},
|
|
4664
|
+
"description": "",
|
|
4665
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar",
|
|
4666
|
+
"attributes": [
|
|
4667
|
+
{
|
|
4668
|
+
"name": "hideHeader",
|
|
4669
|
+
"description": "Determines whether the header is hidden in the calendar view.",
|
|
4670
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4671
|
+
"default": "false",
|
|
4672
|
+
"value": {
|
|
4673
|
+
"kind": "expression",
|
|
4674
|
+
"type": "boolean\n"
|
|
4675
|
+
}
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"name": "hideWeekNumber",
|
|
4679
|
+
"description": "Toggles the display of week numbers in a calendar view.",
|
|
4680
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4681
|
+
"default": "false",
|
|
4682
|
+
"value": {
|
|
4683
|
+
"kind": "expression",
|
|
4684
|
+
"type": "boolean\n"
|
|
4685
|
+
}
|
|
4686
|
+
},
|
|
4687
|
+
{
|
|
4688
|
+
"name": "weekdays",
|
|
4689
|
+
"description": "Specifies which days of the week to display.",
|
|
4690
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4691
|
+
"default": "[0, 1, 2, 3, 4, 5, 6]",
|
|
4692
|
+
"value": {
|
|
4693
|
+
"kind": "expression",
|
|
4694
|
+
"type": "number[]\n"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "allowedDates",
|
|
4699
|
+
"description": "Determines which dates are selectable.",
|
|
4700
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4701
|
+
"value": {
|
|
4702
|
+
"kind": "expression",
|
|
4703
|
+
"type": "Function | unknown[]\n"
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "disabled",
|
|
4708
|
+
"description": "Removes the ability to click or target the component.",
|
|
4709
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4710
|
+
"default": "false",
|
|
4711
|
+
"value": {
|
|
4712
|
+
"kind": "expression",
|
|
4713
|
+
"type": "boolean\n"
|
|
4714
|
+
}
|
|
4715
|
+
},
|
|
4716
|
+
{
|
|
4717
|
+
"name": "month",
|
|
4718
|
+
"description": "Specifies the month for the calendar view.",
|
|
4719
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4720
|
+
"value": {
|
|
4721
|
+
"kind": "expression",
|
|
4722
|
+
"type": "string | number\n"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
{
|
|
4726
|
+
"name": "showAdjacentMonths",
|
|
4727
|
+
"description": "Shows or hides days from adjacent months.",
|
|
4728
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4729
|
+
"default": "false",
|
|
4730
|
+
"value": {
|
|
4731
|
+
"kind": "expression",
|
|
4732
|
+
"type": "boolean\n"
|
|
4733
|
+
}
|
|
4734
|
+
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "year",
|
|
4737
|
+
"description": "Specifies the year for the calendar view.",
|
|
4738
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4739
|
+
"value": {
|
|
4740
|
+
"kind": "expression",
|
|
4741
|
+
"type": "string | number\n"
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "displayValue",
|
|
4746
|
+
"description": "Value to display for the component, possibly a formatted date.",
|
|
4747
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4748
|
+
"value": {
|
|
4749
|
+
"kind": "expression",
|
|
4750
|
+
"type": "unknown\n"
|
|
4751
|
+
}
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"name": "modelValue",
|
|
4755
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
4756
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4757
|
+
"value": {
|
|
4758
|
+
"kind": "expression",
|
|
4759
|
+
"type": "unknown[]\n"
|
|
4760
|
+
}
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"name": "max",
|
|
4764
|
+
"description": "Maximum date or value that can be selected.",
|
|
4765
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4766
|
+
"value": {
|
|
4767
|
+
"kind": "expression",
|
|
4768
|
+
"type": "unknown\n"
|
|
4769
|
+
}
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"name": "min",
|
|
4773
|
+
"description": "Minimum date or value that can be selected.",
|
|
4774
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4775
|
+
"value": {
|
|
4776
|
+
"kind": "expression",
|
|
4777
|
+
"type": "unknown\n"
|
|
4778
|
+
}
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"name": "hideDayHeader",
|
|
4782
|
+
"description": "Determines whether the day header is visible in the calendar day view.",
|
|
4783
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4784
|
+
"default": "false",
|
|
4785
|
+
"value": {
|
|
4786
|
+
"kind": "expression",
|
|
4787
|
+
"type": "boolean\n"
|
|
4788
|
+
}
|
|
4789
|
+
},
|
|
4790
|
+
{
|
|
4791
|
+
"name": "intervals",
|
|
4792
|
+
"description": "Total number of intervals in a day view.",
|
|
4793
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4794
|
+
"default": "24",
|
|
4795
|
+
"value": {
|
|
4796
|
+
"kind": "expression",
|
|
4797
|
+
"type": "number\n"
|
|
4798
|
+
}
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"name": "day",
|
|
4802
|
+
"description": "Represents the specific day associated with the interval.",
|
|
4803
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4804
|
+
"default": "{}",
|
|
4805
|
+
"value": {
|
|
4806
|
+
"kind": "expression",
|
|
4807
|
+
"type": "unknown\n"
|
|
4808
|
+
}
|
|
4809
|
+
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "dayIndex",
|
|
4812
|
+
"description": "Index of the day this interval is a part of, in a week or month view.",
|
|
4813
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4814
|
+
"value": {
|
|
4815
|
+
"kind": "expression",
|
|
4816
|
+
"type": "number\n"
|
|
4817
|
+
}
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"name": "events",
|
|
4821
|
+
"description": "Array of events specific to this interval.",
|
|
4822
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4823
|
+
"value": {
|
|
4824
|
+
"kind": "expression",
|
|
4825
|
+
"type": "any[]\n"
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "intervalDivisions",
|
|
4830
|
+
"description": "Number of subdivisions within this interval.",
|
|
4831
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4832
|
+
"default": "2",
|
|
4833
|
+
"value": {
|
|
4834
|
+
"kind": "expression",
|
|
4835
|
+
"type": "number\n"
|
|
4836
|
+
}
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"name": "intervalDuration",
|
|
4840
|
+
"description": "Duration of this specific interval in minutes.",
|
|
4841
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4842
|
+
"default": "60",
|
|
4843
|
+
"value": {
|
|
4844
|
+
"kind": "expression",
|
|
4845
|
+
"type": "number\n"
|
|
4846
|
+
}
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"name": "intervalHeight",
|
|
4850
|
+
"description": "Height of the interval in pixels in the calendar view.",
|
|
4851
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4852
|
+
"default": "48",
|
|
4853
|
+
"value": {
|
|
4854
|
+
"kind": "expression",
|
|
4855
|
+
"type": "number\n"
|
|
4856
|
+
}
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
"name": "intervalFormat",
|
|
4860
|
+
"description": "Formatting rule for displaying the interval, as a string or function.",
|
|
4861
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4862
|
+
"default": "'fullTime12h'",
|
|
4863
|
+
"value": {
|
|
4864
|
+
"kind": "expression",
|
|
4865
|
+
"type": "string | Function\n"
|
|
4866
|
+
}
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "intervalStart",
|
|
4870
|
+
"description": "Starting time for this specific interval.",
|
|
4871
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4872
|
+
"default": "0",
|
|
4873
|
+
"value": {
|
|
4874
|
+
"kind": "expression",
|
|
4875
|
+
"type": "number\n"
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"name": "nextIcon",
|
|
4880
|
+
"description": "The icon to use for the next button.",
|
|
4881
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4882
|
+
"default": "'$next'",
|
|
4883
|
+
"value": {
|
|
4884
|
+
"kind": "expression",
|
|
4885
|
+
"type": "string\n"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"name": "prevIcon",
|
|
4890
|
+
"description": "The icon to use for the prev button.",
|
|
4891
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4892
|
+
"default": "'$prev'",
|
|
4893
|
+
"value": {
|
|
4894
|
+
"kind": "expression",
|
|
4895
|
+
"type": "string\n"
|
|
4896
|
+
}
|
|
4897
|
+
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "title",
|
|
4900
|
+
"description": "Specify a title text for the component.",
|
|
4901
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4902
|
+
"value": {
|
|
4903
|
+
"kind": "expression",
|
|
4904
|
+
"type": "string\n"
|
|
4905
|
+
}
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"name": "text",
|
|
4909
|
+
"description": "Specify content text for the component.",
|
|
4910
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4911
|
+
"default": "'$vuetify.calendar.today'",
|
|
4912
|
+
"value": {
|
|
4913
|
+
"kind": "expression",
|
|
4914
|
+
"type": "string\n"
|
|
4915
|
+
}
|
|
4916
|
+
},
|
|
4917
|
+
{
|
|
4918
|
+
"name": "viewMode",
|
|
4919
|
+
"description": "The current view mode of the calendar.",
|
|
4920
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#props",
|
|
4921
|
+
"default": "'month'",
|
|
4922
|
+
"value": {
|
|
4923
|
+
"kind": "expression",
|
|
4924
|
+
"type": "'month' | 'day' | 'week'\n"
|
|
4925
|
+
}
|
|
4926
|
+
}
|
|
4927
|
+
],
|
|
4928
|
+
"events": [
|
|
4929
|
+
{
|
|
4930
|
+
"name": "next",
|
|
4931
|
+
"description": "Emitted when moving to the next time period.",
|
|
4932
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#events",
|
|
4933
|
+
"arguments": [
|
|
4934
|
+
{
|
|
4935
|
+
"name": "argument",
|
|
4936
|
+
"type": "any[]\n"
|
|
4937
|
+
}
|
|
4938
|
+
]
|
|
4939
|
+
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "prev",
|
|
4942
|
+
"description": "Emitted when moving to the previous time period.",
|
|
4943
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#events",
|
|
4944
|
+
"arguments": [
|
|
4945
|
+
{
|
|
4946
|
+
"name": "argument",
|
|
4947
|
+
"type": "any[]\n"
|
|
4948
|
+
}
|
|
4949
|
+
]
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "update:modelValue",
|
|
4953
|
+
"description": "Event that is emitted when the component's model changes.",
|
|
4954
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#events",
|
|
4955
|
+
"arguments": [
|
|
4956
|
+
{
|
|
4957
|
+
"name": "argument",
|
|
4958
|
+
"type": "any[]\n"
|
|
4959
|
+
}
|
|
4960
|
+
]
|
|
4961
|
+
}
|
|
4962
|
+
],
|
|
4963
|
+
"slots": [
|
|
4964
|
+
{
|
|
4965
|
+
"name": "header",
|
|
4966
|
+
"description": "Slot for custom header content.",
|
|
4967
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
|
|
4968
|
+
"vue-properties": [
|
|
4969
|
+
{
|
|
4970
|
+
"name": "title",
|
|
4971
|
+
"type": "string"
|
|
4972
|
+
}
|
|
4973
|
+
]
|
|
4974
|
+
}
|
|
4975
|
+
],
|
|
4976
|
+
"vue-model": {
|
|
4977
|
+
"prop": "modelValue",
|
|
4978
|
+
"event": "update:modelValue"
|
|
4979
|
+
}
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"name": "VCalendarDay",
|
|
4983
|
+
"source": {
|
|
4984
|
+
"module": "./src/components/index.ts",
|
|
4985
|
+
"symbol": "VCalendarDay"
|
|
4986
|
+
},
|
|
4987
|
+
"description": "",
|
|
4988
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day",
|
|
4989
|
+
"attributes": [
|
|
4990
|
+
{
|
|
4991
|
+
"name": "hideDayHeader",
|
|
4992
|
+
"description": "Determines whether the day header is visible in the calendar day view.",
|
|
4993
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
4994
|
+
"default": "false",
|
|
4995
|
+
"value": {
|
|
4996
|
+
"kind": "expression",
|
|
4997
|
+
"type": "boolean\n"
|
|
4998
|
+
}
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"name": "intervals",
|
|
5002
|
+
"description": "Specifies the total number of time intervals for the day in the calendar view.",
|
|
5003
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5004
|
+
"default": "24",
|
|
5005
|
+
"value": {
|
|
5006
|
+
"kind": "expression",
|
|
5007
|
+
"type": "number\n"
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"name": "day",
|
|
5012
|
+
"description": "Represents the specific day associated with the interval.",
|
|
5013
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5014
|
+
"default": "{}",
|
|
5015
|
+
"value": {
|
|
5016
|
+
"kind": "expression",
|
|
5017
|
+
"type": "unknown\n"
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"name": "dayIndex",
|
|
5022
|
+
"description": "Index of the day this interval is a part of, in a week or month view.",
|
|
5023
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5024
|
+
"value": {
|
|
5025
|
+
"kind": "expression",
|
|
5026
|
+
"type": "number\n"
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "events",
|
|
5031
|
+
"description": "Array of events specific to this interval.",
|
|
5032
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5033
|
+
"value": {
|
|
5034
|
+
"kind": "expression",
|
|
5035
|
+
"type": "any[]\n"
|
|
5036
|
+
}
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"name": "intervalDivisions",
|
|
5040
|
+
"description": "Number of subdivisions within this interval.",
|
|
5041
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5042
|
+
"default": "2",
|
|
5043
|
+
"value": {
|
|
5044
|
+
"kind": "expression",
|
|
5045
|
+
"type": "number\n"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "intervalDuration",
|
|
5050
|
+
"description": "Duration of this specific interval in minutes.",
|
|
5051
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5052
|
+
"default": "60",
|
|
5053
|
+
"value": {
|
|
5054
|
+
"kind": "expression",
|
|
5055
|
+
"type": "number\n"
|
|
5056
|
+
}
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"name": "intervalHeight",
|
|
5060
|
+
"description": "Height of the interval in pixels in the calendar view.",
|
|
5061
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5062
|
+
"default": "48",
|
|
5063
|
+
"value": {
|
|
5064
|
+
"kind": "expression",
|
|
5065
|
+
"type": "number\n"
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"name": "intervalFormat",
|
|
5070
|
+
"description": "Formatting rule for displaying the interval, as a string or function.",
|
|
5071
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5072
|
+
"default": "'fullTime12h'",
|
|
5073
|
+
"value": {
|
|
5074
|
+
"kind": "expression",
|
|
5075
|
+
"type": "string | Function\n"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "intervalStart",
|
|
5080
|
+
"description": "Starting time for this specific interval.",
|
|
5081
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#props",
|
|
5082
|
+
"default": "0",
|
|
5083
|
+
"value": {
|
|
5084
|
+
"kind": "expression",
|
|
5085
|
+
"type": "number\n"
|
|
5086
|
+
}
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"events": [],
|
|
5090
|
+
"slots": [
|
|
5091
|
+
{
|
|
5092
|
+
"name": "default",
|
|
5093
|
+
"description": "The default Vue slot.",
|
|
5094
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-day#slots"
|
|
5095
|
+
}
|
|
5096
|
+
],
|
|
5097
|
+
"vue-model": {
|
|
5098
|
+
"prop": "modelValue",
|
|
5099
|
+
"event": "update:modelValue"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "VCalendarHeader",
|
|
5104
|
+
"source": {
|
|
5105
|
+
"module": "./src/components/index.ts",
|
|
5106
|
+
"symbol": "VCalendarHeader"
|
|
5107
|
+
},
|
|
5108
|
+
"description": "",
|
|
5109
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header",
|
|
5110
|
+
"attributes": [
|
|
5111
|
+
{
|
|
5112
|
+
"name": "nextIcon",
|
|
5113
|
+
"description": "The icon to use for the next button.",
|
|
5114
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#props",
|
|
5115
|
+
"default": "'$next'",
|
|
5116
|
+
"value": {
|
|
5117
|
+
"kind": "expression",
|
|
5118
|
+
"type": "string\n"
|
|
5119
|
+
}
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "prevIcon",
|
|
5123
|
+
"description": "The icon to use for the prev button.",
|
|
5124
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#props",
|
|
5125
|
+
"default": "'$prev'",
|
|
5126
|
+
"value": {
|
|
5127
|
+
"kind": "expression",
|
|
5128
|
+
"type": "string\n"
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
5131
|
+
{
|
|
5132
|
+
"name": "title",
|
|
5133
|
+
"description": "Specify a title text for the component.",
|
|
5134
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#props",
|
|
5135
|
+
"value": {
|
|
5136
|
+
"kind": "expression",
|
|
5137
|
+
"type": "string\n"
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "text",
|
|
5142
|
+
"description": "Specify content text for the component.",
|
|
5143
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#props",
|
|
5144
|
+
"default": "'$vuetify.calendar.today'",
|
|
5145
|
+
"value": {
|
|
5146
|
+
"kind": "expression",
|
|
5147
|
+
"type": "string\n"
|
|
5148
|
+
}
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "viewMode",
|
|
5152
|
+
"description": "The current view mode of the calendar.",
|
|
5153
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#props",
|
|
5154
|
+
"default": "'month'",
|
|
5155
|
+
"value": {
|
|
5156
|
+
"kind": "expression",
|
|
5157
|
+
"type": "'month' | 'week' | 'day'\n"
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
],
|
|
5161
|
+
"events": [
|
|
5162
|
+
{
|
|
5163
|
+
"name": "click:next",
|
|
5164
|
+
"description": "Event emitted when clicking the next button.",
|
|
5165
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#events",
|
|
5166
|
+
"arguments": [
|
|
5167
|
+
{
|
|
5168
|
+
"name": "argument",
|
|
5169
|
+
"type": "[]\n"
|
|
5170
|
+
}
|
|
5171
|
+
]
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"name": "click:prev",
|
|
5175
|
+
"description": "Event emitted when clicking the prev button.",
|
|
5176
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#events",
|
|
5177
|
+
"arguments": [
|
|
5178
|
+
{
|
|
5179
|
+
"name": "argument",
|
|
5180
|
+
"type": "[]\n"
|
|
5181
|
+
}
|
|
5182
|
+
]
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"name": "click:toToday",
|
|
5186
|
+
"description": "Event emitted when clicking the today button.",
|
|
5187
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#events",
|
|
5188
|
+
"arguments": [
|
|
5189
|
+
{
|
|
5190
|
+
"name": "argument",
|
|
5191
|
+
"type": "[]\n"
|
|
5192
|
+
}
|
|
5193
|
+
]
|
|
5194
|
+
}
|
|
5195
|
+
],
|
|
5196
|
+
"slots": [
|
|
5197
|
+
{
|
|
5198
|
+
"name": "default",
|
|
5199
|
+
"description": "The default Vue slot.",
|
|
5200
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-header#slots"
|
|
5201
|
+
}
|
|
5202
|
+
],
|
|
5203
|
+
"vue-model": {
|
|
5204
|
+
"prop": "modelValue",
|
|
5205
|
+
"event": "update:modelValue"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
{
|
|
5209
|
+
"name": "VCalendarInterval",
|
|
5210
|
+
"source": {
|
|
5211
|
+
"module": "./src/components/index.ts",
|
|
5212
|
+
"symbol": "VCalendarInterval"
|
|
5213
|
+
},
|
|
5214
|
+
"description": "",
|
|
5215
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval",
|
|
5216
|
+
"attributes": [
|
|
5217
|
+
{
|
|
5218
|
+
"name": "index",
|
|
5219
|
+
"description": "Index or position of the interval in the day view.",
|
|
5220
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5221
|
+
"value": {
|
|
5222
|
+
"kind": "expression",
|
|
5223
|
+
"type": "number\n"
|
|
5224
|
+
}
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"name": "day",
|
|
5228
|
+
"description": "Represents the specific day associated with the interval.",
|
|
5229
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5230
|
+
"default": "{}",
|
|
5231
|
+
"value": {
|
|
5232
|
+
"kind": "expression",
|
|
5233
|
+
"type": "unknown\n"
|
|
5234
|
+
}
|
|
5235
|
+
},
|
|
5236
|
+
{
|
|
5237
|
+
"name": "dayIndex",
|
|
5238
|
+
"description": "Index of the day this interval is a part of, in a week or month view.",
|
|
5239
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5240
|
+
"value": {
|
|
5241
|
+
"kind": "expression",
|
|
5242
|
+
"type": "number\n"
|
|
5243
|
+
}
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"name": "events",
|
|
5247
|
+
"description": "Array of events specific to this interval.",
|
|
5248
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5249
|
+
"value": {
|
|
5250
|
+
"kind": "expression",
|
|
5251
|
+
"type": "any[]\n"
|
|
5252
|
+
}
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "intervalDivisions",
|
|
5256
|
+
"description": "Number of subdivisions within this interval.",
|
|
5257
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5258
|
+
"default": "2",
|
|
5259
|
+
"value": {
|
|
5260
|
+
"kind": "expression",
|
|
5261
|
+
"type": "number\n"
|
|
5262
|
+
}
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "intervalDuration",
|
|
5266
|
+
"description": "Duration of this specific interval in minutes.",
|
|
5267
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5268
|
+
"default": "60",
|
|
5269
|
+
"value": {
|
|
5270
|
+
"kind": "expression",
|
|
5271
|
+
"type": "number\n"
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "intervalHeight",
|
|
5276
|
+
"description": "Height of the interval in pixels in the calendar view.",
|
|
5277
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5278
|
+
"default": "48",
|
|
5279
|
+
"value": {
|
|
5280
|
+
"kind": "expression",
|
|
5281
|
+
"type": "number\n"
|
|
5282
|
+
}
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "intervalFormat",
|
|
5286
|
+
"description": "Formatting rule for displaying the interval, as a string or function.",
|
|
5287
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5288
|
+
"default": "'fullTime12h'",
|
|
5289
|
+
"value": {
|
|
5290
|
+
"kind": "expression",
|
|
5291
|
+
"type": "string | Function\n"
|
|
5292
|
+
}
|
|
5293
|
+
},
|
|
5294
|
+
{
|
|
5295
|
+
"name": "intervalStart",
|
|
5296
|
+
"description": "Starting time for this specific interval.",
|
|
5297
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#props",
|
|
5298
|
+
"default": "0",
|
|
5299
|
+
"value": {
|
|
5300
|
+
"kind": "expression",
|
|
5301
|
+
"type": "number\n"
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
],
|
|
5305
|
+
"events": [],
|
|
5306
|
+
"slots": [
|
|
5307
|
+
{
|
|
5308
|
+
"name": "default",
|
|
5309
|
+
"description": "The default Vue slot.",
|
|
5310
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval#slots"
|
|
5311
|
+
}
|
|
5312
|
+
],
|
|
5313
|
+
"vue-model": {
|
|
5314
|
+
"prop": "modelValue",
|
|
5315
|
+
"event": "update:modelValue"
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"name": "VCalendarIntervalEvent",
|
|
5320
|
+
"source": {
|
|
5321
|
+
"module": "./src/components/index.ts",
|
|
5322
|
+
"symbol": "VCalendarIntervalEvent"
|
|
5323
|
+
},
|
|
5324
|
+
"description": "",
|
|
5325
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event",
|
|
5326
|
+
"attributes": [
|
|
5327
|
+
{
|
|
5328
|
+
"name": "allDay",
|
|
5329
|
+
"description": "Indicates whether the event spans the entire day.",
|
|
5330
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5331
|
+
"default": "false",
|
|
5332
|
+
"value": {
|
|
5333
|
+
"kind": "expression",
|
|
5334
|
+
"type": "boolean\n"
|
|
5335
|
+
}
|
|
5336
|
+
},
|
|
5337
|
+
{
|
|
5338
|
+
"name": "interval",
|
|
5339
|
+
"description": "The specific time interval this event is associated with.",
|
|
5340
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5341
|
+
"value": {
|
|
5342
|
+
"kind": "expression",
|
|
5343
|
+
"type": "unknown\n"
|
|
5344
|
+
}
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"name": "intervalDivisions",
|
|
5348
|
+
"description": "Number of subdivisions within the interval for this event.",
|
|
5349
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5350
|
+
"value": {
|
|
5351
|
+
"kind": "expression",
|
|
5352
|
+
"type": "number\n"
|
|
5353
|
+
}
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "intervalDuration",
|
|
5357
|
+
"description": "Duration of the interval in which this event occurs, in minutes.",
|
|
5358
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5359
|
+
"value": {
|
|
5360
|
+
"kind": "expression",
|
|
5361
|
+
"type": "number\n"
|
|
5362
|
+
}
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "intervalHeight",
|
|
5366
|
+
"description": "Height of the interval in the calendar view, in pixels.",
|
|
5367
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5368
|
+
"value": {
|
|
5369
|
+
"kind": "expression",
|
|
5370
|
+
"type": "number\n"
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"name": "event",
|
|
5375
|
+
"description": "The event object associated with this calendar interval.",
|
|
5376
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#props",
|
|
5377
|
+
"value": {
|
|
5378
|
+
"kind": "expression",
|
|
5379
|
+
"type": "unknown\n"
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
],
|
|
5383
|
+
"events": [],
|
|
5384
|
+
"slots": [
|
|
5385
|
+
{
|
|
5386
|
+
"name": "default",
|
|
5387
|
+
"description": "The default Vue slot.",
|
|
5388
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-interval-event#slots"
|
|
5389
|
+
}
|
|
5390
|
+
],
|
|
5391
|
+
"vue-model": {
|
|
5392
|
+
"prop": "modelValue",
|
|
5393
|
+
"event": "update:modelValue"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5396
|
+
{
|
|
5397
|
+
"name": "VCalendarMonthDay",
|
|
5398
|
+
"source": {
|
|
5399
|
+
"module": "./src/components/index.ts",
|
|
5400
|
+
"symbol": "VCalendarMonthDay"
|
|
5401
|
+
},
|
|
5402
|
+
"description": "",
|
|
5403
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day",
|
|
5404
|
+
"attributes": [
|
|
5405
|
+
{
|
|
5406
|
+
"name": "title",
|
|
5407
|
+
"description": "Specify a title text for the component.",
|
|
5408
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5409
|
+
"value": {
|
|
5410
|
+
"kind": "expression",
|
|
5411
|
+
"type": "string | number\n"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5414
|
+
{
|
|
5415
|
+
"name": "active",
|
|
5416
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component.",
|
|
5417
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5418
|
+
"default": "false",
|
|
5419
|
+
"value": {
|
|
5420
|
+
"kind": "expression",
|
|
5421
|
+
"type": "boolean\n"
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
"name": "color",
|
|
5426
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
5427
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5428
|
+
"value": {
|
|
5429
|
+
"kind": "expression",
|
|
5430
|
+
"type": "string\n"
|
|
5431
|
+
}
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"name": "day",
|
|
5435
|
+
"description": "Represents the specific day in the month view of the calendar.",
|
|
5436
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5437
|
+
"value": {
|
|
5438
|
+
"kind": "expression",
|
|
5439
|
+
"type": "unknown\n"
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"name": "disabled",
|
|
5444
|
+
"description": "Removes the ability to click or target the component.",
|
|
5445
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5446
|
+
"default": "false",
|
|
5447
|
+
"value": {
|
|
5448
|
+
"kind": "expression",
|
|
5449
|
+
"type": "boolean\n"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"name": "events",
|
|
5454
|
+
"description": "Array of events associated with this specific day.",
|
|
5455
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#props",
|
|
5456
|
+
"value": {
|
|
5457
|
+
"kind": "expression",
|
|
5458
|
+
"type": "any[]\n"
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
],
|
|
5462
|
+
"events": [],
|
|
5463
|
+
"slots": [
|
|
5464
|
+
{
|
|
5465
|
+
"name": "default",
|
|
5466
|
+
"description": "The default Vue slot.",
|
|
5467
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots"
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"name": "content",
|
|
5471
|
+
"description": "Slot for custom content related to the day in the month view.",
|
|
5472
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots"
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"name": "title",
|
|
5476
|
+
"description": "Slot for the component's title content.",
|
|
5477
|
+
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
|
|
5478
|
+
"vue-properties": [
|
|
5479
|
+
{
|
|
5480
|
+
"name": "title",
|
|
5481
|
+
"type": "string | number"
|
|
5482
|
+
}
|
|
5483
|
+
]
|
|
5484
|
+
}
|
|
5485
|
+
],
|
|
5486
|
+
"vue-model": {
|
|
5487
|
+
"prop": "modelValue",
|
|
5488
|
+
"event": "update:modelValue"
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
4658
5491
|
{
|
|
4659
5492
|
"name": "VCard",
|
|
4660
5493
|
"source": {
|
|
@@ -15156,7 +15989,7 @@
|
|
|
15156
15989
|
},
|
|
15157
15990
|
{
|
|
15158
15991
|
"name": "month",
|
|
15159
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
15992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15160
15993
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15161
15994
|
"value": {
|
|
15162
15995
|
"kind": "expression",
|
|
@@ -15165,22 +15998,13 @@
|
|
|
15165
15998
|
},
|
|
15166
15999
|
{
|
|
15167
16000
|
"name": "year",
|
|
15168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16001
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15169
16002
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15170
16003
|
"value": {
|
|
15171
16004
|
"kind": "expression",
|
|
15172
16005
|
"type": "string | number\n"
|
|
15173
16006
|
}
|
|
15174
16007
|
},
|
|
15175
|
-
{
|
|
15176
|
-
"name": "allowedDates",
|
|
15177
|
-
"description": "Restricts which dates can be selected.",
|
|
15178
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15179
|
-
"value": {
|
|
15180
|
-
"kind": "expression",
|
|
15181
|
-
"type": "Function | unknown[]\n"
|
|
15182
|
-
}
|
|
15183
|
-
},
|
|
15184
16008
|
{
|
|
15185
16009
|
"name": "color",
|
|
15186
16010
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
@@ -15211,8 +16035,8 @@
|
|
|
15211
16035
|
}
|
|
15212
16036
|
},
|
|
15213
16037
|
{
|
|
15214
|
-
"name": "
|
|
15215
|
-
"description": "Toggles visibility of
|
|
16038
|
+
"name": "showWeek",
|
|
16039
|
+
"description": "Toggles visibility of the week numbers in the body of the calendar.",
|
|
15216
16040
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15217
16041
|
"default": "false",
|
|
15218
16042
|
"value": {
|
|
@@ -15221,8 +16045,17 @@
|
|
|
15221
16045
|
}
|
|
15222
16046
|
},
|
|
15223
16047
|
{
|
|
15224
|
-
"name": "
|
|
15225
|
-
"description": "
|
|
16048
|
+
"name": "allowedDates",
|
|
16049
|
+
"description": "Restricts which dates can be selected.",
|
|
16050
|
+
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
16051
|
+
"value": {
|
|
16052
|
+
"kind": "expression",
|
|
16053
|
+
"type": "Function | unknown[]\n"
|
|
16054
|
+
}
|
|
16055
|
+
},
|
|
16056
|
+
{
|
|
16057
|
+
"name": "showAdjacentMonths",
|
|
16058
|
+
"description": "Toggles visibility of days from previous and next months.",
|
|
15226
16059
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15227
16060
|
"default": "false",
|
|
15228
16061
|
"value": {
|
|
@@ -15231,8 +16064,8 @@
|
|
|
15231
16064
|
}
|
|
15232
16065
|
},
|
|
15233
16066
|
{
|
|
15234
|
-
"name": "
|
|
15235
|
-
"description": "
|
|
16067
|
+
"name": "displayValue",
|
|
16068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15236
16069
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15237
16070
|
"value": {
|
|
15238
16071
|
"kind": "expression",
|
|
@@ -15240,8 +16073,8 @@
|
|
|
15240
16073
|
}
|
|
15241
16074
|
},
|
|
15242
16075
|
{
|
|
15243
|
-
"name": "
|
|
15244
|
-
"description": "
|
|
16076
|
+
"name": "modelValue",
|
|
16077
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
15245
16078
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15246
16079
|
"value": {
|
|
15247
16080
|
"kind": "expression",
|
|
@@ -15249,8 +16082,17 @@
|
|
|
15249
16082
|
}
|
|
15250
16083
|
},
|
|
15251
16084
|
{
|
|
15252
|
-
"name": "
|
|
15253
|
-
"description": "
|
|
16085
|
+
"name": "max",
|
|
16086
|
+
"description": "Maximum allowed date/month (ISO 8601 format).",
|
|
16087
|
+
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
16088
|
+
"value": {
|
|
16089
|
+
"kind": "expression",
|
|
16090
|
+
"type": "unknown\n"
|
|
16091
|
+
}
|
|
16092
|
+
},
|
|
16093
|
+
{
|
|
16094
|
+
"name": "min",
|
|
16095
|
+
"description": "Minimum allowed date/month (ISO 8601 format).",
|
|
15254
16096
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15255
16097
|
"value": {
|
|
15256
16098
|
"kind": "expression",
|
|
@@ -15738,17 +16580,17 @@
|
|
|
15738
16580
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month",
|
|
15739
16581
|
"attributes": [
|
|
15740
16582
|
{
|
|
15741
|
-
"name": "
|
|
15742
|
-
"description": "
|
|
16583
|
+
"name": "color",
|
|
16584
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
15743
16585
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15744
16586
|
"value": {
|
|
15745
16587
|
"kind": "expression",
|
|
15746
|
-
"type": "
|
|
16588
|
+
"type": "string\n"
|
|
15747
16589
|
}
|
|
15748
16590
|
},
|
|
15749
16591
|
{
|
|
15750
|
-
"name": "
|
|
15751
|
-
"description": "
|
|
16592
|
+
"name": "hideWeekdays",
|
|
16593
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
15752
16594
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15753
16595
|
"default": "false",
|
|
15754
16596
|
"value": {
|
|
@@ -15757,36 +16599,37 @@
|
|
|
15757
16599
|
}
|
|
15758
16600
|
},
|
|
15759
16601
|
{
|
|
15760
|
-
"name": "
|
|
15761
|
-
"description": "
|
|
16602
|
+
"name": "multiple",
|
|
16603
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
15762
16604
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
16605
|
+
"default": "false",
|
|
15763
16606
|
"value": {
|
|
15764
16607
|
"kind": "expression",
|
|
15765
|
-
"type": "
|
|
16608
|
+
"type": "boolean\n"
|
|
15766
16609
|
}
|
|
15767
16610
|
},
|
|
15768
16611
|
{
|
|
15769
|
-
"name": "
|
|
16612
|
+
"name": "showWeek",
|
|
15770
16613
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
15771
16614
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
16615
|
+
"default": "false",
|
|
15772
16616
|
"value": {
|
|
15773
16617
|
"kind": "expression",
|
|
15774
|
-
"type": "
|
|
16618
|
+
"type": "boolean\n"
|
|
15775
16619
|
}
|
|
15776
16620
|
},
|
|
15777
16621
|
{
|
|
15778
|
-
"name": "
|
|
15779
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16622
|
+
"name": "allowedDates",
|
|
16623
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15780
16624
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15781
|
-
"default": "false",
|
|
15782
16625
|
"value": {
|
|
15783
16626
|
"kind": "expression",
|
|
15784
|
-
"type": "
|
|
16627
|
+
"type": "Function | unknown[]\n"
|
|
15785
16628
|
}
|
|
15786
16629
|
},
|
|
15787
16630
|
{
|
|
15788
|
-
"name": "
|
|
15789
|
-
"description": "
|
|
16631
|
+
"name": "disabled",
|
|
16632
|
+
"description": "Removes the ability to click or target the component.",
|
|
15790
16633
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15791
16634
|
"default": "false",
|
|
15792
16635
|
"value": {
|
|
@@ -15795,18 +16638,17 @@
|
|
|
15795
16638
|
}
|
|
15796
16639
|
},
|
|
15797
16640
|
{
|
|
15798
|
-
"name": "
|
|
15799
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16641
|
+
"name": "month",
|
|
16642
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15800
16643
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15801
|
-
"default": "false",
|
|
15802
16644
|
"value": {
|
|
15803
16645
|
"kind": "expression",
|
|
15804
|
-
"type": "
|
|
16646
|
+
"type": "string | number\n"
|
|
15805
16647
|
}
|
|
15806
16648
|
},
|
|
15807
16649
|
{
|
|
15808
|
-
"name": "
|
|
15809
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16650
|
+
"name": "showAdjacentMonths",
|
|
16651
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15810
16652
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15811
16653
|
"default": "false",
|
|
15812
16654
|
"value": {
|
|
@@ -15816,7 +16658,7 @@
|
|
|
15816
16658
|
},
|
|
15817
16659
|
{
|
|
15818
16660
|
"name": "year",
|
|
15819
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16661
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15820
16662
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15821
16663
|
"value": {
|
|
15822
16664
|
"kind": "expression",
|
|
@@ -15824,8 +16666,8 @@
|
|
|
15824
16666
|
}
|
|
15825
16667
|
},
|
|
15826
16668
|
{
|
|
15827
|
-
"name": "
|
|
15828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/
|
|
16669
|
+
"name": "displayValue",
|
|
16670
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15829
16671
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15830
16672
|
"value": {
|
|
15831
16673
|
"kind": "expression",
|
|
@@ -15833,8 +16675,17 @@
|
|
|
15833
16675
|
}
|
|
15834
16676
|
},
|
|
15835
16677
|
{
|
|
15836
|
-
"name": "
|
|
15837
|
-
"description": "
|
|
16678
|
+
"name": "modelValue",
|
|
16679
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
16680
|
+
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
16681
|
+
"value": {
|
|
16682
|
+
"kind": "expression",
|
|
16683
|
+
"type": "unknown[]\n"
|
|
16684
|
+
}
|
|
16685
|
+
},
|
|
16686
|
+
{
|
|
16687
|
+
"name": "max",
|
|
16688
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15838
16689
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15839
16690
|
"value": {
|
|
15840
16691
|
"kind": "expression",
|
|
@@ -15842,12 +16693,12 @@
|
|
|
15842
16693
|
}
|
|
15843
16694
|
},
|
|
15844
16695
|
{
|
|
15845
|
-
"name": "
|
|
15846
|
-
"description": "
|
|
16696
|
+
"name": "min",
|
|
16697
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
|
|
15847
16698
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15848
16699
|
"value": {
|
|
15849
16700
|
"kind": "expression",
|
|
15850
|
-
"type": "unknown
|
|
16701
|
+
"type": "unknown\n"
|
|
15851
16702
|
}
|
|
15852
16703
|
}
|
|
15853
16704
|
],
|
|
@@ -15889,7 +16740,7 @@
|
|
|
15889
16740
|
"slots": [
|
|
15890
16741
|
{
|
|
15891
16742
|
"name": "day",
|
|
15892
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#
|
|
16743
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L17-L23.json))",
|
|
15893
16744
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
|
|
15894
16745
|
"vue-properties": [
|
|
15895
16746
|
{
|
|
@@ -21015,7 +21866,7 @@
|
|
|
21015
21866
|
},
|
|
21016
21867
|
{
|
|
21017
21868
|
"name": "slim",
|
|
21018
|
-
"description": "
|
|
21869
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
|
|
21019
21870
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
21020
21871
|
"default": "false",
|
|
21021
21872
|
"value": {
|
|
@@ -33062,7 +33913,7 @@
|
|
|
33062
33913
|
},
|
|
33063
33914
|
{
|
|
33064
33915
|
"name": "update:indeterminate",
|
|
33065
|
-
"description": "
|
|
33916
|
+
"description": "Event that is emitted when the component's indeterminate state changes.",
|
|
33066
33917
|
"doc-url": "https://vuetifyjs.com/api/v-switch#events",
|
|
33067
33918
|
"arguments": [
|
|
33068
33919
|
{
|
|
@@ -33502,7 +34353,7 @@
|
|
|
33502
34353
|
},
|
|
33503
34354
|
{
|
|
33504
34355
|
"name": "slim",
|
|
33505
|
-
"description": "
|
|
34356
|
+
"description": "Reduces padding to 0 8px.",
|
|
33506
34357
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
|
33507
34358
|
"default": "false",
|
|
33508
34359
|
"value": {
|
|
@@ -35168,7 +36019,7 @@
|
|
|
35168
36019
|
},
|
|
35169
36020
|
{
|
|
35170
36021
|
"name": "maxRows",
|
|
35171
|
-
"description": "
|
|
36022
|
+
"description": "Specifies the maximum number of row count",
|
|
35172
36023
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
35173
36024
|
"value": {
|
|
35174
36025
|
"kind": "expression",
|