@aplus-frontend/ui 0.0.1-beta.6 → 0.0.1-beta.7
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/es/index.mjs +59 -49
- package/es/src/ap-action/constant.d.ts +0 -0
- package/es/src/ap-action/group/index.vue.d.ts +38 -0
- package/es/src/ap-action/group/index.vue.mjs +64 -0
- package/es/src/ap-action/group/index.vue2.mjs +4 -0
- package/es/src/ap-action/index.d.ts +14 -0
- package/es/src/ap-action/index.mjs +17 -0
- package/es/src/ap-action/interface.d.ts +81 -0
- package/es/src/ap-action/item/index.vue.d.ts +44 -0
- package/es/src/ap-action/item/index.vue.mjs +49 -0
- package/es/src/ap-action/item/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/es/src/ap-action/item-dropdown/index.vue.mjs +92 -0
- package/es/src/ap-action/item-dropdown/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/es/src/ap-action/item-modal/index.vue.mjs +34 -0
- package/es/src/ap-action/item-modal/index.vue2.mjs +4 -0
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +37 -0
- package/es/src/ap-action/item-popconfirm/index.vue2.mjs +4 -0
- package/es/src/ap-action/style/item-dropdown.css +11 -0
- package/es/src/ap-action/style/item.css +28 -0
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/interface.d.ts +3 -2
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/switch/index.vue.d.ts +1 -1
- package/es/src/ap-field/switch/index.vue.mjs +68 -39
- package/es/src/ap-field/text/index.vue.d.ts +3 -3
- package/es/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/es/src/ap-form/index.d.ts +76 -76
- package/es/src/base-button/index.d.ts +28 -28
- package/es/src/config-provider/config-provider.d.ts +4 -4
- package/es/src/config-provider/index.d.ts +12 -12
- package/es/src/count-down/index.d.ts +12 -12
- package/es/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/es/src/cropper/cropper-image.vue.d.ts +1 -1
- package/es/src/cropper/index.d.ts +42 -42
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/description/index.d.ts +3 -3
- package/es/src/dropdown/dropdown.vue.d.ts +1 -1
- package/es/src/dropdown/index.d.ts +7 -7
- package/es/src/icon/index.d.ts +41 -41
- package/es/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/es/src/icon-picker/index.d.ts +45 -45
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +98 -88
- package/es/src/modal/basic.vue.d.ts +4 -3
- package/es/src/modal/basic.vue.mjs +53 -49
- package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/es/src/modal/components/modal.d.ts +2 -2
- package/es/src/modal/index.d.ts +10 -11
- package/es/src/modal/index.mjs +2 -3
- package/es/src/modal/props.mjs +1 -1
- package/es/src/modal/style/index.css +29 -30
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/strength-meter/index.d.ts +12 -12
- package/es/src/theme/ap-action/item-dropdown.css +11 -0
- package/es/src/theme/ap-action/item.css +28 -0
- package/es/src/theme/modal/index.css +29 -30
- package/lib/index.js +1 -1
- package/lib/src/ap-action/constant.d.ts +0 -0
- package/lib/src/ap-action/group/index.vue.d.ts +38 -0
- package/lib/src/ap-action/group/index.vue.js +1 -0
- package/lib/src/ap-action/group/index.vue2.js +1 -0
- package/lib/src/ap-action/index.d.ts +14 -0
- package/lib/src/ap-action/index.js +1 -0
- package/lib/src/ap-action/interface.d.ts +81 -0
- package/lib/src/ap-action/item/index.vue.d.ts +44 -0
- package/lib/src/ap-action/item/index.vue.js +1 -0
- package/lib/src/ap-action/item/index.vue2.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +57 -0
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -0
- package/lib/src/ap-action/item-dropdown/index.vue2.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue.d.ts +41 -0
- package/lib/src/ap-action/item-modal/index.vue.js +1 -0
- package/lib/src/ap-action/item-modal/index.vue2.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +343 -0
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -0
- package/lib/src/ap-action/item-popconfirm/index.vue2.js +1 -0
- package/lib/src/ap-action/style/item-dropdown.css +11 -0
- package/lib/src/ap-action/style/item.css +28 -0
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/interface.d.ts +3 -2
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/switch/index.vue.d.ts +1 -1
- package/lib/src/ap-field/switch/index.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +3 -3
- package/lib/src/ap-field/text-area/index.vue.d.ts +2 -2
- package/lib/src/ap-form/index.d.ts +76 -76
- package/lib/src/base-button/index.d.ts +28 -28
- package/lib/src/config-provider/config-provider.d.ts +4 -4
- package/lib/src/config-provider/index.d.ts +12 -12
- package/lib/src/count-down/index.d.ts +12 -12
- package/lib/src/cropper/cropper-avatar.vue.d.ts +1 -1
- package/lib/src/cropper/cropper-image.vue.d.ts +1 -1
- package/lib/src/cropper/index.d.ts +42 -42
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/description/index.d.ts +3 -3
- package/lib/src/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/src/dropdown/index.d.ts +7 -7
- package/lib/src/icon/index.d.ts +41 -41
- package/lib/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/lib/src/icon-picker/index.d.ts +45 -45
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +4 -3
- package/lib/src/modal/basic.vue.js +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/lib/src/modal/components/modal.d.ts +2 -2
- package/lib/src/modal/index.d.ts +10 -11
- package/lib/src/modal/index.js +1 -1
- package/lib/src/modal/props.js +1 -1
- package/lib/src/modal/style/index.css +29 -30
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +8 -8
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/strength-meter/index.d.ts +12 -12
- package/lib/src/theme/ap-action/item-dropdown.css +11 -0
- package/lib/src/theme/ap-action/item.css +28 -0
- package/lib/src/theme/modal/index.css +29 -30
- package/package.json +3 -3
|
@@ -1686,12 +1686,6 @@ declare const ApForm: ({
|
|
|
1686
1686
|
});
|
|
1687
1687
|
declare const ApFormItem: {
|
|
1688
1688
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
1689
|
-
name: {
|
|
1690
|
-
type: PropType<string | number | (string | number)[]>;
|
|
1691
|
-
};
|
|
1692
|
-
hidden: {
|
|
1693
|
-
type: PropType<boolean>;
|
|
1694
|
-
};
|
|
1695
1689
|
prefixCls: {
|
|
1696
1690
|
type: PropType<string>;
|
|
1697
1691
|
};
|
|
@@ -1699,9 +1693,6 @@ declare const ApFormItem: {
|
|
|
1699
1693
|
type: PropType<boolean>;
|
|
1700
1694
|
default: undefined;
|
|
1701
1695
|
};
|
|
1702
|
-
order: {
|
|
1703
|
-
type: PropType<string | number>;
|
|
1704
|
-
};
|
|
1705
1696
|
label: {
|
|
1706
1697
|
type: PropType<any>;
|
|
1707
1698
|
};
|
|
@@ -1711,9 +1702,18 @@ declare const ApFormItem: {
|
|
|
1711
1702
|
push: {
|
|
1712
1703
|
type: PropType<string | number>;
|
|
1713
1704
|
};
|
|
1705
|
+
name: {
|
|
1706
|
+
type: PropType<string | number | (string | number)[]>;
|
|
1707
|
+
};
|
|
1714
1708
|
flex: {
|
|
1715
1709
|
type: PropType<string | number>;
|
|
1716
1710
|
};
|
|
1711
|
+
hidden: {
|
|
1712
|
+
type: PropType<boolean>;
|
|
1713
|
+
};
|
|
1714
|
+
order: {
|
|
1715
|
+
type: PropType<string | number>;
|
|
1716
|
+
};
|
|
1717
1717
|
offset: {
|
|
1718
1718
|
type: PropType<string | number>;
|
|
1719
1719
|
};
|
|
@@ -1858,12 +1858,6 @@ declare const ApFormItem: {
|
|
|
1858
1858
|
type: PropType<boolean>;
|
|
1859
1859
|
};
|
|
1860
1860
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1861
|
-
name: {
|
|
1862
|
-
type: PropType<string | number | (string | number)[]>;
|
|
1863
|
-
};
|
|
1864
|
-
hidden: {
|
|
1865
|
-
type: PropType<boolean>;
|
|
1866
|
-
};
|
|
1867
1861
|
prefixCls: {
|
|
1868
1862
|
type: PropType<string>;
|
|
1869
1863
|
};
|
|
@@ -1871,9 +1865,6 @@ declare const ApFormItem: {
|
|
|
1871
1865
|
type: PropType<boolean>;
|
|
1872
1866
|
default: undefined;
|
|
1873
1867
|
};
|
|
1874
|
-
order: {
|
|
1875
|
-
type: PropType<string | number>;
|
|
1876
|
-
};
|
|
1877
1868
|
label: {
|
|
1878
1869
|
type: PropType<any>;
|
|
1879
1870
|
};
|
|
@@ -1883,9 +1874,18 @@ declare const ApFormItem: {
|
|
|
1883
1874
|
push: {
|
|
1884
1875
|
type: PropType<string | number>;
|
|
1885
1876
|
};
|
|
1877
|
+
name: {
|
|
1878
|
+
type: PropType<string | number | (string | number)[]>;
|
|
1879
|
+
};
|
|
1886
1880
|
flex: {
|
|
1887
1881
|
type: PropType<string | number>;
|
|
1888
1882
|
};
|
|
1883
|
+
hidden: {
|
|
1884
|
+
type: PropType<boolean>;
|
|
1885
|
+
};
|
|
1886
|
+
order: {
|
|
1887
|
+
type: PropType<string | number>;
|
|
1888
|
+
};
|
|
1889
1889
|
offset: {
|
|
1890
1890
|
type: PropType<string | number>;
|
|
1891
1891
|
};
|
|
@@ -2043,12 +2043,6 @@ declare const ApFormItem: {
|
|
|
2043
2043
|
M: {};
|
|
2044
2044
|
Defaults: {};
|
|
2045
2045
|
}, Readonly< ExtractPropTypes<{
|
|
2046
|
-
name: {
|
|
2047
|
-
type: PropType<string | number | (string | number)[]>;
|
|
2048
|
-
};
|
|
2049
|
-
hidden: {
|
|
2050
|
-
type: PropType<boolean>;
|
|
2051
|
-
};
|
|
2052
2046
|
prefixCls: {
|
|
2053
2047
|
type: PropType<string>;
|
|
2054
2048
|
};
|
|
@@ -2056,9 +2050,6 @@ declare const ApFormItem: {
|
|
|
2056
2050
|
type: PropType<boolean>;
|
|
2057
2051
|
default: undefined;
|
|
2058
2052
|
};
|
|
2059
|
-
order: {
|
|
2060
|
-
type: PropType<string | number>;
|
|
2061
|
-
};
|
|
2062
2053
|
label: {
|
|
2063
2054
|
type: PropType<any>;
|
|
2064
2055
|
};
|
|
@@ -2068,9 +2059,18 @@ declare const ApFormItem: {
|
|
|
2068
2059
|
push: {
|
|
2069
2060
|
type: PropType<string | number>;
|
|
2070
2061
|
};
|
|
2062
|
+
name: {
|
|
2063
|
+
type: PropType<string | number | (string | number)[]>;
|
|
2064
|
+
};
|
|
2071
2065
|
flex: {
|
|
2072
2066
|
type: PropType<string | number>;
|
|
2073
2067
|
};
|
|
2068
|
+
hidden: {
|
|
2069
|
+
type: PropType<boolean>;
|
|
2070
|
+
};
|
|
2071
|
+
order: {
|
|
2072
|
+
type: PropType<string | number>;
|
|
2073
|
+
};
|
|
2074
2074
|
offset: {
|
|
2075
2075
|
type: PropType<string | number>;
|
|
2076
2076
|
};
|
|
@@ -2225,12 +2225,6 @@ declare const ApFormItem: {
|
|
|
2225
2225
|
__isTeleport?: undefined;
|
|
2226
2226
|
__isSuspense?: undefined;
|
|
2227
2227
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2228
|
-
name: {
|
|
2229
|
-
type: PropType<string | number | (string | number)[]>;
|
|
2230
|
-
};
|
|
2231
|
-
hidden: {
|
|
2232
|
-
type: PropType<boolean>;
|
|
2233
|
-
};
|
|
2234
2228
|
prefixCls: {
|
|
2235
2229
|
type: PropType<string>;
|
|
2236
2230
|
};
|
|
@@ -2238,9 +2232,6 @@ declare const ApFormItem: {
|
|
|
2238
2232
|
type: PropType<boolean>;
|
|
2239
2233
|
default: undefined;
|
|
2240
2234
|
};
|
|
2241
|
-
order: {
|
|
2242
|
-
type: PropType<string | number>;
|
|
2243
|
-
};
|
|
2244
2235
|
label: {
|
|
2245
2236
|
type: PropType<any>;
|
|
2246
2237
|
};
|
|
@@ -2250,9 +2241,18 @@ declare const ApFormItem: {
|
|
|
2250
2241
|
push: {
|
|
2251
2242
|
type: PropType<string | number>;
|
|
2252
2243
|
};
|
|
2244
|
+
name: {
|
|
2245
|
+
type: PropType<string | number | (string | number)[]>;
|
|
2246
|
+
};
|
|
2253
2247
|
flex: {
|
|
2254
2248
|
type: PropType<string | number>;
|
|
2255
2249
|
};
|
|
2250
|
+
hidden: {
|
|
2251
|
+
type: PropType<boolean>;
|
|
2252
|
+
};
|
|
2253
|
+
order: {
|
|
2254
|
+
type: PropType<string | number>;
|
|
2255
|
+
};
|
|
2256
2256
|
offset: {
|
|
2257
2257
|
type: PropType<string | number>;
|
|
2258
2258
|
};
|
|
@@ -2413,19 +2413,19 @@ declare const ApFormItem: {
|
|
|
2413
2413
|
});
|
|
2414
2414
|
declare const ApFormItemGroup: {
|
|
2415
2415
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
2416
|
-
prefixCls: {
|
|
2417
|
-
type: PropType<string>;
|
|
2418
|
-
};
|
|
2419
2416
|
align: {
|
|
2420
|
-
type: PropType<"
|
|
2421
|
-
xxl?: "
|
|
2422
|
-
xl?: "
|
|
2423
|
-
lg?: "
|
|
2424
|
-
md?: "
|
|
2425
|
-
sm?: "
|
|
2426
|
-
xs?: "
|
|
2417
|
+
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2418
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2419
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2420
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2421
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2422
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2423
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2427
2424
|
}>;
|
|
2428
2425
|
};
|
|
2426
|
+
prefixCls: {
|
|
2427
|
+
type: PropType<string>;
|
|
2428
|
+
};
|
|
2429
2429
|
wrap: {
|
|
2430
2430
|
type: PropType<boolean>;
|
|
2431
2431
|
default: undefined;
|
|
@@ -2449,19 +2449,19 @@ declare const ApFormItemGroup: {
|
|
|
2449
2449
|
default: number;
|
|
2450
2450
|
};
|
|
2451
2451
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
2452
|
-
prefixCls: {
|
|
2453
|
-
type: PropType<string>;
|
|
2454
|
-
};
|
|
2455
2452
|
align: {
|
|
2456
|
-
type: PropType<"
|
|
2457
|
-
xxl?: "
|
|
2458
|
-
xl?: "
|
|
2459
|
-
lg?: "
|
|
2460
|
-
md?: "
|
|
2461
|
-
sm?: "
|
|
2462
|
-
xs?: "
|
|
2453
|
+
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2454
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2455
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2456
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2457
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2458
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2459
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2463
2460
|
}>;
|
|
2464
2461
|
};
|
|
2462
|
+
prefixCls: {
|
|
2463
|
+
type: PropType<string>;
|
|
2464
|
+
};
|
|
2465
2465
|
wrap: {
|
|
2466
2466
|
type: PropType<boolean>;
|
|
2467
2467
|
default: undefined;
|
|
@@ -2496,19 +2496,19 @@ declare const ApFormItemGroup: {
|
|
|
2496
2496
|
M: {};
|
|
2497
2497
|
Defaults: {};
|
|
2498
2498
|
}, Readonly< ExtractPropTypes<{
|
|
2499
|
-
prefixCls: {
|
|
2500
|
-
type: PropType<string>;
|
|
2501
|
-
};
|
|
2502
2499
|
align: {
|
|
2503
|
-
type: PropType<"
|
|
2504
|
-
xxl?: "
|
|
2505
|
-
xl?: "
|
|
2506
|
-
lg?: "
|
|
2507
|
-
md?: "
|
|
2508
|
-
sm?: "
|
|
2509
|
-
xs?: "
|
|
2500
|
+
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2501
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2502
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2503
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2504
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2505
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2506
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2510
2507
|
}>;
|
|
2511
2508
|
};
|
|
2509
|
+
prefixCls: {
|
|
2510
|
+
type: PropType<string>;
|
|
2511
|
+
};
|
|
2512
2512
|
wrap: {
|
|
2513
2513
|
type: PropType<boolean>;
|
|
2514
2514
|
default: undefined;
|
|
@@ -2540,19 +2540,19 @@ declare const ApFormItemGroup: {
|
|
|
2540
2540
|
__isTeleport?: undefined;
|
|
2541
2541
|
__isSuspense?: undefined;
|
|
2542
2542
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
2543
|
-
prefixCls: {
|
|
2544
|
-
type: PropType<string>;
|
|
2545
|
-
};
|
|
2546
2543
|
align: {
|
|
2547
|
-
type: PropType<"
|
|
2548
|
-
xxl?: "
|
|
2549
|
-
xl?: "
|
|
2550
|
-
lg?: "
|
|
2551
|
-
md?: "
|
|
2552
|
-
sm?: "
|
|
2553
|
-
xs?: "
|
|
2544
|
+
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
2545
|
+
xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2546
|
+
xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2547
|
+
lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2548
|
+
md?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2549
|
+
sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2550
|
+
xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
|
|
2554
2551
|
}>;
|
|
2555
2552
|
};
|
|
2553
|
+
prefixCls: {
|
|
2554
|
+
type: PropType<string>;
|
|
2555
|
+
};
|
|
2556
2556
|
wrap: {
|
|
2557
2557
|
type: PropType<boolean>;
|
|
2558
2558
|
default: undefined;
|
|
@@ -5,21 +5,21 @@ export * from './interface';
|
|
|
5
5
|
export { ModalButton, PopConfirmButton };
|
|
6
6
|
export declare const BaseButton: {
|
|
7
7
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8
|
-
loading: {
|
|
9
|
-
type: PropType<boolean>;
|
|
10
|
-
};
|
|
11
|
-
disabled: {
|
|
12
|
-
type: PropType<boolean>;
|
|
13
|
-
};
|
|
14
8
|
text: {
|
|
15
9
|
type: PropType<string>;
|
|
16
10
|
};
|
|
17
11
|
color: {
|
|
18
|
-
type: PropType<"
|
|
12
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: PropType<boolean>;
|
|
19
16
|
};
|
|
20
17
|
onClick: {
|
|
21
18
|
type: PropType<() => void>;
|
|
22
19
|
};
|
|
20
|
+
loading: {
|
|
21
|
+
type: PropType<boolean>;
|
|
22
|
+
};
|
|
23
23
|
preIcon: {
|
|
24
24
|
type: PropType<string>;
|
|
25
25
|
};
|
|
@@ -31,21 +31,21 @@ export declare const BaseButton: {
|
|
|
31
31
|
default: number;
|
|
32
32
|
};
|
|
33
33
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
34
|
-
loading: {
|
|
35
|
-
type: PropType<boolean>;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
type: PropType<boolean>;
|
|
39
|
-
};
|
|
40
34
|
text: {
|
|
41
35
|
type: PropType<string>;
|
|
42
36
|
};
|
|
43
37
|
color: {
|
|
44
|
-
type: PropType<"
|
|
38
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
39
|
+
};
|
|
40
|
+
disabled: {
|
|
41
|
+
type: PropType<boolean>;
|
|
45
42
|
};
|
|
46
43
|
onClick: {
|
|
47
44
|
type: PropType<() => void>;
|
|
48
45
|
};
|
|
46
|
+
loading: {
|
|
47
|
+
type: PropType<boolean>;
|
|
48
|
+
};
|
|
49
49
|
preIcon: {
|
|
50
50
|
type: PropType<string>;
|
|
51
51
|
};
|
|
@@ -66,21 +66,21 @@ export declare const BaseButton: {
|
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
68
|
}, Readonly< ExtractPropTypes<{
|
|
69
|
-
loading: {
|
|
70
|
-
type: PropType<boolean>;
|
|
71
|
-
};
|
|
72
|
-
disabled: {
|
|
73
|
-
type: PropType<boolean>;
|
|
74
|
-
};
|
|
75
69
|
text: {
|
|
76
70
|
type: PropType<string>;
|
|
77
71
|
};
|
|
78
72
|
color: {
|
|
79
|
-
type: PropType<"
|
|
73
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
74
|
+
};
|
|
75
|
+
disabled: {
|
|
76
|
+
type: PropType<boolean>;
|
|
80
77
|
};
|
|
81
78
|
onClick: {
|
|
82
79
|
type: PropType<() => void>;
|
|
83
80
|
};
|
|
81
|
+
loading: {
|
|
82
|
+
type: PropType<boolean>;
|
|
83
|
+
};
|
|
84
84
|
preIcon: {
|
|
85
85
|
type: PropType<string>;
|
|
86
86
|
};
|
|
@@ -98,21 +98,21 @@ export declare const BaseButton: {
|
|
|
98
98
|
__isTeleport?: undefined;
|
|
99
99
|
__isSuspense?: undefined;
|
|
100
100
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
101
|
-
loading: {
|
|
102
|
-
type: PropType<boolean>;
|
|
103
|
-
};
|
|
104
|
-
disabled: {
|
|
105
|
-
type: PropType<boolean>;
|
|
106
|
-
};
|
|
107
101
|
text: {
|
|
108
102
|
type: PropType<string>;
|
|
109
103
|
};
|
|
110
104
|
color: {
|
|
111
|
-
type: PropType<"
|
|
105
|
+
type: PropType<"primary" | "success" | "error" | "warning">;
|
|
106
|
+
};
|
|
107
|
+
disabled: {
|
|
108
|
+
type: PropType<boolean>;
|
|
112
109
|
};
|
|
113
110
|
onClick: {
|
|
114
111
|
type: PropType<() => void>;
|
|
115
112
|
};
|
|
113
|
+
loading: {
|
|
114
|
+
type: PropType<boolean>;
|
|
115
|
+
};
|
|
116
116
|
preIcon: {
|
|
117
117
|
type: PropType<string>;
|
|
118
118
|
};
|
|
@@ -276,10 +276,8 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
276
276
|
};
|
|
277
277
|
};
|
|
278
278
|
}>>, {
|
|
279
|
-
|
|
279
|
+
theme: ThemeConfig;
|
|
280
280
|
direction: "ltr" | "rtl";
|
|
281
|
-
virtual: boolean;
|
|
282
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
283
281
|
input: {
|
|
284
282
|
autocomplete?: string | undefined;
|
|
285
283
|
};
|
|
@@ -293,6 +291,7 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
293
291
|
};
|
|
294
292
|
csp: CSPConfig;
|
|
295
293
|
autoInsertSpaceInButton: boolean;
|
|
294
|
+
locale: Locale;
|
|
296
295
|
pageHeader: {
|
|
297
296
|
ghost?: boolean | undefined;
|
|
298
297
|
};
|
|
@@ -300,10 +299,11 @@ export declare const ConfigProvider: DefineComponent<{
|
|
|
300
299
|
space: {
|
|
301
300
|
size?: number | ButtonSize;
|
|
302
301
|
};
|
|
302
|
+
virtual: boolean;
|
|
303
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
303
304
|
pagination: {
|
|
304
305
|
showSizeChanger?: boolean | undefined;
|
|
305
306
|
};
|
|
306
|
-
theme: ThemeConfig;
|
|
307
307
|
wave: {
|
|
308
308
|
disabled?: boolean | undefined;
|
|
309
309
|
};
|
|
@@ -283,10 +283,8 @@ export declare const APConfigProvider: {
|
|
|
283
283
|
};
|
|
284
284
|
};
|
|
285
285
|
}>>, {
|
|
286
|
-
|
|
286
|
+
theme: ThemeConfig;
|
|
287
287
|
direction: "ltr" | "rtl";
|
|
288
|
-
virtual: boolean;
|
|
289
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
290
288
|
input: {
|
|
291
289
|
autocomplete?: string | undefined;
|
|
292
290
|
};
|
|
@@ -300,6 +298,7 @@ export declare const APConfigProvider: {
|
|
|
300
298
|
};
|
|
301
299
|
csp: CSPConfig;
|
|
302
300
|
autoInsertSpaceInButton: boolean;
|
|
301
|
+
locale: Locale;
|
|
303
302
|
pageHeader: {
|
|
304
303
|
ghost?: boolean | undefined;
|
|
305
304
|
};
|
|
@@ -307,10 +306,11 @@ export declare const APConfigProvider: {
|
|
|
307
306
|
space: {
|
|
308
307
|
size?: number | ButtonSize;
|
|
309
308
|
};
|
|
309
|
+
virtual: boolean;
|
|
310
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
310
311
|
pagination: {
|
|
311
312
|
showSizeChanger?: boolean | undefined;
|
|
312
313
|
};
|
|
313
|
-
theme: ThemeConfig;
|
|
314
314
|
wave: {
|
|
315
315
|
disabled?: boolean | undefined;
|
|
316
316
|
};
|
|
@@ -458,10 +458,8 @@ export declare const APConfigProvider: {
|
|
|
458
458
|
};
|
|
459
459
|
};
|
|
460
460
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
461
|
-
|
|
461
|
+
theme: ThemeConfig;
|
|
462
462
|
direction: "ltr" | "rtl";
|
|
463
|
-
virtual: boolean;
|
|
464
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
465
463
|
input: {
|
|
466
464
|
autocomplete?: string | undefined;
|
|
467
465
|
};
|
|
@@ -475,6 +473,7 @@ export declare const APConfigProvider: {
|
|
|
475
473
|
};
|
|
476
474
|
csp: CSPConfig;
|
|
477
475
|
autoInsertSpaceInButton: boolean;
|
|
476
|
+
locale: Locale;
|
|
478
477
|
pageHeader: {
|
|
479
478
|
ghost?: boolean | undefined;
|
|
480
479
|
};
|
|
@@ -482,10 +481,11 @@ export declare const APConfigProvider: {
|
|
|
482
481
|
space: {
|
|
483
482
|
size?: number | ButtonSize;
|
|
484
483
|
};
|
|
484
|
+
virtual: boolean;
|
|
485
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
485
486
|
pagination: {
|
|
486
487
|
showSizeChanger?: boolean | undefined;
|
|
487
488
|
};
|
|
488
|
-
theme: ThemeConfig;
|
|
489
489
|
wave: {
|
|
490
490
|
disabled?: boolean | undefined;
|
|
491
491
|
};
|
|
@@ -630,10 +630,8 @@ export declare const APConfigProvider: {
|
|
|
630
630
|
};
|
|
631
631
|
};
|
|
632
632
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
633
|
-
|
|
633
|
+
theme: ThemeConfig;
|
|
634
634
|
direction: "ltr" | "rtl";
|
|
635
|
-
virtual: boolean;
|
|
636
|
-
dropdownMatchSelectWidth: number | boolean;
|
|
637
635
|
input: {
|
|
638
636
|
autocomplete?: string | undefined;
|
|
639
637
|
};
|
|
@@ -647,6 +645,7 @@ export declare const APConfigProvider: {
|
|
|
647
645
|
};
|
|
648
646
|
csp: CSPConfig;
|
|
649
647
|
autoInsertSpaceInButton: boolean;
|
|
648
|
+
locale: Locale;
|
|
650
649
|
pageHeader: {
|
|
651
650
|
ghost?: boolean | undefined;
|
|
652
651
|
};
|
|
@@ -654,10 +653,11 @@ export declare const APConfigProvider: {
|
|
|
654
653
|
space: {
|
|
655
654
|
size?: number | ButtonSize;
|
|
656
655
|
};
|
|
656
|
+
virtual: boolean;
|
|
657
|
+
dropdownMatchSelectWidth: number | boolean;
|
|
657
658
|
pagination: {
|
|
658
659
|
showSizeChanger?: boolean | undefined;
|
|
659
660
|
};
|
|
660
|
-
theme: ThemeConfig;
|
|
661
661
|
wave: {
|
|
662
662
|
disabled?: boolean | undefined;
|
|
663
663
|
};
|
|
@@ -69,12 +69,12 @@ export declare const CountdownButton: {
|
|
|
69
69
|
});
|
|
70
70
|
export declare const CountdownInput: {
|
|
71
71
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
72
|
-
value: {
|
|
73
|
-
type: PropType<string>;
|
|
74
|
-
};
|
|
75
72
|
size: {
|
|
76
73
|
type: PropType<"small" | "middle" | "large">;
|
|
77
74
|
};
|
|
75
|
+
value: {
|
|
76
|
+
type: PropType<string>;
|
|
77
|
+
};
|
|
78
78
|
count: {
|
|
79
79
|
type: PropType<number>;
|
|
80
80
|
default: number;
|
|
@@ -83,12 +83,12 @@ export declare const CountdownInput: {
|
|
|
83
83
|
type: PropType<() => Promise<boolean>>;
|
|
84
84
|
};
|
|
85
85
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
86
|
-
value: {
|
|
87
|
-
type: PropType<string>;
|
|
88
|
-
};
|
|
89
86
|
size: {
|
|
90
87
|
type: PropType<"small" | "middle" | "large">;
|
|
91
88
|
};
|
|
89
|
+
value: {
|
|
90
|
+
type: PropType<string>;
|
|
91
|
+
};
|
|
92
92
|
count: {
|
|
93
93
|
type: PropType<number>;
|
|
94
94
|
default: number;
|
|
@@ -106,12 +106,12 @@ export declare const CountdownInput: {
|
|
|
106
106
|
M: {};
|
|
107
107
|
Defaults: {};
|
|
108
108
|
}, Readonly< ExtractPropTypes<{
|
|
109
|
-
value: {
|
|
110
|
-
type: PropType<string>;
|
|
111
|
-
};
|
|
112
109
|
size: {
|
|
113
110
|
type: PropType<"small" | "middle" | "large">;
|
|
114
111
|
};
|
|
112
|
+
value: {
|
|
113
|
+
type: PropType<string>;
|
|
114
|
+
};
|
|
115
115
|
count: {
|
|
116
116
|
type: PropType<number>;
|
|
117
117
|
default: number;
|
|
@@ -126,12 +126,12 @@ export declare const CountdownInput: {
|
|
|
126
126
|
__isTeleport?: undefined;
|
|
127
127
|
__isSuspense?: undefined;
|
|
128
128
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
129
|
-
value: {
|
|
130
|
-
type: PropType<string>;
|
|
131
|
-
};
|
|
132
129
|
size: {
|
|
133
130
|
type: PropType<"small" | "middle" | "large">;
|
|
134
131
|
};
|
|
132
|
+
value: {
|
|
133
|
+
type: PropType<string>;
|
|
134
|
+
};
|
|
135
135
|
count: {
|
|
136
136
|
type: PropType<number>;
|
|
137
137
|
default: number;
|
|
@@ -21,8 +21,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
21
21
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
}, {
|
|
24
|
-
size: number;
|
|
25
24
|
width: string | number;
|
|
25
|
+
size: number;
|
|
26
26
|
showBtn: boolean;
|
|
27
27
|
btnText: string;
|
|
28
28
|
}, {}>;
|
|
@@ -24,8 +24,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
24
24
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
onCropendError?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
options: CropperOptions;
|
|
28
27
|
height: string | number;
|
|
28
|
+
options: CropperOptions;
|
|
29
29
|
imageStyle: CSSProperties;
|
|
30
30
|
circled: boolean;
|
|
31
31
|
realTimePreview: boolean;
|