@ecan-bi/datav 1.0.54 → 1.0.55

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/style.css CHANGED
@@ -171,14 +171,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
171
171
  [datav-theme='darkBlue'] .ecan-list .empty {
172
172
  color: #ffffff;
173
173
  }
174
- .ecan-proportion[data-v-f029c988] {
174
+ .ecan-proportion[data-v-4a25add6] {
175
175
  overflow: hidden;
176
176
  }
177
- .progress[data-v-f029c988] {
177
+ .progress[data-v-4a25add6] {
178
178
  width: 100%;
179
179
  height: 100%;
180
180
  }
181
- .format[data-v-f029c988] {
181
+ .format[data-v-4a25add6] {
182
182
  margin: 0 auto;
183
183
  }
184
184
  .input[data-v-506cf42a] {
@@ -664,16 +664,16 @@ x-vue-echarts{display:block;width:100%;height:100%}
664
664
  font-size: 16px;
665
665
  color: #333;
666
666
  }
667
- .table[data-v-a84f3122] {
667
+ .table[data-v-e3b6ea7c] {
668
668
  width: 100%;
669
669
  }
670
- .goUp[data-v-a84f3122] {
670
+ .goUp[data-v-e3b6ea7c] {
671
671
  color: #FF512E;
672
672
  display: flex;
673
673
  align-items: center;
674
674
  justify-content: center;
675
675
  }
676
- .goUp[data-v-a84f3122]:before {
676
+ .goUp[data-v-e3b6ea7c]:before {
677
677
  content: '';
678
678
  display: block;
679
679
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
@@ -683,13 +683,13 @@ x-vue-echarts{display:block;width:100%;height:100%}
683
683
  background-size: cover;
684
684
  margin-right: 2px;
685
685
  }
686
- .goDown[data-v-a84f3122] {
686
+ .goDown[data-v-e3b6ea7c] {
687
687
  color: #00F7B4;
688
688
  display: flex;
689
689
  align-items: center;
690
690
  justify-content: center;
691
691
  }
692
- .goDown[data-v-a84f3122]:before {
692
+ .goDown[data-v-e3b6ea7c]:before {
693
693
  content: '';
694
694
  display: block;
695
695
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
@@ -699,11 +699,11 @@ x-vue-echarts{display:block;width:100%;height:100%}
699
699
  background-size: cover;
700
700
  margin-right: 2px;
701
701
  }
702
- .action-list[data-v-a84f3122] {
702
+ .action-list[data-v-e3b6ea7c] {
703
703
  display: flex;
704
704
  width: 100%;
705
705
  }
706
- .action[data-v-a84f3122] {
706
+ .action[data-v-e3b6ea7c] {
707
707
  flex: 1;
708
708
  }
709
709
  .ecan-table *::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "dist": "vite build -c vite.config.js",
25
25
  "lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx",
26
26
  "lint:fix": "eslint --fix ./src --ext .vue,.js,.ts,.jsx,.tsx",
27
- "clean": "rimraf ./dist",
27
+ "clean": "rimraf ./dist ./types",
28
28
  "prepublishOnly": "npm run dist",
29
29
  "test": "jest"
30
30
  },
@@ -275,6 +275,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
275
275
  click: () => void;
276
276
  myText: import("vue").ComputedRef<string>;
277
277
  myHref: import("vue").ComputedRef<string>;
278
+ myTarget: import("vue").ComputedRef<string>;
278
279
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
279
280
  text: {
280
281
  type?: undefined;
@@ -274,6 +274,7 @@ export declare const EcanButton: import('../../_utils/withInstall').SFCWithInsta
274
274
  click: () => void;
275
275
  myText: import("vue").ComputedRef<string>;
276
276
  myHref: import("vue").ComputedRef<string>;
277
+ myTarget: import("vue").ComputedRef<string>;
277
278
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
278
279
  text: {
279
280
  type?: undefined;
@@ -5,7 +5,7 @@ export interface ButtonProps extends Props {
5
5
  danger: boolean;
6
6
  shape: 'default' | 'circle' | 'round';
7
7
  href: string;
8
- target: '_self' | '_blank';
8
+ target: 'self' | 'blank' | 'event';
9
9
  fontSize: string;
10
10
  fontWeight: number;
11
11
  }
@@ -876,9 +876,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
876
876
  [key: string]: any;
877
877
  }[]>;
878
878
  loading: import("vue").Ref<boolean>;
879
- useVariablesInText: (text?: string, data?: {
879
+ onTouchHrefEvent: (target: 'self' | 'blank' | 'event', href?: string) => void;
880
+ handleHref: (target: 'self' | 'blank' | 'event', href: string, data: {
880
881
  [key: string]: any;
881
- }) => string;
882
+ }) => any;
883
+ handleHrefTarget: (target: 'self' | 'blank' | 'event') => string;
882
884
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
883
885
  columns: {
884
886
  type?: undefined;
@@ -875,9 +875,11 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
875
875
  [key: string]: any;
876
876
  }[]>;
877
877
  loading: import("vue").Ref<boolean>;
878
- useVariablesInText: (text?: string, data?: {
878
+ onTouchHrefEvent: (target: "self" | "blank" | "event", href?: string) => void;
879
+ handleHref: (target: "self" | "blank" | "event", href: string, data: {
879
880
  [key: string]: any;
880
- }) => string;
881
+ }) => any;
882
+ handleHrefTarget: (target: "self" | "blank" | "event") => string;
881
883
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
882
884
  columns: {
883
885
  type?: undefined;
@@ -143,7 +143,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
143
143
  [key: string]: any;
144
144
  };
145
145
  };
146
- textDefaultValue: {
146
+ variableDefaultValue: {
147
147
  type?: undefined;
148
148
  default?: undefined;
149
149
  } | {
@@ -547,7 +547,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
547
547
  [key: string]: any;
548
548
  };
549
549
  };
550
- textDefaultValue: {
550
+ variableDefaultValue: {
551
551
  type?: undefined;
552
552
  default?: undefined;
553
553
  } | {
@@ -142,7 +142,7 @@ export declare const EcanProportion: import('../../_utils/withInstall').SFCWithI
142
142
  [key: string]: any;
143
143
  };
144
144
  };
145
- textDefaultValue: {
145
+ variableDefaultValue: {
146
146
  type?: undefined;
147
147
  default?: undefined;
148
148
  } | {
@@ -546,7 +546,7 @@ export declare const EcanProportion: import('../../_utils/withInstall').SFCWithI
546
546
  [key: string]: any;
547
547
  };
548
548
  };
549
- textDefaultValue: {
549
+ variableDefaultValue: {
550
550
  type?: undefined;
551
551
  default?: undefined;
552
552
  } | {
@@ -15,7 +15,7 @@ export interface ProportionProps extends Props {
15
15
  strokeTextWidth: string;
16
16
  lineHeight: string;
17
17
  decimalFormat: boolean;
18
- textDefaultValue: string;
18
+ variableDefaultValue: string;
19
19
  }
20
20
  export declare const proportionProps: ProportionProps;
21
21
  export declare const proportionComponentProps: {
@@ -162,7 +162,7 @@ export declare const proportionComponentProps: {
162
162
  [key: string]: any;
163
163
  };
164
164
  };
165
- textDefaultValue: {
165
+ variableDefaultValue: {
166
166
  type?: undefined;
167
167
  default?: undefined;
168
168
  } | {