@vuetify/nightly 3.6.3-master.2024-05-05 → 3.6.3-master.2024-05-07

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 (67) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/json/attributes.json +148 -8
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +118 -118
  5. package/dist/json/tags.json +36 -1
  6. package/dist/json/web-types.json +436 -26
  7. package/dist/vuetify-labs.css +2038 -1778
  8. package/dist/vuetify-labs.d.ts +631 -317
  9. package/dist/vuetify-labs.esm.js +72 -92
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +72 -92
  12. package/dist/vuetify-labs.min.css +3 -3
  13. package/dist/vuetify.css +2396 -2136
  14. package/dist/vuetify.d.ts +276 -318
  15. package/dist/vuetify.esm.js +19 -17
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +19 -17
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +3 -3
  20. package/dist/vuetify.min.js +15 -15
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VAutocomplete/index.d.mts +18 -18
  25. package/lib/components/VBottomSheet/index.d.mts +9 -15
  26. package/lib/components/VCarousel/index.d.mts +6 -6
  27. package/lib/components/VCombobox/index.d.mts +18 -18
  28. package/lib/components/VDialog/index.d.mts +27 -33
  29. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  30. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  31. package/lib/components/VFileInput/index.d.mts +9 -9
  32. package/lib/components/VImg/index.d.mts +6 -6
  33. package/lib/components/VList/VListItem.mjs +3 -2
  34. package/lib/components/VList/VListItem.mjs.map +1 -1
  35. package/lib/components/VList/index.d.mts +6 -6
  36. package/lib/components/VMenu/index.d.mts +27 -33
  37. package/lib/components/VOverlay/VOverlay.mjs +2 -5
  38. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  39. package/lib/components/VOverlay/index.d.mts +9 -15
  40. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  41. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  42. package/lib/components/VResponsive/index.d.mts +6 -6
  43. package/lib/components/VSelect/index.d.mts +18 -18
  44. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  45. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  46. package/lib/components/VSnackbar/index.d.mts +41 -47
  47. package/lib/components/VSpeedDial/index.d.mts +9 -15
  48. package/lib/components/VTabs/VTabs.mjs +8 -3
  49. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  50. package/lib/components/VToolbar/VToolbar.css +5 -5
  51. package/lib/components/VToolbar/_variables.scss +3 -3
  52. package/lib/components/VTooltip/index.d.mts +27 -33
  53. package/lib/components/index.d.mts +236 -278
  54. package/lib/composables/component.mjs +1 -1
  55. package/lib/composables/component.mjs.map +1 -1
  56. package/lib/entry-bundler.mjs +1 -1
  57. package/lib/framework.mjs +1 -1
  58. package/lib/index.d.mts +40 -40
  59. package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
  60. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  61. package/lib/labs/VNumberInput/index.d.mts +402 -34
  62. package/lib/labs/VSnackbarQueue/index.d.mts +41 -47
  63. package/lib/labs/VTreeview/index.d.mts +6 -6
  64. package/lib/labs/components.d.mts +442 -86
  65. package/lib/styles/generic/_colors.scss +1 -0
  66. package/lib/styles/main.css +260 -0
  67. 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.6.3-master.2024-05-05",
5
+ "version": "3.6.3-master.2024-05-07",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3504,7 +3504,7 @@
3504
3504
  "name": "modelValue",
3505
3505
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
3506
3506
  "doc-url": "https://vuetifyjs.com/api/VBottomSheet#props",
3507
- "default": "null",
3507
+ "default": "false",
3508
3508
  "value": {
3509
3509
  "kind": "expression",
3510
3510
  "type": "boolean"
@@ -6892,7 +6892,7 @@
6892
6892
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6893
6893
  "value": {
6894
6894
  "kind": "expression",
6895
- "type": "string"
6895
+ "type": "any"
6896
6896
  }
6897
6897
  },
6898
6898
  {
@@ -19494,7 +19494,7 @@
19494
19494
  "name": "modelValue",
19495
19495
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
19496
19496
  "doc-url": "https://vuetifyjs.com/api/VDialog#props",
19497
- "default": "null",
19497
+ "default": "false",
19498
19498
  "value": {
19499
19499
  "kind": "expression",
19500
19500
  "type": "boolean"
@@ -23737,7 +23737,7 @@
23737
23737
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
23738
23738
  "value": {
23739
23739
  "kind": "expression",
23740
- "type": "string"
23740
+ "type": "any"
23741
23741
  }
23742
23742
  },
23743
23743
  {
@@ -26403,9 +26403,10 @@
26403
26403
  "name": "lines",
26404
26404
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
26405
26405
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26406
+ "default": "false",
26406
26407
  "value": {
26407
26408
  "kind": "expression",
26408
- "type": "'one' | 'two' | 'three'"
26409
+ "type": "false | 'one' | 'two' | 'three'"
26409
26410
  }
26410
26411
  }
26411
26412
  ],
@@ -27037,7 +27038,7 @@
27037
27038
  "name": "modelValue",
27038
27039
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
27039
27040
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
27040
- "default": "null",
27041
+ "default": "false",
27041
27042
  "value": {
27042
27043
  "kind": "expression",
27043
27044
  "type": "boolean"
@@ -27803,6 +27804,26 @@
27803
27804
  "type": "string"
27804
27805
  }
27805
27806
  },
27807
+ {
27808
+ "name": "counter",
27809
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
27810
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27811
+ "default": "false",
27812
+ "value": {
27813
+ "kind": "expression",
27814
+ "type": "string | number | boolean"
27815
+ }
27816
+ },
27817
+ {
27818
+ "name": "flat",
27819
+ "description": "Removes box shadow when using a variant with elevation.",
27820
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27821
+ "default": "false",
27822
+ "value": {
27823
+ "kind": "expression",
27824
+ "type": "boolean"
27825
+ }
27826
+ },
27806
27827
  {
27807
27828
  "name": "controlVariant",
27808
27829
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
@@ -27843,6 +27864,16 @@
27843
27864
  "type": "number"
27844
27865
  }
27845
27866
  },
27867
+ {
27868
+ "name": "type",
27869
+ "description": "Sets input type.",
27870
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27871
+ "default": "'text'",
27872
+ "value": {
27873
+ "kind": "expression",
27874
+ "type": "string"
27875
+ }
27876
+ },
27846
27877
  {
27847
27878
  "name": "max",
27848
27879
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))",
@@ -27863,6 +27894,118 @@
27863
27894
  "type": "number"
27864
27895
  }
27865
27896
  },
27897
+ {
27898
+ "name": "autofocus",
27899
+ "description": "Enables autofocus.",
27900
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27901
+ "default": "false",
27902
+ "value": {
27903
+ "kind": "expression",
27904
+ "type": "boolean"
27905
+ }
27906
+ },
27907
+ {
27908
+ "name": "prefix",
27909
+ "description": "Displays prefix text.",
27910
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27911
+ "value": {
27912
+ "kind": "expression",
27913
+ "type": "string"
27914
+ }
27915
+ },
27916
+ {
27917
+ "name": "placeholder",
27918
+ "description": "Sets the input’s placeholder text.",
27919
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27920
+ "value": {
27921
+ "kind": "expression",
27922
+ "type": "string"
27923
+ }
27924
+ },
27925
+ {
27926
+ "name": "persistentPlaceholder",
27927
+ "description": "Forces placeholder to always be visible.",
27928
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27929
+ "default": "false",
27930
+ "value": {
27931
+ "kind": "expression",
27932
+ "type": "boolean"
27933
+ }
27934
+ },
27935
+ {
27936
+ "name": "persistentCounter",
27937
+ "description": "Forces counter to always be visible.",
27938
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27939
+ "default": "false",
27940
+ "value": {
27941
+ "kind": "expression",
27942
+ "type": "boolean"
27943
+ }
27944
+ },
27945
+ {
27946
+ "name": "suffix",
27947
+ "description": "Displays suffix text.",
27948
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27949
+ "value": {
27950
+ "kind": "expression",
27951
+ "type": "string"
27952
+ }
27953
+ },
27954
+ {
27955
+ "name": "role",
27956
+ "description": "The role attribute applied to the input.",
27957
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27958
+ "value": {
27959
+ "kind": "expression",
27960
+ "type": "string"
27961
+ }
27962
+ },
27963
+ {
27964
+ "name": "id",
27965
+ "description": "Sets the DOM id on the component.",
27966
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27967
+ "value": {
27968
+ "kind": "expression",
27969
+ "type": "string"
27970
+ }
27971
+ },
27972
+ {
27973
+ "name": "appendIcon",
27974
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
27975
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27976
+ "value": {
27977
+ "kind": "expression",
27978
+ "type": "any"
27979
+ }
27980
+ },
27981
+ {
27982
+ "name": "centerAffix",
27983
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
27984
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27985
+ "value": {
27986
+ "kind": "expression",
27987
+ "type": "boolean"
27988
+ }
27989
+ },
27990
+ {
27991
+ "name": "prependIcon",
27992
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`.",
27993
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27994
+ "value": {
27995
+ "kind": "expression",
27996
+ "type": "any"
27997
+ }
27998
+ },
27999
+ {
28000
+ "name": "hideSpinButtons",
28001
+ "description": "Hides spin buttons on the input when type is set to `number`.",
28002
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28003
+ "default": "false",
28004
+ "value": {
28005
+ "kind": "expression",
28006
+ "type": "boolean"
28007
+ }
28008
+ },
27866
28009
  {
27867
28010
  "name": "hint",
27868
28011
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property.",
@@ -27882,6 +28025,26 @@
27882
28025
  "type": "boolean"
27883
28026
  }
27884
28027
  },
28028
+ {
28029
+ "name": "messages",
28030
+ "description": "Displays a list of messages or a single message if using a string.",
28031
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28032
+ "default": "[]",
28033
+ "value": {
28034
+ "kind": "expression",
28035
+ "type": "string | string[]"
28036
+ }
28037
+ },
28038
+ {
28039
+ "name": "direction",
28040
+ "description": "Changes the direction of the input.",
28041
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28042
+ "default": "'horizontal'",
28043
+ "value": {
28044
+ "kind": "expression",
28045
+ "type": "'horizontal' | 'vertical'"
28046
+ }
28047
+ },
27885
28048
  {
27886
28049
  "name": "reverse",
27887
28050
  "description": "Reverses the orientation.",
@@ -27902,6 +28065,33 @@
27902
28065
  "type": "'default' | 'comfortable' | 'compact'"
27903
28066
  }
27904
28067
  },
28068
+ {
28069
+ "name": "maxWidth",
28070
+ "description": "Sets the maximum width for the component.",
28071
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28072
+ "value": {
28073
+ "kind": "expression",
28074
+ "type": "string | number"
28075
+ }
28076
+ },
28077
+ {
28078
+ "name": "minWidth",
28079
+ "description": "Sets the minimum width for the component.",
28080
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28081
+ "value": {
28082
+ "kind": "expression",
28083
+ "type": "string | number"
28084
+ }
28085
+ },
28086
+ {
28087
+ "name": "width",
28088
+ "description": "Sets the width for the component.",
28089
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28090
+ "value": {
28091
+ "kind": "expression",
28092
+ "type": "string | number"
28093
+ }
28094
+ },
27905
28095
  {
27906
28096
  "name": "theme",
27907
28097
  "description": "Specify a theme for this component and all of its children.",
@@ -27931,6 +28121,35 @@
27931
28121
  "type": "boolean"
27932
28122
  }
27933
28123
  },
28124
+ {
28125
+ "name": "errorMessages",
28126
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation.",
28127
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28128
+ "default": "[]",
28129
+ "value": {
28130
+ "kind": "expression",
28131
+ "type": "string | string[]"
28132
+ }
28133
+ },
28134
+ {
28135
+ "name": "maxErrors",
28136
+ "description": "Control the maximum number of shown errors from validation.",
28137
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28138
+ "default": "1",
28139
+ "value": {
28140
+ "kind": "expression",
28141
+ "type": "string | number"
28142
+ }
28143
+ },
28144
+ {
28145
+ "name": "name",
28146
+ "description": "Sets the component's name attribute.",
28147
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28148
+ "value": {
28149
+ "kind": "expression",
28150
+ "type": "string"
28151
+ }
28152
+ },
27934
28153
  {
27935
28154
  "name": "readonly",
27936
28155
  "description": "Puts input in readonly state.",
@@ -27941,13 +28160,41 @@
27941
28160
  "type": "boolean"
27942
28161
  }
27943
28162
  },
28163
+ {
28164
+ "name": "rules",
28165
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
28166
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28167
+ "default": "[]",
28168
+ "value": {
28169
+ "kind": "expression",
28170
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]"
28171
+ }
28172
+ },
27944
28173
  {
27945
28174
  "name": "modelValue",
27946
28175
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
27947
28176
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
27948
28177
  "value": {
27949
28178
  "kind": "expression",
27950
- "type": "number"
28179
+ "type": "any"
28180
+ }
28181
+ },
28182
+ {
28183
+ "name": "validateOn",
28184
+ "description": "Change what type of event triggers validation to run.",
28185
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28186
+ "value": {
28187
+ "kind": "expression",
28188
+ "type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
28189
+ }
28190
+ },
28191
+ {
28192
+ "name": "validationValue",
28193
+ "description": "The value used when applying validation rules.",
28194
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28195
+ "value": {
28196
+ "kind": "expression",
28197
+ "type": "any"
27951
28198
  }
27952
28199
  },
27953
28200
  {
@@ -27979,6 +28226,36 @@
27979
28226
  "type": "string"
27980
28227
  }
27981
28228
  },
28229
+ {
28230
+ "name": "clearable",
28231
+ "description": "Allows for the component to be cleared.",
28232
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28233
+ "default": "false",
28234
+ "value": {
28235
+ "kind": "expression",
28236
+ "type": "boolean"
28237
+ }
28238
+ },
28239
+ {
28240
+ "name": "clearIcon",
28241
+ "description": "The icon used when the **clearable** prop is set to true.",
28242
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28243
+ "default": "'$clear'",
28244
+ "value": {
28245
+ "kind": "expression",
28246
+ "type": "any"
28247
+ }
28248
+ },
28249
+ {
28250
+ "name": "active",
28251
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
28252
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28253
+ "default": "false",
28254
+ "value": {
28255
+ "kind": "expression",
28256
+ "type": "boolean"
28257
+ }
28258
+ },
27982
28259
  {
27983
28260
  "name": "color",
27984
28261
  "description": "Applies specified color to the control - supports utility colors (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).",
@@ -27997,6 +28274,36 @@
27997
28274
  "type": "string"
27998
28275
  }
27999
28276
  },
28277
+ {
28278
+ "name": "dirty",
28279
+ "description": "Manually apply the dirty state styling.",
28280
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28281
+ "default": "false",
28282
+ "value": {
28283
+ "kind": "expression",
28284
+ "type": "boolean"
28285
+ }
28286
+ },
28287
+ {
28288
+ "name": "persistentClear",
28289
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover).",
28290
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28291
+ "default": "false",
28292
+ "value": {
28293
+ "kind": "expression",
28294
+ "type": "boolean"
28295
+ }
28296
+ },
28297
+ {
28298
+ "name": "singleLine",
28299
+ "description": "Label does not move on focus/dirty.",
28300
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28301
+ "default": "false",
28302
+ "value": {
28303
+ "kind": "expression",
28304
+ "type": "boolean"
28305
+ }
28306
+ },
28000
28307
  {
28001
28308
  "name": "variant",
28002
28309
  "description": "Applies a distinct style to the component.",
@@ -28019,15 +28326,65 @@
28019
28326
  },
28020
28327
  {
28021
28328
  "name": "rounded",
28022
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
28329
+ "description": "Adds a border radius to the input.",
28023
28330
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28024
28331
  "value": {
28025
28332
  "kind": "expression",
28026
28333
  "type": "string | number | boolean"
28027
28334
  }
28335
+ },
28336
+ {
28337
+ "name": "tile",
28338
+ "description": "Removes any applied **border-radius** from the component.",
28339
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28340
+ "default": "false",
28341
+ "value": {
28342
+ "kind": "expression",
28343
+ "type": "boolean"
28344
+ }
28345
+ },
28346
+ {
28347
+ "name": "counterValue",
28348
+ "description": "Function returns the counter display text.",
28349
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28350
+ "value": {
28351
+ "kind": "expression",
28352
+ "type": "number | ((value: any) => number)"
28353
+ }
28354
+ },
28355
+ {
28356
+ "name": "modelModifiers",
28357
+ "description": "**FOR INTERNAL USE ONLY**",
28358
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28359
+ "value": {
28360
+ "kind": "expression",
28361
+ "type": "unknown"
28362
+ }
28028
28363
  }
28029
28364
  ],
28030
28365
  "events": [
28366
+ {
28367
+ "name": "click:prepend",
28368
+ "description": "Emitted when prepended icon is clicked.",
28369
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28370
+ "arguments": [
28371
+ {
28372
+ "name": "argument",
28373
+ "type": "[MouseEvent]\n"
28374
+ }
28375
+ ]
28376
+ },
28377
+ {
28378
+ "name": "click:append",
28379
+ "description": "Emitted when append icon is clicked.",
28380
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28381
+ "arguments": [
28382
+ {
28383
+ "name": "argument",
28384
+ "type": "[MouseEvent]\n"
28385
+ }
28386
+ ]
28387
+ },
28031
28388
  {
28032
28389
  "name": "update:focused",
28033
28390
  "description": "Emitted when the input is focused or blurred",
@@ -28039,6 +28396,39 @@
28039
28396
  }
28040
28397
  ]
28041
28398
  },
28399
+ {
28400
+ "name": "click:clear",
28401
+ "description": "Emitted when clearable icon clicked.",
28402
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28403
+ "arguments": [
28404
+ {
28405
+ "name": "argument",
28406
+ "type": "[MouseEvent]\n"
28407
+ }
28408
+ ]
28409
+ },
28410
+ {
28411
+ "name": "click:appendInner",
28412
+ "description": "Emitted when appended inner icon is clicked.",
28413
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28414
+ "arguments": [
28415
+ {
28416
+ "name": "argument",
28417
+ "type": "[MouseEvent]\n"
28418
+ }
28419
+ ]
28420
+ },
28421
+ {
28422
+ "name": "click:prependInner",
28423
+ "description": "Emitted when prepended inner icon is clicked.",
28424
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
28425
+ "arguments": [
28426
+ {
28427
+ "name": "argument",
28428
+ "type": "[MouseEvent]\n"
28429
+ }
28430
+ ]
28431
+ },
28042
28432
  {
28043
28433
  "name": "update:modelValue",
28044
28434
  "description": "Event that is emitted when the component's model changes.",
@@ -28295,9 +28685,28 @@
28295
28685
  }
28296
28686
  ]
28297
28687
  },
28688
+ {
28689
+ "name": "counter",
28690
+ "description": "Slot for the input’s counter text.",
28691
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28692
+ "vue-properties": [
28693
+ {
28694
+ "name": "counter",
28695
+ "type": "string"
28696
+ },
28697
+ {
28698
+ "name": "max",
28699
+ "type": "string | number"
28700
+ },
28701
+ {
28702
+ "name": "value",
28703
+ "type": "string | number"
28704
+ }
28705
+ ]
28706
+ },
28298
28707
  {
28299
28708
  "name": "increment",
28300
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
28709
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28301
28710
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28302
28711
  "vue-properties": [
28303
28712
  {
@@ -28308,7 +28717,7 @@
28308
28717
  },
28309
28718
  {
28310
28719
  "name": "decrement",
28311
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
28720
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L21-L23.json))",
28312
28721
  "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
28313
28722
  "vue-properties": [
28314
28723
  {
@@ -28710,7 +29119,7 @@
28710
29119
  "name": "modelValue",
28711
29120
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
28712
29121
  "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
28713
- "default": "null",
29122
+ "default": "false",
28714
29123
  "value": {
28715
29124
  "kind": "expression",
28716
29125
  "type": "boolean"
@@ -32287,7 +32696,7 @@
32287
32696
  "doc-url": "https://vuetifyjs.com/api/VResponsive#props",
32288
32697
  "value": {
32289
32698
  "kind": "expression",
32290
- "type": "string"
32699
+ "type": "any"
32291
32700
  }
32292
32701
  },
32293
32702
  {
@@ -36620,7 +37029,7 @@
36620
37029
  "name": "modelValue",
36621
37030
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
36622
37031
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
36623
- "default": "null",
37032
+ "default": "false",
36624
37033
  "value": {
36625
37034
  "kind": "expression",
36626
37035
  "type": "boolean"
@@ -36866,7 +37275,7 @@
36866
37275
  "vue-properties": [
36867
37276
  {
36868
37277
  "name": "isActive",
36869
- "type": "Ref<boolean | null>"
37278
+ "type": "Ref<boolean>"
36870
37279
  }
36871
37280
  ]
36872
37281
  },
@@ -37088,7 +37497,7 @@
37088
37497
  "default": "[]",
37089
37498
  "value": {
37090
37499
  "kind": "expression",
37091
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37500
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37092
37501
  }
37093
37502
  },
37094
37503
  {
@@ -37318,7 +37727,7 @@
37318
37727
  "arguments": [
37319
37728
  {
37320
37729
  "name": "argument",
37321
- "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37730
+ "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
37322
37731
  }
37323
37732
  ]
37324
37733
  }
@@ -37331,7 +37740,7 @@
37331
37740
  "vue-properties": [
37332
37741
  {
37333
37742
  "name": "item",
37334
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37743
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37335
37744
  }
37336
37745
  ]
37337
37746
  },
@@ -37342,7 +37751,7 @@
37342
37751
  "vue-properties": [
37343
37752
  {
37344
37753
  "name": "item",
37345
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37754
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37346
37755
  }
37347
37756
  ]
37348
37757
  },
@@ -37353,7 +37762,7 @@
37353
37762
  "vue-properties": [
37354
37763
  {
37355
37764
  "name": "item",
37356
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37765
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
37357
37766
  },
37358
37767
  {
37359
37768
  "name": "props",
@@ -37751,7 +38160,7 @@
37751
38160
  "name": "modelValue",
37752
38161
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
37753
38162
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
37754
- "default": "null",
38163
+ "default": "false",
37755
38164
  "value": {
37756
38165
  "kind": "expression",
37757
38166
  "type": "boolean"
@@ -40934,7 +41343,7 @@
40934
41343
  },
40935
41344
  {
40936
41345
  "name": "tab",
40937
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41346
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40938
41347
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40939
41348
  "vue-properties": [
40940
41349
  {
@@ -40961,7 +41370,7 @@
40961
41370
  },
40962
41371
  {
40963
41372
  "name": "[`tab.${string}`]",
40964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41373
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40965
41374
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40966
41375
  "vue-properties": [
40967
41376
  {
@@ -40972,7 +41381,7 @@
40972
41381
  },
40973
41382
  {
40974
41383
  "name": "[`item.${string}`]",
40975
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
41384
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
40976
41385
  "doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
40977
41386
  "vue-properties": [
40978
41387
  {
@@ -44555,7 +44964,7 @@
44555
44964
  "name": "modelValue",
44556
44965
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
44557
44966
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
44558
- "default": "null",
44967
+ "default": "false",
44559
44968
  "value": {
44560
44969
  "kind": "expression",
44561
44970
  "type": "boolean"
@@ -45971,9 +46380,10 @@
45971
46380
  "name": "lines",
45972
46381
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))",
45973
46382
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
46383
+ "default": "false",
45974
46384
  "value": {
45975
46385
  "kind": "expression",
45976
- "type": "'one' | 'two' | 'three'"
46386
+ "type": "false | 'one' | 'two' | 'three'"
45977
46387
  }
45978
46388
  }
45979
46389
  ],