@ecan-bi/datav 1.0.38 → 1.0.41

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 (126) hide show
  1. package/dist/index.es.js +32 -45
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -44
  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/common/echarts/Echarts.d.ts +418 -0
  8. package/types/common/echarts/index.d.ts +2 -2
  9. package/types/common/index.d.ts +1 -1
  10. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  11. package/types/common/skeleton/index.d.ts +2 -0
  12. package/types/container/modal/Modal.vue.d.ts +2 -2
  13. package/types/container/modal/index.d.ts +2 -2
  14. package/types/control/range-picker/RangePicker.vue.d.ts +2 -2
  15. package/types/control/range-picker/index.d.ts +2 -2
  16. package/dist/src/_utils/constant.d.ts +0 -7
  17. package/dist/src/_utils/hooks/index.d.ts +0 -13
  18. package/dist/src/_utils/hooks/useDownloadFile.d.ts +0 -2
  19. package/dist/src/_utils/hooks/useEmitEvent.d.ts +0 -7
  20. package/dist/src/_utils/hooks/useImagePath.d.ts +0 -2
  21. package/dist/src/_utils/hooks/useOnEvent.d.ts +0 -6
  22. package/dist/src/_utils/hooks/usePageUrl.d.ts +0 -2
  23. package/dist/src/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  24. package/dist/src/_utils/hooks/usePickEchartsData.d.ts +0 -2
  25. package/dist/src/_utils/hooks/useRequestData.d.ts +0 -6
  26. package/dist/src/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  27. package/dist/src/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  28. package/dist/src/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  29. package/dist/src/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  30. package/dist/src/_utils/hooks/useValueFormatter.d.ts +0 -2
  31. package/dist/src/_utils/hooks/useVariablesInText.d.ts +0 -4
  32. package/dist/src/_utils/props.d.ts +0 -71
  33. package/dist/src/_utils/request.d.ts +0 -2
  34. package/dist/src/_utils/util.d.ts +0 -20
  35. package/dist/src/_utils/withInstall.d.ts +0 -5
  36. package/dist/src/common/echarts/composables/api.d.ts +0 -7
  37. package/dist/src/common/echarts/composables/autoresize.d.ts +0 -6
  38. package/dist/src/common/echarts/composables/index.d.ts +0 -3
  39. package/dist/src/common/echarts/composables/loading.d.ts +0 -10
  40. package/dist/src/common/echarts/index.d.ts +0 -2
  41. package/dist/src/common/echarts/types.d.ts +0 -20
  42. package/dist/src/common/echarts/utils.d.ts +0 -6
  43. package/dist/src/common/index.d.ts +0 -3
  44. package/dist/src/common/spin/Spin.vue.d.ts +0 -18
  45. package/dist/src/common/spin/index.d.ts +0 -2
  46. package/dist/src/components.d.ts +0 -9
  47. package/dist/src/container/border/Border.vue.d.ts +0 -494
  48. package/dist/src/container/border/index.d.ts +0 -494
  49. package/dist/src/container/border/props.d.ts +0 -255
  50. package/dist/src/container/index.d.ts +0 -2
  51. package/dist/src/container/modal/Modal.vue.d.ts +0 -505
  52. package/dist/src/container/modal/index.d.ts +0 -506
  53. package/dist/src/container/modal/props.d.ts +0 -179
  54. package/dist/src/control/button/Button.vue.d.ts +0 -404
  55. package/dist/src/control/button/index.d.ts +0 -404
  56. package/dist/src/control/button/props.d.ts +0 -205
  57. package/dist/src/control/date-picker/DatePicker.vue.d.ts +0 -480
  58. package/dist/src/control/date-picker/index.d.ts +0 -479
  59. package/dist/src/control/date-picker/props.d.ts +0 -245
  60. package/dist/src/control/index.d.ts +0 -6
  61. package/dist/src/control/input/Input.vue.d.ts +0 -438
  62. package/dist/src/control/input/index.d.ts +0 -439
  63. package/dist/src/control/input/props.d.ts +0 -224
  64. package/dist/src/control/range-picker/RangePicker.vue.d.ts +0 -596
  65. package/dist/src/control/range-picker/index.d.ts +0 -595
  66. package/dist/src/control/range-picker/props.d.ts +0 -245
  67. package/dist/src/control/select/Select.vue.d.ts +0 -613
  68. package/dist/src/control/select/index.d.ts +0 -613
  69. package/dist/src/control/select/props.d.ts +0 -321
  70. package/dist/src/control/tabs/Tabs.vue.d.ts +0 -447
  71. package/dist/src/control/tabs/index.d.ts +0 -448
  72. package/dist/src/control/tabs/props.d.ts +0 -235
  73. package/dist/src/graph/bar/Bar.vue.d.ts +0 -1963
  74. package/dist/src/graph/bar/index.d.ts +0 -1963
  75. package/dist/src/graph/bar/props.d.ts +0 -954
  76. package/dist/src/graph/combo-graph/ComboGraph.vue.d.ts +0 -853
  77. package/dist/src/graph/combo-graph/index.d.ts +0 -854
  78. package/dist/src/graph/combo-graph/props.d.ts +0 -429
  79. package/dist/src/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  80. package/dist/src/graph/custom-graph/index.d.ts +0 -537
  81. package/dist/src/graph/custom-graph/props.d.ts +0 -274
  82. package/dist/src/graph/index.d.ts +0 -6
  83. package/dist/src/graph/line/Line.vue.d.ts +0 -818
  84. package/dist/src/graph/line/index.d.ts +0 -819
  85. package/dist/src/graph/line/props.d.ts +0 -409
  86. package/dist/src/graph/pie/Pie.vue.d.ts +0 -894
  87. package/dist/src/graph/pie/index.d.ts +0 -895
  88. package/dist/src/graph/pie/props.d.ts +0 -461
  89. package/dist/src/graph/scatter/Scatter.vue.d.ts +0 -794
  90. package/dist/src/graph/scatter/index.d.ts +0 -795
  91. package/dist/src/graph/scatter/props.d.ts +0 -396
  92. package/dist/src/index.d.ts +0 -6
  93. package/dist/src/map/index.d.ts +0 -1
  94. package/dist/src/map/map/Map.vue.d.ts +0 -1699
  95. package/dist/src/map/map/index.d.ts +0 -1700
  96. package/dist/src/map/map/props.d.ts +0 -829
  97. package/dist/src/media/image/Image.vue.d.ts +0 -476
  98. package/dist/src/media/image/index.d.ts +0 -477
  99. package/dist/src/media/image/props.d.ts +0 -244
  100. package/dist/src/media/index.d.ts +0 -1
  101. package/dist/src/setting/index.d.ts +0 -2
  102. package/dist/src/setting/page-config/PageConfig.vue.d.ts +0 -112
  103. package/dist/src/setting/page-config/index.d.ts +0 -113
  104. package/dist/src/setting/page-config/props.d.ts +0 -61
  105. package/dist/src/setting/provider-config/ProviderConfig.vue.d.ts +0 -48
  106. package/dist/src/setting/provider-config/index.d.ts +0 -49
  107. package/dist/src/setting/provider-config/props.d.ts +0 -29
  108. package/dist/src/table/index.d.ts +0 -1
  109. package/dist/src/table/table/Table.vue.d.ts +0 -552
  110. package/dist/src/table/table/index.d.ts +0 -553
  111. package/dist/src/table/table/props.d.ts +0 -285
  112. package/dist/src/text/index.d.ts +0 -5
  113. package/dist/src/text/list/List.vue.d.ts +0 -849
  114. package/dist/src/text/list/index.d.ts +0 -849
  115. package/dist/src/text/list/props.d.ts +0 -441
  116. package/dist/src/text/proportion/Proportion.vue.d.ts +0 -760
  117. package/dist/src/text/proportion/index.d.ts +0 -760
  118. package/dist/src/text/proportion/props.d.ts +0 -395
  119. package/dist/src/text/scroll-text/ScrollText.vue.d.ts +0 -4
  120. package/dist/src/text/scroll-text/index.d.ts +0 -4
  121. package/dist/src/text/text/Text.vue.d.ts +0 -736
  122. package/dist/src/text/text/index.d.ts +0 -736
  123. package/dist/src/text/text/props.d.ts +0 -383
  124. package/dist/src/text/time-display/TimeDisplay.vue.d.ts +0 -547
  125. package/dist/src/text/time-display/index.d.ts +0 -548
  126. package/dist/src/text/time-display/props.d.ts +0 -284
@@ -1,244 +0,0 @@
1
- import { Props } from '../../_utils/props';
2
- export interface ImageProps extends Props {
3
- imgUrl: string;
4
- linkUrl: string;
5
- linkMethod: '_self' | '_blank';
6
- linkPage: string;
7
- }
8
- export declare const imageProps: ImageProps;
9
- export declare const imageComponentProps: {
10
- imgUrl: {
11
- type?: undefined;
12
- default?: undefined;
13
- } | {
14
- type: any;
15
- default: string | number | boolean | import("../../_utils/props").Events | {
16
- [key: string]: any;
17
- } | import("../../_utils/props").RequestParams;
18
- };
19
- linkUrl: {
20
- type?: undefined;
21
- default?: undefined;
22
- } | {
23
- type: any;
24
- default: string | number | boolean | import("../../_utils/props").Events | {
25
- [key: string]: any;
26
- } | import("../../_utils/props").RequestParams;
27
- };
28
- linkMethod: {
29
- type?: undefined;
30
- default?: undefined;
31
- } | {
32
- type: any;
33
- default: string | number | boolean | import("../../_utils/props").Events | {
34
- [key: string]: any;
35
- } | import("../../_utils/props").RequestParams;
36
- };
37
- linkPage: {
38
- type?: undefined;
39
- default?: undefined;
40
- } | {
41
- type: any;
42
- default: string | number | boolean | import("../../_utils/props").Events | {
43
- [key: string]: any;
44
- } | import("../../_utils/props").RequestParams;
45
- };
46
- id: {
47
- type?: undefined;
48
- default?: undefined;
49
- } | {
50
- type: any;
51
- default: string | number | boolean | import("../../_utils/props").Events | {
52
- [key: string]: any;
53
- } | import("../../_utils/props").RequestParams;
54
- };
55
- name: {
56
- type?: undefined;
57
- default?: undefined;
58
- } | {
59
- type: any;
60
- default: string | number | boolean | import("../../_utils/props").Events | {
61
- [key: string]: any;
62
- } | import("../../_utils/props").RequestParams;
63
- };
64
- keyName: {
65
- type?: undefined;
66
- default?: undefined;
67
- } | {
68
- type: any;
69
- default: string | number | boolean | import("../../_utils/props").Events | {
70
- [key: string]: any;
71
- } | import("../../_utils/props").RequestParams;
72
- };
73
- type: {
74
- type?: undefined;
75
- default?: undefined;
76
- } | {
77
- type: any;
78
- default: string | number | boolean | import("../../_utils/props").Events | {
79
- [key: string]: any;
80
- } | import("../../_utils/props").RequestParams;
81
- };
82
- width: {
83
- type?: undefined;
84
- default?: undefined;
85
- } | {
86
- type: any;
87
- default: string | number | boolean | import("../../_utils/props").Events | {
88
- [key: string]: any;
89
- } | import("../../_utils/props").RequestParams;
90
- };
91
- height: {
92
- type?: undefined;
93
- default?: undefined;
94
- } | {
95
- type: any;
96
- default: string | number | boolean | import("../../_utils/props").Events | {
97
- [key: string]: any;
98
- } | import("../../_utils/props").RequestParams;
99
- };
100
- position: {
101
- type?: undefined;
102
- default?: undefined;
103
- } | {
104
- type: any;
105
- default: string | number | boolean | import("../../_utils/props").Events | {
106
- [key: string]: any;
107
- } | import("../../_utils/props").RequestParams;
108
- };
109
- top: {
110
- type?: undefined;
111
- default?: undefined;
112
- } | {
113
- type: any;
114
- default: string | number | boolean | import("../../_utils/props").Events | {
115
- [key: string]: any;
116
- } | import("../../_utils/props").RequestParams;
117
- };
118
- left: {
119
- type?: undefined;
120
- default?: undefined;
121
- } | {
122
- type: any;
123
- default: string | number | boolean | import("../../_utils/props").Events | {
124
- [key: string]: any;
125
- } | import("../../_utils/props").RequestParams;
126
- };
127
- zIndex: {
128
- type?: undefined;
129
- default?: undefined;
130
- } | {
131
- type: any;
132
- default: string | number | boolean | import("../../_utils/props").Events | {
133
- [key: string]: any;
134
- } | import("../../_utils/props").RequestParams;
135
- };
136
- rotate: {
137
- type?: undefined;
138
- default?: undefined;
139
- } | {
140
- type: any;
141
- default: string | number | boolean | import("../../_utils/props").Events | {
142
- [key: string]: any;
143
- } | import("../../_utils/props").RequestParams;
144
- };
145
- isShow: {
146
- type?: undefined;
147
- default?: undefined;
148
- } | {
149
- type: any;
150
- default: string | number | boolean | import("../../_utils/props").Events | {
151
- [key: string]: any;
152
- } | import("../../_utils/props").RequestParams;
153
- };
154
- isRender: {
155
- type?: undefined;
156
- default?: undefined;
157
- } | {
158
- type: any;
159
- default: string | number | boolean | import("../../_utils/props").Events | {
160
- [key: string]: any;
161
- } | import("../../_utils/props").RequestParams;
162
- };
163
- events: {
164
- type?: undefined;
165
- default?: undefined;
166
- } | {
167
- type: any;
168
- default: string | number | boolean | import("../../_utils/props").Events | {
169
- [key: string]: any;
170
- } | import("../../_utils/props").RequestParams;
171
- };
172
- requestUrl: {
173
- type?: undefined;
174
- default?: undefined;
175
- } | {
176
- type: any;
177
- default: string | number | boolean | import("../../_utils/props").Events | {
178
- [key: string]: any;
179
- } | import("../../_utils/props").RequestParams;
180
- };
181
- requestMethod: {
182
- type?: undefined;
183
- default?: undefined;
184
- } | {
185
- type: any;
186
- default: string | number | boolean | import("../../_utils/props").Events | {
187
- [key: string]: any;
188
- } | import("../../_utils/props").RequestParams;
189
- };
190
- requestHeaders: {
191
- type?: undefined;
192
- default?: undefined;
193
- } | {
194
- type: any;
195
- default: string | number | boolean | import("../../_utils/props").Events | {
196
- [key: string]: any;
197
- } | import("../../_utils/props").RequestParams;
198
- };
199
- isOpenRequestTimer: {
200
- type?: undefined;
201
- default?: undefined;
202
- } | {
203
- type: any;
204
- default: string | number | boolean | import("../../_utils/props").Events | {
205
- [key: string]: any;
206
- } | import("../../_utils/props").RequestParams;
207
- };
208
- requestInterval: {
209
- type?: undefined;
210
- default?: undefined;
211
- } | {
212
- type: any;
213
- default: string | number | boolean | import("../../_utils/props").Events | {
214
- [key: string]: any;
215
- } | import("../../_utils/props").RequestParams;
216
- };
217
- requestParams: {
218
- type?: undefined;
219
- default?: undefined;
220
- } | {
221
- type: any;
222
- default: string | number | boolean | import("../../_utils/props").Events | {
223
- [key: string]: any;
224
- } | import("../../_utils/props").RequestParams;
225
- };
226
- requestSort: {
227
- type?: undefined;
228
- default?: undefined;
229
- } | {
230
- type: any;
231
- default: string | number | boolean | import("../../_utils/props").Events | {
232
- [key: string]: any;
233
- } | import("../../_utils/props").RequestParams;
234
- };
235
- dataType: {
236
- type?: undefined;
237
- default?: undefined;
238
- } | {
239
- type: any;
240
- default: string | number | boolean | import("../../_utils/props").Events | {
241
- [key: string]: any;
242
- } | import("../../_utils/props").RequestParams;
243
- };
244
- };
@@ -1 +0,0 @@
1
- export * from './image';
@@ -1,2 +0,0 @@
1
- export * from './page-config';
2
- export * from './provider-config';
@@ -1,112 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- width: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string;
8
- };
9
- height: {
10
- type?: undefined;
11
- default?: undefined;
12
- } | {
13
- type: any;
14
- default: string;
15
- };
16
- backgroundColor: {
17
- type?: undefined;
18
- default?: undefined;
19
- } | {
20
- type: any;
21
- default: string;
22
- };
23
- backgroundImage: {
24
- type?: undefined;
25
- default?: undefined;
26
- } | {
27
- type: any;
28
- default: string;
29
- };
30
- backgroundSize: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string;
36
- };
37
- contextRequestUrl: {
38
- type?: undefined;
39
- default?: undefined;
40
- } | {
41
- type: any;
42
- default: string;
43
- };
44
- mode: {
45
- type?: undefined;
46
- default?: undefined;
47
- } | {
48
- type: any;
49
- default: string;
50
- };
51
- }, {
52
- style: import("vue").ComputedRef<{
53
- width: string;
54
- height: string;
55
- backgroundColor: string;
56
- backgroundImage: string;
57
- backgroundSize: string;
58
- }>;
59
- container: import("vue").Ref<any>;
60
- ready: import("vue").Ref<boolean>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- width: {
63
- type?: undefined;
64
- default?: undefined;
65
- } | {
66
- type: any;
67
- default: string;
68
- };
69
- height: {
70
- type?: undefined;
71
- default?: undefined;
72
- } | {
73
- type: any;
74
- default: string;
75
- };
76
- backgroundColor: {
77
- type?: undefined;
78
- default?: undefined;
79
- } | {
80
- type: any;
81
- default: string;
82
- };
83
- backgroundImage: {
84
- type?: undefined;
85
- default?: undefined;
86
- } | {
87
- type: any;
88
- default: string;
89
- };
90
- backgroundSize: {
91
- type?: undefined;
92
- default?: undefined;
93
- } | {
94
- type: any;
95
- default: string;
96
- };
97
- contextRequestUrl: {
98
- type?: undefined;
99
- default?: undefined;
100
- } | {
101
- type: any;
102
- default: string;
103
- };
104
- mode: {
105
- type?: undefined;
106
- default?: undefined;
107
- } | {
108
- type: any;
109
- default: string;
110
- };
111
- }>>, {}>;
112
- export default _sfc_main;
@@ -1,113 +0,0 @@
1
- export declare const EcanPageConfig: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
- width: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string;
8
- };
9
- height: {
10
- type?: undefined;
11
- default?: undefined;
12
- } | {
13
- type: any;
14
- default: string;
15
- };
16
- backgroundColor: {
17
- type?: undefined;
18
- default?: undefined;
19
- } | {
20
- type: any;
21
- default: string;
22
- };
23
- backgroundImage: {
24
- type?: undefined;
25
- default?: undefined;
26
- } | {
27
- type: any;
28
- default: string;
29
- };
30
- backgroundSize: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string;
36
- };
37
- contextRequestUrl: {
38
- type?: undefined;
39
- default?: undefined;
40
- } | {
41
- type: any;
42
- default: string;
43
- };
44
- mode: {
45
- type?: undefined;
46
- default?: undefined;
47
- } | {
48
- type: any;
49
- default: string;
50
- };
51
- }, {
52
- style: import("vue").ComputedRef<{
53
- width: string;
54
- height: string;
55
- backgroundColor: string;
56
- backgroundImage: string;
57
- backgroundSize: string;
58
- }>;
59
- container: import("vue").Ref<any>;
60
- ready: import("vue").Ref<boolean>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- width: {
63
- type?: undefined;
64
- default?: undefined;
65
- } | {
66
- type: any;
67
- default: string;
68
- };
69
- height: {
70
- type?: undefined;
71
- default?: undefined;
72
- } | {
73
- type: any;
74
- default: string;
75
- };
76
- backgroundColor: {
77
- type?: undefined;
78
- default?: undefined;
79
- } | {
80
- type: any;
81
- default: string;
82
- };
83
- backgroundImage: {
84
- type?: undefined;
85
- default?: undefined;
86
- } | {
87
- type: any;
88
- default: string;
89
- };
90
- backgroundSize: {
91
- type?: undefined;
92
- default?: undefined;
93
- } | {
94
- type: any;
95
- default: string;
96
- };
97
- contextRequestUrl: {
98
- type?: undefined;
99
- default?: undefined;
100
- } | {
101
- type: any;
102
- default: string;
103
- };
104
- mode: {
105
- type?: undefined;
106
- default?: undefined;
107
- } | {
108
- type: any;
109
- default: string;
110
- };
111
- }>>, {}>> & Record<string, any>;
112
- export default EcanPageConfig;
113
- export * from './props';
@@ -1,61 +0,0 @@
1
- export interface PageConfig {
2
- width: string;
3
- height: string;
4
- backgroundColor: string;
5
- backgroundImage: string;
6
- backgroundSize: string;
7
- contextRequestUrl: string;
8
- mode: 'normal' | 'preview';
9
- }
10
- export declare const pageConfig: PageConfig;
11
- export declare const pageConfigComponentProps: {
12
- width: {
13
- type?: undefined;
14
- default?: undefined;
15
- } | {
16
- type: any;
17
- default: string;
18
- };
19
- height: {
20
- type?: undefined;
21
- default?: undefined;
22
- } | {
23
- type: any;
24
- default: string;
25
- };
26
- backgroundColor: {
27
- type?: undefined;
28
- default?: undefined;
29
- } | {
30
- type: any;
31
- default: string;
32
- };
33
- backgroundImage: {
34
- type?: undefined;
35
- default?: undefined;
36
- } | {
37
- type: any;
38
- default: string;
39
- };
40
- backgroundSize: {
41
- type?: undefined;
42
- default?: undefined;
43
- } | {
44
- type: any;
45
- default: string;
46
- };
47
- contextRequestUrl: {
48
- type?: undefined;
49
- default?: undefined;
50
- } | {
51
- type: any;
52
- default: string;
53
- };
54
- mode: {
55
- type?: undefined;
56
- default?: undefined;
57
- } | {
58
- type: any;
59
- default: string;
60
- };
61
- };
@@ -1,48 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- contextRequestUrl: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string;
8
- };
9
- pageMode: {
10
- type?: undefined;
11
- default?: undefined;
12
- } | {
13
- type: any;
14
- default: string;
15
- };
16
- theme: {
17
- type?: undefined;
18
- default?: undefined;
19
- } | {
20
- type: any;
21
- default: string;
22
- };
23
- }, {
24
- providerConfig: import("vue").Ref<HTMLElement>;
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- contextRequestUrl: {
27
- type?: undefined;
28
- default?: undefined;
29
- } | {
30
- type: any;
31
- default: string;
32
- };
33
- pageMode: {
34
- type?: undefined;
35
- default?: undefined;
36
- } | {
37
- type: any;
38
- default: string;
39
- };
40
- theme: {
41
- type?: undefined;
42
- default?: undefined;
43
- } | {
44
- type: any;
45
- default: string;
46
- };
47
- }>>, {}>;
48
- export default _sfc_main;
@@ -1,49 +0,0 @@
1
- export declare const EcanProviderConfig: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
- contextRequestUrl: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string;
8
- };
9
- pageMode: {
10
- type?: undefined;
11
- default?: undefined;
12
- } | {
13
- type: any;
14
- default: string;
15
- };
16
- theme: {
17
- type?: undefined;
18
- default?: undefined;
19
- } | {
20
- type: any;
21
- default: string;
22
- };
23
- }, {
24
- providerConfig: import("vue").Ref<HTMLElement>;
25
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- contextRequestUrl: {
27
- type?: undefined;
28
- default?: undefined;
29
- } | {
30
- type: any;
31
- default: string;
32
- };
33
- pageMode: {
34
- type?: undefined;
35
- default?: undefined;
36
- } | {
37
- type: any;
38
- default: string;
39
- };
40
- theme: {
41
- type?: undefined;
42
- default?: undefined;
43
- } | {
44
- type: any;
45
- default: string;
46
- };
47
- }>>, {}>> & Record<string, any>;
48
- export default EcanProviderConfig;
49
- export * from './props';
@@ -1,29 +0,0 @@
1
- export interface ProviderConfig {
2
- contextRequestUrl: string;
3
- pageMode: 'normal' | 'preview' | 'design';
4
- theme: 'light' | 'darkBlue';
5
- }
6
- export declare const providerConfig: ProviderConfig;
7
- export declare const providerConfigComponentProps: {
8
- contextRequestUrl: {
9
- type?: undefined;
10
- default?: undefined;
11
- } | {
12
- type: any;
13
- default: string;
14
- };
15
- pageMode: {
16
- type?: undefined;
17
- default?: undefined;
18
- } | {
19
- type: any;
20
- default: string;
21
- };
22
- theme: {
23
- type?: undefined;
24
- default?: undefined;
25
- } | {
26
- type: any;
27
- default: string;
28
- };
29
- };
@@ -1 +0,0 @@
1
- export * from './table';