@vuetify/nightly 3.6.3-dev.2024-05-06 → 3.6.3-dev.2024-05-14
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 +3 -2
- package/dist/json/attributes.json +16 -0
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +37 -1
- package/dist/vuetify-labs.css +2041 -2041
- package/dist/vuetify-labs.d.ts +111 -75
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +994 -994
- package/dist/vuetify.d.ts +144 -108
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +12 -12
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCombobox/index.d.mts +12 -12
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VSelect/index.d.mts +12 -12
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/index.d.mts +95 -59
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +16 -16
- package/package.json +1 -1
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.3-dev.2024-05-
|
5
|
+
"version": "3.6.3-dev.2024-05-14",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -752,6 +752,15 @@
|
|
752
752
|
"type": "boolean"
|
753
753
|
}
|
754
754
|
},
|
755
|
+
{
|
756
|
+
"name": "activeColor",
|
757
|
+
"description": "The applied color when the component is in an active state.",
|
758
|
+
"doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
|
759
|
+
"value": {
|
760
|
+
"kind": "expression",
|
761
|
+
"type": "string"
|
762
|
+
}
|
763
|
+
},
|
755
764
|
{
|
756
765
|
"name": "baseColor",
|
757
766
|
"description": "Sets the color of component when not focused.",
|
@@ -4201,6 +4210,15 @@
|
|
4201
4210
|
"type": "boolean"
|
4202
4211
|
}
|
4203
4212
|
},
|
4213
|
+
{
|
4214
|
+
"name": "activeColor",
|
4215
|
+
"description": "The applied color when the component is in an active state.",
|
4216
|
+
"doc-url": "https://vuetifyjs.com/api/VBtn#props",
|
4217
|
+
"value": {
|
4218
|
+
"kind": "expression",
|
4219
|
+
"type": "string"
|
4220
|
+
}
|
4221
|
+
},
|
4204
4222
|
{
|
4205
4223
|
"name": "baseColor",
|
4206
4224
|
"description": "Sets the color of component when not focused.",
|
@@ -21258,6 +21276,15 @@
|
|
21258
21276
|
"type": "boolean"
|
21259
21277
|
}
|
21260
21278
|
},
|
21279
|
+
{
|
21280
|
+
"name": "activeColor",
|
21281
|
+
"description": "The applied color when the component is in an active state.",
|
21282
|
+
"doc-url": "https://vuetifyjs.com/api/VFab#props",
|
21283
|
+
"value": {
|
21284
|
+
"kind": "expression",
|
21285
|
+
"type": "string"
|
21286
|
+
}
|
21287
|
+
},
|
21261
21288
|
{
|
21262
21289
|
"name": "baseColor",
|
21263
21290
|
"description": "Sets the color of component when not focused.",
|
@@ -40213,6 +40240,15 @@
|
|
40213
40240
|
"type": "'horizontal' | 'vertical'"
|
40214
40241
|
}
|
40215
40242
|
},
|
40243
|
+
{
|
40244
|
+
"name": "activeColor",
|
40245
|
+
"description": "The applied color when the component is in an active state.",
|
40246
|
+
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
40247
|
+
"value": {
|
40248
|
+
"kind": "expression",
|
40249
|
+
"type": "string"
|
40250
|
+
}
|
40251
|
+
},
|
40216
40252
|
{
|
40217
40253
|
"name": "baseColor",
|
40218
40254
|
"description": "Sets the color of component when not focused.",
|