bm-admin-ui 1.0.35-alpha → 1.0.37-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.
Files changed (202) hide show
  1. package/es/components/button/index.d.ts +3 -0
  2. package/es/components/button/src/button.d.ts +12 -0
  3. package/es/components/button/src/button.vue.d.ts +306 -0
  4. package/es/components/feedback/index.d.ts +9 -0
  5. package/es/components/feedback/index.js +2 -2
  6. package/es/components/feedback/src/bmAlert.vue.d.ts +191 -0
  7. package/es/components/feedback/src/bmModal.vue.d.ts +839 -0
  8. package/es/components/float-table/index.d.ts +3 -0
  9. package/es/components/float-table/index.js +27 -36
  10. package/es/components/float-table/src/float-table.vue.d.ts +69 -0
  11. package/es/components/flow-designer/index.d.ts +3 -0
  12. package/es/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
  13. package/es/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
  14. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +247 -0
  15. package/es/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
  16. package/es/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
  17. package/es/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
  18. package/es/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
  19. package/es/components/flow-designer/src/config.d.ts +24 -0
  20. package/es/components/flow-designer/src/flow-designer-test.d.ts +20 -0
  21. package/es/components/flow-designer/src/flow-designer.d.ts +11 -0
  22. package/es/components/flow-designer/src/flow-designer.vue.d.ts +6 -0
  23. package/es/components/flow-designer/src/utils.d.ts +29 -0
  24. package/es/components/form-create/index.js +93 -143
  25. package/es/components/form-designer/index.js +159 -216
  26. package/es/components/index.d.ts +12 -0
  27. package/es/components/index.js +1 -0
  28. package/es/components/input-tags-display/index.d.ts +3 -0
  29. package/es/components/input-tags-display/index.js +26 -33
  30. package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +128 -0
  31. package/es/components/over-tooltips/index.d.ts +3 -0
  32. package/es/components/over-tooltips/index.js +20 -27
  33. package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  34. package/es/components/search-filter/index.d.ts +3 -0
  35. package/es/components/search-filter/index.js +21 -25
  36. package/es/components/search-filter/src/search-filter.d.ts +89 -0
  37. package/es/components/search-filter/src/search-filter.vue.d.ts +234 -0
  38. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +119 -0
  39. package/es/components/select-all/index.d.ts +3 -0
  40. package/es/components/select-all/index.js +144 -0
  41. package/es/components/select-all/src/selectAll.vue.d.ts +753 -0
  42. package/es/components/shops-filter/index.d.ts +3 -0
  43. package/es/components/shops-filter/index.js +43 -58
  44. package/es/components/shops-filter/src/shops-filter.d.ts +25 -0
  45. package/es/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  46. package/es/components/staffs-selector/index.d.ts +3 -0
  47. package/es/components/staffs-selector/index.js +102 -137
  48. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +97 -0
  49. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  50. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +108 -0
  51. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  52. package/es/components/timeline/index.d.ts +5 -0
  53. package/es/components/timeline/index.js +7 -7
  54. package/es/components/timeline/src/props.d.ts +27 -0
  55. package/es/components/timeline/src/timeline-item.vue.d.ts +64 -0
  56. package/es/components/timeline/src/timeline.vue.d.ts +50 -0
  57. package/es/components/upload/index.d.ts +3 -0
  58. package/es/components/upload/index.js +78 -115
  59. package/es/components/upload/src/icons.d.ts +13 -0
  60. package/es/components/upload/src/upload.vue.d.ts +105 -0
  61. package/es/components/upload/utils/index.d.ts +7 -0
  62. package/es/index.d.ts +6 -0
  63. package/es/utils/bm-admin-ui-resolver.d.ts +9 -0
  64. package/es/utils/uniqueId.d.ts +1 -0
  65. package/es/utils/vxe-table.d.ts +6 -0
  66. package/es/utils/with-install.d.ts +1 -0
  67. package/index.esm.js +14873 -45606
  68. package/index.js +14873 -45605
  69. package/lib/components/button/index.d.ts +3 -0
  70. package/lib/components/button/src/button.d.ts +12 -0
  71. package/lib/components/button/src/button.vue.d.ts +306 -0
  72. package/lib/components/feedback/index.d.ts +9 -0
  73. package/lib/components/feedback/index.js +1 -1
  74. package/lib/components/feedback/src/bmAlert.vue.d.ts +191 -0
  75. package/lib/components/feedback/src/bmModal.vue.d.ts +839 -0
  76. package/lib/components/float-table/index.d.ts +3 -0
  77. package/lib/components/float-table/index.js +27 -36
  78. package/lib/components/float-table/src/float-table.vue.d.ts +69 -0
  79. package/lib/components/flow-designer/index.d.ts +3 -0
  80. package/lib/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
  81. package/lib/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
  82. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +247 -0
  83. package/lib/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
  84. package/lib/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
  85. package/lib/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
  86. package/lib/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
  87. package/lib/components/flow-designer/src/config.d.ts +24 -0
  88. package/lib/components/flow-designer/src/flow-designer-test.d.ts +20 -0
  89. package/lib/components/flow-designer/src/flow-designer.d.ts +11 -0
  90. package/lib/components/flow-designer/src/flow-designer.vue.d.ts +6 -0
  91. package/lib/components/flow-designer/src/utils.d.ts +29 -0
  92. package/lib/components/form-create/index.js +92 -142
  93. package/lib/components/form-designer/index.js +158 -215
  94. package/lib/components/index.d.ts +12 -0
  95. package/lib/components/index.js +7 -0
  96. package/lib/components/input-tags-display/index.d.ts +3 -0
  97. package/lib/components/input-tags-display/index.js +26 -32
  98. package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +128 -0
  99. package/lib/components/over-tooltips/index.d.ts +3 -0
  100. package/lib/components/over-tooltips/index.js +20 -27
  101. package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  102. package/lib/components/search-filter/index.d.ts +3 -0
  103. package/lib/components/search-filter/index.js +21 -25
  104. package/lib/components/search-filter/src/search-filter.d.ts +89 -0
  105. package/lib/components/search-filter/src/search-filter.vue.d.ts +234 -0
  106. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +119 -0
  107. package/lib/components/select-all/index.d.ts +3 -0
  108. package/lib/components/select-all/index.js +153 -0
  109. package/lib/components/select-all/src/selectAll.vue.d.ts +753 -0
  110. package/lib/components/shops-filter/index.d.ts +3 -0
  111. package/lib/components/shops-filter/index.js +42 -57
  112. package/lib/components/shops-filter/src/shops-filter.d.ts +25 -0
  113. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  114. package/lib/components/staffs-selector/index.d.ts +3 -0
  115. package/lib/components/staffs-selector/index.js +101 -136
  116. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +97 -0
  117. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  118. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +108 -0
  119. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  120. package/lib/components/timeline/index.d.ts +5 -0
  121. package/lib/components/timeline/index.js +7 -7
  122. package/lib/components/timeline/src/props.d.ts +27 -0
  123. package/lib/components/timeline/src/timeline-item.vue.d.ts +64 -0
  124. package/lib/components/timeline/src/timeline.vue.d.ts +50 -0
  125. package/lib/components/upload/index.d.ts +3 -0
  126. package/lib/components/upload/index.js +78 -115
  127. package/lib/components/upload/src/icons.d.ts +13 -0
  128. package/lib/components/upload/src/upload.vue.d.ts +105 -0
  129. package/lib/components/upload/utils/index.d.ts +7 -0
  130. package/lib/index.d.ts +6 -0
  131. package/lib/utils/bm-admin-ui-resolver.d.ts +9 -0
  132. package/lib/utils/uniqueId.d.ts +1 -0
  133. package/lib/utils/vxe-table.d.ts +6 -0
  134. package/lib/utils/with-install.d.ts +1 -0
  135. package/package.json +1 -1
  136. package/theme-chalk/button.css +1 -1
  137. package/theme-chalk/feedback.css +1 -1
  138. package/theme-chalk/float-table.css +1 -1
  139. package/theme-chalk/floating-vue.css +1 -1
  140. package/theme-chalk/flow-designer.css +1 -1
  141. package/theme-chalk/form-designer.css +1 -1
  142. package/theme-chalk/index.css +1 -1
  143. package/theme-chalk/modal.css +1 -1
  144. package/theme-chalk/over-tooltips.css +1 -1
  145. package/theme-chalk/search-filter.css +1 -1
  146. package/theme-chalk/select-all.css +1 -0
  147. package/theme-chalk/staffs-selector.css +1 -1
  148. package/theme-chalk/timeline.css +1 -1
  149. package/theme-chalk/upload.css +1 -1
  150. package/types/components/button/index.d.ts +3 -0
  151. package/types/components/button/src/button.d.ts +12 -0
  152. package/types/components/button/src/button.vue.d.ts +306 -0
  153. package/types/components/feedback/index.d.ts +9 -0
  154. package/types/components/feedback/src/bmAlert.vue.d.ts +191 -0
  155. package/types/components/feedback/src/bmModal.vue.d.ts +839 -0
  156. package/types/components/float-table/index.d.ts +3 -0
  157. package/types/components/float-table/src/float-table.vue.d.ts +69 -0
  158. package/types/components/flow-designer/index.d.ts +3 -0
  159. package/types/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
  160. package/types/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
  161. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +247 -0
  162. package/types/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
  163. package/types/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
  164. package/types/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
  165. package/types/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
  166. package/types/components/flow-designer/src/config.d.ts +24 -0
  167. package/types/components/flow-designer/src/flow-designer-test.d.ts +20 -0
  168. package/types/components/flow-designer/src/flow-designer.d.ts +11 -0
  169. package/types/components/flow-designer/src/flow-designer.vue.d.ts +6 -0
  170. package/types/components/flow-designer/src/utils.d.ts +29 -0
  171. package/types/components/index.d.ts +12 -0
  172. package/types/components/input-tags-display/index.d.ts +3 -0
  173. package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +128 -0
  174. package/types/components/over-tooltips/index.d.ts +3 -0
  175. package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +34 -0
  176. package/types/components/search-filter/index.d.ts +3 -0
  177. package/types/components/search-filter/src/search-filter.d.ts +89 -0
  178. package/types/components/search-filter/src/search-filter.vue.d.ts +234 -0
  179. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +119 -0
  180. package/types/components/select-all/index.d.ts +3 -0
  181. package/types/components/select-all/src/selectAll.vue.d.ts +753 -0
  182. package/types/components/shops-filter/index.d.ts +3 -0
  183. package/types/components/shops-filter/src/shops-filter.d.ts +25 -0
  184. package/types/components/shops-filter/src/shops-filter.vue.d.ts +98 -0
  185. package/types/components/staffs-selector/index.d.ts +3 -0
  186. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +97 -0
  187. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +31 -0
  188. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +108 -0
  189. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +62 -0
  190. package/types/components/timeline/index.d.ts +5 -0
  191. package/types/components/timeline/src/props.d.ts +27 -0
  192. package/types/components/timeline/src/timeline-item.vue.d.ts +64 -0
  193. package/types/components/timeline/src/timeline.vue.d.ts +50 -0
  194. package/types/components/upload/index.d.ts +3 -0
  195. package/types/components/upload/src/icons.d.ts +13 -0
  196. package/types/components/upload/src/upload.vue.d.ts +105 -0
  197. package/types/components/upload/utils/index.d.ts +7 -0
  198. package/types/index.d.ts +6 -0
  199. package/types/utils/bm-admin-ui-resolver.d.ts +9 -0
  200. package/types/utils/uniqueId.d.ts +1 -0
  201. package/types/utils/vxe-table.d.ts +6 -0
  202. package/types/utils/with-install.d.ts +1 -0
@@ -0,0 +1,3 @@
1
+ declare const BmShopsFilter: any;
2
+ export { BmShopsFilter };
3
+ 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, ("update:selected" | "change")[], "update:selected" | "change", 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,3 @@
1
+ declare const BmStaffsSelector: any;
2
+ export { BmStaffsSelector };
3
+ export default BmStaffsSelector;
@@ -0,0 +1,97 @@
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<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }> | null | undefined) | JSX.Element | (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;
@@ -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
+ list: unknown[];
29
+ selected: string;
30
+ }>;
31
+ export default _default;
@@ -0,0 +1,108 @@
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;
@@ -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
+ list: unknown[];
58
+ selected: unknown[];
59
+ dataMap: Map<unknown, unknown>;
60
+ curlistKeys: Set<unknown>;
61
+ }>;
62
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export type { TimelineProps, TimelineItemProps } from './src/props';
2
+ declare const BmTimeline: any;
3
+ declare const BmTimelineItem: any;
4
+ export { BmTimeline, BmTimelineItem };
5
+ export default BmTimeline;
@@ -0,0 +1,27 @@
1
+ import type { ExtractPropTypes } from 'vue';
2
+ export declare const timelineProps: () => {
3
+ mode: import("vue-types").VueTypeDef<string> & {
4
+ default: string;
5
+ };
6
+ size: import("vue-types").VueTypeDef<string> & {
7
+ default: string;
8
+ };
9
+ labelWidth: import("vue-types").VueTypeValidableDef<string> & {
10
+ default: string;
11
+ } & {
12
+ default: string;
13
+ };
14
+ };
15
+ export declare type TimelineProps = Partial<ExtractPropTypes<ReturnType<typeof timelineProps>>>;
16
+ export declare const timelineItemProps: () => {
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
+ export declare type TimelineItemProps = Partial<ExtractPropTypes<ReturnType<typeof timelineItemProps>>>;
@@ -0,0 +1,64 @@
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
+ labelWidth: Ref<any>;
28
+ mode: Ref<any>;
29
+ offsetStyle: import("vue").ComputedRef<{
30
+ left: string;
31
+ right?: undefined;
32
+ } | {
33
+ right: string;
34
+ left?: undefined;
35
+ } | {
36
+ left?: undefined;
37
+ right?: undefined;
38
+ }>;
39
+ itemClassName: import("vue").ComputedRef<{
40
+ 'bm-timeline-item': boolean;
41
+ 'bm-timeline-item-has-label': any;
42
+ }>;
43
+ dotClassName: import("vue").ComputedRef<{
44
+ [x: string]: any;
45
+ 'bm-timeline-item-head': boolean;
46
+ 'bm-timeline-item-head-custom': any;
47
+ }>;
48
+ customColor: import("vue").ComputedRef<string | undefined>;
49
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
+ color: import("vue-types").VueTypeDef<string> & {
51
+ default: string;
52
+ };
53
+ dot: import("vue-types").VueTypeValidableDef<any> & {
54
+ default: any;
55
+ };
56
+ label: import("vue-types").VueTypeValidableDef<any> & {
57
+ default: any;
58
+ };
59
+ }>>, {
60
+ color: string;
61
+ label: any;
62
+ dot: any;
63
+ }>;
64
+ export default _default;
@@ -0,0 +1,50 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ mode: import("vue-types").VueTypeDef<string> & {
3
+ default: string;
4
+ };
5
+ size: import("vue-types").VueTypeDef<string> & {
6
+ default: string;
7
+ };
8
+ labelWidth: import("vue-types").VueTypeValidableDef<string> & {
9
+ default: string;
10
+ } & {
11
+ default: string;
12
+ };
13
+ }, {
14
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
15
+ mode: import("vue-types").VueTypeDef<string> & {
16
+ default: string;
17
+ };
18
+ size: import("vue-types").VueTypeDef<string> & {
19
+ default: string;
20
+ };
21
+ labelWidth: import("vue-types").VueTypeValidableDef<string> & {
22
+ default: string;
23
+ } & {
24
+ default: string;
25
+ };
26
+ }>> & {}>>;
27
+ labelWidth: import("vue").Ref<string>;
28
+ mode: import("vue").Ref<string>;
29
+ className: import("vue").ComputedRef<{
30
+ [x: string]: boolean;
31
+ 'bm-timeline': boolean;
32
+ }>;
33
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
+ mode: import("vue-types").VueTypeDef<string> & {
35
+ default: string;
36
+ };
37
+ size: import("vue-types").VueTypeDef<string> & {
38
+ default: string;
39
+ };
40
+ labelWidth: import("vue-types").VueTypeValidableDef<string> & {
41
+ default: string;
42
+ } & {
43
+ default: string;
44
+ };
45
+ }>>, {
46
+ size: string;
47
+ mode: string;
48
+ labelWidth: string;
49
+ }>;
50
+ export default _default;
@@ -0,0 +1,3 @@
1
+ declare const BmUpload: any;
2
+ export { BmUpload };
3
+ export default BmUpload;
@@ -0,0 +1,13 @@
1
+ export declare const pdf = "data:image/png;base64,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";
2
+ export declare const ppt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAA1dJREFUeAHtmktoE0EYx7/ZbpLmRUuKFjGiVqE9qLkIRU+CHrzYQ3uQVtF6EbyovSheRS9S8eTjoODF5mB94EWjtYgUHzf1IgVRKWltLA2Gprvb5rHuRLO4aWJmd3bDzmYHQubxfbPz/803OzvJIlDSYn9vdCUvXkGA9smyvAHXsZKCAyfibcMjQ0bHy5XE58SPIMMga+KxaL4zOpi5e23MMAA884pzxGgHdvCjgcDhsLeDCNoxGIXAsRj2tWAZgcDV6ozVer0QHAcAT5weCI4EoAeCYwGQQnA0ABIIjgdQD0JTAPgfBOYBFIUs1keUqu0OzAPIz34nEl82qoTAPADpzQTIK1JZH9H3vxDQ3KFdMpGXjY1QMAytew8Av3ELcIEQ8UjzqWTcEQCIFVcxZH4JVNGkq8oFoAuXA42bPgJ4qyfV070T2s9eqnsZvJUVFuah8HMOCqlZEKcSUEwv1PWjNbAcAPL5S9sTyUA9XT2qWfjYaRCejUP2/m0oZtJqvdkZ2y4B5PVBsO8IRC7eUn7h8JitW+3P8ghQr/Q3I049B+ndZGU1cMrDDBdZB75YL3h7Ymq7Z2s3hI+fgaU7o2qdmZmGA8h/mwbp9dOaGrL3rkPrnv3Qfn4UEPcnQIN9RyE7dgNkUajpZ7TBlktAevsSxInHqiaEEPCbtqllMzO2BIAFrk5/0ujkN2/XlM0q2BaAXHHOR/6AWZo1/dgWAB/t0gw0P/NVUzarYEsAKNwGgYMDGo35mS+aslmFhu8CNQfu8UJLx3rw7tgNof5hJd+pmuL7gVVPhQ0HEBo6BaHDJ1Vx5Qx+8KmWisrW9+vqhWpNptQ1HABqUS6JPwSpsJiCzM3LUJhPElgbMyEbibG+DXkVheXSYUh48QiExDhAbtVQP6RODQcgJB6AMPlkzfhkSSydBOXlpTVtVlY0HAA+7uY+f7BSk66+bbkN6lJAaewCoATIvLsbAcxPIaUANwIoATLv7v43yPwUUgpw7wGUAJl3dyOA+SmkFOBGACVA5t3dCGB+CikFuBFACZB5dzcCmJ9CSgFuBFACZN6dU96++MG8CoMCsHZOBvmVQX/m3bB2zsf7zylKrHsRz76Y0lg71/HwfdLn8ccAQbwZlkNJo6IVa8bafwMo0u8qx3AUAQAAAABJRU5ErkJggg==";
3
+ export declare const excel = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABJhJREFUeAHtmmtsDFEUgM/sdre7SpsttqqtXaIRQfvDD694RJAiIfH4UUl/SMMPiUTEI4QStJ6RiD8SIkKiUs8QryBKEKEkFRHxiL63pbTKatd0d92zMdfMWGt27R292zmbZs65c+/dc757zp3HVgAiedVbs0VR3EPUaQDBTGzjRYozppSvySlYEqu/Jgy+WxSrSeCFvAWPQeckOwr31V87GTMAXPkgBNNjnaAnjPsXCCYSwLSeEMS/+hArBAKAr5qPBCoWCJgBCSXRQkg4ALia0UBISADRQEhYAFohJDQALRASHsDfIPQKAJEgcA/gi78L49Mk4a4O3AOo8X3UFLzUSQ2BewA32p5DV0CU4tN0lEMQRlZtDGoa1YM7pZptMNMxGtzJ/aEf0bVKva+tPCEAaA04XD/uSyBcUNG0GQCioZWIfXt9BiSxWtU0sx2O5C6FFHMy/YqK1kdwrOU+tf+kjO3rgu2uBYrTm2rPwdOvtYq2eBjMMuCzvxNOkYDdtgH0b9XgWTDc5ozot81kgR2uhXQMjq/21jMJHh1hBgAnP9taBZXtL1ENidWUBDvdi8Ac4WsRksvWXxoCjb422FF3idrxVpgCQGc3k9T9JHqp36NSsqB40GRqyxVM/SLnBNoUCAZgQ80Z8AZ8tC3eCnMAH7u9sKXugsLvFZnTfysFKfUFQaB9j7bcg6qvNdRmoTAHgE7fan8B51ufUP+xFMrcCxWloE79l988cLDpJh3DStEFADpfVn85VM9SIKNTsmkpqFP/e6Ab1r2rADHol7ozO+oGAOsY6xnrWhIshTF9skO7vjz19zdehzdd76VuTI+6AcAosJ7l9wFYCidGLFPs+g873sLx9w+YBi2fXFcA+MUHmm7Aq85m6gNCkKSjuzOUJZKtx1F3AFjX69+dBqxztWyruwgtYoe6mamtOwCMppa8xvogflEEhkDwjk9v+S8A1mYVQFayQxErlsKuoYtAIB89RXcAk1JzodA5PmyMY/u66aUxbAcGjboCwCfEUtVT3nHydCjfD1YOngEj7fr9l46uADYPmQdOaypdxwcdb2BXwxU45LlN2yyCmZTCYrAKv64O9CQDRTcAcxx5MCc9j4bg9fugpPZ8yD7cfBdefGuk53LtGbA6axa1WSq6AHBaUgFXXy57G65C0/f2UJMf8KnvrKIUipwTYXy/YfIhTHRdAJS6F0Bakp0GgKlf0fqY2qi87mxRlALeGpeRdwfRvOdXTKjRYA6gcOA4wJ1fEnnqS23SUV0Kg6xpUKLKHKlvvI5MAbjILzVrsgsUvspTX3GCGOFKYW56Psx2jFF3jZvNDAC+9tpNdnO7yUqdDZf69ORPJVQKzZWK5pIh8yGD7CMshBmA5ZlTIS8lh/ocKfVpp5/KYc8dxVUB949S8gKFhRi/DbKgytOczEqAFwgGAF5WipWfRgawIsvLvEYG8LJSrPw0MoAVWV7mNTKAl5Vi5aeRAazI8jKvkQEAgoeX1Yq/n4IHM6Ay/hNzM2OlyWKxrCM/SH7ixuU4OYoxY+ymZ/lbG5IslnxSCuW9oxyw5IVyjBlj/wFKmHHAnlmA/gAAAABJRU5ErkJggg==";
4
+ export declare const doc = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABKVJREFUeAHtWrluFEEQfbuYw8bGXMKAuYXEZXAAQogExwgSiEAExERE8AuInJwA4YwEIVJHkJgbcQkhjGywwRw+AGOvvdST3era1uyyO9Mj0btT0nq6Z7p7ql69rqqZcQ4ip24UNxVmcVWaPcUiNvBcKHK6C73nD+XOxtU3T+NnCngihp8JzXga3dGGM9f7izdjA7Dg+dVxF/gf5iUBIS8G9PwPRiTVIS4I+RBpXw6sOCCQAXUltYJQdwDQm7WAUJcA1AJC3QJQLQh1DUA1INQ9AP8CoSEAqARC8AD8mqZ51UlUdggegKHx6ow3o1wQggfg3gDwp2DMq+6oQcidvC7FcOCyfAlwdCvQuQJokXa1MjKB3roAoFqDo8YFvwWijKrlXAZALWjV49iGZ0BTUq9uWwVcPmZXmZkDLt4G5irklv3rgQtH7JyBH8CVPtuPah3fBZzcY688HwGu3bf9uK3EAHwQ5dubgVaVfnauAd6MllfpYKekrHZ7fX0b0Cya/K6Qzw9vLp1z942dn6SVeAvQ048/lqrQ1VHad3sHnBfvi0SLfRXm5HPAnnWlqzwYLO3H7SUGgDd+MFR6e1K8nLBo2RHxDtoFRc8no5oX2zPDE0CtJbCdXdryA4B4Q9eT9Ba9FiUEJ+pat8MKPddllAu4Hltr2wsAP6aAd9/srVmORnmZIw4odkzP2jkMpm1LbV+3utQcnu/3RH+u5QUALuR6xfUax1C0p++8AgwIOWGMBmd+9Dxb9qr9z/HPhs3V5Ed/ADhecb1GVVdJtti80irNQPbys+1HxYHtEi/0Aw6NN6DZmfFb3gB4LWlv8o9VZK9EdTcMaA/TCBr/9JOdo9lhzrpM8hX9zfreAGA6fKTSIesC7mst2sM0nkXTEwXARnmcXdOiZwAuAP1OxikdXXvPGwC8taucuw00AMbzb78C+rWWHkMG6fpgaAxgCvQpXgF4KN7R6VDXAx2t8sVGfkaM58kclrVGulXEJ4NaVWZwATZzkhy9AjA2BdCjRnT01p6lx/W4pyqq63Eug9xMY+6T5OgVACqilVyxDNi6EPV1gKPH9cOS2Q6cv3Y5wFhA0ft/akaYooCaH5H8r38AyqRDvR0M/Y36778D48IeIyZb6P1PlhQkaPoW7wDwKVAbQy9uERawBjDiAsDzehuQLZxDBhnxWf2ZNXn0DgBfA+h0SC9q+n//DfAR2hW9DcgWwwIzTm8tc87H0TsAVEoru1I8f2K3VbVcGatZQc/rlx8DskW+/LRr+GylBoAOchsWghoV14ZqQz5Jfh9VRuo5TK9pSSoATEhJ/FZiQZRoqrvXy11LI/+be6cCABePUnpkEuCvnOhAaMawZnihCiVz3tcxNQB0HDDKlqO/uR7FgMfyrDDLyJqSpAYAtwArQy1RBurro7+Aj87XXt9Pf/p+bGffBl1EGq2f2hYIBcgMgFA8lZaeGQPSQjaUdTMGhOKptPTMGJAWsqGsmzEgFE+lpWfGgLSQDWXdjAHyjwnq+2wofvOjJ20nA/r8LBfkKn35pkW4JKqr//AJ0pA4Sn+j7flb53KDi5vQLXTobYTtQBtpK22m7X8BXxtVZAjutWYAAAAASUVORK5CYII=";
5
+ export declare const others = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAAbNJREFUeAHtlTFOAkEYhWd3LaDUDYWJF7AgHsAGCjsusF6DZG1t3YO4F6CzoaYxhsILmFCQxXIJhuBMkOTFGJwdmp15/zS8bGbJfN//BiKlV54/XW2360LHgVK7S/PMlzUc3paj0d2963njPXz9psEz3+ANdJqeZ5PJy7OzgJ/JX7h+QRveO0VCrAEGbYA49QyuErQAv+78MVEuEkwDglpNJQQnwEyziYQgBTSREKwAWwlBC7CRELyA/yRQCDgmwXsBdb02fFbrr38H7wUsl5UV/GHTbwneC5jP39Vm83Xgs/pECdF4/LizeqvFm7rdjur3r1WvlyqTbVdVfZZntpvbvM/8Dsxmry5HzLy/Ai7U+I4IQBuMWRrAOHVklgagDcYsDWCcOjJLA9AGY5YGME4dmaUBaIMxSwMYp47M0gC0wZilAYxTR2ZpANpgzNIAxqkjszQAbTBmaQDj1JFZGoA2GLM0gHHqyCwNQBuMWRrAOHVklgagDcYsDWCcOjJLA9AGY9YNiBaM4HvmaGGuwJRXgJrGSdLJtYAVoYSVYY+L4uEjSbo3+iqUHNfBXPmoNMyG/RuvFms2+co7XAAAAABJRU5ErkJggg==";
6
+ declare const _default: {
7
+ pdf: string;
8
+ ppt: string;
9
+ excel: string;
10
+ doc: string;
11
+ others: string;
12
+ };
13
+ export default _default;