@ecan-bi/datav 1.5.19 → 1.5.20
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 +2533 -2507
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +31 -31
- 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 +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/nav-tab/NavTab.vue.d.ts +8 -0
- package/types/control/nav-tab/index.d.ts +8 -0
- package/types/control/nav-tab/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 +13 -1
- package/types/control/select/index.d.ts +13 -1
- 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/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +4 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +13 -0
- package/types/laboratory/pivotTable/index.d.ts +13 -0
- package/types/laboratory/pivotTable/props.d.ts +4 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +8 -0
- package/types/laboratory/value-line/index.d.ts +8 -0
- package/types/laboratory/value-line/props.d.ts +5 -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/rectangle/Rectangle.vue.d.ts +8 -0
- package/types/text/rectangle/index.d.ts +8 -0
- package/types/text/rectangle/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
|
@@ -207,6 +207,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
207
207
|
type?: import("vue").PropType<string>;
|
|
208
208
|
default?: string;
|
|
209
209
|
};
|
|
210
|
+
indDetailIconFontSize?: {
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
|
+
};
|
|
210
214
|
}, {
|
|
211
215
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
212
216
|
getPopupContainer: () => HTMLElement;
|
|
@@ -234,8 +238,12 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
234
238
|
mobileSelectValue: import("vue").Ref<any[]>;
|
|
235
239
|
isCheckAll: import("vue").Ref<boolean>;
|
|
236
240
|
indeterminate: import("vue").Ref<boolean>;
|
|
241
|
+
hideCheckAll: import("vue").Ref<boolean>;
|
|
242
|
+
onSearch: (value: string) => void;
|
|
243
|
+
onSelect: () => void;
|
|
237
244
|
onOptionAll: (e: any) => void;
|
|
238
|
-
onDeselect: (
|
|
245
|
+
onDeselect: (_value: any, option: any) => void;
|
|
246
|
+
onDropdownVisibleChange: (open: boolean) => void;
|
|
239
247
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
248
|
data: {
|
|
241
249
|
type?: import("vue").PropType<import("./props").SelectOptions>;
|
|
@@ -445,6 +453,10 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
|
|
|
445
453
|
type?: import("vue").PropType<string>;
|
|
446
454
|
default?: string;
|
|
447
455
|
};
|
|
456
|
+
indDetailIconFontSize?: {
|
|
457
|
+
type?: import("vue").PropType<string>;
|
|
458
|
+
default?: string;
|
|
459
|
+
};
|
|
448
460
|
}>>, {}>> & Record<string, any>;
|
|
449
461
|
export default EcanSelect;
|
|
450
462
|
export * from './props';
|
|
@@ -239,5 +239,9 @@ export declare const selectComponentProps: {
|
|
|
239
239
|
type?: import("vue").PropType<string>;
|
|
240
240
|
default?: string;
|
|
241
241
|
};
|
|
242
|
+
indDetailIconFontSize?: {
|
|
243
|
+
type?: import("vue").PropType<string>;
|
|
244
|
+
default?: string;
|
|
245
|
+
};
|
|
242
246
|
};
|
|
243
247
|
export declare const selectEvents: string[];
|
|
@@ -188,6 +188,10 @@ declare const _sfc_main: {
|
|
|
188
188
|
type?: import("vue").PropType<string>;
|
|
189
189
|
default?: string;
|
|
190
190
|
};
|
|
191
|
+
indDetailIconFontSize?: {
|
|
192
|
+
type?: import("vue").PropType<string>;
|
|
193
|
+
default?: string;
|
|
194
|
+
};
|
|
191
195
|
};
|
|
192
196
|
setup(props: any): {
|
|
193
197
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -188,6 +188,10 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
188
188
|
type?: import("vue").PropType<string>;
|
|
189
189
|
default?: string;
|
|
190
190
|
};
|
|
191
|
+
indDetailIconFontSize?: {
|
|
192
|
+
type?: import("vue").PropType<string>;
|
|
193
|
+
default?: string;
|
|
194
|
+
};
|
|
191
195
|
};
|
|
192
196
|
setup(props: any): {
|
|
193
197
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -209,5 +209,9 @@ export declare const treeSelectComponentProps: {
|
|
|
209
209
|
type?: import("vue").PropType<string>;
|
|
210
210
|
default?: string;
|
|
211
211
|
};
|
|
212
|
+
indDetailIconFontSize?: {
|
|
213
|
+
type?: import("vue").PropType<string>;
|
|
214
|
+
default?: string;
|
|
215
|
+
};
|
|
212
216
|
};
|
|
213
217
|
export declare const treeSelectEvents: string[];
|
|
@@ -592,6 +592,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
592
592
|
type?: import("vue").PropType<string>;
|
|
593
593
|
default?: string;
|
|
594
594
|
};
|
|
595
|
+
indDetailIconFontSize?: {
|
|
596
|
+
type?: import("vue").PropType<string>;
|
|
597
|
+
default?: string;
|
|
598
|
+
};
|
|
595
599
|
}, {
|
|
596
600
|
option: import("vue").ComputedRef<{
|
|
597
601
|
textStyle: {
|
|
@@ -1385,5 +1389,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1385
1389
|
type?: import("vue").PropType<string>;
|
|
1386
1390
|
default?: string;
|
|
1387
1391
|
};
|
|
1392
|
+
indDetailIconFontSize?: {
|
|
1393
|
+
type?: import("vue").PropType<string>;
|
|
1394
|
+
default?: string;
|
|
1395
|
+
};
|
|
1388
1396
|
}>>, {}>;
|
|
1389
1397
|
export default _sfc_main;
|
|
@@ -591,6 +591,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
591
591
|
type?: import("vue").PropType<string>;
|
|
592
592
|
default?: string;
|
|
593
593
|
};
|
|
594
|
+
indDetailIconFontSize?: {
|
|
595
|
+
type?: import("vue").PropType<string>;
|
|
596
|
+
default?: string;
|
|
597
|
+
};
|
|
594
598
|
}, {
|
|
595
599
|
option: import("vue").ComputedRef<{
|
|
596
600
|
textStyle: {
|
|
@@ -1384,6 +1388,10 @@ export declare const EcanBar: import('../../utils/withInstall').SFCWithInstall<i
|
|
|
1384
1388
|
type?: import("vue").PropType<string>;
|
|
1385
1389
|
default?: string;
|
|
1386
1390
|
};
|
|
1391
|
+
indDetailIconFontSize?: {
|
|
1392
|
+
type?: import("vue").PropType<string>;
|
|
1393
|
+
default?: string;
|
|
1394
|
+
};
|
|
1387
1395
|
}>>, {}>> & Record<string, any>;
|
|
1388
1396
|
export default EcanBar;
|
|
1389
1397
|
export * from './props';
|
|
@@ -710,5 +710,9 @@ export declare const barComponentProps: {
|
|
|
710
710
|
type?: import("vue").PropType<string>;
|
|
711
711
|
default?: string;
|
|
712
712
|
};
|
|
713
|
+
indDetailIconFontSize?: {
|
|
714
|
+
type?: import("vue").PropType<string>;
|
|
715
|
+
default?: string;
|
|
716
|
+
};
|
|
713
717
|
};
|
|
714
718
|
export declare const barEvents: string[];
|
|
@@ -600,6 +600,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
600
600
|
type?: import("vue").PropType<string>;
|
|
601
601
|
default?: string;
|
|
602
602
|
};
|
|
603
|
+
indDetailIconFontSize?: {
|
|
604
|
+
type?: import("vue").PropType<string>;
|
|
605
|
+
default?: string;
|
|
606
|
+
};
|
|
603
607
|
}, {
|
|
604
608
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
605
609
|
option: import("vue").ComputedRef<{
|
|
@@ -1358,5 +1362,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1358
1362
|
type?: import("vue").PropType<string>;
|
|
1359
1363
|
default?: string;
|
|
1360
1364
|
};
|
|
1365
|
+
indDetailIconFontSize?: {
|
|
1366
|
+
type?: import("vue").PropType<string>;
|
|
1367
|
+
default?: string;
|
|
1368
|
+
};
|
|
1361
1369
|
}>>, {}>;
|
|
1362
1370
|
export default _sfc_main;
|
|
@@ -599,6 +599,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
599
599
|
type?: import("vue").PropType<string>;
|
|
600
600
|
default?: string;
|
|
601
601
|
};
|
|
602
|
+
indDetailIconFontSize?: {
|
|
603
|
+
type?: import("vue").PropType<string>;
|
|
604
|
+
default?: string;
|
|
605
|
+
};
|
|
602
606
|
}, {
|
|
603
607
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
604
608
|
option: import("vue").ComputedRef<{
|
|
@@ -1357,6 +1361,10 @@ export declare const EcanComboGraph: import("../../utils/withInstall").SFCWithIn
|
|
|
1357
1361
|
type?: import("vue").PropType<string>;
|
|
1358
1362
|
default?: string;
|
|
1359
1363
|
};
|
|
1364
|
+
indDetailIconFontSize?: {
|
|
1365
|
+
type?: import("vue").PropType<string>;
|
|
1366
|
+
default?: string;
|
|
1367
|
+
};
|
|
1360
1368
|
}>>, {}>> & Record<string, any>;
|
|
1361
1369
|
export default EcanComboGraph;
|
|
1362
1370
|
export * from './props';
|
|
@@ -722,5 +722,9 @@ export declare const comboGraphComponentProps: {
|
|
|
722
722
|
type?: import("vue").PropType<string>;
|
|
723
723
|
default?: string;
|
|
724
724
|
};
|
|
725
|
+
indDetailIconFontSize?: {
|
|
726
|
+
type?: import("vue").PropType<string>;
|
|
727
|
+
default?: string;
|
|
728
|
+
};
|
|
725
729
|
};
|
|
726
730
|
export declare const comboGraphEvents: string[];
|
|
@@ -156,6 +156,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
156
|
type?: import("vue").PropType<string>;
|
|
157
157
|
default?: string;
|
|
158
158
|
};
|
|
159
|
+
indDetailIconFontSize?: {
|
|
160
|
+
type?: import("vue").PropType<string>;
|
|
161
|
+
default?: string;
|
|
162
|
+
};
|
|
159
163
|
}, {
|
|
160
164
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
161
165
|
myOption: import("vue").Ref<any>;
|
|
@@ -317,5 +321,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
317
321
|
type?: import("vue").PropType<string>;
|
|
318
322
|
default?: string;
|
|
319
323
|
};
|
|
324
|
+
indDetailIconFontSize?: {
|
|
325
|
+
type?: import("vue").PropType<string>;
|
|
326
|
+
default?: string;
|
|
327
|
+
};
|
|
320
328
|
}>>, {}>;
|
|
321
329
|
export default _sfc_main;
|
|
@@ -155,6 +155,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
indDetailIconFontSize?: {
|
|
159
|
+
type?: import("vue").PropType<string>;
|
|
160
|
+
default?: string;
|
|
161
|
+
};
|
|
158
162
|
}, {
|
|
159
163
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
160
164
|
myOption: import("vue").Ref<any>;
|
|
@@ -316,6 +320,10 @@ export declare const EcanCustomGraph: import("../../utils/withInstall").SFCWithI
|
|
|
316
320
|
type?: import("vue").PropType<string>;
|
|
317
321
|
default?: string;
|
|
318
322
|
};
|
|
323
|
+
indDetailIconFontSize?: {
|
|
324
|
+
type?: import("vue").PropType<string>;
|
|
325
|
+
default?: string;
|
|
326
|
+
};
|
|
319
327
|
}>>, {}>> & Record<string, any>;
|
|
320
328
|
export default EcanCustomGraph;
|
|
321
329
|
export * from './props';
|
|
@@ -561,6 +561,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
561
561
|
type?: import("vue").PropType<string>;
|
|
562
562
|
default?: string;
|
|
563
563
|
};
|
|
564
|
+
indDetailIconFontSize?: {
|
|
565
|
+
type?: import("vue").PropType<string>;
|
|
566
|
+
default?: string;
|
|
567
|
+
};
|
|
564
568
|
}, {
|
|
565
569
|
option: import("vue").ComputedRef<{
|
|
566
570
|
textStyle: {
|
|
@@ -1301,5 +1305,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1301
1305
|
type?: import("vue").PropType<string>;
|
|
1302
1306
|
default?: string;
|
|
1303
1307
|
};
|
|
1308
|
+
indDetailIconFontSize?: {
|
|
1309
|
+
type?: import("vue").PropType<string>;
|
|
1310
|
+
default?: string;
|
|
1311
|
+
};
|
|
1304
1312
|
}>>, {}>;
|
|
1305
1313
|
export default _sfc_main;
|
|
@@ -561,6 +561,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
561
561
|
type?: import("vue").PropType<string>;
|
|
562
562
|
default?: string;
|
|
563
563
|
};
|
|
564
|
+
indDetailIconFontSize?: {
|
|
565
|
+
type?: import("vue").PropType<string>;
|
|
566
|
+
default?: string;
|
|
567
|
+
};
|
|
564
568
|
}, {
|
|
565
569
|
option: import("vue").ComputedRef<{
|
|
566
570
|
textStyle: {
|
|
@@ -1301,6 +1305,10 @@ export declare const EcanLine: import("../../utils/withInstall").SFCWithInstall<
|
|
|
1301
1305
|
type?: import("vue").PropType<string>;
|
|
1302
1306
|
default?: string;
|
|
1303
1307
|
};
|
|
1308
|
+
indDetailIconFontSize?: {
|
|
1309
|
+
type?: import("vue").PropType<string>;
|
|
1310
|
+
default?: string;
|
|
1311
|
+
};
|
|
1304
1312
|
}>>, {}>> & Record<string, any>;
|
|
1305
1313
|
export default EcanLine;
|
|
1306
1314
|
export * from './props';
|
|
@@ -254,6 +254,7 @@ export declare const lineProps: {
|
|
|
254
254
|
isShowIndDetail?: boolean;
|
|
255
255
|
isShowTrend?: boolean;
|
|
256
256
|
indDetailIconColor?: string;
|
|
257
|
+
indDetailIconFontSize?: string;
|
|
257
258
|
};
|
|
258
259
|
export declare const lineComponentProps: {
|
|
259
260
|
id: {
|
|
@@ -818,5 +819,9 @@ export declare const lineComponentProps: {
|
|
|
818
819
|
type?: import("vue").PropType<string>;
|
|
819
820
|
default?: string;
|
|
820
821
|
};
|
|
822
|
+
indDetailIconFontSize?: {
|
|
823
|
+
type?: import("vue").PropType<string>;
|
|
824
|
+
default?: string;
|
|
825
|
+
};
|
|
821
826
|
};
|
|
822
827
|
export declare const lineEvents: string[];
|
|
@@ -428,6 +428,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
428
428
|
type?: import("vue").PropType<string>;
|
|
429
429
|
default?: string;
|
|
430
430
|
};
|
|
431
|
+
indDetailIconFontSize?: {
|
|
432
|
+
type?: import("vue").PropType<string>;
|
|
433
|
+
default?: string;
|
|
434
|
+
};
|
|
431
435
|
}, {
|
|
432
436
|
option: import("vue").ComputedRef<{
|
|
433
437
|
textStyle: {
|
|
@@ -959,5 +963,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
959
963
|
type?: import("vue").PropType<string>;
|
|
960
964
|
default?: string;
|
|
961
965
|
};
|
|
966
|
+
indDetailIconFontSize?: {
|
|
967
|
+
type?: import("vue").PropType<string>;
|
|
968
|
+
default?: string;
|
|
969
|
+
};
|
|
962
970
|
}>>, {}>;
|
|
963
971
|
export default _sfc_main;
|
|
@@ -427,6 +427,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
427
427
|
type?: import("vue").PropType<string>;
|
|
428
428
|
default?: string;
|
|
429
429
|
};
|
|
430
|
+
indDetailIconFontSize?: {
|
|
431
|
+
type?: import("vue").PropType<string>;
|
|
432
|
+
default?: string;
|
|
433
|
+
};
|
|
430
434
|
}, {
|
|
431
435
|
option: import("vue").ComputedRef<{
|
|
432
436
|
textStyle: {
|
|
@@ -958,6 +962,10 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
958
962
|
type?: import("vue").PropType<string>;
|
|
959
963
|
default?: string;
|
|
960
964
|
};
|
|
965
|
+
indDetailIconFontSize?: {
|
|
966
|
+
type?: import("vue").PropType<string>;
|
|
967
|
+
default?: string;
|
|
968
|
+
};
|
|
961
969
|
}>>, {}>> & Record<string, any>;
|
|
962
970
|
export default EcanPie;
|
|
963
971
|
export * from './props';
|
|
@@ -505,5 +505,9 @@ export declare const pieComponentProps: {
|
|
|
505
505
|
type?: import("vue").PropType<string>;
|
|
506
506
|
default?: string;
|
|
507
507
|
};
|
|
508
|
+
indDetailIconFontSize?: {
|
|
509
|
+
type?: import("vue").PropType<string>;
|
|
510
|
+
default?: string;
|
|
511
|
+
};
|
|
508
512
|
};
|
|
509
513
|
export declare const pieEvents: Array<string>;
|
|
@@ -401,6 +401,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
401
401
|
type?: import("vue").PropType<string>;
|
|
402
402
|
default?: string;
|
|
403
403
|
};
|
|
404
|
+
indDetailIconFontSize?: {
|
|
405
|
+
type?: import("vue").PropType<string>;
|
|
406
|
+
default?: string;
|
|
407
|
+
};
|
|
404
408
|
}, {
|
|
405
409
|
option: import("vue").ComputedRef<{
|
|
406
410
|
textStyle: {
|
|
@@ -898,5 +902,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
898
902
|
type?: import("vue").PropType<string>;
|
|
899
903
|
default?: string;
|
|
900
904
|
};
|
|
905
|
+
indDetailIconFontSize?: {
|
|
906
|
+
type?: import("vue").PropType<string>;
|
|
907
|
+
default?: string;
|
|
908
|
+
};
|
|
901
909
|
}>>, {}>;
|
|
902
910
|
export default _sfc_main;
|
|
@@ -401,6 +401,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
401
401
|
type?: import("vue").PropType<string>;
|
|
402
402
|
default?: string;
|
|
403
403
|
};
|
|
404
|
+
indDetailIconFontSize?: {
|
|
405
|
+
type?: import("vue").PropType<string>;
|
|
406
|
+
default?: string;
|
|
407
|
+
};
|
|
404
408
|
}, {
|
|
405
409
|
option: import("vue").ComputedRef<{
|
|
406
410
|
textStyle: {
|
|
@@ -898,6 +902,10 @@ export declare const EcanRadar: import("../../utils/withInstall").SFCWithInstall
|
|
|
898
902
|
type?: import("vue").PropType<string>;
|
|
899
903
|
default?: string;
|
|
900
904
|
};
|
|
905
|
+
indDetailIconFontSize?: {
|
|
906
|
+
type?: import("vue").PropType<string>;
|
|
907
|
+
default?: string;
|
|
908
|
+
};
|
|
901
909
|
}>>, {}>> & Record<string, any>;
|
|
902
910
|
export default EcanRadar;
|
|
903
911
|
export * from './props';
|
|
@@ -172,6 +172,7 @@ export declare const radarProps: {
|
|
|
172
172
|
isShowIndDetail?: boolean;
|
|
173
173
|
isShowTrend?: boolean;
|
|
174
174
|
indDetailIconColor?: string;
|
|
175
|
+
indDetailIconFontSize?: string;
|
|
175
176
|
};
|
|
176
177
|
export declare const radarComponentProps: {
|
|
177
178
|
id: {
|
|
@@ -576,5 +577,9 @@ export declare const radarComponentProps: {
|
|
|
576
577
|
type?: import("vue").PropType<string>;
|
|
577
578
|
default?: string;
|
|
578
579
|
};
|
|
580
|
+
indDetailIconFontSize?: {
|
|
581
|
+
type?: import("vue").PropType<string>;
|
|
582
|
+
default?: string;
|
|
583
|
+
};
|
|
579
584
|
};
|
|
580
585
|
export declare const radarEvents: string[];
|
|
@@ -485,6 +485,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
485
485
|
type?: import("vue").PropType<string>;
|
|
486
486
|
default?: string;
|
|
487
487
|
};
|
|
488
|
+
indDetailIconFontSize?: {
|
|
489
|
+
type?: import("vue").PropType<string>;
|
|
490
|
+
default?: string;
|
|
491
|
+
};
|
|
488
492
|
}, {
|
|
489
493
|
option: import("vue").ComputedRef<{
|
|
490
494
|
textStyle: {
|
|
@@ -1160,5 +1164,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1160
1164
|
type?: import("vue").PropType<string>;
|
|
1161
1165
|
default?: string;
|
|
1162
1166
|
};
|
|
1167
|
+
indDetailIconFontSize?: {
|
|
1168
|
+
type?: import("vue").PropType<string>;
|
|
1169
|
+
default?: string;
|
|
1170
|
+
};
|
|
1163
1171
|
}>>, {}>;
|
|
1164
1172
|
export default _sfc_main;
|
|
@@ -485,6 +485,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
485
485
|
type?: import("vue").PropType<string>;
|
|
486
486
|
default?: string;
|
|
487
487
|
};
|
|
488
|
+
indDetailIconFontSize?: {
|
|
489
|
+
type?: import("vue").PropType<string>;
|
|
490
|
+
default?: string;
|
|
491
|
+
};
|
|
488
492
|
}, {
|
|
489
493
|
option: import("vue").ComputedRef<{
|
|
490
494
|
textStyle: {
|
|
@@ -1160,6 +1164,10 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
1160
1164
|
type?: import("vue").PropType<string>;
|
|
1161
1165
|
default?: string;
|
|
1162
1166
|
};
|
|
1167
|
+
indDetailIconFontSize?: {
|
|
1168
|
+
type?: import("vue").PropType<string>;
|
|
1169
|
+
default?: string;
|
|
1170
|
+
};
|
|
1163
1171
|
}>>, {}>> & Record<string, any>;
|
|
1164
1172
|
export default EcanScatter;
|
|
1165
1173
|
export * from './props';
|
|
@@ -582,5 +582,9 @@ export declare const scatterComponentProps: {
|
|
|
582
582
|
type?: import("vue").PropType<string>;
|
|
583
583
|
default?: string;
|
|
584
584
|
};
|
|
585
|
+
indDetailIconFontSize?: {
|
|
586
|
+
type?: import("vue").PropType<string>;
|
|
587
|
+
default?: string;
|
|
588
|
+
};
|
|
585
589
|
};
|
|
586
590
|
export declare const scatterEvents: string[];
|
|
@@ -199,6 +199,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
199
199
|
type?: import("vue").PropType<string>;
|
|
200
200
|
default?: string;
|
|
201
201
|
};
|
|
202
|
+
indDetailIconFontSize?: {
|
|
203
|
+
type?: import("vue").PropType<string>;
|
|
204
|
+
default?: string;
|
|
205
|
+
};
|
|
202
206
|
}, {
|
|
203
207
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
204
208
|
getPopupContainer: () => HTMLElement;
|
|
@@ -415,5 +419,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
415
419
|
type?: import("vue").PropType<string>;
|
|
416
420
|
default?: string;
|
|
417
421
|
};
|
|
422
|
+
indDetailIconFontSize?: {
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
425
|
+
};
|
|
418
426
|
}>>, {}>;
|
|
419
427
|
export default _sfc_main;
|
|
@@ -199,6 +199,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
199
199
|
type?: import("vue").PropType<string>;
|
|
200
200
|
default?: string;
|
|
201
201
|
};
|
|
202
|
+
indDetailIconFontSize?: {
|
|
203
|
+
type?: import("vue").PropType<string>;
|
|
204
|
+
default?: string;
|
|
205
|
+
};
|
|
202
206
|
}, {
|
|
203
207
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
204
208
|
getPopupContainer: () => HTMLElement;
|
|
@@ -415,6 +419,10 @@ export declare const EcanDataSelect: import('../../utils/withInstall').SFCWithIn
|
|
|
415
419
|
type?: import("vue").PropType<string>;
|
|
416
420
|
default?: string;
|
|
417
421
|
};
|
|
422
|
+
indDetailIconFontSize?: {
|
|
423
|
+
type?: import("vue").PropType<string>;
|
|
424
|
+
default?: string;
|
|
425
|
+
};
|
|
418
426
|
}>>, {}>> & Record<string, any>;
|
|
419
427
|
export default EcanDataSelect;
|
|
420
428
|
export * from './props';
|
|
@@ -229,5 +229,9 @@ export declare const dataSelectComponentProps: {
|
|
|
229
229
|
type?: import("vue").PropType<string>;
|
|
230
230
|
default?: string;
|
|
231
231
|
};
|
|
232
|
+
indDetailIconFontSize?: {
|
|
233
|
+
type?: import("vue").PropType<string>;
|
|
234
|
+
default?: string;
|
|
235
|
+
};
|
|
232
236
|
};
|
|
233
237
|
export declare const dataSelectEvents: string[];
|
|
@@ -175,6 +175,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
175
175
|
type?: import("vue").PropType<string>;
|
|
176
176
|
default?: string;
|
|
177
177
|
};
|
|
178
|
+
indDetailIconFontSize?: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
178
182
|
}, {
|
|
179
183
|
loading: import("vue").Ref<boolean>;
|
|
180
184
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -357,5 +361,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
357
361
|
type?: import("vue").PropType<string>;
|
|
358
362
|
default?: string;
|
|
359
363
|
};
|
|
364
|
+
indDetailIconFontSize?: {
|
|
365
|
+
type?: import("vue").PropType<string>;
|
|
366
|
+
default?: string;
|
|
367
|
+
};
|
|
360
368
|
}>>, {}>;
|
|
361
369
|
export default _sfc_main;
|
|
@@ -175,6 +175,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
175
175
|
type?: import("vue").PropType<string>;
|
|
176
176
|
default?: string;
|
|
177
177
|
};
|
|
178
|
+
indDetailIconFontSize?: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
178
182
|
}, {
|
|
179
183
|
loading: import("vue").Ref<boolean>;
|
|
180
184
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -357,6 +361,10 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
357
361
|
type?: import("vue").PropType<string>;
|
|
358
362
|
default?: string;
|
|
359
363
|
};
|
|
364
|
+
indDetailIconFontSize?: {
|
|
365
|
+
type?: import("vue").PropType<string>;
|
|
366
|
+
default?: string;
|
|
367
|
+
};
|
|
360
368
|
}>>, {}>> & Record<string, any>;
|
|
361
369
|
export default EcanIndexPanel;
|
|
362
370
|
export * from './props';
|
|
@@ -191,5 +191,9 @@ export declare const indexPanelComponentProps: {
|
|
|
191
191
|
type?: import("vue").PropType<string>;
|
|
192
192
|
default?: string;
|
|
193
193
|
};
|
|
194
|
+
indDetailIconFontSize?: {
|
|
195
|
+
type?: import("vue").PropType<string>;
|
|
196
|
+
default?: string;
|
|
197
|
+
};
|
|
194
198
|
};
|
|
195
199
|
export declare const indexPanelEvents: 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
|
+
indDetailIconFontSize?: {
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
193
|
+
};
|
|
190
194
|
}, {
|
|
191
195
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
192
196
|
fullMode: {
|
|
@@ -377,6 +381,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
377
381
|
type?: import("vue").PropType<string>;
|
|
378
382
|
default?: string;
|
|
379
383
|
};
|
|
384
|
+
indDetailIconFontSize?: {
|
|
385
|
+
type?: import("vue").PropType<string>;
|
|
386
|
+
default?: string;
|
|
387
|
+
};
|
|
380
388
|
}>> & {
|
|
381
389
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
382
390
|
}>>;
|
|
@@ -434,6 +442,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
434
442
|
isShowIndDetail: boolean;
|
|
435
443
|
isShowTrend: boolean;
|
|
436
444
|
indDetailIconColor: string;
|
|
445
|
+
indDetailIconFontSize: string;
|
|
437
446
|
dimensionList: {
|
|
438
447
|
[key: string]: any;
|
|
439
448
|
}[];
|
|
@@ -642,6 +651,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
642
651
|
type?: import("vue").PropType<string>;
|
|
643
652
|
default?: string;
|
|
644
653
|
};
|
|
654
|
+
indDetailIconFontSize?: {
|
|
655
|
+
type?: import("vue").PropType<string>;
|
|
656
|
+
default?: string;
|
|
657
|
+
};
|
|
645
658
|
}>>, {
|
|
646
659
|
fullMode: boolean;
|
|
647
660
|
}>;
|