@ecan-bi/datav 1.4.91 → 1.4.93
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 +7209 -6841
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +68 -68
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +3 -2
- package/types/common/echarts/Echarts.d.ts +1 -1
- package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +1 -1
- package/types/container/border/Border.vue.d.ts +24 -0
- package/types/container/border/index.d.ts +24 -0
- package/types/container/border/props.d.ts +12 -0
- package/types/container/circulate/Circulate.vue.d.ts +24 -0
- package/types/container/circulate/index.d.ts +24 -0
- package/types/container/circulate/props.d.ts +12 -0
- package/types/container/tabs/Tabs.vue.d.ts +24 -0
- package/types/container/tabs/index.d.ts +24 -0
- package/types/container/tabs/props.d.ts +12 -0
- package/types/container/template/Template.vue.d.ts +24 -0
- package/types/container/template/index.d.ts +24 -0
- package/types/container/template/props.d.ts +12 -0
- package/types/control/button/Button.vue.d.ts +32 -8
- package/types/control/button/index.d.ts +32 -8
- package/types/control/button/props.d.ts +16 -4
- package/types/control/checkbox/Checkbox.vue.d.ts +24 -0
- package/types/control/checkbox/index.d.ts +24 -0
- package/types/control/checkbox/props.d.ts +12 -0
- package/types/control/date-picker/DatePicker.vue.d.ts +24 -0
- package/types/control/date-picker/index.d.ts +24 -0
- package/types/control/date-picker/props.d.ts +12 -0
- package/types/control/input/Input.vue.d.ts +24 -0
- package/types/control/input/index.d.ts +24 -0
- package/types/control/input/props.d.ts +12 -0
- package/types/control/nav-tab/NavTab.vue.d.ts +24 -0
- package/types/control/nav-tab/index.d.ts +24 -0
- package/types/control/nav-tab/props.d.ts +12 -0
- package/types/control/radio/Radio.vue.d.ts +28 -4
- package/types/control/radio/index.d.ts +28 -4
- package/types/control/radio/props.d.ts +14 -2
- package/types/control/range-picker/RangePicker.vue.d.ts +24 -0
- package/types/control/range-picker/index.d.ts +24 -0
- package/types/control/range-picker/props.d.ts +12 -0
- package/types/control/select/Select.vue.d.ts +28 -4
- package/types/control/select/index.d.ts +28 -4
- package/types/control/select/props.d.ts +14 -2
- package/types/control/tree-select/TreeSelect.vue.d.ts +12 -0
- package/types/control/tree-select/index.d.ts +12 -0
- package/types/control/tree-select/props.d.ts +12 -0
- package/types/graph/IndicatorDetailModal.vue.d.ts +5 -0
- package/types/graph/bar/Bar.vue.d.ts +21 -4
- package/types/graph/bar/index.d.ts +21 -4
- package/types/graph/bar/props.d.ts +10 -2
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +21 -4
- package/types/graph/combo-graph/index.d.ts +21 -4
- package/types/graph/combo-graph/props.d.ts +10 -2
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +24 -0
- package/types/graph/custom-graph/index.d.ts +24 -0
- package/types/graph/custom-graph/props.d.ts +12 -0
- package/types/graph/line/Line.vue.d.ts +17 -0
- package/types/graph/line/index.d.ts +17 -0
- package/types/graph/line/props.d.ts +10 -0
- package/types/graph/pie/Pie.vue.d.ts +21 -4
- package/types/graph/pie/index.d.ts +21 -4
- package/types/graph/pie/props.d.ts +10 -2
- package/types/graph/radar/Radar.vue.d.ts +17 -0
- package/types/graph/radar/index.d.ts +17 -0
- package/types/graph/radar/props.d.ts +10 -0
- package/types/graph/scatter/Scatter.vue.d.ts +17 -0
- package/types/graph/scatter/index.d.ts +17 -0
- package/types/graph/scatter/props.d.ts +8 -0
- package/types/laboratory/data-select/DataSelect.vue.d.ts +28 -4
- package/types/laboratory/data-select/index.d.ts +28 -4
- package/types/laboratory/data-select/props.d.ts +14 -2
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +344 -0
- package/types/laboratory/index-panel/index.d.ts +345 -0
- package/types/laboratory/index-panel/props.d.ts +186 -0
- package/types/laboratory/index.d.ts +1 -0
- package/types/laboratory/pivotTable/PivotTableContainer.vue.d.ts +43 -4
- package/types/laboratory/pivotTable/index.d.ts +43 -4
- package/types/laboratory/pivotTable/props.d.ts +12 -0
- package/types/laboratory/value-line/ValueLine.vue.d.ts +16 -0
- package/types/laboratory/value-line/index.d.ts +16 -0
- package/types/laboratory/value-line/props.d.ts +10 -0
- package/types/map/map/Map.vue.d.ts +24 -0
- package/types/map/map/index.d.ts +24 -0
- package/types/map/map/props.d.ts +12 -0
- package/types/media/iframe/Iframe.vue.d.ts +24 -0
- package/types/media/iframe/index.d.ts +24 -0
- package/types/media/iframe/props.d.ts +12 -0
- package/types/media/image/Image.vue.d.ts +24 -0
- package/types/media/image/index.d.ts +24 -0
- package/types/media/image/props.d.ts +12 -0
- package/types/setting/page-config/PageConfig.vue.d.ts +4 -4
- package/types/setting/page-config/index.d.ts +4 -4
- package/types/setting/page-config/props.d.ts +3 -3
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +9 -4
- package/types/setting/provider-config/index.d.ts +9 -4
- package/types/setting/provider-config/props.d.ts +3 -3
- package/types/table/table/Table.vue.d.ts +24 -0
- package/types/table/table/index.d.ts +24 -0
- package/types/table/table/props.d.ts +12 -0
- package/types/text/counter/Counter.vue.d.ts +24 -0
- package/types/text/counter/index.d.ts +24 -0
- package/types/text/counter/props.d.ts +12 -0
- package/types/text/list/List.vue.d.ts +24 -0
- package/types/text/list/index.d.ts +24 -0
- package/types/text/list/props.d.ts +12 -0
- package/types/text/proportion/Proportion.vue.d.ts +24 -0
- package/types/text/proportion/index.d.ts +24 -0
- package/types/text/proportion/props.d.ts +12 -0
- package/types/text/rectangle/Rectangle.vue.d.ts +24 -0
- package/types/text/rectangle/index.d.ts +24 -0
- package/types/text/rectangle/props.d.ts +12 -0
- package/types/text/text/Text.vue.d.ts +24 -0
- package/types/text/text/index.d.ts +24 -0
- package/types/text/text/props.d.ts +12 -0
- package/types/text/time-display/TimeDisplay.vue.d.ts +24 -0
- package/types/text/time-display/index.d.ts +24 -0
- package/types/text/time-display/props.d.ts +12 -0
- package/types/utils/props.d.ts +3 -0
- package/types/utils/util.d.ts +1 -0
|
@@ -167,6 +167,18 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
167
167
|
[key: string]: any;
|
|
168
168
|
};
|
|
169
169
|
};
|
|
170
|
+
toolboxShow?: {
|
|
171
|
+
type?: import("vue").PropType<boolean>;
|
|
172
|
+
default?: boolean;
|
|
173
|
+
};
|
|
174
|
+
isShowIndDetail?: {
|
|
175
|
+
type?: import("vue").PropType<boolean>;
|
|
176
|
+
default?: boolean;
|
|
177
|
+
};
|
|
178
|
+
indDetailIconColor?: {
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
181
|
+
};
|
|
170
182
|
}, {
|
|
171
183
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
172
184
|
gradientStyle: import("vue").ComputedRef<{
|
|
@@ -349,6 +361,18 @@ export declare const EcanRectangle: import("../../utils/withInstall").SFCWithIns
|
|
|
349
361
|
[key: string]: any;
|
|
350
362
|
};
|
|
351
363
|
};
|
|
364
|
+
toolboxShow?: {
|
|
365
|
+
type?: import("vue").PropType<boolean>;
|
|
366
|
+
default?: boolean;
|
|
367
|
+
};
|
|
368
|
+
isShowIndDetail?: {
|
|
369
|
+
type?: import("vue").PropType<boolean>;
|
|
370
|
+
default?: boolean;
|
|
371
|
+
};
|
|
372
|
+
indDetailIconColor?: {
|
|
373
|
+
type?: import("vue").PropType<string>;
|
|
374
|
+
default?: string;
|
|
375
|
+
};
|
|
352
376
|
}>>, {}>> & Record<string, any>;
|
|
353
377
|
export default EcanRectangle;
|
|
354
378
|
export * from './props';
|
|
@@ -182,5 +182,17 @@ export declare const rectangleComponentProps: {
|
|
|
182
182
|
[key: string]: any;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
toolboxShow?: {
|
|
186
|
+
type?: import("vue").PropType<boolean>;
|
|
187
|
+
default?: boolean;
|
|
188
|
+
};
|
|
189
|
+
isShowIndDetail?: {
|
|
190
|
+
type?: import("vue").PropType<boolean>;
|
|
191
|
+
default?: boolean;
|
|
192
|
+
};
|
|
193
|
+
indDetailIconColor?: {
|
|
194
|
+
type?: import("vue").PropType<string>;
|
|
195
|
+
default?: string;
|
|
196
|
+
};
|
|
185
197
|
};
|
|
186
198
|
export declare const rectangleEvents: any[];
|
|
@@ -339,6 +339,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
339
339
|
[key: string]: any;
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
|
+
toolboxShow?: {
|
|
343
|
+
type?: import("vue").PropType<boolean>;
|
|
344
|
+
default?: boolean;
|
|
345
|
+
};
|
|
346
|
+
isShowIndDetail?: {
|
|
347
|
+
type?: import("vue").PropType<boolean>;
|
|
348
|
+
default?: boolean;
|
|
349
|
+
};
|
|
350
|
+
indDetailIconColor?: {
|
|
351
|
+
type?: import("vue").PropType<string>;
|
|
352
|
+
default?: string;
|
|
353
|
+
};
|
|
342
354
|
}, {
|
|
343
355
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
344
356
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -692,5 +704,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
692
704
|
[key: string]: any;
|
|
693
705
|
};
|
|
694
706
|
};
|
|
707
|
+
toolboxShow?: {
|
|
708
|
+
type?: import("vue").PropType<boolean>;
|
|
709
|
+
default?: boolean;
|
|
710
|
+
};
|
|
711
|
+
isShowIndDetail?: {
|
|
712
|
+
type?: import("vue").PropType<boolean>;
|
|
713
|
+
default?: boolean;
|
|
714
|
+
};
|
|
715
|
+
indDetailIconColor?: {
|
|
716
|
+
type?: import("vue").PropType<string>;
|
|
717
|
+
default?: string;
|
|
718
|
+
};
|
|
695
719
|
}>>, {}>;
|
|
696
720
|
export default _sfc_main;
|
|
@@ -339,6 +339,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
339
339
|
[key: string]: any;
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
|
+
toolboxShow?: {
|
|
343
|
+
type?: import("vue").PropType<boolean>;
|
|
344
|
+
default?: boolean;
|
|
345
|
+
};
|
|
346
|
+
isShowIndDetail?: {
|
|
347
|
+
type?: import("vue").PropType<boolean>;
|
|
348
|
+
default?: boolean;
|
|
349
|
+
};
|
|
350
|
+
indDetailIconColor?: {
|
|
351
|
+
type?: import("vue").PropType<string>;
|
|
352
|
+
default?: string;
|
|
353
|
+
};
|
|
342
354
|
}, {
|
|
343
355
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
344
356
|
myText: import("vue").ComputedRef<string>;
|
|
@@ -692,6 +704,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
692
704
|
[key: string]: any;
|
|
693
705
|
};
|
|
694
706
|
};
|
|
707
|
+
toolboxShow?: {
|
|
708
|
+
type?: import("vue").PropType<boolean>;
|
|
709
|
+
default?: boolean;
|
|
710
|
+
};
|
|
711
|
+
isShowIndDetail?: {
|
|
712
|
+
type?: import("vue").PropType<boolean>;
|
|
713
|
+
default?: boolean;
|
|
714
|
+
};
|
|
715
|
+
indDetailIconColor?: {
|
|
716
|
+
type?: import("vue").PropType<string>;
|
|
717
|
+
default?: string;
|
|
718
|
+
};
|
|
695
719
|
}>>, {}>> & Record<string, any>;
|
|
696
720
|
export default EcanText;
|
|
697
721
|
export * from './props';
|
|
@@ -400,5 +400,17 @@ export declare const textComponentProps: {
|
|
|
400
400
|
[key: string]: any;
|
|
401
401
|
};
|
|
402
402
|
};
|
|
403
|
+
toolboxShow?: {
|
|
404
|
+
type?: import("vue").PropType<boolean>;
|
|
405
|
+
default?: boolean;
|
|
406
|
+
};
|
|
407
|
+
isShowIndDetail?: {
|
|
408
|
+
type?: import("vue").PropType<boolean>;
|
|
409
|
+
default?: boolean;
|
|
410
|
+
};
|
|
411
|
+
indDetailIconColor?: {
|
|
412
|
+
type?: import("vue").PropType<string>;
|
|
413
|
+
default?: string;
|
|
414
|
+
};
|
|
403
415
|
};
|
|
404
416
|
export declare const textEvents: string[];
|
|
@@ -169,6 +169,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
169
169
|
[key: string]: any;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
+
toolboxShow?: {
|
|
173
|
+
type?: import("vue").PropType<boolean>;
|
|
174
|
+
default?: boolean;
|
|
175
|
+
};
|
|
176
|
+
isShowIndDetail?: {
|
|
177
|
+
type?: import("vue").PropType<boolean>;
|
|
178
|
+
default?: boolean;
|
|
179
|
+
};
|
|
180
|
+
indDetailIconColor?: {
|
|
181
|
+
type?: import("vue").PropType<string>;
|
|
182
|
+
default?: string;
|
|
183
|
+
};
|
|
172
184
|
}, {
|
|
173
185
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
174
186
|
time: import("vue").Ref<any>;
|
|
@@ -343,5 +355,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
343
355
|
[key: string]: any;
|
|
344
356
|
};
|
|
345
357
|
};
|
|
358
|
+
toolboxShow?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
362
|
+
isShowIndDetail?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
366
|
+
indDetailIconColor?: {
|
|
367
|
+
type?: import("vue").PropType<string>;
|
|
368
|
+
default?: string;
|
|
369
|
+
};
|
|
346
370
|
}>>, {}>;
|
|
347
371
|
export default _sfc_main;
|
|
@@ -169,6 +169,18 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
169
169
|
[key: string]: any;
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
+
toolboxShow?: {
|
|
173
|
+
type?: import("vue").PropType<boolean>;
|
|
174
|
+
default?: boolean;
|
|
175
|
+
};
|
|
176
|
+
isShowIndDetail?: {
|
|
177
|
+
type?: import("vue").PropType<boolean>;
|
|
178
|
+
default?: boolean;
|
|
179
|
+
};
|
|
180
|
+
indDetailIconColor?: {
|
|
181
|
+
type?: import("vue").PropType<string>;
|
|
182
|
+
default?: string;
|
|
183
|
+
};
|
|
172
184
|
}, {
|
|
173
185
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
174
186
|
time: import("vue").Ref<any>;
|
|
@@ -343,6 +355,18 @@ export declare const EcanTimeDisplay: import('../../utils/withInstall').SFCWithI
|
|
|
343
355
|
[key: string]: any;
|
|
344
356
|
};
|
|
345
357
|
};
|
|
358
|
+
toolboxShow?: {
|
|
359
|
+
type?: import("vue").PropType<boolean>;
|
|
360
|
+
default?: boolean;
|
|
361
|
+
};
|
|
362
|
+
isShowIndDetail?: {
|
|
363
|
+
type?: import("vue").PropType<boolean>;
|
|
364
|
+
default?: boolean;
|
|
365
|
+
};
|
|
366
|
+
indDetailIconColor?: {
|
|
367
|
+
type?: import("vue").PropType<string>;
|
|
368
|
+
default?: string;
|
|
369
|
+
};
|
|
346
370
|
}>>, {}>> & Record<string, any>;
|
|
347
371
|
export default EcanTimeDisplay;
|
|
348
372
|
export * from './props';
|
|
@@ -186,5 +186,17 @@ export declare const timeDisplayComponentProps: {
|
|
|
186
186
|
[key: string]: any;
|
|
187
187
|
};
|
|
188
188
|
};
|
|
189
|
+
toolboxShow?: {
|
|
190
|
+
type?: import("vue").PropType<boolean>;
|
|
191
|
+
default?: boolean;
|
|
192
|
+
};
|
|
193
|
+
isShowIndDetail?: {
|
|
194
|
+
type?: import("vue").PropType<boolean>;
|
|
195
|
+
default?: boolean;
|
|
196
|
+
};
|
|
197
|
+
indDetailIconColor?: {
|
|
198
|
+
type?: import("vue").PropType<string>;
|
|
199
|
+
default?: string;
|
|
200
|
+
};
|
|
189
201
|
};
|
|
190
202
|
export declare const timeDisplayEvents: string[];
|
package/types/utils/props.d.ts
CHANGED
|
@@ -58,6 +58,9 @@ export interface Props {
|
|
|
58
58
|
extendData?: {
|
|
59
59
|
[key: string]: any;
|
|
60
60
|
};
|
|
61
|
+
toolboxShow?: boolean;
|
|
62
|
+
isShowIndDetail?: boolean;
|
|
63
|
+
indDetailIconColor?: string;
|
|
61
64
|
}
|
|
62
65
|
export declare const props: Props;
|
|
63
66
|
export declare const transformToComponentProps: <T extends {}>(props: T) => { [P in keyof T]: {
|
package/types/utils/util.d.ts
CHANGED
|
@@ -67,3 +67,4 @@ export declare function getPageUrlParams(pageId: string): {};
|
|
|
67
67
|
export declare function getNewValueFromUrlParams(pageId: string, keyName: string, field: string): string;
|
|
68
68
|
export declare function getFormatWh(target: any, pageTarget: any): number;
|
|
69
69
|
export declare const hasChinese: (str: string) => boolean;
|
|
70
|
+
export declare const dragModalAction: (e: any, target: string) => void;
|