@ecan-bi/datav 1.4.93 → 1.4.95
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 +1759 -1744
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +21 -21
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -2
- package/types/laboratory/index-panel/IndexPanel.vue.d.ts +1 -0
- package/types/laboratory/index-panel/index.d.ts +1 -0
- package/types/laboratory/index-panel/props.d.ts +1 -1
- 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 +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecan-bi/datav",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.95",
|
|
4
4
|
"main": "dist/index.umd.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prepublishOnly": "npm run build"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@ecan-bi/tools": "^1.0.
|
|
33
|
+
"@ecan-bi/tools": "^1.0.47",
|
|
34
34
|
"@sucrase/jest-plugin": "^2.2.0",
|
|
35
35
|
"@types/echarts": "^4.9.15",
|
|
36
36
|
"@types/jest": "^26.0.23",
|
|
@@ -171,6 +171,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
171
171
|
loading: import("vue").Ref<boolean>;
|
|
172
172
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
173
173
|
customStyle: import("vue").ComputedRef<any>;
|
|
174
|
+
click: () => void;
|
|
174
175
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
176
|
borderRadius: {
|
|
176
177
|
type?: import("vue").PropType<string>;
|
|
@@ -171,6 +171,7 @@ export declare const EcanIndexPanel: import("../../utils/withInstall").SFCWithIn
|
|
|
171
171
|
loading: import("vue").Ref<boolean>;
|
|
172
172
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
173
173
|
customStyle: import("vue").ComputedRef<any>;
|
|
174
|
+
click: () => void;
|
|
174
175
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
176
|
borderRadius: {
|
|
176
177
|
type?: import("vue").PropType<string>;
|
|
@@ -215,6 +215,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
215
215
|
type?: import("vue").PropType<boolean>;
|
|
216
216
|
default?: boolean;
|
|
217
217
|
};
|
|
218
|
+
parentId?: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
218
222
|
id: {
|
|
219
223
|
type?: import("vue").PropType<string>;
|
|
220
224
|
default?: string;
|
|
@@ -580,6 +584,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
580
584
|
type?: import("vue").PropType<boolean>;
|
|
581
585
|
default?: boolean;
|
|
582
586
|
};
|
|
587
|
+
parentId?: {
|
|
588
|
+
type?: import("vue").PropType<string>;
|
|
589
|
+
default?: string;
|
|
590
|
+
};
|
|
583
591
|
id: {
|
|
584
592
|
type?: import("vue").PropType<string>;
|
|
585
593
|
default?: string;
|
|
@@ -215,6 +215,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
215
215
|
type?: import("vue").PropType<boolean>;
|
|
216
216
|
default?: boolean;
|
|
217
217
|
};
|
|
218
|
+
parentId?: {
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
221
|
+
};
|
|
218
222
|
id: {
|
|
219
223
|
type?: import("vue").PropType<string>;
|
|
220
224
|
default?: string;
|
|
@@ -580,6 +584,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
580
584
|
type?: import("vue").PropType<boolean>;
|
|
581
585
|
default?: boolean;
|
|
582
586
|
};
|
|
587
|
+
parentId?: {
|
|
588
|
+
type?: import("vue").PropType<string>;
|
|
589
|
+
default?: string;
|
|
590
|
+
};
|
|
583
591
|
id: {
|
|
584
592
|
type?: import("vue").PropType<string>;
|
|
585
593
|
default?: string;
|
|
@@ -57,6 +57,7 @@ export interface TextProps extends Props {
|
|
|
57
57
|
titleFontColor: string;
|
|
58
58
|
isMarkDown: boolean;
|
|
59
59
|
isContentMarkDown: boolean;
|
|
60
|
+
parentId?: string;
|
|
60
61
|
}
|
|
61
62
|
export declare const textProps: TextProps;
|
|
62
63
|
export declare const textComponentProps: {
|
|
@@ -276,6 +277,10 @@ export declare const textComponentProps: {
|
|
|
276
277
|
type?: import("vue").PropType<boolean>;
|
|
277
278
|
default?: boolean;
|
|
278
279
|
};
|
|
280
|
+
parentId?: {
|
|
281
|
+
type?: import("vue").PropType<string>;
|
|
282
|
+
default?: string;
|
|
283
|
+
};
|
|
279
284
|
id: {
|
|
280
285
|
type?: import("vue").PropType<string>;
|
|
281
286
|
default?: string;
|