g-ui-web 1.4.48 → 1.4.49

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
@@ -127,6 +127,10 @@ declare const GSubmarketMap: ({
127
127
  type: StringConstructor;
128
128
  default: string;
129
129
  };
130
+ enableFullscreen: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
130
134
  }>> & Readonly<{
131
135
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
132
136
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -174,6 +178,7 @@ declare const GSubmarketMap: ({
174
178
  borderColor?: string;
175
179
  };
176
180
  blockLabelClass: string;
181
+ enableFullscreen: boolean;
177
182
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
178
183
  P: {};
179
184
  B: {};
@@ -309,6 +314,10 @@ declare const GSubmarketMap: ({
309
314
  type: StringConstructor;
310
315
  default: string;
311
316
  };
317
+ enableFullscreen: {
318
+ type: BooleanConstructor;
319
+ default: boolean;
320
+ };
312
321
  }>> & Readonly<{
313
322
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
314
323
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -349,6 +358,7 @@ declare const GSubmarketMap: ({
349
358
  borderColor?: string;
350
359
  };
351
360
  blockLabelClass: string;
361
+ enableFullscreen: boolean;
352
362
  }>;
353
363
  __isFragment?: never;
354
364
  __isTeleport?: never;
@@ -481,6 +491,10 @@ declare const GSubmarketMap: ({
481
491
  type: StringConstructor;
482
492
  default: string;
483
493
  };
494
+ enableFullscreen: {
495
+ type: BooleanConstructor;
496
+ default: boolean;
497
+ };
484
498
  }>> & Readonly<{
485
499
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
486
500
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -528,6 +542,7 @@ declare const GSubmarketMap: ({
528
542
  borderColor?: string;
529
543
  };
530
544
  blockLabelClass: string;
545
+ enableFullscreen: boolean;
531
546
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
532
547
  $slots: {
533
548
  "block-info"?(_: {
@@ -138,6 +138,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
138
138
  type: StringConstructor;
139
139
  default: string;
140
140
  };
141
+ enableFullscreen: {
142
+ type: BooleanConstructor;
143
+ default: boolean;
144
+ };
141
145
  }>, {
142
146
  createInfoWindow: (opts?: any) => any;
143
147
  openInfoWindow: (content: any, position: any, opts?: any) => void;
@@ -278,6 +282,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
278
282
  type: StringConstructor;
279
283
  default: string;
280
284
  };
285
+ enableFullscreen: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
281
289
  }>> & Readonly<{
282
290
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
283
291
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -313,6 +321,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
313
321
  borderColor?: string;
314
322
  };
315
323
  blockLabelClass: string;
324
+ enableFullscreen: boolean;
316
325
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
317
326
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
318
327
  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.48",
5
+ "version": "1.4.49",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",