g-ui-web 0.10.40 → 0.11.0-test.3

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 (94) hide show
  1. package/global.d.ts +4 -1
  2. package/lib/bar/index.d.ts +4 -59
  3. package/lib/bar/src/chart.d.ts +1 -1
  4. package/lib/bar/src/index.vue.d.ts +6 -12
  5. package/lib/bar/src/options.d.ts +18 -5
  6. package/lib/bar-compare/index.d.ts +4 -55
  7. package/lib/bar-compare/src/chart.d.ts +1 -1
  8. package/lib/bar-compare/src/index.vue.d.ts +6 -12
  9. package/lib/bar-compare/src/options.d.ts +27 -2
  10. package/lib/bar-conv/index.d.ts +4 -49
  11. package/lib/bar-conv/src/index.vue.d.ts +6 -10
  12. package/lib/bar-line/index.d.ts +4 -49
  13. package/lib/bar-line/src/chart.d.ts +1 -1
  14. package/lib/bar-line/src/index.vue.d.ts +6 -10
  15. package/lib/bar-line/src/options.d.ts +25 -4
  16. package/lib/box/index.d.ts +15 -0
  17. package/lib/box/src/index.vue.d.ts +9 -0
  18. package/lib/calendar/index.d.ts +132 -0
  19. package/lib/calendar/src/index.vue.d.ts +865 -0
  20. package/lib/cashflow/index.d.ts +5 -55
  21. package/lib/cashflow/src/index.vue.d.ts +7 -10
  22. package/lib/chart/index.d.ts +1 -0
  23. package/lib/chart/src/index.vue.d.ts +6 -4
  24. package/lib/datatable/index.d.ts +42 -3
  25. package/lib/datatable/src/index.vue.d.ts +25 -1
  26. package/lib/ele/drawer/index.d.ts +16 -0
  27. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  28. package/lib/ele/menu/index.d.ts +16 -0
  29. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  30. package/lib/ele/menu-item/index.d.ts +18 -0
  31. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  32. package/lib/ele/menu-item-group/index.d.ts +16 -0
  33. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  34. package/lib/ele/popover/index.d.ts +16 -0
  35. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  36. package/lib/ele/sub-menu/index.d.ts +18 -0
  37. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  38. package/lib/ele/table/index.d.ts +41 -13
  39. package/lib/ele/table/src/index.vue.d.ts +40 -9
  40. package/lib/fonts/font.css +5 -5
  41. package/lib/funnel/index.d.ts +4 -49
  42. package/lib/funnel/src/chart.d.ts +1 -1
  43. package/lib/funnel/src/index.vue.d.ts +6 -10
  44. package/lib/funnel/src/options.d.ts +19 -2
  45. package/lib/g-ui-web.js +41173 -38655
  46. package/lib/g-ui-web.js.gz +0 -0
  47. package/lib/g-ui-web.umd.cjs +78 -72
  48. package/lib/line/index.d.ts +4 -53
  49. package/lib/line/src/chart.d.ts +1 -1
  50. package/lib/line/src/index.vue.d.ts +6 -10
  51. package/lib/line/src/options.d.ts +21 -1
  52. package/lib/map/index.d.ts +4 -49
  53. package/lib/map/src/index.vue.d.ts +6 -10
  54. package/lib/node-achievement/index.d.ts +22 -1
  55. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  56. package/lib/pie/index.d.ts +4 -67
  57. package/lib/pie/src/chart.d.ts +1 -1
  58. package/lib/pie/src/index.vue.d.ts +6 -14
  59. package/lib/pie/src/options.d.ts +18 -1
  60. package/lib/pie-distri/index.d.ts +4 -77
  61. package/lib/pie-distri/src/index.vue.d.ts +6 -18
  62. package/lib/pie-distri/src/options.d.ts +28 -3
  63. package/lib/pie-level/index.d.ts +4 -112
  64. package/lib/pie-level/src/chart.d.ts +2 -0
  65. package/lib/pie-level/src/index.vue.d.ts +5 -28
  66. package/lib/pie-level/src/options.d.ts +18 -0
  67. package/lib/pie-table/index.d.ts +25 -1
  68. package/lib/pie-table/src/index.vue.d.ts +29 -1
  69. package/lib/plan/index.d.ts +22 -1
  70. package/lib/plan/src/index.vue.d.ts +214 -1
  71. package/lib/radar/index.d.ts +4 -49
  72. package/lib/radar/src/chart.d.ts +1 -1
  73. package/lib/radar/src/index.vue.d.ts +6 -10
  74. package/lib/radar/src/options.d.ts +18 -2
  75. package/lib/ranking-cup/index.d.ts +25 -1
  76. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  77. package/lib/ranking-list/index.d.ts +25 -1
  78. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  79. package/lib/ranking-rb/index.d.ts +43 -1
  80. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  81. package/lib/ranking-table/index.d.ts +25 -1
  82. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  83. package/lib/reserve/index.d.ts +5 -55
  84. package/lib/reserve/src/index.vue.d.ts +7 -10
  85. package/lib/style.css +1 -1
  86. package/lib/style.css.gz +0 -0
  87. package/lib/target-achievement/src/options.d.ts +1 -1
  88. package/lib/utils/index.d.ts +1 -0
  89. package/lib/utils/loading/index.d.ts +9 -0
  90. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  91. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  92. package/lib/utils/theme/config/white-green.d.ts +24 -0
  93. package/lib/utils/theme/index.d.ts +1 -1
  94. package/package.json +7 -5
@@ -1,67 +1,17 @@
1
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
- }>;
2
+ new (...args: any[]): any;
46
3
  __isFragment?: never;
47
4
  __isTeleport?: never;
48
5
  __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<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
59
7
  props: {
8
+ readonly description: string;
60
9
  readonly dbOptions: Record<string, any>;
61
10
  readonly tooltipLocation: string;
62
11
  };
63
12
  cashflowRef: globalThis.Ref<null, null>;
64
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
14
+ description: string;
65
15
  dbOptions: Record<string, any>;
66
16
  tooltipLocation: string;
67
17
  }, {}, 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>;
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  dbOptions: {
3
7
  type: ObjectConstructor;
4
8
  default: {};
@@ -9,20 +13,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
9
13
  };
10
14
  }>, {
11
15
  props: {
16
+ readonly description: string;
12
17
  readonly dbOptions: Record<string, any>;
13
18
  readonly tooltipLocation: string;
14
19
  };
15
20
  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<{}>, {
21
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
22
+ description: string;
26
23
  dbOptions: Record<string, any>;
27
24
  tooltipLocation: string;
28
25
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -7,6 +7,7 @@ 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
+ id: string;
10
11
  options: Record<string, any>;
11
12
  mapName: string;
12
13
  mapJson: Record<string, any>;
@@ -14,10 +14,11 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
14
  declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
15
15
  options: {
16
16
  type: ObjectConstructor;
17
- default: {
18
- backgroundColor: any;
19
- color: any;
20
- };
17
+ default: {};
18
+ };
19
+ id: {
20
+ type: StringConstructor;
21
+ default: () => string;
21
22
  };
22
23
  theme: {
23
24
  type: StringConstructor;
@@ -43,6 +44,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
43
44
  myChart: import('vue').ShallowRef<any, any>;
44
45
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
45
46
  theme: string;
47
+ id: string;
46
48
  options: Record<string, any>;
47
49
  mapName: string;
48
50
  mapJson: Record<string, any>;
@@ -1,9 +1,17 @@
1
1
  declare const GDatatable: ({
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
+ description: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
3
7
  options: {
4
8
  type: ObjectConstructor;
5
9
  default: {};
6
10
  };
11
+ textSize: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
7
15
  dbOptions: {
8
16
  type: ObjectConstructor;
9
17
  default: {};
@@ -11,12 +19,16 @@ declare const GDatatable: ({
11
19
  }>> & Readonly<{}>, {
12
20
  props: {
13
21
  readonly options: Record<string, any>;
22
+ readonly description: string;
14
23
  readonly dbOptions: Record<string, any>;
24
+ readonly textSize: string;
15
25
  };
16
- datatableRef: globalThis.Ref<null, null>;
26
+ datatableRef: globalThis.Ref<import('vxe-table').VxeGridInstance | undefined, import('vxe-table').VxeGridInstance | undefined>;
17
27
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
18
28
  options: Record<string, any>;
29
+ description: string;
19
30
  dbOptions: Record<string, any>;
31
+ textSize: string;
20
32
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21
33
  P: {};
22
34
  B: {};
@@ -25,10 +37,18 @@ declare const GDatatable: ({
25
37
  M: {};
26
38
  Defaults: {};
27
39
  }, Readonly<globalThis.ExtractPropTypes<{
40
+ description: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
28
44
  options: {
29
45
  type: ObjectConstructor;
30
46
  default: {};
31
47
  };
48
+ textSize: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
32
52
  dbOptions: {
33
53
  type: ObjectConstructor;
34
54
  default: {};
@@ -36,21 +56,33 @@ declare const GDatatable: ({
36
56
  }>> & Readonly<{}>, {
37
57
  props: {
38
58
  readonly options: Record<string, any>;
59
+ readonly description: string;
39
60
  readonly dbOptions: Record<string, any>;
61
+ readonly textSize: string;
40
62
  };
41
- datatableRef: globalThis.Ref<null, null>;
63
+ datatableRef: globalThis.Ref<import('vxe-table').VxeGridInstance | undefined, import('vxe-table').VxeGridInstance | undefined>;
42
64
  }, {}, {}, {}, {
43
65
  options: Record<string, any>;
66
+ description: string;
44
67
  dbOptions: Record<string, any>;
68
+ textSize: string;
45
69
  }>;
46
70
  __isFragment?: never;
47
71
  __isTeleport?: never;
48
72
  __isSuspense?: never;
49
73
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
74
+ description: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
50
78
  options: {
51
79
  type: ObjectConstructor;
52
80
  default: {};
53
81
  };
82
+ textSize: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
54
86
  dbOptions: {
55
87
  type: ObjectConstructor;
56
88
  default: {};
@@ -58,15 +90,22 @@ declare const GDatatable: ({
58
90
  }>> & Readonly<{}>, {
59
91
  props: {
60
92
  readonly options: Record<string, any>;
93
+ readonly description: string;
61
94
  readonly dbOptions: Record<string, any>;
95
+ readonly textSize: string;
62
96
  };
63
- datatableRef: globalThis.Ref<null, null>;
97
+ datatableRef: globalThis.Ref<import('vxe-table').VxeGridInstance | undefined, import('vxe-table').VxeGridInstance | undefined>;
64
98
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
65
99
  options: Record<string, any>;
100
+ description: string;
66
101
  dbOptions: Record<string, any>;
102
+ textSize: string;
67
103
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
68
104
  $slots: {
69
105
  default?(_: {}): any;
106
+ empty?(_: {
107
+ class: string;
108
+ }): any;
70
109
  };
71
110
  }) & import('vue').Plugin) & Record<string, any>;
72
111
  export default GDatatable;
@@ -1,6 +1,10 @@
1
+ import { VxeGridInstance } from 'vxe-table';
1
2
  declare function __VLS_template(): {
2
3
  slots: {
3
4
  default?(_: {}): any;
5
+ empty?(_: {
6
+ class: string;
7
+ }): any;
4
8
  };
5
9
  refs: {
6
10
  datatableRef: {
@@ -12,10 +16,18 @@ declare function __VLS_template(): {
12
16
  };
13
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
18
  declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
15
23
  options: {
16
24
  type: ObjectConstructor;
17
25
  default: {};
18
26
  };
27
+ textSize: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
19
31
  dbOptions: {
20
32
  type: ObjectConstructor;
21
33
  default: {};
@@ -23,21 +35,33 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
23
35
  }>, {
24
36
  props: {
25
37
  readonly options: Record<string, any>;
38
+ readonly description: string;
26
39
  readonly dbOptions: Record<string, any>;
40
+ readonly textSize: string;
27
41
  };
28
- datatableRef: globalThis.Ref<null, null>;
42
+ datatableRef: globalThis.Ref<VxeGridInstance | undefined, VxeGridInstance | undefined>;
29
43
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
44
+ description: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
30
48
  options: {
31
49
  type: ObjectConstructor;
32
50
  default: {};
33
51
  };
52
+ textSize: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
34
56
  dbOptions: {
35
57
  type: ObjectConstructor;
36
58
  default: {};
37
59
  };
38
60
  }>> & Readonly<{}>, {
39
61
  options: Record<string, any>;
62
+ description: string;
40
63
  dbOptions: Record<string, any>;
64
+ textSize: string;
41
65
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
66
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
67
  export default _default;
@@ -0,0 +1,16 @@
1
+ declare const GDrawer: ({
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 GDrawer;
@@ -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 GMenu: ({
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>>;
15
+ }) & import('vue').Plugin) & Record<string, any>;
16
+ export default GMenu;
@@ -0,0 +1,14 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<NonNullable<string | number>, (_: {}) => 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 GMenuItem: ({
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<string, (_: {}) => any>> & {
15
+ title?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GMenuItem;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<string, (_: {}) => any>> & {
3
+ title?(_: {}): 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 GMenuItemGroup: ({
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>>;
15
+ }) & import('vue').Plugin) & Record<string, any>;
16
+ export default GMenuItemGroup;
@@ -0,0 +1,14 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<NonNullable<string | number>, (_: {}) => 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 GPopover: ({
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 GPopover;
@@ -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 GSubMenu: ({
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<string, (_: {}) => any>> & {
15
+ title?(_: {}): any;
16
+ };
17
+ }) & import('vue').Plugin) & Record<string, any>;
18
+ export default GSubMenu;
@@ -0,0 +1,16 @@
1
+ declare function __VLS_template(): {
2
+ slots: Partial<Record<string, (_: {}) => any>> & {
3
+ title?(_: {}): 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
+ };
@@ -1,13 +1,21 @@
1
1
  declare const GTable: ({
2
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- stripe: {
4
- type: BooleanConstructor;
5
- default: boolean;
3
+ data: {
4
+ type: ArrayConstructor;
5
+ };
6
+ emptyText: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ textSize: {
11
+ type: StringConstructor;
12
+ default: string;
6
13
  };
7
14
  }>> & Readonly<{}>, {
8
15
  elTableRef: globalThis.Ref<any, any>;
9
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
10
- stripe: boolean;
17
+ emptyText: string;
18
+ textSize: string;
11
19
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
12
20
  P: {};
13
21
  B: {};
@@ -16,28 +24,48 @@ declare const GTable: ({
16
24
  M: {};
17
25
  Defaults: {};
18
26
  }, Readonly<globalThis.ExtractPropTypes<{
19
- stripe: {
20
- type: BooleanConstructor;
21
- default: boolean;
27
+ data: {
28
+ type: ArrayConstructor;
29
+ };
30
+ emptyText: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ textSize: {
35
+ type: StringConstructor;
36
+ default: string;
22
37
  };
23
38
  }>> & Readonly<{}>, {
24
39
  elTableRef: globalThis.Ref<any, any>;
25
40
  }, {}, {}, {}, {
26
- stripe: boolean;
41
+ emptyText: string;
42
+ textSize: string;
27
43
  }>;
28
44
  __isFragment?: never;
29
45
  __isTeleport?: never;
30
46
  __isSuspense?: never;
31
47
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
32
- stripe: {
33
- type: BooleanConstructor;
34
- default: boolean;
48
+ data: {
49
+ type: ArrayConstructor;
50
+ };
51
+ emptyText: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ textSize: {
56
+ type: StringConstructor;
57
+ default: string;
35
58
  };
36
59
  }>> & Readonly<{}>, {
37
60
  elTableRef: globalThis.Ref<any, any>;
38
61
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
39
- stripe: boolean;
62
+ emptyText: string;
63
+ textSize: string;
40
64
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
41
- $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
65
+ $slots: Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
66
+ empty?(_: {
67
+ class: string;
68
+ }): any;
69
+ };
42
70
  }) & import('vue').Plugin) & Record<string, any>;
43
71
  export default GTable;