@ecan-bi/datav 1.4.48 → 1.4.50
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 +10798 -9246
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +88 -39
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -1
- package/types/text/text/Text.vue.d.ts +25 -0
- package/types/text/text/index.d.ts +25 -0
- package/types/text/text/props.d.ts +15 -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.50",
|
|
4
4
|
"main": "dist/index.umd.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"echarts": "^5.3.2",
|
|
87
87
|
"lodash-es": "^4.17.21",
|
|
88
88
|
"lottie-web": "^5.12.2",
|
|
89
|
+
"marked": "3.0.8",
|
|
89
90
|
"mitt": "^3.0.0",
|
|
90
91
|
"resize-detector": "^0.3.0",
|
|
91
92
|
"vant": "^4.9.5"
|
|
@@ -195,6 +195,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
195
195
|
type?: import("vue").PropType<boolean>;
|
|
196
196
|
default?: boolean;
|
|
197
197
|
};
|
|
198
|
+
titleContent: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
202
|
+
titleBackgroundColor: {
|
|
203
|
+
type?: import("vue").PropType<string>;
|
|
204
|
+
default?: string;
|
|
205
|
+
};
|
|
206
|
+
titleFontColor: {
|
|
207
|
+
type?: import("vue").PropType<string>;
|
|
208
|
+
default?: string;
|
|
209
|
+
};
|
|
198
210
|
id: {
|
|
199
211
|
type?: import("vue").PropType<string>;
|
|
200
212
|
default?: string;
|
|
@@ -320,6 +332,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
320
332
|
vFontSize: import("vue").ComputedRef<string>;
|
|
321
333
|
gradientStyle: import("vue").ComputedRef<any>;
|
|
322
334
|
cursorStyle: import("vue").ComputedRef<any>;
|
|
335
|
+
myTitle: import("vue").Ref<any>;
|
|
323
336
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
324
337
|
text: {
|
|
325
338
|
type?: import("vue").PropType<string>;
|
|
@@ -517,6 +530,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
517
530
|
type?: import("vue").PropType<boolean>;
|
|
518
531
|
default?: boolean;
|
|
519
532
|
};
|
|
533
|
+
titleContent: {
|
|
534
|
+
type?: import("vue").PropType<string>;
|
|
535
|
+
default?: string;
|
|
536
|
+
};
|
|
537
|
+
titleBackgroundColor: {
|
|
538
|
+
type?: import("vue").PropType<string>;
|
|
539
|
+
default?: string;
|
|
540
|
+
};
|
|
541
|
+
titleFontColor: {
|
|
542
|
+
type?: import("vue").PropType<string>;
|
|
543
|
+
default?: string;
|
|
544
|
+
};
|
|
520
545
|
id: {
|
|
521
546
|
type?: import("vue").PropType<string>;
|
|
522
547
|
default?: string;
|
|
@@ -195,6 +195,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
195
195
|
type?: import("vue").PropType<boolean>;
|
|
196
196
|
default?: boolean;
|
|
197
197
|
};
|
|
198
|
+
titleContent: {
|
|
199
|
+
type?: import("vue").PropType<string>;
|
|
200
|
+
default?: string;
|
|
201
|
+
};
|
|
202
|
+
titleBackgroundColor: {
|
|
203
|
+
type?: import("vue").PropType<string>;
|
|
204
|
+
default?: string;
|
|
205
|
+
};
|
|
206
|
+
titleFontColor: {
|
|
207
|
+
type?: import("vue").PropType<string>;
|
|
208
|
+
default?: string;
|
|
209
|
+
};
|
|
198
210
|
id: {
|
|
199
211
|
type?: import("vue").PropType<string>;
|
|
200
212
|
default?: string;
|
|
@@ -320,6 +332,7 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
320
332
|
vFontSize: import("vue").ComputedRef<string>;
|
|
321
333
|
gradientStyle: import("vue").ComputedRef<any>;
|
|
322
334
|
cursorStyle: import("vue").ComputedRef<any>;
|
|
335
|
+
myTitle: import("vue").Ref<any>;
|
|
323
336
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
324
337
|
text: {
|
|
325
338
|
type?: import("vue").PropType<string>;
|
|
@@ -517,6 +530,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
517
530
|
type?: import("vue").PropType<boolean>;
|
|
518
531
|
default?: boolean;
|
|
519
532
|
};
|
|
533
|
+
titleContent: {
|
|
534
|
+
type?: import("vue").PropType<string>;
|
|
535
|
+
default?: string;
|
|
536
|
+
};
|
|
537
|
+
titleBackgroundColor: {
|
|
538
|
+
type?: import("vue").PropType<string>;
|
|
539
|
+
default?: string;
|
|
540
|
+
};
|
|
541
|
+
titleFontColor: {
|
|
542
|
+
type?: import("vue").PropType<string>;
|
|
543
|
+
default?: string;
|
|
544
|
+
};
|
|
520
545
|
id: {
|
|
521
546
|
type?: import("vue").PropType<string>;
|
|
522
547
|
default?: string;
|
|
@@ -52,6 +52,9 @@ export interface TextProps extends Props {
|
|
|
52
52
|
exceedConfig: string;
|
|
53
53
|
targetTemplate: string;
|
|
54
54
|
dataSetchecked: boolean;
|
|
55
|
+
titleContent: string;
|
|
56
|
+
titleBackgroundColor: string;
|
|
57
|
+
titleFontColor: string;
|
|
55
58
|
}
|
|
56
59
|
export declare const textProps: TextProps;
|
|
57
60
|
export declare const textComponentProps: {
|
|
@@ -251,6 +254,18 @@ export declare const textComponentProps: {
|
|
|
251
254
|
type?: import("vue").PropType<boolean>;
|
|
252
255
|
default?: boolean;
|
|
253
256
|
};
|
|
257
|
+
titleContent: {
|
|
258
|
+
type?: import("vue").PropType<string>;
|
|
259
|
+
default?: string;
|
|
260
|
+
};
|
|
261
|
+
titleBackgroundColor: {
|
|
262
|
+
type?: import("vue").PropType<string>;
|
|
263
|
+
default?: string;
|
|
264
|
+
};
|
|
265
|
+
titleFontColor: {
|
|
266
|
+
type?: import("vue").PropType<string>;
|
|
267
|
+
default?: string;
|
|
268
|
+
};
|
|
254
269
|
id: {
|
|
255
270
|
type?: import("vue").PropType<string>;
|
|
256
271
|
default?: string;
|