bm-admin-ui 1.0.21-alpha → 1.0.22-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/feedback/index.js +25 -1306
- package/es/components/float-table/index.js +37 -28
- package/es/components/form-create/index.js +2769 -0
- package/es/components/form-designer/index.js +4178 -9
- package/es/components/index.js +1 -0
- package/es/components/input-tags-display/index.js +27 -1187
- package/es/components/multi-cascader-compose/index.js +31 -1199
- package/es/components/over-tooltips/index.js +27 -20
- package/es/components/search-filter/index.js +55 -1266
- package/es/components/shops-filter/index.js +24 -1182
- package/es/components/staffs-selector/index.js +130 -1240
- package/es/components/timeline/index.js +6 -6
- package/es/components/upload/index.js +98 -1333
- package/es/utils/uniqueId.js +5 -0
- package/es/utils/vxe-table.js +4 -3
- package/lib/components/feedback/index.js +23 -1304
- package/lib/components/float-table/index.js +37 -28
- package/lib/components/form-create/index.js +2781 -0
- package/lib/components/form-designer/index.js +4183 -8
- package/lib/components/index.js +7 -0
- package/lib/components/input-tags-display/index.js +27 -1187
- package/lib/components/multi-cascader-compose/index.js +30 -1198
- package/lib/components/over-tooltips/index.js +27 -20
- package/lib/components/search-filter/index.js +54 -1265
- package/lib/components/shops-filter/index.js +23 -1181
- package/lib/components/staffs-selector/index.js +129 -1239
- package/lib/components/timeline/index.js +6 -6
- package/lib/components/upload/index.js +97 -1332
- package/lib/utils/uniqueId.js +8 -0
- package/lib/utils/vxe-table.js +3 -2
- package/package.json +9 -4
- package/theme-chalk/button.css +1 -1
- package/theme-chalk/feedback.css +1 -1
- package/theme-chalk/float-table.css +1 -1
- package/theme-chalk/floating-vue.css +1 -1
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/form-create.css +1 -0
- package/theme-chalk/form-designer.css +1 -0
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/input-tags-display.css +1 -1
- package/theme-chalk/modal.css +1 -1
- package/theme-chalk/multi-cascader-compose.css +1 -1
- package/theme-chalk/over-tooltips.css +1 -1
- package/theme-chalk/search-filter.css +1 -1
- package/theme-chalk/staffs-selector.css +1 -1
- package/theme-chalk/timeline.css +1 -1
- package/theme-chalk/upload.css +1 -1
- package/es/components/button/index.d.ts +0 -307
- package/es/components/button/src/button.d.ts +0 -12
- package/es/components/button/src/button.vue.d.ts +0 -308
- package/es/components/feedback/index.d.ts +0 -1037
- package/es/components/feedback/src/bmAlert.vue.d.ts +0 -193
- package/es/components/feedback/src/bmModal.vue.d.ts +0 -839
- package/es/components/float-table/index.d.ts +0 -70
- package/es/components/float-table/src/float-table.vue.d.ts +0 -69
- package/es/components/flow-designer/index.d.ts +0 -7
- package/es/components/flow-designer/src/flow-designer.vue.d.ts +0 -6
- package/es/components/form-designer/index.d.ts +0 -9
- package/es/components/form-designer/src/form-designer.vue.d.ts +0 -8
- package/es/components/index.d.ts +0 -13
- package/es/components/input-tags-display/index.d.ts +0 -113
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +0 -110
- package/es/components/multi-cascader-compose/index.d.ts +0 -164
- package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/es/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/es/components/multi-cascader-compose/types.d.ts +0 -10
- package/es/components/over-tooltips/index.d.ts +0 -35
- package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +0 -34
- package/es/components/search-filter/index.d.ts +0 -218
- package/es/components/search-filter/src/search-filter.d.ts +0 -77
- package/es/components/search-filter/src/search-filter.vue.d.ts +0 -217
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +0 -89
- package/es/components/shops-filter/index.d.ts +0 -99
- package/es/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
- package/es/components/staffs-selector/index.d.ts +0 -109
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -97
- package/es/components/staffs-selector/src/radioCmp.vue.d.ts +0 -31
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -108
- package/es/components/staffs-selector/src/variedCmp.vue.d.ts +0 -62
- package/es/components/timeline/index.d.ts +0 -107
- package/es/components/timeline/src/props.d.ts +0 -24
- package/es/components/timeline/src/timeline-item.vue.d.ts +0 -65
- package/es/components/timeline/src/timeline.vue.d.ts +0 -42
- package/es/components/upload/index.d.ts +0 -136
- package/es/components/upload/src/icons.d.ts +0 -13
- package/es/components/upload/src/upload.vue.d.ts +0 -135
- package/es/components/upload/utils/index.d.ts +0 -7
- package/es/index.d.ts +0 -6
- package/es/utils/bm-admin-ui-resolver.d.ts +0 -9
- package/es/utils/vxe-table.d.ts +0 -6
- package/es/utils/with-install.d.ts +0 -3
- package/index.esm.js +0 -47061
- package/index.js +0 -47091
- package/lib/components/button/index.d.ts +0 -307
- package/lib/components/button/src/button.d.ts +0 -12
- package/lib/components/button/src/button.vue.d.ts +0 -308
- package/lib/components/feedback/index.d.ts +0 -1037
- package/lib/components/feedback/src/bmAlert.vue.d.ts +0 -193
- package/lib/components/feedback/src/bmModal.vue.d.ts +0 -839
- package/lib/components/float-table/index.d.ts +0 -70
- package/lib/components/float-table/src/float-table.vue.d.ts +0 -69
- package/lib/components/flow-designer/index.d.ts +0 -7
- package/lib/components/flow-designer/src/flow-designer.vue.d.ts +0 -6
- package/lib/components/form-designer/index.d.ts +0 -9
- package/lib/components/form-designer/src/form-designer.vue.d.ts +0 -8
- package/lib/components/index.d.ts +0 -13
- package/lib/components/input-tags-display/index.d.ts +0 -113
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +0 -110
- package/lib/components/multi-cascader-compose/index.d.ts +0 -164
- package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/lib/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/lib/components/multi-cascader-compose/types.d.ts +0 -10
- package/lib/components/over-tooltips/index.d.ts +0 -35
- package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +0 -34
- package/lib/components/search-filter/index.d.ts +0 -218
- package/lib/components/search-filter/src/search-filter.d.ts +0 -77
- package/lib/components/search-filter/src/search-filter.vue.d.ts +0 -217
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +0 -89
- package/lib/components/shops-filter/index.d.ts +0 -99
- package/lib/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
- package/lib/components/staffs-selector/index.d.ts +0 -109
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -97
- package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +0 -31
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -108
- package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +0 -62
- package/lib/components/timeline/index.d.ts +0 -107
- package/lib/components/timeline/src/props.d.ts +0 -24
- package/lib/components/timeline/src/timeline-item.vue.d.ts +0 -65
- package/lib/components/timeline/src/timeline.vue.d.ts +0 -42
- package/lib/components/upload/index.d.ts +0 -136
- package/lib/components/upload/src/icons.d.ts +0 -13
- package/lib/components/upload/src/upload.vue.d.ts +0 -135
- package/lib/components/upload/utils/index.d.ts +0 -7
- package/lib/index.d.ts +0 -6
- package/lib/utils/bm-admin-ui-resolver.d.ts +0 -9
- package/lib/utils/vxe-table.d.ts +0 -6
- package/lib/utils/with-install.d.ts +0 -3
- package/types/components/button/index.d.ts +0 -307
- package/types/components/button/src/button.d.ts +0 -12
- package/types/components/button/src/button.vue.d.ts +0 -308
- package/types/components/feedback/index.d.ts +0 -1037
- package/types/components/feedback/src/bmAlert.vue.d.ts +0 -193
- package/types/components/feedback/src/bmModal.vue.d.ts +0 -839
- package/types/components/float-table/index.d.ts +0 -70
- package/types/components/float-table/src/float-table.vue.d.ts +0 -69
- package/types/components/flow-designer/index.d.ts +0 -7
- package/types/components/flow-designer/src/flow-designer.vue.d.ts +0 -6
- package/types/components/form-designer/index.d.ts +0 -9
- package/types/components/form-designer/src/form-designer.vue.d.ts +0 -8
- package/types/components/index.d.ts +0 -13
- package/types/components/input-tags-display/index.d.ts +0 -113
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +0 -110
- package/types/components/multi-cascader-compose/index.d.ts +0 -164
- package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/types/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/types/components/multi-cascader-compose/types.d.ts +0 -10
- package/types/components/over-tooltips/index.d.ts +0 -35
- package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +0 -34
- package/types/components/search-filter/index.d.ts +0 -218
- package/types/components/search-filter/src/search-filter.d.ts +0 -77
- package/types/components/search-filter/src/search-filter.vue.d.ts +0 -217
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +0 -89
- package/types/components/shops-filter/index.d.ts +0 -99
- package/types/components/shops-filter/src/shops-filter.d.ts +0 -25
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
- package/types/components/staffs-selector/index.d.ts +0 -109
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +0 -97
- package/types/components/staffs-selector/src/radioCmp.vue.d.ts +0 -31
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +0 -108
- package/types/components/staffs-selector/src/variedCmp.vue.d.ts +0 -62
- package/types/components/timeline/index.d.ts +0 -107
- package/types/components/timeline/src/props.d.ts +0 -24
- package/types/components/timeline/src/timeline-item.vue.d.ts +0 -65
- package/types/components/timeline/src/timeline.vue.d.ts +0 -42
- package/types/components/upload/index.d.ts +0 -136
- package/types/components/upload/src/icons.d.ts +0 -13
- package/types/components/upload/src/upload.vue.d.ts +0 -135
- package/types/components/upload/utils/index.d.ts +0 -7
- package/types/index.d.ts +0 -6
- package/types/utils/bm-admin-ui-resolver.d.ts +0 -9
- package/types/utils/vxe-table.d.ts +0 -6
- package/types/utils/with-install.d.ts +0 -3
|
@@ -1,97 +0,0 @@
|
|
|
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
|
-
showCount: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
unitStr: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
}, {
|
|
35
|
-
changeAllOption(): void;
|
|
36
|
-
search(): void;
|
|
37
|
-
setState(): void;
|
|
38
|
-
deleteOption(key: any): void;
|
|
39
|
-
getSelectName(key: any): any;
|
|
40
|
-
searchVal: import("vue").Ref<string>;
|
|
41
|
-
selectAll: import("vue").Ref<boolean>;
|
|
42
|
-
indeterminate: import("vue").Ref<boolean>;
|
|
43
|
-
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
|
-
[key: string]: any;
|
|
45
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
|
-
[key: string]: any;
|
|
47
|
-
}> | null | undefined)[]>;
|
|
48
|
-
listChecked: import("vue").Ref<{}>;
|
|
49
|
-
isFulfill: import("vue").Ref<boolean>;
|
|
50
|
-
departmentChecked: import("vue").Ref<any>;
|
|
51
|
-
}, 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<{
|
|
52
|
-
limit: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
list: {
|
|
57
|
-
type: ArrayConstructor;
|
|
58
|
-
default: () => never[];
|
|
59
|
-
};
|
|
60
|
-
selected: {
|
|
61
|
-
type: ArrayConstructor;
|
|
62
|
-
default: () => never[];
|
|
63
|
-
};
|
|
64
|
-
dataMap: {
|
|
65
|
-
type: MapConstructor;
|
|
66
|
-
default: () => Map<any, any>;
|
|
67
|
-
};
|
|
68
|
-
isTree: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
curlistKeys: {
|
|
73
|
-
type: SetConstructor;
|
|
74
|
-
default: () => Set<unknown>;
|
|
75
|
-
};
|
|
76
|
-
showCount: {
|
|
77
|
-
type: BooleanConstructor;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
unitStr: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
}>> & {
|
|
85
|
-
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
86
|
-
onFetchList?: ((...args: any[]) => any) | undefined;
|
|
87
|
-
}, {
|
|
88
|
-
list: unknown[];
|
|
89
|
-
unitStr: string;
|
|
90
|
-
showCount: boolean;
|
|
91
|
-
selected: unknown[];
|
|
92
|
-
limit: number;
|
|
93
|
-
dataMap: Map<unknown, unknown>;
|
|
94
|
-
isTree: boolean;
|
|
95
|
-
curlistKeys: Set<unknown>;
|
|
96
|
-
}>;
|
|
97
|
-
export default _default;
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
-
list: unknown[];
|
|
29
|
-
selected: string;
|
|
30
|
-
}>;
|
|
31
|
-
export default _default;
|
|
@@ -1,108 +0,0 @@
|
|
|
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
|
-
immediateFetch: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
showCount: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
unitStr: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
}, {
|
|
43
|
-
list: import("vue").Ref<any[]>;
|
|
44
|
-
selected: import("vue").Ref<any>;
|
|
45
|
-
dataMap: import("vue").Ref<Map<any, any>>;
|
|
46
|
-
curlistKeys: import("vue").Ref<Set<unknown>>;
|
|
47
|
-
multipTree: import("vue").Ref<boolean>;
|
|
48
|
-
width: import("vue").Ref<648 | 480>;
|
|
49
|
-
modalCancel(): void;
|
|
50
|
-
fetch(params: any): void;
|
|
51
|
-
flatListFunc(list: any): Map<any, any>;
|
|
52
|
-
summitSelect(): void;
|
|
53
|
-
}, 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<{
|
|
54
|
-
visible: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
mode: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
limit: {
|
|
63
|
-
type: NumberConstructor;
|
|
64
|
-
default: number;
|
|
65
|
-
};
|
|
66
|
-
title: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
load: {
|
|
71
|
-
type: FunctionConstructor;
|
|
72
|
-
default: () => Promise<never[]>;
|
|
73
|
-
};
|
|
74
|
-
select: {
|
|
75
|
-
type: ArrayConstructor;
|
|
76
|
-
defualt: () => never[];
|
|
77
|
-
};
|
|
78
|
-
forceStatic: {
|
|
79
|
-
type: BooleanConstructor;
|
|
80
|
-
default: boolean;
|
|
81
|
-
};
|
|
82
|
-
immediateFetch: {
|
|
83
|
-
type: BooleanConstructor;
|
|
84
|
-
default: boolean;
|
|
85
|
-
};
|
|
86
|
-
showCount: {
|
|
87
|
-
type: BooleanConstructor;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
unitStr: {
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
}>> & {
|
|
95
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
96
|
-
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
97
|
-
}, {
|
|
98
|
-
title: string;
|
|
99
|
-
visible: boolean;
|
|
100
|
-
mode: string;
|
|
101
|
-
unitStr: string;
|
|
102
|
-
showCount: boolean;
|
|
103
|
-
limit: number;
|
|
104
|
-
load: Function;
|
|
105
|
-
forceStatic: boolean;
|
|
106
|
-
immediateFetch: boolean;
|
|
107
|
-
}>;
|
|
108
|
-
export default _default;
|
|
@@ -1,62 +0,0 @@
|
|
|
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
|
-
list: unknown[];
|
|
58
|
-
selected: unknown[];
|
|
59
|
-
dataMap: Map<unknown, unknown>;
|
|
60
|
-
curlistKeys: Set<unknown>;
|
|
61
|
-
}>;
|
|
62
|
-
export default _default;
|
|
@@ -1,107 +0,0 @@
|
|
|
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
|
-
default: any;
|
|
49
|
-
};
|
|
50
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
51
|
-
default: any;
|
|
52
|
-
};
|
|
53
|
-
}, {
|
|
54
|
-
slots: Readonly<{
|
|
55
|
-
[name: string]: import("vue").Slot | undefined;
|
|
56
|
-
}>;
|
|
57
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
-
color: import("vue-types").VueTypeDef<string> & {
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
dot: import("vue-types").VueTypeValidableDef<any> & {
|
|
62
|
-
default: any;
|
|
63
|
-
};
|
|
64
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
65
|
-
default: any;
|
|
66
|
-
};
|
|
67
|
-
}>> & {
|
|
68
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
69
|
-
}>>;
|
|
70
|
-
labelWidth: import("vue").Ref<any>;
|
|
71
|
-
mode: import("vue").Ref<any>;
|
|
72
|
-
offsetStyle: import("vue").ComputedRef<{
|
|
73
|
-
left: string;
|
|
74
|
-
right?: undefined;
|
|
75
|
-
} | {
|
|
76
|
-
right: string;
|
|
77
|
-
left?: undefined;
|
|
78
|
-
} | {
|
|
79
|
-
left?: undefined;
|
|
80
|
-
right?: undefined;
|
|
81
|
-
}>;
|
|
82
|
-
itemClassName: import("vue").ComputedRef<{
|
|
83
|
-
'bm-timeline-item': boolean;
|
|
84
|
-
}>;
|
|
85
|
-
dotClassName: import("vue").ComputedRef<{
|
|
86
|
-
[x: string]: any;
|
|
87
|
-
'bm-timeline-item-head': boolean;
|
|
88
|
-
'bm-timeline-item-head-custom': any;
|
|
89
|
-
}>;
|
|
90
|
-
customColor: import("vue").ComputedRef<string | undefined>;
|
|
91
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
color: import("vue-types").VueTypeDef<string> & {
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
dot: import("vue-types").VueTypeValidableDef<any> & {
|
|
96
|
-
default: any;
|
|
97
|
-
};
|
|
98
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
99
|
-
default: any;
|
|
100
|
-
};
|
|
101
|
-
}>>, {
|
|
102
|
-
color: string;
|
|
103
|
-
label: any;
|
|
104
|
-
dot: any;
|
|
105
|
-
}>>;
|
|
106
|
-
export { BmTimeline, BmTimelineItem };
|
|
107
|
-
export default BmTimeline;
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
default: any;
|
|
19
|
-
};
|
|
20
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
21
|
-
default: any;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export declare type TimelineItemProps = Partial<ExtractPropTypes<ReturnType<typeof timelineItemProps>>>;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
color: import("vue-types").VueTypeDef<string> & {
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
dot: import("vue-types").VueTypeValidableDef<any> & {
|
|
7
|
-
default: any;
|
|
8
|
-
};
|
|
9
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
10
|
-
default: any;
|
|
11
|
-
};
|
|
12
|
-
}, {
|
|
13
|
-
slots: Readonly<{
|
|
14
|
-
[name: string]: import("vue").Slot | undefined;
|
|
15
|
-
}>;
|
|
16
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
color: import("vue-types").VueTypeDef<string> & {
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
dot: import("vue-types").VueTypeValidableDef<any> & {
|
|
21
|
-
default: any;
|
|
22
|
-
};
|
|
23
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
24
|
-
default: any;
|
|
25
|
-
};
|
|
26
|
-
}>> & {
|
|
27
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
28
|
-
}>>;
|
|
29
|
-
labelWidth: Ref<any>;
|
|
30
|
-
mode: Ref<any>;
|
|
31
|
-
offsetStyle: import("vue").ComputedRef<{
|
|
32
|
-
left: string;
|
|
33
|
-
right?: undefined;
|
|
34
|
-
} | {
|
|
35
|
-
right: string;
|
|
36
|
-
left?: undefined;
|
|
37
|
-
} | {
|
|
38
|
-
left?: undefined;
|
|
39
|
-
right?: undefined;
|
|
40
|
-
}>;
|
|
41
|
-
itemClassName: import("vue").ComputedRef<{
|
|
42
|
-
'bm-timeline-item': boolean;
|
|
43
|
-
}>;
|
|
44
|
-
dotClassName: import("vue").ComputedRef<{
|
|
45
|
-
[x: string]: any;
|
|
46
|
-
'bm-timeline-item-head': boolean;
|
|
47
|
-
'bm-timeline-item-head-custom': any;
|
|
48
|
-
}>;
|
|
49
|
-
customColor: import("vue").ComputedRef<string | undefined>;
|
|
50
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
-
color: import("vue-types").VueTypeDef<string> & {
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
dot: import("vue-types").VueTypeValidableDef<any> & {
|
|
55
|
-
default: any;
|
|
56
|
-
};
|
|
57
|
-
label: import("vue-types").VueTypeValidableDef<any> & {
|
|
58
|
-
default: any;
|
|
59
|
-
};
|
|
60
|
-
}>>, {
|
|
61
|
-
color: string;
|
|
62
|
-
label: any;
|
|
63
|
-
dot: any;
|
|
64
|
-
}>;
|
|
65
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
mode: import("vue-types").VueTypeDef<string> & {
|
|
3
|
-
default: string;
|
|
4
|
-
};
|
|
5
|
-
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
6
|
-
default: string;
|
|
7
|
-
} & {
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
}, {
|
|
11
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
mode: import("vue-types").VueTypeDef<string> & {
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
16
|
-
default: string;
|
|
17
|
-
} & {
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
}>> & {
|
|
21
|
-
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
22
|
-
}>>;
|
|
23
|
-
labelWidth: import("vue").Ref<string>;
|
|
24
|
-
mode: import("vue").Ref<string>;
|
|
25
|
-
className: import("vue").ComputedRef<{
|
|
26
|
-
[x: string]: boolean;
|
|
27
|
-
'bm-timeline': boolean;
|
|
28
|
-
}>;
|
|
29
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
-
mode: import("vue-types").VueTypeDef<string> & {
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
labelWidth: import("vue-types").VueTypeValidableDef<string> & {
|
|
34
|
-
default: string;
|
|
35
|
-
} & {
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}>>, {
|
|
39
|
-
mode: string;
|
|
40
|
-
labelWidth: string;
|
|
41
|
-
}>;
|
|
42
|
-
export default _default;
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
declare const BmUpload: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
2
|
-
name: string;
|
|
3
|
-
components: {
|
|
4
|
-
PlusOutlined: import("@ant-design/icons-vue/lib/icons/PlusOutlined").PlusOutlinedIconType;
|
|
5
|
-
OverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
6
|
-
name: string;
|
|
7
|
-
props: {
|
|
8
|
-
title: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: undefined;
|
|
11
|
-
};
|
|
12
|
-
labelTitle: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: undefined;
|
|
15
|
-
};
|
|
16
|
-
line: {
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
default: number;
|
|
19
|
-
};
|
|
20
|
-
width: {
|
|
21
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
|
-
showAlways: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
setup(props: any, context: any): {
|
|
30
|
-
mySelf: import("vue").Ref<any>;
|
|
31
|
-
handleVisibleChange: (val: any) => void;
|
|
32
|
-
getPopupContainer: () => HTMLElement;
|
|
33
|
-
mSlots: import("vue").Ref<{}>;
|
|
34
|
-
isShow: import("vue").Ref<boolean>;
|
|
35
|
-
openShow: import("vue").Ref<boolean>;
|
|
36
|
-
};
|
|
37
|
-
}>;
|
|
38
|
-
UploadOutlined: import("@ant-design/icons-vue/lib/icons/UploadOutlined").UploadOutlinedIconType;
|
|
39
|
-
};
|
|
40
|
-
props: {
|
|
41
|
-
uploadProps: {
|
|
42
|
-
type: ObjectConstructor;
|
|
43
|
-
default: () => {};
|
|
44
|
-
};
|
|
45
|
-
extraProps: {
|
|
46
|
-
type: ObjectConstructor;
|
|
47
|
-
default: () => {};
|
|
48
|
-
};
|
|
49
|
-
defaultList: {
|
|
50
|
-
type: ArrayConstructor;
|
|
51
|
-
default: () => never[];
|
|
52
|
-
};
|
|
53
|
-
uploadRequest: {
|
|
54
|
-
type: (file: File, config: Record<string, any>) => Promise<{
|
|
55
|
-
[prop: string]: any;
|
|
56
|
-
url: string;
|
|
57
|
-
}>;
|
|
58
|
-
default(): () => void;
|
|
59
|
-
};
|
|
60
|
-
cloudReadUrl: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
holdProgress: {
|
|
65
|
-
type: NumberConstructor;
|
|
66
|
-
default: number;
|
|
67
|
-
};
|
|
68
|
-
customErrors: {
|
|
69
|
-
type: ObjectConstructor;
|
|
70
|
-
default(): undefined;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
emits: string[];
|
|
74
|
-
setup(props: any, { emit }: {
|
|
75
|
-
emit: any;
|
|
76
|
-
}): {
|
|
77
|
-
uploadDisabled: import("vue").ComputedRef<boolean>;
|
|
78
|
-
updateUploadProgress(file: any, progress: any): void;
|
|
79
|
-
customUploadRequest(file: any): void;
|
|
80
|
-
fileIsDelete(file: any): boolean;
|
|
81
|
-
uploadSuccess(data: any, file: any): void;
|
|
82
|
-
uploadError(error: any, file?: any): void;
|
|
83
|
-
deleteFile(uid: any): Promise<void>;
|
|
84
|
-
pictureHoverEnter(uid: string): void;
|
|
85
|
-
pictureHoverLeave(uid: string): void;
|
|
86
|
-
viewOnePicture(item: any): void;
|
|
87
|
-
handleClosePictureView(): void;
|
|
88
|
-
reUpload(e: any, uid: any): void;
|
|
89
|
-
paste(event: ClipboardEvent): void;
|
|
90
|
-
icons: {
|
|
91
|
-
pdf: string;
|
|
92
|
-
ppt: string;
|
|
93
|
-
excel: string;
|
|
94
|
-
doc: string;
|
|
95
|
-
others: string;
|
|
96
|
-
};
|
|
97
|
-
uploadBarColor: import("vue").Ref<string>;
|
|
98
|
-
uploadedList: import("vue").Ref<any[]>;
|
|
99
|
-
fileList: import("vue").Ref<{}>;
|
|
100
|
-
onepViewImageHover: import("vue").Ref<{}>;
|
|
101
|
-
previewVisible: import("vue").Ref<boolean>;
|
|
102
|
-
onepViewImage: import("vue").Ref<string>;
|
|
103
|
-
extraConfigs: import("vue").Ref<{
|
|
104
|
-
maxSize: number;
|
|
105
|
-
maxCount: number;
|
|
106
|
-
isAllowDownloadFieldProps: boolean;
|
|
107
|
-
hideDisabledBtn: boolean;
|
|
108
|
-
tips: string;
|
|
109
|
-
showTips: boolean;
|
|
110
|
-
btnClass: string;
|
|
111
|
-
picClass: string;
|
|
112
|
-
alignCenter: boolean;
|
|
113
|
-
canNotViewAccept: string;
|
|
114
|
-
fileDetail: boolean;
|
|
115
|
-
myBtn: boolean;
|
|
116
|
-
}>;
|
|
117
|
-
uploadConfigs: import("vue").Ref<{
|
|
118
|
-
multiple: boolean;
|
|
119
|
-
showUploadList: boolean;
|
|
120
|
-
showSlotList: boolean;
|
|
121
|
-
listType: string;
|
|
122
|
-
text: string;
|
|
123
|
-
accept: string;
|
|
124
|
-
data: {};
|
|
125
|
-
name: string;
|
|
126
|
-
disabled: boolean;
|
|
127
|
-
customRequest: ({ file, fileField, data }: {
|
|
128
|
-
file: any;
|
|
129
|
-
fileField: any;
|
|
130
|
-
data: any;
|
|
131
|
-
}) => Promise<void>;
|
|
132
|
-
}>;
|
|
133
|
-
};
|
|
134
|
-
}>;
|
|
135
|
-
export { BmUpload };
|
|
136
|
-
export default BmUpload;
|