g-ui-web 1.4.28 → 1.4.30

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
@@ -106,6 +106,23 @@ declare const GSubmarketMap: ({
106
106
  count: string;
107
107
  };
108
108
  };
109
+ zIndex: {
110
+ type: () => {
111
+ block?: number;
112
+ blockLabel?: number;
113
+ scatter?: number;
114
+ heatmap?: number;
115
+ project?: number;
116
+ };
117
+ default: () => {};
118
+ };
119
+ blockColorList: {
120
+ type: () => {
121
+ nameColor?: string;
122
+ borderColor?: string;
123
+ };
124
+ default: () => {};
125
+ };
109
126
  }>> & Readonly<{
110
127
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
111
128
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -126,6 +143,13 @@ declare const GSubmarketMap: ({
126
143
  "on-error": (...args: any[]) => void;
127
144
  complete: (...args: any[]) => void;
128
145
  }, import('vue').PublicProps, {
146
+ zIndex: {
147
+ block?: number;
148
+ blockLabel?: number;
149
+ scatter?: number;
150
+ heatmap?: number;
151
+ project?: number;
152
+ };
129
153
  description: string;
130
154
  dbOptions: Record<string, any>;
131
155
  mapConfig: Record<string, any>;
@@ -141,6 +165,10 @@ declare const GSubmarketMap: ({
141
165
  lat?: string;
142
166
  count?: string;
143
167
  };
168
+ blockColorList: {
169
+ nameColor?: string;
170
+ borderColor?: string;
171
+ };
144
172
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
145
173
  P: {};
146
174
  B: {};
@@ -255,6 +283,23 @@ declare const GSubmarketMap: ({
255
283
  count: string;
256
284
  };
257
285
  };
286
+ zIndex: {
287
+ type: () => {
288
+ block?: number;
289
+ blockLabel?: number;
290
+ scatter?: number;
291
+ heatmap?: number;
292
+ project?: number;
293
+ };
294
+ default: () => {};
295
+ };
296
+ blockColorList: {
297
+ type: () => {
298
+ nameColor?: string;
299
+ borderColor?: string;
300
+ };
301
+ default: () => {};
302
+ };
258
303
  }>> & Readonly<{
259
304
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
260
305
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -268,6 +313,13 @@ declare const GSubmarketMap: ({
268
313
  closeInfoWindow: () => void;
269
314
  getInfoWindow: () => any;
270
315
  }, {}, {}, {}, {
316
+ zIndex: {
317
+ block?: number;
318
+ blockLabel?: number;
319
+ scatter?: number;
320
+ heatmap?: number;
321
+ project?: number;
322
+ };
271
323
  description: string;
272
324
  dbOptions: Record<string, any>;
273
325
  mapConfig: Record<string, any>;
@@ -283,6 +335,10 @@ declare const GSubmarketMap: ({
283
335
  lat?: string;
284
336
  count?: string;
285
337
  };
338
+ blockColorList: {
339
+ nameColor?: string;
340
+ borderColor?: string;
341
+ };
286
342
  }>;
287
343
  __isFragment?: never;
288
344
  __isTeleport?: never;
@@ -394,6 +450,23 @@ declare const GSubmarketMap: ({
394
450
  count: string;
395
451
  };
396
452
  };
453
+ zIndex: {
454
+ type: () => {
455
+ block?: number;
456
+ blockLabel?: number;
457
+ scatter?: number;
458
+ heatmap?: number;
459
+ project?: number;
460
+ };
461
+ default: () => {};
462
+ };
463
+ blockColorList: {
464
+ type: () => {
465
+ nameColor?: string;
466
+ borderColor?: string;
467
+ };
468
+ default: () => {};
469
+ };
397
470
  }>> & Readonly<{
398
471
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
399
472
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -414,6 +487,13 @@ declare const GSubmarketMap: ({
414
487
  "on-error": (...args: any[]) => void;
415
488
  complete: (...args: any[]) => void;
416
489
  }, string, {
490
+ zIndex: {
491
+ block?: number;
492
+ blockLabel?: number;
493
+ scatter?: number;
494
+ heatmap?: number;
495
+ project?: number;
496
+ };
417
497
  description: string;
418
498
  dbOptions: Record<string, any>;
419
499
  mapConfig: Record<string, any>;
@@ -429,6 +509,10 @@ declare const GSubmarketMap: ({
429
509
  lat?: string;
430
510
  count?: string;
431
511
  };
512
+ blockColorList: {
513
+ nameColor?: string;
514
+ borderColor?: string;
515
+ };
432
516
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
433
517
  $slots: {
434
518
  "block-info"?(_: {
@@ -117,6 +117,23 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
117
117
  count: string;
118
118
  };
119
119
  };
120
+ zIndex: {
121
+ type: () => {
122
+ block?: number;
123
+ blockLabel?: number;
124
+ scatter?: number;
125
+ heatmap?: number;
126
+ project?: number;
127
+ };
128
+ default: () => {};
129
+ };
130
+ blockColorList: {
131
+ type: () => {
132
+ nameColor?: string;
133
+ borderColor?: string;
134
+ };
135
+ default: () => {};
136
+ };
120
137
  }>, {
121
138
  createInfoWindow: (opts?: any) => any;
122
139
  openInfoWindow: (content: any, position: any, opts?: any) => void;
@@ -236,6 +253,23 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
236
253
  count: string;
237
254
  };
238
255
  };
256
+ zIndex: {
257
+ type: () => {
258
+ block?: number;
259
+ blockLabel?: number;
260
+ scatter?: number;
261
+ heatmap?: number;
262
+ project?: number;
263
+ };
264
+ default: () => {};
265
+ };
266
+ blockColorList: {
267
+ type: () => {
268
+ nameColor?: string;
269
+ borderColor?: string;
270
+ };
271
+ default: () => {};
272
+ };
239
273
  }>> & Readonly<{
240
274
  "onHover-marker"?: ((...args: any[]) => any) | undefined;
241
275
  "onBlock-select"?: ((...args: any[]) => any) | undefined;
@@ -244,6 +278,13 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
244
278
  "onOn-error"?: ((...args: any[]) => any) | undefined;
245
279
  onComplete?: ((...args: any[]) => any) | undefined;
246
280
  }>, {
281
+ zIndex: {
282
+ block?: number;
283
+ blockLabel?: number;
284
+ scatter?: number;
285
+ heatmap?: number;
286
+ project?: number;
287
+ };
247
288
  description: string;
248
289
  dbOptions: Record<string, any>;
249
290
  mapConfig: Record<string, any>;
@@ -259,6 +300,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
259
300
  lat?: string;
260
301
  count?: string;
261
302
  };
303
+ blockColorList: {
304
+ nameColor?: string;
305
+ borderColor?: string;
306
+ };
262
307
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
263
308
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
264
309
  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.28",
5
+ "version": "1.4.30",
6
6
  "author": "wyu",
7
7
  "license": "MIT",
8
8
  "type": "module",