g-ui-web 1.1.15 → 1.1.17

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/style.css.gz CHANGED
Binary file
@@ -56,6 +56,10 @@ declare const GTargetR: ({
56
56
  type: StringConstructor;
57
57
  default: string;
58
58
  };
59
+ ringPlacement: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
59
63
  }>> & Readonly<{}>, {
60
64
  props: any;
61
65
  targetRRef: globalThis.Ref<null, null>;
@@ -75,6 +79,7 @@ declare const GTargetR: ({
75
79
  bg: boolean;
76
80
  tooltipPlacement: string;
77
81
  targetType: string;
82
+ ringPlacement: string;
78
83
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
79
84
  P: {};
80
85
  B: {};
@@ -139,6 +144,10 @@ declare const GTargetR: ({
139
144
  type: StringConstructor;
140
145
  default: string;
141
146
  };
147
+ ringPlacement: {
148
+ type: StringConstructor;
149
+ default: string;
150
+ };
142
151
  }>> & Readonly<{}>, {
143
152
  props: any;
144
153
  targetRRef: globalThis.Ref<null, null>;
@@ -158,6 +167,7 @@ declare const GTargetR: ({
158
167
  bg: boolean;
159
168
  tooltipPlacement: string;
160
169
  targetType: string;
170
+ ringPlacement: string;
161
171
  }>;
162
172
  __isFragment?: never;
163
173
  __isTeleport?: never;
@@ -219,6 +229,10 @@ declare const GTargetR: ({
219
229
  type: StringConstructor;
220
230
  default: string;
221
231
  };
232
+ ringPlacement: {
233
+ type: StringConstructor;
234
+ default: string;
235
+ };
222
236
  }>> & Readonly<{}>, {
223
237
  props: any;
224
238
  targetRRef: globalThis.Ref<null, null>;
@@ -238,5 +252,6 @@ declare const GTargetR: ({
238
252
  bg: boolean;
239
253
  tooltipPlacement: string;
240
254
  targetType: string;
255
+ ringPlacement: string;
241
256
  }, {}, 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>;
242
257
  export default GTargetR;
@@ -55,6 +55,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
55
55
  type: StringConstructor;
56
56
  default: string;
57
57
  };
58
+ ringPlacement: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
58
62
  }>, {
59
63
  props: any;
60
64
  targetRRef: globalThis.Ref<null, null>;
@@ -116,6 +120,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
116
120
  type: StringConstructor;
117
121
  default: string;
118
122
  };
123
+ ringPlacement: {
124
+ type: StringConstructor;
125
+ default: string;
126
+ };
119
127
  }>> & Readonly<{}>, {
120
128
  type: string;
121
129
  size: string;
@@ -131,5 +139,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
131
139
  bg: boolean;
132
140
  tooltipPlacement: string;
133
141
  targetType: string;
142
+ ringPlacement: string;
134
143
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
135
144
  export default _default;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "g-ui-web",
3
3
  "private": false,
4
4
  "description": "可视化组件库",
5
- "version": "1.1.15",
5
+ "version": "1.1.17",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",