@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
|
@@ -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;
|
|
@@ -4,14 +4,14 @@ import { ButtonProps } from '..';
|
|
|
4
4
|
export * from './interface';
|
|
5
5
|
export declare const CropperImage: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
options: {
|
|
8
|
-
type: PropType<CropperOptions>;
|
|
9
|
-
default: () => {};
|
|
10
|
-
};
|
|
11
7
|
height: {
|
|
12
8
|
type: PropType<string | number>;
|
|
13
9
|
default: string;
|
|
14
10
|
};
|
|
11
|
+
options: {
|
|
12
|
+
type: PropType<CropperOptions>;
|
|
13
|
+
default: () => {};
|
|
14
|
+
};
|
|
15
15
|
imageStyle: {
|
|
16
16
|
type: PropType<CSSProperties>;
|
|
17
17
|
default: () => {};
|
|
@@ -44,14 +44,14 @@ export declare const CropperImage: {
|
|
|
44
44
|
ready: (...args: any[]) => void;
|
|
45
45
|
cropendError: (...args: any[]) => void;
|
|
46
46
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
47
|
-
options: {
|
|
48
|
-
type: PropType<CropperOptions>;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
47
|
height: {
|
|
52
48
|
type: PropType<string | number>;
|
|
53
49
|
default: string;
|
|
54
50
|
};
|
|
51
|
+
options: {
|
|
52
|
+
type: PropType<CropperOptions>;
|
|
53
|
+
default: () => {};
|
|
54
|
+
};
|
|
55
55
|
imageStyle: {
|
|
56
56
|
type: PropType<CSSProperties>;
|
|
57
57
|
default: () => {};
|
|
@@ -80,8 +80,8 @@ export declare const CropperImage: {
|
|
|
80
80
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
81
81
|
onCropendError?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
}, {
|
|
83
|
-
options: CropperOptions;
|
|
84
83
|
height: string | number;
|
|
84
|
+
options: CropperOptions;
|
|
85
85
|
imageStyle: CSSProperties;
|
|
86
86
|
circled: boolean;
|
|
87
87
|
realTimePreview: boolean;
|
|
@@ -94,14 +94,14 @@ export declare const CropperImage: {
|
|
|
94
94
|
M: {};
|
|
95
95
|
Defaults: {};
|
|
96
96
|
}, Readonly< ExtractPropTypes<{
|
|
97
|
-
options: {
|
|
98
|
-
type: PropType<CropperOptions>;
|
|
99
|
-
default: () => {};
|
|
100
|
-
};
|
|
101
97
|
height: {
|
|
102
98
|
type: PropType<string | number>;
|
|
103
99
|
default: string;
|
|
104
100
|
};
|
|
101
|
+
options: {
|
|
102
|
+
type: PropType<CropperOptions>;
|
|
103
|
+
default: () => {};
|
|
104
|
+
};
|
|
105
105
|
imageStyle: {
|
|
106
106
|
type: PropType<CSSProperties>;
|
|
107
107
|
default: () => {};
|
|
@@ -130,8 +130,8 @@ export declare const CropperImage: {
|
|
|
130
130
|
onReady?: ((...args: any[]) => any) | undefined;
|
|
131
131
|
onCropendError?: ((...args: any[]) => any) | undefined;
|
|
132
132
|
}, {}, {}, {}, {}, {
|
|
133
|
-
options: CropperOptions;
|
|
134
133
|
height: string | number;
|
|
134
|
+
options: CropperOptions;
|
|
135
135
|
imageStyle: CSSProperties;
|
|
136
136
|
circled: boolean;
|
|
137
137
|
realTimePreview: boolean;
|
|
@@ -141,14 +141,14 @@ export declare const CropperImage: {
|
|
|
141
141
|
__isTeleport?: undefined;
|
|
142
142
|
__isSuspense?: undefined;
|
|
143
143
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
144
|
-
options: {
|
|
145
|
-
type: PropType<CropperOptions>;
|
|
146
|
-
default: () => {};
|
|
147
|
-
};
|
|
148
144
|
height: {
|
|
149
145
|
type: PropType<string | number>;
|
|
150
146
|
default: string;
|
|
151
147
|
};
|
|
148
|
+
options: {
|
|
149
|
+
type: PropType<CropperOptions>;
|
|
150
|
+
default: () => {};
|
|
151
|
+
};
|
|
152
152
|
imageStyle: {
|
|
153
153
|
type: PropType<CSSProperties>;
|
|
154
154
|
default: () => {};
|
|
@@ -181,8 +181,8 @@ export declare const CropperImage: {
|
|
|
181
181
|
ready: (...args: any[]) => void;
|
|
182
182
|
cropendError: (...args: any[]) => void;
|
|
183
183
|
}, string, {
|
|
184
|
-
options: CropperOptions;
|
|
185
184
|
height: string | number;
|
|
185
|
+
options: CropperOptions;
|
|
186
186
|
imageStyle: CSSProperties;
|
|
187
187
|
circled: boolean;
|
|
188
188
|
realTimePreview: boolean;
|
|
@@ -194,16 +194,16 @@ export declare const CropperImage: {
|
|
|
194
194
|
});
|
|
195
195
|
export declare const CropperAvatar: {
|
|
196
196
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
197
|
-
|
|
198
|
-
type: PropType<string>;
|
|
197
|
+
width: {
|
|
198
|
+
type: PropType<string | number>;
|
|
199
|
+
default: string;
|
|
199
200
|
};
|
|
200
201
|
size: {
|
|
201
202
|
type: PropType<number>;
|
|
202
203
|
default: number;
|
|
203
204
|
};
|
|
204
|
-
|
|
205
|
-
type: PropType<string
|
|
206
|
-
default: string;
|
|
205
|
+
value: {
|
|
206
|
+
type: PropType<string>;
|
|
207
207
|
};
|
|
208
208
|
uploadApi: {
|
|
209
209
|
type: PropType<({ file, name }: {
|
|
@@ -232,16 +232,16 @@ export declare const CropperAvatar: {
|
|
|
232
232
|
change: (...args: any[]) => void;
|
|
233
233
|
"update:value": (...args: any[]) => void;
|
|
234
234
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
235
|
-
|
|
236
|
-
type: PropType<string>;
|
|
235
|
+
width: {
|
|
236
|
+
type: PropType<string | number>;
|
|
237
|
+
default: string;
|
|
237
238
|
};
|
|
238
239
|
size: {
|
|
239
240
|
type: PropType<number>;
|
|
240
241
|
default: number;
|
|
241
242
|
};
|
|
242
|
-
|
|
243
|
-
type: PropType<string
|
|
244
|
-
default: string;
|
|
243
|
+
value: {
|
|
244
|
+
type: PropType<string>;
|
|
245
245
|
};
|
|
246
246
|
uploadApi: {
|
|
247
247
|
type: PropType<({ file, name }: {
|
|
@@ -264,8 +264,8 @@ export declare const CropperAvatar: {
|
|
|
264
264
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
265
265
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
266
266
|
}, {
|
|
267
|
-
size: number;
|
|
268
267
|
width: string | number;
|
|
268
|
+
size: number;
|
|
269
269
|
showBtn: boolean;
|
|
270
270
|
btnText: string;
|
|
271
271
|
}, true, {}, {}, {
|
|
@@ -276,16 +276,16 @@ export declare const CropperAvatar: {
|
|
|
276
276
|
M: {};
|
|
277
277
|
Defaults: {};
|
|
278
278
|
}, Readonly< ExtractPropTypes<{
|
|
279
|
-
|
|
280
|
-
type: PropType<string>;
|
|
279
|
+
width: {
|
|
280
|
+
type: PropType<string | number>;
|
|
281
|
+
default: string;
|
|
281
282
|
};
|
|
282
283
|
size: {
|
|
283
284
|
type: PropType<number>;
|
|
284
285
|
default: number;
|
|
285
286
|
};
|
|
286
|
-
|
|
287
|
-
type: PropType<string
|
|
288
|
-
default: string;
|
|
287
|
+
value: {
|
|
288
|
+
type: PropType<string>;
|
|
289
289
|
};
|
|
290
290
|
uploadApi: {
|
|
291
291
|
type: PropType<({ file, name }: {
|
|
@@ -311,8 +311,8 @@ export declare const CropperAvatar: {
|
|
|
311
311
|
openModal: (data?: unknown, openOnSet?: boolean | undefined) => void;
|
|
312
312
|
closeModal: () => void;
|
|
313
313
|
}, {}, {}, {}, {
|
|
314
|
-
size: number;
|
|
315
314
|
width: string | number;
|
|
315
|
+
size: number;
|
|
316
316
|
showBtn: boolean;
|
|
317
317
|
btnText: string;
|
|
318
318
|
}>;
|
|
@@ -320,16 +320,16 @@ export declare const CropperAvatar: {
|
|
|
320
320
|
__isTeleport?: undefined;
|
|
321
321
|
__isSuspense?: undefined;
|
|
322
322
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
323
|
-
|
|
324
|
-
type: PropType<string>;
|
|
323
|
+
width: {
|
|
324
|
+
type: PropType<string | number>;
|
|
325
|
+
default: string;
|
|
325
326
|
};
|
|
326
327
|
size: {
|
|
327
328
|
type: PropType<number>;
|
|
328
329
|
default: number;
|
|
329
330
|
};
|
|
330
|
-
|
|
331
|
-
type: PropType<string
|
|
332
|
-
default: string;
|
|
331
|
+
value: {
|
|
332
|
+
type: PropType<string>;
|
|
333
333
|
};
|
|
334
334
|
uploadApi: {
|
|
335
335
|
type: PropType<({ file, name }: {
|
|
@@ -358,8 +358,8 @@ export declare const CropperAvatar: {
|
|
|
358
358
|
change: (...args: any[]) => void;
|
|
359
359
|
"update:value": (...args: any[]) => void;
|
|
360
360
|
}, string, {
|
|
361
|
-
size: number;
|
|
362
361
|
width: string | number;
|
|
362
|
+
size: number;
|
|
363
363
|
showBtn: boolean;
|
|
364
364
|
btnText: string;
|
|
365
365
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
|
@@ -85,9 +85,9 @@ declare const _default: DefineComponent<{
|
|
|
85
85
|
}>> & {
|
|
86
86
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
}, {
|
|
88
|
+
title: string;
|
|
88
89
|
size: string;
|
|
89
90
|
bordered: boolean;
|
|
90
|
-
title: string;
|
|
91
91
|
column: number | Record<string, any>;
|
|
92
92
|
schema: DescItem[];
|
|
93
93
|
useCollapse: boolean;
|
|
@@ -89,9 +89,9 @@ export declare const Description: {
|
|
|
89
89
|
}>> & {
|
|
90
90
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
}, {
|
|
92
|
+
title: string;
|
|
92
93
|
size: string;
|
|
93
94
|
bordered: boolean;
|
|
94
|
-
title: string;
|
|
95
95
|
column: number | Record<string, any>;
|
|
96
96
|
schema: DescItem[];
|
|
97
97
|
useCollapse: boolean;
|
|
@@ -146,9 +146,9 @@ export declare const Description: {
|
|
|
146
146
|
}>> & {
|
|
147
147
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
149
|
+
title: string;
|
|
149
150
|
size: string;
|
|
150
151
|
bordered: boolean;
|
|
151
|
-
title: string;
|
|
152
152
|
column: number | Record<string, any>;
|
|
153
153
|
schema: DescItem[];
|
|
154
154
|
useCollapse: boolean;
|
|
@@ -200,9 +200,9 @@ export declare const Description: {
|
|
|
200
200
|
}>> & {
|
|
201
201
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
202
202
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "register"[], "register", {
|
|
203
|
+
title: string;
|
|
203
204
|
size: string;
|
|
204
205
|
bordered: boolean;
|
|
205
|
-
title: string;
|
|
206
206
|
column: number | Record<string, any>;
|
|
207
207
|
schema: DescItem[];
|
|
208
208
|
useCollapse: boolean;
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
15
15
|
}>>> & {
|
|
16
16
|
onMenuEvent?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
trigger: ("click" | "
|
|
18
|
+
trigger: ("click" | "hover" | "contextmenu")[];
|
|
19
19
|
selectedKeys: string[];
|
|
20
20
|
dropMenuList: (DropMenu & Recordable<any>)[];
|
|
21
21
|
}, {}>, {
|
|
@@ -5,7 +5,7 @@ export * from './interface';
|
|
|
5
5
|
export declare const Dropdown: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
7
|
trigger: {
|
|
8
|
-
type: PropType<("click" | "
|
|
8
|
+
type: PropType<("click" | "hover" | "contextmenu")[]>;
|
|
9
9
|
default: () => string[];
|
|
10
10
|
};
|
|
11
11
|
selectedKeys: {
|
|
@@ -25,7 +25,7 @@ export declare const Dropdown: {
|
|
|
25
25
|
menuEvent: (...args: any[]) => void;
|
|
26
26
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
27
27
|
trigger: {
|
|
28
|
-
type: PropType<("click" | "
|
|
28
|
+
type: PropType<("click" | "hover" | "contextmenu")[]>;
|
|
29
29
|
default: () => string[];
|
|
30
30
|
};
|
|
31
31
|
selectedKeys: {
|
|
@@ -42,7 +42,7 @@ export declare const Dropdown: {
|
|
|
42
42
|
}>> & {
|
|
43
43
|
onMenuEvent?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}, {
|
|
45
|
-
trigger: ("click" | "
|
|
45
|
+
trigger: ("click" | "hover" | "contextmenu")[];
|
|
46
46
|
selectedKeys: string[];
|
|
47
47
|
dropMenuList: ( DropMenu & Recordable<any>)[];
|
|
48
48
|
}, true, {}, {}, {
|
|
@@ -54,7 +54,7 @@ export declare const Dropdown: {
|
|
|
54
54
|
Defaults: {};
|
|
55
55
|
}, Readonly< ExtractPropTypes<{
|
|
56
56
|
trigger: {
|
|
57
|
-
type: PropType<("click" | "
|
|
57
|
+
type: PropType<("click" | "hover" | "contextmenu")[]>;
|
|
58
58
|
default: () => string[];
|
|
59
59
|
};
|
|
60
60
|
selectedKeys: {
|
|
@@ -71,7 +71,7 @@ export declare const Dropdown: {
|
|
|
71
71
|
}>> & {
|
|
72
72
|
onMenuEvent?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
}, {}, {}, {}, {}, {
|
|
74
|
-
trigger: ("click" | "
|
|
74
|
+
trigger: ("click" | "hover" | "contextmenu")[];
|
|
75
75
|
selectedKeys: string[];
|
|
76
76
|
dropMenuList: ( DropMenu & Recordable<any>)[];
|
|
77
77
|
}>;
|
|
@@ -80,7 +80,7 @@ export declare const Dropdown: {
|
|
|
80
80
|
__isSuspense?: undefined;
|
|
81
81
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
82
82
|
trigger: {
|
|
83
|
-
type: PropType<("click" | "
|
|
83
|
+
type: PropType<("click" | "hover" | "contextmenu")[]>;
|
|
84
84
|
default: () => string[];
|
|
85
85
|
};
|
|
86
86
|
selectedKeys: {
|
|
@@ -99,7 +99,7 @@ export declare const Dropdown: {
|
|
|
99
99
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
100
100
|
menuEvent: (...args: any[]) => void;
|
|
101
101
|
}, string, {
|
|
102
|
-
trigger: ("click" | "
|
|
102
|
+
trigger: ("click" | "hover" | "contextmenu")[];
|
|
103
103
|
selectedKeys: string[];
|
|
104
104
|
dropMenuList: ( DropMenu & Recordable<any>)[];
|
|
105
105
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|