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
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.3.
|
|
5
|
+
"version": "3.3.12",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1500,6 +1500,15 @@
|
|
|
1500
1500
|
"type": "(a: any, b: any) => boolean\n"
|
|
1501
1501
|
}
|
|
1502
1502
|
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "itemColor",
|
|
1505
|
+
"description": "MISSING DESCRIPTION",
|
|
1506
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1507
|
+
"value": {
|
|
1508
|
+
"kind": "expression",
|
|
1509
|
+
"type": "string\n"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1503
1512
|
{
|
|
1504
1513
|
"name": "itemTitle",
|
|
1505
1514
|
"description": "Property on supplied `items` that contains its title",
|
|
@@ -1507,7 +1516,7 @@
|
|
|
1507
1516
|
"default": "'title'",
|
|
1508
1517
|
"value": {
|
|
1509
1518
|
"kind": "expression",
|
|
1510
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1519
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1511
1520
|
}
|
|
1512
1521
|
},
|
|
1513
1522
|
{
|
|
@@ -1517,7 +1526,7 @@
|
|
|
1517
1526
|
"default": "'value'",
|
|
1518
1527
|
"value": {
|
|
1519
1528
|
"kind": "expression",
|
|
1520
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1529
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1521
1530
|
}
|
|
1522
1531
|
},
|
|
1523
1532
|
{
|
|
@@ -1527,7 +1536,7 @@
|
|
|
1527
1536
|
"default": "false",
|
|
1528
1537
|
"value": {
|
|
1529
1538
|
"kind": "expression",
|
|
1530
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1539
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1531
1540
|
}
|
|
1532
1541
|
},
|
|
1533
1542
|
{
|
|
@@ -1537,7 +1546,7 @@
|
|
|
1537
1546
|
"default": "'props'",
|
|
1538
1547
|
"value": {
|
|
1539
1548
|
"kind": "expression",
|
|
1540
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1549
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
1541
1550
|
}
|
|
1542
1551
|
},
|
|
1543
1552
|
{
|
|
@@ -3268,7 +3277,7 @@
|
|
|
3268
3277
|
},
|
|
3269
3278
|
{
|
|
3270
3279
|
"name": "contained",
|
|
3271
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
3280
|
+
"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.)",
|
|
3272
3281
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3273
3282
|
"default": "false",
|
|
3274
3283
|
"value": {
|
|
@@ -5281,7 +5290,7 @@
|
|
|
5281
5290
|
"default": "'force'",
|
|
5282
5291
|
"value": {
|
|
5283
5292
|
"kind": "expression",
|
|
5284
|
-
"type": "'force'\n"
|
|
5293
|
+
"type": "boolean | 'force'\n"
|
|
5285
5294
|
}
|
|
5286
5295
|
},
|
|
5287
5296
|
{
|
|
@@ -8184,6 +8193,15 @@
|
|
|
8184
8193
|
"type": "(a: any, b: any) => boolean\n"
|
|
8185
8194
|
}
|
|
8186
8195
|
},
|
|
8196
|
+
{
|
|
8197
|
+
"name": "itemColor",
|
|
8198
|
+
"description": "MISSING DESCRIPTION",
|
|
8199
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
8200
|
+
"value": {
|
|
8201
|
+
"kind": "expression",
|
|
8202
|
+
"type": "string\n"
|
|
8203
|
+
}
|
|
8204
|
+
},
|
|
8187
8205
|
{
|
|
8188
8206
|
"name": "itemTitle",
|
|
8189
8207
|
"description": "Property on supplied `items` that contains its title",
|
|
@@ -8191,7 +8209,7 @@
|
|
|
8191
8209
|
"default": "'title'",
|
|
8192
8210
|
"value": {
|
|
8193
8211
|
"kind": "expression",
|
|
8194
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8212
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8195
8213
|
}
|
|
8196
8214
|
},
|
|
8197
8215
|
{
|
|
@@ -8201,7 +8219,7 @@
|
|
|
8201
8219
|
"default": "'value'",
|
|
8202
8220
|
"value": {
|
|
8203
8221
|
"kind": "expression",
|
|
8204
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8222
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8205
8223
|
}
|
|
8206
8224
|
},
|
|
8207
8225
|
{
|
|
@@ -8211,7 +8229,7 @@
|
|
|
8211
8229
|
"default": "false",
|
|
8212
8230
|
"value": {
|
|
8213
8231
|
"kind": "expression",
|
|
8214
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8232
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8215
8233
|
}
|
|
8216
8234
|
},
|
|
8217
8235
|
{
|
|
@@ -8221,7 +8239,7 @@
|
|
|
8221
8239
|
"default": "'props'",
|
|
8222
8240
|
"value": {
|
|
8223
8241
|
"kind": "expression",
|
|
8224
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8242
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
8225
8243
|
}
|
|
8226
8244
|
},
|
|
8227
8245
|
{
|
|
@@ -9205,7 +9223,7 @@
|
|
|
9205
9223
|
"default": "'id'",
|
|
9206
9224
|
"value": {
|
|
9207
9225
|
"kind": "expression",
|
|
9208
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9226
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9209
9227
|
}
|
|
9210
9228
|
},
|
|
9211
9229
|
{
|
|
@@ -9225,7 +9243,7 @@
|
|
|
9225
9243
|
"default": "null",
|
|
9226
9244
|
"value": {
|
|
9227
9245
|
"kind": "expression",
|
|
9228
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9246
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9229
9247
|
}
|
|
9230
9248
|
},
|
|
9231
9249
|
{
|
|
@@ -9876,7 +9894,7 @@
|
|
|
9876
9894
|
"default": "'id'",
|
|
9877
9895
|
"value": {
|
|
9878
9896
|
"kind": "expression",
|
|
9879
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9897
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9880
9898
|
}
|
|
9881
9899
|
},
|
|
9882
9900
|
{
|
|
@@ -9926,7 +9944,7 @@
|
|
|
9926
9944
|
"default": "null",
|
|
9927
9945
|
"value": {
|
|
9928
9946
|
"kind": "expression",
|
|
9929
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9947
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
9930
9948
|
}
|
|
9931
9949
|
},
|
|
9932
9950
|
{
|
|
@@ -11950,7 +11968,7 @@
|
|
|
11950
11968
|
"default": "'id'",
|
|
11951
11969
|
"value": {
|
|
11952
11970
|
"kind": "expression",
|
|
11953
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11971
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
11954
11972
|
}
|
|
11955
11973
|
},
|
|
11956
11974
|
{
|
|
@@ -12000,7 +12018,7 @@
|
|
|
12000
12018
|
"default": "null",
|
|
12001
12019
|
"value": {
|
|
12002
12020
|
"kind": "expression",
|
|
12003
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
12021
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
12004
12022
|
}
|
|
12005
12023
|
},
|
|
12006
12024
|
{
|
|
@@ -13694,7 +13712,7 @@
|
|
|
13694
13712
|
"default": "'id'",
|
|
13695
13713
|
"value": {
|
|
13696
13714
|
"kind": "expression",
|
|
13697
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
13715
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
13698
13716
|
}
|
|
13699
13717
|
},
|
|
13700
13718
|
{
|
|
@@ -13724,7 +13742,7 @@
|
|
|
13724
13742
|
"default": "null",
|
|
13725
13743
|
"value": {
|
|
13726
13744
|
"kind": "expression",
|
|
13727
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
13745
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
13728
13746
|
}
|
|
13729
13747
|
},
|
|
13730
13748
|
{
|
|
@@ -15299,6 +15317,16 @@
|
|
|
15299
15317
|
"type": "string\n"
|
|
15300
15318
|
}
|
|
15301
15319
|
},
|
|
15320
|
+
{
|
|
15321
|
+
"name": "inputPlaceholder",
|
|
15322
|
+
"description": "MISSING DESCRIPTION",
|
|
15323
|
+
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
15324
|
+
"default": "'dd/mm/yyyy'",
|
|
15325
|
+
"value": {
|
|
15326
|
+
"kind": "expression",
|
|
15327
|
+
"type": "string\n"
|
|
15328
|
+
}
|
|
15329
|
+
},
|
|
15302
15330
|
{
|
|
15303
15331
|
"name": "landscape",
|
|
15304
15332
|
"description": "MISSING DESCRIPTION",
|
|
@@ -16112,7 +16140,7 @@
|
|
|
16112
16140
|
},
|
|
16113
16141
|
{
|
|
16114
16142
|
"name": "contained",
|
|
16115
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
16143
|
+
"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.)",
|
|
16116
16144
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
16117
16145
|
"default": "false",
|
|
16118
16146
|
"value": {
|
|
@@ -20835,7 +20863,7 @@
|
|
|
20835
20863
|
"default": "'title'",
|
|
20836
20864
|
"value": {
|
|
20837
20865
|
"kind": "expression",
|
|
20838
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20866
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20839
20867
|
}
|
|
20840
20868
|
},
|
|
20841
20869
|
{
|
|
@@ -20845,7 +20873,7 @@
|
|
|
20845
20873
|
"default": "'value'",
|
|
20846
20874
|
"value": {
|
|
20847
20875
|
"kind": "expression",
|
|
20848
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20876
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20849
20877
|
}
|
|
20850
20878
|
},
|
|
20851
20879
|
{
|
|
@@ -20855,7 +20883,7 @@
|
|
|
20855
20883
|
"default": "'children'",
|
|
20856
20884
|
"value": {
|
|
20857
20885
|
"kind": "expression",
|
|
20858
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20886
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20859
20887
|
}
|
|
20860
20888
|
},
|
|
20861
20889
|
{
|
|
@@ -20865,7 +20893,7 @@
|
|
|
20865
20893
|
"default": "'props'",
|
|
20866
20894
|
"value": {
|
|
20867
20895
|
"kind": "expression",
|
|
20868
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
20896
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
20869
20897
|
}
|
|
20870
20898
|
},
|
|
20871
20899
|
{
|
|
@@ -22249,7 +22277,7 @@
|
|
|
22249
22277
|
},
|
|
22250
22278
|
{
|
|
22251
22279
|
"name": "contained",
|
|
22252
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
22280
|
+
"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.)",
|
|
22253
22281
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22254
22282
|
"default": "false",
|
|
22255
22283
|
"value": {
|
|
@@ -22867,6 +22895,295 @@
|
|
|
22867
22895
|
"event": "update:modelValue"
|
|
22868
22896
|
}
|
|
22869
22897
|
},
|
|
22898
|
+
{
|
|
22899
|
+
"name": "VOtpInput",
|
|
22900
|
+
"source": {
|
|
22901
|
+
"module": "./src/components/index.ts",
|
|
22902
|
+
"symbol": "VOtpInput"
|
|
22903
|
+
},
|
|
22904
|
+
"description": "",
|
|
22905
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input",
|
|
22906
|
+
"attributes": [
|
|
22907
|
+
{
|
|
22908
|
+
"name": "length",
|
|
22909
|
+
"description": "The OTP field's length",
|
|
22910
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22911
|
+
"default": "6",
|
|
22912
|
+
"value": {
|
|
22913
|
+
"kind": "expression",
|
|
22914
|
+
"type": "string | number\n"
|
|
22915
|
+
}
|
|
22916
|
+
},
|
|
22917
|
+
{
|
|
22918
|
+
"name": "type",
|
|
22919
|
+
"description": "Supported types: `text`, `password`, `number`",
|
|
22920
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22921
|
+
"default": "'text'",
|
|
22922
|
+
"value": {
|
|
22923
|
+
"kind": "expression",
|
|
22924
|
+
"type": "'number' | 'text' | 'password'\n"
|
|
22925
|
+
}
|
|
22926
|
+
},
|
|
22927
|
+
{
|
|
22928
|
+
"name": "modelValue",
|
|
22929
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
22930
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22931
|
+
"value": {
|
|
22932
|
+
"kind": "expression",
|
|
22933
|
+
"type": "string | number\n"
|
|
22934
|
+
}
|
|
22935
|
+
},
|
|
22936
|
+
{
|
|
22937
|
+
"name": "error",
|
|
22938
|
+
"description": "Puts the input in a manual error state",
|
|
22939
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22940
|
+
"default": "false",
|
|
22941
|
+
"value": {
|
|
22942
|
+
"kind": "expression",
|
|
22943
|
+
"type": "boolean\n"
|
|
22944
|
+
}
|
|
22945
|
+
},
|
|
22946
|
+
{
|
|
22947
|
+
"name": "height",
|
|
22948
|
+
"description": "Sets the height for the component.",
|
|
22949
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22950
|
+
"value": {
|
|
22951
|
+
"kind": "expression",
|
|
22952
|
+
"type": "string | number\n"
|
|
22953
|
+
}
|
|
22954
|
+
},
|
|
22955
|
+
{
|
|
22956
|
+
"name": "maxHeight",
|
|
22957
|
+
"description": "Sets the maximum height for the component.",
|
|
22958
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22959
|
+
"value": {
|
|
22960
|
+
"kind": "expression",
|
|
22961
|
+
"type": "string | number\n"
|
|
22962
|
+
}
|
|
22963
|
+
},
|
|
22964
|
+
{
|
|
22965
|
+
"name": "maxWidth",
|
|
22966
|
+
"description": "Sets the maximum width for the component.",
|
|
22967
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22968
|
+
"value": {
|
|
22969
|
+
"kind": "expression",
|
|
22970
|
+
"type": "string | number\n"
|
|
22971
|
+
}
|
|
22972
|
+
},
|
|
22973
|
+
{
|
|
22974
|
+
"name": "minHeight",
|
|
22975
|
+
"description": "Sets the minimum height for the component.",
|
|
22976
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22977
|
+
"value": {
|
|
22978
|
+
"kind": "expression",
|
|
22979
|
+
"type": "string | number\n"
|
|
22980
|
+
}
|
|
22981
|
+
},
|
|
22982
|
+
{
|
|
22983
|
+
"name": "minWidth",
|
|
22984
|
+
"description": "Sets the minimum width for the component.",
|
|
22985
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22986
|
+
"value": {
|
|
22987
|
+
"kind": "expression",
|
|
22988
|
+
"type": "string | number\n"
|
|
22989
|
+
}
|
|
22990
|
+
},
|
|
22991
|
+
{
|
|
22992
|
+
"name": "width",
|
|
22993
|
+
"description": "Sets the width for the component.",
|
|
22994
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
22995
|
+
"value": {
|
|
22996
|
+
"kind": "expression",
|
|
22997
|
+
"type": "string | number\n"
|
|
22998
|
+
}
|
|
22999
|
+
},
|
|
23000
|
+
{
|
|
23001
|
+
"name": "rounded",
|
|
23002
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
|
|
23003
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23004
|
+
"default": "false",
|
|
23005
|
+
"value": {
|
|
23006
|
+
"kind": "expression",
|
|
23007
|
+
"type": "string | number | boolean\n"
|
|
23008
|
+
}
|
|
23009
|
+
},
|
|
23010
|
+
{
|
|
23011
|
+
"name": "theme",
|
|
23012
|
+
"description": "Specify a theme for this component and all of its children",
|
|
23013
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23014
|
+
"value": {
|
|
23015
|
+
"kind": "expression",
|
|
23016
|
+
"type": "string\n"
|
|
23017
|
+
}
|
|
23018
|
+
},
|
|
23019
|
+
{
|
|
23020
|
+
"name": "color",
|
|
23021
|
+
"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)",
|
|
23022
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23023
|
+
"value": {
|
|
23024
|
+
"kind": "expression",
|
|
23025
|
+
"type": "string\n"
|
|
23026
|
+
}
|
|
23027
|
+
},
|
|
23028
|
+
{
|
|
23029
|
+
"name": "variant",
|
|
23030
|
+
"description": "Applies a distinct style to the component",
|
|
23031
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23032
|
+
"default": "'outlined'",
|
|
23033
|
+
"value": {
|
|
23034
|
+
"kind": "expression",
|
|
23035
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n"
|
|
23036
|
+
}
|
|
23037
|
+
},
|
|
23038
|
+
{
|
|
23039
|
+
"name": "disabled",
|
|
23040
|
+
"description": "Removes the ability to click or target the input",
|
|
23041
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23042
|
+
"default": "false",
|
|
23043
|
+
"value": {
|
|
23044
|
+
"kind": "expression",
|
|
23045
|
+
"type": "boolean\n"
|
|
23046
|
+
}
|
|
23047
|
+
},
|
|
23048
|
+
{
|
|
23049
|
+
"name": "loading",
|
|
23050
|
+
"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",
|
|
23051
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23052
|
+
"default": "false",
|
|
23053
|
+
"value": {
|
|
23054
|
+
"kind": "expression",
|
|
23055
|
+
"type": "string | boolean\n"
|
|
23056
|
+
}
|
|
23057
|
+
},
|
|
23058
|
+
{
|
|
23059
|
+
"name": "label",
|
|
23060
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
|
|
23061
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23062
|
+
"default": "'$vuetify.input.otp'",
|
|
23063
|
+
"value": {
|
|
23064
|
+
"kind": "expression",
|
|
23065
|
+
"type": "string\n"
|
|
23066
|
+
}
|
|
23067
|
+
},
|
|
23068
|
+
{
|
|
23069
|
+
"name": "autofocus",
|
|
23070
|
+
"description": "MISSING DESCRIPTION",
|
|
23071
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23072
|
+
"default": "false",
|
|
23073
|
+
"value": {
|
|
23074
|
+
"kind": "expression",
|
|
23075
|
+
"type": "boolean\n"
|
|
23076
|
+
}
|
|
23077
|
+
},
|
|
23078
|
+
{
|
|
23079
|
+
"name": "placeholder",
|
|
23080
|
+
"description": "MISSING DESCRIPTION",
|
|
23081
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23082
|
+
"value": {
|
|
23083
|
+
"kind": "expression",
|
|
23084
|
+
"type": "string\n"
|
|
23085
|
+
}
|
|
23086
|
+
},
|
|
23087
|
+
{
|
|
23088
|
+
"name": "focused",
|
|
23089
|
+
"description": "Forces a focused state styling on the component.",
|
|
23090
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23091
|
+
"default": "false",
|
|
23092
|
+
"value": {
|
|
23093
|
+
"kind": "expression",
|
|
23094
|
+
"type": "boolean\n"
|
|
23095
|
+
}
|
|
23096
|
+
},
|
|
23097
|
+
{
|
|
23098
|
+
"name": "bgColor",
|
|
23099
|
+
"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)",
|
|
23100
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23101
|
+
"value": {
|
|
23102
|
+
"kind": "expression",
|
|
23103
|
+
"type": "string\n"
|
|
23104
|
+
}
|
|
23105
|
+
},
|
|
23106
|
+
{
|
|
23107
|
+
"name": "baseColor",
|
|
23108
|
+
"description": "Sets the color of the input when it is not focused",
|
|
23109
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23110
|
+
"value": {
|
|
23111
|
+
"kind": "expression",
|
|
23112
|
+
"type": "string\n"
|
|
23113
|
+
}
|
|
23114
|
+
},
|
|
23115
|
+
{
|
|
23116
|
+
"name": "divider",
|
|
23117
|
+
"description": "MISSING DESCRIPTION",
|
|
23118
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23119
|
+
"value": {
|
|
23120
|
+
"kind": "expression",
|
|
23121
|
+
"type": "string\n"
|
|
23122
|
+
}
|
|
23123
|
+
},
|
|
23124
|
+
{
|
|
23125
|
+
"name": "focusAll",
|
|
23126
|
+
"description": "MISSING DESCRIPTION",
|
|
23127
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
|
|
23128
|
+
"default": "false",
|
|
23129
|
+
"value": {
|
|
23130
|
+
"kind": "expression",
|
|
23131
|
+
"type": "boolean\n"
|
|
23132
|
+
}
|
|
23133
|
+
}
|
|
23134
|
+
],
|
|
23135
|
+
"events": [
|
|
23136
|
+
{
|
|
23137
|
+
"name": "update:modelValue",
|
|
23138
|
+
"description": "Event that is emitted when the component's model changes",
|
|
23139
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
|
|
23140
|
+
"arguments": [
|
|
23141
|
+
{
|
|
23142
|
+
"name": "argument",
|
|
23143
|
+
"type": "[string]\n"
|
|
23144
|
+
}
|
|
23145
|
+
]
|
|
23146
|
+
},
|
|
23147
|
+
{
|
|
23148
|
+
"name": "update:focused",
|
|
23149
|
+
"description": "Emitted when the input is focused or blurred",
|
|
23150
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
|
|
23151
|
+
"arguments": [
|
|
23152
|
+
{
|
|
23153
|
+
"name": "argument",
|
|
23154
|
+
"type": "[boolean] | [boolean]\n"
|
|
23155
|
+
}
|
|
23156
|
+
]
|
|
23157
|
+
},
|
|
23158
|
+
{
|
|
23159
|
+
"name": "finish",
|
|
23160
|
+
"description": "Emitted when the input is filled completely and cursor is blurred",
|
|
23161
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
|
|
23162
|
+
"arguments": [
|
|
23163
|
+
{
|
|
23164
|
+
"name": "argument",
|
|
23165
|
+
"type": "[string]\n"
|
|
23166
|
+
}
|
|
23167
|
+
]
|
|
23168
|
+
}
|
|
23169
|
+
],
|
|
23170
|
+
"slots": [
|
|
23171
|
+
{
|
|
23172
|
+
"name": "default",
|
|
23173
|
+
"description": "The default Vue slot.",
|
|
23174
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
|
|
23175
|
+
},
|
|
23176
|
+
{
|
|
23177
|
+
"name": "loader",
|
|
23178
|
+
"description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true)",
|
|
23179
|
+
"doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
|
|
23180
|
+
}
|
|
23181
|
+
],
|
|
23182
|
+
"vue-model": {
|
|
23183
|
+
"prop": "modelValue",
|
|
23184
|
+
"event": "update:modelValue"
|
|
23185
|
+
}
|
|
23186
|
+
},
|
|
22870
23187
|
{
|
|
22871
23188
|
"name": "VOverlay",
|
|
22872
23189
|
"source": {
|
|
@@ -23020,7 +23337,7 @@
|
|
|
23020
23337
|
},
|
|
23021
23338
|
{
|
|
23022
23339
|
"name": "contained",
|
|
23023
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
23340
|
+
"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.)",
|
|
23024
23341
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
23025
23342
|
"default": "false",
|
|
23026
23343
|
"value": {
|
|
@@ -25208,7 +25525,7 @@
|
|
|
25208
25525
|
"default": "[0, 0]",
|
|
25209
25526
|
"value": {
|
|
25210
25527
|
"kind": "expression",
|
|
25211
|
-
"type": "number[]\n"
|
|
25528
|
+
"type": "(string | number)[]\n"
|
|
25212
25529
|
}
|
|
25213
25530
|
},
|
|
25214
25531
|
{
|
|
@@ -27281,6 +27598,15 @@
|
|
|
27281
27598
|
"type": "(a: any, b: any) => boolean\n"
|
|
27282
27599
|
}
|
|
27283
27600
|
},
|
|
27601
|
+
{
|
|
27602
|
+
"name": "itemColor",
|
|
27603
|
+
"description": "Sets color of selected items",
|
|
27604
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
27605
|
+
"value": {
|
|
27606
|
+
"kind": "expression",
|
|
27607
|
+
"type": "string\n"
|
|
27608
|
+
}
|
|
27609
|
+
},
|
|
27284
27610
|
{
|
|
27285
27611
|
"name": "itemTitle",
|
|
27286
27612
|
"description": "Property on supplied `items` that contains its title",
|
|
@@ -27288,7 +27614,7 @@
|
|
|
27288
27614
|
"default": "'title'",
|
|
27289
27615
|
"value": {
|
|
27290
27616
|
"kind": "expression",
|
|
27291
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27617
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27292
27618
|
}
|
|
27293
27619
|
},
|
|
27294
27620
|
{
|
|
@@ -27298,7 +27624,7 @@
|
|
|
27298
27624
|
"default": "'value'",
|
|
27299
27625
|
"value": {
|
|
27300
27626
|
"kind": "expression",
|
|
27301
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27627
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27302
27628
|
}
|
|
27303
27629
|
},
|
|
27304
27630
|
{
|
|
@@ -27308,7 +27634,7 @@
|
|
|
27308
27634
|
"default": "false",
|
|
27309
27635
|
"value": {
|
|
27310
27636
|
"kind": "expression",
|
|
27311
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27637
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27312
27638
|
}
|
|
27313
27639
|
},
|
|
27314
27640
|
{
|
|
@@ -27318,7 +27644,7 @@
|
|
|
27318
27644
|
"default": "'props'",
|
|
27319
27645
|
"value": {
|
|
27320
27646
|
"kind": "expression",
|
|
27321
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27647
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
|
|
27322
27648
|
}
|
|
27323
27649
|
},
|
|
27324
27650
|
{
|
|
@@ -30321,7 +30647,7 @@
|
|
|
30321
30647
|
},
|
|
30322
30648
|
{
|
|
30323
30649
|
"name": "contained",
|
|
30324
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
30650
|
+
"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.)",
|
|
30325
30651
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
30326
30652
|
"default": "false",
|
|
30327
30653
|
"value": {
|
|
@@ -30573,6 +30899,349 @@
|
|
|
30573
30899
|
"event": "update:modelValue"
|
|
30574
30900
|
}
|
|
30575
30901
|
},
|
|
30902
|
+
{
|
|
30903
|
+
"name": "VStepper",
|
|
30904
|
+
"source": {
|
|
30905
|
+
"module": "./src/components/index.ts",
|
|
30906
|
+
"symbol": "VStepper"
|
|
30907
|
+
},
|
|
30908
|
+
"description": "",
|
|
30909
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper",
|
|
30910
|
+
"attributes": [],
|
|
30911
|
+
"events": [],
|
|
30912
|
+
"slots": [
|
|
30913
|
+
{
|
|
30914
|
+
"name": "[string]",
|
|
30915
|
+
"description": "MISSING DESCRIPTION",
|
|
30916
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
|
|
30917
|
+
}
|
|
30918
|
+
],
|
|
30919
|
+
"vue-model": {
|
|
30920
|
+
"prop": "modelValue",
|
|
30921
|
+
"event": "update:modelValue"
|
|
30922
|
+
}
|
|
30923
|
+
},
|
|
30924
|
+
{
|
|
30925
|
+
"name": "VStepperActions",
|
|
30926
|
+
"source": {
|
|
30927
|
+
"module": "./src/components/index.ts",
|
|
30928
|
+
"symbol": "VStepperActions"
|
|
30929
|
+
},
|
|
30930
|
+
"description": "",
|
|
30931
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
|
|
30932
|
+
"attributes": [],
|
|
30933
|
+
"events": [],
|
|
30934
|
+
"slots": [
|
|
30935
|
+
{
|
|
30936
|
+
"name": "[string]",
|
|
30937
|
+
"description": "MISSING DESCRIPTION",
|
|
30938
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots"
|
|
30939
|
+
}
|
|
30940
|
+
],
|
|
30941
|
+
"vue-model": {
|
|
30942
|
+
"prop": "modelValue",
|
|
30943
|
+
"event": "update:modelValue"
|
|
30944
|
+
}
|
|
30945
|
+
},
|
|
30946
|
+
{
|
|
30947
|
+
"name": "VStepperHeader",
|
|
30948
|
+
"source": {
|
|
30949
|
+
"module": "./src/components/index.ts",
|
|
30950
|
+
"symbol": "VStepperHeader"
|
|
30951
|
+
},
|
|
30952
|
+
"description": "",
|
|
30953
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-header",
|
|
30954
|
+
"attributes": [
|
|
30955
|
+
{
|
|
30956
|
+
"name": "tag",
|
|
30957
|
+
"description": "Specify a custom tag used on the root element",
|
|
30958
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-header#props",
|
|
30959
|
+
"default": "'div'",
|
|
30960
|
+
"value": {
|
|
30961
|
+
"kind": "expression",
|
|
30962
|
+
"type": "string\n"
|
|
30963
|
+
}
|
|
30964
|
+
}
|
|
30965
|
+
],
|
|
30966
|
+
"events": [],
|
|
30967
|
+
"slots": [
|
|
30968
|
+
{
|
|
30969
|
+
"name": "default",
|
|
30970
|
+
"description": "The default Vue slot.",
|
|
30971
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-header#slots"
|
|
30972
|
+
}
|
|
30973
|
+
],
|
|
30974
|
+
"vue-model": {
|
|
30975
|
+
"prop": "modelValue",
|
|
30976
|
+
"event": "update:modelValue"
|
|
30977
|
+
}
|
|
30978
|
+
},
|
|
30979
|
+
{
|
|
30980
|
+
"name": "VStepperItem",
|
|
30981
|
+
"source": {
|
|
30982
|
+
"module": "./src/components/index.ts",
|
|
30983
|
+
"symbol": "VStepperItem"
|
|
30984
|
+
},
|
|
30985
|
+
"description": "",
|
|
30986
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item",
|
|
30987
|
+
"attributes": [],
|
|
30988
|
+
"events": [],
|
|
30989
|
+
"slots": [
|
|
30990
|
+
{
|
|
30991
|
+
"name": "[string]",
|
|
30992
|
+
"description": "MISSING DESCRIPTION",
|
|
30993
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots"
|
|
30994
|
+
}
|
|
30995
|
+
],
|
|
30996
|
+
"vue-model": {
|
|
30997
|
+
"prop": "modelValue",
|
|
30998
|
+
"event": "update:modelValue"
|
|
30999
|
+
}
|
|
31000
|
+
},
|
|
31001
|
+
{
|
|
31002
|
+
"name": "VStepperWindow",
|
|
31003
|
+
"source": {
|
|
31004
|
+
"module": "./src/components/index.ts",
|
|
31005
|
+
"symbol": "VStepperWindow"
|
|
31006
|
+
},
|
|
31007
|
+
"description": "",
|
|
31008
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window",
|
|
31009
|
+
"attributes": [
|
|
31010
|
+
{
|
|
31011
|
+
"name": "modelValue",
|
|
31012
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
|
|
31013
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31014
|
+
"value": {
|
|
31015
|
+
"kind": "expression",
|
|
31016
|
+
"type": "any\n"
|
|
31017
|
+
}
|
|
31018
|
+
},
|
|
31019
|
+
{
|
|
31020
|
+
"name": "reverse",
|
|
31021
|
+
"description": "Reverse the normal transition direction.",
|
|
31022
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31023
|
+
"default": "false",
|
|
31024
|
+
"value": {
|
|
31025
|
+
"kind": "expression",
|
|
31026
|
+
"type": "boolean\n"
|
|
31027
|
+
}
|
|
31028
|
+
},
|
|
31029
|
+
{
|
|
31030
|
+
"name": "tag",
|
|
31031
|
+
"description": "Specify a custom tag used on the root element.",
|
|
31032
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31033
|
+
"default": "'div'",
|
|
31034
|
+
"value": {
|
|
31035
|
+
"kind": "expression",
|
|
31036
|
+
"type": "string\n"
|
|
31037
|
+
}
|
|
31038
|
+
},
|
|
31039
|
+
{
|
|
31040
|
+
"name": "theme",
|
|
31041
|
+
"description": "Specify a theme for this component and all of its children",
|
|
31042
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31043
|
+
"value": {
|
|
31044
|
+
"kind": "expression",
|
|
31045
|
+
"type": "string\n"
|
|
31046
|
+
}
|
|
31047
|
+
},
|
|
31048
|
+
{
|
|
31049
|
+
"name": "disabled",
|
|
31050
|
+
"description": "Removes the ability to click or target the component",
|
|
31051
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31052
|
+
"default": "false",
|
|
31053
|
+
"value": {
|
|
31054
|
+
"kind": "expression",
|
|
31055
|
+
"type": "boolean\n"
|
|
31056
|
+
}
|
|
31057
|
+
},
|
|
31058
|
+
{
|
|
31059
|
+
"name": "selectedClass",
|
|
31060
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
31061
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31062
|
+
"default": "'v-window-item--active'",
|
|
31063
|
+
"value": {
|
|
31064
|
+
"kind": "expression",
|
|
31065
|
+
"type": "string\n"
|
|
31066
|
+
}
|
|
31067
|
+
},
|
|
31068
|
+
{
|
|
31069
|
+
"name": "direction",
|
|
31070
|
+
"description": "The transition direction when changing windows.",
|
|
31071
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31072
|
+
"default": "'horizontal'",
|
|
31073
|
+
"value": {
|
|
31074
|
+
"kind": "expression",
|
|
31075
|
+
"type": "'horizontal' | 'vertical'\n"
|
|
31076
|
+
}
|
|
31077
|
+
},
|
|
31078
|
+
{
|
|
31079
|
+
"name": "mandatory",
|
|
31080
|
+
"description": "Forces at least one item to always be selected (if available).",
|
|
31081
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31082
|
+
"default": "false",
|
|
31083
|
+
"value": {
|
|
31084
|
+
"kind": "expression",
|
|
31085
|
+
"type": "boolean | 'force'\n"
|
|
31086
|
+
}
|
|
31087
|
+
},
|
|
31088
|
+
{
|
|
31089
|
+
"name": "continuous",
|
|
31090
|
+
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last",
|
|
31091
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31092
|
+
"default": "false",
|
|
31093
|
+
"value": {
|
|
31094
|
+
"kind": "expression",
|
|
31095
|
+
"type": "boolean\n"
|
|
31096
|
+
}
|
|
31097
|
+
},
|
|
31098
|
+
{
|
|
31099
|
+
"name": "nextIcon",
|
|
31100
|
+
"description": "Icon used for the \"next\" button if `show-arrows` is `true`",
|
|
31101
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31102
|
+
"default": "'$next'",
|
|
31103
|
+
"value": {
|
|
31104
|
+
"kind": "expression",
|
|
31105
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
31106
|
+
}
|
|
31107
|
+
},
|
|
31108
|
+
{
|
|
31109
|
+
"name": "prevIcon",
|
|
31110
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`",
|
|
31111
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31112
|
+
"default": "'$prev'",
|
|
31113
|
+
"value": {
|
|
31114
|
+
"kind": "expression",
|
|
31115
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
31116
|
+
}
|
|
31117
|
+
},
|
|
31118
|
+
{
|
|
31119
|
+
"name": "showArrows",
|
|
31120
|
+
"description": "Display the \"next\" and \"prev\" buttons",
|
|
31121
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31122
|
+
"default": "false",
|
|
31123
|
+
"value": {
|
|
31124
|
+
"kind": "expression",
|
|
31125
|
+
"type": "string | boolean\n"
|
|
31126
|
+
}
|
|
31127
|
+
},
|
|
31128
|
+
{
|
|
31129
|
+
"name": "touch",
|
|
31130
|
+
"description": "Provide a custom **left** and **right** function when swiped left or right.",
|
|
31131
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
|
|
31132
|
+
"default": "false",
|
|
31133
|
+
"value": {
|
|
31134
|
+
"kind": "expression",
|
|
31135
|
+
"type": "any\n"
|
|
31136
|
+
}
|
|
31137
|
+
}
|
|
31138
|
+
],
|
|
31139
|
+
"events": [
|
|
31140
|
+
{
|
|
31141
|
+
"name": "update:modelValue",
|
|
31142
|
+
"description": "Event that is emitted when the component's model changes",
|
|
31143
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#events",
|
|
31144
|
+
"arguments": [
|
|
31145
|
+
{
|
|
31146
|
+
"name": "argument",
|
|
31147
|
+
"type": "[unknown]\n"
|
|
31148
|
+
}
|
|
31149
|
+
]
|
|
31150
|
+
}
|
|
31151
|
+
],
|
|
31152
|
+
"slots": [
|
|
31153
|
+
{
|
|
31154
|
+
"name": "default",
|
|
31155
|
+
"description": "The default Vue slot.",
|
|
31156
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window#slots"
|
|
31157
|
+
}
|
|
31158
|
+
],
|
|
31159
|
+
"vue-model": {
|
|
31160
|
+
"prop": "modelValue",
|
|
31161
|
+
"event": "update:modelValue"
|
|
31162
|
+
}
|
|
31163
|
+
},
|
|
31164
|
+
{
|
|
31165
|
+
"name": "VStepperWindowItem",
|
|
31166
|
+
"source": {
|
|
31167
|
+
"module": "./src/components/index.ts",
|
|
31168
|
+
"symbol": "VStepperWindowItem"
|
|
31169
|
+
},
|
|
31170
|
+
"description": "",
|
|
31171
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item",
|
|
31172
|
+
"attributes": [
|
|
31173
|
+
{
|
|
31174
|
+
"name": "value",
|
|
31175
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
|
31176
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31177
|
+
"value": {
|
|
31178
|
+
"kind": "expression",
|
|
31179
|
+
"type": "any\n"
|
|
31180
|
+
}
|
|
31181
|
+
},
|
|
31182
|
+
{
|
|
31183
|
+
"name": "disabled",
|
|
31184
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method",
|
|
31185
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31186
|
+
"default": "false",
|
|
31187
|
+
"value": {
|
|
31188
|
+
"kind": "expression",
|
|
31189
|
+
"type": "boolean\n"
|
|
31190
|
+
}
|
|
31191
|
+
},
|
|
31192
|
+
{
|
|
31193
|
+
"name": "selectedClass",
|
|
31194
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
|
31195
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31196
|
+
"value": {
|
|
31197
|
+
"kind": "expression",
|
|
31198
|
+
"type": "string\n"
|
|
31199
|
+
}
|
|
31200
|
+
},
|
|
31201
|
+
{
|
|
31202
|
+
"name": "eager",
|
|
31203
|
+
"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.",
|
|
31204
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31205
|
+
"default": "false",
|
|
31206
|
+
"value": {
|
|
31207
|
+
"kind": "expression",
|
|
31208
|
+
"type": "boolean\n"
|
|
31209
|
+
}
|
|
31210
|
+
},
|
|
31211
|
+
{
|
|
31212
|
+
"name": "transition",
|
|
31213
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition.",
|
|
31214
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31215
|
+
"default": "false",
|
|
31216
|
+
"value": {
|
|
31217
|
+
"kind": "expression",
|
|
31218
|
+
"type": "string | boolean\n"
|
|
31219
|
+
}
|
|
31220
|
+
},
|
|
31221
|
+
{
|
|
31222
|
+
"name": "reverseTransition",
|
|
31223
|
+
"description": "Sets the reverse transition",
|
|
31224
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
|
|
31225
|
+
"default": "false",
|
|
31226
|
+
"value": {
|
|
31227
|
+
"kind": "expression",
|
|
31228
|
+
"type": "string | boolean\n"
|
|
31229
|
+
}
|
|
31230
|
+
}
|
|
31231
|
+
],
|
|
31232
|
+
"events": [],
|
|
31233
|
+
"slots": [
|
|
31234
|
+
{
|
|
31235
|
+
"name": "default",
|
|
31236
|
+
"description": "The default Vue slot.",
|
|
31237
|
+
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#slots"
|
|
31238
|
+
}
|
|
31239
|
+
],
|
|
31240
|
+
"vue-model": {
|
|
31241
|
+
"prop": "modelValue",
|
|
31242
|
+
"event": "update:modelValue"
|
|
31243
|
+
}
|
|
31244
|
+
},
|
|
30576
31245
|
{
|
|
30577
31246
|
"name": "VSvgIcon",
|
|
30578
31247
|
"source": {
|
|
@@ -34674,7 +35343,7 @@
|
|
|
34674
35343
|
},
|
|
34675
35344
|
{
|
|
34676
35345
|
"name": "contained",
|
|
34677
|
-
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
35346
|
+
"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.)",
|
|
34678
35347
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
34679
35348
|
"default": "false",
|
|
34680
35349
|
"value": {
|
|
@@ -35293,7 +35962,7 @@
|
|
|
35293
35962
|
"default": "'force'",
|
|
35294
35963
|
"value": {
|
|
35295
35964
|
"kind": "expression",
|
|
35296
|
-
"type": "'force'\n"
|
|
35965
|
+
"type": "boolean | 'force'\n"
|
|
35297
35966
|
}
|
|
35298
35967
|
},
|
|
35299
35968
|
{
|