@ecan-bi/datav 1.4.49 → 1.4.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.4.49",
3
+ "version": "1.4.51",
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,22 @@ 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
+ };
210
+ isMarkDown: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
198
214
  id: {
199
215
  type?: import("vue").PropType<string>;
200
216
  default?: string;
@@ -320,6 +336,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
320
336
  vFontSize: import("vue").ComputedRef<string>;
321
337
  gradientStyle: import("vue").ComputedRef<any>;
322
338
  cursorStyle: import("vue").ComputedRef<any>;
339
+ myTitle: import("vue").Ref<any>;
323
340
  }, 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
341
  text: {
325
342
  type?: import("vue").PropType<string>;
@@ -517,6 +534,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
517
534
  type?: import("vue").PropType<boolean>;
518
535
  default?: boolean;
519
536
  };
537
+ titleContent: {
538
+ type?: import("vue").PropType<string>;
539
+ default?: string;
540
+ };
541
+ titleBackgroundColor: {
542
+ type?: import("vue").PropType<string>;
543
+ default?: string;
544
+ };
545
+ titleFontColor: {
546
+ type?: import("vue").PropType<string>;
547
+ default?: string;
548
+ };
549
+ isMarkDown: {
550
+ type?: import("vue").PropType<boolean>;
551
+ default?: boolean;
552
+ };
520
553
  id: {
521
554
  type?: import("vue").PropType<string>;
522
555
  default?: string;
@@ -195,6 +195,22 @@ 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
+ };
210
+ isMarkDown: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
198
214
  id: {
199
215
  type?: import("vue").PropType<string>;
200
216
  default?: string;
@@ -320,6 +336,7 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
320
336
  vFontSize: import("vue").ComputedRef<string>;
321
337
  gradientStyle: import("vue").ComputedRef<any>;
322
338
  cursorStyle: import("vue").ComputedRef<any>;
339
+ myTitle: import("vue").Ref<any>;
323
340
  }, 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
341
  text: {
325
342
  type?: import("vue").PropType<string>;
@@ -517,6 +534,22 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
517
534
  type?: import("vue").PropType<boolean>;
518
535
  default?: boolean;
519
536
  };
537
+ titleContent: {
538
+ type?: import("vue").PropType<string>;
539
+ default?: string;
540
+ };
541
+ titleBackgroundColor: {
542
+ type?: import("vue").PropType<string>;
543
+ default?: string;
544
+ };
545
+ titleFontColor: {
546
+ type?: import("vue").PropType<string>;
547
+ default?: string;
548
+ };
549
+ isMarkDown: {
550
+ type?: import("vue").PropType<boolean>;
551
+ default?: boolean;
552
+ };
520
553
  id: {
521
554
  type?: import("vue").PropType<string>;
522
555
  default?: string;
@@ -52,6 +52,10 @@ 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;
58
+ isMarkDown: boolean;
55
59
  }
56
60
  export declare const textProps: TextProps;
57
61
  export declare const textComponentProps: {
@@ -251,6 +255,22 @@ export declare const textComponentProps: {
251
255
  type?: import("vue").PropType<boolean>;
252
256
  default?: boolean;
253
257
  };
258
+ titleContent: {
259
+ type?: import("vue").PropType<string>;
260
+ default?: string;
261
+ };
262
+ titleBackgroundColor: {
263
+ type?: import("vue").PropType<string>;
264
+ default?: string;
265
+ };
266
+ titleFontColor: {
267
+ type?: import("vue").PropType<string>;
268
+ default?: string;
269
+ };
270
+ isMarkDown: {
271
+ type?: import("vue").PropType<boolean>;
272
+ default?: boolean;
273
+ };
254
274
  id: {
255
275
  type?: import("vue").PropType<string>;
256
276
  default?: string;