@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.8-master.2024-05-30

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +2 -10
  2. package/dist/json/attributes.json +44 -12
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +118 -118
  5. package/dist/json/tags.json +8 -0
  6. package/dist/json/web-types.json +117 -45
  7. package/dist/vuetify-labs.css +1826 -1823
  8. package/dist/vuetify-labs.d.ts +528 -1392
  9. package/dist/vuetify-labs.esm.js +145 -43
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +145 -43
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +849 -846
  14. package/dist/vuetify.d.ts +423 -1127
  15. package/dist/vuetify.esm.js +41 -12
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +41 -12
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -16
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +102 -336
  23. package/lib/components/VCombobox/index.d.mts +102 -336
  24. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  25. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  26. package/lib/components/VDivider/VDivider.mjs +1 -1
  27. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  28. package/lib/components/VList/VList.mjs +3 -1
  29. package/lib/components/VList/VList.mjs.map +1 -1
  30. package/lib/components/VList/VListGroup.mjs +1 -0
  31. package/lib/components/VList/VListGroup.mjs.map +1 -1
  32. package/lib/components/VList/VListItem.css +2 -2
  33. package/lib/components/VList/VListItem.mjs +2 -0
  34. package/lib/components/VList/VListItem.mjs.map +1 -1
  35. package/lib/components/VList/VListItem.sass +1 -1
  36. package/lib/components/VList/index.d.mts +52 -66
  37. package/lib/components/VSelect/index.d.mts +102 -336
  38. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
  39. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  40. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  41. package/lib/components/VSnackbar/VSnackbar.sass +1 -1
  42. package/lib/components/VStepper/VStepper.mjs +18 -4
  43. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  44. package/lib/components/VStepper/VStepperItem.css +3 -0
  45. package/lib/components/VStepper/VStepperItem.sass +3 -0
  46. package/lib/components/VStepper/index.d.mts +43 -9
  47. package/lib/components/VTabs/VTabs.mjs +2 -2
  48. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  49. package/lib/components/index.d.mts +379 -1083
  50. package/lib/composables/filter.mjs +1 -1
  51. package/lib/composables/filter.mjs.map +1 -1
  52. package/lib/entry-bundler.mjs +1 -1
  53. package/lib/framework.mjs +1 -1
  54. package/lib/index.d.mts +44 -44
  55. package/lib/labs/VStepperVertical/index.d.mts +43 -9
  56. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  57. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  58. package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
  59. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  60. package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
  61. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  62. package/lib/labs/VTreeview/index.d.mts +110 -300
  63. package/lib/labs/components.d.mts +3402 -3558
  64. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.7-master.2024-05-28...v) (2024-05-28)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-05-30...v) (2024-05-30)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.7-master.2024-05-28](https://github.com/vuetifyjs/vuetify/compare/v3.6.7...v3.6.7-master.2024-05-28) (2024-05-28)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **flex:** add missing flex-x-x-0 classes ([a23dece](https://github.com/vuetifyjs/vuetify/commit/a23dece86fe666f15c74e304f65bbdd1ce13cefc))
11
- * remove circular imports ([957b4bc](https://github.com/vuetifyjs/vuetify/commit/957b4bc1cc8f870ba155e37be2dca6d5de4e588a)), closes [#19852](https://github.com/vuetifyjs/vuetify/issues/19852)
12
- * **VNumberInput:** disable up/down controls for readonly state ([#19906](https://github.com/vuetifyjs/vuetify/issues/19906)) ([4ceaaa5](https://github.com/vuetifyjs/vuetify/commit/4ceaaa5bc060b32c4b4077174f26a6dc9f236d2f))
13
- * **VSlider:** add missing aria-label ([#19887](https://github.com/vuetifyjs/vuetify/issues/19887)) ([e46a98d](https://github.com/vuetifyjs/vuetify/commit/e46a98db5be9ae899b7e31236b10de263fdd32e8))
5
+ ## [3.6.8-master.2024-05-30](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.8-master.2024-05-30) (2024-05-30)
14
6
 
15
7
 
16
8
 
@@ -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-header` API](/api/v-data-table-header) for more information."
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",
@@ -10295,10 +10295,22 @@
10295
10295
  "type": "string\n",
10296
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)."
10297
10297
  },
10298
+ "VStepper/complete-icon": {
10299
+ "type": "string\n",
10300
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/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/master/packages/api-generator/src/locale/en/Stepper.json))"
10305
+ },
10298
10306
  "VStepper/editable": {
10299
10307
  "type": "boolean\n",
10300
10308
  "description": "Marks step as editable."
10301
10309
  },
10310
+ "VStepper/error-icon": {
10311
+ "type": "string\n",
10312
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10313
+ },
10302
10314
  "VStepper/hide-actions": {
10303
10315
  "type": "boolean\n",
10304
10316
  "description": "Hide actions bar (prev and next buttons)."
@@ -10315,13 +10327,17 @@
10315
10327
  "type": "string\n",
10316
10328
  "description": "Property on supplied `items` that contains its value."
10317
10329
  },
10330
+ "VStepper/non-linear": {
10331
+ "type": "boolean\n",
10332
+ "description": "Allow user to jump to any step."
10333
+ },
10318
10334
  "VStepper/mobile": {
10319
10335
  "type": "boolean\n",
10320
10336
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
10321
10337
  },
10322
- "VStepper/non-linear": {
10323
- "type": "boolean\n",
10324
- "description": "Allow user to jump to any step."
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."
10325
10341
  },
10326
10342
  "VStepper/model-value": {
10327
10343
  "type": "any\n",
@@ -10519,10 +10535,22 @@
10519
10535
  "type": "string\n",
10520
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)."
10521
10537
  },
10538
+ "VStepperVertical/complete-icon": {
10539
+ "type": "string\n",
10540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/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/master/packages/api-generator/src/locale/en/Stepper.json))"
10545
+ },
10522
10546
  "VStepperVertical/editable": {
10523
10547
  "type": "boolean\n",
10524
10548
  "description": "Marks step as editable."
10525
10549
  },
10550
+ "VStepperVertical/error-icon": {
10551
+ "type": "string\n",
10552
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10553
+ },
10526
10554
  "VStepperVertical/hide-actions": {
10527
10555
  "type": "boolean\n",
10528
10556
  "description": "Hide actions bar (prev and next buttons)."
@@ -10543,13 +10571,17 @@
10543
10571
  "type": "any\n",
10544
10572
  "description": "Controls the opened/closed state of content."
10545
10573
  },
10574
+ "VStepperVertical/non-linear": {
10575
+ "type": "boolean\n",
10576
+ "description": "Allow user to jump to any step."
10577
+ },
10546
10578
  "VStepperVertical/mobile": {
10547
10579
  "type": "boolean\n",
10548
10580
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
10549
10581
  },
10550
- "VStepperVertical/non-linear": {
10551
- "type": "boolean\n",
10552
- "description": "Allow user to jump to any step."
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."
10553
10585
  },
10554
10586
  "VStepperVertical/model-value": {
10555
10587
  "type": "any\n",
@@ -11233,7 +11265,7 @@
11233
11265
  },
11234
11266
  "VTabs/items": {
11235
11267
  "type": "(string | number | Record<string, any>)[]\n",
11236
- "description": "The items to display in the component. This can be an array of strings or objects with a property `title`."
11268
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
11237
11269
  },
11238
11270
  "VTabs/stacked": {
11239
11271
  "type": "boolean\n",
@@ -12467,6 +12499,10 @@
12467
12499
  "type": "unknown[]\n",
12468
12500
  "description": "An array of items used to build the treeview."
12469
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
+ },
12470
12506
  "VTreeview/base-color": {
12471
12507
  "type": "string\n",
12472
12508
  "description": "Sets the color of component when not focused."
@@ -12527,10 +12563,6 @@
12527
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",
12528
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."
12529
12565
  },
12530
- "VTreeview/select-strategy": {
12531
- "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",
12532
- "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."
12533
- },
12534
12566
  "VTreeview/open-strategy": {
12535
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",
12536
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."
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar/index.mjs",
5
9
  "styles": []
@@ -24,16 +28,16 @@
24
28
  "from": "labs/VCalendar/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VStepperVertical": {
28
- "from": "labs/VStepperVertical/index.mjs",
31
+ "VTimePicker": {
32
+ "from": "labs/VTimePicker/index.mjs",
29
33
  "styles": []
30
34
  },
31
- "VStepperVerticalItem": {
32
- "from": "labs/VStepperVertical/index.mjs",
35
+ "VTimePickerClock": {
36
+ "from": "labs/VTimePicker/index.mjs",
33
37
  "styles": []
34
38
  },
35
- "VStepperVerticalActions": {
36
- "from": "labs/VStepperVertical/index.mjs",
39
+ "VTimePickerControls": {
40
+ "from": "labs/VTimePicker/index.mjs",
37
41
  "styles": []
38
42
  },
39
43
  "VPicker": {
@@ -44,45 +48,41 @@
44
48
  "from": "labs/VPicker/index.mjs",
45
49
  "styles": []
46
50
  },
47
- "VTreeview": {
48
- "from": "labs/VTreeview/index.mjs",
49
- "styles": []
50
- },
51
- "VTreeviewItem": {
52
- "from": "labs/VTreeview/index.mjs",
51
+ "VStepperVertical": {
52
+ "from": "labs/VStepperVertical/index.mjs",
53
53
  "styles": []
54
54
  },
55
- "VTreeviewGroup": {
56
- "from": "labs/VTreeview/index.mjs",
55
+ "VStepperVerticalItem": {
56
+ "from": "labs/VStepperVertical/index.mjs",
57
57
  "styles": []
58
58
  },
59
- "VNumberInput": {
60
- "from": "labs/VNumberInput/index.mjs",
59
+ "VStepperVerticalActions": {
60
+ "from": "labs/VStepperVertical/index.mjs",
61
61
  "styles": []
62
62
  },
63
- "VTimePicker": {
64
- "from": "labs/VTimePicker/index.mjs",
63
+ "VTreeview": {
64
+ "from": "labs/VTreeview/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VTimePickerClock": {
68
- "from": "labs/VTimePicker/index.mjs",
67
+ "VTreeviewItem": {
68
+ "from": "labs/VTreeview/index.mjs",
69
69
  "styles": []
70
70
  },
71
- "VTimePickerControls": {
72
- "from": "labs/VTimePicker/index.mjs",
71
+ "VTreeviewGroup": {
72
+ "from": "labs/VTreeview/index.mjs",
73
73
  "styles": []
74
74
  },
75
75
  "VDateInput": {
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }