bm-admin-ui 0.1.1-9 → 1.0.2-alpha
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/components/button/index.d.ts +48 -26
- package/es/components/button/index.js +18 -9
- package/es/components/button/src/button.d.ts +10 -1
- package/es/components/button/src/button.vue.d.ts +54 -30
- package/es/components/float-table/index.d.ts +70 -0
- package/es/components/float-table/index.js +421 -0
- package/es/components/float-table/src/float-table.vue.d.ts +69 -0
- package/es/components/flow-designer/index.js +1 -1
- package/es/components/form-designer/index.js +1 -1
- package/es/components/index.d.ts +7 -0
- package/es/components/index.js +7 -0
- package/es/components/multi-cascader-compose/index.d.ts +135 -0
- package/es/components/multi-cascader-compose/index.js +1699 -0
- package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/es/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/es/components/multi-cascader-compose/types.d.ts +10 -0
- package/es/components/over-tooltips/index.d.ts +35 -0
- package/es/components/over-tooltips/index.js +117 -0
- package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/es/components/search-filter/index.d.ts +20 -5247
- package/es/components/search-filter/index.js +597 -33
- package/es/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/es/components/search-filter/src/serach-filter.d.ts +2 -3
- package/es/components/shops-filter/index.d.ts +99 -0
- package/es/components/shops-filter/index.js +1614 -0
- package/es/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/es/components/staffs-selector/index.d.ts +82 -0
- package/es/components/staffs-selector/index.js +1991 -0
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/es/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/es/components/timeline/index.d.ts +93 -0
- package/es/components/timeline/index.js +164 -0
- package/es/components/timeline/src/props.d.ts +20 -0
- package/es/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/es/components/timeline/src/timeline.vue.d.ts +42 -0
- package/es/components/upload/index.d.ts +126 -0
- package/es/components/upload/index.js +1839 -0
- package/es/components/upload/src/icons.d.ts +13 -0
- package/es/components/upload/src/upload.vue.d.ts +125 -0
- package/es/components/upload/utils/index.d.ts +7 -0
- package/es/utils/vxe-table.d.ts +6 -0
- package/es/utils/vxe-table.js +28 -0
- package/index.esm.js +28463 -1865
- package/index.js +28603 -1997
- package/lib/components/button/index.d.ts +48 -26
- package/lib/components/button/index.js +17 -8
- package/lib/components/button/src/button.d.ts +10 -1
- package/lib/components/button/src/button.vue.d.ts +54 -30
- package/lib/components/float-table/index.d.ts +70 -0
- package/lib/components/float-table/index.js +426 -0
- package/lib/components/float-table/src/float-table.vue.d.ts +69 -0
- package/lib/components/flow-designer/index.js +1 -1
- package/lib/components/form-designer/index.js +1 -1
- package/lib/components/index.d.ts +7 -0
- package/lib/components/index.js +49 -0
- package/lib/components/multi-cascader-compose/index.d.ts +135 -0
- package/lib/components/multi-cascader-compose/index.js +1704 -0
- package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/lib/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/lib/components/multi-cascader-compose/types.d.ts +10 -0
- package/lib/components/over-tooltips/index.d.ts +35 -0
- package/lib/components/over-tooltips/index.js +122 -0
- package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/lib/components/search-filter/index.d.ts +20 -5247
- package/lib/components/search-filter/index.js +596 -32
- package/lib/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/lib/components/search-filter/src/serach-filter.d.ts +2 -3
- package/lib/components/shops-filter/index.d.ts +99 -0
- package/lib/components/shops-filter/index.js +1626 -0
- package/lib/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/lib/components/staffs-selector/index.d.ts +82 -0
- package/lib/components/staffs-selector/index.js +2005 -0
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/lib/components/timeline/index.d.ts +93 -0
- package/lib/components/timeline/index.js +170 -0
- package/lib/components/timeline/src/props.d.ts +20 -0
- package/lib/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/lib/components/timeline/src/timeline.vue.d.ts +42 -0
- package/lib/components/upload/index.d.ts +126 -0
- package/lib/components/upload/index.js +1844 -0
- package/lib/components/upload/src/icons.d.ts +13 -0
- package/lib/components/upload/src/upload.vue.d.ts +125 -0
- package/lib/components/upload/utils/index.d.ts +7 -0
- package/lib/utils/vxe-table.d.ts +6 -0
- package/lib/utils/vxe-table.js +33 -0
- package/package.json +8 -4
- package/pnpm-global/5/node_modules/.pnpm/lock.yaml +3 -0
- package/pnpm-global/5/pnpm-lock.yaml +4 -0
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/float-table.css +1 -0
- package/theme-chalk/floating-vue.css +1 -0
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/multi-cascader-compose.css +1 -0
- package/theme-chalk/over-tooltips.css +1 -0
- package/theme-chalk/search-filter.css +1 -1
- package/theme-chalk/shops-filter.css +1 -0
- package/theme-chalk/staffs-selector.css +1 -0
- package/theme-chalk/timeline.css +1 -0
- package/theme-chalk/upload.css +1 -0
- package/types/components/button/index.d.ts +48 -26
- package/types/components/button/src/button.d.ts +10 -1
- package/types/components/button/src/button.vue.d.ts +54 -30
- package/types/components/float-table/index.d.ts +70 -0
- package/types/components/float-table/src/float-table.vue.d.ts +69 -0
- package/types/components/index.d.ts +7 -0
- package/types/components/multi-cascader-compose/index.d.ts +135 -0
- package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +135 -0
- package/types/components/multi-cascader-compose/src/props.d.ts +32 -0
- package/types/components/multi-cascader-compose/types.d.ts +10 -0
- package/types/components/over-tooltips/index.d.ts +35 -0
- package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
- package/types/components/search-filter/index.d.ts +20 -5247
- package/types/components/search-filter/src/search-filter.vue.d.ts +20 -5248
- package/types/components/search-filter/src/serach-filter.d.ts +2 -3
- package/types/components/shops-filter/index.d.ts +99 -0
- package/types/components/shops-filter/src/shops-filter.d.ts +25 -0
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
- package/types/components/staffs-selector/index.d.ts +82 -0
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +79 -0
- package/types/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +81 -0
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
- package/types/components/timeline/index.d.ts +93 -0
- package/types/components/timeline/src/props.d.ts +20 -0
- package/types/components/timeline/src/timeline-item.vue.d.ts +51 -0
- package/types/components/timeline/src/timeline.vue.d.ts +42 -0
- package/types/components/upload/index.d.ts +126 -0
- package/types/components/upload/src/icons.d.ts +13 -0
- package/types/components/upload/src/upload.vue.d.ts +125 -0
- package/types/components/upload/utils/index.d.ts +7 -0
- package/types/utils/vxe-table.d.ts +6 -0
|
@@ -1,9 +1,23 @@
|
|
|
1
|
-
declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
size: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
type: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & {
|
|
7
21
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8
22
|
}>>;
|
|
9
23
|
AButton: {
|
|
@@ -13,12 +27,12 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
13
27
|
$props: Partial<{
|
|
14
28
|
block: boolean;
|
|
15
29
|
disabled: boolean;
|
|
16
|
-
ghost: boolean;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
19
30
|
loading: boolean | {
|
|
20
31
|
delay?: number | undefined;
|
|
21
32
|
};
|
|
33
|
+
ghost: boolean;
|
|
34
|
+
danger: boolean;
|
|
35
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
22
36
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
37
|
prefixCls: StringConstructor;
|
|
24
38
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonType>;
|
|
@@ -30,7 +44,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
30
44
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
31
45
|
};
|
|
32
46
|
size: {
|
|
33
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
47
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
34
48
|
};
|
|
35
49
|
loading: {
|
|
36
50
|
type: import("vue").PropType<boolean | {
|
|
@@ -91,7 +105,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
91
105
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
92
106
|
};
|
|
93
107
|
size: {
|
|
94
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
108
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
95
109
|
};
|
|
96
110
|
loading: {
|
|
97
111
|
type: import("vue").PropType<boolean | {
|
|
@@ -130,12 +144,12 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
130
144
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
131
145
|
block: boolean;
|
|
132
146
|
disabled: boolean;
|
|
133
|
-
ghost: boolean;
|
|
134
|
-
danger: boolean;
|
|
135
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
136
147
|
loading: boolean | {
|
|
137
148
|
delay?: number | undefined;
|
|
138
149
|
};
|
|
150
|
+
ghost: boolean;
|
|
151
|
+
danger: boolean;
|
|
152
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
139
153
|
}> & {
|
|
140
154
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
141
155
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -167,7 +181,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
167
181
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
168
182
|
};
|
|
169
183
|
size: {
|
|
170
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
184
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
171
185
|
};
|
|
172
186
|
loading: {
|
|
173
187
|
type: import("vue").PropType<boolean | {
|
|
@@ -218,7 +232,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
218
232
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
219
233
|
};
|
|
220
234
|
size: {
|
|
221
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
235
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
222
236
|
};
|
|
223
237
|
loading: {
|
|
224
238
|
type: import("vue").PropType<boolean | {
|
|
@@ -257,29 +271,37 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
257
271
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
258
272
|
block: boolean;
|
|
259
273
|
disabled: boolean;
|
|
260
|
-
ghost: boolean;
|
|
261
|
-
danger: boolean;
|
|
262
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
263
274
|
loading: boolean | {
|
|
264
275
|
delay?: number | undefined;
|
|
265
276
|
};
|
|
277
|
+
ghost: boolean;
|
|
278
|
+
danger: boolean;
|
|
279
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
266
280
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
267
281
|
readonly Group: import("vue").DefineComponent<{
|
|
268
282
|
prefixCls: StringConstructor;
|
|
269
283
|
size: {
|
|
270
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
284
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
271
285
|
};
|
|
272
286
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
273
287
|
prefixCls: StringConstructor;
|
|
274
288
|
size: {
|
|
275
|
-
type: import("vue").PropType<import("ant-design-vue/lib/
|
|
289
|
+
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonSize>;
|
|
276
290
|
};
|
|
277
291
|
}>>, {}>;
|
|
278
292
|
};
|
|
279
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
293
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
294
|
+
size: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
type: {
|
|
299
|
+
type: StringConstructor;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
}>>, {
|
|
303
|
+
type: string;
|
|
304
|
+
size: string;
|
|
305
|
+
}>>;
|
|
284
306
|
export { BmButton };
|
|
285
307
|
export default BmButton;
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
|
-
export declare const buttonProps: {
|
|
2
|
+
export declare const buttonProps: {
|
|
3
|
+
size: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
type: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
3
12
|
export declare type ButtonProps = ExtractPropTypes<typeof buttonProps>;
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import type { SizeType } from 'ant-design-vue/lib/config-provider';
|
|
2
|
+
import type { ButtonType } from 'ant-design-vue/lib/button';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
size: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
type: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
}, {
|
|
13
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
size: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>> & {
|
|
7
23
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8
24
|
}>>;
|
|
9
25
|
AButton: {
|
|
@@ -13,15 +29,15 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
13
29
|
$props: Partial<{
|
|
14
30
|
block: boolean;
|
|
15
31
|
disabled: boolean;
|
|
16
|
-
ghost: boolean;
|
|
17
|
-
danger: boolean;
|
|
18
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
19
32
|
loading: boolean | {
|
|
20
33
|
delay?: number | undefined;
|
|
21
34
|
};
|
|
35
|
+
ghost: boolean;
|
|
36
|
+
danger: boolean;
|
|
37
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
22
38
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23
39
|
prefixCls: StringConstructor;
|
|
24
|
-
type: import("vue").PropType<
|
|
40
|
+
type: import("vue").PropType<ButtonType>;
|
|
25
41
|
htmlType: {
|
|
26
42
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
27
43
|
default: string;
|
|
@@ -30,7 +46,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
30
46
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
31
47
|
};
|
|
32
48
|
size: {
|
|
33
|
-
type: import("vue").PropType<
|
|
49
|
+
type: import("vue").PropType<SizeType>;
|
|
34
50
|
};
|
|
35
51
|
loading: {
|
|
36
52
|
type: import("vue").PropType<boolean | {
|
|
@@ -82,7 +98,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
82
98
|
$el: any;
|
|
83
99
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
84
100
|
prefixCls: StringConstructor;
|
|
85
|
-
type: import("vue").PropType<
|
|
101
|
+
type: import("vue").PropType<ButtonType>;
|
|
86
102
|
htmlType: {
|
|
87
103
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
88
104
|
default: string;
|
|
@@ -91,7 +107,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
91
107
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
92
108
|
};
|
|
93
109
|
size: {
|
|
94
|
-
type: import("vue").PropType<
|
|
110
|
+
type: import("vue").PropType<SizeType>;
|
|
95
111
|
};
|
|
96
112
|
loading: {
|
|
97
113
|
type: import("vue").PropType<boolean | {
|
|
@@ -130,12 +146,12 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
130
146
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
131
147
|
block: boolean;
|
|
132
148
|
disabled: boolean;
|
|
133
|
-
ghost: boolean;
|
|
134
|
-
danger: boolean;
|
|
135
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
136
149
|
loading: boolean | {
|
|
137
150
|
delay?: number | undefined;
|
|
138
151
|
};
|
|
152
|
+
ghost: boolean;
|
|
153
|
+
danger: boolean;
|
|
154
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
139
155
|
}> & {
|
|
140
156
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
141
157
|
created?: (() => void) | (() => void)[] | undefined;
|
|
@@ -158,7 +174,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
158
174
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
159
175
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
160
176
|
prefixCls: StringConstructor;
|
|
161
|
-
type: import("vue").PropType<
|
|
177
|
+
type: import("vue").PropType<ButtonType>;
|
|
162
178
|
htmlType: {
|
|
163
179
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
164
180
|
default: string;
|
|
@@ -167,7 +183,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
167
183
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
168
184
|
};
|
|
169
185
|
size: {
|
|
170
|
-
type: import("vue").PropType<
|
|
186
|
+
type: import("vue").PropType<SizeType>;
|
|
171
187
|
};
|
|
172
188
|
loading: {
|
|
173
189
|
type: import("vue").PropType<boolean | {
|
|
@@ -209,7 +225,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
209
225
|
__isSuspense?: undefined;
|
|
210
226
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
211
227
|
prefixCls: StringConstructor;
|
|
212
|
-
type: import("vue").PropType<
|
|
228
|
+
type: import("vue").PropType<ButtonType>;
|
|
213
229
|
htmlType: {
|
|
214
230
|
type: import("vue").PropType<import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType>;
|
|
215
231
|
default: string;
|
|
@@ -218,7 +234,7 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
218
234
|
type: import("vue").PropType<import("ant-design-vue/lib/button").ButtonShape>;
|
|
219
235
|
};
|
|
220
236
|
size: {
|
|
221
|
-
type: import("vue").PropType<
|
|
237
|
+
type: import("vue").PropType<SizeType>;
|
|
222
238
|
};
|
|
223
239
|
loading: {
|
|
224
240
|
type: import("vue").PropType<boolean | {
|
|
@@ -257,28 +273,36 @@ declare const _default: import("vue").DefineComponent<Readonly<import("vue").Com
|
|
|
257
273
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
258
274
|
block: boolean;
|
|
259
275
|
disabled: boolean;
|
|
260
|
-
ghost: boolean;
|
|
261
|
-
danger: boolean;
|
|
262
|
-
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
263
276
|
loading: boolean | {
|
|
264
277
|
delay?: number | undefined;
|
|
265
278
|
};
|
|
279
|
+
ghost: boolean;
|
|
280
|
+
danger: boolean;
|
|
281
|
+
htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
|
|
266
282
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
267
283
|
readonly Group: import("vue").DefineComponent<{
|
|
268
284
|
prefixCls: StringConstructor;
|
|
269
285
|
size: {
|
|
270
|
-
type: import("vue").PropType<
|
|
286
|
+
type: import("vue").PropType<SizeType>;
|
|
271
287
|
};
|
|
272
288
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
273
289
|
prefixCls: StringConstructor;
|
|
274
290
|
size: {
|
|
275
|
-
type: import("vue").PropType<
|
|
291
|
+
type: import("vue").PropType<SizeType>;
|
|
276
292
|
};
|
|
277
293
|
}>>, {}>;
|
|
278
294
|
};
|
|
279
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
295
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
296
|
+
size: {
|
|
297
|
+
type: StringConstructor;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
300
|
+
type: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
}>>, {
|
|
305
|
+
type: string;
|
|
306
|
+
size: string;
|
|
307
|
+
}>;
|
|
284
308
|
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
2
|
+
name: string;
|
|
3
|
+
props: {
|
|
4
|
+
config: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: boolean;
|
|
7
|
+
default: () => {};
|
|
8
|
+
};
|
|
9
|
+
pagerProps: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
isNeedFloatHandle: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
emits: string[];
|
|
27
|
+
setup(props: any, { emit }: {
|
|
28
|
+
emit: any;
|
|
29
|
+
}): {
|
|
30
|
+
setItemRef(el: any, column: any, rowid: any): void;
|
|
31
|
+
leaveFloatTable(): void;
|
|
32
|
+
scrollTo(config?: {}): void;
|
|
33
|
+
pageNoChange(val: any): Promise<void>;
|
|
34
|
+
pageSizeChange(val: any, size: any): Promise<void>;
|
|
35
|
+
floatMouseLeave(): void;
|
|
36
|
+
floatOverMouse(): void;
|
|
37
|
+
goAnimationEndFn(): void;
|
|
38
|
+
scrollNotShowFloat(): void;
|
|
39
|
+
classes: import("vue").ComputedRef<(string | {
|
|
40
|
+
floatHandleTable: any;
|
|
41
|
+
})[]>;
|
|
42
|
+
gridOptions: import("vue").ComputedRef<any>;
|
|
43
|
+
gridEvents: import("vue").ComputedRef<any>;
|
|
44
|
+
pager: import("vue").ComputedRef<any>;
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}> | null | undefined)[]>;
|
|
50
|
+
floatRefsId: import("vue").Ref<{}>;
|
|
51
|
+
floatId: import("vue").Ref<string>;
|
|
52
|
+
isShowFloatHandle: import("vue").Ref<boolean>;
|
|
53
|
+
atVisible: import("vue").Ref<boolean>;
|
|
54
|
+
goAnimationEnd: import("vue").Ref<boolean>;
|
|
55
|
+
floatPosition: import("vue").Ref<{
|
|
56
|
+
top: string;
|
|
57
|
+
height: string;
|
|
58
|
+
}>;
|
|
59
|
+
trNodes: import("vue").Ref<any>;
|
|
60
|
+
isInScroll: import("vue").Ref<boolean>;
|
|
61
|
+
inMaxScorllX: import("vue").Ref<boolean>;
|
|
62
|
+
floatRow: import("vue").Ref<{}>;
|
|
63
|
+
floatRowIndex: import("vue").Ref<undefined>;
|
|
64
|
+
floatHandleDomCol: import("vue").Ref<any>;
|
|
65
|
+
floatTable: import("vue").Ref<any>;
|
|
66
|
+
xGrid: import("vue").Ref<any>;
|
|
67
|
+
};
|
|
68
|
+
}>;
|
|
69
|
+
export { BmFloatTable };
|
|
70
|
+
export default BmFloatTable;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
name: string;
|
|
3
|
+
props: {
|
|
4
|
+
config: {
|
|
5
|
+
type: ObjectConstructor;
|
|
6
|
+
required: boolean;
|
|
7
|
+
default: () => {};
|
|
8
|
+
};
|
|
9
|
+
pagerProps: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {};
|
|
16
|
+
};
|
|
17
|
+
isNeedFloatHandle: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
emits: string[];
|
|
27
|
+
setup(props: any, { emit }: {
|
|
28
|
+
emit: any;
|
|
29
|
+
}): {
|
|
30
|
+
setItemRef(el: any, column: any, rowid: any): void;
|
|
31
|
+
leaveFloatTable(): void;
|
|
32
|
+
scrollTo(config?: {}): void;
|
|
33
|
+
pageNoChange(val: any): Promise<void>;
|
|
34
|
+
pageSizeChange(val: any, size: any): Promise<void>;
|
|
35
|
+
floatMouseLeave(): void;
|
|
36
|
+
floatOverMouse(): void;
|
|
37
|
+
goAnimationEndFn(): void;
|
|
38
|
+
scrollNotShowFloat(): void;
|
|
39
|
+
classes: import("vue").ComputedRef<(string | {
|
|
40
|
+
floatHandleTable: any;
|
|
41
|
+
})[]>;
|
|
42
|
+
gridOptions: import("vue").ComputedRef<any>;
|
|
43
|
+
gridEvents: import("vue").ComputedRef<any>;
|
|
44
|
+
pager: import("vue").ComputedRef<any>;
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}> | null | undefined)[]>;
|
|
50
|
+
floatRefsId: import("vue").Ref<{}>;
|
|
51
|
+
floatId: import("vue").Ref<string>;
|
|
52
|
+
isShowFloatHandle: import("vue").Ref<boolean>;
|
|
53
|
+
atVisible: import("vue").Ref<boolean>;
|
|
54
|
+
goAnimationEnd: import("vue").Ref<boolean>;
|
|
55
|
+
floatPosition: import("vue").Ref<{
|
|
56
|
+
top: string;
|
|
57
|
+
height: string;
|
|
58
|
+
}>;
|
|
59
|
+
trNodes: import("vue").Ref<any>;
|
|
60
|
+
isInScroll: import("vue").Ref<boolean>;
|
|
61
|
+
inMaxScorllX: import("vue").Ref<boolean>;
|
|
62
|
+
floatRow: import("vue").Ref<{}>;
|
|
63
|
+
floatRowIndex: import("vue").Ref<undefined>;
|
|
64
|
+
floatHandleDomCol: import("vue").Ref<any>;
|
|
65
|
+
floatTable: import("vue").Ref<any>;
|
|
66
|
+
xGrid: import("vue").Ref<any>;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default _default;
|
|
@@ -2,3 +2,10 @@ export * from './button';
|
|
|
2
2
|
export * from './form-designer';
|
|
3
3
|
export * from './flow-designer';
|
|
4
4
|
export * from './search-filter';
|
|
5
|
+
export * from './multi-cascader-compose';
|
|
6
|
+
export * from './shops-filter';
|
|
7
|
+
export * from './staffs-selector/index';
|
|
8
|
+
export * from './float-table';
|
|
9
|
+
export * from './over-tooltips';
|
|
10
|
+
export * from './upload';
|
|
11
|
+
export * from './timeline';
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
declare const BmMultiCascaderCompose: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
options: {
|
|
3
|
+
type: import("vue").PropType<import("./types").MutilCascaderItem[]>;
|
|
4
|
+
default(): import("./types").MutilCascaderItem[];
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: import("vue").PropType<string[]>;
|
|
8
|
+
default(): string[];
|
|
9
|
+
};
|
|
10
|
+
optionValueName: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
optionLabelName: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
maxTagCount: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
placeholder: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
allowClear: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}, {
|
|
31
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
options: {
|
|
33
|
+
type: import("vue").PropType<import("./types").MutilCascaderItem[]>;
|
|
34
|
+
default(): import("./types").MutilCascaderItem[];
|
|
35
|
+
};
|
|
36
|
+
modelValue: {
|
|
37
|
+
type: import("vue").PropType<string[]>;
|
|
38
|
+
default(): string[];
|
|
39
|
+
};
|
|
40
|
+
optionValueName: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
optionLabelName: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
maxTagCount: {
|
|
49
|
+
type: NumberConstructor;
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
placeholder: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
allowClear: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>> & {
|
|
61
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
}>>;
|
|
64
|
+
emits: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
65
|
+
path: import("vue").Ref<{
|
|
66
|
+
[x: string]: any;
|
|
67
|
+
index: number;
|
|
68
|
+
children?: {
|
|
69
|
+
[x: string]: any;
|
|
70
|
+
children?: any[] | undefined;
|
|
71
|
+
}[] | undefined;
|
|
72
|
+
}[]>;
|
|
73
|
+
optionsMap: import("vue").ComputedRef<{
|
|
74
|
+
[key: string]: import("./types").MutilCascaderItem;
|
|
75
|
+
}>;
|
|
76
|
+
checkedMap: import("vue").ComputedRef<import("./types").MutilCascaderItem[]>;
|
|
77
|
+
checkedHideCount: import("vue").ComputedRef<number>;
|
|
78
|
+
checkedShowMap: import("vue").ComputedRef<import("./types").MutilCascaderItem[]>;
|
|
79
|
+
modulersOptions: import("vue").ComputedRef<import("./types").MutilCascaderItem[]>;
|
|
80
|
+
modulersStatusOptions: import("vue").ComputedRef<import("./types").CheckedStatus[][]>;
|
|
81
|
+
modulersAllStatusOptions: import("vue").ComputedRef<import("./types").CheckedStatus[]>;
|
|
82
|
+
handleClick: (option: import("./types").MutilCascaderItem, level: number, index: number) => void;
|
|
83
|
+
handleClickCheckbox: (option: import("./types").MutilCascaderItem, level: number, index: number) => void;
|
|
84
|
+
handleToggle: (option: import("./types").MutilCascaderItem, level: number, index: number) => void;
|
|
85
|
+
handleClickAll: (level: number) => void;
|
|
86
|
+
getAllSonValues: (data: import("./types").MutilCascaderItem[]) => string[];
|
|
87
|
+
removeItem: (value: string) => void;
|
|
88
|
+
removeAll: () => void;
|
|
89
|
+
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
90
|
+
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
91
|
+
DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
92
|
+
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
93
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
|
+
options: {
|
|
95
|
+
type: import("vue").PropType<import("./types").MutilCascaderItem[]>;
|
|
96
|
+
default(): import("./types").MutilCascaderItem[];
|
|
97
|
+
};
|
|
98
|
+
modelValue: {
|
|
99
|
+
type: import("vue").PropType<string[]>;
|
|
100
|
+
default(): string[];
|
|
101
|
+
};
|
|
102
|
+
optionValueName: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
optionLabelName: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
maxTagCount: {
|
|
111
|
+
type: NumberConstructor;
|
|
112
|
+
default: number;
|
|
113
|
+
};
|
|
114
|
+
placeholder: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
allowClear: {
|
|
119
|
+
type: BooleanConstructor;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
122
|
+
}>> & {
|
|
123
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}, {
|
|
126
|
+
options: import("./types").MutilCascaderItem[];
|
|
127
|
+
modelValue: string[];
|
|
128
|
+
optionValueName: string;
|
|
129
|
+
optionLabelName: string;
|
|
130
|
+
maxTagCount: number;
|
|
131
|
+
placeholder: string;
|
|
132
|
+
allowClear: boolean;
|
|
133
|
+
}>>;
|
|
134
|
+
export { BmMultiCascaderCompose };
|
|
135
|
+
export default BmMultiCascaderCompose;
|