@deot/vc 1.0.24 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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;
@@ -3069,26 +3063,44 @@ export declare const Components: {
3069
3063
  fit: StringConstructor;
3070
3064
  lazy: BooleanConstructor;
3071
3065
  wrapper: (ObjectConstructor | StringConstructor)[];
3066
+ previewable: {
3067
+ type: BooleanConstructor;
3068
+ default: boolean;
3069
+ };
3072
3070
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3073
3071
  src: StringConstructor;
3074
3072
  fit: StringConstructor;
3075
3073
  lazy: BooleanConstructor;
3076
3074
  wrapper: (ObjectConstructor | StringConstructor)[];
3075
+ previewable: {
3076
+ type: BooleanConstructor;
3077
+ default: boolean;
3078
+ };
3077
3079
  }>> & Readonly<{}>, {
3078
3080
  lazy: boolean;
3081
+ previewable: boolean;
3079
3082
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3080
3083
  MImage: DefineComponent<ExtractPropTypes< {
3081
3084
  src: StringConstructor;
3082
3085
  fit: StringConstructor;
3083
3086
  lazy: BooleanConstructor;
3084
3087
  wrapper: (ObjectConstructor | StringConstructor)[];
3088
+ previewable: {
3089
+ type: BooleanConstructor;
3090
+ default: boolean;
3091
+ };
3085
3092
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3086
3093
  src: StringConstructor;
3087
3094
  fit: StringConstructor;
3088
3095
  lazy: BooleanConstructor;
3089
3096
  wrapper: (ObjectConstructor | StringConstructor)[];
3097
+ previewable: {
3098
+ type: BooleanConstructor;
3099
+ default: boolean;
3100
+ };
3090
3101
  }>> & Readonly<{}>, {
3091
3102
  lazy: boolean;
3103
+ previewable: boolean;
3092
3104
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3093
3105
  ImageCrop: DefineComponent<ExtractPropTypes< {
3094
3106
  tag: {
@@ -3116,32 +3128,86 @@ export declare const Components: {
3116
3128
  }>> & Readonly<{}>, {
3117
3129
  tag: string;
3118
3130
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3119
- ImagePreview: DefineComponent<ExtractPropTypes< {
3120
- tag: {
3121
- type: StringConstructor;
3122
- default: string;
3123
- };
3124
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3131
+ ImagePreview: {
3132
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
3133
+ tag: {
3134
+ type: StringConstructor;
3135
+ default: string;
3136
+ };
3137
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
3138
+ tag: string;
3139
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
3140
+ P: {};
3141
+ B: {};
3142
+ D: {};
3143
+ C: {};
3144
+ M: {};
3145
+ Defaults: {};
3146
+ }, Readonly<ExtractPropTypes< {
3147
+ tag: {
3148
+ type: StringConstructor;
3149
+ default: string;
3150
+ };
3151
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
3152
+ tag: string;
3153
+ }>;
3154
+ __isFragment?: never;
3155
+ __isTeleport?: never;
3156
+ __isSuspense?: never;
3157
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
3125
3158
  tag: {
3126
3159
  type: StringConstructor;
3127
3160
  default: string;
3128
3161
  };
3129
- }>> & Readonly<{}>, {
3162
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
3130
3163
  tag: string;
3131
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3132
- MImagePreview: DefineComponent<ExtractPropTypes< {
3133
- tag: {
3134
- type: StringConstructor;
3135
- default: string;
3164
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
3165
+ open: (options: {
3166
+ current?: number;
3167
+ data: any[];
3168
+ onClose: any;
3169
+ }) => Promise<void>;
3136
3170
  };
3137
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3171
+ MImagePreview: {
3172
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
3173
+ tag: {
3174
+ type: StringConstructor;
3175
+ default: string;
3176
+ };
3177
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
3178
+ tag: string;
3179
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
3180
+ P: {};
3181
+ B: {};
3182
+ D: {};
3183
+ C: {};
3184
+ M: {};
3185
+ Defaults: {};
3186
+ }, Readonly<ExtractPropTypes< {
3187
+ tag: {
3188
+ type: StringConstructor;
3189
+ default: string;
3190
+ };
3191
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
3192
+ tag: string;
3193
+ }>;
3194
+ __isFragment?: never;
3195
+ __isTeleport?: never;
3196
+ __isSuspense?: never;
3197
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes< {
3138
3198
  tag: {
3139
3199
  type: StringConstructor;
3140
3200
  default: string;
3141
3201
  };
3142
- }>> & Readonly<{}>, {
3202
+ }>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
3143
3203
  tag: string;
3144
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3204
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
3205
+ open: (options: {
3206
+ current?: number;
3207
+ data: any[];
3208
+ onClose: any;
3209
+ }) => Promise<void>;
3210
+ };
3145
3211
  ImageProcessing: DefineComponent<ExtractPropTypes< {
3146
3212
  tag: {
3147
3213
  type: StringConstructor;
@@ -4356,9 +4422,8 @@ export declare const Components: {
4356
4422
  type: (StringConstructor | BooleanConstructor)[];
4357
4423
  default: string;
4358
4424
  };
4359
- wrapperStyle: {
4360
- type: (ObjectConstructor | StringConstructor)[];
4361
- };
4425
+ wrapperStyle: (ObjectConstructor | StringConstructor)[];
4426
+ wrapperClass: (ObjectConstructor | StringConstructor)[];
4362
4427
  footer: {
4363
4428
  type: BooleanConstructor;
4364
4429
  default: boolean;
@@ -4475,9 +4540,8 @@ export declare const Components: {
4475
4540
  type: (StringConstructor | BooleanConstructor)[];
4476
4541
  default: string;
4477
4542
  };
4478
- wrapperStyle: {
4479
- type: (ObjectConstructor | StringConstructor)[];
4480
- };
4543
+ wrapperStyle: (ObjectConstructor | StringConstructor)[];
4544
+ wrapperClass: (ObjectConstructor | StringConstructor)[];
4481
4545
  footer: {
4482
4546
  type: BooleanConstructor;
4483
4547
  default: boolean;
@@ -4591,9 +4655,8 @@ export declare const Components: {
4591
4655
  type: (StringConstructor | BooleanConstructor)[];
4592
4656
  default: string;
4593
4657
  };
4594
- wrapperStyle: {
4595
- type: (ObjectConstructor | StringConstructor)[];
4596
- };
4658
+ wrapperStyle: (ObjectConstructor | StringConstructor)[];
4659
+ wrapperClass: (ObjectConstructor | StringConstructor)[];
4597
4660
  footer: {
4598
4661
  type: BooleanConstructor;
4599
4662
  default: boolean;
@@ -4667,6 +4730,7 @@ export declare const Components: {
4667
4730
  width?: number | undefined;
4668
4731
  wrapperStyle?: string | Record<string, any> | undefined;
4669
4732
  onOk?: Function | undefined;
4733
+ wrapperClass?: string | Record<string, any> | undefined;
4670
4734
  contentStyle?: string | Record<string, any> | undefined;
4671
4735
  contentClass?: string | Record<string, any> | undefined;
4672
4736
  } & {
@@ -4697,6 +4761,7 @@ export declare const Components: {
4697
4761
  width?: number | undefined;
4698
4762
  wrapperStyle?: string | Record<string, any> | undefined;
4699
4763
  onOk?: Function | undefined;
4764
+ wrapperClass?: string | Record<string, any> | undefined;
4700
4765
  contentStyle?: string | Record<string, any> | undefined;
4701
4766
  contentClass?: string | Record<string, any> | undefined;
4702
4767
  } & {
@@ -4727,6 +4792,7 @@ export declare const Components: {
4727
4792
  width?: number | undefined;
4728
4793
  wrapperStyle?: string | Record<string, any> | undefined;
4729
4794
  onOk?: Function | undefined;
4795
+ wrapperClass?: string | Record<string, any> | undefined;
4730
4796
  contentStyle?: string | Record<string, any> | undefined;
4731
4797
  contentClass?: string | Record<string, any> | undefined;
4732
4798
  } & {
@@ -4757,6 +4823,7 @@ export declare const Components: {
4757
4823
  width?: number | undefined;
4758
4824
  wrapperStyle?: string | Record<string, any> | undefined;
4759
4825
  onOk?: Function | undefined;
4826
+ wrapperClass?: string | Record<string, any> | undefined;
4760
4827
  contentStyle?: string | Record<string, any> | undefined;
4761
4828
  contentClass?: string | Record<string, any> | undefined;
4762
4829
  } & {
@@ -4827,9 +4894,8 @@ export declare const Components: {
4827
4894
  type: (StringConstructor | BooleanConstructor)[];
4828
4895
  default: string;
4829
4896
  };
4830
- wrapperStyle: {
4831
- type: (ObjectConstructor | StringConstructor)[];
4832
- };
4897
+ wrapperStyle: (ObjectConstructor | StringConstructor)[];
4898
+ wrapperClass: (ObjectConstructor | StringConstructor)[];
4833
4899
  footer: {
4834
4900
  type: BooleanConstructor;
4835
4901
  default: boolean;
@@ -4915,9 +4981,8 @@ export declare const Components: {
4915
4981
  type: (StringConstructor | BooleanConstructor)[];
4916
4982
  default: string;
4917
4983
  };
4918
- wrapperStyle: {
4919
- type: (ObjectConstructor | StringConstructor)[];
4920
- };
4984
+ wrapperStyle: (ObjectConstructor | StringConstructor)[];
4985
+ wrapperClass: (ObjectConstructor | StringConstructor)[];
4921
4986
  footer: {
4922
4987
  type: BooleanConstructor;
4923
4988
  default: boolean;
@@ -8465,6 +8530,10 @@ export declare const Components: {
8465
8530
  type: BooleanConstructor;
8466
8531
  default: boolean;
8467
8532
  };
8533
+ barStyle: (ObjectConstructor | StringConstructor)[];
8534
+ contentStyle: (ObjectConstructor | StringConstructor)[];
8535
+ barClass: (ObjectConstructor | StringConstructor)[];
8536
+ contentClass: (ObjectConstructor | StringConstructor)[];
8468
8537
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
8469
8538
  type: {
8470
8539
  type: StringConstructor;
@@ -8486,6 +8555,10 @@ export declare const Components: {
8486
8555
  type: BooleanConstructor;
8487
8556
  default: boolean;
8488
8557
  };
8558
+ barStyle: (ObjectConstructor | StringConstructor)[];
8559
+ contentStyle: (ObjectConstructor | StringConstructor)[];
8560
+ barClass: (ObjectConstructor | StringConstructor)[];
8561
+ contentClass: (ObjectConstructor | StringConstructor)[];
8489
8562
  }>> & Readonly<{
8490
8563
  onChange?: ((...args: any[]) => any) | undefined;
8491
8564
  onClick?: ((...args: any[]) => any) | undefined;
@@ -8550,6 +8623,9 @@ export declare const Components: {
8550
8623
  type: BooleanConstructor;
8551
8624
  default: boolean;
8552
8625
  };
8626
+ contentStyle: (ObjectConstructor | StringConstructor)[];
8627
+ barClass: (ObjectConstructor | StringConstructor)[];
8628
+ contentClass: (ObjectConstructor | StringConstructor)[];
8553
8629
  }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
8554
8630
  theme: {
8555
8631
  type: StringConstructor;
@@ -8604,6 +8680,9 @@ export declare const Components: {
8604
8680
  type: BooleanConstructor;
8605
8681
  default: boolean;
8606
8682
  };
8683
+ contentStyle: (ObjectConstructor | StringConstructor)[];
8684
+ barClass: (ObjectConstructor | StringConstructor)[];
8685
+ contentClass: (ObjectConstructor | StringConstructor)[];
8607
8686
  }>> & Readonly<{
8608
8687
  onChange?: ((...args: any[]) => any) | undefined;
8609
8688
  onClick?: ((...args: any[]) => any) | undefined;
@@ -10825,30 +10904,308 @@ export declare const Components: {
10825
10904
  parallel: boolean;
10826
10905
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10827
10906
  UploadPicker: DefineComponent<ExtractPropTypes< {
10828
- tag: {
10829
- type: StringConstructor;
10907
+ picker: {
10908
+ type: ArrayConstructor;
10909
+ default: () => string[];
10910
+ };
10911
+ sortable: {
10912
+ type: BooleanConstructor;
10913
+ default: boolean;
10914
+ };
10915
+ mask: {
10916
+ type: BooleanConstructor;
10917
+ default: boolean;
10918
+ };
10919
+ uploadOptions: {
10920
+ type: ObjectConstructor;
10921
+ default(): {};
10922
+ };
10923
+ modelValue: {
10924
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
10925
+ default: () => never[];
10926
+ };
10927
+ keyValue: {
10928
+ type: ObjectConstructor;
10929
+ default: () => {
10930
+ label: string;
10931
+ value: string;
10932
+ };
10933
+ };
10934
+ output: {
10935
+ type: (StringConstructor | FunctionConstructor)[];
10830
10936
  default: string;
10937
+ validator: (v: any) => boolean;
10831
10938
  };
10832
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10833
- tag: {
10834
- type: StringConstructor;
10939
+ max: {
10940
+ type: (ObjectConstructor | NumberConstructor)[];
10941
+ default: number;
10942
+ };
10943
+ disabled: {
10944
+ type: BooleanConstructor;
10945
+ default: boolean;
10946
+ };
10947
+ formatter: FunctionConstructor;
10948
+ boxClass: StringConstructor;
10949
+ imagePreviewOptions: {
10950
+ type: ObjectConstructor;
10951
+ default: () => {};
10952
+ };
10953
+ imageClass: StringConstructor;
10954
+ videoClass: StringConstructor;
10955
+ audioClass: StringConstructor;
10956
+ fileClass: StringConstructor;
10957
+ compressOptions: {
10958
+ type: ObjectConstructor;
10959
+ default: () => {
10960
+ compress: boolean;
10961
+ width: number;
10962
+ height: number;
10963
+ filetype: string;
10964
+ encoderOptions: number;
10965
+ };
10966
+ };
10967
+ showMessage: BooleanConstructor;
10968
+ gallery: BooleanConstructor;
10969
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
10970
+ picker: {
10971
+ type: ArrayConstructor;
10972
+ default: () => string[];
10973
+ };
10974
+ sortable: {
10975
+ type: BooleanConstructor;
10976
+ default: boolean;
10977
+ };
10978
+ mask: {
10979
+ type: BooleanConstructor;
10980
+ default: boolean;
10981
+ };
10982
+ uploadOptions: {
10983
+ type: ObjectConstructor;
10984
+ default(): {};
10985
+ };
10986
+ modelValue: {
10987
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
10988
+ default: () => never[];
10989
+ };
10990
+ keyValue: {
10991
+ type: ObjectConstructor;
10992
+ default: () => {
10993
+ label: string;
10994
+ value: string;
10995
+ };
10996
+ };
10997
+ output: {
10998
+ type: (StringConstructor | FunctionConstructor)[];
10835
10999
  default: string;
11000
+ validator: (v: any) => boolean;
10836
11001
  };
10837
- }>> & Readonly<{}>, {
10838
- tag: string;
11002
+ max: {
11003
+ type: (ObjectConstructor | NumberConstructor)[];
11004
+ default: number;
11005
+ };
11006
+ disabled: {
11007
+ type: BooleanConstructor;
11008
+ default: boolean;
11009
+ };
11010
+ formatter: FunctionConstructor;
11011
+ boxClass: StringConstructor;
11012
+ imagePreviewOptions: {
11013
+ type: ObjectConstructor;
11014
+ default: () => {};
11015
+ };
11016
+ imageClass: StringConstructor;
11017
+ videoClass: StringConstructor;
11018
+ audioClass: StringConstructor;
11019
+ fileClass: StringConstructor;
11020
+ compressOptions: {
11021
+ type: ObjectConstructor;
11022
+ default: () => {
11023
+ compress: boolean;
11024
+ width: number;
11025
+ height: number;
11026
+ filetype: string;
11027
+ encoderOptions: number;
11028
+ };
11029
+ };
11030
+ showMessage: BooleanConstructor;
11031
+ gallery: BooleanConstructor;
11032
+ }>> & Readonly<{
11033
+ onError?: ((...args: any[]) => any) | undefined;
11034
+ onChange?: ((...args: any[]) => any) | undefined;
11035
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11036
+ "onFile-before"?: ((...args: any[]) => any) | undefined;
11037
+ "onFile-start"?: ((...args: any[]) => any) | undefined;
11038
+ "onFile-success"?: ((...args: any[]) => any) | undefined;
11039
+ "onFile-error"?: ((...args: any[]) => any) | undefined;
11040
+ onComplete?: ((...args: any[]) => any) | undefined;
11041
+ onSuccess?: ((...args: any[]) => any) | undefined;
11042
+ "onRemove-before"?: ((...args: any[]) => any) | undefined;
11043
+ }>, {
11044
+ output: string | Function;
11045
+ mask: boolean;
11046
+ modelValue: string | Record<string, any> | unknown[];
11047
+ disabled: boolean;
11048
+ max: number | Record<string, any>;
11049
+ showMessage: boolean;
11050
+ gallery: boolean;
11051
+ sortable: boolean;
11052
+ picker: unknown[];
11053
+ uploadOptions: Record<string, any>;
11054
+ keyValue: Record<string, any>;
11055
+ imagePreviewOptions: Record<string, any>;
11056
+ compressOptions: Record<string, any>;
10839
11057
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10840
11058
  MUploadPicker: DefineComponent<ExtractPropTypes< {
10841
- tag: {
10842
- type: StringConstructor;
11059
+ picker: {
11060
+ type: ArrayConstructor;
11061
+ default: () => string[];
11062
+ };
11063
+ sortable: {
11064
+ type: BooleanConstructor;
11065
+ default: boolean;
11066
+ };
11067
+ mask: {
11068
+ type: BooleanConstructor;
11069
+ default: boolean;
11070
+ };
11071
+ uploadOptions: {
11072
+ type: ObjectConstructor;
11073
+ default(): {};
11074
+ };
11075
+ modelValue: {
11076
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
11077
+ default: () => never[];
11078
+ };
11079
+ keyValue: {
11080
+ type: ObjectConstructor;
11081
+ default: () => {
11082
+ label: string;
11083
+ value: string;
11084
+ };
11085
+ };
11086
+ output: {
11087
+ type: (StringConstructor | FunctionConstructor)[];
10843
11088
  default: string;
11089
+ validator: (v: any) => boolean;
10844
11090
  };
10845
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
10846
- tag: {
10847
- type: StringConstructor;
11091
+ max: {
11092
+ type: (ObjectConstructor | NumberConstructor)[];
11093
+ default: number;
11094
+ };
11095
+ disabled: {
11096
+ type: BooleanConstructor;
11097
+ default: boolean;
11098
+ };
11099
+ formatter: FunctionConstructor;
11100
+ boxClass: StringConstructor;
11101
+ imagePreviewOptions: {
11102
+ type: ObjectConstructor;
11103
+ default: () => {};
11104
+ };
11105
+ imageClass: StringConstructor;
11106
+ videoClass: StringConstructor;
11107
+ audioClass: StringConstructor;
11108
+ fileClass: StringConstructor;
11109
+ compressOptions: {
11110
+ type: ObjectConstructor;
11111
+ default: () => {
11112
+ compress: boolean;
11113
+ width: number;
11114
+ height: number;
11115
+ filetype: string;
11116
+ encoderOptions: number;
11117
+ };
11118
+ };
11119
+ showMessage: BooleanConstructor;
11120
+ gallery: BooleanConstructor;
11121
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before")[], "change" | "error" | "success" | "update:modelValue" | "file-before" | "file-start" | "file-success" | "file-error" | "complete" | "remove-before", PublicProps, Readonly<ExtractPropTypes< {
11122
+ picker: {
11123
+ type: ArrayConstructor;
11124
+ default: () => string[];
11125
+ };
11126
+ sortable: {
11127
+ type: BooleanConstructor;
11128
+ default: boolean;
11129
+ };
11130
+ mask: {
11131
+ type: BooleanConstructor;
11132
+ default: boolean;
11133
+ };
11134
+ uploadOptions: {
11135
+ type: ObjectConstructor;
11136
+ default(): {};
11137
+ };
11138
+ modelValue: {
11139
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
11140
+ default: () => never[];
11141
+ };
11142
+ keyValue: {
11143
+ type: ObjectConstructor;
11144
+ default: () => {
11145
+ label: string;
11146
+ value: string;
11147
+ };
11148
+ };
11149
+ output: {
11150
+ type: (StringConstructor | FunctionConstructor)[];
10848
11151
  default: string;
11152
+ validator: (v: any) => boolean;
10849
11153
  };
10850
- }>> & Readonly<{}>, {
10851
- tag: string;
11154
+ max: {
11155
+ type: (ObjectConstructor | NumberConstructor)[];
11156
+ default: number;
11157
+ };
11158
+ disabled: {
11159
+ type: BooleanConstructor;
11160
+ default: boolean;
11161
+ };
11162
+ formatter: FunctionConstructor;
11163
+ boxClass: StringConstructor;
11164
+ imagePreviewOptions: {
11165
+ type: ObjectConstructor;
11166
+ default: () => {};
11167
+ };
11168
+ imageClass: StringConstructor;
11169
+ videoClass: StringConstructor;
11170
+ audioClass: StringConstructor;
11171
+ fileClass: StringConstructor;
11172
+ compressOptions: {
11173
+ type: ObjectConstructor;
11174
+ default: () => {
11175
+ compress: boolean;
11176
+ width: number;
11177
+ height: number;
11178
+ filetype: string;
11179
+ encoderOptions: number;
11180
+ };
11181
+ };
11182
+ showMessage: BooleanConstructor;
11183
+ gallery: BooleanConstructor;
11184
+ }>> & Readonly<{
11185
+ onError?: ((...args: any[]) => any) | undefined;
11186
+ onChange?: ((...args: any[]) => any) | undefined;
11187
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11188
+ "onFile-before"?: ((...args: any[]) => any) | undefined;
11189
+ "onFile-start"?: ((...args: any[]) => any) | undefined;
11190
+ "onFile-success"?: ((...args: any[]) => any) | undefined;
11191
+ "onFile-error"?: ((...args: any[]) => any) | undefined;
11192
+ onComplete?: ((...args: any[]) => any) | undefined;
11193
+ onSuccess?: ((...args: any[]) => any) | undefined;
11194
+ "onRemove-before"?: ((...args: any[]) => any) | undefined;
11195
+ }>, {
11196
+ output: string | Function;
11197
+ mask: boolean;
11198
+ modelValue: string | Record<string, any> | unknown[];
11199
+ disabled: boolean;
11200
+ max: number | Record<string, any>;
11201
+ showMessage: boolean;
11202
+ gallery: boolean;
11203
+ sortable: boolean;
11204
+ picker: unknown[];
11205
+ uploadOptions: Record<string, any>;
11206
+ keyValue: Record<string, any>;
11207
+ imagePreviewOptions: Record<string, any>;
11208
+ compressOptions: Record<string, any>;
10852
11209
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
10853
11210
  };
10854
11211