@ecan-bi/datav 1.3.77 → 1.3.79

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 (101) hide show
  1. package/dist/index.es.js +6048 -5851
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +24 -24
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +16 -0
  8. package/types/container/border/index.d.ts +16 -0
  9. package/types/container/border/props.d.ts +8 -0
  10. package/types/container/circulate/Circulate.vue.d.ts +16 -0
  11. package/types/container/circulate/index.d.ts +16 -0
  12. package/types/container/circulate/props.d.ts +8 -0
  13. package/types/container/index.d.ts +1 -0
  14. package/types/container/tabs/Tabs.vue.d.ts +16 -0
  15. package/types/container/tabs/index.d.ts +16 -0
  16. package/types/container/tabs/props.d.ts +8 -0
  17. package/types/container/template/Template.vue.d.ts +262 -0
  18. package/types/container/template/index.d.ts +263 -0
  19. package/types/container/template/props.d.ts +140 -0
  20. package/types/control/button/Button.vue.d.ts +16 -0
  21. package/types/control/button/index.d.ts +16 -0
  22. package/types/control/button/props.d.ts +8 -0
  23. package/types/control/checkbox/Checkbox.vue.d.ts +16 -0
  24. package/types/control/checkbox/index.d.ts +16 -0
  25. package/types/control/checkbox/props.d.ts +8 -0
  26. package/types/control/date-picker/DatePicker.vue.d.ts +16 -0
  27. package/types/control/date-picker/index.d.ts +16 -0
  28. package/types/control/date-picker/props.d.ts +8 -0
  29. package/types/control/input/Input.vue.d.ts +16 -0
  30. package/types/control/input/index.d.ts +16 -0
  31. package/types/control/input/props.d.ts +8 -0
  32. package/types/control/radio/Radio.vue.d.ts +16 -0
  33. package/types/control/radio/index.d.ts +16 -0
  34. package/types/control/radio/props.d.ts +8 -0
  35. package/types/control/range-picker/RangePicker.vue.d.ts +16 -0
  36. package/types/control/range-picker/index.d.ts +16 -0
  37. package/types/control/range-picker/props.d.ts +8 -0
  38. package/types/control/select/Select.vue.d.ts +16 -0
  39. package/types/control/select/index.d.ts +16 -0
  40. package/types/control/select/props.d.ts +8 -0
  41. package/types/control/tree-select/TreeSelect.vue.d.ts +8 -0
  42. package/types/control/tree-select/index.d.ts +8 -0
  43. package/types/control/tree-select/props.d.ts +8 -0
  44. package/types/graph/bar/Bar.vue.d.ts +16 -0
  45. package/types/graph/bar/index.d.ts +16 -0
  46. package/types/graph/bar/props.d.ts +8 -0
  47. package/types/graph/combo-graph/ComboGraph.vue.d.ts +16 -0
  48. package/types/graph/combo-graph/index.d.ts +16 -0
  49. package/types/graph/combo-graph/props.d.ts +8 -0
  50. package/types/graph/custom-graph/CustomGraph.vue.d.ts +16 -0
  51. package/types/graph/custom-graph/index.d.ts +16 -0
  52. package/types/graph/custom-graph/props.d.ts +8 -0
  53. package/types/graph/line/Line.vue.d.ts +16 -0
  54. package/types/graph/line/index.d.ts +16 -0
  55. package/types/graph/line/props.d.ts +10 -0
  56. package/types/graph/pie/Pie.vue.d.ts +16 -0
  57. package/types/graph/pie/index.d.ts +16 -0
  58. package/types/graph/pie/props.d.ts +8 -0
  59. package/types/graph/radar/Radar.vue.d.ts +16 -0
  60. package/types/graph/radar/index.d.ts +16 -0
  61. package/types/graph/radar/props.d.ts +10 -0
  62. package/types/graph/scatter/Scatter.vue.d.ts +52 -0
  63. package/types/graph/scatter/index.d.ts +52 -0
  64. package/types/graph/scatter/props.d.ts +28 -0
  65. package/types/laboratory/data-select/DataSelect.vue.d.ts +16 -0
  66. package/types/laboratory/data-select/index.d.ts +16 -0
  67. package/types/laboratory/data-select/props.d.ts +8 -0
  68. package/types/map/map/Map.vue.d.ts +16 -0
  69. package/types/map/map/index.d.ts +16 -0
  70. package/types/map/map/props.d.ts +8 -0
  71. package/types/media/iframe/Iframe.vue.d.ts +16 -0
  72. package/types/media/iframe/index.d.ts +16 -0
  73. package/types/media/iframe/props.d.ts +8 -0
  74. package/types/media/image/Image.vue.d.ts +16 -0
  75. package/types/media/image/index.d.ts +16 -0
  76. package/types/media/image/props.d.ts +8 -0
  77. package/types/setting/page-config/PageConfig.vue.d.ts +11 -1
  78. package/types/setting/page-config/index.d.ts +11 -1
  79. package/types/setting/provider-config/ProviderConfig.vue.d.ts +19 -1
  80. package/types/setting/provider-config/index.d.ts +19 -1
  81. package/types/setting/provider-config/props.d.ts +6 -1
  82. package/types/table/table/Table.vue.d.ts +16 -0
  83. package/types/table/table/index.d.ts +16 -0
  84. package/types/table/table/props.d.ts +8 -0
  85. package/types/text/counter/Counter.vue.d.ts +16 -0
  86. package/types/text/counter/index.d.ts +16 -0
  87. package/types/text/counter/props.d.ts +8 -0
  88. package/types/text/list/List.vue.d.ts +16 -0
  89. package/types/text/list/index.d.ts +16 -0
  90. package/types/text/list/props.d.ts +8 -0
  91. package/types/text/proportion/Proportion.vue.d.ts +16 -0
  92. package/types/text/proportion/index.d.ts +16 -0
  93. package/types/text/proportion/props.d.ts +8 -0
  94. package/types/text/text/Text.vue.d.ts +25 -0
  95. package/types/text/text/index.d.ts +25 -0
  96. package/types/text/text/props.d.ts +13 -0
  97. package/types/text/time-display/TimeDisplay.vue.d.ts +16 -0
  98. package/types/text/time-display/index.d.ts +16 -0
  99. package/types/text/time-display/props.d.ts +8 -0
  100. package/types/utils/props.d.ts +2 -0
  101. package/types/utils/util.d.ts +1 -0
@@ -1,4 +1,8 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
+ pageId: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  contextRequestUrl: {
3
7
  type?: import("vue").PropType<string>;
4
8
  default?: string;
@@ -67,10 +71,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
67
71
  [key: string]: any;
68
72
  }[];
69
73
  };
74
+ events: {
75
+ type?: import("vue").PropType<import("../../utils/props").Events>;
76
+ default?: import("../../utils/props").Events;
77
+ };
70
78
  }, {
71
79
  providerConfig: import("vue").Ref<HTMLElement>;
72
80
  configStyle: any;
73
81
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
82
+ pageId: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
74
86
  contextRequestUrl: {
75
87
  type?: import("vue").PropType<string>;
76
88
  default?: string;
@@ -139,5 +151,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
139
151
  [key: string]: any;
140
152
  }[];
141
153
  };
142
- }>>, {}>;
154
+ events: {
155
+ type?: import("vue").PropType<import("../../utils/props").Events>;
156
+ default?: import("../../utils/props").Events;
157
+ };
158
+ }>>, {
159
+ pageId: string;
160
+ }>;
143
161
  export default _sfc_main;
@@ -1,4 +1,8 @@
1
1
  export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
+ pageId: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  contextRequestUrl: {
3
7
  type?: import("vue").PropType<string>;
4
8
  default?: string;
@@ -67,10 +71,18 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
67
71
  [key: string]: any;
68
72
  }[];
69
73
  };
74
+ events: {
75
+ type?: import("vue").PropType<import("../../utils/props").Events>;
76
+ default?: import("../../utils/props").Events;
77
+ };
70
78
  }, {
71
79
  providerConfig: import("vue").Ref<HTMLElement>;
72
80
  configStyle: any;
73
81
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
82
+ pageId: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
74
86
  contextRequestUrl: {
75
87
  type?: import("vue").PropType<string>;
76
88
  default?: string;
@@ -139,6 +151,12 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
139
151
  [key: string]: any;
140
152
  }[];
141
153
  };
142
- }>>, {}>> & Record<string, any>;
154
+ events: {
155
+ type?: import("vue").PropType<import("../../utils/props").Events>;
156
+ default?: import("../../utils/props").Events;
157
+ };
158
+ }>>, {
159
+ pageId: string;
160
+ }>> & Record<string, any>;
143
161
  export default EcanProviderConfig;
144
162
  export * from './props';
@@ -1,4 +1,4 @@
1
- import { JumpTimeOperate } from '../../utils/props';
1
+ import { JumpTimeOperate, Events } from '../../utils/props';
2
2
  export interface ProviderConfig {
3
3
  contextRequestUrl: string;
4
4
  pageMode: 'normal' | 'preview' | 'design';
@@ -21,6 +21,7 @@ export interface ProviderConfig {
21
21
  requestList: {
22
22
  [key: string]: any;
23
23
  }[];
24
+ events: Events;
24
25
  }
25
26
  export declare const providerConfig: ProviderConfig;
26
27
  export declare const providerConfigComponentProps: {
@@ -92,4 +93,8 @@ export declare const providerConfigComponentProps: {
92
93
  [key: string]: any;
93
94
  }[];
94
95
  };
96
+ events: {
97
+ type?: import("vue").PropType<Events>;
98
+ default?: Events;
99
+ };
95
100
  };
@@ -323,6 +323,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
323
323
  type?: import("vue").PropType<string>;
324
324
  default?: string;
325
325
  };
326
+ dataSetParam?: {
327
+ type?: import("vue").PropType<any>;
328
+ default?: any;
329
+ };
330
+ requestType?: {
331
+ type?: import("vue").PropType<any>;
332
+ default?: any;
333
+ };
326
334
  }, {
327
335
  x: import("vue").ComputedRef<number>;
328
336
  y: import("vue").Ref<number>;
@@ -710,5 +718,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
710
718
  type?: import("vue").PropType<string>;
711
719
  default?: string;
712
720
  };
721
+ dataSetParam?: {
722
+ type?: import("vue").PropType<any>;
723
+ default?: any;
724
+ };
725
+ requestType?: {
726
+ type?: import("vue").PropType<any>;
727
+ default?: any;
728
+ };
713
729
  }>>, {}>;
714
730
  export default _sfc_main;
@@ -323,6 +323,14 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
323
323
  type?: import("vue").PropType<string>;
324
324
  default?: string;
325
325
  };
326
+ dataSetParam?: {
327
+ type?: import("vue").PropType<any>;
328
+ default?: any;
329
+ };
330
+ requestType?: {
331
+ type?: import("vue").PropType<any>;
332
+ default?: any;
333
+ };
326
334
  }, {
327
335
  x: import("vue").ComputedRef<number>;
328
336
  y: import("vue").Ref<number>;
@@ -710,6 +718,14 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
710
718
  type?: import("vue").PropType<string>;
711
719
  default?: string;
712
720
  };
721
+ dataSetParam?: {
722
+ type?: import("vue").PropType<any>;
723
+ default?: any;
724
+ };
725
+ requestType?: {
726
+ type?: import("vue").PropType<any>;
727
+ default?: any;
728
+ };
713
729
  }>>, {}>> & Record<string, any>;
714
730
  export default EcanTable;
715
731
  export * from './props';
@@ -388,5 +388,13 @@ export declare const tableComponentProps: {
388
388
  type?: import("vue").PropType<string>;
389
389
  default?: string;
390
390
  };
391
+ dataSetParam?: {
392
+ type?: import("vue").PropType<any>;
393
+ default?: any;
394
+ };
395
+ requestType?: {
396
+ type?: import("vue").PropType<any>;
397
+ default?: any;
398
+ };
391
399
  };
392
400
  export declare const tableEvents: string[];
@@ -147,6 +147,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
147
147
  type?: import("vue").PropType<string>;
148
148
  default?: string;
149
149
  };
150
+ dataSetParam?: {
151
+ type?: import("vue").PropType<any>;
152
+ default?: any;
153
+ };
154
+ requestType?: {
155
+ type?: import("vue").PropType<any>;
156
+ default?: any;
157
+ };
150
158
  }, {
151
159
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
152
160
  valueList: import("vue").ComputedRef<string[]>;
@@ -313,5 +321,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
313
321
  type?: import("vue").PropType<string>;
314
322
  default?: string;
315
323
  };
324
+ dataSetParam?: {
325
+ type?: import("vue").PropType<any>;
326
+ default?: any;
327
+ };
328
+ requestType?: {
329
+ type?: import("vue").PropType<any>;
330
+ default?: any;
331
+ };
316
332
  }>>, {}>;
317
333
  export default _sfc_main;
@@ -147,6 +147,14 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
147
147
  type?: import("vue").PropType<string>;
148
148
  default?: string;
149
149
  };
150
+ dataSetParam?: {
151
+ type?: import("vue").PropType<any>;
152
+ default?: any;
153
+ };
154
+ requestType?: {
155
+ type?: import("vue").PropType<any>;
156
+ default?: any;
157
+ };
150
158
  }, {
151
159
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
152
160
  valueList: import("vue").ComputedRef<string[]>;
@@ -313,6 +321,14 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
313
321
  type?: import("vue").PropType<string>;
314
322
  default?: string;
315
323
  };
324
+ dataSetParam?: {
325
+ type?: import("vue").PropType<any>;
326
+ default?: any;
327
+ };
328
+ requestType?: {
329
+ type?: import("vue").PropType<any>;
330
+ default?: any;
331
+ };
316
332
  }>>, {}>> & Record<string, any>;
317
333
  export default EcanCounter;
318
334
  export * from './props';
@@ -164,6 +164,14 @@ export declare const counterComponentProps: {
164
164
  type?: import("vue").PropType<string>;
165
165
  default?: string;
166
166
  };
167
+ dataSetParam?: {
168
+ type?: import("vue").PropType<any>;
169
+ default?: any;
170
+ };
171
+ requestType?: {
172
+ type?: import("vue").PropType<any>;
173
+ default?: any;
174
+ };
167
175
  };
168
176
  export interface CounterEvents {
169
177
  refreshData: () => void;
@@ -219,6 +219,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
219
219
  type?: import("vue").PropType<string>;
220
220
  default?: string;
221
221
  };
222
+ dataSetParam?: {
223
+ type?: import("vue").PropType<any>;
224
+ default?: any;
225
+ };
226
+ requestType?: {
227
+ type?: import("vue").PropType<any>;
228
+ default?: any;
229
+ };
222
230
  }, {
223
231
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
224
232
  formatFn: (value: string | number, column: any) => any;
@@ -485,5 +493,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
485
493
  type?: import("vue").PropType<string>;
486
494
  default?: string;
487
495
  };
496
+ dataSetParam?: {
497
+ type?: import("vue").PropType<any>;
498
+ default?: any;
499
+ };
500
+ requestType?: {
501
+ type?: import("vue").PropType<any>;
502
+ default?: any;
503
+ };
488
504
  }>>, {}>;
489
505
  export default _sfc_main;
@@ -219,6 +219,14 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
219
219
  type?: import("vue").PropType<string>;
220
220
  default?: string;
221
221
  };
222
+ dataSetParam?: {
223
+ type?: import("vue").PropType<any>;
224
+ default?: any;
225
+ };
226
+ requestType?: {
227
+ type?: import("vue").PropType<any>;
228
+ default?: any;
229
+ };
222
230
  }, {
223
231
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
224
232
  formatFn: (value: string | number, column: any) => any;
@@ -485,6 +493,14 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
485
493
  type?: import("vue").PropType<string>;
486
494
  default?: string;
487
495
  };
496
+ dataSetParam?: {
497
+ type?: import("vue").PropType<any>;
498
+ default?: any;
499
+ };
500
+ requestType?: {
501
+ type?: import("vue").PropType<any>;
502
+ default?: any;
503
+ };
488
504
  }>>, {}>> & Record<string, any>;
489
505
  export default EcanList;
490
506
  export * from './props';
@@ -257,6 +257,14 @@ export declare const listComponentProps: {
257
257
  type?: import("vue").PropType<string>;
258
258
  default?: string;
259
259
  };
260
+ dataSetParam?: {
261
+ type?: import("vue").PropType<any>;
262
+ default?: any;
263
+ };
264
+ requestType?: {
265
+ type?: import("vue").PropType<any>;
266
+ default?: any;
267
+ };
260
268
  };
261
269
  export interface ListEvents {
262
270
  refreshData: () => void;
@@ -187,6 +187,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ dataSetParam?: {
191
+ type?: import("vue").PropType<any>;
192
+ default?: any;
193
+ };
194
+ requestType?: {
195
+ type?: import("vue").PropType<any>;
196
+ default?: any;
197
+ };
190
198
  }, {
191
199
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
192
200
  myWidth: import("vue").ComputedRef<number>;
@@ -384,5 +392,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
384
392
  type?: import("vue").PropType<string>;
385
393
  default?: string;
386
394
  };
395
+ dataSetParam?: {
396
+ type?: import("vue").PropType<any>;
397
+ default?: any;
398
+ };
399
+ requestType?: {
400
+ type?: import("vue").PropType<any>;
401
+ default?: any;
402
+ };
387
403
  }>>, {}>;
388
404
  export default _sfc_main;
@@ -187,6 +187,14 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ dataSetParam?: {
191
+ type?: import("vue").PropType<any>;
192
+ default?: any;
193
+ };
194
+ requestType?: {
195
+ type?: import("vue").PropType<any>;
196
+ default?: any;
197
+ };
190
198
  }, {
191
199
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
192
200
  myWidth: import("vue").ComputedRef<number>;
@@ -384,6 +392,14 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
384
392
  type?: import("vue").PropType<string>;
385
393
  default?: string;
386
394
  };
395
+ dataSetParam?: {
396
+ type?: import("vue").PropType<any>;
397
+ default?: any;
398
+ };
399
+ requestType?: {
400
+ type?: import("vue").PropType<any>;
401
+ default?: any;
402
+ };
387
403
  }>>, {}>> & Record<string, any>;
388
404
  export default EcanProportion;
389
405
  export * from './props';
@@ -215,5 +215,13 @@ export declare const proportionComponentProps: {
215
215
  type?: import("vue").PropType<string>;
216
216
  default?: string;
217
217
  };
218
+ dataSetParam?: {
219
+ type?: import("vue").PropType<any>;
220
+ default?: any;
221
+ };
222
+ requestType?: {
223
+ type?: import("vue").PropType<any>;
224
+ default?: any;
225
+ };
218
226
  };
219
227
  export declare const proportionEvents: string[];
@@ -187,6 +187,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ targetTemplate: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
190
194
  id: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -287,6 +291,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
287
291
  type?: import("vue").PropType<string>;
288
292
  default?: string;
289
293
  };
294
+ dataSetParam?: {
295
+ type?: import("vue").PropType<any>;
296
+ default?: any;
297
+ };
298
+ requestType?: {
299
+ type?: import("vue").PropType<any>;
300
+ default?: any;
301
+ };
290
302
  }, {
291
303
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
292
304
  myText: import("vue").ComputedRef<string>;
@@ -295,6 +307,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
295
307
  textIndent: import("vue").ComputedRef<string>;
296
308
  vFontSize: import("vue").ComputedRef<string>;
297
309
  gradientStyle: import("vue").ComputedRef<any>;
310
+ cursorStyle: import("vue").ComputedRef<any>;
298
311
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
299
312
  text: {
300
313
  type?: import("vue").PropType<string>;
@@ -484,6 +497,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
484
497
  type?: import("vue").PropType<string>;
485
498
  default?: string;
486
499
  };
500
+ targetTemplate: {
501
+ type?: import("vue").PropType<string>;
502
+ default?: string;
503
+ };
487
504
  id: {
488
505
  type?: import("vue").PropType<string>;
489
506
  default?: string;
@@ -584,5 +601,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
584
601
  type?: import("vue").PropType<string>;
585
602
  default?: string;
586
603
  };
604
+ dataSetParam?: {
605
+ type?: import("vue").PropType<any>;
606
+ default?: any;
607
+ };
608
+ requestType?: {
609
+ type?: import("vue").PropType<any>;
610
+ default?: any;
611
+ };
587
612
  }>>, {}>;
588
613
  export default _sfc_main;
@@ -187,6 +187,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
187
187
  type?: import("vue").PropType<string>;
188
188
  default?: string;
189
189
  };
190
+ targetTemplate: {
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
193
+ };
190
194
  id: {
191
195
  type?: import("vue").PropType<string>;
192
196
  default?: string;
@@ -287,6 +291,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
287
291
  type?: import("vue").PropType<string>;
288
292
  default?: string;
289
293
  };
294
+ dataSetParam?: {
295
+ type?: import("vue").PropType<any>;
296
+ default?: any;
297
+ };
298
+ requestType?: {
299
+ type?: import("vue").PropType<any>;
300
+ default?: any;
301
+ };
290
302
  }, {
291
303
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
292
304
  myText: import("vue").ComputedRef<string>;
@@ -295,6 +307,7 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
295
307
  textIndent: import("vue").ComputedRef<string>;
296
308
  vFontSize: import("vue").ComputedRef<string>;
297
309
  gradientStyle: import("vue").ComputedRef<any>;
310
+ cursorStyle: import("vue").ComputedRef<any>;
298
311
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
299
312
  text: {
300
313
  type?: import("vue").PropType<string>;
@@ -484,6 +497,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
484
497
  type?: import("vue").PropType<string>;
485
498
  default?: string;
486
499
  };
500
+ targetTemplate: {
501
+ type?: import("vue").PropType<string>;
502
+ default?: string;
503
+ };
487
504
  id: {
488
505
  type?: import("vue").PropType<string>;
489
506
  default?: string;
@@ -584,6 +601,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
584
601
  type?: import("vue").PropType<string>;
585
602
  default?: string;
586
603
  };
604
+ dataSetParam?: {
605
+ type?: import("vue").PropType<any>;
606
+ default?: any;
607
+ };
608
+ requestType?: {
609
+ type?: import("vue").PropType<any>;
610
+ default?: any;
611
+ };
587
612
  }>>, {}>> & Record<string, any>;
588
613
  export default EcanText;
589
614
  export * from './props';
@@ -50,6 +50,7 @@ export interface TextProps extends Props {
50
50
  [key: string]: any;
51
51
  }[];
52
52
  exceedConfig: string;
53
+ targetTemplate: string;
53
54
  }
54
55
  export declare const textProps: TextProps;
55
56
  export declare const textComponentProps: {
@@ -241,6 +242,10 @@ export declare const textComponentProps: {
241
242
  type?: import("vue").PropType<string>;
242
243
  default?: string;
243
244
  };
245
+ targetTemplate: {
246
+ type?: import("vue").PropType<string>;
247
+ default?: string;
248
+ };
244
249
  id: {
245
250
  type?: import("vue").PropType<string>;
246
251
  default?: string;
@@ -341,5 +346,13 @@ export declare const textComponentProps: {
341
346
  type?: import("vue").PropType<string>;
342
347
  default?: string;
343
348
  };
349
+ dataSetParam?: {
350
+ type?: import("vue").PropType<any>;
351
+ default?: any;
352
+ };
353
+ requestType?: {
354
+ type?: import("vue").PropType<any>;
355
+ default?: any;
356
+ };
344
357
  };
345
358
  export declare const textEvents: string[];
@@ -145,6 +145,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
145
145
  type?: import("vue").PropType<string>;
146
146
  default?: string;
147
147
  };
148
+ dataSetParam?: {
149
+ type?: import("vue").PropType<any>;
150
+ default?: any;
151
+ };
152
+ requestType?: {
153
+ type?: import("vue").PropType<any>;
154
+ default?: any;
155
+ };
148
156
  }, {
149
157
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
150
158
  time: import("vue").Ref<any>;
@@ -295,5 +303,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
295
303
  type?: import("vue").PropType<string>;
296
304
  default?: string;
297
305
  };
306
+ dataSetParam?: {
307
+ type?: import("vue").PropType<any>;
308
+ default?: any;
309
+ };
310
+ requestType?: {
311
+ type?: import("vue").PropType<any>;
312
+ default?: any;
313
+ };
298
314
  }>>, {}>;
299
315
  export default _sfc_main;
@@ -145,6 +145,14 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
145
145
  type?: import("vue").PropType<string>;
146
146
  default?: string;
147
147
  };
148
+ dataSetParam?: {
149
+ type?: import("vue").PropType<any>;
150
+ default?: any;
151
+ };
152
+ requestType?: {
153
+ type?: import("vue").PropType<any>;
154
+ default?: any;
155
+ };
148
156
  }, {
149
157
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
150
158
  time: import("vue").Ref<any>;
@@ -295,6 +303,14 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
295
303
  type?: import("vue").PropType<string>;
296
304
  default?: string;
297
305
  };
306
+ dataSetParam?: {
307
+ type?: import("vue").PropType<any>;
308
+ default?: any;
309
+ };
310
+ requestType?: {
311
+ type?: import("vue").PropType<any>;
312
+ default?: any;
313
+ };
298
314
  }>>, {}>> & Record<string, any>;
299
315
  export default EcanTimeDisplay;
300
316
  export * from './props';
@@ -162,5 +162,13 @@ export declare const timeDisplayComponentProps: {
162
162
  type?: import("vue").PropType<string>;
163
163
  default?: string;
164
164
  };
165
+ dataSetParam?: {
166
+ type?: import("vue").PropType<any>;
167
+ default?: any;
168
+ };
169
+ requestType?: {
170
+ type?: import("vue").PropType<any>;
171
+ default?: any;
172
+ };
165
173
  };
166
174
  export declare const timeDisplayEvents: string[];
@@ -51,6 +51,8 @@ export interface Props {
51
51
  scale?: number;
52
52
  requestParamsMode: '1' | '2';
53
53
  customRequestParams: string;
54
+ dataSetParam?: any;
55
+ requestType?: any;
54
56
  }
55
57
  export declare const props: Props;
56
58
  export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
@@ -76,3 +76,4 @@ export declare function handleJumpLink(props: {
76
76
  }, params: {
77
77
  [key: string]: any;
78
78
  }): void;
79
+ export declare function getPageUrlParams(pageId: string): {};