@aplus-frontend/ui 0.0.1-beta.32 → 0.0.1-beta.33
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/src/ap-custom-column/custom-column.vue.mjs +17 -14
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/interface.d.ts +10 -0
- package/es/src/ap-table/components/style/pagination.css +12 -0
- package/es/src/ap-table/interface.d.ts +152 -0
- package/es/src/base-button/index.d.ts +137 -0
- package/es/src/basic/index.d.ts +278 -0
- package/es/src/button/index.d.ts +51 -0
- package/es/src/config-provider/config-provider-props.d.ts +1 -1
- package/es/src/config-provider/config-provider.d.ts +11 -11
- package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/src/config-provider/index.d.ts +691 -0
- package/es/src/container/index.d.ts +178 -0
- package/es/src/count-down/index.d.ts +150 -0
- package/es/src/cropper/index.d.ts +369 -0
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/description/index.d.ts +214 -0
- package/es/src/dropdown/index.d.ts +113 -0
- package/es/src/icon/index.d.ts +208 -0
- package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/es/src/icon-picker/index.d.ts +190 -0
- package/es/src/locale/lang/en.mjs +6 -0
- package/es/src/locale/lang/zh-cn.mjs +6 -0
- package/es/src/modal/basic.vue.d.ts +1 -1
- package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/es/src/modal/index.d.ts +963 -0
- package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- 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-select.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 +6 -6
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/es/src/pro-table/pro-table.vue.d.ts +1 -1
- package/es/src/scroll-bar/index.d.ts +176 -0
- package/es/src/strength-meter/index.d.ts +89 -0
- package/es/src/theme/antd-global-overwrite/admin/form.css +17 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +58 -14
- package/es/src/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/es/src/theme/antd-global-overwrite/admin/steps.css +20 -9
- package/es/src/theme/antd-global-overwrite/admin/table.css +19 -0
- package/es/src/theme/antd-global-overwrite/aplus/form.css +17 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +41 -10
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +3 -6
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +21 -4
- package/es/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/es/src/transition/index.d.ts +369 -0
- package/es/src/utils/config-provider-preset.d.ts +12 -12
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/interface.d.ts +10 -0
- package/lib/src/ap-table/components/style/pagination.css +12 -0
- package/lib/src/ap-table/interface.d.ts +152 -0
- package/lib/src/base-button/index.d.ts +137 -0
- package/lib/src/basic/index.d.ts +278 -0
- package/lib/src/button/index.d.ts +51 -0
- package/lib/src/config-provider/config-provider-props.d.ts +1 -1
- package/lib/src/config-provider/config-provider.d.ts +11 -11
- package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/src/config-provider/index.d.ts +691 -0
- package/lib/src/container/index.d.ts +178 -0
- package/lib/src/count-down/index.d.ts +150 -0
- package/lib/src/cropper/index.d.ts +369 -0
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/description/index.d.ts +214 -0
- package/lib/src/dropdown/index.d.ts +113 -0
- package/lib/src/icon/index.d.ts +208 -0
- package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/lib/src/icon-picker/index.d.ts +190 -0
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/lib/src/modal/index.d.ts +963 -0
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- 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-select.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 +6 -6
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
- package/lib/src/scroll-bar/index.d.ts +176 -0
- package/lib/src/strength-meter/index.d.ts +89 -0
- package/lib/src/theme/antd-global-overwrite/admin/form.css +17 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +58 -14
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +20 -9
- package/lib/src/theme/antd-global-overwrite/admin/table.css +19 -0
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +17 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +41 -10
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +3 -6
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +21 -4
- package/lib/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/lib/src/transition/index.d.ts +369 -0
- package/lib/src/utils/config-provider-preset.d.ts +12 -12
- package/package.json +1 -1
|
@@ -24,10 +24,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
24
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
onDefaultChange?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
immediate: boolean;
|
|
28
27
|
resultField: string;
|
|
29
28
|
labelField: string;
|
|
30
29
|
valueField: string;
|
|
30
|
+
immediate: boolean;
|
|
31
31
|
childrenField: string;
|
|
32
32
|
apiParamKey: string;
|
|
33
33
|
initFetchParams: Record<string, any>;
|
|
@@ -24,11 +24,11 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
24
24
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
immediate: boolean;
|
|
28
27
|
params: string | Record<string, any>;
|
|
29
28
|
resultField: string;
|
|
30
29
|
labelField: string;
|
|
31
30
|
valueField: string;
|
|
31
|
+
immediate: boolean;
|
|
32
32
|
isBtn: boolean;
|
|
33
33
|
}, {}>;
|
|
34
34
|
export default _default;
|
|
@@ -40,13 +40,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
40
40
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
immediate: boolean;
|
|
44
|
-
options: ApiSelectOption[];
|
|
45
43
|
params: Record<string, any>;
|
|
46
44
|
resultField: string;
|
|
47
45
|
labelField: string;
|
|
48
46
|
valueField: string;
|
|
47
|
+
immediate: boolean;
|
|
49
48
|
alwaysLoad: boolean;
|
|
49
|
+
options: ApiSelectOption[];
|
|
50
50
|
}, {}>, Partial<Record<NonNullable<keyof SelectSlotsType>, (_: any) => any>>>;
|
|
51
51
|
export default _default;
|
|
52
52
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -27,10 +27,10 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
27
27
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
disabled: boolean;
|
|
30
|
-
immediate: boolean;
|
|
31
30
|
resultField: string;
|
|
32
31
|
labelField: string;
|
|
33
32
|
valueField: string;
|
|
33
|
+
immediate: boolean;
|
|
34
34
|
alwaysLoad: boolean;
|
|
35
35
|
showSearch: boolean;
|
|
36
36
|
showSelectAll: boolean;
|
|
@@ -25,10 +25,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
25
25
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
"onLoad-data"?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}, {
|
|
28
|
-
immediate: boolean;
|
|
29
28
|
resultField: string;
|
|
30
29
|
labelField: string;
|
|
31
30
|
valueField: string;
|
|
31
|
+
immediate: boolean;
|
|
32
32
|
async: boolean;
|
|
33
33
|
childrenField: string;
|
|
34
34
|
}, {}>, Partial<Record<NonNullable<AntdTreeSelectSlotNames>, (_: any) => any>>>;
|
|
@@ -17,8 +17,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
17
17
|
"onOptions-change"?: ((...args: any[]) => any) | undefined;
|
|
18
18
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}, {
|
|
20
|
-
immediate: boolean;
|
|
21
20
|
resultField: string;
|
|
21
|
+
immediate: boolean;
|
|
22
22
|
}, {}>, Partial<Record<NonNullable<AntdTreeSlotNames>, (_: any) => any>>>;
|
|
23
23
|
export default _default;
|
|
24
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -96,8 +96,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
96
96
|
offset: string | number;
|
|
97
97
|
} | ColSize | undefined;
|
|
98
98
|
prefixCls?: string | undefined;
|
|
99
|
-
span?: (string | number) | undefined;
|
|
100
99
|
push?: (string | number) | undefined;
|
|
100
|
+
span?: (string | number) | undefined;
|
|
101
101
|
flex?: (string | number) | undefined;
|
|
102
102
|
order?: (string | number) | undefined;
|
|
103
103
|
offset?: (string | number) | undefined;
|
|
@@ -110,7 +110,7 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
110
110
|
contextmenu?: string | undefined;
|
|
111
111
|
dir?: string | undefined;
|
|
112
112
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
113
|
-
hidden?: "" |
|
|
113
|
+
hidden?: "" | (boolean | "true" | "false") | "hidden" | "until-found" | undefined;
|
|
114
114
|
id?: string | undefined;
|
|
115
115
|
inert?: (boolean | "true" | "false") | undefined;
|
|
116
116
|
lang?: string | undefined;
|
|
@@ -145,18 +145,18 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
145
145
|
is?: string | undefined;
|
|
146
146
|
'aria-activedescendant'?: string | undefined;
|
|
147
147
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
148
|
-
'aria-autocomplete'?: "
|
|
148
|
+
'aria-autocomplete'?: "inline" | "none" | "both" | "list" | undefined;
|
|
149
149
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
150
150
|
'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined;
|
|
151
151
|
'aria-colcount'?: (string | number) | undefined;
|
|
152
152
|
'aria-colindex'?: (string | number) | undefined;
|
|
153
153
|
'aria-colspan'?: (string | number) | undefined;
|
|
154
154
|
'aria-controls'?: string | undefined;
|
|
155
|
-
'aria-current'?: "time" |
|
|
155
|
+
'aria-current'?: "time" | (boolean | "true" | "false") | "page" | "date" | "step" | "location" | undefined;
|
|
156
156
|
'aria-describedby'?: string | undefined;
|
|
157
157
|
'aria-details'?: string | undefined;
|
|
158
158
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
159
|
-
'aria-dropeffect'?: "link" | "
|
|
159
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
160
160
|
'aria-errormessage'?: string | undefined;
|
|
161
161
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
162
162
|
'aria-flowto'?: string | undefined;
|
|
@@ -301,8 +301,8 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
301
301
|
offset: string | number;
|
|
302
302
|
} | ColSize | undefined;
|
|
303
303
|
prefixCls?: string | undefined;
|
|
304
|
-
span?: (string | number) | undefined;
|
|
305
304
|
push?: (string | number) | undefined;
|
|
305
|
+
span?: (string | number) | undefined;
|
|
306
306
|
flex?: (string | number) | undefined;
|
|
307
307
|
order?: (string | number) | undefined;
|
|
308
308
|
offset?: (string | number) | undefined;
|
|
@@ -37,8 +37,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
37
37
|
submit: (e?: Event | undefined) => Promise<void>;
|
|
38
38
|
scrollToField: (name: NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
39
39
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
40
|
-
reset: (...args: any[]) => void;
|
|
41
40
|
submit: (...args: any[]) => void;
|
|
41
|
+
reset: (...args: any[]) => void;
|
|
42
42
|
register: (...args: any[]) => void;
|
|
43
43
|
"advanced-change": (...args: any[]) => void;
|
|
44
44
|
"field-value-change": (...args: any[]) => void;
|
|
@@ -116,10 +116,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
116
116
|
"onRow-mouseleave"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
"onExpanded-rows-change"?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
}, {
|
|
119
|
-
ellipsis: boolean;
|
|
120
119
|
pagination: boolean | PaginationProps | null;
|
|
121
120
|
immediate: boolean;
|
|
122
121
|
columns: BasicColumn[];
|
|
122
|
+
ellipsis: boolean;
|
|
123
123
|
rowKey: string | GetRowKey<any>;
|
|
124
124
|
indentSize: number;
|
|
125
125
|
showIndexColumn: boolean;
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
import { StyleValue } from '../type';
|
|
3
|
+
export * from './interface';
|
|
4
|
+
export declare const Scrollbar: {
|
|
5
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
6
|
+
scrollHeight: {
|
|
7
|
+
type: PropType<number>;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
native: {
|
|
11
|
+
type: PropType<boolean>;
|
|
12
|
+
};
|
|
13
|
+
wrapStyle: {
|
|
14
|
+
type: PropType<StyleValue>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
wrapClass: {
|
|
18
|
+
type: PropType<string | string[]>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
viewClass: {
|
|
22
|
+
type: PropType<string | string[]>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
viewStyle: {
|
|
26
|
+
type: PropType<string | string[]>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
noresize: {
|
|
30
|
+
type: PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
tag: {
|
|
33
|
+
type: PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>>, {
|
|
37
|
+
wrap: Ref<any>;
|
|
38
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
39
|
+
scrollHeight: {
|
|
40
|
+
type: PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
native: {
|
|
44
|
+
type: PropType<boolean>;
|
|
45
|
+
};
|
|
46
|
+
wrapStyle: {
|
|
47
|
+
type: PropType<StyleValue>;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
wrapClass: {
|
|
51
|
+
type: PropType<string | string[]>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
viewClass: {
|
|
55
|
+
type: PropType<string | string[]>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
viewStyle: {
|
|
59
|
+
type: PropType<string | string[]>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
noresize: {
|
|
63
|
+
type: PropType<boolean>;
|
|
64
|
+
};
|
|
65
|
+
tag: {
|
|
66
|
+
type: PropType<string>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
}>>, {
|
|
70
|
+
scrollHeight: number;
|
|
71
|
+
wrapStyle: StyleValue;
|
|
72
|
+
wrapClass: string | string[];
|
|
73
|
+
viewClass: string | string[];
|
|
74
|
+
viewStyle: string | string[];
|
|
75
|
+
tag: string;
|
|
76
|
+
}, true, {}, {}, {
|
|
77
|
+
P: {};
|
|
78
|
+
B: {};
|
|
79
|
+
D: {};
|
|
80
|
+
C: {};
|
|
81
|
+
M: {};
|
|
82
|
+
Defaults: {};
|
|
83
|
+
}, Readonly< ExtractPropTypes<{
|
|
84
|
+
scrollHeight: {
|
|
85
|
+
type: PropType<number>;
|
|
86
|
+
default: number;
|
|
87
|
+
};
|
|
88
|
+
native: {
|
|
89
|
+
type: PropType<boolean>;
|
|
90
|
+
};
|
|
91
|
+
wrapStyle: {
|
|
92
|
+
type: PropType<StyleValue>;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
wrapClass: {
|
|
96
|
+
type: PropType<string | string[]>;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
viewClass: {
|
|
100
|
+
type: PropType<string | string[]>;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
viewStyle: {
|
|
104
|
+
type: PropType<string | string[]>;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
noresize: {
|
|
108
|
+
type: PropType<boolean>;
|
|
109
|
+
};
|
|
110
|
+
tag: {
|
|
111
|
+
type: PropType<string>;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
}>>, {
|
|
115
|
+
wrap: Ref<any>;
|
|
116
|
+
}, {}, {}, {}, {
|
|
117
|
+
scrollHeight: number;
|
|
118
|
+
wrapStyle: StyleValue;
|
|
119
|
+
wrapClass: string | string[];
|
|
120
|
+
viewClass: string | string[];
|
|
121
|
+
viewStyle: string | string[];
|
|
122
|
+
tag: string;
|
|
123
|
+
}>;
|
|
124
|
+
__isFragment?: undefined;
|
|
125
|
+
__isTeleport?: undefined;
|
|
126
|
+
__isSuspense?: undefined;
|
|
127
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
128
|
+
scrollHeight: {
|
|
129
|
+
type: PropType<number>;
|
|
130
|
+
default: number;
|
|
131
|
+
};
|
|
132
|
+
native: {
|
|
133
|
+
type: PropType<boolean>;
|
|
134
|
+
};
|
|
135
|
+
wrapStyle: {
|
|
136
|
+
type: PropType<StyleValue>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
wrapClass: {
|
|
140
|
+
type: PropType<string | string[]>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
viewClass: {
|
|
144
|
+
type: PropType<string | string[]>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
viewStyle: {
|
|
148
|
+
type: PropType<string | string[]>;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
noresize: {
|
|
152
|
+
type: PropType<boolean>;
|
|
153
|
+
};
|
|
154
|
+
tag: {
|
|
155
|
+
type: PropType<string>;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
}>>, {
|
|
159
|
+
wrap: Ref<any>;
|
|
160
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
161
|
+
scrollHeight: number;
|
|
162
|
+
wrapStyle: StyleValue;
|
|
163
|
+
wrapClass: string | string[];
|
|
164
|
+
viewClass: string | string[];
|
|
165
|
+
viewStyle: string | string[];
|
|
166
|
+
tag: string;
|
|
167
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
168
|
+
$slots: {
|
|
169
|
+
default?(_: {}): any;
|
|
170
|
+
};
|
|
171
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
172
|
+
$props: {
|
|
173
|
+
onClick?: (() => void) | undefined;
|
|
174
|
+
};
|
|
175
|
+
});
|
|
176
|
+
export default Scrollbar;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
|
|
2
|
+
export * from './interface';
|
|
3
|
+
export declare const StrengthMeter: {
|
|
4
|
+
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
+
disabled: {
|
|
6
|
+
type: PropType<boolean>;
|
|
7
|
+
};
|
|
8
|
+
value: {
|
|
9
|
+
type: PropType<string>;
|
|
10
|
+
};
|
|
11
|
+
showInput: {
|
|
12
|
+
type: PropType<boolean>;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>> & {
|
|
16
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
change: (...args: any[]) => void;
|
|
20
|
+
"score-change": (...args: any[]) => void;
|
|
21
|
+
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
22
|
+
disabled: {
|
|
23
|
+
type: PropType<boolean>;
|
|
24
|
+
};
|
|
25
|
+
value: {
|
|
26
|
+
type: PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
showInput: {
|
|
29
|
+
type: PropType<boolean>;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
}>> & {
|
|
33
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
showInput: boolean;
|
|
37
|
+
}, true, {}, {}, {
|
|
38
|
+
P: {};
|
|
39
|
+
B: {};
|
|
40
|
+
D: {};
|
|
41
|
+
C: {};
|
|
42
|
+
M: {};
|
|
43
|
+
Defaults: {};
|
|
44
|
+
}, Readonly< ExtractPropTypes<{
|
|
45
|
+
disabled: {
|
|
46
|
+
type: PropType<boolean>;
|
|
47
|
+
};
|
|
48
|
+
value: {
|
|
49
|
+
type: PropType<string>;
|
|
50
|
+
};
|
|
51
|
+
showInput: {
|
|
52
|
+
type: PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
}>> & {
|
|
56
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}, {}, {}, {}, {}, {
|
|
59
|
+
showInput: boolean;
|
|
60
|
+
}>;
|
|
61
|
+
__isFragment?: undefined;
|
|
62
|
+
__isTeleport?: undefined;
|
|
63
|
+
__isSuspense?: undefined;
|
|
64
|
+
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
65
|
+
disabled: {
|
|
66
|
+
type: PropType<boolean>;
|
|
67
|
+
};
|
|
68
|
+
value: {
|
|
69
|
+
type: PropType<string>;
|
|
70
|
+
};
|
|
71
|
+
showInput: {
|
|
72
|
+
type: PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
}>> & {
|
|
76
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
"onScore-change"?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
79
|
+
change: (...args: any[]) => void;
|
|
80
|
+
"score-change": (...args: any[]) => void;
|
|
81
|
+
}, string, {
|
|
82
|
+
showInput: boolean;
|
|
83
|
+
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
84
|
+
$slots: Partial<Record<string, (_: any) => any>>;
|
|
85
|
+
}) & Plugin<any[]> & (new (...args: any[]) => {
|
|
86
|
+
$props: {
|
|
87
|
+
onClick?: (() => void) | undefined;
|
|
88
|
+
};
|
|
89
|
+
});
|
|
@@ -38,3 +38,20 @@
|
|
|
38
38
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
39
39
|
color: #bfbfbf;
|
|
40
40
|
}
|
|
41
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] {
|
|
42
|
+
padding: 16px;
|
|
43
|
+
}
|
|
44
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
|
|
45
|
+
display: flex;
|
|
46
|
+
justify-content: flex-end;
|
|
47
|
+
align-items: center;
|
|
48
|
+
}
|
|
49
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
|
|
50
|
+
order: 1;
|
|
51
|
+
}
|
|
52
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
|
|
53
|
+
order: 2;
|
|
54
|
+
}
|
|
55
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
|
|
56
|
+
order: 3;
|
|
57
|
+
}
|
|
@@ -97,6 +97,23 @@
|
|
|
97
97
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
98
98
|
color: #bfbfbf;
|
|
99
99
|
}
|
|
100
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] {
|
|
101
|
+
padding: 16px;
|
|
102
|
+
}
|
|
103
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
|
|
104
|
+
display: flex;
|
|
105
|
+
justify-content: flex-end;
|
|
106
|
+
align-items: center;
|
|
107
|
+
}
|
|
108
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
|
|
109
|
+
order: 1;
|
|
110
|
+
}
|
|
111
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
|
|
112
|
+
order: 2;
|
|
113
|
+
}
|
|
114
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
|
|
115
|
+
order: 3;
|
|
116
|
+
}
|
|
100
117
|
.ant-message .ant-message-notice-content {
|
|
101
118
|
padding: 10px 16px;
|
|
102
119
|
/* 文字颜色/一级-333333 */
|
|
@@ -170,13 +187,10 @@
|
|
|
170
187
|
line-height: 24px;
|
|
171
188
|
}
|
|
172
189
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
173
|
-
padding: 20px;
|
|
174
|
-
}
|
|
175
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has(.scrollbar) {
|
|
176
|
-
padding: 0;
|
|
190
|
+
padding: 20px !important;
|
|
177
191
|
}
|
|
178
192
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
179
|
-
padding:
|
|
193
|
+
padding: 0;
|
|
180
194
|
}
|
|
181
195
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
182
196
|
margin-bottom: 0 !important;
|
|
@@ -309,12 +323,13 @@
|
|
|
309
323
|
display: flex;
|
|
310
324
|
}
|
|
311
325
|
.ant-steps .ant-steps-item-icon {
|
|
312
|
-
display: flex;
|
|
313
|
-
align-items: center;
|
|
314
|
-
justify-content: center;
|
|
315
326
|
width: 28px;
|
|
316
327
|
height: 28px;
|
|
317
328
|
margin-top: 4px;
|
|
329
|
+
display: flex;
|
|
330
|
+
justify-content: center;
|
|
331
|
+
align-items: center;
|
|
332
|
+
flex-shrink: 0;
|
|
318
333
|
}
|
|
319
334
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
320
335
|
background-color: #ffffff;
|
|
@@ -336,7 +351,7 @@
|
|
|
336
351
|
color: #999999;
|
|
337
352
|
font-weight: 400;
|
|
338
353
|
font-size: 12px;
|
|
339
|
-
line-height:
|
|
354
|
+
line-height: 1rem;
|
|
340
355
|
}
|
|
341
356
|
.ant-steps .ant-steps-item-title {
|
|
342
357
|
height: 24px;
|
|
@@ -364,7 +379,7 @@
|
|
|
364
379
|
color: #999999;
|
|
365
380
|
font-weight: 400;
|
|
366
381
|
font-size: 12px;
|
|
367
|
-
line-height:
|
|
382
|
+
line-height: 1rem;
|
|
368
383
|
}
|
|
369
384
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
370
385
|
background-color: #ffffff;
|
|
@@ -381,18 +396,28 @@
|
|
|
381
396
|
color: #999999;
|
|
382
397
|
font-weight: 400;
|
|
383
398
|
font-size: 12px;
|
|
384
|
-
line-height:
|
|
399
|
+
line-height: 1rem;
|
|
400
|
+
}
|
|
401
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
402
|
+
background-color: #ffffff;
|
|
385
403
|
}
|
|
386
404
|
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
387
405
|
margin-inline-end: 8px;
|
|
388
406
|
}
|
|
407
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
408
|
+
inset-inline-start: 13px;
|
|
409
|
+
}
|
|
389
410
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
390
|
-
display: flex;
|
|
391
|
-
align-items: center;
|
|
392
|
-
justify-content: center;
|
|
393
411
|
width: 28px;
|
|
394
412
|
height: 28px;
|
|
395
413
|
margin-top: 4px;
|
|
414
|
+
display: flex;
|
|
415
|
+
justify-content: center;
|
|
416
|
+
align-items: center;
|
|
417
|
+
}
|
|
418
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
419
|
+
inset-inline-start: 13px;
|
|
420
|
+
margin: 6px 0;
|
|
396
421
|
}
|
|
397
422
|
.ant-table-wrapper {
|
|
398
423
|
padding: 12px 16px 16px;
|
|
@@ -448,3 +473,22 @@
|
|
|
448
473
|
.ant-table-wrapper .ant-table-footer td {
|
|
449
474
|
padding: 12px 8px;
|
|
450
475
|
}
|
|
476
|
+
[class$='-basic-table-form-container'] {
|
|
477
|
+
padding: 16px;
|
|
478
|
+
}
|
|
479
|
+
[class$='-basic-table-form-container'] .ant-form {
|
|
480
|
+
width: 100%;
|
|
481
|
+
margin-bottom: 16px;
|
|
482
|
+
padding: 16px;
|
|
483
|
+
background-color: #ffffff;
|
|
484
|
+
border-radius: 0;
|
|
485
|
+
}
|
|
486
|
+
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
487
|
+
row-gap: 16px;
|
|
488
|
+
}
|
|
489
|
+
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
490
|
+
margin-bottom: 0;
|
|
491
|
+
}
|
|
492
|
+
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
493
|
+
padding: 0;
|
|
494
|
+
}
|
|
@@ -54,13 +54,10 @@
|
|
|
54
54
|
line-height: 24px;
|
|
55
55
|
}
|
|
56
56
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
57
|
-
padding: 20px;
|
|
58
|
-
}
|
|
59
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has(.scrollbar) {
|
|
60
|
-
padding: 0;
|
|
57
|
+
padding: 20px !important;
|
|
61
58
|
}
|
|
62
59
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
63
|
-
padding:
|
|
60
|
+
padding: 0;
|
|
64
61
|
}
|
|
65
62
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
66
63
|
margin-bottom: 0 !important;
|
|
@@ -5,12 +5,13 @@
|
|
|
5
5
|
display: flex;
|
|
6
6
|
}
|
|
7
7
|
.ant-steps .ant-steps-item-icon {
|
|
8
|
-
display: flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
justify-content: center;
|
|
11
8
|
width: 28px;
|
|
12
9
|
height: 28px;
|
|
13
10
|
margin-top: 4px;
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
align-items: center;
|
|
14
|
+
flex-shrink: 0;
|
|
14
15
|
}
|
|
15
16
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
16
17
|
background-color: #ffffff;
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
color: #999999;
|
|
33
34
|
font-weight: 400;
|
|
34
35
|
font-size: 12px;
|
|
35
|
-
line-height:
|
|
36
|
+
line-height: 1rem;
|
|
36
37
|
}
|
|
37
38
|
.ant-steps .ant-steps-item-title {
|
|
38
39
|
height: 24px;
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
color: #999999;
|
|
61
62
|
font-weight: 400;
|
|
62
63
|
font-size: 12px;
|
|
63
|
-
line-height:
|
|
64
|
+
line-height: 1rem;
|
|
64
65
|
}
|
|
65
66
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
66
67
|
background-color: #ffffff;
|
|
@@ -77,16 +78,26 @@
|
|
|
77
78
|
color: #999999;
|
|
78
79
|
font-weight: 400;
|
|
79
80
|
font-size: 12px;
|
|
80
|
-
line-height:
|
|
81
|
+
line-height: 1rem;
|
|
82
|
+
}
|
|
83
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
84
|
+
background-color: #ffffff;
|
|
81
85
|
}
|
|
82
86
|
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
83
87
|
margin-inline-end: 8px;
|
|
84
88
|
}
|
|
89
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
90
|
+
inset-inline-start: 13px;
|
|
91
|
+
}
|
|
85
92
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
86
|
-
display: flex;
|
|
87
|
-
align-items: center;
|
|
88
|
-
justify-content: center;
|
|
89
93
|
width: 28px;
|
|
90
94
|
height: 28px;
|
|
91
95
|
margin-top: 4px;
|
|
96
|
+
display: flex;
|
|
97
|
+
justify-content: center;
|
|
98
|
+
align-items: center;
|
|
99
|
+
}
|
|
100
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
101
|
+
inset-inline-start: 13px;
|
|
102
|
+
margin: 6px 0;
|
|
92
103
|
}
|
|
@@ -52,3 +52,22 @@
|
|
|
52
52
|
.ant-table-wrapper .ant-table-footer td {
|
|
53
53
|
padding: 12px 8px;
|
|
54
54
|
}
|
|
55
|
+
[class$='-basic-table-form-container'] {
|
|
56
|
+
padding: 16px;
|
|
57
|
+
}
|
|
58
|
+
[class$='-basic-table-form-container'] .ant-form {
|
|
59
|
+
width: 100%;
|
|
60
|
+
margin-bottom: 16px;
|
|
61
|
+
padding: 16px;
|
|
62
|
+
background-color: #ffffff;
|
|
63
|
+
border-radius: 0;
|
|
64
|
+
}
|
|
65
|
+
[class$='-basic-table-form-container'] .ant-form .ant-row {
|
|
66
|
+
row-gap: 16px;
|
|
67
|
+
}
|
|
68
|
+
[class$='-basic-table-form-container'] .ant-form .ant-form-item {
|
|
69
|
+
margin-bottom: 0;
|
|
70
|
+
}
|
|
71
|
+
[class$='-basic-table--inset'] .ant-table-wrapper {
|
|
72
|
+
padding: 0;
|
|
73
|
+
}
|