vuetify 3.3.19 → 3.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +43 -31
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +97 -70
- package/dist/vuetify-labs.css +5073 -5056
- package/dist/vuetify-labs.d.ts +240 -220
- package/dist/vuetify-labs.esm.js +101 -62
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +101 -62
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5452 -5440
- package/dist/vuetify.d.ts +168 -166
- package/dist/vuetify.esm.js +56 -41
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -41
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +775 -773
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAutocomplete/index.d.mts +14 -14
- package/lib/components/VCheckbox/index.d.mts +8 -8
- package/lib/components/VChip/VChip.css +67 -67
- package/lib/components/VChip/_variables.scss +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +14 -14
- package/lib/components/VField/VField.css +3 -0
- package/lib/components/VField/VField.sass +3 -0
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VFileInput/index.d.mts +20 -20
- package/lib/components/VInput/index.d.mts +8 -8
- package/lib/components/VList/VList.css +0 -3
- package/lib/components/VList/VList.sass +0 -4
- package/lib/components/VList/VListItem.css +9 -1
- package/lib/components/VList/VListItem.sass +12 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +8 -8
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +14 -14
- package/lib/components/VSlider/VSliderThumb.css +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs +7 -6
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +2 -0
- package/lib/components/VSlider/VSliderTrack.mjs +5 -7
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSlider/slider.mjs +4 -10
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +8 -8
- package/lib/components/VTable/VTable.css +3 -0
- package/lib/components/VTable/VTable.sass +3 -0
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +26 -26
- package/lib/components/VTextarea/index.d.mts +20 -20
- package/lib/components/VTimeline/VTimeline.css +0 -1
- package/lib/components/VTimeline/VTimeline.sass +0 -1
- package/lib/components/VValidation/index.d.mts +8 -8
- package/lib/components/index.d.mts +164 -164
- package/lib/composables/forwardRefs.mjs +4 -4
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +4 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs +12 -4
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +6 -6
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +48 -48
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +14 -2
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +18 -0
- package/lib/labs/VDateRangePicker/index.d.mts +12 -0
- package/lib/labs/VOtpInput/VOtpInput.css +3 -2
- package/lib/labs/VOtpInput/VOtpInput.mjs +7 -4
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/labs/VOtpInput/VOtpInput.sass +9 -8
- package/lib/labs/VOtpInput/_variables.scss +9 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +4 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +2 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +4 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +74 -56
- package/lib/labs/date/DateAdapter.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.d.mts +4 -0
- package/lib/labs/date/adapters/vuetify.mjs +18 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/labs/date/date.mjs +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +4 -0
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -837,6 +837,8 @@ interface DateAdapter<T> {
|
|
|
837
837
|
date(value?: any): T | null;
|
|
838
838
|
format(date: T, formatString: string): string;
|
|
839
839
|
toJsDate(value: T): Date;
|
|
840
|
+
parseISO(date: string): T;
|
|
841
|
+
toISO(date: T): string;
|
|
840
842
|
startOfDay(date: T): T;
|
|
841
843
|
endOfDay(date: T): T;
|
|
842
844
|
startOfMonth(date: T): T;
|
|
@@ -4460,7 +4462,7 @@ declare const VInput: {
|
|
|
4460
4462
|
messages?: string | readonly string[] | undefined;
|
|
4461
4463
|
density?: Density | undefined;
|
|
4462
4464
|
focused?: boolean | undefined;
|
|
4463
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
4465
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
4464
4466
|
maxErrors?: string | number | undefined;
|
|
4465
4467
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
4466
4468
|
centerAffix?: boolean | undefined;
|
|
@@ -4578,7 +4580,7 @@ declare const VInput: {
|
|
|
4578
4580
|
messages: string | readonly string[];
|
|
4579
4581
|
density: Density;
|
|
4580
4582
|
focused: boolean;
|
|
4581
|
-
errorMessages: string | readonly string[];
|
|
4583
|
+
errorMessages: string | readonly string[] | null;
|
|
4582
4584
|
maxErrors: string | number;
|
|
4583
4585
|
rules: readonly ValidationRule$1[];
|
|
4584
4586
|
centerAffix: boolean;
|
|
@@ -4636,7 +4638,7 @@ declare const VInput: {
|
|
|
4636
4638
|
messages: string | readonly string[];
|
|
4637
4639
|
density: Density;
|
|
4638
4640
|
focused: boolean;
|
|
4639
|
-
errorMessages: string | readonly string[];
|
|
4641
|
+
errorMessages: string | readonly string[] | null;
|
|
4640
4642
|
maxErrors: string | number;
|
|
4641
4643
|
rules: readonly ValidationRule$1[];
|
|
4642
4644
|
centerAffix: boolean;
|
|
@@ -4686,7 +4688,7 @@ declare const VInput: {
|
|
|
4686
4688
|
messages: string | readonly string[];
|
|
4687
4689
|
density: Density;
|
|
4688
4690
|
focused: boolean;
|
|
4689
|
-
errorMessages: string | readonly string[];
|
|
4691
|
+
errorMessages: string | readonly string[] | null;
|
|
4690
4692
|
maxErrors: string | number;
|
|
4691
4693
|
rules: readonly ValidationRule$1[];
|
|
4692
4694
|
centerAffix: boolean;
|
|
@@ -4746,7 +4748,7 @@ declare const VInput: {
|
|
|
4746
4748
|
messages: string | readonly string[];
|
|
4747
4749
|
density: Density;
|
|
4748
4750
|
focused: boolean;
|
|
4749
|
-
errorMessages: string | readonly string[];
|
|
4751
|
+
errorMessages: string | readonly string[] | null;
|
|
4750
4752
|
maxErrors: string | number;
|
|
4751
4753
|
rules: readonly ValidationRule$1[];
|
|
4752
4754
|
centerAffix: boolean;
|
|
@@ -4804,7 +4806,7 @@ declare const VInput: {
|
|
|
4804
4806
|
messages: string | readonly string[];
|
|
4805
4807
|
density: Density;
|
|
4806
4808
|
focused: boolean;
|
|
4807
|
-
errorMessages: string | readonly string[];
|
|
4809
|
+
errorMessages: string | readonly string[] | null;
|
|
4808
4810
|
maxErrors: string | number;
|
|
4809
4811
|
rules: readonly ValidationRule$1[];
|
|
4810
4812
|
centerAffix: boolean;
|
|
@@ -4834,7 +4836,7 @@ declare const VInput: {
|
|
|
4834
4836
|
};
|
|
4835
4837
|
error: BooleanConstructor;
|
|
4836
4838
|
errorMessages: {
|
|
4837
|
-
type: PropType<string | readonly string[]>;
|
|
4839
|
+
type: PropType<string | readonly string[] | null>;
|
|
4838
4840
|
default: () => never[];
|
|
4839
4841
|
};
|
|
4840
4842
|
maxErrors: {
|
|
@@ -4894,7 +4896,7 @@ declare const VInput: {
|
|
|
4894
4896
|
};
|
|
4895
4897
|
error: BooleanConstructor;
|
|
4896
4898
|
errorMessages: {
|
|
4897
|
-
type: PropType<string | readonly string[]>;
|
|
4899
|
+
type: PropType<string | readonly string[] | null>;
|
|
4898
4900
|
default: () => never[];
|
|
4899
4901
|
};
|
|
4900
4902
|
maxErrors: {
|
|
@@ -5062,7 +5064,7 @@ declare const VAutocomplete: {
|
|
|
5062
5064
|
valueComparator?: typeof deepEqual | undefined;
|
|
5063
5065
|
clearIcon?: IconValue | undefined;
|
|
5064
5066
|
focused?: boolean | undefined;
|
|
5065
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
5067
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
5066
5068
|
maxErrors?: string | number | undefined;
|
|
5067
5069
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
5068
5070
|
centerAffix?: boolean | undefined;
|
|
@@ -5101,7 +5103,7 @@ declare const VAutocomplete: {
|
|
|
5101
5103
|
ref_for?: boolean | undefined;
|
|
5102
5104
|
ref_key?: string | undefined;
|
|
5103
5105
|
theme?: string | undefined;
|
|
5104
|
-
counter?: string | number |
|
|
5106
|
+
counter?: string | number | boolean | undefined;
|
|
5105
5107
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5106
5108
|
[key: string]: any;
|
|
5107
5109
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -5374,7 +5376,7 @@ declare const VAutocomplete: {
|
|
|
5374
5376
|
valueComparator: typeof deepEqual;
|
|
5375
5377
|
clearIcon: IconValue;
|
|
5376
5378
|
focused: boolean;
|
|
5377
|
-
errorMessages: string | readonly string[];
|
|
5379
|
+
errorMessages: string | readonly string[] | null;
|
|
5378
5380
|
maxErrors: string | number;
|
|
5379
5381
|
rules: readonly ValidationRule$1[];
|
|
5380
5382
|
persistentHint: boolean;
|
|
@@ -5409,7 +5411,7 @@ declare const VAutocomplete: {
|
|
|
5409
5411
|
class?: any;
|
|
5410
5412
|
placeholder?: string | undefined;
|
|
5411
5413
|
theme?: string | undefined;
|
|
5412
|
-
counter?: string | number |
|
|
5414
|
+
counter?: string | number | boolean | undefined;
|
|
5413
5415
|
rounded?: string | number | boolean | undefined;
|
|
5414
5416
|
bgColor?: string | undefined;
|
|
5415
5417
|
prependIcon?: IconValue | undefined;
|
|
@@ -5582,7 +5584,7 @@ declare const VAutocomplete: {
|
|
|
5582
5584
|
valueComparator: typeof deepEqual;
|
|
5583
5585
|
clearIcon: IconValue;
|
|
5584
5586
|
focused: boolean;
|
|
5585
|
-
errorMessages: string | readonly string[];
|
|
5587
|
+
errorMessages: string | readonly string[] | null;
|
|
5586
5588
|
maxErrors: string | number;
|
|
5587
5589
|
rules: readonly ValidationRule$1[];
|
|
5588
5590
|
centerAffix: boolean;
|
|
@@ -5711,7 +5713,7 @@ declare const VAutocomplete: {
|
|
|
5711
5713
|
valueComparator: typeof deepEqual;
|
|
5712
5714
|
clearIcon: IconValue;
|
|
5713
5715
|
focused: boolean;
|
|
5714
|
-
errorMessages: string | readonly string[];
|
|
5716
|
+
errorMessages: string | readonly string[] | null;
|
|
5715
5717
|
maxErrors: string | number;
|
|
5716
5718
|
rules: readonly ValidationRule$1[];
|
|
5717
5719
|
persistentHint: boolean;
|
|
@@ -5746,7 +5748,7 @@ declare const VAutocomplete: {
|
|
|
5746
5748
|
class?: any;
|
|
5747
5749
|
placeholder?: string | undefined;
|
|
5748
5750
|
theme?: string | undefined;
|
|
5749
|
-
counter?: string | number |
|
|
5751
|
+
counter?: string | number | boolean | undefined;
|
|
5750
5752
|
rounded?: string | number | boolean | undefined;
|
|
5751
5753
|
bgColor?: string | undefined;
|
|
5752
5754
|
prependIcon?: IconValue | undefined;
|
|
@@ -5917,7 +5919,7 @@ declare const VAutocomplete: {
|
|
|
5917
5919
|
valueComparator: typeof deepEqual;
|
|
5918
5920
|
clearIcon: IconValue;
|
|
5919
5921
|
focused: boolean;
|
|
5920
|
-
errorMessages: string | readonly string[];
|
|
5922
|
+
errorMessages: string | readonly string[] | null;
|
|
5921
5923
|
maxErrors: string | number;
|
|
5922
5924
|
rules: readonly ValidationRule$1[];
|
|
5923
5925
|
persistentHint: boolean;
|
|
@@ -5952,7 +5954,7 @@ declare const VAutocomplete: {
|
|
|
5952
5954
|
class?: any;
|
|
5953
5955
|
placeholder?: string | undefined;
|
|
5954
5956
|
theme?: string | undefined;
|
|
5955
|
-
counter?: string | number |
|
|
5957
|
+
counter?: string | number | boolean | undefined;
|
|
5956
5958
|
rounded?: string | number | boolean | undefined;
|
|
5957
5959
|
bgColor?: string | undefined;
|
|
5958
5960
|
prependIcon?: IconValue | undefined;
|
|
@@ -6125,7 +6127,7 @@ declare const VAutocomplete: {
|
|
|
6125
6127
|
valueComparator: typeof deepEqual;
|
|
6126
6128
|
clearIcon: IconValue;
|
|
6127
6129
|
focused: boolean;
|
|
6128
|
-
errorMessages: string | readonly string[];
|
|
6130
|
+
errorMessages: string | readonly string[] | null;
|
|
6129
6131
|
maxErrors: string | number;
|
|
6130
6132
|
rules: readonly ValidationRule$1[];
|
|
6131
6133
|
centerAffix: boolean;
|
|
@@ -6312,7 +6314,7 @@ declare const VAutocomplete: {
|
|
|
6312
6314
|
class: PropType<any>;
|
|
6313
6315
|
placeholder: StringConstructor;
|
|
6314
6316
|
theme: StringConstructor;
|
|
6315
|
-
counter:
|
|
6317
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
6316
6318
|
messages: {
|
|
6317
6319
|
type: PropType<string | readonly string[]>;
|
|
6318
6320
|
default: () => never[];
|
|
@@ -6352,7 +6354,7 @@ declare const VAutocomplete: {
|
|
|
6352
6354
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
6353
6355
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
6354
6356
|
errorMessages: {
|
|
6355
|
-
type: PropType<string | readonly string[]>;
|
|
6357
|
+
type: PropType<string | readonly string[] | null>;
|
|
6356
6358
|
default: () => never[];
|
|
6357
6359
|
};
|
|
6358
6360
|
maxErrors: {
|
|
@@ -6617,7 +6619,7 @@ declare const VAutocomplete: {
|
|
|
6617
6619
|
class: PropType<any>;
|
|
6618
6620
|
placeholder: StringConstructor;
|
|
6619
6621
|
theme: StringConstructor;
|
|
6620
|
-
counter:
|
|
6622
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
6621
6623
|
messages: {
|
|
6622
6624
|
type: PropType<string | readonly string[]>;
|
|
6623
6625
|
default: () => never[];
|
|
@@ -6657,7 +6659,7 @@ declare const VAutocomplete: {
|
|
|
6657
6659
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
6658
6660
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
6659
6661
|
errorMessages: {
|
|
6660
|
-
type: PropType<string | readonly string[]>;
|
|
6662
|
+
type: PropType<string | readonly string[] | null>;
|
|
6661
6663
|
default: () => never[];
|
|
6662
6664
|
};
|
|
6663
6665
|
maxErrors: {
|
|
@@ -14779,7 +14781,7 @@ declare const VCheckbox: {
|
|
|
14779
14781
|
valueComparator?: typeof deepEqual | undefined;
|
|
14780
14782
|
indeterminateIcon?: IconValue | undefined;
|
|
14781
14783
|
focused?: boolean | undefined;
|
|
14782
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
14784
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
14783
14785
|
maxErrors?: string | number | undefined;
|
|
14784
14786
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
14785
14787
|
centerAffix?: boolean | undefined;
|
|
@@ -14950,7 +14952,7 @@ declare const VCheckbox: {
|
|
|
14950
14952
|
valueComparator: typeof deepEqual;
|
|
14951
14953
|
indeterminateIcon: IconValue;
|
|
14952
14954
|
focused: boolean;
|
|
14953
|
-
errorMessages: string | readonly string[];
|
|
14955
|
+
errorMessages: string | readonly string[] | null;
|
|
14954
14956
|
maxErrors: string | number;
|
|
14955
14957
|
rules: readonly ValidationRule$1[];
|
|
14956
14958
|
centerAffix: boolean;
|
|
@@ -15047,7 +15049,7 @@ declare const VCheckbox: {
|
|
|
15047
15049
|
valueComparator: typeof deepEqual;
|
|
15048
15050
|
indeterminateIcon: IconValue;
|
|
15049
15051
|
focused: boolean;
|
|
15050
|
-
errorMessages: string | readonly string[];
|
|
15052
|
+
errorMessages: string | readonly string[] | null;
|
|
15051
15053
|
maxErrors: string | number;
|
|
15052
15054
|
rules: readonly ValidationRule$1[];
|
|
15053
15055
|
centerAffix: boolean;
|
|
@@ -15116,7 +15118,7 @@ declare const VCheckbox: {
|
|
|
15116
15118
|
valueComparator: typeof deepEqual;
|
|
15117
15119
|
indeterminateIcon: IconValue;
|
|
15118
15120
|
focused: boolean;
|
|
15119
|
-
errorMessages: string | readonly string[];
|
|
15121
|
+
errorMessages: string | readonly string[] | null;
|
|
15120
15122
|
maxErrors: string | number;
|
|
15121
15123
|
rules: readonly ValidationRule$1[];
|
|
15122
15124
|
centerAffix: boolean;
|
|
@@ -15214,7 +15216,7 @@ declare const VCheckbox: {
|
|
|
15214
15216
|
valueComparator: typeof deepEqual;
|
|
15215
15217
|
indeterminateIcon: IconValue;
|
|
15216
15218
|
focused: boolean;
|
|
15217
|
-
errorMessages: string | readonly string[];
|
|
15219
|
+
errorMessages: string | readonly string[] | null;
|
|
15218
15220
|
maxErrors: string | number;
|
|
15219
15221
|
rules: readonly ValidationRule$1[];
|
|
15220
15222
|
centerAffix: boolean;
|
|
@@ -15311,7 +15313,7 @@ declare const VCheckbox: {
|
|
|
15311
15313
|
valueComparator: typeof deepEqual;
|
|
15312
15314
|
indeterminateIcon: IconValue;
|
|
15313
15315
|
focused: boolean;
|
|
15314
|
-
errorMessages: string | readonly string[];
|
|
15316
|
+
errorMessages: string | readonly string[] | null;
|
|
15315
15317
|
maxErrors: string | number;
|
|
15316
15318
|
rules: readonly ValidationRule$1[];
|
|
15317
15319
|
centerAffix: boolean;
|
|
@@ -15400,7 +15402,7 @@ declare const VCheckbox: {
|
|
|
15400
15402
|
focused: BooleanConstructor;
|
|
15401
15403
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
15402
15404
|
errorMessages: {
|
|
15403
|
-
type: vue.PropType<string | readonly string[]>;
|
|
15405
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
15404
15406
|
default: () => never[];
|
|
15405
15407
|
};
|
|
15406
15408
|
maxErrors: {
|
|
@@ -15489,7 +15491,7 @@ declare const VCheckbox: {
|
|
|
15489
15491
|
focused: BooleanConstructor;
|
|
15490
15492
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
15491
15493
|
errorMessages: {
|
|
15492
|
-
type: vue.PropType<string | readonly string[]>;
|
|
15494
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
15493
15495
|
default: () => never[];
|
|
15494
15496
|
};
|
|
15495
15497
|
maxErrors: {
|
|
@@ -18082,7 +18084,7 @@ declare const VCombobox: {
|
|
|
18082
18084
|
valueComparator?: typeof deepEqual | undefined;
|
|
18083
18085
|
clearIcon?: IconValue | undefined;
|
|
18084
18086
|
focused?: boolean | undefined;
|
|
18085
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
18087
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
18086
18088
|
maxErrors?: string | number | undefined;
|
|
18087
18089
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
18088
18090
|
centerAffix?: boolean | undefined;
|
|
@@ -18121,7 +18123,7 @@ declare const VCombobox: {
|
|
|
18121
18123
|
ref_for?: boolean | undefined;
|
|
18122
18124
|
ref_key?: string | undefined;
|
|
18123
18125
|
theme?: string | undefined;
|
|
18124
|
-
counter?: string | number |
|
|
18126
|
+
counter?: string | number | boolean | undefined;
|
|
18125
18127
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
18126
18128
|
[key: string]: any;
|
|
18127
18129
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -18394,7 +18396,7 @@ declare const VCombobox: {
|
|
|
18394
18396
|
valueComparator: typeof deepEqual;
|
|
18395
18397
|
clearIcon: IconValue;
|
|
18396
18398
|
focused: boolean;
|
|
18397
|
-
errorMessages: string | readonly string[];
|
|
18399
|
+
errorMessages: string | readonly string[] | null;
|
|
18398
18400
|
maxErrors: string | number;
|
|
18399
18401
|
rules: readonly ValidationRule$1[];
|
|
18400
18402
|
persistentHint: boolean;
|
|
@@ -18429,7 +18431,7 @@ declare const VCombobox: {
|
|
|
18429
18431
|
delimiters?: readonly string[] | undefined;
|
|
18430
18432
|
placeholder?: string | undefined;
|
|
18431
18433
|
theme?: string | undefined;
|
|
18432
|
-
counter?: string | number |
|
|
18434
|
+
counter?: string | number | boolean | undefined;
|
|
18433
18435
|
rounded?: string | number | boolean | undefined;
|
|
18434
18436
|
bgColor?: string | undefined;
|
|
18435
18437
|
prependIcon?: IconValue | undefined;
|
|
@@ -18602,7 +18604,7 @@ declare const VCombobox: {
|
|
|
18602
18604
|
valueComparator: typeof deepEqual;
|
|
18603
18605
|
clearIcon: IconValue;
|
|
18604
18606
|
focused: boolean;
|
|
18605
|
-
errorMessages: string | readonly string[];
|
|
18607
|
+
errorMessages: string | readonly string[] | null;
|
|
18606
18608
|
maxErrors: string | number;
|
|
18607
18609
|
rules: readonly ValidationRule$1[];
|
|
18608
18610
|
centerAffix: boolean;
|
|
@@ -18731,7 +18733,7 @@ declare const VCombobox: {
|
|
|
18731
18733
|
valueComparator: typeof deepEqual;
|
|
18732
18734
|
clearIcon: IconValue;
|
|
18733
18735
|
focused: boolean;
|
|
18734
|
-
errorMessages: string | readonly string[];
|
|
18736
|
+
errorMessages: string | readonly string[] | null;
|
|
18735
18737
|
maxErrors: string | number;
|
|
18736
18738
|
rules: readonly ValidationRule$1[];
|
|
18737
18739
|
persistentHint: boolean;
|
|
@@ -18766,7 +18768,7 @@ declare const VCombobox: {
|
|
|
18766
18768
|
delimiters?: readonly string[] | undefined;
|
|
18767
18769
|
placeholder?: string | undefined;
|
|
18768
18770
|
theme?: string | undefined;
|
|
18769
|
-
counter?: string | number |
|
|
18771
|
+
counter?: string | number | boolean | undefined;
|
|
18770
18772
|
rounded?: string | number | boolean | undefined;
|
|
18771
18773
|
bgColor?: string | undefined;
|
|
18772
18774
|
prependIcon?: IconValue | undefined;
|
|
@@ -18937,7 +18939,7 @@ declare const VCombobox: {
|
|
|
18937
18939
|
valueComparator: typeof deepEqual;
|
|
18938
18940
|
clearIcon: IconValue;
|
|
18939
18941
|
focused: boolean;
|
|
18940
|
-
errorMessages: string | readonly string[];
|
|
18942
|
+
errorMessages: string | readonly string[] | null;
|
|
18941
18943
|
maxErrors: string | number;
|
|
18942
18944
|
rules: readonly ValidationRule$1[];
|
|
18943
18945
|
persistentHint: boolean;
|
|
@@ -18972,7 +18974,7 @@ declare const VCombobox: {
|
|
|
18972
18974
|
delimiters?: readonly string[] | undefined;
|
|
18973
18975
|
placeholder?: string | undefined;
|
|
18974
18976
|
theme?: string | undefined;
|
|
18975
|
-
counter?: string | number |
|
|
18977
|
+
counter?: string | number | boolean | undefined;
|
|
18976
18978
|
rounded?: string | number | boolean | undefined;
|
|
18977
18979
|
bgColor?: string | undefined;
|
|
18978
18980
|
prependIcon?: IconValue | undefined;
|
|
@@ -19145,7 +19147,7 @@ declare const VCombobox: {
|
|
|
19145
19147
|
valueComparator: typeof deepEqual;
|
|
19146
19148
|
clearIcon: IconValue;
|
|
19147
19149
|
focused: boolean;
|
|
19148
|
-
errorMessages: string | readonly string[];
|
|
19150
|
+
errorMessages: string | readonly string[] | null;
|
|
19149
19151
|
maxErrors: string | number;
|
|
19150
19152
|
rules: readonly ValidationRule$1[];
|
|
19151
19153
|
centerAffix: boolean;
|
|
@@ -19332,7 +19334,7 @@ declare const VCombobox: {
|
|
|
19332
19334
|
class: PropType<any>;
|
|
19333
19335
|
placeholder: StringConstructor;
|
|
19334
19336
|
theme: StringConstructor;
|
|
19335
|
-
counter:
|
|
19337
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19336
19338
|
messages: {
|
|
19337
19339
|
type: PropType<string | readonly string[]>;
|
|
19338
19340
|
default: () => never[];
|
|
@@ -19372,7 +19374,7 @@ declare const VCombobox: {
|
|
|
19372
19374
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
19373
19375
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
19374
19376
|
errorMessages: {
|
|
19375
|
-
type: PropType<string | readonly string[]>;
|
|
19377
|
+
type: PropType<string | readonly string[] | null>;
|
|
19376
19378
|
default: () => never[];
|
|
19377
19379
|
};
|
|
19378
19380
|
maxErrors: {
|
|
@@ -19643,7 +19645,7 @@ declare const VCombobox: {
|
|
|
19643
19645
|
class: PropType<any>;
|
|
19644
19646
|
placeholder: StringConstructor;
|
|
19645
19647
|
theme: StringConstructor;
|
|
19646
|
-
counter:
|
|
19648
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
19647
19649
|
messages: {
|
|
19648
19650
|
type: PropType<string | readonly string[]>;
|
|
19649
19651
|
default: () => never[];
|
|
@@ -19683,7 +19685,7 @@ declare const VCombobox: {
|
|
|
19683
19685
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
19684
19686
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
19685
19687
|
errorMessages: {
|
|
19686
|
-
type: PropType<string | readonly string[]>;
|
|
19688
|
+
type: PropType<string | readonly string[] | null>;
|
|
19687
19689
|
default: () => never[];
|
|
19688
19690
|
};
|
|
19689
19691
|
maxErrors: {
|
|
@@ -23666,7 +23668,7 @@ declare const VFileInput: {
|
|
|
23666
23668
|
prependIcon?: NonNullable<IconValue> | undefined;
|
|
23667
23669
|
clearIcon?: IconValue | undefined;
|
|
23668
23670
|
focused?: boolean | undefined;
|
|
23669
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
23671
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
23670
23672
|
maxErrors?: string | number | undefined;
|
|
23671
23673
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
23672
23674
|
centerAffix?: boolean | undefined;
|
|
@@ -23881,7 +23883,7 @@ declare const VFileInput: {
|
|
|
23881
23883
|
prependIcon: NonNullable<IconValue>;
|
|
23882
23884
|
clearIcon: IconValue;
|
|
23883
23885
|
focused: boolean;
|
|
23884
|
-
errorMessages: string | readonly string[];
|
|
23886
|
+
errorMessages: string | readonly string[] | null;
|
|
23885
23887
|
maxErrors: string | number;
|
|
23886
23888
|
rules: readonly ValidationRule$1[];
|
|
23887
23889
|
persistentHint: boolean;
|
|
@@ -23998,7 +24000,7 @@ declare const VFileInput: {
|
|
|
23998
24000
|
messages?: string | readonly string[] | undefined;
|
|
23999
24001
|
density?: Density | undefined;
|
|
24000
24002
|
focused?: boolean | undefined;
|
|
24001
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
24003
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
24002
24004
|
maxErrors?: string | number | undefined;
|
|
24003
24005
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
24004
24006
|
centerAffix?: boolean | undefined;
|
|
@@ -24116,7 +24118,7 @@ declare const VFileInput: {
|
|
|
24116
24118
|
messages: string | readonly string[];
|
|
24117
24119
|
density: Density;
|
|
24118
24120
|
focused: boolean;
|
|
24119
|
-
errorMessages: string | readonly string[];
|
|
24121
|
+
errorMessages: string | readonly string[] | null;
|
|
24120
24122
|
maxErrors: string | number;
|
|
24121
24123
|
rules: readonly ValidationRule$1[];
|
|
24122
24124
|
centerAffix: boolean;
|
|
@@ -24174,7 +24176,7 @@ declare const VFileInput: {
|
|
|
24174
24176
|
messages: string | readonly string[];
|
|
24175
24177
|
density: Density;
|
|
24176
24178
|
focused: boolean;
|
|
24177
|
-
errorMessages: string | readonly string[];
|
|
24179
|
+
errorMessages: string | readonly string[] | null;
|
|
24178
24180
|
maxErrors: string | number;
|
|
24179
24181
|
rules: readonly ValidationRule$1[];
|
|
24180
24182
|
centerAffix: boolean;
|
|
@@ -24224,7 +24226,7 @@ declare const VFileInput: {
|
|
|
24224
24226
|
messages: string | readonly string[];
|
|
24225
24227
|
density: Density;
|
|
24226
24228
|
focused: boolean;
|
|
24227
|
-
errorMessages: string | readonly string[];
|
|
24229
|
+
errorMessages: string | readonly string[] | null;
|
|
24228
24230
|
maxErrors: string | number;
|
|
24229
24231
|
rules: readonly ValidationRule$1[];
|
|
24230
24232
|
centerAffix: boolean;
|
|
@@ -24295,7 +24297,7 @@ declare const VFileInput: {
|
|
|
24295
24297
|
prependIcon: NonNullable<IconValue>;
|
|
24296
24298
|
clearIcon: IconValue;
|
|
24297
24299
|
focused: boolean;
|
|
24298
|
-
errorMessages: string | readonly string[];
|
|
24300
|
+
errorMessages: string | readonly string[] | null;
|
|
24299
24301
|
maxErrors: string | number;
|
|
24300
24302
|
rules: readonly ValidationRule$1[];
|
|
24301
24303
|
centerAffix: boolean;
|
|
@@ -24390,7 +24392,7 @@ declare const VFileInput: {
|
|
|
24390
24392
|
prependIcon: NonNullable<IconValue>;
|
|
24391
24393
|
clearIcon: IconValue;
|
|
24392
24394
|
focused: boolean;
|
|
24393
|
-
errorMessages: string | readonly string[];
|
|
24395
|
+
errorMessages: string | readonly string[] | null;
|
|
24394
24396
|
maxErrors: string | number;
|
|
24395
24397
|
rules: readonly ValidationRule$1[];
|
|
24396
24398
|
persistentHint: boolean;
|
|
@@ -24507,7 +24509,7 @@ declare const VFileInput: {
|
|
|
24507
24509
|
messages?: string | readonly string[] | undefined;
|
|
24508
24510
|
density?: Density | undefined;
|
|
24509
24511
|
focused?: boolean | undefined;
|
|
24510
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
24512
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
24511
24513
|
maxErrors?: string | number | undefined;
|
|
24512
24514
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
24513
24515
|
centerAffix?: boolean | undefined;
|
|
@@ -24625,7 +24627,7 @@ declare const VFileInput: {
|
|
|
24625
24627
|
messages: string | readonly string[];
|
|
24626
24628
|
density: Density;
|
|
24627
24629
|
focused: boolean;
|
|
24628
|
-
errorMessages: string | readonly string[];
|
|
24630
|
+
errorMessages: string | readonly string[] | null;
|
|
24629
24631
|
maxErrors: string | number;
|
|
24630
24632
|
rules: readonly ValidationRule$1[];
|
|
24631
24633
|
centerAffix: boolean;
|
|
@@ -24683,7 +24685,7 @@ declare const VFileInput: {
|
|
|
24683
24685
|
messages: string | readonly string[];
|
|
24684
24686
|
density: Density;
|
|
24685
24687
|
focused: boolean;
|
|
24686
|
-
errorMessages: string | readonly string[];
|
|
24688
|
+
errorMessages: string | readonly string[] | null;
|
|
24687
24689
|
maxErrors: string | number;
|
|
24688
24690
|
rules: readonly ValidationRule$1[];
|
|
24689
24691
|
centerAffix: boolean;
|
|
@@ -24733,7 +24735,7 @@ declare const VFileInput: {
|
|
|
24733
24735
|
messages: string | readonly string[];
|
|
24734
24736
|
density: Density;
|
|
24735
24737
|
focused: boolean;
|
|
24736
|
-
errorMessages: string | readonly string[];
|
|
24738
|
+
errorMessages: string | readonly string[] | null;
|
|
24737
24739
|
maxErrors: string | number;
|
|
24738
24740
|
rules: readonly ValidationRule$1[];
|
|
24739
24741
|
centerAffix: boolean;
|
|
@@ -24802,7 +24804,7 @@ declare const VFileInput: {
|
|
|
24802
24804
|
prependIcon: NonNullable<IconValue>;
|
|
24803
24805
|
clearIcon: IconValue;
|
|
24804
24806
|
focused: boolean;
|
|
24805
|
-
errorMessages: string | readonly string[];
|
|
24807
|
+
errorMessages: string | readonly string[] | null;
|
|
24806
24808
|
maxErrors: string | number;
|
|
24807
24809
|
rules: readonly ValidationRule$1[];
|
|
24808
24810
|
persistentHint: boolean;
|
|
@@ -24919,7 +24921,7 @@ declare const VFileInput: {
|
|
|
24919
24921
|
messages?: string | readonly string[] | undefined;
|
|
24920
24922
|
density?: Density | undefined;
|
|
24921
24923
|
focused?: boolean | undefined;
|
|
24922
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
24924
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
24923
24925
|
maxErrors?: string | number | undefined;
|
|
24924
24926
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
24925
24927
|
centerAffix?: boolean | undefined;
|
|
@@ -25037,7 +25039,7 @@ declare const VFileInput: {
|
|
|
25037
25039
|
messages: string | readonly string[];
|
|
25038
25040
|
density: Density;
|
|
25039
25041
|
focused: boolean;
|
|
25040
|
-
errorMessages: string | readonly string[];
|
|
25042
|
+
errorMessages: string | readonly string[] | null;
|
|
25041
25043
|
maxErrors: string | number;
|
|
25042
25044
|
rules: readonly ValidationRule$1[];
|
|
25043
25045
|
centerAffix: boolean;
|
|
@@ -25095,7 +25097,7 @@ declare const VFileInput: {
|
|
|
25095
25097
|
messages: string | readonly string[];
|
|
25096
25098
|
density: Density;
|
|
25097
25099
|
focused: boolean;
|
|
25098
|
-
errorMessages: string | readonly string[];
|
|
25100
|
+
errorMessages: string | readonly string[] | null;
|
|
25099
25101
|
maxErrors: string | number;
|
|
25100
25102
|
rules: readonly ValidationRule$1[];
|
|
25101
25103
|
centerAffix: boolean;
|
|
@@ -25145,7 +25147,7 @@ declare const VFileInput: {
|
|
|
25145
25147
|
messages: string | readonly string[];
|
|
25146
25148
|
density: Density;
|
|
25147
25149
|
focused: boolean;
|
|
25148
|
-
errorMessages: string | readonly string[];
|
|
25150
|
+
errorMessages: string | readonly string[] | null;
|
|
25149
25151
|
maxErrors: string | number;
|
|
25150
25152
|
rules: readonly ValidationRule$1[];
|
|
25151
25153
|
centerAffix: boolean;
|
|
@@ -25216,7 +25218,7 @@ declare const VFileInput: {
|
|
|
25216
25218
|
prependIcon: NonNullable<IconValue>;
|
|
25217
25219
|
clearIcon: IconValue;
|
|
25218
25220
|
focused: boolean;
|
|
25219
|
-
errorMessages: string | readonly string[];
|
|
25221
|
+
errorMessages: string | readonly string[] | null;
|
|
25220
25222
|
maxErrors: string | number;
|
|
25221
25223
|
rules: readonly ValidationRule$1[];
|
|
25222
25224
|
centerAffix: boolean;
|
|
@@ -25330,7 +25332,7 @@ declare const VFileInput: {
|
|
|
25330
25332
|
focused: BooleanConstructor;
|
|
25331
25333
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
25332
25334
|
errorMessages: {
|
|
25333
|
-
type: PropType<string | readonly string[]>;
|
|
25335
|
+
type: PropType<string | readonly string[] | null>;
|
|
25334
25336
|
default: () => never[];
|
|
25335
25337
|
};
|
|
25336
25338
|
maxErrors: {
|
|
@@ -25446,7 +25448,7 @@ declare const VFileInput: {
|
|
|
25446
25448
|
focused: BooleanConstructor;
|
|
25447
25449
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
25448
25450
|
errorMessages: {
|
|
25449
|
-
type: PropType<string | readonly string[]>;
|
|
25451
|
+
type: PropType<string | readonly string[] | null>;
|
|
25450
25452
|
default: () => never[];
|
|
25451
25453
|
};
|
|
25452
25454
|
maxErrors: {
|
|
@@ -38346,7 +38348,7 @@ declare const VRadioGroup: {
|
|
|
38346
38348
|
trueIcon?: IconValue | undefined;
|
|
38347
38349
|
valueComparator?: typeof deepEqual | undefined;
|
|
38348
38350
|
focused?: boolean | undefined;
|
|
38349
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
38351
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
38350
38352
|
maxErrors?: string | number | undefined;
|
|
38351
38353
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
38352
38354
|
centerAffix?: boolean | undefined;
|
|
@@ -38492,7 +38494,7 @@ declare const VRadioGroup: {
|
|
|
38492
38494
|
trueIcon: IconValue;
|
|
38493
38495
|
valueComparator: typeof deepEqual;
|
|
38494
38496
|
focused: boolean;
|
|
38495
|
-
errorMessages: string | readonly string[];
|
|
38497
|
+
errorMessages: string | readonly string[] | null;
|
|
38496
38498
|
maxErrors: string | number;
|
|
38497
38499
|
rules: readonly ValidationRule$1[];
|
|
38498
38500
|
centerAffix: boolean;
|
|
@@ -38568,7 +38570,7 @@ declare const VRadioGroup: {
|
|
|
38568
38570
|
trueIcon: IconValue;
|
|
38569
38571
|
valueComparator: typeof deepEqual;
|
|
38570
38572
|
focused: boolean;
|
|
38571
|
-
errorMessages: string | readonly string[];
|
|
38573
|
+
errorMessages: string | readonly string[] | null;
|
|
38572
38574
|
maxErrors: string | number;
|
|
38573
38575
|
rules: readonly ValidationRule$1[];
|
|
38574
38576
|
centerAffix: boolean;
|
|
@@ -38631,7 +38633,7 @@ declare const VRadioGroup: {
|
|
|
38631
38633
|
trueIcon: IconValue;
|
|
38632
38634
|
valueComparator: typeof deepEqual;
|
|
38633
38635
|
focused: boolean;
|
|
38634
|
-
errorMessages: string | readonly string[];
|
|
38636
|
+
errorMessages: string | readonly string[] | null;
|
|
38635
38637
|
maxErrors: string | number;
|
|
38636
38638
|
rules: readonly ValidationRule$1[];
|
|
38637
38639
|
centerAffix: boolean;
|
|
@@ -38709,7 +38711,7 @@ declare const VRadioGroup: {
|
|
|
38709
38711
|
trueIcon: IconValue;
|
|
38710
38712
|
valueComparator: typeof deepEqual;
|
|
38711
38713
|
focused: boolean;
|
|
38712
|
-
errorMessages: string | readonly string[];
|
|
38714
|
+
errorMessages: string | readonly string[] | null;
|
|
38713
38715
|
maxErrors: string | number;
|
|
38714
38716
|
rules: readonly ValidationRule$1[];
|
|
38715
38717
|
centerAffix: boolean;
|
|
@@ -38785,7 +38787,7 @@ declare const VRadioGroup: {
|
|
|
38785
38787
|
trueIcon: IconValue;
|
|
38786
38788
|
valueComparator: typeof deepEqual;
|
|
38787
38789
|
focused: boolean;
|
|
38788
|
-
errorMessages: string | readonly string[];
|
|
38790
|
+
errorMessages: string | readonly string[] | null;
|
|
38789
38791
|
maxErrors: string | number;
|
|
38790
38792
|
rules: readonly ValidationRule$1[];
|
|
38791
38793
|
centerAffix: boolean;
|
|
@@ -38859,7 +38861,7 @@ declare const VRadioGroup: {
|
|
|
38859
38861
|
focused: BooleanConstructor;
|
|
38860
38862
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
38861
38863
|
errorMessages: {
|
|
38862
|
-
type: vue.PropType<string | readonly string[]>;
|
|
38864
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
38863
38865
|
default: () => never[];
|
|
38864
38866
|
};
|
|
38865
38867
|
maxErrors: {
|
|
@@ -38944,7 +38946,7 @@ declare const VRadioGroup: {
|
|
|
38944
38946
|
focused: BooleanConstructor;
|
|
38945
38947
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
38946
38948
|
errorMessages: {
|
|
38947
|
-
type: vue.PropType<string | readonly string[]>;
|
|
38949
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
38948
38950
|
default: () => never[];
|
|
38949
38951
|
};
|
|
38950
38952
|
maxErrors: {
|
|
@@ -39012,7 +39014,7 @@ declare const VRangeSlider: {
|
|
|
39012
39014
|
density?: Density | undefined;
|
|
39013
39015
|
modelValue?: readonly (string | number)[] | undefined;
|
|
39014
39016
|
focused?: boolean | undefined;
|
|
39015
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
39017
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
39016
39018
|
maxErrors?: string | number | undefined;
|
|
39017
39019
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
39018
39020
|
centerAffix?: boolean | undefined;
|
|
@@ -39186,7 +39188,7 @@ declare const VRangeSlider: {
|
|
|
39186
39188
|
density: Density;
|
|
39187
39189
|
modelValue: readonly (string | number)[];
|
|
39188
39190
|
focused: boolean;
|
|
39189
|
-
errorMessages: string | readonly string[];
|
|
39191
|
+
errorMessages: string | readonly string[] | null;
|
|
39190
39192
|
maxErrors: string | number;
|
|
39191
39193
|
rules: readonly ValidationRule$1[];
|
|
39192
39194
|
centerAffix: boolean;
|
|
@@ -39288,7 +39290,7 @@ declare const VRangeSlider: {
|
|
|
39288
39290
|
density: Density;
|
|
39289
39291
|
modelValue: readonly (string | number)[];
|
|
39290
39292
|
focused: boolean;
|
|
39291
|
-
errorMessages: string | readonly string[];
|
|
39293
|
+
errorMessages: string | readonly string[] | null;
|
|
39292
39294
|
maxErrors: string | number;
|
|
39293
39295
|
rules: readonly ValidationRule$1[];
|
|
39294
39296
|
centerAffix: boolean;
|
|
@@ -39364,7 +39366,7 @@ declare const VRangeSlider: {
|
|
|
39364
39366
|
density: Density;
|
|
39365
39367
|
modelValue: readonly (string | number)[];
|
|
39366
39368
|
focused: boolean;
|
|
39367
|
-
errorMessages: string | readonly string[];
|
|
39369
|
+
errorMessages: string | readonly string[] | null;
|
|
39368
39370
|
maxErrors: string | number;
|
|
39369
39371
|
rules: readonly ValidationRule$1[];
|
|
39370
39372
|
centerAffix: boolean;
|
|
@@ -39464,7 +39466,7 @@ declare const VRangeSlider: {
|
|
|
39464
39466
|
density: Density;
|
|
39465
39467
|
modelValue: readonly (string | number)[];
|
|
39466
39468
|
focused: boolean;
|
|
39467
|
-
errorMessages: string | readonly string[];
|
|
39469
|
+
errorMessages: string | readonly string[] | null;
|
|
39468
39470
|
maxErrors: string | number;
|
|
39469
39471
|
rules: readonly ValidationRule$1[];
|
|
39470
39472
|
centerAffix: boolean;
|
|
@@ -39566,7 +39568,7 @@ declare const VRangeSlider: {
|
|
|
39566
39568
|
density: Density;
|
|
39567
39569
|
modelValue: readonly (string | number)[];
|
|
39568
39570
|
focused: boolean;
|
|
39569
|
-
errorMessages: string | readonly string[];
|
|
39571
|
+
errorMessages: string | readonly string[] | null;
|
|
39570
39572
|
maxErrors: string | number;
|
|
39571
39573
|
rules: readonly ValidationRule$1[];
|
|
39572
39574
|
centerAffix: boolean;
|
|
@@ -39682,7 +39684,7 @@ declare const VRangeSlider: {
|
|
|
39682
39684
|
focused: BooleanConstructor;
|
|
39683
39685
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
39684
39686
|
errorMessages: {
|
|
39685
|
-
type: PropType<string | readonly string[]>;
|
|
39687
|
+
type: PropType<string | readonly string[] | null>;
|
|
39686
39688
|
default: () => never[];
|
|
39687
39689
|
};
|
|
39688
39690
|
maxErrors: {
|
|
@@ -39799,7 +39801,7 @@ declare const VRangeSlider: {
|
|
|
39799
39801
|
focused: BooleanConstructor;
|
|
39800
39802
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
39801
39803
|
errorMessages: {
|
|
39802
|
-
type: PropType<string | readonly string[]>;
|
|
39804
|
+
type: PropType<string | readonly string[] | null>;
|
|
39803
39805
|
default: () => never[];
|
|
39804
39806
|
};
|
|
39805
39807
|
maxErrors: {
|
|
@@ -40533,7 +40535,7 @@ declare const VSelect: {
|
|
|
40533
40535
|
valueComparator?: typeof deepEqual | undefined;
|
|
40534
40536
|
clearIcon?: IconValue | undefined;
|
|
40535
40537
|
focused?: boolean | undefined;
|
|
40536
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
40538
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
40537
40539
|
maxErrors?: string | number | undefined;
|
|
40538
40540
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
40539
40541
|
centerAffix?: boolean | undefined;
|
|
@@ -40568,7 +40570,7 @@ declare const VSelect: {
|
|
|
40568
40570
|
ref_for?: boolean | undefined;
|
|
40569
40571
|
ref_key?: string | undefined;
|
|
40570
40572
|
theme?: string | undefined;
|
|
40571
|
-
counter?: string | number |
|
|
40573
|
+
counter?: string | number | boolean | undefined;
|
|
40572
40574
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40573
40575
|
[key: string]: any;
|
|
40574
40576
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -40839,7 +40841,7 @@ declare const VSelect: {
|
|
|
40839
40841
|
valueComparator: typeof deepEqual;
|
|
40840
40842
|
clearIcon: IconValue;
|
|
40841
40843
|
focused: boolean;
|
|
40842
|
-
errorMessages: string | readonly string[];
|
|
40844
|
+
errorMessages: string | readonly string[] | null;
|
|
40843
40845
|
maxErrors: string | number;
|
|
40844
40846
|
rules: readonly ValidationRule$1[];
|
|
40845
40847
|
persistentHint: boolean;
|
|
@@ -40870,7 +40872,7 @@ declare const VSelect: {
|
|
|
40870
40872
|
class?: any;
|
|
40871
40873
|
placeholder?: string | undefined;
|
|
40872
40874
|
theme?: string | undefined;
|
|
40873
|
-
counter?: string | number |
|
|
40875
|
+
counter?: string | number | boolean | undefined;
|
|
40874
40876
|
rounded?: string | number | boolean | undefined;
|
|
40875
40877
|
bgColor?: string | undefined;
|
|
40876
40878
|
prependIcon?: IconValue | undefined;
|
|
@@ -41040,7 +41042,7 @@ declare const VSelect: {
|
|
|
41040
41042
|
valueComparator: typeof deepEqual;
|
|
41041
41043
|
clearIcon: IconValue;
|
|
41042
41044
|
focused: boolean;
|
|
41043
|
-
errorMessages: string | readonly string[];
|
|
41045
|
+
errorMessages: string | readonly string[] | null;
|
|
41044
41046
|
maxErrors: string | number;
|
|
41045
41047
|
rules: readonly ValidationRule$1[];
|
|
41046
41048
|
centerAffix: boolean;
|
|
@@ -41168,7 +41170,7 @@ declare const VSelect: {
|
|
|
41168
41170
|
valueComparator: typeof deepEqual;
|
|
41169
41171
|
clearIcon: IconValue;
|
|
41170
41172
|
focused: boolean;
|
|
41171
|
-
errorMessages: string | readonly string[];
|
|
41173
|
+
errorMessages: string | readonly string[] | null;
|
|
41172
41174
|
maxErrors: string | number;
|
|
41173
41175
|
rules: readonly ValidationRule$1[];
|
|
41174
41176
|
persistentHint: boolean;
|
|
@@ -41199,7 +41201,7 @@ declare const VSelect: {
|
|
|
41199
41201
|
class?: any;
|
|
41200
41202
|
placeholder?: string | undefined;
|
|
41201
41203
|
theme?: string | undefined;
|
|
41202
|
-
counter?: string | number |
|
|
41204
|
+
counter?: string | number | boolean | undefined;
|
|
41203
41205
|
rounded?: string | number | boolean | undefined;
|
|
41204
41206
|
bgColor?: string | undefined;
|
|
41205
41207
|
prependIcon?: IconValue | undefined;
|
|
@@ -41368,7 +41370,7 @@ declare const VSelect: {
|
|
|
41368
41370
|
valueComparator: typeof deepEqual;
|
|
41369
41371
|
clearIcon: IconValue;
|
|
41370
41372
|
focused: boolean;
|
|
41371
|
-
errorMessages: string | readonly string[];
|
|
41373
|
+
errorMessages: string | readonly string[] | null;
|
|
41372
41374
|
maxErrors: string | number;
|
|
41373
41375
|
rules: readonly ValidationRule$1[];
|
|
41374
41376
|
persistentHint: boolean;
|
|
@@ -41399,7 +41401,7 @@ declare const VSelect: {
|
|
|
41399
41401
|
class?: any;
|
|
41400
41402
|
placeholder?: string | undefined;
|
|
41401
41403
|
theme?: string | undefined;
|
|
41402
|
-
counter?: string | number |
|
|
41404
|
+
counter?: string | number | boolean | undefined;
|
|
41403
41405
|
rounded?: string | number | boolean | undefined;
|
|
41404
41406
|
bgColor?: string | undefined;
|
|
41405
41407
|
prependIcon?: IconValue | undefined;
|
|
@@ -41569,7 +41571,7 @@ declare const VSelect: {
|
|
|
41569
41571
|
valueComparator: typeof deepEqual;
|
|
41570
41572
|
clearIcon: IconValue;
|
|
41571
41573
|
focused: boolean;
|
|
41572
|
-
errorMessages: string | readonly string[];
|
|
41574
|
+
errorMessages: string | readonly string[] | null;
|
|
41573
41575
|
maxErrors: string | number;
|
|
41574
41576
|
rules: readonly ValidationRule$1[];
|
|
41575
41577
|
centerAffix: boolean;
|
|
@@ -41757,7 +41759,7 @@ declare const VSelect: {
|
|
|
41757
41759
|
class: PropType<any>;
|
|
41758
41760
|
placeholder: StringConstructor;
|
|
41759
41761
|
theme: StringConstructor;
|
|
41760
|
-
counter:
|
|
41762
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
41761
41763
|
messages: {
|
|
41762
41764
|
type: PropType<string | readonly string[]>;
|
|
41763
41765
|
default: () => never[];
|
|
@@ -41797,7 +41799,7 @@ declare const VSelect: {
|
|
|
41797
41799
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
41798
41800
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
41799
41801
|
errorMessages: {
|
|
41800
|
-
type: PropType<string | readonly string[]>;
|
|
41802
|
+
type: PropType<string | readonly string[] | null>;
|
|
41801
41803
|
default: () => never[];
|
|
41802
41804
|
};
|
|
41803
41805
|
maxErrors: {
|
|
@@ -42051,7 +42053,7 @@ declare const VSelect: {
|
|
|
42051
42053
|
class: PropType<any>;
|
|
42052
42054
|
placeholder: StringConstructor;
|
|
42053
42055
|
theme: StringConstructor;
|
|
42054
|
-
counter:
|
|
42056
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
42055
42057
|
messages: {
|
|
42056
42058
|
type: PropType<string | readonly string[]>;
|
|
42057
42059
|
default: () => never[];
|
|
@@ -42091,7 +42093,7 @@ declare const VSelect: {
|
|
|
42091
42093
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
42092
42094
|
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
|
42093
42095
|
errorMessages: {
|
|
42094
|
-
type: PropType<string | readonly string[]>;
|
|
42096
|
+
type: PropType<string | readonly string[] | null>;
|
|
42095
42097
|
default: () => never[];
|
|
42096
42098
|
};
|
|
42097
42099
|
maxErrors: {
|
|
@@ -43256,7 +43258,7 @@ declare const VSlider: {
|
|
|
43256
43258
|
density?: Density | undefined;
|
|
43257
43259
|
modelValue?: string | number | undefined;
|
|
43258
43260
|
focused?: boolean | undefined;
|
|
43259
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
43261
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
43260
43262
|
maxErrors?: string | number | undefined;
|
|
43261
43263
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
43262
43264
|
centerAffix?: boolean | undefined;
|
|
@@ -43429,7 +43431,7 @@ declare const VSlider: {
|
|
|
43429
43431
|
density: Density;
|
|
43430
43432
|
modelValue: string | number;
|
|
43431
43433
|
focused: boolean;
|
|
43432
|
-
errorMessages: string | readonly string[];
|
|
43434
|
+
errorMessages: string | readonly string[] | null;
|
|
43433
43435
|
maxErrors: string | number;
|
|
43434
43436
|
rules: readonly ValidationRule$1[];
|
|
43435
43437
|
centerAffix: boolean;
|
|
@@ -43530,7 +43532,7 @@ declare const VSlider: {
|
|
|
43530
43532
|
density: Density;
|
|
43531
43533
|
modelValue: string | number;
|
|
43532
43534
|
focused: boolean;
|
|
43533
|
-
errorMessages: string | readonly string[];
|
|
43535
|
+
errorMessages: string | readonly string[] | null;
|
|
43534
43536
|
maxErrors: string | number;
|
|
43535
43537
|
rules: readonly ValidationRule$1[];
|
|
43536
43538
|
centerAffix: boolean;
|
|
@@ -43605,7 +43607,7 @@ declare const VSlider: {
|
|
|
43605
43607
|
density: Density;
|
|
43606
43608
|
modelValue: string | number;
|
|
43607
43609
|
focused: boolean;
|
|
43608
|
-
errorMessages: string | readonly string[];
|
|
43610
|
+
errorMessages: string | readonly string[] | null;
|
|
43609
43611
|
maxErrors: string | number;
|
|
43610
43612
|
rules: readonly ValidationRule$1[];
|
|
43611
43613
|
centerAffix: boolean;
|
|
@@ -43704,7 +43706,7 @@ declare const VSlider: {
|
|
|
43704
43706
|
density: Density;
|
|
43705
43707
|
modelValue: string | number;
|
|
43706
43708
|
focused: boolean;
|
|
43707
|
-
errorMessages: string | readonly string[];
|
|
43709
|
+
errorMessages: string | readonly string[] | null;
|
|
43708
43710
|
maxErrors: string | number;
|
|
43709
43711
|
rules: readonly ValidationRule$1[];
|
|
43710
43712
|
centerAffix: boolean;
|
|
@@ -43805,7 +43807,7 @@ declare const VSlider: {
|
|
|
43805
43807
|
density: Density;
|
|
43806
43808
|
modelValue: string | number;
|
|
43807
43809
|
focused: boolean;
|
|
43808
|
-
errorMessages: string | readonly string[];
|
|
43810
|
+
errorMessages: string | readonly string[] | null;
|
|
43809
43811
|
maxErrors: string | number;
|
|
43810
43812
|
rules: readonly ValidationRule$1[];
|
|
43811
43813
|
centerAffix: boolean;
|
|
@@ -43858,7 +43860,7 @@ declare const VSlider: {
|
|
|
43858
43860
|
};
|
|
43859
43861
|
error: BooleanConstructor;
|
|
43860
43862
|
errorMessages: {
|
|
43861
|
-
type: vue.PropType<string | readonly string[]>;
|
|
43863
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
43862
43864
|
default: () => never[];
|
|
43863
43865
|
};
|
|
43864
43866
|
maxErrors: {
|
|
@@ -43974,7 +43976,7 @@ declare const VSlider: {
|
|
|
43974
43976
|
};
|
|
43975
43977
|
error: BooleanConstructor;
|
|
43976
43978
|
errorMessages: {
|
|
43977
|
-
type: vue.PropType<string | readonly string[]>;
|
|
43979
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
43978
43980
|
default: () => never[];
|
|
43979
43981
|
};
|
|
43980
43982
|
maxErrors: {
|
|
@@ -45865,7 +45867,7 @@ declare const VSwitch: {
|
|
|
45865
45867
|
ripple?: boolean | undefined;
|
|
45866
45868
|
valueComparator?: typeof deepEqual | undefined;
|
|
45867
45869
|
focused?: boolean | undefined;
|
|
45868
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
45870
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
45869
45871
|
maxErrors?: string | number | undefined;
|
|
45870
45872
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
45871
45873
|
centerAffix?: boolean | undefined;
|
|
@@ -46046,7 +46048,7 @@ declare const VSwitch: {
|
|
|
46046
46048
|
ripple: boolean;
|
|
46047
46049
|
valueComparator: typeof deepEqual;
|
|
46048
46050
|
focused: boolean;
|
|
46049
|
-
errorMessages: string | readonly string[];
|
|
46051
|
+
errorMessages: string | readonly string[] | null;
|
|
46050
46052
|
maxErrors: string | number;
|
|
46051
46053
|
rules: readonly ValidationRule$1[];
|
|
46052
46054
|
centerAffix: boolean;
|
|
@@ -46151,7 +46153,7 @@ declare const VSwitch: {
|
|
|
46151
46153
|
ripple: boolean;
|
|
46152
46154
|
valueComparator: typeof deepEqual;
|
|
46153
46155
|
focused: boolean;
|
|
46154
|
-
errorMessages: string | readonly string[];
|
|
46156
|
+
errorMessages: string | readonly string[] | null;
|
|
46155
46157
|
maxErrors: string | number;
|
|
46156
46158
|
rules: readonly ValidationRule$1[];
|
|
46157
46159
|
centerAffix: boolean;
|
|
@@ -46224,7 +46226,7 @@ declare const VSwitch: {
|
|
|
46224
46226
|
ripple: boolean;
|
|
46225
46227
|
valueComparator: typeof deepEqual;
|
|
46226
46228
|
focused: boolean;
|
|
46227
|
-
errorMessages: string | readonly string[];
|
|
46229
|
+
errorMessages: string | readonly string[] | null;
|
|
46228
46230
|
maxErrors: string | number;
|
|
46229
46231
|
rules: readonly ValidationRule$1[];
|
|
46230
46232
|
centerAffix: boolean;
|
|
@@ -46329,7 +46331,7 @@ declare const VSwitch: {
|
|
|
46329
46331
|
ripple: boolean;
|
|
46330
46332
|
valueComparator: typeof deepEqual;
|
|
46331
46333
|
focused: boolean;
|
|
46332
|
-
errorMessages: string | readonly string[];
|
|
46334
|
+
errorMessages: string | readonly string[] | null;
|
|
46333
46335
|
maxErrors: string | number;
|
|
46334
46336
|
rules: readonly ValidationRule$1[];
|
|
46335
46337
|
centerAffix: boolean;
|
|
@@ -46434,7 +46436,7 @@ declare const VSwitch: {
|
|
|
46434
46436
|
ripple: boolean;
|
|
46435
46437
|
valueComparator: typeof deepEqual;
|
|
46436
46438
|
focused: boolean;
|
|
46437
|
-
errorMessages: string | readonly string[];
|
|
46439
|
+
errorMessages: string | readonly string[] | null;
|
|
46438
46440
|
maxErrors: string | number;
|
|
46439
46441
|
rules: readonly ValidationRule$1[];
|
|
46440
46442
|
centerAffix: boolean;
|
|
@@ -46516,7 +46518,7 @@ declare const VSwitch: {
|
|
|
46516
46518
|
focused: BooleanConstructor;
|
|
46517
46519
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
46518
46520
|
errorMessages: {
|
|
46519
|
-
type: vue.PropType<string | readonly string[]>;
|
|
46521
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
46520
46522
|
default: () => never[];
|
|
46521
46523
|
};
|
|
46522
46524
|
maxErrors: {
|
|
@@ -46602,7 +46604,7 @@ declare const VSwitch: {
|
|
|
46602
46604
|
focused: BooleanConstructor;
|
|
46603
46605
|
'onUpdate:focused': vue.PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
46604
46606
|
errorMessages: {
|
|
46605
|
-
type: vue.PropType<string | readonly string[]>;
|
|
46607
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
46606
46608
|
default: () => never[];
|
|
46607
46609
|
};
|
|
46608
46610
|
maxErrors: {
|
|
@@ -48132,7 +48134,7 @@ declare const VTextarea: {
|
|
|
48132
48134
|
variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
|
|
48133
48135
|
clearIcon?: IconValue | undefined;
|
|
48134
48136
|
focused?: boolean | undefined;
|
|
48135
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
48137
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
48136
48138
|
maxErrors?: string | number | undefined;
|
|
48137
48139
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
48138
48140
|
centerAffix?: boolean | undefined;
|
|
@@ -48326,7 +48328,7 @@ declare const VTextarea: {
|
|
|
48326
48328
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
48327
48329
|
clearIcon: IconValue;
|
|
48328
48330
|
focused: boolean;
|
|
48329
|
-
errorMessages: string | readonly string[];
|
|
48331
|
+
errorMessages: string | readonly string[] | null;
|
|
48330
48332
|
maxErrors: string | number;
|
|
48331
48333
|
rules: readonly ValidationRule$1[];
|
|
48332
48334
|
persistentHint: boolean;
|
|
@@ -48435,7 +48437,7 @@ declare const VTextarea: {
|
|
|
48435
48437
|
messages?: string | readonly string[] | undefined;
|
|
48436
48438
|
density?: Density | undefined;
|
|
48437
48439
|
focused?: boolean | undefined;
|
|
48438
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
48440
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
48439
48441
|
maxErrors?: string | number | undefined;
|
|
48440
48442
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
48441
48443
|
centerAffix?: boolean | undefined;
|
|
@@ -48553,7 +48555,7 @@ declare const VTextarea: {
|
|
|
48553
48555
|
messages: string | readonly string[];
|
|
48554
48556
|
density: Density;
|
|
48555
48557
|
focused: boolean;
|
|
48556
|
-
errorMessages: string | readonly string[];
|
|
48558
|
+
errorMessages: string | readonly string[] | null;
|
|
48557
48559
|
maxErrors: string | number;
|
|
48558
48560
|
rules: readonly ValidationRule$1[];
|
|
48559
48561
|
centerAffix: boolean;
|
|
@@ -48611,7 +48613,7 @@ declare const VTextarea: {
|
|
|
48611
48613
|
messages: string | readonly string[];
|
|
48612
48614
|
density: Density;
|
|
48613
48615
|
focused: boolean;
|
|
48614
|
-
errorMessages: string | readonly string[];
|
|
48616
|
+
errorMessages: string | readonly string[] | null;
|
|
48615
48617
|
maxErrors: string | number;
|
|
48616
48618
|
rules: readonly ValidationRule$1[];
|
|
48617
48619
|
centerAffix: boolean;
|
|
@@ -48661,7 +48663,7 @@ declare const VTextarea: {
|
|
|
48661
48663
|
messages: string | readonly string[];
|
|
48662
48664
|
density: Density;
|
|
48663
48665
|
focused: boolean;
|
|
48664
|
-
errorMessages: string | readonly string[];
|
|
48666
|
+
errorMessages: string | readonly string[] | null;
|
|
48665
48667
|
maxErrors: string | number;
|
|
48666
48668
|
rules: readonly ValidationRule$1[];
|
|
48667
48669
|
centerAffix: boolean;
|
|
@@ -48729,7 +48731,7 @@ declare const VTextarea: {
|
|
|
48729
48731
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
48730
48732
|
clearIcon: IconValue;
|
|
48731
48733
|
focused: boolean;
|
|
48732
|
-
errorMessages: string | readonly string[];
|
|
48734
|
+
errorMessages: string | readonly string[] | null;
|
|
48733
48735
|
maxErrors: string | number;
|
|
48734
48736
|
rules: readonly ValidationRule$1[];
|
|
48735
48737
|
centerAffix: boolean;
|
|
@@ -48812,7 +48814,7 @@ declare const VTextarea: {
|
|
|
48812
48814
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
48813
48815
|
clearIcon: IconValue;
|
|
48814
48816
|
focused: boolean;
|
|
48815
|
-
errorMessages: string | readonly string[];
|
|
48817
|
+
errorMessages: string | readonly string[] | null;
|
|
48816
48818
|
maxErrors: string | number;
|
|
48817
48819
|
rules: readonly ValidationRule$1[];
|
|
48818
48820
|
persistentHint: boolean;
|
|
@@ -48921,7 +48923,7 @@ declare const VTextarea: {
|
|
|
48921
48923
|
messages?: string | readonly string[] | undefined;
|
|
48922
48924
|
density?: Density | undefined;
|
|
48923
48925
|
focused?: boolean | undefined;
|
|
48924
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
48926
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
48925
48927
|
maxErrors?: string | number | undefined;
|
|
48926
48928
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
48927
48929
|
centerAffix?: boolean | undefined;
|
|
@@ -49039,7 +49041,7 @@ declare const VTextarea: {
|
|
|
49039
49041
|
messages: string | readonly string[];
|
|
49040
49042
|
density: Density;
|
|
49041
49043
|
focused: boolean;
|
|
49042
|
-
errorMessages: string | readonly string[];
|
|
49044
|
+
errorMessages: string | readonly string[] | null;
|
|
49043
49045
|
maxErrors: string | number;
|
|
49044
49046
|
rules: readonly ValidationRule$1[];
|
|
49045
49047
|
centerAffix: boolean;
|
|
@@ -49097,7 +49099,7 @@ declare const VTextarea: {
|
|
|
49097
49099
|
messages: string | readonly string[];
|
|
49098
49100
|
density: Density;
|
|
49099
49101
|
focused: boolean;
|
|
49100
|
-
errorMessages: string | readonly string[];
|
|
49102
|
+
errorMessages: string | readonly string[] | null;
|
|
49101
49103
|
maxErrors: string | number;
|
|
49102
49104
|
rules: readonly ValidationRule$1[];
|
|
49103
49105
|
centerAffix: boolean;
|
|
@@ -49147,7 +49149,7 @@ declare const VTextarea: {
|
|
|
49147
49149
|
messages: string | readonly string[];
|
|
49148
49150
|
density: Density;
|
|
49149
49151
|
focused: boolean;
|
|
49150
|
-
errorMessages: string | readonly string[];
|
|
49152
|
+
errorMessages: string | readonly string[] | null;
|
|
49151
49153
|
maxErrors: string | number;
|
|
49152
49154
|
rules: readonly ValidationRule$1[];
|
|
49153
49155
|
centerAffix: boolean;
|
|
@@ -49213,7 +49215,7 @@ declare const VTextarea: {
|
|
|
49213
49215
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
49214
49216
|
clearIcon: IconValue;
|
|
49215
49217
|
focused: boolean;
|
|
49216
|
-
errorMessages: string | readonly string[];
|
|
49218
|
+
errorMessages: string | readonly string[] | null;
|
|
49217
49219
|
maxErrors: string | number;
|
|
49218
49220
|
rules: readonly ValidationRule$1[];
|
|
49219
49221
|
persistentHint: boolean;
|
|
@@ -49322,7 +49324,7 @@ declare const VTextarea: {
|
|
|
49322
49324
|
messages?: string | readonly string[] | undefined;
|
|
49323
49325
|
density?: Density | undefined;
|
|
49324
49326
|
focused?: boolean | undefined;
|
|
49325
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
49327
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
49326
49328
|
maxErrors?: string | number | undefined;
|
|
49327
49329
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
49328
49330
|
centerAffix?: boolean | undefined;
|
|
@@ -49440,7 +49442,7 @@ declare const VTextarea: {
|
|
|
49440
49442
|
messages: string | readonly string[];
|
|
49441
49443
|
density: Density;
|
|
49442
49444
|
focused: boolean;
|
|
49443
|
-
errorMessages: string | readonly string[];
|
|
49445
|
+
errorMessages: string | readonly string[] | null;
|
|
49444
49446
|
maxErrors: string | number;
|
|
49445
49447
|
rules: readonly ValidationRule$1[];
|
|
49446
49448
|
centerAffix: boolean;
|
|
@@ -49498,7 +49500,7 @@ declare const VTextarea: {
|
|
|
49498
49500
|
messages: string | readonly string[];
|
|
49499
49501
|
density: Density;
|
|
49500
49502
|
focused: boolean;
|
|
49501
|
-
errorMessages: string | readonly string[];
|
|
49503
|
+
errorMessages: string | readonly string[] | null;
|
|
49502
49504
|
maxErrors: string | number;
|
|
49503
49505
|
rules: readonly ValidationRule$1[];
|
|
49504
49506
|
centerAffix: boolean;
|
|
@@ -49548,7 +49550,7 @@ declare const VTextarea: {
|
|
|
49548
49550
|
messages: string | readonly string[];
|
|
49549
49551
|
density: Density;
|
|
49550
49552
|
focused: boolean;
|
|
49551
|
-
errorMessages: string | readonly string[];
|
|
49553
|
+
errorMessages: string | readonly string[] | null;
|
|
49552
49554
|
maxErrors: string | number;
|
|
49553
49555
|
rules: readonly ValidationRule$1[];
|
|
49554
49556
|
centerAffix: boolean;
|
|
@@ -49616,7 +49618,7 @@ declare const VTextarea: {
|
|
|
49616
49618
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
49617
49619
|
clearIcon: IconValue;
|
|
49618
49620
|
focused: boolean;
|
|
49619
|
-
errorMessages: string | readonly string[];
|
|
49621
|
+
errorMessages: string | readonly string[] | null;
|
|
49620
49622
|
maxErrors: string | number;
|
|
49621
49623
|
rules: readonly ValidationRule$1[];
|
|
49622
49624
|
centerAffix: boolean;
|
|
@@ -49713,7 +49715,7 @@ declare const VTextarea: {
|
|
|
49713
49715
|
focused: BooleanConstructor;
|
|
49714
49716
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
49715
49717
|
errorMessages: {
|
|
49716
|
-
type: PropType<string | readonly string[]>;
|
|
49718
|
+
type: PropType<string | readonly string[] | null>;
|
|
49717
49719
|
default: () => never[];
|
|
49718
49720
|
};
|
|
49719
49721
|
maxErrors: {
|
|
@@ -49823,7 +49825,7 @@ declare const VTextarea: {
|
|
|
49823
49825
|
focused: BooleanConstructor;
|
|
49824
49826
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
49825
49827
|
errorMessages: {
|
|
49826
|
-
type: PropType<string | readonly string[]>;
|
|
49828
|
+
type: PropType<string | readonly string[] | null>;
|
|
49827
49829
|
default: () => never[];
|
|
49828
49830
|
};
|
|
49829
49831
|
maxErrors: {
|
|
@@ -49908,7 +49910,7 @@ declare const VTextField: {
|
|
|
49908
49910
|
variant?: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled" | undefined;
|
|
49909
49911
|
clearIcon?: IconValue | undefined;
|
|
49910
49912
|
focused?: boolean | undefined;
|
|
49911
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
49913
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
49912
49914
|
maxErrors?: string | number | undefined;
|
|
49913
49915
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
49914
49916
|
centerAffix?: boolean | undefined;
|
|
@@ -49950,7 +49952,7 @@ declare const VTextField: {
|
|
|
49950
49952
|
ref_key?: string | undefined;
|
|
49951
49953
|
theme?: string | undefined;
|
|
49952
49954
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
49953
|
-
counter?: string | number |
|
|
49955
|
+
counter?: string | number | boolean | undefined;
|
|
49954
49956
|
'v-slots'?: {
|
|
49955
49957
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
49956
49958
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -50106,7 +50108,7 @@ declare const VTextField: {
|
|
|
50106
50108
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
50107
50109
|
clearIcon: IconValue;
|
|
50108
50110
|
focused: boolean;
|
|
50109
|
-
errorMessages: string | readonly string[];
|
|
50111
|
+
errorMessages: string | readonly string[] | null;
|
|
50110
50112
|
maxErrors: string | number;
|
|
50111
50113
|
rules: readonly ValidationRule$1[];
|
|
50112
50114
|
persistentHint: boolean;
|
|
@@ -50127,7 +50129,7 @@ declare const VTextField: {
|
|
|
50127
50129
|
class?: any;
|
|
50128
50130
|
placeholder?: string | undefined;
|
|
50129
50131
|
theme?: string | undefined;
|
|
50130
|
-
counter?: string | number |
|
|
50132
|
+
counter?: string | number | boolean | undefined;
|
|
50131
50133
|
rounded?: string | number | boolean | undefined;
|
|
50132
50134
|
modelValue?: any;
|
|
50133
50135
|
bgColor?: string | undefined;
|
|
@@ -50215,7 +50217,7 @@ declare const VTextField: {
|
|
|
50215
50217
|
messages?: string | readonly string[] | undefined;
|
|
50216
50218
|
density?: Density | undefined;
|
|
50217
50219
|
focused?: boolean | undefined;
|
|
50218
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
50220
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
50219
50221
|
maxErrors?: string | number | undefined;
|
|
50220
50222
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
50221
50223
|
centerAffix?: boolean | undefined;
|
|
@@ -50333,7 +50335,7 @@ declare const VTextField: {
|
|
|
50333
50335
|
messages: string | readonly string[];
|
|
50334
50336
|
density: Density;
|
|
50335
50337
|
focused: boolean;
|
|
50336
|
-
errorMessages: string | readonly string[];
|
|
50338
|
+
errorMessages: string | readonly string[] | null;
|
|
50337
50339
|
maxErrors: string | number;
|
|
50338
50340
|
rules: readonly ValidationRule$1[];
|
|
50339
50341
|
centerAffix: boolean;
|
|
@@ -50391,7 +50393,7 @@ declare const VTextField: {
|
|
|
50391
50393
|
messages: string | readonly string[];
|
|
50392
50394
|
density: Density;
|
|
50393
50395
|
focused: boolean;
|
|
50394
|
-
errorMessages: string | readonly string[];
|
|
50396
|
+
errorMessages: string | readonly string[] | null;
|
|
50395
50397
|
maxErrors: string | number;
|
|
50396
50398
|
rules: readonly ValidationRule$1[];
|
|
50397
50399
|
centerAffix: boolean;
|
|
@@ -50441,7 +50443,7 @@ declare const VTextField: {
|
|
|
50441
50443
|
messages: string | readonly string[];
|
|
50442
50444
|
density: Density;
|
|
50443
50445
|
focused: boolean;
|
|
50444
|
-
errorMessages: string | readonly string[];
|
|
50446
|
+
errorMessages: string | readonly string[] | null;
|
|
50445
50447
|
maxErrors: string | number;
|
|
50446
50448
|
rules: readonly ValidationRule$1[];
|
|
50447
50449
|
centerAffix: boolean;
|
|
@@ -50756,7 +50758,7 @@ declare const VTextField: {
|
|
|
50756
50758
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
50757
50759
|
clearIcon: IconValue;
|
|
50758
50760
|
focused: boolean;
|
|
50759
|
-
errorMessages: string | readonly string[];
|
|
50761
|
+
errorMessages: string | readonly string[] | null;
|
|
50760
50762
|
maxErrors: string | number;
|
|
50761
50763
|
rules: readonly ValidationRule$1[];
|
|
50762
50764
|
centerAffix: boolean;
|
|
@@ -50840,7 +50842,7 @@ declare const VTextField: {
|
|
|
50840
50842
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
50841
50843
|
clearIcon: IconValue;
|
|
50842
50844
|
focused: boolean;
|
|
50843
|
-
errorMessages: string | readonly string[];
|
|
50845
|
+
errorMessages: string | readonly string[] | null;
|
|
50844
50846
|
maxErrors: string | number;
|
|
50845
50847
|
rules: readonly ValidationRule$1[];
|
|
50846
50848
|
persistentHint: boolean;
|
|
@@ -50861,7 +50863,7 @@ declare const VTextField: {
|
|
|
50861
50863
|
class?: any;
|
|
50862
50864
|
placeholder?: string | undefined;
|
|
50863
50865
|
theme?: string | undefined;
|
|
50864
|
-
counter?: string | number |
|
|
50866
|
+
counter?: string | number | boolean | undefined;
|
|
50865
50867
|
rounded?: string | number | boolean | undefined;
|
|
50866
50868
|
modelValue?: any;
|
|
50867
50869
|
bgColor?: string | undefined;
|
|
@@ -50949,7 +50951,7 @@ declare const VTextField: {
|
|
|
50949
50951
|
messages?: string | readonly string[] | undefined;
|
|
50950
50952
|
density?: Density | undefined;
|
|
50951
50953
|
focused?: boolean | undefined;
|
|
50952
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
50954
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
50953
50955
|
maxErrors?: string | number | undefined;
|
|
50954
50956
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
50955
50957
|
centerAffix?: boolean | undefined;
|
|
@@ -51067,7 +51069,7 @@ declare const VTextField: {
|
|
|
51067
51069
|
messages: string | readonly string[];
|
|
51068
51070
|
density: Density;
|
|
51069
51071
|
focused: boolean;
|
|
51070
|
-
errorMessages: string | readonly string[];
|
|
51072
|
+
errorMessages: string | readonly string[] | null;
|
|
51071
51073
|
maxErrors: string | number;
|
|
51072
51074
|
rules: readonly ValidationRule$1[];
|
|
51073
51075
|
centerAffix: boolean;
|
|
@@ -51125,7 +51127,7 @@ declare const VTextField: {
|
|
|
51125
51127
|
messages: string | readonly string[];
|
|
51126
51128
|
density: Density;
|
|
51127
51129
|
focused: boolean;
|
|
51128
|
-
errorMessages: string | readonly string[];
|
|
51130
|
+
errorMessages: string | readonly string[] | null;
|
|
51129
51131
|
maxErrors: string | number;
|
|
51130
51132
|
rules: readonly ValidationRule$1[];
|
|
51131
51133
|
centerAffix: boolean;
|
|
@@ -51175,7 +51177,7 @@ declare const VTextField: {
|
|
|
51175
51177
|
messages: string | readonly string[];
|
|
51176
51178
|
density: Density;
|
|
51177
51179
|
focused: boolean;
|
|
51178
|
-
errorMessages: string | readonly string[];
|
|
51180
|
+
errorMessages: string | readonly string[] | null;
|
|
51179
51181
|
maxErrors: string | number;
|
|
51180
51182
|
rules: readonly ValidationRule$1[];
|
|
51181
51183
|
centerAffix: boolean;
|
|
@@ -51488,7 +51490,7 @@ declare const VTextField: {
|
|
|
51488
51490
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
51489
51491
|
clearIcon: IconValue;
|
|
51490
51492
|
focused: boolean;
|
|
51491
|
-
errorMessages: string | readonly string[];
|
|
51493
|
+
errorMessages: string | readonly string[] | null;
|
|
51492
51494
|
maxErrors: string | number;
|
|
51493
51495
|
rules: readonly ValidationRule$1[];
|
|
51494
51496
|
persistentHint: boolean;
|
|
@@ -51509,7 +51511,7 @@ declare const VTextField: {
|
|
|
51509
51511
|
class?: any;
|
|
51510
51512
|
placeholder?: string | undefined;
|
|
51511
51513
|
theme?: string | undefined;
|
|
51512
|
-
counter?: string | number |
|
|
51514
|
+
counter?: string | number | boolean | undefined;
|
|
51513
51515
|
rounded?: string | number | boolean | undefined;
|
|
51514
51516
|
modelValue?: any;
|
|
51515
51517
|
bgColor?: string | undefined;
|
|
@@ -51597,7 +51599,7 @@ declare const VTextField: {
|
|
|
51597
51599
|
messages?: string | readonly string[] | undefined;
|
|
51598
51600
|
density?: Density | undefined;
|
|
51599
51601
|
focused?: boolean | undefined;
|
|
51600
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
51602
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
51601
51603
|
maxErrors?: string | number | undefined;
|
|
51602
51604
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
51603
51605
|
centerAffix?: boolean | undefined;
|
|
@@ -51715,7 +51717,7 @@ declare const VTextField: {
|
|
|
51715
51717
|
messages: string | readonly string[];
|
|
51716
51718
|
density: Density;
|
|
51717
51719
|
focused: boolean;
|
|
51718
|
-
errorMessages: string | readonly string[];
|
|
51720
|
+
errorMessages: string | readonly string[] | null;
|
|
51719
51721
|
maxErrors: string | number;
|
|
51720
51722
|
rules: readonly ValidationRule$1[];
|
|
51721
51723
|
centerAffix: boolean;
|
|
@@ -51773,7 +51775,7 @@ declare const VTextField: {
|
|
|
51773
51775
|
messages: string | readonly string[];
|
|
51774
51776
|
density: Density;
|
|
51775
51777
|
focused: boolean;
|
|
51776
|
-
errorMessages: string | readonly string[];
|
|
51778
|
+
errorMessages: string | readonly string[] | null;
|
|
51777
51779
|
maxErrors: string | number;
|
|
51778
51780
|
rules: readonly ValidationRule$1[];
|
|
51779
51781
|
centerAffix: boolean;
|
|
@@ -51823,7 +51825,7 @@ declare const VTextField: {
|
|
|
51823
51825
|
messages: string | readonly string[];
|
|
51824
51826
|
density: Density;
|
|
51825
51827
|
focused: boolean;
|
|
51826
|
-
errorMessages: string | readonly string[];
|
|
51828
|
+
errorMessages: string | readonly string[] | null;
|
|
51827
51829
|
maxErrors: string | number;
|
|
51828
51830
|
rules: readonly ValidationRule$1[];
|
|
51829
51831
|
centerAffix: boolean;
|
|
@@ -52138,7 +52140,7 @@ declare const VTextField: {
|
|
|
52138
52140
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
52139
52141
|
clearIcon: IconValue;
|
|
52140
52142
|
focused: boolean;
|
|
52141
|
-
errorMessages: string | readonly string[];
|
|
52143
|
+
errorMessages: string | readonly string[] | null;
|
|
52142
52144
|
maxErrors: string | number;
|
|
52143
52145
|
rules: readonly ValidationRule$1[];
|
|
52144
52146
|
centerAffix: boolean;
|
|
@@ -52235,7 +52237,7 @@ declare const VTextField: {
|
|
|
52235
52237
|
focused: BooleanConstructor;
|
|
52236
52238
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
52237
52239
|
errorMessages: {
|
|
52238
|
-
type: PropType<string | readonly string[]>;
|
|
52240
|
+
type: PropType<string | readonly string[] | null>;
|
|
52239
52241
|
default: () => never[];
|
|
52240
52242
|
};
|
|
52241
52243
|
maxErrors: {
|
|
@@ -52277,7 +52279,7 @@ declare const VTextField: {
|
|
|
52277
52279
|
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52278
52280
|
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52279
52281
|
autofocus: BooleanConstructor;
|
|
52280
|
-
counter:
|
|
52282
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
52281
52283
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
52282
52284
|
prefix: StringConstructor;
|
|
52283
52285
|
placeholder: StringConstructor;
|
|
@@ -52339,7 +52341,7 @@ declare const VTextField: {
|
|
|
52339
52341
|
focused: BooleanConstructor;
|
|
52340
52342
|
'onUpdate:focused': PropType<EventProp<[boolean], (args_0: boolean) => any>>;
|
|
52341
52343
|
errorMessages: {
|
|
52342
|
-
type: PropType<string | readonly string[]>;
|
|
52344
|
+
type: PropType<string | readonly string[] | null>;
|
|
52343
52345
|
default: () => never[];
|
|
52344
52346
|
};
|
|
52345
52347
|
maxErrors: {
|
|
@@ -52381,7 +52383,7 @@ declare const VTextField: {
|
|
|
52381
52383
|
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52382
52384
|
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52383
52385
|
autofocus: BooleanConstructor;
|
|
52384
|
-
counter:
|
|
52386
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
52385
52387
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
52386
52388
|
prefix: StringConstructor;
|
|
52387
52389
|
placeholder: StringConstructor;
|
|
@@ -55448,7 +55450,7 @@ declare const VValidation: {
|
|
|
55448
55450
|
disabled?: boolean | null | undefined;
|
|
55449
55451
|
readonly?: boolean | null | undefined;
|
|
55450
55452
|
focused?: boolean | undefined;
|
|
55451
|
-
errorMessages?: string | readonly string[] | undefined;
|
|
55453
|
+
errorMessages?: string | readonly string[] | null | undefined;
|
|
55452
55454
|
maxErrors?: string | number | undefined;
|
|
55453
55455
|
rules?: readonly ValidationRule$1[] | undefined;
|
|
55454
55456
|
key?: string | number | symbol | undefined;
|
|
@@ -55600,7 +55602,7 @@ declare const VValidation: {
|
|
|
55600
55602
|
disabled: boolean | null;
|
|
55601
55603
|
readonly: boolean | null;
|
|
55602
55604
|
focused: boolean;
|
|
55603
|
-
errorMessages: string | readonly string[];
|
|
55605
|
+
errorMessages: string | readonly string[] | null;
|
|
55604
55606
|
maxErrors: string | number;
|
|
55605
55607
|
rules: readonly ValidationRule$1[];
|
|
55606
55608
|
} & {
|
|
@@ -55686,7 +55688,7 @@ declare const VValidation: {
|
|
|
55686
55688
|
disabled: boolean | null;
|
|
55687
55689
|
readonly: boolean | null;
|
|
55688
55690
|
focused: boolean;
|
|
55689
|
-
errorMessages: string | readonly string[];
|
|
55691
|
+
errorMessages: string | readonly string[] | null;
|
|
55690
55692
|
maxErrors: string | number;
|
|
55691
55693
|
rules: readonly ValidationRule$1[];
|
|
55692
55694
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -55732,7 +55734,7 @@ declare const VValidation: {
|
|
|
55732
55734
|
disabled: boolean | null;
|
|
55733
55735
|
readonly: boolean | null;
|
|
55734
55736
|
focused: boolean;
|
|
55735
|
-
errorMessages: string | readonly string[];
|
|
55737
|
+
errorMessages: string | readonly string[] | null;
|
|
55736
55738
|
maxErrors: string | number;
|
|
55737
55739
|
rules: readonly ValidationRule$1[];
|
|
55738
55740
|
} & {
|
|
@@ -55820,7 +55822,7 @@ declare const VValidation: {
|
|
|
55820
55822
|
disabled: boolean | null;
|
|
55821
55823
|
readonly: boolean | null;
|
|
55822
55824
|
focused: boolean;
|
|
55823
|
-
errorMessages: string | readonly string[];
|
|
55825
|
+
errorMessages: string | readonly string[] | null;
|
|
55824
55826
|
maxErrors: string | number;
|
|
55825
55827
|
rules: readonly ValidationRule$1[];
|
|
55826
55828
|
} & {
|
|
@@ -55906,7 +55908,7 @@ declare const VValidation: {
|
|
|
55906
55908
|
disabled: boolean | null;
|
|
55907
55909
|
readonly: boolean | null;
|
|
55908
55910
|
focused: boolean;
|
|
55909
|
-
errorMessages: string | readonly string[];
|
|
55911
|
+
errorMessages: string | readonly string[] | null;
|
|
55910
55912
|
maxErrors: string | number;
|
|
55911
55913
|
rules: readonly ValidationRule$1[];
|
|
55912
55914
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -55936,7 +55938,7 @@ declare const VValidation: {
|
|
|
55936
55938
|
};
|
|
55937
55939
|
error: BooleanConstructor;
|
|
55938
55940
|
errorMessages: {
|
|
55939
|
-
type: vue.PropType<string | readonly string[]>;
|
|
55941
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
55940
55942
|
default: () => never[];
|
|
55941
55943
|
};
|
|
55942
55944
|
maxErrors: {
|
|
@@ -55965,7 +55967,7 @@ declare const VValidation: {
|
|
|
55965
55967
|
};
|
|
55966
55968
|
error: BooleanConstructor;
|
|
55967
55969
|
errorMessages: {
|
|
55968
|
-
type: vue.PropType<string | readonly string[]>;
|
|
55970
|
+
type: vue.PropType<string | readonly string[] | null>;
|
|
55969
55971
|
default: () => never[];
|
|
55970
55972
|
};
|
|
55971
55973
|
maxErrors: {
|
|
@@ -62587,10 +62589,10 @@ declare const VDataTable: {
|
|
|
62587
62589
|
prevPageLabel?: string | undefined;
|
|
62588
62590
|
nextPageLabel?: string | undefined;
|
|
62589
62591
|
lastPageLabel?: string | undefined;
|
|
62590
|
-
itemsPerPageOptions?: readonly {
|
|
62592
|
+
itemsPerPageOptions?: readonly (number | {
|
|
62591
62593
|
title: string;
|
|
62592
62594
|
value: number;
|
|
62593
|
-
}[] | undefined;
|
|
62595
|
+
})[] | undefined;
|
|
62594
62596
|
showCurrentPage?: boolean | undefined;
|
|
62595
62597
|
sortAscIcon?: IconValue | undefined;
|
|
62596
62598
|
sortDescIcon?: IconValue | undefined;
|
|
@@ -63008,10 +63010,10 @@ declare const VDataTable: {
|
|
|
63008
63010
|
prevPageLabel: string;
|
|
63009
63011
|
nextPageLabel: string;
|
|
63010
63012
|
lastPageLabel: string;
|
|
63011
|
-
itemsPerPageOptions: readonly {
|
|
63013
|
+
itemsPerPageOptions: readonly (number | {
|
|
63012
63014
|
title: string;
|
|
63013
63015
|
value: number;
|
|
63014
|
-
}[];
|
|
63016
|
+
})[];
|
|
63015
63017
|
showCurrentPage: boolean;
|
|
63016
63018
|
sortAscIcon: IconValue;
|
|
63017
63019
|
sortDescIcon: IconValue;
|
|
@@ -63302,10 +63304,10 @@ declare const VDataTable: {
|
|
|
63302
63304
|
prevPageLabel: string;
|
|
63303
63305
|
nextPageLabel: string;
|
|
63304
63306
|
lastPageLabel: string;
|
|
63305
|
-
itemsPerPageOptions: readonly {
|
|
63307
|
+
itemsPerPageOptions: readonly (number | {
|
|
63306
63308
|
title: string;
|
|
63307
63309
|
value: number;
|
|
63308
|
-
}[];
|
|
63310
|
+
})[];
|
|
63309
63311
|
showCurrentPage: boolean;
|
|
63310
63312
|
sortAscIcon: IconValue;
|
|
63311
63313
|
sortDescIcon: IconValue;
|
|
@@ -63488,10 +63490,10 @@ declare const VDataTable: {
|
|
|
63488
63490
|
prevPageLabel: string;
|
|
63489
63491
|
nextPageLabel: string;
|
|
63490
63492
|
lastPageLabel: string;
|
|
63491
|
-
itemsPerPageOptions: readonly {
|
|
63493
|
+
itemsPerPageOptions: readonly (number | {
|
|
63492
63494
|
title: string;
|
|
63493
63495
|
value: number;
|
|
63494
|
-
}[];
|
|
63496
|
+
})[];
|
|
63495
63497
|
showCurrentPage: boolean;
|
|
63496
63498
|
sortAscIcon: IconValue;
|
|
63497
63499
|
sortDescIcon: IconValue;
|
|
@@ -63778,10 +63780,10 @@ declare const VDataTable: {
|
|
|
63778
63780
|
prevPageLabel: string;
|
|
63779
63781
|
nextPageLabel: string;
|
|
63780
63782
|
lastPageLabel: string;
|
|
63781
|
-
itemsPerPageOptions: readonly {
|
|
63783
|
+
itemsPerPageOptions: readonly (number | {
|
|
63782
63784
|
title: string;
|
|
63783
63785
|
value: number;
|
|
63784
|
-
}[];
|
|
63786
|
+
})[];
|
|
63785
63787
|
showCurrentPage: boolean;
|
|
63786
63788
|
sortAscIcon: IconValue;
|
|
63787
63789
|
sortDescIcon: IconValue;
|
|
@@ -64072,10 +64074,10 @@ declare const VDataTable: {
|
|
|
64072
64074
|
prevPageLabel: string;
|
|
64073
64075
|
nextPageLabel: string;
|
|
64074
64076
|
lastPageLabel: string;
|
|
64075
|
-
itemsPerPageOptions: readonly {
|
|
64077
|
+
itemsPerPageOptions: readonly (number | {
|
|
64076
64078
|
title: string;
|
|
64077
64079
|
value: number;
|
|
64078
|
-
}[];
|
|
64080
|
+
})[];
|
|
64079
64081
|
showCurrentPage: boolean;
|
|
64080
64082
|
sortAscIcon: IconValue;
|
|
64081
64083
|
sortDescIcon: IconValue;
|
|
@@ -64239,10 +64241,10 @@ declare const VDataTable: {
|
|
|
64239
64241
|
default: string;
|
|
64240
64242
|
};
|
|
64241
64243
|
itemsPerPageOptions: {
|
|
64242
|
-
type: vue.PropType<readonly {
|
|
64244
|
+
type: vue.PropType<readonly (number | {
|
|
64243
64245
|
title: string;
|
|
64244
64246
|
value: number;
|
|
64245
|
-
}[]>;
|
|
64247
|
+
})[]>;
|
|
64246
64248
|
default: () => {
|
|
64247
64249
|
value: number;
|
|
64248
64250
|
title: string;
|
|
@@ -64400,10 +64402,10 @@ declare const VDataTable: {
|
|
|
64400
64402
|
default: string;
|
|
64401
64403
|
};
|
|
64402
64404
|
itemsPerPageOptions: {
|
|
64403
|
-
type: vue.PropType<readonly {
|
|
64405
|
+
type: vue.PropType<readonly (number | {
|
|
64404
64406
|
title: string;
|
|
64405
64407
|
value: number;
|
|
64406
|
-
}[]>;
|
|
64408
|
+
})[]>;
|
|
64407
64409
|
default: () => {
|
|
64408
64410
|
value: number;
|
|
64409
64411
|
title: string;
|
|
@@ -64537,10 +64539,10 @@ declare const VDataTableFooter: {
|
|
|
64537
64539
|
prevPageLabel?: string | undefined;
|
|
64538
64540
|
nextPageLabel?: string | undefined;
|
|
64539
64541
|
lastPageLabel?: string | undefined;
|
|
64540
|
-
itemsPerPageOptions?: readonly {
|
|
64542
|
+
itemsPerPageOptions?: readonly (number | {
|
|
64541
64543
|
title: string;
|
|
64542
64544
|
value: number;
|
|
64543
|
-
}[] | undefined;
|
|
64545
|
+
})[] | undefined;
|
|
64544
64546
|
showCurrentPage?: boolean | undefined;
|
|
64545
64547
|
key?: string | number | symbol | undefined;
|
|
64546
64548
|
style?: unknown;
|
|
@@ -64620,10 +64622,10 @@ declare const VDataTableFooter: {
|
|
|
64620
64622
|
prevPageLabel: string;
|
|
64621
64623
|
nextPageLabel: string;
|
|
64622
64624
|
lastPageLabel: string;
|
|
64623
|
-
itemsPerPageOptions: readonly {
|
|
64625
|
+
itemsPerPageOptions: readonly (number | {
|
|
64624
64626
|
title: string;
|
|
64625
64627
|
value: number;
|
|
64626
|
-
}[];
|
|
64628
|
+
})[];
|
|
64627
64629
|
showCurrentPage: boolean;
|
|
64628
64630
|
} & {} & {
|
|
64629
64631
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -64645,10 +64647,10 @@ declare const VDataTableFooter: {
|
|
|
64645
64647
|
prevPageLabel: string;
|
|
64646
64648
|
nextPageLabel: string;
|
|
64647
64649
|
lastPageLabel: string;
|
|
64648
|
-
itemsPerPageOptions: readonly {
|
|
64650
|
+
itemsPerPageOptions: readonly (number | {
|
|
64649
64651
|
title: string;
|
|
64650
64652
|
value: number;
|
|
64651
|
-
}[];
|
|
64653
|
+
})[];
|
|
64652
64654
|
showCurrentPage: boolean;
|
|
64653
64655
|
}, {}, string, vue.SlotsType<Partial<{
|
|
64654
64656
|
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -64685,10 +64687,10 @@ declare const VDataTableFooter: {
|
|
|
64685
64687
|
prevPageLabel: string;
|
|
64686
64688
|
nextPageLabel: string;
|
|
64687
64689
|
lastPageLabel: string;
|
|
64688
|
-
itemsPerPageOptions: readonly {
|
|
64690
|
+
itemsPerPageOptions: readonly (number | {
|
|
64689
64691
|
title: string;
|
|
64690
64692
|
value: number;
|
|
64691
|
-
}[];
|
|
64693
|
+
})[];
|
|
64692
64694
|
showCurrentPage: boolean;
|
|
64693
64695
|
} & {} & {
|
|
64694
64696
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -64714,10 +64716,10 @@ declare const VDataTableFooter: {
|
|
|
64714
64716
|
prevPageLabel: string;
|
|
64715
64717
|
nextPageLabel: string;
|
|
64716
64718
|
lastPageLabel: string;
|
|
64717
|
-
itemsPerPageOptions: readonly {
|
|
64719
|
+
itemsPerPageOptions: readonly (number | {
|
|
64718
64720
|
title: string;
|
|
64719
64721
|
value: number;
|
|
64720
|
-
}[];
|
|
64722
|
+
})[];
|
|
64721
64723
|
showCurrentPage: boolean;
|
|
64722
64724
|
} & {} & {
|
|
64723
64725
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -64739,10 +64741,10 @@ declare const VDataTableFooter: {
|
|
|
64739
64741
|
prevPageLabel: string;
|
|
64740
64742
|
nextPageLabel: string;
|
|
64741
64743
|
lastPageLabel: string;
|
|
64742
|
-
itemsPerPageOptions: readonly {
|
|
64744
|
+
itemsPerPageOptions: readonly (number | {
|
|
64743
64745
|
title: string;
|
|
64744
64746
|
value: number;
|
|
64745
|
-
}[];
|
|
64747
|
+
})[];
|
|
64746
64748
|
showCurrentPage: boolean;
|
|
64747
64749
|
}, {}, string, vue.SlotsType<Partial<{
|
|
64748
64750
|
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -64790,10 +64792,10 @@ declare const VDataTableFooter: {
|
|
|
64790
64792
|
default: string;
|
|
64791
64793
|
};
|
|
64792
64794
|
itemsPerPageOptions: {
|
|
64793
|
-
type: PropType<readonly {
|
|
64795
|
+
type: PropType<readonly (number | {
|
|
64794
64796
|
title: string;
|
|
64795
64797
|
value: number;
|
|
64796
|
-
}[]>;
|
|
64798
|
+
})[]>;
|
|
64797
64799
|
default: () => {
|
|
64798
64800
|
value: number;
|
|
64799
64801
|
title: string;
|
|
@@ -64842,10 +64844,10 @@ declare const VDataTableFooter: {
|
|
|
64842
64844
|
default: string;
|
|
64843
64845
|
};
|
|
64844
64846
|
itemsPerPageOptions: {
|
|
64845
|
-
type: PropType<readonly {
|
|
64847
|
+
type: PropType<readonly (number | {
|
|
64846
64848
|
title: string;
|
|
64847
64849
|
value: number;
|
|
64848
|
-
}[]>;
|
|
64850
|
+
})[]>;
|
|
64849
64851
|
default: () => {
|
|
64850
64852
|
value: number;
|
|
64851
64853
|
title: string;
|
|
@@ -66565,10 +66567,10 @@ declare const VDataTableServer: {
|
|
|
66565
66567
|
prevPageLabel?: string | undefined;
|
|
66566
66568
|
nextPageLabel?: string | undefined;
|
|
66567
66569
|
lastPageLabel?: string | undefined;
|
|
66568
|
-
itemsPerPageOptions?: readonly {
|
|
66570
|
+
itemsPerPageOptions?: readonly (number | {
|
|
66569
66571
|
title: string;
|
|
66570
66572
|
value: number;
|
|
66571
|
-
}[] | undefined;
|
|
66573
|
+
})[] | undefined;
|
|
66572
66574
|
showCurrentPage?: boolean | undefined;
|
|
66573
66575
|
sortAscIcon?: IconValue | undefined;
|
|
66574
66576
|
sortDescIcon?: IconValue | undefined;
|
|
@@ -66983,10 +66985,10 @@ declare const VDataTableServer: {
|
|
|
66983
66985
|
prevPageLabel: string;
|
|
66984
66986
|
nextPageLabel: string;
|
|
66985
66987
|
lastPageLabel: string;
|
|
66986
|
-
itemsPerPageOptions: readonly {
|
|
66988
|
+
itemsPerPageOptions: readonly (number | {
|
|
66987
66989
|
title: string;
|
|
66988
66990
|
value: number;
|
|
66989
|
-
}[];
|
|
66991
|
+
})[];
|
|
66990
66992
|
showCurrentPage: boolean;
|
|
66991
66993
|
sortAscIcon: IconValue;
|
|
66992
66994
|
sortDescIcon: IconValue;
|
|
@@ -67272,10 +67274,10 @@ declare const VDataTableServer: {
|
|
|
67272
67274
|
prevPageLabel: string;
|
|
67273
67275
|
nextPageLabel: string;
|
|
67274
67276
|
lastPageLabel: string;
|
|
67275
|
-
itemsPerPageOptions: readonly {
|
|
67277
|
+
itemsPerPageOptions: readonly (number | {
|
|
67276
67278
|
title: string;
|
|
67277
67279
|
value: number;
|
|
67278
|
-
}[];
|
|
67280
|
+
})[];
|
|
67279
67281
|
showCurrentPage: boolean;
|
|
67280
67282
|
sortAscIcon: IconValue;
|
|
67281
67283
|
sortDescIcon: IconValue;
|
|
@@ -67457,10 +67459,10 @@ declare const VDataTableServer: {
|
|
|
67457
67459
|
prevPageLabel: string;
|
|
67458
67460
|
nextPageLabel: string;
|
|
67459
67461
|
lastPageLabel: string;
|
|
67460
|
-
itemsPerPageOptions: readonly {
|
|
67462
|
+
itemsPerPageOptions: readonly (number | {
|
|
67461
67463
|
title: string;
|
|
67462
67464
|
value: number;
|
|
67463
|
-
}[];
|
|
67465
|
+
})[];
|
|
67464
67466
|
showCurrentPage: boolean;
|
|
67465
67467
|
sortAscIcon: IconValue;
|
|
67466
67468
|
sortDescIcon: IconValue;
|
|
@@ -67743,10 +67745,10 @@ declare const VDataTableServer: {
|
|
|
67743
67745
|
prevPageLabel: string;
|
|
67744
67746
|
nextPageLabel: string;
|
|
67745
67747
|
lastPageLabel: string;
|
|
67746
|
-
itemsPerPageOptions: readonly {
|
|
67748
|
+
itemsPerPageOptions: readonly (number | {
|
|
67747
67749
|
title: string;
|
|
67748
67750
|
value: number;
|
|
67749
|
-
}[];
|
|
67751
|
+
})[];
|
|
67750
67752
|
showCurrentPage: boolean;
|
|
67751
67753
|
sortAscIcon: IconValue;
|
|
67752
67754
|
sortDescIcon: IconValue;
|
|
@@ -68032,10 +68034,10 @@ declare const VDataTableServer: {
|
|
|
68032
68034
|
prevPageLabel: string;
|
|
68033
68035
|
nextPageLabel: string;
|
|
68034
68036
|
lastPageLabel: string;
|
|
68035
|
-
itemsPerPageOptions: readonly {
|
|
68037
|
+
itemsPerPageOptions: readonly (number | {
|
|
68036
68038
|
title: string;
|
|
68037
68039
|
value: number;
|
|
68038
|
-
}[];
|
|
68040
|
+
})[];
|
|
68039
68041
|
showCurrentPage: boolean;
|
|
68040
68042
|
sortAscIcon: IconValue;
|
|
68041
68043
|
sortDescIcon: IconValue;
|
|
@@ -68199,10 +68201,10 @@ declare const VDataTableServer: {
|
|
|
68199
68201
|
default: string;
|
|
68200
68202
|
};
|
|
68201
68203
|
itemsPerPageOptions: {
|
|
68202
|
-
type: vue.PropType<readonly {
|
|
68204
|
+
type: vue.PropType<readonly (number | {
|
|
68203
68205
|
title: string;
|
|
68204
68206
|
value: number;
|
|
68205
|
-
}[]>;
|
|
68207
|
+
})[]>;
|
|
68206
68208
|
default: () => {
|
|
68207
68209
|
value: number;
|
|
68208
68210
|
title: string;
|
|
@@ -68356,10 +68358,10 @@ declare const VDataTableServer: {
|
|
|
68356
68358
|
default: string;
|
|
68357
68359
|
};
|
|
68358
68360
|
itemsPerPageOptions: {
|
|
68359
|
-
type: vue.PropType<readonly {
|
|
68361
|
+
type: vue.PropType<readonly (number | {
|
|
68360
68362
|
title: string;
|
|
68361
68363
|
value: number;
|
|
68362
|
-
}[]>;
|
|
68364
|
+
})[]>;
|
|
68363
68365
|
default: () => {
|
|
68364
68366
|
value: number;
|
|
68365
68367
|
title: string;
|
|
@@ -68793,6 +68795,7 @@ declare const VDateCard: {
|
|
|
68793
68795
|
"onUpdate:displayDate"?: ((value: any) => any) | undefined;
|
|
68794
68796
|
"onUpdate:inputMode"?: ((value: any) => any) | undefined;
|
|
68795
68797
|
"onUpdate:viewMode"?: ((mode: "month" | "year") => any) | undefined;
|
|
68798
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
68796
68799
|
hoverDate?: any;
|
|
68797
68800
|
onCancel?: (() => any) | undefined;
|
|
68798
68801
|
onSave?: (() => any) | undefined;
|
|
@@ -69073,6 +69076,7 @@ declare const VDateCard: {
|
|
|
69073
69076
|
format?: string | undefined;
|
|
69074
69077
|
side?: string | undefined;
|
|
69075
69078
|
displayDate?: any;
|
|
69079
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
69076
69080
|
hoverDate?: any;
|
|
69077
69081
|
} & {
|
|
69078
69082
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -69635,6 +69639,7 @@ declare const VDateCard: {
|
|
|
69635
69639
|
format?: string | undefined;
|
|
69636
69640
|
side?: string | undefined;
|
|
69637
69641
|
displayDate?: any;
|
|
69642
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
69638
69643
|
hoverDate?: any;
|
|
69639
69644
|
} & {
|
|
69640
69645
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -69917,6 +69922,7 @@ declare const VDateCard: {
|
|
|
69917
69922
|
format?: string | undefined;
|
|
69918
69923
|
side?: string | undefined;
|
|
69919
69924
|
displayDate?: any;
|
|
69925
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
69920
69926
|
hoverDate?: any;
|
|
69921
69927
|
} & {
|
|
69922
69928
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -70664,6 +70670,7 @@ declare const VDateCard: {
|
|
|
70664
70670
|
type: PropType<any[]>;
|
|
70665
70671
|
default: () => never[];
|
|
70666
70672
|
};
|
|
70673
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
70667
70674
|
showAdjacentMonths: BooleanConstructor;
|
|
70668
70675
|
hideWeekdays: BooleanConstructor;
|
|
70669
70676
|
showWeek: BooleanConstructor;
|
|
@@ -71148,6 +71155,7 @@ declare const VDateCard: {
|
|
|
71148
71155
|
type: PropType<any[]>;
|
|
71149
71156
|
default: () => never[];
|
|
71150
71157
|
};
|
|
71158
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
71151
71159
|
showAdjacentMonths: BooleanConstructor;
|
|
71152
71160
|
hideWeekdays: BooleanConstructor;
|
|
71153
71161
|
showWeek: BooleanConstructor;
|
|
@@ -71677,6 +71685,7 @@ declare const VDatePicker: {
|
|
|
71677
71685
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
71678
71686
|
"onUpdate:inputMode"?: ((inputMode: "calendar" | "keyboard") => any) | undefined;
|
|
71679
71687
|
"onUpdate:viewMode"?: ((viewMode: "month" | "year") => any) | undefined;
|
|
71688
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
71680
71689
|
hoverDate?: any;
|
|
71681
71690
|
"onClick:cancel"?: (() => any) | undefined;
|
|
71682
71691
|
"onClick:save"?: (() => any) | undefined;
|
|
@@ -71755,6 +71764,7 @@ declare const VDatePicker: {
|
|
|
71755
71764
|
rounded?: string | number | boolean | undefined;
|
|
71756
71765
|
bgColor?: string | undefined;
|
|
71757
71766
|
displayDate?: any;
|
|
71767
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
71758
71768
|
hoverDate?: any;
|
|
71759
71769
|
} & {
|
|
71760
71770
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -71911,6 +71921,7 @@ declare const VDatePicker: {
|
|
|
71911
71921
|
rounded?: string | number | boolean | undefined;
|
|
71912
71922
|
bgColor?: string | undefined;
|
|
71913
71923
|
displayDate?: any;
|
|
71924
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
71914
71925
|
hoverDate?: any;
|
|
71915
71926
|
} & {
|
|
71916
71927
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -72000,6 +72011,7 @@ declare const VDatePicker: {
|
|
|
72000
72011
|
rounded?: string | number | boolean | undefined;
|
|
72001
72012
|
bgColor?: string | undefined;
|
|
72002
72013
|
displayDate?: any;
|
|
72014
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
72003
72015
|
hoverDate?: any;
|
|
72004
72016
|
} & {
|
|
72005
72017
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -72136,6 +72148,7 @@ declare const VDatePicker: {
|
|
|
72136
72148
|
type: vue.PropType<any[]>;
|
|
72137
72149
|
default: () => never[];
|
|
72138
72150
|
};
|
|
72151
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
72139
72152
|
showAdjacentMonths: BooleanConstructor;
|
|
72140
72153
|
hideWeekdays: BooleanConstructor;
|
|
72141
72154
|
showWeek: BooleanConstructor;
|
|
@@ -72247,6 +72260,7 @@ declare const VDatePicker: {
|
|
|
72247
72260
|
type: vue.PropType<any[]>;
|
|
72248
72261
|
default: () => never[];
|
|
72249
72262
|
};
|
|
72263
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
72250
72264
|
showAdjacentMonths: BooleanConstructor;
|
|
72251
72265
|
hideWeekdays: BooleanConstructor;
|
|
72252
72266
|
showWeek: BooleanConstructor;
|
|
@@ -72869,6 +72883,7 @@ declare const VDatePickerMonth: {
|
|
|
72869
72883
|
"onUpdate:modelValue"?: ((date: readonly any[]) => any) | undefined;
|
|
72870
72884
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
72871
72885
|
"onUpdate:displayDate"?: ((date: any) => any) | undefined;
|
|
72886
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
72872
72887
|
hoverDate?: any;
|
|
72873
72888
|
"onUpdate:hoverDate"?: ((date: any) => any) | undefined;
|
|
72874
72889
|
};
|
|
@@ -72900,6 +72915,7 @@ declare const VDatePickerMonth: {
|
|
|
72900
72915
|
min?: string | number | Date | undefined;
|
|
72901
72916
|
format?: string | undefined;
|
|
72902
72917
|
side?: string | undefined;
|
|
72918
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
72903
72919
|
hoverDate?: any;
|
|
72904
72920
|
} & {
|
|
72905
72921
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -72965,6 +72981,7 @@ declare const VDatePickerMonth: {
|
|
|
72965
72981
|
min?: string | number | Date | undefined;
|
|
72966
72982
|
format?: string | undefined;
|
|
72967
72983
|
side?: string | undefined;
|
|
72984
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
72968
72985
|
hoverDate?: any;
|
|
72969
72986
|
} & {
|
|
72970
72987
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -72997,6 +73014,7 @@ declare const VDatePickerMonth: {
|
|
|
72997
73014
|
min?: string | number | Date | undefined;
|
|
72998
73015
|
format?: string | undefined;
|
|
72999
73016
|
side?: string | undefined;
|
|
73017
|
+
allowedDates?: Function | unknown[] | undefined;
|
|
73000
73018
|
hoverDate?: any;
|
|
73001
73019
|
} & {
|
|
73002
73020
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -73039,6 +73057,7 @@ declare const VDatePickerMonth: {
|
|
|
73039
73057
|
type: vue.PropType<any>;
|
|
73040
73058
|
default: null;
|
|
73041
73059
|
};
|
|
73060
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
73042
73061
|
color: {
|
|
73043
73062
|
type: vue.PropType<string>;
|
|
73044
73063
|
default: string;
|
|
@@ -73063,6 +73082,7 @@ declare const VDatePickerMonth: {
|
|
|
73063
73082
|
type: vue.PropType<any>;
|
|
73064
73083
|
default: null;
|
|
73065
73084
|
};
|
|
73085
|
+
allowedDates: (FunctionConstructor | ArrayConstructor)[];
|
|
73066
73086
|
color: {
|
|
73067
73087
|
type: vue.PropType<string>;
|
|
73068
73088
|
default: string;
|
|
@@ -74305,7 +74325,7 @@ declare const VSkeletonLoader: {
|
|
|
74305
74325
|
$: vue.ComponentInternalInstance;
|
|
74306
74326
|
$data: {};
|
|
74307
74327
|
$props: {
|
|
74308
|
-
type?: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] | undefined;
|
|
74328
|
+
type?: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[] | undefined;
|
|
74309
74329
|
loading?: boolean | undefined;
|
|
74310
74330
|
loadingText?: string | undefined;
|
|
74311
74331
|
boilerplate?: boolean | undefined;
|
|
@@ -74386,7 +74406,7 @@ declare const VSkeletonLoader: {
|
|
|
74386
74406
|
$emit: (event: string, ...args: any[]) => void;
|
|
74387
74407
|
$el: any;
|
|
74388
74408
|
$options: vue.ComponentOptionsBase<{
|
|
74389
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74409
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74390
74410
|
loading: boolean;
|
|
74391
74411
|
loadingText: string;
|
|
74392
74412
|
boilerplate: boolean;
|
|
@@ -74410,7 +74430,7 @@ declare const VSkeletonLoader: {
|
|
|
74410
74430
|
} & {
|
|
74411
74431
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74412
74432
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
74413
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74433
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74414
74434
|
loading: boolean;
|
|
74415
74435
|
loadingText: string;
|
|
74416
74436
|
boilerplate: boolean;
|
|
@@ -74439,7 +74459,7 @@ declare const VSkeletonLoader: {
|
|
|
74439
74459
|
$nextTick: typeof vue.nextTick;
|
|
74440
74460
|
$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;
|
|
74441
74461
|
} & {
|
|
74442
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74462
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74443
74463
|
loading: boolean;
|
|
74444
74464
|
loadingText: string;
|
|
74445
74465
|
boilerplate: boolean;
|
|
@@ -74467,7 +74487,7 @@ declare const VSkeletonLoader: {
|
|
|
74467
74487
|
__isTeleport?: undefined;
|
|
74468
74488
|
__isSuspense?: undefined;
|
|
74469
74489
|
} & vue.ComponentOptionsBase<{
|
|
74470
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74490
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74471
74491
|
loading: boolean;
|
|
74472
74492
|
loadingText: string;
|
|
74473
74493
|
boilerplate: boolean;
|
|
@@ -74491,7 +74511,7 @@ declare const VSkeletonLoader: {
|
|
|
74491
74511
|
} & {
|
|
74492
74512
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
74493
74513
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
74494
|
-
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74514
|
+
type: "button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
|
|
74495
74515
|
loading: boolean;
|
|
74496
74516
|
loadingText: string;
|
|
74497
74517
|
boilerplate: boolean;
|
|
@@ -74519,7 +74539,7 @@ declare const VSkeletonLoader: {
|
|
|
74519
74539
|
default: string;
|
|
74520
74540
|
};
|
|
74521
74541
|
type: {
|
|
74522
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
74542
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
74523
74543
|
default: string;
|
|
74524
74544
|
};
|
|
74525
74545
|
}, vue.ExtractPropTypes<{
|
|
@@ -74542,7 +74562,7 @@ declare const VSkeletonLoader: {
|
|
|
74542
74562
|
default: string;
|
|
74543
74563
|
};
|
|
74544
74564
|
type: {
|
|
74545
|
-
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
74565
|
+
type: PropType<"button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | readonly ("button" | "article" | "table" | "image" | "text" | (string & {}) | "table-row" | "list-item" | "sentences" | "heading" | "divider" | "subtitle" | "chip" | "avatar" | "actions" | "paragraph" | "ossein" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
|
|
74546
74566
|
default: string;
|
|
74547
74567
|
};
|
|
74548
74568
|
}>>;
|