g-ui-web 1.4.45 → 1.4.47

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
@@ -123,6 +123,10 @@ declare const GSubmarketMap: ({
123
123
  };
124
124
  default: () => {};
125
125
  };
126
+ blockLabelClass: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
126
130
  }>> & Readonly<{
127
131
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
128
132
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -169,6 +173,7 @@ declare const GSubmarketMap: ({
169
173
  nameColor?: string;
170
174
  borderColor?: string;
171
175
  };
176
+ blockLabelClass: string;
172
177
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
173
178
  P: {};
174
179
  B: {};
@@ -300,6 +305,10 @@ declare const GSubmarketMap: ({
300
305
  };
301
306
  default: () => {};
302
307
  };
308
+ blockLabelClass: {
309
+ type: StringConstructor;
310
+ default: string;
311
+ };
303
312
  }>> & Readonly<{
304
313
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
305
314
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -339,6 +348,7 @@ declare const GSubmarketMap: ({
339
348
  nameColor?: string;
340
349
  borderColor?: string;
341
350
  };
351
+ blockLabelClass: string;
342
352
  }>;
343
353
  __isFragment?: never;
344
354
  __isTeleport?: never;
@@ -467,6 +477,10 @@ declare const GSubmarketMap: ({
467
477
  };
468
478
  default: () => {};
469
479
  };
480
+ blockLabelClass: {
481
+ type: StringConstructor;
482
+ default: string;
483
+ };
470
484
  }>> & Readonly<{
471
485
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
472
486
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -513,6 +527,7 @@ declare const GSubmarketMap: ({
513
527
  nameColor?: string;
514
528
  borderColor?: string;
515
529
  };
530
+ blockLabelClass: string;
516
531
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
517
532
  $slots: {
518
533
  "block-info"?(_: {
@@ -134,6 +134,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
134
134
  };
135
135
  default: () => {};
136
136
  };
137
+ blockLabelClass: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
137
141
  }>, {
138
142
  createInfoWindow: (opts?: any) => any;
139
143
  openInfoWindow: (content: any, position: any, opts?: any) => void;
@@ -270,6 +274,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
270
274
  };
271
275
  default: () => {};
272
276
  };
277
+ blockLabelClass: {
278
+ type: StringConstructor;
279
+ default: string;
280
+ };
273
281
  }>> & Readonly<{
274
282
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
275
283
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -304,6 +312,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
304
312
  nameColor?: string;
305
313
  borderColor?: string;
306
314
  };
315
+ blockLabelClass: string;
307
316
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
308
317
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
309
318
  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.4.45",
5
+ "version": "1.4.47",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",