vuetify 3.6.5 → 3.6.6
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/importMap-labs.json +22 -22
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +1919 -2135
- package/dist/vuetify-labs.d.ts +61 -37
- package/dist/vuetify-labs.esm.js +43 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +43 -25
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +1163 -1379
- package/dist/vuetify.d.ts +117 -93
- package/dist/vuetify.esm.js +15 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +18 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +3 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +15 -9
- package/lib/components/VChipGroup/index.d.mts +15 -9
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +15 -9
- package/lib/components/VSwitch/VSwitch.css +44 -0
- package/lib/components/VSwitch/VSwitch.mjs +4 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +55 -0
- package/lib/components/VTabs/index.d.mts +15 -9
- package/lib/components/index.d.mts +60 -36
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/locale/de.mjs +4 -4
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/hu.mjs +18 -18
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/package.json +2 -2
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.6.
|
|
5
|
+
"version": "3.6.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
"name": "mobile",
|
|
2907
2907
|
"description": "Applies the mobile banner styles.",
|
|
2908
2908
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
|
2909
|
-
"default": "
|
|
2909
|
+
"default": "null",
|
|
2910
2910
|
"value": {
|
|
2911
2911
|
"kind": "expression",
|
|
2912
2912
|
"type": "boolean"
|
|
@@ -8649,7 +8649,7 @@
|
|
|
8649
8649
|
"name": "mobile",
|
|
8650
8650
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
8651
8651
|
"doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
|
|
8652
|
-
"default": "
|
|
8652
|
+
"default": "null",
|
|
8653
8653
|
"value": {
|
|
8654
8654
|
"kind": "expression",
|
|
8655
8655
|
"type": "boolean"
|
|
@@ -28781,7 +28781,7 @@
|
|
|
28781
28781
|
"vue-properties": [
|
|
28782
28782
|
{
|
|
28783
28783
|
"name": "click",
|
|
28784
|
-
"type": "() => void"
|
|
28784
|
+
"type": "(e: MouseEvent) => void"
|
|
28785
28785
|
}
|
|
28786
28786
|
]
|
|
28787
28787
|
},
|
|
@@ -28792,7 +28792,7 @@
|
|
|
28792
28792
|
"vue-properties": [
|
|
28793
28793
|
{
|
|
28794
28794
|
"name": "click",
|
|
28795
|
-
"type": "() => void"
|
|
28795
|
+
"type": "(e: MouseEvent) => void"
|
|
28796
28796
|
}
|
|
28797
28797
|
]
|
|
28798
28798
|
}
|
|
@@ -35509,7 +35509,7 @@
|
|
|
35509
35509
|
"name": "mobile",
|
|
35510
35510
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
35511
35511
|
"doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
|
|
35512
|
-
"default": "
|
|
35512
|
+
"default": "null",
|
|
35513
35513
|
"value": {
|
|
35514
35514
|
"kind": "expression",
|
|
35515
35515
|
"type": "boolean"
|
|
@@ -42535,7 +42535,7 @@
|
|
|
42535
42535
|
"name": "mobile",
|
|
42536
42536
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
42537
42537
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
|
42538
|
-
"default": "
|
|
42538
|
+
"default": "null",
|
|
42539
42539
|
"value": {
|
|
42540
42540
|
"kind": "expression",
|
|
42541
42541
|
"type": "boolean"
|