vuetify 3.3.10 → 3.3.12
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 +3 -1
- package/dist/json/attributes.json +225 -33
- package/dist/json/importMap-labs.json +28 -0
- package/dist/json/tags.json +80 -0
- package/dist/json/web-types.json +703 -34
- package/dist/vuetify-labs.css +1092 -899
- package/dist/vuetify-labs.d.ts +2810 -304
- package/dist/vuetify-labs.esm.js +784 -87
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +784 -87
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +349 -316
- package/dist/vuetify.d.ts +64 -29
- package/dist/vuetify.esm.js +141 -63
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +141 -63
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +954 -947
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md1.mjs +5 -0
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs +5 -0
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs +7 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +6 -0
- package/lib/components/VBanner/VBanner.css +2 -0
- package/lib/components/VBanner/VBanner.sass +2 -0
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +2 -0
- package/lib/components/VCarousel/index.d.mts +12 -10
- package/lib/components/VChip/VChip.mjs +4 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +10 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +6 -0
- package/lib/components/VDialog/VDialog.css +15 -6
- package/lib/components/VDialog/VDialog.sass +41 -35
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +8 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VField/VField.css +6 -2
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VGrid/VGrid.css +4 -0
- package/lib/components/VGrid/VGrid.sass +4 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +7 -1
- package/lib/components/VList/VListItem.mjs +1 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +4 -0
- package/lib/components/VMenu/VMenu.mjs +29 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VRating/VRating.mjs +4 -2
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +11 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +6 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -3
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -0
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +3 -0
- package/lib/components/VSwitch/VSwitch.sass +3 -0
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VTable/VTable.css +2 -0
- package/lib/components/VTable/VTable.sass +2 -0
- package/lib/components/VTimeline/VTimeline.css +2 -2
- package/lib/components/VTimeline/VTimeline.sass +2 -2
- package/lib/components/VTooltip/VTooltip.css +1 -1
- package/lib/components/VTooltip/_variables.scss +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -0
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +3 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +29 -11
- package/lib/components/index.d.mts +57 -29
- package/lib/composables/group.mjs +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/theme.mjs +12 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +7 -0
- package/lib/labs/VDateInput/composables.mjs +11 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.css +6 -5
- package/lib/labs/VDatePicker/VDatePicker.mjs +36 -16
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.sass +8 -9
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/composables.mjs +4 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +14 -0
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +2 -2
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +4 -5
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VOtpInput/VOtpInput.css +53 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs +222 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -0
- package/lib/labs/VOtpInput/VOtpInput.sass +55 -0
- package/lib/labs/VOtpInput/_variables.scss +2 -0
- package/lib/labs/VOtpInput/index.d.mts +459 -0
- package/lib/labs/VOtpInput/index.mjs +2 -0
- package/lib/labs/VOtpInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.css +42 -0
- package/lib/labs/VStepper/VStepper.mjs +150 -0
- package/lib/labs/VStepper/VStepper.mjs.map +1 -0
- package/lib/labs/VStepper/VStepper.sass +44 -0
- package/lib/labs/VStepper/VStepperActions.mjs +61 -0
- package/lib/labs/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperHeader.mjs +4 -0
- package/lib/labs/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperItem.css +67 -0
- package/lib/labs/VStepper/VStepperItem.mjs +114 -0
- package/lib/labs/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperItem.sass +71 -0
- package/lib/labs/VStepper/VStepperWindow.mjs +50 -0
- package/lib/labs/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperWindowItem.mjs +24 -0
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/labs/VStepper/_variables.scss +4 -0
- package/lib/labs/VStepper/index.d.mts +2045 -0
- package/lib/labs/VStepper/index.mjs +7 -0
- package/lib/labs/VStepper/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +2759 -267
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +7 -8
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +6 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +6 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +6 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +6 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +6 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +6 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +6 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +6 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +6 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +6 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +6 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +6 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +6 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +6 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +6 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +6 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +6 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +6 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +6 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +6 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +210 -0
- package/lib/locale/it.mjs +6 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +6 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +6 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +6 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +6 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +6 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +19 -14
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +6 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +6 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +23 -18
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +6 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +6 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +6 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +6 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +6 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +6 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +6 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +6 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +6 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +6 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +6 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +6 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/util/globals.mjs +0 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +32 -12
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -2,5 +2,7 @@
|
|
|
2
2
|
@forward '../lib/labs/VDataTable/_variables.scss'
|
|
3
3
|
@forward '../lib/labs/VDatePicker/_variables.scss'
|
|
4
4
|
@forward '../lib/labs/VInfiniteScroll/_variables.scss'
|
|
5
|
+
@forward '../lib/labs/VOtpInput/_variables.scss'
|
|
5
6
|
@forward '../lib/labs/VPicker/_variables.scss'
|
|
6
|
-
@forward '../lib/labs/VSkeletonLoader/_variables.scss'
|
|
7
|
+
@forward '../lib/labs/VSkeletonLoader/_variables.scss'
|
|
8
|
+
@forward '../lib/labs/VStepper/_variables.scss'
|
|
@@ -515,20 +515,24 @@
|
|
|
515
515
|
"type": "(a: any, b: any) => boolean\n",
|
|
516
516
|
"description": "Apply a custom comparison algorithm used for values"
|
|
517
517
|
},
|
|
518
|
+
"v-autocomplete/item-color": {
|
|
519
|
+
"type": "string\n",
|
|
520
|
+
"description": "MISSING DESCRIPTION"
|
|
521
|
+
},
|
|
518
522
|
"v-autocomplete/item-title": {
|
|
519
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
523
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
520
524
|
"description": "Property on supplied `items` that contains its title"
|
|
521
525
|
},
|
|
522
526
|
"v-autocomplete/item-value": {
|
|
523
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
527
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
524
528
|
"description": "Property on supplied `items` that contains its value"
|
|
525
529
|
},
|
|
526
530
|
"v-autocomplete/item-children": {
|
|
527
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
531
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
528
532
|
"description": "Property on supplied `items` that contains its children"
|
|
529
533
|
},
|
|
530
534
|
"v-autocomplete/item-props": {
|
|
531
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
535
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
532
536
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
533
537
|
},
|
|
534
538
|
"v-autocomplete/return-object": {
|
|
@@ -1005,7 +1009,7 @@
|
|
|
1005
1009
|
},
|
|
1006
1010
|
"v-bottom-sheet/contained": {
|
|
1007
1011
|
"type": "boolean\n",
|
|
1008
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
1012
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
1009
1013
|
},
|
|
1010
1014
|
"v-bottom-sheet/content-class": {
|
|
1011
1015
|
"type": "any\n",
|
|
@@ -1636,7 +1640,7 @@
|
|
|
1636
1640
|
"description": "The transition direction when changing windows."
|
|
1637
1641
|
},
|
|
1638
1642
|
"v-carousel/mandatory": {
|
|
1639
|
-
"type": "'force'\n",
|
|
1643
|
+
"type": "boolean | 'force'\n",
|
|
1640
1644
|
"description": "Forces at least one item to always be selected (if available)."
|
|
1641
1645
|
},
|
|
1642
1646
|
"v-carousel/cycle": {
|
|
@@ -2523,20 +2527,24 @@
|
|
|
2523
2527
|
"type": "(a: any, b: any) => boolean\n",
|
|
2524
2528
|
"description": "Apply a custom comparison algorithm used for values"
|
|
2525
2529
|
},
|
|
2530
|
+
"v-combobox/item-color": {
|
|
2531
|
+
"type": "string\n",
|
|
2532
|
+
"description": "MISSING DESCRIPTION"
|
|
2533
|
+
},
|
|
2526
2534
|
"v-combobox/item-title": {
|
|
2527
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2535
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2528
2536
|
"description": "Property on supplied `items` that contains its title"
|
|
2529
2537
|
},
|
|
2530
2538
|
"v-combobox/item-value": {
|
|
2531
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2539
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2532
2540
|
"description": "Property on supplied `items` that contains its value"
|
|
2533
2541
|
},
|
|
2534
2542
|
"v-combobox/item-children": {
|
|
2535
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2543
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2536
2544
|
"description": "Property on supplied `items` that contains its children"
|
|
2537
2545
|
},
|
|
2538
2546
|
"v-combobox/item-props": {
|
|
2539
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2547
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2540
2548
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
2541
2549
|
},
|
|
2542
2550
|
"v-combobox/return-object": {
|
|
@@ -2732,7 +2740,7 @@
|
|
|
2732
2740
|
"description": "Array of specific keys to filter on the item."
|
|
2733
2741
|
},
|
|
2734
2742
|
"v-data-iterator/item-value": {
|
|
2735
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2743
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2736
2744
|
"description": "MISSING DESCRIPTION"
|
|
2737
2745
|
},
|
|
2738
2746
|
"v-data-iterator/return-object": {
|
|
@@ -2740,7 +2748,7 @@
|
|
|
2740
2748
|
"description": "MISSING DESCRIPTION"
|
|
2741
2749
|
},
|
|
2742
2750
|
"v-data-iterator/item-selectable": {
|
|
2743
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2751
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2744
2752
|
"description": "MISSING DESCRIPTION"
|
|
2745
2753
|
},
|
|
2746
2754
|
"v-data-iterator/show-select": {
|
|
@@ -2864,7 +2872,7 @@
|
|
|
2864
2872
|
"description": "Text shown when no items are provided to the component"
|
|
2865
2873
|
},
|
|
2866
2874
|
"v-data-table/item-value": {
|
|
2867
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2875
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2868
2876
|
"description": "MISSING DESCRIPTION"
|
|
2869
2877
|
},
|
|
2870
2878
|
"v-data-table/return-object": {
|
|
@@ -2884,7 +2892,7 @@
|
|
|
2884
2892
|
"description": "MISSING DESCRIPTION"
|
|
2885
2893
|
},
|
|
2886
2894
|
"v-data-table/item-selectable": {
|
|
2887
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2895
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2888
2896
|
"description": "MISSING DESCRIPTION"
|
|
2889
2897
|
},
|
|
2890
2898
|
"v-data-table/show-select": {
|
|
@@ -3088,7 +3096,7 @@
|
|
|
3088
3096
|
"description": "Text shown when no items are provided to the component"
|
|
3089
3097
|
},
|
|
3090
3098
|
"v-data-table-server/item-value": {
|
|
3091
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3099
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3092
3100
|
"description": "MISSING DESCRIPTION"
|
|
3093
3101
|
},
|
|
3094
3102
|
"v-data-table-server/return-object": {
|
|
@@ -3108,7 +3116,7 @@
|
|
|
3108
3116
|
"description": "MISSING DESCRIPTION"
|
|
3109
3117
|
},
|
|
3110
3118
|
"v-data-table-server/item-selectable": {
|
|
3111
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3119
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3112
3120
|
"description": "MISSING DESCRIPTION"
|
|
3113
3121
|
},
|
|
3114
3122
|
"v-data-table-server/show-select": {
|
|
@@ -3304,7 +3312,7 @@
|
|
|
3304
3312
|
"description": "Text shown when no items are provided to the component"
|
|
3305
3313
|
},
|
|
3306
3314
|
"v-data-table-virtual/item-value": {
|
|
3307
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3315
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3308
3316
|
"description": "MISSING DESCRIPTION"
|
|
3309
3317
|
},
|
|
3310
3318
|
"v-data-table-virtual/return-object": {
|
|
@@ -3316,7 +3324,7 @@
|
|
|
3316
3324
|
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
3317
3325
|
},
|
|
3318
3326
|
"v-data-table-virtual/item-selectable": {
|
|
3319
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3327
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3320
3328
|
"description": "MISSING DESCRIPTION"
|
|
3321
3329
|
},
|
|
3322
3330
|
"v-data-table-virtual/show-select": {
|
|
@@ -3647,6 +3655,10 @@
|
|
|
3647
3655
|
"type": "string\n",
|
|
3648
3656
|
"description": "MISSING DESCRIPTION"
|
|
3649
3657
|
},
|
|
3658
|
+
"v-date-picker/input-placeholder": {
|
|
3659
|
+
"type": "string\n",
|
|
3660
|
+
"description": "MISSING DESCRIPTION"
|
|
3661
|
+
},
|
|
3650
3662
|
"v-date-picker/landscape": {
|
|
3651
3663
|
"type": "boolean\n",
|
|
3652
3664
|
"description": "MISSING DESCRIPTION"
|
|
@@ -3841,7 +3853,7 @@
|
|
|
3841
3853
|
},
|
|
3842
3854
|
"v-dialog/contained": {
|
|
3843
3855
|
"type": "boolean\n",
|
|
3844
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
3856
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
3845
3857
|
},
|
|
3846
3858
|
"v-dialog/content-class": {
|
|
3847
3859
|
"type": "any\n",
|
|
@@ -5016,19 +5028,19 @@
|
|
|
5016
5028
|
"description": "Puts all children inputs into a disabled state"
|
|
5017
5029
|
},
|
|
5018
5030
|
"v-list/item-title": {
|
|
5019
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
5031
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
5020
5032
|
"description": "Property on supplied `items` that contains its title"
|
|
5021
5033
|
},
|
|
5022
5034
|
"v-list/item-value": {
|
|
5023
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
5035
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
5024
5036
|
"description": "Property on supplied `items` that contains its value"
|
|
5025
5037
|
},
|
|
5026
5038
|
"v-list/item-children": {
|
|
5027
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
5039
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
5028
5040
|
"description": "Property on supplied `items` that contains its children"
|
|
5029
5041
|
},
|
|
5030
5042
|
"v-list/item-props": {
|
|
5031
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
5043
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
5032
5044
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
5033
5045
|
},
|
|
5034
5046
|
"v-list/return-object": {
|
|
@@ -5409,7 +5421,7 @@
|
|
|
5409
5421
|
},
|
|
5410
5422
|
"v-menu/contained": {
|
|
5411
5423
|
"type": "boolean\n",
|
|
5412
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
5424
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
5413
5425
|
},
|
|
5414
5426
|
"v-menu/content-class": {
|
|
5415
5427
|
"type": "any\n",
|
|
@@ -5595,6 +5607,102 @@
|
|
|
5595
5607
|
"type": "boolean\n",
|
|
5596
5608
|
"description": "Disable mobile touch functionality"
|
|
5597
5609
|
},
|
|
5610
|
+
"v-otp-input/length": {
|
|
5611
|
+
"type": "string | number\n",
|
|
5612
|
+
"description": "The OTP field's length"
|
|
5613
|
+
},
|
|
5614
|
+
"v-otp-input/type": {
|
|
5615
|
+
"type": "'number' | 'text' | 'password'\n",
|
|
5616
|
+
"description": "Supported types: `text`, `password`, `number`"
|
|
5617
|
+
},
|
|
5618
|
+
"v-otp-input/model-value": {
|
|
5619
|
+
"type": "string | number\n",
|
|
5620
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5621
|
+
},
|
|
5622
|
+
"v-otp-input/error": {
|
|
5623
|
+
"type": "boolean\n",
|
|
5624
|
+
"description": "Puts the input in a manual error state"
|
|
5625
|
+
},
|
|
5626
|
+
"v-otp-input/height": {
|
|
5627
|
+
"type": "string | number\n",
|
|
5628
|
+
"description": "Sets the height for the component."
|
|
5629
|
+
},
|
|
5630
|
+
"v-otp-input/max-height": {
|
|
5631
|
+
"type": "string | number\n",
|
|
5632
|
+
"description": "Sets the maximum height for the component."
|
|
5633
|
+
},
|
|
5634
|
+
"v-otp-input/max-width": {
|
|
5635
|
+
"type": "string | number\n",
|
|
5636
|
+
"description": "Sets the maximum width for the component."
|
|
5637
|
+
},
|
|
5638
|
+
"v-otp-input/min-height": {
|
|
5639
|
+
"type": "string | number\n",
|
|
5640
|
+
"description": "Sets the minimum height for the component."
|
|
5641
|
+
},
|
|
5642
|
+
"v-otp-input/min-width": {
|
|
5643
|
+
"type": "string | number\n",
|
|
5644
|
+
"description": "Sets the minimum width for the component."
|
|
5645
|
+
},
|
|
5646
|
+
"v-otp-input/width": {
|
|
5647
|
+
"type": "string | number\n",
|
|
5648
|
+
"description": "Sets the width for the component."
|
|
5649
|
+
},
|
|
5650
|
+
"v-otp-input/rounded": {
|
|
5651
|
+
"type": "string | number | boolean\n",
|
|
5652
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5653
|
+
},
|
|
5654
|
+
"v-otp-input/theme": {
|
|
5655
|
+
"type": "string\n",
|
|
5656
|
+
"description": "Specify a theme for this component and all of its children"
|
|
5657
|
+
},
|
|
5658
|
+
"v-otp-input/color": {
|
|
5659
|
+
"type": "string\n",
|
|
5660
|
+
"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)"
|
|
5661
|
+
},
|
|
5662
|
+
"v-otp-input/variant": {
|
|
5663
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
5664
|
+
"description": "Applies a distinct style to the component"
|
|
5665
|
+
},
|
|
5666
|
+
"v-otp-input/disabled": {
|
|
5667
|
+
"type": "boolean\n",
|
|
5668
|
+
"description": "Removes the ability to click or target the input"
|
|
5669
|
+
},
|
|
5670
|
+
"v-otp-input/loading": {
|
|
5671
|
+
"type": "string | boolean\n",
|
|
5672
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
|
5673
|
+
},
|
|
5674
|
+
"v-otp-input/label": {
|
|
5675
|
+
"type": "string\n",
|
|
5676
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5677
|
+
},
|
|
5678
|
+
"v-otp-input/autofocus": {
|
|
5679
|
+
"type": "boolean\n",
|
|
5680
|
+
"description": "MISSING DESCRIPTION"
|
|
5681
|
+
},
|
|
5682
|
+
"v-otp-input/placeholder": {
|
|
5683
|
+
"type": "string\n",
|
|
5684
|
+
"description": "MISSING DESCRIPTION"
|
|
5685
|
+
},
|
|
5686
|
+
"v-otp-input/focused": {
|
|
5687
|
+
"type": "boolean\n",
|
|
5688
|
+
"description": "Forces a focused state styling on the component."
|
|
5689
|
+
},
|
|
5690
|
+
"v-otp-input/bg-color": {
|
|
5691
|
+
"type": "string\n",
|
|
5692
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)"
|
|
5693
|
+
},
|
|
5694
|
+
"v-otp-input/base-color": {
|
|
5695
|
+
"type": "string\n",
|
|
5696
|
+
"description": "Sets the color of the input when it is not focused"
|
|
5697
|
+
},
|
|
5698
|
+
"v-otp-input/divider": {
|
|
5699
|
+
"type": "string\n",
|
|
5700
|
+
"description": "MISSING DESCRIPTION"
|
|
5701
|
+
},
|
|
5702
|
+
"v-otp-input/focus-all": {
|
|
5703
|
+
"type": "boolean\n",
|
|
5704
|
+
"description": "MISSING DESCRIPTION"
|
|
5705
|
+
},
|
|
5598
5706
|
"v-overlay/model-value": {
|
|
5599
5707
|
"type": "boolean\n",
|
|
5600
5708
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
@@ -5657,7 +5765,7 @@
|
|
|
5657
5765
|
},
|
|
5658
5766
|
"v-overlay/contained": {
|
|
5659
5767
|
"type": "boolean\n",
|
|
5660
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
5768
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
5661
5769
|
},
|
|
5662
5770
|
"v-overlay/content-class": {
|
|
5663
5771
|
"type": "any\n",
|
|
@@ -6236,7 +6344,7 @@
|
|
|
6236
6344
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
|
6237
6345
|
},
|
|
6238
6346
|
"v-range-slider/model-value": {
|
|
6239
|
-
"type": "number[]\n",
|
|
6347
|
+
"type": "(string | number)[]\n",
|
|
6240
6348
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6241
6349
|
},
|
|
6242
6350
|
"v-range-slider/error": {
|
|
@@ -6839,20 +6947,24 @@
|
|
|
6839
6947
|
"type": "(a: any, b: any) => boolean\n",
|
|
6840
6948
|
"description": "Apply a custom comparison algorithm used for values"
|
|
6841
6949
|
},
|
|
6950
|
+
"v-select/item-color": {
|
|
6951
|
+
"type": "string\n",
|
|
6952
|
+
"description": "Sets color of selected items"
|
|
6953
|
+
},
|
|
6842
6954
|
"v-select/item-title": {
|
|
6843
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
6955
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
6844
6956
|
"description": "Property on supplied `items` that contains its title"
|
|
6845
6957
|
},
|
|
6846
6958
|
"v-select/item-value": {
|
|
6847
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
6959
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
6848
6960
|
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
|
|
6849
6961
|
},
|
|
6850
6962
|
"v-select/item-children": {
|
|
6851
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
6963
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
6852
6964
|
"description": "Property on supplied `items` that contains its children"
|
|
6853
6965
|
},
|
|
6854
6966
|
"v-select/item-props": {
|
|
6855
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
6967
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
6856
6968
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
6857
6969
|
},
|
|
6858
6970
|
"v-select/return-object": {
|
|
@@ -7621,7 +7733,7 @@
|
|
|
7621
7733
|
},
|
|
7622
7734
|
"v-snackbar/contained": {
|
|
7623
7735
|
"type": "boolean\n",
|
|
7624
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
7736
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
7625
7737
|
},
|
|
7626
7738
|
"v-snackbar/content-class": {
|
|
7627
7739
|
"type": "any\n",
|
|
@@ -7695,6 +7807,86 @@
|
|
|
7695
7807
|
"type": "string\n",
|
|
7696
7808
|
"description": "Specify a custom tag used on the root element"
|
|
7697
7809
|
},
|
|
7810
|
+
"v-stepper-header/tag": {
|
|
7811
|
+
"type": "string\n",
|
|
7812
|
+
"description": "Specify a custom tag used on the root element"
|
|
7813
|
+
},
|
|
7814
|
+
"v-stepper-window/model-value": {
|
|
7815
|
+
"type": "any\n",
|
|
7816
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
7817
|
+
},
|
|
7818
|
+
"v-stepper-window/reverse": {
|
|
7819
|
+
"type": "boolean\n",
|
|
7820
|
+
"description": "Reverse the normal transition direction."
|
|
7821
|
+
},
|
|
7822
|
+
"v-stepper-window/tag": {
|
|
7823
|
+
"type": "string\n",
|
|
7824
|
+
"description": "Specify a custom tag used on the root element."
|
|
7825
|
+
},
|
|
7826
|
+
"v-stepper-window/theme": {
|
|
7827
|
+
"type": "string\n",
|
|
7828
|
+
"description": "Specify a theme for this component and all of its children"
|
|
7829
|
+
},
|
|
7830
|
+
"v-stepper-window/disabled": {
|
|
7831
|
+
"type": "boolean\n",
|
|
7832
|
+
"description": "Removes the ability to click or target the component"
|
|
7833
|
+
},
|
|
7834
|
+
"v-stepper-window/selected-class": {
|
|
7835
|
+
"type": "string\n",
|
|
7836
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
7837
|
+
},
|
|
7838
|
+
"v-stepper-window/direction": {
|
|
7839
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
7840
|
+
"description": "The transition direction when changing windows."
|
|
7841
|
+
},
|
|
7842
|
+
"v-stepper-window/mandatory": {
|
|
7843
|
+
"type": "boolean | 'force'\n",
|
|
7844
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
7845
|
+
},
|
|
7846
|
+
"v-stepper-window/continuous": {
|
|
7847
|
+
"type": "boolean\n",
|
|
7848
|
+
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
|
7849
|
+
},
|
|
7850
|
+
"v-stepper-window/next-icon": {
|
|
7851
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7852
|
+
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
|
7853
|
+
},
|
|
7854
|
+
"v-stepper-window/prev-icon": {
|
|
7855
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7856
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
|
7857
|
+
},
|
|
7858
|
+
"v-stepper-window/show-arrows": {
|
|
7859
|
+
"type": "string | boolean\n",
|
|
7860
|
+
"description": "Display the \"next\" and \"prev\" buttons"
|
|
7861
|
+
},
|
|
7862
|
+
"v-stepper-window/touch": {
|
|
7863
|
+
"type": "any\n",
|
|
7864
|
+
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
7865
|
+
},
|
|
7866
|
+
"v-stepper-window-item/value": {
|
|
7867
|
+
"type": "any\n",
|
|
7868
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
7869
|
+
},
|
|
7870
|
+
"v-stepper-window-item/disabled": {
|
|
7871
|
+
"type": "boolean\n",
|
|
7872
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
|
7873
|
+
},
|
|
7874
|
+
"v-stepper-window-item/selected-class": {
|
|
7875
|
+
"type": "string\n",
|
|
7876
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
7877
|
+
},
|
|
7878
|
+
"v-stepper-window-item/eager": {
|
|
7879
|
+
"type": "boolean\n",
|
|
7880
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
7881
|
+
},
|
|
7882
|
+
"v-stepper-window-item/transition": {
|
|
7883
|
+
"type": "string | boolean\n",
|
|
7884
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
7885
|
+
},
|
|
7886
|
+
"v-stepper-window-item/reverse-transition": {
|
|
7887
|
+
"type": "string | boolean\n",
|
|
7888
|
+
"description": "Sets the reverse transition"
|
|
7889
|
+
},
|
|
7698
7890
|
"v-svg-icon/icon": {
|
|
7699
7891
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7700
7892
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
@@ -8833,7 +9025,7 @@
|
|
|
8833
9025
|
},
|
|
8834
9026
|
"v-tooltip/contained": {
|
|
8835
9027
|
"type": "boolean\n",
|
|
8836
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
9028
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
|
|
8837
9029
|
},
|
|
8838
9030
|
"v-tooltip/content-class": {
|
|
8839
9031
|
"type": "any\n",
|
|
@@ -9016,7 +9208,7 @@
|
|
|
9016
9208
|
"description": "The transition direction when changing windows."
|
|
9017
9209
|
},
|
|
9018
9210
|
"v-window/mandatory": {
|
|
9019
|
-
"type": "'force'\n",
|
|
9211
|
+
"type": "boolean | 'force'\n",
|
|
9020
9212
|
"description": "Forces at least one item to always be selected (if available)."
|
|
9021
9213
|
},
|
|
9022
9214
|
"v-window/continuous": {
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"from": "labs/VInfiniteScroll/index.mjs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
+
"VOtpInput": {
|
|
60
|
+
"from": "labs/VOtpInput/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
59
63
|
"VPicker": {
|
|
60
64
|
"from": "labs/VPicker/index.mjs",
|
|
61
65
|
"styles": []
|
|
@@ -68,6 +72,30 @@
|
|
|
68
72
|
"from": "labs/VSkeletonLoader/index.mjs",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
75
|
+
"VStepper": {
|
|
76
|
+
"from": "labs/VStepper/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VStepperActions": {
|
|
80
|
+
"from": "labs/VStepper/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VStepperHeader": {
|
|
84
|
+
"from": "labs/VStepper/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VStepperItem": {
|
|
88
|
+
"from": "labs/VStepper/index.mjs",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VStepperWindow": {
|
|
92
|
+
"from": "labs/VStepper/index.mjs",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VStepperWindowItem": {
|
|
96
|
+
"from": "labs/VStepper/index.mjs",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
71
99
|
"VDataIterator": {
|
|
72
100
|
"from": "labs/VDataIterator/index.mjs",
|
|
73
101
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"hint",
|
|
154
154
|
"id",
|
|
155
155
|
"item-children",
|
|
156
|
+
"item-color",
|
|
156
157
|
"item-props",
|
|
157
158
|
"item-title",
|
|
158
159
|
"item-value",
|
|
@@ -806,6 +807,7 @@
|
|
|
806
807
|
"hint",
|
|
807
808
|
"id",
|
|
808
809
|
"item-children",
|
|
810
|
+
"item-color",
|
|
809
811
|
"item-props",
|
|
810
812
|
"item-title",
|
|
811
813
|
"item-value",
|
|
@@ -1126,6 +1128,7 @@
|
|
|
1126
1128
|
"hide-weekdays",
|
|
1127
1129
|
"hover-date",
|
|
1128
1130
|
"input-mode",
|
|
1131
|
+
"input-placeholder",
|
|
1129
1132
|
"input-text",
|
|
1130
1133
|
"keyboard-icon",
|
|
1131
1134
|
"landscape",
|
|
@@ -1895,6 +1898,35 @@
|
|
|
1895
1898
|
"attributes": [],
|
|
1896
1899
|
"description": ""
|
|
1897
1900
|
},
|
|
1901
|
+
"v-otp-input": {
|
|
1902
|
+
"attributes": [
|
|
1903
|
+
"autofocus",
|
|
1904
|
+
"base-color",
|
|
1905
|
+
"bg-color",
|
|
1906
|
+
"color",
|
|
1907
|
+
"disabled",
|
|
1908
|
+
"divider",
|
|
1909
|
+
"error",
|
|
1910
|
+
"focus-all",
|
|
1911
|
+
"focused",
|
|
1912
|
+
"height",
|
|
1913
|
+
"label",
|
|
1914
|
+
"length",
|
|
1915
|
+
"loading",
|
|
1916
|
+
"max-height",
|
|
1917
|
+
"max-width",
|
|
1918
|
+
"min-height",
|
|
1919
|
+
"min-width",
|
|
1920
|
+
"model-value",
|
|
1921
|
+
"placeholder",
|
|
1922
|
+
"rounded",
|
|
1923
|
+
"theme",
|
|
1924
|
+
"type",
|
|
1925
|
+
"variant",
|
|
1926
|
+
"width"
|
|
1927
|
+
],
|
|
1928
|
+
"description": ""
|
|
1929
|
+
},
|
|
1898
1930
|
"v-overlay": {
|
|
1899
1931
|
"attributes": [
|
|
1900
1932
|
"absolute",
|
|
@@ -2293,6 +2325,7 @@
|
|
|
2293
2325
|
"hint",
|
|
2294
2326
|
"id",
|
|
2295
2327
|
"item-children",
|
|
2328
|
+
"item-color",
|
|
2296
2329
|
"item-props",
|
|
2297
2330
|
"item-title",
|
|
2298
2331
|
"item-value",
|
|
@@ -2580,6 +2613,53 @@
|
|
|
2580
2613
|
],
|
|
2581
2614
|
"description": ""
|
|
2582
2615
|
},
|
|
2616
|
+
"v-stepper": {
|
|
2617
|
+
"attributes": [],
|
|
2618
|
+
"description": ""
|
|
2619
|
+
},
|
|
2620
|
+
"v-stepper-actions": {
|
|
2621
|
+
"attributes": [],
|
|
2622
|
+
"description": ""
|
|
2623
|
+
},
|
|
2624
|
+
"v-stepper-header": {
|
|
2625
|
+
"attributes": [
|
|
2626
|
+
"tag"
|
|
2627
|
+
],
|
|
2628
|
+
"description": ""
|
|
2629
|
+
},
|
|
2630
|
+
"v-stepper-item": {
|
|
2631
|
+
"attributes": [],
|
|
2632
|
+
"description": ""
|
|
2633
|
+
},
|
|
2634
|
+
"v-stepper-window": {
|
|
2635
|
+
"attributes": [
|
|
2636
|
+
"continuous",
|
|
2637
|
+
"direction",
|
|
2638
|
+
"disabled",
|
|
2639
|
+
"mandatory",
|
|
2640
|
+
"model-value",
|
|
2641
|
+
"next-icon",
|
|
2642
|
+
"prev-icon",
|
|
2643
|
+
"reverse",
|
|
2644
|
+
"selected-class",
|
|
2645
|
+
"show-arrows",
|
|
2646
|
+
"tag",
|
|
2647
|
+
"theme",
|
|
2648
|
+
"touch"
|
|
2649
|
+
],
|
|
2650
|
+
"description": ""
|
|
2651
|
+
},
|
|
2652
|
+
"v-stepper-window-item": {
|
|
2653
|
+
"attributes": [
|
|
2654
|
+
"disabled",
|
|
2655
|
+
"eager",
|
|
2656
|
+
"reverse-transition",
|
|
2657
|
+
"selected-class",
|
|
2658
|
+
"transition",
|
|
2659
|
+
"value"
|
|
2660
|
+
],
|
|
2661
|
+
"description": ""
|
|
2662
|
+
},
|
|
2583
2663
|
"v-svg-icon": {
|
|
2584
2664
|
"attributes": [
|
|
2585
2665
|
"icon",
|