@teselagen/ove 0.3.16 → 0.3.17

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
@@ -7425,7 +7425,7 @@ function getPlainObjectKeys(object) {
7425
7425
  var ownKeys$8 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
7426
7426
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
7427
7427
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
7428
- function toPrimitive$2(value) {
7428
+ function toPrimitive$3(value) {
7429
7429
  return value === null ? null : typeof value === "object" ? "" + value : value;
7430
7430
  }
7431
7431
  function hasProp(target, prop) {
@@ -8354,7 +8354,7 @@ var ObservableValue = /*#__PURE__*/function (_Atom) {
8354
8354
  return this.name_ + "[" + this.value_ + "]";
8355
8355
  };
8356
8356
  _proto.valueOf = function valueOf() {
8357
- return toPrimitive$2(this.get());
8357
+ return toPrimitive$3(this.get());
8358
8358
  };
8359
8359
  _proto[_Symbol$toPrimitive] = function () {
8360
8360
  return this.valueOf();
@@ -8582,7 +8582,7 @@ var ComputedValue = /*#__PURE__*/function () {
8582
8582
  return this.name_ + "[" + this.derivation.toString() + "]";
8583
8583
  };
8584
8584
  _proto.valueOf = function valueOf() {
8585
- return toPrimitive$2(this.get());
8585
+ return toPrimitive$3(this.get());
8586
8586
  };
8587
8587
  _proto[_Symbol$toPrimitive$1] = function () {
8588
8588
  return this.valueOf();
@@ -30279,18 +30279,10 @@ var _fails = function (exec) {
30279
30279
  }
30280
30280
  };
30281
30281
 
30282
- var _descriptors;
30283
- var hasRequired_descriptors;
30284
-
30285
- function require_descriptors () {
30286
- if (hasRequired_descriptors) return _descriptors;
30287
- hasRequired_descriptors = 1;
30288
- // Thank's IE8 for his funny defineProperty
30289
- _descriptors = !_fails(function () {
30290
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30291
- });
30292
- return _descriptors;
30293
- }
30282
+ // Thank's IE8 for his funny defineProperty
30283
+ var _descriptors = !_fails(function () {
30284
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30285
+ });
30294
30286
 
30295
30287
  var _domCreate;
30296
30288
  var hasRequired_domCreate;
@@ -30308,7 +30300,7 @@ function require_domCreate () {
30308
30300
  return _domCreate;
30309
30301
  }
30310
30302
 
30311
- var _ie8DomDefine = !require_descriptors() && !_fails(function () {
30303
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
30312
30304
  return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30313
30305
  });
30314
30306
 
@@ -30325,29 +30317,22 @@ var _toPrimitive$1 = function (it, S) {
30325
30317
  throw TypeError("Can't convert object to primitive value");
30326
30318
  };
30327
30319
 
30328
- var hasRequired_objectDp;
30320
+ var anObject$5 = _anObject;
30321
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30322
+ var toPrimitive$2 = _toPrimitive$1;
30323
+ var dP$3 = Object.defineProperty;
30329
30324
 
30330
- function require_objectDp () {
30331
- if (hasRequired_objectDp) return _objectDp;
30332
- hasRequired_objectDp = 1;
30333
- var anObject = _anObject;
30334
- var IE8_DOM_DEFINE = _ie8DomDefine;
30335
- var toPrimitive = _toPrimitive$1;
30336
- var dP = Object.defineProperty;
30337
-
30338
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30339
- anObject(O);
30340
- P = toPrimitive(P, true);
30341
- anObject(Attributes);
30342
- if (IE8_DOM_DEFINE) try {
30343
- return dP(O, P, Attributes);
30344
- } catch (e) { /* empty */ }
30345
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30346
- if ('value' in Attributes) O[P] = Attributes.value;
30347
- return O;
30348
- };
30349
- return _objectDp;
30350
- }
30325
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30326
+ anObject$5(O);
30327
+ P = toPrimitive$2(P, true);
30328
+ anObject$5(Attributes);
30329
+ if (IE8_DOM_DEFINE$1) try {
30330
+ return dP$3(O, P, Attributes);
30331
+ } catch (e) { /* empty */ }
30332
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30333
+ if ('value' in Attributes) O[P] = Attributes.value;
30334
+ return O;
30335
+ };
30351
30336
 
30352
30337
  var _propertyDesc = function (bitmap, value) {
30353
30338
  return {
@@ -30358,10 +30343,10 @@ var _propertyDesc = function (bitmap, value) {
30358
30343
  };
30359
30344
  };
30360
30345
 
30361
- var dP$1 = require_objectDp();
30346
+ var dP$2 = _objectDp;
30362
30347
  var createDesc$3 = _propertyDesc;
30363
- var _hide = require_descriptors() ? function (object, key, value) {
30364
- return dP$1.f(object, key, createDesc$3(1, value));
30348
+ var _hide = _descriptors ? function (object, key, value) {
30349
+ return dP$2.f(object, key, createDesc$3(1, value));
30365
30350
  } : function (object, key, value) {
30366
30351
  object[key] = value;
30367
30352
  return object;
@@ -30377,7 +30362,7 @@ var core$3 = _coreExports;
30377
30362
  var ctx$1 = _ctx;
30378
30363
  var hide$3 = _hide;
30379
30364
  var has$e = _has;
30380
- var PROTOTYPE$1 = 'prototype';
30365
+ var PROTOTYPE$2 = 'prototype';
30381
30366
 
30382
30367
  var $export$8 = function (type, name, source) {
30383
30368
  var IS_FORCED = type & $export$8.F;
@@ -30387,8 +30372,8 @@ var $export$8 = function (type, name, source) {
30387
30372
  var IS_BIND = type & $export$8.B;
30388
30373
  var IS_WRAP = type & $export$8.W;
30389
30374
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
30390
- var expProto = exports[PROTOTYPE$1];
30391
- var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name] : (global$5[name] || {})[PROTOTYPE$1];
30375
+ var expProto = exports[PROTOTYPE$2];
30376
+ var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name] : (global$5[name] || {})[PROTOTYPE$2];
30392
30377
  var key, own, out;
30393
30378
  if (IS_GLOBAL) source = name;
30394
30379
  for (key in source) {
@@ -30412,7 +30397,7 @@ var $export$8 = function (type, name, source) {
30412
30397
  } return new C(a, b, c);
30413
30398
  } return C.apply(this, arguments);
30414
30399
  };
30415
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
30400
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
30416
30401
  return F;
30417
30402
  // make static versions for prototype methods
30418
30403
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -30441,20 +30426,12 @@ var _cof = function (it) {
30441
30426
  return toString$6.call(it).slice(8, -1);
30442
30427
  };
30443
30428
 
30444
- var _iobject;
30445
- var hasRequired_iobject;
30446
-
30447
- function require_iobject () {
30448
- if (hasRequired_iobject) return _iobject;
30449
- hasRequired_iobject = 1;
30450
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30451
- var cof = _cof;
30452
- // eslint-disable-next-line no-prototype-builtins
30453
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30454
- return cof(it) == 'String' ? it.split('') : Object(it);
30455
- };
30456
- return _iobject;
30457
- }
30429
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30430
+ var cof$2 = _cof;
30431
+ // eslint-disable-next-line no-prototype-builtins
30432
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30433
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
30434
+ };
30458
30435
 
30459
30436
  // 7.2.1 RequireObjectCoercible(argument)
30460
30437
  var _defined = function (it) {
@@ -30463,7 +30440,7 @@ var _defined = function (it) {
30463
30440
  };
30464
30441
 
30465
30442
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30466
- var IObject = require_iobject();
30443
+ var IObject = _iobject;
30467
30444
  var defined$2 = _defined;
30468
30445
  var _toIobject = function (it) {
30469
30446
  return IObject(defined$2(it));
@@ -30549,14 +30526,14 @@ var _sharedKey = function (key) {
30549
30526
  var has$d = _has;
30550
30527
  var toIObject$4 = _toIobject;
30551
30528
  var arrayIndexOf = _arrayIncludes$1(false);
30552
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
30529
+ var IE_PROTO$2 = _sharedKey('IE_PROTO');
30553
30530
 
30554
30531
  var _objectKeysInternal = function (object, names) {
30555
30532
  var O = toIObject$4(object);
30556
30533
  var i = 0;
30557
30534
  var result = [];
30558
30535
  var key;
30559
- for (key in O) if (key != IE_PROTO$1) has$d(O, key) && result.push(key);
30536
+ for (key in O) if (key != IE_PROTO$2) has$d(O, key) && result.push(key);
30560
30537
  // Don't enum bug & hidden keys
30561
30538
  while (names.length > i) if (has$d(O, key = names[i++])) {
30562
30539
  ~arrayIndexOf(result, key) || result.push(key);
@@ -30571,10 +30548,10 @@ var _enumBugKeys = (
30571
30548
 
30572
30549
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
30573
30550
  var $keys$3 = _objectKeysInternal;
30574
- var enumBugKeys = _enumBugKeys;
30551
+ var enumBugKeys$1 = _enumBugKeys;
30575
30552
 
30576
30553
  var _objectKeys = Object.keys || function keys(O) {
30577
- return $keys$3(O, enumBugKeys);
30554
+ return $keys$3(O, enumBugKeys$1);
30578
30555
  };
30579
30556
 
30580
30557
  var _objectGops = {};
@@ -30605,12 +30582,12 @@ function require_objectAssign () {
30605
30582
  if (hasRequired_objectAssign) return _objectAssign;
30606
30583
  hasRequired_objectAssign = 1;
30607
30584
  // 19.1.2.1 Object.assign(target, source, ...)
30608
- var DESCRIPTORS = require_descriptors();
30585
+ var DESCRIPTORS = _descriptors;
30609
30586
  var getKeys = _objectKeys;
30610
30587
  var gOPS = _objectGops;
30611
30588
  var pIE = require_objectPie();
30612
30589
  var toObject = _toObject;
30613
- var IObject = require_iobject();
30590
+ var IObject = _iobject;
30614
30591
  var $assign = Object.assign;
30615
30592
 
30616
30593
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -30681,27 +30658,19 @@ var _iterators = {};
30681
30658
 
30682
30659
  var _redefine = _hide;
30683
30660
 
30684
- var _objectDps;
30685
- var hasRequired_objectDps;
30661
+ var dP$1 = _objectDp;
30662
+ var anObject$4 = _anObject;
30663
+ var getKeys$1 = _objectKeys;
30686
30664
 
30687
- function require_objectDps () {
30688
- if (hasRequired_objectDps) return _objectDps;
30689
- hasRequired_objectDps = 1;
30690
- var dP = require_objectDp();
30691
- var anObject = _anObject;
30692
- var getKeys = _objectKeys;
30693
-
30694
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
30695
- anObject(O);
30696
- var keys = getKeys(Properties);
30697
- var length = keys.length;
30698
- var i = 0;
30699
- var P;
30700
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
30701
- return O;
30702
- };
30703
- return _objectDps;
30704
- }
30665
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30666
+ anObject$4(O);
30667
+ var keys = getKeys$1(Properties);
30668
+ var length = keys.length;
30669
+ var i = 0;
30670
+ var P;
30671
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
30672
+ return O;
30673
+ };
30705
30674
 
30706
30675
  var _html;
30707
30676
  var hasRequired_html;
@@ -30714,55 +30683,47 @@ function require_html () {
30714
30683
  return _html;
30715
30684
  }
30716
30685
 
30717
- var _objectCreate;
30718
- var hasRequired_objectCreate;
30686
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30687
+ var anObject$3 = _anObject;
30688
+ var dPs = _objectDps;
30689
+ var enumBugKeys = _enumBugKeys;
30690
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
30691
+ var Empty = function () { /* empty */ };
30692
+ var PROTOTYPE$1 = 'prototype';
30719
30693
 
30720
- function require_objectCreate () {
30721
- if (hasRequired_objectCreate) return _objectCreate;
30722
- hasRequired_objectCreate = 1;
30723
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30724
- var anObject = _anObject;
30725
- var dPs = require_objectDps();
30726
- var enumBugKeys = _enumBugKeys;
30727
- var IE_PROTO = _sharedKey('IE_PROTO');
30728
- var Empty = function () { /* empty */ };
30729
- var PROTOTYPE = 'prototype';
30730
-
30731
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
30732
- var createDict = function () {
30733
- // Thrash, waste and sodomy: IE GC bug
30734
- var iframe = require_domCreate()('iframe');
30735
- var i = enumBugKeys.length;
30736
- var lt = '<';
30737
- var gt = '>';
30738
- var iframeDocument;
30739
- iframe.style.display = 'none';
30740
- require_html().appendChild(iframe);
30741
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30742
- // createDict = iframe.contentWindow.Object;
30743
- // html.removeChild(iframe);
30744
- iframeDocument = iframe.contentWindow.document;
30745
- iframeDocument.open();
30746
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30747
- iframeDocument.close();
30748
- createDict = iframeDocument.F;
30749
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
30750
- return createDict();
30751
- };
30752
-
30753
- _objectCreate = Object.create || function create(O, Properties) {
30754
- var result;
30755
- if (O !== null) {
30756
- Empty[PROTOTYPE] = anObject(O);
30757
- result = new Empty();
30758
- Empty[PROTOTYPE] = null;
30759
- // add "__proto__" for Object.getPrototypeOf polyfill
30760
- result[IE_PROTO] = O;
30761
- } else result = createDict();
30762
- return Properties === undefined ? result : dPs(result, Properties);
30763
- };
30764
- return _objectCreate;
30765
- }
30694
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
30695
+ var createDict = function () {
30696
+ // Thrash, waste and sodomy: IE GC bug
30697
+ var iframe = require_domCreate()('iframe');
30698
+ var i = enumBugKeys.length;
30699
+ var lt = '<';
30700
+ var gt = '>';
30701
+ var iframeDocument;
30702
+ iframe.style.display = 'none';
30703
+ require_html().appendChild(iframe);
30704
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30705
+ // createDict = iframe.contentWindow.Object;
30706
+ // html.removeChild(iframe);
30707
+ iframeDocument = iframe.contentWindow.document;
30708
+ iframeDocument.open();
30709
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30710
+ iframeDocument.close();
30711
+ createDict = iframeDocument.F;
30712
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
30713
+ return createDict();
30714
+ };
30715
+
30716
+ var _objectCreate = Object.create || function create(O, Properties) {
30717
+ var result;
30718
+ if (O !== null) {
30719
+ Empty[PROTOTYPE$1] = anObject$3(O);
30720
+ result = new Empty();
30721
+ Empty[PROTOTYPE$1] = null;
30722
+ // add "__proto__" for Object.getPrototypeOf polyfill
30723
+ result[IE_PROTO$1] = O;
30724
+ } else result = createDict();
30725
+ return Properties === undefined ? result : dPs(result, Properties);
30726
+ };
30766
30727
 
30767
30728
  var _wks = {exports: {}};
30768
30729
 
@@ -30780,7 +30741,7 @@ $exports.store = store$2;
30780
30741
 
30781
30742
  var _wksExports = _wks.exports;
30782
30743
 
30783
- var def = require_objectDp().f;
30744
+ var def = _objectDp.f;
30784
30745
  var has$c = _has;
30785
30746
  var TAG$1 = _wksExports('toStringTag');
30786
30747
 
@@ -30788,7 +30749,7 @@ var _setToStringTag = function (it, tag, stat) {
30788
30749
  if (it && !has$c(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
30789
30750
  };
30790
30751
 
30791
- var create$4 = require_objectCreate();
30752
+ var create$4 = _objectCreate;
30792
30753
  var descriptor = _propertyDesc;
30793
30754
  var setToStringTag$2 = _setToStringTag;
30794
30755
  var IteratorPrototype = {};
@@ -31094,7 +31055,7 @@ var _isArrayIter = function (it) {
31094
31055
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
31095
31056
  };
31096
31057
 
31097
- var $defineProperty$2 = require_objectDp();
31058
+ var $defineProperty$2 = _objectDp;
31098
31059
  var createDesc$2 = _propertyDesc;
31099
31060
 
31100
31061
  var _createProperty = function (object, index, value) {
@@ -31227,7 +31188,7 @@ var _default$9 = function (instance, Constructor) {
31227
31188
 
31228
31189
  var $export$3 = _export;
31229
31190
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
31230
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
31191
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
31231
31192
 
31232
31193
  var $Object$2 = _coreExports.Object;
31233
31194
  var defineProperty$c = function defineProperty(it, key, desc) {
@@ -31275,7 +31236,7 @@ var _meta = {exports: {}};
31275
31236
  var META$1 = _uid('meta');
31276
31237
  var isObject$c = _isObject;
31277
31238
  var has$a = _has;
31278
- var setDesc = require_objectDp().f;
31239
+ var setDesc = _objectDp.f;
31279
31240
  var id$1 = 0;
31280
31241
  var isExtensible = Object.isExtensible || function () {
31281
31242
  return true;
@@ -31330,7 +31291,7 @@ var _metaExports = _meta.exports;
31330
31291
 
31331
31292
  var core = _coreExports;
31332
31293
  var wksExt$1 = _wksExt;
31333
- var defineProperty$a = require_objectDp().f;
31294
+ var defineProperty$a = _objectDp.f;
31334
31295
  var _wksDefine = function (name) {
31335
31296
  var $Symbol = core.Symbol || (core.Symbol = {} );
31336
31297
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$a($Symbol, name, { value: wksExt$1.f(name) });
@@ -31400,7 +31361,7 @@ var has$9 = _has;
31400
31361
  var IE8_DOM_DEFINE = _ie8DomDefine;
31401
31362
  var gOPD$5 = Object.getOwnPropertyDescriptor;
31402
31363
 
31403
- _objectGopd.f = require_descriptors() ? gOPD$5 : function getOwnPropertyDescriptor(O, P) {
31364
+ _objectGopd.f = _descriptors ? gOPD$5 : function getOwnPropertyDescriptor(O, P) {
31404
31365
  O = toIObject$1(O);
31405
31366
  P = toPrimitive$1(P, true);
31406
31367
  if (IE8_DOM_DEFINE) try {
@@ -31412,7 +31373,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : function getOwnPropertyDescript
31412
31373
  // ECMAScript 6 symbols shim
31413
31374
  var global$2 = _globalExports;
31414
31375
  var has$8 = _has;
31415
- var DESCRIPTORS = require_descriptors();
31376
+ var DESCRIPTORS = _descriptors;
31416
31377
  var $export$2 = _export;
31417
31378
  var redefine = _redefine;
31418
31379
  var META = _metaExports.KEY;
@@ -31431,11 +31392,11 @@ var toObject$1 = _toObject;
31431
31392
  var toIObject = _toIobject;
31432
31393
  var toPrimitive = _toPrimitive$1;
31433
31394
  var createDesc = _propertyDesc;
31434
- var _create$1 = require_objectCreate();
31395
+ var _create$1 = _objectCreate;
31435
31396
  var gOPNExt = _objectGopnExt;
31436
31397
  var $GOPD = _objectGopd;
31437
31398
  var $GOPS = _objectGops;
31438
- var $DP = require_objectDp();
31399
+ var $DP = _objectDp;
31439
31400
  var $keys$1 = _objectKeys;
31440
31401
  var gOPD$4 = $GOPD.f;
31441
31402
  var dP = $DP.f;
@@ -31741,7 +31702,7 @@ var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
31741
31702
 
31742
31703
  var $export = _export;
31743
31704
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
31744
- $export($export.S, 'Object', { create: require_objectCreate() });
31705
+ $export($export.S, 'Object', { create: _objectCreate });
31745
31706
 
31746
31707
  var $Object$1 = _coreExports.Object;
31747
31708
  var create$3 = function create(P, D) {
@@ -161194,7 +161155,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161194
161155
  }
161195
161156
 
161196
161157
  const name = "@teselagen/ove";
161197
- const version = "0.3.15";
161158
+ const version = "0.3.16";
161198
161159
  const main = "./src/index.js";
161199
161160
  const exports$1 = {
161200
161161
  ".": {
package/index.es.js CHANGED
@@ -7404,7 +7404,7 @@ function getPlainObjectKeys(object) {
7404
7404
  var ownKeys$8 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
7405
7405
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
7406
7406
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
7407
- function toPrimitive$2(value) {
7407
+ function toPrimitive$3(value) {
7408
7408
  return value === null ? null : typeof value === "object" ? "" + value : value;
7409
7409
  }
7410
7410
  function hasProp(target, prop) {
@@ -8333,7 +8333,7 @@ var ObservableValue = /*#__PURE__*/function (_Atom) {
8333
8333
  return this.name_ + "[" + this.value_ + "]";
8334
8334
  };
8335
8335
  _proto.valueOf = function valueOf() {
8336
- return toPrimitive$2(this.get());
8336
+ return toPrimitive$3(this.get());
8337
8337
  };
8338
8338
  _proto[_Symbol$toPrimitive] = function () {
8339
8339
  return this.valueOf();
@@ -8561,7 +8561,7 @@ var ComputedValue = /*#__PURE__*/function () {
8561
8561
  return this.name_ + "[" + this.derivation.toString() + "]";
8562
8562
  };
8563
8563
  _proto.valueOf = function valueOf() {
8564
- return toPrimitive$2(this.get());
8564
+ return toPrimitive$3(this.get());
8565
8565
  };
8566
8566
  _proto[_Symbol$toPrimitive$1] = function () {
8567
8567
  return this.valueOf();
@@ -30258,18 +30258,10 @@ var _fails = function (exec) {
30258
30258
  }
30259
30259
  };
30260
30260
 
30261
- var _descriptors;
30262
- var hasRequired_descriptors;
30263
-
30264
- function require_descriptors () {
30265
- if (hasRequired_descriptors) return _descriptors;
30266
- hasRequired_descriptors = 1;
30267
- // Thank's IE8 for his funny defineProperty
30268
- _descriptors = !_fails(function () {
30269
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30270
- });
30271
- return _descriptors;
30272
- }
30261
+ // Thank's IE8 for his funny defineProperty
30262
+ var _descriptors = !_fails(function () {
30263
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30264
+ });
30273
30265
 
30274
30266
  var _domCreate;
30275
30267
  var hasRequired_domCreate;
@@ -30287,7 +30279,7 @@ function require_domCreate () {
30287
30279
  return _domCreate;
30288
30280
  }
30289
30281
 
30290
- var _ie8DomDefine = !require_descriptors() && !_fails(function () {
30282
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
30291
30283
  return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30292
30284
  });
30293
30285
 
@@ -30304,29 +30296,22 @@ var _toPrimitive$1 = function (it, S) {
30304
30296
  throw TypeError("Can't convert object to primitive value");
30305
30297
  };
30306
30298
 
30307
- var hasRequired_objectDp;
30299
+ var anObject$5 = _anObject;
30300
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30301
+ var toPrimitive$2 = _toPrimitive$1;
30302
+ var dP$3 = Object.defineProperty;
30308
30303
 
30309
- function require_objectDp () {
30310
- if (hasRequired_objectDp) return _objectDp;
30311
- hasRequired_objectDp = 1;
30312
- var anObject = _anObject;
30313
- var IE8_DOM_DEFINE = _ie8DomDefine;
30314
- var toPrimitive = _toPrimitive$1;
30315
- var dP = Object.defineProperty;
30316
-
30317
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30318
- anObject(O);
30319
- P = toPrimitive(P, true);
30320
- anObject(Attributes);
30321
- if (IE8_DOM_DEFINE) try {
30322
- return dP(O, P, Attributes);
30323
- } catch (e) { /* empty */ }
30324
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30325
- if ('value' in Attributes) O[P] = Attributes.value;
30326
- return O;
30327
- };
30328
- return _objectDp;
30329
- }
30304
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30305
+ anObject$5(O);
30306
+ P = toPrimitive$2(P, true);
30307
+ anObject$5(Attributes);
30308
+ if (IE8_DOM_DEFINE$1) try {
30309
+ return dP$3(O, P, Attributes);
30310
+ } catch (e) { /* empty */ }
30311
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30312
+ if ('value' in Attributes) O[P] = Attributes.value;
30313
+ return O;
30314
+ };
30330
30315
 
30331
30316
  var _propertyDesc = function (bitmap, value) {
30332
30317
  return {
@@ -30337,10 +30322,10 @@ var _propertyDesc = function (bitmap, value) {
30337
30322
  };
30338
30323
  };
30339
30324
 
30340
- var dP$1 = require_objectDp();
30325
+ var dP$2 = _objectDp;
30341
30326
  var createDesc$3 = _propertyDesc;
30342
- var _hide = require_descriptors() ? function (object, key, value) {
30343
- return dP$1.f(object, key, createDesc$3(1, value));
30327
+ var _hide = _descriptors ? function (object, key, value) {
30328
+ return dP$2.f(object, key, createDesc$3(1, value));
30344
30329
  } : function (object, key, value) {
30345
30330
  object[key] = value;
30346
30331
  return object;
@@ -30356,7 +30341,7 @@ var core$3 = _coreExports;
30356
30341
  var ctx$1 = _ctx;
30357
30342
  var hide$3 = _hide;
30358
30343
  var has$e = _has;
30359
- var PROTOTYPE$1 = 'prototype';
30344
+ var PROTOTYPE$2 = 'prototype';
30360
30345
 
30361
30346
  var $export$8 = function (type, name, source) {
30362
30347
  var IS_FORCED = type & $export$8.F;
@@ -30366,8 +30351,8 @@ var $export$8 = function (type, name, source) {
30366
30351
  var IS_BIND = type & $export$8.B;
30367
30352
  var IS_WRAP = type & $export$8.W;
30368
30353
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
30369
- var expProto = exports[PROTOTYPE$1];
30370
- var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name] : (global$5[name] || {})[PROTOTYPE$1];
30354
+ var expProto = exports[PROTOTYPE$2];
30355
+ var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name] : (global$5[name] || {})[PROTOTYPE$2];
30371
30356
  var key, own, out;
30372
30357
  if (IS_GLOBAL) source = name;
30373
30358
  for (key in source) {
@@ -30391,7 +30376,7 @@ var $export$8 = function (type, name, source) {
30391
30376
  } return new C(a, b, c);
30392
30377
  } return C.apply(this, arguments);
30393
30378
  };
30394
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
30379
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
30395
30380
  return F;
30396
30381
  // make static versions for prototype methods
30397
30382
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -30420,20 +30405,12 @@ var _cof = function (it) {
30420
30405
  return toString$6.call(it).slice(8, -1);
30421
30406
  };
30422
30407
 
30423
- var _iobject;
30424
- var hasRequired_iobject;
30425
-
30426
- function require_iobject () {
30427
- if (hasRequired_iobject) return _iobject;
30428
- hasRequired_iobject = 1;
30429
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30430
- var cof = _cof;
30431
- // eslint-disable-next-line no-prototype-builtins
30432
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30433
- return cof(it) == 'String' ? it.split('') : Object(it);
30434
- };
30435
- return _iobject;
30436
- }
30408
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30409
+ var cof$2 = _cof;
30410
+ // eslint-disable-next-line no-prototype-builtins
30411
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30412
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
30413
+ };
30437
30414
 
30438
30415
  // 7.2.1 RequireObjectCoercible(argument)
30439
30416
  var _defined = function (it) {
@@ -30442,7 +30419,7 @@ var _defined = function (it) {
30442
30419
  };
30443
30420
 
30444
30421
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30445
- var IObject = require_iobject();
30422
+ var IObject = _iobject;
30446
30423
  var defined$2 = _defined;
30447
30424
  var _toIobject = function (it) {
30448
30425
  return IObject(defined$2(it));
@@ -30528,14 +30505,14 @@ var _sharedKey = function (key) {
30528
30505
  var has$d = _has;
30529
30506
  var toIObject$4 = _toIobject;
30530
30507
  var arrayIndexOf = _arrayIncludes$1(false);
30531
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
30508
+ var IE_PROTO$2 = _sharedKey('IE_PROTO');
30532
30509
 
30533
30510
  var _objectKeysInternal = function (object, names) {
30534
30511
  var O = toIObject$4(object);
30535
30512
  var i = 0;
30536
30513
  var result = [];
30537
30514
  var key;
30538
- for (key in O) if (key != IE_PROTO$1) has$d(O, key) && result.push(key);
30515
+ for (key in O) if (key != IE_PROTO$2) has$d(O, key) && result.push(key);
30539
30516
  // Don't enum bug & hidden keys
30540
30517
  while (names.length > i) if (has$d(O, key = names[i++])) {
30541
30518
  ~arrayIndexOf(result, key) || result.push(key);
@@ -30550,10 +30527,10 @@ var _enumBugKeys = (
30550
30527
 
30551
30528
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
30552
30529
  var $keys$3 = _objectKeysInternal;
30553
- var enumBugKeys = _enumBugKeys;
30530
+ var enumBugKeys$1 = _enumBugKeys;
30554
30531
 
30555
30532
  var _objectKeys = Object.keys || function keys(O) {
30556
- return $keys$3(O, enumBugKeys);
30533
+ return $keys$3(O, enumBugKeys$1);
30557
30534
  };
30558
30535
 
30559
30536
  var _objectGops = {};
@@ -30584,12 +30561,12 @@ function require_objectAssign () {
30584
30561
  if (hasRequired_objectAssign) return _objectAssign;
30585
30562
  hasRequired_objectAssign = 1;
30586
30563
  // 19.1.2.1 Object.assign(target, source, ...)
30587
- var DESCRIPTORS = require_descriptors();
30564
+ var DESCRIPTORS = _descriptors;
30588
30565
  var getKeys = _objectKeys;
30589
30566
  var gOPS = _objectGops;
30590
30567
  var pIE = require_objectPie();
30591
30568
  var toObject = _toObject;
30592
- var IObject = require_iobject();
30569
+ var IObject = _iobject;
30593
30570
  var $assign = Object.assign;
30594
30571
 
30595
30572
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -30660,27 +30637,19 @@ var _iterators = {};
30660
30637
 
30661
30638
  var _redefine = _hide;
30662
30639
 
30663
- var _objectDps;
30664
- var hasRequired_objectDps;
30640
+ var dP$1 = _objectDp;
30641
+ var anObject$4 = _anObject;
30642
+ var getKeys$1 = _objectKeys;
30665
30643
 
30666
- function require_objectDps () {
30667
- if (hasRequired_objectDps) return _objectDps;
30668
- hasRequired_objectDps = 1;
30669
- var dP = require_objectDp();
30670
- var anObject = _anObject;
30671
- var getKeys = _objectKeys;
30672
-
30673
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
30674
- anObject(O);
30675
- var keys = getKeys(Properties);
30676
- var length = keys.length;
30677
- var i = 0;
30678
- var P;
30679
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
30680
- return O;
30681
- };
30682
- return _objectDps;
30683
- }
30644
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30645
+ anObject$4(O);
30646
+ var keys = getKeys$1(Properties);
30647
+ var length = keys.length;
30648
+ var i = 0;
30649
+ var P;
30650
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
30651
+ return O;
30652
+ };
30684
30653
 
30685
30654
  var _html;
30686
30655
  var hasRequired_html;
@@ -30693,55 +30662,47 @@ function require_html () {
30693
30662
  return _html;
30694
30663
  }
30695
30664
 
30696
- var _objectCreate;
30697
- var hasRequired_objectCreate;
30665
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30666
+ var anObject$3 = _anObject;
30667
+ var dPs = _objectDps;
30668
+ var enumBugKeys = _enumBugKeys;
30669
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
30670
+ var Empty = function () { /* empty */ };
30671
+ var PROTOTYPE$1 = 'prototype';
30698
30672
 
30699
- function require_objectCreate () {
30700
- if (hasRequired_objectCreate) return _objectCreate;
30701
- hasRequired_objectCreate = 1;
30702
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30703
- var anObject = _anObject;
30704
- var dPs = require_objectDps();
30705
- var enumBugKeys = _enumBugKeys;
30706
- var IE_PROTO = _sharedKey('IE_PROTO');
30707
- var Empty = function () { /* empty */ };
30708
- var PROTOTYPE = 'prototype';
30709
-
30710
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
30711
- var createDict = function () {
30712
- // Thrash, waste and sodomy: IE GC bug
30713
- var iframe = require_domCreate()('iframe');
30714
- var i = enumBugKeys.length;
30715
- var lt = '<';
30716
- var gt = '>';
30717
- var iframeDocument;
30718
- iframe.style.display = 'none';
30719
- require_html().appendChild(iframe);
30720
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30721
- // createDict = iframe.contentWindow.Object;
30722
- // html.removeChild(iframe);
30723
- iframeDocument = iframe.contentWindow.document;
30724
- iframeDocument.open();
30725
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30726
- iframeDocument.close();
30727
- createDict = iframeDocument.F;
30728
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
30729
- return createDict();
30730
- };
30731
-
30732
- _objectCreate = Object.create || function create(O, Properties) {
30733
- var result;
30734
- if (O !== null) {
30735
- Empty[PROTOTYPE] = anObject(O);
30736
- result = new Empty();
30737
- Empty[PROTOTYPE] = null;
30738
- // add "__proto__" for Object.getPrototypeOf polyfill
30739
- result[IE_PROTO] = O;
30740
- } else result = createDict();
30741
- return Properties === undefined ? result : dPs(result, Properties);
30742
- };
30743
- return _objectCreate;
30744
- }
30673
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
30674
+ var createDict = function () {
30675
+ // Thrash, waste and sodomy: IE GC bug
30676
+ var iframe = require_domCreate()('iframe');
30677
+ var i = enumBugKeys.length;
30678
+ var lt = '<';
30679
+ var gt = '>';
30680
+ var iframeDocument;
30681
+ iframe.style.display = 'none';
30682
+ require_html().appendChild(iframe);
30683
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30684
+ // createDict = iframe.contentWindow.Object;
30685
+ // html.removeChild(iframe);
30686
+ iframeDocument = iframe.contentWindow.document;
30687
+ iframeDocument.open();
30688
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30689
+ iframeDocument.close();
30690
+ createDict = iframeDocument.F;
30691
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
30692
+ return createDict();
30693
+ };
30694
+
30695
+ var _objectCreate = Object.create || function create(O, Properties) {
30696
+ var result;
30697
+ if (O !== null) {
30698
+ Empty[PROTOTYPE$1] = anObject$3(O);
30699
+ result = new Empty();
30700
+ Empty[PROTOTYPE$1] = null;
30701
+ // add "__proto__" for Object.getPrototypeOf polyfill
30702
+ result[IE_PROTO$1] = O;
30703
+ } else result = createDict();
30704
+ return Properties === undefined ? result : dPs(result, Properties);
30705
+ };
30745
30706
 
30746
30707
  var _wks = {exports: {}};
30747
30708
 
@@ -30759,7 +30720,7 @@ $exports.store = store$2;
30759
30720
 
30760
30721
  var _wksExports = _wks.exports;
30761
30722
 
30762
- var def = require_objectDp().f;
30723
+ var def = _objectDp.f;
30763
30724
  var has$c = _has;
30764
30725
  var TAG$1 = _wksExports('toStringTag');
30765
30726
 
@@ -30767,7 +30728,7 @@ var _setToStringTag = function (it, tag, stat) {
30767
30728
  if (it && !has$c(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
30768
30729
  };
30769
30730
 
30770
- var create$4 = require_objectCreate();
30731
+ var create$4 = _objectCreate;
30771
30732
  var descriptor = _propertyDesc;
30772
30733
  var setToStringTag$2 = _setToStringTag;
30773
30734
  var IteratorPrototype = {};
@@ -31073,7 +31034,7 @@ var _isArrayIter = function (it) {
31073
31034
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
31074
31035
  };
31075
31036
 
31076
- var $defineProperty$2 = require_objectDp();
31037
+ var $defineProperty$2 = _objectDp;
31077
31038
  var createDesc$2 = _propertyDesc;
31078
31039
 
31079
31040
  var _createProperty = function (object, index, value) {
@@ -31206,7 +31167,7 @@ var _default$9 = function (instance, Constructor) {
31206
31167
 
31207
31168
  var $export$3 = _export;
31208
31169
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
31209
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
31170
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
31210
31171
 
31211
31172
  var $Object$2 = _coreExports.Object;
31212
31173
  var defineProperty$c = function defineProperty(it, key, desc) {
@@ -31254,7 +31215,7 @@ var _meta = {exports: {}};
31254
31215
  var META$1 = _uid('meta');
31255
31216
  var isObject$c = _isObject;
31256
31217
  var has$a = _has;
31257
- var setDesc = require_objectDp().f;
31218
+ var setDesc = _objectDp.f;
31258
31219
  var id$1 = 0;
31259
31220
  var isExtensible = Object.isExtensible || function () {
31260
31221
  return true;
@@ -31309,7 +31270,7 @@ var _metaExports = _meta.exports;
31309
31270
 
31310
31271
  var core = _coreExports;
31311
31272
  var wksExt$1 = _wksExt;
31312
- var defineProperty$a = require_objectDp().f;
31273
+ var defineProperty$a = _objectDp.f;
31313
31274
  var _wksDefine = function (name) {
31314
31275
  var $Symbol = core.Symbol || (core.Symbol = {} );
31315
31276
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$a($Symbol, name, { value: wksExt$1.f(name) });
@@ -31379,7 +31340,7 @@ var has$9 = _has;
31379
31340
  var IE8_DOM_DEFINE = _ie8DomDefine;
31380
31341
  var gOPD$5 = Object.getOwnPropertyDescriptor;
31381
31342
 
31382
- _objectGopd.f = require_descriptors() ? gOPD$5 : function getOwnPropertyDescriptor(O, P) {
31343
+ _objectGopd.f = _descriptors ? gOPD$5 : function getOwnPropertyDescriptor(O, P) {
31383
31344
  O = toIObject$1(O);
31384
31345
  P = toPrimitive$1(P, true);
31385
31346
  if (IE8_DOM_DEFINE) try {
@@ -31391,7 +31352,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : function getOwnPropertyDescript
31391
31352
  // ECMAScript 6 symbols shim
31392
31353
  var global$2 = _globalExports;
31393
31354
  var has$8 = _has;
31394
- var DESCRIPTORS = require_descriptors();
31355
+ var DESCRIPTORS = _descriptors;
31395
31356
  var $export$2 = _export;
31396
31357
  var redefine = _redefine;
31397
31358
  var META = _metaExports.KEY;
@@ -31410,11 +31371,11 @@ var toObject$1 = _toObject;
31410
31371
  var toIObject = _toIobject;
31411
31372
  var toPrimitive = _toPrimitive$1;
31412
31373
  var createDesc = _propertyDesc;
31413
- var _create$1 = require_objectCreate();
31374
+ var _create$1 = _objectCreate;
31414
31375
  var gOPNExt = _objectGopnExt;
31415
31376
  var $GOPD = _objectGopd;
31416
31377
  var $GOPS = _objectGops;
31417
- var $DP = require_objectDp();
31378
+ var $DP = _objectDp;
31418
31379
  var $keys$1 = _objectKeys;
31419
31380
  var gOPD$4 = $GOPD.f;
31420
31381
  var dP = $DP.f;
@@ -31720,7 +31681,7 @@ var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
31720
31681
 
31721
31682
  var $export = _export;
31722
31683
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
31723
- $export($export.S, 'Object', { create: require_objectCreate() });
31684
+ $export($export.S, 'Object', { create: _objectCreate });
31724
31685
 
31725
31686
  var $Object$1 = _coreExports.Object;
31726
31687
  var create$3 = function create(P, D) {
@@ -161173,7 +161134,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161173
161134
  }
161174
161135
 
161175
161136
  const name = "@teselagen/ove";
161176
- const version = "0.3.15";
161137
+ const version = "0.3.16";
161177
161138
  const main = "./src/index.js";
161178
161139
  const exports$1 = {
161179
161140
  ".": {
package/index.umd.js CHANGED
@@ -188739,7 +188739,7 @@ double click --> edit`}`;
188739
188739
  }
188740
188740
 
188741
188741
  const name = "@teselagen/ove";
188742
- const version = "0.3.15";
188742
+ const version = "0.3.16";
188743
188743
  const main = "./src/index.js";
188744
188744
  const exports$1 = {
188745
188745
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "@teselagen/sequence-utils": "0.3.7",
17
17
  "@teselagen/range-utils": "0.3.7",
18
- "@teselagen/ui": "0.3.13",
18
+ "@teselagen/ui": "0.3.14",
19
19
  "@teselagen/file-utils": "0.3.9",
20
- "@teselagen/bounce-loader": "0.3.7",
20
+ "@teselagen/bounce-loader": "0.3.8",
21
21
  "@teselagen/bio-parsers": "0.3.8",
22
22
  "@blueprintjs/core": "3.52.0",
23
23
  "@blueprintjs/datetime": "3.23.19",