@ecan-bi/datav 1.0.38 → 1.0.39

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 (121) hide show
  1. package/dist/index.es.js +3 -4
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +3 -4
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +1 -1
  6. package/package.json +2 -2
  7. package/types/container/modal/Modal.vue.d.ts +2 -2
  8. package/types/container/modal/index.d.ts +2 -2
  9. package/types/control/range-picker/RangePicker.vue.d.ts +2 -2
  10. package/types/control/range-picker/index.d.ts +2 -2
  11. package/dist/src/_utils/constant.d.ts +0 -7
  12. package/dist/src/_utils/hooks/index.d.ts +0 -13
  13. package/dist/src/_utils/hooks/useDownloadFile.d.ts +0 -2
  14. package/dist/src/_utils/hooks/useEmitEvent.d.ts +0 -7
  15. package/dist/src/_utils/hooks/useImagePath.d.ts +0 -2
  16. package/dist/src/_utils/hooks/useOnEvent.d.ts +0 -6
  17. package/dist/src/_utils/hooks/usePageUrl.d.ts +0 -2
  18. package/dist/src/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  19. package/dist/src/_utils/hooks/usePickEchartsData.d.ts +0 -2
  20. package/dist/src/_utils/hooks/useRequestData.d.ts +0 -6
  21. package/dist/src/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  22. package/dist/src/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  23. package/dist/src/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  24. package/dist/src/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  25. package/dist/src/_utils/hooks/useValueFormatter.d.ts +0 -2
  26. package/dist/src/_utils/hooks/useVariablesInText.d.ts +0 -4
  27. package/dist/src/_utils/props.d.ts +0 -71
  28. package/dist/src/_utils/request.d.ts +0 -2
  29. package/dist/src/_utils/util.d.ts +0 -20
  30. package/dist/src/_utils/withInstall.d.ts +0 -5
  31. package/dist/src/common/echarts/composables/api.d.ts +0 -7
  32. package/dist/src/common/echarts/composables/autoresize.d.ts +0 -6
  33. package/dist/src/common/echarts/composables/index.d.ts +0 -3
  34. package/dist/src/common/echarts/composables/loading.d.ts +0 -10
  35. package/dist/src/common/echarts/index.d.ts +0 -2
  36. package/dist/src/common/echarts/types.d.ts +0 -20
  37. package/dist/src/common/echarts/utils.d.ts +0 -6
  38. package/dist/src/common/index.d.ts +0 -3
  39. package/dist/src/common/spin/Spin.vue.d.ts +0 -18
  40. package/dist/src/common/spin/index.d.ts +0 -2
  41. package/dist/src/components.d.ts +0 -9
  42. package/dist/src/container/border/Border.vue.d.ts +0 -494
  43. package/dist/src/container/border/index.d.ts +0 -494
  44. package/dist/src/container/border/props.d.ts +0 -255
  45. package/dist/src/container/index.d.ts +0 -2
  46. package/dist/src/container/modal/Modal.vue.d.ts +0 -505
  47. package/dist/src/container/modal/index.d.ts +0 -506
  48. package/dist/src/container/modal/props.d.ts +0 -179
  49. package/dist/src/control/button/Button.vue.d.ts +0 -404
  50. package/dist/src/control/button/index.d.ts +0 -404
  51. package/dist/src/control/button/props.d.ts +0 -205
  52. package/dist/src/control/date-picker/DatePicker.vue.d.ts +0 -480
  53. package/dist/src/control/date-picker/index.d.ts +0 -479
  54. package/dist/src/control/date-picker/props.d.ts +0 -245
  55. package/dist/src/control/index.d.ts +0 -6
  56. package/dist/src/control/input/Input.vue.d.ts +0 -438
  57. package/dist/src/control/input/index.d.ts +0 -439
  58. package/dist/src/control/input/props.d.ts +0 -224
  59. package/dist/src/control/range-picker/RangePicker.vue.d.ts +0 -596
  60. package/dist/src/control/range-picker/index.d.ts +0 -595
  61. package/dist/src/control/range-picker/props.d.ts +0 -245
  62. package/dist/src/control/select/Select.vue.d.ts +0 -613
  63. package/dist/src/control/select/index.d.ts +0 -613
  64. package/dist/src/control/select/props.d.ts +0 -321
  65. package/dist/src/control/tabs/Tabs.vue.d.ts +0 -447
  66. package/dist/src/control/tabs/index.d.ts +0 -448
  67. package/dist/src/control/tabs/props.d.ts +0 -235
  68. package/dist/src/graph/bar/Bar.vue.d.ts +0 -1963
  69. package/dist/src/graph/bar/index.d.ts +0 -1963
  70. package/dist/src/graph/bar/props.d.ts +0 -954
  71. package/dist/src/graph/combo-graph/ComboGraph.vue.d.ts +0 -853
  72. package/dist/src/graph/combo-graph/index.d.ts +0 -854
  73. package/dist/src/graph/combo-graph/props.d.ts +0 -429
  74. package/dist/src/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  75. package/dist/src/graph/custom-graph/index.d.ts +0 -537
  76. package/dist/src/graph/custom-graph/props.d.ts +0 -274
  77. package/dist/src/graph/index.d.ts +0 -6
  78. package/dist/src/graph/line/Line.vue.d.ts +0 -818
  79. package/dist/src/graph/line/index.d.ts +0 -819
  80. package/dist/src/graph/line/props.d.ts +0 -409
  81. package/dist/src/graph/pie/Pie.vue.d.ts +0 -894
  82. package/dist/src/graph/pie/index.d.ts +0 -895
  83. package/dist/src/graph/pie/props.d.ts +0 -461
  84. package/dist/src/graph/scatter/Scatter.vue.d.ts +0 -794
  85. package/dist/src/graph/scatter/index.d.ts +0 -795
  86. package/dist/src/graph/scatter/props.d.ts +0 -396
  87. package/dist/src/index.d.ts +0 -6
  88. package/dist/src/map/index.d.ts +0 -1
  89. package/dist/src/map/map/Map.vue.d.ts +0 -1699
  90. package/dist/src/map/map/index.d.ts +0 -1700
  91. package/dist/src/map/map/props.d.ts +0 -829
  92. package/dist/src/media/image/Image.vue.d.ts +0 -476
  93. package/dist/src/media/image/index.d.ts +0 -477
  94. package/dist/src/media/image/props.d.ts +0 -244
  95. package/dist/src/media/index.d.ts +0 -1
  96. package/dist/src/setting/index.d.ts +0 -2
  97. package/dist/src/setting/page-config/PageConfig.vue.d.ts +0 -112
  98. package/dist/src/setting/page-config/index.d.ts +0 -113
  99. package/dist/src/setting/page-config/props.d.ts +0 -61
  100. package/dist/src/setting/provider-config/ProviderConfig.vue.d.ts +0 -48
  101. package/dist/src/setting/provider-config/index.d.ts +0 -49
  102. package/dist/src/setting/provider-config/props.d.ts +0 -29
  103. package/dist/src/table/index.d.ts +0 -1
  104. package/dist/src/table/table/Table.vue.d.ts +0 -552
  105. package/dist/src/table/table/index.d.ts +0 -553
  106. package/dist/src/table/table/props.d.ts +0 -285
  107. package/dist/src/text/index.d.ts +0 -5
  108. package/dist/src/text/list/List.vue.d.ts +0 -849
  109. package/dist/src/text/list/index.d.ts +0 -849
  110. package/dist/src/text/list/props.d.ts +0 -441
  111. package/dist/src/text/proportion/Proportion.vue.d.ts +0 -760
  112. package/dist/src/text/proportion/index.d.ts +0 -760
  113. package/dist/src/text/proportion/props.d.ts +0 -395
  114. package/dist/src/text/scroll-text/ScrollText.vue.d.ts +0 -4
  115. package/dist/src/text/scroll-text/index.d.ts +0 -4
  116. package/dist/src/text/text/Text.vue.d.ts +0 -736
  117. package/dist/src/text/text/index.d.ts +0 -736
  118. package/dist/src/text/text/props.d.ts +0 -383
  119. package/dist/src/text/time-display/TimeDisplay.vue.d.ts +0 -547
  120. package/dist/src/text/time-display/index.d.ts +0 -548
  121. package/dist/src/text/time-display/props.d.ts +0 -284
@@ -1,506 +0,0 @@
1
- export declare const EcanModal: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
- id: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | boolean | {
8
- [key: string]: any;
9
- }[];
10
- };
11
- type: {
12
- type?: undefined;
13
- default?: undefined;
14
- } | {
15
- type: any;
16
- default: string | boolean | {
17
- [key: string]: any;
18
- }[];
19
- };
20
- width: {
21
- type?: undefined;
22
- default?: undefined;
23
- } | {
24
- type: any;
25
- default: string | boolean | {
26
- [key: string]: any;
27
- }[];
28
- };
29
- height: {
30
- type?: undefined;
31
- default?: undefined;
32
- } | {
33
- type: any;
34
- default: string | boolean | {
35
- [key: string]: any;
36
- }[];
37
- };
38
- title: {
39
- type?: undefined;
40
- default?: undefined;
41
- } | {
42
- type: any;
43
- default: string | boolean | {
44
- [key: string]: any;
45
- }[];
46
- };
47
- titleFontSize: {
48
- type?: undefined;
49
- default?: undefined;
50
- } | {
51
- type: any;
52
- default: string | boolean | {
53
- [key: string]: any;
54
- }[];
55
- };
56
- titleColor: {
57
- type?: undefined;
58
- default?: undefined;
59
- } | {
60
- type: any;
61
- default: string | boolean | {
62
- [key: string]: any;
63
- }[];
64
- };
65
- backgroundColor: {
66
- type?: undefined;
67
- default?: undefined;
68
- } | {
69
- type: any;
70
- default: string | boolean | {
71
- [key: string]: any;
72
- }[];
73
- };
74
- backgroundImage: {
75
- type?: undefined;
76
- default?: undefined;
77
- } | {
78
- type: any;
79
- default: string | boolean | {
80
- [key: string]: any;
81
- }[];
82
- };
83
- backgroundSize: {
84
- type?: undefined;
85
- default?: undefined;
86
- } | {
87
- type: any;
88
- default: string | boolean | {
89
- [key: string]: any;
90
- }[];
91
- };
92
- keyName: {
93
- type?: undefined;
94
- default?: undefined;
95
- } | {
96
- type: any;
97
- default: string | boolean | {
98
- [key: string]: any;
99
- }[];
100
- };
101
- componentList: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | boolean | {
107
- [key: string]: any;
108
- }[];
109
- };
110
- fullModal: {
111
- type?: undefined;
112
- default?: undefined;
113
- } | {
114
- type: any;
115
- default: string | boolean | {
116
- [key: string]: any;
117
- }[];
118
- };
119
- originalWidth: {
120
- type?: undefined;
121
- default?: undefined;
122
- } | {
123
- type: any;
124
- default: string | boolean | {
125
- [key: string]: any;
126
- }[];
127
- };
128
- originalHeight: {
129
- type?: undefined;
130
- default?: undefined;
131
- } | {
132
- type: any;
133
- default: string | boolean | {
134
- [key: string]: any;
135
- }[];
136
- };
137
- destroyOnClose: {
138
- type?: undefined;
139
- default?: undefined;
140
- } | {
141
- type: any;
142
- default: string | boolean | {
143
- [key: string]: any;
144
- }[];
145
- };
146
- position: {
147
- type?: undefined;
148
- default?: undefined;
149
- } | {
150
- type: any;
151
- default: string | boolean | {
152
- [key: string]: any;
153
- }[];
154
- };
155
- }, {
156
- contain: import("vue").Ref<HTMLElement>;
157
- containStyle: import("vue").ComputedRef<{
158
- width: string;
159
- height: string;
160
- }>;
161
- contentStyle: import("vue").ComputedRef<{
162
- backgroundImage: string;
163
- transform: string;
164
- innerHTML?: string;
165
- class?: any;
166
- style?: import("vue").StyleValue;
167
- accesskey?: string;
168
- contenteditable?: "inherit" | (boolean | "false" | "true");
169
- contextmenu?: string;
170
- dir?: string;
171
- draggable?: boolean | "false" | "true";
172
- hidden?: boolean | "false" | "true";
173
- id?: string;
174
- lang?: string;
175
- placeholder?: string;
176
- spellcheck?: boolean | "false" | "true";
177
- tabindex?: string | number;
178
- title?: string;
179
- translate?: "yes" | "no";
180
- radiogroup?: string;
181
- role?: string;
182
- about?: string;
183
- datatype?: string;
184
- inlist?: any;
185
- prefix?: string;
186
- property?: string;
187
- resource?: string;
188
- typeof?: string;
189
- vocab?: string;
190
- autocapitalize?: string;
191
- autocorrect?: string;
192
- autocave?: string;
193
- color?: string;
194
- itemprop?: string;
195
- itemscope?: boolean | "false" | "true";
196
- itemtype?: string;
197
- itemid?: string;
198
- itemref?: string;
199
- results?: string | number;
200
- security?: string;
201
- unselectable?: "on" | "off";
202
- inputmode?: "search" | "text" | "none" | "url" | "tel" | "email" | "numeric" | "decimal";
203
- is?: string;
204
- 'aria-activedescendant'?: string;
205
- 'aria-atomic'?: boolean | "false" | "true";
206
- 'aria-autocomplete'?: "none" | "both" | "inline" | "list";
207
- 'aria-busy'?: boolean | "false" | "true";
208
- 'aria-checked'?: "mixed" | (boolean | "false" | "true");
209
- 'aria-colcount'?: string | number;
210
- 'aria-colindex'?: string | number;
211
- 'aria-colspan'?: string | number;
212
- 'aria-controls'?: string;
213
- 'aria-current'?: "time" | "date" | "page" | (boolean | "false" | "true") | "step" | "location";
214
- 'aria-describedby'?: string;
215
- 'aria-details'?: string;
216
- 'aria-disabled'?: boolean | "false" | "true";
217
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup";
218
- 'aria-errormessage'?: string;
219
- 'aria-expanded'?: boolean | "false" | "true";
220
- 'aria-flowto'?: string;
221
- 'aria-grabbed'?: boolean | "false" | "true";
222
- 'aria-haspopup'?: "dialog" | "menu" | "listbox" | "grid" | (boolean | "false" | "true") | "tree";
223
- 'aria-hidden'?: boolean | "false" | "true";
224
- 'aria-invalid'?: (boolean | "false" | "true") | "grammar" | "spelling";
225
- 'aria-keyshortcuts'?: string;
226
- 'aria-label'?: string;
227
- 'aria-labelledby'?: string;
228
- 'aria-level'?: string | number;
229
- 'aria-live'?: "off" | "assertive" | "polite";
230
- 'aria-modal'?: boolean | "false" | "true";
231
- 'aria-multiline'?: boolean | "false" | "true";
232
- 'aria-multiselectable'?: boolean | "false" | "true";
233
- 'aria-orientation'?: "horizontal" | "vertical";
234
- 'aria-owns'?: string;
235
- 'aria-placeholder'?: string;
236
- 'aria-posinset'?: string | number;
237
- 'aria-pressed'?: "mixed" | (boolean | "false" | "true");
238
- 'aria-readonly'?: boolean | "false" | "true";
239
- 'aria-relevant'?: "text" | "all" | "additions" | "additions text" | "removals";
240
- 'aria-required'?: boolean | "false" | "true";
241
- 'aria-roledescription'?: string;
242
- 'aria-rowcount'?: string | number;
243
- 'aria-rowindex'?: string | number;
244
- 'aria-rowspan'?: string | number;
245
- 'aria-selected'?: boolean | "false" | "true";
246
- 'aria-setsize'?: string | number;
247
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
248
- 'aria-valuemax'?: string | number;
249
- 'aria-valuemin'?: string | number;
250
- 'aria-valuenow'?: string | number;
251
- 'aria-valuetext'?: string;
252
- onCopy?: (payload: ClipboardEvent) => void;
253
- onCut?: (payload: ClipboardEvent) => void;
254
- onPaste?: (payload: ClipboardEvent) => void;
255
- onCompositionend?: (payload: CompositionEvent) => void;
256
- onCompositionstart?: (payload: CompositionEvent) => void;
257
- onCompositionupdate?: (payload: CompositionEvent) => void;
258
- onDrag?: (payload: DragEvent) => void;
259
- onDragend?: (payload: DragEvent) => void;
260
- onDragenter?: (payload: DragEvent) => void;
261
- onDragexit?: (payload: DragEvent) => void;
262
- onDragleave?: (payload: DragEvent) => void;
263
- onDragover?: (payload: DragEvent) => void;
264
- onDragstart?: (payload: DragEvent) => void;
265
- onDrop?: (payload: DragEvent) => void;
266
- onFocus?: (payload: FocusEvent) => void;
267
- onFocusin?: (payload: FocusEvent) => void;
268
- onFocusout?: (payload: FocusEvent) => void;
269
- onBlur?: (payload: FocusEvent) => void;
270
- onChange?: (payload: Event) => void;
271
- onBeforeinput?: (payload: Event) => void;
272
- onInput?: (payload: Event) => void;
273
- onReset?: (payload: Event) => void;
274
- onSubmit?: (payload: Event) => void;
275
- onInvalid?: (payload: Event) => void;
276
- onLoad?: (payload: Event) => void;
277
- onError?: (payload: Event) => void;
278
- onKeydown?: (payload: KeyboardEvent) => void;
279
- onKeypress?: (payload: KeyboardEvent) => void;
280
- onKeyup?: (payload: KeyboardEvent) => void;
281
- onAuxclick?: (payload: MouseEvent) => void;
282
- onClick?: (payload: MouseEvent) => void;
283
- onContextmenu?: (payload: MouseEvent) => void;
284
- onDblclick?: (payload: MouseEvent) => void;
285
- onMousedown?: (payload: MouseEvent) => void;
286
- onMouseenter?: (payload: MouseEvent) => void;
287
- onMouseleave?: (payload: MouseEvent) => void;
288
- onMousemove?: (payload: MouseEvent) => void;
289
- onMouseout?: (payload: MouseEvent) => void;
290
- onMouseover?: (payload: MouseEvent) => void;
291
- onMouseup?: (payload: MouseEvent) => void;
292
- onAbort?: (payload: Event) => void;
293
- onCanplay?: (payload: Event) => void;
294
- onCanplaythrough?: (payload: Event) => void;
295
- onDurationchange?: (payload: Event) => void;
296
- onEmptied?: (payload: Event) => void;
297
- onEncrypted?: (payload: Event) => void;
298
- onEnded?: (payload: Event) => void;
299
- onLoadeddata?: (payload: Event) => void;
300
- onLoadedmetadata?: (payload: Event) => void;
301
- onLoadstart?: (payload: Event) => void;
302
- onPause?: (payload: Event) => void;
303
- onPlay?: (payload: Event) => void;
304
- onPlaying?: (payload: Event) => void;
305
- onProgress?: (payload: Event) => void;
306
- onRatechange?: (payload: Event) => void;
307
- onSeeked?: (payload: Event) => void;
308
- onSeeking?: (payload: Event) => void;
309
- onStalled?: (payload: Event) => void;
310
- onSuspend?: (payload: Event) => void;
311
- onTimeupdate?: (payload: Event) => void;
312
- onVolumechange?: (payload: Event) => void;
313
- onWaiting?: (payload: Event) => void;
314
- onSelect?: (payload: Event) => void;
315
- onScroll?: (payload: UIEvent) => void;
316
- onTouchcancel?: (payload: TouchEvent) => void;
317
- onTouchend?: (payload: TouchEvent) => void;
318
- onTouchmove?: (payload: TouchEvent) => void;
319
- onTouchstart?: (payload: TouchEvent) => void;
320
- onPointerdown?: (payload: PointerEvent) => void;
321
- onPointermove?: (payload: PointerEvent) => void;
322
- onPointerup?: (payload: PointerEvent) => void;
323
- onPointercancel?: (payload: PointerEvent) => void;
324
- onPointerenter?: (payload: PointerEvent) => void;
325
- onPointerleave?: (payload: PointerEvent) => void;
326
- onPointerover?: (payload: PointerEvent) => void;
327
- onPointerout?: (payload: PointerEvent) => void;
328
- onWheel?: (payload: WheelEvent) => void;
329
- onAnimationstart?: (payload: AnimationEvent) => void;
330
- onAnimationend?: (payload: AnimationEvent) => void;
331
- onAnimationiteration?: (payload: AnimationEvent) => void;
332
- onTransitionend?: (payload: TransitionEvent) => void;
333
- onTransitionstart?: (payload: TransitionEvent) => void;
334
- }>;
335
- getContainer: () => HTMLElement;
336
- modalStyle: import("vue").ComputedRef<{
337
- verticalAlign: string;
338
- }>;
339
- modalWith: import("vue").ComputedRef<string>;
340
- isFullModal: import("vue").ComputedRef<string | boolean | {
341
- [key: string]: any;
342
- }[]>;
343
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
344
- visible: import("vue").Ref<boolean>;
345
- showModal: () => void;
346
- onOk: () => void;
347
- onCancel: () => void;
348
- isFullWidth: import("vue").ComputedRef<boolean>;
349
- wrapClassName: import("vue").ComputedRef<string>;
350
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
351
- id: {
352
- type?: undefined;
353
- default?: undefined;
354
- } | {
355
- type: any;
356
- default: string | boolean | {
357
- [key: string]: any;
358
- }[];
359
- };
360
- type: {
361
- type?: undefined;
362
- default?: undefined;
363
- } | {
364
- type: any;
365
- default: string | boolean | {
366
- [key: string]: any;
367
- }[];
368
- };
369
- width: {
370
- type?: undefined;
371
- default?: undefined;
372
- } | {
373
- type: any;
374
- default: string | boolean | {
375
- [key: string]: any;
376
- }[];
377
- };
378
- height: {
379
- type?: undefined;
380
- default?: undefined;
381
- } | {
382
- type: any;
383
- default: string | boolean | {
384
- [key: string]: any;
385
- }[];
386
- };
387
- title: {
388
- type?: undefined;
389
- default?: undefined;
390
- } | {
391
- type: any;
392
- default: string | boolean | {
393
- [key: string]: any;
394
- }[];
395
- };
396
- titleFontSize: {
397
- type?: undefined;
398
- default?: undefined;
399
- } | {
400
- type: any;
401
- default: string | boolean | {
402
- [key: string]: any;
403
- }[];
404
- };
405
- titleColor: {
406
- type?: undefined;
407
- default?: undefined;
408
- } | {
409
- type: any;
410
- default: string | boolean | {
411
- [key: string]: any;
412
- }[];
413
- };
414
- backgroundColor: {
415
- type?: undefined;
416
- default?: undefined;
417
- } | {
418
- type: any;
419
- default: string | boolean | {
420
- [key: string]: any;
421
- }[];
422
- };
423
- backgroundImage: {
424
- type?: undefined;
425
- default?: undefined;
426
- } | {
427
- type: any;
428
- default: string | boolean | {
429
- [key: string]: any;
430
- }[];
431
- };
432
- backgroundSize: {
433
- type?: undefined;
434
- default?: undefined;
435
- } | {
436
- type: any;
437
- default: string | boolean | {
438
- [key: string]: any;
439
- }[];
440
- };
441
- keyName: {
442
- type?: undefined;
443
- default?: undefined;
444
- } | {
445
- type: any;
446
- default: string | boolean | {
447
- [key: string]: any;
448
- }[];
449
- };
450
- componentList: {
451
- type?: undefined;
452
- default?: undefined;
453
- } | {
454
- type: any;
455
- default: string | boolean | {
456
- [key: string]: any;
457
- }[];
458
- };
459
- fullModal: {
460
- type?: undefined;
461
- default?: undefined;
462
- } | {
463
- type: any;
464
- default: string | boolean | {
465
- [key: string]: any;
466
- }[];
467
- };
468
- originalWidth: {
469
- type?: undefined;
470
- default?: undefined;
471
- } | {
472
- type: any;
473
- default: string | boolean | {
474
- [key: string]: any;
475
- }[];
476
- };
477
- originalHeight: {
478
- type?: undefined;
479
- default?: undefined;
480
- } | {
481
- type: any;
482
- default: string | boolean | {
483
- [key: string]: any;
484
- }[];
485
- };
486
- destroyOnClose: {
487
- type?: undefined;
488
- default?: undefined;
489
- } | {
490
- type: any;
491
- default: string | boolean | {
492
- [key: string]: any;
493
- }[];
494
- };
495
- position: {
496
- type?: undefined;
497
- default?: undefined;
498
- } | {
499
- type: any;
500
- default: string | boolean | {
501
- [key: string]: any;
502
- }[];
503
- };
504
- }>>, {}>> & Record<string, any>;
505
- export default EcanModal;
506
- export * from './props';
@@ -1,179 +0,0 @@
1
- export declare type ModalPosition = 'default' | 'top' | 'center' | 'bottom';
2
- export interface ModalProps {
3
- id: string;
4
- type: string;
5
- width: string;
6
- height: string;
7
- title: string;
8
- titleFontSize: string;
9
- titleColor: string;
10
- backgroundColor: string;
11
- backgroundImage: string;
12
- backgroundSize: string;
13
- keyName: string;
14
- componentList: {
15
- [key: string]: any;
16
- }[];
17
- fullModal: boolean;
18
- originalWidth: string;
19
- originalHeight: string;
20
- destroyOnClose: boolean;
21
- position: ModalPosition;
22
- }
23
- export declare const modalProps: ModalProps;
24
- export declare const modalComponentProps: {
25
- id: {
26
- type?: undefined;
27
- default?: undefined;
28
- } | {
29
- type: any;
30
- default: string | boolean | {
31
- [key: string]: any;
32
- }[];
33
- };
34
- type: {
35
- type?: undefined;
36
- default?: undefined;
37
- } | {
38
- type: any;
39
- default: string | boolean | {
40
- [key: string]: any;
41
- }[];
42
- };
43
- width: {
44
- type?: undefined;
45
- default?: undefined;
46
- } | {
47
- type: any;
48
- default: string | boolean | {
49
- [key: string]: any;
50
- }[];
51
- };
52
- height: {
53
- type?: undefined;
54
- default?: undefined;
55
- } | {
56
- type: any;
57
- default: string | boolean | {
58
- [key: string]: any;
59
- }[];
60
- };
61
- title: {
62
- type?: undefined;
63
- default?: undefined;
64
- } | {
65
- type: any;
66
- default: string | boolean | {
67
- [key: string]: any;
68
- }[];
69
- };
70
- titleFontSize: {
71
- type?: undefined;
72
- default?: undefined;
73
- } | {
74
- type: any;
75
- default: string | boolean | {
76
- [key: string]: any;
77
- }[];
78
- };
79
- titleColor: {
80
- type?: undefined;
81
- default?: undefined;
82
- } | {
83
- type: any;
84
- default: string | boolean | {
85
- [key: string]: any;
86
- }[];
87
- };
88
- backgroundColor: {
89
- type?: undefined;
90
- default?: undefined;
91
- } | {
92
- type: any;
93
- default: string | boolean | {
94
- [key: string]: any;
95
- }[];
96
- };
97
- backgroundImage: {
98
- type?: undefined;
99
- default?: undefined;
100
- } | {
101
- type: any;
102
- default: string | boolean | {
103
- [key: string]: any;
104
- }[];
105
- };
106
- backgroundSize: {
107
- type?: undefined;
108
- default?: undefined;
109
- } | {
110
- type: any;
111
- default: string | boolean | {
112
- [key: string]: any;
113
- }[];
114
- };
115
- keyName: {
116
- type?: undefined;
117
- default?: undefined;
118
- } | {
119
- type: any;
120
- default: string | boolean | {
121
- [key: string]: any;
122
- }[];
123
- };
124
- componentList: {
125
- type?: undefined;
126
- default?: undefined;
127
- } | {
128
- type: any;
129
- default: string | boolean | {
130
- [key: string]: any;
131
- }[];
132
- };
133
- fullModal: {
134
- type?: undefined;
135
- default?: undefined;
136
- } | {
137
- type: any;
138
- default: string | boolean | {
139
- [key: string]: any;
140
- }[];
141
- };
142
- originalWidth: {
143
- type?: undefined;
144
- default?: undefined;
145
- } | {
146
- type: any;
147
- default: string | boolean | {
148
- [key: string]: any;
149
- }[];
150
- };
151
- originalHeight: {
152
- type?: undefined;
153
- default?: undefined;
154
- } | {
155
- type: any;
156
- default: string | boolean | {
157
- [key: string]: any;
158
- }[];
159
- };
160
- destroyOnClose: {
161
- type?: undefined;
162
- default?: undefined;
163
- } | {
164
- type: any;
165
- default: string | boolean | {
166
- [key: string]: any;
167
- }[];
168
- };
169
- position: {
170
- type?: undefined;
171
- default?: undefined;
172
- } | {
173
- type: any;
174
- default: string | boolean | {
175
- [key: string]: any;
176
- }[];
177
- };
178
- };
179
- export declare const modalEvents: string[];