@famibee/skynovel 1.32.0 → 1.33.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 +478 -448
- package/dist/app.js.map +1 -1
- package/dist/sn/RubySpliter.d.ts.map +1 -1
- package/dist/sn/SoundMng.d.ts.map +1 -1
- package/dist/web.js +270 -240
- package/dist/web.js.map +1 -1
- package/package.json +3 -3
package/dist/web.js
CHANGED
|
@@ -2211,10 +2211,10 @@ 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 Ki,
|
|
2214
|
+
var Ki, Ar, Ia;
|
|
2215
2215
|
const gi = class {
|
|
2216
2216
|
constructor() {
|
|
2217
|
-
it(this,
|
|
2217
|
+
it(this, Ar, () => {
|
|
2218
2218
|
});
|
|
2219
2219
|
}
|
|
2220
2220
|
static setting(t) {
|
|
@@ -2227,7 +2227,7 @@ const gi = class {
|
|
|
2227
2227
|
rt(gi, Ki, "\u30FD");
|
|
2228
2228
|
}
|
|
2229
2229
|
init(t) {
|
|
2230
|
-
rt(this,
|
|
2230
|
+
rt(this, Ar, t);
|
|
2231
2231
|
}
|
|
2232
2232
|
static setEscape(t) {
|
|
2233
2233
|
rt(gi, Ia, new RegExp(
|
|
@@ -2253,31 +2253,35 @@ const gi = class {
|
|
|
2253
2253
|
continue;
|
|
2254
2254
|
}
|
|
2255
2255
|
if (R.ce) {
|
|
2256
|
-
z(this,
|
|
2256
|
+
z(this, Ar).call(this, R.ce.slice(1), "");
|
|
2257
2257
|
continue;
|
|
2258
2258
|
}
|
|
2259
|
-
Array.from((o = R.txt) != null ? o : "").forEach((D) => z(this,
|
|
2259
|
+
Array.from((o = R.txt) != null ? o : "").forEach((D) => z(this, Ar).call(this, D, ""));
|
|
2260
2260
|
}
|
|
2261
2261
|
}
|
|
2262
2262
|
putTxtRb(t, e) {
|
|
2263
|
+
if (/^\w+|{"/.test(e)) {
|
|
2264
|
+
z(this, Ar).call(this, t, e);
|
|
2265
|
+
return;
|
|
2266
|
+
}
|
|
2263
2267
|
const o = Array.from(t), R = o.length;
|
|
2264
|
-
if (
|
|
2268
|
+
if (/^\*.?$/.test(e)) {
|
|
2265
2269
|
const L = "center\uFF5C" + (e === "*" ? z(gi, Ki) : e.charAt(1));
|
|
2266
2270
|
for (let B = 0; B < R; ++B)
|
|
2267
|
-
z(this,
|
|
2271
|
+
z(this, Ar).call(this, o[B], L);
|
|
2268
2272
|
return;
|
|
2269
2273
|
}
|
|
2270
2274
|
if (R === 1 || e.indexOf(" ") === -1) {
|
|
2271
|
-
z(this,
|
|
2275
|
+
z(this, Ar).call(this, t, decodeURIComponent(e));
|
|
2272
2276
|
return;
|
|
2273
2277
|
}
|
|
2274
2278
|
const N = e.split(" "), M = N.length, D = M > R ? M : R;
|
|
2275
2279
|
for (let L = 0; L < D; ++L)
|
|
2276
|
-
z(this,
|
|
2280
|
+
z(this, Ar).call(this, L < R ? o[L] : "", L < M ? decodeURIComponent(N[L]) : "");
|
|
2277
2281
|
}
|
|
2278
2282
|
};
|
|
2279
2283
|
let RubySpliter = gi;
|
|
2280
|
-
Ki = new WeakMap(),
|
|
2284
|
+
Ki = new WeakMap(), Ar = new WeakMap(), Ia = new WeakMap(), it(RubySpliter, Ki, "\u30FD"), it(RubySpliter, Ia, void 0);
|
|
2281
2285
|
const REG_TAG = /(?<name>[^\s;\]]+)/;
|
|
2282
2286
|
function tagToken2Name_Args(n) {
|
|
2283
2287
|
const t = REG_TAG.exec(n.slice(1, -1)), e = t == null ? void 0 : t.groups;
|
|
@@ -2564,8 +2568,8 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2564
2568
|
if (function() {
|
|
2565
2569
|
if (N._supportsSet !== void 0)
|
|
2566
2570
|
return N._supportsSet;
|
|
2567
|
-
var
|
|
2568
|
-
return N._supportsSet =
|
|
2571
|
+
var Xr = typeof Set < "u";
|
|
2572
|
+
return N._supportsSet = Xr, Xr;
|
|
2569
2573
|
}() && Array.from) {
|
|
2570
2574
|
for (var Bt = new Set(wt), $t = 0; $t < Mt.length; $t++)
|
|
2571
2575
|
Bt.add(Mt[$t]);
|
|
@@ -2576,10 +2580,10 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2576
2580
|
ge[wt[$e]] = !0;
|
|
2577
2581
|
for (var Me = 0; Me < Mt.length; Me++)
|
|
2578
2582
|
ge[Mt[Me]] = !0;
|
|
2579
|
-
var
|
|
2583
|
+
var Vr = [];
|
|
2580
2584
|
for (var Je in ge)
|
|
2581
|
-
({}).hasOwnProperty.call(ge, Je) &&
|
|
2582
|
-
return
|
|
2585
|
+
({}).hasOwnProperty.call(ge, Je) && Vr.push(Je);
|
|
2586
|
+
return Vr.sort(), Vr;
|
|
2583
2587
|
}(ut.expected, pt.expected) : pt.expected;
|
|
2584
2588
|
return { status: ut.status, index: ut.index, value: ut.value, furthest: pt.furthest, expected: Et };
|
|
2585
2589
|
}
|
|
@@ -2635,7 +2639,7 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2635
2639
|
if (ge === ut.length)
|
|
2636
2640
|
return "Got the end of the input";
|
|
2637
2641
|
if (Q(ut)) {
|
|
2638
|
-
var Me = ge - ge % bt,
|
|
2642
|
+
var Me = ge - ge % bt, Vr = ge - Me, Je = Dt(Me, ft, _t + bt, ut.length), Xr = B(function(Re) {
|
|
2639
2643
|
return B(function(Un) {
|
|
2640
2644
|
return Rt(Un.toString(16), 2, "0");
|
|
2641
2645
|
}, Re);
|
|
@@ -2649,9 +2653,9 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2649
2653
|
}(ut.slice(Je.from, Je.to).toJSON().data, bt));
|
|
2650
2654
|
Bt = function(Re) {
|
|
2651
2655
|
return Re.from === 0 && Re.to === 1 ? { from: Re.from, to: Re.to } : { from: Re.from / bt, to: Math.floor(Re.to / bt) };
|
|
2652
|
-
}(Je), wt = Me / bt, Et = 3 *
|
|
2656
|
+
}(Je), wt = Me / bt, Et = 3 * Vr, Vr >= 4 && (Et += 1), $e = 2, Mt = B(function(Re) {
|
|
2653
2657
|
return Re.length <= 4 ? Re.join(" ") : Re.slice(0, 4).join(" ") + " " + Re.slice(4).join(" ");
|
|
2654
|
-
},
|
|
2658
|
+
}, Xr), ($t = (8 * (Bt.to > 0 ? Bt.to - 1 : Bt.to)).toString(16).length) < 2 && ($t = 2);
|
|
2655
2659
|
} else {
|
|
2656
2660
|
var Gn = ut.split(/\r\n|[\n\r\u2028\u2029]/);
|
|
2657
2661
|
Et = Yt.column - 1, wt = Yt.line - 1, Bt = Dt(wt, Tt, Ft, Gn.length), Mt = Gn.slice(Bt.from, Bt.to), $t = Bt.to.toString().length;
|
|
@@ -2985,13 +2989,13 @@ var parsimmon_umd_min = { exports: {} };
|
|
|
2985
2989
|
if (Et === 0)
|
|
2986
2990
|
throw new Error("seqObj expects at least one named parser, found zero");
|
|
2987
2991
|
return N(function(ge, $e) {
|
|
2988
|
-
for (var Me,
|
|
2989
|
-
var
|
|
2990
|
-
if (tt(wt[Je]) ? (
|
|
2992
|
+
for (var Me, Vr = {}, Je = 0; Je < Mt; Je += 1) {
|
|
2993
|
+
var Xr, Gn;
|
|
2994
|
+
if (tt(wt[Je]) ? (Xr = wt[Je][0], Gn = wt[Je][1]) : (Xr = null, Gn = wt[Je]), !(Me = nt(Gn._(ge, $e), Me)).status)
|
|
2991
2995
|
return Me;
|
|
2992
|
-
|
|
2996
|
+
Xr && (Vr[Xr] = Me.value), $e = Me.index;
|
|
2993
2997
|
}
|
|
2994
|
-
return nt(st($e,
|
|
2998
|
+
return nt(st($e, Vr), Me);
|
|
2995
2999
|
});
|
|
2996
3000
|
}, N.string = xt, N.succeed = Lt, N.takeWhile = function(ut) {
|
|
2997
3001
|
return vt(ut), N(function(pt, Et) {
|
|
@@ -4195,15 +4199,15 @@ $a = new WeakMap(), it(CmnTween, $a, {
|
|
|
4195
4199
|
"Sinusoidal.Out": (t) => Easing.Sinusoidal.Out(t)
|
|
4196
4200
|
});
|
|
4197
4201
|
/*!
|
|
4198
|
-
* @pixi/settings - v6.5.
|
|
4199
|
-
* Compiled
|
|
4202
|
+
* @pixi/settings - v6.5.3
|
|
4203
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4200
4204
|
*
|
|
4201
4205
|
* @pixi/settings is licensed under the MIT License.
|
|
4202
4206
|
* http://www.opensource.org/licenses/mit-license
|
|
4203
4207
|
*/
|
|
4204
4208
|
/*!
|
|
4205
|
-
* @pixi/constants - v6.5.
|
|
4206
|
-
* Compiled
|
|
4209
|
+
* @pixi/constants - v6.5.3
|
|
4210
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4207
4211
|
*
|
|
4208
4212
|
* @pixi/constants is licensed under the MIT License.
|
|
4209
4213
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -4426,8 +4430,8 @@ var settings$1 = {
|
|
|
4426
4430
|
ROUND_PIXELS: !1
|
|
4427
4431
|
};
|
|
4428
4432
|
/*!
|
|
4429
|
-
* @pixi/constants - v6.5.
|
|
4430
|
-
* Compiled
|
|
4433
|
+
* @pixi/constants - v6.5.3
|
|
4434
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
4431
4435
|
*
|
|
4432
4436
|
* @pixi/constants is licensed under the MIT License.
|
|
4433
4437
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5241,8 +5245,8 @@ Url.prototype.parseHost = function() {
|
|
|
5241
5245
|
t && (t = t[0], t !== ":" && (this.port = t.substr(1)), n = n.substr(0, n.length - t.length)), n && (this.hostname = n);
|
|
5242
5246
|
};
|
|
5243
5247
|
/*!
|
|
5244
|
-
* @pixi/utils - v6.5.
|
|
5245
|
-
* Compiled
|
|
5248
|
+
* @pixi/utils - v6.5.3
|
|
5249
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5246
5250
|
*
|
|
5247
5251
|
* @pixi/utils is licensed under the MIT License.
|
|
5248
5252
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5254,7 +5258,7 @@ var url = {
|
|
|
5254
5258
|
};
|
|
5255
5259
|
settings$1.RETINA_PREFIX = /@([0-9\.]+)x/;
|
|
5256
5260
|
settings$1.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = !1;
|
|
5257
|
-
var saidHello = !1, VERSION = "6.5.
|
|
5261
|
+
var saidHello = !1, VERSION = "6.5.3";
|
|
5258
5262
|
function skipHello() {
|
|
5259
5263
|
saidHello = !0;
|
|
5260
5264
|
}
|
|
@@ -5615,8 +5619,8 @@ function getResolutionOfUrl(n, t) {
|
|
|
5615
5619
|
return e ? parseFloat(e[1]) : t !== void 0 ? t : 1;
|
|
5616
5620
|
}
|
|
5617
5621
|
/*!
|
|
5618
|
-
* @pixi/extensions - v6.5.
|
|
5619
|
-
* Compiled
|
|
5622
|
+
* @pixi/extensions - v6.5.3
|
|
5623
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5620
5624
|
*
|
|
5621
5625
|
* @pixi/extensions is licensed under the MIT License.
|
|
5622
5626
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5712,8 +5716,8 @@ var normalizeExtension = function(n) {
|
|
|
5712
5716
|
}
|
|
5713
5717
|
};
|
|
5714
5718
|
/*!
|
|
5715
|
-
* @pixi/runner - v6.5.
|
|
5716
|
-
* Compiled
|
|
5719
|
+
* @pixi/runner - v6.5.3
|
|
5720
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5717
5721
|
*
|
|
5718
5722
|
* @pixi/runner is licensed under the MIT License.
|
|
5719
5723
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5762,8 +5766,8 @@ Object.defineProperties(Runner.prototype, {
|
|
|
5762
5766
|
run: { value: Runner.prototype.emit }
|
|
5763
5767
|
});
|
|
5764
5768
|
/*!
|
|
5765
|
-
* @pixi/ticker - v6.5.
|
|
5766
|
-
* Compiled
|
|
5769
|
+
* @pixi/ticker - v6.5.3
|
|
5770
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5767
5771
|
*
|
|
5768
5772
|
* @pixi/ticker is licensed under the MIT License.
|
|
5769
5773
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -5943,8 +5947,8 @@ var TickerListener = function() {
|
|
|
5943
5947
|
}, n.extension = ExtensionType.Application, n;
|
|
5944
5948
|
}();
|
|
5945
5949
|
/*!
|
|
5946
|
-
* @pixi/math - v6.5.
|
|
5947
|
-
* Compiled
|
|
5950
|
+
* @pixi/math - v6.5.3
|
|
5951
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
5948
5952
|
*
|
|
5949
5953
|
* @pixi/math is licensed under the MIT License.
|
|
5950
5954
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -6331,8 +6335,8 @@ var groupD8 = {
|
|
|
6331
6335
|
}), n.IDENTITY = new n(), n;
|
|
6332
6336
|
}();
|
|
6333
6337
|
/*!
|
|
6334
|
-
* @pixi/core - v6.5.
|
|
6335
|
-
* Compiled
|
|
6338
|
+
* @pixi/core - v6.5.3
|
|
6339
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
6336
6340
|
*
|
|
6337
6341
|
* @pixi/core is licensed under the MIT License.
|
|
6338
6342
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -8179,8 +8183,8 @@ var uniformParsers = [
|
|
|
8179
8183
|
}
|
|
8180
8184
|
},
|
|
8181
8185
|
{
|
|
8182
|
-
test: function(n) {
|
|
8183
|
-
return (n.type === "sampler2D" || n.type === "samplerCube" || n.type === "sampler2DArray") && n.size === 1 && !n.isArray;
|
|
8186
|
+
test: function(n, t) {
|
|
8187
|
+
return (n.type === "sampler2D" || n.type === "samplerCube" || n.type === "sampler2DArray") && n.size === 1 && !n.isArray && (t == null || t.castToBaseTexture !== void 0);
|
|
8184
8188
|
},
|
|
8185
8189
|
code: function(n) {
|
|
8186
8190
|
return `t = syncData.textureCount++;
|
|
@@ -8452,9 +8456,27 @@ var uniformParsers = [
|
|
|
8452
8456
|
mat2: "gl.uniformMatrix2fv(location, false, v)",
|
|
8453
8457
|
mat3: "gl.uniformMatrix3fv(location, false, v)",
|
|
8454
8458
|
mat4: "gl.uniformMatrix4fv(location, false, v)",
|
|
8455
|
-
sampler2D:
|
|
8456
|
-
|
|
8457
|
-
|
|
8459
|
+
sampler2D: `
|
|
8460
|
+
if (cv !== v)
|
|
8461
|
+
{
|
|
8462
|
+
cu.value = v;
|
|
8463
|
+
|
|
8464
|
+
gl.uniform1i(location, v);
|
|
8465
|
+
}`,
|
|
8466
|
+
samplerCube: `
|
|
8467
|
+
if (cv !== v)
|
|
8468
|
+
{
|
|
8469
|
+
cu.value = v;
|
|
8470
|
+
|
|
8471
|
+
gl.uniform1i(location, v);
|
|
8472
|
+
}`,
|
|
8473
|
+
sampler2DArray: `
|
|
8474
|
+
if (cv !== v)
|
|
8475
|
+
{
|
|
8476
|
+
cu.value = v;
|
|
8477
|
+
|
|
8478
|
+
gl.uniform1i(location, v);
|
|
8479
|
+
}`
|
|
8458
8480
|
}, GLSL_TO_ARRAY_SETTERS = {
|
|
8459
8481
|
float: "gl.uniform1fv(location, v)",
|
|
8460
8482
|
vec2: "gl.uniform2fv(location, v)",
|
|
@@ -10018,8 +10040,8 @@ Object.assign(BatchRenderer, {
|
|
|
10018
10040
|
}
|
|
10019
10041
|
});
|
|
10020
10042
|
/*!
|
|
10021
|
-
* @pixi/loaders - v6.5.
|
|
10022
|
-
* Compiled
|
|
10043
|
+
* @pixi/loaders - v6.5.3
|
|
10044
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
10023
10045
|
*
|
|
10024
10046
|
* @pixi/loaders is licensed under the MIT License.
|
|
10025
10047
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -11843,8 +11865,8 @@ var objectAssign = shouldUseNative() ? Object.assign : function(n, t) {
|
|
|
11843
11865
|
return o;
|
|
11844
11866
|
};
|
|
11845
11867
|
/*!
|
|
11846
|
-
* @pixi/polyfill - v6.5.
|
|
11847
|
-
* Compiled
|
|
11868
|
+
* @pixi/polyfill - v6.5.3
|
|
11869
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
11848
11870
|
*
|
|
11849
11871
|
* @pixi/polyfill is licensed under the MIT License.
|
|
11850
11872
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -11891,8 +11913,8 @@ globalThis.Uint16Array || (globalThis.Uint16Array = Array);
|
|
|
11891
11913
|
globalThis.Uint8Array || (globalThis.Uint8Array = Array);
|
|
11892
11914
|
globalThis.Int32Array || (globalThis.Int32Array = Array);
|
|
11893
11915
|
/*!
|
|
11894
|
-
* @pixi/display - v6.5.
|
|
11895
|
-
* Compiled
|
|
11916
|
+
* @pixi/display - v6.5.3
|
|
11917
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
11896
11918
|
*
|
|
11897
11919
|
* @pixi/display is licensed under the MIT License.
|
|
11898
11920
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12176,8 +12198,8 @@ var DisplayObject = function(n) {
|
|
|
12176
12198
|
}(DisplayObject);
|
|
12177
12199
|
DisplayObject.prototype.displayObjectUpdateTransform = DisplayObject.prototype.updateTransform;
|
|
12178
12200
|
/*!
|
|
12179
|
-
* @pixi/constants - v6.5.
|
|
12180
|
-
* Compiled
|
|
12201
|
+
* @pixi/constants - v6.5.3
|
|
12202
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12181
12203
|
*
|
|
12182
12204
|
* @pixi/constants is licensed under the MIT License.
|
|
12183
12205
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12441,8 +12463,8 @@ var Container = function(n) {
|
|
|
12441
12463
|
}(DisplayObject);
|
|
12442
12464
|
Container.prototype.containerUpdateTransform = Container.prototype.updateTransform;
|
|
12443
12465
|
/*!
|
|
12444
|
-
* @pixi/accessibility - v6.5.
|
|
12445
|
-
* Compiled
|
|
12466
|
+
* @pixi/accessibility - v6.5.3
|
|
12467
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12446
12468
|
*
|
|
12447
12469
|
* @pixi/accessibility is licensed under the MIT License.
|
|
12448
12470
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12552,8 +12574,8 @@ var KEY_CODE_TAB = 9, DIV_TOUCH_SIZE = 100, DIV_TOUCH_POS_X = 0, DIV_TOUCH_POS_Y
|
|
|
12552
12574
|
}, n;
|
|
12553
12575
|
}();
|
|
12554
12576
|
/*!
|
|
12555
|
-
* @pixi/interaction - v6.5.
|
|
12556
|
-
* Compiled
|
|
12577
|
+
* @pixi/interaction - v6.5.3
|
|
12578
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12557
12579
|
*
|
|
12558
12580
|
* @pixi/interaction is licensed under the MIT License.
|
|
12559
12581
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12948,8 +12970,8 @@ var MOUSE_POINTER_ID = 1, hitTestEvent = {
|
|
|
12948
12970
|
}, t;
|
|
12949
12971
|
}(EventEmitter$4);
|
|
12950
12972
|
/*!
|
|
12951
|
-
* @pixi/extract - v6.5.
|
|
12952
|
-
* Compiled
|
|
12973
|
+
* @pixi/extract - v6.5.3
|
|
12974
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12953
12975
|
*
|
|
12954
12976
|
* @pixi/extract is licensed under the MIT License.
|
|
12955
12977
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -12992,8 +13014,8 @@ var TEMP_RECT = new Rectangle(), BYTES_PER_PIXEL = 4, Extract = function() {
|
|
|
12992
13014
|
}, n;
|
|
12993
13015
|
}();
|
|
12994
13016
|
/*!
|
|
12995
|
-
* @pixi/compressed-textures - v6.5.
|
|
12996
|
-
* Compiled
|
|
13017
|
+
* @pixi/compressed-textures - v6.5.3
|
|
13018
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
12997
13019
|
*
|
|
12998
13020
|
* @pixi/compressed-textures is licensed under the MIT License.
|
|
12999
13021
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -13531,8 +13553,8 @@ var KTXLoader = function() {
|
|
|
13531
13553
|
}, n.extension = ExtensionType.Loader, n.loadKeyValueData = !1, n;
|
|
13532
13554
|
}();
|
|
13533
13555
|
/*!
|
|
13534
|
-
* @pixi/particle-container - v6.5.
|
|
13535
|
-
* Compiled
|
|
13556
|
+
* @pixi/particle-container - v6.5.3
|
|
13557
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
13536
13558
|
*
|
|
13537
13559
|
* @pixi/particle-container is licensed under the MIT License.
|
|
13538
13560
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -13790,8 +13812,8 @@ void main(void){
|
|
|
13790
13812
|
}, t;
|
|
13791
13813
|
}(ObjectRenderer);
|
|
13792
13814
|
/*!
|
|
13793
|
-
* @pixi/graphics - v6.5.
|
|
13794
|
-
* Compiled
|
|
13815
|
+
* @pixi/graphics - v6.5.3
|
|
13816
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
13795
13817
|
*
|
|
13796
13818
|
* @pixi/graphics is licensed under the MIT License.
|
|
13797
13819
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -14555,8 +14577,8 @@ var ArcUtils = function() {
|
|
|
14555
14577
|
}, t.nextRoundedRectBehavior = !1, t._TEMP_POINT = new Point(), t;
|
|
14556
14578
|
}(Container);
|
|
14557
14579
|
/*!
|
|
14558
|
-
* @pixi/sprite - v6.5.
|
|
14559
|
-
* Compiled
|
|
14580
|
+
* @pixi/sprite - v6.5.3
|
|
14581
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
14560
14582
|
*
|
|
14561
14583
|
* @pixi/sprite is licensed under the MIT License.
|
|
14562
14584
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -14698,8 +14720,8 @@ var tempPoint$2 = new Point(), indices = new Uint16Array([0, 1, 2, 0, 2, 3]), Sp
|
|
|
14698
14720
|
}), t;
|
|
14699
14721
|
}(Container);
|
|
14700
14722
|
/*!
|
|
14701
|
-
* @pixi/text - v6.5.
|
|
14702
|
-
* Compiled
|
|
14723
|
+
* @pixi/text - v6.5.3
|
|
14724
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
14703
14725
|
*
|
|
14704
14726
|
* @pixi/text is licensed under the MIT License.
|
|
14705
14727
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15426,8 +15448,8 @@ var defaultDestroyOptions = {
|
|
|
15426
15448
|
}), t.nextLineHeightBehavior = !1, t.experimentalLetterSpacing = !1, t;
|
|
15427
15449
|
}(Sprite);
|
|
15428
15450
|
/*!
|
|
15429
|
-
* @pixi/prepare - v6.5.
|
|
15430
|
-
* Compiled
|
|
15451
|
+
* @pixi/prepare - v6.5.3
|
|
15452
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15431
15453
|
*
|
|
15432
15454
|
* @pixi/prepare is licensed under the MIT License.
|
|
15433
15455
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15601,8 +15623,8 @@ var Prepare = function(n) {
|
|
|
15601
15623
|
}, t;
|
|
15602
15624
|
}(BasePrepare);
|
|
15603
15625
|
/*!
|
|
15604
|
-
* @pixi/spritesheet - v6.5.
|
|
15605
|
-
* Compiled
|
|
15626
|
+
* @pixi/spritesheet - v6.5.3
|
|
15627
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15606
15628
|
*
|
|
15607
15629
|
* @pixi/spritesheet is licensed under the MIT License.
|
|
15608
15630
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15708,8 +15730,8 @@ var Spritesheet = function() {
|
|
|
15708
15730
|
}, n.extension = ExtensionType.Loader, n;
|
|
15709
15731
|
}();
|
|
15710
15732
|
/*!
|
|
15711
|
-
* @pixi/sprite-tiling - v6.5.
|
|
15712
|
-
* Compiled
|
|
15733
|
+
* @pixi/sprite-tiling - v6.5.3
|
|
15734
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15713
15735
|
*
|
|
15714
15736
|
* @pixi/sprite-tiling is licensed under the MIT License.
|
|
15715
15737
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -15960,8 +15982,8 @@ void main(void)
|
|
|
15960
15982
|
}, t;
|
|
15961
15983
|
}(ObjectRenderer);
|
|
15962
15984
|
/*!
|
|
15963
|
-
* @pixi/mesh - v6.5.
|
|
15964
|
-
* Compiled
|
|
15985
|
+
* @pixi/mesh - v6.5.3
|
|
15986
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
15965
15987
|
*
|
|
15966
15988
|
* @pixi/mesh is licensed under the MIT License.
|
|
15967
15989
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16210,8 +16232,8 @@ void main(void)
|
|
|
16210
16232
|
}), t;
|
|
16211
16233
|
}(Geometry);
|
|
16212
16234
|
/*!
|
|
16213
|
-
* @pixi/text-bitmap - v6.5.
|
|
16214
|
-
* Compiled
|
|
16235
|
+
* @pixi/text-bitmap - v6.5.3
|
|
16236
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16215
16237
|
*
|
|
16216
16238
|
* @pixi/text-bitmap is licensed under the MIT License.
|
|
16217
16239
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16891,8 +16913,8 @@ var BitmapFontLoader = function() {
|
|
|
16891
16913
|
}, n.extension = ExtensionType.Loader, n;
|
|
16892
16914
|
}();
|
|
16893
16915
|
/*!
|
|
16894
|
-
* @pixi/filter-alpha - v6.5.
|
|
16895
|
-
* Compiled
|
|
16916
|
+
* @pixi/filter-alpha - v6.5.3
|
|
16917
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16896
16918
|
*
|
|
16897
16919
|
* @pixi/filter-alpha is licensed under the MIT License.
|
|
16898
16920
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -16955,8 +16977,8 @@ void main(void)
|
|
|
16955
16977
|
}), t;
|
|
16956
16978
|
})(Filter);
|
|
16957
16979
|
/*!
|
|
16958
|
-
* @pixi/filter-blur - v6.5.
|
|
16959
|
-
* Compiled
|
|
16980
|
+
* @pixi/filter-blur - v6.5.3
|
|
16981
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
16960
16982
|
*
|
|
16961
16983
|
* @pixi/filter-blur is licensed under the MIT License.
|
|
16962
16984
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17057,8 +17079,8 @@ function generateBlurFragSource(n) {
|
|
|
17057
17079
|
return o = o.replace("%blur%", R), o = o.replace("%size%", n.toString()), o;
|
|
17058
17080
|
}
|
|
17059
17081
|
/*!
|
|
17060
|
-
* @pixi/constants - v6.5.
|
|
17061
|
-
* Compiled
|
|
17082
|
+
* @pixi/constants - v6.5.3
|
|
17083
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17062
17084
|
*
|
|
17063
17085
|
* @pixi/constants is licensed under the MIT License.
|
|
17064
17086
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17260,8 +17282,8 @@ var BlurFilterPass = function(n) {
|
|
|
17260
17282
|
}), t;
|
|
17261
17283
|
})(Filter);
|
|
17262
17284
|
/*!
|
|
17263
|
-
* @pixi/filter-color-matrix - v6.5.
|
|
17264
|
-
* Compiled
|
|
17285
|
+
* @pixi/filter-color-matrix - v6.5.3
|
|
17286
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17265
17287
|
*
|
|
17266
17288
|
* @pixi/filter-color-matrix is licensed under the MIT License.
|
|
17267
17289
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -17894,8 +17916,8 @@ void main(void)
|
|
|
17894
17916
|
}(Filter);
|
|
17895
17917
|
ColorMatrixFilter.prototype.grayscale = ColorMatrixFilter.prototype.greyscale;
|
|
17896
17918
|
/*!
|
|
17897
|
-
* @pixi/filter-displacement - v6.5.
|
|
17898
|
-
* Compiled
|
|
17919
|
+
* @pixi/filter-displacement - v6.5.3
|
|
17920
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
17899
17921
|
*
|
|
17900
17922
|
* @pixi/filter-displacement is licensed under the MIT License.
|
|
17901
17923
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18006,8 +18028,8 @@ void main(void)
|
|
|
18006
18028
|
}), t;
|
|
18007
18029
|
})(Filter);
|
|
18008
18030
|
/*!
|
|
18009
|
-
* @pixi/filter-fxaa - v6.5.
|
|
18010
|
-
* Compiled
|
|
18031
|
+
* @pixi/filter-fxaa - v6.5.3
|
|
18032
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18011
18033
|
*
|
|
18012
18034
|
* @pixi/filter-fxaa is licensed under the MIT License.
|
|
18013
18035
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18213,8 +18235,8 @@ void main() {
|
|
|
18213
18235
|
return t;
|
|
18214
18236
|
})(Filter);
|
|
18215
18237
|
/*!
|
|
18216
|
-
* @pixi/filter-noise - v6.5.
|
|
18217
|
-
* Compiled
|
|
18238
|
+
* @pixi/filter-noise - v6.5.3
|
|
18239
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18218
18240
|
*
|
|
18219
18241
|
* @pixi/filter-noise is licensed under the MIT License.
|
|
18220
18242
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18314,15 +18336,15 @@ void main()
|
|
|
18314
18336
|
}), t;
|
|
18315
18337
|
})(Filter);
|
|
18316
18338
|
/*!
|
|
18317
|
-
* @pixi/mixin-cache-as-bitmap - v6.5.
|
|
18318
|
-
* Compiled
|
|
18339
|
+
* @pixi/mixin-cache-as-bitmap - v6.5.3
|
|
18340
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18319
18341
|
*
|
|
18320
18342
|
* @pixi/mixin-cache-as-bitmap is licensed under the MIT License.
|
|
18321
18343
|
* http://www.opensource.org/licenses/mit-license
|
|
18322
18344
|
*/
|
|
18323
18345
|
/*!
|
|
18324
|
-
* @pixi/constants - v6.5.
|
|
18325
|
-
* Compiled
|
|
18346
|
+
* @pixi/constants - v6.5.3
|
|
18347
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18326
18348
|
*
|
|
18327
18349
|
* @pixi/constants is licensed under the MIT License.
|
|
18328
18350
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18505,8 +18527,8 @@ DisplayObject.prototype._cacheAsBitmapDestroy = function(t) {
|
|
|
18505
18527
|
this.cacheAsBitmap = !1, this.destroy(t);
|
|
18506
18528
|
};
|
|
18507
18529
|
/*!
|
|
18508
|
-
* @pixi/mixin-get-child-by-name - v6.5.
|
|
18509
|
-
* Compiled
|
|
18530
|
+
* @pixi/mixin-get-child-by-name - v6.5.3
|
|
18531
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18510
18532
|
*
|
|
18511
18533
|
* @pixi/mixin-get-child-by-name is licensed under the MIT License.
|
|
18512
18534
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18528,8 +18550,8 @@ Container.prototype.getChildByName = function(t, e) {
|
|
|
18528
18550
|
return null;
|
|
18529
18551
|
};
|
|
18530
18552
|
/*!
|
|
18531
|
-
* @pixi/mixin-get-global-position - v6.5.
|
|
18532
|
-
* Compiled
|
|
18553
|
+
* @pixi/mixin-get-global-position - v6.5.3
|
|
18554
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18533
18555
|
*
|
|
18534
18556
|
* @pixi/mixin-get-global-position is licensed under the MIT License.
|
|
18535
18557
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18538,8 +18560,8 @@ DisplayObject.prototype.getGlobalPosition = function(t, e) {
|
|
|
18538
18560
|
return t === void 0 && (t = new Point()), e === void 0 && (e = !1), this.parent ? this.parent.toGlobal(this.position, t, e) : (t.x = this.position.x, t.y = this.position.y), t;
|
|
18539
18561
|
};
|
|
18540
18562
|
/*!
|
|
18541
|
-
* @pixi/app - v6.5.
|
|
18542
|
-
* Compiled
|
|
18563
|
+
* @pixi/app - v6.5.3
|
|
18564
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18543
18565
|
*
|
|
18544
18566
|
* @pixi/app is licensed under the MIT License.
|
|
18545
18567
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -18584,15 +18606,15 @@ var ResizePlugin = function() {
|
|
|
18584
18606
|
}, n.extension = ExtensionType.Application, n;
|
|
18585
18607
|
}();
|
|
18586
18608
|
/*!
|
|
18587
|
-
* @pixi/settings - v6.5.
|
|
18588
|
-
* Compiled
|
|
18609
|
+
* @pixi/settings - v6.5.3
|
|
18610
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18589
18611
|
*
|
|
18590
18612
|
* @pixi/settings is licensed under the MIT License.
|
|
18591
18613
|
* http://www.opensource.org/licenses/mit-license
|
|
18592
18614
|
*/
|
|
18593
18615
|
/*!
|
|
18594
|
-
* @pixi/constants - v6.5.
|
|
18595
|
-
* Compiled
|
|
18616
|
+
* @pixi/constants - v6.5.3
|
|
18617
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
18596
18618
|
*
|
|
18597
18619
|
* @pixi/constants is licensed under the MIT License.
|
|
18598
18620
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19084,8 +19106,8 @@ createCommonjsModule(function(n, t) {
|
|
|
19084
19106
|
t.decode = t.parse = decode, t.encode = t.stringify = encode;
|
|
19085
19107
|
});
|
|
19086
19108
|
/*!
|
|
19087
|
-
* @pixi/constants - v6.5.
|
|
19088
|
-
* Compiled
|
|
19109
|
+
* @pixi/constants - v6.5.3
|
|
19110
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19089
19111
|
*
|
|
19090
19112
|
* @pixi/constants is licensed under the MIT License.
|
|
19091
19113
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19171,8 +19193,8 @@ var BUFFER_TYPE;
|
|
|
19171
19193
|
n[n.ELEMENT_ARRAY_BUFFER = 34963] = "ELEMENT_ARRAY_BUFFER", n[n.ARRAY_BUFFER = 34962] = "ARRAY_BUFFER", n[n.UNIFORM_BUFFER = 35345] = "UNIFORM_BUFFER";
|
|
19172
19194
|
})(BUFFER_TYPE || (BUFFER_TYPE = {}));
|
|
19173
19195
|
/*!
|
|
19174
|
-
* @pixi/utils - v6.5.
|
|
19175
|
-
* Compiled
|
|
19196
|
+
* @pixi/utils - v6.5.3
|
|
19197
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19176
19198
|
*
|
|
19177
19199
|
* @pixi/utils is licensed under the MIT License.
|
|
19178
19200
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19267,8 +19289,8 @@ var Application = function() {
|
|
|
19267
19289
|
extensions.handleByList(ExtensionType.Application, Application._plugins);
|
|
19268
19290
|
extensions.add(ResizePlugin);
|
|
19269
19291
|
/*!
|
|
19270
|
-
* @pixi/mesh-extras - v6.5.
|
|
19271
|
-
* Compiled
|
|
19292
|
+
* @pixi/mesh-extras - v6.5.3
|
|
19293
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19272
19294
|
*
|
|
19273
19295
|
* @pixi/mesh-extras is licensed under the MIT License.
|
|
19274
19296
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19521,8 +19543,8 @@ var DEFAULT_BORDER_SIZE = 10;
|
|
|
19521
19543
|
}, t;
|
|
19522
19544
|
})(SimplePlane);
|
|
19523
19545
|
/*!
|
|
19524
|
-
* @pixi/sprite-animated - v6.5.
|
|
19525
|
-
* Compiled
|
|
19546
|
+
* @pixi/sprite-animated - v6.5.3
|
|
19547
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19526
19548
|
*
|
|
19527
19549
|
* @pixi/sprite-animated is licensed under the MIT License.
|
|
19528
19550
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19649,8 +19671,8 @@ var AnimatedSprite = function(n) {
|
|
|
19649
19671
|
}), t;
|
|
19650
19672
|
}(Sprite);
|
|
19651
19673
|
/*!
|
|
19652
|
-
* pixi.js - v6.5.
|
|
19653
|
-
* Compiled
|
|
19674
|
+
* pixi.js - v6.5.3
|
|
19675
|
+
* Compiled Fri, 09 Sep 2022 13:55:20 UTC
|
|
19654
19676
|
*
|
|
19655
19677
|
* pixi.js is licensed under the MIT License.
|
|
19656
19678
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -19671,7 +19693,7 @@ extensions.add(
|
|
|
19671
19693
|
TickerPlugin,
|
|
19672
19694
|
AppLoaderPlugin
|
|
19673
19695
|
);
|
|
19674
|
-
var be, De, bi, Cu, nc, hs, Xo, Iu, sc, wu, ac, ka, lh, rn, va, Ga, hh, cs, fs, Wo, nn, ga, Ua, ds, Yo, Ru, oc,
|
|
19696
|
+
var be, De, bi, Cu, nc, hs, Xo, Iu, sc, wu, ac, ka, lh, rn, va, Ga, hh, cs, fs, Wo, nn, ga, Ua, ds, Yo, Ru, oc, Or, vi, Pu, uc, Ha, ch, sn, ma, Au, lc, za, fh, Ou, hc, Nu, cc, ps, qo;
|
|
19675
19697
|
const Ca = class {
|
|
19676
19698
|
constructor(t, e, o, R, N) {
|
|
19677
19699
|
it(this, Cu);
|
|
@@ -19685,7 +19707,7 @@ const Ca = class {
|
|
|
19685
19707
|
it(this, nn);
|
|
19686
19708
|
it(this, ds);
|
|
19687
19709
|
it(this, Ru);
|
|
19688
|
-
it(this,
|
|
19710
|
+
it(this, Or);
|
|
19689
19711
|
it(this, Pu);
|
|
19690
19712
|
it(this, Ha);
|
|
19691
19713
|
it(this, sn);
|
|
@@ -19701,7 +19723,7 @@ const Ca = class {
|
|
|
19701
19723
|
I.volumeAll = Number(this.val.getVal("sys:sn.sound.global_volume", 1)), rt(this, Ua, () => {
|
|
19702
19724
|
});
|
|
19703
19725
|
});
|
|
19704
|
-
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, rn, 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,
|
|
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, rn, 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, vi).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, sn, 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));
|
|
19705
19727
|
}
|
|
19706
19728
|
setEvtMng(t) {
|
|
19707
19729
|
rt(this, bi, t);
|
|
@@ -19767,20 +19789,20 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19767
19789
|
D && (ot(this, ps, qo).call(this, e), this.val.setVal_Nochk("save", "const.sn.sound." + e + ".fn", "")), this.val.flush();
|
|
19768
19790
|
const L = argChk_Num(t, "time", NaN), B = argChk_Num(t, "delay", 0);
|
|
19769
19791
|
if (L === 0 && B === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this, bi).isSkippingByKeyDown())
|
|
19770
|
-
return o.snd.volume = M, D && ot(this,
|
|
19792
|
+
return o.snd.volume = M, D && ot(this, Or, vi).call(this, t), !1;
|
|
19771
19793
|
const $ = argChk_Num(t, "repeat", 1);
|
|
19772
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) => {
|
|
19773
19795
|
o.playing() && (o.snd.volume = U.v);
|
|
19774
19796
|
}).onComplete(() => {
|
|
19775
19797
|
const U = z(this, be)[t.buf = o.now_buf];
|
|
19776
|
-
!(U != null && U.twFade) || (delete U.twFade, D && ot(this,
|
|
19798
|
+
!(U != null && U.twFade) || (delete U.twFade, D && ot(this, Or, vi).call(this, t), U.resumeFade && this.main.resume());
|
|
19777
19799
|
}).start(), !1;
|
|
19778
19800
|
}, Ga = new WeakSet(), hh = function(t) {
|
|
19779
19801
|
return t.buf = "BGM", t.canskip = !1, argChk_Boolean(t, "loop", !0), ot(this, fs, Wo).call(this, t);
|
|
19780
19802
|
}, cs = new WeakMap(), fs = new WeakSet(), Wo = function(t) {
|
|
19781
19803
|
var q;
|
|
19782
19804
|
const { buf: e = "SE", fn: o } = t;
|
|
19783
|
-
if (ot(this,
|
|
19805
|
+
if (ot(this, Or, vi).call(this, { buf: e }), !o)
|
|
19784
19806
|
throw `[playse] fn\u306F\u5FC5\u9808\u3067\u3059 buf:${e}`;
|
|
19785
19807
|
if (argChk_Boolean(t, "canskip", !0) && z(this, bi).isSkippingByKeyDown())
|
|
19786
19808
|
return !1;
|
|
@@ -19910,8 +19932,12 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19910
19932
|
const R = this.cfg.searchPath(e, Config.EXT_SOUND);
|
|
19911
19933
|
if (R.slice(-4) !== ".bin") {
|
|
19912
19934
|
o.url = R;
|
|
19913
|
-
const N = A.from(o)
|
|
19914
|
-
|
|
19935
|
+
const N = A.from(o);
|
|
19936
|
+
if (t) {
|
|
19937
|
+
const M = z(this, be)[t];
|
|
19938
|
+
M.snd = N, M.pan !== 0 && (N.filters = [new k.StereoFilter(M.pan)]);
|
|
19939
|
+
}
|
|
19940
|
+
o.loop || I.add(e, N);
|
|
19915
19941
|
return;
|
|
19916
19942
|
}
|
|
19917
19943
|
new Loader().add({ name: e, url: R, xhrType: LoaderResource.XHR_RESPONSE_TYPE.BUFFER }).use((N, M) => {
|
|
@@ -19919,18 +19945,22 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19919
19945
|
N.data = D, M == null || M();
|
|
19920
19946
|
}).catch((D) => this.main.errScript(`Sound \u30ED\u30FC\u30C9\u5931\u6557\u3067\u3059 fn:${N.name} ${D}`, !1));
|
|
19921
19947
|
}).load((N, M) => {
|
|
19922
|
-
var
|
|
19923
|
-
o.source = (
|
|
19924
|
-
const D = A.from(o)
|
|
19925
|
-
|
|
19948
|
+
var L;
|
|
19949
|
+
o.source = (L = M[e]) == null ? void 0 : L.data;
|
|
19950
|
+
const D = A.from(o);
|
|
19951
|
+
if (t) {
|
|
19952
|
+
const B = z(this, be)[t];
|
|
19953
|
+
B.snd = D, B.pan !== 0 && (D.filters = [new k.StereoFilter(B.pan)]);
|
|
19954
|
+
}
|
|
19955
|
+
o.loop || I.add(e, D);
|
|
19926
19956
|
});
|
|
19927
19957
|
}, Ua = new WeakMap(), ds = new WeakSet(), Yo = function() {
|
|
19928
19958
|
for (const t in z(this, be))
|
|
19929
|
-
ot(this,
|
|
19959
|
+
ot(this, Or, vi).call(this, { buf: t });
|
|
19930
19960
|
return rt(this, be, {}), I.stopAll(), !1;
|
|
19931
19961
|
}, Ru = new WeakSet(), oc = function(t) {
|
|
19932
|
-
return t.buf = "BGM", ot(this,
|
|
19933
|
-
},
|
|
19962
|
+
return t.buf = "BGM", ot(this, Or, vi).call(this, t);
|
|
19963
|
+
}, Or = new WeakSet(), vi = function(t) {
|
|
19934
19964
|
var R;
|
|
19935
19965
|
const { buf: e = "SE" } = t;
|
|
19936
19966
|
ot(this, ps, qo).call(this, e);
|
|
@@ -19955,7 +19985,7 @@ be = new WeakMap(), De = new WeakMap(), bi = new WeakMap(), Cu = new WeakSet(),
|
|
|
19955
19985
|
const { buf: e = "SE" } = t, o = z(this, be)[e];
|
|
19956
19986
|
return !(o != null && o.playing()) || o.loop ? !1 : o.resume = z(this, bi).waitEvent(
|
|
19957
19987
|
() => {
|
|
19958
|
-
t.buf = o.now_buf, ot(this,
|
|
19988
|
+
t.buf = o.now_buf, ot(this, Or, vi).call(this, t);
|
|
19959
19989
|
const R = z(this, be)[t.buf];
|
|
19960
19990
|
!(R != null && R.playing()) || R.loop || R.onend();
|
|
19961
19991
|
},
|
|
@@ -30283,7 +30313,7 @@ __privateAdd$1(GrpLayer, _dec2cache, (n, t, e) => {
|
|
|
30283
30313
|
GrpLayer.hFn2VElm = {};
|
|
30284
30314
|
__privateAdd$1(GrpLayer, _hAEncImg, {});
|
|
30285
30315
|
__privateAdd$1(GrpLayer, _hEncImgOUrl, {});
|
|
30286
|
-
var vs, Va, an, se,
|
|
30316
|
+
var vs, Va, an, se, Nr, Zr, er, Ti, zt, Kr, mr, yr, gs, Zo, br, Mr, Xa, _s, Wa, Lu, fc, un, ms, ln, hn, cn, fn, ys, Fu, Jr, Ya, ph, Qr, qa, ti, Dr, Za, Ka, vh, Si, dn, Ja, gh, hr;
|
|
30287
30317
|
const Wt = class extends Container {
|
|
30288
30318
|
constructor(e, o, R) {
|
|
30289
30319
|
super();
|
|
@@ -30293,7 +30323,7 @@ const Wt = class extends Container {
|
|
|
30293
30323
|
it(this, Ka);
|
|
30294
30324
|
it(this, Ja);
|
|
30295
30325
|
it(this, se, document.createElement("span"));
|
|
30296
|
-
it(this,
|
|
30326
|
+
it(this, Nr, new Container());
|
|
30297
30327
|
it(this, Zr, new Graphics());
|
|
30298
30328
|
it(this, er, new TxtLayDesignCast(this.spLay, this));
|
|
30299
30329
|
it(this, Ti, new TxtLayPadDesignCast(this));
|
|
@@ -30310,7 +30340,7 @@ const Wt = class extends Container {
|
|
|
30310
30340
|
it(this, mr, 0);
|
|
30311
30341
|
it(this, yr, 0);
|
|
30312
30342
|
it(this, br, 0);
|
|
30313
|
-
it(this,
|
|
30343
|
+
it(this, Mr, !1);
|
|
30314
30344
|
it(this, Xa, 0);
|
|
30315
30345
|
it(this, _s, 0);
|
|
30316
30346
|
it(this, un, void 0);
|
|
@@ -30323,7 +30353,7 @@ const Wt = class extends Container {
|
|
|
30323
30353
|
it(this, Si, "Quadratic.Out");
|
|
30324
30354
|
it(this, dn, "Quadratic.Out");
|
|
30325
30355
|
it(this, hr, void 0);
|
|
30326
|
-
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,
|
|
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, Ti));
|
|
30327
30357
|
}
|
|
30328
30358
|
static init(e, o) {
|
|
30329
30359
|
rt(Wt, vs, e), rt(Wt, Va, o), rt(Wt, cn, /[、。,.)]}〉」』】〕”〟ぁぃぅぇぉっゃゅょゎァィゥェォッャュョヮヵヶ!?!?‼⁉・ーゝゞヽヾ々]/), rt(Wt, fn, /[[({〈「『【〔“〝]/), rt(Wt, ys, /[─‥…]/);
|
|
@@ -30342,7 +30372,7 @@ const Wt = class extends Container {
|
|
|
30342
30372
|
marginLeft: 0,
|
|
30343
30373
|
marginRight: 0,
|
|
30344
30374
|
marginTop: 0
|
|
30345
|
-
}), rt(Wt, Qr, /* @__PURE__ */ Object.create(null)), rt(Wt, ti, /* @__PURE__ */ Object.create(null)), rt(Wt,
|
|
30375
|
+
}), rt(Wt, Qr, /* @__PURE__ */ Object.create(null)), rt(Wt, ti, /* @__PURE__ */ Object.create(null)), rt(Wt, Dr, new Container());
|
|
30346
30376
|
}
|
|
30347
30377
|
lay(e) {
|
|
30348
30378
|
var R, N, M, D, L, B, $, U;
|
|
@@ -30364,7 +30394,7 @@ const Wt = class extends Container {
|
|
|
30364
30394
|
"alpha" in e && (o.opacity = String(this.spLay.alpha));
|
|
30365
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, cn, new RegExp(`[${e.kinsoku_sol}]`)), "kinsoku_eol" in e && rt(Wt, fn, 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, hn) > 0) {
|
|
30366
30396
|
const H = [
|
|
30367
|
-
z(this, se).innerHTML.
|
|
30397
|
+
z(this, se).innerHTML.replaceAll(/(animation-delay: )\d+ms/g, "$10ms"),
|
|
30368
30398
|
`<span class='sn_ch' data-add='{"ch_in_style":"default"}'>\u3000</span>`
|
|
30369
30399
|
];
|
|
30370
30400
|
ot(this, Ja, gh).call(this), this.goTxt(H);
|
|
@@ -30375,7 +30405,7 @@ const Wt = class extends Container {
|
|
|
30375
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, Ti).cvsResize();
|
|
30376
30406
|
}
|
|
30377
30407
|
get tategaki() {
|
|
30378
|
-
return z(this,
|
|
30408
|
+
return z(this, Mr);
|
|
30379
30409
|
}
|
|
30380
30410
|
get infTL() {
|
|
30381
30411
|
return z(this, zt);
|
|
@@ -30391,7 +30421,7 @@ const Wt = class extends Container {
|
|
|
30391
30421
|
}
|
|
30392
30422
|
goTxt(e) {
|
|
30393
30423
|
var Y, q, Z, K, J, tt, Q, st;
|
|
30394
|
-
z(Wt,
|
|
30424
|
+
z(Wt, Dr).visible = !1;
|
|
30395
30425
|
const o = z(this, ln).length;
|
|
30396
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(
|
|
30397
30427
|
0,
|
|
@@ -30455,9 +30485,9 @@ const Wt = class extends Container {
|
|
|
30455
30485
|
let H = new Rectangle();
|
|
30456
30486
|
for (let et = o; et < R; ++et) {
|
|
30457
30487
|
const nt = z(this, ln)[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];
|
|
30458
|
-
if (at.x -= $, at.y -= U, D(nt, at), dt && (z(this,
|
|
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") {
|
|
30459
30489
|
const mt = new Container();
|
|
30460
|
-
z(this,
|
|
30490
|
+
z(this, Nr).addChild(mt), GrpLayer.csv2Sprites(ct.pic, mt, (vt) => {
|
|
30461
30491
|
ot(this, Ya, ph).call(this, mt, ct, lt, at, L, dt != null ? dt : {}), mt.parent || mt.removeChild(vt);
|
|
30462
30492
|
});
|
|
30463
30493
|
}
|
|
@@ -30475,14 +30505,14 @@ const Wt = class extends Container {
|
|
|
30475
30505
|
() => _t(Tt),
|
|
30476
30506
|
() => this.canFocus() ? (_t(Ft), !0) : !1,
|
|
30477
30507
|
() => _t(bt)
|
|
30478
|
-
), z(this,
|
|
30508
|
+
), z(this, Nr).addChild(gt);
|
|
30479
30509
|
}
|
|
30480
30510
|
}
|
|
30481
30511
|
const V = z(this, se).querySelectorAll("span.sn_ch");
|
|
30482
|
-
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,
|
|
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(
|
|
30483
30513
|
z(this, mr),
|
|
30484
30514
|
z(this, yr)
|
|
30485
|
-
), z(Wt,
|
|
30515
|
+
), z(Wt, Dr).visible = !0, z(Wt, an).noticeCompTxt(), !0));
|
|
30486
30516
|
const W = V.length;
|
|
30487
30517
|
if (W === 0) {
|
|
30488
30518
|
z(this, Jr).call(this);
|
|
@@ -30574,14 +30604,14 @@ const Wt = class extends Container {
|
|
|
30574
30604
|
};
|
|
30575
30605
|
}
|
|
30576
30606
|
dispBreak(e) {
|
|
30577
|
-
const o = z(Wt,
|
|
30607
|
+
const o = z(Wt, Dr);
|
|
30578
30608
|
o.visible = !1, this.addChild(o), GrpLayer.csv2Sprites(e, o, (R) => {
|
|
30579
30609
|
o.parent || o.removeChild(R);
|
|
30580
30610
|
});
|
|
30581
30611
|
}
|
|
30582
30612
|
static delBreak() {
|
|
30583
|
-
const e = z(Wt,
|
|
30584
|
-
e.parent && (e.parent.removeChild(e), e.removeChildren()), rt(Wt,
|
|
30613
|
+
const e = z(Wt, Dr);
|
|
30614
|
+
e.parent && (e.parent.removeChild(e), e.removeChildren()), rt(Wt, Dr, new Container());
|
|
30585
30615
|
}
|
|
30586
30616
|
reNew() {
|
|
30587
30617
|
var o;
|
|
@@ -30609,11 +30639,11 @@ const Wt = class extends Container {
|
|
|
30609
30639
|
}
|
|
30610
30640
|
snapshot(e, o) {
|
|
30611
30641
|
ot(this, Lu, fc).call(this, (R) => {
|
|
30612
|
-
rt(this, hr, new Sprite(R)), z(this,
|
|
30642
|
+
rt(this, hr, new Sprite(R)), z(this, Mr) && (z(this, hr).x += CmnLib.stageW - (z(this, br) + z(this, zt).$width)), z(this, hr).y -= z(this, _s), z(this, hr).texture.frame = new Rectangle(0, 0, z(this, zt).$width - z(this, br), z(this, zt).$height), z(this, Nr).addChild(z(this, hr)), e.render(z(this, hr), void 0, !1), o();
|
|
30613
30643
|
}, !1);
|
|
30614
30644
|
}
|
|
30615
30645
|
snapshot_end() {
|
|
30616
|
-
z(this, hr) && (z(this,
|
|
30646
|
+
z(this, hr) && (z(this, Nr).removeChild(z(this, hr)), rt(this, hr, void 0));
|
|
30617
30647
|
}
|
|
30618
30648
|
makeDesignCast(e) {
|
|
30619
30649
|
e(z(this, er));
|
|
@@ -30632,17 +30662,17 @@ const Wt = class extends Container {
|
|
|
30632
30662
|
return `"txt":"${z(this, se).textContent.replace(/(["\\])/g, "\\$1")}", "style":{${e.join(",")}}`;
|
|
30633
30663
|
}
|
|
30634
30664
|
destroy() {
|
|
30635
|
-
Wt.delBreak(), z(this, se).parentElement.removeChild(z(this, se)), this.removeChild(z(this,
|
|
30665
|
+
Wt.delBreak(), z(this, se).parentElement.removeChild(z(this, se)), this.removeChild(z(this, Nr)), this.removeChild(z(this, Zr)), super.destroy();
|
|
30636
30666
|
}
|
|
30637
30667
|
};
|
|
30638
30668
|
let TxtStage = Wt;
|
|
30639
|
-
vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
30669
|
+
vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(), Nr = new WeakMap(), Zr = new WeakMap(), er = new WeakMap(), Ti = new WeakMap(), zt = new WeakMap(), Kr = new WeakMap(), mr = new WeakMap(), yr = new WeakMap(), gs = new WeakSet(), Zo = function() {
|
|
30640
30670
|
var N;
|
|
30641
30671
|
const e = z(this, se).style, o = parseFloat(e.fontSize || "0");
|
|
30642
|
-
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,
|
|
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);
|
|
30643
30673
|
const R = (N = e.lineHeight) != null ? N : "0";
|
|
30644
|
-
rt(this, Za, z(this,
|
|
30645
|
-
}, br = new WeakMap(),
|
|
30674
|
+
rt(this, Za, z(this, Mr) ? 0 : (R.slice(-2) === "px" ? parseFloat(R) : o * parseFloat(R) - o) / 2);
|
|
30675
|
+
}, br = new WeakMap(), Mr = new WeakMap(), Xa = new WeakMap(), _s = new WeakMap(), Wa = new WeakMap(), Lu = new WeakSet(), fc = function(e, o = !0) {
|
|
30646
30676
|
const R = {
|
|
30647
30677
|
escape: (Y) => Y.replace(/([.*+?^${}()|\[\]\/\\])/g, "\\$1"),
|
|
30648
30678
|
mimeType: (Y) => {
|
|
@@ -30836,7 +30866,7 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30836
30866
|
}).start()
|
|
30837
30867
|
};
|
|
30838
30868
|
z(this, ms).push(L);
|
|
30839
|
-
}, Qr = new WeakMap(), qa = new WeakMap(), ti = new WeakMap(),
|
|
30869
|
+
}, Qr = new WeakMap(), qa = new WeakMap(), ti = new WeakMap(), Dr = new WeakMap(), Za = new WeakMap(), Ka = new WeakSet(), vh = function(e) {
|
|
30840
30870
|
const o = [];
|
|
30841
30871
|
if (e.nodeType !== e.TEXT_NODE)
|
|
30842
30872
|
return e.childNodes.forEach((D) => o.push(ot(this, Ka, vh).call(this, D))), o.flat();
|
|
@@ -30891,7 +30921,7 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30891
30921
|
}
|
|
30892
30922
|
});
|
|
30893
30923
|
const N = () => {
|
|
30894
|
-
o.parentElement.removeChild(o), z(this,
|
|
30924
|
+
o.parentElement.removeChild(o), z(this, Nr).removeChildren().forEach((D) => {
|
|
30895
30925
|
D instanceof Container && z(Wt, an).unButton(D), D.destroy();
|
|
30896
30926
|
});
|
|
30897
30927
|
};
|
|
@@ -30906,7 +30936,7 @@ vs = new WeakMap(), Va = new WeakMap(), an = new WeakMap(), se = new WeakMap(),
|
|
|
30906
30936
|
marginLeft: 0,
|
|
30907
30937
|
marginRight: 0,
|
|
30908
30938
|
marginTop: 0
|
|
30909
|
-
}), it(TxtStage, cn, void 0), it(TxtStage, fn, 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,
|
|
30939
|
+
}), it(TxtStage, cn, void 0), it(TxtStage, fn, 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());
|
|
30910
30940
|
var __accessCheck = (n, t, e) => {
|
|
30911
30941
|
if (!t.has(n))
|
|
30912
30942
|
throw TypeError("Cannot " + e);
|
|
@@ -31083,7 +31113,7 @@ __privateAdd(Button, _procMasume4txt, (n, t) => {
|
|
|
31083
31113
|
});
|
|
31084
31114
|
__privateAdd(Button, _procMasume4pic, (n, t, e, o) => {
|
|
31085
31115
|
});
|
|
31086
|
-
var bs, Er, Es, Qa, to, _h, eo, mh, ro, pn, io, ei, vn, Bu, dc,
|
|
31116
|
+
var bs, Er, Es, Qa, to, _h, eo, mh, ro, pn, io, ei, vn, Bu, dc, Lr, rr, cr, he, xr, ie, xs, Ge, Ts, Ko, Tr, gn, Ss, Jo, Fr, no, yh, so, bh, Ci, _n, mn, Cs, Is, ri, ir, $u, pc, We, ws, Rs, Qo, Ii, Xn, Br, nr, sr, $r, Ps, tu, wi, Wn, Ri;
|
|
31087
31117
|
const qt = class extends Layer {
|
|
31088
31118
|
constructor() {
|
|
31089
31119
|
super();
|
|
@@ -31096,7 +31126,7 @@ const qt = class extends Layer {
|
|
|
31096
31126
|
it(this, Ii);
|
|
31097
31127
|
it(this, Ps);
|
|
31098
31128
|
it(this, wi);
|
|
31099
|
-
it(this,
|
|
31129
|
+
it(this, Lr, void 0);
|
|
31100
31130
|
it(this, rr, void 0);
|
|
31101
31131
|
it(this, cr, void 0);
|
|
31102
31132
|
it(this, he, void 0);
|
|
@@ -31106,7 +31136,7 @@ const qt = class extends Layer {
|
|
|
31106
31136
|
it(this, Ge, void 0);
|
|
31107
31137
|
it(this, Tr, void 0);
|
|
31108
31138
|
it(this, gn, void 0);
|
|
31109
|
-
it(this,
|
|
31139
|
+
it(this, Fr, void 0);
|
|
31110
31140
|
it(this, Ci, void 0);
|
|
31111
31141
|
it(this, _n, void 0);
|
|
31112
31142
|
it(this, mn, void 0);
|
|
@@ -31115,12 +31145,12 @@ const qt = class extends Layer {
|
|
|
31115
31145
|
it(this, ir, void 0);
|
|
31116
31146
|
it(this, We, void 0);
|
|
31117
31147
|
it(this, ws, void 0);
|
|
31118
|
-
it(this,
|
|
31148
|
+
it(this, Br, void 0);
|
|
31119
31149
|
it(this, nr, void 0);
|
|
31120
31150
|
it(this, sr, void 0);
|
|
31121
|
-
it(this,
|
|
31151
|
+
it(this, $r, void 0);
|
|
31122
31152
|
it(this, Ri, void 0);
|
|
31123
|
-
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, gn, !0), rt(this, Fr, ""), rt(this, Ci, ""), rt(this, _n, (o) => ""), rt(this, mn, ""), rt(this, Cs, new RegExp("[\u3000]")), this.isCur = !1, rt(this, ri, () => ""), rt(this, ir, ""), rt(this, We, !1), rt(this, ws, (o, R) => {
|
|
31124
31154
|
var B, $, U, H, V, W, X, Y, q, Z;
|
|
31125
31155
|
z(qt, bs).oCfg.debug.putCh && console.log(`\u{1F58A} \u6587\u5B57\u8868\u793A text:\`${o}\` ruby:\`${R}\` name:\`${this.name_}\``);
|
|
31126
31156
|
const N = R.split("\uFF5C");
|
|
@@ -31148,12 +31178,12 @@ const qt = class extends Layer {
|
|
|
31148
31178
|
rt(this, nr, !1), rt(this, We, !0), M = ot(this, Rs, Qo).call(this, o, L, D);
|
|
31149
31179
|
break;
|
|
31150
31180
|
case "gotxt":
|
|
31151
|
-
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,
|
|
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, pn).noticeCompTxt();
|
|
31152
31182
|
return;
|
|
31153
31183
|
case "add":
|
|
31154
31184
|
{
|
|
31155
31185
|
const K = JSON.parse(L), { cl: J, sty: tt } = ot(this, Ii, Xn).call(this, !0, K.wait);
|
|
31156
|
-
z(this, sr).push(`<span${J} style='display: inline;${(U = ($ = z(this,
|
|
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);
|
|
31157
31187
|
}
|
|
31158
31188
|
return;
|
|
31159
31189
|
case "add_close":
|
|
@@ -31163,13 +31193,13 @@ const qt = class extends Layer {
|
|
|
31163
31193
|
rt(this, We, !0);
|
|
31164
31194
|
{
|
|
31165
31195
|
const K = JSON.parse(L);
|
|
31166
|
-
if (K.delay = z(this,
|
|
31196
|
+
if (K.delay = z(this, Br), (V = K.id) != null || (K.id = z(this, sr).length), K.id === "break") {
|
|
31167
31197
|
z(this, ie).dispBreak(K.pic);
|
|
31168
31198
|
return;
|
|
31169
31199
|
}
|
|
31170
31200
|
(W = K.style) != null || (K.style = "");
|
|
31171
31201
|
const { cl: J, sty: tt, lnk: Q } = ot(this, Ii, Xn).call(this, !0, K.wait);
|
|
31172
|
-
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,
|
|
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>`);
|
|
31173
31203
|
}
|
|
31174
31204
|
break;
|
|
31175
31205
|
case "tcy":
|
|
@@ -31180,7 +31210,7 @@ const qt = class extends Layer {
|
|
|
31180
31210
|
M = `<span${et} style='${nt}${z(this, _n).call(this, J)} ${(Y = K.style) != null ? Y : ""}'${at}><ruby><span style='
|
|
31181
31211
|
text-combine-upright: all;
|
|
31182
31212
|
-webkit-text-combine: horizontal;
|
|
31183
|
-
' data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this,
|
|
31213
|
+
' data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'>${J}</span>
|
|
31184
31214
|
<rt${st}>${Q}</rt></ruby></span>`;
|
|
31185
31215
|
}
|
|
31186
31216
|
break;
|
|
@@ -31200,7 +31230,7 @@ text-combine-upright: all;
|
|
|
31200
31230
|
const K = JSON.parse(L);
|
|
31201
31231
|
K[":link"] = " data-lnk='@'";
|
|
31202
31232
|
const { cl: J, sty: tt } = ot(this, Ii, Xn).call(this, !1, K.wait);
|
|
31203
|
-
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,
|
|
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);
|
|
31204
31234
|
}
|
|
31205
31235
|
return;
|
|
31206
31236
|
case "endlink":
|
|
@@ -31212,7 +31242,7 @@ text-combine-upright: all;
|
|
|
31212
31242
|
break;
|
|
31213
31243
|
}
|
|
31214
31244
|
z(this, sr).push(z(Z = qt, Is).call(Z, M));
|
|
31215
|
-
}), rt(this,
|
|
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) => {
|
|
31216
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);
|
|
31217
31247
|
const N = new Button(o, z(qt, pn), () => R(), () => this.canFocus());
|
|
31218
31248
|
N.name = JSON.stringify(o).replaceAll('"', "'"), z(this, Ge).addChild(N);
|
|
@@ -31222,7 +31252,7 @@ text-combine-upright: all;
|
|
|
31222
31252
|
r_align: z(this, ir),
|
|
31223
31253
|
b_do: z(this, he) === void 0 ? void 0 : z(this, he) instanceof Sprite ? "Sprite" : "Graphics",
|
|
31224
31254
|
b_pic: z(this, xr),
|
|
31225
|
-
b_color: z(this,
|
|
31255
|
+
b_color: z(this, Lr),
|
|
31226
31256
|
b_alpha: z(this, rr),
|
|
31227
31257
|
b_alpha_isfixed: z(this, cr),
|
|
31228
31258
|
ffs: z(this, Ci),
|
|
@@ -31325,7 +31355,7 @@ text-combine-upright: all;
|
|
|
31325
31355
|
chgBackAlpha(e) {
|
|
31326
31356
|
const o = z(this, cr) ? z(this, rr) : e * z(this, rr);
|
|
31327
31357
|
z(this, he) instanceof Graphics && (z(this, he) && (this.spLay.removeChild(z(this, he)), z(this, he).destroy()), this.spLay.addChildAt(
|
|
31328
|
-
rt(this, he, new Graphics()).beginFill(z(this,
|
|
31358
|
+
rt(this, he, new Graphics()).beginFill(z(this, Lr)).lineStyle(void 0).drawRect(0, 0, z(this, ie).getWidth, z(this, ie).getHeight).endFill(),
|
|
31329
31359
|
0
|
|
31330
31360
|
), z(this, he).name = "back(color)"), z(this, he) && (z(this, he).visible = o > 0, z(this, he).alpha = o);
|
|
31331
31361
|
}
|
|
@@ -31362,7 +31392,7 @@ text-combine-upright: all;
|
|
|
31362
31392
|
}
|
|
31363
31393
|
clearText() {
|
|
31364
31394
|
var e;
|
|
31365
|
-
this.spLay.addChild(rt(this, ie, z(this, ie).reNew())), rt(this,
|
|
31395
|
+
this.spLay.addChild(rt(this, ie, z(this, ie).reNew())), rt(this, Br, 0), rt(this, nr, !0), rt(this, sr, []), rt(this, Ri, ""), z(e = qt, Es).call(e, "", !0);
|
|
31366
31396
|
}
|
|
31367
31397
|
get pageText() {
|
|
31368
31398
|
return z(this, Ri).replace("\u300A\u3000\u300B", "");
|
|
@@ -31409,7 +31439,7 @@ text-combine-upright: all;
|
|
|
31409
31439
|
z(this, Ge).children.forEach((e) => e.showDesignCast());
|
|
31410
31440
|
}
|
|
31411
31441
|
dump() {
|
|
31412
|
-
return z(this, ws).call(this, "", "gotxt\uFF5C"), super.dump() + `, "enabled":"${this.enabled}", ${z(this, ie).dump()}, "b_pic":"${z(this, xr)}", "b_color":"${z(this,
|
|
31442
|
+
return z(this, ws).call(this, "", "gotxt\uFF5C"), super.dump() + `, "enabled":"${this.enabled}", ${z(this, ie).dump()}, "b_pic":"${z(this, xr)}", "b_color":"${z(this, Lr)}", "b_alpha":${z(this, rr)}, "b_alpha_isfixed":"${z(this, cr)}", "width":${z(this, ie).getWidth}, "height":${z(this, ie).getHeight}, "pixi_obj":[${this.spLay.children.map((e) => `{"class":"${e instanceof Sprite ? "Sprite" : e instanceof Graphics ? "Graphics" : e instanceof Container ? "Container" : "?"}", "name":"${e.name}", "alpha":${e.alpha}, "x":${e.x}, "y":${e.y}, "visible":"${e.visible}"}`).join(",")}], "button":[${z(this, Ge).children.map((e) => {
|
|
31413
31443
|
var o;
|
|
31414
31444
|
return (o = e.children[0].name) != null ? o : "{}";
|
|
31415
31445
|
}).join(",")}]`;
|
|
@@ -31462,7 +31492,7 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31462
31492
|
if (N.length !== R)
|
|
31463
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";
|
|
31464
31494
|
return rt(qt, vn, {}), N.forEach((M, D) => z(qt, vn)[o[D]] = uint(M)), z(qt, Er).setVal_Nochk("save", "const.sn.autowc.time", e.time), !1;
|
|
31465
|
-
},
|
|
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) {
|
|
31466
31496
|
const { in_style: o } = e;
|
|
31467
31497
|
if (!o)
|
|
31468
31498
|
return;
|
|
@@ -31476,10 +31506,10 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31476
31506
|
return;
|
|
31477
31507
|
if (!TxtStage.getChOutStyle(o))
|
|
31478
31508
|
throw `\u5B58\u5728\u3057\u306A\u3044out_style\u3010${o}\u3011\u3067\u3059`;
|
|
31479
|
-
rt(this,
|
|
31480
|
-
},
|
|
31509
|
+
rt(this, Fr, o);
|
|
31510
|
+
}, Fr = new WeakMap(), no = new WeakSet(), yh = function(e, o) {
|
|
31481
31511
|
if ("back_clear" in e)
|
|
31482
|
-
return argChk_Boolean(e, "back_clear", !1) && (rt(this,
|
|
31512
|
+
return argChk_Boolean(e, "back_clear", !1) && (rt(this, Lr, 0), rt(this, rr, 0), rt(this, cr, !1), rt(this, xr, "")), o(!1), !1;
|
|
31483
31513
|
rt(this, rr, argChk_Num(e, "b_alpha", z(this, rr))), rt(this, cr, argChk_Boolean(e, "b_alpha_isfixed", z(this, cr)));
|
|
31484
31514
|
const R = (z(this, cr) ? 1 : Number(z(qt, Er).getVal("sys:TextLayer.Back.Alpha"))) * z(this, rr);
|
|
31485
31515
|
if (e.b_pic) {
|
|
@@ -31488,8 +31518,8 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31488
31518
|
rt(this, he, N), N.name = "back(pic)", N.visible = R > 0, N.alpha = R, z(this, ie).setSize(N.width, N.height), this.spLay.setChildIndex(N, 0), o(!0);
|
|
31489
31519
|
});
|
|
31490
31520
|
} else
|
|
31491
|
-
"b_color" in e && (rt(this,
|
|
31492
|
-
rt(this, he, new Graphics()).beginFill(z(this,
|
|
31521
|
+
"b_color" in e && (rt(this, Lr, argChk_Color(e, "b_color", 0)), z(this, he) && (this.spLay.removeChild(z(this, he)), z(this, he).destroy()), rt(this, xr, ""), this.spLay.addChildAt(
|
|
31522
|
+
rt(this, he, new Graphics()).beginFill(z(this, Lr)).lineStyle(void 0).drawRect(0, 0, z(this, ie).getWidth, z(this, ie).getHeight).endFill(),
|
|
31493
31523
|
0
|
|
31494
31524
|
), z(this, he).name = "back(color)");
|
|
31495
31525
|
return z(this, he) && (z(this, he).visible = R > 0, z(this, he).alpha = R), o(!1), !1;
|
|
@@ -31532,26 +31562,26 @@ bs = new WeakMap(), Er = new WeakMap(), Es = new WeakMap(), Qa = new WeakMap(),
|
|
|
31532
31562
|
return ` style='${M}'`;
|
|
31533
31563
|
}, We = new WeakMap(), ws = new WeakMap(), Rs = new WeakSet(), Qo = function(e, o, R) {
|
|
31534
31564
|
e === " " && (e = " "), z(qt, Er).doRecLog() && rt(this, Ri, z(this, Ri) + (e + (o ? `\u300A${o}\u300B` : "")));
|
|
31535
|
-
const { cl: N, sty: M, lnk: D } = ot(this, Ii, Xn).call(this, !0, null, e), L = `${D} data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this,
|
|
31565
|
+
const { cl: N, sty: M, lnk: D } = ot(this, Ii, Xn).call(this, !0, null, e), L = `${D} data-add='{"ch_in_style":"${z(this, Tr)}", "ch_out_style":"${z(this, Fr)}"}'`;
|
|
31536
31566
|
return `<span${N} style='${M}${z(this, _n).call(this, e)}'${o ? "" : L}>${o ? `<ruby${L}>${e}<rt${this.mkStyle_r_align(e, o, R)}>${o}</rt></ruby>` : e}</span>`;
|
|
31537
31567
|
}, Ii = new WeakSet(), Xn = function(e, o, R = `
|
|
31538
31568
|
`) {
|
|
31539
31569
|
var M, D, L, B, $, U, H, V;
|
|
31540
|
-
const N = z(this, gn) ? (L = o != null ? o : (M = z(this,
|
|
31541
|
-
return z(qt, pn).isSkippingByKeyDown() ? rt(this,
|
|
31570
|
+
const N = z(this, gn) ? (L = o != null ? o : (M = z(this, $r).at(0)) == null ? void 0 : M.o.wait) != null ? L : z(qt, ei) ? (D = z(qt, vn)[R.charAt(0)]) != null ? D : 0 : LayerMng.msecChWait : 0;
|
|
31571
|
+
return z(qt, pn).isSkippingByKeyDown() ? rt(this, Br, 0) : e && z(this, gn) && rt(this, Br, z(this, Br) + Number(N)), {
|
|
31542
31572
|
cl: ` class='sn_ch${N > 0 ? ` sn_ch_in_${z(this, Tr)}` : ""}'`,
|
|
31543
|
-
sty: `animation-delay: ${z(this,
|
|
31544
|
-
lnk: (V = (H = z(this,
|
|
31573
|
+
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
|
+
lnk: (V = (H = z(this, $r).at(0)) == null ? void 0 : H.o[":link"]) != null ? V : ""
|
|
31545
31575
|
};
|
|
31546
|
-
},
|
|
31547
|
-
z(this,
|
|
31576
|
+
}, Br = new WeakMap(), nr = new WeakMap(), sr = new WeakMap(), $r = new WeakMap(), Ps = new WeakSet(), tu = function(e) {
|
|
31577
|
+
z(this, $r).push({
|
|
31548
31578
|
o: e,
|
|
31549
31579
|
r_align: z(this, ir),
|
|
31550
31580
|
ch_in_style: z(this, Tr),
|
|
31551
|
-
ch_out_style: z(this,
|
|
31581
|
+
ch_out_style: z(this, Fr)
|
|
31552
31582
|
}), "r_align" in e && rt(this, ir, e.r_align), ot(this, Ts, Ko).call(this, e), ot(this, Ss, Jo).call(this, e);
|
|
31553
31583
|
}, wi = new WeakSet(), Wn = function() {
|
|
31554
|
-
const e = z(this,
|
|
31584
|
+
const e = z(this, $r).pop();
|
|
31555
31585
|
!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 }));
|
|
31556
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, pn, void 0), it(TxtLayer, io, void 0), it(TxtLayer, ei, !1), it(TxtLayer, vn, {}), it(TxtLayer, Is, (e) => e);
|
|
31557
31587
|
var As, ii, ku, vc, Os, Ns, eu, Gu, gc, Uu, mc, ao, Hu, yc, zu, bc;
|
|
@@ -31752,7 +31782,7 @@ ${t.id}`, X = new Tween(N).to(D, argChk_Num(t, "time", NaN) * (Boolean(this.val.
|
|
|
31752
31782
|
X.start();
|
|
31753
31783
|
return this.hTwInf[W] = { tw: X, resume: !1 }, !1;
|
|
31754
31784
|
};
|
|
31755
|
-
var Sr, ne, _e, Pi, yn, Ms, Ds, Ls, bn, oo, Eh, ni,
|
|
31785
|
+
var Sr, ne, _e, Pi, yn, Ms, Ds, Ls, bn, oo, Eh, ni, 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, En, 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;
|
|
31756
31786
|
const Zi = class {
|
|
31757
31787
|
constructor(t, e, o, R, N, M, D, L, B, $) {
|
|
31758
31788
|
it(this, oo);
|
|
@@ -31804,7 +31834,7 @@ const Zi = class {
|
|
|
31804
31834
|
it(this, Ls, void 0);
|
|
31805
31835
|
it(this, bn, void 0);
|
|
31806
31836
|
it(this, ni, void 0);
|
|
31807
|
-
it(this,
|
|
31837
|
+
it(this, kr, void 0);
|
|
31808
31838
|
it(this, ar, void 0);
|
|
31809
31839
|
it(this, Jt, void 0);
|
|
31810
31840
|
it(this, Cr, void 0);
|
|
@@ -31815,14 +31845,14 @@ const Zi = class {
|
|
|
31815
31845
|
it(this, lo, void 0);
|
|
31816
31846
|
it(this, Ai, void 0);
|
|
31817
31847
|
it(this, Oi, void 0);
|
|
31818
|
-
it(this,
|
|
31848
|
+
it(this, Gr, void 0);
|
|
31819
31849
|
it(this, Ce, void 0);
|
|
31820
31850
|
it(this, Ni, void 0);
|
|
31821
31851
|
it(this, Ie, void 0);
|
|
31822
31852
|
it(this, Ye, void 0);
|
|
31823
31853
|
it(this, fr, void 0);
|
|
31824
31854
|
it(this, ks, void 0);
|
|
31825
|
-
it(this,
|
|
31855
|
+
it(this, Ur, void 0);
|
|
31826
31856
|
it(this, Li, void 0);
|
|
31827
31857
|
it(this, wr, void 0);
|
|
31828
31858
|
it(this, Rr, void 0);
|
|
@@ -31876,10 +31906,10 @@ void main(void) {
|
|
|
31876
31906
|
}), rt(this, lo, new Filter(void 0, z(this, uo), z(this, $s))), rt(this, Ai, RenderTexture.create({
|
|
31877
31907
|
width: CmnLib.stageW,
|
|
31878
31908
|
height: CmnLib.stageH
|
|
31879
|
-
})), rt(this, Oi, new Sprite(z(this, Ai))), rt(this,
|
|
31909
|
+
})), rt(this, Oi, new Sprite(z(this, Ai))), rt(this, Gr, RenderTexture.create({
|
|
31880
31910
|
width: CmnLib.stageW,
|
|
31881
31911
|
height: CmnLib.stageH
|
|
31882
|
-
})), rt(this, Ce, new Sprite(z(this,
|
|
31912
|
+
})), rt(this, Ce, new Sprite(z(this, Gr))), rt(this, Ni, []), rt(this, Ie, { tw: void 0, resume: !1 }), rt(this, Ye, {}), rt(this, fr, (X) => {
|
|
31883
31913
|
throw z(this, Li).call(this), 0;
|
|
31884
31914
|
}), rt(this, ks, (X) => {
|
|
31885
31915
|
throw z(this, Li).call(this), 0;
|
|
@@ -31891,7 +31921,7 @@ void main(void) {
|
|
|
31891
31921
|
(X) => z(this, Jt)[X].fore.cvsResizeChildren()
|
|
31892
31922
|
) : z(this, Cr).forEach(
|
|
31893
31923
|
(X) => z(this, Jt)[X].fore.cvsResize()
|
|
31894
|
-
), z(this, Pi).cvsResize(), z(this,
|
|
31924
|
+
), z(this, Pi).cvsResize(), z(this, kr).cvsResize();
|
|
31895
31925
|
};
|
|
31896
31926
|
if (CmnLib.isMobile)
|
|
31897
31927
|
globalThis.addEventListener("orientationchange", U, { passive: !0 });
|
|
@@ -31929,7 +31959,7 @@ void main(void) {
|
|
|
31929
31959
|
);
|
|
31930
31960
|
}
|
|
31931
31961
|
setEvtMng(t) {
|
|
31932
|
-
rt(this,
|
|
31962
|
+
rt(this, kr, t), z(this, Pi).setEvtMng(t), GrpLayer.setEvtMng(t);
|
|
31933
31963
|
}
|
|
31934
31964
|
before_destroy() {
|
|
31935
31965
|
for (const t in z(this, Jt))
|
|
@@ -31963,8 +31993,8 @@ void main(void) {
|
|
|
31963
31993
|
return z(this, Li).call(this), this.currentTxtlayFore;
|
|
31964
31994
|
}
|
|
31965
31995
|
get currentTxtlayFore() {
|
|
31966
|
-
if (!!z(this,
|
|
31967
|
-
return z(this,
|
|
31996
|
+
if (!!z(this, Ur))
|
|
31997
|
+
return z(this, Ur).fore;
|
|
31968
31998
|
}
|
|
31969
31999
|
recText(t, e = !1) {
|
|
31970
32000
|
const o = z(this, wr);
|
|
@@ -32018,7 +32048,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32018
32048
|
[Pe(this, Ls)._, this.bn = ""] = t.split("/");
|
|
32019
32049
|
const e = z(this, Jt)[z(this, Ls)];
|
|
32020
32050
|
!e || (DesignCast.allHide(), z(this, bn) ? e.fore.showDesignCastChildren() : e.fore.showDesignCast());
|
|
32021
|
-
}, ni = new WeakMap(),
|
|
32051
|
+
}, ni = new WeakMap(), kr = new WeakMap(), ju = new WeakSet(), Ec = function(t) {
|
|
32022
32052
|
ot(this, Ue, Qe).call(this).forEach((e) => {
|
|
32023
32053
|
const o = z(this, Jt)[e];
|
|
32024
32054
|
o.fore instanceof TxtLayer && (o.fore.chgBackAlpha(t), o.back.chgBackAlpha(t));
|
|
@@ -32122,7 +32152,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32122
32152
|
const o = z(this, Jt)[ot(this, Fi, qn).call(this, { layer: e })];
|
|
32123
32153
|
t.page === "both" ? (o.fore.clearLay(t), o.back.clearLay(t)) : o.getPage(t).clearLay(t);
|
|
32124
32154
|
}), !1;
|
|
32125
|
-
}, uo = new WeakMap(), $s = new WeakMap(), lo = new WeakMap(), Ai = new WeakMap(), Oi = new WeakMap(),
|
|
32155
|
+
}, 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) {
|
|
32126
32156
|
ot(this, En, ya).call(this);
|
|
32127
32157
|
const e = CmnTween.ease(t.ease);
|
|
32128
32158
|
rt(this, Ni, []);
|
|
@@ -32147,9 +32177,9 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32147
32177
|
}, V();
|
|
32148
32178
|
};
|
|
32149
32179
|
}
|
|
32150
|
-
z(this,
|
|
32180
|
+
z(this, Gr).resize(CmnLib.stageW, CmnLib.stageH), this.appPixi.renderer.render(z(this, ne), { renderTexture: z(this, Gr) });
|
|
32151
32181
|
let D = () => {
|
|
32152
|
-
z(this, ne).visible = !0, this.appPixi.renderer.render(z(this, ne), { renderTexture: z(this,
|
|
32182
|
+
z(this, ne).visible = !0, this.appPixi.renderer.render(z(this, ne), { renderTexture: z(this, Gr) }), z(this, ne).visible = !1;
|
|
32153
32183
|
};
|
|
32154
32184
|
if (!R.some((V) => V.containMovement)) {
|
|
32155
32185
|
let V = D;
|
|
@@ -32179,7 +32209,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32179
32209
|
};
|
|
32180
32210
|
rt(this, Ie, { tw: void 0, resume: !1 });
|
|
32181
32211
|
const $ = argChk_Num(t, "time", 0);
|
|
32182
|
-
if ($ === 0 || z(this,
|
|
32212
|
+
if ($ === 0 || z(this, kr).isSkippingByKeyDown())
|
|
32183
32213
|
return B(), !1;
|
|
32184
32214
|
const U = "glsl" in t;
|
|
32185
32215
|
if (!U && !("rule" in t))
|
|
@@ -32211,22 +32241,22 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32211
32241
|
return R < N ? -1 : R > N ? 1 : 0;
|
|
32212
32242
|
});
|
|
32213
32243
|
}, Qu = new WeakSet(), Ac = function(t) {
|
|
32214
|
-
return z(this, Ie).tw ? (z(this, Ie).resume = !0, z(this,
|
|
32244
|
+
return z(this, Ie).tw ? (z(this, Ie).resume = !0, z(this, kr).waitLimitedEvent(t, () => ot(this, En, ya).call(this))) : !1;
|
|
32215
32245
|
}, En = new WeakSet(), ya = function() {
|
|
32216
32246
|
var t;
|
|
32217
32247
|
return (t = z(this, Ie).tw) == null || t.end(), !1;
|
|
32218
32248
|
}, tl = new WeakSet(), Oc = function(t) {
|
|
32219
32249
|
ot(this, En, ya).call(this);
|
|
32220
32250
|
const e = argChk_Num(t, "time", NaN);
|
|
32221
|
-
if (e === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this,
|
|
32251
|
+
if (e === 0 || this.val.getVal("tmp:sn.skip.enabled") || z(this, kr).isSkippingByKeyDown())
|
|
32222
32252
|
return !1;
|
|
32223
32253
|
const o = [];
|
|
32224
32254
|
ot(this, Ue, Qe).call(this, t.layer).forEach((U) => {
|
|
32225
32255
|
o.push(z(this, Jt)[U].fore.spLay);
|
|
32226
|
-
}), z(this,
|
|
32256
|
+
}), z(this, Gr).resize(CmnLib.stageW, CmnLib.stageH);
|
|
32227
32257
|
const R = () => {
|
|
32228
32258
|
z(this, ne).visible = !0, o.forEach(
|
|
32229
|
-
(U) => this.appPixi.renderer.render(U, { renderTexture: z(this,
|
|
32259
|
+
(U) => this.appPixi.renderer.render(U, { renderTexture: z(this, Gr), clear: !1 })
|
|
32230
32260
|
), z(this, ne).visible = !1;
|
|
32231
32261
|
};
|
|
32232
32262
|
z(this, Ce).visible = !0, z(this, Ce).alpha = 1;
|
|
@@ -32248,7 +32278,7 @@ Sr = new WeakMap(), ne = new WeakMap(), _e = new WeakMap(), Pi = new WeakMap(),
|
|
|
32248
32278
|
const e = ot(this, Fi, qn).call(this, t);
|
|
32249
32279
|
let o = z(this, Jt)[e].fore, R = () => {
|
|
32250
32280
|
};
|
|
32251
|
-
const N = z(this,
|
|
32281
|
+
const N = z(this, kr).isSkippingByKeyDown();
|
|
32252
32282
|
!N && "render" in t && (o.renderStart(), R = () => o.renderEnd());
|
|
32253
32283
|
const M = cnvTweenArg(t, o), D = argChk_Num(t, "repeat", 1), L = (H = t.name) != null ? H : t.layer, B = new Tween(o).to(M, argChk_Num(t, "time", NaN) * (Boolean(this.val.getVal("tmp:sn.skip.enabled") || N) ? 0 : 1)).delay(argChk_Num(t, "delay", 0)).easing(CmnTween.ease(t.ease)).repeat(D === 0 ? 1 / 0 : D - 1).yoyo(argChk_Boolean(t, "yoyo", !1)).onComplete(() => {
|
|
32254
32284
|
var X, Y;
|
|
@@ -32277,7 +32307,7 @@ ${t.id}` : (R = t.name) != null ? R : t.layer;
|
|
|
32277
32307
|
if (!e)
|
|
32278
32308
|
throw "\u30C8\u30A5\u30A4\u30FC\u30F3\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093";
|
|
32279
32309
|
const o = z(this, Ye)[e];
|
|
32280
|
-
return o != null && o.tw ? o.resume = z(this,
|
|
32310
|
+
return o != null && o.tw ? o.resume = z(this, kr).waitEvent(
|
|
32281
32311
|
() => {
|
|
32282
32312
|
var N;
|
|
32283
32313
|
return (N = o.tw) == null ? void 0 : N.end();
|
|
@@ -32324,13 +32354,13 @@ ${t.id}` : (o = t.name) != null ? o : t.layer;
|
|
|
32324
32354
|
const { layer: e } = t;
|
|
32325
32355
|
if (!e)
|
|
32326
32356
|
throw "[current] layer\u306F\u5FC5\u9808\u3067\u3059";
|
|
32327
|
-
if (rt(this,
|
|
32357
|
+
if (rt(this, Ur, z(this, Jt)[e]), !(z(this, Ur).getPage(t) instanceof TxtLayer))
|
|
32328
32358
|
throw `${e}\u306FTxtLayer\u3067\u306F\u3042\u308A\u307E\u305B\u3093`;
|
|
32329
32359
|
return this.recText("", !0), rt(this, Ir, e), this.val.setVal_Nochk("save", "const.sn.mesLayer", e), ot(this, Ue, Qe).call(this).forEach((o) => {
|
|
32330
32360
|
const R = z(this, Jt)[o];
|
|
32331
32361
|
R.fore instanceof TxtLayer && (R.fore.isCur = R.back.isCur = o === e);
|
|
32332
32362
|
}), !1;
|
|
32333
|
-
},
|
|
32363
|
+
}, Ur = new WeakMap(), Li = new WeakMap(), Fi = new WeakSet(), qn = function(t, e = "") {
|
|
32334
32364
|
var R;
|
|
32335
32365
|
const o = (R = t.layer) != null ? R : e;
|
|
32336
32366
|
if (o.includes(","))
|
|
@@ -32344,7 +32374,7 @@ ${t.id}` : (o = t.name) != null ? o : t.layer;
|
|
|
32344
32374
|
}, ll = new WeakSet(), Gc = function(t) {
|
|
32345
32375
|
return z(this, ar).call(this, "endlink\uFF5C", z(this, fr).call(this, t)), !1;
|
|
32346
32376
|
}, hl = new WeakSet(), Uc = function(t) {
|
|
32347
|
-
return argChk_Boolean(t, "rec_page_break", !0) && this.recText("", !0), z(this,
|
|
32377
|
+
return argChk_Boolean(t, "rec_page_break", !0) && this.recText("", !0), z(this, Ur) && (z(this, Ur).fore.clearLay(t), z(this, Ur).back.clearLay(t)), !1;
|
|
32348
32378
|
}, cl = new WeakSet(), Hc = function(t) {
|
|
32349
32379
|
if (!t.pic)
|
|
32350
32380
|
throw "[graph] pic\u306F\u5FC5\u9808\u3067\u3059";
|
|
@@ -33508,7 +33538,7 @@ var defaultModifiers = [eventListeners, popperOffsets$1, computeStyles$1, applyS
|
|
|
33508
33538
|
defaultModifiers
|
|
33509
33539
|
});
|
|
33510
33540
|
const { GamepadListener } = require("gamepad.js");
|
|
33511
|
-
var
|
|
33541
|
+
var Hr, Bi, Le, co, fo, xh, po, Th, vo, Sh, Gs, Us, go, Ch, Ee, dr, si, ai, _o, $i, Zn, mo, yo, He, Hs, zs, bo, Sl, ef, Eo, Tn, Cl, rf, xo, Ih, Il, nf, To, wh, Sn, Ea, Cn, wl, sf, Rl, af, pr, Pl, of, Al, uf, js, iu, oi, In, wn, Ol, lf, ze;
|
|
33512
33542
|
class EventMng {
|
|
33513
33543
|
constructor(t, e, o, R, N, M, D, L, B) {
|
|
33514
33544
|
it(this, fo);
|
|
@@ -33528,7 +33558,7 @@ class EventMng {
|
|
|
33528
33558
|
it(this, Al);
|
|
33529
33559
|
it(this, js);
|
|
33530
33560
|
it(this, Ol);
|
|
33531
|
-
it(this,
|
|
33561
|
+
it(this, Hr, new EventListenerCtn());
|
|
33532
33562
|
it(this, Bi, new GamepadListener({
|
|
33533
33563
|
analog: !1,
|
|
33534
33564
|
deadZone: 0.3
|
|
@@ -33639,7 +33669,7 @@ class EventMng {
|
|
|
33639
33669
|
<div class="sn_hint" role="tooltip">
|
|
33640
33670
|
<span>Dummy</span>
|
|
33641
33671
|
<div class="sn_hint_ar" data-popper-arrow></div>
|
|
33642
|
-
</div>`), rt(this, He, document.querySelector(".sn_hint")), rt(this, Hs, z(this, He).querySelector("span")), rt(this, zs, createPopper(z(this, yo), z(this, He))), z(this, He).hidden = !0, o.stage.interactive = !0, CmnLib.isMobile ? o.stage.on("pointerdown", (X) => this.fire("click", X)) : z(this,
|
|
33672
|
+
</div>`), rt(this, He, document.querySelector(".sn_hint")), rt(this, Hs, z(this, He).querySelector("span")), rt(this, zs, createPopper(z(this, yo), z(this, He))), z(this, He).hidden = !0, o.stage.interactive = !0, CmnLib.isMobile ? o.stage.on("pointerdown", (X) => this.fire("click", X)) : z(this, Hr).add(o.stage, "pointerdown", (X) => {
|
|
33643
33673
|
switch (X.data.button) {
|
|
33644
33674
|
case 0:
|
|
33645
33675
|
this.fire("click", X);
|
|
@@ -33648,13 +33678,13 @@ class EventMng {
|
|
|
33648
33678
|
this.fire("middleclick", X);
|
|
33649
33679
|
break;
|
|
33650
33680
|
}
|
|
33651
|
-
}), z(this,
|
|
33681
|
+
}), z(this, Hr).add(window, "keydown", (X) => ot(this, fo, xh).call(this, X)), z(this, Hr).add(o.view, "contextmenu", (X) => ot(this, po, Th).call(this, X));
|
|
33652
33682
|
const $ = (X) => {
|
|
33653
33683
|
CmnLib.isDarkMode = X.matches, M.setVal_Nochk("tmp", "const.sn.isDarkMode", CmnLib.isDarkMode);
|
|
33654
33684
|
}, U = globalThis.matchMedia("(prefers-color-scheme: dark)");
|
|
33655
33685
|
$(U), U.addEventListener("change", (X) => {
|
|
33656
33686
|
$(X), this.fire("sn:chgDarkMode", X);
|
|
33657
|
-
}), "WheelEvent" in window && (z(this,
|
|
33687
|
+
}), "WheelEvent" in window && (z(this, Hr).add(o.view, "wheel", (X) => ot(this, vo, Sh).call(this, X), { passive: !0 }), rt(this, co, (X) => X.addEventListener("wheel", (Y) => ot(this, vo, Sh).call(this, Y), { passive: !0 })), rt(this, Eo, (X, Y) => X.add(o.view, "wheel", (q) => {
|
|
33658
33688
|
q.isComposing || q.deltaY <= 0 || (q.stopPropagation(), Y());
|
|
33659
33689
|
}))), CmnLib.debugLog && (z(this, Bi).on("gamepad:connected", (X) => console.log(`\u{1F47A}<'gamepad:connected' index:${X.detail.index} id:${X.detail.gamepad.id}`)), z(this, Bi).on("gamepad:disconnected", (X) => console.log(`\u{1F47A}<'gamepad:disconnected' index:${X.detail.index} id:${X.detail.gamepad.id}`)));
|
|
33660
33690
|
const H = [
|
|
@@ -33684,7 +33714,7 @@ class EventMng {
|
|
|
33684
33714
|
(!Y || Y instanceof Container ? globalThis : Y).dispatchEvent(new KeyboardEvent("keydown", { key: "Enter", bubbles: !0 }));
|
|
33685
33715
|
} else
|
|
33686
33716
|
o.view.dispatchEvent(new Event("contextmenu"));
|
|
33687
|
-
}), z(this, Bi).start(), z(this,
|
|
33717
|
+
}), z(this, Bi).start(), z(this, Hr).add(window, "keyup", (X) => {
|
|
33688
33718
|
X.isComposing || X.key in z(this, ze) && (z(this, ze)[X.key] = 0);
|
|
33689
33719
|
}), M.defTmp("const.sn.key.alternate", () => z(this, ze).Alt > 0), M.defTmp("const.sn.key.command", () => z(this, ze).Meta > 0), M.defTmp("const.sn.key.control", () => z(this, ze).Control > 0), M.defTmp("const.sn.key.end", () => z(this, ze).End > 0), M.defTmp("const.sn.key.escape", () => z(this, ze).Escape > 0), M.defTmp("const.sn.key.back", () => z(this, ze).GoBack > 0);
|
|
33690
33720
|
}
|
|
@@ -33692,7 +33722,7 @@ class EventMng {
|
|
|
33692
33722
|
t.addEventListener("keydown", (e) => ot(this, fo, xh).call(this, e)), t.addEventListener("contextmenu", (e) => ot(this, po, Th).call(this, e)), z(this, co).call(this, t);
|
|
33693
33723
|
}
|
|
33694
33724
|
destroy() {
|
|
33695
|
-
z(this, Le).destroy(), z(this,
|
|
33725
|
+
z(this, Le).destroy(), z(this, Hr).clear();
|
|
33696
33726
|
}
|
|
33697
33727
|
fire(t, e) {
|
|
33698
33728
|
var N;
|
|
@@ -33804,7 +33834,7 @@ class EventMng {
|
|
|
33804
33834
|
return !1;
|
|
33805
33835
|
}
|
|
33806
33836
|
}
|
|
33807
|
-
|
|
33837
|
+
Hr = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(), fo = new WeakSet(), xh = function(t) {
|
|
33808
33838
|
if (t.isComposing)
|
|
33809
33839
|
return;
|
|
33810
33840
|
t.key in z(this, ze) && (z(this, ze)[t.key] = t.repeat ? 2 : 1);
|
|
@@ -33903,7 +33933,7 @@ Ur = new WeakMap(), Bi = new WeakMap(), Le = new WeakMap(), co = new WeakMap(),
|
|
|
33903
33933
|
break;
|
|
33904
33934
|
}
|
|
33905
33935
|
B.forEach((U, H) => L.el.forEach((V) => {
|
|
33906
|
-
z(this,
|
|
33936
|
+
z(this, Hr).add(V, U, (W) => {
|
|
33907
33937
|
if (!z(this, ai) || this.layMng.getFrmDisabled(L.id) || U === "keydown" && W.key !== "Enter")
|
|
33908
33938
|
return;
|
|
33909
33939
|
const X = V.dataset;
|
|
@@ -34032,7 +34062,7 @@ class CallStack {
|
|
|
34032
34062
|
this.fn = t, this.idx = e, this.csArg = o, this.toString = () => `[fn:${this.fn}, idx:${this.idx}, csArg:${this.csArg}]`;
|
|
34033
34063
|
}
|
|
34034
34064
|
}
|
|
34035
|
-
var Xt, ee, Ht, fe, ce, ui, So, Rh, ki, Rn, Nl, li, Co, Ph, Io, Ah, Vs, Gi, Kn, Pn, xa, An, hi, xe, Ml, hf, On, Ta, Dl, cf, Xs, Ws, or, Ll, ff, Fl, df, ci, Yi, 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, Nn, Sa, zi, fi, qi, Po, Mh, Js, Ao, Dh, Oo, No, Qs, ji, ta, jl, Ef, je, Vl, xf, Mo, Lh, Do, Lo, Fo, Xl, Tf,
|
|
34065
|
+
var Xt, ee, Ht, fe, ce, ui, So, Rh, ki, Rn, Nl, li, Co, Ph, Io, Ah, Vs, Gi, Kn, Pn, xa, An, hi, xe, Ml, hf, On, Ta, Dl, cf, Xs, Ws, or, Ll, ff, Fl, df, ci, Yi, 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, Nn, Sa, zi, fi, qi, 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, Mn, Zl, wf, ra, nu, Dn, Kl, Rf, vr, Jl, Pf, ia, su, Ql, Af, gr, Oe;
|
|
34036
34066
|
const tr = class {
|
|
34037
34067
|
constructor(t, e, o, R, N, M, D, L, B) {
|
|
34038
34068
|
it(this, So);
|
|
@@ -34105,7 +34135,7 @@ const tr = class {
|
|
|
34105
34135
|
it(this, Do, void 0);
|
|
34106
34136
|
it(this, Lo, void 0);
|
|
34107
34137
|
it(this, Fo, void 0);
|
|
34108
|
-
it(this,
|
|
34138
|
+
it(this, zr, void 0);
|
|
34109
34139
|
it(this, ea, void 0);
|
|
34110
34140
|
it(this, Mn, void 0);
|
|
34111
34141
|
it(this, Dn, void 0);
|
|
@@ -34177,7 +34207,7 @@ const tr = class {
|
|
|
34177
34207
|
}
|
|
34178
34208
|
}
|
|
34179
34209
|
z(this, Xt).len = z(this, Xt).aToken.length;
|
|
34180
|
-
}), rt(this,
|
|
34210
|
+
}), rt(this, zr, !1), rt(this, ea, "call"), rt(this, Mn, /\[(call)\b/), rt(this, Dn, !1), rt(this, vr, {
|
|
34181
34211
|
hSave: {},
|
|
34182
34212
|
hPages: {},
|
|
34183
34213
|
aIfStk: [-1]
|
|
@@ -34302,7 +34332,7 @@ const tr = class {
|
|
|
34302
34332
|
rt(this, Ht, t.idx), rt(this, fe, t.ln), this.runAnalyze();
|
|
34303
34333
|
}
|
|
34304
34334
|
get isKidoku() {
|
|
34305
|
-
return z(this,
|
|
34335
|
+
return z(this, zr);
|
|
34306
34336
|
}
|
|
34307
34337
|
get isNextKidoku() {
|
|
34308
34338
|
let t = z(this, ee), e = z(this, Ht), o = z(this, Xt).len;
|
|
@@ -34316,7 +34346,7 @@ const tr = class {
|
|
|
34316
34346
|
return !R || e === o ? !1 : R.search(e);
|
|
34317
34347
|
}
|
|
34318
34348
|
get normalWait() {
|
|
34319
|
-
return z(this,
|
|
34349
|
+
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;
|
|
34320
34350
|
}
|
|
34321
34351
|
get skip4page() {
|
|
34322
34352
|
return z(this, Dn);
|
|
@@ -34742,10 +34772,10 @@ Xt = new WeakMap(), ee = new WeakMap(), Ht = new WeakMap(), fe = new WeakMap(),
|
|
|
34742
34772
|
t.record(z(this, Ht));
|
|
34743
34773
|
return;
|
|
34744
34774
|
}
|
|
34745
|
-
rt(this,
|
|
34746
|
-
},
|
|
34775
|
+
rt(this, zr, t.search(z(this, Ht))), this.val.setVal_Nochk("tmp", "const.sn.isKidoku", z(this, zr)), !z(this, zr) && t.record(z(this, Ht));
|
|
34776
|
+
}, zr = new WeakMap(), Bo = new WeakSet(), Fh = function() {
|
|
34747
34777
|
var t;
|
|
34748
|
-
(t = this.val.getAreaKidoku(z(this, ee))) == null || t.erase(z(this, Ht)), rt(this,
|
|
34778
|
+
(t = this.val.getAreaKidoku(z(this, ee))) == null || t.erase(z(this, Ht)), rt(this, zr, !1);
|
|
34749
34779
|
}, Wl = new WeakSet(), Sf = function(t) {
|
|
34750
34780
|
return z(this, ui).bracket2macro(t, z(this, Xt), z(this, Ht)), !1;
|
|
34751
34781
|
}, Yl = new WeakSet(), Cf = function(t) {
|
|
@@ -35515,17 +35545,17 @@ const devtools = {
|
|
|
35515
35545
|
};
|
|
35516
35546
|
main({ emitEvents: !1 });
|
|
35517
35547
|
setInterval(main, 500);
|
|
35518
|
-
var kn, ha,
|
|
35548
|
+
var kn, ha, jr, ca;
|
|
35519
35549
|
class SysWeb extends SysBase {
|
|
35520
35550
|
constructor(e = {}, o = { cur: "prj/", crypto: !1, dip: "" }) {
|
|
35521
35551
|
super(e, o);
|
|
35522
35552
|
it(this, kn, void 0);
|
|
35523
35553
|
it(this, ha, void 0);
|
|
35524
|
-
it(this,
|
|
35554
|
+
it(this, jr, void 0);
|
|
35525
35555
|
it(this, ca, void 0);
|
|
35526
35556
|
rt(this, kn, ""), rt(this, ha, ":"), this.run = async () => {
|
|
35527
|
-
z(this,
|
|
35528
|
-
}, rt(this,
|
|
35557
|
+
z(this, jr) && (z(this, jr).destroy(10), await new Promise((M) => setTimeout(M, 10))), rt(this, jr, new Main(this));
|
|
35558
|
+
}, rt(this, jr, void 0), this.pathBaseCnvSnPath4Dbg = "${pathbase}/", this._export = () => ((async () => {
|
|
35529
35559
|
const N = JSON.stringify({
|
|
35530
35560
|
sys: this.data.sys,
|
|
35531
35561
|
mark: this.data.mark,
|
|
@@ -35576,7 +35606,7 @@ class SysWeb extends SysBase {
|
|
|
35576
35606
|
this.arg.cur = z(this, kn) + e + "/", z(this, ha) !== this.arg.cur && (rt(this, ha, this.arg.cur), this.run());
|
|
35577
35607
|
}
|
|
35578
35608
|
stop() {
|
|
35579
|
-
!z(this,
|
|
35609
|
+
!z(this, jr) || (z(this, jr).destroy(), rt(this, jr, void 0));
|
|
35580
35610
|
}
|
|
35581
35611
|
async loadPath(e, o) {
|
|
35582
35612
|
await super.loadPath(e, o);
|
|
@@ -35650,7 +35680,7 @@ class SysWeb extends SysBase {
|
|
|
35650
35680
|
D.href = URL.createObjectURL(M), D.download = e, D.click();
|
|
35651
35681
|
}
|
|
35652
35682
|
}
|
|
35653
|
-
kn = new WeakMap(), ha = new WeakMap(),
|
|
35683
|
+
kn = new WeakMap(), ha = new WeakMap(), jr = new WeakMap(), ca = new WeakMap();
|
|
35654
35684
|
export {
|
|
35655
35685
|
CmnLib,
|
|
35656
35686
|
Layer,
|