@ecan-bi/datav 1.3.76 → 1.3.78
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.
- package/dist/index.es.js +6033 -5839
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +24 -24
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +16 -0
- package/types/container/border/index.d.ts +16 -0
- package/types/container/border/props.d.ts +8 -0
- package/types/container/circulate/Circulate.vue.d.ts +16 -0
- package/types/container/circulate/index.d.ts +16 -0
- package/types/container/circulate/props.d.ts +8 -0
- package/types/container/index.d.ts +1 -0
- package/types/container/tabs/Tabs.vue.d.ts +16 -0
- package/types/container/tabs/index.d.ts +16 -0
- package/types/container/tabs/props.d.ts +8 -0
- package/types/container/template/Template.vue.d.ts +262 -0
- package/types/container/template/index.d.ts +263 -0
- package/types/container/template/props.d.ts +140 -0
- package/types/control/button/Button.vue.d.ts +16 -0
- package/types/control/button/index.d.ts +16 -0
- package/types/control/button/props.d.ts +8 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +16 -0
- package/types/control/checkbox/index.d.ts +16 -0
- package/types/control/checkbox/props.d.ts +8 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +16 -0
- package/types/control/date-picker/index.d.ts +16 -0
- package/types/control/date-picker/props.d.ts +8 -0
- package/types/control/input/Input.vue.d.ts +16 -0
- package/types/control/input/index.d.ts +16 -0
- package/types/control/input/props.d.ts +8 -0
- package/types/control/radio/Radio.vue.d.ts +16 -0
- package/types/control/radio/index.d.ts +16 -0
- package/types/control/radio/props.d.ts +8 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +16 -0
- package/types/control/range-picker/index.d.ts +16 -0
- package/types/control/range-picker/props.d.ts +8 -0
- package/types/control/select/Select.vue.d.ts +16 -0
- package/types/control/select/index.d.ts +16 -0
- package/types/control/select/props.d.ts +8 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +8 -0
- package/types/control/tree-select/index.d.ts +8 -0
- package/types/control/tree-select/props.d.ts +8 -0
- package/types/graph/bar/Bar.vue.d.ts +16 -0
- package/types/graph/bar/index.d.ts +16 -0
- package/types/graph/bar/props.d.ts +8 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +16 -0
- package/types/graph/combo-graph/index.d.ts +16 -0
- package/types/graph/combo-graph/props.d.ts +8 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +16 -0
- package/types/graph/custom-graph/index.d.ts +16 -0
- package/types/graph/custom-graph/props.d.ts +8 -0
- package/types/graph/line/Line.vue.d.ts +16 -0
- package/types/graph/line/index.d.ts +16 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +16 -0
- package/types/graph/pie/index.d.ts +16 -0
- package/types/graph/pie/props.d.ts +8 -0
- package/types/graph/radar/Radar.vue.d.ts +16 -0
- package/types/graph/radar/index.d.ts +16 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +54 -0
- package/types/graph/scatter/index.d.ts +54 -0
- package/types/graph/scatter/props.d.ts +28 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +16 -0
- package/types/laboratory/data-select/index.d.ts +16 -0
- package/types/laboratory/data-select/props.d.ts +8 -0
- package/types/map/map/Map.vue.d.ts +16 -0
- package/types/map/map/index.d.ts +16 -0
- package/types/map/map/props.d.ts +8 -0
- package/types/media/iframe/Iframe.vue.d.ts +16 -0
- package/types/media/iframe/index.d.ts +16 -0
- package/types/media/iframe/props.d.ts +8 -0
- package/types/media/image/Image.vue.d.ts +16 -0
- package/types/media/image/index.d.ts +16 -0
- package/types/media/image/props.d.ts +8 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +11 -1
- package/types/setting/page-config/index.d.ts +11 -1
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +19 -1
- package/types/setting/provider-config/index.d.ts +19 -1
- package/types/setting/provider-config/props.d.ts +6 -1
- package/types/table/table/Table.vue.d.ts +16 -0
- package/types/table/table/index.d.ts +16 -0
- package/types/table/table/props.d.ts +8 -0
- package/types/text/counter/Counter.vue.d.ts +16 -0
- package/types/text/counter/index.d.ts +16 -0
- package/types/text/counter/props.d.ts +8 -0
- package/types/text/list/List.vue.d.ts +16 -0
- package/types/text/list/index.d.ts +16 -0
- package/types/text/list/props.d.ts +8 -0
- package/types/text/proportion/Proportion.vue.d.ts +16 -0
- package/types/text/proportion/index.d.ts +16 -0
- package/types/text/proportion/props.d.ts +8 -0
- package/types/text/text/Text.vue.d.ts +25 -0
- package/types/text/text/index.d.ts +25 -0
- package/types/text/text/props.d.ts +13 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +16 -0
- package/types/text/time-display/index.d.ts +16 -0
- package/types/text/time-display/props.d.ts +8 -0
- package/types/utils/props.d.ts +2 -0
- package/types/utils/util.d.ts +1 -0
|
@@ -118,5 +118,13 @@ export declare const inputComponentProps: {
|
|
|
118
118
|
type?: import("vue").PropType<string>;
|
|
119
119
|
default?: string;
|
|
120
120
|
};
|
|
121
|
+
dataSetParam?: {
|
|
122
|
+
type?: import("vue").PropType<any>;
|
|
123
|
+
default?: any;
|
|
124
|
+
};
|
|
125
|
+
requestType?: {
|
|
126
|
+
type?: import("vue").PropType<any>;
|
|
127
|
+
default?: any;
|
|
128
|
+
};
|
|
121
129
|
};
|
|
122
130
|
export declare const inputEvents: string[];
|
|
@@ -156,6 +156,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
156
|
type?: import("vue").PropType<string>;
|
|
157
157
|
default?: string;
|
|
158
158
|
};
|
|
159
|
+
dataSetParam?: {
|
|
160
|
+
type?: import("vue").PropType<any>;
|
|
161
|
+
default?: any;
|
|
162
|
+
};
|
|
163
|
+
requestType?: {
|
|
164
|
+
type?: import("vue").PropType<any>;
|
|
165
|
+
default?: any;
|
|
166
|
+
};
|
|
159
167
|
}, {
|
|
160
168
|
myOption: import("vue").Ref<{
|
|
161
169
|
label: string;
|
|
@@ -335,5 +343,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
343
|
type?: import("vue").PropType<string>;
|
|
336
344
|
default?: string;
|
|
337
345
|
};
|
|
346
|
+
dataSetParam?: {
|
|
347
|
+
type?: import("vue").PropType<any>;
|
|
348
|
+
default?: any;
|
|
349
|
+
};
|
|
350
|
+
requestType?: {
|
|
351
|
+
type?: import("vue").PropType<any>;
|
|
352
|
+
default?: any;
|
|
353
|
+
};
|
|
338
354
|
}>>, {}>;
|
|
339
355
|
export default _sfc_main;
|
|
@@ -155,6 +155,14 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
dataSetParam?: {
|
|
159
|
+
type?: import("vue").PropType<any>;
|
|
160
|
+
default?: any;
|
|
161
|
+
};
|
|
162
|
+
requestType?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
158
166
|
}, {
|
|
159
167
|
myOption: import("vue").Ref<{
|
|
160
168
|
label: string;
|
|
@@ -334,6 +342,14 @@ export declare const EcanRadio: import('../../utils/withInstall').SFCWithInstall
|
|
|
334
342
|
type?: import("vue").PropType<string>;
|
|
335
343
|
default?: string;
|
|
336
344
|
};
|
|
345
|
+
dataSetParam?: {
|
|
346
|
+
type?: import("vue").PropType<any>;
|
|
347
|
+
default?: any;
|
|
348
|
+
};
|
|
349
|
+
requestType?: {
|
|
350
|
+
type?: import("vue").PropType<any>;
|
|
351
|
+
default?: any;
|
|
352
|
+
};
|
|
337
353
|
}>>, {}>> & Record<string, any>;
|
|
338
354
|
export default EcanRadio;
|
|
339
355
|
export * from './props';
|
|
@@ -181,5 +181,13 @@ export declare const radioComponentProps: {
|
|
|
181
181
|
type?: import("vue").PropType<string>;
|
|
182
182
|
default?: string;
|
|
183
183
|
};
|
|
184
|
+
dataSetParam?: {
|
|
185
|
+
type?: import("vue").PropType<any>;
|
|
186
|
+
default?: any;
|
|
187
|
+
};
|
|
188
|
+
requestType?: {
|
|
189
|
+
type?: import("vue").PropType<any>;
|
|
190
|
+
default?: any;
|
|
191
|
+
};
|
|
184
192
|
};
|
|
185
193
|
export declare const radioEvents: string[];
|
|
@@ -157,6 +157,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
157
157
|
type?: import("vue").PropType<string>;
|
|
158
158
|
default?: string;
|
|
159
159
|
};
|
|
160
|
+
dataSetParam?: {
|
|
161
|
+
type?: import("vue").PropType<any>;
|
|
162
|
+
default?: any;
|
|
163
|
+
};
|
|
164
|
+
requestType?: {
|
|
165
|
+
type?: import("vue").PropType<any>;
|
|
166
|
+
default?: any;
|
|
167
|
+
};
|
|
160
168
|
}, {
|
|
161
169
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
162
170
|
getPopupContainer: () => HTMLElement;
|
|
@@ -507,5 +515,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
507
515
|
type?: import("vue").PropType<string>;
|
|
508
516
|
default?: string;
|
|
509
517
|
};
|
|
518
|
+
dataSetParam?: {
|
|
519
|
+
type?: import("vue").PropType<any>;
|
|
520
|
+
default?: any;
|
|
521
|
+
};
|
|
522
|
+
requestType?: {
|
|
523
|
+
type?: import("vue").PropType<any>;
|
|
524
|
+
default?: any;
|
|
525
|
+
};
|
|
510
526
|
}>>, {}>;
|
|
511
527
|
export default _sfc_main;
|
|
@@ -155,6 +155,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
dataSetParam?: {
|
|
159
|
+
type?: import("vue").PropType<any>;
|
|
160
|
+
default?: any;
|
|
161
|
+
};
|
|
162
|
+
requestType?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
158
166
|
}, {
|
|
159
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
168
|
getPopupContainer: () => HTMLElement;
|
|
@@ -505,6 +513,14 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
505
513
|
type?: import("vue").PropType<string>;
|
|
506
514
|
default?: string;
|
|
507
515
|
};
|
|
516
|
+
dataSetParam?: {
|
|
517
|
+
type?: import("vue").PropType<any>;
|
|
518
|
+
default?: any;
|
|
519
|
+
};
|
|
520
|
+
requestType?: {
|
|
521
|
+
type?: import("vue").PropType<any>;
|
|
522
|
+
default?: any;
|
|
523
|
+
};
|
|
508
524
|
}>>, {}>> & Record<string, any>;
|
|
509
525
|
export default EcanRangePicker;
|
|
510
526
|
export * from './props';
|
|
@@ -174,5 +174,13 @@ export declare const rangePickerComponentProps: {
|
|
|
174
174
|
type?: import("vue").PropType<string>;
|
|
175
175
|
default?: string;
|
|
176
176
|
};
|
|
177
|
+
dataSetParam?: {
|
|
178
|
+
type?: import("vue").PropType<any>;
|
|
179
|
+
default?: any;
|
|
180
|
+
};
|
|
181
|
+
requestType?: {
|
|
182
|
+
type?: import("vue").PropType<any>;
|
|
183
|
+
default?: any;
|
|
184
|
+
};
|
|
177
185
|
};
|
|
178
186
|
export declare const rangePickerEvents: string[];
|
|
@@ -159,6 +159,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
dataSetParam?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
166
|
+
requestType?: {
|
|
167
|
+
type?: import("vue").PropType<any>;
|
|
168
|
+
default?: any;
|
|
169
|
+
};
|
|
162
170
|
}, {
|
|
163
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
172
|
getPopupContainer: () => HTMLElement;
|
|
@@ -345,5 +353,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
345
353
|
type?: import("vue").PropType<string>;
|
|
346
354
|
default?: string;
|
|
347
355
|
};
|
|
356
|
+
dataSetParam?: {
|
|
357
|
+
type?: import("vue").PropType<any>;
|
|
358
|
+
default?: any;
|
|
359
|
+
};
|
|
360
|
+
requestType?: {
|
|
361
|
+
type?: import("vue").PropType<any>;
|
|
362
|
+
default?: any;
|
|
363
|
+
};
|
|
348
364
|
}>>, {}>;
|
|
349
365
|
export default _sfc_main;
|
|
@@ -159,6 +159,14 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
159
159
|
type?: import("vue").PropType<string>;
|
|
160
160
|
default?: string;
|
|
161
161
|
};
|
|
162
|
+
dataSetParam?: {
|
|
163
|
+
type?: import("vue").PropType<any>;
|
|
164
|
+
default?: any;
|
|
165
|
+
};
|
|
166
|
+
requestType?: {
|
|
167
|
+
type?: import("vue").PropType<any>;
|
|
168
|
+
default?: any;
|
|
169
|
+
};
|
|
162
170
|
}, {
|
|
163
171
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
172
|
getPopupContainer: () => HTMLElement;
|
|
@@ -345,6 +353,14 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
345
353
|
type?: import("vue").PropType<string>;
|
|
346
354
|
default?: string;
|
|
347
355
|
};
|
|
356
|
+
dataSetParam?: {
|
|
357
|
+
type?: import("vue").PropType<any>;
|
|
358
|
+
default?: any;
|
|
359
|
+
};
|
|
360
|
+
requestType?: {
|
|
361
|
+
type?: import("vue").PropType<any>;
|
|
362
|
+
default?: any;
|
|
363
|
+
};
|
|
348
364
|
}>>, {}>> & Record<string, any>;
|
|
349
365
|
export default EcanSelect;
|
|
350
366
|
export * from './props';
|
|
@@ -189,5 +189,13 @@ export declare const selectComponentProps: {
|
|
|
189
189
|
type?: import("vue").PropType<string>;
|
|
190
190
|
default?: string;
|
|
191
191
|
};
|
|
192
|
+
dataSetParam?: {
|
|
193
|
+
type?: import("vue").PropType<any>;
|
|
194
|
+
default?: any;
|
|
195
|
+
};
|
|
196
|
+
requestType?: {
|
|
197
|
+
type?: import("vue").PropType<any>;
|
|
198
|
+
default?: any;
|
|
199
|
+
};
|
|
192
200
|
};
|
|
193
201
|
export declare const selectEvents: string[];
|
|
@@ -148,6 +148,14 @@ declare const _sfc_main: {
|
|
|
148
148
|
type?: import("vue").PropType<string>;
|
|
149
149
|
default?: string;
|
|
150
150
|
};
|
|
151
|
+
dataSetParam?: {
|
|
152
|
+
type?: import("vue").PropType<any>;
|
|
153
|
+
default?: any;
|
|
154
|
+
};
|
|
155
|
+
requestType?: {
|
|
156
|
+
type?: import("vue").PropType<any>;
|
|
157
|
+
default?: any;
|
|
158
|
+
};
|
|
151
159
|
};
|
|
152
160
|
setup(props: any): {
|
|
153
161
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -148,6 +148,14 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
148
148
|
type?: import("vue").PropType<string>;
|
|
149
149
|
default?: string;
|
|
150
150
|
};
|
|
151
|
+
dataSetParam?: {
|
|
152
|
+
type?: import("vue").PropType<any>;
|
|
153
|
+
default?: any;
|
|
154
|
+
};
|
|
155
|
+
requestType?: {
|
|
156
|
+
type?: import("vue").PropType<any>;
|
|
157
|
+
default?: any;
|
|
158
|
+
};
|
|
151
159
|
};
|
|
152
160
|
setup(props: any): {
|
|
153
161
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -169,5 +169,13 @@ export declare const treeSelectComponentProps: {
|
|
|
169
169
|
type?: import("vue").PropType<string>;
|
|
170
170
|
default?: string;
|
|
171
171
|
};
|
|
172
|
+
dataSetParam?: {
|
|
173
|
+
type?: import("vue").PropType<any>;
|
|
174
|
+
default?: any;
|
|
175
|
+
};
|
|
176
|
+
requestType?: {
|
|
177
|
+
type?: import("vue").PropType<any>;
|
|
178
|
+
default?: any;
|
|
179
|
+
};
|
|
172
180
|
};
|
|
173
181
|
export declare const treeSelectEvents: string[];
|
|
@@ -532,6 +532,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
532
532
|
type?: import("vue").PropType<string>;
|
|
533
533
|
default?: string;
|
|
534
534
|
};
|
|
535
|
+
dataSetParam?: {
|
|
536
|
+
type?: import("vue").PropType<any>;
|
|
537
|
+
default?: any;
|
|
538
|
+
};
|
|
539
|
+
requestType?: {
|
|
540
|
+
type?: import("vue").PropType<any>;
|
|
541
|
+
default?: any;
|
|
542
|
+
};
|
|
535
543
|
}, {
|
|
536
544
|
option: import("vue").ComputedRef<{
|
|
537
545
|
textStyle: {
|
|
@@ -1260,5 +1268,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1260
1268
|
type?: import("vue").PropType<string>;
|
|
1261
1269
|
default?: string;
|
|
1262
1270
|
};
|
|
1271
|
+
dataSetParam?: {
|
|
1272
|
+
type?: import("vue").PropType<any>;
|
|
1273
|
+
default?: any;
|
|
1274
|
+
};
|
|
1275
|
+
requestType?: {
|
|
1276
|
+
type?: import("vue").PropType<any>;
|
|
1277
|
+
default?: any;
|
|
1278
|
+
};
|
|
1263
1279
|
}>>, {}>;
|
|
1264
1280
|
export default _sfc_main;
|
|
@@ -531,6 +531,14 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
531
531
|
type?: import("vue").PropType<string>;
|
|
532
532
|
default?: string;
|
|
533
533
|
};
|
|
534
|
+
dataSetParam?: {
|
|
535
|
+
type?: import("vue").PropType<any>;
|
|
536
|
+
default?: any;
|
|
537
|
+
};
|
|
538
|
+
requestType?: {
|
|
539
|
+
type?: import("vue").PropType<any>;
|
|
540
|
+
default?: any;
|
|
541
|
+
};
|
|
534
542
|
}, {
|
|
535
543
|
option: import("vue").ComputedRef<{
|
|
536
544
|
textStyle: {
|
|
@@ -1259,6 +1267,14 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1259
1267
|
type?: import("vue").PropType<string>;
|
|
1260
1268
|
default?: string;
|
|
1261
1269
|
};
|
|
1270
|
+
dataSetParam?: {
|
|
1271
|
+
type?: import("vue").PropType<any>;
|
|
1272
|
+
default?: any;
|
|
1273
|
+
};
|
|
1274
|
+
requestType?: {
|
|
1275
|
+
type?: import("vue").PropType<any>;
|
|
1276
|
+
default?: any;
|
|
1277
|
+
};
|
|
1262
1278
|
}>>, {}>> & Record<string, any>;
|
|
1263
1279
|
export default EcanBar;
|
|
1264
1280
|
export * from './props';
|
|
@@ -644,5 +644,13 @@ export declare const barComponentProps: {
|
|
|
644
644
|
type?: import("vue").PropType<string>;
|
|
645
645
|
default?: string;
|
|
646
646
|
};
|
|
647
|
+
dataSetParam?: {
|
|
648
|
+
type?: import("vue").PropType<any>;
|
|
649
|
+
default?: any;
|
|
650
|
+
};
|
|
651
|
+
requestType?: {
|
|
652
|
+
type?: import("vue").PropType<any>;
|
|
653
|
+
default?: any;
|
|
654
|
+
};
|
|
647
655
|
};
|
|
648
656
|
export declare const barEvents: string[];
|
|
@@ -536,6 +536,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
536
536
|
type?: import("vue").PropType<string>;
|
|
537
537
|
default?: string;
|
|
538
538
|
};
|
|
539
|
+
dataSetParam?: {
|
|
540
|
+
type?: import("vue").PropType<any>;
|
|
541
|
+
default?: any;
|
|
542
|
+
};
|
|
543
|
+
requestType?: {
|
|
544
|
+
type?: import("vue").PropType<any>;
|
|
545
|
+
default?: any;
|
|
546
|
+
};
|
|
539
547
|
}, {
|
|
540
548
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
541
549
|
option: import("vue").ComputedRef<{
|
|
@@ -1260,5 +1268,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1260
1268
|
type?: import("vue").PropType<string>;
|
|
1261
1269
|
default?: string;
|
|
1262
1270
|
};
|
|
1271
|
+
dataSetParam?: {
|
|
1272
|
+
type?: import("vue").PropType<any>;
|
|
1273
|
+
default?: any;
|
|
1274
|
+
};
|
|
1275
|
+
requestType?: {
|
|
1276
|
+
type?: import("vue").PropType<any>;
|
|
1277
|
+
default?: any;
|
|
1278
|
+
};
|
|
1263
1279
|
}>>, {}>;
|
|
1264
1280
|
export default _sfc_main;
|
|
@@ -535,6 +535,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
535
535
|
type?: import("vue").PropType<string>;
|
|
536
536
|
default?: string;
|
|
537
537
|
};
|
|
538
|
+
dataSetParam?: {
|
|
539
|
+
type?: import("vue").PropType<any>;
|
|
540
|
+
default?: any;
|
|
541
|
+
};
|
|
542
|
+
requestType?: {
|
|
543
|
+
type?: import("vue").PropType<any>;
|
|
544
|
+
default?: any;
|
|
545
|
+
};
|
|
538
546
|
}, {
|
|
539
547
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
540
548
|
option: import("vue").ComputedRef<{
|
|
@@ -1259,6 +1267,14 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1259
1267
|
type?: import("vue").PropType<string>;
|
|
1260
1268
|
default?: string;
|
|
1261
1269
|
};
|
|
1270
|
+
dataSetParam?: {
|
|
1271
|
+
type?: import("vue").PropType<any>;
|
|
1272
|
+
default?: any;
|
|
1273
|
+
};
|
|
1274
|
+
requestType?: {
|
|
1275
|
+
type?: import("vue").PropType<any>;
|
|
1276
|
+
default?: any;
|
|
1277
|
+
};
|
|
1262
1278
|
}>>, {}>> & Record<string, any>;
|
|
1263
1279
|
export default EcanComboGraph;
|
|
1264
1280
|
export * from './props';
|
|
@@ -651,5 +651,13 @@ export declare const comboGraphComponentProps: {
|
|
|
651
651
|
type?: import("vue").PropType<string>;
|
|
652
652
|
default?: string;
|
|
653
653
|
};
|
|
654
|
+
dataSetParam?: {
|
|
655
|
+
type?: import("vue").PropType<any>;
|
|
656
|
+
default?: any;
|
|
657
|
+
};
|
|
658
|
+
requestType?: {
|
|
659
|
+
type?: import("vue").PropType<any>;
|
|
660
|
+
default?: any;
|
|
661
|
+
};
|
|
654
662
|
};
|
|
655
663
|
export declare const comboGraphEvents: string[];
|
|
@@ -116,6 +116,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
116
116
|
type?: import("vue").PropType<string>;
|
|
117
117
|
default?: string;
|
|
118
118
|
};
|
|
119
|
+
dataSetParam?: {
|
|
120
|
+
type?: import("vue").PropType<any>;
|
|
121
|
+
default?: any;
|
|
122
|
+
};
|
|
123
|
+
requestType?: {
|
|
124
|
+
type?: import("vue").PropType<any>;
|
|
125
|
+
default?: any;
|
|
126
|
+
};
|
|
119
127
|
}, {
|
|
120
128
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
121
129
|
myOption: import("vue").Ref<any>;
|
|
@@ -237,5 +245,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
237
245
|
type?: import("vue").PropType<string>;
|
|
238
246
|
default?: string;
|
|
239
247
|
};
|
|
248
|
+
dataSetParam?: {
|
|
249
|
+
type?: import("vue").PropType<any>;
|
|
250
|
+
default?: any;
|
|
251
|
+
};
|
|
252
|
+
requestType?: {
|
|
253
|
+
type?: import("vue").PropType<any>;
|
|
254
|
+
default?: any;
|
|
255
|
+
};
|
|
240
256
|
}>>, {}>;
|
|
241
257
|
export default _sfc_main;
|
|
@@ -115,6 +115,14 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
115
115
|
type?: import("vue").PropType<string>;
|
|
116
116
|
default?: string;
|
|
117
117
|
};
|
|
118
|
+
dataSetParam?: {
|
|
119
|
+
type?: import("vue").PropType<any>;
|
|
120
|
+
default?: any;
|
|
121
|
+
};
|
|
122
|
+
requestType?: {
|
|
123
|
+
type?: import("vue").PropType<any>;
|
|
124
|
+
default?: any;
|
|
125
|
+
};
|
|
118
126
|
}, {
|
|
119
127
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
120
128
|
myOption: import("vue").Ref<any>;
|
|
@@ -236,6 +244,14 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
236
244
|
type?: import("vue").PropType<string>;
|
|
237
245
|
default?: string;
|
|
238
246
|
};
|
|
247
|
+
dataSetParam?: {
|
|
248
|
+
type?: import("vue").PropType<any>;
|
|
249
|
+
default?: any;
|
|
250
|
+
};
|
|
251
|
+
requestType?: {
|
|
252
|
+
type?: import("vue").PropType<any>;
|
|
253
|
+
default?: any;
|
|
254
|
+
};
|
|
239
255
|
}>>, {}>> & Record<string, any>;
|
|
240
256
|
export default EcanCustomGraph;
|
|
241
257
|
export * from './props';
|
|
@@ -124,4 +124,12 @@ export declare const customGraphComponentProps: {
|
|
|
124
124
|
type?: import("vue").PropType<string>;
|
|
125
125
|
default?: string;
|
|
126
126
|
};
|
|
127
|
+
dataSetParam?: {
|
|
128
|
+
type?: import("vue").PropType<any>;
|
|
129
|
+
default?: any;
|
|
130
|
+
};
|
|
131
|
+
requestType?: {
|
|
132
|
+
type?: import("vue").PropType<any>;
|
|
133
|
+
default?: any;
|
|
134
|
+
};
|
|
127
135
|
};
|
|
@@ -489,6 +489,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
489
489
|
type?: import("vue").PropType<string>;
|
|
490
490
|
default?: string;
|
|
491
491
|
};
|
|
492
|
+
dataSetParam?: {
|
|
493
|
+
type?: import("vue").PropType<any>;
|
|
494
|
+
default?: any;
|
|
495
|
+
};
|
|
496
|
+
requestType?: {
|
|
497
|
+
type?: import("vue").PropType<any>;
|
|
498
|
+
default?: any;
|
|
499
|
+
};
|
|
492
500
|
}, {
|
|
493
501
|
option: import("vue").ComputedRef<{
|
|
494
502
|
textStyle: {
|
|
@@ -1153,5 +1161,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1153
1161
|
type?: import("vue").PropType<string>;
|
|
1154
1162
|
default?: string;
|
|
1155
1163
|
};
|
|
1164
|
+
dataSetParam?: {
|
|
1165
|
+
type?: import("vue").PropType<any>;
|
|
1166
|
+
default?: any;
|
|
1167
|
+
};
|
|
1168
|
+
requestType?: {
|
|
1169
|
+
type?: import("vue").PropType<any>;
|
|
1170
|
+
default?: any;
|
|
1171
|
+
};
|
|
1156
1172
|
}>>, {}>;
|
|
1157
1173
|
export default _sfc_main;
|
|
@@ -489,6 +489,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
489
489
|
type?: import("vue").PropType<string>;
|
|
490
490
|
default?: string;
|
|
491
491
|
};
|
|
492
|
+
dataSetParam?: {
|
|
493
|
+
type?: import("vue").PropType<any>;
|
|
494
|
+
default?: any;
|
|
495
|
+
};
|
|
496
|
+
requestType?: {
|
|
497
|
+
type?: import("vue").PropType<any>;
|
|
498
|
+
default?: any;
|
|
499
|
+
};
|
|
492
500
|
}, {
|
|
493
501
|
option: import("vue").ComputedRef<{
|
|
494
502
|
textStyle: {
|
|
@@ -1153,6 +1161,14 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1153
1161
|
type?: import("vue").PropType<string>;
|
|
1154
1162
|
default?: string;
|
|
1155
1163
|
};
|
|
1164
|
+
dataSetParam?: {
|
|
1165
|
+
type?: import("vue").PropType<any>;
|
|
1166
|
+
default?: any;
|
|
1167
|
+
};
|
|
1168
|
+
requestType?: {
|
|
1169
|
+
type?: import("vue").PropType<any>;
|
|
1170
|
+
default?: any;
|
|
1171
|
+
};
|
|
1156
1172
|
}>>, {}>> & Record<string, any>;
|
|
1157
1173
|
export default EcanLine;
|
|
1158
1174
|
export * from './props';
|
|
@@ -226,6 +226,8 @@ export declare const lineProps: {
|
|
|
226
226
|
scale?: number;
|
|
227
227
|
requestParamsMode: "1" | "2";
|
|
228
228
|
customRequestParams: string;
|
|
229
|
+
dataSetParam?: any;
|
|
230
|
+
requestType?: any;
|
|
229
231
|
};
|
|
230
232
|
export declare const lineComponentProps: {
|
|
231
233
|
id: {
|
|
@@ -718,5 +720,13 @@ export declare const lineComponentProps: {
|
|
|
718
720
|
type?: import("vue").PropType<string>;
|
|
719
721
|
default?: string;
|
|
720
722
|
};
|
|
723
|
+
dataSetParam?: {
|
|
724
|
+
type?: import("vue").PropType<any>;
|
|
725
|
+
default?: any;
|
|
726
|
+
};
|
|
727
|
+
requestType?: {
|
|
728
|
+
type?: import("vue").PropType<any>;
|
|
729
|
+
default?: any;
|
|
730
|
+
};
|
|
721
731
|
};
|
|
722
732
|
export declare const lineEvents: string[];
|
|
@@ -372,6 +372,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
372
372
|
type?: import("vue").PropType<string>;
|
|
373
373
|
default?: string;
|
|
374
374
|
};
|
|
375
|
+
dataSetParam?: {
|
|
376
|
+
type?: import("vue").PropType<any>;
|
|
377
|
+
default?: any;
|
|
378
|
+
};
|
|
379
|
+
requestType?: {
|
|
380
|
+
type?: import("vue").PropType<any>;
|
|
381
|
+
default?: any;
|
|
382
|
+
};
|
|
375
383
|
}, {
|
|
376
384
|
option: import("vue").ComputedRef<{
|
|
377
385
|
textStyle: {
|
|
@@ -844,5 +852,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
844
852
|
type?: import("vue").PropType<string>;
|
|
845
853
|
default?: string;
|
|
846
854
|
};
|
|
855
|
+
dataSetParam?: {
|
|
856
|
+
type?: import("vue").PropType<any>;
|
|
857
|
+
default?: any;
|
|
858
|
+
};
|
|
859
|
+
requestType?: {
|
|
860
|
+
type?: import("vue").PropType<any>;
|
|
861
|
+
default?: any;
|
|
862
|
+
};
|
|
847
863
|
}>>, {}>;
|
|
848
864
|
export default _sfc_main;
|
|
@@ -371,6 +371,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
371
371
|
type?: import("vue").PropType<string>;
|
|
372
372
|
default?: string;
|
|
373
373
|
};
|
|
374
|
+
dataSetParam?: {
|
|
375
|
+
type?: import("vue").PropType<any>;
|
|
376
|
+
default?: any;
|
|
377
|
+
};
|
|
378
|
+
requestType?: {
|
|
379
|
+
type?: import("vue").PropType<any>;
|
|
380
|
+
default?: any;
|
|
381
|
+
};
|
|
374
382
|
}, {
|
|
375
383
|
option: import("vue").ComputedRef<{
|
|
376
384
|
textStyle: {
|
|
@@ -843,6 +851,14 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
843
851
|
type?: import("vue").PropType<string>;
|
|
844
852
|
default?: string;
|
|
845
853
|
};
|
|
854
|
+
dataSetParam?: {
|
|
855
|
+
type?: import("vue").PropType<any>;
|
|
856
|
+
default?: any;
|
|
857
|
+
};
|
|
858
|
+
requestType?: {
|
|
859
|
+
type?: import("vue").PropType<any>;
|
|
860
|
+
default?: any;
|
|
861
|
+
};
|
|
846
862
|
}>>, {}>> & Record<string, any>;
|
|
847
863
|
export default EcanPie;
|
|
848
864
|
export * from './props';
|
|
@@ -444,5 +444,13 @@ export declare const pieComponentProps: {
|
|
|
444
444
|
type?: import("vue").PropType<string>;
|
|
445
445
|
default?: string;
|
|
446
446
|
};
|
|
447
|
+
dataSetParam?: {
|
|
448
|
+
type?: import("vue").PropType<any>;
|
|
449
|
+
default?: any;
|
|
450
|
+
};
|
|
451
|
+
requestType?: {
|
|
452
|
+
type?: import("vue").PropType<any>;
|
|
453
|
+
default?: any;
|
|
454
|
+
};
|
|
447
455
|
};
|
|
448
456
|
export declare const pieEvents: Array<string>;
|