@angular/platform-server 20.0.0-next.1 → 20.0.0-next.3
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/fesm2022/init.mjs +8 -105
- package/fesm2022/init.mjs.map +1 -1
- package/fesm2022/platform-server.mjs +81 -166
- package/fesm2022/platform-server.mjs.map +1 -1
- package/fesm2022/testing.mjs +9 -28
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +87 -87
- package/init/index.d.ts +3 -2
- package/package.json +6 -5
- package/testing/index.d.ts +4 -8
package/fesm2022/init.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0-next.
|
|
2
|
+
* @license Angular v20.0.0-next.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -12,7 +12,6 @@ var __commonJS = (cb, mod) => function __require() {
|
|
|
12
12
|
// external/npm/node_modules/domino/lib/Event.js
|
|
13
13
|
var require_Event = __commonJS({
|
|
14
14
|
"external/npm/node_modules/domino/lib/Event.js"(exports, module) {
|
|
15
|
-
"use strict";
|
|
16
15
|
module.exports = Event;
|
|
17
16
|
Event.CAPTURING_PHASE = 1;
|
|
18
17
|
Event.AT_TARGET = 2;
|
|
@@ -72,7 +71,6 @@ var require_Event = __commonJS({
|
|
|
72
71
|
// external/npm/node_modules/domino/lib/UIEvent.js
|
|
73
72
|
var require_UIEvent = __commonJS({
|
|
74
73
|
"external/npm/node_modules/domino/lib/UIEvent.js"(exports, module) {
|
|
75
|
-
"use strict";
|
|
76
74
|
var Event = require_Event();
|
|
77
75
|
module.exports = UIEvent;
|
|
78
76
|
function UIEvent() {
|
|
@@ -94,7 +92,6 @@ var require_UIEvent = __commonJS({
|
|
|
94
92
|
// external/npm/node_modules/domino/lib/MouseEvent.js
|
|
95
93
|
var require_MouseEvent = __commonJS({
|
|
96
94
|
"external/npm/node_modules/domino/lib/MouseEvent.js"(exports, module) {
|
|
97
|
-
"use strict";
|
|
98
95
|
var UIEvent = require_UIEvent();
|
|
99
96
|
module.exports = MouseEvent;
|
|
100
97
|
function MouseEvent() {
|
|
@@ -155,7 +152,6 @@ var require_MouseEvent = __commonJS({
|
|
|
155
152
|
// external/npm/node_modules/domino/lib/DOMException.js
|
|
156
153
|
var require_DOMException = __commonJS({
|
|
157
154
|
"external/npm/node_modules/domino/lib/DOMException.js"(exports, module) {
|
|
158
|
-
"use strict";
|
|
159
155
|
module.exports = DOMException;
|
|
160
156
|
var INDEX_SIZE_ERR = 1;
|
|
161
157
|
var HIERARCHY_REQUEST_ERR = 3;
|
|
@@ -289,7 +285,6 @@ var require_config = __commonJS({
|
|
|
289
285
|
// external/npm/node_modules/domino/lib/utils.js
|
|
290
286
|
var require_utils = __commonJS({
|
|
291
287
|
"external/npm/node_modules/domino/lib/utils.js"(exports) {
|
|
292
|
-
"use strict";
|
|
293
288
|
var DOMException = require_DOMException();
|
|
294
289
|
var ERR = DOMException;
|
|
295
290
|
var isApiWritable = require_config().isApiWritable;
|
|
@@ -404,7 +399,6 @@ var require_utils = __commonJS({
|
|
|
404
399
|
// external/npm/node_modules/domino/lib/EventTarget.js
|
|
405
400
|
var require_EventTarget = __commonJS({
|
|
406
401
|
"external/npm/node_modules/domino/lib/EventTarget.js"(exports, module) {
|
|
407
|
-
"use strict";
|
|
408
402
|
var Event = require_Event();
|
|
409
403
|
var MouseEvent = require_MouseEvent();
|
|
410
404
|
var utils = require_utils();
|
|
@@ -612,7 +606,6 @@ var require_EventTarget = __commonJS({
|
|
|
612
606
|
// external/npm/node_modules/domino/lib/LinkedList.js
|
|
613
607
|
var require_LinkedList = __commonJS({
|
|
614
608
|
"external/npm/node_modules/domino/lib/LinkedList.js"(exports, module) {
|
|
615
|
-
"use strict";
|
|
616
609
|
var utils = require_utils();
|
|
617
610
|
var LinkedList = module.exports = {
|
|
618
611
|
valid: function(a) {
|
|
@@ -658,7 +651,6 @@ var require_LinkedList = __commonJS({
|
|
|
658
651
|
// external/npm/node_modules/domino/lib/NodeUtils.js
|
|
659
652
|
var require_NodeUtils = __commonJS({
|
|
660
653
|
"external/npm/node_modules/domino/lib/NodeUtils.js"(exports, module) {
|
|
661
|
-
"use strict";
|
|
662
654
|
module.exports = {
|
|
663
655
|
serializeOne,
|
|
664
656
|
\u0275escapeMatchingClosingTag: escapeMatchingClosingTag,
|
|
@@ -821,14 +813,6 @@ var require_NodeUtils = __commonJS({
|
|
|
821
813
|
break;
|
|
822
814
|
case 10:
|
|
823
815
|
s += "<!DOCTYPE " + kid.name;
|
|
824
|
-
if (false) {
|
|
825
|
-
if (kid.publicID) {
|
|
826
|
-
s += ' PUBLIC "' + kid.publicId + '"';
|
|
827
|
-
}
|
|
828
|
-
if (kid.systemId) {
|
|
829
|
-
s += ' "' + kid.systemId + '"';
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
816
|
s += ">";
|
|
833
817
|
break;
|
|
834
818
|
default:
|
|
@@ -842,7 +826,6 @@ var require_NodeUtils = __commonJS({
|
|
|
842
826
|
// external/npm/node_modules/domino/lib/Node.js
|
|
843
827
|
var require_Node = __commonJS({
|
|
844
828
|
"external/npm/node_modules/domino/lib/Node.js"(exports, module) {
|
|
845
|
-
"use strict";
|
|
846
829
|
module.exports = Node;
|
|
847
830
|
var EventTarget = require_EventTarget();
|
|
848
831
|
var LinkedList = require_LinkedList();
|
|
@@ -1408,7 +1391,6 @@ var require_Node = __commonJS({
|
|
|
1408
1391
|
// external/npm/node_modules/domino/lib/NodeList.es6.js
|
|
1409
1392
|
var require_NodeList_es6 = __commonJS({
|
|
1410
1393
|
"external/npm/node_modules/domino/lib/NodeList.es6.js"(exports, module) {
|
|
1411
|
-
"use strict";
|
|
1412
1394
|
module.exports = class NodeList extends Array {
|
|
1413
1395
|
constructor(a) {
|
|
1414
1396
|
super(a && a.length || 0);
|
|
@@ -1428,7 +1410,6 @@ var require_NodeList_es6 = __commonJS({
|
|
|
1428
1410
|
// external/npm/node_modules/domino/lib/NodeList.es5.js
|
|
1429
1411
|
var require_NodeList_es5 = __commonJS({
|
|
1430
1412
|
"external/npm/node_modules/domino/lib/NodeList.es5.js"(exports, module) {
|
|
1431
|
-
"use strict";
|
|
1432
1413
|
function item(i) {
|
|
1433
1414
|
return this[i] || null;
|
|
1434
1415
|
}
|
|
@@ -1445,7 +1426,6 @@ var require_NodeList_es5 = __commonJS({
|
|
|
1445
1426
|
// external/npm/node_modules/domino/lib/NodeList.js
|
|
1446
1427
|
var require_NodeList = __commonJS({
|
|
1447
1428
|
"external/npm/node_modules/domino/lib/NodeList.js"(exports, module) {
|
|
1448
|
-
"use strict";
|
|
1449
1429
|
var NodeList;
|
|
1450
1430
|
try {
|
|
1451
1431
|
NodeList = require_NodeList_es6();
|
|
@@ -1459,7 +1439,6 @@ var require_NodeList = __commonJS({
|
|
|
1459
1439
|
// external/npm/node_modules/domino/lib/ContainerNode.js
|
|
1460
1440
|
var require_ContainerNode = __commonJS({
|
|
1461
1441
|
"external/npm/node_modules/domino/lib/ContainerNode.js"(exports, module) {
|
|
1462
|
-
"use strict";
|
|
1463
1442
|
module.exports = ContainerNode;
|
|
1464
1443
|
var Node = require_Node();
|
|
1465
1444
|
var NodeList = require_NodeList();
|
|
@@ -1530,7 +1509,6 @@ var require_ContainerNode = __commonJS({
|
|
|
1530
1509
|
// external/npm/node_modules/domino/lib/xmlnames.js
|
|
1531
1510
|
var require_xmlnames = __commonJS({
|
|
1532
1511
|
"external/npm/node_modules/domino/lib/xmlnames.js"(exports) {
|
|
1533
|
-
"use strict";
|
|
1534
1512
|
exports.isValidName = isValidName;
|
|
1535
1513
|
exports.isValidQName = isValidQName;
|
|
1536
1514
|
var simplename = /^[_:A-Za-z][-.:\w]+$/;
|
|
@@ -1582,7 +1560,6 @@ var require_xmlnames = __commonJS({
|
|
|
1582
1560
|
// external/npm/node_modules/domino/lib/attributes.js
|
|
1583
1561
|
var require_attributes = __commonJS({
|
|
1584
1562
|
"external/npm/node_modules/domino/lib/attributes.js"(exports) {
|
|
1585
|
-
"use strict";
|
|
1586
1563
|
var utils = require_utils();
|
|
1587
1564
|
exports.property = function(attr) {
|
|
1588
1565
|
if (Array.isArray(attr.type)) {
|
|
@@ -1721,7 +1698,6 @@ var require_attributes = __commonJS({
|
|
|
1721
1698
|
// external/npm/node_modules/domino/lib/FilteredElementList.js
|
|
1722
1699
|
var require_FilteredElementList = __commonJS({
|
|
1723
1700
|
"external/npm/node_modules/domino/lib/FilteredElementList.js"(exports, module) {
|
|
1724
|
-
"use strict";
|
|
1725
1701
|
module.exports = FilteredElementList;
|
|
1726
1702
|
var Node = require_Node();
|
|
1727
1703
|
function FilteredElementList(root, filter) {
|
|
@@ -1790,7 +1766,6 @@ var require_FilteredElementList = __commonJS({
|
|
|
1790
1766
|
// external/npm/node_modules/domino/lib/DOMTokenList.js
|
|
1791
1767
|
var require_DOMTokenList = __commonJS({
|
|
1792
1768
|
"external/npm/node_modules/domino/lib/DOMTokenList.js"(exports, module) {
|
|
1793
|
-
"use strict";
|
|
1794
1769
|
var utils = require_utils();
|
|
1795
1770
|
module.exports = DOMTokenList;
|
|
1796
1771
|
function DOMTokenList(getter, setter) {
|
|
@@ -1955,7 +1930,6 @@ var require_DOMTokenList = __commonJS({
|
|
|
1955
1930
|
// external/npm/node_modules/domino/lib/select.js
|
|
1956
1931
|
var require_select = __commonJS({
|
|
1957
1932
|
"external/npm/node_modules/domino/lib/select.js"(exports, module) {
|
|
1958
|
-
"use strict";
|
|
1959
1933
|
var window = Object.create(null, {
|
|
1960
1934
|
location: { get: function() {
|
|
1961
1935
|
throw new Error("window.location is not supported.");
|
|
@@ -2094,12 +2068,6 @@ var require_select = __commonJS({
|
|
|
2094
2068
|
};
|
|
2095
2069
|
var selectors = {
|
|
2096
2070
|
"*": function() {
|
|
2097
|
-
if (false) {
|
|
2098
|
-
return function(el) {
|
|
2099
|
-
if (el.nodeType === 1)
|
|
2100
|
-
return true;
|
|
2101
|
-
};
|
|
2102
|
-
}
|
|
2103
2071
|
return function() {
|
|
2104
2072
|
return true;
|
|
2105
2073
|
};
|
|
@@ -2706,7 +2674,6 @@ var require_select = __commonJS({
|
|
|
2706
2674
|
// external/npm/node_modules/domino/lib/ChildNode.js
|
|
2707
2675
|
var require_ChildNode = __commonJS({
|
|
2708
2676
|
"external/npm/node_modules/domino/lib/ChildNode.js"(exports, module) {
|
|
2709
|
-
"use strict";
|
|
2710
2677
|
var Node = require_Node();
|
|
2711
2678
|
var LinkedList = require_LinkedList();
|
|
2712
2679
|
var createDocumentFragmentFromArguments = function(document, args) {
|
|
@@ -2799,7 +2766,6 @@ var require_ChildNode = __commonJS({
|
|
|
2799
2766
|
// external/npm/node_modules/domino/lib/NonDocumentTypeChildNode.js
|
|
2800
2767
|
var require_NonDocumentTypeChildNode = __commonJS({
|
|
2801
2768
|
"external/npm/node_modules/domino/lib/NonDocumentTypeChildNode.js"(exports, module) {
|
|
2802
|
-
"use strict";
|
|
2803
2769
|
var Node = require_Node();
|
|
2804
2770
|
var NonDocumentTypeChildNode = {
|
|
2805
2771
|
nextElementSibling: { get: function() {
|
|
@@ -2828,7 +2794,6 @@ var require_NonDocumentTypeChildNode = __commonJS({
|
|
|
2828
2794
|
// external/npm/node_modules/domino/lib/NamedNodeMap.js
|
|
2829
2795
|
var require_NamedNodeMap = __commonJS({
|
|
2830
2796
|
"external/npm/node_modules/domino/lib/NamedNodeMap.js"(exports, module) {
|
|
2831
|
-
"use strict";
|
|
2832
2797
|
module.exports = NamedNodeMap;
|
|
2833
2798
|
var utils = require_utils();
|
|
2834
2799
|
function NamedNodeMap(element) {
|
|
@@ -2868,7 +2833,6 @@ var require_NamedNodeMap = __commonJS({
|
|
|
2868
2833
|
// external/npm/node_modules/domino/lib/Element.js
|
|
2869
2834
|
var require_Element = __commonJS({
|
|
2870
2835
|
"external/npm/node_modules/domino/lib/Element.js"(exports, module) {
|
|
2871
|
-
"use strict";
|
|
2872
2836
|
module.exports = Element;
|
|
2873
2837
|
var xml = require_xmlnames();
|
|
2874
2838
|
var utils = require_utils();
|
|
@@ -3313,12 +3277,6 @@ var require_Element = __commonJS({
|
|
|
3313
3277
|
}
|
|
3314
3278
|
this._attrKeys.push(key);
|
|
3315
3279
|
this._addQName(attr);
|
|
3316
|
-
} else if (false) {
|
|
3317
|
-
if (attr.prefix !== prefix) {
|
|
3318
|
-
this._removeQName(attr);
|
|
3319
|
-
attr.prefix = prefix;
|
|
3320
|
-
this._addQName(attr);
|
|
3321
|
-
}
|
|
3322
3280
|
}
|
|
3323
3281
|
attr.value = value;
|
|
3324
3282
|
if (isnew && this._newattrhook)
|
|
@@ -3807,7 +3765,6 @@ var require_Element = __commonJS({
|
|
|
3807
3765
|
// external/npm/node_modules/domino/lib/Leaf.js
|
|
3808
3766
|
var require_Leaf = __commonJS({
|
|
3809
3767
|
"external/npm/node_modules/domino/lib/Leaf.js"(exports, module) {
|
|
3810
|
-
"use strict";
|
|
3811
3768
|
module.exports = Leaf;
|
|
3812
3769
|
var Node = require_Node();
|
|
3813
3770
|
var NodeList = require_NodeList();
|
|
@@ -3852,7 +3809,6 @@ var require_Leaf = __commonJS({
|
|
|
3852
3809
|
// external/npm/node_modules/domino/lib/CharacterData.js
|
|
3853
3810
|
var require_CharacterData = __commonJS({
|
|
3854
3811
|
"external/npm/node_modules/domino/lib/CharacterData.js"(exports, module) {
|
|
3855
|
-
"use strict";
|
|
3856
3812
|
module.exports = CharacterData;
|
|
3857
3813
|
var Leaf = require_Leaf();
|
|
3858
3814
|
var utils = require_utils();
|
|
@@ -3912,7 +3868,6 @@ var require_CharacterData = __commonJS({
|
|
|
3912
3868
|
// external/npm/node_modules/domino/lib/Text.js
|
|
3913
3869
|
var require_Text = __commonJS({
|
|
3914
3870
|
"external/npm/node_modules/domino/lib/Text.js"(exports, module) {
|
|
3915
|
-
"use strict";
|
|
3916
3871
|
module.exports = Text;
|
|
3917
3872
|
var utils = require_utils();
|
|
3918
3873
|
var Node = require_Node();
|
|
@@ -3985,7 +3940,6 @@ var require_Text = __commonJS({
|
|
|
3985
3940
|
// external/npm/node_modules/domino/lib/Comment.js
|
|
3986
3941
|
var require_Comment = __commonJS({
|
|
3987
3942
|
"external/npm/node_modules/domino/lib/Comment.js"(exports, module) {
|
|
3988
|
-
"use strict";
|
|
3989
3943
|
module.exports = Comment;
|
|
3990
3944
|
var Node = require_Node();
|
|
3991
3945
|
var CharacterData = require_CharacterData();
|
|
@@ -4031,7 +3985,6 @@ var require_Comment = __commonJS({
|
|
|
4031
3985
|
// external/npm/node_modules/domino/lib/DocumentFragment.js
|
|
4032
3986
|
var require_DocumentFragment = __commonJS({
|
|
4033
3987
|
"external/npm/node_modules/domino/lib/DocumentFragment.js"(exports, module) {
|
|
4034
|
-
"use strict";
|
|
4035
3988
|
module.exports = DocumentFragment;
|
|
4036
3989
|
var Node = require_Node();
|
|
4037
3990
|
var NodeList = require_NodeList();
|
|
@@ -4092,7 +4045,6 @@ var require_DocumentFragment = __commonJS({
|
|
|
4092
4045
|
// external/npm/node_modules/domino/lib/ProcessingInstruction.js
|
|
4093
4046
|
var require_ProcessingInstruction = __commonJS({
|
|
4094
4047
|
"external/npm/node_modules/domino/lib/ProcessingInstruction.js"(exports, module) {
|
|
4095
|
-
"use strict";
|
|
4096
4048
|
module.exports = ProcessingInstruction;
|
|
4097
4049
|
var Node = require_Node();
|
|
4098
4050
|
var CharacterData = require_CharacterData();
|
|
@@ -4144,7 +4096,6 @@ var require_ProcessingInstruction = __commonJS({
|
|
|
4144
4096
|
// external/npm/node_modules/domino/lib/NodeFilter.js
|
|
4145
4097
|
var require_NodeFilter = __commonJS({
|
|
4146
4098
|
"external/npm/node_modules/domino/lib/NodeFilter.js"(exports, module) {
|
|
4147
|
-
"use strict";
|
|
4148
4099
|
var NodeFilter = {
|
|
4149
4100
|
FILTER_ACCEPT: 1,
|
|
4150
4101
|
FILTER_REJECT: 2,
|
|
@@ -4170,8 +4121,7 @@ var require_NodeFilter = __commonJS({
|
|
|
4170
4121
|
// external/npm/node_modules/domino/lib/NodeTraversal.js
|
|
4171
4122
|
var require_NodeTraversal = __commonJS({
|
|
4172
4123
|
"external/npm/node_modules/domino/lib/NodeTraversal.js"(exports, module) {
|
|
4173
|
-
|
|
4174
|
-
var NodeTraversal = module.exports = {
|
|
4124
|
+
module.exports = {
|
|
4175
4125
|
nextSkippingChildren,
|
|
4176
4126
|
nextAncestorSibling,
|
|
4177
4127
|
next,
|
|
@@ -4237,7 +4187,6 @@ var require_NodeTraversal = __commonJS({
|
|
|
4237
4187
|
// external/npm/node_modules/domino/lib/TreeWalker.js
|
|
4238
4188
|
var require_TreeWalker = __commonJS({
|
|
4239
4189
|
"external/npm/node_modules/domino/lib/TreeWalker.js"(exports, module) {
|
|
4240
|
-
"use strict";
|
|
4241
4190
|
module.exports = TreeWalker;
|
|
4242
4191
|
var Node = require_Node();
|
|
4243
4192
|
var NodeFilter = require_NodeFilter();
|
|
@@ -4470,7 +4419,6 @@ var require_TreeWalker = __commonJS({
|
|
|
4470
4419
|
// external/npm/node_modules/domino/lib/NodeIterator.js
|
|
4471
4420
|
var require_NodeIterator = __commonJS({
|
|
4472
4421
|
"external/npm/node_modules/domino/lib/NodeIterator.js"(exports, module) {
|
|
4473
|
-
"use strict";
|
|
4474
4422
|
module.exports = NodeIterator;
|
|
4475
4423
|
var NodeFilter = require_NodeFilter();
|
|
4476
4424
|
var NodeTraversal = require_NodeTraversal();
|
|
@@ -4615,7 +4563,6 @@ var require_NodeIterator = __commonJS({
|
|
|
4615
4563
|
// external/npm/node_modules/domino/lib/URL.js
|
|
4616
4564
|
var require_URL = __commonJS({
|
|
4617
4565
|
"external/npm/node_modules/domino/lib/URL.js"(exports, module) {
|
|
4618
|
-
"use strict";
|
|
4619
4566
|
module.exports = URL;
|
|
4620
4567
|
function URL(url) {
|
|
4621
4568
|
if (!url)
|
|
@@ -4791,7 +4738,6 @@ var require_URL = __commonJS({
|
|
|
4791
4738
|
// external/npm/node_modules/domino/lib/CustomEvent.js
|
|
4792
4739
|
var require_CustomEvent = __commonJS({
|
|
4793
4740
|
"external/npm/node_modules/domino/lib/CustomEvent.js"(exports, module) {
|
|
4794
|
-
"use strict";
|
|
4795
4741
|
module.exports = CustomEvent;
|
|
4796
4742
|
var Event = require_Event();
|
|
4797
4743
|
function CustomEvent(type, dictionary) {
|
|
@@ -4806,7 +4752,6 @@ var require_CustomEvent = __commonJS({
|
|
|
4806
4752
|
// external/npm/node_modules/domino/lib/events.js
|
|
4807
4753
|
var require_events = __commonJS({
|
|
4808
4754
|
"external/npm/node_modules/domino/lib/events.js"(exports, module) {
|
|
4809
|
-
"use strict";
|
|
4810
4755
|
module.exports = {
|
|
4811
4756
|
Event: require_Event(),
|
|
4812
4757
|
UIEvent: require_UIEvent(),
|
|
@@ -4819,7 +4764,6 @@ var require_events = __commonJS({
|
|
|
4819
4764
|
// external/npm/node_modules/domino/lib/style_parser.js
|
|
4820
4765
|
var require_style_parser = __commonJS({
|
|
4821
4766
|
"external/npm/node_modules/domino/lib/style_parser.js"(exports) {
|
|
4822
|
-
"use strict";
|
|
4823
4767
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4824
4768
|
exports.hyphenate = exports.parse = void 0;
|
|
4825
4769
|
function parse(value) {
|
|
@@ -4889,7 +4833,6 @@ var require_style_parser = __commonJS({
|
|
|
4889
4833
|
// external/npm/node_modules/domino/lib/CSSStyleDeclaration.js
|
|
4890
4834
|
var require_CSSStyleDeclaration = __commonJS({
|
|
4891
4835
|
"external/npm/node_modules/domino/lib/CSSStyleDeclaration.js"(exports, module) {
|
|
4892
|
-
"use strict";
|
|
4893
4836
|
var { parse } = require_style_parser();
|
|
4894
4837
|
module.exports = function(elt) {
|
|
4895
4838
|
const style = new CSSStyleDeclaration(elt);
|
|
@@ -5068,7 +5011,6 @@ var require_CSSStyleDeclaration = __commonJS({
|
|
|
5068
5011
|
// external/npm/node_modules/domino/lib/URLUtils.js
|
|
5069
5012
|
var require_URLUtils = __commonJS({
|
|
5070
5013
|
"external/npm/node_modules/domino/lib/URLUtils.js"(exports, module) {
|
|
5071
|
-
"use strict";
|
|
5072
5014
|
var URL = require_URL();
|
|
5073
5015
|
module.exports = URLUtils;
|
|
5074
5016
|
function URLUtils() {
|
|
@@ -5306,7 +5248,6 @@ var require_URLUtils = __commonJS({
|
|
|
5306
5248
|
// external/npm/node_modules/domino/lib/defineElement.js
|
|
5307
5249
|
var require_defineElement = __commonJS({
|
|
5308
5250
|
"external/npm/node_modules/domino/lib/defineElement.js"(exports, module) {
|
|
5309
|
-
"use strict";
|
|
5310
5251
|
var attributes = require_attributes();
|
|
5311
5252
|
var isApiWritable = require_config().isApiWritable;
|
|
5312
5253
|
module.exports = function(spec, defaultConstructor, tagList, tagNameToImpl) {
|
|
@@ -5372,7 +5313,6 @@ var require_defineElement = __commonJS({
|
|
|
5372
5313
|
// external/npm/node_modules/domino/lib/htmlelts.js
|
|
5373
5314
|
var require_htmlelts = __commonJS({
|
|
5374
5315
|
"external/npm/node_modules/domino/lib/htmlelts.js"(exports) {
|
|
5375
|
-
"use strict";
|
|
5376
5316
|
var Node = require_Node();
|
|
5377
5317
|
var Element = require_Element();
|
|
5378
5318
|
var CSSStyleDeclaration = require_CSSStyleDeclaration();
|
|
@@ -6861,7 +6801,6 @@ var require_htmlelts = __commonJS({
|
|
|
6861
6801
|
// external/npm/node_modules/domino/lib/svg.js
|
|
6862
6802
|
var require_svg = __commonJS({
|
|
6863
6803
|
"external/npm/node_modules/domino/lib/svg.js"(exports) {
|
|
6864
|
-
"use strict";
|
|
6865
6804
|
var Element = require_Element();
|
|
6866
6805
|
var defineElement = require_defineElement();
|
|
6867
6806
|
var utils = require_utils();
|
|
@@ -6990,7 +6929,6 @@ var require_svg = __commonJS({
|
|
|
6990
6929
|
// external/npm/node_modules/domino/lib/MutationConstants.js
|
|
6991
6930
|
var require_MutationConstants = __commonJS({
|
|
6992
6931
|
"external/npm/node_modules/domino/lib/MutationConstants.js"(exports, module) {
|
|
6993
|
-
"use strict";
|
|
6994
6932
|
module.exports = {
|
|
6995
6933
|
VALUE: 1,
|
|
6996
6934
|
ATTR: 2,
|
|
@@ -7005,7 +6943,6 @@ var require_MutationConstants = __commonJS({
|
|
|
7005
6943
|
// external/npm/node_modules/domino/lib/Document.js
|
|
7006
6944
|
var require_Document = __commonJS({
|
|
7007
6945
|
"external/npm/node_modules/domino/lib/Document.js"(exports, module) {
|
|
7008
|
-
"use strict";
|
|
7009
6946
|
module.exports = Document;
|
|
7010
6947
|
var Node = require_Node();
|
|
7011
6948
|
var NodeList = require_NodeList();
|
|
@@ -7411,8 +7348,6 @@ var require_Document = __commonJS({
|
|
|
7411
7348
|
utils.InvalidStateError();
|
|
7412
7349
|
if (!this._parser)
|
|
7413
7350
|
return;
|
|
7414
|
-
if (!this._parser) {
|
|
7415
|
-
}
|
|
7416
7351
|
var s = arguments.join("");
|
|
7417
7352
|
this._parser.parse(s);
|
|
7418
7353
|
} },
|
|
@@ -7721,7 +7656,6 @@ var require_Document = __commonJS({
|
|
|
7721
7656
|
// external/npm/node_modules/domino/lib/DocumentType.js
|
|
7722
7657
|
var require_DocumentType = __commonJS({
|
|
7723
7658
|
"external/npm/node_modules/domino/lib/DocumentType.js"(exports, module) {
|
|
7724
|
-
"use strict";
|
|
7725
7659
|
module.exports = DocumentType;
|
|
7726
7660
|
var Node = require_Node();
|
|
7727
7661
|
var Leaf = require_Leaf();
|
|
@@ -7759,7 +7693,6 @@ var require_DocumentType = __commonJS({
|
|
|
7759
7693
|
// external/npm/node_modules/domino/lib/HTMLParser.js
|
|
7760
7694
|
var require_HTMLParser = __commonJS({
|
|
7761
7695
|
"external/npm/node_modules/domino/lib/HTMLParser.js"(exports, module) {
|
|
7762
|
-
"use strict";
|
|
7763
7696
|
module.exports = HTMLParser;
|
|
7764
7697
|
var Document = require_Document();
|
|
7765
7698
|
var DocumentType = require_DocumentType();
|
|
@@ -10419,7 +10352,6 @@ var require_HTMLParser = __commonJS({
|
|
|
10419
10352
|
"zwnj;": 8204
|
|
10420
10353
|
};
|
|
10421
10354
|
var NAMEDCHARREF = /(A(?:Elig;?|MP;?|acute;?|breve;|c(?:irc;?|y;)|fr;|grave;?|lpha;|macr;|nd;|o(?:gon;|pf;)|pplyFunction;|ring;?|s(?:cr;|sign;)|tilde;?|uml;?)|B(?:a(?:ckslash;|r(?:v;|wed;))|cy;|e(?:cause;|rnoullis;|ta;)|fr;|opf;|reve;|scr;|umpeq;)|C(?:Hcy;|OPY;?|a(?:cute;|p(?:;|italDifferentialD;)|yleys;)|c(?:aron;|edil;?|irc;|onint;)|dot;|e(?:dilla;|nterDot;)|fr;|hi;|ircle(?:Dot;|Minus;|Plus;|Times;)|lo(?:ckwiseContourIntegral;|seCurly(?:DoubleQuote;|Quote;))|o(?:lon(?:;|e;)|n(?:gruent;|int;|tourIntegral;)|p(?:f;|roduct;)|unterClockwiseContourIntegral;)|ross;|scr;|up(?:;|Cap;))|D(?:D(?:;|otrahd;)|Jcy;|Scy;|Zcy;|a(?:gger;|rr;|shv;)|c(?:aron;|y;)|el(?:;|ta;)|fr;|i(?:a(?:critical(?:Acute;|Do(?:t;|ubleAcute;)|Grave;|Tilde;)|mond;)|fferentialD;)|o(?:pf;|t(?:;|Dot;|Equal;)|uble(?:ContourIntegral;|Do(?:t;|wnArrow;)|L(?:eft(?:Arrow;|RightArrow;|Tee;)|ong(?:Left(?:Arrow;|RightArrow;)|RightArrow;))|Right(?:Arrow;|Tee;)|Up(?:Arrow;|DownArrow;)|VerticalBar;)|wn(?:Arrow(?:;|Bar;|UpArrow;)|Breve;|Left(?:RightVector;|TeeVector;|Vector(?:;|Bar;))|Right(?:TeeVector;|Vector(?:;|Bar;))|Tee(?:;|Arrow;)|arrow;))|s(?:cr;|trok;))|E(?:NG;|TH;?|acute;?|c(?:aron;|irc;?|y;)|dot;|fr;|grave;?|lement;|m(?:acr;|pty(?:SmallSquare;|VerySmallSquare;))|o(?:gon;|pf;)|psilon;|qu(?:al(?:;|Tilde;)|ilibrium;)|s(?:cr;|im;)|ta;|uml;?|x(?:ists;|ponentialE;))|F(?:cy;|fr;|illed(?:SmallSquare;|VerySmallSquare;)|o(?:pf;|rAll;|uriertrf;)|scr;)|G(?:Jcy;|T;?|amma(?:;|d;)|breve;|c(?:edil;|irc;|y;)|dot;|fr;|g;|opf;|reater(?:Equal(?:;|Less;)|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|scr;|t;)|H(?:ARDcy;|a(?:cek;|t;)|circ;|fr;|ilbertSpace;|o(?:pf;|rizontalLine;)|s(?:cr;|trok;)|ump(?:DownHump;|Equal;))|I(?:Ecy;|Jlig;|Ocy;|acute;?|c(?:irc;?|y;)|dot;|fr;|grave;?|m(?:;|a(?:cr;|ginaryI;)|plies;)|n(?:t(?:;|e(?:gral;|rsection;))|visible(?:Comma;|Times;))|o(?:gon;|pf;|ta;)|scr;|tilde;|u(?:kcy;|ml;?))|J(?:c(?:irc;|y;)|fr;|opf;|s(?:cr;|ercy;)|ukcy;)|K(?:Hcy;|Jcy;|appa;|c(?:edil;|y;)|fr;|opf;|scr;)|L(?:Jcy;|T;?|a(?:cute;|mbda;|ng;|placetrf;|rr;)|c(?:aron;|edil;|y;)|e(?:ft(?:A(?:ngleBracket;|rrow(?:;|Bar;|RightArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|Right(?:Arrow;|Vector;)|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;|rightarrow;)|ss(?:EqualGreater;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;))|fr;|l(?:;|eftarrow;)|midot;|o(?:ng(?:Left(?:Arrow;|RightArrow;)|RightArrow;|left(?:arrow;|rightarrow;)|rightarrow;)|pf;|wer(?:LeftArrow;|RightArrow;))|s(?:cr;|h;|trok;)|t;)|M(?:ap;|cy;|e(?:diumSpace;|llintrf;)|fr;|inusPlus;|opf;|scr;|u;)|N(?:Jcy;|acute;|c(?:aron;|edil;|y;)|e(?:gative(?:MediumSpace;|Thi(?:ckSpace;|nSpace;)|VeryThinSpace;)|sted(?:GreaterGreater;|LessLess;)|wLine;)|fr;|o(?:Break;|nBreakingSpace;|pf;|t(?:;|C(?:ongruent;|upCap;)|DoubleVerticalBar;|E(?:lement;|qual(?:;|Tilde;)|xists;)|Greater(?:;|Equal;|FullEqual;|Greater;|Less;|SlantEqual;|Tilde;)|Hump(?:DownHump;|Equal;)|Le(?:ftTriangle(?:;|Bar;|Equal;)|ss(?:;|Equal;|Greater;|Less;|SlantEqual;|Tilde;))|Nested(?:GreaterGreater;|LessLess;)|Precedes(?:;|Equal;|SlantEqual;)|R(?:everseElement;|ightTriangle(?:;|Bar;|Equal;))|S(?:quareSu(?:bset(?:;|Equal;)|perset(?:;|Equal;))|u(?:bset(?:;|Equal;)|cceeds(?:;|Equal;|SlantEqual;|Tilde;)|perset(?:;|Equal;)))|Tilde(?:;|Equal;|FullEqual;|Tilde;)|VerticalBar;))|scr;|tilde;?|u;)|O(?:Elig;|acute;?|c(?:irc;?|y;)|dblac;|fr;|grave;?|m(?:acr;|ega;|icron;)|opf;|penCurly(?:DoubleQuote;|Quote;)|r;|s(?:cr;|lash;?)|ti(?:lde;?|mes;)|uml;?|ver(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;))|P(?:artialD;|cy;|fr;|hi;|i;|lusMinus;|o(?:incareplane;|pf;)|r(?:;|ecedes(?:;|Equal;|SlantEqual;|Tilde;)|ime;|o(?:duct;|portion(?:;|al;)))|s(?:cr;|i;))|Q(?:UOT;?|fr;|opf;|scr;)|R(?:Barr;|EG;?|a(?:cute;|ng;|rr(?:;|tl;))|c(?:aron;|edil;|y;)|e(?:;|verse(?:E(?:lement;|quilibrium;)|UpEquilibrium;))|fr;|ho;|ight(?:A(?:ngleBracket;|rrow(?:;|Bar;|LeftArrow;))|Ceiling;|Do(?:ubleBracket;|wn(?:TeeVector;|Vector(?:;|Bar;)))|Floor;|T(?:ee(?:;|Arrow;|Vector;)|riangle(?:;|Bar;|Equal;))|Up(?:DownVector;|TeeVector;|Vector(?:;|Bar;))|Vector(?:;|Bar;)|arrow;)|o(?:pf;|undImplies;)|rightarrow;|s(?:cr;|h;)|uleDelayed;)|S(?:H(?:CHcy;|cy;)|OFTcy;|acute;|c(?:;|aron;|edil;|irc;|y;)|fr;|hort(?:DownArrow;|LeftArrow;|RightArrow;|UpArrow;)|igma;|mallCircle;|opf;|q(?:rt;|uare(?:;|Intersection;|Su(?:bset(?:;|Equal;)|perset(?:;|Equal;))|Union;))|scr;|tar;|u(?:b(?:;|set(?:;|Equal;))|c(?:ceeds(?:;|Equal;|SlantEqual;|Tilde;)|hThat;)|m;|p(?:;|erset(?:;|Equal;)|set;)))|T(?:HORN;?|RADE;|S(?:Hcy;|cy;)|a(?:b;|u;)|c(?:aron;|edil;|y;)|fr;|h(?:e(?:refore;|ta;)|i(?:ckSpace;|nSpace;))|ilde(?:;|Equal;|FullEqual;|Tilde;)|opf;|ripleDot;|s(?:cr;|trok;))|U(?:a(?:cute;?|rr(?:;|ocir;))|br(?:cy;|eve;)|c(?:irc;?|y;)|dblac;|fr;|grave;?|macr;|n(?:der(?:B(?:ar;|rac(?:e;|ket;))|Parenthesis;)|ion(?:;|Plus;))|o(?:gon;|pf;)|p(?:Arrow(?:;|Bar;|DownArrow;)|DownArrow;|Equilibrium;|Tee(?:;|Arrow;)|arrow;|downarrow;|per(?:LeftArrow;|RightArrow;)|si(?:;|lon;))|ring;|scr;|tilde;|uml;?)|V(?:Dash;|bar;|cy;|dash(?:;|l;)|e(?:e;|r(?:bar;|t(?:;|ical(?:Bar;|Line;|Separator;|Tilde;))|yThinSpace;))|fr;|opf;|scr;|vdash;)|W(?:circ;|edge;|fr;|opf;|scr;)|X(?:fr;|i;|opf;|scr;)|Y(?:Acy;|Icy;|Ucy;|acute;?|c(?:irc;|y;)|fr;|opf;|scr;|uml;)|Z(?:Hcy;|acute;|c(?:aron;|y;)|dot;|e(?:roWidthSpace;|ta;)|fr;|opf;|scr;)|a(?:acute;?|breve;|c(?:;|E;|d;|irc;?|ute;?|y;)|elig;?|f(?:;|r;)|grave;?|l(?:e(?:fsym;|ph;)|pha;)|m(?:a(?:cr;|lg;)|p;?)|n(?:d(?:;|and;|d;|slope;|v;)|g(?:;|e;|le;|msd(?:;|a(?:a;|b;|c;|d;|e;|f;|g;|h;))|rt(?:;|vb(?:;|d;))|s(?:ph;|t;)|zarr;))|o(?:gon;|pf;)|p(?:;|E;|acir;|e;|id;|os;|prox(?:;|eq;))|ring;?|s(?:cr;|t;|ymp(?:;|eq;))|tilde;?|uml;?|w(?:conint;|int;))|b(?:Not;|a(?:ck(?:cong;|epsilon;|prime;|sim(?:;|eq;))|r(?:vee;|wed(?:;|ge;)))|brk(?:;|tbrk;)|c(?:ong;|y;)|dquo;|e(?:caus(?:;|e;)|mptyv;|psi;|rnou;|t(?:a;|h;|ween;))|fr;|ig(?:c(?:ap;|irc;|up;)|o(?:dot;|plus;|times;)|s(?:qcup;|tar;)|triangle(?:down;|up;)|uplus;|vee;|wedge;)|karow;|l(?:a(?:ck(?:lozenge;|square;|triangle(?:;|down;|left;|right;))|nk;)|k(?:1(?:2;|4;)|34;)|ock;)|n(?:e(?:;|quiv;)|ot;)|o(?:pf;|t(?:;|tom;)|wtie;|x(?:D(?:L;|R;|l;|r;)|H(?:;|D;|U;|d;|u;)|U(?:L;|R;|l;|r;)|V(?:;|H;|L;|R;|h;|l;|r;)|box;|d(?:L;|R;|l;|r;)|h(?:;|D;|U;|d;|u;)|minus;|plus;|times;|u(?:L;|R;|l;|r;)|v(?:;|H;|L;|R;|h;|l;|r;)))|prime;|r(?:eve;|vbar;?)|s(?:cr;|emi;|im(?:;|e;)|ol(?:;|b;|hsub;))|u(?:ll(?:;|et;)|mp(?:;|E;|e(?:;|q;))))|c(?:a(?:cute;|p(?:;|and;|brcup;|c(?:ap;|up;)|dot;|s;)|r(?:et;|on;))|c(?:a(?:ps;|ron;)|edil;?|irc;|ups(?:;|sm;))|dot;|e(?:dil;?|mptyv;|nt(?:;|erdot;|))|fr;|h(?:cy;|eck(?:;|mark;)|i;)|ir(?:;|E;|c(?:;|eq;|le(?:arrow(?:left;|right;)|d(?:R;|S;|ast;|circ;|dash;)))|e;|fnint;|mid;|scir;)|lubs(?:;|uit;)|o(?:lon(?:;|e(?:;|q;))|m(?:ma(?:;|t;)|p(?:;|fn;|le(?:ment;|xes;)))|n(?:g(?:;|dot;)|int;)|p(?:f;|rod;|y(?:;|sr;|)))|r(?:arr;|oss;)|s(?:cr;|u(?:b(?:;|e;)|p(?:;|e;)))|tdot;|u(?:darr(?:l;|r;)|e(?:pr;|sc;)|larr(?:;|p;)|p(?:;|brcap;|c(?:ap;|up;)|dot;|or;|s;)|r(?:arr(?:;|m;)|ly(?:eq(?:prec;|succ;)|vee;|wedge;)|ren;?|vearrow(?:left;|right;))|vee;|wed;)|w(?:conint;|int;)|ylcty;)|d(?:Arr;|Har;|a(?:gger;|leth;|rr;|sh(?:;|v;))|b(?:karow;|lac;)|c(?:aron;|y;)|d(?:;|a(?:gger;|rr;)|otseq;)|e(?:g;?|lta;|mptyv;)|f(?:isht;|r;)|har(?:l;|r;)|i(?:am(?:;|ond(?:;|suit;)|s;)|e;|gamma;|sin;|v(?:;|ide(?:;|ontimes;|)|onx;))|jcy;|lc(?:orn;|rop;)|o(?:llar;|pf;|t(?:;|eq(?:;|dot;)|minus;|plus;|square;)|ublebarwedge;|wn(?:arrow;|downarrows;|harpoon(?:left;|right;)))|r(?:bkarow;|c(?:orn;|rop;))|s(?:c(?:r;|y;)|ol;|trok;)|t(?:dot;|ri(?:;|f;))|u(?:arr;|har;)|wangle;|z(?:cy;|igrarr;))|e(?:D(?:Dot;|ot;)|a(?:cute;?|ster;)|c(?:aron;|ir(?:;|c;?)|olon;|y;)|dot;|e;|f(?:Dot;|r;)|g(?:;|rave;?|s(?:;|dot;))|l(?:;|inters;|l;|s(?:;|dot;))|m(?:acr;|pty(?:;|set;|v;)|sp(?:1(?:3;|4;)|;))|n(?:g;|sp;)|o(?:gon;|pf;)|p(?:ar(?:;|sl;)|lus;|si(?:;|lon;|v;))|q(?:c(?:irc;|olon;)|s(?:im;|lant(?:gtr;|less;))|u(?:als;|est;|iv(?:;|DD;))|vparsl;)|r(?:Dot;|arr;)|s(?:cr;|dot;|im;)|t(?:a;|h;?)|u(?:ml;?|ro;)|x(?:cl;|ist;|p(?:ectation;|onentiale;)))|f(?:allingdotseq;|cy;|emale;|f(?:ilig;|l(?:ig;|lig;)|r;)|ilig;|jlig;|l(?:at;|lig;|tns;)|nof;|o(?:pf;|r(?:all;|k(?:;|v;)))|partint;|r(?:a(?:c(?:1(?:2;?|3;|4;?|5;|6;|8;)|2(?:3;|5;)|3(?:4;?|5;|8;)|45;|5(?:6;|8;)|78;)|sl;)|own;)|scr;)|g(?:E(?:;|l;)|a(?:cute;|mma(?:;|d;)|p;)|breve;|c(?:irc;|y;)|dot;|e(?:;|l;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|l;))|l(?:;|es;)))|fr;|g(?:;|g;)|imel;|jcy;|l(?:;|E;|a;|j;)|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|opf;|rave;|s(?:cr;|im(?:;|e;|l;))|t(?:;|c(?:c;|ir;)|dot;|lPar;|quest;|r(?:a(?:pprox;|rr;)|dot;|eq(?:less;|qless;)|less;|sim;)|)|v(?:ertneqq;|nE;))|h(?:Arr;|a(?:irsp;|lf;|milt;|r(?:dcy;|r(?:;|cir;|w;)))|bar;|circ;|e(?:arts(?:;|uit;)|llip;|rcon;)|fr;|ks(?:earow;|warow;)|o(?:arr;|mtht;|ok(?:leftarrow;|rightarrow;)|pf;|rbar;)|s(?:cr;|lash;|trok;)|y(?:bull;|phen;))|i(?:acute;?|c(?:;|irc;?|y;)|e(?:cy;|xcl;?)|f(?:f;|r;)|grave;?|i(?:;|i(?:int;|nt;)|nfin;|ota;)|jlig;|m(?:a(?:cr;|g(?:e;|line;|part;)|th;)|of;|ped;)|n(?:;|care;|fin(?:;|tie;)|odot;|t(?:;|cal;|e(?:gers;|rcal;)|larhk;|prod;))|o(?:cy;|gon;|pf;|ta;)|prod;|quest;?|s(?:cr;|in(?:;|E;|dot;|s(?:;|v;)|v;))|t(?:;|ilde;)|u(?:kcy;|ml;?))|j(?:c(?:irc;|y;)|fr;|math;|opf;|s(?:cr;|ercy;)|ukcy;)|k(?:appa(?:;|v;)|c(?:edil;|y;)|fr;|green;|hcy;|jcy;|opf;|scr;)|l(?:A(?:arr;|rr;|tail;)|Barr;|E(?:;|g;)|Har;|a(?:cute;|emptyv;|gran;|mbda;|ng(?:;|d;|le;)|p;|quo;?|rr(?:;|b(?:;|fs;)|fs;|hk;|lp;|pl;|sim;|tl;)|t(?:;|ail;|e(?:;|s;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|quo(?:;|r;)|r(?:dhar;|ushar;)|sh;)|e(?:;|ft(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|leftarrows;|right(?:arrow(?:;|s;)|harpoons;|squigarrow;)|threetimes;)|g;|q(?:;|q;|slant;)|s(?:;|cc;|dot(?:;|o(?:;|r;))|g(?:;|es;)|s(?:approx;|dot;|eq(?:gtr;|qgtr;)|gtr;|sim;)))|f(?:isht;|loor;|r;)|g(?:;|E;)|h(?:ar(?:d;|u(?:;|l;))|blk;)|jcy;|l(?:;|arr;|corner;|hard;|tri;)|m(?:idot;|oust(?:;|ache;))|n(?:E;|ap(?:;|prox;)|e(?:;|q(?:;|q;))|sim;)|o(?:a(?:ng;|rr;)|brk;|ng(?:left(?:arrow;|rightarrow;)|mapsto;|rightarrow;)|oparrow(?:left;|right;)|p(?:ar;|f;|lus;)|times;|w(?:ast;|bar;)|z(?:;|enge;|f;))|par(?:;|lt;)|r(?:arr;|corner;|har(?:;|d;)|m;|tri;)|s(?:aquo;|cr;|h;|im(?:;|e;|g;)|q(?:b;|uo(?:;|r;))|trok;)|t(?:;|c(?:c;|ir;)|dot;|hree;|imes;|larr;|quest;|r(?:Par;|i(?:;|e;|f;))|)|ur(?:dshar;|uhar;)|v(?:ertneqq;|nE;))|m(?:DDot;|a(?:cr;?|l(?:e;|t(?:;|ese;))|p(?:;|sto(?:;|down;|left;|up;))|rker;)|c(?:omma;|y;)|dash;|easuredangle;|fr;|ho;|i(?:cro;?|d(?:;|ast;|cir;|dot;?)|nus(?:;|b;|d(?:;|u;)))|l(?:cp;|dr;)|nplus;|o(?:dels;|pf;)|p;|s(?:cr;|tpos;)|u(?:;|ltimap;|map;))|n(?:G(?:g;|t(?:;|v;))|L(?:eft(?:arrow;|rightarrow;)|l;|t(?:;|v;))|Rightarrow;|V(?:Dash;|dash;)|a(?:bla;|cute;|ng;|p(?:;|E;|id;|os;|prox;)|tur(?:;|al(?:;|s;)))|b(?:sp;?|ump(?:;|e;))|c(?:a(?:p;|ron;)|edil;|ong(?:;|dot;)|up;|y;)|dash;|e(?:;|Arr;|ar(?:hk;|r(?:;|ow;))|dot;|quiv;|s(?:ear;|im;)|xist(?:;|s;))|fr;|g(?:E;|e(?:;|q(?:;|q;|slant;)|s;)|sim;|t(?:;|r;))|h(?:Arr;|arr;|par;)|i(?:;|s(?:;|d;)|v;)|jcy;|l(?:Arr;|E;|arr;|dr;|e(?:;|ft(?:arrow;|rightarrow;)|q(?:;|q;|slant;)|s(?:;|s;))|sim;|t(?:;|ri(?:;|e;)))|mid;|o(?:pf;|t(?:;|in(?:;|E;|dot;|v(?:a;|b;|c;))|ni(?:;|v(?:a;|b;|c;))|))|p(?:ar(?:;|allel;|sl;|t;)|olint;|r(?:;|cue;|e(?:;|c(?:;|eq;))))|r(?:Arr;|arr(?:;|c;|w;)|ightarrow;|tri(?:;|e;))|s(?:c(?:;|cue;|e;|r;)|hort(?:mid;|parallel;)|im(?:;|e(?:;|q;))|mid;|par;|qsu(?:be;|pe;)|u(?:b(?:;|E;|e;|set(?:;|eq(?:;|q;)))|cc(?:;|eq;)|p(?:;|E;|e;|set(?:;|eq(?:;|q;)))))|t(?:gl;|ilde;?|lg;|riangle(?:left(?:;|eq;)|right(?:;|eq;)))|u(?:;|m(?:;|ero;|sp;))|v(?:Dash;|Harr;|ap;|dash;|g(?:e;|t;)|infin;|l(?:Arr;|e;|t(?:;|rie;))|r(?:Arr;|trie;)|sim;)|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|near;))|o(?:S;|a(?:cute;?|st;)|c(?:ir(?:;|c;?)|y;)|d(?:ash;|blac;|iv;|ot;|sold;)|elig;|f(?:cir;|r;)|g(?:on;|rave;?|t;)|h(?:bar;|m;)|int;|l(?:arr;|c(?:ir;|ross;)|ine;|t;)|m(?:acr;|ega;|i(?:cron;|d;|nus;))|opf;|p(?:ar;|erp;|lus;)|r(?:;|arr;|d(?:;|er(?:;|of;)|f;?|m;?)|igof;|or;|slope;|v;)|s(?:cr;|lash;?|ol;)|ti(?:lde;?|mes(?:;|as;))|uml;?|vbar;)|p(?:ar(?:;|a(?:;|llel;|)|s(?:im;|l;)|t;)|cy;|er(?:cnt;|iod;|mil;|p;|tenk;)|fr;|h(?:i(?:;|v;)|mmat;|one;)|i(?:;|tchfork;|v;)|l(?:an(?:ck(?:;|h;)|kv;)|us(?:;|acir;|b;|cir;|d(?:o;|u;)|e;|mn;?|sim;|two;))|m;|o(?:intint;|pf;|und;?)|r(?:;|E;|ap;|cue;|e(?:;|c(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;))|ime(?:;|s;)|n(?:E;|ap;|sim;)|o(?:d;|f(?:alar;|line;|surf;)|p(?:;|to;))|sim;|urel;)|s(?:cr;|i;)|uncsp;)|q(?:fr;|int;|opf;|prime;|scr;|u(?:at(?:ernions;|int;)|est(?:;|eq;)|ot;?))|r(?:A(?:arr;|rr;|tail;)|Barr;|Har;|a(?:c(?:e;|ute;)|dic;|emptyv;|ng(?:;|d;|e;|le;)|quo;?|rr(?:;|ap;|b(?:;|fs;)|c;|fs;|hk;|lp;|pl;|sim;|tl;|w;)|t(?:ail;|io(?:;|nals;)))|b(?:arr;|brk;|r(?:ac(?:e;|k;)|k(?:e;|sl(?:d;|u;))))|c(?:aron;|e(?:dil;|il;)|ub;|y;)|d(?:ca;|ldhar;|quo(?:;|r;)|sh;)|e(?:al(?:;|ine;|part;|s;)|ct;|g;?)|f(?:isht;|loor;|r;)|h(?:ar(?:d;|u(?:;|l;))|o(?:;|v;))|i(?:ght(?:arrow(?:;|tail;)|harpoon(?:down;|up;)|left(?:arrows;|harpoons;)|rightarrows;|squigarrow;|threetimes;)|ng;|singdotseq;)|l(?:arr;|har;|m;)|moust(?:;|ache;)|nmid;|o(?:a(?:ng;|rr;)|brk;|p(?:ar;|f;|lus;)|times;)|p(?:ar(?:;|gt;)|polint;)|rarr;|s(?:aquo;|cr;|h;|q(?:b;|uo(?:;|r;)))|t(?:hree;|imes;|ri(?:;|e;|f;|ltri;))|uluhar;|x;)|s(?:acute;|bquo;|c(?:;|E;|a(?:p;|ron;)|cue;|e(?:;|dil;)|irc;|n(?:E;|ap;|sim;)|polint;|sim;|y;)|dot(?:;|b;|e;)|e(?:Arr;|ar(?:hk;|r(?:;|ow;))|ct;?|mi;|swar;|tm(?:inus;|n;)|xt;)|fr(?:;|own;)|h(?:arp;|c(?:hcy;|y;)|ort(?:mid;|parallel;)|y;?)|i(?:gma(?:;|f;|v;)|m(?:;|dot;|e(?:;|q;)|g(?:;|E;)|l(?:;|E;)|ne;|plus;|rarr;))|larr;|m(?:a(?:llsetminus;|shp;)|eparsl;|i(?:d;|le;)|t(?:;|e(?:;|s;)))|o(?:ftcy;|l(?:;|b(?:;|ar;))|pf;)|pa(?:des(?:;|uit;)|r;)|q(?:c(?:ap(?:;|s;)|up(?:;|s;))|su(?:b(?:;|e;|set(?:;|eq;))|p(?:;|e;|set(?:;|eq;)))|u(?:;|ar(?:e;|f;)|f;))|rarr;|s(?:cr;|etmn;|mile;|tarf;)|t(?:ar(?:;|f;)|r(?:aight(?:epsilon;|phi;)|ns;))|u(?:b(?:;|E;|dot;|e(?:;|dot;)|mult;|n(?:E;|e;)|plus;|rarr;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;)))|cc(?:;|approx;|curlyeq;|eq;|n(?:approx;|eqq;|sim;)|sim;)|m;|ng;|p(?:1;?|2;?|3;?|;|E;|d(?:ot;|sub;)|e(?:;|dot;)|hs(?:ol;|ub;)|larr;|mult;|n(?:E;|e;)|plus;|s(?:et(?:;|eq(?:;|q;)|neq(?:;|q;))|im;|u(?:b;|p;))))|w(?:Arr;|ar(?:hk;|r(?:;|ow;))|nwar;)|zlig;?)|t(?:a(?:rget;|u;)|brk;|c(?:aron;|edil;|y;)|dot;|elrec;|fr;|h(?:e(?:re(?:4;|fore;)|ta(?:;|sym;|v;))|i(?:ck(?:approx;|sim;)|nsp;)|k(?:ap;|sim;)|orn;?)|i(?:lde;|mes(?:;|b(?:;|ar;)|d;|)|nt;)|o(?:ea;|p(?:;|bot;|cir;|f(?:;|ork;))|sa;)|prime;|r(?:ade;|i(?:angle(?:;|down;|left(?:;|eq;)|q;|right(?:;|eq;))|dot;|e;|minus;|plus;|sb;|time;)|pezium;)|s(?:c(?:r;|y;)|hcy;|trok;)|w(?:ixt;|ohead(?:leftarrow;|rightarrow;)))|u(?:Arr;|Har;|a(?:cute;?|rr;)|br(?:cy;|eve;)|c(?:irc;?|y;)|d(?:arr;|blac;|har;)|f(?:isht;|r;)|grave;?|h(?:ar(?:l;|r;)|blk;)|l(?:c(?:orn(?:;|er;)|rop;)|tri;)|m(?:acr;|l;?)|o(?:gon;|pf;)|p(?:arrow;|downarrow;|harpoon(?:left;|right;)|lus;|si(?:;|h;|lon;)|uparrows;)|r(?:c(?:orn(?:;|er;)|rop;)|ing;|tri;)|scr;|t(?:dot;|ilde;|ri(?:;|f;))|u(?:arr;|ml;?)|wangle;)|v(?:Arr;|Bar(?:;|v;)|Dash;|a(?:ngrt;|r(?:epsilon;|kappa;|nothing;|p(?:hi;|i;|ropto;)|r(?:;|ho;)|s(?:igma;|u(?:bsetneq(?:;|q;)|psetneq(?:;|q;)))|t(?:heta;|riangle(?:left;|right;))))|cy;|dash;|e(?:e(?:;|bar;|eq;)|llip;|r(?:bar;|t;))|fr;|ltri;|nsu(?:b;|p;)|opf;|prop;|rtri;|s(?:cr;|u(?:bn(?:E;|e;)|pn(?:E;|e;)))|zigzag;)|w(?:circ;|e(?:d(?:bar;|ge(?:;|q;))|ierp;)|fr;|opf;|p;|r(?:;|eath;)|scr;)|x(?:c(?:ap;|irc;|up;)|dtri;|fr;|h(?:Arr;|arr;)|i;|l(?:Arr;|arr;)|map;|nis;|o(?:dot;|p(?:f;|lus;)|time;)|r(?:Arr;|arr;)|s(?:cr;|qcup;)|u(?:plus;|tri;)|vee;|wedge;)|y(?:ac(?:ute;?|y;)|c(?:irc;|y;)|en;?|fr;|icy;|opf;|scr;|u(?:cy;|ml;?))|z(?:acute;|c(?:aron;|y;)|dot;|e(?:etrf;|ta;)|fr;|hcy;|igrarr;|opf;|scr;|w(?:j;|nj;)))|[\s\S]/g;
|
|
10422
|
-
var NAMEDCHARREF_MAXLEN = 32;
|
|
10423
10355
|
var DBLQUOTEATTRVAL = /[^\r"&\u0000]+/g;
|
|
10424
10356
|
var SINGLEQUOTEATTRVAL = /[^\r'&\u0000]+/g;
|
|
10425
10357
|
var UNQUOTEDATTRVAL = /[^\r\t\n\f &>\u0000]+/g;
|
|
@@ -11958,8 +11890,6 @@ var require_HTMLParser = __commonJS({
|
|
|
11958
11890
|
tagnamebuf += String.fromCharCode(c);
|
|
11959
11891
|
tempbuf.push(c);
|
|
11960
11892
|
return;
|
|
11961
|
-
default:
|
|
11962
|
-
break;
|
|
11963
11893
|
}
|
|
11964
11894
|
textrun.push(60);
|
|
11965
11895
|
textrun.push(47);
|
|
@@ -12121,8 +12051,6 @@ var require_HTMLParser = __commonJS({
|
|
|
12121
12051
|
tagnamebuf += String.fromCharCode(c);
|
|
12122
12052
|
tempbuf.push(c);
|
|
12123
12053
|
return;
|
|
12124
|
-
default:
|
|
12125
|
-
break;
|
|
12126
12054
|
}
|
|
12127
12055
|
textrun.push(60);
|
|
12128
12056
|
textrun.push(47);
|
|
@@ -12292,8 +12220,6 @@ var require_HTMLParser = __commonJS({
|
|
|
12292
12220
|
tagnamebuf += String.fromCharCode(c);
|
|
12293
12221
|
tempbuf.push(c);
|
|
12294
12222
|
return;
|
|
12295
|
-
default:
|
|
12296
|
-
break;
|
|
12297
12223
|
}
|
|
12298
12224
|
textrun.push(60);
|
|
12299
12225
|
textrun.push(47);
|
|
@@ -12597,8 +12523,6 @@ var require_HTMLParser = __commonJS({
|
|
|
12597
12523
|
tagnamebuf += String.fromCharCode(c);
|
|
12598
12524
|
tempbuf.push(c);
|
|
12599
12525
|
return;
|
|
12600
|
-
default:
|
|
12601
|
-
break;
|
|
12602
12526
|
}
|
|
12603
12527
|
textrun.push(60);
|
|
12604
12528
|
textrun.push(47);
|
|
@@ -13085,7 +13009,7 @@ var require_HTMLParser = __commonJS({
|
|
|
13085
13009
|
switch (c) {
|
|
13086
13010
|
case 62:
|
|
13087
13011
|
tokenizer = data_state;
|
|
13088
|
-
emitSelfClosingTag(
|
|
13012
|
+
emitSelfClosingTag();
|
|
13089
13013
|
break;
|
|
13090
13014
|
case -1:
|
|
13091
13015
|
emitEOF();
|
|
@@ -13767,8 +13691,6 @@ var require_HTMLParser = __commonJS({
|
|
|
13767
13691
|
emitDoctype();
|
|
13768
13692
|
emitEOF();
|
|
13769
13693
|
break;
|
|
13770
|
-
default:
|
|
13771
|
-
break;
|
|
13772
13694
|
}
|
|
13773
13695
|
}
|
|
13774
13696
|
function cdata_section_state(c) {
|
|
@@ -13858,8 +13780,6 @@ var require_HTMLParser = __commonJS({
|
|
|
13858
13780
|
}
|
|
13859
13781
|
}
|
|
13860
13782
|
break;
|
|
13861
|
-
default:
|
|
13862
|
-
break;
|
|
13863
13783
|
}
|
|
13864
13784
|
beginTempBuf();
|
|
13865
13785
|
var rv = namedCharRefs[name];
|
|
@@ -13870,7 +13790,7 @@ var require_HTMLParser = __commonJS({
|
|
|
13870
13790
|
}
|
|
13871
13791
|
tokenizer = character_reference_end_state;
|
|
13872
13792
|
}
|
|
13873
|
-
named_character_reference_state.lookahead = -
|
|
13793
|
+
named_character_reference_state.lookahead = -32;
|
|
13874
13794
|
function numeric_character_reference_state(c) {
|
|
13875
13795
|
character_reference_code = 0;
|
|
13876
13796
|
switch (c) {
|
|
@@ -15708,8 +15628,6 @@ var require_HTMLParser = __commonJS({
|
|
|
15708
15628
|
adjustForeignAttributes(arg3);
|
|
15709
15629
|
insertForeignElement(value, arg3, current.namespaceURI);
|
|
15710
15630
|
if (arg4) {
|
|
15711
|
-
if (value === "script" && current.namespaceURI === NAMESPACE.SVG) {
|
|
15712
|
-
}
|
|
15713
15631
|
stack.pop();
|
|
15714
15632
|
}
|
|
15715
15633
|
return;
|
|
@@ -15793,8 +15711,6 @@ var require_HTMLParser = __commonJS({
|
|
|
15793
15711
|
case 3:
|
|
15794
15712
|
tokens.push(["EndTag", value]);
|
|
15795
15713
|
break;
|
|
15796
|
-
case -1:
|
|
15797
|
-
break;
|
|
15798
15714
|
}
|
|
15799
15715
|
};
|
|
15800
15716
|
if (!charbychar) {
|
|
@@ -15815,7 +15731,6 @@ var require_HTMLParser = __commonJS({
|
|
|
15815
15731
|
// external/npm/node_modules/domino/lib/DOMImplementation.js
|
|
15816
15732
|
var require_DOMImplementation = __commonJS({
|
|
15817
15733
|
"external/npm/node_modules/domino/lib/DOMImplementation.js"(exports, module) {
|
|
15818
|
-
"use strict";
|
|
15819
15734
|
module.exports = DOMImplementation;
|
|
15820
15735
|
var Document = require_Document();
|
|
15821
15736
|
var DocumentType = require_DocumentType();
|
|
@@ -15892,7 +15807,6 @@ var require_DOMImplementation = __commonJS({
|
|
|
15892
15807
|
// external/npm/node_modules/domino/lib/Location.js
|
|
15893
15808
|
var require_Location = __commonJS({
|
|
15894
15809
|
"external/npm/node_modules/domino/lib/Location.js"(exports, module) {
|
|
15895
|
-
"use strict";
|
|
15896
15810
|
var URL = require_URL();
|
|
15897
15811
|
var URLUtils = require_URLUtils();
|
|
15898
15812
|
module.exports = Location;
|
|
@@ -15931,7 +15845,6 @@ var require_Location = __commonJS({
|
|
|
15931
15845
|
// external/npm/node_modules/domino/lib/NavigatorID.js
|
|
15932
15846
|
var require_NavigatorID = __commonJS({
|
|
15933
15847
|
"external/npm/node_modules/domino/lib/NavigatorID.js"(exports, module) {
|
|
15934
|
-
"use strict";
|
|
15935
15848
|
var NavigatorID = Object.create(null, {
|
|
15936
15849
|
appCodeName: { value: "Mozilla" },
|
|
15937
15850
|
appName: { value: "Netscape" },
|
|
@@ -15953,7 +15866,6 @@ var require_NavigatorID = __commonJS({
|
|
|
15953
15866
|
// external/npm/node_modules/domino/lib/WindowTimers.js
|
|
15954
15867
|
var require_WindowTimers = __commonJS({
|
|
15955
15868
|
"external/npm/node_modules/domino/lib/WindowTimers.js"(exports, module) {
|
|
15956
|
-
"use strict";
|
|
15957
15869
|
var WindowTimers = {
|
|
15958
15870
|
setTimeout,
|
|
15959
15871
|
clearTimeout,
|
|
@@ -15967,7 +15879,6 @@ var require_WindowTimers = __commonJS({
|
|
|
15967
15879
|
// external/npm/node_modules/domino/lib/impl.js
|
|
15968
15880
|
var require_impl = __commonJS({
|
|
15969
15881
|
"external/npm/node_modules/domino/lib/impl.js"(exports, module) {
|
|
15970
|
-
"use strict";
|
|
15971
15882
|
var utils = require_utils();
|
|
15972
15883
|
exports = module.exports = {
|
|
15973
15884
|
CSSStyleDeclaration: require_CSSStyleDeclaration(),
|
|
@@ -15998,7 +15909,6 @@ var require_impl = __commonJS({
|
|
|
15998
15909
|
// external/npm/node_modules/domino/lib/Window.js
|
|
15999
15910
|
var require_Window = __commonJS({
|
|
16000
15911
|
"external/npm/node_modules/domino/lib/Window.js"(exports, module) {
|
|
16001
|
-
"use strict";
|
|
16002
15912
|
var DOMImplementation = require_DOMImplementation();
|
|
16003
15913
|
var EventTarget = require_EventTarget();
|
|
16004
15914
|
var Location = require_Location();
|
|
@@ -16058,7 +15968,7 @@ var require_lib = __commonJS({
|
|
|
16058
15968
|
"external/npm/node_modules/domino/lib/index.js"(exports) {
|
|
16059
15969
|
var DOMImplementation = require_DOMImplementation();
|
|
16060
15970
|
var HTMLParser = require_HTMLParser();
|
|
16061
|
-
|
|
15971
|
+
require_Window();
|
|
16062
15972
|
var impl = require_impl();
|
|
16063
15973
|
exports.createDOMImplementation = function() {
|
|
16064
15974
|
return new DOMImplementation(null);
|
|
@@ -16124,15 +16034,8 @@ function applyShims() {
|
|
|
16124
16034
|
*/
|
|
16125
16035
|
applyShims();
|
|
16126
16036
|
|
|
16127
|
-
|
|
16128
|
-
|
|
16129
|
-
* @description
|
|
16130
|
-
* Entry point for all public APIs of this package.
|
|
16131
|
-
*/
|
|
16037
|
+
// This ensures this is still a module and can be imported.
|
|
16038
|
+
const ɵɵmoduleMarker = true;
|
|
16132
16039
|
|
|
16133
|
-
|
|
16134
|
-
|
|
16135
|
-
/**
|
|
16136
|
-
* Generated bundle index. Do not edit.
|
|
16137
|
-
*/
|
|
16040
|
+
export { ɵɵmoduleMarker };
|
|
16138
16041
|
//# sourceMappingURL=init.mjs.map
|