@gonsin/gview 2.0.149 → 2.0.150
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/dist/index.mjs +3 -3
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1154,7 +1154,7 @@ const No = Ut("column", {
|
|
|
1154
1154
|
u.socket && u.socket.send(JSON.stringify(t));
|
|
1155
1155
|
}, DM), u.registeredDataIdSet = /* @__PURE__ */ new Set();
|
|
1156
1156
|
}, this.socket.onclose = function(e) {
|
|
1157
|
-
|
|
1157
|
+
u.isSocketResetting = !0, u.socketInterval = null, clearInterval(u.socketInterval), clearTimeout(u.socketTimeout), u.socket = null, !u.isSocketClose && (u.socketTimeout = setTimeout(function() {
|
|
1158
1158
|
console.log("WebSocket 重新连接..."), u.isSocketResetting && (u.initSocket(), u.isSocketLinked && (clearTimeout(u.socketTimeout), setTimeout(() => {
|
|
1159
1159
|
window.dispatchEvent(new CustomEvent("onSocketReload"));
|
|
1160
1160
|
}, 2e3)));
|
|
@@ -11382,7 +11382,7 @@ const aa = /* @__PURE__ */ nt(ir, [["__scopeId", "data-v-75fdffa5"]]), Tc = /* @
|
|
|
11382
11382
|
u.directive(e, on[e]);
|
|
11383
11383
|
});
|
|
11384
11384
|
}
|
|
11385
|
-
}, rr = "@gonsin/gview", cr = "2.0.
|
|
11385
|
+
}, rr = "@gonsin/gview", cr = "2.0.150", Nr = "dist/index.mjs", gr = "dist/types/index.d.ts", Dr = [
|
|
11386
11386
|
"dist",
|
|
11387
11387
|
"README.md",
|
|
11388
11388
|
"CHANGELOG.md"
|
|
@@ -11409,7 +11409,7 @@ const aa = /* @__PURE__ */ nt(ir, [["__scopeId", "data-v-75fdffa5"]]), Tc = /* @
|
|
|
11409
11409
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
11410
11410
|
axios: "^1.3.4",
|
|
11411
11411
|
dayjs: "^1.11.7",
|
|
11412
|
-
"gonsin-i18n": "^0.2.
|
|
11412
|
+
"gonsin-i18n": "^0.2.6",
|
|
11413
11413
|
he: "^1.2.0",
|
|
11414
11414
|
"lodash-es": "^4.17.21",
|
|
11415
11415
|
mustache: "^4.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gonsin/gview",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.150",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"typings": "dist/types/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
33
33
|
"axios": "^1.3.4",
|
|
34
34
|
"dayjs": "^1.11.7",
|
|
35
|
-
"gonsin-i18n": "^0.2.
|
|
35
|
+
"gonsin-i18n": "^0.2.6",
|
|
36
36
|
"he": "^1.2.0",
|
|
37
37
|
"lodash-es": "^4.17.21",
|
|
38
38
|
"mustache": "^4.2.0",
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"vite-svg-loader": "^4.0.0",
|
|
84
84
|
"vue-tsc": "^1.2.0"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|