@famibee/skynovel 1.29.0 → 1.29.1
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/app.js +8 -3
- package/dist/app.js.map +1 -1
- package/dist/appMain.js +3 -3
- package/dist/appMain.js.map +1 -1
- package/dist/preload.js +1 -1
- package/dist/preload.js.map +1 -1
- package/dist/sn/CmnInterface.d.ts +3 -0
- package/dist/sn/CmnInterface.d.ts.map +1 -1
- package/dist/sn/TxtStage.d.ts.map +1 -1
- package/dist/web.js +8 -3
- package/dist/web.js.map +1 -1
- package/package.json +2 -4
package/dist/app.js
CHANGED
|
@@ -2302,16 +2302,15 @@ class BinaryReconstructor {
|
|
|
2302
2302
|
this.buffers = [];
|
|
2303
2303
|
}
|
|
2304
2304
|
}
|
|
2305
|
-
var parser = /* @__PURE__ */ Object.freeze({
|
|
2305
|
+
var parser = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2306
2306
|
__proto__: null,
|
|
2307
|
-
[Symbol.toStringTag]: "Module",
|
|
2308
2307
|
protocol,
|
|
2309
2308
|
get PacketType() {
|
|
2310
2309
|
return PacketType;
|
|
2311
2310
|
},
|
|
2312
2311
|
Encoder,
|
|
2313
2312
|
Decoder
|
|
2314
|
-
});
|
|
2313
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
2315
2314
|
function on(obj, ev, fn) {
|
|
2316
2315
|
obj.on(ev, fn);
|
|
2317
2316
|
return function subDestroy() {
|
|
@@ -45745,6 +45744,12 @@ const _TxtStage = class extends Container {
|
|
|
45745
45744
|
s2.paddingTop = ((_e = hArg.pt) != null ? _e : "0") + "px";
|
|
45746
45745
|
if ("pb" in hArg)
|
|
45747
45746
|
s2.paddingBottom = ((_f = hArg.pb) != null ? _f : "0") + "px";
|
|
45747
|
+
if ("kinsoku_sol" in hArg)
|
|
45748
|
+
__privateSet(_TxtStage, _reg\u884C\u982D\u7981\u5247, new RegExp(`[${hArg.kinsoku_sol}]`));
|
|
45749
|
+
if ("kinsoku_eol" in hArg)
|
|
45750
|
+
__privateSet(_TxtStage, _reg\u884C\u672B\u7981\u5247, new RegExp(`[${hArg.kinsoku_eol}]`));
|
|
45751
|
+
if ("kinsoku_dns" in hArg)
|
|
45752
|
+
__privateSet(_TxtStage, _reg\u5206\u5272\u7981\u6B62, new RegExp(`[${hArg.kinsoku_dns}]`));
|
|
45748
45753
|
__privateMethod(this, _lay_sub, lay_sub_fn).call(this);
|
|
45749
45754
|
__privateGet(this, _idc2).sethArg(hArg);
|
|
45750
45755
|
__privateSet(this, _left, this.spLay.position.x);
|