@teselagen/ui 0.3.60 → 0.3.61

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
  }
@@ -3039,7 +3039,7 @@ let clearMe;
3039
3039
  inner(dataTip, el, opts);
3040
3040
  break;
3041
3041
  } else if (isEllipsized && el.offsetWidth < el.scrollWidth - 4 && //the -4 is adding a teeny bit of tolerance to fix issues with the column headers getting tooltips even when fully visible
3042
- !el.classList.contains("no-data-tip") && !document.body.classList.contains("drag-active") && el.textContent && ((_b = (_a2 = el.textContent) == null ? void 0 : _a2.trim) == null ? void 0 : _b.call(_a2).length) !== 0) {
3042
+ !el.classList.contains("no-data-tip") && !parentIncludesNoChildDataTip(el, 0) && !document.body.classList.contains("drag-active") && el.textContent && ((_b = (_a2 = el.textContent) == null ? void 0 : _a2.trim) == null ? void 0 : _b.call(_a2).length) !== 0) {
3043
3043
  inner(el.textContent, el, opts);
3044
3044
  break;
3045
3045
  } else if (isEllipsized && el.offsetWidth >= el.scrollWidth)
@@ -3052,6 +3052,16 @@ let clearMe;
3052
3052
  }
3053
3053
  });
3054
3054
  })();
3055
+ function parentIncludesNoChildDataTip(el, count) {
3056
+ if (count > 4)
3057
+ return false;
3058
+ if (!el)
3059
+ return false;
3060
+ if (el.classList.contains("no-child-data-tip"))
3061
+ return true;
3062
+ return parentIncludesNoChildDataTip(el.parentElement, count + 1);
3063
+ }
3064
+ __name(parentIncludesNoChildDataTip, "parentIncludesNoChildDataTip");
3055
3065
  const AssignDefaultsModeContext = React$1.createContext({
3056
3066
  inAssignDefaultsMode: false,
3057
3067
  // eslint-disable-next-line @typescript-eslint/no-empty-function
@@ -15141,11 +15151,11 @@ lodash.exports;
15141
15151
  copyObject2(source, keys3(source), object2, customizer);
15142
15152
  });
15143
15153
  var at = flatRest(baseAt);
15144
- function create5(prototype, properties) {
15154
+ function create6(prototype, properties) {
15145
15155
  var result2 = baseCreate2(prototype);
15146
15156
  return properties == null ? result2 : baseAssign2(result2, properties);
15147
15157
  }
15148
- __name(create5, "create");
15158
+ __name(create6, "create");
15149
15159
  var defaults2 = baseRest2(function(object2, sources) {
15150
15160
  object2 = Object2(object2);
15151
15161
  var index2 = -1;
@@ -15970,7 +15980,7 @@ lodash.exports;
15970
15980
  lodash2.conforms = conforms;
15971
15981
  lodash2.constant = constant2;
15972
15982
  lodash2.countBy = countBy;
15973
- lodash2.create = create5;
15983
+ lodash2.create = create6;
15974
15984
  lodash2.curry = curry;
15975
15985
  lodash2.curryRight = curryRight;
15976
15986
  lodash2.debounce = debounce2;
@@ -16994,17 +17004,17 @@ var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
16994
17004
  return val;
16995
17005
  throw TypeError("Can't convert object to primitive value");
16996
17006
  }, "_toPrimitive");
16997
- var anObject$3 = _anObject;
17007
+ var anObject$5 = _anObject;
16998
17008
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
16999
17009
  var toPrimitive$2 = _toPrimitive;
17000
- var dP$2 = Object.defineProperty;
17010
+ var dP$3 = Object.defineProperty;
17001
17011
  _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
17002
- anObject$3(O2);
17012
+ anObject$5(O2);
17003
17013
  P2 = toPrimitive$2(P2, true);
17004
- anObject$3(Attributes);
17014
+ anObject$5(Attributes);
17005
17015
  if (IE8_DOM_DEFINE$1)
17006
17016
  try {
17007
- return dP$2(O2, P2, Attributes);
17017
+ return dP$3(O2, P2, Attributes);
17008
17018
  } catch (e2) {
17009
17019
  }
17010
17020
  if ("get" in Attributes || "set" in Attributes)
@@ -17021,10 +17031,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17021
17031
  value
17022
17032
  };
17023
17033
  }, "_propertyDesc");
17024
- var dP$1 = _objectDp;
17034
+ var dP$2 = _objectDp;
17025
17035
  var createDesc$3 = _propertyDesc;
17026
17036
  var _hide = _descriptors ? function(object2, key, value) {
17027
- return dP$1.f(object2, key, createDesc$3(1, value));
17037
+ return dP$2.f(object2, key, createDesc$3(1, value));
17028
17038
  } : function(object2, key, value) {
17029
17039
  object2[key] = value;
17030
17040
  return object2;
@@ -17038,7 +17048,7 @@ var core$3 = _coreExports;
17038
17048
  var ctx$1 = _ctx;
17039
17049
  var hide$2 = _hide;
17040
17050
  var has$b = _has;
17041
- var PROTOTYPE$1 = "prototype";
17051
+ var PROTOTYPE$2 = "prototype";
17042
17052
  var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17043
17053
  var IS_FORCED = type & $export$8.F;
17044
17054
  var IS_GLOBAL = type & $export$8.G;
@@ -17047,8 +17057,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17047
17057
  var IS_BIND = type & $export$8.B;
17048
17058
  var IS_WRAP = type & $export$8.W;
17049
17059
  var exports2 = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
17050
- var expProto = exports2[PROTOTYPE$1];
17051
- 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];
17052
17062
  var key, own2, out;
17053
17063
  if (IS_GLOBAL)
17054
17064
  source = name;
@@ -17072,7 +17082,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name, source) {
17072
17082
  }
17073
17083
  return C.apply(this, arguments);
17074
17084
  }, "F");
17075
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
17085
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
17076
17086
  return F;
17077
17087
  }(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
17078
17088
  if (IS_PROTO) {
@@ -17186,14 +17196,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
17186
17196
  var has$a = _has;
17187
17197
  var toIObject$4 = _toIobject;
17188
17198
  var arrayIndexOf = _arrayIncludes(false);
17189
- var IE_PROTO$1 = _sharedKey("IE_PROTO");
17199
+ var IE_PROTO$2 = _sharedKey("IE_PROTO");
17190
17200
  var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
17191
17201
  var O2 = toIObject$4(object2);
17192
17202
  var i = 0;
17193
17203
  var result = [];
17194
17204
  var key;
17195
17205
  for (key in O2)
17196
- if (key != IE_PROTO$1)
17206
+ if (key != IE_PROTO$2)
17197
17207
  has$a(O2, key) && result.push(key);
17198
17208
  while (names2.length > i)
17199
17209
  if (has$a(O2, key = names2[i++])) {
@@ -17203,9 +17213,9 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
17203
17213
  }, "_objectKeysInternal");
17204
17214
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
17205
17215
  var $keys$3 = _objectKeysInternal;
17206
- var enumBugKeys = _enumBugKeys;
17216
+ var enumBugKeys$1 = _enumBugKeys;
17207
17217
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
17208
- return $keys$3(O2, enumBugKeys);
17218
+ return $keys$3(O2, enumBugKeys$1);
17209
17219
  }, "keys");
17210
17220
  var _objectGops = {};
17211
17221
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -17295,28 +17305,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
17295
17305
  }, "_iterStep");
17296
17306
  var _iterators = {};
17297
17307
  var _redefine = _hide;
17298
- var _objectDps;
17299
- var hasRequired_objectDps;
17300
- function require_objectDps() {
17301
- if (hasRequired_objectDps)
17302
- return _objectDps;
17303
- hasRequired_objectDps = 1;
17304
- var dP2 = _objectDp;
17305
- var anObject2 = _anObject;
17306
- var getKeys2 = _objectKeys;
17307
- _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties) {
17308
- anObject2(O2);
17309
- var keys3 = getKeys2(Properties);
17310
- var length = keys3.length;
17311
- var i = 0;
17312
- var P2;
17313
- while (length > i)
17314
- dP2.f(O2, P2 = keys3[i++], Properties[P2]);
17315
- return O2;
17316
- }, "defineProperties");
17317
- return _objectDps;
17318
- }
17319
- __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");
17320
17321
  var _html;
17321
17322
  var hasRequired_html;
17322
17323
  function require_html() {
@@ -17328,51 +17329,42 @@ function require_html() {
17328
17329
  return _html;
17329
17330
  }
17330
17331
  __name(require_html, "require_html");
17331
- var _objectCreate;
17332
- var hasRequired_objectCreate;
17333
- function require_objectCreate() {
17334
- if (hasRequired_objectCreate)
17335
- return _objectCreate;
17336
- hasRequired_objectCreate = 1;
17337
- var anObject2 = _anObject;
17338
- var dPs = require_objectDps();
17339
- var enumBugKeys2 = _enumBugKeys;
17340
- var IE_PROTO2 = _sharedKey("IE_PROTO");
17341
- var Empty = /* @__PURE__ */ __name(function() {
17342
- }, "Empty");
17343
- var PROTOTYPE2 = "prototype";
17344
- var createDict = /* @__PURE__ */ __name(function() {
17345
- var iframe = require_domCreate()("iframe");
17346
- var i = enumBugKeys2.length;
17347
- var lt = "<";
17348
- var gt = ">";
17349
- var iframeDocument;
17350
- iframe.style.display = "none";
17351
- require_html().appendChild(iframe);
17352
- iframe.src = "javascript:";
17353
- iframeDocument = iframe.contentWindow.document;
17354
- iframeDocument.open();
17355
- iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
17356
- iframeDocument.close();
17357
- createDict = iframeDocument.F;
17358
- while (i--)
17359
- delete createDict[PROTOTYPE2][enumBugKeys2[i]];
17360
- return createDict();
17361
- }, "createDict");
17362
- _objectCreate = Object.create || /* @__PURE__ */ __name(function create5(O2, Properties) {
17363
- var result;
17364
- if (O2 !== null) {
17365
- Empty[PROTOTYPE2] = anObject2(O2);
17366
- result = new Empty();
17367
- Empty[PROTOTYPE2] = null;
17368
- result[IE_PROTO2] = O2;
17369
- } else
17370
- result = createDict();
17371
- return Properties === void 0 ? result : dPs(result, Properties);
17372
- }, "create");
17373
- return _objectCreate;
17374
- }
17375
- __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");
17376
17368
  var _wks = { exports: {} };
17377
17369
  var store = _sharedExports("wks");
17378
17370
  var uid$1 = _uid;
@@ -17390,7 +17382,7 @@ var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
17390
17382
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1))
17391
17383
  def(it, TAG$1, { configurable: true, value: tag });
17392
17384
  }, "_setToStringTag");
17393
- var create$3 = require_objectCreate();
17385
+ var create$3 = _objectCreate;
17394
17386
  var descriptor = _propertyDesc;
17395
17387
  var setToStringTag$2 = _setToStringTag;
17396
17388
  var IteratorPrototype = {};
@@ -17798,7 +17790,7 @@ function _interopRequireDefault$e(obj) {
17798
17790
  }
17799
17791
  __name(_interopRequireDefault$e, "_interopRequireDefault$e");
17800
17792
  var _default$7 = function() {
17801
- function defineProperties2(target, props) {
17793
+ function defineProperties3(target, props) {
17802
17794
  for (var i = 0; i < props.length; i++) {
17803
17795
  var descriptor2 = props[i];
17804
17796
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -17808,12 +17800,12 @@ var _default$7 = function() {
17808
17800
  (0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
17809
17801
  }
17810
17802
  }
17811
- __name(defineProperties2, "defineProperties");
17803
+ __name(defineProperties3, "defineProperties");
17812
17804
  return function(Constructor, protoProps, staticProps) {
17813
17805
  if (protoProps)
17814
- defineProperties2(Constructor.prototype, protoProps);
17806
+ defineProperties3(Constructor.prototype, protoProps);
17815
17807
  if (staticProps)
17816
- defineProperties2(Constructor, staticProps);
17808
+ defineProperties3(Constructor, staticProps);
17817
17809
  return Constructor;
17818
17810
  };
17819
17811
  }();
@@ -17842,23 +17834,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
17842
17834
  // weak collections IDs
17843
17835
  } });
17844
17836
  }, "setMeta");
17845
- var fastKey = /* @__PURE__ */ __name(function(it, create5) {
17837
+ var fastKey = /* @__PURE__ */ __name(function(it, create6) {
17846
17838
  if (!isObject$c(it))
17847
17839
  return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
17848
17840
  if (!has$7(it, META$1)) {
17849
17841
  if (!isExtensible(it))
17850
17842
  return "F";
17851
- if (!create5)
17843
+ if (!create6)
17852
17844
  return "E";
17853
17845
  setMeta(it);
17854
17846
  }
17855
17847
  return it[META$1].i;
17856
17848
  }, "fastKey");
17857
- var getWeak = /* @__PURE__ */ __name(function(it, create5) {
17849
+ var getWeak = /* @__PURE__ */ __name(function(it, create6) {
17858
17850
  if (!has$7(it, META$1)) {
17859
17851
  if (!isExtensible(it))
17860
17852
  return true;
17861
- if (!create5)
17853
+ if (!create6)
17862
17854
  return false;
17863
17855
  setMeta(it);
17864
17856
  }
@@ -17967,7 +17959,7 @@ var toObject$1 = _toObject;
17967
17959
  var toIObject = _toIobject;
17968
17960
  var toPrimitive = _toPrimitive;
17969
17961
  var createDesc = _propertyDesc;
17970
- var _create$1 = require_objectCreate();
17962
+ var _create$1 = _objectCreate;
17971
17963
  var gOPNExt = _objectGopnExt;
17972
17964
  var $GOPD = _objectGopd;
17973
17965
  var $GOPS = _objectGops;
@@ -18034,7 +18026,7 @@ var $defineProperty = /* @__PURE__ */ __name(function defineProperty4(it, key, D
18034
18026
  }
18035
18027
  return dP(it, key, D2);
18036
18028
  }, "defineProperty");
18037
- var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2) {
18029
+ var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
18038
18030
  anObject(it);
18039
18031
  var keys3 = enumKeys(P2 = toIObject(P2));
18040
18032
  var i = 0;
@@ -18044,7 +18036,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
18044
18036
  $defineProperty(it, key = keys3[i++], P2[key]);
18045
18037
  return it;
18046
18038
  }, "defineProperties");
18047
- var $create = /* @__PURE__ */ __name(function create(it, P2) {
18039
+ var $create = /* @__PURE__ */ __name(function create2(it, P2) {
18048
18040
  return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
18049
18041
  }, "create");
18050
18042
  var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
@@ -18274,9 +18266,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
18274
18266
  var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
18275
18267
  var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
18276
18268
  var $export = _export;
18277
- $export($export.S, "Object", { create: require_objectCreate() });
18269
+ $export($export.S, "Object", { create: _objectCreate });
18278
18270
  var $Object$1 = _coreExports.Object;
18279
- var create$2 = /* @__PURE__ */ __name(function create2(P2, D2) {
18271
+ var create$2 = /* @__PURE__ */ __name(function create3(P2, D2) {
18280
18272
  return $Object$1.create(P2, D2);
18281
18273
  }, "create");
18282
18274
  var create$1 = { "default": create$2, __esModule: true };
@@ -22363,7 +22355,7 @@ function normalizeComponent(Comp) {
22363
22355
  }
22364
22356
  __name(normalizeComponent, "normalizeComponent");
22365
22357
  var _createClass$c = function() {
22366
- function defineProperties2(target, props) {
22358
+ function defineProperties3(target, props) {
22367
22359
  for (var i = 0; i < props.length; i++) {
22368
22360
  var descriptor2 = props[i];
22369
22361
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -22373,12 +22365,12 @@ var _createClass$c = function() {
22373
22365
  Object.defineProperty(target, descriptor2.key, descriptor2);
22374
22366
  }
22375
22367
  }
22376
- __name(defineProperties2, "defineProperties");
22368
+ __name(defineProperties3, "defineProperties");
22377
22369
  return function(Constructor, protoProps, staticProps) {
22378
22370
  if (protoProps)
22379
- defineProperties2(Constructor.prototype, protoProps);
22371
+ defineProperties3(Constructor.prototype, protoProps);
22380
22372
  if (staticProps)
22381
- defineProperties2(Constructor, staticProps);
22373
+ defineProperties3(Constructor, staticProps);
22382
22374
  return Constructor;
22383
22375
  };
22384
22376
  }();
@@ -22539,7 +22531,7 @@ var _extends$l = Object.assign || function(target) {
22539
22531
  return target;
22540
22532
  };
22541
22533
  var _createClass$b = function() {
22542
- function defineProperties2(target, props) {
22534
+ function defineProperties3(target, props) {
22543
22535
  for (var i = 0; i < props.length; i++) {
22544
22536
  var descriptor2 = props[i];
22545
22537
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -22549,12 +22541,12 @@ var _createClass$b = function() {
22549
22541
  Object.defineProperty(target, descriptor2.key, descriptor2);
22550
22542
  }
22551
22543
  }
22552
- __name(defineProperties2, "defineProperties");
22544
+ __name(defineProperties3, "defineProperties");
22553
22545
  return function(Constructor, protoProps, staticProps) {
22554
22546
  if (protoProps)
22555
- defineProperties2(Constructor.prototype, protoProps);
22547
+ defineProperties3(Constructor.prototype, protoProps);
22556
22548
  if (staticProps)
22557
- defineProperties2(Constructor, staticProps);
22549
+ defineProperties3(Constructor, staticProps);
22558
22550
  return Constructor;
22559
22551
  };
22560
22552
  }();
@@ -23145,7 +23137,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
23145
23137
  }(Base);
23146
23138
  }, "Methods");
23147
23139
  var _createClass$a = function() {
23148
- function defineProperties2(target, props) {
23140
+ function defineProperties3(target, props) {
23149
23141
  for (var i = 0; i < props.length; i++) {
23150
23142
  var descriptor2 = props[i];
23151
23143
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -23155,12 +23147,12 @@ var _createClass$a = function() {
23155
23147
  Object.defineProperty(target, descriptor2.key, descriptor2);
23156
23148
  }
23157
23149
  }
23158
- __name(defineProperties2, "defineProperties");
23150
+ __name(defineProperties3, "defineProperties");
23159
23151
  return function(Constructor, protoProps, staticProps) {
23160
23152
  if (protoProps)
23161
- defineProperties2(Constructor.prototype, protoProps);
23153
+ defineProperties3(Constructor.prototype, protoProps);
23162
23154
  if (staticProps)
23163
- defineProperties2(Constructor, staticProps);
23155
+ defineProperties3(Constructor, staticProps);
23164
23156
  return Constructor;
23165
23157
  };
23166
23158
  }();
@@ -23932,7 +23924,7 @@ var _extends$i = Object.assign || function(target) {
23932
23924
  return target;
23933
23925
  };
23934
23926
  var _createClass$9 = function() {
23935
- function defineProperties2(target, props) {
23927
+ function defineProperties3(target, props) {
23936
23928
  for (var i = 0; i < props.length; i++) {
23937
23929
  var descriptor2 = props[i];
23938
23930
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -23942,12 +23934,12 @@ var _createClass$9 = function() {
23942
23934
  Object.defineProperty(target, descriptor2.key, descriptor2);
23943
23935
  }
23944
23936
  }
23945
- __name(defineProperties2, "defineProperties");
23937
+ __name(defineProperties3, "defineProperties");
23946
23938
  return function(Constructor, protoProps, staticProps) {
23947
23939
  if (protoProps)
23948
- defineProperties2(Constructor.prototype, protoProps);
23940
+ defineProperties3(Constructor.prototype, protoProps);
23949
23941
  if (staticProps)
23950
- defineProperties2(Constructor, staticProps);
23942
+ defineProperties3(Constructor, staticProps);
23951
23943
  return Constructor;
23952
23944
  };
23953
23945
  }();
@@ -30271,21 +30263,21 @@ function parse$5(options) {
30271
30263
  defined: [],
30272
30264
  lazy: {},
30273
30265
  constructs: constructs2,
30274
- content: create5(content$1),
30275
- document: create5(document$2),
30276
- flow: create5(flow$1),
30277
- string: create5(string$1),
30278
- 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)
30279
30271
  };
30280
30272
  return parser;
30281
- function create5(initial) {
30273
+ function create6(initial) {
30282
30274
  return creator;
30283
30275
  function creator(from3) {
30284
30276
  return createTokenizer(parser, initial, from3);
30285
30277
  }
30286
30278
  __name(creator, "creator");
30287
30279
  }
30288
- __name(create5, "create");
30280
+ __name(create6, "create");
30289
30281
  }
30290
30282
  __name(parse$5, "parse$5");
30291
30283
  const search$1 = /[\0\t\n\r]/g;
@@ -30696,10 +30688,10 @@ function compiler(options) {
30696
30688
  return data[key];
30697
30689
  }
30698
30690
  __name(getData, "getData");
30699
- function opener(create5, and) {
30691
+ function opener(create6, and) {
30700
30692
  return open2;
30701
30693
  function open2(token) {
30702
- enter.call(this, create5(token), token);
30694
+ enter.call(this, create6(token), token);
30703
30695
  if (and)
30704
30696
  and.call(this, token);
30705
30697
  }
@@ -32461,7 +32453,7 @@ function mark(values, key, value) {
32461
32453
  }
32462
32454
  __name(mark, "mark");
32463
32455
  const own$3 = {}.hasOwnProperty;
32464
- function create3(definition2) {
32456
+ function create4(definition2) {
32465
32457
  const property2 = {};
32466
32458
  const normal = {};
32467
32459
  let prop;
@@ -32484,8 +32476,8 @@ function create3(definition2) {
32484
32476
  }
32485
32477
  return new Schema(property2, normal, definition2.space);
32486
32478
  }
32487
- __name(create3, "create");
32488
- const xlink = create3({
32479
+ __name(create4, "create");
32480
+ const xlink = create4({
32489
32481
  space: "xlink",
32490
32482
  transform(_2, prop) {
32491
32483
  return "xlink:" + prop.slice(5).toLowerCase();
@@ -32500,7 +32492,7 @@ const xlink = create3({
32500
32492
  xLinkType: null
32501
32493
  }
32502
32494
  });
32503
- const xml = create3({
32495
+ const xml = create4({
32504
32496
  space: "xml",
32505
32497
  transform(_2, prop) {
32506
32498
  return "xml:" + prop.slice(3).toLowerCase();
@@ -32515,13 +32507,13 @@ function caseInsensitiveTransform(attributes, property2) {
32515
32507
  return caseSensitiveTransform(attributes, property2.toLowerCase());
32516
32508
  }
32517
32509
  __name(caseInsensitiveTransform, "caseInsensitiveTransform");
32518
- const xmlns = create3({
32510
+ const xmlns = create4({
32519
32511
  space: "xmlns",
32520
32512
  attributes: { xmlnsxlink: "xmlns:xlink" },
32521
32513
  transform: caseInsensitiveTransform,
32522
32514
  properties: { xmlns: null, xmlnsXLink: null }
32523
32515
  });
32524
- const aria = create3({
32516
+ const aria = create4({
32525
32517
  transform(_2, prop) {
32526
32518
  return prop === "role" ? prop : "aria-" + prop.slice(4).toLowerCase();
32527
32519
  },
@@ -32577,7 +32569,7 @@ const aria = create3({
32577
32569
  role: null
32578
32570
  }
32579
32571
  });
32580
- const html$1 = create3({
32572
+ const html$1 = create4({
32581
32573
  space: "html",
32582
32574
  attributes: {
32583
32575
  acceptcharset: "accept-charset",
@@ -32928,7 +32920,7 @@ const html$1 = create3({
32928
32920
  unselectable: null
32929
32921
  }
32930
32922
  });
32931
- const svg$1 = create3({
32923
+ const svg$1 = create4({
32932
32924
  space: "svg",
32933
32925
  attributes: {
32934
32926
  accentHeight: "accent-height",
@@ -39625,11 +39617,11 @@ var implementation$1 = /* @__PURE__ */ __name(function bind(that) {
39625
39617
  }
39626
39618
  bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
39627
39619
  if (target.prototype) {
39628
- var Empty = /* @__PURE__ */ __name(function Empty2() {
39620
+ var Empty2 = /* @__PURE__ */ __name(function Empty3() {
39629
39621
  }, "Empty");
39630
- Empty.prototype = target.prototype;
39631
- bound.prototype = new Empty();
39632
- Empty.prototype = null;
39622
+ Empty2.prototype = target.prototype;
39623
+ bound.prototype = new Empty2();
39624
+ Empty2.prototype = null;
39633
39625
  }
39634
39626
  return bound;
39635
39627
  }, "bind");
@@ -43804,7 +43796,7 @@ var _extends$c = Object.assign || function(target) {
43804
43796
  return target;
43805
43797
  };
43806
43798
  var _createClass$8 = function() {
43807
- function defineProperties2(target, props) {
43799
+ function defineProperties3(target, props) {
43808
43800
  for (var i = 0; i < props.length; i++) {
43809
43801
  var descriptor2 = props[i];
43810
43802
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -43814,12 +43806,12 @@ var _createClass$8 = function() {
43814
43806
  Object.defineProperty(target, descriptor2.key, descriptor2);
43815
43807
  }
43816
43808
  }
43817
- __name(defineProperties2, "defineProperties");
43809
+ __name(defineProperties3, "defineProperties");
43818
43810
  return function(Constructor, protoProps, staticProps) {
43819
43811
  if (protoProps)
43820
- defineProperties2(Constructor.prototype, protoProps);
43812
+ defineProperties3(Constructor.prototype, protoProps);
43821
43813
  if (staticProps)
43822
- defineProperties2(Constructor, staticProps);
43814
+ defineProperties3(Constructor, staticProps);
43823
43815
  return Constructor;
43824
43816
  };
43825
43817
  }();
@@ -43961,7 +43953,7 @@ var Alpha = function(_ref) {
43961
43953
  return Alpha2;
43962
43954
  }(React$1.PureComponent || React$1.Component);
43963
43955
  var _createClass$7 = function() {
43964
- function defineProperties2(target, props) {
43956
+ function defineProperties3(target, props) {
43965
43957
  for (var i = 0; i < props.length; i++) {
43966
43958
  var descriptor2 = props[i];
43967
43959
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -43971,12 +43963,12 @@ var _createClass$7 = function() {
43971
43963
  Object.defineProperty(target, descriptor2.key, descriptor2);
43972
43964
  }
43973
43965
  }
43974
- __name(defineProperties2, "defineProperties");
43966
+ __name(defineProperties3, "defineProperties");
43975
43967
  return function(Constructor, protoProps, staticProps) {
43976
43968
  if (protoProps)
43977
- defineProperties2(Constructor.prototype, protoProps);
43969
+ defineProperties3(Constructor.prototype, protoProps);
43978
43970
  if (staticProps)
43979
- defineProperties2(Constructor, staticProps);
43971
+ defineProperties3(Constructor, staticProps);
43980
43972
  return Constructor;
43981
43973
  };
43982
43974
  }();
@@ -44209,7 +44201,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
44209
44201
  return null;
44210
44202
  }, "calculateChange");
44211
44203
  var _createClass$6 = function() {
44212
- function defineProperties2(target, props) {
44204
+ function defineProperties3(target, props) {
44213
44205
  for (var i = 0; i < props.length; i++) {
44214
44206
  var descriptor2 = props[i];
44215
44207
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -44219,12 +44211,12 @@ var _createClass$6 = function() {
44219
44211
  Object.defineProperty(target, descriptor2.key, descriptor2);
44220
44212
  }
44221
44213
  }
44222
- __name(defineProperties2, "defineProperties");
44214
+ __name(defineProperties3, "defineProperties");
44223
44215
  return function(Constructor, protoProps, staticProps) {
44224
44216
  if (protoProps)
44225
- defineProperties2(Constructor.prototype, protoProps);
44217
+ defineProperties3(Constructor.prototype, protoProps);
44226
44218
  if (staticProps)
44227
- defineProperties2(Constructor, staticProps);
44219
+ defineProperties3(Constructor, staticProps);
44228
44220
  return Constructor;
44229
44221
  };
44230
44222
  }();
@@ -45435,7 +45427,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl,
45435
45427
  };
45436
45428
  }, "calculateChange");
45437
45429
  var _createClass$5 = function() {
45438
- function defineProperties2(target, props) {
45430
+ function defineProperties3(target, props) {
45439
45431
  for (var i = 0; i < props.length; i++) {
45440
45432
  var descriptor2 = props[i];
45441
45433
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -45445,12 +45437,12 @@ var _createClass$5 = function() {
45445
45437
  Object.defineProperty(target, descriptor2.key, descriptor2);
45446
45438
  }
45447
45439
  }
45448
- __name(defineProperties2, "defineProperties");
45440
+ __name(defineProperties3, "defineProperties");
45449
45441
  return function(Constructor, protoProps, staticProps) {
45450
45442
  if (protoProps)
45451
- defineProperties2(Constructor.prototype, protoProps);
45443
+ defineProperties3(Constructor.prototype, protoProps);
45452
45444
  if (staticProps)
45453
- defineProperties2(Constructor, staticProps);
45445
+ defineProperties3(Constructor, staticProps);
45454
45446
  return Constructor;
45455
45447
  };
45456
45448
  }();
@@ -46752,7 +46744,7 @@ var _extends$b = Object.assign || function(target) {
46752
46744
  return target;
46753
46745
  };
46754
46746
  var _createClass$4 = function() {
46755
- function defineProperties2(target, props) {
46747
+ function defineProperties3(target, props) {
46756
46748
  for (var i = 0; i < props.length; i++) {
46757
46749
  var descriptor2 = props[i];
46758
46750
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -46762,12 +46754,12 @@ var _createClass$4 = function() {
46762
46754
  Object.defineProperty(target, descriptor2.key, descriptor2);
46763
46755
  }
46764
46756
  }
46765
- __name(defineProperties2, "defineProperties");
46757
+ __name(defineProperties3, "defineProperties");
46766
46758
  return function(Constructor, protoProps, staticProps) {
46767
46759
  if (protoProps)
46768
- defineProperties2(Constructor.prototype, protoProps);
46760
+ defineProperties3(Constructor.prototype, protoProps);
46769
46761
  if (staticProps)
46770
- defineProperties2(Constructor, staticProps);
46762
+ defineProperties3(Constructor, staticProps);
46771
46763
  return Constructor;
46772
46764
  };
46773
46765
  }();
@@ -46864,7 +46856,7 @@ var _extends$a = Object.assign || function(target) {
46864
46856
  return target;
46865
46857
  };
46866
46858
  var _createClass$3 = function() {
46867
- function defineProperties2(target, props) {
46859
+ function defineProperties3(target, props) {
46868
46860
  for (var i = 0; i < props.length; i++) {
46869
46861
  var descriptor2 = props[i];
46870
46862
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -46874,12 +46866,12 @@ var _createClass$3 = function() {
46874
46866
  Object.defineProperty(target, descriptor2.key, descriptor2);
46875
46867
  }
46876
46868
  }
46877
- __name(defineProperties2, "defineProperties");
46869
+ __name(defineProperties3, "defineProperties");
46878
46870
  return function(Constructor, protoProps, staticProps) {
46879
46871
  if (protoProps)
46880
- defineProperties2(Constructor.prototype, protoProps);
46872
+ defineProperties3(Constructor.prototype, protoProps);
46881
46873
  if (staticProps)
46882
- defineProperties2(Constructor, staticProps);
46874
+ defineProperties3(Constructor, staticProps);
46883
46875
  return Constructor;
46884
46876
  };
46885
46877
  }();
@@ -47937,7 +47929,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
47937
47929
  );
47938
47930
  };
47939
47931
  var _createClass$2 = function() {
47940
- function defineProperties2(target, props) {
47932
+ function defineProperties3(target, props) {
47941
47933
  for (var i = 0; i < props.length; i++) {
47942
47934
  var descriptor2 = props[i];
47943
47935
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -47947,12 +47939,12 @@ var _createClass$2 = function() {
47947
47939
  Object.defineProperty(target, descriptor2.key, descriptor2);
47948
47940
  }
47949
47941
  }
47950
- __name(defineProperties2, "defineProperties");
47942
+ __name(defineProperties3, "defineProperties");
47951
47943
  return function(Constructor, protoProps, staticProps) {
47952
47944
  if (protoProps)
47953
- defineProperties2(Constructor.prototype, protoProps);
47945
+ defineProperties3(Constructor.prototype, protoProps);
47954
47946
  if (staticProps)
47955
- defineProperties2(Constructor, staticProps);
47947
+ defineProperties3(Constructor, staticProps);
47956
47948
  return Constructor;
47957
47949
  };
47958
47950
  }();
@@ -49362,7 +49354,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
49362
49354
  );
49363
49355
  }, "PhotoshopPreviews");
49364
49356
  var _createClass$1 = function() {
49365
- function defineProperties2(target, props) {
49357
+ function defineProperties3(target, props) {
49366
49358
  for (var i = 0; i < props.length; i++) {
49367
49359
  var descriptor2 = props[i];
49368
49360
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -49372,12 +49364,12 @@ var _createClass$1 = function() {
49372
49364
  Object.defineProperty(target, descriptor2.key, descriptor2);
49373
49365
  }
49374
49366
  }
49375
- __name(defineProperties2, "defineProperties");
49367
+ __name(defineProperties3, "defineProperties");
49376
49368
  return function(Constructor, protoProps, staticProps) {
49377
49369
  if (protoProps)
49378
- defineProperties2(Constructor.prototype, protoProps);
49370
+ defineProperties3(Constructor.prototype, protoProps);
49379
49371
  if (staticProps)
49380
- defineProperties2(Constructor, staticProps);
49372
+ defineProperties3(Constructor, staticProps);
49381
49373
  return Constructor;
49382
49374
  };
49383
49375
  }();
@@ -56191,7 +56183,8 @@ const _DataTable = class _DataTable extends React$1.Component {
56191
56183
  this.startCellEdit(cellId);
56192
56184
  }
56193
56185
  }, err && {
56194
- "data-tip": (err == null ? void 0 : err.message) || err
56186
+ "data-tip": (err == null ? void 0 : err.message) || err,
56187
+ "no-child-data-tip": true
56195
56188
  }), {
56196
56189
  onContextMenu: (e2) => {
56197
56190
  if (!isPrimarySelected) {
@@ -73778,7 +73771,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
73778
73771
  this.cache[key] = value;
73779
73772
  };
73780
73773
  var cacheDefault = {
73781
- create: /* @__PURE__ */ __name(function create4() {
73774
+ create: /* @__PURE__ */ __name(function create5() {
73782
73775
  return new ObjectWithoutPrototypeCache();
73783
73776
  }, "create")
73784
73777
  };