@ecan-bi/datav 1.5.95 → 1.5.97

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.
@@ -0,0 +1,364 @@
1
+ export declare const EcanAiAnalyze: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
+ data: {
3
+ type?: import("vue").PropType<{
4
+ [key: string]: any;
5
+ }>;
6
+ default?: {
7
+ [key: string]: any;
8
+ };
9
+ };
10
+ graphicConfig: {
11
+ type?: import("vue").PropType<{
12
+ [key: string]: any;
13
+ }>;
14
+ default?: {
15
+ [key: string]: any;
16
+ };
17
+ };
18
+ promptText: {
19
+ type?: import("vue").PropType<string>;
20
+ default?: string;
21
+ };
22
+ associatId: {
23
+ type?: import("vue").PropType<string[]>;
24
+ default?: string[];
25
+ };
26
+ fontSize: {
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
29
+ };
30
+ lineHeight: {
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
33
+ };
34
+ id: {
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
37
+ };
38
+ name: {
39
+ type?: import("vue").PropType<string>;
40
+ default?: string;
41
+ };
42
+ keyName: {
43
+ type?: import("vue").PropType<string>;
44
+ default?: string;
45
+ };
46
+ type: {
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
49
+ };
50
+ width: {
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
53
+ };
54
+ height: {
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
57
+ };
58
+ position: {
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
61
+ };
62
+ top: {
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
65
+ };
66
+ left: {
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
69
+ };
70
+ zIndex: {
71
+ type?: import("vue").PropType<number>;
72
+ default?: number;
73
+ };
74
+ rotate: {
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
77
+ };
78
+ isShow: {
79
+ type?: import("vue").PropType<boolean>;
80
+ default?: boolean;
81
+ };
82
+ isRender: {
83
+ type?: import("vue").PropType<boolean>;
84
+ default?: boolean;
85
+ };
86
+ events: {
87
+ type?: import("vue").PropType<import("../../utils/props").Events>;
88
+ default?: import("../../utils/props").Events;
89
+ };
90
+ requestUrl: {
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
93
+ };
94
+ requestMethod: {
95
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
96
+ default?: import("../../utils/props").RequestMethod;
97
+ };
98
+ requestHeaders: {
99
+ type?: import("vue").PropType<string>;
100
+ default?: string;
101
+ };
102
+ isOpenRequestTimer: {
103
+ type?: import("vue").PropType<boolean>;
104
+ default?: boolean;
105
+ };
106
+ isViewRedrawing: {
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
109
+ };
110
+ requestInterval: {
111
+ type?: import("vue").PropType<number>;
112
+ default?: number;
113
+ };
114
+ requestParams: {
115
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
116
+ default?: import("../../utils/props").RequestParams;
117
+ };
118
+ requestSort: {
119
+ type?: import("vue").PropType<number>;
120
+ default?: number;
121
+ };
122
+ dataType: {
123
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
124
+ default?: "indicator" | "request" | "component" | "static";
125
+ };
126
+ scale?: {
127
+ type?: import("vue").PropType<number>;
128
+ default?: number;
129
+ };
130
+ requestParamsMode: {
131
+ type?: import("vue").PropType<"2" | "1">;
132
+ default?: "2" | "1";
133
+ };
134
+ customRequestParams: {
135
+ type?: import("vue").PropType<string>;
136
+ default?: string;
137
+ };
138
+ dataSetParam?: {
139
+ type?: import("vue").PropType<any>;
140
+ default?: any;
141
+ };
142
+ requestType?: {
143
+ type?: import("vue").PropType<any>;
144
+ default?: any;
145
+ };
146
+ componentDoc?: {
147
+ type?: import("vue").PropType<null>;
148
+ default?: null;
149
+ };
150
+ extendData?: {
151
+ type?: import("vue").PropType<{
152
+ [key: string]: any;
153
+ }>;
154
+ default?: {
155
+ [key: string]: any;
156
+ };
157
+ };
158
+ toolboxShow?: {
159
+ type?: import("vue").PropType<boolean>;
160
+ default?: boolean;
161
+ };
162
+ isShowIndDetail?: {
163
+ type?: import("vue").PropType<boolean>;
164
+ default?: boolean;
165
+ };
166
+ isShowTrend?: {
167
+ type?: import("vue").PropType<boolean>;
168
+ default?: boolean;
169
+ };
170
+ indDetailIconColor?: {
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
173
+ };
174
+ indDetailIconFontSize?: {
175
+ type?: import("vue").PropType<string>;
176
+ default?: string;
177
+ };
178
+ }, {
179
+ loading: import("vue").Ref<boolean>;
180
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
181
+ pageMode: string;
182
+ myText: import("vue").Ref<string>;
183
+ errorText: import("vue").Ref<string>;
184
+ click: () => void;
185
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
186
+ data: {
187
+ type?: import("vue").PropType<{
188
+ [key: string]: any;
189
+ }>;
190
+ default?: {
191
+ [key: string]: any;
192
+ };
193
+ };
194
+ graphicConfig: {
195
+ type?: import("vue").PropType<{
196
+ [key: string]: any;
197
+ }>;
198
+ default?: {
199
+ [key: string]: any;
200
+ };
201
+ };
202
+ promptText: {
203
+ type?: import("vue").PropType<string>;
204
+ default?: string;
205
+ };
206
+ associatId: {
207
+ type?: import("vue").PropType<string[]>;
208
+ default?: string[];
209
+ };
210
+ fontSize: {
211
+ type?: import("vue").PropType<string>;
212
+ default?: string;
213
+ };
214
+ lineHeight: {
215
+ type?: import("vue").PropType<string>;
216
+ default?: string;
217
+ };
218
+ id: {
219
+ type?: import("vue").PropType<string>;
220
+ default?: string;
221
+ };
222
+ name: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
226
+ keyName: {
227
+ type?: import("vue").PropType<string>;
228
+ default?: string;
229
+ };
230
+ type: {
231
+ type?: import("vue").PropType<string>;
232
+ default?: string;
233
+ };
234
+ width: {
235
+ type?: import("vue").PropType<string>;
236
+ default?: string;
237
+ };
238
+ height: {
239
+ type?: import("vue").PropType<string>;
240
+ default?: string;
241
+ };
242
+ position: {
243
+ type?: import("vue").PropType<string>;
244
+ default?: string;
245
+ };
246
+ top: {
247
+ type?: import("vue").PropType<string>;
248
+ default?: string;
249
+ };
250
+ left: {
251
+ type?: import("vue").PropType<string>;
252
+ default?: string;
253
+ };
254
+ zIndex: {
255
+ type?: import("vue").PropType<number>;
256
+ default?: number;
257
+ };
258
+ rotate: {
259
+ type?: import("vue").PropType<string>;
260
+ default?: string;
261
+ };
262
+ isShow: {
263
+ type?: import("vue").PropType<boolean>;
264
+ default?: boolean;
265
+ };
266
+ isRender: {
267
+ type?: import("vue").PropType<boolean>;
268
+ default?: boolean;
269
+ };
270
+ events: {
271
+ type?: import("vue").PropType<import("../../utils/props").Events>;
272
+ default?: import("../../utils/props").Events;
273
+ };
274
+ requestUrl: {
275
+ type?: import("vue").PropType<string>;
276
+ default?: string;
277
+ };
278
+ requestMethod: {
279
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
280
+ default?: import("../../utils/props").RequestMethod;
281
+ };
282
+ requestHeaders: {
283
+ type?: import("vue").PropType<string>;
284
+ default?: string;
285
+ };
286
+ isOpenRequestTimer: {
287
+ type?: import("vue").PropType<boolean>;
288
+ default?: boolean;
289
+ };
290
+ isViewRedrawing: {
291
+ type?: import("vue").PropType<boolean>;
292
+ default?: boolean;
293
+ };
294
+ requestInterval: {
295
+ type?: import("vue").PropType<number>;
296
+ default?: number;
297
+ };
298
+ requestParams: {
299
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
300
+ default?: import("../../utils/props").RequestParams;
301
+ };
302
+ requestSort: {
303
+ type?: import("vue").PropType<number>;
304
+ default?: number;
305
+ };
306
+ dataType: {
307
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
308
+ default?: "indicator" | "request" | "component" | "static";
309
+ };
310
+ scale?: {
311
+ type?: import("vue").PropType<number>;
312
+ default?: number;
313
+ };
314
+ requestParamsMode: {
315
+ type?: import("vue").PropType<"2" | "1">;
316
+ default?: "2" | "1";
317
+ };
318
+ customRequestParams: {
319
+ type?: import("vue").PropType<string>;
320
+ default?: string;
321
+ };
322
+ dataSetParam?: {
323
+ type?: import("vue").PropType<any>;
324
+ default?: any;
325
+ };
326
+ requestType?: {
327
+ type?: import("vue").PropType<any>;
328
+ default?: any;
329
+ };
330
+ componentDoc?: {
331
+ type?: import("vue").PropType<null>;
332
+ default?: null;
333
+ };
334
+ extendData?: {
335
+ type?: import("vue").PropType<{
336
+ [key: string]: any;
337
+ }>;
338
+ default?: {
339
+ [key: string]: any;
340
+ };
341
+ };
342
+ toolboxShow?: {
343
+ type?: import("vue").PropType<boolean>;
344
+ default?: boolean;
345
+ };
346
+ isShowIndDetail?: {
347
+ type?: import("vue").PropType<boolean>;
348
+ default?: boolean;
349
+ };
350
+ isShowTrend?: {
351
+ type?: import("vue").PropType<boolean>;
352
+ default?: boolean;
353
+ };
354
+ indDetailIconColor?: {
355
+ type?: import("vue").PropType<string>;
356
+ default?: string;
357
+ };
358
+ indDetailIconFontSize?: {
359
+ type?: import("vue").PropType<string>;
360
+ default?: string;
361
+ };
362
+ }>>, {}>> & Record<string, any>;
363
+ export default EcanAiAnalyze;
364
+ export * from './props';
@@ -0,0 +1,193 @@
1
+ import { Props } from '../../utils/props';
2
+ export interface AiAnalyzeProps extends Props {
3
+ data: {
4
+ [key: string]: any;
5
+ };
6
+ graphicConfig: {
7
+ [key: string]: any;
8
+ };
9
+ promptText: string;
10
+ associatId: string[];
11
+ fontSize: string;
12
+ lineHeight: string;
13
+ }
14
+ export declare const aiAnalyzeProps: AiAnalyzeProps;
15
+ export declare const aiAnalyzeComponentProps: {
16
+ data: {
17
+ type?: import("vue").PropType<{
18
+ [key: string]: any;
19
+ }>;
20
+ default?: {
21
+ [key: string]: any;
22
+ };
23
+ };
24
+ graphicConfig: {
25
+ type?: import("vue").PropType<{
26
+ [key: string]: any;
27
+ }>;
28
+ default?: {
29
+ [key: string]: any;
30
+ };
31
+ };
32
+ promptText: {
33
+ type?: import("vue").PropType<string>;
34
+ default?: string;
35
+ };
36
+ associatId: {
37
+ type?: import("vue").PropType<string[]>;
38
+ default?: string[];
39
+ };
40
+ fontSize: {
41
+ type?: import("vue").PropType<string>;
42
+ default?: string;
43
+ };
44
+ lineHeight: {
45
+ type?: import("vue").PropType<string>;
46
+ default?: string;
47
+ };
48
+ id: {
49
+ type?: import("vue").PropType<string>;
50
+ default?: string;
51
+ };
52
+ name: {
53
+ type?: import("vue").PropType<string>;
54
+ default?: string;
55
+ };
56
+ keyName: {
57
+ type?: import("vue").PropType<string>;
58
+ default?: string;
59
+ };
60
+ type: {
61
+ type?: import("vue").PropType<string>;
62
+ default?: string;
63
+ };
64
+ width: {
65
+ type?: import("vue").PropType<string>;
66
+ default?: string;
67
+ };
68
+ height: {
69
+ type?: import("vue").PropType<string>;
70
+ default?: string;
71
+ };
72
+ position: {
73
+ type?: import("vue").PropType<string>;
74
+ default?: string;
75
+ };
76
+ top: {
77
+ type?: import("vue").PropType<string>;
78
+ default?: string;
79
+ };
80
+ left: {
81
+ type?: import("vue").PropType<string>;
82
+ default?: string;
83
+ };
84
+ zIndex: {
85
+ type?: import("vue").PropType<number>;
86
+ default?: number;
87
+ };
88
+ rotate: {
89
+ type?: import("vue").PropType<string>;
90
+ default?: string;
91
+ };
92
+ isShow: {
93
+ type?: import("vue").PropType<boolean>;
94
+ default?: boolean;
95
+ };
96
+ isRender: {
97
+ type?: import("vue").PropType<boolean>;
98
+ default?: boolean;
99
+ };
100
+ events: {
101
+ type?: import("vue").PropType<import('../../utils/props').Events>;
102
+ default?: import('../../utils/props').Events;
103
+ };
104
+ requestUrl: {
105
+ type?: import("vue").PropType<string>;
106
+ default?: string;
107
+ };
108
+ requestMethod: {
109
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
110
+ default?: import('../../utils/props').RequestMethod;
111
+ };
112
+ requestHeaders: {
113
+ type?: import("vue").PropType<string>;
114
+ default?: string;
115
+ };
116
+ isOpenRequestTimer: {
117
+ type?: import("vue").PropType<boolean>;
118
+ default?: boolean;
119
+ };
120
+ isViewRedrawing: {
121
+ type?: import("vue").PropType<boolean>;
122
+ default?: boolean;
123
+ };
124
+ requestInterval: {
125
+ type?: import("vue").PropType<number>;
126
+ default?: number;
127
+ };
128
+ requestParams: {
129
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
130
+ default?: import('../../utils/props').RequestParams;
131
+ };
132
+ requestSort: {
133
+ type?: import("vue").PropType<number>;
134
+ default?: number;
135
+ };
136
+ dataType: {
137
+ type?: import("vue").PropType<"indicator" | "request" | "component" | "static">;
138
+ default?: "indicator" | "request" | "component" | "static";
139
+ };
140
+ scale?: {
141
+ type?: import("vue").PropType<number>;
142
+ default?: number;
143
+ };
144
+ requestParamsMode: {
145
+ type?: import("vue").PropType<"2" | "1">;
146
+ default?: "2" | "1";
147
+ };
148
+ customRequestParams: {
149
+ type?: import("vue").PropType<string>;
150
+ default?: string;
151
+ };
152
+ dataSetParam?: {
153
+ type?: import("vue").PropType<any>;
154
+ default?: any;
155
+ };
156
+ requestType?: {
157
+ type?: import("vue").PropType<any>;
158
+ default?: any;
159
+ };
160
+ componentDoc?: {
161
+ type?: import("vue").PropType<null>;
162
+ default?: null;
163
+ };
164
+ extendData?: {
165
+ type?: import("vue").PropType<{
166
+ [key: string]: any;
167
+ }>;
168
+ default?: {
169
+ [key: string]: any;
170
+ };
171
+ };
172
+ toolboxShow?: {
173
+ type?: import("vue").PropType<boolean>;
174
+ default?: boolean;
175
+ };
176
+ isShowIndDetail?: {
177
+ type?: import("vue").PropType<boolean>;
178
+ default?: boolean;
179
+ };
180
+ isShowTrend?: {
181
+ type?: import("vue").PropType<boolean>;
182
+ default?: boolean;
183
+ };
184
+ indDetailIconColor?: {
185
+ type?: import("vue").PropType<string>;
186
+ default?: string;
187
+ };
188
+ indDetailIconFontSize?: {
189
+ type?: import("vue").PropType<string>;
190
+ default?: string;
191
+ };
192
+ };
193
+ export declare const aiAnalyzeEvents: string[];
@@ -2,3 +2,4 @@ export * from './data-select';
2
2
  export * from './pivotTable';
3
3
  export * from './value-line';
4
4
  export * from './index-panel';
5
+ export * from './ai-analyze';
@@ -219,6 +219,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
219
219
  type?: import("vue").PropType<string>;
220
220
  default?: string;
221
221
  };
222
+ associatId?: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
222
226
  id: {
223
227
  type?: import("vue").PropType<string>;
224
228
  default?: string;
@@ -597,6 +601,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
597
601
  type?: import("vue").PropType<string>;
598
602
  default?: string;
599
603
  };
604
+ associatId?: {
605
+ type?: import("vue").PropType<string>;
606
+ default?: string;
607
+ };
600
608
  id: {
601
609
  type?: import("vue").PropType<string>;
602
610
  default?: string;
@@ -219,6 +219,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
219
219
  type?: import("vue").PropType<string>;
220
220
  default?: string;
221
221
  };
222
+ associatId?: {
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
225
+ };
222
226
  id: {
223
227
  type?: import("vue").PropType<string>;
224
228
  default?: string;
@@ -597,6 +601,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
597
601
  type?: import("vue").PropType<string>;
598
602
  default?: string;
599
603
  };
604
+ associatId?: {
605
+ type?: import("vue").PropType<string>;
606
+ default?: string;
607
+ };
600
608
  id: {
601
609
  type?: import("vue").PropType<string>;
602
610
  default?: string;
@@ -58,6 +58,7 @@ export interface TextProps extends Props {
58
58
  isMarkDown: boolean;
59
59
  isContentMarkDown: boolean;
60
60
  parentId?: string;
61
+ associatId?: string;
61
62
  }
62
63
  export declare const textProps: TextProps;
63
64
  export declare const textComponentProps: {
@@ -281,6 +282,10 @@ export declare const textComponentProps: {
281
282
  type?: import("vue").PropType<string>;
282
283
  default?: string;
283
284
  };
285
+ associatId?: {
286
+ type?: import("vue").PropType<string>;
287
+ default?: string;
288
+ };
284
289
  id: {
285
290
  type?: import("vue").PropType<string>;
286
291
  default?: string;