vuetify 3.5.9 → 3.5.10

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 (147) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +106 -6
  3. package/dist/json/importMap-labs.json +8 -4
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +30 -0
  6. package/dist/json/web-types.json +582 -15
  7. package/dist/vuetify-labs.css +2456 -2414
  8. package/dist/vuetify-labs.d.ts +2711 -1996
  9. package/dist/vuetify-labs.esm.js +518 -40
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +518 -39
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +681 -676
  14. package/dist/vuetify.d.ts +2356 -2303
  15. package/dist/vuetify.esm.js +605 -330
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +604 -328
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1106 -1098
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +94 -94
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VCombobox/VCombobox.mjs +5 -4
  40. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  41. package/lib/components/VCombobox/index.d.mts +94 -94
  42. package/lib/components/VDataTable/index.d.mts +6 -6
  43. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  44. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  45. package/lib/components/VDatePicker/index.d.mts +10 -10
  46. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  47. package/lib/components/VDialog/index.d.mts +12 -6
  48. package/lib/components/VDivider/index.d.mts +8 -8
  49. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  50. package/lib/components/VField/VField.css +2 -0
  51. package/lib/components/VField/VField.mjs +1 -1
  52. package/lib/components/VField/VField.mjs.map +1 -1
  53. package/lib/components/VField/VField.sass +2 -0
  54. package/lib/components/VField/index.d.mts +28 -28
  55. package/lib/components/VFileInput/index.d.mts +133 -133
  56. package/lib/components/VFooter/index.d.mts +8 -8
  57. package/lib/components/VGrid/index.d.mts +32 -32
  58. package/lib/components/VIcon/VIcon.css +4 -0
  59. package/lib/components/VIcon/VIcon.mjs +7 -3
  60. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  61. package/lib/components/VIcon/VIcon.sass +4 -0
  62. package/lib/components/VIcon/_variables.scss +1 -0
  63. package/lib/components/VIcon/index.d.mts +25 -16
  64. package/lib/components/VImg/index.d.mts +4 -4
  65. package/lib/components/VInput/index.d.mts +21 -21
  66. package/lib/components/VKbd/index.d.mts +8 -8
  67. package/lib/components/VLabel/index.d.mts +8 -8
  68. package/lib/components/VLayout/index.d.mts +16 -16
  69. package/lib/components/VLazy/index.d.mts +8 -8
  70. package/lib/components/VList/VListItem.mjs +2 -2
  71. package/lib/components/VList/VListItem.mjs.map +1 -1
  72. package/lib/components/VList/index.d.mts +48 -48
  73. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  74. package/lib/components/VMain/index.d.mts +8 -8
  75. package/lib/components/VMenu/VMenu.mjs +3 -0
  76. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  77. package/lib/components/VMenu/index.d.mts +14 -8
  78. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  79. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  80. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  81. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  82. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  83. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  84. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  85. package/lib/components/VOtpInput/index.d.mts +31 -31
  86. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  87. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  88. package/lib/components/VOverlay/index.d.mts +3 -0
  89. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  90. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  91. package/lib/components/VPagination/index.d.mts +7 -7
  92. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  93. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  94. package/lib/components/VProgressLinear/index.d.mts +7 -7
  95. package/lib/components/VRadioGroup/index.d.mts +44 -44
  96. package/lib/components/VRangeSlider/index.d.mts +47 -47
  97. package/lib/components/VRating/index.d.mts +7 -7
  98. package/lib/components/VResponsive/index.d.mts +8 -8
  99. package/lib/components/VSelect/index.d.mts +94 -94
  100. package/lib/components/VSheet/index.d.mts +8 -8
  101. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  102. package/lib/components/VSlider/index.d.mts +47 -47
  103. package/lib/components/VSnackbar/index.d.mts +25 -19
  104. package/lib/components/VStepper/index.d.mts +41 -41
  105. package/lib/components/VSwitch/index.d.mts +39 -39
  106. package/lib/components/VSystemBar/index.d.mts +8 -8
  107. package/lib/components/VTabs/index.d.mts +15 -15
  108. package/lib/components/VTextField/index.d.mts +173 -173
  109. package/lib/components/VTextarea/index.d.mts +119 -119
  110. package/lib/components/VThemeProvider/index.d.mts +8 -8
  111. package/lib/components/VTimeline/index.d.mts +8 -8
  112. package/lib/components/VToolbar/index.d.mts +8 -8
  113. package/lib/components/VTooltip/index.d.mts +14 -8
  114. package/lib/components/VWindow/index.d.mts +10 -10
  115. package/lib/components/index.d.mts +1869 -1832
  116. package/lib/components/transitions/index.d.mts +128 -128
  117. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  118. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  119. package/lib/composables/theme.mjs +1 -1
  120. package/lib/composables/theme.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +3 -2
  122. package/lib/entry-bundler.mjs.map +1 -1
  123. package/lib/framework.mjs +1 -1
  124. package/lib/framework.mjs.map +1 -1
  125. package/lib/index.d.mts +37 -36
  126. package/lib/labs/VCalendar/index.d.mts +32 -32
  127. package/lib/labs/VFab/index.d.mts +15 -15
  128. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  129. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  130. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  131. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  132. package/lib/labs/VNumberInput/_variables.scss +1 -0
  133. package/lib/labs/VNumberInput/index.d.mts +607 -0
  134. package/lib/labs/VNumberInput/index.mjs +2 -0
  135. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  136. package/lib/labs/VPicker/index.d.mts +8 -8
  137. package/lib/labs/VSparkline/index.d.mts +7 -7
  138. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  139. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  140. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  141. package/lib/labs/VTreeview/index.d.mts +8 -8
  142. package/lib/labs/components.d.mts +788 -95
  143. package/lib/labs/components.mjs +1 -0
  144. package/lib/labs/components.mjs.map +1 -1
  145. package/lib/locale/no.mjs +1 -1
  146. package/lib/locale/no.mjs.map +1 -1
  147. 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.5.9",
5
+ "version": "3.5.10",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3867,7 +3867,7 @@
3867
3867
  "vue-properties": [
3868
3868
  {
3869
3869
  "name": "item",
3870
- "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
3870
+ "type": "Partial<LinkProps> & { title: string; disabled: boolean }"
3871
3871
  },
3872
3872
  {
3873
3873
  "name": "index",
@@ -3897,7 +3897,7 @@
3897
3897
  "vue-properties": [
3898
3898
  {
3899
3899
  "name": "item",
3900
- "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
3900
+ "type": "Partial<LinkProps> & { title: string; disabled: boolean }"
3901
3901
  },
3902
3902
  {
3903
3903
  "name": "index",
@@ -21661,6 +21661,16 @@
21661
21661
  "type": "string"
21662
21662
  }
21663
21663
  },
21664
+ {
21665
+ "name": "disabled",
21666
+ "description": "Removes the ability to click or target the component.",
21667
+ "doc-url": "https://vuetifyjs.com/api/VIcon#props",
21668
+ "default": "false",
21669
+ "value": {
21670
+ "kind": "expression",
21671
+ "type": "boolean"
21672
+ }
21673
+ },
21664
21674
  {
21665
21675
  "name": "start",
21666
21676
  "description": "Applies margin at the end of the component.",
@@ -25722,6 +25732,542 @@
25722
25732
  "event": "update:modelValue"
25723
25733
  }
25724
25734
  },
25735
+ {
25736
+ "name": "VNumberInput",
25737
+ "source": {
25738
+ "module": "./src/components/index.ts",
25739
+ "symbol": "VNumberInput"
25740
+ },
25741
+ "description": "",
25742
+ "doc-url": "https://vuetifyjs.com/api/v-number-input",
25743
+ "attributes": [
25744
+ {
25745
+ "name": "label",
25746
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
25747
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25748
+ "value": {
25749
+ "kind": "expression",
25750
+ "type": "string"
25751
+ }
25752
+ },
25753
+ {
25754
+ "name": "controlVariant",
25755
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25756
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25757
+ "default": "'default'",
25758
+ "value": {
25759
+ "kind": "expression",
25760
+ "type": "'default' | 'stacked' | 'split'"
25761
+ }
25762
+ },
25763
+ {
25764
+ "name": "inset",
25765
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25766
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25767
+ "default": "false",
25768
+ "value": {
25769
+ "kind": "expression",
25770
+ "type": "boolean"
25771
+ }
25772
+ },
25773
+ {
25774
+ "name": "hideInput",
25775
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25776
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25777
+ "default": "false",
25778
+ "value": {
25779
+ "kind": "expression",
25780
+ "type": "boolean"
25781
+ }
25782
+ },
25783
+ {
25784
+ "name": "min",
25785
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25786
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25787
+ "value": {
25788
+ "kind": "expression",
25789
+ "type": "number"
25790
+ }
25791
+ },
25792
+ {
25793
+ "name": "max",
25794
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25795
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25796
+ "value": {
25797
+ "kind": "expression",
25798
+ "type": "number"
25799
+ }
25800
+ },
25801
+ {
25802
+ "name": "step",
25803
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25804
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25805
+ "value": {
25806
+ "kind": "expression",
25807
+ "type": "number"
25808
+ }
25809
+ },
25810
+ {
25811
+ "name": "hint",
25812
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property.",
25813
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25814
+ "value": {
25815
+ "kind": "expression",
25816
+ "type": "string"
25817
+ }
25818
+ },
25819
+ {
25820
+ "name": "persistentHint",
25821
+ "description": "Forces [hint](#props-hint) to always be visible.",
25822
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25823
+ "default": "false",
25824
+ "value": {
25825
+ "kind": "expression",
25826
+ "type": "boolean"
25827
+ }
25828
+ },
25829
+ {
25830
+ "name": "reverse",
25831
+ "description": "Reverses the orientation.",
25832
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25833
+ "default": "false",
25834
+ "value": {
25835
+ "kind": "expression",
25836
+ "type": "boolean"
25837
+ }
25838
+ },
25839
+ {
25840
+ "name": "density",
25841
+ "description": "Adjusts the vertical height used by the component.",
25842
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25843
+ "default": "'default'",
25844
+ "value": {
25845
+ "kind": "expression",
25846
+ "type": "'default' | 'comfortable' | 'compact'"
25847
+ }
25848
+ },
25849
+ {
25850
+ "name": "disabled",
25851
+ "description": "Removes the ability to click or target the input.",
25852
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25853
+ "default": "null",
25854
+ "value": {
25855
+ "kind": "expression",
25856
+ "type": "boolean"
25857
+ }
25858
+ },
25859
+ {
25860
+ "name": "error",
25861
+ "description": "Puts the input in a manual error state.",
25862
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25863
+ "default": "false",
25864
+ "value": {
25865
+ "kind": "expression",
25866
+ "type": "boolean"
25867
+ }
25868
+ },
25869
+ {
25870
+ "name": "readonly",
25871
+ "description": "Puts input in readonly state.",
25872
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25873
+ "default": "null",
25874
+ "value": {
25875
+ "kind": "expression",
25876
+ "type": "boolean"
25877
+ }
25878
+ },
25879
+ {
25880
+ "name": "modelValue",
25881
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
25882
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25883
+ "default": "0",
25884
+ "value": {
25885
+ "kind": "expression",
25886
+ "type": "string | number"
25887
+ }
25888
+ },
25889
+ {
25890
+ "name": "focused",
25891
+ "description": "Forces a focused state styling on the component.",
25892
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25893
+ "default": "false",
25894
+ "value": {
25895
+ "kind": "expression",
25896
+ "type": "boolean"
25897
+ }
25898
+ },
25899
+ {
25900
+ "name": "hideDetails",
25901
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display.",
25902
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25903
+ "default": "false",
25904
+ "value": {
25905
+ "kind": "expression",
25906
+ "type": "boolean | 'auto'"
25907
+ }
25908
+ },
25909
+ {
25910
+ "name": "bgColor",
25911
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - 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).",
25912
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25913
+ "value": {
25914
+ "kind": "expression",
25915
+ "type": "string"
25916
+ }
25917
+ },
25918
+ {
25919
+ "name": "color",
25920
+ "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).",
25921
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25922
+ "value": {
25923
+ "kind": "expression",
25924
+ "type": "string"
25925
+ }
25926
+ },
25927
+ {
25928
+ "name": "baseColor",
25929
+ "description": "Sets the color of the input when it is not focused.",
25930
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25931
+ "value": {
25932
+ "kind": "expression",
25933
+ "type": "string"
25934
+ }
25935
+ },
25936
+ {
25937
+ "name": "variant",
25938
+ "description": "Applies a distinct style to the component.",
25939
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25940
+ "default": "'filled'",
25941
+ "value": {
25942
+ "kind": "expression",
25943
+ "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
25944
+ }
25945
+ },
25946
+ {
25947
+ "name": "loading",
25948
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
25949
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25950
+ "default": "false",
25951
+ "value": {
25952
+ "kind": "expression",
25953
+ "type": "string | boolean"
25954
+ }
25955
+ },
25956
+ {
25957
+ "name": "rounded",
25958
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
25959
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25960
+ "value": {
25961
+ "kind": "expression",
25962
+ "type": "string | number | boolean"
25963
+ }
25964
+ },
25965
+ {
25966
+ "name": "theme",
25967
+ "description": "Specify a theme for this component and all of its children.",
25968
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25969
+ "value": {
25970
+ "kind": "expression",
25971
+ "type": "string"
25972
+ }
25973
+ }
25974
+ ],
25975
+ "events": [
25976
+ {
25977
+ "name": "update:focused",
25978
+ "description": "Emitted when the input is focused or blurred",
25979
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
25980
+ "arguments": [
25981
+ {
25982
+ "name": "argument",
25983
+ "type": "[boolean]\n"
25984
+ }
25985
+ ]
25986
+ },
25987
+ {
25988
+ "name": "update:modelValue",
25989
+ "description": "Event that is emitted when the component's model changes.",
25990
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
25991
+ "arguments": [
25992
+ {
25993
+ "name": "argument",
25994
+ "type": "[number]\n"
25995
+ }
25996
+ ]
25997
+ }
25998
+ ],
25999
+ "slots": [
26000
+ {
26001
+ "name": "prepend",
26002
+ "description": "Adds an item outside the input and before input content.",
26003
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26004
+ "vue-properties": [
26005
+ {
26006
+ "name": "id",
26007
+ "type": "ComputedRef<string>"
26008
+ },
26009
+ {
26010
+ "name": "messagesId",
26011
+ "type": "ComputedRef<string>"
26012
+ },
26013
+ {
26014
+ "name": "isDirty",
26015
+ "type": "ComputedRef<boolean>"
26016
+ },
26017
+ {
26018
+ "name": "isDisabled",
26019
+ "type": "ComputedRef<boolean>"
26020
+ },
26021
+ {
26022
+ "name": "isReadonly",
26023
+ "type": "ComputedRef<boolean>"
26024
+ },
26025
+ {
26026
+ "name": "isPristine",
26027
+ "type": "Ref<boolean>"
26028
+ },
26029
+ {
26030
+ "name": "isValid",
26031
+ "type": "ComputedRef<boolean | null>"
26032
+ },
26033
+ {
26034
+ "name": "isValidating",
26035
+ "type": "Ref<boolean>"
26036
+ },
26037
+ {
26038
+ "name": "reset",
26039
+ "type": "() => void"
26040
+ },
26041
+ {
26042
+ "name": "resetValidation",
26043
+ "type": "() => void"
26044
+ },
26045
+ {
26046
+ "name": "validate",
26047
+ "type": "() => void"
26048
+ }
26049
+ ]
26050
+ },
26051
+ {
26052
+ "name": "append",
26053
+ "description": "Adds an item inside the input and after input content.",
26054
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26055
+ "vue-properties": [
26056
+ {
26057
+ "name": "id",
26058
+ "type": "ComputedRef<string>"
26059
+ },
26060
+ {
26061
+ "name": "messagesId",
26062
+ "type": "ComputedRef<string>"
26063
+ },
26064
+ {
26065
+ "name": "isDirty",
26066
+ "type": "ComputedRef<boolean>"
26067
+ },
26068
+ {
26069
+ "name": "isDisabled",
26070
+ "type": "ComputedRef<boolean>"
26071
+ },
26072
+ {
26073
+ "name": "isReadonly",
26074
+ "type": "ComputedRef<boolean>"
26075
+ },
26076
+ {
26077
+ "name": "isPristine",
26078
+ "type": "Ref<boolean>"
26079
+ },
26080
+ {
26081
+ "name": "isValid",
26082
+ "type": "ComputedRef<boolean | null>"
26083
+ },
26084
+ {
26085
+ "name": "isValidating",
26086
+ "type": "Ref<boolean>"
26087
+ },
26088
+ {
26089
+ "name": "reset",
26090
+ "type": "() => void"
26091
+ },
26092
+ {
26093
+ "name": "resetValidation",
26094
+ "type": "() => void"
26095
+ },
26096
+ {
26097
+ "name": "validate",
26098
+ "type": "() => void"
26099
+ }
26100
+ ]
26101
+ },
26102
+ {
26103
+ "name": "details",
26104
+ "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
26105
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26106
+ "vue-properties": [
26107
+ {
26108
+ "name": "id",
26109
+ "type": "ComputedRef<string>"
26110
+ },
26111
+ {
26112
+ "name": "messagesId",
26113
+ "type": "ComputedRef<string>"
26114
+ },
26115
+ {
26116
+ "name": "isDirty",
26117
+ "type": "ComputedRef<boolean>"
26118
+ },
26119
+ {
26120
+ "name": "isDisabled",
26121
+ "type": "ComputedRef<boolean>"
26122
+ },
26123
+ {
26124
+ "name": "isReadonly",
26125
+ "type": "ComputedRef<boolean>"
26126
+ },
26127
+ {
26128
+ "name": "isPristine",
26129
+ "type": "Ref<boolean>"
26130
+ },
26131
+ {
26132
+ "name": "isValid",
26133
+ "type": "ComputedRef<boolean | null>"
26134
+ },
26135
+ {
26136
+ "name": "isValidating",
26137
+ "type": "Ref<boolean>"
26138
+ },
26139
+ {
26140
+ "name": "reset",
26141
+ "type": "() => void"
26142
+ },
26143
+ {
26144
+ "name": "resetValidation",
26145
+ "type": "() => void"
26146
+ },
26147
+ {
26148
+ "name": "validate",
26149
+ "type": "() => void"
26150
+ }
26151
+ ]
26152
+ },
26153
+ {
26154
+ "name": "message",
26155
+ "description": "Slot used to customize the message content.",
26156
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26157
+ "vue-properties": [
26158
+ {
26159
+ "name": "message",
26160
+ "type": "string"
26161
+ }
26162
+ ]
26163
+ },
26164
+ {
26165
+ "name": "clear",
26166
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
26167
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots"
26168
+ },
26169
+ {
26170
+ "name": "prepend-inner",
26171
+ "description": "Slot that is prepended to the input.",
26172
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26173
+ "vue-properties": [
26174
+ {
26175
+ "name": "isActive",
26176
+ "type": "Ref<boolean>"
26177
+ },
26178
+ {
26179
+ "name": "isFocused",
26180
+ "type": "Ref<boolean>"
26181
+ },
26182
+ {
26183
+ "name": "controlRef",
26184
+ "type": "Ref<HTMLElement | undefined>"
26185
+ },
26186
+ {
26187
+ "name": "focus",
26188
+ "type": "() => void"
26189
+ },
26190
+ {
26191
+ "name": "blur",
26192
+ "type": "() => void"
26193
+ }
26194
+ ]
26195
+ },
26196
+ {
26197
+ "name": "append-inner",
26198
+ "description": "Adds an item inside the input content.",
26199
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26200
+ "vue-properties": [
26201
+ {
26202
+ "name": "isActive",
26203
+ "type": "Ref<boolean>"
26204
+ },
26205
+ {
26206
+ "name": "isFocused",
26207
+ "type": "Ref<boolean>"
26208
+ },
26209
+ {
26210
+ "name": "controlRef",
26211
+ "type": "Ref<HTMLElement | undefined>"
26212
+ },
26213
+ {
26214
+ "name": "focus",
26215
+ "type": "() => void"
26216
+ },
26217
+ {
26218
+ "name": "blur",
26219
+ "type": "() => void"
26220
+ }
26221
+ ]
26222
+ },
26223
+ {
26224
+ "name": "label",
26225
+ "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
26226
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots"
26227
+ },
26228
+ {
26229
+ "name": "loader",
26230
+ "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
26231
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26232
+ "vue-properties": [
26233
+ {
26234
+ "name": "color",
26235
+ "type": "string"
26236
+ },
26237
+ {
26238
+ "name": "isActive",
26239
+ "type": "boolean"
26240
+ }
26241
+ ]
26242
+ },
26243
+ {
26244
+ "name": "increment",
26245
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
26246
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26247
+ "vue-properties": [
26248
+ {
26249
+ "name": "click",
26250
+ "type": "() => void"
26251
+ }
26252
+ ]
26253
+ },
26254
+ {
26255
+ "name": "decrement",
26256
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
26257
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26258
+ "vue-properties": [
26259
+ {
26260
+ "name": "click",
26261
+ "type": "() => void"
26262
+ }
26263
+ ]
26264
+ }
26265
+ ],
26266
+ "vue-model": {
26267
+ "prop": "modelValue",
26268
+ "event": "update:modelValue"
26269
+ }
26270
+ },
25725
26271
  {
25726
26272
  "name": "VOtpInput",
25727
26273
  "source": {
@@ -34327,6 +34873,15 @@
34327
34873
  "description": "",
34328
34874
  "doc-url": "https://vuetifyjs.com/api/v-speed-dial",
34329
34875
  "attributes": [
34876
+ {
34877
+ "name": "activator",
34878
+ "description": "Explicitly sets the overlay's activator.",
34879
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34880
+ "value": {
34881
+ "kind": "expression",
34882
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
34883
+ }
34884
+ },
34330
34885
  {
34331
34886
  "name": "id",
34332
34887
  "description": "The unique identifier of the component.",
@@ -34452,15 +35007,6 @@
34452
35007
  "type": "| (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
34453
35008
  }
34454
35009
  },
34455
- {
34456
- "name": "activator",
34457
- "description": "Explicitly sets the overlay's activator.",
34458
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34459
- "value": {
34460
- "kind": "expression",
34461
- "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
34462
- }
34463
- },
34464
35010
  {
34465
35011
  "name": "activatorProps",
34466
35012
  "description": "Apply custom properties to the activator.",
@@ -34473,7 +35019,7 @@
34473
35019
  },
34474
35020
  {
34475
35021
  "name": "openOnClick",
34476
- "description": "Designates whether menu should open on activator click.",
35022
+ "description": "Activate the component when the activator is clicked.",
34477
35023
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34478
35024
  "value": {
34479
35025
  "kind": "expression",
@@ -34501,7 +35047,7 @@
34501
35047
  },
34502
35048
  {
34503
35049
  "name": "closeOnContentClick",
34504
- "description": "Designates if menu should close when its content is clicked.",
35050
+ "description": "Closes component when you click on its content.",
34505
35051
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34506
35052
  "default": "true",
34507
35053
  "value": {
@@ -34679,7 +35225,28 @@
34679
35225
  {
34680
35226
  "name": "default",
34681
35227
  "description": "The default Vue slot.",
34682
- "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots"
35228
+ "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots",
35229
+ "vue-properties": [
35230
+ {
35231
+ "name": "isActive",
35232
+ "type": "Ref<boolean>"
35233
+ }
35234
+ ]
35235
+ },
35236
+ {
35237
+ "name": "activator",
35238
+ "description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation.",
35239
+ "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots",
35240
+ "vue-properties": [
35241
+ {
35242
+ "name": "isActive",
35243
+ "type": "boolean"
35244
+ },
35245
+ {
35246
+ "name": "props",
35247
+ "type": "Record<string, any>"
35248
+ }
35249
+ ]
34683
35250
  }
34684
35251
  ],
34685
35252
  "vue-model": {