@applitools/eyes-browser 1.6.13 → 1.6.15
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 +40 -0
- package/dist/index.js +724 -621
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -96551,7 +96551,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96551
96551
|
function S() {
|
|
96552
96552
|
return window.crypto.getRandomValues(new Uint32Array(1))[0];
|
|
96553
96553
|
}
|
|
96554
|
-
const C = 1, z = 2, A = 3, T = 4, O = 5, L = 6, E = 7, R = 8, N = 9, I = 10, j = 11, D = 12,
|
|
96554
|
+
const C = 1, z = 2, A = 3, T = 4, O = 5, L = 6, E = 7, R = 8, N = 9, I = 10, j = 11, D = 12, P = 13, B = 14, F = 15, U = 16, M = 17, q = 18, W = 19, $ = 20, V = 21, Z = 22, K = 23, H = 24, G = 25, Y = 0;
|
|
96555
96555
|
function X(e3) {
|
|
96556
96556
|
return e3 >= 48 && e3 <= 57;
|
|
96557
96557
|
}
|
|
@@ -96746,7 +96746,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96746
96746
|
lookupTypeNonSC(e3) {
|
|
96747
96747
|
for (let t3 = this.tokenIndex; t3 < this.tokenCount; t3++) {
|
|
96748
96748
|
const n3 = this.offsetAndType[t3] >> Re;
|
|
96749
|
-
if (n3 !==
|
|
96749
|
+
if (n3 !== P && n3 !== G && 0 == e3--)
|
|
96750
96750
|
return n3;
|
|
96751
96751
|
}
|
|
96752
96752
|
return 0;
|
|
@@ -96757,7 +96757,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96757
96757
|
lookupOffsetNonSC(e3) {
|
|
96758
96758
|
for (let t3 = this.tokenIndex; t3 < this.tokenCount; t3++) {
|
|
96759
96759
|
const n3 = this.offsetAndType[t3] >> Re;
|
|
96760
|
-
if (n3 !==
|
|
96760
|
+
if (n3 !== P && n3 !== G && 0 == e3--)
|
|
96761
96761
|
return t3 - this.tokenIndex;
|
|
96762
96762
|
}
|
|
96763
96763
|
return 0;
|
|
@@ -96786,7 +96786,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96786
96786
|
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);
|
|
96787
96787
|
}
|
|
96788
96788
|
skipSC() {
|
|
96789
|
-
for (; this.tokenType ===
|
|
96789
|
+
for (; this.tokenType === P || this.tokenType === G; )
|
|
96790
96790
|
this.next();
|
|
96791
96791
|
}
|
|
96792
96792
|
skipUntilBalanced(e3, t3) {
|
|
@@ -96873,7 +96873,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96873
96873
|
const a4 = e3.charCodeAt(c2);
|
|
96874
96874
|
switch (me(a4)) {
|
|
96875
96875
|
case ue:
|
|
96876
|
-
s3 =
|
|
96876
|
+
s3 = P, c2 = ke(e3, c2 + 1);
|
|
96877
96877
|
break;
|
|
96878
96878
|
case 34:
|
|
96879
96879
|
i3();
|
|
@@ -96912,7 +96912,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96912
96912
|
s3 = M, c2++;
|
|
96913
96913
|
break;
|
|
96914
96914
|
case 60:
|
|
96915
|
-
33 === n3(c2 + 1) && 45 === n3(c2 + 2) && 45 === n3(c2 + 3) ? (s3 =
|
|
96915
|
+
33 === n3(c2 + 1) && 45 === n3(c2 + 2) && 45 === n3(c2 + 3) ? (s3 = B, c2 += 4) : (s3 = N, c2++);
|
|
96916
96916
|
break;
|
|
96917
96917
|
case 64:
|
|
96918
96918
|
ae(n3(c2 + 1), n3(c2 + 2), n3(c2 + 3)) ? (s3 = A, c2 = xe(e3, c2 + 1)) : (s3 = N, c2++);
|
|
@@ -96944,8 +96944,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96944
96944
|
t3(s3, l2, l2 = c2);
|
|
96945
96945
|
}
|
|
96946
96946
|
}
|
|
96947
|
-
let
|
|
96948
|
-
class
|
|
96947
|
+
let Pe = null;
|
|
96948
|
+
class Be {
|
|
96949
96949
|
static createItem(e3) {
|
|
96950
96950
|
return { prev: null, next: null, data: e3 };
|
|
96951
96951
|
}
|
|
@@ -96953,15 +96953,15 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96953
96953
|
this.head = null, this.tail = null, this.cursor = null;
|
|
96954
96954
|
}
|
|
96955
96955
|
createItem(e3) {
|
|
96956
|
-
return
|
|
96956
|
+
return Be.createItem(e3);
|
|
96957
96957
|
}
|
|
96958
96958
|
allocateCursor(e3, t3) {
|
|
96959
96959
|
let n3;
|
|
96960
|
-
return null !==
|
|
96960
|
+
return null !== Pe ? (n3 = Pe, Pe = Pe.cursor, n3.prev = e3, n3.next = t3, n3.cursor = this.cursor) : n3 = { prev: e3, next: t3, cursor: this.cursor }, this.cursor = n3, n3;
|
|
96961
96961
|
}
|
|
96962
96962
|
releaseCursor() {
|
|
96963
96963
|
const { cursor: e3 } = this;
|
|
96964
|
-
this.cursor = e3.cursor, e3.prev = null, e3.next = null, e3.cursor =
|
|
96964
|
+
this.cursor = e3.cursor, e3.prev = null, e3.next = null, e3.cursor = Pe, Pe = e3;
|
|
96965
96965
|
}
|
|
96966
96966
|
updateCursors(e3, t3, n3, r3) {
|
|
96967
96967
|
let { cursor: o3 } = this;
|
|
@@ -96991,7 +96991,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
96991
96991
|
let t3 = null;
|
|
96992
96992
|
this.head = null;
|
|
96993
96993
|
for (let n3 of e3) {
|
|
96994
|
-
const e4 =
|
|
96994
|
+
const e4 = Be.createItem(n3);
|
|
96995
96995
|
null !== t3 ? t3.next = e4 : this.head = e4, e4.prev = t3, t3 = e4;
|
|
96996
96996
|
}
|
|
96997
96997
|
return this.tail = t3, this;
|
|
@@ -97037,13 +97037,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97037
97037
|
return false;
|
|
97038
97038
|
}
|
|
97039
97039
|
map(e3, t3 = this) {
|
|
97040
|
-
const n3 = new
|
|
97040
|
+
const n3 = new Be();
|
|
97041
97041
|
for (let r3 = this.head; null !== r3; r3 = r3.next)
|
|
97042
97042
|
n3.appendData(e3.call(t3, r3.data, r3, this));
|
|
97043
97043
|
return n3;
|
|
97044
97044
|
}
|
|
97045
97045
|
filter(e3, t3 = this) {
|
|
97046
|
-
const n3 = new
|
|
97046
|
+
const n3 = new Be();
|
|
97047
97047
|
for (let r3 = this.head; null !== r3; r3 = r3.next)
|
|
97048
97048
|
e3.call(t3, r3.data, r3, this) && n3.appendData(r3.data);
|
|
97049
97049
|
return n3;
|
|
@@ -97074,7 +97074,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97074
97074
|
this.head = null, this.tail = null;
|
|
97075
97075
|
}
|
|
97076
97076
|
copy() {
|
|
97077
|
-
const e3 = new
|
|
97077
|
+
const e3 = new Be();
|
|
97078
97078
|
for (let t3 of this)
|
|
97079
97079
|
e3.appendData(t3);
|
|
97080
97080
|
return e3;
|
|
@@ -97083,13 +97083,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97083
97083
|
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;
|
|
97084
97084
|
}
|
|
97085
97085
|
prependData(e3) {
|
|
97086
|
-
return this.prepend(
|
|
97086
|
+
return this.prepend(Be.createItem(e3));
|
|
97087
97087
|
}
|
|
97088
97088
|
append(e3) {
|
|
97089
97089
|
return this.insert(e3);
|
|
97090
97090
|
}
|
|
97091
97091
|
appendData(e3) {
|
|
97092
|
-
return this.insert(
|
|
97092
|
+
return this.insert(Be.createItem(e3));
|
|
97093
97093
|
}
|
|
97094
97094
|
insert(e3, t3 = null) {
|
|
97095
97095
|
if (null !== t3)
|
|
@@ -97104,7 +97104,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97104
97104
|
return this;
|
|
97105
97105
|
}
|
|
97106
97106
|
insertData(e3, t3) {
|
|
97107
|
-
return this.insert(
|
|
97107
|
+
return this.insert(Be.createItem(e3), t3);
|
|
97108
97108
|
}
|
|
97109
97109
|
remove(e3) {
|
|
97110
97110
|
if (this.updateCursors(e3, e3.prev, e3, e3.next), null !== e3.prev)
|
|
@@ -97124,13 +97124,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97124
97124
|
return e3.prev = null, e3.next = null, e3;
|
|
97125
97125
|
}
|
|
97126
97126
|
push(e3) {
|
|
97127
|
-
this.insert(
|
|
97127
|
+
this.insert(Be.createItem(e3));
|
|
97128
97128
|
}
|
|
97129
97129
|
pop() {
|
|
97130
97130
|
return null !== this.tail ? this.remove(this.tail) : null;
|
|
97131
97131
|
}
|
|
97132
97132
|
unshift(e3) {
|
|
97133
|
-
this.prepend(
|
|
97133
|
+
this.prepend(Be.createItem(e3));
|
|
97134
97134
|
}
|
|
97135
97135
|
shift() {
|
|
97136
97136
|
return null !== this.head ? this.remove(this.head) : null;
|
|
@@ -97182,7 +97182,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97182
97182
|
case G:
|
|
97183
97183
|
this.next();
|
|
97184
97184
|
continue;
|
|
97185
|
-
case
|
|
97185
|
+
case P:
|
|
97186
97186
|
n3 = true, this.next();
|
|
97187
97187
|
continue;
|
|
97188
97188
|
}
|
|
@@ -97507,7 +97507,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97507
97507
|
const t3 = new Set(e3.map(([e4, t4]) => wt(e4) << 16 | wt(t4)));
|
|
97508
97508
|
return function(e4, n3, r3) {
|
|
97509
97509
|
const o3 = wt(n3, r3), i3 = r3.charCodeAt(0);
|
|
97510
|
-
return (45 === i3 && n3 !== C && n3 !== z && n3 !== F || 43 === i3 ? t3.has(e4 << 16 | i3 << 8) : t3.has(e4 << 16 | o3)) && this.emit(" ",
|
|
97510
|
+
return (45 === i3 && n3 !== C && n3 !== z && n3 !== F || 43 === i3 ? t3.has(e4 << 16 | i3 << 8) : t3.has(e4 << 16 | o3)) && this.emit(" ", P, true), o3;
|
|
97511
97511
|
};
|
|
97512
97512
|
}
|
|
97513
97513
|
const St = _t(vt), Ct = _t(xt);
|
|
@@ -97573,25 +97573,25 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97573
97573
|
function Dt({ StyleSheet: e3, Atrule: t3, Rule: n3, Block: r3, DeclarationList: o3 }) {
|
|
97574
97574
|
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 } };
|
|
97575
97575
|
}
|
|
97576
|
-
function
|
|
97576
|
+
function Pt(e3) {
|
|
97577
97577
|
return e3;
|
|
97578
97578
|
}
|
|
97579
|
-
function
|
|
97579
|
+
function Bt(e3, t3, n3, r3) {
|
|
97580
97580
|
let o3;
|
|
97581
97581
|
switch (e3.type) {
|
|
97582
97582
|
case "Group":
|
|
97583
97583
|
o3 = function(e4, t4, n4, r4) {
|
|
97584
|
-
const o4 = " " === e4.combinator || r4 ? e4.combinator : " " + e4.combinator + " ", i3 = e4.terms.map((e5) =>
|
|
97584
|
+
const o4 = " " === e4.combinator || r4 ? e4.combinator : " " + e4.combinator + " ", i3 = e4.terms.map((e5) => Bt(e5, t4, n4, r4)).join(o4);
|
|
97585
97585
|
return e4.explicit || n4 ? (r4 || "," === i3[0] ? "[" : "[ ") + i3 + (r4 ? "]" : " ]") : i3;
|
|
97586
97586
|
}(e3, t3, n3, r3) + (e3.disallowEmpty ? "!" : "");
|
|
97587
97587
|
break;
|
|
97588
97588
|
case "Multiplier":
|
|
97589
|
-
return
|
|
97589
|
+
return Bt(e3.term, t3, n3, r3) + t3(function(e4) {
|
|
97590
97590
|
const { min: t4, max: n4, comma: r4 } = e4;
|
|
97591
97591
|
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 : "") + "}");
|
|
97592
97592
|
}(e3), e3);
|
|
97593
97593
|
case "Boolean":
|
|
97594
|
-
o3 = "<boolean-expr[" +
|
|
97594
|
+
o3 = "<boolean-expr[" + Bt(e3.term, t3, n3, r3) + "]>";
|
|
97595
97595
|
break;
|
|
97596
97596
|
case "Type":
|
|
97597
97597
|
o3 = "<" + e3.name + (e3.opts ? t3(function(e4) {
|
|
@@ -97625,8 +97625,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97625
97625
|
return t3(o3, e3);
|
|
97626
97626
|
}
|
|
97627
97627
|
function Ft(e3, t3) {
|
|
97628
|
-
let n3 =
|
|
97629
|
-
return "function" == typeof t3 ? n3 = t3 : t3 && (r3 = Boolean(t3.forceBraces), o3 = Boolean(t3.compact), "function" == typeof t3.decorate && (n3 = t3.decorate)),
|
|
97628
|
+
let n3 = Pt, r3 = false, o3 = false;
|
|
97629
|
+
return "function" == typeof t3 ? n3 = t3 : t3 && (r3 = Boolean(t3.forceBraces), o3 = Boolean(t3.compact), "function" == typeof t3.decorate && (n3 = t3.decorate)), Bt(e3, n3, r3, o3);
|
|
97630
97630
|
}
|
|
97631
97631
|
const Ut = { offset: 0, line: 1, column: 1 };
|
|
97632
97632
|
function Mt(e3, t3) {
|
|
@@ -97694,7 +97694,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97694
97694
|
return null !== e3 && e3.type === N && e3.value.charCodeAt(0) === t3;
|
|
97695
97695
|
}
|
|
97696
97696
|
function rn(e3, t3, n3) {
|
|
97697
|
-
for (; null !== e3 && (e3.type ===
|
|
97697
|
+
for (; null !== e3 && (e3.type === P || e3.type === G); )
|
|
97698
97698
|
e3 = n3(++t3);
|
|
97699
97699
|
return t3;
|
|
97700
97700
|
}
|
|
@@ -97840,7 +97840,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
97840
97840
|
return null !== t3 && t3.type === I && 0 === Number(t3.value) ? 1 : e3(t3, n3, r3);
|
|
97841
97841
|
};
|
|
97842
97842
|
}
|
|
97843
|
-
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(D), "whitespace-token": yn(
|
|
97843
|
+
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(D), "whitespace-token": yn(P), "CDO-token": yn(B), "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) {
|
|
97844
97844
|
return null === e3 || e3.type !== j || gn(n3, e3.value, e3.value.length - 1) ? 0 : 1;
|
|
97845
97845
|
}), zero: vn(), number: bn(function(e3, t3, n3) {
|
|
97846
97846
|
if (null === e3)
|
|
@@ -98062,7 +98062,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98062
98062
|
return -1 === e3 && (this.pos = this.str.length, this.error("Expect an apostrophe")), this.substringToPos(e3 + 1);
|
|
98063
98063
|
}
|
|
98064
98064
|
}
|
|
98065
|
-
const On = 9, Ln = 10, En = 12, Rn = 13, Nn = 32, In = 33, jn = 35, Dn = 38,
|
|
98065
|
+
const On = 9, Ln = 10, En = 12, Rn = 13, Nn = 32, In = 33, jn = 35, Dn = 38, Pn = 39, Bn = 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 };
|
|
98066
98066
|
function tr(e3) {
|
|
98067
98067
|
let t3 = null, n3 = null;
|
|
98068
98068
|
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 };
|
|
@@ -98131,9 +98131,9 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98131
98131
|
return e4.eat(Hn), n4 = ir(e4, t4), e4.eat(Gn), n4.explicit = true, e4.charCode() === In && (e4.pos++, n4.disallowEmpty = true), n4;
|
|
98132
98132
|
}(e3, t3));
|
|
98133
98133
|
case $n:
|
|
98134
|
-
return e3.nextCharCode() ===
|
|
98134
|
+
return e3.nextCharCode() === Pn ? function(e4) {
|
|
98135
98135
|
let t4;
|
|
98136
|
-
return e4.eat($n), e4.eat(
|
|
98136
|
+
return e4.eat($n), e4.eat(Pn), t4 = e4.scanWord(), e4.eat(Pn), e4.eat(Vn), nr(e4, { type: "Property", name: t4 });
|
|
98137
98137
|
}(e3) : function(e4) {
|
|
98138
98138
|
let t4, n4 = null;
|
|
98139
98139
|
if (e4.eat($n), t4 = e4.scanWord(), "boolean-expr" === t4) {
|
|
@@ -98141,7 +98141,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98141
98141
|
const t5 = ir(e4, Gn);
|
|
98142
98142
|
return e4.eat(Gn), e4.eat(Vn), nr(e4, { type: "Boolean", term: 1 === t5.terms.length ? t5.terms[0] : t5 });
|
|
98143
98143
|
}
|
|
98144
|
-
return e4.charCode() ===
|
|
98144
|
+
return e4.charCode() === Bn && e4.nextCharCode() === Fn && (e4.pos += 2, t4 += "()"), e4.charCodeAt(e4.findWsEnd(e4.pos)) === Hn && (e4.skipWs(), n4 = function(e5) {
|
|
98145
98145
|
let t5 = null, n5 = null, r3 = 1;
|
|
98146
98146
|
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 };
|
|
98147
98147
|
}(e4)), e4.eat(Vn), nr(e4, { type: "Type", name: t4, opts: n4 });
|
|
@@ -98152,7 +98152,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98152
98152
|
return e3.pos++, e3.eat(Dn), { type: "Combinator", value: "&&" };
|
|
98153
98153
|
case qn:
|
|
98154
98154
|
return e3.pos++, { type: "Comma" };
|
|
98155
|
-
case
|
|
98155
|
+
case Pn:
|
|
98156
98156
|
return nr(e3, { type: "String", value: e3.scanString() });
|
|
98157
98157
|
case Nn:
|
|
98158
98158
|
case On:
|
|
@@ -98175,7 +98175,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98175
98175
|
default:
|
|
98176
98176
|
return e3.isNameCharCode(n3) ? function(e4) {
|
|
98177
98177
|
const t4 = e4.scanWord();
|
|
98178
|
-
return e4.charCode() ===
|
|
98178
|
+
return e4.charCode() === Bn ? (e4.pos++, { type: "Function", name: t4 }) : nr(e4, { type: "Keyword", name: t4 });
|
|
98179
98179
|
}(e3) : rr(e3);
|
|
98180
98180
|
}
|
|
98181
98181
|
}
|
|
@@ -98344,7 +98344,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98344
98344
|
function r4() {
|
|
98345
98345
|
do {
|
|
98346
98346
|
b2++, g2 = b2 < e4.length ? e4[b2] : null;
|
|
98347
|
-
} while (null !== g2 && (g2.type ===
|
|
98347
|
+
} while (null !== g2 && (g2.type === P || g2.type === G));
|
|
98348
98348
|
}
|
|
98349
98349
|
function o4(t5) {
|
|
98350
98350
|
const n5 = b2 + t5;
|
|
@@ -98560,16 +98560,16 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98560
98560
|
return false;
|
|
98561
98561
|
}(this.matched), n3;
|
|
98562
98562
|
}
|
|
98563
|
-
function
|
|
98563
|
+
function Pr(e3, t3, n3) {
|
|
98564
98564
|
const r3 = Dr.call(e3, t3);
|
|
98565
98565
|
return null !== r3 && r3.some(n3);
|
|
98566
98566
|
}
|
|
98567
|
-
var
|
|
98568
|
-
return
|
|
98567
|
+
var Br = Object.freeze({ __proto__: null, getTrace: Dr, isKeyword: function(e3) {
|
|
98568
|
+
return Pr(this, e3, (e4) => "Keyword" === e4.type);
|
|
98569
98569
|
}, isProperty: function(e3, t3) {
|
|
98570
|
-
return
|
|
98570
|
+
return Pr(this, e3, (e4) => "Property" === e4.type && e4.name === t3);
|
|
98571
98571
|
}, isType: function(e3, t3) {
|
|
98572
|
-
return
|
|
98572
|
+
return Pr(this, e3, (e4) => "Type" === e4.type && e4.name === t3);
|
|
98573
98573
|
} });
|
|
98574
98574
|
function Fr(e3) {
|
|
98575
98575
|
return "node" in e3 ? e3.node : Fr(e3.match[0]);
|
|
@@ -98584,7 +98584,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98584
98584
|
const n5 = Fr(a3), r4 = Ur(a3);
|
|
98585
98585
|
e3.syntax.walk(t3, function(e4, t4, o4) {
|
|
98586
98586
|
if (e4 === n5) {
|
|
98587
|
-
const e5 = new
|
|
98587
|
+
const e5 = new Be();
|
|
98588
98588
|
do {
|
|
98589
98589
|
if (e5.appendData(t4.data), t4.data === r4)
|
|
98590
98590
|
break;
|
|
@@ -98641,7 +98641,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98641
98641
|
i3 = null === n3[o3];
|
|
98642
98642
|
break;
|
|
98643
98643
|
default:
|
|
98644
|
-
"string" == typeof r4 ? i3 = n3[o3] && n3[o3].type === r4 : Array.isArray(r4) && (i3 = n3[o3] instanceof
|
|
98644
|
+
"string" == typeof r4 ? i3 = n3[o3] && n3[o3].type === r4 : Array.isArray(r4) && (i3 = n3[o3] instanceof Be);
|
|
98645
98645
|
}
|
|
98646
98646
|
}
|
|
98647
98647
|
} else
|
|
@@ -98694,7 +98694,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
98694
98694
|
return r3;
|
|
98695
98695
|
}
|
|
98696
98696
|
function Yr(e3, t3, n3) {
|
|
98697
|
-
return { matched: e3, iterations: n3, error: t3, ...
|
|
98697
|
+
return { matched: e3, iterations: n3, error: t3, ...Br };
|
|
98698
98698
|
}
|
|
98699
98699
|
function Xr(e3, t3, n3, r3) {
|
|
98700
98700
|
const o3 = function(e4, t4) {
|
|
@@ -99004,7 +99004,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99004
99004
|
}
|
|
99005
99005
|
function co() {
|
|
99006
99006
|
let e3 = 0, t3 = 0, n3 = this.tokenType;
|
|
99007
|
-
for (; n3 ===
|
|
99007
|
+
for (; n3 === P || n3 === G; )
|
|
99008
99008
|
n3 = this.lookupType(++e3);
|
|
99009
99009
|
if (n3 !== I) {
|
|
99010
99010
|
if (!this.isDelim(no, e3) && !this.isDelim(ro, e3))
|
|
@@ -99012,7 +99012,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99012
99012
|
t3 = this.isDelim(no, e3) ? no : ro;
|
|
99013
99013
|
do {
|
|
99014
99014
|
n3 = this.lookupType(++e3);
|
|
99015
|
-
} while (n3 ===
|
|
99015
|
+
} while (n3 === P || n3 === G);
|
|
99016
99016
|
n3 !== I && (this.skip(e3), so.call(this, io));
|
|
99017
99017
|
}
|
|
99018
99018
|
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);
|
|
@@ -99146,7 +99146,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99146
99146
|
switch (this.tokenType) {
|
|
99147
99147
|
case H:
|
|
99148
99148
|
break e;
|
|
99149
|
-
case
|
|
99149
|
+
case P:
|
|
99150
99150
|
case G:
|
|
99151
99151
|
this.next();
|
|
99152
99152
|
break;
|
|
@@ -99158,19 +99158,19 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99158
99158
|
}
|
|
99159
99159
|
return this.eof || this.eat(H), { type: "Block", loc: this.getLocation(n3, this.tokenStart), children: r3 };
|
|
99160
99160
|
}
|
|
99161
|
-
var
|
|
99161
|
+
var Po = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99162
99162
|
this.token(K, "{"), this.children(e3, (e4) => {
|
|
99163
99163
|
"Declaration" === e4.type && this.token(M, ";");
|
|
99164
99164
|
}), this.token(H, "}");
|
|
99165
99165
|
}, name: "Block", parse: Do, structure: { children: [["Atrule", "Rule", "Declaration"]] }, walkContext: "block" });
|
|
99166
|
-
function
|
|
99166
|
+
function Bo(e3, t3) {
|
|
99167
99167
|
const n3 = this.tokenStart;
|
|
99168
99168
|
let r3 = null;
|
|
99169
99169
|
return this.eat(W), r3 = e3.call(this, t3), this.eof || this.eat($), { type: "Brackets", loc: this.getLocation(n3, this.tokenStart), children: r3 };
|
|
99170
99170
|
}
|
|
99171
99171
|
var Fo = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99172
99172
|
this.token(N, "["), this.children(e3), this.token(N, "]");
|
|
99173
|
-
}, name: "Brackets", parse:
|
|
99173
|
+
}, name: "Brackets", parse: Bo, structure: { children: [[]] } });
|
|
99174
99174
|
function Uo() {
|
|
99175
99175
|
const e3 = this.tokenStart;
|
|
99176
99176
|
return this.eat(F), { type: "CDC", loc: this.getLocation(e3, this.tokenStart) };
|
|
@@ -99180,10 +99180,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99180
99180
|
}, name: "CDC", parse: Uo, structure: [] });
|
|
99181
99181
|
function qo() {
|
|
99182
99182
|
const e3 = this.tokenStart;
|
|
99183
|
-
return this.eat(
|
|
99183
|
+
return this.eat(B), { type: "CDO", loc: this.getLocation(e3, this.tokenStart) };
|
|
99184
99184
|
}
|
|
99185
99185
|
var Wo = Object.freeze({ __proto__: null, generate: function() {
|
|
99186
|
-
this.token(
|
|
99186
|
+
this.token(B, "<!--");
|
|
99187
99187
|
}, name: "CDO", parse: qo, structure: [] });
|
|
99188
99188
|
const $o = { name: String };
|
|
99189
99189
|
function Vo() {
|
|
@@ -99197,7 +99197,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99197
99197
|
const e3 = this.tokenStart;
|
|
99198
99198
|
let t3;
|
|
99199
99199
|
switch (this.tokenType) {
|
|
99200
|
-
case
|
|
99200
|
+
case P:
|
|
99201
99201
|
t3 = " ";
|
|
99202
99202
|
break;
|
|
99203
99203
|
case N:
|
|
@@ -99242,7 +99242,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99242
99242
|
for (; !this.eof; )
|
|
99243
99243
|
switch (this.tokenType) {
|
|
99244
99244
|
case G:
|
|
99245
|
-
case
|
|
99245
|
+
case P:
|
|
99246
99246
|
this.next();
|
|
99247
99247
|
continue;
|
|
99248
99248
|
case C:
|
|
@@ -99291,7 +99291,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99291
99291
|
const l2 = this.tokenIndex;
|
|
99292
99292
|
if (r3 || this.skipSC(), a3 = o3 ? this.parseWithFallback(mi, i3) : i3.call(this, this.tokenIndex), r3 && "Value" === a3.type && a3.children.isEmpty) {
|
|
99293
99293
|
for (let e4 = l2 - this.tokenIndex; e4 <= 0; e4++)
|
|
99294
|
-
if (this.lookupType(e4) ===
|
|
99294
|
+
if (this.lookupType(e4) === P) {
|
|
99295
99295
|
a3.children.appendData({ type: "WhiteSpace", loc: null, value: " " });
|
|
99296
99296
|
break;
|
|
99297
99297
|
}
|
|
@@ -99329,7 +99329,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99329
99329
|
const e3 = this.createList();
|
|
99330
99330
|
for (; !this.eof; )
|
|
99331
99331
|
switch (this.tokenType) {
|
|
99332
|
-
case
|
|
99332
|
+
case P:
|
|
99333
99333
|
case G:
|
|
99334
99334
|
case M:
|
|
99335
99335
|
this.next();
|
|
@@ -99403,8 +99403,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99403
99403
|
var Ri = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99404
99404
|
this.token(z, e3.feature + "("), this.node(e3.value), this.token(Z, ")");
|
|
99405
99405
|
}, name: "FeatureFunction", parse: Ei, structure: Oi });
|
|
99406
|
-
const Ni = 47, Ii = 60, ji = 61, Di = 62,
|
|
99407
|
-
function
|
|
99406
|
+
const Ni = 47, Ii = 60, ji = 61, Di = 62, Pi = { 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] };
|
|
99407
|
+
function Bi() {
|
|
99408
99408
|
switch (this.skipSC(), this.tokenType) {
|
|
99409
99409
|
case I:
|
|
99410
99410
|
return this.isDelim(Ni, this.lookupOffsetNonSC(1)) ? this.Ratio() : this.Number();
|
|
@@ -99433,13 +99433,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99433
99433
|
function Ui(e3 = "unknown") {
|
|
99434
99434
|
const t3 = this.tokenStart;
|
|
99435
99435
|
this.skipSC(), this.eat(V);
|
|
99436
|
-
const n3 =
|
|
99436
|
+
const n3 = Bi.call(this), r3 = Fi.call(this, "Identifier" === n3.type), o3 = Bi.call(this);
|
|
99437
99437
|
let i3 = null, a3 = null;
|
|
99438
|
-
return this.lookupNonWSType(0) !== Z && (i3 = Fi.call(this), a3 =
|
|
99438
|
+
return this.lookupNonWSType(0) !== Z && (i3 = Fi.call(this), a3 = Bi.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 };
|
|
99439
99439
|
}
|
|
99440
99440
|
var Mi = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99441
99441
|
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, ")");
|
|
99442
|
-
}, name: "FeatureRange", parse: Ui, structure:
|
|
99442
|
+
}, name: "FeatureRange", parse: Ui, structure: Pi });
|
|
99443
99443
|
const qi = { name: String, children: [[]] };
|
|
99444
99444
|
function Wi(e3, t3) {
|
|
99445
99445
|
const n3 = this.tokenStart, r3 = this.consumeFunctionName(), o3 = r3.toLowerCase();
|
|
@@ -99633,18 +99633,18 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99633
99633
|
var Da = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99634
99634
|
this.node(e3.left), this.token(N, "/"), e3.right ? this.node(e3.right) : this.node(I, 1);
|
|
99635
99635
|
}, name: "Ratio", parse: ja, structure: { left: ["Number", "Function"], right: ["Number", "Function", null] } });
|
|
99636
|
-
function
|
|
99637
|
-
return this.tokenIndex > 0 && this.lookupType(-1) ===
|
|
99636
|
+
function Pa() {
|
|
99637
|
+
return this.tokenIndex > 0 && this.lookupType(-1) === P ? this.tokenIndex > 1 ? this.getTokenStart(this.tokenIndex - 1) : this.firstCharOffset : this.tokenStart;
|
|
99638
99638
|
}
|
|
99639
|
-
const
|
|
99639
|
+
const Ba = { value: String };
|
|
99640
99640
|
function Fa(e3, t3) {
|
|
99641
99641
|
const n3 = this.getTokenStart(this.tokenIndex);
|
|
99642
99642
|
let r3;
|
|
99643
|
-
return this.skipUntilBalanced(this.tokenIndex, e3 || this.consumeUntilBalanceEnd), r3 = t3 && this.tokenStart > n3 ?
|
|
99643
|
+
return this.skipUntilBalanced(this.tokenIndex, e3 || this.consumeUntilBalanceEnd), r3 = t3 && this.tokenStart > n3 ? Pa.call(this) : this.tokenStart, { type: "Raw", loc: this.getLocation(n3, r3), value: this.substring(n3, r3) };
|
|
99644
99644
|
}
|
|
99645
99645
|
var Ua = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99646
99646
|
this.tokenize(e3.value);
|
|
99647
|
-
}, name: "Raw", parse: Fa, structure:
|
|
99647
|
+
}, name: "Raw", parse: Fa, structure: Ba });
|
|
99648
99648
|
function Ma() {
|
|
99649
99649
|
return this.Raw(this.consumeUntilLeftCurlyBracket, true);
|
|
99650
99650
|
}
|
|
@@ -99729,7 +99729,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99729
99729
|
let n3;
|
|
99730
99730
|
for (; !this.eof; ) {
|
|
99731
99731
|
switch (this.tokenType) {
|
|
99732
|
-
case
|
|
99732
|
+
case P:
|
|
99733
99733
|
this.next();
|
|
99734
99734
|
continue;
|
|
99735
99735
|
case G:
|
|
@@ -99739,7 +99739,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99739
99739
|
}
|
|
99740
99740
|
n3 = this.Comment();
|
|
99741
99741
|
break;
|
|
99742
|
-
case
|
|
99742
|
+
case B:
|
|
99743
99743
|
n3 = this.CDO();
|
|
99744
99744
|
break;
|
|
99745
99745
|
case F:
|
|
@@ -99892,11 +99892,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99892
99892
|
}, name: "Value", parse: As, structure: { children: [[]] } });
|
|
99893
99893
|
const Os = Object.freeze({ type: "WhiteSpace", loc: null, value: " " }), Ls = { value: String };
|
|
99894
99894
|
function Es() {
|
|
99895
|
-
return this.eat(
|
|
99895
|
+
return this.eat(P), Os;
|
|
99896
99896
|
}
|
|
99897
99897
|
var Rs = Object.freeze({ __proto__: null, generate: function(e3) {
|
|
99898
|
-
this.token(
|
|
99899
|
-
}, name: "WhiteSpace", parse: Es, structure: Ls }), Ns = Object.freeze({ __proto__: null, AnPlusB: po, Atrule: yo, AtrulePrelude: wo, AttributeSelector: Eo, Block: Bo, 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 }), 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 };
|
|
99898
|
+
this.token(P, e3.value);
|
|
99899
|
+
}, 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 }), 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 };
|
|
99900
99900
|
function js(e3) {
|
|
99901
99901
|
switch (this.tokenType) {
|
|
99902
99902
|
case T:
|
|
@@ -99930,7 +99930,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99930
99930
|
}
|
|
99931
99931
|
}
|
|
99932
99932
|
}
|
|
99933
|
-
var Ds = { getNode: js },
|
|
99933
|
+
var Ds = { getNode: js }, Ps = { onWhiteSpace: function(e3, t3) {
|
|
99934
99934
|
null !== t3.last && "Combinator" !== t3.last.type && null !== e3 && "Combinator" !== e3.type && t3.push({ type: "Combinator", loc: null, name: " " });
|
|
99935
99935
|
}, getNode: function() {
|
|
99936
99936
|
switch (this.tokenType) {
|
|
@@ -99967,11 +99967,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99967
99967
|
}
|
|
99968
99968
|
}
|
|
99969
99969
|
} };
|
|
99970
|
-
function
|
|
99970
|
+
function Bs(e3) {
|
|
99971
99971
|
return null !== e3 && "Operator" === e3.type && ("-" === e3.value[e3.value.length - 1] || "+" === e3.value[e3.value.length - 1]);
|
|
99972
99972
|
}
|
|
99973
99973
|
var Fs = { getNode: js, onWhiteSpace(e3, t3) {
|
|
99974
|
-
|
|
99974
|
+
Bs(e3) && (e3.value = " " + e3.value), Bs(t3.last) && (t3.last.value += " ");
|
|
99975
99975
|
}, expression: function() {
|
|
99976
99976
|
return this.createSingleNodeList(this.Raw(null, false));
|
|
99977
99977
|
}, var: function() {
|
|
@@ -99981,7 +99981,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99981
99981
|
const t3 = this.tokenIndex, n3 = this.parseCustomProperty ? this.Value(null) : this.Raw(this.consumeUntilExclamationMarkOrSemicolon, false);
|
|
99982
99982
|
if ("Value" === n3.type && n3.children.isEmpty) {
|
|
99983
99983
|
for (let e4 = t3 - this.tokenIndex; e4 <= 0; e4++)
|
|
99984
|
-
if (this.lookupType(e4) ===
|
|
99984
|
+
if (this.lookupType(e4) === P) {
|
|
99985
99985
|
n3.children.appendData({ type: "WhiteSpace", loc: null, value: " " });
|
|
99986
99986
|
break;
|
|
99987
99987
|
}
|
|
@@ -99989,7 +99989,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
99989
99989
|
e3.push(n3);
|
|
99990
99990
|
}
|
|
99991
99991
|
return e3;
|
|
99992
|
-
} }, Us = Object.freeze({ __proto__: null, AtrulePrelude: Ds, Selector:
|
|
99992
|
+
} }, Us = Object.freeze({ __proto__: null, AtrulePrelude: Ds, Selector: Ps, Value: Fs });
|
|
99993
99993
|
const Ms = /* @__PURE__ */ new Set(["none", "and", "not", "or"]);
|
|
99994
99994
|
var qs = { parse: { prelude() {
|
|
99995
99995
|
const e3 = this.createList();
|
|
@@ -100039,7 +100039,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100039
100039
|
t5.context[n5] = Qe(r5);
|
|
100040
100040
|
}
|
|
100041
100041
|
return { config: t5, ...t5, ...t5.node };
|
|
100042
|
-
}(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
|
|
100042
|
+
}(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 Be(), createSingleNodeList: (e5) => new Be().appendData(e5), getFirstListNode: (e5) => e5 && e5.first, getLastListNode: (e5) => e5 && e5.last, parseWithFallback(e5, t5) {
|
|
100043
100043
|
const n5 = this.tokenIndex;
|
|
100044
100044
|
try {
|
|
100045
100045
|
return e5.call(this);
|
|
@@ -100053,7 +100053,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100053
100053
|
}, lookupNonWSType(e5) {
|
|
100054
100054
|
let t5;
|
|
100055
100055
|
do {
|
|
100056
|
-
if (t5 = this.lookupType(e5++), t5 !==
|
|
100056
|
+
if (t5 = this.lookupType(e5++), t5 !== P && t5 !== G)
|
|
100057
100057
|
return t5;
|
|
100058
100058
|
} while (t5 !== Xe);
|
|
100059
100059
|
return Xe;
|
|
@@ -100179,7 +100179,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100179
100179
|
throw new Error("Unknown node type: " + e6.type);
|
|
100180
100180
|
t4.get(e6.type).call(a4, e6);
|
|
100181
100181
|
}, tokenBefore: Ct, token(e6, t5) {
|
|
100182
|
-
o4 = this.tokenBefore(o4, e6, t5), this.emit(t5, e6, false), e6 === N && t5.charCodeAt(0) === At && this.emit("\n",
|
|
100182
|
+
o4 = this.tokenBefore(o4, e6, t5), this.emit(t5, e6, false), e6 === N && t5.charCodeAt(0) === At && this.emit("\n", P, true);
|
|
100183
100183
|
}, emit(e6) {
|
|
100184
100184
|
r4 += e6;
|
|
100185
100185
|
}, result: () => r4 };
|
|
@@ -100210,9 +100210,9 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100210
100210
|
};
|
|
100211
100211
|
}(t3), { fromPlainObject: i3, toPlainObject: a3 } = function(e4) {
|
|
100212
100212
|
return { fromPlainObject: (t4) => (e4(t4, { enter(e5) {
|
|
100213
|
-
e5.children && e5.children instanceof
|
|
100213
|
+
e5.children && e5.children instanceof Be == 0 && (e5.children = new Be().fromArray(e5.children));
|
|
100214
100214
|
} }), t4), toPlainObject: (t4) => (e4(t4, { leave(e5) {
|
|
100215
|
-
e5.children && e5.children instanceof
|
|
100215
|
+
e5.children && e5.children instanceof Be && (e5.children = e5.children.toArray());
|
|
100216
100216
|
} }), t4) };
|
|
100217
100217
|
}(r3), s3 = { lexer: null, createLexer: (e4) => new Qr(e4, s3, s3.lexer.structure), tokenize: De, parse: n3, generate: o3, walk: r3, find: r3.find, findLast: r3.findLast, findAll: r3.findAll, fromPlainObject: i3, toPlainObject: a3, fork(n4) {
|
|
100218
100218
|
const r4 = to({}, t3);
|
|
@@ -100296,8 +100296,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100296
100296
|
this.skipSC();
|
|
100297
100297
|
}
|
|
100298
100298
|
return e3;
|
|
100299
|
-
} }, 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: Do, Brackets:
|
|
100300
|
-
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"];
|
|
100299
|
+
} }, 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: Do, Brackets: Bo, 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 }));
|
|
100300
|
+
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-top", /* @__PURE__ */ new Set(["border-top-width", "border-top-style", "border-top-color"])], ["border-right", /* @__PURE__ */ new Set(["border-right-width", "border-right-style", "border-right-color"])], ["border-bottom", /* @__PURE__ */ new Set(["border-bottom-width", "border-bottom-style", "border-bottom-color"])], ["border-left", /* @__PURE__ */ new Set(["border-left-width", "border-left-style", "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"];
|
|
100301
100301
|
ll.forEach((e3, t3) => sl.set(t3, e3)), cl.forEach((e3, t3) => sl.set(t3, e3));
|
|
100302
100302
|
const hl = /* @__PURE__ */ new Map();
|
|
100303
100303
|
function dl(e3, t3) {
|
|
@@ -100312,15 +100312,22 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100312
100312
|
function ml(e3) {
|
|
100313
100313
|
return ul.find((t3) => sl.get(t3).has(e3));
|
|
100314
100314
|
}
|
|
100315
|
-
|
|
100315
|
+
sl.forEach((e3, t3) => {
|
|
100316
|
+
e3.forEach((e4) => {
|
|
100317
|
+
hl.get(e4) || hl.set(e4, /* @__PURE__ */ new Set()), hl.get(e4).add(t3);
|
|
100318
|
+
});
|
|
100319
|
+
});
|
|
100320
|
+
const fl = /* @__PURE__ */ new Set(["border-top", "border-right", "border-bottom", "border-left"]);
|
|
100321
|
+
function gl(e3, t3, n3) {
|
|
100316
100322
|
const r3 = Array.from(e3).reduce((t4, n4) => {
|
|
100317
100323
|
const r4 = ml(n4) || n4;
|
|
100318
|
-
t4.set(r4,
|
|
100324
|
+
t4.set(r4, bl(e3, r4));
|
|
100319
100325
|
const o3 = function(e4) {
|
|
100320
100326
|
return hl.get(e4);
|
|
100321
100327
|
}(n4);
|
|
100322
100328
|
return o3 && o3.forEach((n5) => {
|
|
100323
|
-
|
|
100329
|
+
const r5 = e3.getPropertyValue(n5);
|
|
100330
|
+
r5 && (fl.has(n5) && e3.getPropertyValue("border") === r5 || (t4.delete(n5), t4.set(n5, bl(e3, n5))));
|
|
100324
100331
|
}), t4;
|
|
100325
100332
|
}, /* @__PURE__ */ new Map());
|
|
100326
100333
|
if (t3 && n3) {
|
|
@@ -100343,19 +100350,14 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100343
100350
|
}
|
|
100344
100351
|
return Array.from(r3.values());
|
|
100345
100352
|
}
|
|
100346
|
-
function
|
|
100353
|
+
function bl(e3, t3) {
|
|
100347
100354
|
return { type: "Declaration", important: Boolean(e3.getPropertyPriority(t3)), property: t3, value: { type: "Raw", value: e3.getPropertyValue(t3) } };
|
|
100348
100355
|
}
|
|
100349
|
-
|
|
100350
|
-
|
|
100351
|
-
hl.get(e4) || hl.set(e4, /* @__PURE__ */ new Set()), hl.get(e4).add(t3);
|
|
100352
|
-
});
|
|
100353
|
-
});
|
|
100354
|
-
const bl = { CSSPropertyRule: { atrule: "property", prelude: "name" }, 2: { atrule: "charset", prelude: "charset" }, CSSImportRule: { atrule: "import", prelude: "import" }, CSSNamespaceRule: { atrule: "namespace", prelude: "namespace" }, CSSStyleRule: { prelude: "selector", block: "style-and-nested" }, CSSKeyframeRule: { prelude: "key", block: "style" }, CSSPageRule: { atrule: "page", prelude: "selector", block: "style" }, CSSFontFaceRule: { atrule: "font-face", block: "style" }, CSSMediaRule: { atrule: "media", prelude: "condition", block: "nested" }, CSSSupportsRule: { atrule: "supports", prelude: "condition", block: "nested" }, 13: { atrule: "document", prelude: "condition", block: "nested" }, CSSKeyframesRule: { atrule: "keyframes", prelude: "name", block: "nested" }, CSSContainerRule: { atrule: "container", prelude: "condition", block: "nested" }, CSSLayerStatementRule: { atrule: "layer", prelude: "nameList" }, CSSLayerBlockRule: { atrule: "layer", prelude: "name", block: "nested" } };
|
|
100355
|
-
function yl(e3, t3, n3) {
|
|
100356
|
+
const yl = { CSSPropertyRule: { atrule: "property", prelude: "name" }, 2: { atrule: "charset", prelude: "charset" }, CSSImportRule: { atrule: "import", prelude: "import" }, CSSNamespaceRule: { atrule: "namespace", prelude: "namespace" }, CSSStyleRule: { prelude: "selector", block: "style-and-nested" }, CSSKeyframeRule: { prelude: "key", block: "style" }, CSSPageRule: { atrule: "page", prelude: "selector", block: "style" }, CSSFontFaceRule: { atrule: "font-face", block: "style" }, CSSMediaRule: { atrule: "media", prelude: "condition", block: "nested" }, CSSSupportsRule: { atrule: "supports", prelude: "condition", block: "nested" }, 13: { atrule: "document", prelude: "condition", block: "nested" }, CSSKeyframesRule: { atrule: "keyframes", prelude: "name", block: "nested" }, CSSContainerRule: { atrule: "container", prelude: "condition", block: "nested" }, CSSLayerStatementRule: { atrule: "layer", prelude: "nameList" }, CSSLayerBlockRule: { atrule: "layer", prelude: "name", block: "nested" } };
|
|
100357
|
+
function kl(e3, t3, n3) {
|
|
100356
100358
|
return Array.from(e3, (e4) => {
|
|
100357
100359
|
var r3, o3, i3;
|
|
100358
|
-
const a3 = null !== (r3 =
|
|
100360
|
+
const a3 = null !== (r3 = yl[e4.type]) && void 0 !== r3 ? r3 : yl[e4.constructor.name];
|
|
100359
100361
|
if (!a3)
|
|
100360
100362
|
return t3.error(`createAstFromCssom | Unknown CSS object model rule ${e4.constructor.name} ${null === (o3 = e4.cssText) || void 0 === o3 ? void 0 : o3.substring(0, 150)}`), { type: "Raw", value: e4.cssText || "" };
|
|
100361
100363
|
const s3 = {};
|
|
@@ -100372,20 +100374,20 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100372
100374
|
} else
|
|
100373
100375
|
s3.prelude = null;
|
|
100374
100376
|
if ("style-and-nested" === a3.block) {
|
|
100375
|
-
const r4 = e4.selectorText, o4 =
|
|
100377
|
+
const r4 = e4.selectorText, o4 = gl(e4.style, n3, r4), i4 = e4.cssRules, a4 = (null == i4 ? void 0 : i4.length) ? kl(i4, t3, n3) : [];
|
|
100376
100378
|
s3.block = { type: "Block", children: o4.concat(a4) };
|
|
100377
100379
|
} else if ("nested" === a3.block || (null === (i3 = e4.cssRules) || void 0 === i3 ? void 0 : i3.length) > 0)
|
|
100378
|
-
s3.block = { type: "Block", children:
|
|
100380
|
+
s3.block = { type: "Block", children: kl(e4.cssRules, t3, n3) };
|
|
100379
100381
|
else if ("style" === a3.block) {
|
|
100380
100382
|
const t4 = "selector" === a3.prelude ? e4.selectorText : void 0;
|
|
100381
|
-
s3.block = { type: "Block", children:
|
|
100383
|
+
s3.block = { type: "Block", children: gl(e4.style, n3, t4) };
|
|
100382
100384
|
} else
|
|
100383
100385
|
s3.block = null;
|
|
100384
100386
|
return s3;
|
|
100385
100387
|
});
|
|
100386
100388
|
}
|
|
100387
|
-
const
|
|
100388
|
-
function
|
|
100389
|
+
const wl = /* @__PURE__ */ new Set(["before", "after", "first-line", "first-letter"]), vl = { "word-wrap": "overflow-wrap", clip: "clip-path" };
|
|
100390
|
+
function xl(e3, t3) {
|
|
100389
100391
|
let n3 = 0;
|
|
100390
100392
|
const r3 = [];
|
|
100391
100393
|
return e3.forEach((e4) => {
|
|
@@ -100398,12 +100400,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100398
100400
|
return r4;
|
|
100399
100401
|
return -1;
|
|
100400
100402
|
}(e5, t4, (e6) => {
|
|
100401
|
-
return e6.type === n4.type && e6.name === n4.name && (t5 = e6.prelude, r4 = n4.prelude, !t5 && !r4 || t5.type === r4.type &&
|
|
100403
|
+
return e6.type === n4.type && e6.name === n4.name && (t5 = e6.prelude, r4 = n4.prelude, !t5 && !r4 || t5.type === r4.type && Sl(t5.children, r4.children)) && (!Cl(n4) || function(e7, t6) {
|
|
100402
100404
|
const n5 = t6.reduce((t7, n6) => {
|
|
100403
100405
|
const r6 = "Declaration" === n6.type && (function(e8) {
|
|
100404
100406
|
return /^(-\w+-)/.test(e8);
|
|
100405
100407
|
}(n6.property) || e7.some((e8) => function(e9, t8) {
|
|
100406
|
-
const n7 =
|
|
100408
|
+
const n7 = vl[e9] || e9, r7 = vl[t8] || t8;
|
|
100407
100409
|
return n7 === r7 || pl(r7, n7) || pl(n7, r7);
|
|
100408
100410
|
}(e8.property, n6.property)));
|
|
100409
100411
|
return t7 + (r6 ? 1 : 0);
|
|
@@ -100413,20 +100415,20 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100413
100415
|
var t5, r4;
|
|
100414
100416
|
});
|
|
100415
100417
|
}(t3, n3, e4);
|
|
100416
|
-
if (i3 > n3 &&
|
|
100418
|
+
if (i3 > n3 && zl(t3, n3, i3, (e5) => r3.push(e5)), i3 >= 0) {
|
|
100417
100419
|
if (n3 = i3 + 1, function(e5) {
|
|
100418
100420
|
return "Atrule" === e5.type && /^(-\w+-)?(media|supports|document|keyframes|layer)$/.test(e5.name);
|
|
100419
100421
|
}(e4))
|
|
100420
|
-
o3.block = { type: "Block", children:
|
|
100421
|
-
else if (
|
|
100422
|
+
o3.block = { type: "Block", children: xl(e4.block.children, t3[i3].block.children) };
|
|
100423
|
+
else if (Cl(e4)) {
|
|
100422
100424
|
const n4 = e4.block.children, r4 = t3[i3].block.children, a3 = n4.some((e5) => "Rule" === e5.type || "Atrule" === e5.type), s3 = r4.some((e5) => "Rule" === e5.type || "Atrule" === e5.type);
|
|
100423
|
-
o3.block = a3 || s3 ? { type: "Block", children:
|
|
100425
|
+
o3.block = a3 || s3 ? { type: "Block", children: xl(n4, r4) } : { type: "Block", children: _l(n4, r4) };
|
|
100424
100426
|
}
|
|
100425
100427
|
}
|
|
100426
100428
|
r3.push(o3);
|
|
100427
|
-
}, []), n3 < t3.length &&
|
|
100429
|
+
}, []), n3 < t3.length && zl(t3, n3, t3.length, (e4) => r3.push(e4)), r3;
|
|
100428
100430
|
}
|
|
100429
|
-
function
|
|
100431
|
+
function _l(e3, t3) {
|
|
100430
100432
|
let n3 = [];
|
|
100431
100433
|
return e3.forEach((e4) => {
|
|
100432
100434
|
"Declaration" === e4.type && n3.push(e4);
|
|
@@ -100452,25 +100454,25 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100452
100454
|
var o3;
|
|
100453
100455
|
}), n3;
|
|
100454
100456
|
}
|
|
100455
|
-
function
|
|
100457
|
+
function Sl(e3, t3) {
|
|
100456
100458
|
return !Array.isArray(e3) && !Array.isArray(t3) || Array.isArray(e3) && Array.isArray(t3) && e3.length === t3.length && e3.every((e4, n3) => {
|
|
100457
100459
|
const r3 = t3[n3];
|
|
100458
|
-
return e4.type === r3.type && ((a3 = e4.name) === (s3 = r3.name) || a3 && s3 && a3.name && a3.name === s3.name) && ((o3 = e4.value) === (i3 = r3.value) || o3.type === i3.type && o3.value === i3.value) &&
|
|
100460
|
+
return e4.type === r3.type && ((a3 = e4.name) === (s3 = r3.name) || a3 && s3 && a3.name && a3.name === s3.name) && ((o3 = e4.value) === (i3 = r3.value) || o3.type === i3.type && o3.value === i3.value) && Sl(e4.children, r3.children);
|
|
100459
100461
|
var o3, i3, a3, s3;
|
|
100460
100462
|
});
|
|
100461
100463
|
}
|
|
100462
|
-
function
|
|
100464
|
+
function Cl(e3) {
|
|
100463
100465
|
return "Rule" === e3.type || /^(-\w+-)?(page|font-face)$/.test(e3.name);
|
|
100464
100466
|
}
|
|
100465
|
-
function
|
|
100467
|
+
function zl(e3, t3, n3, r3) {
|
|
100466
100468
|
for (let o3 = t3; o3 < n3; ++o3)
|
|
100467
100469
|
r3(e3[o3], o3, e3);
|
|
100468
100470
|
}
|
|
100469
|
-
function
|
|
100471
|
+
function Al(e3) {
|
|
100470
100472
|
const t3 = Array.from(e3.attributes).map((t4) => "id" === t4.name ? `#${t4.value}` : "class" === t4.name ? Array.from(e3.classList).map((e4) => `.${e4}`).join("") : `[${t4.name}="${t4.value}"]`).join("");
|
|
100471
100473
|
return `${e3.nodeName}${t3}`;
|
|
100472
100474
|
}
|
|
100473
|
-
function
|
|
100475
|
+
function Tl(e3) {
|
|
100474
100476
|
for (const t3 of Array.from(e3)) {
|
|
100475
100477
|
if ("CSSStyleRule" === t3.constructor.name && t3.style) {
|
|
100476
100478
|
const e4 = t3.style;
|
|
@@ -100478,13 +100480,13 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100478
100480
|
if (!e4.getPropertyValue(t4))
|
|
100479
100481
|
return true;
|
|
100480
100482
|
}
|
|
100481
|
-
if (t3.cssRules &&
|
|
100483
|
+
if (t3.cssRules && Tl(t3.cssRules))
|
|
100482
100484
|
return true;
|
|
100483
100485
|
}
|
|
100484
100486
|
return false;
|
|
100485
100487
|
}
|
|
100486
|
-
function
|
|
100487
|
-
t3.log("[processInlineCss] processing inline css for",
|
|
100488
|
+
function Ol(e3, t3) {
|
|
100489
|
+
t3.log("[processInlineCss] processing inline css for", Al(e3));
|
|
100488
100490
|
try {
|
|
100489
100491
|
const n3 = e3.getRootNode(), r3 = e3.ownerDocument, o3 = n3 !== r3 && 11 === n3.nodeType, i3 = function(e4) {
|
|
100490
100492
|
const t4 = Ys(e4, { context: "stylesheet", parseAtrulePrelude: true, parseRulePrelude: true, parseValue: false, parseCustomProperty: false });
|
|
@@ -100496,7 +100498,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100496
100498
|
"String" === r4.type && (t5[n4] = { type: "Url", value: r4.value }, e5.children.fromArray(t5));
|
|
100497
100499
|
}
|
|
100498
100500
|
} }), el(t4, { visit: "PseudoClassSelector", enter(e5) {
|
|
100499
|
-
|
|
100501
|
+
wl.has(e5.name) && (e5.type = "PseudoElementSelector");
|
|
100500
100502
|
} }), el(t4, { visit: "Selector", enter(e5) {
|
|
100501
100503
|
const t5 = e5.children.toArray();
|
|
100502
100504
|
if (t5.length > 1) {
|
|
@@ -100511,9 +100513,9 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100511
100513
|
} }), ol(t4);
|
|
100512
100514
|
}(e3.textContent);
|
|
100513
100515
|
t3.log("[processInlineCss] created AST for textContent");
|
|
100514
|
-
const a3 = !e3.textContent || "" === e3.textContent.trim(), s3 = (o3 || a3) &&
|
|
100516
|
+
const a3 = !e3.textContent || "" === e3.textContent.trim(), s3 = (o3 || a3) && Tl(e3.sheet.cssRules), l2 = kl(e3.sheet.cssRules, t3, o3 ? n3 : r3);
|
|
100515
100517
|
t3.log("[processInlineCss] created AST for CSSOM");
|
|
100516
|
-
const c2 = s3 ? l2 :
|
|
100518
|
+
const c2 = s3 ? l2 : xl(i3.children, l2);
|
|
100517
100519
|
t3.log("[processInlineCss] merged AST");
|
|
100518
100520
|
const u2 = Xs(il({ type: "StyleSheet", children: c2 }));
|
|
100519
100521
|
return t3.log("[processInlineCss] generated cssText of length", u2.length), u2;
|
|
@@ -100521,43 +100523,43 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100521
100523
|
return t3.log("[processInlineCss] error while processing inline css:", n3.message, n3), t3.log("[processInlineCss] try to set fallback"), "string" == typeof e3.textContent && e3.textContent.length > 0 ? (t3.log("[processInlineCss] set style from `styleNode.textContent`"), e3.textContent) : e3.sheet && e3.sheet.cssRules ? (t3.log("[processInlineCss] set style from reduce `sheet.cssRules`"), Array.from(e3.sheet.cssRules).reduce((e4, { cssText: t4 }) => e4 + t4, "")) : (t3.log("[processInlineCss] could not set fallback to inline css"), "");
|
|
100522
100524
|
}
|
|
100523
100525
|
}
|
|
100524
|
-
function
|
|
100526
|
+
function Ll(e3, t3) {
|
|
100525
100527
|
let n3 = e3[0], r3 = e3[1], o3 = e3[2], i3 = e3[3];
|
|
100526
|
-
n3 =
|
|
100527
|
-
}
|
|
100528
|
-
function Ll(e3, t3, n3, r3, o3, i3) {
|
|
100529
|
-
return t3 = Pl(Pl(t3, e3), Pl(r3, i3)), Pl(t3 << o3 | t3 >>> 32 - o3, n3);
|
|
100528
|
+
n3 = Rl(n3, r3, o3, i3, t3[0], 7, -680876936), i3 = Rl(i3, n3, r3, o3, t3[1], 12, -389564586), o3 = Rl(o3, i3, n3, r3, t3[2], 17, 606105819), r3 = Rl(r3, o3, i3, n3, t3[3], 22, -1044525330), n3 = Rl(n3, r3, o3, i3, t3[4], 7, -176418897), i3 = Rl(i3, n3, r3, o3, t3[5], 12, 1200080426), o3 = Rl(o3, i3, n3, r3, t3[6], 17, -1473231341), r3 = Rl(r3, o3, i3, n3, t3[7], 22, -45705983), n3 = Rl(n3, r3, o3, i3, t3[8], 7, 1770035416), i3 = Rl(i3, n3, r3, o3, t3[9], 12, -1958414417), o3 = Rl(o3, i3, n3, r3, t3[10], 17, -42063), r3 = Rl(r3, o3, i3, n3, t3[11], 22, -1990404162), n3 = Rl(n3, r3, o3, i3, t3[12], 7, 1804603682), i3 = Rl(i3, n3, r3, o3, t3[13], 12, -40341101), o3 = Rl(o3, i3, n3, r3, t3[14], 17, -1502002290), r3 = Rl(r3, o3, i3, n3, t3[15], 22, 1236535329), n3 = Nl(n3, r3, o3, i3, t3[1], 5, -165796510), i3 = Nl(i3, n3, r3, o3, t3[6], 9, -1069501632), o3 = Nl(o3, i3, n3, r3, t3[11], 14, 643717713), r3 = Nl(r3, o3, i3, n3, t3[0], 20, -373897302), n3 = Nl(n3, r3, o3, i3, t3[5], 5, -701558691), i3 = Nl(i3, n3, r3, o3, t3[10], 9, 38016083), o3 = Nl(o3, i3, n3, r3, t3[15], 14, -660478335), r3 = Nl(r3, o3, i3, n3, t3[4], 20, -405537848), n3 = Nl(n3, r3, o3, i3, t3[9], 5, 568446438), i3 = Nl(i3, n3, r3, o3, t3[14], 9, -1019803690), o3 = Nl(o3, i3, n3, r3, t3[3], 14, -187363961), r3 = Nl(r3, o3, i3, n3, t3[8], 20, 1163531501), n3 = Nl(n3, r3, o3, i3, t3[13], 5, -1444681467), i3 = Nl(i3, n3, r3, o3, t3[2], 9, -51403784), o3 = Nl(o3, i3, n3, r3, t3[7], 14, 1735328473), r3 = Nl(r3, o3, i3, n3, t3[12], 20, -1926607734), n3 = Il(n3, r3, o3, i3, t3[5], 4, -378558), i3 = Il(i3, n3, r3, o3, t3[8], 11, -2022574463), o3 = Il(o3, i3, n3, r3, t3[11], 16, 1839030562), r3 = Il(r3, o3, i3, n3, t3[14], 23, -35309556), n3 = Il(n3, r3, o3, i3, t3[1], 4, -1530992060), i3 = Il(i3, n3, r3, o3, t3[4], 11, 1272893353), o3 = Il(o3, i3, n3, r3, t3[7], 16, -155497632), r3 = Il(r3, o3, i3, n3, t3[10], 23, -1094730640), n3 = Il(n3, r3, o3, i3, t3[13], 4, 681279174), i3 = Il(i3, n3, r3, o3, t3[0], 11, -358537222), o3 = Il(o3, i3, n3, r3, t3[3], 16, -722521979), r3 = Il(r3, o3, i3, n3, t3[6], 23, 76029189), n3 = Il(n3, r3, o3, i3, t3[9], 4, -640364487), i3 = Il(i3, n3, r3, o3, t3[12], 11, -421815835), o3 = Il(o3, i3, n3, r3, t3[15], 16, 530742520), r3 = Il(r3, o3, i3, n3, t3[2], 23, -995338651), n3 = jl(n3, r3, o3, i3, t3[0], 6, -198630844), i3 = jl(i3, n3, r3, o3, t3[7], 10, 1126891415), o3 = jl(o3, i3, n3, r3, t3[14], 15, -1416354905), r3 = jl(r3, o3, i3, n3, t3[5], 21, -57434055), n3 = jl(n3, r3, o3, i3, t3[12], 6, 1700485571), i3 = jl(i3, n3, r3, o3, t3[3], 10, -1894986606), o3 = jl(o3, i3, n3, r3, t3[10], 15, -1051523), r3 = jl(r3, o3, i3, n3, t3[1], 21, -2054922799), n3 = jl(n3, r3, o3, i3, t3[8], 6, 1873313359), i3 = jl(i3, n3, r3, o3, t3[15], 10, -30611744), o3 = jl(o3, i3, n3, r3, t3[6], 15, -1560198380), r3 = jl(r3, o3, i3, n3, t3[13], 21, 1309151649), n3 = jl(n3, r3, o3, i3, t3[4], 6, -145523070), i3 = jl(i3, n3, r3, o3, t3[11], 10, -1120210379), o3 = jl(o3, i3, n3, r3, t3[2], 15, 718787259), r3 = jl(r3, o3, i3, n3, t3[9], 21, -343485551), e3[0] = Fl(n3, e3[0]), e3[1] = Fl(r3, e3[1]), e3[2] = Fl(o3, e3[2]), e3[3] = Fl(i3, e3[3]);
|
|
100530
100529
|
}
|
|
100531
|
-
function El(e3, t3, n3, r3, o3, i3
|
|
100532
|
-
return
|
|
100530
|
+
function El(e3, t3, n3, r3, o3, i3) {
|
|
100531
|
+
return t3 = Fl(Fl(t3, e3), Fl(r3, i3)), Fl(t3 << o3 | t3 >>> 32 - o3, n3);
|
|
100533
100532
|
}
|
|
100534
100533
|
function Rl(e3, t3, n3, r3, o3, i3, a3) {
|
|
100535
|
-
return
|
|
100534
|
+
return El(t3 & n3 | ~t3 & r3, e3, t3, o3, i3, a3);
|
|
100536
100535
|
}
|
|
100537
100536
|
function Nl(e3, t3, n3, r3, o3, i3, a3) {
|
|
100538
|
-
return
|
|
100537
|
+
return El(t3 & r3 | n3 & ~r3, e3, t3, o3, i3, a3);
|
|
100539
100538
|
}
|
|
100540
100539
|
function Il(e3, t3, n3, r3, o3, i3, a3) {
|
|
100541
|
-
return
|
|
100540
|
+
return El(t3 ^ n3 ^ r3, e3, t3, o3, i3, a3);
|
|
100542
100541
|
}
|
|
100543
|
-
function jl(e3) {
|
|
100542
|
+
function jl(e3, t3, n3, r3, o3, i3, a3) {
|
|
100543
|
+
return El(n3 ^ (t3 | ~r3), e3, t3, o3, i3, a3);
|
|
100544
|
+
}
|
|
100545
|
+
function Dl(e3) {
|
|
100544
100546
|
const t3 = [];
|
|
100545
100547
|
let n3;
|
|
100546
100548
|
for (n3 = 0; n3 < 64; n3 += 4)
|
|
100547
100549
|
t3[n3 >> 2] = e3.charCodeAt(n3) + (e3.charCodeAt(n3 + 1) << 8) + (e3.charCodeAt(n3 + 2) << 16) + (e3.charCodeAt(n3 + 3) << 24);
|
|
100548
100550
|
return t3;
|
|
100549
100551
|
}
|
|
100550
|
-
const
|
|
100552
|
+
const Pl = "0123456789abcdef".split("");
|
|
100551
100553
|
function Bl(e3) {
|
|
100552
100554
|
let t3 = "", n3 = 0;
|
|
100553
100555
|
for (; n3 < 4; n3++)
|
|
100554
|
-
t3 +=
|
|
100556
|
+
t3 += Pl[e3 >> 8 * n3 + 4 & 15] + Pl[e3 >> 8 * n3 & 15];
|
|
100555
100557
|
return t3;
|
|
100556
100558
|
}
|
|
100557
|
-
function
|
|
100559
|
+
function Fl(e3, t3) {
|
|
100558
100560
|
return e3 + t3 & 4294967295;
|
|
100559
100561
|
}
|
|
100560
|
-
function
|
|
100562
|
+
function Ul(e3, { removeReverseProxyURLPrefixes: t3 } = {}) {
|
|
100561
100563
|
const n3 = [];
|
|
100562
100564
|
return [/url\((?!['"]?:)'([^']*)'\)/g, /url\((?!['"]?:)"([^"]*)"\)/g, /url\((?!['"]?:)([^()'"]*)\)/g].forEach((t4) => {
|
|
100563
100565
|
let r3;
|
|
@@ -100568,29 +100570,29 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100568
100570
|
return t4 && t4.length ? t4[0].substring(1) : e4;
|
|
100569
100571
|
}) : n3;
|
|
100570
100572
|
}
|
|
100571
|
-
function
|
|
100573
|
+
function Ml(e3) {
|
|
100572
100574
|
let t3 = [];
|
|
100573
100575
|
for (let n3 = 0, r3 = e3.length; n3 < r3; n3++) {
|
|
100574
100576
|
const r4 = e3[n3];
|
|
100575
100577
|
let o3 = e3.getPropertyValue(r4);
|
|
100576
100578
|
(/^\s*var\s*\(/.test(o3) || /^--/.test(r4)) && (o3 = o3.replace(/(\\[0-9a-fA-F]{1,6}\s?)/g, (e4) => String.fromCodePoint(parseInt(e4.substr(1).trim(), 16))).replace(/\\([^0-9a-fA-F])/g, "$1"));
|
|
100577
|
-
const i3 =
|
|
100579
|
+
const i3 = Ul(o3);
|
|
100578
100580
|
t3 = t3.concat(i3);
|
|
100579
100581
|
}
|
|
100580
100582
|
return t3;
|
|
100581
100583
|
}
|
|
100582
|
-
const
|
|
100583
|
-
function
|
|
100584
|
+
const ql = /(\S+)(?:\s+[\d.]+[wx])?(?:,|$)/g;
|
|
100585
|
+
function Wl(e3) {
|
|
100584
100586
|
const { ownerDocument: t3 } = e3;
|
|
100585
100587
|
if (!t3)
|
|
100586
100588
|
return true;
|
|
100587
100589
|
const { display: n3 } = t3.defaultView.getComputedStyle(e3), { width: r3, height: o3 } = e3.getBoundingClientRect();
|
|
100588
100590
|
return "none" === n3 || 0 === r3 || 0 === o3;
|
|
100589
100591
|
}
|
|
100590
|
-
function
|
|
100592
|
+
function $l(e3) {
|
|
100591
100593
|
try {
|
|
100592
100594
|
return ol(Ys(e3.toLowerCase(), { context: "mediaQueryList" })).children.some((e4) => {
|
|
100593
|
-
const t3 =
|
|
100595
|
+
const t3 = Vl(e4);
|
|
100594
100596
|
return e4.mediaType && t3.unshift(e4), t3.every((e5) => {
|
|
100595
100597
|
var t4, n3;
|
|
100596
100598
|
return !(e5.modifier && !["not", "only"].includes(e5.modifier)) && ("Feature" === e5.type || ("Identifier" !== e5.type && "MediaQuery" !== e5.type || !["all", "screen"].includes(null !== (n3 = null !== (t4 = e5.name) && void 0 !== t4 ? t4 : e5.mediaType) && void 0 !== n3 ? n3 : "") ? e5.modifier && "not" === e5.modifier : !e5.modifier || "not" !== e5.modifier));
|
|
@@ -100600,19 +100602,19 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100600
100602
|
return false;
|
|
100601
100603
|
}
|
|
100602
100604
|
}
|
|
100603
|
-
function
|
|
100605
|
+
function Vl(e3) {
|
|
100604
100606
|
var t3, n3;
|
|
100605
100607
|
const r3 = [];
|
|
100606
100608
|
if (e3.condition)
|
|
100607
|
-
r3.push(
|
|
100609
|
+
r3.push(...Vl(e3.condition));
|
|
100608
100610
|
else {
|
|
100609
|
-
const o3 = null !== (n3 = null === (t3 = e3.children) || void 0 === t3 ? void 0 : t3.reduce((e4, t4) => ("Condition" === t4.type ? e4.push(
|
|
100611
|
+
const o3 = null !== (n3 = null === (t3 = e3.children) || void 0 === t3 ? void 0 : t3.reduce((e4, t4) => ("Condition" === t4.type ? e4.push(...Vl(t4)) : "Identifier" === t4.type && "and" === t4.name || e4.push(t4), e4), [])) && void 0 !== n3 ? n3 : [];
|
|
100610
100612
|
r3.push(...o3);
|
|
100611
100613
|
}
|
|
100612
100614
|
return r3;
|
|
100613
100615
|
}
|
|
100614
|
-
const
|
|
100615
|
-
function
|
|
100616
|
+
const Zl = Symbol("raw");
|
|
100617
|
+
function Kl(e3) {
|
|
100616
100618
|
const t3 = function(e4) {
|
|
100617
100619
|
if ("undefined" == typeof window)
|
|
100618
100620
|
return null;
|
|
@@ -100620,7 +100622,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100620
100622
|
return window[t4];
|
|
100621
100623
|
}(e3);
|
|
100622
100624
|
return t3 ? (n3 = e3, r3 = t3.prototype, new Proxy(Object.create(n3), { get(e4, t4, o3) {
|
|
100623
|
-
if (t4 ===
|
|
100625
|
+
if (t4 === Zl)
|
|
100624
100626
|
return n3;
|
|
100625
100627
|
const i3 = Reflect.get(r3, t4, n3);
|
|
100626
100628
|
return "function" == typeof i3 ? function() {
|
|
@@ -100629,15 +100631,15 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100629
100631
|
} })) : e3;
|
|
100630
100632
|
var n3, r3;
|
|
100631
100633
|
}
|
|
100632
|
-
|
|
100633
|
-
return e3[
|
|
100634
|
+
Kl.unwrap = function(e3) {
|
|
100635
|
+
return e3[Zl] || e3;
|
|
100634
100636
|
};
|
|
100635
|
-
const
|
|
100636
|
-
function
|
|
100637
|
+
const Hl = /* @__PURE__ */ new Set(["date", "datetime-local", "email", "month", "number", "password", "search", "tel", "text", "time", "url", "week", "range"]), Gl = /^on[a-z]+$/;
|
|
100638
|
+
function Yl(e3, t3, n3) {
|
|
100637
100639
|
const r3 = [{ nodeType: Node.DOCUMENT_NODE }], o3 = [e3], i3 = [], a3 = [], s3 = [], l2 = [];
|
|
100638
100640
|
let c2 = [];
|
|
100639
100641
|
const u2 = [], h2 = [];
|
|
100640
|
-
return r3[0].childNodeIndexes = p2(r3, e3.childNodes), e3.adoptedStyleSheets && e3.adoptedStyleSheets.length > 0 && (r3[0].exp_adoptedStyleSheets =
|
|
100642
|
+
return r3[0].childNodeIndexes = p2(r3, e3.childNodes), e3.adoptedStyleSheets && e3.adoptedStyleSheets.length > 0 && (r3[0].exp_adoptedStyleSheets = Jl(e3, n3)), { cdt: r3, docRoots: o3, canvasElements: i3, frames: s3, inlineFrames: a3, crossFrames: l2, linkUrls: c2, imageBlobs: u2, videoBlobs: h2 };
|
|
100641
100643
|
function p2(e4, t4, n4) {
|
|
100642
100644
|
if (!t4 || 0 === t4.length)
|
|
100643
100645
|
return null;
|
|
@@ -100649,29 +100651,29 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100649
100651
|
}
|
|
100650
100652
|
function m2(e4, r4, f2) {
|
|
100651
100653
|
var g2;
|
|
100652
|
-
const b2 =
|
|
100654
|
+
const b2 = Kl(r4);
|
|
100653
100655
|
let k2;
|
|
100654
100656
|
if ([Node.ELEMENT_NODE, Node.DOCUMENT_FRAGMENT_NODE].includes(b2.nodeType)) {
|
|
100655
100657
|
if (b2.hasAttribute && b2.hasAttribute("data-applitools-skip"))
|
|
100656
100658
|
return null;
|
|
100657
|
-
if (["LINK", "STYLE", "SOURCE"].includes(b2.nodeName) && (null === (g2 = b2.media) || void 0 === g2 ? void 0 : g2.trim()) &&
|
|
100659
|
+
if (["LINK", "STYLE", "SOURCE"].includes(b2.nodeName) && (null === (g2 = b2.media) || void 0 === g2 ? void 0 : g2.trim()) && !$l(b2.media))
|
|
100658
100660
|
return null;
|
|
100659
100661
|
if ("SCRIPT" === b2.nodeName)
|
|
100660
100662
|
k2 = function(e5) {
|
|
100661
|
-
return { nodeType: Node.ELEMENT_NODE, nodeName: "SCRIPT", attributes:
|
|
100663
|
+
return { nodeType: Node.ELEMENT_NODE, nodeName: "SCRIPT", attributes: Xl(e5).map((t4) => {
|
|
100662
100664
|
const n4 = e5.attributes[t4].name;
|
|
100663
|
-
return { name: n4, value:
|
|
100665
|
+
return { name: n4, value: Gl.test(n4) ? "" : e5.attributes[t4].value };
|
|
100664
100666
|
}).filter((e6) => "src" !== e6.name), childNodeIndexes: [] };
|
|
100665
100667
|
}(b2);
|
|
100666
100668
|
else {
|
|
100667
100669
|
const c3 = b2.shadowRoot && b2.shadowRoot.childNodes.length && "ShadowRoot" !== b2.shadowRoot.constructor.name;
|
|
100668
100670
|
if (k2 = function(e5) {
|
|
100669
100671
|
var t4, n4, r5;
|
|
100670
|
-
const o4 = { nodeType: e5.nodeType, nodeName: e5.nodeName, attributes:
|
|
100672
|
+
const o4 = { nodeType: e5.nodeType, nodeName: e5.nodeName, attributes: Xl(e5).map((t5) => {
|
|
100671
100673
|
let n5 = e5.attributes[t5].value;
|
|
100672
100674
|
const r6 = e5.attributes[t5].name;
|
|
100673
|
-
return n5.includes("blob:") ? n5 = n5.replace(/blob:/g, "") :
|
|
100674
|
-
const t6 = { type: "DeclarationList", children:
|
|
100675
|
+
return n5.includes("blob:") ? n5 = n5.replace(/blob:/g, "") : Gl.test(r6) ? n5 = "" : "IFRAME" === e5.nodeName && d(e5) && "src" === r6 && "about:blank" !== e5.contentDocument.location.href && e5.contentDocument.location.href !== y(n5, e5.ownerDocument.location.href) ? n5 = e5.contentDocument.location.href : "style" === r6 && (n5 = function(e6) {
|
|
100676
|
+
const t6 = { type: "DeclarationList", children: gl(e6) };
|
|
100675
100677
|
return Xs(t6);
|
|
100676
100678
|
}(e5.style)), { name: r6, value: n5 };
|
|
100677
100679
|
}) };
|
|
@@ -100682,44 +100684,44 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100682
100684
|
}
|
|
100683
100685
|
!e5.attributes.getNamedItem("checked") && e5.checked && o4.attributes.push({ name: "checked" }), e5.indeterminate && o4.attributes.push({ name: "data-applitools-js-properties", value: JSON.stringify({ indeterminate: true }) });
|
|
100684
100686
|
}
|
|
100685
|
-
if ("INPUT" === e5.tagName &&
|
|
100687
|
+
if ("INPUT" === e5.tagName && Hl.has(e5.type)) {
|
|
100686
100688
|
const i4 = null !== e5.attributes.getNamedItem("value"), a4 = null !== (n4 = null === (t4 = e5.attributes.getNamedItem("value")) || void 0 === t4 ? void 0 : t4.value) && void 0 !== n4 ? n4 : "", s4 = null !== (r5 = e5.value) && void 0 !== r5 ? r5 : "";
|
|
100687
|
-
i4 && a4 === s4 ||
|
|
100689
|
+
i4 && a4 === s4 || Ql(o4.attributes, "value", s4);
|
|
100688
100690
|
}
|
|
100689
|
-
return "OPTION" === e5.tagName && e5.parentElement && e5.parentElement.selectedOptions && Array.from(e5.parentElement.selectedOptions).indexOf(
|
|
100691
|
+
return "OPTION" === e5.tagName && e5.parentElement && e5.parentElement.selectedOptions && Array.from(e5.parentElement.selectedOptions).indexOf(Kl.unwrap(e5)) > -1 && Ql(o4.attributes, "selected", ""), "STYLE" === e5.tagName && e5.sheet && e5.sheet.disabled && o4.attributes.push({ name: "data-applitools-disabled", value: "" }), "LINK" === e5.tagName && "text/css" === e5.type && e5.sheet && e5.sheet.disabled && Ql(o4.attributes, "disabled", ""), o4;
|
|
100690
100692
|
}(b2), "STYLE" === b2.nodeName && b2.sheet && b2.sheet.cssRules.length ? (e4.push(function(e5, t4, n4) {
|
|
100691
100693
|
const r5 = (o4 = e5, function(e6) {
|
|
100692
100694
|
return t5 = function(e7) {
|
|
100693
100695
|
const t6 = e7.length, n5 = [1732584193, -271733879, -1732584194, 271733878];
|
|
100694
100696
|
let r6;
|
|
100695
100697
|
for (r6 = 64; r6 <= e7.length; r6 += 64)
|
|
100696
|
-
|
|
100698
|
+
Ll(n5, Dl(e7.substring(r6 - 64, r6)));
|
|
100697
100699
|
e7 = e7.substring(r6 - 64);
|
|
100698
100700
|
const o5 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
|
100699
100701
|
for (r6 = 0; r6 < e7.length; r6++)
|
|
100700
100702
|
o5[r6 >> 2] |= e7.charCodeAt(r6) << (r6 % 4 << 3);
|
|
100701
100703
|
if (o5[r6 >> 2] |= 128 << (r6 % 4 << 3), r6 > 55)
|
|
100702
|
-
for (
|
|
100704
|
+
for (Ll(n5, o5), r6 = 0; r6 < 16; r6++)
|
|
100703
100705
|
o5[r6] = 0;
|
|
100704
|
-
return o5[14] = 8 * t6,
|
|
100706
|
+
return o5[14] = 8 * t6, Ll(n5, o5), n5;
|
|
100705
100707
|
}(e6), t5.map(Bl).join("");
|
|
100706
100708
|
var t5;
|
|
100707
100709
|
}(Array.prototype.map.call(o4.sheet.cssRules, (e6) => e6.cssText).join("")));
|
|
100708
100710
|
var o4;
|
|
100709
|
-
return n4.__dsNodeCache && n4.__dsNodeCache.key === r5 ? t4.log("[domNodesToCdt] using cache for inline css of",
|
|
100711
|
+
return n4.__dsNodeCache && n4.__dsNodeCache.key === r5 ? t4.log("[domNodesToCdt] using cache for inline css of", Al(e5)) : n4.__dsNodeCache = { key: r5, value: Ol(e5, t4) }, { nodeType: Node.TEXT_NODE, nodeValue: n4.__dsNodeCache.value };
|
|
100710
100712
|
}(b2, n3, r4)), k2.childNodeIndexes = [e4.length - 1]) : "TEXTAREA" === b2.tagName && b2.value !== b2.textContent ? (e4.push(function(e5) {
|
|
100711
100713
|
return { nodeType: Node.TEXT_NODE, nodeValue: e5.value };
|
|
100712
100714
|
}(b2)), k2.childNodeIndexes = [e4.length - 1]) : k2.childNodeIndexes = !c3 && b2.childNodes.length ? p2(e4, b2.childNodes, f2) : [], f2 && "SLOT" === b2.tagName && "function" == typeof b2.assignedNodes) {
|
|
100713
100715
|
const t4 = b2.assignedNodes();
|
|
100714
100716
|
t4.length && (k2.childNodeIndexes = p2(e4, t4, f2) || []);
|
|
100715
100717
|
}
|
|
100716
|
-
if (b2.shadowRoot && (c3 ? k2.childNodeIndexes = k2.childNodeIndexes.concat(p2(e4, b2.shadowRoot.childNodes, true)) : (k2.shadowRootIndex = m2(e4, b2.shadowRoot), o3.push(b2.shadowRoot))), "CANVAS" === b2.nodeName && !
|
|
100718
|
+
if (b2.shadowRoot && (c3 ? k2.childNodeIndexes = k2.childNodeIndexes.concat(p2(e4, b2.shadowRoot.childNodes, true)) : (k2.shadowRootIndex = m2(e4, b2.shadowRoot), o3.push(b2.shadowRoot))), "CANVAS" === b2.nodeName && !Wl(r4)) {
|
|
100717
100719
|
const e5 = y(`applitools-canvas-${S()}.png`, t3);
|
|
100718
100720
|
k2.attributes.push({ name: "data-applitools-src", value: e5 }), i3.push({ element: b2, cdtNode: k2, url: e5 });
|
|
100719
100721
|
}
|
|
100720
100722
|
if ("IFRAME" === b2.nodeName) {
|
|
100721
100723
|
const n4 = S();
|
|
100722
|
-
if (b2.setAttribute("data-applitools-selector", n4.toString()),
|
|
100724
|
+
if (b2.setAttribute("data-applitools-selector", n4.toString()), Wl(r4))
|
|
100723
100725
|
k2.attributes.forEach((e5) => {
|
|
100724
100726
|
"src" !== e5.name && "srcdoc" !== e5.name || (k2.attributes.push({ name: `data-applitools-original-${e5.name}`, value: e5.value }), e5.value = "");
|
|
100725
100727
|
});
|
|
@@ -100736,7 +100738,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100736
100738
|
l2.push({ selector: t4, index: e4.length });
|
|
100737
100739
|
}
|
|
100738
100740
|
}
|
|
100739
|
-
b2.adoptedStyleSheets && b2.adoptedStyleSheets.length > 0 && (k2.exp_adoptedStyleSheets =
|
|
100741
|
+
b2.adoptedStyleSheets && b2.adoptedStyleSheets.length > 0 && (k2.exp_adoptedStyleSheets = Jl(b2, n3));
|
|
100740
100742
|
}
|
|
100741
100743
|
if (b2.nodeType === Node.ELEMENT_NODE) {
|
|
100742
100744
|
const n4 = function(e5) {
|
|
@@ -100750,7 +100752,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100750
100752
|
for (; (a4 = o4.exec(t6)) && (r6.push(n6(a4)), i4); )
|
|
100751
100753
|
;
|
|
100752
100754
|
return r6;
|
|
100753
|
-
}(
|
|
100755
|
+
}(ql, t5, (e6) => e6[1]));
|
|
100754
100756
|
}
|
|
100755
100757
|
if (t4('img[src],source[src],input[type="image"][src],audio[src],video[src]')) {
|
|
100756
100758
|
const t5 = e5.getAttribute("src");
|
|
@@ -100781,7 +100783,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100781
100783
|
}
|
|
100782
100784
|
const r5 = function(e6) {
|
|
100783
100785
|
if (e6.hasAttribute("style"))
|
|
100784
|
-
return
|
|
100786
|
+
return Ml(e6.style);
|
|
100785
100787
|
}(e5);
|
|
100786
100788
|
return r5 && (n5 = n5.concat(r5)), n5;
|
|
100787
100789
|
}(b2);
|
|
@@ -100810,27 +100812,27 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100810
100812
|
return k2 ? (e4.push(k2), e4.length - 1) : null;
|
|
100811
100813
|
}
|
|
100812
100814
|
}
|
|
100813
|
-
function
|
|
100815
|
+
function Xl(e3) {
|
|
100814
100816
|
return Object.keys(e3.attributes || {}).filter((t3) => e3.attributes[t3] && e3.attributes[t3].name);
|
|
100815
100817
|
}
|
|
100816
|
-
function
|
|
100818
|
+
function Ql(e3, t3, n3) {
|
|
100817
100819
|
const r3 = e3.find((e4) => e4.name === t3);
|
|
100818
100820
|
r3 ? r3.value = n3 : e3.push({ name: t3, value: n3 });
|
|
100819
100821
|
}
|
|
100820
|
-
function
|
|
100822
|
+
function Jl(e3, t3) {
|
|
100821
100823
|
return Array.from(e3.adoptedStyleSheets).map((n3) => function(e4, t4, n4) {
|
|
100822
|
-
const r3 =
|
|
100824
|
+
const r3 = kl(e4.cssRules, t4, n4);
|
|
100823
100825
|
return Xs(il({ type: "StyleSheet", children: r3 }));
|
|
100824
100826
|
}(n3, t3, e3));
|
|
100825
100827
|
}
|
|
100826
|
-
function
|
|
100828
|
+
function ec(e3) {
|
|
100827
100829
|
const t3 = [];
|
|
100828
100830
|
return new Set(e3).forEach((e4) => e4 && t3.push(e4)), t3;
|
|
100829
100831
|
}
|
|
100830
|
-
function
|
|
100831
|
-
return e3.reduce(({ resourceUrls: e4, blobsObj: t3 }, { resourceUrls: n3, blobsObj: r3 }) => ({ resourceUrls:
|
|
100832
|
+
function tc(e3) {
|
|
100833
|
+
return e3.reduce(({ resourceUrls: e4, blobsObj: t3 }, { resourceUrls: n3, blobsObj: r3 }) => ({ resourceUrls: ec(e4.concat(n3)), blobsObj: Object.assign(t3, r3) }), { resourceUrls: [], blobsObj: {} });
|
|
100832
100834
|
}
|
|
100833
|
-
var
|
|
100835
|
+
var nc = { exports: {} };
|
|
100834
100836
|
!function(e3) {
|
|
100835
100837
|
function t3(e4) {
|
|
100836
100838
|
var t4 = new o3(), r4 = 0 | e4;
|
|
@@ -100911,10 +100913,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100911
100913
|
return this._shiftBlock[this._shiftIndex++] = null, n4;
|
|
100912
100914
|
}
|
|
100913
100915
|
};
|
|
100914
|
-
}(
|
|
100915
|
-
var
|
|
100916
|
+
}(nc);
|
|
100917
|
+
var rc = function(e3) {
|
|
100916
100918
|
return e3 && e3.__esModule && Object.prototype.hasOwnProperty.call(e3, "default") ? e3.default : e3;
|
|
100917
|
-
}(
|
|
100919
|
+
}(nc.exports), oc = {};
|
|
100918
100920
|
!function(e3) {
|
|
100919
100921
|
var t3 = "undefined" != typeof Uint8Array && "undefined" != typeof Uint16Array && "undefined" != typeof Int32Array;
|
|
100920
100922
|
function n3(e4, t4) {
|
|
@@ -100956,102 +100958,102 @@ var require_processPagePollCjs = __commonJS({
|
|
|
100956
100958
|
e3.setTyped = function(t4) {
|
|
100957
100959
|
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));
|
|
100958
100960
|
}, e3.setTyped(t3);
|
|
100959
|
-
}(
|
|
100960
|
-
var
|
|
100961
|
-
function
|
|
100961
|
+
}(oc);
|
|
100962
|
+
var ic = {}, ac = {}, sc = {}, lc = oc;
|
|
100963
|
+
function cc(e3) {
|
|
100962
100964
|
for (var t3 = e3.length; --t3 >= 0; )
|
|
100963
100965
|
e3[t3] = 0;
|
|
100964
100966
|
}
|
|
100965
|
-
var
|
|
100966
|
-
|
|
100967
|
-
var
|
|
100968
|
-
|
|
100969
|
-
var
|
|
100970
|
-
|
|
100971
|
-
var
|
|
100972
|
-
|
|
100973
|
-
var
|
|
100974
|
-
|
|
100975
|
-
var
|
|
100976
|
-
function
|
|
100967
|
+
var uc = 256, hc = 286, dc = 30, pc = 15, mc = 16, fc = [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], gc = [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], bc = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], yc = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], kc = new Array(576);
|
|
100968
|
+
cc(kc);
|
|
100969
|
+
var wc = new Array(60);
|
|
100970
|
+
cc(wc);
|
|
100971
|
+
var vc = new Array(512);
|
|
100972
|
+
cc(vc);
|
|
100973
|
+
var xc = new Array(256);
|
|
100974
|
+
cc(xc);
|
|
100975
|
+
var _c = new Array(29);
|
|
100976
|
+
cc(_c);
|
|
100977
|
+
var Sc, Cc, zc, Ac = new Array(dc);
|
|
100978
|
+
function Tc(e3, t3, n3, r3, o3) {
|
|
100977
100979
|
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;
|
|
100978
100980
|
}
|
|
100979
|
-
function
|
|
100981
|
+
function Oc(e3, t3) {
|
|
100980
100982
|
this.dyn_tree = e3, this.max_code = 0, this.stat_desc = t3;
|
|
100981
100983
|
}
|
|
100982
|
-
function
|
|
100983
|
-
return e3 < 256 ?
|
|
100984
|
+
function Lc(e3) {
|
|
100985
|
+
return e3 < 256 ? vc[e3] : vc[256 + (e3 >>> 7)];
|
|
100984
100986
|
}
|
|
100985
|
-
function
|
|
100987
|
+
function Ec(e3, t3) {
|
|
100986
100988
|
e3.pending_buf[e3.pending++] = 255 & t3, e3.pending_buf[e3.pending++] = t3 >>> 8 & 255;
|
|
100987
100989
|
}
|
|
100988
|
-
function Ec(e3, t3, n3) {
|
|
100989
|
-
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);
|
|
100990
|
-
}
|
|
100991
100990
|
function Rc(e3, t3, n3) {
|
|
100992
|
-
Ec(e3,
|
|
100991
|
+
e3.bi_valid > mc - n3 ? (e3.bi_buf |= t3 << e3.bi_valid & 65535, Ec(e3, e3.bi_buf), e3.bi_buf = t3 >> mc - e3.bi_valid, e3.bi_valid += n3 - mc) : (e3.bi_buf |= t3 << e3.bi_valid & 65535, e3.bi_valid += n3);
|
|
100992
|
+
}
|
|
100993
|
+
function Nc(e3, t3, n3) {
|
|
100994
|
+
Rc(e3, n3[2 * t3], n3[2 * t3 + 1]);
|
|
100993
100995
|
}
|
|
100994
|
-
function
|
|
100996
|
+
function Ic(e3, t3) {
|
|
100995
100997
|
var n3 = 0;
|
|
100996
100998
|
do {
|
|
100997
100999
|
n3 |= 1 & e3, e3 >>>= 1, n3 <<= 1;
|
|
100998
101000
|
} while (--t3 > 0);
|
|
100999
101001
|
return n3 >>> 1;
|
|
101000
101002
|
}
|
|
101001
|
-
function
|
|
101002
|
-
var r3, o3, i3 = new Array(
|
|
101003
|
-
for (r3 = 1; r3 <=
|
|
101003
|
+
function jc(e3, t3, n3) {
|
|
101004
|
+
var r3, o3, i3 = new Array(pc + 1), a3 = 0;
|
|
101005
|
+
for (r3 = 1; r3 <= pc; r3++)
|
|
101004
101006
|
i3[r3] = a3 = a3 + n3[r3 - 1] << 1;
|
|
101005
101007
|
for (o3 = 0; o3 <= t3; o3++) {
|
|
101006
101008
|
var s3 = e3[2 * o3 + 1];
|
|
101007
|
-
0 !== s3 && (e3[2 * o3] =
|
|
101009
|
+
0 !== s3 && (e3[2 * o3] = Ic(i3[s3]++, s3));
|
|
101008
101010
|
}
|
|
101009
101011
|
}
|
|
101010
|
-
function
|
|
101012
|
+
function Dc(e3) {
|
|
101011
101013
|
var t3;
|
|
101012
|
-
for (t3 = 0; t3 < uc; t3++)
|
|
101013
|
-
e3.dyn_ltree[2 * t3] = 0;
|
|
101014
101014
|
for (t3 = 0; t3 < hc; t3++)
|
|
101015
|
+
e3.dyn_ltree[2 * t3] = 0;
|
|
101016
|
+
for (t3 = 0; t3 < dc; t3++)
|
|
101015
101017
|
e3.dyn_dtree[2 * t3] = 0;
|
|
101016
101018
|
for (t3 = 0; t3 < 19; t3++)
|
|
101017
101019
|
e3.bl_tree[2 * t3] = 0;
|
|
101018
101020
|
e3.dyn_ltree[512] = 1, e3.opt_len = e3.static_len = 0, e3.last_lit = e3.matches = 0;
|
|
101019
101021
|
}
|
|
101020
|
-
function
|
|
101021
|
-
e3.bi_valid > 8 ?
|
|
101022
|
+
function Pc(e3) {
|
|
101023
|
+
e3.bi_valid > 8 ? Ec(e3, e3.bi_buf) : e3.bi_valid > 0 && (e3.pending_buf[e3.pending++] = e3.bi_buf), e3.bi_buf = 0, e3.bi_valid = 0;
|
|
101022
101024
|
}
|
|
101023
101025
|
function Bc(e3, t3, n3, r3) {
|
|
101024
101026
|
var o3 = 2 * t3, i3 = 2 * n3;
|
|
101025
101027
|
return e3[o3] < e3[i3] || e3[o3] === e3[i3] && r3[t3] <= r3[n3];
|
|
101026
101028
|
}
|
|
101027
|
-
function
|
|
101029
|
+
function Fc(e3, t3, n3) {
|
|
101028
101030
|
for (var r3 = e3.heap[n3], o3 = n3 << 1; o3 <= e3.heap_len && (o3 < e3.heap_len && Bc(t3, e3.heap[o3 + 1], e3.heap[o3], e3.depth) && o3++, !Bc(t3, r3, e3.heap[o3], e3.depth)); )
|
|
101029
101031
|
e3.heap[n3] = e3.heap[o3], n3 = o3, o3 <<= 1;
|
|
101030
101032
|
e3.heap[n3] = r3;
|
|
101031
101033
|
}
|
|
101032
|
-
function
|
|
101034
|
+
function Uc(e3, t3, n3) {
|
|
101033
101035
|
var r3, o3, i3, a3, s3 = 0;
|
|
101034
101036
|
if (0 !== e3.last_lit)
|
|
101035
101037
|
do {
|
|
101036
|
-
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 ?
|
|
101038
|
+
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 ? Nc(e3, o3, t3) : (Nc(e3, (i3 = xc[o3]) + uc + 1, t3), 0 !== (a3 = fc[i3]) && Rc(e3, o3 -= _c[i3], a3), Nc(e3, i3 = Lc(--r3), n3), 0 !== (a3 = gc[i3]) && Rc(e3, r3 -= Ac[i3], a3));
|
|
101037
101039
|
} while (s3 < e3.last_lit);
|
|
101038
|
-
|
|
101040
|
+
Nc(e3, 256, t3);
|
|
101039
101041
|
}
|
|
101040
|
-
function
|
|
101042
|
+
function Mc(e3, t3) {
|
|
101041
101043
|
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;
|
|
101042
101044
|
for (e3.heap_len = 0, e3.heap_max = 573, n3 = 0; n3 < l2; n3++)
|
|
101043
101045
|
0 !== i3[2 * n3] ? (e3.heap[++e3.heap_len] = c2 = n3, e3.depth[n3] = 0) : i3[2 * n3 + 1] = 0;
|
|
101044
101046
|
for (; e3.heap_len < 2; )
|
|
101045
101047
|
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]);
|
|
101046
101048
|
for (t3.max_code = c2, n3 = e3.heap_len >> 1; n3 >= 1; n3--)
|
|
101047
|
-
|
|
101049
|
+
Fc(e3, i3, n3);
|
|
101048
101050
|
o3 = l2;
|
|
101049
101051
|
do {
|
|
101050
|
-
n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--],
|
|
101052
|
+
n3 = e3.heap[1], e3.heap[1] = e3.heap[e3.heap_len--], Fc(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++, Fc(e3, i3, 1);
|
|
101051
101053
|
} while (e3.heap_len >= 2);
|
|
101052
101054
|
e3.heap[--e3.heap_max] = e3.heap[1], function(e4, t4) {
|
|
101053
101055
|
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;
|
|
101054
|
-
for (i4 = 0; i4 <=
|
|
101056
|
+
for (i4 = 0; i4 <= pc; i4++)
|
|
101055
101057
|
e4.bl_count[i4] = 0;
|
|
101056
101058
|
for (l3[2 * e4.heap[e4.heap_max] + 1] = 0, n4 = e4.heap_max + 1; n4 < 573; n4++)
|
|
101057
101059
|
(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)));
|
|
@@ -101065,60 +101067,60 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101065
101067
|
for (r4 = e4.bl_count[i4]; 0 !== r4; )
|
|
101066
101068
|
(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--);
|
|
101067
101069
|
}
|
|
101068
|
-
}(e3, t3),
|
|
101070
|
+
}(e3, t3), jc(i3, c2, e3.bl_count);
|
|
101069
101071
|
}
|
|
101070
|
-
function
|
|
101072
|
+
function qc(e3, t3, n3) {
|
|
101071
101073
|
var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
|
|
101072
101074
|
for (0 === a3 && (l2 = 138, c2 = 3), t3[2 * (n3 + 1) + 1] = 65535, r3 = 0; r3 <= n3; r3++)
|
|
101073
101075
|
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));
|
|
101074
101076
|
}
|
|
101075
|
-
function
|
|
101077
|
+
function Wc(e3, t3, n3) {
|
|
101076
101078
|
var r3, o3, i3 = -1, a3 = t3[1], s3 = 0, l2 = 7, c2 = 4;
|
|
101077
101079
|
for (0 === a3 && (l2 = 138, c2 = 3), r3 = 0; r3 <= n3; r3++)
|
|
101078
101080
|
if (o3 = a3, a3 = t3[2 * (r3 + 1) + 1], !(++s3 < l2 && o3 === a3)) {
|
|
101079
101081
|
if (s3 < c2)
|
|
101080
101082
|
do {
|
|
101081
|
-
|
|
101083
|
+
Nc(e3, o3, e3.bl_tree);
|
|
101082
101084
|
} while (0 != --s3);
|
|
101083
101085
|
else
|
|
101084
|
-
0 !== o3 ? (o3 !== i3 && (
|
|
101086
|
+
0 !== o3 ? (o3 !== i3 && (Nc(e3, o3, e3.bl_tree), s3--), Nc(e3, 16, e3.bl_tree), Rc(e3, s3 - 3, 2)) : s3 <= 10 ? (Nc(e3, 17, e3.bl_tree), Rc(e3, s3 - 3, 3)) : (Nc(e3, 18, e3.bl_tree), Rc(e3, s3 - 11, 7));
|
|
101085
101087
|
s3 = 0, i3 = o3, 0 === a3 ? (l2 = 138, c2 = 3) : o3 === a3 ? (l2 = 6, c2 = 3) : (l2 = 7, c2 = 4);
|
|
101086
101088
|
}
|
|
101087
101089
|
}
|
|
101088
|
-
|
|
101089
|
-
var
|
|
101090
|
-
function
|
|
101091
|
-
|
|
101092
|
-
|
|
101090
|
+
cc(Ac);
|
|
101091
|
+
var $c = false;
|
|
101092
|
+
function Vc(e3, t3, n3, r3) {
|
|
101093
|
+
Rc(e3, 0 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
|
|
101094
|
+
Pc(e4), Ec(e4, n4), Ec(e4, ~n4), lc.arraySet(e4.pending_buf, e4.window, t4, n4, e4.pending), e4.pending += n4;
|
|
101093
101095
|
}(e3, t3, n3);
|
|
101094
101096
|
}
|
|
101095
|
-
|
|
101096
|
-
|
|
101097
|
-
var e4, t3, n3, r3, o3, i3 = new Array(
|
|
101097
|
+
sc._tr_init = function(e3) {
|
|
101098
|
+
$c || (function() {
|
|
101099
|
+
var e4, t3, n3, r3, o3, i3 = new Array(pc + 1);
|
|
101098
101100
|
for (n3 = 0, r3 = 0; r3 < 28; r3++)
|
|
101099
|
-
for (
|
|
101100
|
-
|
|
101101
|
-
for (
|
|
101102
|
-
for (
|
|
101103
|
-
|
|
101104
|
-
for (o3 >>= 7; r3 <
|
|
101105
|
-
for (
|
|
101106
|
-
|
|
101107
|
-
for (t3 = 0; t3 <=
|
|
101101
|
+
for (_c[r3] = n3, e4 = 0; e4 < 1 << fc[r3]; e4++)
|
|
101102
|
+
xc[n3++] = r3;
|
|
101103
|
+
for (xc[n3 - 1] = r3, o3 = 0, r3 = 0; r3 < 16; r3++)
|
|
101104
|
+
for (Ac[r3] = o3, e4 = 0; e4 < 1 << gc[r3]; e4++)
|
|
101105
|
+
vc[o3++] = r3;
|
|
101106
|
+
for (o3 >>= 7; r3 < dc; r3++)
|
|
101107
|
+
for (Ac[r3] = o3 << 7, e4 = 0; e4 < 1 << gc[r3] - 7; e4++)
|
|
101108
|
+
vc[256 + o3++] = r3;
|
|
101109
|
+
for (t3 = 0; t3 <= pc; t3++)
|
|
101108
101110
|
i3[t3] = 0;
|
|
101109
101111
|
for (e4 = 0; e4 <= 143; )
|
|
101110
|
-
|
|
101112
|
+
kc[2 * e4 + 1] = 8, e4++, i3[8]++;
|
|
101111
101113
|
for (; e4 <= 255; )
|
|
101112
|
-
|
|
101114
|
+
kc[2 * e4 + 1] = 9, e4++, i3[9]++;
|
|
101113
101115
|
for (; e4 <= 279; )
|
|
101114
|
-
|
|
101116
|
+
kc[2 * e4 + 1] = 7, e4++, i3[7]++;
|
|
101115
101117
|
for (; e4 <= 287; )
|
|
101116
|
-
|
|
101117
|
-
for (
|
|
101118
|
-
|
|
101119
|
-
|
|
101120
|
-
}(),
|
|
101121
|
-
},
|
|
101118
|
+
kc[2 * e4 + 1] = 8, e4++, i3[8]++;
|
|
101119
|
+
for (jc(kc, 287, i3), e4 = 0; e4 < dc; e4++)
|
|
101120
|
+
wc[2 * e4 + 1] = 5, wc[2 * e4] = Ic(e4, 5);
|
|
101121
|
+
Sc = new Tc(kc, fc, 257, hc, pc), Cc = new Tc(wc, gc, 0, dc, pc), zc = new Tc(new Array(0), bc, 0, 19, 7);
|
|
101122
|
+
}(), $c = true), e3.l_desc = new Oc(e3.dyn_ltree, Sc), e3.d_desc = new Oc(e3.dyn_dtree, Cc), e3.bl_desc = new Oc(e3.bl_tree, zc), e3.bi_buf = 0, e3.bi_valid = 0, Dc(e3);
|
|
101123
|
+
}, sc._tr_stored_block = Vc, sc._tr_flush_block = function(e3, t3, n3, r3) {
|
|
101122
101124
|
var o3, i3, a3 = 0;
|
|
101123
101125
|
e3.level > 0 ? (2 === e3.strm.data_type && (e3.strm.data_type = function(e4) {
|
|
101124
101126
|
var t4, n4 = 4093624447;
|
|
@@ -101127,29 +101129,29 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101127
101129
|
return 0;
|
|
101128
101130
|
if (0 !== e4.dyn_ltree[18] || 0 !== e4.dyn_ltree[20] || 0 !== e4.dyn_ltree[26])
|
|
101129
101131
|
return 1;
|
|
101130
|
-
for (t4 = 32; t4 <
|
|
101132
|
+
for (t4 = 32; t4 < uc; t4++)
|
|
101131
101133
|
if (0 !== e4.dyn_ltree[2 * t4])
|
|
101132
101134
|
return 1;
|
|
101133
101135
|
return 0;
|
|
101134
|
-
}(e3)),
|
|
101136
|
+
}(e3)), Mc(e3, e3.l_desc), Mc(e3, e3.d_desc), a3 = function(e4) {
|
|
101135
101137
|
var t4;
|
|
101136
|
-
for (
|
|
101138
|
+
for (qc(e4, e4.dyn_ltree, e4.l_desc.max_code), qc(e4, e4.dyn_dtree, e4.d_desc.max_code), Mc(e4, e4.bl_desc), t4 = 18; t4 >= 3 && 0 === e4.bl_tree[2 * yc[t4] + 1]; t4--)
|
|
101137
101139
|
;
|
|
101138
101140
|
return e4.opt_len += 3 * (t4 + 1) + 5 + 5 + 4, t4;
|
|
101139
|
-
}(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 ?
|
|
101141
|
+
}(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 ? Vc(e3, t3, n3, r3) : 4 === e3.strategy || i3 === o3 ? (Rc(e3, 2 + (r3 ? 1 : 0), 3), Uc(e3, kc, wc)) : (Rc(e3, 4 + (r3 ? 1 : 0), 3), function(e4, t4, n4, r4) {
|
|
101140
101142
|
var o4;
|
|
101141
|
-
for (
|
|
101142
|
-
|
|
101143
|
-
|
|
101144
|
-
}(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1),
|
|
101145
|
-
},
|
|
101146
|
-
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 * (
|
|
101147
|
-
},
|
|
101148
|
-
|
|
101149
|
-
16 === e4.bi_valid ? (
|
|
101143
|
+
for (Rc(e4, t4 - 257, 5), Rc(e4, n4 - 1, 5), Rc(e4, r4 - 4, 4), o4 = 0; o4 < r4; o4++)
|
|
101144
|
+
Rc(e4, e4.bl_tree[2 * yc[o4] + 1], 3);
|
|
101145
|
+
Wc(e4, e4.dyn_ltree, t4 - 1), Wc(e4, e4.dyn_dtree, n4 - 1);
|
|
101146
|
+
}(e3, e3.l_desc.max_code + 1, e3.d_desc.max_code + 1, a3 + 1), Uc(e3, e3.dyn_ltree, e3.dyn_dtree)), Dc(e3), r3 && Pc(e3);
|
|
101147
|
+
}, sc._tr_tally = function(e3, t3, n3) {
|
|
101148
|
+
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 * (xc[n3] + uc + 1)]++, e3.dyn_dtree[2 * Lc(t3)]++), e3.last_lit === e3.lit_bufsize - 1;
|
|
101149
|
+
}, sc._tr_align = function(e3) {
|
|
101150
|
+
Rc(e3, 2, 3), Nc(e3, 256, kc), function(e4) {
|
|
101151
|
+
16 === e4.bi_valid ? (Ec(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);
|
|
101150
101152
|
}(e3);
|
|
101151
101153
|
};
|
|
101152
|
-
var
|
|
101154
|
+
var Zc, Kc = function(e3, t3, n3, r3) {
|
|
101153
101155
|
for (var o3 = 65535 & e3 | 0, i3 = e3 >>> 16 & 65535 | 0, a3 = 0; 0 !== n3; ) {
|
|
101154
101156
|
n3 -= a3 = n3 > 2e3 ? 2e3 : n3;
|
|
101155
101157
|
do {
|
|
@@ -101158,7 +101160,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101158
101160
|
o3 %= 65521, i3 %= 65521;
|
|
101159
101161
|
}
|
|
101160
101162
|
return o3 | i3 << 16 | 0;
|
|
101161
|
-
},
|
|
101163
|
+
}, Hc = function() {
|
|
101162
101164
|
for (var e3, t3 = [], n3 = 0; n3 < 256; n3++) {
|
|
101163
101165
|
e3 = n3;
|
|
101164
101166
|
for (var r3 = 0; r3 < 8; r3++)
|
|
@@ -101166,45 +101168,45 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101166
101168
|
t3[n3] = e3;
|
|
101167
101169
|
}
|
|
101168
101170
|
return t3;
|
|
101169
|
-
}(),
|
|
101170
|
-
var o3 =
|
|
101171
|
+
}(), Gc = function(e3, t3, n3, r3) {
|
|
101172
|
+
var o3 = Hc, i3 = r3 + n3;
|
|
101171
101173
|
e3 ^= -1;
|
|
101172
101174
|
for (var a3 = r3; a3 < i3; a3++)
|
|
101173
101175
|
e3 = e3 >>> 8 ^ o3[255 & (e3 ^ t3[a3])];
|
|
101174
101176
|
return -1 ^ e3;
|
|
101175
|
-
},
|
|
101176
|
-
function
|
|
101177
|
-
return e3.msg =
|
|
101177
|
+
}, Yc = { 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" }, Xc = oc, Qc = sc, Jc = Kc, eu = Gc, tu = Yc, nu = 0, ru = 0, ou = -2, iu = 2, au = 8, su = 286, lu = 30, cu = 19, uu = 2 * su + 1, hu = 15, du = 3, pu = 258, mu = pu + du + 1, fu = 42, gu = 103, bu = 113, yu = 666;
|
|
101178
|
+
function ku(e3, t3) {
|
|
101179
|
+
return e3.msg = tu[t3], t3;
|
|
101178
101180
|
}
|
|
101179
|
-
function
|
|
101181
|
+
function wu(e3) {
|
|
101180
101182
|
return (e3 << 1) - (e3 > 4 ? 9 : 0);
|
|
101181
101183
|
}
|
|
101182
|
-
function
|
|
101184
|
+
function vu(e3) {
|
|
101183
101185
|
for (var t3 = e3.length; --t3 >= 0; )
|
|
101184
101186
|
e3[t3] = 0;
|
|
101185
101187
|
}
|
|
101186
|
-
function
|
|
101188
|
+
function xu(e3) {
|
|
101187
101189
|
var t3 = e3.state, n3 = t3.pending;
|
|
101188
|
-
n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (
|
|
101189
|
-
}
|
|
101190
|
-
function xu(e3, t3) {
|
|
101191
|
-
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);
|
|
101190
|
+
n3 > e3.avail_out && (n3 = e3.avail_out), 0 !== n3 && (Xc.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));
|
|
101192
101191
|
}
|
|
101193
101192
|
function _u(e3, t3) {
|
|
101194
|
-
e3.
|
|
101193
|
+
Qc._tr_flush_block(e3, e3.block_start >= 0 ? e3.block_start : -1, e3.strstart - e3.block_start, t3), e3.block_start = e3.strstart, xu(e3.strm);
|
|
101195
101194
|
}
|
|
101196
101195
|
function Su(e3, t3) {
|
|
101197
|
-
e3.pending_buf[e3.pending++] = t3
|
|
101196
|
+
e3.pending_buf[e3.pending++] = t3;
|
|
101198
101197
|
}
|
|
101199
101198
|
function Cu(e3, t3) {
|
|
101200
|
-
|
|
101199
|
+
e3.pending_buf[e3.pending++] = t3 >>> 8 & 255, e3.pending_buf[e3.pending++] = 255 & t3;
|
|
101200
|
+
}
|
|
101201
|
+
function zu(e3, t3) {
|
|
101202
|
+
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 - mu ? e3.strstart - (e3.w_size - mu) : 0, c2 = e3.window, u2 = e3.w_mask, h2 = e3.prev, d2 = e3.strstart + pu, p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
|
|
101201
101203
|
e3.prev_length >= e3.good_match && (o3 >>= 2), s3 > e3.lookahead && (s3 = e3.lookahead);
|
|
101202
101204
|
do {
|
|
101203
101205
|
if (c2[(n3 = t3) + a3] === m2 && c2[n3 + a3 - 1] === p2 && c2[n3] === c2[i3] && c2[++n3] === c2[i3 + 1]) {
|
|
101204
101206
|
i3 += 2, n3++;
|
|
101205
101207
|
do {
|
|
101206
101208
|
} 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);
|
|
101207
|
-
if (r3 =
|
|
101209
|
+
if (r3 = pu - (d2 - i3), i3 = d2 - pu, r3 > a3) {
|
|
101208
101210
|
if (e3.match_start = t3, a3 = r3, r3 >= s3)
|
|
101209
101211
|
break;
|
|
101210
101212
|
p2 = c2[i3 + a3 - 1], m2 = c2[i3 + a3];
|
|
@@ -101213,11 +101215,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101213
101215
|
} while ((t3 = h2[t3 & u2]) > l2 && 0 != --o3);
|
|
101214
101216
|
return a3 <= e3.lookahead ? a3 : e3.lookahead;
|
|
101215
101217
|
}
|
|
101216
|
-
function
|
|
101218
|
+
function Au(e3) {
|
|
101217
101219
|
var t3, n3, r3, o3, i3, a3, s3, l2, c2, u2, h2 = e3.w_size;
|
|
101218
101220
|
do {
|
|
101219
|
-
if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 -
|
|
101220
|
-
|
|
101221
|
+
if (o3 = e3.window_size - e3.lookahead - e3.strstart, e3.strstart >= h2 + (h2 - mu)) {
|
|
101222
|
+
Xc.arraySet(e3.window, e3.window, h2, h2, 0), e3.match_start -= h2, e3.strstart -= h2, e3.block_start -= h2, t3 = n3 = e3.hash_size;
|
|
101221
101223
|
do {
|
|
101222
101224
|
r3 = e3.head[--t3], e3.head[t3] = r3 >= h2 ? r3 - h2 : 0;
|
|
101223
101225
|
} while (--n3);
|
|
@@ -101229,309 +101231,309 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101229
101231
|
}
|
|
101230
101232
|
if (0 === e3.strm.avail_in)
|
|
101231
101233
|
break;
|
|
101232
|
-
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,
|
|
101233
|
-
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 +
|
|
101234
|
+
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, Xc.arraySet(s3, a3.input, a3.next_in, u2, l2), 1 === a3.state.wrap ? a3.adler = Jc(a3.adler, s3, u2, l2) : 2 === a3.state.wrap && (a3.adler = eu(a3.adler, s3, u2, l2)), a3.next_in += u2, a3.total_in += u2, u2), e3.lookahead += n3, e3.lookahead + e3.insert >= du)
|
|
101235
|
+
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 + du - 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 < du)); )
|
|
101234
101236
|
;
|
|
101235
|
-
} while (e3.lookahead <
|
|
101237
|
+
} while (e3.lookahead < mu && 0 !== e3.strm.avail_in);
|
|
101236
101238
|
}
|
|
101237
|
-
function
|
|
101239
|
+
function Tu(e3, t3) {
|
|
101238
101240
|
for (var n3, r3; ; ) {
|
|
101239
|
-
if (e3.lookahead <
|
|
101240
|
-
if (
|
|
101241
|
+
if (e3.lookahead < mu) {
|
|
101242
|
+
if (Au(e3), e3.lookahead < mu && t3 === nu)
|
|
101241
101243
|
return 1;
|
|
101242
101244
|
if (0 === e3.lookahead)
|
|
101243
101245
|
break;
|
|
101244
101246
|
}
|
|
101245
|
-
if (n3 = 0, e3.lookahead >=
|
|
101246
|
-
if (r3 =
|
|
101247
|
+
if (n3 = 0, e3.lookahead >= du && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + du - 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 - mu && (e3.match_length = zu(e3, n3)), e3.match_length >= du)
|
|
101248
|
+
if (r3 = Qc._tr_tally(e3, e3.strstart - e3.match_start, e3.match_length - du), e3.lookahead -= e3.match_length, e3.match_length <= e3.max_lazy_match && e3.lookahead >= du) {
|
|
101247
101249
|
e3.match_length--;
|
|
101248
101250
|
do {
|
|
101249
|
-
e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart +
|
|
101251
|
+
e3.strstart++, e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + du - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart;
|
|
101250
101252
|
} while (0 != --e3.match_length);
|
|
101251
101253
|
e3.strstart++;
|
|
101252
101254
|
} else
|
|
101253
101255
|
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;
|
|
101254
101256
|
else
|
|
101255
|
-
r3 =
|
|
101256
|
-
if (r3 && (
|
|
101257
|
+
r3 = Qc._tr_tally(e3, 0, e3.window[e3.strstart]), e3.lookahead--, e3.strstart++;
|
|
101258
|
+
if (r3 && (_u(e3, false), 0 === e3.strm.avail_out))
|
|
101257
101259
|
return 1;
|
|
101258
101260
|
}
|
|
101259
|
-
return e3.insert = e3.strstart <
|
|
101261
|
+
return e3.insert = e3.strstart < du - 1 ? e3.strstart : du - 1, 4 === t3 ? (_u(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (_u(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
|
|
101260
101262
|
}
|
|
101261
|
-
function
|
|
101263
|
+
function Ou(e3, t3) {
|
|
101262
101264
|
for (var n3, r3, o3; ; ) {
|
|
101263
|
-
if (e3.lookahead <
|
|
101264
|
-
if (
|
|
101265
|
+
if (e3.lookahead < mu) {
|
|
101266
|
+
if (Au(e3), e3.lookahead < mu && t3 === nu)
|
|
101265
101267
|
return 1;
|
|
101266
101268
|
if (0 === e3.lookahead)
|
|
101267
101269
|
break;
|
|
101268
101270
|
}
|
|
101269
|
-
if (n3 = 0, e3.lookahead >=
|
|
101270
|
-
o3 = e3.strstart + e3.lookahead -
|
|
101271
|
+
if (n3 = 0, e3.lookahead >= du && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + du - 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 = du - 1, 0 !== n3 && e3.prev_length < e3.max_lazy_match && e3.strstart - n3 <= e3.w_size - mu && (e3.match_length = zu(e3, n3), e3.match_length <= 5 && (1 === e3.strategy || e3.match_length === du && e3.strstart - e3.match_start > 4096) && (e3.match_length = du - 1)), e3.prev_length >= du && e3.match_length <= e3.prev_length) {
|
|
101272
|
+
o3 = e3.strstart + e3.lookahead - du, r3 = Qc._tr_tally(e3, e3.strstart - 1 - e3.prev_match, e3.prev_length - du), e3.lookahead -= e3.prev_length - 1, e3.prev_length -= 2;
|
|
101271
101273
|
do {
|
|
101272
|
-
++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart +
|
|
101274
|
+
++e3.strstart <= o3 && (e3.ins_h = (e3.ins_h << e3.hash_shift ^ e3.window[e3.strstart + du - 1]) & e3.hash_mask, n3 = e3.prev[e3.strstart & e3.w_mask] = e3.head[e3.ins_h], e3.head[e3.ins_h] = e3.strstart);
|
|
101273
101275
|
} while (0 != --e3.prev_length);
|
|
101274
|
-
if (e3.match_available = 0, e3.match_length =
|
|
101276
|
+
if (e3.match_available = 0, e3.match_length = du - 1, e3.strstart++, r3 && (_u(e3, false), 0 === e3.strm.avail_out))
|
|
101275
101277
|
return 1;
|
|
101276
101278
|
} else if (e3.match_available) {
|
|
101277
|
-
if ((r3 =
|
|
101279
|
+
if ((r3 = Qc._tr_tally(e3, 0, e3.window[e3.strstart - 1])) && _u(e3, false), e3.strstart++, e3.lookahead--, 0 === e3.strm.avail_out)
|
|
101278
101280
|
return 1;
|
|
101279
101281
|
} else
|
|
101280
101282
|
e3.match_available = 1, e3.strstart++, e3.lookahead--;
|
|
101281
101283
|
}
|
|
101282
|
-
return e3.match_available && (r3 =
|
|
101284
|
+
return e3.match_available && (r3 = Qc._tr_tally(e3, 0, e3.window[e3.strstart - 1]), e3.match_available = 0), e3.insert = e3.strstart < du - 1 ? e3.strstart : du - 1, 4 === t3 ? (_u(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : e3.last_lit && (_u(e3, false), 0 === e3.strm.avail_out) ? 1 : 2;
|
|
101283
101285
|
}
|
|
101284
|
-
function
|
|
101286
|
+
function Lu(e3, t3, n3, r3, o3) {
|
|
101285
101287
|
this.good_length = e3, this.max_lazy = t3, this.nice_length = n3, this.max_chain = r3, this.func = o3;
|
|
101286
101288
|
}
|
|
101287
|
-
function
|
|
101288
|
-
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 =
|
|
101289
|
+
function Eu() {
|
|
101290
|
+
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 = au, 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 Xc.Buf16(2 * uu), this.dyn_dtree = new Xc.Buf16(2 * (2 * lu + 1)), this.bl_tree = new Xc.Buf16(2 * (2 * cu + 1)), vu(this.dyn_ltree), vu(this.dyn_dtree), vu(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Xc.Buf16(hu + 1), this.heap = new Xc.Buf16(2 * su + 1), vu(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Xc.Buf16(2 * su + 1), vu(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;
|
|
101289
101291
|
}
|
|
101290
|
-
function
|
|
101292
|
+
function Ru(e3) {
|
|
101291
101293
|
var t3;
|
|
101292
|
-
return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type =
|
|
101294
|
+
return e3 && e3.state ? (e3.total_in = e3.total_out = 0, e3.data_type = iu, (t3 = e3.state).pending = 0, t3.pending_out = 0, t3.wrap < 0 && (t3.wrap = -t3.wrap), t3.status = t3.wrap ? fu : bu, e3.adler = 2 === t3.wrap ? 0 : 1, t3.last_flush = nu, Qc._tr_init(t3), ru) : ku(e3, ou);
|
|
101293
101295
|
}
|
|
101294
|
-
function
|
|
101295
|
-
var t3, n3 =
|
|
101296
|
-
return n3 ===
|
|
101296
|
+
function Nu(e3) {
|
|
101297
|
+
var t3, n3 = Ru(e3);
|
|
101298
|
+
return n3 === ru && ((t3 = e3.state).window_size = 2 * t3.w_size, vu(t3.head), t3.max_lazy_match = Zc[t3.level].max_lazy, t3.good_match = Zc[t3.level].good_length, t3.nice_match = Zc[t3.level].nice_length, t3.max_chain_length = Zc[t3.level].max_chain, t3.strstart = 0, t3.block_start = 0, t3.lookahead = 0, t3.insert = 0, t3.match_length = t3.prev_length = du - 1, t3.match_available = 0, t3.ins_h = 0), n3;
|
|
101297
101299
|
}
|
|
101298
|
-
function
|
|
101300
|
+
function Iu(e3, t3, n3, r3, o3, i3) {
|
|
101299
101301
|
if (!e3)
|
|
101300
|
-
return
|
|
101302
|
+
return ou;
|
|
101301
101303
|
var a3 = 1;
|
|
101302
|
-
if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !==
|
|
101303
|
-
return
|
|
101304
|
+
if (-1 === t3 && (t3 = 6), r3 < 0 ? (a3 = 0, r3 = -r3) : r3 > 15 && (a3 = 2, r3 -= 16), o3 < 1 || o3 > 9 || n3 !== au || r3 < 8 || r3 > 15 || t3 < 0 || t3 > 9 || i3 < 0 || i3 > 4)
|
|
101305
|
+
return ku(e3, ou);
|
|
101304
101306
|
8 === r3 && (r3 = 9);
|
|
101305
|
-
var s3 = new
|
|
101306
|
-
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 +
|
|
101307
|
+
var s3 = new Eu();
|
|
101308
|
+
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 + du - 1) / du), s3.window = new Xc.Buf8(2 * s3.w_size), s3.head = new Xc.Buf16(s3.hash_size), s3.prev = new Xc.Buf16(s3.w_size), s3.lit_bufsize = 1 << o3 + 6, s3.pending_buf_size = 4 * s3.lit_bufsize, s3.pending_buf = new Xc.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, Nu(e3);
|
|
101307
101309
|
}
|
|
101308
|
-
|
|
101310
|
+
Zc = [new Lu(0, 0, 0, 0, function(e3, t3) {
|
|
101309
101311
|
var n3 = 65535;
|
|
101310
101312
|
for (n3 > e3.pending_buf_size - 5 && (n3 = e3.pending_buf_size - 5); ; ) {
|
|
101311
101313
|
if (e3.lookahead <= 1) {
|
|
101312
|
-
if (
|
|
101314
|
+
if (Au(e3), 0 === e3.lookahead && t3 === nu)
|
|
101313
101315
|
return 1;
|
|
101314
101316
|
if (0 === e3.lookahead)
|
|
101315
101317
|
break;
|
|
101316
101318
|
}
|
|
101317
101319
|
e3.strstart += e3.lookahead, e3.lookahead = 0;
|
|
101318
101320
|
var r3 = e3.block_start + n3;
|
|
101319
|
-
if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3,
|
|
101321
|
+
if ((0 === e3.strstart || e3.strstart >= r3) && (e3.lookahead = e3.strstart - r3, e3.strstart = r3, _u(e3, false), 0 === e3.strm.avail_out))
|
|
101320
101322
|
return 1;
|
|
101321
|
-
if (e3.strstart - e3.block_start >= e3.w_size -
|
|
101323
|
+
if (e3.strstart - e3.block_start >= e3.w_size - mu && (_u(e3, false), 0 === e3.strm.avail_out))
|
|
101322
101324
|
return 1;
|
|
101323
101325
|
}
|
|
101324
|
-
return e3.insert = 0, 4 === t3 ? (
|
|
101325
|
-
}), new
|
|
101326
|
-
return
|
|
101327
|
-
},
|
|
101328
|
-
return e3 && e3.state ? 2 !== e3.state.wrap ?
|
|
101329
|
-
},
|
|
101326
|
+
return e3.insert = 0, 4 === t3 ? (_u(e3, true), 0 === e3.strm.avail_out ? 3 : 4) : (e3.strstart > e3.block_start && (_u(e3, false), e3.strm.avail_out), 1);
|
|
101327
|
+
}), new Lu(4, 4, 8, 4, Tu), new Lu(4, 5, 16, 8, Tu), new Lu(4, 6, 32, 32, Tu), new Lu(4, 4, 16, 16, Ou), new Lu(8, 16, 32, 32, Ou), new Lu(8, 16, 128, 128, Ou), new Lu(8, 32, 128, 256, Ou), new Lu(32, 128, 258, 1024, Ou), new Lu(32, 258, 258, 4096, Ou)], ac.deflateInit = function(e3, t3) {
|
|
101328
|
+
return Iu(e3, t3, au, 15, 8, 0);
|
|
101329
|
+
}, ac.deflateInit2 = Iu, ac.deflateReset = Nu, ac.deflateResetKeep = Ru, ac.deflateSetHeader = function(e3, t3) {
|
|
101330
|
+
return e3 && e3.state ? 2 !== e3.state.wrap ? ou : (e3.state.gzhead = t3, ru) : ou;
|
|
101331
|
+
}, ac.deflate = function(e3, t3) {
|
|
101330
101332
|
var n3, r3, o3, i3;
|
|
101331
101333
|
if (!e3 || !e3.state || t3 > 5 || t3 < 0)
|
|
101332
|
-
return e3 ?
|
|
101333
|
-
if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status ===
|
|
101334
|
-
return
|
|
101335
|
-
if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status ===
|
|
101334
|
+
return e3 ? ku(e3, ou) : ou;
|
|
101335
|
+
if (r3 = e3.state, !e3.output || !e3.input && 0 !== e3.avail_in || r3.status === yu && 4 !== t3)
|
|
101336
|
+
return ku(e3, 0 === e3.avail_out ? -5 : ou);
|
|
101337
|
+
if (r3.strm = e3, n3 = r3.last_flush, r3.last_flush = t3, r3.status === fu)
|
|
101336
101338
|
if (2 === r3.wrap)
|
|
101337
|
-
e3.adler = 0,
|
|
101339
|
+
e3.adler = 0, Su(r3, 31), Su(r3, 139), Su(r3, 8), r3.gzhead ? (Su(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)), Su(r3, 255 & r3.gzhead.time), Su(r3, r3.gzhead.time >> 8 & 255), Su(r3, r3.gzhead.time >> 16 & 255), Su(r3, r3.gzhead.time >> 24 & 255), Su(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), Su(r3, 255 & r3.gzhead.os), r3.gzhead.extra && r3.gzhead.extra.length && (Su(r3, 255 & r3.gzhead.extra.length), Su(r3, r3.gzhead.extra.length >> 8 & 255)), r3.gzhead.hcrc && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending, 0)), r3.gzindex = 0, r3.status = 69) : (Su(r3, 0), Su(r3, 0), Su(r3, 0), Su(r3, 0), Su(r3, 0), Su(r3, 9 === r3.level ? 2 : r3.strategy >= 2 || r3.level < 2 ? 4 : 0), Su(r3, 3), r3.status = bu);
|
|
101338
101340
|
else {
|
|
101339
|
-
var a3 =
|
|
101340
|
-
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 =
|
|
101341
|
+
var a3 = au + (r3.w_bits - 8 << 4) << 8;
|
|
101342
|
+
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 = bu, Cu(r3, a3), 0 !== r3.strstart && (Cu(r3, e3.adler >>> 16), Cu(r3, 65535 & e3.adler)), e3.adler = 1;
|
|
101341
101343
|
}
|
|
101342
101344
|
if (69 === r3.status)
|
|
101343
101345
|
if (r3.gzhead.extra) {
|
|
101344
|
-
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 =
|
|
101345
|
-
|
|
101346
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
101346
|
+
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 = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), xu(e3), o3 = r3.pending, r3.pending !== r3.pending_buf_size)); )
|
|
101347
|
+
Su(r3, 255 & r3.gzhead.extra[r3.gzindex]), r3.gzindex++;
|
|
101348
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), r3.gzindex === r3.gzhead.extra.length && (r3.gzindex = 0, r3.status = 73);
|
|
101347
101349
|
} else
|
|
101348
101350
|
r3.status = 73;
|
|
101349
101351
|
if (73 === r3.status)
|
|
101350
101352
|
if (r3.gzhead.name) {
|
|
101351
101353
|
o3 = r3.pending;
|
|
101352
101354
|
do {
|
|
101353
|
-
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
101355
|
+
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), xu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
|
|
101354
101356
|
i3 = 1;
|
|
101355
101357
|
break;
|
|
101356
101358
|
}
|
|
101357
|
-
i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0,
|
|
101359
|
+
i3 = r3.gzindex < r3.gzhead.name.length ? 255 & r3.gzhead.name.charCodeAt(r3.gzindex++) : 0, Su(r3, i3);
|
|
101358
101360
|
} while (0 !== i3);
|
|
101359
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
101361
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.gzindex = 0, r3.status = 91);
|
|
101360
101362
|
} else
|
|
101361
101363
|
r3.status = 91;
|
|
101362
101364
|
if (91 === r3.status)
|
|
101363
101365
|
if (r3.gzhead.comment) {
|
|
101364
101366
|
o3 = r3.pending;
|
|
101365
101367
|
do {
|
|
101366
|
-
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
101368
|
+
if (r3.pending === r3.pending_buf_size && (r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), xu(e3), o3 = r3.pending, r3.pending === r3.pending_buf_size)) {
|
|
101367
101369
|
i3 = 1;
|
|
101368
101370
|
break;
|
|
101369
101371
|
}
|
|
101370
|
-
i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0,
|
|
101372
|
+
i3 = r3.gzindex < r3.gzhead.comment.length ? 255 & r3.gzhead.comment.charCodeAt(r3.gzindex++) : 0, Su(r3, i3);
|
|
101371
101373
|
} while (0 !== i3);
|
|
101372
|
-
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler =
|
|
101374
|
+
r3.gzhead.hcrc && r3.pending > o3 && (e3.adler = eu(e3.adler, r3.pending_buf, r3.pending - o3, o3)), 0 === i3 && (r3.status = gu);
|
|
101373
101375
|
} else
|
|
101374
|
-
r3.status =
|
|
101375
|
-
if (r3.status ===
|
|
101376
|
-
if (
|
|
101377
|
-
return r3.last_flush = -1,
|
|
101378
|
-
} else if (0 === e3.avail_in &&
|
|
101379
|
-
return
|
|
101380
|
-
if (r3.status ===
|
|
101381
|
-
return
|
|
101382
|
-
if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !==
|
|
101376
|
+
r3.status = gu;
|
|
101377
|
+
if (r3.status === gu && (r3.gzhead.hcrc ? (r3.pending + 2 > r3.pending_buf_size && xu(e3), r3.pending + 2 <= r3.pending_buf_size && (Su(r3, 255 & e3.adler), Su(r3, e3.adler >> 8 & 255), e3.adler = 0, r3.status = bu)) : r3.status = bu), 0 !== r3.pending) {
|
|
101378
|
+
if (xu(e3), 0 === e3.avail_out)
|
|
101379
|
+
return r3.last_flush = -1, ru;
|
|
101380
|
+
} else if (0 === e3.avail_in && wu(t3) <= wu(n3) && 4 !== t3)
|
|
101381
|
+
return ku(e3, -5);
|
|
101382
|
+
if (r3.status === yu && 0 !== e3.avail_in)
|
|
101383
|
+
return ku(e3, -5);
|
|
101384
|
+
if (0 !== e3.avail_in || 0 !== r3.lookahead || t3 !== nu && r3.status !== yu) {
|
|
101383
101385
|
var s3 = 2 === r3.strategy ? function(e4, t4) {
|
|
101384
101386
|
for (var n4; ; ) {
|
|
101385
|
-
if (0 === e4.lookahead && (
|
|
101386
|
-
if (t4 ===
|
|
101387
|
+
if (0 === e4.lookahead && (Au(e4), 0 === e4.lookahead)) {
|
|
101388
|
+
if (t4 === nu)
|
|
101387
101389
|
return 1;
|
|
101388
101390
|
break;
|
|
101389
101391
|
}
|
|
101390
|
-
if (e4.match_length = 0, n4 =
|
|
101392
|
+
if (e4.match_length = 0, n4 = Qc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++, n4 && (_u(e4, false), 0 === e4.strm.avail_out))
|
|
101391
101393
|
return 1;
|
|
101392
101394
|
}
|
|
101393
|
-
return e4.insert = 0, 4 === t4 ? (
|
|
101395
|
+
return e4.insert = 0, 4 === t4 ? (_u(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (_u(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
|
|
101394
101396
|
}(r3, t3) : 3 === r3.strategy ? function(e4, t4) {
|
|
101395
101397
|
for (var n4, r4, o4, i4, a4 = e4.window; ; ) {
|
|
101396
|
-
if (e4.lookahead <=
|
|
101397
|
-
if (
|
|
101398
|
+
if (e4.lookahead <= pu) {
|
|
101399
|
+
if (Au(e4), e4.lookahead <= pu && t4 === nu)
|
|
101398
101400
|
return 1;
|
|
101399
101401
|
if (0 === e4.lookahead)
|
|
101400
101402
|
break;
|
|
101401
101403
|
}
|
|
101402
|
-
if (e4.match_length = 0, e4.lookahead >=
|
|
101403
|
-
i4 = e4.strstart +
|
|
101404
|
+
if (e4.match_length = 0, e4.lookahead >= du && e4.strstart > 0 && (r4 = a4[o4 = e4.strstart - 1]) === a4[++o4] && r4 === a4[++o4] && r4 === a4[++o4]) {
|
|
101405
|
+
i4 = e4.strstart + pu;
|
|
101404
101406
|
do {
|
|
101405
101407
|
} 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);
|
|
101406
|
-
e4.match_length =
|
|
101408
|
+
e4.match_length = pu - (i4 - o4), e4.match_length > e4.lookahead && (e4.match_length = e4.lookahead);
|
|
101407
101409
|
}
|
|
101408
|
-
if (e4.match_length >=
|
|
101410
|
+
if (e4.match_length >= du ? (n4 = Qc._tr_tally(e4, 1, e4.match_length - du), e4.lookahead -= e4.match_length, e4.strstart += e4.match_length, e4.match_length = 0) : (n4 = Qc._tr_tally(e4, 0, e4.window[e4.strstart]), e4.lookahead--, e4.strstart++), n4 && (_u(e4, false), 0 === e4.strm.avail_out))
|
|
101409
101411
|
return 1;
|
|
101410
101412
|
}
|
|
101411
|
-
return e4.insert = 0, 4 === t4 ? (
|
|
101412
|
-
}(r3, t3) :
|
|
101413
|
-
if (3 !== s3 && 4 !== s3 || (r3.status =
|
|
101414
|
-
return 0 === e3.avail_out && (r3.last_flush = -1),
|
|
101415
|
-
if (2 === s3 && (1 === t3 ?
|
|
101416
|
-
return r3.last_flush = -1,
|
|
101417
|
-
}
|
|
101418
|
-
return 4 !== t3 ?
|
|
101419
|
-
},
|
|
101413
|
+
return e4.insert = 0, 4 === t4 ? (_u(e4, true), 0 === e4.strm.avail_out ? 3 : 4) : e4.last_lit && (_u(e4, false), 0 === e4.strm.avail_out) ? 1 : 2;
|
|
101414
|
+
}(r3, t3) : Zc[r3.level].func(r3, t3);
|
|
101415
|
+
if (3 !== s3 && 4 !== s3 || (r3.status = yu), 1 === s3 || 3 === s3)
|
|
101416
|
+
return 0 === e3.avail_out && (r3.last_flush = -1), ru;
|
|
101417
|
+
if (2 === s3 && (1 === t3 ? Qc._tr_align(r3) : 5 !== t3 && (Qc._tr_stored_block(r3, 0, 0, false), 3 === t3 && (vu(r3.head), 0 === r3.lookahead && (r3.strstart = 0, r3.block_start = 0, r3.insert = 0))), xu(e3), 0 === e3.avail_out))
|
|
101418
|
+
return r3.last_flush = -1, ru;
|
|
101419
|
+
}
|
|
101420
|
+
return 4 !== t3 ? ru : r3.wrap <= 0 ? 1 : (2 === r3.wrap ? (Su(r3, 255 & e3.adler), Su(r3, e3.adler >> 8 & 255), Su(r3, e3.adler >> 16 & 255), Su(r3, e3.adler >> 24 & 255), Su(r3, 255 & e3.total_in), Su(r3, e3.total_in >> 8 & 255), Su(r3, e3.total_in >> 16 & 255), Su(r3, e3.total_in >> 24 & 255)) : (Cu(r3, e3.adler >>> 16), Cu(r3, 65535 & e3.adler)), xu(e3), r3.wrap > 0 && (r3.wrap = -r3.wrap), 0 !== r3.pending ? ru : 1);
|
|
101421
|
+
}, ac.deflateEnd = function(e3) {
|
|
101420
101422
|
var t3;
|
|
101421
|
-
return e3 && e3.state ? (t3 = e3.state.status) !==
|
|
101422
|
-
},
|
|
101423
|
+
return e3 && e3.state ? (t3 = e3.state.status) !== fu && 69 !== t3 && 73 !== t3 && 91 !== t3 && t3 !== gu && t3 !== bu && t3 !== yu ? ku(e3, ou) : (e3.state = null, t3 === bu ? ku(e3, -3) : ru) : ou;
|
|
101424
|
+
}, ac.deflateSetDictionary = function(e3, t3) {
|
|
101423
101425
|
var n3, r3, o3, i3, a3, s3, l2, c2, u2 = t3.length;
|
|
101424
101426
|
if (!e3 || !e3.state)
|
|
101425
|
-
return
|
|
101426
|
-
if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !==
|
|
101427
|
-
return
|
|
101428
|
-
for (1 === i3 && (e3.adler =
|
|
101429
|
-
r3 = n3.strstart, o3 = n3.lookahead - (
|
|
101427
|
+
return ou;
|
|
101428
|
+
if (2 === (i3 = (n3 = e3.state).wrap) || 1 === i3 && n3.status !== fu || n3.lookahead)
|
|
101429
|
+
return ou;
|
|
101430
|
+
for (1 === i3 && (e3.adler = Jc(e3.adler, t3, u2, 0)), n3.wrap = 0, u2 >= n3.w_size && (0 === i3 && (vu(n3.head), n3.strstart = 0, n3.block_start = 0, n3.insert = 0), c2 = new Xc.Buf8(n3.w_size), Xc.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, Au(n3); n3.lookahead >= du; ) {
|
|
101431
|
+
r3 = n3.strstart, o3 = n3.lookahead - (du - 1);
|
|
101430
101432
|
do {
|
|
101431
|
-
n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 +
|
|
101433
|
+
n3.ins_h = (n3.ins_h << n3.hash_shift ^ n3.window[r3 + du - 1]) & n3.hash_mask, n3.prev[r3 & n3.w_mask] = n3.head[n3.ins_h], n3.head[n3.ins_h] = r3, r3++;
|
|
101432
101434
|
} while (--o3);
|
|
101433
|
-
n3.strstart = r3, n3.lookahead =
|
|
101435
|
+
n3.strstart = r3, n3.lookahead = du - 1, Au(n3);
|
|
101434
101436
|
}
|
|
101435
|
-
return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length =
|
|
101436
|
-
},
|
|
101437
|
-
var
|
|
101437
|
+
return n3.strstart += n3.lookahead, n3.block_start = n3.strstart, n3.insert = n3.lookahead, n3.lookahead = 0, n3.match_length = n3.prev_length = du - 1, n3.match_available = 0, e3.next_in = s3, e3.input = l2, e3.avail_in = a3, n3.wrap = i3, ru;
|
|
101438
|
+
}, ac.deflateInfo = "pako deflate (from Nodeca project)";
|
|
101439
|
+
var ju = {}, Du = oc, Pu = true, Bu = true;
|
|
101438
101440
|
try {
|
|
101439
101441
|
String.fromCharCode.apply(null, [0]);
|
|
101440
101442
|
} catch (e3) {
|
|
101441
|
-
|
|
101443
|
+
Pu = false;
|
|
101442
101444
|
}
|
|
101443
101445
|
try {
|
|
101444
101446
|
String.fromCharCode.apply(null, new Uint8Array(1));
|
|
101445
101447
|
} catch (e3) {
|
|
101446
101448
|
Bu = false;
|
|
101447
101449
|
}
|
|
101448
|
-
for (var
|
|
101449
|
-
|
|
101450
|
-
function
|
|
101451
|
-
if (t3 < 65534 && (e3.subarray && Bu || !e3.subarray &&
|
|
101452
|
-
return String.fromCharCode.apply(null,
|
|
101450
|
+
for (var Fu = new Du.Buf8(256), Uu = 0; Uu < 256; Uu++)
|
|
101451
|
+
Fu[Uu] = Uu >= 252 ? 6 : Uu >= 248 ? 5 : Uu >= 240 ? 4 : Uu >= 224 ? 3 : Uu >= 192 ? 2 : 1;
|
|
101452
|
+
function Mu(e3, t3) {
|
|
101453
|
+
if (t3 < 65534 && (e3.subarray && Bu || !e3.subarray && Pu))
|
|
101454
|
+
return String.fromCharCode.apply(null, Du.shrinkBuf(e3, t3));
|
|
101453
101455
|
for (var n3 = "", r3 = 0; r3 < t3; r3++)
|
|
101454
101456
|
n3 += String.fromCharCode(e3[r3]);
|
|
101455
101457
|
return n3;
|
|
101456
101458
|
}
|
|
101457
|
-
|
|
101459
|
+
Fu[254] = Fu[254] = 1, ju.string2buf = function(e3) {
|
|
101458
101460
|
var t3, n3, r3, o3, i3, a3 = e3.length, s3 = 0;
|
|
101459
101461
|
for (o3 = 0; o3 < a3; o3++)
|
|
101460
101462
|
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;
|
|
101461
|
-
for (t3 = new
|
|
101463
|
+
for (t3 = new Du.Buf8(s3), i3 = 0, o3 = 0; i3 < s3; o3++)
|
|
101462
101464
|
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);
|
|
101463
101465
|
return t3;
|
|
101464
|
-
},
|
|
101465
|
-
return
|
|
101466
|
-
},
|
|
101467
|
-
for (var t3 = new
|
|
101466
|
+
}, ju.buf2binstring = function(e3) {
|
|
101467
|
+
return Mu(e3, e3.length);
|
|
101468
|
+
}, ju.binstring2buf = function(e3) {
|
|
101469
|
+
for (var t3 = new Du.Buf8(e3.length), n3 = 0, r3 = t3.length; n3 < r3; n3++)
|
|
101468
101470
|
t3[n3] = e3.charCodeAt(n3);
|
|
101469
101471
|
return t3;
|
|
101470
|
-
},
|
|
101472
|
+
}, ju.buf2string = function(e3, t3) {
|
|
101471
101473
|
var n3, r3, o3, i3, a3 = t3 || e3.length, s3 = new Array(2 * a3);
|
|
101472
101474
|
for (r3 = 0, n3 = 0; n3 < a3; )
|
|
101473
101475
|
if ((o3 = e3[n3++]) < 128)
|
|
101474
101476
|
s3[r3++] = o3;
|
|
101475
|
-
else if ((i3 =
|
|
101477
|
+
else if ((i3 = Fu[o3]) > 4)
|
|
101476
101478
|
s3[r3++] = 65533, n3 += i3 - 1;
|
|
101477
101479
|
else {
|
|
101478
101480
|
for (o3 &= 2 === i3 ? 31 : 3 === i3 ? 15 : 7; i3 > 1 && n3 < a3; )
|
|
101479
101481
|
o3 = o3 << 6 | 63 & e3[n3++], i3--;
|
|
101480
101482
|
i3 > 1 ? s3[r3++] = 65533 : o3 < 65536 ? s3[r3++] = o3 : (o3 -= 65536, s3[r3++] = 55296 | o3 >> 10 & 1023, s3[r3++] = 56320 | 1023 & o3);
|
|
101481
101483
|
}
|
|
101482
|
-
return
|
|
101483
|
-
},
|
|
101484
|
+
return Mu(s3, r3);
|
|
101485
|
+
}, ju.utf8border = function(e3, t3) {
|
|
101484
101486
|
var n3;
|
|
101485
101487
|
for ((t3 = t3 || e3.length) > e3.length && (t3 = e3.length), n3 = t3 - 1; n3 >= 0 && 128 == (192 & e3[n3]); )
|
|
101486
101488
|
n3--;
|
|
101487
|
-
return n3 < 0 || 0 === n3 ? t3 : n3 +
|
|
101489
|
+
return n3 < 0 || 0 === n3 ? t3 : n3 + Fu[e3[n3]] > t3 ? n3 : t3;
|
|
101488
101490
|
};
|
|
101489
|
-
var
|
|
101491
|
+
var qu = function() {
|
|
101490
101492
|
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;
|
|
101491
|
-
},
|
|
101492
|
-
function
|
|
101493
|
-
if (!(this instanceof
|
|
101494
|
-
return new
|
|
101495
|
-
this.options =
|
|
101493
|
+
}, Wu = ac, $u = oc, Vu = ju, Zu = Yc, Ku = qu, Hu = Object.prototype.toString, Gu = 0, Yu = -1, Xu = 0, Qu = 8;
|
|
101494
|
+
function Ju(e3) {
|
|
101495
|
+
if (!(this instanceof Ju))
|
|
101496
|
+
return new Ju(e3);
|
|
101497
|
+
this.options = $u.assign({ level: Yu, method: Qu, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: Xu, to: "" }, e3 || {});
|
|
101496
101498
|
var t3 = this.options;
|
|
101497
|
-
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
|
|
101498
|
-
var n3 =
|
|
101499
|
-
if (n3 !==
|
|
101500
|
-
throw new Error(
|
|
101501
|
-
if (t3.header &&
|
|
101499
|
+
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 Ku(), this.strm.avail_out = 0;
|
|
101500
|
+
var n3 = Wu.deflateInit2(this.strm, t3.level, t3.method, t3.windowBits, t3.memLevel, t3.strategy);
|
|
101501
|
+
if (n3 !== Gu)
|
|
101502
|
+
throw new Error(Zu[n3]);
|
|
101503
|
+
if (t3.header && Wu.deflateSetHeader(this.strm, t3.header), t3.dictionary) {
|
|
101502
101504
|
var r3;
|
|
101503
|
-
if (r3 = "string" == typeof t3.dictionary ?
|
|
101504
|
-
throw new Error(
|
|
101505
|
+
if (r3 = "string" == typeof t3.dictionary ? Vu.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Hu.call(t3.dictionary) ? new Uint8Array(t3.dictionary) : t3.dictionary, (n3 = Wu.deflateSetDictionary(this.strm, r3)) !== Gu)
|
|
101506
|
+
throw new Error(Zu[n3]);
|
|
101505
101507
|
this._dict_set = true;
|
|
101506
101508
|
}
|
|
101507
101509
|
}
|
|
101508
|
-
function
|
|
101509
|
-
var n3 = new
|
|
101510
|
+
function eh(e3, t3) {
|
|
101511
|
+
var n3 = new Ju(t3);
|
|
101510
101512
|
if (n3.push(e3, true), n3.err)
|
|
101511
|
-
throw n3.msg ||
|
|
101513
|
+
throw n3.msg || Zu[n3.err];
|
|
101512
101514
|
return n3.result;
|
|
101513
101515
|
}
|
|
101514
|
-
|
|
101516
|
+
Ju.prototype.push = function(e3, t3) {
|
|
101515
101517
|
var n3, r3, o3 = this.strm, i3 = this.options.chunkSize;
|
|
101516
101518
|
if (this.ended)
|
|
101517
101519
|
return false;
|
|
101518
|
-
r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input =
|
|
101520
|
+
r3 = t3 === ~~t3 ? t3 : true === t3 ? 4 : 0, "string" == typeof e3 ? o3.input = Vu.string2buf(e3) : "[object ArrayBuffer]" === Hu.call(e3) ? o3.input = new Uint8Array(e3) : o3.input = e3, o3.next_in = 0, o3.avail_in = o3.input.length;
|
|
101519
101521
|
do {
|
|
101520
|
-
if (0 === o3.avail_out && (o3.output = new
|
|
101522
|
+
if (0 === o3.avail_out && (o3.output = new $u.Buf8(i3), o3.next_out = 0, o3.avail_out = i3), 1 !== (n3 = Wu.deflate(o3, r3)) && n3 !== Gu)
|
|
101521
101523
|
return this.onEnd(n3), this.ended = true, false;
|
|
101522
|
-
0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData(
|
|
101524
|
+
0 !== o3.avail_out && (0 !== o3.avail_in || 4 !== r3 && 2 !== r3) || ("string" === this.options.to ? this.onData(Vu.buf2binstring($u.shrinkBuf(o3.output, o3.next_out))) : this.onData($u.shrinkBuf(o3.output, o3.next_out)));
|
|
101523
101525
|
} while ((o3.avail_in > 0 || 0 === o3.avail_out) && 1 !== n3);
|
|
101524
|
-
return 4 === r3 ? (n3 =
|
|
101525
|
-
},
|
|
101526
|
+
return 4 === r3 ? (n3 = Wu.deflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === Gu) : 2 !== r3 || (this.onEnd(Gu), o3.avail_out = 0, true);
|
|
101527
|
+
}, Ju.prototype.onData = function(e3) {
|
|
101526
101528
|
this.chunks.push(e3);
|
|
101527
|
-
},
|
|
101528
|
-
e3 ===
|
|
101529
|
-
},
|
|
101530
|
-
return (t3 = t3 || {}).raw = true,
|
|
101531
|
-
},
|
|
101532
|
-
return (t3 = t3 || {}).gzip = true,
|
|
101529
|
+
}, Ju.prototype.onEnd = function(e3) {
|
|
101530
|
+
e3 === Gu && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = $u.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
|
|
101531
|
+
}, ic.Deflate = Ju, ic.deflate = eh, ic.deflateRaw = function(e3, t3) {
|
|
101532
|
+
return (t3 = t3 || {}).raw = true, eh(e3, t3);
|
|
101533
|
+
}, ic.gzip = function(e3, t3) {
|
|
101534
|
+
return (t3 = t3 || {}).gzip = true, eh(e3, t3);
|
|
101533
101535
|
};
|
|
101534
|
-
var
|
|
101536
|
+
var th = {}, nh = {}, rh = oc, oh = [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], ih = [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], ah = [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], sh = [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], lh = oc, ch = Kc, uh = Gc, hh = function(e3, t3) {
|
|
101535
101537
|
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;
|
|
101536
101538
|
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;
|
|
101537
101539
|
e:
|
|
@@ -101620,8 +101622,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101620
101622
|
}
|
|
101621
101623
|
} while (r3 < o3 && i3 < s3);
|
|
101622
101624
|
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;
|
|
101623
|
-
},
|
|
101624
|
-
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
|
|
101625
|
+
}, dh = function(e3, t3, n3, r3, o3, i3, a3, s3) {
|
|
101626
|
+
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 rh.Buf16(16), E2 = new rh.Buf16(16), R2 = null, N2 = 0;
|
|
101625
101627
|
for (y2 = 0; y2 <= 15; y2++)
|
|
101626
101628
|
L2[y2] = 0;
|
|
101627
101629
|
for (k2 = 0; k2 < r3; k2++)
|
|
@@ -101641,7 +101643,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101641
101643
|
E2[y2 + 1] = E2[y2] + L2[y2];
|
|
101642
101644
|
for (k2 = 0; k2 < r3; k2++)
|
|
101643
101645
|
0 !== t3[n3 + k2] && (a3[E2[t3[n3 + k2]]++] = k2);
|
|
101644
|
-
if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 =
|
|
101646
|
+
if (0 === e3 ? (T2 = R2 = a3, p2 = 19) : 1 === e3 ? (T2 = oh, O2 -= 257, R2 = ih, N2 -= 257, p2 = 256) : (T2 = ah, R2 = sh, 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)
|
|
101645
101647
|
return 1;
|
|
101646
101648
|
for (; ; ) {
|
|
101647
101649
|
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;
|
|
@@ -101664,34 +101666,34 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101664
101666
|
}
|
|
101665
101667
|
}
|
|
101666
101668
|
return 0 !== A2 && (o3[d2 + A2] = y2 - S2 << 24 | 64 << 16 | 0), s3.bits = x2, 0;
|
|
101667
|
-
},
|
|
101668
|
-
function
|
|
101669
|
+
}, ph = 0, mh = -2, fh = 1, gh = 12, bh = 30, yh = 852, kh = 592;
|
|
101670
|
+
function wh(e3) {
|
|
101669
101671
|
return (e3 >>> 24 & 255) + (e3 >>> 8 & 65280) + ((65280 & e3) << 8) + ((255 & e3) << 24);
|
|
101670
101672
|
}
|
|
101671
|
-
function
|
|
101672
|
-
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
|
|
101673
|
+
function vh() {
|
|
101674
|
+
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 lh.Buf16(320), this.work = new lh.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
|
|
101673
101675
|
}
|
|
101674
|
-
function
|
|
101676
|
+
function xh(e3) {
|
|
101675
101677
|
var t3;
|
|
101676
|
-
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 =
|
|
101678
|
+
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 = fh, t3.last = 0, t3.havedict = 0, t3.dmax = 32768, t3.head = null, t3.hold = 0, t3.bits = 0, t3.lencode = t3.lendyn = new lh.Buf32(yh), t3.distcode = t3.distdyn = new lh.Buf32(kh), t3.sane = 1, t3.back = -1, ph) : mh;
|
|
101677
101679
|
}
|
|
101678
|
-
function
|
|
101680
|
+
function _h(e3) {
|
|
101679
101681
|
var t3;
|
|
101680
|
-
return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0,
|
|
101682
|
+
return e3 && e3.state ? ((t3 = e3.state).wsize = 0, t3.whave = 0, t3.wnext = 0, xh(e3)) : mh;
|
|
101681
101683
|
}
|
|
101682
|
-
function
|
|
101684
|
+
function Sh(e3, t3) {
|
|
101683
101685
|
var n3, r3;
|
|
101684
|
-
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) ?
|
|
101686
|
+
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) ? mh : (null !== r3.window && r3.wbits !== t3 && (r3.window = null), r3.wrap = n3, r3.wbits = t3, _h(e3))) : mh;
|
|
101685
101687
|
}
|
|
101686
|
-
function
|
|
101688
|
+
function Ch(e3, t3) {
|
|
101687
101689
|
var n3, r3;
|
|
101688
|
-
return e3 ? (r3 = new
|
|
101690
|
+
return e3 ? (r3 = new vh(), e3.state = r3, r3.window = null, (n3 = Sh(e3, t3)) !== ph && (e3.state = null), n3) : mh;
|
|
101689
101691
|
}
|
|
101690
|
-
var
|
|
101691
|
-
function
|
|
101692
|
-
if (
|
|
101692
|
+
var zh, Ah, Th = true;
|
|
101693
|
+
function Oh(e3) {
|
|
101694
|
+
if (Th) {
|
|
101693
101695
|
var t3;
|
|
101694
|
-
for (
|
|
101696
|
+
for (zh = new lh.Buf32(512), Ah = new lh.Buf32(32), t3 = 0; t3 < 144; )
|
|
101695
101697
|
e3.lens[t3++] = 8;
|
|
101696
101698
|
for (; t3 < 256; )
|
|
101697
101699
|
e3.lens[t3++] = 9;
|
|
@@ -101699,27 +101701,27 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101699
101701
|
e3.lens[t3++] = 7;
|
|
101700
101702
|
for (; t3 < 288; )
|
|
101701
101703
|
e3.lens[t3++] = 8;
|
|
101702
|
-
for (
|
|
101704
|
+
for (dh(1, e3.lens, 0, 288, zh, 0, e3.work, { bits: 9 }), t3 = 0; t3 < 32; )
|
|
101703
101705
|
e3.lens[t3++] = 5;
|
|
101704
|
-
|
|
101706
|
+
dh(2, e3.lens, 0, 32, Ah, 0, e3.work, { bits: 5 }), Th = false;
|
|
101705
101707
|
}
|
|
101706
|
-
e3.lencode =
|
|
101708
|
+
e3.lencode = zh, e3.lenbits = 9, e3.distcode = Ah, e3.distbits = 5;
|
|
101707
101709
|
}
|
|
101708
|
-
function
|
|
101710
|
+
function Lh(e3, t3, n3, r3) {
|
|
101709
101711
|
var o3, i3 = e3.state;
|
|
101710
|
-
return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new
|
|
101712
|
+
return null === i3.window && (i3.wsize = 1 << i3.wbits, i3.wnext = 0, i3.whave = 0, i3.window = new lh.Buf8(i3.wsize)), r3 >= i3.wsize ? (lh.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), lh.arraySet(i3.window, t3, n3 - r3, o3, i3.wnext), (r3 -= o3) ? (lh.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;
|
|
101711
101713
|
}
|
|
101712
|
-
|
|
101713
|
-
return
|
|
101714
|
-
},
|
|
101715
|
-
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
|
|
101714
|
+
nh.inflateReset = _h, nh.inflateReset2 = Sh, nh.inflateResetKeep = xh, nh.inflateInit = function(e3) {
|
|
101715
|
+
return Ch(e3, 15);
|
|
101716
|
+
}, nh.inflateInit2 = Ch, nh.inflate = function(e3, t3) {
|
|
101717
|
+
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 lh.Buf8(4), T2 = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
|
|
101716
101718
|
if (!e3 || !e3.state || !e3.output || !e3.input && 0 !== e3.avail_in)
|
|
101717
|
-
return
|
|
101718
|
-
(n3 = e3.state).mode ===
|
|
101719
|
+
return mh;
|
|
101720
|
+
(n3 = e3.state).mode === gh && (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 = ph;
|
|
101719
101721
|
e:
|
|
101720
101722
|
for (; ; )
|
|
101721
101723
|
switch (n3.mode) {
|
|
101722
|
-
case
|
|
101724
|
+
case fh:
|
|
101723
101725
|
if (0 === n3.wrap) {
|
|
101724
101726
|
n3.mode = 13;
|
|
101725
101727
|
break;
|
|
@@ -101730,24 +101732,24 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101730
101732
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101731
101733
|
}
|
|
101732
101734
|
if (2 & n3.wrap && 35615 === c2) {
|
|
101733
|
-
n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
101735
|
+
n3.check = 0, A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = uh(n3.check, A2, 2, 0), c2 = 0, u2 = 0, n3.mode = 2;
|
|
101734
101736
|
break;
|
|
101735
101737
|
}
|
|
101736
101738
|
if (n3.flags = 0, n3.head && (n3.head.done = false), !(1 & n3.wrap) || (((255 & c2) << 8) + (c2 >> 8)) % 31) {
|
|
101737
|
-
e3.msg = "incorrect header check", n3.mode =
|
|
101739
|
+
e3.msg = "incorrect header check", n3.mode = bh;
|
|
101738
101740
|
break;
|
|
101739
101741
|
}
|
|
101740
101742
|
if (8 != (15 & c2)) {
|
|
101741
|
-
e3.msg = "unknown compression method", n3.mode =
|
|
101743
|
+
e3.msg = "unknown compression method", n3.mode = bh;
|
|
101742
101744
|
break;
|
|
101743
101745
|
}
|
|
101744
101746
|
if (u2 -= 4, x2 = 8 + (15 & (c2 >>>= 4)), 0 === n3.wbits)
|
|
101745
101747
|
n3.wbits = x2;
|
|
101746
101748
|
else if (x2 > n3.wbits) {
|
|
101747
|
-
e3.msg = "invalid window size", n3.mode =
|
|
101749
|
+
e3.msg = "invalid window size", n3.mode = bh;
|
|
101748
101750
|
break;
|
|
101749
101751
|
}
|
|
101750
|
-
n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 :
|
|
101752
|
+
n3.dmax = 1 << x2, e3.adler = n3.check = 1, n3.mode = 512 & c2 ? 10 : gh, c2 = 0, u2 = 0;
|
|
101751
101753
|
break;
|
|
101752
101754
|
case 2:
|
|
101753
101755
|
for (; u2 < 16; ) {
|
|
@@ -101756,28 +101758,28 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101756
101758
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101757
101759
|
}
|
|
101758
101760
|
if (n3.flags = c2, 8 != (255 & n3.flags)) {
|
|
101759
|
-
e3.msg = "unknown compression method", n3.mode =
|
|
101761
|
+
e3.msg = "unknown compression method", n3.mode = bh;
|
|
101760
101762
|
break;
|
|
101761
101763
|
}
|
|
101762
101764
|
if (57344 & n3.flags) {
|
|
101763
|
-
e3.msg = "unknown header flags set", n3.mode =
|
|
101765
|
+
e3.msg = "unknown header flags set", n3.mode = bh;
|
|
101764
101766
|
break;
|
|
101765
101767
|
}
|
|
101766
|
-
n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
101768
|
+
n3.head && (n3.head.text = c2 >> 8 & 1), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = uh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 3;
|
|
101767
101769
|
case 3:
|
|
101768
101770
|
for (; u2 < 32; ) {
|
|
101769
101771
|
if (0 === s3)
|
|
101770
101772
|
break e;
|
|
101771
101773
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101772
101774
|
}
|
|
101773
|
-
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 =
|
|
101775
|
+
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 = uh(n3.check, A2, 4, 0)), c2 = 0, u2 = 0, n3.mode = 4;
|
|
101774
101776
|
case 4:
|
|
101775
101777
|
for (; u2 < 16; ) {
|
|
101776
101778
|
if (0 === s3)
|
|
101777
101779
|
break e;
|
|
101778
101780
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101779
101781
|
}
|
|
101780
|
-
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 =
|
|
101782
|
+
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 = uh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0, n3.mode = 5;
|
|
101781
101783
|
case 5:
|
|
101782
101784
|
if (1024 & n3.flags) {
|
|
101783
101785
|
for (; u2 < 16; ) {
|
|
@@ -101785,12 +101787,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101785
101787
|
break e;
|
|
101786
101788
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101787
101789
|
}
|
|
101788
|
-
n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check =
|
|
101790
|
+
n3.length = c2, n3.head && (n3.head.extra_len = c2), 512 & n3.flags && (A2[0] = 255 & c2, A2[1] = c2 >>> 8 & 255, n3.check = uh(n3.check, A2, 2, 0)), c2 = 0, u2 = 0;
|
|
101789
101791
|
} else
|
|
101790
101792
|
n3.head && (n3.head.extra = null);
|
|
101791
101793
|
n3.mode = 6;
|
|
101792
101794
|
case 6:
|
|
101793
|
-
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)),
|
|
101795
|
+
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)), lh.arraySet(n3.head.extra, r3, i3, p2, x2)), 512 & n3.flags && (n3.check = uh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, n3.length -= p2), n3.length))
|
|
101794
101796
|
break e;
|
|
101795
101797
|
n3.length = 0, n3.mode = 7;
|
|
101796
101798
|
case 7:
|
|
@@ -101801,7 +101803,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101801
101803
|
do {
|
|
101802
101804
|
x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.name += String.fromCharCode(x2));
|
|
101803
101805
|
} while (x2 && p2 < s3);
|
|
101804
|
-
if (512 & n3.flags && (n3.check =
|
|
101806
|
+
if (512 & n3.flags && (n3.check = uh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
|
|
101805
101807
|
break e;
|
|
101806
101808
|
} else
|
|
101807
101809
|
n3.head && (n3.head.name = null);
|
|
@@ -101814,7 +101816,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101814
101816
|
do {
|
|
101815
101817
|
x2 = r3[i3 + p2++], n3.head && x2 && n3.length < 65536 && (n3.head.comment += String.fromCharCode(x2));
|
|
101816
101818
|
} while (x2 && p2 < s3);
|
|
101817
|
-
if (512 & n3.flags && (n3.check =
|
|
101819
|
+
if (512 & n3.flags && (n3.check = uh(n3.check, r3, p2, i3)), s3 -= p2, i3 += p2, x2)
|
|
101818
101820
|
break e;
|
|
101819
101821
|
} else
|
|
101820
101822
|
n3.head && (n3.head.comment = null);
|
|
@@ -101827,12 +101829,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101827
101829
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101828
101830
|
}
|
|
101829
101831
|
if (c2 !== (65535 & n3.check)) {
|
|
101830
|
-
e3.msg = "header crc mismatch", n3.mode =
|
|
101832
|
+
e3.msg = "header crc mismatch", n3.mode = bh;
|
|
101831
101833
|
break;
|
|
101832
101834
|
}
|
|
101833
101835
|
c2 = 0, u2 = 0;
|
|
101834
101836
|
}
|
|
101835
|
-
n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode =
|
|
101837
|
+
n3.head && (n3.head.hcrc = n3.flags >> 9 & 1, n3.head.done = true), e3.adler = n3.check = 0, n3.mode = gh;
|
|
101836
101838
|
break;
|
|
101837
101839
|
case 10:
|
|
101838
101840
|
for (; u2 < 32; ) {
|
|
@@ -101840,12 +101842,12 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101840
101842
|
break e;
|
|
101841
101843
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101842
101844
|
}
|
|
101843
|
-
e3.adler = n3.check =
|
|
101845
|
+
e3.adler = n3.check = wh(c2), c2 = 0, u2 = 0, n3.mode = 11;
|
|
101844
101846
|
case 11:
|
|
101845
101847
|
if (0 === n3.havedict)
|
|
101846
101848
|
return e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, 2;
|
|
101847
|
-
e3.adler = n3.check = 1, n3.mode =
|
|
101848
|
-
case
|
|
101849
|
+
e3.adler = n3.check = 1, n3.mode = gh;
|
|
101850
|
+
case gh:
|
|
101849
101851
|
if (5 === t3 || 6 === t3)
|
|
101850
101852
|
break e;
|
|
101851
101853
|
case 13:
|
|
@@ -101863,7 +101865,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101863
101865
|
n3.mode = 14;
|
|
101864
101866
|
break;
|
|
101865
101867
|
case 1:
|
|
101866
|
-
if (
|
|
101868
|
+
if (Oh(n3), n3.mode = 20, 6 === t3) {
|
|
101867
101869
|
c2 >>>= 2, u2 -= 2;
|
|
101868
101870
|
break e;
|
|
101869
101871
|
}
|
|
@@ -101872,7 +101874,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101872
101874
|
n3.mode = 17;
|
|
101873
101875
|
break;
|
|
101874
101876
|
case 3:
|
|
101875
|
-
e3.msg = "invalid block type", n3.mode =
|
|
101877
|
+
e3.msg = "invalid block type", n3.mode = bh;
|
|
101876
101878
|
}
|
|
101877
101879
|
c2 >>>= 2, u2 -= 2;
|
|
101878
101880
|
break;
|
|
@@ -101883,7 +101885,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101883
101885
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101884
101886
|
}
|
|
101885
101887
|
if ((65535 & c2) != (c2 >>> 16 ^ 65535)) {
|
|
101886
|
-
e3.msg = "invalid stored block lengths", n3.mode =
|
|
101888
|
+
e3.msg = "invalid stored block lengths", n3.mode = bh;
|
|
101887
101889
|
break;
|
|
101888
101890
|
}
|
|
101889
101891
|
if (n3.length = 65535 & c2, c2 = 0, u2 = 0, n3.mode = 15, 6 === t3)
|
|
@@ -101894,10 +101896,10 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101894
101896
|
if (p2 = n3.length) {
|
|
101895
101897
|
if (p2 > s3 && (p2 = s3), p2 > l2 && (p2 = l2), 0 === p2)
|
|
101896
101898
|
break e;
|
|
101897
|
-
|
|
101899
|
+
lh.arraySet(o3, r3, i3, p2, a3), s3 -= p2, i3 += p2, l2 -= p2, a3 += p2, n3.length -= p2;
|
|
101898
101900
|
break;
|
|
101899
101901
|
}
|
|
101900
|
-
n3.mode =
|
|
101902
|
+
n3.mode = gh;
|
|
101901
101903
|
break;
|
|
101902
101904
|
case 17:
|
|
101903
101905
|
for (; u2 < 14; ) {
|
|
@@ -101906,7 +101908,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101906
101908
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101907
101909
|
}
|
|
101908
101910
|
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) {
|
|
101909
|
-
e3.msg = "too many length or distance symbols", n3.mode =
|
|
101911
|
+
e3.msg = "too many length or distance symbols", n3.mode = bh;
|
|
101910
101912
|
break;
|
|
101911
101913
|
}
|
|
101912
101914
|
n3.have = 0, n3.mode = 18;
|
|
@@ -101921,8 +101923,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101921
101923
|
}
|
|
101922
101924
|
for (; n3.have < 19; )
|
|
101923
101925
|
n3.lens[T2[n3.have++]] = 0;
|
|
101924
|
-
if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 =
|
|
101925
|
-
e3.msg = "invalid code lengths set", n3.mode =
|
|
101926
|
+
if (n3.lencode = n3.lendyn, n3.lenbits = 7, S2 = { bits: n3.lenbits }, _2 = dh(0, n3.lens, 0, 19, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
|
|
101927
|
+
e3.msg = "invalid code lengths set", n3.mode = bh;
|
|
101926
101928
|
break;
|
|
101927
101929
|
}
|
|
101928
101930
|
n3.have = 0, n3.mode = 19;
|
|
@@ -101943,7 +101945,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101943
101945
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
101944
101946
|
}
|
|
101945
101947
|
if (c2 >>>= g2, u2 -= g2, 0 === n3.have) {
|
|
101946
|
-
e3.msg = "invalid bit length repeat", n3.mode =
|
|
101948
|
+
e3.msg = "invalid bit length repeat", n3.mode = bh;
|
|
101947
101949
|
break;
|
|
101948
101950
|
}
|
|
101949
101951
|
x2 = n3.lens[n3.have - 1], p2 = 3 + (3 & c2), c2 >>>= 2, u2 -= 2;
|
|
@@ -101963,25 +101965,25 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101963
101965
|
u2 -= g2, x2 = 0, p2 = 11 + (127 & (c2 >>>= g2)), c2 >>>= 7, u2 -= 7;
|
|
101964
101966
|
}
|
|
101965
101967
|
if (n3.have + p2 > n3.nlen + n3.ndist) {
|
|
101966
|
-
e3.msg = "invalid bit length repeat", n3.mode =
|
|
101968
|
+
e3.msg = "invalid bit length repeat", n3.mode = bh;
|
|
101967
101969
|
break;
|
|
101968
101970
|
}
|
|
101969
101971
|
for (; p2--; )
|
|
101970
101972
|
n3.lens[n3.have++] = x2;
|
|
101971
101973
|
}
|
|
101972
101974
|
}
|
|
101973
|
-
if (n3.mode ===
|
|
101975
|
+
if (n3.mode === bh)
|
|
101974
101976
|
break;
|
|
101975
101977
|
if (0 === n3.lens[256]) {
|
|
101976
|
-
e3.msg = "invalid code -- missing end-of-block", n3.mode =
|
|
101978
|
+
e3.msg = "invalid code -- missing end-of-block", n3.mode = bh;
|
|
101977
101979
|
break;
|
|
101978
101980
|
}
|
|
101979
|
-
if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 =
|
|
101980
|
-
e3.msg = "invalid literal/lengths set", n3.mode =
|
|
101981
|
+
if (n3.lenbits = 9, S2 = { bits: n3.lenbits }, _2 = dh(1, n3.lens, 0, n3.nlen, n3.lencode, 0, n3.work, S2), n3.lenbits = S2.bits, _2) {
|
|
101982
|
+
e3.msg = "invalid literal/lengths set", n3.mode = bh;
|
|
101981
101983
|
break;
|
|
101982
101984
|
}
|
|
101983
|
-
if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 =
|
|
101984
|
-
e3.msg = "invalid distances set", n3.mode =
|
|
101985
|
+
if (n3.distbits = 6, n3.distcode = n3.distdyn, S2 = { bits: n3.distbits }, _2 = dh(2, n3.lens, n3.nlen, n3.ndist, n3.distcode, 0, n3.work, S2), n3.distbits = S2.bits, _2) {
|
|
101986
|
+
e3.msg = "invalid distances set", n3.mode = bh;
|
|
101985
101987
|
break;
|
|
101986
101988
|
}
|
|
101987
101989
|
if (n3.mode = 20, 6 === t3)
|
|
@@ -101990,7 +101992,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
101990
101992
|
n3.mode = 21;
|
|
101991
101993
|
case 21:
|
|
101992
101994
|
if (s3 >= 6 && l2 >= 258) {
|
|
101993
|
-
e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2,
|
|
101995
|
+
e3.next_out = a3, e3.avail_out = l2, e3.next_in = i3, e3.avail_in = s3, n3.hold = c2, n3.bits = u2, hh(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 === gh && (n3.back = -1);
|
|
101994
101996
|
break;
|
|
101995
101997
|
}
|
|
101996
101998
|
for (n3.back = 0; b2 = (z2 = n3.lencode[c2 & (1 << n3.lenbits) - 1]) >>> 16 & 255, y2 = 65535 & z2, !((g2 = z2 >>> 24) <= u2); ) {
|
|
@@ -102011,11 +102013,11 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102011
102013
|
break;
|
|
102012
102014
|
}
|
|
102013
102015
|
if (32 & b2) {
|
|
102014
|
-
n3.back = -1, n3.mode =
|
|
102016
|
+
n3.back = -1, n3.mode = gh;
|
|
102015
102017
|
break;
|
|
102016
102018
|
}
|
|
102017
102019
|
if (64 & b2) {
|
|
102018
|
-
e3.msg = "invalid literal/length code", n3.mode =
|
|
102020
|
+
e3.msg = "invalid literal/length code", n3.mode = bh;
|
|
102019
102021
|
break;
|
|
102020
102022
|
}
|
|
102021
102023
|
n3.extra = 15 & b2, n3.mode = 22;
|
|
@@ -102044,7 +102046,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102044
102046
|
c2 >>>= k2, u2 -= k2, n3.back += k2;
|
|
102045
102047
|
}
|
|
102046
102048
|
if (c2 >>>= g2, u2 -= g2, n3.back += g2, 64 & b2) {
|
|
102047
|
-
e3.msg = "invalid distance code", n3.mode =
|
|
102049
|
+
e3.msg = "invalid distance code", n3.mode = bh;
|
|
102048
102050
|
break;
|
|
102049
102051
|
}
|
|
102050
102052
|
n3.offset = y2, n3.extra = 15 & b2, n3.mode = 24;
|
|
@@ -102058,7 +102060,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102058
102060
|
n3.offset += c2 & (1 << n3.extra) - 1, c2 >>>= n3.extra, u2 -= n3.extra, n3.back += n3.extra;
|
|
102059
102061
|
}
|
|
102060
102062
|
if (n3.offset > n3.dmax) {
|
|
102061
|
-
e3.msg = "invalid distance too far back", n3.mode =
|
|
102063
|
+
e3.msg = "invalid distance too far back", n3.mode = bh;
|
|
102062
102064
|
break;
|
|
102063
102065
|
}
|
|
102064
102066
|
n3.mode = 25;
|
|
@@ -102067,7 +102069,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102067
102069
|
break e;
|
|
102068
102070
|
if (p2 = d2 - l2, n3.offset > p2) {
|
|
102069
102071
|
if ((p2 = n3.offset - p2) > n3.whave && n3.sane) {
|
|
102070
|
-
e3.msg = "invalid distance too far back", n3.mode =
|
|
102072
|
+
e3.msg = "invalid distance too far back", n3.mode = bh;
|
|
102071
102073
|
break;
|
|
102072
102074
|
}
|
|
102073
102075
|
p2 > n3.wnext ? (p2 -= n3.wnext, m2 = n3.wsize - p2) : m2 = n3.wnext - p2, p2 > n3.length && (p2 = n3.length), f2 = n3.window;
|
|
@@ -102091,8 +102093,8 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102091
102093
|
break e;
|
|
102092
102094
|
s3--, c2 |= r3[i3++] << u2, u2 += 8;
|
|
102093
102095
|
}
|
|
102094
|
-
if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ?
|
|
102095
|
-
e3.msg = "incorrect data check", n3.mode =
|
|
102096
|
+
if (d2 -= l2, e3.total_out += d2, n3.total += d2, d2 && (e3.adler = n3.check = n3.flags ? uh(n3.check, o3, d2, a3 - d2) : ch(n3.check, o3, d2, a3 - d2)), d2 = l2, (n3.flags ? c2 : wh(c2)) !== n3.check) {
|
|
102097
|
+
e3.msg = "incorrect data check", n3.mode = bh;
|
|
102096
102098
|
break;
|
|
102097
102099
|
}
|
|
102098
102100
|
c2 = 0, u2 = 0;
|
|
@@ -102106,7 +102108,7 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102106
102108
|
s3--, c2 += r3[i3++] << u2, u2 += 8;
|
|
102107
102109
|
}
|
|
102108
102110
|
if (c2 !== (4294967295 & n3.total)) {
|
|
102109
|
-
e3.msg = "incorrect length check", n3.mode =
|
|
102111
|
+
e3.msg = "incorrect length check", n3.mode = bh;
|
|
102110
102112
|
break;
|
|
102111
102113
|
}
|
|
102112
102114
|
c2 = 0, u2 = 0;
|
|
@@ -102115,72 +102117,72 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102115
102117
|
case 29:
|
|
102116
102118
|
_2 = 1;
|
|
102117
102119
|
break e;
|
|
102118
|
-
case
|
|
102120
|
+
case bh:
|
|
102119
102121
|
_2 = -3;
|
|
102120
102122
|
break e;
|
|
102121
102123
|
case 31:
|
|
102122
102124
|
return -4;
|
|
102123
102125
|
default:
|
|
102124
|
-
return
|
|
102126
|
+
return mh;
|
|
102125
102127
|
}
|
|
102126
|
-
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 <
|
|
102127
|
-
},
|
|
102128
|
+
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 < bh && (n3.mode < 27 || 4 !== t3)) && Lh(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 ? uh(n3.check, o3, d2, e3.next_out - d2) : ch(n3.check, o3, d2, e3.next_out - d2)), e3.data_type = n3.bits + (n3.last ? 64 : 0) + (n3.mode === gh ? 128 : 0) + (20 === n3.mode || 15 === n3.mode ? 256 : 0), (0 === h2 && 0 === d2 || 4 === t3) && _2 === ph && (_2 = -5), _2;
|
|
102129
|
+
}, nh.inflateEnd = function(e3) {
|
|
102128
102130
|
if (!e3 || !e3.state)
|
|
102129
|
-
return
|
|
102131
|
+
return mh;
|
|
102130
102132
|
var t3 = e3.state;
|
|
102131
|
-
return t3.window && (t3.window = null), e3.state = null,
|
|
102132
|
-
},
|
|
102133
|
+
return t3.window && (t3.window = null), e3.state = null, ph;
|
|
102134
|
+
}, nh.inflateGetHeader = function(e3, t3) {
|
|
102133
102135
|
var n3;
|
|
102134
|
-
return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ?
|
|
102135
|
-
},
|
|
102136
|
+
return e3 && e3.state ? 0 == (2 & (n3 = e3.state).wrap) ? mh : (n3.head = t3, t3.done = false, ph) : mh;
|
|
102137
|
+
}, nh.inflateSetDictionary = function(e3, t3) {
|
|
102136
102138
|
var n3, r3 = t3.length;
|
|
102137
|
-
return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ?
|
|
102138
|
-
},
|
|
102139
|
-
var
|
|
102139
|
+
return e3 && e3.state ? 0 !== (n3 = e3.state).wrap && 11 !== n3.mode ? mh : 11 === n3.mode && ch(1, t3, r3, 0) !== n3.check ? -3 : Lh(e3, t3, r3, r3) ? (n3.mode = 31, -4) : (n3.havedict = 1, ph) : mh;
|
|
102140
|
+
}, nh.inflateInfo = "pako inflate (from Nodeca project)";
|
|
102141
|
+
var Eh = { 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 }, Rh = nh, Nh = oc, Ih = ju, jh = Eh, Dh = Yc, Ph = qu, Bh = function() {
|
|
102140
102142
|
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;
|
|
102141
|
-
},
|
|
102142
|
-
function
|
|
102143
|
-
if (!(this instanceof
|
|
102144
|
-
return new
|
|
102145
|
-
this.options =
|
|
102143
|
+
}, Fh = Object.prototype.toString;
|
|
102144
|
+
function Uh(e3) {
|
|
102145
|
+
if (!(this instanceof Uh))
|
|
102146
|
+
return new Uh(e3);
|
|
102147
|
+
this.options = Nh.assign({ chunkSize: 16384, windowBits: 0, to: "" }, e3 || {});
|
|
102146
102148
|
var t3 = this.options;
|
|
102147
|
-
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
|
|
102148
|
-
var n3 =
|
|
102149
|
-
if (n3 !==
|
|
102150
|
-
throw new Error(
|
|
102151
|
-
if (this.header = new Bh(),
|
|
102152
|
-
throw new Error(
|
|
102153
|
-
}
|
|
102154
|
-
function
|
|
102155
|
-
var n3 = new
|
|
102149
|
+
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 Ph(), this.strm.avail_out = 0;
|
|
102150
|
+
var n3 = Rh.inflateInit2(this.strm, t3.windowBits);
|
|
102151
|
+
if (n3 !== jh.Z_OK)
|
|
102152
|
+
throw new Error(Dh[n3]);
|
|
102153
|
+
if (this.header = new Bh(), Rh.inflateGetHeader(this.strm, this.header), t3.dictionary && ("string" == typeof t3.dictionary ? t3.dictionary = Ih.string2buf(t3.dictionary) : "[object ArrayBuffer]" === Fh.call(t3.dictionary) && (t3.dictionary = new Uint8Array(t3.dictionary)), t3.raw && (n3 = Rh.inflateSetDictionary(this.strm, t3.dictionary)) !== jh.Z_OK))
|
|
102154
|
+
throw new Error(Dh[n3]);
|
|
102155
|
+
}
|
|
102156
|
+
function Mh(e3, t3) {
|
|
102157
|
+
var n3 = new Uh(t3);
|
|
102156
102158
|
if (n3.push(e3, true), n3.err)
|
|
102157
|
-
throw n3.msg ||
|
|
102159
|
+
throw n3.msg || Dh[n3.err];
|
|
102158
102160
|
return n3.result;
|
|
102159
102161
|
}
|
|
102160
|
-
|
|
102162
|
+
Uh.prototype.push = function(e3, t3) {
|
|
102161
102163
|
var n3, r3, o3, i3, a3, s3 = this.strm, l2 = this.options.chunkSize, c2 = this.options.dictionary, u2 = false;
|
|
102162
102164
|
if (this.ended)
|
|
102163
102165
|
return false;
|
|
102164
|
-
r3 = t3 === ~~t3 ? t3 : true === t3 ?
|
|
102166
|
+
r3 = t3 === ~~t3 ? t3 : true === t3 ? jh.Z_FINISH : jh.Z_NO_FLUSH, "string" == typeof e3 ? s3.input = Ih.binstring2buf(e3) : "[object ArrayBuffer]" === Fh.call(e3) ? s3.input = new Uint8Array(e3) : s3.input = e3, s3.next_in = 0, s3.avail_in = s3.input.length;
|
|
102165
102167
|
do {
|
|
102166
|
-
if (0 === s3.avail_out && (s3.output = new
|
|
102168
|
+
if (0 === s3.avail_out && (s3.output = new Nh.Buf8(l2), s3.next_out = 0, s3.avail_out = l2), (n3 = Rh.inflate(s3, jh.Z_NO_FLUSH)) === jh.Z_NEED_DICT && c2 && (n3 = Rh.inflateSetDictionary(this.strm, c2)), n3 === jh.Z_BUF_ERROR && true === u2 && (n3 = jh.Z_OK, u2 = false), n3 !== jh.Z_STREAM_END && n3 !== jh.Z_OK)
|
|
102167
102169
|
return this.onEnd(n3), this.ended = true, false;
|
|
102168
|
-
s3.next_out && (0 !== s3.avail_out && n3 !==
|
|
102169
|
-
} while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !==
|
|
102170
|
-
return n3 ===
|
|
102171
|
-
},
|
|
102170
|
+
s3.next_out && (0 !== s3.avail_out && n3 !== jh.Z_STREAM_END && (0 !== s3.avail_in || r3 !== jh.Z_FINISH && r3 !== jh.Z_SYNC_FLUSH) || ("string" === this.options.to ? (o3 = Ih.utf8border(s3.output, s3.next_out), i3 = s3.next_out - o3, a3 = Ih.buf2string(s3.output, o3), s3.next_out = i3, s3.avail_out = l2 - i3, i3 && Nh.arraySet(s3.output, s3.output, o3, i3, 0), this.onData(a3)) : this.onData(Nh.shrinkBuf(s3.output, s3.next_out)))), 0 === s3.avail_in && 0 === s3.avail_out && (u2 = true);
|
|
102171
|
+
} while ((s3.avail_in > 0 || 0 === s3.avail_out) && n3 !== jh.Z_STREAM_END);
|
|
102172
|
+
return n3 === jh.Z_STREAM_END && (r3 = jh.Z_FINISH), r3 === jh.Z_FINISH ? (n3 = Rh.inflateEnd(this.strm), this.onEnd(n3), this.ended = true, n3 === jh.Z_OK) : r3 !== jh.Z_SYNC_FLUSH || (this.onEnd(jh.Z_OK), s3.avail_out = 0, true);
|
|
102173
|
+
}, Uh.prototype.onData = function(e3) {
|
|
102172
102174
|
this.chunks.push(e3);
|
|
102173
|
-
},
|
|
102174
|
-
e3 ===
|
|
102175
|
-
},
|
|
102176
|
-
return (t3 = t3 || {}).raw = true,
|
|
102177
|
-
},
|
|
102178
|
-
var
|
|
102179
|
-
(0,
|
|
102180
|
-
var
|
|
102181
|
-
function
|
|
102175
|
+
}, Uh.prototype.onEnd = function(e3) {
|
|
102176
|
+
e3 === jh.Z_OK && ("string" === this.options.to ? this.result = this.chunks.join("") : this.result = Nh.flattenChunks(this.chunks)), this.chunks = [], this.err = e3, this.msg = this.strm.msg;
|
|
102177
|
+
}, th.Inflate = Uh, th.inflate = Mh, th.inflateRaw = function(e3, t3) {
|
|
102178
|
+
return (t3 = t3 || {}).raw = true, Mh(e3, t3);
|
|
102179
|
+
}, th.ungzip = Mh;
|
|
102180
|
+
var qh = {};
|
|
102181
|
+
(0, oc.assign)(qh, ic, th, Eh);
|
|
102182
|
+
var Wh = qh;
|
|
102183
|
+
function $h({ type: e3, value: t3, compress: n3, serialize: r3 }) {
|
|
102182
102184
|
const o3 = { type: e3, value: t3 };
|
|
102183
|
-
return n3 && (o3.value =
|
|
102185
|
+
return n3 && (o3.value = Wh.deflate(new Uint8Array(o3.value)), o3.compressed = true), r3 && (o3.value = function(e4) {
|
|
102184
102186
|
const t4 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), n4 = new Uint8Array(e4), r4 = n4.length, o4 = r4 % 3, i3 = [], a3 = 16383;
|
|
102185
102187
|
let s3;
|
|
102186
102188
|
for (let e5 = 0, t5 = r4 - o4; e5 < t5; e5 += a3)
|
|
@@ -102196,53 +102198,53 @@ var require_processPagePollCjs = __commonJS({
|
|
|
102196
102198
|
}
|
|
102197
102199
|
}(o3.value)), o3;
|
|
102198
102200
|
}
|
|
102199
|
-
function
|
|
102201
|
+
function Vh(e3) {
|
|
102200
102202
|
return /^(blob|https?):/.test(e3);
|
|
102201
102203
|
}
|
|
102202
|
-
function
|
|
102204
|
+
function Zh(e3) {
|
|
102203
102205
|
const t3 = e3 && e3.match(/(^[^#]*)/), n3 = t3 && t3[1] || e3;
|
|
102204
102206
|
return n3 && n3.replace(/\?\s*$/, "?") || e3;
|
|
102205
102207
|
}
|
|
102206
|
-
const
|
|
102208
|
+
const Kh = (...e3) => {
|
|
102207
102209
|
};
|
|
102208
|
-
function
|
|
102210
|
+
function Hh(e3) {
|
|
102209
102211
|
return e3.reduce((e4, t3) => e4.concat(t3), []);
|
|
102210
102212
|
}
|
|
102211
|
-
let
|
|
102212
|
-
function
|
|
102213
|
-
if (
|
|
102214
|
-
return
|
|
102213
|
+
let Gh;
|
|
102214
|
+
function Yh() {
|
|
102215
|
+
if (Gh)
|
|
102216
|
+
return Gh;
|
|
102215
102217
|
if (void 0 === e2 || window.top === window)
|
|
102216
102218
|
return window.fetch;
|
|
102217
102219
|
try {
|
|
102218
102220
|
const t3 = e2.createElement("iframe");
|
|
102219
102221
|
t3.setAttribute("data-applitools-skip", "true"), t3.style.display = "none", e2.head.appendChild(t3);
|
|
102220
102222
|
const n3 = t3.contentWindow, r3 = n3.fetch;
|
|
102221
|
-
"function" == typeof r3 && (
|
|
102223
|
+
"function" == typeof r3 && (Gh = r3.bind(n3));
|
|
102222
102224
|
} catch (e3) {
|
|
102223
102225
|
}
|
|
102224
|
-
return
|
|
102226
|
+
return Gh || window.fetch;
|
|
102225
102227
|
}
|
|
102226
|
-
function
|
|
102228
|
+
function Xh(t3) {
|
|
102227
102229
|
const n3 = new TextDecoder("utf-8").decode(t3), r3 = e2.head || e2.querySelectorAll("head")[0], o3 = e2.createElement("style");
|
|
102228
102230
|
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;
|
|
102229
102231
|
}
|
|
102230
|
-
function
|
|
102232
|
+
function Qh(e3, t3, n3 = Kh) {
|
|
102231
102233
|
let r3;
|
|
102232
102234
|
if (t3)
|
|
102233
102235
|
try {
|
|
102234
102236
|
t3.cssRules, r3 = t3;
|
|
102235
102237
|
} catch (o3) {
|
|
102236
102238
|
n3(`[dom-snapshot] could not access cssRules for ${t3.href} ${o3}
|
|
102237
|
-
creating temp style for access.`), r3 =
|
|
102239
|
+
creating temp style for access.`), r3 = Xh(e3);
|
|
102238
102240
|
}
|
|
102239
102241
|
else
|
|
102240
|
-
r3 =
|
|
102242
|
+
r3 = Xh(e3);
|
|
102241
102243
|
return { corsFreeStyleSheet: r3, cleanStyleSheet: function() {
|
|
102242
102244
|
r3 !== t3 && r3.ownerNode.parentNode.removeChild(r3.ownerNode);
|
|
102243
102245
|
} };
|
|
102244
102246
|
}
|
|
102245
|
-
function
|
|
102247
|
+
function Jh(e3, { log: t3, compress: n3, serialize: r3 }) {
|
|
102246
102248
|
return e3.reduce(async (e4, { url: o3, element: i3, cdtNode: a3 }) => {
|
|
102247
102249
|
const s3 = new Promise(async (e5) => {
|
|
102248
102250
|
try {
|
|
@@ -102261,19 +102263,19 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102261
102263
|
});
|
|
102262
102264
|
return e4.then((e5) => s3.then((t4) => {
|
|
102263
102265
|
if (t4) {
|
|
102264
|
-
const i4 =
|
|
102266
|
+
const i4 = $h({ type: "image/png", value: t4, compress: n3, serialize: r3 }), a4 = { ...i4, value: i4.value, url: o3 };
|
|
102265
102267
|
e5.push(a4);
|
|
102266
102268
|
}
|
|
102267
102269
|
return e5;
|
|
102268
102270
|
}));
|
|
102269
102271
|
}, Promise.resolve([]));
|
|
102270
102272
|
}
|
|
102271
|
-
const
|
|
102272
|
-
function
|
|
102273
|
-
return e3 &&
|
|
102273
|
+
const ed = "__process_resource";
|
|
102274
|
+
function td(e3) {
|
|
102275
|
+
return e3 && Vh(e3);
|
|
102274
102276
|
}
|
|
102275
102277
|
window[x] = window[x] || {};
|
|
102276
|
-
const
|
|
102278
|
+
const nd = f(function({ doc: t3 = e2, showLogs: n3, useSessionCache: r3, dontFetchResources: o3, fetchTimeout: i3, fetchConcurrency: a3, skipResources: s3, skipRootHtmlResource: l2, compressResources: c2, serializeResources: u2, removeReverseProxyURLPrefixes: h2, elements: d2 } = {}) {
|
|
102277
102279
|
if (arguments[0] instanceof Document) {
|
|
102278
102280
|
t3 = arguments[0];
|
|
102279
102281
|
const e3 = arguments[1];
|
|
@@ -102304,7 +102306,7 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102304
102306
|
try {
|
|
102305
102307
|
const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
|
|
102306
102308
|
if (e4) {
|
|
102307
|
-
const t5 = e4.getItem(
|
|
102309
|
+
const t5 = e4.getItem(ed);
|
|
102308
102310
|
n4 = t5 ? JSON.parse(t5) : {};
|
|
102309
102311
|
}
|
|
102310
102312
|
} catch (t5) {
|
|
@@ -102320,22 +102322,22 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102320
102322
|
}, persist: function() {
|
|
102321
102323
|
if (n4) {
|
|
102322
102324
|
const e4 = t4 || ("undefined" != typeof window ? window.sessionStorage : void 0);
|
|
102323
|
-
e4 && e4.setItem(
|
|
102325
|
+
e4 && e4.setItem(ed, JSON.stringify(n4));
|
|
102324
102326
|
}
|
|
102325
102327
|
} };
|
|
102326
102328
|
}({ log: p2.log }), f2 = {}, g2 = function({ styleSheetCache: e3, CSSRule: t4 = window.CSSRule, removeReverseProxyURLPrefixes: n4 }) {
|
|
102327
102329
|
return function r4(o4) {
|
|
102328
|
-
return
|
|
102330
|
+
return ec(Array.from(o4.cssRules || []).reduce((o5, i4) => {
|
|
102329
102331
|
const a4 = { [t4.IMPORT_RULE]: () => {
|
|
102330
102332
|
const t5 = i4;
|
|
102331
102333
|
return t5.styleSheet && (e3[t5.styleSheet.href] = t5.styleSheet, t5.styleSheet.href) ? t5.styleSheet.href : t5.href;
|
|
102332
|
-
}, [t4.FONT_FACE_RULE]: () =>
|
|
102334
|
+
}, [t4.FONT_FACE_RULE]: () => Ul(i4.cssText, { removeReverseProxyURLPrefixes: n4 }), [t4.SUPPORTS_RULE]: () => r4(i4), [t4.MEDIA_RULE]: () => r4(i4), [t4.STYLE_RULE]: () => Ml(i4.style) }[i4.type], s4 = a4 && a4() || [];
|
|
102333
102335
|
return (null == i4 ? void 0 : i4.cssRules) && s4.push(...r4(i4)), o5.concat(s4);
|
|
102334
102336
|
}, [])).filter((e4) => "#" !== e4[0]);
|
|
102335
102337
|
};
|
|
102336
102338
|
}({ styleSheetCache: f2, removeReverseProxyURLPrefixes: Boolean(null == h2 ? void 0 : h2.length) }), b2 = function({ styleSheetCache: e3 }) {
|
|
102337
102339
|
return function(t4, n4) {
|
|
102338
|
-
const r4 =
|
|
102340
|
+
const r4 = Hh(n4.map((e4) => {
|
|
102339
102341
|
try {
|
|
102340
102342
|
return Array.from(e4.styleSheets);
|
|
102341
102343
|
} catch (e5) {
|
|
@@ -102343,7 +102345,7 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102343
102345
|
}
|
|
102344
102346
|
}));
|
|
102345
102347
|
return e3[t4] || r4.find((e4) => {
|
|
102346
|
-
const n5 = e4.href &&
|
|
102348
|
+
const n5 = e4.href && Zh(e4.href);
|
|
102347
102349
|
return n5 && function(e5) {
|
|
102348
102350
|
const t5 = new URL(e5);
|
|
102349
102351
|
return t5.username && (t5.username = ""), t5.password && (t5.password = ""), t5.href;
|
|
@@ -102352,14 +102354,14 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102352
102354
|
};
|
|
102353
102355
|
}({ styleSheetCache: f2 }), k2 = function(e3) {
|
|
102354
102356
|
return function(t4, n4 = true) {
|
|
102355
|
-
return
|
|
102357
|
+
return ec(Array.from(t4.querySelectorAll("style")).reduce((r4, o4) => {
|
|
102356
102358
|
const i4 = n4 ? Array.from(t4.styleSheets).find((e4) => e4.ownerNode === o4) : o4.sheet;
|
|
102357
102359
|
return i4 ? r4.concat(e3(i4)) : r4;
|
|
102358
102360
|
}, []));
|
|
102359
102361
|
};
|
|
102360
102362
|
}(g2), w2 = function(e3) {
|
|
102361
102363
|
return function(t4) {
|
|
102362
|
-
return t4.adoptedStyleSheets ?
|
|
102364
|
+
return t4.adoptedStyleSheets ? ec(t4.adoptedStyleSheets.reduce((t5, n4) => t5.concat(e3(n4)), [])) : [];
|
|
102363
102365
|
};
|
|
102364
102366
|
}(g2), v2 = function({ parser: e3, decoder: t4, extractResourceUrlsFromStyleTags: n4 }) {
|
|
102365
102367
|
return function(r4) {
|
|
@@ -102367,11 +102369,11 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102367
102369
|
const t5 = e4.getAttribute("srcset");
|
|
102368
102370
|
return t5 ? t5.split(", ").map((e5) => e5.trim().split(/\s+/)[0]) : [];
|
|
102369
102371
|
}).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) {
|
|
102370
|
-
return
|
|
102372
|
+
return Hh(Array.from(e4.querySelectorAll("*[style]")).map((e5) => e5.style.cssText).map((e5) => Ul(e5)).filter(Boolean));
|
|
102371
102373
|
}(i4);
|
|
102372
102374
|
return a4.concat(s4).concat(l3).concat(c3).concat(u3).concat(h3).filter((e4) => "#" !== e4[0]);
|
|
102373
102375
|
};
|
|
102374
|
-
}({ extractResourceUrlsFromStyleTags: k2 }), x2 = function({ fetch: e3 =
|
|
102376
|
+
}({ extractResourceUrlsFromStyleTags: k2 }), x2 = function({ fetch: e3 = Yh(), AbortController: t4 = window.AbortController, timeout: n4 = 1e4, mediaDownloadTimeout: r4 = 3e4 } = {}) {
|
|
102375
102377
|
return function(o4) {
|
|
102376
102378
|
return new Promise((i4, a4) => {
|
|
102377
102379
|
const s4 = new t4(), l3 = () => {
|
|
@@ -102387,13 +102389,13 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102387
102389
|
}).then(i4).catch((e4) => a4(e4));
|
|
102388
102390
|
});
|
|
102389
102391
|
};
|
|
102390
|
-
}({ timeout: i3 }), S2 = function({ fetchUrl: e3, findStyleSheetByUrl: t4, getCorsFreeStyleSheet: n4, extractResourcesFromStyleSheet: r4, extractResourcesFromSvg: o4, sessionCache: i4, cache: a4 = {}, compress: s4, serialize: l3, log: c3 =
|
|
102392
|
+
}({ timeout: i3 }), S2 = function({ fetchUrl: e3, findStyleSheetByUrl: t4, getCorsFreeStyleSheet: n4, extractResourcesFromStyleSheet: r4, extractResourcesFromSvg: o4, sessionCache: i4, cache: a4 = {}, compress: s4, serialize: l3, log: c3 = Kh }) {
|
|
102391
102393
|
return function({ url: u3, documents: h3, getResourceUrlsAndBlobs: d3, forceCreateStyle: p3 = false, skipResources: m3 }) {
|
|
102392
102394
|
if (!a4[u3])
|
|
102393
102395
|
if (i4 && i4.getItem(u3)) {
|
|
102394
102396
|
const e4 = function e5(t5) {
|
|
102395
102397
|
const n5 = i4.getItem(t5);
|
|
102396
|
-
return [t5].concat(n5 ?
|
|
102398
|
+
return [t5].concat(n5 ? ec(Hh(n5.map(e5))) : []);
|
|
102397
102399
|
}(u3);
|
|
102398
102400
|
c3("doProcessResource from sessionStorage", u3, "deps:", e4.slice(1)), a4[u3] = Promise.resolve({ resourceUrls: e4 });
|
|
102399
102401
|
} else if (m3 && m3.indexOf(u3) > -1 || /https:\/\/fonts\.googleapis\.com/.test(u3))
|
|
@@ -102428,9 +102430,9 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102428
102430
|
} catch (e5) {
|
|
102429
102431
|
c3("could not parse svg content", e5);
|
|
102430
102432
|
}
|
|
102431
|
-
const v3 = { [e4]:
|
|
102433
|
+
const v3 = { [e4]: $h({ type: a6, value: f4, compress: s4, serialize: l3 }) };
|
|
102432
102434
|
if (w3) {
|
|
102433
|
-
const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(
|
|
102435
|
+
const t5 = w3.map((t6) => y(t6, e4.replace(/^blob:/, ""))).map(Zh).filter(Vh);
|
|
102434
102436
|
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) }));
|
|
102435
102437
|
}
|
|
102436
102438
|
return i4 && i4.setItem(e4, []), { blobsObj: v3 };
|
|
@@ -102445,14 +102447,14 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102445
102447
|
}), c3("cleared from sessionStorage:", u3);
|
|
102446
102448
|
}
|
|
102447
102449
|
};
|
|
102448
|
-
}({ fetchUrl: x2, findStyleSheetByUrl: b2, getCorsFreeStyleSheet:
|
|
102450
|
+
}({ fetchUrl: x2, findStyleSheetByUrl: b2, getCorsFreeStyleSheet: Qh, extractResourcesFromStyleSheet: g2, extractResourcesFromSvg: v2, log: p2.log, sessionCache: m2, compress: c2, serialize: u2 }), C2 = function({ processResource: e3, aggregateResourceUrlsAndBlobs: t4, concurrency: n4 = 100 }) {
|
|
102449
102451
|
if (!Number.isInteger(n4) || n4 < 1)
|
|
102450
102452
|
throw new TypeError(`concurrency must be an integer >= 1, got ${n4}`);
|
|
102451
|
-
const r4 =
|
|
102453
|
+
const r4 = rc(n4);
|
|
102452
102454
|
return function n5({ documents: o4, urls: i4, forceCreateStyle: a4 = false, skipResources: s4 }) {
|
|
102453
102455
|
return Promise.all(i4.map((t5) => r4(() => e3({ url: t5, documents: o4, getResourceUrlsAndBlobs: n5, forceCreateStyle: a4, skipResources: s4 })))).then((e4) => t4(e4));
|
|
102454
102456
|
};
|
|
102455
|
-
}({ processResource: S2, aggregateResourceUrlsAndBlobs:
|
|
102457
|
+
}({ processResource: S2, aggregateResourceUrlsAndBlobs: tc, concurrency: a3 });
|
|
102456
102458
|
return function t4(n4, r4 = n4.location.href) {
|
|
102457
102459
|
const i4 = function(e3) {
|
|
102458
102460
|
const t5 = e3.querySelectorAll("base")[0] && e3.querySelectorAll("base")[0].href;
|
|
@@ -102552,12 +102554,12 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102552
102554
|
}, void 0);
|
|
102553
102555
|
return o4 += e3.length, t6;
|
|
102554
102556
|
});
|
|
102555
|
-
}(d2), { cdt: h3, docRoots: f3, canvasElements: g3, frames: b3, inlineFrames: v3, crossFrames: x3, linkUrls: S3, imageBlobs: z2, videoBlobs: A2 } =
|
|
102557
|
+
}(d2), { cdt: h3, docRoots: f3, canvasElements: g3, frames: b3, inlineFrames: v3, crossFrames: x3, linkUrls: S3, imageBlobs: z2, videoBlobs: A2 } = Yl(n4, i4, p2), T2 = Hh(f3.map((e3) => k2(e3))), O2 = Hh(f3.map((e3) => w2(e3))), L2 = (B2 = i4, function(e3) {
|
|
102556
102558
|
try {
|
|
102557
|
-
return _(y(e3,
|
|
102559
|
+
return _(y(e3, B2));
|
|
102558
102560
|
} catch (e4) {
|
|
102559
102561
|
}
|
|
102560
|
-
}), E2 =
|
|
102562
|
+
}), E2 = ec(Array.from(S3).concat(Array.from(T2)).concat(Array.from(O2))).map((e3) => e3.trim()).reduce((e3, t5) => {
|
|
102561
102563
|
e3.push(t5);
|
|
102562
102564
|
const n5 = function(e4) {
|
|
102563
102565
|
return e4 && e4.replace(/(\\[0-9a-fA-F]{1,6}\s?)/g, (e5) => {
|
|
@@ -102566,18 +102568,18 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102566
102568
|
}) || e4;
|
|
102567
102569
|
}(t5);
|
|
102568
102570
|
return n5 !== t5 && e3.push(n5), e3;
|
|
102569
|
-
}, []).map(L2).map(
|
|
102571
|
+
}, []).map(L2).map(Zh).filter(td).filter((e3) => !l2 || e3 !== Zh(r4)), R2 = o3 ? Promise.resolve({ resourceUrls: E2, blobsObj: {} }) : C2({ documents: f3, urls: E2, skipResources: s3 }).then((e3) => (m2 && m2.persist(), e3)), N2 = Jh(g3, { log: p2.log, compress: c2, serialize: u2 }), I2 = R2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, log: r5, compress: o4, serialize: i5, sessionCache: a5 }) {
|
|
102570
102572
|
if (!t5.body || 0 === e4.length)
|
|
102571
102573
|
return Promise.resolve([]);
|
|
102572
102574
|
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");
|
|
102573
102575
|
c3.style.display = "none";
|
|
102574
|
-
const u3 =
|
|
102576
|
+
const u3 = Kl(t5.body);
|
|
102575
102577
|
return u3.appendChild(c3), Promise.all(l3.map(({ element: e5, url: t6, cdtNode: n6 }) => {
|
|
102576
102578
|
try {
|
|
102577
|
-
return c3.width = e5.naturalWidth, c3.height = e5.naturalHeight, c3.getContext("2d").drawImage(
|
|
102579
|
+
return c3.width = e5.naturalWidth, c3.height = e5.naturalHeight, c3.getContext("2d").drawImage(Kl.unwrap(e5), 0, 0), Jh([{ url: t6, element: c3, cdtNode: n6 }], { log: r5, compress: o4, serialize: i5 });
|
|
102578
102580
|
} catch (e6) {
|
|
102579
102581
|
}
|
|
102580
|
-
})).then((e5) =>
|
|
102582
|
+
})).then((e5) => Hh(e5)).catch().finally(() => {
|
|
102581
102583
|
u3.removeChild(c3);
|
|
102582
102584
|
});
|
|
102583
102585
|
}(z2, { fetchedBlobs: e3.blobsObj, doc: n4, log: p2.log, compress: c2, serialize: u2, sessionCache: m2 })), j2 = R2.then((e3) => function(e4, { doc: t5, fetchedBlobs: n5, compress: r5, serialize: o4, sessionCache: i5 }) {
|
|
@@ -102590,15 +102592,15 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102590
102592
|
const a6 = new MediaRecorder(n6, { mimeType: "video/webm" });
|
|
102591
102593
|
a6.addEventListener("dataavailable", (n7) => {
|
|
102592
102594
|
a6.stop(), e5.pause(), n7.data.arrayBuffer().then((e6) => {
|
|
102593
|
-
const a7 =
|
|
102595
|
+
const a7 = $h({ type: n7.data.type, value: e6, compress: r5, serialize: o4 });
|
|
102594
102596
|
a7.url = t6, i6(a7);
|
|
102595
102597
|
});
|
|
102596
102598
|
}, { once: true }), e5.play(), a6.start(), setTimeout(() => a6.requestData(), 1e3);
|
|
102597
102599
|
});
|
|
102598
|
-
})).then((e5) =>
|
|
102599
|
-
}(A2, { fetchedBlobs: e3.blobsObj, doc: n4, log: p2.log, compress: c2, serialize: u2, sessionCache: m2 })), D2 = b3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5)),
|
|
102600
|
-
var
|
|
102601
|
-
return Promise.all([R2, N2, I2, j2, ...D2, ...
|
|
102600
|
+
})).then((e5) => Hh(e5));
|
|
102601
|
+
}(A2, { fetchedBlobs: e3.blobsObj, doc: n4, log: p2.log, compress: c2, serialize: u2, sessionCache: m2 })), D2 = b3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5)), P2 = v3.map(({ element: e3, url: n5 }) => t4(e3.contentDocument, n5));
|
|
102602
|
+
var B2;
|
|
102603
|
+
return Promise.all([R2, N2, I2, j2, ...D2, ...P2]).then(function(e3) {
|
|
102602
102604
|
const { resourceUrls: t5, blobsObj: n5 } = e3[0], o4 = e3[1], s4 = e3[2], l3 = e3[3], c3 = e3.slice(4), u3 = F2("src"), m3 = F2("data-applitools-selector"), f4 = m3 ? `[data-applitools-selector="${m3}"]` : void 0, g4 = function(e4) {
|
|
102603
102605
|
return Object.keys(e4).map((t6) => Object.assign({ url: t6.replace(/^blob:/, "") }, e4[t6]));
|
|
102604
102606
|
}(n5).concat(o4).concat(s4).concat(l3), b4 = [...p2.getWarnings()], y2 = [];
|
|
@@ -102638,7 +102640,7 @@ creating temp style for access.`), r3 = Yh(e3);
|
|
|
102638
102640
|
}, window[x], "domSnapshotResult");
|
|
102639
102641
|
return function(e3) {
|
|
102640
102642
|
try {
|
|
102641
|
-
return JSON.stringify(
|
|
102643
|
+
return JSON.stringify(nd(e3)(e3));
|
|
102642
102644
|
} catch (e4) {
|
|
102643
102645
|
return JSON.stringify({ status: "ERROR", error: e4.message });
|
|
102644
102646
|
}
|
|
@@ -103992,8 +103994,6 @@ var require_requests3 = __commonJS({
|
|
|
103992
103994
|
...toServerEnvironment(settings2.environment)
|
|
103993
103995
|
};
|
|
103994
103996
|
if (utils2.types.has(settings2.environment, "type") && settings2.environment.type === "native") {
|
|
103995
|
-
renderOptions.renderInfo.vhsType = target.vhsType;
|
|
103996
|
-
renderOptions.renderInfo.vhsCompatibilityParams = target.vhsCompatibilityParams;
|
|
103997
103997
|
renderOptions.renderInfo.stitchMode = settings2.stitchMode;
|
|
103998
103998
|
}
|
|
103999
103999
|
if (settings2.region) {
|
|
@@ -104301,7 +104301,7 @@ var require_resource = __commonJS({
|
|
|
104301
104301
|
return result;
|
|
104302
104302
|
};
|
|
104303
104303
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
104304
|
-
exports.makeHashedResource = exports.makeResource = void 0;
|
|
104304
|
+
exports.makeHashedEntry = exports.makeHashedResource = exports.makeResource = void 0;
|
|
104305
104305
|
var buffer_1 = require_buffer();
|
|
104306
104306
|
var crypto_1 = require_crypto_browserify();
|
|
104307
104307
|
var utils2 = __importStar(require_browser3());
|
|
@@ -104349,6 +104349,19 @@ var require_resource = __commonJS({
|
|
|
104349
104349
|
};
|
|
104350
104350
|
}
|
|
104351
104351
|
exports.makeHashedResource = makeHashedResource;
|
|
104352
|
+
function makeHashedEntry({ url, hash, rootDomSnapshot }, resourceDependencies = []) {
|
|
104353
|
+
if ("errorStatusCode" in hash) {
|
|
104354
|
+
return { url, errorStatusCode: hash.errorStatusCode };
|
|
104355
|
+
}
|
|
104356
|
+
return {
|
|
104357
|
+
url,
|
|
104358
|
+
hash: hash.hash,
|
|
104359
|
+
contentType: hash.contentType,
|
|
104360
|
+
...rootDomSnapshot && { rootDomSnapshot },
|
|
104361
|
+
resourceDependencies
|
|
104362
|
+
};
|
|
104363
|
+
}
|
|
104364
|
+
exports.makeHashedEntry = makeHashedEntry;
|
|
104352
104365
|
function isDomOrVHS(resource) {
|
|
104353
104366
|
return [
|
|
104354
104367
|
"x-applitools-html/cdt",
|
|
@@ -104386,10 +104399,11 @@ var require_resource_dom = __commonJS({
|
|
|
104386
104399
|
exports.makeResourceDom = void 0;
|
|
104387
104400
|
var resource_1 = require_resource();
|
|
104388
104401
|
function makeResourceDom({ cdt, resources }) {
|
|
104389
|
-
const
|
|
104402
|
+
const payload = {
|
|
104390
104403
|
resources: Object.fromEntries(Object.entries(resources).sort(([url1], [url2]) => url1 > url2 ? 1 : -1)),
|
|
104391
104404
|
domNodes: cdt
|
|
104392
|
-
}
|
|
104405
|
+
};
|
|
104406
|
+
const value = new TextEncoder().encode(JSON.stringify(payload));
|
|
104393
104407
|
const resource = (0, resource_1.makeResource)({ value, contentType: "x-applitools-html/cdt" });
|
|
104394
104408
|
resource.id = `dom/${resource.hash.hash}`;
|
|
104395
104409
|
return resource;
|
|
@@ -104495,22 +104509,97 @@ var require_create_render_target = __commonJS({
|
|
|
104495
104509
|
return buffer_1.Buffer.from(resourceData, "utf-8");
|
|
104496
104510
|
};
|
|
104497
104511
|
}
|
|
104512
|
+
function computeReplaceUrlSettings(snapshot, replaceResourceUrl) {
|
|
104513
|
+
if (!replaceResourceUrl || !utils2.types.has(snapshot, "url"))
|
|
104514
|
+
return void 0;
|
|
104515
|
+
return { from: getSnapshotOrigin(snapshot.url), to: replaceResourceUrl };
|
|
104516
|
+
}
|
|
104517
|
+
function collectDirectUrls(snapshot, replaceResourceUrlsSettings) {
|
|
104518
|
+
var _a, _b, _c;
|
|
104519
|
+
return [
|
|
104520
|
+
...((_a = snapshot.resourceUrls) !== null && _a !== void 0 ? _a : []).map((url) => replaceResourceUrlIfNeeded(url, replaceResourceUrlsSettings)),
|
|
104521
|
+
...Object.keys((_b = snapshot.resourceContents) !== null && _b !== void 0 ? _b : {}).map((url) => replaceResourceUrlIfNeeded(url, replaceResourceUrlsSettings)),
|
|
104522
|
+
...((_c = snapshot.frames) !== null && _c !== void 0 ? _c : []).map((f) => replaceResourceUrlIfNeeded(f.url, replaceResourceUrlsSettings))
|
|
104523
|
+
];
|
|
104524
|
+
}
|
|
104525
|
+
function buildUrlList(snapshotUrl, finalResources, originalSnapshotResource) {
|
|
104526
|
+
const urls = [snapshotUrl, ...Object.keys(finalResources).filter((url) => url !== snapshotUrl)];
|
|
104527
|
+
if (originalSnapshotResource)
|
|
104528
|
+
urls.push(snapshotUrl);
|
|
104529
|
+
return urls;
|
|
104530
|
+
}
|
|
104531
|
+
function buildHashedEntries({ urls, urlToIndex, directUrls, dependencyMap, finalResources, originalSnapshotResource }) {
|
|
104532
|
+
return urls.map((url, i) => {
|
|
104533
|
+
var _a;
|
|
104534
|
+
let deps;
|
|
104535
|
+
if (i === 0) {
|
|
104536
|
+
deps = directUrls.map((u) => urlToIndex.get(u)).filter((i2) => i2 !== void 0);
|
|
104537
|
+
} else if ((_a = dependencyMap[url]) === null || _a === void 0 ? void 0 : _a.length) {
|
|
104538
|
+
deps = dependencyMap[url].map((u) => urlToIndex.get(u)).filter((i2) => i2 !== void 0);
|
|
104539
|
+
} else {
|
|
104540
|
+
deps = [];
|
|
104541
|
+
}
|
|
104542
|
+
const hash = originalSnapshotResource && i === urls.length - 1 && url === urls[0] ? originalSnapshotResource : finalResources[url];
|
|
104543
|
+
return (0, resource_1.makeHashedEntry)({ url, hash, rootDomSnapshot: i === 0 ? true : void 0 }, deps);
|
|
104544
|
+
});
|
|
104545
|
+
}
|
|
104546
|
+
function buildDomRenderTarget({ snapshot, finalResources, dependencyMap, originalSnapshotResource, replaceResourceUrlsSettings }) {
|
|
104547
|
+
const snapshotUrl = snapshot.url;
|
|
104548
|
+
const directUrls = collectDirectUrls(snapshot, replaceResourceUrlsSettings);
|
|
104549
|
+
const urls = buildUrlList(snapshotUrl, finalResources, originalSnapshotResource);
|
|
104550
|
+
const urlToIndex = new Map(urls.map((url, i) => [url, i]));
|
|
104551
|
+
const entries = buildHashedEntries({
|
|
104552
|
+
urls,
|
|
104553
|
+
urlToIndex,
|
|
104554
|
+
directUrls,
|
|
104555
|
+
dependencyMap,
|
|
104556
|
+
finalResources,
|
|
104557
|
+
originalSnapshotResource
|
|
104558
|
+
});
|
|
104559
|
+
const snapshotResource = finalResources[snapshotUrl];
|
|
104560
|
+
delete finalResources[snapshotUrl];
|
|
104561
|
+
return { snapshot: snapshotResource, resources: { entries }, source: snapshotUrl };
|
|
104562
|
+
}
|
|
104563
|
+
function buildDependencyMap({ snapshot, snapshotResources, processedDomResource, frameResources, replaceResourceUrlsSettings }) {
|
|
104564
|
+
const frameDependencyMapping = frameResources.reduce((deps, resources, index) => {
|
|
104565
|
+
Object.assign(deps, resources.dependencyMap);
|
|
104566
|
+
const frameSnapshot = snapshot.frames[index];
|
|
104567
|
+
if (utils2.types.has(frameSnapshot, "cdt")) {
|
|
104568
|
+
const frameUrl = replaceResourceUrlIfNeeded(frameSnapshot.url, replaceResourceUrlsSettings);
|
|
104569
|
+
const frameDeps = Object.keys(resources.mapping).filter((url) => url !== frameUrl);
|
|
104570
|
+
if (frameDeps.length)
|
|
104571
|
+
deps[frameUrl] = frameDeps;
|
|
104572
|
+
}
|
|
104573
|
+
return deps;
|
|
104574
|
+
}, {});
|
|
104575
|
+
return {
|
|
104576
|
+
...frameDependencyMapping,
|
|
104577
|
+
...snapshotResources.dependencyMap,
|
|
104578
|
+
...processedDomResource.dependencyMap
|
|
104579
|
+
};
|
|
104580
|
+
}
|
|
104498
104581
|
function makeCreateRenderTarget({ processResources, logger: mainLogger, replaceResourceUrl }) {
|
|
104499
104582
|
return async function createRenderTarget({ snapshot, settings, logger = mainLogger }) {
|
|
104500
104583
|
logger = logger.extend(mainLogger, { tags: [`render-target-${utils2.general.shortid()}`] });
|
|
104584
|
+
const replaceResourceUrlsSettings = computeReplaceUrlSettings(snapshot, replaceResourceUrl);
|
|
104501
104585
|
const processedSnapshotResources = await processSnapshotResources({ snapshot, settings, logger });
|
|
104502
104586
|
const resources = await processedSnapshotResources.promise;
|
|
104503
|
-
const
|
|
104587
|
+
const { dependencyMap, originalSnapshotResource } = processedSnapshotResources;
|
|
104588
|
+
const finalResources = replaceResourceUrl ? Object.entries(resources).sort(([url1], [url2]) => url1.localeCompare(url2)).reduce((mapping, [url, resource]) => {
|
|
104504
104589
|
mapping[url] = resource;
|
|
104505
104590
|
return mapping;
|
|
104506
104591
|
}, {}) : resources;
|
|
104507
104592
|
if (utils2.types.has(snapshot, "cdt")) {
|
|
104508
|
-
|
|
104509
|
-
|
|
104510
|
-
|
|
104593
|
+
return buildDomRenderTarget({
|
|
104594
|
+
snapshot,
|
|
104595
|
+
finalResources,
|
|
104596
|
+
dependencyMap,
|
|
104597
|
+
originalSnapshotResource,
|
|
104598
|
+
replaceResourceUrlsSettings
|
|
104599
|
+
});
|
|
104511
104600
|
} else {
|
|
104512
104601
|
const snapshotResource = resources.vhs;
|
|
104513
|
-
return
|
|
104602
|
+
return { snapshot: snapshotResource, resources: { entries: [] } };
|
|
104514
104603
|
}
|
|
104515
104604
|
};
|
|
104516
104605
|
async function processSnapshotResources({ snapshot, settings, logger }) {
|
|
@@ -104563,7 +104652,7 @@ var require_create_render_target = __commonJS({
|
|
|
104563
104652
|
const domResource = utils2.types.has(snapshot, "cdt") ? {
|
|
104564
104653
|
[snapshot.url]: (0, resource_dom_1.makeResourceDom)({
|
|
104565
104654
|
cdt: replaceUrlInContentIfNeeded(snapshot.cdt, replaceResourceUrlsSettings),
|
|
104566
|
-
resources: resourceMappingWithoutDom
|
|
104655
|
+
resources: Object.fromEntries(Object.entries(resourceMappingWithoutDom).filter(([url]) => url !== snapshot.url))
|
|
104567
104656
|
})
|
|
104568
104657
|
} : {
|
|
104569
104658
|
vhs: (0, resource_vhs_1.makeResourceVhs)({
|
|
@@ -104578,13 +104667,23 @@ var require_create_render_target = __commonJS({
|
|
|
104578
104667
|
const frameResourceMapping = frameResources.reduce((mapping, resources) => {
|
|
104579
104668
|
return Object.assign(mapping, resources.mapping);
|
|
104580
104669
|
}, {});
|
|
104670
|
+
const originalSnapshotResource = utils2.types.has(snapshot, "url") ? snapshotResourcesMapping[snapshot.url] : void 0;
|
|
104581
104671
|
const resourceMapping = {
|
|
104582
104672
|
...frameResourceMapping,
|
|
104583
104673
|
...snapshotResources.mapping,
|
|
104584
104674
|
...processedDomResource.mapping
|
|
104585
104675
|
};
|
|
104676
|
+
const dependencyMap = buildDependencyMap({
|
|
104677
|
+
snapshot,
|
|
104678
|
+
snapshotResources,
|
|
104679
|
+
processedDomResource,
|
|
104680
|
+
frameResources,
|
|
104681
|
+
replaceResourceUrlsSettings
|
|
104682
|
+
});
|
|
104586
104683
|
return {
|
|
104587
104684
|
mapping: resourceMapping,
|
|
104685
|
+
dependencyMap,
|
|
104686
|
+
originalSnapshotResource,
|
|
104588
104687
|
promise: Promise.all([
|
|
104589
104688
|
snapshotResources.promise,
|
|
104590
104689
|
processedDomResource.promise,
|
|
@@ -122038,6 +122137,7 @@ var require_process_resources = __commonJS({
|
|
|
122038
122137
|
var utils2 = __importStar(require_browser3());
|
|
122039
122138
|
function makeProcessResources({ fetchResource, uploadResource, cache = /* @__PURE__ */ new Map(), asyncCache, logger: mainLogger }) {
|
|
122040
122139
|
return async function processResources({ resources, settings, logger = mainLogger }) {
|
|
122140
|
+
var _a;
|
|
122041
122141
|
logger = logger.extend(mainLogger, { tags: [`process-resources-${utils2.general.shortid()}`] });
|
|
122042
122142
|
const processedResources = await Object.entries(resources).reduce(async (processedResourcesPromise, [url, resource]) => {
|
|
122043
122143
|
if (utils2.types.has(resource, "value") || utils2.types.has(resource, "errorStatusCode")) {
|
|
@@ -122053,12 +122153,15 @@ var require_process_resources = __commonJS({
|
|
|
122053
122153
|
}
|
|
122054
122154
|
}, Promise.resolve({}));
|
|
122055
122155
|
const mapping = {};
|
|
122156
|
+
const dependencyMap = {};
|
|
122056
122157
|
const ready = [];
|
|
122057
122158
|
for (const [url, processedResource] of Object.entries(processedResources)) {
|
|
122058
122159
|
mapping[url] = processedResource.hash;
|
|
122160
|
+
if ((_a = processedResource.dependencies) === null || _a === void 0 ? void 0 : _a.length)
|
|
122161
|
+
dependencyMap[url] = processedResource.dependencies;
|
|
122059
122162
|
ready.push(processedResource.ready);
|
|
122060
122163
|
}
|
|
122061
|
-
return { mapping, promise: Promise.all(ready).then(() => mapping) };
|
|
122164
|
+
return { mapping, dependencyMap, promise: Promise.all(ready).then(() => mapping) };
|
|
122062
122165
|
};
|
|
122063
122166
|
async function processContentfulResource({ resource, logger = mainLogger }) {
|
|
122064
122167
|
var _a;
|
|
@@ -128310,7 +128413,7 @@ var require_package3 = __commonJS({
|
|
|
128310
128413
|
"../core/package.json"(exports, module) {
|
|
128311
128414
|
module.exports = {
|
|
128312
128415
|
name: "@applitools/core",
|
|
128313
|
-
version: "4.
|
|
128416
|
+
version: "4.61.1",
|
|
128314
128417
|
homepage: "https://applitools.com",
|
|
128315
128418
|
bugs: {
|
|
128316
128419
|
url: "https://github.com/applitools/eyes.sdk.javascript1/issues"
|
|
@@ -129852,7 +129955,7 @@ var require_package4 = __commonJS({
|
|
|
129852
129955
|
"../eyes/package.json"(exports, module) {
|
|
129853
129956
|
module.exports = {
|
|
129854
129957
|
name: "@applitools/eyes",
|
|
129855
|
-
version: "1.
|
|
129958
|
+
version: "1.40.1",
|
|
129856
129959
|
keywords: [
|
|
129857
129960
|
"applitools",
|
|
129858
129961
|
"eyes",
|
|
@@ -131467,7 +131570,7 @@ var require_package5 = __commonJS({
|
|
|
131467
131570
|
"package.json"(exports, module) {
|
|
131468
131571
|
module.exports = {
|
|
131469
131572
|
name: "@applitools/eyes-browser",
|
|
131470
|
-
version: "1.6.
|
|
131573
|
+
version: "1.6.15",
|
|
131471
131574
|
type: "module",
|
|
131472
131575
|
keywords: [
|
|
131473
131576
|
"applitools",
|