@teselagen/ui 0.0.27 → 0.0.28

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 (2) hide show
  1. package/index.umd.js +36 -51
  2. package/package.json +5 -4
package/index.umd.js CHANGED
@@ -23264,7 +23264,7 @@
23264
23264
  var ownKeys$3 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
23265
23265
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
23266
23266
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
23267
- function toPrimitive$2(value) {
23267
+ function toPrimitive$3(value) {
23268
23268
  return value === null ? null : typeof value === "object" ? "" + value : value;
23269
23269
  }
23270
23270
  function hasProp(target, prop) {
@@ -24193,7 +24193,7 @@
24193
24193
  return this.name_ + "[" + this.value_ + "]";
24194
24194
  };
24195
24195
  _proto.valueOf = function valueOf() {
24196
- return toPrimitive$2(this.get());
24196
+ return toPrimitive$3(this.get());
24197
24197
  };
24198
24198
  _proto[_Symbol$toPrimitive] = function () {
24199
24199
  return this.valueOf();
@@ -24421,7 +24421,7 @@
24421
24421
  return this.name_ + "[" + this.derivation.toString() + "]";
24422
24422
  };
24423
24423
  _proto.valueOf = function valueOf() {
24424
- return toPrimitive$2(this.get());
24424
+ return toPrimitive$3(this.get());
24425
24425
  };
24426
24426
  _proto[_Symbol$toPrimitive$1] = function () {
24427
24427
  return this.valueOf();
@@ -54892,18 +54892,10 @@
54892
54892
  }
54893
54893
  };
54894
54894
 
54895
- var _descriptors;
54896
- var hasRequired_descriptors;
54897
-
54898
- function require_descriptors () {
54899
- if (hasRequired_descriptors) return _descriptors;
54900
- hasRequired_descriptors = 1;
54901
- // Thank's IE8 for his funny defineProperty
54902
- _descriptors = !_fails(function () {
54903
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
54904
- });
54905
- return _descriptors;
54906
- }
54895
+ // Thank's IE8 for his funny defineProperty
54896
+ var _descriptors = !_fails(function () {
54897
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
54898
+ });
54907
54899
 
54908
54900
  var _domCreate;
54909
54901
  var hasRequired_domCreate;
@@ -54921,7 +54913,7 @@
54921
54913
  return _domCreate;
54922
54914
  }
54923
54915
 
54924
- var _ie8DomDefine = !require_descriptors() && !_fails(function () {
54916
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
54925
54917
  return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
54926
54918
  });
54927
54919
 
@@ -54938,29 +54930,22 @@
54938
54930
  throw TypeError("Can't convert object to primitive value");
54939
54931
  };
54940
54932
 
54941
- var hasRequired_objectDp;
54933
+ var anObject$3 = _anObject;
54934
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
54935
+ var toPrimitive$2 = _toPrimitive;
54936
+ var dP$2 = Object.defineProperty;
54942
54937
 
54943
- function require_objectDp () {
54944
- if (hasRequired_objectDp) return _objectDp;
54945
- hasRequired_objectDp = 1;
54946
- var anObject = _anObject;
54947
- var IE8_DOM_DEFINE = _ie8DomDefine;
54948
- var toPrimitive = _toPrimitive;
54949
- var dP = Object.defineProperty;
54950
-
54951
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
54952
- anObject(O);
54953
- P = toPrimitive(P, true);
54954
- anObject(Attributes);
54955
- if (IE8_DOM_DEFINE) try {
54956
- return dP(O, P, Attributes);
54957
- } catch (e) { /* empty */ }
54958
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
54959
- if ('value' in Attributes) O[P] = Attributes.value;
54960
- return O;
54961
- };
54962
- return _objectDp;
54963
- }
54938
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
54939
+ anObject$3(O);
54940
+ P = toPrimitive$2(P, true);
54941
+ anObject$3(Attributes);
54942
+ if (IE8_DOM_DEFINE$1) try {
54943
+ return dP$2(O, P, Attributes);
54944
+ } catch (e) { /* empty */ }
54945
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
54946
+ if ('value' in Attributes) O[P] = Attributes.value;
54947
+ return O;
54948
+ };
54964
54949
 
54965
54950
  var _propertyDesc = function (bitmap, value) {
54966
54951
  return {
@@ -54971,9 +54956,9 @@
54971
54956
  };
54972
54957
  };
54973
54958
 
54974
- var dP$1 = require_objectDp();
54959
+ var dP$1 = _objectDp;
54975
54960
  var createDesc$3 = _propertyDesc;
54976
- var _hide = require_descriptors() ? function (object, key, value) {
54961
+ var _hide = _descriptors ? function (object, key, value) {
54977
54962
  return dP$1.f(object, key, createDesc$3(1, value));
54978
54963
  } : function (object, key, value) {
54979
54964
  object[key] = value;
@@ -55218,7 +55203,7 @@
55218
55203
  if (hasRequired_objectAssign) return _objectAssign;
55219
55204
  hasRequired_objectAssign = 1;
55220
55205
  // 19.1.2.1 Object.assign(target, source, ...)
55221
- var DESCRIPTORS = require_descriptors();
55206
+ var DESCRIPTORS = _descriptors;
55222
55207
  var getKeys = _objectKeys;
55223
55208
  var gOPS = _objectGops;
55224
55209
  var pIE = require_objectPie();
@@ -55300,11 +55285,11 @@
55300
55285
  function require_objectDps () {
55301
55286
  if (hasRequired_objectDps) return _objectDps;
55302
55287
  hasRequired_objectDps = 1;
55303
- var dP = require_objectDp();
55288
+ var dP = _objectDp;
55304
55289
  var anObject = _anObject;
55305
55290
  var getKeys = _objectKeys;
55306
55291
 
55307
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
55292
+ _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
55308
55293
  anObject(O);
55309
55294
  var keys = getKeys(Properties);
55310
55295
  var length = keys.length;
@@ -55393,7 +55378,7 @@
55393
55378
 
55394
55379
  var _wksExports = _wks.exports;
55395
55380
 
55396
- var def = require_objectDp().f;
55381
+ var def = _objectDp.f;
55397
55382
  var has$9 = _has;
55398
55383
  var TAG$1 = _wksExports('toStringTag');
55399
55384
 
@@ -55707,7 +55692,7 @@
55707
55692
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
55708
55693
  };
55709
55694
 
55710
- var $defineProperty$1 = require_objectDp();
55695
+ var $defineProperty$1 = _objectDp;
55711
55696
  var createDesc$2 = _propertyDesc;
55712
55697
 
55713
55698
  var _createProperty = function (object, index, value) {
@@ -55840,7 +55825,7 @@
55840
55825
 
55841
55826
  var $export$3 = _export;
55842
55827
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
55843
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
55828
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
55844
55829
 
55845
55830
  var $Object$1 = _coreExports.Object;
55846
55831
  var defineProperty$6 = function defineProperty(it, key, desc) {
@@ -55888,7 +55873,7 @@
55888
55873
  var META$1 = _uid('meta');
55889
55874
  var isObject$5 = _isObject;
55890
55875
  var has$7 = _has;
55891
- var setDesc = require_objectDp().f;
55876
+ var setDesc = _objectDp.f;
55892
55877
  var id = 0;
55893
55878
  var isExtensible = Object.isExtensible || function () {
55894
55879
  return true;
@@ -55943,7 +55928,7 @@
55943
55928
 
55944
55929
  var core = _coreExports;
55945
55930
  var wksExt$1 = _wksExt;
55946
- var defineProperty$4 = require_objectDp().f;
55931
+ var defineProperty$4 = _objectDp.f;
55947
55932
  var _wksDefine = function (name) {
55948
55933
  var $Symbol = core.Symbol || (core.Symbol = {} );
55949
55934
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$4($Symbol, name, { value: wksExt$1.f(name) });
@@ -56013,7 +55998,7 @@
56013
55998
  var IE8_DOM_DEFINE = _ie8DomDefine;
56014
55999
  var gOPD$2 = Object.getOwnPropertyDescriptor;
56015
56000
 
56016
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
56001
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
56017
56002
  O = toIObject$1(O);
56018
56003
  P = toPrimitive$1(P, true);
56019
56004
  if (IE8_DOM_DEFINE) try {
@@ -56025,7 +56010,7 @@
56025
56010
  // ECMAScript 6 symbols shim
56026
56011
  var global$1 = _globalExports;
56027
56012
  var has$5 = _has;
56028
- var DESCRIPTORS = require_descriptors();
56013
+ var DESCRIPTORS = _descriptors;
56029
56014
  var $export$2 = _export;
56030
56015
  var redefine = _redefine;
56031
56016
  var META = _metaExports.KEY;
@@ -56048,7 +56033,7 @@
56048
56033
  var gOPNExt = _objectGopnExt;
56049
56034
  var $GOPD = _objectGopd;
56050
56035
  var $GOPS = _objectGops;
56051
- var $DP = require_objectDp();
56036
+ var $DP = _objectDp;
56052
56037
  var $keys$1 = _objectKeys;
56053
56038
  var gOPD$1 = $GOPD.f;
56054
56039
  var dP = $DP.f;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/file-utils": "0.2.28",
7
- "@teselagen/bounce-loader": "0.0.16",
6
+ "@teselagen/file-utils": "0.2.30",
7
+ "@teselagen/bounce-loader": "0.0.17",
8
8
  "@blueprintjs/core": "3.52.0",
9
9
  "@blueprintjs/datetime": "3.23.19",
10
10
  "@blueprintjs/icons": "3.33.0",
@@ -50,5 +50,6 @@
50
50
  "use-deep-compare-effect": "^1.6.1",
51
51
  "write-excel-file": "^1.4.25"
52
52
  },
53
- "type": "commonjs"
53
+ "type": "commonjs",
54
+ "license": "MIT"
54
55
  }