g-ui-web 0.9.4 → 0.9.7

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.
@@ -4,6 +4,18 @@ declare const GBox: ({
4
4
  type: StringConstructor;
5
5
  default: string;
6
6
  };
7
+ aspect: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ aspectPlacement: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ tooltip: {
16
+ type: ArrayConstructor;
17
+ default: null;
18
+ };
7
19
  bg: {
8
20
  type: BooleanConstructor;
9
21
  default: boolean;
@@ -62,8 +74,11 @@ declare const GBox: ({
62
74
  dbOptions: Record<string, any>;
63
75
  border: boolean;
64
76
  placement: string;
77
+ tooltip: unknown[];
65
78
  local: boolean;
66
79
  tag: boolean;
80
+ aspect: string;
81
+ aspectPlacement: string;
67
82
  arrow: boolean;
68
83
  bg: boolean;
69
84
  params: Record<string, any>;
@@ -80,6 +95,18 @@ declare const GBox: ({
80
95
  type: StringConstructor;
81
96
  default: string;
82
97
  };
98
+ aspect: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
102
+ aspectPlacement: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ tooltip: {
107
+ type: ArrayConstructor;
108
+ default: null;
109
+ };
83
110
  bg: {
84
111
  type: BooleanConstructor;
85
112
  default: boolean;
@@ -136,8 +163,11 @@ declare const GBox: ({
136
163
  dbOptions: Record<string, any>;
137
164
  border: boolean;
138
165
  placement: string;
166
+ tooltip: unknown[];
139
167
  local: boolean;
140
168
  tag: boolean;
169
+ aspect: string;
170
+ aspectPlacement: string;
141
171
  arrow: boolean;
142
172
  bg: boolean;
143
173
  params: Record<string, any>;
@@ -151,6 +181,18 @@ declare const GBox: ({
151
181
  type: StringConstructor;
152
182
  default: string;
153
183
  };
184
+ aspect: {
185
+ type: StringConstructor;
186
+ default: string;
187
+ };
188
+ aspectPlacement: {
189
+ type: StringConstructor;
190
+ default: string;
191
+ };
192
+ tooltip: {
193
+ type: ArrayConstructor;
194
+ default: null;
195
+ };
154
196
  bg: {
155
197
  type: BooleanConstructor;
156
198
  default: boolean;
@@ -209,8 +251,11 @@ declare const GBox: ({
209
251
  dbOptions: Record<string, any>;
210
252
  border: boolean;
211
253
  placement: string;
254
+ tooltip: unknown[];
212
255
  local: boolean;
213
256
  tag: boolean;
257
+ aspect: string;
258
+ aspectPlacement: string;
214
259
  arrow: boolean;
215
260
  bg: boolean;
216
261
  params: Record<string, any>;
@@ -6,8 +6,8 @@ declare function __VLS_template(): {
6
6
  default?(_: {}): any;
7
7
  };
8
8
  refs: {
9
- boxRef: HTMLDivElement;
10
9
  iframeRef: HTMLIFrameElement;
10
+ boxRef: HTMLDivElement;
11
11
  };
12
12
  attrs: Partial<{}>;
13
13
  };
@@ -17,6 +17,18 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
17
17
  type: StringConstructor;
18
18
  default: string;
19
19
  };
20
+ aspect: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ aspectPlacement: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ tooltip: {
29
+ type: ArrayConstructor;
30
+ default: null;
31
+ };
20
32
  bg: {
21
33
  type: BooleanConstructor;
22
34
  default: boolean;
@@ -71,6 +83,18 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
71
83
  type: StringConstructor;
72
84
  default: string;
73
85
  };
86
+ aspect: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ aspectPlacement: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ tooltip: {
95
+ type: ArrayConstructor;
96
+ default: null;
97
+ };
74
98
  bg: {
75
99
  type: BooleanConstructor;
76
100
  default: boolean;
@@ -124,8 +148,11 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
124
148
  dbOptions: Record<string, any>;
125
149
  border: boolean;
126
150
  placement: string;
151
+ tooltip: unknown[];
127
152
  local: boolean;
128
153
  tag: boolean;
154
+ aspect: string;
155
+ aspectPlacement: string;
129
156
  arrow: boolean;
130
157
  bg: boolean;
131
158
  params: Record<string, any>;