@famibee/skynovel 1.33.0 → 1.34.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.
- package/dist/app.js +756 -755
- package/dist/app.js.map +1 -1
- package/dist/sn/TxtLayer.d.ts.map +1 -1
- package/dist/web.js +368 -367
- package/dist/web.js.map +1 -1
- package/package.json +2 -2
package/dist/web.js
CHANGED
|
@@ -2211,26 +2211,26 @@ Config.EXT_SCRIPT = "sn|ssn";
|
|
|
2211
2211
|
Config.EXT_FONT = "woff2|woff|otf|ttf";
|
|
2212
2212
|
Config.EXT_SOUND = "mp3|m4a|ogg|aac|flac|wav";
|
|
2213
2213
|
Config.EXT_HTML = "htm|html";
|
|
2214
|
-
var
|
|
2215
|
-
const
|
|
2214
|
+
var Ji, Ar, Ia;
|
|
2215
|
+
const _i = class {
|
|
2216
2216
|
constructor() {
|
|
2217
2217
|
it(this, Ar, () => {
|
|
2218
2218
|
});
|
|
2219
2219
|
}
|
|
2220
2220
|
static setting(t) {
|
|
2221
|
-
t.sesame && rt(
|
|
2221
|
+
t.sesame && rt(_i, Ji, t.sesame);
|
|
2222
2222
|
}
|
|
2223
2223
|
static getSesame() {
|
|
2224
|
-
return z(
|
|
2224
|
+
return z(_i, Ji);
|
|
2225
2225
|
}
|
|
2226
2226
|
static destroy() {
|
|
2227
|
-
rt(
|
|
2227
|
+
rt(_i, Ji, "\u30FD");
|
|
2228
2228
|
}
|
|
2229
2229
|
init(t) {
|
|
2230
2230
|
rt(this, Ar, t);
|
|
2231
2231
|
}
|
|
2232
2232
|
static setEscape(t) {
|
|
2233
|
-
rt(
|
|
2233
|
+
rt(_i, Ia, new RegExp(
|
|
2234
2234
|
`${t ? `(?<ce>\\${t}\\S)|` : ""}\uFF5C(?<str>[^\u300A\\n]+)\u300A(?<ruby>[^\u300B\\n]+)\u300B|(?:(?<kan>[\u2E80-\u2FDF\u3005\u3007\u303B\u3400-\u9FFF\u8C48-\uFAFF]+[\u3041-\u30FF]*|[^\u3000\uFF5C\u300A\u300B\\n])\u300A(?<kan_ruby>[^\u300B\\n]+)\u300B)|(?<txt>[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\u3000\uFF5C\u300A\u300B]+(?=\uFF5C)|[^\u3000\uFF5C\u300A\u300B]*[\u3041-\u30FF](?=[\u2E80-\u2FDF\u3005\u3007\u303B\u3400-\u9FFF\u8C48-\uFAFF]+\u300A)|.)`,
|
|
2235
2235
|
"gs"
|
|
2236
2236
|
));
|
|
@@ -2238,7 +2238,7 @@ const gi = class {
|
|
|
2238
2238
|
putTxt(t) {
|
|
2239
2239
|
var o;
|
|
2240
2240
|
let e = null;
|
|
2241
|
-
for (; e = z(
|
|
2241
|
+
for (; e = z(_i, Ia).exec(t); ) {
|
|
2242
2242
|
const R = e == null ? void 0 : e.groups;
|
|
2243
2243
|
if (!R)
|
|
2244
2244
|
continue;
|
|
@@ -2266,7 +2266,7 @@ const gi = class {
|
|
|
2266
2266
|
}
|
|
2267
2267
|
const o = Array.from(t), R = o.length;
|
|
2268
2268
|
if (/^\*.?$/.test(e)) {
|
|
2269
|
-
const L = "center\uFF5C" + (e === "*" ? z(
|
|
2269
|
+
const L = "center\uFF5C" + (e === "*" ? z(_i, Ji) : e.charAt(1));
|
|
2270
2270
|
for (let B = 0; B < R; ++B)
|
|
2271
2271
|
z(this, Ar).call(this, o[B], L);
|
|
2272
2272
|
return;
|
|
@@ -2280,8 +2280,8 @@ const gi = class {
|
|
|
2280
2280
|
z(this, Ar).call(this, L < R ? o[L] : "", L < M ? decodeURIComponent(N[L]) : "");
|
|
2281
2281
|
}
|
|
2282
2282
|
};
|
|
2283
|
-
let RubySpliter =
|
|
2284
|
-
|
|
2283
|
+
let RubySpliter = _i;
|
|
2284
|
+
Ji = new WeakMap(), Ar = new WeakMap(), Ia = new WeakMap(), it(RubySpliter, Ji, "\u30FD"), it(RubySpliter, Ia, void 0);
|
|
2285
2285
|
const REG_TAG = /(?<name>[^\s;\]]+)/;
|
|
2286
2286
|
function tagToken2Name_Args(n) {
|
|
2287
2287
|
const t = REG_TAG.exec(n.slice(1, -1)), e = t == null ? void 0 : t.groups;
|
|
@@ -2308,10 +2308,10 @@ function splitAmpersand(n) {
|
|
|
2308
2308
|
cast: e === 3 ? t[2].trim() : void 0
|
|
2309
2309
|
};
|
|
2310
2310
|
}
|
|
2311
|
-
var
|
|
2311
|
+
var Qi, Qn, ts, es, ke;
|
|
2312
2312
|
class Grammar {
|
|
2313
2313
|
constructor() {
|
|
2314
|
-
it(this,
|
|
2314
|
+
it(this, Qi, void 0);
|
|
2315
2315
|
it(this, Qn, void 0);
|
|
2316
2316
|
it(this, ts, void 0);
|
|
2317
2317
|
it(this, es, void 0);
|
|
@@ -2343,7 +2343,7 @@ class Grammar {
|
|
|
2343
2343
|
this.REG_TOKEN = new RegExp(
|
|
2344
2344
|
(t ? `\\${t}\\S|` : "") + `\\n+|\\t+|\\[let_ml\\s+[^\\]]+\\].+?(?=\\[endlet_ml[\\]\\s])|\\[(?:[^"'#;\\]]+|` + (e ? `(?:"(?:\\${e}["'#\\n]|[^"])*"|'(?:\\${e}["'#\\n]|[^'])*'|\\#(?:\\${e}["'#\\n]|[^#])*\\#)` : `(["'#]).*?\\1`) + `|;[^\\n]*)*?]|;[^\\n]*|&[^&\\n]+&|&&?[^;\\n\\t&]+|^\\*\\w+|[^\\n\\t\\[;${t ? `\\${t}` : ""}]+`,
|
|
2345
2345
|
"gs"
|
|
2346
|
-
), RubySpliter.setEscape(t), rt(this,
|
|
2346
|
+
), RubySpliter.setEscape(t), rt(this, Qi, new RegExp(`[\\w\\s;[\\]*=&\uFF5C\u300A\u300B${t ? `\\${t}` : ""}]`)), this.REG_TOKEN_NOTXT = new RegExp(`[\\n\\t;\\[*&${t ? `\\${t}` : ""}]`);
|
|
2347
2347
|
}
|
|
2348
2348
|
matchToken(t) {
|
|
2349
2349
|
var e;
|
|
@@ -2364,9 +2364,9 @@ class Grammar {
|
|
|
2364
2364
|
throw "[bracket2macro] text\u3010" + M + "\u3011\u304C\u767B\u9332\u6E08\u307F\u306E\u62EC\u5F27\u30DE\u30AF\u30ED\u307E\u305F\u306F\u4E00\u6587\u5B57\u30DE\u30AF\u30ED\u3067\u3059";
|
|
2365
2365
|
if (D in z(this, ke))
|
|
2366
2366
|
throw "[bracket2macro] text\u3010" + D + "\u3011\u304C\u767B\u9332\u6E08\u307F\u306E\u62EC\u5F27\u30DE\u30AF\u30ED\u307E\u305F\u306F\u4E00\u6587\u5B57\u30DE\u30AF\u30ED\u3067\u3059";
|
|
2367
|
-
if (z(this,
|
|
2367
|
+
if (z(this, Qi).test(M))
|
|
2368
2368
|
throw "[bracket2macro] text\u3010" + M + "\u3011\u306F\u62EC\u5F27\u30DE\u30AF\u30ED\u306B\u4F7F\u7528\u3067\u304D\u306A\u3044\u6587\u5B57\u3067\u3059";
|
|
2369
|
-
if (z(this,
|
|
2369
|
+
if (z(this, Qi).test(D))
|
|
2370
2370
|
throw "[bracket2macro] text\u3010" + D + "\u3011\u306F\u62EC\u5F27\u30DE\u30AF\u30ED\u306B\u4F7F\u7528\u3067\u304D\u306A\u3044\u6587\u5B57\u3067\u3059";
|
|
2371
2371
|
z(this, ke)[D] = "0", z(this, ke)[M] = `[${R} text=`, this.addC2M(`\\${M}[^\\${D}]*\\${D}`, `\\${M}\\${D}`), this.replaceScr_C2M_And_let_ml(e, o);
|
|
2372
2372
|
}
|
|
@@ -2377,7 +2377,7 @@ class Grammar {
|
|
|
2377
2377
|
throw "[char2macro] char\u306F\u5FC5\u9808\u3067\u3059";
|
|
2378
2378
|
if ((D = z(this, ke)) != null || rt(this, ke, {}), N in z(this, ke))
|
|
2379
2379
|
throw "[char2macro] char\u3010" + N + "\u3011\u304C\u767B\u9332\u6E08\u307F\u306E\u62EC\u5F27\u30DE\u30AF\u30ED\u307E\u305F\u306F\u4E00\u6587\u5B57\u30DE\u30AF\u30ED\u3067\u3059";
|
|
2380
|
-
if (z(this,
|
|
2380
|
+
if (z(this, Qi).test(N))
|
|
2381
2381
|
throw "[char2macro] char\u3010" + N + "\u3011\u306F\u4E00\u6587\u5B57\u30DE\u30AF\u30ED\u306B\u4F7F\u7528\u3067\u304D\u306A\u3044\u6587\u5B57\u3067\u3059";
|
|
2382
2382
|
if (!M)
|
|
2383
2383
|
throw "[char2macro] name\u306F\u5FC5\u9808\u3067\u3059";
|
|
@@ -2392,35 +2392,35 @@ class Grammar {
|
|
|
2392
2392
|
));
|
|
2393
2393
|
}
|
|
2394
2394
|
}
|
|
2395
|
-
|
|
2396
|
-
var ou,
|
|
2395
|
+
Qi = new WeakMap(), Qn = new WeakMap(), ts = new WeakMap(), es = new WeakMap(), ke = new WeakMap();
|
|
2396
|
+
var ou, tn, rs;
|
|
2397
2397
|
class AnalyzeTagArg {
|
|
2398
2398
|
constructor() {
|
|
2399
2399
|
it(this, ou, /;[^\n]*|(?<key>\w+)(?:\s|;[^\n]*\n)*=(?:\s|;[^\n]*\n)*(?:(?<val>[^\s"'#|;]+)|(["'#])(?<val2>.*?)\3)(?:\|(?:(?<def>[^\s"'#;]+)|(["'#])(?<def2>.*?)\6))?|(?<literal>[^\s;]+)/g);
|
|
2400
|
-
it(this,
|
|
2400
|
+
it(this, tn, {});
|
|
2401
2401
|
it(this, rs, !1);
|
|
2402
2402
|
}
|
|
2403
2403
|
go(t) {
|
|
2404
2404
|
var o, R;
|
|
2405
|
-
if (rt(this,
|
|
2405
|
+
if (rt(this, tn, {}), rt(this, rs, !1), !t)
|
|
2406
2406
|
return;
|
|
2407
2407
|
let e = null;
|
|
2408
2408
|
for (; e = z(this, ou).exec(t); ) {
|
|
2409
2409
|
const N = e == null ? void 0 : e.groups;
|
|
2410
|
-
!N || (N.key ? z(this,
|
|
2410
|
+
!N || (N.key ? z(this, tn)[N.key] = {
|
|
2411
2411
|
val: (o = N.val) != null ? o : N.val2,
|
|
2412
2412
|
def: (R = N.def) != null ? R : N.def2
|
|
2413
|
-
} : N.literal && (N.literal === "*" ? rt(this, rs, !0) : z(this,
|
|
2413
|
+
} : N.literal && (N.literal === "*" ? rt(this, rs, !0) : z(this, tn)[N.literal] = { val: "1" }));
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
2416
|
get hPrm() {
|
|
2417
|
-
return z(this,
|
|
2417
|
+
return z(this, tn);
|
|
2418
2418
|
}
|
|
2419
2419
|
get isKomeParam() {
|
|
2420
2420
|
return z(this, rs);
|
|
2421
2421
|
}
|
|
2422
2422
|
}
|
|
2423
|
-
ou = new WeakMap(),
|
|
2423
|
+
ou = new WeakMap(), tn = new WeakMap(), rs = new WeakMap();
|
|
2424
2424
|
var parsimmon_umd_min = { exports: {} };
|
|
2425
2425
|
(function(n, t) {
|
|
2426
2426
|
(function(e, o) {
|
|
@@ -2640,15 +2640,15 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2640
2640
|
return "Got the end of the input";
|
|
2641
2641
|
if (Q(ut)) {
|
|
2642
2642
|
var Me = ge - ge % bt, Vr = ge - Me, Je = Dt(Me, ft, _t + bt, ut.length), Xr = B(function(Re) {
|
|
2643
|
-
return B(function(
|
|
2644
|
-
return Rt(
|
|
2643
|
+
return B(function(Hn) {
|
|
2644
|
+
return Rt(Hn.toString(16), 2, "0");
|
|
2645
2645
|
}, Re);
|
|
2646
|
-
}, function(Re,
|
|
2647
|
-
var
|
|
2648
|
-
if (
|
|
2646
|
+
}, function(Re, Hn) {
|
|
2647
|
+
var zn = Re.length, Wi = [], jn = 0;
|
|
2648
|
+
if (zn <= Hn)
|
|
2649
2649
|
return [Re.slice()];
|
|
2650
|
-
for (var
|
|
2651
|
-
Wi[
|
|
2650
|
+
for (var Vn = 0; Vn < zn; Vn++)
|
|
2651
|
+
Wi[jn] || Wi.push([]), Wi[jn].push(Re[Vn]), (Vn + 1) % Hn == 0 && jn++;
|
|
2652
2652
|
return Wi;
|
|
2653
2653
|
}(ut.slice(Je.from, Je.to).toJSON().data, bt));
|
|
2654
2654
|
Bt = function(Re) {
|
|
@@ -2657,13 +2657,13 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2657
2657
|
return Re.length <= 4 ? Re.join(" ") : Re.slice(0, 4).join(" ") + " " + Re.slice(4).join(" ");
|
|
2658
2658
|
}, Xr), ($t = (8 * (Bt.to > 0 ? Bt.to - 1 : Bt.to)).toString(16).length) < 2 && ($t = 2);
|
|
2659
2659
|
} else {
|
|
2660
|
-
var
|
|
2661
|
-
Et = Yt.column - 1, wt = Yt.line - 1, Bt = Dt(wt, Tt, Ft,
|
|
2660
|
+
var Un = ut.split(/\r\n|[\n\r\u2028\u2029]/);
|
|
2661
|
+
Et = Yt.column - 1, wt = Yt.line - 1, Bt = Dt(wt, Tt, Ft, Un.length), Mt = Un.slice(Bt.from, Bt.to), $t = Bt.to.toString().length;
|
|
2662
2662
|
}
|
|
2663
2663
|
var Nf = wt - Bt.from;
|
|
2664
|
-
return Q(ut) && ($t = (8 * (Bt.to > 0 ? Bt.to - 1 : Bt.to)).toString(16).length) < 2 && ($t = 2), L(function(Re,
|
|
2665
|
-
var Wi,
|
|
2666
|
-
return Wi = Q(ut) ? Rt((8 * (Bt.from +
|
|
2664
|
+
return Q(ut) && ($t = (8 * (Bt.to > 0 ? Bt.to - 1 : Bt.to)).toString(16).length) < 2 && ($t = 2), L(function(Re, Hn, zn) {
|
|
2665
|
+
var Wi, jn = zn === Nf, Vn = jn ? "> " : St;
|
|
2666
|
+
return Wi = Q(ut) ? Rt((8 * (Bt.from + zn)).toString(16), $t, "0") : Rt((Bt.from + zn + 1).toString(), $t, " "), [].concat(Re, [Vn + Wi + " | " + Hn], jn ? [St + Pt(" ", $t) + " | " + Rt("", Et, " ") + Pt("^", $e)] : []);
|
|
2667
2667
|
}, [], Mt).join(`
|
|
2668
2668
|
`);
|
|
2669
2669
|
}
|
|
@@ -2990,8 +2990,8 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2990
2990
|
throw new Error("seqObj expects at least one named parser, found zero");
|
|
2991
2991
|
return N(function(ge, $e) {
|
|
2992
2992
|
for (var Me, Vr = {}, Je = 0; Je < Mt; Je += 1) {
|
|
2993
|
-
var Xr,
|
|
2994
|
-
if (tt(wt[Je]) ? (Xr = wt[Je][0],
|
|
2993
|
+
var Xr, Un;
|
|
2994
|
+
if (tt(wt[Je]) ? (Xr = wt[Je][0], Un = wt[Je][1]) : (Xr = null, Un = wt[Je]), !(Me = nt(Un._(ge, $e), Me)).status)
|
|
2995
2995
|
return Me;
|
|
2996
2996
|
Xr && (Vr[Xr] = Me.value), $e = Me.index;
|
|
2997
2997
|
}
|
|
@@ -3058,16 +3058,16 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
3058
3058
|
}]);
|
|
3059
3059
|
});
|
|
3060
3060
|
})(parsimmon_umd_min);
|
|
3061
|
-
var
|
|
3061
|
+
var yi, jt, Vt, Wr, bi, Xn, wa, Ra, ih, uu, lu, zh;
|
|
3062
3062
|
const Bh = class {
|
|
3063
3063
|
constructor(t, e = "\\") {
|
|
3064
3064
|
it(this, jt);
|
|
3065
|
-
it(this,
|
|
3065
|
+
it(this, bi);
|
|
3066
3066
|
it(this, Ra);
|
|
3067
|
-
it(this,
|
|
3067
|
+
it(this, yi, void 0);
|
|
3068
3068
|
it(this, Wr, void 0);
|
|
3069
3069
|
it(this, wa, void 0);
|
|
3070
|
-
this.val = t, rt(this,
|
|
3070
|
+
this.val = t, rt(this, yi, null), rt(this, Wr, {
|
|
3071
3071
|
"!num!": (Y) => Y.shift(),
|
|
3072
3072
|
"!str!": (Y) => ot(this, Ra, ih).call(this, Y.shift()),
|
|
3073
3073
|
"!bool!": (Y) => Y.shift(),
|
|
@@ -3086,15 +3086,15 @@ const Bh = class {
|
|
|
3086
3086
|
return Object.prototype.toString.call(q) === "[object String]" || Object.prototype.toString.call(Z) === "[object String]" ? String(q) + String(Z) : Number(q) + Number(Z);
|
|
3087
3087
|
},
|
|
3088
3088
|
"-": (Y) => Number(ot(this, jt, Vt).call(this, Y.shift())) - Number(ot(this, jt, Vt).call(this, Y.shift())),
|
|
3089
|
-
int: (Y) => int(ot(this,
|
|
3089
|
+
int: (Y) => int(ot(this, bi, Xn).call(this, Y.shift())),
|
|
3090
3090
|
parseInt: (Y) => int(z(this, Wr).Number(Y)),
|
|
3091
3091
|
Number: (Y) => {
|
|
3092
3092
|
const q = ot(this, jt, Vt).call(this, Y.shift());
|
|
3093
|
-
return Object.prototype.toString.call(q) !== "[object String]" ? Number(q) : ot(this,
|
|
3093
|
+
return Object.prototype.toString.call(q) !== "[object String]" ? Number(q) : ot(this, bi, Xn).call(this, z(this, yi).parse(String(q)).value);
|
|
3094
3094
|
},
|
|
3095
|
-
ceil: (Y) => Math.ceil(ot(this,
|
|
3096
|
-
floor: (Y) => Math.floor(ot(this,
|
|
3097
|
-
round: (Y) => Math.round(ot(this,
|
|
3095
|
+
ceil: (Y) => Math.ceil(ot(this, bi, Xn).call(this, Y.shift())),
|
|
3096
|
+
floor: (Y) => Math.floor(ot(this, bi, Xn).call(this, Y.shift())),
|
|
3097
|
+
round: (Y) => Math.round(ot(this, bi, Xn).call(this, Y.shift())),
|
|
3098
3098
|
isNaN: (Y) => isNaN(Number(ot(this, jt, Vt).call(this, Y.shift()))),
|
|
3099
3099
|
"<<": (Y) => Number(ot(this, jt, Vt).call(this, Y.shift())) << Number(ot(this, jt, Vt).call(this, Y.shift())),
|
|
3100
3100
|
">>": (Y) => Number(ot(this, jt, Vt).call(this, Y.shift())) >> Number(ot(this, jt, Vt).call(this, Y.shift())),
|
|
@@ -3187,7 +3187,7 @@ const Bh = class {
|
|
|
3187
3187
|
const Z = this.val.getVal(q);
|
|
3188
3188
|
return Z == null ? ["!str!", Z] : typeof Z == "boolean" ? ["!bool!", Z] : Object.prototype.toString.call(Z) === "[object String]" ? ["!str!", String(Z)] : ["!num!", Number(Z)];
|
|
3189
3189
|
}).desc("string"), V = parsimmon_umd_min.exports.lazy(
|
|
3190
|
-
() => parsimmon_umd_min.exports.string("(").then(z(this,
|
|
3190
|
+
() => parsimmon_umd_min.exports.string("(").then(z(this, yi)).skip(parsimmon_umd_min.exports.string(")")).or(D).or(L).or(B).or($).or(H)
|
|
3191
3191
|
), X = [
|
|
3192
3192
|
{ type: R, ops: o([/[A-Za-z_][A-Za-z0-9_]*(?=\()/]) },
|
|
3193
3193
|
{ type: R, ops: o([/(!(?!=)|~)/]) },
|
|
@@ -3208,10 +3208,10 @@ const Bh = class {
|
|
|
3208
3208
|
(Y, q) => q.type(q.ops, Y),
|
|
3209
3209
|
V
|
|
3210
3210
|
);
|
|
3211
|
-
rt(this,
|
|
3211
|
+
rt(this, yi, X.trim(parsimmon_umd_min.exports.optWhitespace));
|
|
3212
3212
|
}
|
|
3213
3213
|
parse(t) {
|
|
3214
|
-
const e = z(this,
|
|
3214
|
+
const e = z(this, yi).parse(t);
|
|
3215
3215
|
if (!e.status)
|
|
3216
3216
|
throw Error("(PropParser)\u6587\u6CD5\u30A8\u30E9\u30FC\u3010" + t + "\u3011");
|
|
3217
3217
|
const o = e.value;
|
|
@@ -3229,13 +3229,13 @@ const Bh = class {
|
|
|
3229
3229
|
}
|
|
3230
3230
|
};
|
|
3231
3231
|
let PropParser = Bh;
|
|
3232
|
-
|
|
3232
|
+
yi = new WeakMap(), jt = new WeakSet(), Vt = function(t) {
|
|
3233
3233
|
const e = t.shift();
|
|
3234
3234
|
if (e instanceof Array)
|
|
3235
3235
|
return ot(this, jt, Vt).call(this, e);
|
|
3236
3236
|
const o = z(this, Wr)[e];
|
|
3237
3237
|
return o ? o(t) : Object(null);
|
|
3238
|
-
}, Wr = new WeakMap(),
|
|
3238
|
+
}, Wr = new WeakMap(), bi = new WeakSet(), Xn = function(t) {
|
|
3239
3239
|
const e = ot(this, jt, Vt).call(this, t);
|
|
3240
3240
|
if (Object.prototype.toString.call(e) !== "[object Number]")
|
|
3241
3241
|
throw Error("(PropParser)\u5F15\u6570\u3010" + e + "\u3011\u304C\u6570\u5024\u3067\u306F\u3042\u308A\u307E\u305B\u3093");
|
|
@@ -3438,7 +3438,7 @@ class Areas {
|
|
|
3438
3438
|
}), t !== "" && (t = t.slice(1)), t;
|
|
3439
3439
|
}
|
|
3440
3440
|
}
|
|
3441
|
-
var Se, Ve, ve, Yr, me, Xe, ur, Pa, Aa, Oa, nh, is, ns, hu, jh, cu, Vh, lr, Pr, fu, Xh, du, Wh, pu, Yh, vu, qh, gu, Zh, _u, Kh, mu, Jh, yu, Qh, ss, zo, Na, sh, as,
|
|
3441
|
+
var Se, Ve, ve, Yr, me, Xe, ur, Pa, Aa, Oa, nh, is, ns, hu, jh, cu, Vh, lr, Pr, fu, Xh, du, Wh, pu, Yh, vu, qh, gu, Zh, _u, Kh, mu, Jh, yu, Qh, ss, zo, Na, sh, as, en, Ma, ah, Da, La, rn, os, us, jo, bu, tc, Eu, ec, Fa, oh, Ba, uh, xu, rc, Tu, ic, ls, Vo;
|
|
3442
3442
|
const Jn = class {
|
|
3443
3443
|
constructor(t, e) {
|
|
3444
3444
|
it(this, Oa);
|
|
@@ -3478,7 +3478,7 @@ const Jn = class {
|
|
|
3478
3478
|
it(this, as, void 0);
|
|
3479
3479
|
it(this, Da, void 0);
|
|
3480
3480
|
it(this, La, void 0);
|
|
3481
|
-
it(this,
|
|
3481
|
+
it(this, rn, void 0);
|
|
3482
3482
|
it(this, os, void 0);
|
|
3483
3483
|
var N;
|
|
3484
3484
|
if (this.cfg = t, rt(this, Se, { sys: {}, save: {}, tmp: {}, mp: {} }), rt(this, Ve, z(this, Se).save), rt(this, ve, z(this, Se).tmp), rt(this, me, { sys: {}, mark: {}, kidoku: {} }), rt(this, ur, {}), rt(this, Aa, {
|
|
@@ -3496,7 +3496,7 @@ const Jn = class {
|
|
|
3496
3496
|
set_data_break: (M, D) => {
|
|
3497
3497
|
ot(this, Oa, nh).call(this, D.a), z(this, Yr).send2Dbg(D.ri, {});
|
|
3498
3498
|
},
|
|
3499
|
-
disconnect: (M) => rt(Jn,
|
|
3499
|
+
disconnect: (M) => rt(Jn, en, {})
|
|
3500
3500
|
}), rt(this, is, () => {
|
|
3501
3501
|
}), rt(this, ns, (M) => {
|
|
3502
3502
|
}), this.getMark = (M) => z(this, me).mark[M], this.getAreaKidoku = (M) => z(this, ur)[M], rt(this, as, (M, D, L = !0) => {
|
|
@@ -3566,7 +3566,7 @@ const Jn = class {
|
|
|
3566
3566
|
}
|
|
3567
3567
|
}
|
|
3568
3568
|
return console.info("\u{1F95F} [dump_val]", M), !1;
|
|
3569
|
-
}), rt(this,
|
|
3569
|
+
}), rt(this, rn, !1), rt(this, os, {
|
|
3570
3570
|
"sys:sn.tagCh.doWait": (M) => ot(this, us, jo).call(this, M),
|
|
3571
3571
|
"sys:sn.tagCh.doWait_Kidoku": (M) => ot(this, us, jo).call(this, M),
|
|
3572
3572
|
"sys:sn.tagCh.msecWait": (M) => ot(this, bu, tc).call(this, M),
|
|
@@ -3577,7 +3577,7 @@ const Jn = class {
|
|
|
3577
3577
|
"sys:sn.auto.msecLineWait": (M) => ot(this, Ba, uh).call(this, M),
|
|
3578
3578
|
"sys:sn.auto.msecLineWait_Kidoku": (M) => ot(this, Ba, uh).call(this, M),
|
|
3579
3579
|
"save:sn.doRecLog": (M) => {
|
|
3580
|
-
z(this, ns).call(this, rt(this,
|
|
3580
|
+
z(this, ns).call(this, rt(this, rn, ot(this, xu, rc).call(this, M)));
|
|
3581
3581
|
},
|
|
3582
3582
|
"save:sn.userFnTail": (M, D) => this.cfg.userFnTail = D,
|
|
3583
3583
|
"tmp:sn.tagL.enabled": (M) => ot(this, Tu, ic).call(this, M),
|
|
@@ -3670,7 +3670,7 @@ const Jn = class {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
mark2save(t) {
|
|
3672
3672
|
var e;
|
|
3673
|
-
rt(this, Ve, z(this, Se).save = { ...t.hSave }), rt(this,
|
|
3673
|
+
rt(this, Ve, z(this, Se).save = { ...t.hSave }), rt(this, rn, (e = z(this, Ve)["sn.doRecLog"]) != null ? e : !1);
|
|
3674
3674
|
}
|
|
3675
3675
|
loadScrWork(t) {
|
|
3676
3676
|
t in z(this, ur) || (z(this, ur)[t] = new Areas());
|
|
@@ -3685,7 +3685,7 @@ const Jn = class {
|
|
|
3685
3685
|
const N = z(this, Se)[t];
|
|
3686
3686
|
R && (o = ot(this, Ma, ah).call(this, o));
|
|
3687
3687
|
const M = t + ":" + e;
|
|
3688
|
-
if (M in z(Jn,
|
|
3688
|
+
if (M in z(Jn, en)) {
|
|
3689
3689
|
const B = N[e], $ = o;
|
|
3690
3690
|
B != $ && z(this, Pa).call(this, "data_break", {
|
|
3691
3691
|
dataId: M,
|
|
@@ -3696,7 +3696,7 @@ const Jn = class {
|
|
|
3696
3696
|
N[e] = o, (L = (D = z(this, os))[M]) == null || L.call(D, e, o);
|
|
3697
3697
|
}
|
|
3698
3698
|
doRecLog() {
|
|
3699
|
-
return z(this,
|
|
3699
|
+
return z(this, rn);
|
|
3700
3700
|
}
|
|
3701
3701
|
defValTrg(t, e) {
|
|
3702
3702
|
z(this, os)[t] = e;
|
|
@@ -3704,7 +3704,7 @@ const Jn = class {
|
|
|
3704
3704
|
};
|
|
3705
3705
|
let Variable = Jn;
|
|
3706
3706
|
Se = new WeakMap(), Ve = new WeakMap(), ve = new WeakMap(), Yr = new WeakMap(), me = new WeakMap(), Xe = new WeakMap(), ur = new WeakMap(), Pa = new WeakMap(), Aa = new WeakMap(), Oa = new WeakSet(), nh = function(t) {
|
|
3707
|
-
rt(Jn,
|
|
3707
|
+
rt(Jn, en, {}), t.forEach((e) => z(Jn, en)[e.dataId] = 1);
|
|
3708
3708
|
}, is = new WeakMap(), ns = new WeakMap(), hu = new WeakSet(), jh = function(t) {
|
|
3709
3709
|
if (!("from" in t))
|
|
3710
3710
|
throw "from\u306F\u5FC5\u9808\u3067\u3059";
|
|
@@ -3792,7 +3792,7 @@ Se = new WeakMap(), Ve = new WeakMap(), ve = new WeakMap(), Yr = new WeakMap(),
|
|
|
3792
3792
|
var R, N, M;
|
|
3793
3793
|
const t = (R = z(this, Ve)["const.sn.mesLayer"]) != null ? R : "", e = (N = z(this, Ve)["sn.doRecLog"]) != null ? N : !1, o = (M = z(this, Ve)["const.sn.sLog"]) != null ? M : "[]";
|
|
3794
3794
|
return rt(this, Ve, z(this, Se).save = {}), this.setVal_Nochk("save", "const.sn.mesLayer", t), this.setVal_Nochk("save", "sn.doRecLog", e), this.setVal_Nochk("save", "const.sn.sLog", o), !1;
|
|
3795
|
-
}, as = new WeakMap(),
|
|
3795
|
+
}, as = new WeakMap(), en = new WeakMap(), Ma = new WeakSet(), ah = function(t) {
|
|
3796
3796
|
const e = t;
|
|
3797
3797
|
if (e === "true")
|
|
3798
3798
|
return !0;
|
|
@@ -3802,7 +3802,7 @@ Se = new WeakMap(), Ve = new WeakMap(), ve = new WeakMap(), Yr = new WeakMap(),
|
|
|
3802
3802
|
return null;
|
|
3803
3803
|
if (e !== "undefined")
|
|
3804
3804
|
return z(this, Da).test(e) ? parseFloat(e) : t;
|
|
3805
|
-
}, Da = new WeakMap(), La = new WeakMap(),
|
|
3805
|
+
}, Da = new WeakMap(), La = new WeakMap(), rn = new WeakMap(), os = new WeakMap(), us = new WeakSet(), jo = function(t) {
|
|
3806
3806
|
argChk_Boolean(z(this, Xe), t, !0);
|
|
3807
3807
|
}, bu = new WeakSet(), tc = function(t) {
|
|
3808
3808
|
argChk_Num(z(this, Xe), t, 10), z(this, Xe)["sn.tagCh.doWait"];
|
|
@@ -3826,7 +3826,7 @@ Se = new WeakMap(), Ve = new WeakMap(), ve = new WeakMap(), Yr = new WeakMap(),
|
|
|
3826
3826
|
argChk_Boolean(z(this, ve), t, !0);
|
|
3827
3827
|
}, ls = new WeakSet(), Vo = function(t) {
|
|
3828
3828
|
argChk_Boolean(z(this, ve), t, !1);
|
|
3829
|
-
}, it(Variable,
|
|
3829
|
+
}, it(Variable, en, {});
|
|
3830
3830
|
var Easing = {
|
|
3831
3831
|
Linear: {
|
|
3832
3832
|
None: function(n) {
|
|
@@ -19693,7 +19693,7 @@ extensions.add(
|
|
|
19693
19693
|
TickerPlugin,
|
|
19694
19694
|
AppLoaderPlugin
|
|
19695
19695
|
);
|
|
19696
|
-
var be, De,
|
|
19696
|
+
var be, De, Ei, Cu, nc, hs, Xo, Iu, sc, wu, ac, ka, lh, nn, va, Ga, hh, cs, fs, Wo, sn, ga, Ua, ds, Yo, Ru, oc, Or, gi, Pu, uc, Ha, ch, an, ma, Au, lc, za, fh, Ou, hc, Nu, cc, ps, qo;
|
|
19697
19697
|
const Ca = class {
|
|
19698
19698
|
constructor(t, e, o, R, N) {
|
|
19699
19699
|
it(this, Cu);
|
|
@@ -19701,16 +19701,16 @@ const Ca = class {
|
|
|
19701
19701
|
it(this, Iu);
|
|
19702
19702
|
it(this, wu);
|
|
19703
19703
|
it(this, ka);
|
|
19704
|
-
it(this,
|
|
19704
|
+
it(this, nn);
|
|
19705
19705
|
it(this, Ga);
|
|
19706
19706
|
it(this, fs);
|
|
19707
|
-
it(this,
|
|
19707
|
+
it(this, sn);
|
|
19708
19708
|
it(this, ds);
|
|
19709
19709
|
it(this, Ru);
|
|
19710
19710
|
it(this, Or);
|
|
19711
19711
|
it(this, Pu);
|
|
19712
19712
|
it(this, Ha);
|
|
19713
|
-
it(this,
|
|
19713
|
+
it(this, an);
|
|
19714
19714
|
it(this, Au);
|
|
19715
19715
|
it(this, za);
|
|
19716
19716
|
it(this, Ou);
|
|
@@ -19718,15 +19718,15 @@ const Ca = class {
|
|
|
19718
19718
|
it(this, ps);
|
|
19719
19719
|
it(this, be, {});
|
|
19720
19720
|
it(this, De, {});
|
|
19721
|
-
it(this,
|
|
19721
|
+
it(this, Ei, void 0);
|
|
19722
19722
|
it(this, Ua, () => {
|
|
19723
19723
|
I.volumeAll = Number(this.val.getVal("sys:sn.sound.global_volume", 1)), rt(this, Ua, () => {
|
|
19724
19724
|
});
|
|
19725
19725
|
});
|
|
19726
|
-
this.cfg = t, this.val = o, this.main = R, this.sys = N, e.volume = (M) => ot(this, Cu, nc).call(this, M), e.fadebgm = (M) => ot(this, ka, lh).call(this, M), e.fadeoutbgm = (M) => ot(this, Iu, sc).call(this, M), e.fadeoutse = (M) => ot(this, wu, ac).call(this, M), e.fadese = (M) => ot(this,
|
|
19726
|
+
this.cfg = t, this.val = o, this.main = R, this.sys = N, e.volume = (M) => ot(this, Cu, nc).call(this, M), e.fadebgm = (M) => ot(this, ka, lh).call(this, M), e.fadeoutbgm = (M) => ot(this, Iu, sc).call(this, M), e.fadeoutse = (M) => ot(this, wu, ac).call(this, M), e.fadese = (M) => ot(this, nn, va).call(this, M), e.playbgm = (M) => ot(this, Ga, hh).call(this, M), e.playse = (M) => ot(this, fs, Wo).call(this, M), e.stop_allse = () => ot(this, ds, Yo).call(this), e.stopbgm = (M) => ot(this, Ru, oc).call(this, M), e.stopse = (M) => ot(this, Or, gi).call(this, M), e.wb = (M) => ot(this, Pu, uc).call(this, M), e.wf = (M) => ot(this, Ha, ch).call(this, M), e.stopfadese = (M) => ot(this, an, ma).call(this, M), e.wl = (M) => ot(this, Au, lc).call(this, M), e.ws = (M) => ot(this, za, fh).call(this, M), e.xchgbuf = (M) => ot(this, Ou, hc).call(this, M), this.val.setVal_Nochk("save", "const.sn.loopPlaying", "{}"), o.setVal_Nochk("tmp", "const.sn.sound.codecs", JSON.stringify(G.supported));
|
|
19727
19727
|
}
|
|
19728
19728
|
setEvtMng(t) {
|
|
19729
|
-
rt(this,
|
|
19729
|
+
rt(this, Ei, t);
|
|
19730
19730
|
}
|
|
19731
19731
|
setNoticeChgVolume(t, e) {
|
|
19732
19732
|
this.val.defValTrg("sys:sn.sound.global_volume", (o, R) => t(I.volumeAll = Number(R))), this.val.defValTrg("sys:sn.sound.movie_volume", (o, R) => e(Number(R))), this.val.setVal_Nochk("sys", "sn.sound.global_volume", this.val.getVal("sys:sn.sound.global_volume", 1)), this.val.setVal_Nochk("sys", "sn.sound.movie_volume", this.val.getVal("sys:sn.sound.movie_volume", 1));
|
|
@@ -19736,7 +19736,7 @@ const Ca = class {
|
|
|
19736
19736
|
}
|
|
19737
19737
|
loadAheadSnd(t) {
|
|
19738
19738
|
[t.clickse, t.enterse, t.leavese].forEach((e) => {
|
|
19739
|
-
!e || I.exists(e) || ot(this,
|
|
19739
|
+
!e || I.exists(e) || ot(this, sn, ga).call(this, "", e, { preload: !0, autoPlay: !1 });
|
|
19740
19740
|
});
|
|
19741
19741
|
}
|
|
19742
19742
|
playLoopFromSaveObj() {
|
|
@@ -19766,20 +19766,20 @@ const Ca = class {
|
|
|
19766
19766
|
}
|
|
19767
19767
|
};
|
|
19768
19768
|
let SoundMng = Ca;
|
|
19769
|
-
be = new WeakMap(), De = new WeakMap(),
|
|
19769
|
+
be = new WeakMap(), De = new WeakMap(), Ei = new WeakMap(), Cu = new WeakSet(), nc = function(t) {
|
|
19770
19770
|
const { buf: e = "SE" } = t, o = "const.sn.sound." + e + ".volume", R = ot(this, hs, Xo).call(this, t, 1);
|
|
19771
|
-
return Number(this.val.getVal("sys:" + o)) === R ? !1 : (this.val.setVal_Nochk("sys", o, R), this.val.flush(), t.time = 0, t.volume = Number(this.val.getVal("save:" + o)), ot(this,
|
|
19771
|
+
return Number(this.val.getVal("sys:" + o)) === R ? !1 : (this.val.setVal_Nochk("sys", o, R), this.val.flush(), t.time = 0, t.volume = Number(this.val.getVal("save:" + o)), ot(this, nn, va).call(this, t));
|
|
19772
19772
|
}, hs = new WeakSet(), Xo = function(t, e) {
|
|
19773
19773
|
const o = argChk_Num(t, "volume", e);
|
|
19774
19774
|
return o < 0 ? 0 : o > 1 ? 1 : o;
|
|
19775
19775
|
}, Iu = new WeakSet(), sc = function(t) {
|
|
19776
19776
|
return t.volume = 0, ot(this, ka, lh).call(this, t);
|
|
19777
19777
|
}, wu = new WeakSet(), ac = function(t) {
|
|
19778
|
-
return t.volume = 0, ot(this,
|
|
19778
|
+
return t.volume = 0, ot(this, nn, va).call(this, t);
|
|
19779
19779
|
}, ka = new WeakSet(), lh = function(t) {
|
|
19780
|
-
return t.buf = "BGM", ot(this,
|
|
19781
|
-
},
|
|
19782
|
-
ot(this,
|
|
19780
|
+
return t.buf = "BGM", ot(this, nn, va).call(this, t);
|
|
19781
|
+
}, nn = new WeakSet(), va = function(t) {
|
|
19782
|
+
ot(this, an, ma).call(this, t);
|
|
19783
19783
|
const { buf: e = "SE" } = t, o = z(this, be)[e];
|
|
19784
19784
|
if (!(o != null && o.playing()) || !o.snd)
|
|
19785
19785
|
return !1;
|
|
@@ -19788,23 +19788,23 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19788
19788
|
const M = N * Number(this.val.getVal("sys:" + R, 1)), D = argChk_Boolean(t, "stop", N === 0);
|
|
19789
19789
|
D && (ot(this, ps, qo).call(this, e), this.val.setVal_Nochk("save", "const.sn.sound." + e + ".fn", "")), this.val.flush();
|
|
19790
19790
|
const L = argChk_Num(t, "time", NaN), B = argChk_Num(t, "delay", 0);
|
|
19791
|
-
if (L === 0 && B === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this,
|
|
19792
|
-
return o.snd.volume = M, D && ot(this, Or,
|
|
19791
|
+
if (L === 0 && B === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this, Ei).isSkippingByKeyDown())
|
|
19792
|
+
return o.snd.volume = M, D && ot(this, Or, gi).call(this, t), !1;
|
|
19793
19793
|
const $ = argChk_Num(t, "repeat", 1);
|
|
19794
19794
|
return o.twFade = new Tween({ v: o.snd.volume }).to({ v: M }, L).delay(B).easing(CmnTween.ease(t.ease)).repeat($ === 0 ? 1 / 0 : $ - 1).yoyo(argChk_Boolean(t, "yoyo", !1)).onUpdate((U) => {
|
|
19795
19795
|
o.playing() && (o.snd.volume = U.v);
|
|
19796
19796
|
}).onComplete(() => {
|
|
19797
19797
|
const U = z(this, be)[t.buf = o.now_buf];
|
|
19798
|
-
!(U != null && U.twFade) || (delete U.twFade, D && ot(this, Or,
|
|
19798
|
+
!(U != null && U.twFade) || (delete U.twFade, D && ot(this, Or, gi).call(this, t), U.resumeFade && this.main.resume());
|
|
19799
19799
|
}).start(), !1;
|
|
19800
19800
|
}, Ga = new WeakSet(), hh = function(t) {
|
|
19801
19801
|
return t.buf = "BGM", t.canskip = !1, argChk_Boolean(t, "loop", !0), ot(this, fs, Wo).call(this, t);
|
|
19802
19802
|
}, cs = new WeakMap(), fs = new WeakSet(), Wo = function(t) {
|
|
19803
19803
|
var q;
|
|
19804
19804
|
const { buf: e = "SE", fn: o } = t;
|
|
19805
|
-
if (ot(this, Or,
|
|
19805
|
+
if (ot(this, Or, gi).call(this, { buf: e }), !o)
|
|
19806
19806
|
throw `[playse] fn\u306F\u5FC5\u9808\u3067\u3059 buf:${e}`;
|
|
19807
|
-
if (argChk_Boolean(t, "canskip", !0) && z(this,
|
|
19807
|
+
if (argChk_Boolean(t, "canskip", !0) && z(this, Ei).isSkippingByKeyDown())
|
|
19808
19808
|
return !1;
|
|
19809
19809
|
const R = argChk_Boolean(t, "loop", !1);
|
|
19810
19810
|
ot(this, Nu, cc).call(this, e, R);
|
|
@@ -19836,7 +19836,7 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19836
19836
|
playing: () => !0,
|
|
19837
19837
|
onend: () => {
|
|
19838
19838
|
const Z = z(this, be)[t.buf = V.now_buf];
|
|
19839
|
-
!Z || (delete z(this, be)[t.buf], Z.playing = () => !1, ot(this,
|
|
19839
|
+
!Z || (delete z(this, be)[t.buf], Z.playing = () => !1, ot(this, an, ma).call(this, t), Z.resume && this.main.resume());
|
|
19840
19840
|
}
|
|
19841
19841
|
}, W = {
|
|
19842
19842
|
loop: R,
|
|
@@ -19903,13 +19903,13 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19903
19903
|
};
|
|
19904
19904
|
if (Q.end < 0 && (Q.end += K, Z.removeSprites(J), Z.addSprites(J, Q)), Q.start >= K)
|
|
19905
19905
|
throw `[playse] ret_ms:${$} >= \u97F3\u58F0\u30D5\u30A1\u30A4\u30EB\u518D\u751F\u6642\u9593:${K} \u306F\u7570\u5E38\u5024\u3067\u3059`;
|
|
19906
|
-
ot(this,
|
|
19906
|
+
ot(this, sn, ga).call(this, e, o, tt);
|
|
19907
19907
|
}) : W.complete = () => {
|
|
19908
19908
|
var Z;
|
|
19909
19909
|
return (Z = z(this, be)[V.now_buf]) == null ? void 0 : Z.onend();
|
|
19910
19910
|
}, z(this, Ua).call(this), H) {
|
|
19911
19911
|
if (H.volume = D, X)
|
|
19912
|
-
ot(this,
|
|
19912
|
+
ot(this, sn, ga).call(this, e, o, W);
|
|
19913
19913
|
else if (H.isPlayable) {
|
|
19914
19914
|
const Z = H.options.source;
|
|
19915
19915
|
!(Z instanceof ArrayBuffer) || Z.byteLength === 0 ? H.play(W) : V.snd = A.from({
|
|
@@ -19927,8 +19927,8 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19927
19927
|
Z == null || Z(K, J), this.main.resume();
|
|
19928
19928
|
};
|
|
19929
19929
|
}
|
|
19930
|
-
return ot(this,
|
|
19931
|
-
},
|
|
19930
|
+
return ot(this, sn, ga).call(this, e, o, W), Y;
|
|
19931
|
+
}, sn = new WeakSet(), ga = function(t, e, o) {
|
|
19932
19932
|
const R = this.cfg.searchPath(e, Config.EXT_SOUND);
|
|
19933
19933
|
if (R.slice(-4) !== ".bin") {
|
|
19934
19934
|
o.url = R;
|
|
@@ -19956,11 +19956,11 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19956
19956
|
});
|
|
19957
19957
|
}, Ua = new WeakMap(), ds = new WeakSet(), Yo = function() {
|
|
19958
19958
|
for (const t in z(this, be))
|
|
19959
|
-
ot(this, Or,
|
|
19959
|
+
ot(this, Or, gi).call(this, { buf: t });
|
|
19960
19960
|
return rt(this, be, {}), I.stopAll(), !1;
|
|
19961
19961
|
}, Ru = new WeakSet(), oc = function(t) {
|
|
19962
|
-
return t.buf = "BGM", ot(this, Or,
|
|
19963
|
-
}, Or = new WeakSet(),
|
|
19962
|
+
return t.buf = "BGM", ot(this, Or, gi).call(this, t);
|
|
19963
|
+
}, Or = new WeakSet(), gi = function(t) {
|
|
19964
19964
|
var R;
|
|
19965
19965
|
const { buf: e = "SE" } = t;
|
|
19966
19966
|
ot(this, ps, qo).call(this, e);
|
|
@@ -19970,12 +19970,12 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19970
19970
|
return t.buf = "BGM", ot(this, Ha, ch).call(this, t);
|
|
19971
19971
|
}, Ha = new WeakSet(), ch = function(t) {
|
|
19972
19972
|
const { buf: e = "SE" } = t, o = z(this, be)[e];
|
|
19973
|
-
return !(o != null && o.twFade) || !o.playing() ? !1 : o.resumeFade = z(this,
|
|
19974
|
-
() => ot(this,
|
|
19973
|
+
return !(o != null && o.twFade) || !o.playing() ? !1 : o.resumeFade = z(this, Ei).waitEvent(
|
|
19974
|
+
() => ot(this, an, ma).call(this, t),
|
|
19975
19975
|
argChk_Boolean(t, "canskip", !0),
|
|
19976
19976
|
argChk_Boolean(t, "global", !1)
|
|
19977
19977
|
);
|
|
19978
|
-
},
|
|
19978
|
+
}, an = new WeakSet(), ma = function(t) {
|
|
19979
19979
|
var o, R;
|
|
19980
19980
|
const { buf: e = "SE" } = t;
|
|
19981
19981
|
return (R = (o = z(this, be)[e]) == null ? void 0 : o.twFade) == null || R.stop().end(), !1;
|
|
@@ -19983,9 +19983,9 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19983
19983
|
return t.buf = "BGM", ot(this, za, fh).call(this, t);
|
|
19984
19984
|
}, za = new WeakSet(), fh = function(t) {
|
|
19985
19985
|
const { buf: e = "SE" } = t, o = z(this, be)[e];
|
|
19986
|
-
return !(o != null && o.playing()) || o.loop ? !1 : o.resume = z(this,
|
|
19986
|
+
return !(o != null && o.playing()) || o.loop ? !1 : o.resume = z(this, Ei).waitEvent(
|
|
19987
19987
|
() => {
|
|
19988
|
-
t.buf = o.now_buf, ot(this, Or,
|
|
19988
|
+
t.buf = o.now_buf, ot(this, Or, gi).call(this, t);
|
|
19989
19989
|
const R = z(this, be)[t.buf];
|
|
19990
19990
|
!(R != null && R.playing()) || R.loop || R.onend();
|
|
19991
19991
|
},
|
|
@@ -20048,7 +20048,7 @@ const $h = class {
|
|
|
20048
20048
|
let Pages = $h;
|
|
20049
20049
|
ue = new WeakMap();
|
|
20050
20050
|
var Mu, Du;
|
|
20051
|
-
const
|
|
20051
|
+
const mi = class {
|
|
20052
20052
|
constructor() {
|
|
20053
20053
|
this.layname = "", this.name_ = "", this.spLay = new Sprite(Texture.EMPTY);
|
|
20054
20054
|
}
|
|
@@ -20103,7 +20103,7 @@ const _i = class {
|
|
|
20103
20103
|
destroy() {
|
|
20104
20104
|
}
|
|
20105
20105
|
lay(t) {
|
|
20106
|
-
return "alpha" in t && (this.spLay.alpha = argChk_Num(t, "alpha", 1)),
|
|
20106
|
+
return "alpha" in t && (this.spLay.alpha = argChk_Num(t, "alpha", 1)), mi.setBlendmode(this.spLay, t), ("pivot_x" in t || "pivot_y" in t) && this.spLay.pivot.set(
|
|
20107
20107
|
argChk_Num(t, "pivot_x", this.spLay.pivot.x),
|
|
20108
20108
|
argChk_Num(t, "pivot_y", this.spLay.pivot.y)
|
|
20109
20109
|
), "rotation" in t && (this.spLay.angle = argChk_Num(t, "rotation", 0)), ("scale_x" in t || "scale_y" in t) && this.spLay.scale.set(
|
|
@@ -20115,7 +20115,7 @@ const _i = class {
|
|
|
20115
20115
|
const { blendmode: o } = e;
|
|
20116
20116
|
if (!o)
|
|
20117
20117
|
return;
|
|
20118
|
-
const R =
|
|
20118
|
+
const R = mi.getBlendmodeNum(o);
|
|
20119
20119
|
t instanceof Sprite && (t.blendMode = R), t.children.forEach((N) => {
|
|
20120
20120
|
N instanceof Sprite && (N.blendMode = R);
|
|
20121
20121
|
});
|
|
@@ -20123,14 +20123,14 @@ const _i = class {
|
|
|
20123
20123
|
static getBlendmodeNum(t) {
|
|
20124
20124
|
if (!t)
|
|
20125
20125
|
return BLEND_MODES$5.NORMAL;
|
|
20126
|
-
const e = z(
|
|
20126
|
+
const e = z(mi, Mu)[t];
|
|
20127
20127
|
if (e !== void 0)
|
|
20128
20128
|
return e;
|
|
20129
20129
|
throw `${t} \u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u306A\u3044 blendmode \u3067\u3059`;
|
|
20130
20130
|
}
|
|
20131
20131
|
static getNum2Blendmode(t) {
|
|
20132
20132
|
var e;
|
|
20133
|
-
return (e = z(
|
|
20133
|
+
return (e = z(mi, Du)[t]) != null ? e : "normal";
|
|
20134
20134
|
}
|
|
20135
20135
|
get containMovement() {
|
|
20136
20136
|
return !1;
|
|
@@ -20187,14 +20187,14 @@ const _i = class {
|
|
|
20187
20187
|
}
|
|
20188
20188
|
static setXY(t, e, o, R = !1, N = !1) {
|
|
20189
20189
|
if (e.pos) {
|
|
20190
|
-
|
|
20190
|
+
mi.setXYByPos(t, e.pos, o);
|
|
20191
20191
|
return;
|
|
20192
20192
|
}
|
|
20193
20193
|
const M = t.getBounds(), D = o.scale.x < 0 ? -o.scale.x : o.scale.x, L = D === 1 ? M.width : M.width * D, B = o.scale.y < 0 ? -o.scale.y : o.scale.y, $ = B === 1 ? M.height : M.height * B;
|
|
20194
20194
|
let U = o.x;
|
|
20195
20195
|
"left" in e ? (U = argChk_Num(e, "left", 0), U > -1 && U < 1 && (U *= CmnLib.stageW)) : "center" in e ? (U = argChk_Num(e, "center", 0), U > -1 && U < 1 && (U *= CmnLib.stageW), U = U - (N ? L / 3 : L) / 2) : "right" in e ? (U = argChk_Num(e, "right", 0), U > -1 && U < 1 && (U *= CmnLib.stageW), U = U - (N ? L / 3 : L)) : "s_right" in e && (U = argChk_Num(e, "s_right", 0), U > -1 && U < 1 && (U *= CmnLib.stageW), U = CmnLib.stageW - U - (N ? L / 3 : L)), o.x = int(o.scale.x < 0 ? U + (N ? L / 3 : L) : U);
|
|
20196
20196
|
let H = o.y;
|
|
20197
|
-
"top" in e ? (H = argChk_Num(e, "top", 0), H > -1 && H < 1 && (H *= CmnLib.stageH)) : "middle" in e ? (H = argChk_Num(e, "middle", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = H - $ / 2) : "bottom" in e ? (H = argChk_Num(e, "bottom", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = H - $) : "s_bottom" in e && (H = argChk_Num(e, "s_bottom", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = CmnLib.stageH - H - $), o.y = int(o.scale.y < 0 ? H + $ : H), R && !("left" in e) && !("center" in e) && !("right" in e) && !("s_right" in e) && !("top" in e) && !("middle" in e) && !("bottom" in e) && !("s_bottom" in e) &&
|
|
20197
|
+
"top" in e ? (H = argChk_Num(e, "top", 0), H > -1 && H < 1 && (H *= CmnLib.stageH)) : "middle" in e ? (H = argChk_Num(e, "middle", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = H - $ / 2) : "bottom" in e ? (H = argChk_Num(e, "bottom", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = H - $) : "s_bottom" in e && (H = argChk_Num(e, "s_bottom", 0), H > -1 && H < 1 && (H *= CmnLib.stageH), H = CmnLib.stageH - H - $), o.y = int(o.scale.y < 0 ? H + $ : H), R && !("left" in e) && !("center" in e) && !("right" in e) && !("s_right" in e) && !("top" in e) && !("middle" in e) && !("bottom" in e) && !("s_bottom" in e) && mi.setXYByPos(t, "c", o);
|
|
20198
20198
|
}
|
|
20199
20199
|
static setXYByPos(t, e, o) {
|
|
20200
20200
|
if (e === "stay")
|
|
@@ -20212,7 +20212,7 @@ const _i = class {
|
|
|
20212
20212
|
t.x = (CmnLib.stageW - e.width) * 0.5, t.y = (CmnLib.stageH - e.height) * 0.5;
|
|
20213
20213
|
}
|
|
20214
20214
|
};
|
|
20215
|
-
let Layer =
|
|
20215
|
+
let Layer = mi;
|
|
20216
20216
|
Mu = new WeakMap(), Du = new WeakMap(), it(Layer, Mu, {
|
|
20217
20217
|
normal: BLEND_MODES$5.NORMAL,
|
|
20218
20218
|
add: BLEND_MODES$5.ADD,
|
|
@@ -20224,10 +20224,10 @@ Mu = new WeakMap(), Du = new WeakMap(), it(Layer, Mu, {
|
|
|
20224
20224
|
2: "multiply",
|
|
20225
20225
|
3: "screen"
|
|
20226
20226
|
});
|
|
20227
|
-
var
|
|
20227
|
+
var xi;
|
|
20228
20228
|
class EventListenerCtn {
|
|
20229
20229
|
constructor() {
|
|
20230
|
-
it(this,
|
|
20230
|
+
it(this, xi, []);
|
|
20231
20231
|
}
|
|
20232
20232
|
add(t, e, o, R = {}) {
|
|
20233
20233
|
if (t instanceof BaseTexture) {
|
|
@@ -20236,25 +20236,25 @@ class EventListenerCtn {
|
|
|
20236
20236
|
case "update":
|
|
20237
20237
|
case "error":
|
|
20238
20238
|
case "dispose":
|
|
20239
|
-
t.on(e, o, R), z(this,
|
|
20239
|
+
t.on(e, o, R), z(this, xi).push(() => t.off(e, o, R));
|
|
20240
20240
|
break;
|
|
20241
20241
|
}
|
|
20242
20242
|
return;
|
|
20243
20243
|
}
|
|
20244
20244
|
if (t instanceof EventEmitter$4) {
|
|
20245
|
-
t.on(e, o, R), z(this,
|
|
20245
|
+
t.on(e, o, R), z(this, xi).push(() => t.off(e, o, R));
|
|
20246
20246
|
return;
|
|
20247
20247
|
}
|
|
20248
|
-
t.addEventListener(e, o, R), z(this,
|
|
20248
|
+
t.addEventListener(e, o, R), z(this, xi).push(() => {
|
|
20249
20249
|
var N;
|
|
20250
20250
|
return t.removeEventListener(e, o, { capture: (N = R.capture) != null ? N : !1 });
|
|
20251
20251
|
});
|
|
20252
20252
|
}
|
|
20253
20253
|
clear() {
|
|
20254
|
-
z(this,
|
|
20254
|
+
z(this, xi).forEach((t) => t()), rt(this, xi, []);
|
|
20255
20255
|
}
|
|
20256
20256
|
}
|
|
20257
|
-
|
|
20257
|
+
xi = new WeakMap();
|
|
20258
20258
|
function prefixNames(n) {
|
|
20259
20259
|
for (var t = [], e = 1; e < arguments.length; e++)
|
|
20260
20260
|
t[e - 1] = arguments[e];
|
|
@@ -29701,22 +29701,22 @@ __privateAdd$2(DesignCast, _ID_DESIGNMODE, "DesignMode");
|
|
|
29701
29701
|
__privateAdd$2(DesignCast, _cntDesignCast, 0);
|
|
29702
29702
|
__privateAdd$2(DesignCast, _hId2dc, {});
|
|
29703
29703
|
__privateAdd$2(DesignCast, _aDC, []);
|
|
29704
|
-
var
|
|
29704
|
+
var Ti;
|
|
29705
29705
|
class GrpLayDesignCast extends DesignCast {
|
|
29706
29706
|
constructor(e, o) {
|
|
29707
29707
|
super("#29e", !0);
|
|
29708
|
-
it(this,
|
|
29708
|
+
it(this, Ti, void 0);
|
|
29709
29709
|
this.spLay = e, this.gl = o, this.oldFn = () => {
|
|
29710
29710
|
var R;
|
|
29711
29711
|
return (R = this.hArg.fn) != null ? R : "";
|
|
29712
29712
|
};
|
|
29713
29713
|
}
|
|
29714
29714
|
setSp(e) {
|
|
29715
|
-
rt(this,
|
|
29715
|
+
rt(this, Ti, e);
|
|
29716
29716
|
}
|
|
29717
29717
|
getRect() {
|
|
29718
29718
|
var e, o, R, N;
|
|
29719
|
-
return new Rectangle(this.spLay.x, this.spLay.y, (o = (e = z(this,
|
|
29719
|
+
return new Rectangle(this.spLay.x, this.spLay.y, (o = (e = z(this, Ti)) == null ? void 0 : e.width) != null ? o : 0, (N = (R = z(this, Ti)) == null ? void 0 : R.height) != null ? N : 0);
|
|
29720
29720
|
}
|
|
29721
29721
|
cnvPosArg(e, o) {
|
|
29722
29722
|
return { left: e, top: o };
|
|
@@ -29728,7 +29728,7 @@ class GrpLayDesignCast extends DesignCast {
|
|
|
29728
29728
|
this.spLay.x = e, this.spLay.y = o;
|
|
29729
29729
|
}
|
|
29730
29730
|
setSize(e, o) {
|
|
29731
|
-
z(this,
|
|
29731
|
+
z(this, Ti).width = e, z(this, Ti).height = o;
|
|
29732
29732
|
}
|
|
29733
29733
|
setOther(e) {
|
|
29734
29734
|
var o;
|
|
@@ -29739,7 +29739,7 @@ class GrpLayDesignCast extends DesignCast {
|
|
|
29739
29739
|
this.spLay.pivot.copyFrom(this.pivot), this.spLay.scale.copyFrom(this.scale), this.spLay.angle = this.rotation;
|
|
29740
29740
|
}
|
|
29741
29741
|
}
|
|
29742
|
-
|
|
29742
|
+
Ti = new WeakMap();
|
|
29743
29743
|
class TxtLayDesignCast extends DesignCast {
|
|
29744
29744
|
constructor(t, e) {
|
|
29745
29745
|
super("#29e", !0), this.spLay = t, this.ts = e, this.hDesignArg = {
|
|
@@ -30313,7 +30313,7 @@ __privateAdd$1(GrpLayer, _dec2cache, (n, t, e) => {
|
|
|
30313
30313
|
GrpLayer.hFn2VElm = {};
|
|
30314
30314
|
__privateAdd$1(GrpLayer, _hAEncImg, {});
|
|
30315
30315
|
__privateAdd$1(GrpLayer, _hEncImgOUrl, {});
|
|
30316
|
-
var vs, Va,
|
|
30316
|
+
var vs, Va, un, se, Nr, Zr, er, Si, zt, Kr, mr, yr, gs, Zo, br, Mr, Xa, _s, Wa, Lu, fc, ln, ms, hn, cn, fn, dn, ys, Fu, Jr, Ya, ph, Qr, qa, ti, Dr, Za, Ka, vh, Ci, pn, Ja, gh, hr;
|
|
30317
30317
|
const Wt = class extends Container {
|
|
30318
30318
|
constructor(e, o, R) {
|
|
30319
30319
|
super();
|
|
@@ -30326,7 +30326,7 @@ const Wt = class extends Container {
|
|
|
30326
30326
|
it(this, Nr, new Container());
|
|
30327
30327
|
it(this, Zr, new Graphics());
|
|
30328
30328
|
it(this, er, new TxtLayDesignCast(this.spLay, this));
|
|
30329
|
-
it(this,
|
|
30329
|
+
it(this, Si, new TxtLayPadDesignCast(this));
|
|
30330
30330
|
it(this, zt, {
|
|
30331
30331
|
fontsize: 24,
|
|
30332
30332
|
$width: 0,
|
|
@@ -30343,23 +30343,23 @@ const Wt = class extends Container {
|
|
|
30343
30343
|
it(this, Mr, !1);
|
|
30344
30344
|
it(this, Xa, 0);
|
|
30345
30345
|
it(this, _s, 0);
|
|
30346
|
-
it(this,
|
|
30346
|
+
it(this, ln, void 0);
|
|
30347
30347
|
it(this, ms, []);
|
|
30348
|
-
it(this,
|
|
30349
|
-
it(this,
|
|
30348
|
+
it(this, hn, []);
|
|
30349
|
+
it(this, cn, 0);
|
|
30350
30350
|
it(this, Fu, /animation\-duration: (?<ms>\d+)ms;/);
|
|
30351
30351
|
it(this, Jr, () => !1);
|
|
30352
30352
|
it(this, Za, 0);
|
|
30353
|
-
it(this,
|
|
30354
|
-
it(this,
|
|
30353
|
+
it(this, Ci, "Quadratic.Out");
|
|
30354
|
+
it(this, pn, "Quadratic.Out");
|
|
30355
30355
|
it(this, hr, void 0);
|
|
30356
|
-
this.spLay = e, this.canFocus = o, this.sys = R, z(this, se).classList.add("sn_tx"), z(this, se).style.position = "absolute", z(Wt, Va).view.parentElement.appendChild(z(this, se)), this.addChild(z(this, Nr)), this.addChild(z(this, Zr)), z(this, Zr).name = "grpDbgMasume", z(this, er).adopt(z(this,
|
|
30356
|
+
this.spLay = e, this.canFocus = o, this.sys = R, z(this, se).classList.add("sn_tx"), z(this, se).style.position = "absolute", z(Wt, Va).view.parentElement.appendChild(z(this, se)), this.addChild(z(this, Nr)), this.addChild(z(this, Zr)), z(this, Zr).name = "grpDbgMasume", z(this, er).adopt(z(this, Si));
|
|
30357
30357
|
}
|
|
30358
30358
|
static init(e, o) {
|
|
30359
|
-
rt(Wt, vs, e), rt(Wt, Va, o), rt(Wt,
|
|
30359
|
+
rt(Wt, vs, e), rt(Wt, Va, o), rt(Wt, fn, /[、。,.)]}〉」』】〕”〟ぁぃぅぇぉっゃゅょゎァィゥェォッャュョヮヵヶ!?!?‼⁉・ーゝゞヽヾ々]/), rt(Wt, dn, /[[({〈「『【〔“〝]/), rt(Wt, ys, /[─‥…]/);
|
|
30360
30360
|
}
|
|
30361
30361
|
static setEvtMng(e) {
|
|
30362
|
-
rt(Wt,
|
|
30362
|
+
rt(Wt, un, e);
|
|
30363
30363
|
}
|
|
30364
30364
|
static destroy() {
|
|
30365
30365
|
rt(Wt, Wa, {
|
|
@@ -30392,7 +30392,7 @@ const Wt = class extends Container {
|
|
|
30392
30392
|
!H.style.opacity && "alpha" in e && (o.opacity = String(this.spLay.alpha));
|
|
30393
30393
|
} else
|
|
30394
30394
|
"alpha" in e && (o.opacity = String(this.spLay.alpha));
|
|
30395
|
-
if ("width" in e && (o.width = ((R = e.width) != null ? R : "0") + "px"), "height" in e && (o.height = ((N = e.height) != null ? N : "0") + "px"), "pl" in e && (o.paddingLeft = ((M = e.pl) != null ? M : "0") + "px"), "pr" in e && (o.paddingRight = ((D = e.pr) != null ? D : "0") + "px"), "pt" in e && (o.paddingTop = ((L = e.pt) != null ? L : "0") + "px"), "pb" in e && (o.paddingBottom = ((B = e.pb) != null ? B : "0") + "px"), "kinsoku_sol" in e && rt(Wt,
|
|
30395
|
+
if ("width" in e && (o.width = ((R = e.width) != null ? R : "0") + "px"), "height" in e && (o.height = ((N = e.height) != null ? N : "0") + "px"), "pl" in e && (o.paddingLeft = ((M = e.pl) != null ? M : "0") + "px"), "pr" in e && (o.paddingRight = ((D = e.pr) != null ? D : "0") + "px"), "pt" in e && (o.paddingTop = ((L = e.pt) != null ? L : "0") + "px"), "pb" in e && (o.paddingBottom = ((B = e.pb) != null ? B : "0") + "px"), "kinsoku_sol" in e && rt(Wt, fn, new RegExp(`[${e.kinsoku_sol}]`)), "kinsoku_eol" in e && rt(Wt, dn, new RegExp(`[${e.kinsoku_eol}]`)), "kinsoku_dns" in e && rt(Wt, ys, new RegExp(`[${e.kinsoku_dns}]`)), ot(this, gs, Zo).call(this), z(this, er).sethArg(e), rt(this, br, this.spLay.position.x), o.transformOrigin = `${this.spLay.pivot.x}px ${this.spLay.pivot.y}px`, this.cvsResize(), o.display = this.spLay.visible ? "inline" : "none", o.textShadow = (U = ($ = e.filter) != null ? $ : o.textShadow) != null ? U : "", rt(this, Kr, argChk_Boolean(e, "break_fixed", z(this, Kr))), rt(this, mr, argChk_Num(e, "break_fixed_left", z(this, mr))), rt(this, yr, argChk_Num(e, "break_fixed_top", z(this, yr))), ":redraw" in e && z(this, cn) > 0) {
|
|
30396
30396
|
const H = [
|
|
30397
30397
|
z(this, se).innerHTML.replaceAll(/(animation-delay: )\d+ms/g, "$10ms"),
|
|
30398
30398
|
`<span class='sn_ch' data-add='{"ch_in_style":"default"}'>\u3000</span>`
|
|
@@ -30402,7 +30402,7 @@ const Wt = class extends Container {
|
|
|
30402
30402
|
}
|
|
30403
30403
|
cvsResize() {
|
|
30404
30404
|
const e = z(this, se).style;
|
|
30405
|
-
e.left = `${this.sys.ofsLeft4elm + z(this, br) * this.sys.cvsScale}px`, e.top = `${this.sys.ofsTop4elm + this.spLay.position.y * this.sys.cvsScale}px`, e.transform = `rotate(${this.spLay.angle}deg) scale(${this.spLay.scale.x * this.sys.cvsScale}, ${this.spLay.scale.y * this.sys.cvsScale})`, z(this, er).cvsResize(), z(this,
|
|
30405
|
+
e.left = `${this.sys.ofsLeft4elm + z(this, br) * this.sys.cvsScale}px`, e.top = `${this.sys.ofsTop4elm + this.spLay.position.y * this.sys.cvsScale}px`, e.transform = `rotate(${this.spLay.angle}deg) scale(${this.spLay.scale.x * this.sys.cvsScale}, ${this.spLay.scale.y * this.sys.cvsScale})`, z(this, er).cvsResize(), z(this, Si).cvsResize();
|
|
30406
30406
|
}
|
|
30407
30407
|
get tategaki() {
|
|
30408
30408
|
return z(this, Mr);
|
|
@@ -30422,16 +30422,16 @@ const Wt = class extends Container {
|
|
|
30422
30422
|
goTxt(e) {
|
|
30423
30423
|
var Y, q, Z, K, J, tt, Q, st;
|
|
30424
30424
|
z(Wt, Dr).visible = !1;
|
|
30425
|
-
const o = z(this,
|
|
30425
|
+
const o = z(this, hn).length;
|
|
30426
30426
|
o === 0 ? (z(Wt, vs).oCfg.debug.masume && (CmnLib.debugLog && console.log(`\u{1F34C} masume ${this.name} v:${this.visible} l:${this.x} t:${this.y} a:${this.alpha} pl:${z(this, zt).pad_left} pr:${z(this, zt).pad_right} pt:${z(this, zt).pad_top} pb:${z(this, zt).pad_bottom} w:${z(this, zt).$width} h:${z(this, zt).$height}`), z(this, Zr).clear().beginFill(3407616, 0.2).lineStyle(1, 3407616, 1).drawRect(-z(this, zt).pad_left, -z(this, zt).pad_top, z(this, zt).$width, z(this, zt).$height).endFill().beginFill(13311, 0.2).lineStyle(2, 13311, 1).drawRect(
|
|
30427
30427
|
0,
|
|
30428
30428
|
0,
|
|
30429
30429
|
z(this, zt).$width - z(this, zt).pad_left - z(this, zt).pad_right,
|
|
30430
30430
|
z(this, zt).$height - z(this, zt).pad_top - z(this, zt).pad_bottom
|
|
30431
|
-
).endFill()), z(this, se).innerHTML = [...e].join("").replaceAll(/[\n\t]/g, "")) : z(this, se).insertAdjacentHTML("beforeend", e.slice(z(this,
|
|
30431
|
+
).endFill()), z(this, se).innerHTML = [...e].join("").replaceAll(/[\n\t]/g, "")) : z(this, se).insertAdjacentHTML("beforeend", e.slice(z(this, cn)).join("").replaceAll(/[\n\t]/g, "")), rt(this, cn, e.length);
|
|
30432
30432
|
let R = 0, N = 2;
|
|
30433
30433
|
do {
|
|
30434
|
-
const et = rt(this,
|
|
30434
|
+
const et = rt(this, hn, ot(this, Ka, vh).call(this, z(this, se)));
|
|
30435
30435
|
if (R = et.length, this.sys.cvsScale !== 1) {
|
|
30436
30436
|
const at = this.sys.ofsPadLeft_Dom2PIXI + parseFloat(z(this, se).style.left) * (1 - this.sys.cvsScale), ct = this.sys.ofsPadTop_Dom2PIXI + parseFloat(z(this, se).style.top) * (1 - this.sys.cvsScale);
|
|
30437
30437
|
for (let lt = 0; lt < R; ++lt) {
|
|
@@ -30456,14 +30456,14 @@ const Wt = class extends Container {
|
|
|
30456
30456
|
if (z(Wt, ys).test(et[N - 1].ch) && et[N - 1].ch === at.ch)
|
|
30457
30457
|
--N;
|
|
30458
30458
|
else {
|
|
30459
|
-
if (z(Wt,
|
|
30459
|
+
if (z(Wt, dn).test(et[N - 1].ch))
|
|
30460
30460
|
--N;
|
|
30461
|
-
else if (z(Wt,
|
|
30462
|
-
for (; N > 0 && z(Wt,
|
|
30461
|
+
else if (z(Wt, fn).test(at.ch))
|
|
30462
|
+
for (; N > 0 && z(Wt, fn).test(et[--N].ch); )
|
|
30463
30463
|
;
|
|
30464
30464
|
else
|
|
30465
30465
|
continue;
|
|
30466
|
-
for (; N > 0 && z(Wt,
|
|
30466
|
+
for (; N > 0 && z(Wt, dn).test(et[N - 1].ch); )
|
|
30467
30467
|
--N;
|
|
30468
30468
|
}
|
|
30469
30469
|
const dt = et[N].elm.parentElement, mt = document.createElement("br");
|
|
@@ -30481,10 +30481,10 @@ const Wt = class extends Container {
|
|
|
30481
30481
|
}, D = z(Wt, vs).oCfg.debug.masume ? (et, nt) => {
|
|
30482
30482
|
M(et, nt), z(this, Zr).beginFill(6737151, 0.5).lineStyle(2, 16724736, 1).drawRect(nt.x, nt.y, nt.width, nt.height).endFill();
|
|
30483
30483
|
} : () => {
|
|
30484
|
-
}, L = CmnTween.ease(z(this,
|
|
30484
|
+
}, L = CmnTween.ease(z(this, Ci)), B = z(this, se).getBoundingClientRect(), $ = B.left + globalThis.scrollX + z(this, zt).pad_left, U = B.top + globalThis.scrollY + z(this, zt).pad_top;
|
|
30485
30485
|
let H = new Rectangle();
|
|
30486
30486
|
for (let et = o; et < R; ++et) {
|
|
30487
|
-
const nt = z(this,
|
|
30487
|
+
const nt = z(this, hn)[et], at = nt.rect, ct = JSON.parse((Z = nt.arg) != null ? Z : '{"delay": 0}'), lt = JSON.parse((K = nt.add) != null ? K : "{}"), dt = z(Wt, Qr)[lt.ch_in_style];
|
|
30488
30488
|
if (at.x -= $, at.y -= U, D(nt, at), dt && (z(this, Mr) ? (at.x += (at.width - at.height) / 2, at.width = at.height) : (at.y += (at.height - at.width) / 2, at.height = at.width), H = at), nt.cmd === "grp") {
|
|
30489
30489
|
const mt = new Container();
|
|
30490
30490
|
z(this, Nr).addChild(mt), GrpLayer.csv2Sprites(ct.pic, mt, (vt) => {
|
|
@@ -30499,7 +30499,7 @@ const Wt = class extends Container {
|
|
|
30499
30499
|
const Tt = (tt = vt.style) != null ? tt : "", Ft = Tt + ((Q = vt.style_hover) != null ? Q : ""), bt = Tt + ((st = vt.style_clicked) != null ? st : ""), ft = mt.style.cssText, _t = (Pt) => {
|
|
30500
30500
|
!Pt || (mt.style.cssText = ft + Pt);
|
|
30501
30501
|
};
|
|
30502
|
-
mt.querySelectorAll(".sn_ch").forEach((Pt) => Pt.dataset.st_bk = Pt.style.cssText), z(Wt,
|
|
30502
|
+
mt.querySelectorAll(".sn_ch").forEach((Pt) => Pt.dataset.st_bk = Pt.style.cssText), z(Wt, un).button(
|
|
30503
30503
|
vt,
|
|
30504
30504
|
gt,
|
|
30505
30505
|
() => _t(Tt),
|
|
@@ -30512,7 +30512,7 @@ const Wt = class extends Container {
|
|
|
30512
30512
|
V.forEach((et) => et.className = et.className.replace(/sn_ch_in_([^\s"]+)/g, "go_ch_in_$1")), rt(this, Jr, () => (rt(this, Jr, () => !1), V.forEach((et) => et.className = et.className.replace(/ go_ch_in_[^\s"]+/g, "")), o !== R && (rt(this, mr, H.x + (z(this, Mr) ? 0 : H.width)), rt(this, yr, H.y + (z(this, Mr) ? H.height : 0))), z(Wt, Dr).position.set(
|
|
30513
30513
|
z(this, mr),
|
|
30514
30514
|
z(this, yr)
|
|
30515
|
-
), z(Wt, Dr).visible = !0, z(Wt,
|
|
30515
|
+
), z(Wt, Dr).visible = !0, z(Wt, un).noticeCompTxt(), !0));
|
|
30516
30516
|
const W = V.length;
|
|
30517
30517
|
if (W === 0) {
|
|
30518
30518
|
z(this, Jr).call(this);
|
|
@@ -30617,7 +30617,7 @@ const Wt = class extends Container {
|
|
|
30617
30617
|
var o;
|
|
30618
30618
|
ot(this, Ja, gh).call(this);
|
|
30619
30619
|
const e = new Wt(this.spLay, () => this.canFocus(), this.sys);
|
|
30620
|
-
return rt(e, zt, z(this, zt)), z(e, se).style.cssText = z(this, se).style.cssText, rt(e, br, z(this, br)), e.name = this.name, ot(o = e, gs, Zo).call(o), z(e, er).sethArg(z(this, er).gethArg()), rt(e,
|
|
30620
|
+
return rt(e, zt, z(this, zt)), z(e, se).style.cssText = z(this, se).style.cssText, rt(e, br, z(this, br)), e.name = this.name, ot(o = e, gs, Zo).call(o), z(e, er).sethArg(z(this, er).gethArg()), rt(e, ln, z(this, ln)), rt(e, Ci, z(this, Ci)), rt(e, pn, z(this, pn)), rt(e, Kr, z(this, Kr)), rt(e, mr, z(this, mr)), rt(e, yr, z(this, yr)), this.destroy(), e;
|
|
30621
30621
|
}
|
|
30622
30622
|
record() {
|
|
30623
30623
|
return {
|
|
@@ -30625,9 +30625,9 @@ const Wt = class extends Container {
|
|
|
30625
30625
|
cssText: z(this, se).style.cssText,
|
|
30626
30626
|
left: z(this, br),
|
|
30627
30627
|
idc_hArg: z(this, er).gethArg(),
|
|
30628
|
-
ch_filter: z(this,
|
|
30629
|
-
fi_easing: z(this,
|
|
30630
|
-
fo_easing: z(this,
|
|
30628
|
+
ch_filter: z(this, ln),
|
|
30629
|
+
fi_easing: z(this, Ci),
|
|
30630
|
+
fo_easing: z(this, pn),
|
|
30631
30631
|
break_fixed: z(this, Kr),
|
|
30632
30632
|
break_fixed_left: z(this, mr),
|
|
30633
30633
|
break_fixed_top: z(this, yr)
|
|
@@ -30635,7 +30635,7 @@ const Wt = class extends Container {
|
|
|
30635
30635
|
}
|
|
30636
30636
|
playback(e) {
|
|
30637
30637
|
var o, R, N;
|
|
30638
|
-
rt(this, zt, e.infTL), this.position.set(z(this, zt).pad_left, z(this, zt).pad_top), z(this, se).style.cssText = e.cssText, rt(this, br, e.left), ot(this, gs, Zo).call(this), z(this, er).sethArg(e.idc_hArg), rt(this,
|
|
30638
|
+
rt(this, zt, e.infTL), this.position.set(z(this, zt).pad_left, z(this, zt).pad_top), z(this, se).style.cssText = e.cssText, rt(this, br, e.left), ot(this, gs, Zo).call(this), z(this, er).sethArg(e.idc_hArg), rt(this, ln, e.ch_filter), rt(this, Ci, e.fi_easing), rt(this, pn, e.fo_easing), rt(this, Kr, (o = e.break_fixed) != null ? o : !1), rt(this, mr, (R = e.break_fixed_left) != null ? R : 0), rt(this, yr, (N = e.break_fixed_top) != null ? N : 0);
|
|
30639
30639
|
}
|
|
30640
30640
|
snapshot(e, o) {
|
|
30641
30641
|
ot(this, Lu, fc).call(this, (R) => {
|
|
@@ -30648,10 +30648,10 @@ const Wt = class extends Container {
|
|
|
30648
30648
|
makeDesignCast(e) {
|
|
30649
30649
|
e(z(this, er));
|
|
30650
30650
|
const o = z(this, er).gethArg();
|
|
30651
|
-
z(this,
|
|
30651
|
+
z(this, Si).sethArg({ ...o, ":id_dc": o[":id_tag"] + "_pad" }), e(z(this, Si));
|
|
30652
30652
|
}
|
|
30653
30653
|
showDesignCast() {
|
|
30654
|
-
z(this, er).visible = !0, z(this,
|
|
30654
|
+
z(this, er).visible = !0, z(this, Si).visible = !0;
|
|
30655
30655
|
}
|
|
30656
30656
|
dump() {
|
|
30657
30657
|
const e = [], o = z(this, se).style, R = o.length;
|
|
@@ -30666,7 +30666,7 @@ const Wt = class extends Container {
|
|
|
30666
30666
|
}
|
|
30667
30667
|
};
|
|
30668
30668
|
let TxtStage = Wt;
|
|
30669
|
-
vs = new WeakMap(), Va = new WeakMap(),
|
|
30669
|
+
vs = new WeakMap(), Va = new WeakMap(), un = new WeakMap(), se = new WeakMap(), Nr = new WeakMap(), Zr = new WeakMap(), er = new WeakMap(), Si = new WeakMap(), zt = new WeakMap(), Kr = new WeakMap(), mr = new WeakMap(), yr = new WeakMap(), gs = new WeakSet(), Zo = function() {
|
|
30670
30670
|
var N;
|
|
30671
30671
|
const e = z(this, se).style, o = parseFloat(e.fontSize || "0");
|
|
30672
30672
|
z(this, zt).fontsize = o, z(this, zt).pad_left = parseFloat(e.paddingLeft || "0"), z(this, zt).pad_right = parseFloat(e.paddingRight || "0"), z(this, zt).pad_top = parseFloat(e.paddingTop || "0"), z(this, zt).pad_bottom = parseFloat(e.paddingBottom || "0"), z(this, zt).$width = parseFloat(e.width || "0"), z(this, zt).$height = parseFloat(e.height || "0"), this.position.set(z(this, zt).pad_left, z(this, zt).pad_top), rt(this, Mr, e.writingMode === "vertical-rl"), rt(this, Xa, 0), rt(this, _s, 0);
|
|
@@ -30853,7 +30853,7 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30853
30853
|
});
|
|
30854
30854
|
});
|
|
30855
30855
|
}).catch((Y) => DebugMng.myTrace(`goTxt() = ${Y}`));
|
|
30856
|
-
},
|
|
30856
|
+
}, ln = new WeakMap(), ms = new WeakMap(), hn = new WeakMap(), cn = new WeakMap(), fn = new WeakMap(), dn = new WeakMap(), ys = new WeakMap(), Fu = new WeakMap(), Jr = new WeakMap(), Ya = new WeakSet(), ph = function(e, o, R, N, M, D) {
|
|
30857
30857
|
var B, $, U;
|
|
30858
30858
|
e.alpha = 0, o.x && (N.x = o.x.charAt(0) === "=" ? N.x + parseInt(o.x.slice(1)) : parseInt(o.x)), o.y && (N.y = o.y.charAt(0) === "=" ? N.y + parseInt(o.y.slice(1)) : parseInt(o.y)), o.width && (N.width = parseInt(o.width)), o.height && (N.height = parseInt(o.height)), o.wait && (D.wait = parseInt(o.wait)), e.width = N.width, e.height = N.height, D.x ? e.position.set(
|
|
30859
30859
|
D.x.charAt(0) === "=" ? N.x + e.width * D.nx : D.nx,
|
|
@@ -30896,9 +30896,9 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30896
30896
|
o.push($);
|
|
30897
30897
|
}
|
|
30898
30898
|
return R.detach(), o;
|
|
30899
|
-
},
|
|
30899
|
+
}, Ci = new WeakMap(), pn = new WeakMap(), Ja = new WeakSet(), gh = function() {
|
|
30900
30900
|
var M;
|
|
30901
|
-
z(this, Zr).clear(), rt(this,
|
|
30901
|
+
z(this, Zr).clear(), rt(this, hn, []), rt(this, cn, 0), this.skipChIn();
|
|
30902
30902
|
const e = z(this, se).cloneNode(!0);
|
|
30903
30903
|
e.textContent = "";
|
|
30904
30904
|
const o = z(this, se);
|
|
@@ -30922,11 +30922,11 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30922
30922
|
});
|
|
30923
30923
|
const N = () => {
|
|
30924
30924
|
o.parentElement.removeChild(o), z(this, Nr).removeChildren().forEach((D) => {
|
|
30925
|
-
D instanceof Container && z(Wt,
|
|
30925
|
+
D instanceof Container && z(Wt, un).unButton(D), D.destroy();
|
|
30926
30926
|
});
|
|
30927
30927
|
};
|
|
30928
30928
|
R === 0 ? (z(this, se).textContent = "", N()) : (M = o.lastElementChild) == null || M.addEventListener("animationend", N, { once: !0, passive: !0 }), rt(this, se, e);
|
|
30929
|
-
}, hr = new WeakMap(), it(TxtStage, vs, void 0), it(TxtStage, Va, void 0), it(TxtStage,
|
|
30929
|
+
}, hr = new WeakMap(), it(TxtStage, vs, void 0), it(TxtStage, Va, void 0), it(TxtStage, un, void 0), it(TxtStage, Wa, {
|
|
30930
30930
|
backgroundColor: 0,
|
|
30931
30931
|
borderBottomWidth: 0,
|
|
30932
30932
|
borderLeftWidth: 0,
|
|
@@ -30936,7 +30936,7 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30936
30936
|
marginLeft: 0,
|
|
30937
30937
|
marginRight: 0,
|
|
30938
30938
|
marginTop: 0
|
|
30939
|
-
}), it(TxtStage,
|
|
30939
|
+
}), it(TxtStage, fn, void 0), it(TxtStage, dn, void 0), it(TxtStage, ys, void 0), it(TxtStage, Qr, /* @__PURE__ */ Object.create(null)), it(TxtStage, qa, /[\s\.,]/), it(TxtStage, ti, /* @__PURE__ */ Object.create(null)), it(TxtStage, Dr, new Container());
|
|
30940
30940
|
var __accessCheck = (n, t, e) => {
|
|
30941
30941
|
if (!t.has(n))
|
|
30942
30942
|
throw TypeError("Cannot " + e);
|
|
@@ -31113,7 +31113,7 @@ __privateAdd(Button, _procMasume4txt, (n, t) => {
|
|
|
31113
31113
|
});
|
|
31114
31114
|
__privateAdd(Button, _procMasume4pic, (n, t, e, o) => {
|
|
31115
31115
|
});
|
|
31116
|
-
var bs, Er, Es, Qa, to, _h, eo, mh, ro,
|
|
31116
|
+
var bs, Er, Es, Qa, to, _h, eo, mh, ro, vn, io, ei, gn, Bu, dc, Lr, rr, cr, he, xr, ie, xs, Ge, Ts, Ko, Tr, _n, Ss, Jo, Fr, no, yh, so, bh, Ii, mn, yn, Cs, Is, ri, ir, $u, pc, We, ws, Rs, Qo, ii, Yi, Br, nr, sr, $r, Ps, tu, wi, Wn, Ri;
|
|
31117
31117
|
const qt = class extends Layer {
|
|
31118
31118
|
constructor() {
|
|
31119
31119
|
super();
|
|
@@ -31123,7 +31123,7 @@ const qt = class extends Layer {
|
|
|
31123
31123
|
it(this, so);
|
|
31124
31124
|
it(this, $u);
|
|
31125
31125
|
it(this, Rs);
|
|
31126
|
-
it(this,
|
|
31126
|
+
it(this, ii);
|
|
31127
31127
|
it(this, Ps);
|
|
31128
31128
|
it(this, wi);
|
|
31129
31129
|
it(this, Lr, void 0);
|
|
@@ -31135,11 +31135,11 @@ const qt = class extends Layer {
|
|
|
31135
31135
|
it(this, xs, void 0);
|
|
31136
31136
|
it(this, Ge, void 0);
|
|
31137
31137
|
it(this, Tr, void 0);
|
|
31138
|
-
it(this, gn, void 0);
|
|
31139
|
-
it(this, Fr, void 0);
|
|
31140
|
-
it(this, Ci, void 0);
|
|
31141
31138
|
it(this, _n, void 0);
|
|
31139
|
+
it(this, Fr, void 0);
|
|
31140
|
+
it(this, Ii, void 0);
|
|
31142
31141
|
it(this, mn, void 0);
|
|
31142
|
+
it(this, yn, void 0);
|
|
31143
31143
|
it(this, Cs, void 0);
|
|
31144
31144
|
it(this, ri, void 0);
|
|
31145
31145
|
it(this, ir, void 0);
|
|
@@ -31150,7 +31150,7 @@ const qt = class extends Layer {
|
|
|
31150
31150
|
it(this, sr, void 0);
|
|
31151
31151
|
it(this, $r, void 0);
|
|
31152
31152
|
it(this, Ri, void 0);
|
|
31153
|
-
rt(this, Lr, 0), rt(this, rr, 0), rt(this, cr, !1), rt(this, he, void 0), rt(this, xr, ""), rt(this, ie, new TxtStage(this.spLay, () => this.canFocus(), z(qt, io))), rt(this, xs, new RubySpliter()), rt(this, Ge, new Container()), rt(this, Tr, ""), rt(this,
|
|
31153
|
+
rt(this, Lr, 0), rt(this, rr, 0), rt(this, cr, !1), rt(this, he, void 0), rt(this, xr, ""), rt(this, ie, new TxtStage(this.spLay, () => this.canFocus(), z(qt, io))), rt(this, xs, new RubySpliter()), rt(this, Ge, new Container()), rt(this, Tr, ""), rt(this, _n, !0), rt(this, Fr, ""), rt(this, Ii, ""), rt(this, mn, (o) => ""), rt(this, yn, ""), rt(this, Cs, new RegExp("[\u3000]")), this.isCur = !1, rt(this, ri, () => ""), rt(this, ir, ""), rt(this, We, !1), rt(this, ws, (o, R) => {
|
|
31154
31154
|
var B, $, U, H, V, W, X, Y, q, Z;
|
|
31155
31155
|
z(qt, bs).oCfg.debug.putCh && console.log(`\u{1F58A} \u6587\u5B57\u8868\u793A text:\`${o}\` ruby:\`${R}\` name:\`${this.name_}\``);
|
|
31156
31156
|
const N = R.split("\uFF5C");
|
|
@@ -31178,11 +31178,11 @@ const qt = class extends Layer {
|
|
|
31178
31178
|
rt(this, nr, !1), rt(this, We, !0), M = ot(this, Rs, Qo).call(this, o, L, D);
|
|
31179
31179
|
break;
|
|
31180
31180
|
case "gotxt":
|
|
31181
|
-
ot(this, wi, Wn).call(this), this.isCur && z(B = qt, Es).call(B, z(this, sr).join("").replace(/^<ruby> <rt> <\/rt><\/ruby>(<br\/>)+/, "").replace(/style='(anim\S+ \S+?;\s*)+/g, "style='").replace(/( style=''| data-(add|arg|cmd)='.+?'|\n+|\t+)/g, "").replace(/class='sn_ch .+?'/g, "class='sn_ch'").replaceAll("class='offrec'", "style='display: none;'").replaceAll("`", "\\`")), z(this, We) ? (z(this, ie).goTxt(z(this, sr)), rt(this, We, !1), rt(this, Br, 0)) : this.isCur && z(qt,
|
|
31181
|
+
ot(this, wi, Wn).call(this), this.isCur && z(B = qt, Es).call(B, z(this, sr).join("").replace(/^<ruby> <rt> <\/rt><\/ruby>(<br\/>)+/, "").replace(/style='(anim\S+ \S+?;\s*)+/g, "style='").replace(/( style=''| data-(add|arg|cmd)='.+?'|\n+|\t+)/g, "").replace(/class='sn_ch .+?'/g, "class='sn_ch'").replaceAll("class='offrec'", "style='display: none;'").replaceAll("`", "\\`")), z(this, We) ? (z(this, ie).goTxt(z(this, sr)), rt(this, We, !1), rt(this, Br, 0)) : this.isCur && z(qt, vn).noticeCompTxt();
|
|
31182
31182
|
return;
|
|
31183
31183
|
case "add":
|
|
31184
31184
|
{
|
|
31185
|
-
const K = JSON.parse(L), { cl: J, sty: tt } = ot(this,
|
|
31185
|
+
const K = JSON.parse(L), { cl: J, sty: tt } = ot(this, ii, Yi).call(this, !0, K.wait);
|
|
31186
31186
|
z(this, sr).push(`<span${J} style='display: inline;${(U = ($ = z(this, $r).at(-1)) == null ? void 0 : $.o.style) != null ? U : ""}${(H = K.style) != null ? H : ""}${tt}'>`), delete K.style, ot(this, Ps, tu).call(this, K);
|
|
31187
31187
|
}
|
|
31188
31188
|
return;
|
|
@@ -31198,7 +31198,7 @@ const qt = class extends Layer {
|
|
|
31198
31198
|
return;
|
|
31199
31199
|
}
|
|
31200
31200
|
(W = K.style) != null || (K.style = "");
|
|
31201
|
-
const { cl: J, sty: tt, lnk: Q } = ot(this,
|
|
31201
|
+
const { cl: J, sty: tt, lnk: Q } = ot(this, ii, Yi).call(this, !0, K.wait);
|
|
31202
31202
|
M = `<span data-cmd='grp' data-id='${K.id}'${J} style='${tt} ${(X = K.style) != null ? X : ""}'${Q} data-arg='${JSON.stringify(K)}' data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'>\u3000</span>`, z(this, nr) && (rt(this, nr, !1), M = `<ruby>${M}<rt>\u3000</rt></ruby>`);
|
|
31203
31203
|
}
|
|
31204
31204
|
break;
|
|
@@ -31206,8 +31206,8 @@ const qt = class extends Layer {
|
|
|
31206
31206
|
rt(this, nr, !1), rt(this, We, !0);
|
|
31207
31207
|
{
|
|
31208
31208
|
z(qt, Er).doRecLog() && rt(this, Ri, z(this, Ri) + (o + (R ? `\u300A${R}\u300B` : "")));
|
|
31209
|
-
const K = JSON.parse(L), { t: J, r: tt = "" } = K, Q = CmnLib.isSafari ? tt.replace(/[A-Za-z0-9]/g, (ct) => String.fromCharCode(ct.charCodeAt(0) + 65248)) : tt, st = this.mkStyle_r_align(J, Q, z(this, ir)), { cl: et, sty: nt, lnk: at } = ot(this,
|
|
31210
|
-
M = `<span${et} style='${nt}${z(this,
|
|
31209
|
+
const K = JSON.parse(L), { t: J, r: tt = "" } = K, Q = CmnLib.isSafari ? tt.replace(/[A-Za-z0-9]/g, (ct) => String.fromCharCode(ct.charCodeAt(0) + 65248)) : tt, st = this.mkStyle_r_align(J, Q, z(this, ir)), { cl: et, sty: nt, lnk: at } = ot(this, ii, Yi).call(this, !0, K.wait);
|
|
31210
|
+
M = `<span${et} style='${nt}${z(this, mn).call(this, J)} ${(Y = K.style) != null ? Y : ""}'${at}><ruby><span style='
|
|
31211
31211
|
text-combine-upright: all;
|
|
31212
31212
|
-webkit-text-combine: horizontal;
|
|
31213
31213
|
' data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'>${J}</span>
|
|
@@ -31229,7 +31229,7 @@ text-combine-upright: all;
|
|
|
31229
31229
|
{
|
|
31230
31230
|
const K = JSON.parse(L);
|
|
31231
31231
|
K[":link"] = " data-lnk='@'";
|
|
31232
|
-
const { cl: J, sty: tt } = ot(this,
|
|
31232
|
+
const { cl: J, sty: tt } = ot(this, ii, Yi).call(this, !1, K.wait);
|
|
31233
31233
|
z(this, sr).push(`<span data-arg='${L}'${J} style='display: inline; ${tt} ${(q = K.style) != null ? q : ""}' data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'}>`), delete K.style, ot(this, Ps, tu).call(this, K);
|
|
31234
31234
|
}
|
|
31235
31235
|
return;
|
|
@@ -31244,7 +31244,7 @@ text-combine-upright: all;
|
|
|
31244
31244
|
z(this, sr).push(z(Z = qt, Is).call(Z, M));
|
|
31245
31245
|
}), rt(this, Br, 0), rt(this, nr, !0), rt(this, sr, []), rt(this, $r, []), this.click = () => !this.spLay.interactiveChildren || !this.spLay.visible ? !1 : z(this, ie).skipChIn(), rt(this, Ri, ""), this.addButton = (o) => new Promise((R) => {
|
|
31246
31246
|
o.key = `btn=[${z(this, Ge).children.length}] ` + this.name_, o[":id_tag"] = o.key.slice(0, -7), argChk_Boolean(o, "hint_tate", z(this, ie).tategaki);
|
|
31247
|
-
const N = new Button(o, z(qt,
|
|
31247
|
+
const N = new Button(o, z(qt, vn), () => R(), () => this.canFocus());
|
|
31248
31248
|
N.name = JSON.stringify(o).replaceAll('"', "'"), z(this, Ge).addChild(N);
|
|
31249
31249
|
}), this.record = () => ({
|
|
31250
31250
|
...super.record(),
|
|
@@ -31255,9 +31255,9 @@ text-combine-upright: all;
|
|
|
31255
31255
|
b_color: z(this, Lr),
|
|
31256
31256
|
b_alpha: z(this, rr),
|
|
31257
31257
|
b_alpha_isfixed: z(this, cr),
|
|
31258
|
-
ffs: z(this,
|
|
31258
|
+
ffs: z(this, Ii),
|
|
31259
31259
|
txs: z(this, ie).record(),
|
|
31260
|
-
strNoFFS: z(this,
|
|
31260
|
+
strNoFFS: z(this, yn),
|
|
31261
31261
|
btns: z(this, Ge).children.map((o) => o.name)
|
|
31262
31262
|
}), this.spLay.addChild(z(this, ie)), z(this, xs).init(z(this, ws)), this.spLay.addChild(z(this, Ge)), z(this, Ge).name = "cntBtn";
|
|
31263
31263
|
const e = 16;
|
|
@@ -31320,13 +31320,13 @@ text-combine-upright: all;
|
|
|
31320
31320
|
});
|
|
31321
31321
|
}
|
|
31322
31322
|
static setEvtMng(e, o, R) {
|
|
31323
|
-
rt(qt, ro, e), rt(qt,
|
|
31323
|
+
rt(qt, ro, e), rt(qt, vn, o), rt(qt, io, R), TxtStage.setEvtMng(o);
|
|
31324
31324
|
}
|
|
31325
31325
|
destroy() {
|
|
31326
31326
|
z(this, he) && (this.spLay.removeChild(z(this, he)).destroy(), rt(this, he, void 0)), this.clearText(), z(this, ie).destroy();
|
|
31327
31327
|
}
|
|
31328
31328
|
static destroy() {
|
|
31329
|
-
rt(qt, ei, !1), rt(qt,
|
|
31329
|
+
rt(qt, ei, !1), rt(qt, gn, {}), rt(qt, Is, (e) => e);
|
|
31330
31330
|
}
|
|
31331
31331
|
set name(e) {
|
|
31332
31332
|
this.name_ = e, z(this, ie).name = e;
|
|
@@ -31478,7 +31478,7 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31478
31478
|
transform: rotate(${o.rotate}deg) scale(${o.scale_x}, ${o.scale_y}) translate(${R}, ${N});
|
|
31479
31479
|
}
|
|
31480
31480
|
`), !1;
|
|
31481
|
-
}, ro = new WeakMap(),
|
|
31481
|
+
}, ro = new WeakMap(), vn = new WeakMap(), io = new WeakMap(), ei = new WeakMap(), gn = new WeakMap(), Bu = new WeakSet(), dc = function(e) {
|
|
31482
31482
|
rt(qt, ei, argChk_Boolean(e, "enabled", z(qt, ei))), z(qt, Er).setVal_Nochk("save", "const.sn.autowc.enabled", z(qt, ei));
|
|
31483
31483
|
const { text: o } = e;
|
|
31484
31484
|
if ("text" in e != "time" in e)
|
|
@@ -31491,7 +31491,7 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31491
31491
|
const N = String(e.time).split(",");
|
|
31492
31492
|
if (N.length !== R)
|
|
31493
31493
|
throw "[autowc] text\u6587\u5B57\u6570\u3068time\u306B\u8A18\u8FF0\u3055\u308C\u305F\u5F85\u3061\u6642\u9593\uFF08\u30B3\u30F3\u30DE\u533A\u5207\u308A\uFF09\u306F\u540C\u6570\u306B\u3057\u3066\u4E0B\u3055\u3044";
|
|
31494
|
-
return rt(qt,
|
|
31494
|
+
return rt(qt, gn, {}), N.forEach((M, D) => z(qt, gn)[o[D]] = uint(M)), z(qt, Er).setVal_Nochk("save", "const.sn.autowc.time", e.time), !1;
|
|
31495
31495
|
}, Lr = new WeakMap(), rr = new WeakMap(), cr = new WeakMap(), he = new WeakMap(), xr = new WeakMap(), ie = new WeakMap(), xs = new WeakMap(), Ge = new WeakMap(), Ts = new WeakSet(), Ko = function(e) {
|
|
31496
31496
|
const { in_style: o } = e;
|
|
31497
31497
|
if (!o)
|
|
@@ -31499,8 +31499,8 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31499
31499
|
const R = TxtStage.getChInStyle(o);
|
|
31500
31500
|
if (!R)
|
|
31501
31501
|
throw `\u5B58\u5728\u3057\u306A\u3044in_style\u3010${o}\u3011\u3067\u3059`;
|
|
31502
|
-
rt(this, Tr, o), rt(this,
|
|
31503
|
-
}, Tr = new WeakMap(),
|
|
31502
|
+
rt(this, Tr, o), rt(this, _n, R.join);
|
|
31503
|
+
}, Tr = new WeakMap(), _n = new WeakMap(), Ss = new WeakSet(), Jo = function(e) {
|
|
31504
31504
|
const { out_style: o } = e;
|
|
31505
31505
|
if (!o)
|
|
31506
31506
|
return;
|
|
@@ -31525,8 +31525,8 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31525
31525
|
return z(this, he) && (z(this, he).visible = R > 0, z(this, he).alpha = R), o(!1), !1;
|
|
31526
31526
|
}, so = new WeakSet(), bh = function(e) {
|
|
31527
31527
|
var o, R;
|
|
31528
|
-
"noffs" in e && (rt(this,
|
|
31529
|
-
},
|
|
31528
|
+
"noffs" in e && (rt(this, yn, (o = e.noffs) != null ? o : ""), rt(this, Cs, new RegExp(`[\u3000${z(this, yn)}]`))), "ffs" in e && ((R = z(this, Ii)) != null || rt(this, Ii, ""), rt(this, mn, z(this, Ii) === "" ? () => "" : (N) => z(this, Cs).test(N) ? "" : ` font-feature-settings: ${z(this, Ii)};`));
|
|
31529
|
+
}, Ii = new WeakMap(), mn = new WeakMap(), yn = new WeakMap(), Cs = new WeakMap(), Is = new WeakMap(), ri = new WeakMap(), ir = new WeakMap(), $u = new WeakSet(), pc = function(e, o, R) {
|
|
31530
31530
|
if (!R)
|
|
31531
31531
|
return "";
|
|
31532
31532
|
const N = e.length * 2;
|
|
@@ -31561,14 +31561,15 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31561
31561
|
}
|
|
31562
31562
|
return ` style='${M}'`;
|
|
31563
31563
|
}, We = new WeakMap(), ws = new WeakMap(), Rs = new WeakSet(), Qo = function(e, o, R) {
|
|
31564
|
-
e === " "
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
|
|
31564
|
+
const N = e === " " ? " " : e;
|
|
31565
|
+
z(qt, Er).doRecLog() && rt(this, Ri, z(this, Ri) + (N + (o ? `\u300A${o}\u300B` : "")));
|
|
31566
|
+
const { cl: M, sty: D, lnk: L } = ot(this, ii, Yi).call(this, !0, null, e), B = `${L} data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'`;
|
|
31567
|
+
return `<span style='${z(this, mn).call(this, e)}` + (o ? `'><ruby${B}>${Array.from(e).map(($, U) => `<span${M} style='${U > 0 ? ot(this, ii, Yi).call(this, !0, null, e).sty : D}'>${$ === " " ? " " : $}</span>`).join("")}<rt${this.mkStyle_r_align(e, o, R)}><span${M} style='${D}'>${o}</span></rt></ruby>` : `${D}'${M + B}>${N}`) + "</span>";
|
|
31568
|
+
}, ii = new WeakSet(), Yi = function(e, o, R = `
|
|
31568
31569
|
`) {
|
|
31569
31570
|
var M, D, L, B, $, U, H, V;
|
|
31570
|
-
const N = z(this,
|
|
31571
|
-
return z(qt,
|
|
31571
|
+
const N = z(this, _n) ? (L = o != null ? o : (M = z(this, $r).at(0)) == null ? void 0 : M.o.wait) != null ? L : z(qt, ei) ? (D = z(qt, gn)[R.charAt(0)]) != null ? D : 0 : LayerMng.msecChWait : 0;
|
|
31572
|
+
return z(qt, vn).isSkippingByKeyDown() ? rt(this, Br, 0) : e && z(this, _n) && rt(this, Br, z(this, Br) + Number(N)), {
|
|
31572
31573
|
cl: ` class='sn_ch${N > 0 ? ` sn_ch_in_${z(this, Tr)}` : ""}'`,
|
|
31573
31574
|
sty: `animation-delay: ${z(this, Br)}ms;${(U = ($ = (B = z(this, $r).at(-1)) == null ? void 0 : B.o) == null ? void 0 : $.style) != null ? U : ""}`,
|
|
31574
31575
|
lnk: (V = (H = z(this, $r).at(0)) == null ? void 0 : H.o[":link"]) != null ? V : ""
|
|
@@ -31583,8 +31584,8 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31583
31584
|
}, wi = new WeakSet(), Wn = function() {
|
|
31584
31585
|
const e = z(this, $r).pop();
|
|
31585
31586
|
!e || (rt(this, ir, e.r_align), ot(this, Ts, Ko).call(this, { in_style: e.ch_in_style }), ot(this, Ss, Jo).call(this, { out_style: e.ch_out_style }));
|
|
31586
|
-
}, Ri = new WeakMap(), it(TxtLayer, to), it(TxtLayer, eo), it(TxtLayer, Bu), it(TxtLayer, bs, void 0), it(TxtLayer, Er, void 0), it(TxtLayer, Es, void 0), it(TxtLayer, Qa, void 0), it(TxtLayer, ro, void 0), it(TxtLayer,
|
|
31587
|
-
var As,
|
|
31587
|
+
}, Ri = new WeakMap(), it(TxtLayer, to), it(TxtLayer, eo), it(TxtLayer, Bu), it(TxtLayer, bs, void 0), it(TxtLayer, Er, void 0), it(TxtLayer, Es, void 0), it(TxtLayer, Qa, void 0), it(TxtLayer, ro, void 0), it(TxtLayer, vn, void 0), it(TxtLayer, io, void 0), it(TxtLayer, ei, !1), it(TxtLayer, gn, {}), it(TxtLayer, Is, (e) => e);
|
|
31588
|
+
var As, ni, ku, vc, Os, Ns, eu, Gu, gc, Uu, mc, ao, Hu, yc, zu, bc;
|
|
31588
31589
|
class FrameMng {
|
|
31589
31590
|
constructor(t, e, o, R, N, M, D) {
|
|
31590
31591
|
it(this, ku);
|
|
@@ -31594,7 +31595,7 @@ class FrameMng {
|
|
|
31594
31595
|
it(this, Hu);
|
|
31595
31596
|
it(this, zu);
|
|
31596
31597
|
it(this, As, void 0);
|
|
31597
|
-
it(this,
|
|
31598
|
+
it(this, ni, /* @__PURE__ */ Object.create(null));
|
|
31598
31599
|
it(this, Os, {});
|
|
31599
31600
|
it(this, ao, 1);
|
|
31600
31601
|
this.cfg = t, this.appPixi = o, this.val = R, this.main = N, this.sys = M, this.hTwInf = D, e.add_frame = (L) => ot(this, ku, vc).call(this, L), e.let_frame = (L) => ot(this, Gu, gc).call(this, L), e.set_frame = (L) => ot(this, Uu, mc).call(this, L), e.frame = (L) => ot(this, Hu, yc).call(this, L), e.tsy_frame = (L) => ot(this, zu, bc).call(this, L);
|
|
@@ -31603,23 +31604,23 @@ class FrameMng {
|
|
|
31603
31604
|
rt(this, As, t);
|
|
31604
31605
|
}
|
|
31605
31606
|
destroy() {
|
|
31606
|
-
for (const t in z(this,
|
|
31607
|
-
const e = z(this,
|
|
31607
|
+
for (const t in z(this, ni)) {
|
|
31608
|
+
const e = z(this, ni)[t];
|
|
31608
31609
|
e.parentElement.removeChild(e);
|
|
31609
31610
|
}
|
|
31610
|
-
rt(this,
|
|
31611
|
+
rt(this, ni, /* @__PURE__ */ Object.create(null));
|
|
31611
31612
|
}
|
|
31612
31613
|
getFrmDisabled(t) {
|
|
31613
31614
|
return z(this, Os)[t];
|
|
31614
31615
|
}
|
|
31615
31616
|
cvsResize() {
|
|
31616
|
-
for (const t in z(this,
|
|
31617
|
-
const e = z(this,
|
|
31617
|
+
for (const t in z(this, ni)) {
|
|
31618
|
+
const e = z(this, ni)[t], o = "const.sn.frm." + t, R = Number(this.val.getVal(o + ".x")), N = Number(this.val.getVal(o + ".y")), M = Number(this.val.getVal(o + ".width")), D = Number(this.val.getVal(o + ".height"));
|
|
31618
31619
|
e.style.left = `${this.sys.ofsLeft4elm + R * this.sys.cvsScale}px`, e.style.top = `${this.sys.ofsTop4elm + N * this.sys.cvsScale}px`, e.width = String(M * this.sys.cvsScale), e.height = String(D * this.sys.cvsScale);
|
|
31619
31620
|
}
|
|
31620
31621
|
}
|
|
31621
31622
|
}
|
|
31622
|
-
As = new WeakMap(),
|
|
31623
|
+
As = new WeakMap(), ni = new WeakMap(), ku = new WeakSet(), vc = function(t) {
|
|
31623
31624
|
const { id: e, src: o, alpha: R = 1, scale_x: N = 1, scale_y: M = 1, rotate: D = 0 } = t;
|
|
31624
31625
|
if (!e)
|
|
31625
31626
|
throw "id\u306F\u5FC5\u9808\u3067\u3059";
|
|
@@ -31641,7 +31642,7 @@ As = new WeakMap(), ii = new WeakMap(), ku = new WeakSet(), vc = function(t) {
|
|
|
31641
31642
|
}), V.load((W, X) => {
|
|
31642
31643
|
var q;
|
|
31643
31644
|
const Y = document.getElementById(e);
|
|
31644
|
-
z(this,
|
|
31645
|
+
z(this, ni)[e] = Y, z(this, Os)[e] = !1, Y.srcdoc = String((q = X[o]) == null ? void 0 : q.data).replace("sn_repRes();", "").replace(
|
|
31645
31646
|
/\s(?:src|href)=(["'])(\S+)\1/g,
|
|
31646
31647
|
(Z, K, J) => J.slice(0, 3) === "../" ? this.sys.cur + J.slice(4) : Z.replace(K, K + H.slice(0, H.lastIndexOf("/") + 1))
|
|
31647
31648
|
), Y.onload = () => {
|
|
@@ -31782,8 +31783,8 @@ ${t.id}`, X = new Tween(N).to(D, argChk_Num(t, "time", NaN) * (Boolean(this.val.
|
|
|
31782
31783
|
X.start();
|
|
31783
31784
|
return this.hTwInf[W] = { tw: X, resume: !1 }, !1;
|
|
31784
31785
|
};
|
|
31785
|
-
var Sr, ne, _e, Pi,
|
|
31786
|
-
const
|
|
31786
|
+
var Sr, ne, _e, Pi, bn, Ms, Ds, Ls, En, oo, Eh, si, kr, ju, Ec, ar, Vu, xc, Xu, Tc, Wu, Sc, Jt, Cr, Ir, Fs, Yu, Cc, Bs, ru, qu, Ic, uo, $s, lo, Ai, Oi, Gr, Ce, Ni, Zu, wc, Ie, Ue, Qe, Ku, Rc, Ju, Pc, Qu, Ac, xn, ya, tl, Oc, Ye, el, Nc, rl, Mc, il, Dc, nl, Lc, sl, Fc, Mi, Di, Yn, fr, al, Bc, ks, ol, $c, Ur, Li, Fi, qn, wr, Rr, ul, kc, ll, Gc, hl, Uc, cl, Hc, fl, zc, dl, jc, pl, Vc, vl, Xc, gl, Wc, _l, Yc, ml, qc, yl, Zc, bl, Kc, El, Jc, xl, Qc;
|
|
31787
|
+
const Ki = class {
|
|
31787
31788
|
constructor(t, e, o, R, N, M, D, L, B, $) {
|
|
31788
31789
|
it(this, oo);
|
|
31789
31790
|
it(this, ju);
|
|
@@ -31798,7 +31799,7 @@ const Zi = class {
|
|
|
31798
31799
|
it(this, Ku);
|
|
31799
31800
|
it(this, Ju);
|
|
31800
31801
|
it(this, Qu);
|
|
31801
|
-
it(this,
|
|
31802
|
+
it(this, xn);
|
|
31802
31803
|
it(this, tl);
|
|
31803
31804
|
it(this, el);
|
|
31804
31805
|
it(this, rl);
|
|
@@ -31828,12 +31829,12 @@ const Zi = class {
|
|
|
31828
31829
|
it(this, ne, void 0);
|
|
31829
31830
|
it(this, _e, void 0);
|
|
31830
31831
|
it(this, Pi, void 0);
|
|
31831
|
-
it(this,
|
|
31832
|
+
it(this, bn, void 0);
|
|
31832
31833
|
it(this, Ms, void 0);
|
|
31833
31834
|
it(this, Ds, void 0);
|
|
31834
31835
|
it(this, Ls, void 0);
|
|
31835
|
-
it(this,
|
|
31836
|
-
it(this,
|
|
31836
|
+
it(this, En, void 0);
|
|
31837
|
+
it(this, si, void 0);
|
|
31837
31838
|
it(this, kr, void 0);
|
|
31838
31839
|
it(this, ar, void 0);
|
|
31839
31840
|
it(this, Jt, void 0);
|
|
@@ -31866,7 +31867,7 @@ const Zi = class {
|
|
|
31866
31867
|
}), ot(this, oo, Eh).call(this, z(this, Ir)), !1),
|
|
31867
31868
|
_replaceToken: (X, Y) => (DesignCast.replaceToken(Y), !1),
|
|
31868
31869
|
_selectNode: (X, Y) => (ot(this, oo, Eh).call(this, Y.node), !1)
|
|
31869
|
-
}), rt(this, Ls, ""), rt(this,
|
|
31870
|
+
}), rt(this, Ls, ""), rt(this, En, ""), this.getFrmDisabled = (X) => z(this, Pi).getFrmDisabled(X), rt(this, si, void 0), rt(this, ar, (X, Y = this.currentTxtlayForeNeedErr, q = !0) => Y.tagCh("\uFF5C\u3000\u300A" + X + "\u300B")), this.goTxt = () => {
|
|
31870
31871
|
}, this.breakLine = () => {
|
|
31871
31872
|
}, this.breakPage = () => {
|
|
31872
31873
|
}, rt(this, Jt, {}), rt(this, Cr, []), rt(this, Ir, ""), rt(this, Fs, ""), rt(this, uo, `
|
|
@@ -31917,7 +31918,7 @@ void main(void) {
|
|
|
31917
31918
|
throw "\u6587\u5B57\u30EC\u30A4\u30E4\u30FC\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u6587\u5B57\u8868\u793A\u3084\u64CD\u4F5C\u3059\u308B\u524D\u306B\u3001[add_lay layer=\uFF08\u30EC\u30A4\u30E4\u540D\uFF09 class=txt]\u3067\u6587\u5B57\u30EC\u30A4\u30E4\u3092\u8FFD\u52A0\u3057\u3066\u4E0B\u3055\u3044";
|
|
31918
31919
|
}), rt(this, wr, { text: "" }), rt(this, Rr, []);
|
|
31919
31920
|
const U = () => {
|
|
31920
|
-
D.cvsResize(), this.cvsResizeDesign(), z(this,
|
|
31921
|
+
D.cvsResize(), this.cvsResizeDesign(), z(this, En) ? z(this, Cr).forEach(
|
|
31921
31922
|
(X) => z(this, Jt)[X].fore.cvsResizeChildren()
|
|
31922
31923
|
) : z(this, Cr).forEach(
|
|
31923
31924
|
(X) => z(this, Jt)[X].fore.cvsResize()
|
|
@@ -31933,9 +31934,9 @@ void main(void) {
|
|
|
31933
31934
|
}, 1e3 / 60 * 10));
|
|
31934
31935
|
}, { passive: !0 });
|
|
31935
31936
|
}
|
|
31936
|
-
D.cvsResize(), TxtLayer.init(t, e, R, (X) => this.recText(X), (X) => z(this, Jt)[X.layname].fore === X, o), GrpLayer.init(N, t, o, D, L, R), Button.init(t), rt(this, Pi, new FrameMng(this.cfg, this.hTag, this.appPixi, this.val, N, this.sys, z(this, Ye))), D.hFactoryCls.grp = () => new GrpLayer(), D.hFactoryCls.txt = () => new TxtLayer(), e.loadplugin = (X) => ot(this, Xu, Tc).call(this, X), e.snapshot = (X) => ot(this, Vu, xc).call(this, X), e.add_lay = (X) => ot(this, Wu, Sc).call(this, X), e.clear_lay = (X) => ot(this, qu, Ic).call(this, X), e.finish_trans = () => ot(this,
|
|
31937
|
+
D.cvsResize(), TxtLayer.init(t, e, R, (X) => this.recText(X), (X) => z(this, Jt)[X.layname].fore === X, o), GrpLayer.init(N, t, o, D, L, R), Button.init(t), rt(this, Pi, new FrameMng(this.cfg, this.hTag, this.appPixi, this.val, N, this.sys, z(this, Ye))), D.hFactoryCls.grp = () => new GrpLayer(), D.hFactoryCls.txt = () => new TxtLayer(), e.loadplugin = (X) => ot(this, Xu, Tc).call(this, X), e.snapshot = (X) => ot(this, Vu, xc).call(this, X), e.add_lay = (X) => ot(this, Wu, Sc).call(this, X), e.clear_lay = (X) => ot(this, qu, Ic).call(this, X), e.finish_trans = () => ot(this, xn, ya).call(this), e.lay = (X) => ot(this, Yu, Cc).call(this, X), e.trans = (X) => ot(this, Zu, wc).call(this, X), e.wt = (X) => ot(this, Qu, Ac).call(this, X), e.quake = (X) => ot(this, tl, Oc).call(this, X), e.stop_quake = (X) => e.finish_trans(X), e.wq = (X) => e.wt(X), e.pause_tsy = (X) => ot(this, nl, Lc).call(this, X), e.resume_tsy = (X) => ot(this, sl, Fc).call(this, X), e.stop_tsy = (X) => ot(this, il, Dc).call(this, X), e.tsy = (X) => ot(this, el, Nc).call(this, X), e.wait_tsy = (X) => ot(this, rl, Mc).call(this, X), e.ch = (X) => ot(this, Di, Yn).call(this, X), e.clear_text = (X) => ot(this, ul, kc).call(this, X), e.current = (X) => z(this, ks).call(this, X), e.endlink = (X) => ot(this, ll, Gc).call(this, X), e.er = (X) => ot(this, hl, Uc).call(this, X), e.graph = (X) => ot(this, cl, Hc).call(this, X), e.link = (X) => ot(this, fl, zc).call(this, X), e.r = (X) => ot(this, dl, jc).call(this, X), e.rec_ch = (X) => ot(this, vl, Xc).call(this, X), e.rec_r = () => ot(this, pl, Vc).call(this), e.reset_rec = (X) => ot(this, gl, Wc).call(this, X), e.ruby2 = (X) => ot(this, _l, Yc).call(this, X), e.span = (X) => ot(this, ml, qc).call(this, X), e.tcy = (X) => ot(this, yl, Zc).call(this, X), e.add_face = (X) => GrpLayer.add_face(X), e.wv = (X) => GrpLayer.wv(X), e.dump_lay = (X) => ot(this, bl, Kc).call(this, X), e.enable_event = (X) => ot(this, El, Jc).call(this, X), e.button = (X) => ot(this, xl, Qc).call(this, X), t.existsBreakline && (this.breakLine = () => z(this, ar).call(this, 'grp\uFF5C{"id":"break","pic":"breakline"}')), t.existsBreakpage && (this.breakPage = () => z(this, ar).call(this, 'grp\uFF5C{"id":"break","pic":"breakpage"}')), rt(this, bn, parseColor(String(t.oCfg.init.bg_color)));
|
|
31937
31938
|
const H = new Graphics();
|
|
31938
|
-
H.beginFill(z(this,
|
|
31939
|
+
H.beginFill(z(this, bn), 1).lineStyle(0, z(this, bn)).drawRect(0, 0, CmnLib.stageW, CmnLib.stageH).endFill(), z(this, ne).addChild(H.clone()), z(this, _e).addChild(H), z(this, _e).visible = !1, rt(this, Sr, this.appPixi.stage), z(this, Sr).addChild(z(this, _e)), z(this, Sr).addChild(z(this, ne)), z(this, Sr).addChild(z(this, Oi)), z(this, Sr).addChild(z(this, Ce)), this.appPixi.ticker.add(z(this, Ms));
|
|
31939
31940
|
const V = (X, Y) => {
|
|
31940
31941
|
ot(this, ju, Ec).call(this, Number(Y));
|
|
31941
31942
|
};
|
|
@@ -31954,8 +31955,8 @@ void main(void) {
|
|
|
31954
31955
|
cvsResizeDesign() {
|
|
31955
31956
|
}
|
|
31956
31957
|
cover(t, e = 0) {
|
|
31957
|
-
z(this,
|
|
31958
|
-
rt(this,
|
|
31958
|
+
z(this, si) && (z(this, Sr).removeChild(z(this, si)), z(this, si).destroy(), rt(this, si, void 0)), t && z(this, Sr).addChild(
|
|
31959
|
+
rt(this, si, new Graphics()).beginFill(e).lineStyle(0, e).drawRect(0, 0, CmnLib.stageW, CmnLib.stageH).endFill()
|
|
31959
31960
|
);
|
|
31960
31961
|
}
|
|
31961
31962
|
setEvtMng(t) {
|
|
@@ -31966,7 +31967,7 @@ void main(void) {
|
|
|
31966
31967
|
z(this, Jt)[t].destroy();
|
|
31967
31968
|
}
|
|
31968
31969
|
destroy() {
|
|
31969
|
-
GrpLayer.destroy(), RubySpliter.destroy(), TxtStage.destroy(), TxtLayer.destroy(), z(this, Pi).destroy(), this.stopAllTw(), this.appPixi.ticker.remove(z(this, Ms)), rt(
|
|
31970
|
+
GrpLayer.destroy(), RubySpliter.destroy(), TxtStage.destroy(), TxtLayer.destroy(), z(this, Pi).destroy(), this.stopAllTw(), this.appPixi.ticker.remove(z(this, Ms)), rt(Ki, Mi, 10);
|
|
31970
31971
|
}
|
|
31971
31972
|
stopAllTw() {
|
|
31972
31973
|
rt(this, Ye, {}), removeAll();
|
|
@@ -31981,13 +31982,13 @@ void main(void) {
|
|
|
31981
31982
|
}) : !1;
|
|
31982
31983
|
}
|
|
31983
31984
|
static get msecChWait() {
|
|
31984
|
-
return z(
|
|
31985
|
+
return z(Ki, Mi);
|
|
31985
31986
|
}
|
|
31986
31987
|
static set msecChWait(t) {
|
|
31987
|
-
rt(
|
|
31988
|
+
rt(Ki, Mi, t);
|
|
31988
31989
|
}
|
|
31989
31990
|
setNormalChWait() {
|
|
31990
|
-
rt(
|
|
31991
|
+
rt(Ki, Mi, this.scrItr.normalWait);
|
|
31991
31992
|
}
|
|
31992
31993
|
get currentTxtlayForeNeedErr() {
|
|
31993
31994
|
return z(this, Li).call(this), this.currentTxtlayFore;
|
|
@@ -32043,12 +32044,12 @@ void main(void) {
|
|
|
32043
32044
|
}).catch((L) => console.error("fn:LayerMng.ts playback e:%o", L));
|
|
32044
32045
|
}
|
|
32045
32046
|
};
|
|
32046
|
-
let LayerMng =
|
|
32047
|
-
Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
32048
|
-
[Pe(this, Ls)._, this.
|
|
32047
|
+
let LayerMng = Ki;
|
|
32048
|
+
Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(), bn = new WeakMap(), Ms = new WeakMap(), Ds = new WeakMap(), Ls = new WeakMap(), En = new WeakMap(), oo = new WeakSet(), Eh = function(t) {
|
|
32049
|
+
[Pe(this, Ls)._, this.En = ""] = t.split("/");
|
|
32049
32050
|
const e = z(this, Jt)[z(this, Ls)];
|
|
32050
|
-
!e || (DesignCast.allHide(), z(this,
|
|
32051
|
-
},
|
|
32051
|
+
!e || (DesignCast.allHide(), z(this, En) ? e.fore.showDesignCastChildren() : e.fore.showDesignCast());
|
|
32052
|
+
}, si = new WeakMap(), kr = new WeakMap(), ju = new WeakSet(), Ec = function(t) {
|
|
32052
32053
|
ot(this, Ue, Qe).call(this).forEach((e) => {
|
|
32053
32054
|
const o = z(this, Jt)[e];
|
|
32054
32055
|
o.fore instanceof TxtLayer && (o.fore.chgBackAlpha(t), o.back.chgBackAlpha(t));
|
|
@@ -32057,7 +32058,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32057
32058
|
const e = t.fn ? t.fn.slice(0, 10) === "userdata:/" ? t.fn : `downloads:/${t.fn + getDateStr("-", "_", "", "_")}.png` : `downloads:/snapshot${getDateStr("-", "_", "", "_")}.png`, o = this.cfg.searchPath(e);
|
|
32058
32059
|
if (this.sys.canCapturePage(o))
|
|
32059
32060
|
return !1;
|
|
32060
|
-
const R = getExt(o), N = argChk_Color(t, "b_color", z(this,
|
|
32061
|
+
const R = getExt(o), N = argChk_Color(t, "b_color", z(this, bn)), M = autoDetectRenderer({
|
|
32061
32062
|
width: argChk_Num(t, "width", CmnLib.stageW),
|
|
32062
32063
|
height: argChk_Num(t, "height", CmnLib.stageH),
|
|
32063
32064
|
backgroundAlpha: N > 16777216 && R === "png" ? 0 : 1,
|
|
@@ -32110,7 +32111,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32110
32111
|
case "txt":
|
|
32111
32112
|
z(this, Ir) || (rt(this, Li, () => {
|
|
32112
32113
|
}), rt(this, fr, ot(this, al, Bc)), rt(this, ks, ot(this, ol, $c)), this.hTag.current({ layer: e }), this.goTxt = () => {
|
|
32113
|
-
this.val.getVal("sn.skip.enabled") ? rt(
|
|
32114
|
+
this.val.getVal("sn.skip.enabled") ? rt(Ki, Mi, 0) : this.setNormalChWait(), ot(this, Ue, Qe).call(this).forEach((N) => {
|
|
32114
32115
|
const M = z(this, Jt)[N].fore;
|
|
32115
32116
|
M instanceof TxtLayer && z(this, ar).call(this, "gotxt\uFF5C", M, !1);
|
|
32116
32117
|
});
|
|
@@ -32153,7 +32154,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32153
32154
|
t.page === "both" ? (o.fore.clearLay(t), o.back.clearLay(t)) : o.getPage(t).clearLay(t);
|
|
32154
32155
|
}), !1;
|
|
32155
32156
|
}, uo = new WeakMap(), $s = new WeakMap(), lo = new WeakMap(), Ai = new WeakMap(), Oi = new WeakMap(), Gr = new WeakMap(), Ce = new WeakMap(), Ni = new WeakMap(), Zu = new WeakSet(), wc = function(t) {
|
|
32156
|
-
ot(this,
|
|
32157
|
+
ot(this, xn, ya).call(this);
|
|
32157
32158
|
const e = CmnTween.ease(t.ease);
|
|
32158
32159
|
rt(this, Ni, []);
|
|
32159
32160
|
const o = {}, R = [];
|
|
@@ -32241,12 +32242,12 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32241
32242
|
return R < N ? -1 : R > N ? 1 : 0;
|
|
32242
32243
|
});
|
|
32243
32244
|
}, Qu = new WeakSet(), Ac = function(t) {
|
|
32244
|
-
return z(this, Ie).tw ? (z(this, Ie).resume = !0, z(this, kr).waitLimitedEvent(t, () => ot(this,
|
|
32245
|
-
},
|
|
32245
|
+
return z(this, Ie).tw ? (z(this, Ie).resume = !0, z(this, kr).waitLimitedEvent(t, () => ot(this, xn, ya).call(this))) : !1;
|
|
32246
|
+
}, xn = new WeakSet(), ya = function() {
|
|
32246
32247
|
var t;
|
|
32247
32248
|
return (t = z(this, Ie).tw) == null || t.end(), !1;
|
|
32248
32249
|
}, tl = new WeakSet(), Oc = function(t) {
|
|
32249
|
-
ot(this,
|
|
32250
|
+
ot(this, xn, ya).call(this);
|
|
32250
32251
|
const e = argChk_Num(t, "time", NaN);
|
|
32251
32252
|
if (e === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this, kr).isSkippingByKeyDown())
|
|
32252
32253
|
return !1;
|
|
@@ -32431,11 +32432,11 @@ ${t.id}` : (o = t.name) != null ? o : t.layer;
|
|
|
32431
32432
|
var e, o, R;
|
|
32432
32433
|
return Pages.argChk_page(t, "back"), (e = t.clicksebuf) != null || (t.clicksebuf = "SYS"), (o = t.entersebuf) != null || (t.entersebuf = "SYS"), (R = t.leavesebuf) != null || (t.leavesebuf = "SYS"), t.fn || (t.fn = this.scrItr.scriptFn), z(this, fr).call(this, t).addButton(t), this.scrItr.recodeDesign(t), !1;
|
|
32433
32434
|
}, it(LayerMng, Mi, 10);
|
|
32434
|
-
var ye, de, Tl, tf, ho,
|
|
32435
|
+
var ye, de, Tl, tf, ho, Tn, ba;
|
|
32435
32436
|
class FocusMng {
|
|
32436
32437
|
constructor() {
|
|
32437
32438
|
it(this, Tl);
|
|
32438
|
-
it(this,
|
|
32439
|
+
it(this, Tn);
|
|
32439
32440
|
it(this, ye, []);
|
|
32440
32441
|
it(this, de, -1);
|
|
32441
32442
|
it(this, ho, CmnLib.debugLog ? (t) => console.log(`\u{1F47E} <FocusMng idx:${t} btn:%o`, z(this, ye)[t].btn) : () => {
|
|
@@ -32511,7 +32512,7 @@ class FocusMng {
|
|
|
32511
32512
|
return z(this, de) < 0 ? !1 : z(this, ye)[z(this, de)].btn === t;
|
|
32512
32513
|
}
|
|
32513
32514
|
prev() {
|
|
32514
|
-
ot(this,
|
|
32515
|
+
ot(this, Tn, ba).call(this);
|
|
32515
32516
|
const t = z(this, ye).length;
|
|
32516
32517
|
if (t !== 0) {
|
|
32517
32518
|
--Pe(this, de)._ < 0 && rt(this, de, t - 1);
|
|
@@ -32526,7 +32527,7 @@ class FocusMng {
|
|
|
32526
32527
|
}
|
|
32527
32528
|
}
|
|
32528
32529
|
next() {
|
|
32529
|
-
ot(this,
|
|
32530
|
+
ot(this, Tn, ba).call(this);
|
|
32530
32531
|
const t = z(this, ye).length;
|
|
32531
32532
|
if (t !== 0) {
|
|
32532
32533
|
++Pe(this, de)._ >= t && rt(this, de, 0);
|
|
@@ -32543,12 +32544,12 @@ class FocusMng {
|
|
|
32543
32544
|
getFocus() {
|
|
32544
32545
|
if (z(this, de) < 0)
|
|
32545
32546
|
return;
|
|
32546
|
-
ot(this,
|
|
32547
|
+
ot(this, Tn, ba).call(this), z(this, de) >= z(this, ye).length && rt(this, de, 0);
|
|
32547
32548
|
const t = z(this, ye)[z(this, de)];
|
|
32548
32549
|
return t.on() ? t.btn : void 0;
|
|
32549
32550
|
}
|
|
32550
32551
|
blur() {
|
|
32551
|
-
ot(this,
|
|
32552
|
+
ot(this, Tn, ba).call(this), rt(this, de, -1), globalThis.focus();
|
|
32552
32553
|
}
|
|
32553
32554
|
}
|
|
32554
32555
|
ye = new WeakMap(), de = new WeakMap(), Tl = new WeakSet(), tf = function(t, e) {
|
|
@@ -32558,7 +32559,7 @@ ye = new WeakMap(), de = new WeakMap(), Tl = new WeakSet(), tf = function(t, e)
|
|
|
32558
32559
|
o[(N + R + (e === "ArrowUp" ? -1 : 1)) % R].checked = !0;
|
|
32559
32560
|
break;
|
|
32560
32561
|
}
|
|
32561
|
-
}, ho = new WeakMap(),
|
|
32562
|
+
}, ho = new WeakMap(), Tn = new WeakSet(), ba = function() {
|
|
32562
32563
|
for (let t = z(this, ye).length - 1; t >= 0; --t) {
|
|
32563
32564
|
const e = z(this, ye)[t];
|
|
32564
32565
|
!(e.btn instanceof Container) || e.btn.parent ? e.off() : z(this, ye).splice(t, 1);
|
|
@@ -33538,7 +33539,7 @@ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyS
|
|
|
33538
33539
|
defaultModifiers
|
|
33539
33540
|
});
|
|
33540
33541
|
const { GamepadListener } = require("gamepad.js");
|
|
33541
|
-
var Hr, Bi, Le, co, fo, xh, po, Th, vo, Sh, Gs, Us, go, Ch, Ee, dr,
|
|
33542
|
+
var Hr, Bi, Le, co, fo, xh, po, Th, vo, Sh, Gs, Us, go, Ch, Ee, dr, ai, oi, _o, $i, Zn, mo, yo, He, Hs, zs, bo, Sl, ef, Eo, Sn, Cl, rf, xo, Ih, Il, nf, To, wh, Cn, Ea, In, wl, sf, Rl, af, pr, Pl, of, Al, uf, js, iu, ui, wn, Rn, Ol, lf, ze;
|
|
33542
33543
|
class EventMng {
|
|
33543
33544
|
constructor(t, e, o, R, N, M, D, L, B) {
|
|
33544
33545
|
it(this, fo);
|
|
@@ -33551,7 +33552,7 @@ class EventMng {
|
|
|
33551
33552
|
it(this, xo);
|
|
33552
33553
|
it(this, Il);
|
|
33553
33554
|
it(this, To);
|
|
33554
|
-
it(this,
|
|
33555
|
+
it(this, Cn);
|
|
33555
33556
|
it(this, wl);
|
|
33556
33557
|
it(this, Rl);
|
|
33557
33558
|
it(this, Pl);
|
|
@@ -33570,8 +33571,8 @@ class EventMng {
|
|
|
33570
33571
|
it(this, Us, !1);
|
|
33571
33572
|
it(this, Ee, {});
|
|
33572
33573
|
it(this, dr, {});
|
|
33573
|
-
it(this, si, !1);
|
|
33574
33574
|
it(this, ai, !1);
|
|
33575
|
+
it(this, oi, !1);
|
|
33575
33576
|
it(this, _o, (t) => {
|
|
33576
33577
|
var e;
|
|
33577
33578
|
return (e = z(this, Ee)[t]) != null ? e : z(this, dr)[t];
|
|
@@ -33592,13 +33593,13 @@ class EventMng {
|
|
|
33592
33593
|
});
|
|
33593
33594
|
it(this, Eo, (t, e) => {
|
|
33594
33595
|
});
|
|
33595
|
-
it(this,
|
|
33596
|
-
it(this,
|
|
33596
|
+
it(this, Sn, new EventListenerCtn());
|
|
33597
|
+
it(this, In, () => this.layMng.goTxt());
|
|
33597
33598
|
it(this, pr, () => !1);
|
|
33598
|
-
it(this,
|
|
33599
|
+
it(this, ui, () => {
|
|
33599
33600
|
});
|
|
33600
|
-
it(this,
|
|
33601
|
-
it(this,
|
|
33601
|
+
it(this, wn, new EventEmitter$4());
|
|
33602
|
+
it(this, Rn, "sn:notice_comp_txt");
|
|
33602
33603
|
it(this, ze, {
|
|
33603
33604
|
Alt: 0,
|
|
33604
33605
|
Meta: 0,
|
|
@@ -33615,15 +33616,15 @@ class EventMng {
|
|
|
33615
33616
|
}, !1, !0)), e.set_cancel_skip = () => ot(this, Pl, of).call(this), e.set_focus = (X) => ot(this, Al, uf).call(this, X), e.wait = (X) => ot(this, js, iu).call(this, X), e.waitclick = () => ot(this, Ol, lf).call(this), D.setEvtMng(this), L.setOtherObj(this, N), TxtLayer.setEvtMng(R, this, B), N.setEvtMng(this), B.setFire((X, Y) => this.fire(X, Y)), CmnLib.isDbg) {
|
|
33616
33617
|
const X = {
|
|
33617
33618
|
pause: () => {
|
|
33618
|
-
if (rt(this,
|
|
33619
|
+
if (rt(this, ai, !0), !z(this, oi))
|
|
33619
33620
|
return;
|
|
33620
33621
|
const Y = {};
|
|
33621
33622
|
this.scrItr.recodeDesign(Y), this.sys.callHook("_enterDesign", Y), this.sys.send2Dbg("_enterDesign", Y);
|
|
33622
33623
|
},
|
|
33623
|
-
stopOnBreakpoint: () => rt(this,
|
|
33624
|
-
stopOnDataBreakpoint: () => rt(this,
|
|
33625
|
-
continue: () => rt(this,
|
|
33626
|
-
disconnect: () => rt(this,
|
|
33624
|
+
stopOnBreakpoint: () => rt(this, ai, !0),
|
|
33625
|
+
stopOnDataBreakpoint: () => rt(this, ai, !0),
|
|
33626
|
+
continue: () => rt(this, ai, !1),
|
|
33627
|
+
disconnect: () => rt(this, ai, !1)
|
|
33627
33628
|
};
|
|
33628
33629
|
X.attach = X.stopOnEntry = X.stopOnStep = X.stopOnStepIn = X.stopOnStepOut = X.stopOnBackstep = X.pause, B.addHook((Y) => {
|
|
33629
33630
|
var q;
|
|
@@ -33726,7 +33727,7 @@ class EventMng {
|
|
|
33726
33727
|
}
|
|
33727
33728
|
fire(t, e) {
|
|
33728
33729
|
var N;
|
|
33729
|
-
if (z(this, pr).call(this) || !z(this,
|
|
33730
|
+
if (z(this, pr).call(this) || !z(this, oi) || z(this, ai))
|
|
33730
33731
|
return;
|
|
33731
33732
|
const o = t.toLowerCase();
|
|
33732
33733
|
if (CmnLib.debugLog && console.log(`\u{1F47A} fire<(key:\`${o}\` type:${e.type} e:%o)`, { ...e }), o === "enter") {
|
|
@@ -33744,7 +33745,7 @@ class EventMng {
|
|
|
33744
33745
|
);
|
|
33745
33746
|
return;
|
|
33746
33747
|
}
|
|
33747
|
-
o.slice(-5) !== "wheel" && ((N = e.preventDefault) == null || N.call(e)), e.stopPropagation(), !(o.slice(0, 4) !== "dom=" && this.layMng.clickTxtLay()) && (rt(this,
|
|
33748
|
+
o.slice(-5) !== "wheel" && ((N = e.preventDefault) == null || N.call(e)), e.stopPropagation(), !(o.slice(0, 4) !== "dom=" && this.layMng.clickTxtLay()) && (rt(this, oi, !1), R(e), z(this, He).hidden = !0);
|
|
33748
33749
|
}
|
|
33749
33750
|
popLocalEvts() {
|
|
33750
33751
|
const t = z(this, Ee);
|
|
@@ -33807,23 +33808,23 @@ class EventMng {
|
|
|
33807
33808
|
z(this, He).hidden = !0;
|
|
33808
33809
|
}
|
|
33809
33810
|
waitLimitedEvent(t, e) {
|
|
33810
|
-
z(this,
|
|
33811
|
+
z(this, In).call(this), this.val.saveKidoku();
|
|
33811
33812
|
const o = () => {
|
|
33812
|
-
z(this,
|
|
33813
|
+
z(this, Sn).clear(), e();
|
|
33813
33814
|
};
|
|
33814
33815
|
if (this.val.getVal("tmp:sn.skip.enabled"))
|
|
33815
33816
|
if (!this.val.getVal("tmp:sn.skip.all") && !this.scrItr.isNextKidoku)
|
|
33816
33817
|
z(this, pr).call(this);
|
|
33817
33818
|
else
|
|
33818
33819
|
return o(), !1;
|
|
33819
|
-
return argChk_Boolean(t, "canskip", !0) && (z(this,
|
|
33820
|
+
return argChk_Boolean(t, "canskip", !0) && (z(this, Sn).add(window, "pointerdown", (R) => {
|
|
33820
33821
|
R.stopPropagation(), o();
|
|
33821
|
-
}), z(this,
|
|
33822
|
+
}), z(this, Sn).add(window, "keydown", (R) => {
|
|
33822
33823
|
R.isComposing || (R.stopPropagation(), o());
|
|
33823
|
-
}), z(this, Eo).call(this, z(this,
|
|
33824
|
+
}), z(this, Eo).call(this, z(this, Sn), o)), !0;
|
|
33824
33825
|
}
|
|
33825
33826
|
noticeCompTxt() {
|
|
33826
|
-
z(this,
|
|
33827
|
+
z(this, wn).emit(z(this, Rn));
|
|
33827
33828
|
}
|
|
33828
33829
|
isSkippingByKeyDown() {
|
|
33829
33830
|
if (this.scrItr.skip4page)
|
|
@@ -33861,11 +33862,11 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33861
33862
|
}
|
|
33862
33863
|
rt(this, Gs, !1);
|
|
33863
33864
|
}, 250);
|
|
33864
|
-
}, Ee = new WeakMap(), dr = new WeakMap(),
|
|
33865
|
-
if (z(this,
|
|
33865
|
+
}, Ee = new WeakMap(), dr = new WeakMap(), ai = new WeakMap(), oi = new WeakMap(), _o = new WeakMap(), $i = new WeakSet(), Zn = function(t, e = !0, o = !0) {
|
|
33866
|
+
if (z(this, In).call(this), this.val.saveKidoku(), e ? z(this, Ee).click = z(this, Ee).enter = z(this, Ee).arrowdown = z(this, Ee)["wheel.y>0"] = t : (delete z(this, Ee).click, delete z(this, Ee).enter, delete z(this, Ee).arrowdown, delete z(this, Ee)["wheel.y>0"]), rt(this, _o, o ? (R) => {
|
|
33866
33867
|
var N;
|
|
33867
33868
|
return (N = z(this, Ee)[R]) != null ? N : z(this, dr)[R];
|
|
33868
|
-
} : (R) => z(this, Ee)[R]), rt(this,
|
|
33869
|
+
} : (R) => z(this, Ee)[R]), rt(this, oi, !0), z(this, mo).call(this), CmnLib.debugLog) {
|
|
33869
33870
|
const R = /* @__PURE__ */ Object.create(null);
|
|
33870
33871
|
R.local = Object.keys(z(this, Ee)), R.global = Object.keys(z(this, dr)), console.log("\u{1F38D} wait event... %o", R);
|
|
33871
33872
|
}
|
|
@@ -33894,13 +33895,13 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33894
33895
|
width: o.width,
|
|
33895
33896
|
height: o.height
|
|
33896
33897
|
}), z(this, zs).update(), z(this, He).hidden = !1;
|
|
33897
|
-
}, Eo = new WeakMap(),
|
|
33898
|
+
}, Eo = new WeakMap(), Sn = new WeakMap(), Cl = new WeakSet(), rf = function(t) {
|
|
33898
33899
|
const e = argChk_Boolean(t, "global", !1), o = e ? z(this, dr) : z(this, Ee);
|
|
33899
33900
|
for (const R in o)
|
|
33900
33901
|
ot(this, xo, Ih).call(this, R, o[R]);
|
|
33901
|
-
return e ? rt(this, dr, {}) : rt(this, Ee, {}), rt(this,
|
|
33902
|
+
return e ? rt(this, dr, {}) : rt(this, Ee, {}), rt(this, oi, !1), !1;
|
|
33902
33903
|
}, xo = new WeakSet(), Ih = function(t, e) {
|
|
33903
|
-
t.slice(0, 4) === "dom=" && ot(this,
|
|
33904
|
+
t.slice(0, 4) === "dom=" && ot(this, Cn, Ea).call(this, t).el.forEach((o) => o.removeEventListener("click", e));
|
|
33904
33905
|
}, Il = new WeakSet(), nf = function(t) {
|
|
33905
33906
|
var M, D;
|
|
33906
33907
|
const e = t.key;
|
|
@@ -33913,7 +33914,7 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33913
33914
|
return ot(this, xo, Ih).call(this, e, N[o]), delete N[o], !1;
|
|
33914
33915
|
}
|
|
33915
33916
|
if ((M = t.fn) != null || (t.fn = this.scrItr.scriptFn), e.slice(0, 4) === "dom=") {
|
|
33916
|
-
const L = ot(this,
|
|
33917
|
+
const L = ot(this, Cn, Ea).call(this, e);
|
|
33917
33918
|
if (L.el.length === 0) {
|
|
33918
33919
|
if (argChk_Boolean(t, "need_err", !0))
|
|
33919
33920
|
throw `HTML\u5185\u306B\u30BB\u30EC\u30AF\u30BF\uFF08${L.sel}\uFF09\u306B\u5BFE\u5FDC\u3059\u308B\u8981\u7D20\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u3092\u8A31\u5BB9\u3059\u308B\u306A\u3089\u3001need_err=false \u3068\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044`;
|
|
@@ -33934,7 +33935,7 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33934
33935
|
}
|
|
33935
33936
|
B.forEach((U, H) => L.el.forEach((V) => {
|
|
33936
33937
|
z(this, Hr).add(V, U, (W) => {
|
|
33937
|
-
if (!z(this,
|
|
33938
|
+
if (!z(this, oi) || this.layMng.getFrmDisabled(L.id) || U === "keydown" && W.key !== "Enter")
|
|
33938
33939
|
return;
|
|
33939
33940
|
const X = V.dataset;
|
|
33940
33941
|
for (const Y in X)
|
|
@@ -33959,7 +33960,7 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33959
33960
|
e = e.parentElement;
|
|
33960
33961
|
} while (e !== null);
|
|
33961
33962
|
return !0;
|
|
33962
|
-
},
|
|
33963
|
+
}, Cn = new WeakSet(), Ea = function(t) {
|
|
33963
33964
|
const e = t.indexOf(":");
|
|
33964
33965
|
let o = "";
|
|
33965
33966
|
if (e >= 0) {
|
|
@@ -33970,11 +33971,11 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33970
33971
|
return o = t.slice(e + 1), { el: D.document.querySelectorAll(o), id: R, sel: o };
|
|
33971
33972
|
}
|
|
33972
33973
|
return o = t.slice(4), { el: document.querySelectorAll(o), id: "", sel: o };
|
|
33973
|
-
},
|
|
33974
|
+
}, In = new WeakMap(), wl = new WeakSet(), sf = function(t) {
|
|
33974
33975
|
if (this.scrItr.skip4page)
|
|
33975
33976
|
return !1;
|
|
33976
33977
|
if (!this.val.getVal("tmp:sn.tagL.enabled"))
|
|
33977
|
-
return z(this,
|
|
33978
|
+
return z(this, In).call(this), !1;
|
|
33978
33979
|
if (this.val.getVal("tmp:sn.skip.enabled")) {
|
|
33979
33980
|
if (!this.val.getVal("tmp:sn.skip.all") && !this.scrItr.isNextKidoku)
|
|
33980
33981
|
z(this, pr).call(this);
|
|
@@ -33989,7 +33990,7 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33989
33990
|
if (!this.val.getVal("tmp:sn.skip.all") && !this.scrItr.isNextKidoku)
|
|
33990
33991
|
z(this, pr).call(this);
|
|
33991
33992
|
else if (this.val.getVal("sys:sn.skip.mode") == "s")
|
|
33992
|
-
return z(this,
|
|
33993
|
+
return z(this, In).call(this), !1;
|
|
33993
33994
|
}
|
|
33994
33995
|
if (this.val.getVal("tmp:sn.auto.enabled"))
|
|
33995
33996
|
return ot(this, js, iu).call(this, {
|
|
@@ -34003,11 +34004,11 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
34003
34004
|
this.hTag.er(t), e();
|
|
34004
34005
|
} : e);
|
|
34005
34006
|
}, pr = new WeakMap(), Pl = new WeakSet(), of = function() {
|
|
34006
|
-
return rt(this, pr, () => (rt(this, pr, () => !1), this.val.setVal_Nochk("tmp", "sn.tagL.enabled", !0), this.val.setVal_Nochk("tmp", "sn.skip.enabled", !1), this.val.setVal_Nochk("tmp", "sn.auto.enabled", !1), this.layMng.setNormalChWait(), z(this,
|
|
34007
|
+
return rt(this, pr, () => (rt(this, pr, () => !1), this.val.setVal_Nochk("tmp", "sn.tagL.enabled", !0), this.val.setVal_Nochk("tmp", "sn.skip.enabled", !1), this.val.setVal_Nochk("tmp", "sn.auto.enabled", !1), this.layMng.setNormalChWait(), z(this, ui).call(this), !0)), !1;
|
|
34007
34008
|
}, Al = new WeakSet(), uf = function(t) {
|
|
34008
34009
|
const { add: e, del: o, to: R } = t;
|
|
34009
34010
|
if ((e == null ? void 0 : e.slice(0, 4)) === "dom=") {
|
|
34010
|
-
const N = ot(this,
|
|
34011
|
+
const N = ot(this, Cn, Ea).call(this, e);
|
|
34011
34012
|
if (N.el.length === 0 && argChk_Boolean(t, "need_err", !0))
|
|
34012
34013
|
throw `HTML\u5185\u306B\u30BB\u30EC\u30AF\u30BF\uFF08${N.sel}\uFF09\u306B\u5BFE\u5FDC\u3059\u308B\u8981\u7D20\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u3092\u8A31\u5BB9\u3059\u308B\u306A\u3089\u3001need_err=false \u3068\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044`;
|
|
34013
34014
|
return N.el.forEach((M) => z(this, Le).add(
|
|
@@ -34018,7 +34019,7 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
34018
34019
|
)), !1;
|
|
34019
34020
|
}
|
|
34020
34021
|
if ((o == null ? void 0 : o.slice(0, 4)) === "dom=") {
|
|
34021
|
-
const N = ot(this,
|
|
34022
|
+
const N = ot(this, Cn, Ea).call(this, o);
|
|
34022
34023
|
if (N.el.length === 0 && argChk_Boolean(t, "need_err", !0))
|
|
34023
34024
|
throw `HTML\u5185\u306B\u30BB\u30EC\u30AF\u30BF\uFF08${N.sel}\uFF09\u306B\u5BFE\u5FDC\u3059\u308B\u8981\u7D20\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u5B58\u5728\u3057\u306A\u3044\u5834\u5408\u3092\u8A31\u5BB9\u3059\u308B\u306A\u3089\u3001need_err=false \u3068\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044`;
|
|
34024
34025
|
return N.el.forEach((M) => z(this, Le).remove(M)), !1;
|
|
@@ -34039,22 +34040,22 @@ Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
34039
34040
|
return !1;
|
|
34040
34041
|
}, js = new WeakSet(), iu = function(t) {
|
|
34041
34042
|
const e = argChk_Num(t, "time", NaN);
|
|
34042
|
-
return this.scrItr.skip4page ? !1 : this.val.getVal("tmp:sn.skip.enabled") ? (!this.val.getVal("tmp:sn.skip.all") && !this.scrItr.isNextKidoku && z(this, pr).call(this), !1) : (z(this,
|
|
34043
|
-
z(this,
|
|
34043
|
+
return this.scrItr.skip4page ? !1 : this.val.getVal("tmp:sn.skip.enabled") ? (!this.val.getVal("tmp:sn.skip.all") && !this.scrItr.isNextKidoku && z(this, pr).call(this), !1) : (z(this, wn).once(z(this, Rn), () => {
|
|
34044
|
+
z(this, wn).off(z(this, Rn));
|
|
34044
34045
|
const o = new Tween({}).to({}, e).onComplete(() => {
|
|
34045
|
-
rt(this,
|
|
34046
|
+
rt(this, ui, () => {
|
|
34046
34047
|
}), o.stop(), this.main.resume();
|
|
34047
34048
|
}).start();
|
|
34048
|
-
rt(this,
|
|
34049
|
-
}), rt(this,
|
|
34050
|
-
rt(this,
|
|
34051
|
-
}), z(this,
|
|
34049
|
+
rt(this, ui, () => o.end());
|
|
34050
|
+
}), rt(this, ui, () => {
|
|
34051
|
+
rt(this, ui, () => {
|
|
34052
|
+
}), z(this, wn).off(z(this, Rn));
|
|
34052
34053
|
}), this.waitEvent(
|
|
34053
|
-
() => z(this,
|
|
34054
|
+
() => z(this, ui).call(this),
|
|
34054
34055
|
argChk_Boolean(t, "canskip", !0),
|
|
34055
34056
|
argChk_Boolean(t, "global", !1)
|
|
34056
34057
|
));
|
|
34057
|
-
},
|
|
34058
|
+
}, ui = new WeakMap(), wn = new WeakMap(), Rn = new WeakMap(), Ol = new WeakSet(), lf = function() {
|
|
34058
34059
|
return this.scrItr.skip4page ? !1 : ((this.val.getVal("tmp:sn.skip.enabled") || this.val.getVal("tmp:sn.auto.enabled")) && z(this, pr).call(this), ot(this, $i, Zn).call(this, () => this.main.resume()));
|
|
34059
34060
|
}, ze = new WeakMap();
|
|
34060
34061
|
class CallStack {
|
|
@@ -34062,20 +34063,20 @@ class CallStack {
|
|
|
34062
34063
|
this.fn = t, this.idx = e, this.csArg = o, this.toString = () => `[fn:${this.fn}, idx:${this.idx}, csArg:${this.csArg}]`;
|
|
34063
34064
|
}
|
|
34064
34065
|
}
|
|
34065
|
-
var Xt, ee, Ht, fe, ce,
|
|
34066
|
+
var Xt, ee, Ht, fe, ce, li, So, Rh, ki, Pn, Nl, hi, Co, Ph, Io, Ah, Vs, Gi, Kn, An, xa, On, ci, xe, Ml, hf, Nn, Ta, Dl, cf, Xs, Ws, or, Ll, ff, Fl, df, fi, qi, Bl, pf, Ui, Hi, Ys, qs, Zs, qe, $l, vf, kl, gf, Gl, _f, wo, Oh, Ul, mf, Hl, yf, zl, bf, Ro, Nh, Ks, Mn, Sa, zi, di, Zi, Po, Mh, Js, Ao, Dh, Oo, No, Qs, ji, ta, jl, Ef, je, Vl, xf, Mo, Lh, Do, Lo, Fo, Xl, Tf, zr, Bo, Fh, Wl, Sf, Yl, Cf, ql, If, ea, Dn, Zl, wf, ra, nu, Ln, Kl, Rf, vr, Jl, Pf, ia, su, Ql, Af, gr, Oe;
|
|
34066
34067
|
const tr = class {
|
|
34067
34068
|
constructor(t, e, o, R, N, M, D, L, B) {
|
|
34068
34069
|
it(this, So);
|
|
34069
34070
|
it(this, Co);
|
|
34070
34071
|
it(this, Io);
|
|
34071
34072
|
it(this, Gi);
|
|
34072
|
-
it(this,
|
|
34073
|
+
it(this, An);
|
|
34073
34074
|
it(this, Ml);
|
|
34074
|
-
it(this,
|
|
34075
|
+
it(this, Nn);
|
|
34075
34076
|
it(this, Dl);
|
|
34076
34077
|
it(this, Ll);
|
|
34077
34078
|
it(this, Fl);
|
|
34078
|
-
it(this,
|
|
34079
|
+
it(this, fi);
|
|
34079
34080
|
it(this, Bl);
|
|
34080
34081
|
it(this, $l);
|
|
34081
34082
|
it(this, kl);
|
|
@@ -34085,8 +34086,8 @@ const tr = class {
|
|
|
34085
34086
|
it(this, Hl);
|
|
34086
34087
|
it(this, zl);
|
|
34087
34088
|
it(this, Ro);
|
|
34088
|
-
it(this,
|
|
34089
|
-
it(this,
|
|
34089
|
+
it(this, Mn);
|
|
34090
|
+
it(this, di);
|
|
34090
34091
|
it(this, Po);
|
|
34091
34092
|
it(this, Ao);
|
|
34092
34093
|
it(this, jl);
|
|
@@ -34108,10 +34109,10 @@ const tr = class {
|
|
|
34108
34109
|
it(this, Ht, void 0);
|
|
34109
34110
|
it(this, fe, void 0);
|
|
34110
34111
|
it(this, ce, void 0);
|
|
34111
|
-
it(this, ui, void 0);
|
|
34112
|
-
it(this, ki, void 0);
|
|
34113
|
-
it(this, Rn, void 0);
|
|
34114
34112
|
it(this, li, void 0);
|
|
34113
|
+
it(this, ki, void 0);
|
|
34114
|
+
it(this, Pn, void 0);
|
|
34115
|
+
it(this, hi, void 0);
|
|
34115
34116
|
it(this, Vs, void 0);
|
|
34116
34117
|
it(this, xe, void 0);
|
|
34117
34118
|
it(this, Xs, void 0);
|
|
@@ -34137,15 +34138,15 @@ const tr = class {
|
|
|
34137
34138
|
it(this, Fo, void 0);
|
|
34138
34139
|
it(this, zr, void 0);
|
|
34139
34140
|
it(this, ea, void 0);
|
|
34140
|
-
it(this, Mn, void 0);
|
|
34141
34141
|
it(this, Dn, void 0);
|
|
34142
|
+
it(this, Ln, void 0);
|
|
34142
34143
|
it(this, vr, void 0);
|
|
34143
34144
|
it(this, gr, void 0);
|
|
34144
34145
|
it(this, Oe, void 0);
|
|
34145
|
-
if (this.cfg = t, this.hTag = e, this.main = o, this.val = R, this.alzTagArg = N, this.runAnalyze = M, this.prpPrs = D, this.sndMng = L, this.sys = B, rt(this, Xt, { aToken: [""], len: 1, aLNum: [1] }), rt(this, ee, ""), rt(this, Ht, 0), rt(this, fe, 0), this.addLineNum = ($) => rt(this, fe, z(this, fe) + $), rt(this, ce, []), rt(this,
|
|
34146
|
+
if (this.cfg = t, this.hTag = e, this.main = o, this.val = R, this.alzTagArg = N, this.runAnalyze = M, this.prpPrs = D, this.sndMng = L, this.sys = B, rt(this, Xt, { aToken: [""], len: 1, aLNum: [1] }), rt(this, ee, ""), rt(this, Ht, 0), rt(this, fe, 0), this.addLineNum = ($) => rt(this, fe, z(this, fe) + $), rt(this, ce, []), rt(this, li, new Grammar()), this.firstWait = () => {
|
|
34146
34147
|
}, rt(this, ki, {
|
|
34147
34148
|
disconnect: () => {
|
|
34148
|
-
rt(tr,
|
|
34149
|
+
rt(tr, On, {}), rt(tr, ci, {}), this.isBreak = () => !1, z(this, ki).continue({}), rt(this, xe, 0);
|
|
34149
34150
|
},
|
|
34150
34151
|
restart: () => this.isBreak = () => !1,
|
|
34151
34152
|
add_break: ($) => ot(this, So, Rh).call(this, $.fn, $.o),
|
|
@@ -34153,24 +34154,24 @@ const tr = class {
|
|
|
34153
34154
|
z(this, xe) === 0 && (rt(this, xe, 1), this.main.setLoop(!1, `\u5909\u6570 ${$.dataId}\u3010${$.old_v}\u3011\u2192\u3010${$.new_v}\u3011\u30C7\u30FC\u30BF\u30D6\u30EC\u30FC\u30AF`), this.sys.callHook("stopOnDataBreakpoint", {}), this.sys.send2Dbg("stopOnDataBreakpoint", {}));
|
|
34154
34155
|
},
|
|
34155
34156
|
set_func_break: ($) => {
|
|
34156
|
-
rt(tr,
|
|
34157
|
+
rt(tr, ci, {}), $.a.forEach((U) => z(tr, ci)[U.name] = 1), this.sys.send2Dbg($.ri, {});
|
|
34157
34158
|
},
|
|
34158
34159
|
stack: ($) => this.sys.send2Dbg($.ri, { a: ot(this, Dl, cf).call(this) }),
|
|
34159
34160
|
eval: ($) => {
|
|
34160
34161
|
this.sys.send2Dbg($.ri, { v: this.prpPrs.parse($.txt) });
|
|
34161
34162
|
},
|
|
34162
34163
|
continue: () => {
|
|
34163
|
-
ot(this,
|
|
34164
|
+
ot(this, An, xa).call(this) || (rt(this, Ht, z(this, Ht) - z(this, Gi, Kn)), rt(this, xe, 3), this.main.setLoop(!0), this.main.resume());
|
|
34164
34165
|
},
|
|
34165
34166
|
stepover: ($) => ot(this, Co, Ph).call(this, $),
|
|
34166
34167
|
stepin: () => {
|
|
34167
|
-
if (ot(this,
|
|
34168
|
+
if (ot(this, An, xa).call(this))
|
|
34168
34169
|
return;
|
|
34169
34170
|
const $ = z(this, Xt).aToken[z(this, Ht) - z(this, Gi, Kn)];
|
|
34170
|
-
this.sys.callHook(`stopOnStep${z(this,
|
|
34171
|
+
this.sys.callHook(`stopOnStep${z(this, Dn).test($) ? "In" : ""}`, {}), rt(this, Ht, z(this, Ht) - z(this, Gi, Kn)), rt(this, xe, z(this, xe) === 1 ? 4 : 5), this.main.setLoop(!0), this.main.resume();
|
|
34171
34172
|
},
|
|
34172
34173
|
stepout: ($) => {
|
|
34173
|
-
ot(this,
|
|
34174
|
+
ot(this, An, xa).call(this) || (z(this, ce).length > 0 ? ot(this, Io, Ah).call(this, !0) : ot(this, Co, Ph).call(this, $));
|
|
34174
34175
|
},
|
|
34175
34176
|
pause: () => {
|
|
34176
34177
|
rt(this, xe, 4), this.main.setLoop(!1, "\u4E00\u6642\u505C\u6B62"), this.sys.send2Dbg("stopOnStep", {});
|
|
@@ -34178,7 +34179,7 @@ const tr = class {
|
|
|
34178
34179
|
stopOnEntry: () => {
|
|
34179
34180
|
rt(this, xe, 4), this.main.setLoop(!1, "\u4E00\u6642\u505C\u6B62"), this.sys.send2Dbg("stopOnEntry", {});
|
|
34180
34181
|
}
|
|
34181
|
-
}), rt(this,
|
|
34182
|
+
}), rt(this, Pn, ($) => this.cfg.searchPath($, Config.EXT_SCRIPT)), rt(this, hi, ($) => (this.sys.pathBaseCnvSnPath4Dbg + z(this, Pn).call(this, $)).replace(z(tr, Nl), `$1/prj/$2/${z(this, ee)}$3`)), this.cnvPath4Dbg = ($) => this.sys.pathBaseCnvSnPath4Dbg + $.replace("/crypto_prj/", "/prj/"), rt(this, Vs, 0), rt(this, xe, 0), this.isBreak = ($) => !1, rt(this, Xs, ($) => {
|
|
34182
34183
|
}), rt(this, Ui, () => {
|
|
34183
34184
|
}), rt(this, Hi, () => {
|
|
34184
34185
|
}), rt(this, Ys, ""), rt(this, qs, {}), this.noticeBreak = ($) => {
|
|
@@ -34207,11 +34208,11 @@ const tr = class {
|
|
|
34207
34208
|
}
|
|
34208
34209
|
}
|
|
34209
34210
|
z(this, Xt).len = z(this, Xt).aToken.length;
|
|
34210
|
-
}), rt(this, zr, !1), rt(this, ea, "call"), rt(this,
|
|
34211
|
+
}), rt(this, zr, !1), rt(this, ea, "call"), rt(this, Dn, /\[(call)\b/), rt(this, Ln, !1), rt(this, vr, {
|
|
34211
34212
|
hSave: {},
|
|
34212
34213
|
hPages: {},
|
|
34213
34214
|
aIfStk: [-1]
|
|
34214
|
-
}), rt(this, gr, []), rt(this, Oe, -1), e.let_ml = ($) => ot(this, Ll, ff).call(this, $), e.dump_stack = () => ot(this, Fl, df).call(this), e.dump_script = ($) => ot(this, Bl, pf).call(this, $), e.else = e.elsif = e.endif = () => ot(this, $l, vf).call(this), e.if = ($) => ot(this, kl, gf).call(this, $), e.call = ($) => ot(this, Gl, _f).call(this, $), e.jump = ($) => ot(this, Ul, mf).call(this, $), e.page = ($) => ot(this, Hl, yf).call(this, $), e.pop_stack = ($) => ot(this, zl, bf).call(this, $), e.return = ($) => ot(this, Ro, Nh).call(this, $), e.bracket2macro = ($) => ot(this, Wl, Sf).call(this, $), e.char2macro = ($) => ot(this, Yl, Cf).call(this, $), e.endmacro = ($) => ot(this, Ro, Nh).call(this, $), e.macro = ($) => ot(this, ql, If).call(this, $), e.load = ($) => ot(this, Zl, wf).call(this, $), e.reload_script = ($) => ot(this, Kl, Rf).call(this, $), e.record_place = () => ot(this, Jl, Pf).call(this), e.save = ($) => ot(this, Ql, Af).call(this, $), t.oCfg.debug.token && rt(this, Js, ($) => console.log(`\u{1F331} \u30C8\u30FC\u30AF\u30F3 fn:${z(this, ee)} idx:${z(this, Ht)} ln:${z(this, fe)} token\u3010${$}\u3011`)), R.defTmp("const.sn.vctCallStk.length", () => z(this, ce).length), z(this,
|
|
34215
|
+
}), rt(this, gr, []), rt(this, Oe, -1), e.let_ml = ($) => ot(this, Ll, ff).call(this, $), e.dump_stack = () => ot(this, Fl, df).call(this), e.dump_script = ($) => ot(this, Bl, pf).call(this, $), e.else = e.elsif = e.endif = () => ot(this, $l, vf).call(this), e.if = ($) => ot(this, kl, gf).call(this, $), e.call = ($) => ot(this, Gl, _f).call(this, $), e.jump = ($) => ot(this, Ul, mf).call(this, $), e.page = ($) => ot(this, Hl, yf).call(this, $), e.pop_stack = ($) => ot(this, zl, bf).call(this, $), e.return = ($) => ot(this, Ro, Nh).call(this, $), e.bracket2macro = ($) => ot(this, Wl, Sf).call(this, $), e.char2macro = ($) => ot(this, Yl, Cf).call(this, $), e.endmacro = ($) => ot(this, Ro, Nh).call(this, $), e.macro = ($) => ot(this, ql, If).call(this, $), e.load = ($) => ot(this, Zl, wf).call(this, $), e.reload_script = ($) => ot(this, Kl, Rf).call(this, $), e.record_place = () => ot(this, Jl, Pf).call(this), e.save = ($) => ot(this, Ql, Af).call(this, $), t.oCfg.debug.token && rt(this, Js, ($) => console.log(`\u{1F331} \u30C8\u30FC\u30AF\u30F3 fn:${z(this, ee)} idx:${z(this, Ht)} ln:${z(this, fe)} token\u3010${$}\u3011`)), R.defTmp("const.sn.vctCallStk.length", () => z(this, ce).length), z(this, li).setEscape(t.oCfg.init.escape), CmnLib.isDbg) {
|
|
34215
34216
|
B.addHook((U, H) => {
|
|
34216
34217
|
var V, W;
|
|
34217
34218
|
return (W = (V = z(this, ki))[U]) == null ? void 0 : W.call(V, H);
|
|
@@ -34224,7 +34225,7 @@ const tr = class {
|
|
|
34224
34225
|
const H = U.hBreakpoint.hFn2hLineBP;
|
|
34225
34226
|
for (const V in H)
|
|
34226
34227
|
ot(this, So, Rh).call(this, V, H[V]);
|
|
34227
|
-
if (rt(tr,
|
|
34228
|
+
if (rt(tr, ci, {}), U.hBreakpoint.aFunc.forEach((V) => z(tr, ci)[V.name] = 1), U.stopOnEntry) {
|
|
34228
34229
|
for (; ; ) {
|
|
34229
34230
|
let V = this.nextToken();
|
|
34230
34231
|
if (!V)
|
|
@@ -34316,7 +34317,7 @@ const tr = class {
|
|
|
34316
34317
|
const e = t.split(`
|
|
34317
34318
|
`).slice(-z(this, Zs)), o = e.length;
|
|
34318
34319
|
console.group(`\u{1F95F} Error line (from ${o} rows before) fn:${z(this, ee)}`);
|
|
34319
|
-
const R = String(z(this, fe)).length, N = ot(this,
|
|
34320
|
+
const R = String(z(this, fe)).length, N = ot(this, fi, qi).call(this, z(this, Xt), z(this, Ht));
|
|
34320
34321
|
for (let D = 0; D < o; ++D) {
|
|
34321
34322
|
const L = z(this, fe) - o + D + 1, B = `${String(L).padStart(R, " ")}: %c`, $ = e[D], U = $.length > 75 ? $.slice(0, 75) + "\u2026" : $;
|
|
34322
34323
|
D === o - 1 ? console.info(
|
|
@@ -34349,10 +34350,10 @@ const tr = class {
|
|
|
34349
34350
|
return z(this, zr) ? this.val.getVal("sys:sn.tagCh.doWait_Kidoku") ? uint(this.val.getVal("sys:sn.tagCh.msecWait_Kidoku")) : 0 : this.val.getVal("sys:sn.tagCh.doWait") ? uint(this.val.getVal("sys:sn.tagCh.msecWait")) : 0;
|
|
34350
34351
|
}
|
|
34351
34352
|
get skip4page() {
|
|
34352
|
-
return z(this,
|
|
34353
|
+
return z(this, Ln);
|
|
34353
34354
|
}
|
|
34354
34355
|
recodePage() {
|
|
34355
|
-
if (rt(this,
|
|
34356
|
+
if (rt(this, Ln, !1), !this.val.getVal("save:sn.doRecLog"))
|
|
34356
34357
|
return;
|
|
34357
34358
|
const { fn: t, idx: e } = ot(this, ia, su).call(this), o = e - 1, R = o + ":" + t, N = z(this, gr).findIndex((D) => D.key === R);
|
|
34358
34359
|
if (N > -1) {
|
|
@@ -34381,8 +34382,8 @@ const tr = class {
|
|
|
34381
34382
|
e = D.fn, o = D.idx;
|
|
34382
34383
|
} else
|
|
34383
34384
|
e = z(this, ee), o = z(this, Ht);
|
|
34384
|
-
t[":path"] = z(this,
|
|
34385
|
-
const N = ot(this,
|
|
34385
|
+
t[":path"] = z(this, hi).call(this, e);
|
|
34386
|
+
const N = ot(this, fi, qi).call(this, z(this, je)[e], o);
|
|
34386
34387
|
t[":ln"] = N.ln, t[":col_s"] = N.col_s, t[":col_e"] = N.col_e;
|
|
34387
34388
|
const M = o - 1;
|
|
34388
34389
|
t[":idx_tkn"] = M, t[":token"] = z(this, je)[e].aToken[M], this.sys.send2Dbg("_recodeDesign", t);
|
|
@@ -34392,41 +34393,41 @@ const tr = class {
|
|
|
34392
34393
|
}
|
|
34393
34394
|
};
|
|
34394
34395
|
let ScriptIterator = tr;
|
|
34395
|
-
Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(), ce = new WeakMap(),
|
|
34396
|
-
z(tr,
|
|
34397
|
-
}, ki = new WeakMap(),
|
|
34398
|
-
if (ot(this,
|
|
34396
|
+
Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(), ce = new WeakMap(), li = new WeakMap(), So = new WeakSet(), Rh = function(t, e) {
|
|
34397
|
+
z(tr, On)[z(this, hi).call(this, t)] = e;
|
|
34398
|
+
}, ki = new WeakMap(), Pn = new WeakMap(), Nl = new WeakMap(), hi = new WeakMap(), Co = new WeakSet(), Ph = function(t) {
|
|
34399
|
+
if (ot(this, An, xa).call(this))
|
|
34399
34400
|
return;
|
|
34400
34401
|
const e = z(this, Xt).aToken[z(this, Ht) - z(this, Gi, Kn)];
|
|
34401
|
-
z(this,
|
|
34402
|
+
z(this, Dn).test(e) ? ot(this, Io, Ah).call(this, !1) : (this.sys.callHook("stopOnStep", {}), z(this, ki).stepin(t));
|
|
34402
34403
|
}, Io = new WeakSet(), Ah = function(t) {
|
|
34403
34404
|
this.sys.callHook(`stopOnStep${t ? "Out" : ""}`, {}), rt(this, Vs, z(this, ce).length - (t ? 1 : 0)), rt(this, Ht, z(this, Ht) - z(this, Gi, Kn)), rt(this, xe, t ? 7 : 6), this.main.setLoop(!0), this.main.resume();
|
|
34404
34405
|
}, Vs = new WeakMap(), Gi = new WeakSet(), Kn = function() {
|
|
34405
34406
|
return z(this, xe) === 2 || z(this, xe) === 4 ? 1 : 0;
|
|
34406
|
-
},
|
|
34407
|
+
}, An = new WeakSet(), xa = function() {
|
|
34407
34408
|
return z(this, Ht) < z(this, Xt).len ? !1 : (this.sys.callHook("stopOnEntry", {}), this.main.setLoop(!1, "\u30B9\u30AF\u30EA\u30D7\u30C8\u7D42\u7AEF\u3067\u3059"), !0);
|
|
34408
|
-
},
|
|
34409
|
+
}, On = new WeakMap(), ci = new WeakMap(), xe = new WeakMap(), Ml = new WeakSet(), hf = function(t) {
|
|
34409
34410
|
switch (z(this, xe)) {
|
|
34410
34411
|
case 6:
|
|
34411
|
-
ot(this,
|
|
34412
|
+
ot(this, Nn, Ta).call(this), rt(this, xe, 7);
|
|
34412
34413
|
break;
|
|
34413
34414
|
case 7:
|
|
34414
34415
|
if (z(this, ce).length !== z(this, Vs))
|
|
34415
34416
|
break;
|
|
34416
34417
|
return rt(this, xe, 4), this.main.setLoop(!1, "\u30B9\u30C6\u30C3\u30D7\u5B9F\u884C"), this.sys.send2Dbg("stopOnStep", {}), !0;
|
|
34417
34418
|
case 5:
|
|
34418
|
-
ot(this,
|
|
34419
|
+
ot(this, Nn, Ta).call(this), rt(this, xe, 4);
|
|
34419
34420
|
break;
|
|
34420
34421
|
case 4:
|
|
34421
|
-
return ot(this,
|
|
34422
|
+
return ot(this, Nn, Ta).call(this), this.main.setLoop(!1, "\u30B9\u30C6\u30C3\u30D7\u5B9F\u884C"), this.sys.send2Dbg("stopOnStep", {}), !0;
|
|
34422
34423
|
case 3:
|
|
34423
|
-
ot(this,
|
|
34424
|
+
ot(this, Nn, Ta).call(this), rt(this, xe, 0);
|
|
34424
34425
|
break;
|
|
34425
34426
|
default:
|
|
34426
|
-
if (tagToken2Name(t) in z(tr,
|
|
34427
|
+
if (tagToken2Name(t) in z(tr, ci))
|
|
34427
34428
|
return rt(this, xe, 2), this.main.setLoop(!1, `\u95A2\u6570 ${t} \u30D6\u30EC\u30FC\u30AF`), this.sys.callHook("stopOnBreakpoint", {}), this.sys.send2Dbg("stopOnBreakpoint", {}), !0;
|
|
34428
34429
|
{
|
|
34429
|
-
const e = z(tr,
|
|
34430
|
+
const e = z(tr, On)[z(this, hi).call(this, z(this, ee))];
|
|
34430
34431
|
if (!e)
|
|
34431
34432
|
break;
|
|
34432
34433
|
const o = e[z(this, fe)];
|
|
@@ -34445,22 +34446,22 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34445
34446
|
return !0;
|
|
34446
34447
|
}
|
|
34447
34448
|
return !1;
|
|
34448
|
-
},
|
|
34449
|
+
}, Nn = new WeakSet(), Ta = function() {
|
|
34449
34450
|
var e;
|
|
34450
|
-
const t = (e = z(tr,
|
|
34451
|
+
const t = (e = z(tr, On)[getFn(z(this, ee))]) == null ? void 0 : e[z(this, fe)];
|
|
34451
34452
|
t != null && t.hitCondition && --t.hitCondition;
|
|
34452
34453
|
}, Dl = new WeakSet(), cf = function() {
|
|
34453
34454
|
var $, U;
|
|
34454
|
-
const t = z(this, xe) === 3 ? 1 : 0, e = z(this, Xt).aToken[z(this, Ht) - 1 + t], o = z(this,
|
|
34455
|
+
const t = z(this, xe) === 3 ? 1 : 0, e = z(this, Xt).aToken[z(this, Ht) - 1 + t], o = z(this, hi).call(this, z(this, ee)), R = tagToken2Name(e), N = R ? `[${R}]` : e, M = ($ = this.val.getVal("mp:const.sn.macro")) != null ? $ : "{}";
|
|
34455
34456
|
if (z(this, Ht) === 0)
|
|
34456
34457
|
return [{ fn: o, ln: 1, col: 1, nm: N, ma: M }];
|
|
34457
|
-
const D = ot(this,
|
|
34458
|
+
const D = ot(this, fi, qi).call(this, z(this, Xt), z(this, Ht)), L = [{ fn: o, ln: D.ln, col: D.col_s + 1, nm: N, ma: M }], B = z(this, ce).length;
|
|
34458
34459
|
if (B === 0)
|
|
34459
34460
|
return L;
|
|
34460
34461
|
for (let H = B - 1; H >= 0; --H) {
|
|
34461
|
-
const V = z(this, ce)[H], W = z(this, je)[V.fn], X = W.aToken[V.idx - 1], Y = ot(this,
|
|
34462
|
+
const V = z(this, ce)[H], W = z(this, je)[V.fn], X = W.aToken[V.idx - 1], Y = ot(this, fi, qi).call(this, W, V.idx), q = tagToken2Name(X);
|
|
34462
34463
|
L.push({
|
|
34463
|
-
fn: z(this,
|
|
34464
|
+
fn: z(this, hi).call(this, V.fn),
|
|
34464
34465
|
ln: Y.ln,
|
|
34465
34466
|
col: Y.col_s + 1,
|
|
34466
34467
|
nm: q ? `[${q}]` : X,
|
|
@@ -34482,20 +34483,20 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34482
34483
|
var R;
|
|
34483
34484
|
if (z(this, Ht) === 0)
|
|
34484
34485
|
return console.group(`\u{1F95F} [dump_stack] \u30B9\u30AF\u30EA\u30D7\u30C8\u73FE\u5728\u5730 fn:${z(this, ee)} line:${1} col:${0}`), console.groupEnd(), !1;
|
|
34485
|
-
const t = ot(this,
|
|
34486
|
+
const t = ot(this, fi, qi).call(this, z(this, Xt), z(this, Ht)), e = `\u30B9\u30AF\u30EA\u30D7\u30C8\u73FE\u5728\u5730 fn:${z(this, ee)} line:${t.ln} col:${t.col_s + 1}`;
|
|
34486
34487
|
console.group(`\u{1F95F} [dump_stack] ${e}`);
|
|
34487
34488
|
const o = z(this, ce).length;
|
|
34488
34489
|
if (o > 0) {
|
|
34489
34490
|
console.info(e);
|
|
34490
34491
|
for (let N = o - 1; N >= 0; --N) {
|
|
34491
|
-
const M = z(this, ce)[N], D = M.csArg[":hMp"], L = D ? D[":\u30BF\u30B0\u540D"] : void 0, B = (R = M.csArg[":\u30BF\u30B0\u540D"]) != null ? R : "", $ = ot(this,
|
|
34492
|
+
const M = z(this, ce)[N], D = M.csArg[":hMp"], L = D ? D[":\u30BF\u30B0\u540D"] : void 0, B = (R = M.csArg[":\u30BF\u30B0\u540D"]) != null ? R : "", $ = ot(this, fi, qi).call(this, z(this, je)[M.fn], M.idx);
|
|
34492
34493
|
console.info(
|
|
34493
34494
|
`${o - N}\u3064\u524D\u306E\u30B3\u30FC\u30EB\u5143 fn:${M.fn} line:${$.ln} col:${$.col_s + 1}` + (L ? "\uFF08[" + L + "]\u30DE\u30AF\u30ED\u5185\uFF09" : " ") + `\u3067 [${B} ...]\u3092\u30B3\u30FC\u30EB`
|
|
34494
34495
|
);
|
|
34495
34496
|
}
|
|
34496
34497
|
}
|
|
34497
34498
|
return console.groupEnd(), !1;
|
|
34498
|
-
},
|
|
34499
|
+
}, fi = new WeakSet(), qi = function(t, e) {
|
|
34499
34500
|
const o = { ln: 1, col_s: 0, col_e: 0 };
|
|
34500
34501
|
if (!t)
|
|
34501
34502
|
return o;
|
|
@@ -34593,11 +34594,11 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34593
34594
|
}, Gl = new WeakSet(), _f = function(t) {
|
|
34594
34595
|
argChk_Boolean(t, "count", !1) || ot(this, Bo, Fh).call(this);
|
|
34595
34596
|
const { fn: e } = t;
|
|
34596
|
-
return e && z(this,
|
|
34597
|
+
return e && z(this, Pn).call(this, e), ot(this, wo, Oh).call(this, { ":hEvt1Time": z(this, Ws).popLocalEvts(), ":hMp": this.val.cloneMp() }), argChk_Boolean(t, "clear_local_event", !1) && this.hTag.clear_event({}), ot(this, di, Zi).call(this, e, t.label), !0;
|
|
34597
34598
|
}, wo = new WeakSet(), Oh = function(t) {
|
|
34598
|
-
z(this, Xt).aLNum[z(this, Ht)] = z(this, fe), z(this, Ks) || (t[":resvToken"] = "", ot(this,
|
|
34599
|
+
z(this, Xt).aLNum[z(this, Ht)] = z(this, fe), z(this, Ks) || (t[":resvToken"] = "", ot(this, Mn, Sa).call(this)), z(this, ce).push(new CallStack(z(this, ee), z(this, Ht), t)), z(this, qe).unshift(-1);
|
|
34599
34600
|
}, Ul = new WeakSet(), mf = function(t) {
|
|
34600
|
-
return argChk_Boolean(t, "count", !0) || ot(this, Bo, Fh).call(this), z(this, qe)[0] = -1, ot(this,
|
|
34601
|
+
return argChk_Boolean(t, "count", !0) || ot(this, Bo, Fh).call(this), z(this, qe)[0] = -1, ot(this, di, Zi).call(this, t.fn, t.label), !0;
|
|
34601
34602
|
}, Hl = new WeakSet(), yf = function(t) {
|
|
34602
34603
|
if (z(this, Oe) === -1)
|
|
34603
34604
|
return !1;
|
|
@@ -34627,7 +34628,7 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34627
34628
|
rt(this, ce, []);
|
|
34628
34629
|
else if (!z(this, ce).pop())
|
|
34629
34630
|
throw "[pop_stack] \u30B9\u30BF\u30C3\u30AF\u304C\u7A7A\u3067\u3059";
|
|
34630
|
-
return ot(this,
|
|
34631
|
+
return ot(this, Mn, Sa).call(this), rt(this, qe, [-1]), this.val.setMp({}), !1;
|
|
34631
34632
|
}, Ro = new WeakSet(), Nh = function(t) {
|
|
34632
34633
|
const e = z(this, ce).pop();
|
|
34633
34634
|
if (!e)
|
|
@@ -34637,17 +34638,17 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34637
34638
|
const R = o[":hMp"];
|
|
34638
34639
|
R && this.val.setMp(R);
|
|
34639
34640
|
const N = o[":resvToken"];
|
|
34640
|
-
N ? this.nextToken = () => (ot(this,
|
|
34641
|
+
N ? this.nextToken = () => (ot(this, Mn, Sa).call(this), N) : ot(this, Mn, Sa).call(this), o[":hEvt1Time"] && z(this, Ws).pushLocalEvts(o[":hEvt1Time"]);
|
|
34641
34642
|
const { fn: M, label: D } = t;
|
|
34642
|
-
return M || D ? (ot(this,
|
|
34643
|
-
}, Ks = new WeakMap(),
|
|
34643
|
+
return M || D ? (ot(this, di, Zi).call(this, M, D), !0) : e.fn in z(this, je) ? (ot(this, Mo, Lh).call(this, e), !1) : (ot(this, di, Zi).call(this, e.fn, "", e.idx), !0);
|
|
34644
|
+
}, Ks = new WeakMap(), Mn = new WeakSet(), Sa = function() {
|
|
34644
34645
|
rt(this, Ks, ""), this.nextToken = ot(this, Po, Mh);
|
|
34645
|
-
}, zi = new WeakMap(),
|
|
34646
|
+
}, zi = new WeakMap(), di = new WeakSet(), Zi = function(t = "", e = "", o = 0) {
|
|
34646
34647
|
if (!t && !e && this.main.errScript("[jump\u7CFB] fn\u307E\u305F\u306Flabel\u306F\u5FC5\u9808\u3067\u3059"), e ? (e.charAt(0) !== "*" && this.main.errScript("[jump\u7CFB] label\u306F*\u3067\u59CB\u307E\u308A\u307E\u3059"), rt(this, zi, e), z(this, zi).slice(0, 2) !== "**" && rt(this, Ht, o)) : (rt(this, zi, ""), rt(this, Ht, o)), !t) {
|
|
34647
34648
|
this.analyzeInit();
|
|
34648
34649
|
return;
|
|
34649
34650
|
}
|
|
34650
|
-
const R = z(this,
|
|
34651
|
+
const R = z(this, Pn).call(this, t);
|
|
34651
34652
|
if (t === z(this, ee)) {
|
|
34652
34653
|
this.analyzeInit();
|
|
34653
34654
|
return;
|
|
@@ -34740,7 +34741,7 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34740
34741
|
}
|
|
34741
34742
|
throw B ? "[let_ml]\u306E\u7D42\u7AEF\u30FB[endlet_ml]\u304C\u3042\u308A\u307E\u305B\u3093" : (DebugMng.myTrace(`[jump\u7CFB] \u30E9\u30D9\u30EB\u3010${R}\u3011\u304C\u3042\u308A\u307E\u305B\u3093`, "ET"), "Dummy");
|
|
34742
34743
|
}, je = new WeakMap(), Vl = new WeakSet(), xf = function(t) {
|
|
34743
|
-
const e = z(this,
|
|
34744
|
+
const e = z(this, li).matchToken(t.replace(/(\r\n|\r)/g, `
|
|
34744
34745
|
`));
|
|
34745
34746
|
for (let R = e.length - 1; R >= 0; --R) {
|
|
34746
34747
|
const N = e[R];
|
|
@@ -34755,7 +34756,7 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34755
34756
|
rt(this, Xt, { aToken: e, len: e.length, aLNum: [] });
|
|
34756
34757
|
let o = "";
|
|
34757
34758
|
try {
|
|
34758
|
-
o = "ScriptIterator.replaceScriptChar2macro", z(this,
|
|
34759
|
+
o = "ScriptIterator.replaceScriptChar2macro", z(this, li).replaceScr_C2M_And_let_ml(z(this, Xt)), o = "ScriptIterator.replaceScript_Wildcard", z(this, Fo).call(this);
|
|
34759
34760
|
} catch (R) {
|
|
34760
34761
|
R instanceof Error ? o += `\u4F8B\u5916 mes=${R.message}(${R.name})` : o = R, this.main.errScript(o, !1);
|
|
34761
34762
|
}
|
|
@@ -34777,9 +34778,9 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34777
34778
|
var t;
|
|
34778
34779
|
(t = this.val.getAreaKidoku(z(this, ee))) == null || t.erase(z(this, Ht)), rt(this, zr, !1);
|
|
34779
34780
|
}, Wl = new WeakSet(), Sf = function(t) {
|
|
34780
|
-
return z(this,
|
|
34781
|
+
return z(this, li).bracket2macro(t, z(this, Xt), z(this, Ht)), !1;
|
|
34781
34782
|
}, Yl = new WeakSet(), Cf = function(t) {
|
|
34782
|
-
return z(this,
|
|
34783
|
+
return z(this, li).char2macro(t, this.hTag, z(this, Xt), z(this, Ht)), !1;
|
|
34783
34784
|
}, ql = new WeakSet(), If = function(t) {
|
|
34784
34785
|
var N, M, D;
|
|
34785
34786
|
const { name: e } = t;
|
|
@@ -34788,7 +34789,7 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34788
34789
|
if (e in this.hTag)
|
|
34789
34790
|
throw `[${e}]\u306F\u30BF\u30B0\u304B\u3059\u3067\u306B\u5B9A\u7FA9\u6E08\u307F\u306E\u30DE\u30AF\u30ED\u3067\u3059`;
|
|
34790
34791
|
const o = z(this, fe), R = new CallStack(z(this, ee), z(this, Ht));
|
|
34791
|
-
for (rt(this, ea, z(this, ea) + ("|" + e)), rt(this,
|
|
34792
|
+
for (rt(this, ea, z(this, ea) + ("|" + e)), rt(this, Dn, new RegExp(`\\[(${z(this, ea)})\\b`)), this.hTag[e] = (L) => (L.design_unit = t.design_unit, ot(this, wo, Oh).call(this, { ...L, ":hMp": this.val.cloneMp() }), this.val.setMp(L), this.val.setVal_Nochk("mp", "const.sn.macro", JSON.stringify(t)), this.val.setVal_Nochk("mp", "const.sn.me_call_scriptFn", z(this, ee)), rt(this, fe, o), ot(this, Mo, Lh).call(this, R), !1); z(this, Ht) < z(this, Xt).len; ++Pe(this, Ht)._) {
|
|
34792
34793
|
(N = z(this, Xt).aLNum)[M = z(this, Ht)] || (N[M] = z(this, fe));
|
|
34793
34794
|
const L = z(this, Xt).aToken[z(this, Ht)];
|
|
34794
34795
|
if (L.search(z(this, Qs)) > -1)
|
|
@@ -34797,7 +34798,7 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34797
34798
|
B === 10 ? rt(this, fe, z(this, fe) + L.length) : B === 91 && rt(this, fe, z(this, fe) + ((D = L.match(/\n/g)) != null ? D : []).length);
|
|
34798
34799
|
}
|
|
34799
34800
|
throw `\u30DE\u30AF\u30ED[${e}]\u5B9A\u7FA9\u306E\u7D42\u7AEF\u30FB[endmacro]\u304C\u3042\u308A\u307E\u305B\u3093`;
|
|
34800
|
-
}, ea = new WeakMap(),
|
|
34801
|
+
}, ea = new WeakMap(), Dn = new WeakMap(), Zl = new WeakSet(), wf = function(t) {
|
|
34801
34802
|
if (!("place" in t))
|
|
34802
34803
|
throw "place\u306F\u5FC5\u9808\u3067\u3059";
|
|
34803
34804
|
const e = Number(t.place);
|
|
@@ -34822,16 +34823,16 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34822
34823
|
const N = String(this.val.getVal("save:const.sn.scriptFn")), M = Number(this.val.getVal("save:const.sn.scriptIdx"));
|
|
34823
34824
|
return rt(this, qe, [...z(this, vr).aIfStk]), rt(this, ce, []), z(this, or).cover(!0), z(this, or).stopAllTw(), "index" in t ? (z(this, or).playback(z(this, vr).hPages, () => {
|
|
34824
34825
|
var D, L;
|
|
34825
|
-
z(this, or).cover(!1), rt(this,
|
|
34826
|
+
z(this, or).cover(!1), rt(this, Ln, !0), ot(this, di, Zi).call(this, (D = t.fn) != null ? D : N, "", (L = t.index) != null ? L : M);
|
|
34826
34827
|
}), !0) : (delete z(this, je)[N], z(this, or).playback(
|
|
34827
34828
|
z(this, vr).hPages,
|
|
34828
34829
|
"label" in t ? () => {
|
|
34829
34830
|
z(this, or).cover(!1), rt(this, ee, N), rt(this, Ht, M), this.hTag.call({ fn: t.fn, label: t.label });
|
|
34830
34831
|
} : () => {
|
|
34831
|
-
z(this, or).cover(!1), ot(this,
|
|
34832
|
+
z(this, or).cover(!1), ot(this, di, Zi).call(this, N, "", M);
|
|
34832
34833
|
}
|
|
34833
34834
|
), !0);
|
|
34834
|
-
},
|
|
34835
|
+
}, Ln = new WeakMap(), Kl = new WeakSet(), Rf = function(t) {
|
|
34835
34836
|
const e = this.val.getMark(0);
|
|
34836
34837
|
return delete z(this, je)[getFn(e.hSave["const.sn.scriptFn"])], t.do_rec = !1, ot(this, ra, nu).call(this, t, e, !1);
|
|
34837
34838
|
}, vr = new WeakMap(), Jl = new WeakSet(), Pf = function() {
|
|
@@ -34862,8 +34863,8 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34862
34863
|
delete t[":\u30BF\u30B0\u540D"], delete t.place, t.text = ((R = t.text) != null ? R : "").replace(/^(<br\/>)+/, ""), z(this, vr).json = t, this.val.setMark(e, z(this, vr));
|
|
34863
34864
|
const o = Number(this.val.getVal("sys:const.sn.save.place"));
|
|
34864
34865
|
return e === o && this.val.setVal_Nochk("sys", "const.sn.save.place", o + 1), !1;
|
|
34865
|
-
}, gr = new WeakMap(), Oe = new WeakMap(), it(ScriptIterator, Nl, /(.+)\/crypto_prj\/([^\/]+)\/[^\.]+(\.\w+)/), it(ScriptIterator,
|
|
34866
|
-
var Ze, Ke, Fe, _r,
|
|
34866
|
+
}, gr = new WeakMap(), Oe = new WeakMap(), it(ScriptIterator, Nl, /(.+)\/crypto_prj\/([^\/]+)\/[^\.]+(\.\w+)/), it(ScriptIterator, On, {}), it(ScriptIterator, ci, {});
|
|
34867
|
+
var Ze, Ke, Fe, _r, pi, Fn, Be, $o, vi, na, Vi, sa, aa, Bn, th, Of, oa, ua, $n, la, au, Xi, kn;
|
|
34867
34868
|
class Main {
|
|
34868
34869
|
constructor(t) {
|
|
34869
34870
|
it(this, th);
|
|
@@ -34872,30 +34873,30 @@ class Main {
|
|
|
34872
34873
|
it(this, Ke, void 0);
|
|
34873
34874
|
it(this, Fe, void 0);
|
|
34874
34875
|
it(this, _r, void 0);
|
|
34875
|
-
it(this,
|
|
34876
|
-
it(this,
|
|
34876
|
+
it(this, pi, void 0);
|
|
34877
|
+
it(this, Fn, void 0);
|
|
34877
34878
|
it(this, Be, void 0);
|
|
34878
34879
|
it(this, $o, void 0);
|
|
34879
|
-
it(this,
|
|
34880
|
+
it(this, vi, void 0);
|
|
34880
34881
|
it(this, na, void 0);
|
|
34881
34882
|
it(this, Vi, void 0);
|
|
34882
34883
|
it(this, sa, void 0);
|
|
34883
34884
|
it(this, aa, void 0);
|
|
34884
|
-
it(this,
|
|
34885
|
+
it(this, Bn, void 0);
|
|
34885
34886
|
it(this, oa, void 0);
|
|
34886
34887
|
it(this, ua, void 0);
|
|
34887
|
-
it(this, Bn, void 0);
|
|
34888
|
-
it(this, Xi, void 0);
|
|
34889
34888
|
it(this, $n, void 0);
|
|
34889
|
+
it(this, Xi, void 0);
|
|
34890
|
+
it(this, kn, void 0);
|
|
34890
34891
|
this.sys = t, rt(this, Fe, /* @__PURE__ */ Object.create(null)), rt(this, Vi, () => {
|
|
34891
|
-
}), rt(this, sa, new AnalyzeTagArg()), rt(this, aa, !1), rt(this,
|
|
34892
|
-
z(this, Xi) || (z(this,
|
|
34892
|
+
}), rt(this, sa, new AnalyzeTagArg()), rt(this, aa, !1), rt(this, Bn, "skynovel"), rt(this, oa, () => z(this, Vi).call(this)), rt(this, ua, (e = ot(this, la, au)) => {
|
|
34893
|
+
z(this, Xi) || (z(this, vi).clearBreak(), rt(this, Vi, e), this.resume = (o = ot(this, la, au)) => {
|
|
34893
34894
|
rt(this, Vi, o);
|
|
34894
34895
|
}, z(this, Be).noticeBreak(!1));
|
|
34895
34896
|
}), this.resume = z(this, ua), this.stop = () => {
|
|
34896
34897
|
rt(this, Vi, () => {
|
|
34897
34898
|
}), this.resume = z(this, ua), z(this, Be).noticeBreak(!0);
|
|
34898
|
-
}, rt(this,
|
|
34899
|
+
}, rt(this, $n, !0), rt(this, Xi, !1), this.isDestroyed = () => z(this, Xi), skipHello(), Config.generate(t).then((e) => rt(this, Ze, e)).then(() => ot(this, th, Of).call(this)).catch((e) => console.error("load err fn:prj.json e:%o", e));
|
|
34899
34900
|
}
|
|
34900
34901
|
errScript(t, e = !0) {
|
|
34901
34902
|
if (this.stop(), DebugMng.myTrace(t), CmnLib.debugLog && console.log("\u{1F35C} SKYNovel err!"), e)
|
|
@@ -34910,16 +34911,16 @@ class Main {
|
|
|
34910
34911
|
z(this, _r).setVal_Nochk("tmp", "sn.eventArg", (e = t.arg) != null ? e : ""), z(this, _r).setVal_Nochk("tmp", "sn.eventLabel", (o = t.label) != null ? o : ""), argChk_Boolean(t, "call", !1) ? (z(this, Be).subIdxToken(), this.resume(() => z(this, Fe).call(t))) : (z(this, Fe).clear_event({}), this.resume(() => z(this, Fe).jump(t)));
|
|
34911
34912
|
}
|
|
34912
34913
|
setLoop(t, e = "") {
|
|
34913
|
-
rt(this,
|
|
34914
|
+
rt(this, $n, t) ? this.resume() : this.stop(), this.sys.setTitleInfo(e ? ` -- ${e}\u4E2D` : "");
|
|
34914
34915
|
}
|
|
34915
34916
|
fire(t, e) {
|
|
34916
34917
|
z(this, na).fire(t, e);
|
|
34917
34918
|
}
|
|
34918
34919
|
async destroy(t = 0) {
|
|
34919
|
-
z(this, Xi) || (rt(this, Xi, !0), z(this, aa) && (this.stop(), rt(this,
|
|
34920
|
+
z(this, Xi) || (rt(this, Xi, !0), z(this, aa) && (this.stop(), rt(this, $n, !1), z(this, vi).before_destroy(), t > 0 && await new Promise((e) => setTimeout(e, t)), rt(this, Fe, {}), z(this, na).destroy(), z(this, Be).destroy(), z(this, vi).destroy(), z(this, $o).destroy(), z(this, Ke).ticker.remove(z(this, oa)), z(this, kn) && z(this, Ke) && z(this, Ke).view.parentNode.appendChild(z(this, kn)), clearTextureCache(), z(this, Ke).destroy(!0)));
|
|
34920
34921
|
}
|
|
34921
34922
|
}
|
|
34922
|
-
Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(),
|
|
34923
|
+
Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(), pi = new WeakMap(), Fn = new WeakMap(), Be = new WeakMap(), $o = new WeakMap(), vi = new WeakMap(), na = new WeakMap(), Vi = new WeakMap(), sa = new WeakMap(), aa = new WeakMap(), Bn = new WeakMap(), th = new WeakSet(), Of = async function() {
|
|
34923
34924
|
var R, N, M;
|
|
34924
34925
|
const t = (R = document.createElement("canvas")) == null ? void 0 : R.getContext("2d");
|
|
34925
34926
|
if (!t)
|
|
@@ -34931,11 +34932,11 @@ Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(),
|
|
|
34931
34932
|
backgroundColor: parseColor(String(z(this, Ze).oCfg.init.bg_color)),
|
|
34932
34933
|
resolution: (N = globalThis.devicePixelRatio) != null ? N : 1,
|
|
34933
34934
|
autoResize: !0
|
|
34934
|
-
}, o = document.getElementById(z(this,
|
|
34935
|
-
o && (rt(this,
|
|
34936
|
-
}, oa = new WeakMap(), ua = new WeakMap(),
|
|
34935
|
+
}, o = document.getElementById(z(this, Bn));
|
|
34936
|
+
o && (rt(this, kn, o.cloneNode(!0)), z(this, kn).id = z(this, Bn), e.view = o), rt(this, Ke, new Application(e)), o || (document.body.appendChild(z(this, Ke).view), z(this, Ke).view.id = z(this, Bn)), rt(this, _r, new Variable(z(this, Ze), z(this, Fe))), rt(this, pi, new PropParser(z(this, _r), (M = z(this, Ze).oCfg.init.escape) != null ? M : "\\")), await Promise.allSettled(this.sys.init(z(this, Fe), z(this, Ke), z(this, _r), this)), z(this, Fe).title({ text: z(this, Ze).oCfg.book.title || "SKYNovel" }), rt(this, Fn, new SoundMng(z(this, Ze), z(this, Fe), z(this, _r), this, this.sys)), rt(this, Be, new ScriptIterator(z(this, Ze), z(this, Fe), this, z(this, _r), z(this, sa), () => ot(this, la, au).call(this), z(this, pi), z(this, Fn), this.sys)), rt(this, $o, new DebugMng(this.sys, z(this, Fe), z(this, Be))), rt(this, vi, new LayerMng(z(this, Ze), z(this, Fe), z(this, Ke), z(this, _r), this, z(this, Be), this.sys, z(this, Fn), z(this, sa), z(this, pi))), rt(this, na, new EventMng(z(this, Ze), z(this, Fe), z(this, Ke), this, z(this, vi), z(this, _r), z(this, Fn), z(this, Be), this.sys)), z(this, Ke).ticker.add(z(this, oa)), this.resumeByJumpOrCall({ fn: "main" }), rt(this, aa, !0);
|
|
34937
|
+
}, oa = new WeakMap(), ua = new WeakMap(), $n = new WeakMap(), la = new WeakSet(), au = function() {
|
|
34937
34938
|
var t;
|
|
34938
|
-
for (; z(this,
|
|
34939
|
+
for (; z(this, $n); ) {
|
|
34939
34940
|
let e = z(this, Be).nextToken();
|
|
34940
34941
|
if (!e)
|
|
34941
34942
|
break;
|
|
@@ -34966,12 +34967,12 @@ Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(),
|
|
|
34966
34967
|
if (z(this, Be).isBreak(e))
|
|
34967
34968
|
return;
|
|
34968
34969
|
const R = splitAmpersand(e.slice(1));
|
|
34969
|
-
R.name = z(this,
|
|
34970
|
+
R.name = z(this, pi).getValAmpersand(R.name), R.text = String(z(this, pi).parse(R.text)), z(this, Fe).let(R);
|
|
34970
34971
|
continue;
|
|
34971
34972
|
}
|
|
34972
34973
|
if (e.charAt(1) === "&")
|
|
34973
34974
|
throw new Error("\u300C&\u8868\u793A&\u300D\u66F8\u5F0F\u3067\u306F\u300C&\u300D\u6307\u5B9A\u304C\u4E0D\u8981\u3067\u3059");
|
|
34974
|
-
e = String(z(this,
|
|
34975
|
+
e = String(z(this, pi).parse(e.slice(1, -1)));
|
|
34975
34976
|
} catch (R) {
|
|
34976
34977
|
this.errScript(
|
|
34977
34978
|
R instanceof Error ? `& \u5909\u6570\u64CD\u4F5C\u30FB\u8868\u793A mes=${R.message}(${R.name})` : R,
|
|
@@ -34986,7 +34987,7 @@ Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(),
|
|
|
34986
34987
|
continue;
|
|
34987
34988
|
}
|
|
34988
34989
|
try {
|
|
34989
|
-
z(this,
|
|
34990
|
+
z(this, vi).currentTxtlayForeNeedErr.tagCh(e);
|
|
34990
34991
|
} catch (R) {
|
|
34991
34992
|
this.errScript(
|
|
34992
34993
|
R instanceof Error ? `\u6587\u5B57\u8868\u793A mes=${R.message}(${R.name})` : R,
|
|
@@ -34996,7 +34997,7 @@ Ze = new WeakMap(), Ke = new WeakMap(), Fe = new WeakMap(), _r = new WeakMap(),
|
|
|
34996
34997
|
}
|
|
34997
34998
|
}
|
|
34998
34999
|
}
|
|
34999
|
-
}, Xi = new WeakMap(),
|
|
35000
|
+
}, Xi = new WeakMap(), kn = new WeakMap();
|
|
35000
35001
|
var assign = make_assign(), create$1 = make_create(), trim$1 = make_trim(), Global$5 = typeof window < "u" ? window : commonjsGlobal$1, util$6 = {
|
|
35001
35002
|
assign,
|
|
35002
35003
|
create: create$1,
|
|
@@ -35545,15 +35546,15 @@ const devtools = {
|
|
|
35545
35546
|
};
|
|
35546
35547
|
main({ emitEvents: !1 });
|
|
35547
35548
|
setInterval(main, 500);
|
|
35548
|
-
var
|
|
35549
|
+
var Gn, ha, jr, ca;
|
|
35549
35550
|
class SysWeb extends SysBase {
|
|
35550
35551
|
constructor(e = {}, o = { cur: "prj/", crypto: !1, dip: "" }) {
|
|
35551
35552
|
super(e, o);
|
|
35552
|
-
it(this,
|
|
35553
|
+
it(this, Gn, void 0);
|
|
35553
35554
|
it(this, ha, void 0);
|
|
35554
35555
|
it(this, jr, void 0);
|
|
35555
35556
|
it(this, ca, void 0);
|
|
35556
|
-
rt(this,
|
|
35557
|
+
rt(this, Gn, ""), rt(this, ha, ":"), this.run = async () => {
|
|
35557
35558
|
z(this, jr) && (z(this, jr).destroy(10), await new Promise((M) => setTimeout(M, 10))), rt(this, jr, new Main(this));
|
|
35558
35559
|
}, rt(this, jr, void 0), this.pathBaseCnvSnPath4Dbg = "${pathbase}/", this._export = () => ((async () => {
|
|
35559
35560
|
const N = JSON.stringify({
|
|
@@ -35586,7 +35587,7 @@ class SysWeb extends SysBase {
|
|
|
35586
35587
|
return globalThis.open(M, "_blank"), !1;
|
|
35587
35588
|
}, rt(this, ca, {});
|
|
35588
35589
|
const R = o.cur.split("/");
|
|
35589
|
-
rt(this,
|
|
35590
|
+
rt(this, Gn, R.length > 2 ? R.slice(0, -2).join("/") + "/" : ""), globalThis.onload = async () => this.loaded(e, o);
|
|
35590
35591
|
}
|
|
35591
35592
|
async loaded(e, o) {
|
|
35592
35593
|
await super.loaded(e, o), document.querySelectorAll("[data-prj]").forEach((D) => {
|
|
@@ -35600,10 +35601,10 @@ class SysWeb extends SysBase {
|
|
|
35600
35601
|
return;
|
|
35601
35602
|
argChk_Boolean(CmnLib.hDip, "dbg", !1) && (CmnLib.isDbg = !0, this.fetch = (D) => fetch(D, { mode: "cors" })), this.extPort = argChk_Num(CmnLib.hDip, "port", this.extPort);
|
|
35602
35603
|
const M = R.get("cur");
|
|
35603
|
-
M && (o.cur = z(this,
|
|
35604
|
+
M && (o.cur = z(this, Gn) + M + "/"), this.run();
|
|
35604
35605
|
}
|
|
35605
35606
|
runSN(e) {
|
|
35606
|
-
this.arg.cur = z(this,
|
|
35607
|
+
this.arg.cur = z(this, Gn) + e + "/", z(this, ha) !== this.arg.cur && (rt(this, ha, this.arg.cur), this.run());
|
|
35607
35608
|
}
|
|
35608
35609
|
stop() {
|
|
35609
35610
|
!z(this, jr) || (z(this, jr).destroy(), rt(this, jr, void 0));
|
|
@@ -35680,7 +35681,7 @@ class SysWeb extends SysBase {
|
|
|
35680
35681
|
D.href = URL.createObjectURL(M), D.download = e, D.click();
|
|
35681
35682
|
}
|
|
35682
35683
|
}
|
|
35683
|
-
|
|
35684
|
+
Gn = new WeakMap(), ha = new WeakMap(), jr = new WeakMap(), ca = new WeakMap();
|
|
35684
35685
|
export {
|
|
35685
35686
|
CmnLib,
|
|
35686
35687
|
Layer,
|