g-ui-web 1.1.5 → 1.1.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.
- package/lib/bar-compare/src/options.d.ts +8 -0
- package/lib/g-ui-web.js +2788 -2777
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +53 -53
- 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/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;
|