@ecan-bi/datav 1.4.8 → 1.4.9
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 +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +8 -0
- package/types/container/border/index.d.ts +8 -0
- package/types/container/border/props.d.ts +4 -0
- package/types/container/circulate/Circulate.vue.d.ts +8 -0
- package/types/container/circulate/index.d.ts +8 -0
- package/types/container/circulate/props.d.ts +4 -0
- package/types/container/tabs/Tabs.vue.d.ts +8 -0
- package/types/container/tabs/index.d.ts +8 -0
- package/types/container/tabs/props.d.ts +4 -0
- package/types/container/template/Template.vue.d.ts +8 -0
- package/types/container/template/index.d.ts +8 -0
- package/types/container/template/props.d.ts +4 -0
- package/types/control/button/Button.vue.d.ts +8 -0
- package/types/control/button/index.d.ts +8 -0
- package/types/control/button/props.d.ts +4 -0
- package/types/control/checkbox/Checkbox.vue.d.ts +8 -0
- package/types/control/checkbox/index.d.ts +8 -0
- package/types/control/checkbox/props.d.ts +4 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +8 -0
- package/types/control/date-picker/index.d.ts +8 -0
- package/types/control/date-picker/props.d.ts +4 -0
- package/types/control/input/Input.vue.d.ts +8 -0
- package/types/control/input/index.d.ts +8 -0
- package/types/control/input/props.d.ts +4 -0
- package/types/control/radio/Radio.vue.d.ts +8 -0
- package/types/control/radio/index.d.ts +8 -0
- package/types/control/radio/props.d.ts +4 -0
- package/types/control/range-picker/RangePicker.vue.d.ts +8 -0
- package/types/control/range-picker/index.d.ts +8 -0
- package/types/control/range-picker/props.d.ts +4 -0
- package/types/control/select/Select.vue.d.ts +8 -0
- package/types/control/select/index.d.ts +8 -0
- package/types/control/select/props.d.ts +4 -0
- package/types/control/tree-select/TreeSelect.vue.d.ts +4 -0
- package/types/control/tree-select/index.d.ts +4 -0
- package/types/control/tree-select/props.d.ts +4 -0
- package/types/graph/bar/Bar.vue.d.ts +8 -0
- package/types/graph/bar/index.d.ts +8 -0
- package/types/graph/bar/props.d.ts +4 -0
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +8 -0
- package/types/graph/combo-graph/index.d.ts +8 -0
- package/types/graph/combo-graph/props.d.ts +4 -0
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +8 -0
- package/types/graph/custom-graph/index.d.ts +8 -0
- package/types/graph/custom-graph/props.d.ts +4 -0
- package/types/graph/line/Line.vue.d.ts +8 -0
- package/types/graph/line/index.d.ts +8 -0
- package/types/graph/line/props.d.ts +5 -0
- package/types/graph/pie/Pie.vue.d.ts +8 -0
- package/types/graph/pie/index.d.ts +8 -0
- package/types/graph/pie/props.d.ts +4 -0
- package/types/graph/radar/Radar.vue.d.ts +8 -0
- package/types/graph/radar/index.d.ts +8 -0
- package/types/graph/radar/props.d.ts +5 -0
- package/types/graph/scatter/Scatter.vue.d.ts +8 -0
- package/types/graph/scatter/index.d.ts +8 -0
- package/types/graph/scatter/props.d.ts +4 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +8 -0
- package/types/laboratory/data-select/index.d.ts +8 -0
- package/types/laboratory/data-select/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +12 -0
- package/types/laboratory/pivotTable/index.d.ts +12 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/map/map/Map.vue.d.ts +8 -0
- package/types/map/map/index.d.ts +8 -0
- package/types/map/map/props.d.ts +4 -0
- package/types/media/iframe/Iframe.vue.d.ts +8 -0
- package/types/media/iframe/index.d.ts +8 -0
- package/types/media/iframe/props.d.ts +4 -0
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +4 -0
- package/types/table/table/Table.vue.d.ts +8 -0
- package/types/table/table/index.d.ts +8 -0
- package/types/table/table/props.d.ts +4 -0
- package/types/text/counter/Counter.vue.d.ts +8 -0
- package/types/text/counter/index.d.ts +8 -0
- package/types/text/counter/props.d.ts +4 -0
- package/types/text/list/List.vue.d.ts +8 -0
- package/types/text/list/index.d.ts +8 -0
- package/types/text/list/props.d.ts +4 -0
- package/types/text/proportion/Proportion.vue.d.ts +8 -0
- package/types/text/proportion/index.d.ts +8 -0
- package/types/text/proportion/props.d.ts +4 -0
- package/types/text/text/Text.vue.d.ts +8 -0
- package/types/text/text/index.d.ts +8 -0
- package/types/text/text/props.d.ts +4 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +8 -0
- package/types/text/time-display/index.d.ts +8 -0
- package/types/text/time-display/props.d.ts +4 -0
- package/types/utils/props.d.ts +1 -0
|
@@ -198,5 +198,9 @@ export declare const imageComponentProps: {
|
|
|
198
198
|
type?: import("vue").PropType<any>;
|
|
199
199
|
default?: any;
|
|
200
200
|
};
|
|
201
|
+
componentDoc?: {
|
|
202
|
+
type?: import("vue").PropType<null>;
|
|
203
|
+
default?: null;
|
|
204
|
+
};
|
|
201
205
|
};
|
|
202
206
|
export declare const imageEvents: string[];
|
|
@@ -355,6 +355,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
355
355
|
type?: import("vue").PropType<any>;
|
|
356
356
|
default?: any;
|
|
357
357
|
};
|
|
358
|
+
componentDoc?: {
|
|
359
|
+
type?: import("vue").PropType<null>;
|
|
360
|
+
default?: null;
|
|
361
|
+
};
|
|
358
362
|
}, {
|
|
359
363
|
x: import("vue").ComputedRef<number>;
|
|
360
364
|
y: import("vue").Ref<number>;
|
|
@@ -777,5 +781,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
777
781
|
type?: import("vue").PropType<any>;
|
|
778
782
|
default?: any;
|
|
779
783
|
};
|
|
784
|
+
componentDoc?: {
|
|
785
|
+
type?: import("vue").PropType<null>;
|
|
786
|
+
default?: null;
|
|
787
|
+
};
|
|
780
788
|
}>>, {}>;
|
|
781
789
|
export default _sfc_main;
|
|
@@ -355,6 +355,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
355
355
|
type?: import("vue").PropType<any>;
|
|
356
356
|
default?: any;
|
|
357
357
|
};
|
|
358
|
+
componentDoc?: {
|
|
359
|
+
type?: import("vue").PropType<null>;
|
|
360
|
+
default?: null;
|
|
361
|
+
};
|
|
358
362
|
}, {
|
|
359
363
|
x: import("vue").ComputedRef<number>;
|
|
360
364
|
y: import("vue").Ref<number>;
|
|
@@ -777,6 +781,10 @@ export declare const EcanTable: import('../../utils/withInstall').SFCWithInstall
|
|
|
777
781
|
type?: import("vue").PropType<any>;
|
|
778
782
|
default?: any;
|
|
779
783
|
};
|
|
784
|
+
componentDoc?: {
|
|
785
|
+
type?: import("vue").PropType<null>;
|
|
786
|
+
default?: null;
|
|
787
|
+
};
|
|
780
788
|
}>>, {}>> & Record<string, any>;
|
|
781
789
|
export default EcanTable;
|
|
782
790
|
export * from './props';
|
|
@@ -425,5 +425,9 @@ export declare const tableComponentProps: {
|
|
|
425
425
|
type?: import("vue").PropType<any>;
|
|
426
426
|
default?: any;
|
|
427
427
|
};
|
|
428
|
+
componentDoc?: {
|
|
429
|
+
type?: import("vue").PropType<null>;
|
|
430
|
+
default?: null;
|
|
431
|
+
};
|
|
428
432
|
};
|
|
429
433
|
export declare const tableEvents: string[];
|
|
@@ -159,6 +159,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
159
|
type?: import("vue").PropType<any>;
|
|
160
160
|
default?: any;
|
|
161
161
|
};
|
|
162
|
+
componentDoc?: {
|
|
163
|
+
type?: import("vue").PropType<null>;
|
|
164
|
+
default?: null;
|
|
165
|
+
};
|
|
162
166
|
}, {
|
|
163
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
168
|
valueList: import("vue").ComputedRef<string[]>;
|
|
@@ -337,5 +341,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
337
341
|
type?: import("vue").PropType<any>;
|
|
338
342
|
default?: any;
|
|
339
343
|
};
|
|
344
|
+
componentDoc?: {
|
|
345
|
+
type?: import("vue").PropType<null>;
|
|
346
|
+
default?: null;
|
|
347
|
+
};
|
|
340
348
|
}>>, {}>;
|
|
341
349
|
export default _sfc_main;
|
|
@@ -159,6 +159,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
159
159
|
type?: import("vue").PropType<any>;
|
|
160
160
|
default?: any;
|
|
161
161
|
};
|
|
162
|
+
componentDoc?: {
|
|
163
|
+
type?: import("vue").PropType<null>;
|
|
164
|
+
default?: null;
|
|
165
|
+
};
|
|
162
166
|
}, {
|
|
163
167
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
164
168
|
valueList: import("vue").ComputedRef<string[]>;
|
|
@@ -337,6 +341,10 @@ export declare const EcanCounter: import("../../utils/withInstall").SFCWithInsta
|
|
|
337
341
|
type?: import("vue").PropType<any>;
|
|
338
342
|
default?: any;
|
|
339
343
|
};
|
|
344
|
+
componentDoc?: {
|
|
345
|
+
type?: import("vue").PropType<null>;
|
|
346
|
+
default?: null;
|
|
347
|
+
};
|
|
340
348
|
}>>, {}>> & Record<string, any>;
|
|
341
349
|
export default EcanCounter;
|
|
342
350
|
export * from './props';
|
|
@@ -176,6 +176,10 @@ export declare const counterComponentProps: {
|
|
|
176
176
|
type?: import("vue").PropType<any>;
|
|
177
177
|
default?: any;
|
|
178
178
|
};
|
|
179
|
+
componentDoc?: {
|
|
180
|
+
type?: import("vue").PropType<null>;
|
|
181
|
+
default?: null;
|
|
182
|
+
};
|
|
179
183
|
};
|
|
180
184
|
export interface CounterEvents {
|
|
181
185
|
refreshData: () => void;
|
|
@@ -231,6 +231,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
231
231
|
type?: import("vue").PropType<any>;
|
|
232
232
|
default?: any;
|
|
233
233
|
};
|
|
234
|
+
componentDoc?: {
|
|
235
|
+
type?: import("vue").PropType<null>;
|
|
236
|
+
default?: null;
|
|
237
|
+
};
|
|
234
238
|
}, {
|
|
235
239
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
236
240
|
formatFn: (value: string | number, column: any) => any;
|
|
@@ -509,5 +513,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
509
513
|
type?: import("vue").PropType<any>;
|
|
510
514
|
default?: any;
|
|
511
515
|
};
|
|
516
|
+
componentDoc?: {
|
|
517
|
+
type?: import("vue").PropType<null>;
|
|
518
|
+
default?: null;
|
|
519
|
+
};
|
|
512
520
|
}>>, {}>;
|
|
513
521
|
export default _sfc_main;
|
|
@@ -231,6 +231,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
231
231
|
type?: import("vue").PropType<any>;
|
|
232
232
|
default?: any;
|
|
233
233
|
};
|
|
234
|
+
componentDoc?: {
|
|
235
|
+
type?: import("vue").PropType<null>;
|
|
236
|
+
default?: null;
|
|
237
|
+
};
|
|
234
238
|
}, {
|
|
235
239
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
236
240
|
formatFn: (value: string | number, column: any) => any;
|
|
@@ -509,6 +513,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
509
513
|
type?: import("vue").PropType<any>;
|
|
510
514
|
default?: any;
|
|
511
515
|
};
|
|
516
|
+
componentDoc?: {
|
|
517
|
+
type?: import("vue").PropType<null>;
|
|
518
|
+
default?: null;
|
|
519
|
+
};
|
|
512
520
|
}>>, {}>> & Record<string, any>;
|
|
513
521
|
export default EcanList;
|
|
514
522
|
export * from './props';
|
|
@@ -269,6 +269,10 @@ export declare const listComponentProps: {
|
|
|
269
269
|
type?: import("vue").PropType<any>;
|
|
270
270
|
default?: any;
|
|
271
271
|
};
|
|
272
|
+
componentDoc?: {
|
|
273
|
+
type?: import("vue").PropType<null>;
|
|
274
|
+
default?: null;
|
|
275
|
+
};
|
|
272
276
|
};
|
|
273
277
|
export interface ListEvents {
|
|
274
278
|
refreshData: () => void;
|
|
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
type?: import("vue").PropType<any>;
|
|
200
200
|
default?: any;
|
|
201
201
|
};
|
|
202
|
+
componentDoc?: {
|
|
203
|
+
type?: import("vue").PropType<null>;
|
|
204
|
+
default?: null;
|
|
205
|
+
};
|
|
202
206
|
}, {
|
|
203
207
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
204
208
|
myWidth: import("vue").ComputedRef<number>;
|
|
@@ -408,5 +412,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
408
412
|
type?: import("vue").PropType<any>;
|
|
409
413
|
default?: any;
|
|
410
414
|
};
|
|
415
|
+
componentDoc?: {
|
|
416
|
+
type?: import("vue").PropType<null>;
|
|
417
|
+
default?: null;
|
|
418
|
+
};
|
|
411
419
|
}>>, {}>;
|
|
412
420
|
export default _sfc_main;
|
|
@@ -199,6 +199,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
199
199
|
type?: import("vue").PropType<any>;
|
|
200
200
|
default?: any;
|
|
201
201
|
};
|
|
202
|
+
componentDoc?: {
|
|
203
|
+
type?: import("vue").PropType<null>;
|
|
204
|
+
default?: null;
|
|
205
|
+
};
|
|
202
206
|
}, {
|
|
203
207
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
204
208
|
myWidth: import("vue").ComputedRef<number>;
|
|
@@ -408,6 +412,10 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
408
412
|
type?: import("vue").PropType<any>;
|
|
409
413
|
default?: any;
|
|
410
414
|
};
|
|
415
|
+
componentDoc?: {
|
|
416
|
+
type?: import("vue").PropType<null>;
|
|
417
|
+
default?: null;
|
|
418
|
+
};
|
|
411
419
|
}>>, {}>> & Record<string, any>;
|
|
412
420
|
export default EcanProportion;
|
|
413
421
|
export * from './props';
|
|
@@ -227,5 +227,9 @@ export declare const proportionComponentProps: {
|
|
|
227
227
|
type?: import("vue").PropType<any>;
|
|
228
228
|
default?: any;
|
|
229
229
|
};
|
|
230
|
+
componentDoc?: {
|
|
231
|
+
type?: import("vue").PropType<null>;
|
|
232
|
+
default?: null;
|
|
233
|
+
};
|
|
230
234
|
};
|
|
231
235
|
export declare const proportionEvents: string[];
|
|
@@ -303,6 +303,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
303
303
|
type?: import("vue").PropType<any>;
|
|
304
304
|
default?: any;
|
|
305
305
|
};
|
|
306
|
+
componentDoc?: {
|
|
307
|
+
type?: import("vue").PropType<null>;
|
|
308
|
+
default?: null;
|
|
309
|
+
};
|
|
306
310
|
}, {
|
|
307
311
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
308
312
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -617,5 +621,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
617
621
|
type?: import("vue").PropType<any>;
|
|
618
622
|
default?: any;
|
|
619
623
|
};
|
|
624
|
+
componentDoc?: {
|
|
625
|
+
type?: import("vue").PropType<null>;
|
|
626
|
+
default?: null;
|
|
627
|
+
};
|
|
620
628
|
}>>, {}>;
|
|
621
629
|
export default _sfc_main;
|
|
@@ -303,6 +303,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
303
303
|
type?: import("vue").PropType<any>;
|
|
304
304
|
default?: any;
|
|
305
305
|
};
|
|
306
|
+
componentDoc?: {
|
|
307
|
+
type?: import("vue").PropType<null>;
|
|
308
|
+
default?: null;
|
|
309
|
+
};
|
|
306
310
|
}, {
|
|
307
311
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
308
312
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -617,6 +621,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
617
621
|
type?: import("vue").PropType<any>;
|
|
618
622
|
default?: any;
|
|
619
623
|
};
|
|
624
|
+
componentDoc?: {
|
|
625
|
+
type?: import("vue").PropType<null>;
|
|
626
|
+
default?: null;
|
|
627
|
+
};
|
|
620
628
|
}>>, {}>> & Record<string, any>;
|
|
621
629
|
export default EcanText;
|
|
622
630
|
export * from './props';
|
|
@@ -157,6 +157,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
157
157
|
type?: import("vue").PropType<any>;
|
|
158
158
|
default?: any;
|
|
159
159
|
};
|
|
160
|
+
componentDoc?: {
|
|
161
|
+
type?: import("vue").PropType<null>;
|
|
162
|
+
default?: null;
|
|
163
|
+
};
|
|
160
164
|
}, {
|
|
161
165
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
162
166
|
time: import("vue").Ref<any>;
|
|
@@ -319,5 +323,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
319
323
|
type?: import("vue").PropType<any>;
|
|
320
324
|
default?: any;
|
|
321
325
|
};
|
|
326
|
+
componentDoc?: {
|
|
327
|
+
type?: import("vue").PropType<null>;
|
|
328
|
+
default?: null;
|
|
329
|
+
};
|
|
322
330
|
}>>, {}>;
|
|
323
331
|
export default _sfc_main;
|
|
@@ -157,6 +157,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
157
157
|
type?: import("vue").PropType<any>;
|
|
158
158
|
default?: any;
|
|
159
159
|
};
|
|
160
|
+
componentDoc?: {
|
|
161
|
+
type?: import("vue").PropType<null>;
|
|
162
|
+
default?: null;
|
|
163
|
+
};
|
|
160
164
|
}, {
|
|
161
165
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
162
166
|
time: import("vue").Ref<any>;
|
|
@@ -319,6 +323,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
319
323
|
type?: import("vue").PropType<any>;
|
|
320
324
|
default?: any;
|
|
321
325
|
};
|
|
326
|
+
componentDoc?: {
|
|
327
|
+
type?: import("vue").PropType<null>;
|
|
328
|
+
default?: null;
|
|
329
|
+
};
|
|
322
330
|
}>>, {}>> & Record<string, any>;
|
|
323
331
|
export default EcanTimeDisplay;
|
|
324
332
|
export * from './props';
|
|
@@ -174,5 +174,9 @@ export declare const timeDisplayComponentProps: {
|
|
|
174
174
|
type?: import("vue").PropType<any>;
|
|
175
175
|
default?: any;
|
|
176
176
|
};
|
|
177
|
+
componentDoc?: {
|
|
178
|
+
type?: import("vue").PropType<null>;
|
|
179
|
+
default?: null;
|
|
180
|
+
};
|
|
177
181
|
};
|
|
178
182
|
export declare const timeDisplayEvents: string[];
|
package/types/utils/props.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export interface Props {
|
|
|
54
54
|
customRequestParams: string;
|
|
55
55
|
dataSetParam?: any;
|
|
56
56
|
requestType?: any;
|
|
57
|
+
componentDoc?: null;
|
|
57
58
|
}
|
|
58
59
|
export declare const props: Props;
|
|
59
60
|
export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
|