@applitools/eyes-browser 1.5.22 → 1.5.23
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/CHANGELOG.md +28 -0
- package/dist/index.js +741 -651
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -89768,7 +89768,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
89768
89768
|
function S() {
|
|
89769
89769
|
return window.crypto.getRandomValues(new Uint32Array(1))[0];
|
|
89770
89770
|
}
|
|
89771
|
-
const C = 1, z = 2, A = 3, T = 4, O = 5, L = 6, E = 7, R = 8, N = 9,
|
|
89771
|
+
const C = 1, z = 2, A = 3, T = 4, O = 5, L = 6, E = 7, R = 8, N = 9, I = 10, j = 11, B = 12, D = 13, P = 14, F = 15, U = 16, M = 17, q = 18, W = 19, $ = 20, V = 21, Z = 22, K = 23, H = 24, G = 25, Y = 0;
|
|
89772
89772
|
function X(e3) {
|
|
89773
89773
|
return e3 >= 48 && e3 <= 57;
|
|
89774
89774
|
}
|
|
@@ -89924,11 +89924,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
89924
89924
|
}
|
|
89925
89925
|
}
|
|
89926
89926
|
const Ee = 16777215, Re = 24, Ne = new Uint8Array(32);
|
|
89927
|
-
function
|
|
89927
|
+
function Ie(e3) {
|
|
89928
89928
|
return 0 !== Ne[e3];
|
|
89929
89929
|
}
|
|
89930
89930
|
Ne[z] = Z, Ne[V] = Z, Ne[W] = $, Ne[K] = H;
|
|
89931
|
-
class
|
|
89931
|
+
class je {
|
|
89932
89932
|
constructor(e3, t3) {
|
|
89933
89933
|
this.setSource(e3, t3);
|
|
89934
89934
|
}
|
|
@@ -89945,7 +89945,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
89945
89945
|
const e5 = o3[l2];
|
|
89946
89946
|
o3[l2] = c2, l2 = e5, s3 = Ne[r3[e5] >> Re];
|
|
89947
89947
|
} else
|
|
89948
|
-
|
|
89948
|
+
Ie(e4) && (l2 = c2, s3 = Ne[e4]);
|
|
89949
89949
|
}), r3[i3] = 0 | n3, o3[i3] = i3;
|
|
89950
89950
|
for (let e4 = 0; e4 < i3; e4++) {
|
|
89951
89951
|
const t4 = o3[e4];
|
|
@@ -89963,7 +89963,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
89963
89963
|
lookupTypeNonSC(e3) {
|
|
89964
89964
|
for (let t3 = this.tokenIndex; t3 < this.tokenCount; t3++) {
|
|
89965
89965
|
const n3 = this.offsetAndType[t3] >> Re;
|
|
89966
|
-
if (n3 !==
|
|
89966
|
+
if (n3 !== D && n3 !== G && 0 == e3--)
|
|
89967
89967
|
return n3;
|
|
89968
89968
|
}
|
|
89969
89969
|
return 0;
|
|
@@ -89974,7 +89974,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
89974
89974
|
lookupOffsetNonSC(e3) {
|
|
89975
89975
|
for (let t3 = this.tokenIndex; t3 < this.tokenCount; t3++) {
|
|
89976
89976
|
const n3 = this.offsetAndType[t3] >> Re;
|
|
89977
|
-
if (n3 !==
|
|
89977
|
+
if (n3 !== D && n3 !== G && 0 == e3--)
|
|
89978
89978
|
return t3 - this.tokenIndex;
|
|
89979
89979
|
}
|
|
89980
89980
|
return 0;
|
|
@@ -90003,7 +90003,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90003
90003
|
e3 < this.tokenCount ? (this.tokenIndex = e3, this.tokenStart = this.tokenEnd, e3 = this.offsetAndType[e3], this.tokenType = e3 >> Re, this.tokenEnd = e3 & Ee) : (this.eof = true, this.tokenIndex = this.tokenCount, this.tokenType = 0, this.tokenStart = this.tokenEnd = this.source.length);
|
|
90004
90004
|
}
|
|
90005
90005
|
skipSC() {
|
|
90006
|
-
for (; this.tokenType ===
|
|
90006
|
+
for (; this.tokenType === D || this.tokenType === G; )
|
|
90007
90007
|
this.next();
|
|
90008
90008
|
}
|
|
90009
90009
|
skipUntilBalanced(e3, t3) {
|
|
@@ -90017,7 +90017,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90017
90017
|
n3++;
|
|
90018
90018
|
break e;
|
|
90019
90019
|
default:
|
|
90020
|
-
|
|
90020
|
+
Ie(this.offsetAndType[n3] >> Re) && (n3 = r3);
|
|
90021
90021
|
}
|
|
90022
90022
|
this.skip(n3 - this.tokenIndex);
|
|
90023
90023
|
}
|
|
@@ -90034,12 +90034,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90034
90034
|
}), e3;
|
|
90035
90035
|
}
|
|
90036
90036
|
}
|
|
90037
|
-
function
|
|
90037
|
+
function Be(e3, t3) {
|
|
90038
90038
|
function n3(t4) {
|
|
90039
90039
|
return t4 < a3 ? e3.charCodeAt(t4) : 0;
|
|
90040
90040
|
}
|
|
90041
90041
|
function r3() {
|
|
90042
|
-
return c2 = _e(e3, c2), ae(n3(c2), n3(c2 + 1), n3(c2 + 2)) ? (s3 =
|
|
90042
|
+
return c2 = _e(e3, c2), ae(n3(c2), n3(c2 + 1), n3(c2 + 2)) ? (s3 = B, void (c2 = xe(e3, c2))) : 37 === n3(c2) ? (s3 = j, void c2++) : void (s3 = I);
|
|
90043
90043
|
}
|
|
90044
90044
|
function o3() {
|
|
90045
90045
|
const t4 = c2;
|
|
@@ -90090,7 +90090,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90090
90090
|
const a4 = e3.charCodeAt(c2);
|
|
90091
90091
|
switch (me(a4)) {
|
|
90092
90092
|
case ue:
|
|
90093
|
-
s3 =
|
|
90093
|
+
s3 = D, c2 = ke(e3, c2 + 1);
|
|
90094
90094
|
break;
|
|
90095
90095
|
case 34:
|
|
90096
90096
|
i3();
|
|
@@ -90129,7 +90129,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90129
90129
|
s3 = M, c2++;
|
|
90130
90130
|
break;
|
|
90131
90131
|
case 60:
|
|
90132
|
-
33 === n3(c2 + 1) && 45 === n3(c2 + 2) && 45 === n3(c2 + 3) ? (s3 =
|
|
90132
|
+
33 === n3(c2 + 1) && 45 === n3(c2 + 2) && 45 === n3(c2 + 3) ? (s3 = P, c2 += 4) : (s3 = N, c2++);
|
|
90133
90133
|
break;
|
|
90134
90134
|
case 64:
|
|
90135
90135
|
ae(n3(c2 + 1), n3(c2 + 2), n3(c2 + 3)) ? (s3 = A, c2 = xe(e3, c2 + 1)) : (s3 = N, c2++);
|
|
@@ -90161,8 +90161,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90161
90161
|
t3(s3, l2, l2 = c2);
|
|
90162
90162
|
}
|
|
90163
90163
|
}
|
|
90164
|
-
let
|
|
90165
|
-
class
|
|
90164
|
+
let De = null;
|
|
90165
|
+
class Pe {
|
|
90166
90166
|
static createItem(e3) {
|
|
90167
90167
|
return { prev: null, next: null, data: e3 };
|
|
90168
90168
|
}
|
|
@@ -90170,15 +90170,15 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90170
90170
|
this.head = null, this.tail = null, this.cursor = null;
|
|
90171
90171
|
}
|
|
90172
90172
|
createItem(e3) {
|
|
90173
|
-
return
|
|
90173
|
+
return Pe.createItem(e3);
|
|
90174
90174
|
}
|
|
90175
90175
|
allocateCursor(e3, t3) {
|
|
90176
90176
|
let n3;
|
|
90177
|
-
return null !==
|
|
90177
|
+
return null !== De ? (n3 = De, De = De.cursor, n3.prev = e3, n3.next = t3, n3.cursor = this.cursor) : n3 = { prev: e3, next: t3, cursor: this.cursor }, this.cursor = n3, n3;
|
|
90178
90178
|
}
|
|
90179
90179
|
releaseCursor() {
|
|
90180
90180
|
const { cursor: e3 } = this;
|
|
90181
|
-
this.cursor = e3.cursor, e3.prev = null, e3.next = null, e3.cursor =
|
|
90181
|
+
this.cursor = e3.cursor, e3.prev = null, e3.next = null, e3.cursor = De, De = e3;
|
|
90182
90182
|
}
|
|
90183
90183
|
updateCursors(e3, t3, n3, r3) {
|
|
90184
90184
|
let { cursor: o3 } = this;
|
|
@@ -90208,7 +90208,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90208
90208
|
let t3 = null;
|
|
90209
90209
|
this.head = null;
|
|
90210
90210
|
for (let n3 of e3) {
|
|
90211
|
-
const e4 =
|
|
90211
|
+
const e4 = Pe.createItem(n3);
|
|
90212
90212
|
null !== t3 ? t3.next = e4 : this.head = e4, e4.prev = t3, t3 = e4;
|
|
90213
90213
|
}
|
|
90214
90214
|
return this.tail = t3, this;
|
|
@@ -90254,13 +90254,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90254
90254
|
return false;
|
|
90255
90255
|
}
|
|
90256
90256
|
map(e3, t3 = this) {
|
|
90257
|
-
const n3 = new
|
|
90257
|
+
const n3 = new Pe();
|
|
90258
90258
|
for (let r3 = this.head; null !== r3; r3 = r3.next)
|
|
90259
90259
|
n3.appendData(e3.call(t3, r3.data, r3, this));
|
|
90260
90260
|
return n3;
|
|
90261
90261
|
}
|
|
90262
90262
|
filter(e3, t3 = this) {
|
|
90263
|
-
const n3 = new
|
|
90263
|
+
const n3 = new Pe();
|
|
90264
90264
|
for (let r3 = this.head; null !== r3; r3 = r3.next)
|
|
90265
90265
|
e3.call(t3, r3.data, r3, this) && n3.appendData(r3.data);
|
|
90266
90266
|
return n3;
|
|
@@ -90291,7 +90291,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90291
90291
|
this.head = null, this.tail = null;
|
|
90292
90292
|
}
|
|
90293
90293
|
copy() {
|
|
90294
|
-
const e3 = new
|
|
90294
|
+
const e3 = new Pe();
|
|
90295
90295
|
for (let t3 of this)
|
|
90296
90296
|
e3.appendData(t3);
|
|
90297
90297
|
return e3;
|
|
@@ -90300,13 +90300,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90300
90300
|
return this.updateCursors(null, e3, this.head, e3), null !== this.head ? (this.head.prev = e3, e3.next = this.head) : this.tail = e3, this.head = e3, this;
|
|
90301
90301
|
}
|
|
90302
90302
|
prependData(e3) {
|
|
90303
|
-
return this.prepend(
|
|
90303
|
+
return this.prepend(Pe.createItem(e3));
|
|
90304
90304
|
}
|
|
90305
90305
|
append(e3) {
|
|
90306
90306
|
return this.insert(e3);
|
|
90307
90307
|
}
|
|
90308
90308
|
appendData(e3) {
|
|
90309
|
-
return this.insert(
|
|
90309
|
+
return this.insert(Pe.createItem(e3));
|
|
90310
90310
|
}
|
|
90311
90311
|
insert(e3, t3 = null) {
|
|
90312
90312
|
if (null !== t3)
|
|
@@ -90321,7 +90321,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90321
90321
|
return this;
|
|
90322
90322
|
}
|
|
90323
90323
|
insertData(e3, t3) {
|
|
90324
|
-
return this.insert(
|
|
90324
|
+
return this.insert(Pe.createItem(e3), t3);
|
|
90325
90325
|
}
|
|
90326
90326
|
remove(e3) {
|
|
90327
90327
|
if (this.updateCursors(e3, e3.prev, e3, e3.next), null !== e3.prev)
|
|
@@ -90341,13 +90341,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90341
90341
|
return e3.prev = null, e3.next = null, e3;
|
|
90342
90342
|
}
|
|
90343
90343
|
push(e3) {
|
|
90344
|
-
this.insert(
|
|
90344
|
+
this.insert(Pe.createItem(e3));
|
|
90345
90345
|
}
|
|
90346
90346
|
pop() {
|
|
90347
90347
|
return null !== this.tail ? this.remove(this.tail) : null;
|
|
90348
90348
|
}
|
|
90349
90349
|
unshift(e3) {
|
|
90350
|
-
this.prepend(
|
|
90350
|
+
this.prepend(Pe.createItem(e3));
|
|
90351
90351
|
}
|
|
90352
90352
|
shift() {
|
|
90353
90353
|
return null !== this.head ? this.remove(this.head) : null;
|
|
@@ -90399,7 +90399,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90399
90399
|
case G:
|
|
90400
90400
|
this.next();
|
|
90401
90401
|
continue;
|
|
90402
|
-
case
|
|
90402
|
+
case D:
|
|
90403
90403
|
n3 = true, this.next();
|
|
90404
90404
|
continue;
|
|
90405
90405
|
}
|
|
@@ -90719,12 +90719,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90719
90719
|
return t4 > 127 ? 32768 : t4 << 8;
|
|
90720
90720
|
}
|
|
90721
90721
|
return e3;
|
|
90722
|
-
}, vt = [[C, C], [C, z], [C, E], [C, R], [C, "-"], [C,
|
|
90722
|
+
}, vt = [[C, C], [C, z], [C, E], [C, R], [C, "-"], [C, I], [C, j], [C, B], [C, F], [C, V], [A, C], [A, z], [A, E], [A, R], [A, "-"], [A, I], [A, j], [A, B], [A, F], [T, C], [T, z], [T, E], [T, R], [T, "-"], [T, I], [T, j], [T, B], [T, F], [B, C], [B, z], [B, E], [B, R], [B, "-"], [B, I], [B, j], [B, B], [B, F], ["#", C], ["#", z], ["#", E], ["#", R], ["#", "-"], ["#", I], ["#", j], ["#", B], ["#", F], ["-", C], ["-", z], ["-", E], ["-", R], ["-", "-"], ["-", I], ["-", j], ["-", B], ["-", F], [I, C], [I, z], [I, E], [I, R], [I, I], [I, j], [I, B], [I, "%"], [I, F], ["@", C], ["@", z], ["@", E], ["@", R], ["@", "-"], ["@", F], [".", I], [".", j], [".", B], ["+", I], ["+", j], ["+", B], ["/", "*"]], xt = vt.concat([[C, T], [B, T], [T, T], [A, V], [A, O], [A, U], [j, j], [j, B], [j, z], [j, "-"], [Z, C], [Z, z], [Z, j], [Z, B], [Z, T], [Z, "-"]]);
|
|
90723
90723
|
function _t(e3) {
|
|
90724
90724
|
const t3 = new Set(e3.map(([e4, t4]) => wt(e4) << 16 | wt(t4)));
|
|
90725
90725
|
return function(e4, n3, r3) {
|
|
90726
90726
|
const o3 = wt(n3, r3), i3 = r3.charCodeAt(0);
|
|
90727
|
-
return (45 === i3 && n3 !== C && n3 !== z && n3 !== F || 43 === i3 ? t3.has(e4 << 16 | i3 << 8) : t3.has(e4 << 16 | o3)) && this.emit(" ",
|
|
90727
|
+
return (45 === i3 && n3 !== C && n3 !== z && n3 !== F || 43 === i3 ? t3.has(e4 << 16 | i3 << 8) : t3.has(e4 << 16 | o3)) && this.emit(" ", D, true), o3;
|
|
90728
90728
|
};
|
|
90729
90729
|
}
|
|
90730
90730
|
const St = _t(vt), Ct = _t(xt);
|
|
@@ -90741,7 +90741,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90741
90741
|
}
|
|
90742
90742
|
}
|
|
90743
90743
|
function Ot(e3) {
|
|
90744
|
-
|
|
90744
|
+
Be(e3, (t3, n3, r3) => {
|
|
90745
90745
|
this.token(t3, e3.slice(n3, r3));
|
|
90746
90746
|
});
|
|
90747
90747
|
}
|
|
@@ -90755,7 +90755,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90755
90755
|
n3.type === t3 && e3.call(this, n3, r3, o3);
|
|
90756
90756
|
};
|
|
90757
90757
|
}
|
|
90758
|
-
function
|
|
90758
|
+
function It(e3, t3) {
|
|
90759
90759
|
const n3 = t3.structure, r3 = [];
|
|
90760
90760
|
for (const e4 in n3) {
|
|
90761
90761
|
if (false === Lt.call(n3, e4))
|
|
@@ -90769,7 +90769,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90769
90769
|
}
|
|
90770
90770
|
return r3.length ? { context: t3.walkContext, fields: r3 } : null;
|
|
90771
90771
|
}
|
|
90772
|
-
function
|
|
90772
|
+
function jt(e3, t3) {
|
|
90773
90773
|
const n3 = e3.fields.slice(), r3 = e3.context, o3 = "string" == typeof r3;
|
|
90774
90774
|
return t3 && n3.reverse(), function(e4, i3, a3, s3) {
|
|
90775
90775
|
let l2;
|
|
@@ -90787,28 +90787,28 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90787
90787
|
o3 && (i3[r3] = l2);
|
|
90788
90788
|
};
|
|
90789
90789
|
}
|
|
90790
|
-
function
|
|
90790
|
+
function Bt({ StyleSheet: e3, Atrule: t3, Rule: n3, Block: r3, DeclarationList: o3 }) {
|
|
90791
90791
|
return { Atrule: { StyleSheet: e3, Atrule: t3, Rule: n3, Block: r3 }, Rule: { StyleSheet: e3, Atrule: t3, Rule: n3, Block: r3 }, Declaration: { StyleSheet: e3, Atrule: t3, Rule: n3, Block: r3, DeclarationList: o3 } };
|
|
90792
90792
|
}
|
|
90793
|
-
function
|
|
90793
|
+
function Dt(e3) {
|
|
90794
90794
|
return e3;
|
|
90795
90795
|
}
|
|
90796
|
-
function
|
|
90796
|
+
function Pt(e3, t3, n3, r3) {
|
|
90797
90797
|
let o3;
|
|
90798
90798
|
switch (e3.type) {
|
|
90799
90799
|
case "Group":
|
|
90800
90800
|
o3 = function(e4, t4, n4, r4) {
|
|
90801
|
-
const o4 = " " === e4.combinator || r4 ? e4.combinator : " " + e4.combinator + " ", i3 = e4.terms.map((e5) =>
|
|
90801
|
+
const o4 = " " === e4.combinator || r4 ? e4.combinator : " " + e4.combinator + " ", i3 = e4.terms.map((e5) => Pt(e5, t4, n4, r4)).join(o4);
|
|
90802
90802
|
return e4.explicit || n4 ? (r4 || "," === i3[0] ? "[" : "[ ") + i3 + (r4 ? "]" : " ]") : i3;
|
|
90803
90803
|
}(e3, t3, n3, r3) + (e3.disallowEmpty ? "!" : "");
|
|
90804
90804
|
break;
|
|
90805
90805
|
case "Multiplier":
|
|
90806
|
-
return
|
|
90806
|
+
return Pt(e3.term, t3, n3, r3) + t3(function(e4) {
|
|
90807
90807
|
const { min: t4, max: n4, comma: r4 } = e4;
|
|
90808
90808
|
return 0 === t4 && 0 === n4 ? r4 ? "#?" : "*" : 0 === t4 && 1 === n4 ? "?" : 1 === t4 && 0 === n4 ? r4 ? "#" : "+" : 1 === t4 && 1 === n4 ? "" : (r4 ? "#" : "") + (t4 === n4 ? "{" + t4 + "}" : "{" + t4 + "," + (0 !== n4 ? n4 : "") + "}");
|
|
90809
90809
|
}(e3), e3);
|
|
90810
90810
|
case "Boolean":
|
|
90811
|
-
o3 = "<boolean-expr[" +
|
|
90811
|
+
o3 = "<boolean-expr[" + Pt(e3.term, t3, n3, r3) + "]>";
|
|
90812
90812
|
break;
|
|
90813
90813
|
case "Type":
|
|
90814
90814
|
o3 = "<" + e3.name + (e3.opts ? t3(function(e4) {
|
|
@@ -90842,8 +90842,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90842
90842
|
return t3(o3, e3);
|
|
90843
90843
|
}
|
|
90844
90844
|
function Ft(e3, t3) {
|
|
90845
|
-
let n3 =
|
|
90846
|
-
return "function" == typeof t3 ? n3 = t3 : t3 && (r3 = Boolean(t3.forceBraces), o3 = Boolean(t3.compact), "function" == typeof t3.decorate && (n3 = t3.decorate)),
|
|
90845
|
+
let n3 = Dt, r3 = false, o3 = false;
|
|
90846
|
+
return "function" == typeof t3 ? n3 = t3 : t3 && (r3 = Boolean(t3.forceBraces), o3 = Boolean(t3.compact), "function" == typeof t3.decorate && (n3 = t3.decorate)), Pt(e3, n3, r3, o3);
|
|
90847
90847
|
}
|
|
90848
90848
|
const Ut = { offset: 0, line: 1, column: 1 };
|
|
90849
90849
|
function Mt(e3, t3) {
|
|
@@ -90911,7 +90911,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90911
90911
|
return null !== e3 && e3.type === N && e3.value.charCodeAt(0) === t3;
|
|
90912
90912
|
}
|
|
90913
90913
|
function rn(e3, t3, n3) {
|
|
90914
|
-
for (; null !== e3 && (e3.type ===
|
|
90914
|
+
for (; null !== e3 && (e3.type === D || e3.type === G); )
|
|
90915
90915
|
e3 = n3(++t3);
|
|
90916
90916
|
return t3;
|
|
90917
90917
|
}
|
|
@@ -90933,10 +90933,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
90933
90933
|
let r3 = false, o3 = rn(e3, t3, n3);
|
|
90934
90934
|
if (null === (e3 = n3(o3)))
|
|
90935
90935
|
return t3;
|
|
90936
|
-
if (e3.type !==
|
|
90936
|
+
if (e3.type !== I) {
|
|
90937
90937
|
if (!nn(e3, Jt) && !nn(e3, en))
|
|
90938
90938
|
return t3;
|
|
90939
|
-
if (r3 = true, o3 = rn(n3(++o3), o3, n3), null === (e3 = n3(o3)) || e3.type !==
|
|
90939
|
+
if (r3 = true, o3 = rn(n3(++o3), o3, n3), null === (e3 = n3(o3)) || e3.type !== I)
|
|
90940
90940
|
return 0;
|
|
90941
90941
|
}
|
|
90942
90942
|
if (!r3) {
|
|
@@ -91039,7 +91039,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91039
91039
|
}
|
|
91040
91040
|
function wn(e3) {
|
|
91041
91041
|
return e3 && (e3 = new Set(e3)), function(t3, n3, r3) {
|
|
91042
|
-
if (null === t3 || t3.type !==
|
|
91042
|
+
if (null === t3 || t3.type !== B)
|
|
91043
91043
|
return 0;
|
|
91044
91044
|
const o3 = _e(t3.value, 0);
|
|
91045
91045
|
if (null !== e3) {
|
|
@@ -91054,18 +91054,18 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91054
91054
|
return "function" != typeof e3 && (e3 = function() {
|
|
91055
91055
|
return 0;
|
|
91056
91056
|
}), function(t3, n3, r3) {
|
|
91057
|
-
return null !== t3 && t3.type ===
|
|
91057
|
+
return null !== t3 && t3.type === I && 0 === Number(t3.value) ? 1 : e3(t3, n3, r3);
|
|
91058
91058
|
};
|
|
91059
91059
|
}
|
|
91060
|
-
const xn = { "ident-token": yn(C), "function-token": yn(z), "at-keyword-token": yn(A), "hash-token": yn(T), "string-token": yn(O), "bad-string-token": yn(L), "url-token": yn(E), "bad-url-token": yn(R), "delim-token": yn(N), "number-token": yn(
|
|
91061
|
-
return null === e3 || e3.type !==
|
|
91060
|
+
const xn = { "ident-token": yn(C), "function-token": yn(z), "at-keyword-token": yn(A), "hash-token": yn(T), "string-token": yn(O), "bad-string-token": yn(L), "url-token": yn(E), "bad-url-token": yn(R), "delim-token": yn(N), "number-token": yn(I), "percentage-token": yn(j), "dimension-token": yn(B), "whitespace-token": yn(D), "CDO-token": yn(P), "CDC-token": yn(F), "colon-token": yn(U), "semicolon-token": yn(M), "comma-token": yn(q), "[-token": yn(W), "]-token": yn($), "(-token": yn(V), ")-token": yn(Z), "{-token": yn(K), "}-token": yn(H) }, _n = { string: yn(O), ident: yn(C), percentage: bn(function(e3, t3, n3) {
|
|
91061
|
+
return null === e3 || e3.type !== j || gn(n3, e3.value, e3.value.length - 1) ? 0 : 1;
|
|
91062
91062
|
}), zero: vn(), number: bn(function(e3, t3, n3) {
|
|
91063
91063
|
if (null === e3)
|
|
91064
91064
|
return 0;
|
|
91065
91065
|
const r3 = _e(e3.value, 0);
|
|
91066
91066
|
return r3 === e3.value.length || fn(e3.value, r3) ? gn(n3, e3.value, r3) ? 0 : 1 : 0;
|
|
91067
91067
|
}), integer: bn(function(e3, t3, n3) {
|
|
91068
|
-
if (null === e3 || e3.type !==
|
|
91068
|
+
if (null === e3 || e3.type !== I)
|
|
91069
91069
|
return 0;
|
|
91070
91070
|
let r3 = 43 === dn(e3.value, 0) || 45 === dn(e3.value, 0) ? 1 : 0;
|
|
91071
91071
|
for (; r3 < e3.value.length; r3++)
|
|
@@ -91095,7 +91095,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91095
91095
|
let n3 = 0;
|
|
91096
91096
|
if (!e3)
|
|
91097
91097
|
return 0;
|
|
91098
|
-
if (e3.type ===
|
|
91098
|
+
if (e3.type === I)
|
|
91099
91099
|
return on(e3, 0, false, n3);
|
|
91100
91100
|
if (e3.type === C && e3.value.charCodeAt(0) === en) {
|
|
91101
91101
|
if (!be(e3.value, 1, 110))
|
|
@@ -91119,7 +91119,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91119
91119
|
default:
|
|
91120
91120
|
return e3.value.charCodeAt(1) !== en ? 0 : on(e3, 2, tn, n3);
|
|
91121
91121
|
}
|
|
91122
|
-
} else if (e3.type ===
|
|
91122
|
+
} else if (e3.type === B) {
|
|
91123
91123
|
let r3 = e3.value.charCodeAt(0), o3 = r3 === Jt || r3 === en ? 1 : 0, i3 = o3;
|
|
91124
91124
|
for (; i3 < e3.value.length && X(e3.value.charCodeAt(i3)); i3++)
|
|
91125
91125
|
;
|
|
@@ -91134,13 +91134,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91134
91134
|
return 0;
|
|
91135
91135
|
if (sn(e3, 43))
|
|
91136
91136
|
return null === (e3 = t3(++n3)) ? 0 : e3.type === C ? cn(ln(e3, 0, true), ++n3, t3) : sn(e3, 63) ? cn(1, ++n3, t3) : 0;
|
|
91137
|
-
if (e3.type ===
|
|
91137
|
+
if (e3.type === I) {
|
|
91138
91138
|
const r3 = ln(e3, 1, true);
|
|
91139
|
-
return 0 === r3 ? 0 : null === (e3 = t3(++n3)) ? n3 : e3.type ===
|
|
91139
|
+
return 0 === r3 ? 0 : null === (e3 = t3(++n3)) ? n3 : e3.type === B || e3.type === I ? function(e4, t4) {
|
|
91140
91140
|
return 45 === e4.value.charCodeAt(0);
|
|
91141
91141
|
}(e3) && ln(e3, 1, false) ? n3 + 1 : 0 : cn(r3, n3, t3);
|
|
91142
91142
|
}
|
|
91143
|
-
return e3.type ===
|
|
91143
|
+
return e3.type === B ? cn(ln(e3, 1, true), ++n3, t3) : 0;
|
|
91144
91144
|
}, "declaration-value": function(e3, t3) {
|
|
91145
91145
|
if (!e3)
|
|
91146
91146
|
return 0;
|
|
@@ -91279,7 +91279,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91279
91279
|
return -1 === e3 && (this.pos = this.str.length, this.error("Expect an apostrophe")), this.substringToPos(e3 + 1);
|
|
91280
91280
|
}
|
|
91281
91281
|
}
|
|
91282
|
-
const On = 9, Ln = 10, En = 12, Rn = 13, Nn = 32,
|
|
91282
|
+
const On = 9, Ln = 10, En = 12, Rn = 13, Nn = 32, In = 33, jn = 35, Bn = 38, Dn = 39, Pn = 40, Fn = 41, Un = 42, Mn = 43, qn = 44, Wn = 45, $n = 60, Vn = 62, Zn = 63, Kn = 64, Hn = 91, Gn = 93, Yn = 123, Xn = 124, Qn = 125, Jn = 8734, er = { " ": 1, "&&": 2, "||": 3, "|": 4 };
|
|
91283
91283
|
function tr(e3) {
|
|
91284
91284
|
let t3 = null, n3 = null;
|
|
91285
91285
|
return e3.eat(Yn), e3.skipWs(), t3 = e3.scanNumber(e3), e3.skipWs(), e3.charCode() === qn ? (e3.pos++, e3.skipWs(), e3.charCode() !== Qn && (n3 = e3.scanNumber(e3), e3.skipWs())) : n3 = t3, e3.eat(Qn), { min: Number(t3), max: n3 ? Number(n3) : 0 };
|
|
@@ -91297,7 +91297,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91297
91297
|
case Zn:
|
|
91298
91298
|
e4.pos++, t4 = { min: 0, max: 1 };
|
|
91299
91299
|
break;
|
|
91300
|
-
case
|
|
91300
|
+
case jn:
|
|
91301
91301
|
e4.pos++, n4 = true, e4.charCode() === Yn ? t4 = tr(e4) : e4.charCode() === Zn ? (e4.pos++, t4 = { min: 0, max: 0 }) : t4 = { min: 1, max: 0 };
|
|
91302
91302
|
break;
|
|
91303
91303
|
case Yn:
|
|
@@ -91308,7 +91308,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91308
91308
|
}
|
|
91309
91309
|
return { type: "Multiplier", comma: n4, min: t4.min, max: t4.max, term: null };
|
|
91310
91310
|
}(e3);
|
|
91311
|
-
return null !== n3 ? (n3.term = t3, e3.charCode() ===
|
|
91311
|
+
return null !== n3 ? (n3.term = t3, e3.charCode() === jn && e3.charCodeAt(e3.pos - 1) === Mn ? nr(e3, n3) : n3) : t3;
|
|
91312
91312
|
}
|
|
91313
91313
|
function rr(e3) {
|
|
91314
91314
|
const t3 = e3.peek();
|
|
@@ -91345,12 +91345,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91345
91345
|
case Hn:
|
|
91346
91346
|
return nr(e3, function(e4, t4) {
|
|
91347
91347
|
let n4;
|
|
91348
|
-
return e4.eat(Hn), n4 = ir(e4, t4), e4.eat(Gn), n4.explicit = true, e4.charCode() ===
|
|
91348
|
+
return e4.eat(Hn), n4 = ir(e4, t4), e4.eat(Gn), n4.explicit = true, e4.charCode() === In && (e4.pos++, n4.disallowEmpty = true), n4;
|
|
91349
91349
|
}(e3, t3));
|
|
91350
91350
|
case $n:
|
|
91351
|
-
return e3.nextCharCode() ===
|
|
91351
|
+
return e3.nextCharCode() === Dn ? function(e4) {
|
|
91352
91352
|
let t4;
|
|
91353
|
-
return e4.eat($n), e4.eat(
|
|
91353
|
+
return e4.eat($n), e4.eat(Dn), t4 = e4.scanWord(), e4.eat(Dn), e4.eat(Vn), nr(e4, { type: "Property", name: t4 });
|
|
91354
91354
|
}(e3) : function(e4) {
|
|
91355
91355
|
let t4, n4 = null;
|
|
91356
91356
|
if (e4.eat($n), t4 = e4.scanWord(), "boolean-expr" === t4) {
|
|
@@ -91358,18 +91358,18 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91358
91358
|
const t5 = ir(e4, Gn);
|
|
91359
91359
|
return e4.eat(Gn), e4.eat(Vn), nr(e4, { type: "Boolean", term: 1 === t5.terms.length ? t5.terms[0] : t5 });
|
|
91360
91360
|
}
|
|
91361
|
-
return e4.charCode() ===
|
|
91361
|
+
return e4.charCode() === Pn && e4.nextCharCode() === Fn && (e4.pos += 2, t4 += "()"), e4.charCodeAt(e4.findWsEnd(e4.pos)) === Hn && (e4.skipWs(), n4 = function(e5) {
|
|
91362
91362
|
let t5 = null, n5 = null, r3 = 1;
|
|
91363
91363
|
return e5.eat(Hn), e5.charCode() === Wn && (e5.peek(), r3 = -1), -1 == r3 && e5.charCode() === Jn ? e5.peek() : (t5 = r3 * Number(e5.scanNumber(e5)), e5.isNameCharCode() && (t5 += e5.scanWord())), e5.skipWs(), e5.eat(qn), e5.skipWs(), e5.charCode() === Jn ? e5.peek() : (r3 = 1, e5.charCode() === Wn && (e5.peek(), r3 = -1), n5 = r3 * Number(e5.scanNumber(e5)), e5.isNameCharCode() && (n5 += e5.scanWord())), e5.eat(Gn), { type: "Range", min: t5, max: n5 };
|
|
91364
91364
|
}(e4)), e4.eat(Vn), nr(e4, { type: "Type", name: t4, opts: n4 });
|
|
91365
91365
|
}(e3);
|
|
91366
91366
|
case Xn:
|
|
91367
91367
|
return { type: "Combinator", value: e3.substringToPos(e3.pos + (e3.nextCharCode() === Xn ? 2 : 1)) };
|
|
91368
|
-
case
|
|
91369
|
-
return e3.pos++, e3.eat(
|
|
91368
|
+
case Bn:
|
|
91369
|
+
return e3.pos++, e3.eat(Bn), { type: "Combinator", value: "&&" };
|
|
91370
91370
|
case qn:
|
|
91371
91371
|
return e3.pos++, { type: "Comma" };
|
|
91372
|
-
case
|
|
91372
|
+
case Dn:
|
|
91373
91373
|
return nr(e3, { type: "String", value: e3.scanString() });
|
|
91374
91374
|
case Nn:
|
|
91375
91375
|
case On:
|
|
@@ -91382,8 +91382,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91382
91382
|
case Un:
|
|
91383
91383
|
case Mn:
|
|
91384
91384
|
case Zn:
|
|
91385
|
-
case In:
|
|
91386
91385
|
case jn:
|
|
91386
|
+
case In:
|
|
91387
91387
|
break;
|
|
91388
91388
|
case Yn:
|
|
91389
91389
|
if (n3 = e3.nextCharCode(), n3 < 48 || n3 > 57)
|
|
@@ -91392,7 +91392,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91392
91392
|
default:
|
|
91393
91393
|
return e3.isNameCharCode(n3) ? function(e4) {
|
|
91394
91394
|
const t4 = e4.scanWord();
|
|
91395
|
-
return e4.charCode() ===
|
|
91395
|
+
return e4.charCode() === Pn ? (e4.pos++, { type: "Function", name: t4 }) : nr(e4, { type: "Keyword", name: t4 });
|
|
91396
91396
|
}(e3) : rr(e3);
|
|
91397
91397
|
}
|
|
91398
91398
|
}
|
|
@@ -91553,15 +91553,15 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91553
91553
|
return e4.type === N && "?" !== e4.value;
|
|
91554
91554
|
}(e3);
|
|
91555
91555
|
}
|
|
91556
|
-
function
|
|
91556
|
+
function Ir(e3) {
|
|
91557
91557
|
return null === e3 || e3.type === Z || e3.type === $ || e3.type === H || e3.type === N && "/" === e3.value;
|
|
91558
91558
|
}
|
|
91559
|
-
function
|
|
91559
|
+
function jr(e3, t3, n3) {
|
|
91560
91560
|
const r3 = function(e4, t4, n4) {
|
|
91561
91561
|
function r4() {
|
|
91562
91562
|
do {
|
|
91563
91563
|
b2++, g2 = b2 < e4.length ? e4[b2] : null;
|
|
91564
|
-
} while (null !== g2 && (g2.type ===
|
|
91564
|
+
} while (null !== g2 && (g2.type === D || g2.type === G));
|
|
91565
91565
|
}
|
|
91566
91566
|
function o4(t5) {
|
|
91567
91567
|
const n5 = b2 + t5;
|
|
@@ -91709,7 +91709,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91709
91709
|
t4 = hr;
|
|
91710
91710
|
break;
|
|
91711
91711
|
case "Comma":
|
|
91712
|
-
null !== g2 && g2.type === q ? Nr(k2.token) ? t4 = hr : (l2(), t4 =
|
|
91712
|
+
null !== g2 && g2.type === q ? Nr(k2.token) ? t4 = hr : (l2(), t4 = Ir(g2) ? hr : ur) : t4 = Nr(k2.token) || Ir(g2) ? ur : hr;
|
|
91713
91713
|
break;
|
|
91714
91714
|
case "String":
|
|
91715
91715
|
let r5 = "", m3 = b2;
|
|
@@ -91762,7 +91762,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91762
91762
|
}
|
|
91763
91763
|
return r3;
|
|
91764
91764
|
}
|
|
91765
|
-
function
|
|
91765
|
+
function Br(e3) {
|
|
91766
91766
|
function t3(e4) {
|
|
91767
91767
|
return null !== e4 && ("Type" === e4.type || "Property" === e4.type || "Keyword" === e4.type);
|
|
91768
91768
|
}
|
|
@@ -91777,16 +91777,16 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91777
91777
|
return false;
|
|
91778
91778
|
}(this.matched), n3;
|
|
91779
91779
|
}
|
|
91780
|
-
function
|
|
91781
|
-
const r3 =
|
|
91780
|
+
function Dr(e3, t3, n3) {
|
|
91781
|
+
const r3 = Br.call(e3, t3);
|
|
91782
91782
|
return null !== r3 && r3.some(n3);
|
|
91783
91783
|
}
|
|
91784
|
-
var
|
|
91785
|
-
return
|
|
91784
|
+
var Pr = Object.freeze({ __proto__: null, getTrace: Br, isKeyword: function(e3) {
|
|
91785
|
+
return Dr(this, e3, (e4) => "Keyword" === e4.type);
|
|
91786
91786
|
}, isProperty: function(e3, t3) {
|
|
91787
|
-
return
|
|
91787
|
+
return Dr(this, e3, (e4) => "Property" === e4.type && e4.name === t3);
|
|
91788
91788
|
}, isType: function(e3, t3) {
|
|
91789
|
-
return
|
|
91789
|
+
return Dr(this, e3, (e4) => "Type" === e4.type && e4.name === t3);
|
|
91790
91790
|
} });
|
|
91791
91791
|
function Fr(e3) {
|
|
91792
91792
|
return "node" in e3 ? e3.node : Fr(e3.match[0]);
|
|
@@ -91801,7 +91801,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91801
91801
|
const n5 = Fr(a3), r4 = Ur(a3);
|
|
91802
91802
|
e3.syntax.walk(t3, function(e4, t4, o4) {
|
|
91803
91803
|
if (e4 === n5) {
|
|
91804
|
-
const e5 = new
|
|
91804
|
+
const e5 = new Pe();
|
|
91805
91805
|
do {
|
|
91806
91806
|
if (e5.appendData(t4.data), t4.data === r4)
|
|
91807
91807
|
break;
|
|
@@ -91858,7 +91858,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91858
91858
|
i3 = null === n3[o3];
|
|
91859
91859
|
break;
|
|
91860
91860
|
default:
|
|
91861
|
-
"string" == typeof r4 ? i3 = n3[o3] && n3[o3].type === r4 : Array.isArray(r4) && (i3 = n3[o3] instanceof
|
|
91861
|
+
"string" == typeof r4 ? i3 = n3[o3] && n3[o3].type === r4 : Array.isArray(r4) && (i3 = n3[o3] instanceof Pe);
|
|
91862
91862
|
}
|
|
91863
91863
|
}
|
|
91864
91864
|
} else
|
|
@@ -91911,13 +91911,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91911
91911
|
return r3;
|
|
91912
91912
|
}
|
|
91913
91913
|
function Yr(e3, t3, n3) {
|
|
91914
|
-
return { matched: e3, iterations: n3, error: t3, ...
|
|
91914
|
+
return { matched: e3, iterations: n3, error: t3, ...Pr };
|
|
91915
91915
|
}
|
|
91916
91916
|
function Xr(e3, t3, n3, r3) {
|
|
91917
91917
|
const o3 = function(e4, t4) {
|
|
91918
91918
|
return "string" == typeof e4 ? function(e5) {
|
|
91919
91919
|
const t5 = [];
|
|
91920
|
-
return
|
|
91920
|
+
return Be(e5, (n4, r4, o4) => t5.push({ type: n4, value: e5.slice(r4, o4), node: null })), t5;
|
|
91921
91921
|
}(e4) : t4.generate(e4, cr);
|
|
91922
91922
|
}(n3, e3.syntax);
|
|
91923
91923
|
let i3;
|
|
@@ -91926,7 +91926,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
91926
91926
|
if ("var(" === e4[t4].value.toLowerCase())
|
|
91927
91927
|
return true;
|
|
91928
91928
|
return false;
|
|
91929
|
-
}(o3) ? Yr(null, new Error("Matching for a tree with var() is not supported")) : (r3 && (i3 =
|
|
91929
|
+
}(o3) ? Yr(null, new Error("Matching for a tree with var() is not supported")) : (r3 && (i3 = jr(o3, e3.cssWideKeywordsSyntax, e3)), r3 && i3.match || (i3 = jr(o3, t3.match, e3), i3.match) ? Yr(i3.match, null, i3.iterations) : Yr(null, new $t(i3.reason, t3.syntax, n3, i3), i3.iterations));
|
|
91930
91930
|
}
|
|
91931
91931
|
class Qr {
|
|
91932
91932
|
constructor(e3, t3, n3) {
|
|
@@ -92221,32 +92221,32 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92221
92221
|
}
|
|
92222
92222
|
function co() {
|
|
92223
92223
|
let e3 = 0, t3 = 0, n3 = this.tokenType;
|
|
92224
|
-
for (; n3 ===
|
|
92224
|
+
for (; n3 === D || n3 === G; )
|
|
92225
92225
|
n3 = this.lookupType(++e3);
|
|
92226
|
-
if (n3 !==
|
|
92226
|
+
if (n3 !== I) {
|
|
92227
92227
|
if (!this.isDelim(no, e3) && !this.isDelim(ro, e3))
|
|
92228
92228
|
return null;
|
|
92229
92229
|
t3 = this.isDelim(no, e3) ? no : ro;
|
|
92230
92230
|
do {
|
|
92231
92231
|
n3 = this.lookupType(++e3);
|
|
92232
|
-
} while (n3 ===
|
|
92233
|
-
n3 !==
|
|
92232
|
+
} while (n3 === D || n3 === G);
|
|
92233
|
+
n3 !== I && (this.skip(e3), so.call(this, io));
|
|
92234
92234
|
}
|
|
92235
|
-
return e3 > 0 && this.skip(e3), 0 === t3 && (n3 = this.charCodeAt(this.tokenStart), n3 !== no && n3 !== ro && this.error("Number sign is expected")), so.call(this, 0 !== t3), t3 === ro ? "-" + this.consume(
|
|
92235
|
+
return e3 > 0 && this.skip(e3), 0 === t3 && (n3 = this.charCodeAt(this.tokenStart), n3 !== no && n3 !== ro && this.error("Number sign is expected")), so.call(this, 0 !== t3), t3 === ro ? "-" + this.consume(I) : this.consume(I);
|
|
92236
92236
|
}
|
|
92237
92237
|
const uo = { a: [String, null], b: [String, null] };
|
|
92238
92238
|
function ho() {
|
|
92239
92239
|
const e3 = this.tokenStart;
|
|
92240
92240
|
let t3 = null, n3 = null;
|
|
92241
|
-
if (this.tokenType ===
|
|
92242
|
-
so.call(this, false), n3 = this.consume(
|
|
92241
|
+
if (this.tokenType === I)
|
|
92242
|
+
so.call(this, false), n3 = this.consume(I);
|
|
92243
92243
|
else if (this.tokenType === C && this.cmpChar(this.tokenStart, ro))
|
|
92244
92244
|
switch (t3 = "-1", lo.call(this, 1, oo), this.tokenEnd - this.tokenStart) {
|
|
92245
92245
|
case 2:
|
|
92246
92246
|
this.next(), n3 = co.call(this);
|
|
92247
92247
|
break;
|
|
92248
92248
|
case 3:
|
|
92249
|
-
lo.call(this, 2, ro), this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(
|
|
92249
|
+
lo.call(this, 2, ro), this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(I);
|
|
92250
92250
|
break;
|
|
92251
92251
|
default:
|
|
92252
92252
|
lo.call(this, 2, ro), ao.call(this, 3, io), this.next(), n3 = this.substrToCursor(e3 + 2);
|
|
@@ -92258,17 +92258,17 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92258
92258
|
this.next(), n3 = co.call(this);
|
|
92259
92259
|
break;
|
|
92260
92260
|
case 2:
|
|
92261
|
-
lo.call(this, 1, ro), this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(
|
|
92261
|
+
lo.call(this, 1, ro), this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(I);
|
|
92262
92262
|
break;
|
|
92263
92263
|
default:
|
|
92264
92264
|
lo.call(this, 1, ro), ao.call(this, 2, io), this.next(), n3 = this.substrToCursor(e3 + r3 + 1);
|
|
92265
92265
|
}
|
|
92266
|
-
} else if (this.tokenType ===
|
|
92266
|
+
} else if (this.tokenType === B) {
|
|
92267
92267
|
const r3 = this.charCodeAt(this.tokenStart), o3 = r3 === no || r3 === ro;
|
|
92268
92268
|
let i3 = this.tokenStart + o3;
|
|
92269
92269
|
for (; i3 < this.tokenEnd && X(this.charCodeAt(i3)); i3++)
|
|
92270
92270
|
;
|
|
92271
|
-
i3 === this.tokenStart + o3 && this.error("Integer is expected", this.tokenStart + o3), lo.call(this, i3 - this.tokenStart, oo), t3 = this.substring(e3, i3), i3 + 1 === this.tokenEnd ? (this.next(), n3 = co.call(this)) : (lo.call(this, i3 - this.tokenStart + 1, ro), i3 + 2 === this.tokenEnd ? (this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(
|
|
92271
|
+
i3 === this.tokenStart + o3 && this.error("Integer is expected", this.tokenStart + o3), lo.call(this, i3 - this.tokenStart, oo), t3 = this.substring(e3, i3), i3 + 1 === this.tokenEnd ? (this.next(), n3 = co.call(this)) : (lo.call(this, i3 - this.tokenStart + 1, ro), i3 + 2 === this.tokenEnd ? (this.next(), this.skipSC(), so.call(this, io), n3 = "-" + this.consume(I)) : (ao.call(this, i3 - this.tokenStart + 2, io), this.next(), n3 = this.substrToCursor(i3 + 1)));
|
|
92272
92272
|
} else
|
|
92273
92273
|
this.error();
|
|
92274
92274
|
return null !== t3 && t3.charCodeAt(0) === no && (t3 = t3.substr(1)), null !== n3 && n3.charCodeAt(0) === no && (n3 = n3.substr(1)), { type: "AnPlusB", loc: this.getLocation(e3, this.tokenStart), a: t3, b: n3 };
|
|
@@ -92345,17 +92345,17 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92345
92345
|
function No() {
|
|
92346
92346
|
return this.parseWithFallback(this.Rule, Ro);
|
|
92347
92347
|
}
|
|
92348
|
-
function
|
|
92348
|
+
function Io() {
|
|
92349
92349
|
return this.Raw(this.consumeUntilSemicolonIncluded, true);
|
|
92350
92350
|
}
|
|
92351
|
-
function
|
|
92351
|
+
function jo() {
|
|
92352
92352
|
if (this.tokenType === M)
|
|
92353
|
-
return
|
|
92354
|
-
const e3 = this.parseWithFallback(this.Declaration,
|
|
92353
|
+
return Io.call(this, this.tokenIndex);
|
|
92354
|
+
const e3 = this.parseWithFallback(this.Declaration, Io);
|
|
92355
92355
|
return this.tokenType === M && this.next(), e3;
|
|
92356
92356
|
}
|
|
92357
|
-
function
|
|
92358
|
-
const t3 = e3 ?
|
|
92357
|
+
function Bo(e3) {
|
|
92358
|
+
const t3 = e3 ? jo : No, n3 = this.tokenStart;
|
|
92359
92359
|
let r3 = this.createList();
|
|
92360
92360
|
this.eat(K);
|
|
92361
92361
|
e:
|
|
@@ -92363,7 +92363,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92363
92363
|
switch (this.tokenType) {
|
|
92364
92364
|
case H:
|
|
92365
92365
|
break e;
|
|
92366
|
-
case
|
|
92366
|
+
case D:
|
|
92367
92367
|
case G:
|
|
92368
92368
|
this.next();
|
|
92369
92369
|
break;
|
|
@@ -92375,19 +92375,19 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92375
92375
|
}
|
|
92376
92376
|
return this.eof || this.eat(H), { type: "Block", loc: this.getLocation(n3, this.tokenStart), children: r3 };
|
|
92377
92377
|
}
|
|
92378
|
-
var
|
|
92378
|
+
var Do = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92379
92379
|
this.token(K, "{"), this.children(e3, (e4) => {
|
|
92380
92380
|
"Declaration" === e4.type && this.token(M, ";");
|
|
92381
92381
|
}), this.token(H, "}");
|
|
92382
|
-
}, name: "Block", parse:
|
|
92383
|
-
function
|
|
92382
|
+
}, name: "Block", parse: Bo, structure: { children: [["Atrule", "Rule", "Declaration"]] }, walkContext: "block" });
|
|
92383
|
+
function Po(e3, t3) {
|
|
92384
92384
|
const n3 = this.tokenStart;
|
|
92385
92385
|
let r3 = null;
|
|
92386
92386
|
return this.eat(W), r3 = e3.call(this, t3), this.eof || this.eat($), { type: "Brackets", loc: this.getLocation(n3, this.tokenStart), children: r3 };
|
|
92387
92387
|
}
|
|
92388
92388
|
var Fo = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92389
92389
|
this.token(N, "["), this.children(e3), this.token(N, "]");
|
|
92390
|
-
}, name: "Brackets", parse:
|
|
92390
|
+
}, name: "Brackets", parse: Po, structure: { children: [[]] } });
|
|
92391
92391
|
function Uo() {
|
|
92392
92392
|
const e3 = this.tokenStart;
|
|
92393
92393
|
return this.eat(F), { type: "CDC", loc: this.getLocation(e3, this.tokenStart) };
|
|
@@ -92397,10 +92397,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92397
92397
|
}, name: "CDC", parse: Uo, structure: [] });
|
|
92398
92398
|
function qo() {
|
|
92399
92399
|
const e3 = this.tokenStart;
|
|
92400
|
-
return this.eat(
|
|
92400
|
+
return this.eat(P), { type: "CDO", loc: this.getLocation(e3, this.tokenStart) };
|
|
92401
92401
|
}
|
|
92402
92402
|
var Wo = Object.freeze({ __proto__: null, generate: function() {
|
|
92403
|
-
this.token(
|
|
92403
|
+
this.token(P, "<!--");
|
|
92404
92404
|
}, name: "CDO", parse: qo, structure: [] });
|
|
92405
92405
|
const $o = { name: String };
|
|
92406
92406
|
function Vo() {
|
|
@@ -92414,7 +92414,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92414
92414
|
const e3 = this.tokenStart;
|
|
92415
92415
|
let t3;
|
|
92416
92416
|
switch (this.tokenType) {
|
|
92417
|
-
case
|
|
92417
|
+
case D:
|
|
92418
92418
|
t3 = " ";
|
|
92419
92419
|
break;
|
|
92420
92420
|
case N:
|
|
@@ -92459,7 +92459,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92459
92459
|
for (; !this.eof; )
|
|
92460
92460
|
switch (this.tokenType) {
|
|
92461
92461
|
case G:
|
|
92462
|
-
case
|
|
92462
|
+
case D:
|
|
92463
92463
|
this.next();
|
|
92464
92464
|
continue;
|
|
92465
92465
|
case C:
|
|
@@ -92508,7 +92508,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92508
92508
|
const l2 = this.tokenIndex;
|
|
92509
92509
|
if (r3 || this.skipSC(), a3 = o3 ? this.parseWithFallback(mi, i3) : i3.call(this, this.tokenIndex), r3 && "Value" === a3.type && a3.children.isEmpty) {
|
|
92510
92510
|
for (let e4 = l2 - this.tokenIndex; e4 <= 0; e4++)
|
|
92511
|
-
if (this.lookupType(e4) ===
|
|
92511
|
+
if (this.lookupType(e4) === D) {
|
|
92512
92512
|
a3.children.appendData({ type: "WhiteSpace", loc: null, value: " " });
|
|
92513
92513
|
break;
|
|
92514
92514
|
}
|
|
@@ -92546,7 +92546,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92546
92546
|
const e3 = this.createList();
|
|
92547
92547
|
for (; !this.eof; )
|
|
92548
92548
|
switch (this.tokenType) {
|
|
92549
|
-
case
|
|
92549
|
+
case D:
|
|
92550
92550
|
case G:
|
|
92551
92551
|
case M:
|
|
92552
92552
|
this.next();
|
|
@@ -92566,11 +92566,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92566
92566
|
}, name: "DeclarationList", parse: vi, structure: { children: [["Declaration", "Atrule", "Rule"]] } });
|
|
92567
92567
|
const _i = { value: String, unit: String };
|
|
92568
92568
|
function Si() {
|
|
92569
|
-
const e3 = this.tokenStart, t3 = this.consumeNumber(
|
|
92569
|
+
const e3 = this.tokenStart, t3 = this.consumeNumber(B);
|
|
92570
92570
|
return { type: "Dimension", loc: this.getLocation(e3, this.tokenStart), value: t3, unit: this.substring(e3 + t3.length, this.tokenStart) };
|
|
92571
92571
|
}
|
|
92572
92572
|
var Ci = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92573
|
-
this.token(
|
|
92573
|
+
this.token(B, e3.value + e3.unit);
|
|
92574
92574
|
}, name: "Dimension", parse: Si, structure: _i });
|
|
92575
92575
|
const zi = { kind: String, name: String, value: ["Identifier", "Number", "Dimension", "Ratio", "Function", null] };
|
|
92576
92576
|
function Ai(e3) {
|
|
@@ -92578,10 +92578,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92578
92578
|
let n3, r3 = null;
|
|
92579
92579
|
if (this.eat(V), this.skipSC(), n3 = this.consume(C), this.skipSC(), this.tokenType !== Z) {
|
|
92580
92580
|
switch (this.eat(U), this.skipSC(), this.tokenType) {
|
|
92581
|
-
case
|
|
92581
|
+
case I:
|
|
92582
92582
|
r3 = this.lookupNonWSType(1) === N ? this.Ratio() : this.Number();
|
|
92583
92583
|
break;
|
|
92584
|
-
case
|
|
92584
|
+
case B:
|
|
92585
92585
|
r3 = this.Dimension();
|
|
92586
92586
|
break;
|
|
92587
92587
|
case C:
|
|
@@ -92620,12 +92620,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92620
92620
|
var Ri = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92621
92621
|
this.token(z, e3.feature + "("), this.node(e3.value), this.token(Z, ")");
|
|
92622
92622
|
}, name: "FeatureFunction", parse: Ei, structure: Oi });
|
|
92623
|
-
const Ni = 47,
|
|
92624
|
-
function
|
|
92623
|
+
const Ni = 47, Ii = 60, ji = 61, Bi = 62, Di = { kind: String, left: ["Identifier", "Number", "Dimension", "Ratio", "Function"], leftComparison: String, middle: ["Identifier", "Number", "Dimension", "Ratio", "Function"], rightComparison: [String, null], right: ["Identifier", "Number", "Dimension", "Ratio", "Function", null] };
|
|
92624
|
+
function Pi() {
|
|
92625
92625
|
switch (this.skipSC(), this.tokenType) {
|
|
92626
|
-
case
|
|
92626
|
+
case I:
|
|
92627
92627
|
return this.isDelim(Ni, this.lookupOffsetNonSC(1)) ? this.Ratio() : this.Number();
|
|
92628
|
-
case
|
|
92628
|
+
case B:
|
|
92629
92629
|
return this.Dimension();
|
|
92630
92630
|
case C:
|
|
92631
92631
|
return this.Identifier();
|
|
@@ -92639,24 +92639,24 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92639
92639
|
}
|
|
92640
92640
|
}
|
|
92641
92641
|
function Fi(e3) {
|
|
92642
|
-
if (this.skipSC(), this.isDelim(
|
|
92642
|
+
if (this.skipSC(), this.isDelim(Ii) || this.isDelim(Bi)) {
|
|
92643
92643
|
const e4 = this.source[this.tokenStart];
|
|
92644
|
-
return this.next(), this.isDelim(
|
|
92644
|
+
return this.next(), this.isDelim(ji) ? (this.next(), e4 + "=") : e4;
|
|
92645
92645
|
}
|
|
92646
|
-
if (this.isDelim(
|
|
92646
|
+
if (this.isDelim(ji))
|
|
92647
92647
|
return "=";
|
|
92648
92648
|
this.error(`Expected ${e3 ? '":", ' : ""}"<", ">", "=" or ")"`);
|
|
92649
92649
|
}
|
|
92650
92650
|
function Ui(e3 = "unknown") {
|
|
92651
92651
|
const t3 = this.tokenStart;
|
|
92652
92652
|
this.skipSC(), this.eat(V);
|
|
92653
|
-
const n3 =
|
|
92653
|
+
const n3 = Pi.call(this), r3 = Fi.call(this, "Identifier" === n3.type), o3 = Pi.call(this);
|
|
92654
92654
|
let i3 = null, a3 = null;
|
|
92655
|
-
return this.lookupNonWSType(0) !== Z && (i3 = Fi.call(this), a3 =
|
|
92655
|
+
return this.lookupNonWSType(0) !== Z && (i3 = Fi.call(this), a3 = Pi.call(this)), this.skipSC(), this.eat(Z), { type: "FeatureRange", loc: this.getLocation(t3, this.tokenStart), kind: e3, left: n3, leftComparison: r3, middle: o3, rightComparison: i3, right: a3 };
|
|
92656
92656
|
}
|
|
92657
92657
|
var Mi = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92658
92658
|
this.token(V, "("), this.node(e3.left), this.tokenize(e3.leftComparison), this.node(e3.middle), e3.right && (this.tokenize(e3.rightComparison), this.node(e3.right)), this.token(Z, ")");
|
|
92659
|
-
}, name: "FeatureRange", parse: Ui, structure:
|
|
92659
|
+
}, name: "FeatureRange", parse: Ui, structure: Di });
|
|
92660
92660
|
const qi = { name: String, children: [[]] };
|
|
92661
92661
|
function Wi(e3, t3) {
|
|
92662
92662
|
const n3 = this.tokenStart, r3 = this.consumeFunctionName(), o3 = r3.toLowerCase();
|
|
@@ -92786,10 +92786,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92786
92786
|
}, name: "Nth", parse: fa, structure: { nth: ["AnPlusB", "Identifier"], selector: ["SelectorList", null] } });
|
|
92787
92787
|
const ba = { value: String };
|
|
92788
92788
|
function ya() {
|
|
92789
|
-
return { type: "Number", loc: this.getLocation(this.tokenStart, this.tokenEnd), value: this.consume(
|
|
92789
|
+
return { type: "Number", loc: this.getLocation(this.tokenStart, this.tokenEnd), value: this.consume(I) };
|
|
92790
92790
|
}
|
|
92791
92791
|
var ka = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92792
|
-
this.token(
|
|
92792
|
+
this.token(I, e3.value);
|
|
92793
92793
|
}, name: "Number", parse: ya, structure: ba });
|
|
92794
92794
|
const wa = { value: String };
|
|
92795
92795
|
function va() {
|
|
@@ -92809,10 +92809,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92809
92809
|
}, name: "Parentheses", parse: _a, structure: { children: [[]] } });
|
|
92810
92810
|
const Ca = { value: String };
|
|
92811
92811
|
function za() {
|
|
92812
|
-
return { type: "Percentage", loc: this.getLocation(this.tokenStart, this.tokenEnd), value: this.consumeNumber(
|
|
92812
|
+
return { type: "Percentage", loc: this.getLocation(this.tokenStart, this.tokenEnd), value: this.consumeNumber(j) };
|
|
92813
92813
|
}
|
|
92814
92814
|
var Aa = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92815
|
-
this.token(
|
|
92815
|
+
this.token(j, e3.value + "%");
|
|
92816
92816
|
}, name: "Percentage", parse: za, structure: Ca });
|
|
92817
92817
|
const Ta = { name: String, children: [["Raw"], null] };
|
|
92818
92818
|
function Oa() {
|
|
@@ -92832,9 +92832,9 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92832
92832
|
var Na = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92833
92833
|
this.token(U, ":"), this.token(U, ":"), null === e3.children ? this.token(C, e3.name) : (this.token(z, e3.name + "("), this.children(e3), this.token(Z, ")"));
|
|
92834
92834
|
}, name: "PseudoElementSelector", parse: Ra, structure: Ea, walkContext: "function" });
|
|
92835
|
-
function
|
|
92835
|
+
function Ia() {
|
|
92836
92836
|
switch (this.skipSC(), this.tokenType) {
|
|
92837
|
-
case
|
|
92837
|
+
case I:
|
|
92838
92838
|
return this.Number();
|
|
92839
92839
|
case z:
|
|
92840
92840
|
return this.Function(this.readSequence, this.scope.Value);
|
|
@@ -92842,26 +92842,26 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92842
92842
|
this.error("Number of function is expected");
|
|
92843
92843
|
}
|
|
92844
92844
|
}
|
|
92845
|
-
function
|
|
92846
|
-
const e3 = this.tokenStart, t3 =
|
|
92845
|
+
function ja() {
|
|
92846
|
+
const e3 = this.tokenStart, t3 = Ia.call(this);
|
|
92847
92847
|
let n3 = null;
|
|
92848
|
-
return this.skipSC(), this.isDelim(47) && (this.eatDelim(47), n3 =
|
|
92848
|
+
return this.skipSC(), this.isDelim(47) && (this.eatDelim(47), n3 = Ia.call(this)), { type: "Ratio", loc: this.getLocation(e3, this.tokenStart), left: t3, right: n3 };
|
|
92849
92849
|
}
|
|
92850
|
-
var
|
|
92851
|
-
this.node(e3.left), this.token(N, "/"), e3.right ? this.node(e3.right) : this.node(
|
|
92852
|
-
}, name: "Ratio", parse:
|
|
92853
|
-
function
|
|
92854
|
-
return this.tokenIndex > 0 && this.lookupType(-1) ===
|
|
92850
|
+
var Ba = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92851
|
+
this.node(e3.left), this.token(N, "/"), e3.right ? this.node(e3.right) : this.node(I, 1);
|
|
92852
|
+
}, name: "Ratio", parse: ja, structure: { left: ["Number", "Function"], right: ["Number", "Function", null] } });
|
|
92853
|
+
function Da() {
|
|
92854
|
+
return this.tokenIndex > 0 && this.lookupType(-1) === D ? this.tokenIndex > 1 ? this.getTokenStart(this.tokenIndex - 1) : this.firstCharOffset : this.tokenStart;
|
|
92855
92855
|
}
|
|
92856
|
-
const
|
|
92856
|
+
const Pa = { value: String };
|
|
92857
92857
|
function Fa(e3, t3) {
|
|
92858
92858
|
const n3 = this.getTokenStart(this.tokenIndex);
|
|
92859
92859
|
let r3;
|
|
92860
|
-
return this.skipUntilBalanced(this.tokenIndex, e3 || this.consumeUntilBalanceEnd), r3 = t3 && this.tokenStart > n3 ?
|
|
92860
|
+
return this.skipUntilBalanced(this.tokenIndex, e3 || this.consumeUntilBalanceEnd), r3 = t3 && this.tokenStart > n3 ? Da.call(this) : this.tokenStart, { type: "Raw", loc: this.getLocation(n3, r3), value: this.substring(n3, r3) };
|
|
92861
92861
|
}
|
|
92862
92862
|
var Ua = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
92863
92863
|
this.tokenize(e3.value);
|
|
92864
|
-
}, name: "Raw", parse: Fa, structure:
|
|
92864
|
+
}, name: "Raw", parse: Fa, structure: Pa });
|
|
92865
92865
|
function Ma() {
|
|
92866
92866
|
return this.Raw(this.consumeUntilLeftCurlyBracket, true);
|
|
92867
92867
|
}
|
|
@@ -92946,7 +92946,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92946
92946
|
let n3;
|
|
92947
92947
|
for (; !this.eof; ) {
|
|
92948
92948
|
switch (this.tokenType) {
|
|
92949
|
-
case
|
|
92949
|
+
case D:
|
|
92950
92950
|
this.next();
|
|
92951
92951
|
continue;
|
|
92952
92952
|
case G:
|
|
@@ -92956,7 +92956,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
92956
92956
|
}
|
|
92957
92957
|
n3 = this.Comment();
|
|
92958
92958
|
break;
|
|
92959
|
-
case
|
|
92959
|
+
case P:
|
|
92960
92960
|
n3 = this.CDO();
|
|
92961
92961
|
break;
|
|
92962
92962
|
case F:
|
|
@@ -93018,17 +93018,17 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93018
93018
|
function ws() {
|
|
93019
93019
|
let e3 = 0;
|
|
93020
93020
|
switch (this.tokenType) {
|
|
93021
|
-
case
|
|
93021
|
+
case I:
|
|
93022
93022
|
if (e3 = bs.call(this, 1, true), this.isDelim(gs)) {
|
|
93023
93023
|
ys.call(this, 6 - e3);
|
|
93024
93024
|
break;
|
|
93025
93025
|
}
|
|
93026
|
-
if (this.tokenType ===
|
|
93026
|
+
if (this.tokenType === B || this.tokenType === I) {
|
|
93027
93027
|
ks.call(this, fs), bs.call(this, 1, false);
|
|
93028
93028
|
break;
|
|
93029
93029
|
}
|
|
93030
93030
|
break;
|
|
93031
|
-
case
|
|
93031
|
+
case B:
|
|
93032
93032
|
e3 = bs.call(this, 1, true), e3 > 0 && ys.call(this, 6 - e3);
|
|
93033
93033
|
break;
|
|
93034
93034
|
default:
|
|
@@ -93109,12 +93109,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93109
93109
|
}, name: "Value", parse: As, structure: { children: [[]] } });
|
|
93110
93110
|
const Os = Object.freeze({ type: "WhiteSpace", loc: null, value: " " }), Ls = { value: String };
|
|
93111
93111
|
function Es() {
|
|
93112
|
-
return this.eat(
|
|
93112
|
+
return this.eat(D), Os;
|
|
93113
93113
|
}
|
|
93114
93114
|
var Rs = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
93115
|
-
this.token(
|
|
93116
|
-
}, name: "WhiteSpace", parse: Es, structure: Ls }), Ns = Object.freeze({ __proto__: null, AnPlusB: po, Atrule: yo, AtrulePrelude: wo, AttributeSelector: Eo, Block: Po, Brackets: Fo, CDC: Mo, CDO: Wo, ClassSelector: Zo, Combinator: Go, Comment: Qo, Condition: oi, Declaration: ki, DeclarationList: xi, Dimension: Ci, Feature: Ti, FeatureFunction: Ri, FeatureRange: Mi, Function: $i, GeneralEnclosed: Ki, Hash: Yi, IdSelector: na, Identifier: Ji, Layer: ia, LayerList: sa, MediaQuery: ua, MediaQueryList: da, NestingSelector: ma, Nth: ga, Number: ka, Operator: xa, Parentheses: Sa, Percentage: Aa, PseudoClassSelector: La, PseudoElementSelector: Na, Ratio: Da, Raw: Ua, Rule: $a, Scope: Za, Selector: Ha, SelectorList: Ya, String: rs, StyleSheet: as, SupportsDeclaration: ls, TypeSelector: ps, UnicodeRange: _s, Url: zs, Value: Ts, WhiteSpace: Rs }), js = { generic: true, cssWideKeywords: Qt, generic: true, cssWideKeywords: ["initial", "inherit", "unset", "revert", "revert-layer"], units: { angle: ["deg", "grad", "rad", "turn"], decibel: ["db"], flex: ["fr"], frequency: ["hz", "khz"], length: ["cm", "mm", "q", "in", "pt", "pc", "px", "em", "rem", "ex", "rex", "cap", "rcap", "ch", "rch", "ic", "ric", "lh", "rlh", "vw", "svw", "lvw", "dvw", "vh", "svh", "lvh", "dvh", "vi", "svi", "lvi", "dvi", "vb", "svb", "lvb", "dvb", "vmin", "svmin", "lvmin", "dvmin", "vmax", "svmax", "lvmax", "dvmax", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax"], resolution: ["dpi", "dpcm", "dppx", "x"], semitones: ["st"], time: ["s", "ms"] }, types: { "abs()": "abs( <calc-sum> )", "absolute-size": "xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large", "acos()": "acos( <calc-sum> )", "alpha-value": "<number>|<percentage>", "angle-percentage": "<angle>|<percentage>", "angular-color-hint": "<angle-percentage>", "angular-color-stop": "<color>&&<color-stop-angle>?", "angular-color-stop-list": "[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>", "animateable-feature": "scroll-position|contents|<custom-ident>", "asin()": "asin( <calc-sum> )", "atan()": "atan( <calc-sum> )", "atan2()": "atan2( <calc-sum> , <calc-sum> )", attachment: "scroll|fixed|local", "attr()": "attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )", "attr-matcher": "['~'|'|'|'^'|'$'|'*']? '='", "attr-modifier": "i|s", "attribute-selector": "'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'", "auto-repeat": "repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )", "auto-track-list": "[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?", axis: "block|inline|x|y", "baseline-position": "[first|last]? baseline", "basic-shape": "<inset()>|<xywh()>|<rect()>|<circle()>|<ellipse()>|<polygon()>|<path()>", "bg-image": "none|<image>", "bg-layer": "<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>", "bg-position": "[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]", "bg-size": "[<length-percentage>|auto]{1,2}|cover|contain", "blur()": "blur( <length> )", "blend-mode": "normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity", box: "border-box|padding-box|content-box", "brightness()": "brightness( <number-percentage> )", "calc()": "calc( <calc-sum> )", "calc-sum": "<calc-product> [['+'|'-'] <calc-product>]*", "calc-product": "<calc-value> ['*' <calc-value>|'/' <number>]*", "calc-value": "<number>|<dimension>|<percentage>|<calc-constant>|( <calc-sum> )", "calc-constant": "e|pi|infinity|-infinity|NaN", "cf-final-image": "<image>|<color>", "cf-mixing-image": "<percentage>?&&<image>", "circle()": "circle( [<shape-radius>]? [at <position>]? )", "clamp()": "clamp( <calc-sum>#{3} )", "class-selector": "'.' <ident-token>", "clip-source": "<url>", color: "<color-base>|currentColor|<system-color>|<device-cmyk()>|<light-dark()>|<-non-standard-color>", "color-stop": "<color-stop-length>|<color-stop-angle>", "color-stop-angle": "<angle-percentage>{1,2}", "color-stop-length": "<length-percentage>{1,2}", "color-stop-list": "[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>", "color-interpolation-method": "in [<rectangular-color-space>|<polar-color-space> <hue-interpolation-method>?|<custom-color-space>]", combinator: "'>'|'+'|'~'|['|' '|']", "common-lig-values": "[common-ligatures|no-common-ligatures]", "compat-auto": "searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button", "composite-style": "clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor", "compositing-operator": "add|subtract|intersect|exclude", "compound-selector": "[<type-selector>? <subclass-selector>*]!", "compound-selector-list": "<compound-selector>#", "complex-selector": "<complex-selector-unit> [<combinator>? <complex-selector-unit>]*", "complex-selector-list": "<complex-selector>#", "conic-gradient()": "conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )", "contextual-alt-values": "[contextual|no-contextual]", "content-distribution": "space-between|space-around|space-evenly|stretch", "content-list": "[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>|<attr()>]+", "content-position": "center|start|end|flex-start|flex-end", "content-replacement": "<image>", "contrast()": "contrast( [<number-percentage>] )", "cos()": "cos( <calc-sum> )", counter: "<counter()>|<counters()>", "counter()": "counter( <counter-name> , <counter-style>? )", "counter-name": "<custom-ident>", "counter-style": "<counter-style-name>|symbols( )", "counter-style-name": "<custom-ident>", "counters()": "counters( <counter-name> , <string> , <counter-style>? )", "cross-fade()": "cross-fade( <cf-mixing-image> , <cf-final-image>? )", "cubic-bezier-timing-function": "ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )", "deprecated-system-color": "ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText", "discretionary-lig-values": "[discretionary-ligatures|no-discretionary-ligatures]", "display-box": "contents|none", "display-inside": "flow|flow-root|table|flex|grid|ruby", "display-internal": "table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container", "display-legacy": "inline-block|inline-list-item|inline-table|inline-flex|inline-grid", "display-listitem": "<display-outside>?&&[flow|flow-root]?&&list-item", "display-outside": "block|inline|run-in", "drop-shadow()": "drop-shadow( <length>{2,3} <color>? )", "east-asian-variant-values": "[jis78|jis83|jis90|jis04|simplified|traditional]", "east-asian-width-values": "[full-width|proportional-width]", "element()": "element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )", "ellipse()": "ellipse( [<shape-radius>{2}]? [at <position>]? )", "ending-shape": "circle|ellipse", "env()": "env( <custom-ident> , <declaration-value>? )", "exp()": "exp( <calc-sum> )", "explicit-track-list": "[<line-names>? <track-size>]+ <line-names>?", "family-name": "<string>|<custom-ident>+", "feature-tag-value": "<string> [<integer>|on|off]?", "feature-type": "@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation", "feature-value-block": "<feature-type> '{' <feature-value-declaration-list> '}'", "feature-value-block-list": "<feature-value-block>+", "feature-value-declaration": "<custom-ident> : <integer>+ ;", "feature-value-declaration-list": "<feature-value-declaration>", "feature-value-name": "<custom-ident>", "fill-rule": "nonzero|evenodd", "filter-function": "<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>", "filter-function-list": "[<filter-function>|<url>]+", "final-bg-layer": "<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>", "fixed-breadth": "<length-percentage>", "fixed-repeat": "repeat( [<integer [1,\u221E]>] , [<line-names>? <fixed-size>]+ <line-names>? )", "fixed-size": "<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )", "font-stretch-absolute": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>", "font-variant-css21": "[normal|small-caps]", "font-weight-absolute": "normal|bold|<number [1,1000]>", "frequency-percentage": "<frequency>|<percentage>", "general-enclosed": "[<function-token> <any-value>? )]|[( <any-value>? )]", "generic-family": "<generic-script-specific>|<generic-complete>|<generic-incomplete>|<-non-standard-generic-family>", "generic-name": "serif|sans-serif|cursive|fantasy|monospace", "geometry-box": "<shape-box>|fill-box|stroke-box|view-box", gradient: "<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<repeating-conic-gradient()>|<-legacy-gradient>", "grayscale()": "grayscale( <number-percentage> )", "grid-line": "auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]", "historical-lig-values": "[historical-ligatures|no-historical-ligatures]", "hsl()": "hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )", "hsla()": "hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )", hue: "<number>|<angle>", "hue-rotate()": "hue-rotate( <angle> )", "hue-interpolation-method": "[shorter|longer|increasing|decreasing] hue", "hwb()": "hwb( [<hue>|none] [<percentage>|none] [<percentage>|none] [/ [<alpha-value>|none]]? )", "hypot()": "hypot( <calc-sum># )", image: "<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>", "image()": "image( <image-tags>? [<image-src>? , <color>?]! )", "image-set()": "image-set( <image-set-option># )", "image-set-option": "[<image>|<string>] [<resolution>||type( <string> )]", "image-src": "<url>|<string>", "image-tags": "ltr|rtl", "inflexible-breadth": "<length-percentage>|min-content|max-content|auto", "inset()": "inset( <length-percentage>{1,4} [round <'border-radius'>]? )", "invert()": "invert( <number-percentage> )", "keyframes-name": "<custom-ident>|<string>", "keyframe-block": "<keyframe-selector># { <declaration-list> }", "keyframe-block-list": "<keyframe-block>+", "keyframe-selector": "from|to|<percentage>|<timeline-range-name> <percentage>", "lab()": "lab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )", "layer()": "layer( <layer-name> )", "layer-name": "<ident> ['.' <ident>]*", "lch()": "lch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )", "leader()": "leader( <leader-type> )", "leader-type": "dotted|solid|space|<string>", "length-percentage": "<length>|<percentage>", "light-dark()": "light-dark( <color> , <color> )", "line-names": "'[' <custom-ident>* ']'", "line-name-list": "[<line-names>|<name-repeat>]+", "line-style": "none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset", "line-width": "<length>|thin|medium|thick", "linear-color-hint": "<length-percentage>", "linear-color-stop": "<color> <color-stop-length>?", "linear-gradient()": "linear-gradient( [[<angle>|to <side-or-corner>]||<color-interpolation-method>]? , <color-stop-list> )", "log()": "log( <calc-sum> , <calc-sum>? )", "mask-layer": "<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>", "mask-position": "[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?", "mask-reference": "none|<image>|<mask-source>", "mask-source": "<url>", "masking-mode": "alpha|luminance|match-source", "matrix()": "matrix( <number>#{6} )", "matrix3d()": "matrix3d( <number>#{16} )", "max()": "max( <calc-sum># )", "media-and": "<media-in-parens> [and <media-in-parens>]+", "media-condition": "<media-not>|<media-and>|<media-or>|<media-in-parens>", "media-condition-without-or": "<media-not>|<media-and>|<media-in-parens>", "media-feature": "( [<mf-plain>|<mf-boolean>|<mf-range>] )", "media-in-parens": "( <media-condition> )|<media-feature>|<general-enclosed>", "media-not": "not <media-in-parens>", "media-or": "<media-in-parens> [or <media-in-parens>]+", "media-query": "<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?", "media-query-list": "<media-query>#", "media-type": "<ident>", "mf-boolean": "<mf-name>", "mf-name": "<ident>", "mf-plain": "<mf-name> : <mf-value>", "mf-range": "<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>", "mf-value": "<number>|<dimension>|<ident>|<ratio>", "min()": "min( <calc-sum># )", "minmax()": "minmax( [<length-percentage>|min-content|max-content|auto] , [<length-percentage>|<flex>|min-content|max-content|auto] )", "mod()": "mod( <calc-sum> , <calc-sum> )", "name-repeat": "repeat( [<integer [1,\u221E]>|auto-fill] , <line-names>+ )", "named-color": "transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen", "namespace-prefix": "<ident>", "ns-prefix": "[<ident-token>|'*']? '|'", "number-percentage": "<number>|<percentage>", "numeric-figure-values": "[lining-nums|oldstyle-nums]", "numeric-fraction-values": "[diagonal-fractions|stacked-fractions]", "numeric-spacing-values": "[proportional-nums|tabular-nums]", nth: "<an-plus-b>|even|odd", "opacity()": "opacity( [<number-percentage>] )", "overflow-position": "unsafe|safe", "outline-radius": "<length>|<percentage>", "page-body": "<declaration>? [; <page-body>]?|<page-margin-box> <page-body>", "page-margin-box": "<page-margin-box-type> '{' <declaration-list> '}'", "page-margin-box-type": "@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom", "page-selector-list": "[<page-selector>#]?", "page-selector": "<pseudo-page>+|<ident> <pseudo-page>*", "page-size": "A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger", "path()": "path( [<fill-rule> ,]? <string> )", "paint()": "paint( <ident> , <declaration-value>? )", "perspective()": "perspective( [<length [0,\u221E]>|none] )", "polygon()": "polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )", "polar-color-space": "hsl|hwb|lch|oklch", position: "[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]", "pow()": "pow( <calc-sum> , <calc-sum> )", "pseudo-class-selector": "':' <ident-token>|':' <function-token> <any-value> ')'", "pseudo-element-selector": "':' <pseudo-class-selector>|<legacy-pseudo-element-selector>", "pseudo-page": ": [left|right|first|blank]", quote: "open-quote|close-quote|no-open-quote|no-close-quote", "radial-gradient()": "radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )", ratio: "<number [0,\u221E]> [/ <number [0,\u221E]>]?", "ray()": "ray( <angle>&&<ray-size>?&&contain?&&[at <position>]? )", "ray-size": "closest-side|closest-corner|farthest-side|farthest-corner|sides", "rectangular-color-space": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020|lab|oklab|xyz|xyz-d50|xyz-d65", "relative-selector": "<combinator>? <complex-selector>", "relative-selector-list": "<relative-selector>#", "relative-size": "larger|smaller", "rem()": "rem( <calc-sum> , <calc-sum> )", "repeat-style": "repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}", "repeating-conic-gradient()": "repeating-conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )", "repeating-linear-gradient()": "repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )", "repeating-radial-gradient()": "repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )", "reversed-counter-name": "reversed( <counter-name> )", "rgb()": "rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )", "rgba()": "rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )", "rotate()": "rotate( [<angle>|<zero>] )", "rotate3d()": "rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )", "rotateX()": "rotateX( [<angle>|<zero>] )", "rotateY()": "rotateY( [<angle>|<zero>] )", "rotateZ()": "rotateZ( [<angle>|<zero>] )", "round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum> )", "rounding-strategy": "nearest|up|down|to-zero", "saturate()": "saturate( <number-percentage> )", "scale()": "scale( [<number>|<percentage>]#{1,2} )", "scale3d()": "scale3d( [<number>|<percentage>]#{3} )", "scaleX()": "scaleX( [<number>|<percentage>] )", "scaleY()": "scaleY( [<number>|<percentage>] )", "scaleZ()": "scaleZ( [<number>|<percentage>] )", "scroll()": "scroll( [<axis>||<scroller>]? )", scroller: "root|nearest|self", "self-position": "center|start|end|self-start|self-end|flex-start|flex-end", "shape-radius": "<length-percentage>|closest-side|farthest-side", "sign()": "sign( <calc-sum> )", "skew()": "skew( [<angle>|<zero>] , [<angle>|<zero>]? )", "skewX()": "skewX( [<angle>|<zero>] )", "skewY()": "skewY( [<angle>|<zero>] )", "sepia()": "sepia( <number-percentage> )", shadow: "inset?&&<length>{2,4}&&<color>?", "shadow-t": "[<length>{2,3}&&<color>?]", shape: "rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )", "shape-box": "<box>|margin-box", "side-or-corner": "[left|right]||[top|bottom]", "sin()": "sin( <calc-sum> )", "single-animation": "<'animation-duration'>||<easing-function>||<'animation-delay'>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]||<single-animation-timeline>", "single-animation-direction": "normal|reverse|alternate|alternate-reverse", "single-animation-fill-mode": "none|forwards|backwards|both", "single-animation-iteration-count": "infinite|<number>", "single-animation-play-state": "running|paused", "single-animation-timeline": "auto|none|<dashed-ident>|<scroll()>|<view()>", "single-transition": "[none|<single-transition-property>]||<time>||<easing-function>||<time>||<transition-behavior-value>", "single-transition-property": "all|<custom-ident>", size: "closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}", "sqrt()": "sqrt( <calc-sum> )", "step-position": "jump-start|jump-end|jump-none|jump-both|start|end", "step-timing-function": "step-start|step-end|steps( <integer> [, <step-position>]? )", "subclass-selector": "<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>", "supports-condition": "not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*", "supports-in-parens": "( <supports-condition> )|<supports-feature>|<general-enclosed>", "supports-feature": "<supports-decl>|<supports-selector-fn>", "supports-decl": "( <declaration> )", "supports-selector-fn": "selector( <complex-selector> )", symbol: "<string>|<image>|<custom-ident>", "system-color": "AccentColor|AccentColorText|ActiveText|ButtonBorder|ButtonFace|ButtonText|Canvas|CanvasText|Field|FieldText|GrayText|Highlight|HighlightText|LinkText|Mark|MarkText|SelectedItem|SelectedItemText|VisitedText", "tan()": "tan( <calc-sum> )", target: "<target-counter()>|<target-counters()>|<target-text()>", "target-counter()": "target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )", "target-counters()": "target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )", "target-text()": "target-text( [<string>|<url>] , [content|before|after|first-letter]? )", "time-percentage": "<time>|<percentage>", "timeline-range-name": "cover|contain|entry|exit|entry-crossing|exit-crossing", "easing-function": "linear|<cubic-bezier-timing-function>|<step-timing-function>", "track-breadth": "<length-percentage>|<flex>|min-content|max-content|auto", "track-list": "[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?", "track-repeat": "repeat( [<integer [1,\u221E]>] , [<line-names>? <track-size>]+ <line-names>? )", "track-size": "<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( <length-percentage> )", "transform-function": "<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>", "transform-list": "<transform-function>+", "transition-behavior-value": "normal|allow-discrete", "translate()": "translate( <length-percentage> , <length-percentage>? )", "translate3d()": "translate3d( <length-percentage> , <length-percentage> , <length> )", "translateX()": "translateX( <length-percentage> )", "translateY()": "translateY( <length-percentage> )", "translateZ()": "translateZ( <length> )", "type-or-unit": "string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%", "type-selector": "<wq-name>|<ns-prefix>? '*'", "var()": "var( <custom-property-name> , <declaration-value>? )", "view()": "view( [<axis>||<'view-timeline-inset'>]? )", "viewport-length": "auto|<length-percentage>", "visual-box": "content-box|padding-box|border-box", "wq-name": "<ns-prefix>? <ident-token>", "-legacy-gradient": "<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>", "-legacy-linear-gradient": "-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )", "-legacy-repeating-linear-gradient": "-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )", "-legacy-linear-gradient-arguments": "[<angle>|<side-or-corner>]? , <color-stop-list>", "-legacy-radial-gradient": "-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )", "-legacy-repeating-radial-gradient": "-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )", "-legacy-radial-gradient-arguments": "[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>", "-legacy-radial-gradient-size": "closest-side|closest-corner|farthest-side|farthest-corner|contain|cover", "-legacy-radial-gradient-shape": "circle|ellipse", "-non-standard-font": "-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body", "-non-standard-color": "-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text", "-non-standard-image-rendering": "optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast", "-non-standard-overflow": "overlay|-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable", "-non-standard-size": "intrinsic|min-intrinsic|-webkit-fill-available|-webkit-fit-content|-webkit-min-content|-webkit-max-content|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content", "-webkit-gradient()": "-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )", "-webkit-gradient-color-stop": "from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )", "-webkit-gradient-point": "[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]", "-webkit-gradient-radius": "<length>|<percentage>", "-webkit-gradient-type": "linear|radial", "-webkit-mask-box-repeat": "repeat|stretch|round", "-ms-filter-function-list": "<-ms-filter-function>+", "-ms-filter-function": "<-ms-filter-function-progid>|<-ms-filter-function-legacy>", "-ms-filter-function-progid": "'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]", "-ms-filter-function-legacy": "<ident-token>|<function-token> <any-value>? )", "absolute-color-base": "<hex-color>|<absolute-color-function>|<named-color>|transparent", "absolute-color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>", age: "child|young|old", "anchor-name": "<dashed-ident>", "attr-name": "<wq-name>", "attr-fallback": "<any-value>", "bg-clip": "<box>|border|text", bottom: "<length>|auto", "container-name": "<custom-ident>", "container-condition": "not <query-in-parens>|<query-in-parens> [[and <query-in-parens>]*|[or <query-in-parens>]*]", "coord-box": "content-box|padding-box|border-box|fill-box|stroke-box|view-box", "generic-voice": "[<age>? <gender> <integer>?]", gender: "male|female|neutral", "generic-script-specific": "generic( kai )|generic( fangsong )|generic( nastaliq )", "generic-complete": "serif|sans-serif|system-ui|cursive|fantasy|math|monospace", "generic-incomplete": "ui-serif|ui-sans-serif|ui-monospace|ui-rounded", "-non-standard-generic-family": "-apple-system|BlinkMacSystemFont", left: "<length>|auto", "color-base": "<hex-color>|<color-function>|<named-color>|<color-mix()>|transparent", "color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>", "device-cmyk()": "<legacy-device-cmyk-syntax>|<modern-device-cmyk-syntax>", "legacy-device-cmyk-syntax": "device-cmyk( <number>#{4} )", "modern-device-cmyk-syntax": "device-cmyk( <cmyk-component>{4} [/ [<alpha-value>|none]]? )", "cmyk-component": "<number>|<percentage>|none", "color-mix()": "color-mix( <color-interpolation-method> , [<color>&&<percentage [0,100]>?]#{2} )", "color-space": "<rectangular-color-space>|<polar-color-space>|<custom-color-space>", "custom-color-space": "<dashed-ident>", paint: "none|<color>|<url> [none|<color>]?|context-fill|context-stroke", "palette-identifier": "<dashed-ident>", right: "<length>|auto", "scope-start": "<forgiving-selector-list>", "scope-end": "<forgiving-selector-list>", "forgiving-selector-list": "<complex-real-selector-list>", "forgiving-relative-selector-list": "<relative-real-selector-list>", "selector-list": "<complex-selector-list>", "complex-real-selector-list": "<complex-real-selector>#", "simple-selector-list": "<simple-selector>#", "relative-real-selector-list": "<relative-real-selector>#", "complex-selector-unit": "[<compound-selector>? <pseudo-compound-selector>*]!", "complex-real-selector": "<compound-selector> [<combinator>? <compound-selector>]*", "relative-real-selector": "<combinator>? <complex-real-selector>", "pseudo-compound-selector": "<pseudo-element-selector> <pseudo-class-selector>*", "simple-selector": "<type-selector>|<subclass-selector>", "legacy-pseudo-element-selector": "':' [before|after|first-line|first-letter]", "single-animation-composition": "replace|add|accumulate", "svg-length": "<percentage>|<length>|<number>", "svg-writing-mode": "lr-tb|rl-tb|tb-rl|lr|rl|tb", top: "<length>|auto", x: "<number>", y: "<number>", declaration: "<ident-token> : <declaration-value>? ['!' important]?", "declaration-list": "[<declaration>? ';']* <declaration>?", url: "url( <string> <url-modifier>* )|<url-token>", "url-modifier": "<ident>|<function-token> <any-value> )", "number-zero-one": "<number [0,1]>", "number-one-or-greater": "<number [1,\u221E]>", "color()": "color( <colorspace-params> [/ [<alpha-value>|none]]? )", "colorspace-params": "[<predefined-rgb-params>|<xyz-params>]", "predefined-rgb-params": "<predefined-rgb> [<number>|<percentage>|none]{3}", "predefined-rgb": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020", "xyz-params": "<xyz-space> [<number>|<percentage>|none]{3}", "xyz-space": "xyz|xyz-d50|xyz-d65", "oklab()": "oklab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )", "oklch()": "oklch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )", "offset-path": "<ray()>|<url>|<basic-shape>", "rect()": "rect( [<length-percentage>|auto]{4} [round <'border-radius'>]? )", "xywh()": "xywh( <length-percentage>{2} <length-percentage [0,\u221E]>{2} [round <'border-radius'>]? )", "query-in-parens": "( <container-condition> )|( <size-feature> )|style( <style-query> )|<general-enclosed>", "size-feature": "<mf-plain>|<mf-boolean>|<mf-range>", "style-feature": "<declaration>", "style-query": "<style-condition>|<style-feature>", "style-condition": "not <style-in-parens>|<style-in-parens> [[and <style-in-parens>]*|[or <style-in-parens>]*]", "style-in-parens": "( <style-condition> )|( <style-feature> )|<general-enclosed>", "-non-standard-display": "-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box", "inset-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]", "position-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|center|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|center|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]", "anchor()": "anchor( <anchor-element>?&&<anchor-side> , <length-percentage>? )", "anchor-side": "inside|outside|top|left|right|bottom|start|end|self-start|self-end|<percentage>|center", "anchor-size()": "anchor-size( [<anchor-element>||<anchor-size>]? , <length-percentage>? )", "anchor-size": "width|height|block|inline|self-block|self-inline", "anchor-element": "<dashed-ident>", "try-size": "most-width|most-height|most-block-size|most-inline-size", "try-tactic": "flip-block||flip-inline||flip-start", "font-variant-css2": "normal|small-caps", "font-width-css3": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded", "system-family-name": "caption|icon|menu|message-box|small-caption|status-bar" }, properties: { "--*": "<declaration-value>", "-ms-accelerator": "false|true", "-ms-block-progression": "tb|rl|bt|lr", "-ms-content-zoom-chaining": "none|chained", "-ms-content-zooming": "none|zoom", "-ms-content-zoom-limit": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>", "-ms-content-zoom-limit-max": "<percentage>", "-ms-content-zoom-limit-min": "<percentage>", "-ms-content-zoom-snap": "<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>", "-ms-content-zoom-snap-points": "snapInterval( <percentage> , <percentage> )|snapList( <percentage># )", "-ms-content-zoom-snap-type": "none|proximity|mandatory", "-ms-filter": "<string>", "-ms-flow-from": "[none|<custom-ident>]#", "-ms-flow-into": "[none|<custom-ident>]#", "-ms-grid-columns": "none|<track-list>|<auto-track-list>", "-ms-grid-rows": "none|<track-list>|<auto-track-list>", "-ms-high-contrast-adjust": "auto|none", "-ms-hyphenate-limit-chars": "auto|<integer>{1,3}", "-ms-hyphenate-limit-lines": "no-limit|<integer>", "-ms-hyphenate-limit-zone": "<percentage>|<length>", "-ms-ime-align": "auto|after", "-ms-overflow-style": "auto|none|scrollbar|-ms-autohiding-scrollbar", "-ms-scrollbar-3dlight-color": "<color>", "-ms-scrollbar-arrow-color": "<color>", "-ms-scrollbar-base-color": "<color>", "-ms-scrollbar-darkshadow-color": "<color>", "-ms-scrollbar-face-color": "<color>", "-ms-scrollbar-highlight-color": "<color>", "-ms-scrollbar-shadow-color": "<color>", "-ms-scrollbar-track-color": "<color>", "-ms-scroll-chaining": "chained|none", "-ms-scroll-limit": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>", "-ms-scroll-limit-x-max": "auto|<length>", "-ms-scroll-limit-x-min": "<length>", "-ms-scroll-limit-y-max": "auto|<length>", "-ms-scroll-limit-y-min": "<length>", "-ms-scroll-rails": "none|railed", "-ms-scroll-snap-points-x": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )", "-ms-scroll-snap-points-y": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )", "-ms-scroll-snap-type": "none|proximity|mandatory", "-ms-scroll-snap-x": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>", "-ms-scroll-snap-y": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>", "-ms-scroll-translation": "none|vertical-to-horizontal", "-ms-text-autospace": "none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space", "-ms-touch-select": "grippers|none", "-ms-user-select": "none|element|text", "-ms-wrap-flow": "auto|both|start|end|maximum|clear", "-ms-wrap-margin": "<length>", "-ms-wrap-through": "wrap|none", "-moz-appearance": "none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized", "-moz-binding": "<url>|none", "-moz-border-bottom-colors": "<color>+|none", "-moz-border-left-colors": "<color>+|none", "-moz-border-right-colors": "<color>+|none", "-moz-border-top-colors": "<color>+|none", "-moz-context-properties": "none|[fill|fill-opacity|stroke|stroke-opacity]#", "-moz-float-edge": "border-box|content-box|margin-box|padding-box", "-moz-force-broken-image-icon": "0|1", "-moz-image-region": "<shape>|auto", "-moz-orient": "inline|block|horizontal|vertical", "-moz-outline-radius": "<outline-radius>{1,4} [/ <outline-radius>{1,4}]?", "-moz-outline-radius-bottomleft": "<outline-radius>", "-moz-outline-radius-bottomright": "<outline-radius>", "-moz-outline-radius-topleft": "<outline-radius>", "-moz-outline-radius-topright": "<outline-radius>", "-moz-stack-sizing": "ignore|stretch-to-fit", "-moz-text-blink": "none|blink", "-moz-user-focus": "ignore|normal|select-after|select-before|select-menu|select-same|select-all|none", "-moz-user-input": "auto|none|enabled|disabled", "-moz-user-modify": "read-only|read-write|write-only", "-moz-window-dragging": "drag|no-drag", "-moz-window-shadow": "default|menu|tooltip|sheet|none", "-webkit-appearance": "none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button", "-webkit-border-before": "<'border-width'>||<'border-style'>||<color>", "-webkit-border-before-color": "<color>", "-webkit-border-before-style": "<'border-style'>", "-webkit-border-before-width": "<'border-width'>", "-webkit-box-reflect": "[above|below|right|left]? <length>? <image>?", "-webkit-line-clamp": "none|<integer>", "-webkit-mask": "[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#", "-webkit-mask-attachment": "<attachment>#", "-webkit-mask-clip": "[<box>|border|padding|content|text]#", "-webkit-mask-composite": "<composite-style>#", "-webkit-mask-image": "<mask-reference>#", "-webkit-mask-origin": "[<box>|border|padding|content]#", "-webkit-mask-position": "<position>#", "-webkit-mask-position-x": "[<length-percentage>|left|center|right]#", "-webkit-mask-position-y": "[<length-percentage>|top|center|bottom]#", "-webkit-mask-repeat": "<repeat-style>#", "-webkit-mask-repeat-x": "repeat|no-repeat|space|round", "-webkit-mask-repeat-y": "repeat|no-repeat|space|round", "-webkit-mask-size": "<bg-size>#", "-webkit-overflow-scrolling": "auto|touch", "-webkit-tap-highlight-color": "<color>", "-webkit-text-fill-color": "<color>", "-webkit-text-stroke": "<length>||<color>", "-webkit-text-stroke-color": "<color>", "-webkit-text-stroke-width": "<length>", "-webkit-touch-callout": "default|none", "-webkit-user-modify": "read-only|read-write|read-write-plaintext-only", "accent-color": "auto|<color>", "align-content": "normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>", "align-items": "normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]", "align-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>", "align-tracks": "[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#", all: "initial|inherit|unset|revert|revert-layer", "anchor-name": "none|<dashed-ident>#", "anchor-scope": "none|all|<dashed-ident>#", animation: "<single-animation>#", "animation-composition": "<single-animation-composition>#", "animation-delay": "<time>#", "animation-direction": "<single-animation-direction>#", "animation-duration": "<time>#", "animation-fill-mode": "<single-animation-fill-mode>#", "animation-iteration-count": "<single-animation-iteration-count>#", "animation-name": "[none|<keyframes-name>]#", "animation-play-state": "<single-animation-play-state>#", "animation-range": "[<'animation-range-start'> <'animation-range-end'>?]#", "animation-range-end": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#", "animation-range-start": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#", "animation-timing-function": "<easing-function>#", "animation-timeline": "<single-animation-timeline>#", appearance: "none|auto|textfield|menulist-button|<compat-auto>", "aspect-ratio": "auto||<ratio>", azimuth: "<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards", "backdrop-filter": "none|<filter-function-list>", "backface-visibility": "visible|hidden", background: "[<bg-layer> ,]* <final-bg-layer>", "background-attachment": "<attachment>#", "background-blend-mode": "<blend-mode>#", "background-clip": "<bg-clip>#", "background-color": "<color>", "background-image": "<bg-image>#", "background-origin": "<box>#", "background-position": "<bg-position>#", "background-position-x": "[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#", "background-position-y": "[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#", "background-repeat": "<repeat-style>#", "background-size": "<bg-size>#", "block-size": "<'width'>", border: "<line-width>||<line-style>||<color>", "border-block": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-color": "<'border-top-color'>{1,2}", "border-block-style": "<'border-top-style'>", "border-block-width": "<'border-top-width'>", "border-block-end": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-end-color": "<'border-top-color'>", "border-block-end-style": "<'border-top-style'>", "border-block-end-width": "<'border-top-width'>", "border-block-start": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-start-color": "<'border-top-color'>", "border-block-start-style": "<'border-top-style'>", "border-block-start-width": "<'border-top-width'>", "border-bottom": "<line-width>||<line-style>||<color>", "border-bottom-color": "<'border-top-color'>", "border-bottom-left-radius": "<length-percentage>{1,2}", "border-bottom-right-radius": "<length-percentage>{1,2}", "border-bottom-style": "<line-style>", "border-bottom-width": "<line-width>", "border-collapse": "collapse|separate", "border-color": "<color>{1,4}", "border-end-end-radius": "<length-percentage>{1,2}", "border-end-start-radius": "<length-percentage>{1,2}", "border-image": "<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>", "border-image-outset": "[<length>|<number>]{1,4}", "border-image-repeat": "[stretch|repeat|round|space]{1,2}", "border-image-slice": "<number-percentage>{1,4}&&fill?", "border-image-source": "none|<image>", "border-image-width": "[<length-percentage>|<number>|auto]{1,4}", "border-inline": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-end": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-color": "<'border-top-color'>{1,2}", "border-inline-style": "<'border-top-style'>", "border-inline-width": "<'border-top-width'>", "border-inline-end-color": "<'border-top-color'>", "border-inline-end-style": "<'border-top-style'>", "border-inline-end-width": "<'border-top-width'>", "border-inline-start": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-start-color": "<'border-top-color'>", "border-inline-start-style": "<'border-top-style'>", "border-inline-start-width": "<'border-top-width'>", "border-left": "<line-width>||<line-style>||<color>", "border-left-color": "<color>", "border-left-style": "<line-style>", "border-left-width": "<line-width>", "border-radius": "<length-percentage>{1,4} [/ <length-percentage>{1,4}]?", "border-right": "<line-width>||<line-style>||<color>", "border-right-color": "<color>", "border-right-style": "<line-style>", "border-right-width": "<line-width>", "border-spacing": "<length> <length>?", "border-start-end-radius": "<length-percentage>{1,2}", "border-start-start-radius": "<length-percentage>{1,2}", "border-style": "<line-style>{1,4}", "border-top": "<line-width>||<line-style>||<color>", "border-top-color": "<color>", "border-top-left-radius": "<length-percentage>{1,2}", "border-top-right-radius": "<length-percentage>{1,2}", "border-top-style": "<line-style>", "border-top-width": "<line-width>", "border-width": "<line-width>{1,4}", bottom: "<length>|<percentage>|auto", "box-align": "start|center|end|baseline|stretch", "box-decoration-break": "slice|clone", "box-direction": "normal|reverse|inherit", "box-flex": "<number>", "box-flex-group": "<integer>", "box-lines": "single|multiple", "box-ordinal-group": "<integer>", "box-orient": "horizontal|vertical|inline-axis|block-axis|inherit", "box-pack": "start|center|end|justify", "box-shadow": "none|<shadow>#", "box-sizing": "content-box|border-box", "break-after": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region", "break-before": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region", "break-inside": "auto|avoid|avoid-page|avoid-column|avoid-region", "caption-side": "top|bottom|block-start|block-end|inline-start|inline-end", caret: "<'caret-color'>||<'caret-shape'>", "caret-color": "auto|<color>", "caret-shape": "auto|bar|block|underscore", clear: "none|left|right|both|inline-start|inline-end", clip: "<shape>|auto", "clip-path": "<clip-source>|[<basic-shape>||<geometry-box>]|none", "clip-rule": "nonzero|evenodd", color: "<color>", "color-interpolation-filters": "auto|sRGB|linearRGB", "color-scheme": "normal|[light|dark|<custom-ident>]+&&only?", "column-count": "<integer>|auto", "column-fill": "auto|balance", "column-gap": "normal|<length-percentage>", "column-rule": "<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>", "column-rule-color": "<color>", "column-rule-style": "<'border-style'>", "column-rule-width": "<'border-width'>", "column-span": "none|all", "column-width": "<length>|auto", columns: "<'column-width'>||<'column-count'>", contain: "none|strict|content|[[size||inline-size]||layout||style||paint]", "contain-intrinsic-size": "[auto? [none|<length>]]{1,2}", "contain-intrinsic-block-size": "auto? [none|<length>]", "contain-intrinsic-height": "auto? [none|<length>]", "contain-intrinsic-inline-size": "auto? [none|<length>]", "contain-intrinsic-width": "auto? [none|<length>]", container: "<'container-name'> [/ <'container-type'>]?", "container-name": "none|<custom-ident>+", "container-type": "normal||[size|inline-size]", content: "normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?", "content-visibility": "visible|auto|hidden", "counter-increment": "[<counter-name> <integer>?]+|none", "counter-reset": "[<counter-name> <integer>?|<reversed-counter-name> <integer>?]+|none", "counter-set": "[<counter-name> <integer>?]+|none", cursor: "[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]", d: "none|path( <string> )", cx: "<length>|<percentage>", cy: "<length>|<percentage>", direction: "ltr|rtl", display: "[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>", "dominant-baseline": "auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge", "empty-cells": "show|hide", "field-sizing": "content|fixed", fill: "<paint>", "fill-opacity": "<number-zero-one>", "fill-rule": "nonzero|evenodd", filter: "none|<filter-function-list>|<-ms-filter-function-list>", flex: "none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]", "flex-basis": "content|<'width'>", "flex-direction": "row|row-reverse|column|column-reverse", "flex-flow": "<'flex-direction'>||<'flex-wrap'>", "flex-grow": "<number>", "flex-shrink": "<number>", "flex-wrap": "nowrap|wrap|wrap-reverse", float: "left|right|none|inline-start|inline-end", font: "[[<'font-style'>||<font-variant-css2>||<'font-weight'>||<font-width-css3>]? <'font-size'> [/ <'line-height'>]? <'font-family'>#]|<system-family-name>|<-non-standard-font>", "font-family": "[<family-name>|<generic-family>]#", "font-feature-settings": "normal|<feature-tag-value>#", "font-kerning": "auto|normal|none", "font-language-override": "normal|<string>", "font-optical-sizing": "auto|none", "font-palette": "normal|light|dark|<palette-identifier>", "font-variation-settings": "normal|[<string> <number>]#", "font-size": "<absolute-size>|<relative-size>|<length-percentage>", "font-size-adjust": "none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]", "font-smooth": "auto|never|always|<absolute-size>|<length>", "font-stretch": "<font-stretch-absolute>", "font-style": "normal|italic|oblique <angle>?", "font-synthesis": "none|[weight||style||small-caps||position]", "font-synthesis-position": "auto|none", "font-synthesis-small-caps": "auto|none", "font-synthesis-style": "auto|none", "font-synthesis-weight": "auto|none", "font-variant": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]", "font-variant-alternates": "normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]", "font-variant-caps": "normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps", "font-variant-east-asian": "normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]", "font-variant-emoji": "normal|text|emoji|unicode", "font-variant-ligatures": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]", "font-variant-numeric": "normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]", "font-variant-position": "normal|sub|super", "font-weight": "<font-weight-absolute>|bolder|lighter", "forced-color-adjust": "auto|none|preserve-parent-color", gap: "<'row-gap'> <'column-gap'>?", grid: "<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>", "grid-area": "<grid-line> [/ <grid-line>]{0,3}", "grid-auto-columns": "<track-size>+", "grid-auto-flow": "[row|column]||dense", "grid-auto-rows": "<track-size>+", "grid-column": "<grid-line> [/ <grid-line>]?", "grid-column-end": "<grid-line>", "grid-column-gap": "<length-percentage>", "grid-column-start": "<grid-line>", "grid-gap": "<'grid-row-gap'> <'grid-column-gap'>?", "grid-row": "<grid-line> [/ <grid-line>]?", "grid-row-end": "<grid-line>", "grid-row-gap": "<length-percentage>", "grid-row-start": "<grid-line>", "grid-template": "none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?", "grid-template-areas": "none|<string>+", "grid-template-columns": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?", "grid-template-rows": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?", "hanging-punctuation": "none|[first||[force-end|allow-end]||last]", height: "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "hyphenate-character": "auto|<string>", "hyphenate-limit-chars": "[auto|<integer>]{1,3}", hyphens: "none|manual|auto", "image-orientation": "from-image|<angle>|[<angle>? flip]", "image-rendering": "auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>", "image-resolution": "[from-image||<resolution>]&&snap?", "ime-mode": "auto|normal|active|inactive|disabled", "initial-letter": "normal|[<number> <integer>?]", "initial-letter-align": "[auto|alphabetic|hanging|ideographic]", "inline-size": "<'width'>", "input-security": "auto|none", inset: "<'top'>{1,4}", "inset-block": "<'top'>{1,2}", "inset-block-end": "<'top'>", "inset-block-start": "<'top'>", "inset-inline": "<'top'>{1,2}", "inset-inline-end": "<'top'>", "inset-inline-start": "<'top'>", "interpolate-size": "numeric-only|allow-keywords", isolation: "auto|isolate", "justify-content": "normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]", "justify-items": "normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]", "justify-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]", "justify-tracks": "[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#", left: "<length>|<percentage>|auto", "letter-spacing": "normal|<length-percentage>", "line-break": "auto|loose|normal|strict|anywhere", "line-clamp": "none|<integer>", "line-height": "normal|<number>|<length>|<percentage>", "line-height-step": "<length>", "list-style": "<'list-style-type'>||<'list-style-position'>||<'list-style-image'>", "list-style-image": "<image>|none", "list-style-position": "inside|outside", "list-style-type": "<counter-style>|<string>|none", margin: "[<length>|<percentage>|auto]{1,4}", "margin-block": "<'margin-left'>{1,2}", "margin-block-end": "<'margin-left'>", "margin-block-start": "<'margin-left'>", "margin-bottom": "<length>|<percentage>|auto", "margin-inline": "<'margin-left'>{1,2}", "margin-inline-end": "<'margin-left'>", "margin-inline-start": "<'margin-left'>", "margin-left": "<length>|<percentage>|auto", "margin-right": "<length>|<percentage>|auto", "margin-top": "<length>|<percentage>|auto", "margin-trim": "none|in-flow|all", marker: "none|<url>", "marker-end": "none|<url>", "marker-mid": "none|<url>", "marker-start": "none|<url>", mask: "<mask-layer>#", "mask-border": "<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>", "mask-border-mode": "luminance|alpha", "mask-border-outset": "[<length>|<number>]{1,4}", "mask-border-repeat": "[stretch|repeat|round|space]{1,2}", "mask-border-slice": "<number-percentage>{1,4} fill?", "mask-border-source": "none|<image>", "mask-border-width": "[<length-percentage>|<number>|auto]{1,4}", "mask-clip": "[<geometry-box>|no-clip]#", "mask-composite": "<compositing-operator>#", "mask-image": "<mask-reference>#", "mask-mode": "<masking-mode>#", "mask-origin": "<geometry-box>#", "mask-position": "<position>#", "mask-repeat": "<repeat-style>#", "mask-size": "<bg-size>#", "mask-type": "luminance|alpha", "masonry-auto-flow": "[pack|next]||[definite-first|ordered]", "math-depth": "auto-add|add( <integer> )|<integer>", "math-shift": "normal|compact", "math-style": "normal|compact", "max-block-size": "<'max-width'>", "max-height": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "max-inline-size": "<'max-width'>", "max-lines": "none|<integer>", "max-width": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "min-block-size": "<'min-width'>", "min-height": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "min-inline-size": "<'min-width'>", "min-width": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "mix-blend-mode": "<blend-mode>|plus-lighter", "object-fit": "fill|contain|cover|none|scale-down", "object-position": "<position>", offset: "[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?", "offset-anchor": "auto|<position>", "offset-distance": "<length-percentage>", "offset-path": "none|<offset-path>||<coord-box>", "offset-position": "normal|auto|<position>", "offset-rotate": "[auto|reverse]||<angle>", opacity: "<alpha-value>", order: "<integer>", orphans: "<integer>", outline: "[<'outline-width'>||<'outline-style'>||<'outline-color'>]", "outline-color": "auto|<color>", "outline-offset": "<length>", "outline-style": "auto|<'border-style'>", "outline-width": "<line-width>", overflow: "[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>", "overflow-anchor": "auto|none", "overflow-block": "visible|hidden|clip|scroll|auto", "overflow-clip-box": "padding-box|content-box", "overflow-clip-margin": "<visual-box>||<length [0,\u221E]>", "overflow-inline": "visible|hidden|clip|scroll|auto", "overflow-wrap": "normal|break-word|anywhere", "overflow-x": "visible|hidden|clip|scroll|auto", "overflow-y": "visible|hidden|clip|scroll|auto", overlay: "none|auto", "overscroll-behavior": "[contain|none|auto]{1,2}", "overscroll-behavior-block": "contain|none|auto", "overscroll-behavior-inline": "contain|none|auto", "overscroll-behavior-x": "contain|none|auto", "overscroll-behavior-y": "contain|none|auto", padding: "[<length>|<percentage>]{1,4}", "padding-block": "<'padding-left'>{1,2}", "padding-block-end": "<'padding-left'>", "padding-block-start": "<'padding-left'>", "padding-bottom": "<length>|<percentage>", "padding-inline": "<'padding-left'>{1,2}", "padding-inline-end": "<'padding-left'>", "padding-inline-start": "<'padding-left'>", "padding-left": "<length>|<percentage>", "padding-right": "<length>|<percentage>", "padding-top": "<length>|<percentage>", page: "auto|<custom-ident>", "page-break-after": "auto|always|avoid|left|right|recto|verso", "page-break-before": "auto|always|avoid|left|right|recto|verso", "page-break-inside": "auto|avoid", "paint-order": "normal|[fill||stroke||markers]", perspective: "none|<length>", "perspective-origin": "<position>", "place-content": "<'align-content'> <'justify-content'>?", "place-items": "<'align-items'> <'justify-items'>?", "place-self": "<'align-self'> <'justify-self'>?", "pointer-events": "auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit", position: "static|relative|absolute|sticky|fixed|-webkit-sticky", "position-anchor": "auto|<anchor-name>", "position-area": "none|<position-area>", "position-try": "<'position-try-order'>? <'position-try-fallbacks'>", "position-try-fallbacks": "none|[[<dashed-ident>||<try-tactic>]|<'position-area'>]#", "position-try-order": "normal|<try-size>", "position-visibility": "always|[anchors-valid||anchors-visible||no-overflow]", "print-color-adjust": "economy|exact", quotes: "none|auto|[<string> <string>]+", r: "<length>|<percentage>", resize: "none|both|horizontal|vertical|block|inline", right: "<length>|<percentage>|auto", rotate: "none|<angle>|[x|y|z|<number>{3}]&&<angle>", "row-gap": "normal|<length-percentage>", "ruby-align": "start|center|space-between|space-around", "ruby-merge": "separate|collapse|auto", "ruby-position": "[alternate||[over|under]]|inter-character", rx: "<length>|<percentage>", ry: "<length>|<percentage>", scale: "none|[<number>|<percentage>]{1,3}", "scrollbar-color": "auto|<color>{2}", "scrollbar-gutter": "auto|stable&&both-edges?", "scrollbar-width": "auto|thin|none", "scroll-behavior": "auto|smooth", "scroll-margin": "<length>{1,4}", "scroll-margin-block": "<length>{1,2}", "scroll-margin-block-start": "<length>", "scroll-margin-block-end": "<length>", "scroll-margin-bottom": "<length>", "scroll-margin-inline": "<length>{1,2}", "scroll-margin-inline-start": "<length>", "scroll-margin-inline-end": "<length>", "scroll-margin-left": "<length>", "scroll-margin-right": "<length>", "scroll-margin-top": "<length>", "scroll-padding": "[auto|<length-percentage>]{1,4}", "scroll-padding-block": "[auto|<length-percentage>]{1,2}", "scroll-padding-block-start": "auto|<length-percentage>", "scroll-padding-block-end": "auto|<length-percentage>", "scroll-padding-bottom": "auto|<length-percentage>", "scroll-padding-inline": "[auto|<length-percentage>]{1,2}", "scroll-padding-inline-start": "auto|<length-percentage>", "scroll-padding-inline-end": "auto|<length-percentage>", "scroll-padding-left": "auto|<length-percentage>", "scroll-padding-right": "auto|<length-percentage>", "scroll-padding-top": "auto|<length-percentage>", "scroll-snap-align": "[none|start|end|center]{1,2}", "scroll-snap-coordinate": "none|<position>#", "scroll-snap-destination": "<position>", "scroll-snap-points-x": "none|repeat( <length-percentage> )", "scroll-snap-points-y": "none|repeat( <length-percentage> )", "scroll-snap-stop": "normal|always", "scroll-snap-type": "none|[x|y|block|inline|both] [mandatory|proximity]?", "scroll-snap-type-x": "none|mandatory|proximity", "scroll-snap-type-y": "none|mandatory|proximity", "scroll-timeline": "[<'scroll-timeline-name'>||<'scroll-timeline-axis'>]#", "scroll-timeline-axis": "[block|inline|x|y]#", "scroll-timeline-name": "[none|<dashed-ident>]#", "shape-image-threshold": "<alpha-value>", "shape-margin": "<length-percentage>", "shape-outside": "none|[<shape-box>||<basic-shape>]|<image>", "shape-rendering": "auto|optimizeSpeed|crispEdges|geometricPrecision", stroke: "<paint>", "stroke-dasharray": "none|[<svg-length>+]#", "stroke-dashoffset": "<svg-length>", "stroke-linecap": "butt|round|square", "stroke-linejoin": "miter|round|bevel", "stroke-miterlimit": "<number-one-or-greater>", "stroke-opacity": "<'opacity'>", "stroke-width": "<svg-length>", "tab-size": "<integer>|<length>", "table-layout": "auto|fixed", "text-align": "start|end|left|right|center|justify|match-parent", "text-align-last": "auto|start|end|left|right|center|justify", "text-anchor": "start|middle|end", "text-combine-upright": "none|all|[digits <integer>?]", "text-decoration": "<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>", "text-decoration-color": "<color>", "text-decoration-line": "none|[underline||overline||line-through||blink]|spelling-error|grammar-error", "text-decoration-skip": "none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]", "text-decoration-skip-ink": "auto|all|none", "text-decoration-style": "solid|double|dotted|dashed|wavy", "text-decoration-thickness": "auto|from-font|<length>|<percentage>", "text-emphasis": "<'text-emphasis-style'>||<'text-emphasis-color'>", "text-emphasis-color": "<color>", "text-emphasis-position": "auto|[over|under]&&[right|left]?", "text-emphasis-style": "none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>", "text-indent": "<length-percentage>&&hanging?&&each-line?", "text-justify": "auto|inter-character|inter-word|none", "text-orientation": "mixed|upright|sideways", "text-overflow": "[clip|ellipsis|<string>]{1,2}", "text-rendering": "auto|optimizeSpeed|optimizeLegibility|geometricPrecision", "text-shadow": "none|<shadow-t>#", "text-size-adjust": "none|auto|<percentage>", "text-spacing-trim": "space-all|normal|space-first|trim-start|trim-both|trim-all|auto", "text-transform": "none|capitalize|uppercase|lowercase|full-width|full-size-kana", "text-underline-offset": "auto|<length>|<percentage>", "text-underline-position": "auto|from-font|[under||[left|right]]", "text-wrap": "<'text-wrap-mode'>||<'text-wrap-style'>", "text-wrap-mode": "auto|wrap|nowrap", "text-wrap-style": "auto|balance|stable|pretty", "timeline-scope": "none|<dashed-ident>#", top: "<length>|<percentage>|auto", "touch-action": "auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation", transform: "none|<transform-list>", "transform-box": "content-box|border-box|fill-box|stroke-box|view-box", "transform-origin": "[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?", "transform-style": "flat|preserve-3d", transition: "<single-transition>#", "transition-behavior": "<transition-behavior-value>#", "transition-delay": "<time>#", "transition-duration": "<time>#", "transition-property": "none|<single-transition-property>#", "transition-timing-function": "<easing-function>#", translate: "none|<length-percentage> [<length-percentage> <length>?]?", "unicode-bidi": "normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext", "user-select": "auto|text|none|contain|all", "vector-effect": "none|non-scaling-stroke|non-scaling-size|non-rotation|fixed-position", "vertical-align": "baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>", "view-timeline": "[<'view-timeline-name'> <'view-timeline-axis'>?]#", "view-timeline-axis": "[block|inline|x|y]#", "view-timeline-inset": "[[auto|<length-percentage>]{1,2}]#", "view-timeline-name": "none|<dashed-ident>#", "view-transition-name": "none|<custom-ident>", visibility: "visible|hidden|collapse", "white-space": "normal|pre|nowrap|pre-wrap|pre-line|break-spaces|[<'white-space-collapse'>||<'text-wrap'>||<'white-space-trim'>]", "white-space-collapse": "collapse|discard|preserve|preserve-breaks|preserve-spaces|break-spaces", widows: "<integer>", width: "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "will-change": "auto|<animateable-feature>#", "word-break": "normal|break-all|keep-all|break-word|auto-phrase", "word-spacing": "normal|<length>", "word-wrap": "normal|break-word", "writing-mode": "horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>", x: "<length>|<percentage>", y: "<length>|<percentage>", "z-index": "auto|<integer>", zoom: "normal|reset|<number>|<percentage>", "-moz-background-clip": "padding|border", "-moz-border-radius-bottomleft": "<'border-bottom-left-radius'>", "-moz-border-radius-bottomright": "<'border-bottom-right-radius'>", "-moz-border-radius-topleft": "<'border-top-left-radius'>", "-moz-border-radius-topright": "<'border-bottom-right-radius'>", "-moz-control-character-visibility": "visible|hidden", "-moz-osx-font-smoothing": "auto|grayscale", "-moz-user-select": "none|text|all|-moz-none", "-ms-flex-align": "start|end|center|baseline|stretch", "-ms-flex-item-align": "auto|start|end|center|baseline|stretch", "-ms-flex-line-pack": "start|end|center|justify|distribute|stretch", "-ms-flex-negative": "<'flex-shrink'>", "-ms-flex-pack": "start|end|center|justify|distribute", "-ms-flex-order": "<integer>", "-ms-flex-positive": "<'flex-grow'>", "-ms-flex-preferred-size": "<'flex-basis'>", "-ms-interpolation-mode": "nearest-neighbor|bicubic", "-ms-grid-column-align": "start|end|center|stretch", "-ms-grid-row-align": "start|end|center|stretch", "-ms-hyphenate-limit-last": "none|always|column|page|spread", "-webkit-background-clip": "[<box>|border|padding|content|text]#", "-webkit-column-break-after": "always|auto|avoid", "-webkit-column-break-before": "always|auto|avoid", "-webkit-column-break-inside": "always|auto|avoid", "-webkit-font-smoothing": "auto|none|antialiased|subpixel-antialiased", "-webkit-mask-box-image": "[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?", "-webkit-print-color-adjust": "economy|exact", "-webkit-text-security": "none|circle|disc|square", "-webkit-user-drag": "none|element|auto", "-webkit-user-select": "auto|none|text|all", "alignment-baseline": "auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical", "baseline-shift": "baseline|sub|super|<svg-length>", behavior: "<url>+", cue: "<'cue-before'> <'cue-after'>?", "cue-after": "<url> <decibel>?|none", "cue-before": "<url> <decibel>?|none", "glyph-orientation-horizontal": "<angle>", "glyph-orientation-vertical": "<angle>", kerning: "auto|<svg-length>", pause: "<'pause-before'> <'pause-after'>?", "pause-after": "<time>|none|x-weak|weak|medium|strong|x-strong", "pause-before": "<time>|none|x-weak|weak|medium|strong|x-strong", rest: "<'rest-before'> <'rest-after'>?", "rest-after": "<time>|none|x-weak|weak|medium|strong|x-strong", "rest-before": "<time>|none|x-weak|weak|medium|strong|x-strong", src: "[<url> [format( <string># )]?|local( <family-name> )]#", speak: "auto|never|always", "speak-as": "normal|spell-out||digits||[literal-punctuation|no-punctuation]", "unicode-range": "<urange>#", "voice-balance": "<number>|left|center|right|leftwards|rightwards", "voice-duration": "auto|<time>", "voice-family": "[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve", "voice-pitch": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]", "voice-range": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]", "voice-rate": "[normal|x-slow|slow|medium|fast|x-fast]||<percentage>", "voice-stress": "normal|strong|moderate|none|reduced", "voice-volume": "silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]", "white-space-trim": "none|discard-before||discard-after||discard-inner" }, atrules: { charset: { prelude: "<string>", descriptors: null }, "counter-style": { prelude: "<counter-style-name>", descriptors: { "additive-symbols": "[<integer>&&<symbol>]#", fallback: "<counter-style-name>", negative: "<symbol> <symbol>?", pad: "<integer>&&<symbol>", prefix: "<symbol>", range: "[[<integer>|infinite]{2}]#|auto", "speak-as": "auto|bullets|numbers|words|spell-out|<counter-style-name>", suffix: "<symbol>", symbols: "<symbol>+", system: "cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]" } }, document: { prelude: "[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#", descriptors: null }, "font-palette-values": { prelude: "<dashed-ident>", descriptors: { "base-palette": "light|dark|<integer [0,\u221E]>", "font-family": "<family-name>#", "override-colors": "[<integer [0,\u221E]> <absolute-color-base>]#" } }, "font-face": { prelude: null, descriptors: { "ascent-override": "normal|<percentage>", "descent-override": "normal|<percentage>", "font-display": "[auto|block|swap|fallback|optional]", "font-family": "<family-name>", "font-feature-settings": "normal|<feature-tag-value>#", "font-variation-settings": "normal|[<string> <number>]#", "font-stretch": "<font-stretch-absolute>{1,2}", "font-style": "normal|italic|oblique <angle>{0,2}", "font-weight": "<font-weight-absolute>{1,2}", "line-gap-override": "normal|<percentage>", "size-adjust": "<percentage>", src: "[<url> [format( <string># )]?|local( <family-name> )]#", "unicode-range": "<urange>#" } }, "font-feature-values": { prelude: "<family-name>#", descriptors: null }, import: { prelude: "[<string>|<url>] [layer|layer( <layer-name> )]? [supports( [<supports-condition>|<declaration>] )]? <media-query-list>?", descriptors: null }, keyframes: { prelude: "<keyframes-name>", descriptors: null }, layer: { prelude: "[<layer-name>#|<layer-name>?]", descriptors: null }, media: { prelude: "<media-query-list>", descriptors: null }, namespace: { prelude: "<namespace-prefix>? [<string>|<url>]", descriptors: null }, page: { prelude: "<page-selector-list>", descriptors: { bleed: "auto|<length>", marks: "none|[crop||cross]", "page-orientation": "upright|rotate-left|rotate-right", size: "<length>{1,2}|auto|[<page-size>||[portrait|landscape]]" } }, "position-try": { prelude: "<dashed-ident>", descriptors: { top: "<'top'>", left: "<'left'>", bottom: "<'bottom'>", right: "<'right'>", "inset-block-start": "<'inset-block-start'>", "inset-block-end": "<'inset-block-end'>", "inset-inline-start": "<'inset-inline-start'>", "inset-inline-end": "<'inset-inline-end'>", "inset-block": "<'inset-block'>", "inset-inline": "<'inset-inline'>", inset: "<'inset'>", "margin-top": "<'margin-top'>", "margin-left": "<'margin-left'>", "margin-bottom": "<'margin-bottom'>", "margin-right": "<'margin-right'>", "margin-block-start": "<'margin-block-start'>", "margin-block-end": "<'margin-block-end'>", "margin-inline-start": "<'margin-inline-start'>", "margin-inline-end": "<'margin-inline-end'>", margin: "<'margin'>", "margin-block": "<'margin-block'>", "margin-inline": "<'margin-inline'>", width: "<'width'>", height: "<'height'>", "min-width": "<'min-width'>", "min-height": "<'min-height'>", "max-width": "<'max-width'>", "max-height": "<'max-height'>", "block-size": "<'block-size'>", "inline-size": "<'inline-size'>", "min-block-size": "<'min-block-size'>", "min-inline-size": "<'min-inline-size'>", "max-block-size": "<'max-block-size'>", "max-inline-size": "<'max-inline-size'>", "align-self": "<'align-self'>|anchor-center", "justify-self": "<'justify-self'>|anchor-center" } }, property: { prelude: "<custom-property-name>", descriptors: { syntax: "<string>", inherits: "true|false", "initial-value": "<declaration-value>?" } }, scope: { prelude: "[( <scope-start> )]? [to ( <scope-end> )]?", descriptors: null }, "starting-style": { prelude: null, descriptors: null }, supports: { prelude: "<supports-condition>", descriptors: null }, container: { prelude: "[<container-name>]? <container-condition>", descriptors: null }, nest: { prelude: "<complex-selector-list>", descriptors: null } }, node: Ns };
|
|
93117
|
-
function
|
|
93115
|
+
this.token(D, e3.value);
|
|
93116
|
+
}, name: "WhiteSpace", parse: Es, structure: Ls }), Ns = Object.freeze({ __proto__: null, AnPlusB: po, Atrule: yo, AtrulePrelude: wo, AttributeSelector: Eo, Block: Do, Brackets: Fo, CDC: Mo, CDO: Wo, ClassSelector: Zo, Combinator: Go, Comment: Qo, Condition: oi, Declaration: ki, DeclarationList: xi, Dimension: Ci, Feature: Ti, FeatureFunction: Ri, FeatureRange: Mi, Function: $i, GeneralEnclosed: Ki, Hash: Yi, IdSelector: na, Identifier: Ji, Layer: ia, LayerList: sa, MediaQuery: ua, MediaQueryList: da, NestingSelector: ma, Nth: ga, Number: ka, Operator: xa, Parentheses: Sa, Percentage: Aa, PseudoClassSelector: La, PseudoElementSelector: Na, Ratio: Ba, Raw: Ua, Rule: $a, Scope: Za, Selector: Ha, SelectorList: Ya, String: rs, StyleSheet: as, SupportsDeclaration: ls, TypeSelector: ps, UnicodeRange: _s, Url: zs, Value: Ts, WhiteSpace: Rs }), Is = { generic: true, cssWideKeywords: Qt, generic: true, cssWideKeywords: ["initial", "inherit", "unset", "revert", "revert-layer"], units: { angle: ["deg", "grad", "rad", "turn"], decibel: ["db"], flex: ["fr"], frequency: ["hz", "khz"], length: ["cm", "mm", "q", "in", "pt", "pc", "px", "em", "rem", "ex", "rex", "cap", "rcap", "ch", "rch", "ic", "ric", "lh", "rlh", "vw", "svw", "lvw", "dvw", "vh", "svh", "lvh", "dvh", "vi", "svi", "lvi", "dvi", "vb", "svb", "lvb", "dvb", "vmin", "svmin", "lvmin", "dvmin", "vmax", "svmax", "lvmax", "dvmax", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax"], resolution: ["dpi", "dpcm", "dppx", "x"], semitones: ["st"], time: ["s", "ms"] }, types: { "abs()": "abs( <calc-sum> )", "absolute-size": "xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large", "acos()": "acos( <calc-sum> )", "alpha-value": "<number>|<percentage>", "angle-percentage": "<angle>|<percentage>", "angular-color-hint": "<angle-percentage>", "angular-color-stop": "<color>&&<color-stop-angle>?", "angular-color-stop-list": "[<angular-color-stop> [, <angular-color-hint>]?]# , <angular-color-stop>", "animateable-feature": "scroll-position|contents|<custom-ident>", "asin()": "asin( <calc-sum> )", "atan()": "atan( <calc-sum> )", "atan2()": "atan2( <calc-sum> , <calc-sum> )", attachment: "scroll|fixed|local", "attr()": "attr( <attr-name> <type-or-unit>? [, <attr-fallback>]? )", "attr-matcher": "['~'|'|'|'^'|'$'|'*']? '='", "attr-modifier": "i|s", "attribute-selector": "'[' <wq-name> ']'|'[' <wq-name> <attr-matcher> [<string-token>|<ident-token>] <attr-modifier>? ']'", "auto-repeat": "repeat( [auto-fill|auto-fit] , [<line-names>? <fixed-size>]+ <line-names>? )", "auto-track-list": "[<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>? <auto-repeat> [<line-names>? [<fixed-size>|<fixed-repeat>]]* <line-names>?", axis: "block|inline|x|y", "baseline-position": "[first|last]? baseline", "basic-shape": "<inset()>|<xywh()>|<rect()>|<circle()>|<ellipse()>|<polygon()>|<path()>", "bg-image": "none|<image>", "bg-layer": "<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>", "bg-position": "[[left|center|right|top|bottom|<length-percentage>]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]|[center|[left|right] <length-percentage>?]&&[center|[top|bottom] <length-percentage>?]]", "bg-size": "[<length-percentage>|auto]{1,2}|cover|contain", "blur()": "blur( <length> )", "blend-mode": "normal|multiply|screen|overlay|darken|lighten|color-dodge|color-burn|hard-light|soft-light|difference|exclusion|hue|saturation|color|luminosity", box: "border-box|padding-box|content-box", "brightness()": "brightness( <number-percentage> )", "calc()": "calc( <calc-sum> )", "calc-sum": "<calc-product> [['+'|'-'] <calc-product>]*", "calc-product": "<calc-value> ['*' <calc-value>|'/' <number>]*", "calc-value": "<number>|<dimension>|<percentage>|<calc-constant>|( <calc-sum> )", "calc-constant": "e|pi|infinity|-infinity|NaN", "cf-final-image": "<image>|<color>", "cf-mixing-image": "<percentage>?&&<image>", "circle()": "circle( [<shape-radius>]? [at <position>]? )", "clamp()": "clamp( <calc-sum>#{3} )", "class-selector": "'.' <ident-token>", "clip-source": "<url>", color: "<color-base>|currentColor|<system-color>|<device-cmyk()>|<light-dark()>|<-non-standard-color>", "color-stop": "<color-stop-length>|<color-stop-angle>", "color-stop-angle": "<angle-percentage>{1,2}", "color-stop-length": "<length-percentage>{1,2}", "color-stop-list": "[<linear-color-stop> [, <linear-color-hint>]?]# , <linear-color-stop>", "color-interpolation-method": "in [<rectangular-color-space>|<polar-color-space> <hue-interpolation-method>?|<custom-color-space>]", combinator: "'>'|'+'|'~'|['|' '|']", "common-lig-values": "[common-ligatures|no-common-ligatures]", "compat-auto": "searchfield|textarea|push-button|slider-horizontal|checkbox|radio|square-button|menulist|listbox|meter|progress-bar|button", "composite-style": "clear|copy|source-over|source-in|source-out|source-atop|destination-over|destination-in|destination-out|destination-atop|xor", "compositing-operator": "add|subtract|intersect|exclude", "compound-selector": "[<type-selector>? <subclass-selector>*]!", "compound-selector-list": "<compound-selector>#", "complex-selector": "<complex-selector-unit> [<combinator>? <complex-selector-unit>]*", "complex-selector-list": "<complex-selector>#", "conic-gradient()": "conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )", "contextual-alt-values": "[contextual|no-contextual]", "content-distribution": "space-between|space-around|space-evenly|stretch", "content-list": "[<string>|contents|<image>|<counter>|<quote>|<target>|<leader()>|<attr()>]+", "content-position": "center|start|end|flex-start|flex-end", "content-replacement": "<image>", "contrast()": "contrast( [<number-percentage>] )", "cos()": "cos( <calc-sum> )", counter: "<counter()>|<counters()>", "counter()": "counter( <counter-name> , <counter-style>? )", "counter-name": "<custom-ident>", "counter-style": "<counter-style-name>|symbols( )", "counter-style-name": "<custom-ident>", "counters()": "counters( <counter-name> , <string> , <counter-style>? )", "cross-fade()": "cross-fade( <cf-mixing-image> , <cf-final-image>? )", "cubic-bezier-timing-function": "ease|ease-in|ease-out|ease-in-out|cubic-bezier( <number [0,1]> , <number> , <number [0,1]> , <number> )", "deprecated-system-color": "ActiveBorder|ActiveCaption|AppWorkspace|Background|ButtonFace|ButtonHighlight|ButtonShadow|ButtonText|CaptionText|GrayText|Highlight|HighlightText|InactiveBorder|InactiveCaption|InactiveCaptionText|InfoBackground|InfoText|Menu|MenuText|Scrollbar|ThreeDDarkShadow|ThreeDFace|ThreeDHighlight|ThreeDLightShadow|ThreeDShadow|Window|WindowFrame|WindowText", "discretionary-lig-values": "[discretionary-ligatures|no-discretionary-ligatures]", "display-box": "contents|none", "display-inside": "flow|flow-root|table|flex|grid|ruby", "display-internal": "table-row-group|table-header-group|table-footer-group|table-row|table-cell|table-column-group|table-column|table-caption|ruby-base|ruby-text|ruby-base-container|ruby-text-container", "display-legacy": "inline-block|inline-list-item|inline-table|inline-flex|inline-grid", "display-listitem": "<display-outside>?&&[flow|flow-root]?&&list-item", "display-outside": "block|inline|run-in", "drop-shadow()": "drop-shadow( <length>{2,3} <color>? )", "east-asian-variant-values": "[jis78|jis83|jis90|jis04|simplified|traditional]", "east-asian-width-values": "[full-width|proportional-width]", "element()": "element( <custom-ident> , [first|start|last|first-except]? )|element( <id-selector> )", "ellipse()": "ellipse( [<shape-radius>{2}]? [at <position>]? )", "ending-shape": "circle|ellipse", "env()": "env( <custom-ident> , <declaration-value>? )", "exp()": "exp( <calc-sum> )", "explicit-track-list": "[<line-names>? <track-size>]+ <line-names>?", "family-name": "<string>|<custom-ident>+", "feature-tag-value": "<string> [<integer>|on|off]?", "feature-type": "@stylistic|@historical-forms|@styleset|@character-variant|@swash|@ornaments|@annotation", "feature-value-block": "<feature-type> '{' <feature-value-declaration-list> '}'", "feature-value-block-list": "<feature-value-block>+", "feature-value-declaration": "<custom-ident> : <integer>+ ;", "feature-value-declaration-list": "<feature-value-declaration>", "feature-value-name": "<custom-ident>", "fill-rule": "nonzero|evenodd", "filter-function": "<blur()>|<brightness()>|<contrast()>|<drop-shadow()>|<grayscale()>|<hue-rotate()>|<invert()>|<opacity()>|<saturate()>|<sepia()>", "filter-function-list": "[<filter-function>|<url>]+", "final-bg-layer": "<'background-color'>||<bg-image>||<bg-position> [/ <bg-size>]?||<repeat-style>||<attachment>||<box>||<box>", "fixed-breadth": "<length-percentage>", "fixed-repeat": "repeat( [<integer [1,\u221E]>] , [<line-names>? <fixed-size>]+ <line-names>? )", "fixed-size": "<fixed-breadth>|minmax( <fixed-breadth> , <track-breadth> )|minmax( <inflexible-breadth> , <fixed-breadth> )", "font-stretch-absolute": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|<percentage>", "font-variant-css21": "[normal|small-caps]", "font-weight-absolute": "normal|bold|<number [1,1000]>", "frequency-percentage": "<frequency>|<percentage>", "general-enclosed": "[<function-token> <any-value>? )]|[( <any-value>? )]", "generic-family": "<generic-script-specific>|<generic-complete>|<generic-incomplete>|<-non-standard-generic-family>", "generic-name": "serif|sans-serif|cursive|fantasy|monospace", "geometry-box": "<shape-box>|fill-box|stroke-box|view-box", gradient: "<linear-gradient()>|<repeating-linear-gradient()>|<radial-gradient()>|<repeating-radial-gradient()>|<conic-gradient()>|<repeating-conic-gradient()>|<-legacy-gradient>", "grayscale()": "grayscale( <number-percentage> )", "grid-line": "auto|<custom-ident>|[<integer>&&<custom-ident>?]|[span&&[<integer>||<custom-ident>]]", "historical-lig-values": "[historical-ligatures|no-historical-ligatures]", "hsl()": "hsl( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsl( <hue> , <percentage> , <percentage> , <alpha-value>? )", "hsla()": "hsla( <hue> <percentage> <percentage> [/ <alpha-value>]? )|hsla( <hue> , <percentage> , <percentage> , <alpha-value>? )", hue: "<number>|<angle>", "hue-rotate()": "hue-rotate( <angle> )", "hue-interpolation-method": "[shorter|longer|increasing|decreasing] hue", "hwb()": "hwb( [<hue>|none] [<percentage>|none] [<percentage>|none] [/ [<alpha-value>|none]]? )", "hypot()": "hypot( <calc-sum># )", image: "<url>|<image()>|<image-set()>|<element()>|<paint()>|<cross-fade()>|<gradient>", "image()": "image( <image-tags>? [<image-src>? , <color>?]! )", "image-set()": "image-set( <image-set-option># )", "image-set-option": "[<image>|<string>] [<resolution>||type( <string> )]", "image-src": "<url>|<string>", "image-tags": "ltr|rtl", "inflexible-breadth": "<length-percentage>|min-content|max-content|auto", "inset()": "inset( <length-percentage>{1,4} [round <'border-radius'>]? )", "invert()": "invert( <number-percentage> )", "keyframes-name": "<custom-ident>|<string>", "keyframe-block": "<keyframe-selector># { <declaration-list> }", "keyframe-block-list": "<keyframe-block>+", "keyframe-selector": "from|to|<percentage>|<timeline-range-name> <percentage>", "lab()": "lab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )", "layer()": "layer( <layer-name> )", "layer-name": "<ident> ['.' <ident>]*", "lch()": "lch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )", "leader()": "leader( <leader-type> )", "leader-type": "dotted|solid|space|<string>", "length-percentage": "<length>|<percentage>", "light-dark()": "light-dark( <color> , <color> )", "line-names": "'[' <custom-ident>* ']'", "line-name-list": "[<line-names>|<name-repeat>]+", "line-style": "none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset", "line-width": "<length>|thin|medium|thick", "linear-color-hint": "<length-percentage>", "linear-color-stop": "<color> <color-stop-length>?", "linear-gradient()": "linear-gradient( [[<angle>|to <side-or-corner>]||<color-interpolation-method>]? , <color-stop-list> )", "log()": "log( <calc-sum> , <calc-sum>? )", "mask-layer": "<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||<geometry-box>||[<geometry-box>|no-clip]||<compositing-operator>||<masking-mode>", "mask-position": "[<length-percentage>|left|center|right] [<length-percentage>|top|center|bottom]?", "mask-reference": "none|<image>|<mask-source>", "mask-source": "<url>", "masking-mode": "alpha|luminance|match-source", "matrix()": "matrix( <number>#{6} )", "matrix3d()": "matrix3d( <number>#{16} )", "max()": "max( <calc-sum># )", "media-and": "<media-in-parens> [and <media-in-parens>]+", "media-condition": "<media-not>|<media-and>|<media-or>|<media-in-parens>", "media-condition-without-or": "<media-not>|<media-and>|<media-in-parens>", "media-feature": "( [<mf-plain>|<mf-boolean>|<mf-range>] )", "media-in-parens": "( <media-condition> )|<media-feature>|<general-enclosed>", "media-not": "not <media-in-parens>", "media-or": "<media-in-parens> [or <media-in-parens>]+", "media-query": "<media-condition>|[not|only]? <media-type> [and <media-condition-without-or>]?", "media-query-list": "<media-query>#", "media-type": "<ident>", "mf-boolean": "<mf-name>", "mf-name": "<ident>", "mf-plain": "<mf-name> : <mf-value>", "mf-range": "<mf-name> ['<'|'>']? '='? <mf-value>|<mf-value> ['<'|'>']? '='? <mf-name>|<mf-value> '<' '='? <mf-name> '<' '='? <mf-value>|<mf-value> '>' '='? <mf-name> '>' '='? <mf-value>", "mf-value": "<number>|<dimension>|<ident>|<ratio>", "min()": "min( <calc-sum># )", "minmax()": "minmax( [<length-percentage>|min-content|max-content|auto] , [<length-percentage>|<flex>|min-content|max-content|auto] )", "mod()": "mod( <calc-sum> , <calc-sum> )", "name-repeat": "repeat( [<integer [1,\u221E]>|auto-fill] , <line-names>+ )", "named-color": "transparent|aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen", "namespace-prefix": "<ident>", "ns-prefix": "[<ident-token>|'*']? '|'", "number-percentage": "<number>|<percentage>", "numeric-figure-values": "[lining-nums|oldstyle-nums]", "numeric-fraction-values": "[diagonal-fractions|stacked-fractions]", "numeric-spacing-values": "[proportional-nums|tabular-nums]", nth: "<an-plus-b>|even|odd", "opacity()": "opacity( [<number-percentage>] )", "overflow-position": "unsafe|safe", "outline-radius": "<length>|<percentage>", "page-body": "<declaration>? [; <page-body>]?|<page-margin-box> <page-body>", "page-margin-box": "<page-margin-box-type> '{' <declaration-list> '}'", "page-margin-box-type": "@top-left-corner|@top-left|@top-center|@top-right|@top-right-corner|@bottom-left-corner|@bottom-left|@bottom-center|@bottom-right|@bottom-right-corner|@left-top|@left-middle|@left-bottom|@right-top|@right-middle|@right-bottom", "page-selector-list": "[<page-selector>#]?", "page-selector": "<pseudo-page>+|<ident> <pseudo-page>*", "page-size": "A5|A4|A3|B5|B4|JIS-B5|JIS-B4|letter|legal|ledger", "path()": "path( [<fill-rule> ,]? <string> )", "paint()": "paint( <ident> , <declaration-value>? )", "perspective()": "perspective( [<length [0,\u221E]>|none] )", "polygon()": "polygon( <fill-rule>? , [<length-percentage> <length-percentage>]# )", "polar-color-space": "hsl|hwb|lch|oklch", position: "[[left|center|right]||[top|center|bottom]|[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]?|[[left|right] <length-percentage>]&&[[top|bottom] <length-percentage>]]", "pow()": "pow( <calc-sum> , <calc-sum> )", "pseudo-class-selector": "':' <ident-token>|':' <function-token> <any-value> ')'", "pseudo-element-selector": "':' <pseudo-class-selector>|<legacy-pseudo-element-selector>", "pseudo-page": ": [left|right|first|blank]", quote: "open-quote|close-quote|no-open-quote|no-close-quote", "radial-gradient()": "radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )", ratio: "<number [0,\u221E]> [/ <number [0,\u221E]>]?", "ray()": "ray( <angle>&&<ray-size>?&&contain?&&[at <position>]? )", "ray-size": "closest-side|closest-corner|farthest-side|farthest-corner|sides", "rectangular-color-space": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020|lab|oklab|xyz|xyz-d50|xyz-d65", "relative-selector": "<combinator>? <complex-selector>", "relative-selector-list": "<relative-selector>#", "relative-size": "larger|smaller", "rem()": "rem( <calc-sum> , <calc-sum> )", "repeat-style": "repeat-x|repeat-y|[repeat|space|round|no-repeat]{1,2}", "repeating-conic-gradient()": "repeating-conic-gradient( [from <angle>]? [at <position>]? , <angular-color-stop-list> )", "repeating-linear-gradient()": "repeating-linear-gradient( [<angle>|to <side-or-corner>]? , <color-stop-list> )", "repeating-radial-gradient()": "repeating-radial-gradient( [<ending-shape>||<size>]? [at <position>]? , <color-stop-list> )", "reversed-counter-name": "reversed( <counter-name> )", "rgb()": "rgb( <percentage>{3} [/ <alpha-value>]? )|rgb( <number>{3} [/ <alpha-value>]? )|rgb( <percentage>#{3} , <alpha-value>? )|rgb( <number>#{3} , <alpha-value>? )", "rgba()": "rgba( <percentage>{3} [/ <alpha-value>]? )|rgba( <number>{3} [/ <alpha-value>]? )|rgba( <percentage>#{3} , <alpha-value>? )|rgba( <number>#{3} , <alpha-value>? )", "rotate()": "rotate( [<angle>|<zero>] )", "rotate3d()": "rotate3d( <number> , <number> , <number> , [<angle>|<zero>] )", "rotateX()": "rotateX( [<angle>|<zero>] )", "rotateY()": "rotateY( [<angle>|<zero>] )", "rotateZ()": "rotateZ( [<angle>|<zero>] )", "round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum> )", "rounding-strategy": "nearest|up|down|to-zero", "saturate()": "saturate( <number-percentage> )", "scale()": "scale( [<number>|<percentage>]#{1,2} )", "scale3d()": "scale3d( [<number>|<percentage>]#{3} )", "scaleX()": "scaleX( [<number>|<percentage>] )", "scaleY()": "scaleY( [<number>|<percentage>] )", "scaleZ()": "scaleZ( [<number>|<percentage>] )", "scroll()": "scroll( [<axis>||<scroller>]? )", scroller: "root|nearest|self", "self-position": "center|start|end|self-start|self-end|flex-start|flex-end", "shape-radius": "<length-percentage>|closest-side|farthest-side", "sign()": "sign( <calc-sum> )", "skew()": "skew( [<angle>|<zero>] , [<angle>|<zero>]? )", "skewX()": "skewX( [<angle>|<zero>] )", "skewY()": "skewY( [<angle>|<zero>] )", "sepia()": "sepia( <number-percentage> )", shadow: "inset?&&<length>{2,4}&&<color>?", "shadow-t": "[<length>{2,3}&&<color>?]", shape: "rect( <top> , <right> , <bottom> , <left> )|rect( <top> <right> <bottom> <left> )", "shape-box": "<box>|margin-box", "side-or-corner": "[left|right]||[top|bottom]", "sin()": "sin( <calc-sum> )", "single-animation": "<'animation-duration'>||<easing-function>||<'animation-delay'>||<single-animation-iteration-count>||<single-animation-direction>||<single-animation-fill-mode>||<single-animation-play-state>||[none|<keyframes-name>]||<single-animation-timeline>", "single-animation-direction": "normal|reverse|alternate|alternate-reverse", "single-animation-fill-mode": "none|forwards|backwards|both", "single-animation-iteration-count": "infinite|<number>", "single-animation-play-state": "running|paused", "single-animation-timeline": "auto|none|<dashed-ident>|<scroll()>|<view()>", "single-transition": "[none|<single-transition-property>]||<time>||<easing-function>||<time>||<transition-behavior-value>", "single-transition-property": "all|<custom-ident>", size: "closest-side|farthest-side|closest-corner|farthest-corner|<length>|<length-percentage>{2}", "sqrt()": "sqrt( <calc-sum> )", "step-position": "jump-start|jump-end|jump-none|jump-both|start|end", "step-timing-function": "step-start|step-end|steps( <integer> [, <step-position>]? )", "subclass-selector": "<id-selector>|<class-selector>|<attribute-selector>|<pseudo-class-selector>", "supports-condition": "not <supports-in-parens>|<supports-in-parens> [and <supports-in-parens>]*|<supports-in-parens> [or <supports-in-parens>]*", "supports-in-parens": "( <supports-condition> )|<supports-feature>|<general-enclosed>", "supports-feature": "<supports-decl>|<supports-selector-fn>", "supports-decl": "( <declaration> )", "supports-selector-fn": "selector( <complex-selector> )", symbol: "<string>|<image>|<custom-ident>", "system-color": "AccentColor|AccentColorText|ActiveText|ButtonBorder|ButtonFace|ButtonText|Canvas|CanvasText|Field|FieldText|GrayText|Highlight|HighlightText|LinkText|Mark|MarkText|SelectedItem|SelectedItemText|VisitedText", "tan()": "tan( <calc-sum> )", target: "<target-counter()>|<target-counters()>|<target-text()>", "target-counter()": "target-counter( [<string>|<url>] , <custom-ident> , <counter-style>? )", "target-counters()": "target-counters( [<string>|<url>] , <custom-ident> , <string> , <counter-style>? )", "target-text()": "target-text( [<string>|<url>] , [content|before|after|first-letter]? )", "time-percentage": "<time>|<percentage>", "timeline-range-name": "cover|contain|entry|exit|entry-crossing|exit-crossing", "easing-function": "linear|<cubic-bezier-timing-function>|<step-timing-function>", "track-breadth": "<length-percentage>|<flex>|min-content|max-content|auto", "track-list": "[<line-names>? [<track-size>|<track-repeat>]]+ <line-names>?", "track-repeat": "repeat( [<integer [1,\u221E]>] , [<line-names>? <track-size>]+ <line-names>? )", "track-size": "<track-breadth>|minmax( <inflexible-breadth> , <track-breadth> )|fit-content( <length-percentage> )", "transform-function": "<matrix()>|<translate()>|<translateX()>|<translateY()>|<scale()>|<scaleX()>|<scaleY()>|<rotate()>|<skew()>|<skewX()>|<skewY()>|<matrix3d()>|<translate3d()>|<translateZ()>|<scale3d()>|<scaleZ()>|<rotate3d()>|<rotateX()>|<rotateY()>|<rotateZ()>|<perspective()>", "transform-list": "<transform-function>+", "transition-behavior-value": "normal|allow-discrete", "translate()": "translate( <length-percentage> , <length-percentage>? )", "translate3d()": "translate3d( <length-percentage> , <length-percentage> , <length> )", "translateX()": "translateX( <length-percentage> )", "translateY()": "translateY( <length-percentage> )", "translateZ()": "translateZ( <length> )", "type-or-unit": "string|color|url|integer|number|length|angle|time|frequency|cap|ch|em|ex|ic|lh|rlh|rem|vb|vi|vw|vh|vmin|vmax|mm|Q|cm|in|pt|pc|px|deg|grad|rad|turn|ms|s|Hz|kHz|%", "type-selector": "<wq-name>|<ns-prefix>? '*'", "var()": "var( <custom-property-name> , <declaration-value>? )", "view()": "view( [<axis>||<'view-timeline-inset'>]? )", "viewport-length": "auto|<length-percentage>", "visual-box": "content-box|padding-box|border-box", "wq-name": "<ns-prefix>? <ident-token>", "-legacy-gradient": "<-webkit-gradient()>|<-legacy-linear-gradient>|<-legacy-repeating-linear-gradient>|<-legacy-radial-gradient>|<-legacy-repeating-radial-gradient>", "-legacy-linear-gradient": "-moz-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-linear-gradient( <-legacy-linear-gradient-arguments> )", "-legacy-repeating-linear-gradient": "-moz-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-webkit-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )|-o-repeating-linear-gradient( <-legacy-linear-gradient-arguments> )", "-legacy-linear-gradient-arguments": "[<angle>|<side-or-corner>]? , <color-stop-list>", "-legacy-radial-gradient": "-moz-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-radial-gradient( <-legacy-radial-gradient-arguments> )", "-legacy-repeating-radial-gradient": "-moz-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-webkit-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )|-o-repeating-radial-gradient( <-legacy-radial-gradient-arguments> )", "-legacy-radial-gradient-arguments": "[<position> ,]? [[[<-legacy-radial-gradient-shape>||<-legacy-radial-gradient-size>]|[<length>|<percentage>]{2}] ,]? <color-stop-list>", "-legacy-radial-gradient-size": "closest-side|closest-corner|farthest-side|farthest-corner|contain|cover", "-legacy-radial-gradient-shape": "circle|ellipse", "-non-standard-font": "-apple-system-body|-apple-system-headline|-apple-system-subheadline|-apple-system-caption1|-apple-system-caption2|-apple-system-footnote|-apple-system-short-body|-apple-system-short-headline|-apple-system-short-subheadline|-apple-system-short-caption1|-apple-system-short-footnote|-apple-system-tall-body", "-non-standard-color": "-moz-ButtonDefault|-moz-ButtonHoverFace|-moz-ButtonHoverText|-moz-CellHighlight|-moz-CellHighlightText|-moz-Combobox|-moz-ComboboxText|-moz-Dialog|-moz-DialogText|-moz-dragtargetzone|-moz-EvenTreeRow|-moz-Field|-moz-FieldText|-moz-html-CellHighlight|-moz-html-CellHighlightText|-moz-mac-accentdarkestshadow|-moz-mac-accentdarkshadow|-moz-mac-accentface|-moz-mac-accentlightesthighlight|-moz-mac-accentlightshadow|-moz-mac-accentregularhighlight|-moz-mac-accentregularshadow|-moz-mac-chrome-active|-moz-mac-chrome-inactive|-moz-mac-focusring|-moz-mac-menuselect|-moz-mac-menushadow|-moz-mac-menutextselect|-moz-MenuHover|-moz-MenuHoverText|-moz-MenuBarText|-moz-MenuBarHoverText|-moz-nativehyperlinktext|-moz-OddTreeRow|-moz-win-communicationstext|-moz-win-mediatext|-moz-activehyperlinktext|-moz-default-background-color|-moz-default-color|-moz-hyperlinktext|-moz-visitedhyperlinktext|-webkit-activelink|-webkit-focus-ring-color|-webkit-link|-webkit-text", "-non-standard-image-rendering": "optimize-contrast|-moz-crisp-edges|-o-crisp-edges|-webkit-optimize-contrast", "-non-standard-overflow": "overlay|-moz-scrollbars-none|-moz-scrollbars-horizontal|-moz-scrollbars-vertical|-moz-hidden-unscrollable", "-non-standard-size": "intrinsic|min-intrinsic|-webkit-fill-available|-webkit-fit-content|-webkit-min-content|-webkit-max-content|-moz-available|-moz-fit-content|-moz-min-content|-moz-max-content", "-webkit-gradient()": "-webkit-gradient( <-webkit-gradient-type> , <-webkit-gradient-point> [, <-webkit-gradient-point>|, <-webkit-gradient-radius> , <-webkit-gradient-point>] [, <-webkit-gradient-radius>]? [, <-webkit-gradient-color-stop>]* )", "-webkit-gradient-color-stop": "from( <color> )|color-stop( [<number-zero-one>|<percentage>] , <color> )|to( <color> )", "-webkit-gradient-point": "[left|center|right|<length-percentage>] [top|center|bottom|<length-percentage>]", "-webkit-gradient-radius": "<length>|<percentage>", "-webkit-gradient-type": "linear|radial", "-webkit-mask-box-repeat": "repeat|stretch|round", "-ms-filter-function-list": "<-ms-filter-function>+", "-ms-filter-function": "<-ms-filter-function-progid>|<-ms-filter-function-legacy>", "-ms-filter-function-progid": "'progid:' [<ident-token> '.']* [<ident-token>|<function-token> <any-value>? )]", "-ms-filter-function-legacy": "<ident-token>|<function-token> <any-value>? )", "absolute-color-base": "<hex-color>|<absolute-color-function>|<named-color>|transparent", "absolute-color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>", age: "child|young|old", "anchor-name": "<dashed-ident>", "attr-name": "<wq-name>", "attr-fallback": "<any-value>", "bg-clip": "<box>|border|text", bottom: "<length>|auto", "container-name": "<custom-ident>", "container-condition": "not <query-in-parens>|<query-in-parens> [[and <query-in-parens>]*|[or <query-in-parens>]*]", "coord-box": "content-box|padding-box|border-box|fill-box|stroke-box|view-box", "generic-voice": "[<age>? <gender> <integer>?]", gender: "male|female|neutral", "generic-script-specific": "generic( kai )|generic( fangsong )|generic( nastaliq )", "generic-complete": "serif|sans-serif|system-ui|cursive|fantasy|math|monospace", "generic-incomplete": "ui-serif|ui-sans-serif|ui-monospace|ui-rounded", "-non-standard-generic-family": "-apple-system|BlinkMacSystemFont", left: "<length>|auto", "color-base": "<hex-color>|<color-function>|<named-color>|<color-mix()>|transparent", "color-function": "<rgb()>|<rgba()>|<hsl()>|<hsla()>|<hwb()>|<lab()>|<lch()>|<oklab()>|<oklch()>|<color()>", "device-cmyk()": "<legacy-device-cmyk-syntax>|<modern-device-cmyk-syntax>", "legacy-device-cmyk-syntax": "device-cmyk( <number>#{4} )", "modern-device-cmyk-syntax": "device-cmyk( <cmyk-component>{4} [/ [<alpha-value>|none]]? )", "cmyk-component": "<number>|<percentage>|none", "color-mix()": "color-mix( <color-interpolation-method> , [<color>&&<percentage [0,100]>?]#{2} )", "color-space": "<rectangular-color-space>|<polar-color-space>|<custom-color-space>", "custom-color-space": "<dashed-ident>", paint: "none|<color>|<url> [none|<color>]?|context-fill|context-stroke", "palette-identifier": "<dashed-ident>", right: "<length>|auto", "scope-start": "<forgiving-selector-list>", "scope-end": "<forgiving-selector-list>", "forgiving-selector-list": "<complex-real-selector-list>", "forgiving-relative-selector-list": "<relative-real-selector-list>", "selector-list": "<complex-selector-list>", "complex-real-selector-list": "<complex-real-selector>#", "simple-selector-list": "<simple-selector>#", "relative-real-selector-list": "<relative-real-selector>#", "complex-selector-unit": "[<compound-selector>? <pseudo-compound-selector>*]!", "complex-real-selector": "<compound-selector> [<combinator>? <compound-selector>]*", "relative-real-selector": "<combinator>? <complex-real-selector>", "pseudo-compound-selector": "<pseudo-element-selector> <pseudo-class-selector>*", "simple-selector": "<type-selector>|<subclass-selector>", "legacy-pseudo-element-selector": "':' [before|after|first-line|first-letter]", "single-animation-composition": "replace|add|accumulate", "svg-length": "<percentage>|<length>|<number>", "svg-writing-mode": "lr-tb|rl-tb|tb-rl|lr|rl|tb", top: "<length>|auto", x: "<number>", y: "<number>", declaration: "<ident-token> : <declaration-value>? ['!' important]?", "declaration-list": "[<declaration>? ';']* <declaration>?", url: "url( <string> <url-modifier>* )|<url-token>", "url-modifier": "<ident>|<function-token> <any-value> )", "number-zero-one": "<number [0,1]>", "number-one-or-greater": "<number [1,\u221E]>", "color()": "color( <colorspace-params> [/ [<alpha-value>|none]]? )", "colorspace-params": "[<predefined-rgb-params>|<xyz-params>]", "predefined-rgb-params": "<predefined-rgb> [<number>|<percentage>|none]{3}", "predefined-rgb": "srgb|srgb-linear|display-p3|a98-rgb|prophoto-rgb|rec2020", "xyz-params": "<xyz-space> [<number>|<percentage>|none]{3}", "xyz-space": "xyz|xyz-d50|xyz-d65", "oklab()": "oklab( [<percentage>|<number>|none] [<percentage>|<number>|none] [<percentage>|<number>|none] [/ [<alpha-value>|none]]? )", "oklch()": "oklch( [<percentage>|<number>|none] [<percentage>|<number>|none] [<hue>|none] [/ [<alpha-value>|none]]? )", "offset-path": "<ray()>|<url>|<basic-shape>", "rect()": "rect( [<length-percentage>|auto]{4} [round <'border-radius'>]? )", "xywh()": "xywh( <length-percentage>{2} <length-percentage [0,\u221E]>{2} [round <'border-radius'>]? )", "query-in-parens": "( <container-condition> )|( <size-feature> )|style( <style-query> )|<general-enclosed>", "size-feature": "<mf-plain>|<mf-boolean>|<mf-range>", "style-feature": "<declaration>", "style-query": "<style-condition>|<style-feature>", "style-condition": "not <style-in-parens>|<style-in-parens> [[and <style-in-parens>]*|[or <style-in-parens>]*]", "style-in-parens": "( <style-condition> )|( <style-feature> )|<general-enclosed>", "-non-standard-display": "-ms-inline-flexbox|-ms-grid|-ms-inline-grid|-webkit-flex|-webkit-inline-flex|-webkit-box|-webkit-inline-box|-moz-inline-stack|-moz-box|-moz-inline-box", "inset-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]", "position-area": "[[left|center|right|span-left|span-right|x-start|x-end|span-x-start|span-x-end|x-self-start|x-self-end|span-x-self-start|span-x-self-end|span-all]||[top|center|bottom|span-top|span-bottom|y-start|y-end|span-y-start|span-y-end|y-self-start|y-self-end|span-y-self-start|span-y-self-end|span-all]|[block-start|center|block-end|span-block-start|span-block-end|span-all]||[inline-start|center|inline-end|span-inline-start|span-inline-end|span-all]|[self-block-start|center|self-block-end|span-self-block-start|span-self-block-end|span-all]||[self-inline-start|center|self-inline-end|span-self-inline-start|span-self-inline-end|span-all]|[start|center|end|span-start|span-end|span-all]{1,2}|[self-start|center|self-end|span-self-start|span-self-end|span-all]{1,2}]", "anchor()": "anchor( <anchor-element>?&&<anchor-side> , <length-percentage>? )", "anchor-side": "inside|outside|top|left|right|bottom|start|end|self-start|self-end|<percentage>|center", "anchor-size()": "anchor-size( [<anchor-element>||<anchor-size>]? , <length-percentage>? )", "anchor-size": "width|height|block|inline|self-block|self-inline", "anchor-element": "<dashed-ident>", "try-size": "most-width|most-height|most-block-size|most-inline-size", "try-tactic": "flip-block||flip-inline||flip-start", "font-variant-css2": "normal|small-caps", "font-width-css3": "normal|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded", "system-family-name": "caption|icon|menu|message-box|small-caption|status-bar" }, properties: { "--*": "<declaration-value>", "-ms-accelerator": "false|true", "-ms-block-progression": "tb|rl|bt|lr", "-ms-content-zoom-chaining": "none|chained", "-ms-content-zooming": "none|zoom", "-ms-content-zoom-limit": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>", "-ms-content-zoom-limit-max": "<percentage>", "-ms-content-zoom-limit-min": "<percentage>", "-ms-content-zoom-snap": "<'-ms-content-zoom-snap-type'>||<'-ms-content-zoom-snap-points'>", "-ms-content-zoom-snap-points": "snapInterval( <percentage> , <percentage> )|snapList( <percentage># )", "-ms-content-zoom-snap-type": "none|proximity|mandatory", "-ms-filter": "<string>", "-ms-flow-from": "[none|<custom-ident>]#", "-ms-flow-into": "[none|<custom-ident>]#", "-ms-grid-columns": "none|<track-list>|<auto-track-list>", "-ms-grid-rows": "none|<track-list>|<auto-track-list>", "-ms-high-contrast-adjust": "auto|none", "-ms-hyphenate-limit-chars": "auto|<integer>{1,3}", "-ms-hyphenate-limit-lines": "no-limit|<integer>", "-ms-hyphenate-limit-zone": "<percentage>|<length>", "-ms-ime-align": "auto|after", "-ms-overflow-style": "auto|none|scrollbar|-ms-autohiding-scrollbar", "-ms-scrollbar-3dlight-color": "<color>", "-ms-scrollbar-arrow-color": "<color>", "-ms-scrollbar-base-color": "<color>", "-ms-scrollbar-darkshadow-color": "<color>", "-ms-scrollbar-face-color": "<color>", "-ms-scrollbar-highlight-color": "<color>", "-ms-scrollbar-shadow-color": "<color>", "-ms-scrollbar-track-color": "<color>", "-ms-scroll-chaining": "chained|none", "-ms-scroll-limit": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>", "-ms-scroll-limit-x-max": "auto|<length>", "-ms-scroll-limit-x-min": "<length>", "-ms-scroll-limit-y-max": "auto|<length>", "-ms-scroll-limit-y-min": "<length>", "-ms-scroll-rails": "none|railed", "-ms-scroll-snap-points-x": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )", "-ms-scroll-snap-points-y": "snapInterval( <length-percentage> , <length-percentage> )|snapList( <length-percentage># )", "-ms-scroll-snap-type": "none|proximity|mandatory", "-ms-scroll-snap-x": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>", "-ms-scroll-snap-y": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>", "-ms-scroll-translation": "none|vertical-to-horizontal", "-ms-text-autospace": "none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space", "-ms-touch-select": "grippers|none", "-ms-user-select": "none|element|text", "-ms-wrap-flow": "auto|both|start|end|maximum|clear", "-ms-wrap-margin": "<length>", "-ms-wrap-through": "wrap|none", "-moz-appearance": "none|button|button-arrow-down|button-arrow-next|button-arrow-previous|button-arrow-up|button-bevel|button-focus|caret|checkbox|checkbox-container|checkbox-label|checkmenuitem|dualbutton|groupbox|listbox|listitem|menuarrow|menubar|menucheckbox|menuimage|menuitem|menuitemtext|menulist|menulist-button|menulist-text|menulist-textfield|menupopup|menuradio|menuseparator|meterbar|meterchunk|progressbar|progressbar-vertical|progresschunk|progresschunk-vertical|radio|radio-container|radio-label|radiomenuitem|range|range-thumb|resizer|resizerpanel|scale-horizontal|scalethumbend|scalethumb-horizontal|scalethumbstart|scalethumbtick|scalethumb-vertical|scale-vertical|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|separator|sheet|spinner|spinner-downbutton|spinner-textfield|spinner-upbutton|splitter|statusbar|statusbarpanel|tab|tabpanel|tabpanels|tab-scroll-arrow-back|tab-scroll-arrow-forward|textfield|textfield-multiline|toolbar|toolbarbutton|toolbarbutton-dropdown|toolbargripper|toolbox|tooltip|treeheader|treeheadercell|treeheadersortarrow|treeitem|treeline|treetwisty|treetwistyopen|treeview|-moz-mac-unified-toolbar|-moz-win-borderless-glass|-moz-win-browsertabbar-toolbox|-moz-win-communicationstext|-moz-win-communications-toolbox|-moz-win-exclude-glass|-moz-win-glass|-moz-win-mediatext|-moz-win-media-toolbox|-moz-window-button-box|-moz-window-button-box-maximized|-moz-window-button-close|-moz-window-button-maximize|-moz-window-button-minimize|-moz-window-button-restore|-moz-window-frame-bottom|-moz-window-frame-left|-moz-window-frame-right|-moz-window-titlebar|-moz-window-titlebar-maximized", "-moz-binding": "<url>|none", "-moz-border-bottom-colors": "<color>+|none", "-moz-border-left-colors": "<color>+|none", "-moz-border-right-colors": "<color>+|none", "-moz-border-top-colors": "<color>+|none", "-moz-context-properties": "none|[fill|fill-opacity|stroke|stroke-opacity]#", "-moz-float-edge": "border-box|content-box|margin-box|padding-box", "-moz-force-broken-image-icon": "0|1", "-moz-image-region": "<shape>|auto", "-moz-orient": "inline|block|horizontal|vertical", "-moz-outline-radius": "<outline-radius>{1,4} [/ <outline-radius>{1,4}]?", "-moz-outline-radius-bottomleft": "<outline-radius>", "-moz-outline-radius-bottomright": "<outline-radius>", "-moz-outline-radius-topleft": "<outline-radius>", "-moz-outline-radius-topright": "<outline-radius>", "-moz-stack-sizing": "ignore|stretch-to-fit", "-moz-text-blink": "none|blink", "-moz-user-focus": "ignore|normal|select-after|select-before|select-menu|select-same|select-all|none", "-moz-user-input": "auto|none|enabled|disabled", "-moz-user-modify": "read-only|read-write|write-only", "-moz-window-dragging": "drag|no-drag", "-moz-window-shadow": "default|menu|tooltip|sheet|none", "-webkit-appearance": "none|button|button-bevel|caps-lock-indicator|caret|checkbox|default-button|inner-spin-button|listbox|listitem|media-controls-background|media-controls-fullscreen-background|media-current-time-display|media-enter-fullscreen-button|media-exit-fullscreen-button|media-fullscreen-button|media-mute-button|media-overlay-play-button|media-play-button|media-seek-back-button|media-seek-forward-button|media-slider|media-sliderthumb|media-time-remaining-display|media-toggle-closed-captions-button|media-volume-slider|media-volume-slider-container|media-volume-sliderthumb|menulist|menulist-button|menulist-text|menulist-textfield|meter|progress-bar|progress-bar-value|push-button|radio|scrollbarbutton-down|scrollbarbutton-left|scrollbarbutton-right|scrollbarbutton-up|scrollbargripper-horizontal|scrollbargripper-vertical|scrollbarthumb-horizontal|scrollbarthumb-vertical|scrollbartrack-horizontal|scrollbartrack-vertical|searchfield|searchfield-cancel-button|searchfield-decoration|searchfield-results-button|searchfield-results-decoration|slider-horizontal|slider-vertical|sliderthumb-horizontal|sliderthumb-vertical|square-button|textarea|textfield|-apple-pay-button", "-webkit-border-before": "<'border-width'>||<'border-style'>||<color>", "-webkit-border-before-color": "<color>", "-webkit-border-before-style": "<'border-style'>", "-webkit-border-before-width": "<'border-width'>", "-webkit-box-reflect": "[above|below|right|left]? <length>? <image>?", "-webkit-line-clamp": "none|<integer>", "-webkit-mask": "[<mask-reference>||<position> [/ <bg-size>]?||<repeat-style>||[<box>|border|padding|content|text]||[<box>|border|padding|content]]#", "-webkit-mask-attachment": "<attachment>#", "-webkit-mask-clip": "[<box>|border|padding|content|text]#", "-webkit-mask-composite": "<composite-style>#", "-webkit-mask-image": "<mask-reference>#", "-webkit-mask-origin": "[<box>|border|padding|content]#", "-webkit-mask-position": "<position>#", "-webkit-mask-position-x": "[<length-percentage>|left|center|right]#", "-webkit-mask-position-y": "[<length-percentage>|top|center|bottom]#", "-webkit-mask-repeat": "<repeat-style>#", "-webkit-mask-repeat-x": "repeat|no-repeat|space|round", "-webkit-mask-repeat-y": "repeat|no-repeat|space|round", "-webkit-mask-size": "<bg-size>#", "-webkit-overflow-scrolling": "auto|touch", "-webkit-tap-highlight-color": "<color>", "-webkit-text-fill-color": "<color>", "-webkit-text-stroke": "<length>||<color>", "-webkit-text-stroke-color": "<color>", "-webkit-text-stroke-width": "<length>", "-webkit-touch-callout": "default|none", "-webkit-user-modify": "read-only|read-write|read-write-plaintext-only", "accent-color": "auto|<color>", "align-content": "normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>", "align-items": "normal|stretch|<baseline-position>|[<overflow-position>? <self-position>]", "align-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? <self-position>", "align-tracks": "[normal|<baseline-position>|<content-distribution>|<overflow-position>? <content-position>]#", all: "initial|inherit|unset|revert|revert-layer", "anchor-name": "none|<dashed-ident>#", "anchor-scope": "none|all|<dashed-ident>#", animation: "<single-animation>#", "animation-composition": "<single-animation-composition>#", "animation-delay": "<time>#", "animation-direction": "<single-animation-direction>#", "animation-duration": "<time>#", "animation-fill-mode": "<single-animation-fill-mode>#", "animation-iteration-count": "<single-animation-iteration-count>#", "animation-name": "[none|<keyframes-name>]#", "animation-play-state": "<single-animation-play-state>#", "animation-range": "[<'animation-range-start'> <'animation-range-end'>?]#", "animation-range-end": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#", "animation-range-start": "[normal|<length-percentage>|<timeline-range-name> <length-percentage>?]#", "animation-timing-function": "<easing-function>#", "animation-timeline": "<single-animation-timeline>#", appearance: "none|auto|textfield|menulist-button|<compat-auto>", "aspect-ratio": "auto||<ratio>", azimuth: "<angle>|[[left-side|far-left|left|center-left|center|center-right|right|far-right|right-side]||behind]|leftwards|rightwards", "backdrop-filter": "none|<filter-function-list>", "backface-visibility": "visible|hidden", background: "[<bg-layer> ,]* <final-bg-layer>", "background-attachment": "<attachment>#", "background-blend-mode": "<blend-mode>#", "background-clip": "<bg-clip>#", "background-color": "<color>", "background-image": "<bg-image>#", "background-origin": "<box>#", "background-position": "<bg-position>#", "background-position-x": "[center|[[left|right|x-start|x-end]? <length-percentage>?]!]#", "background-position-y": "[center|[[top|bottom|y-start|y-end]? <length-percentage>?]!]#", "background-repeat": "<repeat-style>#", "background-size": "<bg-size>#", "block-size": "<'width'>", border: "<line-width>||<line-style>||<color>", "border-block": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-color": "<'border-top-color'>{1,2}", "border-block-style": "<'border-top-style'>", "border-block-width": "<'border-top-width'>", "border-block-end": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-end-color": "<'border-top-color'>", "border-block-end-style": "<'border-top-style'>", "border-block-end-width": "<'border-top-width'>", "border-block-start": "<'border-top-width'>||<'border-top-style'>||<color>", "border-block-start-color": "<'border-top-color'>", "border-block-start-style": "<'border-top-style'>", "border-block-start-width": "<'border-top-width'>", "border-bottom": "<line-width>||<line-style>||<color>", "border-bottom-color": "<'border-top-color'>", "border-bottom-left-radius": "<length-percentage>{1,2}", "border-bottom-right-radius": "<length-percentage>{1,2}", "border-bottom-style": "<line-style>", "border-bottom-width": "<line-width>", "border-collapse": "collapse|separate", "border-color": "<color>{1,4}", "border-end-end-radius": "<length-percentage>{1,2}", "border-end-start-radius": "<length-percentage>{1,2}", "border-image": "<'border-image-source'>||<'border-image-slice'> [/ <'border-image-width'>|/ <'border-image-width'>? / <'border-image-outset'>]?||<'border-image-repeat'>", "border-image-outset": "[<length>|<number>]{1,4}", "border-image-repeat": "[stretch|repeat|round|space]{1,2}", "border-image-slice": "<number-percentage>{1,4}&&fill?", "border-image-source": "none|<image>", "border-image-width": "[<length-percentage>|<number>|auto]{1,4}", "border-inline": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-end": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-color": "<'border-top-color'>{1,2}", "border-inline-style": "<'border-top-style'>", "border-inline-width": "<'border-top-width'>", "border-inline-end-color": "<'border-top-color'>", "border-inline-end-style": "<'border-top-style'>", "border-inline-end-width": "<'border-top-width'>", "border-inline-start": "<'border-top-width'>||<'border-top-style'>||<color>", "border-inline-start-color": "<'border-top-color'>", "border-inline-start-style": "<'border-top-style'>", "border-inline-start-width": "<'border-top-width'>", "border-left": "<line-width>||<line-style>||<color>", "border-left-color": "<color>", "border-left-style": "<line-style>", "border-left-width": "<line-width>", "border-radius": "<length-percentage>{1,4} [/ <length-percentage>{1,4}]?", "border-right": "<line-width>||<line-style>||<color>", "border-right-color": "<color>", "border-right-style": "<line-style>", "border-right-width": "<line-width>", "border-spacing": "<length> <length>?", "border-start-end-radius": "<length-percentage>{1,2}", "border-start-start-radius": "<length-percentage>{1,2}", "border-style": "<line-style>{1,4}", "border-top": "<line-width>||<line-style>||<color>", "border-top-color": "<color>", "border-top-left-radius": "<length-percentage>{1,2}", "border-top-right-radius": "<length-percentage>{1,2}", "border-top-style": "<line-style>", "border-top-width": "<line-width>", "border-width": "<line-width>{1,4}", bottom: "<length>|<percentage>|auto", "box-align": "start|center|end|baseline|stretch", "box-decoration-break": "slice|clone", "box-direction": "normal|reverse|inherit", "box-flex": "<number>", "box-flex-group": "<integer>", "box-lines": "single|multiple", "box-ordinal-group": "<integer>", "box-orient": "horizontal|vertical|inline-axis|block-axis|inherit", "box-pack": "start|center|end|justify", "box-shadow": "none|<shadow>#", "box-sizing": "content-box|border-box", "break-after": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region", "break-before": "auto|avoid|always|all|avoid-page|page|left|right|recto|verso|avoid-column|column|avoid-region|region", "break-inside": "auto|avoid|avoid-page|avoid-column|avoid-region", "caption-side": "top|bottom|block-start|block-end|inline-start|inline-end", caret: "<'caret-color'>||<'caret-shape'>", "caret-color": "auto|<color>", "caret-shape": "auto|bar|block|underscore", clear: "none|left|right|both|inline-start|inline-end", clip: "<shape>|auto", "clip-path": "<clip-source>|[<basic-shape>||<geometry-box>]|none", "clip-rule": "nonzero|evenodd", color: "<color>", "color-interpolation-filters": "auto|sRGB|linearRGB", "color-scheme": "normal|[light|dark|<custom-ident>]+&&only?", "column-count": "<integer>|auto", "column-fill": "auto|balance", "column-gap": "normal|<length-percentage>", "column-rule": "<'column-rule-width'>||<'column-rule-style'>||<'column-rule-color'>", "column-rule-color": "<color>", "column-rule-style": "<'border-style'>", "column-rule-width": "<'border-width'>", "column-span": "none|all", "column-width": "<length>|auto", columns: "<'column-width'>||<'column-count'>", contain: "none|strict|content|[[size||inline-size]||layout||style||paint]", "contain-intrinsic-size": "[auto? [none|<length>]]{1,2}", "contain-intrinsic-block-size": "auto? [none|<length>]", "contain-intrinsic-height": "auto? [none|<length>]", "contain-intrinsic-inline-size": "auto? [none|<length>]", "contain-intrinsic-width": "auto? [none|<length>]", container: "<'container-name'> [/ <'container-type'>]?", "container-name": "none|<custom-ident>+", "container-type": "normal||[size|inline-size]", content: "normal|none|[<content-replacement>|<content-list>] [/ [<string>|<counter>]+]?", "content-visibility": "visible|auto|hidden", "counter-increment": "[<counter-name> <integer>?]+|none", "counter-reset": "[<counter-name> <integer>?|<reversed-counter-name> <integer>?]+|none", "counter-set": "[<counter-name> <integer>?]+|none", cursor: "[[<url> [<x> <y>]? ,]* [auto|default|none|context-menu|help|pointer|progress|wait|cell|crosshair|text|vertical-text|alias|copy|move|no-drop|not-allowed|e-resize|n-resize|ne-resize|nw-resize|s-resize|se-resize|sw-resize|w-resize|ew-resize|ns-resize|nesw-resize|nwse-resize|col-resize|row-resize|all-scroll|zoom-in|zoom-out|grab|grabbing|hand|-webkit-grab|-webkit-grabbing|-webkit-zoom-in|-webkit-zoom-out|-moz-grab|-moz-grabbing|-moz-zoom-in|-moz-zoom-out]]", d: "none|path( <string> )", cx: "<length>|<percentage>", cy: "<length>|<percentage>", direction: "ltr|rtl", display: "[<display-outside>||<display-inside>]|<display-listitem>|<display-internal>|<display-box>|<display-legacy>|<-non-standard-display>", "dominant-baseline": "auto|use-script|no-change|reset-size|ideographic|alphabetic|hanging|mathematical|central|middle|text-after-edge|text-before-edge", "empty-cells": "show|hide", "field-sizing": "content|fixed", fill: "<paint>", "fill-opacity": "<number-zero-one>", "fill-rule": "nonzero|evenodd", filter: "none|<filter-function-list>|<-ms-filter-function-list>", flex: "none|[<'flex-grow'> <'flex-shrink'>?||<'flex-basis'>]", "flex-basis": "content|<'width'>", "flex-direction": "row|row-reverse|column|column-reverse", "flex-flow": "<'flex-direction'>||<'flex-wrap'>", "flex-grow": "<number>", "flex-shrink": "<number>", "flex-wrap": "nowrap|wrap|wrap-reverse", float: "left|right|none|inline-start|inline-end", font: "[[<'font-style'>||<font-variant-css2>||<'font-weight'>||<font-width-css3>]? <'font-size'> [/ <'line-height'>]? <'font-family'>#]|<system-family-name>|<-non-standard-font>", "font-family": "[<family-name>|<generic-family>]#", "font-feature-settings": "normal|<feature-tag-value>#", "font-kerning": "auto|normal|none", "font-language-override": "normal|<string>", "font-optical-sizing": "auto|none", "font-palette": "normal|light|dark|<palette-identifier>", "font-variation-settings": "normal|[<string> <number>]#", "font-size": "<absolute-size>|<relative-size>|<length-percentage>", "font-size-adjust": "none|[ex-height|cap-height|ch-width|ic-width|ic-height]? [from-font|<number>]", "font-smooth": "auto|never|always|<absolute-size>|<length>", "font-stretch": "<font-stretch-absolute>", "font-style": "normal|italic|oblique <angle>?", "font-synthesis": "none|[weight||style||small-caps||position]", "font-synthesis-position": "auto|none", "font-synthesis-small-caps": "auto|none", "font-synthesis-style": "auto|none", "font-synthesis-weight": "auto|none", "font-variant": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>||stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )||[small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps]||<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero||<east-asian-variant-values>||<east-asian-width-values>||ruby]", "font-variant-alternates": "normal|[stylistic( <feature-value-name> )||historical-forms||styleset( <feature-value-name># )||character-variant( <feature-value-name># )||swash( <feature-value-name> )||ornaments( <feature-value-name> )||annotation( <feature-value-name> )]", "font-variant-caps": "normal|small-caps|all-small-caps|petite-caps|all-petite-caps|unicase|titling-caps", "font-variant-east-asian": "normal|[<east-asian-variant-values>||<east-asian-width-values>||ruby]", "font-variant-emoji": "normal|text|emoji|unicode", "font-variant-ligatures": "normal|none|[<common-lig-values>||<discretionary-lig-values>||<historical-lig-values>||<contextual-alt-values>]", "font-variant-numeric": "normal|[<numeric-figure-values>||<numeric-spacing-values>||<numeric-fraction-values>||ordinal||slashed-zero]", "font-variant-position": "normal|sub|super", "font-weight": "<font-weight-absolute>|bolder|lighter", "forced-color-adjust": "auto|none|preserve-parent-color", gap: "<'row-gap'> <'column-gap'>?", grid: "<'grid-template'>|<'grid-template-rows'> / [auto-flow&&dense?] <'grid-auto-columns'>?|[auto-flow&&dense?] <'grid-auto-rows'>? / <'grid-template-columns'>", "grid-area": "<grid-line> [/ <grid-line>]{0,3}", "grid-auto-columns": "<track-size>+", "grid-auto-flow": "[row|column]||dense", "grid-auto-rows": "<track-size>+", "grid-column": "<grid-line> [/ <grid-line>]?", "grid-column-end": "<grid-line>", "grid-column-gap": "<length-percentage>", "grid-column-start": "<grid-line>", "grid-gap": "<'grid-row-gap'> <'grid-column-gap'>?", "grid-row": "<grid-line> [/ <grid-line>]?", "grid-row-end": "<grid-line>", "grid-row-gap": "<length-percentage>", "grid-row-start": "<grid-line>", "grid-template": "none|[<'grid-template-rows'> / <'grid-template-columns'>]|[<line-names>? <string> <track-size>? <line-names>?]+ [/ <explicit-track-list>]?", "grid-template-areas": "none|<string>+", "grid-template-columns": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?", "grid-template-rows": "none|<track-list>|<auto-track-list>|subgrid <line-name-list>?", "hanging-punctuation": "none|[first||[force-end|allow-end]||last]", height: "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "hyphenate-character": "auto|<string>", "hyphenate-limit-chars": "[auto|<integer>]{1,3}", hyphens: "none|manual|auto", "image-orientation": "from-image|<angle>|[<angle>? flip]", "image-rendering": "auto|crisp-edges|pixelated|optimizeSpeed|optimizeQuality|<-non-standard-image-rendering>", "image-resolution": "[from-image||<resolution>]&&snap?", "ime-mode": "auto|normal|active|inactive|disabled", "initial-letter": "normal|[<number> <integer>?]", "initial-letter-align": "[auto|alphabetic|hanging|ideographic]", "inline-size": "<'width'>", "input-security": "auto|none", inset: "<'top'>{1,4}", "inset-block": "<'top'>{1,2}", "inset-block-end": "<'top'>", "inset-block-start": "<'top'>", "inset-inline": "<'top'>{1,2}", "inset-inline-end": "<'top'>", "inset-inline-start": "<'top'>", "interpolate-size": "numeric-only|allow-keywords", isolation: "auto|isolate", "justify-content": "normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]", "justify-items": "normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]|legacy|legacy&&[left|right|center]", "justify-self": "auto|normal|stretch|<baseline-position>|<overflow-position>? [<self-position>|left|right]", "justify-tracks": "[normal|<content-distribution>|<overflow-position>? [<content-position>|left|right]]#", left: "<length>|<percentage>|auto", "letter-spacing": "normal|<length-percentage>", "line-break": "auto|loose|normal|strict|anywhere", "line-clamp": "none|<integer>", "line-height": "normal|<number>|<length>|<percentage>", "line-height-step": "<length>", "list-style": "<'list-style-type'>||<'list-style-position'>||<'list-style-image'>", "list-style-image": "<image>|none", "list-style-position": "inside|outside", "list-style-type": "<counter-style>|<string>|none", margin: "[<length>|<percentage>|auto]{1,4}", "margin-block": "<'margin-left'>{1,2}", "margin-block-end": "<'margin-left'>", "margin-block-start": "<'margin-left'>", "margin-bottom": "<length>|<percentage>|auto", "margin-inline": "<'margin-left'>{1,2}", "margin-inline-end": "<'margin-left'>", "margin-inline-start": "<'margin-left'>", "margin-left": "<length>|<percentage>|auto", "margin-right": "<length>|<percentage>|auto", "margin-top": "<length>|<percentage>|auto", "margin-trim": "none|in-flow|all", marker: "none|<url>", "marker-end": "none|<url>", "marker-mid": "none|<url>", "marker-start": "none|<url>", mask: "<mask-layer>#", "mask-border": "<'mask-border-source'>||<'mask-border-slice'> [/ <'mask-border-width'>? [/ <'mask-border-outset'>]?]?||<'mask-border-repeat'>||<'mask-border-mode'>", "mask-border-mode": "luminance|alpha", "mask-border-outset": "[<length>|<number>]{1,4}", "mask-border-repeat": "[stretch|repeat|round|space]{1,2}", "mask-border-slice": "<number-percentage>{1,4} fill?", "mask-border-source": "none|<image>", "mask-border-width": "[<length-percentage>|<number>|auto]{1,4}", "mask-clip": "[<geometry-box>|no-clip]#", "mask-composite": "<compositing-operator>#", "mask-image": "<mask-reference>#", "mask-mode": "<masking-mode>#", "mask-origin": "<geometry-box>#", "mask-position": "<position>#", "mask-repeat": "<repeat-style>#", "mask-size": "<bg-size>#", "mask-type": "luminance|alpha", "masonry-auto-flow": "[pack|next]||[definite-first|ordered]", "math-depth": "auto-add|add( <integer> )|<integer>", "math-shift": "normal|compact", "math-style": "normal|compact", "max-block-size": "<'max-width'>", "max-height": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "max-inline-size": "<'max-width'>", "max-lines": "none|<integer>", "max-width": "none|<length-percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "min-block-size": "<'min-width'>", "min-height": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "min-inline-size": "<'min-width'>", "min-width": "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "mix-blend-mode": "<blend-mode>|plus-lighter", "object-fit": "fill|contain|cover|none|scale-down", "object-position": "<position>", offset: "[<'offset-position'>? [<'offset-path'> [<'offset-distance'>||<'offset-rotate'>]?]?]! [/ <'offset-anchor'>]?", "offset-anchor": "auto|<position>", "offset-distance": "<length-percentage>", "offset-path": "none|<offset-path>||<coord-box>", "offset-position": "normal|auto|<position>", "offset-rotate": "[auto|reverse]||<angle>", opacity: "<alpha-value>", order: "<integer>", orphans: "<integer>", outline: "[<'outline-width'>||<'outline-style'>||<'outline-color'>]", "outline-color": "auto|<color>", "outline-offset": "<length>", "outline-style": "auto|<'border-style'>", "outline-width": "<line-width>", overflow: "[visible|hidden|clip|scroll|auto]{1,2}|<-non-standard-overflow>", "overflow-anchor": "auto|none", "overflow-block": "visible|hidden|clip|scroll|auto", "overflow-clip-box": "padding-box|content-box", "overflow-clip-margin": "<visual-box>||<length [0,\u221E]>", "overflow-inline": "visible|hidden|clip|scroll|auto", "overflow-wrap": "normal|break-word|anywhere", "overflow-x": "visible|hidden|clip|scroll|auto", "overflow-y": "visible|hidden|clip|scroll|auto", overlay: "none|auto", "overscroll-behavior": "[contain|none|auto]{1,2}", "overscroll-behavior-block": "contain|none|auto", "overscroll-behavior-inline": "contain|none|auto", "overscroll-behavior-x": "contain|none|auto", "overscroll-behavior-y": "contain|none|auto", padding: "[<length>|<percentage>]{1,4}", "padding-block": "<'padding-left'>{1,2}", "padding-block-end": "<'padding-left'>", "padding-block-start": "<'padding-left'>", "padding-bottom": "<length>|<percentage>", "padding-inline": "<'padding-left'>{1,2}", "padding-inline-end": "<'padding-left'>", "padding-inline-start": "<'padding-left'>", "padding-left": "<length>|<percentage>", "padding-right": "<length>|<percentage>", "padding-top": "<length>|<percentage>", page: "auto|<custom-ident>", "page-break-after": "auto|always|avoid|left|right|recto|verso", "page-break-before": "auto|always|avoid|left|right|recto|verso", "page-break-inside": "auto|avoid", "paint-order": "normal|[fill||stroke||markers]", perspective: "none|<length>", "perspective-origin": "<position>", "place-content": "<'align-content'> <'justify-content'>?", "place-items": "<'align-items'> <'justify-items'>?", "place-self": "<'align-self'> <'justify-self'>?", "pointer-events": "auto|none|visiblePainted|visibleFill|visibleStroke|visible|painted|fill|stroke|all|inherit", position: "static|relative|absolute|sticky|fixed|-webkit-sticky", "position-anchor": "auto|<anchor-name>", "position-area": "none|<position-area>", "position-try": "<'position-try-order'>? <'position-try-fallbacks'>", "position-try-fallbacks": "none|[[<dashed-ident>||<try-tactic>]|<'position-area'>]#", "position-try-order": "normal|<try-size>", "position-visibility": "always|[anchors-valid||anchors-visible||no-overflow]", "print-color-adjust": "economy|exact", quotes: "none|auto|[<string> <string>]+", r: "<length>|<percentage>", resize: "none|both|horizontal|vertical|block|inline", right: "<length>|<percentage>|auto", rotate: "none|<angle>|[x|y|z|<number>{3}]&&<angle>", "row-gap": "normal|<length-percentage>", "ruby-align": "start|center|space-between|space-around", "ruby-merge": "separate|collapse|auto", "ruby-position": "[alternate||[over|under]]|inter-character", rx: "<length>|<percentage>", ry: "<length>|<percentage>", scale: "none|[<number>|<percentage>]{1,3}", "scrollbar-color": "auto|<color>{2}", "scrollbar-gutter": "auto|stable&&both-edges?", "scrollbar-width": "auto|thin|none", "scroll-behavior": "auto|smooth", "scroll-margin": "<length>{1,4}", "scroll-margin-block": "<length>{1,2}", "scroll-margin-block-start": "<length>", "scroll-margin-block-end": "<length>", "scroll-margin-bottom": "<length>", "scroll-margin-inline": "<length>{1,2}", "scroll-margin-inline-start": "<length>", "scroll-margin-inline-end": "<length>", "scroll-margin-left": "<length>", "scroll-margin-right": "<length>", "scroll-margin-top": "<length>", "scroll-padding": "[auto|<length-percentage>]{1,4}", "scroll-padding-block": "[auto|<length-percentage>]{1,2}", "scroll-padding-block-start": "auto|<length-percentage>", "scroll-padding-block-end": "auto|<length-percentage>", "scroll-padding-bottom": "auto|<length-percentage>", "scroll-padding-inline": "[auto|<length-percentage>]{1,2}", "scroll-padding-inline-start": "auto|<length-percentage>", "scroll-padding-inline-end": "auto|<length-percentage>", "scroll-padding-left": "auto|<length-percentage>", "scroll-padding-right": "auto|<length-percentage>", "scroll-padding-top": "auto|<length-percentage>", "scroll-snap-align": "[none|start|end|center]{1,2}", "scroll-snap-coordinate": "none|<position>#", "scroll-snap-destination": "<position>", "scroll-snap-points-x": "none|repeat( <length-percentage> )", "scroll-snap-points-y": "none|repeat( <length-percentage> )", "scroll-snap-stop": "normal|always", "scroll-snap-type": "none|[x|y|block|inline|both] [mandatory|proximity]?", "scroll-snap-type-x": "none|mandatory|proximity", "scroll-snap-type-y": "none|mandatory|proximity", "scroll-timeline": "[<'scroll-timeline-name'>||<'scroll-timeline-axis'>]#", "scroll-timeline-axis": "[block|inline|x|y]#", "scroll-timeline-name": "[none|<dashed-ident>]#", "shape-image-threshold": "<alpha-value>", "shape-margin": "<length-percentage>", "shape-outside": "none|[<shape-box>||<basic-shape>]|<image>", "shape-rendering": "auto|optimizeSpeed|crispEdges|geometricPrecision", stroke: "<paint>", "stroke-dasharray": "none|[<svg-length>+]#", "stroke-dashoffset": "<svg-length>", "stroke-linecap": "butt|round|square", "stroke-linejoin": "miter|round|bevel", "stroke-miterlimit": "<number-one-or-greater>", "stroke-opacity": "<'opacity'>", "stroke-width": "<svg-length>", "tab-size": "<integer>|<length>", "table-layout": "auto|fixed", "text-align": "start|end|left|right|center|justify|match-parent", "text-align-last": "auto|start|end|left|right|center|justify", "text-anchor": "start|middle|end", "text-combine-upright": "none|all|[digits <integer>?]", "text-decoration": "<'text-decoration-line'>||<'text-decoration-style'>||<'text-decoration-color'>||<'text-decoration-thickness'>", "text-decoration-color": "<color>", "text-decoration-line": "none|[underline||overline||line-through||blink]|spelling-error|grammar-error", "text-decoration-skip": "none|[objects||[spaces|[leading-spaces||trailing-spaces]]||edges||box-decoration]", "text-decoration-skip-ink": "auto|all|none", "text-decoration-style": "solid|double|dotted|dashed|wavy", "text-decoration-thickness": "auto|from-font|<length>|<percentage>", "text-emphasis": "<'text-emphasis-style'>||<'text-emphasis-color'>", "text-emphasis-color": "<color>", "text-emphasis-position": "auto|[over|under]&&[right|left]?", "text-emphasis-style": "none|[[filled|open]||[dot|circle|double-circle|triangle|sesame]]|<string>", "text-indent": "<length-percentage>&&hanging?&&each-line?", "text-justify": "auto|inter-character|inter-word|none", "text-orientation": "mixed|upright|sideways", "text-overflow": "[clip|ellipsis|<string>]{1,2}", "text-rendering": "auto|optimizeSpeed|optimizeLegibility|geometricPrecision", "text-shadow": "none|<shadow-t>#", "text-size-adjust": "none|auto|<percentage>", "text-spacing-trim": "space-all|normal|space-first|trim-start|trim-both|trim-all|auto", "text-transform": "none|capitalize|uppercase|lowercase|full-width|full-size-kana", "text-underline-offset": "auto|<length>|<percentage>", "text-underline-position": "auto|from-font|[under||[left|right]]", "text-wrap": "<'text-wrap-mode'>||<'text-wrap-style'>", "text-wrap-mode": "auto|wrap|nowrap", "text-wrap-style": "auto|balance|stable|pretty", "timeline-scope": "none|<dashed-ident>#", top: "<length>|<percentage>|auto", "touch-action": "auto|none|[[pan-x|pan-left|pan-right]||[pan-y|pan-up|pan-down]||pinch-zoom]|manipulation", transform: "none|<transform-list>", "transform-box": "content-box|border-box|fill-box|stroke-box|view-box", "transform-origin": "[<length-percentage>|left|center|right|top|bottom]|[[<length-percentage>|left|center|right]&&[<length-percentage>|top|center|bottom]] <length>?", "transform-style": "flat|preserve-3d", transition: "<single-transition>#", "transition-behavior": "<transition-behavior-value>#", "transition-delay": "<time>#", "transition-duration": "<time>#", "transition-property": "none|<single-transition-property>#", "transition-timing-function": "<easing-function>#", translate: "none|<length-percentage> [<length-percentage> <length>?]?", "unicode-bidi": "normal|embed|isolate|bidi-override|isolate-override|plaintext|-moz-isolate|-moz-isolate-override|-moz-plaintext|-webkit-isolate|-webkit-isolate-override|-webkit-plaintext", "user-select": "auto|text|none|contain|all", "vector-effect": "none|non-scaling-stroke|non-scaling-size|non-rotation|fixed-position", "vertical-align": "baseline|sub|super|text-top|text-bottom|middle|top|bottom|<percentage>|<length>", "view-timeline": "[<'view-timeline-name'> <'view-timeline-axis'>?]#", "view-timeline-axis": "[block|inline|x|y]#", "view-timeline-inset": "[[auto|<length-percentage>]{1,2}]#", "view-timeline-name": "none|<dashed-ident>#", "view-transition-name": "none|<custom-ident>", visibility: "visible|hidden|collapse", "white-space": "normal|pre|nowrap|pre-wrap|pre-line|break-spaces|[<'white-space-collapse'>||<'text-wrap'>||<'white-space-trim'>]", "white-space-collapse": "collapse|discard|preserve|preserve-breaks|preserve-spaces|break-spaces", widows: "<integer>", width: "auto|<length>|<percentage>|min-content|max-content|fit-content|fit-content( <length-percentage> )|stretch|<-non-standard-size>", "will-change": "auto|<animateable-feature>#", "word-break": "normal|break-all|keep-all|break-word|auto-phrase", "word-spacing": "normal|<length>", "word-wrap": "normal|break-word", "writing-mode": "horizontal-tb|vertical-rl|vertical-lr|sideways-rl|sideways-lr|<svg-writing-mode>", x: "<length>|<percentage>", y: "<length>|<percentage>", "z-index": "auto|<integer>", zoom: "normal|reset|<number>|<percentage>", "-moz-background-clip": "padding|border", "-moz-border-radius-bottomleft": "<'border-bottom-left-radius'>", "-moz-border-radius-bottomright": "<'border-bottom-right-radius'>", "-moz-border-radius-topleft": "<'border-top-left-radius'>", "-moz-border-radius-topright": "<'border-bottom-right-radius'>", "-moz-control-character-visibility": "visible|hidden", "-moz-osx-font-smoothing": "auto|grayscale", "-moz-user-select": "none|text|all|-moz-none", "-ms-flex-align": "start|end|center|baseline|stretch", "-ms-flex-item-align": "auto|start|end|center|baseline|stretch", "-ms-flex-line-pack": "start|end|center|justify|distribute|stretch", "-ms-flex-negative": "<'flex-shrink'>", "-ms-flex-pack": "start|end|center|justify|distribute", "-ms-flex-order": "<integer>", "-ms-flex-positive": "<'flex-grow'>", "-ms-flex-preferred-size": "<'flex-basis'>", "-ms-interpolation-mode": "nearest-neighbor|bicubic", "-ms-grid-column-align": "start|end|center|stretch", "-ms-grid-row-align": "start|end|center|stretch", "-ms-hyphenate-limit-last": "none|always|column|page|spread", "-webkit-background-clip": "[<box>|border|padding|content|text]#", "-webkit-column-break-after": "always|auto|avoid", "-webkit-column-break-before": "always|auto|avoid", "-webkit-column-break-inside": "always|auto|avoid", "-webkit-font-smoothing": "auto|none|antialiased|subpixel-antialiased", "-webkit-mask-box-image": "[<url>|<gradient>|none] [<length-percentage>{4} <-webkit-mask-box-repeat>{2}]?", "-webkit-print-color-adjust": "economy|exact", "-webkit-text-security": "none|circle|disc|square", "-webkit-user-drag": "none|element|auto", "-webkit-user-select": "auto|none|text|all", "alignment-baseline": "auto|baseline|before-edge|text-before-edge|middle|central|after-edge|text-after-edge|ideographic|alphabetic|hanging|mathematical", "baseline-shift": "baseline|sub|super|<svg-length>", behavior: "<url>+", cue: "<'cue-before'> <'cue-after'>?", "cue-after": "<url> <decibel>?|none", "cue-before": "<url> <decibel>?|none", "glyph-orientation-horizontal": "<angle>", "glyph-orientation-vertical": "<angle>", kerning: "auto|<svg-length>", pause: "<'pause-before'> <'pause-after'>?", "pause-after": "<time>|none|x-weak|weak|medium|strong|x-strong", "pause-before": "<time>|none|x-weak|weak|medium|strong|x-strong", rest: "<'rest-before'> <'rest-after'>?", "rest-after": "<time>|none|x-weak|weak|medium|strong|x-strong", "rest-before": "<time>|none|x-weak|weak|medium|strong|x-strong", src: "[<url> [format( <string># )]?|local( <family-name> )]#", speak: "auto|never|always", "speak-as": "normal|spell-out||digits||[literal-punctuation|no-punctuation]", "unicode-range": "<urange>#", "voice-balance": "<number>|left|center|right|leftwards|rightwards", "voice-duration": "auto|<time>", "voice-family": "[[<family-name>|<generic-voice>] ,]* [<family-name>|<generic-voice>]|preserve", "voice-pitch": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]", "voice-range": "<frequency>&&absolute|[[x-low|low|medium|high|x-high]||[<frequency>|<semitones>|<percentage>]]", "voice-rate": "[normal|x-slow|slow|medium|fast|x-fast]||<percentage>", "voice-stress": "normal|strong|moderate|none|reduced", "voice-volume": "silent|[[x-soft|soft|medium|loud|x-loud]||<decibel>]", "white-space-trim": "none|discard-before||discard-after||discard-inner" }, atrules: { charset: { prelude: "<string>", descriptors: null }, "counter-style": { prelude: "<counter-style-name>", descriptors: { "additive-symbols": "[<integer>&&<symbol>]#", fallback: "<counter-style-name>", negative: "<symbol> <symbol>?", pad: "<integer>&&<symbol>", prefix: "<symbol>", range: "[[<integer>|infinite]{2}]#|auto", "speak-as": "auto|bullets|numbers|words|spell-out|<counter-style-name>", suffix: "<symbol>", symbols: "<symbol>+", system: "cyclic|numeric|alphabetic|symbolic|additive|[fixed <integer>?]|[extends <counter-style-name>]" } }, document: { prelude: "[<url>|url-prefix( <string> )|domain( <string> )|media-document( <string> )|regexp( <string> )]#", descriptors: null }, "font-palette-values": { prelude: "<dashed-ident>", descriptors: { "base-palette": "light|dark|<integer [0,\u221E]>", "font-family": "<family-name>#", "override-colors": "[<integer [0,\u221E]> <absolute-color-base>]#" } }, "font-face": { prelude: null, descriptors: { "ascent-override": "normal|<percentage>", "descent-override": "normal|<percentage>", "font-display": "[auto|block|swap|fallback|optional]", "font-family": "<family-name>", "font-feature-settings": "normal|<feature-tag-value>#", "font-variation-settings": "normal|[<string> <number>]#", "font-stretch": "<font-stretch-absolute>{1,2}", "font-style": "normal|italic|oblique <angle>{0,2}", "font-weight": "<font-weight-absolute>{1,2}", "line-gap-override": "normal|<percentage>", "size-adjust": "<percentage>", src: "[<url> [format( <string># )]?|local( <family-name> )]#", "unicode-range": "<urange>#" } }, "font-feature-values": { prelude: "<family-name>#", descriptors: null }, import: { prelude: "[<string>|<url>] [layer|layer( <layer-name> )]? [supports( [<supports-condition>|<declaration>] )]? <media-query-list>?", descriptors: null }, keyframes: { prelude: "<keyframes-name>", descriptors: null }, layer: { prelude: "[<layer-name>#|<layer-name>?]", descriptors: null }, media: { prelude: "<media-query-list>", descriptors: null }, namespace: { prelude: "<namespace-prefix>? [<string>|<url>]", descriptors: null }, page: { prelude: "<page-selector-list>", descriptors: { bleed: "auto|<length>", marks: "none|[crop||cross]", "page-orientation": "upright|rotate-left|rotate-right", size: "<length>{1,2}|auto|[<page-size>||[portrait|landscape]]" } }, "position-try": { prelude: "<dashed-ident>", descriptors: { top: "<'top'>", left: "<'left'>", bottom: "<'bottom'>", right: "<'right'>", "inset-block-start": "<'inset-block-start'>", "inset-block-end": "<'inset-block-end'>", "inset-inline-start": "<'inset-inline-start'>", "inset-inline-end": "<'inset-inline-end'>", "inset-block": "<'inset-block'>", "inset-inline": "<'inset-inline'>", inset: "<'inset'>", "margin-top": "<'margin-top'>", "margin-left": "<'margin-left'>", "margin-bottom": "<'margin-bottom'>", "margin-right": "<'margin-right'>", "margin-block-start": "<'margin-block-start'>", "margin-block-end": "<'margin-block-end'>", "margin-inline-start": "<'margin-inline-start'>", "margin-inline-end": "<'margin-inline-end'>", margin: "<'margin'>", "margin-block": "<'margin-block'>", "margin-inline": "<'margin-inline'>", width: "<'width'>", height: "<'height'>", "min-width": "<'min-width'>", "min-height": "<'min-height'>", "max-width": "<'max-width'>", "max-height": "<'max-height'>", "block-size": "<'block-size'>", "inline-size": "<'inline-size'>", "min-block-size": "<'min-block-size'>", "min-inline-size": "<'min-inline-size'>", "max-block-size": "<'max-block-size'>", "max-inline-size": "<'max-inline-size'>", "align-self": "<'align-self'>|anchor-center", "justify-self": "<'justify-self'>|anchor-center" } }, property: { prelude: "<custom-property-name>", descriptors: { syntax: "<string>", inherits: "true|false", "initial-value": "<declaration-value>?" } }, scope: { prelude: "[( <scope-start> )]? [to ( <scope-end> )]?", descriptors: null }, "starting-style": { prelude: null, descriptors: null }, supports: { prelude: "<supports-condition>", descriptors: null }, container: { prelude: "[<container-name>]? <container-condition>", descriptors: null }, nest: { prelude: "<complex-selector-list>", descriptors: null } }, node: Ns };
|
|
93117
|
+
function js(e3) {
|
|
93118
93118
|
switch (this.tokenType) {
|
|
93119
93119
|
case T:
|
|
93120
93120
|
return this.Hash();
|
|
@@ -93126,11 +93126,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93126
93126
|
return this.Brackets(this.readSequence, e3.recognizer);
|
|
93127
93127
|
case O:
|
|
93128
93128
|
return this.String();
|
|
93129
|
-
case
|
|
93129
|
+
case B:
|
|
93130
93130
|
return this.Dimension();
|
|
93131
|
-
case I:
|
|
93132
|
-
return this.Percentage();
|
|
93133
93131
|
case j:
|
|
93132
|
+
return this.Percentage();
|
|
93133
|
+
case I:
|
|
93134
93134
|
return this.Number();
|
|
93135
93135
|
case z:
|
|
93136
93136
|
return this.cmpStr(this.tokenStart, this.tokenEnd, "url(") ? this.Url() : this.Function(this.readSequence, e3.recognizer);
|
|
@@ -93147,7 +93147,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93147
93147
|
}
|
|
93148
93148
|
}
|
|
93149
93149
|
}
|
|
93150
|
-
var
|
|
93150
|
+
var Bs = { getNode: js }, Ds = { onWhiteSpace: function(e3, t3) {
|
|
93151
93151
|
null !== t3.last && "Combinator" !== t3.last.type && null !== e3 && "Combinator" !== e3.type && t3.push({ type: "Combinator", loc: null, name: " " });
|
|
93152
93152
|
}, getNode: function() {
|
|
93153
93153
|
switch (this.tokenType) {
|
|
@@ -93159,10 +93159,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93159
93159
|
return this.lookupType(1) === U ? this.PseudoElementSelector() : this.PseudoClassSelector();
|
|
93160
93160
|
case C:
|
|
93161
93161
|
return this.TypeSelector();
|
|
93162
|
-
case j:
|
|
93163
93162
|
case I:
|
|
93163
|
+
case j:
|
|
93164
93164
|
return this.Percentage();
|
|
93165
|
-
case
|
|
93165
|
+
case B:
|
|
93166
93166
|
46 === this.charCodeAt(this.tokenStart) && this.error("Identifier is expected", this.tokenStart + 1);
|
|
93167
93167
|
break;
|
|
93168
93168
|
case N:
|
|
@@ -93184,11 +93184,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93184
93184
|
}
|
|
93185
93185
|
}
|
|
93186
93186
|
} };
|
|
93187
|
-
function
|
|
93187
|
+
function Ps(e3) {
|
|
93188
93188
|
return null !== e3 && "Operator" === e3.type && ("-" === e3.value[e3.value.length - 1] || "+" === e3.value[e3.value.length - 1]);
|
|
93189
93189
|
}
|
|
93190
|
-
var Fs = { getNode:
|
|
93191
|
-
|
|
93190
|
+
var Fs = { getNode: js, onWhiteSpace(e3, t3) {
|
|
93191
|
+
Ps(e3) && (e3.value = " " + e3.value), Ps(t3.last) && (t3.last.value += " ");
|
|
93192
93192
|
}, expression: function() {
|
|
93193
93193
|
return this.createSingleNodeList(this.Raw(null, false));
|
|
93194
93194
|
}, var: function() {
|
|
@@ -93198,7 +93198,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93198
93198
|
const t3 = this.tokenIndex, n3 = this.parseCustomProperty ? this.Value(null) : this.Raw(this.consumeUntilExclamationMarkOrSemicolon, false);
|
|
93199
93199
|
if ("Value" === n3.type && n3.children.isEmpty) {
|
|
93200
93200
|
for (let e4 = t3 - this.tokenIndex; e4 <= 0; e4++)
|
|
93201
|
-
if (this.lookupType(e4) ===
|
|
93201
|
+
if (this.lookupType(e4) === D) {
|
|
93202
93202
|
n3.children.appendData({ type: "WhiteSpace", loc: null, value: " " });
|
|
93203
93203
|
break;
|
|
93204
93204
|
}
|
|
@@ -93206,7 +93206,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93206
93206
|
e3.push(n3);
|
|
93207
93207
|
}
|
|
93208
93208
|
return e3;
|
|
93209
|
-
} }, Us = Object.freeze({ __proto__: null, AtrulePrelude:
|
|
93209
|
+
} }, Us = Object.freeze({ __proto__: null, AtrulePrelude: Bs, Selector: Ds, Value: Fs });
|
|
93210
93210
|
const Ms = /* @__PURE__ */ new Set(["none", "and", "not", "or"]);
|
|
93211
93211
|
var qs = { parse: { prelude() {
|
|
93212
93212
|
const e3 = this.createList();
|
|
@@ -93245,7 +93245,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93245
93245
|
var Hs = function e3(t3) {
|
|
93246
93246
|
const n3 = function(e4) {
|
|
93247
93247
|
let t4 = "", n4 = "<unknown>", r4 = false, o4 = Ze, i4 = false;
|
|
93248
|
-
const a4 = new Le(), s4 = Object.assign(new
|
|
93248
|
+
const a4 = new Le(), s4 = Object.assign(new je(), function(e5) {
|
|
93249
93249
|
const t5 = { context: /* @__PURE__ */ Object.create(null), features: Object.assign(/* @__PURE__ */ Object.create(null), e5.features), scope: Object.assign(/* @__PURE__ */ Object.create(null), e5.scope), atrule: Je(e5.atrule), pseudo: Je(e5.pseudo), node: Je(e5.node) };
|
|
93250
93250
|
for (const [n5, r5] of Object.entries(e5.parseContext))
|
|
93251
93251
|
switch (typeof r5) {
|
|
@@ -93256,7 +93256,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93256
93256
|
t5.context[n5] = Qe(r5);
|
|
93257
93257
|
}
|
|
93258
93258
|
return { config: t5, ...t5, ...t5.node };
|
|
93259
|
-
}(e4 || {}), { parseAtrulePrelude: true, parseRulePrelude: true, parseValue: true, parseCustomProperty: false, readSequence: Ve, consumeUntilBalanceEnd: () => 0, consumeUntilLeftCurlyBracket: (e5) => e5 === Ye ? 1 : 0, consumeUntilLeftCurlyBracketOrSemicolon: (e5) => e5 === Ye || e5 === Ge ? 1 : 0, consumeUntilExclamationMarkOrSemicolon: (e5) => e5 === Ke || e5 === Ge ? 1 : 0, consumeUntilSemicolonIncluded: (e5) => e5 === Ge ? 2 : 0, createList: () => new
|
|
93259
|
+
}(e4 || {}), { parseAtrulePrelude: true, parseRulePrelude: true, parseValue: true, parseCustomProperty: false, readSequence: Ve, consumeUntilBalanceEnd: () => 0, consumeUntilLeftCurlyBracket: (e5) => e5 === Ye ? 1 : 0, consumeUntilLeftCurlyBracketOrSemicolon: (e5) => e5 === Ye || e5 === Ge ? 1 : 0, consumeUntilExclamationMarkOrSemicolon: (e5) => e5 === Ke || e5 === Ge ? 1 : 0, consumeUntilSemicolonIncluded: (e5) => e5 === Ge ? 2 : 0, createList: () => new Pe(), createSingleNodeList: (e5) => new Pe().appendData(e5), getFirstListNode: (e5) => e5 && e5.first, getLastListNode: (e5) => e5 && e5.last, parseWithFallback(e5, t5) {
|
|
93260
93260
|
const n5 = this.tokenIndex;
|
|
93261
93261
|
try {
|
|
93262
93262
|
return e5.call(this);
|
|
@@ -93270,7 +93270,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93270
93270
|
}, lookupNonWSType(e5) {
|
|
93271
93271
|
let t5;
|
|
93272
93272
|
do {
|
|
93273
|
-
if (t5 = this.lookupType(e5++), t5 !==
|
|
93273
|
+
if (t5 = this.lookupType(e5++), t5 !== D && t5 !== G)
|
|
93274
93274
|
return t5;
|
|
93275
93275
|
} while (t5 !== Xe);
|
|
93276
93276
|
return Xe;
|
|
@@ -93296,8 +93296,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93296
93296
|
case T:
|
|
93297
93297
|
this.isDelim(He) && (this.next(), r5++, n5 = "Name is expected");
|
|
93298
93298
|
break;
|
|
93299
|
-
case
|
|
93300
|
-
this.tokenType ===
|
|
93299
|
+
case j:
|
|
93300
|
+
this.tokenType === I && (r5 = this.tokenEnd, n5 = "Percent sign is expected");
|
|
93301
93301
|
}
|
|
93302
93302
|
this.error(n5, r5);
|
|
93303
93303
|
}
|
|
@@ -93321,7 +93321,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93321
93321
|
throw new $e(e5 || "Unexpected input", t4, r5.offset, r5.line, r5.column, a4.startLine, a4.startColumn);
|
|
93322
93322
|
} });
|
|
93323
93323
|
return Object.assign(function(e5, l2) {
|
|
93324
|
-
t4 = e5, l2 = l2 || {}, s4.setSource(t4,
|
|
93324
|
+
t4 = e5, l2 = l2 || {}, s4.setSource(t4, Be), a4.setSource(t4, l2.offset, l2.line, l2.column), n4 = l2.filename || "<unknown>", r4 = Boolean(l2.positions), o4 = "function" == typeof l2.onParseError ? l2.onParseError : Ze, i4 = false, s4.parseAtrulePrelude = !("parseAtrulePrelude" in l2) || Boolean(l2.parseAtrulePrelude), s4.parseRulePrelude = !("parseRulePrelude" in l2) || Boolean(l2.parseRulePrelude), s4.parseValue = !("parseValue" in l2) || Boolean(l2.parseValue), s4.parseCustomProperty = "parseCustomProperty" in l2 && Boolean(l2.parseCustomProperty);
|
|
93325
93325
|
const { context: c2 = "default", onComment: u2 } = l2;
|
|
93326
93326
|
if (c2 in s4.context == 0)
|
|
93327
93327
|
throw new Error("Unknown context `" + c2 + "`");
|
|
@@ -93342,13 +93342,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93342
93342
|
const r5 = e5.node[n5];
|
|
93343
93343
|
if (!r5.structure)
|
|
93344
93344
|
throw new Error("Missed `structure` field in `" + n5 + "` node type definition");
|
|
93345
|
-
t5[n5] =
|
|
93345
|
+
t5[n5] = It(0, r5);
|
|
93346
93346
|
}
|
|
93347
93347
|
return t5;
|
|
93348
93348
|
}(e4), n4 = {}, r4 = {}, o4 = Symbol("break-walk"), i4 = Symbol("skip-node");
|
|
93349
93349
|
for (const e5 in t4)
|
|
93350
|
-
Lt.call(t4, e5) && null !== t4[e5] && (n4[e5] =
|
|
93351
|
-
const a4 =
|
|
93350
|
+
Lt.call(t4, e5) && null !== t4[e5] && (n4[e5] = jt(t4[e5], false), r4[e5] = jt(t4[e5], true));
|
|
93351
|
+
const a4 = Bt(n4), s4 = Bt(r4), l2 = function(e5, l3) {
|
|
93352
93352
|
function c2(e6, t5, n5) {
|
|
93353
93353
|
const r5 = u2.call(m2, e6, t5, n5);
|
|
93354
93354
|
return r5 === o4 || r5 !== i4 && (!(!d2.hasOwnProperty(e6.type) || !d2[e6.type](e6, m2, c2, p2)) || h2.call(m2, e6, t5, n5) === o4);
|
|
@@ -93396,7 +93396,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93396
93396
|
throw new Error("Unknown node type: " + e6.type);
|
|
93397
93397
|
t4.get(e6.type).call(a4, e6);
|
|
93398
93398
|
}, tokenBefore: Ct, token(e6, t5) {
|
|
93399
|
-
o4 = this.tokenBefore(o4, e6, t5), this.emit(t5, e6, false), e6 === N && t5.charCodeAt(0) === At && this.emit("\n",
|
|
93399
|
+
o4 = this.tokenBefore(o4, e6, t5), this.emit(t5, e6, false), e6 === N && t5.charCodeAt(0) === At && this.emit("\n", D, true);
|
|
93400
93400
|
}, emit(e6) {
|
|
93401
93401
|
r4 += e6;
|
|
93402
93402
|
}, result: () => r4 };
|
|
@@ -93427,16 +93427,16 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93427
93427
|
};
|
|
93428
93428
|
}(t3), { fromPlainObject: i3, toPlainObject: a3 } = function(e4) {
|
|
93429
93429
|
return { fromPlainObject: (t4) => (e4(t4, { enter(e5) {
|
|
93430
|
-
e5.children && e5.children instanceof
|
|
93430
|
+
e5.children && e5.children instanceof Pe == 0 && (e5.children = new Pe().fromArray(e5.children));
|
|
93431
93431
|
} }), t4), toPlainObject: (t4) => (e4(t4, { leave(e5) {
|
|
93432
|
-
e5.children && e5.children instanceof
|
|
93432
|
+
e5.children && e5.children instanceof Pe && (e5.children = e5.children.toArray());
|
|
93433
93433
|
} }), t4) };
|
|
93434
|
-
}(r3), s3 = { lexer: null, createLexer: (e4) => new Qr(e4, s3, s3.lexer.structure), tokenize:
|
|
93434
|
+
}(r3), s3 = { lexer: null, createLexer: (e4) => new Qr(e4, s3, s3.lexer.structure), tokenize: Be, parse: n3, generate: o3, walk: r3, find: r3.find, findLast: r3.findLast, findAll: r3.findAll, fromPlainObject: i3, toPlainObject: a3, fork(n4) {
|
|
93435
93435
|
const r4 = to({}, t3);
|
|
93436
93436
|
return e3("function" == typeof n4 ? n4(r4) : to(r4, n4));
|
|
93437
93437
|
} };
|
|
93438
93438
|
return s3.lexer = new Qr({ generic: t3.generic, cssWideKeywords: t3.cssWideKeywords, units: t3.units, types: t3.types, atrules: t3.atrules, properties: t3.properties, node: t3.node }, s3), s3;
|
|
93439
|
-
}(to({}, { ...
|
|
93439
|
+
}(to({}, { ...Is, parseContext: { default: "StyleSheet", stylesheet: "StyleSheet", atrule: "Atrule", atrulePrelude(e3) {
|
|
93440
93440
|
return this.AtrulePrelude(e3.atrule ? String(e3.atrule) : null);
|
|
93441
93441
|
}, mediaQueryList: "MediaQueryList", mediaQuery: "MediaQuery", condition(e3) {
|
|
93442
93442
|
return this.Condition(e3.kind);
|
|
@@ -93513,7 +93513,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93513
93513
|
this.skipSC();
|
|
93514
93514
|
}
|
|
93515
93515
|
return e3;
|
|
93516
|
-
} }, matches: Vs, is: Vs, "-moz-any": Vs, "-webkit-any": Vs, where: Vs, not: Vs, "nth-child": Ks, "nth-last-child": Ks, "nth-last-of-type": Ks, "nth-of-type": Ks, slotted: Zs, host: Zs, "host-context": Zs }, node: Object.freeze({ __proto__: null, AnPlusB: ho, Atrule: bo, AtrulePrelude: ko, AttributeSelector: Lo, Block:
|
|
93516
|
+
} }, matches: Vs, is: Vs, "-moz-any": Vs, "-webkit-any": Vs, where: Vs, not: Vs, "nth-child": Ks, "nth-last-child": Ks, "nth-last-of-type": Ks, "nth-of-type": Ks, slotted: Zs, host: Zs, "host-context": Zs }, node: Object.freeze({ __proto__: null, AnPlusB: ho, Atrule: bo, AtrulePrelude: ko, AttributeSelector: Lo, Block: Bo, Brackets: Po, CDC: Uo, CDO: qo, ClassSelector: Vo, Combinator: Ho, Comment: Xo, Condition: ri, Declaration: gi, DeclarationList: vi, Dimension: Si, Feature: Ai, FeatureFunction: Ei, FeatureRange: Ui, Function: Wi, GeneralEnclosed: Zi, Hash: Gi, IdSelector: ta, Identifier: Qi, Layer: oa, LayerList: aa, MediaQuery: ca, MediaQueryList: ha, NestingSelector: pa, Nth: fa, Number: ya, Operator: va, Parentheses: _a, Percentage: za, PseudoClassSelector: Oa, PseudoElementSelector: Ra, Ratio: ja, Raw: Fa, Rule: Wa, Scope: Va, Selector: Ka, SelectorList: Ga, String: ns, StyleSheet: is, SupportsDeclaration: ss, TypeSelector: ds, UnicodeRange: xs, Url: Cs, Value: As, WhiteSpace: Es }), node: Ns }));
|
|
93517
93517
|
const { tokenize: Gs, parse: Ys, generate: Xs, lexer: Qs, createLexer: Js, walk: el, find: tl, findLast: nl, findAll: rl, toPlainObject: ol, fromPlainObject: il, fork: al } = Hs, sl = /* @__PURE__ */ new Map([["background", /* @__PURE__ */ new Set(["background-color", "background-position", "background-position-x", "background-position-y", "background-size", "background-repeat", "background-repeat-x", "background-repeat-y", "background-clip", "background-origin", "background-attachment", "background-image"])], ["background-position", /* @__PURE__ */ new Set(["background-position-x", "background-position-y"])], ["background-repeat", /* @__PURE__ */ new Set(["background-repeat-x", "background-repeat-y"])], ["font", /* @__PURE__ */ new Set(["font-style", "font-variant-caps", "font-weight", "font-stretch", "font-size", "line-height", "font-family", "font-size-adjust", "font-kerning", "font-optical-sizing", "font-palette", "font-synthesis-style", "font-synthesis-weight", "font-synthesis-small-caps", "font-variant-alternates", "font-variant-east-asian", "font-variant-emoji", "font-variant-ligatures", "font-variant-numeric", "font-variant-position", "font-language-override", "font-feature-settings", "font-variation-settings"])], ["font-synthesis", /* @__PURE__ */ new Set(["font-synthesis-style", "font-synthesis-weight", "font-synthesis-small-caps"])], ["font-variant", /* @__PURE__ */ new Set(["font-variant-caps", "font-variant-numeric", "font-variant-alternates", "font-variant-ligatures", "font-variant-east-asian", "font-variant-emoji", "font-variant-position"])], ["outline", /* @__PURE__ */ new Set(["outline-width", "outline-style", "outline-color"])], ["border", /* @__PURE__ */ new Set(["border-top-width", "border-right-width", "border-bottom-width", "border-left-width", "border-top-style", "border-right-style", "border-bottom-style", "border-left-style", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "border-image-source", "border-image-slice", "border-image-width", "border-image-outset", "border-image-repeat"])], ["border-width", /* @__PURE__ */ new Set(["border-top-width", "border-right-width", "border-bottom-width", "border-left-width"])], ["border-style", /* @__PURE__ */ new Set(["border-top-style", "border-right-style", "border-bottom-style", "border-left-style"])], ["border-color", /* @__PURE__ */ new Set(["border-top-color", "border-right-color", "border-bottom-color", "border-left-color"])], ["border-block", /* @__PURE__ */ new Set(["border-block-start-width", "border-block-end-width", "border-block-start-style", "border-block-end-style", "border-block-start-color", "border-block-end-color"])], ["border-block-start", /* @__PURE__ */ new Set(["border-block-start-width", "border-block-start-style", "border-block-start-color"])], ["border-block-end", /* @__PURE__ */ new Set(["border-block-end-width", "border-block-end-style", "border-block-end-color"])], ["border-inline", /* @__PURE__ */ new Set(["border-inline-start-width", "border-inline-end-width", "border-inline-start-style", "border-inline-end-style", "border-inline-start-color", "border-inline-end-color"])], ["border-inline-start", /* @__PURE__ */ new Set(["border-inline-start-width", "border-inline-start-style", "border-inline-start-color"])], ["border-inline-end", /* @__PURE__ */ new Set(["border-inline-end-width", "border-inline-end-style", "border-inline-end-color"])], ["border-image", /* @__PURE__ */ new Set(["border-image-source", "border-image-slice", "border-image-width", "border-image-outset", "border-image-repeat"])], ["border-radius", /* @__PURE__ */ new Set(["border-top-left-radius", "border-top-right-radius", "border-bottom-right-radius", "border-bottom-left-radius"])], ["padding", /* @__PURE__ */ new Set(["padding-top", "padding-right", "padding-bottom", "padding-left"])], ["padding-block", /* @__PURE__ */ new Set(["padding-block-start", "padding-block-end"])], ["padding-inline", /* @__PURE__ */ new Set(["padding-inline-start", "padding-inline-end"])], ["margin", /* @__PURE__ */ new Set(["margin-top", "margin-right", "margin-bottom", "margin-left"])], ["margin-block", /* @__PURE__ */ new Set(["margin-block-start", "margin-block-end"])], ["margin-inline", /* @__PURE__ */ new Set(["margin-inline-start", "margin-inline-end"])], ["inset", /* @__PURE__ */ new Set(["top", "right", "bottom", "left"])], ["inset-block", /* @__PURE__ */ new Set(["inset-block-start", "inset-block-end"])], ["inset-inline", /* @__PURE__ */ new Set(["inset-inline-start", "inset-inline-end"])], ["flex", /* @__PURE__ */ new Set(["flex-grow", "flex-shrink", "flex-basis"])], ["flex-flow", /* @__PURE__ */ new Set(["flex-direction", "flex-wrap"])], ["gap", /* @__PURE__ */ new Set(["row-gap", "column-gap"])], ["transition", /* @__PURE__ */ new Set(["transition-duration", "transition-timing-function", "transition-delay", "transition-property"])], ["grid", /* @__PURE__ */ new Set(["grid-template-rows", "grid-template-columns", "grid-template-areas", "grid-auto-flow", "grid-auto-columns", "grid-auto-rows"])], ["grid-template", /* @__PURE__ */ new Set(["grid-template-rows", "grid-template-columns", "grid-template-areas"])], ["grid-row", /* @__PURE__ */ new Set(["grid-row-start", "grid-row-end"])], ["grid-column", /* @__PURE__ */ new Set(["grid-column-start", "grid-column-end"])], ["grid-gap", /* @__PURE__ */ new Set(["grid-row-gap", "grid-column-gap", "row-gap", "column-gap"])], ["place-content", /* @__PURE__ */ new Set(["align-content", "justify-content"])], ["place-items", /* @__PURE__ */ new Set(["align-items", "justify-items"])], ["place-self", /* @__PURE__ */ new Set(["align-self", "justify-self"])], ["columns", /* @__PURE__ */ new Set(["column-width", "column-count"])], ["column-rule", /* @__PURE__ */ new Set(["column-rule-width", "column-rule-style", "column-rule-color"])], ["list-style", /* @__PURE__ */ new Set(["list-style-type", "list-style-position", "list-style-image"])], ["offset", /* @__PURE__ */ new Set(["offset-position", "offset-path", "offset-distance", "offset-rotate", "offset-anchor"])], ["overflow", /* @__PURE__ */ new Set(["overflow-x", "overflow-y"])], ["overscroll-behavior", /* @__PURE__ */ new Set(["overscroll-behavior-x", "overscroll-behavior-y"])], ["scroll-margin", /* @__PURE__ */ new Set(["scroll-margin-top", "scroll-margin-right", "scroll-margin-bottom", "scroll-margin-left"])], ["scroll-padding", /* @__PURE__ */ new Set(["scroll-padding-top", "scroll-padding-right", "scroll-padding-bottom", "scroll-padding-left"])], ["text-decoration", /* @__PURE__ */ new Set(["text-decoration-line", "text-decoration-style", "text-decoration-color", "text-decoration-thickness"])], ["text-stroke", /* @__PURE__ */ new Set(["text-stroke-color", "text-stroke-width"])], ["animation", /* @__PURE__ */ new Set(["animation-duration", "animation-timing-function", "animation-delay", "animation-iteration-count", "animation-direction", "animation-fill-mode", "animation-play-state", "animation-name", "animation-timeline", "animation-range-start", "animation-range-end"])], ["mask", /* @__PURE__ */ new Set(["mask-image", "mask-mode", "mask-repeat-x", "mask-repeat-y", "mask-position-x", "mask-position-y", "mask-clip", "mask-origin", "mask-size", "mask-composite"])], ["mask-repeat", /* @__PURE__ */ new Set(["mask-repeat-x", "mask-repeat-y"])], ["mask-position", /* @__PURE__ */ new Set(["mask-position-x", "mask-position-y"])], ["perspective-origin", /* @__PURE__ */ new Set(["perspective-origin-x", "perspective-origin-y"])], ["transform-origin", /* @__PURE__ */ new Set(["transform-origin-x", "transform-origin-y", "transform-origin-z"])], ["white-space", /* @__PURE__ */ new Set(["white-space-collapse", "text-wrap"])]]), ll = new Map([dl("animation", "moz"), dl("border-image", "moz"), dl("mask", "moz"), dl("transition", "moz"), dl("columns", "moz"), dl("text-stroke", "moz"), dl("column-rule", "moz"), ["-moz-border-end", /* @__PURE__ */ new Set(["-moz-border-end-color", "-moz-border-end-style", "-moz-border-end-width"])], ["-moz-border-start", /* @__PURE__ */ new Set(["-moz-border-start-color", "-moz-border-start-style", "-moz-border-start-width"])], ["-moz-outline-radius", /* @__PURE__ */ new Set(["-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-outline-radius-bottomright", "-moz-outline-radius-bottomleft"])]]), cl = new Map([dl("animation", "webkit"), dl("border-radius", "webkit"), dl("column-rule", "webkit"), dl("columns", "webkit"), dl("flex", "webkit"), dl("flex-flow", "webkit"), dl("mask", "webkit"), dl("text-stroke", "webkit"), dl("perspective-origin", "webkit"), dl("transform-origin", "webkit"), dl("transition", "webkit"), ["-webkit-border-start", /* @__PURE__ */ new Set(["-webkit-border-start-color", "-webkit-border-start-style", "-webkit-border-start-width"])], ["-webkit-border-before", /* @__PURE__ */ new Set(["-webkit-border-before-color", "-webkit-border-before-style", "-webkit-border-before-width"])], ["-webkit-border-end", /* @__PURE__ */ new Set(["-webkit-border-end-color", "-webkit-border-end-style", "-webkit-border-end-width"])], ["-webkit-border-after", /* @__PURE__ */ new Set(["-webkit-border-after-color", "-webkit-border-after-style", "-webkit-border-after-width"])]]), ul = ["background-position", "background-repeat", "text-decoration"];
|
|
93518
93518
|
ll.forEach((e3, t3) => sl.set(t3, e3)), cl.forEach((e3, t3) => sl.set(t3, e3));
|
|
93519
93519
|
const hl = /* @__PURE__ */ new Map();
|
|
@@ -93740,10 +93740,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93740
93740
|
}
|
|
93741
93741
|
function Ol(e3, t3) {
|
|
93742
93742
|
let n3 = e3[0], r3 = e3[1], o3 = e3[2], i3 = e3[3];
|
|
93743
|
-
n3 = El(n3, r3, o3, i3, t3[0], 7, -680876936), i3 = El(i3, n3, r3, o3, t3[1], 12, -389564586), o3 = El(o3, i3, n3, r3, t3[2], 17, 606105819), r3 = El(r3, o3, i3, n3, t3[3], 22, -1044525330), n3 = El(n3, r3, o3, i3, t3[4], 7, -176418897), i3 = El(i3, n3, r3, o3, t3[5], 12, 1200080426), o3 = El(o3, i3, n3, r3, t3[6], 17, -1473231341), r3 = El(r3, o3, i3, n3, t3[7], 22, -45705983), n3 = El(n3, r3, o3, i3, t3[8], 7, 1770035416), i3 = El(i3, n3, r3, o3, t3[9], 12, -1958414417), o3 = El(o3, i3, n3, r3, t3[10], 17, -42063), r3 = El(r3, o3, i3, n3, t3[11], 22, -1990404162), n3 = El(n3, r3, o3, i3, t3[12], 7, 1804603682), i3 = El(i3, n3, r3, o3, t3[13], 12, -40341101), o3 = El(o3, i3, n3, r3, t3[14], 17, -1502002290), r3 = El(r3, o3, i3, n3, t3[15], 22, 1236535329), n3 = Rl(n3, r3, o3, i3, t3[1], 5, -165796510), i3 = Rl(i3, n3, r3, o3, t3[6], 9, -1069501632), o3 = Rl(o3, i3, n3, r3, t3[11], 14, 643717713), r3 = Rl(r3, o3, i3, n3, t3[0], 20, -373897302), n3 = Rl(n3, r3, o3, i3, t3[5], 5, -701558691), i3 = Rl(i3, n3, r3, o3, t3[10], 9, 38016083), o3 = Rl(o3, i3, n3, r3, t3[15], 14, -660478335), r3 = Rl(r3, o3, i3, n3, t3[4], 20, -405537848), n3 = Rl(n3, r3, o3, i3, t3[9], 5, 568446438), i3 = Rl(i3, n3, r3, o3, t3[14], 9, -1019803690), o3 = Rl(o3, i3, n3, r3, t3[3], 14, -187363961), r3 = Rl(r3, o3, i3, n3, t3[8], 20, 1163531501), n3 = Rl(n3, r3, o3, i3, t3[13], 5, -1444681467), i3 = Rl(i3, n3, r3, o3, t3[2], 9, -51403784), o3 = Rl(o3, i3, n3, r3, t3[7], 14, 1735328473), r3 = Rl(r3, o3, i3, n3, t3[12], 20, -1926607734), n3 = Nl(n3, r3, o3, i3, t3[5], 4, -378558), i3 = Nl(i3, n3, r3, o3, t3[8], 11, -2022574463), o3 = Nl(o3, i3, n3, r3, t3[11], 16, 1839030562), r3 = Nl(r3, o3, i3, n3, t3[14], 23, -35309556), n3 = Nl(n3, r3, o3, i3, t3[1], 4, -1530992060), i3 = Nl(i3, n3, r3, o3, t3[4], 11, 1272893353), o3 = Nl(o3, i3, n3, r3, t3[7], 16, -155497632), r3 = Nl(r3, o3, i3, n3, t3[10], 23, -1094730640), n3 = Nl(n3, r3, o3, i3, t3[13], 4, 681279174), i3 = Nl(i3, n3, r3, o3, t3[0], 11, -358537222), o3 = Nl(o3, i3, n3, r3, t3[3], 16, -722521979), r3 = Nl(r3, o3, i3, n3, t3[6], 23, 76029189), n3 = Nl(n3, r3, o3, i3, t3[9], 4, -640364487), i3 = Nl(i3, n3, r3, o3, t3[12], 11, -421815835), o3 = Nl(o3, i3, n3, r3, t3[15], 16, 530742520), r3 = Nl(r3, o3, i3, n3, t3[2], 23, -995338651), n3 =
|
|
93743
|
+
n3 = El(n3, r3, o3, i3, t3[0], 7, -680876936), i3 = El(i3, n3, r3, o3, t3[1], 12, -389564586), o3 = El(o3, i3, n3, r3, t3[2], 17, 606105819), r3 = El(r3, o3, i3, n3, t3[3], 22, -1044525330), n3 = El(n3, r3, o3, i3, t3[4], 7, -176418897), i3 = El(i3, n3, r3, o3, t3[5], 12, 1200080426), o3 = El(o3, i3, n3, r3, t3[6], 17, -1473231341), r3 = El(r3, o3, i3, n3, t3[7], 22, -45705983), n3 = El(n3, r3, o3, i3, t3[8], 7, 1770035416), i3 = El(i3, n3, r3, o3, t3[9], 12, -1958414417), o3 = El(o3, i3, n3, r3, t3[10], 17, -42063), r3 = El(r3, o3, i3, n3, t3[11], 22, -1990404162), n3 = El(n3, r3, o3, i3, t3[12], 7, 1804603682), i3 = El(i3, n3, r3, o3, t3[13], 12, -40341101), o3 = El(o3, i3, n3, r3, t3[14], 17, -1502002290), r3 = El(r3, o3, i3, n3, t3[15], 22, 1236535329), n3 = Rl(n3, r3, o3, i3, t3[1], 5, -165796510), i3 = Rl(i3, n3, r3, o3, t3[6], 9, -1069501632), o3 = Rl(o3, i3, n3, r3, t3[11], 14, 643717713), r3 = Rl(r3, o3, i3, n3, t3[0], 20, -373897302), n3 = Rl(n3, r3, o3, i3, t3[5], 5, -701558691), i3 = Rl(i3, n3, r3, o3, t3[10], 9, 38016083), o3 = Rl(o3, i3, n3, r3, t3[15], 14, -660478335), r3 = Rl(r3, o3, i3, n3, t3[4], 20, -405537848), n3 = Rl(n3, r3, o3, i3, t3[9], 5, 568446438), i3 = Rl(i3, n3, r3, o3, t3[14], 9, -1019803690), o3 = Rl(o3, i3, n3, r3, t3[3], 14, -187363961), r3 = Rl(r3, o3, i3, n3, t3[8], 20, 1163531501), n3 = Rl(n3, r3, o3, i3, t3[13], 5, -1444681467), i3 = Rl(i3, n3, r3, o3, t3[2], 9, -51403784), o3 = Rl(o3, i3, n3, r3, t3[7], 14, 1735328473), r3 = Rl(r3, o3, i3, n3, t3[12], 20, -1926607734), n3 = Nl(n3, r3, o3, i3, t3[5], 4, -378558), i3 = Nl(i3, n3, r3, o3, t3[8], 11, -2022574463), o3 = Nl(o3, i3, n3, r3, t3[11], 16, 1839030562), r3 = Nl(r3, o3, i3, n3, t3[14], 23, -35309556), n3 = Nl(n3, r3, o3, i3, t3[1], 4, -1530992060), i3 = Nl(i3, n3, r3, o3, t3[4], 11, 1272893353), o3 = Nl(o3, i3, n3, r3, t3[7], 16, -155497632), r3 = Nl(r3, o3, i3, n3, t3[10], 23, -1094730640), n3 = Nl(n3, r3, o3, i3, t3[13], 4, 681279174), i3 = Nl(i3, n3, r3, o3, t3[0], 11, -358537222), o3 = Nl(o3, i3, n3, r3, t3[3], 16, -722521979), r3 = Nl(r3, o3, i3, n3, t3[6], 23, 76029189), n3 = Nl(n3, r3, o3, i3, t3[9], 4, -640364487), i3 = Nl(i3, n3, r3, o3, t3[12], 11, -421815835), o3 = Nl(o3, i3, n3, r3, t3[15], 16, 530742520), r3 = Nl(r3, o3, i3, n3, t3[2], 23, -995338651), n3 = Il(n3, r3, o3, i3, t3[0], 6, -198630844), i3 = Il(i3, n3, r3, o3, t3[7], 10, 1126891415), o3 = Il(o3, i3, n3, r3, t3[14], 15, -1416354905), r3 = Il(r3, o3, i3, n3, t3[5], 21, -57434055), n3 = Il(n3, r3, o3, i3, t3[12], 6, 1700485571), i3 = Il(i3, n3, r3, o3, t3[3], 10, -1894986606), o3 = Il(o3, i3, n3, r3, t3[10], 15, -1051523), r3 = Il(r3, o3, i3, n3, t3[1], 21, -2054922799), n3 = Il(n3, r3, o3, i3, t3[8], 6, 1873313359), i3 = Il(i3, n3, r3, o3, t3[15], 10, -30611744), o3 = Il(o3, i3, n3, r3, t3[6], 15, -1560198380), r3 = Il(r3, o3, i3, n3, t3[13], 21, 1309151649), n3 = Il(n3, r3, o3, i3, t3[4], 6, -145523070), i3 = Il(i3, n3, r3, o3, t3[11], 10, -1120210379), o3 = Il(o3, i3, n3, r3, t3[2], 15, 718787259), r3 = Il(r3, o3, i3, n3, t3[9], 21, -343485551), e3[0] = Pl(n3, e3[0]), e3[1] = Pl(r3, e3[1]), e3[2] = Pl(o3, e3[2]), e3[3] = Pl(i3, e3[3]);
|
|
93744
93744
|
}
|
|
93745
93745
|
function Ll(e3, t3, n3, r3, o3, i3) {
|
|
93746
|
-
return t3 =
|
|
93746
|
+
return t3 = Pl(Pl(t3, e3), Pl(r3, i3)), Pl(t3 << o3 | t3 >>> 32 - o3, n3);
|
|
93747
93747
|
}
|
|
93748
93748
|
function El(e3, t3, n3, r3, o3, i3, a3) {
|
|
93749
93749
|
return Ll(t3 & n3 | ~t3 & r3, e3, t3, o3, i3, a3);
|
|
@@ -93754,24 +93754,24 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93754
93754
|
function Nl(e3, t3, n3, r3, o3, i3, a3) {
|
|
93755
93755
|
return Ll(t3 ^ n3 ^ r3, e3, t3, o3, i3, a3);
|
|
93756
93756
|
}
|
|
93757
|
-
function
|
|
93757
|
+
function Il(e3, t3, n3, r3, o3, i3, a3) {
|
|
93758
93758
|
return Ll(n3 ^ (t3 | ~r3), e3, t3, o3, i3, a3);
|
|
93759
93759
|
}
|
|
93760
|
-
function
|
|
93760
|
+
function jl(e3) {
|
|
93761
93761
|
const t3 = [];
|
|
93762
93762
|
let n3;
|
|
93763
93763
|
for (n3 = 0; n3 < 64; n3 += 4)
|
|
93764
93764
|
t3[n3 >> 2] = e3.charCodeAt(n3) + (e3.charCodeAt(n3 + 1) << 8) + (e3.charCodeAt(n3 + 2) << 16) + (e3.charCodeAt(n3 + 3) << 24);
|
|
93765
93765
|
return t3;
|
|
93766
93766
|
}
|
|
93767
|
-
const
|
|
93768
|
-
function
|
|
93767
|
+
const Bl = "0123456789abcdef".split("");
|
|
93768
|
+
function Dl(e3) {
|
|
93769
93769
|
let t3 = "", n3 = 0;
|
|
93770
93770
|
for (; n3 < 4; n3++)
|
|
93771
|
-
t3 +=
|
|
93771
|
+
t3 += Bl[e3 >> 8 * n3 + 4 & 15] + Bl[e3 >> 8 * n3 & 15];
|
|
93772
93772
|
return t3;
|
|
93773
93773
|
}
|
|
93774
|
-
function
|
|
93774
|
+
function Pl(e3, t3) {
|
|
93775
93775
|
return e3 + t3 & 4294967295;
|
|
93776
93776
|
}
|
|
93777
93777
|
function Fl(e3, { removeReverseProxyURLPrefixes: t3 } = {}) {
|
|
@@ -93910,7 +93910,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93910
93910
|
const t6 = e7.length, n5 = [1732584193, -271733879, -1732584194, 271733878];
|
|
93911
93911
|
let r6;
|
|
93912
93912
|
for (r6 = 64; r6 <= e7.length; r6 += 64)
|
|
93913
|
-
Ol(n5,
|
|
93913
|
+
Ol(n5, jl(e7.substring(r6 - 64, r6)));
|
|
93914
93914
|
e7 = e7.substring(r6 - 64);
|
|
93915
93915
|
const o5 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
|
93916
93916
|
for (r6 = 0; r6 < e7.length; r6++)
|
|
@@ -93919,7 +93919,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
93919
93919
|
for (Ol(n5, o5), r6 = 0; r6 < 16; r6++)
|
|
93920
93920
|
o5[r6] = 0;
|
|
93921
93921
|
return o5[14] = 8 * t6, Ol(n5, o5), n5;
|
|
93922
|
-
}(e6), t5.map(
|
|
93922
|
+
}(e6), t5.map(Dl).join("");
|
|
93923
93923
|
var t5;
|
|
93924
93924
|
}(Array.prototype.map.call(o4.sheet.cssRules, (e6) => e6.cssText).join("")));
|
|
93925
93925
|
var o4;
|
|
@@ -94040,7 +94040,91 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94040
94040
|
function ec(e3) {
|
|
94041
94041
|
return e3.reduce(({ resourceUrls: e4, blobsObj: t3 }, { resourceUrls: n3, blobsObj: r3 }) => ({ resourceUrls: Jl(e4.concat(n3)), blobsObj: Object.assign(t3, r3) }), { resourceUrls: [], blobsObj: {} });
|
|
94042
94042
|
}
|
|
94043
|
-
var tc = {};
|
|
94043
|
+
var tc = { exports: {} };
|
|
94044
|
+
!function(e3) {
|
|
94045
|
+
function t3(e4) {
|
|
94046
|
+
var t4 = new o3(), r4 = 0 | e4;
|
|
94047
|
+
function i3(e5) {
|
|
94048
|
+
try {
|
|
94049
|
+
return Promise.resolve(e5.fn.apply(e5.self, e5.args)).then(a3, s3);
|
|
94050
|
+
} catch (e6) {
|
|
94051
|
+
s3(e6);
|
|
94052
|
+
}
|
|
94053
|
+
}
|
|
94054
|
+
function a3(e5) {
|
|
94055
|
+
return l2(), e5;
|
|
94056
|
+
}
|
|
94057
|
+
function s3(e5) {
|
|
94058
|
+
throw l2(), e5;
|
|
94059
|
+
}
|
|
94060
|
+
function l2() {
|
|
94061
|
+
var e5 = t4.shift();
|
|
94062
|
+
e5 ? e5.resolve(e5) : r4 = 1 + (0 | r4);
|
|
94063
|
+
}
|
|
94064
|
+
return function(e5, o4, l3) {
|
|
94065
|
+
return 0 != (0 | r4) ? (r4 = (0 | r4) - 1, new Promise(function(t5) {
|
|
94066
|
+
t5(e5.apply(o4, l3));
|
|
94067
|
+
}).then(a3, s3)) : new Promise(function(r5) {
|
|
94068
|
+
t4.push(new n3(r5, e5, o4, l3));
|
|
94069
|
+
}).then(i3);
|
|
94070
|
+
};
|
|
94071
|
+
}
|
|
94072
|
+
function n3(e4, t4, n4, r4) {
|
|
94073
|
+
this.resolve = e4, this.fn = t4, this.self = n4 || null, this.args = r4;
|
|
94074
|
+
}
|
|
94075
|
+
e3.exports = function(e4, n4) {
|
|
94076
|
+
if ("function" == typeof e4) {
|
|
94077
|
+
var r4 = n4;
|
|
94078
|
+
n4 = e4, e4 = r4;
|
|
94079
|
+
}
|
|
94080
|
+
if ("number" != typeof e4)
|
|
94081
|
+
throw new TypeError("Expected throat size to be a number but got " + typeof e4);
|
|
94082
|
+
if (void 0 !== n4 && "function" != typeof n4)
|
|
94083
|
+
throw new TypeError("Expected throat fn to be a function but got " + typeof n4);
|
|
94084
|
+
return "function" == typeof n4 ? function(e5, n5) {
|
|
94085
|
+
const r5 = t3(0 | e5);
|
|
94086
|
+
return function() {
|
|
94087
|
+
for (var e6 = new Array(arguments.length), t4 = 0; t4 < arguments.length; t4++)
|
|
94088
|
+
e6[t4] = arguments[t4];
|
|
94089
|
+
return r5(n5, this, e6);
|
|
94090
|
+
};
|
|
94091
|
+
}(0 | e4, n4) : function(e5) {
|
|
94092
|
+
const n5 = t3(0 | e5);
|
|
94093
|
+
return function(e6) {
|
|
94094
|
+
if ("function" != typeof e6)
|
|
94095
|
+
throw new TypeError("Expected throat fn to be a function but got " + typeof e6);
|
|
94096
|
+
for (var t4 = new Array(arguments.length - 1), r5 = 1; r5 < arguments.length; r5++)
|
|
94097
|
+
t4[r5 - 1] = arguments[r5];
|
|
94098
|
+
return n5(e6, this, t4);
|
|
94099
|
+
};
|
|
94100
|
+
}(0 | e4);
|
|
94101
|
+
}, e3.exports.default = e3.exports;
|
|
94102
|
+
var r3 = 64;
|
|
94103
|
+
function o3() {
|
|
94104
|
+
this._s1 = [], this._s2 = [], this._shiftBlock = this._pushBlock = new Array(r3), this._pushIndex = 0, this._shiftIndex = 0;
|
|
94105
|
+
}
|
|
94106
|
+
o3.prototype.push = function(e4) {
|
|
94107
|
+
this._pushIndex === r3 && (this._pushIndex = 0, this._s1[this._s1.length] = this._pushBlock = new Array(r3)), this._pushBlock[this._pushIndex++] = e4;
|
|
94108
|
+
}, o3.prototype.shift = function() {
|
|
94109
|
+
if (this._shiftIndex === r3) {
|
|
94110
|
+
var e4 = this._s2;
|
|
94111
|
+
if (0 === e4.length) {
|
|
94112
|
+
var t4 = this._s1;
|
|
94113
|
+
if (0 === t4.length)
|
|
94114
|
+
return;
|
|
94115
|
+
this._s1 = e4, e4 = this._s2 = t4.reverse();
|
|
94116
|
+
}
|
|
94117
|
+
this._shiftIndex = 0, this._shiftBlock = e4.pop();
|
|
94118
|
+
}
|
|
94119
|
+
if (this._pushBlock !== this._shiftBlock || this._pushIndex !== this._shiftIndex) {
|
|
94120
|
+
var n4 = this._shiftBlock[this._shiftIndex];
|
|
94121
|
+
return this._shiftBlock[this._shiftIndex++] = null, n4;
|
|
94122
|
+
}
|
|
94123
|
+
};
|
|
94124
|
+
}(tc);
|
|
94125
|
+
var nc = function(e3) {
|
|
94126
|
+
return e3 && e3.__esModule && Object.prototype.hasOwnProperty.call(e3, "default") ? e3.default : e3;
|
|
94127
|
+
}(tc.exports), rc = {};
|
|
94044
94128
|
!function(e3) {
|
|
94045
94129
|
var t3 = "undefined" != typeof Uint8Array && "undefined" != typeof Uint16Array && "undefined" != typeof Int32Array;
|
|
94046
94130
|
function n3(e4, t4) {
|
|
@@ -94082,102 +94166,102 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94082
94166
|
e3.setTyped = function(t4) {
|
|
94083
94167
|
t4 ? (e3.Buf8 = Uint8Array, e3.Buf16 = Uint16Array, e3.Buf32 = Int32Array, e3.assign(e3, r3)) : (e3.Buf8 = Array, e3.Buf16 = Array, e3.Buf32 = Array, e3.assign(e3, o3));
|
|
94084
94168
|
}, e3.setTyped(t3);
|
|
94085
|
-
}(
|
|
94086
|
-
var
|
|
94087
|
-
function
|
|
94169
|
+
}(rc);
|
|
94170
|
+
var oc = {}, ic = {}, ac = {}, sc = rc;
|
|
94171
|
+
function lc(e3) {
|
|
94088
94172
|
for (var t3 = e3.length; --t3 >= 0; )
|
|
94089
94173
|
e3[t3] = 0;
|
|
94090
94174
|
}
|
|
94091
|
-
var
|
|
94092
|
-
|
|
94093
|
-
var
|
|
94094
|
-
|
|
94095
|
-
var
|
|
94096
|
-
|
|
94097
|
-
var
|
|
94098
|
-
|
|
94099
|
-
var
|
|
94100
|
-
|
|
94101
|
-
var
|
|
94102
|
-
function
|
|
94175
|
+
var cc = 256, uc = 286, hc = 30, dc = 15, pc = 16, mc = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], fc = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], gc = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], bc = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], yc = new Array(576);
|
|
94176
|
+
lc(yc);
|
|
94177
|
+
var kc = new Array(60);
|
|
94178
|
+
lc(kc);
|
|
94179
|
+
var wc = new Array(512);
|
|
94180
|
+
lc(wc);
|
|
94181
|
+
var vc = new Array(256);
|
|
94182
|
+
lc(vc);
|
|
94183
|
+
var xc = new Array(29);
|
|
94184
|
+
lc(xc);
|
|
94185
|
+
var _c, Sc, Cc, zc = new Array(hc);
|
|
94186
|
+
function Ac(e3, t3, n3, r3, o3) {
|
|
94103
94187
|
this.static_tree = e3, this.extra_bits = t3, this.extra_base = n3, this.elems = r3, this.max_length = o3, this.has_stree = e3 && e3.length;
|
|
94104
94188
|
}
|
|
94105
|
-
function
|
|
94189
|
+
function Tc(e3, t3) {
|
|
94106
94190
|
this.dyn_tree = e3, this.max_code = 0, this.stat_desc = t3;
|
|
94107
94191
|
}
|
|
94108
|
-
function
|
|
94109
|
-
return e3 < 256 ?
|
|
94192
|
+
function Oc(e3) {
|
|
94193
|
+
return e3 < 256 ? wc[e3] : wc[256 + (e3 >>> 7)];
|
|
94110
94194
|
}
|
|
94111
|
-
function
|
|
94195
|
+
function Lc(e3, t3) {
|
|
94112
94196
|
e3.pending_buf[e3.pending++] = 255 & t3, e3.pending_buf[e3.pending++] = t3 >>> 8 & 255;
|
|
94113
94197
|
}
|
|
94114
|
-
function
|
|
94115
|
-
e3.bi_valid >
|
|
94198
|
+
function Ec(e3, t3, n3) {
|
|
94199
|
+
e3.bi_valid > pc - n3 ? (e3.bi_buf |= t3 << e3.bi_valid & 65535, Lc(e3, e3.bi_buf), e3.bi_buf = t3 >> pc - e3.bi_valid, e3.bi_valid += n3 - pc) : (e3.bi_buf |= t3 << e3.bi_valid & 65535, e3.bi_valid += n3);
|
|
94116
94200
|
}
|
|
94117
|
-
function
|
|
94118
|
-
|
|
94201
|
+
function Rc(e3, t3, n3) {
|
|
94202
|
+
Ec(e3, n3[2 * t3], n3[2 * t3 + 1]);
|
|
94119
94203
|
}
|
|
94120
|
-
function
|
|
94204
|
+
function Nc(e3, t3) {
|
|
94121
94205
|
var n3 = 0;
|
|
94122
94206
|
do {
|
|
94123
94207
|
n3 |= 1 & e3, e3 >>>= 1, n3 <<= 1;
|
|
94124
94208
|
} while (--t3 > 0);
|
|
94125
94209
|
return n3 >>> 1;
|
|
94126
94210
|
}
|
|
94127
|
-
function
|
|
94128
|
-
var r3, o3, i3 = new Array(
|
|
94129
|
-
for (r3 = 1; r3 <=
|
|
94211
|
+
function Ic(e3, t3, n3) {
|
|
94212
|
+
var r3, o3, i3 = new Array(dc + 1), a3 = 0;
|
|
94213
|
+
for (r3 = 1; r3 <= dc; r3++)
|
|
94130
94214
|
i3[r3] = a3 = a3 + n3[r3 - 1] << 1;
|
|
94131
94215
|
for (o3 = 0; o3 <= t3; o3++) {
|
|
94132
94216
|
var s3 = e3[2 * o3 + 1];
|
|
94133
|
-
0 !== s3 && (e3[2 * o3] =
|
|
94217
|
+
0 !== s3 && (e3[2 * o3] = Nc(i3[s3]++, s3));
|
|
94134
94218
|
}
|
|
94135
94219
|
}
|
|
94136
|
-
function
|
|
94220
|
+
function jc(e3) {
|
|
94137
94221
|
var t3;
|
|
94138
|
-
for (t3 = 0; t3 <
|
|
94222
|
+
for (t3 = 0; t3 < uc; t3++)
|
|
94139
94223
|
e3.dyn_ltree[2 * t3] = 0;
|
|
94140
|
-
for (t3 = 0; t3 <
|
|
94224
|
+
for (t3 = 0; t3 < hc; t3++)
|
|
94141
94225
|
e3.dyn_dtree[2 * t3] = 0;
|
|
94142
94226
|
for (t3 = 0; t3 < 19; t3++)
|
|
94143
94227
|
e3.bl_tree[2 * t3] = 0;
|
|
94144
94228
|
e3.dyn_ltree[512] = 1, e3.opt_len = e3.static_len = 0, e3.last_lit = e3.matches = 0;
|
|
94145
94229
|
}
|
|
94146
|
-
function
|
|
94147
|
-
e3.bi_valid > 8 ?
|
|
94230
|
+
function Bc(e3) {
|
|
94231
|
+
e3.bi_valid > 8 ? Lc(e3, e3.bi_buf) : e3.bi_valid > 0 && (e3.pending_buf[e3.pending++] = e3.bi_buf), e3.bi_buf = 0, e3.bi_valid = 0;
|
|
94148
94232
|
}
|
|
94149
|
-
function
|
|
94233
|
+
function Dc(e3, t3, n3, r3) {
|
|
94150
94234
|
var o3 = 2 * t3, i3 = 2 * n3;
|
|
94151
94235
|
return e3[o3] < e3[i3] || e3[o3] === e3[i3] && r3[t3] <= r3[n3];
|
|
94152
94236
|
}
|
|
94153
|
-
function
|
|
94154
|
-
for (var r3 = e3.heap[n3], o3 = n3 << 1; o3 <= e3.heap_len && (o3 < e3.heap_len &&
|
|
94237
|
+
function Pc(e3, t3, n3) {
|
|
94238
|
+
for (var r3 = e3.heap[n3], o3 = n3 << 1; o3 <= e3.heap_len && (o3 < e3.heap_len && Dc(t3, e3.heap[o3 + 1], e3.heap[o3], e3.depth) && o3++, !Dc(t3, r3, e3.heap[o3], e3.depth)); )
|
|
94155
94239
|
e3.heap[n3] = e3.heap[o3], n3 = o3, o3 <<= 1;
|
|
94156
94240
|
e3.heap[n3] = r3;
|
|
94157
94241
|
}
|
|
94158
|
-
function
|
|
94242
|
+
function Fc(e3, t3, n3) {
|
|
94159
94243
|
var r3, o3, i3, a3, s3 = 0;
|
|
94160
94244
|
if (0 !== e3.last_lit)
|
|
94161
94245
|
do {
|
|
94162
|
-
r3 = e3.pending_buf[e3.d_buf + 2 * s3] << 8 | e3.pending_buf[e3.d_buf + 2 * s3 + 1], o3 = e3.pending_buf[e3.l_buf + s3], s3++, 0 === r3 ?
|
|
94246
|
+
r3 = e3.pending_buf[e3.d_buf + 2 * s3] << 8 | e3.pending_buf[e3.d_buf + 2 * s3 + 1], o3 = e3.pending_buf[e3.l_buf + s3], s3++, 0 === r3 ? Rc(e3, o3, t3) : (Rc(e3, (i3 = vc[o3]) + cc + 1, t3), 0 !== (a3 = mc[i3]) && Ec(e3, o3 -= xc[i3], a3), Rc(e3, i3 = Oc(--r3), n3), 0 !== (a3 = fc[i3]) && Ec(e3, r3 -= zc[i3], a3));
|
|
94163
94247
|
} while (s3 < e3.last_lit);
|
|
94164
|
-
|
|
94248
|
+
Rc(e3, 256, t3);
|
|
94165
94249
|
}
|
|
94166
|
-
function
|
|
94250
|
+
function Uc(e3, t3) {
|
|
94167
94251
|
var n3, r3, o3, i3 = t3.dyn_tree, a3 = t3.stat_desc.static_tree, s3 = t3.stat_desc.has_stree, l2 = t3.stat_desc.elems, c2 = -1;
|
|
94168
94252
|
for (e3.heap_len = 0, e3.heap_max = 573, n3 = 0; n3 < l2; n3++)
|
|
94169
94253
|
0 !== i3[2 * n3] ? (e3.heap[++e3.heap_len] = c2 = n3, e3.depth[n3] = 0) : i3[2 * n3 + 1] = 0;
|
|
94170
94254
|
for (; e3.heap_len < 2; )
|
|
94171
94255
|
i3[2 * (o3 = e3.heap[++e3.heap_len] = c2 < 2 ? ++c2 : 0)] = 1, e3.depth[o3] = 0, e3.opt_len--, s3 && (e3.static_len -= a3[2 * o3 + 1]);
|
|
94172
94256
|
for (t3.max_code = c2, n3 = e3.heap_len >> 1; n3 >= 1; n3--)
|
|
94173
|
-
|
|
94257
|
+
Pc(e3, i3, n3);
|
|
94174
94258
|
o3 = l2;
|
|
94175
94259
|
do {
|
|
94176
|
-
n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--],
|
|
94260
|
+
n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--], Pc(e3, i3, 1), r3 = e3.heap[1], e3.heap[--e3.heap_max] = n3, e3.heap[--e3.heap_max] = r3, i3[2 * o3] = i3[2 * n3] + i3[2 * r3], e3.depth[o3] = (e3.depth[n3] >= e3.depth[r3] ? e3.depth[n3] : e3.depth[r3]) + 1, i3[2 * n3 + 1] = i3[2 * r3 + 1] = o3, e3.heap[1] = o3++, Pc(e3, i3, 1);
|
|
94177
94261
|
} while (e3.heap_len >= 2);
|
|
94178
94262
|
e3.heap[--e3.heap_max] = e3.heap[1], function(e4, t4) {
|
|
94179
94263
|
var n4, r4, o4, i4, a4, s4, l3 = t4.dyn_tree, c3 = t4.max_code, u2 = t4.stat_desc.static_tree, h2 = t4.stat_desc.has_stree, d2 = t4.stat_desc.extra_bits, p2 = t4.stat_desc.extra_base, m2 = t4.stat_desc.max_length, f2 = 0;
|
|
94180
|
-
for (i4 = 0; i4 <=
|
|
94264
|
+
for (i4 = 0; i4 <= dc; i4++)
|
|
94181
94265
|
e4.bl_count[i4] = 0;
|
|
94182
94266
|
for (l3[2 * e4.heap[e4.heap_max] + 1] = 0, n4 = e4.heap_max + 1; n4 < 573; n4++)
|
|
94183
94267
|
(i4 = l3[2 * l3[2 * (r4 = e4.heap[n4]) + 1] + 1] + 1) > m2 && (i4 = m2, f2++), l3[2 * r4 + 1] = i4, r4 > c3 || (e4.bl_count[i4]++, a4 = 0, r4 >= p2 && (a4 = d2[r4 - p2]), s4 = l3[2 * r4], e4.opt_len += s4 * (i4 + a4), h2 && (e4.static_len += s4 * (u2[2 * r4 + 1] + a4)));
|
|
@@ -94191,60 +94275,60 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94191
94275
|
for (r4 = e4.bl_count[i4]; 0 !== r4; )
|
|
94192
94276
|
(o4 = e4.heap[--n4]) > c3 || (l3[2 * o4 + 1] !== i4 && (e4.opt_len += (i4 - l3[2 * o4 + 1]) * l3[2 * o4], l3[2 * o4 + 1] = i4), r4--);
|
|
94193
94277
|
}
|
|
94194
|
-
}(e3, t3),
|
|
94278
|
+
}(e3, t3), Ic(i3, c2, e3.bl_count);
|
|
94195
94279
|
}
|
|
94196
|
-
function
|
|
94280
|
+
function Mc(e3, t3, n3) {
|
|
94197
94281
|
var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
|
|
94198
94282
|
for (0 === a3 && (l2 = 138, c2 = 3), t3[2 * (n3 + 1) + 1] = 65535, r3 = 0; r3 <= n3; r3++)
|
|
94199
94283
|
o3 = a3, a3 = t3[2 * (r3 + 1) + 1], ++s3 < l2 && o3 === a3 || (s3 < c2 ? e3.bl_tree[2 * o3] += s3 : 0 !== o3 ? (o3 !== i3 && e3.bl_tree[2 * o3]++, e3.bl_tree[32]++) : s3 <= 10 ? e3.bl_tree[34]++ : e3.bl_tree[36]++, s3 = 0, i3 = o3, 0 === a3 ? (l2 = 138, c2 = 3) : o3 === a3 ? (l2 = 6, c2 = 3) : (l2 = 7, c2 = 4));
|
|
94200
94284
|
}
|
|
94201
|
-
function
|
|
94285
|
+
function qc(e3, t3, n3) {
|
|
94202
94286
|
var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
|
|
94203
94287
|
for (0 === a3 && (l2 = 138, c2 = 3), r3 = 0; r3 <= n3; r3++)
|
|
94204
94288
|
if (o3 = a3, a3 = t3[2 * (r3 + 1) + 1], !(++s3 < l2 && o3 === a3)) {
|
|
94205
94289
|
if (s3 < c2)
|
|
94206
94290
|
do {
|
|
94207
|
-
|
|
94291
|
+
Rc(e3, o3, e3.bl_tree);
|
|
94208
94292
|
} while (0 != --s3);
|
|
94209
94293
|
else
|
|
94210
|
-
0 !== o3 ? (o3 !== i3 && (
|
|
94294
|
+
0 !== o3 ? (o3 !== i3 && (Rc(e3, o3, e3.bl_tree), s3--), Rc(e3, 16, e3.bl_tree), Ec(e3, s3 - 3, 2)) : s3 <= 10 ? (Rc(e3, 17, e3.bl_tree), Ec(e3, s3 - 3, 3)) : (Rc(e3, 18, e3.bl_tree), Ec(e3, s3 - 11, 7));
|
|
94211
94295
|
s3 = 0, i3 = o3, 0 === a3 ? (l2 = 138, c2 = 3) : o3 === a3 ? (l2 = 6, c2 = 3) : (l2 = 7, c2 = 4);
|
|
94212
94296
|
}
|
|
94213
94297
|
}
|
|
94214
|
-
|
|
94215
|
-
var
|
|
94216
|
-
function
|
|
94217
|
-
|
|
94218
|
-
|
|
94298
|
+
lc(zc);
|
|
94299
|
+
var Wc = false;
|
|
94300
|
+
function $c(e3, t3, n3, r3) {
|
|
94301
|
+
Ec(e3, 0 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
|
|
94302
|
+
Bc(e4), Lc(e4, n4), Lc(e4, ~n4), sc.arraySet(e4.pending_buf, e4.window, t4, n4, e4.pending), e4.pending += n4;
|
|
94219
94303
|
}(e3, t3, n3);
|
|
94220
94304
|
}
|
|
94221
|
-
|
|
94222
|
-
|
|
94223
|
-
var e4, t3, n3, r3, o3, i3 = new Array(
|
|
94305
|
+
ac._tr_init = function(e3) {
|
|
94306
|
+
Wc || (function() {
|
|
94307
|
+
var e4, t3, n3, r3, o3, i3 = new Array(dc + 1);
|
|
94224
94308
|
for (n3 = 0, r3 = 0; r3 < 28; r3++)
|
|
94225
|
-
for (
|
|
94226
|
-
|
|
94227
|
-
for (
|
|
94228
|
-
for (
|
|
94229
|
-
|
|
94230
|
-
for (o3 >>= 7; r3 <
|
|
94231
|
-
for (
|
|
94232
|
-
|
|
94233
|
-
for (t3 = 0; t3 <=
|
|
94309
|
+
for (xc[r3] = n3, e4 = 0; e4 < 1 << mc[r3]; e4++)
|
|
94310
|
+
vc[n3++] = r3;
|
|
94311
|
+
for (vc[n3 - 1] = r3, o3 = 0, r3 = 0; r3 < 16; r3++)
|
|
94312
|
+
for (zc[r3] = o3, e4 = 0; e4 < 1 << fc[r3]; e4++)
|
|
94313
|
+
wc[o3++] = r3;
|
|
94314
|
+
for (o3 >>= 7; r3 < hc; r3++)
|
|
94315
|
+
for (zc[r3] = o3 << 7, e4 = 0; e4 < 1 << fc[r3] - 7; e4++)
|
|
94316
|
+
wc[256 + o3++] = r3;
|
|
94317
|
+
for (t3 = 0; t3 <= dc; t3++)
|
|
94234
94318
|
i3[t3] = 0;
|
|
94235
94319
|
for (e4 = 0; e4 <= 143; )
|
|
94236
|
-
|
|
94320
|
+
yc[2 * e4 + 1] = 8, e4++, i3[8]++;
|
|
94237
94321
|
for (; e4 <= 255; )
|
|
94238
|
-
|
|
94322
|
+
yc[2 * e4 + 1] = 9, e4++, i3[9]++;
|
|
94239
94323
|
for (; e4 <= 279; )
|
|
94240
|
-
|
|
94324
|
+
yc[2 * e4 + 1] = 7, e4++, i3[7]++;
|
|
94241
94325
|
for (; e4 <= 287; )
|
|
94242
|
-
|
|
94243
|
-
for (
|
|
94244
|
-
|
|
94245
|
-
|
|
94246
|
-
}(),
|
|
94247
|
-
},
|
|
94326
|
+
yc[2 * e4 + 1] = 8, e4++, i3[8]++;
|
|
94327
|
+
for (Ic(yc, 287, i3), e4 = 0; e4 < hc; e4++)
|
|
94328
|
+
kc[2 * e4 + 1] = 5, kc[2 * e4] = Nc(e4, 5);
|
|
94329
|
+
_c = new Ac(yc, mc, 257, uc, dc), Sc = new Ac(kc, fc, 0, hc, dc), Cc = new Ac(new Array(0), gc, 0, 19, 7);
|
|
94330
|
+
}(), Wc = true), e3.l_desc = new Tc(e3.dyn_ltree, _c), e3.d_desc = new Tc(e3.dyn_dtree, Sc), e3.bl_desc = new Tc(e3.bl_tree, Cc), e3.bi_buf = 0, e3.bi_valid = 0, jc(e3);
|
|
94331
|
+
}, ac._tr_stored_block = $c, ac._tr_flush_block = function(e3, t3, n3, r3) {
|
|
94248
94332
|
var o3, i3, a3 = 0;
|
|
94249
94333
|
e3.level > 0 ? (2 === e3.strm.data_type && (e3.strm.data_type = function(e4) {
|
|
94250
94334
|
var t4, n4 = 4093624447;
|
|
@@ -94253,29 +94337,29 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94253
94337
|
return 0;
|
|
94254
94338
|
if (0 !== e4.dyn_ltree[18] || 0 !== e4.dyn_ltree[20] || 0 !== e4.dyn_ltree[26])
|
|
94255
94339
|
return 1;
|
|
94256
|
-
for (t4 = 32; t4 <
|
|
94340
|
+
for (t4 = 32; t4 < cc; t4++)
|
|
94257
94341
|
if (0 !== e4.dyn_ltree[2 * t4])
|
|
94258
94342
|
return 1;
|
|
94259
94343
|
return 0;
|
|
94260
|
-
}(e3)),
|
|
94344
|
+
}(e3)), Uc(e3, e3.l_desc), Uc(e3, e3.d_desc), a3 = function(e4) {
|
|
94261
94345
|
var t4;
|
|
94262
|
-
for (
|
|
94346
|
+
for (Mc(e4, e4.dyn_ltree, e4.l_desc.max_code), Mc(e4, e4.dyn_dtree, e4.d_desc.max_code), Uc(e4, e4.bl_desc), t4 = 18; t4 >= 3 && 0 === e4.bl_tree[2 * bc[t4] + 1]; t4--)
|
|
94263
94347
|
;
|
|
94264
94348
|
return e4.opt_len += 3 * (t4 + 1) + 5 + 5 + 4, t4;
|
|
94265
|
-
}(e3), o3 = e3.opt_len + 3 + 7 >>> 3, (i3 = e3.static_len + 3 + 7 >>> 3) <= o3 && (o3 = i3)) : o3 = i3 = n3 + 5, n3 + 4 <= o3 && -1 !== t3 ?
|
|
94349
|
+
}(e3), o3 = e3.opt_len + 3 + 7 >>> 3, (i3 = e3.static_len + 3 + 7 >>> 3) <= o3 && (o3 = i3)) : o3 = i3 = n3 + 5, n3 + 4 <= o3 && -1 !== t3 ? $c(e3, t3, n3, r3) : 4 === e3.strategy || i3 === o3 ? (Ec(e3, 2 + (r3 ? 1 : 0), 3), Fc(e3, yc, kc)) : (Ec(e3, 4 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
|
|
94266
94350
|
var o4;
|
|
94267
|
-
for (
|
|
94268
|
-
|
|
94269
|
-
|
|
94270
|
-
}(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1),
|
|
94271
|
-
},
|
|
94272
|
-
return e3.pending_buf[e3.d_buf + 2 * e3.last_lit] = t3 >>> 8 & 255, e3.pending_buf[e3.d_buf + 2 * e3.last_lit + 1] = 255 & t3, e3.pending_buf[e3.l_buf + e3.last_lit] = 255 & n3, e3.last_lit++, 0 === t3 ? e3.dyn_ltree[2 * n3]++ : (e3.matches++, t3--, e3.dyn_ltree[2 * (
|
|
94273
|
-
},
|
|
94274
|
-
|
|
94275
|
-
16 === e4.bi_valid ? (
|
|
94351
|
+
for (Ec(e4, t4 - 257, 5), Ec(e4, n4 - 1, 5), Ec(e4, r4 - 4, 4), o4 = 0; o4 < r4; o4++)
|
|
94352
|
+
Ec(e4, e4.bl_tree[2 * bc[o4] + 1], 3);
|
|
94353
|
+
qc(e4, e4.dyn_ltree, t4 - 1), qc(e4, e4.dyn_dtree, n4 - 1);
|
|
94354
|
+
}(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1), Fc(e3, e3.dyn_ltree, e3.dyn_dtree)), jc(e3), r3 && Bc(e3);
|
|
94355
|
+
}, ac._tr_tally = function(e3, t3, n3) {
|
|
94356
|
+
return e3.pending_buf[e3.d_buf + 2 * e3.last_lit] = t3 >>> 8 & 255, e3.pending_buf[e3.d_buf + 2 * e3.last_lit + 1] = 255 & t3, e3.pending_buf[e3.l_buf + e3.last_lit] = 255 & n3, e3.last_lit++, 0 === t3 ? e3.dyn_ltree[2 * n3]++ : (e3.matches++, t3--, e3.dyn_ltree[2 * (vc[n3] + cc + 1)]++, e3.dyn_dtree[2 * Oc(t3)]++), e3.last_lit === e3.lit_bufsize - 1;
|
|
94357
|
+
}, ac._tr_align = function(e3) {
|
|
94358
|
+
Ec(e3, 2, 3), Rc(e3, 256, yc), function(e4) {
|
|
94359
|
+
16 === e4.bi_valid ? (Lc(e4, e4.bi_buf), e4.bi_buf = 0, e4.bi_valid = 0) : e4.bi_valid >= 8 && (e4.pending_buf[e4.pending++] = 255 & e4.bi_buf, e4.bi_buf >>= 8, e4.bi_valid -= 8);
|
|
94276
94360
|
}(e3);
|
|
94277
94361
|
};
|
|
94278
|
-
var
|
|
94362
|
+
var Vc, Zc = function(e3, t3, n3, r3) {
|
|
94279
94363
|
for (var o3 = 65535 & e3 | 0, i3 = e3 >>> 16 & 65535 | 0, a3 = 0; 0 !== n3; ) {
|
|
94280
94364
|
n3 -= a3 = n3 > 2e3 ? 2e3 : n3;
|
|
94281
94365
|
do {
|
|
@@ -94284,7 +94368,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94284
94368
|
o3 %= 65521, i3 %= 65521;
|
|
94285
94369
|
}
|
|
94286
94370
|
return o3 | i3 << 16 | 0;
|
|
94287
|
-
},
|
|
94371
|
+
}, Kc = function() {
|
|
94288
94372
|
for (var e3, t3 = [], n3 = 0; n3 < 256; n3++) {
|
|
94289
94373
|
e3 = n3;
|
|
94290
94374
|
for (var r3 = 0; r3 < 8; r3++)
|
|
@@ -94292,45 +94376,45 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94292
94376
|
t3[n3] = e3;
|
|
94293
94377
|
}
|
|
94294
94378
|
return t3;
|
|
94295
|
-
}(),
|
|
94296
|
-
var o3 =
|
|
94379
|
+
}(), Hc = function(e3, t3, n3, r3) {
|
|
94380
|
+
var o3 = Kc, i3 = r3 + n3;
|
|
94297
94381
|
e3 ^= -1;
|
|
94298
94382
|
for (var a3 = r3; a3 < i3; a3++)
|
|
94299
94383
|
e3 = e3 >>> 8 ^ o3[255 & (e3 ^ t3[a3])];
|
|
94300
94384
|
return -1 ^ e3;
|
|
94301
|
-
},
|
|
94302
|
-
function
|
|
94303
|
-
return e3.msg =
|
|
94385
|
+
}, Gc = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" }, Yc = rc, Xc = ac, Qc = Zc, Jc = Hc, eu = Gc, tu = 0, nu = 0, ru = -2, ou = 2, iu = 8, au = 286, su = 30, lu = 19, cu = 2 * au + 1, uu = 15, hu = 3, du = 258, pu = du + hu + 1, mu = 42, fu = 103, gu = 113, bu = 666;
|
|
94386
|
+
function yu(e3, t3) {
|
|
94387
|
+
return e3.msg = eu[t3], t3;
|
|
94304
94388
|
}
|
|
94305
|
-
function
|
|
94389
|
+
function ku(e3) {
|
|
94306
94390
|
return (e3 << 1) - (e3 > 4 ? 9 : 0);
|
|
94307
94391
|
}
|
|
94308
|
-
function
|
|
94392
|
+
function wu(e3) {
|
|
94309
94393
|
for (var t3 = e3.length; --t3 >= 0; )
|
|
94310
94394
|
e3[t3] = 0;
|
|
94311
94395
|
}
|
|
94312
|
-
function
|
|
94396
|
+
function vu(e3) {
|
|
94313
94397
|
var t3 = e3.state, n3 = t3.pending;
|
|
94314
|
-
n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (
|
|
94398
|
+
n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (Yc.arraySet(e3.output, t3.pending_buf, t3.pending_out, n3, e3.next_out), e3.next_out += n3, t3.pending_out += n3, e3.total_out += n3, e3.avail_out -= n3, t3.pending -= n3, 0 === t3.pending && (t3.pending_out = 0));
|
|
94315
94399
|
}
|
|
94316
|
-
function
|
|
94317
|
-
|
|
94400
|
+
function xu(e3, t3) {
|
|
94401
|
+
Xc._tr_flush_block(e3, e3.block_start >= 0 ? e3.block_start : -1, e3.strstart - e3.block_start, t3), e3.block_start = e3.strstart, vu(e3.strm);
|
|
94318
94402
|
}
|
|
94319
|
-
function
|
|
94403
|
+
function _u(e3, t3) {
|
|
94320
94404
|
e3.pending_buf[e3.pending++] = t3;
|
|
94321
94405
|
}
|
|
94322
|
-
function
|
|
94406
|
+
function Su(e3, t3) {
|
|
94323
94407
|
e3.pending_buf[e3.pending++] = t3 >>> 8 & 255, e3.pending_buf[e3.pending++] = 255 & t3;
|
|
94324
94408
|
}
|
|
94325
|
-
function
|
|
94326
|
-
var n3, r3, o3 = e3.max_chain_length, i3 = e3.strstart, a3 = e3.prev_length, s3 = e3.nice_match, l2 = e3.strstart > e3.w_size -
|
|
94409
|
+
function Cu(e3, t3) {
|
|
94410
|
+
var n3, r3, o3 = e3.max_chain_length, i3 = e3.strstart, a3 = e3.prev_length, s3 = e3.nice_match, l2 = e3.strstart > e3.w_size - pu ? e3.strstart - (e3.w_size - pu) : 0, c2 = e3.window, u2 = e3.w_mask, h2 = e3.prev, d2 = e3.strstart + du, p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
|
|
94327
94411
|
e3.prev_length >= e3.good_match && (o3 >>= 2), s3 > e3.lookahead && (s3 = e3.lookahead);
|
|
94328
94412
|
do {
|
|
94329
94413
|
if (c2[(n3 = t3) + a3] === m2 && c2[n3 + a3 - 1] === p2 && c2[n3] === c2[i3] && c2[++n3] === c2[i3 + 1]) {
|
|
94330
94414
|
i3 += 2, n3++;
|
|
94331
94415
|
do {
|
|
94332
94416
|
} while (c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && c2[++i3] === c2[++n3] && i3 < d2);
|
|
94333
|
-
if (r3 =
|
|
94417
|
+
if (r3 = du - (d2 - i3), i3 = d2 - du, r3 > a3) {
|
|
94334
94418
|
if (e3.match_start = t3, a3 = r3, r3 >= s3)
|
|
94335
94419
|
break;
|
|
94336
94420
|
p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
|
|
@@ -94339,11 +94423,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94339
94423
|
} while ((t3 = h2[t3 & u2]) > l2 && 0 != --o3);
|
|
94340
94424
|
return a3 <= e3.lookahead ? a3 : e3.lookahead;
|
|
94341
94425
|
}
|
|
94342
|
-
function
|
|
94426
|
+
function zu(e3) {
|
|
94343
94427
|
var t3, n3, r3, o3, i3, a3, s3, l2, c2, u2, h2 = e3.w_size;
|
|
94344
94428
|
do {
|
|
94345
|
-
if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 -
|
|
94346
|
-
|
|
94429
|
+
if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 - pu)) {
|
|
94430
|
+
Yc.arraySet(e3.window, e3.window, h2, h2, 0), e3.match_start -= h2, e3.strstart -= h2, e3.block_start -= h2, t3 = n3 = e3.hash_size;
|
|
94347
94431
|
do {
|
|
94348
94432
|
r3 = e3.head[--t3], e3.head[t3] = r3 >= h2 ? r3 - h2 : 0;
|
|
94349
94433
|
} while (--n3);
|
|
@@ -94355,309 +94439,309 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94355
94439
|
}
|
|
94356
94440
|
if (0 === e3.strm.avail_in)
|
|
94357
94441
|
break;
|
|
94358
|
-
if (a3 = e3.strm, s3 = e3.window, l2 = e3.strstart + e3.lookahead, c2 = o3, u2 = void 0, (u2 = a3.avail_in) > c2 && (u2 = c2), n3 = 0 === u2 ? 0 : (a3.avail_in -= u2,
|
|
94359
|
-
for (i3 = e3.strstart - e3.insert, e3.ins_h = e3.window[i3], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + 1]) & e3.hash_mask; e3.insert && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 +
|
|
94442
|
+
if (a3 = e3.strm, s3 = e3.window, l2 = e3.strstart + e3.lookahead, c2 = o3, u2 = void 0, (u2 = a3.avail_in) > c2 && (u2 = c2), n3 = 0 === u2 ? 0 : (a3.avail_in -= u2, Yc.arraySet(s3, a3.input, a3.next_in, u2, l2), 1 === a3.state.wrap ? a3.adler = Qc(a3.adler, s3, u2, l2) : 2 === a3.state.wrap && (a3.adler = Jc(a3.adler, s3, u2, l2)), a3.next_in += u2, a3.total_in += u2, u2), e3.lookahead += n3, e3.lookahead + e3.insert >= hu)
|
|
94443
|
+
for (i3 = e3.strstart - e3.insert, e3.ins_h = e3.window[i3], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + 1]) & e3.hash_mask; e3.insert && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[i3 + hu - 1]) & e3.hash_mask, e3.prev[i3 & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = i3, i3++, e3.insert--, !(e3.lookahead + e3.insert < hu)); )
|
|
94360
94444
|
;
|
|
94361
|
-
} while (e3.lookahead <
|
|
94445
|
+
} while (e3.lookahead < pu && 0 !== e3.strm.avail_in);
|
|
94362
94446
|
}
|
|
94363
|
-
function
|
|
94447
|
+
function Au(e3, t3) {
|
|
94364
94448
|
for (var n3, r3; ; ) {
|
|
94365
|
-
if (e3.lookahead <
|
|
94366
|
-
if (
|
|
94449
|
+
if (e3.lookahead < pu) {
|
|
94450
|
+
if (zu(e3), e3.lookahead < pu && t3 === tu)
|
|
94367
94451
|
return 1;
|
|
94368
94452
|
if (0 === e3.lookahead)
|
|
94369
94453
|
break;
|
|
94370
94454
|
}
|
|
94371
|
-
if (n3 = 0, e3.lookahead >=
|
|
94372
|
-
if (r3 =
|
|
94455
|
+
if (n3 = 0, e3.lookahead >= hu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + hu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), 0 !== n3 && e3.strstart - n3 <= e3.w_size - pu && (e3.match_length = Cu(e3, n3)), e3.match_length >= hu)
|
|
94456
|
+
if (r3 = Xc._tr_tally(e3, e3.strstart - e3.match_start, e3.match_length - hu), e3.lookahead -= e3.match_length, e3.match_length <= e3.max_lazy_match && e3.lookahead >= hu) {
|
|
94373
94457
|
e3.match_length--;
|
|
94374
94458
|
do {
|
|
94375
|
-
e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart +
|
|
94459
|
+
e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + hu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart;
|
|
94376
94460
|
} while (0 != --e3.match_length);
|
|
94377
94461
|
e3.strstart++;
|
|
94378
94462
|
} else
|
|
94379
94463
|
e3.strstart += e3.match_length, e3.match_length = 0, e3.ins_h = e3.window[e3.strstart], e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + 1]) & e3.hash_mask;
|
|
94380
94464
|
else
|
|
94381
|
-
r3 =
|
|
94382
|
-
if (r3 && (
|
|
94465
|
+
r3 = Xc._tr_tally(e3, 0, e3.window[e3.strstart]), e3.lookahead--, e3.strstart++;
|
|
94466
|
+
if (r3 && (xu(e3, false), 0 === e3.strm.avail_out))
|
|
94383
94467
|
return 1;
|
|
94384
94468
|
}
|
|
94385
|
-
return e3.insert = e3.strstart <
|
|
94469
|
+
return e3.insert = e3.strstart < hu - 1 ? e3.strstart : hu - 1, 4 === t3 ? (xu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (xu(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
|
|
94386
94470
|
}
|
|
94387
|
-
function
|
|
94471
|
+
function Tu(e3, t3) {
|
|
94388
94472
|
for (var n3, r3, o3; ; ) {
|
|
94389
|
-
if (e3.lookahead <
|
|
94390
|
-
if (
|
|
94473
|
+
if (e3.lookahead < pu) {
|
|
94474
|
+
if (zu(e3), e3.lookahead < pu && t3 === tu)
|
|
94391
94475
|
return 1;
|
|
94392
94476
|
if (0 === e3.lookahead)
|
|
94393
94477
|
break;
|
|
94394
94478
|
}
|
|
94395
|
-
if (n3 = 0, e3.lookahead >=
|
|
94396
|
-
o3 = e3.strstart + e3.lookahead -
|
|
94479
|
+
if (n3 = 0, e3.lookahead >= hu && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + hu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart), e3.prev_length = e3.match_length, e3.prev_match = e3.match_start, e3.match_length = hu - 1, 0 !== n3 && e3.prev_length < e3.max_lazy_match && e3.strstart - n3 <= e3.w_size - pu && (e3.match_length = Cu(e3, n3), e3.match_length <= 5 && (1 === e3.strategy || e3.match_length === hu && e3.strstart - e3.match_start > 4096) && (e3.match_length = hu - 1)), e3.prev_length >= hu && e3.match_length <= e3.prev_length) {
|
|
94480
|
+
o3 = e3.strstart + e3.lookahead - hu, r3 = Xc._tr_tally(e3, e3.strstart - 1 - e3.prev_match, e3.prev_length - hu), e3.lookahead -= e3.prev_length - 1, e3.prev_length -= 2;
|
|
94397
94481
|
do {
|
|
94398
|
-
++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart +
|
|
94482
|
+
++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + hu - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart);
|
|
94399
94483
|
} while (0 != --e3.prev_length);
|
|
94400
|
-
if (e3.match_available = 0, e3.match_length =
|
|
94484
|
+
if (e3.match_available = 0, e3.match_length = hu - 1, e3.strstart++, r3 && (xu(e3, false), 0 === e3.strm.avail_out))
|
|
94401
94485
|
return 1;
|
|
94402
94486
|
} else if (e3.match_available) {
|
|
94403
|
-
if ((r3 =
|
|
94487
|
+
if ((r3 = Xc._tr_tally(e3, 0, e3.window[e3.strstart - 1])) && xu(e3, false), e3.strstart++, e3.lookahead--, 0 === e3.strm.avail_out)
|
|
94404
94488
|
return 1;
|
|
94405
94489
|
} else
|
|
94406
94490
|
e3.match_available = 1, e3.strstart++, e3.lookahead--;
|
|
94407
94491
|
}
|
|
94408
|
-
return e3.match_available && (r3 =
|
|
94492
|
+
return e3.match_available && (r3 = Xc._tr_tally(e3, 0, e3.window[e3.strstart - 1]), e3.match_available = 0), e3.insert = e3.strstart < hu - 1 ? e3.strstart : hu - 1, 4 === t3 ? (xu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (xu(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
|
|
94409
94493
|
}
|
|
94410
|
-
function
|
|
94494
|
+
function Ou(e3, t3, n3, r3, o3) {
|
|
94411
94495
|
this.good_length = e3, this.max_lazy = t3, this.nice_length = n3, this.max_chain = r3, this.func = o3;
|
|
94412
94496
|
}
|
|
94413
|
-
function
|
|
94414
|
-
this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method =
|
|
94497
|
+
function Lu() {
|
|
94498
|
+
this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = iu, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Yc.Buf16(2 * cu), this.dyn_dtree = new Yc.Buf16(2 * (2 * su + 1)), this.bl_tree = new Yc.Buf16(2 * (2 * lu + 1)), wu(this.dyn_ltree), wu(this.dyn_dtree), wu(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Yc.Buf16(uu + 1), this.heap = new Yc.Buf16(2 * au + 1), wu(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Yc.Buf16(2 * au + 1), wu(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
|
|
94415
94499
|
}
|
|
94416
|
-
function
|
|
94500
|
+
function Eu(e3) {
|
|
94417
94501
|
var t3;
|
|
94418
|
-
return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type =
|
|
94502
|
+
return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type = ou, (t3 = e3.state).pending = 0, t3.pending_out = 0, t3.wrap < 0 && (t3.wrap = -t3.wrap), t3.status = t3.wrap ? mu : gu, e3.adler = 2 === t3.wrap ? 0 : 1, t3.last_flush = tu, Xc._tr_init(t3), nu) : yu(e3, ru);
|
|
94419
94503
|
}
|
|
94420
|
-
function
|
|
94421
|
-
var t3, n3 =
|
|
94422
|
-
return n3 ===
|
|
94504
|
+
function Ru(e3) {
|
|
94505
|
+
var t3, n3 = Eu(e3);
|
|
94506
|
+
return n3 === nu && ((t3 = e3.state).window_size = 2 * t3.w_size, wu(t3.head), t3.max_lazy_match = Vc[t3.level].max_lazy, t3.good_match = Vc[t3.level].good_length, t3.nice_match = Vc[t3.level].nice_length, t3.max_chain_length = Vc[t3.level].max_chain, t3.strstart = 0, t3.block_start = 0, t3.lookahead = 0, t3.insert = 0, t3.match_length = t3.prev_length = hu - 1, t3.match_available = 0, t3.ins_h = 0), n3;
|
|
94423
94507
|
}
|
|
94424
|
-
function
|
|
94508
|
+
function Nu(e3, t3, n3, r3, o3, i3) {
|
|
94425
94509
|
if (!e3)
|
|
94426
|
-
return
|
|
94510
|
+
return ru;
|
|
94427
94511
|
var a3 = 1;
|
|
94428
|
-
if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !==
|
|
94429
|
-
return
|
|
94512
|
+
if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !== iu || r3 < 8 || r3 > 15 || t3 < 0 || t3 > 9 || i3 < 0 || i3 > 4)
|
|
94513
|
+
return yu(e3, ru);
|
|
94430
94514
|
8 === r3 && (r3 = 9);
|
|
94431
|
-
var s3 = new
|
|
94432
|
-
return e3.state = s3, s3.strm = e3, s3.wrap = a3, s3.gzhead = null, s3.w_bits = r3, s3.w_size = 1 << s3.w_bits, s3.w_mask = s3.w_size - 1, s3.hash_bits = o3 + 7, s3.hash_size = 1 << s3.hash_bits, s3.hash_mask = s3.hash_size - 1, s3.hash_shift = ~~((s3.hash_bits +
|
|
94515
|
+
var s3 = new Lu();
|
|
94516
|
+
return e3.state = s3, s3.strm = e3, s3.wrap = a3, s3.gzhead = null, s3.w_bits = r3, s3.w_size = 1 << s3.w_bits, s3.w_mask = s3.w_size - 1, s3.hash_bits = o3 + 7, s3.hash_size = 1 << s3.hash_bits, s3.hash_mask = s3.hash_size - 1, s3.hash_shift = ~~((s3.hash_bits + hu - 1) / hu), s3.window = new Yc.Buf8(2 * s3.w_size), s3.head = new Yc.Buf16(s3.hash_size), s3.prev = new Yc.Buf16(s3.w_size), s3.lit_bufsize = 1 << o3 + 6, s3.pending_buf_size = 4 * s3.lit_bufsize, s3.pending_buf = new Yc.Buf8(s3.pending_buf_size), s3.d_buf = 1 * s3.lit_bufsize, s3.l_buf = 3 * s3.lit_bufsize, s3.level = t3, s3.strategy = i3, s3.method = n3, Ru(e3);
|
|
94433
94517
|
}
|
|
94434
|
-
|
|
94518
|
+
Vc = [new Ou(0, 0, 0, 0, function(e3, t3) {
|
|
94435
94519
|
var n3 = 65535;
|
|
94436
94520
|
for (n3 > e3.pending_buf_size - 5 && (n3 = e3.pending_buf_size - 5); ; ) {
|
|
94437
94521
|
if (e3.lookahead <= 1) {
|
|
94438
|
-
if (
|
|
94522
|
+
if (zu(e3), 0 === e3.lookahead && t3 === tu)
|
|
94439
94523
|
return 1;
|
|
94440
94524
|
if (0 === e3.lookahead)
|
|
94441
94525
|
break;
|
|
94442
94526
|
}
|
|
94443
94527
|
e3.strstart += e3.lookahead, e3.lookahead = 0;
|
|
94444
94528
|
var r3 = e3.block_start + n3;
|
|
94445
|
-
if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3,
|
|
94529
|
+
if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3, xu(e3, false), 0 === e3.strm.avail_out))
|
|
94446
94530
|
return 1;
|
|
94447
|
-
if (e3.strstart - e3.block_start >= e3.w_size -
|
|
94531
|
+
if (e3.strstart - e3.block_start >= e3.w_size - pu && (xu(e3, false), 0 === e3.strm.avail_out))
|
|
94448
94532
|
return 1;
|
|
94449
94533
|
}
|
|
94450
|
-
return e3.insert = 0, 4 === t3 ? (
|
|
94451
|
-
}), new
|
|
94452
|
-
return
|
|
94453
|
-
},
|
|
94454
|
-
return e3 && e3.state ? 2 !== e3.state.wrap ?
|
|
94455
|
-
},
|
|
94534
|
+
return e3.insert = 0, 4 === t3 ? (xu(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : (e3.strstart > e3.block_start && (xu(e3, false), e3.strm.avail_out), 1);
|
|
94535
|
+
}), new Ou(4, 4, 8, 4, Au), new Ou(4, 5, 16, 8, Au), new Ou(4, 6, 32, 32, Au), new Ou(4, 4, 16, 16, Tu), new Ou(8, 16, 32, 32, Tu), new Ou(8, 16, 128, 128, Tu), new Ou(8, 32, 128, 256, Tu), new Ou(32, 128, 258, 1024, Tu), new Ou(32, 258, 258, 4096, Tu)], ic.deflateInit = function(e3, t3) {
|
|
94536
|
+
return Nu(e3, t3, iu, 15, 8, 0);
|
|
94537
|
+
}, ic.deflateInit2 = Nu, ic.deflateReset = Ru, ic.deflateResetKeep = Eu, ic.deflateSetHeader = function(e3, t3) {
|
|
94538
|
+
return e3 && e3.state ? 2 !== e3.state.wrap ? ru : (e3.state.gzhead = t3, nu) : ru;
|
|
94539
|
+
}, ic.deflate = function(e3, t3) {
|
|
94456
94540
|
var n3, r3, o3, i3;
|
|
94457
94541
|
if (!e3 || !e3.state || t3 > 5 || t3 < 0)
|
|
94458
|
-
return e3 ?
|
|
94459
|
-
if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status ===
|
|
94460
|
-
return
|
|
94461
|
-
if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status ===
|
|
94542
|
+
return e3 ? yu(e3, ru) : ru;
|
|
94543
|
+
if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status === bu && 4 !== t3)
|
|
94544
|
+
return yu(e3, 0 === e3.avail_out ? -5 : ru);
|
|
94545
|
+
if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status === mu)
|
|
94462
94546
|
if (2 === r3.wrap)
|
|
94463
|
-
e3.adler = 0,
|
|
94547
|
+
e3.adler = 0, _u(r3, 31), _u(r3, 139), _u(r3, 8), r3.gzhead ? (_u(r3, (r3.gzhead.text ? 1 : 0) + (r3.gzhead.hcrc ? 2 : 0) + (r3.gzhead.extra ? 4 : 0) + (r3.gzhead.name ? 8 : 0) + (r3.gzhead.comment ? 16 : 0)), _u(r3, 255 & r3.gzhead.time), _u(r3, r3.gzhead.time >> 8 & 255), _u(r3, r3.gzhead.time >> 16 & 255), _u(r3, r3.gzhead.time >> 24 & 255), _u(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), _u(r3, 255 & r3.gzhead.os), r3.gzhead.extra && r3.gzhead.extra.length && (_u(r3, 255 & r3.gzhead.extra.length), _u(r3, r3.gzhead.extra.length >> 8 & 255)), r3.gzhead.hcrc && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending, 0)), r3.gzindex = 0, r3.status = 69) : (_u(r3, 0), _u(r3, 0), _u(r3, 0), _u(r3, 0), _u(r3, 0), _u(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), _u(r3, 3), r3.status = gu);
|
|
94464
94548
|
else {
|
|
94465
|
-
var a3 =
|
|
94466
|
-
a3 |= (r3.strategy >= 2 || r3.level < 2 ? 0 : r3.level < 6 ? 1 : 6 === r3.level ? 2 : 3) << 6, 0 !== r3.strstart && (a3 |= 32), a3 += 31 - a3 % 31, r3.status =
|
|
94549
|
+
var a3 = iu + (r3.w_bits - 8 << 4) << 8;
|
|
94550
|
+
a3 |= (r3.strategy >= 2 || r3.level < 2 ? 0 : r3.level < 6 ? 1 : 6 === r3.level ? 2 : 3) << 6, 0 !== r3.strstart && (a3 |= 32), a3 += 31 - a3 % 31, r3.status = gu, Su(r3, a3), 0 !== r3.strstart && (Su(r3, e3.adler >>> 16), Su(r3, 65535 & e3.adler)), e3.adler = 1;
|
|
94467
94551
|
}
|
|
94468
94552
|
if (69 === r3.status)
|
|
94469
94553
|
if (r3.gzhead.extra) {
|
|
94470
|
-
for (o3 = r3.pending; r3.gzindex < (65535 & r3.gzhead.extra.length) && (r3.pending !== r3.pending_buf_size || (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94471
|
-
|
|
94472
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94554
|
+
for (o3 = r3.pending; r3.gzindex < (65535 & r3.gzhead.extra.length) && (r3.pending !== r3.pending_buf_size || (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), vu(e3), o3 = r3.pending, r3.pending !== r3.pending_buf_size)); )
|
|
94555
|
+
_u(r3, 255 & r3.gzhead.extra[r3.gzindex]), r3.gzindex++;
|
|
94556
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), r3.gzindex === r3.gzhead.extra.length && (r3.gzindex = 0, r3.status = 73);
|
|
94473
94557
|
} else
|
|
94474
94558
|
r3.status = 73;
|
|
94475
94559
|
if (73 === r3.status)
|
|
94476
94560
|
if (r3.gzhead.name) {
|
|
94477
94561
|
o3 = r3.pending;
|
|
94478
94562
|
do {
|
|
94479
|
-
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94563
|
+
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), vu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
|
|
94480
94564
|
i3 = 1;
|
|
94481
94565
|
break;
|
|
94482
94566
|
}
|
|
94483
|
-
i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0,
|
|
94567
|
+
i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0, _u(r3, i3);
|
|
94484
94568
|
} while (0 !== i3);
|
|
94485
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94569
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.gzindex = 0, r3.status = 91);
|
|
94486
94570
|
} else
|
|
94487
94571
|
r3.status = 91;
|
|
94488
94572
|
if (91 === r3.status)
|
|
94489
94573
|
if (r3.gzhead.comment) {
|
|
94490
94574
|
o3 = r3.pending;
|
|
94491
94575
|
do {
|
|
94492
|
-
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94576
|
+
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), vu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
|
|
94493
94577
|
i3 = 1;
|
|
94494
94578
|
break;
|
|
94495
94579
|
}
|
|
94496
|
-
i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0,
|
|
94580
|
+
i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0, _u(r3, i3);
|
|
94497
94581
|
} while (0 !== i3);
|
|
94498
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
94582
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = Jc(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.status = fu);
|
|
94499
94583
|
} else
|
|
94500
|
-
r3.status =
|
|
94501
|
-
if (r3.status ===
|
|
94502
|
-
if (
|
|
94503
|
-
return r3.last_flush = -1,
|
|
94504
|
-
} else if (0 === e3.avail_in &&
|
|
94505
|
-
return
|
|
94506
|
-
if (r3.status ===
|
|
94507
|
-
return
|
|
94508
|
-
if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !==
|
|
94584
|
+
r3.status = fu;
|
|
94585
|
+
if (r3.status === fu && (r3.gzhead.hcrc ? (r3.pending + 2 > r3.pending_buf_size && vu(e3), r3.pending + 2 <= r3.pending_buf_size && (_u(r3, 255 & e3.adler), _u(r3, e3.adler >> 8 & 255), e3.adler = 0, r3.status = gu)) : r3.status = gu), 0 !== r3.pending) {
|
|
94586
|
+
if (vu(e3), 0 === e3.avail_out)
|
|
94587
|
+
return r3.last_flush = -1, nu;
|
|
94588
|
+
} else if (0 === e3.avail_in && ku(t3) <= ku(n3) && 4 !== t3)
|
|
94589
|
+
return yu(e3, -5);
|
|
94590
|
+
if (r3.status === bu && 0 !== e3.avail_in)
|
|
94591
|
+
return yu(e3, -5);
|
|
94592
|
+
if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !== tu && r3.status !== bu) {
|
|
94509
94593
|
var s3 = 2 === r3.strategy ? function(e4, t4) {
|
|
94510
94594
|
for (var n4; ; ) {
|
|
94511
|
-
if (0 === e4.lookahead && (
|
|
94512
|
-
if (t4 ===
|
|
94595
|
+
if (0 === e4.lookahead && (zu(e4), 0 === e4.lookahead)) {
|
|
94596
|
+
if (t4 === tu)
|
|
94513
94597
|
return 1;
|
|
94514
94598
|
break;
|
|
94515
94599
|
}
|
|
94516
|
-
if (e4.match_length = 0, n4 =
|
|
94600
|
+
if (e4.match_length = 0, n4 = Xc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++, n4 && (xu(e4, false), 0 === e4.strm.avail_out))
|
|
94517
94601
|
return 1;
|
|
94518
94602
|
}
|
|
94519
|
-
return e4.insert = 0, 4 === t4 ? (
|
|
94603
|
+
return e4.insert = 0, 4 === t4 ? (xu(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (xu(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
|
|
94520
94604
|
}(r3, t3) : 3 === r3.strategy ? function(e4, t4) {
|
|
94521
94605
|
for (var n4, r4, o4, i4, a4 = e4.window; ; ) {
|
|
94522
|
-
if (e4.lookahead <=
|
|
94523
|
-
if (
|
|
94606
|
+
if (e4.lookahead <= du) {
|
|
94607
|
+
if (zu(e4), e4.lookahead <= du && t4 === tu)
|
|
94524
94608
|
return 1;
|
|
94525
94609
|
if (0 === e4.lookahead)
|
|
94526
94610
|
break;
|
|
94527
94611
|
}
|
|
94528
|
-
if (e4.match_length = 0, e4.lookahead >=
|
|
94529
|
-
i4 = e4.strstart +
|
|
94612
|
+
if (e4.match_length = 0, e4.lookahead >= hu && e4.strstart > 0 && (r4 = a4[o4 = e4.strstart - 1]) === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4]) {
|
|
94613
|
+
i4 = e4.strstart + du;
|
|
94530
94614
|
do {
|
|
94531
94615
|
} while (r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4] && o4 < i4);
|
|
94532
|
-
e4.match_length =
|
|
94616
|
+
e4.match_length = du - (i4 - o4), e4.match_length > e4.lookahead && (e4.match_length = e4.lookahead);
|
|
94533
94617
|
}
|
|
94534
|
-
if (e4.match_length >=
|
|
94618
|
+
if (e4.match_length >= hu ? (n4 = Xc._tr_tally(e4, 1, e4.match_length - hu), e4.lookahead -= e4.match_length, e4.strstart += e4.match_length, e4.match_length = 0) : (n4 = Xc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++), n4 && (xu(e4, false), 0 === e4.strm.avail_out))
|
|
94535
94619
|
return 1;
|
|
94536
94620
|
}
|
|
94537
|
-
return e4.insert = 0, 4 === t4 ? (
|
|
94538
|
-
}(r3, t3) :
|
|
94539
|
-
if (3 !== s3 && 4 !== s3 || (r3.status =
|
|
94540
|
-
return 0 === e3.avail_out && (r3.last_flush = -1),
|
|
94541
|
-
if (2 === s3 && (1 === t3 ?
|
|
94542
|
-
return r3.last_flush = -1,
|
|
94543
|
-
}
|
|
94544
|
-
return 4 !== t3 ?
|
|
94545
|
-
},
|
|
94621
|
+
return e4.insert = 0, 4 === t4 ? (xu(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (xu(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
|
|
94622
|
+
}(r3, t3) : Vc[r3.level].func(r3, t3);
|
|
94623
|
+
if (3 !== s3 && 4 !== s3 || (r3.status = bu), 1 === s3 || 3 === s3)
|
|
94624
|
+
return 0 === e3.avail_out && (r3.last_flush = -1), nu;
|
|
94625
|
+
if (2 === s3 && (1 === t3 ? Xc._tr_align(r3) : 5 !== t3 && (Xc._tr_stored_block(r3, 0, 0, false), 3 === t3 && (wu(r3.head), 0 === r3.lookahead && (r3.strstart = 0, r3.block_start = 0, r3.insert = 0))), vu(e3), 0 === e3.avail_out))
|
|
94626
|
+
return r3.last_flush = -1, nu;
|
|
94627
|
+
}
|
|
94628
|
+
return 4 !== t3 ? nu : r3.wrap <= 0 ? 1 : (2 === r3.wrap ? (_u(r3, 255 & e3.adler), _u(r3, e3.adler >> 8 & 255), _u(r3, e3.adler >> 16 & 255), _u(r3, e3.adler >> 24 & 255), _u(r3, 255 & e3.total_in), _u(r3, e3.total_in >> 8 & 255), _u(r3, e3.total_in >> 16 & 255), _u(r3, e3.total_in >> 24 & 255)) : (Su(r3, e3.adler >>> 16), Su(r3, 65535 & e3.adler)), vu(e3), r3.wrap > 0 && (r3.wrap = -r3.wrap), 0 !== r3.pending ? nu : 1);
|
|
94629
|
+
}, ic.deflateEnd = function(e3) {
|
|
94546
94630
|
var t3;
|
|
94547
|
-
return e3 && e3.state ? (t3 = e3.state.status) !==
|
|
94548
|
-
},
|
|
94631
|
+
return e3 && e3.state ? (t3 = e3.state.status) !== mu && 69 !== t3 && 73 !== t3 && 91 !== t3 && t3 !== fu && t3 !== gu && t3 !== bu ? yu(e3, ru) : (e3.state = null, t3 === gu ? yu(e3, -3) : nu) : ru;
|
|
94632
|
+
}, ic.deflateSetDictionary = function(e3, t3) {
|
|
94549
94633
|
var n3, r3, o3, i3, a3, s3, l2, c2, u2 = t3.length;
|
|
94550
94634
|
if (!e3 || !e3.state)
|
|
94551
|
-
return
|
|
94552
|
-
if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !==
|
|
94553
|
-
return
|
|
94554
|
-
for (1 === i3 && (e3.adler =
|
|
94555
|
-
r3 = n3.strstart, o3 = n3.lookahead - (
|
|
94635
|
+
return ru;
|
|
94636
|
+
if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !== mu || n3.lookahead)
|
|
94637
|
+
return ru;
|
|
94638
|
+
for (1 === i3 && (e3.adler = Qc(e3.adler, t3, u2, 0)), n3.wrap = 0, u2 >= n3.w_size && (0 === i3 && (wu(n3.head), n3.strstart = 0, n3.block_start = 0, n3.insert = 0), c2 = new Yc.Buf8(n3.w_size), Yc.arraySet(c2, t3, u2 - n3.w_size, n3.w_size, 0), t3 = c2, u2 = n3.w_size), a3 = e3.avail_in, s3 = e3.next_in, l2 = e3.input, e3.avail_in = u2, e3.next_in = 0, e3.input = t3, zu(n3); n3.lookahead >= hu; ) {
|
|
94639
|
+
r3 = n3.strstart, o3 = n3.lookahead - (hu - 1);
|
|
94556
94640
|
do {
|
|
94557
|
-
n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 +
|
|
94641
|
+
n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 + hu - 1]) & n3.hash_mask, n3.prev[r3 & n3.w_mask] = n3.head[n3.ins_h], n3.head[n3.ins_h] = r3, r3++;
|
|
94558
94642
|
} while (--o3);
|
|
94559
|
-
n3.strstart = r3, n3.lookahead =
|
|
94643
|
+
n3.strstart = r3, n3.lookahead = hu - 1, zu(n3);
|
|
94560
94644
|
}
|
|
94561
|
-
return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length =
|
|
94562
|
-
},
|
|
94563
|
-
var
|
|
94645
|
+
return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length = hu - 1, n3.match_available = 0, e3.next_in = s3, e3.input = l2, e3.avail_in = a3, n3.wrap = i3, nu;
|
|
94646
|
+
}, ic.deflateInfo = "pako deflate (from Nodeca project)";
|
|
94647
|
+
var Iu = {}, ju = rc, Bu = true, Du = true;
|
|
94564
94648
|
try {
|
|
94565
94649
|
String.fromCharCode.apply(null, [0]);
|
|
94566
|
-
} catch (
|
|
94567
|
-
|
|
94650
|
+
} catch (e3) {
|
|
94651
|
+
Bu = false;
|
|
94568
94652
|
}
|
|
94569
94653
|
try {
|
|
94570
94654
|
String.fromCharCode.apply(null, new Uint8Array(1));
|
|
94571
|
-
} catch (
|
|
94572
|
-
|
|
94573
|
-
}
|
|
94574
|
-
for (var
|
|
94575
|
-
|
|
94576
|
-
function
|
|
94577
|
-
if (t3 < 65534 && (e3.subarray &&
|
|
94578
|
-
return String.fromCharCode.apply(null,
|
|
94655
|
+
} catch (e3) {
|
|
94656
|
+
Du = false;
|
|
94657
|
+
}
|
|
94658
|
+
for (var Pu = new ju.Buf8(256), Fu = 0; Fu < 256; Fu++)
|
|
94659
|
+
Pu[Fu] = Fu >= 252 ? 6 : Fu >= 248 ? 5 : Fu >= 240 ? 4 : Fu >= 224 ? 3 : Fu >= 192 ? 2 : 1;
|
|
94660
|
+
function Uu(e3, t3) {
|
|
94661
|
+
if (t3 < 65534 && (e3.subarray && Du || !e3.subarray && Bu))
|
|
94662
|
+
return String.fromCharCode.apply(null, ju.shrinkBuf(e3, t3));
|
|
94579
94663
|
for (var n3 = "", r3 = 0; r3 < t3; r3++)
|
|
94580
94664
|
n3 += String.fromCharCode(e3[r3]);
|
|
94581
94665
|
return n3;
|
|
94582
94666
|
}
|
|
94583
|
-
|
|
94667
|
+
Pu[254] = Pu[254] = 1, Iu.string2buf = function(e3) {
|
|
94584
94668
|
var t3, n3, r3, o3, i3, a3 = e3.length, s3 = 0;
|
|
94585
94669
|
for (o3 = 0; o3 < a3; o3++)
|
|
94586
94670
|
55296 == (64512 & (n3 = e3.charCodeAt(o3))) && o3 + 1 < a3 && 56320 == (64512 & (r3 = e3.charCodeAt(o3 + 1))) && (n3 = 65536 + (n3 - 55296 << 10) + (r3 - 56320), o3++), s3 += n3 < 128 ? 1 : n3 < 2048 ? 2 : n3 < 65536 ? 3 : 4;
|
|
94587
|
-
for (t3 = new
|
|
94671
|
+
for (t3 = new ju.Buf8(s3), i3 = 0, o3 = 0; i3 < s3; o3++)
|
|
94588
94672
|
55296 == (64512 & (n3 = e3.charCodeAt(o3))) && o3 + 1 < a3 && 56320 == (64512 & (r3 = e3.charCodeAt(o3 + 1))) && (n3 = 65536 + (n3 - 55296 << 10) + (r3 - 56320), o3++), n3 < 128 ? t3[i3++] = n3 : n3 < 2048 ? (t3[i3++] = 192 | n3 >>> 6, t3[i3++] = 128 | 63 & n3) : n3 < 65536 ? (t3[i3++] = 224 | n3 >>> 12, t3[i3++] = 128 | n3 >>> 6 & 63, t3[i3++] = 128 | 63 & n3) : (t3[i3++] = 240 | n3 >>> 18, t3[i3++] = 128 | n3 >>> 12 & 63, t3[i3++] = 128 | n3 >>> 6 & 63, t3[i3++] = 128 | 63 & n3);
|
|
94589
94673
|
return t3;
|
|
94590
|
-
},
|
|
94591
|
-
return
|
|
94592
|
-
},
|
|
94593
|
-
for (var t3 = new
|
|
94674
|
+
}, Iu.buf2binstring = function(e3) {
|
|
94675
|
+
return Uu(e3, e3.length);
|
|
94676
|
+
}, Iu.binstring2buf = function(e3) {
|
|
94677
|
+
for (var t3 = new ju.Buf8(e3.length), n3 = 0, r3 = t3.length; n3 < r3; n3++)
|
|
94594
94678
|
t3[n3] = e3.charCodeAt(n3);
|
|
94595
94679
|
return t3;
|
|
94596
|
-
},
|
|
94680
|
+
}, Iu.buf2string = function(e3, t3) {
|
|
94597
94681
|
var n3, r3, o3, i3, a3 = t3 || e3.length, s3 = new Array(2 * a3);
|
|
94598
94682
|
for (r3 = 0, n3 = 0; n3 < a3; )
|
|
94599
94683
|
if ((o3 = e3[n3++]) < 128)
|
|
94600
94684
|
s3[r3++] = o3;
|
|
94601
|
-
else if ((i3 =
|
|
94685
|
+
else if ((i3 = Pu[o3]) > 4)
|
|
94602
94686
|
s3[r3++] = 65533, n3 += i3 - 1;
|
|
94603
94687
|
else {
|
|
94604
94688
|
for (o3 &= 2 === i3 ? 31 : 3 === i3 ? 15 : 7; i3 > 1 && n3 < a3; )
|
|
94605
94689
|
o3 = o3 << 6 | 63 & e3[n3++], i3--;
|
|
94606
94690
|
i3 > 1 ? s3[r3++] = 65533 : o3 < 65536 ? s3[r3++] = o3 : (o3 -= 65536, s3[r3++] = 55296 | o3 >> 10 & 1023, s3[r3++] = 56320 | 1023 & o3);
|
|
94607
94691
|
}
|
|
94608
|
-
return
|
|
94609
|
-
},
|
|
94692
|
+
return Uu(s3, r3);
|
|
94693
|
+
}, Iu.utf8border = function(e3, t3) {
|
|
94610
94694
|
var n3;
|
|
94611
94695
|
for ((t3 = t3 || e3.length) > e3.length && (t3 = e3.length), n3 = t3 - 1; n3 >= 0 && 128 == (192 & e3[n3]); )
|
|
94612
94696
|
n3--;
|
|
94613
|
-
return n3 < 0 || 0 === n3 ? t3 : n3 +
|
|
94697
|
+
return n3 < 0 || 0 === n3 ? t3 : n3 + Pu[e3[n3]] > t3 ? n3 : t3;
|
|
94614
94698
|
};
|
|
94615
|
-
var
|
|
94699
|
+
var Mu = function() {
|
|
94616
94700
|
this.input = null, this.next_in = 0, this.avail_in = 0, this.total_in = 0, this.output = null, this.next_out = 0, this.avail_out = 0, this.total_out = 0, this.msg = "", this.state = null, this.data_type = 2, this.adler = 0;
|
|
94617
|
-
},
|
|
94618
|
-
function
|
|
94619
|
-
if (!(this instanceof
|
|
94620
|
-
return new
|
|
94621
|
-
this.options =
|
|
94701
|
+
}, qu = ic, Wu = rc, $u = Iu, Vu = Gc, Zu = Mu, Ku = Object.prototype.toString, Hu = 0, Gu = -1, Yu = 0, Xu = 8;
|
|
94702
|
+
function Qu(e3) {
|
|
94703
|
+
if (!(this instanceof Qu))
|
|
94704
|
+
return new Qu(e3);
|
|
94705
|
+
this.options = Wu.assign({ level: Gu, method: Xu, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: Yu, to: "" }, e3 || {});
|
|
94622
94706
|
var t3 = this.options;
|
|
94623
|
-
t3.raw && t3.windowBits > 0 ? t3.windowBits = -t3.windowBits : t3.gzip && t3.windowBits > 0 && t3.windowBits < 16 && (t3.windowBits += 16), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new
|
|
94624
|
-
var n3 =
|
|
94625
|
-
if (n3 !==
|
|
94626
|
-
throw new Error(
|
|
94627
|
-
if (t3.header &&
|
|
94707
|
+
t3.raw && t3.windowBits > 0 ? t3.windowBits = -t3.windowBits : t3.gzip && t3.windowBits > 0 && t3.windowBits < 16 && (t3.windowBits += 16), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new Zu(), this.strm.avail_out = 0;
|
|
94708
|
+
var n3 = qu.deflateInit2(this.strm, t3.level, t3.method, t3.windowBits, t3.memLevel, t3.strategy);
|
|
94709
|
+
if (n3 !== Hu)
|
|
94710
|
+
throw new Error(Vu[n3]);
|
|
94711
|
+
if (t3.header && qu.deflateSetHeader(this.strm, t3.header), t3.dictionary) {
|
|
94628
94712
|
var r3;
|
|
94629
|
-
if (r3 = "string" == typeof t3.dictionary ?
|
|
94630
|
-
throw new Error(
|
|
94713
|
+
if (r3 = "string" == typeof t3.dictionary ? $u.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Ku.call(t3.dictionary) ? new Uint8Array(t3.dictionary) : t3.dictionary, (n3 = qu.deflateSetDictionary(this.strm, r3)) !== Hu)
|
|
94714
|
+
throw new Error(Vu[n3]);
|
|
94631
94715
|
this._dict_set = true;
|
|
94632
94716
|
}
|
|
94633
94717
|
}
|
|
94634
|
-
function
|
|
94635
|
-
var n3 = new
|
|
94718
|
+
function Ju(e3, t3) {
|
|
94719
|
+
var n3 = new Qu(t3);
|
|
94636
94720
|
if (n3.push(e3, true), n3.err)
|
|
94637
|
-
throw n3.msg ||
|
|
94721
|
+
throw n3.msg || Vu[n3.err];
|
|
94638
94722
|
return n3.result;
|
|
94639
94723
|
}
|
|
94640
|
-
|
|
94724
|
+
Qu.prototype.push = function(e3, t3) {
|
|
94641
94725
|
var n3, r3, o3 = this.strm, i3 = this.options.chunkSize;
|
|
94642
94726
|
if (this.ended)
|
|
94643
94727
|
return false;
|
|
94644
|
-
r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input =
|
|
94728
|
+
r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input = $u.string2buf(e3) : "[object ArrayBuffer]" === Ku.call(e3) ? o3.input = new Uint8Array(e3) : o3.input = e3, o3.next_in = 0, o3.avail_in = o3.input.length;
|
|
94645
94729
|
do {
|
|
94646
|
-
if (0 === o3.avail_out && (o3.output = new
|
|
94730
|
+
if (0 === o3.avail_out && (o3.output = new Wu.Buf8(i3), o3.next_out = 0, o3.avail_out = i3), 1 !== (n3 = qu.deflate(o3, r3)) && n3 !== Hu)
|
|
94647
94731
|
return this.onEnd(n3), this.ended = true, false;
|
|
94648
|
-
0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData(
|
|
94732
|
+
0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData($u.buf2binstring(Wu.shrinkBuf(o3.output, o3.next_out))) : this.onData(Wu.shrinkBuf(o3.output, o3.next_out)));
|
|
94649
94733
|
} while ((o3.avail_in > 0 || 0 === o3.avail_out) && 1 !== n3);
|
|
94650
|
-
return 4 === r3 ? (n3 =
|
|
94651
|
-
},
|
|
94734
|
+
return 4 === r3 ? (n3 = qu.deflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Hu) : 2 !== r3 || (this.onEnd(Hu), o3.avail_out = 0, true);
|
|
94735
|
+
}, Qu.prototype.onData = function(e3) {
|
|
94652
94736
|
this.chunks.push(e3);
|
|
94653
|
-
},
|
|
94654
|
-
e3 ===
|
|
94655
|
-
},
|
|
94656
|
-
return (t3 = t3 || {}).raw = true,
|
|
94657
|
-
},
|
|
94658
|
-
return (t3 = t3 || {}).gzip = true,
|
|
94737
|
+
}, Qu.prototype.onEnd = function(e3) {
|
|
94738
|
+
e3 === Hu && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Wu.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
|
|
94739
|
+
}, oc.Deflate = Qu, oc.deflate = Ju, oc.deflateRaw = function(e3, t3) {
|
|
94740
|
+
return (t3 = t3 || {}).raw = true, Ju(e3, t3);
|
|
94741
|
+
}, oc.gzip = function(e3, t3) {
|
|
94742
|
+
return (t3 = t3 || {}).gzip = true, Ju(e3, t3);
|
|
94659
94743
|
};
|
|
94660
|
-
var
|
|
94744
|
+
var eh = {}, th = {}, nh = rc, rh = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], oh = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], ih = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], ah = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64], sh = rc, lh = Zc, ch = Hc, uh = function(e3, t3) {
|
|
94661
94745
|
var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2;
|
|
94662
94746
|
n3 = e3.state, r3 = e3.next_in, C2 = e3.input, o3 = r3 + (e3.avail_in - 5), i3 = e3.next_out, z2 = e3.output, a3 = i3 - (t3 - e3.avail_out), s3 = i3 + (e3.avail_out - 257), l2 = n3.dmax, c2 = n3.wsize, u2 = n3.whave, h2 = n3.wnext, d2 = n3.window, p2 = n3.hold, m2 = n3.bits, f2 = n3.lencode, g2 = n3.distcode, b2 = (1 << n3.lenbits) - 1, y2 = (1 << n3.distbits) - 1;
|
|
94663
94747
|
e:
|
|
@@ -94746,8 +94830,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94746
94830
|
}
|
|
94747
94831
|
} while (r3 < o3 && i3 < s3);
|
|
94748
94832
|
r3 -= v2 = m2 >> 3, p2 &= (1 << (m2 -= v2 << 3)) - 1, e3.next_in = r3, e3.next_out = i3, e3.avail_in = r3 < o3 ? o3 - r3 + 5 : 5 - (r3 - o3), e3.avail_out = i3 < s3 ? s3 - i3 + 257 : 257 - (i3 - s3), n3.hold = p2, n3.bits = m2;
|
|
94749
|
-
},
|
|
94750
|
-
var l2, c2, u2, h2, d2, p2, m2, f2, g2, b2 = s3.bits, y2 = 0, k2 = 0, w2 = 0, v2 = 0, x2 = 0, _2 = 0, S2 = 0, C2 = 0, z2 = 0, A2 = 0, T2 = null, O2 = 0, L2 = new
|
|
94833
|
+
}, hh = function(e3, t3, n3, r3, o3, i3, a3, s3) {
|
|
94834
|
+
var l2, c2, u2, h2, d2, p2, m2, f2, g2, b2 = s3.bits, y2 = 0, k2 = 0, w2 = 0, v2 = 0, x2 = 0, _2 = 0, S2 = 0, C2 = 0, z2 = 0, A2 = 0, T2 = null, O2 = 0, L2 = new nh.Buf16(16), E2 = new nh.Buf16(16), R2 = null, N2 = 0;
|
|
94751
94835
|
for (y2 = 0; y2 <= 15; y2++)
|
|
94752
94836
|
L2[y2] = 0;
|
|
94753
94837
|
for (k2 = 0; k2 < r3; k2++)
|
|
@@ -94767,7 +94851,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94767
94851
|
E2[y2 + 1] = E2[y2] + L2[y2];
|
|
94768
94852
|
for (k2 = 0; k2 < r3; k2++)
|
|
94769
94853
|
0 !== t3[n3 + k2] && (a3[E2[t3[n3 + k2]]++] = k2);
|
|
94770
|
-
if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 =
|
|
94854
|
+
if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 = rh, O2 -= 257, R2 = oh, N2 -= 257, p2 = 256) : (T2 = ih, R2 = ah, p2 = -1), A2 = 0, k2 = 0, y2 = w2, d2 = i3, _2 = x2, S2 = 0, u2 = -1, h2 = (z2 = 1 << x2) - 1, 1 === e3 && z2 > 852 || 2 === e3 && z2 > 592)
|
|
94771
94855
|
return 1;
|
|
94772
94856
|
for (; ; ) {
|
|
94773
94857
|
m2 = y2 - S2, a3[k2] < p2 ? (f2 = 0, g2 = a3[k2]) : a3[k2] > p2 ? (f2 = R2[N2 + a3[k2]], g2 = T2[O2 + a3[k2]]) : (f2 = 96, g2 = 0), l2 = 1 << y2 - S2, w2 = c2 = 1 << _2;
|
|
@@ -94790,34 +94874,34 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94790
94874
|
}
|
|
94791
94875
|
}
|
|
94792
94876
|
return 0 !== A2 && (o3[d2 + A2] = y2 - S2 << 24 | 64 << 16 | 0), s3.bits = x2, 0;
|
|
94793
|
-
},
|
|
94794
|
-
function
|
|
94877
|
+
}, dh = 0, ph = -2, mh = 1, fh = 12, gh = 30, bh = 852, yh = 592;
|
|
94878
|
+
function kh(e3) {
|
|
94795
94879
|
return (e3 >>> 24 & 255) + (e3 >>> 8 & 65280) + ((65280 & e3) << 8) + ((255 & e3) << 24);
|
|
94796
94880
|
}
|
|
94797
|
-
function
|
|
94798
|
-
this.mode = 0, this.last = false, this.wrap = 0, this.havedict = false, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new
|
|
94881
|
+
function wh() {
|
|
94882
|
+
this.mode = 0, this.last = false, this.wrap = 0, this.havedict = false, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new sh.Buf16(320), this.work = new sh.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
|
|
94799
94883
|
}
|
|
94800
|
-
function
|
|
94884
|
+
function vh(e3) {
|
|
94801
94885
|
var t3;
|
|
94802
|
-
return e3 && e3.state ? (t3 = e3.state, e3.total_in = e3.total_out = t3.total = 0, e3.msg = "", t3.wrap && (e3.adler = 1 & t3.wrap), t3.mode =
|
|
94886
|
+
return e3 && e3.state ? (t3 = e3.state, e3.total_in = e3.total_out = t3.total = 0, e3.msg = "", t3.wrap && (e3.adler = 1 & t3.wrap), t3.mode = mh, t3.last = 0, t3.havedict = 0, t3.dmax = 32768, t3.head = null, t3.hold = 0, t3.bits = 0, t3.lencode = t3.lendyn = new sh.Buf32(bh), t3.distcode = t3.distdyn = new sh.Buf32(yh), t3.sane = 1, t3.back = -1, dh) : ph;
|
|
94803
94887
|
}
|
|
94804
|
-
function
|
|
94888
|
+
function xh(e3) {
|
|
94805
94889
|
var t3;
|
|
94806
|
-
return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0,
|
|
94890
|
+
return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0, vh(e3)) : ph;
|
|
94807
94891
|
}
|
|
94808
|
-
function
|
|
94892
|
+
function _h(e3, t3) {
|
|
94809
94893
|
var n3, r3;
|
|
94810
|
-
return e3 && e3.state ? (r3 = e3.state, t3 < 0 ? (n3 = 0, t3 = -t3) : (n3 = 1 + (t3 >> 4), t3 < 48 && (t3 &= 15)), t3 && (t3 < 8 || t3 > 15) ?
|
|
94894
|
+
return e3 && e3.state ? (r3 = e3.state, t3 < 0 ? (n3 = 0, t3 = -t3) : (n3 = 1 + (t3 >> 4), t3 < 48 && (t3 &= 15)), t3 && (t3 < 8 || t3 > 15) ? ph : (null !== r3.window && r3.wbits !== t3 && (r3.window = null), r3.wrap = n3, r3.wbits = t3, xh(e3))) : ph;
|
|
94811
94895
|
}
|
|
94812
|
-
function
|
|
94896
|
+
function Sh(e3, t3) {
|
|
94813
94897
|
var n3, r3;
|
|
94814
|
-
return e3 ? (r3 = new
|
|
94898
|
+
return e3 ? (r3 = new wh(), e3.state = r3, r3.window = null, (n3 = _h(e3, t3)) !== dh && (e3.state = null), n3) : ph;
|
|
94815
94899
|
}
|
|
94816
|
-
var
|
|
94817
|
-
function
|
|
94818
|
-
if (
|
|
94900
|
+
var Ch, zh, Ah = true;
|
|
94901
|
+
function Th(e3) {
|
|
94902
|
+
if (Ah) {
|
|
94819
94903
|
var t3;
|
|
94820
|
-
for (
|
|
94904
|
+
for (Ch = new sh.Buf32(512), zh = new sh.Buf32(32), t3 = 0; t3 < 144; )
|
|
94821
94905
|
e3.lens[t3++] = 8;
|
|
94822
94906
|
for (; t3 < 256; )
|
|
94823
94907
|
e3.lens[t3++] = 9;
|
|
@@ -94825,27 +94909,27 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94825
94909
|
e3.lens[t3++] = 7;
|
|
94826
94910
|
for (; t3 < 288; )
|
|
94827
94911
|
e3.lens[t3++] = 8;
|
|
94828
|
-
for (
|
|
94912
|
+
for (hh(1, e3.lens, 0, 288, Ch, 0, e3.work, { bits: 9 }), t3 = 0; t3 < 32; )
|
|
94829
94913
|
e3.lens[t3++] = 5;
|
|
94830
|
-
|
|
94914
|
+
hh(2, e3.lens, 0, 32, zh, 0, e3.work, { bits: 5 }), Ah = false;
|
|
94831
94915
|
}
|
|
94832
|
-
e3.lencode =
|
|
94916
|
+
e3.lencode = Ch, e3.lenbits = 9, e3.distcode = zh, e3.distbits = 5;
|
|
94833
94917
|
}
|
|
94834
|
-
function
|
|
94918
|
+
function Oh(e3, t3, n3, r3) {
|
|
94835
94919
|
var o3, i3 = e3.state;
|
|
94836
|
-
return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new
|
|
94920
|
+
return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new sh.Buf8(i3.wsize)), r3 >= i3.wsize ? (sh.arraySet(i3.window, t3, n3 - i3.wsize, i3.wsize, 0), i3.wnext = 0, i3.whave = i3.wsize) : ((o3 = i3.wsize - i3.wnext) > r3 && (o3 = r3), sh.arraySet(i3.window, t3, n3 - r3, o3, i3.wnext), (r3 -= o3) ? (sh.arraySet(i3.window, t3, n3 - r3, r3, 0), i3.wnext = r3, i3.whave = i3.wsize) : (i3.wnext += o3, i3.wnext === i3.wsize && (i3.wnext = 0), i3.whave < i3.wsize && (i3.whave += o3))), 0;
|
|
94837
94921
|
}
|
|
94838
|
-
|
|
94839
|
-
return
|
|
94840
|
-
},
|
|
94841
|
-
var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2 = 0, A2 = new
|
|
94922
|
+
th.inflateReset = xh, th.inflateReset2 = _h, th.inflateResetKeep = vh, th.inflateInit = function(e3) {
|
|
94923
|
+
return Sh(e3, 15);
|
|
94924
|
+
}, th.inflateInit2 = Sh, th.inflate = function(e3, t3) {
|
|
94925
|
+
var n3, r3, o3, i3, a3, s3, l2, c2, u2, h2, d2, p2, m2, f2, g2, b2, y2, k2, w2, v2, x2, _2, S2, C2, z2 = 0, A2 = new sh.Buf8(4), T2 = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
|
|
94842
94926
|
if (!e3 || !e3.state || !e3.output || !e3.input && 0 !== e3.avail_in)
|
|
94843
|
-
return
|
|
94844
|
-
(n3 = e3.state).mode ===
|
|
94927
|
+
return ph;
|
|
94928
|
+
(n3 = e3.state).mode === fh && (n3.mode = 13), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, h2 = s3, d2 = l2, _2 = dh;
|
|
94845
94929
|
e:
|
|
94846
94930
|
for (; ; )
|
|
94847
94931
|
switch (n3.mode) {
|
|
94848
|
-
case
|
|
94932
|
+
case mh:
|
|
94849
94933
|
if (0 === n3.wrap) {
|
|
94850
94934
|
n3.mode = 13;
|
|
94851
94935
|
break;
|
|
@@ -94856,24 +94940,24 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94856
94940
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94857
94941
|
}
|
|
94858
94942
|
if (2 & n3.wrap && 35615 === c2) {
|
|
94859
|
-
n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
94943
|
+
n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ch(n3.check, A2, 2, 0), c2 = 0, u2 = 0, n3.mode = 2;
|
|
94860
94944
|
break;
|
|
94861
94945
|
}
|
|
94862
94946
|
if (n3.flags = 0, n3.head && (n3.head.done = false), !(1 & n3.wrap) || (((255 & c2) << 8) + (c2 >> 8)) % 31) {
|
|
94863
|
-
e3.msg = "incorrect header check", n3.mode =
|
|
94947
|
+
e3.msg = "incorrect header check", n3.mode = gh;
|
|
94864
94948
|
break;
|
|
94865
94949
|
}
|
|
94866
94950
|
if (8 != (15 & c2)) {
|
|
94867
|
-
e3.msg = "unknown compression method", n3.mode =
|
|
94951
|
+
e3.msg = "unknown compression method", n3.mode = gh;
|
|
94868
94952
|
break;
|
|
94869
94953
|
}
|
|
94870
94954
|
if (u2 -= 4, x2 = 8 + (15 & (c2 >>>= 4)), 0 === n3.wbits)
|
|
94871
94955
|
n3.wbits = x2;
|
|
94872
94956
|
else if (x2 > n3.wbits) {
|
|
94873
|
-
e3.msg = "invalid window size", n3.mode =
|
|
94957
|
+
e3.msg = "invalid window size", n3.mode = gh;
|
|
94874
94958
|
break;
|
|
94875
94959
|
}
|
|
94876
|
-
n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 :
|
|
94960
|
+
n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 : fh, c2 = 0, u2 = 0;
|
|
94877
94961
|
break;
|
|
94878
94962
|
case 2:
|
|
94879
94963
|
for (; u2 < 16; ) {
|
|
@@ -94882,28 +94966,28 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94882
94966
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94883
94967
|
}
|
|
94884
94968
|
if (n3.flags = c2, 8 != (255 & n3.flags)) {
|
|
94885
|
-
e3.msg = "unknown compression method", n3.mode =
|
|
94969
|
+
e3.msg = "unknown compression method", n3.mode = gh;
|
|
94886
94970
|
break;
|
|
94887
94971
|
}
|
|
94888
94972
|
if (57344 & n3.flags) {
|
|
94889
|
-
e3.msg = "unknown header flags set", n3.mode =
|
|
94973
|
+
e3.msg = "unknown header flags set", n3.mode = gh;
|
|
94890
94974
|
break;
|
|
94891
94975
|
}
|
|
94892
|
-
n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
94976
|
+
n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ch(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 3;
|
|
94893
94977
|
case 3:
|
|
94894
94978
|
for (; u2 < 32; ) {
|
|
94895
94979
|
if (0 === s3)
|
|
94896
94980
|
break e;
|
|
94897
94981
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94898
94982
|
}
|
|
94899
|
-
n3.head && (n3.head.time = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, A2[2] = c2 >>> 16 & 255, A2[3] = c2 >>> 24 & 255, n3.check =
|
|
94983
|
+
n3.head && (n3.head.time = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, A2[2] = c2 >>> 16 & 255, A2[3] = c2 >>> 24 & 255, n3.check = ch(n3.check, A2, 4, 0)), c2 = 0, u2 = 0, n3.mode = 4;
|
|
94900
94984
|
case 4:
|
|
94901
94985
|
for (; u2 < 16; ) {
|
|
94902
94986
|
if (0 === s3)
|
|
94903
94987
|
break e;
|
|
94904
94988
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94905
94989
|
}
|
|
94906
|
-
n3.head && (n3.head.xflags = 255 & c2, n3.head.os = c2 >> 8), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
94990
|
+
n3.head && (n3.head.xflags = 255 & c2, n3.head.os = c2 >> 8), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ch(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 5;
|
|
94907
94991
|
case 5:
|
|
94908
94992
|
if (1024 & n3.flags) {
|
|
94909
94993
|
for (; u2 < 16; ) {
|
|
@@ -94911,12 +94995,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94911
94995
|
break e;
|
|
94912
94996
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94913
94997
|
}
|
|
94914
|
-
n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
94998
|
+
n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = ch(n3.check, A2, 2, 0)), c2 = 0, u2 = 0;
|
|
94915
94999
|
} else
|
|
94916
95000
|
n3.head && (n3.head.extra = null);
|
|
94917
95001
|
n3.mode = 6;
|
|
94918
95002
|
case 6:
|
|
94919
|
-
if (1024 & n3.flags && ((p2 = n3.length) > s3 && (p2 = s3), p2 && (n3.head && (x2 = n3.head.extra_len - n3.length, n3.head.extra || (n3.head.extra = new Array(n3.head.extra_len)),
|
|
95003
|
+
if (1024 & n3.flags && ((p2 = n3.length) > s3 && (p2 = s3), p2 && (n3.head && (x2 = n3.head.extra_len - n3.length, n3.head.extra || (n3.head.extra = new Array(n3.head.extra_len)), sh.arraySet(n3.head.extra, r3, i3, p2, x2)), 512 & n3.flags && (n3.check = ch(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, n3.length -= p2), n3.length))
|
|
94920
95004
|
break e;
|
|
94921
95005
|
n3.length = 0, n3.mode = 7;
|
|
94922
95006
|
case 7:
|
|
@@ -94927,7 +95011,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94927
95011
|
do {
|
|
94928
95012
|
x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.name += String.fromCharCode(x2));
|
|
94929
95013
|
} while (x2 && p2 < s3);
|
|
94930
|
-
if (512 & n3.flags && (n3.check =
|
|
95014
|
+
if (512 & n3.flags && (n3.check = ch(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
|
|
94931
95015
|
break e;
|
|
94932
95016
|
} else
|
|
94933
95017
|
n3.head && (n3.head.name = null);
|
|
@@ -94940,7 +95024,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94940
95024
|
do {
|
|
94941
95025
|
x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.comment += String.fromCharCode(x2));
|
|
94942
95026
|
} while (x2 && p2 < s3);
|
|
94943
|
-
if (512 & n3.flags && (n3.check =
|
|
95027
|
+
if (512 & n3.flags && (n3.check = ch(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
|
|
94944
95028
|
break e;
|
|
94945
95029
|
} else
|
|
94946
95030
|
n3.head && (n3.head.comment = null);
|
|
@@ -94953,12 +95037,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94953
95037
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94954
95038
|
}
|
|
94955
95039
|
if (c2 !== (65535 & n3.check)) {
|
|
94956
|
-
e3.msg = "header crc mismatch", n3.mode =
|
|
95040
|
+
e3.msg = "header crc mismatch", n3.mode = gh;
|
|
94957
95041
|
break;
|
|
94958
95042
|
}
|
|
94959
95043
|
c2 = 0, u2 = 0;
|
|
94960
95044
|
}
|
|
94961
|
-
n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode =
|
|
95045
|
+
n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode = fh;
|
|
94962
95046
|
break;
|
|
94963
95047
|
case 10:
|
|
94964
95048
|
for (; u2 < 32; ) {
|
|
@@ -94966,12 +95050,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94966
95050
|
break e;
|
|
94967
95051
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
94968
95052
|
}
|
|
94969
|
-
e3.adler = n3.check =
|
|
95053
|
+
e3.adler = n3.check = kh(c2), c2 = 0, u2 = 0, n3.mode = 11;
|
|
94970
95054
|
case 11:
|
|
94971
95055
|
if (0 === n3.havedict)
|
|
94972
95056
|
return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, 2;
|
|
94973
|
-
e3.adler = n3.check = 1, n3.mode =
|
|
94974
|
-
case
|
|
95057
|
+
e3.adler = n3.check = 1, n3.mode = fh;
|
|
95058
|
+
case fh:
|
|
94975
95059
|
if (5 === t3 || 6 === t3)
|
|
94976
95060
|
break e;
|
|
94977
95061
|
case 13:
|
|
@@ -94989,7 +95073,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94989
95073
|
n3.mode = 14;
|
|
94990
95074
|
break;
|
|
94991
95075
|
case 1:
|
|
94992
|
-
if (
|
|
95076
|
+
if (Th(n3), n3.mode = 20, 6 === t3) {
|
|
94993
95077
|
c2 >>>= 2, u2 -= 2;
|
|
94994
95078
|
break e;
|
|
94995
95079
|
}
|
|
@@ -94998,7 +95082,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
94998
95082
|
n3.mode = 17;
|
|
94999
95083
|
break;
|
|
95000
95084
|
case 3:
|
|
95001
|
-
e3.msg = "invalid block type", n3.mode =
|
|
95085
|
+
e3.msg = "invalid block type", n3.mode = gh;
|
|
95002
95086
|
}
|
|
95003
95087
|
c2 >>>= 2, u2 -= 2;
|
|
95004
95088
|
break;
|
|
@@ -95009,7 +95093,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95009
95093
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
95010
95094
|
}
|
|
95011
95095
|
if ((65535 & c2) != (c2 >>> 16 ^ 65535)) {
|
|
95012
|
-
e3.msg = "invalid stored block lengths", n3.mode =
|
|
95096
|
+
e3.msg = "invalid stored block lengths", n3.mode = gh;
|
|
95013
95097
|
break;
|
|
95014
95098
|
}
|
|
95015
95099
|
if (n3.length = 65535 & c2, c2 = 0, u2 = 0, n3.mode = 15, 6 === t3)
|
|
@@ -95020,10 +95104,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95020
95104
|
if (p2 = n3.length) {
|
|
95021
95105
|
if (p2 > s3 && (p2 = s3), p2 > l2 && (p2 = l2), 0 === p2)
|
|
95022
95106
|
break e;
|
|
95023
|
-
|
|
95107
|
+
sh.arraySet(o3, r3, i3, p2, a3), s3 -= p2, i3 += p2, l2 -= p2, a3 += p2, n3.length -= p2;
|
|
95024
95108
|
break;
|
|
95025
95109
|
}
|
|
95026
|
-
n3.mode =
|
|
95110
|
+
n3.mode = fh;
|
|
95027
95111
|
break;
|
|
95028
95112
|
case 17:
|
|
95029
95113
|
for (; u2 < 14; ) {
|
|
@@ -95032,7 +95116,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95032
95116
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
95033
95117
|
}
|
|
95034
95118
|
if (n3.nlen = 257 + (31 & c2), c2 >>>= 5, u2 -= 5, n3.ndist = 1 + (31 & c2), c2 >>>= 5, u2 -= 5, n3.ncode = 4 + (15 & c2), c2 >>>= 4, u2 -= 4, n3.nlen > 286 || n3.ndist > 30) {
|
|
95035
|
-
e3.msg = "too many length or distance symbols", n3.mode =
|
|
95119
|
+
e3.msg = "too many length or distance symbols", n3.mode = gh;
|
|
95036
95120
|
break;
|
|
95037
95121
|
}
|
|
95038
95122
|
n3.have = 0, n3.mode = 18;
|
|
@@ -95047,8 +95131,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95047
95131
|
}
|
|
95048
95132
|
for (; n3.have < 19; )
|
|
95049
95133
|
n3.lens[T2[n3.have++]] = 0;
|
|
95050
|
-
if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 =
|
|
95051
|
-
e3.msg = "invalid code lengths set", n3.mode =
|
|
95134
|
+
if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 = hh(0, n3.lens, 0, 19, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
|
|
95135
|
+
e3.msg = "invalid code lengths set", n3.mode = gh;
|
|
95052
95136
|
break;
|
|
95053
95137
|
}
|
|
95054
95138
|
n3.have = 0, n3.mode = 19;
|
|
@@ -95069,7 +95153,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95069
95153
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
95070
95154
|
}
|
|
95071
95155
|
if (c2 >>>= g2, u2 -= g2, 0 === n3.have) {
|
|
95072
|
-
e3.msg = "invalid bit length repeat", n3.mode =
|
|
95156
|
+
e3.msg = "invalid bit length repeat", n3.mode = gh;
|
|
95073
95157
|
break;
|
|
95074
95158
|
}
|
|
95075
95159
|
x2 = n3.lens[n3.have - 1], p2 = 3 + (3 & c2), c2 >>>= 2, u2 -= 2;
|
|
@@ -95089,25 +95173,25 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95089
95173
|
u2 -= g2, x2 = 0, p2 = 11 + (127 & (c2 >>>= g2)), c2 >>>= 7, u2 -= 7;
|
|
95090
95174
|
}
|
|
95091
95175
|
if (n3.have + p2 > n3.nlen + n3.ndist) {
|
|
95092
|
-
e3.msg = "invalid bit length repeat", n3.mode =
|
|
95176
|
+
e3.msg = "invalid bit length repeat", n3.mode = gh;
|
|
95093
95177
|
break;
|
|
95094
95178
|
}
|
|
95095
95179
|
for (; p2--; )
|
|
95096
95180
|
n3.lens[n3.have++] = x2;
|
|
95097
95181
|
}
|
|
95098
95182
|
}
|
|
95099
|
-
if (n3.mode ===
|
|
95183
|
+
if (n3.mode === gh)
|
|
95100
95184
|
break;
|
|
95101
95185
|
if (0 === n3.lens[256]) {
|
|
95102
|
-
e3.msg = "invalid code -- missing end-of-block", n3.mode =
|
|
95186
|
+
e3.msg = "invalid code -- missing end-of-block", n3.mode = gh;
|
|
95103
95187
|
break;
|
|
95104
95188
|
}
|
|
95105
|
-
if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 =
|
|
95106
|
-
e3.msg = "invalid literal/lengths set", n3.mode =
|
|
95189
|
+
if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 = hh(1, n3.lens, 0, n3.nlen, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
|
|
95190
|
+
e3.msg = "invalid literal/lengths set", n3.mode = gh;
|
|
95107
95191
|
break;
|
|
95108
95192
|
}
|
|
95109
|
-
if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 =
|
|
95110
|
-
e3.msg = "invalid distances set", n3.mode =
|
|
95193
|
+
if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 = hh(2, n3.lens, n3.nlen, n3.ndist, n3.distcode, 0, n3.work, S2), n3.distbits = S2.bits, _2) {
|
|
95194
|
+
e3.msg = "invalid distances set", n3.mode = gh;
|
|
95111
95195
|
break;
|
|
95112
95196
|
}
|
|
95113
95197
|
if (n3.mode = 20, 6 === t3)
|
|
@@ -95116,7 +95200,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95116
95200
|
n3.mode = 21;
|
|
95117
95201
|
case 21:
|
|
95118
95202
|
if (s3 >= 6 && l2 >= 258) {
|
|
95119
|
-
e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2,
|
|
95203
|
+
e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, uh(e3, d2), a3 = e3.next_out, o3 = e3.output, l2 = e3.avail_out, i3 = e3.next_in, r3 = e3.input, s3 = e3.avail_in, c2 = n3.hold, u2 = n3.bits, n3.mode === fh && (n3.back = -1);
|
|
95120
95204
|
break;
|
|
95121
95205
|
}
|
|
95122
95206
|
for (n3.back = 0; b2 = (z2 = n3.lencode[c2 & (1 << n3.lenbits) - 1]) >>> 16 & 255, y2 = 65535 & z2, !((g2 = z2 >>> 24) <= u2); ) {
|
|
@@ -95137,11 +95221,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95137
95221
|
break;
|
|
95138
95222
|
}
|
|
95139
95223
|
if (32 & b2) {
|
|
95140
|
-
n3.back = -1, n3.mode =
|
|
95224
|
+
n3.back = -1, n3.mode = fh;
|
|
95141
95225
|
break;
|
|
95142
95226
|
}
|
|
95143
95227
|
if (64 & b2) {
|
|
95144
|
-
e3.msg = "invalid literal/length code", n3.mode =
|
|
95228
|
+
e3.msg = "invalid literal/length code", n3.mode = gh;
|
|
95145
95229
|
break;
|
|
95146
95230
|
}
|
|
95147
95231
|
n3.extra = 15 & b2, n3.mode = 22;
|
|
@@ -95170,7 +95254,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95170
95254
|
c2 >>>= k2, u2 -= k2, n3.back += k2;
|
|
95171
95255
|
}
|
|
95172
95256
|
if (c2 >>>= g2, u2 -= g2, n3.back += g2, 64 & b2) {
|
|
95173
|
-
e3.msg = "invalid distance code", n3.mode =
|
|
95257
|
+
e3.msg = "invalid distance code", n3.mode = gh;
|
|
95174
95258
|
break;
|
|
95175
95259
|
}
|
|
95176
95260
|
n3.offset = y2, n3.extra = 15 & b2, n3.mode = 24;
|
|
@@ -95184,7 +95268,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95184
95268
|
n3.offset += c2 & (1 << n3.extra) - 1, c2 >>>= n3.extra, u2 -= n3.extra, n3.back += n3.extra;
|
|
95185
95269
|
}
|
|
95186
95270
|
if (n3.offset > n3.dmax) {
|
|
95187
|
-
e3.msg = "invalid distance too far back", n3.mode =
|
|
95271
|
+
e3.msg = "invalid distance too far back", n3.mode = gh;
|
|
95188
95272
|
break;
|
|
95189
95273
|
}
|
|
95190
95274
|
n3.mode = 25;
|
|
@@ -95193,7 +95277,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95193
95277
|
break e;
|
|
95194
95278
|
if (p2 = d2 - l2, n3.offset > p2) {
|
|
95195
95279
|
if ((p2 = n3.offset - p2) > n3.whave && n3.sane) {
|
|
95196
|
-
e3.msg = "invalid distance too far back", n3.mode =
|
|
95280
|
+
e3.msg = "invalid distance too far back", n3.mode = gh;
|
|
95197
95281
|
break;
|
|
95198
95282
|
}
|
|
95199
95283
|
p2 > n3.wnext ? (p2 -= n3.wnext, m2 = n3.wsize - p2) : m2 = n3.wnext - p2, p2 > n3.length && (p2 = n3.length), f2 = n3.window;
|
|
@@ -95217,8 +95301,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95217
95301
|
break e;
|
|
95218
95302
|
s3--, c2 |= r3[i3++] << u2, u2 += 8;
|
|
95219
95303
|
}
|
|
95220
|
-
if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ?
|
|
95221
|
-
e3.msg = "incorrect data check", n3.mode =
|
|
95304
|
+
if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ? ch(n3.check, o3, d2, a3 - d2) : lh(n3.check, o3, d2, a3 - d2)), d2 = l2, (n3.flags ? c2 : kh(c2)) !== n3.check) {
|
|
95305
|
+
e3.msg = "incorrect data check", n3.mode = gh;
|
|
95222
95306
|
break;
|
|
95223
95307
|
}
|
|
95224
95308
|
c2 = 0, u2 = 0;
|
|
@@ -95232,7 +95316,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95232
95316
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
95233
95317
|
}
|
|
95234
95318
|
if (c2 !== (4294967295 & n3.total)) {
|
|
95235
|
-
e3.msg = "incorrect length check", n3.mode =
|
|
95319
|
+
e3.msg = "incorrect length check", n3.mode = gh;
|
|
95236
95320
|
break;
|
|
95237
95321
|
}
|
|
95238
95322
|
c2 = 0, u2 = 0;
|
|
@@ -95241,72 +95325,72 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95241
95325
|
case 29:
|
|
95242
95326
|
_2 = 1;
|
|
95243
95327
|
break e;
|
|
95244
|
-
case
|
|
95328
|
+
case gh:
|
|
95245
95329
|
_2 = -3;
|
|
95246
95330
|
break e;
|
|
95247
95331
|
case 31:
|
|
95248
95332
|
return -4;
|
|
95249
95333
|
default:
|
|
95250
|
-
return
|
|
95334
|
+
return ph;
|
|
95251
95335
|
}
|
|
95252
|
-
return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, (n3.wsize || d2 !== e3.avail_out && n3.mode <
|
|
95253
|
-
},
|
|
95336
|
+
return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, (n3.wsize || d2 !== e3.avail_out && n3.mode < gh && (n3.mode < 27 || 4 !== t3)) && Oh(e3, e3.output, e3.next_out, d2 - e3.avail_out), h2 -= e3.avail_in, d2 -= e3.avail_out, e3.total_in += h2, e3.total_out += d2, n3.total += d2, n3.wrap && d2 && (e3.adler = n3.check = n3.flags ? ch(n3.check, o3, d2, e3.next_out - d2) : lh(n3.check, o3, d2, e3.next_out - d2)), e3.data_type = n3.bits + (n3.last ? 64 : 0) + (n3.mode === fh ? 128 : 0) + (20 === n3.mode || 15 === n3.mode ? 256 : 0), (0 === h2 && 0 === d2 || 4 === t3) && _2 === dh && (_2 = -5), _2;
|
|
95337
|
+
}, th.inflateEnd = function(e3) {
|
|
95254
95338
|
if (!e3 || !e3.state)
|
|
95255
|
-
return
|
|
95339
|
+
return ph;
|
|
95256
95340
|
var t3 = e3.state;
|
|
95257
|
-
return t3.window && (t3.window = null), e3.state = null,
|
|
95258
|
-
},
|
|
95341
|
+
return t3.window && (t3.window = null), e3.state = null, dh;
|
|
95342
|
+
}, th.inflateGetHeader = function(e3, t3) {
|
|
95259
95343
|
var n3;
|
|
95260
|
-
return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ?
|
|
95261
|
-
},
|
|
95344
|
+
return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ? ph : (n3.head = t3, t3.done = false, dh) : ph;
|
|
95345
|
+
}, th.inflateSetDictionary = function(e3, t3) {
|
|
95262
95346
|
var n3, r3 = t3.length;
|
|
95263
|
-
return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ?
|
|
95264
|
-
},
|
|
95265
|
-
var
|
|
95347
|
+
return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ? ph : 11 === n3.mode && lh(1, t3, r3, 0) !== n3.check ? -3 : Oh(e3, t3, r3, r3) ? (n3.mode = 31, -4) : (n3.havedict = 1, dh) : ph;
|
|
95348
|
+
}, th.inflateInfo = "pako inflate (from Nodeca project)";
|
|
95349
|
+
var Lh = { Z_NO_FLUSH: 0, Z_PARTIAL_FLUSH: 1, Z_SYNC_FLUSH: 2, Z_FULL_FLUSH: 3, Z_FINISH: 4, Z_BLOCK: 5, Z_TREES: 6, Z_OK: 0, Z_STREAM_END: 1, Z_NEED_DICT: 2, Z_ERRNO: -1, Z_STREAM_ERROR: -2, Z_DATA_ERROR: -3, Z_BUF_ERROR: -5, Z_NO_COMPRESSION: 0, Z_BEST_SPEED: 1, Z_BEST_COMPRESSION: 9, Z_DEFAULT_COMPRESSION: -1, Z_FILTERED: 1, Z_HUFFMAN_ONLY: 2, Z_RLE: 3, Z_FIXED: 4, Z_DEFAULT_STRATEGY: 0, Z_BINARY: 0, Z_TEXT: 1, Z_UNKNOWN: 2, Z_DEFLATED: 8 }, Eh = th, Rh = rc, Nh = Iu, Ih = Lh, jh = Gc, Bh = Mu, Dh = function() {
|
|
95266
95350
|
this.text = 0, this.time = 0, this.xflags = 0, this.os = 0, this.extra = null, this.extra_len = 0, this.name = "", this.comment = "", this.hcrc = 0, this.done = false;
|
|
95267
|
-
},
|
|
95268
|
-
function
|
|
95269
|
-
if (!(this instanceof
|
|
95270
|
-
return new
|
|
95271
|
-
this.options =
|
|
95351
|
+
}, Ph = Object.prototype.toString;
|
|
95352
|
+
function Fh(e3) {
|
|
95353
|
+
if (!(this instanceof Fh))
|
|
95354
|
+
return new Fh(e3);
|
|
95355
|
+
this.options = Rh.assign({ chunkSize: 16384, windowBits: 0, to: "" }, e3 || {});
|
|
95272
95356
|
var t3 = this.options;
|
|
95273
|
-
t3.raw && t3.windowBits >= 0 && t3.windowBits < 16 && (t3.windowBits = -t3.windowBits, 0 === t3.windowBits && (t3.windowBits = -15)), !(t3.windowBits >= 0 && t3.windowBits < 16) || e3 && e3.windowBits || (t3.windowBits += 32), t3.windowBits > 15 && t3.windowBits < 48 && 0 == (15 & t3.windowBits) && (t3.windowBits |= 15), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new
|
|
95274
|
-
var n3 =
|
|
95275
|
-
if (n3 !==
|
|
95276
|
-
throw new Error(
|
|
95277
|
-
if (this.header = new
|
|
95278
|
-
throw new Error(
|
|
95279
|
-
}
|
|
95280
|
-
function
|
|
95281
|
-
var n3 = new
|
|
95357
|
+
t3.raw && t3.windowBits >= 0 && t3.windowBits < 16 && (t3.windowBits = -t3.windowBits, 0 === t3.windowBits && (t3.windowBits = -15)), !(t3.windowBits >= 0 && t3.windowBits < 16) || e3 && e3.windowBits || (t3.windowBits += 32), t3.windowBits > 15 && t3.windowBits < 48 && 0 == (15 & t3.windowBits) && (t3.windowBits |= 15), this.err = 0, this.msg = "", this.ended = false, this.chunks = [], this.strm = new Bh(), this.strm.avail_out = 0;
|
|
95358
|
+
var n3 = Eh.inflateInit2(this.strm, t3.windowBits);
|
|
95359
|
+
if (n3 !== Ih.Z_OK)
|
|
95360
|
+
throw new Error(jh[n3]);
|
|
95361
|
+
if (this.header = new Dh(), Eh.inflateGetHeader(this.strm, this.header), t3.dictionary && ("string" == typeof t3.dictionary ? t3.dictionary = Nh.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Ph.call(t3.dictionary) && (t3.dictionary = new Uint8Array(t3.dictionary)), t3.raw && (n3 = Eh.inflateSetDictionary(this.strm, t3.dictionary)) !== Ih.Z_OK))
|
|
95362
|
+
throw new Error(jh[n3]);
|
|
95363
|
+
}
|
|
95364
|
+
function Uh(e3, t3) {
|
|
95365
|
+
var n3 = new Fh(t3);
|
|
95282
95366
|
if (n3.push(e3, true), n3.err)
|
|
95283
|
-
throw n3.msg ||
|
|
95367
|
+
throw n3.msg || jh[n3.err];
|
|
95284
95368
|
return n3.result;
|
|
95285
95369
|
}
|
|
95286
|
-
|
|
95370
|
+
Fh.prototype.push = function(e3, t3) {
|
|
95287
95371
|
var n3, r3, o3, i3, a3, s3 = this.strm, l2 = this.options.chunkSize, c2 = this.options.dictionary, u2 = false;
|
|
95288
95372
|
if (this.ended)
|
|
95289
95373
|
return false;
|
|
95290
|
-
r3 = t3 === ~~t3 ? t3 : true === t3 ?
|
|
95374
|
+
r3 = t3 === ~~t3 ? t3 : true === t3 ? Ih.Z_FINISH : Ih.Z_NO_FLUSH, "string" == typeof e3 ? s3.input = Nh.binstring2buf(e3) : "[object ArrayBuffer]" === Ph.call(e3) ? s3.input = new Uint8Array(e3) : s3.input = e3, s3.next_in = 0, s3.avail_in = s3.input.length;
|
|
95291
95375
|
do {
|
|
95292
|
-
if (0 === s3.avail_out && (s3.output = new
|
|
95376
|
+
if (0 === s3.avail_out && (s3.output = new Rh.Buf8(l2), s3.next_out = 0, s3.avail_out = l2), (n3 = Eh.inflate(s3, Ih.Z_NO_FLUSH)) === Ih.Z_NEED_DICT && c2 && (n3 = Eh.inflateSetDictionary(this.strm, c2)), n3 === Ih.Z_BUF_ERROR && true === u2 && (n3 = Ih.Z_OK, u2 = false), n3 !== Ih.Z_STREAM_END && n3 !== Ih.Z_OK)
|
|
95293
95377
|
return this.onEnd(n3), this.ended = true, false;
|
|
95294
|
-
s3.next_out && (0 !== s3.avail_out && n3 !==
|
|
95295
|
-
} while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !==
|
|
95296
|
-
return n3 ===
|
|
95297
|
-
},
|
|
95378
|
+
s3.next_out && (0 !== s3.avail_out && n3 !== Ih.Z_STREAM_END && (0 !== s3.avail_in || r3 !== Ih.Z_FINISH && r3 !== Ih.Z_SYNC_FLUSH) || ("string" === this.options.to ? (o3 = Nh.utf8border(s3.output, s3.next_out), i3 = s3.next_out - o3, a3 = Nh.buf2string(s3.output, o3), s3.next_out = i3, s3.avail_out = l2 - i3, i3 && Rh.arraySet(s3.output, s3.output, o3, i3, 0), this.onData(a3)) : this.onData(Rh.shrinkBuf(s3.output, s3.next_out)))), 0 === s3.avail_in && 0 === s3.avail_out && (u2 = true);
|
|
95379
|
+
} while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !== Ih.Z_STREAM_END);
|
|
95380
|
+
return n3 === Ih.Z_STREAM_END && (r3 = Ih.Z_FINISH), r3 === Ih.Z_FINISH ? (n3 = Eh.inflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Ih.Z_OK) : r3 !== Ih.Z_SYNC_FLUSH || (this.onEnd(Ih.Z_OK), s3.avail_out = 0, true);
|
|
95381
|
+
}, Fh.prototype.onData = function(e3) {
|
|
95298
95382
|
this.chunks.push(e3);
|
|
95299
|
-
},
|
|
95300
|
-
e3 ===
|
|
95301
|
-
},
|
|
95302
|
-
return (t3 = t3 || {}).raw = true,
|
|
95303
|
-
},
|
|
95304
|
-
var
|
|
95305
|
-
(0,
|
|
95306
|
-
var
|
|
95307
|
-
function
|
|
95383
|
+
}, Fh.prototype.onEnd = function(e3) {
|
|
95384
|
+
e3 === Ih.Z_OK && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Rh.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
|
|
95385
|
+
}, eh.Inflate = Fh, eh.inflate = Uh, eh.inflateRaw = function(e3, t3) {
|
|
95386
|
+
return (t3 = t3 || {}).raw = true, Uh(e3, t3);
|
|
95387
|
+
}, eh.ungzip = Uh;
|
|
95388
|
+
var Mh = {};
|
|
95389
|
+
(0, rc.assign)(Mh, oc, eh, Lh);
|
|
95390
|
+
var qh = Mh;
|
|
95391
|
+
function Wh({ type: e3, value: t3, compress: n3, serialize: r3 }) {
|
|
95308
95392
|
const o3 = { type: e3, value: t3 };
|
|
95309
|
-
return n3 && (o3.value =
|
|
95393
|
+
return n3 && (o3.value = qh.deflate(new Uint8Array(o3.value)), o3.compressed = true), r3 && (o3.value = function(e4) {
|
|
95310
95394
|
const t4 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), n4 = new Uint8Array(e4), r4 = n4.length, o4 = r4 % 3, i3 = [], a3 = 16383;
|
|
95311
95395
|
let s3;
|
|
95312
95396
|
for (let e5 = 0, t5 = r4 - o4; e5 < t5; e5 += a3)
|
|
@@ -95322,38 +95406,38 @@ var require_processPagePollCjs = __commonJS({
|
|
|
95322
95406
|
}
|
|
95323
95407
|
}(o3.value)), o3;
|
|
95324
95408
|
}
|
|
95325
|
-
function
|
|
95409
|
+
function $h(e3) {
|
|
95326
95410
|
return /^(blob|https?):/.test(e3);
|
|
95327
95411
|
}
|
|
95328
|
-
function
|
|
95412
|
+
function Vh(e3) {
|
|
95329
95413
|
const t3 = e3 && e3.match(/(^[^#]*)/), n3 = t3 && t3[1] || e3;
|
|
95330
95414
|
return n3 && n3.replace(/\?\s*$/, "?") || e3;
|
|
95331
95415
|
}
|
|
95332
|
-
const
|
|
95416
|
+
const Zh = (...e3) => {
|
|
95333
95417
|
};
|
|
95334
|
-
function
|
|
95418
|
+
function Kh(e3) {
|
|
95335
95419
|
return e3.reduce((e4, t3) => e4.concat(t3), []);
|
|
95336
95420
|
}
|
|
95337
|
-
function
|
|
95421
|
+
function Hh(t3) {
|
|
95338
95422
|
const n3 = new TextDecoder("utf-8").decode(t3), r3 = e2.head || e2.querySelectorAll("head")[0], o3 = e2.createElement("style");
|
|
95339
95423
|
return o3.type = "text/css", o3.setAttribute("data-desc", "Applitools tmp variable created by DOM SNAPSHOT"), r3.appendChild(o3), o3.styleSheet ? o3.styleSheet.cssText = n3 : o3.appendChild(e2.createTextNode(n3)), o3.sheet;
|
|
95340
95424
|
}
|
|
95341
|
-
function
|
|
95425
|
+
function Gh(e3, t3, n3 = Zh) {
|
|
95342
95426
|
let r3;
|
|
95343
95427
|
if (t3)
|
|
95344
95428
|
try {
|
|
95345
95429
|
t3.cssRules, r3 = t3;
|
|
95346
95430
|
} catch (o3) {
|
|
95347
95431
|
n3(`[dom-snapshot] could not access cssRules for ${t3.href} ${o3}
|
|
95348
|
-
creating temp style for access.`), r3 =
|
|
95432
|
+
creating temp style for access.`), r3 = Hh(e3);
|
|
95349
95433
|
}
|
|
95350
95434
|
else
|
|
95351
|
-
r3 =
|
|
95435
|
+
r3 = Hh(e3);
|
|
95352
95436
|
return { corsFreeStyleSheet: r3, cleanStyleSheet: function() {
|
|
95353
95437
|
r3 !== t3 && r3.ownerNode.parentNode.removeChild(r3.ownerNode);
|
|
95354
95438
|
} };
|
|
95355
95439
|
}
|
|
95356
|
-
function
|
|
95440
|
+
function Yh(e3, { log: t3, compress: n3, serialize: r3 }) {
|
|
95357
95441
|
return e3.reduce(async (e4, { url: o3, element: i3, cdtNode: a3 }) => {
|
|
95358
95442
|
const s3 = new Promise(async (e5) => {
|
|
95359
95443
|
try {
|
|
@@ -95372,25 +95456,25 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95372
95456
|
});
|
|
95373
95457
|
return e4.then((e5) => s3.then((t4) => {
|
|
95374
95458
|
if (t4) {
|
|
95375
|
-
const i4 =
|
|
95459
|
+
const i4 = Wh({ type: "image/png", value: t4, compress: n3, serialize: r3 }), a4 = { ...i4, value: i4.value, url: o3 };
|
|
95376
95460
|
e5.push(a4);
|
|
95377
95461
|
}
|
|
95378
95462
|
return e5;
|
|
95379
95463
|
}));
|
|
95380
95464
|
}, Promise.resolve([]));
|
|
95381
95465
|
}
|
|
95382
|
-
const
|
|
95383
|
-
function
|
|
95384
|
-
return e3 &&
|
|
95466
|
+
const Xh = "__process_resource";
|
|
95467
|
+
function Qh(e3) {
|
|
95468
|
+
return e3 && $h(e3);
|
|
95385
95469
|
}
|
|
95386
95470
|
window[x] = window[x] || {};
|
|
95387
|
-
const
|
|
95471
|
+
const Jh = f(function({ doc: t3 = e2, showLogs: n3, useSessionCache: r3, dontFetchResources: o3, fetchTimeout: i3, fetchConcurrency: a3, skipResources: s3, compressResources: l2, serializeResources: c2, removeReverseProxyURLPrefixes: u2, elements: h2 } = {}) {
|
|
95388
95472
|
if (arguments[0] instanceof Document) {
|
|
95389
95473
|
t3 = arguments[0];
|
|
95390
95474
|
const e3 = arguments[1];
|
|
95391
|
-
n3 = e3.showLogs, r3 = e3.useSessionCache, o3 = e3.dontFetchResources, i3 = e3.fetchTimeout, a3 = e3.
|
|
95475
|
+
n3 = e3.showLogs, r3 = e3.useSessionCache, o3 = e3.dontFetchResources, i3 = e3.fetchTimeout, a3 = e3.fetchConcurrency, s3 = e3.skipResources, l2 = e3.compressResources, c2 = e3.serializeResources, u2 = e3.removeReverseProxyURLPrefixes;
|
|
95392
95476
|
}
|
|
95393
|
-
const
|
|
95477
|
+
const d2 = function(e3, t4 = Date.now()) {
|
|
95394
95478
|
const n4 = [], r4 = [], o4 = e3 ? (...e4) => console.warn("[dom-snapshot]", `[+${Date.now() - t4}ms]`, ...e4) : () => {
|
|
95395
95479
|
}, i4 = e3 ? (...e4) => console.error("[dom-snapshot]", `[+${Date.now() - t4}ms]`, ...e4) : () => {
|
|
95396
95480
|
};
|
|
@@ -95409,13 +95493,13 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95409
95493
|
i4(e4, ...t5);
|
|
95410
95494
|
}, getWarnings: () => n4, getErrors: () => r4 };
|
|
95411
95495
|
}(!!n3, Date.now());
|
|
95412
|
-
|
|
95413
|
-
const
|
|
95496
|
+
d2.log("processPage start"), d2.log(`skipResources length: ${s3 && s3.length}`);
|
|
95497
|
+
const p2 = r3 && function({ log: e3, sessionStorage: t4 }) {
|
|
95414
95498
|
let n4;
|
|
95415
95499
|
try {
|
|
95416
95500
|
const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
|
|
95417
95501
|
if (e4) {
|
|
95418
|
-
const t5 = e4.getItem(
|
|
95502
|
+
const t5 = e4.getItem(Xh);
|
|
95419
95503
|
n4 = t5 ? JSON.parse(t5) : {};
|
|
95420
95504
|
}
|
|
95421
95505
|
} catch (t5) {
|
|
@@ -95431,10 +95515,10 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95431
95515
|
}, persist: function() {
|
|
95432
95516
|
if (n4) {
|
|
95433
95517
|
const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
|
|
95434
|
-
e4 && e4.setItem(
|
|
95518
|
+
e4 && e4.setItem(Xh, JSON.stringify(n4));
|
|
95435
95519
|
}
|
|
95436
95520
|
} };
|
|
95437
|
-
}({ log:
|
|
95521
|
+
}({ log: d2.log }), m2 = {}, f2 = function({ styleSheetCache: e3, CSSRule: t4 = window.CSSRule, removeReverseProxyURLPrefixes: n4 }) {
|
|
95438
95522
|
return function r4(o4) {
|
|
95439
95523
|
return Jl(Array.from(o4.cssRules || []).reduce((o5, i4) => {
|
|
95440
95524
|
const a4 = { [t4.IMPORT_RULE]: () => {
|
|
@@ -95444,9 +95528,9 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95444
95528
|
return (null == i4 ? void 0 : i4.cssRules) && s4.push(...r4(i4)), o5.concat(s4);
|
|
95445
95529
|
}, [])).filter((e4) => "#" !== e4[0]);
|
|
95446
95530
|
};
|
|
95447
|
-
}({ styleSheetCache:
|
|
95531
|
+
}({ styleSheetCache: m2, removeReverseProxyURLPrefixes: Boolean(null == u2 ? void 0 : u2.length) }), g2 = function({ styleSheetCache: e3 }) {
|
|
95448
95532
|
return function(t4, n4) {
|
|
95449
|
-
const r4 =
|
|
95533
|
+
const r4 = Kh(n4.map((e4) => {
|
|
95450
95534
|
try {
|
|
95451
95535
|
return Array.from(e4.styleSheets);
|
|
95452
95536
|
} catch (e5) {
|
|
@@ -95454,35 +95538,35 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95454
95538
|
}
|
|
95455
95539
|
}));
|
|
95456
95540
|
return e3[t4] || r4.find((e4) => {
|
|
95457
|
-
const n5 = e4.href &&
|
|
95541
|
+
const n5 = e4.href && Vh(e4.href);
|
|
95458
95542
|
return n5 && function(e5) {
|
|
95459
95543
|
const t5 = new URL(e5);
|
|
95460
95544
|
return t5.username && (t5.username = ""), t5.password && (t5.password = ""), t5.href;
|
|
95461
95545
|
}(n5) === t4;
|
|
95462
95546
|
});
|
|
95463
95547
|
};
|
|
95464
|
-
}({ styleSheetCache:
|
|
95548
|
+
}({ styleSheetCache: m2 }), b2 = function(e3) {
|
|
95465
95549
|
return function(t4, n4 = true) {
|
|
95466
95550
|
return Jl(Array.from(t4.querySelectorAll("style")).reduce((r4, o4) => {
|
|
95467
95551
|
const i4 = n4 ? Array.from(t4.styleSheets).find((e4) => e4.ownerNode === o4) : o4.sheet;
|
|
95468
95552
|
return i4 ? r4.concat(e3(i4)) : r4;
|
|
95469
95553
|
}, []));
|
|
95470
95554
|
};
|
|
95471
|
-
}(
|
|
95555
|
+
}(f2), k2 = function(e3) {
|
|
95472
95556
|
return function(t4) {
|
|
95473
95557
|
return t4.adoptedStyleSheets ? Jl(t4.adoptedStyleSheets.reduce((t5, n4) => t5.concat(e3(n4)), [])) : [];
|
|
95474
95558
|
};
|
|
95475
|
-
}(
|
|
95559
|
+
}(f2), w2 = function({ parser: e3, decoder: t4, extractResourceUrlsFromStyleTags: n4 }) {
|
|
95476
95560
|
return function(r4) {
|
|
95477
95561
|
const o4 = (t4 || new TextDecoder("utf-8")).decode(r4), i4 = (e3 || new DOMParser()).parseFromString(o4, "image/svg+xml"), a4 = Array.from(i4.querySelectorAll("img[srcset]")).map((e4) => {
|
|
95478
95562
|
const t5 = e4.getAttribute("srcset");
|
|
95479
95563
|
return t5 ? t5.split(", ").map((e5) => e5.trim().split(/\s+/)[0]) : [];
|
|
95480
95564
|
}).reduce((e4, t5) => e4.concat(t5), []), s4 = Array.from(i4.querySelectorAll("img[src]")).map((e4) => e4.getAttribute("src")).filter(Boolean), l3 = Array.from(i4.querySelectorAll('image,use,link[rel="stylesheet"]')).map((e4) => e4.getAttribute("href") || e4.getAttribute("xlink:href")).filter(Boolean), c3 = Array.from(i4.getElementsByTagName("object")).map((e4) => e4.getAttribute("data")).filter(Boolean), u3 = n4(i4, false), h3 = function(e4) {
|
|
95481
|
-
return
|
|
95565
|
+
return Kh(Array.from(e4.querySelectorAll("*[style]")).map((e5) => e5.style.cssText).map((e5) => Fl(e5)).filter(Boolean));
|
|
95482
95566
|
}(i4);
|
|
95483
95567
|
return a4.concat(s4).concat(l3).concat(c3).concat(u3).concat(h3).filter((e4) => "#" !== e4[0]);
|
|
95484
95568
|
};
|
|
95485
|
-
}({ extractResourceUrlsFromStyleTags:
|
|
95569
|
+
}({ extractResourceUrlsFromStyleTags: b2 }), v2 = function({ fetch: e3 = window.fetch, AbortController: t4 = window.AbortController, timeout: n4 = 1e4, mediaDownloadTimeout: r4 = 3e4 } = {}) {
|
|
95486
95570
|
return function(o4) {
|
|
95487
95571
|
return new Promise((i4, a4) => {
|
|
95488
95572
|
const s4 = new t4(), l3 = () => {
|
|
@@ -95498,13 +95582,13 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95498
95582
|
}).then(i4).catch((e4) => a4(e4));
|
|
95499
95583
|
});
|
|
95500
95584
|
};
|
|
95501
|
-
}({ timeout: i3 }),
|
|
95585
|
+
}({ timeout: i3 }), x2 = function({ fetchUrl: e3, findStyleSheetByUrl: t4, getCorsFreeStyleSheet: n4, extractResourcesFromStyleSheet: r4, extractResourcesFromSvg: o4, sessionCache: i4, cache: a4 = {}, compress: s4, serialize: l3, log: c3 = Zh }) {
|
|
95502
95586
|
return function({ url: u3, documents: h3, getResourceUrlsAndBlobs: d3, forceCreateStyle: p3 = false, skipResources: m3 }) {
|
|
95503
95587
|
if (!a4[u3])
|
|
95504
95588
|
if (i4 && i4.getItem(u3)) {
|
|
95505
95589
|
const e4 = function e5(t5) {
|
|
95506
95590
|
const n5 = i4.getItem(t5);
|
|
95507
|
-
return [t5].concat(n5 ? Jl(
|
|
95591
|
+
return [t5].concat(n5 ? Jl(Kh(n5.map(e5))) : []);
|
|
95508
95592
|
}(u3);
|
|
95509
95593
|
c3("doProcessResource from sessionStorage", u3, "deps:", e4.slice(1)), a4[u3] = Promise.resolve({ resourceUrls: e4 });
|
|
95510
95594
|
} else if (m3 && m3.indexOf(u3) > -1 || /https:\/\/fonts\.googleapis\.com/.test(u3))
|
|
@@ -95539,9 +95623,9 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95539
95623
|
} catch (e5) {
|
|
95540
95624
|
c3("could not parse svg content", e5);
|
|
95541
95625
|
}
|
|
95542
|
-
const v3 = { [e4]:
|
|
95626
|
+
const v3 = { [e4]: Wh({ type: a6, value: f4, compress: s4, serialize: l3 }) };
|
|
95543
95627
|
if (w3) {
|
|
95544
|
-
const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(
|
|
95628
|
+
const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(Vh).filter($h);
|
|
95545
95629
|
return t5.length && (v3[e4].dependencies = t5), i4 && i4.setItem(e4, t5), d3({ documents: h3, urls: t5, forceCreateStyle: p3, skipResources: m3 }).then(({ resourceUrls: e5, blobsObj: t6 }) => ({ resourceUrls: e5, blobsObj: Object.assign(t6, v3) }));
|
|
95546
95630
|
}
|
|
95547
95631
|
return i4 && i4.setItem(e4, []), { blobsObj: v3 };
|
|
@@ -95556,18 +95640,21 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95556
95640
|
}), c3("cleared from sessionStorage:", u3);
|
|
95557
95641
|
}
|
|
95558
95642
|
};
|
|
95559
|
-
}({ fetchUrl:
|
|
95560
|
-
|
|
95561
|
-
|
|
95643
|
+
}({ fetchUrl: v2, findStyleSheetByUrl: g2, getCorsFreeStyleSheet: Gh, extractResourcesFromStyleSheet: f2, extractResourcesFromSvg: w2, log: d2.log, sessionCache: p2, compress: l2, serialize: c2 }), S2 = function({ processResource: e3, aggregateResourceUrlsAndBlobs: t4, concurrency: n4 = 100 }) {
|
|
95644
|
+
if (!Number.isInteger(n4) || n4 < 1)
|
|
95645
|
+
throw new TypeError(`concurrency must be an integer >= 1, got ${n4}`);
|
|
95646
|
+
const r4 = nc(n4);
|
|
95647
|
+
return function n5({ documents: o4, urls: i4, forceCreateStyle: a4 = false, skipResources: s4 }) {
|
|
95648
|
+
return Promise.all(i4.map((t5) => r4(() => e3({ url: t5, documents: o4, getResourceUrlsAndBlobs: n5, forceCreateStyle: a4, skipResources: s4 })))).then((e4) => t4(e4));
|
|
95562
95649
|
};
|
|
95563
|
-
}({ processResource:
|
|
95650
|
+
}({ processResource: x2, aggregateResourceUrlsAndBlobs: ec, concurrency: a3 });
|
|
95564
95651
|
return function t4(n4, r4 = n4.location.href) {
|
|
95565
95652
|
const i4 = function(e3) {
|
|
95566
95653
|
const t5 = e3.querySelectorAll("base")[0] && e3.querySelectorAll("base")[0].href;
|
|
95567
95654
|
if (t5 && (n5 = t5) && !/^(about:blank|javascript:void|blob:)/.test(n5))
|
|
95568
95655
|
return _(t5);
|
|
95569
95656
|
var n5;
|
|
95570
|
-
}(n4) || r4,
|
|
95657
|
+
}(n4) || r4, a4 = function(t5) {
|
|
95571
95658
|
if (!(null == t5 ? void 0 : t5.length))
|
|
95572
95659
|
return;
|
|
95573
95660
|
const n5 = (t5 = [...t5].map((e3) => [...e3])).map((e3) => [e3, "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e4) => {
|
|
@@ -95601,22 +95688,22 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95601
95688
|
}, o5 = t7;
|
|
95602
95689
|
function i6(t8, n8) {
|
|
95603
95690
|
if (o5([t8])) {
|
|
95604
|
-
var
|
|
95691
|
+
var a5 = function(e3) {
|
|
95605
95692
|
return null != e3 && e3.getAttribute ? e3.getAttribute("data-applitools-fallback-selector") : { error: "invalid element: " + JSON.stringify(e3) };
|
|
95606
95693
|
}(t8);
|
|
95607
|
-
if (!
|
|
95694
|
+
if (!a5)
|
|
95608
95695
|
return { error: "Failed to recover from stale element" };
|
|
95609
|
-
if (
|
|
95610
|
-
return
|
|
95611
|
-
var s4 = e2.querySelectorAll(
|
|
95696
|
+
if (a5.error)
|
|
95697
|
+
return a5;
|
|
95698
|
+
var s4 = e2.querySelectorAll(a5);
|
|
95612
95699
|
if (!s4 || 1 !== s4.length)
|
|
95613
|
-
return { error: "Failed to recover from stale element - selector found: " +
|
|
95700
|
+
return { error: "Failed to recover from stale element - selector found: " + a5 };
|
|
95614
95701
|
var l3 = s4[0];
|
|
95615
95702
|
return l3.setAttribute("data-applitools-selector", n8), l3.setAttribute("data-applitools-recovered", true), i6(l3, n8);
|
|
95616
95703
|
}
|
|
95617
95704
|
r6(t8);
|
|
95618
|
-
var
|
|
95619
|
-
return t8.setAttribute("data-applitools-selector",
|
|
95705
|
+
var c3 = t8.getAttribute("data-applitools-selector"), u4 = c3 ? c3 + " " + n8 : n8;
|
|
95706
|
+
return t8.setAttribute("data-applitools-selector", u4), '[data-applitools-selector~="' + n8 + '"]';
|
|
95620
95707
|
}
|
|
95621
95708
|
return function(e3) {
|
|
95622
95709
|
return e3 && e3.__esModule && Object.prototype.hasOwnProperty.call(e3, "default") ? e3.default : e3;
|
|
@@ -95648,12 +95735,12 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95648
95735
|
return o4 += e3.length, t6;
|
|
95649
95736
|
});
|
|
95650
95737
|
return i5;
|
|
95651
|
-
}(
|
|
95738
|
+
}(h2), { cdt: u3, docRoots: m3, canvasElements: f3, frames: g3, inlineFrames: w3, crossFrames: v3, linkUrls: x3, imageBlobs: C2, videoBlobs: z2 } = Gl(n4, i4, d2), A2 = Kh(m3.map((e3) => b2(e3))), T2 = Kh(m3.map((e3) => k2(e3))), O2 = (D2 = i4, function(e3) {
|
|
95652
95739
|
try {
|
|
95653
|
-
return _(y(e3,
|
|
95740
|
+
return _(y(e3, D2));
|
|
95654
95741
|
} catch (e4) {
|
|
95655
95742
|
}
|
|
95656
|
-
}), L2 = Jl(Array.from(
|
|
95743
|
+
}), L2 = Jl(Array.from(x3).concat(Array.from(A2)).concat(Array.from(T2))).map((e3) => e3.trim()).reduce((e3, t5) => {
|
|
95657
95744
|
e3.push(t5);
|
|
95658
95745
|
const n5 = function(e4) {
|
|
95659
95746
|
return e4 && e4.replace(/(\\[0-9a-fA-F]{1,6}\s?)/g, (e5) => {
|
|
@@ -95662,48 +95749,48 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95662
95749
|
}) || e4;
|
|
95663
95750
|
}(t5);
|
|
95664
95751
|
return n5 !== t5 && e3.push(n5), e3;
|
|
95665
|
-
}, []).map(O2).map(
|
|
95752
|
+
}, []).map(O2).map(Vh).filter(Qh), E2 = o3 ? Promise.resolve({ resourceUrls: L2, blobsObj: {} }) : S2({ documents: m3, urls: L2, skipResources: s3 }).then((e3) => (p2 && p2.persist(), e3)), R2 = Yh(f3, { log: d2.log, compress: l2, serialize: c2 }), N2 = E2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, log: r5, compress: o4, serialize: i5, sessionCache: a5 }) {
|
|
95666
95753
|
if (!t5.body || 0 === e4.length)
|
|
95667
95754
|
return Promise.resolve([]);
|
|
95668
|
-
const s4 = new Set(Object.keys(n5)), l3 = e4.filter(({ url: e5 }) => !(s4.has("blob:" + e5) ||
|
|
95669
|
-
|
|
95670
|
-
const
|
|
95671
|
-
return
|
|
95755
|
+
const s4 = new Set(Object.keys(n5)), l3 = e4.filter(({ url: e5 }) => !(s4.has("blob:" + e5) || a5 && a5.getItem("blob:" + e5))), c3 = t5.createElement("canvas");
|
|
95756
|
+
c3.style.display = "none";
|
|
95757
|
+
const u4 = Zl(t5.body);
|
|
95758
|
+
return u4.appendChild(c3), Promise.all(l3.map(({ element: e5, url: t6, cdtNode: n6 }) => {
|
|
95672
95759
|
try {
|
|
95673
|
-
return
|
|
95760
|
+
return c3.width = e5.naturalWidth, c3.height = e5.naturalHeight, c3.getContext("2d").drawImage(Zl.unwrap(e5), 0, 0), Yh([{ url: t6, element: c3, cdtNode: n6 }], { log: r5, compress: o4, serialize: i5 });
|
|
95674
95761
|
} catch (e6) {
|
|
95675
95762
|
}
|
|
95676
|
-
})).then((e5) =>
|
|
95677
|
-
|
|
95763
|
+
})).then((e5) => Kh(e5)).catch().finally(() => {
|
|
95764
|
+
u4.removeChild(c3);
|
|
95678
95765
|
});
|
|
95679
|
-
}(C2, { fetchedBlobs: e3.blobsObj, doc: n4, log:
|
|
95766
|
+
}(C2, { fetchedBlobs: e3.blobsObj, doc: n4, log: d2.log, compress: l2, serialize: c2, sessionCache: p2 })), I2 = E2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, compress: r5, serialize: o4, sessionCache: i5 }) {
|
|
95680
95767
|
if (!t5.body)
|
|
95681
95768
|
return Promise.resolve([]);
|
|
95682
|
-
const
|
|
95769
|
+
const a5 = new Set(Object.keys(n5)), s4 = e4.filter(({ url: e5 }) => !(a5.has("blob:" + e5) || i5 && i5.getItem("blob:" + e5)));
|
|
95683
95770
|
return Promise.all(s4.map(({ element: e5, url: t6 }) => {
|
|
95684
95771
|
const n6 = e5.captureStream();
|
|
95685
95772
|
return 0 === n6.getVideoTracks().length ? [] : new Promise((i6) => {
|
|
95686
|
-
const
|
|
95687
|
-
|
|
95688
|
-
|
|
95689
|
-
const
|
|
95690
|
-
|
|
95773
|
+
const a6 = new MediaRecorder(n6, { mimeType: "video/webm" });
|
|
95774
|
+
a6.addEventListener("dataavailable", (n7) => {
|
|
95775
|
+
a6.stop(), e5.pause(), n7.data.arrayBuffer().then((e6) => {
|
|
95776
|
+
const a7 = Wh({ type: n7.data.type, value: e6, compress: r5, serialize: o4 });
|
|
95777
|
+
a7.url = t6, i6(a7);
|
|
95691
95778
|
});
|
|
95692
|
-
}, { once: true }), e5.play(),
|
|
95779
|
+
}, { once: true }), e5.play(), a6.start(), setTimeout(() => a6.requestData(), 1e3);
|
|
95693
95780
|
});
|
|
95694
|
-
})).then((e5) =>
|
|
95695
|
-
}(z2, { fetchedBlobs: e3.blobsObj, doc: n4, log:
|
|
95696
|
-
var
|
|
95697
|
-
return Promise.all([E2, R2, N2,
|
|
95698
|
-
const { resourceUrls: n5, blobsObj: o4 } = t5[0],
|
|
95781
|
+
})).then((e5) => Kh(e5));
|
|
95782
|
+
}(z2, { fetchedBlobs: e3.blobsObj, doc: n4, log: d2.log, compress: l2, serialize: c2, sessionCache: p2 })), j2 = g3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5)), B2 = w3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5));
|
|
95783
|
+
var D2;
|
|
95784
|
+
return Promise.all([E2, R2, N2, I2, ...j2, ...B2]).then(function(t5) {
|
|
95785
|
+
const { resourceUrls: n5, blobsObj: o4 } = t5[0], s4 = t5[1], l3 = t5[2], c3 = t5[3], p3 = t5.slice(4), m4 = P2("src"), f4 = P2("data-applitools-selector"), g4 = f4 ? `[data-applitools-selector="${f4}"]` : void 0, b3 = function(e3) {
|
|
95699
95786
|
return Object.keys(e3).map((t6) => Object.assign({ url: t6.replace(/^blob:/, "") }, e3[t6]));
|
|
95700
|
-
}(o4).concat(
|
|
95787
|
+
}(o4).concat(s4).concat(l3).concat(c3), y2 = [...d2.getWarnings()], k3 = [];
|
|
95701
95788
|
for (const e3 of b3)
|
|
95702
|
-
599 === e3.errorStatusCode || 504 === e3.errorStatusCode ? (n5.push(e3.url), y2.push(`${e3.errorStatusCode}:${e3.url}`)) :
|
|
95703
|
-
const w4 = { cdt:
|
|
95704
|
-
void 0 !==
|
|
95789
|
+
599 === e3.errorStatusCode || 504 === e3.errorStatusCode ? (n5.push(e3.url), y2.push(`${e3.errorStatusCode}:${e3.url}`)) : k3.push(e3);
|
|
95790
|
+
const w4 = { cdt: u3, url: r4, srcAttr: m4, resourceUrls: n5.map((e3) => e3.replace(/^blob:/, "")), blobs: k3, frames: p3, crossFrames: v3 };
|
|
95791
|
+
void 0 !== a4 && (w4.safeSelectors = a4), void 0 !== g4 && (w4.selector = g4), i4 !== r4 && (w4.baseUri = i4);
|
|
95705
95792
|
try {
|
|
95706
|
-
|
|
95793
|
+
h2 && (x4 = h2, ((_2 = function(t6) {
|
|
95707
95794
|
(t6 = t6 && t6[0]) && "function" == typeof t6.forEach && t6.forEach(function(t7) {
|
|
95708
95795
|
if (t7.removeAttribute("data-applitools-selector"), t7.getRootNode)
|
|
95709
95796
|
try {
|
|
@@ -95712,23 +95799,23 @@ creating temp style for access.`), r3 = Zh(e3);
|
|
|
95712
95799
|
} catch (t8) {
|
|
95713
95800
|
}
|
|
95714
95801
|
});
|
|
95715
|
-
}) && _2.__esModule && Object.prototype.hasOwnProperty.call(_2, "default") ? _2.default : _2)(
|
|
95802
|
+
}) && _2.__esModule && Object.prototype.hasOwnProperty.call(_2, "default") ? _2.default : _2)(x4));
|
|
95716
95803
|
} catch (t6) {
|
|
95717
95804
|
y2.push(t6.message);
|
|
95718
95805
|
}
|
|
95719
|
-
var
|
|
95806
|
+
var x4, _2;
|
|
95720
95807
|
y2.length > 0 && (w4.warnings = y2);
|
|
95721
|
-
const S3 =
|
|
95808
|
+
const S3 = d2.getErrors();
|
|
95722
95809
|
return S3.length > 0 && (w4.errors = S3), w4;
|
|
95723
95810
|
});
|
|
95724
|
-
function
|
|
95811
|
+
function P2(e3) {
|
|
95725
95812
|
return n4.defaultView && n4.defaultView.frameElement && n4.defaultView.frameElement.getAttribute(e3);
|
|
95726
95813
|
}
|
|
95727
|
-
}(t3).then((e3) => (
|
|
95814
|
+
}(t3).then((e3) => (d2.log("processPage end"), e3.scriptVersion = "4.15.7", e3));
|
|
95728
95815
|
}, window[x], "domSnapshotResult");
|
|
95729
95816
|
return function(e3) {
|
|
95730
95817
|
try {
|
|
95731
|
-
return JSON.stringify(
|
|
95818
|
+
return JSON.stringify(Jh(e3)(e3));
|
|
95732
95819
|
} catch (e4) {
|
|
95733
95820
|
return JSON.stringify({ status: "ERROR", error: e4.message });
|
|
95734
95821
|
}
|
|
@@ -95975,6 +96062,7 @@ var require_take_dom_snapshot = __commonJS({
|
|
|
95975
96062
|
const arg = {
|
|
95976
96063
|
dontFetchResources: settings === null || settings === void 0 ? void 0 : settings.disableBrowserFetching,
|
|
95977
96064
|
skipResources: settings === null || settings === void 0 ? void 0 : settings.skipResources,
|
|
96065
|
+
fetchConcurrency: settings === null || settings === void 0 ? void 0 : settings.fetchConcurrency,
|
|
95978
96066
|
removeReverseProxyURLPrefixes: Boolean(process.env.APPLITOOLS_SCRIPT_REMOVE_REVERSE_PROXY_URL_PREFIXES),
|
|
95979
96067
|
chunkByteLength: (_a2 = settings === null || settings === void 0 ? void 0 : settings.chunkByteLength) !== null && _a2 !== void 0 ? _a2 : Number(process.env.APPLITOOLS_SCRIPT_RESULT_MAX_BYTE_LENGTH) || (environment.isIOS ? 1e5 : 250 * 1024 * 1024),
|
|
95980
96068
|
serializeResources: true,
|
|
@@ -96684,7 +96772,7 @@ var require_take_snapshots2 = __commonJS({
|
|
|
96684
96772
|
var to_generated_selectors_1 = require_to_generated_selectors();
|
|
96685
96773
|
var abort_error_1 = require_abort_error();
|
|
96686
96774
|
var filterStaleElements_1 = require_filterStaleElements();
|
|
96687
|
-
function makeTakeSnapshots({ core, spec, signal, logger: mainLogger }) {
|
|
96775
|
+
function makeTakeSnapshots({ core, spec, fetchConcurrency, signal, logger: mainLogger }) {
|
|
96688
96776
|
const MAX_LOGGED_ERRORS_PER_SNAPSHOT = 10;
|
|
96689
96777
|
return async function takeSnapshots({ driver, settings = {}, account, logger = mainLogger }) {
|
|
96690
96778
|
var _a, _b;
|
|
@@ -96726,6 +96814,7 @@ var require_take_snapshots2 = __commonJS({
|
|
|
96726
96814
|
settings: {
|
|
96727
96815
|
waitBeforeCapture: settings.waitBeforeCapture,
|
|
96728
96816
|
disableBrowserFetching: settings.disableBrowserFetching,
|
|
96817
|
+
fetchConcurrency,
|
|
96729
96818
|
layoutBreakpoints: settings.layoutBreakpoints,
|
|
96730
96819
|
environments: uniqueEnvironments,
|
|
96731
96820
|
skipResources: ufgClient.getCachedResourceUrls(),
|
|
@@ -117851,6 +117940,7 @@ var require_client2 = __commonJS({
|
|
|
117851
117940
|
var _a;
|
|
117852
117941
|
const cache = !settings.asyncCache ? (_a = settings.syncCache) !== null && _a !== void 0 ? _a : exports.defaultResourceCache : void 0;
|
|
117853
117942
|
logger = (0, logger_1.makeLogger)({ logger, format: { label: "ufg-client" } });
|
|
117943
|
+
logger.info("UFG client initialized with settings:", settings);
|
|
117854
117944
|
if (settings.offlineLocationPath)
|
|
117855
117945
|
return (0, client_offline_1.makeUFGClientOffline)({ cache, settings, logger });
|
|
117856
117946
|
const requests = (0, requests_1.makeUFGRequests)({ settings, logger });
|
|
@@ -118972,7 +119062,7 @@ var require_core3 = __commonJS({
|
|
|
118972
119062
|
base,
|
|
118973
119063
|
getViewportSize: spec && (0, get_viewport_size_1.makeGetViewportSize)({ spec, logger }),
|
|
118974
119064
|
setViewportSize: spec && (0, set_viewport_size_1.makeSetViewportSize)({ spec, logger }),
|
|
118975
|
-
takeSnapshots: spec && (0, take_snapshots_1.makeTakeSnapshots)({ spec, core, logger }),
|
|
119065
|
+
takeSnapshots: spec && (0, take_snapshots_1.makeTakeSnapshots)({ spec, core, fetchConcurrency, logger }),
|
|
118976
119066
|
locate: (0, locate_1.makeLocate)({ spec, core, logger }),
|
|
118977
119067
|
locateText: (0, locate_text_1.makeLocateText)({ spec, core, logger }),
|
|
118978
119068
|
extractText: (0, extract_text_1.makeExtractText)({ spec, core, logger }),
|
|
@@ -121155,7 +121245,7 @@ var require_package3 = __commonJS({
|
|
|
121155
121245
|
"../core/package.json"(exports, module) {
|
|
121156
121246
|
module.exports = {
|
|
121157
121247
|
name: "@applitools/core",
|
|
121158
|
-
version: "4.
|
|
121248
|
+
version: "4.56.0",
|
|
121159
121249
|
homepage: "https://applitools.com",
|
|
121160
121250
|
bugs: {
|
|
121161
121251
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -127486,9 +127576,9 @@ var require_core5 = __commonJS({
|
|
|
127486
127576
|
var open_check_and_close_1 = require_open_check_and_close2();
|
|
127487
127577
|
var register_default_scripts_1 = require_register_default_scripts();
|
|
127488
127578
|
var calculate_estimated_time_1 = require_calculate_estimated_time();
|
|
127489
|
-
function makeAutonomousCore({ spec, clients, base: defaultBase, asyncCache, agentId = "core-autonomous", logger: defaultLogger } = {}) {
|
|
127579
|
+
function makeAutonomousCore({ spec, clients, base: defaultBase, asyncCache, fetchConcurrency, agentId = "core-autonomous", logger: defaultLogger } = {}) {
|
|
127490
127580
|
const logger = (0, logger_1.makeLogger)({ logger: defaultLogger, format: { label: "core-autonomous" } });
|
|
127491
|
-
const core = (0, core_1.makeCore)({ spec, clients, base: defaultBase, asyncCache, agentId, logger });
|
|
127581
|
+
const core = (0, core_1.makeCore)({ spec, clients, base: defaultBase, asyncCache, fetchConcurrency, agentId, logger });
|
|
127492
127582
|
return {
|
|
127493
127583
|
type: "autonomous",
|
|
127494
127584
|
takeSnapshots: spec && (0, take_snapshots_1.makeTakeSnapshots)({ core, spec, logger }),
|
|
@@ -128074,7 +128164,7 @@ var require_package4 = __commonJS({
|
|
|
128074
128164
|
"../eyes/package.json"(exports, module) {
|
|
128075
128165
|
module.exports = {
|
|
128076
128166
|
name: "@applitools/eyes",
|
|
128077
|
-
version: "1.38.
|
|
128167
|
+
version: "1.38.1",
|
|
128078
128168
|
keywords: [
|
|
128079
128169
|
"applitools",
|
|
128080
128170
|
"eyes",
|