g-ui-web 0.8.23

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 (186) hide show
  1. package/README.md +118 -0
  2. package/global.d.ts +111 -0
  3. package/lib/bar/index.d.ts +71 -0
  4. package/lib/bar/src/chart.d.ts +2 -0
  5. package/lib/bar/src/index.vue.d.ts +32 -0
  6. package/lib/bar/src/options.d.ts +20 -0
  7. package/lib/bar-compare/index.d.ts +65 -0
  8. package/lib/bar-compare/src/chart.d.ts +2 -0
  9. package/lib/bar-compare/src/index.vue.d.ts +30 -0
  10. package/lib/bar-compare/src/options.d.ts +32 -0
  11. package/lib/bar-conv/index.d.ts +59 -0
  12. package/lib/bar-conv/src/index.vue.d.ts +26 -0
  13. package/lib/bar-line/index.d.ts +59 -0
  14. package/lib/bar-line/src/chart.d.ts +2 -0
  15. package/lib/bar-line/src/index.vue.d.ts +26 -0
  16. package/lib/bar-line/src/options.d.ts +36 -0
  17. package/lib/box/index.d.ts +211 -0
  18. package/lib/box/src/index.vue.d.ts +131 -0
  19. package/lib/cashflow/index.d.ts +68 -0
  20. package/lib/cashflow/src/cash-flow-curve.d.ts +1 -0
  21. package/lib/cashflow/src/cash-line.d.ts +1 -0
  22. package/lib/cashflow/src/index.vue.d.ts +29 -0
  23. package/lib/cashflow/src/time-formatter.d.ts +2 -0
  24. package/lib/chart/index.d.ts +23 -0
  25. package/lib/chart/src/index.vue.d.ts +58 -0
  26. package/lib/datatable/index.d.ts +72 -0
  27. package/lib/datatable/src/index.vue.d.ts +48 -0
  28. package/lib/ele/button/index.d.ts +18 -0
  29. package/lib/ele/button/src/index.vue.d.ts +16 -0
  30. package/lib/ele/button-group/index.d.ts +18 -0
  31. package/lib/ele/button-group/src/index.vue.d.ts +16 -0
  32. package/lib/ele/card/index.d.ts +16 -0
  33. package/lib/ele/card/src/index.vue.d.ts +14 -0
  34. package/lib/ele/carousel/index.d.ts +18 -0
  35. package/lib/ele/carousel/src/index.vue.d.ts +16 -0
  36. package/lib/ele/carousel-item/index.d.ts +18 -0
  37. package/lib/ele/carousel-item/src/index.vue.d.ts +16 -0
  38. package/lib/ele/cascader/index.d.ts +14 -0
  39. package/lib/ele/cascader/src/index.vue.d.ts +2 -0
  40. package/lib/ele/cascader-panel/index.d.ts +14 -0
  41. package/lib/ele/cascader-panel/src/index.vue.d.ts +2 -0
  42. package/lib/ele/check-tag/index.d.ts +18 -0
  43. package/lib/ele/check-tag/src/index.vue.d.ts +16 -0
  44. package/lib/ele/checkbox/index.d.ts +16 -0
  45. package/lib/ele/checkbox/src/index.vue.d.ts +14 -0
  46. package/lib/ele/checkbox-button/index.d.ts +18 -0
  47. package/lib/ele/checkbox-button/src/index.vue.d.ts +16 -0
  48. package/lib/ele/checkbox-group/index.d.ts +18 -0
  49. package/lib/ele/checkbox-group/src/index.vue.d.ts +16 -0
  50. package/lib/ele/col/index.d.ts +18 -0
  51. package/lib/ele/col/src/index.vue.d.ts +16 -0
  52. package/lib/ele/date-picker/index.d.ts +18 -0
  53. package/lib/ele/date-picker/src/index.vue.d.ts +16 -0
  54. package/lib/ele/dialog/index.d.ts +16 -0
  55. package/lib/ele/dialog/src/index.vue.d.ts +14 -0
  56. package/lib/ele/form/index.d.ts +18 -0
  57. package/lib/ele/form/src/index.vue.d.ts +16 -0
  58. package/lib/ele/form-item/index.d.ts +18 -0
  59. package/lib/ele/form-item/src/index.vue.d.ts +16 -0
  60. package/lib/ele/input/index.d.ts +16 -0
  61. package/lib/ele/input/src/index.vue.d.ts +14 -0
  62. package/lib/ele/option/index.d.ts +69 -0
  63. package/lib/ele/option/src/index.vue.d.ts +46 -0
  64. package/lib/ele/option-group/index.d.ts +18 -0
  65. package/lib/ele/option-group/src/index.vue.d.ts +16 -0
  66. package/lib/ele/pagination/index.d.ts +18 -0
  67. package/lib/ele/pagination/src/index.vue.d.ts +16 -0
  68. package/lib/ele/progress/index.d.ts +16 -0
  69. package/lib/ele/progress/src/index.vue.d.ts +14 -0
  70. package/lib/ele/radio/index.d.ts +16 -0
  71. package/lib/ele/radio/src/index.vue.d.ts +14 -0
  72. package/lib/ele/radio-button/index.d.ts +18 -0
  73. package/lib/ele/radio-button/src/index.vue.d.ts +16 -0
  74. package/lib/ele/radio-group/index.d.ts +18 -0
  75. package/lib/ele/radio-group/src/index.vue.d.ts +16 -0
  76. package/lib/ele/row/index.d.ts +18 -0
  77. package/lib/ele/row/src/index.vue.d.ts +16 -0
  78. package/lib/ele/select/index.d.ts +18 -0
  79. package/lib/ele/select/src/index.vue.d.ts +16 -0
  80. package/lib/ele/switch/index.d.ts +16 -0
  81. package/lib/ele/switch/src/index.vue.d.ts +14 -0
  82. package/lib/ele/tab-pane/index.d.ts +18 -0
  83. package/lib/ele/tab-pane/src/index.vue.d.ts +16 -0
  84. package/lib/ele/table/index.d.ts +22 -0
  85. package/lib/ele/table/src/index.vue.d.ts +431 -0
  86. package/lib/ele/table-column/index.d.ts +16 -0
  87. package/lib/ele/table-column/src/index.vue.d.ts +14 -0
  88. package/lib/ele/tabs/index.d.ts +18 -0
  89. package/lib/ele/tabs/src/index.vue.d.ts +16 -0
  90. package/lib/ele/tag/index.d.ts +18 -0
  91. package/lib/ele/tag/src/index.vue.d.ts +16 -0
  92. package/lib/ele/tooltip/index.d.ts +16 -0
  93. package/lib/ele/tooltip/src/index.vue.d.ts +14 -0
  94. package/lib/ele/tree/index.d.ts +16 -0
  95. package/lib/ele/tree/src/index.vue.d.ts +14 -0
  96. package/lib/ele/tree-select/index.d.ts +16 -0
  97. package/lib/ele/tree-select/src/index.vue.d.ts +14 -0
  98. package/lib/ele/upload/index.d.ts +16 -0
  99. package/lib/ele/upload/src/index.vue.d.ts +14 -0
  100. package/lib/ele/watermark/index.d.ts +18 -0
  101. package/lib/ele/watermark/src/index.vue.d.ts +16 -0
  102. package/lib/favicon.ico +0 -0
  103. package/lib/funnel/index.d.ts +59 -0
  104. package/lib/funnel/src/chart.d.ts +2 -0
  105. package/lib/funnel/src/index.vue.d.ts +26 -0
  106. package/lib/funnel/src/options.d.ts +43 -0
  107. package/lib/g-ui-web.js +115737 -0
  108. package/lib/g-ui-web.js.gz +0 -0
  109. package/lib/g-ui-web.umd.cjs +190 -0
  110. package/lib/heatmap/src/index.vue.d.ts +100 -0
  111. package/lib/index.d.ts +85 -0
  112. package/lib/line/index.d.ts +65 -0
  113. package/lib/line/src/chart.d.ts +2 -0
  114. package/lib/line/src/index.vue.d.ts +28 -0
  115. package/lib/line/src/options.d.ts +38 -0
  116. package/lib/map/index.d.ts +59 -0
  117. package/lib/map/src/chart.d.ts +2 -0
  118. package/lib/map/src/index.vue.d.ts +26 -0
  119. package/lib/map/src/options.d.ts +21 -0
  120. package/lib/node-achievement/index.d.ts +59 -0
  121. package/lib/node-achievement/src/index.vue.d.ts +26 -0
  122. package/lib/pie/index.d.ts +80 -0
  123. package/lib/pie/src/chart.d.ts +2 -0
  124. package/lib/pie/src/index.vue.d.ts +37 -0
  125. package/lib/pie/src/options.d.ts +13 -0
  126. package/lib/pie-distri/index.d.ts +89 -0
  127. package/lib/pie-distri/src/chart.d.ts +2 -0
  128. package/lib/pie-distri/src/index.vue.d.ts +44 -0
  129. package/lib/pie-distri/src/options.d.ts +60 -0
  130. package/lib/pie-level/index.d.ts +86 -0
  131. package/lib/pie-level/src/chart.d.ts +9 -0
  132. package/lib/pie-level/src/index.vue.d.ts +43 -0
  133. package/lib/pie-level/src/options.d.ts +16 -0
  134. package/lib/pie-table/index.d.ts +122 -0
  135. package/lib/pie-table/src/chart.d.ts +2 -0
  136. package/lib/pie-table/src/index.vue.d.ts +59 -0
  137. package/lib/pie-table/src/options.d.ts +13 -0
  138. package/lib/plan/index.d.ts +44 -0
  139. package/lib/plan/src/index.vue.d.ts +17 -0
  140. package/lib/radar/index.d.ts +59 -0
  141. package/lib/radar/src/chart.d.ts +2 -0
  142. package/lib/radar/src/index.vue.d.ts +26 -0
  143. package/lib/radar/src/options.d.ts +23 -0
  144. package/lib/ranking-list/index.d.ts +122 -0
  145. package/lib/ranking-list/src/index.vue.d.ts +59 -0
  146. package/lib/ranking-table/index.d.ts +122 -0
  147. package/lib/ranking-table/src/index.vue.d.ts +59 -0
  148. package/lib/reserve/index.d.ts +68 -0
  149. package/lib/reserve/src/index.vue.d.ts +29 -0
  150. package/lib/store/index.d.ts +2 -0
  151. package/lib/store/saveInLocal.d.ts +2 -0
  152. package/lib/style.css +1 -0
  153. package/lib/style.css.gz +0 -0
  154. package/lib/target-achievement/index.d.ts +131 -0
  155. package/lib/target-achievement/src/index.vue.d.ts +65 -0
  156. package/lib/target-achievement/src/options.d.ts +68 -0
  157. package/lib/target-current/index.d.ts +114 -0
  158. package/lib/target-current/src/index.vue.d.ts +57 -0
  159. package/lib/target-m/index.d.ts +159 -0
  160. package/lib/target-m/src/index.vue.d.ts +84 -0
  161. package/lib/target-r/index.d.ts +167 -0
  162. package/lib/target-r/src/index.vue.d.ts +90 -0
  163. package/lib/target-s/index.d.ts +150 -0
  164. package/lib/target-s/src/index.vue.d.ts +77 -0
  165. package/lib/target-struct/index.d.ts +141 -0
  166. package/lib/target-struct/src/index.vue.d.ts +69 -0
  167. package/lib/utils/DataSource/index.d.ts +23 -0
  168. package/lib/utils/api/index.d.ts +4 -0
  169. package/lib/utils/api/load.d.ts +1 -0
  170. package/lib/utils/directives/click-outside/index.d.ts +3 -0
  171. package/lib/utils/index.d.ts +37 -0
  172. package/lib/utils/request/interface/config.d.ts +93 -0
  173. package/lib/utils/request/interface/index.d.ts +3 -0
  174. package/lib/utils/request/interface/interface.d.ts +3 -0
  175. package/lib/utils/request/utils/code.d.ts +6 -0
  176. package/lib/utils/request/utils/filter.d.ts +2 -0
  177. package/lib/utils/request/utils/loading.d.ts +14 -0
  178. package/lib/utils/storage.d.ts +27 -0
  179. package/lib/utils/theme/config/black-blue.d.ts +114 -0
  180. package/lib/utils/theme/config/black-gold.d.ts +111 -0
  181. package/lib/utils/theme/config/black-green.d.ts +111 -0
  182. package/lib/utils/theme/config/white-blue.d.ts +114 -0
  183. package/lib/utils/theme/config/white-green.d.ts +111 -0
  184. package/lib/utils/theme/index.d.ts +7 -0
  185. package/lib/withInstall.d.ts +4 -0
  186. package/package.json +96 -0
@@ -0,0 +1,36 @@
1
+ export declare const barLineOptions: (num: any) => {
2
+ backgroundColor: any;
3
+ grid: any;
4
+ tooltip: {
5
+ trigger: string;
6
+ axisPointer: {
7
+ type: string;
8
+ };
9
+ };
10
+ legend: {
11
+ trigger: string;
12
+ orient: string;
13
+ show: boolean;
14
+ top: string;
15
+ itemWidth: number;
16
+ itemHeight: number;
17
+ };
18
+ xAxis: {
19
+ type: string;
20
+ axisPointer: {
21
+ type: string;
22
+ };
23
+ axisLabel: {
24
+ fontSize: any;
25
+ padding: any;
26
+ };
27
+ }[];
28
+ yAxis: {
29
+ splitLine: {
30
+ lineStyle: {
31
+ type: string;
32
+ };
33
+ };
34
+ }[];
35
+ series: any[];
36
+ };
@@ -0,0 +1,211 @@
1
+ declare const GBox: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ type: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ bg: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ border: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ title: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ tag: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ arrow: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ iframe: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ params: {
32
+ type: ObjectConstructor;
33
+ default: () => void;
34
+ };
35
+ local: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ auth: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ dbOptions: {
44
+ type: ObjectConstructor;
45
+ default: () => void;
46
+ };
47
+ }>> & Readonly<{
48
+ onClick?: ((...args: any[]) => any) | undefined;
49
+ }>, {
50
+ boxRef: globalThis.Ref<null, null>;
51
+ load: () => Promise<void>;
52
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
+ click: (...args: any[]) => void;
54
+ }, import('vue').PublicProps, {
55
+ type: string;
56
+ iframe: string;
57
+ title: string;
58
+ dbOptions: Record<string, any>;
59
+ border: boolean;
60
+ local: boolean;
61
+ tag: boolean;
62
+ arrow: boolean;
63
+ bg: boolean;
64
+ params: Record<string, any>;
65
+ auth: string;
66
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
67
+ P: {};
68
+ B: {};
69
+ D: {};
70
+ C: {};
71
+ M: {};
72
+ Defaults: {};
73
+ }, Readonly<globalThis.ExtractPropTypes<{
74
+ type: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ bg: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ border: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ title: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ tag: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ arrow: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ iframe: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
102
+ params: {
103
+ type: ObjectConstructor;
104
+ default: () => void;
105
+ };
106
+ local: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ auth: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
114
+ dbOptions: {
115
+ type: ObjectConstructor;
116
+ default: () => void;
117
+ };
118
+ }>> & Readonly<{
119
+ onClick?: ((...args: any[]) => any) | undefined;
120
+ }>, {
121
+ boxRef: globalThis.Ref<null, null>;
122
+ load: () => Promise<void>;
123
+ }, {}, {}, {}, {
124
+ type: string;
125
+ iframe: string;
126
+ title: string;
127
+ dbOptions: Record<string, any>;
128
+ border: boolean;
129
+ local: boolean;
130
+ tag: boolean;
131
+ arrow: boolean;
132
+ bg: boolean;
133
+ params: Record<string, any>;
134
+ auth: string;
135
+ }>;
136
+ __isFragment?: never;
137
+ __isTeleport?: never;
138
+ __isSuspense?: never;
139
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
140
+ type: {
141
+ type: StringConstructor;
142
+ default: string;
143
+ };
144
+ bg: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ border: {
149
+ type: BooleanConstructor;
150
+ default: boolean;
151
+ };
152
+ title: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
156
+ tag: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
160
+ arrow: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ iframe: {
165
+ type: StringConstructor;
166
+ default: string;
167
+ };
168
+ params: {
169
+ type: ObjectConstructor;
170
+ default: () => void;
171
+ };
172
+ local: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ auth: {
177
+ type: StringConstructor;
178
+ default: string;
179
+ };
180
+ dbOptions: {
181
+ type: ObjectConstructor;
182
+ default: () => void;
183
+ };
184
+ }>> & Readonly<{
185
+ onClick?: ((...args: any[]) => any) | undefined;
186
+ }>, {
187
+ boxRef: globalThis.Ref<null, null>;
188
+ load: () => Promise<void>;
189
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
190
+ click: (...args: any[]) => void;
191
+ }, string, {
192
+ type: string;
193
+ iframe: string;
194
+ title: string;
195
+ dbOptions: Record<string, any>;
196
+ border: boolean;
197
+ local: boolean;
198
+ tag: boolean;
199
+ arrow: boolean;
200
+ bg: boolean;
201
+ params: Record<string, any>;
202
+ auth: string;
203
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
204
+ $slots: {
205
+ left?(_: {}): any;
206
+ right?(_: {}): any;
207
+ default?(_: {}): any;
208
+ default?(_: {}): any;
209
+ };
210
+ }) & import('vue').Plugin) & Record<string, any>;
211
+ export default GBox;
@@ -0,0 +1,131 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ left?(_: {}): any;
4
+ right?(_: {}): any;
5
+ default?(_: {}): any;
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {
9
+ boxRef: HTMLDivElement;
10
+ iframeRef: HTMLIFrameElement;
11
+ };
12
+ attrs: Partial<{}>;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
16
+ type: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ bg: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ border: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ title: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ tag: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ arrow: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ iframe: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ params: {
45
+ type: ObjectConstructor;
46
+ default: () => void;
47
+ };
48
+ local: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ auth: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ dbOptions: {
57
+ type: ObjectConstructor;
58
+ default: () => void;
59
+ };
60
+ }>, {
61
+ boxRef: globalThis.Ref<null, null>;
62
+ load: () => Promise<void>;
63
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ click: (...args: any[]) => void;
65
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
66
+ type: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ bg: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ border: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ title: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ tag: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ arrow: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ iframe: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ params: {
95
+ type: ObjectConstructor;
96
+ default: () => void;
97
+ };
98
+ local: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ auth: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ dbOptions: {
107
+ type: ObjectConstructor;
108
+ default: () => void;
109
+ };
110
+ }>> & Readonly<{
111
+ onClick?: ((...args: any[]) => any) | undefined;
112
+ }>, {
113
+ type: string;
114
+ iframe: string;
115
+ title: string;
116
+ dbOptions: Record<string, any>;
117
+ border: boolean;
118
+ local: boolean;
119
+ tag: boolean;
120
+ arrow: boolean;
121
+ bg: boolean;
122
+ params: Record<string, any>;
123
+ auth: string;
124
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
125
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
126
+ export default _default;
127
+ type __VLS_WithTemplateSlots<T, S> = T & {
128
+ new (): {
129
+ $slots: S;
130
+ };
131
+ };
@@ -0,0 +1,68 @@
1
+ declare const GCashflow: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ dbOptions: {
4
+ type: ObjectConstructor;
5
+ default: {};
6
+ };
7
+ tooltipLocation: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ props: {
13
+ readonly dbOptions: Record<string, any>;
14
+ readonly tooltipLocation: string;
15
+ };
16
+ cashflowRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
18
+ dbOptions: Record<string, any>;
19
+ tooltipLocation: string;
20
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
+ P: {};
22
+ B: {};
23
+ D: {};
24
+ C: {};
25
+ M: {};
26
+ Defaults: {};
27
+ }, Readonly<globalThis.ExtractPropTypes<{
28
+ dbOptions: {
29
+ type: ObjectConstructor;
30
+ default: {};
31
+ };
32
+ tooltipLocation: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ }>> & Readonly<{}>, {
37
+ props: {
38
+ readonly dbOptions: Record<string, any>;
39
+ readonly tooltipLocation: string;
40
+ };
41
+ cashflowRef: globalThis.Ref<null, null>;
42
+ }, {}, {}, {}, {
43
+ dbOptions: Record<string, any>;
44
+ tooltipLocation: string;
45
+ }>;
46
+ __isFragment?: never;
47
+ __isTeleport?: never;
48
+ __isSuspense?: never;
49
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
50
+ dbOptions: {
51
+ type: ObjectConstructor;
52
+ default: {};
53
+ };
54
+ tooltipLocation: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ props: {
60
+ readonly dbOptions: Record<string, any>;
61
+ readonly tooltipLocation: string;
62
+ };
63
+ cashflowRef: globalThis.Ref<null, null>;
64
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
65
+ dbOptions: Record<string, any>;
66
+ tooltipLocation: string;
67
+ }, {}, 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>;
68
+ export default GCashflow;
@@ -0,0 +1 @@
1
+ export default function CashFlowCurve(data: any): any;
@@ -0,0 +1 @@
1
+ export declare const useCashFlow: (props: any, optData: any) => any;
@@ -0,0 +1,29 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ dbOptions: {
3
+ type: ObjectConstructor;
4
+ default: {};
5
+ };
6
+ tooltipLocation: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }>, {
11
+ props: {
12
+ readonly dbOptions: Record<string, any>;
13
+ readonly tooltipLocation: string;
14
+ };
15
+ cashflowRef: globalThis.Ref<null, null>;
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
+ dbOptions: {
18
+ type: ObjectConstructor;
19
+ default: {};
20
+ };
21
+ tooltipLocation: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ dbOptions: Record<string, any>;
27
+ tooltipLocation: string;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export default function dateFormatterFn(format?: string, date?: string | Date): string;
2
+ export declare function getLunarEquation(d1: any, d2: any): any;
@@ -0,0 +1,23 @@
1
+ declare const GChart: ({
2
+ new (...args: any[]): any;
3
+ __isFragment?: never;
4
+ __isTeleport?: never;
5
+ __isSuspense?: never;
6
+ } & import('vue').ComponentOptionsBase<any, {
7
+ myChart: import('vue').ShallowRef<any, any>;
8
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
9
+ theme: string;
10
+ options: Record<string, any>;
11
+ mapName: string;
12
+ mapJson: Record<string, any>;
13
+ isEmpty: boolean | Function;
14
+ description: string;
15
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16
+ $slots: {
17
+ empty?(_: {
18
+ class: string;
19
+ }): any;
20
+ default?(_: {}): any;
21
+ };
22
+ }) & import('vue').Plugin) & Record<string, any>;
23
+ export default GChart;
@@ -0,0 +1,58 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {
9
+ chartRef: HTMLDivElement;
10
+ };
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
15
+ options: {
16
+ type: ObjectConstructor;
17
+ default: {
18
+ backgroundColor: any;
19
+ color: any;
20
+ };
21
+ };
22
+ theme: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ mapName: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ mapJson: {
31
+ type: ObjectConstructor;
32
+ default: {};
33
+ };
34
+ isEmpty: {
35
+ type: (BooleanConstructor | FunctionConstructor)[];
36
+ default: boolean;
37
+ };
38
+ description: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ }>, {
43
+ myChart: import('vue').ShallowRef<any, any>;
44
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
45
+ theme: string;
46
+ options: Record<string, any>;
47
+ mapName: string;
48
+ mapJson: Record<string, any>;
49
+ isEmpty: boolean | Function;
50
+ description: string;
51
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
52
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
53
+ export default _default;
54
+ type __VLS_WithTemplateSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
@@ -0,0 +1,72 @@
1
+ declare const GDatatable: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ options: {
4
+ type: ObjectConstructor;
5
+ default: {};
6
+ };
7
+ dbOptions: {
8
+ type: ObjectConstructor;
9
+ default: {};
10
+ };
11
+ }>> & Readonly<{}>, {
12
+ props: {
13
+ readonly options: Record<string, any>;
14
+ readonly dbOptions: Record<string, any>;
15
+ };
16
+ datatableRef: globalThis.Ref<null, null>;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
18
+ options: Record<string, any>;
19
+ dbOptions: Record<string, any>;
20
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
+ P: {};
22
+ B: {};
23
+ D: {};
24
+ C: {};
25
+ M: {};
26
+ Defaults: {};
27
+ }, Readonly<globalThis.ExtractPropTypes<{
28
+ options: {
29
+ type: ObjectConstructor;
30
+ default: {};
31
+ };
32
+ dbOptions: {
33
+ type: ObjectConstructor;
34
+ default: {};
35
+ };
36
+ }>> & Readonly<{}>, {
37
+ props: {
38
+ readonly options: Record<string, any>;
39
+ readonly dbOptions: Record<string, any>;
40
+ };
41
+ datatableRef: globalThis.Ref<null, null>;
42
+ }, {}, {}, {}, {
43
+ options: Record<string, any>;
44
+ dbOptions: Record<string, any>;
45
+ }>;
46
+ __isFragment?: never;
47
+ __isTeleport?: never;
48
+ __isSuspense?: never;
49
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
50
+ options: {
51
+ type: ObjectConstructor;
52
+ default: {};
53
+ };
54
+ dbOptions: {
55
+ type: ObjectConstructor;
56
+ default: {};
57
+ };
58
+ }>> & Readonly<{}>, {
59
+ props: {
60
+ readonly options: Record<string, any>;
61
+ readonly dbOptions: Record<string, any>;
62
+ };
63
+ datatableRef: globalThis.Ref<null, null>;
64
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
65
+ options: Record<string, any>;
66
+ dbOptions: Record<string, any>;
67
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
68
+ $slots: {
69
+ default?(_: {}): any;
70
+ };
71
+ }) & import('vue').Plugin) & Record<string, any>;
72
+ export default GDatatable;
@@ -0,0 +1,48 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {
6
+ datatableRef: {
7
+ $props: import('vxe-table').VxeGridProps<any> & import('vxe-table').VxeGridEventProps<any>;
8
+ $slots: import('vxe-table').VxeGridSlots<any>;
9
+ } | null;
10
+ };
11
+ attrs: Partial<{}>;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
15
+ options: {
16
+ type: ObjectConstructor;
17
+ default: {};
18
+ };
19
+ dbOptions: {
20
+ type: ObjectConstructor;
21
+ default: {};
22
+ };
23
+ }>, {
24
+ props: {
25
+ readonly options: Record<string, any>;
26
+ readonly dbOptions: Record<string, any>;
27
+ };
28
+ datatableRef: globalThis.Ref<null, null>;
29
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
30
+ options: {
31
+ type: ObjectConstructor;
32
+ default: {};
33
+ };
34
+ dbOptions: {
35
+ type: ObjectConstructor;
36
+ default: {};
37
+ };
38
+ }>> & Readonly<{}>, {
39
+ options: Record<string, any>;
40
+ dbOptions: Record<string, any>;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
+ export default _default;
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
+ new (): {
46
+ $slots: S;
47
+ };
48
+ };