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

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 (93) 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 +41160 -38658
  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/index.vue.d.ts +6 -10
  73. package/lib/radar/src/options.d.ts +17 -2
  74. package/lib/ranking-cup/index.d.ts +25 -1
  75. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  76. package/lib/ranking-list/index.d.ts +25 -1
  77. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  78. package/lib/ranking-rb/index.d.ts +43 -1
  79. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  80. package/lib/ranking-table/index.d.ts +25 -1
  81. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  82. package/lib/reserve/index.d.ts +5 -55
  83. package/lib/reserve/src/index.vue.d.ts +7 -10
  84. package/lib/style.css +1 -1
  85. package/lib/style.css.gz +0 -0
  86. package/lib/target-achievement/src/options.d.ts +1 -1
  87. package/lib/utils/index.d.ts +1 -0
  88. package/lib/utils/loading/index.d.ts +9 -0
  89. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  90. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  91. package/lib/utils/theme/config/white-green.d.ts +24 -0
  92. package/lib/utils/theme/index.d.ts +1 -1
  93. package/package.json +7 -5
@@ -8,10 +8,18 @@ declare const GRankingRb: ({
8
8
  type: StringConstructor;
9
9
  default: string;
10
10
  };
11
+ tooltip: {
12
+ type: ArrayConstructor;
13
+ default: null;
14
+ };
11
15
  title: {
12
16
  type: StringConstructor;
13
17
  default: string;
14
18
  };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
15
23
  rbColor: {
16
24
  type: StringConstructor;
17
25
  default: string;
@@ -23,16 +31,20 @@ declare const GRankingRb: ({
23
31
  }>> & Readonly<{}>, {
24
32
  props: {
25
33
  readonly title: string;
34
+ readonly description: string;
26
35
  readonly dbOptions: Record<string, any>;
27
36
  readonly limit: number;
37
+ readonly tooltip: unknown[];
28
38
  readonly orderType: string;
29
39
  readonly rbColor: string;
30
40
  };
31
41
  getIsFinish(): boolean;
32
42
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
43
  title: string;
44
+ description: string;
34
45
  dbOptions: Record<string, any>;
35
46
  limit: number;
47
+ tooltip: unknown[];
36
48
  orderType: string;
37
49
  rbColor: string;
38
50
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
@@ -51,10 +63,18 @@ declare const GRankingRb: ({
51
63
  type: StringConstructor;
52
64
  default: string;
53
65
  };
66
+ tooltip: {
67
+ type: ArrayConstructor;
68
+ default: null;
69
+ };
54
70
  title: {
55
71
  type: StringConstructor;
56
72
  default: string;
57
73
  };
74
+ description: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
58
78
  rbColor: {
59
79
  type: StringConstructor;
60
80
  default: string;
@@ -66,16 +86,20 @@ declare const GRankingRb: ({
66
86
  }>> & Readonly<{}>, {
67
87
  props: {
68
88
  readonly title: string;
89
+ readonly description: string;
69
90
  readonly dbOptions: Record<string, any>;
70
91
  readonly limit: number;
92
+ readonly tooltip: unknown[];
71
93
  readonly orderType: string;
72
94
  readonly rbColor: string;
73
95
  };
74
96
  getIsFinish(): boolean;
75
97
  }, {}, {}, {}, {
76
98
  title: string;
99
+ description: string;
77
100
  dbOptions: Record<string, any>;
78
101
  limit: number;
102
+ tooltip: unknown[];
79
103
  orderType: string;
80
104
  rbColor: string;
81
105
  }>;
@@ -91,10 +115,18 @@ declare const GRankingRb: ({
91
115
  type: StringConstructor;
92
116
  default: string;
93
117
  };
118
+ tooltip: {
119
+ type: ArrayConstructor;
120
+ default: null;
121
+ };
94
122
  title: {
95
123
  type: StringConstructor;
96
124
  default: string;
97
125
  };
126
+ description: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
98
130
  rbColor: {
99
131
  type: StringConstructor;
100
132
  default: string;
@@ -106,17 +138,27 @@ declare const GRankingRb: ({
106
138
  }>> & Readonly<{}>, {
107
139
  props: {
108
140
  readonly title: string;
141
+ readonly description: string;
109
142
  readonly dbOptions: Record<string, any>;
110
143
  readonly limit: number;
144
+ readonly tooltip: unknown[];
111
145
  readonly orderType: string;
112
146
  readonly rbColor: string;
113
147
  };
114
148
  getIsFinish(): boolean;
115
149
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
150
  title: string;
151
+ description: string;
117
152
  dbOptions: Record<string, any>;
118
153
  limit: number;
154
+ tooltip: unknown[];
119
155
  orderType: string;
120
156
  rbColor: string;
121
- }, {}, 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>;
157
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
158
+ $slots: {
159
+ empty?(_: {
160
+ class: string;
161
+ }): any;
162
+ };
163
+ }) & import('vue').Plugin) & Record<string, any>;
122
164
  export default GRankingRb;
@@ -1,4 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
12
  dbOptions: {
3
13
  type: ObjectConstructor;
4
14
  default: {};
@@ -7,10 +17,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
7
17
  type: StringConstructor;
8
18
  default: string;
9
19
  };
20
+ tooltip: {
21
+ type: ArrayConstructor;
22
+ default: null;
23
+ };
10
24
  title: {
11
25
  type: StringConstructor;
12
26
  default: string;
13
27
  };
28
+ description: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
14
32
  rbColor: {
15
33
  type: StringConstructor;
16
34
  default: string;
@@ -22,8 +40,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
22
40
  }>, {
23
41
  props: {
24
42
  readonly title: string;
43
+ readonly description: string;
25
44
  readonly dbOptions: Record<string, any>;
26
45
  readonly limit: number;
46
+ readonly tooltip: unknown[];
27
47
  readonly orderType: string;
28
48
  readonly rbColor: string;
29
49
  };
@@ -37,10 +57,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
37
57
  type: StringConstructor;
38
58
  default: string;
39
59
  };
60
+ tooltip: {
61
+ type: ArrayConstructor;
62
+ default: null;
63
+ };
40
64
  title: {
41
65
  type: StringConstructor;
42
66
  default: string;
43
67
  };
68
+ description: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
44
72
  rbColor: {
45
73
  type: StringConstructor;
46
74
  default: string;
@@ -51,9 +79,17 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
51
79
  };
52
80
  }>> & Readonly<{}>, {
53
81
  title: string;
82
+ description: string;
54
83
  dbOptions: Record<string, any>;
55
84
  limit: number;
85
+ tooltip: unknown[];
56
86
  orderType: string;
57
87
  rbColor: string;
58
88
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
89
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
90
  export default _default;
91
+ type __VLS_WithTemplateSlots<T, S> = T & {
92
+ new (): {
93
+ $slots: S;
94
+ };
95
+ };
@@ -16,6 +16,10 @@ declare const GRankingTable: ({
16
16
  type: NumberConstructor;
17
17
  default: number;
18
18
  };
19
+ description: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
19
23
  icons: {
20
24
  type: ObjectConstructor;
21
25
  default: {};
@@ -23,6 +27,7 @@ declare const GRankingTable: ({
23
27
  }>> & Readonly<{}>, {
24
28
  props: {
25
29
  readonly icon: boolean;
30
+ readonly description: string;
26
31
  readonly dbOptions: Record<string, any>;
27
32
  readonly limit: number;
28
33
  readonly icons: Record<string, any>;
@@ -31,6 +36,7 @@ declare const GRankingTable: ({
31
36
  rankingTableRef: globalThis.Ref<null, null>;
32
37
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
33
38
  icon: boolean;
39
+ description: string;
34
40
  dbOptions: Record<string, any>;
35
41
  limit: number;
36
42
  icons: Record<string, any>;
@@ -59,6 +65,10 @@ declare const GRankingTable: ({
59
65
  type: NumberConstructor;
60
66
  default: number;
61
67
  };
68
+ description: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
62
72
  icons: {
63
73
  type: ObjectConstructor;
64
74
  default: {};
@@ -66,6 +76,7 @@ declare const GRankingTable: ({
66
76
  }>> & Readonly<{}>, {
67
77
  props: {
68
78
  readonly icon: boolean;
79
+ readonly description: string;
69
80
  readonly dbOptions: Record<string, any>;
70
81
  readonly limit: number;
71
82
  readonly icons: Record<string, any>;
@@ -74,6 +85,7 @@ declare const GRankingTable: ({
74
85
  rankingTableRef: globalThis.Ref<null, null>;
75
86
  }, {}, {}, {}, {
76
87
  icon: boolean;
88
+ description: string;
77
89
  dbOptions: Record<string, any>;
78
90
  limit: number;
79
91
  icons: Record<string, any>;
@@ -99,6 +111,10 @@ declare const GRankingTable: ({
99
111
  type: NumberConstructor;
100
112
  default: number;
101
113
  };
114
+ description: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
102
118
  icons: {
103
119
  type: ObjectConstructor;
104
120
  default: {};
@@ -106,6 +122,7 @@ declare const GRankingTable: ({
106
122
  }>> & Readonly<{}>, {
107
123
  props: {
108
124
  readonly icon: boolean;
125
+ readonly description: string;
109
126
  readonly dbOptions: Record<string, any>;
110
127
  readonly limit: number;
111
128
  readonly icons: Record<string, any>;
@@ -114,9 +131,16 @@ declare const GRankingTable: ({
114
131
  rankingTableRef: globalThis.Ref<null, null>;
115
132
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
116
133
  icon: boolean;
134
+ description: string;
117
135
  dbOptions: Record<string, any>;
118
136
  limit: number;
119
137
  icons: Record<string, any>;
120
138
  border: boolean;
121
- }, {}, 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>;
139
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
140
+ $slots: {
141
+ empty?(_: {
142
+ class: string;
143
+ }): any;
144
+ };
145
+ }) & import('vue').Plugin) & Record<string, any>;
122
146
  export default GRankingTable;
@@ -1,4 +1,16 @@
1
- declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
1
+ declare function __VLS_template(): {
2
+ slots: {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
7
+ refs: {
8
+ rankingTableRef: HTMLDivElement;
9
+ };
10
+ attrs: Partial<{}>;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
14
  border: {
3
15
  type: BooleanConstructor;
4
16
  default: boolean;
@@ -15,6 +27,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
15
27
  type: NumberConstructor;
16
28
  default: number;
17
29
  };
30
+ description: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
18
34
  icons: {
19
35
  type: ObjectConstructor;
20
36
  default: {};
@@ -22,6 +38,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
22
38
  }>, {
23
39
  props: {
24
40
  readonly icon: boolean;
41
+ readonly description: string;
25
42
  readonly dbOptions: Record<string, any>;
26
43
  readonly limit: number;
27
44
  readonly icons: Record<string, any>;
@@ -45,15 +62,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
45
62
  type: NumberConstructor;
46
63
  default: number;
47
64
  };
65
+ description: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
48
69
  icons: {
49
70
  type: ObjectConstructor;
50
71
  default: {};
51
72
  };
52
73
  }>> & Readonly<{}>, {
53
74
  icon: boolean;
75
+ description: string;
54
76
  dbOptions: Record<string, any>;
55
77
  limit: number;
56
78
  icons: Record<string, any>;
57
79
  border: boolean;
58
80
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
81
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
59
82
  export default _default;
83
+ type __VLS_WithTemplateSlots<T, S> = T & {
84
+ new (): {
85
+ $slots: S;
86
+ };
87
+ };
@@ -1,67 +1,17 @@
1
1
  declare const GReserve: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- color: {
4
- type: ArrayConstructor;
5
- default: never[];
6
- };
7
- dbOptions: {
8
- type: ObjectConstructor;
9
- default: () => {};
10
- };
11
- }>> & Readonly<{}>, {
12
- props: {
13
- readonly dbOptions: Record<string, any>;
14
- readonly color: unknown[];
15
- };
16
- reserveRef: globalThis.Ref<null, null>;
17
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
18
- dbOptions: Record<string, any>;
19
- color: unknown[];
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
- color: {
29
- type: ArrayConstructor;
30
- default: never[];
31
- };
32
- dbOptions: {
33
- type: ObjectConstructor;
34
- default: () => {};
35
- };
36
- }>> & Readonly<{}>, {
37
- props: {
38
- readonly dbOptions: Record<string, any>;
39
- readonly color: unknown[];
40
- };
41
- reserveRef: globalThis.Ref<null, null>;
42
- }, {}, {}, {}, {
43
- dbOptions: Record<string, any>;
44
- color: unknown[];
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
- color: {
51
- type: ArrayConstructor;
52
- default: never[];
53
- };
54
- dbOptions: {
55
- type: ObjectConstructor;
56
- default: () => {};
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 color: unknown[];
62
11
  };
63
12
  reserveRef: 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
  color: unknown[];
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
  color: {
3
7
  type: ArrayConstructor;
4
8
  default: never[];
@@ -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 color: unknown[];
14
19
  };
15
20
  reserveRef: globalThis.Ref<null, null>;
16
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
17
- color: {
18
- type: ArrayConstructor;
19
- default: never[];
20
- };
21
- dbOptions: {
22
- type: ObjectConstructor;
23
- default: () => {};
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
  color: unknown[];
28
25
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;