@vuetify/nightly 3.5.4-master.2024-02-21 → 3.5.5-master.2024-02-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -19
- package/dist/json/attributes.json +79 -3
- package/dist/json/importMap-labs.json +12 -8
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +24 -0
- package/dist/json/web-types.json +229 -4
- package/dist/vuetify-labs.css +1944 -1923
- package/dist/vuetify-labs.d.ts +727 -122
- package/dist/vuetify-labs.esm.js +510 -48
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +510 -48
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +799 -778
- package/dist/vuetify.d.ts +398 -159
- package/dist/vuetify.esm.js +76 -47
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +76 -47
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +605 -602
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +3 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +355 -117
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
- package/lib/components/VDatePicker/VDatePicker.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/VDatePickerMonths.mjs +6 -3
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +4 -4
- package/lib/components/VField/VField.css +20 -1
- package/lib/components/VField/VField.sass +19 -1
- package/lib/components/VList/VListItem.css +2 -1
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +2 -1
- package/lib/components/VMenu/VMenu.mjs +5 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +4 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.css +1 -0
- package/lib/components/VTooltip/VTooltip.sass +1 -0
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/index.d.mts +359 -121
- package/lib/composables/icons.mjs +17 -13
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -38
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VSparkline/VBarline.mjs +138 -0
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
- package/lib/labs/VSparkline/VSparkline.mjs +49 -0
- package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
- package/lib/labs/VSparkline/VTrendline.mjs +143 -0
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/labs/VSparkline/index.d.mts +374 -0
- package/lib/labs/VSparkline/index.mjs +2 -0
- package/lib/labs/VSparkline/index.mjs.map +1 -0
- package/lib/labs/VSparkline/util/line.mjs +52 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -0
- package/lib/labs/VSparkline/util/path.mjs +60 -0
- package/lib/labs/VSparkline/util/path.mjs.map +1 -0
- package/lib/labs/components.d.mts +367 -1
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.5-master.2024-02-22...v) (2024-02-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **goto:** retry unreachable target ([#19128](https://github.com/vuetifyjs/vuetify/issues/19128)) ([b146397](https://github.com/vuetifyjs/vuetify/commit/b1463977924cc3a5023e87e029fdd3f106fb5b3b))
|
|
11
|
-
* **rounded:** add missing tile prop ([e33ae9f](https://github.com/vuetifyjs/vuetify/commit/e33ae9f8d1e758edf9cde84f1f417a93793d2c34))
|
|
12
|
-
* **VDataTableHeaders:** add missing type export ([a163956](https://github.com/vuetifyjs/vuetify/commit/a16395673674ac7e86ddb206841dd551974acecf))
|
|
13
|
-
* **VDatePicker:** height and element sizing ([67bd7d5](https://github.com/vuetifyjs/vuetify/commit/67bd7d5795bdb379e32b8b63c52bcbfbd9651a8f)), closes [#19202](https://github.com/vuetifyjs/vuetify/issues/19202)
|
|
14
|
-
* **VDatePickerMonth:** day btn sizing ([ceef1f2](https://github.com/vuetifyjs/vuetify/commit/ceef1f26bb803633e835260364b3c5245bc5df14))
|
|
15
|
-
* **VExpansionPanels:** add missing flat prop ([76147a7](https://github.com/vuetifyjs/vuetify/commit/76147a7c46cb22bb8459322e9210c65e3ac9769c))
|
|
16
|
-
* **VExpansionPanels:** add missing tile prop ([090736d](https://github.com/vuetifyjs/vuetify/commit/090736d7a64e3bcd24ebdb3ae46b12c51a5000c3))
|
|
17
|
-
* **VExpansionPanels:** correct static prop defaults target ([f5c0f7b](https://github.com/vuetifyjs/vuetify/commit/f5c0f7b08e7134e72199d68ab4605854d0d9cf09))
|
|
18
|
-
* **VFileInput:** don't emit control click when clicking prepend ([389372c](https://github.com/vuetifyjs/vuetify/commit/389372c3bcbd481b23d94bf5ed7b2f8d9364fe3a)), closes [#19232](https://github.com/vuetifyjs/vuetify/issues/19232)
|
|
19
|
-
* **VForm:** batch validation updates ([07d91b2](https://github.com/vuetifyjs/vuetify/commit/07d91b29402953b16a23c36bfb85ba7d219e3270)), closes [#19161](https://github.com/vuetifyjs/vuetify/issues/19161)
|
|
20
|
-
* **VIcon:** remove tag attribute from fa-svg ([4923e53](https://github.com/vuetifyjs/vuetify/commit/4923e531488ca9c05880d983525c5ac742e97633)), closes [#19148](https://github.com/vuetifyjs/vuetify/issues/19148)
|
|
21
|
-
* **VTabs:** animate tab indicator when switching to next ([72a2194](https://github.com/vuetifyjs/vuetify/commit/72a219438a209643a6453125a0f642c625344958)), closes [#18892](https://github.com/vuetifyjs/vuetify/issues/18892)
|
|
22
|
-
* **VVirtualScroll:** reset scroll velocity when height changes ([cb62963](https://github.com/vuetifyjs/vuetify/commit/cb629635f437f3921b4ea7de72f9f56a5c3658ab)), closes [#18918](https://github.com/vuetifyjs/vuetify/issues/18918)
|
|
5
|
+
## [3.5.5-master.2024-02-22](https://github.com/vuetifyjs/vuetify/compare/v3.5.5...v3.5.5-master.2024-02-22) (2024-02-22)
|
|
23
6
|
|
|
24
7
|
|
|
25
8
|
|
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
"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
3297
|
},
|
|
3298
3298
|
"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
|
|
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",
|
|
3300
3300
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3301
3301
|
},
|
|
3302
3302
|
"VDataTable/page": {
|
|
@@ -3560,7 +3560,7 @@
|
|
|
3560
3560
|
"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."
|
|
3561
3561
|
},
|
|
3562
3562
|
"VDataTableServer/headers": {
|
|
3563
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey
|
|
3563
|
+
"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",
|
|
3564
3564
|
"description": "An array of objects that each describe a header column."
|
|
3565
3565
|
},
|
|
3566
3566
|
"VDataTableServer/items-length": {
|
|
@@ -3764,7 +3764,7 @@
|
|
|
3764
3764
|
"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."
|
|
3765
3765
|
},
|
|
3766
3766
|
"VDataTableVirtual/headers": {
|
|
3767
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey
|
|
3767
|
+
"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",
|
|
3768
3768
|
"description": "An array of objects that each describe a header column."
|
|
3769
3769
|
},
|
|
3770
3770
|
"VDataTableVirtual/loading": {
|
|
@@ -8487,6 +8487,82 @@
|
|
|
8487
8487
|
"type": "string\n",
|
|
8488
8488
|
"description": "Specify a custom tag used on the root element."
|
|
8489
8489
|
},
|
|
8490
|
+
"VSparkline/type": {
|
|
8491
|
+
"type": "'trend' | 'bar'\n",
|
|
8492
|
+
"description": "Choose between a trendline or bars."
|
|
8493
|
+
},
|
|
8494
|
+
"VSparkline/auto-line-width": {
|
|
8495
|
+
"type": "boolean\n",
|
|
8496
|
+
"description": "Automatically expand bars to use space efficiently."
|
|
8497
|
+
},
|
|
8498
|
+
"VSparkline/auto-draw": {
|
|
8499
|
+
"type": "boolean\n",
|
|
8500
|
+
"description": "Trace the length of the line when first rendered."
|
|
8501
|
+
},
|
|
8502
|
+
"VSparkline/auto-draw-duration": {
|
|
8503
|
+
"type": "string | number\n",
|
|
8504
|
+
"description": "Amount of time (in ms) to run the trace animation."
|
|
8505
|
+
},
|
|
8506
|
+
"VSparkline/auto-draw-easing": {
|
|
8507
|
+
"type": "string\n",
|
|
8508
|
+
"description": "The easing function to use for the trace animation."
|
|
8509
|
+
},
|
|
8510
|
+
"VSparkline/color": {
|
|
8511
|
+
"type": "string\n",
|
|
8512
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
|
|
8513
|
+
},
|
|
8514
|
+
"VSparkline/gradient": {
|
|
8515
|
+
"type": "string[]\n",
|
|
8516
|
+
"description": "An array of colors to use as a linear-gradient."
|
|
8517
|
+
},
|
|
8518
|
+
"VSparkline/gradient-direction": {
|
|
8519
|
+
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
|
8520
|
+
"description": "The direction the gradient should run."
|
|
8521
|
+
},
|
|
8522
|
+
"VSparkline/height": {
|
|
8523
|
+
"type": "string | number\n",
|
|
8524
|
+
"description": "Height of the SVG trendline or bars."
|
|
8525
|
+
},
|
|
8526
|
+
"VSparkline/labels": {
|
|
8527
|
+
"type": "(number | { value: number })[]\n",
|
|
8528
|
+
"description": "An array of string labels that correspond to the same index as its data counterpart."
|
|
8529
|
+
},
|
|
8530
|
+
"VSparkline/label-size": {
|
|
8531
|
+
"type": "string | number\n",
|
|
8532
|
+
"description": "The label font size."
|
|
8533
|
+
},
|
|
8534
|
+
"VSparkline/line-width": {
|
|
8535
|
+
"type": "string | number\n",
|
|
8536
|
+
"description": "The thickness of the line, in px."
|
|
8537
|
+
},
|
|
8538
|
+
"VSparkline/id": {
|
|
8539
|
+
"type": "string\n",
|
|
8540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
|
|
8541
|
+
},
|
|
8542
|
+
"VSparkline/model-value": {
|
|
8543
|
+
"type": "(number | { value: number })[]\n",
|
|
8544
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8545
|
+
},
|
|
8546
|
+
"VSparkline/padding": {
|
|
8547
|
+
"type": "string | number\n",
|
|
8548
|
+
"description": "Low `smooth` or high `line-width` values may result in cropping, increase padding to compensate."
|
|
8549
|
+
},
|
|
8550
|
+
"VSparkline/show-labels": {
|
|
8551
|
+
"type": "boolean\n",
|
|
8552
|
+
"description": "Show labels below each data point."
|
|
8553
|
+
},
|
|
8554
|
+
"VSparkline/smooth": {
|
|
8555
|
+
"type": "boolean\n",
|
|
8556
|
+
"description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
|
|
8557
|
+
},
|
|
8558
|
+
"VSparkline/width": {
|
|
8559
|
+
"type": "string | number\n",
|
|
8560
|
+
"description": "Width of the SVG trendline or bars."
|
|
8561
|
+
},
|
|
8562
|
+
"VSparkline/fill": {
|
|
8563
|
+
"type": "boolean\n",
|
|
8564
|
+
"description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
|
|
8565
|
+
},
|
|
8490
8566
|
"VStepper/flat": {
|
|
8491
8567
|
"type": "boolean\n",
|
|
8492
8568
|
"description": "Removes the stepper's elevation."
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VPicker": {
|
|
4
|
+
"from": "labs/VPicker/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPickerTitle": {
|
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VCalendar": {
|
|
4
12
|
"from": "labs/VCalendar/index.mjs",
|
|
5
13
|
"styles": []
|
|
@@ -24,17 +32,13 @@
|
|
|
24
32
|
"from": "labs/VCalendar/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VPicker": {
|
|
28
|
-
"from": "labs/VPicker/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VPickerTitle": {
|
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VConfirmEdit": {
|
|
36
36
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VSparkline": {
|
|
40
|
+
"from": "labs/VSparkline/index.mjs",
|
|
41
|
+
"styles": []
|
|
38
42
|
}
|
|
39
43
|
}
|
|
40
44
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAppBar": {
|
|
4
|
+
"from": "components/VAppBar/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAppBarNavIcon": {
|
|
8
|
+
"from": "components/VAppBar/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAppBarTitle": {
|
|
12
|
+
"from": "components/VAppBar/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
3
15
|
"VApp": {
|
|
4
16
|
"from": "components/VApp/index.mjs",
|
|
5
17
|
"styles": []
|
|
@@ -20,10 +32,6 @@
|
|
|
20
32
|
"from": "components/VAvatar/index.mjs",
|
|
21
33
|
"styles": []
|
|
22
34
|
},
|
|
23
|
-
"VBadge": {
|
|
24
|
-
"from": "components/VBadge/index.mjs",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
35
|
"VBanner": {
|
|
28
36
|
"from": "components/VBanner/index.mjs",
|
|
29
37
|
"styles": []
|
|
@@ -40,52 +48,36 @@
|
|
|
40
48
|
"from": "components/VBottomNavigation/index.mjs",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBreadcrumbsItem": {
|
|
48
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBreadcrumbsDivider": {
|
|
52
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
55
|
"VBottomSheet": {
|
|
56
56
|
"from": "components/VBottomSheet/index.mjs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"VBtn": {
|
|
60
|
-
"from": "components/VBtn/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBtnGroup": {
|
|
64
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
59
|
"VBtnToggle": {
|
|
68
60
|
"from": "components/VBtnToggle/index.mjs",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbs": {
|
|
64
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsItem": {
|
|
68
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsDivider": {
|
|
72
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
79
|
+
"VBtn": {
|
|
80
|
+
"from": "components/VBtn/index.mjs",
|
|
89
81
|
"styles": []
|
|
90
82
|
},
|
|
91
83
|
"VCard": {
|
|
@@ -112,16 +104,16 @@
|
|
|
112
104
|
"from": "components/VCard/index.mjs",
|
|
113
105
|
"styles": []
|
|
114
106
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
107
|
+
"VChip": {
|
|
108
|
+
"from": "components/VChip/index.mjs",
|
|
117
109
|
"styles": []
|
|
118
110
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
111
|
+
"VCarousel": {
|
|
112
|
+
"from": "components/VCarousel/index.mjs",
|
|
121
113
|
"styles": []
|
|
122
114
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
115
|
+
"VCarouselItem": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
125
117
|
"styles": []
|
|
126
118
|
},
|
|
127
119
|
"VChipGroup": {
|
|
@@ -132,14 +124,46 @@
|
|
|
132
124
|
"from": "components/VCode/index.mjs",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
|
-
"VCombobox": {
|
|
136
|
-
"from": "components/VCombobox/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
127
|
"VColorPicker": {
|
|
140
128
|
"from": "components/VColorPicker/index.mjs",
|
|
141
129
|
"styles": []
|
|
142
130
|
},
|
|
131
|
+
"VCheckbox": {
|
|
132
|
+
"from": "components/VCheckbox/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCheckboxBtn": {
|
|
136
|
+
"from": "components/VCheckbox/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
|
+
"VDataTable": {
|
|
140
|
+
"from": "components/VDataTable/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VDataTableFooter": {
|
|
144
|
+
"from": "components/VDataTable/index.mjs",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VDataTableRows": {
|
|
148
|
+
"from": "components/VDataTable/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
151
|
+
"VDataTableRow": {
|
|
152
|
+
"from": "components/VDataTable/index.mjs",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDataTableVirtual": {
|
|
156
|
+
"from": "components/VDataTable/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDataTableServer": {
|
|
160
|
+
"from": "components/VDataTable/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VCombobox": {
|
|
164
|
+
"from": "components/VCombobox/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
143
167
|
"VCounter": {
|
|
144
168
|
"from": "components/VCounter/index.mjs",
|
|
145
169
|
"styles": []
|
|
@@ -172,30 +196,6 @@
|
|
|
172
196
|
"from": "components/VDialog/index.mjs",
|
|
173
197
|
"styles": []
|
|
174
198
|
},
|
|
175
|
-
"VDataTable": {
|
|
176
|
-
"from": "components/VDataTable/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableFooter": {
|
|
180
|
-
"from": "components/VDataTable/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableRows": {
|
|
184
|
-
"from": "components/VDataTable/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDataTableRow": {
|
|
188
|
-
"from": "components/VDataTable/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDataTableVirtual": {
|
|
192
|
-
"from": "components/VDataTable/index.mjs",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDataTableServer": {
|
|
196
|
-
"from": "components/VDataTable/index.mjs",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
199
|
"VDivider": {
|
|
200
200
|
"from": "components/VDivider/index.mjs",
|
|
201
201
|
"styles": []
|
|
@@ -232,6 +232,10 @@
|
|
|
232
232
|
"from": "components/VFooter/index.mjs",
|
|
233
233
|
"styles": []
|
|
234
234
|
},
|
|
235
|
+
"VImg": {
|
|
236
|
+
"from": "components/VImg/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
235
239
|
"VIcon": {
|
|
236
240
|
"from": "components/VIcon/index.mjs",
|
|
237
241
|
"styles": []
|
|
@@ -252,18 +256,10 @@
|
|
|
252
256
|
"from": "components/VIcon/index.mjs",
|
|
253
257
|
"styles": []
|
|
254
258
|
},
|
|
255
|
-
"VImg": {
|
|
256
|
-
"from": "components/VImg/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
259
|
"VInfiniteScroll": {
|
|
260
260
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
-
"VInput": {
|
|
264
|
-
"from": "components/VInput/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
263
|
"VItemGroup": {
|
|
268
264
|
"from": "components/VItemGroup/index.mjs",
|
|
269
265
|
"styles": []
|
|
@@ -272,6 +268,14 @@
|
|
|
272
268
|
"from": "components/VItemGroup/index.mjs",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
275
279
|
"VLabel": {
|
|
276
280
|
"from": "components/VLabel/index.mjs",
|
|
277
281
|
"styles": []
|
|
@@ -312,22 +316,22 @@
|
|
|
312
316
|
"from": "components/VList/index.mjs",
|
|
313
317
|
"styles": []
|
|
314
318
|
},
|
|
315
|
-
"VKbd": {
|
|
316
|
-
"from": "components/VKbd/index.mjs",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
319
|
"VMain": {
|
|
320
320
|
"from": "components/VMain/index.mjs",
|
|
321
321
|
"styles": []
|
|
322
322
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
323
|
+
"VNavigationDrawer": {
|
|
324
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
327
|
"VOtpInput": {
|
|
328
328
|
"from": "components/VOtpInput/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
+
"VMenu": {
|
|
332
|
+
"from": "components/VMenu/index.mjs",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
331
335
|
"VMessages": {
|
|
332
336
|
"from": "components/VMessages/index.mjs",
|
|
333
337
|
"styles": []
|
|
@@ -336,18 +340,14 @@
|
|
|
336
340
|
"from": "components/VOverlay/index.mjs",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VProgressCircular": {
|
|
344
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
347
|
"VPagination": {
|
|
344
348
|
"from": "components/VPagination/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"VProgressCircular": {
|
|
348
|
-
"from": "components/VProgressCircular/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
351
|
"VRadioGroup": {
|
|
352
352
|
"from": "components/VRadioGroup/index.mjs",
|
|
353
353
|
"styles": []
|
|
@@ -376,22 +376,10 @@
|
|
|
376
376
|
"from": "components/VSheet/index.mjs",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"VSlider": {
|
|
380
|
-
"from": "components/VSlider/index.mjs",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
379
|
"VSkeletonLoader": {
|
|
384
380
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"VSnackbar": {
|
|
388
|
-
"from": "components/VSnackbar/index.mjs",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VSystemBar": {
|
|
392
|
-
"from": "components/VSystemBar/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
383
|
"VSlideGroup": {
|
|
396
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
397
385
|
"styles": []
|
|
@@ -400,12 +388,20 @@
|
|
|
400
388
|
"from": "components/VSlideGroup/index.mjs",
|
|
401
389
|
"styles": []
|
|
402
390
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
395
|
+
"VSnackbar": {
|
|
396
|
+
"from": "components/VSnackbar/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VTabs": {
|
|
400
|
+
"from": "components/VTabs/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VTab": {
|
|
404
|
+
"from": "components/VTabs/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
411
407
|
"VStepper": {
|
|
@@ -432,18 +428,22 @@
|
|
|
432
428
|
"from": "components/VStepper/index.mjs",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch/index.mjs",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
435
|
+
"VTable": {
|
|
436
|
+
"from": "components/VTable/index.mjs",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
439
|
"VTextField": {
|
|
444
440
|
"from": "components/VTextField/index.mjs",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
443
|
+
"VTextarea": {
|
|
444
|
+
"from": "components/VTextarea/index.mjs",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
447
|
"VTimeline": {
|
|
448
448
|
"from": "components/VTimeline/index.mjs",
|
|
449
449
|
"styles": []
|
|
@@ -452,10 +452,6 @@
|
|
|
452
452
|
"from": "components/VTimeline/index.mjs",
|
|
453
453
|
"styles": []
|
|
454
454
|
},
|
|
455
|
-
"VTextarea": {
|
|
456
|
-
"from": "components/VTextarea/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
455
|
"VToolbar": {
|
|
460
456
|
"from": "components/VToolbar/index.mjs",
|
|
461
457
|
"styles": []
|
|
@@ -472,6 +468,10 @@
|
|
|
472
468
|
"from": "components/VTooltip/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
471
|
+
"VSystemBar": {
|
|
472
|
+
"from": "components/VSystemBar/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
475
|
"VWindow": {
|
|
476
476
|
"from": "components/VWindow/index.mjs",
|
|
477
477
|
"styles": []
|
|
@@ -520,26 +520,26 @@
|
|
|
520
520
|
"from": "components/VLayout/index.mjs",
|
|
521
521
|
"styles": []
|
|
522
522
|
},
|
|
523
|
-
"VLazy": {
|
|
524
|
-
"from": "components/VLazy/index.mjs",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
523
|
"VLocaleProvider": {
|
|
528
524
|
"from": "components/VLocaleProvider/index.mjs",
|
|
529
525
|
"styles": []
|
|
530
526
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
527
|
+
"VLazy": {
|
|
528
|
+
"from": "components/VLazy/index.mjs",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
531
|
+
"VNoSsr": {
|
|
532
|
+
"from": "components/VNoSsr/index.mjs",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
539
535
|
"VParallax": {
|
|
540
536
|
"from": "components/VParallax/index.mjs",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
539
|
+
"VRadio": {
|
|
540
|
+
"from": "components/VRadio/index.mjs",
|
|
541
|
+
"styles": []
|
|
542
|
+
},
|
|
543
543
|
"VRangeSlider": {
|
|
544
544
|
"from": "components/VRangeSlider/index.mjs",
|
|
545
545
|
"styles": []
|
|
@@ -552,14 +552,14 @@
|
|
|
552
552
|
"from": "components/VThemeProvider/index.mjs",
|
|
553
553
|
"styles": []
|
|
554
554
|
},
|
|
555
|
-
"VVirtualScroll": {
|
|
556
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
557
|
-
"styles": []
|
|
558
|
-
},
|
|
559
555
|
"VValidation": {
|
|
560
556
|
"from": "components/VValidation/index.mjs",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
559
|
+
"VVirtualScroll": {
|
|
560
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
563
563
|
"VFabTransition": {
|
|
564
564
|
"from": "components/transitions/index.mjs",
|
|
565
565
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -2818,6 +2818,30 @@
|
|
|
2818
2818
|
],
|
|
2819
2819
|
"description": ""
|
|
2820
2820
|
},
|
|
2821
|
+
"VSparkline": {
|
|
2822
|
+
"attributes": [
|
|
2823
|
+
"auto-draw",
|
|
2824
|
+
"auto-draw-duration",
|
|
2825
|
+
"auto-draw-easing",
|
|
2826
|
+
"auto-line-width",
|
|
2827
|
+
"color",
|
|
2828
|
+
"fill",
|
|
2829
|
+
"gradient",
|
|
2830
|
+
"gradient-direction",
|
|
2831
|
+
"height",
|
|
2832
|
+
"id",
|
|
2833
|
+
"label-size",
|
|
2834
|
+
"labels",
|
|
2835
|
+
"line-width",
|
|
2836
|
+
"model-value",
|
|
2837
|
+
"padding",
|
|
2838
|
+
"show-labels",
|
|
2839
|
+
"smooth",
|
|
2840
|
+
"type",
|
|
2841
|
+
"width"
|
|
2842
|
+
],
|
|
2843
|
+
"description": ""
|
|
2844
|
+
},
|
|
2821
2845
|
"VStepper": {
|
|
2822
2846
|
"attributes": [
|
|
2823
2847
|
"alt-labels",
|