@ecan-bi/datav 1.0.52 → 1.0.53

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-206755e6] {
174
+ .ecan-proportion[data-v-f55c66cc] {
175
175
  overflow: hidden;
176
176
  }
177
- .progress[data-v-206755e6] {
177
+ .progress[data-v-f55c66cc] {
178
178
  width: 100%;
179
179
  height: 100%;
180
180
  }
181
- .format[data-v-206755e6] {
181
+ .format[data-v-f55c66cc] {
182
182
  margin: 0 auto;
183
183
  }
184
184
  .input[data-v-506cf42a] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -132,6 +132,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
132
132
  [key: string]: any;
133
133
  };
134
134
  };
135
+ decimalFormat: {
136
+ type?: undefined;
137
+ default?: undefined;
138
+ } | {
139
+ type: any;
140
+ default: string | number | boolean | Events | {
141
+ [key: string]: any;
142
+ } | import('../../_utils/props').RequestParams | {
143
+ [key: string]: any;
144
+ };
145
+ };
135
146
  id: {
136
147
  type?: undefined;
137
148
  default?: undefined;
@@ -378,7 +389,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
378
389
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
379
390
  myWidth: import("vue").ComputedRef<number>;
380
391
  text: import("vue").ComputedRef<string>;
381
- value: import("vue").ComputedRef<number>;
392
+ value: import("vue").ComputedRef<string | number>;
382
393
  loading: import("vue").Ref<boolean>;
383
394
  click: () => void;
384
395
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -514,6 +525,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
514
525
  [key: string]: any;
515
526
  };
516
527
  };
528
+ decimalFormat: {
529
+ type?: undefined;
530
+ default?: undefined;
531
+ } | {
532
+ type: any;
533
+ default: string | number | boolean | Events | {
534
+ [key: string]: any;
535
+ } | import('../../_utils/props').RequestParams | {
536
+ [key: string]: any;
537
+ };
538
+ };
517
539
  id: {
518
540
  type?: undefined;
519
541
  default?: undefined;
@@ -1,4 +1,4 @@
1
- export declare const EcanProportion: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
1
+ export declare const EcanProportion: import('../../_utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  strokeColor: {
3
3
  type?: undefined;
4
4
  default?: undefined;
@@ -131,6 +131,17 @@ export declare const EcanProportion: import("../../_utils/withInstall").SFCWithI
131
131
  [key: string]: any;
132
132
  };
133
133
  };
134
+ decimalFormat: {
135
+ type?: undefined;
136
+ default?: undefined;
137
+ } | {
138
+ type: any;
139
+ default: string | number | boolean | import("../../_utils/props").Events | {
140
+ [key: string]: any;
141
+ } | import("../../_utils/props").RequestParams | {
142
+ [key: string]: any;
143
+ };
144
+ };
134
145
  id: {
135
146
  type?: undefined;
136
147
  default?: undefined;
@@ -377,7 +388,7 @@ export declare const EcanProportion: import("../../_utils/withInstall").SFCWithI
377
388
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
378
389
  myWidth: import("vue").ComputedRef<number>;
379
390
  text: import("vue").ComputedRef<string>;
380
- value: import("vue").ComputedRef<number>;
391
+ value: import("vue").ComputedRef<string | number>;
381
392
  loading: import("vue").Ref<boolean>;
382
393
  click: () => void;
383
394
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -513,6 +524,17 @@ export declare const EcanProportion: import("../../_utils/withInstall").SFCWithI
513
524
  [key: string]: any;
514
525
  };
515
526
  };
527
+ decimalFormat: {
528
+ type?: undefined;
529
+ default?: undefined;
530
+ } | {
531
+ type: any;
532
+ default: string | number | boolean | import("../../_utils/props").Events | {
533
+ [key: string]: any;
534
+ } | import("../../_utils/props").RequestParams | {
535
+ [key: string]: any;
536
+ };
537
+ };
516
538
  id: {
517
539
  type?: undefined;
518
540
  default?: undefined;
@@ -14,6 +14,7 @@ export interface ProportionProps extends Props {
14
14
  fontWeight: number;
15
15
  strokeTextWidth: string;
16
16
  lineHeight: string;
17
+ decimalFormat: boolean;
17
18
  }
18
19
  export declare const proportionProps: ProportionProps;
19
20
  export declare const proportionComponentProps: {
@@ -149,6 +150,17 @@ export declare const proportionComponentProps: {
149
150
  [key: string]: any;
150
151
  };
151
152
  };
153
+ decimalFormat: {
154
+ type?: undefined;
155
+ default?: undefined;
156
+ } | {
157
+ type: any;
158
+ default: string | number | boolean | import('../../_utils/props').Events | {
159
+ [key: string]: any;
160
+ } | import('../../_utils/props').RequestParams | {
161
+ [key: string]: any;
162
+ };
163
+ };
152
164
  id: {
153
165
  type?: undefined;
154
166
  default?: undefined;