@teselagen/ui 0.3.65 → 0.3.67
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/index.cjs.js +173 -175
- package/index.es.js +173 -175
- package/package.json +1 -1
- package/src/FormComponents/tryToMatchSchemas.js +20 -3
package/index.es.js
CHANGED
|
@@ -2819,7 +2819,7 @@ var followCursor = {
|
|
|
2819
2819
|
}
|
|
2820
2820
|
}
|
|
2821
2821
|
__name(onMouseMove, "onMouseMove");
|
|
2822
|
-
function
|
|
2822
|
+
function create6() {
|
|
2823
2823
|
if (instance.props.followCursor) {
|
|
2824
2824
|
activeInstances.push({
|
|
2825
2825
|
instance,
|
|
@@ -2828,7 +2828,7 @@ var followCursor = {
|
|
|
2828
2828
|
addMouseCoordsListener(doc);
|
|
2829
2829
|
}
|
|
2830
2830
|
}
|
|
2831
|
-
__name(
|
|
2831
|
+
__name(create6, "create");
|
|
2832
2832
|
function destroy2() {
|
|
2833
2833
|
activeInstances = activeInstances.filter(function(data) {
|
|
2834
2834
|
return data.instance !== instance;
|
|
@@ -2841,7 +2841,7 @@ var followCursor = {
|
|
|
2841
2841
|
}
|
|
2842
2842
|
__name(destroy2, "destroy");
|
|
2843
2843
|
return {
|
|
2844
|
-
onCreate:
|
|
2844
|
+
onCreate: create6,
|
|
2845
2845
|
onDestroy: destroy2,
|
|
2846
2846
|
onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
|
|
2847
2847
|
prevProps = instance.props;
|
|
@@ -2854,7 +2854,7 @@ var followCursor = {
|
|
|
2854
2854
|
if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
|
|
2855
2855
|
destroy2();
|
|
2856
2856
|
if (followCursor2) {
|
|
2857
|
-
|
|
2857
|
+
create6();
|
|
2858
2858
|
if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
|
|
2859
2859
|
addListener();
|
|
2860
2860
|
}
|
|
@@ -15133,11 +15133,11 @@ lodash.exports;
|
|
|
15133
15133
|
copyObject2(source, keys3(source), object2, customizer);
|
|
15134
15134
|
});
|
|
15135
15135
|
var at = flatRest(baseAt);
|
|
15136
|
-
function
|
|
15136
|
+
function create6(prototype, properties) {
|
|
15137
15137
|
var result2 = baseCreate2(prototype);
|
|
15138
15138
|
return properties == null ? result2 : baseAssign2(result2, properties);
|
|
15139
15139
|
}
|
|
15140
|
-
__name(
|
|
15140
|
+
__name(create6, "create");
|
|
15141
15141
|
var defaults2 = baseRest2(function(object2, sources) {
|
|
15142
15142
|
object2 = Object2(object2);
|
|
15143
15143
|
var index2 = -1;
|
|
@@ -15962,7 +15962,7 @@ lodash.exports;
|
|
|
15962
15962
|
lodash2.conforms = conforms;
|
|
15963
15963
|
lodash2.constant = constant2;
|
|
15964
15964
|
lodash2.countBy = countBy;
|
|
15965
|
-
lodash2.create =
|
|
15965
|
+
lodash2.create = create6;
|
|
15966
15966
|
lodash2.curry = curry;
|
|
15967
15967
|
lodash2.curryRight = curryRight;
|
|
15968
15968
|
lodash2.debounce = debounce2;
|
|
@@ -16986,17 +16986,17 @@ var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
16986
16986
|
return val;
|
|
16987
16987
|
throw TypeError("Can't convert object to primitive value");
|
|
16988
16988
|
}, "_toPrimitive");
|
|
16989
|
-
var anObject$
|
|
16989
|
+
var anObject$5 = _anObject;
|
|
16990
16990
|
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
16991
16991
|
var toPrimitive$2 = _toPrimitive;
|
|
16992
|
-
var dP$
|
|
16992
|
+
var dP$3 = Object.defineProperty;
|
|
16993
16993
|
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
16994
|
-
anObject$
|
|
16994
|
+
anObject$5(O2);
|
|
16995
16995
|
P2 = toPrimitive$2(P2, true);
|
|
16996
|
-
anObject$
|
|
16996
|
+
anObject$5(Attributes);
|
|
16997
16997
|
if (IE8_DOM_DEFINE$1)
|
|
16998
16998
|
try {
|
|
16999
|
-
return dP$
|
|
16999
|
+
return dP$3(O2, P2, Attributes);
|
|
17000
17000
|
} catch (e2) {
|
|
17001
17001
|
}
|
|
17002
17002
|
if ("get" in Attributes || "set" in Attributes)
|
|
@@ -17013,10 +17013,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
17013
17013
|
value
|
|
17014
17014
|
};
|
|
17015
17015
|
}, "_propertyDesc");
|
|
17016
|
-
var dP$
|
|
17016
|
+
var dP$2 = _objectDp;
|
|
17017
17017
|
var createDesc$3 = _propertyDesc;
|
|
17018
17018
|
var _hide = _descriptors ? function(object2, key, value) {
|
|
17019
|
-
return dP$
|
|
17019
|
+
return dP$2.f(object2, key, createDesc$3(1, value));
|
|
17020
17020
|
} : function(object2, key, value) {
|
|
17021
17021
|
object2[key] = value;
|
|
17022
17022
|
return object2;
|
|
@@ -17030,7 +17030,7 @@ var core$3 = _coreExports;
|
|
|
17030
17030
|
var ctx$1 = _ctx;
|
|
17031
17031
|
var hide$2 = _hide;
|
|
17032
17032
|
var has$b = _has;
|
|
17033
|
-
var PROTOTYPE$
|
|
17033
|
+
var PROTOTYPE$2 = "prototype";
|
|
17034
17034
|
var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
|
|
17035
17035
|
var IS_FORCED = type & $export$8.F;
|
|
17036
17036
|
var IS_GLOBAL = type & $export$8.G;
|
|
@@ -17039,8 +17039,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
|
|
|
17039
17039
|
var IS_BIND = type & $export$8.B;
|
|
17040
17040
|
var IS_WRAP = type & $export$8.W;
|
|
17041
17041
|
var exports2 = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
|
|
17042
|
-
var expProto = exports2[PROTOTYPE$
|
|
17043
|
-
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$
|
|
17042
|
+
var expProto = exports2[PROTOTYPE$2];
|
|
17043
|
+
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
|
|
17044
17044
|
var key, own2, out;
|
|
17045
17045
|
if (IS_GLOBAL)
|
|
17046
17046
|
source = name;
|
|
@@ -17064,7 +17064,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
|
|
|
17064
17064
|
}
|
|
17065
17065
|
return C.apply(this, arguments);
|
|
17066
17066
|
}, "F");
|
|
17067
|
-
F[PROTOTYPE$
|
|
17067
|
+
F[PROTOTYPE$2] = C[PROTOTYPE$2];
|
|
17068
17068
|
return F;
|
|
17069
17069
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
17070
17070
|
if (IS_PROTO) {
|
|
@@ -17178,14 +17178,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
|
|
|
17178
17178
|
var has$a = _has;
|
|
17179
17179
|
var toIObject$4 = _toIobject;
|
|
17180
17180
|
var arrayIndexOf = _arrayIncludes(false);
|
|
17181
|
-
var IE_PROTO$
|
|
17181
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
17182
17182
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
|
|
17183
17183
|
var O2 = toIObject$4(object2);
|
|
17184
17184
|
var i = 0;
|
|
17185
17185
|
var result = [];
|
|
17186
17186
|
var key;
|
|
17187
17187
|
for (key in O2)
|
|
17188
|
-
if (key != IE_PROTO$
|
|
17188
|
+
if (key != IE_PROTO$2)
|
|
17189
17189
|
has$a(O2, key) && result.push(key);
|
|
17190
17190
|
while (names2.length > i)
|
|
17191
17191
|
if (has$a(O2, key = names2[i++])) {
|
|
@@ -17195,9 +17195,9 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
|
|
|
17195
17195
|
}, "_objectKeysInternal");
|
|
17196
17196
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
17197
17197
|
var $keys$3 = _objectKeysInternal;
|
|
17198
|
-
var enumBugKeys = _enumBugKeys;
|
|
17198
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
17199
17199
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
|
|
17200
|
-
return $keys$3(O2, enumBugKeys);
|
|
17200
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
17201
17201
|
}, "keys");
|
|
17202
17202
|
var _objectGops = {};
|
|
17203
17203
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
@@ -17287,28 +17287,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
|
|
|
17287
17287
|
}, "_iterStep");
|
|
17288
17288
|
var _iterators = {};
|
|
17289
17289
|
var _redefine = _hide;
|
|
17290
|
-
var
|
|
17291
|
-
var
|
|
17292
|
-
|
|
17293
|
-
|
|
17294
|
-
|
|
17295
|
-
|
|
17296
|
-
var
|
|
17297
|
-
var
|
|
17298
|
-
var
|
|
17299
|
-
|
|
17300
|
-
|
|
17301
|
-
|
|
17302
|
-
|
|
17303
|
-
var i = 0;
|
|
17304
|
-
var P2;
|
|
17305
|
-
while (length > i)
|
|
17306
|
-
dP2.f(O2, P2 = keys3[i++], Properties[P2]);
|
|
17307
|
-
return O2;
|
|
17308
|
-
}, "defineProperties");
|
|
17309
|
-
return _objectDps;
|
|
17310
|
-
}
|
|
17311
|
-
__name(require_objectDps, "require_objectDps");
|
|
17290
|
+
var dP$1 = _objectDp;
|
|
17291
|
+
var anObject$4 = _anObject;
|
|
17292
|
+
var getKeys$1 = _objectKeys;
|
|
17293
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties) {
|
|
17294
|
+
anObject$4(O2);
|
|
17295
|
+
var keys3 = getKeys$1(Properties);
|
|
17296
|
+
var length = keys3.length;
|
|
17297
|
+
var i = 0;
|
|
17298
|
+
var P2;
|
|
17299
|
+
while (length > i)
|
|
17300
|
+
dP$1.f(O2, P2 = keys3[i++], Properties[P2]);
|
|
17301
|
+
return O2;
|
|
17302
|
+
}, "defineProperties");
|
|
17312
17303
|
var _html;
|
|
17313
17304
|
var hasRequired_html;
|
|
17314
17305
|
function require_html() {
|
|
@@ -17320,51 +17311,42 @@ function require_html() {
|
|
|
17320
17311
|
return _html;
|
|
17321
17312
|
}
|
|
17322
17313
|
__name(require_html, "require_html");
|
|
17323
|
-
var
|
|
17324
|
-
var
|
|
17325
|
-
|
|
17326
|
-
|
|
17327
|
-
|
|
17328
|
-
|
|
17329
|
-
|
|
17330
|
-
|
|
17331
|
-
var
|
|
17332
|
-
var
|
|
17333
|
-
var
|
|
17334
|
-
|
|
17335
|
-
var
|
|
17336
|
-
|
|
17337
|
-
|
|
17338
|
-
|
|
17339
|
-
|
|
17340
|
-
|
|
17341
|
-
|
|
17342
|
-
|
|
17343
|
-
|
|
17344
|
-
|
|
17345
|
-
|
|
17346
|
-
|
|
17347
|
-
|
|
17348
|
-
|
|
17349
|
-
|
|
17350
|
-
|
|
17351
|
-
|
|
17352
|
-
|
|
17353
|
-
|
|
17354
|
-
|
|
17355
|
-
|
|
17356
|
-
|
|
17357
|
-
|
|
17358
|
-
|
|
17359
|
-
Empty[PROTOTYPE2] = null;
|
|
17360
|
-
result[IE_PROTO2] = O2;
|
|
17361
|
-
} else
|
|
17362
|
-
result = createDict();
|
|
17363
|
-
return Properties === void 0 ? result : dPs(result, Properties);
|
|
17364
|
-
}, "create");
|
|
17365
|
-
return _objectCreate;
|
|
17366
|
-
}
|
|
17367
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
17314
|
+
var anObject$3 = _anObject;
|
|
17315
|
+
var dPs = _objectDps;
|
|
17316
|
+
var enumBugKeys = _enumBugKeys;
|
|
17317
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
17318
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
17319
|
+
}, "Empty");
|
|
17320
|
+
var PROTOTYPE$1 = "prototype";
|
|
17321
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
17322
|
+
var iframe = require_domCreate()("iframe");
|
|
17323
|
+
var i = enumBugKeys.length;
|
|
17324
|
+
var lt = "<";
|
|
17325
|
+
var gt = ">";
|
|
17326
|
+
var iframeDocument;
|
|
17327
|
+
iframe.style.display = "none";
|
|
17328
|
+
require_html().appendChild(iframe);
|
|
17329
|
+
iframe.src = "javascript:";
|
|
17330
|
+
iframeDocument = iframe.contentWindow.document;
|
|
17331
|
+
iframeDocument.open();
|
|
17332
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
17333
|
+
iframeDocument.close();
|
|
17334
|
+
createDict = iframeDocument.F;
|
|
17335
|
+
while (i--)
|
|
17336
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i]];
|
|
17337
|
+
return createDict();
|
|
17338
|
+
}, "createDict");
|
|
17339
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create(O2, Properties) {
|
|
17340
|
+
var result;
|
|
17341
|
+
if (O2 !== null) {
|
|
17342
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
17343
|
+
result = new Empty();
|
|
17344
|
+
Empty[PROTOTYPE$1] = null;
|
|
17345
|
+
result[IE_PROTO$1] = O2;
|
|
17346
|
+
} else
|
|
17347
|
+
result = createDict();
|
|
17348
|
+
return Properties === void 0 ? result : dPs(result, Properties);
|
|
17349
|
+
}, "create");
|
|
17368
17350
|
var _wks = { exports: {} };
|
|
17369
17351
|
var store = _sharedExports("wks");
|
|
17370
17352
|
var uid$1 = _uid;
|
|
@@ -17382,7 +17364,7 @@ var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
|
17382
17364
|
if (it && !has$9(it = stat ? it : it.prototype, TAG$1))
|
|
17383
17365
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
17384
17366
|
}, "_setToStringTag");
|
|
17385
|
-
var create$3 =
|
|
17367
|
+
var create$3 = _objectCreate;
|
|
17386
17368
|
var descriptor = _propertyDesc;
|
|
17387
17369
|
var setToStringTag$2 = _setToStringTag;
|
|
17388
17370
|
var IteratorPrototype = {};
|
|
@@ -17790,7 +17772,7 @@ function _interopRequireDefault$e(obj) {
|
|
|
17790
17772
|
}
|
|
17791
17773
|
__name(_interopRequireDefault$e, "_interopRequireDefault$e");
|
|
17792
17774
|
var _default$7 = function() {
|
|
17793
|
-
function
|
|
17775
|
+
function defineProperties3(target, props) {
|
|
17794
17776
|
for (var i = 0; i < props.length; i++) {
|
|
17795
17777
|
var descriptor2 = props[i];
|
|
17796
17778
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -17800,12 +17782,12 @@ var _default$7 = function() {
|
|
|
17800
17782
|
(0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
|
|
17801
17783
|
}
|
|
17802
17784
|
}
|
|
17803
|
-
__name(
|
|
17785
|
+
__name(defineProperties3, "defineProperties");
|
|
17804
17786
|
return function(Constructor, protoProps, staticProps) {
|
|
17805
17787
|
if (protoProps)
|
|
17806
|
-
|
|
17788
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
17807
17789
|
if (staticProps)
|
|
17808
|
-
|
|
17790
|
+
defineProperties3(Constructor, staticProps);
|
|
17809
17791
|
return Constructor;
|
|
17810
17792
|
};
|
|
17811
17793
|
}();
|
|
@@ -17834,23 +17816,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
|
|
|
17834
17816
|
// weak collections IDs
|
|
17835
17817
|
} });
|
|
17836
17818
|
}, "setMeta");
|
|
17837
|
-
var fastKey = /* @__PURE__ */ __name(function(it,
|
|
17819
|
+
var fastKey = /* @__PURE__ */ __name(function(it, create6) {
|
|
17838
17820
|
if (!isObject$c(it))
|
|
17839
17821
|
return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
|
|
17840
17822
|
if (!has$7(it, META$1)) {
|
|
17841
17823
|
if (!isExtensible(it))
|
|
17842
17824
|
return "F";
|
|
17843
|
-
if (!
|
|
17825
|
+
if (!create6)
|
|
17844
17826
|
return "E";
|
|
17845
17827
|
setMeta(it);
|
|
17846
17828
|
}
|
|
17847
17829
|
return it[META$1].i;
|
|
17848
17830
|
}, "fastKey");
|
|
17849
|
-
var getWeak = /* @__PURE__ */ __name(function(it,
|
|
17831
|
+
var getWeak = /* @__PURE__ */ __name(function(it, create6) {
|
|
17850
17832
|
if (!has$7(it, META$1)) {
|
|
17851
17833
|
if (!isExtensible(it))
|
|
17852
17834
|
return true;
|
|
17853
|
-
if (!
|
|
17835
|
+
if (!create6)
|
|
17854
17836
|
return false;
|
|
17855
17837
|
setMeta(it);
|
|
17856
17838
|
}
|
|
@@ -17959,7 +17941,7 @@ var toObject$1 = _toObject;
|
|
|
17959
17941
|
var toIObject = _toIobject;
|
|
17960
17942
|
var toPrimitive = _toPrimitive;
|
|
17961
17943
|
var createDesc = _propertyDesc;
|
|
17962
|
-
var _create$1 =
|
|
17944
|
+
var _create$1 = _objectCreate;
|
|
17963
17945
|
var gOPNExt = _objectGopnExt;
|
|
17964
17946
|
var $GOPD = _objectGopd;
|
|
17965
17947
|
var $GOPS = _objectGops;
|
|
@@ -18026,7 +18008,7 @@ var $defineProperty = /* @__PURE__ */ __name(function defineProperty4(it, key, D
|
|
|
18026
18008
|
}
|
|
18027
18009
|
return dP(it, key, D2);
|
|
18028
18010
|
}, "defineProperty");
|
|
18029
|
-
var $defineProperties = /* @__PURE__ */ __name(function
|
|
18011
|
+
var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
|
|
18030
18012
|
anObject(it);
|
|
18031
18013
|
var keys3 = enumKeys(P2 = toIObject(P2));
|
|
18032
18014
|
var i = 0;
|
|
@@ -18036,7 +18018,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
|
|
|
18036
18018
|
$defineProperty(it, key = keys3[i++], P2[key]);
|
|
18037
18019
|
return it;
|
|
18038
18020
|
}, "defineProperties");
|
|
18039
|
-
var $create = /* @__PURE__ */ __name(function
|
|
18021
|
+
var $create = /* @__PURE__ */ __name(function create2(it, P2) {
|
|
18040
18022
|
return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
|
|
18041
18023
|
}, "create");
|
|
18042
18024
|
var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
|
|
@@ -18266,9 +18248,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
|
|
18266
18248
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
18267
18249
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
18268
18250
|
var $export = _export;
|
|
18269
|
-
$export($export.S, "Object", { create:
|
|
18251
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
18270
18252
|
var $Object$1 = _coreExports.Object;
|
|
18271
|
-
var create$2 = /* @__PURE__ */ __name(function
|
|
18253
|
+
var create$2 = /* @__PURE__ */ __name(function create3(P2, D2) {
|
|
18272
18254
|
return $Object$1.create(P2, D2);
|
|
18273
18255
|
}, "create");
|
|
18274
18256
|
var create$1 = { "default": create$2, __esModule: true };
|
|
@@ -22355,7 +22337,7 @@ function normalizeComponent(Comp) {
|
|
|
22355
22337
|
}
|
|
22356
22338
|
__name(normalizeComponent, "normalizeComponent");
|
|
22357
22339
|
var _createClass$c = function() {
|
|
22358
|
-
function
|
|
22340
|
+
function defineProperties3(target, props) {
|
|
22359
22341
|
for (var i = 0; i < props.length; i++) {
|
|
22360
22342
|
var descriptor2 = props[i];
|
|
22361
22343
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -22365,12 +22347,12 @@ var _createClass$c = function() {
|
|
|
22365
22347
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
22366
22348
|
}
|
|
22367
22349
|
}
|
|
22368
|
-
__name(
|
|
22350
|
+
__name(defineProperties3, "defineProperties");
|
|
22369
22351
|
return function(Constructor, protoProps, staticProps) {
|
|
22370
22352
|
if (protoProps)
|
|
22371
|
-
|
|
22353
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
22372
22354
|
if (staticProps)
|
|
22373
|
-
|
|
22355
|
+
defineProperties3(Constructor, staticProps);
|
|
22374
22356
|
return Constructor;
|
|
22375
22357
|
};
|
|
22376
22358
|
}();
|
|
@@ -22531,7 +22513,7 @@ var _extends$l = Object.assign || function(target) {
|
|
|
22531
22513
|
return target;
|
|
22532
22514
|
};
|
|
22533
22515
|
var _createClass$b = function() {
|
|
22534
|
-
function
|
|
22516
|
+
function defineProperties3(target, props) {
|
|
22535
22517
|
for (var i = 0; i < props.length; i++) {
|
|
22536
22518
|
var descriptor2 = props[i];
|
|
22537
22519
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -22541,12 +22523,12 @@ var _createClass$b = function() {
|
|
|
22541
22523
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
22542
22524
|
}
|
|
22543
22525
|
}
|
|
22544
|
-
__name(
|
|
22526
|
+
__name(defineProperties3, "defineProperties");
|
|
22545
22527
|
return function(Constructor, protoProps, staticProps) {
|
|
22546
22528
|
if (protoProps)
|
|
22547
|
-
|
|
22529
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
22548
22530
|
if (staticProps)
|
|
22549
|
-
|
|
22531
|
+
defineProperties3(Constructor, staticProps);
|
|
22550
22532
|
return Constructor;
|
|
22551
22533
|
};
|
|
22552
22534
|
}();
|
|
@@ -23137,7 +23119,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
|
|
|
23137
23119
|
}(Base);
|
|
23138
23120
|
}, "Methods");
|
|
23139
23121
|
var _createClass$a = function() {
|
|
23140
|
-
function
|
|
23122
|
+
function defineProperties3(target, props) {
|
|
23141
23123
|
for (var i = 0; i < props.length; i++) {
|
|
23142
23124
|
var descriptor2 = props[i];
|
|
23143
23125
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23147,12 +23129,12 @@ var _createClass$a = function() {
|
|
|
23147
23129
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23148
23130
|
}
|
|
23149
23131
|
}
|
|
23150
|
-
__name(
|
|
23132
|
+
__name(defineProperties3, "defineProperties");
|
|
23151
23133
|
return function(Constructor, protoProps, staticProps) {
|
|
23152
23134
|
if (protoProps)
|
|
23153
|
-
|
|
23135
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
23154
23136
|
if (staticProps)
|
|
23155
|
-
|
|
23137
|
+
defineProperties3(Constructor, staticProps);
|
|
23156
23138
|
return Constructor;
|
|
23157
23139
|
};
|
|
23158
23140
|
}();
|
|
@@ -23924,7 +23906,7 @@ var _extends$i = Object.assign || function(target) {
|
|
|
23924
23906
|
return target;
|
|
23925
23907
|
};
|
|
23926
23908
|
var _createClass$9 = function() {
|
|
23927
|
-
function
|
|
23909
|
+
function defineProperties3(target, props) {
|
|
23928
23910
|
for (var i = 0; i < props.length; i++) {
|
|
23929
23911
|
var descriptor2 = props[i];
|
|
23930
23912
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23934,12 +23916,12 @@ var _createClass$9 = function() {
|
|
|
23934
23916
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23935
23917
|
}
|
|
23936
23918
|
}
|
|
23937
|
-
__name(
|
|
23919
|
+
__name(defineProperties3, "defineProperties");
|
|
23938
23920
|
return function(Constructor, protoProps, staticProps) {
|
|
23939
23921
|
if (protoProps)
|
|
23940
|
-
|
|
23922
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
23941
23923
|
if (staticProps)
|
|
23942
|
-
|
|
23924
|
+
defineProperties3(Constructor, staticProps);
|
|
23943
23925
|
return Constructor;
|
|
23944
23926
|
};
|
|
23945
23927
|
}();
|
|
@@ -30263,21 +30245,21 @@ function parse$5(options) {
|
|
|
30263
30245
|
defined: [],
|
|
30264
30246
|
lazy: {},
|
|
30265
30247
|
constructs: constructs2,
|
|
30266
|
-
content:
|
|
30267
|
-
document:
|
|
30268
|
-
flow:
|
|
30269
|
-
string:
|
|
30270
|
-
text:
|
|
30248
|
+
content: create6(content$1),
|
|
30249
|
+
document: create6(document$2),
|
|
30250
|
+
flow: create6(flow$1),
|
|
30251
|
+
string: create6(string$1),
|
|
30252
|
+
text: create6(text$3)
|
|
30271
30253
|
};
|
|
30272
30254
|
return parser;
|
|
30273
|
-
function
|
|
30255
|
+
function create6(initial) {
|
|
30274
30256
|
return creator;
|
|
30275
30257
|
function creator(from3) {
|
|
30276
30258
|
return createTokenizer(parser, initial, from3);
|
|
30277
30259
|
}
|
|
30278
30260
|
__name(creator, "creator");
|
|
30279
30261
|
}
|
|
30280
|
-
__name(
|
|
30262
|
+
__name(create6, "create");
|
|
30281
30263
|
}
|
|
30282
30264
|
__name(parse$5, "parse$5");
|
|
30283
30265
|
const search$1 = /[\0\t\n\r]/g;
|
|
@@ -30688,10 +30670,10 @@ function compiler(options) {
|
|
|
30688
30670
|
return data[key];
|
|
30689
30671
|
}
|
|
30690
30672
|
__name(getData, "getData");
|
|
30691
|
-
function opener(
|
|
30673
|
+
function opener(create6, and) {
|
|
30692
30674
|
return open2;
|
|
30693
30675
|
function open2(token) {
|
|
30694
|
-
enter.call(this,
|
|
30676
|
+
enter.call(this, create6(token), token);
|
|
30695
30677
|
if (and)
|
|
30696
30678
|
and.call(this, token);
|
|
30697
30679
|
}
|
|
@@ -32453,7 +32435,7 @@ function mark(values, key, value) {
|
|
|
32453
32435
|
}
|
|
32454
32436
|
__name(mark, "mark");
|
|
32455
32437
|
const own$3 = {}.hasOwnProperty;
|
|
32456
|
-
function
|
|
32438
|
+
function create4(definition2) {
|
|
32457
32439
|
const property2 = {};
|
|
32458
32440
|
const normal = {};
|
|
32459
32441
|
let prop;
|
|
@@ -32476,8 +32458,8 @@ function create3(definition2) {
|
|
|
32476
32458
|
}
|
|
32477
32459
|
return new Schema(property2, normal, definition2.space);
|
|
32478
32460
|
}
|
|
32479
|
-
__name(
|
|
32480
|
-
const xlink =
|
|
32461
|
+
__name(create4, "create");
|
|
32462
|
+
const xlink = create4({
|
|
32481
32463
|
space: "xlink",
|
|
32482
32464
|
transform(_2, prop) {
|
|
32483
32465
|
return "xlink:" + prop.slice(5).toLowerCase();
|
|
@@ -32492,7 +32474,7 @@ const xlink = create3({
|
|
|
32492
32474
|
xLinkType: null
|
|
32493
32475
|
}
|
|
32494
32476
|
});
|
|
32495
|
-
const xml =
|
|
32477
|
+
const xml = create4({
|
|
32496
32478
|
space: "xml",
|
|
32497
32479
|
transform(_2, prop) {
|
|
32498
32480
|
return "xml:" + prop.slice(3).toLowerCase();
|
|
@@ -32507,13 +32489,13 @@ function caseInsensitiveTransform(attributes, property2) {
|
|
|
32507
32489
|
return caseSensitiveTransform(attributes, property2.toLowerCase());
|
|
32508
32490
|
}
|
|
32509
32491
|
__name(caseInsensitiveTransform, "caseInsensitiveTransform");
|
|
32510
|
-
const xmlns =
|
|
32492
|
+
const xmlns = create4({
|
|
32511
32493
|
space: "xmlns",
|
|
32512
32494
|
attributes: { xmlnsxlink: "xmlns:xlink" },
|
|
32513
32495
|
transform: caseInsensitiveTransform,
|
|
32514
32496
|
properties: { xmlns: null, xmlnsXLink: null }
|
|
32515
32497
|
});
|
|
32516
|
-
const aria =
|
|
32498
|
+
const aria = create4({
|
|
32517
32499
|
transform(_2, prop) {
|
|
32518
32500
|
return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
|
|
32519
32501
|
},
|
|
@@ -32569,7 +32551,7 @@ const aria = create3({
|
|
|
32569
32551
|
role: null
|
|
32570
32552
|
}
|
|
32571
32553
|
});
|
|
32572
|
-
const html$1 =
|
|
32554
|
+
const html$1 = create4({
|
|
32573
32555
|
space: "html",
|
|
32574
32556
|
attributes: {
|
|
32575
32557
|
acceptcharset: "accept-charset",
|
|
@@ -32920,7 +32902,7 @@ const html$1 = create3({
|
|
|
32920
32902
|
unselectable: null
|
|
32921
32903
|
}
|
|
32922
32904
|
});
|
|
32923
|
-
const svg$1 =
|
|
32905
|
+
const svg$1 = create4({
|
|
32924
32906
|
space: "svg",
|
|
32925
32907
|
attributes: {
|
|
32926
32908
|
accentHeight: "accent-height",
|
|
@@ -39617,11 +39599,11 @@ var implementation$1 = /* @__PURE__ */ __name(function bind(that) {
|
|
|
39617
39599
|
}
|
|
39618
39600
|
bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
39619
39601
|
if (target.prototype) {
|
|
39620
|
-
var
|
|
39602
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
39621
39603
|
}, "Empty");
|
|
39622
|
-
|
|
39623
|
-
bound.prototype = new
|
|
39624
|
-
|
|
39604
|
+
Empty2.prototype = target.prototype;
|
|
39605
|
+
bound.prototype = new Empty2();
|
|
39606
|
+
Empty2.prototype = null;
|
|
39625
39607
|
}
|
|
39626
39608
|
return bound;
|
|
39627
39609
|
}, "bind");
|
|
@@ -43797,7 +43779,7 @@ var _extends$c = Object.assign || function(target) {
|
|
|
43797
43779
|
return target;
|
|
43798
43780
|
};
|
|
43799
43781
|
var _createClass$8 = function() {
|
|
43800
|
-
function
|
|
43782
|
+
function defineProperties3(target, props) {
|
|
43801
43783
|
for (var i = 0; i < props.length; i++) {
|
|
43802
43784
|
var descriptor2 = props[i];
|
|
43803
43785
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43807,12 +43789,12 @@ var _createClass$8 = function() {
|
|
|
43807
43789
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43808
43790
|
}
|
|
43809
43791
|
}
|
|
43810
|
-
__name(
|
|
43792
|
+
__name(defineProperties3, "defineProperties");
|
|
43811
43793
|
return function(Constructor, protoProps, staticProps) {
|
|
43812
43794
|
if (protoProps)
|
|
43813
|
-
|
|
43795
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
43814
43796
|
if (staticProps)
|
|
43815
|
-
|
|
43797
|
+
defineProperties3(Constructor, staticProps);
|
|
43816
43798
|
return Constructor;
|
|
43817
43799
|
};
|
|
43818
43800
|
}();
|
|
@@ -43954,7 +43936,7 @@ var Alpha = function(_ref) {
|
|
|
43954
43936
|
return Alpha2;
|
|
43955
43937
|
}(PureComponent || Component);
|
|
43956
43938
|
var _createClass$7 = function() {
|
|
43957
|
-
function
|
|
43939
|
+
function defineProperties3(target, props) {
|
|
43958
43940
|
for (var i = 0; i < props.length; i++) {
|
|
43959
43941
|
var descriptor2 = props[i];
|
|
43960
43942
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43964,12 +43946,12 @@ var _createClass$7 = function() {
|
|
|
43964
43946
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43965
43947
|
}
|
|
43966
43948
|
}
|
|
43967
|
-
__name(
|
|
43949
|
+
__name(defineProperties3, "defineProperties");
|
|
43968
43950
|
return function(Constructor, protoProps, staticProps) {
|
|
43969
43951
|
if (protoProps)
|
|
43970
|
-
|
|
43952
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
43971
43953
|
if (staticProps)
|
|
43972
|
-
|
|
43954
|
+
defineProperties3(Constructor, staticProps);
|
|
43973
43955
|
return Constructor;
|
|
43974
43956
|
};
|
|
43975
43957
|
}();
|
|
@@ -44202,7 +44184,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
|
|
|
44202
44184
|
return null;
|
|
44203
44185
|
}, "calculateChange");
|
|
44204
44186
|
var _createClass$6 = function() {
|
|
44205
|
-
function
|
|
44187
|
+
function defineProperties3(target, props) {
|
|
44206
44188
|
for (var i = 0; i < props.length; i++) {
|
|
44207
44189
|
var descriptor2 = props[i];
|
|
44208
44190
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -44212,12 +44194,12 @@ var _createClass$6 = function() {
|
|
|
44212
44194
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
44213
44195
|
}
|
|
44214
44196
|
}
|
|
44215
|
-
__name(
|
|
44197
|
+
__name(defineProperties3, "defineProperties");
|
|
44216
44198
|
return function(Constructor, protoProps, staticProps) {
|
|
44217
44199
|
if (protoProps)
|
|
44218
|
-
|
|
44200
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
44219
44201
|
if (staticProps)
|
|
44220
|
-
|
|
44202
|
+
defineProperties3(Constructor, staticProps);
|
|
44221
44203
|
return Constructor;
|
|
44222
44204
|
};
|
|
44223
44205
|
}();
|
|
@@ -45428,7 +45410,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl,
|
|
|
45428
45410
|
};
|
|
45429
45411
|
}, "calculateChange");
|
|
45430
45412
|
var _createClass$5 = function() {
|
|
45431
|
-
function
|
|
45413
|
+
function defineProperties3(target, props) {
|
|
45432
45414
|
for (var i = 0; i < props.length; i++) {
|
|
45433
45415
|
var descriptor2 = props[i];
|
|
45434
45416
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45438,12 +45420,12 @@ var _createClass$5 = function() {
|
|
|
45438
45420
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45439
45421
|
}
|
|
45440
45422
|
}
|
|
45441
|
-
__name(
|
|
45423
|
+
__name(defineProperties3, "defineProperties");
|
|
45442
45424
|
return function(Constructor, protoProps, staticProps) {
|
|
45443
45425
|
if (protoProps)
|
|
45444
|
-
|
|
45426
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
45445
45427
|
if (staticProps)
|
|
45446
|
-
|
|
45428
|
+
defineProperties3(Constructor, staticProps);
|
|
45447
45429
|
return Constructor;
|
|
45448
45430
|
};
|
|
45449
45431
|
}();
|
|
@@ -46745,7 +46727,7 @@ var _extends$b = Object.assign || function(target) {
|
|
|
46745
46727
|
return target;
|
|
46746
46728
|
};
|
|
46747
46729
|
var _createClass$4 = function() {
|
|
46748
|
-
function
|
|
46730
|
+
function defineProperties3(target, props) {
|
|
46749
46731
|
for (var i = 0; i < props.length; i++) {
|
|
46750
46732
|
var descriptor2 = props[i];
|
|
46751
46733
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46755,12 +46737,12 @@ var _createClass$4 = function() {
|
|
|
46755
46737
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46756
46738
|
}
|
|
46757
46739
|
}
|
|
46758
|
-
__name(
|
|
46740
|
+
__name(defineProperties3, "defineProperties");
|
|
46759
46741
|
return function(Constructor, protoProps, staticProps) {
|
|
46760
46742
|
if (protoProps)
|
|
46761
|
-
|
|
46743
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
46762
46744
|
if (staticProps)
|
|
46763
|
-
|
|
46745
|
+
defineProperties3(Constructor, staticProps);
|
|
46764
46746
|
return Constructor;
|
|
46765
46747
|
};
|
|
46766
46748
|
}();
|
|
@@ -46857,7 +46839,7 @@ var _extends$a = Object.assign || function(target) {
|
|
|
46857
46839
|
return target;
|
|
46858
46840
|
};
|
|
46859
46841
|
var _createClass$3 = function() {
|
|
46860
|
-
function
|
|
46842
|
+
function defineProperties3(target, props) {
|
|
46861
46843
|
for (var i = 0; i < props.length; i++) {
|
|
46862
46844
|
var descriptor2 = props[i];
|
|
46863
46845
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46867,12 +46849,12 @@ var _createClass$3 = function() {
|
|
|
46867
46849
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46868
46850
|
}
|
|
46869
46851
|
}
|
|
46870
|
-
__name(
|
|
46852
|
+
__name(defineProperties3, "defineProperties");
|
|
46871
46853
|
return function(Constructor, protoProps, staticProps) {
|
|
46872
46854
|
if (protoProps)
|
|
46873
|
-
|
|
46855
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
46874
46856
|
if (staticProps)
|
|
46875
|
-
|
|
46857
|
+
defineProperties3(Constructor, staticProps);
|
|
46876
46858
|
return Constructor;
|
|
46877
46859
|
};
|
|
46878
46860
|
}();
|
|
@@ -47930,7 +47912,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
|
|
|
47930
47912
|
);
|
|
47931
47913
|
};
|
|
47932
47914
|
var _createClass$2 = function() {
|
|
47933
|
-
function
|
|
47915
|
+
function defineProperties3(target, props) {
|
|
47934
47916
|
for (var i = 0; i < props.length; i++) {
|
|
47935
47917
|
var descriptor2 = props[i];
|
|
47936
47918
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -47940,12 +47922,12 @@ var _createClass$2 = function() {
|
|
|
47940
47922
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
47941
47923
|
}
|
|
47942
47924
|
}
|
|
47943
|
-
__name(
|
|
47925
|
+
__name(defineProperties3, "defineProperties");
|
|
47944
47926
|
return function(Constructor, protoProps, staticProps) {
|
|
47945
47927
|
if (protoProps)
|
|
47946
|
-
|
|
47928
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
47947
47929
|
if (staticProps)
|
|
47948
|
-
|
|
47930
|
+
defineProperties3(Constructor, staticProps);
|
|
47949
47931
|
return Constructor;
|
|
47950
47932
|
};
|
|
47951
47933
|
}();
|
|
@@ -49355,7 +49337,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
|
|
|
49355
49337
|
);
|
|
49356
49338
|
}, "PhotoshopPreviews");
|
|
49357
49339
|
var _createClass$1 = function() {
|
|
49358
|
-
function
|
|
49340
|
+
function defineProperties3(target, props) {
|
|
49359
49341
|
for (var i = 0; i < props.length; i++) {
|
|
49360
49342
|
var descriptor2 = props[i];
|
|
49361
49343
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -49365,12 +49347,12 @@ var _createClass$1 = function() {
|
|
|
49365
49347
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
49366
49348
|
}
|
|
49367
49349
|
}
|
|
49368
|
-
__name(
|
|
49350
|
+
__name(defineProperties3, "defineProperties");
|
|
49369
49351
|
return function(Constructor, protoProps, staticProps) {
|
|
49370
49352
|
if (protoProps)
|
|
49371
|
-
|
|
49353
|
+
defineProperties3(Constructor.prototype, protoProps);
|
|
49372
49354
|
if (staticProps)
|
|
49373
|
-
|
|
49355
|
+
defineProperties3(Constructor, staticProps);
|
|
49374
49356
|
return Constructor;
|
|
49375
49357
|
};
|
|
49376
49358
|
}();
|
|
@@ -60409,15 +60391,31 @@ function matchSchemas(_0) {
|
|
|
60409
60391
|
};
|
|
60410
60392
|
let csvValidationIssue = false;
|
|
60411
60393
|
const fuse = new Fuse(userSchema.fields, options);
|
|
60394
|
+
const matchedAltPaths = [];
|
|
60412
60395
|
officialSchema.fields.forEach((h2) => {
|
|
60413
60396
|
let hasMatch = false;
|
|
60414
60397
|
let result = fuse.search(h2.path) || [];
|
|
60398
|
+
const hadNormalPathMatch = userSchema.fields.some(
|
|
60399
|
+
(uh) => norm(uh.path) === norm(h2.path)
|
|
60400
|
+
);
|
|
60415
60401
|
userSchema.fields.forEach((uh, i) => {
|
|
60416
60402
|
const pathMatch = norm(uh.path) === norm(h2.path);
|
|
60417
60403
|
const displayNameMatch = h2.displayName && norm(uh.path) === norm(getTextFromEl(h2.displayName));
|
|
60418
|
-
const hasAlternatePathMatch = h2.alternatePathMatch && (lodashExports.isArray(h2.alternatePathMatch) ? h2.alternatePathMatch : [h2.alternatePathMatch]).
|
|
60419
|
-
|
|
60404
|
+
const hasAlternatePathMatch = !hadNormalPathMatch && h2.alternatePathMatch && (lodashExports.isArray(h2.alternatePathMatch) ? h2.alternatePathMatch : [h2.alternatePathMatch]).find((alternatePathMatch) => {
|
|
60405
|
+
let altPath = alternatePathMatch;
|
|
60406
|
+
if (lodashExports.isPlainObject(alternatePathMatch)) {
|
|
60407
|
+
altPath = alternatePathMatch.path;
|
|
60408
|
+
}
|
|
60409
|
+
return norm(uh.path) === norm(altPath);
|
|
60420
60410
|
});
|
|
60411
|
+
if (hasAlternatePathMatch) {
|
|
60412
|
+
matchedAltPaths.push(
|
|
60413
|
+
hasAlternatePathMatch.path || hasAlternatePathMatch
|
|
60414
|
+
);
|
|
60415
|
+
if (hasAlternatePathMatch.format) {
|
|
60416
|
+
h2.format = hasAlternatePathMatch.format;
|
|
60417
|
+
}
|
|
60418
|
+
}
|
|
60421
60419
|
if (pathMatch || displayNameMatch || hasAlternatePathMatch) {
|
|
60422
60420
|
result = result.filter(({ path: path2 }) => path2 === uh.path);
|
|
60423
60421
|
result.unshift({
|
|
@@ -73788,7 +73786,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
|
|
|
73788
73786
|
this.cache[key] = value;
|
|
73789
73787
|
};
|
|
73790
73788
|
var cacheDefault = {
|
|
73791
|
-
create: /* @__PURE__ */ __name(function
|
|
73789
|
+
create: /* @__PURE__ */ __name(function create5() {
|
|
73792
73790
|
return new ObjectWithoutPrototypeCache();
|
|
73793
73791
|
}, "create")
|
|
73794
73792
|
};
|