@teselagen/ove 0.5.1 → 0.5.2

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.
Files changed (4) hide show
  1. package/index.cjs.js +97 -108
  2. package/index.es.js +97 -108
  3. package/index.umd.js +114 -82
  4. package/package.json +3 -2
package/index.cjs.js CHANGED
@@ -5544,10 +5544,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
5544
5544
  /* istanbul ignore next */
5545
5545
  Object.getOwnPropertyNames
5546
5546
  );
5547
- function toPrimitive$2(value) {
5547
+ function toPrimitive$3(value) {
5548
5548
  return value === null ? null : typeof value === "object" ? "" + value : value;
5549
5549
  }
5550
- __name(toPrimitive$2, "toPrimitive$2");
5550
+ __name(toPrimitive$3, "toPrimitive$3");
5551
5551
  function hasProp(target, prop2) {
5552
5552
  return objectPrototype$1.hasOwnProperty.call(target, prop2);
5553
5553
  }
@@ -6564,7 +6564,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
6564
6564
  return this.name_ + "[" + this.value_ + "]";
6565
6565
  }, "toString2");
6566
6566
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6567
- return toPrimitive$2(this.get());
6567
+ return toPrimitive$3(this.get());
6568
6568
  }, "valueOf");
6569
6569
  _proto[_Symbol$toPrimitive] = function() {
6570
6570
  return this.valueOf();
@@ -6749,7 +6749,7 @@ var ComputedValue = /* @__PURE__ */ function() {
6749
6749
  return this.name_ + "[" + this.derivation.toString() + "]";
6750
6750
  }, "toString2");
6751
6751
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6752
- return toPrimitive$2(this.get());
6752
+ return toPrimitive$3(this.get());
6753
6753
  }, "valueOf");
6754
6754
  _proto[_Symbol$toPrimitive$1] = function() {
6755
6755
  return this.valueOf();
@@ -11369,7 +11369,7 @@ lodash.exports;
11369
11369
  "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
11370
11370
  );
11371
11371
  var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
11372
- var defineProperty5 = function() {
11372
+ var defineProperty6 = function() {
11373
11373
  try {
11374
11374
  var func = getNative2(Object2, "defineProperty");
11375
11375
  func({}, "", {});
@@ -11809,8 +11809,8 @@ lodash.exports;
11809
11809
  }
11810
11810
  __name(baseAssignIn2, "baseAssignIn");
11811
11811
  function baseAssignValue2(object3, key, value) {
11812
- if (key == "__proto__" && defineProperty5) {
11813
- defineProperty5(object3, key, {
11812
+ if (key == "__proto__" && defineProperty6) {
11813
+ defineProperty6(object3, key, {
11814
11814
  "configurable": true,
11815
11815
  "enumerable": true,
11816
11816
  "value": value,
@@ -12543,8 +12543,8 @@ lodash.exports;
12543
12543
  metaMap.set(func, data);
12544
12544
  return func;
12545
12545
  };
12546
- var baseSetToString2 = !defineProperty5 ? identity4 : function(func, string2) {
12547
- return defineProperty5(func, "toString", {
12546
+ var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
12547
+ return defineProperty6(func, "toString", {
12548
12548
  "configurable": true,
12549
12549
  "enumerable": false,
12550
12550
  "value": constant2(string2),
@@ -17067,20 +17067,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
17067
17067
  return true;
17068
17068
  }
17069
17069
  }, "_fails");
17070
- var _descriptors;
17071
- var hasRequired_descriptors;
17072
- function require_descriptors() {
17073
- if (hasRequired_descriptors)
17074
- return _descriptors;
17075
- hasRequired_descriptors = 1;
17076
- _descriptors = !_fails(function() {
17077
- return Object.defineProperty({}, "a", { get: function() {
17078
- return 7;
17079
- } }).a != 7;
17080
- });
17081
- return _descriptors;
17082
- }
17083
- __name(require_descriptors, "require_descriptors");
17070
+ var _descriptors = !_fails(function() {
17071
+ return Object.defineProperty({}, "a", { get: function() {
17072
+ return 7;
17073
+ } }).a != 7;
17074
+ });
17084
17075
  var _domCreate;
17085
17076
  var hasRequired_domCreate;
17086
17077
  function require_domCreate() {
@@ -17096,20 +17087,11 @@ function require_domCreate() {
17096
17087
  return _domCreate;
17097
17088
  }
17098
17089
  __name(require_domCreate, "require_domCreate");
17099
- var _ie8DomDefine;
17100
- var hasRequired_ie8DomDefine;
17101
- function require_ie8DomDefine() {
17102
- if (hasRequired_ie8DomDefine)
17103
- return _ie8DomDefine;
17104
- hasRequired_ie8DomDefine = 1;
17105
- _ie8DomDefine = !require_descriptors() && !_fails(function() {
17106
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17107
- return 7;
17108
- } }).a != 7;
17109
- });
17110
- return _ie8DomDefine;
17111
- }
17112
- __name(require_ie8DomDefine, "require_ie8DomDefine");
17090
+ var _ie8DomDefine = !_descriptors && !_fails(function() {
17091
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17092
+ return 7;
17093
+ } }).a != 7;
17094
+ });
17113
17095
  var isObject$d = _isObject;
17114
17096
  var _toPrimitive$2 = /* @__PURE__ */ __name(function(it, S2) {
17115
17097
  if (!isObject$d(it))
@@ -17123,33 +17105,25 @@ var _toPrimitive$2 = /* @__PURE__ */ __name(function(it, S2) {
17123
17105
  return val2;
17124
17106
  throw TypeError("Can't convert object to primitive value");
17125
17107
  }, "_toPrimitive$2");
17126
- var hasRequired_objectDp;
17127
- function require_objectDp() {
17128
- if (hasRequired_objectDp)
17129
- return _objectDp;
17130
- hasRequired_objectDp = 1;
17131
- var anObject2 = _anObject;
17132
- var IE8_DOM_DEFINE2 = require_ie8DomDefine();
17133
- var toPrimitive2 = _toPrimitive$2;
17134
- var dP2 = Object.defineProperty;
17135
- _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty5(O2, P2, Attributes) {
17136
- anObject2(O2);
17137
- P2 = toPrimitive2(P2, true);
17138
- anObject2(Attributes);
17139
- if (IE8_DOM_DEFINE2)
17140
- try {
17141
- return dP2(O2, P2, Attributes);
17142
- } catch (e2) {
17143
- }
17144
- if ("get" in Attributes || "set" in Attributes)
17145
- throw TypeError("Accessors not supported!");
17146
- if ("value" in Attributes)
17147
- O2[P2] = Attributes.value;
17148
- return O2;
17149
- }, "defineProperty");
17150
- return _objectDp;
17151
- }
17152
- __name(require_objectDp, "require_objectDp");
17108
+ var anObject$5 = _anObject;
17109
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
17110
+ var toPrimitive$2 = _toPrimitive$2;
17111
+ var dP$3 = Object.defineProperty;
17112
+ _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty(O2, P2, Attributes) {
17113
+ anObject$5(O2);
17114
+ P2 = toPrimitive$2(P2, true);
17115
+ anObject$5(Attributes);
17116
+ if (IE8_DOM_DEFINE$1)
17117
+ try {
17118
+ return dP$3(O2, P2, Attributes);
17119
+ } catch (e2) {
17120
+ }
17121
+ if ("get" in Attributes || "set" in Attributes)
17122
+ throw TypeError("Accessors not supported!");
17123
+ if ("value" in Attributes)
17124
+ O2[P2] = Attributes.value;
17125
+ return O2;
17126
+ }, "defineProperty");
17153
17127
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17154
17128
  return {
17155
17129
  enumerable: !(bitmap & 1),
@@ -17158,9 +17132,9 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17158
17132
  value
17159
17133
  };
17160
17134
  }, "_propertyDesc");
17161
- var dP$2 = require_objectDp();
17135
+ var dP$2 = _objectDp;
17162
17136
  var createDesc$3 = _propertyDesc;
17163
- var _hide = require_descriptors() ? function(object3, key, value) {
17137
+ var _hide = _descriptors ? function(object3, key, value) {
17164
17138
  return dP$2.f(object3, key, createDesc$3(1, value));
17165
17139
  } : function(object3, key, value) {
17166
17140
  object3[key] = value;
@@ -17339,10 +17313,10 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
17339
17313
  return result;
17340
17314
  }, "_objectKeysInternal");
17341
17315
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
17342
- var $keys$2 = _objectKeysInternal;
17316
+ var $keys$3 = _objectKeysInternal;
17343
17317
  var enumBugKeys$1 = _enumBugKeys;
17344
17318
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
17345
- return $keys$2(O2, enumBugKeys$1);
17319
+ return $keys$3(O2, enumBugKeys$1);
17346
17320
  }, "keys");
17347
17321
  var _objectGops = {};
17348
17322
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -17366,7 +17340,7 @@ function require_objectAssign() {
17366
17340
  if (hasRequired_objectAssign)
17367
17341
  return _objectAssign;
17368
17342
  hasRequired_objectAssign = 1;
17369
- var DESCRIPTORS2 = require_descriptors();
17343
+ var DESCRIPTORS2 = _descriptors;
17370
17344
  var getKeys2 = _objectKeys;
17371
17345
  var gOPS2 = _objectGops;
17372
17346
  var pIE2 = require_objectPie();
@@ -17432,10 +17406,10 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
17432
17406
  }, "_iterStep");
17433
17407
  var _iterators = {};
17434
17408
  var _redefine = _hide;
17435
- var dP$1 = require_objectDp();
17409
+ var dP$1 = _objectDp;
17436
17410
  var anObject$4 = _anObject;
17437
17411
  var getKeys$1 = _objectKeys;
17438
- var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
17412
+ var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
17439
17413
  anObject$4(O2);
17440
17414
  var keys5 = getKeys$1(Properties2);
17441
17415
  var length = keys5.length;
@@ -17502,7 +17476,7 @@ var $exports = _wks.exports = function(name2) {
17502
17476
  };
17503
17477
  $exports.store = store$2;
17504
17478
  var _wksExports = _wks.exports;
17505
- var def = require_objectDp().f;
17479
+ var def = _objectDp.f;
17506
17480
  var has$c = _has;
17507
17481
  var TAG$1 = _wksExports("toStringTag");
17508
17482
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -17775,7 +17749,7 @@ var ArrayProto = Array.prototype;
17775
17749
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
17776
17750
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
17777
17751
  }, "_isArrayIter");
17778
- var $defineProperty$4 = require_objectDp();
17752
+ var $defineProperty$4 = _objectDp;
17779
17753
  var createDesc$2 = _propertyDesc;
17780
17754
  var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
17781
17755
  if (index2 in object3)
@@ -17904,9 +17878,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
17904
17878
  }
17905
17879
  }, "_default$8");
17906
17880
  var $export$3 = _export;
17907
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
17881
+ $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
17908
17882
  var $Object$3 = _coreExports.Object;
17909
- var defineProperty$b = /* @__PURE__ */ __name(function defineProperty(it, key, desc) {
17883
+ var defineProperty$b = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
17910
17884
  return $Object$3.defineProperty(it, key, desc);
17911
17885
  }, "defineProperty");
17912
17886
  var defineProperty$a = { "default": defineProperty$b, __esModule: true };
@@ -17945,7 +17919,7 @@ var _meta = { exports: {} };
17945
17919
  var META$1 = _uid("meta");
17946
17920
  var isObject$c = _isObject;
17947
17921
  var has$a = _has;
17948
- var setDesc = require_objectDp().f;
17922
+ var setDesc = _objectDp.f;
17949
17923
  var id$1 = 0;
17950
17924
  var isExtensible = Object.isExtensible || function() {
17951
17925
  return true;
@@ -17998,7 +17972,7 @@ var meta = _meta.exports = {
17998
17972
  var _metaExports = _meta.exports;
17999
17973
  var core = _coreExports;
18000
17974
  var wksExt$1 = _wksExt;
18001
- var defineProperty$9 = require_objectDp().f;
17975
+ var defineProperty$9 = _objectDp.f;
18002
17976
  var _wksDefine = /* @__PURE__ */ __name(function(name2) {
18003
17977
  var $Symbol2 = core.Symbol || (core.Symbol = {});
18004
17978
  if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
@@ -18027,21 +18001,13 @@ var _isArray = Array.isArray || /* @__PURE__ */ __name(function isArray(arg) {
18027
18001
  }, "isArray");
18028
18002
  var _objectGopnExt = {};
18029
18003
  var _objectGopn = {};
18030
- var hasRequired_objectGopn;
18031
- function require_objectGopn() {
18032
- if (hasRequired_objectGopn)
18033
- return _objectGopn;
18034
- hasRequired_objectGopn = 1;
18035
- var $keys2 = _objectKeysInternal;
18036
- var hiddenKeys = _enumBugKeys.concat("length", "prototype");
18037
- _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames4(O2) {
18038
- return $keys2(O2, hiddenKeys);
18039
- }, "getOwnPropertyNames");
18040
- return _objectGopn;
18041
- }
18042
- __name(require_objectGopn, "require_objectGopn");
18004
+ var $keys$2 = _objectKeysInternal;
18005
+ var hiddenKeys = _enumBugKeys.concat("length", "prototype");
18006
+ _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames(O2) {
18007
+ return $keys$2(O2, hiddenKeys);
18008
+ }, "getOwnPropertyNames");
18043
18009
  var toIObject$2 = _toIobject;
18044
- var gOPN$1 = require_objectGopn().f;
18010
+ var gOPN$1 = _objectGopn.f;
18045
18011
  var toString$5 = {}.toString;
18046
18012
  var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
18047
18013
  var getWindowNames = /* @__PURE__ */ __name(function(it) {
@@ -18051,7 +18017,7 @@ var getWindowNames = /* @__PURE__ */ __name(function(it) {
18051
18017
  return windowNames.slice();
18052
18018
  }
18053
18019
  }, "getWindowNames");
18054
- _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames(it) {
18020
+ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
18055
18021
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
18056
18022
  }, "getOwnPropertyNames");
18057
18023
  var _objectGopd = {};
@@ -18060,9 +18026,9 @@ var createDesc$1 = _propertyDesc;
18060
18026
  var toIObject$1 = _toIobject;
18061
18027
  var toPrimitive$1 = _toPrimitive$2;
18062
18028
  var has$9 = _has;
18063
- var IE8_DOM_DEFINE = require_ie8DomDefine();
18029
+ var IE8_DOM_DEFINE = _ie8DomDefine;
18064
18030
  var gOPD$6 = Object.getOwnPropertyDescriptor;
18065
- _objectGopd.f = require_descriptors() ? gOPD$6 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18031
+ _objectGopd.f = _descriptors ? gOPD$6 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18066
18032
  O2 = toIObject$1(O2);
18067
18033
  P2 = toPrimitive$1(P2, true);
18068
18034
  if (IE8_DOM_DEFINE)
@@ -18075,7 +18041,7 @@ _objectGopd.f = require_descriptors() ? gOPD$6 : /* @__PURE__ */ __name(function
18075
18041
  }, "getOwnPropertyDescriptor");
18076
18042
  var global$2 = _globalExports;
18077
18043
  var has$8 = _has;
18078
- var DESCRIPTORS = require_descriptors();
18044
+ var DESCRIPTORS = _descriptors;
18079
18045
  var $export$2 = _export;
18080
18046
  var redefine = _redefine;
18081
18047
  var META = _metaExports.KEY;
@@ -18098,7 +18064,7 @@ var _create$1 = _objectCreate;
18098
18064
  var gOPNExt = _objectGopnExt;
18099
18065
  var $GOPD = _objectGopd;
18100
18066
  var $GOPS = _objectGops;
18101
- var $DP = require_objectDp();
18067
+ var $DP = _objectDp;
18102
18068
  var $keys$1 = _objectKeys;
18103
18069
  var gOPD$5 = $GOPD.f;
18104
18070
  var dP = $DP.f;
@@ -18141,7 +18107,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
18141
18107
  } : function(it) {
18142
18108
  return it instanceof $Symbol;
18143
18109
  };
18144
- var $defineProperty$3 = /* @__PURE__ */ __name(function defineProperty3(it, key, D2) {
18110
+ var $defineProperty$3 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
18145
18111
  if (it === ObjectProto)
18146
18112
  $defineProperty$3(OPSymbols, key, D2);
18147
18113
  anObject(it);
@@ -18190,7 +18156,7 @@ var $getOwnPropertyDescriptor = /* @__PURE__ */ __name(function getOwnPropertyDe
18190
18156
  D2.enumerable = true;
18191
18157
  return D2;
18192
18158
  }, "getOwnPropertyDescriptor");
18193
- var $getOwnPropertyNames = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
18159
+ var $getOwnPropertyNames = /* @__PURE__ */ __name(function getOwnPropertyNames3(it) {
18194
18160
  var names2 = gOPN(toIObject(it));
18195
18161
  var result = [];
18196
18162
  var i = 0;
@@ -18234,7 +18200,7 @@ if (!USE_NATIVE) {
18234
18200
  }, "toString"));
18235
18201
  $GOPD.f = $getOwnPropertyDescriptor;
18236
18202
  $DP.f = $defineProperty$3;
18237
- require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
18203
+ _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
18238
18204
  require_objectPie().f = $propertyIsEnumerable;
18239
18205
  $GOPS.f = $getOwnPropertySymbols;
18240
18206
  if (DESCRIPTORS && !_library) {
@@ -54272,7 +54238,7 @@ var KNOWN_STATICS = {
54272
54238
  arity: true
54273
54239
  };
54274
54240
  var defineProperty$3 = Object.defineProperty;
54275
- var getOwnPropertyNames3 = Object.getOwnPropertyNames;
54241
+ var getOwnPropertyNames4 = Object.getOwnPropertyNames;
54276
54242
  var getOwnPropertySymbols3 = Object.getOwnPropertySymbols;
54277
54243
  var getOwnPropertyDescriptor3 = Object.getOwnPropertyDescriptor;
54278
54244
  var getPrototypeOf = Object.getPrototypeOf;
@@ -54285,7 +54251,7 @@ function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
54285
54251
  hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
54286
54252
  }
54287
54253
  }
54288
- var keys5 = getOwnPropertyNames3(sourceComponent);
54254
+ var keys5 = getOwnPropertyNames4(sourceComponent);
54289
54255
  if (getOwnPropertySymbols3) {
54290
54256
  keys5 = keys5.concat(getOwnPropertySymbols3(sourceComponent));
54291
54257
  }
@@ -55139,7 +55105,9 @@ function validateTableWideErrors({
55139
55105
  });
55140
55106
  }
55141
55107
  const displayNameMap = {};
55108
+ const fieldUpperToPath = {};
55142
55109
  lodashExports.forEach(schema2.fields, (f2) => {
55110
+ fieldUpperToPath[f2.path.toUpperCase()] = f2.path;
55143
55111
  displayNameMap[f2.path] = f2.displayName || lodashExports.startCase(lodashExports.camelCase(f2.path));
55144
55112
  });
55145
55113
  function getDisplayName2(path2) {
@@ -55179,6 +55147,27 @@ function validateTableWideErrors({
55179
55147
  });
55180
55148
  });
55181
55149
  }
55150
+ const requireIfs = [];
55151
+ schema2.fields.forEach((col) => {
55152
+ const { path: path2, requireIf } = col;
55153
+ if (requireIf) {
55154
+ const requireIfPath = fieldUpperToPath[requireIf.toUpperCase()];
55155
+ requireIfs.push([requireIfPath, path2]);
55156
+ }
55157
+ });
55158
+ requireIfs.forEach(([requireIfPath, path2]) => {
55159
+ entities.forEach((entity) => {
55160
+ const requireIfVal = getCellVal(entity, requireIfPath);
55161
+ const pathVal = getCellVal(entity, path2);
55162
+ if (requireIfVal && !pathVal) {
55163
+ const cellId = `${getIdOrCodeOrIndex(entity)}:${path2}`;
55164
+ newCellValidate[cellId] = {
55165
+ message: `This field is required if ${displayNameMap[requireIfPath]} is present`,
55166
+ _isTableWideError: true
55167
+ };
55168
+ }
55169
+ });
55170
+ });
55182
55171
  if (schema2.requireAllOrNone) {
55183
55172
  (lodashExports.isArray(schema2.requireAllOrNone[0]) ? schema2.requireAllOrNone : [schema2.requireAllOrNone]).forEach((reqs) => {
55184
55173
  entities.forEach((entity) => {
@@ -127248,7 +127237,7 @@ function showFileDialog({ multiple = false, onSelect }) {
127248
127237
  }
127249
127238
  __name(showFileDialog, "showFileDialog");
127250
127239
  const name = "@teselagen/ove";
127251
- const version = "0.5.0";
127240
+ const version = "0.5.1";
127252
127241
  const main = "./src/index.js";
127253
127242
  const exports$1 = {
127254
127243
  ".": {
@@ -129584,7 +129573,7 @@ var createClass = /* @__PURE__ */ function() {
129584
129573
  return Constructor;
129585
129574
  };
129586
129575
  }();
129587
- var defineProperty4 = /* @__PURE__ */ __name(function(obj, key, value) {
129576
+ var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
129588
129577
  if (key in obj) {
129589
129578
  Object.defineProperty(obj, key, {
129590
129579
  value,
@@ -130195,7 +130184,7 @@ function arrow(data, options) {
130195
130184
  var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
130196
130185
  sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
130197
130186
  data.arrowElement = arrowElement;
130198
- data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty4(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty4(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
130187
+ data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
130199
130188
  return data;
130200
130189
  }
130201
130190
  __name(arrow, "arrow");
@@ -130426,7 +130415,7 @@ function preventOverflow(data, options) {
130426
130415
  if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
130427
130416
  value = Math.max(popper2[placement], boundaries[placement]);
130428
130417
  }
130429
- return defineProperty4({}, placement, value);
130418
+ return defineProperty5({}, placement, value);
130430
130419
  }, "primary"),
130431
130420
  secondary: /* @__PURE__ */ __name(function secondary(placement) {
130432
130421
  var mainSide = placement === "right" ? "left" : "top";
@@ -130434,7 +130423,7 @@ function preventOverflow(data, options) {
130434
130423
  if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
130435
130424
  value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
130436
130425
  }
130437
- return defineProperty4({}, mainSide, value);
130426
+ return defineProperty5({}, mainSide, value);
130438
130427
  }, "secondary")
130439
130428
  };
130440
130429
  order2.forEach(function(placement) {
@@ -130455,8 +130444,8 @@ function shift3(data) {
130455
130444
  var side = isVertical ? "left" : "top";
130456
130445
  var measurement = isVertical ? "width" : "height";
130457
130446
  var shiftOffsets = {
130458
- start: defineProperty4({}, side, reference2[side]),
130459
- end: defineProperty4({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
130447
+ start: defineProperty5({}, side, reference2[side]),
130448
+ end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
130460
130449
  };
130461
130450
  data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
130462
130451
  }
package/index.es.js CHANGED
@@ -5526,10 +5526,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
5526
5526
  /* istanbul ignore next */
5527
5527
  Object.getOwnPropertyNames
5528
5528
  );
5529
- function toPrimitive$2(value) {
5529
+ function toPrimitive$3(value) {
5530
5530
  return value === null ? null : typeof value === "object" ? "" + value : value;
5531
5531
  }
5532
- __name(toPrimitive$2, "toPrimitive$2");
5532
+ __name(toPrimitive$3, "toPrimitive$3");
5533
5533
  function hasProp(target, prop2) {
5534
5534
  return objectPrototype$1.hasOwnProperty.call(target, prop2);
5535
5535
  }
@@ -6546,7 +6546,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
6546
6546
  return this.name_ + "[" + this.value_ + "]";
6547
6547
  }, "toString2");
6548
6548
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6549
- return toPrimitive$2(this.get());
6549
+ return toPrimitive$3(this.get());
6550
6550
  }, "valueOf");
6551
6551
  _proto[_Symbol$toPrimitive] = function() {
6552
6552
  return this.valueOf();
@@ -6731,7 +6731,7 @@ var ComputedValue = /* @__PURE__ */ function() {
6731
6731
  return this.name_ + "[" + this.derivation.toString() + "]";
6732
6732
  }, "toString2");
6733
6733
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6734
- return toPrimitive$2(this.get());
6734
+ return toPrimitive$3(this.get());
6735
6735
  }, "valueOf");
6736
6736
  _proto[_Symbol$toPrimitive$1] = function() {
6737
6737
  return this.valueOf();
@@ -11351,7 +11351,7 @@ lodash.exports;
11351
11351
  "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
11352
11352
  );
11353
11353
  var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
11354
- var defineProperty5 = function() {
11354
+ var defineProperty6 = function() {
11355
11355
  try {
11356
11356
  var func = getNative2(Object2, "defineProperty");
11357
11357
  func({}, "", {});
@@ -11791,8 +11791,8 @@ lodash.exports;
11791
11791
  }
11792
11792
  __name(baseAssignIn2, "baseAssignIn");
11793
11793
  function baseAssignValue2(object3, key, value) {
11794
- if (key == "__proto__" && defineProperty5) {
11795
- defineProperty5(object3, key, {
11794
+ if (key == "__proto__" && defineProperty6) {
11795
+ defineProperty6(object3, key, {
11796
11796
  "configurable": true,
11797
11797
  "enumerable": true,
11798
11798
  "value": value,
@@ -12525,8 +12525,8 @@ lodash.exports;
12525
12525
  metaMap.set(func, data);
12526
12526
  return func;
12527
12527
  };
12528
- var baseSetToString2 = !defineProperty5 ? identity4 : function(func, string2) {
12529
- return defineProperty5(func, "toString", {
12528
+ var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
12529
+ return defineProperty6(func, "toString", {
12530
12530
  "configurable": true,
12531
12531
  "enumerable": false,
12532
12532
  "value": constant2(string2),
@@ -17049,20 +17049,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
17049
17049
  return true;
17050
17050
  }
17051
17051
  }, "_fails");
17052
- var _descriptors;
17053
- var hasRequired_descriptors;
17054
- function require_descriptors() {
17055
- if (hasRequired_descriptors)
17056
- return _descriptors;
17057
- hasRequired_descriptors = 1;
17058
- _descriptors = !_fails(function() {
17059
- return Object.defineProperty({}, "a", { get: function() {
17060
- return 7;
17061
- } }).a != 7;
17062
- });
17063
- return _descriptors;
17064
- }
17065
- __name(require_descriptors, "require_descriptors");
17052
+ var _descriptors = !_fails(function() {
17053
+ return Object.defineProperty({}, "a", { get: function() {
17054
+ return 7;
17055
+ } }).a != 7;
17056
+ });
17066
17057
  var _domCreate;
17067
17058
  var hasRequired_domCreate;
17068
17059
  function require_domCreate() {
@@ -17078,20 +17069,11 @@ function require_domCreate() {
17078
17069
  return _domCreate;
17079
17070
  }
17080
17071
  __name(require_domCreate, "require_domCreate");
17081
- var _ie8DomDefine;
17082
- var hasRequired_ie8DomDefine;
17083
- function require_ie8DomDefine() {
17084
- if (hasRequired_ie8DomDefine)
17085
- return _ie8DomDefine;
17086
- hasRequired_ie8DomDefine = 1;
17087
- _ie8DomDefine = !require_descriptors() && !_fails(function() {
17088
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17089
- return 7;
17090
- } }).a != 7;
17091
- });
17092
- return _ie8DomDefine;
17093
- }
17094
- __name(require_ie8DomDefine, "require_ie8DomDefine");
17072
+ var _ie8DomDefine = !_descriptors && !_fails(function() {
17073
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17074
+ return 7;
17075
+ } }).a != 7;
17076
+ });
17095
17077
  var isObject$d = _isObject;
17096
17078
  var _toPrimitive$2 = /* @__PURE__ */ __name(function(it, S2) {
17097
17079
  if (!isObject$d(it))
@@ -17105,33 +17087,25 @@ var _toPrimitive$2 = /* @__PURE__ */ __name(function(it, S2) {
17105
17087
  return val2;
17106
17088
  throw TypeError("Can't convert object to primitive value");
17107
17089
  }, "_toPrimitive$2");
17108
- var hasRequired_objectDp;
17109
- function require_objectDp() {
17110
- if (hasRequired_objectDp)
17111
- return _objectDp;
17112
- hasRequired_objectDp = 1;
17113
- var anObject2 = _anObject;
17114
- var IE8_DOM_DEFINE2 = require_ie8DomDefine();
17115
- var toPrimitive2 = _toPrimitive$2;
17116
- var dP2 = Object.defineProperty;
17117
- _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty5(O2, P2, Attributes) {
17118
- anObject2(O2);
17119
- P2 = toPrimitive2(P2, true);
17120
- anObject2(Attributes);
17121
- if (IE8_DOM_DEFINE2)
17122
- try {
17123
- return dP2(O2, P2, Attributes);
17124
- } catch (e2) {
17125
- }
17126
- if ("get" in Attributes || "set" in Attributes)
17127
- throw TypeError("Accessors not supported!");
17128
- if ("value" in Attributes)
17129
- O2[P2] = Attributes.value;
17130
- return O2;
17131
- }, "defineProperty");
17132
- return _objectDp;
17133
- }
17134
- __name(require_objectDp, "require_objectDp");
17090
+ var anObject$5 = _anObject;
17091
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
17092
+ var toPrimitive$2 = _toPrimitive$2;
17093
+ var dP$3 = Object.defineProperty;
17094
+ _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty(O2, P2, Attributes) {
17095
+ anObject$5(O2);
17096
+ P2 = toPrimitive$2(P2, true);
17097
+ anObject$5(Attributes);
17098
+ if (IE8_DOM_DEFINE$1)
17099
+ try {
17100
+ return dP$3(O2, P2, Attributes);
17101
+ } catch (e2) {
17102
+ }
17103
+ if ("get" in Attributes || "set" in Attributes)
17104
+ throw TypeError("Accessors not supported!");
17105
+ if ("value" in Attributes)
17106
+ O2[P2] = Attributes.value;
17107
+ return O2;
17108
+ }, "defineProperty");
17135
17109
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17136
17110
  return {
17137
17111
  enumerable: !(bitmap & 1),
@@ -17140,9 +17114,9 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17140
17114
  value
17141
17115
  };
17142
17116
  }, "_propertyDesc");
17143
- var dP$2 = require_objectDp();
17117
+ var dP$2 = _objectDp;
17144
17118
  var createDesc$3 = _propertyDesc;
17145
- var _hide = require_descriptors() ? function(object3, key, value) {
17119
+ var _hide = _descriptors ? function(object3, key, value) {
17146
17120
  return dP$2.f(object3, key, createDesc$3(1, value));
17147
17121
  } : function(object3, key, value) {
17148
17122
  object3[key] = value;
@@ -17321,10 +17295,10 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
17321
17295
  return result;
17322
17296
  }, "_objectKeysInternal");
17323
17297
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
17324
- var $keys$2 = _objectKeysInternal;
17298
+ var $keys$3 = _objectKeysInternal;
17325
17299
  var enumBugKeys$1 = _enumBugKeys;
17326
17300
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
17327
- return $keys$2(O2, enumBugKeys$1);
17301
+ return $keys$3(O2, enumBugKeys$1);
17328
17302
  }, "keys");
17329
17303
  var _objectGops = {};
17330
17304
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -17348,7 +17322,7 @@ function require_objectAssign() {
17348
17322
  if (hasRequired_objectAssign)
17349
17323
  return _objectAssign;
17350
17324
  hasRequired_objectAssign = 1;
17351
- var DESCRIPTORS2 = require_descriptors();
17325
+ var DESCRIPTORS2 = _descriptors;
17352
17326
  var getKeys2 = _objectKeys;
17353
17327
  var gOPS2 = _objectGops;
17354
17328
  var pIE2 = require_objectPie();
@@ -17414,10 +17388,10 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
17414
17388
  }, "_iterStep");
17415
17389
  var _iterators = {};
17416
17390
  var _redefine = _hide;
17417
- var dP$1 = require_objectDp();
17391
+ var dP$1 = _objectDp;
17418
17392
  var anObject$4 = _anObject;
17419
17393
  var getKeys$1 = _objectKeys;
17420
- var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
17394
+ var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
17421
17395
  anObject$4(O2);
17422
17396
  var keys5 = getKeys$1(Properties2);
17423
17397
  var length = keys5.length;
@@ -17484,7 +17458,7 @@ var $exports = _wks.exports = function(name2) {
17484
17458
  };
17485
17459
  $exports.store = store$2;
17486
17460
  var _wksExports = _wks.exports;
17487
- var def = require_objectDp().f;
17461
+ var def = _objectDp.f;
17488
17462
  var has$c = _has;
17489
17463
  var TAG$1 = _wksExports("toStringTag");
17490
17464
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -17757,7 +17731,7 @@ var ArrayProto = Array.prototype;
17757
17731
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
17758
17732
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
17759
17733
  }, "_isArrayIter");
17760
- var $defineProperty$4 = require_objectDp();
17734
+ var $defineProperty$4 = _objectDp;
17761
17735
  var createDesc$2 = _propertyDesc;
17762
17736
  var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
17763
17737
  if (index2 in object3)
@@ -17886,9 +17860,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
17886
17860
  }
17887
17861
  }, "_default$8");
17888
17862
  var $export$3 = _export;
17889
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
17863
+ $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
17890
17864
  var $Object$3 = _coreExports.Object;
17891
- var defineProperty$b = /* @__PURE__ */ __name(function defineProperty(it, key, desc) {
17865
+ var defineProperty$b = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
17892
17866
  return $Object$3.defineProperty(it, key, desc);
17893
17867
  }, "defineProperty");
17894
17868
  var defineProperty$a = { "default": defineProperty$b, __esModule: true };
@@ -17927,7 +17901,7 @@ var _meta = { exports: {} };
17927
17901
  var META$1 = _uid("meta");
17928
17902
  var isObject$c = _isObject;
17929
17903
  var has$a = _has;
17930
- var setDesc = require_objectDp().f;
17904
+ var setDesc = _objectDp.f;
17931
17905
  var id$1 = 0;
17932
17906
  var isExtensible = Object.isExtensible || function() {
17933
17907
  return true;
@@ -17980,7 +17954,7 @@ var meta = _meta.exports = {
17980
17954
  var _metaExports = _meta.exports;
17981
17955
  var core = _coreExports;
17982
17956
  var wksExt$1 = _wksExt;
17983
- var defineProperty$9 = require_objectDp().f;
17957
+ var defineProperty$9 = _objectDp.f;
17984
17958
  var _wksDefine = /* @__PURE__ */ __name(function(name2) {
17985
17959
  var $Symbol2 = core.Symbol || (core.Symbol = {});
17986
17960
  if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
@@ -18009,21 +17983,13 @@ var _isArray = Array.isArray || /* @__PURE__ */ __name(function isArray(arg) {
18009
17983
  }, "isArray");
18010
17984
  var _objectGopnExt = {};
18011
17985
  var _objectGopn = {};
18012
- var hasRequired_objectGopn;
18013
- function require_objectGopn() {
18014
- if (hasRequired_objectGopn)
18015
- return _objectGopn;
18016
- hasRequired_objectGopn = 1;
18017
- var $keys2 = _objectKeysInternal;
18018
- var hiddenKeys = _enumBugKeys.concat("length", "prototype");
18019
- _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames4(O2) {
18020
- return $keys2(O2, hiddenKeys);
18021
- }, "getOwnPropertyNames");
18022
- return _objectGopn;
18023
- }
18024
- __name(require_objectGopn, "require_objectGopn");
17986
+ var $keys$2 = _objectKeysInternal;
17987
+ var hiddenKeys = _enumBugKeys.concat("length", "prototype");
17988
+ _objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames(O2) {
17989
+ return $keys$2(O2, hiddenKeys);
17990
+ }, "getOwnPropertyNames");
18025
17991
  var toIObject$2 = _toIobject;
18026
- var gOPN$1 = require_objectGopn().f;
17992
+ var gOPN$1 = _objectGopn.f;
18027
17993
  var toString$5 = {}.toString;
18028
17994
  var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
18029
17995
  var getWindowNames = /* @__PURE__ */ __name(function(it) {
@@ -18033,7 +17999,7 @@ var getWindowNames = /* @__PURE__ */ __name(function(it) {
18033
17999
  return windowNames.slice();
18034
18000
  }
18035
18001
  }, "getWindowNames");
18036
- _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames(it) {
18002
+ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
18037
18003
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
18038
18004
  }, "getOwnPropertyNames");
18039
18005
  var _objectGopd = {};
@@ -18042,9 +18008,9 @@ var createDesc$1 = _propertyDesc;
18042
18008
  var toIObject$1 = _toIobject;
18043
18009
  var toPrimitive$1 = _toPrimitive$2;
18044
18010
  var has$9 = _has;
18045
- var IE8_DOM_DEFINE = require_ie8DomDefine();
18011
+ var IE8_DOM_DEFINE = _ie8DomDefine;
18046
18012
  var gOPD$6 = Object.getOwnPropertyDescriptor;
18047
- _objectGopd.f = require_descriptors() ? gOPD$6 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18013
+ _objectGopd.f = _descriptors ? gOPD$6 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18048
18014
  O2 = toIObject$1(O2);
18049
18015
  P2 = toPrimitive$1(P2, true);
18050
18016
  if (IE8_DOM_DEFINE)
@@ -18057,7 +18023,7 @@ _objectGopd.f = require_descriptors() ? gOPD$6 : /* @__PURE__ */ __name(function
18057
18023
  }, "getOwnPropertyDescriptor");
18058
18024
  var global$2 = _globalExports;
18059
18025
  var has$8 = _has;
18060
- var DESCRIPTORS = require_descriptors();
18026
+ var DESCRIPTORS = _descriptors;
18061
18027
  var $export$2 = _export;
18062
18028
  var redefine = _redefine;
18063
18029
  var META = _metaExports.KEY;
@@ -18080,7 +18046,7 @@ var _create$1 = _objectCreate;
18080
18046
  var gOPNExt = _objectGopnExt;
18081
18047
  var $GOPD = _objectGopd;
18082
18048
  var $GOPS = _objectGops;
18083
- var $DP = require_objectDp();
18049
+ var $DP = _objectDp;
18084
18050
  var $keys$1 = _objectKeys;
18085
18051
  var gOPD$5 = $GOPD.f;
18086
18052
  var dP = $DP.f;
@@ -18123,7 +18089,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
18123
18089
  } : function(it) {
18124
18090
  return it instanceof $Symbol;
18125
18091
  };
18126
- var $defineProperty$3 = /* @__PURE__ */ __name(function defineProperty3(it, key, D2) {
18092
+ var $defineProperty$3 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
18127
18093
  if (it === ObjectProto)
18128
18094
  $defineProperty$3(OPSymbols, key, D2);
18129
18095
  anObject(it);
@@ -18172,7 +18138,7 @@ var $getOwnPropertyDescriptor = /* @__PURE__ */ __name(function getOwnPropertyDe
18172
18138
  D2.enumerable = true;
18173
18139
  return D2;
18174
18140
  }, "getOwnPropertyDescriptor");
18175
- var $getOwnPropertyNames = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
18141
+ var $getOwnPropertyNames = /* @__PURE__ */ __name(function getOwnPropertyNames3(it) {
18176
18142
  var names2 = gOPN(toIObject(it));
18177
18143
  var result = [];
18178
18144
  var i = 0;
@@ -18216,7 +18182,7 @@ if (!USE_NATIVE) {
18216
18182
  }, "toString"));
18217
18183
  $GOPD.f = $getOwnPropertyDescriptor;
18218
18184
  $DP.f = $defineProperty$3;
18219
- require_objectGopn().f = gOPNExt.f = $getOwnPropertyNames;
18185
+ _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
18220
18186
  require_objectPie().f = $propertyIsEnumerable;
18221
18187
  $GOPS.f = $getOwnPropertySymbols;
18222
18188
  if (DESCRIPTORS && !_library) {
@@ -54254,7 +54220,7 @@ var KNOWN_STATICS = {
54254
54220
  arity: true
54255
54221
  };
54256
54222
  var defineProperty$3 = Object.defineProperty;
54257
- var getOwnPropertyNames3 = Object.getOwnPropertyNames;
54223
+ var getOwnPropertyNames4 = Object.getOwnPropertyNames;
54258
54224
  var getOwnPropertySymbols3 = Object.getOwnPropertySymbols;
54259
54225
  var getOwnPropertyDescriptor3 = Object.getOwnPropertyDescriptor;
54260
54226
  var getPrototypeOf = Object.getPrototypeOf;
@@ -54267,7 +54233,7 @@ function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
54267
54233
  hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
54268
54234
  }
54269
54235
  }
54270
- var keys5 = getOwnPropertyNames3(sourceComponent);
54236
+ var keys5 = getOwnPropertyNames4(sourceComponent);
54271
54237
  if (getOwnPropertySymbols3) {
54272
54238
  keys5 = keys5.concat(getOwnPropertySymbols3(sourceComponent));
54273
54239
  }
@@ -55121,7 +55087,9 @@ function validateTableWideErrors({
55121
55087
  });
55122
55088
  }
55123
55089
  const displayNameMap = {};
55090
+ const fieldUpperToPath = {};
55124
55091
  lodashExports.forEach(schema2.fields, (f2) => {
55092
+ fieldUpperToPath[f2.path.toUpperCase()] = f2.path;
55125
55093
  displayNameMap[f2.path] = f2.displayName || lodashExports.startCase(lodashExports.camelCase(f2.path));
55126
55094
  });
55127
55095
  function getDisplayName2(path2) {
@@ -55161,6 +55129,27 @@ function validateTableWideErrors({
55161
55129
  });
55162
55130
  });
55163
55131
  }
55132
+ const requireIfs = [];
55133
+ schema2.fields.forEach((col) => {
55134
+ const { path: path2, requireIf } = col;
55135
+ if (requireIf) {
55136
+ const requireIfPath = fieldUpperToPath[requireIf.toUpperCase()];
55137
+ requireIfs.push([requireIfPath, path2]);
55138
+ }
55139
+ });
55140
+ requireIfs.forEach(([requireIfPath, path2]) => {
55141
+ entities.forEach((entity) => {
55142
+ const requireIfVal = getCellVal(entity, requireIfPath);
55143
+ const pathVal = getCellVal(entity, path2);
55144
+ if (requireIfVal && !pathVal) {
55145
+ const cellId = `${getIdOrCodeOrIndex(entity)}:${path2}`;
55146
+ newCellValidate[cellId] = {
55147
+ message: `This field is required if ${displayNameMap[requireIfPath]} is present`,
55148
+ _isTableWideError: true
55149
+ };
55150
+ }
55151
+ });
55152
+ });
55164
55153
  if (schema2.requireAllOrNone) {
55165
55154
  (lodashExports.isArray(schema2.requireAllOrNone[0]) ? schema2.requireAllOrNone : [schema2.requireAllOrNone]).forEach((reqs) => {
55166
55155
  entities.forEach((entity) => {
@@ -127230,7 +127219,7 @@ function showFileDialog({ multiple = false, onSelect }) {
127230
127219
  }
127231
127220
  __name(showFileDialog, "showFileDialog");
127232
127221
  const name = "@teselagen/ove";
127233
- const version = "0.5.0";
127222
+ const version = "0.5.1";
127234
127223
  const main = "./src/index.js";
127235
127224
  const exports$1 = {
127236
127225
  ".": {
@@ -129566,7 +129555,7 @@ var createClass = /* @__PURE__ */ function() {
129566
129555
  return Constructor;
129567
129556
  };
129568
129557
  }();
129569
- var defineProperty4 = /* @__PURE__ */ __name(function(obj, key, value) {
129558
+ var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
129570
129559
  if (key in obj) {
129571
129560
  Object.defineProperty(obj, key, {
129572
129561
  value,
@@ -130177,7 +130166,7 @@ function arrow(data, options) {
130177
130166
  var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
130178
130167
  sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
130179
130168
  data.arrowElement = arrowElement;
130180
- data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty4(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty4(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
130169
+ data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
130181
130170
  return data;
130182
130171
  }
130183
130172
  __name(arrow, "arrow");
@@ -130408,7 +130397,7 @@ function preventOverflow(data, options) {
130408
130397
  if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
130409
130398
  value = Math.max(popper2[placement], boundaries[placement]);
130410
130399
  }
130411
- return defineProperty4({}, placement, value);
130400
+ return defineProperty5({}, placement, value);
130412
130401
  }, "primary"),
130413
130402
  secondary: /* @__PURE__ */ __name(function secondary(placement) {
130414
130403
  var mainSide = placement === "right" ? "left" : "top";
@@ -130416,7 +130405,7 @@ function preventOverflow(data, options) {
130416
130405
  if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
130417
130406
  value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
130418
130407
  }
130419
- return defineProperty4({}, mainSide, value);
130408
+ return defineProperty5({}, mainSide, value);
130420
130409
  }, "secondary")
130421
130410
  };
130422
130411
  order2.forEach(function(placement) {
@@ -130437,8 +130426,8 @@ function shift3(data) {
130437
130426
  var side = isVertical ? "left" : "top";
130438
130427
  var measurement = isVertical ? "width" : "height";
130439
130428
  var shiftOffsets = {
130440
- start: defineProperty4({}, side, reference2[side]),
130441
- end: defineProperty4({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
130429
+ start: defineProperty5({}, side, reference2[side]),
130430
+ end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
130442
130431
  };
130443
130432
  data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
130444
130433
  }
package/index.umd.js CHANGED
@@ -10380,11 +10380,11 @@ var __async = (__this, __arguments, generator) => {
10380
10380
  }
10381
10381
  bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
10382
10382
  if (target.prototype) {
10383
- var Empty2 = /* @__PURE__ */ __name(function Empty3() {
10383
+ var Empty = /* @__PURE__ */ __name(function Empty2() {
10384
10384
  }, "Empty");
10385
- Empty2.prototype = target.prototype;
10386
- bound.prototype = new Empty2();
10387
- Empty2.prototype = null;
10385
+ Empty.prototype = target.prototype;
10386
+ bound.prototype = new Empty();
10387
+ Empty.prototype = null;
10388
10388
  }
10389
10389
  return bound;
10390
10390
  }, "bind");
@@ -43841,10 +43841,10 @@ ${latestSubscriptionCallbackError.current.stack}
43841
43841
  value
43842
43842
  };
43843
43843
  }, "_propertyDesc");
43844
- var dP$2 = require_objectDp();
43844
+ var dP$1 = require_objectDp();
43845
43845
  var createDesc$3 = _propertyDesc;
43846
43846
  var _hide = require_descriptors() ? function(object2, key2, value) {
43847
- return dP$2.f(object2, key2, createDesc$3(1, value));
43847
+ return dP$1.f(object2, key2, createDesc$3(1, value));
43848
43848
  } : function(object2, key2, value) {
43849
43849
  object2[key2] = value;
43850
43850
  return object2;
@@ -43858,7 +43858,7 @@ ${latestSubscriptionCallbackError.current.stack}
43858
43858
  var ctx$1 = _ctx;
43859
43859
  var hide$2 = _hide;
43860
43860
  var has$d = _has;
43861
- var PROTOTYPE$2 = "prototype";
43861
+ var PROTOTYPE$1 = "prototype";
43862
43862
  var $export$8 = /* @__PURE__ */ __name(function(type2, name2, source) {
43863
43863
  var IS_FORCED = type2 & $export$8.F;
43864
43864
  var IS_GLOBAL = type2 & $export$8.G;
@@ -43867,8 +43867,8 @@ ${latestSubscriptionCallbackError.current.stack}
43867
43867
  var IS_BIND = type2 & $export$8.B;
43868
43868
  var IS_WRAP = type2 & $export$8.W;
43869
43869
  var exports3 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
43870
- var expProto = exports3[PROTOTYPE$2];
43871
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name2] : (global$4[name2] || {})[PROTOTYPE$2];
43870
+ var expProto = exports3[PROTOTYPE$1];
43871
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name2] : (global$4[name2] || {})[PROTOTYPE$1];
43872
43872
  var key2, own2, out;
43873
43873
  if (IS_GLOBAL)
43874
43874
  source = name2;
@@ -43892,7 +43892,7 @@ ${latestSubscriptionCallbackError.current.stack}
43892
43892
  }
43893
43893
  return C2.apply(this, arguments);
43894
43894
  }, "F");
43895
- F2[PROTOTYPE$2] = C2[PROTOTYPE$2];
43895
+ F2[PROTOTYPE$1] = C2[PROTOTYPE$1];
43896
43896
  return F2;
43897
43897
  }(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
43898
43898
  if (IS_PROTO) {
@@ -43915,25 +43915,16 @@ ${latestSubscriptionCallbackError.current.stack}
43915
43915
  var _cof = /* @__PURE__ */ __name(function(it) {
43916
43916
  return toString$4.call(it).slice(8, -1);
43917
43917
  }, "_cof");
43918
- var _iobject;
43919
- var hasRequired_iobject;
43920
- function require_iobject() {
43921
- if (hasRequired_iobject)
43922
- return _iobject;
43923
- hasRequired_iobject = 1;
43924
- var cof2 = _cof;
43925
- _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43926
- return cof2(it) == "String" ? it.split("") : Object(it);
43927
- };
43928
- return _iobject;
43929
- }
43930
- __name(require_iobject, "require_iobject");
43918
+ var cof$2 = _cof;
43919
+ var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
43920
+ return cof$2(it) == "String" ? it.split("") : Object(it);
43921
+ };
43931
43922
  var _defined = /* @__PURE__ */ __name(function(it) {
43932
43923
  if (it == void 0)
43933
43924
  throw TypeError("Can't call method on " + it);
43934
43925
  return it;
43935
43926
  }, "_defined");
43936
- var IObject = require_iobject();
43927
+ var IObject = _iobject;
43937
43928
  var defined$2 = _defined;
43938
43929
  var _toIobject = /* @__PURE__ */ __name(function(it) {
43939
43930
  return IObject(defined$2(it));
@@ -44006,14 +43997,14 @@ ${latestSubscriptionCallbackError.current.stack}
44006
43997
  var has$c = _has;
44007
43998
  var toIObject$4 = _toIobject;
44008
43999
  var arrayIndexOf = _arrayIncludes$1(false);
44009
- var IE_PROTO$2 = _sharedKey("IE_PROTO");
44000
+ var IE_PROTO$1 = _sharedKey("IE_PROTO");
44010
44001
  var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
44011
44002
  var O2 = toIObject$4(object2);
44012
44003
  var i2 = 0;
44013
44004
  var result = [];
44014
44005
  var key2;
44015
44006
  for (key2 in O2)
44016
- if (key2 != IE_PROTO$2)
44007
+ if (key2 != IE_PROTO$1)
44017
44008
  has$c(O2, key2) && result.push(key2);
44018
44009
  while (names2.length > i2)
44019
44010
  if (has$c(O2, key2 = names2[i2++])) {
@@ -44023,9 +44014,9 @@ ${latestSubscriptionCallbackError.current.stack}
44023
44014
  }, "_objectKeysInternal");
44024
44015
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
44025
44016
  var $keys$3 = _objectKeysInternal;
44026
- var enumBugKeys$1 = _enumBugKeys;
44017
+ var enumBugKeys = _enumBugKeys;
44027
44018
  var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys2(O2) {
44028
- return $keys$3(O2, enumBugKeys$1);
44019
+ return $keys$3(O2, enumBugKeys);
44029
44020
  }, "keys");
44030
44021
  var _objectGops = {};
44031
44022
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -44054,7 +44045,7 @@ ${latestSubscriptionCallbackError.current.stack}
44054
44045
  var gOPS2 = _objectGops;
44055
44046
  var pIE2 = require_objectPie();
44056
44047
  var toObject2 = _toObject;
44057
- var IObject2 = require_iobject();
44048
+ var IObject2 = _iobject;
44058
44049
  var $assign = Object.assign;
44059
44050
  _objectAssign = !$assign || _fails(function() {
44060
44051
  var A2 = {};
@@ -44115,19 +44106,28 @@ ${latestSubscriptionCallbackError.current.stack}
44115
44106
  }, "_iterStep");
44116
44107
  var _iterators = {};
44117
44108
  var _redefine = _hide;
44118
- var dP$1 = require_objectDp();
44119
- var anObject$4 = _anObject;
44120
- var getKeys$1 = _objectKeys;
44121
- var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
44122
- anObject$4(O2);
44123
- var keys2 = getKeys$1(Properties2);
44124
- var length = keys2.length;
44125
- var i2 = 0;
44126
- var P2;
44127
- while (length > i2)
44128
- dP$1.f(O2, P2 = keys2[i2++], Properties2[P2]);
44129
- return O2;
44130
- }, "defineProperties");
44109
+ var _objectDps;
44110
+ var hasRequired_objectDps;
44111
+ function require_objectDps() {
44112
+ if (hasRequired_objectDps)
44113
+ return _objectDps;
44114
+ hasRequired_objectDps = 1;
44115
+ var dP2 = require_objectDp();
44116
+ var anObject2 = _anObject;
44117
+ var getKeys2 = _objectKeys;
44118
+ _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
44119
+ anObject2(O2);
44120
+ var keys2 = getKeys2(Properties2);
44121
+ var length = keys2.length;
44122
+ var i2 = 0;
44123
+ var P2;
44124
+ while (length > i2)
44125
+ dP2.f(O2, P2 = keys2[i2++], Properties2[P2]);
44126
+ return O2;
44127
+ }, "defineProperties");
44128
+ return _objectDps;
44129
+ }
44130
+ __name(require_objectDps, "require_objectDps");
44131
44131
  var _html;
44132
44132
  var hasRequired_html;
44133
44133
  function require_html() {
@@ -44139,42 +44139,51 @@ ${latestSubscriptionCallbackError.current.stack}
44139
44139
  return _html;
44140
44140
  }
44141
44141
  __name(require_html, "require_html");
44142
- var anObject$3 = _anObject;
44143
- var dPs = _objectDps;
44144
- var enumBugKeys = _enumBugKeys;
44145
- var IE_PROTO$1 = _sharedKey("IE_PROTO");
44146
- var Empty = /* @__PURE__ */ __name(function() {
44147
- }, "Empty");
44148
- var PROTOTYPE$1 = "prototype";
44149
- var createDict = /* @__PURE__ */ __name(function() {
44150
- var iframe = require_domCreate()("iframe");
44151
- var i2 = enumBugKeys.length;
44152
- var lt = "<";
44153
- var gt = ">";
44154
- var iframeDocument;
44155
- iframe.style.display = "none";
44156
- require_html().appendChild(iframe);
44157
- iframe.src = "javascript:";
44158
- iframeDocument = iframe.contentWindow.document;
44159
- iframeDocument.open();
44160
- iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
44161
- iframeDocument.close();
44162
- createDict = iframeDocument.F;
44163
- while (i2--)
44164
- delete createDict[PROTOTYPE$1][enumBugKeys[i2]];
44165
- return createDict();
44166
- }, "createDict");
44167
- var _objectCreate = Object.create || /* @__PURE__ */ __name(function create2(O2, Properties2) {
44168
- var result;
44169
- if (O2 !== null) {
44170
- Empty[PROTOTYPE$1] = anObject$3(O2);
44171
- result = new Empty();
44172
- Empty[PROTOTYPE$1] = null;
44173
- result[IE_PROTO$1] = O2;
44174
- } else
44175
- result = createDict();
44176
- return Properties2 === void 0 ? result : dPs(result, Properties2);
44177
- }, "create");
44142
+ var _objectCreate;
44143
+ var hasRequired_objectCreate;
44144
+ function require_objectCreate() {
44145
+ if (hasRequired_objectCreate)
44146
+ return _objectCreate;
44147
+ hasRequired_objectCreate = 1;
44148
+ var anObject2 = _anObject;
44149
+ var dPs = require_objectDps();
44150
+ var enumBugKeys2 = _enumBugKeys;
44151
+ var IE_PROTO2 = _sharedKey("IE_PROTO");
44152
+ var Empty = /* @__PURE__ */ __name(function() {
44153
+ }, "Empty");
44154
+ var PROTOTYPE2 = "prototype";
44155
+ var createDict = /* @__PURE__ */ __name(function() {
44156
+ var iframe = require_domCreate()("iframe");
44157
+ var i2 = enumBugKeys2.length;
44158
+ var lt = "<";
44159
+ var gt = ">";
44160
+ var iframeDocument;
44161
+ iframe.style.display = "none";
44162
+ require_html().appendChild(iframe);
44163
+ iframe.src = "javascript:";
44164
+ iframeDocument = iframe.contentWindow.document;
44165
+ iframeDocument.open();
44166
+ iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
44167
+ iframeDocument.close();
44168
+ createDict = iframeDocument.F;
44169
+ while (i2--)
44170
+ delete createDict[PROTOTYPE2][enumBugKeys2[i2]];
44171
+ return createDict();
44172
+ }, "createDict");
44173
+ _objectCreate = Object.create || /* @__PURE__ */ __name(function create2(O2, Properties2) {
44174
+ var result;
44175
+ if (O2 !== null) {
44176
+ Empty[PROTOTYPE2] = anObject2(O2);
44177
+ result = new Empty();
44178
+ Empty[PROTOTYPE2] = null;
44179
+ result[IE_PROTO2] = O2;
44180
+ } else
44181
+ result = createDict();
44182
+ return Properties2 === void 0 ? result : dPs(result, Properties2);
44183
+ }, "create");
44184
+ return _objectCreate;
44185
+ }
44186
+ __name(require_objectCreate, "require_objectCreate");
44178
44187
  var _wks = { exports: {} };
44179
44188
  var store$2 = _sharedExports("wks");
44180
44189
  var uid$1 = _uid;
@@ -44192,7 +44201,7 @@ ${latestSubscriptionCallbackError.current.stack}
44192
44201
  if (it && !has$b(it = stat ? it : it.prototype, TAG$1))
44193
44202
  def(it, TAG$1, { configurable: true, value: tag });
44194
44203
  }, "_setToStringTag");
44195
- var create$4 = _objectCreate;
44204
+ var create$4 = require_objectCreate();
44196
44205
  var descriptor = _propertyDesc;
44197
44206
  var setToStringTag$2 = _setToStringTag;
44198
44207
  var IteratorPrototype = {};
@@ -44769,7 +44778,7 @@ ${latestSubscriptionCallbackError.current.stack}
44769
44778
  var toIObject = _toIobject;
44770
44779
  var toPrimitive = _toPrimitive$2;
44771
44780
  var createDesc = _propertyDesc;
44772
- var _create$1 = _objectCreate;
44781
+ var _create$1 = require_objectCreate();
44773
44782
  var gOPNExt = _objectGopnExt;
44774
44783
  var $GOPD = _objectGopd;
44775
44784
  var $GOPS = _objectGops;
@@ -45076,7 +45085,7 @@ ${latestSubscriptionCallbackError.current.stack}
45076
45085
  var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
45077
45086
  var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
45078
45087
  var $export = _export;
45079
- $export($export.S, "Object", { create: _objectCreate });
45088
+ $export($export.S, "Object", { create: require_objectCreate() });
45080
45089
  var $Object = _coreExports.Object;
45081
45090
  var create$3 = /* @__PURE__ */ __name(function create2(P2, D2) {
45082
45091
  return $Object.create(P2, D2);
@@ -85017,7 +85026,9 @@ ${latestSubscriptionCallbackError.current.stack}
85017
85026
  });
85018
85027
  }
85019
85028
  const displayNameMap = {};
85029
+ const fieldUpperToPath = {};
85020
85030
  lodashExports.forEach(schema2.fields, (f2) => {
85031
+ fieldUpperToPath[f2.path.toUpperCase()] = f2.path;
85021
85032
  displayNameMap[f2.path] = f2.displayName || lodashExports.startCase(lodashExports.camelCase(f2.path));
85022
85033
  });
85023
85034
  function getDisplayName2(path2) {
@@ -85057,6 +85068,27 @@ ${latestSubscriptionCallbackError.current.stack}
85057
85068
  });
85058
85069
  });
85059
85070
  }
85071
+ const requireIfs = [];
85072
+ schema2.fields.forEach((col) => {
85073
+ const { path: path2, requireIf } = col;
85074
+ if (requireIf) {
85075
+ const requireIfPath = fieldUpperToPath[requireIf.toUpperCase()];
85076
+ requireIfs.push([requireIfPath, path2]);
85077
+ }
85078
+ });
85079
+ requireIfs.forEach(([requireIfPath, path2]) => {
85080
+ entities.forEach((entity) => {
85081
+ const requireIfVal = getCellVal(entity, requireIfPath);
85082
+ const pathVal = getCellVal(entity, path2);
85083
+ if (requireIfVal && !pathVal) {
85084
+ const cellId = `${getIdOrCodeOrIndex(entity)}:${path2}`;
85085
+ newCellValidate[cellId] = {
85086
+ message: `This field is required if ${displayNameMap[requireIfPath]} is present`,
85087
+ _isTableWideError: true
85088
+ };
85089
+ }
85090
+ });
85091
+ });
85060
85092
  if (schema2.requireAllOrNone) {
85061
85093
  (lodashExports.isArray(schema2.requireAllOrNone[0]) ? schema2.requireAllOrNone : [schema2.requireAllOrNone]).forEach((reqs) => {
85062
85094
  entities.forEach((entity) => {
@@ -156506,7 +156538,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
156506
156538
  }
156507
156539
  __name(showFileDialog, "showFileDialog");
156508
156540
  const name = "@teselagen/ove";
156509
- const version = "0.5.0";
156541
+ const version = "0.5.1";
156510
156542
  const main = "./src/index.js";
156511
156543
  const exports$1 = {
156512
156544
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@teselagen/sequence-utils": "0.3.24",
14
14
  "@teselagen/range-utils": "0.3.7",
15
- "@teselagen/ui": "0.4.1",
15
+ "@teselagen/ui": "0.4.2",
16
16
  "@teselagen/file-utils": "0.3.16",
17
17
  "@teselagen/bounce-loader": "0.3.11",
18
18
  "@teselagen/bio-parsers": "0.4.15",
@@ -71,6 +71,7 @@
71
71
  "react-measure": "^2.5.2",
72
72
  "react-redux": "^8.0.5",
73
73
  "react-rnd": "^10.2.4",
74
+ "react-router-dom": "^4.3.1",
74
75
  "react-sizeme": "^2.6.12",
75
76
  "react-sortable-hoc": "^0.6.8",
76
77
  "react-transition-group": "^2.4.0",