g-ui-web 1.4.49 → 1.4.51

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
@@ -131,7 +131,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
131
131
  onSortChange?: ((...args: any[]) => any) | undefined;
132
132
  onEditRow?: ((...args: any[]) => any) | undefined;
133
133
  }>, {
134
- tableColumns: unknown[];
135
134
  description: string;
136
135
  dbOptions: Record<string, any>;
137
136
  height: string | number;
@@ -141,6 +140,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
141
140
  rowClassName: unknown[];
142
141
  showOverflowTooltip: boolean;
143
142
  mergeFields: unknown[];
143
+ tableColumns: unknown[];
144
144
  showDraggable: boolean;
145
145
  minColumnWidth: number;
146
146
  actionBtns: unknown[];
@@ -16,7 +16,7 @@ declare const GNodeAchievement: ({
16
16
  props: any;
17
17
  nodeAchRef: globalThis.Ref<null, null>;
18
18
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
19
- size: "small" | "default" | "large" | undefined;
19
+ size: "default" | "small" | "large" | undefined;
20
20
  description: string;
21
21
  dbOptions: Record<string, any>;
22
22
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -43,7 +43,7 @@ declare const GNodeAchievement: ({
43
43
  props: any;
44
44
  nodeAchRef: globalThis.Ref<null, null>;
45
45
  }, {}, {}, {}, {
46
- size: "small" | "default" | "large" | undefined;
46
+ size: "default" | "small" | "large" | undefined;
47
47
  description: string;
48
48
  dbOptions: Record<string, any>;
49
49
  }>;
@@ -67,7 +67,7 @@ declare const GNodeAchievement: ({
67
67
  props: any;
68
68
  nodeAchRef: globalThis.Ref<null, null>;
69
69
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
70
- size: "small" | "default" | "large" | undefined;
70
+ size: "default" | "small" | "large" | undefined;
71
71
  description: string;
72
72
  dbOptions: Record<string, any>;
73
73
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -40,7 +40,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
40
40
  default: {};
41
41
  };
42
42
  }>> & Readonly<{}>, {
43
- size: "small" | "default" | "large" | undefined;
43
+ size: "default" | "small" | "large" | undefined;
44
44
  description: string;
45
45
  dbOptions: Record<string, any>;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -9,8 +9,8 @@ declare const GPie: ({
9
9
  getData(): null;
10
10
  getIsFinish(): boolean;
11
11
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
12
- options: Record<string, any>;
13
12
  type: string;
13
+ options: Record<string, any>;
14
14
  description: string;
15
15
  dbOptions: Record<string, any>;
16
16
  }, {}, 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>;
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
21
21
  getData(): null;
22
22
  getIsFinish(): boolean;
23
23
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
24
- options: Record<string, any>;
25
24
  type: string;
25
+ options: Record<string, any>;
26
26
  description: string;
27
27
  dbOptions: Record<string, any>;
28
28
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -7,9 +7,9 @@ declare const GPieDistri: ({
7
7
  props: any;
8
8
  pieDistriRef: globalThis.Ref<null, null>;
9
9
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
- options: Record<string, any>;
11
10
  type: string;
12
11
  size: string;
12
+ options: Record<string, any>;
13
13
  description: string;
14
14
  dbOptions: Record<string, any>;
15
15
  }, {}, 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>;
@@ -23,9 +23,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
23
23
  props: any;
24
24
  pieDistriRef: globalThis.Ref<null, null>;
25
25
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
26
- options: Record<string, any>;
27
26
  type: string;
28
27
  size: string;
28
+ options: Record<string, any>;
29
29
  description: string;
30
30
  dbOptions: Record<string, any>;
31
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -6,9 +6,9 @@ declare const GPieLevel: ({
6
6
  } & import('vue').ComponentOptionsBase<any, {
7
7
  props: any;
8
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
9
- options: Record<string, any>;
10
9
  type: string;
11
10
  size: string;
11
+ options: Record<string, any>;
12
12
  description: string;
13
13
  dbOptions: Record<string, any>;
14
14
  isMarkLine: boolean;
@@ -26,9 +26,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
26
26
  }>, {
27
27
  props: any;
28
28
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
29
- options: Record<string, any>;
30
29
  type: string;
31
30
  size: string;
31
+ options: Record<string, any>;
32
32
  description: string;
33
33
  dbOptions: Record<string, any>;
34
34
  isMarkLine: boolean;
@@ -26,18 +26,18 @@ declare const GPieTable: ({
26
26
  };
27
27
  }>> & Readonly<{}>, {
28
28
  props: {
29
- readonly options: Record<string, any>;
30
29
  readonly type: string;
31
30
  readonly size: string;
31
+ readonly options: Record<string, any>;
32
32
  readonly description: string;
33
33
  readonly dbOptions: Record<string, any>;
34
34
  readonly color: unknown[];
35
35
  };
36
36
  pieTableRef: globalThis.Ref<null, null>;
37
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
38
- options: Record<string, any>;
39
38
  type: string;
40
39
  size: string;
40
+ options: Record<string, any>;
41
41
  description: string;
42
42
  dbOptions: Record<string, any>;
43
43
  color: unknown[];
@@ -75,18 +75,18 @@ declare const GPieTable: ({
75
75
  };
76
76
  }>> & Readonly<{}>, {
77
77
  props: {
78
- readonly options: Record<string, any>;
79
78
  readonly type: string;
80
79
  readonly size: string;
80
+ readonly options: Record<string, any>;
81
81
  readonly description: string;
82
82
  readonly dbOptions: Record<string, any>;
83
83
  readonly color: unknown[];
84
84
  };
85
85
  pieTableRef: globalThis.Ref<null, null>;
86
86
  }, {}, {}, {}, {
87
- options: Record<string, any>;
88
87
  type: string;
89
88
  size: string;
89
+ options: Record<string, any>;
90
90
  description: string;
91
91
  dbOptions: Record<string, any>;
92
92
  color: unknown[];
@@ -121,18 +121,18 @@ declare const GPieTable: ({
121
121
  };
122
122
  }>> & Readonly<{}>, {
123
123
  props: {
124
- readonly options: Record<string, any>;
125
124
  readonly type: string;
126
125
  readonly size: string;
126
+ readonly options: Record<string, any>;
127
127
  readonly description: string;
128
128
  readonly dbOptions: Record<string, any>;
129
129
  readonly color: unknown[];
130
130
  };
131
131
  pieTableRef: globalThis.Ref<null, null>;
132
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
133
- options: Record<string, any>;
134
133
  type: string;
135
134
  size: string;
135
+ options: Record<string, any>;
136
136
  description: string;
137
137
  dbOptions: Record<string, any>;
138
138
  color: unknown[];
@@ -37,9 +37,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
37
37
  };
38
38
  }>, {
39
39
  props: {
40
- readonly options: Record<string, any>;
41
40
  readonly type: string;
42
41
  readonly size: string;
42
+ readonly options: Record<string, any>;
43
43
  readonly description: string;
44
44
  readonly dbOptions: Record<string, any>;
45
45
  readonly color: unknown[];
@@ -71,9 +71,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
71
71
  default: () => void;
72
72
  };
73
73
  }>> & Readonly<{}>, {
74
- options: Record<string, any>;
75
74
  type: string;
76
75
  size: string;
76
+ options: Record<string, any>;
77
77
  description: string;
78
78
  dbOptions: Record<string, any>;
79
79
  color: unknown[];
@@ -192,7 +192,7 @@ function componentUsagePlugin(options = {}) {
192
192
  hasReported = true;
193
193
  const reportData = {
194
194
  libraryName,
195
- timestamp: (/* @__PURE__ */ new Date()).toISOString(),
195
+ timestamp: new Date(Date.now() + 8 * 36e5).toISOString().replace("Z", "+08:00"),
196
196
  summary: {
197
197
  totalImports: importStats.totalImports,
198
198
  uniqueComponents: importStats.componentCount.size,
@@ -166,7 +166,7 @@ function componentUsagePlugin(options = {}) {
166
166
  hasReported = true;
167
167
  const reportData = {
168
168
  libraryName,
169
- timestamp: (/* @__PURE__ */ new Date()).toISOString(),
169
+ timestamp: new Date(Date.now() + 8 * 36e5).toISOString().replace("Z", "+08:00"),
170
170
  summary: {
171
171
  totalImports: importStats.totalImports,
172
172
  uniqueComponents: importStats.componentCount.size,
@@ -34,9 +34,9 @@ declare const GRankingList: ({
34
34
  };
35
35
  }>> & Readonly<{}>, {
36
36
  props: {
37
+ readonly icon: boolean;
37
38
  readonly type: string;
38
39
  readonly sort: string;
39
- readonly icon: boolean;
40
40
  readonly description: string;
41
41
  readonly index: number;
42
42
  readonly dbOptions: Record<string, any>;
@@ -45,9 +45,9 @@ declare const GRankingList: ({
45
45
  };
46
46
  rankingListRef: globalThis.Ref<null, null>;
47
47
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
48
+ icon: boolean;
48
49
  type: string;
49
50
  sort: string;
50
- icon: boolean;
51
51
  description: string;
52
52
  index: number;
53
53
  dbOptions: Record<string, any>;
@@ -95,9 +95,9 @@ declare const GRankingList: ({
95
95
  };
96
96
  }>> & Readonly<{}>, {
97
97
  props: {
98
+ readonly icon: boolean;
98
99
  readonly type: string;
99
100
  readonly sort: string;
100
- readonly icon: boolean;
101
101
  readonly description: string;
102
102
  readonly index: number;
103
103
  readonly dbOptions: Record<string, any>;
@@ -106,9 +106,9 @@ declare const GRankingList: ({
106
106
  };
107
107
  rankingListRef: globalThis.Ref<null, null>;
108
108
  }, {}, {}, {}, {
109
+ icon: boolean;
109
110
  type: string;
110
111
  sort: string;
111
- icon: boolean;
112
112
  description: string;
113
113
  index: number;
114
114
  dbOptions: Record<string, any>;
@@ -153,9 +153,9 @@ declare const GRankingList: ({
153
153
  };
154
154
  }>> & Readonly<{}>, {
155
155
  props: {
156
+ readonly icon: boolean;
156
157
  readonly type: string;
157
158
  readonly sort: string;
158
- readonly icon: boolean;
159
159
  readonly description: string;
160
160
  readonly index: number;
161
161
  readonly dbOptions: Record<string, any>;
@@ -164,9 +164,9 @@ declare const GRankingList: ({
164
164
  };
165
165
  rankingListRef: globalThis.Ref<null, null>;
166
166
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
167
+ icon: boolean;
167
168
  type: string;
168
169
  sort: string;
169
- icon: boolean;
170
170
  description: string;
171
171
  index: number;
172
172
  dbOptions: Record<string, any>;
@@ -51,9 +51,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
51
51
  };
52
52
  }>, {
53
53
  props: {
54
+ readonly icon: boolean;
54
55
  readonly type: string;
55
56
  readonly sort: string;
56
- readonly icon: boolean;
57
57
  readonly description: string;
58
58
  readonly index: number;
59
59
  readonly dbOptions: Record<string, any>;
@@ -95,9 +95,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
95
95
  default: string;
96
96
  };
97
97
  }>> & Readonly<{}>, {
98
+ icon: boolean;
98
99
  type: string;
99
100
  sort: string;
100
- icon: boolean;
101
101
  description: string;
102
102
  index: number;
103
103
  dbOptions: Record<string, any>;
@@ -30,8 +30,8 @@ declare const GRankingTable: ({
30
30
  };
31
31
  }>> & Readonly<{}>, {
32
32
  props: {
33
- readonly sort: string;
34
33
  readonly icon: boolean;
34
+ readonly sort: string;
35
35
  readonly description: string;
36
36
  readonly dbOptions: Record<string, any>;
37
37
  readonly limit: number;
@@ -40,8 +40,8 @@ declare const GRankingTable: ({
40
40
  };
41
41
  rankingTableRef: globalThis.Ref<null, null>;
42
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
43
- sort: string;
44
43
  icon: boolean;
44
+ sort: string;
45
45
  description: string;
46
46
  dbOptions: Record<string, any>;
47
47
  limit: number;
@@ -85,8 +85,8 @@ declare const GRankingTable: ({
85
85
  };
86
86
  }>> & Readonly<{}>, {
87
87
  props: {
88
- readonly sort: string;
89
88
  readonly icon: boolean;
89
+ readonly sort: string;
90
90
  readonly description: string;
91
91
  readonly dbOptions: Record<string, any>;
92
92
  readonly limit: number;
@@ -95,8 +95,8 @@ declare const GRankingTable: ({
95
95
  };
96
96
  rankingTableRef: globalThis.Ref<null, null>;
97
97
  }, {}, {}, {}, {
98
- sort: string;
99
98
  icon: boolean;
99
+ sort: string;
100
100
  description: string;
101
101
  dbOptions: Record<string, any>;
102
102
  limit: number;
@@ -137,8 +137,8 @@ declare const GRankingTable: ({
137
137
  };
138
138
  }>> & Readonly<{}>, {
139
139
  props: {
140
- readonly sort: string;
141
140
  readonly icon: boolean;
141
+ readonly sort: string;
142
142
  readonly description: string;
143
143
  readonly dbOptions: Record<string, any>;
144
144
  readonly limit: number;
@@ -147,8 +147,8 @@ declare const GRankingTable: ({
147
147
  };
148
148
  rankingTableRef: globalThis.Ref<null, null>;
149
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
150
- sort: string;
151
150
  icon: boolean;
151
+ sort: string;
152
152
  description: string;
153
153
  dbOptions: Record<string, any>;
154
154
  limit: number;
@@ -45,8 +45,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
45
45
  };
46
46
  }>, {
47
47
  props: {
48
- readonly sort: string;
49
48
  readonly icon: boolean;
49
+ readonly sort: string;
50
50
  readonly description: string;
51
51
  readonly dbOptions: Record<string, any>;
52
52
  readonly limit: number;
@@ -84,8 +84,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
84
84
  default: string;
85
85
  };
86
86
  }>> & Readonly<{}>, {
87
- sort: string;
88
87
  icon: boolean;
88
+ sort: string;
89
89
  description: string;
90
90
  dbOptions: Record<string, any>;
91
91
  limit: number;
@@ -9,8 +9,8 @@ declare const GScatter: ({
9
9
  getData(): any;
10
10
  getIsFinish(): boolean;
11
11
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
12
- options: Record<string, any>;
13
12
  size: string | number;
13
+ options: Record<string, any>;
14
14
  description: string;
15
15
  dbOptions: Record<string, any>;
16
16
  color: string;
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
29
29
  getData(): any;
30
30
  getIsFinish(): boolean;
31
31
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
32
- options: Record<string, any>;
33
32
  size: string | number;
33
+ options: Record<string, any>;
34
34
  description: string;
35
35
  dbOptions: Record<string, any>;
36
36
  color: string;
@@ -33,9 +33,9 @@ declare const GTargetAchievement: ({
33
33
  };
34
34
  }>> & Readonly<{}>, {
35
35
  props: {
36
- readonly options: Record<string, any>;
37
36
  readonly type: string;
38
37
  readonly size: string;
38
+ readonly options: Record<string, any>;
39
39
  readonly dbOptions: Record<string, any>;
40
40
  readonly aspect: string;
41
41
  readonly aspectPlacement: string;
@@ -43,9 +43,9 @@ declare const GTargetAchievement: ({
43
43
  };
44
44
  targetAchRef: globalThis.Ref<null, null>;
45
45
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
46
- options: Record<string, any>;
47
46
  type: string;
48
47
  size: string;
48
+ options: Record<string, any>;
49
49
  dbOptions: Record<string, any>;
50
50
  aspect: string;
51
51
  aspectPlacement: string;
@@ -91,9 +91,9 @@ declare const GTargetAchievement: ({
91
91
  };
92
92
  }>> & Readonly<{}>, {
93
93
  props: {
94
- readonly options: Record<string, any>;
95
94
  readonly type: string;
96
95
  readonly size: string;
96
+ readonly options: Record<string, any>;
97
97
  readonly dbOptions: Record<string, any>;
98
98
  readonly aspect: string;
99
99
  readonly aspectPlacement: string;
@@ -101,9 +101,9 @@ declare const GTargetAchievement: ({
101
101
  };
102
102
  targetAchRef: globalThis.Ref<null, null>;
103
103
  }, {}, {}, {}, {
104
- options: Record<string, any>;
105
104
  type: string;
106
105
  size: string;
106
+ options: Record<string, any>;
107
107
  dbOptions: Record<string, any>;
108
108
  aspect: string;
109
109
  aspectPlacement: string;
@@ -146,9 +146,9 @@ declare const GTargetAchievement: ({
146
146
  };
147
147
  }>> & Readonly<{}>, {
148
148
  props: {
149
- readonly options: Record<string, any>;
150
149
  readonly type: string;
151
150
  readonly size: string;
151
+ readonly options: Record<string, any>;
152
152
  readonly dbOptions: Record<string, any>;
153
153
  readonly aspect: string;
154
154
  readonly aspectPlacement: string;
@@ -156,9 +156,9 @@ declare const GTargetAchievement: ({
156
156
  };
157
157
  targetAchRef: globalThis.Ref<null, null>;
158
158
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
159
- options: Record<string, any>;
160
159
  type: string;
161
160
  size: string;
161
+ options: Record<string, any>;
162
162
  dbOptions: Record<string, any>;
163
163
  aspect: string;
164
164
  aspectPlacement: string;
@@ -32,9 +32,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
32
32
  };
33
33
  }>, {
34
34
  props: {
35
- readonly options: Record<string, any>;
36
35
  readonly type: string;
37
36
  readonly size: string;
37
+ readonly options: Record<string, any>;
38
38
  readonly dbOptions: Record<string, any>;
39
39
  readonly aspect: string;
40
40
  readonly aspectPlacement: string;
@@ -74,9 +74,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
74
74
  };
75
75
  };
76
76
  }>> & Readonly<{}>, {
77
- options: Record<string, any>;
78
77
  type: string;
79
78
  size: string;
79
+ options: Record<string, any>;
80
80
  dbOptions: Record<string, any>;
81
81
  aspect: string;
82
82
  aspectPlacement: string;
@@ -28,9 +28,9 @@ declare const GTargetDeviation: ({
28
28
  props: any;
29
29
  targetDeviationRef: globalThis.Ref<null, null>;
30
30
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
31
- max: string;
32
31
  type: string;
33
32
  size: string;
33
+ max: string;
34
34
  dbOptions: Record<string, any>;
35
35
  tooltip: unknown[];
36
36
  min: string;
@@ -70,9 +70,9 @@ declare const GTargetDeviation: ({
70
70
  props: any;
71
71
  targetDeviationRef: globalThis.Ref<null, null>;
72
72
  }, {}, {}, {}, {
73
- max: string;
74
73
  type: string;
75
74
  size: string;
75
+ max: string;
76
76
  dbOptions: Record<string, any>;
77
77
  tooltip: unknown[];
78
78
  min: string;
@@ -109,9 +109,9 @@ declare const GTargetDeviation: ({
109
109
  props: any;
110
110
  targetDeviationRef: globalThis.Ref<null, null>;
111
111
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
112
- max: string;
113
112
  type: string;
114
113
  size: string;
114
+ max: string;
115
115
  dbOptions: Record<string, any>;
116
116
  tooltip: unknown[];
117
117
  min: string;
@@ -52,9 +52,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
52
52
  default: () => {};
53
53
  };
54
54
  }>> & Readonly<{}>, {
55
- max: string;
56
55
  type: string;
57
56
  size: string;
57
+ max: string;
58
58
  dbOptions: Record<string, any>;
59
59
  tooltip: unknown[];
60
60
  min: string;
@@ -7,8 +7,8 @@ declare const GTargetGauge: ({
7
7
  props: any;
8
8
  targetGaugeRef: globalThis.Ref<null, null>;
9
9
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
10
- options: Record<string, any>;
11
10
  type: string;
11
+ options: Record<string, any>;
12
12
  description: string;
13
13
  dbOptions: Record<string, any>;
14
14
  }, {}, 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>;
@@ -19,8 +19,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
19
19
  props: any;
20
20
  targetGaugeRef: globalThis.Ref<null, null>;
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
- options: Record<string, any>;
23
22
  type: string;
23
+ options: Record<string, any>;
24
24
  description: string;
25
25
  dbOptions: Record<string, any>;
26
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -26,7 +26,7 @@ declare function __VLS_template(): {
26
26
  readonly __epPropKey: true;
27
27
  };
28
28
  readonly type: {
29
- readonly type: PropType<"" | "text" | "primary" | "success" | "warning" | "info" | "default" | "danger">;
29
+ readonly type: PropType<"" | "default" | "primary" | "success" | "warning" | "info" | "text" | "danger">;
30
30
  readonly required: false;
31
31
  readonly validator: ((val: unknown) => boolean) | undefined;
32
32
  __epPropKey: true;
@@ -238,7 +238,7 @@ declare function __VLS_template(): {
238
238
  readonly __epPropKey: true;
239
239
  };
240
240
  readonly type: {
241
- readonly type: PropType<"" | "text" | "primary" | "success" | "warning" | "info" | "default" | "danger">;
241
+ readonly type: PropType<"" | "default" | "primary" | "success" | "warning" | "info" | "text" | "danger">;
242
242
  readonly required: false;
243
243
  readonly validator: ((val: unknown) => boolean) | undefined;
244
244
  __epPropKey: true;
@@ -51,9 +51,21 @@ export declare const setAjaxConfig: (config?: configProps) => void;
51
51
  export declare const getAjaxConfig: (key?: string) => any;
52
52
  export declare const typeofXAxis: (item: any) => "function" | "string" | "number" | "object" | "boolean" | "undefined" | "bigint" | "symbol" | "null";
53
53
  export declare const typeIsEmpty: (item: any) => boolean;
54
- export default class ExportTable {
55
- constructor(exportConfig: any, searchParam: any[], header: any);
56
- }
54
+ /**
55
+ * 导出表格
56
+ * @param exportType 导出文件类型,可选值为 'excel' | 'csv',默认 'excel'
57
+ * @param excelConfig Excel 配置对象(表名、sheet、表头结构、样式等)
58
+ * @param exportDataQueryParam 数据查询参数
59
+ * @param excelSheetNum sheets 页数量,默认 1
60
+ * @param headers 请求头
61
+ */
62
+ export declare function exportTable({ exportType, excelConfig, exportDataQueryParam, excelSheetNum, headers, }: {
63
+ exportType?: 'excel' | 'csv';
64
+ excelConfig: object;
65
+ exportDataQueryParam: any[];
66
+ excelSheetNum?: number;
67
+ headers?: Record<string, string>;
68
+ }): void;
57
69
  /**
58
70
  * 单位配置项
59
71
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "1.4.49",
5
+ "version": "1.4.51",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",