gis-common 5.1.13 → 5.1.14

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.
@@ -34,9 +34,9 @@ export default class BrowserUtil {
34
34
  type: string;
35
35
  model: string;
36
36
  spec: {
37
- maxTextureSize: any;
38
- maxRenderBufferSize: any;
39
- maxTextureUnits: any;
37
+ maxTextureSize: number;
38
+ maxRenderBufferSize: number;
39
+ maxTextureUnits: number;
40
40
  };
41
41
  } | {
42
42
  type: string;
@@ -41,7 +41,7 @@ declare const _default: {
41
41
  * @param args 参数
42
42
  * @returns 解码后的字符串
43
43
  */
44
- decodeDict(...args: any[]): string;
44
+ decodeDict(...args: any[]): any;
45
45
  /**
46
46
  * 异步加载script
47
47
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-common",
3
- "version": "5.1.13",
3
+ "version": "5.1.14",
4
4
  "author": "Guo.Yan <luv02@vip.qq.com>",
5
5
  "license": "MIT",
6
6
  "private": false,