@idmwx/idmui-gl3 5.7.8 → 5.7.9

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.
@@ -106,6 +106,7 @@ declare namespace _sfc_main {
106
106
  function computeLayerClass(): (layer: any, layers: any) => string;
107
107
  function hasCollectedLayers(): any;
108
108
  function computeDateZ(): (time: any) => string;
109
+ function sourceCode(): any;
109
110
  }
110
111
  namespace watch {
111
112
  export namespace toggleVersion_1 {
@@ -347,21 +347,41 @@ export declare class MapboxHelper {
347
347
  source: string;
348
348
  maxzoom?: undefined;
349
349
  source_name?: undefined;
350
+ description?: undefined;
351
+ fields?: undefined;
350
352
  } | {
351
353
  id: string;
352
354
  maxzoom: number;
353
355
  minzoom: number;
354
356
  source: string;
355
357
  source_name?: undefined;
358
+ description?: undefined;
359
+ fields?: undefined;
356
360
  } | {
357
361
  id: string;
358
362
  maxzoom: number;
359
363
  minzoom: number;
360
364
  source: string;
361
365
  source_name: string;
366
+ description?: undefined;
367
+ fields?: undefined;
368
+ } | {
369
+ description: string;
370
+ fields: {
371
+ ICECODE: string;
372
+ ORIG_FID: string;
373
+ Shape_Area: string;
374
+ Shape_Leng: string;
375
+ };
376
+ id: string;
377
+ maxzoom: number;
378
+ minzoom: number;
379
+ source: string;
380
+ source_name: string;
362
381
  })[];
363
382
  worldview_default: string;
364
383
  worldview_options: {
384
+ ALL: string;
365
385
  AR: string;
366
386
  CN: string;
367
387
  IN: string;
@@ -371,6 +391,7 @@ export declare class MapboxHelper {
371
391
  RU: string;
372
392
  TR: string;
373
393
  US: string;
394
+ VN: string;
374
395
  };
375
396
  };
376
397
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-gl3",
3
3
  "private": false,
4
- "version": "5.7.8",
4
+ "version": "5.7.9",
5
5
  "description": "idm webgl3",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@idm-plugin/geo": "^1.7.7",
32
32
  "@idm-plugin/meteo": "^0.4.8",
33
- "@idm-plugin/tag": "^0.1.7",
33
+ "@idm-plugin/tag": "^0.2.0",
34
34
  "@idmui/style": "^0.1.4",
35
35
  "@mapbox/sphericalmercator": "^1.2.0",
36
36
  "@turf/turf": "^6.5.0",