vuetify 3.6.6 → 3.6.8
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 +86 -14
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +124 -124
- package/dist/json/tags.json +19 -1
- package/dist/json/web-types.json +239 -58
- package/dist/vuetify-labs.css +2274 -2182
- package/dist/vuetify-labs.d.ts +645 -1407
- package/dist/vuetify-labs.esm.js +271 -124
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +270 -123
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2437 -2345
- package/dist/vuetify.d.ts +530 -1132
- package/dist/vuetify.esm.js +159 -91
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +158 -90
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +372 -369
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +6 -0
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +24 -3
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.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 +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +2 -1
- package/lib/components/VDivider/VDivider.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +2 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +52 -66
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +1 -1
- package/lib/components/VStepper/VStepper.mjs +19 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +3 -0
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +43 -9
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +490 -1092
- package/lib/composables/defaults.mjs +4 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +43 -9
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +83 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +110 -300
- package/lib/labs/components.d.mts +3408 -3564
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3377,7 +3377,7 @@
|
|
|
3377
3377
|
},
|
|
3378
3378
|
"VDataTable/header-props": {
|
|
3379
3379
|
"type": "unknown\n",
|
|
3380
|
-
"description": "Pass props to the default header. See [`v-data-table-
|
|
3380
|
+
"description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
|
|
3381
3381
|
},
|
|
3382
3382
|
"VDataTable/cell-props": {
|
|
3383
3383
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
@@ -3427,6 +3427,10 @@
|
|
|
3427
3427
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3428
3428
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3429
3429
|
},
|
|
3430
|
+
"VDataTable/hide-default-body": {
|
|
3431
|
+
"type": "boolean\n",
|
|
3432
|
+
"description": "Hides the default body."
|
|
3433
|
+
},
|
|
3430
3434
|
"VDataTable/hide-default-footer": {
|
|
3431
3435
|
"type": "boolean\n",
|
|
3432
3436
|
"description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
|
|
@@ -3507,6 +3511,10 @@
|
|
|
3507
3511
|
"type": "boolean\n",
|
|
3508
3512
|
"description": "Sticks the header to the top of the table."
|
|
3509
3513
|
},
|
|
3514
|
+
"VDataTable/disable-sort": {
|
|
3515
|
+
"type": "boolean\n",
|
|
3516
|
+
"description": "Disables sorting completely."
|
|
3517
|
+
},
|
|
3510
3518
|
"VDataTable/sort-asc-icon": {
|
|
3511
3519
|
"type": "any\n",
|
|
3512
3520
|
"description": "Icon used for ascending sort button."
|
|
@@ -3619,6 +3627,10 @@
|
|
|
3619
3627
|
"type": "boolean\n",
|
|
3620
3628
|
"description": "Sticks the header to the top of the table."
|
|
3621
3629
|
},
|
|
3630
|
+
"VDataTableHeaders/disable-sort": {
|
|
3631
|
+
"type": "boolean\n",
|
|
3632
|
+
"description": "Toggles rendering of sort button."
|
|
3633
|
+
},
|
|
3622
3634
|
"VDataTableHeaders/multi-sort": {
|
|
3623
3635
|
"type": "boolean\n",
|
|
3624
3636
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
@@ -3763,6 +3775,10 @@
|
|
|
3763
3775
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3764
3776
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3765
3777
|
},
|
|
3778
|
+
"VDataTableServer/hide-default-body": {
|
|
3779
|
+
"type": "boolean\n",
|
|
3780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
3781
|
+
},
|
|
3766
3782
|
"VDataTableServer/hide-default-footer": {
|
|
3767
3783
|
"type": "boolean\n",
|
|
3768
3784
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
@@ -3843,6 +3859,10 @@
|
|
|
3843
3859
|
"type": "boolean\n",
|
|
3844
3860
|
"description": "Sticks the header to the top of the table."
|
|
3845
3861
|
},
|
|
3862
|
+
"VDataTableServer/disable-sort": {
|
|
3863
|
+
"type": "boolean\n",
|
|
3864
|
+
"description": "Toggles rendering of sort button."
|
|
3865
|
+
},
|
|
3846
3866
|
"VDataTableServer/sort-asc-icon": {
|
|
3847
3867
|
"type": "any\n",
|
|
3848
3868
|
"description": "Icon used for ascending sort button."
|
|
@@ -3975,6 +3995,10 @@
|
|
|
3975
3995
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3976
3996
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
3977
3997
|
},
|
|
3998
|
+
"VDataTableVirtual/hide-default-body": {
|
|
3999
|
+
"type": "boolean\n",
|
|
4000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
4001
|
+
},
|
|
3978
4002
|
"VDataTableVirtual/hide-default-footer": {
|
|
3979
4003
|
"type": "boolean\n",
|
|
3980
4004
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
|
|
@@ -4055,6 +4079,10 @@
|
|
|
4055
4079
|
"type": "boolean\n",
|
|
4056
4080
|
"description": "Sticks the header to the top of the table."
|
|
4057
4081
|
},
|
|
4082
|
+
"VDataTableVirtual/disable-sort": {
|
|
4083
|
+
"type": "boolean\n",
|
|
4084
|
+
"description": "Toggles rendering of sort button."
|
|
4085
|
+
},
|
|
4058
4086
|
"VDataTableVirtual/sort-asc-icon": {
|
|
4059
4087
|
"type": "any\n",
|
|
4060
4088
|
"description": "Icon used for ascending sort button."
|
|
@@ -4388,7 +4416,7 @@
|
|
|
4388
4416
|
"description": "The current month number to show"
|
|
4389
4417
|
},
|
|
4390
4418
|
"VDateInput/year": {
|
|
4391
|
-
"type": "
|
|
4419
|
+
"type": "number\n",
|
|
4392
4420
|
"description": "The current year number to show"
|
|
4393
4421
|
},
|
|
4394
4422
|
"VDateInput/hide-weekdays": {
|
|
@@ -4512,7 +4540,7 @@
|
|
|
4512
4540
|
"description": "The current month number to show"
|
|
4513
4541
|
},
|
|
4514
4542
|
"VDatePicker/year": {
|
|
4515
|
-
"type": "
|
|
4543
|
+
"type": "number\n",
|
|
4516
4544
|
"description": "The current year number to show"
|
|
4517
4545
|
},
|
|
4518
4546
|
"VDatePicker/color": {
|
|
@@ -4763,6 +4791,18 @@
|
|
|
4763
4791
|
"type": "number\n",
|
|
4764
4792
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
4765
4793
|
},
|
|
4794
|
+
"VDatePickerMonths/year": {
|
|
4795
|
+
"type": "number\n",
|
|
4796
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
|
4797
|
+
},
|
|
4798
|
+
"VDatePickerMonths/min": {
|
|
4799
|
+
"type": "unknown\n",
|
|
4800
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
|
4801
|
+
},
|
|
4802
|
+
"VDatePickerMonths/max": {
|
|
4803
|
+
"type": "unknown\n",
|
|
4804
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
|
4805
|
+
},
|
|
4766
4806
|
"VDatePickerYears/color": {
|
|
4767
4807
|
"type": "string\n",
|
|
4768
4808
|
"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)."
|
|
@@ -10255,10 +10295,22 @@
|
|
|
10255
10295
|
"type": "string\n",
|
|
10256
10296
|
"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)."
|
|
10257
10297
|
},
|
|
10298
|
+
"VStepper/complete-icon": {
|
|
10299
|
+
"type": "string\n",
|
|
10300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10301
|
+
},
|
|
10302
|
+
"VStepper/edit-icon": {
|
|
10303
|
+
"type": "string\n",
|
|
10304
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10305
|
+
},
|
|
10258
10306
|
"VStepper/editable": {
|
|
10259
10307
|
"type": "boolean\n",
|
|
10260
10308
|
"description": "Marks step as editable."
|
|
10261
10309
|
},
|
|
10310
|
+
"VStepper/error-icon": {
|
|
10311
|
+
"type": "string\n",
|
|
10312
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10313
|
+
},
|
|
10262
10314
|
"VStepper/hide-actions": {
|
|
10263
10315
|
"type": "boolean\n",
|
|
10264
10316
|
"description": "Hide actions bar (prev and next buttons)."
|
|
@@ -10275,13 +10327,17 @@
|
|
|
10275
10327
|
"type": "string\n",
|
|
10276
10328
|
"description": "Property on supplied `items` that contains its value."
|
|
10277
10329
|
},
|
|
10330
|
+
"VStepper/non-linear": {
|
|
10331
|
+
"type": "boolean\n",
|
|
10332
|
+
"description": "Allow user to jump to any step."
|
|
10333
|
+
},
|
|
10278
10334
|
"VStepper/mobile": {
|
|
10279
10335
|
"type": "boolean\n",
|
|
10280
10336
|
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
10281
10337
|
},
|
|
10282
|
-
"VStepper/
|
|
10283
|
-
"type": "
|
|
10284
|
-
"description": "
|
|
10338
|
+
"VStepper/mobile-breakpoint": {
|
|
10339
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10340
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
10285
10341
|
},
|
|
10286
10342
|
"VStepper/model-value": {
|
|
10287
10343
|
"type": "any\n",
|
|
@@ -10479,10 +10535,22 @@
|
|
|
10479
10535
|
"type": "string\n",
|
|
10480
10536
|
"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)."
|
|
10481
10537
|
},
|
|
10538
|
+
"VStepperVertical/complete-icon": {
|
|
10539
|
+
"type": "string\n",
|
|
10540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10541
|
+
},
|
|
10542
|
+
"VStepperVertical/edit-icon": {
|
|
10543
|
+
"type": "string\n",
|
|
10544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10545
|
+
},
|
|
10482
10546
|
"VStepperVertical/editable": {
|
|
10483
10547
|
"type": "boolean\n",
|
|
10484
10548
|
"description": "Marks step as editable."
|
|
10485
10549
|
},
|
|
10550
|
+
"VStepperVertical/error-icon": {
|
|
10551
|
+
"type": "string\n",
|
|
10552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Stepper.json))"
|
|
10553
|
+
},
|
|
10486
10554
|
"VStepperVertical/hide-actions": {
|
|
10487
10555
|
"type": "boolean\n",
|
|
10488
10556
|
"description": "Hide actions bar (prev and next buttons)."
|
|
@@ -10503,13 +10571,17 @@
|
|
|
10503
10571
|
"type": "any\n",
|
|
10504
10572
|
"description": "Controls the opened/closed state of content."
|
|
10505
10573
|
},
|
|
10574
|
+
"VStepperVertical/non-linear": {
|
|
10575
|
+
"type": "boolean\n",
|
|
10576
|
+
"description": "Allow user to jump to any step."
|
|
10577
|
+
},
|
|
10506
10578
|
"VStepperVertical/mobile": {
|
|
10507
10579
|
"type": "boolean\n",
|
|
10508
10580
|
"description": "Forces the stepper into a mobile state, removing labels from stepper items."
|
|
10509
10581
|
},
|
|
10510
|
-
"VStepperVertical/
|
|
10511
|
-
"type": "
|
|
10512
|
-
"description": "
|
|
10582
|
+
"VStepperVertical/mobile-breakpoint": {
|
|
10583
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10584
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
|
10513
10585
|
},
|
|
10514
10586
|
"VStepperVertical/model-value": {
|
|
10515
10587
|
"type": "any\n",
|
|
@@ -11193,7 +11265,7 @@
|
|
|
11193
11265
|
},
|
|
11194
11266
|
"VTabs/items": {
|
|
11195
11267
|
"type": "(string | number | Record<string, any>)[]\n",
|
|
11196
|
-
"description": "The items to display in the component. This can be an array of strings or objects with a property `
|
|
11268
|
+
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
|
11197
11269
|
},
|
|
11198
11270
|
"VTabs/stacked": {
|
|
11199
11271
|
"type": "boolean\n",
|
|
@@ -12427,6 +12499,10 @@
|
|
|
12427
12499
|
"type": "unknown[]\n",
|
|
12428
12500
|
"description": "An array of items used to build the treeview."
|
|
12429
12501
|
},
|
|
12502
|
+
"VTreeview/select-strategy": {
|
|
12503
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
|
|
12504
|
+
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
|
12505
|
+
},
|
|
12430
12506
|
"VTreeview/base-color": {
|
|
12431
12507
|
"type": "string\n",
|
|
12432
12508
|
"description": "Sets the color of component when not focused."
|
|
@@ -12487,10 +12563,6 @@
|
|
|
12487
12563
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
|
12488
12564
|
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
|
12489
12565
|
},
|
|
12490
|
-
"VTreeview/select-strategy": {
|
|
12491
|
-
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
|
|
12492
|
-
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
|
12493
|
-
},
|
|
12494
12566
|
"VTreeview/open-strategy": {
|
|
12495
12567
|
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
|
|
12496
12568
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
|
|
@@ -24,18 +24,6 @@
|
|
|
24
24
|
"from": "labs/VCalendar/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"VTimePicker": {
|
|
28
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VTimePickerClock": {
|
|
32
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VTimePickerControls": {
|
|
36
|
-
"from": "labs/VTimePicker/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
27
|
"VStepperVertical": {
|
|
40
28
|
"from": "labs/VStepperVertical/index.mjs",
|
|
41
29
|
"styles": []
|
|
@@ -60,6 +48,18 @@
|
|
|
60
48
|
"from": "labs/VNumberInput/index.mjs",
|
|
61
49
|
"styles": []
|
|
62
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
63
|
"VTreeview": {
|
|
64
64
|
"from": "labs/VTreeview/index.mjs",
|
|
65
65
|
"styles": []
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
"from": "labs/VTreeview/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
+
"VSnackbarQueue": {
|
|
76
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
75
79
|
"VDateInput": {
|
|
76
80
|
"from": "labs/VDateInput/index.mjs",
|
|
77
81
|
"styles": []
|
|
@@ -79,10 +83,6 @@
|
|
|
79
83
|
"VPullToRefresh": {
|
|
80
84
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
81
85
|
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VSnackbarQueue": {
|
|
84
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|