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