vdrag-topo-utils 1.2.0 → 1.3.0

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.
@@ -9,3 +9,4 @@ export * from "./src/http";
9
9
  export * from "./src/dom";
10
10
  export * from "./src/number";
11
11
  export * from "./src/image";
12
+ export * from "./src/app";
package/dist/es/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { default as r } from "./src/withinstall.js";
2
2
  import { default as a } from "./src/bus.js";
3
- import { UA as l, _global as m, _support as s, customizeSetInterval as n, debounce as p, getClientHeight as g, getGlobal as d, getGlobalSupport as f, getLocationHref as c, getScrollHeight as x, getScrollTop as S, getUrlParam as h, htmlElementAsString as u, inBrowser as v, is360zhushou as D, isAndroid as E, isChrome as b, isEdge as T, isIE as y, isIE9 as B, isIOS as I, isMobile as U, isWeiXin as w, matchUrlFileName as F, nativeTryCatch as H, parseUrlToObj as _, supportsHistory as A, throttle as C, throttle_02 as P } from "./src/browser.js";
4
- import { addBigBraceToStr as M, addMiddleBraceToStr as z, extractStrFromCurlyBrace as G, extractStrFromMiddleBrace as N, interceptStr as O, unknownToString as j, validateEmail as k, validateFixedPhone as W, validatePhone as X, validateSpecialString_01 as q } from "./src/string.js";
3
+ import { UA as l, _global as m, _support as s, customizeSetInterval as n, debounce as p, getClientHeight as g, getGlobal as d, getGlobalSupport as f, getLocationHref as c, getScrollHeight as x, getScrollTop as S, getUrlParam as h, htmlElementAsString as u, inBrowser as v, is360zhushou as D, isAndroid as E, isChrome as y, isEdge as b, isIE as I, isIE9 as T, isIOS as B, isMobile as C, isWeiXin as F, matchUrlFileName as P, nativeTryCatch as U, parseUrlToObj as w, supportsHistory as H, throttle as _, throttle_02 as A } from "./src/browser.js";
4
+ import { addBigBraceToStr as L, addMiddleBraceToStr as M, extractStrFromCurlyBrace as k, extractStrFromMiddleBrace as z, interceptStr as N, unknownToString as O, validateEmail as j, validateFixedPhone as W, validatePhone as X, validateSpecialString_01 as q } from "./src/string.js";
5
5
  import { formatDate as K, formatDate_02 as Q, generateUUID as R, getDaysDiffBetweenDates as V, getDaysDiffFromNow as Y, getTimestamp as Z } from "./src/time.js";
6
6
  import { isExistProperty as ee, variableTypeDetection as te } from "./src/type.js";
7
7
  import { replaceAop as oe } from "./src/object.js";
@@ -9,24 +9,27 @@ import { fromHttpStatus as ie } from "./src/http.js";
9
9
  import { addEventListener as me, removeEventListener as se, triggerDragEvent as ne } from "./src/dom.js";
10
10
  import { formatDecimal as ge, random as de } from "./src/number.js";
11
11
  import { imgError as ce, preloadImage as xe } from "./src/image.js";
12
+ import { galleryImg as he, getContacts as ue, savePicture as ve, scanCode as De, scanFromGallery as Ee, takePhoto as ye } from "./src/app.js";
12
13
  export {
13
14
  l as UA,
14
15
  m as _global,
15
16
  s as _support,
16
- M as addBigBraceToStr,
17
+ L as addBigBraceToStr,
17
18
  me as addEventListener,
18
- z as addMiddleBraceToStr,
19
+ M as addMiddleBraceToStr,
19
20
  a as bus,
20
21
  n as customizeSetInterval,
21
22
  p as debounce,
22
- G as extractStrFromCurlyBrace,
23
- N as extractStrFromMiddleBrace,
23
+ k as extractStrFromCurlyBrace,
24
+ z as extractStrFromMiddleBrace,
24
25
  K as formatDate,
25
26
  Q as formatDate_02,
26
27
  ge as formatDecimal,
27
28
  ie as fromHttpStatus,
29
+ he as galleryImg,
28
30
  R as generateUUID,
29
31
  g as getClientHeight,
32
+ ue as getContacts,
30
33
  V as getDaysDiffBetweenDates,
31
34
  Y as getDaysDiffFromNow,
32
35
  d as getGlobal,
@@ -39,30 +42,34 @@ export {
39
42
  u as htmlElementAsString,
40
43
  ce as imgError,
41
44
  v as inBrowser,
42
- O as interceptStr,
45
+ N as interceptStr,
43
46
  D as is360zhushou,
44
47
  E as isAndroid,
45
- b as isChrome,
46
- T as isEdge,
48
+ y as isChrome,
49
+ b as isEdge,
47
50
  ee as isExistProperty,
48
- y as isIE,
49
- B as isIE9,
50
- I as isIOS,
51
- U as isMobile,
52
- w as isWeiXin,
53
- F as matchUrlFileName,
54
- H as nativeTryCatch,
55
- _ as parseUrlToObj,
51
+ I as isIE,
52
+ T as isIE9,
53
+ B as isIOS,
54
+ C as isMobile,
55
+ F as isWeiXin,
56
+ P as matchUrlFileName,
57
+ U as nativeTryCatch,
58
+ w as parseUrlToObj,
56
59
  xe as preloadImage,
57
60
  de as random,
58
61
  se as removeEventListener,
59
62
  oe as replaceAop,
60
- A as supportsHistory,
61
- C as throttle,
62
- P as throttle_02,
63
+ ve as savePicture,
64
+ De as scanCode,
65
+ Ee as scanFromGallery,
66
+ H as supportsHistory,
67
+ ye as takePhoto,
68
+ _ as throttle,
69
+ A as throttle_02,
63
70
  ne as triggerDragEvent,
64
- j as unknownToString,
65
- k as validateEmail,
71
+ O as unknownToString,
72
+ j as validateEmail,
66
73
  W as validateFixedPhone,
67
74
  X as validatePhone,
68
75
  q as validateSpecialString_01,
@@ -0,0 +1,33 @@
1
+ declare interface IParamsType {
2
+ style?: any;
3
+ count?: any;
4
+ filePath?: any;
5
+ success: () => void;
6
+ fail: () => void;
7
+ }
8
+ /**
9
+ * 开启扫码功能
10
+ */
11
+ export declare const scanCode: (params: IParamsType) => any;
12
+ /**
13
+ * 从相册中扫码
14
+ */
15
+ export declare const scanFromGallery: (params: IParamsType) => void;
16
+ /**
17
+ * 拍照
18
+ */
19
+ export declare const takePhoto: (params: IParamsType) => void;
20
+ /**
21
+ * 从相册中选选取照片
22
+ */
23
+ export declare const galleryImg: (params: IParamsType) => void;
24
+ /**
25
+ * 保存图片到相册中
26
+ */
27
+ export declare const savePicture: (params: IParamsType) => false | undefined;
28
+ /**
29
+ * 调用户的通信录
30
+ * @param params
31
+ */
32
+ export declare const getContacts: (params: IParamsType) => void;
33
+ export {};
@@ -0,0 +1,184 @@
1
+ function l(e, t) {
2
+ try {
3
+ return typeof e.success == "function" ? (e.success(t), !0) : !1;
4
+ } catch (n) {
5
+ alert("回调函数异常:"), alert(n);
6
+ }
7
+ }
8
+ function c(e, t) {
9
+ return typeof e.fail == "function" ? (e.fail(t), !0) : !1;
10
+ }
11
+ const d = (e) => {
12
+ let t;
13
+ e = e || {};
14
+ const n = {
15
+ background: "#000",
16
+ frameColor: "#07c160",
17
+ scanbarColor: "#07c160",
18
+ top: "100px",
19
+ left: "0px",
20
+ width: "100%",
21
+ height: "500px",
22
+ position: "static"
23
+ }, o = e.style || {};
24
+ for (const i in o)
25
+ n[i] = o[i];
26
+ return t || (t = window.plus.barcode.create(
27
+ "barcode",
28
+ [window.plus.barcode.QR],
29
+ n
30
+ ), t.onmarked = function(i, u) {
31
+ l(e, u), t || alert("尚未开始扫码"), t.close(), t = null;
32
+ }, t.onerror = function(i) {
33
+ c(e, i), t || alert("尚未开始扫码"), t.close(), t = null;
34
+ }, window.plus.webview.currentWebview().append(t)), t.start(), t;
35
+ }, w = (e) => {
36
+ e = e || {}, window.plus.gallery.pick(
37
+ function(t) {
38
+ window.plus.barcode.scan(
39
+ t,
40
+ function(n, o) {
41
+ l(e, o);
42
+ },
43
+ function(n) {
44
+ c(e, n);
45
+ }
46
+ );
47
+ },
48
+ function(t) {
49
+ c(e, t);
50
+ },
51
+ { filter: "image", system: !1 }
52
+ );
53
+ }, a = (e) => {
54
+ e = e || {};
55
+ const t = window.plus.camera.getCamera(), n = t.supportedImageResolutions[0], o = t.supportedImageFormats[0];
56
+ t.captureImage(
57
+ function(i) {
58
+ l(e, i);
59
+ },
60
+ function(i) {
61
+ c(e, i);
62
+ },
63
+ { resolution: n, format: o }
64
+ );
65
+ }, g = (e) => {
66
+ e = e || {}, e.count = e.count || "Infinity", window.plus.gallery.pick(
67
+ function(t) {
68
+ const n = t.files;
69
+ n && n.length == 1 ? l(e, n[0]) : l(e, n);
70
+ },
71
+ function(t) {
72
+ c(e, t);
73
+ },
74
+ {
75
+ filter: "image",
76
+ multiple: !0,
77
+ maximum: e.count,
78
+ system: !1,
79
+ onmaxed: function() {
80
+ window.plus.nativeUI.alert("最多只能选择" + e.count + "张图片");
81
+ }
82
+ }
83
+ );
84
+ }, y = (e) => {
85
+ e = e || {};
86
+ const t = e.filePath;
87
+ if (!t)
88
+ return alert("请传入要下载的图片路径"), !1;
89
+ t.indexOf("data:image/") == 0 ? s(t, e, function(n) {
90
+ window.plus.gallery.save(
91
+ n,
92
+ function(o) {
93
+ l(e, o.file);
94
+ },
95
+ function(o) {
96
+ c(e, o);
97
+ }
98
+ );
99
+ }) : r({
100
+ url: t,
101
+ success: function(n) {
102
+ window.plus.gallery.save(
103
+ n,
104
+ function(o) {
105
+ l(e, o.file);
106
+ },
107
+ function(o) {
108
+ c(e, o);
109
+ }
110
+ );
111
+ },
112
+ fail: function(n) {
113
+ c(e, n);
114
+ }
115
+ });
116
+ };
117
+ function s(e, t, n) {
118
+ const o = new window.plus.nativeObj.Bitmap();
119
+ o.loadBase64Data(e);
120
+ const i = e.indexOf("png") > -1 ? ".png" : ".jpeg", u = (/* @__PURE__ */ new Date()).getTime() + i;
121
+ o.save(
122
+ "_www/" + u,
123
+ { overwrite: !0 },
124
+ function() {
125
+ n("_www/" + u);
126
+ },
127
+ function(f) {
128
+ c(t, f);
129
+ }
130
+ );
131
+ }
132
+ function r(e) {
133
+ e = e || {};
134
+ const t = e.url;
135
+ if (!t)
136
+ return alert("请输入下载文件的链接"), !1;
137
+ const n = window.plus.downloader.createDownload(t, {}, function(o, i) {
138
+ i == 200 ? l(e, o.filename) : c(e, o);
139
+ });
140
+ return n.addEventListener(
141
+ "statechanged",
142
+ function(o, i) {
143
+ if (o.state == 3) {
144
+ const u = parseFloat(
145
+ o.downloadedSize / o.totalSize * 100
146
+ ).toFixed(2);
147
+ typeof e.onProgress == "function" && e.onProgress(
148
+ n.downloadedSize,
149
+ n.totalSize,
150
+ u + "%"
151
+ );
152
+ }
153
+ },
154
+ !1
155
+ ), n.start(), n;
156
+ }
157
+ const b = (e) => {
158
+ e = e || {}, window.plus.contacts.getAddressBook(
159
+ window.plus.contacts.ADDRESSBOOK_PHONE,
160
+ function(t) {
161
+ t.find(
162
+ ["displayName", "phoneNumbers"],
163
+ function(n) {
164
+ l(e, n);
165
+ },
166
+ function(n) {
167
+ c(e, n);
168
+ },
169
+ { multiple: !0 }
170
+ );
171
+ },
172
+ function(t) {
173
+ c(e, t);
174
+ }
175
+ );
176
+ };
177
+ export {
178
+ g as galleryImg,
179
+ b as getContacts,
180
+ y as savePicture,
181
+ d as scanCode,
182
+ w as scanFromGallery,
183
+ a as takePhoto
184
+ };
@@ -0,0 +1,9 @@
1
+ /*
2
+ * @Author: hxx
3
+ * @Date: 2024-02-19 13:15:41
4
+ * @LastEditors: hxx
5
+ * @LastEditTime: 2024-02-19 13:16:00
6
+ */
7
+ declare interface Window {
8
+ plus: any;
9
+ }
@@ -9,3 +9,4 @@ export * from "./src/http";
9
9
  export * from "./src/dom";
10
10
  export * from "./src/number";
11
11
  export * from "./src/image";
12
+ export * from "./src/app";
package/dist/lib/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./src/withinstall.js"),n=require("./src/bus.js"),e=require("./src/browser.js"),t=require("./src/string.js"),r=require("./src/time.js"),a=require("./src/type.js"),g=require("./src/object.js"),c=require("./src/http.js"),i=require("./src/dom.js"),o=require("./src/number.js"),l=require("./src/image.js");exports.withInstall=s;exports.bus=n;exports.UA=e.UA;exports._global=e._global;exports._support=e._support;exports.customizeSetInterval=e.customizeSetInterval;exports.debounce=e.debounce;exports.getClientHeight=e.getClientHeight;exports.getGlobal=e.getGlobal;exports.getGlobalSupport=e.getGlobalSupport;exports.getLocationHref=e.getLocationHref;exports.getScrollHeight=e.getScrollHeight;exports.getScrollTop=e.getScrollTop;exports.getUrlParam=e.getUrlParam;exports.htmlElementAsString=e.htmlElementAsString;exports.inBrowser=e.inBrowser;exports.is360zhushou=e.is360zhushou;exports.isAndroid=e.isAndroid;exports.isChrome=e.isChrome;exports.isEdge=e.isEdge;exports.isIE=e.isIE;exports.isIE9=e.isIE9;exports.isIOS=e.isIOS;exports.isMobile=e.isMobile;exports.isWeiXin=e.isWeiXin;exports.matchUrlFileName=e.matchUrlFileName;exports.nativeTryCatch=e.nativeTryCatch;exports.parseUrlToObj=e.parseUrlToObj;exports.supportsHistory=e.supportsHistory;exports.throttle=e.throttle;exports.throttle_02=e.throttle_02;exports.addBigBraceToStr=t.addBigBraceToStr;exports.addMiddleBraceToStr=t.addMiddleBraceToStr;exports.extractStrFromCurlyBrace=t.extractStrFromCurlyBrace;exports.extractStrFromMiddleBrace=t.extractStrFromMiddleBrace;exports.interceptStr=t.interceptStr;exports.unknownToString=t.unknownToString;exports.validateEmail=t.validateEmail;exports.validateFixedPhone=t.validateFixedPhone;exports.validatePhone=t.validatePhone;exports.validateSpecialString_01=t.validateSpecialString_01;exports.formatDate=r.formatDate;exports.formatDate_02=r.formatDate_02;exports.generateUUID=r.generateUUID;exports.getDaysDiffBetweenDates=r.getDaysDiffBetweenDates;exports.getDaysDiffFromNow=r.getDaysDiffFromNow;exports.getTimestamp=r.getTimestamp;exports.isExistProperty=a.isExistProperty;exports.variableTypeDetection=a.variableTypeDetection;exports.replaceAop=g.replaceAop;exports.fromHttpStatus=c.fromHttpStatus;exports.addEventListener=i.addEventListener;exports.removeEventListener=i.removeEventListener;exports.triggerDragEvent=i.triggerDragEvent;exports.formatDecimal=o.formatDecimal;exports.random=o.random;exports.imgError=l.imgError;exports.preloadImage=l.preloadImage;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./src/withinstall.js"),c=require("./src/bus.js"),e=require("./src/browser.js"),t=require("./src/string.js"),r=require("./src/time.js"),o=require("./src/type.js"),g=require("./src/object.js"),m=require("./src/http.js"),i=require("./src/dom.js"),l=require("./src/number.js"),s=require("./src/image.js"),a=require("./src/app.js");exports.withInstall=n;exports.bus=c;exports.UA=e.UA;exports._global=e._global;exports._support=e._support;exports.customizeSetInterval=e.customizeSetInterval;exports.debounce=e.debounce;exports.getClientHeight=e.getClientHeight;exports.getGlobal=e.getGlobal;exports.getGlobalSupport=e.getGlobalSupport;exports.getLocationHref=e.getLocationHref;exports.getScrollHeight=e.getScrollHeight;exports.getScrollTop=e.getScrollTop;exports.getUrlParam=e.getUrlParam;exports.htmlElementAsString=e.htmlElementAsString;exports.inBrowser=e.inBrowser;exports.is360zhushou=e.is360zhushou;exports.isAndroid=e.isAndroid;exports.isChrome=e.isChrome;exports.isEdge=e.isEdge;exports.isIE=e.isIE;exports.isIE9=e.isIE9;exports.isIOS=e.isIOS;exports.isMobile=e.isMobile;exports.isWeiXin=e.isWeiXin;exports.matchUrlFileName=e.matchUrlFileName;exports.nativeTryCatch=e.nativeTryCatch;exports.parseUrlToObj=e.parseUrlToObj;exports.supportsHistory=e.supportsHistory;exports.throttle=e.throttle;exports.throttle_02=e.throttle_02;exports.addBigBraceToStr=t.addBigBraceToStr;exports.addMiddleBraceToStr=t.addMiddleBraceToStr;exports.extractStrFromCurlyBrace=t.extractStrFromCurlyBrace;exports.extractStrFromMiddleBrace=t.extractStrFromMiddleBrace;exports.interceptStr=t.interceptStr;exports.unknownToString=t.unknownToString;exports.validateEmail=t.validateEmail;exports.validateFixedPhone=t.validateFixedPhone;exports.validatePhone=t.validatePhone;exports.validateSpecialString_01=t.validateSpecialString_01;exports.formatDate=r.formatDate;exports.formatDate_02=r.formatDate_02;exports.generateUUID=r.generateUUID;exports.getDaysDiffBetweenDates=r.getDaysDiffBetweenDates;exports.getDaysDiffFromNow=r.getDaysDiffFromNow;exports.getTimestamp=r.getTimestamp;exports.isExistProperty=o.isExistProperty;exports.variableTypeDetection=o.variableTypeDetection;exports.replaceAop=g.replaceAop;exports.fromHttpStatus=m.fromHttpStatus;exports.addEventListener=i.addEventListener;exports.removeEventListener=i.removeEventListener;exports.triggerDragEvent=i.triggerDragEvent;exports.formatDecimal=l.formatDecimal;exports.random=l.random;exports.imgError=s.imgError;exports.preloadImage=s.preloadImage;exports.galleryImg=a.galleryImg;exports.getContacts=a.getContacts;exports.savePicture=a.savePicture;exports.scanCode=a.scanCode;exports.scanFromGallery=a.scanFromGallery;exports.takePhoto=a.takePhoto;
@@ -0,0 +1,33 @@
1
+ declare interface IParamsType {
2
+ style?: any;
3
+ count?: any;
4
+ filePath?: any;
5
+ success: () => void;
6
+ fail: () => void;
7
+ }
8
+ /**
9
+ * 开启扫码功能
10
+ */
11
+ export declare const scanCode: (params: IParamsType) => any;
12
+ /**
13
+ * 从相册中扫码
14
+ */
15
+ export declare const scanFromGallery: (params: IParamsType) => void;
16
+ /**
17
+ * 拍照
18
+ */
19
+ export declare const takePhoto: (params: IParamsType) => void;
20
+ /**
21
+ * 从相册中选选取照片
22
+ */
23
+ export declare const galleryImg: (params: IParamsType) => void;
24
+ /**
25
+ * 保存图片到相册中
26
+ */
27
+ export declare const savePicture: (params: IParamsType) => false | undefined;
28
+ /**
29
+ * 调用户的通信录
30
+ * @param params
31
+ */
32
+ export declare const getContacts: (params: IParamsType) => void;
33
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function l(e,t){try{return typeof e.success=="function"?(e.success(t),!0):!1}catch(n){alert("回调函数异常:"),alert(n)}}function c(e,t){return typeof e.fail=="function"?(e.fail(t),!0):!1}const s=e=>{let t;e=e||{};const n={background:"#000",frameColor:"#07c160",scanbarColor:"#07c160",top:"100px",left:"0px",width:"100%",height:"500px",position:"static"},o=e.style||{};for(const i in o)n[i]=o[i];return t||(t=window.plus.barcode.create("barcode",[window.plus.barcode.QR],n),t.onmarked=function(i,u){l(e,u),t||alert("尚未开始扫码"),t.close(),t=null},t.onerror=function(i){c(e,i),t||alert("尚未开始扫码"),t.close(),t=null},window.plus.webview.currentWebview().append(t)),t.start(),t},r=e=>{e=e||{},window.plus.gallery.pick(function(t){window.plus.barcode.scan(t,function(n,o){l(e,o)},function(n){c(e,n)})},function(t){c(e,t)},{filter:"image",system:!1})},d=e=>{e=e||{};const t=window.plus.camera.getCamera(),n=t.supportedImageResolutions[0],o=t.supportedImageFormats[0];t.captureImage(function(i){l(e,i)},function(i){c(e,i)},{resolution:n,format:o})},w=e=>{e=e||{},e.count=e.count||"Infinity",window.plus.gallery.pick(function(t){const n=t.files;n&&n.length==1?l(e,n[0]):l(e,n)},function(t){c(e,t)},{filter:"image",multiple:!0,maximum:e.count,system:!1,onmaxed:function(){window.plus.nativeUI.alert("最多只能选择"+e.count+"张图片")}})},a=e=>{e=e||{};const t=e.filePath;if(!t)return alert("请传入要下载的图片路径"),!1;t.indexOf("data:image/")==0?g(t,e,function(n){window.plus.gallery.save(n,function(o){l(e,o.file)},function(o){c(e,o)})}):y({url:t,success:function(n){window.plus.gallery.save(n,function(o){l(e,o.file)},function(o){c(e,o)})},fail:function(n){c(e,n)}})};function g(e,t,n){const o=new window.plus.nativeObj.Bitmap;o.loadBase64Data(e);const i=e.indexOf("png")>-1?".png":".jpeg",u=new Date().getTime()+i;o.save("_www/"+u,{overwrite:!0},function(){n("_www/"+u)},function(f){c(t,f)})}function y(e){e=e||{};const t=e.url;if(!t)return alert("请输入下载文件的链接"),!1;const n=window.plus.downloader.createDownload(t,{},function(o,i){i==200?l(e,o.filename):c(e,o)});return n.addEventListener("statechanged",function(o,i){if(o.state==3){const u=parseFloat(o.downloadedSize/o.totalSize*100).toFixed(2);typeof e.onProgress=="function"&&e.onProgress(n.downloadedSize,n.totalSize,u+"%")}},!1),n.start(),n}const b=e=>{e=e||{},window.plus.contacts.getAddressBook(window.plus.contacts.ADDRESSBOOK_PHONE,function(t){t.find(["displayName","phoneNumbers"],function(n){l(e,n)},function(n){c(e,n)},{multiple:!0})},function(t){c(e,t)})};exports.galleryImg=w;exports.getContacts=b;exports.savePicture=a;exports.scanCode=s;exports.scanFromGallery=r;exports.takePhoto=d;
@@ -0,0 +1,9 @@
1
+ /*
2
+ * @Author: hxx
3
+ * @Date: 2024-02-19 13:15:41
4
+ * @LastEditors: hxx
5
+ * @LastEditTime: 2024-02-19 13:16:00
6
+ */
7
+ declare interface Window {
8
+ plus: any;
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdrag-topo-utils",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",