@ecan-bi/datav 1.4.50 → 1.4.52

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.50",
3
+ "version": "1.4.52",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -207,6 +207,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
207
207
  type?: import("vue").PropType<string>;
208
208
  default?: string;
209
209
  };
210
+ isMarkDown: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
214
+ isContentMarkDown: {
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
217
+ };
210
218
  id: {
211
219
  type?: import("vue").PropType<string>;
212
220
  default?: string;
@@ -333,6 +341,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
333
341
  gradientStyle: import("vue").ComputedRef<any>;
334
342
  cursorStyle: import("vue").ComputedRef<any>;
335
343
  myTitle: import("vue").Ref<any>;
344
+ wrapStyle: import("vue").ComputedRef<any>;
336
345
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
337
346
  text: {
338
347
  type?: import("vue").PropType<string>;
@@ -542,6 +551,14 @@ declare const _sfc_main: import("vue").DefineComponent<{
542
551
  type?: import("vue").PropType<string>;
543
552
  default?: string;
544
553
  };
554
+ isMarkDown: {
555
+ type?: import("vue").PropType<boolean>;
556
+ default?: boolean;
557
+ };
558
+ isContentMarkDown: {
559
+ type?: import("vue").PropType<boolean>;
560
+ default?: boolean;
561
+ };
545
562
  id: {
546
563
  type?: import("vue").PropType<string>;
547
564
  default?: string;
@@ -207,6 +207,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
207
207
  type?: import("vue").PropType<string>;
208
208
  default?: string;
209
209
  };
210
+ isMarkDown: {
211
+ type?: import("vue").PropType<boolean>;
212
+ default?: boolean;
213
+ };
214
+ isContentMarkDown: {
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
217
+ };
210
218
  id: {
211
219
  type?: import("vue").PropType<string>;
212
220
  default?: string;
@@ -333,6 +341,7 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
333
341
  gradientStyle: import("vue").ComputedRef<any>;
334
342
  cursorStyle: import("vue").ComputedRef<any>;
335
343
  myTitle: import("vue").Ref<any>;
344
+ wrapStyle: import("vue").ComputedRef<any>;
336
345
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
337
346
  text: {
338
347
  type?: import("vue").PropType<string>;
@@ -542,6 +551,14 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
542
551
  type?: import("vue").PropType<string>;
543
552
  default?: string;
544
553
  };
554
+ isMarkDown: {
555
+ type?: import("vue").PropType<boolean>;
556
+ default?: boolean;
557
+ };
558
+ isContentMarkDown: {
559
+ type?: import("vue").PropType<boolean>;
560
+ default?: boolean;
561
+ };
545
562
  id: {
546
563
  type?: import("vue").PropType<string>;
547
564
  default?: string;
@@ -55,6 +55,8 @@ export interface TextProps extends Props {
55
55
  titleContent: string;
56
56
  titleBackgroundColor: string;
57
57
  titleFontColor: string;
58
+ isMarkDown: boolean;
59
+ isContentMarkDown: boolean;
58
60
  }
59
61
  export declare const textProps: TextProps;
60
62
  export declare const textComponentProps: {
@@ -266,6 +268,14 @@ export declare const textComponentProps: {
266
268
  type?: import("vue").PropType<string>;
267
269
  default?: string;
268
270
  };
271
+ isMarkDown: {
272
+ type?: import("vue").PropType<boolean>;
273
+ default?: boolean;
274
+ };
275
+ isContentMarkDown: {
276
+ type?: import("vue").PropType<boolean>;
277
+ default?: boolean;
278
+ };
269
279
  id: {
270
280
  type?: import("vue").PropType<string>;
271
281
  default?: string;