vuetify 3.4.7 → 3.4.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.
Files changed (39) hide show
  1. package/dist/json/attributes.json +48 -40
  2. package/dist/json/importMap.json +102 -102
  3. package/dist/json/tags.json +2 -0
  4. package/dist/json/web-types.json +77 -59
  5. package/dist/vuetify-labs.css +2792 -2789
  6. package/dist/vuetify-labs.d.ts +42 -30
  7. package/dist/vuetify-labs.esm.js +131 -101
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +131 -101
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1022 -1019
  12. package/dist/vuetify.d.ts +73 -61
  13. package/dist/vuetify.esm.js +131 -101
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +131 -101
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +126 -124
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  21. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  22. package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -98
  23. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  24. package/lib/components/VDatePicker/index.d.mts +42 -30
  25. package/lib/components/VOtpInput/VOtpInput.css +3 -0
  26. package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
  27. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  28. package/lib/components/VOtpInput/VOtpInput.sass +3 -0
  29. package/lib/components/VOverlay/VOverlay.mjs +11 -6
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/index.d.mts +42 -30
  32. package/lib/composables/calendar.mjs +113 -0
  33. package/lib/composables/calendar.mjs.map +1 -0
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +31 -31
  37. package/lib/locale/cs.mjs +19 -19
  38. package/lib/locale/cs.mjs.map +1 -1
  39. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.4.7",
5
+ "version": "3.4.8",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -762,7 +762,7 @@
762
762
  },
763
763
  {
764
764
  "name": "slim",
765
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))",
765
+ "description": "Reduces padding to 0 8px.",
766
766
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
767
767
  "default": "false",
768
768
  "value": {
@@ -4024,7 +4024,7 @@
4024
4024
  },
4025
4025
  {
4026
4026
  "name": "slim",
4027
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))",
4027
+ "description": "Reduces padding to 0 8px.",
4028
4028
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4029
4029
  "default": "false",
4030
4030
  "value": {
@@ -15156,7 +15156,7 @@
15156
15156
  },
15157
15157
  {
15158
15158
  "name": "month",
15159
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15159
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15160
15160
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15161
15161
  "value": {
15162
15162
  "kind": "expression",
@@ -15165,22 +15165,13 @@
15165
15165
  },
15166
15166
  {
15167
15167
  "name": "year",
15168
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15168
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15169
15169
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15170
15170
  "value": {
15171
15171
  "kind": "expression",
15172
15172
  "type": "string | number\n"
15173
15173
  }
15174
15174
  },
15175
- {
15176
- "name": "allowedDates",
15177
- "description": "Restricts which dates can be selected.",
15178
- "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15179
- "value": {
15180
- "kind": "expression",
15181
- "type": "Function | unknown[]\n"
15182
- }
15183
- },
15184
15175
  {
15185
15176
  "name": "color",
15186
15177
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
@@ -15211,8 +15202,8 @@
15211
15202
  }
15212
15203
  },
15213
15204
  {
15214
- "name": "showAdjacentMonths",
15215
- "description": "Toggles visibility of days from previous and next months.",
15205
+ "name": "showWeek",
15206
+ "description": "Toggles visibility of the week numbers in the body of the calendar.",
15216
15207
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15217
15208
  "default": "false",
15218
15209
  "value": {
@@ -15221,8 +15212,17 @@
15221
15212
  }
15222
15213
  },
15223
15214
  {
15224
- "name": "showWeek",
15225
- "description": "Toggles visibility of the week numbers in the body of the calendar.",
15215
+ "name": "allowedDates",
15216
+ "description": "Restricts which dates can be selected.",
15217
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15218
+ "value": {
15219
+ "kind": "expression",
15220
+ "type": "Function | unknown[]\n"
15221
+ }
15222
+ },
15223
+ {
15224
+ "name": "showAdjacentMonths",
15225
+ "description": "Toggles visibility of days from previous and next months.",
15226
15226
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15227
15227
  "default": "false",
15228
15228
  "value": {
@@ -15231,8 +15231,8 @@
15231
15231
  }
15232
15232
  },
15233
15233
  {
15234
- "name": "max",
15235
- "description": "Maximum allowed date/month (ISO 8601 format).",
15234
+ "name": "displayValue",
15235
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15236
15236
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15237
15237
  "value": {
15238
15238
  "kind": "expression",
@@ -15240,8 +15240,8 @@
15240
15240
  }
15241
15241
  },
15242
15242
  {
15243
- "name": "min",
15244
- "description": "Minimum allowed date/month (ISO 8601 format).",
15243
+ "name": "modelValue",
15244
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
15245
15245
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15246
15246
  "value": {
15247
15247
  "kind": "expression",
@@ -15249,8 +15249,17 @@
15249
15249
  }
15250
15250
  },
15251
15251
  {
15252
- "name": "modelValue",
15253
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
15252
+ "name": "max",
15253
+ "description": "Maximum allowed date/month (ISO 8601 format).",
15254
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15255
+ "value": {
15256
+ "kind": "expression",
15257
+ "type": "unknown\n"
15258
+ }
15259
+ },
15260
+ {
15261
+ "name": "min",
15262
+ "description": "Minimum allowed date/month (ISO 8601 format).",
15254
15263
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
15255
15264
  "value": {
15256
15265
  "kind": "expression",
@@ -15738,17 +15747,17 @@
15738
15747
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month",
15739
15748
  "attributes": [
15740
15749
  {
15741
- "name": "allowedDates",
15742
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15750
+ "name": "color",
15751
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15743
15752
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15744
15753
  "value": {
15745
15754
  "kind": "expression",
15746
- "type": "Function | unknown[]\n"
15755
+ "type": "string\n"
15747
15756
  }
15748
15757
  },
15749
15758
  {
15750
- "name": "disabled",
15751
- "description": "Removes the ability to click or target the component.",
15759
+ "name": "hideWeekdays",
15760
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15752
15761
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15753
15762
  "default": "false",
15754
15763
  "value": {
@@ -15757,36 +15766,37 @@
15757
15766
  }
15758
15767
  },
15759
15768
  {
15760
- "name": "color",
15761
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15769
+ "name": "multiple",
15770
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15762
15771
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15772
+ "default": "false",
15763
15773
  "value": {
15764
15774
  "kind": "expression",
15765
- "type": "string\n"
15775
+ "type": "boolean\n"
15766
15776
  }
15767
15777
  },
15768
15778
  {
15769
- "name": "month",
15779
+ "name": "showWeek",
15770
15780
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15771
15781
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15782
+ "default": "false",
15772
15783
  "value": {
15773
15784
  "kind": "expression",
15774
- "type": "string | number\n"
15785
+ "type": "boolean\n"
15775
15786
  }
15776
15787
  },
15777
15788
  {
15778
- "name": "hideWeekdays",
15779
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15789
+ "name": "allowedDates",
15790
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15780
15791
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15781
- "default": "false",
15782
15792
  "value": {
15783
15793
  "kind": "expression",
15784
- "type": "boolean\n"
15794
+ "type": "Function | unknown[]\n"
15785
15795
  }
15786
15796
  },
15787
15797
  {
15788
- "name": "multiple",
15789
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15798
+ "name": "disabled",
15799
+ "description": "Removes the ability to click or target the component.",
15790
15800
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15791
15801
  "default": "false",
15792
15802
  "value": {
@@ -15795,18 +15805,17 @@
15795
15805
  }
15796
15806
  },
15797
15807
  {
15798
- "name": "showAdjacentMonths",
15799
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15808
+ "name": "month",
15809
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15800
15810
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15801
- "default": "false",
15802
15811
  "value": {
15803
15812
  "kind": "expression",
15804
- "type": "boolean\n"
15813
+ "type": "string | number\n"
15805
15814
  }
15806
15815
  },
15807
15816
  {
15808
- "name": "showWeek",
15809
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15817
+ "name": "showAdjacentMonths",
15818
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15810
15819
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15811
15820
  "default": "false",
15812
15821
  "value": {
@@ -15816,7 +15825,7 @@
15816
15825
  },
15817
15826
  {
15818
15827
  "name": "year",
15819
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15820
15829
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15821
15830
  "value": {
15822
15831
  "kind": "expression",
@@ -15824,8 +15833,8 @@
15824
15833
  }
15825
15834
  },
15826
15835
  {
15827
- "name": "max",
15828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15836
+ "name": "displayValue",
15837
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15829
15838
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15830
15839
  "value": {
15831
15840
  "kind": "expression",
@@ -15833,8 +15842,17 @@
15833
15842
  }
15834
15843
  },
15835
15844
  {
15836
- "name": "min",
15837
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15845
+ "name": "modelValue",
15846
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
15847
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15848
+ "value": {
15849
+ "kind": "expression",
15850
+ "type": "unknown[]\n"
15851
+ }
15852
+ },
15853
+ {
15854
+ "name": "max",
15855
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15838
15856
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15839
15857
  "value": {
15840
15858
  "kind": "expression",
@@ -15842,12 +15860,12 @@
15842
15860
  }
15843
15861
  },
15844
15862
  {
15845
- "name": "modelValue",
15846
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
15863
+ "name": "min",
15864
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
15847
15865
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15848
15866
  "value": {
15849
15867
  "kind": "expression",
15850
- "type": "unknown[]\n"
15868
+ "type": "unknown\n"
15851
15869
  }
15852
15870
  }
15853
15871
  ],
@@ -15889,7 +15907,7 @@
15889
15907
  "slots": [
15890
15908
  {
15891
15909
  "name": "day",
15892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L20-L26.json))",
15910
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L17-L23.json))",
15893
15911
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
15894
15912
  "vue-properties": [
15895
15913
  {
@@ -21015,7 +21033,7 @@
21015
21033
  },
21016
21034
  {
21017
21035
  "name": "slim",
21018
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
21036
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
21019
21037
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
21020
21038
  "default": "false",
21021
21039
  "value": {
@@ -33062,7 +33080,7 @@
33062
33080
  },
33063
33081
  {
33064
33082
  "name": "update:indeterminate",
33065
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))",
33083
+ "description": "Event that is emitted when the component's indeterminate state changes.",
33066
33084
  "doc-url": "https://vuetifyjs.com/api/v-switch#events",
33067
33085
  "arguments": [
33068
33086
  {
@@ -33502,7 +33520,7 @@
33502
33520
  },
33503
33521
  {
33504
33522
  "name": "slim",
33505
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))",
33523
+ "description": "Reduces padding to 0 8px.",
33506
33524
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
33507
33525
  "default": "false",
33508
33526
  "value": {
@@ -35168,7 +35186,7 @@
35168
35186
  },
35169
35187
  {
35170
35188
  "name": "maxRows",
35171
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",
35189
+ "description": "Specifies the maximum number of row count",
35172
35190
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
35173
35191
  "value": {
35174
35192
  "kind": "expression",