vuetify 3.5.16 → 3.5.18
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/json/attributes.json +226 -30
- package/dist/json/importMap-labs.json +12 -8
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +54 -0
- package/dist/json/web-types.json +607 -84
- package/dist/vuetify-labs.css +2293 -2267
- package/dist/vuetify-labs.d.ts +742 -64
- package/dist/vuetify-labs.esm.js +365 -132
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +364 -131
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2324 -2298
- package/dist/vuetify.d.ts +120 -55
- package/dist/vuetify.esm.js +177 -104
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +176 -103
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +183 -179
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBtn/index.d.mts +1 -0
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +1 -0
- package/lib/components/VChipGroup/index.d.mts +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/index.d.mts +4 -10
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -0
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +19 -3
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +8 -2
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VTabs/index.d.mts +1 -0
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +85 -21
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -34
- package/lib/labs/VCalendar/VCalendar.css +0 -1
- package/lib/labs/VCalendar/VCalendar.sass +0 -2
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +1 -0
- package/lib/labs/VFab/index.d.mts +10 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2693 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +1 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/components.d.mts +2893 -282
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +21 -14
- package/package.json +2 -2
|
@@ -2215,6 +2215,10 @@
|
|
|
2215
2215
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
2216
2216
|
"description": "Adjusts the vertical height used by the component."
|
|
2217
2217
|
},
|
|
2218
|
+
"VCheckbox/theme": {
|
|
2219
|
+
"type": "string\n",
|
|
2220
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2221
|
+
},
|
|
2218
2222
|
"VCheckbox/disabled": {
|
|
2219
2223
|
"type": "boolean\n",
|
|
2220
2224
|
"description": "Removes the ability to click or target the component."
|
|
@@ -2315,10 +2319,6 @@
|
|
|
2315
2319
|
"type": "(a: any, b: any) => boolean\n",
|
|
2316
2320
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
2317
2321
|
},
|
|
2318
|
-
"VCheckbox/theme": {
|
|
2319
|
-
"type": "string\n",
|
|
2320
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2321
|
-
},
|
|
2322
2322
|
"VCheckboxBtn/label": {
|
|
2323
2323
|
"type": "string\n",
|
|
2324
2324
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -4779,6 +4779,10 @@
|
|
|
4779
4779
|
"type": "boolean\n",
|
|
4780
4780
|
"description": "An alternate style for the FAB that expects text."
|
|
4781
4781
|
},
|
|
4782
|
+
"VFab/layout": {
|
|
4783
|
+
"type": "boolean\n",
|
|
4784
|
+
"description": "If true, will effect layout dimensions based on size and position."
|
|
4785
|
+
},
|
|
4782
4786
|
"VFab/location": {
|
|
4783
4787
|
"type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
|
|
4784
4788
|
"description": "The location of the fab relative to the layout. Only works when using **app**."
|
|
@@ -5171,6 +5175,10 @@
|
|
|
5171
5175
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
5172
5176
|
"description": "Adjusts the vertical height used by the component."
|
|
5173
5177
|
},
|
|
5178
|
+
"VFileInput/theme": {
|
|
5179
|
+
"type": "string\n",
|
|
5180
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5181
|
+
},
|
|
5174
5182
|
"VFileInput/disabled": {
|
|
5175
5183
|
"type": "boolean\n",
|
|
5176
5184
|
"description": "Removes the ability to click or target the input."
|
|
@@ -5279,10 +5287,6 @@
|
|
|
5279
5287
|
"type": "boolean\n",
|
|
5280
5288
|
"description": "Removes any applied **border-radius** from the component."
|
|
5281
5289
|
},
|
|
5282
|
-
"VFileInput/theme": {
|
|
5283
|
-
"type": "string\n",
|
|
5284
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5285
|
-
},
|
|
5286
5290
|
"VFooter/app": {
|
|
5287
5291
|
"type": "boolean\n",
|
|
5288
5292
|
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
|
|
@@ -5599,6 +5603,10 @@
|
|
|
5599
5603
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
5600
5604
|
"description": "Adjusts the vertical height used by the component."
|
|
5601
5605
|
},
|
|
5606
|
+
"VInput/theme": {
|
|
5607
|
+
"type": "string\n",
|
|
5608
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5609
|
+
},
|
|
5602
5610
|
"VInput/disabled": {
|
|
5603
5611
|
"type": "boolean\n",
|
|
5604
5612
|
"description": "Removes the ability to click or target the component."
|
|
@@ -6535,6 +6543,10 @@
|
|
|
6535
6543
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
6536
6544
|
"description": "Adjusts the vertical height used by the component."
|
|
6537
6545
|
},
|
|
6546
|
+
"VNumberInput/theme": {
|
|
6547
|
+
"type": "string\n",
|
|
6548
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6549
|
+
},
|
|
6538
6550
|
"VNumberInput/disabled": {
|
|
6539
6551
|
"type": "boolean\n",
|
|
6540
6552
|
"description": "Removes the ability to click or target the input."
|
|
@@ -6548,7 +6560,7 @@
|
|
|
6548
6560
|
"description": "Puts input in readonly state."
|
|
6549
6561
|
},
|
|
6550
6562
|
"VNumberInput/model-value": {
|
|
6551
|
-
"type": "
|
|
6563
|
+
"type": "number\n",
|
|
6552
6564
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6553
6565
|
},
|
|
6554
6566
|
"VNumberInput/focused": {
|
|
@@ -6583,10 +6595,6 @@
|
|
|
6583
6595
|
"type": "string | number | boolean\n",
|
|
6584
6596
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
6585
6597
|
},
|
|
6586
|
-
"VNumberInput/theme": {
|
|
6587
|
-
"type": "string\n",
|
|
6588
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6589
|
-
},
|
|
6590
6598
|
"VOtpInput/length": {
|
|
6591
6599
|
"type": "string | number\n",
|
|
6592
6600
|
"description": "The OTP field's length."
|
|
@@ -7123,6 +7131,10 @@
|
|
|
7123
7131
|
"type": "boolean\n",
|
|
7124
7132
|
"description": "Applies a border radius to the progress bar."
|
|
7125
7133
|
},
|
|
7134
|
+
"VProgressLinear/location": {
|
|
7135
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
7136
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
7137
|
+
},
|
|
7126
7138
|
"VProgressLinear/rounded": {
|
|
7127
7139
|
"type": "string | number | boolean\n",
|
|
7128
7140
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -7279,6 +7291,10 @@
|
|
|
7279
7291
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7280
7292
|
"description": "Adjusts the vertical height used by the component."
|
|
7281
7293
|
},
|
|
7294
|
+
"VRadioGroup/theme": {
|
|
7295
|
+
"type": "string\n",
|
|
7296
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7297
|
+
},
|
|
7282
7298
|
"VRadioGroup/disabled": {
|
|
7283
7299
|
"type": "boolean\n",
|
|
7284
7300
|
"description": "Removes the ability to click or target the component."
|
|
@@ -7355,10 +7371,6 @@
|
|
|
7355
7371
|
"type": "(a: any, b: any) => boolean\n",
|
|
7356
7372
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7357
7373
|
},
|
|
7358
|
-
"VRadioGroup/theme": {
|
|
7359
|
-
"type": "string\n",
|
|
7360
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7361
|
-
},
|
|
7362
7374
|
"VRangeSlider/label": {
|
|
7363
7375
|
"type": "string\n",
|
|
7364
7376
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -7411,6 +7423,10 @@
|
|
|
7411
7423
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7412
7424
|
"description": "Adjusts the vertical height used by the component."
|
|
7413
7425
|
},
|
|
7426
|
+
"VRangeSlider/theme": {
|
|
7427
|
+
"type": "string\n",
|
|
7428
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7429
|
+
},
|
|
7414
7430
|
"VRangeSlider/disabled": {
|
|
7415
7431
|
"type": "boolean\n",
|
|
7416
7432
|
"description": "Removes the ability to click or target the component."
|
|
@@ -8699,6 +8715,10 @@
|
|
|
8699
8715
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8700
8716
|
"description": "Adjusts the vertical height used by the component."
|
|
8701
8717
|
},
|
|
8718
|
+
"VSlider/theme": {
|
|
8719
|
+
"type": "string\n",
|
|
8720
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8721
|
+
},
|
|
8702
8722
|
"VSlider/error-messages": {
|
|
8703
8723
|
"type": "string | string[]\n",
|
|
8704
8724
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -8899,6 +8919,182 @@
|
|
|
8899
8919
|
"type": "string | boolean | Element\n",
|
|
8900
8920
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
8901
8921
|
},
|
|
8922
|
+
"VSnackbarQueue/activator": {
|
|
8923
|
+
"type": "Element | 'parent' | (string & {}) | ComponentPublicInstance\n",
|
|
8924
|
+
"description": "Explicitly sets the overlay's activator."
|
|
8925
|
+
},
|
|
8926
|
+
"VSnackbarQueue/text": {
|
|
8927
|
+
"type": "string\n",
|
|
8928
|
+
"description": "Specify content text for the component."
|
|
8929
|
+
},
|
|
8930
|
+
"VSnackbarQueue/multi-line": {
|
|
8931
|
+
"type": "boolean\n",
|
|
8932
|
+
"description": "Gives the snackbar a larger minimum height."
|
|
8933
|
+
},
|
|
8934
|
+
"VSnackbarQueue/timer": {
|
|
8935
|
+
"type": "string | boolean\n",
|
|
8936
|
+
"description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
|
|
8937
|
+
},
|
|
8938
|
+
"VSnackbarQueue/timeout": {
|
|
8939
|
+
"type": "string | number\n",
|
|
8940
|
+
"description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
|
|
8941
|
+
},
|
|
8942
|
+
"VSnackbarQueue/vertical": {
|
|
8943
|
+
"type": "boolean\n",
|
|
8944
|
+
"description": "Stacks snackbar content on top of the actions (button)."
|
|
8945
|
+
},
|
|
8946
|
+
"VSnackbarQueue/location": {
|
|
8947
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
8948
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
8949
|
+
},
|
|
8950
|
+
"VSnackbarQueue/position": {
|
|
8951
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
8952
|
+
"description": "Sets the position for the component."
|
|
8953
|
+
},
|
|
8954
|
+
"VSnackbarQueue/absolute": {
|
|
8955
|
+
"type": "boolean\n",
|
|
8956
|
+
"description": "Applies **position: absolute** to the content element."
|
|
8957
|
+
},
|
|
8958
|
+
"VSnackbarQueue/rounded": {
|
|
8959
|
+
"type": "string | number | boolean\n",
|
|
8960
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
8961
|
+
},
|
|
8962
|
+
"VSnackbarQueue/tile": {
|
|
8963
|
+
"type": "boolean\n",
|
|
8964
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
8965
|
+
},
|
|
8966
|
+
"VSnackbarQueue/color": {
|
|
8967
|
+
"type": "string\n",
|
|
8968
|
+
"description": "Applies specified color to the control - 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)."
|
|
8969
|
+
},
|
|
8970
|
+
"VSnackbarQueue/variant": {
|
|
8971
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
8972
|
+
"description": "Applies a distinct style to the component."
|
|
8973
|
+
},
|
|
8974
|
+
"VSnackbarQueue/theme": {
|
|
8975
|
+
"type": "string\n",
|
|
8976
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8977
|
+
},
|
|
8978
|
+
"VSnackbarQueue/close-on-back": {
|
|
8979
|
+
"type": "boolean\n",
|
|
8980
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
8981
|
+
},
|
|
8982
|
+
"VSnackbarQueue/contained": {
|
|
8983
|
+
"type": "boolean\n",
|
|
8984
|
+
"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.)."
|
|
8985
|
+
},
|
|
8986
|
+
"VSnackbarQueue/content-class": {
|
|
8987
|
+
"type": "any\n",
|
|
8988
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
|
|
8989
|
+
},
|
|
8990
|
+
"VSnackbarQueue/content-props": {
|
|
8991
|
+
"type": "any\n",
|
|
8992
|
+
"description": "Apply custom properties to the content."
|
|
8993
|
+
},
|
|
8994
|
+
"VSnackbarQueue/disabled": {
|
|
8995
|
+
"type": "boolean\n",
|
|
8996
|
+
"description": "Removes the ability to click or target the component."
|
|
8997
|
+
},
|
|
8998
|
+
"VSnackbarQueue/opacity": {
|
|
8999
|
+
"type": "string | number\n",
|
|
9000
|
+
"description": "Sets the overlay opacity."
|
|
9001
|
+
},
|
|
9002
|
+
"VSnackbarQueue/model-value": {
|
|
9003
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | (() => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions': false | (() => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
|
|
9004
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9005
|
+
},
|
|
9006
|
+
"VSnackbarQueue/z-index": {
|
|
9007
|
+
"type": "string | number\n",
|
|
9008
|
+
"description": "The z-index used for the component."
|
|
9009
|
+
},
|
|
9010
|
+
"VSnackbarQueue/target": {
|
|
9011
|
+
"type": " | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n",
|
|
9012
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
|
9013
|
+
},
|
|
9014
|
+
"VSnackbarQueue/activator-props": {
|
|
9015
|
+
"type": "unknown\n",
|
|
9016
|
+
"description": "Apply custom properties to the activator."
|
|
9017
|
+
},
|
|
9018
|
+
"VSnackbarQueue/open-on-click": {
|
|
9019
|
+
"type": "boolean\n",
|
|
9020
|
+
"description": "Activate the component when the activator is clicked."
|
|
9021
|
+
},
|
|
9022
|
+
"VSnackbarQueue/open-on-hover": {
|
|
9023
|
+
"type": "boolean\n",
|
|
9024
|
+
"description": "Activate the component when the activator is hovered."
|
|
9025
|
+
},
|
|
9026
|
+
"VSnackbarQueue/open-on-focus": {
|
|
9027
|
+
"type": "boolean\n",
|
|
9028
|
+
"description": "Activate the component when the activator is focused."
|
|
9029
|
+
},
|
|
9030
|
+
"VSnackbarQueue/close-on-content-click": {
|
|
9031
|
+
"type": "boolean\n",
|
|
9032
|
+
"description": "Closes component when you click on its content."
|
|
9033
|
+
},
|
|
9034
|
+
"VSnackbarQueue/close-delay": {
|
|
9035
|
+
"type": "string | number\n",
|
|
9036
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
9037
|
+
},
|
|
9038
|
+
"VSnackbarQueue/open-delay": {
|
|
9039
|
+
"type": "string | number\n",
|
|
9040
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
9041
|
+
},
|
|
9042
|
+
"VSnackbarQueue/height": {
|
|
9043
|
+
"type": "string | number\n",
|
|
9044
|
+
"description": "Sets the height for the component."
|
|
9045
|
+
},
|
|
9046
|
+
"VSnackbarQueue/max-height": {
|
|
9047
|
+
"type": "string | number\n",
|
|
9048
|
+
"description": "Sets the maximum height for the component."
|
|
9049
|
+
},
|
|
9050
|
+
"VSnackbarQueue/max-width": {
|
|
9051
|
+
"type": "string | number\n",
|
|
9052
|
+
"description": "Sets the maximum width for the component."
|
|
9053
|
+
},
|
|
9054
|
+
"VSnackbarQueue/min-height": {
|
|
9055
|
+
"type": "string | number\n",
|
|
9056
|
+
"description": "Sets the minimum height for the component."
|
|
9057
|
+
},
|
|
9058
|
+
"VSnackbarQueue/min-width": {
|
|
9059
|
+
"type": "string | number\n",
|
|
9060
|
+
"description": "Sets the minimum width for the component."
|
|
9061
|
+
},
|
|
9062
|
+
"VSnackbarQueue/width": {
|
|
9063
|
+
"type": "string | number\n",
|
|
9064
|
+
"description": "Sets the width for the component."
|
|
9065
|
+
},
|
|
9066
|
+
"VSnackbarQueue/eager": {
|
|
9067
|
+
"type": "boolean\n",
|
|
9068
|
+
"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."
|
|
9069
|
+
},
|
|
9070
|
+
"VSnackbarQueue/location-strategy": {
|
|
9071
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
|
|
9072
|
+
"description": "A function used to specifies how the component should position relative to its activator."
|
|
9073
|
+
},
|
|
9074
|
+
"VSnackbarQueue/origin": {
|
|
9075
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
9076
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
9077
|
+
},
|
|
9078
|
+
"VSnackbarQueue/offset": {
|
|
9079
|
+
"type": "string | number | number[]\n",
|
|
9080
|
+
"description": "A single value that offsets content away from the target based upon what side it is on."
|
|
9081
|
+
},
|
|
9082
|
+
"VSnackbarQueue/transition": {
|
|
9083
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9084
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9085
|
+
},
|
|
9086
|
+
"VSnackbarQueue/attach": {
|
|
9087
|
+
"type": "string | boolean | Element\n",
|
|
9088
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
9089
|
+
},
|
|
9090
|
+
"VSnackbarQueue/closable": {
|
|
9091
|
+
"type": "string | boolean\n",
|
|
9092
|
+
"description": "Adds a dismiss button that closes the active snackbar."
|
|
9093
|
+
},
|
|
9094
|
+
"VSnackbarQueue/close-text": {
|
|
9095
|
+
"type": "string\n",
|
|
9096
|
+
"description": "The text used in the close button when using the **closable** prop."
|
|
9097
|
+
},
|
|
8902
9098
|
"VSpacer/tag": {
|
|
8903
9099
|
"type": "string\n",
|
|
8904
9100
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -9471,6 +9667,10 @@
|
|
|
9471
9667
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9472
9668
|
"description": "Adjusts the vertical height used by the component."
|
|
9473
9669
|
},
|
|
9670
|
+
"VSwitch/theme": {
|
|
9671
|
+
"type": "string\n",
|
|
9672
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9673
|
+
},
|
|
9474
9674
|
"VSwitch/disabled": {
|
|
9475
9675
|
"type": "boolean\n",
|
|
9476
9676
|
"description": "Removes the ability to click or target the component."
|
|
@@ -9567,10 +9767,6 @@
|
|
|
9567
9767
|
"type": "(a: any, b: any) => boolean\n",
|
|
9568
9768
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
9569
9769
|
},
|
|
9570
|
-
"VSwitch/theme": {
|
|
9571
|
-
"type": "string\n",
|
|
9572
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9573
|
-
},
|
|
9574
9770
|
"VSystemBar/color": {
|
|
9575
9771
|
"type": "string\n",
|
|
9576
9772
|
"description": "Applies specified color to the control - 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)."
|
|
@@ -9971,6 +10167,10 @@
|
|
|
9971
10167
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9972
10168
|
"description": "Adjusts the vertical height used by the component."
|
|
9973
10169
|
},
|
|
10170
|
+
"VTextField/theme": {
|
|
10171
|
+
"type": "string\n",
|
|
10172
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10173
|
+
},
|
|
9974
10174
|
"VTextField/disabled": {
|
|
9975
10175
|
"type": "boolean\n",
|
|
9976
10176
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10079,10 +10279,6 @@
|
|
|
10079
10279
|
"type": "boolean\n",
|
|
10080
10280
|
"description": "Removes any applied **border-radius** from the component."
|
|
10081
10281
|
},
|
|
10082
|
-
"VTextField/theme": {
|
|
10083
|
-
"type": "string\n",
|
|
10084
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10085
|
-
},
|
|
10086
10282
|
"VTextField/counter-value": {
|
|
10087
10283
|
"type": "number | ((value: any) => number)\n",
|
|
10088
10284
|
"description": "Function returns the counter display text."
|
|
@@ -10187,6 +10383,10 @@
|
|
|
10187
10383
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10188
10384
|
"description": "Adjusts the vertical height used by the component."
|
|
10189
10385
|
},
|
|
10386
|
+
"VTextarea/theme": {
|
|
10387
|
+
"type": "string\n",
|
|
10388
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10389
|
+
},
|
|
10190
10390
|
"VTextarea/disabled": {
|
|
10191
10391
|
"type": "boolean\n",
|
|
10192
10392
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10295,10 +10495,6 @@
|
|
|
10295
10495
|
"type": "boolean\n",
|
|
10296
10496
|
"description": "Removes any applied **border-radius** from the component."
|
|
10297
10497
|
},
|
|
10298
|
-
"VTextarea/theme": {
|
|
10299
|
-
"type": "string\n",
|
|
10300
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10301
|
-
},
|
|
10302
10498
|
"VTextarea/counter-value": {
|
|
10303
10499
|
"type": "(value: any) => number\n",
|
|
10304
10500
|
"description": "Display the input length but do not provide any validation."
|
|
@@ -10452,7 +10648,7 @@
|
|
|
10452
10648
|
"description": "Removes the ability to click or target the component."
|
|
10453
10649
|
},
|
|
10454
10650
|
"VTimePickerClock/displayed-value": {
|
|
10455
|
-
"type": "",
|
|
10651
|
+
"type": "any\n",
|
|
10456
10652
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10457
10653
|
},
|
|
10458
10654
|
"VTimePickerClock/double": {
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"from": "labs/VEmptyState/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VFab": {
|
|
32
|
+
"from": "labs/VFab/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VNumberInput": {
|
|
32
36
|
"from": "labs/VNumberInput/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -40,10 +44,6 @@
|
|
|
40
44
|
"from": "labs/VPicker/index.mjs",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VFab": {
|
|
44
|
-
"from": "labs/VFab/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
47
|
"VTimePicker": {
|
|
48
48
|
"from": "labs/VTimePicker/index.mjs",
|
|
49
49
|
"styles": []
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VSnackbarQueue": {
|
|
64
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VSparkline": {
|
|
68
|
+
"from": "labs/VSparkline/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VTreeview": {
|
|
@@ -79,6 +79,10 @@
|
|
|
79
79
|
"VTreeviewGroup": {
|
|
80
80
|
"from": "labs/VTreeview/index.mjs",
|
|
81
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSpeedDial": {
|
|
84
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
85
|
+
"styles": []
|
|
82
86
|
}
|
|
83
87
|
}
|
|
84
88
|
}
|