@vuetify/nightly 3.7.0-master.2024-08-22 → 3.7.0-master.2024-08-27
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.
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2335 -2335
- package/dist/vuetify-labs.d.ts +1839 -36
- package/dist/vuetify-labs.esm.js +12 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +12 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4054 -4054
- package/dist/vuetify.d.ts +394 -70
- package/dist/vuetify.esm.js +12 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1058 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +45 -3
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VCombobox/index.d.mts +45 -3
- package/lib/components/VDialog/index.d.mts +36 -3
- package/lib/components/VFileInput/index.d.mts +27 -3
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VMenu/index.d.mts +45 -3
- package/lib/components/VSelect/index.d.mts +45 -3
- package/lib/components/VSnackbar/index.d.mts +36 -3
- package/lib/components/VTabs/index.d.mts +15 -3
- package/lib/components/VTextField/index.d.mts +33 -3
- package/lib/components/VTextarea/index.d.mts +27 -3
- package/lib/components/VTooltip/index.d.mts +36 -3
- package/lib/components/index.d.mts +351 -27
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VNumberInput/index.d.mts +2273 -794
- package/lib/labs/VSnackbarQueue/index.d.mts +36 -3
- package/lib/labs/components.d.mts +2293 -781
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- 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}
|
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}
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1826
|
-
|
1827
|
-
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
}
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
|
1902
|
-
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
}
|
1907
|
-
|
1908
|
-
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1969
|
-
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1974
|
-
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1992
|
-
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
|
1997
|
-
|
1998
|
-
|
1999
|
-
|
2000
|
-
|
2001
|
-
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2010
|
-
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
2020
|
-
|
2021
|
-
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
|
2032
|
-
|
2033
|
-
|
2034
|
-
|
2035
|
-
|
2036
|
-
|
2037
|
-
|
2038
|
-
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
|
2043
|
-
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
|
2053
|
-
|
2054
|
-
|
2055
|
-
|
2056
|
-
|
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}
|
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
|
3400
|
-
readonly: boolean | null;
|
3401
|
-
messages: string | readonly string[];
|
4144
|
+
disabled: boolean;
|
3402
4145
|
focused: boolean;
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3407
|
-
|
3408
|
-
|
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
|
-
|
3414
|
-
|
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
|
-
|
3421
|
-
|
3422
|
-
|
3423
|
-
|
3424
|
-
|
3425
|
-
'onClick:
|
3426
|
-
|
3427
|
-
|
3428
|
-
|
3429
|
-
|
3430
|
-
|
3431
|
-
|
3432
|
-
|
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
|
-
},
|
3438
|
-
|
3439
|
-
|
3440
|
-
|
3441
|
-
|
3442
|
-
|
3443
|
-
|
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
|
-
|
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
|
-
|
3450
|
-
|
3451
|
-
|
4378
|
+
errorMessages: string | readonly string[] | null;
|
4379
|
+
maxErrors: string | number;
|
4380
|
+
rules: readonly ValidationRule[];
|
4381
|
+
density: Density;
|
3452
4382
|
centerAffix: boolean;
|
3453
|
-
|
3454
|
-
|
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
|
-
|
3506
|
-
|
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
|
-
|
3512
|
-
|
3513
|
-
|
3514
|
-
|
3515
|
-
|
3516
|
-
'onClick:
|
3517
|
-
|
3518
|
-
|
3519
|
-
|
3520
|
-
|
3521
|
-
|
3522
|
-
|
3523
|
-
|
3524
|
-
|
3525
|
-
}
|
3526
|
-
|
3527
|
-
|
3528
|
-
}
|
3529
|
-
|
3530
|
-
|
3531
|
-
|
3532
|
-
|
3533
|
-
|
3534
|
-
|
3535
|
-
|
3536
|
-
|
3537
|
-
|
3538
|
-
|
3539
|
-
|
3540
|
-
|
3541
|
-
|
3542
|
-
|
3543
|
-
|
3544
|
-
|
3545
|
-
|
3546
|
-
|
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
|
-
}
|
3583
|
-
|
3584
|
-
'
|
3585
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
3586
|
-
|
3587
|
-
|
3588
|
-
|
3589
|
-
|
3590
|
-
|
3591
|
-
|
3592
|
-
|
3593
|
-
|
3594
|
-
|
3595
|
-
|
3596
|
-
|
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}
|
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
|
-
|
4997
|
-
|
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
|
-
|
5004
|
-
|
5005
|
-
|
5006
|
-
|
5007
|
-
|
5008
|
-
'onClick:
|
5009
|
-
|
5010
|
-
|
5011
|
-
|
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
|
-
|
5020
|
-
|
5021
|
-
|
5022
|
-
|
5023
|
-
|
5024
|
-
|
5025
|
-
|
5026
|
-
|
5027
|
-
|
5028
|
-
|
5029
|
-
|
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
|
-
}
|
5069
|
-
|
5070
|
-
|
5071
|
-
|
5072
|
-
|
5073
|
-
|
5074
|
-
|
5075
|
-
|
5076
|
-
|
5077
|
-
|
5078
|
-
|
5079
|
-
|
5080
|
-
|
5081
|
-
|
5082
|
-
|
5083
|
-
|
5084
|
-
|
5085
|
-
|
5086
|
-
|
5087
|
-
|
5088
|
-
|
5089
|
-
|
5090
|
-
|
5091
|
-
|
5092
|
-
|
5093
|
-
|
5094
|
-
|
5095
|
-
|
5096
|
-
|
5097
|
-
|
5098
|
-
|
5099
|
-
|
5100
|
-
|
5101
|
-
|
5102
|
-
|
5103
|
-
|
5104
|
-
|
5105
|
-
|
5106
|
-
|
5107
|
-
|
5108
|
-
|
5109
|
-
|
5110
|
-
|
5111
|
-
|
5112
|
-
|
5113
|
-
|
5114
|
-
|
5115
|
-
|
5116
|
-
|
5117
|
-
|
5118
|
-
|
5119
|
-
|
5120
|
-
|
5121
|
-
|
5122
|
-
|
5123
|
-
|
5124
|
-
|
5125
|
-
|
5126
|
-
|
5127
|
-
|
5128
|
-
|
5129
|
-
|
5130
|
-
|
5131
|
-
|
5132
|
-
|
5133
|
-
|
5134
|
-
|
5135
|
-
|
5136
|
-
|
5137
|
-
|
5138
|
-
|
5139
|
-
|
5140
|
-
|
5141
|
-
|
5142
|
-
|
5143
|
-
|
5144
|
-
|
5145
|
-
|
5146
|
-
|
5147
|
-
|
5148
|
-
|
5149
|
-
|
5150
|
-
|
5151
|
-
|
5152
|
-
|
5153
|
-
|
5154
|
-
|
5155
|
-
|
5156
|
-
|
5157
|
-
|
5158
|
-
|
5159
|
-
|
5160
|
-
|
5161
|
-
|
5162
|
-
|
5163
|
-
|
5164
|
-
|
5165
|
-
|
5166
|
-
|
5167
|
-
|
5168
|
-
|
5169
|
-
|
5170
|
-
|
5171
|
-
|
5172
|
-
|
5173
|
-
|
5174
|
-
|
5175
|
-
|
5176
|
-
|
5177
|
-
|
5178
|
-
|
5179
|
-
|
5180
|
-
|
5181
|
-
|
5182
|
-
|
5183
|
-
|
5184
|
-
|
5185
|
-
|
5186
|
-
|
5187
|
-
|
5188
|
-
|
5189
|
-
|
5190
|
-
|
5191
|
-
|
5192
|
-
|
5193
|
-
|
5194
|
-
|
5195
|
-
|
5196
|
-
|
5197
|
-
|
5198
|
-
|
5199
|
-
|
5200
|
-
|
5201
|
-
|
5202
|
-
|
5203
|
-
|
5204
|
-
|
5205
|
-
|
5206
|
-
|
5207
|
-
|
5208
|
-
|
5209
|
-
|
5210
|
-
|
5211
|
-
|
5212
|
-
|
5213
|
-
|
5214
|
-
|
5215
|
-
|
5216
|
-
|
5217
|
-
|
5218
|
-
|
5219
|
-
|
5220
|
-
|
5221
|
-
|
5222
|
-
|
5223
|
-
|
5224
|
-
|
5225
|
-
|
5226
|
-
|
5227
|
-
|
5228
|
-
|
5229
|
-
|
5230
|
-
|
5231
|
-
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
5235
|
-
|
5236
|
-
|
5237
|
-
|
5238
|
-
|
5239
|
-
|
5240
|
-
|
5241
|
-
|
5242
|
-
|
5243
|
-
|
5244
|
-
|
5245
|
-
|
5246
|
-
|
5247
|
-
|
5248
|
-
}
|
5249
|
-
|
5250
|
-
|
5251
|
-
|
5252
|
-
|
5253
|
-
|
5254
|
-
|
5255
|
-
|
5256
|
-
|
5257
|
-
|
5258
|
-
|
5259
|
-
|
5260
|
-
|
5261
|
-
|
5262
|
-
|
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
|
-
}
|
5299
|
-
|
5300
|
-
'
|
5301
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
5302
|
-
|
5303
|
-
|
5304
|
-
|
5305
|
-
|
5306
|
-
|
5307
|
-
|
5308
|
-
|
5309
|
-
|
5310
|
-
|
5311
|
-
|
5312
|
-
|
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;
|