@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-11
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 +3 -4
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2977 -2955
- package/dist/vuetify-labs.d.ts +614 -688
- package/dist/vuetify-labs.esm.js +95 -74
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +95 -74
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4804 -4782
- package/dist/vuetify.d.ts +579 -653
- package/dist/vuetify.esm.js +78 -58
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -58
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -65
- 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/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +130 -129
- 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/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 +530 -604
- 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 +49 -49
- 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/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 -106
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.12-master.2024-07-11...v) (2024-07-11)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
5
|
+
## [3.6.12-master.2024-07-11](https://github.com/vuetifyjs/vuetify/compare/v3.6.12...v3.6.12-master.2024-07-11) (2024-07-11)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
-
* **
|
11
|
-
* **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)
|
10
|
+
* **VDataTable:** support groupBy when sorting is disabled ([#20047](https://github.com/vuetifyjs/vuetify/issues/20047)) ([8ac10e4](https://github.com/vuetifyjs/vuetify/commit/8ac10e43a10ea3f966f1bb7cd9d87fdff52c93c9)), closes [#20046](https://github.com/vuetifyjs/vuetify/issues/20046)
|
12
11
|
|
13
12
|
|
14
13
|
|
@@ -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))"
|
@@ -5673,7 +5689,7 @@
|
|
5673
5689
|
},
|
5674
5690
|
"VField/center-affix": {
|
5675
5691
|
"type": "boolean\n",
|
5676
|
-
"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."
|
5677
5693
|
},
|
5678
5694
|
"VField/color": {
|
5679
5695
|
"type": "string\n",
|
@@ -5781,7 +5797,7 @@
|
|
5781
5797
|
},
|
5782
5798
|
"VFileInput/center-affix": {
|
5783
5799
|
"type": "boolean\n",
|
5784
|
-
"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."
|
5785
5801
|
},
|
5786
5802
|
"VFileInput/prepend-icon": {
|
5787
5803
|
"type": "any\n",
|
@@ -6225,7 +6241,7 @@
|
|
6225
6241
|
},
|
6226
6242
|
"VInput/center-affix": {
|
6227
6243
|
"type": "boolean\n",
|
6228
|
-
"description": "Vertically align **
|
6244
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
6229
6245
|
},
|
6230
6246
|
"VInput/prepend-icon": {
|
6231
6247
|
"type": "any\n",
|
@@ -6745,7 +6761,7 @@
|
|
6745
6761
|
},
|
6746
6762
|
"VListItem/nav": {
|
6747
6763
|
"type": "boolean\n",
|
6748
|
-
"description": "
|
6764
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
6749
6765
|
},
|
6750
6766
|
"VListItem/prepend-avatar": {
|
6751
6767
|
"type": "string\n",
|
@@ -6765,7 +6781,7 @@
|
|
6765
6781
|
},
|
6766
6782
|
"VListItem/slim": {
|
6767
6783
|
"type": "boolean\n",
|
6768
|
-
"description": "
|
6784
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
6769
6785
|
},
|
6770
6786
|
"VListItem/border": {
|
6771
6787
|
"type": "string | number | boolean\n",
|
@@ -6845,7 +6861,7 @@
|
|
6845
6861
|
},
|
6846
6862
|
"VListItem/lines": {
|
6847
6863
|
"type": "false | 'one' | 'two' | 'three'\n",
|
6848
|
-
"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."
|
6849
6865
|
},
|
6850
6866
|
"VListItemAction/start": {
|
6851
6867
|
"type": "boolean\n",
|
@@ -7309,7 +7325,7 @@
|
|
7309
7325
|
},
|
7310
7326
|
"VNumberInput/center-affix": {
|
7311
7327
|
"type": "boolean\n",
|
7312
|
-
"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."
|
7313
7329
|
},
|
7314
7330
|
"VNumberInput/prepend-icon": {
|
7315
7331
|
"type": "any\n",
|
@@ -8149,7 +8165,7 @@
|
|
8149
8165
|
},
|
8150
8166
|
"VRadioGroup/center-affix": {
|
8151
8167
|
"type": "boolean\n",
|
8152
|
-
"description": "Vertically align **
|
8168
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
8153
8169
|
},
|
8154
8170
|
"VRadioGroup/prepend-icon": {
|
8155
8171
|
"type": "any\n",
|
@@ -8293,7 +8309,7 @@
|
|
8293
8309
|
},
|
8294
8310
|
"VRangeSlider/center-affix": {
|
8295
8311
|
"type": "boolean\n",
|
8296
|
-
"description": "Vertically align **
|
8312
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
8297
8313
|
},
|
8298
8314
|
"VRangeSlider/prepend-icon": {
|
8299
8315
|
"type": "any\n",
|
@@ -8981,7 +8997,7 @@
|
|
8981
8997
|
},
|
8982
8998
|
"VSelect/center-affix": {
|
8983
8999
|
"type": "boolean\n",
|
8984
|
-
"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."
|
8985
9001
|
},
|
8986
9002
|
"VSelect/prepend-icon": {
|
8987
9003
|
"type": "any\n",
|
@@ -9617,7 +9633,7 @@
|
|
9617
9633
|
},
|
9618
9634
|
"VSlider/center-affix": {
|
9619
9635
|
"type": "boolean\n",
|
9620
|
-
"description": "Vertically align **
|
9636
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
9621
9637
|
},
|
9622
9638
|
"VSlider/prepend-icon": {
|
9623
9639
|
"type": "any\n",
|
@@ -10861,7 +10877,7 @@
|
|
10861
10877
|
},
|
10862
10878
|
"VSwitch/center-affix": {
|
10863
10879
|
"type": "boolean\n",
|
10864
|
-
"description": "Vertically align **
|
10880
|
+
"description": "Vertically align **append** and **prepend** in the center."
|
10865
10881
|
},
|
10866
10882
|
"VSwitch/prepend-icon": {
|
10867
10883
|
"type": "any\n",
|
@@ -11433,7 +11449,7 @@
|
|
11433
11449
|
},
|
11434
11450
|
"VTextField/center-affix": {
|
11435
11451
|
"type": "boolean\n",
|
11436
|
-
"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."
|
11437
11453
|
},
|
11438
11454
|
"VTextField/prepend-icon": {
|
11439
11455
|
"type": "any\n",
|
@@ -11659,10 +11675,6 @@
|
|
11659
11675
|
"type": "any\n",
|
11660
11676
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
11661
11677
|
},
|
11662
|
-
"VTextarea/center-affix": {
|
11663
|
-
"type": "boolean\n",
|
11664
|
-
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
11665
|
-
},
|
11666
11678
|
"VTextarea/prepend-icon": {
|
11667
11679
|
"type": "any\n",
|
11668
11680
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
@@ -12725,7 +12737,7 @@
|
|
12725
12737
|
},
|
12726
12738
|
"VTreeviewItem/nav": {
|
12727
12739
|
"type": "boolean\n",
|
12728
|
-
"description": "
|
12740
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
12729
12741
|
},
|
12730
12742
|
"VTreeviewItem/prepend-avatar": {
|
12731
12743
|
"type": "string\n",
|
@@ -12745,7 +12757,7 @@
|
|
12745
12757
|
},
|
12746
12758
|
"VTreeviewItem/slim": {
|
12747
12759
|
"type": "boolean\n",
|
12748
|
-
"description": "
|
12760
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
12749
12761
|
},
|
12750
12762
|
"VTreeviewItem/border": {
|
12751
12763
|
"type": "string | number | boolean\n",
|
@@ -12825,7 +12837,7 @@
|
|
12825
12837
|
},
|
12826
12838
|
"VTreeviewItem/lines": {
|
12827
12839
|
"type": "false | 'one' | 'two' | 'three'\n",
|
12828
|
-
"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."
|
12829
12841
|
},
|
12830
12842
|
"VValidation/disabled": {
|
12831
12843
|
"type": "boolean\n",
|