@vuetify/nightly 3.5.14-dev.2024-04-07 → 3.5.14-dev.2024-04-09
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 +5 -2
- package/dist/json/attributes.json +32 -4
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +7 -0
- package/dist/json/web-types.json +334 -271
- package/dist/vuetify-labs.css +2675 -2661
- package/dist/vuetify-labs.d.ts +235 -150
- package/dist/vuetify-labs.esm.js +40 -20
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -20
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +845 -831
- package/dist/vuetify.d.ts +250 -171
- package/dist/vuetify.esm.js +40 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +248 -247
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +18 -18
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +6 -0
- package/lib/components/VBtn/VBtn.mjs +15 -8
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs +2 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +6 -0
- package/lib/components/VBtnToggle/index.d.mts +6 -0
- package/lib/components/VCheckbox/index.d.mts +10 -10
- package/lib/components/VCombobox/index.d.mts +18 -18
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.css +14 -0
- package/lib/components/VDataTable/VDataTable.sass +8 -0
- package/lib/components/VDataTable/VDataTableColumn.mjs +6 -2
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +3 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +8 -7
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +31 -0
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VOtpInput/index.d.mts +6 -6
- package/lib/components/VRadio/index.d.mts +4 -4
- package/lib/components/VSelect/index.d.mts +18 -18
- package/lib/components/VSelectionControl/index.d.mts +4 -4
- package/lib/components/VSwitch/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -19
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/index.d.mts +207 -128
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VFab/index.d.mts +6 -0
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +28 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.14-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.14-dev.2024-04-09...v) (2024-04-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.14-dev.2024-04-
|
|
5
|
+
## [3.5.14-dev.2024-04-09](https://github.com/vuetifyjs/vuetify/compare/v3.5.14...v3.5.14-dev.2024-04-09) (2024-04-09)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
* **borders:** set border width with rounded composable ([309de63](https://github.com/vuetifyjs/vuetify/commit/309de637deec62e203b797f0104c61a3974af6fc))
|
|
11
11
|
* **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
|
|
12
12
|
* **locale:** add missing Lithuanian translations ([#19536](https://github.com/vuetifyjs/vuetify/issues/19536)) ([53202ff](https://github.com/vuetifyjs/vuetify/commit/53202ff4229d338f1f6680ea68139461cab064ef))
|
|
13
|
+
* **VDataTable:** add new prop to wrap text when use maxWidth ([#18961](https://github.com/vuetifyjs/vuetify/issues/18961)) ([dd929f5](https://github.com/vuetifyjs/vuetify/commit/dd929f5e52ff2a8a70c2df944c787b64a90335dd)), closes [#18862](https://github.com/vuetifyjs/vuetify/issues/18862)
|
|
13
14
|
* **VDataTableFooter:** dont apply i18n to numbers ([#18980](https://github.com/vuetifyjs/vuetify/issues/18980)) ([8e1f56e](https://github.com/vuetifyjs/vuetify/commit/8e1f56e7f7cec212f95a9fe991960107be7093e4)), closes [#18978](https://github.com/vuetifyjs/vuetify/issues/18978)
|
|
15
|
+
* **VDataTable:** selection duplication ([#18908](https://github.com/vuetifyjs/vuetify/issues/18908)) ([9745cd1](https://github.com/vuetifyjs/vuetify/commit/9745cd12f878465483d92d7ac0ffc1feceb35355)), closes [#18877](https://github.com/vuetifyjs/vuetify/issues/18877)
|
|
14
16
|
* **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
|
|
15
17
|
* **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
|
|
16
18
|
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
24
26
|
* **transitions:** add root variable ([#19120](https://github.com/vuetifyjs/vuetify/issues/19120)) ([f1735a5](https://github.com/vuetifyjs/vuetify/commit/f1735a5aa08fb3e82c66c034469380af724fb7db)), closes [#6470](https://github.com/vuetifyjs/vuetify/issues/6470)
|
|
25
27
|
* **utilities:** add new classes ([a3ff4eb](https://github.com/vuetifyjs/vuetify/commit/a3ff4ebe0816d61085b32a1d9a195458891dfb39)), closes [#9243](https://github.com/vuetifyjs/vuetify/issues/9243)
|
|
28
|
+
* **VBtnGroup/VBottomNavigation:** add baseColor prop ([#19088](https://github.com/vuetifyjs/vuetify/issues/19088)) ([4e84c67](https://github.com/vuetifyjs/vuetify/commit/4e84c67246d3d2f7364b9f843c67178e3486ccdd)), closes [#17042](https://github.com/vuetifyjs/vuetify/issues/17042)
|
|
26
29
|
* **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
|
|
27
30
|
* **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
|
|
28
31
|
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
@@ -231,6 +231,10 @@
|
|
|
231
231
|
"type": "boolean\n",
|
|
232
232
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
233
233
|
},
|
|
234
|
+
"VAppBarNavIcon/base-color": {
|
|
235
|
+
"type": "string\n",
|
|
236
|
+
"description": "Sets the color of component when not focused."
|
|
237
|
+
},
|
|
234
238
|
"VAppBarNavIcon/prepend-icon": {
|
|
235
239
|
"type": "any\n",
|
|
236
240
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -931,6 +935,10 @@
|
|
|
931
935
|
"type": "string\n",
|
|
932
936
|
"description": "Specify a custom tag used on the root element."
|
|
933
937
|
},
|
|
938
|
+
"VBottomNavigation/base-color": {
|
|
939
|
+
"type": "string\n",
|
|
940
|
+
"description": "Sets the color of component when not focused."
|
|
941
|
+
},
|
|
934
942
|
"VBottomNavigation/bg-color": {
|
|
935
943
|
"type": "string\n",
|
|
936
944
|
"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)."
|
|
@@ -1287,6 +1295,10 @@
|
|
|
1287
1295
|
"type": "boolean\n",
|
|
1288
1296
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
1289
1297
|
},
|
|
1298
|
+
"VBtn/base-color": {
|
|
1299
|
+
"type": "string\n",
|
|
1300
|
+
"description": "Sets the color of component when not focused."
|
|
1301
|
+
},
|
|
1290
1302
|
"VBtn/prepend-icon": {
|
|
1291
1303
|
"type": "any\n",
|
|
1292
1304
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -1423,6 +1435,10 @@
|
|
|
1423
1435
|
"type": "any\n",
|
|
1424
1436
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
|
1425
1437
|
},
|
|
1438
|
+
"VBtnGroup/base-color": {
|
|
1439
|
+
"type": "string\n",
|
|
1440
|
+
"description": "Sets the color of component when not focused."
|
|
1441
|
+
},
|
|
1426
1442
|
"VBtnGroup/divided": {
|
|
1427
1443
|
"type": "boolean\n",
|
|
1428
1444
|
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
@@ -1463,6 +1479,10 @@
|
|
|
1463
1479
|
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
|
|
1464
1480
|
"description": "Applies a distinct style to the component."
|
|
1465
1481
|
},
|
|
1482
|
+
"VBtnToggle/base-color": {
|
|
1483
|
+
"type": "string\n",
|
|
1484
|
+
"description": "Sets the color of component when not focused."
|
|
1485
|
+
},
|
|
1466
1486
|
"VBtnToggle/divided": {
|
|
1467
1487
|
"type": "boolean\n",
|
|
1468
1488
|
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
@@ -3296,7 +3316,7 @@
|
|
|
3296
3316
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
3297
3317
|
},
|
|
3298
3318
|
"VDataTable/headers": {
|
|
3299
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3319
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3300
3320
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3301
3321
|
},
|
|
3302
3322
|
"VDataTable/page": {
|
|
@@ -3560,7 +3580,7 @@
|
|
|
3560
3580
|
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
3561
3581
|
},
|
|
3562
3582
|
"VDataTableRows/items": {
|
|
3563
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
3583
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L45-L51\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3564
3584
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3565
3585
|
},
|
|
3566
3586
|
"VDataTableRows/no-data-text": {
|
|
@@ -3588,7 +3608,7 @@
|
|
|
3588
3608
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
3589
3609
|
},
|
|
3590
3610
|
"VDataTableServer/headers": {
|
|
3591
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3611
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3592
3612
|
"description": "An array of objects that each describe a header column."
|
|
3593
3613
|
},
|
|
3594
3614
|
"VDataTableServer/items-length": {
|
|
@@ -3792,7 +3812,7 @@
|
|
|
3792
3812
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3793
3813
|
},
|
|
3794
3814
|
"VDataTableVirtual/headers": {
|
|
3795
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3815
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3796
3816
|
"description": "An array of objects that each describe a header column."
|
|
3797
3817
|
},
|
|
3798
3818
|
"VDataTableVirtual/loading": {
|
|
@@ -4863,6 +4883,10 @@
|
|
|
4863
4883
|
"type": "boolean\n",
|
|
4864
4884
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
4865
4885
|
},
|
|
4886
|
+
"VFab/base-color": {
|
|
4887
|
+
"type": "string\n",
|
|
4888
|
+
"description": "Sets the color of component when not focused."
|
|
4889
|
+
},
|
|
4866
4890
|
"VFab/prepend-icon": {
|
|
4867
4891
|
"type": "any\n",
|
|
4868
4892
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -9735,6 +9759,10 @@
|
|
|
9735
9759
|
"type": "'horizontal' | 'vertical'\n",
|
|
9736
9760
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
9737
9761
|
},
|
|
9762
|
+
"VTab/base-color": {
|
|
9763
|
+
"type": "string\n",
|
|
9764
|
+
"description": "Sets the color of component when not focused."
|
|
9765
|
+
},
|
|
9738
9766
|
"VTab/prepend-icon": {
|
|
9739
9767
|
"type": "any\n",
|
|
9740
9768
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VEmptyState": {
|
|
4
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -28,12 +24,8 @@
|
|
|
28
24
|
"from": "labs/VCalendar/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VNumberInput": {
|
|
36
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
27
|
+
"VEmptyState": {
|
|
28
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VPicker": {
|
|
@@ -56,18 +48,26 @@
|
|
|
56
48
|
"from": "labs/VTimePicker/index.mjs",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
51
|
+
"VNumberInput": {
|
|
52
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
55
|
+
"VFab": {
|
|
56
|
+
"from": "labs/VFab/index.mjs",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VConfirmEdit": {
|
|
60
|
+
"from": "labs/VConfirmEdit/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
63
|
"VSparkline": {
|
|
68
64
|
"from": "labs/VSparkline/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
67
|
+
"VSpeedDial": {
|
|
68
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VTreeview": {
|
|
72
72
|
"from": "labs/VTreeview/index.mjs",
|
|
73
73
|
"styles": []
|