vuetify 3.1.15 → 3.1.16

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 (46) hide show
  1. package/dist/json/attributes.json +44 -44
  2. package/dist/json/importMap.json +72 -72
  3. package/dist/json/web-types.json +77 -77
  4. package/dist/vuetify-labs.css +370 -371
  5. package/dist/vuetify-labs.d.ts +3 -3
  6. package/dist/vuetify-labs.esm.js +101 -68
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +101 -68
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +7 -8
  11. package/dist/vuetify.d.ts +24 -24
  12. package/dist/vuetify.esm.js +63 -41
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +63 -41
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +717 -714
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -16
  20. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  21. package/lib/components/VBreadcrumbs/index.d.ts +3 -3
  22. package/lib/components/VDialog/VDialog.mjs +2 -2
  23. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  24. package/lib/components/VField/VField.css +0 -1
  25. package/lib/components/VField/VField.sass +0 -1
  26. package/lib/components/VList/VList.mjs +3 -22
  27. package/lib/components/VList/VList.mjs.map +1 -1
  28. package/lib/components/VSlideGroup/VSlideGroup.mjs +2 -2
  29. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  30. package/lib/components/index.d.ts +3 -3
  31. package/lib/entry-bundler.mjs +1 -1
  32. package/lib/framework.mjs +1 -1
  33. package/lib/index.d.ts +21 -21
  34. package/lib/labs/VDataTable/VDataTable.mjs +1 -1
  35. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  36. package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
  37. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  38. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  39. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  40. package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
  41. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  42. package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
  43. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  44. package/lib/util/helpers.mjs +26 -0
  45. package/lib/util/helpers.mjs.map +1 -1
  46. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.15",
5
+ "version": "3.1.16",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2767,7 +2767,7 @@
2767
2767
  "default": "[]",
2768
2768
  "value": {
2769
2769
  "kind": "expression",
2770
- "type": "unknown[]"
2770
+ "type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]"
2771
2771
  }
2772
2772
  },
2773
2773
  {
@@ -2833,7 +2833,7 @@
2833
2833
  "vue-properties": [
2834
2834
  {
2835
2835
  "name": "item",
2836
- "type": "unknown"
2836
+ "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
2837
2837
  },
2838
2838
  {
2839
2839
  "name": "index",
@@ -2848,7 +2848,7 @@
2848
2848
  "vue-properties": [
2849
2849
  {
2850
2850
  "name": "item",
2851
- "type": "unknown"
2851
+ "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
2852
2852
  },
2853
2853
  {
2854
2854
  "name": "index",
@@ -2986,6 +2986,15 @@
2986
2986
  },
2987
2987
  "type": "boolean"
2988
2988
  },
2989
+ {
2990
+ "name": "to",
2991
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
2992
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
2993
+ "value": {
2994
+ "kind": "expression",
2995
+ "type": "unknown"
2996
+ }
2997
+ },
2989
2998
  {
2990
2999
  "name": "exact",
2991
3000
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -2996,15 +3005,6 @@
2996
3005
  "type": "boolean"
2997
3006
  },
2998
3007
  "type": "boolean"
2999
- },
3000
- {
3001
- "name": "to",
3002
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
3003
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3004
- "value": {
3005
- "kind": "expression",
3006
- "type": "unknown"
3007
- }
3008
3008
  }
3009
3009
  ],
3010
3010
  "events": [],
@@ -3328,6 +3328,15 @@
3328
3328
  },
3329
3329
  "type": "boolean"
3330
3330
  },
3331
+ {
3332
+ "name": "to",
3333
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
3334
+ "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3335
+ "value": {
3336
+ "kind": "expression",
3337
+ "type": "unknown"
3338
+ }
3339
+ },
3331
3340
  {
3332
3341
  "name": "exact",
3333
3342
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -3339,15 +3348,6 @@
3339
3348
  },
3340
3349
  "type": "boolean"
3341
3350
  },
3342
- {
3343
- "name": "to",
3344
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
3345
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3346
- "value": {
3347
- "kind": "expression",
3348
- "type": "unknown"
3349
- }
3350
- },
3351
3351
  {
3352
3352
  "name": "ripple",
3353
3353
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -3970,6 +3970,15 @@
3970
3970
  },
3971
3971
  "type": "boolean"
3972
3972
  },
3973
+ {
3974
+ "name": "to",
3975
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
3976
+ "doc-url": "https://vuetifyjs.com/api/v-card#props",
3977
+ "value": {
3978
+ "kind": "expression",
3979
+ "type": "unknown"
3980
+ }
3981
+ },
3973
3982
  {
3974
3983
  "name": "exact",
3975
3984
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -3981,15 +3990,6 @@
3981
3990
  },
3982
3991
  "type": "boolean"
3983
3992
  },
3984
- {
3985
- "name": "to",
3986
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
3987
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3988
- "value": {
3989
- "kind": "expression",
3990
- "type": "unknown"
3991
- }
3992
- },
3993
3993
  {
3994
3994
  "name": "ripple",
3995
3995
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -4763,7 +4763,7 @@
4763
4763
  },
4764
4764
  {
4765
4765
  "name": "value",
4766
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
4766
+ "description": "The input's value",
4767
4767
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4768
4768
  "value": {
4769
4769
  "kind": "expression",
@@ -4991,7 +4991,7 @@
4991
4991
  },
4992
4992
  {
4993
4993
  "name": "trueValue",
4994
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
4994
+ "description": "Sets value for truthy state",
4995
4995
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4996
4996
  "value": {
4997
4997
  "kind": "expression",
@@ -5000,7 +5000,7 @@
5000
5000
  },
5001
5001
  {
5002
5002
  "name": "falseValue",
5003
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5003
+ "description": "Sets value for falsy state",
5004
5004
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5005
5005
  "value": {
5006
5006
  "kind": "expression",
@@ -5343,7 +5343,7 @@
5343
5343
  },
5344
5344
  {
5345
5345
  "name": "value",
5346
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5346
+ "description": "MISSING DESCRIPTION",
5347
5347
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5348
5348
  "value": {
5349
5349
  "kind": "expression",
@@ -5455,7 +5455,7 @@
5455
5455
  },
5456
5456
  {
5457
5457
  "name": "trueValue",
5458
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5458
+ "description": "Sets value for truthy state",
5459
5459
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5460
5460
  "value": {
5461
5461
  "kind": "expression",
@@ -5464,7 +5464,7 @@
5464
5464
  },
5465
5465
  {
5466
5466
  "name": "falseValue",
5467
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5467
+ "description": "Sets value for falsy state",
5468
5468
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5469
5469
  "value": {
5470
5470
  "kind": "expression",
@@ -5811,6 +5811,15 @@
5811
5811
  },
5812
5812
  "type": "boolean"
5813
5813
  },
5814
+ {
5815
+ "name": "to",
5816
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
5817
+ "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5818
+ "value": {
5819
+ "kind": "expression",
5820
+ "type": "unknown"
5821
+ }
5822
+ },
5814
5823
  {
5815
5824
  "name": "exact",
5816
5825
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -5822,15 +5831,6 @@
5822
5831
  },
5823
5832
  "type": "boolean"
5824
5833
  },
5825
- {
5826
- "name": "to",
5827
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
5828
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5829
- "value": {
5830
- "kind": "expression",
5831
- "type": "unknown"
5832
- }
5833
- },
5834
5834
  {
5835
5835
  "name": "ripple",
5836
5836
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -13103,7 +13103,7 @@
13103
13103
  },
13104
13104
  {
13105
13105
  "name": "app",
13106
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))",
13106
+ "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page",
13107
13107
  "doc-url": "https://vuetifyjs.com/api/v-footer#props",
13108
13108
  "default": "false",
13109
13109
  "value": {
@@ -15469,6 +15469,15 @@
15469
15469
  },
15470
15470
  "type": "boolean"
15471
15471
  },
15472
+ {
15473
+ "name": "to",
15474
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
15475
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15476
+ "value": {
15477
+ "kind": "expression",
15478
+ "type": "unknown"
15479
+ }
15480
+ },
15472
15481
  {
15473
15482
  "name": "exact",
15474
15483
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -15480,15 +15489,6 @@
15480
15489
  },
15481
15490
  "type": "boolean"
15482
15491
  },
15483
- {
15484
- "name": "to",
15485
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
15486
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15487
- "value": {
15488
- "kind": "expression",
15489
- "type": "unknown"
15490
- }
15491
- },
15492
15492
  {
15493
15493
  "name": "ripple",
15494
15494
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -16523,7 +16523,7 @@
16523
16523
  },
16524
16524
  {
16525
16525
  "name": "width",
16526
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
16526
+ "description": "Sets the width for the component",
16527
16527
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16528
16528
  "default": "256",
16529
16529
  "value": {
@@ -16542,7 +16542,7 @@
16542
16542
  },
16543
16543
  {
16544
16544
  "name": "location",
16545
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
16545
+ "description": "Sets the drawer's location within the layout.",
16546
16546
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16547
16547
  "default": "'start'",
16548
16548
  "value": {
@@ -16738,7 +16738,7 @@
16738
16738
  },
16739
16739
  {
16740
16740
  "name": "railWidth",
16741
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
16741
+ "description": "Sets the width for the component when `rail` is enabled.",
16742
16742
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16743
16743
  "default": "56",
16744
16744
  "value": {
@@ -18092,7 +18092,7 @@
18092
18092
  },
18093
18093
  {
18094
18094
  "name": "value",
18095
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18095
+ "description": "MISSING DESCRIPTION",
18096
18096
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18097
18097
  "value": {
18098
18098
  "kind": "expression",
@@ -18183,7 +18183,7 @@
18183
18183
  },
18184
18184
  {
18185
18185
  "name": "trueValue",
18186
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18186
+ "description": "Sets value for truthy state",
18187
18187
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18188
18188
  "value": {
18189
18189
  "kind": "expression",
@@ -18192,7 +18192,7 @@
18192
18192
  },
18193
18193
  {
18194
18194
  "name": "falseValue",
18195
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18195
+ "description": "Sets value for falsy state",
18196
18196
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18197
18197
  "value": {
18198
18198
  "kind": "expression",
@@ -21580,7 +21580,7 @@
21580
21580
  },
21581
21581
  {
21582
21582
  "name": "value",
21583
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
21583
+ "description": "MISSING DESCRIPTION",
21584
21584
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21585
21585
  "value": {
21586
21586
  "kind": "expression",
@@ -21671,7 +21671,7 @@
21671
21671
  },
21672
21672
  {
21673
21673
  "name": "trueValue",
21674
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
21674
+ "description": "Sets value for truthy state",
21675
21675
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21676
21676
  "value": {
21677
21677
  "kind": "expression",
@@ -21680,7 +21680,7 @@
21680
21680
  },
21681
21681
  {
21682
21682
  "name": "falseValue",
21683
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
21683
+ "description": "Sets value for falsy state",
21684
21684
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21685
21685
  "value": {
21686
21686
  "kind": "expression",
@@ -24142,7 +24142,7 @@
24142
24142
  },
24143
24143
  {
24144
24144
  "name": "value",
24145
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24145
+ "description": "The input's value",
24146
24146
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24147
24147
  "value": {
24148
24148
  "kind": "expression",
@@ -24381,7 +24381,7 @@
24381
24381
  },
24382
24382
  {
24383
24383
  "name": "trueValue",
24384
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24384
+ "description": "Sets value for truthy state",
24385
24385
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24386
24386
  "value": {
24387
24387
  "kind": "expression",
@@ -24390,7 +24390,7 @@
24390
24390
  },
24391
24391
  {
24392
24392
  "name": "falseValue",
24393
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24393
+ "description": "Sets value for falsy state",
24394
24394
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24395
24395
  "value": {
24396
24396
  "kind": "expression",
@@ -25101,6 +25101,15 @@
25101
25101
  },
25102
25102
  "type": "boolean"
25103
25103
  },
25104
+ {
25105
+ "name": "to",
25106
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
25107
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25108
+ "value": {
25109
+ "kind": "expression",
25110
+ "type": "unknown"
25111
+ }
25112
+ },
25104
25113
  {
25105
25114
  "name": "exact",
25106
25115
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -25112,15 +25121,6 @@
25112
25121
  },
25113
25122
  "type": "boolean"
25114
25123
  },
25115
- {
25116
- "name": "to",
25117
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
25118
- "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25119
- "value": {
25120
- "kind": "expression",
25121
- "type": "unknown"
25122
- }
25123
- },
25124
25124
  {
25125
25125
  "name": "ripple",
25126
25126
  "description": "Applies the [v-ripple](/directives/ripple) directive.",