@oslokommune/punkt-react 12.6.6 → 12.6.9
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 +36 -0
- package/dist/index.d.ts +1 -0
- package/dist/punkt-react.es.js +172 -163
- package/dist/punkt-react.umd.js +11 -11
- package/package.json +4 -4
- package/src/components/datepicker/Datepicker.tsx +1 -0
- package/src/components/tag/Tag.test.tsx +1 -1
package/dist/punkt-react.es.js
CHANGED
|
@@ -1411,7 +1411,7 @@ const kg = {
|
|
|
1411
1411
|
dates: Cg,
|
|
1412
1412
|
forms: xg
|
|
1413
1413
|
};
|
|
1414
|
-
var _g = Object.defineProperty,
|
|
1414
|
+
var _g = Object.defineProperty, Ye = (e, t, n, r) => {
|
|
1415
1415
|
for (var i = void 0, o = e.length - 1, u; o >= 0; o--)
|
|
1416
1416
|
(u = e[o]) && (i = u(t, n, i) || i);
|
|
1417
1417
|
return i && _g(t, n, i), i;
|
|
@@ -1442,10 +1442,10 @@ let Pt = class extends oa {
|
|
|
1442
1442
|
this.requestUpdate();
|
|
1443
1443
|
}
|
|
1444
1444
|
};
|
|
1445
|
-
|
|
1445
|
+
Ye([
|
|
1446
1446
|
O({ type: Object })
|
|
1447
1447
|
], Pt.prototype, "strings");
|
|
1448
|
-
let
|
|
1448
|
+
let Ke = class extends Pt {
|
|
1449
1449
|
constructor() {
|
|
1450
1450
|
super(), this.id = np(), this.name = this.id, this.required = !1, this.disabled = !1, this.placeholder = "", this.min = null, this.max = null, this.minlength = 0, this.maxlength = 0, this.pattern = "", this.optionalTag = !1, this.optionalText = jt.forms.labels.optional, this.requiredTag = !1, this.requiredText = jt.forms.labels.required, this.hasError = !1, this.errorMessage = "", this.touched = !1, this.internals = this.attachInternals();
|
|
1451
1451
|
}
|
|
@@ -1521,57 +1521,57 @@ let Ye = class extends Pt {
|
|
|
1521
1521
|
super.firstUpdated(t), this.required && (this.internals.ariaRequired = !0), this.disabled && (this.internals.disabled = !0, this.internals.ariaDisabled = !0), this.internals.setFormValue(this.value), this.manageValidity(this.inputRef.value);
|
|
1522
1522
|
}
|
|
1523
1523
|
};
|
|
1524
|
-
|
|
1524
|
+
Ye([
|
|
1525
1525
|
O({ type: String, reflect: !0 })
|
|
1526
|
-
],
|
|
1527
|
-
|
|
1526
|
+
], Ke.prototype, "id");
|
|
1527
|
+
Ye([
|
|
1528
1528
|
O({ type: String, reflect: !0 })
|
|
1529
|
-
],
|
|
1530
|
-
|
|
1529
|
+
], Ke.prototype, "name");
|
|
1530
|
+
Ye([
|
|
1531
1531
|
O({ type: Boolean, reflect: !0 })
|
|
1532
|
-
],
|
|
1533
|
-
|
|
1532
|
+
], Ke.prototype, "required");
|
|
1533
|
+
Ye([
|
|
1534
1534
|
O({ type: Boolean, reflect: !0 })
|
|
1535
|
-
],
|
|
1536
|
-
|
|
1535
|
+
], Ke.prototype, "disabled");
|
|
1536
|
+
Ye([
|
|
1537
1537
|
O({ type: String, reflect: !0 })
|
|
1538
|
-
],
|
|
1539
|
-
|
|
1538
|
+
], Ke.prototype, "placeholder");
|
|
1539
|
+
Ye([
|
|
1540
1540
|
O({ type: Number, reflect: !0 })
|
|
1541
|
-
],
|
|
1542
|
-
|
|
1541
|
+
], Ke.prototype, "min");
|
|
1542
|
+
Ye([
|
|
1543
1543
|
O({ type: Number, reflect: !0 })
|
|
1544
|
-
],
|
|
1545
|
-
|
|
1544
|
+
], Ke.prototype, "max");
|
|
1545
|
+
Ye([
|
|
1546
1546
|
O({ type: Number, reflect: !0 })
|
|
1547
|
-
],
|
|
1548
|
-
|
|
1547
|
+
], Ke.prototype, "minlength");
|
|
1548
|
+
Ye([
|
|
1549
1549
|
O({ type: Number, reflect: !0 })
|
|
1550
|
-
],
|
|
1551
|
-
|
|
1550
|
+
], Ke.prototype, "maxlength");
|
|
1551
|
+
Ye([
|
|
1552
1552
|
O({ type: String, reflect: !0 })
|
|
1553
|
-
],
|
|
1554
|
-
|
|
1553
|
+
], Ke.prototype, "pattern");
|
|
1554
|
+
Ye([
|
|
1555
1555
|
O({ type: Boolean, reflect: !0 })
|
|
1556
|
-
],
|
|
1557
|
-
|
|
1556
|
+
], Ke.prototype, "optionalTag");
|
|
1557
|
+
Ye([
|
|
1558
1558
|
O({ type: String, reflect: !0 })
|
|
1559
|
-
],
|
|
1560
|
-
|
|
1559
|
+
], Ke.prototype, "optionalText");
|
|
1560
|
+
Ye([
|
|
1561
1561
|
O({ type: Boolean, reflect: !0 })
|
|
1562
|
-
],
|
|
1563
|
-
|
|
1562
|
+
], Ke.prototype, "requiredTag");
|
|
1563
|
+
Ye([
|
|
1564
1564
|
O({ type: String, reflect: !0 })
|
|
1565
|
-
],
|
|
1566
|
-
|
|
1565
|
+
], Ke.prototype, "requiredText");
|
|
1566
|
+
Ye([
|
|
1567
1567
|
O({ type: Boolean, reflect: !0 })
|
|
1568
|
-
],
|
|
1569
|
-
|
|
1568
|
+
], Ke.prototype, "hasError");
|
|
1569
|
+
Ye([
|
|
1570
1570
|
O({ type: String, reflect: !0 })
|
|
1571
|
-
],
|
|
1572
|
-
|
|
1571
|
+
], Ke.prototype, "errorMessage");
|
|
1572
|
+
Ye([
|
|
1573
1573
|
nn()
|
|
1574
|
-
],
|
|
1574
|
+
], Ke.prototype, "touched");
|
|
1575
1575
|
/**
|
|
1576
1576
|
* @license
|
|
1577
1577
|
* Copyright 2017 Google LLC
|
|
@@ -3159,7 +3159,7 @@ const yv = Symbol.for(""), Bs = (e, ...t) => ({ _$litStatic$: t.reduce((n, r, i)
|
|
|
3159
3159
|
events: bv,
|
|
3160
3160
|
props: kv
|
|
3161
3161
|
};
|
|
3162
|
-
var wv = Object.defineProperty, Cv = Object.getOwnPropertyDescriptor,
|
|
3162
|
+
var wv = Object.defineProperty, Cv = Object.getOwnPropertyDescriptor, Ie = (e, t, n, r) => {
|
|
3163
3163
|
for (var i = r > 1 ? void 0 : r ? Cv(t, n) : t, o = e.length - 1, u; o >= 0; o--)
|
|
3164
3164
|
(u = e[o]) && (i = (r ? u(t, n, i) : u(i)) || i);
|
|
3165
3165
|
return r && i && wv(t, n, i), i;
|
|
@@ -3252,67 +3252,67 @@ let Pe = class extends Pt {
|
|
|
3252
3252
|
return Y`<div class=${ze(t)}>${k()}</div> `;
|
|
3253
3253
|
}
|
|
3254
3254
|
};
|
|
3255
|
-
|
|
3255
|
+
Ie([
|
|
3256
3256
|
O({ type: String, reflect: !0 })
|
|
3257
3257
|
], Pe.prototype, "forId", 2);
|
|
3258
|
-
|
|
3258
|
+
Ie([
|
|
3259
3259
|
O({ type: String, reflect: !0 })
|
|
3260
3260
|
], Pe.prototype, "label", 2);
|
|
3261
|
-
|
|
3261
|
+
Ie([
|
|
3262
3262
|
O({ type: String, reflect: !0 })
|
|
3263
3263
|
], Pe.prototype, "helptext", 2);
|
|
3264
|
-
|
|
3264
|
+
Ie([
|
|
3265
3265
|
O({ type: String, reflect: !0 })
|
|
3266
3266
|
], Pe.prototype, "helptextDropdown", 2);
|
|
3267
|
-
|
|
3267
|
+
Ie([
|
|
3268
3268
|
O({ type: String, reflect: !0 })
|
|
3269
3269
|
], Pe.prototype, "helptextDropdownButton", 2);
|
|
3270
|
-
|
|
3270
|
+
Ie([
|
|
3271
3271
|
O({ type: Boolean, reflect: !0 })
|
|
3272
3272
|
], Pe.prototype, "counter", 2);
|
|
3273
|
-
|
|
3273
|
+
Ie([
|
|
3274
3274
|
O({ type: Number, reflect: !0 })
|
|
3275
3275
|
], Pe.prototype, "counterCurrent", 2);
|
|
3276
|
-
|
|
3276
|
+
Ie([
|
|
3277
3277
|
O({ type: Number, reflect: !0 })
|
|
3278
3278
|
], Pe.prototype, "counterMaxLength", 2);
|
|
3279
|
-
|
|
3279
|
+
Ie([
|
|
3280
3280
|
O({ type: Boolean, reflect: !0 })
|
|
3281
3281
|
], Pe.prototype, "optionalTag", 2);
|
|
3282
|
-
|
|
3282
|
+
Ie([
|
|
3283
3283
|
O({ type: String, reflect: !0 })
|
|
3284
3284
|
], Pe.prototype, "optionalText", 2);
|
|
3285
|
-
|
|
3285
|
+
Ie([
|
|
3286
3286
|
O({ type: Boolean, reflect: !0 })
|
|
3287
3287
|
], Pe.prototype, "requiredTag", 2);
|
|
3288
|
-
|
|
3288
|
+
Ie([
|
|
3289
3289
|
O({ type: String, reflect: !0 })
|
|
3290
3290
|
], Pe.prototype, "requiredText", 2);
|
|
3291
|
-
|
|
3291
|
+
Ie([
|
|
3292
3292
|
O({ type: Boolean, reflect: !0 })
|
|
3293
3293
|
], Pe.prototype, "hasError", 2);
|
|
3294
|
-
|
|
3294
|
+
Ie([
|
|
3295
3295
|
O({ type: String, reflect: !0 })
|
|
3296
3296
|
], Pe.prototype, "errorMessage", 2);
|
|
3297
|
-
|
|
3297
|
+
Ie([
|
|
3298
3298
|
O({ type: Boolean, reflect: !0 })
|
|
3299
3299
|
], Pe.prototype, "disabled", 2);
|
|
3300
|
-
|
|
3300
|
+
Ie([
|
|
3301
3301
|
O({ type: Boolean, reflect: !0 })
|
|
3302
3302
|
], Pe.prototype, "inline", 2);
|
|
3303
|
-
|
|
3303
|
+
Ie([
|
|
3304
3304
|
O({ type: String, reflect: !0 })
|
|
3305
3305
|
], Pe.prototype, "ariaDescribedby", 2);
|
|
3306
|
-
|
|
3306
|
+
Ie([
|
|
3307
3307
|
O({ type: Boolean, reflect: !0 })
|
|
3308
3308
|
], Pe.prototype, "hasFieldset", 2);
|
|
3309
|
-
|
|
3309
|
+
Ie([
|
|
3310
3310
|
O({ type: Boolean, reflect: !0 })
|
|
3311
3311
|
], Pe.prototype, "useWrapper", 2);
|
|
3312
|
-
|
|
3312
|
+
Ie([
|
|
3313
3313
|
O({ reflect: !1, type: Boolean })
|
|
3314
3314
|
], Pe.prototype, "isHelpTextOpen", 2);
|
|
3315
|
-
Pe =
|
|
3315
|
+
Pe = Ie([
|
|
3316
3316
|
Ut("pkt-input-wrapper")
|
|
3317
3317
|
], Pe);
|
|
3318
3318
|
function xi(e) {
|
|
@@ -4689,6 +4689,12 @@ const Iu = (e, t, n) => {
|
|
|
4689
4689
|
default: "Valgfritt",
|
|
4690
4690
|
description: "Tekst som vises i valgfritt-merkingen"
|
|
4691
4691
|
},
|
|
4692
|
+
useWrapper: {
|
|
4693
|
+
type: "boolean",
|
|
4694
|
+
name: "Bruk wrapper",
|
|
4695
|
+
description: "Indikerer at feltet skal ha synlig label og hjelpetekst",
|
|
4696
|
+
default: !0
|
|
4697
|
+
},
|
|
4692
4698
|
id: {
|
|
4693
4699
|
type: "string",
|
|
4694
4700
|
name: "ID",
|
|
@@ -4714,15 +4720,15 @@ const Iu = (e, t, n) => {
|
|
|
4714
4720
|
props: A2,
|
|
4715
4721
|
events: $2
|
|
4716
4722
|
};
|
|
4717
|
-
var T2 = Object.defineProperty, B2 = Object.getOwnPropertyDescriptor,
|
|
4723
|
+
var T2 = Object.defineProperty, B2 = Object.getOwnPropertyDescriptor, Ve = (e, t, n, r) => {
|
|
4718
4724
|
for (var i = r > 1 ? void 0 : r ? B2(t, n) : t, o = e.length - 1, u; o >= 0; o--)
|
|
4719
4725
|
(u = e[o]) && (i = (r ? u(t, n, i) : u(i)) || i);
|
|
4720
4726
|
return r && i && T2(t, n, i), i;
|
|
4721
4727
|
};
|
|
4722
4728
|
const Mu = (e) => new Promise((t) => setTimeout(t, e));
|
|
4723
|
-
let
|
|
4729
|
+
let Oe = class extends Ke {
|
|
4724
4730
|
constructor() {
|
|
4725
|
-
super(...arguments), this.value = "", this._value = this.value ? Array.isArray(this.value) ? this.value : this.value.split(",") : [], this.label = "Datovelger", this.helptext = "", this.helptextDropdown = "", this.helptextDropdownButton = Kt.props.helptextDropdownButton.default, this.dateformat = Kt.props.dateformat.default, this.multiple = Kt.props.multiple.default, this.maxlength = Kt.props.maxlength.default, this.range = Kt.props.range.default, this.weeknumbers = Kt.props.weeknumbers.default, this.withcontrols = Kt.props.withcontrols.default, this.fullwidth = !1, this.excludedates = [], this.excludeweekdays = [], this.currentmonth = null, this.calendarOpen = !1, this.inputRef = Ct(), this.inputRefTo = Ct(), this.btnRef = Ct(), this.calRef = Ct(), this.popupRef = Ct(), this.inputClasses = {
|
|
4731
|
+
super(...arguments), this.value = "", this._value = this.value ? Array.isArray(this.value) ? this.value : this.value.split(",") : [], this.label = "Datovelger", this.helptext = "", this.helptextDropdown = "", this.helptextDropdownButton = Kt.props.helptextDropdownButton.default, this.dateformat = Kt.props.dateformat.default, this.multiple = Kt.props.multiple.default, this.maxlength = Kt.props.maxlength.default, this.range = Kt.props.range.default, this.weeknumbers = Kt.props.weeknumbers.default, this.withcontrols = Kt.props.withcontrols.default, this.fullwidth = !1, this.excludedates = [], this.excludeweekdays = [], this.currentmonth = null, this.useWrapper = !0, this.calendarOpen = !1, this.inputRef = Ct(), this.inputRefTo = Ct(), this.btnRef = Ct(), this.calRef = Ct(), this.popupRef = Ct(), this.inputClasses = {
|
|
4726
4732
|
"pkt-input": !0,
|
|
4727
4733
|
"pkt-datepicker__input": !0,
|
|
4728
4734
|
"pkt-input--fullwidth": this.fullwidth
|
|
@@ -4998,7 +5004,7 @@ let qe = class extends Ye {
|
|
|
4998
5004
|
?required=${this.required}
|
|
4999
5005
|
?optionalTag=${this.optionalTag}
|
|
5000
5006
|
?requiredTag=${this.requiredTag}
|
|
5001
|
-
?
|
|
5007
|
+
?useWrapper=${this.useWrapper}
|
|
5002
5008
|
.optionalText=${this.optionalText}
|
|
5003
5009
|
.requiredText=${this.requiredText}
|
|
5004
5010
|
.errorMessage=${this.errorMessage}
|
|
@@ -5052,60 +5058,63 @@ let qe = class extends Ye {
|
|
|
5052
5058
|
e.preventDefault(), this.calendarOpen ? this.hideCalendar() : this.showCalendar();
|
|
5053
5059
|
}
|
|
5054
5060
|
};
|
|
5055
|
-
|
|
5061
|
+
Ve([
|
|
5056
5062
|
O({ type: String, reflect: !0 })
|
|
5057
|
-
],
|
|
5058
|
-
|
|
5063
|
+
], Oe.prototype, "value", 2);
|
|
5064
|
+
Ve([
|
|
5059
5065
|
O({ type: Array, reflect: !1 })
|
|
5060
|
-
],
|
|
5061
|
-
|
|
5066
|
+
], Oe.prototype, "_value", 2);
|
|
5067
|
+
Ve([
|
|
5062
5068
|
O({ type: String })
|
|
5063
|
-
],
|
|
5064
|
-
|
|
5069
|
+
], Oe.prototype, "label", 2);
|
|
5070
|
+
Ve([
|
|
5065
5071
|
O({ type: String })
|
|
5066
|
-
],
|
|
5067
|
-
|
|
5072
|
+
], Oe.prototype, "helptext", 2);
|
|
5073
|
+
Ve([
|
|
5068
5074
|
O({ type: String })
|
|
5069
|
-
],
|
|
5070
|
-
|
|
5075
|
+
], Oe.prototype, "helptextDropdown", 2);
|
|
5076
|
+
Ve([
|
|
5071
5077
|
O({ type: String })
|
|
5072
|
-
],
|
|
5073
|
-
|
|
5078
|
+
], Oe.prototype, "helptextDropdownButton", 2);
|
|
5079
|
+
Ve([
|
|
5074
5080
|
O({ type: String })
|
|
5075
|
-
],
|
|
5076
|
-
|
|
5081
|
+
], Oe.prototype, "dateformat", 2);
|
|
5082
|
+
Ve([
|
|
5077
5083
|
O({ type: Boolean, reflect: !0 })
|
|
5078
|
-
],
|
|
5079
|
-
|
|
5084
|
+
], Oe.prototype, "multiple", 2);
|
|
5085
|
+
Ve([
|
|
5080
5086
|
O({ type: Number })
|
|
5081
|
-
],
|
|
5082
|
-
|
|
5087
|
+
], Oe.prototype, "maxlength", 2);
|
|
5088
|
+
Ve([
|
|
5083
5089
|
O({ type: Boolean, reflect: !0 })
|
|
5084
|
-
],
|
|
5085
|
-
|
|
5090
|
+
], Oe.prototype, "range", 2);
|
|
5091
|
+
Ve([
|
|
5086
5092
|
O({ type: Boolean })
|
|
5087
|
-
],
|
|
5088
|
-
|
|
5093
|
+
], Oe.prototype, "weeknumbers", 2);
|
|
5094
|
+
Ve([
|
|
5089
5095
|
O({ type: Boolean })
|
|
5090
|
-
],
|
|
5091
|
-
|
|
5096
|
+
], Oe.prototype, "withcontrols", 2);
|
|
5097
|
+
Ve([
|
|
5092
5098
|
O({ type: Boolean })
|
|
5093
|
-
],
|
|
5094
|
-
|
|
5099
|
+
], Oe.prototype, "fullwidth", 2);
|
|
5100
|
+
Ve([
|
|
5095
5101
|
O({ converter: xr.csvToArray })
|
|
5096
|
-
],
|
|
5097
|
-
|
|
5102
|
+
], Oe.prototype, "excludedates", 2);
|
|
5103
|
+
Ve([
|
|
5098
5104
|
O({ converter: xr.csvToArray })
|
|
5099
|
-
],
|
|
5100
|
-
|
|
5105
|
+
], Oe.prototype, "excludeweekdays", 2);
|
|
5106
|
+
Ve([
|
|
5101
5107
|
O({ type: String })
|
|
5102
|
-
],
|
|
5103
|
-
|
|
5108
|
+
], Oe.prototype, "currentmonth", 2);
|
|
5109
|
+
Ve([
|
|
5110
|
+
O({ type: Boolean })
|
|
5111
|
+
], Oe.prototype, "useWrapper", 2);
|
|
5112
|
+
Ve([
|
|
5104
5113
|
O({ type: Boolean, reflect: !0 })
|
|
5105
|
-
],
|
|
5106
|
-
|
|
5114
|
+
], Oe.prototype, "calendarOpen", 2);
|
|
5115
|
+
Oe = Ve([
|
|
5107
5116
|
Ut("pkt-datepicker")
|
|
5108
|
-
],
|
|
5117
|
+
], Oe);
|
|
5109
5118
|
const N2 = "pkt-link", j2 = !0, L2 = {
|
|
5110
5119
|
href: {
|
|
5111
5120
|
name: "URL",
|
|
@@ -5546,7 +5555,7 @@ const Js = je(
|
|
|
5546
5555
|
Js.displayName = "PktCheckbox";
|
|
5547
5556
|
const X2 = Vn({
|
|
5548
5557
|
tagName: "pkt-datepicker",
|
|
5549
|
-
elementClass:
|
|
5558
|
+
elementClass: Oe,
|
|
5550
5559
|
react: ye,
|
|
5551
5560
|
displayName: "PktDatepicker",
|
|
5552
5561
|
events: {
|
|
@@ -7123,7 +7132,7 @@ function jD(e) {
|
|
|
7123
7132
|
}
|
|
7124
7133
|
var LD = (e, t, n) => {
|
|
7125
7134
|
if (!(e && t == null)) return Array.isArray(t) || typeof t == "string" ? t[n < 0 ? t.length + n : n] : t.at(n);
|
|
7126
|
-
}, Ve = LD, PD = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
7135
|
+
}, Ge = LD, PD = () => /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
7127
7136
|
function OD(e) {
|
|
7128
7137
|
return e === 12288 || e >= 65281 && e <= 65376 || e >= 65504 && e <= 65510;
|
|
7129
7138
|
}
|
|
@@ -7199,7 +7208,7 @@ function UD(e) {
|
|
|
7199
7208
|
}
|
|
7200
7209
|
function Xu(e) {
|
|
7201
7210
|
if (e.length > 0) {
|
|
7202
|
-
let t =
|
|
7211
|
+
let t = Ge(!1, e, -1);
|
|
7203
7212
|
!t.expandedStates && !t.break && (t.break = "propagated");
|
|
7204
7213
|
}
|
|
7205
7214
|
return null;
|
|
@@ -7224,9 +7233,9 @@ function VD(e) {
|
|
|
7224
7233
|
return Mi(e, zD);
|
|
7225
7234
|
}
|
|
7226
7235
|
function Qu(e) {
|
|
7227
|
-
for (e = [...e]; e.length >= 2 &&
|
|
7236
|
+
for (e = [...e]; e.length >= 2 && Ge(!1, e, -2).type === nt && Ge(!1, e, -1).type === $t; ) e.length -= 2;
|
|
7228
7237
|
if (e.length > 0) {
|
|
7229
|
-
let t = ua(
|
|
7238
|
+
let t = ua(Ge(!1, e, -1));
|
|
7230
7239
|
e[e.length - 1] = t;
|
|
7231
7240
|
}
|
|
7232
7241
|
return e;
|
|
@@ -7287,7 +7296,7 @@ function GD(e) {
|
|
|
7287
7296
|
for (let n of e) {
|
|
7288
7297
|
if (!n) continue;
|
|
7289
7298
|
let [r, ...i] = Array.isArray(n) ? n : [n];
|
|
7290
|
-
typeof r == "string" && typeof
|
|
7299
|
+
typeof r == "string" && typeof Ge(!1, t, -1) == "string" ? t[t.length - 1] += r : t.push(r), t.push(...i);
|
|
7291
7300
|
}
|
|
7292
7301
|
return t.length === 0 ? "" : t.length === 1 ? t[0] : t;
|
|
7293
7302
|
}
|
|
@@ -7416,7 +7425,7 @@ function oi(e, t, n, r, i, o) {
|
|
|
7416
7425
|
break;
|
|
7417
7426
|
case vt: {
|
|
7418
7427
|
if (o && m.break) return !1;
|
|
7419
|
-
let y = m.break ? mt : h, b = m.expandedStates && y === mt ?
|
|
7428
|
+
let y = m.break ? mt : h, b = m.expandedStates && y === mt ? Ge(!1, m.expandedStates, -1) : m.contents;
|
|
7420
7429
|
c.push({ mode: y, doc: b });
|
|
7421
7430
|
break;
|
|
7422
7431
|
}
|
|
@@ -7479,7 +7488,7 @@ function Ri(e, t) {
|
|
|
7479
7488
|
let _ = { ind: y, mode: Rt, doc: k.contents }, C = r - o, T = h.length > 0;
|
|
7480
7489
|
if (!k.break && oi(_, u, C, T, n)) u.push(_);
|
|
7481
7490
|
else if (k.expandedStates) {
|
|
7482
|
-
let F =
|
|
7491
|
+
let F = Ge(!1, k.expandedStates, -1);
|
|
7483
7492
|
if (k.break) {
|
|
7484
7493
|
u.push({ ind: y, mode: mt, doc: F });
|
|
7485
7494
|
break;
|
|
@@ -7497,7 +7506,7 @@ function Ri(e, t) {
|
|
|
7497
7506
|
break;
|
|
7498
7507
|
}
|
|
7499
7508
|
}
|
|
7500
|
-
k.id && (n[k.id] =
|
|
7509
|
+
k.id && (n[k.id] = Ge(!1, u, -1).mode);
|
|
7501
7510
|
break;
|
|
7502
7511
|
case Wt: {
|
|
7503
7512
|
let _ = r - o, { parts: C } = k;
|
|
@@ -7581,13 +7590,13 @@ var To = e0, Pn, io, mi, t0 = class {
|
|
|
7581
7590
|
}
|
|
7582
7591
|
get key() {
|
|
7583
7592
|
let { stack: e, siblings: t } = this;
|
|
7584
|
-
return
|
|
7593
|
+
return Ge(!1, e, t === null ? -2 : -4) ?? null;
|
|
7585
7594
|
}
|
|
7586
7595
|
get index() {
|
|
7587
|
-
return this.siblings === null ? null :
|
|
7596
|
+
return this.siblings === null ? null : Ge(!1, this.stack, -2);
|
|
7588
7597
|
}
|
|
7589
7598
|
get node() {
|
|
7590
|
-
return
|
|
7599
|
+
return Ge(!1, this.stack, -1);
|
|
7591
7600
|
}
|
|
7592
7601
|
get parent() {
|
|
7593
7602
|
return this.getNode(1);
|
|
@@ -7599,7 +7608,7 @@ var To = e0, Pn, io, mi, t0 = class {
|
|
|
7599
7608
|
return this.siblings !== null;
|
|
7600
7609
|
}
|
|
7601
7610
|
get siblings() {
|
|
7602
|
-
let { stack: e } = this, t =
|
|
7611
|
+
let { stack: e } = this, t = Ge(!1, e, -3);
|
|
7603
7612
|
return Array.isArray(t) ? t : null;
|
|
7604
7613
|
}
|
|
7605
7614
|
get next() {
|
|
@@ -7628,10 +7637,10 @@ var To = e0, Pn, io, mi, t0 = class {
|
|
|
7628
7637
|
}
|
|
7629
7638
|
getName() {
|
|
7630
7639
|
let { stack: e } = this, { length: t } = e;
|
|
7631
|
-
return t > 1 ?
|
|
7640
|
+
return t > 1 ? Ge(!1, e, -2) : null;
|
|
7632
7641
|
}
|
|
7633
7642
|
getValue() {
|
|
7634
|
-
return
|
|
7643
|
+
return Ge(!1, this.stack, -1);
|
|
7635
7644
|
}
|
|
7636
7645
|
getNode(e = 0) {
|
|
7637
7646
|
let t = ea(this, Pn, io).call(this, e);
|
|
@@ -7641,7 +7650,7 @@ var To = e0, Pn, io, mi, t0 = class {
|
|
|
7641
7650
|
return this.getNode(e + 1);
|
|
7642
7651
|
}
|
|
7643
7652
|
call(e, ...t) {
|
|
7644
|
-
let { stack: n } = this, { length: r } = n, i =
|
|
7653
|
+
let { stack: n } = this, { length: r } = n, i = Ge(!1, n, -1);
|
|
7645
7654
|
for (let o of t) i = i[o], n.push(o, i);
|
|
7646
7655
|
try {
|
|
7647
7656
|
return e(this);
|
|
@@ -7658,7 +7667,7 @@ var To = e0, Pn, io, mi, t0 = class {
|
|
|
7658
7667
|
}
|
|
7659
7668
|
}
|
|
7660
7669
|
each(e, ...t) {
|
|
7661
|
-
let { stack: n } = this, { length: r } = n, i =
|
|
7670
|
+
let { stack: n } = this, { length: r } = n, i = Ge(!1, n, -1);
|
|
7662
7671
|
for (let o of t) i = i[o], n.push(o, i);
|
|
7663
7672
|
try {
|
|
7664
7673
|
for (let o = 0; o < i.length; ++o) n.push(o, i[o]), e(this, o, i), n.length -= 2;
|
|
@@ -7972,7 +7981,7 @@ function _0(e) {
|
|
|
7972
7981
|
let t = [];
|
|
7973
7982
|
for (let [n, r] of Object.entries(e)) {
|
|
7974
7983
|
let i = { name: n, ...r };
|
|
7975
|
-
Array.isArray(i.default) && (i.default =
|
|
7984
|
+
Array.isArray(i.default) && (i.default = Ge(!1, i.default, -1).value), t.push(i);
|
|
7976
7985
|
}
|
|
7977
7986
|
return t;
|
|
7978
7987
|
}
|
|
@@ -8417,7 +8426,7 @@ function ab(e, { isCLI: t, optionInfos: n, FlagSchema: r }) {
|
|
|
8417
8426
|
}
|
|
8418
8427
|
if (e.exception ? o.validate = (d, h, m) => e.exception(d) || h.validate(d, m) : o.validate = (d, h, m) => d === void 0 || h.validate(d, m), e.redirect && (c.redirect = (d) => d ? { to: typeof e.redirect == "string" ? e.redirect : { key: e.redirect.option, value: e.redirect.value } } : void 0), e.deprecated && (c.deprecated = !0), t && !e.array) {
|
|
8419
8428
|
let d = o.preprocess || ((h) => h);
|
|
8420
|
-
o.preprocess = (h, m, v) => m.preprocess(d(Array.isArray(h) ?
|
|
8429
|
+
o.preprocess = (h, m, v) => m.preprocess(d(Array.isArray(h) ? Ge(!1, h, -1) : h), v);
|
|
8421
8430
|
}
|
|
8422
8431
|
return e.array ? I0.create({ ...t ? { preprocess: (d) => Array.isArray(d) ? d : [d] } : {}, ...c, valueSchema: u.create(o) }) : u.create({ ...o, ...c });
|
|
8423
8432
|
}
|
|
@@ -9450,8 +9459,8 @@ Expected it to be ${p}.`;
|
|
|
9450
9459
|
}
|
|
9451
9460
|
}
|
|
9452
9461
|
function fe() {
|
|
9453
|
-
let le = !1, Fe, Ue, Qe, it, z = {}, ue, We,
|
|
9454
|
-
for (it = 0; it < p.length; it++) ue = p[it], We = ue[ue.length - 1],
|
|
9462
|
+
let le = !1, Fe, Ue, Qe, it, z = {}, ue, We, Re, lt, sr;
|
|
9463
|
+
for (it = 0; it < p.length; it++) ue = p[it], We = ue[ue.length - 1], Re = ue.substring(0, ue.length - 1), lt = parseInt(Re, 10), sr = parseFloat(Re), vl.test(Re) && We === "w" ? ((Fe || Ue) && (le = !0), lt === 0 ? le = !0 : Fe = lt) : wh.test(Re) && We === "x" ? ((Fe || Ue || Qe) && (le = !0), sr < 0 ? le = !0 : Ue = sr) : vl.test(Re) && We === "h" ? ((Qe || Ue) && (le = !0), lt === 0 ? le = !0 : Qe = lt) : le = !0;
|
|
9455
9464
|
if (!le) z.source = { value: l, startOffset: R }, Fe && (z.width = { value: Fe }), Ue && (z.density = { value: Ue }), Qe && (z.height = { value: Qe }), U.push(z);
|
|
9456
9465
|
else throw new Error(`Invalid srcset descriptor found in "${a}" at "${ue}".`);
|
|
9457
9466
|
}
|
|
@@ -10499,7 +10508,7 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10499
10508
|
_consumeBlockStart(a) {
|
|
10500
10509
|
this._beginToken(25, a);
|
|
10501
10510
|
let s = this._endToken([this._getBlockName()]);
|
|
10502
|
-
if (this._cursor.peek() === 40) if (this._cursor.advance(), this._consumeBlockParameters(), this._attemptCharCodeUntilFn(
|
|
10511
|
+
if (this._cursor.peek() === 40) if (this._cursor.advance(), this._consumeBlockParameters(), this._attemptCharCodeUntilFn(Me), this._attemptCharCode(41)) this._attemptCharCodeUntilFn(Me);
|
|
10503
10512
|
else {
|
|
10504
10513
|
s.type = 29;
|
|
10505
10514
|
return;
|
|
@@ -10529,18 +10538,18 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10529
10538
|
}
|
|
10530
10539
|
}
|
|
10531
10540
|
_consumeLetDeclaration(a) {
|
|
10532
|
-
if (this._beginToken(30, a), Va(this._cursor.peek())) this._attemptCharCodeUntilFn(
|
|
10541
|
+
if (this._beginToken(30, a), Va(this._cursor.peek())) this._attemptCharCodeUntilFn(Me);
|
|
10533
10542
|
else {
|
|
10534
10543
|
let l = this._endToken([this._cursor.getChars(a)]);
|
|
10535
10544
|
l.type = 33;
|
|
10536
10545
|
return;
|
|
10537
10546
|
}
|
|
10538
10547
|
let s = this._endToken([this._getLetDeclarationName()]);
|
|
10539
|
-
if (this._attemptCharCodeUntilFn(
|
|
10548
|
+
if (this._attemptCharCodeUntilFn(Me), !this._attemptCharCode(61)) {
|
|
10540
10549
|
s.type = 33;
|
|
10541
10550
|
return;
|
|
10542
10551
|
}
|
|
10543
|
-
this._attemptCharCodeUntilFn((l) =>
|
|
10552
|
+
this._attemptCharCodeUntilFn((l) => Me(l) && !vs(l)), this._consumeLetDeclarationValue(), this._cursor.peek() === 59 ? (this._beginToken(32), this._endToken([]), this._cursor.advance()) : (s.type = 33, s.sourceSpan = this._cursor.getSpan(a));
|
|
10544
10553
|
}
|
|
10545
10554
|
_getLetDeclarationName() {
|
|
10546
10555
|
let a = this._cursor.clone(), s = !1;
|
|
@@ -10689,14 +10698,14 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10689
10698
|
let s, l, p, f = [];
|
|
10690
10699
|
try {
|
|
10691
10700
|
if (!Ga(this._cursor.peek())) throw this._createError(ir(this._cursor.peek()), this._cursor.getSpan(a));
|
|
10692
|
-
for (p = this._consumeTagOpenStart(a), l = p.parts[0], s = p.parts[1], this._attemptCharCodeUntilFn(
|
|
10701
|
+
for (p = this._consumeTagOpenStart(a), l = p.parts[0], s = p.parts[1], this._attemptCharCodeUntilFn(Me); this._cursor.peek() !== 47 && this._cursor.peek() !== 62 && this._cursor.peek() !== 60 && this._cursor.peek() !== 0; ) {
|
|
10693
10702
|
let [E, B] = this._consumeAttributeName();
|
|
10694
|
-
if (this._attemptCharCodeUntilFn(
|
|
10695
|
-
this._attemptCharCodeUntilFn(
|
|
10703
|
+
if (this._attemptCharCodeUntilFn(Me), this._attemptCharCode(61)) {
|
|
10704
|
+
this._attemptCharCodeUntilFn(Me);
|
|
10696
10705
|
let R = this._consumeAttributeValue();
|
|
10697
10706
|
f.push({ prefix: E, name: B, value: R });
|
|
10698
10707
|
} else f.push({ prefix: E, name: B });
|
|
10699
|
-
this._attemptCharCodeUntilFn(
|
|
10708
|
+
this._attemptCharCodeUntilFn(Me);
|
|
10700
10709
|
}
|
|
10701
10710
|
this._consumeTagOpenEnd();
|
|
10702
10711
|
} catch (E) {
|
|
@@ -10711,7 +10720,7 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10711
10720
|
this._handleFullNameStackForTagOpen(l, s), D === Nt.RAW_TEXT ? this._consumeRawTextWithTagClose(l, s, !1) : D === Nt.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(l, s, !0);
|
|
10712
10721
|
}
|
|
10713
10722
|
_consumeRawTextWithTagClose(a, s, l) {
|
|
10714
|
-
this._consumeRawText(l, () => !this._attemptCharCode(60) || !this._attemptCharCode(47) || (this._attemptCharCodeUntilFn(
|
|
10723
|
+
this._consumeRawText(l, () => !this._attemptCharCode(60) || !this._attemptCharCode(47) || (this._attemptCharCodeUntilFn(Me), !this._attemptStrCaseInsensitive(a ? `${a}:${s}` : s)) ? !1 : (this._attemptCharCodeUntilFn(Me), this._attemptCharCode(62))), this._beginToken(3), this._requireCharCodeUntilFn((p) => p === 62, 3), this._cursor.advance(), this._endToken([a, s]), this._handleFullNameStackForTagClose(a, s);
|
|
10715
10724
|
}
|
|
10716
10725
|
_consumeTagOpenStart(a) {
|
|
10717
10726
|
this._beginToken(0, a);
|
|
@@ -10746,10 +10755,10 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10746
10755
|
this._beginToken(a), this._requireCharCode(62), this._endToken([]);
|
|
10747
10756
|
}
|
|
10748
10757
|
_consumeTagClose(a) {
|
|
10749
|
-
if (this._beginToken(3, a), this._attemptCharCodeUntilFn(
|
|
10758
|
+
if (this._beginToken(3, a), this._attemptCharCodeUntilFn(Me), this._allowHtmComponentClosingTags && this._attemptCharCode(47)) this._attemptCharCodeUntilFn(Me), this._requireCharCode(62), this._endToken([]);
|
|
10750
10759
|
else {
|
|
10751
10760
|
let [s, l] = this._consumePrefixAndName();
|
|
10752
|
-
this._attemptCharCodeUntilFn(
|
|
10761
|
+
this._attemptCharCodeUntilFn(Me), this._requireCharCode(62), this._endToken([s, l]), this._handleFullNameStackForTagClose(s, l);
|
|
10753
10762
|
}
|
|
10754
10763
|
}
|
|
10755
10764
|
_consumeExpansionFormStart() {
|
|
@@ -10760,17 +10769,17 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10760
10769
|
let p = this._endToken([a]);
|
|
10761
10770
|
s !== a && this.nonNormalizedIcuExpressions.push(p);
|
|
10762
10771
|
}
|
|
10763
|
-
this._requireCharCode(44), this._attemptCharCodeUntilFn(
|
|
10772
|
+
this._requireCharCode(44), this._attemptCharCodeUntilFn(Me), this._beginToken(7);
|
|
10764
10773
|
let l = this._readUntil(44);
|
|
10765
|
-
this._endToken([l]), this._requireCharCode(44), this._attemptCharCodeUntilFn(
|
|
10774
|
+
this._endToken([l]), this._requireCharCode(44), this._attemptCharCodeUntilFn(Me);
|
|
10766
10775
|
}
|
|
10767
10776
|
_consumeExpansionCaseStart() {
|
|
10768
10777
|
this._beginToken(21);
|
|
10769
10778
|
let a = this._readUntil(123).trim();
|
|
10770
|
-
this._endToken([a]), this._attemptCharCodeUntilFn(
|
|
10779
|
+
this._endToken([a]), this._attemptCharCodeUntilFn(Me), this._beginToken(22), this._requireCharCode(123), this._endToken([]), this._attemptCharCodeUntilFn(Me), this._expansionCaseStack.push(22);
|
|
10771
10780
|
}
|
|
10772
10781
|
_consumeExpansionCaseEnd() {
|
|
10773
|
-
this._beginToken(23), this._requireCharCode(125), this._endToken([]), this._attemptCharCodeUntilFn(
|
|
10782
|
+
this._beginToken(23), this._requireCharCode(125), this._endToken([]), this._attemptCharCodeUntilFn(Me), this._expansionCaseStack.pop();
|
|
10774
10783
|
}
|
|
10775
10784
|
_consumeExpansionFormEnd() {
|
|
10776
10785
|
this._beginToken(24), this._requireCharCode(125), this._endToken([]), this._expansionCaseStack.pop();
|
|
@@ -10857,7 +10866,7 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10857
10866
|
this._fullNameStack.length !== 0 && this._fullNameStack[this._fullNameStack.length - 1] === l && this._fullNameStack.pop();
|
|
10858
10867
|
}
|
|
10859
10868
|
};
|
|
10860
|
-
function
|
|
10869
|
+
function Me(a) {
|
|
10861
10870
|
return !Va(a) || a === 0;
|
|
10862
10871
|
}
|
|
10863
10872
|
function Yl(a) {
|
|
@@ -10885,7 +10894,7 @@ If '${a}' is a directive input, make sure the directive is imported by the curre
|
|
|
10885
10894
|
return Ga(a) || gs(a) || a === 95;
|
|
10886
10895
|
}
|
|
10887
10896
|
function Xl(a) {
|
|
10888
|
-
return a !== 59 &&
|
|
10897
|
+
return a !== 59 && Me(a);
|
|
10889
10898
|
}
|
|
10890
10899
|
function vm(a) {
|
|
10891
10900
|
let s = [], l;
|
|
@@ -11388,21 +11397,21 @@ ${s}`, l), D = p;
|
|
|
11388
11397
|
function ru(a, s, l) {
|
|
11389
11398
|
let { name: p, canSelfClose: f = !0, normalizeTagName: D = !1, normalizeAttributeName: E = !1, allowHtmComponentClosingTags: B = !1, isTagNameCaseSensitive: R = !1, shouldParseAsRawText: G } = s, { rootNodes: U, errors: De } = tu(a, { canSelfClose: f, allowHtmComponentClosingTags: B, isTagNameCaseSensitive: R, getTagContentType: G ? (...z) => G(...z) ? Nt.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: p === "angular" ? !0 : void 0, tokenizeAngularLetDeclaration: p === "angular" ? !0 : void 0 });
|
|
11390
11399
|
if (p === "vue") {
|
|
11391
|
-
if (U.some((
|
|
11392
|
-
let z, ue = () => z ?? (z = tu(a, { canSelfClose: f, allowHtmComponentClosingTags: B, isTagNameCaseSensitive: R })), We = (
|
|
11393
|
-
for (let [
|
|
11400
|
+
if (U.some((Re) => Re.type === "docType" && Re.value === "html" || Re.type === "element" && Re.name.toLowerCase() === "html")) return ru(a, su, l);
|
|
11401
|
+
let z, ue = () => z ?? (z = tu(a, { canSelfClose: f, allowHtmComponentClosingTags: B, isTagNameCaseSensitive: R })), We = (Re) => ue().rootNodes.find(({ startSourceSpan: lt }) => lt && lt.start.offset === Re.startSourceSpan.start.offset) ?? Re;
|
|
11402
|
+
for (let [Re, lt] of U.entries()) {
|
|
11394
11403
|
let { endSourceSpan: sr, startSourceSpan: Vm } = lt;
|
|
11395
|
-
if (sr === null) De = ue().errors, U[
|
|
11404
|
+
if (sr === null) De = ue().errors, U[Re] = We(lt);
|
|
11396
11405
|
else if (Rm(lt, l)) {
|
|
11397
11406
|
let ou = ue().errors.find((lu) => lu.span.start.offset > Vm.start.offset && lu.span.start.offset < sr.end.offset);
|
|
11398
|
-
ou && au(ou), U[
|
|
11407
|
+
ou && au(ou), U[Re] = We(lt);
|
|
11399
11408
|
}
|
|
11400
11409
|
}
|
|
11401
11410
|
}
|
|
11402
11411
|
De.length > 0 && au(De[0]);
|
|
11403
11412
|
let fe = (z) => {
|
|
11404
|
-
let ue = z.name.startsWith(":") ? z.name.slice(1).split(":")[0] : null, We = z.nameSpan.toString(),
|
|
11405
|
-
z.name = lt, z.namespace = ue, z.hasExplicitNamespace =
|
|
11413
|
+
let ue = z.name.startsWith(":") ? z.name.slice(1).split(":")[0] : null, We = z.nameSpan.toString(), Re = ue !== null && We.startsWith(`${ue}:`), lt = Re ? We.slice(ue.length + 1) : We;
|
|
11414
|
+
z.name = lt, z.namespace = ue, z.hasExplicitNamespace = Re;
|
|
11406
11415
|
}, le = (z) => {
|
|
11407
11416
|
switch (z.type) {
|
|
11408
11417
|
case "element":
|
|
@@ -13925,25 +13934,25 @@ var el = {}.hasOwnProperty;
|
|
|
13925
13934
|
function Wd() {
|
|
13926
13935
|
}
|
|
13927
13936
|
Wd.prototype = Ud;
|
|
13928
|
-
var
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
|
|
13932
|
-
|
|
13933
|
-
|
|
13937
|
+
var qe = new Wd(), Wx = qe;
|
|
13938
|
+
qe.highlight = Vx;
|
|
13939
|
+
qe.register = Fa;
|
|
13940
|
+
qe.alias = zx;
|
|
13941
|
+
qe.registered = Gx;
|
|
13942
|
+
qe.listLanguages = Yx;
|
|
13934
13943
|
Fa(Rx);
|
|
13935
13944
|
Fa(qx);
|
|
13936
13945
|
Fa(Hx);
|
|
13937
13946
|
Fa(Ux);
|
|
13938
|
-
|
|
13939
|
-
|
|
13947
|
+
qe.util.encode = Xx;
|
|
13948
|
+
qe.Token.stringify = Kx;
|
|
13940
13949
|
function Fa(e) {
|
|
13941
13950
|
if (typeof e != "function" || !e.displayName)
|
|
13942
13951
|
throw new Error("Expected `function` for `grammar`, got `" + e + "`");
|
|
13943
|
-
|
|
13952
|
+
qe.languages[e.displayName] === void 0 && e(qe);
|
|
13944
13953
|
}
|
|
13945
13954
|
function zx(e, t) {
|
|
13946
|
-
var n =
|
|
13955
|
+
var n = qe.languages, r = e, i, o, u, c;
|
|
13947
13956
|
t && (r = {}, r[e] = t);
|
|
13948
13957
|
for (i in r)
|
|
13949
13958
|
for (o = r[i], o = typeof o == "string" ? [o] : o, u = o.length, c = -1; ++c < u; )
|
|
@@ -13953,13 +13962,13 @@ function Vx(e, t) {
|
|
|
13953
13962
|
var n = Ud.highlight, r;
|
|
13954
13963
|
if (typeof e != "string")
|
|
13955
13964
|
throw new Error("Expected `string` for `value`, got `" + e + "`");
|
|
13956
|
-
if (
|
|
13965
|
+
if (qe.util.type(t) === "Object")
|
|
13957
13966
|
r = t, t = null;
|
|
13958
13967
|
else {
|
|
13959
13968
|
if (typeof t != "string")
|
|
13960
13969
|
throw new Error("Expected `string` for `name`, got `" + t + "`");
|
|
13961
|
-
if (el.call(
|
|
13962
|
-
r =
|
|
13970
|
+
if (el.call(qe.languages, t))
|
|
13971
|
+
r = qe.languages[t];
|
|
13963
13972
|
else
|
|
13964
13973
|
throw new Error("Unknown language: `" + t + "` is not registered");
|
|
13965
13974
|
}
|
|
@@ -13968,25 +13977,25 @@ function Vx(e, t) {
|
|
|
13968
13977
|
function Gx(e) {
|
|
13969
13978
|
if (typeof e != "string")
|
|
13970
13979
|
throw new Error("Expected `string` for `language`, got `" + e + "`");
|
|
13971
|
-
return el.call(
|
|
13980
|
+
return el.call(qe.languages, e);
|
|
13972
13981
|
}
|
|
13973
13982
|
function Yx() {
|
|
13974
|
-
var e =
|
|
13983
|
+
var e = qe.languages, t = [], n;
|
|
13975
13984
|
for (n in e)
|
|
13976
13985
|
el.call(e, n) && typeof e[n] == "object" && t.push(n);
|
|
13977
13986
|
return t;
|
|
13978
13987
|
}
|
|
13979
13988
|
function Kx(e, t, n) {
|
|
13980
13989
|
var r;
|
|
13981
|
-
return typeof e == "string" ? { type: "text", value: e } :
|
|
13990
|
+
return typeof e == "string" ? { type: "text", value: e } : qe.util.type(e) === "Array" ? Jx(e, t) : (r = {
|
|
13982
13991
|
type: e.type,
|
|
13983
|
-
content:
|
|
13992
|
+
content: qe.Token.stringify(e.content, t, n),
|
|
13984
13993
|
tag: "span",
|
|
13985
13994
|
classes: ["token", e.type],
|
|
13986
13995
|
attributes: {},
|
|
13987
13996
|
language: t,
|
|
13988
13997
|
parent: n
|
|
13989
|
-
}, e.alias && (r.classes = r.classes.concat(e.alias)),
|
|
13998
|
+
}, e.alias && (r.classes = r.classes.concat(e.alias)), qe.hooks.run("wrap", r), Ix(
|
|
13990
13999
|
r.tag + "." + r.classes.join("."),
|
|
13991
14000
|
Qx(r.attributes),
|
|
13992
14001
|
r.content
|
|
@@ -13996,7 +14005,7 @@ function Jx(e, t) {
|
|
|
13996
14005
|
for (var n = [], r = e.length, i = -1, o; ++i < r; )
|
|
13997
14006
|
o = e[i], o !== "" && o !== null && o !== void 0 && n.push(o);
|
|
13998
14007
|
for (i = -1, r = n.length; ++i < r; )
|
|
13999
|
-
o = n[i], n[i] =
|
|
14008
|
+
o = n[i], n[i] = qe.Token.stringify(o, t, n);
|
|
14000
14009
|
return n;
|
|
14001
14010
|
}
|
|
14002
14011
|
function Xx(e) {
|