@vuetify/nightly 3.7.0-master.2024-08-22 → 3.7.0-master.2024-08-26

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 (53) hide show
  1. package/dist/json/importMap-labs.json +20 -20
  2. package/dist/json/importMap.json +148 -148
  3. package/dist/json/web-types.json +1 -1
  4. package/dist/vuetify-labs.css +2811 -2811
  5. package/dist/vuetify-labs.d.ts +1839 -36
  6. package/dist/vuetify-labs.esm.js +5 -3
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +5 -3
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +1493 -1493
  11. package/dist/vuetify.d.ts +404 -80
  12. package/dist/vuetify.esm.js +5 -3
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +5 -3
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +3 -3
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/index.d.mts +45 -3
  20. package/lib/components/VCombobox/index.d.mts +45 -3
  21. package/lib/components/VDialog/index.d.mts +36 -3
  22. package/lib/components/VFileInput/index.d.mts +27 -3
  23. package/lib/components/VForm/index.d.mts +96 -3
  24. package/lib/components/VMenu/index.d.mts +45 -3
  25. package/lib/components/VSelect/index.d.mts +45 -3
  26. package/lib/components/VSnackbar/index.d.mts +36 -3
  27. package/lib/components/VTabs/index.d.mts +15 -3
  28. package/lib/components/VTextField/index.d.mts +33 -3
  29. package/lib/components/VTextarea/index.d.mts +27 -3
  30. package/lib/components/VTooltip/index.d.mts +36 -3
  31. package/lib/components/index.d.mts +351 -27
  32. package/lib/components/index.mjs +1 -1
  33. package/lib/components/index.mjs.map +1 -1
  34. package/lib/composables/forwardRefs.mjs +2 -0
  35. package/lib/composables/forwardRefs.mjs.map +1 -1
  36. package/lib/entry-bundler.mjs +1 -1
  37. package/lib/framework.mjs +1 -1
  38. package/lib/index.d.mts +53 -53
  39. package/lib/labs/VNumberInput/index.d.mts +2273 -794
  40. package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
  41. package/lib/labs/components.d.mts +2293 -781
  42. package/package.json +1 -1
  43. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  44. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  45. package/lib/components/VTreeview/VTreeview.sass +0 -128
  46. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  47. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  48. package/lib/components/VTreeview/_mixins.sass +0 -18
  49. package/lib/components/VTreeview/_variables.scss +0 -10
  50. package/lib/components/VTreeview/index.mjs +0 -10
  51. package/lib/components/VTreeview/index.mjs.map +0 -1
  52. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  53. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
@@ -1146,7 +1146,17 @@ declare const VNumberInput: {
1146
1146
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1147
1147
  modelValue?: unknown;
1148
1148
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1149
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1149
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1150
+ _allExposed: {
1151
+ reset: () => Promise<void>;
1152
+ resetValidation: () => Promise<void>;
1153
+ validate: (silent?: boolean) => Promise<string[]>;
1154
+ isValid: vue.ComputedRef<boolean | null>;
1155
+ errorMessages: vue.ComputedRef<string[]>;
1156
+ } | {
1157
+ controlRef: vue.Ref<HTMLElement | undefined>;
1158
+ } | {};
1159
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1150
1160
  'click:control': (e: MouseEvent) => true;
1151
1161
  'mousedown:control': (e: MouseEvent) => true;
1152
1162
  'update:focused': (focused: boolean) => true;
@@ -1342,7 +1352,7 @@ declare const VNumberInput: {
1342
1352
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1343
1353
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1344
1354
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
1345
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1355
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
1346
1356
  $: vue.ComponentInternalInstance;
1347
1357
  $data: {};
1348
1358
  $props: Partial<{
@@ -1803,257 +1813,740 @@ declare const VNumberInput: {
1803
1813
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1804
1814
  modelValue?: unknown;
1805
1815
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1806
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1807
- 'update:modelValue': (val: number) => true;
1808
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1809
- flat: boolean;
1810
- reverse: boolean;
1811
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1812
- max: number;
1813
- type: string;
1814
- error: boolean;
1815
- active: boolean;
1816
- min: number;
1817
- direction: "horizontal" | "vertical";
1818
- inset: boolean;
1819
- style: vue.StyleValue;
1820
- autofocus: boolean;
1821
- disabled: boolean;
1822
- readonly: boolean | null;
1823
- step: number;
1824
- messages: string | readonly string[];
1825
- focused: boolean;
1826
- errorMessages: string | readonly string[] | null;
1827
- maxErrors: string | number;
1828
- rules: readonly ValidationRule[];
1829
- modelValue: Number | null;
1830
- tile: boolean;
1831
- density: Density;
1832
- clearIcon: IconValue;
1833
- hideSpinButtons: boolean;
1834
- persistentHint: boolean;
1835
- clearable: boolean;
1836
- dirty: boolean;
1837
- persistentClear: boolean;
1838
- singleLine: boolean;
1839
- persistentPlaceholder: boolean;
1840
- persistentCounter: boolean;
1841
- hideInput: boolean;
1842
- controlVariant: ControlVariant;
1843
- } & {
1844
- name?: string | undefined;
1845
- id?: string | undefined;
1846
- width?: string | number | undefined;
1847
- color?: string | undefined;
1848
- maxWidth?: string | number | undefined;
1849
- minWidth?: string | number | undefined;
1850
- loading?: string | boolean | undefined;
1851
- label?: string | undefined;
1852
- prefix?: string | undefined;
1853
- role?: string | undefined;
1854
- class?: any;
1855
- placeholder?: string | undefined;
1856
- theme?: string | undefined;
1857
- counter?: string | number | boolean | undefined;
1858
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1859
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1860
- validationValue?: any;
1861
- rounded?: string | number | boolean | undefined;
1862
- baseColor?: string | undefined;
1863
- bgColor?: string | undefined;
1864
- prependIcon?: IconValue | undefined;
1865
- appendIcon?: IconValue | undefined;
1866
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1867
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1868
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1869
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1870
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1871
- centerAffix?: boolean | undefined;
1872
- hint?: string | undefined;
1873
- hideDetails?: boolean | "auto" | undefined;
1874
- suffix?: string | undefined;
1875
- counterValue?: number | ((value: any) => number) | undefined;
1876
- modelModifiers?: Record<string, boolean> | undefined;
1877
- } & {
1878
- $children?: {} | vue.VNodeChild | {
1879
- message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1880
- clear?: ((arg: DefaultInputSlot & {
1881
- props: Record<string, any>;
1882
- }) => vue.VNodeChild) | undefined;
1883
- details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1884
- label?: ((arg: DefaultInputSlot & {
1885
- label: string | undefined;
1886
- props: Record<string, any>;
1887
- }) => vue.VNodeChild) | undefined;
1888
- append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1889
- prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1890
- counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1891
- loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1892
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1893
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1894
- increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1895
- decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1896
- };
1897
- 'v-slots'?: {
1898
- message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1899
- clear?: false | ((arg: DefaultInputSlot & {
1900
- props: Record<string, any>;
1901
- }) => vue.VNodeChild) | undefined;
1902
- details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1903
- label?: false | ((arg: DefaultInputSlot & {
1904
- label: string | undefined;
1905
- props: Record<string, any>;
1906
- }) => vue.VNodeChild) | undefined;
1907
- append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1908
- prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1909
- counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1910
- loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1911
- 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1912
- 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1913
- increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1914
- decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1915
- } | undefined;
1916
- } & {
1917
- "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
1918
- "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
1919
- props: Record<string, any>;
1920
- }) => vue.VNodeChild) | undefined;
1921
- "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1922
- "v-slot:label"?: false | ((arg: DefaultInputSlot & {
1923
- label: string | undefined;
1924
- props: Record<string, any>;
1925
- }) => vue.VNodeChild) | undefined;
1926
- "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1927
- "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
1928
- "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
1929
- "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
1930
- "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1931
- "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
1932
- "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1933
- "v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
1934
- } & {
1935
- "onUpdate:modelValue"?: ((val: number) => any) | undefined;
1936
- }, {
1937
- flat: boolean;
1938
- reverse: boolean;
1939
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1940
- max: number;
1941
- type: string;
1942
- error: boolean;
1943
- active: boolean;
1944
- min: number;
1945
- direction: "horizontal" | "vertical";
1946
- inset: boolean;
1947
- style: vue.StyleValue;
1948
- autofocus: boolean;
1949
- disabled: boolean;
1950
- readonly: boolean | null;
1951
- step: number;
1952
- messages: string | readonly string[];
1953
- focused: boolean;
1954
- errorMessages: string | readonly string[] | null;
1955
- maxErrors: string | number;
1956
- rules: readonly ValidationRule[];
1957
- modelValue: Number | null;
1958
- rounded: string | number | boolean;
1959
- tile: boolean;
1960
- density: Density;
1961
- clearIcon: IconValue;
1962
- centerAffix: boolean;
1963
- hideSpinButtons: boolean;
1964
- persistentHint: boolean;
1965
- clearable: boolean;
1966
- dirty: boolean;
1967
- persistentClear: boolean;
1968
- singleLine: boolean;
1969
- persistentPlaceholder: boolean;
1970
- persistentCounter: boolean;
1971
- hideInput: boolean;
1972
- controlVariant: ControlVariant;
1973
- }, true, {}, vue.SlotsType<Partial<{
1974
- message: (arg: VMessageSlot) => vue.VNode[];
1975
- clear: (arg: DefaultInputSlot & {
1976
- props: Record<string, any>;
1977
- }) => vue.VNode[];
1978
- details: (arg: VInputSlot) => vue.VNode[];
1979
- label: (arg: DefaultInputSlot & {
1980
- label: string | undefined;
1981
- props: Record<string, any>;
1982
- }) => vue.VNode[];
1983
- append: (arg: VInputSlot) => vue.VNode[];
1984
- prepend: (arg: VInputSlot) => vue.VNode[];
1985
- counter: (arg: VCounterSlot) => vue.VNode[];
1986
- loader: (arg: LoaderSlotProps) => vue.VNode[];
1987
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
1988
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
1989
- increment: (arg: ControlSlot) => vue.VNode[];
1990
- decrement: (arg: ControlSlot) => vue.VNode[];
1991
- }>>, {
1992
- P: {};
1993
- B: {};
1994
- D: {};
1995
- C: {};
1996
- M: {};
1997
- Defaults: {};
1998
- }, {
1999
- flat: boolean;
2000
- reverse: boolean;
2001
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2002
- max: number;
2003
- type: string;
2004
- error: boolean;
2005
- active: boolean;
2006
- min: number;
2007
- direction: "horizontal" | "vertical";
2008
- inset: boolean;
2009
- style: vue.StyleValue;
2010
- autofocus: boolean;
2011
- disabled: boolean;
2012
- readonly: boolean | null;
2013
- step: number;
2014
- messages: string | readonly string[];
2015
- focused: boolean;
2016
- errorMessages: string | readonly string[] | null;
2017
- maxErrors: string | number;
2018
- rules: readonly ValidationRule[];
2019
- modelValue: Number | null;
2020
- tile: boolean;
2021
- density: Density;
2022
- clearIcon: IconValue;
2023
- hideSpinButtons: boolean;
2024
- persistentHint: boolean;
2025
- clearable: boolean;
2026
- dirty: boolean;
2027
- persistentClear: boolean;
2028
- singleLine: boolean;
2029
- persistentPlaceholder: boolean;
2030
- persistentCounter: boolean;
2031
- hideInput: boolean;
2032
- controlVariant: ControlVariant;
2033
- } & {
2034
- name?: string | undefined;
2035
- id?: string | undefined;
2036
- width?: string | number | undefined;
2037
- color?: string | undefined;
2038
- maxWidth?: string | number | undefined;
2039
- minWidth?: string | number | undefined;
2040
- loading?: string | boolean | undefined;
2041
- label?: string | undefined;
2042
- prefix?: string | undefined;
2043
- role?: string | undefined;
2044
- class?: any;
2045
- placeholder?: string | undefined;
2046
- theme?: string | undefined;
2047
- counter?: string | number | boolean | undefined;
2048
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2049
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2050
- validationValue?: any;
2051
- rounded?: string | number | boolean | undefined;
2052
- baseColor?: string | undefined;
2053
- bgColor?: string | undefined;
2054
- prependIcon?: IconValue | undefined;
2055
- appendIcon?: IconValue | undefined;
2056
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1816
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
1817
+ _allExposed: {
1818
+ reset: () => Promise<void>;
1819
+ resetValidation: () => Promise<void>;
1820
+ validate: (silent?: boolean) => Promise<string[]>;
1821
+ isValid: vue.ComputedRef<boolean | null>;
1822
+ errorMessages: vue.ComputedRef<string[]>;
1823
+ } | {
1824
+ controlRef: vue.Ref<HTMLElement | undefined>;
1825
+ } | {};
1826
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
1827
+ _allExposed: (HTMLInputElement & Omit<Omit<{
1828
+ $: vue.ComponentInternalInstance;
1829
+ $data: {};
1830
+ $props: Partial<{
1831
+ error: boolean;
1832
+ direction: "horizontal" | "vertical";
1833
+ style: vue.StyleValue;
1834
+ disabled: boolean | null;
1835
+ readonly: boolean | null;
1836
+ messages: string | readonly string[];
1837
+ focused: boolean;
1838
+ errorMessages: string | readonly string[] | null;
1839
+ maxErrors: string | number;
1840
+ rules: readonly ValidationRule[];
1841
+ density: Density;
1842
+ centerAffix: boolean;
1843
+ hideSpinButtons: boolean;
1844
+ persistentHint: boolean;
1845
+ }> & Omit<{
1846
+ error: boolean;
1847
+ direction: "horizontal" | "vertical";
1848
+ style: vue.StyleValue;
1849
+ disabled: boolean | null;
1850
+ readonly: boolean | null;
1851
+ messages: string | readonly string[];
1852
+ focused: boolean;
1853
+ errorMessages: string | readonly string[] | null;
1854
+ maxErrors: string | number;
1855
+ rules: readonly ValidationRule[];
1856
+ density: Density;
1857
+ centerAffix: boolean;
1858
+ hideSpinButtons: boolean;
1859
+ persistentHint: boolean;
1860
+ name?: string | undefined;
1861
+ id?: string | undefined;
1862
+ width?: string | number | undefined;
1863
+ maxWidth?: string | number | undefined;
1864
+ minWidth?: string | number | undefined;
1865
+ label?: string | undefined;
1866
+ class?: any;
1867
+ theme?: string | undefined;
1868
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1869
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1870
+ validationValue?: any;
1871
+ prependIcon?: IconValue | undefined;
1872
+ appendIcon?: IconValue | undefined;
1873
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1874
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1875
+ hint?: string | undefined;
1876
+ hideDetails?: boolean | "auto" | undefined;
1877
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1878
+ error: boolean;
1879
+ direction: "horizontal" | "vertical";
1880
+ style: vue.StyleValue;
1881
+ disabled: boolean | null;
1882
+ readonly: boolean | null;
1883
+ messages: string | readonly string[];
1884
+ focused: boolean;
1885
+ errorMessages: string | readonly string[] | null;
1886
+ maxErrors: string | number;
1887
+ rules: readonly ValidationRule[];
1888
+ density: Density;
1889
+ centerAffix: boolean;
1890
+ hideSpinButtons: boolean;
1891
+ persistentHint: boolean;
1892
+ } & {
1893
+ name?: string | undefined;
1894
+ id?: string | undefined;
1895
+ width?: string | number | undefined;
1896
+ maxWidth?: string | number | undefined;
1897
+ minWidth?: string | number | undefined;
1898
+ label?: string | undefined;
1899
+ class?: any;
1900
+ theme?: string | undefined;
1901
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1902
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1903
+ validationValue?: any;
1904
+ prependIcon?: IconValue | undefined;
1905
+ appendIcon?: IconValue | undefined;
1906
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1907
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1908
+ hint?: string | undefined;
1909
+ hideDetails?: boolean | "auto" | undefined;
1910
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1911
+ $attrs: {
1912
+ [x: string]: unknown;
1913
+ };
1914
+ $refs: {
1915
+ [x: string]: unknown;
1916
+ };
1917
+ $slots: Readonly<{
1918
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1919
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1920
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1921
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
1922
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
1923
+ }>;
1924
+ $root: vue.ComponentPublicInstance | null;
1925
+ $parent: vue.ComponentPublicInstance | null;
1926
+ $emit: (event: string, ...args: any[]) => void;
1927
+ $el: any;
1928
+ $options: vue.ComponentOptionsBase<{
1929
+ error: boolean;
1930
+ direction: "horizontal" | "vertical";
1931
+ style: vue.StyleValue;
1932
+ disabled: boolean | null;
1933
+ readonly: boolean | null;
1934
+ messages: string | readonly string[];
1935
+ focused: boolean;
1936
+ errorMessages: string | readonly string[] | null;
1937
+ maxErrors: string | number;
1938
+ rules: readonly ValidationRule[];
1939
+ density: Density;
1940
+ centerAffix: boolean;
1941
+ hideSpinButtons: boolean;
1942
+ persistentHint: boolean;
1943
+ } & {
1944
+ name?: string | undefined;
1945
+ id?: string | undefined;
1946
+ width?: string | number | undefined;
1947
+ maxWidth?: string | number | undefined;
1948
+ minWidth?: string | number | undefined;
1949
+ label?: string | undefined;
1950
+ class?: any;
1951
+ theme?: string | undefined;
1952
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1953
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1954
+ validationValue?: any;
1955
+ prependIcon?: IconValue | undefined;
1956
+ appendIcon?: IconValue | undefined;
1957
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1958
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1959
+ hint?: string | undefined;
1960
+ hideDetails?: boolean | "auto" | undefined;
1961
+ } & {}, {
1962
+ reset: () => Promise<void>;
1963
+ resetValidation: () => Promise<void>;
1964
+ validate: (silent?: boolean) => Promise<string[]>;
1965
+ isValid: vue.ComputedRef<boolean | null>;
1966
+ errorMessages: vue.ComputedRef<string[]>;
1967
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1968
+ 'update:modelValue': (value: any) => true;
1969
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1970
+ error: boolean;
1971
+ direction: "horizontal" | "vertical";
1972
+ style: vue.StyleValue;
1973
+ disabled: boolean | null;
1974
+ readonly: boolean | null;
1975
+ messages: string | readonly string[];
1976
+ focused: boolean;
1977
+ errorMessages: string | readonly string[] | null;
1978
+ maxErrors: string | number;
1979
+ rules: readonly ValidationRule[];
1980
+ density: Density;
1981
+ centerAffix: boolean;
1982
+ hideSpinButtons: boolean;
1983
+ persistentHint: boolean;
1984
+ }, {}, string, vue.SlotsType<Partial<{
1985
+ default: (arg: VInputSlot) => vue.VNode[];
1986
+ prepend: (arg: VInputSlot) => vue.VNode[];
1987
+ append: (arg: VInputSlot) => vue.VNode[];
1988
+ details: (arg: VInputSlot) => vue.VNode[];
1989
+ message: (arg: VMessageSlot) => vue.VNode[];
1990
+ }>>> & {
1991
+ beforeCreate?: (() => void) | (() => void)[];
1992
+ created?: (() => void) | (() => void)[];
1993
+ beforeMount?: (() => void) | (() => void)[];
1994
+ mounted?: (() => void) | (() => void)[];
1995
+ beforeUpdate?: (() => void) | (() => void)[];
1996
+ updated?: (() => void) | (() => void)[];
1997
+ activated?: (() => void) | (() => void)[];
1998
+ deactivated?: (() => void) | (() => void)[];
1999
+ beforeDestroy?: (() => void) | (() => void)[];
2000
+ beforeUnmount?: (() => void) | (() => void)[];
2001
+ destroyed?: (() => void) | (() => void)[];
2002
+ unmounted?: (() => void) | (() => void)[];
2003
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2004
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2005
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
2006
+ };
2007
+ $forceUpdate: () => void;
2008
+ $nextTick: typeof nextTick;
2009
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2010
+ } & Omit<{
2011
+ error: boolean;
2012
+ direction: "horizontal" | "vertical";
2013
+ style: vue.StyleValue;
2014
+ disabled: boolean | null;
2015
+ readonly: boolean | null;
2016
+ messages: string | readonly string[];
2017
+ focused: boolean;
2018
+ errorMessages: string | readonly string[] | null;
2019
+ maxErrors: string | number;
2020
+ rules: readonly ValidationRule[];
2021
+ density: Density;
2022
+ centerAffix: boolean;
2023
+ hideSpinButtons: boolean;
2024
+ persistentHint: boolean;
2025
+ } & {
2026
+ name?: string | undefined;
2027
+ id?: string | undefined;
2028
+ width?: string | number | undefined;
2029
+ maxWidth?: string | number | undefined;
2030
+ minWidth?: string | number | undefined;
2031
+ label?: string | undefined;
2032
+ class?: any;
2033
+ theme?: string | undefined;
2034
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2035
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2036
+ validationValue?: any;
2037
+ prependIcon?: IconValue | undefined;
2038
+ appendIcon?: IconValue | undefined;
2039
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2040
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2041
+ hint?: string | undefined;
2042
+ hideDetails?: boolean | "auto" | undefined;
2043
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
2044
+ reset: () => Promise<void>;
2045
+ resetValidation: () => Promise<void>;
2046
+ validate: (silent?: boolean) => Promise<string[]>;
2047
+ isValid: vue.ComputedRef<boolean | null>;
2048
+ errorMessages: vue.ComputedRef<string[]>;
2049
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2050
+ modelValue?: unknown;
2051
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2052
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
2053
+ $: vue.ComponentInternalInstance;
2054
+ $data: {};
2055
+ $props: Partial<{
2056
+ flat: boolean;
2057
+ reverse: boolean;
2058
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2059
+ error: boolean;
2060
+ active: boolean;
2061
+ style: vue.StyleValue;
2062
+ disabled: boolean;
2063
+ focused: boolean;
2064
+ rounded: string | number | boolean;
2065
+ tile: boolean;
2066
+ clearIcon: IconValue;
2067
+ centerAffix: boolean;
2068
+ clearable: boolean;
2069
+ dirty: boolean;
2070
+ persistentClear: boolean;
2071
+ singleLine: boolean;
2072
+ }> & Omit<{
2073
+ flat: boolean;
2074
+ reverse: boolean;
2075
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2076
+ error: boolean;
2077
+ active: boolean;
2078
+ style: vue.StyleValue;
2079
+ disabled: boolean;
2080
+ focused: boolean;
2081
+ tile: boolean;
2082
+ clearIcon: IconValue;
2083
+ clearable: boolean;
2084
+ dirty: boolean;
2085
+ persistentClear: boolean;
2086
+ singleLine: boolean;
2087
+ id?: string | undefined;
2088
+ color?: string | undefined;
2089
+ loading?: string | boolean | undefined;
2090
+ label?: string | undefined;
2091
+ class?: any;
2092
+ theme?: string | undefined;
2093
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2094
+ rounded?: string | number | boolean | undefined;
2095
+ baseColor?: string | undefined;
2096
+ bgColor?: string | undefined;
2097
+ appendInnerIcon?: IconValue | undefined;
2098
+ prependInnerIcon?: IconValue | undefined;
2099
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2100
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2101
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2102
+ centerAffix?: boolean | undefined;
2103
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2104
+ flat: boolean;
2105
+ reverse: boolean;
2106
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2107
+ error: boolean;
2108
+ active: boolean;
2109
+ style: vue.StyleValue;
2110
+ disabled: boolean;
2111
+ focused: boolean;
2112
+ tile: boolean;
2113
+ clearIcon: IconValue;
2114
+ clearable: boolean;
2115
+ dirty: boolean;
2116
+ persistentClear: boolean;
2117
+ singleLine: boolean;
2118
+ } & {
2119
+ id?: string | undefined;
2120
+ color?: string | undefined;
2121
+ loading?: string | boolean | undefined;
2122
+ label?: string | undefined;
2123
+ class?: any;
2124
+ theme?: string | undefined;
2125
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2126
+ rounded?: string | number | boolean | undefined;
2127
+ baseColor?: string | undefined;
2128
+ bgColor?: string | undefined;
2129
+ appendInnerIcon?: IconValue | undefined;
2130
+ prependInnerIcon?: IconValue | undefined;
2131
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2132
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2133
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2134
+ centerAffix?: boolean | undefined;
2135
+ } & {
2136
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2137
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2138
+ $attrs: {
2139
+ [x: string]: unknown;
2140
+ };
2141
+ $refs: {
2142
+ [x: string]: unknown;
2143
+ };
2144
+ $slots: Readonly<{
2145
+ clear?: ((arg: DefaultInputSlot & {
2146
+ props: Record<string, any>;
2147
+ }) => vue.VNode[]) | undefined;
2148
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
2149
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
2150
+ label?: ((arg: DefaultInputSlot & {
2151
+ label: string | undefined;
2152
+ props: Record<string, any>;
2153
+ }) => vue.VNode[]) | undefined;
2154
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
2155
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
2156
+ }>;
2157
+ $root: vue.ComponentPublicInstance | null;
2158
+ $parent: vue.ComponentPublicInstance | null;
2159
+ $emit: (event: "update:focused", focused: boolean) => void;
2160
+ $el: any;
2161
+ $options: vue.ComponentOptionsBase<{
2162
+ flat: boolean;
2163
+ reverse: boolean;
2164
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2165
+ error: boolean;
2166
+ active: boolean;
2167
+ style: vue.StyleValue;
2168
+ disabled: boolean;
2169
+ focused: boolean;
2170
+ tile: boolean;
2171
+ clearIcon: IconValue;
2172
+ clearable: boolean;
2173
+ dirty: boolean;
2174
+ persistentClear: boolean;
2175
+ singleLine: boolean;
2176
+ } & {
2177
+ id?: string | undefined;
2178
+ color?: string | undefined;
2179
+ loading?: string | boolean | undefined;
2180
+ label?: string | undefined;
2181
+ class?: any;
2182
+ theme?: string | undefined;
2183
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2184
+ rounded?: string | number | boolean | undefined;
2185
+ baseColor?: string | undefined;
2186
+ bgColor?: string | undefined;
2187
+ appendInnerIcon?: IconValue | undefined;
2188
+ prependInnerIcon?: IconValue | undefined;
2189
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2190
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2191
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2192
+ centerAffix?: boolean | undefined;
2193
+ } & {
2194
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2195
+ }, {
2196
+ controlRef: vue.Ref<HTMLElement | undefined>;
2197
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2198
+ 'update:focused': (focused: boolean) => true;
2199
+ 'update:modelValue': (value: any) => true;
2200
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
2201
+ flat: boolean;
2202
+ reverse: boolean;
2203
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2204
+ error: boolean;
2205
+ active: boolean;
2206
+ style: vue.StyleValue;
2207
+ disabled: boolean;
2208
+ focused: boolean;
2209
+ rounded: string | number | boolean;
2210
+ tile: boolean;
2211
+ clearIcon: IconValue;
2212
+ centerAffix: boolean;
2213
+ clearable: boolean;
2214
+ dirty: boolean;
2215
+ persistentClear: boolean;
2216
+ singleLine: boolean;
2217
+ }, {}, string, vue.SlotsType<Partial<{
2218
+ clear: (arg: DefaultInputSlot & {
2219
+ props: Record<string, any>;
2220
+ }) => vue.VNode[];
2221
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2222
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2223
+ label: (arg: DefaultInputSlot & {
2224
+ label: string | undefined;
2225
+ props: Record<string, any>;
2226
+ }) => vue.VNode[];
2227
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2228
+ default: (arg: VFieldSlot) => vue.VNode[];
2229
+ }>>> & {
2230
+ beforeCreate?: (() => void) | (() => void)[];
2231
+ created?: (() => void) | (() => void)[];
2232
+ beforeMount?: (() => void) | (() => void)[];
2233
+ mounted?: (() => void) | (() => void)[];
2234
+ beforeUpdate?: (() => void) | (() => void)[];
2235
+ updated?: (() => void) | (() => void)[];
2236
+ activated?: (() => void) | (() => void)[];
2237
+ deactivated?: (() => void) | (() => void)[];
2238
+ beforeDestroy?: (() => void) | (() => void)[];
2239
+ beforeUnmount?: (() => void) | (() => void)[];
2240
+ destroyed?: (() => void) | (() => void)[];
2241
+ unmounted?: (() => void) | (() => void)[];
2242
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2243
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
2244
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
2245
+ };
2246
+ $forceUpdate: () => void;
2247
+ $nextTick: typeof nextTick;
2248
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
2249
+ } & Omit<{
2250
+ flat: boolean;
2251
+ reverse: boolean;
2252
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2253
+ error: boolean;
2254
+ active: boolean;
2255
+ style: vue.StyleValue;
2256
+ disabled: boolean;
2257
+ focused: boolean;
2258
+ tile: boolean;
2259
+ clearIcon: IconValue;
2260
+ clearable: boolean;
2261
+ dirty: boolean;
2262
+ persistentClear: boolean;
2263
+ singleLine: boolean;
2264
+ } & {
2265
+ id?: string | undefined;
2266
+ color?: string | undefined;
2267
+ loading?: string | boolean | undefined;
2268
+ label?: string | undefined;
2269
+ class?: any;
2270
+ theme?: string | undefined;
2271
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2272
+ rounded?: string | number | boolean | undefined;
2273
+ baseColor?: string | undefined;
2274
+ bgColor?: string | undefined;
2275
+ appendInnerIcon?: IconValue | undefined;
2276
+ prependInnerIcon?: IconValue | undefined;
2277
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2278
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2279
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2280
+ centerAffix?: boolean | undefined;
2281
+ } & {
2282
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2283
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
2284
+ controlRef: vue.Ref<HTMLElement | undefined>;
2285
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
2286
+ modelValue?: unknown;
2287
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
2288
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
2289
+ _allExposed: {
2290
+ reset: () => Promise<void>;
2291
+ resetValidation: () => Promise<void>;
2292
+ validate: (silent?: boolean) => Promise<string[]>;
2293
+ isValid: vue.ComputedRef<boolean | null>;
2294
+ errorMessages: vue.ComputedRef<string[]>;
2295
+ } | {
2296
+ controlRef: vue.Ref<HTMLElement | undefined>;
2297
+ } | {};
2298
+ }) | {};
2299
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2300
+ 'update:modelValue': (val: number) => true;
2301
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2302
+ flat: boolean;
2303
+ reverse: boolean;
2304
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2305
+ max: number;
2306
+ type: string;
2307
+ error: boolean;
2308
+ active: boolean;
2309
+ min: number;
2310
+ direction: "horizontal" | "vertical";
2311
+ inset: boolean;
2312
+ style: vue.StyleValue;
2313
+ autofocus: boolean;
2314
+ disabled: boolean;
2315
+ readonly: boolean | null;
2316
+ step: number;
2317
+ messages: string | readonly string[];
2318
+ focused: boolean;
2319
+ errorMessages: string | readonly string[] | null;
2320
+ maxErrors: string | number;
2321
+ rules: readonly ValidationRule[];
2322
+ modelValue: Number | null;
2323
+ tile: boolean;
2324
+ density: Density;
2325
+ clearIcon: IconValue;
2326
+ hideSpinButtons: boolean;
2327
+ persistentHint: boolean;
2328
+ clearable: boolean;
2329
+ dirty: boolean;
2330
+ persistentClear: boolean;
2331
+ singleLine: boolean;
2332
+ persistentPlaceholder: boolean;
2333
+ persistentCounter: boolean;
2334
+ hideInput: boolean;
2335
+ controlVariant: ControlVariant;
2336
+ } & {
2337
+ name?: string | undefined;
2338
+ id?: string | undefined;
2339
+ width?: string | number | undefined;
2340
+ color?: string | undefined;
2341
+ maxWidth?: string | number | undefined;
2342
+ minWidth?: string | number | undefined;
2343
+ loading?: string | boolean | undefined;
2344
+ label?: string | undefined;
2345
+ prefix?: string | undefined;
2346
+ role?: string | undefined;
2347
+ class?: any;
2348
+ placeholder?: string | undefined;
2349
+ theme?: string | undefined;
2350
+ counter?: string | number | boolean | undefined;
2351
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2352
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2353
+ validationValue?: any;
2354
+ rounded?: string | number | boolean | undefined;
2355
+ baseColor?: string | undefined;
2356
+ bgColor?: string | undefined;
2357
+ prependIcon?: IconValue | undefined;
2358
+ appendIcon?: IconValue | undefined;
2359
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2360
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2361
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2362
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2363
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2364
+ centerAffix?: boolean | undefined;
2365
+ hint?: string | undefined;
2366
+ hideDetails?: boolean | "auto" | undefined;
2367
+ suffix?: string | undefined;
2368
+ counterValue?: number | ((value: any) => number) | undefined;
2369
+ modelModifiers?: Record<string, boolean> | undefined;
2370
+ } & {
2371
+ $children?: {} | vue.VNodeChild | {
2372
+ message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2373
+ clear?: ((arg: DefaultInputSlot & {
2374
+ props: Record<string, any>;
2375
+ }) => vue.VNodeChild) | undefined;
2376
+ details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2377
+ label?: ((arg: DefaultInputSlot & {
2378
+ label: string | undefined;
2379
+ props: Record<string, any>;
2380
+ }) => vue.VNodeChild) | undefined;
2381
+ append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2382
+ prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2383
+ counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2384
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2385
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2386
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2387
+ increment?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2388
+ decrement?: ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2389
+ };
2390
+ 'v-slots'?: {
2391
+ message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2392
+ clear?: false | ((arg: DefaultInputSlot & {
2393
+ props: Record<string, any>;
2394
+ }) => vue.VNodeChild) | undefined;
2395
+ details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2396
+ label?: false | ((arg: DefaultInputSlot & {
2397
+ label: string | undefined;
2398
+ props: Record<string, any>;
2399
+ }) => vue.VNodeChild) | undefined;
2400
+ append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2401
+ prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2402
+ counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2403
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2404
+ 'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2405
+ 'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2406
+ increment?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2407
+ decrement?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2408
+ } | undefined;
2409
+ } & {
2410
+ "v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
2411
+ "v-slot:clear"?: false | ((arg: DefaultInputSlot & {
2412
+ props: Record<string, any>;
2413
+ }) => vue.VNodeChild) | undefined;
2414
+ "v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2415
+ "v-slot:label"?: false | ((arg: DefaultInputSlot & {
2416
+ label: string | undefined;
2417
+ props: Record<string, any>;
2418
+ }) => vue.VNodeChild) | undefined;
2419
+ "v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2420
+ "v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
2421
+ "v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
2422
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
2423
+ "v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2424
+ "v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
2425
+ "v-slot:increment"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2426
+ "v-slot:decrement"?: false | ((arg: ControlSlot) => vue.VNodeChild) | undefined;
2427
+ } & {
2428
+ "onUpdate:modelValue"?: ((val: number) => any) | undefined;
2429
+ }, {
2430
+ flat: boolean;
2431
+ reverse: boolean;
2432
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2433
+ max: number;
2434
+ type: string;
2435
+ error: boolean;
2436
+ active: boolean;
2437
+ min: number;
2438
+ direction: "horizontal" | "vertical";
2439
+ inset: boolean;
2440
+ style: vue.StyleValue;
2441
+ autofocus: boolean;
2442
+ disabled: boolean;
2443
+ readonly: boolean | null;
2444
+ step: number;
2445
+ messages: string | readonly string[];
2446
+ focused: boolean;
2447
+ errorMessages: string | readonly string[] | null;
2448
+ maxErrors: string | number;
2449
+ rules: readonly ValidationRule[];
2450
+ modelValue: Number | null;
2451
+ rounded: string | number | boolean;
2452
+ tile: boolean;
2453
+ density: Density;
2454
+ clearIcon: IconValue;
2455
+ centerAffix: boolean;
2456
+ hideSpinButtons: boolean;
2457
+ persistentHint: boolean;
2458
+ clearable: boolean;
2459
+ dirty: boolean;
2460
+ persistentClear: boolean;
2461
+ singleLine: boolean;
2462
+ persistentPlaceholder: boolean;
2463
+ persistentCounter: boolean;
2464
+ hideInput: boolean;
2465
+ controlVariant: ControlVariant;
2466
+ }, true, {}, vue.SlotsType<Partial<{
2467
+ message: (arg: VMessageSlot) => vue.VNode[];
2468
+ clear: (arg: DefaultInputSlot & {
2469
+ props: Record<string, any>;
2470
+ }) => vue.VNode[];
2471
+ details: (arg: VInputSlot) => vue.VNode[];
2472
+ label: (arg: DefaultInputSlot & {
2473
+ label: string | undefined;
2474
+ props: Record<string, any>;
2475
+ }) => vue.VNode[];
2476
+ append: (arg: VInputSlot) => vue.VNode[];
2477
+ prepend: (arg: VInputSlot) => vue.VNode[];
2478
+ counter: (arg: VCounterSlot) => vue.VNode[];
2479
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
2480
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
2481
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
2482
+ increment: (arg: ControlSlot) => vue.VNode[];
2483
+ decrement: (arg: ControlSlot) => vue.VNode[];
2484
+ }>>, {
2485
+ P: {};
2486
+ B: {};
2487
+ D: {};
2488
+ C: {};
2489
+ M: {};
2490
+ Defaults: {};
2491
+ }, {
2492
+ flat: boolean;
2493
+ reverse: boolean;
2494
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2495
+ max: number;
2496
+ type: string;
2497
+ error: boolean;
2498
+ active: boolean;
2499
+ min: number;
2500
+ direction: "horizontal" | "vertical";
2501
+ inset: boolean;
2502
+ style: vue.StyleValue;
2503
+ autofocus: boolean;
2504
+ disabled: boolean;
2505
+ readonly: boolean | null;
2506
+ step: number;
2507
+ messages: string | readonly string[];
2508
+ focused: boolean;
2509
+ errorMessages: string | readonly string[] | null;
2510
+ maxErrors: string | number;
2511
+ rules: readonly ValidationRule[];
2512
+ modelValue: Number | null;
2513
+ tile: boolean;
2514
+ density: Density;
2515
+ clearIcon: IconValue;
2516
+ hideSpinButtons: boolean;
2517
+ persistentHint: boolean;
2518
+ clearable: boolean;
2519
+ dirty: boolean;
2520
+ persistentClear: boolean;
2521
+ singleLine: boolean;
2522
+ persistentPlaceholder: boolean;
2523
+ persistentCounter: boolean;
2524
+ hideInput: boolean;
2525
+ controlVariant: ControlVariant;
2526
+ } & {
2527
+ name?: string | undefined;
2528
+ id?: string | undefined;
2529
+ width?: string | number | undefined;
2530
+ color?: string | undefined;
2531
+ maxWidth?: string | number | undefined;
2532
+ minWidth?: string | number | undefined;
2533
+ loading?: string | boolean | undefined;
2534
+ label?: string | undefined;
2535
+ prefix?: string | undefined;
2536
+ role?: string | undefined;
2537
+ class?: any;
2538
+ placeholder?: string | undefined;
2539
+ theme?: string | undefined;
2540
+ counter?: string | number | boolean | undefined;
2541
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2542
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2543
+ validationValue?: any;
2544
+ rounded?: string | number | boolean | undefined;
2545
+ baseColor?: string | undefined;
2546
+ bgColor?: string | undefined;
2547
+ prependIcon?: IconValue | undefined;
2548
+ appendIcon?: IconValue | undefined;
2549
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2057
2550
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2058
2551
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2059
2552
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3013,7 +3506,17 @@ declare const VNumberInput: {
3013
3506
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3014
3507
  modelValue?: unknown;
3015
3508
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3016
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3509
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3510
+ _allExposed: {
3511
+ reset: () => Promise<void>;
3512
+ resetValidation: () => Promise<void>;
3513
+ validate: (silent?: boolean) => Promise<string[]>;
3514
+ isValid: vue.ComputedRef<boolean | null>;
3515
+ errorMessages: vue.ComputedRef<string[]>;
3516
+ } | {
3517
+ controlRef: vue.Ref<HTMLElement | undefined>;
3518
+ } | {};
3519
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
3017
3520
  'click:control': (e: MouseEvent) => true;
3018
3521
  'mousedown:control': (e: MouseEvent) => true;
3019
3522
  'update:focused': (focused: boolean) => true;
@@ -3209,7 +3712,7 @@ declare const VNumberInput: {
3209
3712
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
3210
3713
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
3211
3714
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
3212
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3715
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
3213
3716
  $: vue.ComponentInternalInstance;
3214
3717
  $data: {};
3215
3718
  $props: Partial<{
@@ -3394,156 +3897,716 @@ declare const VNumberInput: {
3394
3897
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3395
3898
  } & Omit<{
3396
3899
  error: boolean;
3397
- direction: "horizontal" | "vertical";
3900
+ direction: "horizontal" | "vertical";
3901
+ style: vue.StyleValue;
3902
+ disabled: boolean | null;
3903
+ readonly: boolean | null;
3904
+ messages: string | readonly string[];
3905
+ focused: boolean;
3906
+ errorMessages: string | readonly string[] | null;
3907
+ maxErrors: string | number;
3908
+ rules: readonly ValidationRule[];
3909
+ density: Density;
3910
+ centerAffix: boolean;
3911
+ hideSpinButtons: boolean;
3912
+ persistentHint: boolean;
3913
+ } & {
3914
+ name?: string | undefined;
3915
+ id?: string | undefined;
3916
+ width?: string | number | undefined;
3917
+ maxWidth?: string | number | undefined;
3918
+ minWidth?: string | number | undefined;
3919
+ label?: string | undefined;
3920
+ class?: any;
3921
+ theme?: string | undefined;
3922
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3923
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3924
+ validationValue?: any;
3925
+ prependIcon?: IconValue | undefined;
3926
+ appendIcon?: IconValue | undefined;
3927
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3928
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3929
+ hint?: string | undefined;
3930
+ hideDetails?: boolean | "auto" | undefined;
3931
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3932
+ reset: () => Promise<void>;
3933
+ resetValidation: () => Promise<void>;
3934
+ validate: (silent?: boolean) => Promise<string[]>;
3935
+ isValid: vue.ComputedRef<boolean | null>;
3936
+ errorMessages: vue.ComputedRef<string[]>;
3937
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3938
+ modelValue?: unknown;
3939
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3940
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3941
+ $: vue.ComponentInternalInstance;
3942
+ $data: {};
3943
+ $props: Partial<{
3944
+ flat: boolean;
3945
+ reverse: boolean;
3946
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3947
+ error: boolean;
3948
+ active: boolean;
3949
+ style: vue.StyleValue;
3950
+ disabled: boolean;
3951
+ focused: boolean;
3952
+ rounded: string | number | boolean;
3953
+ tile: boolean;
3954
+ clearIcon: IconValue;
3955
+ centerAffix: boolean;
3956
+ clearable: boolean;
3957
+ dirty: boolean;
3958
+ persistentClear: boolean;
3959
+ singleLine: boolean;
3960
+ }> & Omit<{
3961
+ flat: boolean;
3962
+ reverse: boolean;
3963
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3964
+ error: boolean;
3965
+ active: boolean;
3966
+ style: vue.StyleValue;
3967
+ disabled: boolean;
3968
+ focused: boolean;
3969
+ tile: boolean;
3970
+ clearIcon: IconValue;
3971
+ clearable: boolean;
3972
+ dirty: boolean;
3973
+ persistentClear: boolean;
3974
+ singleLine: boolean;
3975
+ id?: string | undefined;
3976
+ color?: string | undefined;
3977
+ loading?: string | boolean | undefined;
3978
+ label?: string | undefined;
3979
+ class?: any;
3980
+ theme?: string | undefined;
3981
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3982
+ rounded?: string | number | boolean | undefined;
3983
+ baseColor?: string | undefined;
3984
+ bgColor?: string | undefined;
3985
+ appendInnerIcon?: IconValue | undefined;
3986
+ prependInnerIcon?: IconValue | undefined;
3987
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3988
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3989
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3990
+ centerAffix?: boolean | undefined;
3991
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3992
+ flat: boolean;
3993
+ reverse: boolean;
3994
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3995
+ error: boolean;
3996
+ active: boolean;
3997
+ style: vue.StyleValue;
3998
+ disabled: boolean;
3999
+ focused: boolean;
4000
+ tile: boolean;
4001
+ clearIcon: IconValue;
4002
+ clearable: boolean;
4003
+ dirty: boolean;
4004
+ persistentClear: boolean;
4005
+ singleLine: boolean;
4006
+ } & {
4007
+ id?: string | undefined;
4008
+ color?: string | undefined;
4009
+ loading?: string | boolean | undefined;
4010
+ label?: string | undefined;
4011
+ class?: any;
4012
+ theme?: string | undefined;
4013
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4014
+ rounded?: string | number | boolean | undefined;
4015
+ baseColor?: string | undefined;
4016
+ bgColor?: string | undefined;
4017
+ appendInnerIcon?: IconValue | undefined;
4018
+ prependInnerIcon?: IconValue | undefined;
4019
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4020
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4021
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4022
+ centerAffix?: boolean | undefined;
4023
+ } & {
4024
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4025
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4026
+ $attrs: {
4027
+ [x: string]: unknown;
4028
+ };
4029
+ $refs: {
4030
+ [x: string]: unknown;
4031
+ };
4032
+ $slots: Readonly<{
4033
+ clear?: ((arg: DefaultInputSlot & {
4034
+ props: Record<string, any>;
4035
+ }) => vue.VNode[]) | undefined;
4036
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4037
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4038
+ label?: ((arg: DefaultInputSlot & {
4039
+ label: string | undefined;
4040
+ props: Record<string, any>;
4041
+ }) => vue.VNode[]) | undefined;
4042
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
4043
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
4044
+ }>;
4045
+ $root: vue.ComponentPublicInstance | null;
4046
+ $parent: vue.ComponentPublicInstance | null;
4047
+ $emit: (event: "update:focused", focused: boolean) => void;
4048
+ $el: any;
4049
+ $options: vue.ComponentOptionsBase<{
4050
+ flat: boolean;
4051
+ reverse: boolean;
4052
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4053
+ error: boolean;
4054
+ active: boolean;
4055
+ style: vue.StyleValue;
4056
+ disabled: boolean;
4057
+ focused: boolean;
4058
+ tile: boolean;
4059
+ clearIcon: IconValue;
4060
+ clearable: boolean;
4061
+ dirty: boolean;
4062
+ persistentClear: boolean;
4063
+ singleLine: boolean;
4064
+ } & {
4065
+ id?: string | undefined;
4066
+ color?: string | undefined;
4067
+ loading?: string | boolean | undefined;
4068
+ label?: string | undefined;
4069
+ class?: any;
4070
+ theme?: string | undefined;
4071
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4072
+ rounded?: string | number | boolean | undefined;
4073
+ baseColor?: string | undefined;
4074
+ bgColor?: string | undefined;
4075
+ appendInnerIcon?: IconValue | undefined;
4076
+ prependInnerIcon?: IconValue | undefined;
4077
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4078
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4079
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4080
+ centerAffix?: boolean | undefined;
4081
+ } & {
4082
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4083
+ }, {
4084
+ controlRef: vue.Ref<HTMLElement | undefined>;
4085
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4086
+ 'update:focused': (focused: boolean) => true;
4087
+ 'update:modelValue': (value: any) => true;
4088
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
4089
+ flat: boolean;
4090
+ reverse: boolean;
4091
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4092
+ error: boolean;
4093
+ active: boolean;
4094
+ style: vue.StyleValue;
4095
+ disabled: boolean;
4096
+ focused: boolean;
4097
+ rounded: string | number | boolean;
4098
+ tile: boolean;
4099
+ clearIcon: IconValue;
4100
+ centerAffix: boolean;
4101
+ clearable: boolean;
4102
+ dirty: boolean;
4103
+ persistentClear: boolean;
4104
+ singleLine: boolean;
4105
+ }, {}, string, vue.SlotsType<Partial<{
4106
+ clear: (arg: DefaultInputSlot & {
4107
+ props: Record<string, any>;
4108
+ }) => vue.VNode[];
4109
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
4110
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
4111
+ label: (arg: DefaultInputSlot & {
4112
+ label: string | undefined;
4113
+ props: Record<string, any>;
4114
+ }) => vue.VNode[];
4115
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
4116
+ default: (arg: VFieldSlot) => vue.VNode[];
4117
+ }>>> & {
4118
+ beforeCreate?: (() => void) | (() => void)[];
4119
+ created?: (() => void) | (() => void)[];
4120
+ beforeMount?: (() => void) | (() => void)[];
4121
+ mounted?: (() => void) | (() => void)[];
4122
+ beforeUpdate?: (() => void) | (() => void)[];
4123
+ updated?: (() => void) | (() => void)[];
4124
+ activated?: (() => void) | (() => void)[];
4125
+ deactivated?: (() => void) | (() => void)[];
4126
+ beforeDestroy?: (() => void) | (() => void)[];
4127
+ beforeUnmount?: (() => void) | (() => void)[];
4128
+ destroyed?: (() => void) | (() => void)[];
4129
+ unmounted?: (() => void) | (() => void)[];
4130
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4131
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4132
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4133
+ };
4134
+ $forceUpdate: () => void;
4135
+ $nextTick: typeof nextTick;
4136
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4137
+ } & Omit<{
4138
+ flat: boolean;
4139
+ reverse: boolean;
4140
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4141
+ error: boolean;
4142
+ active: boolean;
3398
4143
  style: vue.StyleValue;
3399
- disabled: boolean | null;
3400
- readonly: boolean | null;
3401
- messages: string | readonly string[];
4144
+ disabled: boolean;
3402
4145
  focused: boolean;
3403
- errorMessages: string | readonly string[] | null;
3404
- maxErrors: string | number;
3405
- rules: readonly ValidationRule[];
3406
- density: Density;
3407
- centerAffix: boolean;
3408
- hideSpinButtons: boolean;
3409
- persistentHint: boolean;
4146
+ tile: boolean;
4147
+ clearIcon: IconValue;
4148
+ clearable: boolean;
4149
+ dirty: boolean;
4150
+ persistentClear: boolean;
4151
+ singleLine: boolean;
3410
4152
  } & {
3411
- name?: string | undefined;
3412
4153
  id?: string | undefined;
3413
- width?: string | number | undefined;
3414
- maxWidth?: string | number | undefined;
3415
- minWidth?: string | number | undefined;
4154
+ color?: string | undefined;
4155
+ loading?: string | boolean | undefined;
3416
4156
  label?: string | undefined;
3417
4157
  class?: any;
3418
4158
  theme?: string | undefined;
3419
4159
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3420
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
3421
- validationValue?: any;
3422
- prependIcon?: IconValue | undefined;
3423
- appendIcon?: IconValue | undefined;
3424
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3425
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3426
- hint?: string | undefined;
3427
- hideDetails?: boolean | "auto" | undefined;
3428
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
3429
- reset: () => Promise<void>;
3430
- resetValidation: () => Promise<void>;
3431
- validate: (silent?: boolean) => Promise<string[]>;
3432
- isValid: vue.ComputedRef<boolean | null>;
3433
- errorMessages: vue.ComputedRef<string[]>;
4160
+ rounded?: string | number | boolean | undefined;
4161
+ baseColor?: string | undefined;
4162
+ bgColor?: string | undefined;
4163
+ appendInnerIcon?: IconValue | undefined;
4164
+ prependInnerIcon?: IconValue | undefined;
4165
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4166
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4167
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4168
+ centerAffix?: boolean | undefined;
4169
+ } & {
4170
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4171
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
4172
+ controlRef: vue.Ref<HTMLElement | undefined>;
3434
4173
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3435
4174
  modelValue?: unknown;
3436
4175
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3437
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3438
- $: vue.ComponentInternalInstance;
3439
- $data: {};
3440
- $props: Partial<{
3441
- flat: boolean;
3442
- reverse: boolean;
3443
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4176
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4177
+ _allExposed: {
4178
+ reset: () => Promise<void>;
4179
+ resetValidation: () => Promise<void>;
4180
+ validate: (silent?: boolean) => Promise<string[]>;
4181
+ isValid: vue.ComputedRef<boolean | null>;
4182
+ errorMessages: vue.ComputedRef<string[]>;
4183
+ } | {
4184
+ controlRef: vue.Ref<HTMLElement | undefined>;
4185
+ } | {};
4186
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4187
+ _allExposed: (HTMLInputElement & Omit<Omit<{
4188
+ $: vue.ComponentInternalInstance;
4189
+ $data: {};
4190
+ $props: Partial<{
4191
+ error: boolean;
4192
+ direction: "horizontal" | "vertical";
4193
+ style: vue.StyleValue;
4194
+ disabled: boolean | null;
4195
+ readonly: boolean | null;
4196
+ messages: string | readonly string[];
4197
+ focused: boolean;
4198
+ errorMessages: string | readonly string[] | null;
4199
+ maxErrors: string | number;
4200
+ rules: readonly ValidationRule[];
4201
+ density: Density;
4202
+ centerAffix: boolean;
4203
+ hideSpinButtons: boolean;
4204
+ persistentHint: boolean;
4205
+ }> & Omit<{
4206
+ error: boolean;
4207
+ direction: "horizontal" | "vertical";
4208
+ style: vue.StyleValue;
4209
+ disabled: boolean | null;
4210
+ readonly: boolean | null;
4211
+ messages: string | readonly string[];
4212
+ focused: boolean;
4213
+ errorMessages: string | readonly string[] | null;
4214
+ maxErrors: string | number;
4215
+ rules: readonly ValidationRule[];
4216
+ density: Density;
4217
+ centerAffix: boolean;
4218
+ hideSpinButtons: boolean;
4219
+ persistentHint: boolean;
4220
+ name?: string | undefined;
4221
+ id?: string | undefined;
4222
+ width?: string | number | undefined;
4223
+ maxWidth?: string | number | undefined;
4224
+ minWidth?: string | number | undefined;
4225
+ label?: string | undefined;
4226
+ class?: any;
4227
+ theme?: string | undefined;
4228
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4229
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4230
+ validationValue?: any;
4231
+ prependIcon?: IconValue | undefined;
4232
+ appendIcon?: IconValue | undefined;
4233
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4234
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4235
+ hint?: string | undefined;
4236
+ hideDetails?: boolean | "auto" | undefined;
4237
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4238
+ error: boolean;
4239
+ direction: "horizontal" | "vertical";
4240
+ style: vue.StyleValue;
4241
+ disabled: boolean | null;
4242
+ readonly: boolean | null;
4243
+ messages: string | readonly string[];
4244
+ focused: boolean;
4245
+ errorMessages: string | readonly string[] | null;
4246
+ maxErrors: string | number;
4247
+ rules: readonly ValidationRule[];
4248
+ density: Density;
4249
+ centerAffix: boolean;
4250
+ hideSpinButtons: boolean;
4251
+ persistentHint: boolean;
4252
+ } & {
4253
+ name?: string | undefined;
4254
+ id?: string | undefined;
4255
+ width?: string | number | undefined;
4256
+ maxWidth?: string | number | undefined;
4257
+ minWidth?: string | number | undefined;
4258
+ label?: string | undefined;
4259
+ class?: any;
4260
+ theme?: string | undefined;
4261
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4262
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4263
+ validationValue?: any;
4264
+ prependIcon?: IconValue | undefined;
4265
+ appendIcon?: IconValue | undefined;
4266
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4267
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4268
+ hint?: string | undefined;
4269
+ hideDetails?: boolean | "auto" | undefined;
4270
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
4271
+ $attrs: {
4272
+ [x: string]: unknown;
4273
+ };
4274
+ $refs: {
4275
+ [x: string]: unknown;
4276
+ };
4277
+ $slots: Readonly<{
4278
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4279
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4280
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4281
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
4282
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
4283
+ }>;
4284
+ $root: vue.ComponentPublicInstance | null;
4285
+ $parent: vue.ComponentPublicInstance | null;
4286
+ $emit: (event: string, ...args: any[]) => void;
4287
+ $el: any;
4288
+ $options: vue.ComponentOptionsBase<{
4289
+ error: boolean;
4290
+ direction: "horizontal" | "vertical";
4291
+ style: vue.StyleValue;
4292
+ disabled: boolean | null;
4293
+ readonly: boolean | null;
4294
+ messages: string | readonly string[];
4295
+ focused: boolean;
4296
+ errorMessages: string | readonly string[] | null;
4297
+ maxErrors: string | number;
4298
+ rules: readonly ValidationRule[];
4299
+ density: Density;
4300
+ centerAffix: boolean;
4301
+ hideSpinButtons: boolean;
4302
+ persistentHint: boolean;
4303
+ } & {
4304
+ name?: string | undefined;
4305
+ id?: string | undefined;
4306
+ width?: string | number | undefined;
4307
+ maxWidth?: string | number | undefined;
4308
+ minWidth?: string | number | undefined;
4309
+ label?: string | undefined;
4310
+ class?: any;
4311
+ theme?: string | undefined;
4312
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4313
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4314
+ validationValue?: any;
4315
+ prependIcon?: IconValue | undefined;
4316
+ appendIcon?: IconValue | undefined;
4317
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4318
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4319
+ hint?: string | undefined;
4320
+ hideDetails?: boolean | "auto" | undefined;
4321
+ } & {}, {
4322
+ reset: () => Promise<void>;
4323
+ resetValidation: () => Promise<void>;
4324
+ validate: (silent?: boolean) => Promise<string[]>;
4325
+ isValid: vue.ComputedRef<boolean | null>;
4326
+ errorMessages: vue.ComputedRef<string[]>;
4327
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4328
+ 'update:modelValue': (value: any) => true;
4329
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4330
+ error: boolean;
4331
+ direction: "horizontal" | "vertical";
4332
+ style: vue.StyleValue;
4333
+ disabled: boolean | null;
4334
+ readonly: boolean | null;
4335
+ messages: string | readonly string[];
4336
+ focused: boolean;
4337
+ errorMessages: string | readonly string[] | null;
4338
+ maxErrors: string | number;
4339
+ rules: readonly ValidationRule[];
4340
+ density: Density;
4341
+ centerAffix: boolean;
4342
+ hideSpinButtons: boolean;
4343
+ persistentHint: boolean;
4344
+ }, {}, string, vue.SlotsType<Partial<{
4345
+ default: (arg: VInputSlot) => vue.VNode[];
4346
+ prepend: (arg: VInputSlot) => vue.VNode[];
4347
+ append: (arg: VInputSlot) => vue.VNode[];
4348
+ details: (arg: VInputSlot) => vue.VNode[];
4349
+ message: (arg: VMessageSlot) => vue.VNode[];
4350
+ }>>> & {
4351
+ beforeCreate?: (() => void) | (() => void)[];
4352
+ created?: (() => void) | (() => void)[];
4353
+ beforeMount?: (() => void) | (() => void)[];
4354
+ mounted?: (() => void) | (() => void)[];
4355
+ beforeUpdate?: (() => void) | (() => void)[];
4356
+ updated?: (() => void) | (() => void)[];
4357
+ activated?: (() => void) | (() => void)[];
4358
+ deactivated?: (() => void) | (() => void)[];
4359
+ beforeDestroy?: (() => void) | (() => void)[];
4360
+ beforeUnmount?: (() => void) | (() => void)[];
4361
+ destroyed?: (() => void) | (() => void)[];
4362
+ unmounted?: (() => void) | (() => void)[];
4363
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4364
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4365
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4366
+ };
4367
+ $forceUpdate: () => void;
4368
+ $nextTick: typeof nextTick;
4369
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4370
+ } & Omit<{
3444
4371
  error: boolean;
3445
- active: boolean;
4372
+ direction: "horizontal" | "vertical";
3446
4373
  style: vue.StyleValue;
3447
- disabled: boolean;
4374
+ disabled: boolean | null;
4375
+ readonly: boolean | null;
4376
+ messages: string | readonly string[];
3448
4377
  focused: boolean;
3449
- rounded: string | number | boolean;
3450
- tile: boolean;
3451
- clearIcon: IconValue;
4378
+ errorMessages: string | readonly string[] | null;
4379
+ maxErrors: string | number;
4380
+ rules: readonly ValidationRule[];
4381
+ density: Density;
3452
4382
  centerAffix: boolean;
3453
- clearable: boolean;
3454
- dirty: boolean;
3455
- persistentClear: boolean;
3456
- singleLine: boolean;
3457
- }> & Omit<{
3458
- flat: boolean;
3459
- reverse: boolean;
3460
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3461
- error: boolean;
3462
- active: boolean;
3463
- style: vue.StyleValue;
3464
- disabled: boolean;
3465
- focused: boolean;
3466
- tile: boolean;
3467
- clearIcon: IconValue;
3468
- clearable: boolean;
3469
- dirty: boolean;
3470
- persistentClear: boolean;
3471
- singleLine: boolean;
3472
- id?: string | undefined;
3473
- color?: string | undefined;
3474
- loading?: string | boolean | undefined;
3475
- label?: string | undefined;
3476
- class?: any;
3477
- theme?: string | undefined;
3478
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3479
- rounded?: string | number | boolean | undefined;
3480
- baseColor?: string | undefined;
3481
- bgColor?: string | undefined;
3482
- appendInnerIcon?: IconValue | undefined;
3483
- prependInnerIcon?: IconValue | undefined;
3484
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3485
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3486
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3487
- centerAffix?: boolean | undefined;
3488
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3489
- flat: boolean;
3490
- reverse: boolean;
3491
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3492
- error: boolean;
3493
- active: boolean;
3494
- style: vue.StyleValue;
3495
- disabled: boolean;
3496
- focused: boolean;
3497
- tile: boolean;
3498
- clearIcon: IconValue;
3499
- clearable: boolean;
3500
- dirty: boolean;
3501
- persistentClear: boolean;
3502
- singleLine: boolean;
4383
+ hideSpinButtons: boolean;
4384
+ persistentHint: boolean;
3503
4385
  } & {
4386
+ name?: string | undefined;
3504
4387
  id?: string | undefined;
3505
- color?: string | undefined;
3506
- loading?: string | boolean | undefined;
4388
+ width?: string | number | undefined;
4389
+ maxWidth?: string | number | undefined;
4390
+ minWidth?: string | number | undefined;
3507
4391
  label?: string | undefined;
3508
4392
  class?: any;
3509
4393
  theme?: string | undefined;
3510
4394
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3511
- rounded?: string | number | boolean | undefined;
3512
- baseColor?: string | undefined;
3513
- bgColor?: string | undefined;
3514
- appendInnerIcon?: IconValue | undefined;
3515
- prependInnerIcon?: IconValue | undefined;
3516
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3517
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3518
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3519
- centerAffix?: boolean | undefined;
3520
- } & {
3521
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3522
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3523
- $attrs: {
3524
- [x: string]: unknown;
3525
- };
3526
- $refs: {
3527
- [x: string]: unknown;
3528
- };
3529
- $slots: Readonly<{
3530
- clear?: ((arg: DefaultInputSlot & {
3531
- props: Record<string, any>;
3532
- }) => vue.VNode[]) | undefined;
3533
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
3534
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
3535
- label?: ((arg: DefaultInputSlot & {
3536
- label: string | undefined;
3537
- props: Record<string, any>;
3538
- }) => vue.VNode[]) | undefined;
3539
- loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
3540
- default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
3541
- }>;
3542
- $root: vue.ComponentPublicInstance | null;
3543
- $parent: vue.ComponentPublicInstance | null;
3544
- $emit: (event: "update:focused", focused: boolean) => void;
3545
- $el: any;
3546
- $options: vue.ComponentOptionsBase<{
4395
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
4396
+ validationValue?: any;
4397
+ prependIcon?: IconValue | undefined;
4398
+ appendIcon?: IconValue | undefined;
4399
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4400
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4401
+ hint?: string | undefined;
4402
+ hideDetails?: boolean | "auto" | undefined;
4403
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
4404
+ reset: () => Promise<void>;
4405
+ resetValidation: () => Promise<void>;
4406
+ validate: (silent?: boolean) => Promise<string[]>;
4407
+ isValid: vue.ComputedRef<boolean | null>;
4408
+ errorMessages: vue.ComputedRef<string[]>;
4409
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4410
+ modelValue?: unknown;
4411
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4412
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4413
+ $: vue.ComponentInternalInstance;
4414
+ $data: {};
4415
+ $props: Partial<{
4416
+ flat: boolean;
4417
+ reverse: boolean;
4418
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4419
+ error: boolean;
4420
+ active: boolean;
4421
+ style: vue.StyleValue;
4422
+ disabled: boolean;
4423
+ focused: boolean;
4424
+ rounded: string | number | boolean;
4425
+ tile: boolean;
4426
+ clearIcon: IconValue;
4427
+ centerAffix: boolean;
4428
+ clearable: boolean;
4429
+ dirty: boolean;
4430
+ persistentClear: boolean;
4431
+ singleLine: boolean;
4432
+ }> & Omit<{
4433
+ flat: boolean;
4434
+ reverse: boolean;
4435
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4436
+ error: boolean;
4437
+ active: boolean;
4438
+ style: vue.StyleValue;
4439
+ disabled: boolean;
4440
+ focused: boolean;
4441
+ tile: boolean;
4442
+ clearIcon: IconValue;
4443
+ clearable: boolean;
4444
+ dirty: boolean;
4445
+ persistentClear: boolean;
4446
+ singleLine: boolean;
4447
+ id?: string | undefined;
4448
+ color?: string | undefined;
4449
+ loading?: string | boolean | undefined;
4450
+ label?: string | undefined;
4451
+ class?: any;
4452
+ theme?: string | undefined;
4453
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4454
+ rounded?: string | number | boolean | undefined;
4455
+ baseColor?: string | undefined;
4456
+ bgColor?: string | undefined;
4457
+ appendInnerIcon?: IconValue | undefined;
4458
+ prependInnerIcon?: IconValue | undefined;
4459
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4460
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4461
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4462
+ centerAffix?: boolean | undefined;
4463
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
4464
+ flat: boolean;
4465
+ reverse: boolean;
4466
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4467
+ error: boolean;
4468
+ active: boolean;
4469
+ style: vue.StyleValue;
4470
+ disabled: boolean;
4471
+ focused: boolean;
4472
+ tile: boolean;
4473
+ clearIcon: IconValue;
4474
+ clearable: boolean;
4475
+ dirty: boolean;
4476
+ persistentClear: boolean;
4477
+ singleLine: boolean;
4478
+ } & {
4479
+ id?: string | undefined;
4480
+ color?: string | undefined;
4481
+ loading?: string | boolean | undefined;
4482
+ label?: string | undefined;
4483
+ class?: any;
4484
+ theme?: string | undefined;
4485
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4486
+ rounded?: string | number | boolean | undefined;
4487
+ baseColor?: string | undefined;
4488
+ bgColor?: string | undefined;
4489
+ appendInnerIcon?: IconValue | undefined;
4490
+ prependInnerIcon?: IconValue | undefined;
4491
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4492
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4493
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4494
+ centerAffix?: boolean | undefined;
4495
+ } & {
4496
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4497
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4498
+ $attrs: {
4499
+ [x: string]: unknown;
4500
+ };
4501
+ $refs: {
4502
+ [x: string]: unknown;
4503
+ };
4504
+ $slots: Readonly<{
4505
+ clear?: ((arg: DefaultInputSlot & {
4506
+ props: Record<string, any>;
4507
+ }) => vue.VNode[]) | undefined;
4508
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4509
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
4510
+ label?: ((arg: DefaultInputSlot & {
4511
+ label: string | undefined;
4512
+ props: Record<string, any>;
4513
+ }) => vue.VNode[]) | undefined;
4514
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
4515
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
4516
+ }>;
4517
+ $root: vue.ComponentPublicInstance | null;
4518
+ $parent: vue.ComponentPublicInstance | null;
4519
+ $emit: (event: "update:focused", focused: boolean) => void;
4520
+ $el: any;
4521
+ $options: vue.ComponentOptionsBase<{
4522
+ flat: boolean;
4523
+ reverse: boolean;
4524
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4525
+ error: boolean;
4526
+ active: boolean;
4527
+ style: vue.StyleValue;
4528
+ disabled: boolean;
4529
+ focused: boolean;
4530
+ tile: boolean;
4531
+ clearIcon: IconValue;
4532
+ clearable: boolean;
4533
+ dirty: boolean;
4534
+ persistentClear: boolean;
4535
+ singleLine: boolean;
4536
+ } & {
4537
+ id?: string | undefined;
4538
+ color?: string | undefined;
4539
+ loading?: string | boolean | undefined;
4540
+ label?: string | undefined;
4541
+ class?: any;
4542
+ theme?: string | undefined;
4543
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
4544
+ rounded?: string | number | boolean | undefined;
4545
+ baseColor?: string | undefined;
4546
+ bgColor?: string | undefined;
4547
+ appendInnerIcon?: IconValue | undefined;
4548
+ prependInnerIcon?: IconValue | undefined;
4549
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4550
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4551
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4552
+ centerAffix?: boolean | undefined;
4553
+ } & {
4554
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4555
+ }, {
4556
+ controlRef: vue.Ref<HTMLElement | undefined>;
4557
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4558
+ 'update:focused': (focused: boolean) => true;
4559
+ 'update:modelValue': (value: any) => true;
4560
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
4561
+ flat: boolean;
4562
+ reverse: boolean;
4563
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
4564
+ error: boolean;
4565
+ active: boolean;
4566
+ style: vue.StyleValue;
4567
+ disabled: boolean;
4568
+ focused: boolean;
4569
+ rounded: string | number | boolean;
4570
+ tile: boolean;
4571
+ clearIcon: IconValue;
4572
+ centerAffix: boolean;
4573
+ clearable: boolean;
4574
+ dirty: boolean;
4575
+ persistentClear: boolean;
4576
+ singleLine: boolean;
4577
+ }, {}, string, vue.SlotsType<Partial<{
4578
+ clear: (arg: DefaultInputSlot & {
4579
+ props: Record<string, any>;
4580
+ }) => vue.VNode[];
4581
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
4582
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
4583
+ label: (arg: DefaultInputSlot & {
4584
+ label: string | undefined;
4585
+ props: Record<string, any>;
4586
+ }) => vue.VNode[];
4587
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
4588
+ default: (arg: VFieldSlot) => vue.VNode[];
4589
+ }>>> & {
4590
+ beforeCreate?: (() => void) | (() => void)[];
4591
+ created?: (() => void) | (() => void)[];
4592
+ beforeMount?: (() => void) | (() => void)[];
4593
+ mounted?: (() => void) | (() => void)[];
4594
+ beforeUpdate?: (() => void) | (() => void)[];
4595
+ updated?: (() => void) | (() => void)[];
4596
+ activated?: (() => void) | (() => void)[];
4597
+ deactivated?: (() => void) | (() => void)[];
4598
+ beforeDestroy?: (() => void) | (() => void)[];
4599
+ beforeUnmount?: (() => void) | (() => void)[];
4600
+ destroyed?: (() => void) | (() => void)[];
4601
+ unmounted?: (() => void) | (() => void)[];
4602
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4603
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
4604
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
4605
+ };
4606
+ $forceUpdate: () => void;
4607
+ $nextTick: typeof nextTick;
4608
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
4609
+ } & Omit<{
3547
4610
  flat: boolean;
3548
4611
  reverse: boolean;
3549
4612
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -3577,100 +4640,23 @@ declare const VNumberInput: {
3577
4640
  centerAffix?: boolean | undefined;
3578
4641
  } & {
3579
4642
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3580
- }, {
4643
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
3581
4644
  controlRef: vue.Ref<HTMLElement | undefined>;
3582
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
3583
- 'update:focused': (focused: boolean) => true;
3584
- 'update:modelValue': (value: any) => true;
3585
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
3586
- flat: boolean;
3587
- reverse: boolean;
3588
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3589
- error: boolean;
3590
- active: boolean;
3591
- style: vue.StyleValue;
3592
- disabled: boolean;
3593
- focused: boolean;
3594
- rounded: string | number | boolean;
3595
- tile: boolean;
3596
- clearIcon: IconValue;
3597
- centerAffix: boolean;
3598
- clearable: boolean;
3599
- dirty: boolean;
3600
- persistentClear: boolean;
3601
- singleLine: boolean;
3602
- }, {}, string, vue.SlotsType<Partial<{
3603
- clear: (arg: DefaultInputSlot & {
3604
- props: Record<string, any>;
3605
- }) => vue.VNode[];
3606
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
3607
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
3608
- label: (arg: DefaultInputSlot & {
3609
- label: string | undefined;
3610
- props: Record<string, any>;
3611
- }) => vue.VNode[];
3612
- loader: (arg: LoaderSlotProps) => vue.VNode[];
3613
- default: (arg: VFieldSlot) => vue.VNode[];
3614
- }>>> & {
3615
- beforeCreate?: (() => void) | (() => void)[];
3616
- created?: (() => void) | (() => void)[];
3617
- beforeMount?: (() => void) | (() => void)[];
3618
- mounted?: (() => void) | (() => void)[];
3619
- beforeUpdate?: (() => void) | (() => void)[];
3620
- updated?: (() => void) | (() => void)[];
3621
- activated?: (() => void) | (() => void)[];
3622
- deactivated?: (() => void) | (() => void)[];
3623
- beforeDestroy?: (() => void) | (() => void)[];
3624
- beforeUnmount?: (() => void) | (() => void)[];
3625
- destroyed?: (() => void) | (() => void)[];
3626
- unmounted?: (() => void) | (() => void)[];
3627
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
3628
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
3629
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
3630
- };
3631
- $forceUpdate: () => void;
3632
- $nextTick: typeof nextTick;
3633
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
3634
- } & Omit<{
3635
- flat: boolean;
3636
- reverse: boolean;
3637
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
3638
- error: boolean;
3639
- active: boolean;
3640
- style: vue.StyleValue;
3641
- disabled: boolean;
3642
- focused: boolean;
3643
- tile: boolean;
3644
- clearIcon: IconValue;
3645
- clearable: boolean;
3646
- dirty: boolean;
3647
- persistentClear: boolean;
3648
- singleLine: boolean;
3649
- } & {
3650
- id?: string | undefined;
3651
- color?: string | undefined;
3652
- loading?: string | boolean | undefined;
3653
- label?: string | undefined;
3654
- class?: any;
3655
- theme?: string | undefined;
3656
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
3657
- rounded?: string | number | boolean | undefined;
3658
- baseColor?: string | undefined;
3659
- bgColor?: string | undefined;
3660
- appendInnerIcon?: IconValue | undefined;
3661
- prependInnerIcon?: IconValue | undefined;
3662
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3663
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3664
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3665
- centerAffix?: boolean | undefined;
3666
- } & {
3667
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3668
- }, "controlRef"> & vue.ShallowUnwrapRef<{
3669
- controlRef: vue.Ref<HTMLElement | undefined>;
3670
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
3671
- modelValue?: unknown;
3672
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3673
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, {}, {}, {}, {
4645
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4646
+ modelValue?: unknown;
4647
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4648
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4649
+ _allExposed: {
4650
+ reset: () => Promise<void>;
4651
+ resetValidation: () => Promise<void>;
4652
+ validate: (silent?: boolean) => Promise<string[]>;
4653
+ isValid: vue.ComputedRef<boolean | null>;
4654
+ errorMessages: vue.ComputedRef<string[]>;
4655
+ } | {
4656
+ controlRef: vue.Ref<HTMLElement | undefined>;
4657
+ } | {};
4658
+ }) | {};
4659
+ }, {}, {}, {}, {
3674
4660
  flat: boolean;
3675
4661
  reverse: boolean;
3676
4662
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -4729,7 +5715,17 @@ declare const VNumberInput: {
4729
5715
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
4730
5716
  modelValue?: unknown;
4731
5717
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4732
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5718
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5719
+ _allExposed: {
5720
+ reset: () => Promise<void>;
5721
+ resetValidation: () => Promise<void>;
5722
+ validate: (silent?: boolean) => Promise<string[]>;
5723
+ isValid: vue.ComputedRef<boolean | null>;
5724
+ errorMessages: vue.ComputedRef<string[]>;
5725
+ } | {
5726
+ controlRef: vue.Ref<HTMLElement | undefined>;
5727
+ } | {};
5728
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
4733
5729
  'click:control': (e: MouseEvent) => true;
4734
5730
  'mousedown:control': (e: MouseEvent) => true;
4735
5731
  'update:focused': (focused: boolean) => true;
@@ -4925,7 +5921,7 @@ declare const VNumberInput: {
4925
5921
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
4926
5922
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
4927
5923
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
4928
- }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5924
+ }, "reset" | "_" | "isValid" | "validate" | "resetValidation" | "_allExposed" | "controlRef" | keyof HTMLInputElement> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
4929
5925
  $: vue.ComponentInternalInstance;
4930
5926
  $data: {};
4931
5927
  $props: Partial<{
@@ -4975,7 +5971,99 @@ declare const VNumberInput: {
4975
5971
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4976
5972
  hint?: string | undefined;
4977
5973
  hideDetails?: boolean | "auto" | undefined;
4978
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5974
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5975
+ error: boolean;
5976
+ direction: "horizontal" | "vertical";
5977
+ style: vue.StyleValue;
5978
+ disabled: boolean | null;
5979
+ readonly: boolean | null;
5980
+ messages: string | readonly string[];
5981
+ focused: boolean;
5982
+ errorMessages: string | readonly string[] | null;
5983
+ maxErrors: string | number;
5984
+ rules: readonly ValidationRule[];
5985
+ density: Density;
5986
+ centerAffix: boolean;
5987
+ hideSpinButtons: boolean;
5988
+ persistentHint: boolean;
5989
+ } & {
5990
+ name?: string | undefined;
5991
+ id?: string | undefined;
5992
+ width?: string | number | undefined;
5993
+ maxWidth?: string | number | undefined;
5994
+ minWidth?: string | number | undefined;
5995
+ label?: string | undefined;
5996
+ class?: any;
5997
+ theme?: string | undefined;
5998
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5999
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6000
+ validationValue?: any;
6001
+ prependIcon?: IconValue | undefined;
6002
+ appendIcon?: IconValue | undefined;
6003
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6004
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6005
+ hint?: string | undefined;
6006
+ hideDetails?: boolean | "auto" | undefined;
6007
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6008
+ $attrs: {
6009
+ [x: string]: unknown;
6010
+ };
6011
+ $refs: {
6012
+ [x: string]: unknown;
6013
+ };
6014
+ $slots: Readonly<{
6015
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6016
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6017
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6018
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6019
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
6020
+ }>;
6021
+ $root: vue.ComponentPublicInstance | null;
6022
+ $parent: vue.ComponentPublicInstance | null;
6023
+ $emit: (event: string, ...args: any[]) => void;
6024
+ $el: any;
6025
+ $options: vue.ComponentOptionsBase<{
6026
+ error: boolean;
6027
+ direction: "horizontal" | "vertical";
6028
+ style: vue.StyleValue;
6029
+ disabled: boolean | null;
6030
+ readonly: boolean | null;
6031
+ messages: string | readonly string[];
6032
+ focused: boolean;
6033
+ errorMessages: string | readonly string[] | null;
6034
+ maxErrors: string | number;
6035
+ rules: readonly ValidationRule[];
6036
+ density: Density;
6037
+ centerAffix: boolean;
6038
+ hideSpinButtons: boolean;
6039
+ persistentHint: boolean;
6040
+ } & {
6041
+ name?: string | undefined;
6042
+ id?: string | undefined;
6043
+ width?: string | number | undefined;
6044
+ maxWidth?: string | number | undefined;
6045
+ minWidth?: string | number | undefined;
6046
+ label?: string | undefined;
6047
+ class?: any;
6048
+ theme?: string | undefined;
6049
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6050
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6051
+ validationValue?: any;
6052
+ prependIcon?: IconValue | undefined;
6053
+ appendIcon?: IconValue | undefined;
6054
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6055
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6056
+ hint?: string | undefined;
6057
+ hideDetails?: boolean | "auto" | undefined;
6058
+ } & {}, {
6059
+ reset: () => Promise<void>;
6060
+ resetValidation: () => Promise<void>;
6061
+ validate: (silent?: boolean) => Promise<string[]>;
6062
+ isValid: vue.ComputedRef<boolean | null>;
6063
+ errorMessages: vue.ComputedRef<string[]>;
6064
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6065
+ 'update:modelValue': (value: any) => true;
6066
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
4979
6067
  error: boolean;
4980
6068
  direction: "horizontal" | "vertical";
4981
6069
  style: vue.StyleValue;
@@ -4990,43 +6078,505 @@ declare const VNumberInput: {
4990
6078
  centerAffix: boolean;
4991
6079
  hideSpinButtons: boolean;
4992
6080
  persistentHint: boolean;
6081
+ }, {}, string, vue.SlotsType<Partial<{
6082
+ default: (arg: VInputSlot) => vue.VNode[];
6083
+ prepend: (arg: VInputSlot) => vue.VNode[];
6084
+ append: (arg: VInputSlot) => vue.VNode[];
6085
+ details: (arg: VInputSlot) => vue.VNode[];
6086
+ message: (arg: VMessageSlot) => vue.VNode[];
6087
+ }>>> & {
6088
+ beforeCreate?: (() => void) | (() => void)[];
6089
+ created?: (() => void) | (() => void)[];
6090
+ beforeMount?: (() => void) | (() => void)[];
6091
+ mounted?: (() => void) | (() => void)[];
6092
+ beforeUpdate?: (() => void) | (() => void)[];
6093
+ updated?: (() => void) | (() => void)[];
6094
+ activated?: (() => void) | (() => void)[];
6095
+ deactivated?: (() => void) | (() => void)[];
6096
+ beforeDestroy?: (() => void) | (() => void)[];
6097
+ beforeUnmount?: (() => void) | (() => void)[];
6098
+ destroyed?: (() => void) | (() => void)[];
6099
+ unmounted?: (() => void) | (() => void)[];
6100
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6101
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6102
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6103
+ };
6104
+ $forceUpdate: () => void;
6105
+ $nextTick: typeof nextTick;
6106
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6107
+ } & Omit<{
6108
+ error: boolean;
6109
+ direction: "horizontal" | "vertical";
6110
+ style: vue.StyleValue;
6111
+ disabled: boolean | null;
6112
+ readonly: boolean | null;
6113
+ messages: string | readonly string[];
6114
+ focused: boolean;
6115
+ errorMessages: string | readonly string[] | null;
6116
+ maxErrors: string | number;
6117
+ rules: readonly ValidationRule[];
6118
+ density: Density;
6119
+ centerAffix: boolean;
6120
+ hideSpinButtons: boolean;
6121
+ persistentHint: boolean;
6122
+ } & {
6123
+ name?: string | undefined;
6124
+ id?: string | undefined;
6125
+ width?: string | number | undefined;
6126
+ maxWidth?: string | number | undefined;
6127
+ minWidth?: string | number | undefined;
6128
+ label?: string | undefined;
6129
+ class?: any;
6130
+ theme?: string | undefined;
6131
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6132
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6133
+ validationValue?: any;
6134
+ prependIcon?: IconValue | undefined;
6135
+ appendIcon?: IconValue | undefined;
6136
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6137
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6138
+ hint?: string | undefined;
6139
+ hideDetails?: boolean | "auto" | undefined;
6140
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
6141
+ reset: () => Promise<void>;
6142
+ resetValidation: () => Promise<void>;
6143
+ validate: (silent?: boolean) => Promise<string[]>;
6144
+ isValid: vue.ComputedRef<boolean | null>;
6145
+ errorMessages: vue.ComputedRef<string[]>;
6146
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6147
+ modelValue?: unknown;
6148
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6149
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6150
+ $: vue.ComponentInternalInstance;
6151
+ $data: {};
6152
+ $props: Partial<{
6153
+ flat: boolean;
6154
+ reverse: boolean;
6155
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6156
+ error: boolean;
6157
+ active: boolean;
6158
+ style: vue.StyleValue;
6159
+ disabled: boolean;
6160
+ focused: boolean;
6161
+ rounded: string | number | boolean;
6162
+ tile: boolean;
6163
+ clearIcon: IconValue;
6164
+ centerAffix: boolean;
6165
+ clearable: boolean;
6166
+ dirty: boolean;
6167
+ persistentClear: boolean;
6168
+ singleLine: boolean;
6169
+ }> & Omit<{
6170
+ flat: boolean;
6171
+ reverse: boolean;
6172
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6173
+ error: boolean;
6174
+ active: boolean;
6175
+ style: vue.StyleValue;
6176
+ disabled: boolean;
6177
+ focused: boolean;
6178
+ tile: boolean;
6179
+ clearIcon: IconValue;
6180
+ clearable: boolean;
6181
+ dirty: boolean;
6182
+ persistentClear: boolean;
6183
+ singleLine: boolean;
6184
+ id?: string | undefined;
6185
+ color?: string | undefined;
6186
+ loading?: string | boolean | undefined;
6187
+ label?: string | undefined;
6188
+ class?: any;
6189
+ theme?: string | undefined;
6190
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6191
+ rounded?: string | number | boolean | undefined;
6192
+ baseColor?: string | undefined;
6193
+ bgColor?: string | undefined;
6194
+ appendInnerIcon?: IconValue | undefined;
6195
+ prependInnerIcon?: IconValue | undefined;
6196
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6197
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6198
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6199
+ centerAffix?: boolean | undefined;
6200
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6201
+ flat: boolean;
6202
+ reverse: boolean;
6203
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6204
+ error: boolean;
6205
+ active: boolean;
6206
+ style: vue.StyleValue;
6207
+ disabled: boolean;
6208
+ focused: boolean;
6209
+ tile: boolean;
6210
+ clearIcon: IconValue;
6211
+ clearable: boolean;
6212
+ dirty: boolean;
6213
+ persistentClear: boolean;
6214
+ singleLine: boolean;
4993
6215
  } & {
4994
- name?: string | undefined;
4995
6216
  id?: string | undefined;
4996
- width?: string | number | undefined;
4997
- maxWidth?: string | number | undefined;
4998
- minWidth?: string | number | undefined;
6217
+ color?: string | undefined;
6218
+ loading?: string | boolean | undefined;
4999
6219
  label?: string | undefined;
5000
6220
  class?: any;
5001
6221
  theme?: string | undefined;
5002
6222
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5003
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5004
- validationValue?: any;
5005
- prependIcon?: IconValue | undefined;
5006
- appendIcon?: IconValue | undefined;
5007
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5008
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5009
- hint?: string | undefined;
5010
- hideDetails?: boolean | "auto" | undefined;
5011
- } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6223
+ rounded?: string | number | boolean | undefined;
6224
+ baseColor?: string | undefined;
6225
+ bgColor?: string | undefined;
6226
+ appendInnerIcon?: IconValue | undefined;
6227
+ prependInnerIcon?: IconValue | undefined;
6228
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6229
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6230
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6231
+ centerAffix?: boolean | undefined;
6232
+ } & {
6233
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6234
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5012
6235
  $attrs: {
5013
6236
  [x: string]: unknown;
5014
6237
  };
5015
6238
  $refs: {
5016
6239
  [x: string]: unknown;
5017
6240
  };
5018
- $slots: Readonly<{
5019
- default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5020
- prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5021
- append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5022
- details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
5023
- message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
5024
- }>;
5025
- $root: vue.ComponentPublicInstance | null;
5026
- $parent: vue.ComponentPublicInstance | null;
5027
- $emit: (event: string, ...args: any[]) => void;
5028
- $el: any;
5029
- $options: vue.ComponentOptionsBase<{
6241
+ $slots: Readonly<{
6242
+ clear?: ((arg: DefaultInputSlot & {
6243
+ props: Record<string, any>;
6244
+ }) => vue.VNode[]) | undefined;
6245
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6246
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6247
+ label?: ((arg: DefaultInputSlot & {
6248
+ label: string | undefined;
6249
+ props: Record<string, any>;
6250
+ }) => vue.VNode[]) | undefined;
6251
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
6252
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
6253
+ }>;
6254
+ $root: vue.ComponentPublicInstance | null;
6255
+ $parent: vue.ComponentPublicInstance | null;
6256
+ $emit: (event: "update:focused", focused: boolean) => void;
6257
+ $el: any;
6258
+ $options: vue.ComponentOptionsBase<{
6259
+ flat: boolean;
6260
+ reverse: boolean;
6261
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6262
+ error: boolean;
6263
+ active: boolean;
6264
+ style: vue.StyleValue;
6265
+ disabled: boolean;
6266
+ focused: boolean;
6267
+ tile: boolean;
6268
+ clearIcon: IconValue;
6269
+ clearable: boolean;
6270
+ dirty: boolean;
6271
+ persistentClear: boolean;
6272
+ singleLine: boolean;
6273
+ } & {
6274
+ id?: string | undefined;
6275
+ color?: string | undefined;
6276
+ loading?: string | boolean | undefined;
6277
+ label?: string | undefined;
6278
+ class?: any;
6279
+ theme?: string | undefined;
6280
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6281
+ rounded?: string | number | boolean | undefined;
6282
+ baseColor?: string | undefined;
6283
+ bgColor?: string | undefined;
6284
+ appendInnerIcon?: IconValue | undefined;
6285
+ prependInnerIcon?: IconValue | undefined;
6286
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6287
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6288
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6289
+ centerAffix?: boolean | undefined;
6290
+ } & {
6291
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6292
+ }, {
6293
+ controlRef: vue.Ref<HTMLElement | undefined>;
6294
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6295
+ 'update:focused': (focused: boolean) => true;
6296
+ 'update:modelValue': (value: any) => true;
6297
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
6298
+ flat: boolean;
6299
+ reverse: boolean;
6300
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6301
+ error: boolean;
6302
+ active: boolean;
6303
+ style: vue.StyleValue;
6304
+ disabled: boolean;
6305
+ focused: boolean;
6306
+ rounded: string | number | boolean;
6307
+ tile: boolean;
6308
+ clearIcon: IconValue;
6309
+ centerAffix: boolean;
6310
+ clearable: boolean;
6311
+ dirty: boolean;
6312
+ persistentClear: boolean;
6313
+ singleLine: boolean;
6314
+ }, {}, string, vue.SlotsType<Partial<{
6315
+ clear: (arg: DefaultInputSlot & {
6316
+ props: Record<string, any>;
6317
+ }) => vue.VNode[];
6318
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
6319
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6320
+ label: (arg: DefaultInputSlot & {
6321
+ label: string | undefined;
6322
+ props: Record<string, any>;
6323
+ }) => vue.VNode[];
6324
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
6325
+ default: (arg: VFieldSlot) => vue.VNode[];
6326
+ }>>> & {
6327
+ beforeCreate?: (() => void) | (() => void)[];
6328
+ created?: (() => void) | (() => void)[];
6329
+ beforeMount?: (() => void) | (() => void)[];
6330
+ mounted?: (() => void) | (() => void)[];
6331
+ beforeUpdate?: (() => void) | (() => void)[];
6332
+ updated?: (() => void) | (() => void)[];
6333
+ activated?: (() => void) | (() => void)[];
6334
+ deactivated?: (() => void) | (() => void)[];
6335
+ beforeDestroy?: (() => void) | (() => void)[];
6336
+ beforeUnmount?: (() => void) | (() => void)[];
6337
+ destroyed?: (() => void) | (() => void)[];
6338
+ unmounted?: (() => void) | (() => void)[];
6339
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6340
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6341
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6342
+ };
6343
+ $forceUpdate: () => void;
6344
+ $nextTick: typeof nextTick;
6345
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6346
+ } & Omit<{
6347
+ flat: boolean;
6348
+ reverse: boolean;
6349
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6350
+ error: boolean;
6351
+ active: boolean;
6352
+ style: vue.StyleValue;
6353
+ disabled: boolean;
6354
+ focused: boolean;
6355
+ tile: boolean;
6356
+ clearIcon: IconValue;
6357
+ clearable: boolean;
6358
+ dirty: boolean;
6359
+ persistentClear: boolean;
6360
+ singleLine: boolean;
6361
+ } & {
6362
+ id?: string | undefined;
6363
+ color?: string | undefined;
6364
+ loading?: string | boolean | undefined;
6365
+ label?: string | undefined;
6366
+ class?: any;
6367
+ theme?: string | undefined;
6368
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6369
+ rounded?: string | number | boolean | undefined;
6370
+ baseColor?: string | undefined;
6371
+ bgColor?: string | undefined;
6372
+ appendInnerIcon?: IconValue | undefined;
6373
+ prependInnerIcon?: IconValue | undefined;
6374
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6375
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6376
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6377
+ centerAffix?: boolean | undefined;
6378
+ } & {
6379
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6380
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
6381
+ controlRef: vue.Ref<HTMLElement | undefined>;
6382
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6383
+ modelValue?: unknown;
6384
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6385
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6386
+ _allExposed: {
6387
+ reset: () => Promise<void>;
6388
+ resetValidation: () => Promise<void>;
6389
+ validate: (silent?: boolean) => Promise<string[]>;
6390
+ isValid: vue.ComputedRef<boolean | null>;
6391
+ errorMessages: vue.ComputedRef<string[]>;
6392
+ } | {
6393
+ controlRef: vue.Ref<HTMLElement | undefined>;
6394
+ } | {};
6395
+ }> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6396
+ _allExposed: (HTMLInputElement & Omit<Omit<{
6397
+ $: vue.ComponentInternalInstance;
6398
+ $data: {};
6399
+ $props: Partial<{
6400
+ error: boolean;
6401
+ direction: "horizontal" | "vertical";
6402
+ style: vue.StyleValue;
6403
+ disabled: boolean | null;
6404
+ readonly: boolean | null;
6405
+ messages: string | readonly string[];
6406
+ focused: boolean;
6407
+ errorMessages: string | readonly string[] | null;
6408
+ maxErrors: string | number;
6409
+ rules: readonly ValidationRule[];
6410
+ density: Density;
6411
+ centerAffix: boolean;
6412
+ hideSpinButtons: boolean;
6413
+ persistentHint: boolean;
6414
+ }> & Omit<{
6415
+ error: boolean;
6416
+ direction: "horizontal" | "vertical";
6417
+ style: vue.StyleValue;
6418
+ disabled: boolean | null;
6419
+ readonly: boolean | null;
6420
+ messages: string | readonly string[];
6421
+ focused: boolean;
6422
+ errorMessages: string | readonly string[] | null;
6423
+ maxErrors: string | number;
6424
+ rules: readonly ValidationRule[];
6425
+ density: Density;
6426
+ centerAffix: boolean;
6427
+ hideSpinButtons: boolean;
6428
+ persistentHint: boolean;
6429
+ name?: string | undefined;
6430
+ id?: string | undefined;
6431
+ width?: string | number | undefined;
6432
+ maxWidth?: string | number | undefined;
6433
+ minWidth?: string | number | undefined;
6434
+ label?: string | undefined;
6435
+ class?: any;
6436
+ theme?: string | undefined;
6437
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6438
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6439
+ validationValue?: any;
6440
+ prependIcon?: IconValue | undefined;
6441
+ appendIcon?: IconValue | undefined;
6442
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6443
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6444
+ hint?: string | undefined;
6445
+ hideDetails?: boolean | "auto" | undefined;
6446
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6447
+ error: boolean;
6448
+ direction: "horizontal" | "vertical";
6449
+ style: vue.StyleValue;
6450
+ disabled: boolean | null;
6451
+ readonly: boolean | null;
6452
+ messages: string | readonly string[];
6453
+ focused: boolean;
6454
+ errorMessages: string | readonly string[] | null;
6455
+ maxErrors: string | number;
6456
+ rules: readonly ValidationRule[];
6457
+ density: Density;
6458
+ centerAffix: boolean;
6459
+ hideSpinButtons: boolean;
6460
+ persistentHint: boolean;
6461
+ } & {
6462
+ name?: string | undefined;
6463
+ id?: string | undefined;
6464
+ width?: string | number | undefined;
6465
+ maxWidth?: string | number | undefined;
6466
+ minWidth?: string | number | undefined;
6467
+ label?: string | undefined;
6468
+ class?: any;
6469
+ theme?: string | undefined;
6470
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6471
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6472
+ validationValue?: any;
6473
+ prependIcon?: IconValue | undefined;
6474
+ appendIcon?: IconValue | undefined;
6475
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6476
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6477
+ hint?: string | undefined;
6478
+ hideDetails?: boolean | "auto" | undefined;
6479
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
6480
+ $attrs: {
6481
+ [x: string]: unknown;
6482
+ };
6483
+ $refs: {
6484
+ [x: string]: unknown;
6485
+ };
6486
+ $slots: Readonly<{
6487
+ default?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6488
+ prepend?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6489
+ append?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6490
+ details?: ((arg: VInputSlot) => vue.VNode[]) | undefined;
6491
+ message?: ((arg: VMessageSlot) => vue.VNode[]) | undefined;
6492
+ }>;
6493
+ $root: vue.ComponentPublicInstance | null;
6494
+ $parent: vue.ComponentPublicInstance | null;
6495
+ $emit: (event: string, ...args: any[]) => void;
6496
+ $el: any;
6497
+ $options: vue.ComponentOptionsBase<{
6498
+ error: boolean;
6499
+ direction: "horizontal" | "vertical";
6500
+ style: vue.StyleValue;
6501
+ disabled: boolean | null;
6502
+ readonly: boolean | null;
6503
+ messages: string | readonly string[];
6504
+ focused: boolean;
6505
+ errorMessages: string | readonly string[] | null;
6506
+ maxErrors: string | number;
6507
+ rules: readonly ValidationRule[];
6508
+ density: Density;
6509
+ centerAffix: boolean;
6510
+ hideSpinButtons: boolean;
6511
+ persistentHint: boolean;
6512
+ } & {
6513
+ name?: string | undefined;
6514
+ id?: string | undefined;
6515
+ width?: string | number | undefined;
6516
+ maxWidth?: string | number | undefined;
6517
+ minWidth?: string | number | undefined;
6518
+ label?: string | undefined;
6519
+ class?: any;
6520
+ theme?: string | undefined;
6521
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6522
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
6523
+ validationValue?: any;
6524
+ prependIcon?: IconValue | undefined;
6525
+ appendIcon?: IconValue | undefined;
6526
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6527
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6528
+ hint?: string | undefined;
6529
+ hideDetails?: boolean | "auto" | undefined;
6530
+ } & {}, {
6531
+ reset: () => Promise<void>;
6532
+ resetValidation: () => Promise<void>;
6533
+ validate: (silent?: boolean) => Promise<string[]>;
6534
+ isValid: vue.ComputedRef<boolean | null>;
6535
+ errorMessages: vue.ComputedRef<string[]>;
6536
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6537
+ 'update:modelValue': (value: any) => true;
6538
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
6539
+ error: boolean;
6540
+ direction: "horizontal" | "vertical";
6541
+ style: vue.StyleValue;
6542
+ disabled: boolean | null;
6543
+ readonly: boolean | null;
6544
+ messages: string | readonly string[];
6545
+ focused: boolean;
6546
+ errorMessages: string | readonly string[] | null;
6547
+ maxErrors: string | number;
6548
+ rules: readonly ValidationRule[];
6549
+ density: Density;
6550
+ centerAffix: boolean;
6551
+ hideSpinButtons: boolean;
6552
+ persistentHint: boolean;
6553
+ }, {}, string, vue.SlotsType<Partial<{
6554
+ default: (arg: VInputSlot) => vue.VNode[];
6555
+ prepend: (arg: VInputSlot) => vue.VNode[];
6556
+ append: (arg: VInputSlot) => vue.VNode[];
6557
+ details: (arg: VInputSlot) => vue.VNode[];
6558
+ message: (arg: VMessageSlot) => vue.VNode[];
6559
+ }>>> & {
6560
+ beforeCreate?: (() => void) | (() => void)[];
6561
+ created?: (() => void) | (() => void)[];
6562
+ beforeMount?: (() => void) | (() => void)[];
6563
+ mounted?: (() => void) | (() => void)[];
6564
+ beforeUpdate?: (() => void) | (() => void)[];
6565
+ updated?: (() => void) | (() => void)[];
6566
+ activated?: (() => void) | (() => void)[];
6567
+ deactivated?: (() => void) | (() => void)[];
6568
+ beforeDestroy?: (() => void) | (() => void)[];
6569
+ beforeUnmount?: (() => void) | (() => void)[];
6570
+ destroyed?: (() => void) | (() => void)[];
6571
+ unmounted?: (() => void) | (() => void)[];
6572
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6573
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6574
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6575
+ };
6576
+ $forceUpdate: () => void;
6577
+ $nextTick: typeof nextTick;
6578
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6579
+ } & Omit<{
5030
6580
  error: boolean;
5031
6581
  direction: "horizontal" | "vertical";
5032
6582
  style: vue.StyleValue;
@@ -5059,207 +6609,213 @@ declare const VNumberInput: {
5059
6609
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5060
6610
  hint?: string | undefined;
5061
6611
  hideDetails?: boolean | "auto" | undefined;
5062
- } & {}, {
6612
+ } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5063
6613
  reset: () => Promise<void>;
5064
6614
  resetValidation: () => Promise<void>;
5065
6615
  validate: (silent?: boolean) => Promise<string[]>;
5066
6616
  isValid: vue.ComputedRef<boolean | null>;
5067
6617
  errorMessages: vue.ComputedRef<string[]>;
5068
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5069
- 'update:modelValue': (value: any) => true;
5070
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
5071
- error: boolean;
5072
- direction: "horizontal" | "vertical";
5073
- style: vue.StyleValue;
5074
- disabled: boolean | null;
5075
- readonly: boolean | null;
5076
- messages: string | readonly string[];
5077
- focused: boolean;
5078
- errorMessages: string | readonly string[] | null;
5079
- maxErrors: string | number;
5080
- rules: readonly ValidationRule[];
5081
- density: Density;
5082
- centerAffix: boolean;
5083
- hideSpinButtons: boolean;
5084
- persistentHint: boolean;
5085
- }, {}, string, vue.SlotsType<Partial<{
5086
- default: (arg: VInputSlot) => vue.VNode[];
5087
- prepend: (arg: VInputSlot) => vue.VNode[];
5088
- append: (arg: VInputSlot) => vue.VNode[];
5089
- details: (arg: VInputSlot) => vue.VNode[];
5090
- message: (arg: VMessageSlot) => vue.VNode[];
5091
- }>>> & {
5092
- beforeCreate?: (() => void) | (() => void)[];
5093
- created?: (() => void) | (() => void)[];
5094
- beforeMount?: (() => void) | (() => void)[];
5095
- mounted?: (() => void) | (() => void)[];
5096
- beforeUpdate?: (() => void) | (() => void)[];
5097
- updated?: (() => void) | (() => void)[];
5098
- activated?: (() => void) | (() => void)[];
5099
- deactivated?: (() => void) | (() => void)[];
5100
- beforeDestroy?: (() => void) | (() => void)[];
5101
- beforeUnmount?: (() => void) | (() => void)[];
5102
- destroyed?: (() => void) | (() => void)[];
5103
- unmounted?: (() => void) | (() => void)[];
5104
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5105
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5106
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
5107
- };
5108
- $forceUpdate: () => void;
5109
- $nextTick: typeof nextTick;
5110
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5111
- } & Omit<{
5112
- error: boolean;
5113
- direction: "horizontal" | "vertical";
5114
- style: vue.StyleValue;
5115
- disabled: boolean | null;
5116
- readonly: boolean | null;
5117
- messages: string | readonly string[];
5118
- focused: boolean;
5119
- errorMessages: string | readonly string[] | null;
5120
- maxErrors: string | number;
5121
- rules: readonly ValidationRule[];
5122
- density: Density;
5123
- centerAffix: boolean;
5124
- hideSpinButtons: boolean;
5125
- persistentHint: boolean;
5126
- } & {
5127
- name?: string | undefined;
5128
- id?: string | undefined;
5129
- width?: string | number | undefined;
5130
- maxWidth?: string | number | undefined;
5131
- minWidth?: string | number | undefined;
5132
- label?: string | undefined;
5133
- class?: any;
5134
- theme?: string | undefined;
5135
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5136
- validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
5137
- validationValue?: any;
5138
- prependIcon?: IconValue | undefined;
5139
- appendIcon?: IconValue | undefined;
5140
- 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5141
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5142
- hint?: string | undefined;
5143
- hideDetails?: boolean | "auto" | undefined;
5144
- } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
5145
- reset: () => Promise<void>;
5146
- resetValidation: () => Promise<void>;
5147
- validate: (silent?: boolean) => Promise<string[]>;
5148
- isValid: vue.ComputedRef<boolean | null>;
5149
- errorMessages: vue.ComputedRef<string[]>;
5150
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5151
- modelValue?: unknown;
5152
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5153
- }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5154
- $: vue.ComponentInternalInstance;
5155
- $data: {};
5156
- $props: Partial<{
5157
- flat: boolean;
5158
- reverse: boolean;
5159
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5160
- error: boolean;
5161
- active: boolean;
5162
- style: vue.StyleValue;
5163
- disabled: boolean;
5164
- focused: boolean;
5165
- rounded: string | number | boolean;
5166
- tile: boolean;
5167
- clearIcon: IconValue;
5168
- centerAffix: boolean;
5169
- clearable: boolean;
5170
- dirty: boolean;
5171
- persistentClear: boolean;
5172
- singleLine: boolean;
5173
- }> & Omit<{
5174
- flat: boolean;
5175
- reverse: boolean;
5176
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5177
- error: boolean;
5178
- active: boolean;
5179
- style: vue.StyleValue;
5180
- disabled: boolean;
5181
- focused: boolean;
5182
- tile: boolean;
5183
- clearIcon: IconValue;
5184
- clearable: boolean;
5185
- dirty: boolean;
5186
- persistentClear: boolean;
5187
- singleLine: boolean;
5188
- id?: string | undefined;
5189
- color?: string | undefined;
5190
- loading?: string | boolean | undefined;
5191
- label?: string | undefined;
5192
- class?: any;
5193
- theme?: string | undefined;
5194
- 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5195
- rounded?: string | number | boolean | undefined;
5196
- baseColor?: string | undefined;
5197
- bgColor?: string | undefined;
5198
- appendInnerIcon?: IconValue | undefined;
5199
- prependInnerIcon?: IconValue | undefined;
5200
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5201
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5202
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5203
- centerAffix?: boolean | undefined;
5204
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5205
- flat: boolean;
5206
- reverse: boolean;
5207
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5208
- error: boolean;
5209
- active: boolean;
5210
- style: vue.StyleValue;
5211
- disabled: boolean;
5212
- focused: boolean;
5213
- tile: boolean;
5214
- clearIcon: IconValue;
5215
- clearable: boolean;
5216
- dirty: boolean;
5217
- persistentClear: boolean;
5218
- singleLine: boolean;
5219
- } & {
5220
- id?: string | undefined;
5221
- color?: string | undefined;
5222
- loading?: string | boolean | undefined;
5223
- label?: string | undefined;
5224
- class?: any;
5225
- theme?: string | undefined;
5226
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5227
- rounded?: string | number | boolean | undefined;
5228
- baseColor?: string | undefined;
5229
- bgColor?: string | undefined;
5230
- appendInnerIcon?: IconValue | undefined;
5231
- prependInnerIcon?: IconValue | undefined;
5232
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5233
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5234
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5235
- centerAffix?: boolean | undefined;
5236
- } & {
5237
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5238
- }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5239
- $attrs: {
5240
- [x: string]: unknown;
5241
- };
5242
- $refs: {
5243
- [x: string]: unknown;
5244
- };
5245
- $slots: Readonly<{
5246
- clear?: ((arg: DefaultInputSlot & {
5247
- props: Record<string, any>;
5248
- }) => vue.VNode[]) | undefined;
5249
- 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
5250
- 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
5251
- label?: ((arg: DefaultInputSlot & {
5252
- label: string | undefined;
5253
- props: Record<string, any>;
5254
- }) => vue.VNode[]) | undefined;
5255
- loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
5256
- default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
5257
- }>;
5258
- $root: vue.ComponentPublicInstance | null;
5259
- $parent: vue.ComponentPublicInstance | null;
5260
- $emit: (event: "update:focused", focused: boolean) => void;
5261
- $el: any;
5262
- $options: vue.ComponentOptionsBase<{
6618
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6619
+ modelValue?: unknown;
6620
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6621
+ }, VInputSlots>, "name" | "key" | "id" | "width" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6622
+ $: vue.ComponentInternalInstance;
6623
+ $data: {};
6624
+ $props: Partial<{
6625
+ flat: boolean;
6626
+ reverse: boolean;
6627
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6628
+ error: boolean;
6629
+ active: boolean;
6630
+ style: vue.StyleValue;
6631
+ disabled: boolean;
6632
+ focused: boolean;
6633
+ rounded: string | number | boolean;
6634
+ tile: boolean;
6635
+ clearIcon: IconValue;
6636
+ centerAffix: boolean;
6637
+ clearable: boolean;
6638
+ dirty: boolean;
6639
+ persistentClear: boolean;
6640
+ singleLine: boolean;
6641
+ }> & Omit<{
6642
+ flat: boolean;
6643
+ reverse: boolean;
6644
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6645
+ error: boolean;
6646
+ active: boolean;
6647
+ style: vue.StyleValue;
6648
+ disabled: boolean;
6649
+ focused: boolean;
6650
+ tile: boolean;
6651
+ clearIcon: IconValue;
6652
+ clearable: boolean;
6653
+ dirty: boolean;
6654
+ persistentClear: boolean;
6655
+ singleLine: boolean;
6656
+ id?: string | undefined;
6657
+ color?: string | undefined;
6658
+ loading?: string | boolean | undefined;
6659
+ label?: string | undefined;
6660
+ class?: any;
6661
+ theme?: string | undefined;
6662
+ 'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6663
+ rounded?: string | number | boolean | undefined;
6664
+ baseColor?: string | undefined;
6665
+ bgColor?: string | undefined;
6666
+ appendInnerIcon?: IconValue | undefined;
6667
+ prependInnerIcon?: IconValue | undefined;
6668
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6669
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6670
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6671
+ centerAffix?: boolean | undefined;
6672
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6673
+ flat: boolean;
6674
+ reverse: boolean;
6675
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6676
+ error: boolean;
6677
+ active: boolean;
6678
+ style: vue.StyleValue;
6679
+ disabled: boolean;
6680
+ focused: boolean;
6681
+ tile: boolean;
6682
+ clearIcon: IconValue;
6683
+ clearable: boolean;
6684
+ dirty: boolean;
6685
+ persistentClear: boolean;
6686
+ singleLine: boolean;
6687
+ } & {
6688
+ id?: string | undefined;
6689
+ color?: string | undefined;
6690
+ loading?: string | boolean | undefined;
6691
+ label?: string | undefined;
6692
+ class?: any;
6693
+ theme?: string | undefined;
6694
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6695
+ rounded?: string | number | boolean | undefined;
6696
+ baseColor?: string | undefined;
6697
+ bgColor?: string | undefined;
6698
+ appendInnerIcon?: IconValue | undefined;
6699
+ prependInnerIcon?: IconValue | undefined;
6700
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6701
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6702
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6703
+ centerAffix?: boolean | undefined;
6704
+ } & {
6705
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6706
+ }, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6707
+ $attrs: {
6708
+ [x: string]: unknown;
6709
+ };
6710
+ $refs: {
6711
+ [x: string]: unknown;
6712
+ };
6713
+ $slots: Readonly<{
6714
+ clear?: ((arg: DefaultInputSlot & {
6715
+ props: Record<string, any>;
6716
+ }) => vue.VNode[]) | undefined;
6717
+ 'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6718
+ 'append-inner'?: ((arg: DefaultInputSlot) => vue.VNode[]) | undefined;
6719
+ label?: ((arg: DefaultInputSlot & {
6720
+ label: string | undefined;
6721
+ props: Record<string, any>;
6722
+ }) => vue.VNode[]) | undefined;
6723
+ loader?: ((arg: LoaderSlotProps) => vue.VNode[]) | undefined;
6724
+ default?: ((arg: VFieldSlot) => vue.VNode[]) | undefined;
6725
+ }>;
6726
+ $root: vue.ComponentPublicInstance | null;
6727
+ $parent: vue.ComponentPublicInstance | null;
6728
+ $emit: (event: "update:focused", focused: boolean) => void;
6729
+ $el: any;
6730
+ $options: vue.ComponentOptionsBase<{
6731
+ flat: boolean;
6732
+ reverse: boolean;
6733
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6734
+ error: boolean;
6735
+ active: boolean;
6736
+ style: vue.StyleValue;
6737
+ disabled: boolean;
6738
+ focused: boolean;
6739
+ tile: boolean;
6740
+ clearIcon: IconValue;
6741
+ clearable: boolean;
6742
+ dirty: boolean;
6743
+ persistentClear: boolean;
6744
+ singleLine: boolean;
6745
+ } & {
6746
+ id?: string | undefined;
6747
+ color?: string | undefined;
6748
+ loading?: string | boolean | undefined;
6749
+ label?: string | undefined;
6750
+ class?: any;
6751
+ theme?: string | undefined;
6752
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
6753
+ rounded?: string | number | boolean | undefined;
6754
+ baseColor?: string | undefined;
6755
+ bgColor?: string | undefined;
6756
+ appendInnerIcon?: IconValue | undefined;
6757
+ prependInnerIcon?: IconValue | undefined;
6758
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6759
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6760
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6761
+ centerAffix?: boolean | undefined;
6762
+ } & {
6763
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6764
+ }, {
6765
+ controlRef: vue.Ref<HTMLElement | undefined>;
6766
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6767
+ 'update:focused': (focused: boolean) => true;
6768
+ 'update:modelValue': (value: any) => true;
6769
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
6770
+ flat: boolean;
6771
+ reverse: boolean;
6772
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
6773
+ error: boolean;
6774
+ active: boolean;
6775
+ style: vue.StyleValue;
6776
+ disabled: boolean;
6777
+ focused: boolean;
6778
+ rounded: string | number | boolean;
6779
+ tile: boolean;
6780
+ clearIcon: IconValue;
6781
+ centerAffix: boolean;
6782
+ clearable: boolean;
6783
+ dirty: boolean;
6784
+ persistentClear: boolean;
6785
+ singleLine: boolean;
6786
+ }, {}, string, vue.SlotsType<Partial<{
6787
+ clear: (arg: DefaultInputSlot & {
6788
+ props: Record<string, any>;
6789
+ }) => vue.VNode[];
6790
+ 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
6791
+ 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
6792
+ label: (arg: DefaultInputSlot & {
6793
+ label: string | undefined;
6794
+ props: Record<string, any>;
6795
+ }) => vue.VNode[];
6796
+ loader: (arg: LoaderSlotProps) => vue.VNode[];
6797
+ default: (arg: VFieldSlot) => vue.VNode[];
6798
+ }>>> & {
6799
+ beforeCreate?: (() => void) | (() => void)[];
6800
+ created?: (() => void) | (() => void)[];
6801
+ beforeMount?: (() => void) | (() => void)[];
6802
+ mounted?: (() => void) | (() => void)[];
6803
+ beforeUpdate?: (() => void) | (() => void)[];
6804
+ updated?: (() => void) | (() => void)[];
6805
+ activated?: (() => void) | (() => void)[];
6806
+ deactivated?: (() => void) | (() => void)[];
6807
+ beforeDestroy?: (() => void) | (() => void)[];
6808
+ beforeUnmount?: (() => void) | (() => void)[];
6809
+ destroyed?: (() => void) | (() => void)[];
6810
+ unmounted?: (() => void) | (() => void)[];
6811
+ renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6812
+ renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
6813
+ errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
6814
+ };
6815
+ $forceUpdate: () => void;
6816
+ $nextTick: typeof nextTick;
6817
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
6818
+ } & Omit<{
5263
6819
  flat: boolean;
5264
6820
  reverse: boolean;
5265
6821
  variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
@@ -5293,100 +6849,23 @@ declare const VNumberInput: {
5293
6849
  centerAffix?: boolean | undefined;
5294
6850
  } & {
5295
6851
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5296
- }, {
6852
+ }, "controlRef"> & vue.ShallowUnwrapRef<{
5297
6853
  controlRef: vue.Ref<HTMLElement | undefined>;
5298
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5299
- 'update:focused': (focused: boolean) => true;
5300
- 'update:modelValue': (value: any) => true;
5301
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
5302
- flat: boolean;
5303
- reverse: boolean;
5304
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5305
- error: boolean;
5306
- active: boolean;
5307
- style: vue.StyleValue;
5308
- disabled: boolean;
5309
- focused: boolean;
5310
- rounded: string | number | boolean;
5311
- tile: boolean;
5312
- clearIcon: IconValue;
5313
- centerAffix: boolean;
5314
- clearable: boolean;
5315
- dirty: boolean;
5316
- persistentClear: boolean;
5317
- singleLine: boolean;
5318
- }, {}, string, vue.SlotsType<Partial<{
5319
- clear: (arg: DefaultInputSlot & {
5320
- props: Record<string, any>;
5321
- }) => vue.VNode[];
5322
- 'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
5323
- 'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
5324
- label: (arg: DefaultInputSlot & {
5325
- label: string | undefined;
5326
- props: Record<string, any>;
5327
- }) => vue.VNode[];
5328
- loader: (arg: LoaderSlotProps) => vue.VNode[];
5329
- default: (arg: VFieldSlot) => vue.VNode[];
5330
- }>>> & {
5331
- beforeCreate?: (() => void) | (() => void)[];
5332
- created?: (() => void) | (() => void)[];
5333
- beforeMount?: (() => void) | (() => void)[];
5334
- mounted?: (() => void) | (() => void)[];
5335
- beforeUpdate?: (() => void) | (() => void)[];
5336
- updated?: (() => void) | (() => void)[];
5337
- activated?: (() => void) | (() => void)[];
5338
- deactivated?: (() => void) | (() => void)[];
5339
- beforeDestroy?: (() => void) | (() => void)[];
5340
- beforeUnmount?: (() => void) | (() => void)[];
5341
- destroyed?: (() => void) | (() => void)[];
5342
- unmounted?: (() => void) | (() => void)[];
5343
- renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5344
- renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
5345
- errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
5346
- };
5347
- $forceUpdate: () => void;
5348
- $nextTick: typeof nextTick;
5349
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
5350
- } & Omit<{
5351
- flat: boolean;
5352
- reverse: boolean;
5353
- variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
5354
- error: boolean;
5355
- active: boolean;
5356
- style: vue.StyleValue;
5357
- disabled: boolean;
5358
- focused: boolean;
5359
- tile: boolean;
5360
- clearIcon: IconValue;
5361
- clearable: boolean;
5362
- dirty: boolean;
5363
- persistentClear: boolean;
5364
- singleLine: boolean;
5365
- } & {
5366
- id?: string | undefined;
5367
- color?: string | undefined;
5368
- loading?: string | boolean | undefined;
5369
- label?: string | undefined;
5370
- class?: any;
5371
- theme?: string | undefined;
5372
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
5373
- rounded?: string | number | boolean | undefined;
5374
- baseColor?: string | undefined;
5375
- bgColor?: string | undefined;
5376
- appendInnerIcon?: IconValue | undefined;
5377
- prependInnerIcon?: IconValue | undefined;
5378
- 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5379
- 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5380
- 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5381
- centerAffix?: boolean | undefined;
5382
- } & {
5383
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5384
- }, "controlRef"> & vue.ShallowUnwrapRef<{
5385
- controlRef: vue.Ref<HTMLElement | undefined>;
5386
- }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
5387
- modelValue?: unknown;
5388
- 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5389
- }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {}, "name" | "key" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "ref" | "placeholder" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "rounded" | "tile" | "density" | "clearIcon" | "centerAffix" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6854
+ }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
6855
+ modelValue?: unknown;
6856
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6857
+ }, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6858
+ _allExposed: {
6859
+ reset: () => Promise<void>;
6860
+ resetValidation: () => Promise<void>;
6861
+ validate: (silent?: boolean) => Promise<string[]>;
6862
+ isValid: vue.ComputedRef<boolean | null>;
6863
+ errorMessages: vue.ComputedRef<string[]>;
6864
+ } | {
6865
+ controlRef: vue.Ref<HTMLElement | undefined>;
6866
+ } | {};
6867
+ }) | {};
6868
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
5390
6869
  'update:modelValue': (val: number) => true;
5391
6870
  }, string, {
5392
6871
  flat: boolean;