g-ui-web 1.1.4 → 1.1.5
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 +6008 -5933
- 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-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-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;
|