@vuetify/nightly 3.6.3-dev.2024-05-03 → 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.
Files changed (45) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/dist/json/attributes.json +20 -0
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/tags.json +5 -0
  6. package/dist/json/web-types.json +47 -1
  7. package/dist/vuetify-labs.css +2500 -2493
  8. package/dist/vuetify-labs.d.ts +117 -75
  9. package/dist/vuetify-labs.esm.js +11 -5
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +11 -5
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +475 -468
  14. package/dist/vuetify.d.ts +149 -107
  15. package/dist/vuetify.esm.js +11 -5
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +11 -5
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +10 -10
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +12 -12
  24. package/lib/components/VAvatar/VAvatar.css +7 -0
  25. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VAvatar/VAvatar.sass +1 -0
  28. package/lib/components/VAvatar/_variables.scss +13 -0
  29. package/lib/components/VAvatar/index.d.mts +6 -0
  30. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  31. package/lib/components/VBtn/VBtn.mjs +3 -1
  32. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  33. package/lib/components/VBtn/index.d.mts +6 -0
  34. package/lib/components/VCombobox/index.d.mts +12 -12
  35. package/lib/components/VFab/index.d.mts +6 -0
  36. package/lib/components/VList/index.d.mts +12 -12
  37. package/lib/components/VSelect/index.d.mts +12 -12
  38. package/lib/components/VTabs/index.d.mts +21 -3
  39. package/lib/components/index.d.mts +101 -59
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +48 -48
  43. package/lib/labs/VTreeview/index.d.mts +16 -16
  44. package/lib/labs/components.d.mts +16 -16
  45. package/package.json +1 -1
@@ -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-03",
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.",
@@ -2454,6 +2463,16 @@
2454
2463
  "type": "string"
2455
2464
  }
2456
2465
  },
2466
+ {
2467
+ "name": "border",
2468
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
2469
+ "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2470
+ "default": "false",
2471
+ "value": {
2472
+ "kind": "expression",
2473
+ "type": "string | number | boolean"
2474
+ }
2475
+ },
2457
2476
  {
2458
2477
  "name": "density",
2459
2478
  "description": "Adjusts the vertical height used by the component.",
@@ -4191,6 +4210,15 @@
4191
4210
  "type": "boolean"
4192
4211
  }
4193
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
+ },
4194
4222
  {
4195
4223
  "name": "baseColor",
4196
4224
  "description": "Sets the color of component when not focused.",
@@ -21248,6 +21276,15 @@
21248
21276
  "type": "boolean"
21249
21277
  }
21250
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
+ },
21251
21288
  {
21252
21289
  "name": "baseColor",
21253
21290
  "description": "Sets the color of component when not focused.",
@@ -40203,6 +40240,15 @@
40203
40240
  "type": "'horizontal' | 'vertical'"
40204
40241
  }
40205
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
+ },
40206
40252
  {
40207
40253
  "name": "baseColor",
40208
40254
  "description": "Sets the color of component when not focused.",