vuetify 3.3.9 → 3.3.11
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/_component-variables-labs.sass +3 -1
- package/dist/json/attributes.json +221 -33
- package/dist/json/importMap-labs.json +28 -0
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +79 -0
- package/dist/json/web-types.json +693 -34
- package/dist/vuetify-labs.css +305 -138
- package/dist/vuetify-labs.d.ts +2804 -305
- package/dist/vuetify-labs.esm.js +755 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +755 -72
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +48 -41
- package/dist/vuetify.d.ts +67 -31
- package/dist/vuetify.esm.js +173 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +173 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +959 -946
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md1.mjs +5 -0
- package/lib/blueprints/md1.mjs.map +1 -1
- package/lib/blueprints/md2.mjs +5 -0
- package/lib/blueprints/md2.mjs.map +1 -1
- package/lib/blueprints/md3.mjs +5 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +21 -9
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +12 -10
- package/lib/components/VChip/VChip.mjs +3 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +10 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +8 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +29 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VRating/VRating.mjs +4 -2
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +1 -0
- package/lib/components/VSelect/VSelect.mjs +23 -8
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +1 -0
- package/lib/components/VSelect/index.d.mts +6 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -3
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +1 -0
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +3 -0
- package/lib/components/VSwitch/VSwitch.sass +3 -0
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VTable/VTable.css +10 -4
- package/lib/components/VTable/VTable.sass +6 -4
- package/lib/components/VTextarea/VTextarea.css +0 -3
- package/lib/components/VTextarea/VTextarea.sass +0 -4
- package/lib/components/VTimeline/VTimeline.css +2 -2
- package/lib/components/VTimeline/VTimeline.sass +2 -2
- package/lib/components/VWindow/VWindow.mjs +1 -0
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +3 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +29 -11
- package/lib/components/index.d.mts +57 -29
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +14 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/theme.mjs +12 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +10 -2
- package/lib/labs/VDatePicker/VDatePicker.css +6 -5
- package/lib/labs/VDatePicker/VDatePicker.mjs +3 -3
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.sass +8 -9
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +2 -2
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +4 -5
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VOtpInput/VOtpInput.css +53 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs +213 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -0
- package/lib/labs/VOtpInput/VOtpInput.sass +55 -0
- package/lib/labs/VOtpInput/_variables.scss +2 -0
- package/lib/labs/VOtpInput/index.d.mts +459 -0
- package/lib/labs/VOtpInput/index.mjs +2 -0
- package/lib/labs/VOtpInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.css +42 -0
- package/lib/labs/VStepper/VStepper.mjs +147 -0
- package/lib/labs/VStepper/VStepper.mjs.map +1 -0
- package/lib/labs/VStepper/VStepper.sass +44 -0
- package/lib/labs/VStepper/VStepperActions.mjs +61 -0
- package/lib/labs/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperHeader.mjs +4 -0
- package/lib/labs/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperItem.css +67 -0
- package/lib/labs/VStepper/VStepperItem.mjs +114 -0
- package/lib/labs/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperItem.sass +71 -0
- package/lib/labs/VStepper/VStepperWindow.mjs +50 -0
- package/lib/labs/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/labs/VStepper/VStepperWindowItem.mjs +24 -0
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/labs/VStepper/_variables.scss +4 -0
- package/lib/labs/VStepper/index.d.mts +2051 -0
- package/lib/labs/VStepper/index.mjs +7 -0
- package/lib/labs/VStepper/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +2751 -267
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -7
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +6 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +6 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +6 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +6 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +6 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +6 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +6 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +6 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +6 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +6 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +6 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +6 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +6 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +6 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +6 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +6 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +6 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +6 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +6 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +6 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +210 -0
- package/lib/locale/it.mjs +6 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +6 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +6 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +6 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +6 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +6 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +6 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +6 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +6 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +23 -18
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +6 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +6 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +6 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +6 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +6 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +6 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +6 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +6 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +6 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +6 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +6 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +6 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/util/globals.mjs +0 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +32 -12
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -219,7 +219,8 @@ type DefaultsInstance = undefined | {
|
|
|
219
219
|
global?: Record<string, unknown>;
|
|
220
220
|
};
|
|
221
221
|
type DefaultsOptions = Partial<DefaultsInstance>;
|
|
222
|
-
declare function useDefaults
|
|
222
|
+
declare function useDefaults<T extends Record<string, any>>(props: T, name?: string): T;
|
|
223
|
+
declare function useDefaults(props?: undefined, name?: string): Record<string, any>;
|
|
223
224
|
|
|
224
225
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
225
226
|
declare const IconValue: PropType<IconValue>;
|
|
@@ -888,7 +889,7 @@ declare function useLayout(): {
|
|
|
888
889
|
};
|
|
889
890
|
|
|
890
891
|
type ValidationResult = string | boolean;
|
|
891
|
-
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
892
|
+
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
892
893
|
|
|
893
894
|
interface FieldValidationResult {
|
|
894
895
|
id: number | string;
|
|
@@ -4459,7 +4460,7 @@ declare const VInput: {
|
|
|
4459
4460
|
focused?: boolean | undefined;
|
|
4460
4461
|
errorMessages?: string | readonly string[] | undefined;
|
|
4461
4462
|
maxErrors?: string | number | undefined;
|
|
4462
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
4463
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
4463
4464
|
centerAffix?: boolean | undefined;
|
|
4464
4465
|
persistentHint?: boolean | undefined;
|
|
4465
4466
|
key?: string | number | symbol | undefined;
|
|
@@ -4577,7 +4578,7 @@ declare const VInput: {
|
|
|
4577
4578
|
focused: boolean;
|
|
4578
4579
|
errorMessages: string | readonly string[];
|
|
4579
4580
|
maxErrors: string | number;
|
|
4580
|
-
rules: readonly ValidationRule[];
|
|
4581
|
+
rules: readonly ValidationRule$1[];
|
|
4581
4582
|
centerAffix: boolean;
|
|
4582
4583
|
persistentHint: boolean;
|
|
4583
4584
|
} & {
|
|
@@ -4635,7 +4636,7 @@ declare const VInput: {
|
|
|
4635
4636
|
focused: boolean;
|
|
4636
4637
|
errorMessages: string | readonly string[];
|
|
4637
4638
|
maxErrors: string | number;
|
|
4638
|
-
rules: readonly ValidationRule[];
|
|
4639
|
+
rules: readonly ValidationRule$1[];
|
|
4639
4640
|
centerAffix: boolean;
|
|
4640
4641
|
persistentHint: boolean;
|
|
4641
4642
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -4685,7 +4686,7 @@ declare const VInput: {
|
|
|
4685
4686
|
focused: boolean;
|
|
4686
4687
|
errorMessages: string | readonly string[];
|
|
4687
4688
|
maxErrors: string | number;
|
|
4688
|
-
rules: readonly ValidationRule[];
|
|
4689
|
+
rules: readonly ValidationRule$1[];
|
|
4689
4690
|
centerAffix: boolean;
|
|
4690
4691
|
persistentHint: boolean;
|
|
4691
4692
|
} & {
|
|
@@ -4745,7 +4746,7 @@ declare const VInput: {
|
|
|
4745
4746
|
focused: boolean;
|
|
4746
4747
|
errorMessages: string | readonly string[];
|
|
4747
4748
|
maxErrors: string | number;
|
|
4748
|
-
rules: readonly ValidationRule[];
|
|
4749
|
+
rules: readonly ValidationRule$1[];
|
|
4749
4750
|
centerAffix: boolean;
|
|
4750
4751
|
persistentHint: boolean;
|
|
4751
4752
|
} & {
|
|
@@ -4803,7 +4804,7 @@ declare const VInput: {
|
|
|
4803
4804
|
focused: boolean;
|
|
4804
4805
|
errorMessages: string | readonly string[];
|
|
4805
4806
|
maxErrors: string | number;
|
|
4806
|
-
rules: readonly ValidationRule[];
|
|
4807
|
+
rules: readonly ValidationRule$1[];
|
|
4807
4808
|
centerAffix: boolean;
|
|
4808
4809
|
persistentHint: boolean;
|
|
4809
4810
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -4845,7 +4846,7 @@ declare const VInput: {
|
|
|
4845
4846
|
default: null;
|
|
4846
4847
|
};
|
|
4847
4848
|
rules: {
|
|
4848
|
-
type: PropType<readonly ValidationRule[]>;
|
|
4849
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
4849
4850
|
default: () => never[];
|
|
4850
4851
|
};
|
|
4851
4852
|
modelValue: null;
|
|
@@ -4905,7 +4906,7 @@ declare const VInput: {
|
|
|
4905
4906
|
default: null;
|
|
4906
4907
|
};
|
|
4907
4908
|
rules: {
|
|
4908
|
-
type: PropType<readonly ValidationRule[]>;
|
|
4909
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
4909
4910
|
default: () => never[];
|
|
4910
4911
|
};
|
|
4911
4912
|
modelValue: null;
|
|
@@ -5058,7 +5059,7 @@ declare const VAutocomplete: {
|
|
|
5058
5059
|
focused?: boolean | undefined;
|
|
5059
5060
|
errorMessages?: string | readonly string[] | undefined;
|
|
5060
5061
|
maxErrors?: string | number | undefined;
|
|
5061
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
5062
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
5062
5063
|
centerAffix?: boolean | undefined;
|
|
5063
5064
|
persistentHint?: boolean | undefined;
|
|
5064
5065
|
itemTitle?: SelectItemKey | undefined;
|
|
@@ -5264,6 +5265,7 @@ declare const VAutocomplete: {
|
|
|
5264
5265
|
contentProps?: any;
|
|
5265
5266
|
attach?: string | boolean | Element | undefined;
|
|
5266
5267
|
} | undefined;
|
|
5268
|
+
itemColor?: string | undefined;
|
|
5267
5269
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
5268
5270
|
customFilter?: FilterFunction | undefined;
|
|
5269
5271
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
@@ -5366,7 +5368,7 @@ declare const VAutocomplete: {
|
|
|
5366
5368
|
focused: boolean;
|
|
5367
5369
|
errorMessages: string | readonly string[];
|
|
5368
5370
|
maxErrors: string | number;
|
|
5369
|
-
rules: readonly ValidationRule[];
|
|
5371
|
+
rules: readonly ValidationRule$1[];
|
|
5370
5372
|
persistentHint: boolean;
|
|
5371
5373
|
itemTitle: SelectItemKey;
|
|
5372
5374
|
itemValue: SelectItemKey;
|
|
@@ -5531,6 +5533,7 @@ declare const VAutocomplete: {
|
|
|
5531
5533
|
contentProps?: any;
|
|
5532
5534
|
attach?: string | boolean | Element | undefined;
|
|
5533
5535
|
} | undefined;
|
|
5536
|
+
itemColor?: string | undefined;
|
|
5534
5537
|
customFilter?: FilterFunction | undefined;
|
|
5535
5538
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
5536
5539
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -5570,7 +5573,7 @@ declare const VAutocomplete: {
|
|
|
5570
5573
|
focused: boolean;
|
|
5571
5574
|
errorMessages: string | readonly string[];
|
|
5572
5575
|
maxErrors: string | number;
|
|
5573
|
-
rules: readonly ValidationRule[];
|
|
5576
|
+
rules: readonly ValidationRule$1[];
|
|
5574
5577
|
centerAffix: boolean;
|
|
5575
5578
|
persistentHint: boolean;
|
|
5576
5579
|
itemTitle: SelectItemKey;
|
|
@@ -5696,7 +5699,7 @@ declare const VAutocomplete: {
|
|
|
5696
5699
|
focused: boolean;
|
|
5697
5700
|
errorMessages: string | readonly string[];
|
|
5698
5701
|
maxErrors: string | number;
|
|
5699
|
-
rules: readonly ValidationRule[];
|
|
5702
|
+
rules: readonly ValidationRule$1[];
|
|
5700
5703
|
persistentHint: boolean;
|
|
5701
5704
|
itemTitle: SelectItemKey;
|
|
5702
5705
|
itemValue: SelectItemKey;
|
|
@@ -5861,6 +5864,7 @@ declare const VAutocomplete: {
|
|
|
5861
5864
|
contentProps?: any;
|
|
5862
5865
|
attach?: string | boolean | Element | undefined;
|
|
5863
5866
|
} | undefined;
|
|
5867
|
+
itemColor?: string | undefined;
|
|
5864
5868
|
customFilter?: FilterFunction | undefined;
|
|
5865
5869
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
5866
5870
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -5898,7 +5902,7 @@ declare const VAutocomplete: {
|
|
|
5898
5902
|
focused: boolean;
|
|
5899
5903
|
errorMessages: string | readonly string[];
|
|
5900
5904
|
maxErrors: string | number;
|
|
5901
|
-
rules: readonly ValidationRule[];
|
|
5905
|
+
rules: readonly ValidationRule$1[];
|
|
5902
5906
|
persistentHint: boolean;
|
|
5903
5907
|
itemTitle: SelectItemKey;
|
|
5904
5908
|
itemValue: SelectItemKey;
|
|
@@ -6063,6 +6067,7 @@ declare const VAutocomplete: {
|
|
|
6063
6067
|
contentProps?: any;
|
|
6064
6068
|
attach?: string | boolean | Element | undefined;
|
|
6065
6069
|
} | undefined;
|
|
6070
|
+
itemColor?: string | undefined;
|
|
6066
6071
|
customFilter?: FilterFunction | undefined;
|
|
6067
6072
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
6068
6073
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -6102,7 +6107,7 @@ declare const VAutocomplete: {
|
|
|
6102
6107
|
focused: boolean;
|
|
6103
6108
|
errorMessages: string | readonly string[];
|
|
6104
6109
|
maxErrors: string | number;
|
|
6105
|
-
rules: readonly ValidationRule[];
|
|
6110
|
+
rules: readonly ValidationRule$1[];
|
|
6106
6111
|
centerAffix: boolean;
|
|
6107
6112
|
persistentHint: boolean;
|
|
6108
6113
|
itemTitle: SelectItemKey;
|
|
@@ -6329,7 +6334,7 @@ declare const VAutocomplete: {
|
|
|
6329
6334
|
default: number;
|
|
6330
6335
|
};
|
|
6331
6336
|
rules: {
|
|
6332
|
-
type: PropType<readonly ValidationRule[]>;
|
|
6337
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
6333
6338
|
default: () => never[];
|
|
6334
6339
|
};
|
|
6335
6340
|
centerAffix: {
|
|
@@ -6508,6 +6513,7 @@ declare const VAutocomplete: {
|
|
|
6508
6513
|
type: PropType<typeof deepEqual>;
|
|
6509
6514
|
default: typeof deepEqual;
|
|
6510
6515
|
};
|
|
6516
|
+
itemColor: StringConstructor;
|
|
6511
6517
|
customFilter: PropType<FilterFunction>;
|
|
6512
6518
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
6513
6519
|
filterKeys: {
|
|
@@ -6621,7 +6627,7 @@ declare const VAutocomplete: {
|
|
|
6621
6627
|
default: number;
|
|
6622
6628
|
};
|
|
6623
6629
|
rules: {
|
|
6624
|
-
type: PropType<readonly ValidationRule[]>;
|
|
6630
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
6625
6631
|
default: () => never[];
|
|
6626
6632
|
};
|
|
6627
6633
|
centerAffix: {
|
|
@@ -6800,6 +6806,7 @@ declare const VAutocomplete: {
|
|
|
6800
6806
|
type: PropType<typeof deepEqual>;
|
|
6801
6807
|
default: typeof deepEqual;
|
|
6802
6808
|
};
|
|
6809
|
+
itemColor: StringConstructor;
|
|
6803
6810
|
customFilter: PropType<FilterFunction>;
|
|
6804
6811
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
6805
6812
|
filterKeys: {
|
|
@@ -12257,7 +12264,7 @@ declare const VCarousel: {
|
|
|
12257
12264
|
style?: vue.StyleValue | undefined;
|
|
12258
12265
|
disabled?: boolean | undefined;
|
|
12259
12266
|
tag?: string | undefined;
|
|
12260
|
-
mandatory?: "force" | undefined;
|
|
12267
|
+
mandatory?: NonNullable<boolean | "force"> | undefined;
|
|
12261
12268
|
touch?: boolean | TouchHandlers | undefined;
|
|
12262
12269
|
selectedClass?: string | undefined;
|
|
12263
12270
|
continuous?: boolean | undefined;
|
|
@@ -12474,7 +12481,7 @@ declare const VCarousel: {
|
|
|
12474
12481
|
style: vue.StyleValue;
|
|
12475
12482
|
disabled: boolean;
|
|
12476
12483
|
tag: string;
|
|
12477
|
-
mandatory: "force"
|
|
12484
|
+
mandatory: NonNullable<boolean | "force">;
|
|
12478
12485
|
selectedClass: string;
|
|
12479
12486
|
continuous: boolean;
|
|
12480
12487
|
nextIcon: IconValue;
|
|
@@ -12602,7 +12609,7 @@ declare const VCarousel: {
|
|
|
12602
12609
|
style: vue.StyleValue;
|
|
12603
12610
|
disabled: boolean;
|
|
12604
12611
|
tag: string;
|
|
12605
|
-
mandatory: "force"
|
|
12612
|
+
mandatory: NonNullable<boolean | "force">;
|
|
12606
12613
|
touch: boolean | TouchHandlers;
|
|
12607
12614
|
selectedClass: string;
|
|
12608
12615
|
continuous: boolean;
|
|
@@ -12682,7 +12689,7 @@ declare const VCarousel: {
|
|
|
12682
12689
|
style: vue.StyleValue;
|
|
12683
12690
|
disabled: boolean;
|
|
12684
12691
|
tag: string;
|
|
12685
|
-
mandatory: "force"
|
|
12692
|
+
mandatory: NonNullable<boolean | "force">;
|
|
12686
12693
|
selectedClass: string;
|
|
12687
12694
|
continuous: boolean;
|
|
12688
12695
|
nextIcon: IconValue;
|
|
@@ -12812,7 +12819,7 @@ declare const VCarousel: {
|
|
|
12812
12819
|
style: vue.StyleValue;
|
|
12813
12820
|
disabled: boolean;
|
|
12814
12821
|
tag: string;
|
|
12815
|
-
mandatory: "force"
|
|
12822
|
+
mandatory: NonNullable<boolean | "force">;
|
|
12816
12823
|
selectedClass: string;
|
|
12817
12824
|
continuous: boolean;
|
|
12818
12825
|
nextIcon: IconValue;
|
|
@@ -12940,7 +12947,7 @@ declare const VCarousel: {
|
|
|
12940
12947
|
style: vue.StyleValue;
|
|
12941
12948
|
disabled: boolean;
|
|
12942
12949
|
tag: string;
|
|
12943
|
-
mandatory: "force"
|
|
12950
|
+
mandatory: NonNullable<boolean | "force">;
|
|
12944
12951
|
touch: boolean | TouchHandlers;
|
|
12945
12952
|
selectedClass: string;
|
|
12946
12953
|
continuous: boolean;
|
|
@@ -13038,10 +13045,11 @@ declare const VCarousel: {
|
|
|
13038
13045
|
default: string;
|
|
13039
13046
|
};
|
|
13040
13047
|
mandatory: Omit<{
|
|
13048
|
+
type: PropType<boolean | "force">;
|
|
13041
13049
|
default: "force";
|
|
13042
13050
|
}, "type" | "default"> & {
|
|
13043
|
-
type: PropType<"force"
|
|
13044
|
-
default: "force"
|
|
13051
|
+
type: PropType<NonNullable<boolean | "force">>;
|
|
13052
|
+
default: NonNullable<boolean | "force">;
|
|
13045
13053
|
};
|
|
13046
13054
|
color: StringConstructor;
|
|
13047
13055
|
cycle: BooleanConstructor;
|
|
@@ -13108,10 +13116,11 @@ declare const VCarousel: {
|
|
|
13108
13116
|
default: string;
|
|
13109
13117
|
};
|
|
13110
13118
|
mandatory: Omit<{
|
|
13119
|
+
type: PropType<boolean | "force">;
|
|
13111
13120
|
default: "force";
|
|
13112
13121
|
}, "type" | "default"> & {
|
|
13113
|
-
type: PropType<"force"
|
|
13114
|
-
default: "force"
|
|
13122
|
+
type: PropType<NonNullable<boolean | "force">>;
|
|
13123
|
+
default: NonNullable<boolean | "force">;
|
|
13115
13124
|
};
|
|
13116
13125
|
color: StringConstructor;
|
|
13117
13126
|
cycle: BooleanConstructor;
|
|
@@ -14710,7 +14719,7 @@ declare const VCheckbox: {
|
|
|
14710
14719
|
focused?: boolean | undefined;
|
|
14711
14720
|
errorMessages?: string | readonly string[] | undefined;
|
|
14712
14721
|
maxErrors?: string | number | undefined;
|
|
14713
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
14722
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
14714
14723
|
centerAffix?: boolean | undefined;
|
|
14715
14724
|
persistentHint?: boolean | undefined;
|
|
14716
14725
|
type?: string | undefined;
|
|
@@ -14866,7 +14875,7 @@ declare const VCheckbox: {
|
|
|
14866
14875
|
focused: boolean;
|
|
14867
14876
|
errorMessages: string | readonly string[];
|
|
14868
14877
|
maxErrors: string | number;
|
|
14869
|
-
rules: readonly ValidationRule[];
|
|
14878
|
+
rules: readonly ValidationRule$1[];
|
|
14870
14879
|
centerAffix: boolean;
|
|
14871
14880
|
persistentHint: boolean;
|
|
14872
14881
|
} & {
|
|
@@ -14951,7 +14960,7 @@ declare const VCheckbox: {
|
|
|
14951
14960
|
focused: boolean;
|
|
14952
14961
|
errorMessages: string | readonly string[];
|
|
14953
14962
|
maxErrors: string | number;
|
|
14954
|
-
rules: readonly ValidationRule[];
|
|
14963
|
+
rules: readonly ValidationRule$1[];
|
|
14955
14964
|
centerAffix: boolean;
|
|
14956
14965
|
persistentHint: boolean;
|
|
14957
14966
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -15017,7 +15026,7 @@ declare const VCheckbox: {
|
|
|
15017
15026
|
focused: boolean;
|
|
15018
15027
|
errorMessages: string | readonly string[];
|
|
15019
15028
|
maxErrors: string | number;
|
|
15020
|
-
rules: readonly ValidationRule[];
|
|
15029
|
+
rules: readonly ValidationRule$1[];
|
|
15021
15030
|
centerAffix: boolean;
|
|
15022
15031
|
persistentHint: boolean;
|
|
15023
15032
|
} & {
|
|
@@ -15103,7 +15112,7 @@ declare const VCheckbox: {
|
|
|
15103
15112
|
focused: boolean;
|
|
15104
15113
|
errorMessages: string | readonly string[];
|
|
15105
15114
|
maxErrors: string | number;
|
|
15106
|
-
rules: readonly ValidationRule[];
|
|
15115
|
+
rules: readonly ValidationRule$1[];
|
|
15107
15116
|
centerAffix: boolean;
|
|
15108
15117
|
persistentHint: boolean;
|
|
15109
15118
|
} & {
|
|
@@ -15188,7 +15197,7 @@ declare const VCheckbox: {
|
|
|
15188
15197
|
focused: boolean;
|
|
15189
15198
|
errorMessages: string | readonly string[];
|
|
15190
15199
|
maxErrors: string | number;
|
|
15191
|
-
rules: readonly ValidationRule[];
|
|
15200
|
+
rules: readonly ValidationRule$1[];
|
|
15192
15201
|
centerAffix: boolean;
|
|
15193
15202
|
persistentHint: boolean;
|
|
15194
15203
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -15280,7 +15289,7 @@ declare const VCheckbox: {
|
|
|
15280
15289
|
default: number;
|
|
15281
15290
|
};
|
|
15282
15291
|
rules: {
|
|
15283
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
15292
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
15284
15293
|
default: () => never[];
|
|
15285
15294
|
};
|
|
15286
15295
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -15369,7 +15378,7 @@ declare const VCheckbox: {
|
|
|
15369
15378
|
default: number;
|
|
15370
15379
|
};
|
|
15371
15380
|
rules: {
|
|
15372
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
15381
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
15373
15382
|
default: () => never[];
|
|
15374
15383
|
};
|
|
15375
15384
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -17898,7 +17907,7 @@ declare const VCombobox: {
|
|
|
17898
17907
|
focused?: boolean | undefined;
|
|
17899
17908
|
errorMessages?: string | readonly string[] | undefined;
|
|
17900
17909
|
maxErrors?: string | number | undefined;
|
|
17901
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
17910
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
17902
17911
|
centerAffix?: boolean | undefined;
|
|
17903
17912
|
persistentHint?: boolean | undefined;
|
|
17904
17913
|
itemTitle?: SelectItemKey | undefined;
|
|
@@ -18104,6 +18113,7 @@ declare const VCombobox: {
|
|
|
18104
18113
|
contentProps?: any;
|
|
18105
18114
|
attach?: string | boolean | Element | undefined;
|
|
18106
18115
|
} | undefined;
|
|
18116
|
+
itemColor?: string | undefined;
|
|
18107
18117
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
18108
18118
|
customFilter?: FilterFunction | undefined;
|
|
18109
18119
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
@@ -18206,7 +18216,7 @@ declare const VCombobox: {
|
|
|
18206
18216
|
focused: boolean;
|
|
18207
18217
|
errorMessages: string | readonly string[];
|
|
18208
18218
|
maxErrors: string | number;
|
|
18209
|
-
rules: readonly ValidationRule[];
|
|
18219
|
+
rules: readonly ValidationRule$1[];
|
|
18210
18220
|
persistentHint: boolean;
|
|
18211
18221
|
itemTitle: SelectItemKey;
|
|
18212
18222
|
itemValue: SelectItemKey;
|
|
@@ -18371,6 +18381,7 @@ declare const VCombobox: {
|
|
|
18371
18381
|
contentProps?: any;
|
|
18372
18382
|
attach?: string | boolean | Element | undefined;
|
|
18373
18383
|
} | undefined;
|
|
18384
|
+
itemColor?: string | undefined;
|
|
18374
18385
|
customFilter?: FilterFunction | undefined;
|
|
18375
18386
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
18376
18387
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -18410,7 +18421,7 @@ declare const VCombobox: {
|
|
|
18410
18421
|
focused: boolean;
|
|
18411
18422
|
errorMessages: string | readonly string[];
|
|
18412
18423
|
maxErrors: string | number;
|
|
18413
|
-
rules: readonly ValidationRule[];
|
|
18424
|
+
rules: readonly ValidationRule$1[];
|
|
18414
18425
|
centerAffix: boolean;
|
|
18415
18426
|
persistentHint: boolean;
|
|
18416
18427
|
itemTitle: SelectItemKey;
|
|
@@ -18536,7 +18547,7 @@ declare const VCombobox: {
|
|
|
18536
18547
|
focused: boolean;
|
|
18537
18548
|
errorMessages: string | readonly string[];
|
|
18538
18549
|
maxErrors: string | number;
|
|
18539
|
-
rules: readonly ValidationRule[];
|
|
18550
|
+
rules: readonly ValidationRule$1[];
|
|
18540
18551
|
persistentHint: boolean;
|
|
18541
18552
|
itemTitle: SelectItemKey;
|
|
18542
18553
|
itemValue: SelectItemKey;
|
|
@@ -18701,6 +18712,7 @@ declare const VCombobox: {
|
|
|
18701
18712
|
contentProps?: any;
|
|
18702
18713
|
attach?: string | boolean | Element | undefined;
|
|
18703
18714
|
} | undefined;
|
|
18715
|
+
itemColor?: string | undefined;
|
|
18704
18716
|
customFilter?: FilterFunction | undefined;
|
|
18705
18717
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
18706
18718
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -18738,7 +18750,7 @@ declare const VCombobox: {
|
|
|
18738
18750
|
focused: boolean;
|
|
18739
18751
|
errorMessages: string | readonly string[];
|
|
18740
18752
|
maxErrors: string | number;
|
|
18741
|
-
rules: readonly ValidationRule[];
|
|
18753
|
+
rules: readonly ValidationRule$1[];
|
|
18742
18754
|
persistentHint: boolean;
|
|
18743
18755
|
itemTitle: SelectItemKey;
|
|
18744
18756
|
itemValue: SelectItemKey;
|
|
@@ -18903,6 +18915,7 @@ declare const VCombobox: {
|
|
|
18903
18915
|
contentProps?: any;
|
|
18904
18916
|
attach?: string | boolean | Element | undefined;
|
|
18905
18917
|
} | undefined;
|
|
18918
|
+
itemColor?: string | undefined;
|
|
18906
18919
|
customFilter?: FilterFunction | undefined;
|
|
18907
18920
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
18908
18921
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
@@ -18942,7 +18955,7 @@ declare const VCombobox: {
|
|
|
18942
18955
|
focused: boolean;
|
|
18943
18956
|
errorMessages: string | readonly string[];
|
|
18944
18957
|
maxErrors: string | number;
|
|
18945
|
-
rules: readonly ValidationRule[];
|
|
18958
|
+
rules: readonly ValidationRule$1[];
|
|
18946
18959
|
centerAffix: boolean;
|
|
18947
18960
|
persistentHint: boolean;
|
|
18948
18961
|
itemTitle: SelectItemKey;
|
|
@@ -19169,7 +19182,7 @@ declare const VCombobox: {
|
|
|
19169
19182
|
default: number;
|
|
19170
19183
|
};
|
|
19171
19184
|
rules: {
|
|
19172
|
-
type: PropType<readonly ValidationRule[]>;
|
|
19185
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
19173
19186
|
default: () => never[];
|
|
19174
19187
|
};
|
|
19175
19188
|
centerAffix: {
|
|
@@ -19354,6 +19367,7 @@ declare const VCombobox: {
|
|
|
19354
19367
|
type: PropType<typeof deepEqual>;
|
|
19355
19368
|
default: typeof deepEqual;
|
|
19356
19369
|
};
|
|
19370
|
+
itemColor: StringConstructor;
|
|
19357
19371
|
customFilter: PropType<FilterFunction>;
|
|
19358
19372
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
19359
19373
|
filterKeys: {
|
|
@@ -19467,7 +19481,7 @@ declare const VCombobox: {
|
|
|
19467
19481
|
default: number;
|
|
19468
19482
|
};
|
|
19469
19483
|
rules: {
|
|
19470
|
-
type: PropType<readonly ValidationRule[]>;
|
|
19484
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
19471
19485
|
default: () => never[];
|
|
19472
19486
|
};
|
|
19473
19487
|
centerAffix: {
|
|
@@ -19652,6 +19666,7 @@ declare const VCombobox: {
|
|
|
19652
19666
|
type: PropType<typeof deepEqual>;
|
|
19653
19667
|
default: typeof deepEqual;
|
|
19654
19668
|
};
|
|
19669
|
+
itemColor: StringConstructor;
|
|
19655
19670
|
customFilter: PropType<FilterFunction>;
|
|
19656
19671
|
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
19657
19672
|
filterKeys: {
|
|
@@ -23435,7 +23450,7 @@ declare const VFileInput: {
|
|
|
23435
23450
|
focused?: boolean | undefined;
|
|
23436
23451
|
errorMessages?: string | readonly string[] | undefined;
|
|
23437
23452
|
maxErrors?: string | number | undefined;
|
|
23438
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
23453
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
23439
23454
|
centerAffix?: boolean | undefined;
|
|
23440
23455
|
persistentHint?: boolean | undefined;
|
|
23441
23456
|
clearable?: boolean | undefined;
|
|
@@ -23650,7 +23665,7 @@ declare const VFileInput: {
|
|
|
23650
23665
|
focused: boolean;
|
|
23651
23666
|
errorMessages: string | readonly string[];
|
|
23652
23667
|
maxErrors: string | number;
|
|
23653
|
-
rules: readonly ValidationRule[];
|
|
23668
|
+
rules: readonly ValidationRule$1[];
|
|
23654
23669
|
persistentHint: boolean;
|
|
23655
23670
|
clearable: boolean;
|
|
23656
23671
|
dirty: boolean;
|
|
@@ -23767,7 +23782,7 @@ declare const VFileInput: {
|
|
|
23767
23782
|
focused?: boolean | undefined;
|
|
23768
23783
|
errorMessages?: string | readonly string[] | undefined;
|
|
23769
23784
|
maxErrors?: string | number | undefined;
|
|
23770
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
23785
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
23771
23786
|
centerAffix?: boolean | undefined;
|
|
23772
23787
|
persistentHint?: boolean | undefined;
|
|
23773
23788
|
key?: string | number | symbol | undefined;
|
|
@@ -23885,7 +23900,7 @@ declare const VFileInput: {
|
|
|
23885
23900
|
focused: boolean;
|
|
23886
23901
|
errorMessages: string | readonly string[];
|
|
23887
23902
|
maxErrors: string | number;
|
|
23888
|
-
rules: readonly ValidationRule[];
|
|
23903
|
+
rules: readonly ValidationRule$1[];
|
|
23889
23904
|
centerAffix: boolean;
|
|
23890
23905
|
persistentHint: boolean;
|
|
23891
23906
|
} & {
|
|
@@ -23943,7 +23958,7 @@ declare const VFileInput: {
|
|
|
23943
23958
|
focused: boolean;
|
|
23944
23959
|
errorMessages: string | readonly string[];
|
|
23945
23960
|
maxErrors: string | number;
|
|
23946
|
-
rules: readonly ValidationRule[];
|
|
23961
|
+
rules: readonly ValidationRule$1[];
|
|
23947
23962
|
centerAffix: boolean;
|
|
23948
23963
|
persistentHint: boolean;
|
|
23949
23964
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -23993,7 +24008,7 @@ declare const VFileInput: {
|
|
|
23993
24008
|
focused: boolean;
|
|
23994
24009
|
errorMessages: string | readonly string[];
|
|
23995
24010
|
maxErrors: string | number;
|
|
23996
|
-
rules: readonly ValidationRule[];
|
|
24011
|
+
rules: readonly ValidationRule$1[];
|
|
23997
24012
|
centerAffix: boolean;
|
|
23998
24013
|
persistentHint: boolean;
|
|
23999
24014
|
} & {
|
|
@@ -24064,7 +24079,7 @@ declare const VFileInput: {
|
|
|
24064
24079
|
focused: boolean;
|
|
24065
24080
|
errorMessages: string | readonly string[];
|
|
24066
24081
|
maxErrors: string | number;
|
|
24067
|
-
rules: readonly ValidationRule[];
|
|
24082
|
+
rules: readonly ValidationRule$1[];
|
|
24068
24083
|
centerAffix: boolean;
|
|
24069
24084
|
persistentHint: boolean;
|
|
24070
24085
|
clearable: boolean;
|
|
@@ -24159,7 +24174,7 @@ declare const VFileInput: {
|
|
|
24159
24174
|
focused: boolean;
|
|
24160
24175
|
errorMessages: string | readonly string[];
|
|
24161
24176
|
maxErrors: string | number;
|
|
24162
|
-
rules: readonly ValidationRule[];
|
|
24177
|
+
rules: readonly ValidationRule$1[];
|
|
24163
24178
|
persistentHint: boolean;
|
|
24164
24179
|
clearable: boolean;
|
|
24165
24180
|
dirty: boolean;
|
|
@@ -24276,7 +24291,7 @@ declare const VFileInput: {
|
|
|
24276
24291
|
focused?: boolean | undefined;
|
|
24277
24292
|
errorMessages?: string | readonly string[] | undefined;
|
|
24278
24293
|
maxErrors?: string | number | undefined;
|
|
24279
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
24294
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
24280
24295
|
centerAffix?: boolean | undefined;
|
|
24281
24296
|
persistentHint?: boolean | undefined;
|
|
24282
24297
|
key?: string | number | symbol | undefined;
|
|
@@ -24394,7 +24409,7 @@ declare const VFileInput: {
|
|
|
24394
24409
|
focused: boolean;
|
|
24395
24410
|
errorMessages: string | readonly string[];
|
|
24396
24411
|
maxErrors: string | number;
|
|
24397
|
-
rules: readonly ValidationRule[];
|
|
24412
|
+
rules: readonly ValidationRule$1[];
|
|
24398
24413
|
centerAffix: boolean;
|
|
24399
24414
|
persistentHint: boolean;
|
|
24400
24415
|
} & {
|
|
@@ -24452,7 +24467,7 @@ declare const VFileInput: {
|
|
|
24452
24467
|
focused: boolean;
|
|
24453
24468
|
errorMessages: string | readonly string[];
|
|
24454
24469
|
maxErrors: string | number;
|
|
24455
|
-
rules: readonly ValidationRule[];
|
|
24470
|
+
rules: readonly ValidationRule$1[];
|
|
24456
24471
|
centerAffix: boolean;
|
|
24457
24472
|
persistentHint: boolean;
|
|
24458
24473
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -24502,7 +24517,7 @@ declare const VFileInput: {
|
|
|
24502
24517
|
focused: boolean;
|
|
24503
24518
|
errorMessages: string | readonly string[];
|
|
24504
24519
|
maxErrors: string | number;
|
|
24505
|
-
rules: readonly ValidationRule[];
|
|
24520
|
+
rules: readonly ValidationRule$1[];
|
|
24506
24521
|
centerAffix: boolean;
|
|
24507
24522
|
persistentHint: boolean;
|
|
24508
24523
|
} & {
|
|
@@ -24571,7 +24586,7 @@ declare const VFileInput: {
|
|
|
24571
24586
|
focused: boolean;
|
|
24572
24587
|
errorMessages: string | readonly string[];
|
|
24573
24588
|
maxErrors: string | number;
|
|
24574
|
-
rules: readonly ValidationRule[];
|
|
24589
|
+
rules: readonly ValidationRule$1[];
|
|
24575
24590
|
persistentHint: boolean;
|
|
24576
24591
|
clearable: boolean;
|
|
24577
24592
|
dirty: boolean;
|
|
@@ -24688,7 +24703,7 @@ declare const VFileInput: {
|
|
|
24688
24703
|
focused?: boolean | undefined;
|
|
24689
24704
|
errorMessages?: string | readonly string[] | undefined;
|
|
24690
24705
|
maxErrors?: string | number | undefined;
|
|
24691
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
24706
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
24692
24707
|
centerAffix?: boolean | undefined;
|
|
24693
24708
|
persistentHint?: boolean | undefined;
|
|
24694
24709
|
key?: string | number | symbol | undefined;
|
|
@@ -24806,7 +24821,7 @@ declare const VFileInput: {
|
|
|
24806
24821
|
focused: boolean;
|
|
24807
24822
|
errorMessages: string | readonly string[];
|
|
24808
24823
|
maxErrors: string | number;
|
|
24809
|
-
rules: readonly ValidationRule[];
|
|
24824
|
+
rules: readonly ValidationRule$1[];
|
|
24810
24825
|
centerAffix: boolean;
|
|
24811
24826
|
persistentHint: boolean;
|
|
24812
24827
|
} & {
|
|
@@ -24864,7 +24879,7 @@ declare const VFileInput: {
|
|
|
24864
24879
|
focused: boolean;
|
|
24865
24880
|
errorMessages: string | readonly string[];
|
|
24866
24881
|
maxErrors: string | number;
|
|
24867
|
-
rules: readonly ValidationRule[];
|
|
24882
|
+
rules: readonly ValidationRule$1[];
|
|
24868
24883
|
centerAffix: boolean;
|
|
24869
24884
|
persistentHint: boolean;
|
|
24870
24885
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -24914,7 +24929,7 @@ declare const VFileInput: {
|
|
|
24914
24929
|
focused: boolean;
|
|
24915
24930
|
errorMessages: string | readonly string[];
|
|
24916
24931
|
maxErrors: string | number;
|
|
24917
|
-
rules: readonly ValidationRule[];
|
|
24932
|
+
rules: readonly ValidationRule$1[];
|
|
24918
24933
|
centerAffix: boolean;
|
|
24919
24934
|
persistentHint: boolean;
|
|
24920
24935
|
} & {
|
|
@@ -24985,7 +25000,7 @@ declare const VFileInput: {
|
|
|
24985
25000
|
focused: boolean;
|
|
24986
25001
|
errorMessages: string | readonly string[];
|
|
24987
25002
|
maxErrors: string | number;
|
|
24988
|
-
rules: readonly ValidationRule[];
|
|
25003
|
+
rules: readonly ValidationRule$1[];
|
|
24989
25004
|
centerAffix: boolean;
|
|
24990
25005
|
persistentHint: boolean;
|
|
24991
25006
|
clearable: boolean;
|
|
@@ -25110,7 +25125,7 @@ declare const VFileInput: {
|
|
|
25110
25125
|
default: null;
|
|
25111
25126
|
};
|
|
25112
25127
|
rules: {
|
|
25113
|
-
type: PropType<readonly ValidationRule[]>;
|
|
25128
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
25114
25129
|
default: () => never[];
|
|
25115
25130
|
};
|
|
25116
25131
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -25226,7 +25241,7 @@ declare const VFileInput: {
|
|
|
25226
25241
|
default: null;
|
|
25227
25242
|
};
|
|
25228
25243
|
rules: {
|
|
25229
|
-
type: PropType<readonly ValidationRule[]>;
|
|
25244
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
25230
25245
|
default: () => never[];
|
|
25231
25246
|
};
|
|
25232
25247
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -38044,7 +38059,7 @@ declare const VRadioGroup: {
|
|
|
38044
38059
|
focused?: boolean | undefined;
|
|
38045
38060
|
errorMessages?: string | readonly string[] | undefined;
|
|
38046
38061
|
maxErrors?: string | number | undefined;
|
|
38047
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
38062
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
38048
38063
|
centerAffix?: boolean | undefined;
|
|
38049
38064
|
persistentHint?: boolean | undefined;
|
|
38050
38065
|
key?: string | number | symbol | undefined;
|
|
@@ -38196,7 +38211,7 @@ declare const VRadioGroup: {
|
|
|
38196
38211
|
focused: boolean;
|
|
38197
38212
|
errorMessages: string | readonly string[];
|
|
38198
38213
|
maxErrors: string | number;
|
|
38199
|
-
rules: readonly ValidationRule[];
|
|
38214
|
+
rules: readonly ValidationRule$1[];
|
|
38200
38215
|
centerAffix: boolean;
|
|
38201
38216
|
persistentHint: boolean;
|
|
38202
38217
|
} & {
|
|
@@ -38275,7 +38290,7 @@ declare const VRadioGroup: {
|
|
|
38275
38290
|
focused: boolean;
|
|
38276
38291
|
errorMessages: string | readonly string[];
|
|
38277
38292
|
maxErrors: string | number;
|
|
38278
|
-
rules: readonly ValidationRule[];
|
|
38293
|
+
rules: readonly ValidationRule$1[];
|
|
38279
38294
|
centerAffix: boolean;
|
|
38280
38295
|
persistentHint: boolean;
|
|
38281
38296
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -38341,7 +38356,7 @@ declare const VRadioGroup: {
|
|
|
38341
38356
|
focused: boolean;
|
|
38342
38357
|
errorMessages: string | readonly string[];
|
|
38343
38358
|
maxErrors: string | number;
|
|
38344
|
-
rules: readonly ValidationRule[];
|
|
38359
|
+
rules: readonly ValidationRule$1[];
|
|
38345
38360
|
centerAffix: boolean;
|
|
38346
38361
|
persistentHint: boolean;
|
|
38347
38362
|
} & {
|
|
@@ -38422,7 +38437,7 @@ declare const VRadioGroup: {
|
|
|
38422
38437
|
focused: boolean;
|
|
38423
38438
|
errorMessages: string | readonly string[];
|
|
38424
38439
|
maxErrors: string | number;
|
|
38425
|
-
rules: readonly ValidationRule[];
|
|
38440
|
+
rules: readonly ValidationRule$1[];
|
|
38426
38441
|
centerAffix: boolean;
|
|
38427
38442
|
persistentHint: boolean;
|
|
38428
38443
|
} & {
|
|
@@ -38501,7 +38516,7 @@ declare const VRadioGroup: {
|
|
|
38501
38516
|
focused: boolean;
|
|
38502
38517
|
errorMessages: string | readonly string[];
|
|
38503
38518
|
maxErrors: string | number;
|
|
38504
|
-
rules: readonly ValidationRule[];
|
|
38519
|
+
rules: readonly ValidationRule$1[];
|
|
38505
38520
|
centerAffix: boolean;
|
|
38506
38521
|
persistentHint: boolean;
|
|
38507
38522
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -38585,7 +38600,7 @@ declare const VRadioGroup: {
|
|
|
38585
38600
|
};
|
|
38586
38601
|
label: StringConstructor;
|
|
38587
38602
|
rules: {
|
|
38588
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
38603
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
38589
38604
|
default: () => never[];
|
|
38590
38605
|
};
|
|
38591
38606
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -38670,7 +38685,7 @@ declare const VRadioGroup: {
|
|
|
38670
38685
|
};
|
|
38671
38686
|
label: StringConstructor;
|
|
38672
38687
|
rules: {
|
|
38673
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
38688
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
38674
38689
|
default: () => never[];
|
|
38675
38690
|
};
|
|
38676
38691
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -38721,11 +38736,11 @@ declare const VRangeSlider: {
|
|
|
38721
38736
|
messages?: string | readonly string[] | undefined;
|
|
38722
38737
|
rounded?: string | number | boolean | undefined;
|
|
38723
38738
|
density?: Density | undefined;
|
|
38724
|
-
modelValue?: readonly number[] | undefined;
|
|
38739
|
+
modelValue?: readonly (string | number)[] | undefined;
|
|
38725
38740
|
focused?: boolean | undefined;
|
|
38726
38741
|
errorMessages?: string | readonly string[] | undefined;
|
|
38727
38742
|
maxErrors?: string | number | undefined;
|
|
38728
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
38743
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
38729
38744
|
centerAffix?: boolean | undefined;
|
|
38730
38745
|
persistentHint?: boolean | undefined;
|
|
38731
38746
|
showTicks?: boolean | "always" | undefined;
|
|
@@ -38875,11 +38890,11 @@ declare const VRangeSlider: {
|
|
|
38875
38890
|
elevation: NonNullable<string | number>;
|
|
38876
38891
|
messages: string | readonly string[];
|
|
38877
38892
|
density: Density;
|
|
38878
|
-
modelValue: readonly number[];
|
|
38893
|
+
modelValue: readonly (string | number)[];
|
|
38879
38894
|
focused: boolean;
|
|
38880
38895
|
errorMessages: string | readonly string[];
|
|
38881
38896
|
maxErrors: string | number;
|
|
38882
|
-
rules: readonly ValidationRule[];
|
|
38897
|
+
rules: readonly ValidationRule$1[];
|
|
38883
38898
|
centerAffix: boolean;
|
|
38884
38899
|
persistentHint: boolean;
|
|
38885
38900
|
showTicks: boolean | "always";
|
|
@@ -38962,11 +38977,11 @@ declare const VRangeSlider: {
|
|
|
38962
38977
|
messages: string | readonly string[];
|
|
38963
38978
|
rounded: string | number | boolean;
|
|
38964
38979
|
density: Density;
|
|
38965
|
-
modelValue: readonly number[];
|
|
38980
|
+
modelValue: readonly (string | number)[];
|
|
38966
38981
|
focused: boolean;
|
|
38967
38982
|
errorMessages: string | readonly string[];
|
|
38968
38983
|
maxErrors: string | number;
|
|
38969
|
-
rules: readonly ValidationRule[];
|
|
38984
|
+
rules: readonly ValidationRule$1[];
|
|
38970
38985
|
centerAffix: boolean;
|
|
38971
38986
|
persistentHint: boolean;
|
|
38972
38987
|
showTicks: boolean | "always";
|
|
@@ -39033,11 +39048,11 @@ declare const VRangeSlider: {
|
|
|
39033
39048
|
elevation: NonNullable<string | number>;
|
|
39034
39049
|
messages: string | readonly string[];
|
|
39035
39050
|
density: Density;
|
|
39036
|
-
modelValue: readonly number[];
|
|
39051
|
+
modelValue: readonly (string | number)[];
|
|
39037
39052
|
focused: boolean;
|
|
39038
39053
|
errorMessages: string | readonly string[];
|
|
39039
39054
|
maxErrors: string | number;
|
|
39040
|
-
rules: readonly ValidationRule[];
|
|
39055
|
+
rules: readonly ValidationRule$1[];
|
|
39041
39056
|
centerAffix: boolean;
|
|
39042
39057
|
persistentHint: boolean;
|
|
39043
39058
|
showTicks: boolean | "always";
|
|
@@ -39118,11 +39133,11 @@ declare const VRangeSlider: {
|
|
|
39118
39133
|
elevation: NonNullable<string | number>;
|
|
39119
39134
|
messages: string | readonly string[];
|
|
39120
39135
|
density: Density;
|
|
39121
|
-
modelValue: readonly number[];
|
|
39136
|
+
modelValue: readonly (string | number)[];
|
|
39122
39137
|
focused: boolean;
|
|
39123
39138
|
errorMessages: string | readonly string[];
|
|
39124
39139
|
maxErrors: string | number;
|
|
39125
|
-
rules: readonly ValidationRule[];
|
|
39140
|
+
rules: readonly ValidationRule$1[];
|
|
39126
39141
|
centerAffix: boolean;
|
|
39127
39142
|
persistentHint: boolean;
|
|
39128
39143
|
showTicks: boolean | "always";
|
|
@@ -39205,11 +39220,11 @@ declare const VRangeSlider: {
|
|
|
39205
39220
|
messages: string | readonly string[];
|
|
39206
39221
|
rounded: string | number | boolean;
|
|
39207
39222
|
density: Density;
|
|
39208
|
-
modelValue: readonly number[];
|
|
39223
|
+
modelValue: readonly (string | number)[];
|
|
39209
39224
|
focused: boolean;
|
|
39210
39225
|
errorMessages: string | readonly string[];
|
|
39211
39226
|
maxErrors: string | number;
|
|
39212
|
-
rules: readonly ValidationRule[];
|
|
39227
|
+
rules: readonly ValidationRule$1[];
|
|
39213
39228
|
centerAffix: boolean;
|
|
39214
39229
|
persistentHint: boolean;
|
|
39215
39230
|
showTicks: boolean | "always";
|
|
@@ -39245,7 +39260,7 @@ declare const VRangeSlider: {
|
|
|
39245
39260
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
39246
39261
|
strict: BooleanConstructor;
|
|
39247
39262
|
modelValue: {
|
|
39248
|
-
type: PropType<readonly number[]>;
|
|
39263
|
+
type: PropType<readonly (string | number)[]>;
|
|
39249
39264
|
default: () => number[];
|
|
39250
39265
|
};
|
|
39251
39266
|
elevation: Omit<{
|
|
@@ -39328,7 +39343,7 @@ declare const VRangeSlider: {
|
|
|
39328
39343
|
name: StringConstructor;
|
|
39329
39344
|
label: StringConstructor;
|
|
39330
39345
|
rules: {
|
|
39331
|
-
type: PropType<readonly ValidationRule[]>;
|
|
39346
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
39332
39347
|
default: () => never[];
|
|
39333
39348
|
};
|
|
39334
39349
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -39362,7 +39377,7 @@ declare const VRangeSlider: {
|
|
|
39362
39377
|
}, vue.ExtractPropTypes<{
|
|
39363
39378
|
strict: BooleanConstructor;
|
|
39364
39379
|
modelValue: {
|
|
39365
|
-
type: PropType<readonly number[]>;
|
|
39380
|
+
type: PropType<readonly (string | number)[]>;
|
|
39366
39381
|
default: () => number[];
|
|
39367
39382
|
};
|
|
39368
39383
|
elevation: Omit<{
|
|
@@ -39445,7 +39460,7 @@ declare const VRangeSlider: {
|
|
|
39445
39460
|
name: StringConstructor;
|
|
39446
39461
|
label: StringConstructor;
|
|
39447
39462
|
rules: {
|
|
39448
|
-
type: PropType<readonly ValidationRule[]>;
|
|
39463
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
39449
39464
|
default: () => never[];
|
|
39450
39465
|
};
|
|
39451
39466
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -40170,7 +40185,7 @@ declare const VSelect: {
|
|
|
40170
40185
|
focused?: boolean | undefined;
|
|
40171
40186
|
errorMessages?: string | readonly string[] | undefined;
|
|
40172
40187
|
maxErrors?: string | number | undefined;
|
|
40173
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
40188
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
40174
40189
|
centerAffix?: boolean | undefined;
|
|
40175
40190
|
persistentHint?: boolean | undefined;
|
|
40176
40191
|
itemTitle?: SelectItemKey | undefined;
|
|
@@ -40372,6 +40387,7 @@ declare const VSelect: {
|
|
|
40372
40387
|
contentProps?: any;
|
|
40373
40388
|
attach?: string | boolean | Element | undefined;
|
|
40374
40389
|
} | undefined;
|
|
40390
|
+
itemColor?: string | undefined;
|
|
40375
40391
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
40376
40392
|
};
|
|
40377
40393
|
$attrs: {
|
|
@@ -40472,7 +40488,7 @@ declare const VSelect: {
|
|
|
40472
40488
|
focused: boolean;
|
|
40473
40489
|
errorMessages: string | readonly string[];
|
|
40474
40490
|
maxErrors: string | number;
|
|
40475
|
-
rules: readonly ValidationRule[];
|
|
40491
|
+
rules: readonly ValidationRule$1[];
|
|
40476
40492
|
persistentHint: boolean;
|
|
40477
40493
|
itemTitle: SelectItemKey;
|
|
40478
40494
|
itemValue: SelectItemKey;
|
|
@@ -40633,6 +40649,7 @@ declare const VSelect: {
|
|
|
40633
40649
|
contentProps?: any;
|
|
40634
40650
|
attach?: string | boolean | Element | undefined;
|
|
40635
40651
|
} | undefined;
|
|
40652
|
+
itemColor?: string | undefined;
|
|
40636
40653
|
} & {
|
|
40637
40654
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
40638
40655
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -40669,7 +40686,7 @@ declare const VSelect: {
|
|
|
40669
40686
|
focused: boolean;
|
|
40670
40687
|
errorMessages: string | readonly string[];
|
|
40671
40688
|
maxErrors: string | number;
|
|
40672
|
-
rules: readonly ValidationRule[];
|
|
40689
|
+
rules: readonly ValidationRule$1[];
|
|
40673
40690
|
centerAffix: boolean;
|
|
40674
40691
|
persistentHint: boolean;
|
|
40675
40692
|
itemTitle: SelectItemKey;
|
|
@@ -40794,7 +40811,7 @@ declare const VSelect: {
|
|
|
40794
40811
|
focused: boolean;
|
|
40795
40812
|
errorMessages: string | readonly string[];
|
|
40796
40813
|
maxErrors: string | number;
|
|
40797
|
-
rules: readonly ValidationRule[];
|
|
40814
|
+
rules: readonly ValidationRule$1[];
|
|
40798
40815
|
persistentHint: boolean;
|
|
40799
40816
|
itemTitle: SelectItemKey;
|
|
40800
40817
|
itemValue: SelectItemKey;
|
|
@@ -40955,6 +40972,7 @@ declare const VSelect: {
|
|
|
40955
40972
|
contentProps?: any;
|
|
40956
40973
|
attach?: string | boolean | Element | undefined;
|
|
40957
40974
|
} | undefined;
|
|
40975
|
+
itemColor?: string | undefined;
|
|
40958
40976
|
} & {
|
|
40959
40977
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
40960
40978
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -40990,7 +41008,7 @@ declare const VSelect: {
|
|
|
40990
41008
|
focused: boolean;
|
|
40991
41009
|
errorMessages: string | readonly string[];
|
|
40992
41010
|
maxErrors: string | number;
|
|
40993
|
-
rules: readonly ValidationRule[];
|
|
41011
|
+
rules: readonly ValidationRule$1[];
|
|
40994
41012
|
persistentHint: boolean;
|
|
40995
41013
|
itemTitle: SelectItemKey;
|
|
40996
41014
|
itemValue: SelectItemKey;
|
|
@@ -41151,6 +41169,7 @@ declare const VSelect: {
|
|
|
41151
41169
|
contentProps?: any;
|
|
41152
41170
|
attach?: string | boolean | Element | undefined;
|
|
41153
41171
|
} | undefined;
|
|
41172
|
+
itemColor?: string | undefined;
|
|
41154
41173
|
} & {
|
|
41155
41174
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
41156
41175
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -41187,7 +41206,7 @@ declare const VSelect: {
|
|
|
41187
41206
|
focused: boolean;
|
|
41188
41207
|
errorMessages: string | readonly string[];
|
|
41189
41208
|
maxErrors: string | number;
|
|
41190
|
-
rules: readonly ValidationRule[];
|
|
41209
|
+
rules: readonly ValidationRule$1[];
|
|
41191
41210
|
centerAffix: boolean;
|
|
41192
41211
|
persistentHint: boolean;
|
|
41193
41212
|
itemTitle: SelectItemKey;
|
|
@@ -41415,7 +41434,7 @@ declare const VSelect: {
|
|
|
41415
41434
|
default: number;
|
|
41416
41435
|
};
|
|
41417
41436
|
rules: {
|
|
41418
|
-
type: PropType<readonly ValidationRule[]>;
|
|
41437
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
41419
41438
|
default: () => never[];
|
|
41420
41439
|
};
|
|
41421
41440
|
centerAffix: {
|
|
@@ -41594,6 +41613,7 @@ declare const VSelect: {
|
|
|
41594
41613
|
type: PropType<typeof deepEqual>;
|
|
41595
41614
|
default: typeof deepEqual;
|
|
41596
41615
|
};
|
|
41616
|
+
itemColor: StringConstructor;
|
|
41597
41617
|
}, vue.ExtractPropTypes<{
|
|
41598
41618
|
transition: Omit<{
|
|
41599
41619
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
@@ -41696,7 +41716,7 @@ declare const VSelect: {
|
|
|
41696
41716
|
default: number;
|
|
41697
41717
|
};
|
|
41698
41718
|
rules: {
|
|
41699
|
-
type: PropType<readonly ValidationRule[]>;
|
|
41719
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
41700
41720
|
default: () => never[];
|
|
41701
41721
|
};
|
|
41702
41722
|
centerAffix: {
|
|
@@ -41875,6 +41895,7 @@ declare const VSelect: {
|
|
|
41875
41895
|
type: PropType<typeof deepEqual>;
|
|
41876
41896
|
default: typeof deepEqual;
|
|
41877
41897
|
};
|
|
41898
|
+
itemColor: StringConstructor;
|
|
41878
41899
|
}>>;
|
|
41879
41900
|
type VSelect = InstanceType<typeof VSelect>;
|
|
41880
41901
|
|
|
@@ -42846,7 +42867,7 @@ declare const VSlider: {
|
|
|
42846
42867
|
focused?: boolean | undefined;
|
|
42847
42868
|
errorMessages?: string | readonly string[] | undefined;
|
|
42848
42869
|
maxErrors?: string | number | undefined;
|
|
42849
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
42870
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
42850
42871
|
centerAffix?: boolean | undefined;
|
|
42851
42872
|
persistentHint?: boolean | undefined;
|
|
42852
42873
|
showTicks?: boolean | "always" | undefined;
|
|
@@ -42999,7 +43020,7 @@ declare const VSlider: {
|
|
|
42999
43020
|
focused: boolean;
|
|
43000
43021
|
errorMessages: string | readonly string[];
|
|
43001
43022
|
maxErrors: string | number;
|
|
43002
|
-
rules: readonly ValidationRule[];
|
|
43023
|
+
rules: readonly ValidationRule$1[];
|
|
43003
43024
|
centerAffix: boolean;
|
|
43004
43025
|
persistentHint: boolean;
|
|
43005
43026
|
showTicks: boolean | "always";
|
|
@@ -43085,7 +43106,7 @@ declare const VSlider: {
|
|
|
43085
43106
|
focused: boolean;
|
|
43086
43107
|
errorMessages: string | readonly string[];
|
|
43087
43108
|
maxErrors: string | number;
|
|
43088
|
-
rules: readonly ValidationRule[];
|
|
43109
|
+
rules: readonly ValidationRule$1[];
|
|
43089
43110
|
centerAffix: boolean;
|
|
43090
43111
|
persistentHint: boolean;
|
|
43091
43112
|
showTicks: boolean | "always";
|
|
@@ -43155,7 +43176,7 @@ declare const VSlider: {
|
|
|
43155
43176
|
focused: boolean;
|
|
43156
43177
|
errorMessages: string | readonly string[];
|
|
43157
43178
|
maxErrors: string | number;
|
|
43158
|
-
rules: readonly ValidationRule[];
|
|
43179
|
+
rules: readonly ValidationRule$1[];
|
|
43159
43180
|
centerAffix: boolean;
|
|
43160
43181
|
persistentHint: boolean;
|
|
43161
43182
|
showTicks: boolean | "always";
|
|
@@ -43239,7 +43260,7 @@ declare const VSlider: {
|
|
|
43239
43260
|
focused: boolean;
|
|
43240
43261
|
errorMessages: string | readonly string[];
|
|
43241
43262
|
maxErrors: string | number;
|
|
43242
|
-
rules: readonly ValidationRule[];
|
|
43263
|
+
rules: readonly ValidationRule$1[];
|
|
43243
43264
|
centerAffix: boolean;
|
|
43244
43265
|
persistentHint: boolean;
|
|
43245
43266
|
showTicks: boolean | "always";
|
|
@@ -43325,7 +43346,7 @@ declare const VSlider: {
|
|
|
43325
43346
|
focused: boolean;
|
|
43326
43347
|
errorMessages: string | readonly string[];
|
|
43327
43348
|
maxErrors: string | number;
|
|
43328
|
-
rules: readonly ValidationRule[];
|
|
43349
|
+
rules: readonly ValidationRule$1[];
|
|
43329
43350
|
centerAffix: boolean;
|
|
43330
43351
|
persistentHint: boolean;
|
|
43331
43352
|
showTicks: boolean | "always";
|
|
@@ -43385,7 +43406,7 @@ declare const VSlider: {
|
|
|
43385
43406
|
default: null;
|
|
43386
43407
|
};
|
|
43387
43408
|
rules: {
|
|
43388
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
43409
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
43389
43410
|
default: () => never[];
|
|
43390
43411
|
};
|
|
43391
43412
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -43501,7 +43522,7 @@ declare const VSlider: {
|
|
|
43501
43522
|
default: null;
|
|
43502
43523
|
};
|
|
43503
43524
|
rules: {
|
|
43504
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
43525
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
43505
43526
|
default: () => never[];
|
|
43506
43527
|
};
|
|
43507
43528
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -45380,7 +45401,7 @@ declare const VSwitch: {
|
|
|
45380
45401
|
focused?: boolean | undefined;
|
|
45381
45402
|
errorMessages?: string | readonly string[] | undefined;
|
|
45382
45403
|
maxErrors?: string | number | undefined;
|
|
45383
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
45404
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
45384
45405
|
centerAffix?: boolean | undefined;
|
|
45385
45406
|
persistentHint?: boolean | undefined;
|
|
45386
45407
|
type?: string | undefined;
|
|
@@ -45546,7 +45567,7 @@ declare const VSwitch: {
|
|
|
45546
45567
|
focused: boolean;
|
|
45547
45568
|
errorMessages: string | readonly string[];
|
|
45548
45569
|
maxErrors: string | number;
|
|
45549
|
-
rules: readonly ValidationRule[];
|
|
45570
|
+
rules: readonly ValidationRule$1[];
|
|
45550
45571
|
centerAffix: boolean;
|
|
45551
45572
|
persistentHint: boolean;
|
|
45552
45573
|
} & {
|
|
@@ -45639,7 +45660,7 @@ declare const VSwitch: {
|
|
|
45639
45660
|
focused: boolean;
|
|
45640
45661
|
errorMessages: string | readonly string[];
|
|
45641
45662
|
maxErrors: string | number;
|
|
45642
|
-
rules: readonly ValidationRule[];
|
|
45663
|
+
rules: readonly ValidationRule$1[];
|
|
45643
45664
|
centerAffix: boolean;
|
|
45644
45665
|
persistentHint: boolean;
|
|
45645
45666
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -45709,7 +45730,7 @@ declare const VSwitch: {
|
|
|
45709
45730
|
focused: boolean;
|
|
45710
45731
|
errorMessages: string | readonly string[];
|
|
45711
45732
|
maxErrors: string | number;
|
|
45712
|
-
rules: readonly ValidationRule[];
|
|
45733
|
+
rules: readonly ValidationRule$1[];
|
|
45713
45734
|
centerAffix: boolean;
|
|
45714
45735
|
persistentHint: boolean;
|
|
45715
45736
|
} & {
|
|
@@ -45802,7 +45823,7 @@ declare const VSwitch: {
|
|
|
45802
45823
|
focused: boolean;
|
|
45803
45824
|
errorMessages: string | readonly string[];
|
|
45804
45825
|
maxErrors: string | number;
|
|
45805
|
-
rules: readonly ValidationRule[];
|
|
45826
|
+
rules: readonly ValidationRule$1[];
|
|
45806
45827
|
centerAffix: boolean;
|
|
45807
45828
|
persistentHint: boolean;
|
|
45808
45829
|
} & {
|
|
@@ -45895,7 +45916,7 @@ declare const VSwitch: {
|
|
|
45895
45916
|
focused: boolean;
|
|
45896
45917
|
errorMessages: string | readonly string[];
|
|
45897
45918
|
maxErrors: string | number;
|
|
45898
|
-
rules: readonly ValidationRule[];
|
|
45919
|
+
rules: readonly ValidationRule$1[];
|
|
45899
45920
|
centerAffix: boolean;
|
|
45900
45921
|
persistentHint: boolean;
|
|
45901
45922
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -45980,7 +46001,7 @@ declare const VSwitch: {
|
|
|
45980
46001
|
default: number;
|
|
45981
46002
|
};
|
|
45982
46003
|
rules: {
|
|
45983
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
46004
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
45984
46005
|
default: () => never[];
|
|
45985
46006
|
};
|
|
45986
46007
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -46066,7 +46087,7 @@ declare const VSwitch: {
|
|
|
46066
46087
|
default: number;
|
|
46067
46088
|
};
|
|
46068
46089
|
rules: {
|
|
46069
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
46090
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
46070
46091
|
default: () => never[];
|
|
46071
46092
|
};
|
|
46072
46093
|
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
@@ -47590,7 +47611,7 @@ declare const VTextarea: {
|
|
|
47590
47611
|
focused?: boolean | undefined;
|
|
47591
47612
|
errorMessages?: string | readonly string[] | undefined;
|
|
47592
47613
|
maxErrors?: string | number | undefined;
|
|
47593
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
47614
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
47594
47615
|
centerAffix?: boolean | undefined;
|
|
47595
47616
|
persistentHint?: boolean | undefined;
|
|
47596
47617
|
clearable?: boolean | undefined;
|
|
@@ -47784,7 +47805,7 @@ declare const VTextarea: {
|
|
|
47784
47805
|
focused: boolean;
|
|
47785
47806
|
errorMessages: string | readonly string[];
|
|
47786
47807
|
maxErrors: string | number;
|
|
47787
|
-
rules: readonly ValidationRule[];
|
|
47808
|
+
rules: readonly ValidationRule$1[];
|
|
47788
47809
|
persistentHint: boolean;
|
|
47789
47810
|
clearable: boolean;
|
|
47790
47811
|
dirty: boolean;
|
|
@@ -47893,7 +47914,7 @@ declare const VTextarea: {
|
|
|
47893
47914
|
focused?: boolean | undefined;
|
|
47894
47915
|
errorMessages?: string | readonly string[] | undefined;
|
|
47895
47916
|
maxErrors?: string | number | undefined;
|
|
47896
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
47917
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
47897
47918
|
centerAffix?: boolean | undefined;
|
|
47898
47919
|
persistentHint?: boolean | undefined;
|
|
47899
47920
|
key?: string | number | symbol | undefined;
|
|
@@ -48011,7 +48032,7 @@ declare const VTextarea: {
|
|
|
48011
48032
|
focused: boolean;
|
|
48012
48033
|
errorMessages: string | readonly string[];
|
|
48013
48034
|
maxErrors: string | number;
|
|
48014
|
-
rules: readonly ValidationRule[];
|
|
48035
|
+
rules: readonly ValidationRule$1[];
|
|
48015
48036
|
centerAffix: boolean;
|
|
48016
48037
|
persistentHint: boolean;
|
|
48017
48038
|
} & {
|
|
@@ -48069,7 +48090,7 @@ declare const VTextarea: {
|
|
|
48069
48090
|
focused: boolean;
|
|
48070
48091
|
errorMessages: string | readonly string[];
|
|
48071
48092
|
maxErrors: string | number;
|
|
48072
|
-
rules: readonly ValidationRule[];
|
|
48093
|
+
rules: readonly ValidationRule$1[];
|
|
48073
48094
|
centerAffix: boolean;
|
|
48074
48095
|
persistentHint: boolean;
|
|
48075
48096
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -48119,7 +48140,7 @@ declare const VTextarea: {
|
|
|
48119
48140
|
focused: boolean;
|
|
48120
48141
|
errorMessages: string | readonly string[];
|
|
48121
48142
|
maxErrors: string | number;
|
|
48122
|
-
rules: readonly ValidationRule[];
|
|
48143
|
+
rules: readonly ValidationRule$1[];
|
|
48123
48144
|
centerAffix: boolean;
|
|
48124
48145
|
persistentHint: boolean;
|
|
48125
48146
|
} & {
|
|
@@ -48187,7 +48208,7 @@ declare const VTextarea: {
|
|
|
48187
48208
|
focused: boolean;
|
|
48188
48209
|
errorMessages: string | readonly string[];
|
|
48189
48210
|
maxErrors: string | number;
|
|
48190
|
-
rules: readonly ValidationRule[];
|
|
48211
|
+
rules: readonly ValidationRule$1[];
|
|
48191
48212
|
centerAffix: boolean;
|
|
48192
48213
|
persistentHint: boolean;
|
|
48193
48214
|
clearable: boolean;
|
|
@@ -48270,7 +48291,7 @@ declare const VTextarea: {
|
|
|
48270
48291
|
focused: boolean;
|
|
48271
48292
|
errorMessages: string | readonly string[];
|
|
48272
48293
|
maxErrors: string | number;
|
|
48273
|
-
rules: readonly ValidationRule[];
|
|
48294
|
+
rules: readonly ValidationRule$1[];
|
|
48274
48295
|
persistentHint: boolean;
|
|
48275
48296
|
clearable: boolean;
|
|
48276
48297
|
dirty: boolean;
|
|
@@ -48379,7 +48400,7 @@ declare const VTextarea: {
|
|
|
48379
48400
|
focused?: boolean | undefined;
|
|
48380
48401
|
errorMessages?: string | readonly string[] | undefined;
|
|
48381
48402
|
maxErrors?: string | number | undefined;
|
|
48382
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
48403
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
48383
48404
|
centerAffix?: boolean | undefined;
|
|
48384
48405
|
persistentHint?: boolean | undefined;
|
|
48385
48406
|
key?: string | number | symbol | undefined;
|
|
@@ -48497,7 +48518,7 @@ declare const VTextarea: {
|
|
|
48497
48518
|
focused: boolean;
|
|
48498
48519
|
errorMessages: string | readonly string[];
|
|
48499
48520
|
maxErrors: string | number;
|
|
48500
|
-
rules: readonly ValidationRule[];
|
|
48521
|
+
rules: readonly ValidationRule$1[];
|
|
48501
48522
|
centerAffix: boolean;
|
|
48502
48523
|
persistentHint: boolean;
|
|
48503
48524
|
} & {
|
|
@@ -48555,7 +48576,7 @@ declare const VTextarea: {
|
|
|
48555
48576
|
focused: boolean;
|
|
48556
48577
|
errorMessages: string | readonly string[];
|
|
48557
48578
|
maxErrors: string | number;
|
|
48558
|
-
rules: readonly ValidationRule[];
|
|
48579
|
+
rules: readonly ValidationRule$1[];
|
|
48559
48580
|
centerAffix: boolean;
|
|
48560
48581
|
persistentHint: boolean;
|
|
48561
48582
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -48605,7 +48626,7 @@ declare const VTextarea: {
|
|
|
48605
48626
|
focused: boolean;
|
|
48606
48627
|
errorMessages: string | readonly string[];
|
|
48607
48628
|
maxErrors: string | number;
|
|
48608
|
-
rules: readonly ValidationRule[];
|
|
48629
|
+
rules: readonly ValidationRule$1[];
|
|
48609
48630
|
centerAffix: boolean;
|
|
48610
48631
|
persistentHint: boolean;
|
|
48611
48632
|
} & {
|
|
@@ -48671,7 +48692,7 @@ declare const VTextarea: {
|
|
|
48671
48692
|
focused: boolean;
|
|
48672
48693
|
errorMessages: string | readonly string[];
|
|
48673
48694
|
maxErrors: string | number;
|
|
48674
|
-
rules: readonly ValidationRule[];
|
|
48695
|
+
rules: readonly ValidationRule$1[];
|
|
48675
48696
|
persistentHint: boolean;
|
|
48676
48697
|
clearable: boolean;
|
|
48677
48698
|
dirty: boolean;
|
|
@@ -48780,7 +48801,7 @@ declare const VTextarea: {
|
|
|
48780
48801
|
focused?: boolean | undefined;
|
|
48781
48802
|
errorMessages?: string | readonly string[] | undefined;
|
|
48782
48803
|
maxErrors?: string | number | undefined;
|
|
48783
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
48804
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
48784
48805
|
centerAffix?: boolean | undefined;
|
|
48785
48806
|
persistentHint?: boolean | undefined;
|
|
48786
48807
|
key?: string | number | symbol | undefined;
|
|
@@ -48898,7 +48919,7 @@ declare const VTextarea: {
|
|
|
48898
48919
|
focused: boolean;
|
|
48899
48920
|
errorMessages: string | readonly string[];
|
|
48900
48921
|
maxErrors: string | number;
|
|
48901
|
-
rules: readonly ValidationRule[];
|
|
48922
|
+
rules: readonly ValidationRule$1[];
|
|
48902
48923
|
centerAffix: boolean;
|
|
48903
48924
|
persistentHint: boolean;
|
|
48904
48925
|
} & {
|
|
@@ -48956,7 +48977,7 @@ declare const VTextarea: {
|
|
|
48956
48977
|
focused: boolean;
|
|
48957
48978
|
errorMessages: string | readonly string[];
|
|
48958
48979
|
maxErrors: string | number;
|
|
48959
|
-
rules: readonly ValidationRule[];
|
|
48980
|
+
rules: readonly ValidationRule$1[];
|
|
48960
48981
|
centerAffix: boolean;
|
|
48961
48982
|
persistentHint: boolean;
|
|
48962
48983
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -49006,7 +49027,7 @@ declare const VTextarea: {
|
|
|
49006
49027
|
focused: boolean;
|
|
49007
49028
|
errorMessages: string | readonly string[];
|
|
49008
49029
|
maxErrors: string | number;
|
|
49009
|
-
rules: readonly ValidationRule[];
|
|
49030
|
+
rules: readonly ValidationRule$1[];
|
|
49010
49031
|
centerAffix: boolean;
|
|
49011
49032
|
persistentHint: boolean;
|
|
49012
49033
|
} & {
|
|
@@ -49074,7 +49095,7 @@ declare const VTextarea: {
|
|
|
49074
49095
|
focused: boolean;
|
|
49075
49096
|
errorMessages: string | readonly string[];
|
|
49076
49097
|
maxErrors: string | number;
|
|
49077
|
-
rules: readonly ValidationRule[];
|
|
49098
|
+
rules: readonly ValidationRule$1[];
|
|
49078
49099
|
centerAffix: boolean;
|
|
49079
49100
|
persistentHint: boolean;
|
|
49080
49101
|
clearable: boolean;
|
|
@@ -49182,7 +49203,7 @@ declare const VTextarea: {
|
|
|
49182
49203
|
default: null;
|
|
49183
49204
|
};
|
|
49184
49205
|
rules: {
|
|
49185
|
-
type: PropType<readonly ValidationRule[]>;
|
|
49206
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
49186
49207
|
default: () => never[];
|
|
49187
49208
|
};
|
|
49188
49209
|
modelValue: null;
|
|
@@ -49292,7 +49313,7 @@ declare const VTextarea: {
|
|
|
49292
49313
|
default: null;
|
|
49293
49314
|
};
|
|
49294
49315
|
rules: {
|
|
49295
|
-
type: PropType<readonly ValidationRule[]>;
|
|
49316
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
49296
49317
|
default: () => never[];
|
|
49297
49318
|
};
|
|
49298
49319
|
modelValue: null;
|
|
@@ -49366,7 +49387,7 @@ declare const VTextField: {
|
|
|
49366
49387
|
focused?: boolean | undefined;
|
|
49367
49388
|
errorMessages?: string | readonly string[] | undefined;
|
|
49368
49389
|
maxErrors?: string | number | undefined;
|
|
49369
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
49390
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
49370
49391
|
centerAffix?: boolean | undefined;
|
|
49371
49392
|
persistentHint?: boolean | undefined;
|
|
49372
49393
|
clearable?: boolean | undefined;
|
|
@@ -49563,7 +49584,7 @@ declare const VTextField: {
|
|
|
49563
49584
|
focused: boolean;
|
|
49564
49585
|
errorMessages: string | readonly string[];
|
|
49565
49586
|
maxErrors: string | number;
|
|
49566
|
-
rules: readonly ValidationRule[];
|
|
49587
|
+
rules: readonly ValidationRule$1[];
|
|
49567
49588
|
persistentHint: boolean;
|
|
49568
49589
|
clearable: boolean;
|
|
49569
49590
|
dirty: boolean;
|
|
@@ -49671,7 +49692,7 @@ declare const VTextField: {
|
|
|
49671
49692
|
focused?: boolean | undefined;
|
|
49672
49693
|
errorMessages?: string | readonly string[] | undefined;
|
|
49673
49694
|
maxErrors?: string | number | undefined;
|
|
49674
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
49695
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
49675
49696
|
centerAffix?: boolean | undefined;
|
|
49676
49697
|
persistentHint?: boolean | undefined;
|
|
49677
49698
|
key?: string | number | symbol | undefined;
|
|
@@ -49789,7 +49810,7 @@ declare const VTextField: {
|
|
|
49789
49810
|
focused: boolean;
|
|
49790
49811
|
errorMessages: string | readonly string[];
|
|
49791
49812
|
maxErrors: string | number;
|
|
49792
|
-
rules: readonly ValidationRule[];
|
|
49813
|
+
rules: readonly ValidationRule$1[];
|
|
49793
49814
|
centerAffix: boolean;
|
|
49794
49815
|
persistentHint: boolean;
|
|
49795
49816
|
} & {
|
|
@@ -49847,7 +49868,7 @@ declare const VTextField: {
|
|
|
49847
49868
|
focused: boolean;
|
|
49848
49869
|
errorMessages: string | readonly string[];
|
|
49849
49870
|
maxErrors: string | number;
|
|
49850
|
-
rules: readonly ValidationRule[];
|
|
49871
|
+
rules: readonly ValidationRule$1[];
|
|
49851
49872
|
centerAffix: boolean;
|
|
49852
49873
|
persistentHint: boolean;
|
|
49853
49874
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -49897,7 +49918,7 @@ declare const VTextField: {
|
|
|
49897
49918
|
focused: boolean;
|
|
49898
49919
|
errorMessages: string | readonly string[];
|
|
49899
49920
|
maxErrors: string | number;
|
|
49900
|
-
rules: readonly ValidationRule[];
|
|
49921
|
+
rules: readonly ValidationRule$1[];
|
|
49901
49922
|
centerAffix: boolean;
|
|
49902
49923
|
persistentHint: boolean;
|
|
49903
49924
|
} & {
|
|
@@ -50212,7 +50233,7 @@ declare const VTextField: {
|
|
|
50212
50233
|
focused: boolean;
|
|
50213
50234
|
errorMessages: string | readonly string[];
|
|
50214
50235
|
maxErrors: string | number;
|
|
50215
|
-
rules: readonly ValidationRule[];
|
|
50236
|
+
rules: readonly ValidationRule$1[];
|
|
50216
50237
|
centerAffix: boolean;
|
|
50217
50238
|
persistentHint: boolean;
|
|
50218
50239
|
clearable: boolean;
|
|
@@ -50296,7 +50317,7 @@ declare const VTextField: {
|
|
|
50296
50317
|
focused: boolean;
|
|
50297
50318
|
errorMessages: string | readonly string[];
|
|
50298
50319
|
maxErrors: string | number;
|
|
50299
|
-
rules: readonly ValidationRule[];
|
|
50320
|
+
rules: readonly ValidationRule$1[];
|
|
50300
50321
|
persistentHint: boolean;
|
|
50301
50322
|
clearable: boolean;
|
|
50302
50323
|
dirty: boolean;
|
|
@@ -50404,7 +50425,7 @@ declare const VTextField: {
|
|
|
50404
50425
|
focused?: boolean | undefined;
|
|
50405
50426
|
errorMessages?: string | readonly string[] | undefined;
|
|
50406
50427
|
maxErrors?: string | number | undefined;
|
|
50407
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
50428
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
50408
50429
|
centerAffix?: boolean | undefined;
|
|
50409
50430
|
persistentHint?: boolean | undefined;
|
|
50410
50431
|
key?: string | number | symbol | undefined;
|
|
@@ -50522,7 +50543,7 @@ declare const VTextField: {
|
|
|
50522
50543
|
focused: boolean;
|
|
50523
50544
|
errorMessages: string | readonly string[];
|
|
50524
50545
|
maxErrors: string | number;
|
|
50525
|
-
rules: readonly ValidationRule[];
|
|
50546
|
+
rules: readonly ValidationRule$1[];
|
|
50526
50547
|
centerAffix: boolean;
|
|
50527
50548
|
persistentHint: boolean;
|
|
50528
50549
|
} & {
|
|
@@ -50580,7 +50601,7 @@ declare const VTextField: {
|
|
|
50580
50601
|
focused: boolean;
|
|
50581
50602
|
errorMessages: string | readonly string[];
|
|
50582
50603
|
maxErrors: string | number;
|
|
50583
|
-
rules: readonly ValidationRule[];
|
|
50604
|
+
rules: readonly ValidationRule$1[];
|
|
50584
50605
|
centerAffix: boolean;
|
|
50585
50606
|
persistentHint: boolean;
|
|
50586
50607
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -50630,7 +50651,7 @@ declare const VTextField: {
|
|
|
50630
50651
|
focused: boolean;
|
|
50631
50652
|
errorMessages: string | readonly string[];
|
|
50632
50653
|
maxErrors: string | number;
|
|
50633
|
-
rules: readonly ValidationRule[];
|
|
50654
|
+
rules: readonly ValidationRule$1[];
|
|
50634
50655
|
centerAffix: boolean;
|
|
50635
50656
|
persistentHint: boolean;
|
|
50636
50657
|
} & {
|
|
@@ -50943,7 +50964,7 @@ declare const VTextField: {
|
|
|
50943
50964
|
focused: boolean;
|
|
50944
50965
|
errorMessages: string | readonly string[];
|
|
50945
50966
|
maxErrors: string | number;
|
|
50946
|
-
rules: readonly ValidationRule[];
|
|
50967
|
+
rules: readonly ValidationRule$1[];
|
|
50947
50968
|
persistentHint: boolean;
|
|
50948
50969
|
clearable: boolean;
|
|
50949
50970
|
dirty: boolean;
|
|
@@ -51051,7 +51072,7 @@ declare const VTextField: {
|
|
|
51051
51072
|
focused?: boolean | undefined;
|
|
51052
51073
|
errorMessages?: string | readonly string[] | undefined;
|
|
51053
51074
|
maxErrors?: string | number | undefined;
|
|
51054
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
51075
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
51055
51076
|
centerAffix?: boolean | undefined;
|
|
51056
51077
|
persistentHint?: boolean | undefined;
|
|
51057
51078
|
key?: string | number | symbol | undefined;
|
|
@@ -51169,7 +51190,7 @@ declare const VTextField: {
|
|
|
51169
51190
|
focused: boolean;
|
|
51170
51191
|
errorMessages: string | readonly string[];
|
|
51171
51192
|
maxErrors: string | number;
|
|
51172
|
-
rules: readonly ValidationRule[];
|
|
51193
|
+
rules: readonly ValidationRule$1[];
|
|
51173
51194
|
centerAffix: boolean;
|
|
51174
51195
|
persistentHint: boolean;
|
|
51175
51196
|
} & {
|
|
@@ -51227,7 +51248,7 @@ declare const VTextField: {
|
|
|
51227
51248
|
focused: boolean;
|
|
51228
51249
|
errorMessages: string | readonly string[];
|
|
51229
51250
|
maxErrors: string | number;
|
|
51230
|
-
rules: readonly ValidationRule[];
|
|
51251
|
+
rules: readonly ValidationRule$1[];
|
|
51231
51252
|
centerAffix: boolean;
|
|
51232
51253
|
persistentHint: boolean;
|
|
51233
51254
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -51277,7 +51298,7 @@ declare const VTextField: {
|
|
|
51277
51298
|
focused: boolean;
|
|
51278
51299
|
errorMessages: string | readonly string[];
|
|
51279
51300
|
maxErrors: string | number;
|
|
51280
|
-
rules: readonly ValidationRule[];
|
|
51301
|
+
rules: readonly ValidationRule$1[];
|
|
51281
51302
|
centerAffix: boolean;
|
|
51282
51303
|
persistentHint: boolean;
|
|
51283
51304
|
} & {
|
|
@@ -51592,7 +51613,7 @@ declare const VTextField: {
|
|
|
51592
51613
|
focused: boolean;
|
|
51593
51614
|
errorMessages: string | readonly string[];
|
|
51594
51615
|
maxErrors: string | number;
|
|
51595
|
-
rules: readonly ValidationRule[];
|
|
51616
|
+
rules: readonly ValidationRule$1[];
|
|
51596
51617
|
centerAffix: boolean;
|
|
51597
51618
|
persistentHint: boolean;
|
|
51598
51619
|
clearable: boolean;
|
|
@@ -51700,7 +51721,7 @@ declare const VTextField: {
|
|
|
51700
51721
|
default: null;
|
|
51701
51722
|
};
|
|
51702
51723
|
rules: {
|
|
51703
|
-
type: PropType<readonly ValidationRule[]>;
|
|
51724
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
51704
51725
|
default: () => never[];
|
|
51705
51726
|
};
|
|
51706
51727
|
modelValue: null;
|
|
@@ -51803,7 +51824,7 @@ declare const VTextField: {
|
|
|
51803
51824
|
default: null;
|
|
51804
51825
|
};
|
|
51805
51826
|
rules: {
|
|
51806
|
-
type: PropType<readonly ValidationRule[]>;
|
|
51827
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
51807
51828
|
default: () => never[];
|
|
51808
51829
|
};
|
|
51809
51830
|
modelValue: null;
|
|
@@ -54900,7 +54921,7 @@ declare const VValidation: {
|
|
|
54900
54921
|
focused?: boolean | undefined;
|
|
54901
54922
|
errorMessages?: string | readonly string[] | undefined;
|
|
54902
54923
|
maxErrors?: string | number | undefined;
|
|
54903
|
-
rules?: readonly ValidationRule[] | undefined;
|
|
54924
|
+
rules?: readonly ValidationRule$1[] | undefined;
|
|
54904
54925
|
key?: string | number | symbol | undefined;
|
|
54905
54926
|
name?: string | undefined;
|
|
54906
54927
|
label?: string | undefined;
|
|
@@ -55052,7 +55073,7 @@ declare const VValidation: {
|
|
|
55052
55073
|
focused: boolean;
|
|
55053
55074
|
errorMessages: string | readonly string[];
|
|
55054
55075
|
maxErrors: string | number;
|
|
55055
|
-
rules: readonly ValidationRule[];
|
|
55076
|
+
rules: readonly ValidationRule$1[];
|
|
55056
55077
|
} & {
|
|
55057
55078
|
name?: string | undefined;
|
|
55058
55079
|
label?: string | undefined;
|
|
@@ -55138,7 +55159,7 @@ declare const VValidation: {
|
|
|
55138
55159
|
focused: boolean;
|
|
55139
55160
|
errorMessages: string | readonly string[];
|
|
55140
55161
|
maxErrors: string | number;
|
|
55141
|
-
rules: readonly ValidationRule[];
|
|
55162
|
+
rules: readonly ValidationRule$1[];
|
|
55142
55163
|
}, {}, string, vue.SlotsType<Partial<{
|
|
55143
55164
|
default: (arg: {
|
|
55144
55165
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -55184,7 +55205,7 @@ declare const VValidation: {
|
|
|
55184
55205
|
focused: boolean;
|
|
55185
55206
|
errorMessages: string | readonly string[];
|
|
55186
55207
|
maxErrors: string | number;
|
|
55187
|
-
rules: readonly ValidationRule[];
|
|
55208
|
+
rules: readonly ValidationRule$1[];
|
|
55188
55209
|
} & {
|
|
55189
55210
|
name?: string | undefined;
|
|
55190
55211
|
label?: string | undefined;
|
|
@@ -55272,7 +55293,7 @@ declare const VValidation: {
|
|
|
55272
55293
|
focused: boolean;
|
|
55273
55294
|
errorMessages: string | readonly string[];
|
|
55274
55295
|
maxErrors: string | number;
|
|
55275
|
-
rules: readonly ValidationRule[];
|
|
55296
|
+
rules: readonly ValidationRule$1[];
|
|
55276
55297
|
} & {
|
|
55277
55298
|
name?: string | undefined;
|
|
55278
55299
|
label?: string | undefined;
|
|
@@ -55358,7 +55379,7 @@ declare const VValidation: {
|
|
|
55358
55379
|
focused: boolean;
|
|
55359
55380
|
errorMessages: string | readonly string[];
|
|
55360
55381
|
maxErrors: string | number;
|
|
55361
|
-
rules: readonly ValidationRule[];
|
|
55382
|
+
rules: readonly ValidationRule$1[];
|
|
55362
55383
|
}, {}, string, vue.SlotsType<Partial<{
|
|
55363
55384
|
default: (arg: {
|
|
55364
55385
|
errorMessages: vue.ComputedRef<string[]>;
|
|
@@ -55400,7 +55421,7 @@ declare const VValidation: {
|
|
|
55400
55421
|
default: null;
|
|
55401
55422
|
};
|
|
55402
55423
|
rules: {
|
|
55403
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
55424
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
55404
55425
|
default: () => never[];
|
|
55405
55426
|
};
|
|
55406
55427
|
modelValue: null;
|
|
@@ -55429,7 +55450,7 @@ declare const VValidation: {
|
|
|
55429
55450
|
default: null;
|
|
55430
55451
|
};
|
|
55431
55452
|
rules: {
|
|
55432
|
-
type: vue.PropType<readonly ValidationRule[]>;
|
|
55453
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
|
55433
55454
|
default: () => never[];
|
|
55434
55455
|
};
|
|
55435
55456
|
modelValue: null;
|
|
@@ -55672,7 +55693,7 @@ declare const VWindow: {
|
|
|
55672
55693
|
style?: vue.StyleValue | undefined;
|
|
55673
55694
|
disabled?: boolean | undefined;
|
|
55674
55695
|
tag?: string | undefined;
|
|
55675
|
-
mandatory?: "force" | undefined;
|
|
55696
|
+
mandatory?: boolean | "force" | undefined;
|
|
55676
55697
|
touch?: boolean | TouchHandlers | undefined;
|
|
55677
55698
|
selectedClass?: string | undefined;
|
|
55678
55699
|
continuous?: boolean | undefined;
|
|
@@ -55806,7 +55827,7 @@ declare const VWindow: {
|
|
|
55806
55827
|
style: vue.StyleValue;
|
|
55807
55828
|
disabled: boolean;
|
|
55808
55829
|
tag: string;
|
|
55809
|
-
mandatory: "force";
|
|
55830
|
+
mandatory: boolean | "force";
|
|
55810
55831
|
selectedClass: string;
|
|
55811
55832
|
continuous: boolean;
|
|
55812
55833
|
nextIcon: IconValue;
|
|
@@ -55873,7 +55894,7 @@ declare const VWindow: {
|
|
|
55873
55894
|
style: vue.StyleValue;
|
|
55874
55895
|
disabled: boolean;
|
|
55875
55896
|
tag: string;
|
|
55876
|
-
mandatory: "force";
|
|
55897
|
+
mandatory: boolean | "force";
|
|
55877
55898
|
touch: boolean | TouchHandlers;
|
|
55878
55899
|
selectedClass: string;
|
|
55879
55900
|
continuous: boolean;
|
|
@@ -55926,7 +55947,7 @@ declare const VWindow: {
|
|
|
55926
55947
|
style: vue.StyleValue;
|
|
55927
55948
|
disabled: boolean;
|
|
55928
55949
|
tag: string;
|
|
55929
|
-
mandatory: "force";
|
|
55950
|
+
mandatory: boolean | "force";
|
|
55930
55951
|
selectedClass: string;
|
|
55931
55952
|
continuous: boolean;
|
|
55932
55953
|
nextIcon: IconValue;
|
|
@@ -55995,7 +56016,7 @@ declare const VWindow: {
|
|
|
55995
56016
|
style: vue.StyleValue;
|
|
55996
56017
|
disabled: boolean;
|
|
55997
56018
|
tag: string;
|
|
55998
|
-
mandatory: "force";
|
|
56019
|
+
mandatory: boolean | "force";
|
|
55999
56020
|
selectedClass: string;
|
|
56000
56021
|
continuous: boolean;
|
|
56001
56022
|
nextIcon: IconValue;
|
|
@@ -56062,7 +56083,7 @@ declare const VWindow: {
|
|
|
56062
56083
|
style: vue.StyleValue;
|
|
56063
56084
|
disabled: boolean;
|
|
56064
56085
|
tag: string;
|
|
56065
|
-
mandatory: "force";
|
|
56086
|
+
mandatory: boolean | "force";
|
|
56066
56087
|
touch: boolean | TouchHandlers;
|
|
56067
56088
|
selectedClass: string;
|
|
56068
56089
|
continuous: boolean;
|
|
@@ -56129,6 +56150,7 @@ declare const VWindow: {
|
|
|
56129
56150
|
default: string;
|
|
56130
56151
|
};
|
|
56131
56152
|
mandatory: {
|
|
56153
|
+
type: PropType<boolean | "force">;
|
|
56132
56154
|
default: "force";
|
|
56133
56155
|
};
|
|
56134
56156
|
}, vue.ExtractPropTypes<{
|
|
@@ -56171,6 +56193,7 @@ declare const VWindow: {
|
|
|
56171
56193
|
default: string;
|
|
56172
56194
|
};
|
|
56173
56195
|
mandatory: {
|
|
56196
|
+
type: PropType<boolean | "force">;
|
|
56174
56197
|
default: "force";
|
|
56175
56198
|
};
|
|
56176
56199
|
}>>;
|
|
@@ -56282,10 +56305,12 @@ declare const VWindowItem: {
|
|
|
56282
56305
|
"onGroup:selected"?: ((val: {
|
|
56283
56306
|
value: boolean;
|
|
56284
56307
|
}) => any) | undefined;
|
|
56285
|
-
}, {
|
|
56308
|
+
}, {
|
|
56309
|
+
groupItem: GroupItemProvide;
|
|
56310
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56286
56311
|
'group:selected': (val: {
|
|
56287
56312
|
value: boolean;
|
|
56288
|
-
}) =>
|
|
56313
|
+
}) => true;
|
|
56289
56314
|
}, string, {
|
|
56290
56315
|
transition: string | boolean;
|
|
56291
56316
|
style: vue.StyleValue;
|
|
@@ -56339,7 +56364,9 @@ declare const VWindowItem: {
|
|
|
56339
56364
|
"onGroup:selected"?: ((val: {
|
|
56340
56365
|
value: boolean;
|
|
56341
56366
|
}) => any) | undefined;
|
|
56342
|
-
} & vue.ShallowUnwrapRef<{
|
|
56367
|
+
} & vue.ShallowUnwrapRef<{
|
|
56368
|
+
groupItem: GroupItemProvide;
|
|
56369
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
56343
56370
|
__isFragment?: undefined;
|
|
56344
56371
|
__isTeleport?: undefined;
|
|
56345
56372
|
__isSuspense?: undefined;
|
|
@@ -56366,10 +56393,12 @@ declare const VWindowItem: {
|
|
|
56366
56393
|
"onGroup:selected"?: ((val: {
|
|
56367
56394
|
value: boolean;
|
|
56368
56395
|
}) => any) | undefined;
|
|
56369
|
-
}, {
|
|
56396
|
+
}, {
|
|
56397
|
+
groupItem: GroupItemProvide;
|
|
56398
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56370
56399
|
'group:selected': (val: {
|
|
56371
56400
|
value: boolean;
|
|
56372
|
-
}) =>
|
|
56401
|
+
}) => true;
|
|
56373
56402
|
}, string, {
|
|
56374
56403
|
transition: string | boolean;
|
|
56375
56404
|
style: vue.StyleValue;
|
|
@@ -74143,44 +74172,47 @@ declare const VInfiniteScroll: {
|
|
|
74143
74172
|
}>>;
|
|
74144
74173
|
type VInfiniteScroll = InstanceType<typeof VInfiniteScroll>;
|
|
74145
74174
|
|
|
74146
|
-
declare const
|
|
74175
|
+
declare const VOtpInput: {
|
|
74147
74176
|
new (...args: any[]): {
|
|
74148
74177
|
$: vue.ComponentInternalInstance;
|
|
74149
74178
|
$data: {};
|
|
74150
74179
|
$props: {
|
|
74180
|
+
length?: string | number | undefined;
|
|
74181
|
+
type?: "number" | "text" | "password" | undefined;
|
|
74182
|
+
error?: boolean | undefined;
|
|
74183
|
+
label?: string | undefined;
|
|
74151
74184
|
style?: vue.StyleValue | undefined;
|
|
74152
|
-
|
|
74153
|
-
|
|
74185
|
+
autofocus?: boolean | undefined;
|
|
74186
|
+
disabled?: boolean | undefined;
|
|
74154
74187
|
rounded?: string | number | boolean | undefined;
|
|
74188
|
+
variant?: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled"> | undefined;
|
|
74189
|
+
modelValue?: string | number | undefined;
|
|
74190
|
+
focused?: boolean | undefined;
|
|
74191
|
+
focusAll?: boolean | undefined;
|
|
74155
74192
|
key?: string | number | symbol | undefined;
|
|
74156
|
-
location?: Anchor | undefined;
|
|
74157
74193
|
height?: string | number | undefined;
|
|
74158
74194
|
width?: string | number | undefined;
|
|
74159
|
-
|
|
74195
|
+
color?: string | undefined;
|
|
74160
74196
|
maxHeight?: string | number | undefined;
|
|
74161
74197
|
maxWidth?: string | number | undefined;
|
|
74162
74198
|
minHeight?: string | number | undefined;
|
|
74163
74199
|
minWidth?: string | number | undefined;
|
|
74164
|
-
|
|
74165
|
-
title?: string | undefined;
|
|
74200
|
+
loading?: string | boolean | undefined;
|
|
74166
74201
|
class?: any;
|
|
74202
|
+
placeholder?: string | undefined;
|
|
74167
74203
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74168
|
-
header?: (() => vue.VNodeChild) | undefined;
|
|
74169
74204
|
default?: (() => vue.VNodeChild) | undefined;
|
|
74170
|
-
|
|
74171
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
74205
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
74172
74206
|
};
|
|
74173
|
-
elevation?: string | number | undefined;
|
|
74174
74207
|
ref?: vue.VNodeRef | undefined;
|
|
74175
74208
|
ref_for?: boolean | undefined;
|
|
74176
74209
|
ref_key?: string | undefined;
|
|
74177
74210
|
theme?: string | undefined;
|
|
74178
74211
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74212
|
+
divider?: string | undefined;
|
|
74179
74213
|
'v-slots'?: {
|
|
74180
|
-
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74181
74214
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74182
|
-
|
|
74183
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74215
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
74184
74216
|
} | undefined;
|
|
74185
74217
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74186
74218
|
[key: string]: any;
|
|
@@ -74220,9 +74252,12 @@ declare const VPicker: {
|
|
|
74220
74252
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74221
74253
|
[key: string]: any;
|
|
74222
74254
|
}>) => void)[] | undefined;
|
|
74223
|
-
"
|
|
74224
|
-
|
|
74225
|
-
"v-slot:
|
|
74255
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
74256
|
+
bgColor?: string | undefined;
|
|
74257
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
74258
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((val: boolean) => any)) | undefined;
|
|
74259
|
+
baseColor?: string | undefined;
|
|
74260
|
+
onFinish?: ((val: string) => any) | undefined;
|
|
74226
74261
|
};
|
|
74227
74262
|
$attrs: {
|
|
74228
74263
|
[x: string]: unknown;
|
|
@@ -74231,76 +74266,91 @@ declare const VPicker: {
|
|
|
74231
74266
|
[x: string]: unknown;
|
|
74232
74267
|
};
|
|
74233
74268
|
$slots: Readonly<{
|
|
74234
|
-
header?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74235
|
-
[key: string]: any;
|
|
74236
|
-
}>[]) | undefined;
|
|
74237
74269
|
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74238
74270
|
[key: string]: any;
|
|
74239
74271
|
}>[]) | undefined;
|
|
74240
|
-
|
|
74241
|
-
[key: string]: any;
|
|
74242
|
-
}>[]) | undefined;
|
|
74243
|
-
title?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74272
|
+
loader?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74244
74273
|
[key: string]: any;
|
|
74245
74274
|
}>[]) | undefined;
|
|
74246
74275
|
}>;
|
|
74247
74276
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
74248
74277
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
74249
|
-
$emit: (event: string,
|
|
74278
|
+
$emit: ((event: "finish", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "update:focused", val: boolean) => void);
|
|
74250
74279
|
$el: any;
|
|
74251
74280
|
$options: vue.ComponentOptionsBase<{
|
|
74281
|
+
length: string | number;
|
|
74282
|
+
type: "number" | "text" | "password";
|
|
74283
|
+
error: boolean;
|
|
74284
|
+
label: string;
|
|
74252
74285
|
style: vue.StyleValue;
|
|
74253
|
-
|
|
74254
|
-
|
|
74286
|
+
autofocus: boolean;
|
|
74287
|
+
disabled: boolean;
|
|
74288
|
+
variant: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74289
|
+
focused: boolean;
|
|
74290
|
+
focusAll: boolean;
|
|
74255
74291
|
} & {
|
|
74256
|
-
location?: Anchor | undefined;
|
|
74257
74292
|
height?: string | number | undefined;
|
|
74258
74293
|
width?: string | number | undefined;
|
|
74259
|
-
|
|
74294
|
+
color?: string | undefined;
|
|
74260
74295
|
maxHeight?: string | number | undefined;
|
|
74261
74296
|
maxWidth?: string | number | undefined;
|
|
74262
74297
|
minHeight?: string | number | undefined;
|
|
74263
74298
|
minWidth?: string | number | undefined;
|
|
74264
|
-
|
|
74265
|
-
title?: string | undefined;
|
|
74299
|
+
loading?: string | boolean | undefined;
|
|
74266
74300
|
class?: any;
|
|
74267
|
-
|
|
74301
|
+
placeholder?: string | undefined;
|
|
74268
74302
|
theme?: string | undefined;
|
|
74303
|
+
divider?: string | undefined;
|
|
74269
74304
|
rounded?: string | number | boolean | undefined;
|
|
74305
|
+
modelValue?: string | number | undefined;
|
|
74306
|
+
bgColor?: string | undefined;
|
|
74307
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
74308
|
+
baseColor?: string | undefined;
|
|
74270
74309
|
} & {
|
|
74271
74310
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74272
|
-
header?: (() => vue.VNodeChild) | undefined;
|
|
74273
74311
|
default?: (() => vue.VNodeChild) | undefined;
|
|
74274
|
-
|
|
74275
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
74312
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
74276
74313
|
};
|
|
74277
74314
|
'v-slots'?: {
|
|
74278
|
-
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74279
74315
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74280
|
-
|
|
74281
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74316
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
74282
74317
|
} | undefined;
|
|
74283
74318
|
} & {
|
|
74284
|
-
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74285
74319
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74286
|
-
"v-slot:
|
|
74287
|
-
|
|
74288
|
-
|
|
74320
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
74321
|
+
} & {
|
|
74322
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
74323
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
74324
|
+
onFinish?: ((val: string) => any) | undefined;
|
|
74325
|
+
}, {
|
|
74326
|
+
blur: () => void;
|
|
74327
|
+
focus: () => void;
|
|
74328
|
+
reset: () => void;
|
|
74329
|
+
isFocused: vue.Ref<boolean> & {
|
|
74330
|
+
readonly externalValue: boolean;
|
|
74331
|
+
};
|
|
74332
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
74333
|
+
finish: (val: string) => true;
|
|
74334
|
+
'update:focused': (val: boolean) => true;
|
|
74335
|
+
'update:modelValue': (val: string) => true;
|
|
74336
|
+
}, string, {
|
|
74337
|
+
length: string | number;
|
|
74338
|
+
type: "number" | "text" | "password";
|
|
74339
|
+
error: boolean;
|
|
74340
|
+
label: string;
|
|
74289
74341
|
style: vue.StyleValue;
|
|
74290
|
-
|
|
74291
|
-
|
|
74342
|
+
autofocus: boolean;
|
|
74343
|
+
disabled: boolean;
|
|
74292
74344
|
rounded: string | number | boolean;
|
|
74345
|
+
variant: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74346
|
+
modelValue: string | number;
|
|
74347
|
+
focused: boolean;
|
|
74348
|
+
focusAll: boolean;
|
|
74293
74349
|
}, {}, string, vue.SlotsType<Partial<{
|
|
74294
|
-
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74295
|
-
[key: string]: any;
|
|
74296
|
-
}>[];
|
|
74297
74350
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74298
74351
|
[key: string]: any;
|
|
74299
74352
|
}>[];
|
|
74300
|
-
|
|
74301
|
-
[key: string]: any;
|
|
74302
|
-
}>[];
|
|
74303
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74353
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74304
74354
|
[key: string]: any;
|
|
74305
74355
|
}>[];
|
|
74306
74356
|
}>>> & {
|
|
@@ -74324,171 +74374,598 @@ declare const VPicker: {
|
|
|
74324
74374
|
$nextTick: typeof vue.nextTick;
|
|
74325
74375
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
74326
74376
|
} & {
|
|
74377
|
+
length: string | number;
|
|
74378
|
+
type: "number" | "text" | "password";
|
|
74379
|
+
error: boolean;
|
|
74380
|
+
label: string;
|
|
74327
74381
|
style: vue.StyleValue;
|
|
74328
|
-
|
|
74329
|
-
|
|
74382
|
+
autofocus: boolean;
|
|
74383
|
+
disabled: boolean;
|
|
74384
|
+
variant: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74385
|
+
focused: boolean;
|
|
74386
|
+
focusAll: boolean;
|
|
74330
74387
|
} & {
|
|
74331
|
-
location?: Anchor | undefined;
|
|
74332
74388
|
height?: string | number | undefined;
|
|
74333
74389
|
width?: string | number | undefined;
|
|
74334
|
-
|
|
74390
|
+
color?: string | undefined;
|
|
74335
74391
|
maxHeight?: string | number | undefined;
|
|
74336
74392
|
maxWidth?: string | number | undefined;
|
|
74337
74393
|
minHeight?: string | number | undefined;
|
|
74338
74394
|
minWidth?: string | number | undefined;
|
|
74339
|
-
|
|
74340
|
-
title?: string | undefined;
|
|
74395
|
+
loading?: string | boolean | undefined;
|
|
74341
74396
|
class?: any;
|
|
74342
|
-
|
|
74397
|
+
placeholder?: string | undefined;
|
|
74343
74398
|
theme?: string | undefined;
|
|
74399
|
+
divider?: string | undefined;
|
|
74344
74400
|
rounded?: string | number | boolean | undefined;
|
|
74401
|
+
modelValue?: string | number | undefined;
|
|
74402
|
+
bgColor?: string | undefined;
|
|
74403
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
74404
|
+
baseColor?: string | undefined;
|
|
74345
74405
|
} & {
|
|
74346
74406
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74347
|
-
header?: (() => vue.VNodeChild) | undefined;
|
|
74348
74407
|
default?: (() => vue.VNodeChild) | undefined;
|
|
74349
|
-
|
|
74350
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
74408
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
74351
74409
|
};
|
|
74352
74410
|
'v-slots'?: {
|
|
74353
|
-
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74354
74411
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74355
|
-
|
|
74356
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74412
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
74357
74413
|
} | undefined;
|
|
74358
74414
|
} & {
|
|
74359
|
-
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74360
74415
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74361
|
-
"v-slot:
|
|
74362
|
-
|
|
74363
|
-
|
|
74416
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
74417
|
+
} & {
|
|
74418
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
74419
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
74420
|
+
onFinish?: ((val: string) => any) | undefined;
|
|
74421
|
+
} & vue.ShallowUnwrapRef<{
|
|
74422
|
+
blur: () => void;
|
|
74423
|
+
focus: () => void;
|
|
74424
|
+
reset: () => void;
|
|
74425
|
+
isFocused: vue.Ref<boolean> & {
|
|
74426
|
+
readonly externalValue: boolean;
|
|
74427
|
+
};
|
|
74428
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
74364
74429
|
__isFragment?: undefined;
|
|
74365
74430
|
__isTeleport?: undefined;
|
|
74366
74431
|
__isSuspense?: undefined;
|
|
74367
74432
|
} & vue.ComponentOptionsBase<{
|
|
74433
|
+
length: string | number;
|
|
74434
|
+
type: "number" | "text" | "password";
|
|
74435
|
+
error: boolean;
|
|
74436
|
+
label: string;
|
|
74368
74437
|
style: vue.StyleValue;
|
|
74369
|
-
|
|
74370
|
-
|
|
74438
|
+
autofocus: boolean;
|
|
74439
|
+
disabled: boolean;
|
|
74440
|
+
variant: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74441
|
+
focused: boolean;
|
|
74442
|
+
focusAll: boolean;
|
|
74371
74443
|
} & {
|
|
74372
|
-
location?: Anchor | undefined;
|
|
74373
74444
|
height?: string | number | undefined;
|
|
74374
74445
|
width?: string | number | undefined;
|
|
74375
|
-
|
|
74446
|
+
color?: string | undefined;
|
|
74376
74447
|
maxHeight?: string | number | undefined;
|
|
74377
74448
|
maxWidth?: string | number | undefined;
|
|
74378
74449
|
minHeight?: string | number | undefined;
|
|
74379
74450
|
minWidth?: string | number | undefined;
|
|
74380
|
-
|
|
74381
|
-
title?: string | undefined;
|
|
74451
|
+
loading?: string | boolean | undefined;
|
|
74382
74452
|
class?: any;
|
|
74383
|
-
|
|
74453
|
+
placeholder?: string | undefined;
|
|
74384
74454
|
theme?: string | undefined;
|
|
74455
|
+
divider?: string | undefined;
|
|
74385
74456
|
rounded?: string | number | boolean | undefined;
|
|
74457
|
+
modelValue?: string | number | undefined;
|
|
74458
|
+
bgColor?: string | undefined;
|
|
74459
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
74460
|
+
baseColor?: string | undefined;
|
|
74386
74461
|
} & {
|
|
74387
74462
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74388
|
-
header?: (() => vue.VNodeChild) | undefined;
|
|
74389
74463
|
default?: (() => vue.VNodeChild) | undefined;
|
|
74390
|
-
|
|
74391
|
-
title?: (() => vue.VNodeChild) | undefined;
|
|
74464
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
74392
74465
|
};
|
|
74393
74466
|
'v-slots'?: {
|
|
74394
|
-
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74395
74467
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74396
|
-
|
|
74397
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74468
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
|
74398
74469
|
} | undefined;
|
|
74399
74470
|
} & {
|
|
74400
|
-
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74401
74471
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74402
|
-
"v-slot:
|
|
74403
|
-
|
|
74404
|
-
|
|
74472
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
|
74473
|
+
} & {
|
|
74474
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
74475
|
+
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
|
74476
|
+
onFinish?: ((val: string) => any) | undefined;
|
|
74477
|
+
}, {
|
|
74478
|
+
blur: () => void;
|
|
74479
|
+
focus: () => void;
|
|
74480
|
+
reset: () => void;
|
|
74481
|
+
isFocused: vue.Ref<boolean> & {
|
|
74482
|
+
readonly externalValue: boolean;
|
|
74483
|
+
};
|
|
74484
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
74485
|
+
finish: (val: string) => true;
|
|
74486
|
+
'update:focused': (val: boolean) => true;
|
|
74487
|
+
'update:modelValue': (val: string) => true;
|
|
74488
|
+
}, string, {
|
|
74489
|
+
length: string | number;
|
|
74490
|
+
type: "number" | "text" | "password";
|
|
74491
|
+
error: boolean;
|
|
74492
|
+
label: string;
|
|
74405
74493
|
style: vue.StyleValue;
|
|
74406
|
-
|
|
74407
|
-
|
|
74494
|
+
autofocus: boolean;
|
|
74495
|
+
disabled: boolean;
|
|
74408
74496
|
rounded: string | number | boolean;
|
|
74497
|
+
variant: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74498
|
+
modelValue: string | number;
|
|
74499
|
+
focused: boolean;
|
|
74500
|
+
focusAll: boolean;
|
|
74409
74501
|
}, {}, string, vue.SlotsType<Partial<{
|
|
74410
|
-
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74411
|
-
[key: string]: any;
|
|
74412
|
-
}>[];
|
|
74413
74502
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74414
74503
|
[key: string]: any;
|
|
74415
74504
|
}>[];
|
|
74416
|
-
|
|
74417
|
-
[key: string]: any;
|
|
74418
|
-
}>[];
|
|
74419
|
-
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74505
|
+
loader: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74420
74506
|
[key: string]: any;
|
|
74421
74507
|
}>[];
|
|
74422
74508
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
74423
|
-
|
|
74509
|
+
error: BooleanConstructor;
|
|
74510
|
+
color: StringConstructor;
|
|
74511
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
74512
|
+
style: {
|
|
74513
|
+
type: PropType<vue.StyleValue>;
|
|
74514
|
+
default: null;
|
|
74515
|
+
};
|
|
74516
|
+
disabled: {
|
|
74517
|
+
type: BooleanConstructor;
|
|
74518
|
+
default: null;
|
|
74519
|
+
};
|
|
74520
|
+
class: PropType<any>;
|
|
74521
|
+
theme: StringConstructor;
|
|
74522
|
+
rounded: {
|
|
74523
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74524
|
+
default: undefined;
|
|
74525
|
+
};
|
|
74526
|
+
variant: Omit<{
|
|
74527
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74528
|
+
default: string;
|
|
74529
|
+
validator: (v: any) => boolean;
|
|
74530
|
+
}, "type" | "default"> & {
|
|
74531
|
+
type: PropType<NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">>;
|
|
74532
|
+
default: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74533
|
+
};
|
|
74534
|
+
bgColor: StringConstructor;
|
|
74535
|
+
baseColor: StringConstructor;
|
|
74536
|
+
focused: BooleanConstructor;
|
|
74537
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
74424
74538
|
height: (StringConstructor | NumberConstructor)[];
|
|
74425
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
74426
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74427
74539
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
74428
74540
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
74429
74541
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
74430
74542
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
74431
|
-
|
|
74432
|
-
|
|
74433
|
-
|
|
74434
|
-
|
|
74435
|
-
|
|
74436
|
-
type: vue.PropType<vue.StyleValue>;
|
|
74437
|
-
default: null;
|
|
74438
|
-
};
|
|
74439
|
-
class: vue.PropType<any>;
|
|
74440
|
-
tag: {
|
|
74543
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
74544
|
+
autofocus: BooleanConstructor;
|
|
74545
|
+
divider: StringConstructor;
|
|
74546
|
+
focusAll: BooleanConstructor;
|
|
74547
|
+
label: {
|
|
74441
74548
|
type: StringConstructor;
|
|
74442
74549
|
default: string;
|
|
74443
74550
|
};
|
|
74444
|
-
|
|
74551
|
+
length: {
|
|
74445
74552
|
type: (StringConstructor | NumberConstructor)[];
|
|
74446
|
-
|
|
74553
|
+
default: number;
|
|
74554
|
+
};
|
|
74555
|
+
modelValue: {
|
|
74556
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
74557
|
+
default: undefined;
|
|
74558
|
+
};
|
|
74559
|
+
placeholder: StringConstructor;
|
|
74560
|
+
type: {
|
|
74561
|
+
type: PropType<"number" | "text" | "password">;
|
|
74562
|
+
default: string;
|
|
74563
|
+
};
|
|
74564
|
+
}, vue.ExtractPropTypes<{
|
|
74565
|
+
error: BooleanConstructor;
|
|
74566
|
+
color: StringConstructor;
|
|
74567
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
74568
|
+
style: {
|
|
74569
|
+
type: PropType<vue.StyleValue>;
|
|
74570
|
+
default: null;
|
|
74571
|
+
};
|
|
74572
|
+
disabled: {
|
|
74573
|
+
type: BooleanConstructor;
|
|
74574
|
+
default: null;
|
|
74447
74575
|
};
|
|
74576
|
+
class: PropType<any>;
|
|
74448
74577
|
theme: StringConstructor;
|
|
74449
74578
|
rounded: {
|
|
74450
74579
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74451
74580
|
default: undefined;
|
|
74452
74581
|
};
|
|
74453
|
-
|
|
74454
|
-
|
|
74455
|
-
|
|
74456
|
-
|
|
74582
|
+
variant: Omit<{
|
|
74583
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74584
|
+
default: string;
|
|
74585
|
+
validator: (v: any) => boolean;
|
|
74586
|
+
}, "type" | "default"> & {
|
|
74587
|
+
type: PropType<NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">>;
|
|
74588
|
+
default: NonNullable<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
74589
|
+
};
|
|
74590
|
+
bgColor: StringConstructor;
|
|
74591
|
+
baseColor: StringConstructor;
|
|
74592
|
+
focused: BooleanConstructor;
|
|
74593
|
+
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
74457
74594
|
height: (StringConstructor | NumberConstructor)[];
|
|
74458
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
74459
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74460
74595
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
74461
74596
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
74462
74597
|
minHeight: (StringConstructor | NumberConstructor)[];
|
|
74463
74598
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
74464
|
-
|
|
74465
|
-
|
|
74466
|
-
|
|
74467
|
-
|
|
74468
|
-
|
|
74469
|
-
type: vue.PropType<vue.StyleValue>;
|
|
74470
|
-
default: null;
|
|
74471
|
-
};
|
|
74472
|
-
class: vue.PropType<any>;
|
|
74473
|
-
tag: {
|
|
74599
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
74600
|
+
autofocus: BooleanConstructor;
|
|
74601
|
+
divider: StringConstructor;
|
|
74602
|
+
focusAll: BooleanConstructor;
|
|
74603
|
+
label: {
|
|
74474
74604
|
type: StringConstructor;
|
|
74475
74605
|
default: string;
|
|
74476
74606
|
};
|
|
74477
|
-
|
|
74607
|
+
length: {
|
|
74478
74608
|
type: (StringConstructor | NumberConstructor)[];
|
|
74479
|
-
|
|
74609
|
+
default: number;
|
|
74480
74610
|
};
|
|
74481
|
-
|
|
74482
|
-
|
|
74483
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74611
|
+
modelValue: {
|
|
74612
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
74484
74613
|
default: undefined;
|
|
74485
74614
|
};
|
|
74486
|
-
|
|
74487
|
-
|
|
74615
|
+
placeholder: StringConstructor;
|
|
74616
|
+
type: {
|
|
74617
|
+
type: PropType<"number" | "text" | "password">;
|
|
74618
|
+
default: string;
|
|
74619
|
+
};
|
|
74488
74620
|
}>>;
|
|
74489
|
-
type
|
|
74621
|
+
type VOtpInput = InstanceType<typeof VOtpInput>;
|
|
74490
74622
|
|
|
74491
|
-
declare const
|
|
74623
|
+
declare const VPicker: {
|
|
74624
|
+
new (...args: any[]): {
|
|
74625
|
+
$: vue.ComponentInternalInstance;
|
|
74626
|
+
$data: {};
|
|
74627
|
+
$props: {
|
|
74628
|
+
style?: vue.StyleValue | undefined;
|
|
74629
|
+
landscape?: boolean | undefined;
|
|
74630
|
+
tag?: string | undefined;
|
|
74631
|
+
rounded?: string | number | boolean | undefined;
|
|
74632
|
+
key?: string | number | symbol | undefined;
|
|
74633
|
+
location?: Anchor | undefined;
|
|
74634
|
+
height?: string | number | undefined;
|
|
74635
|
+
width?: string | number | undefined;
|
|
74636
|
+
border?: string | number | boolean | undefined;
|
|
74637
|
+
maxHeight?: string | number | undefined;
|
|
74638
|
+
maxWidth?: string | number | undefined;
|
|
74639
|
+
minHeight?: string | number | undefined;
|
|
74640
|
+
minWidth?: string | number | undefined;
|
|
74641
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
74642
|
+
title?: string | undefined;
|
|
74643
|
+
class?: any;
|
|
74644
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74645
|
+
header?: (() => vue.VNodeChild) | undefined;
|
|
74646
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
74647
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
74648
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
74649
|
+
};
|
|
74650
|
+
elevation?: string | number | undefined;
|
|
74651
|
+
ref?: vue.VNodeRef | undefined;
|
|
74652
|
+
ref_for?: boolean | undefined;
|
|
74653
|
+
ref_key?: string | undefined;
|
|
74654
|
+
theme?: string | undefined;
|
|
74655
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74656
|
+
'v-slots'?: {
|
|
74657
|
+
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74658
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74659
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
74660
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74661
|
+
} | undefined;
|
|
74662
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74663
|
+
[key: string]: any;
|
|
74664
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74665
|
+
[key: string]: any;
|
|
74666
|
+
}>) => void)[] | undefined;
|
|
74667
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74668
|
+
[key: string]: any;
|
|
74669
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74670
|
+
[key: string]: any;
|
|
74671
|
+
}>) => void)[] | undefined;
|
|
74672
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74673
|
+
[key: string]: any;
|
|
74674
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74675
|
+
[key: string]: any;
|
|
74676
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74677
|
+
[key: string]: any;
|
|
74678
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74679
|
+
[key: string]: any;
|
|
74680
|
+
}>) => void)[] | undefined;
|
|
74681
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74682
|
+
[key: string]: any;
|
|
74683
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74684
|
+
[key: string]: any;
|
|
74685
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74686
|
+
[key: string]: any;
|
|
74687
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74688
|
+
[key: string]: any;
|
|
74689
|
+
}>) => void)[] | undefined;
|
|
74690
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74691
|
+
[key: string]: any;
|
|
74692
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74693
|
+
[key: string]: any;
|
|
74694
|
+
}>) => void)[] | undefined;
|
|
74695
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74696
|
+
[key: string]: any;
|
|
74697
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74698
|
+
[key: string]: any;
|
|
74699
|
+
}>) => void)[] | undefined;
|
|
74700
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
74701
|
+
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74702
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
74703
|
+
};
|
|
74704
|
+
$attrs: {
|
|
74705
|
+
[x: string]: unknown;
|
|
74706
|
+
};
|
|
74707
|
+
$refs: {
|
|
74708
|
+
[x: string]: unknown;
|
|
74709
|
+
};
|
|
74710
|
+
$slots: Readonly<{
|
|
74711
|
+
header?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74712
|
+
[key: string]: any;
|
|
74713
|
+
}>[]) | undefined;
|
|
74714
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74715
|
+
[key: string]: any;
|
|
74716
|
+
}>[]) | undefined;
|
|
74717
|
+
actions?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74718
|
+
[key: string]: any;
|
|
74719
|
+
}>[]) | undefined;
|
|
74720
|
+
title?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74721
|
+
[key: string]: any;
|
|
74722
|
+
}>[]) | undefined;
|
|
74723
|
+
}>;
|
|
74724
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
74725
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
74726
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
74727
|
+
$el: any;
|
|
74728
|
+
$options: vue.ComponentOptionsBase<{
|
|
74729
|
+
style: vue.StyleValue;
|
|
74730
|
+
landscape: boolean;
|
|
74731
|
+
tag: string;
|
|
74732
|
+
} & {
|
|
74733
|
+
location?: Anchor | undefined;
|
|
74734
|
+
height?: string | number | undefined;
|
|
74735
|
+
width?: string | number | undefined;
|
|
74736
|
+
border?: string | number | boolean | undefined;
|
|
74737
|
+
maxHeight?: string | number | undefined;
|
|
74738
|
+
maxWidth?: string | number | undefined;
|
|
74739
|
+
minHeight?: string | number | undefined;
|
|
74740
|
+
minWidth?: string | number | undefined;
|
|
74741
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
74742
|
+
title?: string | undefined;
|
|
74743
|
+
class?: any;
|
|
74744
|
+
elevation?: string | number | undefined;
|
|
74745
|
+
theme?: string | undefined;
|
|
74746
|
+
rounded?: string | number | boolean | undefined;
|
|
74747
|
+
} & {
|
|
74748
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74749
|
+
header?: (() => vue.VNodeChild) | undefined;
|
|
74750
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
74751
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
74752
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
74753
|
+
};
|
|
74754
|
+
'v-slots'?: {
|
|
74755
|
+
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74756
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74757
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
74758
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74759
|
+
} | undefined;
|
|
74760
|
+
} & {
|
|
74761
|
+
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74762
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74763
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
74764
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
74765
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
74766
|
+
style: vue.StyleValue;
|
|
74767
|
+
landscape: boolean;
|
|
74768
|
+
tag: string;
|
|
74769
|
+
rounded: string | number | boolean;
|
|
74770
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
74771
|
+
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74772
|
+
[key: string]: any;
|
|
74773
|
+
}>[];
|
|
74774
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74775
|
+
[key: string]: any;
|
|
74776
|
+
}>[];
|
|
74777
|
+
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74778
|
+
[key: string]: any;
|
|
74779
|
+
}>[];
|
|
74780
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74781
|
+
[key: string]: any;
|
|
74782
|
+
}>[];
|
|
74783
|
+
}>>> & {
|
|
74784
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
74785
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
74786
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
74787
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
74788
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
74789
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
74790
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
74791
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
74792
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
74793
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
74794
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
74795
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
74796
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
74797
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
74798
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
74799
|
+
};
|
|
74800
|
+
$forceUpdate: () => void;
|
|
74801
|
+
$nextTick: typeof vue.nextTick;
|
|
74802
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
74803
|
+
} & {
|
|
74804
|
+
style: vue.StyleValue;
|
|
74805
|
+
landscape: boolean;
|
|
74806
|
+
tag: string;
|
|
74807
|
+
} & {
|
|
74808
|
+
location?: Anchor | undefined;
|
|
74809
|
+
height?: string | number | undefined;
|
|
74810
|
+
width?: string | number | undefined;
|
|
74811
|
+
border?: string | number | boolean | undefined;
|
|
74812
|
+
maxHeight?: string | number | undefined;
|
|
74813
|
+
maxWidth?: string | number | undefined;
|
|
74814
|
+
minHeight?: string | number | undefined;
|
|
74815
|
+
minWidth?: string | number | undefined;
|
|
74816
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
74817
|
+
title?: string | undefined;
|
|
74818
|
+
class?: any;
|
|
74819
|
+
elevation?: string | number | undefined;
|
|
74820
|
+
theme?: string | undefined;
|
|
74821
|
+
rounded?: string | number | boolean | undefined;
|
|
74822
|
+
} & {
|
|
74823
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74824
|
+
header?: (() => vue.VNodeChild) | undefined;
|
|
74825
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
74826
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
74827
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
74828
|
+
};
|
|
74829
|
+
'v-slots'?: {
|
|
74830
|
+
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74831
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74832
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
74833
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74834
|
+
} | undefined;
|
|
74835
|
+
} & {
|
|
74836
|
+
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74837
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74838
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
74839
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
74840
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
74841
|
+
__isFragment?: undefined;
|
|
74842
|
+
__isTeleport?: undefined;
|
|
74843
|
+
__isSuspense?: undefined;
|
|
74844
|
+
} & vue.ComponentOptionsBase<{
|
|
74845
|
+
style: vue.StyleValue;
|
|
74846
|
+
landscape: boolean;
|
|
74847
|
+
tag: string;
|
|
74848
|
+
} & {
|
|
74849
|
+
location?: Anchor | undefined;
|
|
74850
|
+
height?: string | number | undefined;
|
|
74851
|
+
width?: string | number | undefined;
|
|
74852
|
+
border?: string | number | boolean | undefined;
|
|
74853
|
+
maxHeight?: string | number | undefined;
|
|
74854
|
+
maxWidth?: string | number | undefined;
|
|
74855
|
+
minHeight?: string | number | undefined;
|
|
74856
|
+
minWidth?: string | number | undefined;
|
|
74857
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
74858
|
+
title?: string | undefined;
|
|
74859
|
+
class?: any;
|
|
74860
|
+
elevation?: string | number | undefined;
|
|
74861
|
+
theme?: string | undefined;
|
|
74862
|
+
rounded?: string | number | boolean | undefined;
|
|
74863
|
+
} & {
|
|
74864
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
74865
|
+
header?: (() => vue.VNodeChild) | undefined;
|
|
74866
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
74867
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
74868
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
74869
|
+
};
|
|
74870
|
+
'v-slots'?: {
|
|
74871
|
+
header?: false | (() => vue.VNodeChild) | undefined;
|
|
74872
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
74873
|
+
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
74874
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
74875
|
+
} | undefined;
|
|
74876
|
+
} & {
|
|
74877
|
+
"v-slot:header"?: false | (() => vue.VNodeChild) | undefined;
|
|
74878
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74879
|
+
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
74880
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
74881
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
74882
|
+
style: vue.StyleValue;
|
|
74883
|
+
landscape: boolean;
|
|
74884
|
+
tag: string;
|
|
74885
|
+
rounded: string | number | boolean;
|
|
74886
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
74887
|
+
header: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74888
|
+
[key: string]: any;
|
|
74889
|
+
}>[];
|
|
74890
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74891
|
+
[key: string]: any;
|
|
74892
|
+
}>[];
|
|
74893
|
+
actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74894
|
+
[key: string]: any;
|
|
74895
|
+
}>[];
|
|
74896
|
+
title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
74897
|
+
[key: string]: any;
|
|
74898
|
+
}>[];
|
|
74899
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
74900
|
+
location: vue.PropType<Anchor>;
|
|
74901
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
74902
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
74903
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74904
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
74905
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
74906
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
74907
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
74908
|
+
position: {
|
|
74909
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
74910
|
+
validator: (v: any) => boolean;
|
|
74911
|
+
};
|
|
74912
|
+
style: {
|
|
74913
|
+
type: vue.PropType<vue.StyleValue>;
|
|
74914
|
+
default: null;
|
|
74915
|
+
};
|
|
74916
|
+
class: vue.PropType<any>;
|
|
74917
|
+
tag: {
|
|
74918
|
+
type: StringConstructor;
|
|
74919
|
+
default: string;
|
|
74920
|
+
};
|
|
74921
|
+
elevation: {
|
|
74922
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
74923
|
+
validator(v: any): boolean;
|
|
74924
|
+
};
|
|
74925
|
+
theme: StringConstructor;
|
|
74926
|
+
rounded: {
|
|
74927
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74928
|
+
default: undefined;
|
|
74929
|
+
};
|
|
74930
|
+
landscape: BooleanConstructor;
|
|
74931
|
+
title: StringConstructor;
|
|
74932
|
+
}, vue.ExtractPropTypes<{
|
|
74933
|
+
location: vue.PropType<Anchor>;
|
|
74934
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
74935
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
74936
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74937
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
74938
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
74939
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
74940
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
74941
|
+
position: {
|
|
74942
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
74943
|
+
validator: (v: any) => boolean;
|
|
74944
|
+
};
|
|
74945
|
+
style: {
|
|
74946
|
+
type: vue.PropType<vue.StyleValue>;
|
|
74947
|
+
default: null;
|
|
74948
|
+
};
|
|
74949
|
+
class: vue.PropType<any>;
|
|
74950
|
+
tag: {
|
|
74951
|
+
type: StringConstructor;
|
|
74952
|
+
default: string;
|
|
74953
|
+
};
|
|
74954
|
+
elevation: {
|
|
74955
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
74956
|
+
validator(v: any): boolean;
|
|
74957
|
+
};
|
|
74958
|
+
theme: StringConstructor;
|
|
74959
|
+
rounded: {
|
|
74960
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
74961
|
+
default: undefined;
|
|
74962
|
+
};
|
|
74963
|
+
landscape: BooleanConstructor;
|
|
74964
|
+
title: StringConstructor;
|
|
74965
|
+
}>>;
|
|
74966
|
+
type VPicker = InstanceType<typeof VPicker>;
|
|
74967
|
+
|
|
74968
|
+
declare const VPickerTitle: {
|
|
74492
74969
|
new (...args: any[]): {
|
|
74493
74970
|
$: vue.ComponentInternalInstance;
|
|
74494
74971
|
$data: {};
|
|
@@ -74918,6 +75395,2014 @@ declare const VSkeletonLoader: {
|
|
|
74918
75395
|
}>>;
|
|
74919
75396
|
type VSkeletonLoader = InstanceType<typeof VSkeletonLoader>;
|
|
74920
75397
|
|
|
75398
|
+
type StepperItemSlot = {
|
|
75399
|
+
canEdit: boolean;
|
|
75400
|
+
hasError: boolean;
|
|
75401
|
+
hasCompleted: boolean;
|
|
75402
|
+
title?: string;
|
|
75403
|
+
subtitle?: string;
|
|
75404
|
+
step: any;
|
|
75405
|
+
};
|
|
75406
|
+
type ValidationRule = () => string | boolean;
|
|
75407
|
+
declare const VStepperItem: {
|
|
75408
|
+
new (...args: any[]): {
|
|
75409
|
+
$: vue.ComponentInternalInstance;
|
|
75410
|
+
$data: {};
|
|
75411
|
+
$props: {
|
|
75412
|
+
error?: boolean | undefined;
|
|
75413
|
+
complete?: boolean | undefined;
|
|
75414
|
+
disabled?: boolean | undefined;
|
|
75415
|
+
ripple?: boolean | {
|
|
75416
|
+
class: string;
|
|
75417
|
+
} | undefined;
|
|
75418
|
+
rules?: readonly ValidationRule[] | undefined;
|
|
75419
|
+
completeIcon?: string | undefined;
|
|
75420
|
+
editable?: boolean | undefined;
|
|
75421
|
+
editIcon?: string | undefined;
|
|
75422
|
+
errorIcon?: string | undefined;
|
|
75423
|
+
key?: string | number | symbol | undefined;
|
|
75424
|
+
color?: string | undefined;
|
|
75425
|
+
value?: any;
|
|
75426
|
+
style?: unknown;
|
|
75427
|
+
title?: string | undefined;
|
|
75428
|
+
class?: unknown;
|
|
75429
|
+
icon?: string | undefined;
|
|
75430
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
75431
|
+
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75432
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75433
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75434
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75435
|
+
};
|
|
75436
|
+
ref?: vue.VNodeRef | undefined;
|
|
75437
|
+
ref_for?: boolean | undefined;
|
|
75438
|
+
ref_key?: string | undefined;
|
|
75439
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75440
|
+
'v-slots'?: {
|
|
75441
|
+
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75442
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75443
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75444
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75445
|
+
} | undefined;
|
|
75446
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75447
|
+
[key: string]: any;
|
|
75448
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75449
|
+
[key: string]: any;
|
|
75450
|
+
}>) => void)[] | undefined;
|
|
75451
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75452
|
+
[key: string]: any;
|
|
75453
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75454
|
+
[key: string]: any;
|
|
75455
|
+
}>) => void)[] | undefined;
|
|
75456
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75457
|
+
[key: string]: any;
|
|
75458
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75459
|
+
[key: string]: any;
|
|
75460
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75461
|
+
[key: string]: any;
|
|
75462
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75463
|
+
[key: string]: any;
|
|
75464
|
+
}>) => void)[] | undefined;
|
|
75465
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75466
|
+
[key: string]: any;
|
|
75467
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75468
|
+
[key: string]: any;
|
|
75469
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75470
|
+
[key: string]: any;
|
|
75471
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75472
|
+
[key: string]: any;
|
|
75473
|
+
}>) => void)[] | undefined;
|
|
75474
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75475
|
+
[key: string]: any;
|
|
75476
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75477
|
+
[key: string]: any;
|
|
75478
|
+
}>) => void)[] | undefined;
|
|
75479
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75480
|
+
[key: string]: any;
|
|
75481
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75482
|
+
[key: string]: any;
|
|
75483
|
+
}>) => void)[] | undefined;
|
|
75484
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75485
|
+
selectedClass?: string | undefined;
|
|
75486
|
+
"onGroup:selected"?: ((val: {
|
|
75487
|
+
value: boolean;
|
|
75488
|
+
}) => any) | undefined;
|
|
75489
|
+
subtitle?: string | undefined;
|
|
75490
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75491
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75492
|
+
};
|
|
75493
|
+
$attrs: {
|
|
75494
|
+
[x: string]: unknown;
|
|
75495
|
+
};
|
|
75496
|
+
$refs: {
|
|
75497
|
+
[x: string]: unknown;
|
|
75498
|
+
};
|
|
75499
|
+
$slots: Readonly<{
|
|
75500
|
+
default?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75501
|
+
[key: string]: any;
|
|
75502
|
+
}>[]) | undefined;
|
|
75503
|
+
icon?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75504
|
+
[key: string]: any;
|
|
75505
|
+
}>[]) | undefined;
|
|
75506
|
+
title?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75507
|
+
[key: string]: any;
|
|
75508
|
+
}>[]) | undefined;
|
|
75509
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75510
|
+
[key: string]: any;
|
|
75511
|
+
}>[]) | undefined;
|
|
75512
|
+
}>;
|
|
75513
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
75514
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
75515
|
+
$emit: (event: "group:selected", val: {
|
|
75516
|
+
value: boolean;
|
|
75517
|
+
}) => void;
|
|
75518
|
+
$el: any;
|
|
75519
|
+
$options: vue.ComponentOptionsBase<{
|
|
75520
|
+
error: boolean;
|
|
75521
|
+
complete: boolean;
|
|
75522
|
+
disabled: boolean;
|
|
75523
|
+
ripple: boolean | {
|
|
75524
|
+
class: string;
|
|
75525
|
+
} | undefined;
|
|
75526
|
+
rules: readonly ValidationRule[];
|
|
75527
|
+
completeIcon: string;
|
|
75528
|
+
editable: boolean;
|
|
75529
|
+
editIcon: string;
|
|
75530
|
+
errorIcon: string;
|
|
75531
|
+
} & {
|
|
75532
|
+
color?: string | undefined;
|
|
75533
|
+
value?: any;
|
|
75534
|
+
title?: string | undefined;
|
|
75535
|
+
icon?: string | undefined;
|
|
75536
|
+
selectedClass?: string | undefined;
|
|
75537
|
+
subtitle?: string | undefined;
|
|
75538
|
+
} & {
|
|
75539
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
75540
|
+
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75541
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75542
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75543
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75544
|
+
};
|
|
75545
|
+
'v-slots'?: {
|
|
75546
|
+
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75547
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75548
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75549
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75550
|
+
} | undefined;
|
|
75551
|
+
} & {
|
|
75552
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75553
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75554
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75555
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75556
|
+
} & {
|
|
75557
|
+
"onGroup:selected"?: ((val: {
|
|
75558
|
+
value: boolean;
|
|
75559
|
+
}) => any) | undefined;
|
|
75560
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
75561
|
+
'group:selected': (val: {
|
|
75562
|
+
value: boolean;
|
|
75563
|
+
}) => boolean;
|
|
75564
|
+
}, string, {
|
|
75565
|
+
error: boolean;
|
|
75566
|
+
complete: boolean;
|
|
75567
|
+
disabled: boolean;
|
|
75568
|
+
ripple: boolean | {
|
|
75569
|
+
class: string;
|
|
75570
|
+
} | undefined;
|
|
75571
|
+
rules: readonly ValidationRule[];
|
|
75572
|
+
completeIcon: string;
|
|
75573
|
+
editable: boolean;
|
|
75574
|
+
editIcon: string;
|
|
75575
|
+
errorIcon: string;
|
|
75576
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
75577
|
+
default: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75578
|
+
[key: string]: any;
|
|
75579
|
+
}>[];
|
|
75580
|
+
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75581
|
+
[key: string]: any;
|
|
75582
|
+
}>[];
|
|
75583
|
+
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75584
|
+
[key: string]: any;
|
|
75585
|
+
}>[];
|
|
75586
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75587
|
+
[key: string]: any;
|
|
75588
|
+
}>[];
|
|
75589
|
+
}>>> & {
|
|
75590
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
75591
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
75592
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
75593
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
75594
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
75595
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
75596
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
75597
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
75598
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
75599
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
75600
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
75601
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
75602
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
75603
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
75604
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
75605
|
+
};
|
|
75606
|
+
$forceUpdate: () => void;
|
|
75607
|
+
$nextTick: typeof vue.nextTick;
|
|
75608
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
75609
|
+
} & {
|
|
75610
|
+
error: boolean;
|
|
75611
|
+
complete: boolean;
|
|
75612
|
+
disabled: boolean;
|
|
75613
|
+
ripple: boolean | {
|
|
75614
|
+
class: string;
|
|
75615
|
+
} | undefined;
|
|
75616
|
+
rules: readonly ValidationRule[];
|
|
75617
|
+
completeIcon: string;
|
|
75618
|
+
editable: boolean;
|
|
75619
|
+
editIcon: string;
|
|
75620
|
+
errorIcon: string;
|
|
75621
|
+
} & {
|
|
75622
|
+
color?: string | undefined;
|
|
75623
|
+
value?: any;
|
|
75624
|
+
title?: string | undefined;
|
|
75625
|
+
icon?: string | undefined;
|
|
75626
|
+
selectedClass?: string | undefined;
|
|
75627
|
+
subtitle?: string | undefined;
|
|
75628
|
+
} & {
|
|
75629
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
75630
|
+
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75631
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75632
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75633
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75634
|
+
};
|
|
75635
|
+
'v-slots'?: {
|
|
75636
|
+
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75637
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75638
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75639
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75640
|
+
} | undefined;
|
|
75641
|
+
} & {
|
|
75642
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75643
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75644
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75645
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75646
|
+
} & {
|
|
75647
|
+
"onGroup:selected"?: ((val: {
|
|
75648
|
+
value: boolean;
|
|
75649
|
+
}) => any) | undefined;
|
|
75650
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
75651
|
+
__isFragment?: undefined;
|
|
75652
|
+
__isTeleport?: undefined;
|
|
75653
|
+
__isSuspense?: undefined;
|
|
75654
|
+
} & vue.ComponentOptionsBase<{
|
|
75655
|
+
error: boolean;
|
|
75656
|
+
complete: boolean;
|
|
75657
|
+
disabled: boolean;
|
|
75658
|
+
ripple: boolean | {
|
|
75659
|
+
class: string;
|
|
75660
|
+
} | undefined;
|
|
75661
|
+
rules: readonly ValidationRule[];
|
|
75662
|
+
completeIcon: string;
|
|
75663
|
+
editable: boolean;
|
|
75664
|
+
editIcon: string;
|
|
75665
|
+
errorIcon: string;
|
|
75666
|
+
} & {
|
|
75667
|
+
color?: string | undefined;
|
|
75668
|
+
value?: any;
|
|
75669
|
+
title?: string | undefined;
|
|
75670
|
+
icon?: string | undefined;
|
|
75671
|
+
selectedClass?: string | undefined;
|
|
75672
|
+
subtitle?: string | undefined;
|
|
75673
|
+
} & {
|
|
75674
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
|
75675
|
+
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75676
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75677
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75678
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75679
|
+
};
|
|
75680
|
+
'v-slots'?: {
|
|
75681
|
+
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75682
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75683
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75684
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75685
|
+
} | undefined;
|
|
75686
|
+
} & {
|
|
75687
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75688
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75689
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75690
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75691
|
+
} & {
|
|
75692
|
+
"onGroup:selected"?: ((val: {
|
|
75693
|
+
value: boolean;
|
|
75694
|
+
}) => any) | undefined;
|
|
75695
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
75696
|
+
'group:selected': (val: {
|
|
75697
|
+
value: boolean;
|
|
75698
|
+
}) => boolean;
|
|
75699
|
+
}, string, {
|
|
75700
|
+
error: boolean;
|
|
75701
|
+
complete: boolean;
|
|
75702
|
+
disabled: boolean;
|
|
75703
|
+
ripple: boolean | {
|
|
75704
|
+
class: string;
|
|
75705
|
+
} | undefined;
|
|
75706
|
+
rules: readonly ValidationRule[];
|
|
75707
|
+
completeIcon: string;
|
|
75708
|
+
editable: boolean;
|
|
75709
|
+
editIcon: string;
|
|
75710
|
+
errorIcon: string;
|
|
75711
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
75712
|
+
default: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75713
|
+
[key: string]: any;
|
|
75714
|
+
}>[];
|
|
75715
|
+
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75716
|
+
[key: string]: any;
|
|
75717
|
+
}>[];
|
|
75718
|
+
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75719
|
+
[key: string]: any;
|
|
75720
|
+
}>[];
|
|
75721
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75722
|
+
[key: string]: any;
|
|
75723
|
+
}>[];
|
|
75724
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
75725
|
+
value: null;
|
|
75726
|
+
disabled: BooleanConstructor;
|
|
75727
|
+
selectedClass: StringConstructor;
|
|
75728
|
+
color: StringConstructor;
|
|
75729
|
+
title: StringConstructor;
|
|
75730
|
+
subtitle: StringConstructor;
|
|
75731
|
+
complete: BooleanConstructor;
|
|
75732
|
+
completeIcon: {
|
|
75733
|
+
type: StringConstructor;
|
|
75734
|
+
default: string;
|
|
75735
|
+
};
|
|
75736
|
+
editable: BooleanConstructor;
|
|
75737
|
+
editIcon: {
|
|
75738
|
+
type: StringConstructor;
|
|
75739
|
+
default: string;
|
|
75740
|
+
};
|
|
75741
|
+
error: BooleanConstructor;
|
|
75742
|
+
errorIcon: {
|
|
75743
|
+
type: StringConstructor;
|
|
75744
|
+
default: string;
|
|
75745
|
+
};
|
|
75746
|
+
icon: StringConstructor;
|
|
75747
|
+
ripple: {
|
|
75748
|
+
type: PropType<boolean | {
|
|
75749
|
+
class: string;
|
|
75750
|
+
} | undefined>;
|
|
75751
|
+
default: boolean;
|
|
75752
|
+
};
|
|
75753
|
+
rules: {
|
|
75754
|
+
type: PropType<readonly ValidationRule[]>;
|
|
75755
|
+
default: () => never[];
|
|
75756
|
+
};
|
|
75757
|
+
}, vue.ExtractPropTypes<{
|
|
75758
|
+
value: null;
|
|
75759
|
+
disabled: BooleanConstructor;
|
|
75760
|
+
selectedClass: StringConstructor;
|
|
75761
|
+
color: StringConstructor;
|
|
75762
|
+
title: StringConstructor;
|
|
75763
|
+
subtitle: StringConstructor;
|
|
75764
|
+
complete: BooleanConstructor;
|
|
75765
|
+
completeIcon: {
|
|
75766
|
+
type: StringConstructor;
|
|
75767
|
+
default: string;
|
|
75768
|
+
};
|
|
75769
|
+
editable: BooleanConstructor;
|
|
75770
|
+
editIcon: {
|
|
75771
|
+
type: StringConstructor;
|
|
75772
|
+
default: string;
|
|
75773
|
+
};
|
|
75774
|
+
error: BooleanConstructor;
|
|
75775
|
+
errorIcon: {
|
|
75776
|
+
type: StringConstructor;
|
|
75777
|
+
default: string;
|
|
75778
|
+
};
|
|
75779
|
+
icon: StringConstructor;
|
|
75780
|
+
ripple: {
|
|
75781
|
+
type: PropType<boolean | {
|
|
75782
|
+
class: string;
|
|
75783
|
+
} | undefined>;
|
|
75784
|
+
default: boolean;
|
|
75785
|
+
};
|
|
75786
|
+
rules: {
|
|
75787
|
+
type: PropType<readonly ValidationRule[]>;
|
|
75788
|
+
default: () => never[];
|
|
75789
|
+
};
|
|
75790
|
+
}>>;
|
|
75791
|
+
|
|
75792
|
+
type StepperItem = string | Record<string, any>;
|
|
75793
|
+
type VStepperSlot = {
|
|
75794
|
+
prev: () => void;
|
|
75795
|
+
next: () => void;
|
|
75796
|
+
};
|
|
75797
|
+
declare const VStepper: {
|
|
75798
|
+
new (...args: any[]): {
|
|
75799
|
+
$: vue.ComponentInternalInstance;
|
|
75800
|
+
$data: {};
|
|
75801
|
+
$props: {
|
|
75802
|
+
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75803
|
+
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75804
|
+
flat?: boolean | undefined;
|
|
75805
|
+
style?: vue.StyleValue | undefined;
|
|
75806
|
+
disabled?: boolean | "next" | "prev" | undefined;
|
|
75807
|
+
multiple?: boolean | undefined;
|
|
75808
|
+
tag?: string | undefined;
|
|
75809
|
+
mandatory?: NonNullable<boolean | "force"> | undefined;
|
|
75810
|
+
items?: readonly StepperItem[] | undefined;
|
|
75811
|
+
rounded?: string | number | boolean | undefined;
|
|
75812
|
+
modelValue?: any;
|
|
75813
|
+
selectedClass?: string | undefined;
|
|
75814
|
+
itemTitle?: string | undefined;
|
|
75815
|
+
itemValue?: string | undefined;
|
|
75816
|
+
mobile?: boolean | undefined;
|
|
75817
|
+
hideActions?: boolean | undefined;
|
|
75818
|
+
prevText?: string | undefined;
|
|
75819
|
+
nextText?: string | undefined;
|
|
75820
|
+
editable?: boolean | undefined;
|
|
75821
|
+
altLabels?: boolean | undefined;
|
|
75822
|
+
nonLinear?: boolean | undefined;
|
|
75823
|
+
max?: number | undefined;
|
|
75824
|
+
key?: string | number | symbol | undefined;
|
|
75825
|
+
location?: Anchor | undefined;
|
|
75826
|
+
height?: string | number | undefined;
|
|
75827
|
+
width?: string | number | undefined;
|
|
75828
|
+
border?: string | number | boolean | undefined;
|
|
75829
|
+
color?: string | undefined;
|
|
75830
|
+
maxHeight?: string | number | undefined;
|
|
75831
|
+
maxWidth?: string | number | undefined;
|
|
75832
|
+
minHeight?: string | number | undefined;
|
|
75833
|
+
minWidth?: string | number | undefined;
|
|
75834
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
75835
|
+
class?: any;
|
|
75836
|
+
$children?: vue.VNodeChild | ((arg: StepperItem) => vue.VNodeChild) | {
|
|
75837
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75838
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75839
|
+
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
75840
|
+
default?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75841
|
+
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75842
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75843
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75844
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75845
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75846
|
+
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75847
|
+
};
|
|
75848
|
+
elevation?: string | number | undefined;
|
|
75849
|
+
ref?: vue.VNodeRef | undefined;
|
|
75850
|
+
ref_for?: boolean | undefined;
|
|
75851
|
+
ref_key?: string | undefined;
|
|
75852
|
+
theme?: string | undefined;
|
|
75853
|
+
"v-slot:default"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75854
|
+
'v-slots'?: {
|
|
75855
|
+
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75856
|
+
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75857
|
+
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
75858
|
+
default?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75859
|
+
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75860
|
+
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75861
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75862
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75863
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75864
|
+
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75865
|
+
} | undefined;
|
|
75866
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75867
|
+
[key: string]: any;
|
|
75868
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75869
|
+
[key: string]: any;
|
|
75870
|
+
}>) => void)[] | undefined;
|
|
75871
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75872
|
+
[key: string]: any;
|
|
75873
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75874
|
+
[key: string]: any;
|
|
75875
|
+
}>) => void)[] | undefined;
|
|
75876
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75877
|
+
[key: string]: any;
|
|
75878
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75879
|
+
[key: string]: any;
|
|
75880
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75881
|
+
[key: string]: any;
|
|
75882
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75883
|
+
[key: string]: any;
|
|
75884
|
+
}>) => void)[] | undefined;
|
|
75885
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75886
|
+
[key: string]: any;
|
|
75887
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75888
|
+
[key: string]: any;
|
|
75889
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75890
|
+
[key: string]: any;
|
|
75891
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75892
|
+
[key: string]: any;
|
|
75893
|
+
}>) => void)[] | undefined;
|
|
75894
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75895
|
+
[key: string]: any;
|
|
75896
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75897
|
+
[key: string]: any;
|
|
75898
|
+
}>) => void)[] | undefined;
|
|
75899
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75900
|
+
[key: string]: any;
|
|
75901
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75902
|
+
[key: string]: any;
|
|
75903
|
+
}>) => void)[] | undefined;
|
|
75904
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75905
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
75906
|
+
bgColor?: string | undefined;
|
|
75907
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75908
|
+
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75909
|
+
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75910
|
+
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
75911
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75912
|
+
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75913
|
+
};
|
|
75914
|
+
$attrs: {
|
|
75915
|
+
[x: string]: unknown;
|
|
75916
|
+
};
|
|
75917
|
+
$refs: {
|
|
75918
|
+
[x: string]: unknown;
|
|
75919
|
+
};
|
|
75920
|
+
$slots: Readonly<{
|
|
75921
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75922
|
+
[key: string]: any;
|
|
75923
|
+
}>[]) | undefined;
|
|
75924
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75925
|
+
[key: string]: any;
|
|
75926
|
+
}>[]) | undefined;
|
|
75927
|
+
actions?: ((arg: VStepperSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75928
|
+
[key: string]: any;
|
|
75929
|
+
}>[]) | undefined;
|
|
75930
|
+
default?: ((arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75931
|
+
[key: string]: any;
|
|
75932
|
+
}>[]) | undefined;
|
|
75933
|
+
header?: ((arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75934
|
+
[key: string]: any;
|
|
75935
|
+
}>[]) | undefined;
|
|
75936
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75937
|
+
[key: string]: any;
|
|
75938
|
+
}>[]) | undefined;
|
|
75939
|
+
icon?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75940
|
+
[key: string]: any;
|
|
75941
|
+
}>[]) | undefined;
|
|
75942
|
+
title?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75943
|
+
[key: string]: any;
|
|
75944
|
+
}>[]) | undefined;
|
|
75945
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75946
|
+
[key: string]: any;
|
|
75947
|
+
}>[]) | undefined;
|
|
75948
|
+
item?: ((arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
75949
|
+
[key: string]: any;
|
|
75950
|
+
}>[]) | undefined;
|
|
75951
|
+
}>;
|
|
75952
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
75953
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
75954
|
+
$emit: (event: "update:modelValue", v: unknown) => void;
|
|
75955
|
+
$el: any;
|
|
75956
|
+
$options: vue.ComponentOptionsBase<{
|
|
75957
|
+
flat: boolean;
|
|
75958
|
+
style: vue.StyleValue;
|
|
75959
|
+
disabled: boolean | "next" | "prev";
|
|
75960
|
+
multiple: boolean;
|
|
75961
|
+
tag: string;
|
|
75962
|
+
mandatory: NonNullable<boolean | "force">;
|
|
75963
|
+
items: readonly StepperItem[];
|
|
75964
|
+
selectedClass: string;
|
|
75965
|
+
itemTitle: string;
|
|
75966
|
+
itemValue: string;
|
|
75967
|
+
mobile: boolean;
|
|
75968
|
+
hideActions: boolean;
|
|
75969
|
+
prevText: string;
|
|
75970
|
+
nextText: string;
|
|
75971
|
+
editable: boolean;
|
|
75972
|
+
altLabels: boolean;
|
|
75973
|
+
nonLinear: boolean;
|
|
75974
|
+
} & {
|
|
75975
|
+
max?: number | undefined;
|
|
75976
|
+
location?: Anchor | undefined;
|
|
75977
|
+
height?: string | number | undefined;
|
|
75978
|
+
width?: string | number | undefined;
|
|
75979
|
+
border?: string | number | boolean | undefined;
|
|
75980
|
+
color?: string | undefined;
|
|
75981
|
+
maxHeight?: string | number | undefined;
|
|
75982
|
+
maxWidth?: string | number | undefined;
|
|
75983
|
+
minHeight?: string | number | undefined;
|
|
75984
|
+
minWidth?: string | number | undefined;
|
|
75985
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
75986
|
+
class?: any;
|
|
75987
|
+
elevation?: string | number | undefined;
|
|
75988
|
+
theme?: string | undefined;
|
|
75989
|
+
rounded?: string | number | boolean | undefined;
|
|
75990
|
+
modelValue?: any;
|
|
75991
|
+
bgColor?: string | undefined;
|
|
75992
|
+
} & {
|
|
75993
|
+
$children?: vue.VNodeChild | ((arg: StepperItem) => vue.VNodeChild) | {
|
|
75994
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
75995
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75996
|
+
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
75997
|
+
default?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75998
|
+
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
75999
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76000
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76001
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76002
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76003
|
+
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76004
|
+
};
|
|
76005
|
+
'v-slots'?: {
|
|
76006
|
+
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76007
|
+
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76008
|
+
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76009
|
+
default?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76010
|
+
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76011
|
+
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76012
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76013
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76014
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76015
|
+
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76016
|
+
} | undefined;
|
|
76017
|
+
} & {
|
|
76018
|
+
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76019
|
+
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76020
|
+
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76021
|
+
"v-slot:default"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76022
|
+
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76023
|
+
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76024
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76025
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76026
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76027
|
+
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76028
|
+
} & {
|
|
76029
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
76030
|
+
}, {
|
|
76031
|
+
prev: () => void;
|
|
76032
|
+
next: () => void;
|
|
76033
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
76034
|
+
'update:modelValue': (v: unknown) => boolean;
|
|
76035
|
+
}, string, {
|
|
76036
|
+
flat: boolean;
|
|
76037
|
+
style: vue.StyleValue;
|
|
76038
|
+
disabled: boolean | "next" | "prev";
|
|
76039
|
+
multiple: boolean;
|
|
76040
|
+
tag: string;
|
|
76041
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76042
|
+
items: readonly StepperItem[];
|
|
76043
|
+
rounded: string | number | boolean;
|
|
76044
|
+
modelValue: any;
|
|
76045
|
+
selectedClass: string;
|
|
76046
|
+
itemTitle: string;
|
|
76047
|
+
itemValue: string;
|
|
76048
|
+
mobile: boolean;
|
|
76049
|
+
hideActions: boolean;
|
|
76050
|
+
prevText: string;
|
|
76051
|
+
nextText: string;
|
|
76052
|
+
editable: boolean;
|
|
76053
|
+
altLabels: boolean;
|
|
76054
|
+
nonLinear: boolean;
|
|
76055
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76056
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76057
|
+
[key: string]: any;
|
|
76058
|
+
}>[];
|
|
76059
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76060
|
+
[key: string]: any;
|
|
76061
|
+
}>[];
|
|
76062
|
+
actions: (arg: VStepperSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76063
|
+
[key: string]: any;
|
|
76064
|
+
}>[];
|
|
76065
|
+
default: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76066
|
+
[key: string]: any;
|
|
76067
|
+
}>[];
|
|
76068
|
+
header: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76069
|
+
[key: string]: any;
|
|
76070
|
+
}>[];
|
|
76071
|
+
'header-item': (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76072
|
+
[key: string]: any;
|
|
76073
|
+
}>[];
|
|
76074
|
+
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76075
|
+
[key: string]: any;
|
|
76076
|
+
}>[];
|
|
76077
|
+
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76078
|
+
[key: string]: any;
|
|
76079
|
+
}>[];
|
|
76080
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76081
|
+
[key: string]: any;
|
|
76082
|
+
}>[];
|
|
76083
|
+
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76084
|
+
[key: string]: any;
|
|
76085
|
+
}>[];
|
|
76086
|
+
}>>> & {
|
|
76087
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
76088
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
76089
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
76090
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76091
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
76092
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
76093
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
76094
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
76095
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
76096
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
76097
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
76098
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76099
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76100
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76101
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
76102
|
+
};
|
|
76103
|
+
$forceUpdate: () => void;
|
|
76104
|
+
$nextTick: typeof vue.nextTick;
|
|
76105
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
76106
|
+
} & {
|
|
76107
|
+
flat: boolean;
|
|
76108
|
+
style: vue.StyleValue;
|
|
76109
|
+
disabled: boolean | "next" | "prev";
|
|
76110
|
+
multiple: boolean;
|
|
76111
|
+
tag: string;
|
|
76112
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76113
|
+
items: readonly StepperItem[];
|
|
76114
|
+
selectedClass: string;
|
|
76115
|
+
itemTitle: string;
|
|
76116
|
+
itemValue: string;
|
|
76117
|
+
mobile: boolean;
|
|
76118
|
+
hideActions: boolean;
|
|
76119
|
+
prevText: string;
|
|
76120
|
+
nextText: string;
|
|
76121
|
+
editable: boolean;
|
|
76122
|
+
altLabels: boolean;
|
|
76123
|
+
nonLinear: boolean;
|
|
76124
|
+
} & {
|
|
76125
|
+
max?: number | undefined;
|
|
76126
|
+
location?: Anchor | undefined;
|
|
76127
|
+
height?: string | number | undefined;
|
|
76128
|
+
width?: string | number | undefined;
|
|
76129
|
+
border?: string | number | boolean | undefined;
|
|
76130
|
+
color?: string | undefined;
|
|
76131
|
+
maxHeight?: string | number | undefined;
|
|
76132
|
+
maxWidth?: string | number | undefined;
|
|
76133
|
+
minHeight?: string | number | undefined;
|
|
76134
|
+
minWidth?: string | number | undefined;
|
|
76135
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
76136
|
+
class?: any;
|
|
76137
|
+
elevation?: string | number | undefined;
|
|
76138
|
+
theme?: string | undefined;
|
|
76139
|
+
rounded?: string | number | boolean | undefined;
|
|
76140
|
+
modelValue?: any;
|
|
76141
|
+
bgColor?: string | undefined;
|
|
76142
|
+
} & {
|
|
76143
|
+
$children?: vue.VNodeChild | ((arg: StepperItem) => vue.VNodeChild) | {
|
|
76144
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76145
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76146
|
+
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76147
|
+
default?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76148
|
+
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76149
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76150
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76151
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76152
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76153
|
+
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76154
|
+
};
|
|
76155
|
+
'v-slots'?: {
|
|
76156
|
+
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76157
|
+
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76158
|
+
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76159
|
+
default?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76160
|
+
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76161
|
+
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76162
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76163
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76164
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76165
|
+
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76166
|
+
} | undefined;
|
|
76167
|
+
} & {
|
|
76168
|
+
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76169
|
+
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76170
|
+
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76171
|
+
"v-slot:default"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76172
|
+
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76173
|
+
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76174
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76175
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76176
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76177
|
+
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76178
|
+
} & {
|
|
76179
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
76180
|
+
} & vue.ShallowUnwrapRef<{
|
|
76181
|
+
prev: () => void;
|
|
76182
|
+
next: () => void;
|
|
76183
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
76184
|
+
__isFragment?: undefined;
|
|
76185
|
+
__isTeleport?: undefined;
|
|
76186
|
+
__isSuspense?: undefined;
|
|
76187
|
+
} & vue.ComponentOptionsBase<{
|
|
76188
|
+
flat: boolean;
|
|
76189
|
+
style: vue.StyleValue;
|
|
76190
|
+
disabled: boolean | "next" | "prev";
|
|
76191
|
+
multiple: boolean;
|
|
76192
|
+
tag: string;
|
|
76193
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76194
|
+
items: readonly StepperItem[];
|
|
76195
|
+
selectedClass: string;
|
|
76196
|
+
itemTitle: string;
|
|
76197
|
+
itemValue: string;
|
|
76198
|
+
mobile: boolean;
|
|
76199
|
+
hideActions: boolean;
|
|
76200
|
+
prevText: string;
|
|
76201
|
+
nextText: string;
|
|
76202
|
+
editable: boolean;
|
|
76203
|
+
altLabels: boolean;
|
|
76204
|
+
nonLinear: boolean;
|
|
76205
|
+
} & {
|
|
76206
|
+
max?: number | undefined;
|
|
76207
|
+
location?: Anchor | undefined;
|
|
76208
|
+
height?: string | number | undefined;
|
|
76209
|
+
width?: string | number | undefined;
|
|
76210
|
+
border?: string | number | boolean | undefined;
|
|
76211
|
+
color?: string | undefined;
|
|
76212
|
+
maxHeight?: string | number | undefined;
|
|
76213
|
+
maxWidth?: string | number | undefined;
|
|
76214
|
+
minHeight?: string | number | undefined;
|
|
76215
|
+
minWidth?: string | number | undefined;
|
|
76216
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
76217
|
+
class?: any;
|
|
76218
|
+
elevation?: string | number | undefined;
|
|
76219
|
+
theme?: string | undefined;
|
|
76220
|
+
rounded?: string | number | boolean | undefined;
|
|
76221
|
+
modelValue?: any;
|
|
76222
|
+
bgColor?: string | undefined;
|
|
76223
|
+
} & {
|
|
76224
|
+
$children?: vue.VNodeChild | ((arg: StepperItem) => vue.VNodeChild) | {
|
|
76225
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76226
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76227
|
+
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76228
|
+
default?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76229
|
+
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76230
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76231
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76232
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76233
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76234
|
+
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76235
|
+
};
|
|
76236
|
+
'v-slots'?: {
|
|
76237
|
+
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76238
|
+
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76239
|
+
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76240
|
+
default?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76241
|
+
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76242
|
+
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76243
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76244
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76245
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76246
|
+
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76247
|
+
} | undefined;
|
|
76248
|
+
} & {
|
|
76249
|
+
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76250
|
+
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76251
|
+
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
|
76252
|
+
"v-slot:default"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76253
|
+
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76254
|
+
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76255
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76256
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76257
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
76258
|
+
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
|
76259
|
+
} & {
|
|
76260
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
76261
|
+
}, {
|
|
76262
|
+
prev: () => void;
|
|
76263
|
+
next: () => void;
|
|
76264
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
76265
|
+
'update:modelValue': (v: unknown) => boolean;
|
|
76266
|
+
}, string, {
|
|
76267
|
+
flat: boolean;
|
|
76268
|
+
style: vue.StyleValue;
|
|
76269
|
+
disabled: boolean | "next" | "prev";
|
|
76270
|
+
multiple: boolean;
|
|
76271
|
+
tag: string;
|
|
76272
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76273
|
+
items: readonly StepperItem[];
|
|
76274
|
+
rounded: string | number | boolean;
|
|
76275
|
+
modelValue: any;
|
|
76276
|
+
selectedClass: string;
|
|
76277
|
+
itemTitle: string;
|
|
76278
|
+
itemValue: string;
|
|
76279
|
+
mobile: boolean;
|
|
76280
|
+
hideActions: boolean;
|
|
76281
|
+
prevText: string;
|
|
76282
|
+
nextText: string;
|
|
76283
|
+
editable: boolean;
|
|
76284
|
+
altLabels: boolean;
|
|
76285
|
+
nonLinear: boolean;
|
|
76286
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76287
|
+
[x: `header-item.${string}`]: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76288
|
+
[key: string]: any;
|
|
76289
|
+
}>[];
|
|
76290
|
+
[x: `item.${string}`]: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76291
|
+
[key: string]: any;
|
|
76292
|
+
}>[];
|
|
76293
|
+
actions: (arg: VStepperSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76294
|
+
[key: string]: any;
|
|
76295
|
+
}>[];
|
|
76296
|
+
default: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76297
|
+
[key: string]: any;
|
|
76298
|
+
}>[];
|
|
76299
|
+
header: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76300
|
+
[key: string]: any;
|
|
76301
|
+
}>[];
|
|
76302
|
+
'header-item': (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76303
|
+
[key: string]: any;
|
|
76304
|
+
}>[];
|
|
76305
|
+
icon: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76306
|
+
[key: string]: any;
|
|
76307
|
+
}>[];
|
|
76308
|
+
title: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76309
|
+
[key: string]: any;
|
|
76310
|
+
}>[];
|
|
76311
|
+
subtitle: (arg: StepperItemSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76312
|
+
[key: string]: any;
|
|
76313
|
+
}>[];
|
|
76314
|
+
item: (arg: StepperItem) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76315
|
+
[key: string]: any;
|
|
76316
|
+
}>[];
|
|
76317
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
76318
|
+
color: StringConstructor;
|
|
76319
|
+
disabled: {
|
|
76320
|
+
type: PropType<boolean | "next" | "prev">;
|
|
76321
|
+
default: boolean;
|
|
76322
|
+
};
|
|
76323
|
+
prevText: {
|
|
76324
|
+
type: StringConstructor;
|
|
76325
|
+
default: string;
|
|
76326
|
+
};
|
|
76327
|
+
nextText: {
|
|
76328
|
+
type: StringConstructor;
|
|
76329
|
+
default: string;
|
|
76330
|
+
};
|
|
76331
|
+
location: PropType<Anchor>;
|
|
76332
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
76333
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
76334
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
76335
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
76336
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
76337
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
76338
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
76339
|
+
position: {
|
|
76340
|
+
type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
76341
|
+
validator: (v: any) => boolean;
|
|
76342
|
+
};
|
|
76343
|
+
style: {
|
|
76344
|
+
type: PropType<vue.StyleValue>;
|
|
76345
|
+
default: null;
|
|
76346
|
+
};
|
|
76347
|
+
class: PropType<any>;
|
|
76348
|
+
tag: {
|
|
76349
|
+
type: StringConstructor;
|
|
76350
|
+
default: string;
|
|
76351
|
+
};
|
|
76352
|
+
elevation: {
|
|
76353
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
76354
|
+
validator(v: any): boolean;
|
|
76355
|
+
};
|
|
76356
|
+
theme: StringConstructor;
|
|
76357
|
+
rounded: {
|
|
76358
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
76359
|
+
default: undefined;
|
|
76360
|
+
};
|
|
76361
|
+
modelValue: {
|
|
76362
|
+
type: null;
|
|
76363
|
+
default: undefined;
|
|
76364
|
+
};
|
|
76365
|
+
multiple: BooleanConstructor;
|
|
76366
|
+
mandatory: {
|
|
76367
|
+
type: PropType<NonNullable<boolean | "force">>;
|
|
76368
|
+
default: NonNullable<boolean | "force">;
|
|
76369
|
+
};
|
|
76370
|
+
max: NumberConstructor;
|
|
76371
|
+
selectedClass: {
|
|
76372
|
+
type: PropType<string>;
|
|
76373
|
+
default: string;
|
|
76374
|
+
};
|
|
76375
|
+
altLabels: BooleanConstructor;
|
|
76376
|
+
bgColor: StringConstructor;
|
|
76377
|
+
editable: BooleanConstructor;
|
|
76378
|
+
hideActions: BooleanConstructor;
|
|
76379
|
+
items: {
|
|
76380
|
+
type: PropType<readonly StepperItem[]>;
|
|
76381
|
+
default: () => never[];
|
|
76382
|
+
};
|
|
76383
|
+
itemTitle: {
|
|
76384
|
+
type: StringConstructor;
|
|
76385
|
+
default: string;
|
|
76386
|
+
};
|
|
76387
|
+
itemValue: {
|
|
76388
|
+
type: StringConstructor;
|
|
76389
|
+
default: string;
|
|
76390
|
+
};
|
|
76391
|
+
mobile: BooleanConstructor;
|
|
76392
|
+
nonLinear: BooleanConstructor;
|
|
76393
|
+
flat: BooleanConstructor;
|
|
76394
|
+
}, vue.ExtractPropTypes<{
|
|
76395
|
+
color: StringConstructor;
|
|
76396
|
+
disabled: {
|
|
76397
|
+
type: PropType<boolean | "next" | "prev">;
|
|
76398
|
+
default: boolean;
|
|
76399
|
+
};
|
|
76400
|
+
prevText: {
|
|
76401
|
+
type: StringConstructor;
|
|
76402
|
+
default: string;
|
|
76403
|
+
};
|
|
76404
|
+
nextText: {
|
|
76405
|
+
type: StringConstructor;
|
|
76406
|
+
default: string;
|
|
76407
|
+
};
|
|
76408
|
+
location: PropType<Anchor>;
|
|
76409
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
76410
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
76411
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
76412
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
76413
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
76414
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
76415
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
76416
|
+
position: {
|
|
76417
|
+
type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
|
|
76418
|
+
validator: (v: any) => boolean;
|
|
76419
|
+
};
|
|
76420
|
+
style: {
|
|
76421
|
+
type: PropType<vue.StyleValue>;
|
|
76422
|
+
default: null;
|
|
76423
|
+
};
|
|
76424
|
+
class: PropType<any>;
|
|
76425
|
+
tag: {
|
|
76426
|
+
type: StringConstructor;
|
|
76427
|
+
default: string;
|
|
76428
|
+
};
|
|
76429
|
+
elevation: {
|
|
76430
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
76431
|
+
validator(v: any): boolean;
|
|
76432
|
+
};
|
|
76433
|
+
theme: StringConstructor;
|
|
76434
|
+
rounded: {
|
|
76435
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
76436
|
+
default: undefined;
|
|
76437
|
+
};
|
|
76438
|
+
modelValue: {
|
|
76439
|
+
type: null;
|
|
76440
|
+
default: undefined;
|
|
76441
|
+
};
|
|
76442
|
+
multiple: BooleanConstructor;
|
|
76443
|
+
mandatory: {
|
|
76444
|
+
type: PropType<NonNullable<boolean | "force">>;
|
|
76445
|
+
default: NonNullable<boolean | "force">;
|
|
76446
|
+
};
|
|
76447
|
+
max: NumberConstructor;
|
|
76448
|
+
selectedClass: {
|
|
76449
|
+
type: PropType<string>;
|
|
76450
|
+
default: string;
|
|
76451
|
+
};
|
|
76452
|
+
altLabels: BooleanConstructor;
|
|
76453
|
+
bgColor: StringConstructor;
|
|
76454
|
+
editable: BooleanConstructor;
|
|
76455
|
+
hideActions: BooleanConstructor;
|
|
76456
|
+
items: {
|
|
76457
|
+
type: PropType<readonly StepperItem[]>;
|
|
76458
|
+
default: () => never[];
|
|
76459
|
+
};
|
|
76460
|
+
itemTitle: {
|
|
76461
|
+
type: StringConstructor;
|
|
76462
|
+
default: string;
|
|
76463
|
+
};
|
|
76464
|
+
itemValue: {
|
|
76465
|
+
type: StringConstructor;
|
|
76466
|
+
default: string;
|
|
76467
|
+
};
|
|
76468
|
+
mobile: BooleanConstructor;
|
|
76469
|
+
nonLinear: BooleanConstructor;
|
|
76470
|
+
flat: BooleanConstructor;
|
|
76471
|
+
}>>;
|
|
76472
|
+
|
|
76473
|
+
declare const VStepperActions: {
|
|
76474
|
+
new (...args: any[]): {
|
|
76475
|
+
$: vue.ComponentInternalInstance;
|
|
76476
|
+
$data: {};
|
|
76477
|
+
$props: {
|
|
76478
|
+
disabled?: boolean | "next" | "prev" | undefined;
|
|
76479
|
+
prevText?: string | undefined;
|
|
76480
|
+
nextText?: string | undefined;
|
|
76481
|
+
key?: string | number | symbol | undefined;
|
|
76482
|
+
color?: string | undefined;
|
|
76483
|
+
style?: unknown;
|
|
76484
|
+
class?: unknown;
|
|
76485
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76486
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76487
|
+
};
|
|
76488
|
+
ref?: vue.VNodeRef | undefined;
|
|
76489
|
+
ref_for?: boolean | undefined;
|
|
76490
|
+
ref_key?: string | undefined;
|
|
76491
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76492
|
+
'v-slots'?: {
|
|
76493
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76494
|
+
} | undefined;
|
|
76495
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76496
|
+
[key: string]: any;
|
|
76497
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76498
|
+
[key: string]: any;
|
|
76499
|
+
}>) => void)[] | undefined;
|
|
76500
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76501
|
+
[key: string]: any;
|
|
76502
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76503
|
+
[key: string]: any;
|
|
76504
|
+
}>) => void)[] | undefined;
|
|
76505
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76506
|
+
[key: string]: any;
|
|
76507
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76508
|
+
[key: string]: any;
|
|
76509
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76510
|
+
[key: string]: any;
|
|
76511
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76512
|
+
[key: string]: any;
|
|
76513
|
+
}>) => void)[] | undefined;
|
|
76514
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76515
|
+
[key: string]: any;
|
|
76516
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76517
|
+
[key: string]: any;
|
|
76518
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76519
|
+
[key: string]: any;
|
|
76520
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76521
|
+
[key: string]: any;
|
|
76522
|
+
}>) => void)[] | undefined;
|
|
76523
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76524
|
+
[key: string]: any;
|
|
76525
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76526
|
+
[key: string]: any;
|
|
76527
|
+
}>) => void)[] | undefined;
|
|
76528
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76529
|
+
[key: string]: any;
|
|
76530
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76531
|
+
[key: string]: any;
|
|
76532
|
+
}>) => void)[] | undefined;
|
|
76533
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
76534
|
+
"onClick:next"?: (() => any) | undefined;
|
|
76535
|
+
};
|
|
76536
|
+
$attrs: {
|
|
76537
|
+
[x: string]: unknown;
|
|
76538
|
+
};
|
|
76539
|
+
$refs: {
|
|
76540
|
+
[x: string]: unknown;
|
|
76541
|
+
};
|
|
76542
|
+
$slots: Readonly<{
|
|
76543
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76544
|
+
[key: string]: any;
|
|
76545
|
+
}>[]) | undefined;
|
|
76546
|
+
}>;
|
|
76547
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76548
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76549
|
+
$emit: ((event: "click:prev") => void) & ((event: "click:next") => void);
|
|
76550
|
+
$el: any;
|
|
76551
|
+
$options: vue.ComponentOptionsBase<{
|
|
76552
|
+
disabled: boolean | "next" | "prev";
|
|
76553
|
+
prevText: string;
|
|
76554
|
+
nextText: string;
|
|
76555
|
+
} & {
|
|
76556
|
+
color?: string | undefined;
|
|
76557
|
+
} & {
|
|
76558
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76559
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76560
|
+
};
|
|
76561
|
+
'v-slots'?: {
|
|
76562
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76563
|
+
} | undefined;
|
|
76564
|
+
} & {
|
|
76565
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76566
|
+
} & {
|
|
76567
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
76568
|
+
"onClick:next"?: (() => any) | undefined;
|
|
76569
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
76570
|
+
'click:prev': () => true;
|
|
76571
|
+
'click:next': () => true;
|
|
76572
|
+
}, string, {
|
|
76573
|
+
disabled: boolean | "next" | "prev";
|
|
76574
|
+
prevText: string;
|
|
76575
|
+
nextText: string;
|
|
76576
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76577
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76578
|
+
[key: string]: any;
|
|
76579
|
+
}>[];
|
|
76580
|
+
}>>> & {
|
|
76581
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
76582
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
76583
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
76584
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76585
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
76586
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
76587
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
76588
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
76589
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
76590
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
76591
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
76592
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76593
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76594
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76595
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
76596
|
+
};
|
|
76597
|
+
$forceUpdate: () => void;
|
|
76598
|
+
$nextTick: typeof vue.nextTick;
|
|
76599
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
76600
|
+
} & {
|
|
76601
|
+
disabled: boolean | "next" | "prev";
|
|
76602
|
+
prevText: string;
|
|
76603
|
+
nextText: string;
|
|
76604
|
+
} & {
|
|
76605
|
+
color?: string | undefined;
|
|
76606
|
+
} & {
|
|
76607
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76608
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76609
|
+
};
|
|
76610
|
+
'v-slots'?: {
|
|
76611
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76612
|
+
} | undefined;
|
|
76613
|
+
} & {
|
|
76614
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76615
|
+
} & {
|
|
76616
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
76617
|
+
"onClick:next"?: (() => any) | undefined;
|
|
76618
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
76619
|
+
__isFragment?: undefined;
|
|
76620
|
+
__isTeleport?: undefined;
|
|
76621
|
+
__isSuspense?: undefined;
|
|
76622
|
+
} & vue.ComponentOptionsBase<{
|
|
76623
|
+
disabled: boolean | "next" | "prev";
|
|
76624
|
+
prevText: string;
|
|
76625
|
+
nextText: string;
|
|
76626
|
+
} & {
|
|
76627
|
+
color?: string | undefined;
|
|
76628
|
+
} & {
|
|
76629
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76630
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76631
|
+
};
|
|
76632
|
+
'v-slots'?: {
|
|
76633
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76634
|
+
} | undefined;
|
|
76635
|
+
} & {
|
|
76636
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76637
|
+
} & {
|
|
76638
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
76639
|
+
"onClick:next"?: (() => any) | undefined;
|
|
76640
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
76641
|
+
'click:prev': () => true;
|
|
76642
|
+
'click:next': () => true;
|
|
76643
|
+
}, string, {
|
|
76644
|
+
disabled: boolean | "next" | "prev";
|
|
76645
|
+
prevText: string;
|
|
76646
|
+
nextText: string;
|
|
76647
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76648
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76649
|
+
[key: string]: any;
|
|
76650
|
+
}>[];
|
|
76651
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
76652
|
+
color: StringConstructor;
|
|
76653
|
+
disabled: {
|
|
76654
|
+
type: PropType<boolean | "next" | "prev">;
|
|
76655
|
+
default: boolean;
|
|
76656
|
+
};
|
|
76657
|
+
prevText: {
|
|
76658
|
+
type: StringConstructor;
|
|
76659
|
+
default: string;
|
|
76660
|
+
};
|
|
76661
|
+
nextText: {
|
|
76662
|
+
type: StringConstructor;
|
|
76663
|
+
default: string;
|
|
76664
|
+
};
|
|
76665
|
+
}, vue.ExtractPropTypes<{
|
|
76666
|
+
color: StringConstructor;
|
|
76667
|
+
disabled: {
|
|
76668
|
+
type: PropType<boolean | "next" | "prev">;
|
|
76669
|
+
default: boolean;
|
|
76670
|
+
};
|
|
76671
|
+
prevText: {
|
|
76672
|
+
type: StringConstructor;
|
|
76673
|
+
default: string;
|
|
76674
|
+
};
|
|
76675
|
+
nextText: {
|
|
76676
|
+
type: StringConstructor;
|
|
76677
|
+
default: string;
|
|
76678
|
+
};
|
|
76679
|
+
}>>;
|
|
76680
|
+
|
|
76681
|
+
declare const VStepperHeader: {
|
|
76682
|
+
new (...args: any[]): {
|
|
76683
|
+
$: vue.ComponentInternalInstance;
|
|
76684
|
+
$data: {};
|
|
76685
|
+
$props: {
|
|
76686
|
+
style?: vue.StyleValue | undefined;
|
|
76687
|
+
tag?: string | undefined;
|
|
76688
|
+
key?: string | number | symbol | undefined;
|
|
76689
|
+
class?: any;
|
|
76690
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76691
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76692
|
+
};
|
|
76693
|
+
ref?: vue.VNodeRef | undefined;
|
|
76694
|
+
ref_for?: boolean | undefined;
|
|
76695
|
+
ref_key?: string | undefined;
|
|
76696
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76697
|
+
'v-slots'?: {
|
|
76698
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76699
|
+
} | undefined;
|
|
76700
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76701
|
+
[key: string]: any;
|
|
76702
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76703
|
+
[key: string]: any;
|
|
76704
|
+
}>) => void)[] | undefined;
|
|
76705
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76706
|
+
[key: string]: any;
|
|
76707
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76708
|
+
[key: string]: any;
|
|
76709
|
+
}>) => void)[] | undefined;
|
|
76710
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76711
|
+
[key: string]: any;
|
|
76712
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76713
|
+
[key: string]: any;
|
|
76714
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76715
|
+
[key: string]: any;
|
|
76716
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76717
|
+
[key: string]: any;
|
|
76718
|
+
}>) => void)[] | undefined;
|
|
76719
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76720
|
+
[key: string]: any;
|
|
76721
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76722
|
+
[key: string]: any;
|
|
76723
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76724
|
+
[key: string]: any;
|
|
76725
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76726
|
+
[key: string]: any;
|
|
76727
|
+
}>) => void)[] | undefined;
|
|
76728
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76729
|
+
[key: string]: any;
|
|
76730
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76731
|
+
[key: string]: any;
|
|
76732
|
+
}>) => void)[] | undefined;
|
|
76733
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76734
|
+
[key: string]: any;
|
|
76735
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76736
|
+
[key: string]: any;
|
|
76737
|
+
}>) => void)[] | undefined;
|
|
76738
|
+
};
|
|
76739
|
+
$attrs: {
|
|
76740
|
+
[x: string]: unknown;
|
|
76741
|
+
};
|
|
76742
|
+
$refs: {
|
|
76743
|
+
[x: string]: unknown;
|
|
76744
|
+
};
|
|
76745
|
+
$slots: Readonly<{
|
|
76746
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76747
|
+
[key: string]: any;
|
|
76748
|
+
}>[]) | undefined;
|
|
76749
|
+
}>;
|
|
76750
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76751
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76752
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
76753
|
+
$el: any;
|
|
76754
|
+
$options: vue.ComponentOptionsBase<{
|
|
76755
|
+
style: vue.StyleValue;
|
|
76756
|
+
tag: string;
|
|
76757
|
+
} & {
|
|
76758
|
+
class?: any;
|
|
76759
|
+
} & {
|
|
76760
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76761
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76762
|
+
};
|
|
76763
|
+
'v-slots'?: {
|
|
76764
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76765
|
+
} | undefined;
|
|
76766
|
+
} & {
|
|
76767
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76768
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76769
|
+
[key: string]: any;
|
|
76770
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
76771
|
+
style: vue.StyleValue;
|
|
76772
|
+
tag: string;
|
|
76773
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76774
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76775
|
+
[key: string]: any;
|
|
76776
|
+
}>[];
|
|
76777
|
+
}>>> & {
|
|
76778
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
76779
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
76780
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
76781
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76782
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
76783
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
76784
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
76785
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
76786
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
76787
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
76788
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
76789
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
76790
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76791
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
76792
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
76793
|
+
};
|
|
76794
|
+
$forceUpdate: () => void;
|
|
76795
|
+
$nextTick: typeof vue.nextTick;
|
|
76796
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
76797
|
+
} & {
|
|
76798
|
+
style: vue.StyleValue;
|
|
76799
|
+
tag: string;
|
|
76800
|
+
} & {
|
|
76801
|
+
class?: any;
|
|
76802
|
+
} & {
|
|
76803
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76804
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76805
|
+
};
|
|
76806
|
+
'v-slots'?: {
|
|
76807
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76808
|
+
} | undefined;
|
|
76809
|
+
} & {
|
|
76810
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76811
|
+
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76812
|
+
[key: string]: any;
|
|
76813
|
+
}>> & {} & vue.ComponentCustomProperties & {};
|
|
76814
|
+
__isFragment?: undefined;
|
|
76815
|
+
__isTeleport?: undefined;
|
|
76816
|
+
__isSuspense?: undefined;
|
|
76817
|
+
} & vue.ComponentOptionsBase<{
|
|
76818
|
+
style: vue.StyleValue;
|
|
76819
|
+
tag: string;
|
|
76820
|
+
} & {
|
|
76821
|
+
class?: any;
|
|
76822
|
+
} & {
|
|
76823
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76824
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76825
|
+
};
|
|
76826
|
+
'v-slots'?: {
|
|
76827
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76828
|
+
} | undefined;
|
|
76829
|
+
} & {
|
|
76830
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76831
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76832
|
+
[key: string]: any;
|
|
76833
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
76834
|
+
style: vue.StyleValue;
|
|
76835
|
+
tag: string;
|
|
76836
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76837
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76838
|
+
[key: string]: any;
|
|
76839
|
+
}>[];
|
|
76840
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
76841
|
+
class: vue.PropType<any>;
|
|
76842
|
+
style: {
|
|
76843
|
+
type: vue.PropType<vue.StyleValue>;
|
|
76844
|
+
default: null;
|
|
76845
|
+
};
|
|
76846
|
+
tag: {
|
|
76847
|
+
type: StringConstructor;
|
|
76848
|
+
default: string;
|
|
76849
|
+
};
|
|
76850
|
+
}, vue.ExtractPropTypes<{
|
|
76851
|
+
class: vue.PropType<any>;
|
|
76852
|
+
style: {
|
|
76853
|
+
type: vue.PropType<vue.StyleValue>;
|
|
76854
|
+
default: null;
|
|
76855
|
+
};
|
|
76856
|
+
tag: {
|
|
76857
|
+
type: StringConstructor;
|
|
76858
|
+
default: string;
|
|
76859
|
+
};
|
|
76860
|
+
}>>;
|
|
76861
|
+
type VStepperHeader = InstanceType<typeof VStepperHeader>;
|
|
76862
|
+
|
|
76863
|
+
declare const VStepperWindow: {
|
|
76864
|
+
new (...args: any[]): {
|
|
76865
|
+
$: vue.ComponentInternalInstance;
|
|
76866
|
+
$data: {};
|
|
76867
|
+
$props: {
|
|
76868
|
+
reverse?: boolean | undefined;
|
|
76869
|
+
direction?: "horizontal" | "vertical" | undefined;
|
|
76870
|
+
style?: vue.StyleValue | undefined;
|
|
76871
|
+
disabled?: boolean | undefined;
|
|
76872
|
+
tag?: string | undefined;
|
|
76873
|
+
mandatory?: NonNullable<boolean | "force"> | undefined;
|
|
76874
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
76875
|
+
selectedClass?: string | undefined;
|
|
76876
|
+
continuous?: boolean | undefined;
|
|
76877
|
+
nextIcon?: IconValue | undefined;
|
|
76878
|
+
prevIcon?: IconValue | undefined;
|
|
76879
|
+
key?: string | number | symbol | undefined;
|
|
76880
|
+
class?: any;
|
|
76881
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76882
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76883
|
+
};
|
|
76884
|
+
ref?: vue.VNodeRef | undefined;
|
|
76885
|
+
ref_for?: boolean | undefined;
|
|
76886
|
+
ref_key?: string | undefined;
|
|
76887
|
+
theme?: string | undefined;
|
|
76888
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76889
|
+
'v-slots'?: {
|
|
76890
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76891
|
+
} | undefined;
|
|
76892
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76893
|
+
[key: string]: any;
|
|
76894
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76895
|
+
[key: string]: any;
|
|
76896
|
+
}>) => void)[] | undefined;
|
|
76897
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76898
|
+
[key: string]: any;
|
|
76899
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76900
|
+
[key: string]: any;
|
|
76901
|
+
}>) => void)[] | undefined;
|
|
76902
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76903
|
+
[key: string]: any;
|
|
76904
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76905
|
+
[key: string]: any;
|
|
76906
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76907
|
+
[key: string]: any;
|
|
76908
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76909
|
+
[key: string]: any;
|
|
76910
|
+
}>) => void)[] | undefined;
|
|
76911
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76912
|
+
[key: string]: any;
|
|
76913
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76914
|
+
[key: string]: any;
|
|
76915
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76916
|
+
[key: string]: any;
|
|
76917
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76918
|
+
[key: string]: any;
|
|
76919
|
+
}>) => void)[] | undefined;
|
|
76920
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76921
|
+
[key: string]: any;
|
|
76922
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76923
|
+
[key: string]: any;
|
|
76924
|
+
}>) => void)[] | undefined;
|
|
76925
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76926
|
+
[key: string]: any;
|
|
76927
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76928
|
+
[key: string]: any;
|
|
76929
|
+
}>) => void)[] | undefined;
|
|
76930
|
+
modelValue?: any;
|
|
76931
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
76932
|
+
showArrows?: string | boolean | undefined;
|
|
76933
|
+
};
|
|
76934
|
+
$attrs: {
|
|
76935
|
+
[x: string]: unknown;
|
|
76936
|
+
};
|
|
76937
|
+
$refs: {
|
|
76938
|
+
[x: string]: unknown;
|
|
76939
|
+
};
|
|
76940
|
+
$slots: Readonly<{
|
|
76941
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76942
|
+
[key: string]: any;
|
|
76943
|
+
}>[]) | undefined;
|
|
76944
|
+
}>;
|
|
76945
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76946
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
76947
|
+
$emit: (event: "update:modelValue", v: unknown) => void;
|
|
76948
|
+
$el: any;
|
|
76949
|
+
$options: vue.ComponentOptionsBase<{
|
|
76950
|
+
reverse: boolean;
|
|
76951
|
+
direction: "horizontal" | "vertical";
|
|
76952
|
+
style: vue.StyleValue;
|
|
76953
|
+
disabled: boolean;
|
|
76954
|
+
tag: string;
|
|
76955
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76956
|
+
selectedClass: string;
|
|
76957
|
+
continuous: boolean;
|
|
76958
|
+
nextIcon: IconValue;
|
|
76959
|
+
prevIcon: IconValue;
|
|
76960
|
+
} & {
|
|
76961
|
+
class?: any;
|
|
76962
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
76963
|
+
theme?: string | undefined;
|
|
76964
|
+
modelValue?: any;
|
|
76965
|
+
showArrows?: string | boolean | undefined;
|
|
76966
|
+
} & {
|
|
76967
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
76968
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
76969
|
+
};
|
|
76970
|
+
'v-slots'?: {
|
|
76971
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76972
|
+
} | undefined;
|
|
76973
|
+
} & {
|
|
76974
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
76975
|
+
} & {
|
|
76976
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
76977
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
76978
|
+
'update:modelValue': (v: unknown) => boolean;
|
|
76979
|
+
}, string, {
|
|
76980
|
+
reverse: boolean;
|
|
76981
|
+
direction: "horizontal" | "vertical";
|
|
76982
|
+
style: vue.StyleValue;
|
|
76983
|
+
disabled: boolean;
|
|
76984
|
+
tag: string;
|
|
76985
|
+
mandatory: NonNullable<boolean | "force">;
|
|
76986
|
+
touch: boolean | TouchHandlers;
|
|
76987
|
+
selectedClass: string;
|
|
76988
|
+
continuous: boolean;
|
|
76989
|
+
nextIcon: IconValue;
|
|
76990
|
+
prevIcon: IconValue;
|
|
76991
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
76992
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76993
|
+
[key: string]: any;
|
|
76994
|
+
}>[];
|
|
76995
|
+
}>>> & {
|
|
76996
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
76997
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
76998
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
76999
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77000
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
77001
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
77002
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
77003
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
77004
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
77005
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
77006
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
77007
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77008
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
77009
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
77010
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
77011
|
+
};
|
|
77012
|
+
$forceUpdate: () => void;
|
|
77013
|
+
$nextTick: typeof vue.nextTick;
|
|
77014
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
77015
|
+
} & {
|
|
77016
|
+
reverse: boolean;
|
|
77017
|
+
direction: "horizontal" | "vertical";
|
|
77018
|
+
style: vue.StyleValue;
|
|
77019
|
+
disabled: boolean;
|
|
77020
|
+
tag: string;
|
|
77021
|
+
mandatory: NonNullable<boolean | "force">;
|
|
77022
|
+
selectedClass: string;
|
|
77023
|
+
continuous: boolean;
|
|
77024
|
+
nextIcon: IconValue;
|
|
77025
|
+
prevIcon: IconValue;
|
|
77026
|
+
} & {
|
|
77027
|
+
class?: any;
|
|
77028
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
77029
|
+
theme?: string | undefined;
|
|
77030
|
+
modelValue?: any;
|
|
77031
|
+
showArrows?: string | boolean | undefined;
|
|
77032
|
+
} & {
|
|
77033
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77034
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77035
|
+
};
|
|
77036
|
+
'v-slots'?: {
|
|
77037
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77038
|
+
} | undefined;
|
|
77039
|
+
} & {
|
|
77040
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77041
|
+
} & {
|
|
77042
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
77043
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
77044
|
+
__isFragment?: undefined;
|
|
77045
|
+
__isTeleport?: undefined;
|
|
77046
|
+
__isSuspense?: undefined;
|
|
77047
|
+
} & vue.ComponentOptionsBase<{
|
|
77048
|
+
reverse: boolean;
|
|
77049
|
+
direction: "horizontal" | "vertical";
|
|
77050
|
+
style: vue.StyleValue;
|
|
77051
|
+
disabled: boolean;
|
|
77052
|
+
tag: string;
|
|
77053
|
+
mandatory: NonNullable<boolean | "force">;
|
|
77054
|
+
selectedClass: string;
|
|
77055
|
+
continuous: boolean;
|
|
77056
|
+
nextIcon: IconValue;
|
|
77057
|
+
prevIcon: IconValue;
|
|
77058
|
+
} & {
|
|
77059
|
+
class?: any;
|
|
77060
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
77061
|
+
theme?: string | undefined;
|
|
77062
|
+
modelValue?: any;
|
|
77063
|
+
showArrows?: string | boolean | undefined;
|
|
77064
|
+
} & {
|
|
77065
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77066
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77067
|
+
};
|
|
77068
|
+
'v-slots'?: {
|
|
77069
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77070
|
+
} | undefined;
|
|
77071
|
+
} & {
|
|
77072
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77073
|
+
} & {
|
|
77074
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
77075
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
77076
|
+
'update:modelValue': (v: unknown) => boolean;
|
|
77077
|
+
}, string, {
|
|
77078
|
+
reverse: boolean;
|
|
77079
|
+
direction: "horizontal" | "vertical";
|
|
77080
|
+
style: vue.StyleValue;
|
|
77081
|
+
disabled: boolean;
|
|
77082
|
+
tag: string;
|
|
77083
|
+
mandatory: NonNullable<boolean | "force">;
|
|
77084
|
+
touch: boolean | TouchHandlers;
|
|
77085
|
+
selectedClass: string;
|
|
77086
|
+
continuous: boolean;
|
|
77087
|
+
nextIcon: IconValue;
|
|
77088
|
+
prevIcon: IconValue;
|
|
77089
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
77090
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77091
|
+
[key: string]: any;
|
|
77092
|
+
}>[];
|
|
77093
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
77094
|
+
theme: StringConstructor;
|
|
77095
|
+
tag: {
|
|
77096
|
+
type: StringConstructor;
|
|
77097
|
+
default: string;
|
|
77098
|
+
};
|
|
77099
|
+
class: vue.PropType<any>;
|
|
77100
|
+
style: {
|
|
77101
|
+
type: vue.PropType<vue.StyleValue>;
|
|
77102
|
+
default: null;
|
|
77103
|
+
};
|
|
77104
|
+
continuous: BooleanConstructor;
|
|
77105
|
+
nextIcon: {
|
|
77106
|
+
type: vue.PropType<IconValue>;
|
|
77107
|
+
default: string;
|
|
77108
|
+
};
|
|
77109
|
+
prevIcon: {
|
|
77110
|
+
type: vue.PropType<IconValue>;
|
|
77111
|
+
default: string;
|
|
77112
|
+
};
|
|
77113
|
+
reverse: BooleanConstructor;
|
|
77114
|
+
showArrows: {
|
|
77115
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77116
|
+
validator: (v: any) => boolean;
|
|
77117
|
+
};
|
|
77118
|
+
touch: {
|
|
77119
|
+
type: vue.PropType<boolean | TouchHandlers>;
|
|
77120
|
+
default: undefined;
|
|
77121
|
+
};
|
|
77122
|
+
direction: {
|
|
77123
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
77124
|
+
default: string;
|
|
77125
|
+
};
|
|
77126
|
+
modelValue: null;
|
|
77127
|
+
disabled: BooleanConstructor;
|
|
77128
|
+
selectedClass: {
|
|
77129
|
+
type: StringConstructor;
|
|
77130
|
+
default: string;
|
|
77131
|
+
};
|
|
77132
|
+
mandatory: Omit<{
|
|
77133
|
+
type: vue.PropType<boolean | "force">;
|
|
77134
|
+
default: "force";
|
|
77135
|
+
}, "type" | "default"> & {
|
|
77136
|
+
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
77137
|
+
default: NonNullable<boolean | "force">;
|
|
77138
|
+
};
|
|
77139
|
+
}, vue.ExtractPropTypes<{
|
|
77140
|
+
theme: StringConstructor;
|
|
77141
|
+
tag: {
|
|
77142
|
+
type: StringConstructor;
|
|
77143
|
+
default: string;
|
|
77144
|
+
};
|
|
77145
|
+
class: vue.PropType<any>;
|
|
77146
|
+
style: {
|
|
77147
|
+
type: vue.PropType<vue.StyleValue>;
|
|
77148
|
+
default: null;
|
|
77149
|
+
};
|
|
77150
|
+
continuous: BooleanConstructor;
|
|
77151
|
+
nextIcon: {
|
|
77152
|
+
type: vue.PropType<IconValue>;
|
|
77153
|
+
default: string;
|
|
77154
|
+
};
|
|
77155
|
+
prevIcon: {
|
|
77156
|
+
type: vue.PropType<IconValue>;
|
|
77157
|
+
default: string;
|
|
77158
|
+
};
|
|
77159
|
+
reverse: BooleanConstructor;
|
|
77160
|
+
showArrows: {
|
|
77161
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77162
|
+
validator: (v: any) => boolean;
|
|
77163
|
+
};
|
|
77164
|
+
touch: {
|
|
77165
|
+
type: vue.PropType<boolean | TouchHandlers>;
|
|
77166
|
+
default: undefined;
|
|
77167
|
+
};
|
|
77168
|
+
direction: {
|
|
77169
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
77170
|
+
default: string;
|
|
77171
|
+
};
|
|
77172
|
+
modelValue: null;
|
|
77173
|
+
disabled: BooleanConstructor;
|
|
77174
|
+
selectedClass: {
|
|
77175
|
+
type: StringConstructor;
|
|
77176
|
+
default: string;
|
|
77177
|
+
};
|
|
77178
|
+
mandatory: Omit<{
|
|
77179
|
+
type: vue.PropType<boolean | "force">;
|
|
77180
|
+
default: "force";
|
|
77181
|
+
}, "type" | "default"> & {
|
|
77182
|
+
type: vue.PropType<NonNullable<boolean | "force">>;
|
|
77183
|
+
default: NonNullable<boolean | "force">;
|
|
77184
|
+
};
|
|
77185
|
+
}>>;
|
|
77186
|
+
type VStepperWindow = InstanceType<typeof VStepperWindow>;
|
|
77187
|
+
|
|
77188
|
+
declare const VStepperWindowItem: {
|
|
77189
|
+
new (...args: any[]): {
|
|
77190
|
+
$: vue.ComponentInternalInstance;
|
|
77191
|
+
$data: {};
|
|
77192
|
+
$props: {
|
|
77193
|
+
transition?: string | boolean | undefined;
|
|
77194
|
+
style?: vue.StyleValue | undefined;
|
|
77195
|
+
eager?: boolean | undefined;
|
|
77196
|
+
disabled?: boolean | undefined;
|
|
77197
|
+
reverseTransition?: string | boolean | undefined;
|
|
77198
|
+
key?: string | number | symbol | undefined;
|
|
77199
|
+
value?: any;
|
|
77200
|
+
class?: any;
|
|
77201
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77202
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77203
|
+
};
|
|
77204
|
+
ref?: vue.VNodeRef | undefined;
|
|
77205
|
+
ref_for?: boolean | undefined;
|
|
77206
|
+
ref_key?: string | undefined;
|
|
77207
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77208
|
+
'v-slots'?: {
|
|
77209
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77210
|
+
} | undefined;
|
|
77211
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77212
|
+
[key: string]: any;
|
|
77213
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77214
|
+
[key: string]: any;
|
|
77215
|
+
}>) => void)[] | undefined;
|
|
77216
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77217
|
+
[key: string]: any;
|
|
77218
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77219
|
+
[key: string]: any;
|
|
77220
|
+
}>) => void)[] | undefined;
|
|
77221
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77222
|
+
[key: string]: any;
|
|
77223
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77224
|
+
[key: string]: any;
|
|
77225
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77226
|
+
[key: string]: any;
|
|
77227
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77228
|
+
[key: string]: any;
|
|
77229
|
+
}>) => void)[] | undefined;
|
|
77230
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77231
|
+
[key: string]: any;
|
|
77232
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77233
|
+
[key: string]: any;
|
|
77234
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77235
|
+
[key: string]: any;
|
|
77236
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77237
|
+
[key: string]: any;
|
|
77238
|
+
}>) => void)[] | undefined;
|
|
77239
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77240
|
+
[key: string]: any;
|
|
77241
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77242
|
+
[key: string]: any;
|
|
77243
|
+
}>) => void)[] | undefined;
|
|
77244
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77245
|
+
[key: string]: any;
|
|
77246
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77247
|
+
[key: string]: any;
|
|
77248
|
+
}>) => void)[] | undefined;
|
|
77249
|
+
selectedClass?: string | undefined;
|
|
77250
|
+
};
|
|
77251
|
+
$attrs: {
|
|
77252
|
+
[x: string]: unknown;
|
|
77253
|
+
};
|
|
77254
|
+
$refs: {
|
|
77255
|
+
[x: string]: unknown;
|
|
77256
|
+
};
|
|
77257
|
+
$slots: Readonly<{
|
|
77258
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77259
|
+
[key: string]: any;
|
|
77260
|
+
}>[]) | undefined;
|
|
77261
|
+
}>;
|
|
77262
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
77263
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
77264
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
77265
|
+
$el: any;
|
|
77266
|
+
$options: vue.ComponentOptionsBase<{
|
|
77267
|
+
style: vue.StyleValue;
|
|
77268
|
+
eager: boolean;
|
|
77269
|
+
disabled: boolean;
|
|
77270
|
+
} & {
|
|
77271
|
+
transition?: string | boolean | undefined;
|
|
77272
|
+
value?: any;
|
|
77273
|
+
class?: any;
|
|
77274
|
+
selectedClass?: string | undefined;
|
|
77275
|
+
reverseTransition?: string | boolean | undefined;
|
|
77276
|
+
} & {
|
|
77277
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77278
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77279
|
+
};
|
|
77280
|
+
'v-slots'?: {
|
|
77281
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77282
|
+
} | undefined;
|
|
77283
|
+
} & {
|
|
77284
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77285
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
77286
|
+
transition: string | boolean;
|
|
77287
|
+
style: vue.StyleValue;
|
|
77288
|
+
eager: boolean;
|
|
77289
|
+
disabled: boolean;
|
|
77290
|
+
reverseTransition: string | boolean;
|
|
77291
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
77292
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77293
|
+
[key: string]: any;
|
|
77294
|
+
}>[];
|
|
77295
|
+
}>>> & {
|
|
77296
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
77297
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
77298
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
77299
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77300
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
77301
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
77302
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
77303
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
77304
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
77305
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
77306
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
77307
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
77308
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
77309
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
77310
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
77311
|
+
};
|
|
77312
|
+
$forceUpdate: () => void;
|
|
77313
|
+
$nextTick: typeof vue.nextTick;
|
|
77314
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
77315
|
+
} & {
|
|
77316
|
+
style: vue.StyleValue;
|
|
77317
|
+
eager: boolean;
|
|
77318
|
+
disabled: boolean;
|
|
77319
|
+
} & {
|
|
77320
|
+
transition?: string | boolean | undefined;
|
|
77321
|
+
value?: any;
|
|
77322
|
+
class?: any;
|
|
77323
|
+
selectedClass?: string | undefined;
|
|
77324
|
+
reverseTransition?: string | boolean | undefined;
|
|
77325
|
+
} & {
|
|
77326
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77327
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77328
|
+
};
|
|
77329
|
+
'v-slots'?: {
|
|
77330
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77331
|
+
} | undefined;
|
|
77332
|
+
} & {
|
|
77333
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77334
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
77335
|
+
__isFragment?: undefined;
|
|
77336
|
+
__isTeleport?: undefined;
|
|
77337
|
+
__isSuspense?: undefined;
|
|
77338
|
+
} & vue.ComponentOptionsBase<{
|
|
77339
|
+
style: vue.StyleValue;
|
|
77340
|
+
eager: boolean;
|
|
77341
|
+
disabled: boolean;
|
|
77342
|
+
} & {
|
|
77343
|
+
transition?: string | boolean | undefined;
|
|
77344
|
+
value?: any;
|
|
77345
|
+
class?: any;
|
|
77346
|
+
selectedClass?: string | undefined;
|
|
77347
|
+
reverseTransition?: string | boolean | undefined;
|
|
77348
|
+
} & {
|
|
77349
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
77350
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
77351
|
+
};
|
|
77352
|
+
'v-slots'?: {
|
|
77353
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
77354
|
+
} | undefined;
|
|
77355
|
+
} & {
|
|
77356
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
77357
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
77358
|
+
transition: string | boolean;
|
|
77359
|
+
style: vue.StyleValue;
|
|
77360
|
+
eager: boolean;
|
|
77361
|
+
disabled: boolean;
|
|
77362
|
+
reverseTransition: string | boolean;
|
|
77363
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
77364
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
77365
|
+
[key: string]: any;
|
|
77366
|
+
}>[];
|
|
77367
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
77368
|
+
eager: BooleanConstructor;
|
|
77369
|
+
value: null;
|
|
77370
|
+
disabled: BooleanConstructor;
|
|
77371
|
+
selectedClass: StringConstructor;
|
|
77372
|
+
class: vue.PropType<any>;
|
|
77373
|
+
style: {
|
|
77374
|
+
type: vue.PropType<vue.StyleValue>;
|
|
77375
|
+
default: null;
|
|
77376
|
+
};
|
|
77377
|
+
reverseTransition: {
|
|
77378
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77379
|
+
default: undefined;
|
|
77380
|
+
};
|
|
77381
|
+
transition: {
|
|
77382
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77383
|
+
default: undefined;
|
|
77384
|
+
};
|
|
77385
|
+
}, vue.ExtractPropTypes<{
|
|
77386
|
+
eager: BooleanConstructor;
|
|
77387
|
+
value: null;
|
|
77388
|
+
disabled: BooleanConstructor;
|
|
77389
|
+
selectedClass: StringConstructor;
|
|
77390
|
+
class: vue.PropType<any>;
|
|
77391
|
+
style: {
|
|
77392
|
+
type: vue.PropType<vue.StyleValue>;
|
|
77393
|
+
default: null;
|
|
77394
|
+
};
|
|
77395
|
+
reverseTransition: {
|
|
77396
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77397
|
+
default: undefined;
|
|
77398
|
+
};
|
|
77399
|
+
transition: {
|
|
77400
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
77401
|
+
default: undefined;
|
|
77402
|
+
};
|
|
77403
|
+
}>>;
|
|
77404
|
+
type VStepperWindowItem = InstanceType<typeof VStepperWindowItem>;
|
|
77405
|
+
|
|
74921
77406
|
//# sourceMappingURL=allComponents.d.ts.map
|
|
74922
77407
|
|
|
74923
77408
|
declare const allComponents_d_VAlert: typeof VAlert;
|
|
@@ -75020,6 +77505,7 @@ declare const allComponents_d_VMenu: typeof VMenu;
|
|
|
75020
77505
|
declare const allComponents_d_VMessages: typeof VMessages;
|
|
75021
77506
|
declare const allComponents_d_VNavigationDrawer: typeof VNavigationDrawer;
|
|
75022
77507
|
declare const allComponents_d_VNoSsr: typeof VNoSsr;
|
|
77508
|
+
declare const allComponents_d_VOtpInput: typeof VOtpInput;
|
|
75023
77509
|
declare const allComponents_d_VOverlay: typeof VOverlay;
|
|
75024
77510
|
declare const allComponents_d_VPagination: typeof VPagination;
|
|
75025
77511
|
declare const allComponents_d_VParallax: typeof VParallax;
|
|
@@ -75052,6 +77538,12 @@ declare const allComponents_d_VSlideYTransition: typeof VSlideYTransition;
|
|
|
75052
77538
|
declare const allComponents_d_VSlider: typeof VSlider;
|
|
75053
77539
|
declare const allComponents_d_VSnackbar: typeof VSnackbar;
|
|
75054
77540
|
declare const allComponents_d_VSpacer: typeof VSpacer;
|
|
77541
|
+
declare const allComponents_d_VStepper: typeof VStepper;
|
|
77542
|
+
declare const allComponents_d_VStepperActions: typeof VStepperActions;
|
|
77543
|
+
declare const allComponents_d_VStepperHeader: typeof VStepperHeader;
|
|
77544
|
+
declare const allComponents_d_VStepperItem: typeof VStepperItem;
|
|
77545
|
+
declare const allComponents_d_VStepperWindow: typeof VStepperWindow;
|
|
77546
|
+
declare const allComponents_d_VStepperWindowItem: typeof VStepperWindowItem;
|
|
75055
77547
|
declare const allComponents_d_VSvgIcon: typeof VSvgIcon;
|
|
75056
77548
|
declare const allComponents_d_VSwitch: typeof VSwitch;
|
|
75057
77549
|
declare const allComponents_d_VSystemBar: typeof VSystemBar;
|
|
@@ -75173,6 +77665,7 @@ declare namespace allComponents_d {
|
|
|
75173
77665
|
allComponents_d_VMessages as VMessages,
|
|
75174
77666
|
allComponents_d_VNavigationDrawer as VNavigationDrawer,
|
|
75175
77667
|
allComponents_d_VNoSsr as VNoSsr,
|
|
77668
|
+
allComponents_d_VOtpInput as VOtpInput,
|
|
75176
77669
|
allComponents_d_VOverlay as VOverlay,
|
|
75177
77670
|
allComponents_d_VPagination as VPagination,
|
|
75178
77671
|
allComponents_d_VParallax as VParallax,
|
|
@@ -75205,6 +77698,12 @@ declare namespace allComponents_d {
|
|
|
75205
77698
|
allComponents_d_VSlider as VSlider,
|
|
75206
77699
|
allComponents_d_VSnackbar as VSnackbar,
|
|
75207
77700
|
allComponents_d_VSpacer as VSpacer,
|
|
77701
|
+
allComponents_d_VStepper as VStepper,
|
|
77702
|
+
allComponents_d_VStepperActions as VStepperActions,
|
|
77703
|
+
allComponents_d_VStepperHeader as VStepperHeader,
|
|
77704
|
+
allComponents_d_VStepperItem as VStepperItem,
|
|
77705
|
+
allComponents_d_VStepperWindow as VStepperWindow,
|
|
77706
|
+
allComponents_d_VStepperWindowItem as VStepperWindowItem,
|
|
75208
77707
|
allComponents_d_VSvgIcon as VSvgIcon,
|
|
75209
77708
|
allComponents_d_VSwitch as VSwitch,
|
|
75210
77709
|
allComponents_d_VSystemBar as VSystemBar,
|