cnhis-design-vue 3.2.12-release.1 → 3.2.13-beta.10

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 (127) hide show
  1. package/README.md +87 -87
  2. package/es/components/ai-chat/index.d.ts +83 -0
  3. package/es/components/ai-chat/src/Index.vue.d.ts +84 -1
  4. package/es/components/ai-chat/src/Index.vue2.js +1 -1
  5. package/es/components/ai-chat/src/components/ChatCard.d.ts +6 -0
  6. package/es/components/ai-chat/src/components/ChatCard.js +1 -1
  7. package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +59 -0
  8. package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
  9. package/es/components/ai-chat/src/components/ChatMain.js +1 -1
  10. package/es/components/ai-chat/src/components/ChatPatient.vue.d.ts +58 -0
  11. package/es/components/ai-chat/src/components/ChatPatient.vue.js +1 -0
  12. package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -0
  13. package/es/components/ai-chat/src/types/index.d.ts +6 -3
  14. package/es/components/ai-chat/style/index.css +1 -1
  15. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
  16. package/es/components/button-print/src/utils/print.js +1 -1
  17. package/es/components/callback/src/components/render/popupMaps.d.ts +31 -0
  18. package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
  19. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  20. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
  21. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
  22. package/es/components/fabric-chart/src/hooks/useCommon.js +1 -1
  23. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  24. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
  25. package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
  26. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
  27. package/es/components/iho-table/index.d.ts +31 -0
  28. package/es/components/iho-table/src/IhoTable.vue.d.ts +32 -0
  29. package/es/components/iho-table/src/IhoTable.vue2.js +1 -1
  30. package/es/components/iho-table/src/plugins/crossHeaderPlugin.d.ts +1 -0
  31. package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +1 -0
  32. package/es/components/iho-table/src/plugins/headerPlugin/index.js +1 -1
  33. package/es/components/iho-table/src/plugins/index.js +1 -1
  34. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  35. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  36. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +1 -1
  37. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +5 -5
  38. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +1 -1
  39. package/es/components/iho-table/src/types/index.d.ts +15 -0
  40. package/es/components/iho-table/style/index.css +1 -1
  41. package/es/components/index.css +1 -1
  42. package/es/components/index.d.ts +2 -1
  43. package/es/components/index.js +1 -1
  44. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  45. package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
  46. package/es/components/template-render/index.d.ts +60 -0
  47. package/es/components/template-render/index.js +1 -0
  48. package/es/components/template-render/src/TemplateRender.vue.d.ts +62 -0
  49. package/es/components/template-render/src/TemplateRender.vue.js +1 -0
  50. package/es/components/template-render/src/TemplateRender.vue2.js +1 -0
  51. package/es/components/template-render/src/components/Box.vue.d.ts +44 -0
  52. package/es/components/template-render/src/components/Box.vue.js +1 -0
  53. package/es/components/template-render/src/components/Box.vue2.js +1 -0
  54. package/es/components/template-render/src/components/Button.vue.d.ts +50 -0
  55. package/es/components/template-render/src/components/Button.vue.js +1 -0
  56. package/es/components/template-render/src/components/Button.vue2.js +1 -0
  57. package/es/components/template-render/src/components/Divider.vue.d.ts +26 -0
  58. package/es/components/template-render/src/components/Divider.vue.js +1 -0
  59. package/es/components/template-render/src/components/Divider.vue2.js +1 -0
  60. package/es/components/template-render/src/components/Field.vue.d.ts +56 -0
  61. package/es/components/template-render/src/components/Field.vue.js +1 -0
  62. package/es/components/template-render/src/components/Field.vue2.js +1 -0
  63. package/es/components/template-render/src/components/FieldGroup.vue.d.ts +50 -0
  64. package/es/components/template-render/src/components/FieldGroup.vue.js +1 -0
  65. package/es/components/template-render/src/components/FieldGroup.vue2.js +1 -0
  66. package/es/components/template-render/src/components/Image.vue.d.ts +52 -0
  67. package/es/components/template-render/src/components/Image.vue.js +1 -0
  68. package/es/components/template-render/src/components/Image.vue2.js +1 -0
  69. package/es/components/template-render/src/components/Label.vue.d.ts +42 -0
  70. package/es/components/template-render/src/components/Label.vue.js +1 -0
  71. package/es/components/template-render/src/components/Label.vue2.js +1 -0
  72. package/es/components/template-render/src/components/Row.vue.d.ts +47 -0
  73. package/es/components/template-render/src/components/Row.vue.js +1 -0
  74. package/es/components/template-render/src/components/Row.vue2.js +1 -0
  75. package/es/components/template-render/src/components/Slot.d.ts +27 -0
  76. package/es/components/template-render/src/components/Slot.js +1 -0
  77. package/es/components/template-render/src/components/Text.vue.d.ts +40 -0
  78. package/es/components/template-render/src/components/Text.vue.js +1 -0
  79. package/es/components/template-render/src/components/Text.vue2.js +1 -0
  80. package/es/components/template-render/src/components/index.d.ts +530 -0
  81. package/es/components/template-render/src/components/index.js +1 -0
  82. package/es/components/template-render/src/constants/index.d.ts +16 -0
  83. package/es/components/template-render/src/constants/index.js +1 -0
  84. package/es/components/template-render/src/hooks/useCommon.d.ts +10 -0
  85. package/es/components/template-render/src/hooks/useCommon.js +1 -0
  86. package/es/components/template-render/src/utils/index.d.ts +6 -0
  87. package/es/components/template-render/src/utils/index.js +1 -0
  88. package/es/components/template-render/style/index.css +1 -0
  89. package/es/env.d.ts +25 -25
  90. package/es/shared/assets/img/ai__avatar.png.js +1 -1
  91. package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
  92. package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
  93. package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
  94. package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
  95. package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
  96. package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
  97. package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
  98. package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
  99. package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
  100. package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
  101. package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
  102. package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
  103. package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
  104. package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
  105. package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
  106. package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
  107. package/es/shared/assets/img/failure.png.js +1 -1
  108. package/es/shared/assets/img/logo.png.js +1 -1
  109. package/es/shared/assets/img/no-permission.png.js +1 -1
  110. package/es/shared/assets/img/nodata.png.js +1 -1
  111. package/es/shared/assets/img/notfound.png.js +1 -1
  112. package/es/shared/assets/img/qr.png.js +1 -1
  113. package/es/shared/assets/img/success.png.js +1 -1
  114. package/es/shared/assets/img/table_style_2.png.js +1 -1
  115. package/es/shared/assets/img/video.png.js +1 -1
  116. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  117. package/es/shared/assets/img/xb_big.png.js +1 -1
  118. package/es/shared/assets/img/xb_small.png.js +1 -1
  119. package/es/shared/package.json.js +1 -1
  120. package/package.json +2 -2
  121. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  122. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  123. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  124. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  125. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  126. package/es/shared/utils/fabricjs/index.d.ts +0 -6823
  127. package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -0,0 +1,530 @@
1
+ import { COMPONENT_TYPE } from '../constants';
2
+ declare const Field: import("vue").DefineComponent<{
3
+ config: {
4
+ default: () => {};
5
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
6
+ };
7
+ data: {
8
+ default: () => {};
9
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
10
+ };
11
+ }, {
12
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13
+ config: {
14
+ default: () => {};
15
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
16
+ };
17
+ data: {
18
+ default: () => {};
19
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
20
+ };
21
+ }>> & {}>>;
22
+ setting: import("vue").ComputedRef<any>;
23
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
24
+ prefixText: import("vue").ComputedRef<any>;
25
+ suffixText: import("vue").ComputedRef<any>;
26
+ getFieldText: import("vue").ComputedRef<any>;
27
+ finalContent: import("vue").ComputedRef<any>;
28
+ showRowNum: import("vue").ComputedRef<any>;
29
+ isShowTitle: import("vue").ComputedRef<any>;
30
+ titleStyle: import("vue").ComputedRef<any>;
31
+ contentStyle: import("vue").ComputedRef<any>;
32
+ showClass: import("vue").ComputedRef<any>;
33
+ containerStyle: import("vue").ComputedRef<any>;
34
+ onlyShowEllipsis: import("vue").ComputedRef<boolean>;
35
+ onlyShowMore: import("vue").ComputedRef<boolean>;
36
+ isDisplayMatch: import("vue").ComputedRef<any>;
37
+ conditionalObj: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
38
+ emptyPlaceholder: import("vue").ComputedRef<any>;
39
+ getFieldColor: import("vue").ComputedRef<any>;
40
+ conditionMatch: (list: import("../../../../shared/types").AnyObject[]) => {};
41
+ NEllipsis: any;
42
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ config: {
44
+ default: () => {};
45
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
46
+ };
47
+ data: {
48
+ default: () => {};
49
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
50
+ };
51
+ }>>, {
52
+ data: import("../../../../shared/types").AnyObject;
53
+ config: import("../../../../shared/types").AnyObject;
54
+ }>;
55
+ declare const Row: import("vue").DefineComponent<{
56
+ config: {
57
+ default: () => {};
58
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
59
+ };
60
+ data: {
61
+ default: () => {};
62
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
63
+ };
64
+ }, {
65
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
66
+ config: {
67
+ default: () => {};
68
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
69
+ };
70
+ data: {
71
+ default: () => {};
72
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
73
+ };
74
+ }>> & {}>>;
75
+ setting: import("vue").ComputedRef<any>;
76
+ dataComp: import("vue").ComputedRef<any[]>;
77
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
78
+ showChildrens: import("vue").ComputedRef<any>;
79
+ isDisplayMatch: import("vue").ComputedRef<any>;
80
+ containerColStyle: import("vue").ComputedRef<any>;
81
+ showPercentage: (value: string) => string | undefined;
82
+ showColStyles: (colItem: any, index: number) => any;
83
+ componentsFieldList: (children: import("../../../../shared/types").AnyObject[], _data: any) => import("../../../../shared/types").AnyObject[];
84
+ getComponent: typeof getComponent;
85
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
86
+ config: {
87
+ default: () => {};
88
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
89
+ };
90
+ data: {
91
+ default: () => {};
92
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
93
+ };
94
+ }>>, {
95
+ data: import("../../../../shared/types").AnyObject;
96
+ config: import("../../../../shared/types").AnyObject;
97
+ }>;
98
+ declare const Label: import("vue").DefineComponent<{
99
+ config: {
100
+ default: () => {};
101
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
102
+ };
103
+ data: {
104
+ default: () => {};
105
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
106
+ };
107
+ }, {
108
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
109
+ config: {
110
+ default: () => {};
111
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
112
+ };
113
+ data: {
114
+ default: () => {};
115
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
116
+ };
117
+ }>> & {}>>;
118
+ setting: import("vue").ComputedRef<any>;
119
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
120
+ cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
121
+ tagList: import("vue").ComputedRef<any>;
122
+ containerFlexStyle: import("vue").ComputedRef<any>;
123
+ NTag: any;
124
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
125
+ config: {
126
+ default: () => {};
127
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
128
+ };
129
+ data: {
130
+ default: () => {};
131
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
132
+ };
133
+ }>>, {
134
+ data: import("../../../../shared/types").AnyObject;
135
+ config: import("../../../../shared/types").AnyObject;
136
+ }>;
137
+ declare function getComponent(type: COMPONENT_TYPE): import("vue").DefineComponent<{
138
+ config: {
139
+ default: () => {};
140
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
141
+ };
142
+ data: {
143
+ default: () => {};
144
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
145
+ };
146
+ }, {
147
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
148
+ config: {
149
+ default: () => {};
150
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
151
+ };
152
+ data: {
153
+ default: () => {};
154
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
155
+ };
156
+ }>> & {}>>;
157
+ setting: import("vue").ComputedRef<any>;
158
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
159
+ prefixText: import("vue").ComputedRef<any>;
160
+ suffixText: import("vue").ComputedRef<any>;
161
+ getFieldText: import("vue").ComputedRef<any>;
162
+ finalContent: import("vue").ComputedRef<any>;
163
+ showRowNum: import("vue").ComputedRef<any>;
164
+ isShowTitle: import("vue").ComputedRef<any>;
165
+ titleStyle: import("vue").ComputedRef<any>;
166
+ contentStyle: import("vue").ComputedRef<any>;
167
+ showClass: import("vue").ComputedRef<any>;
168
+ containerStyle: import("vue").ComputedRef<any>;
169
+ onlyShowEllipsis: import("vue").ComputedRef<boolean>;
170
+ onlyShowMore: import("vue").ComputedRef<boolean>;
171
+ isDisplayMatch: import("vue").ComputedRef<any>;
172
+ conditionalObj: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
173
+ emptyPlaceholder: import("vue").ComputedRef<any>;
174
+ getFieldColor: import("vue").ComputedRef<any>;
175
+ conditionMatch: (list: import("../../../../shared/types").AnyObject[]) => {};
176
+ NEllipsis: any;
177
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
178
+ config: {
179
+ default: () => {};
180
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
181
+ };
182
+ data: {
183
+ default: () => {};
184
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
185
+ };
186
+ }>>, {
187
+ data: import("../../../../shared/types").AnyObject;
188
+ config: import("../../../../shared/types").AnyObject;
189
+ }> | import("vue").DefineComponent<{
190
+ config: {
191
+ default: () => {};
192
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
193
+ };
194
+ data: {
195
+ default: () => {};
196
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
197
+ };
198
+ }, {
199
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
200
+ config: {
201
+ default: () => {};
202
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
203
+ };
204
+ data: {
205
+ default: () => {};
206
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
207
+ };
208
+ }>> & {}>>;
209
+ setting: import("vue").ComputedRef<any>;
210
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
211
+ showContent: import("vue").ComputedRef<any>;
212
+ finalContent: import("vue").ComputedRef<any>;
213
+ showRowNum: import("vue").ComputedRef<any>;
214
+ isShowTitle: import("vue").ComputedRef<any>;
215
+ emptyPlaceholder: import("vue").ComputedRef<any>;
216
+ titleStyle: import("vue").ComputedRef<any>;
217
+ contentStyle: import("vue").ComputedRef<any>;
218
+ showClass: import("vue").ComputedRef<any>;
219
+ containerStyle: import("vue").ComputedRef<any>;
220
+ onlyShowEllipsis: import("vue").ComputedRef<boolean>;
221
+ onlyShowMore: import("vue").ComputedRef<boolean>;
222
+ NEllipsis: any;
223
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
224
+ config: {
225
+ default: () => {};
226
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
227
+ };
228
+ data: {
229
+ default: () => {};
230
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
231
+ };
232
+ }>>, {
233
+ data: import("../../../../shared/types").AnyObject;
234
+ config: import("../../../../shared/types").AnyObject;
235
+ }> | import("vue").DefineComponent<{
236
+ config: {
237
+ default: () => {};
238
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
239
+ };
240
+ data: {
241
+ default: () => {};
242
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
243
+ };
244
+ }, {
245
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
246
+ config: {
247
+ default: () => {};
248
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
249
+ };
250
+ data: {
251
+ default: () => {};
252
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
253
+ };
254
+ }>> & {}>>;
255
+ setting: import("vue").ComputedRef<any>;
256
+ dataComp: import("vue").ComputedRef<any[]>;
257
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
258
+ showChildrens: import("vue").ComputedRef<any>;
259
+ isDisplayMatch: import("vue").ComputedRef<any>;
260
+ containerColStyle: import("vue").ComputedRef<any>;
261
+ showPercentage: (value: string) => string | undefined;
262
+ showColStyles: (colItem: any, index: number) => any;
263
+ componentsFieldList: (children: import("../../../../shared/types").AnyObject[], _data: any) => import("../../../../shared/types").AnyObject[];
264
+ getComponent: typeof getComponent;
265
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
266
+ config: {
267
+ default: () => {};
268
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
269
+ };
270
+ data: {
271
+ default: () => {};
272
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
273
+ };
274
+ }>>, {
275
+ data: import("../../../../shared/types").AnyObject;
276
+ config: import("../../../../shared/types").AnyObject;
277
+ }> | import("vue").DefineComponent<{
278
+ config: {
279
+ default: () => {};
280
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
281
+ };
282
+ data: {
283
+ default: () => {};
284
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
285
+ };
286
+ }, {
287
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
288
+ config: {
289
+ default: () => {};
290
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
291
+ };
292
+ data: {
293
+ default: () => {};
294
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
295
+ };
296
+ }>> & {}>>;
297
+ setting: import("vue").ComputedRef<any>;
298
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
299
+ cssVars: import("vue").ComputedRef<import("../../../../shared/types").AnyObject>;
300
+ tagList: import("vue").ComputedRef<any>;
301
+ containerFlexStyle: import("vue").ComputedRef<any>;
302
+ NTag: any;
303
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
304
+ config: {
305
+ default: () => {};
306
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
307
+ };
308
+ data: {
309
+ default: () => {};
310
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
311
+ };
312
+ }>>, {
313
+ data: import("../../../../shared/types").AnyObject;
314
+ config: import("../../../../shared/types").AnyObject;
315
+ }> | import("vue").DefineComponent<{
316
+ config: {
317
+ default: () => {};
318
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
319
+ };
320
+ data: {
321
+ default: () => {};
322
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
323
+ };
324
+ }, {
325
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
326
+ config: {
327
+ default: () => {};
328
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
329
+ };
330
+ data: {
331
+ default: () => {};
332
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
333
+ };
334
+ }>> & {}>>;
335
+ emit: (event: string, ...args: any[]) => void;
336
+ setting: import("vue").ComputedRef<any>;
337
+ showButtonList: import("vue").ComputedRef<any>;
338
+ containerFlexStyle: import("vue").ComputedRef<any>;
339
+ noMargin: (buttonItem: import("../../../../shared/types").AnyObject, index: number) => any;
340
+ getButtonDisabledStatus: (button: import("../../../../shared/types").AnyObject) => false | {
341
+ disabled: boolean;
342
+ title: any;
343
+ };
344
+ getDisabledText: (button: import("../../../../shared/types").AnyObject) => any;
345
+ getButtonStyle: (button: import("../../../../shared/types").AnyObject) => import("../../../../shared/types").AnyObject;
346
+ getButtonProps: (button: import("../../../../shared/types").AnyObject) => any;
347
+ handleButtonClick: (button: import("../../../../shared/types").AnyObject) => void;
348
+ NButton: any;
349
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
350
+ config: {
351
+ default: () => {};
352
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
353
+ };
354
+ data: {
355
+ default: () => {};
356
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
357
+ };
358
+ }>>, {
359
+ data: import("../../../../shared/types").AnyObject;
360
+ config: import("../../../../shared/types").AnyObject;
361
+ }> | import("vue").DefineComponent<{
362
+ config: {
363
+ default: () => {};
364
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
365
+ };
366
+ data: {
367
+ default: () => {};
368
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
369
+ };
370
+ }, {
371
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
372
+ config: {
373
+ default: () => {};
374
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
375
+ };
376
+ data: {
377
+ default: () => {};
378
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
379
+ };
380
+ }>> & {}>>;
381
+ setting: import("vue").ComputedRef<any>;
382
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
383
+ containerTextStyle: import("vue").ComputedRef<any>;
384
+ showClass: import("vue").ComputedRef<any>;
385
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
386
+ config: {
387
+ default: () => {};
388
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
389
+ };
390
+ data: {
391
+ default: () => {};
392
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
393
+ };
394
+ }>>, {
395
+ data: import("../../../../shared/types").AnyObject;
396
+ config: import("../../../../shared/types").AnyObject;
397
+ }> | import("vue").DefineComponent<{
398
+ config: {
399
+ default: () => {};
400
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
401
+ };
402
+ }, {
403
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
404
+ config: {
405
+ default: () => {};
406
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
407
+ };
408
+ }>> & {}>>;
409
+ setting: import("vue").ComputedRef<any>;
410
+ containerDividerStyle: import("vue").ComputedRef<any>;
411
+ NDivider: any;
412
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
413
+ config: {
414
+ default: () => {};
415
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
416
+ };
417
+ }>>, {
418
+ config: import("../../../../shared/types").AnyObject;
419
+ }> | import("vue").DefineComponent<{
420
+ config: {
421
+ default: () => {};
422
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
423
+ };
424
+ data: {
425
+ default: () => {};
426
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
427
+ };
428
+ }, {
429
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
430
+ config: {
431
+ default: () => {};
432
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
433
+ };
434
+ data: {
435
+ default: () => {};
436
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
437
+ };
438
+ }>> & {}>>;
439
+ setting: import("vue").ComputedRef<any>;
440
+ dataComp: import("vue").ComputedRef<any[]>;
441
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
442
+ isDisplayMatch: import("vue").ComputedRef<any>;
443
+ containerColStyle: import("vue").ComputedRef<any>;
444
+ componentsFieldList: (_data: any) => any;
445
+ getComponent: typeof getComponent;
446
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
447
+ config: {
448
+ default: () => {};
449
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
450
+ };
451
+ data: {
452
+ default: () => {};
453
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
454
+ };
455
+ }>>, {
456
+ data: import("../../../../shared/types").AnyObject;
457
+ config: import("../../../../shared/types").AnyObject;
458
+ }> | import("vue").DefineComponent<{
459
+ config: {
460
+ default: () => {};
461
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
462
+ };
463
+ data: {
464
+ default: () => {};
465
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
466
+ };
467
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "button-click"[], "button-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
468
+ config: {
469
+ default: () => {};
470
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
471
+ };
472
+ data: {
473
+ default: () => {};
474
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
475
+ };
476
+ }>> & {
477
+ "onButton-click"?: ((...args: any[]) => any) | undefined;
478
+ }, {
479
+ data: import("../../../../shared/types").AnyObject;
480
+ config: import("../../../../shared/types").AnyObject;
481
+ }> | import("vue").DefineComponent<{
482
+ config: {
483
+ default: () => {};
484
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
485
+ };
486
+ data: {
487
+ default: () => {};
488
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
489
+ };
490
+ }, {
491
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
492
+ config: {
493
+ default: () => {};
494
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
495
+ };
496
+ data: {
497
+ default: () => {};
498
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
499
+ };
500
+ }>> & {}>>;
501
+ setting: import("vue").ComputedRef<any>;
502
+ handleModuleClick: (data: import("../../../../shared/types").AnyObject) => void;
503
+ imgProps: import("vue").ComputedRef<{
504
+ alt: any;
505
+ objectFit: any;
506
+ src: any;
507
+ imgProps: {
508
+ objectPosition: string;
509
+ };
510
+ style: {
511
+ borderRadius: any;
512
+ };
513
+ }>;
514
+ containerColStyle: import("vue").ComputedRef<any>;
515
+ getPosition: (position: string) => "center top" | "right center" | "center bottom" | "center center";
516
+ NImage: any;
517
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
518
+ config: {
519
+ default: () => {};
520
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
521
+ };
522
+ data: {
523
+ default: () => {};
524
+ type: import("vue").PropType<import("../../../../shared/types").AnyObject>;
525
+ };
526
+ }>>, {
527
+ data: import("../../../../shared/types").AnyObject;
528
+ config: import("../../../../shared/types").AnyObject;
529
+ }>;
530
+ export { Field, Row, Label, getComponent };
@@ -0,0 +1 @@
1
+ import{defineAsyncComponent as o}from"vue";import{COMPONENT_TYPE as t}from"../constants/index.js";const e=o((()=>import("./Field.vue.js"))),r=o((()=>import("./FieldGroup.vue.js"))),i=o((()=>import("./Row.vue.js"))),m=o((()=>import("./Label.vue.js"))),p=o((()=>import("./Button.vue.js"))),s=o((()=>import("./Text.vue.js"))),u=o((()=>import("./Divider.vue.js"))),j=o((()=>import("./Box.vue.js"))),v=o((()=>import("./Slot.js"))),n=o((()=>import("./Image.vue.js"))),I={[t.FIELD]:e,[t.FIELD_COMBINATION]:r,[t.ROW]:i,[t.LABEL]:m,[t.BUTTON]:p,[t.TEXT]:s,[t.DIVIDER]:u,[t.BOX]:j,[t.SLOT]:v,[t.IMAGE]:n};function T(o){return I[o]}export{e as Field,m as Label,i as Row,T as getComponent};
@@ -0,0 +1,16 @@
1
+ import { AnyObject } from '../../../../shared/types';
2
+ import { InjectionKey } from 'vue';
3
+ export declare const InjectionTemplateRender: InjectionKey<AnyObject>;
4
+ export declare const InjectionTemplateRenderEmit: InjectionKey<(event: string, ...args: any[]) => void>;
5
+ export declare enum COMPONENT_TYPE {
6
+ FIELD = "FIELD",
7
+ FIELD_COMBINATION = "FIELD_COMBINATION",
8
+ LABEL = "LABEL",
9
+ ROW = "ROW",
10
+ BUTTON = "BUTTON",
11
+ TEXT = "TEXT",
12
+ DIVIDER = "DIVIDER",
13
+ BOX = "BOX",
14
+ SLOT = "SLOT",
15
+ IMAGE = "IMG"
16
+ }
@@ -0,0 +1 @@
1
+ const I=Symbol("InjectionTemplateRender"),T=Symbol("InjectionTemplateRenderEmit");var E=(I=>(I.FIELD="FIELD",I.FIELD_COMBINATION="FIELD_COMBINATION",I.LABEL="LABEL",I.ROW="ROW",I.BUTTON="BUTTON",I.TEXT="TEXT",I.DIVIDER="DIVIDER",I.BOX="BOX",I.SLOT="SLOT",I.IMAGE="IMG",I))(E||{});export{E as COMPONENT_TYPE,I as InjectionTemplateRender,T as InjectionTemplateRenderEmit};
@@ -0,0 +1,10 @@
1
+ import { AnyObject } from '../../../../shared/types';
2
+ export declare function useCommon(props: {
3
+ config: AnyObject;
4
+ data?: AnyObject;
5
+ }): {
6
+ emit: (event: string, ...args: any[]) => void;
7
+ setting: import("vue").ComputedRef<any>;
8
+ dataComp: import("vue").ComputedRef<any[]>;
9
+ handleModuleClick: (data: AnyObject) => void;
10
+ };
@@ -0,0 +1 @@
1
+ import{inject as t,computed as e}from"vue";import{isObject as n,isArray as a}from"lodash-es";import{InjectionTemplateRenderEmit as o}from"../constants/index.js";function i(i){const r=t(o),u=e((()=>{var t;return(null==(t=i.config)?void 0:t.setting)||{}})),c=e((()=>{const{scopeKey:t}=u.value,e=i.data[t];if(t&&e){const o=n(e)?i.data[t]:JSON.parse(i.data[t]);if(a(o))return o;if(n(o))return[o]}return[i.data]}));return{emit:r,setting:u,dataComp:c,handleModuleClick:function(t){var e;(null==(e=u.value.eventNameList)?void 0:e.length)&&u.value.eventNameList.forEach((e=>r("module-click",{eventName:e,config:i.config,data:t})))}}}export{i as useCommon};
@@ -0,0 +1,6 @@
1
+ import { AnyObject } from '../../../../shared/types';
2
+ export declare function transNumberToPx(styleObj: AnyObject): AnyObject;
3
+ export declare const findValueIsEmpty: (field: AnyObject, data: AnyObject) => any;
4
+ export declare const getRealWidth: (style: AnyObject, unitConfig: AnyObject, key?: string) => any;
5
+ export declare const isFactor: (item: AnyObject, text: any) => any;
6
+ export declare function getCurText(str: string): any;
@@ -0,0 +1 @@
1
+ import{isObject as e,isString as n}from"lodash-es";import{COMPONENT_TYPE as t}from"../constants/index.js";function r(n){const t={};return e(n)&&Object.keys(n).forEach((e=>{t[e]=n[e],"number"==typeof n[e]&&(t[e]+="px")})),t}const i=(e,n)=>{if(e.type===t.FIELD)return n[e.setting.fieldName];if(e.type===t.FIELD_COMBINATION){const{fieldNames:t}=e.setting.fields;return(null==t?void 0:t.length)>0&&t.some((e=>n[e]))}return!0},u=(e,n,t="width")=>{if("adapt"===(null==n?void 0:n.widthType))return"auto";const r=(null==n?void 0:n[t])||"pixel",i=null==e?void 0:e[t];return i?"number"==typeof i?"pixel"==r?`${i}px`:`${i}%`:i:void 0},o=(e,n)=>{if("TEXT"==e.fieldType||"NUMBER"==e.fieldType){if("NULL"==e.con)return!n;if("NOT_NULL"==e.con)return!!n;if("EQ"==e.con)return n==e.value;if("NEQ"==e.con)return n!=e.value}if("TEXT"==e.fieldType){if("CL"==e.con)return n.includes(e.value);if("NL"==e.con)return!n.includes(e.value);if("IN_ARR"==e.con)return e.value.includes(n)}if("NUMBER"==e.fieldType){if("BIG"==e.con)return n>e.value;if("BIGEQ"==e.con)return n>=e.value;if("LESS"==e.con)return n<e.value;if("LESSEQ"==e.con)return n<=e.value}return!1};function l(e){if(n(e)&&e.startsWith("###{")){const n=JSON.parse(e.replace("###",""));return(null==n?void 0:n.tooltip)||(null==n?void 0:n.change_text)||""}return e}export{i as findValueIsEmpty,l as getCurText,u as getRealWidth,o as isFactor,r as transNumberToPx};
@@ -0,0 +1 @@
1
+ .c-template-render{box-sizing:border-box;color:#000;font-size:0;line-height:1.6}.c-template-render__flex{display:flex}.c-template-render__flexAlignCenter{align-items:center}.c-template-render__flex-wrap{flex-wrap:wrap}.c-template-render__flex1{flex:1}.c-template-render__width100{width:100%}.c-template-render__color60{color:rgba(0,0,0,.6)}.c-template-render__color100{color:#000}.c-template-render__text-ellipsis{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box!important;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;word-break:break-all}.c-template-render__nowrap{white-space:nowrap}.c-template-render__mgr8{margin-right:8px!important}.c-template-render__mgb8{margin-bottom:8px!important}.c-template-render__mgt4{margin-top:4px!important}.c-template-render__mgb4{margin-bottom:4px!important}.c-template-render__un-mgr8{margin-right:-8px!important}.c-template-render__bar{padding-left:8px;position:relative}.c-template-render__bar:before{background:var(--c-primary-color);border-radius:4px;content:"";height:12px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.c-template-render__inline{display:inline}
package/es/env.d.ts CHANGED
@@ -1,25 +1,25 @@
1
- /// <reference types="vite/client" />
2
-
3
- interface ImportMetaEnv {
4
- readonly VITE_APP_TYPE: string;
5
- // 更多环境变量...
6
- }
7
-
8
- interface ImportMeta {
9
- readonly env: ImportMetaEnv;
10
- }
11
-
12
- declare module '*.vue' {
13
- // @ts-ignore
14
- import type { App, defineComponent } from 'vue';
15
- // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
- // // const component: DefineComponent<{}, {}, any>
17
- const component: ReturnType<typeof defineComponent> & {
18
- install(app: App): void;
19
- };
20
- // @ts-ignore
21
- export default component;
22
- }
23
-
24
- declare module '*.js';
25
-
1
+ /// <reference types="vite/client" />
2
+
3
+ interface ImportMetaEnv {
4
+ readonly VITE_APP_TYPE: string;
5
+ // 更多环境变量...
6
+ }
7
+
8
+ interface ImportMeta {
9
+ readonly env: ImportMetaEnv;
10
+ }
11
+
12
+ declare module '*.vue' {
13
+ // @ts-ignore
14
+ import type { App, defineComponent } from 'vue';
15
+ // // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
16
+ // // const component: DefineComponent<{}, {}, any>
17
+ const component: ReturnType<typeof defineComponent> & {
18
+ install(app: App): void;
19
+ };
20
+ // @ts-ignore
21
+ export default component;
22
+ }
23
+
24
+ declare module '*.js';
25
+
@@ -1 +1 @@
1
- var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURYN/+1t1/2R3+Vt2+V91+XR6+lB1+GJ4+T1y9////6Kv/djc/q/lHBQAAAAFdFJOU/4Bj79H7F+1EQAAAd1JREFUKM9VkzFPG0EQhUeRDstUHEmU9iwRaElQqAlSUp8Cy8bQkWTvgAaQbkexKzA6bUkTWXNuUmGd+2BZ/Dlmdn3YmeZ0n97sm5mdhTjEfgLwcWP+A+HDiCN6tQw9i6JIfVvAPa9LU6XUYQPXF0ypzhxuByhI64MAX3umIqFFgR88TJaECvW1wDfe2Qu11gXiZ4ZrL0KtGCFeMUyCULJRCzxlGOo+nkwmWl8+tdDaGKRIlao2EaHu09Ra2wE+MgKlaoYt/E3DLDNXsMe5rJzRjMbYo7G15ickbBypY7o/oSligcaYU0hkOOqE/vVoiDg5YuUP2PatdGncoz/YpwdWDqRphinogio8oxWGRmx4DqstxNmI3RnmOfghppzK0HbpyJiy9E0XfXGuiaFlVsIn0XFU2KaHNnFyPhDYFzjkAwWWpRvAe1V0BU6zC3qsqcydu4UvWqerVIG1XH09EuUdvOVrCcM5p/t6xEJ3A+taI/eDmflFVV05ph2IedbpX2ssN9K6/C5KnvwW0yyz0p64sA/Ddx565kqBN3LFDRNjCbnieIudhbl8nu3XBr0wD8yFtYl37RIbNKu4dKBrVjH+KsJgfbdY702Z4txl8RA2Q+7tf68j3t9xbqd5Ms+7o/4I2Ue8YgAAAABJRU5ErkJggg==";export{A as default};
1
+ var A="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURYSA+1x2/2F3+ml3+ll2+XV6+k91+GF4+T1y9////6Ow/djc/s5L4DQAAAAFdFJOU/4BmVHStGzTegAAAdNJREFUKM9VkzFvE0EQhac5LKeKDRKtLRxoDRH0sRTqU9BlcdKBuD1BEyLdjnAqHOu0ZRpkjd3HOvcQWfw53uyeYzPN6T69mXkzu0udGMcDotFx80Px06MQo30YWJplydkODgNLQbMPW9gNqUmSafQbuE3W4LMIu1GnSoPoB9iLTHWlMeW1wqe7gkDM/BrwMHTOkigE/A7YexSWqmO+BozsYr1eG3P1t8XOdairbtKsLSJsbuQBsE+HlKjHGrDFP2RubX5Cw2h7IxtZ8URWzrnPNAy2L+TuEqlcss3zT9QLwkv5PZE58/rcKTxNlI5lNZFffCP3eZ7PiMIeUipLWaDRE8CcwijmIGHeLBtYBaFJkQroxnIOVpEuLFPTXAugC/AUBWEcBdty35a8KIoZHWXQIeYoqDCv/JSOjBkrfHDf5E8tlS8A36LNgSyILdzXSwj9LT3DttEHI3+Vu3pZeO9PqIttYx7M/EUW9QLZvk8drDslCG1OrauPqsTmX+kROKfjVYWyKeDzwKwyNEH81CNmttYGoRb0Xo8Y+U1yVE7jtYnJRSgIQ/GCvXd7bLa9ivaxM0xuL+07FQbkb3fX++Vel91DGESL0/9eR+fNwPvRi+bnH6fq/vBTwPTdAAAAAElFTkSuQmCC";export{A as default};