@ecan-bi/datav 1.5.19 → 1.5.21
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 +2566 -2537
- 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 +21 -1
- package/types/control/select/index.d.ts +21 -1
- package/types/control/select/props.d.ts +9 -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
|
@@ -359,6 +359,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
359
359
|
type?: import("vue").PropType<string>;
|
|
360
360
|
default?: string;
|
|
361
361
|
};
|
|
362
|
+
indDetailIconFontSize?: {
|
|
363
|
+
type?: import("vue").PropType<string>;
|
|
364
|
+
default?: string;
|
|
365
|
+
};
|
|
362
366
|
}, {
|
|
363
367
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
364
368
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -732,6 +736,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
732
736
|
type?: import("vue").PropType<string>;
|
|
733
737
|
default?: string;
|
|
734
738
|
};
|
|
739
|
+
indDetailIconFontSize?: {
|
|
740
|
+
type?: import("vue").PropType<string>;
|
|
741
|
+
default?: string;
|
|
742
|
+
};
|
|
735
743
|
}>>, {}>> & Record<string, any>;
|
|
736
744
|
export default EcanText;
|
|
737
745
|
export * from './props';
|
|
@@ -421,5 +421,9 @@ export declare const textComponentProps: {
|
|
|
421
421
|
type?: import("vue").PropType<string>;
|
|
422
422
|
default?: string;
|
|
423
423
|
};
|
|
424
|
+
indDetailIconFontSize?: {
|
|
425
|
+
type?: import("vue").PropType<string>;
|
|
426
|
+
default?: string;
|
|
427
|
+
};
|
|
424
428
|
};
|
|
425
429
|
export declare const textEvents: string[];
|
|
@@ -185,6 +185,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
185
185
|
type?: import("vue").PropType<string>;
|
|
186
186
|
default?: string;
|
|
187
187
|
};
|
|
188
|
+
indDetailIconFontSize?: {
|
|
189
|
+
type?: import("vue").PropType<string>;
|
|
190
|
+
default?: string;
|
|
191
|
+
};
|
|
188
192
|
}, {
|
|
189
193
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
190
194
|
time: import("vue").Ref<any>;
|
|
@@ -375,5 +379,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
375
379
|
type?: import("vue").PropType<string>;
|
|
376
380
|
default?: string;
|
|
377
381
|
};
|
|
382
|
+
indDetailIconFontSize?: {
|
|
383
|
+
type?: import("vue").PropType<string>;
|
|
384
|
+
default?: string;
|
|
385
|
+
};
|
|
378
386
|
}>>, {}>;
|
|
379
387
|
export default _sfc_main;
|
|
@@ -185,6 +185,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
185
185
|
type?: import("vue").PropType<string>;
|
|
186
186
|
default?: string;
|
|
187
187
|
};
|
|
188
|
+
indDetailIconFontSize?: {
|
|
189
|
+
type?: import("vue").PropType<string>;
|
|
190
|
+
default?: string;
|
|
191
|
+
};
|
|
188
192
|
}, {
|
|
189
193
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
190
194
|
time: import("vue").Ref<any>;
|
|
@@ -375,6 +379,10 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
375
379
|
type?: import("vue").PropType<string>;
|
|
376
380
|
default?: string;
|
|
377
381
|
};
|
|
382
|
+
indDetailIconFontSize?: {
|
|
383
|
+
type?: import("vue").PropType<string>;
|
|
384
|
+
default?: string;
|
|
385
|
+
};
|
|
378
386
|
}>>, {}>> & Record<string, any>;
|
|
379
387
|
export default EcanTimeDisplay;
|
|
380
388
|
export * from './props';
|
|
@@ -202,5 +202,9 @@ export declare const timeDisplayComponentProps: {
|
|
|
202
202
|
type?: import("vue").PropType<string>;
|
|
203
203
|
default?: string;
|
|
204
204
|
};
|
|
205
|
+
indDetailIconFontSize?: {
|
|
206
|
+
type?: import("vue").PropType<string>;
|
|
207
|
+
default?: string;
|
|
208
|
+
};
|
|
205
209
|
};
|
|
206
210
|
export declare const timeDisplayEvents: string[];
|
package/types/utils/props.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export interface Props {
|
|
|
62
62
|
isShowIndDetail?: boolean;
|
|
63
63
|
isShowTrend?: boolean;
|
|
64
64
|
indDetailIconColor?: string;
|
|
65
|
+
indDetailIconFontSize?: string;
|
|
65
66
|
}
|
|
66
67
|
export declare const props: Props;
|
|
67
68
|
export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
|