@deot/vc 1.0.24 → 1.0.25
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/index.d.ts +385 -50
- package/dist/index.iife.js +36782 -27229
- package/dist/index.umd.cjs +36782 -27229
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -2821,7 +2821,6 @@ export declare const Components: {
|
|
|
2821
2821
|
};
|
|
2822
2822
|
labelPosition: {
|
|
2823
2823
|
type: PropType<"left" | "right" | "top">;
|
|
2824
|
-
default: string;
|
|
2825
2824
|
};
|
|
2826
2825
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
2827
2826
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -2871,7 +2870,6 @@ export declare const Components: {
|
|
|
2871
2870
|
};
|
|
2872
2871
|
labelPosition: {
|
|
2873
2872
|
type: PropType<"left" | "right" | "top">;
|
|
2874
|
-
default: string;
|
|
2875
2873
|
};
|
|
2876
2874
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
2877
2875
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -2882,7 +2880,6 @@ export declare const Components: {
|
|
|
2882
2880
|
styleless: boolean;
|
|
2883
2881
|
required: string | boolean;
|
|
2884
2882
|
showMessage: boolean;
|
|
2885
|
-
labelPosition: "left" | "top" | "right";
|
|
2886
2883
|
asterisk: boolean;
|
|
2887
2884
|
resetByRulesChanged: boolean;
|
|
2888
2885
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -2932,7 +2929,6 @@ export declare const Components: {
|
|
|
2932
2929
|
};
|
|
2933
2930
|
labelPosition: {
|
|
2934
2931
|
type: PropType<"left" | "right" | "top">;
|
|
2935
|
-
default: string;
|
|
2936
2932
|
};
|
|
2937
2933
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
2938
2934
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -2986,7 +2982,6 @@ export declare const Components: {
|
|
|
2986
2982
|
};
|
|
2987
2983
|
labelPosition: {
|
|
2988
2984
|
type: PropType<"left" | "right" | "top">;
|
|
2989
|
-
default: string;
|
|
2990
2985
|
};
|
|
2991
2986
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
2992
2987
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -2997,7 +2992,6 @@ export declare const Components: {
|
|
|
2997
2992
|
styleless: boolean;
|
|
2998
2993
|
required: string | boolean;
|
|
2999
2994
|
showMessage: boolean;
|
|
3000
|
-
labelPosition: "left" | "top" | "right";
|
|
3001
2995
|
asterisk: boolean;
|
|
3002
2996
|
resetByRulesChanged: boolean;
|
|
3003
2997
|
indent: number;
|
|
@@ -3116,32 +3110,86 @@ export declare const Components: {
|
|
|
3116
3110
|
}>> & Readonly<{}>, {
|
|
3117
3111
|
tag: string;
|
|
3118
3112
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3119
|
-
ImagePreview:
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3113
|
+
ImagePreview: {
|
|
3114
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3115
|
+
tag: {
|
|
3116
|
+
type: StringConstructor;
|
|
3117
|
+
default: string;
|
|
3118
|
+
};
|
|
3119
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3120
|
+
tag: string;
|
|
3121
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3122
|
+
P: {};
|
|
3123
|
+
B: {};
|
|
3124
|
+
D: {};
|
|
3125
|
+
C: {};
|
|
3126
|
+
M: {};
|
|
3127
|
+
Defaults: {};
|
|
3128
|
+
}, Readonly<ExtractPropTypes< {
|
|
3129
|
+
tag: {
|
|
3130
|
+
type: StringConstructor;
|
|
3131
|
+
default: string;
|
|
3132
|
+
};
|
|
3133
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
|
|
3134
|
+
tag: string;
|
|
3135
|
+
}>;
|
|
3136
|
+
__isFragment?: never;
|
|
3137
|
+
__isTeleport?: never;
|
|
3138
|
+
__isSuspense?: never;
|
|
3139
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3125
3140
|
tag: {
|
|
3126
3141
|
type: StringConstructor;
|
|
3127
3142
|
default: string;
|
|
3128
3143
|
};
|
|
3129
|
-
}>> & Readonly<{}>, {
|
|
3144
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3130
3145
|
tag: string;
|
|
3131
|
-
}, {},
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3146
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
3147
|
+
open: (options: {
|
|
3148
|
+
current?: number;
|
|
3149
|
+
data: any[];
|
|
3150
|
+
onClose: any;
|
|
3151
|
+
}) => Promise<void>;
|
|
3136
3152
|
};
|
|
3137
|
-
|
|
3153
|
+
MImagePreview: {
|
|
3154
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3155
|
+
tag: {
|
|
3156
|
+
type: StringConstructor;
|
|
3157
|
+
default: string;
|
|
3158
|
+
};
|
|
3159
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3160
|
+
tag: string;
|
|
3161
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3162
|
+
P: {};
|
|
3163
|
+
B: {};
|
|
3164
|
+
D: {};
|
|
3165
|
+
C: {};
|
|
3166
|
+
M: {};
|
|
3167
|
+
Defaults: {};
|
|
3168
|
+
}, Readonly<ExtractPropTypes< {
|
|
3169
|
+
tag: {
|
|
3170
|
+
type: StringConstructor;
|
|
3171
|
+
default: string;
|
|
3172
|
+
};
|
|
3173
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
|
|
3174
|
+
tag: string;
|
|
3175
|
+
}>;
|
|
3176
|
+
__isFragment?: never;
|
|
3177
|
+
__isTeleport?: never;
|
|
3178
|
+
__isSuspense?: never;
|
|
3179
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3138
3180
|
tag: {
|
|
3139
3181
|
type: StringConstructor;
|
|
3140
3182
|
default: string;
|
|
3141
3183
|
};
|
|
3142
|
-
}>> & Readonly<{}>, {
|
|
3184
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3143
3185
|
tag: string;
|
|
3144
|
-
}, {},
|
|
3186
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
3187
|
+
open: (options: {
|
|
3188
|
+
current?: number;
|
|
3189
|
+
data: any[];
|
|
3190
|
+
onClose: any;
|
|
3191
|
+
}) => Promise<void>;
|
|
3192
|
+
};
|
|
3145
3193
|
ImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
3146
3194
|
tag: {
|
|
3147
3195
|
type: StringConstructor;
|
|
@@ -4356,9 +4404,8 @@ export declare const Components: {
|
|
|
4356
4404
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4357
4405
|
default: string;
|
|
4358
4406
|
};
|
|
4359
|
-
wrapperStyle:
|
|
4360
|
-
|
|
4361
|
-
};
|
|
4407
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
4408
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
4362
4409
|
footer: {
|
|
4363
4410
|
type: BooleanConstructor;
|
|
4364
4411
|
default: boolean;
|
|
@@ -4475,9 +4522,8 @@ export declare const Components: {
|
|
|
4475
4522
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4476
4523
|
default: string;
|
|
4477
4524
|
};
|
|
4478
|
-
wrapperStyle:
|
|
4479
|
-
|
|
4480
|
-
};
|
|
4525
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
4526
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
4481
4527
|
footer: {
|
|
4482
4528
|
type: BooleanConstructor;
|
|
4483
4529
|
default: boolean;
|
|
@@ -4591,9 +4637,8 @@ export declare const Components: {
|
|
|
4591
4637
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4592
4638
|
default: string;
|
|
4593
4639
|
};
|
|
4594
|
-
wrapperStyle:
|
|
4595
|
-
|
|
4596
|
-
};
|
|
4640
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
4641
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
4597
4642
|
footer: {
|
|
4598
4643
|
type: BooleanConstructor;
|
|
4599
4644
|
default: boolean;
|
|
@@ -4667,6 +4712,7 @@ export declare const Components: {
|
|
|
4667
4712
|
width?: number | undefined;
|
|
4668
4713
|
wrapperStyle?: string | Record<string, any> | undefined;
|
|
4669
4714
|
onOk?: Function | undefined;
|
|
4715
|
+
wrapperClass?: string | Record<string, any> | undefined;
|
|
4670
4716
|
contentStyle?: string | Record<string, any> | undefined;
|
|
4671
4717
|
contentClass?: string | Record<string, any> | undefined;
|
|
4672
4718
|
} & {
|
|
@@ -4697,6 +4743,7 @@ export declare const Components: {
|
|
|
4697
4743
|
width?: number | undefined;
|
|
4698
4744
|
wrapperStyle?: string | Record<string, any> | undefined;
|
|
4699
4745
|
onOk?: Function | undefined;
|
|
4746
|
+
wrapperClass?: string | Record<string, any> | undefined;
|
|
4700
4747
|
contentStyle?: string | Record<string, any> | undefined;
|
|
4701
4748
|
contentClass?: string | Record<string, any> | undefined;
|
|
4702
4749
|
} & {
|
|
@@ -4727,6 +4774,7 @@ export declare const Components: {
|
|
|
4727
4774
|
width?: number | undefined;
|
|
4728
4775
|
wrapperStyle?: string | Record<string, any> | undefined;
|
|
4729
4776
|
onOk?: Function | undefined;
|
|
4777
|
+
wrapperClass?: string | Record<string, any> | undefined;
|
|
4730
4778
|
contentStyle?: string | Record<string, any> | undefined;
|
|
4731
4779
|
contentClass?: string | Record<string, any> | undefined;
|
|
4732
4780
|
} & {
|
|
@@ -4757,6 +4805,7 @@ export declare const Components: {
|
|
|
4757
4805
|
width?: number | undefined;
|
|
4758
4806
|
wrapperStyle?: string | Record<string, any> | undefined;
|
|
4759
4807
|
onOk?: Function | undefined;
|
|
4808
|
+
wrapperClass?: string | Record<string, any> | undefined;
|
|
4760
4809
|
contentStyle?: string | Record<string, any> | undefined;
|
|
4761
4810
|
contentClass?: string | Record<string, any> | undefined;
|
|
4762
4811
|
} & {
|
|
@@ -4827,9 +4876,8 @@ export declare const Components: {
|
|
|
4827
4876
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4828
4877
|
default: string;
|
|
4829
4878
|
};
|
|
4830
|
-
wrapperStyle:
|
|
4831
|
-
|
|
4832
|
-
};
|
|
4879
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
4880
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
4833
4881
|
footer: {
|
|
4834
4882
|
type: BooleanConstructor;
|
|
4835
4883
|
default: boolean;
|
|
@@ -4915,9 +4963,8 @@ export declare const Components: {
|
|
|
4915
4963
|
type: (StringConstructor | BooleanConstructor)[];
|
|
4916
4964
|
default: string;
|
|
4917
4965
|
};
|
|
4918
|
-
wrapperStyle:
|
|
4919
|
-
|
|
4920
|
-
};
|
|
4966
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
4967
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
4921
4968
|
footer: {
|
|
4922
4969
|
type: BooleanConstructor;
|
|
4923
4970
|
default: boolean;
|
|
@@ -8465,6 +8512,10 @@ export declare const Components: {
|
|
|
8465
8512
|
type: BooleanConstructor;
|
|
8466
8513
|
default: boolean;
|
|
8467
8514
|
};
|
|
8515
|
+
barStyle: (ObjectConstructor | StringConstructor)[];
|
|
8516
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
8517
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
8518
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
8468
8519
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8469
8520
|
type: {
|
|
8470
8521
|
type: StringConstructor;
|
|
@@ -8486,6 +8537,10 @@ export declare const Components: {
|
|
|
8486
8537
|
type: BooleanConstructor;
|
|
8487
8538
|
default: boolean;
|
|
8488
8539
|
};
|
|
8540
|
+
barStyle: (ObjectConstructor | StringConstructor)[];
|
|
8541
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
8542
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
8543
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
8489
8544
|
}>> & Readonly<{
|
|
8490
8545
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8491
8546
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -8550,6 +8605,9 @@ export declare const Components: {
|
|
|
8550
8605
|
type: BooleanConstructor;
|
|
8551
8606
|
default: boolean;
|
|
8552
8607
|
};
|
|
8608
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
8609
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
8610
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
8553
8611
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
8554
8612
|
theme: {
|
|
8555
8613
|
type: StringConstructor;
|
|
@@ -8604,6 +8662,9 @@ export declare const Components: {
|
|
|
8604
8662
|
type: BooleanConstructor;
|
|
8605
8663
|
default: boolean;
|
|
8606
8664
|
};
|
|
8665
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
8666
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
8667
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
8607
8668
|
}>> & Readonly<{
|
|
8608
8669
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
8609
8670
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -10825,30 +10886,304 @@ export declare const Components: {
|
|
|
10825
10886
|
parallel: boolean;
|
|
10826
10887
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10827
10888
|
UploadPicker: DefineComponent<ExtractPropTypes< {
|
|
10828
|
-
|
|
10829
|
-
type:
|
|
10889
|
+
picker: {
|
|
10890
|
+
type: ArrayConstructor;
|
|
10891
|
+
default: () => string[];
|
|
10892
|
+
};
|
|
10893
|
+
sortable: {
|
|
10894
|
+
type: BooleanConstructor;
|
|
10895
|
+
default: boolean;
|
|
10896
|
+
};
|
|
10897
|
+
mask: {
|
|
10898
|
+
type: BooleanConstructor;
|
|
10899
|
+
default: boolean;
|
|
10900
|
+
};
|
|
10901
|
+
uploadOptions: {
|
|
10902
|
+
type: ObjectConstructor;
|
|
10903
|
+
default(): {};
|
|
10904
|
+
};
|
|
10905
|
+
modelValue: {
|
|
10906
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10907
|
+
default: () => never[];
|
|
10908
|
+
};
|
|
10909
|
+
keyValue: {
|
|
10910
|
+
type: ObjectConstructor;
|
|
10911
|
+
default: () => {
|
|
10912
|
+
label: string;
|
|
10913
|
+
value: string;
|
|
10914
|
+
};
|
|
10915
|
+
};
|
|
10916
|
+
output: {
|
|
10917
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
10830
10918
|
default: string;
|
|
10919
|
+
validator: (v: any) => boolean;
|
|
10831
10920
|
};
|
|
10832
|
-
|
|
10833
|
-
|
|
10834
|
-
|
|
10921
|
+
max: {
|
|
10922
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
10923
|
+
default: number;
|
|
10924
|
+
};
|
|
10925
|
+
disabled: {
|
|
10926
|
+
type: BooleanConstructor;
|
|
10927
|
+
default: boolean;
|
|
10928
|
+
};
|
|
10929
|
+
formatter: FunctionConstructor;
|
|
10930
|
+
boxClass: StringConstructor;
|
|
10931
|
+
imagePreviewOptions: {
|
|
10932
|
+
type: ObjectConstructor;
|
|
10933
|
+
default: () => {};
|
|
10934
|
+
};
|
|
10935
|
+
imageClass: StringConstructor;
|
|
10936
|
+
videoClass: StringConstructor;
|
|
10937
|
+
audioClass: StringConstructor;
|
|
10938
|
+
fileClass: StringConstructor;
|
|
10939
|
+
compressOptions: {
|
|
10940
|
+
type: ObjectConstructor;
|
|
10941
|
+
default: () => {
|
|
10942
|
+
compress: boolean;
|
|
10943
|
+
width: number;
|
|
10944
|
+
height: number;
|
|
10945
|
+
filetype: string;
|
|
10946
|
+
encoderOptions: number;
|
|
10947
|
+
};
|
|
10948
|
+
};
|
|
10949
|
+
showMessage: BooleanConstructor;
|
|
10950
|
+
gallery: BooleanConstructor;
|
|
10951
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
|
|
10952
|
+
picker: {
|
|
10953
|
+
type: ArrayConstructor;
|
|
10954
|
+
default: () => string[];
|
|
10955
|
+
};
|
|
10956
|
+
sortable: {
|
|
10957
|
+
type: BooleanConstructor;
|
|
10958
|
+
default: boolean;
|
|
10959
|
+
};
|
|
10960
|
+
mask: {
|
|
10961
|
+
type: BooleanConstructor;
|
|
10962
|
+
default: boolean;
|
|
10963
|
+
};
|
|
10964
|
+
uploadOptions: {
|
|
10965
|
+
type: ObjectConstructor;
|
|
10966
|
+
default(): {};
|
|
10967
|
+
};
|
|
10968
|
+
modelValue: {
|
|
10969
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10970
|
+
default: () => never[];
|
|
10971
|
+
};
|
|
10972
|
+
keyValue: {
|
|
10973
|
+
type: ObjectConstructor;
|
|
10974
|
+
default: () => {
|
|
10975
|
+
label: string;
|
|
10976
|
+
value: string;
|
|
10977
|
+
};
|
|
10978
|
+
};
|
|
10979
|
+
output: {
|
|
10980
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
10835
10981
|
default: string;
|
|
10982
|
+
validator: (v: any) => boolean;
|
|
10836
10983
|
};
|
|
10837
|
-
|
|
10838
|
-
|
|
10984
|
+
max: {
|
|
10985
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
10986
|
+
default: number;
|
|
10987
|
+
};
|
|
10988
|
+
disabled: {
|
|
10989
|
+
type: BooleanConstructor;
|
|
10990
|
+
default: boolean;
|
|
10991
|
+
};
|
|
10992
|
+
formatter: FunctionConstructor;
|
|
10993
|
+
boxClass: StringConstructor;
|
|
10994
|
+
imagePreviewOptions: {
|
|
10995
|
+
type: ObjectConstructor;
|
|
10996
|
+
default: () => {};
|
|
10997
|
+
};
|
|
10998
|
+
imageClass: StringConstructor;
|
|
10999
|
+
videoClass: StringConstructor;
|
|
11000
|
+
audioClass: StringConstructor;
|
|
11001
|
+
fileClass: StringConstructor;
|
|
11002
|
+
compressOptions: {
|
|
11003
|
+
type: ObjectConstructor;
|
|
11004
|
+
default: () => {
|
|
11005
|
+
compress: boolean;
|
|
11006
|
+
width: number;
|
|
11007
|
+
height: number;
|
|
11008
|
+
filetype: string;
|
|
11009
|
+
encoderOptions: number;
|
|
11010
|
+
};
|
|
11011
|
+
};
|
|
11012
|
+
showMessage: BooleanConstructor;
|
|
11013
|
+
gallery: BooleanConstructor;
|
|
11014
|
+
}>> & Readonly<{
|
|
11015
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
11016
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
11017
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11018
|
+
"onFile-start"?: ((...args: any[]) => any) | undefined;
|
|
11019
|
+
"onFile-success"?: ((...args: any[]) => any) | undefined;
|
|
11020
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
11021
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
11022
|
+
"onRemove-before"?: ((...args: any[]) => any) | undefined;
|
|
11023
|
+
}>, {
|
|
11024
|
+
output: string | Function;
|
|
11025
|
+
mask: boolean;
|
|
11026
|
+
modelValue: string | Record<string, any> | unknown[];
|
|
11027
|
+
disabled: boolean;
|
|
11028
|
+
max: number | Record<string, any>;
|
|
11029
|
+
showMessage: boolean;
|
|
11030
|
+
gallery: boolean;
|
|
11031
|
+
sortable: boolean;
|
|
11032
|
+
picker: unknown[];
|
|
11033
|
+
uploadOptions: Record<string, any>;
|
|
11034
|
+
keyValue: Record<string, any>;
|
|
11035
|
+
imagePreviewOptions: Record<string, any>;
|
|
11036
|
+
compressOptions: Record<string, any>;
|
|
10839
11037
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10840
11038
|
MUploadPicker: DefineComponent<ExtractPropTypes< {
|
|
10841
|
-
|
|
10842
|
-
type:
|
|
11039
|
+
picker: {
|
|
11040
|
+
type: ArrayConstructor;
|
|
11041
|
+
default: () => string[];
|
|
11042
|
+
};
|
|
11043
|
+
sortable: {
|
|
11044
|
+
type: BooleanConstructor;
|
|
11045
|
+
default: boolean;
|
|
11046
|
+
};
|
|
11047
|
+
mask: {
|
|
11048
|
+
type: BooleanConstructor;
|
|
11049
|
+
default: boolean;
|
|
11050
|
+
};
|
|
11051
|
+
uploadOptions: {
|
|
11052
|
+
type: ObjectConstructor;
|
|
11053
|
+
default(): {};
|
|
11054
|
+
};
|
|
11055
|
+
modelValue: {
|
|
11056
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11057
|
+
default: () => never[];
|
|
11058
|
+
};
|
|
11059
|
+
keyValue: {
|
|
11060
|
+
type: ObjectConstructor;
|
|
11061
|
+
default: () => {
|
|
11062
|
+
label: string;
|
|
11063
|
+
value: string;
|
|
11064
|
+
};
|
|
11065
|
+
};
|
|
11066
|
+
output: {
|
|
11067
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
10843
11068
|
default: string;
|
|
11069
|
+
validator: (v: any) => boolean;
|
|
10844
11070
|
};
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
11071
|
+
max: {
|
|
11072
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
11073
|
+
default: number;
|
|
11074
|
+
};
|
|
11075
|
+
disabled: {
|
|
11076
|
+
type: BooleanConstructor;
|
|
11077
|
+
default: boolean;
|
|
11078
|
+
};
|
|
11079
|
+
formatter: FunctionConstructor;
|
|
11080
|
+
boxClass: StringConstructor;
|
|
11081
|
+
imagePreviewOptions: {
|
|
11082
|
+
type: ObjectConstructor;
|
|
11083
|
+
default: () => {};
|
|
11084
|
+
};
|
|
11085
|
+
imageClass: StringConstructor;
|
|
11086
|
+
videoClass: StringConstructor;
|
|
11087
|
+
audioClass: StringConstructor;
|
|
11088
|
+
fileClass: StringConstructor;
|
|
11089
|
+
compressOptions: {
|
|
11090
|
+
type: ObjectConstructor;
|
|
11091
|
+
default: () => {
|
|
11092
|
+
compress: boolean;
|
|
11093
|
+
width: number;
|
|
11094
|
+
height: number;
|
|
11095
|
+
filetype: string;
|
|
11096
|
+
encoderOptions: number;
|
|
11097
|
+
};
|
|
11098
|
+
};
|
|
11099
|
+
showMessage: BooleanConstructor;
|
|
11100
|
+
gallery: BooleanConstructor;
|
|
11101
|
+
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-start" | "file-success" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
|
|
11102
|
+
picker: {
|
|
11103
|
+
type: ArrayConstructor;
|
|
11104
|
+
default: () => string[];
|
|
11105
|
+
};
|
|
11106
|
+
sortable: {
|
|
11107
|
+
type: BooleanConstructor;
|
|
11108
|
+
default: boolean;
|
|
11109
|
+
};
|
|
11110
|
+
mask: {
|
|
11111
|
+
type: BooleanConstructor;
|
|
11112
|
+
default: boolean;
|
|
11113
|
+
};
|
|
11114
|
+
uploadOptions: {
|
|
11115
|
+
type: ObjectConstructor;
|
|
11116
|
+
default(): {};
|
|
11117
|
+
};
|
|
11118
|
+
modelValue: {
|
|
11119
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11120
|
+
default: () => never[];
|
|
11121
|
+
};
|
|
11122
|
+
keyValue: {
|
|
11123
|
+
type: ObjectConstructor;
|
|
11124
|
+
default: () => {
|
|
11125
|
+
label: string;
|
|
11126
|
+
value: string;
|
|
11127
|
+
};
|
|
11128
|
+
};
|
|
11129
|
+
output: {
|
|
11130
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
10848
11131
|
default: string;
|
|
11132
|
+
validator: (v: any) => boolean;
|
|
10849
11133
|
};
|
|
10850
|
-
|
|
10851
|
-
|
|
11134
|
+
max: {
|
|
11135
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
11136
|
+
default: number;
|
|
11137
|
+
};
|
|
11138
|
+
disabled: {
|
|
11139
|
+
type: BooleanConstructor;
|
|
11140
|
+
default: boolean;
|
|
11141
|
+
};
|
|
11142
|
+
formatter: FunctionConstructor;
|
|
11143
|
+
boxClass: StringConstructor;
|
|
11144
|
+
imagePreviewOptions: {
|
|
11145
|
+
type: ObjectConstructor;
|
|
11146
|
+
default: () => {};
|
|
11147
|
+
};
|
|
11148
|
+
imageClass: StringConstructor;
|
|
11149
|
+
videoClass: StringConstructor;
|
|
11150
|
+
audioClass: StringConstructor;
|
|
11151
|
+
fileClass: StringConstructor;
|
|
11152
|
+
compressOptions: {
|
|
11153
|
+
type: ObjectConstructor;
|
|
11154
|
+
default: () => {
|
|
11155
|
+
compress: boolean;
|
|
11156
|
+
width: number;
|
|
11157
|
+
height: number;
|
|
11158
|
+
filetype: string;
|
|
11159
|
+
encoderOptions: number;
|
|
11160
|
+
};
|
|
11161
|
+
};
|
|
11162
|
+
showMessage: BooleanConstructor;
|
|
11163
|
+
gallery: BooleanConstructor;
|
|
11164
|
+
}>> & Readonly<{
|
|
11165
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
11166
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
11167
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11168
|
+
"onFile-start"?: ((...args: any[]) => any) | undefined;
|
|
11169
|
+
"onFile-success"?: ((...args: any[]) => any) | undefined;
|
|
11170
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
11171
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
11172
|
+
"onRemove-before"?: ((...args: any[]) => any) | undefined;
|
|
11173
|
+
}>, {
|
|
11174
|
+
output: string | Function;
|
|
11175
|
+
mask: boolean;
|
|
11176
|
+
modelValue: string | Record<string, any> | unknown[];
|
|
11177
|
+
disabled: boolean;
|
|
11178
|
+
max: number | Record<string, any>;
|
|
11179
|
+
showMessage: boolean;
|
|
11180
|
+
gallery: boolean;
|
|
11181
|
+
sortable: boolean;
|
|
11182
|
+
picker: unknown[];
|
|
11183
|
+
uploadOptions: Record<string, any>;
|
|
11184
|
+
keyValue: Record<string, any>;
|
|
11185
|
+
imagePreviewOptions: Record<string, any>;
|
|
11186
|
+
compressOptions: Record<string, any>;
|
|
10852
11187
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
10853
11188
|
};
|
|
10854
11189
|
|