@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.12-master.2024-07-10
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/CHANGELOG.md +2 -7
- package/dist/json/attributes.json +58 -70
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +98 -117
- package/dist/vuetify-labs.css +3483 -3461
- package/dist/vuetify-labs.d.ts +640 -751
- package/dist/vuetify-labs.esm.js +80 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -70
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1390 -1368
- package/dist/vuetify.d.ts +604 -697
- package/dist/vuetify.esm.js +63 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +63 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +48 -46
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +646 -739
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -124
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.12-master.2024-07-10...v) (2024-07-10)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
6
|
-
|
7
|
-
|
8
|
-
### Bug Fixes
|
9
|
-
|
10
|
-
* **VOverlay:** correct ShadowRoot attach condition ([ec73e6f](https://github.com/vuetifyjs/vuetify/commit/ec73e6fc4bb82368f4cd0ef813234af23a66f122)), closes [#20001](https://github.com/vuetifyjs/vuetify/issues/20001) [#20086](https://github.com/vuetifyjs/vuetify/issues/20086)
|
5
|
+
## [3.6.12-master.2024-07-10](https://github.com/vuetifyjs/vuetify/compare/v3.6.12...v3.6.12-master.2024-07-10) (2024-07-10)
|
11
6
|
|
12
7
|
|
13
8
|
|
@@ -621,7 +621,7 @@
|
|
621
621
|
},
|
622
622
|
"VAutocomplete/center-affix": {
|
623
623
|
"type": "boolean\n",
|
624
|
-
"description": "
|
624
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
625
625
|
},
|
626
626
|
"VAutocomplete/prepend-icon": {
|
627
627
|
"type": "any\n",
|
@@ -1603,6 +1603,10 @@
|
|
1603
1603
|
"type": "'dynamic' | 'static'\n",
|
1604
1604
|
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
1605
1605
|
},
|
1606
|
+
"VCalendar/first-day-of-week": {
|
1607
|
+
"type": "string | number\n",
|
1608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
1609
|
+
},
|
1606
1610
|
"VCalendar/allowed-dates": {
|
1607
1611
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
1608
1612
|
"description": "Determines which dates are selectable."
|
@@ -2237,11 +2241,7 @@
|
|
2237
2241
|
},
|
2238
2242
|
"VCheckbox/center-affix": {
|
2239
2243
|
"type": "boolean\n",
|
2240
|
-
"description": "Vertically align **
|
2241
|
-
},
|
2242
|
-
"VCheckbox/type": {
|
2243
|
-
"type": "string\n",
|
2244
|
-
"description": "Provides the default type for children selection controls."
|
2244
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
2245
2245
|
},
|
2246
2246
|
"VCheckbox/prepend-icon": {
|
2247
2247
|
"type": "any\n",
|
@@ -2303,6 +2303,10 @@
|
|
2303
2303
|
"type": "string | number\n",
|
2304
2304
|
"description": "Control the maximum number of shown errors from validation."
|
2305
2305
|
},
|
2306
|
+
"VCheckbox/type": {
|
2307
|
+
"type": "string\n",
|
2308
|
+
"description": "Provides the default type for children selection controls."
|
2309
|
+
},
|
2306
2310
|
"VCheckbox/name": {
|
2307
2311
|
"type": "string\n",
|
2308
2312
|
"description": "Sets the component's name attribute."
|
@@ -3113,7 +3117,7 @@
|
|
3113
3117
|
},
|
3114
3118
|
"VCombobox/center-affix": {
|
3115
3119
|
"type": "boolean\n",
|
3116
|
-
"description": "
|
3120
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
3117
3121
|
},
|
3118
3122
|
"VCombobox/prepend-icon": {
|
3119
3123
|
"type": "any\n",
|
@@ -3572,19 +3576,19 @@
|
|
3572
3576
|
"description": "Array of specific keys to filter on the item."
|
3573
3577
|
},
|
3574
3578
|
"VDataTable/prev-icon": {
|
3575
|
-
"type": "
|
3579
|
+
"type": "any\n",
|
3576
3580
|
"description": "Previous icon."
|
3577
3581
|
},
|
3578
3582
|
"VDataTable/next-icon": {
|
3579
|
-
"type": "
|
3583
|
+
"type": "any\n",
|
3580
3584
|
"description": "Next icon."
|
3581
3585
|
},
|
3582
3586
|
"VDataTable/first-icon": {
|
3583
|
-
"type": "
|
3587
|
+
"type": "any\n",
|
3584
3588
|
"description": "First icon."
|
3585
3589
|
},
|
3586
3590
|
"VDataTable/last-icon": {
|
3587
|
-
"type": "
|
3591
|
+
"type": "any\n",
|
3588
3592
|
"description": "Last icon."
|
3589
3593
|
},
|
3590
3594
|
"VDataTable/items-per-page-text": {
|
@@ -3900,19 +3904,19 @@
|
|
3900
3904
|
"description": "Specify a theme for this component and all of its children."
|
3901
3905
|
},
|
3902
3906
|
"VDataTableServer/prev-icon": {
|
3903
|
-
"type": "
|
3907
|
+
"type": "any\n",
|
3904
3908
|
"description": "Previous icon."
|
3905
3909
|
},
|
3906
3910
|
"VDataTableServer/next-icon": {
|
3907
|
-
"type": "
|
3911
|
+
"type": "any\n",
|
3908
3912
|
"description": "Next icon."
|
3909
3913
|
},
|
3910
3914
|
"VDataTableServer/first-icon": {
|
3911
|
-
"type": "
|
3915
|
+
"type": "any\n",
|
3912
3916
|
"description": "First icon."
|
3913
3917
|
},
|
3914
3918
|
"VDataTableServer/last-icon": {
|
3915
|
-
"type": "
|
3919
|
+
"type": "any\n",
|
3916
3920
|
"description": "Last icon."
|
3917
3921
|
},
|
3918
3922
|
"VDataTableServer/items-per-page-text": {
|
@@ -4225,7 +4229,7 @@
|
|
4225
4229
|
},
|
4226
4230
|
"VDateInput/center-affix": {
|
4227
4231
|
"type": "boolean\n",
|
4228
|
-
"description": "
|
4232
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
4229
4233
|
},
|
4230
4234
|
"VDateInput/prepend-icon": {
|
4231
4235
|
"type": "any\n",
|
@@ -4396,15 +4400,15 @@
|
|
4396
4400
|
"description": "Text shown when no **display-date** is set."
|
4397
4401
|
},
|
4398
4402
|
"VDateInput/next-icon": {
|
4399
|
-
"type": "
|
4403
|
+
"type": "any\n",
|
4400
4404
|
"description": "Sets the icon for next month/year button."
|
4401
4405
|
},
|
4402
4406
|
"VDateInput/prev-icon": {
|
4403
|
-
"type": "
|
4407
|
+
"type": "any\n",
|
4404
4408
|
"description": "Sets the icon for previous month/year button."
|
4405
4409
|
},
|
4406
4410
|
"VDateInput/mode-icon": {
|
4407
|
-
"type": "
|
4411
|
+
"type": "any\n",
|
4408
4412
|
"description": "Icon displayed next to the current month and year, toggles year selection when clicked."
|
4409
4413
|
},
|
4410
4414
|
"VDateInput/view-mode": {
|
@@ -4447,6 +4451,10 @@
|
|
4447
4451
|
"type": "'dynamic' | 'static'\n",
|
4448
4452
|
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
4449
4453
|
},
|
4454
|
+
"VDateInput/first-day-of-week": {
|
4455
|
+
"type": "string | number\n",
|
4456
|
+
"description": "Sets the first day of the week, starting with 0 for Sunday."
|
4457
|
+
},
|
4450
4458
|
"VDateInput/allowed-dates": {
|
4451
4459
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
4452
4460
|
"description": "Restricts which dates can be selected."
|
@@ -4516,15 +4524,15 @@
|
|
4516
4524
|
"description": "Removes the ability to click or target the component."
|
4517
4525
|
},
|
4518
4526
|
"VDatePicker/next-icon": {
|
4519
|
-
"type": "
|
4527
|
+
"type": "any\n",
|
4520
4528
|
"description": "Sets the icon for next month/year button."
|
4521
4529
|
},
|
4522
4530
|
"VDatePicker/prev-icon": {
|
4523
|
-
"type": "
|
4531
|
+
"type": "any\n",
|
4524
4532
|
"description": "Sets the icon for previous month/year button."
|
4525
4533
|
},
|
4526
4534
|
"VDatePicker/mode-icon": {
|
4527
|
-
"type": "
|
4535
|
+
"type": "any\n",
|
4528
4536
|
"description": "Icon displayed next to the current month and year, toggles year selection when clicked."
|
4529
4537
|
},
|
4530
4538
|
"VDatePicker/text": {
|
@@ -4575,6 +4583,10 @@
|
|
4575
4583
|
"type": "'dynamic' | 'static'\n",
|
4576
4584
|
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
4577
4585
|
},
|
4586
|
+
"VDatePicker/first-day-of-week": {
|
4587
|
+
"type": "string | number\n",
|
4588
|
+
"description": "Sets the first day of the week, starting with 0 for Sunday."
|
4589
|
+
},
|
4578
4590
|
"VDatePicker/allowed-dates": {
|
4579
4591
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
4580
4592
|
"description": "Restricts which dates can be selected."
|
@@ -4676,15 +4688,15 @@
|
|
4676
4688
|
"description": "Removes the ability to click or target the component."
|
4677
4689
|
},
|
4678
4690
|
"VDatePickerControls/next-icon": {
|
4679
|
-
"type": "
|
4691
|
+
"type": "any\n",
|
4680
4692
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4681
4693
|
},
|
4682
4694
|
"VDatePickerControls/prev-icon": {
|
4683
|
-
"type": "
|
4695
|
+
"type": "any\n",
|
4684
4696
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4685
4697
|
},
|
4686
4698
|
"VDatePickerControls/mode-icon": {
|
4687
|
-
"type": "
|
4699
|
+
"type": "any\n",
|
4688
4700
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
|
4689
4701
|
},
|
4690
4702
|
"VDatePickerControls/text": {
|
@@ -4755,6 +4767,10 @@
|
|
4755
4767
|
"type": "'dynamic' | 'static'\n",
|
4756
4768
|
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
4757
4769
|
},
|
4770
|
+
"VDatePickerMonth/first-day-of-week": {
|
4771
|
+
"type": "string | number\n",
|
4772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
4773
|
+
},
|
4758
4774
|
"VDatePickerMonth/allowed-dates": {
|
4759
4775
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
4760
4776
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
@@ -5323,14 +5339,6 @@
|
|
5323
5339
|
"type": "boolean | 'force'\n",
|
5324
5340
|
"description": "Forces at least one item to always be selected (if available)."
|
5325
5341
|
},
|
5326
|
-
"VExpansionPanels/title": {
|
5327
|
-
"type": "string\n",
|
5328
|
-
"description": "Specify a title text for the component."
|
5329
|
-
},
|
5330
|
-
"VExpansionPanels/text": {
|
5331
|
-
"type": "string\n",
|
5332
|
-
"description": "Specify content text for the component."
|
5333
|
-
},
|
5334
5342
|
"VExpansionPanels/bg-color": {
|
5335
5343
|
"type": "string\n",
|
5336
5344
|
"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)."
|
@@ -5339,10 +5347,6 @@
|
|
5339
5347
|
"type": "string | number\n",
|
5340
5348
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
5341
5349
|
},
|
5342
|
-
"VExpansionPanels/value": {
|
5343
|
-
"type": "any\n",
|
5344
|
-
"description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
|
5345
|
-
},
|
5346
5350
|
"VExpansionPanels/rounded": {
|
5347
5351
|
"type": "string | number | boolean\n",
|
5348
5352
|
"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)."
|
@@ -5685,7 +5689,7 @@
|
|
5685
5689
|
},
|
5686
5690
|
"VField/center-affix": {
|
5687
5691
|
"type": "boolean\n",
|
5688
|
-
"description": "
|
5692
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
5689
5693
|
},
|
5690
5694
|
"VField/color": {
|
5691
5695
|
"type": "string\n",
|
@@ -5793,7 +5797,7 @@
|
|
5793
5797
|
},
|
5794
5798
|
"VFileInput/center-affix": {
|
5795
5799
|
"type": "boolean\n",
|
5796
|
-
"description": "
|
5800
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
5797
5801
|
},
|
5798
5802
|
"VFileInput/prepend-icon": {
|
5799
5803
|
"type": "any\n",
|
@@ -6237,7 +6241,7 @@
|
|
6237
6241
|
},
|
6238
6242
|
"VInput/center-affix": {
|
6239
6243
|
"type": "boolean\n",
|
6240
|
-
"description": "Vertically align **
|
6244
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
6241
6245
|
},
|
6242
6246
|
"VInput/prepend-icon": {
|
6243
6247
|
"type": "any\n",
|
@@ -6757,7 +6761,7 @@
|
|
6757
6761
|
},
|
6758
6762
|
"VListItem/nav": {
|
6759
6763
|
"type": "boolean\n",
|
6760
|
-
"description": "
|
6764
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
6761
6765
|
},
|
6762
6766
|
"VListItem/prepend-avatar": {
|
6763
6767
|
"type": "string\n",
|
@@ -6777,7 +6781,7 @@
|
|
6777
6781
|
},
|
6778
6782
|
"VListItem/slim": {
|
6779
6783
|
"type": "boolean\n",
|
6780
|
-
"description": "
|
6784
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
6781
6785
|
},
|
6782
6786
|
"VListItem/border": {
|
6783
6787
|
"type": "string | number | boolean\n",
|
@@ -6857,7 +6861,7 @@
|
|
6857
6861
|
},
|
6858
6862
|
"VListItem/lines": {
|
6859
6863
|
"type": "false | 'one' | 'two' | 'three'\n",
|
6860
|
-
"description": "
|
6864
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
6861
6865
|
},
|
6862
6866
|
"VListItemAction/start": {
|
6863
6867
|
"type": "boolean\n",
|
@@ -7321,7 +7325,7 @@
|
|
7321
7325
|
},
|
7322
7326
|
"VNumberInput/center-affix": {
|
7323
7327
|
"type": "boolean\n",
|
7324
|
-
"description": "
|
7328
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
7325
7329
|
},
|
7326
7330
|
"VNumberInput/prepend-icon": {
|
7327
7331
|
"type": "any\n",
|
@@ -8161,7 +8165,7 @@
|
|
8161
8165
|
},
|
8162
8166
|
"VRadioGroup/center-affix": {
|
8163
8167
|
"type": "boolean\n",
|
8164
|
-
"description": "Vertically align **
|
8168
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
8165
8169
|
},
|
8166
8170
|
"VRadioGroup/prepend-icon": {
|
8167
8171
|
"type": "any\n",
|
@@ -8305,7 +8309,7 @@
|
|
8305
8309
|
},
|
8306
8310
|
"VRangeSlider/center-affix": {
|
8307
8311
|
"type": "boolean\n",
|
8308
|
-
"description": "Vertically align **
|
8312
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
8309
8313
|
},
|
8310
8314
|
"VRangeSlider/prepend-icon": {
|
8311
8315
|
"type": "any\n",
|
@@ -8993,7 +8997,7 @@
|
|
8993
8997
|
},
|
8994
8998
|
"VSelect/center-affix": {
|
8995
8999
|
"type": "boolean\n",
|
8996
|
-
"description": "
|
9000
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
8997
9001
|
},
|
8998
9002
|
"VSelect/prepend-icon": {
|
8999
9003
|
"type": "any\n",
|
@@ -9629,7 +9633,7 @@
|
|
9629
9633
|
},
|
9630
9634
|
"VSlider/center-affix": {
|
9631
9635
|
"type": "boolean\n",
|
9632
|
-
"description": "Vertically align **
|
9636
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
9633
9637
|
},
|
9634
9638
|
"VSlider/prepend-icon": {
|
9635
9639
|
"type": "any\n",
|
@@ -10511,10 +10515,6 @@
|
|
10511
10515
|
"type": "string\n",
|
10512
10516
|
"description": "Configure the active CSS class applied when an item is selected."
|
10513
10517
|
},
|
10514
|
-
"VStepperVertical/title": {
|
10515
|
-
"type": "string\n",
|
10516
|
-
"description": "Specify a title text for the component."
|
10517
|
-
},
|
10518
10518
|
"VStepperVertical/flat": {
|
10519
10519
|
"type": "boolean\n",
|
10520
10520
|
"description": "Removes the expansion-panel's elevation and borders."
|
@@ -10567,10 +10567,6 @@
|
|
10567
10567
|
"type": "string\n",
|
10568
10568
|
"description": "Property on supplied `items` that contains its value."
|
10569
10569
|
},
|
10570
|
-
"VStepperVertical/value": {
|
10571
|
-
"type": "any\n",
|
10572
|
-
"description": "Controls the opened/closed state of content."
|
10573
|
-
},
|
10574
10570
|
"VStepperVertical/non-linear": {
|
10575
10571
|
"type": "boolean\n",
|
10576
10572
|
"description": "Allow user to jump to any step."
|
@@ -10607,10 +10603,6 @@
|
|
10607
10603
|
"type": "boolean | 'force'\n",
|
10608
10604
|
"description": "Forces at least one item to always be selected (if available)."
|
10609
10605
|
},
|
10610
|
-
"VStepperVertical/text": {
|
10611
|
-
"type": "string\n",
|
10612
|
-
"description": "Specify content text for the component."
|
10613
|
-
},
|
10614
10606
|
"VStepperVertical/elevation": {
|
10615
10607
|
"type": "string | number\n",
|
10616
10608
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -10649,7 +10641,7 @@
|
|
10649
10641
|
},
|
10650
10642
|
"VStepperVertical/readonly": {
|
10651
10643
|
"type": "boolean\n",
|
10652
|
-
"description": "Makes the expansion-panel
|
10644
|
+
"description": "Makes the entire expansion-panel read only."
|
10653
10645
|
},
|
10654
10646
|
"VStepperVertical/eager": {
|
10655
10647
|
"type": "boolean\n",
|
@@ -10885,7 +10877,7 @@
|
|
10885
10877
|
},
|
10886
10878
|
"VSwitch/center-affix": {
|
10887
10879
|
"type": "boolean\n",
|
10888
|
-
"description": "Vertically align **
|
10880
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
10889
10881
|
},
|
10890
10882
|
"VSwitch/prepend-icon": {
|
10891
10883
|
"type": "any\n",
|
@@ -11457,7 +11449,7 @@
|
|
11457
11449
|
},
|
11458
11450
|
"VTextField/center-affix": {
|
11459
11451
|
"type": "boolean\n",
|
11460
|
-
"description": "
|
11452
|
+
"description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
|
11461
11453
|
},
|
11462
11454
|
"VTextField/prepend-icon": {
|
11463
11455
|
"type": "any\n",
|
@@ -11683,10 +11675,6 @@
|
|
11683
11675
|
"type": "any\n",
|
11684
11676
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
11685
11677
|
},
|
11686
|
-
"VTextarea/center-affix": {
|
11687
|
-
"type": "boolean\n",
|
11688
|
-
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
11689
|
-
},
|
11690
11678
|
"VTextarea/prepend-icon": {
|
11691
11679
|
"type": "any\n",
|
11692
11680
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
@@ -12749,7 +12737,7 @@
|
|
12749
12737
|
},
|
12750
12738
|
"VTreeviewItem/nav": {
|
12751
12739
|
"type": "boolean\n",
|
12752
|
-
"description": "
|
12740
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
12753
12741
|
},
|
12754
12742
|
"VTreeviewItem/prepend-avatar": {
|
12755
12743
|
"type": "string\n",
|
@@ -12769,7 +12757,7 @@
|
|
12769
12757
|
},
|
12770
12758
|
"VTreeviewItem/slim": {
|
12771
12759
|
"type": "boolean\n",
|
12772
|
-
"description": "
|
12760
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
12773
12761
|
},
|
12774
12762
|
"VTreeviewItem/border": {
|
12775
12763
|
"type": "string | number | boolean\n",
|
@@ -12849,7 +12837,7 @@
|
|
12849
12837
|
},
|
12850
12838
|
"VTreeviewItem/lines": {
|
12851
12839
|
"type": "false | 'one' | 'two' | 'three'\n",
|
12852
|
-
"description": "
|
12840
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
12853
12841
|
},
|
12854
12842
|
"VValidation/disabled": {
|
12855
12843
|
"type": "boolean\n",
|
@@ -48,18 +48,6 @@
|
|
48
48
|
"from": "labs/VStepperVertical/index.mjs",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"VTimePicker": {
|
52
|
-
"from": "labs/VTimePicker/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerClock": {
|
56
|
-
"from": "labs/VTimePicker/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VTimePickerControls": {
|
60
|
-
"from": "labs/VTimePicker/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
51
|
"VTreeview": {
|
64
52
|
"from": "labs/VTreeview/index.mjs",
|
65
53
|
"styles": []
|
@@ -72,6 +60,18 @@
|
|
72
60
|
"from": "labs/VTreeview/index.mjs",
|
73
61
|
"styles": []
|
74
62
|
},
|
63
|
+
"VTimePicker": {
|
64
|
+
"from": "labs/VTimePicker/index.mjs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTimePickerClock": {
|
68
|
+
"from": "labs/VTimePicker/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerControls": {
|
72
|
+
"from": "labs/VTimePicker/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|