@teselagen/ui 0.3.11 → 0.3.12

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.js CHANGED
@@ -30366,17 +30366,17 @@ var _toPrimitive = function (it, S) {
30366
30366
  throw TypeError("Can't convert object to primitive value");
30367
30367
  };
30368
30368
 
30369
- var anObject$5 = _anObject;
30369
+ var anObject$3 = _anObject;
30370
30370
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30371
30371
  var toPrimitive$2 = _toPrimitive;
30372
- var dP$3 = Object.defineProperty;
30372
+ var dP$2 = Object.defineProperty;
30373
30373
 
30374
30374
  _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30375
- anObject$5(O);
30375
+ anObject$3(O);
30376
30376
  P = toPrimitive$2(P, true);
30377
- anObject$5(Attributes);
30377
+ anObject$3(Attributes);
30378
30378
  if (IE8_DOM_DEFINE$1) try {
30379
- return dP$3(O, P, Attributes);
30379
+ return dP$2(O, P, Attributes);
30380
30380
  } catch (e) { /* empty */ }
30381
30381
  if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30382
30382
  if ('value' in Attributes) O[P] = Attributes.value;
@@ -30392,10 +30392,10 @@ var _propertyDesc = function (bitmap, value) {
30392
30392
  };
30393
30393
  };
30394
30394
 
30395
- var dP$2 = _objectDp;
30395
+ var dP$1 = _objectDp;
30396
30396
  var createDesc$3 = _propertyDesc;
30397
30397
  var _hide = _descriptors ? function (object, key, value) {
30398
- return dP$2.f(object, key, createDesc$3(1, value));
30398
+ return dP$1.f(object, key, createDesc$3(1, value));
30399
30399
  } : function (object, key, value) {
30400
30400
  object[key] = value;
30401
30401
  return object;
@@ -30411,7 +30411,7 @@ var core$3 = _coreExports;
30411
30411
  var ctx$1 = _ctx;
30412
30412
  var hide$2 = _hide;
30413
30413
  var has$b = _has;
30414
- var PROTOTYPE$2 = 'prototype';
30414
+ var PROTOTYPE$1 = 'prototype';
30415
30415
 
30416
30416
  var $export$8 = function (type, name, source) {
30417
30417
  var IS_FORCED = type & $export$8.F;
@@ -30421,8 +30421,8 @@ var $export$8 = function (type, name, source) {
30421
30421
  var IS_BIND = type & $export$8.B;
30422
30422
  var IS_WRAP = type & $export$8.W;
30423
30423
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
30424
- var expProto = exports[PROTOTYPE$2];
30425
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
30424
+ var expProto = exports[PROTOTYPE$1];
30425
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$1];
30426
30426
  var key, own, out;
30427
30427
  if (IS_GLOBAL) source = name;
30428
30428
  for (key in source) {
@@ -30446,7 +30446,7 @@ var $export$8 = function (type, name, source) {
30446
30446
  } return new C(a, b, c);
30447
30447
  } return C.apply(this, arguments);
30448
30448
  };
30449
- F[PROTOTYPE$2] = C[PROTOTYPE$2];
30449
+ F[PROTOTYPE$1] = C[PROTOTYPE$1];
30450
30450
  return F;
30451
30451
  // make static versions for prototype methods
30452
30452
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -30575,14 +30575,14 @@ var _sharedKey = function (key) {
30575
30575
  var has$a = _has;
30576
30576
  var toIObject$4 = _toIobject;
30577
30577
  var arrayIndexOf = _arrayIncludes(false);
30578
- var IE_PROTO$2 = _sharedKey('IE_PROTO');
30578
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
30579
30579
 
30580
30580
  var _objectKeysInternal = function (object, names) {
30581
30581
  var O = toIObject$4(object);
30582
30582
  var i = 0;
30583
30583
  var result = [];
30584
30584
  var key;
30585
- for (key in O) if (key != IE_PROTO$2) has$a(O, key) && result.push(key);
30585
+ for (key in O) if (key != IE_PROTO$1) has$a(O, key) && result.push(key);
30586
30586
  // Don't enum bug & hidden keys
30587
30587
  while (names.length > i) if (has$a(O, key = names[i++])) {
30588
30588
  ~arrayIndexOf(result, key) || result.push(key);
@@ -30597,10 +30597,10 @@ var _enumBugKeys = (
30597
30597
 
30598
30598
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
30599
30599
  var $keys$3 = _objectKeysInternal;
30600
- var enumBugKeys$1 = _enumBugKeys;
30600
+ var enumBugKeys = _enumBugKeys;
30601
30601
 
30602
30602
  var _objectKeys = Object.keys || function keys(O) {
30603
- return $keys$3(O, enumBugKeys$1);
30603
+ return $keys$3(O, enumBugKeys);
30604
30604
  };
30605
30605
 
30606
30606
  var _objectGops = {};
@@ -30707,19 +30707,27 @@ var _iterators = {};
30707
30707
 
30708
30708
  var _redefine = _hide;
30709
30709
 
30710
- var dP$1 = _objectDp;
30711
- var anObject$4 = _anObject;
30712
- var getKeys$1 = _objectKeys;
30710
+ var _objectDps;
30711
+ var hasRequired_objectDps;
30713
30712
 
30714
- var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30715
- anObject$4(O);
30716
- var keys = getKeys$1(Properties);
30717
- var length = keys.length;
30718
- var i = 0;
30719
- var P;
30720
- while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
30721
- return O;
30722
- };
30713
+ function require_objectDps () {
30714
+ if (hasRequired_objectDps) return _objectDps;
30715
+ hasRequired_objectDps = 1;
30716
+ var dP = _objectDp;
30717
+ var anObject = _anObject;
30718
+ var getKeys = _objectKeys;
30719
+
30720
+ _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30721
+ anObject(O);
30722
+ var keys = getKeys(Properties);
30723
+ var length = keys.length;
30724
+ var i = 0;
30725
+ var P;
30726
+ while (length > i) dP.f(O, P = keys[i++], Properties[P]);
30727
+ return O;
30728
+ };
30729
+ return _objectDps;
30730
+ }
30723
30731
 
30724
30732
  var _html;
30725
30733
  var hasRequired_html;
@@ -30732,47 +30740,55 @@ function require_html () {
30732
30740
  return _html;
30733
30741
  }
30734
30742
 
30735
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30736
- var anObject$3 = _anObject;
30737
- var dPs = _objectDps;
30738
- var enumBugKeys = _enumBugKeys;
30739
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
30740
- var Empty = function () { /* empty */ };
30741
- var PROTOTYPE$1 = 'prototype';
30743
+ var _objectCreate;
30744
+ var hasRequired_objectCreate;
30742
30745
 
30743
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
30744
- var createDict = function () {
30745
- // Thrash, waste and sodomy: IE GC bug
30746
- var iframe = require_domCreate()('iframe');
30747
- var i = enumBugKeys.length;
30748
- var lt = '<';
30749
- var gt = '>';
30750
- var iframeDocument;
30751
- iframe.style.display = 'none';
30752
- require_html().appendChild(iframe);
30753
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30754
- // createDict = iframe.contentWindow.Object;
30755
- // html.removeChild(iframe);
30756
- iframeDocument = iframe.contentWindow.document;
30757
- iframeDocument.open();
30758
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30759
- iframeDocument.close();
30760
- createDict = iframeDocument.F;
30761
- while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
30762
- return createDict();
30763
- };
30764
-
30765
- var _objectCreate = Object.create || function create(O, Properties) {
30766
- var result;
30767
- if (O !== null) {
30768
- Empty[PROTOTYPE$1] = anObject$3(O);
30769
- result = new Empty();
30770
- Empty[PROTOTYPE$1] = null;
30771
- // add "__proto__" for Object.getPrototypeOf polyfill
30772
- result[IE_PROTO$1] = O;
30773
- } else result = createDict();
30774
- return Properties === undefined ? result : dPs(result, Properties);
30775
- };
30746
+ function require_objectCreate () {
30747
+ if (hasRequired_objectCreate) return _objectCreate;
30748
+ hasRequired_objectCreate = 1;
30749
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30750
+ var anObject = _anObject;
30751
+ var dPs = require_objectDps();
30752
+ var enumBugKeys = _enumBugKeys;
30753
+ var IE_PROTO = _sharedKey('IE_PROTO');
30754
+ var Empty = function () { /* empty */ };
30755
+ var PROTOTYPE = 'prototype';
30756
+
30757
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
30758
+ var createDict = function () {
30759
+ // Thrash, waste and sodomy: IE GC bug
30760
+ var iframe = require_domCreate()('iframe');
30761
+ var i = enumBugKeys.length;
30762
+ var lt = '<';
30763
+ var gt = '>';
30764
+ var iframeDocument;
30765
+ iframe.style.display = 'none';
30766
+ require_html().appendChild(iframe);
30767
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30768
+ // createDict = iframe.contentWindow.Object;
30769
+ // html.removeChild(iframe);
30770
+ iframeDocument = iframe.contentWindow.document;
30771
+ iframeDocument.open();
30772
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30773
+ iframeDocument.close();
30774
+ createDict = iframeDocument.F;
30775
+ while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
30776
+ return createDict();
30777
+ };
30778
+
30779
+ _objectCreate = Object.create || function create(O, Properties) {
30780
+ var result;
30781
+ if (O !== null) {
30782
+ Empty[PROTOTYPE] = anObject(O);
30783
+ result = new Empty();
30784
+ Empty[PROTOTYPE] = null;
30785
+ // add "__proto__" for Object.getPrototypeOf polyfill
30786
+ result[IE_PROTO] = O;
30787
+ } else result = createDict();
30788
+ return Properties === undefined ? result : dPs(result, Properties);
30789
+ };
30790
+ return _objectCreate;
30791
+ }
30776
30792
 
30777
30793
  var _wks = {exports: {}};
30778
30794
 
@@ -30798,7 +30814,7 @@ var _setToStringTag = function (it, tag, stat) {
30798
30814
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
30799
30815
  };
30800
30816
 
30801
- var create$3 = _objectCreate;
30817
+ var create$3 = require_objectCreate();
30802
30818
  var descriptor = _propertyDesc;
30803
30819
  var setToStringTag$2 = _setToStringTag;
30804
30820
  var IteratorPrototype = {};
@@ -31441,7 +31457,7 @@ var toObject$1 = _toObject;
31441
31457
  var toIObject = _toIobject;
31442
31458
  var toPrimitive = _toPrimitive;
31443
31459
  var createDesc = _propertyDesc;
31444
- var _create$1 = _objectCreate;
31460
+ var _create$1 = require_objectCreate();
31445
31461
  var gOPNExt = _objectGopnExt;
31446
31462
  var $GOPD = _objectGopd;
31447
31463
  var $GOPS = _objectGops;
@@ -31751,7 +31767,7 @@ var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
31751
31767
 
31752
31768
  var $export = _export;
31753
31769
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
31754
- $export($export.S, 'Object', { create: _objectCreate });
31770
+ $export($export.S, 'Object', { create: require_objectCreate() });
31755
31771
 
31756
31772
  var $Object$1 = _coreExports.Object;
31757
31773
  var create$2 = function create(P, D) {
@@ -85961,8 +85977,7 @@ const dataTableEnhancer = compose(
85961
85977
  // "reduxFormExpandedEntityIdMap"
85962
85978
  // ]
85963
85979
  // }),
85964
- branch((props) => !props.alwaysRerender, pure),
85965
- observer
85980
+ branch((props) => !props.alwaysRerender, pure)
85966
85981
  );
85967
85982
 
85968
85983
  const defaultProps = {
package/index.mjs CHANGED
@@ -30345,17 +30345,17 @@ var _toPrimitive = function (it, S) {
30345
30345
  throw TypeError("Can't convert object to primitive value");
30346
30346
  };
30347
30347
 
30348
- var anObject$5 = _anObject;
30348
+ var anObject$3 = _anObject;
30349
30349
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
30350
30350
  var toPrimitive$2 = _toPrimitive;
30351
- var dP$3 = Object.defineProperty;
30351
+ var dP$2 = Object.defineProperty;
30352
30352
 
30353
30353
  _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
30354
- anObject$5(O);
30354
+ anObject$3(O);
30355
30355
  P = toPrimitive$2(P, true);
30356
- anObject$5(Attributes);
30356
+ anObject$3(Attributes);
30357
30357
  if (IE8_DOM_DEFINE$1) try {
30358
- return dP$3(O, P, Attributes);
30358
+ return dP$2(O, P, Attributes);
30359
30359
  } catch (e) { /* empty */ }
30360
30360
  if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
30361
30361
  if ('value' in Attributes) O[P] = Attributes.value;
@@ -30371,10 +30371,10 @@ var _propertyDesc = function (bitmap, value) {
30371
30371
  };
30372
30372
  };
30373
30373
 
30374
- var dP$2 = _objectDp;
30374
+ var dP$1 = _objectDp;
30375
30375
  var createDesc$3 = _propertyDesc;
30376
30376
  var _hide = _descriptors ? function (object, key, value) {
30377
- return dP$2.f(object, key, createDesc$3(1, value));
30377
+ return dP$1.f(object, key, createDesc$3(1, value));
30378
30378
  } : function (object, key, value) {
30379
30379
  object[key] = value;
30380
30380
  return object;
@@ -30390,7 +30390,7 @@ var core$3 = _coreExports;
30390
30390
  var ctx$1 = _ctx;
30391
30391
  var hide$2 = _hide;
30392
30392
  var has$b = _has;
30393
- var PROTOTYPE$2 = 'prototype';
30393
+ var PROTOTYPE$1 = 'prototype';
30394
30394
 
30395
30395
  var $export$8 = function (type, name, source) {
30396
30396
  var IS_FORCED = type & $export$8.F;
@@ -30400,8 +30400,8 @@ var $export$8 = function (type, name, source) {
30400
30400
  var IS_BIND = type & $export$8.B;
30401
30401
  var IS_WRAP = type & $export$8.W;
30402
30402
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
30403
- var expProto = exports[PROTOTYPE$2];
30404
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
30403
+ var expProto = exports[PROTOTYPE$1];
30404
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$1];
30405
30405
  var key, own, out;
30406
30406
  if (IS_GLOBAL) source = name;
30407
30407
  for (key in source) {
@@ -30425,7 +30425,7 @@ var $export$8 = function (type, name, source) {
30425
30425
  } return new C(a, b, c);
30426
30426
  } return C.apply(this, arguments);
30427
30427
  };
30428
- F[PROTOTYPE$2] = C[PROTOTYPE$2];
30428
+ F[PROTOTYPE$1] = C[PROTOTYPE$1];
30429
30429
  return F;
30430
30430
  // make static versions for prototype methods
30431
30431
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -30554,14 +30554,14 @@ var _sharedKey = function (key) {
30554
30554
  var has$a = _has;
30555
30555
  var toIObject$4 = _toIobject;
30556
30556
  var arrayIndexOf = _arrayIncludes(false);
30557
- var IE_PROTO$2 = _sharedKey('IE_PROTO');
30557
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
30558
30558
 
30559
30559
  var _objectKeysInternal = function (object, names) {
30560
30560
  var O = toIObject$4(object);
30561
30561
  var i = 0;
30562
30562
  var result = [];
30563
30563
  var key;
30564
- for (key in O) if (key != IE_PROTO$2) has$a(O, key) && result.push(key);
30564
+ for (key in O) if (key != IE_PROTO$1) has$a(O, key) && result.push(key);
30565
30565
  // Don't enum bug & hidden keys
30566
30566
  while (names.length > i) if (has$a(O, key = names[i++])) {
30567
30567
  ~arrayIndexOf(result, key) || result.push(key);
@@ -30576,10 +30576,10 @@ var _enumBugKeys = (
30576
30576
 
30577
30577
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
30578
30578
  var $keys$3 = _objectKeysInternal;
30579
- var enumBugKeys$1 = _enumBugKeys;
30579
+ var enumBugKeys = _enumBugKeys;
30580
30580
 
30581
30581
  var _objectKeys = Object.keys || function keys(O) {
30582
- return $keys$3(O, enumBugKeys$1);
30582
+ return $keys$3(O, enumBugKeys);
30583
30583
  };
30584
30584
 
30585
30585
  var _objectGops = {};
@@ -30686,19 +30686,27 @@ var _iterators = {};
30686
30686
 
30687
30687
  var _redefine = _hide;
30688
30688
 
30689
- var dP$1 = _objectDp;
30690
- var anObject$4 = _anObject;
30691
- var getKeys$1 = _objectKeys;
30689
+ var _objectDps;
30690
+ var hasRequired_objectDps;
30692
30691
 
30693
- var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30694
- anObject$4(O);
30695
- var keys = getKeys$1(Properties);
30696
- var length = keys.length;
30697
- var i = 0;
30698
- var P;
30699
- while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
30700
- return O;
30701
- };
30692
+ function require_objectDps () {
30693
+ if (hasRequired_objectDps) return _objectDps;
30694
+ hasRequired_objectDps = 1;
30695
+ var dP = _objectDp;
30696
+ var anObject = _anObject;
30697
+ var getKeys = _objectKeys;
30698
+
30699
+ _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
30700
+ anObject(O);
30701
+ var keys = getKeys(Properties);
30702
+ var length = keys.length;
30703
+ var i = 0;
30704
+ var P;
30705
+ while (length > i) dP.f(O, P = keys[i++], Properties[P]);
30706
+ return O;
30707
+ };
30708
+ return _objectDps;
30709
+ }
30702
30710
 
30703
30711
  var _html;
30704
30712
  var hasRequired_html;
@@ -30711,47 +30719,55 @@ function require_html () {
30711
30719
  return _html;
30712
30720
  }
30713
30721
 
30714
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30715
- var anObject$3 = _anObject;
30716
- var dPs = _objectDps;
30717
- var enumBugKeys = _enumBugKeys;
30718
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
30719
- var Empty = function () { /* empty */ };
30720
- var PROTOTYPE$1 = 'prototype';
30722
+ var _objectCreate;
30723
+ var hasRequired_objectCreate;
30721
30724
 
30722
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
30723
- var createDict = function () {
30724
- // Thrash, waste and sodomy: IE GC bug
30725
- var iframe = require_domCreate()('iframe');
30726
- var i = enumBugKeys.length;
30727
- var lt = '<';
30728
- var gt = '>';
30729
- var iframeDocument;
30730
- iframe.style.display = 'none';
30731
- require_html().appendChild(iframe);
30732
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30733
- // createDict = iframe.contentWindow.Object;
30734
- // html.removeChild(iframe);
30735
- iframeDocument = iframe.contentWindow.document;
30736
- iframeDocument.open();
30737
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30738
- iframeDocument.close();
30739
- createDict = iframeDocument.F;
30740
- while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
30741
- return createDict();
30742
- };
30743
-
30744
- var _objectCreate = Object.create || function create(O, Properties) {
30745
- var result;
30746
- if (O !== null) {
30747
- Empty[PROTOTYPE$1] = anObject$3(O);
30748
- result = new Empty();
30749
- Empty[PROTOTYPE$1] = null;
30750
- // add "__proto__" for Object.getPrototypeOf polyfill
30751
- result[IE_PROTO$1] = O;
30752
- } else result = createDict();
30753
- return Properties === undefined ? result : dPs(result, Properties);
30754
- };
30725
+ function require_objectCreate () {
30726
+ if (hasRequired_objectCreate) return _objectCreate;
30727
+ hasRequired_objectCreate = 1;
30728
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
30729
+ var anObject = _anObject;
30730
+ var dPs = require_objectDps();
30731
+ var enumBugKeys = _enumBugKeys;
30732
+ var IE_PROTO = _sharedKey('IE_PROTO');
30733
+ var Empty = function () { /* empty */ };
30734
+ var PROTOTYPE = 'prototype';
30735
+
30736
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
30737
+ var createDict = function () {
30738
+ // Thrash, waste and sodomy: IE GC bug
30739
+ var iframe = require_domCreate()('iframe');
30740
+ var i = enumBugKeys.length;
30741
+ var lt = '<';
30742
+ var gt = '>';
30743
+ var iframeDocument;
30744
+ iframe.style.display = 'none';
30745
+ require_html().appendChild(iframe);
30746
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
30747
+ // createDict = iframe.contentWindow.Object;
30748
+ // html.removeChild(iframe);
30749
+ iframeDocument = iframe.contentWindow.document;
30750
+ iframeDocument.open();
30751
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
30752
+ iframeDocument.close();
30753
+ createDict = iframeDocument.F;
30754
+ while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
30755
+ return createDict();
30756
+ };
30757
+
30758
+ _objectCreate = Object.create || function create(O, Properties) {
30759
+ var result;
30760
+ if (O !== null) {
30761
+ Empty[PROTOTYPE] = anObject(O);
30762
+ result = new Empty();
30763
+ Empty[PROTOTYPE] = null;
30764
+ // add "__proto__" for Object.getPrototypeOf polyfill
30765
+ result[IE_PROTO] = O;
30766
+ } else result = createDict();
30767
+ return Properties === undefined ? result : dPs(result, Properties);
30768
+ };
30769
+ return _objectCreate;
30770
+ }
30755
30771
 
30756
30772
  var _wks = {exports: {}};
30757
30773
 
@@ -30777,7 +30793,7 @@ var _setToStringTag = function (it, tag, stat) {
30777
30793
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
30778
30794
  };
30779
30795
 
30780
- var create$3 = _objectCreate;
30796
+ var create$3 = require_objectCreate();
30781
30797
  var descriptor = _propertyDesc;
30782
30798
  var setToStringTag$2 = _setToStringTag;
30783
30799
  var IteratorPrototype = {};
@@ -31420,7 +31436,7 @@ var toObject$1 = _toObject;
31420
31436
  var toIObject = _toIobject;
31421
31437
  var toPrimitive = _toPrimitive;
31422
31438
  var createDesc = _propertyDesc;
31423
- var _create$1 = _objectCreate;
31439
+ var _create$1 = require_objectCreate();
31424
31440
  var gOPNExt = _objectGopnExt;
31425
31441
  var $GOPD = _objectGopd;
31426
31442
  var $GOPS = _objectGops;
@@ -31730,7 +31746,7 @@ var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
31730
31746
 
31731
31747
  var $export = _export;
31732
31748
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
31733
- $export($export.S, 'Object', { create: _objectCreate });
31749
+ $export($export.S, 'Object', { create: require_objectCreate() });
31734
31750
 
31735
31751
  var $Object$1 = _coreExports.Object;
31736
31752
  var create$2 = function create(P, D) {
@@ -85940,8 +85956,7 @@ const dataTableEnhancer = compose(
85940
85956
  // "reduxFormExpandedEntityIdMap"
85941
85957
  // ]
85942
85958
  // }),
85943
- branch((props) => !props.alwaysRerender, pure),
85944
- observer
85959
+ branch((props) => !props.alwaysRerender, pure)
85945
85960
  );
85946
85961
 
85947
85962
  const defaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
6
  "@teselagen/file-utils": "0.3.9",
@@ -15,7 +15,6 @@ import { viewColumn, openColumn } from "../DataTable/viewColumn";
15
15
  import pureNoFunc from "../utils/pureNoFunc";
16
16
  import tgFormValues from "../utils/tgFormValues";
17
17
  import getTableConfigFromStorage from "./utils/getTableConfigFromStorage";
18
- import { observer } from "mobx-react";
19
18
 
20
19
  export default compose(
21
20
  //connect to withTableParams here in the dataTable component so that, in the case that the table is not manually connected,
@@ -289,5 +288,4 @@ export default compose(
289
288
  // ]
290
289
  // }),
291
290
  branch(props => !props.alwaysRerender, pureNoFunc),
292
- observer
293
291
  );