@teselagen/ui 0.3.14 → 0.3.16

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 (3) hide show
  1. package/index.cjs.js +47 -78
  2. package/index.es.js +47 -78
  3. package/package.json +3 -3
package/index.cjs.js CHANGED
@@ -7422,7 +7422,7 @@ function getPlainObjectKeys(object) {
7422
7422
  var ownKeys$3 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
7423
7423
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
7424
7424
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
7425
- function toPrimitive$2(value) {
7425
+ function toPrimitive$3(value) {
7426
7426
  return value === null ? null : typeof value === "object" ? "" + value : value;
7427
7427
  }
7428
7428
  function hasProp(target, prop) {
@@ -8351,7 +8351,7 @@ var ObservableValue = /*#__PURE__*/function (_Atom) {
8351
8351
  return this.name_ + "[" + this.value_ + "]";
8352
8352
  };
8353
8353
  _proto.valueOf = function valueOf() {
8354
- return toPrimitive$2(this.get());
8354
+ return toPrimitive$3(this.get());
8355
8355
  };
8356
8356
  _proto[_Symbol$toPrimitive] = function () {
8357
8357
  return this.valueOf();
@@ -8579,7 +8579,7 @@ var ComputedValue = /*#__PURE__*/function () {
8579
8579
  return this.name_ + "[" + this.derivation.toString() + "]";
8580
8580
  };
8581
8581
  _proto.valueOf = function valueOf() {
8582
- return toPrimitive$2(this.get());
8582
+ return toPrimitive$3(this.get());
8583
8583
  };
8584
8584
  _proto[_Symbol$toPrimitive$1] = function () {
8585
8585
  return this.valueOf();
@@ -30328,18 +30328,10 @@ var _fails = function (exec) {
30328
30328
  }
30329
30329
  };
30330
30330
 
30331
- var _descriptors;
30332
- var hasRequired_descriptors;
30333
-
30334
- function require_descriptors () {
30335
- if (hasRequired_descriptors) return _descriptors;
30336
- hasRequired_descriptors = 1;
30337
- // Thank's IE8 for his funny defineProperty
30338
- _descriptors = !_fails(function () {
30339
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30340
- });
30341
- return _descriptors;
30342
- }
30331
+ // Thank's IE8 for his funny defineProperty
30332
+ var _descriptors = !_fails(function () {
30333
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30334
+ });
30343
30335
 
30344
30336
  var _domCreate;
30345
30337
  var hasRequired_domCreate;
@@ -30357,17 +30349,9 @@ function require_domCreate () {
30357
30349
  return _domCreate;
30358
30350
  }
30359
30351
 
30360
- var _ie8DomDefine;
30361
- var hasRequired_ie8DomDefine;
30362
-
30363
- function require_ie8DomDefine () {
30364
- if (hasRequired_ie8DomDefine) return _ie8DomDefine;
30365
- hasRequired_ie8DomDefine = 1;
30366
- _ie8DomDefine = !require_descriptors() && !_fails(function () {
30367
- return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30368
- });
30369
- return _ie8DomDefine;
30370
- }
30352
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
30353
+ return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30354
+ });
30371
30355
 
30372
30356
  // 7.1.1 ToPrimitive(input [, PreferredType])
30373
30357
  var isObject$d = _isObject;
@@ -30382,29 +30366,22 @@ var _toPrimitive = function (it, S) {
30382
30366
  throw TypeError("Can't convert object to primitive value");
30383
30367
  };
30384
30368
 
30385
- var hasRequired_objectDp;
30369
+ var anObject$5 = _anObject;
30370
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30371
+ var toPrimitive$2 = _toPrimitive;
30372
+ var dP$3 = Object.defineProperty;
30386
30373
 
30387
- function require_objectDp () {
30388
- if (hasRequired_objectDp) return _objectDp;
30389
- hasRequired_objectDp = 1;
30390
- var anObject = _anObject;
30391
- var IE8_DOM_DEFINE = require_ie8DomDefine();
30392
- var toPrimitive = _toPrimitive;
30393
- var dP = Object.defineProperty;
30394
-
30395
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30396
- anObject(O);
30397
- P = toPrimitive(P, true);
30398
- anObject(Attributes);
30399
- if (IE8_DOM_DEFINE) try {
30400
- return dP(O, P, Attributes);
30401
- } catch (e) { /* empty */ }
30402
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30403
- if ('value' in Attributes) O[P] = Attributes.value;
30404
- return O;
30405
- };
30406
- return _objectDp;
30407
- }
30374
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30375
+ anObject$5(O);
30376
+ P = toPrimitive$2(P, true);
30377
+ anObject$5(Attributes);
30378
+ if (IE8_DOM_DEFINE$1) try {
30379
+ return dP$3(O, P, Attributes);
30380
+ } catch (e) { /* empty */ }
30381
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30382
+ if ('value' in Attributes) O[P] = Attributes.value;
30383
+ return O;
30384
+ };
30408
30385
 
30409
30386
  var _propertyDesc = function (bitmap, value) {
30410
30387
  return {
@@ -30415,9 +30392,9 @@ var _propertyDesc = function (bitmap, value) {
30415
30392
  };
30416
30393
  };
30417
30394
 
30418
- var dP$2 = require_objectDp();
30395
+ var dP$2 = _objectDp;
30419
30396
  var createDesc$3 = _propertyDesc;
30420
- var _hide = require_descriptors() ? function (object, key, value) {
30397
+ var _hide = _descriptors ? function (object, key, value) {
30421
30398
  return dP$2.f(object, key, createDesc$3(1, value));
30422
30399
  } : function (object, key, value) {
30423
30400
  object[key] = value;
@@ -30498,20 +30475,12 @@ var _cof = function (it) {
30498
30475
  return toString$6.call(it).slice(8, -1);
30499
30476
  };
30500
30477
 
30501
- var _iobject;
30502
- var hasRequired_iobject;
30503
-
30504
- function require_iobject () {
30505
- if (hasRequired_iobject) return _iobject;
30506
- hasRequired_iobject = 1;
30507
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30508
- var cof = _cof;
30509
- // eslint-disable-next-line no-prototype-builtins
30510
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30511
- return cof(it) == 'String' ? it.split('') : Object(it);
30512
- };
30513
- return _iobject;
30514
- }
30478
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30479
+ var cof$2 = _cof;
30480
+ // eslint-disable-next-line no-prototype-builtins
30481
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30482
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
30483
+ };
30515
30484
 
30516
30485
  // 7.2.1 RequireObjectCoercible(argument)
30517
30486
  var _defined = function (it) {
@@ -30520,7 +30489,7 @@ var _defined = function (it) {
30520
30489
  };
30521
30490
 
30522
30491
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30523
- var IObject = require_iobject();
30492
+ var IObject = _iobject;
30524
30493
  var defined$2 = _defined;
30525
30494
  var _toIobject = function (it) {
30526
30495
  return IObject(defined$2(it));
@@ -30662,12 +30631,12 @@ function require_objectAssign () {
30662
30631
  if (hasRequired_objectAssign) return _objectAssign;
30663
30632
  hasRequired_objectAssign = 1;
30664
30633
  // 19.1.2.1 Object.assign(target, source, ...)
30665
- var DESCRIPTORS = require_descriptors();
30634
+ var DESCRIPTORS = _descriptors;
30666
30635
  var getKeys = _objectKeys;
30667
30636
  var gOPS = _objectGops;
30668
30637
  var pIE = require_objectPie();
30669
30638
  var toObject = _toObject;
30670
- var IObject = require_iobject();
30639
+ var IObject = _iobject;
30671
30640
  var $assign = Object.assign;
30672
30641
 
30673
30642
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -30738,11 +30707,11 @@ var _iterators = {};
30738
30707
 
30739
30708
  var _redefine = _hide;
30740
30709
 
30741
- var dP$1 = require_objectDp();
30710
+ var dP$1 = _objectDp;
30742
30711
  var anObject$4 = _anObject;
30743
30712
  var getKeys$1 = _objectKeys;
30744
30713
 
30745
- var _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
30714
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30746
30715
  anObject$4(O);
30747
30716
  var keys = getKeys$1(Properties);
30748
30717
  var length = keys.length;
@@ -30821,7 +30790,7 @@ $exports.store = store;
30821
30790
 
30822
30791
  var _wksExports = _wks.exports;
30823
30792
 
30824
- var def = require_objectDp().f;
30793
+ var def = _objectDp.f;
30825
30794
  var has$9 = _has;
30826
30795
  var TAG$1 = _wksExports('toStringTag');
30827
30796
 
@@ -31135,7 +31104,7 @@ var _isArrayIter = function (it) {
31135
31104
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
31136
31105
  };
31137
31106
 
31138
- var $defineProperty$1 = require_objectDp();
31107
+ var $defineProperty$1 = _objectDp;
31139
31108
  var createDesc$2 = _propertyDesc;
31140
31109
 
31141
31110
  var _createProperty = function (object, index, value) {
@@ -31268,7 +31237,7 @@ var _default$8 = function (instance, Constructor) {
31268
31237
 
31269
31238
  var $export$3 = _export;
31270
31239
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
31271
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
31240
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
31272
31241
 
31273
31242
  var $Object$2 = _coreExports.Object;
31274
31243
  var defineProperty$9 = function defineProperty(it, key, desc) {
@@ -31316,7 +31285,7 @@ var _meta = {exports: {}};
31316
31285
  var META$1 = _uid('meta');
31317
31286
  var isObject$c = _isObject;
31318
31287
  var has$7 = _has;
31319
- var setDesc = require_objectDp().f;
31288
+ var setDesc = _objectDp.f;
31320
31289
  var id = 0;
31321
31290
  var isExtensible = Object.isExtensible || function () {
31322
31291
  return true;
@@ -31371,7 +31340,7 @@ var _metaExports = _meta.exports;
31371
31340
 
31372
31341
  var core = _coreExports;
31373
31342
  var wksExt$1 = _wksExt;
31374
- var defineProperty$7 = require_objectDp().f;
31343
+ var defineProperty$7 = _objectDp.f;
31375
31344
  var _wksDefine = function (name) {
31376
31345
  var $Symbol = core.Symbol || (core.Symbol = {} );
31377
31346
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$7($Symbol, name, { value: wksExt$1.f(name) });
@@ -31438,10 +31407,10 @@ var createDesc$1 = _propertyDesc;
31438
31407
  var toIObject$1 = _toIobject;
31439
31408
  var toPrimitive$1 = _toPrimitive;
31440
31409
  var has$6 = _has;
31441
- var IE8_DOM_DEFINE = require_ie8DomDefine();
31410
+ var IE8_DOM_DEFINE = _ie8DomDefine;
31442
31411
  var gOPD$2 = Object.getOwnPropertyDescriptor;
31443
31412
 
31444
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
31413
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
31445
31414
  O = toIObject$1(O);
31446
31415
  P = toPrimitive$1(P, true);
31447
31416
  if (IE8_DOM_DEFINE) try {
@@ -31453,7 +31422,7 @@ _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescript
31453
31422
  // ECMAScript 6 symbols shim
31454
31423
  var global$1 = _globalExports;
31455
31424
  var has$5 = _has;
31456
- var DESCRIPTORS = require_descriptors();
31425
+ var DESCRIPTORS = _descriptors;
31457
31426
  var $export$2 = _export;
31458
31427
  var redefine = _redefine;
31459
31428
  var META = _metaExports.KEY;
@@ -31476,7 +31445,7 @@ var _create$1 = _objectCreate;
31476
31445
  var gOPNExt = _objectGopnExt;
31477
31446
  var $GOPD = _objectGopd;
31478
31447
  var $GOPS = _objectGops;
31479
- var $DP = require_objectDp();
31448
+ var $DP = _objectDp;
31480
31449
  var $keys$1 = _objectKeys;
31481
31450
  var gOPD$1 = $GOPD.f;
31482
31451
  var dP = $DP.f;
package/index.es.js CHANGED
@@ -7401,7 +7401,7 @@ function getPlainObjectKeys(object) {
7401
7401
  var ownKeys$3 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
7402
7402
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
7403
7403
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
7404
- function toPrimitive$2(value) {
7404
+ function toPrimitive$3(value) {
7405
7405
  return value === null ? null : typeof value === "object" ? "" + value : value;
7406
7406
  }
7407
7407
  function hasProp(target, prop) {
@@ -8330,7 +8330,7 @@ var ObservableValue = /*#__PURE__*/function (_Atom) {
8330
8330
  return this.name_ + "[" + this.value_ + "]";
8331
8331
  };
8332
8332
  _proto.valueOf = function valueOf() {
8333
- return toPrimitive$2(this.get());
8333
+ return toPrimitive$3(this.get());
8334
8334
  };
8335
8335
  _proto[_Symbol$toPrimitive] = function () {
8336
8336
  return this.valueOf();
@@ -8558,7 +8558,7 @@ var ComputedValue = /*#__PURE__*/function () {
8558
8558
  return this.name_ + "[" + this.derivation.toString() + "]";
8559
8559
  };
8560
8560
  _proto.valueOf = function valueOf() {
8561
- return toPrimitive$2(this.get());
8561
+ return toPrimitive$3(this.get());
8562
8562
  };
8563
8563
  _proto[_Symbol$toPrimitive$1] = function () {
8564
8564
  return this.valueOf();
@@ -30307,18 +30307,10 @@ var _fails = function (exec) {
30307
30307
  }
30308
30308
  };
30309
30309
 
30310
- var _descriptors;
30311
- var hasRequired_descriptors;
30312
-
30313
- function require_descriptors () {
30314
- if (hasRequired_descriptors) return _descriptors;
30315
- hasRequired_descriptors = 1;
30316
- // Thank's IE8 for his funny defineProperty
30317
- _descriptors = !_fails(function () {
30318
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30319
- });
30320
- return _descriptors;
30321
- }
30310
+ // Thank's IE8 for his funny defineProperty
30311
+ var _descriptors = !_fails(function () {
30312
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
30313
+ });
30322
30314
 
30323
30315
  var _domCreate;
30324
30316
  var hasRequired_domCreate;
@@ -30336,17 +30328,9 @@ function require_domCreate () {
30336
30328
  return _domCreate;
30337
30329
  }
30338
30330
 
30339
- var _ie8DomDefine;
30340
- var hasRequired_ie8DomDefine;
30341
-
30342
- function require_ie8DomDefine () {
30343
- if (hasRequired_ie8DomDefine) return _ie8DomDefine;
30344
- hasRequired_ie8DomDefine = 1;
30345
- _ie8DomDefine = !require_descriptors() && !_fails(function () {
30346
- return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30347
- });
30348
- return _ie8DomDefine;
30349
- }
30331
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
30332
+ return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
30333
+ });
30350
30334
 
30351
30335
  // 7.1.1 ToPrimitive(input [, PreferredType])
30352
30336
  var isObject$d = _isObject;
@@ -30361,29 +30345,22 @@ var _toPrimitive = function (it, S) {
30361
30345
  throw TypeError("Can't convert object to primitive value");
30362
30346
  };
30363
30347
 
30364
- var hasRequired_objectDp;
30348
+ var anObject$5 = _anObject;
30349
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30350
+ var toPrimitive$2 = _toPrimitive;
30351
+ var dP$3 = Object.defineProperty;
30365
30352
 
30366
- function require_objectDp () {
30367
- if (hasRequired_objectDp) return _objectDp;
30368
- hasRequired_objectDp = 1;
30369
- var anObject = _anObject;
30370
- var IE8_DOM_DEFINE = require_ie8DomDefine();
30371
- var toPrimitive = _toPrimitive;
30372
- var dP = Object.defineProperty;
30373
-
30374
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30375
- anObject(O);
30376
- P = toPrimitive(P, true);
30377
- anObject(Attributes);
30378
- if (IE8_DOM_DEFINE) try {
30379
- return dP(O, P, Attributes);
30380
- } catch (e) { /* empty */ }
30381
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30382
- if ('value' in Attributes) O[P] = Attributes.value;
30383
- return O;
30384
- };
30385
- return _objectDp;
30386
- }
30353
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30354
+ anObject$5(O);
30355
+ P = toPrimitive$2(P, true);
30356
+ anObject$5(Attributes);
30357
+ if (IE8_DOM_DEFINE$1) try {
30358
+ return dP$3(O, P, Attributes);
30359
+ } catch (e) { /* empty */ }
30360
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30361
+ if ('value' in Attributes) O[P] = Attributes.value;
30362
+ return O;
30363
+ };
30387
30364
 
30388
30365
  var _propertyDesc = function (bitmap, value) {
30389
30366
  return {
@@ -30394,9 +30371,9 @@ var _propertyDesc = function (bitmap, value) {
30394
30371
  };
30395
30372
  };
30396
30373
 
30397
- var dP$2 = require_objectDp();
30374
+ var dP$2 = _objectDp;
30398
30375
  var createDesc$3 = _propertyDesc;
30399
- var _hide = require_descriptors() ? function (object, key, value) {
30376
+ var _hide = _descriptors ? function (object, key, value) {
30400
30377
  return dP$2.f(object, key, createDesc$3(1, value));
30401
30378
  } : function (object, key, value) {
30402
30379
  object[key] = value;
@@ -30477,20 +30454,12 @@ var _cof = function (it) {
30477
30454
  return toString$6.call(it).slice(8, -1);
30478
30455
  };
30479
30456
 
30480
- var _iobject;
30481
- var hasRequired_iobject;
30482
-
30483
- function require_iobject () {
30484
- if (hasRequired_iobject) return _iobject;
30485
- hasRequired_iobject = 1;
30486
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30487
- var cof = _cof;
30488
- // eslint-disable-next-line no-prototype-builtins
30489
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30490
- return cof(it) == 'String' ? it.split('') : Object(it);
30491
- };
30492
- return _iobject;
30493
- }
30457
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30458
+ var cof$2 = _cof;
30459
+ // eslint-disable-next-line no-prototype-builtins
30460
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30461
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
30462
+ };
30494
30463
 
30495
30464
  // 7.2.1 RequireObjectCoercible(argument)
30496
30465
  var _defined = function (it) {
@@ -30499,7 +30468,7 @@ var _defined = function (it) {
30499
30468
  };
30500
30469
 
30501
30470
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30502
- var IObject = require_iobject();
30471
+ var IObject = _iobject;
30503
30472
  var defined$2 = _defined;
30504
30473
  var _toIobject = function (it) {
30505
30474
  return IObject(defined$2(it));
@@ -30641,12 +30610,12 @@ function require_objectAssign () {
30641
30610
  if (hasRequired_objectAssign) return _objectAssign;
30642
30611
  hasRequired_objectAssign = 1;
30643
30612
  // 19.1.2.1 Object.assign(target, source, ...)
30644
- var DESCRIPTORS = require_descriptors();
30613
+ var DESCRIPTORS = _descriptors;
30645
30614
  var getKeys = _objectKeys;
30646
30615
  var gOPS = _objectGops;
30647
30616
  var pIE = require_objectPie();
30648
30617
  var toObject = _toObject;
30649
- var IObject = require_iobject();
30618
+ var IObject = _iobject;
30650
30619
  var $assign = Object.assign;
30651
30620
 
30652
30621
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -30717,11 +30686,11 @@ var _iterators = {};
30717
30686
 
30718
30687
  var _redefine = _hide;
30719
30688
 
30720
- var dP$1 = require_objectDp();
30689
+ var dP$1 = _objectDp;
30721
30690
  var anObject$4 = _anObject;
30722
30691
  var getKeys$1 = _objectKeys;
30723
30692
 
30724
- var _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
30693
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30725
30694
  anObject$4(O);
30726
30695
  var keys = getKeys$1(Properties);
30727
30696
  var length = keys.length;
@@ -30800,7 +30769,7 @@ $exports.store = store;
30800
30769
 
30801
30770
  var _wksExports = _wks.exports;
30802
30771
 
30803
- var def = require_objectDp().f;
30772
+ var def = _objectDp.f;
30804
30773
  var has$9 = _has;
30805
30774
  var TAG$1 = _wksExports('toStringTag');
30806
30775
 
@@ -31114,7 +31083,7 @@ var _isArrayIter = function (it) {
31114
31083
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
31115
31084
  };
31116
31085
 
31117
- var $defineProperty$1 = require_objectDp();
31086
+ var $defineProperty$1 = _objectDp;
31118
31087
  var createDesc$2 = _propertyDesc;
31119
31088
 
31120
31089
  var _createProperty = function (object, index, value) {
@@ -31247,7 +31216,7 @@ var _default$8 = function (instance, Constructor) {
31247
31216
 
31248
31217
  var $export$3 = _export;
31249
31218
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
31250
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
31219
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
31251
31220
 
31252
31221
  var $Object$2 = _coreExports.Object;
31253
31222
  var defineProperty$9 = function defineProperty(it, key, desc) {
@@ -31295,7 +31264,7 @@ var _meta = {exports: {}};
31295
31264
  var META$1 = _uid('meta');
31296
31265
  var isObject$c = _isObject;
31297
31266
  var has$7 = _has;
31298
- var setDesc = require_objectDp().f;
31267
+ var setDesc = _objectDp.f;
31299
31268
  var id = 0;
31300
31269
  var isExtensible = Object.isExtensible || function () {
31301
31270
  return true;
@@ -31350,7 +31319,7 @@ var _metaExports = _meta.exports;
31350
31319
 
31351
31320
  var core = _coreExports;
31352
31321
  var wksExt$1 = _wksExt;
31353
- var defineProperty$7 = require_objectDp().f;
31322
+ var defineProperty$7 = _objectDp.f;
31354
31323
  var _wksDefine = function (name) {
31355
31324
  var $Symbol = core.Symbol || (core.Symbol = {} );
31356
31325
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$7($Symbol, name, { value: wksExt$1.f(name) });
@@ -31417,10 +31386,10 @@ var createDesc$1 = _propertyDesc;
31417
31386
  var toIObject$1 = _toIobject;
31418
31387
  var toPrimitive$1 = _toPrimitive;
31419
31388
  var has$6 = _has;
31420
- var IE8_DOM_DEFINE = require_ie8DomDefine();
31389
+ var IE8_DOM_DEFINE = _ie8DomDefine;
31421
31390
  var gOPD$2 = Object.getOwnPropertyDescriptor;
31422
31391
 
31423
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
31392
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
31424
31393
  O = toIObject$1(O);
31425
31394
  P = toPrimitive$1(P, true);
31426
31395
  if (IE8_DOM_DEFINE) try {
@@ -31432,7 +31401,7 @@ _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescript
31432
31401
  // ECMAScript 6 symbols shim
31433
31402
  var global$1 = _globalExports;
31434
31403
  var has$5 = _has;
31435
- var DESCRIPTORS = require_descriptors();
31404
+ var DESCRIPTORS = _descriptors;
31436
31405
  var $export$2 = _export;
31437
31406
  var redefine = _redefine;
31438
31407
  var META = _metaExports.KEY;
@@ -31455,7 +31424,7 @@ var _create$1 = _objectCreate;
31455
31424
  var gOPNExt = _objectGopnExt;
31456
31425
  var $GOPD = _objectGopd;
31457
31426
  var $GOPS = _objectGops;
31458
- var $DP = require_objectDp();
31427
+ var $DP = _objectDp;
31459
31428
  var $keys$1 = _objectKeys;
31460
31429
  var gOPD$1 = $GOPD.f;
31461
31430
  var dP = $DP.f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@teselagen/file-utils": "0.3.9",
14
- "@teselagen/bounce-loader": "0.3.8",
14
+ "@teselagen/bounce-loader": "0.3.10",
15
15
  "@blueprintjs/core": "3.52.0",
16
16
  "@blueprintjs/datetime": "3.23.19",
17
17
  "@blueprintjs/icons": "3.33.0",
@@ -58,6 +58,6 @@
58
58
  "use-deep-compare-effect": "^1.6.1",
59
59
  "write-excel-file": "^1.4.25"
60
60
  },
61
- "type": "commonjs",
61
+ "type": "module",
62
62
  "license": "MIT"
63
63
  }