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,69 @@
1
+ declare const GOption: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ value: {
4
+ type: StringConstructor;
5
+ default: {};
6
+ };
7
+ label: {
8
+ type: StringConstructor;
9
+ default: {};
10
+ };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
16
+ value: string;
17
+ label: string;
18
+ disabled: boolean;
19
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
20
+ P: {};
21
+ B: {};
22
+ D: {};
23
+ C: {};
24
+ M: {};
25
+ Defaults: {};
26
+ }, Readonly<globalThis.ExtractPropTypes<{
27
+ value: {
28
+ type: StringConstructor;
29
+ default: {};
30
+ };
31
+ label: {
32
+ type: StringConstructor;
33
+ default: {};
34
+ };
35
+ disabled: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
40
+ value: string;
41
+ label: string;
42
+ disabled: boolean;
43
+ }>;
44
+ __isFragment?: never;
45
+ __isTeleport?: never;
46
+ __isSuspense?: never;
47
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
48
+ value: {
49
+ type: StringConstructor;
50
+ default: {};
51
+ };
52
+ label: {
53
+ type: StringConstructor;
54
+ default: {};
55
+ };
56
+ disabled: {
57
+ type: BooleanConstructor;
58
+ default: boolean;
59
+ };
60
+ }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
61
+ value: string;
62
+ label: string;
63
+ disabled: boolean;
64
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
65
+ $slots: {
66
+ default?(_: {}): any;
67
+ };
68
+ }) & import('vue').Plugin) & Record<string, any>;
69
+ export default GOption;
@@ -0,0 +1,46 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
10
+ value: {
11
+ type: StringConstructor;
12
+ default: {};
13
+ };
14
+ label: {
15
+ type: StringConstructor;
16
+ default: {};
17
+ };
18
+ disabled: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
23
+ value: {
24
+ type: StringConstructor;
25
+ default: {};
26
+ };
27
+ label: {
28
+ type: StringConstructor;
29
+ default: {};
30
+ };
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>> & Readonly<{}>, {
36
+ value: string;
37
+ label: string;
38
+ disabled: boolean;
39
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithTemplateSlots<T, S> = T & {
43
+ new (): {
44
+ $slots: S;
45
+ };
46
+ };
@@ -0,0 +1,18 @@
1
+ declare const GOptionGroup: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GOptionGroup;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,18 @@
1
+ declare const GPagination: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GPagination;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,16 @@
1
+ declare const GProgress: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
15
+ }) & import('vue').Plugin) & Record<string, any>;
16
+ export default GProgress;
@@ -0,0 +1,14 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
3
+ refs: {};
4
+ attrs: Partial<{}>;
5
+ };
6
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ export default _default;
10
+ type __VLS_WithTemplateSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,16 @@
1
+ declare const GRadio: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
15
+ }) & import('vue').Plugin) & Record<string, any>;
16
+ export default GRadio;
@@ -0,0 +1,14 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
3
+ refs: {};
4
+ attrs: Partial<{}>;
5
+ };
6
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ export default _default;
10
+ type __VLS_WithTemplateSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,18 @@
1
+ declare const GRadioButton: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GRadioButton;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,18 @@
1
+ declare const GRadioGroup: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GRadioGroup;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,18 @@
1
+ declare const GRow: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GRow;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,18 @@
1
+ declare const GSelect: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GSelect;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,16 @@
1
+ declare const GSwitch: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
15
+ }) & import('vue').Plugin) & Record<string, any>;
16
+ export default GSwitch;
@@ -0,0 +1,14 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
3
+ refs: {};
4
+ attrs: Partial<{}>;
5
+ };
6
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
7
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
9
+ export default _default;
10
+ type __VLS_WithTemplateSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,18 @@
1
+ declare const GTabPane: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
+ $slots: {
15
+ default?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GTabPane;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ default?(_: {}): any;
4
+ };
5
+ refs: {};
6
+ attrs: Partial<{}>;
7
+ };
8
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,22 @@
1
+ declare const GTable: ({
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
3
+ elTableRef: globalThis.Ref<any, any>;
4
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
5
+ P: {};
6
+ B: {};
7
+ D: {};
8
+ C: {};
9
+ M: {};
10
+ Defaults: {};
11
+ }, Readonly<{}> & Readonly<{}>, {
12
+ elTableRef: globalThis.Ref<any, any>;
13
+ }, {}, {}, {}, {}>;
14
+ __isFragment?: never;
15
+ __isTeleport?: never;
16
+ __isSuspense?: never;
17
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
18
+ elTableRef: globalThis.Ref<any, any>;
19
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
20
+ $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
21
+ }) & import('vue').Plugin) & Record<string, any>;
22
+ export default GTable;