mrxy-yk 1.8.4 → 1.8.6

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.
@@ -42,7 +42,4 @@ declare module 'vue' {
42
42
  ShowLog: typeof import('./src/components/show-log/ShowLog.vue')['default']
43
43
  YsVideo: typeof import('./src/components/ys-video/YsVideo.vue')['default']
44
44
  }
45
- export interface GlobalDirectives {
46
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
47
- }
48
45
  }
@@ -29,7 +29,7 @@ var EcPieOption = class extends EcBasicOption {
29
29
  lineHeight: 20,
30
30
  opacity: .8
31
31
  },
32
- value: {
32
+ total: {
33
33
  fontSize: 24,
34
34
  fontWeight: "bold"
35
35
  }
@@ -38,7 +38,7 @@ var EcPieOption = class extends EcBasicOption {
38
38
  show: true,
39
39
  position: "center",
40
40
  formatter: (e) => {
41
- let ret = `{value|${this.centerLabelData}}`;
41
+ let ret = `{total|${this.centerLabelData}}`;
42
42
  if (unit) ret += `\n{unit|${unit}}`;
43
43
  if (name) ret += `\n{name|${name}}`;
44
44
  return ret;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",