g-ui-web 1.1.4 → 1.1.6
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.
- package/lib/g-ui-web.js +6015 -5934
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +67 -67
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-r/index.d.ts +15 -0
- package/lib/target-r/src/index.vue.d.ts +9 -0
- package/lib/target-s/index.d.ts +15 -0
- package/lib/target-s/src/index.vue.d.ts +9 -0
- package/package.json +1 -1
package/lib/style.css.gz
CHANGED
|
Binary file
|
package/lib/target-r/index.d.ts
CHANGED
|
@@ -52,6 +52,10 @@ declare const GTargetR: ({
|
|
|
52
52
|
type: ObjectConstructor;
|
|
53
53
|
default: () => {};
|
|
54
54
|
};
|
|
55
|
+
tooltipPlacement: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
55
59
|
}>> & Readonly<{}>, {
|
|
56
60
|
props: any;
|
|
57
61
|
targetRRef: globalThis.Ref<null, null>;
|
|
@@ -69,6 +73,7 @@ declare const GTargetR: ({
|
|
|
69
73
|
aspectPlacement: string;
|
|
70
74
|
arrow: boolean;
|
|
71
75
|
bg: boolean;
|
|
76
|
+
tooltipPlacement: string;
|
|
72
77
|
targetType: string;
|
|
73
78
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
74
79
|
P: {};
|
|
@@ -130,6 +135,10 @@ declare const GTargetR: ({
|
|
|
130
135
|
type: ObjectConstructor;
|
|
131
136
|
default: () => {};
|
|
132
137
|
};
|
|
138
|
+
tooltipPlacement: {
|
|
139
|
+
type: StringConstructor;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
133
142
|
}>> & Readonly<{}>, {
|
|
134
143
|
props: any;
|
|
135
144
|
targetRRef: globalThis.Ref<null, null>;
|
|
@@ -147,6 +156,7 @@ declare const GTargetR: ({
|
|
|
147
156
|
aspectPlacement: string;
|
|
148
157
|
arrow: boolean;
|
|
149
158
|
bg: boolean;
|
|
159
|
+
tooltipPlacement: string;
|
|
150
160
|
targetType: string;
|
|
151
161
|
}>;
|
|
152
162
|
__isFragment?: never;
|
|
@@ -205,6 +215,10 @@ declare const GTargetR: ({
|
|
|
205
215
|
type: ObjectConstructor;
|
|
206
216
|
default: () => {};
|
|
207
217
|
};
|
|
218
|
+
tooltipPlacement: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
208
222
|
}>> & Readonly<{}>, {
|
|
209
223
|
props: any;
|
|
210
224
|
targetRRef: globalThis.Ref<null, null>;
|
|
@@ -222,6 +236,7 @@ declare const GTargetR: ({
|
|
|
222
236
|
aspectPlacement: string;
|
|
223
237
|
arrow: boolean;
|
|
224
238
|
bg: boolean;
|
|
239
|
+
tooltipPlacement: string;
|
|
225
240
|
targetType: string;
|
|
226
241
|
}, {}, 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>;
|
|
227
242
|
export default GTargetR;
|
|
@@ -51,6 +51,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
51
51
|
type: ObjectConstructor;
|
|
52
52
|
default: () => {};
|
|
53
53
|
};
|
|
54
|
+
tooltipPlacement: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
54
58
|
}>, {
|
|
55
59
|
props: any;
|
|
56
60
|
targetRRef: globalThis.Ref<null, null>;
|
|
@@ -108,6 +112,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
108
112
|
type: ObjectConstructor;
|
|
109
113
|
default: () => {};
|
|
110
114
|
};
|
|
115
|
+
tooltipPlacement: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
111
119
|
}>> & Readonly<{}>, {
|
|
112
120
|
type: string;
|
|
113
121
|
size: string;
|
|
@@ -121,6 +129,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
121
129
|
aspectPlacement: string;
|
|
122
130
|
arrow: boolean;
|
|
123
131
|
bg: boolean;
|
|
132
|
+
tooltipPlacement: string;
|
|
124
133
|
targetType: string;
|
|
125
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
126
135
|
export default _default;
|
package/lib/target-s/index.d.ts
CHANGED
|
@@ -40,6 +40,10 @@ declare const GTargetS: ({
|
|
|
40
40
|
type: ObjectConstructor;
|
|
41
41
|
default: () => {};
|
|
42
42
|
};
|
|
43
|
+
tooltipPlacement: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
43
47
|
}>> & Readonly<{
|
|
44
48
|
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
45
49
|
}>, {
|
|
@@ -60,6 +64,7 @@ declare const GTargetS: ({
|
|
|
60
64
|
aspectPlacement: string;
|
|
61
65
|
arrow: boolean;
|
|
62
66
|
bg: boolean;
|
|
67
|
+
tooltipPlacement: string;
|
|
63
68
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
64
69
|
P: {};
|
|
65
70
|
B: {};
|
|
@@ -108,6 +113,10 @@ declare const GTargetS: ({
|
|
|
108
113
|
type: ObjectConstructor;
|
|
109
114
|
default: () => {};
|
|
110
115
|
};
|
|
116
|
+
tooltipPlacement: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
111
120
|
}>> & Readonly<{
|
|
112
121
|
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
113
122
|
}>, {
|
|
@@ -126,6 +135,7 @@ declare const GTargetS: ({
|
|
|
126
135
|
aspectPlacement: string;
|
|
127
136
|
arrow: boolean;
|
|
128
137
|
bg: boolean;
|
|
138
|
+
tooltipPlacement: string;
|
|
129
139
|
}>;
|
|
130
140
|
__isFragment?: never;
|
|
131
141
|
__isTeleport?: never;
|
|
@@ -171,6 +181,10 @@ declare const GTargetS: ({
|
|
|
171
181
|
type: ObjectConstructor;
|
|
172
182
|
default: () => {};
|
|
173
183
|
};
|
|
184
|
+
tooltipPlacement: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
174
188
|
}>> & Readonly<{
|
|
175
189
|
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
176
190
|
}>, {
|
|
@@ -191,5 +205,6 @@ declare const GTargetS: ({
|
|
|
191
205
|
aspectPlacement: string;
|
|
192
206
|
arrow: boolean;
|
|
193
207
|
bg: boolean;
|
|
208
|
+
tooltipPlacement: string;
|
|
194
209
|
}, {}, 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>;
|
|
195
210
|
export default GTargetS;
|
|
@@ -39,6 +39,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
39
39
|
type: ObjectConstructor;
|
|
40
40
|
default: () => {};
|
|
41
41
|
};
|
|
42
|
+
tooltipPlacement: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
42
46
|
}>, {
|
|
43
47
|
props: any;
|
|
44
48
|
targetSRef: globalThis.Ref<null, null>;
|
|
@@ -87,6 +91,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
87
91
|
type: ObjectConstructor;
|
|
88
92
|
default: () => {};
|
|
89
93
|
};
|
|
94
|
+
tooltipPlacement: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
90
98
|
}>> & Readonly<{
|
|
91
99
|
"onArrow-click"?: ((...args: any[]) => any) | undefined;
|
|
92
100
|
}>, {
|
|
@@ -100,5 +108,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
100
108
|
aspectPlacement: string;
|
|
101
109
|
arrow: boolean;
|
|
102
110
|
bg: boolean;
|
|
111
|
+
tooltipPlacement: string;
|
|
103
112
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
113
|
export default _default;
|