@ecan-bi/datav 1.6.2 → 1.6.4

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.6.2",
3
+ "version": "1.6.4",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -574,6 +574,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
574
574
  axisPointer: {
575
575
  type: string;
576
576
  };
577
+ formatter: (params: any) => string;
577
578
  };
578
579
  xAxis: {
579
580
  type: string;
@@ -574,6 +574,7 @@ export declare const EcanBoxplot: import("../../utils/withInstall").SFCWithInsta
574
574
  axisPointer: {
575
575
  type: string;
576
576
  };
577
+ formatter: (params: any) => string;
577
578
  };
578
579
  xAxis: {
579
580
  type: string;
@@ -223,6 +223,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
223
223
  type?: import("vue").PropType<string>;
224
224
  default?: string;
225
225
  };
226
+ useWarningStatus?: {
227
+ type?: import("vue").PropType<boolean>;
228
+ default?: boolean;
229
+ };
226
230
  id: {
227
231
  type?: import("vue").PropType<string>;
228
232
  default?: string;
@@ -605,6 +609,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
605
609
  type?: import("vue").PropType<string>;
606
610
  default?: string;
607
611
  };
612
+ useWarningStatus?: {
613
+ type?: import("vue").PropType<boolean>;
614
+ default?: boolean;
615
+ };
608
616
  id: {
609
617
  type?: import("vue").PropType<string>;
610
618
  default?: string;
@@ -223,6 +223,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
223
223
  type?: import("vue").PropType<string>;
224
224
  default?: string;
225
225
  };
226
+ useWarningStatus?: {
227
+ type?: import("vue").PropType<boolean>;
228
+ default?: boolean;
229
+ };
226
230
  id: {
227
231
  type?: import("vue").PropType<string>;
228
232
  default?: string;
@@ -605,6 +609,10 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
605
609
  type?: import("vue").PropType<string>;
606
610
  default?: string;
607
611
  };
612
+ useWarningStatus?: {
613
+ type?: import("vue").PropType<boolean>;
614
+ default?: boolean;
615
+ };
608
616
  id: {
609
617
  type?: import("vue").PropType<string>;
610
618
  default?: string;
@@ -59,6 +59,7 @@ export interface TextProps extends Props {
59
59
  isContentMarkDown: boolean;
60
60
  parentId?: string;
61
61
  associatId?: string;
62
+ useWarningStatus?: boolean;
62
63
  }
63
64
  export declare const textProps: TextProps;
64
65
  export declare const textComponentProps: {
@@ -286,6 +287,10 @@ export declare const textComponentProps: {
286
287
  type?: import("vue").PropType<string>;
287
288
  default?: string;
288
289
  };
290
+ useWarningStatus?: {
291
+ type?: import("vue").PropType<boolean>;
292
+ default?: boolean;
293
+ };
289
294
  id: {
290
295
  type?: import("vue").PropType<string>;
291
296
  default?: string;