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,5 +1,4 @@
|
|
|
1
|
-
import type { ExtractPropTypes
|
|
2
|
-
import type { Rule } from '@form-create/ant-design-vue';
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
3
2
|
export declare const searchResetBtnProps: {
|
|
4
3
|
showExpandBtn: {
|
|
5
4
|
type: BooleanConstructor;
|
|
@@ -12,7 +11,7 @@ export declare const searchFilterProps: {
|
|
|
12
11
|
default: boolean;
|
|
13
12
|
};
|
|
14
13
|
userRule: {
|
|
15
|
-
type:
|
|
14
|
+
type: ArrayConstructor;
|
|
16
15
|
default(): never[];
|
|
17
16
|
};
|
|
18
17
|
labelCol: {
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
labelTitle: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
showAlways: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
displayParams: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {
|
|
13
|
+
width: string;
|
|
14
|
+
labelOffset: string;
|
|
15
|
+
labelWidth: string;
|
|
16
|
+
searchWidth: string;
|
|
17
|
+
listMaxHeight: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
loadFilter: {
|
|
21
|
+
type: FunctionConstructor;
|
|
22
|
+
default: () => Promise<never[]>;
|
|
23
|
+
};
|
|
24
|
+
loadData: {
|
|
25
|
+
type: FunctionConstructor;
|
|
26
|
+
default: () => Promise<never>;
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
triggleActive(): void;
|
|
30
|
+
outSideClick(): void;
|
|
31
|
+
changeFilterSelect(index: any, code: any): void;
|
|
32
|
+
onCheckAllChange(e: any): void;
|
|
33
|
+
checkboxChange(): void;
|
|
34
|
+
invertChange(): void;
|
|
35
|
+
clearAll(): void;
|
|
36
|
+
fetchData(): void;
|
|
37
|
+
clearAllSelected(e: any): void;
|
|
38
|
+
filterIsActive(filterIndex: any, code: any): boolean;
|
|
39
|
+
isActive: import("vue").Ref<boolean>;
|
|
40
|
+
searchVal: import("vue").Ref<string>;
|
|
41
|
+
selected: import("vue").Ref<any[]>;
|
|
42
|
+
shopList: import("vue").Ref<{
|
|
43
|
+
shopCode: string;
|
|
44
|
+
shopName: string;
|
|
45
|
+
}[]>;
|
|
46
|
+
shopListByCode: import("vue").Ref<{}>;
|
|
47
|
+
checkAll: import("vue").Ref<boolean>;
|
|
48
|
+
hasCheck: import("vue").Ref<boolean>;
|
|
49
|
+
inverSelect: import("vue").Ref<boolean>;
|
|
50
|
+
shopCheck: import("vue").Ref<{}>;
|
|
51
|
+
filterSelects: import("vue").Ref<never[]>;
|
|
52
|
+
filterArr: import("vue").Ref<{
|
|
53
|
+
list: {
|
|
54
|
+
code: string;
|
|
55
|
+
label: string;
|
|
56
|
+
}[];
|
|
57
|
+
paramsStr: string;
|
|
58
|
+
label?: string | undefined;
|
|
59
|
+
multiple?: boolean | undefined;
|
|
60
|
+
}[]>;
|
|
61
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
labelTitle: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
showAlways: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
displayParams: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {
|
|
73
|
+
width: string;
|
|
74
|
+
labelOffset: string;
|
|
75
|
+
labelWidth: string;
|
|
76
|
+
searchWidth: string;
|
|
77
|
+
listMaxHeight: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
loadFilter: {
|
|
81
|
+
type: FunctionConstructor;
|
|
82
|
+
default: () => Promise<never[]>;
|
|
83
|
+
};
|
|
84
|
+
loadData: {
|
|
85
|
+
type: FunctionConstructor;
|
|
86
|
+
default: () => Promise<never>;
|
|
87
|
+
};
|
|
88
|
+
}>> & {
|
|
89
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
labelTitle: string;
|
|
93
|
+
showAlways: boolean;
|
|
94
|
+
displayParams: Record<string, any>;
|
|
95
|
+
loadFilter: Function;
|
|
96
|
+
loadData: Function;
|
|
97
|
+
}>>;
|
|
98
|
+
export { BmShopsFilter };
|
|
99
|
+
export default BmShopsFilter;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
export declare const shopsFilterProps: {
|
|
3
|
+
labelTitle: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
showAlways: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
displayParams: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => {
|
|
14
|
+
width: string;
|
|
15
|
+
labelOffset: string;
|
|
16
|
+
labelWidth: string;
|
|
17
|
+
searchWidth: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
filterArr: {
|
|
21
|
+
type: PromiseConstructor;
|
|
22
|
+
default: () => never[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
labelTitle: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
showAlways: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
displayParams: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {
|
|
13
|
+
width: string;
|
|
14
|
+
labelOffset: string;
|
|
15
|
+
labelWidth: string;
|
|
16
|
+
searchWidth: string;
|
|
17
|
+
listMaxHeight: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
loadFilter: {
|
|
21
|
+
type: FunctionConstructor;
|
|
22
|
+
default: () => Promise<never[]>;
|
|
23
|
+
};
|
|
24
|
+
loadData: {
|
|
25
|
+
type: FunctionConstructor;
|
|
26
|
+
default: () => Promise<never>;
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
triggleActive(): void;
|
|
30
|
+
outSideClick(): void;
|
|
31
|
+
changeFilterSelect(index: any, code: any): void;
|
|
32
|
+
onCheckAllChange(e: any): void;
|
|
33
|
+
checkboxChange(): void;
|
|
34
|
+
invertChange(): void;
|
|
35
|
+
clearAll(): void;
|
|
36
|
+
fetchData(): void;
|
|
37
|
+
clearAllSelected(e: any): void;
|
|
38
|
+
filterIsActive(filterIndex: any, code: any): boolean;
|
|
39
|
+
isActive: import("vue").Ref<boolean>;
|
|
40
|
+
searchVal: import("vue").Ref<string>;
|
|
41
|
+
selected: import("vue").Ref<any[]>;
|
|
42
|
+
shopList: import("vue").Ref<{
|
|
43
|
+
shopCode: string;
|
|
44
|
+
shopName: string;
|
|
45
|
+
}[]>;
|
|
46
|
+
shopListByCode: import("vue").Ref<{}>;
|
|
47
|
+
checkAll: import("vue").Ref<boolean>;
|
|
48
|
+
hasCheck: import("vue").Ref<boolean>;
|
|
49
|
+
inverSelect: import("vue").Ref<boolean>;
|
|
50
|
+
shopCheck: import("vue").Ref<{}>;
|
|
51
|
+
filterSelects: import("vue").Ref<never[]>;
|
|
52
|
+
filterArr: import("vue").Ref<{
|
|
53
|
+
list: {
|
|
54
|
+
code: string;
|
|
55
|
+
label: string;
|
|
56
|
+
}[];
|
|
57
|
+
paramsStr: string;
|
|
58
|
+
label?: string | undefined;
|
|
59
|
+
multiple?: boolean | undefined;
|
|
60
|
+
}[]>;
|
|
61
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
labelTitle: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
showAlways: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
displayParams: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {
|
|
73
|
+
width: string;
|
|
74
|
+
labelOffset: string;
|
|
75
|
+
labelWidth: string;
|
|
76
|
+
searchWidth: string;
|
|
77
|
+
listMaxHeight: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
loadFilter: {
|
|
81
|
+
type: FunctionConstructor;
|
|
82
|
+
default: () => Promise<never[]>;
|
|
83
|
+
};
|
|
84
|
+
loadData: {
|
|
85
|
+
type: FunctionConstructor;
|
|
86
|
+
default: () => Promise<never>;
|
|
87
|
+
};
|
|
88
|
+
}>> & {
|
|
89
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
labelTitle: string;
|
|
93
|
+
showAlways: boolean;
|
|
94
|
+
displayParams: Record<string, any>;
|
|
95
|
+
loadFilter: Function;
|
|
96
|
+
loadData: Function;
|
|
97
|
+
}>;
|
|
98
|
+
export default _default;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
|
+
visible: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
mode: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
limit: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
title: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
load: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: () => Promise<never[]>;
|
|
21
|
+
};
|
|
22
|
+
select: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
defualt: () => never[];
|
|
25
|
+
};
|
|
26
|
+
forceStatic: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}, {
|
|
31
|
+
list: import("vue").Ref<any[]>;
|
|
32
|
+
selected: import("vue").Ref<any>;
|
|
33
|
+
dataMap: import("vue").Ref<Map<any, any>>;
|
|
34
|
+
curlistKeys: import("vue").Ref<Set<unknown>>;
|
|
35
|
+
multipTree: import("vue").Ref<boolean>;
|
|
36
|
+
width: import("vue").Ref<648 | 480>;
|
|
37
|
+
modalCancel(): void;
|
|
38
|
+
fetch(params: any): void;
|
|
39
|
+
flatListFunc(list: any): Map<any, any>;
|
|
40
|
+
summitSelect(): void;
|
|
41
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:select")[], "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
visible: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
mode: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
limit: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
title: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
load: {
|
|
59
|
+
type: FunctionConstructor;
|
|
60
|
+
default: () => Promise<never[]>;
|
|
61
|
+
};
|
|
62
|
+
select: {
|
|
63
|
+
type: ArrayConstructor;
|
|
64
|
+
defualt: () => never[];
|
|
65
|
+
};
|
|
66
|
+
forceStatic: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
}>> & {
|
|
71
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
title: string;
|
|
75
|
+
visible: boolean;
|
|
76
|
+
mode: string;
|
|
77
|
+
limit: number;
|
|
78
|
+
load: Function;
|
|
79
|
+
forceStatic: boolean;
|
|
80
|
+
}>>;
|
|
81
|
+
export { BmStaffsSelector };
|
|
82
|
+
export default BmStaffsSelector;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
limit: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
list: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
selected: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
default: () => never[];
|
|
13
|
+
};
|
|
14
|
+
dataMap: {
|
|
15
|
+
type: MapConstructor;
|
|
16
|
+
default: () => Map<any, any>;
|
|
17
|
+
};
|
|
18
|
+
isTree: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
curlistKeys: {
|
|
23
|
+
type: SetConstructor;
|
|
24
|
+
default: () => Set<unknown>;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
changeAllOption(): void;
|
|
28
|
+
search(): void;
|
|
29
|
+
setState(): void;
|
|
30
|
+
deleteOption(key: any): void;
|
|
31
|
+
getSelectName(key: any): any;
|
|
32
|
+
searchVal: import("vue").Ref<string>;
|
|
33
|
+
selectAll: import("vue").Ref<boolean>;
|
|
34
|
+
indeterminate: import("vue").Ref<boolean>;
|
|
35
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}> | null | undefined)[]>;
|
|
40
|
+
listChecked: import("vue").Ref<{}>;
|
|
41
|
+
isFulfill: import("vue").Ref<boolean>;
|
|
42
|
+
departmentChecked: import("vue").Ref<any>;
|
|
43
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
limit: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
48
|
+
list: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
default: () => never[];
|
|
51
|
+
};
|
|
52
|
+
selected: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
default: () => never[];
|
|
55
|
+
};
|
|
56
|
+
dataMap: {
|
|
57
|
+
type: MapConstructor;
|
|
58
|
+
default: () => Map<any, any>;
|
|
59
|
+
};
|
|
60
|
+
isTree: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
curlistKeys: {
|
|
65
|
+
type: SetConstructor;
|
|
66
|
+
default: () => Set<unknown>;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
selected: unknown[];
|
|
73
|
+
list: unknown[];
|
|
74
|
+
limit: number;
|
|
75
|
+
dataMap: Map<unknown, unknown>;
|
|
76
|
+
isTree: boolean;
|
|
77
|
+
curlistKeys: Set<unknown>;
|
|
78
|
+
}>;
|
|
79
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
list: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
selected: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
searchVal: import("vue").Ref<string>;
|
|
12
|
+
emptyPic: import("ant-design-vue/lib/_util/type").VueNode;
|
|
13
|
+
search: () => void;
|
|
14
|
+
radioChange: (e: any) => void;
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
list: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
selected: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>> & {
|
|
25
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
}, {
|
|
28
|
+
selected: string;
|
|
29
|
+
list: unknown[];
|
|
30
|
+
}>;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
visible: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
mode: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
limit: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
title: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
load: {
|
|
19
|
+
type: FunctionConstructor;
|
|
20
|
+
default: () => Promise<never[]>;
|
|
21
|
+
};
|
|
22
|
+
select: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
defualt: () => never[];
|
|
25
|
+
};
|
|
26
|
+
forceStatic: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}, {
|
|
31
|
+
list: import("vue").Ref<any[]>;
|
|
32
|
+
selected: import("vue").Ref<any>;
|
|
33
|
+
dataMap: import("vue").Ref<Map<any, any>>;
|
|
34
|
+
curlistKeys: import("vue").Ref<Set<unknown>>;
|
|
35
|
+
multipTree: import("vue").Ref<boolean>;
|
|
36
|
+
width: import("vue").Ref<648 | 480>;
|
|
37
|
+
modalCancel(): void;
|
|
38
|
+
fetch(params: any): void;
|
|
39
|
+
flatListFunc(list: any): Map<any, any>;
|
|
40
|
+
summitSelect(): void;
|
|
41
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "update:select")[], "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
visible: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
mode: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
limit: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
title: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
load: {
|
|
59
|
+
type: FunctionConstructor;
|
|
60
|
+
default: () => Promise<never[]>;
|
|
61
|
+
};
|
|
62
|
+
select: {
|
|
63
|
+
type: ArrayConstructor;
|
|
64
|
+
defualt: () => never[];
|
|
65
|
+
};
|
|
66
|
+
forceStatic: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
}>> & {
|
|
71
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
}, {
|
|
74
|
+
title: string;
|
|
75
|
+
visible: boolean;
|
|
76
|
+
mode: string;
|
|
77
|
+
limit: number;
|
|
78
|
+
load: Function;
|
|
79
|
+
forceStatic: boolean;
|
|
80
|
+
}>;
|
|
81
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
list: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any;
|
|
5
|
+
};
|
|
6
|
+
selected: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
dataMap: {
|
|
11
|
+
type: MapConstructor;
|
|
12
|
+
default: () => Map<any, any>;
|
|
13
|
+
};
|
|
14
|
+
curlistKeys: {
|
|
15
|
+
type: SetConstructor;
|
|
16
|
+
default: () => Set<unknown>;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
deleteOption(key: any): void;
|
|
20
|
+
changeArea(item: any): void;
|
|
21
|
+
search(): void;
|
|
22
|
+
getSelectName(key: any): any;
|
|
23
|
+
emptyPic: import("ant-design-vue/lib/_util/type").VueNode;
|
|
24
|
+
activeKey: any;
|
|
25
|
+
searchVal: import("vue").Ref<string>;
|
|
26
|
+
staffsChecked: import("vue").Ref<{}>;
|
|
27
|
+
groupChecked: import("vue").Ref<{}>;
|
|
28
|
+
departmentChecked: any;
|
|
29
|
+
shopChecked: import("vue").Ref<{}>;
|
|
30
|
+
inputPlaceHolder: import("vue").ComputedRef<"请输入部门搜索" | "请输入工作组搜索" | "请输入店铺搜索" | "请输入人名搜索">;
|
|
31
|
+
areas: readonly {
|
|
32
|
+
readonly title: string;
|
|
33
|
+
readonly key: number;
|
|
34
|
+
readonly paramStr: string;
|
|
35
|
+
}[];
|
|
36
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
|
+
list: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: () => any;
|
|
40
|
+
};
|
|
41
|
+
selected: {
|
|
42
|
+
type: ArrayConstructor;
|
|
43
|
+
default: () => never[];
|
|
44
|
+
};
|
|
45
|
+
dataMap: {
|
|
46
|
+
type: MapConstructor;
|
|
47
|
+
default: () => Map<any, any>;
|
|
48
|
+
};
|
|
49
|
+
curlistKeys: {
|
|
50
|
+
type: SetConstructor;
|
|
51
|
+
default: () => Set<unknown>;
|
|
52
|
+
};
|
|
53
|
+
}>> & {
|
|
54
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
}, {
|
|
57
|
+
selected: unknown[];
|
|
58
|
+
list: unknown[];
|
|
59
|
+
dataMap: Map<unknown, unknown>;
|
|
60
|
+
curlistKeys: Set<unknown>;
|
|
61
|
+
}>;
|
|
62
|
+
export default _default;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
export type { TimelineProps, TimelineItemProps } from './src/props';
|
|
2
|
+
declare const BmTimeline: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
mode: import("vue-types").VueTypeDef<string> & {
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
7
|
+
default: string;
|
|
8
|
+
} & {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}, {
|
|
12
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
mode: import("vue-types").VueTypeDef<string> & {
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
17
|
+
default: string;
|
|
18
|
+
} & {
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}>> & {
|
|
22
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
23
|
+
}>>;
|
|
24
|
+
labelWidth: import("vue").Ref<string>;
|
|
25
|
+
mode: import("vue").Ref<string>;
|
|
26
|
+
className: import("vue").ComputedRef<{
|
|
27
|
+
[x: string]: boolean;
|
|
28
|
+
'bm-timeline': boolean;
|
|
29
|
+
}>;
|
|
30
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
mode: import("vue-types").VueTypeDef<string> & {
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
35
|
+
default: string;
|
|
36
|
+
} & {
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}>>, {
|
|
40
|
+
mode: string;
|
|
41
|
+
labelWidth: string;
|
|
42
|
+
}>>;
|
|
43
|
+
declare const BmTimelineItem: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
|
|
44
|
+
color: import("vue-types").VueTypeDef<string> & {
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
dot: import("vue-types").VueTypeValidableDef<any>;
|
|
48
|
+
label: import("vue-types").VueTypeValidableDef<any>;
|
|
49
|
+
}, {
|
|
50
|
+
slots: Readonly<{
|
|
51
|
+
[name: string]: import("vue").Slot | undefined;
|
|
52
|
+
}>;
|
|
53
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
color: import("vue-types").VueTypeDef<string> & {
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
dot: import("vue-types").VueTypeValidableDef<any>;
|
|
58
|
+
label: import("vue-types").VueTypeValidableDef<any>;
|
|
59
|
+
}>> & {
|
|
60
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
61
|
+
}>>;
|
|
62
|
+
labelWidth: import("vue").Ref<any>;
|
|
63
|
+
mode: import("vue").Ref<any>;
|
|
64
|
+
offsetStyle: import("vue").ComputedRef<{
|
|
65
|
+
left: string;
|
|
66
|
+
right?: undefined;
|
|
67
|
+
} | {
|
|
68
|
+
right: string;
|
|
69
|
+
left?: undefined;
|
|
70
|
+
} | {
|
|
71
|
+
left?: undefined;
|
|
72
|
+
right?: undefined;
|
|
73
|
+
}>;
|
|
74
|
+
itemClassName: import("vue").ComputedRef<{
|
|
75
|
+
'bm-timeline-item': boolean;
|
|
76
|
+
}>;
|
|
77
|
+
dotClassName: import("vue").ComputedRef<{
|
|
78
|
+
[x: string]: any;
|
|
79
|
+
'bm-timeline-item-head': boolean;
|
|
80
|
+
'bm-timeline-item-head-custom': any;
|
|
81
|
+
}>;
|
|
82
|
+
customColor: import("vue").ComputedRef<string | undefined>;
|
|
83
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
color: import("vue-types").VueTypeDef<string> & {
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
dot: import("vue-types").VueTypeValidableDef<any>;
|
|
88
|
+
label: import("vue-types").VueTypeValidableDef<any>;
|
|
89
|
+
}>>, {
|
|
90
|
+
color: string;
|
|
91
|
+
}>>;
|
|
92
|
+
export { BmTimeline, BmTimelineItem };
|
|
93
|
+
export default BmTimeline;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
export declare const timelineProps: () => {
|
|
3
|
+
mode: import("vue-types").VueTypeDef<string> & {
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
7
|
+
default: string;
|
|
8
|
+
} & {
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export declare type TimelineProps = Partial<ExtractPropTypes<ReturnType<typeof timelineProps>>>;
|
|
13
|
+
export declare const timelineItemProps: () => {
|
|
14
|
+
color: import("vue-types").VueTypeDef<string> & {
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
dot: import("vue-types").VueTypeValidableDef<any>;
|
|
18
|
+
label: import("vue-types").VueTypeValidableDef<any>;
|
|
19
|
+
};
|
|
20
|
+
export declare type TimelineItemProps = Partial<ExtractPropTypes<ReturnType<typeof timelineItemProps>>>;
|