@teselagen/ui 0.0.24 → 0.0.25

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 +109 -156
  2. package/package.json +3 -3
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,17 +54913,9 @@
54921
54913
  return _domCreate;
54922
54914
  }
54923
54915
 
54924
- var _ie8DomDefine;
54925
- var hasRequired_ie8DomDefine;
54926
-
54927
- function require_ie8DomDefine () {
54928
- if (hasRequired_ie8DomDefine) return _ie8DomDefine;
54929
- hasRequired_ie8DomDefine = 1;
54930
- _ie8DomDefine = !require_descriptors() && !_fails(function () {
54931
- return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
54932
- });
54933
- return _ie8DomDefine;
54934
- }
54916
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
54917
+ return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
54918
+ });
54935
54919
 
54936
54920
  // 7.1.1 ToPrimitive(input [, PreferredType])
54937
54921
  var isObject$6 = _isObject;
@@ -54946,29 +54930,22 @@
54946
54930
  throw TypeError("Can't convert object to primitive value");
54947
54931
  };
54948
54932
 
54949
- var hasRequired_objectDp;
54933
+ var anObject$5 = _anObject;
54934
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
54935
+ var toPrimitive$2 = _toPrimitive;
54936
+ var dP$3 = Object.defineProperty;
54950
54937
 
54951
- function require_objectDp () {
54952
- if (hasRequired_objectDp) return _objectDp;
54953
- hasRequired_objectDp = 1;
54954
- var anObject = _anObject;
54955
- var IE8_DOM_DEFINE = require_ie8DomDefine();
54956
- var toPrimitive = _toPrimitive;
54957
- var dP = Object.defineProperty;
54958
-
54959
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
54960
- anObject(O);
54961
- P = toPrimitive(P, true);
54962
- anObject(Attributes);
54963
- if (IE8_DOM_DEFINE) try {
54964
- return dP(O, P, Attributes);
54965
- } catch (e) { /* empty */ }
54966
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
54967
- if ('value' in Attributes) O[P] = Attributes.value;
54968
- return O;
54969
- };
54970
- return _objectDp;
54971
- }
54938
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
54939
+ anObject$5(O);
54940
+ P = toPrimitive$2(P, true);
54941
+ anObject$5(Attributes);
54942
+ if (IE8_DOM_DEFINE$1) try {
54943
+ return dP$3(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
+ };
54972
54949
 
54973
54950
  var _propertyDesc = function (bitmap, value) {
54974
54951
  return {
@@ -54979,10 +54956,10 @@
54979
54956
  };
54980
54957
  };
54981
54958
 
54982
- var dP$1 = require_objectDp();
54959
+ var dP$2 = _objectDp;
54983
54960
  var createDesc$3 = _propertyDesc;
54984
- var _hide = require_descriptors() ? function (object, key, value) {
54985
- return dP$1.f(object, key, createDesc$3(1, value));
54961
+ var _hide = _descriptors ? function (object, key, value) {
54962
+ return dP$2.f(object, key, createDesc$3(1, value));
54986
54963
  } : function (object, key, value) {
54987
54964
  object[key] = value;
54988
54965
  return object;
@@ -54998,7 +54975,7 @@
54998
54975
  var ctx$1 = _ctx;
54999
54976
  var hide$2 = _hide;
55000
54977
  var has$b = _has;
55001
- var PROTOTYPE$1 = 'prototype';
54978
+ var PROTOTYPE$2 = 'prototype';
55002
54979
 
55003
54980
  var $export$8 = function (type, name, source) {
55004
54981
  var IS_FORCED = type & $export$8.F;
@@ -55008,8 +54985,8 @@
55008
54985
  var IS_BIND = type & $export$8.B;
55009
54986
  var IS_WRAP = type & $export$8.W;
55010
54987
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
55011
- var expProto = exports[PROTOTYPE$1];
55012
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$1];
54988
+ var expProto = exports[PROTOTYPE$2];
54989
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
55013
54990
  var key, own, out;
55014
54991
  if (IS_GLOBAL) source = name;
55015
54992
  for (key in source) {
@@ -55033,7 +55010,7 @@
55033
55010
  } return new C(a, b, c);
55034
55011
  } return C.apply(this, arguments);
55035
55012
  };
55036
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
55013
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
55037
55014
  return F;
55038
55015
  // make static versions for prototype methods
55039
55016
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -55062,20 +55039,12 @@
55062
55039
  return toString$4.call(it).slice(8, -1);
55063
55040
  };
55064
55041
 
55065
- var _iobject;
55066
- var hasRequired_iobject;
55067
-
55068
- function require_iobject () {
55069
- if (hasRequired_iobject) return _iobject;
55070
- hasRequired_iobject = 1;
55071
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
55072
- var cof = _cof;
55073
- // eslint-disable-next-line no-prototype-builtins
55074
- _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
55075
- return cof(it) == 'String' ? it.split('') : Object(it);
55076
- };
55077
- return _iobject;
55078
- }
55042
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
55043
+ var cof$2 = _cof;
55044
+ // eslint-disable-next-line no-prototype-builtins
55045
+ var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
55046
+ return cof$2(it) == 'String' ? it.split('') : Object(it);
55047
+ };
55079
55048
 
55080
55049
  // 7.2.1 RequireObjectCoercible(argument)
55081
55050
  var _defined = function (it) {
@@ -55084,7 +55053,7 @@
55084
55053
  };
55085
55054
 
55086
55055
  // to indexed object, toObject with fallback for non-array-like ES3 strings
55087
- var IObject = require_iobject();
55056
+ var IObject = _iobject;
55088
55057
  var defined$2 = _defined;
55089
55058
  var _toIobject = function (it) {
55090
55059
  return IObject(defined$2(it));
@@ -55170,14 +55139,14 @@
55170
55139
  var has$a = _has;
55171
55140
  var toIObject$4 = _toIobject;
55172
55141
  var arrayIndexOf = _arrayIncludes(false);
55173
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
55142
+ var IE_PROTO$2 = _sharedKey('IE_PROTO');
55174
55143
 
55175
55144
  var _objectKeysInternal = function (object, names) {
55176
55145
  var O = toIObject$4(object);
55177
55146
  var i = 0;
55178
55147
  var result = [];
55179
55148
  var key;
55180
- for (key in O) if (key != IE_PROTO$1) has$a(O, key) && result.push(key);
55149
+ for (key in O) if (key != IE_PROTO$2) has$a(O, key) && result.push(key);
55181
55150
  // Don't enum bug & hidden keys
55182
55151
  while (names.length > i) if (has$a(O, key = names[i++])) {
55183
55152
  ~arrayIndexOf(result, key) || result.push(key);
@@ -55192,10 +55161,10 @@
55192
55161
 
55193
55162
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
55194
55163
  var $keys$3 = _objectKeysInternal;
55195
- var enumBugKeys = _enumBugKeys;
55164
+ var enumBugKeys$1 = _enumBugKeys;
55196
55165
 
55197
55166
  var _objectKeys = Object.keys || function keys(O) {
55198
- return $keys$3(O, enumBugKeys);
55167
+ return $keys$3(O, enumBugKeys$1);
55199
55168
  };
55200
55169
 
55201
55170
  var _objectGops = {};
@@ -55226,12 +55195,12 @@
55226
55195
  if (hasRequired_objectAssign) return _objectAssign;
55227
55196
  hasRequired_objectAssign = 1;
55228
55197
  // 19.1.2.1 Object.assign(target, source, ...)
55229
- var DESCRIPTORS = require_descriptors();
55198
+ var DESCRIPTORS = _descriptors;
55230
55199
  var getKeys = _objectKeys;
55231
55200
  var gOPS = _objectGops;
55232
55201
  var pIE = require_objectPie();
55233
55202
  var toObject = _toObject;
55234
- var IObject = require_iobject();
55203
+ var IObject = _iobject;
55235
55204
  var $assign = Object.assign;
55236
55205
 
55237
55206
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -55302,27 +55271,19 @@
55302
55271
 
55303
55272
  var _redefine = _hide;
55304
55273
 
55305
- var _objectDps;
55306
- var hasRequired_objectDps;
55307
-
55308
- function require_objectDps () {
55309
- if (hasRequired_objectDps) return _objectDps;
55310
- hasRequired_objectDps = 1;
55311
- var dP = require_objectDp();
55312
- var anObject = _anObject;
55313
- var getKeys = _objectKeys;
55274
+ var dP$1 = _objectDp;
55275
+ var anObject$4 = _anObject;
55276
+ var getKeys$1 = _objectKeys;
55314
55277
 
55315
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
55316
- anObject(O);
55317
- var keys = getKeys(Properties);
55318
- var length = keys.length;
55319
- var i = 0;
55320
- var P;
55321
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
55322
- return O;
55323
- };
55324
- return _objectDps;
55325
- }
55278
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
55279
+ anObject$4(O);
55280
+ var keys = getKeys$1(Properties);
55281
+ var length = keys.length;
55282
+ var i = 0;
55283
+ var P;
55284
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
55285
+ return O;
55286
+ };
55326
55287
 
55327
55288
  var _html;
55328
55289
  var hasRequired_html;
@@ -55335,55 +55296,47 @@
55335
55296
  return _html;
55336
55297
  }
55337
55298
 
55338
- var _objectCreate;
55339
- var hasRequired_objectCreate;
55340
-
55341
- function require_objectCreate () {
55342
- if (hasRequired_objectCreate) return _objectCreate;
55343
- hasRequired_objectCreate = 1;
55344
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55345
- var anObject = _anObject;
55346
- var dPs = require_objectDps();
55347
- var enumBugKeys = _enumBugKeys;
55348
- var IE_PROTO = _sharedKey('IE_PROTO');
55349
- var Empty = function () { /* empty */ };
55350
- var PROTOTYPE = 'prototype';
55351
-
55352
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
55353
- var createDict = function () {
55354
- // Thrash, waste and sodomy: IE GC bug
55355
- var iframe = require_domCreate()('iframe');
55356
- var i = enumBugKeys.length;
55357
- var lt = '<';
55358
- var gt = '>';
55359
- var iframeDocument;
55360
- iframe.style.display = 'none';
55361
- require_html().appendChild(iframe);
55362
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55363
- // createDict = iframe.contentWindow.Object;
55364
- // html.removeChild(iframe);
55365
- iframeDocument = iframe.contentWindow.document;
55366
- iframeDocument.open();
55367
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55368
- iframeDocument.close();
55369
- createDict = iframeDocument.F;
55370
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
55371
- return createDict();
55372
- };
55299
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55300
+ var anObject$3 = _anObject;
55301
+ var dPs = _objectDps;
55302
+ var enumBugKeys = _enumBugKeys;
55303
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
55304
+ var Empty = function () { /* empty */ };
55305
+ var PROTOTYPE$1 = 'prototype';
55373
55306
 
55374
- _objectCreate = Object.create || function create(O, Properties) {
55375
- var result;
55376
- if (O !== null) {
55377
- Empty[PROTOTYPE] = anObject(O);
55378
- result = new Empty();
55379
- Empty[PROTOTYPE] = null;
55380
- // add "__proto__" for Object.getPrototypeOf polyfill
55381
- result[IE_PROTO] = O;
55382
- } else result = createDict();
55383
- return Properties === undefined ? result : dPs(result, Properties);
55384
- };
55385
- return _objectCreate;
55386
- }
55307
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
55308
+ var createDict = function () {
55309
+ // Thrash, waste and sodomy: IE GC bug
55310
+ var iframe = require_domCreate()('iframe');
55311
+ var i = enumBugKeys.length;
55312
+ var lt = '<';
55313
+ var gt = '>';
55314
+ var iframeDocument;
55315
+ iframe.style.display = 'none';
55316
+ require_html().appendChild(iframe);
55317
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55318
+ // createDict = iframe.contentWindow.Object;
55319
+ // html.removeChild(iframe);
55320
+ iframeDocument = iframe.contentWindow.document;
55321
+ iframeDocument.open();
55322
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55323
+ iframeDocument.close();
55324
+ createDict = iframeDocument.F;
55325
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
55326
+ return createDict();
55327
+ };
55328
+
55329
+ var _objectCreate = Object.create || function create(O, Properties) {
55330
+ var result;
55331
+ if (O !== null) {
55332
+ Empty[PROTOTYPE$1] = anObject$3(O);
55333
+ result = new Empty();
55334
+ Empty[PROTOTYPE$1] = null;
55335
+ // add "__proto__" for Object.getPrototypeOf polyfill
55336
+ result[IE_PROTO$1] = O;
55337
+ } else result = createDict();
55338
+ return Properties === undefined ? result : dPs(result, Properties);
55339
+ };
55387
55340
 
55388
55341
  var _wks = {exports: {}};
55389
55342
 
@@ -55401,7 +55354,7 @@
55401
55354
 
55402
55355
  var _wksExports = _wks.exports;
55403
55356
 
55404
- var def = require_objectDp().f;
55357
+ var def = _objectDp.f;
55405
55358
  var has$9 = _has;
55406
55359
  var TAG$1 = _wksExports('toStringTag');
55407
55360
 
@@ -55409,7 +55362,7 @@
55409
55362
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
55410
55363
  };
55411
55364
 
55412
- var create$3 = require_objectCreate();
55365
+ var create$3 = _objectCreate;
55413
55366
  var descriptor = _propertyDesc;
55414
55367
  var setToStringTag$2 = _setToStringTag;
55415
55368
  var IteratorPrototype = {};
@@ -55715,7 +55668,7 @@
55715
55668
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
55716
55669
  };
55717
55670
 
55718
- var $defineProperty$1 = require_objectDp();
55671
+ var $defineProperty$1 = _objectDp;
55719
55672
  var createDesc$2 = _propertyDesc;
55720
55673
 
55721
55674
  var _createProperty = function (object, index, value) {
@@ -55848,7 +55801,7 @@
55848
55801
 
55849
55802
  var $export$3 = _export;
55850
55803
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
55851
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
55804
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
55852
55805
 
55853
55806
  var $Object$1 = _coreExports.Object;
55854
55807
  var defineProperty$6 = function defineProperty(it, key, desc) {
@@ -55896,7 +55849,7 @@
55896
55849
  var META$1 = _uid('meta');
55897
55850
  var isObject$5 = _isObject;
55898
55851
  var has$7 = _has;
55899
- var setDesc = require_objectDp().f;
55852
+ var setDesc = _objectDp.f;
55900
55853
  var id = 0;
55901
55854
  var isExtensible = Object.isExtensible || function () {
55902
55855
  return true;
@@ -55951,7 +55904,7 @@
55951
55904
 
55952
55905
  var core = _coreExports;
55953
55906
  var wksExt$1 = _wksExt;
55954
- var defineProperty$4 = require_objectDp().f;
55907
+ var defineProperty$4 = _objectDp.f;
55955
55908
  var _wksDefine = function (name) {
55956
55909
  var $Symbol = core.Symbol || (core.Symbol = {} );
55957
55910
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$4($Symbol, name, { value: wksExt$1.f(name) });
@@ -56018,10 +55971,10 @@
56018
55971
  var toIObject$1 = _toIobject;
56019
55972
  var toPrimitive$1 = _toPrimitive;
56020
55973
  var has$6 = _has;
56021
- var IE8_DOM_DEFINE = require_ie8DomDefine();
55974
+ var IE8_DOM_DEFINE = _ie8DomDefine;
56022
55975
  var gOPD$2 = Object.getOwnPropertyDescriptor;
56023
55976
 
56024
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
55977
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
56025
55978
  O = toIObject$1(O);
56026
55979
  P = toPrimitive$1(P, true);
56027
55980
  if (IE8_DOM_DEFINE) try {
@@ -56033,7 +55986,7 @@
56033
55986
  // ECMAScript 6 symbols shim
56034
55987
  var global$1 = _globalExports;
56035
55988
  var has$5 = _has;
56036
- var DESCRIPTORS = require_descriptors();
55989
+ var DESCRIPTORS = _descriptors;
56037
55990
  var $export$2 = _export;
56038
55991
  var redefine = _redefine;
56039
55992
  var META = _metaExports.KEY;
@@ -56052,11 +56005,11 @@
56052
56005
  var toIObject = _toIobject;
56053
56006
  var toPrimitive = _toPrimitive;
56054
56007
  var createDesc = _propertyDesc;
56055
- var _create$1 = require_objectCreate();
56008
+ var _create$1 = _objectCreate;
56056
56009
  var gOPNExt = _objectGopnExt;
56057
56010
  var $GOPD = _objectGopd;
56058
56011
  var $GOPS = _objectGops;
56059
- var $DP = require_objectDp();
56012
+ var $DP = _objectDp;
56060
56013
  var $keys$1 = _objectKeys;
56061
56014
  var gOPD$1 = $GOPD.f;
56062
56015
  var dP = $DP.f;
@@ -56362,7 +56315,7 @@
56362
56315
 
56363
56316
  var $export = _export;
56364
56317
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
56365
- $export($export.S, 'Object', { create: require_objectCreate() });
56318
+ $export($export.S, 'Object', { create: _objectCreate });
56366
56319
 
56367
56320
  var $Object = _coreExports.Object;
56368
56321
  var create$2 = function create(P, D) {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/file-utils": "0.2.26",
7
- "@teselagen/bounce-loader": "0.0.13",
6
+ "@teselagen/file-utils": "0.2.27",
7
+ "@teselagen/bounce-loader": "0.0.14",
8
8
  "@blueprintjs/core": "3.52.0",
9
9
  "@blueprintjs/datetime": "3.23.19",
10
10
  "@blueprintjs/icons": "3.33.0",