@deot/vc-components 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.cjs +952 -319
- package/dist/index.d.ts +406 -54
- package/dist/index.iife.js +18533 -8860
- package/dist/index.js +953 -320
- package/dist/index.style.css +1 -1
- package/dist/index.umd.cjs +18533 -8860
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1443,7 +1443,6 @@ default: boolean;
|
|
|
1443
1443
|
};
|
|
1444
1444
|
labelPosition: {
|
|
1445
1445
|
type: PropType<"left" | "right" | "top">;
|
|
1446
|
-
default: string;
|
|
1447
1446
|
};
|
|
1448
1447
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
1449
1448
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -1493,7 +1492,6 @@ default: boolean;
|
|
|
1493
1492
|
};
|
|
1494
1493
|
labelPosition: {
|
|
1495
1494
|
type: PropType<"left" | "right" | "top">;
|
|
1496
|
-
default: string;
|
|
1497
1495
|
};
|
|
1498
1496
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
1499
1497
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -1504,7 +1502,6 @@ label: string;
|
|
|
1504
1502
|
styleless: boolean;
|
|
1505
1503
|
required: string | boolean;
|
|
1506
1504
|
showMessage: boolean;
|
|
1507
|
-
labelPosition: "left" | "top" | "right";
|
|
1508
1505
|
asterisk: boolean;
|
|
1509
1506
|
resetByRulesChanged: boolean;
|
|
1510
1507
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -1569,13 +1566,22 @@ src: StringConstructor;
|
|
|
1569
1566
|
fit: StringConstructor;
|
|
1570
1567
|
lazy: BooleanConstructor;
|
|
1571
1568
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1569
|
+
previewable: {
|
|
1570
|
+
type: BooleanConstructor;
|
|
1571
|
+
default: boolean;
|
|
1572
|
+
};
|
|
1572
1573
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1573
1574
|
src: StringConstructor;
|
|
1574
1575
|
fit: StringConstructor;
|
|
1575
1576
|
lazy: BooleanConstructor;
|
|
1576
1577
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
1578
|
+
previewable: {
|
|
1579
|
+
type: BooleanConstructor;
|
|
1580
|
+
default: boolean;
|
|
1581
|
+
};
|
|
1577
1582
|
}>> & Readonly<{}>, {
|
|
1578
1583
|
lazy: boolean;
|
|
1584
|
+
previewable: boolean;
|
|
1579
1585
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1580
1586
|
export { Image_2 as Image }
|
|
1581
1587
|
|
|
@@ -1593,19 +1599,46 @@ default: string;
|
|
|
1593
1599
|
tag: string;
|
|
1594
1600
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1595
1601
|
|
|
1596
|
-
export declare const ImagePreview:
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
}
|
|
1602
|
+
export declare const ImagePreview: {
|
|
1603
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
1604
|
+
tag: {
|
|
1605
|
+
type: StringConstructor;
|
|
1606
|
+
default: string;
|
|
1607
|
+
};
|
|
1608
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
1609
|
+
tag: string;
|
|
1610
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1611
|
+
P: {};
|
|
1612
|
+
B: {};
|
|
1613
|
+
D: {};
|
|
1614
|
+
C: {};
|
|
1615
|
+
M: {};
|
|
1616
|
+
Defaults: {};
|
|
1617
|
+
}, Readonly<ExtractPropTypes< {
|
|
1618
|
+
tag: {
|
|
1619
|
+
type: StringConstructor;
|
|
1620
|
+
default: string;
|
|
1621
|
+
};
|
|
1622
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
|
|
1623
|
+
tag: string;
|
|
1624
|
+
}>;
|
|
1625
|
+
__isFragment?: never;
|
|
1626
|
+
__isTeleport?: never;
|
|
1627
|
+
__isSuspense?: never;
|
|
1628
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
1602
1629
|
tag: {
|
|
1603
1630
|
type: StringConstructor;
|
|
1604
1631
|
default: string;
|
|
1605
1632
|
};
|
|
1606
|
-
}>> & Readonly<{}>, {
|
|
1633
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1607
1634
|
tag: string;
|
|
1608
|
-
}, {},
|
|
1635
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
1636
|
+
open: (options: {
|
|
1637
|
+
current?: number;
|
|
1638
|
+
data: any[];
|
|
1639
|
+
onClose: any;
|
|
1640
|
+
}) => Promise<void>;
|
|
1641
|
+
};
|
|
1609
1642
|
|
|
1610
1643
|
export declare const ImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
1611
1644
|
tag: {
|
|
@@ -3782,7 +3815,6 @@ default: boolean;
|
|
|
3782
3815
|
};
|
|
3783
3816
|
labelPosition: {
|
|
3784
3817
|
type: PropType<"left" | "right" | "top">;
|
|
3785
|
-
default: string;
|
|
3786
3818
|
};
|
|
3787
3819
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3788
3820
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -3836,7 +3868,6 @@ default: boolean;
|
|
|
3836
3868
|
};
|
|
3837
3869
|
labelPosition: {
|
|
3838
3870
|
type: PropType<"left" | "right" | "top">;
|
|
3839
|
-
default: string;
|
|
3840
3871
|
};
|
|
3841
3872
|
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
3842
3873
|
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
@@ -3847,7 +3878,6 @@ label: string;
|
|
|
3847
3878
|
styleless: boolean;
|
|
3848
3879
|
required: string | boolean;
|
|
3849
3880
|
showMessage: boolean;
|
|
3850
|
-
labelPosition: "left" | "top" | "right";
|
|
3851
3881
|
asterisk: boolean;
|
|
3852
3882
|
resetByRulesChanged: boolean;
|
|
3853
3883
|
indent: number;
|
|
@@ -3892,13 +3922,22 @@ src: StringConstructor;
|
|
|
3892
3922
|
fit: StringConstructor;
|
|
3893
3923
|
lazy: BooleanConstructor;
|
|
3894
3924
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
3925
|
+
previewable: {
|
|
3926
|
+
type: BooleanConstructor;
|
|
3927
|
+
default: boolean;
|
|
3928
|
+
};
|
|
3895
3929
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3896
3930
|
src: StringConstructor;
|
|
3897
3931
|
fit: StringConstructor;
|
|
3898
3932
|
lazy: BooleanConstructor;
|
|
3899
3933
|
wrapper: (ObjectConstructor | StringConstructor)[];
|
|
3934
|
+
previewable: {
|
|
3935
|
+
type: BooleanConstructor;
|
|
3936
|
+
default: boolean;
|
|
3937
|
+
};
|
|
3900
3938
|
}>> & Readonly<{}>, {
|
|
3901
3939
|
lazy: boolean;
|
|
3940
|
+
previewable: boolean;
|
|
3902
3941
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3903
3942
|
|
|
3904
3943
|
export declare const MImageCrop: DefineComponent<ExtractPropTypes< {
|
|
@@ -3915,19 +3954,46 @@ default: string;
|
|
|
3915
3954
|
tag: string;
|
|
3916
3955
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3917
3956
|
|
|
3918
|
-
export declare const MImagePreview:
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
}
|
|
3957
|
+
export declare const MImagePreview: {
|
|
3958
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
3959
|
+
tag: {
|
|
3960
|
+
type: StringConstructor;
|
|
3961
|
+
default: string;
|
|
3962
|
+
};
|
|
3963
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
3964
|
+
tag: string;
|
|
3965
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3966
|
+
P: {};
|
|
3967
|
+
B: {};
|
|
3968
|
+
D: {};
|
|
3969
|
+
C: {};
|
|
3970
|
+
M: {};
|
|
3971
|
+
Defaults: {};
|
|
3972
|
+
}, Readonly<ExtractPropTypes< {
|
|
3973
|
+
tag: {
|
|
3974
|
+
type: StringConstructor;
|
|
3975
|
+
default: string;
|
|
3976
|
+
};
|
|
3977
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, {
|
|
3978
|
+
tag: string;
|
|
3979
|
+
}>;
|
|
3980
|
+
__isFragment?: never;
|
|
3981
|
+
__isTeleport?: never;
|
|
3982
|
+
__isSuspense?: never;
|
|
3983
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes< {
|
|
3924
3984
|
tag: {
|
|
3925
3985
|
type: StringConstructor;
|
|
3926
3986
|
default: string;
|
|
3927
3987
|
};
|
|
3928
|
-
}>> & Readonly<{}>, {
|
|
3988
|
+
}>> & Readonly<{}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3929
3989
|
tag: string;
|
|
3930
|
-
}, {},
|
|
3990
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
3991
|
+
open: (options: {
|
|
3992
|
+
current?: number;
|
|
3993
|
+
data: any[];
|
|
3994
|
+
onClose: any;
|
|
3995
|
+
}) => Promise<void>;
|
|
3996
|
+
};
|
|
3931
3997
|
|
|
3932
3998
|
export declare const MImageProcessing: DefineComponent<ExtractPropTypes< {
|
|
3933
3999
|
tag: {
|
|
@@ -5335,9 +5401,8 @@ export declare const Modal: {
|
|
|
5335
5401
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5336
5402
|
default: string;
|
|
5337
5403
|
};
|
|
5338
|
-
wrapperStyle:
|
|
5339
|
-
|
|
5340
|
-
};
|
|
5404
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
5405
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
5341
5406
|
footer: {
|
|
5342
5407
|
type: BooleanConstructor;
|
|
5343
5408
|
default: boolean;
|
|
@@ -5454,9 +5519,8 @@ export declare const Modal: {
|
|
|
5454
5519
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5455
5520
|
default: string;
|
|
5456
5521
|
};
|
|
5457
|
-
wrapperStyle:
|
|
5458
|
-
|
|
5459
|
-
};
|
|
5522
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
5523
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
5460
5524
|
footer: {
|
|
5461
5525
|
type: BooleanConstructor;
|
|
5462
5526
|
default: boolean;
|
|
@@ -5570,9 +5634,8 @@ cancelText: {
|
|
|
5570
5634
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5571
5635
|
default: string;
|
|
5572
5636
|
};
|
|
5573
|
-
wrapperStyle:
|
|
5574
|
-
|
|
5575
|
-
};
|
|
5637
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
5638
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
5576
5639
|
footer: {
|
|
5577
5640
|
type: BooleanConstructor;
|
|
5578
5641
|
default: boolean;
|
|
@@ -5690,9 +5753,8 @@ cancelText: {
|
|
|
5690
5753
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5691
5754
|
default: string;
|
|
5692
5755
|
};
|
|
5693
|
-
wrapperStyle:
|
|
5694
|
-
|
|
5695
|
-
};
|
|
5756
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
5757
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
5696
5758
|
footer: {
|
|
5697
5759
|
type: BooleanConstructor;
|
|
5698
5760
|
default: boolean;
|
|
@@ -5778,9 +5840,8 @@ cancelText: {
|
|
|
5778
5840
|
type: (StringConstructor | BooleanConstructor)[];
|
|
5779
5841
|
default: string;
|
|
5780
5842
|
};
|
|
5781
|
-
wrapperStyle:
|
|
5782
|
-
|
|
5783
|
-
};
|
|
5843
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
5844
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
5784
5845
|
footer: {
|
|
5785
5846
|
type: BooleanConstructor;
|
|
5786
5847
|
default: boolean;
|
|
@@ -7402,6 +7463,9 @@ closable: {
|
|
|
7402
7463
|
type: BooleanConstructor;
|
|
7403
7464
|
default: boolean;
|
|
7404
7465
|
};
|
|
7466
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
7467
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
7468
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
7405
7469
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
7406
7470
|
theme: {
|
|
7407
7471
|
type: StringConstructor;
|
|
@@ -7456,6 +7520,9 @@ closable: {
|
|
|
7456
7520
|
type: BooleanConstructor;
|
|
7457
7521
|
default: boolean;
|
|
7458
7522
|
};
|
|
7523
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
7524
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
7525
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
7459
7526
|
}>> & Readonly<{
|
|
7460
7527
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7461
7528
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -8717,17 +8784,156 @@ parallel: boolean;
|
|
|
8717
8784
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8718
8785
|
|
|
8719
8786
|
export declare const MUploadPicker: DefineComponent<ExtractPropTypes< {
|
|
8720
|
-
|
|
8721
|
-
type:
|
|
8787
|
+
picker: {
|
|
8788
|
+
type: ArrayConstructor;
|
|
8789
|
+
default: () => string[];
|
|
8790
|
+
};
|
|
8791
|
+
sortable: {
|
|
8792
|
+
type: BooleanConstructor;
|
|
8793
|
+
default: boolean;
|
|
8794
|
+
};
|
|
8795
|
+
mask: {
|
|
8796
|
+
type: BooleanConstructor;
|
|
8797
|
+
default: boolean;
|
|
8798
|
+
};
|
|
8799
|
+
uploadOptions: {
|
|
8800
|
+
type: ObjectConstructor;
|
|
8801
|
+
default(): {};
|
|
8802
|
+
};
|
|
8803
|
+
modelValue: {
|
|
8804
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8805
|
+
default: () => never[];
|
|
8806
|
+
};
|
|
8807
|
+
keyValue: {
|
|
8808
|
+
type: ObjectConstructor;
|
|
8809
|
+
default: () => {
|
|
8810
|
+
label: string;
|
|
8811
|
+
value: string;
|
|
8812
|
+
};
|
|
8813
|
+
};
|
|
8814
|
+
output: {
|
|
8815
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
8722
8816
|
default: string;
|
|
8817
|
+
validator: (v: any) => boolean;
|
|
8723
8818
|
};
|
|
8724
|
-
|
|
8725
|
-
|
|
8726
|
-
|
|
8819
|
+
max: {
|
|
8820
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
8821
|
+
default: number;
|
|
8822
|
+
};
|
|
8823
|
+
disabled: {
|
|
8824
|
+
type: BooleanConstructor;
|
|
8825
|
+
default: boolean;
|
|
8826
|
+
};
|
|
8827
|
+
formatter: FunctionConstructor;
|
|
8828
|
+
boxClass: StringConstructor;
|
|
8829
|
+
imagePreviewOptions: {
|
|
8830
|
+
type: ObjectConstructor;
|
|
8831
|
+
default: () => {};
|
|
8832
|
+
};
|
|
8833
|
+
imageClass: StringConstructor;
|
|
8834
|
+
videoClass: StringConstructor;
|
|
8835
|
+
audioClass: StringConstructor;
|
|
8836
|
+
fileClass: StringConstructor;
|
|
8837
|
+
compressOptions: {
|
|
8838
|
+
type: ObjectConstructor;
|
|
8839
|
+
default: () => {
|
|
8840
|
+
compress: boolean;
|
|
8841
|
+
width: number;
|
|
8842
|
+
height: number;
|
|
8843
|
+
filetype: string;
|
|
8844
|
+
encoderOptions: number;
|
|
8845
|
+
};
|
|
8846
|
+
};
|
|
8847
|
+
showMessage: BooleanConstructor;
|
|
8848
|
+
gallery: BooleanConstructor;
|
|
8849
|
+
}>, () => 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< {
|
|
8850
|
+
picker: {
|
|
8851
|
+
type: ArrayConstructor;
|
|
8852
|
+
default: () => string[];
|
|
8853
|
+
};
|
|
8854
|
+
sortable: {
|
|
8855
|
+
type: BooleanConstructor;
|
|
8856
|
+
default: boolean;
|
|
8857
|
+
};
|
|
8858
|
+
mask: {
|
|
8859
|
+
type: BooleanConstructor;
|
|
8860
|
+
default: boolean;
|
|
8861
|
+
};
|
|
8862
|
+
uploadOptions: {
|
|
8863
|
+
type: ObjectConstructor;
|
|
8864
|
+
default(): {};
|
|
8865
|
+
};
|
|
8866
|
+
modelValue: {
|
|
8867
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8868
|
+
default: () => never[];
|
|
8869
|
+
};
|
|
8870
|
+
keyValue: {
|
|
8871
|
+
type: ObjectConstructor;
|
|
8872
|
+
default: () => {
|
|
8873
|
+
label: string;
|
|
8874
|
+
value: string;
|
|
8875
|
+
};
|
|
8876
|
+
};
|
|
8877
|
+
output: {
|
|
8878
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
8727
8879
|
default: string;
|
|
8880
|
+
validator: (v: any) => boolean;
|
|
8728
8881
|
};
|
|
8729
|
-
|
|
8730
|
-
|
|
8882
|
+
max: {
|
|
8883
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
8884
|
+
default: number;
|
|
8885
|
+
};
|
|
8886
|
+
disabled: {
|
|
8887
|
+
type: BooleanConstructor;
|
|
8888
|
+
default: boolean;
|
|
8889
|
+
};
|
|
8890
|
+
formatter: FunctionConstructor;
|
|
8891
|
+
boxClass: StringConstructor;
|
|
8892
|
+
imagePreviewOptions: {
|
|
8893
|
+
type: ObjectConstructor;
|
|
8894
|
+
default: () => {};
|
|
8895
|
+
};
|
|
8896
|
+
imageClass: StringConstructor;
|
|
8897
|
+
videoClass: StringConstructor;
|
|
8898
|
+
audioClass: StringConstructor;
|
|
8899
|
+
fileClass: StringConstructor;
|
|
8900
|
+
compressOptions: {
|
|
8901
|
+
type: ObjectConstructor;
|
|
8902
|
+
default: () => {
|
|
8903
|
+
compress: boolean;
|
|
8904
|
+
width: number;
|
|
8905
|
+
height: number;
|
|
8906
|
+
filetype: string;
|
|
8907
|
+
encoderOptions: number;
|
|
8908
|
+
};
|
|
8909
|
+
};
|
|
8910
|
+
showMessage: BooleanConstructor;
|
|
8911
|
+
gallery: BooleanConstructor;
|
|
8912
|
+
}>> & Readonly<{
|
|
8913
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
8914
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
8915
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8916
|
+
"onFile-before"?: ((...args: any[]) => any) | undefined;
|
|
8917
|
+
"onFile-start"?: ((...args: any[]) => any) | undefined;
|
|
8918
|
+
"onFile-success"?: ((...args: any[]) => any) | undefined;
|
|
8919
|
+
"onFile-error"?: ((...args: any[]) => any) | undefined;
|
|
8920
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
8921
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
8922
|
+
"onRemove-before"?: ((...args: any[]) => any) | undefined;
|
|
8923
|
+
}>, {
|
|
8924
|
+
output: string | Function;
|
|
8925
|
+
mask: boolean;
|
|
8926
|
+
modelValue: string | Record<string, any> | unknown[];
|
|
8927
|
+
disabled: boolean;
|
|
8928
|
+
max: number | Record<string, any>;
|
|
8929
|
+
showMessage: boolean;
|
|
8930
|
+
gallery: boolean;
|
|
8931
|
+
sortable: boolean;
|
|
8932
|
+
picker: unknown[];
|
|
8933
|
+
uploadOptions: Record<string, any>;
|
|
8934
|
+
keyValue: Record<string, any>;
|
|
8935
|
+
imagePreviewOptions: Record<string, any>;
|
|
8936
|
+
compressOptions: Record<string, any>;
|
|
8731
8937
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
8732
8938
|
|
|
8733
8939
|
export declare const Notice: {
|
|
@@ -9731,9 +9937,8 @@ declare const props_5: {
|
|
|
9731
9937
|
type: (StringConstructor | BooleanConstructor)[];
|
|
9732
9938
|
default: string;
|
|
9733
9939
|
};
|
|
9734
|
-
wrapperStyle:
|
|
9735
|
-
|
|
9736
|
-
};
|
|
9940
|
+
wrapperStyle: (ObjectConstructor | StringConstructor)[];
|
|
9941
|
+
wrapperClass: (ObjectConstructor | StringConstructor)[];
|
|
9737
9942
|
footer: {
|
|
9738
9943
|
type: BooleanConstructor;
|
|
9739
9944
|
default: boolean;
|
|
@@ -11130,6 +11335,10 @@ closable: {
|
|
|
11130
11335
|
type: BooleanConstructor;
|
|
11131
11336
|
default: boolean;
|
|
11132
11337
|
};
|
|
11338
|
+
barStyle: (ObjectConstructor | StringConstructor)[];
|
|
11339
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
11340
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
11341
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
11133
11342
|
}>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click" | "change" | "update:modelValue")[], "click" | "change" | "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
11134
11343
|
type: {
|
|
11135
11344
|
type: StringConstructor;
|
|
@@ -11151,6 +11360,10 @@ closable: {
|
|
|
11151
11360
|
type: BooleanConstructor;
|
|
11152
11361
|
default: boolean;
|
|
11153
11362
|
};
|
|
11363
|
+
barStyle: (ObjectConstructor | StringConstructor)[];
|
|
11364
|
+
contentStyle: (ObjectConstructor | StringConstructor)[];
|
|
11365
|
+
barClass: (ObjectConstructor | StringConstructor)[];
|
|
11366
|
+
contentClass: (ObjectConstructor | StringConstructor)[];
|
|
11154
11367
|
}>> & Readonly<{
|
|
11155
11368
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
11156
11369
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
@@ -12728,17 +12941,156 @@ parallel: boolean;
|
|
|
12728
12941
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12729
12942
|
|
|
12730
12943
|
export declare const UploadPicker: DefineComponent<ExtractPropTypes< {
|
|
12731
|
-
|
|
12732
|
-
type:
|
|
12944
|
+
picker: {
|
|
12945
|
+
type: ArrayConstructor;
|
|
12946
|
+
default: () => string[];
|
|
12947
|
+
};
|
|
12948
|
+
sortable: {
|
|
12949
|
+
type: BooleanConstructor;
|
|
12950
|
+
default: boolean;
|
|
12951
|
+
};
|
|
12952
|
+
mask: {
|
|
12953
|
+
type: BooleanConstructor;
|
|
12954
|
+
default: boolean;
|
|
12955
|
+
};
|
|
12956
|
+
uploadOptions: {
|
|
12957
|
+
type: ObjectConstructor;
|
|
12958
|
+
default(): {};
|
|
12959
|
+
};
|
|
12960
|
+
modelValue: {
|
|
12961
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
12962
|
+
default: () => never[];
|
|
12963
|
+
};
|
|
12964
|
+
keyValue: {
|
|
12965
|
+
type: ObjectConstructor;
|
|
12966
|
+
default: () => {
|
|
12967
|
+
label: string;
|
|
12968
|
+
value: string;
|
|
12969
|
+
};
|
|
12970
|
+
};
|
|
12971
|
+
output: {
|
|
12972
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
12733
12973
|
default: string;
|
|
12974
|
+
validator: (v: any) => boolean;
|
|
12734
12975
|
};
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
|
|
12976
|
+
max: {
|
|
12977
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
12978
|
+
default: number;
|
|
12979
|
+
};
|
|
12980
|
+
disabled: {
|
|
12981
|
+
type: BooleanConstructor;
|
|
12982
|
+
default: boolean;
|
|
12983
|
+
};
|
|
12984
|
+
formatter: FunctionConstructor;
|
|
12985
|
+
boxClass: StringConstructor;
|
|
12986
|
+
imagePreviewOptions: {
|
|
12987
|
+
type: ObjectConstructor;
|
|
12988
|
+
default: () => {};
|
|
12989
|
+
};
|
|
12990
|
+
imageClass: StringConstructor;
|
|
12991
|
+
videoClass: StringConstructor;
|
|
12992
|
+
audioClass: StringConstructor;
|
|
12993
|
+
fileClass: StringConstructor;
|
|
12994
|
+
compressOptions: {
|
|
12995
|
+
type: ObjectConstructor;
|
|
12996
|
+
default: () => {
|
|
12997
|
+
compress: boolean;
|
|
12998
|
+
width: number;
|
|
12999
|
+
height: number;
|
|
13000
|
+
filetype: string;
|
|
13001
|
+
encoderOptions: number;
|
|
13002
|
+
};
|
|
13003
|
+
};
|
|
13004
|
+
showMessage: BooleanConstructor;
|
|
13005
|
+
gallery: BooleanConstructor;
|
|
13006
|
+
}>, () => 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< {
|
|
13007
|
+
picker: {
|
|
13008
|
+
type: ArrayConstructor;
|
|
13009
|
+
default: () => string[];
|
|
13010
|
+
};
|
|
13011
|
+
sortable: {
|
|
13012
|
+
type: BooleanConstructor;
|
|
13013
|
+
default: boolean;
|
|
13014
|
+
};
|
|
13015
|
+
mask: {
|
|
13016
|
+
type: BooleanConstructor;
|
|
13017
|
+
default: boolean;
|
|
13018
|
+
};
|
|
13019
|
+
uploadOptions: {
|
|
13020
|
+
type: ObjectConstructor;
|
|
13021
|
+
default(): {};
|
|
13022
|
+
};
|
|
13023
|
+
modelValue: {
|
|
13024
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
13025
|
+
default: () => never[];
|
|
13026
|
+
};
|
|
13027
|
+
keyValue: {
|
|
13028
|
+
type: ObjectConstructor;
|
|
13029
|
+
default: () => {
|
|
13030
|
+
label: string;
|
|
13031
|
+
value: string;
|
|
13032
|
+
};
|
|
13033
|
+
};
|
|
13034
|
+
output: {
|
|
13035
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
12738
13036
|
default: string;
|
|
13037
|
+
validator: (v: any) => boolean;
|
|
12739
13038
|
};
|
|
12740
|
-
|
|
12741
|
-
|
|
13039
|
+
max: {
|
|
13040
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
13041
|
+
default: number;
|
|
13042
|
+
};
|
|
13043
|
+
disabled: {
|
|
13044
|
+
type: BooleanConstructor;
|
|
13045
|
+
default: boolean;
|
|
13046
|
+
};
|
|
13047
|
+
formatter: FunctionConstructor;
|
|
13048
|
+
boxClass: StringConstructor;
|
|
13049
|
+
imagePreviewOptions: {
|
|
13050
|
+
type: ObjectConstructor;
|
|
13051
|
+
default: () => {};
|
|
13052
|
+
};
|
|
13053
|
+
imageClass: StringConstructor;
|
|
13054
|
+
videoClass: StringConstructor;
|
|
13055
|
+
audioClass: StringConstructor;
|
|
13056
|
+
fileClass: StringConstructor;
|
|
13057
|
+
compressOptions: {
|
|
13058
|
+
type: ObjectConstructor;
|
|
13059
|
+
default: () => {
|
|
13060
|
+
compress: boolean;
|
|
13061
|
+
width: number;
|
|
13062
|
+
height: number;
|
|
13063
|
+
filetype: string;
|
|
13064
|
+
encoderOptions: number;
|
|
13065
|
+
};
|
|
13066
|
+
};
|
|
13067
|
+
showMessage: BooleanConstructor;
|
|
13068
|
+
gallery: BooleanConstructor;
|
|
13069
|
+
}>> & Readonly<{
|
|
13070
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
13071
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
13072
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13073
|
+
"onFile-before"?: ((...args: any[]) => any) | undefined;
|
|
13074
|
+
"onFile-start"?: ((...args: any[]) => any) | undefined;
|
|
13075
|
+
"onFile-success"?: ((...args: any[]) => any) | undefined;
|
|
13076
|
+
"onFile-error"?: ((...args: any[]) => any) | undefined;
|
|
13077
|
+
onComplete?: ((...args: any[]) => any) | undefined;
|
|
13078
|
+
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
13079
|
+
"onRemove-before"?: ((...args: any[]) => any) | undefined;
|
|
13080
|
+
}>, {
|
|
13081
|
+
output: string | Function;
|
|
13082
|
+
mask: boolean;
|
|
13083
|
+
modelValue: string | Record<string, any> | unknown[];
|
|
13084
|
+
disabled: boolean;
|
|
13085
|
+
max: number | Record<string, any>;
|
|
13086
|
+
showMessage: boolean;
|
|
13087
|
+
gallery: boolean;
|
|
13088
|
+
sortable: boolean;
|
|
13089
|
+
picker: unknown[];
|
|
13090
|
+
uploadOptions: Record<string, any>;
|
|
13091
|
+
keyValue: Record<string, any>;
|
|
13092
|
+
imagePreviewOptions: Record<string, any>;
|
|
13093
|
+
compressOptions: Record<string, any>;
|
|
12742
13094
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12743
13095
|
|
|
12744
13096
|
export declare class VcError {
|