vuetify 3.5.11 → 3.5.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 +2 -1
- package/dist/json/attributes.json +243 -19
- package/dist/json/importMap-labs.json +22 -10
- package/dist/json/importMap.json +124 -124
- package/dist/json/tags.json +71 -0
- package/dist/json/web-types.json +747 -38
- package/dist/vuetify-labs.css +2339 -2089
- package/dist/vuetify-labs.d.ts +1117 -154
- package/dist/vuetify-labs.esm.js +675 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +675 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1661 -1652
- package/dist/vuetify.d.ts +321 -192
- package/dist/vuetify.esm.js +33 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +33 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +93 -92
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +6 -0
- package/lib/components/VAvatar/VAvatar.sass +6 -0
- package/lib/components/VAvatar/_variables.scss +2 -0
- package/lib/components/VCheckbox/index.d.mts +54 -18
- package/lib/components/VChip/VChip.css +5 -2
- package/lib/components/VChip/VChip.sass +3 -0
- package/lib/components/VChip/_variables.scss +2 -2
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/lib/components/VField/VField.css +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/index.d.mts +12 -12
- package/lib/components/VForm/index.d.mts +42 -42
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VRadio/index.d.mts +27 -9
- package/lib/components/VRadioGroup/index.d.mts +27 -9
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -9
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +27 -9
- package/lib/components/VSwitch/index.d.mts +27 -9
- package/lib/components/VTextField/index.d.mts +12 -12
- package/lib/components/VTextarea/index.d.mts +12 -12
- package/lib/components/VValidation/index.d.mts +6 -6
- package/lib/components/index.d.mts +279 -153
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/router.mjs +16 -8
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +5 -4
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +4 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePicker.css +8 -0
- package/lib/labs/VTimePicker/VTimePicker.mjs +265 -0
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePicker.sass +10 -0
- package/lib/labs/VTimePicker/VTimePickerClock.css +130 -0
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +244 -0
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -0
- package/lib/{components → labs}/VTimePicker/VTimePickerClock.sass +22 -39
- package/lib/labs/VTimePicker/VTimePickerControls.css +104 -0
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +125 -0
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePickerControls.sass +102 -0
- package/lib/labs/VTimePicker/_variables.scss +34 -0
- package/lib/labs/VTimePicker/index.d.mts +848 -0
- package/lib/labs/VTimePicker/index.mjs +4 -0
- package/lib/labs/VTimePicker/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +835 -1
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +2 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +2 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +2 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +2 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +2 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +2 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +2 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +2 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +2 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +2 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +2 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +2 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +2 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +2 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +2 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +2 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +2 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +2 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +2 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +2 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +2 -1
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +2 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +2 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +2 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +2 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +2 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +2 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +2 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +2 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +2 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +2 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +2 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +2 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +2 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +2 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +2 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +2 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +2 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +2 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +2 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +4 -4
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePicker.mjs +0 -288
- package/lib/components/VTimePicker/VTimePicker.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs +0 -251
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs +0 -64
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +0 -1
- package/lib/components/VTimePicker/VTimePickerTitle.sass +0 -61
- package/lib/components/VTimePicker/_variables.scss +0 -32
- package/lib/components/VTimePicker/index.mjs +0 -12
- package/lib/components/VTimePicker/index.mjs.map +0 -1
- /package/lib/{components → labs}/VTimePicker/SelectingTimes.mjs +0 -0
|
@@ -2,4 +2,5 @@
|
|
|
2
2
|
@forward '../lib/labs/VEmptyState/_variables.scss'
|
|
3
3
|
@forward '../lib/labs/VFab/_variables.scss'
|
|
4
4
|
@forward '../lib/labs/VNumberInput/_variables.scss'
|
|
5
|
-
@forward '../lib/labs/VPicker/_variables.scss'
|
|
5
|
+
@forward '../lib/labs/VPicker/_variables.scss'
|
|
6
|
+
@forward '../lib/labs/VTimePicker/_variables.scss'
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"description": "The icon used when active."
|
|
2305
2305
|
},
|
|
2306
2306
|
"VCheckbox/ripple": {
|
|
2307
|
-
"type": "boolean\n",
|
|
2307
|
+
"type": "boolean | { class: string }\n",
|
|
2308
2308
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2309
2309
|
},
|
|
2310
2310
|
"VCheckbox/multiple": {
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
"description": "The icon used when active."
|
|
2385
2385
|
},
|
|
2386
2386
|
"VCheckboxBtn/ripple": {
|
|
2387
|
-
"type": "boolean\n",
|
|
2387
|
+
"type": "boolean | { class: string }\n",
|
|
2388
2388
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
2389
2389
|
},
|
|
2390
2390
|
"VCheckboxBtn/multiple": {
|
|
@@ -7196,13 +7196,9 @@
|
|
|
7196
7196
|
"description": "The icon used when active."
|
|
7197
7197
|
},
|
|
7198
7198
|
"VRadio/ripple": {
|
|
7199
|
-
"type": "boolean\n",
|
|
7199
|
+
"type": "boolean | { class: string }\n",
|
|
7200
7200
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
7201
7201
|
},
|
|
7202
|
-
"VRadio/type": {
|
|
7203
|
-
"type": "string\n",
|
|
7204
|
-
"description": "Provides the default type for children selection controls."
|
|
7205
|
-
},
|
|
7206
7202
|
"VRadio/multiple": {
|
|
7207
7203
|
"type": "boolean\n",
|
|
7208
7204
|
"description": "Changes select to multiple. Accepts array for value."
|
|
@@ -7219,6 +7215,10 @@
|
|
|
7219
7215
|
"type": "any\n",
|
|
7220
7216
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7221
7217
|
},
|
|
7218
|
+
"VRadio/type": {
|
|
7219
|
+
"type": "string\n",
|
|
7220
|
+
"description": "Provides the default type for children selection controls."
|
|
7221
|
+
},
|
|
7222
7222
|
"VRadio/value-comparator": {
|
|
7223
7223
|
"type": "(a: any, b: any) => boolean\n",
|
|
7224
7224
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
@@ -7352,7 +7352,7 @@
|
|
|
7352
7352
|
"description": "The icon used when active."
|
|
7353
7353
|
},
|
|
7354
7354
|
"VRadioGroup/ripple": {
|
|
7355
|
-
"type": "boolean\n",
|
|
7355
|
+
"type": "boolean | { class: string }\n",
|
|
7356
7356
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
7357
7357
|
},
|
|
7358
7358
|
"VRadioGroup/value-comparator": {
|
|
@@ -8192,13 +8192,9 @@
|
|
|
8192
8192
|
"description": "The icon used when active."
|
|
8193
8193
|
},
|
|
8194
8194
|
"VSelectionControl/ripple": {
|
|
8195
|
-
"type": "boolean\n",
|
|
8195
|
+
"type": "boolean | { class: string }\n",
|
|
8196
8196
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
8197
8197
|
},
|
|
8198
|
-
"VSelectionControl/type": {
|
|
8199
|
-
"type": "string\n",
|
|
8200
|
-
"description": "Provides the default type for children selection controls."
|
|
8201
|
-
},
|
|
8202
8198
|
"VSelectionControl/multiple": {
|
|
8203
8199
|
"type": "boolean\n",
|
|
8204
8200
|
"description": "Changes select to multiple. Accepts array for value."
|
|
@@ -8215,6 +8211,10 @@
|
|
|
8215
8211
|
"type": "unknown\n",
|
|
8216
8212
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8217
8213
|
},
|
|
8214
|
+
"VSelectionControl/type": {
|
|
8215
|
+
"type": "string\n",
|
|
8216
|
+
"description": "Provides the default type for children selection controls."
|
|
8217
|
+
},
|
|
8218
8218
|
"VSelectionControl/value-comparator": {
|
|
8219
8219
|
"type": "(a: any, b: any) => boolean\n",
|
|
8220
8220
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
@@ -8260,13 +8260,9 @@
|
|
|
8260
8260
|
"description": "The icon used when active."
|
|
8261
8261
|
},
|
|
8262
8262
|
"VSelectionControlGroup/ripple": {
|
|
8263
|
-
"type": "boolean\n",
|
|
8263
|
+
"type": "boolean | { class: string }\n",
|
|
8264
8264
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
8265
8265
|
},
|
|
8266
|
-
"VSelectionControlGroup/type": {
|
|
8267
|
-
"type": "string\n",
|
|
8268
|
-
"description": "Provides the default type for children selection controls."
|
|
8269
|
-
},
|
|
8270
8266
|
"VSelectionControlGroup/multiple": {
|
|
8271
8267
|
"type": "boolean\n",
|
|
8272
8268
|
"description": "Changes select to multiple. Accepts array for value."
|
|
@@ -8283,6 +8279,10 @@
|
|
|
8283
8279
|
"type": "unknown\n",
|
|
8284
8280
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8285
8281
|
},
|
|
8282
|
+
"VSelectionControlGroup/type": {
|
|
8283
|
+
"type": "string\n",
|
|
8284
|
+
"description": "Provides the default type for children selection controls."
|
|
8285
|
+
},
|
|
8286
8286
|
"VSelectionControlGroup/value-comparator": {
|
|
8287
8287
|
"type": "(a: any, b: any) => boolean\n",
|
|
8288
8288
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
@@ -9560,7 +9560,7 @@
|
|
|
9560
9560
|
"description": "The icon used when active."
|
|
9561
9561
|
},
|
|
9562
9562
|
"VSwitch/ripple": {
|
|
9563
|
-
"type": "boolean\n",
|
|
9563
|
+
"type": "boolean | { class: string }\n",
|
|
9564
9564
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
9565
9565
|
},
|
|
9566
9566
|
"VSwitch/multiple": {
|
|
@@ -10323,6 +10323,230 @@
|
|
|
10323
10323
|
"type": "string\n",
|
|
10324
10324
|
"description": "Specify a custom tag used on the root element."
|
|
10325
10325
|
},
|
|
10326
|
+
"VTimePicker/title": {
|
|
10327
|
+
"type": "string\n",
|
|
10328
|
+
"description": "Specify a title text for the component."
|
|
10329
|
+
},
|
|
10330
|
+
"VTimePicker/ampm-in-title": {
|
|
10331
|
+
"type": "boolean\n",
|
|
10332
|
+
"description": "Place AM/PM switch in title, not near the clock."
|
|
10333
|
+
},
|
|
10334
|
+
"VTimePicker/disabled": {
|
|
10335
|
+
"type": "boolean\n",
|
|
10336
|
+
"description": "Removes the ability to click or target the component."
|
|
10337
|
+
},
|
|
10338
|
+
"VTimePicker/format": {
|
|
10339
|
+
"type": "'ampm' | '24hr'\n",
|
|
10340
|
+
"description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
|
|
10341
|
+
},
|
|
10342
|
+
"VTimePicker/max": {
|
|
10343
|
+
"type": "string\n",
|
|
10344
|
+
"description": "Maximum allowed time."
|
|
10345
|
+
},
|
|
10346
|
+
"VTimePicker/min": {
|
|
10347
|
+
"type": "string\n",
|
|
10348
|
+
"description": "Minimum allowed time."
|
|
10349
|
+
},
|
|
10350
|
+
"VTimePicker/readonly": {
|
|
10351
|
+
"type": "boolean\n",
|
|
10352
|
+
"description": "Puts picker in readonly state."
|
|
10353
|
+
},
|
|
10354
|
+
"VTimePicker/scrollable": {
|
|
10355
|
+
"type": "boolean\n",
|
|
10356
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
|
10357
|
+
},
|
|
10358
|
+
"VTimePicker/use-seconds": {
|
|
10359
|
+
"type": "boolean\n",
|
|
10360
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePicker.json))"
|
|
10361
|
+
},
|
|
10362
|
+
"VTimePicker/bg-color": {
|
|
10363
|
+
"type": "string\n",
|
|
10364
|
+
"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)."
|
|
10365
|
+
},
|
|
10366
|
+
"VTimePicker/hide-header": {
|
|
10367
|
+
"type": "boolean\n",
|
|
10368
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPicker.json))"
|
|
10369
|
+
},
|
|
10370
|
+
"VTimePicker/color": {
|
|
10371
|
+
"type": "string\n",
|
|
10372
|
+
"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)."
|
|
10373
|
+
},
|
|
10374
|
+
"VTimePicker/border": {
|
|
10375
|
+
"type": "string | number | boolean\n",
|
|
10376
|
+
"description": "Applies border styles to component."
|
|
10377
|
+
},
|
|
10378
|
+
"VTimePicker/height": {
|
|
10379
|
+
"type": "string | number\n",
|
|
10380
|
+
"description": "Sets the height for the component."
|
|
10381
|
+
},
|
|
10382
|
+
"VTimePicker/max-height": {
|
|
10383
|
+
"type": "string | number\n",
|
|
10384
|
+
"description": "Sets the maximum height for the component."
|
|
10385
|
+
},
|
|
10386
|
+
"VTimePicker/max-width": {
|
|
10387
|
+
"type": "string | number\n",
|
|
10388
|
+
"description": "Sets the maximum width for the component."
|
|
10389
|
+
},
|
|
10390
|
+
"VTimePicker/min-height": {
|
|
10391
|
+
"type": "string | number\n",
|
|
10392
|
+
"description": "Sets the minimum height for the component."
|
|
10393
|
+
},
|
|
10394
|
+
"VTimePicker/min-width": {
|
|
10395
|
+
"type": "string | number\n",
|
|
10396
|
+
"description": "Sets the minimum width for the component."
|
|
10397
|
+
},
|
|
10398
|
+
"VTimePicker/width": {
|
|
10399
|
+
"type": "string | number\n",
|
|
10400
|
+
"description": "Width of the picker."
|
|
10401
|
+
},
|
|
10402
|
+
"VTimePicker/elevation": {
|
|
10403
|
+
"type": "string | number\n",
|
|
10404
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
10405
|
+
},
|
|
10406
|
+
"VTimePicker/location": {
|
|
10407
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
10408
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
10409
|
+
},
|
|
10410
|
+
"VTimePicker/position": {
|
|
10411
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
10412
|
+
"description": "Sets the position for the component."
|
|
10413
|
+
},
|
|
10414
|
+
"VTimePicker/rounded": {
|
|
10415
|
+
"type": "string | number | boolean\n",
|
|
10416
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
10417
|
+
},
|
|
10418
|
+
"VTimePicker/tile": {
|
|
10419
|
+
"type": "boolean\n",
|
|
10420
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
10421
|
+
},
|
|
10422
|
+
"VTimePicker/tag": {
|
|
10423
|
+
"type": "string\n",
|
|
10424
|
+
"description": "Specify a custom tag used on the root element."
|
|
10425
|
+
},
|
|
10426
|
+
"VTimePicker/theme": {
|
|
10427
|
+
"type": "string\n",
|
|
10428
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10429
|
+
},
|
|
10430
|
+
"VTimePicker/allowed-hours": {
|
|
10431
|
+
"type": "((val: number) => boolean) | number[]\n",
|
|
10432
|
+
"description": "Restricts which hours can be selected."
|
|
10433
|
+
},
|
|
10434
|
+
"VTimePicker/allowed-minutes": {
|
|
10435
|
+
"type": "((val: number) => boolean) | number[]\n",
|
|
10436
|
+
"description": "Restricts which minutes can be selected."
|
|
10437
|
+
},
|
|
10438
|
+
"VTimePicker/allowed-seconds": {
|
|
10439
|
+
"type": "((val: number) => boolean) | number[]\n",
|
|
10440
|
+
"description": "Restricts which seconds can be selected."
|
|
10441
|
+
},
|
|
10442
|
+
"VTimePicker/model-value": {
|
|
10443
|
+
"type": "any\n",
|
|
10444
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10445
|
+
},
|
|
10446
|
+
"VTimePickerClock/ampm": {
|
|
10447
|
+
"type": "boolean\n",
|
|
10448
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10449
|
+
},
|
|
10450
|
+
"VTimePickerClock/color": {
|
|
10451
|
+
"type": "string\n",
|
|
10452
|
+
"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)."
|
|
10453
|
+
},
|
|
10454
|
+
"VTimePickerClock/disabled": {
|
|
10455
|
+
"type": "boolean\n",
|
|
10456
|
+
"description": "Removes the ability to click or target the component."
|
|
10457
|
+
},
|
|
10458
|
+
"VTimePickerClock/displayed-value": {
|
|
10459
|
+
"type": "",
|
|
10460
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10461
|
+
},
|
|
10462
|
+
"VTimePickerClock/double": {
|
|
10463
|
+
"type": "boolean\n",
|
|
10464
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10465
|
+
},
|
|
10466
|
+
"VTimePickerClock/format": {
|
|
10467
|
+
"type": "Function\n",
|
|
10468
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10469
|
+
},
|
|
10470
|
+
"VTimePickerClock/max": {
|
|
10471
|
+
"type": "number\n",
|
|
10472
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10473
|
+
},
|
|
10474
|
+
"VTimePickerClock/min": {
|
|
10475
|
+
"type": "number\n",
|
|
10476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10477
|
+
},
|
|
10478
|
+
"VTimePickerClock/scrollable": {
|
|
10479
|
+
"type": "boolean\n",
|
|
10480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10481
|
+
},
|
|
10482
|
+
"VTimePickerClock/readonly": {
|
|
10483
|
+
"type": "boolean\n",
|
|
10484
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10485
|
+
},
|
|
10486
|
+
"VTimePickerClock/rotate": {
|
|
10487
|
+
"type": "number\n",
|
|
10488
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10489
|
+
},
|
|
10490
|
+
"VTimePickerClock/step": {
|
|
10491
|
+
"type": "number\n",
|
|
10492
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10493
|
+
},
|
|
10494
|
+
"VTimePickerClock/model-value": {
|
|
10495
|
+
"type": "number\n",
|
|
10496
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10497
|
+
},
|
|
10498
|
+
"VTimePickerClock/allowed-values": {
|
|
10499
|
+
"type": "(value: number) => boolean\n",
|
|
10500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10501
|
+
},
|
|
10502
|
+
"VTimePickerControls/ampm": {
|
|
10503
|
+
"type": "boolean\n",
|
|
10504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10505
|
+
},
|
|
10506
|
+
"VTimePickerControls/ampm-readonly": {
|
|
10507
|
+
"type": "boolean\n",
|
|
10508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10509
|
+
},
|
|
10510
|
+
"VTimePickerControls/color": {
|
|
10511
|
+
"type": "string\n",
|
|
10512
|
+
"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)."
|
|
10513
|
+
},
|
|
10514
|
+
"VTimePickerControls/disabled": {
|
|
10515
|
+
"type": "boolean\n",
|
|
10516
|
+
"description": "Removes the ability to click or target the component."
|
|
10517
|
+
},
|
|
10518
|
+
"VTimePickerControls/hour": {
|
|
10519
|
+
"type": "number\n",
|
|
10520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10521
|
+
},
|
|
10522
|
+
"VTimePickerControls/minute": {
|
|
10523
|
+
"type": "number\n",
|
|
10524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10525
|
+
},
|
|
10526
|
+
"VTimePickerControls/second": {
|
|
10527
|
+
"type": "number\n",
|
|
10528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10529
|
+
},
|
|
10530
|
+
"VTimePickerControls/period": {
|
|
10531
|
+
"type": "string\n",
|
|
10532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10533
|
+
},
|
|
10534
|
+
"VTimePickerControls/readonly": {
|
|
10535
|
+
"type": "boolean\n",
|
|
10536
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10537
|
+
},
|
|
10538
|
+
"VTimePickerControls/use-seconds": {
|
|
10539
|
+
"type": "boolean\n",
|
|
10540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10541
|
+
},
|
|
10542
|
+
"VTimePickerControls/selecting": {
|
|
10543
|
+
"type": "number\n",
|
|
10544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10545
|
+
},
|
|
10546
|
+
"VTimePickerControls/value": {
|
|
10547
|
+
"type": "number\n",
|
|
10548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
|
10549
|
+
},
|
|
10326
10550
|
"VTimeline/justify": {
|
|
10327
10551
|
"type": "string\n",
|
|
10328
10552
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VFab": {
|
|
28
|
+
"from": "labs/VFab/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VEmptyState": {
|
|
32
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
35
|
"VPicker": {
|
|
@@ -40,22 +40,34 @@
|
|
|
40
40
|
"from": "labs/VPicker/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
43
|
+
"VNumberInput": {
|
|
44
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
47
|
+
"VTimePicker": {
|
|
48
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
51
|
+
"VTimePickerClock": {
|
|
52
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VTimePickerControls": {
|
|
56
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VConfirmEdit": {
|
|
60
|
+
"from": "labs/VConfirmEdit/index.mjs",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
63
|
"VSparkline": {
|
|
56
64
|
"from": "labs/VSparkline/index.mjs",
|
|
57
65
|
"styles": []
|
|
58
66
|
},
|
|
67
|
+
"VSpeedDial": {
|
|
68
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
59
71
|
"VTreeview": {
|
|
60
72
|
"from": "labs/VTreeview/index.mjs",
|
|
61
73
|
"styles": []
|