@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 CHANGED
@@ -2837,7 +2837,7 @@ var followCursor = {
2837
2837
  }
2838
2838
  }
2839
2839
  __name(onMouseMove, "onMouseMove");
2840
- function create5() {
2840
+ function create6() {
2841
2841
  if (instance.props.followCursor) {
2842
2842
  activeInstances.push({
2843
2843
  instance,
@@ -2846,7 +2846,7 @@ var followCursor = {
2846
2846
  addMouseCoordsListener(doc);
2847
2847
  }
2848
2848
  }
2849
- __name(create5, "create");
2849
+ __name(create6, "create");
2850
2850
  function destroy() {
2851
2851
  activeInstances = activeInstances.filter(function(data) {
2852
2852
  return data.instance !== instance;
@@ -2859,7 +2859,7 @@ var followCursor = {
2859
2859
  }
2860
2860
  __name(destroy, "destroy");
2861
2861
  return {
2862
- onCreate: create5,
2862
+ onCreate: create6,
2863
2863
  onDestroy: destroy,
2864
2864
  onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
2865
2865
  prevProps = instance.props;
@@ -2872,7 +2872,7 @@ var followCursor = {
2872
2872
  if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
2873
2873
  destroy();
2874
2874
  if (followCursor2) {
2875
- create5();
2875
+ create6();
2876
2876
  if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
2877
2877
  addListener();
2878
2878
  }
@@ -15151,11 +15151,11 @@ lodash.exports;
15151
15151
  copyObject2(source, keys3(source), object2, customizer);
15152
15152
  });
15153
15153
  var at = flatRest(baseAt);
15154
- function create5(prototype, properties) {
15154
+ function create6(prototype, properties) {
15155
15155
  var result2 = baseCreate2(prototype);
15156
15156
  return properties == null ? result2 : baseAssign2(result2, properties);
15157
15157
  }
15158
- __name(create5, "create");
15158
+ __name(create6, "create");
15159
15159
  var defaults2 = baseRest2(function(object2, sources) {
15160
15160
  object2 = Object2(object2);
15161
15161
  var index2 = -1;
@@ -15980,7 +15980,7 @@ lodash.exports;
15980
15980
  lodash2.conforms = conforms;
15981
15981
  lodash2.constant = constant2;
15982
15982
  lodash2.countBy = countBy;
15983
- lodash2.create = create5;
15983
+ lodash2.create = create6;
15984
15984
  lodash2.curry = curry;
15985
15985
  lodash2.curryRight = curryRight;
15986
15986
  lodash2.debounce = debounce2;
@@ -17004,17 +17004,17 @@ var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
17004
17004
  return val;
17005
17005
  throw TypeError("Can't convert object to primitive value");
17006
17006
  }, "_toPrimitive");
17007
- var anObject$3 = _anObject;
17007
+ var anObject$5 = _anObject;
17008
17008
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
17009
17009
  var toPrimitive$2 = _toPrimitive;
17010
- var dP$2 = Object.defineProperty;
17010
+ var dP$3 = Object.defineProperty;
17011
17011
  _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
17012
- anObject$3(O2);
17012
+ anObject$5(O2);
17013
17013
  P2 = toPrimitive$2(P2, true);
17014
- anObject$3(Attributes);
17014
+ anObject$5(Attributes);
17015
17015
  if (IE8_DOM_DEFINE$1)
17016
17016
  try {
17017
- return dP$2(O2, P2, Attributes);
17017
+ return dP$3(O2, P2, Attributes);
17018
17018
  } catch (e2) {
17019
17019
  }
17020
17020
  if ("get" in Attributes || "set" in Attributes)
@@ -17031,10 +17031,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17031
17031
  value
17032
17032
  };
17033
17033
  }, "_propertyDesc");
17034
- var dP$1 = _objectDp;
17034
+ var dP$2 = _objectDp;
17035
17035
  var createDesc$3 = _propertyDesc;
17036
17036
  var _hide = _descriptors ? function(object2, key, value) {
17037
- return dP$1.f(object2, key, createDesc$3(1, value));
17037
+ return dP$2.f(object2, key, createDesc$3(1, value));
17038
17038
  } : function(object2, key, value) {
17039
17039
  object2[key] = value;
17040
17040
  return object2;
@@ -17048,7 +17048,7 @@ var core$3 = _coreExports;
17048
17048
  var ctx$1 = _ctx;
17049
17049
  var hide$2 = _hide;
17050
17050
  var has$b = _has;
17051
- var PROTOTYPE$1 = "prototype";
17051
+ var PROTOTYPE$2 = "prototype";
17052
17052
  var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17053
17053
  var IS_FORCED = type & $export$8.F;
17054
17054
  var IS_GLOBAL = type & $export$8.G;
@@ -17057,8 +17057,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17057
17057
  var IS_BIND = type & $export$8.B;
17058
17058
  var IS_WRAP = type & $export$8.W;
17059
17059
  var exports2 = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
17060
- var expProto = exports2[PROTOTYPE$1];
17061
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$1];
17060
+ var expProto = exports2[PROTOTYPE$2];
17061
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
17062
17062
  var key, own2, out;
17063
17063
  if (IS_GLOBAL)
17064
17064
  source = name;
@@ -17082,7 +17082,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17082
17082
  }
17083
17083
  return C.apply(this, arguments);
17084
17084
  }, "F");
17085
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
17085
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
17086
17086
  return F;
17087
17087
  }(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
17088
17088
  if (IS_PROTO) {
@@ -17196,14 +17196,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
17196
17196
  var has$a = _has;
17197
17197
  var toIObject$4 = _toIobject;
17198
17198
  var arrayIndexOf = _arrayIncludes(false);
17199
- var IE_PROTO$1 = _sharedKey("IE_PROTO");
17199
+ var IE_PROTO$2 = _sharedKey("IE_PROTO");
17200
17200
  var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
17201
17201
  var O2 = toIObject$4(object2);
17202
17202
  var i = 0;
17203
17203
  var result = [];
17204
17204
  var key;
17205
17205
  for (key in O2)
17206
- if (key != IE_PROTO$1)
17206
+ if (key != IE_PROTO$2)
17207
17207
  has$a(O2, key) && result.push(key);
17208
17208
  while (names2.length > i)
17209
17209
  if (has$a(O2, key = names2[i++])) {
@@ -17213,9 +17213,9 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
17213
17213
  }, "_objectKeysInternal");
17214
17214
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
17215
17215
  var $keys$3 = _objectKeysInternal;
17216
- var enumBugKeys = _enumBugKeys;
17216
+ var enumBugKeys$1 = _enumBugKeys;
17217
17217
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
17218
- return $keys$3(O2, enumBugKeys);
17218
+ return $keys$3(O2, enumBugKeys$1);
17219
17219
  }, "keys");
17220
17220
  var _objectGops = {};
17221
17221
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -17305,28 +17305,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
17305
17305
  }, "_iterStep");
17306
17306
  var _iterators = {};
17307
17307
  var _redefine = _hide;
17308
- var _objectDps;
17309
- var hasRequired_objectDps;
17310
- function require_objectDps() {
17311
- if (hasRequired_objectDps)
17312
- return _objectDps;
17313
- hasRequired_objectDps = 1;
17314
- var dP2 = _objectDp;
17315
- var anObject2 = _anObject;
17316
- var getKeys2 = _objectKeys;
17317
- _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties) {
17318
- anObject2(O2);
17319
- var keys3 = getKeys2(Properties);
17320
- var length = keys3.length;
17321
- var i = 0;
17322
- var P2;
17323
- while (length > i)
17324
- dP2.f(O2, P2 = keys3[i++], Properties[P2]);
17325
- return O2;
17326
- }, "defineProperties");
17327
- return _objectDps;
17328
- }
17329
- __name(require_objectDps, "require_objectDps");
17308
+ var dP$1 = _objectDp;
17309
+ var anObject$4 = _anObject;
17310
+ var getKeys$1 = _objectKeys;
17311
+ var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties) {
17312
+ anObject$4(O2);
17313
+ var keys3 = getKeys$1(Properties);
17314
+ var length = keys3.length;
17315
+ var i = 0;
17316
+ var P2;
17317
+ while (length > i)
17318
+ dP$1.f(O2, P2 = keys3[i++], Properties[P2]);
17319
+ return O2;
17320
+ }, "defineProperties");
17330
17321
  var _html;
17331
17322
  var hasRequired_html;
17332
17323
  function require_html() {
@@ -17338,51 +17329,42 @@ function require_html() {
17338
17329
  return _html;
17339
17330
  }
17340
17331
  __name(require_html, "require_html");
17341
- var _objectCreate;
17342
- var hasRequired_objectCreate;
17343
- function require_objectCreate() {
17344
- if (hasRequired_objectCreate)
17345
- return _objectCreate;
17346
- hasRequired_objectCreate = 1;
17347
- var anObject2 = _anObject;
17348
- var dPs = require_objectDps();
17349
- var enumBugKeys2 = _enumBugKeys;
17350
- var IE_PROTO2 = _sharedKey("IE_PROTO");
17351
- var Empty = /* @__PURE__ */ __name(function() {
17352
- }, "Empty");
17353
- var PROTOTYPE2 = "prototype";
17354
- var createDict = /* @__PURE__ */ __name(function() {
17355
- var iframe = require_domCreate()("iframe");
17356
- var i = enumBugKeys2.length;
17357
- var lt = "<";
17358
- var gt = ">";
17359
- var iframeDocument;
17360
- iframe.style.display = "none";
17361
- require_html().appendChild(iframe);
17362
- iframe.src = "javascript:";
17363
- iframeDocument = iframe.contentWindow.document;
17364
- iframeDocument.open();
17365
- iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
17366
- iframeDocument.close();
17367
- createDict = iframeDocument.F;
17368
- while (i--)
17369
- delete createDict[PROTOTYPE2][enumBugKeys2[i]];
17370
- return createDict();
17371
- }, "createDict");
17372
- _objectCreate = Object.create || /* @__PURE__ */ __name(function create5(O2, Properties) {
17373
- var result;
17374
- if (O2 !== null) {
17375
- Empty[PROTOTYPE2] = anObject2(O2);
17376
- result = new Empty();
17377
- Empty[PROTOTYPE2] = null;
17378
- result[IE_PROTO2] = O2;
17379
- } else
17380
- result = createDict();
17381
- return Properties === void 0 ? result : dPs(result, Properties);
17382
- }, "create");
17383
- return _objectCreate;
17384
- }
17385
- __name(require_objectCreate, "require_objectCreate");
17332
+ var anObject$3 = _anObject;
17333
+ var dPs = _objectDps;
17334
+ var enumBugKeys = _enumBugKeys;
17335
+ var IE_PROTO$1 = _sharedKey("IE_PROTO");
17336
+ var Empty = /* @__PURE__ */ __name(function() {
17337
+ }, "Empty");
17338
+ var PROTOTYPE$1 = "prototype";
17339
+ var createDict = /* @__PURE__ */ __name(function() {
17340
+ var iframe = require_domCreate()("iframe");
17341
+ var i = enumBugKeys.length;
17342
+ var lt = "<";
17343
+ var gt = ">";
17344
+ var iframeDocument;
17345
+ iframe.style.display = "none";
17346
+ require_html().appendChild(iframe);
17347
+ iframe.src = "javascript:";
17348
+ iframeDocument = iframe.contentWindow.document;
17349
+ iframeDocument.open();
17350
+ iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
17351
+ iframeDocument.close();
17352
+ createDict = iframeDocument.F;
17353
+ while (i--)
17354
+ delete createDict[PROTOTYPE$1][enumBugKeys[i]];
17355
+ return createDict();
17356
+ }, "createDict");
17357
+ var _objectCreate = Object.create || /* @__PURE__ */ __name(function create(O2, Properties) {
17358
+ var result;
17359
+ if (O2 !== null) {
17360
+ Empty[PROTOTYPE$1] = anObject$3(O2);
17361
+ result = new Empty();
17362
+ Empty[PROTOTYPE$1] = null;
17363
+ result[IE_PROTO$1] = O2;
17364
+ } else
17365
+ result = createDict();
17366
+ return Properties === void 0 ? result : dPs(result, Properties);
17367
+ }, "create");
17386
17368
  var _wks = { exports: {} };
17387
17369
  var store = _sharedExports("wks");
17388
17370
  var uid$1 = _uid;
@@ -17400,7 +17382,7 @@ var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
17400
17382
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1))
17401
17383
  def(it, TAG$1, { configurable: true, value: tag });
17402
17384
  }, "_setToStringTag");
17403
- var create$3 = require_objectCreate();
17385
+ var create$3 = _objectCreate;
17404
17386
  var descriptor = _propertyDesc;
17405
17387
  var setToStringTag$2 = _setToStringTag;
17406
17388
  var IteratorPrototype = {};
@@ -17808,7 +17790,7 @@ function _interopRequireDefault$e(obj) {
17808
17790
  }
17809
17791
  __name(_interopRequireDefault$e, "_interopRequireDefault$e");
17810
17792
  var _default$7 = function() {
17811
- function defineProperties2(target, props) {
17793
+ function defineProperties3(target, props) {
17812
17794
  for (var i = 0; i < props.length; i++) {
17813
17795
  var descriptor2 = props[i];
17814
17796
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -17818,12 +17800,12 @@ var _default$7 = function() {
17818
17800
  (0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
17819
17801
  }
17820
17802
  }
17821
- __name(defineProperties2, "defineProperties");
17803
+ __name(defineProperties3, "defineProperties");
17822
17804
  return function(Constructor, protoProps, staticProps) {
17823
17805
  if (protoProps)
17824
- defineProperties2(Constructor.prototype, protoProps);
17806
+ defineProperties3(Constructor.prototype, protoProps);
17825
17807
  if (staticProps)
17826
- defineProperties2(Constructor, staticProps);
17808
+ defineProperties3(Constructor, staticProps);
17827
17809
  return Constructor;
17828
17810
  };
17829
17811
  }();
@@ -17852,23 +17834,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
17852
17834
  // weak collections IDs
17853
17835
  } });
17854
17836
  }, "setMeta");
17855
- var fastKey = /* @__PURE__ */ __name(function(it, create5) {
17837
+ var fastKey = /* @__PURE__ */ __name(function(it, create6) {
17856
17838
  if (!isObject$c(it))
17857
17839
  return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
17858
17840
  if (!has$7(it, META$1)) {
17859
17841
  if (!isExtensible(it))
17860
17842
  return "F";
17861
- if (!create5)
17843
+ if (!create6)
17862
17844
  return "E";
17863
17845
  setMeta(it);
17864
17846
  }
17865
17847
  return it[META$1].i;
17866
17848
  }, "fastKey");
17867
- var getWeak = /* @__PURE__ */ __name(function(it, create5) {
17849
+ var getWeak = /* @__PURE__ */ __name(function(it, create6) {
17868
17850
  if (!has$7(it, META$1)) {
17869
17851
  if (!isExtensible(it))
17870
17852
  return true;
17871
- if (!create5)
17853
+ if (!create6)
17872
17854
  return false;
17873
17855
  setMeta(it);
17874
17856
  }
@@ -17977,7 +17959,7 @@ var toObject$1 = _toObject;
17977
17959
  var toIObject = _toIobject;
17978
17960
  var toPrimitive = _toPrimitive;
17979
17961
  var createDesc = _propertyDesc;
17980
- var _create$1 = require_objectCreate();
17962
+ var _create$1 = _objectCreate;
17981
17963
  var gOPNExt = _objectGopnExt;
17982
17964
  var $GOPD = _objectGopd;
17983
17965
  var $GOPS = _objectGops;
@@ -18044,7 +18026,7 @@ var $defineProperty = /* @__PURE__ */ __name(function defineProperty4(it, key, D
18044
18026
  }
18045
18027
  return dP(it, key, D2);
18046
18028
  }, "defineProperty");
18047
- var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2) {
18029
+ var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
18048
18030
  anObject(it);
18049
18031
  var keys3 = enumKeys(P2 = toIObject(P2));
18050
18032
  var i = 0;
@@ -18054,7 +18036,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
18054
18036
  $defineProperty(it, key = keys3[i++], P2[key]);
18055
18037
  return it;
18056
18038
  }, "defineProperties");
18057
- var $create = /* @__PURE__ */ __name(function create(it, P2) {
18039
+ var $create = /* @__PURE__ */ __name(function create2(it, P2) {
18058
18040
  return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
18059
18041
  }, "create");
18060
18042
  var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
@@ -18284,9 +18266,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
18284
18266
  var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
18285
18267
  var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
18286
18268
  var $export = _export;
18287
- $export($export.S, "Object", { create: require_objectCreate() });
18269
+ $export($export.S, "Object", { create: _objectCreate });
18288
18270
  var $Object$1 = _coreExports.Object;
18289
- var create$2 = /* @__PURE__ */ __name(function create2(P2, D2) {
18271
+ var create$2 = /* @__PURE__ */ __name(function create3(P2, D2) {
18290
18272
  return $Object$1.create(P2, D2);
18291
18273
  }, "create");
18292
18274
  var create$1 = { "default": create$2, __esModule: true };
@@ -22373,7 +22355,7 @@ function normalizeComponent(Comp) {
22373
22355
  }
22374
22356
  __name(normalizeComponent, "normalizeComponent");
22375
22357
  var _createClass$c = function() {
22376
- function defineProperties2(target, props) {
22358
+ function defineProperties3(target, props) {
22377
22359
  for (var i = 0; i < props.length; i++) {
22378
22360
  var descriptor2 = props[i];
22379
22361
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -22383,12 +22365,12 @@ var _createClass$c = function() {
22383
22365
  Object.defineProperty(target, descriptor2.key, descriptor2);
22384
22366
  }
22385
22367
  }
22386
- __name(defineProperties2, "defineProperties");
22368
+ __name(defineProperties3, "defineProperties");
22387
22369
  return function(Constructor, protoProps, staticProps) {
22388
22370
  if (protoProps)
22389
- defineProperties2(Constructor.prototype, protoProps);
22371
+ defineProperties3(Constructor.prototype, protoProps);
22390
22372
  if (staticProps)
22391
- defineProperties2(Constructor, staticProps);
22373
+ defineProperties3(Constructor, staticProps);
22392
22374
  return Constructor;
22393
22375
  };
22394
22376
  }();
@@ -22549,7 +22531,7 @@ var _extends$l = Object.assign || function(target) {
22549
22531
  return target;
22550
22532
  };
22551
22533
  var _createClass$b = function() {
22552
- function defineProperties2(target, props) {
22534
+ function defineProperties3(target, props) {
22553
22535
  for (var i = 0; i < props.length; i++) {
22554
22536
  var descriptor2 = props[i];
22555
22537
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -22559,12 +22541,12 @@ var _createClass$b = function() {
22559
22541
  Object.defineProperty(target, descriptor2.key, descriptor2);
22560
22542
  }
22561
22543
  }
22562
- __name(defineProperties2, "defineProperties");
22544
+ __name(defineProperties3, "defineProperties");
22563
22545
  return function(Constructor, protoProps, staticProps) {
22564
22546
  if (protoProps)
22565
- defineProperties2(Constructor.prototype, protoProps);
22547
+ defineProperties3(Constructor.prototype, protoProps);
22566
22548
  if (staticProps)
22567
- defineProperties2(Constructor, staticProps);
22549
+ defineProperties3(Constructor, staticProps);
22568
22550
  return Constructor;
22569
22551
  };
22570
22552
  }();
@@ -23155,7 +23137,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
23155
23137
  }(Base);
23156
23138
  }, "Methods");
23157
23139
  var _createClass$a = function() {
23158
- function defineProperties2(target, props) {
23140
+ function defineProperties3(target, props) {
23159
23141
  for (var i = 0; i < props.length; i++) {
23160
23142
  var descriptor2 = props[i];
23161
23143
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -23165,12 +23147,12 @@ var _createClass$a = function() {
23165
23147
  Object.defineProperty(target, descriptor2.key, descriptor2);
23166
23148
  }
23167
23149
  }
23168
- __name(defineProperties2, "defineProperties");
23150
+ __name(defineProperties3, "defineProperties");
23169
23151
  return function(Constructor, protoProps, staticProps) {
23170
23152
  if (protoProps)
23171
- defineProperties2(Constructor.prototype, protoProps);
23153
+ defineProperties3(Constructor.prototype, protoProps);
23172
23154
  if (staticProps)
23173
- defineProperties2(Constructor, staticProps);
23155
+ defineProperties3(Constructor, staticProps);
23174
23156
  return Constructor;
23175
23157
  };
23176
23158
  }();
@@ -23942,7 +23924,7 @@ var _extends$i = Object.assign || function(target) {
23942
23924
  return target;
23943
23925
  };
23944
23926
  var _createClass$9 = function() {
23945
- function defineProperties2(target, props) {
23927
+ function defineProperties3(target, props) {
23946
23928
  for (var i = 0; i < props.length; i++) {
23947
23929
  var descriptor2 = props[i];
23948
23930
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -23952,12 +23934,12 @@ var _createClass$9 = function() {
23952
23934
  Object.defineProperty(target, descriptor2.key, descriptor2);
23953
23935
  }
23954
23936
  }
23955
- __name(defineProperties2, "defineProperties");
23937
+ __name(defineProperties3, "defineProperties");
23956
23938
  return function(Constructor, protoProps, staticProps) {
23957
23939
  if (protoProps)
23958
- defineProperties2(Constructor.prototype, protoProps);
23940
+ defineProperties3(Constructor.prototype, protoProps);
23959
23941
  if (staticProps)
23960
- defineProperties2(Constructor, staticProps);
23942
+ defineProperties3(Constructor, staticProps);
23961
23943
  return Constructor;
23962
23944
  };
23963
23945
  }();
@@ -30281,21 +30263,21 @@ function parse$5(options) {
30281
30263
  defined: [],
30282
30264
  lazy: {},
30283
30265
  constructs: constructs2,
30284
- content: create5(content$1),
30285
- document: create5(document$2),
30286
- flow: create5(flow$1),
30287
- string: create5(string$1),
30288
- text: create5(text$3)
30266
+ content: create6(content$1),
30267
+ document: create6(document$2),
30268
+ flow: create6(flow$1),
30269
+ string: create6(string$1),
30270
+ text: create6(text$3)
30289
30271
  };
30290
30272
  return parser;
30291
- function create5(initial) {
30273
+ function create6(initial) {
30292
30274
  return creator;
30293
30275
  function creator(from3) {
30294
30276
  return createTokenizer(parser, initial, from3);
30295
30277
  }
30296
30278
  __name(creator, "creator");
30297
30279
  }
30298
- __name(create5, "create");
30280
+ __name(create6, "create");
30299
30281
  }
30300
30282
  __name(parse$5, "parse$5");
30301
30283
  const search$1 = /[\0\t\n\r]/g;
@@ -30706,10 +30688,10 @@ function compiler(options) {
30706
30688
  return data[key];
30707
30689
  }
30708
30690
  __name(getData, "getData");
30709
- function opener(create5, and) {
30691
+ function opener(create6, and) {
30710
30692
  return open2;
30711
30693
  function open2(token) {
30712
- enter.call(this, create5(token), token);
30694
+ enter.call(this, create6(token), token);
30713
30695
  if (and)
30714
30696
  and.call(this, token);
30715
30697
  }
@@ -32471,7 +32453,7 @@ function mark(values, key, value) {
32471
32453
  }
32472
32454
  __name(mark, "mark");
32473
32455
  const own$3 = {}.hasOwnProperty;
32474
- function create3(definition2) {
32456
+ function create4(definition2) {
32475
32457
  const property2 = {};
32476
32458
  const normal = {};
32477
32459
  let prop;
@@ -32494,8 +32476,8 @@ function create3(definition2) {
32494
32476
  }
32495
32477
  return new Schema(property2, normal, definition2.space);
32496
32478
  }
32497
- __name(create3, "create");
32498
- const xlink = create3({
32479
+ __name(create4, "create");
32480
+ const xlink = create4({
32499
32481
  space: "xlink",
32500
32482
  transform(_2, prop) {
32501
32483
  return "xlink:" + prop.slice(5).toLowerCase();
@@ -32510,7 +32492,7 @@ const xlink = create3({
32510
32492
  xLinkType: null
32511
32493
  }
32512
32494
  });
32513
- const xml = create3({
32495
+ const xml = create4({
32514
32496
  space: "xml",
32515
32497
  transform(_2, prop) {
32516
32498
  return "xml:" + prop.slice(3).toLowerCase();
@@ -32525,13 +32507,13 @@ function caseInsensitiveTransform(attributes, property2) {
32525
32507
  return caseSensitiveTransform(attributes, property2.toLowerCase());
32526
32508
  }
32527
32509
  __name(caseInsensitiveTransform, "caseInsensitiveTransform");
32528
- const xmlns = create3({
32510
+ const xmlns = create4({
32529
32511
  space: "xmlns",
32530
32512
  attributes: { xmlnsxlink: "xmlns:xlink" },
32531
32513
  transform: caseInsensitiveTransform,
32532
32514
  properties: { xmlns: null, xmlnsXLink: null }
32533
32515
  });
32534
- const aria = create3({
32516
+ const aria = create4({
32535
32517
  transform(_2, prop) {
32536
32518
  return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
32537
32519
  },
@@ -32587,7 +32569,7 @@ const aria = create3({
32587
32569
  role: null
32588
32570
  }
32589
32571
  });
32590
- const html$1 = create3({
32572
+ const html$1 = create4({
32591
32573
  space: "html",
32592
32574
  attributes: {
32593
32575
  acceptcharset: "accept-charset",
@@ -32938,7 +32920,7 @@ const html$1 = create3({
32938
32920
  unselectable: null
32939
32921
  }
32940
32922
  });
32941
- const svg$1 = create3({
32923
+ const svg$1 = create4({
32942
32924
  space: "svg",
32943
32925
  attributes: {
32944
32926
  accentHeight: "accent-height",
@@ -39635,11 +39617,11 @@ var implementation$1 = /* @__PURE__ */ __name(function bind(that) {
39635
39617
  }
39636
39618
  bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
39637
39619
  if (target.prototype) {
39638
- var Empty = /* @__PURE__ */ __name(function Empty2() {
39620
+ var Empty2 = /* @__PURE__ */ __name(function Empty3() {
39639
39621
  }, "Empty");
39640
- Empty.prototype = target.prototype;
39641
- bound.prototype = new Empty();
39642
- Empty.prototype = null;
39622
+ Empty2.prototype = target.prototype;
39623
+ bound.prototype = new Empty2();
39624
+ Empty2.prototype = null;
39643
39625
  }
39644
39626
  return bound;
39645
39627
  }, "bind");
@@ -43815,7 +43797,7 @@ var _extends$c = Object.assign || function(target) {
43815
43797
  return target;
43816
43798
  };
43817
43799
  var _createClass$8 = function() {
43818
- function defineProperties2(target, props) {
43800
+ function defineProperties3(target, props) {
43819
43801
  for (var i = 0; i < props.length; i++) {
43820
43802
  var descriptor2 = props[i];
43821
43803
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -43825,12 +43807,12 @@ var _createClass$8 = function() {
43825
43807
  Object.defineProperty(target, descriptor2.key, descriptor2);
43826
43808
  }
43827
43809
  }
43828
- __name(defineProperties2, "defineProperties");
43810
+ __name(defineProperties3, "defineProperties");
43829
43811
  return function(Constructor, protoProps, staticProps) {
43830
43812
  if (protoProps)
43831
- defineProperties2(Constructor.prototype, protoProps);
43813
+ defineProperties3(Constructor.prototype, protoProps);
43832
43814
  if (staticProps)
43833
- defineProperties2(Constructor, staticProps);
43815
+ defineProperties3(Constructor, staticProps);
43834
43816
  return Constructor;
43835
43817
  };
43836
43818
  }();
@@ -43972,7 +43954,7 @@ var Alpha = function(_ref) {
43972
43954
  return Alpha2;
43973
43955
  }(React$1.PureComponent || React$1.Component);
43974
43956
  var _createClass$7 = function() {
43975
- function defineProperties2(target, props) {
43957
+ function defineProperties3(target, props) {
43976
43958
  for (var i = 0; i < props.length; i++) {
43977
43959
  var descriptor2 = props[i];
43978
43960
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -43982,12 +43964,12 @@ var _createClass$7 = function() {
43982
43964
  Object.defineProperty(target, descriptor2.key, descriptor2);
43983
43965
  }
43984
43966
  }
43985
- __name(defineProperties2, "defineProperties");
43967
+ __name(defineProperties3, "defineProperties");
43986
43968
  return function(Constructor, protoProps, staticProps) {
43987
43969
  if (protoProps)
43988
- defineProperties2(Constructor.prototype, protoProps);
43970
+ defineProperties3(Constructor.prototype, protoProps);
43989
43971
  if (staticProps)
43990
- defineProperties2(Constructor, staticProps);
43972
+ defineProperties3(Constructor, staticProps);
43991
43973
  return Constructor;
43992
43974
  };
43993
43975
  }();
@@ -44220,7 +44202,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
44220
44202
  return null;
44221
44203
  }, "calculateChange");
44222
44204
  var _createClass$6 = function() {
44223
- function defineProperties2(target, props) {
44205
+ function defineProperties3(target, props) {
44224
44206
  for (var i = 0; i < props.length; i++) {
44225
44207
  var descriptor2 = props[i];
44226
44208
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -44230,12 +44212,12 @@ var _createClass$6 = function() {
44230
44212
  Object.defineProperty(target, descriptor2.key, descriptor2);
44231
44213
  }
44232
44214
  }
44233
- __name(defineProperties2, "defineProperties");
44215
+ __name(defineProperties3, "defineProperties");
44234
44216
  return function(Constructor, protoProps, staticProps) {
44235
44217
  if (protoProps)
44236
- defineProperties2(Constructor.prototype, protoProps);
44218
+ defineProperties3(Constructor.prototype, protoProps);
44237
44219
  if (staticProps)
44238
- defineProperties2(Constructor, staticProps);
44220
+ defineProperties3(Constructor, staticProps);
44239
44221
  return Constructor;
44240
44222
  };
44241
44223
  }();
@@ -45446,7 +45428,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl,
45446
45428
  };
45447
45429
  }, "calculateChange");
45448
45430
  var _createClass$5 = function() {
45449
- function defineProperties2(target, props) {
45431
+ function defineProperties3(target, props) {
45450
45432
  for (var i = 0; i < props.length; i++) {
45451
45433
  var descriptor2 = props[i];
45452
45434
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -45456,12 +45438,12 @@ var _createClass$5 = function() {
45456
45438
  Object.defineProperty(target, descriptor2.key, descriptor2);
45457
45439
  }
45458
45440
  }
45459
- __name(defineProperties2, "defineProperties");
45441
+ __name(defineProperties3, "defineProperties");
45460
45442
  return function(Constructor, protoProps, staticProps) {
45461
45443
  if (protoProps)
45462
- defineProperties2(Constructor.prototype, protoProps);
45444
+ defineProperties3(Constructor.prototype, protoProps);
45463
45445
  if (staticProps)
45464
- defineProperties2(Constructor, staticProps);
45446
+ defineProperties3(Constructor, staticProps);
45465
45447
  return Constructor;
45466
45448
  };
45467
45449
  }();
@@ -46763,7 +46745,7 @@ var _extends$b = Object.assign || function(target) {
46763
46745
  return target;
46764
46746
  };
46765
46747
  var _createClass$4 = function() {
46766
- function defineProperties2(target, props) {
46748
+ function defineProperties3(target, props) {
46767
46749
  for (var i = 0; i < props.length; i++) {
46768
46750
  var descriptor2 = props[i];
46769
46751
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -46773,12 +46755,12 @@ var _createClass$4 = function() {
46773
46755
  Object.defineProperty(target, descriptor2.key, descriptor2);
46774
46756
  }
46775
46757
  }
46776
- __name(defineProperties2, "defineProperties");
46758
+ __name(defineProperties3, "defineProperties");
46777
46759
  return function(Constructor, protoProps, staticProps) {
46778
46760
  if (protoProps)
46779
- defineProperties2(Constructor.prototype, protoProps);
46761
+ defineProperties3(Constructor.prototype, protoProps);
46780
46762
  if (staticProps)
46781
- defineProperties2(Constructor, staticProps);
46763
+ defineProperties3(Constructor, staticProps);
46782
46764
  return Constructor;
46783
46765
  };
46784
46766
  }();
@@ -46875,7 +46857,7 @@ var _extends$a = Object.assign || function(target) {
46875
46857
  return target;
46876
46858
  };
46877
46859
  var _createClass$3 = function() {
46878
- function defineProperties2(target, props) {
46860
+ function defineProperties3(target, props) {
46879
46861
  for (var i = 0; i < props.length; i++) {
46880
46862
  var descriptor2 = props[i];
46881
46863
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -46885,12 +46867,12 @@ var _createClass$3 = function() {
46885
46867
  Object.defineProperty(target, descriptor2.key, descriptor2);
46886
46868
  }
46887
46869
  }
46888
- __name(defineProperties2, "defineProperties");
46870
+ __name(defineProperties3, "defineProperties");
46889
46871
  return function(Constructor, protoProps, staticProps) {
46890
46872
  if (protoProps)
46891
- defineProperties2(Constructor.prototype, protoProps);
46873
+ defineProperties3(Constructor.prototype, protoProps);
46892
46874
  if (staticProps)
46893
- defineProperties2(Constructor, staticProps);
46875
+ defineProperties3(Constructor, staticProps);
46894
46876
  return Constructor;
46895
46877
  };
46896
46878
  }();
@@ -47948,7 +47930,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
47948
47930
  );
47949
47931
  };
47950
47932
  var _createClass$2 = function() {
47951
- function defineProperties2(target, props) {
47933
+ function defineProperties3(target, props) {
47952
47934
  for (var i = 0; i < props.length; i++) {
47953
47935
  var descriptor2 = props[i];
47954
47936
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -47958,12 +47940,12 @@ var _createClass$2 = function() {
47958
47940
  Object.defineProperty(target, descriptor2.key, descriptor2);
47959
47941
  }
47960
47942
  }
47961
- __name(defineProperties2, "defineProperties");
47943
+ __name(defineProperties3, "defineProperties");
47962
47944
  return function(Constructor, protoProps, staticProps) {
47963
47945
  if (protoProps)
47964
- defineProperties2(Constructor.prototype, protoProps);
47946
+ defineProperties3(Constructor.prototype, protoProps);
47965
47947
  if (staticProps)
47966
- defineProperties2(Constructor, staticProps);
47948
+ defineProperties3(Constructor, staticProps);
47967
47949
  return Constructor;
47968
47950
  };
47969
47951
  }();
@@ -49373,7 +49355,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
49373
49355
  );
49374
49356
  }, "PhotoshopPreviews");
49375
49357
  var _createClass$1 = function() {
49376
- function defineProperties2(target, props) {
49358
+ function defineProperties3(target, props) {
49377
49359
  for (var i = 0; i < props.length; i++) {
49378
49360
  var descriptor2 = props[i];
49379
49361
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -49383,12 +49365,12 @@ var _createClass$1 = function() {
49383
49365
  Object.defineProperty(target, descriptor2.key, descriptor2);
49384
49366
  }
49385
49367
  }
49386
- __name(defineProperties2, "defineProperties");
49368
+ __name(defineProperties3, "defineProperties");
49387
49369
  return function(Constructor, protoProps, staticProps) {
49388
49370
  if (protoProps)
49389
- defineProperties2(Constructor.prototype, protoProps);
49371
+ defineProperties3(Constructor.prototype, protoProps);
49390
49372
  if (staticProps)
49391
- defineProperties2(Constructor, staticProps);
49373
+ defineProperties3(Constructor, staticProps);
49392
49374
  return Constructor;
49393
49375
  };
49394
49376
  }();
@@ -60427,15 +60409,31 @@ function matchSchemas(_0) {
60427
60409
  };
60428
60410
  let csvValidationIssue = false;
60429
60411
  const fuse = new Fuse(userSchema.fields, options);
60412
+ const matchedAltPaths = [];
60430
60413
  officialSchema.fields.forEach((h2) => {
60431
60414
  let hasMatch = false;
60432
60415
  let result = fuse.search(h2.path) || [];
60416
+ const hadNormalPathMatch = userSchema.fields.some(
60417
+ (uh) => norm(uh.path) === norm(h2.path)
60418
+ );
60433
60419
  userSchema.fields.forEach((uh, i) => {
60434
60420
  const pathMatch = norm(uh.path) === norm(h2.path);
60435
60421
  const displayNameMatch = h2.displayName && norm(uh.path) === norm(getTextFromEl(h2.displayName));
60436
- const hasAlternatePathMatch = h2.alternatePathMatch && (lodashExports.isArray(h2.alternatePathMatch) ? h2.alternatePathMatch : [h2.alternatePathMatch]).some((alternatePathMatch) => {
60437
- return norm(uh.path) === norm(alternatePathMatch);
60422
+ const hasAlternatePathMatch = !hadNormalPathMatch && h2.alternatePathMatch && (lodashExports.isArray(h2.alternatePathMatch) ? h2.alternatePathMatch : [h2.alternatePathMatch]).find((alternatePathMatch) => {
60423
+ let altPath = alternatePathMatch;
60424
+ if (lodashExports.isPlainObject(alternatePathMatch)) {
60425
+ altPath = alternatePathMatch.path;
60426
+ }
60427
+ return norm(uh.path) === norm(altPath);
60438
60428
  });
60429
+ if (hasAlternatePathMatch) {
60430
+ matchedAltPaths.push(
60431
+ hasAlternatePathMatch.path || hasAlternatePathMatch
60432
+ );
60433
+ if (hasAlternatePathMatch.format) {
60434
+ h2.format = hasAlternatePathMatch.format;
60435
+ }
60436
+ }
60439
60437
  if (pathMatch || displayNameMatch || hasAlternatePathMatch) {
60440
60438
  result = result.filter(({ path: path2 }) => path2 === uh.path);
60441
60439
  result.unshift({
@@ -73806,7 +73804,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
73806
73804
  this.cache[key] = value;
73807
73805
  };
73808
73806
  var cacheDefault = {
73809
- create: /* @__PURE__ */ __name(function create4() {
73807
+ create: /* @__PURE__ */ __name(function create5() {
73810
73808
  return new ObjectWithoutPrototypeCache();
73811
73809
  }, "create")
73812
73810
  };