@digipair/skill-keycloak 0.94.0-4 → 0.94.0-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -23918,14 +23918,14 @@ function indent(str, spaces) {
23918
23918
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23919
23919
  // match is required
23920
23920
  if (!match) {
23921
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23921
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23922
23922
  v: nextMatch1
23923
23923
  };
23924
23924
  }
23925
23925
  var token = match.token, offset = match.offset;
23926
23926
  i1 += offset;
23927
23927
  if (token === ' ') {
23928
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23928
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23929
23929
  }
23930
23930
  tokens1 = _to_consumable_array$1$1(tokens1).concat([
23931
23931
  token
@@ -23944,7 +23944,7 @@ function indent(str, spaces) {
23944
23944
  if (contextKeys.some(function(el) {
23945
23945
  return el.startsWith(name);
23946
23946
  })) {
23947
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23947
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23948
23948
  }
23949
23949
  if (dateTimeIdentifiers.some(function(el) {
23950
23950
  return el === name;
@@ -23963,9 +23963,9 @@ function indent(str, spaces) {
23963
23963
  if (dateTimeIdentifiers.some(function(el) {
23964
23964
  return el.startsWith(name);
23965
23965
  })) {
23966
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23966
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23967
23967
  }
23968
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23968
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23969
23969
  v: nextMatch1
23970
23970
  };
23971
23971
  };
@@ -24888,7 +24888,7 @@ function _assert_this_initialized$f(self1) {
24888
24888
  }
24889
24889
  return self1;
24890
24890
  }
24891
- function _class_call_check$E(instance, Constructor) {
24891
+ function _class_call_check$D(instance, Constructor) {
24892
24892
  if (!(instance instanceof Constructor)) {
24893
24893
  throw new TypeError("Cannot call a class as a function");
24894
24894
  }
@@ -24910,7 +24910,7 @@ function _construct$4(Parent, args, Class) {
24910
24910
  }
24911
24911
  return _construct$4.apply(null, arguments);
24912
24912
  }
24913
- function _defineProperties$D(target, props) {
24913
+ function _defineProperties$C(target, props) {
24914
24914
  for(var i = 0; i < props.length; i++){
24915
24915
  var descriptor = props[i];
24916
24916
  descriptor.enumerable = descriptor.enumerable || false;
@@ -24919,8 +24919,8 @@ function _defineProperties$D(target, props) {
24919
24919
  Object.defineProperty(target, descriptor.key, descriptor);
24920
24920
  }
24921
24921
  }
24922
- function _create_class$D(Constructor, protoProps, staticProps) {
24923
- if (protoProps) _defineProperties$D(Constructor.prototype, protoProps);
24922
+ function _create_class$C(Constructor, protoProps, staticProps) {
24923
+ if (protoProps) _defineProperties$C(Constructor.prototype, protoProps);
24924
24924
  return Constructor;
24925
24925
  }
24926
24926
  function _define_property$g(obj, key, value) {
@@ -25161,7 +25161,7 @@ function typeCast(obj, type) {
25161
25161
  return null;
25162
25162
  }
25163
25163
  var Range$b = function Range(props) {
25164
- _class_call_check$E(this, Range);
25164
+ _class_call_check$D(this, Range);
25165
25165
  Object.assign(this, props);
25166
25166
  };
25167
25167
  function isNumber$2(obj) {
@@ -25267,11 +25267,11 @@ function equals(a, b) {
25267
25267
  }
25268
25268
  var FunctionWrapper = /*#__PURE__*/ function() {
25269
25269
  function FunctionWrapper(fn, parameterNames) {
25270
- _class_call_check$E(this, FunctionWrapper);
25270
+ _class_call_check$D(this, FunctionWrapper);
25271
25271
  this.fn = fn;
25272
25272
  this.parameterNames = parameterNames;
25273
25273
  }
25274
- _create_class$D(FunctionWrapper, [
25274
+ _create_class$C(FunctionWrapper, [
25275
25275
  {
25276
25276
  key: "invoke",
25277
25277
  value: function invoke(contextOrArgs) {
@@ -26610,7 +26610,7 @@ var SyntaxError$1 = /*#__PURE__*/ function(Error1) {
26610
26610
  _inherits$f(SyntaxError1, Error1);
26611
26611
  var _super = _create_super$f(SyntaxError1);
26612
26612
  function SyntaxError1(message, details) {
26613
- _class_call_check$E(this, SyntaxError1);
26613
+ _class_call_check$D(this, SyntaxError1);
26614
26614
  var _this;
26615
26615
  _this = _super.call(this, message);
26616
26616
  Object.assign(_assert_this_initialized$f(_this), details);
@@ -26620,9 +26620,9 @@ var SyntaxError$1 = /*#__PURE__*/ function(Error1) {
26620
26620
  }(_wrap_native_super$4(Error));
26621
26621
  var Interpreter = /*#__PURE__*/ function() {
26622
26622
  function Interpreter() {
26623
- _class_call_check$E(this, Interpreter);
26623
+ _class_call_check$D(this, Interpreter);
26624
26624
  }
26625
- _create_class$D(Interpreter, [
26625
+ _create_class$C(Interpreter, [
26626
26626
  {
26627
26627
  key: "_buildExecutionTree",
26628
26628
  value: function _buildExecutionTree(tree, input) {
@@ -29402,12 +29402,12 @@ var identifiers$1 = {
29402
29402
  rcompareIdentifiers: rcompareIdentifiers
29403
29403
  };
29404
29404
 
29405
- function _class_call_check$D(instance, Constructor) {
29405
+ function _class_call_check$C(instance, Constructor) {
29406
29406
  if (!(instance instanceof Constructor)) {
29407
29407
  throw new TypeError("Cannot call a class as a function");
29408
29408
  }
29409
29409
  }
29410
- function _defineProperties$C(target, props) {
29410
+ function _defineProperties$B(target, props) {
29411
29411
  for(var i = 0; i < props.length; i++){
29412
29412
  var descriptor = props[i];
29413
29413
  descriptor.enumerable = descriptor.enumerable || false;
@@ -29416,8 +29416,8 @@ function _defineProperties$C(target, props) {
29416
29416
  Object.defineProperty(target, descriptor.key, descriptor);
29417
29417
  }
29418
29418
  }
29419
- function _create_class$C(Constructor, protoProps, staticProps) {
29420
- if (protoProps) _defineProperties$C(Constructor.prototype, protoProps);
29419
+ function _create_class$B(Constructor, protoProps, staticProps) {
29420
+ if (protoProps) _defineProperties$B(Constructor.prototype, protoProps);
29421
29421
  return Constructor;
29422
29422
  }
29423
29423
  function _instanceof$f(left, right) {
@@ -29438,7 +29438,7 @@ var parseOptions = parseOptions_1;
29438
29438
  var compareIdentifiers = identifiers$1.compareIdentifiers;
29439
29439
  var SemVer$d = /*#__PURE__*/ function() {
29440
29440
  function SemVer(version, options) {
29441
- _class_call_check$D(this, SemVer);
29441
+ _class_call_check$C(this, SemVer);
29442
29442
  options = parseOptions(options);
29443
29443
  if (_instanceof$f(version, SemVer)) {
29444
29444
  if (version.loose === !!options.loose && version.includePrerelease === !!options.includePrerelease) {
@@ -29493,7 +29493,7 @@ var SemVer$d = /*#__PURE__*/ function() {
29493
29493
  this.build = m[5] ? m[5].split('.') : [];
29494
29494
  this.format();
29495
29495
  }
29496
- _create_class$C(SemVer, [
29496
+ _create_class$B(SemVer, [
29497
29497
  {
29498
29498
  key: "format",
29499
29499
  value: function format() {
@@ -30056,70 +30056,78 @@ var coerce$1 = function(version, options) {
30056
30056
  };
30057
30057
  var coerce_1 = coerce$1;
30058
30058
 
30059
- function _class_call_check$C(instance, Constructor) {
30060
- if (!(instance instanceof Constructor)) {
30061
- throw new TypeError("Cannot call a class as a function");
30062
- }
30063
- }
30064
- function _defineProperties$B(target, props) {
30065
- for(var i = 0; i < props.length; i++){
30066
- var descriptor = props[i];
30067
- descriptor.enumerable = descriptor.enumerable || false;
30068
- descriptor.configurable = true;
30069
- if ("value" in descriptor) descriptor.writable = true;
30070
- Object.defineProperty(target, descriptor.key, descriptor);
30071
- }
30072
- }
30073
- function _create_class$B(Constructor, protoProps, staticProps) {
30074
- if (protoProps) _defineProperties$B(Constructor.prototype, protoProps);
30075
- return Constructor;
30059
+ var lrucache;
30060
+ var hasRequiredLrucache;
30061
+
30062
+ function requireLrucache () {
30063
+ if (hasRequiredLrucache) return lrucache;
30064
+ hasRequiredLrucache = 1;
30065
+ function _class_call_check(instance, Constructor) {
30066
+ if (!(instance instanceof Constructor)) {
30067
+ throw new TypeError("Cannot call a class as a function");
30068
+ }
30069
+ }
30070
+ function _defineProperties(target, props) {
30071
+ for(var i = 0; i < props.length; i++){
30072
+ var descriptor = props[i];
30073
+ descriptor.enumerable = descriptor.enumerable || false;
30074
+ descriptor.configurable = true;
30075
+ if ("value" in descriptor) descriptor.writable = true;
30076
+ Object.defineProperty(target, descriptor.key, descriptor);
30077
+ }
30078
+ }
30079
+ function _create_class(Constructor, protoProps, staticProps) {
30080
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
30081
+ return Constructor;
30082
+ }
30083
+ var LRUCache = /*#__PURE__*/ function() {
30084
+ function LRUCache() {
30085
+ _class_call_check(this, LRUCache);
30086
+ this.max = 1000;
30087
+ this.map = new Map();
30088
+ }
30089
+ _create_class(LRUCache, [
30090
+ {
30091
+ key: "get",
30092
+ value: function get(key) {
30093
+ var value = this.map.get(key);
30094
+ if (value === undefined) {
30095
+ return undefined;
30096
+ } else {
30097
+ // Remove the key from the map and add it to the end
30098
+ this.map.delete(key);
30099
+ this.map.set(key, value);
30100
+ return value;
30101
+ }
30102
+ }
30103
+ },
30104
+ {
30105
+ key: "delete",
30106
+ value: function _delete(key) {
30107
+ return this.map.delete(key);
30108
+ }
30109
+ },
30110
+ {
30111
+ key: "set",
30112
+ value: function set(key, value) {
30113
+ var deleted = this.delete(key);
30114
+ if (!deleted && value !== undefined) {
30115
+ // If cache is full, delete the least recently used item
30116
+ if (this.map.size >= this.max) {
30117
+ var firstKey = this.map.keys().next().value;
30118
+ this.delete(firstKey);
30119
+ }
30120
+ this.map.set(key, value);
30121
+ }
30122
+ return this;
30123
+ }
30124
+ }
30125
+ ]);
30126
+ return LRUCache;
30127
+ }();
30128
+ lrucache = LRUCache;
30129
+ return lrucache;
30076
30130
  }
30077
- var LRUCache$1 = /*#__PURE__*/ function() {
30078
- function LRUCache() {
30079
- _class_call_check$C(this, LRUCache);
30080
- this.max = 1000;
30081
- this.map = new Map();
30082
- }
30083
- _create_class$B(LRUCache, [
30084
- {
30085
- key: "get",
30086
- value: function get(key) {
30087
- var value = this.map.get(key);
30088
- if (value === undefined) {
30089
- return undefined;
30090
- } else {
30091
- // Remove the key from the map and add it to the end
30092
- this.map.delete(key);
30093
- this.map.set(key, value);
30094
- return value;
30095
- }
30096
- }
30097
- },
30098
- {
30099
- key: "delete",
30100
- value: function _delete(key) {
30101
- return this.map.delete(key);
30102
- }
30103
- },
30104
- {
30105
- key: "set",
30106
- value: function set(key, value) {
30107
- var deleted = this.delete(key);
30108
- if (!deleted && value !== undefined) {
30109
- // If cache is full, delete the least recently used item
30110
- if (this.map.size >= this.max) {
30111
- var firstKey = this.map.keys().next().value;
30112
- this.delete(firstKey);
30113
- }
30114
- this.map.set(key, value);
30115
- }
30116
- return this;
30117
- }
30118
- }
30119
- ]);
30120
- return LRUCache;
30121
- }();
30122
- var lrucache = LRUCache$1;
30123
30131
 
30124
30132
  var range$1;
30125
30133
  var hasRequiredRange$2;
@@ -30423,7 +30431,7 @@ function requireRange$2 () {
30423
30431
  return Range;
30424
30432
  }();
30425
30433
  range$1 = Range;
30426
- var LRU = lrucache;
30434
+ var LRU = requireLrucache();
30427
30435
  var cache = new LRU();
30428
30436
  var parseOptions = parseOptions_1;
30429
30437
  var Comparator = requireComparator();
@@ -116921,56 +116929,56 @@ var CSSStyleSheet$1 = {};
116921
116929
  var StyleSheet$1 = {};
116922
116930
 
116923
116931
  //.CommonJS
116924
- var CSSOM$o = {};
116932
+ var CSSOM$m = {};
116925
116933
  ///CommonJS
116926
116934
  /**
116927
116935
  * @constructor
116928
116936
  * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
116929
- */ CSSOM$o.StyleSheet = function StyleSheet() {
116937
+ */ CSSOM$m.StyleSheet = function StyleSheet() {
116930
116938
  this.parentStyleSheet = null;
116931
116939
  };
116932
116940
  //.CommonJS
116933
- StyleSheet$1.StyleSheet = CSSOM$o.StyleSheet; ///CommonJS
116941
+ StyleSheet$1.StyleSheet = CSSOM$m.StyleSheet; ///CommonJS
116934
116942
 
116935
116943
  var CSSStyleRule$1 = {};
116936
116944
 
116937
116945
  var CSSRule$1 = {};
116938
116946
 
116939
116947
  //.CommonJS
116940
- var CSSOM$n = {};
116948
+ var CSSOM$l = {};
116941
116949
  ///CommonJS
116942
116950
  /**
116943
116951
  * @constructor
116944
116952
  * @see http://dev.w3.org/csswg/cssom/#the-cssrule-interface
116945
116953
  * @see http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule
116946
- */ CSSOM$n.CSSRule = function CSSRule() {
116954
+ */ CSSOM$l.CSSRule = function CSSRule() {
116947
116955
  this.parentRule = null;
116948
116956
  this.parentStyleSheet = null;
116949
116957
  };
116950
- CSSOM$n.CSSRule.UNKNOWN_RULE = 0; // obsolete
116951
- CSSOM$n.CSSRule.STYLE_RULE = 1;
116952
- CSSOM$n.CSSRule.CHARSET_RULE = 2; // obsolete
116953
- CSSOM$n.CSSRule.IMPORT_RULE = 3;
116954
- CSSOM$n.CSSRule.MEDIA_RULE = 4;
116955
- CSSOM$n.CSSRule.FONT_FACE_RULE = 5;
116956
- CSSOM$n.CSSRule.PAGE_RULE = 6;
116957
- CSSOM$n.CSSRule.KEYFRAMES_RULE = 7;
116958
- CSSOM$n.CSSRule.KEYFRAME_RULE = 8;
116959
- CSSOM$n.CSSRule.MARGIN_RULE = 9;
116960
- CSSOM$n.CSSRule.NAMESPACE_RULE = 10;
116961
- CSSOM$n.CSSRule.COUNTER_STYLE_RULE = 11;
116962
- CSSOM$n.CSSRule.SUPPORTS_RULE = 12;
116963
- CSSOM$n.CSSRule.DOCUMENT_RULE = 13;
116964
- CSSOM$n.CSSRule.FONT_FEATURE_VALUES_RULE = 14;
116965
- CSSOM$n.CSSRule.VIEWPORT_RULE = 15;
116966
- CSSOM$n.CSSRule.REGION_STYLE_RULE = 16;
116967
- CSSOM$n.CSSRule.CONTAINER_RULE = 17;
116968
- CSSOM$n.CSSRule.LAYER_BLOCK_RULE = 18;
116969
- CSSOM$n.CSSRule.STARTING_STYLE_RULE = 1002;
116970
- CSSOM$n.CSSRule.prototype = {
116971
- constructor: CSSOM$n.CSSRule
116958
+ CSSOM$l.CSSRule.UNKNOWN_RULE = 0; // obsolete
116959
+ CSSOM$l.CSSRule.STYLE_RULE = 1;
116960
+ CSSOM$l.CSSRule.CHARSET_RULE = 2; // obsolete
116961
+ CSSOM$l.CSSRule.IMPORT_RULE = 3;
116962
+ CSSOM$l.CSSRule.MEDIA_RULE = 4;
116963
+ CSSOM$l.CSSRule.FONT_FACE_RULE = 5;
116964
+ CSSOM$l.CSSRule.PAGE_RULE = 6;
116965
+ CSSOM$l.CSSRule.KEYFRAMES_RULE = 7;
116966
+ CSSOM$l.CSSRule.KEYFRAME_RULE = 8;
116967
+ CSSOM$l.CSSRule.MARGIN_RULE = 9;
116968
+ CSSOM$l.CSSRule.NAMESPACE_RULE = 10;
116969
+ CSSOM$l.CSSRule.COUNTER_STYLE_RULE = 11;
116970
+ CSSOM$l.CSSRule.SUPPORTS_RULE = 12;
116971
+ CSSOM$l.CSSRule.DOCUMENT_RULE = 13;
116972
+ CSSOM$l.CSSRule.FONT_FEATURE_VALUES_RULE = 14;
116973
+ CSSOM$l.CSSRule.VIEWPORT_RULE = 15;
116974
+ CSSOM$l.CSSRule.REGION_STYLE_RULE = 16;
116975
+ CSSOM$l.CSSRule.CONTAINER_RULE = 17;
116976
+ CSSOM$l.CSSRule.LAYER_BLOCK_RULE = 18;
116977
+ CSSOM$l.CSSRule.STARTING_STYLE_RULE = 1002;
116978
+ CSSOM$l.CSSRule.prototype = {
116979
+ constructor: CSSOM$l.CSSRule
116972
116980
  };
116973
- CSSRule$1.CSSRule = CSSOM$n.CSSRule; ///CommonJS
116981
+ CSSRule$1.CSSRule = CSSOM$l.CSSRule; ///CommonJS
116974
116982
 
116975
116983
  var hasRequiredCSSStyleRule$1;
116976
116984
 
@@ -117227,16 +117235,16 @@ var CSSImportRule$1 = {};
117227
117235
  var MediaList$1 = {};
117228
117236
 
117229
117237
  //.CommonJS
117230
- var CSSOM$m = {};
117238
+ var CSSOM$k = {};
117231
117239
  ///CommonJS
117232
117240
  /**
117233
117241
  * @constructor
117234
117242
  * @see http://dev.w3.org/csswg/cssom/#the-medialist-interface
117235
- */ CSSOM$m.MediaList = function MediaList() {
117243
+ */ CSSOM$k.MediaList = function MediaList() {
117236
117244
  this.length = 0;
117237
117245
  };
117238
- CSSOM$m.MediaList.prototype = {
117239
- constructor: CSSOM$m.MediaList,
117246
+ CSSOM$k.MediaList.prototype = {
117247
+ constructor: CSSOM$k.MediaList,
117240
117248
  /**
117241
117249
  * @return {string}
117242
117250
  */ get mediaText () {
@@ -117269,13 +117277,13 @@ CSSOM$m.MediaList.prototype = {
117269
117277
  }
117270
117278
  };
117271
117279
  //.CommonJS
117272
- MediaList$1.MediaList = CSSOM$m.MediaList; ///CommonJS
117280
+ MediaList$1.MediaList = CSSOM$k.MediaList; ///CommonJS
117273
117281
 
117274
- var hasRequiredCSSImportRule;
117282
+ var hasRequiredCSSImportRule$1;
117275
117283
 
117276
- function requireCSSImportRule () {
117277
- if (hasRequiredCSSImportRule) return CSSImportRule$1;
117278
- hasRequiredCSSImportRule = 1;
117284
+ function requireCSSImportRule$1 () {
117285
+ if (hasRequiredCSSImportRule$1) return CSSImportRule$1;
117286
+ hasRequiredCSSImportRule$1 = 1;
117279
117287
  //.CommonJS
117280
117288
  var CSSOM = {
117281
117289
  CSSRule: CSSRule$1.CSSRule,
@@ -117671,24 +117679,24 @@ function requireCSSFontFaceRule$1 () {
117671
117679
  var CSSHostRule$1 = {};
117672
117680
 
117673
117681
  //.CommonJS
117674
- var CSSOM$l = {
117682
+ var CSSOM$j = {
117675
117683
  CSSRule: CSSRule$1.CSSRule
117676
117684
  };
117677
117685
  ///CommonJS
117678
117686
  /**
117679
117687
  * @constructor
117680
117688
  * @see http://www.w3.org/TR/shadow-dom/#host-at-rule
117681
- */ CSSOM$l.CSSHostRule = function CSSHostRule() {
117682
- CSSOM$l.CSSRule.call(this);
117689
+ */ CSSOM$j.CSSHostRule = function CSSHostRule() {
117690
+ CSSOM$j.CSSRule.call(this);
117683
117691
  this.cssRules = [];
117684
117692
  };
117685
- CSSOM$l.CSSHostRule.prototype = new CSSOM$l.CSSRule();
117686
- CSSOM$l.CSSHostRule.prototype.constructor = CSSOM$l.CSSHostRule;
117687
- CSSOM$l.CSSHostRule.prototype.type = 1001;
117693
+ CSSOM$j.CSSHostRule.prototype = new CSSOM$j.CSSRule();
117694
+ CSSOM$j.CSSHostRule.prototype.constructor = CSSOM$j.CSSHostRule;
117695
+ CSSOM$j.CSSHostRule.prototype.type = 1001;
117688
117696
  //FIXME
117689
117697
  //CSSOM.CSSHostRule.prototype.insertRule = CSSStyleSheet.prototype.insertRule;
117690
117698
  //CSSOM.CSSHostRule.prototype.deleteRule = CSSStyleSheet.prototype.deleteRule;
117691
- Object.defineProperty(CSSOM$l.CSSHostRule.prototype, "cssText", {
117699
+ Object.defineProperty(CSSOM$j.CSSHostRule.prototype, "cssText", {
117692
117700
  get: function get() {
117693
117701
  var cssTexts = [];
117694
117702
  for(var i = 0, length = this.cssRules.length; i < length; i++){
@@ -117698,29 +117706,29 @@ Object.defineProperty(CSSOM$l.CSSHostRule.prototype, "cssText", {
117698
117706
  }
117699
117707
  });
117700
117708
  //.CommonJS
117701
- CSSHostRule$1.CSSHostRule = CSSOM$l.CSSHostRule; ///CommonJS
117709
+ CSSHostRule$1.CSSHostRule = CSSOM$j.CSSHostRule; ///CommonJS
117702
117710
 
117703
117711
  var CSSStartingStyleRule$1 = {};
117704
117712
 
117705
117713
  //.CommonJS
117706
- var CSSOM$k = {
117714
+ var CSSOM$i = {
117707
117715
  CSSRule: CSSRule$1.CSSRule
117708
117716
  };
117709
117717
  ///CommonJS
117710
117718
  /**
117711
117719
  * @constructor
117712
117720
  * @see http://www.w3.org/TR/shadow-dom/#host-at-rule
117713
- */ CSSOM$k.CSSStartingStyleRule = function CSSStartingStyleRule() {
117714
- CSSOM$k.CSSRule.call(this);
117721
+ */ CSSOM$i.CSSStartingStyleRule = function CSSStartingStyleRule() {
117722
+ CSSOM$i.CSSRule.call(this);
117715
117723
  this.cssRules = [];
117716
117724
  };
117717
- CSSOM$k.CSSStartingStyleRule.prototype = new CSSOM$k.CSSRule();
117718
- CSSOM$k.CSSStartingStyleRule.prototype.constructor = CSSOM$k.CSSStartingStyleRule;
117719
- CSSOM$k.CSSStartingStyleRule.prototype.type = 1002;
117725
+ CSSOM$i.CSSStartingStyleRule.prototype = new CSSOM$i.CSSRule();
117726
+ CSSOM$i.CSSStartingStyleRule.prototype.constructor = CSSOM$i.CSSStartingStyleRule;
117727
+ CSSOM$i.CSSStartingStyleRule.prototype.type = 1002;
117720
117728
  //FIXME
117721
117729
  //CSSOM.CSSStartingStyleRule.prototype.insertRule = CSSStyleSheet.prototype.insertRule;
117722
117730
  //CSSOM.CSSStartingStyleRule.prototype.deleteRule = CSSStyleSheet.prototype.deleteRule;
117723
- Object.defineProperty(CSSOM$k.CSSStartingStyleRule.prototype, "cssText", {
117731
+ Object.defineProperty(CSSOM$i.CSSStartingStyleRule.prototype, "cssText", {
117724
117732
  get: function get() {
117725
117733
  var cssTexts = [];
117726
117734
  for(var i = 0, length = this.cssRules.length; i < length; i++){
@@ -117730,7 +117738,7 @@ Object.defineProperty(CSSOM$k.CSSStartingStyleRule.prototype, "cssText", {
117730
117738
  }
117731
117739
  });
117732
117740
  //.CommonJS
117733
- CSSStartingStyleRule$1.CSSStartingStyleRule = CSSOM$k.CSSStartingStyleRule; ///CommonJS
117741
+ CSSStartingStyleRule$1.CSSStartingStyleRule = CSSOM$i.CSSStartingStyleRule; ///CommonJS
117734
117742
 
117735
117743
  var CSSKeyframeRule$1 = {};
117736
117744
 
@@ -117774,26 +117782,26 @@ function requireCSSKeyframeRule$1 () {
117774
117782
  var CSSKeyframesRule$1 = {};
117775
117783
 
117776
117784
  //.CommonJS
117777
- var CSSOM$j = {
117785
+ var CSSOM$h = {
117778
117786
  CSSRule: CSSRule$1.CSSRule
117779
117787
  };
117780
117788
  ///CommonJS
117781
117789
  /**
117782
117790
  * @constructor
117783
117791
  * @see http://www.w3.org/TR/css3-animations/#DOM-CSSKeyframesRule
117784
- */ CSSOM$j.CSSKeyframesRule = function CSSKeyframesRule() {
117785
- CSSOM$j.CSSRule.call(this);
117792
+ */ CSSOM$h.CSSKeyframesRule = function CSSKeyframesRule() {
117793
+ CSSOM$h.CSSRule.call(this);
117786
117794
  this.name = '';
117787
117795
  this.cssRules = [];
117788
117796
  };
117789
- CSSOM$j.CSSKeyframesRule.prototype = new CSSOM$j.CSSRule();
117790
- CSSOM$j.CSSKeyframesRule.prototype.constructor = CSSOM$j.CSSKeyframesRule;
117791
- CSSOM$j.CSSKeyframesRule.prototype.type = 7;
117797
+ CSSOM$h.CSSKeyframesRule.prototype = new CSSOM$h.CSSRule();
117798
+ CSSOM$h.CSSKeyframesRule.prototype.constructor = CSSOM$h.CSSKeyframesRule;
117799
+ CSSOM$h.CSSKeyframesRule.prototype.type = 7;
117792
117800
  //FIXME
117793
117801
  //CSSOM.CSSKeyframesRule.prototype.insertRule = CSSStyleSheet.prototype.insertRule;
117794
117802
  //CSSOM.CSSKeyframesRule.prototype.deleteRule = CSSStyleSheet.prototype.deleteRule;
117795
117803
  // http://www.opensource.apple.com/source/WebCore/WebCore-955.66.1/css/WebKitCSSKeyframesRule.cpp
117796
- Object.defineProperty(CSSOM$j.CSSKeyframesRule.prototype, "cssText", {
117804
+ Object.defineProperty(CSSOM$h.CSSKeyframesRule.prototype, "cssText", {
117797
117805
  get: function get() {
117798
117806
  var cssTexts = [];
117799
117807
  for(var i = 0, length = this.cssRules.length; i < length; i++){
@@ -117803,23 +117811,23 @@ Object.defineProperty(CSSOM$j.CSSKeyframesRule.prototype, "cssText", {
117803
117811
  }
117804
117812
  });
117805
117813
  //.CommonJS
117806
- CSSKeyframesRule$1.CSSKeyframesRule = CSSOM$j.CSSKeyframesRule; ///CommonJS
117814
+ CSSKeyframesRule$1.CSSKeyframesRule = CSSOM$h.CSSKeyframesRule; ///CommonJS
117807
117815
 
117808
117816
  var CSSValueExpression$1 = {};
117809
117817
 
117810
117818
  var CSSValue$1 = {};
117811
117819
 
117812
117820
  //.CommonJS
117813
- var CSSOM$i = {};
117821
+ var CSSOM$g = {};
117814
117822
  ///CommonJS
117815
117823
  /**
117816
117824
  * @constructor
117817
117825
  * @see http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSValue
117818
117826
  *
117819
117827
  * TODO: add if needed
117820
- */ CSSOM$i.CSSValue = function CSSValue() {};
117821
- CSSOM$i.CSSValue.prototype = {
117822
- constructor: CSSOM$i.CSSValue,
117828
+ */ CSSOM$g.CSSValue = function CSSValue() {};
117829
+ CSSOM$g.CSSValue.prototype = {
117830
+ constructor: CSSOM$g.CSSValue,
117823
117831
  // @see: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSValue
117824
117832
  set cssText (text){
117825
117833
  var name = this._getConstructorName();
@@ -117835,10 +117843,10 @@ CSSOM$i.CSSValue.prototype = {
117835
117843
  }
117836
117844
  };
117837
117845
  //.CommonJS
117838
- CSSValue$1.CSSValue = CSSOM$i.CSSValue; ///CommonJS
117846
+ CSSValue$1.CSSValue = CSSOM$g.CSSValue; ///CommonJS
117839
117847
 
117840
117848
  //.CommonJS
117841
- var CSSOM$h = {
117849
+ var CSSOM$f = {
117842
117850
  CSSValue: CSSValue$1.CSSValue
117843
117851
  };
117844
117852
  ///CommonJS
@@ -117846,12 +117854,12 @@ var CSSOM$h = {
117846
117854
  * @constructor
117847
117855
  * @see http://msdn.microsoft.com/en-us/library/ms537634(v=vs.85).aspx
117848
117856
  *
117849
- */ CSSOM$h.CSSValueExpression = function CSSValueExpression(token, idx) {
117857
+ */ CSSOM$f.CSSValueExpression = function CSSValueExpression(token, idx) {
117850
117858
  this._token = token;
117851
117859
  this._idx = idx;
117852
117860
  };
117853
- CSSOM$h.CSSValueExpression.prototype = new CSSOM$h.CSSValue();
117854
- CSSOM$h.CSSValueExpression.prototype.constructor = CSSOM$h.CSSValueExpression;
117861
+ CSSOM$f.CSSValueExpression.prototype = new CSSOM$f.CSSValue();
117862
+ CSSOM$f.CSSValueExpression.prototype.constructor = CSSOM$f.CSSValueExpression;
117855
117863
  /**
117856
117864
  * parse css expression() value
117857
117865
  *
@@ -117866,7 +117874,7 @@ CSSOM$h.CSSValueExpression.prototype.constructor = CSSOM$h.CSSValueExpression;
117866
117874
  * .selector {
117867
117875
  * zoom: expression(documentElement.clientWidth > 1000 ? '1000px' : 'auto');
117868
117876
  * }
117869
- */ CSSOM$h.CSSValueExpression.prototype.parse = function() {
117877
+ */ CSSOM$f.CSSValueExpression.prototype.parse = function() {
117870
117878
  var token = this._token, idx = this._idx;
117871
117879
  var character = '', expression = '', error = '', info, paren = [];
117872
117880
  for(;; ++idx){
@@ -117945,7 +117953,7 @@ CSSOM$h.CSSValueExpression.prototype.constructor = CSSOM$h.CSSValueExpression;
117945
117953
  * or
117946
117954
  * false
117947
117955
  *
117948
- */ CSSOM$h.CSSValueExpression.prototype._parseJSComment = function(token, idx) {
117956
+ */ CSSOM$f.CSSValueExpression.prototype._parseJSComment = function(token, idx) {
117949
117957
  var nextChar = token.charAt(idx + 1), text;
117950
117958
  if (nextChar === '/' || nextChar === '*') {
117951
117959
  var startIdx = idx, endIdx, commentEndChar;
@@ -117980,7 +117988,7 @@ CSSOM$h.CSSValueExpression.prototype.constructor = CSSOM$h.CSSValueExpression;
117980
117988
  * or
117981
117989
  * false
117982
117990
  *
117983
- */ CSSOM$h.CSSValueExpression.prototype._parseJSString = function(token, idx, sep) {
117991
+ */ CSSOM$f.CSSValueExpression.prototype._parseJSString = function(token, idx, sep) {
117984
117992
  var endIdx = this._findMatchedIdx(token, idx, sep), text;
117985
117993
  if (endIdx === -1) {
117986
117994
  return false;
@@ -118047,7 +118055,7 @@ instanceof /a/
118047
118055
  typeof /a/
118048
118056
  void /a/
118049
118057
 
118050
- */ CSSOM$h.CSSValueExpression.prototype._parseJSRexExp = function(token, idx) {
118058
+ */ CSSOM$f.CSSValueExpression.prototype._parseJSRexExp = function(token, idx) {
118051
118059
  var before = token.substring(0, idx).replace(/\s+$/, ""), legalRegx = [
118052
118060
  /^$/,
118053
118061
  /\($/,
@@ -118091,7 +118099,7 @@ instanceof /a/
118091
118099
  *
118092
118100
  * @return {Number}
118093
118101
  *
118094
- */ CSSOM$h.CSSValueExpression.prototype._findMatchedIdx = function(token, idx, sep) {
118102
+ */ CSSOM$f.CSSValueExpression.prototype._findMatchedIdx = function(token, idx, sep) {
118095
118103
  var startIdx = idx, endIdx;
118096
118104
  var NOT_FOUND = -1;
118097
118105
  while(true){
@@ -118116,23 +118124,23 @@ instanceof /a/
118116
118124
  return endIdx;
118117
118125
  };
118118
118126
  //.CommonJS
118119
- CSSValueExpression$1.CSSValueExpression = CSSOM$h.CSSValueExpression; ///CommonJS
118127
+ CSSValueExpression$1.CSSValueExpression = CSSOM$f.CSSValueExpression; ///CommonJS
118120
118128
 
118121
118129
  var CSSDocumentRule$1 = {};
118122
118130
 
118123
118131
  var MatcherList$1 = {};
118124
118132
 
118125
118133
  //.CommonJS
118126
- var CSSOM$g = {};
118134
+ var CSSOM$e = {};
118127
118135
  ///CommonJS
118128
118136
  /**
118129
118137
  * @constructor
118130
118138
  * @see https://developer.mozilla.org/en/CSS/@-moz-document
118131
- */ CSSOM$g.MatcherList = function MatcherList() {
118139
+ */ CSSOM$e.MatcherList = function MatcherList() {
118132
118140
  this.length = 0;
118133
118141
  };
118134
- CSSOM$g.MatcherList.prototype = {
118135
- constructor: CSSOM$g.MatcherList,
118142
+ CSSOM$e.MatcherList.prototype = {
118143
+ constructor: CSSOM$e.MatcherList,
118136
118144
  /**
118137
118145
  * @return {string}
118138
118146
  */ get matcherText () {
@@ -118166,10 +118174,10 @@ CSSOM$g.MatcherList.prototype = {
118166
118174
  }
118167
118175
  };
118168
118176
  //.CommonJS
118169
- MatcherList$1.MatcherList = CSSOM$g.MatcherList; ///CommonJS
118177
+ MatcherList$1.MatcherList = CSSOM$e.MatcherList; ///CommonJS
118170
118178
 
118171
118179
  //.CommonJS
118172
- var CSSOM$f = {
118180
+ var CSSOM$d = {
118173
118181
  CSSRule: CSSRule$1.CSSRule,
118174
118182
  MatcherList: MatcherList$1.MatcherList
118175
118183
  };
@@ -118177,18 +118185,18 @@ var CSSOM$f = {
118177
118185
  /**
118178
118186
  * @constructor
118179
118187
  * @see https://developer.mozilla.org/en/CSS/@-moz-document
118180
- */ CSSOM$f.CSSDocumentRule = function CSSDocumentRule() {
118181
- CSSOM$f.CSSRule.call(this);
118182
- this.matcher = new CSSOM$f.MatcherList();
118188
+ */ CSSOM$d.CSSDocumentRule = function CSSDocumentRule() {
118189
+ CSSOM$d.CSSRule.call(this);
118190
+ this.matcher = new CSSOM$d.MatcherList();
118183
118191
  this.cssRules = [];
118184
118192
  };
118185
- CSSOM$f.CSSDocumentRule.prototype = new CSSOM$f.CSSRule();
118186
- CSSOM$f.CSSDocumentRule.prototype.constructor = CSSOM$f.CSSDocumentRule;
118187
- CSSOM$f.CSSDocumentRule.prototype.type = 10;
118193
+ CSSOM$d.CSSDocumentRule.prototype = new CSSOM$d.CSSRule();
118194
+ CSSOM$d.CSSDocumentRule.prototype.constructor = CSSOM$d.CSSDocumentRule;
118195
+ CSSOM$d.CSSDocumentRule.prototype.type = 10;
118188
118196
  //FIXME
118189
118197
  //CSSOM.CSSDocumentRule.prototype.insertRule = CSSStyleSheet.prototype.insertRule;
118190
118198
  //CSSOM.CSSDocumentRule.prototype.deleteRule = CSSStyleSheet.prototype.deleteRule;
118191
- Object.defineProperty(CSSOM$f.CSSDocumentRule.prototype, "cssText", {
118199
+ Object.defineProperty(CSSOM$d.CSSDocumentRule.prototype, "cssText", {
118192
118200
  get: function get() {
118193
118201
  var cssTexts = [];
118194
118202
  for(var i = 0, length = this.cssRules.length; i < length; i++){
@@ -118198,51 +118206,58 @@ Object.defineProperty(CSSOM$f.CSSDocumentRule.prototype, "cssText", {
118198
118206
  }
118199
118207
  });
118200
118208
  //.CommonJS
118201
- CSSDocumentRule$1.CSSDocumentRule = CSSOM$f.CSSDocumentRule; ///CommonJS
118209
+ CSSDocumentRule$1.CSSDocumentRule = CSSOM$d.CSSDocumentRule; ///CommonJS
118202
118210
 
118203
118211
  var CSSLayerBlockRule = {};
118204
118212
 
118205
- //.CommonJS
118206
- var CSSOM$e = {
118207
- CSSGroupingRule: requireCSSGroupingRule$1().CSSGroupingRule
118208
- };
118209
- ///CommonJS
118210
- /**
118211
- * @constructor
118212
- * @see https://drafts.csswg.org/css-cascade-5/#csslayerblockrule
118213
- */ CSSOM$e.CSSLayerBlockRule = function CSSLayerBlockRule() {
118214
- CSSOM$e.CSSGroupingRule.call(this);
118215
- this.layerName = "";
118216
- this.cssRules = [];
118217
- };
118218
- CSSOM$e.CSSLayerBlockRule.prototype = new CSSOM$e.CSSGroupingRule();
118219
- CSSOM$e.CSSLayerBlockRule.prototype.constructor = CSSOM$e.CSSLayerBlockRule;
118220
- CSSOM$e.CSSLayerBlockRule.prototype.type = 18;
118221
- Object.defineProperties(CSSOM$e.CSSLayerBlockRule.prototype, {
118222
- layerNameText: {
118223
- get: function get() {
118224
- return this.layerName;
118225
- },
118226
- set: function set(value) {
118227
- this.layerName = value;
118228
- },
118229
- configurable: true,
118230
- enumerable: true
118231
- },
118232
- cssText: {
118233
- get: function get() {
118234
- var cssTexts = [];
118235
- for(var i = 0, length = this.cssRules.length; i < length; i++){
118236
- cssTexts.push(this.cssRules[i].cssText);
118237
- }
118238
- return "@layer " + this.layerNameText + " {" + cssTexts.join("") + "}";
118239
- },
118240
- configurable: true,
118241
- enumerable: true
118242
- }
118243
- });
118244
- //.CommonJS
118245
- CSSLayerBlockRule.CSSLayerBlockRule = CSSOM$e.CSSLayerBlockRule; ///CommonJS
118213
+ var hasRequiredCSSLayerBlockRule;
118214
+
118215
+ function requireCSSLayerBlockRule () {
118216
+ if (hasRequiredCSSLayerBlockRule) return CSSLayerBlockRule;
118217
+ hasRequiredCSSLayerBlockRule = 1;
118218
+ //.CommonJS
118219
+ var CSSOM = {
118220
+ CSSGroupingRule: requireCSSGroupingRule$1().CSSGroupingRule
118221
+ };
118222
+ ///CommonJS
118223
+ /**
118224
+ * @constructor
118225
+ * @see https://drafts.csswg.org/css-cascade-5/#csslayerblockrule
118226
+ */ CSSOM.CSSLayerBlockRule = function CSSLayerBlockRule() {
118227
+ CSSOM.CSSGroupingRule.call(this);
118228
+ this.layerName = "";
118229
+ this.cssRules = [];
118230
+ };
118231
+ CSSOM.CSSLayerBlockRule.prototype = new CSSOM.CSSGroupingRule();
118232
+ CSSOM.CSSLayerBlockRule.prototype.constructor = CSSOM.CSSLayerBlockRule;
118233
+ CSSOM.CSSLayerBlockRule.prototype.type = 18;
118234
+ Object.defineProperties(CSSOM.CSSLayerBlockRule.prototype, {
118235
+ layerNameText: {
118236
+ get: function get() {
118237
+ return this.layerName;
118238
+ },
118239
+ set: function set(value) {
118240
+ this.layerName = value;
118241
+ },
118242
+ configurable: true,
118243
+ enumerable: true
118244
+ },
118245
+ cssText: {
118246
+ get: function get() {
118247
+ var cssTexts = [];
118248
+ for(var i = 0, length = this.cssRules.length; i < length; i++){
118249
+ cssTexts.push(this.cssRules[i].cssText);
118250
+ }
118251
+ return "@layer " + this.layerNameText + " {" + cssTexts.join("") + "}";
118252
+ },
118253
+ configurable: true,
118254
+ enumerable: true
118255
+ }
118256
+ });
118257
+ //.CommonJS
118258
+ CSSLayerBlockRule.CSSLayerBlockRule = CSSOM.CSSLayerBlockRule; ///CommonJS
118259
+ return CSSLayerBlockRule;
118260
+ }
118246
118261
 
118247
118262
  var hasRequiredParse$1;
118248
118263
 
@@ -118700,7 +118715,7 @@ function requireParse$1 () {
118700
118715
  // The following modules cannot be included sooner due to the mutual dependency with parse.js
118701
118716
  CSSOM.CSSStyleSheet = requireCSSStyleSheet$1().CSSStyleSheet;
118702
118717
  CSSOM.CSSStyleRule = requireCSSStyleRule$1().CSSStyleRule;
118703
- CSSOM.CSSImportRule = requireCSSImportRule().CSSImportRule;
118718
+ CSSOM.CSSImportRule = requireCSSImportRule$1().CSSImportRule;
118704
118719
  CSSOM.CSSGroupingRule = requireCSSGroupingRule$1().CSSGroupingRule;
118705
118720
  CSSOM.CSSMediaRule = requireCSSMediaRule$1().CSSMediaRule;
118706
118721
  CSSOM.CSSContainerRule = requireCSSContainerRule$1().CSSContainerRule;
@@ -118714,7 +118729,7 @@ function requireParse$1 () {
118714
118729
  CSSOM.CSSKeyframesRule = CSSKeyframesRule$1.CSSKeyframesRule;
118715
118730
  CSSOM.CSSValueExpression = CSSValueExpression$1.CSSValueExpression;
118716
118731
  CSSOM.CSSDocumentRule = CSSDocumentRule$1.CSSDocumentRule;
118717
- CSSOM.CSSLayerBlockRule = CSSLayerBlockRule.CSSLayerBlockRule; ///CommonJS
118732
+ CSSOM.CSSLayerBlockRule = requireCSSLayerBlockRule().CSSLayerBlockRule; ///CommonJS
118718
118733
  return parse$4;
118719
118734
  }
118720
118735
 
@@ -118849,7 +118864,7 @@ function requireCSSStyleDeclaration$1 () {
118849
118864
  var clone$1 = {};
118850
118865
 
118851
118866
  //.CommonJS
118852
- var CSSOM$d = {
118867
+ var CSSOM$c = {
118853
118868
  CSSStyleSheet: requireCSSStyleSheet$1().CSSStyleSheet,
118854
118869
  CSSStyleRule: requireCSSStyleRule$1().CSSStyleRule,
118855
118870
  CSSGroupingRule: requireCSSGroupingRule$1().CSSGroupingRule,
@@ -118858,15 +118873,17 @@ var CSSOM$d = {
118858
118873
  CSSContainerRule: requireCSSContainerRule$1().CSSContainerRule,
118859
118874
  CSSSupportsRule: requireCSSSupportsRule$1().CSSSupportsRule,
118860
118875
  CSSStyleDeclaration: requireCSSStyleDeclaration$1().CSSStyleDeclaration,
118861
- CSSKeyframeRule: requireCSSKeyframeRule$1().CSSKeyframeRule};
118876
+ CSSKeyframeRule: requireCSSKeyframeRule$1().CSSKeyframeRule,
118877
+ CSSLayerBlockRule: requireCSSLayerBlockRule().CSSLayerBlockRule
118878
+ };
118862
118879
  ///CommonJS
118863
118880
  /**
118864
118881
  * Produces a deep copy of stylesheet — the instance variables of stylesheet are copied recursively.
118865
118882
  * @param {CSSStyleSheet|CSSOM.CSSStyleSheet} stylesheet
118866
118883
  * @nosideeffects
118867
118884
  * @return {CSSOM.CSSStyleSheet}
118868
- */ CSSOM$d.clone = function clone(stylesheet) {
118869
- var cloned = new CSSOM$d.CSSStyleSheet();
118885
+ */ CSSOM$c.clone = function clone(stylesheet) {
118886
+ var cloned = new CSSOM$c.CSSStyleSheet();
118870
118887
  var rules = stylesheet.cssRules;
118871
118888
  if (!rules) {
118872
118889
  return cloned;
@@ -118876,7 +118893,7 @@ var CSSOM$d = {
118876
118893
  var ruleClone = cloned.cssRules[i] = new rule.constructor();
118877
118894
  var style = rule.style;
118878
118895
  if (style) {
118879
- var styleClone = ruleClone.style = new CSSOM$d.CSSStyleDeclaration();
118896
+ var styleClone = ruleClone.style = new CSSOM$c.CSSStyleDeclaration();
118880
118897
  for(var j = 0, styleLength = style.length; j < styleLength; j++){
118881
118898
  var name = styleClone[j] = style[j];
118882
118899
  styleClone[name] = style[name];
@@ -118906,7 +118923,7 @@ var CSSOM$d = {
118906
118923
  return cloned;
118907
118924
  };
118908
118925
  //.CommonJS
118909
- clone$1.clone = CSSOM$d.clone; ///CommonJS
118926
+ clone$1.clone = CSSOM$c.clone; ///CommonJS
118910
118927
 
118911
118928
  lib$1.CSSStyleDeclaration = requireCSSStyleDeclaration$1().CSSStyleDeclaration;
118912
118929
  lib$1.CSSRule = CSSRule$1.CSSRule;
@@ -118917,7 +118934,7 @@ lib$1.MediaList = MediaList$1.MediaList;
118917
118934
  lib$1.CSSMediaRule = requireCSSMediaRule$1().CSSMediaRule;
118918
118935
  lib$1.CSSContainerRule = requireCSSContainerRule$1().CSSContainerRule;
118919
118936
  lib$1.CSSSupportsRule = requireCSSSupportsRule$1().CSSSupportsRule;
118920
- lib$1.CSSImportRule = requireCSSImportRule().CSSImportRule;
118937
+ lib$1.CSSImportRule = requireCSSImportRule$1().CSSImportRule;
118921
118938
  lib$1.CSSFontFaceRule = requireCSSFontFaceRule$1().CSSFontFaceRule;
118922
118939
  lib$1.CSSHostRule = CSSHostRule$1.CSSHostRule;
118923
118940
  lib$1.CSSStartingStyleRule = CSSStartingStyleRule$1.CSSStartingStyleRule;
@@ -118929,7 +118946,7 @@ lib$1.MatcherList = MatcherList$1.MatcherList;
118929
118946
  lib$1.CSSDocumentRule = CSSDocumentRule$1.CSSDocumentRule;
118930
118947
  lib$1.CSSValue = CSSValue$1.CSSValue;
118931
118948
  lib$1.CSSValueExpression = CSSValueExpression$1.CSSValueExpression;
118932
- lib$1.CSSLayerBlockRule = CSSLayerBlockRule.CSSLayerBlockRule;
118949
+ lib$1.CSSLayerBlockRule = requireCSSLayerBlockRule().CSSLayerBlockRule;
118933
118950
  lib$1.parse = requireParse$1().parse;
118934
118951
  lib$1.clone = clone$1.clone;
118935
118952
 
@@ -142527,7 +142544,7 @@ function _unsupported_iterable_to_array$a(o, minLen) {
142527
142544
  if (n === "Map" || n === "Set") return Array.from(n);
142528
142545
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$a(o, minLen);
142529
142546
  }
142530
- var CSSOM$c = lib$1;
142547
+ var CSSOM$b = lib$1;
142531
142548
  var allExtraProperties = allExtraProperties$1;
142532
142549
  var allProperties = allProperties$1;
142533
142550
  var implementedProperties = implementedProperties$1;
@@ -142660,7 +142677,7 @@ var asciiLowercase = strings$1.asciiLowercase;
142660
142677
  this._setInProgress = true;
142661
142678
  var dummyRule;
142662
142679
  try {
142663
- dummyRule = CSSOM$c.parse("#bogus{".concat(value, "}")).cssRules[0].style;
142680
+ dummyRule = CSSOM$b.parse("#bogus{".concat(value, "}")).cssRules[0].style;
142664
142681
  } catch (e) {
142665
142682
  // Malformed css, just return.
142666
142683
  return;
@@ -143254,56 +143271,56 @@ var CSSStyleSheet = {};
143254
143271
  var StyleSheet = {};
143255
143272
 
143256
143273
  //.CommonJS
143257
- var CSSOM$b = {};
143274
+ var CSSOM$a = {};
143258
143275
  ///CommonJS
143259
143276
  /**
143260
143277
  * @constructor
143261
143278
  * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
143262
- */ CSSOM$b.StyleSheet = function StyleSheet() {
143279
+ */ CSSOM$a.StyleSheet = function StyleSheet() {
143263
143280
  this.parentStyleSheet = null;
143264
143281
  };
143265
143282
  //.CommonJS
143266
- StyleSheet.StyleSheet = CSSOM$b.StyleSheet; ///CommonJS
143283
+ StyleSheet.StyleSheet = CSSOM$a.StyleSheet; ///CommonJS
143267
143284
 
143268
143285
  var CSSStyleRule = {};
143269
143286
 
143270
143287
  var CSSRule = {};
143271
143288
 
143272
143289
  //.CommonJS
143273
- var CSSOM$a = {};
143290
+ var CSSOM$9 = {};
143274
143291
  ///CommonJS
143275
143292
  /**
143276
143293
  * @constructor
143277
143294
  * @see http://dev.w3.org/csswg/cssom/#the-cssrule-interface
143278
143295
  * @see http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRule
143279
- */ CSSOM$a.CSSRule = function CSSRule() {
143296
+ */ CSSOM$9.CSSRule = function CSSRule() {
143280
143297
  this.parentRule = null;
143281
143298
  this.parentStyleSheet = null;
143282
143299
  };
143283
- CSSOM$a.CSSRule.UNKNOWN_RULE = 0; // obsolete
143284
- CSSOM$a.CSSRule.STYLE_RULE = 1;
143285
- CSSOM$a.CSSRule.CHARSET_RULE = 2; // obsolete
143286
- CSSOM$a.CSSRule.IMPORT_RULE = 3;
143287
- CSSOM$a.CSSRule.MEDIA_RULE = 4;
143288
- CSSOM$a.CSSRule.FONT_FACE_RULE = 5;
143289
- CSSOM$a.CSSRule.PAGE_RULE = 6;
143290
- CSSOM$a.CSSRule.KEYFRAMES_RULE = 7;
143291
- CSSOM$a.CSSRule.KEYFRAME_RULE = 8;
143292
- CSSOM$a.CSSRule.MARGIN_RULE = 9;
143293
- CSSOM$a.CSSRule.NAMESPACE_RULE = 10;
143294
- CSSOM$a.CSSRule.COUNTER_STYLE_RULE = 11;
143295
- CSSOM$a.CSSRule.SUPPORTS_RULE = 12;
143296
- CSSOM$a.CSSRule.DOCUMENT_RULE = 13;
143297
- CSSOM$a.CSSRule.FONT_FEATURE_VALUES_RULE = 14;
143298
- CSSOM$a.CSSRule.VIEWPORT_RULE = 15;
143299
- CSSOM$a.CSSRule.REGION_STYLE_RULE = 16;
143300
- CSSOM$a.CSSRule.CONTAINER_RULE = 17;
143301
- CSSOM$a.CSSRule.STARTING_STYLE_RULE = 1002;
143302
- CSSOM$a.CSSRule.prototype = {
143303
- constructor: CSSOM$a.CSSRule
143300
+ CSSOM$9.CSSRule.UNKNOWN_RULE = 0; // obsolete
143301
+ CSSOM$9.CSSRule.STYLE_RULE = 1;
143302
+ CSSOM$9.CSSRule.CHARSET_RULE = 2; // obsolete
143303
+ CSSOM$9.CSSRule.IMPORT_RULE = 3;
143304
+ CSSOM$9.CSSRule.MEDIA_RULE = 4;
143305
+ CSSOM$9.CSSRule.FONT_FACE_RULE = 5;
143306
+ CSSOM$9.CSSRule.PAGE_RULE = 6;
143307
+ CSSOM$9.CSSRule.KEYFRAMES_RULE = 7;
143308
+ CSSOM$9.CSSRule.KEYFRAME_RULE = 8;
143309
+ CSSOM$9.CSSRule.MARGIN_RULE = 9;
143310
+ CSSOM$9.CSSRule.NAMESPACE_RULE = 10;
143311
+ CSSOM$9.CSSRule.COUNTER_STYLE_RULE = 11;
143312
+ CSSOM$9.CSSRule.SUPPORTS_RULE = 12;
143313
+ CSSOM$9.CSSRule.DOCUMENT_RULE = 13;
143314
+ CSSOM$9.CSSRule.FONT_FEATURE_VALUES_RULE = 14;
143315
+ CSSOM$9.CSSRule.VIEWPORT_RULE = 15;
143316
+ CSSOM$9.CSSRule.REGION_STYLE_RULE = 16;
143317
+ CSSOM$9.CSSRule.CONTAINER_RULE = 17;
143318
+ CSSOM$9.CSSRule.STARTING_STYLE_RULE = 1002;
143319
+ CSSOM$9.CSSRule.prototype = {
143320
+ constructor: CSSOM$9.CSSRule
143304
143321
  };
143305
143322
  //.CommonJS
143306
- CSSRule.CSSRule = CSSOM$a.CSSRule; ///CommonJS
143323
+ CSSRule.CSSRule = CSSOM$9.CSSRule; ///CommonJS
143307
143324
 
143308
143325
  var hasRequiredCSSStyleRule;
143309
143326
 
@@ -143560,16 +143577,16 @@ var CSSImportRule = {};
143560
143577
  var MediaList = {};
143561
143578
 
143562
143579
  //.CommonJS
143563
- var CSSOM$9 = {};
143580
+ var CSSOM$8 = {};
143564
143581
  ///CommonJS
143565
143582
  /**
143566
143583
  * @constructor
143567
143584
  * @see http://dev.w3.org/csswg/cssom/#the-medialist-interface
143568
- */ CSSOM$9.MediaList = function MediaList() {
143585
+ */ CSSOM$8.MediaList = function MediaList() {
143569
143586
  this.length = 0;
143570
143587
  };
143571
- CSSOM$9.MediaList.prototype = {
143572
- constructor: CSSOM$9.MediaList,
143588
+ CSSOM$8.MediaList.prototype = {
143589
+ constructor: CSSOM$8.MediaList,
143573
143590
  /**
143574
143591
  * @return {string}
143575
143592
  */ get mediaText () {
@@ -143602,122 +143619,129 @@ CSSOM$9.MediaList.prototype = {
143602
143619
  }
143603
143620
  };
143604
143621
  //.CommonJS
143605
- MediaList.MediaList = CSSOM$9.MediaList; ///CommonJS
143622
+ MediaList.MediaList = CSSOM$8.MediaList; ///CommonJS
143606
143623
 
143607
- //.CommonJS
143608
- var CSSOM$8 = {
143609
- CSSRule: CSSRule.CSSRule,
143610
- CSSStyleSheet: requireCSSStyleSheet().CSSStyleSheet,
143611
- MediaList: MediaList.MediaList
143612
- };
143613
- ///CommonJS
143614
- /**
143615
- * @constructor
143616
- * @see http://dev.w3.org/csswg/cssom/#cssimportrule
143617
- * @see http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRule
143618
- */ CSSOM$8.CSSImportRule = function CSSImportRule() {
143619
- CSSOM$8.CSSRule.call(this);
143620
- this.href = "";
143621
- this.media = new CSSOM$8.MediaList();
143622
- this.styleSheet = new CSSOM$8.CSSStyleSheet();
143623
- };
143624
- CSSOM$8.CSSImportRule.prototype = new CSSOM$8.CSSRule();
143625
- CSSOM$8.CSSImportRule.prototype.constructor = CSSOM$8.CSSImportRule;
143626
- CSSOM$8.CSSImportRule.prototype.type = 3;
143627
- Object.defineProperty(CSSOM$8.CSSImportRule.prototype, "cssText", {
143628
- get: function get() {
143629
- var mediaText = this.media.mediaText;
143630
- return "@import url(" + this.href + ")" + (mediaText ? " " + mediaText : "") + ";";
143631
- },
143632
- set: function set(cssText) {
143633
- var i = 0;
143634
- /**
143635
- * @import url(partial.css) screen, handheld;
143636
- * || |
143637
- * after-import media
143638
- * |
143639
- * url
143640
- */ var state = '';
143641
- var buffer = '';
143642
- var index;
143643
- for(var character; character = cssText.charAt(i); i++){
143644
- switch(character){
143645
- case ' ':
143646
- case '\t':
143647
- case '\r':
143648
- case '\n':
143649
- case '\f':
143650
- if (state === 'after-import') {
143651
- state = 'url';
143652
- } else {
143653
- buffer += character;
143654
- }
143655
- break;
143656
- case '@':
143657
- if (!state && cssText.indexOf('@import', i) === i) {
143658
- state = 'after-import';
143659
- i += 'import'.length;
143660
- buffer = '';
143661
- }
143662
- break;
143663
- case 'u':
143664
- if (state === 'url' && cssText.indexOf('url(', i) === i) {
143665
- index = cssText.indexOf(')', i + 1);
143666
- if (index === -1) {
143667
- throw i + ': ")" not found';
143668
- }
143669
- i += 'url('.length;
143670
- var url = cssText.slice(i, index);
143671
- if (url[0] === url[url.length - 1]) {
143672
- if (url[0] === '"' || url[0] === "'") {
143673
- url = url.slice(1, -1);
143674
- }
143675
- }
143676
- this.href = url;
143677
- i = index;
143678
- state = 'media';
143679
- }
143680
- break;
143681
- case '"':
143682
- if (state === 'url') {
143683
- index = cssText.indexOf('"', i + 1);
143684
- if (!index) {
143685
- throw i + ": '\"' not found";
143686
- }
143687
- this.href = cssText.slice(i + 1, index);
143688
- i = index;
143689
- state = 'media';
143690
- }
143691
- break;
143692
- case "'":
143693
- if (state === 'url') {
143694
- index = cssText.indexOf("'", i + 1);
143695
- if (!index) {
143696
- throw i + ': "\'" not found';
143697
- }
143698
- this.href = cssText.slice(i + 1, index);
143699
- i = index;
143700
- state = 'media';
143701
- }
143702
- break;
143703
- case ';':
143704
- if (state === 'media') {
143705
- if (buffer) {
143706
- this.media.mediaText = buffer.trim();
143707
- }
143708
- }
143709
- break;
143710
- default:
143711
- if (state === 'media') {
143712
- buffer += character;
143713
- }
143714
- break;
143715
- }
143716
- }
143717
- }
143718
- });
143719
- //.CommonJS
143720
- CSSImportRule.CSSImportRule = CSSOM$8.CSSImportRule; ///CommonJS
143624
+ var hasRequiredCSSImportRule;
143625
+
143626
+ function requireCSSImportRule () {
143627
+ if (hasRequiredCSSImportRule) return CSSImportRule;
143628
+ hasRequiredCSSImportRule = 1;
143629
+ //.CommonJS
143630
+ var CSSOM = {
143631
+ CSSRule: CSSRule.CSSRule,
143632
+ CSSStyleSheet: requireCSSStyleSheet().CSSStyleSheet,
143633
+ MediaList: MediaList.MediaList
143634
+ };
143635
+ ///CommonJS
143636
+ /**
143637
+ * @constructor
143638
+ * @see http://dev.w3.org/csswg/cssom/#cssimportrule
143639
+ * @see http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSImportRule
143640
+ */ CSSOM.CSSImportRule = function CSSImportRule() {
143641
+ CSSOM.CSSRule.call(this);
143642
+ this.href = "";
143643
+ this.media = new CSSOM.MediaList();
143644
+ this.styleSheet = new CSSOM.CSSStyleSheet();
143645
+ };
143646
+ CSSOM.CSSImportRule.prototype = new CSSOM.CSSRule();
143647
+ CSSOM.CSSImportRule.prototype.constructor = CSSOM.CSSImportRule;
143648
+ CSSOM.CSSImportRule.prototype.type = 3;
143649
+ Object.defineProperty(CSSOM.CSSImportRule.prototype, "cssText", {
143650
+ get: function get() {
143651
+ var mediaText = this.media.mediaText;
143652
+ return "@import url(" + this.href + ")" + (mediaText ? " " + mediaText : "") + ";";
143653
+ },
143654
+ set: function set(cssText) {
143655
+ var i = 0;
143656
+ /**
143657
+ * @import url(partial.css) screen, handheld;
143658
+ * || |
143659
+ * after-import media
143660
+ * |
143661
+ * url
143662
+ */ var state = '';
143663
+ var buffer = '';
143664
+ var index;
143665
+ for(var character; character = cssText.charAt(i); i++){
143666
+ switch(character){
143667
+ case ' ':
143668
+ case '\t':
143669
+ case '\r':
143670
+ case '\n':
143671
+ case '\f':
143672
+ if (state === 'after-import') {
143673
+ state = 'url';
143674
+ } else {
143675
+ buffer += character;
143676
+ }
143677
+ break;
143678
+ case '@':
143679
+ if (!state && cssText.indexOf('@import', i) === i) {
143680
+ state = 'after-import';
143681
+ i += 'import'.length;
143682
+ buffer = '';
143683
+ }
143684
+ break;
143685
+ case 'u':
143686
+ if (state === 'url' && cssText.indexOf('url(', i) === i) {
143687
+ index = cssText.indexOf(')', i + 1);
143688
+ if (index === -1) {
143689
+ throw i + ': ")" not found';
143690
+ }
143691
+ i += 'url('.length;
143692
+ var url = cssText.slice(i, index);
143693
+ if (url[0] === url[url.length - 1]) {
143694
+ if (url[0] === '"' || url[0] === "'") {
143695
+ url = url.slice(1, -1);
143696
+ }
143697
+ }
143698
+ this.href = url;
143699
+ i = index;
143700
+ state = 'media';
143701
+ }
143702
+ break;
143703
+ case '"':
143704
+ if (state === 'url') {
143705
+ index = cssText.indexOf('"', i + 1);
143706
+ if (!index) {
143707
+ throw i + ": '\"' not found";
143708
+ }
143709
+ this.href = cssText.slice(i + 1, index);
143710
+ i = index;
143711
+ state = 'media';
143712
+ }
143713
+ break;
143714
+ case "'":
143715
+ if (state === 'url') {
143716
+ index = cssText.indexOf("'", i + 1);
143717
+ if (!index) {
143718
+ throw i + ': "\'" not found';
143719
+ }
143720
+ this.href = cssText.slice(i + 1, index);
143721
+ i = index;
143722
+ state = 'media';
143723
+ }
143724
+ break;
143725
+ case ';':
143726
+ if (state === 'media') {
143727
+ if (buffer) {
143728
+ this.media.mediaText = buffer.trim();
143729
+ }
143730
+ }
143731
+ break;
143732
+ default:
143733
+ if (state === 'media') {
143734
+ buffer += character;
143735
+ }
143736
+ break;
143737
+ }
143738
+ }
143739
+ }
143740
+ });
143741
+ //.CommonJS
143742
+ CSSImportRule.CSSImportRule = CSSOM.CSSImportRule; ///CommonJS
143743
+ return CSSImportRule;
143744
+ }
143721
143745
 
143722
143746
  var CSSGroupingRule = {};
143723
143747
 
@@ -144965,7 +144989,7 @@ function requireParse () {
144965
144989
  // The following modules cannot be included sooner due to the mutual dependency with parse.js
144966
144990
  CSSOM.CSSStyleSheet = requireCSSStyleSheet().CSSStyleSheet;
144967
144991
  CSSOM.CSSStyleRule = requireCSSStyleRule().CSSStyleRule;
144968
- CSSOM.CSSImportRule = CSSImportRule.CSSImportRule;
144992
+ CSSOM.CSSImportRule = requireCSSImportRule().CSSImportRule;
144969
144993
  CSSOM.CSSGroupingRule = requireCSSGroupingRule().CSSGroupingRule;
144970
144994
  CSSOM.CSSMediaRule = requireCSSMediaRule().CSSMediaRule;
144971
144995
  CSSOM.CSSContainerRule = requireCSSContainerRule().CSSContainerRule;
@@ -145178,7 +145202,7 @@ lib.MediaList = MediaList.MediaList;
145178
145202
  lib.CSSMediaRule = requireCSSMediaRule().CSSMediaRule;
145179
145203
  lib.CSSContainerRule = requireCSSContainerRule().CSSContainerRule;
145180
145204
  lib.CSSSupportsRule = requireCSSSupportsRule().CSSSupportsRule;
145181
- lib.CSSImportRule = CSSImportRule.CSSImportRule;
145205
+ lib.CSSImportRule = requireCSSImportRule().CSSImportRule;
145182
145206
  lib.CSSFontFaceRule = requireCSSFontFaceRule().CSSFontFaceRule;
145183
145207
  lib.CSSHostRule = CSSHostRule.CSSHostRule;
145184
145208
  lib.CSSStartingStyleRule = CSSStartingStyleRule.CSSStartingStyleRule;
@@ -150260,66 +150284,58 @@ internalConstants.cloningSteps = Symbol("cloning steps");
150260
150284
  * This SymbolTree is used to build the tree for all Node in a document
150261
150285
  */ internalConstants.domSymbolTree = new SymbolTree("DOM SymbolTree");
150262
150286
 
150263
- var node$2;
150264
- var hasRequiredNode$3;
150265
-
150266
- function requireNode$3 () {
150267
- if (hasRequiredNode$3) return node$2;
150268
- hasRequiredNode$3 = 1;
150269
- var NODE_TYPE = nodeType;
150270
- var domSymbolTree = internalConstants.domSymbolTree;
150271
- // https://dom.spec.whatwg.org/#concept-node-length
150272
- function nodeLength(node) {
150273
- switch(node.nodeType){
150274
- case NODE_TYPE.DOCUMENT_TYPE_NODE:
150275
- return 0;
150276
- case NODE_TYPE.TEXT_NODE:
150277
- case NODE_TYPE.PROCESSING_INSTRUCTION_NODE:
150278
- case NODE_TYPE.COMMENT_NODE:
150279
- return node.data.length;
150280
- default:
150281
- return domSymbolTree.childrenCount(node);
150282
- }
150283
- }
150284
- // https://dom.spec.whatwg.org/#concept-tree-root
150285
- function nodeRoot(node) {
150286
- while(domSymbolTree.parent(node)){
150287
- node = domSymbolTree.parent(node);
150288
- }
150289
- return node;
150290
- }
150291
- // https://dom.spec.whatwg.org/#concept-tree-inclusive-ancestor
150292
- function isInclusiveAncestor(ancestorNode, node) {
150293
- while(node){
150294
- if (ancestorNode === node) {
150295
- return true;
150296
- }
150297
- node = domSymbolTree.parent(node);
150298
- }
150299
- return false;
150300
- }
150301
- // https://dom.spec.whatwg.org/#concept-tree-following
150302
- function isFollowing(nodeA, nodeB) {
150303
- if (nodeA === nodeB) {
150304
- return false;
150305
- }
150306
- var current = nodeB;
150307
- while(current){
150308
- if (current === nodeA) {
150309
- return true;
150310
- }
150311
- current = domSymbolTree.following(current);
150312
- }
150313
- return false;
150314
- }
150315
- node$2 = {
150316
- nodeLength: nodeLength,
150317
- nodeRoot: nodeRoot,
150318
- isInclusiveAncestor: isInclusiveAncestor,
150319
- isFollowing: isFollowing
150320
- };
150321
- return node$2;
150287
+ var NODE_TYPE$4 = nodeType;
150288
+ var domSymbolTree$4 = internalConstants.domSymbolTree;
150289
+ // https://dom.spec.whatwg.org/#concept-node-length
150290
+ function nodeLength(node) {
150291
+ switch(node.nodeType){
150292
+ case NODE_TYPE$4.DOCUMENT_TYPE_NODE:
150293
+ return 0;
150294
+ case NODE_TYPE$4.TEXT_NODE:
150295
+ case NODE_TYPE$4.PROCESSING_INSTRUCTION_NODE:
150296
+ case NODE_TYPE$4.COMMENT_NODE:
150297
+ return node.data.length;
150298
+ default:
150299
+ return domSymbolTree$4.childrenCount(node);
150300
+ }
150301
+ }
150302
+ // https://dom.spec.whatwg.org/#concept-tree-root
150303
+ function nodeRoot$1(node) {
150304
+ while(domSymbolTree$4.parent(node)){
150305
+ node = domSymbolTree$4.parent(node);
150306
+ }
150307
+ return node;
150322
150308
  }
150309
+ // https://dom.spec.whatwg.org/#concept-tree-inclusive-ancestor
150310
+ function isInclusiveAncestor(ancestorNode, node) {
150311
+ while(node){
150312
+ if (ancestorNode === node) {
150313
+ return true;
150314
+ }
150315
+ node = domSymbolTree$4.parent(node);
150316
+ }
150317
+ return false;
150318
+ }
150319
+ // https://dom.spec.whatwg.org/#concept-tree-following
150320
+ function isFollowing(nodeA, nodeB) {
150321
+ if (nodeA === nodeB) {
150322
+ return false;
150323
+ }
150324
+ var current = nodeB;
150325
+ while(current){
150326
+ if (current === nodeA) {
150327
+ return true;
150328
+ }
150329
+ current = domSymbolTree$4.following(current);
150330
+ }
150331
+ return false;
150332
+ }
150333
+ var node$2 = {
150334
+ nodeLength: nodeLength,
150335
+ nodeRoot: nodeRoot$1,
150336
+ isInclusiveAncestor: isInclusiveAncestor,
150337
+ isFollowing: isFollowing
150338
+ };
150323
150339
 
150324
150340
  var namespaces = {};
150325
150341
 
@@ -151649,7 +151665,7 @@ function _ts_values(o) {
151649
151665
  throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
151650
151666
  }
151651
151667
  var NODE_TYPE$3 = nodeType;
151652
- var nodeRoot = requireNode$3().nodeRoot;
151668
+ var nodeRoot = node$2.nodeRoot;
151653
151669
  var HTML_NS$1 = namespaces.HTML_NS;
151654
151670
  var domSymbolTree$2 = internalConstants.domSymbolTree;
151655
151671
  var _require$9 = mutationObservers, signalSlotList = _require$9.signalSlotList, queueMutationObserverMicrotask = _require$9.queueMutationObserverMicrotask;
@@ -154311,7 +154327,7 @@ function requireEventTargetImpl () {
154311
154327
  var DOMException = DOMException$3;
154312
154328
  var reportException = runtimeScriptErrors;
154313
154329
  var idlUtils = utilsExports;
154314
- var nodeRoot = requireNode$3().nodeRoot;
154330
+ var nodeRoot = node$2.nodeRoot;
154315
154331
  var _require = shadowDom, isNode = _require.isNode, isShadowRoot = _require.isShadowRoot, isSlotable = _require.isSlotable, getEventTargetParent = _require.getEventTargetParent, isShadowInclusiveAncestor = _require.isShadowInclusiveAncestor, retarget = _require.retarget;
154316
154332
  var MouseEvent = requireMouseEvent();
154317
154333
  var EVENT_PHASE = {
@@ -161216,7 +161232,7 @@ function requireNodeImpl () {
161216
161232
  var _require = requireNode$2(), clone = _require.clone, locateNamespacePrefix = _require.locateNamespacePrefix, locateNamespace = _require.locateNamespace;
161217
161233
  var setAnExistingAttributeValue = attributes$1.setAnExistingAttributeValue;
161218
161234
  var NodeList$1 = NodeList;
161219
- var _require1 = requireNode$3(), nodeRoot = _require1.nodeRoot, nodeLength = _require1.nodeLength, isInclusiveAncestor = _require1.isInclusiveAncestor;
161235
+ var _require1 = node$2, nodeRoot = _require1.nodeRoot, nodeLength = _require1.nodeLength, isInclusiveAncestor = _require1.isInclusiveAncestor;
161220
161236
  var domSymbolTree = internalConstants.domSymbolTree;
161221
161237
  var documentBaseURLSerialized = documentBaseUrl.documentBaseURLSerialized;
161222
161238
  var queueTreeMutationRecord = mutationObservers.queueTreeMutationRecord;
@@ -185208,7 +185224,7 @@ function requireDocumentOrShadowRootImpl () {
185208
185224
  return Constructor;
185209
185225
  }
185210
185226
  var NODE_TYPE = nodeType;
185211
- var nodeRoot = requireNode$3().nodeRoot;
185227
+ var nodeRoot = node$2.nodeRoot;
185212
185228
  var retarget = shadowDom.retarget;
185213
185229
  var DocumentOrShadowRootImpl = /*#__PURE__*/ function() {
185214
185230
  function DocumentOrShadowRootImpl() {
@@ -185380,7 +185396,7 @@ function requireShadowRootImpl () {
185380
185396
  return _possible_constructor_return(this, result);
185381
185397
  };
185382
185398
  }
185383
- var nodeRoot = requireNode$3().nodeRoot;
185399
+ var nodeRoot = node$2.nodeRoot;
185384
185400
  var mixin = utils$7.mixin;
185385
185401
  var DocumentFragment = requireDocumentFragmentImpl().implementation;
185386
185402
  var DocumentOrShadowRootImpl = requireDocumentOrShadowRootImpl().implementation;
@@ -201116,7 +201132,7 @@ function requireBoundaryPoint () {
201116
201132
  if (hasRequiredBoundaryPoint) return boundaryPoint;
201117
201133
  hasRequiredBoundaryPoint = 1;
201118
201134
  var domSymbolTree = internalConstants.domSymbolTree;
201119
- var _require = requireNode$3(), nodeRoot = _require.nodeRoot, isFollowing = _require.isFollowing, isInclusiveAncestor = _require.isInclusiveAncestor;
201135
+ var _require = node$2, nodeRoot = _require.nodeRoot, isFollowing = _require.isFollowing, isInclusiveAncestor = _require.isInclusiveAncestor;
201120
201136
  // Returns 0 if equal, +1 for after and -1 for before
201121
201137
  // https://dom.spec.whatwg.org/#concept-range-bp-after
201122
201138
  function compareBoundaryPointsPosition(bpA, bpB) {
@@ -201250,7 +201266,7 @@ function requireRangeImpl () {
201250
201266
  var HTML_NS = namespaces.HTML_NS;
201251
201267
  var domSymbolTree = internalConstants.domSymbolTree;
201252
201268
  var compareBoundaryPointsPosition = requireBoundaryPoint().compareBoundaryPointsPosition;
201253
- var _require = requireNode$3(), nodeRoot = _require.nodeRoot, nodeLength = _require.nodeLength, isInclusiveAncestor = _require.isInclusiveAncestor;
201269
+ var _require = node$2, nodeRoot = _require.nodeRoot, nodeLength = _require.nodeLength, isInclusiveAncestor = _require.isInclusiveAncestor;
201254
201270
  var createElement = requireCreateElement().createElement;
201255
201271
  var AbstractRangeImpl = requireAbstractRangeImpl().implementation;
201256
201272
  var Range = requireRange$1();
@@ -243497,7 +243513,7 @@ function requireHTMLLabelElementImpl () {
243497
243513
  var domSymbolTree = internalConstants.domSymbolTree;
243498
243514
  var NODE_TYPE = nodeType;
243499
243515
  var _require = requireFormControls(), isLabelable = _require.isLabelable, isDisabled = _require.isDisabled, isInteractiveContent = _require.isInteractiveContent;
243500
- var isInclusiveAncestor = requireNode$3().isInclusiveAncestor;
243516
+ var isInclusiveAncestor = node$2.isInclusiveAncestor;
243501
243517
  var fireAnEvent = events$2.fireAnEvent;
243502
243518
  function sendClickToAssociatedNode(node) {
243503
243519
  fireAnEvent("click", node, MouseEvent, {
@@ -252421,7 +252437,7 @@ function requireHTMLSlotElementImpl () {
252421
252437
  var idlUtils = utilsExports;
252422
252438
  var HTMLElement = requireHTMLElement();
252423
252439
  var HTMLElementImpl = requireHTMLElementImpl().implementation;
252424
- var nodeRoot = requireNode$3().nodeRoot;
252440
+ var nodeRoot = node$2.nodeRoot;
252425
252441
  var _require = shadowDom, assignSlotableForTree = _require.assignSlotableForTree, findFlattenedSlotables = _require.findFlattenedSlotables;
252426
252442
  var HTMLSlotElementImpl = /*#__PURE__*/ function(HTMLElementImpl) {
252427
252443
  _inherits(HTMLSlotElementImpl, HTMLElementImpl);
@@ -309909,7 +309925,7 @@ function requireSelectionImpl () {
309909
309925
  }
309910
309926
  var DOMException = DOMException$3;
309911
309927
  var NODE_TYPE = nodeType;
309912
- var _require = requireNode$3(), nodeLength = _require.nodeLength, nodeRoot = _require.nodeRoot;
309928
+ var _require = node$2, nodeLength = _require.nodeLength, nodeRoot = _require.nodeRoot;
309913
309929
  var domSymbolTree = internalConstants.domSymbolTree;
309914
309930
  var compareBoundaryPointsPosition = requireBoundaryPoint().compareBoundaryPointsPosition;
309915
309931
  var _require1 = requireRangeImpl(), setBoundaryPointStart = _require1.setBoundaryPointStart, setBoundaryPointEnd = _require1.setBoundaryPointEnd;