g-ui-web 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.
Files changed (39) hide show
  1. package/lib/calendar/src/index.vue.d.ts +1 -1
  2. package/lib/chart/index.d.ts +1 -1
  3. package/lib/chart/src/index.vue.d.ts +1 -1
  4. package/lib/dynamic-target/index.d.ts +3 -3
  5. package/lib/dynamic-target/src/index.vue.d.ts +1 -1
  6. package/lib/g-ui-web.cjs +40 -40
  7. package/lib/g-ui-web.iife.js +41 -41
  8. package/lib/g-ui-web.iife.js.gz +0 -0
  9. package/lib/g-ui-web.js +7569 -7568
  10. package/lib/g-ui-web.js.gz +0 -0
  11. package/lib/g-ui-web.umd.cjs +41 -41
  12. package/lib/multiple-dimension-table/src/index.vue.d.ts +1 -1
  13. package/lib/node-achievement/index.d.ts +3 -3
  14. package/lib/node-achievement/src/index.vue.d.ts +1 -1
  15. package/lib/pie/index.d.ts +1 -1
  16. package/lib/pie/src/index.vue.d.ts +1 -1
  17. package/lib/pie-distri/index.d.ts +1 -1
  18. package/lib/pie-distri/src/index.vue.d.ts +1 -1
  19. package/lib/pie-level/index.d.ts +1 -1
  20. package/lib/pie-level/src/index.vue.d.ts +1 -1
  21. package/lib/pie-table/index.d.ts +6 -6
  22. package/lib/pie-table/src/index.vue.d.ts +2 -2
  23. package/lib/plugins/index.cjs +1 -1
  24. package/lib/plugins/index.mjs +1 -1
  25. package/lib/ranking-list/index.d.ts +6 -6
  26. package/lib/ranking-list/src/index.vue.d.ts +2 -2
  27. package/lib/ranking-table/index.d.ts +6 -6
  28. package/lib/ranking-table/src/index.vue.d.ts +2 -2
  29. package/lib/scatter/index.d.ts +1 -1
  30. package/lib/scatter/src/index.vue.d.ts +1 -1
  31. package/lib/target-achievement/index.d.ts +6 -6
  32. package/lib/target-achievement/src/index.vue.d.ts +2 -2
  33. package/lib/target-deviation/index.d.ts +3 -3
  34. package/lib/target-deviation/src/index.vue.d.ts +1 -1
  35. package/lib/target-gauge/index.d.ts +1 -1
  36. package/lib/target-gauge/src/index.vue.d.ts +1 -1
  37. package/lib/text-select/src/index.vue.d.ts +2 -2
  38. package/lib/utils/index.d.ts +15 -3
  39. package/package.json +1 -1
@@ -181,9 +181,9 @@ declare function __VLS_template(): {
181
181
  readonly hideAfter: number;
182
182
  readonly autoClose: number;
183
183
  readonly tabindex: string | number;
184
- readonly title?: string | undefined;
185
184
  readonly offset?: number | undefined;
186
185
  readonly appendTo?: (string | HTMLElement) | undefined;
186
+ readonly title?: string | undefined;
187
187
  readonly transition?: string | undefined;
188
188
  readonly popperClass?: (string | {
189
189
  [x: string]: boolean;
@@ -7,8 +7,8 @@ declare const GChart: ({
7
7
  myChart: import('vue').ShallowRef<any, any>;
8
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
9
9
  theme: string;
10
- options: Record<string, any>;
11
10
  id: string;
11
+ options: Record<string, any>;
12
12
  mapName: string;
13
13
  mapJson: Record<string, any>;
14
14
  isEmpty: boolean | Function;
@@ -44,8 +44,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
44
44
  myChart: import('vue').ShallowRef<any, any>;
45
45
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
46
46
  theme: string;
47
- options: Record<string, any>;
48
47
  id: string;
48
+ options: Record<string, any>;
49
49
  mapName: string;
50
50
  mapJson: Record<string, any>;
51
51
  isEmpty: boolean | Function;
@@ -24,8 +24,8 @@ declare const GDynamicTarget: ({
24
24
  props: any;
25
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
26
26
  type: string;
27
- title: string;
28
27
  size: string;
28
+ title: string;
29
29
  dbOptions: Record<string, any>;
30
30
  trends: unknown[];
31
31
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -60,8 +60,8 @@ declare const GDynamicTarget: ({
60
60
  props: any;
61
61
  }, {}, {}, {}, {
62
62
  type: string;
63
- title: string;
64
63
  size: string;
64
+ title: string;
65
65
  dbOptions: Record<string, any>;
66
66
  trends: unknown[];
67
67
  }>;
@@ -93,8 +93,8 @@ declare const GDynamicTarget: ({
93
93
  props: any;
94
94
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
95
95
  type: string;
96
- title: string;
97
96
  size: string;
97
+ title: string;
98
98
  dbOptions: Record<string, any>;
99
99
  trends: unknown[];
100
100
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
@@ -44,8 +44,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
44
44
  };
45
45
  }>> & Readonly<{}>, {
46
46
  type: string;
47
- title: string;
48
47
  size: string;
48
+ title: string;
49
49
  dbOptions: Record<string, any>;
50
50
  trends: unknown[];
51
51
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;