vuetify 3.5.7 → 3.5.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 +149 -1
- package/dist/json/importMap-labs.json +14 -10
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +42 -0
- package/dist/json/web-types.json +381 -2
- package/dist/vuetify-labs.css +1790 -1778
- package/dist/vuetify-labs.d.ts +579 -1
- package/dist/vuetify-labs.esm.js +119 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +119 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +938 -934
- package/dist/vuetify.d.ts +41 -38
- package/dist/vuetify.esm.js +56 -18
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -18
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +115 -104
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +23 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -5
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +10 -7
- package/lib/components/VSwitch/_variables.scss +2 -0
- package/lib/composables/date/adapters/vuetify.mjs +21 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -38
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VFab/VFab.css +1 -1
- package/lib/labs/VFab/VFab.sass +1 -1
- package/lib/labs/VSparkline/VBarline.mjs +4 -3
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +9 -5
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +15 -0
- package/lib/labs/VSparkline/util/line.mjs +4 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +652 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6213,7 +6213,7 @@
|
|
|
6213
6213
|
},
|
|
6214
6214
|
"VMenu/id": {
|
|
6215
6215
|
"type": "string\n",
|
|
6216
|
-
"description": "
|
|
6216
|
+
"description": "The unique identifier of the component."
|
|
6217
6217
|
},
|
|
6218
6218
|
"VMenu/close-on-back": {
|
|
6219
6219
|
"type": "boolean\n",
|
|
@@ -8843,6 +8843,10 @@
|
|
|
8843
8843
|
"type": "string\n",
|
|
8844
8844
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Line.json))"
|
|
8845
8845
|
},
|
|
8846
|
+
"VSparkline/item-value": {
|
|
8847
|
+
"type": "string\n",
|
|
8848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Line.json))"
|
|
8849
|
+
},
|
|
8846
8850
|
"VSparkline/model-value": {
|
|
8847
8851
|
"type": "(number | { value: number })[]\n",
|
|
8848
8852
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -8875,6 +8879,150 @@
|
|
|
8875
8879
|
"type": "boolean\n",
|
|
8876
8880
|
"description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
|
|
8877
8881
|
},
|
|
8882
|
+
"VSpeedDial/id": {
|
|
8883
|
+
"type": "string\n",
|
|
8884
|
+
"description": "The unique identifier of the component."
|
|
8885
|
+
},
|
|
8886
|
+
"VSpeedDial/close-on-back": {
|
|
8887
|
+
"type": "boolean\n",
|
|
8888
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
8889
|
+
},
|
|
8890
|
+
"VSpeedDial/contained": {
|
|
8891
|
+
"type": "boolean\n",
|
|
8892
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)."
|
|
8893
|
+
},
|
|
8894
|
+
"VSpeedDial/content-class": {
|
|
8895
|
+
"type": "any\n",
|
|
8896
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
|
|
8897
|
+
},
|
|
8898
|
+
"VSpeedDial/content-props": {
|
|
8899
|
+
"type": "any\n",
|
|
8900
|
+
"description": "Apply custom properties to the content."
|
|
8901
|
+
},
|
|
8902
|
+
"VSpeedDial/disabled": {
|
|
8903
|
+
"type": "boolean\n",
|
|
8904
|
+
"description": "Removes the ability to click or target the component."
|
|
8905
|
+
},
|
|
8906
|
+
"VSpeedDial/opacity": {
|
|
8907
|
+
"type": "string | number\n",
|
|
8908
|
+
"description": "Sets the overlay opacity."
|
|
8909
|
+
},
|
|
8910
|
+
"VSpeedDial/no-click-animation": {
|
|
8911
|
+
"type": "boolean\n",
|
|
8912
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
|
|
8913
|
+
},
|
|
8914
|
+
"VSpeedDial/model-value": {
|
|
8915
|
+
"type": "boolean\n",
|
|
8916
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8917
|
+
},
|
|
8918
|
+
"VSpeedDial/persistent": {
|
|
8919
|
+
"type": "boolean\n",
|
|
8920
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it."
|
|
8921
|
+
},
|
|
8922
|
+
"VSpeedDial/scrim": {
|
|
8923
|
+
"type": "string | boolean\n",
|
|
8924
|
+
"description": "Accepts true/false to enable background, and string to define color."
|
|
8925
|
+
},
|
|
8926
|
+
"VSpeedDial/z-index": {
|
|
8927
|
+
"type": "string | number\n",
|
|
8928
|
+
"description": "The z-index used for the component."
|
|
8929
|
+
},
|
|
8930
|
+
"VSpeedDial/target": {
|
|
8931
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
8932
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
|
8933
|
+
},
|
|
8934
|
+
"VSpeedDial/activator": {
|
|
8935
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
8936
|
+
"description": "Explicitly sets the overlay's activator."
|
|
8937
|
+
},
|
|
8938
|
+
"VSpeedDial/activator-props": {
|
|
8939
|
+
"type": "unknown\n",
|
|
8940
|
+
"description": "Apply custom properties to the activator."
|
|
8941
|
+
},
|
|
8942
|
+
"VSpeedDial/open-on-click": {
|
|
8943
|
+
"type": "boolean\n",
|
|
8944
|
+
"description": "Designates whether menu should open on activator click."
|
|
8945
|
+
},
|
|
8946
|
+
"VSpeedDial/open-on-hover": {
|
|
8947
|
+
"type": "boolean\n",
|
|
8948
|
+
"description": "Opens speed-dial on hover."
|
|
8949
|
+
},
|
|
8950
|
+
"VSpeedDial/open-on-focus": {
|
|
8951
|
+
"type": "boolean\n",
|
|
8952
|
+
"description": "Activate the component when the activator is focused."
|
|
8953
|
+
},
|
|
8954
|
+
"VSpeedDial/close-on-content-click": {
|
|
8955
|
+
"type": "boolean\n",
|
|
8956
|
+
"description": "Designates if menu should close when its content is clicked."
|
|
8957
|
+
},
|
|
8958
|
+
"VSpeedDial/close-delay": {
|
|
8959
|
+
"type": "string | number\n",
|
|
8960
|
+
"description": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop."
|
|
8961
|
+
},
|
|
8962
|
+
"VSpeedDial/open-delay": {
|
|
8963
|
+
"type": "string | number\n",
|
|
8964
|
+
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
|
|
8965
|
+
},
|
|
8966
|
+
"VSpeedDial/height": {
|
|
8967
|
+
"type": "string | number\n",
|
|
8968
|
+
"description": "Sets the height for the component."
|
|
8969
|
+
},
|
|
8970
|
+
"VSpeedDial/max-height": {
|
|
8971
|
+
"type": "string | number\n",
|
|
8972
|
+
"description": "Sets the maximum height for the component."
|
|
8973
|
+
},
|
|
8974
|
+
"VSpeedDial/max-width": {
|
|
8975
|
+
"type": "string | number\n",
|
|
8976
|
+
"description": "Sets the maximum width for the component."
|
|
8977
|
+
},
|
|
8978
|
+
"VSpeedDial/min-height": {
|
|
8979
|
+
"type": "string | number\n",
|
|
8980
|
+
"description": "Sets the minimum height for the component."
|
|
8981
|
+
},
|
|
8982
|
+
"VSpeedDial/min-width": {
|
|
8983
|
+
"type": "string | number\n",
|
|
8984
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width."
|
|
8985
|
+
},
|
|
8986
|
+
"VSpeedDial/width": {
|
|
8987
|
+
"type": "string | number\n",
|
|
8988
|
+
"description": "Sets the width for the component."
|
|
8989
|
+
},
|
|
8990
|
+
"VSpeedDial/eager": {
|
|
8991
|
+
"type": "boolean\n",
|
|
8992
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
8993
|
+
},
|
|
8994
|
+
"VSpeedDial/location-strategy": {
|
|
8995
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
|
|
8996
|
+
"description": "A function used to specifies how the component should position relative to its activator."
|
|
8997
|
+
},
|
|
8998
|
+
"VSpeedDial/location": {
|
|
8999
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9000
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
9001
|
+
},
|
|
9002
|
+
"VSpeedDial/origin": {
|
|
9003
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
9004
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
9005
|
+
},
|
|
9006
|
+
"VSpeedDial/offset": {
|
|
9007
|
+
"type": "string | number | number[]\n",
|
|
9008
|
+
"description": "A single value that offsets content away from the target based upon what side it is on."
|
|
9009
|
+
},
|
|
9010
|
+
"VSpeedDial/scroll-strategy": {
|
|
9011
|
+
"type": "'none' | 'close' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
|
|
9012
|
+
"description": "Strategy used when the component is activate and user scrolls."
|
|
9013
|
+
},
|
|
9014
|
+
"VSpeedDial/theme": {
|
|
9015
|
+
"type": "string\n",
|
|
9016
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9017
|
+
},
|
|
9018
|
+
"VSpeedDial/transition": {
|
|
9019
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9020
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9021
|
+
},
|
|
9022
|
+
"VSpeedDial/attach": {
|
|
9023
|
+
"type": "string | boolean | Element\n",
|
|
9024
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
|
|
9025
|
+
},
|
|
8878
9026
|
"VStepper/flat": {
|
|
8879
9027
|
"type": "boolean\n",
|
|
8880
9028
|
"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,20 +32,12 @@
|
|
|
24
32
|
"from": "labs/VCalendar/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VFab": {
|
|
28
|
-
"from": "labs/VFab/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
35
|
"VEmptyState": {
|
|
32
36
|
"from": "labs/VEmptyState/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VPickerTitle": {
|
|
40
|
-
"from": "labs/VPicker/index.mjs",
|
|
39
|
+
"VFab": {
|
|
40
|
+
"from": "labs/VFab/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
43
|
"VConfirmEdit": {
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
"VSparkline": {
|
|
48
48
|
"from": "labs/VSparkline/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VSpeedDial": {
|
|
52
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
53
|
+
"styles": []
|
|
50
54
|
}
|
|
51
55
|
}
|
|
52
56
|
}
|