vue3-beak-ui-framework 1.2.48 → 1.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{date-CIlMCC64.js → date-Bk60ii9w.js} +1 -1
- package/dist/{index-CI5bgGul.js → index-BoGXa79k.js} +254 -134
- package/dist/{index-BrMuqKYB.js → index-C0Vc28Q_.js} +14472 -14230
- package/dist/style.css +1 -1
- package/dist/vue3-beak-ui-framework-lib.es.js +1 -1
- package/dist/vue3-beak-ui-framework-lib.umd.js +252 -172
- package/package.json +1 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as Ua } from "./index-
|
|
1
|
+
import { g as Ua } from "./index-C0Vc28Q_.js";
|
|
2
2
|
function Le(o) {
|
|
3
3
|
if (!o)
|
|
4
4
|
return;
|
|
@@ -116,7 +116,7 @@ function* xe(o, e) {
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
function ue(o, e) {
|
|
119
|
-
if (e && o === e)
|
|
119
|
+
if (!o || e && o === e)
|
|
120
120
|
return;
|
|
121
121
|
let t = Ga(o);
|
|
122
122
|
if (t)
|
|
@@ -199,7 +199,16 @@ function So(o) {
|
|
|
199
199
|
let l = e.getAttribute("id");
|
|
200
200
|
e.setAttribute("data-id", l), e.removeAttribute("id");
|
|
201
201
|
}
|
|
202
|
-
if (e.hasAttribute("data-break-before") && e.removeAttribute("data-break-before"), e.hasAttribute("data-previous-break-after") && e.removeAttribute("data-previous-break-after"), i.length ? i[i.length - 1].appendChild(e) : a.appendChild(e),
|
|
202
|
+
if (e.hasAttribute("data-break-before") && e.removeAttribute("data-break-before"), e.hasAttribute("data-previous-break-after") && e.removeAttribute("data-previous-break-after"), i.length ? i[i.length - 1].appendChild(e) : a.appendChild(e), e.nodeName === "TABLE") {
|
|
203
|
+
Array.from(t.children).filter((c) => c.nodeName === "COLGROUP").forEach((c) => {
|
|
204
|
+
e.appendChild(c.cloneNode(!0));
|
|
205
|
+
});
|
|
206
|
+
let d = Array.from(t.children).find((c) => c.nodeName === "THEAD");
|
|
207
|
+
d && e.appendChild(d.cloneNode(!0));
|
|
208
|
+
let p = Array.from(t.children).find((c) => c.nodeName === "TFOOT");
|
|
209
|
+
p && e.appendChild(p.cloneNode(!0));
|
|
210
|
+
}
|
|
211
|
+
if (i.push(e), e.nodeName === "TD" && t.parentElement.contains(t)) {
|
|
203
212
|
let l = t, d = e;
|
|
204
213
|
for (; l = l.previousElementSibling; ) {
|
|
205
214
|
let p = l.cloneNode(!1);
|
|
@@ -309,17 +318,19 @@ function Yo(o, e = !1) {
|
|
|
309
318
|
return o.cloneNode(e);
|
|
310
319
|
}
|
|
311
320
|
function te(o, e, t) {
|
|
321
|
+
if (!o || !e || !o.getAttribute)
|
|
322
|
+
return null;
|
|
312
323
|
const r = o.getAttribute("data-ref");
|
|
313
|
-
return Ko(r, e, t);
|
|
324
|
+
return r ? Ko(r, e, t) : null;
|
|
314
325
|
}
|
|
315
326
|
function Ko(o, e, t) {
|
|
316
327
|
return !t && e.indexOfRefs && e.indexOfRefs[o] ? e.indexOfRefs[o] : e.querySelector(`[data-ref='${o}']`);
|
|
317
328
|
}
|
|
318
|
-
function
|
|
329
|
+
function Da(o) {
|
|
319
330
|
return !!(se(o) || re(o) && o.dataset.ref);
|
|
320
331
|
}
|
|
321
332
|
function Ce(o) {
|
|
322
|
-
for (; !
|
|
333
|
+
for (; !Da(o) && (o.previousSibling ? o = o.previousSibling : o = o.parentNode, !!o); )
|
|
323
334
|
;
|
|
324
335
|
return o;
|
|
325
336
|
}
|
|
@@ -384,6 +395,8 @@ function Ie(o, e, t) {
|
|
|
384
395
|
}
|
|
385
396
|
}
|
|
386
397
|
function Ga(o) {
|
|
398
|
+
if (!o)
|
|
399
|
+
return null;
|
|
387
400
|
for (; o = o.nextSibling; )
|
|
388
401
|
if (!Oe(o)) return o;
|
|
389
402
|
return null;
|
|
@@ -434,9 +447,9 @@ function ko() {
|
|
|
434
447
|
return e !== o && e !== null;
|
|
435
448
|
}, Me;
|
|
436
449
|
}
|
|
437
|
-
var
|
|
450
|
+
var Ne, on;
|
|
438
451
|
function el() {
|
|
439
|
-
if (on) return
|
|
452
|
+
if (on) return Ne;
|
|
440
453
|
on = 1;
|
|
441
454
|
var o = ko(), e = {
|
|
442
455
|
object: !0,
|
|
@@ -444,23 +457,23 @@ function el() {
|
|
|
444
457
|
undefined: !0
|
|
445
458
|
/* document.all */
|
|
446
459
|
};
|
|
447
|
-
return
|
|
460
|
+
return Ne = function(t) {
|
|
448
461
|
return o(t) ? hasOwnProperty.call(e, typeof t) : !1;
|
|
449
|
-
},
|
|
462
|
+
}, Ne;
|
|
450
463
|
}
|
|
451
|
-
var
|
|
464
|
+
var De, ln;
|
|
452
465
|
function tl() {
|
|
453
|
-
if (ln) return
|
|
466
|
+
if (ln) return De;
|
|
454
467
|
ln = 1;
|
|
455
468
|
var o = el();
|
|
456
|
-
return
|
|
469
|
+
return De = function(e) {
|
|
457
470
|
if (!o(e)) return !1;
|
|
458
471
|
try {
|
|
459
472
|
return e.constructor ? e.constructor.prototype === e : !1;
|
|
460
473
|
} catch {
|
|
461
474
|
return !1;
|
|
462
475
|
}
|
|
463
|
-
},
|
|
476
|
+
}, De;
|
|
464
477
|
}
|
|
465
478
|
var Fe, dn;
|
|
466
479
|
function rl() {
|
|
@@ -682,7 +695,7 @@ function Eo() {
|
|
|
682
695
|
}
|
|
683
696
|
var gl = Eo();
|
|
684
697
|
const he = /* @__PURE__ */ Ua(gl);
|
|
685
|
-
class
|
|
698
|
+
class N {
|
|
686
699
|
constructor(e) {
|
|
687
700
|
this.context = e || this, this.hooks = [];
|
|
688
701
|
}
|
|
@@ -743,7 +756,7 @@ class $a {
|
|
|
743
756
|
this.gap = i - a;
|
|
744
757
|
} else
|
|
745
758
|
this.gap = 0;
|
|
746
|
-
t ? this.hooks = t : (this.hooks = {}, this.hooks.onPageLayout = new
|
|
759
|
+
t ? this.hooks = t : (this.hooks = {}, this.hooks.onPageLayout = new N(), this.hooks.layout = new N(), this.hooks.renderNode = new N(), this.hooks.layoutNode = new N(), this.hooks.beforeOverflow = new N(), this.hooks.onOverflow = new N(), this.hooks.afterOverflowRemoved = new N(), this.hooks.onBreakToken = new N(), this.hooks.beforeRenderResult = new N()), this.settings = r || {}, this.maxChars = this.settings.maxChars || fl, this.forceRenderBreak = !1;
|
|
747
760
|
}
|
|
748
761
|
async renderTo(e, t, r, i = this.bounds) {
|
|
749
762
|
let a = this.getStart(t, r), n = xe(a, t), s, l, d, p, c = !1, u, m = 0, y = r || new fe(a);
|
|
@@ -989,9 +1002,9 @@ class $a {
|
|
|
989
1002
|
return;
|
|
990
1003
|
let r = e.lastChild, i;
|
|
991
1004
|
for (; r && r.lastChild; )
|
|
992
|
-
if (!
|
|
1005
|
+
if (!Da(r))
|
|
993
1006
|
r = r.previousSibling;
|
|
994
|
-
else if (
|
|
1007
|
+
else if (Da(r.lastChild))
|
|
995
1008
|
r = r.lastChild;
|
|
996
1009
|
else {
|
|
997
1010
|
r = Ce(r.lastChild);
|
|
@@ -999,9 +1012,16 @@ class $a {
|
|
|
999
1012
|
}
|
|
1000
1013
|
se(r) && (r.parentNode.dataset.ref ? (i = Qo(r), r = r.parentNode) : r = r.previousSibling);
|
|
1001
1014
|
let a = te(r, t);
|
|
1002
|
-
|
|
1015
|
+
if (!a)
|
|
1016
|
+
return;
|
|
1017
|
+
if (i) {
|
|
1018
|
+
if (!a.childNodes || !a.childNodes[i])
|
|
1019
|
+
return;
|
|
1020
|
+
a = a.childNodes[i];
|
|
1021
|
+
}
|
|
1003
1022
|
let n = ue(a);
|
|
1004
|
-
|
|
1023
|
+
if (n)
|
|
1024
|
+
return this.breakAt(n);
|
|
1005
1025
|
}
|
|
1006
1026
|
textBreak(e, t, r, i, a) {
|
|
1007
1027
|
let n = Ho(e), s = 0, l = 0, d = 0, p = 0, c, u, m, y, f;
|
|
@@ -1105,24 +1125,28 @@ class Va {
|
|
|
1105
1125
|
this.listening = !1, typeof ResizeObserver < "u" && this.ro ? this.ro.disconnect() : this.element && (this.element.removeEventListener("overflow", this._checkOverflowAfterResize, !1), this.element.removeEventListener("underflow", this._checkOverflowAfterResize, !1)), this.element && this.element.removeEventListener("scroll", this._onScroll);
|
|
1106
1126
|
}
|
|
1107
1127
|
addResizeObserver(e) {
|
|
1108
|
-
let t = this.wrapper
|
|
1128
|
+
let t = this.wrapper;
|
|
1129
|
+
if (!t)
|
|
1130
|
+
return;
|
|
1131
|
+
let r = t.getBoundingClientRect().height;
|
|
1109
1132
|
this.ro = new ResizeObserver((i) => {
|
|
1110
|
-
this.listening
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1133
|
+
!this.listening || !t || !t.isConnected || requestAnimationFrame(() => {
|
|
1134
|
+
if (!(!this.listening || !t || !t.isConnected))
|
|
1135
|
+
for (let a of i) {
|
|
1136
|
+
const n = a.contentRect;
|
|
1137
|
+
n.height > r ? (this.checkOverflowAfterResize(e), r = t.getBoundingClientRect().height) : n.height < r && (this.checkUnderflowAfterResize(e), r = n.height);
|
|
1138
|
+
}
|
|
1115
1139
|
});
|
|
1116
1140
|
}), this.ro.observe(t);
|
|
1117
1141
|
}
|
|
1118
1142
|
checkOverflowAfterResize(e) {
|
|
1119
|
-
if (!this.listening || !this.layoutMethod)
|
|
1143
|
+
if (!this.listening || !this.layoutMethod || !this.wrapper || !this.wrapper.isConnected)
|
|
1120
1144
|
return;
|
|
1121
1145
|
let t = this.layoutMethod.findBreakToken(this.wrapper, e, this.startToken);
|
|
1122
1146
|
t && (this.endToken = t, this._onOverflow && this._onOverflow(t));
|
|
1123
1147
|
}
|
|
1124
1148
|
checkUnderflowAfterResize(e) {
|
|
1125
|
-
if (!this.listening || !this.layoutMethod)
|
|
1149
|
+
if (!this.listening || !this.layoutMethod || !this.wrapper || !this.wrapper.isConnected)
|
|
1126
1150
|
return;
|
|
1127
1151
|
let t = this.layoutMethod.findEndToken(this.wrapper, e);
|
|
1128
1152
|
t && this._onUnderflow && this._onUnderflow(t);
|
|
@@ -1338,7 +1362,7 @@ const bl = `
|
|
|
1338
1362
|
</div>`;
|
|
1339
1363
|
class _o {
|
|
1340
1364
|
constructor(e, t, r) {
|
|
1341
|
-
this.settings = r || {}, this.hooks = {}, this.hooks.beforeParsed = new
|
|
1365
|
+
this.settings = r || {}, this.hooks = {}, this.hooks.beforeParsed = new N(this), this.hooks.filter = new N(this), this.hooks.afterParsed = new N(this), this.hooks.beforePageLayout = new N(this), this.hooks.onPageLayout = new N(this), this.hooks.layout = new N(this), this.hooks.renderNode = new N(this), this.hooks.layoutNode = new N(this), this.hooks.onOverflow = new N(this), this.hooks.afterOverflowRemoved = new N(this), this.hooks.onBreakToken = new N(), this.hooks.beforeRenderResult = new N(this), this.hooks.afterPageLayout = new N(this), this.hooks.finalizePage = new N(this), this.hooks.afterRendered = new N(this), this.pages = [], this.total = 0, this.q = new vl(this), this.stopped = !1, this.rendered = !1, this.content = e, this.charsPerBreak = [], this.maxChars, e && this.flow(e, t);
|
|
1342
1366
|
}
|
|
1343
1367
|
setup(e) {
|
|
1344
1368
|
this.pagesArea = document.createElement("div"), this.pagesArea.classList.add("pagedjs_pages"), e ? e.appendChild(this.pagesArea) : document.querySelector("body").appendChild(this.pagesArea), this.pageTemplate = document.createElement("template"), this.pageTemplate.innerHTML = bl;
|
|
@@ -2513,10 +2537,10 @@ function B() {
|
|
|
2513
2537
|
k[x] = u[x];
|
|
2514
2538
|
}), ft = k, ft;
|
|
2515
2539
|
}
|
|
2516
|
-
var yt,
|
|
2540
|
+
var yt, Nn;
|
|
2517
2541
|
function Sl() {
|
|
2518
|
-
if (
|
|
2519
|
-
|
|
2542
|
+
if (Nn) return yt;
|
|
2543
|
+
Nn = 1;
|
|
2520
2544
|
var o = B().isDigit, e = B().cmpChar, t = B().TYPE, r = t.Delim, i = t.WhiteSpace, a = t.Comment, n = t.Ident, s = t.Number, l = t.Dimension, d = 43, p = 45, c = 110, u = !0, m = !1;
|
|
2521
2545
|
function y(v, h) {
|
|
2522
2546
|
return v !== null && v.type === r && v.value.charCodeAt(0) === h;
|
|
@@ -2603,10 +2627,10 @@ function Sl() {
|
|
|
2603
2627
|
return 0;
|
|
2604
2628
|
}, yt;
|
|
2605
2629
|
}
|
|
2606
|
-
var vt,
|
|
2630
|
+
var vt, Dn;
|
|
2607
2631
|
function xl() {
|
|
2608
|
-
if (
|
|
2609
|
-
|
|
2632
|
+
if (Dn) return vt;
|
|
2633
|
+
Dn = 1;
|
|
2610
2634
|
var o = B().isHexDigit, e = B().cmpChar, t = B().TYPE, r = t.Ident, i = t.Delim, a = t.Number, n = t.Dimension, s = 43, l = 45, d = 63, p = 117;
|
|
2611
2635
|
function c(f, S) {
|
|
2612
2636
|
return f !== null && f.type === i && f.value.charCodeAt(0) === S;
|
|
@@ -2998,8 +3022,8 @@ function Za() {
|
|
|
2998
3022
|
"|": 4
|
|
2999
3023
|
};
|
|
3000
3024
|
function W(_) {
|
|
3001
|
-
for (var q = typeof Uint32Array == "function" ? new Uint32Array(128) : new Array(128),
|
|
3002
|
-
q[
|
|
3025
|
+
for (var q = typeof Uint32Array == "function" ? new Uint32Array(128) : new Array(128), D = 0; D < 128; D++)
|
|
3026
|
+
q[D] = _(String.fromCharCode(D)) ? 1 : 0;
|
|
3003
3027
|
return q;
|
|
3004
3028
|
}
|
|
3005
3029
|
function L(_) {
|
|
@@ -3009,16 +3033,16 @@ function Za() {
|
|
|
3009
3033
|
}
|
|
3010
3034
|
function I(_) {
|
|
3011
3035
|
for (var q = _.pos; q < _.str.length; q++) {
|
|
3012
|
-
var
|
|
3013
|
-
if (
|
|
3036
|
+
var D = _.str.charCodeAt(q);
|
|
3037
|
+
if (D >= 128 || T[D] === 0)
|
|
3014
3038
|
break;
|
|
3015
3039
|
}
|
|
3016
3040
|
return _.pos === q && _.error("Expect a keyword"), _.substringToPos(q);
|
|
3017
3041
|
}
|
|
3018
3042
|
function G(_) {
|
|
3019
3043
|
for (var q = _.pos; q < _.str.length; q++) {
|
|
3020
|
-
var
|
|
3021
|
-
if (
|
|
3044
|
+
var D = _.str.charCodeAt(q);
|
|
3045
|
+
if (D < 48 || D > 57)
|
|
3022
3046
|
break;
|
|
3023
3047
|
}
|
|
3024
3048
|
return _.pos === q && _.error("Expect a number"), _.substringToPos(q);
|
|
@@ -3028,14 +3052,14 @@ function Za() {
|
|
|
3028
3052
|
return q === -1 && (_.pos = _.str.length, _.error("Expect an apostrophe")), _.substringToPos(q + 1);
|
|
3029
3053
|
}
|
|
3030
3054
|
function Y(_) {
|
|
3031
|
-
var q = null,
|
|
3032
|
-
return _.eat(k), q = G(_), _.charCode() === y ? (_.pos++, _.charCode() !== C && (
|
|
3055
|
+
var q = null, D = null;
|
|
3056
|
+
return _.eat(k), q = G(_), _.charCode() === y ? (_.pos++, _.charCode() !== C && (D = G(_))) : D = q, _.eat(C), {
|
|
3033
3057
|
min: Number(q),
|
|
3034
|
-
max:
|
|
3058
|
+
max: D ? Number(D) : 0
|
|
3035
3059
|
};
|
|
3036
3060
|
}
|
|
3037
3061
|
function V(_) {
|
|
3038
|
-
var q = null,
|
|
3062
|
+
var q = null, D = !1;
|
|
3039
3063
|
switch (_.charCode()) {
|
|
3040
3064
|
case u:
|
|
3041
3065
|
_.pos++, q = {
|
|
@@ -3056,7 +3080,7 @@ function Za() {
|
|
|
3056
3080
|
};
|
|
3057
3081
|
break;
|
|
3058
3082
|
case s:
|
|
3059
|
-
_.pos++,
|
|
3083
|
+
_.pos++, D = !0, _.charCode() === k ? q = Y(_) : q = {
|
|
3060
3084
|
min: 1,
|
|
3061
3085
|
max: 0
|
|
3062
3086
|
};
|
|
@@ -3069,15 +3093,15 @@ function Za() {
|
|
|
3069
3093
|
}
|
|
3070
3094
|
return {
|
|
3071
3095
|
type: "Multiplier",
|
|
3072
|
-
comma:
|
|
3096
|
+
comma: D,
|
|
3073
3097
|
min: q.min,
|
|
3074
3098
|
max: q.max,
|
|
3075
3099
|
term: null
|
|
3076
3100
|
};
|
|
3077
3101
|
}
|
|
3078
3102
|
function A(_, q) {
|
|
3079
|
-
var
|
|
3080
|
-
return
|
|
3103
|
+
var D = V(_);
|
|
3104
|
+
return D !== null ? (D.term = q, D) : q;
|
|
3081
3105
|
}
|
|
3082
3106
|
function $(_) {
|
|
3083
3107
|
var q = _.peek();
|
|
@@ -3094,19 +3118,19 @@ function Za() {
|
|
|
3094
3118
|
});
|
|
3095
3119
|
}
|
|
3096
3120
|
function ee(_) {
|
|
3097
|
-
var q = null,
|
|
3098
|
-
return _.eat(b), _.charCode() === f && (_.peek(), Z = -1), Z == -1 && _.charCode() === E ? _.peek() : q = Z * Number(G(_)), L(_), _.eat(y), L(_), _.charCode() === E ? _.peek() : (Z = 1, _.charCode() === f && (_.peek(), Z = -1),
|
|
3121
|
+
var q = null, D = null, Z = 1;
|
|
3122
|
+
return _.eat(b), _.charCode() === f && (_.peek(), Z = -1), Z == -1 && _.charCode() === E ? _.peek() : q = Z * Number(G(_)), L(_), _.eat(y), L(_), _.charCode() === E ? _.peek() : (Z = 1, _.charCode() === f && (_.peek(), Z = -1), D = Z * Number(G(_))), _.eat(g), q === null && D === null ? null : {
|
|
3099
3123
|
type: "Range",
|
|
3100
3124
|
min: q,
|
|
3101
|
-
max:
|
|
3125
|
+
max: D
|
|
3102
3126
|
};
|
|
3103
3127
|
}
|
|
3104
3128
|
function z(_) {
|
|
3105
|
-
var q,
|
|
3106
|
-
return _.eat(S), q = I(_), _.charCode() === p && _.nextCharCode() === c && (_.pos += 2, q += "()"), _.charCodeAt(_.findWsEnd(_.pos)) === b && (L(_),
|
|
3129
|
+
var q, D = null;
|
|
3130
|
+
return _.eat(S), q = I(_), _.charCode() === p && _.nextCharCode() === c && (_.pos += 2, q += "()"), _.charCodeAt(_.findWsEnd(_.pos)) === b && (L(_), D = ee(_)), _.eat(w), A(_, {
|
|
3107
3131
|
type: "Type",
|
|
3108
3132
|
name: q,
|
|
3109
|
-
opts:
|
|
3133
|
+
opts: D
|
|
3110
3134
|
});
|
|
3111
3135
|
}
|
|
3112
3136
|
function O(_) {
|
|
@@ -3120,7 +3144,7 @@ function Za() {
|
|
|
3120
3144
|
});
|
|
3121
3145
|
}
|
|
3122
3146
|
function P(_, q) {
|
|
3123
|
-
function
|
|
3147
|
+
function D(de, ae) {
|
|
3124
3148
|
return {
|
|
3125
3149
|
type: "Group",
|
|
3126
3150
|
terms: de,
|
|
@@ -3137,27 +3161,27 @@ function Za() {
|
|
|
3137
3161
|
le.type === "Combinator" && (le.value === Z ? (Q === -1 && (Q = X - 1), _.splice(X, 1), X--) : (Q !== -1 && X - Q > 1 && (_.splice(
|
|
3138
3162
|
Q,
|
|
3139
3163
|
X - Q,
|
|
3140
|
-
|
|
3164
|
+
D(_.slice(Q, X), Z)
|
|
3141
3165
|
), X = Q + 1), Q = -1));
|
|
3142
3166
|
}
|
|
3143
3167
|
Q !== -1 && q.length && _.splice(
|
|
3144
3168
|
Q,
|
|
3145
3169
|
X - Q,
|
|
3146
|
-
|
|
3170
|
+
D(_.slice(Q, X), Z)
|
|
3147
3171
|
);
|
|
3148
3172
|
}
|
|
3149
3173
|
return Z;
|
|
3150
3174
|
}
|
|
3151
3175
|
function F(_) {
|
|
3152
|
-
for (var q = [],
|
|
3153
|
-
Z.type !== "Spaces" && (Z.type === "Combinator" ? ((X === null || X.type === "Combinator") && (_.pos = Q, _.error("Unexpected combinator")),
|
|
3176
|
+
for (var q = [], D = {}, Z, X = null, Q = _.pos; Z = ne(_); )
|
|
3177
|
+
Z.type !== "Spaces" && (Z.type === "Combinator" ? ((X === null || X.type === "Combinator") && (_.pos = Q, _.error("Unexpected combinator")), D[Z.value] = !0) : X !== null && X.type !== "Combinator" && (D[" "] = !0, q.push({
|
|
3154
3178
|
type: "Combinator",
|
|
3155
3179
|
value: " "
|
|
3156
3180
|
})), q.push(Z), X = Z, Q = _.pos);
|
|
3157
3181
|
return X !== null && X.type === "Combinator" && (_.pos -= Q, _.error("Unexpected combinator")), {
|
|
3158
3182
|
type: "Group",
|
|
3159
3183
|
terms: q,
|
|
3160
|
-
combinator: P(q,
|
|
3184
|
+
combinator: P(q, D) || " ",
|
|
3161
3185
|
disallowEmpty: !1,
|
|
3162
3186
|
explicit: !1
|
|
3163
3187
|
};
|
|
@@ -3227,8 +3251,8 @@ function Za() {
|
|
|
3227
3251
|
}
|
|
3228
3252
|
}
|
|
3229
3253
|
function oe(_) {
|
|
3230
|
-
var q = new o(_),
|
|
3231
|
-
return q.pos !== _.length && q.error("Unexpected input"),
|
|
3254
|
+
var q = new o(_), D = F(q);
|
|
3255
|
+
return q.pos !== _.length && q.error("Unexpected input"), D.terms.length === 1 && D.terms[0].type === "Group" && (D = D.terms[0]), D;
|
|
3232
3256
|
}
|
|
3233
3257
|
return oe("[a&&<b>#|<'c'>*||e() f{2} /,(% g#{1,2} h{2,})]!"), Ct = oe, Ct;
|
|
3234
3258
|
}
|
|
@@ -3751,7 +3775,7 @@ function Tl() {
|
|
|
3751
3775
|
break;
|
|
3752
3776
|
case "Type":
|
|
3753
3777
|
case "Property":
|
|
3754
|
-
var
|
|
3778
|
+
var D = C.type === "Type" ? "types" : "properties", Z = o.call(E, D) ? E[D][C.name] : null;
|
|
3755
3779
|
if (!Z || !Z.match)
|
|
3756
3780
|
throw new Error(
|
|
3757
3781
|
"Bad syntax reference: " + (C.type === "Type" ? "<" + C.name + ">" : "<'" + C.name + "'>")
|
|
@@ -4988,9 +5012,9 @@ function Ml() {
|
|
|
4988
5012
|
}, r;
|
|
4989
5013
|
}, Mt;
|
|
4990
5014
|
}
|
|
4991
|
-
var
|
|
4992
|
-
function
|
|
4993
|
-
if (pi) return
|
|
5015
|
+
var Nt, pi;
|
|
5016
|
+
function Nl() {
|
|
5017
|
+
if (pi) return Nt;
|
|
4994
5018
|
pi = 1;
|
|
4995
5019
|
var o = Ml(), e = Object.prototype.hasOwnProperty;
|
|
4996
5020
|
function t(r, i) {
|
|
@@ -4999,7 +5023,7 @@ function Dl() {
|
|
|
4999
5023
|
n !== null && i.call(this, n), this.node(s), n = s;
|
|
5000
5024
|
}, this);
|
|
5001
5025
|
}
|
|
5002
|
-
return
|
|
5026
|
+
return Nt = function(i) {
|
|
5003
5027
|
function a(l) {
|
|
5004
5028
|
if (e.call(n, l.type))
|
|
5005
5029
|
n[l.type].call(this, l);
|
|
@@ -5023,14 +5047,14 @@ function Dl() {
|
|
|
5023
5047
|
};
|
|
5024
5048
|
return d && (typeof d.decorator == "function" && (c = d.decorator(c)), d.sourceMap && (c = o(c))), c.node(l), c.result();
|
|
5025
5049
|
};
|
|
5026
|
-
},
|
|
5050
|
+
}, Nt;
|
|
5027
5051
|
}
|
|
5028
|
-
var
|
|
5029
|
-
function
|
|
5030
|
-
if (ci) return
|
|
5052
|
+
var Dt, ci;
|
|
5053
|
+
function Dl() {
|
|
5054
|
+
if (ci) return Dt;
|
|
5031
5055
|
ci = 1;
|
|
5032
5056
|
var o = ge();
|
|
5033
|
-
return
|
|
5057
|
+
return Dt = function(t) {
|
|
5034
5058
|
return {
|
|
5035
5059
|
fromPlainObject: function(r) {
|
|
5036
5060
|
return t(r, {
|
|
@@ -5047,7 +5071,7 @@ function Nl() {
|
|
|
5047
5071
|
}), r;
|
|
5048
5072
|
}
|
|
5049
5073
|
};
|
|
5050
|
-
},
|
|
5074
|
+
}, Dt;
|
|
5051
5075
|
}
|
|
5052
5076
|
var Ft, mi;
|
|
5053
5077
|
function Fl() {
|
|
@@ -5296,7 +5320,7 @@ var fi;
|
|
|
5296
5320
|
function Ul() {
|
|
5297
5321
|
if (fi) return nt;
|
|
5298
5322
|
fi = 1;
|
|
5299
|
-
var o = ge(), e = Ao(), t = je(), r = Ol(), i = zl(), a = B(), n = Ll(), s =
|
|
5323
|
+
var o = ge(), e = Ao(), t = je(), r = Ol(), i = zl(), a = B(), n = Ll(), s = Nl(), l = Dl(), d = Fl(), p = Gl(), c = Qa(), u = Vl();
|
|
5300
5324
|
function m(y) {
|
|
5301
5325
|
var f = n(y), S = d(y), w = s(y), v = l(S), h = {
|
|
5302
5326
|
List: o,
|
|
@@ -5395,7 +5419,7 @@ const Hl = {
|
|
|
5395
5419
|
"@viewport": { syntax: `@viewport {
|
|
5396
5420
|
<group-rule-body>
|
|
5397
5421
|
}`, interfaces: ["CSSViewportRule"], groups: ["CSS Device Adaptation"], descriptors: { height: { syntax: "<viewport-length>{1,2}", media: ["visual", "continuous"], initial: ["min-height", "max-height"], percentages: ["min-height", "max-height"], computed: ["min-height", "max-height"], order: "orderOfAppearance", status: "standard" }, "max-height": { syntax: "<viewport-length>", media: ["visual", "continuous"], initial: "auto", percentages: "referToHeightOfInitialViewport", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard" }, "max-width": { syntax: "<viewport-length>", media: ["visual", "continuous"], initial: "auto", percentages: "referToWidthOfInitialViewport", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard" }, "max-zoom": { syntax: "auto | <number> | <percentage>", media: ["visual", "continuous"], initial: "auto", percentages: "the zoom factor itself", computed: "autoNonNegativeOrPercentage", order: "uniqueOrder", status: "standard" }, "min-height": { syntax: "<viewport-length>", media: ["visual", "continuous"], initial: "auto", percentages: "referToHeightOfInitialViewport", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard" }, "min-width": { syntax: "<viewport-length>", media: ["visual", "continuous"], initial: "auto", percentages: "referToWidthOfInitialViewport", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard" }, "min-zoom": { syntax: "auto | <number> | <percentage>", media: ["visual", "continuous"], initial: "auto", percentages: "the zoom factor itself", computed: "autoNonNegativeOrPercentage", order: "uniqueOrder", status: "standard" }, orientation: { syntax: "auto | portrait | landscape", media: ["visual", "continuous"], initial: "auto", percentages: "referToSizeOfBoundingBox", computed: "asSpecified", order: "uniqueOrder", status: "standard" }, "user-zoom": { syntax: "zoom | fixed", media: ["visual", "continuous"], initial: "zoom", percentages: "referToSizeOfBoundingBox", computed: "asSpecified", order: "uniqueOrder", status: "standard" }, "viewport-fit": { syntax: "auto | contain | cover", media: ["visual", "continuous"], initial: "auto", percentages: "no", computed: "asSpecified", order: "uniqueOrder", status: "standard" }, width: { syntax: "<viewport-length>{1,2}", media: ["visual", "continuous"], initial: ["min-width", "max-width"], percentages: ["min-width", "max-width"], computed: ["min-width", "max-width"], order: "orderOfAppearance", status: "standard" }, zoom: { syntax: "auto | <number> | <percentage>", media: ["visual", "continuous"], initial: "auto", percentages: "the zoom factor itself", computed: "autoNonNegativeOrPercentage", order: "uniqueOrder", status: "standard" } }, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/@viewport" }
|
|
5398
|
-
}, $l = { syntax: "initial | inherit | unset | revert", media: "noPracticalMedia", inherited: !1, animationType: "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection", percentages: "no", groups: ["CSS Miscellaneous"], initial: "noPracticalInitialValue", appliesto: "allElements", computed: "asSpecifiedAppliesToEachProperty", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/all" }, Yl = { syntax: "<single-animation>#", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Animations"], initial: ["animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-iteration-count", "animation-direction", "animation-fill-mode", "animation-play-state"], appliesto: "allElementsAndPseudos", computed: ["animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-direction", "animation-iteration-count", "animation-fill-mode", "animation-play-state"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/animation" }, Kl = { syntax: "none | auto | textfield | menulist-button | <compat-auto>", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "auto", appliesto: "allElements", computed: "asSpecified", order: "perGrammar", status: "experimental", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/appearance" }, Ql = { syntax: "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards", media: "aural", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Speech"], initial: "center", appliesto: "allElements", computed: "normalizedAngle", order: "orderOfAppearance", status: "obsolete", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/azimuth" }, Zl = { syntax: "[ <bg-layer> , ]* <final-bg-layer>", media: "visual", inherited: !1, animationType: ["background-color", "background-image", "background-clip", "background-position", "background-size", "background-repeat", "background-attachment"], percentages: ["background-position", "background-size"], groups: ["CSS Backgrounds and Borders"], initial: ["background-image", "background-position", "background-size", "background-repeat", "background-origin", "background-clip", "background-attachment", "background-color"], appliesto: "allElements", computed: ["background-image", "background-position", "background-size", "background-repeat", "background-origin", "background-clip", "background-attachment", "background-color"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/background" }, Xl = { syntax: "<line-width> || <line-style> || <color>", media: "visual", inherited: !1, animationType: ["border-color", "border-style", "border-width"], percentages: "no", groups: ["CSS Backgrounds and Borders"], initial: ["border-width", "border-style", "border-color"], appliesto: "allElements", computed: ["border-width", "border-style", "border-color"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/border" }, Jl = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToContainingBlockHeight", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/bottom" }, ed = { syntax: "none | left | right | both | inline-start | inline-end", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "none", appliesto: "blockLevelElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/clear" }, td = { syntax: "<shape> | auto", media: "visual", inherited: !1, animationType: "rectangle", percentages: "no", groups: ["CSS Masking"], initial: "auto", appliesto: "absolutelyPositionedElements", computed: "autoOrRectangle", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/clip" }, rd = { syntax: "<color>", media: "visual", inherited: !0, animationType: "color", percentages: "no", groups: ["CSS Color"], initial: "variesFromBrowserToBrowser", appliesto: "allElements", computed: "translucentValuesRGBAOtherwiseRGB", order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/color" }, ad = { syntax: "<'column-width'> || <'column-count'>", media: "visual", inherited: !1, animationType: ["column-width", "column-count"], percentages: "no", groups: ["CSS Columns"], initial: ["column-width", "column-count"], appliesto: "blockContainersExceptTableWrappers", computed: ["column-width", "column-count"], order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/columns" }, nd = { syntax: "none | strict | content | [ size || layout || style || paint ]", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Containment"], initial: "none", appliesto: "allElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/contain" }, id = { syntax: "normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Generated Content"], initial: "normal", appliesto: "beforeAndAfterPseudos", computed: "normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/content" }, sd = { syntax: "[ [ <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 ] ]", media: ["visual", "interactive"], inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "auto", appliesto: "allElements", computed: "asSpecifiedURLsAbsolute", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/cursor" }, od = { syntax: "ltr | rtl", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Writing Modes"], initial: "ltr", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/direction" }, ld = { syntax: "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Display"], initial: "inline", appliesto: "allElements", computed: "asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/display" }, dd = { syntax: "none | <filter-function-list>", media: "visual", inherited: !1, animationType: "filterList", percentages: "no", groups: ["Filter Effects"], initial: "none", appliesto: "allElementsSVGContainerElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/filter" }, ud = { syntax: "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]", media: "visual", inherited: !1, animationType: ["flex-grow", "flex-shrink", "flex-basis"], percentages: "no", groups: ["CSS Flexible Box Layout"], initial: ["flex-grow", "flex-shrink", "flex-basis"], appliesto: "flexItemsAndInFlowPseudos", computed: ["flex-grow", "flex-shrink", "flex-basis"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/flex" }, pd = { syntax: "left | right | none | inline-start | inline-end", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "none", appliesto: "allElementsNoEffectIfDisplayNone", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/float" }, cd = { syntax: "[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar", media: "visual", inherited: !0, animationType: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], percentages: ["font-size", "line-height"], groups: ["CSS Fonts"], initial: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], appliesto: "allElements", computed: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/font" }, md = { syntax: "<'row-gap'> <'column-gap'>?", media: "visual", inherited: !1, animationType: ["row-gap", "column-gap"], percentages: "no", groups: ["CSS Box Alignment"], initial: ["row-gap", "column-gap"], appliesto: "multiColumnElementsFlexContainersGridContainers", computed: ["row-gap", "column-gap"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/gap" }, hd = { syntax: "<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>", media: "visual", inherited: !1, animationType: "discrete", percentages: ["grid-template-rows", "grid-template-columns", "grid-auto-rows", "grid-auto-columns"], groups: ["CSS Grid Layout"], initial: ["grid-template-rows", "grid-template-columns", "grid-template-areas", "grid-auto-rows", "grid-auto-columns", "grid-auto-flow", "grid-column-gap", "grid-row-gap", "column-gap", "row-gap"], appliesto: "gridContainers", computed: ["grid-template-rows", "grid-template-columns", "grid-template-areas", "grid-auto-rows", "grid-auto-columns", "grid-auto-flow", "grid-column-gap", "grid-row-gap", "column-gap", "row-gap"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/grid" }, gd = { syntax: "auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)", media: "visual", inherited: !1, animationType: "lpc", percentages: "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock", groups: ["CSS Box Model"], initial: "auto", appliesto: "allElementsButNonReplacedAndTableColumns", computed: "percentageAutoOrAbsoluteLength", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/height" }, fd = { syntax: "none | manual | auto", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Text"], initial: "manual", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/hyphens" }, yd = { syntax: "<'top'>{1,4}", media: "visual", inherited: !1, animationType: "lpc", percentages: "logicalHeightOfContainingBlock", groups: ["CSS Logical Properties"], initial: "auto", appliesto: "positionedElements", computed: "sameAsBoxOffsets", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/inset" }, vd = { syntax: "auto | isolate", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["Compositing and Blending"], initial: "auto", appliesto: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/isolation" }, bd = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/left" }, Sd = { syntax: "[ <length> | <percentage> | auto ]{1,4}", media: "visual", inherited: !1, animationType: "length", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: ["margin-bottom", "margin-left", "margin-right", "margin-top"], appliesto: "allElementsExceptTableDisplayTypes", computed: ["margin-bottom", "margin-left", "margin-right", "margin-top"], order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/margin" }, xd = { syntax: "<mask-layer>#", media: "visual", inherited: !1, animationType: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], percentages: ["mask-position"], groups: ["CSS Masking"], initial: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], appliesto: "allElementsSVGContainerElements", computed: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/mask" }, Cd = { syntax: "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?", media: "visual", inherited: !1, animationType: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], percentages: ["offset-position", "offset-distance", "offset-anchor"], groups: ["CSS Motion Path"], initial: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], appliesto: "transformableElements", computed: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/offset" }, wd = { syntax: "<alpha-value>", media: "visual", inherited: !1, animationType: "number", percentages: "no", groups: ["CSS Color"], initial: "1.0", appliesto: "allElements", computed: "specifiedValueClipped0To1", order: "uniqueOrder", alsoAppliesTo: ["::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/opacity" }, kd = { syntax: "<integer>", media: "visual", inherited: !1, animationType: "integer", percentages: "no", groups: ["CSS Flexible Box Layout"], initial: "0", appliesto: "flexItemsGridItemsAbsolutelyPositionedContainerChildren", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/order" }, Td = { syntax: "<integer>", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Fragmentation"], initial: "2", appliesto: "blockContainerElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/orphans" }, Ed = { syntax: "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]", media: ["visual", "interactive"], inherited: !1, animationType: ["outline-color", "outline-width", "outline-style"], percentages: "no", groups: ["CSS Basic User Interface"], initial: ["outline-color", "outline-style", "outline-width"], appliesto: "allElements", computed: ["outline-color", "outline-width", "outline-style"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/outline" }, _d = { syntax: "[ visible | hidden | clip | scroll | auto ]{1,2}", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Overflow"], initial: "visible", appliesto: "blockContainersFlexContainersGridContainers", computed: ["overflow-x", "overflow-y"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/overflow" }, Ad = { syntax: "[ <length> | <percentage> ]{1,4}", media: "visual", inherited: !1, animationType: "length", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: ["padding-bottom", "padding-left", "padding-right", "padding-top"], appliesto: "allElementsExceptInternalTableDisplayTypes", computed: ["padding-bottom", "padding-left", "padding-right", "padding-top"], order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/padding" }, Od = { syntax: "none | <length>", media: "visual", inherited: !1, animationType: "length", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "absoluteLengthOrNone", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/perspective" }, zd = { syntax: "static | relative | absolute | sticky | fixed", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "static", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/position" }, jd = { syntax: "none | auto | [ <string> <string> ]+", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Generated Content"], initial: "dependsOnUserAgent", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/quotes" }, qd = { syntax: "none | both | horizontal | vertical | block | inline", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "none", appliesto: "elementsWithOverflowNotVisibleAndReplacedElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/resize" }, Ld = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/right" }, Wd = { syntax: "none | <angle> | [ x | y | z | <number>{3} ] && <angle>", media: "visual", inherited: !1, animationType: "transform", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecified", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/rotate" }, Rd = { syntax: "none | <number>{1,3}", media: "visual", inherited: !1, animationType: "transform", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecified", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/scale" }, Pd = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToContainingBlockHeight", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/top" }, Id = { syntax: "none | <transform-list>", media: "visual", inherited: !1, animationType: "transform", percentages: "referToSizeOfBoundingBox", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecifiedRelativeToAbsoluteLengths", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/transform" }, Bd = { syntax: "<single-transition>#", media: "interactive", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Transitions"], initial: ["transition-delay", "transition-duration", "transition-property", "transition-timing-function"], appliesto: "allElementsAndPseudos", computed: ["transition-delay", "transition-duration", "transition-property", "transition-timing-function"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/transition" }, Md = { syntax: "none | <length-percentage> [ <length-percentage> <length>? ]?", media: "visual", inherited: !1, animationType: "transform", percentages: "referToSizeOfBoundingBox", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecifiedRelativeToAbsoluteLengths", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/translate" }, Dd = { syntax: "visible | hidden | collapse", media: "visual", inherited: !0, animationType: "visibility", percentages: "no", groups: ["CSS Box Model"], initial: "visible", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/visibility" }, Nd = { syntax: "<integer>", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Fragmentation"], initial: "2", appliesto: "blockContainerElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/widows" }, Fd = { syntax: "auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: "auto", appliesto: "allElementsButNonReplacedAndTableRows", computed: "percentageAutoOrAbsoluteLength", order: "lengthOrPercentageBeforeKeywordIfBothPresent", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/width" }, Gd = { syntax: "normal | reset | <number> | <percentage>", media: "visual", inherited: !1, animationType: "integer", percentages: "no", groups: ["Microsoft Extensions"], initial: "normal", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "nonstandard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/zoom" }, Vd = {
|
|
5422
|
+
}, $l = { syntax: "initial | inherit | unset | revert", media: "noPracticalMedia", inherited: !1, animationType: "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection", percentages: "no", groups: ["CSS Miscellaneous"], initial: "noPracticalInitialValue", appliesto: "allElements", computed: "asSpecifiedAppliesToEachProperty", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/all" }, Yl = { syntax: "<single-animation>#", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Animations"], initial: ["animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-iteration-count", "animation-direction", "animation-fill-mode", "animation-play-state"], appliesto: "allElementsAndPseudos", computed: ["animation-name", "animation-duration", "animation-timing-function", "animation-delay", "animation-direction", "animation-iteration-count", "animation-fill-mode", "animation-play-state"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/animation" }, Kl = { syntax: "none | auto | textfield | menulist-button | <compat-auto>", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "auto", appliesto: "allElements", computed: "asSpecified", order: "perGrammar", status: "experimental", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/appearance" }, Ql = { syntax: "<angle> | [ [ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards", media: "aural", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Speech"], initial: "center", appliesto: "allElements", computed: "normalizedAngle", order: "orderOfAppearance", status: "obsolete", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/azimuth" }, Zl = { syntax: "[ <bg-layer> , ]* <final-bg-layer>", media: "visual", inherited: !1, animationType: ["background-color", "background-image", "background-clip", "background-position", "background-size", "background-repeat", "background-attachment"], percentages: ["background-position", "background-size"], groups: ["CSS Backgrounds and Borders"], initial: ["background-image", "background-position", "background-size", "background-repeat", "background-origin", "background-clip", "background-attachment", "background-color"], appliesto: "allElements", computed: ["background-image", "background-position", "background-size", "background-repeat", "background-origin", "background-clip", "background-attachment", "background-color"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/background" }, Xl = { syntax: "<line-width> || <line-style> || <color>", media: "visual", inherited: !1, animationType: ["border-color", "border-style", "border-width"], percentages: "no", groups: ["CSS Backgrounds and Borders"], initial: ["border-width", "border-style", "border-color"], appliesto: "allElements", computed: ["border-width", "border-style", "border-color"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/border" }, Jl = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToContainingBlockHeight", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/bottom" }, ed = { syntax: "none | left | right | both | inline-start | inline-end", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "none", appliesto: "blockLevelElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/clear" }, td = { syntax: "<shape> | auto", media: "visual", inherited: !1, animationType: "rectangle", percentages: "no", groups: ["CSS Masking"], initial: "auto", appliesto: "absolutelyPositionedElements", computed: "autoOrRectangle", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/clip" }, rd = { syntax: "<color>", media: "visual", inherited: !0, animationType: "color", percentages: "no", groups: ["CSS Color"], initial: "variesFromBrowserToBrowser", appliesto: "allElements", computed: "translucentValuesRGBAOtherwiseRGB", order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/color" }, ad = { syntax: "<'column-width'> || <'column-count'>", media: "visual", inherited: !1, animationType: ["column-width", "column-count"], percentages: "no", groups: ["CSS Columns"], initial: ["column-width", "column-count"], appliesto: "blockContainersExceptTableWrappers", computed: ["column-width", "column-count"], order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/columns" }, nd = { syntax: "none | strict | content | [ size || layout || style || paint ]", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Containment"], initial: "none", appliesto: "allElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/contain" }, id = { syntax: "normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Generated Content"], initial: "normal", appliesto: "beforeAndAfterPseudos", computed: "normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/content" }, sd = { syntax: "[ [ <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 ] ]", media: ["visual", "interactive"], inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "auto", appliesto: "allElements", computed: "asSpecifiedURLsAbsolute", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/cursor" }, od = { syntax: "ltr | rtl", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Writing Modes"], initial: "ltr", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/direction" }, ld = { syntax: "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Display"], initial: "inline", appliesto: "allElements", computed: "asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/display" }, dd = { syntax: "none | <filter-function-list>", media: "visual", inherited: !1, animationType: "filterList", percentages: "no", groups: ["Filter Effects"], initial: "none", appliesto: "allElementsSVGContainerElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/filter" }, ud = { syntax: "none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]", media: "visual", inherited: !1, animationType: ["flex-grow", "flex-shrink", "flex-basis"], percentages: "no", groups: ["CSS Flexible Box Layout"], initial: ["flex-grow", "flex-shrink", "flex-basis"], appliesto: "flexItemsAndInFlowPseudos", computed: ["flex-grow", "flex-shrink", "flex-basis"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/flex" }, pd = { syntax: "left | right | none | inline-start | inline-end", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "none", appliesto: "allElementsNoEffectIfDisplayNone", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/float" }, cd = { syntax: "[ [ <'font-style'> || <font-variant-css21> || <'font-weight'> || <'font-stretch'> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar", media: "visual", inherited: !0, animationType: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], percentages: ["font-size", "line-height"], groups: ["CSS Fonts"], initial: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], appliesto: "allElements", computed: ["font-style", "font-variant", "font-weight", "font-stretch", "font-size", "line-height", "font-family"], order: "orderOfAppearance", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/font" }, md = { syntax: "<'row-gap'> <'column-gap'>?", media: "visual", inherited: !1, animationType: ["row-gap", "column-gap"], percentages: "no", groups: ["CSS Box Alignment"], initial: ["row-gap", "column-gap"], appliesto: "multiColumnElementsFlexContainersGridContainers", computed: ["row-gap", "column-gap"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/gap" }, hd = { syntax: "<'grid-template'> | <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? | [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>", media: "visual", inherited: !1, animationType: "discrete", percentages: ["grid-template-rows", "grid-template-columns", "grid-auto-rows", "grid-auto-columns"], groups: ["CSS Grid Layout"], initial: ["grid-template-rows", "grid-template-columns", "grid-template-areas", "grid-auto-rows", "grid-auto-columns", "grid-auto-flow", "grid-column-gap", "grid-row-gap", "column-gap", "row-gap"], appliesto: "gridContainers", computed: ["grid-template-rows", "grid-template-columns", "grid-template-areas", "grid-auto-rows", "grid-auto-columns", "grid-auto-flow", "grid-column-gap", "grid-row-gap", "column-gap", "row-gap"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/grid" }, gd = { syntax: "auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)", media: "visual", inherited: !1, animationType: "lpc", percentages: "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock", groups: ["CSS Box Model"], initial: "auto", appliesto: "allElementsButNonReplacedAndTableColumns", computed: "percentageAutoOrAbsoluteLength", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/height" }, fd = { syntax: "none | manual | auto", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Text"], initial: "manual", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/hyphens" }, yd = { syntax: "<'top'>{1,4}", media: "visual", inherited: !1, animationType: "lpc", percentages: "logicalHeightOfContainingBlock", groups: ["CSS Logical Properties"], initial: "auto", appliesto: "positionedElements", computed: "sameAsBoxOffsets", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/inset" }, vd = { syntax: "auto | isolate", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["Compositing and Blending"], initial: "auto", appliesto: "allElementsSVGContainerGraphicsAndGraphicsReferencingElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/isolation" }, bd = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/left" }, Sd = { syntax: "[ <length> | <percentage> | auto ]{1,4}", media: "visual", inherited: !1, animationType: "length", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: ["margin-bottom", "margin-left", "margin-right", "margin-top"], appliesto: "allElementsExceptTableDisplayTypes", computed: ["margin-bottom", "margin-left", "margin-right", "margin-top"], order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/margin" }, xd = { syntax: "<mask-layer>#", media: "visual", inherited: !1, animationType: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], percentages: ["mask-position"], groups: ["CSS Masking"], initial: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], appliesto: "allElementsSVGContainerElements", computed: ["mask-image", "mask-mode", "mask-repeat", "mask-position", "mask-clip", "mask-origin", "mask-size", "mask-composite"], order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/mask" }, Cd = { syntax: "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?", media: "visual", inherited: !1, animationType: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], percentages: ["offset-position", "offset-distance", "offset-anchor"], groups: ["CSS Motion Path"], initial: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], appliesto: "transformableElements", computed: ["offset-position", "offset-path", "offset-distance", "offset-anchor", "offset-rotate"], order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/offset" }, wd = { syntax: "<alpha-value>", media: "visual", inherited: !1, animationType: "number", percentages: "no", groups: ["CSS Color"], initial: "1.0", appliesto: "allElements", computed: "specifiedValueClipped0To1", order: "uniqueOrder", alsoAppliesTo: ["::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/opacity" }, kd = { syntax: "<integer>", media: "visual", inherited: !1, animationType: "integer", percentages: "no", groups: ["CSS Flexible Box Layout"], initial: "0", appliesto: "flexItemsGridItemsAbsolutelyPositionedContainerChildren", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/order" }, Td = { syntax: "<integer>", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Fragmentation"], initial: "2", appliesto: "blockContainerElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/orphans" }, Ed = { syntax: "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]", media: ["visual", "interactive"], inherited: !1, animationType: ["outline-color", "outline-width", "outline-style"], percentages: "no", groups: ["CSS Basic User Interface"], initial: ["outline-color", "outline-style", "outline-width"], appliesto: "allElements", computed: ["outline-color", "outline-width", "outline-style"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/outline" }, _d = { syntax: "[ visible | hidden | clip | scroll | auto ]{1,2}", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Overflow"], initial: "visible", appliesto: "blockContainersFlexContainersGridContainers", computed: ["overflow-x", "overflow-y"], order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/overflow" }, Ad = { syntax: "[ <length> | <percentage> ]{1,4}", media: "visual", inherited: !1, animationType: "length", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: ["padding-bottom", "padding-left", "padding-right", "padding-top"], appliesto: "allElementsExceptInternalTableDisplayTypes", computed: ["padding-bottom", "padding-left", "padding-right", "padding-top"], order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/padding" }, Od = { syntax: "none | <length>", media: "visual", inherited: !1, animationType: "length", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "absoluteLengthOrNone", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/perspective" }, zd = { syntax: "static | relative | absolute | sticky | fixed", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Positioning"], initial: "static", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/position" }, jd = { syntax: "none | auto | [ <string> <string> ]+", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Generated Content"], initial: "dependsOnUserAgent", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/quotes" }, qd = { syntax: "none | both | horizontal | vertical | block | inline", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "none", appliesto: "elementsWithOverflowNotVisibleAndReplacedElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/resize" }, Ld = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/right" }, Wd = { syntax: "none | <angle> | [ x | y | z | <number>{3} ] && <angle>", media: "visual", inherited: !1, animationType: "transform", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecified", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/rotate" }, Rd = { syntax: "none | <number>{1,3}", media: "visual", inherited: !1, animationType: "transform", percentages: "no", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecified", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/scale" }, Pd = { syntax: "<length> | <percentage> | auto", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToContainingBlockHeight", groups: ["CSS Positioning"], initial: "auto", appliesto: "positionedElements", computed: "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/top" }, Id = { syntax: "none | <transform-list>", media: "visual", inherited: !1, animationType: "transform", percentages: "referToSizeOfBoundingBox", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecifiedRelativeToAbsoluteLengths", order: "uniqueOrder", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/transform" }, Bd = { syntax: "<single-transition>#", media: "interactive", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Transitions"], initial: ["transition-delay", "transition-duration", "transition-property", "transition-timing-function"], appliesto: "allElementsAndPseudos", computed: ["transition-delay", "transition-duration", "transition-property", "transition-timing-function"], order: "orderOfAppearance", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/transition" }, Md = { syntax: "none | <length-percentage> [ <length-percentage> <length>? ]?", media: "visual", inherited: !1, animationType: "transform", percentages: "referToSizeOfBoundingBox", groups: ["CSS Transforms"], initial: "none", appliesto: "transformableElements", computed: "asSpecifiedRelativeToAbsoluteLengths", order: "perGrammar", stacking: !0, status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/translate" }, Nd = { syntax: "visible | hidden | collapse", media: "visual", inherited: !0, animationType: "visibility", percentages: "no", groups: ["CSS Box Model"], initial: "visible", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/visibility" }, Dd = { syntax: "<integer>", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Fragmentation"], initial: "2", appliesto: "blockContainerElements", computed: "asSpecified", order: "perGrammar", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/widows" }, Fd = { syntax: "auto | <length> | <percentage> | min-content | max-content | fit-content(<length-percentage>)", media: "visual", inherited: !1, animationType: "lpc", percentages: "referToWidthOfContainingBlock", groups: ["CSS Box Model"], initial: "auto", appliesto: "allElementsButNonReplacedAndTableRows", computed: "percentageAutoOrAbsoluteLength", order: "lengthOrPercentageBeforeKeywordIfBothPresent", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/width" }, Gd = { syntax: "normal | reset | <number> | <percentage>", media: "visual", inherited: !1, animationType: "integer", percentages: "no", groups: ["Microsoft Extensions"], initial: "normal", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "nonstandard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/zoom" }, Vd = {
|
|
5399
5423
|
"--*": { syntax: "<declaration-value>", media: "all", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Variables"], initial: "seeProse", appliesto: "allElements", computed: "asSpecifiedWithVarsSubstituted", order: "perGrammar", status: "experimental", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/--*" },
|
|
5400
5424
|
"-ms-accelerator": { syntax: "false | true", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["Microsoft Extensions"], initial: "false", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "nonstandard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/-ms-accelerator" },
|
|
5401
5425
|
"-ms-block-progression": { syntax: "tb | rl | bt | lr", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["Microsoft Extensions"], initial: "tb", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "nonstandard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/-ms-block-progression" },
|
|
@@ -5892,9 +5916,9 @@ const Hl = {
|
|
|
5892
5916
|
"unicode-bidi": { syntax: "normal | embed | isolate | bidi-override | isolate-override | plaintext", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Writing Modes"], initial: "normal", appliesto: "allElementsSomeValuesNoEffectOnNonInlineElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/unicode-bidi" },
|
|
5893
5917
|
"user-select": { syntax: "auto | text | none | contain | all", media: "visual", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Basic User Interface"], initial: "auto", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "nonstandard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/user-select" },
|
|
5894
5918
|
"vertical-align": { syntax: "baseline | sub | super | text-top | text-bottom | middle | top | bottom | <percentage> | <length>", media: "visual", inherited: !1, animationType: "length", percentages: "referToLineHeight", groups: ["CSS Table"], initial: "baseline", appliesto: "inlineLevelAndTableCellElements", computed: "absoluteLengthOrKeyword", order: "uniqueOrder", alsoAppliesTo: ["::first-letter", "::first-line", "::placeholder"], status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/vertical-align" },
|
|
5895
|
-
visibility:
|
|
5919
|
+
visibility: Nd,
|
|
5896
5920
|
"white-space": { syntax: "normal | pre | nowrap | pre-wrap | pre-line | break-spaces", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Text"], initial: "normal", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/white-space" },
|
|
5897
|
-
widows:
|
|
5921
|
+
widows: Dd,
|
|
5898
5922
|
width: Fd,
|
|
5899
5923
|
"will-change": { syntax: "auto | <animateable-feature>#", media: "all", inherited: !1, animationType: "discrete", percentages: "no", groups: ["CSS Will Change"], initial: "auto", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/will-change" },
|
|
5900
5924
|
"word-break": { syntax: "normal | break-all | keep-all | break-word", media: "visual", inherited: !0, animationType: "discrete", percentages: "no", groups: ["CSS Text"], initial: "normal", appliesto: "allElements", computed: "asSpecified", order: "uniqueOrder", status: "standard", mdn_url: "https://developer.mozilla.org/docs/Web/CSS/word-break" },
|
|
@@ -7066,9 +7090,9 @@ function qu() {
|
|
|
7066
7090
|
}
|
|
7067
7091
|
}, mr;
|
|
7068
7092
|
}
|
|
7069
|
-
var hr,
|
|
7093
|
+
var hr, Ni;
|
|
7070
7094
|
function Lu() {
|
|
7071
|
-
return
|
|
7095
|
+
return Ni || (Ni = 1, hr = {
|
|
7072
7096
|
name: "Nth",
|
|
7073
7097
|
structure: {
|
|
7074
7098
|
nth: ["AnPlusB", "Identifier"],
|
|
@@ -7089,10 +7113,10 @@ function Lu() {
|
|
|
7089
7113
|
}
|
|
7090
7114
|
}), hr;
|
|
7091
7115
|
}
|
|
7092
|
-
var gr,
|
|
7116
|
+
var gr, Di;
|
|
7093
7117
|
function Wu() {
|
|
7094
|
-
if (
|
|
7095
|
-
|
|
7118
|
+
if (Di) return gr;
|
|
7119
|
+
Di = 1;
|
|
7096
7120
|
var o = B().TYPE.Number;
|
|
7097
7121
|
return gr = {
|
|
7098
7122
|
name: "Number",
|
|
@@ -7234,7 +7258,7 @@ function Mu() {
|
|
|
7234
7258
|
}, Sr;
|
|
7235
7259
|
}
|
|
7236
7260
|
var xr, $i;
|
|
7237
|
-
function
|
|
7261
|
+
function Nu() {
|
|
7238
7262
|
if ($i) return xr;
|
|
7239
7263
|
$i = 1;
|
|
7240
7264
|
var o = B().isDigit, e = B().TYPE, t = e.Number, r = e.Delim, i = 47, a = 46;
|
|
@@ -7267,7 +7291,7 @@ function Du() {
|
|
|
7267
7291
|
}, xr;
|
|
7268
7292
|
}
|
|
7269
7293
|
var Cr, Yi;
|
|
7270
|
-
function
|
|
7294
|
+
function Du() {
|
|
7271
7295
|
if (Yi) return Cr;
|
|
7272
7296
|
Yi = 1;
|
|
7273
7297
|
var o = B().TYPE, e = pe().mode, t = o.LeftCurlyBracket;
|
|
@@ -7661,9 +7685,9 @@ function Ja() {
|
|
|
7661
7685
|
Percentage: Iu(),
|
|
7662
7686
|
PseudoClassSelector: Bu(),
|
|
7663
7687
|
PseudoElementSelector: Mu(),
|
|
7664
|
-
Ratio:
|
|
7688
|
+
Ratio: Nu(),
|
|
7665
7689
|
Raw: pe(),
|
|
7666
|
-
Rule:
|
|
7690
|
+
Rule: Du(),
|
|
7667
7691
|
Selector: Fu(),
|
|
7668
7692
|
SelectorList: Gu(),
|
|
7669
7693
|
String: Vu(),
|
|
@@ -7819,24 +7843,24 @@ function rp() {
|
|
|
7819
7843
|
var: tp()
|
|
7820
7844
|
}), Mr;
|
|
7821
7845
|
}
|
|
7822
|
-
var
|
|
7846
|
+
var Nr, cs;
|
|
7823
7847
|
function ap() {
|
|
7824
|
-
return cs || (cs = 1,
|
|
7848
|
+
return cs || (cs = 1, Nr = {
|
|
7825
7849
|
AtrulePrelude: Xu(),
|
|
7826
7850
|
Selector: Ju(),
|
|
7827
7851
|
Value: rp()
|
|
7828
|
-
}),
|
|
7852
|
+
}), Nr;
|
|
7829
7853
|
}
|
|
7830
|
-
var
|
|
7854
|
+
var Dr, ms;
|
|
7831
7855
|
function np() {
|
|
7832
|
-
return ms || (ms = 1,
|
|
7856
|
+
return ms || (ms = 1, Dr = {
|
|
7833
7857
|
parse: {
|
|
7834
7858
|
prelude: null,
|
|
7835
7859
|
block: function() {
|
|
7836
7860
|
return this.Block(!0);
|
|
7837
7861
|
}
|
|
7838
7862
|
}
|
|
7839
|
-
}),
|
|
7863
|
+
}), Dr;
|
|
7840
7864
|
}
|
|
7841
7865
|
var Fr, hs;
|
|
7842
7866
|
function ip() {
|
|
@@ -8139,7 +8163,7 @@ var _p = Ep();
|
|
|
8139
8163
|
const j = /* @__PURE__ */ Ua(_p);
|
|
8140
8164
|
class Ap {
|
|
8141
8165
|
constructor(e, t) {
|
|
8142
|
-
t ? this.hooks = t : (this.hooks = {}, this.hooks.onUrl = new
|
|
8166
|
+
t ? this.hooks = t : (this.hooks = {}, this.hooks.onUrl = new N(this), this.hooks.onAtPage = new N(this), this.hooks.onAtMedia = new N(this), this.hooks.onRule = new N(this), this.hooks.onDeclaration = new N(this), this.hooks.onSelector = new N(this), this.hooks.onPseudoSelector = new N(this), this.hooks.onContent = new N(this), this.hooks.onImport = new N(this), this.hooks.beforeTreeParse = new N(this), this.hooks.beforeTreeWalk = new N(this), this.hooks.afterTreeWalk = new N(this));
|
|
8143
8167
|
try {
|
|
8144
8168
|
this.url = new URL(e, window.location.href);
|
|
8145
8169
|
} catch {
|
|
@@ -8970,44 +8994,122 @@ const Op = `
|
|
|
8970
8994
|
@media print {
|
|
8971
8995
|
html {
|
|
8972
8996
|
width: 100%;
|
|
8973
|
-
height: 100%;
|
|
8974
8997
|
-webkit-print-color-adjust: exact;
|
|
8975
8998
|
print-color-adjust: exact;
|
|
8976
8999
|
}
|
|
9000
|
+
/*
|
|
9001
|
+
* Let html and body size to their content. The upstream rules pinned
|
|
9002
|
+
* both to height: 100% / max-height: 100% (i.e. exactly one printer
|
|
9003
|
+
* sheet tall). That clamp causes Safari/WebKit to push the
|
|
9004
|
+
* overflow-past-body region onto an extra physical sheet -- producing
|
|
9005
|
+
* a single trailing blank page after the last .pagedjs_page. Chromium
|
|
9006
|
+
* silently absorbs the same overflow; Safari does not.
|
|
9007
|
+
*/
|
|
8977
9008
|
body {
|
|
8978
|
-
margin: 0;
|
|
8979
|
-
padding: 0;
|
|
9009
|
+
margin: 0 !important;
|
|
9010
|
+
padding: 0 !important;
|
|
8980
9011
|
width: 100% !important;
|
|
8981
|
-
height: 100% !important;
|
|
8982
9012
|
min-width: 100%;
|
|
8983
9013
|
max-width: 100%;
|
|
8984
|
-
|
|
8985
|
-
|
|
9014
|
+
height: auto !important;
|
|
9015
|
+
min-height: 0 !important;
|
|
9016
|
+
max-height: none !important;
|
|
8986
9017
|
}
|
|
8987
9018
|
.pagedjs_pages {
|
|
8988
9019
|
width: auto;
|
|
8989
9020
|
display: block !important;
|
|
8990
9021
|
transform: none !important;
|
|
8991
|
-
height:
|
|
8992
|
-
min-height:
|
|
8993
|
-
max-height:
|
|
9022
|
+
height: auto !important;
|
|
9023
|
+
min-height: 0 !important;
|
|
9024
|
+
max-height: none !important;
|
|
8994
9025
|
overflow: visible;
|
|
8995
9026
|
}
|
|
9027
|
+
/*
|
|
9028
|
+
* Pagination strategy: every .pagedjs_page already has fixed
|
|
9029
|
+
* width/height matching the @page size, so the browser naturally
|
|
9030
|
+
* places one .pagedjs_page per physical sheet. We only need to
|
|
9031
|
+
* forbid splitting a .pagedjs_page across two physical sheets.
|
|
9032
|
+
*
|
|
9033
|
+
* Avoid "page-break-after: always" / "break-after: page" here:
|
|
9034
|
+
* Safari/WebKit treats those as "force another break" when the
|
|
9035
|
+
* element already ends exactly on the page boundary, and emits a
|
|
9036
|
+
* spurious blank physical page after every .pagedjs_page. Chrome
|
|
9037
|
+
* elides the blank; Safari does not. break-inside: avoid keeps both
|
|
9038
|
+
* engines happy with one sheet per page.
|
|
9039
|
+
*/
|
|
8996
9040
|
.pagedjs_page {
|
|
8997
9041
|
margin: 0;
|
|
8998
9042
|
padding: 0;
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
height: 100% !important;
|
|
9002
|
-
page-break-after: always;
|
|
9003
|
-
break-after: page;
|
|
9043
|
+
page-break-inside: avoid;
|
|
9044
|
+
break-inside: avoid;
|
|
9004
9045
|
}
|
|
9046
|
+
/*
|
|
9047
|
+
* Preserve the sheet/pagebox grid layout in print so the running
|
|
9048
|
+
* @top / @bottom / corner margins keep their positions. The earlier
|
|
9049
|
+
* "display: block !important" rewrite collapsed the grid and dumped
|
|
9050
|
+
* every margin element as a block sibling above .pagedjs_area, which
|
|
9051
|
+
* pushed dynamic content (long tables, anything past the first
|
|
9052
|
+
* paragraph) off the physical sheet on browser print / Save as PDF.
|
|
9053
|
+
*/
|
|
9005
9054
|
.pagedjs_sheet {
|
|
9006
9055
|
margin: 0;
|
|
9007
9056
|
padding: 0;
|
|
9008
|
-
|
|
9009
|
-
|
|
9010
|
-
|
|
9057
|
+
overflow: visible !important;
|
|
9058
|
+
}
|
|
9059
|
+
.pagedjs_pagebox {
|
|
9060
|
+
overflow: visible !important;
|
|
9061
|
+
}
|
|
9062
|
+
.pagedjs_area,
|
|
9063
|
+
.pagedjs_page_content {
|
|
9064
|
+
overflow: visible !important;
|
|
9065
|
+
}
|
|
9066
|
+
/*
|
|
9067
|
+
* The chunker turns .pagedjs_page_content into a multi-column container
|
|
9068
|
+
* (inline column-width = page width, column-gap ~ 1000px) so it can
|
|
9069
|
+
* detect overflow during preview. After chunking, every page already
|
|
9070
|
+
* holds exactly the slice that fits, so multicol must be FULLY disabled
|
|
9071
|
+
* before the browser repaints for print -- otherwise Chromium re-flows
|
|
9072
|
+
* each slice into multiple columns at the print canvas size, and any
|
|
9073
|
+
* page whose body is a single rebuilt fragment (e.g. a continuation
|
|
9074
|
+
* <table data-split-from>) loses its content entirely.
|
|
9075
|
+
*
|
|
9076
|
+
* Both column-width and column-count must be auto for the element to
|
|
9077
|
+
* stop being a multicol container at all -- column-count: 1 keeps it as
|
|
9078
|
+
* a 1-column multicol, which is enough to lose continuation tables in
|
|
9079
|
+
* Chrome print.
|
|
9080
|
+
*/
|
|
9081
|
+
.pagedjs_page_content {
|
|
9082
|
+
display: block !important;
|
|
9083
|
+
column-width: auto !important;
|
|
9084
|
+
column-count: auto !important;
|
|
9085
|
+
column-gap: normal !important;
|
|
9086
|
+
column-fill: auto !important;
|
|
9087
|
+
column-rule: none !important;
|
|
9088
|
+
}
|
|
9089
|
+
.pagedjs_page_content > div {
|
|
9090
|
+
display: block !important;
|
|
9091
|
+
height: auto !important;
|
|
9092
|
+
overflow: visible !important;
|
|
9093
|
+
}
|
|
9094
|
+
/*
|
|
9095
|
+
* Defensive: every rebuilt continuation fragment carries data-split-from
|
|
9096
|
+
* (rebuildAncestors copies it onto each shallow-cloned ancestor, including
|
|
9097
|
+
* the source root, the table, and the tbody). If author CSS in the host
|
|
9098
|
+
* page hides anything matching one of those classes, the entire slice
|
|
9099
|
+
* disappears in print. Force these rebuilt blocks to render.
|
|
9100
|
+
*/
|
|
9101
|
+
.pagedjs_page_content > div [data-split-from],
|
|
9102
|
+
.pagedjs_page_content > div [data-split-to] {
|
|
9103
|
+
display: revert !important;
|
|
9104
|
+
visibility: visible !important;
|
|
9105
|
+
}
|
|
9106
|
+
.pagedjs_page_content > div table[data-split-from],
|
|
9107
|
+
.pagedjs_page_content > div table[data-split-to] {
|
|
9108
|
+
display: table !important;
|
|
9109
|
+
}
|
|
9110
|
+
.pagedjs_page_content > div tbody[data-split-from],
|
|
9111
|
+
.pagedjs_page_content > div tbody[data-split-to] {
|
|
9112
|
+
display: table-row-group !important;
|
|
9011
9113
|
}
|
|
9012
9114
|
}
|
|
9013
9115
|
`;
|
|
@@ -9025,7 +9127,7 @@ async function Is(o, e = {}) {
|
|
|
9025
9127
|
}
|
|
9026
9128
|
class zp {
|
|
9027
9129
|
constructor(e) {
|
|
9028
|
-
this.sheets = [], this.inserted = [], this.hooks = {}, this.hooks.onUrl = new
|
|
9130
|
+
this.sheets = [], this.inserted = [], this.hooks = {}, this.hooks.onUrl = new N(this), this.hooks.onAtPage = new N(this), this.hooks.onAtMedia = new N(this), this.hooks.onRule = new N(this), this.hooks.onDeclaration = new N(this), this.hooks.onContent = new N(this), this.hooks.onSelector = new N(this), this.hooks.onPseudoSelector = new N(this), this.hooks.onImport = new N(this), this.hooks.beforeTreeParse = new N(this), this.hooks.beforeTreeWalk = new N(this), this.hooks.afterTreeWalk = new N(this), e !== !1 && this.setup();
|
|
9029
9131
|
}
|
|
9030
9132
|
setup() {
|
|
9031
9133
|
return this.base = this.insert(Op), this.styleEl = document.createElement("style"), document.head.appendChild(this.styleEl), this.styleSheet = this.styleEl.sheet, this.styleSheet;
|
|
@@ -10494,9 +10596,27 @@ class Wp extends J {
|
|
|
10494
10596
|
let d;
|
|
10495
10597
|
a.forEach((p) => {
|
|
10496
10598
|
let c = p.dataset.ref;
|
|
10497
|
-
d = l.querySelector("[data-ref='" + c + "']:not([data-split-to])"), d && (d.dataset.splitTo = c, d.dataset.splitFrom || (d.dataset.splitOriginal = !0));
|
|
10599
|
+
d = l.querySelector("[data-ref='" + c + "']:not([data-split-to])"), d && (d.dataset.splitTo = c, d.dataset.splitFrom || (d.dataset.splitOriginal = !0), p.nodeName === "TABLE" && d.nodeName === "TABLE" && this.syncTableColumnWidths(p, d));
|
|
10498
10600
|
}), d && this.handleAlignment(d);
|
|
10499
10601
|
}
|
|
10602
|
+
syncTableColumnWidths(e, t) {
|
|
10603
|
+
if (e.querySelector(":scope > colgroup"))
|
|
10604
|
+
return;
|
|
10605
|
+
let r = t.querySelector(":scope > thead > tr") || t.querySelector(":scope > tbody > tr") || t.querySelector(":scope > tr");
|
|
10606
|
+
if (!r)
|
|
10607
|
+
return;
|
|
10608
|
+
let i = Array.from(r.children);
|
|
10609
|
+
if (!i.length)
|
|
10610
|
+
return;
|
|
10611
|
+
let a = i.map((l) => l.getBoundingClientRect().width);
|
|
10612
|
+
if (a.every((l) => !l))
|
|
10613
|
+
return;
|
|
10614
|
+
let n = e.ownerDocument, s = n.createElement("colgroup");
|
|
10615
|
+
s.dataset.pagedjsSyntheticColgroup = "true", a.forEach((l) => {
|
|
10616
|
+
let d = n.createElement("col");
|
|
10617
|
+
d.style.width = Math.round(l) + "px", s.appendChild(d);
|
|
10618
|
+
}), e.insertBefore(s, e.firstChild), e.style.tableLayout || (e.style.tableLayout = "fixed"), t.style.width && !e.style.width && (e.style.width = t.style.width);
|
|
10619
|
+
}
|
|
10500
10620
|
handleAlignment(e) {
|
|
10501
10621
|
let t = window.getComputedStyle(e), r = t["text-align"], i = t["text-align-last"];
|
|
10502
10622
|
e.dataset.lastSplitElement = "true", r === "justify" && i === "auto" ? e.dataset.alignLastSplitElement = "justify" : e.dataset.alignLastSplitElement = i;
|
|
@@ -10778,7 +10898,7 @@ class Mp extends J {
|
|
|
10778
10898
|
}
|
|
10779
10899
|
}
|
|
10780
10900
|
}
|
|
10781
|
-
class
|
|
10901
|
+
class Np extends J {
|
|
10782
10902
|
constructor(e, t, r) {
|
|
10783
10903
|
super(e, t, r), this.styleSheet = t.styleSheet, this.selectors = {};
|
|
10784
10904
|
}
|
|
@@ -10808,7 +10928,7 @@ class Dp extends J {
|
|
|
10808
10928
|
}
|
|
10809
10929
|
}
|
|
10810
10930
|
}
|
|
10811
|
-
class
|
|
10931
|
+
class Dp extends J {
|
|
10812
10932
|
constructor(e, t, r) {
|
|
10813
10933
|
super(e, t, r), this.footnotes = {}, this.needsLayout = [];
|
|
10814
10934
|
}
|
|
@@ -11050,8 +11170,8 @@ const Fp = [
|
|
|
11050
11170
|
Ip,
|
|
11051
11171
|
Bp,
|
|
11052
11172
|
Mp,
|
|
11053
|
-
|
|
11054
|
-
|
|
11173
|
+
Np,
|
|
11174
|
+
Dp
|
|
11055
11175
|
];
|
|
11056
11176
|
class Gp extends J {
|
|
11057
11177
|
constructor(e, t, r) {
|
|
@@ -11482,7 +11602,7 @@ class ec extends J {
|
|
|
11482
11602
|
let i = e.querySelectorAll("[style]");
|
|
11483
11603
|
for (let a = 0; a < i.length; a++) {
|
|
11484
11604
|
let n = i[a];
|
|
11485
|
-
this.removable(n) && (n.dataset.undisplayed = "undisplayed");
|
|
11605
|
+
n.style && n.style.display === "none" && this.removable(n) && (n.dataset.undisplayed = "undisplayed");
|
|
11486
11606
|
}
|
|
11487
11607
|
}
|
|
11488
11608
|
sorter(e, t) {
|
|
@@ -11521,16 +11641,16 @@ const tc = [
|
|
|
11521
11641
|
Zp,
|
|
11522
11642
|
ec
|
|
11523
11643
|
];
|
|
11524
|
-
var pa,
|
|
11644
|
+
var pa, Ns;
|
|
11525
11645
|
function rc() {
|
|
11526
|
-
return
|
|
11646
|
+
return Ns || (Ns = 1, pa = function() {
|
|
11527
11647
|
var o = Array.from, e, t;
|
|
11528
11648
|
return typeof o != "function" ? !1 : (e = ["raz", "dwa"], t = o(e), !!(t && t !== e && t[1] === "dwa"));
|
|
11529
11649
|
}), pa;
|
|
11530
11650
|
}
|
|
11531
|
-
var ca,
|
|
11651
|
+
var ca, Ds;
|
|
11532
11652
|
function ac() {
|
|
11533
|
-
return
|
|
11653
|
+
return Ds || (Ds = 1, ca = function() {
|
|
11534
11654
|
return typeof globalThis != "object" || !globalThis ? !1 : globalThis.Array === Array;
|
|
11535
11655
|
}), ca;
|
|
11536
11656
|
}
|
|
@@ -11897,12 +12017,12 @@ function _c() {
|
|
|
11897
12017
|
return e;
|
|
11898
12018
|
}, Ma;
|
|
11899
12019
|
}
|
|
11900
|
-
var
|
|
12020
|
+
var Na, fo;
|
|
11901
12021
|
function Ac() {
|
|
11902
|
-
if (fo) return
|
|
12022
|
+
if (fo) return Na;
|
|
11903
12023
|
fo = 1;
|
|
11904
12024
|
var o = Sc(), e = Tc(), t = _c(), r = me(), i = Eo().methods.emit, a = Object.defineProperty, n = Object.prototype.hasOwnProperty, s = Object.getOwnPropertyDescriptor;
|
|
11905
|
-
return
|
|
12025
|
+
return Na = function(l, d) {
|
|
11906
12026
|
var p, c, u, m;
|
|
11907
12027
|
return t(l) && t(d), m = arguments[2], m === void 0 && (m = "emit"), c = {
|
|
11908
12028
|
close: function() {
|
|
@@ -11912,30 +12032,30 @@ function Ac() {
|
|
|
11912
12032
|
var y, f, S = o(p);
|
|
11913
12033
|
for (i.apply(this, arguments), y = 0; f = S[y]; ++y) i.apply(f, arguments);
|
|
11914
12034
|
}, a(l, m, u), c);
|
|
11915
|
-
},
|
|
12035
|
+
}, Na;
|
|
11916
12036
|
}
|
|
11917
12037
|
var Oc = Ac();
|
|
11918
12038
|
const zc = /* @__PURE__ */ Ua(Oc);
|
|
11919
|
-
let
|
|
11920
|
-
class
|
|
12039
|
+
let No = [...Fp, ...Yp, ...tc];
|
|
12040
|
+
class Do {
|
|
11921
12041
|
constructor(e, t, r) {
|
|
11922
|
-
|
|
12042
|
+
No.forEach((i) => {
|
|
11923
12043
|
let a = new i(e, t, r);
|
|
11924
12044
|
zc(a, this);
|
|
11925
12045
|
});
|
|
11926
12046
|
}
|
|
11927
12047
|
}
|
|
11928
|
-
he(
|
|
12048
|
+
he(Do.prototype);
|
|
11929
12049
|
function yo() {
|
|
11930
12050
|
for (var o = 0; o < arguments.length; o++)
|
|
11931
|
-
|
|
12051
|
+
No.push(arguments[o]);
|
|
11932
12052
|
}
|
|
11933
12053
|
function jc(o, e, t) {
|
|
11934
|
-
return new
|
|
12054
|
+
return new Do(o, e, t);
|
|
11935
12055
|
}
|
|
11936
12056
|
class qc {
|
|
11937
12057
|
constructor(e) {
|
|
11938
|
-
this.settings = e || {}, this.polisher = new zp(!1), this.chunker = new _o(void 0, void 0, this.settings), this.hooks = {}, this.hooks.beforePreview = new
|
|
12058
|
+
this.settings = e || {}, this.polisher = new zp(!1), this.chunker = new _o(void 0, void 0, this.settings), this.hooks = {}, this.hooks.beforePreview = new N(this), this.hooks.afterPreview = new N(this), this.size = {
|
|
11939
12059
|
width: {
|
|
11940
12060
|
value: 8.5,
|
|
11941
12061
|
unit: "in"
|
|
@@ -12002,5 +12122,5 @@ export {
|
|
|
12002
12122
|
qc as Previewer,
|
|
12003
12123
|
jc as initializeHandlers,
|
|
12004
12124
|
yo as registerHandlers,
|
|
12005
|
-
|
|
12125
|
+
No as registeredHandlers
|
|
12006
12126
|
};
|