@teselagen/ui 0.3.4 → 0.3.5

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 = {};
@@ -55219,12 +55188,12 @@
55219
55188
  if (hasRequired_objectAssign) return _objectAssign;
55220
55189
  hasRequired_objectAssign = 1;
55221
55190
  // 19.1.2.1 Object.assign(target, source, ...)
55222
- var DESCRIPTORS = require_descriptors();
55191
+ var DESCRIPTORS = _descriptors;
55223
55192
  var getKeys = _objectKeys;
55224
55193
  var gOPS = _objectGops;
55225
55194
  var pIE = _objectPie;
55226
55195
  var toObject = _toObject;
55227
- var IObject = require_iobject();
55196
+ var IObject = _iobject;
55228
55197
  var $assign = Object.assign;
55229
55198
 
55230
55199
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -55295,27 +55264,19 @@
55295
55264
 
55296
55265
  var _redefine = _hide;
55297
55266
 
55298
- var _objectDps;
55299
- var hasRequired_objectDps;
55300
-
55301
- function require_objectDps () {
55302
- if (hasRequired_objectDps) return _objectDps;
55303
- hasRequired_objectDps = 1;
55304
- var dP = require_objectDp();
55305
- var anObject = _anObject;
55306
- var getKeys = _objectKeys;
55267
+ var dP$1 = _objectDp;
55268
+ var anObject$4 = _anObject;
55269
+ var getKeys$1 = _objectKeys;
55307
55270
 
55308
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
55309
- anObject(O);
55310
- var keys = getKeys(Properties);
55311
- var length = keys.length;
55312
- var i = 0;
55313
- var P;
55314
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
55315
- return O;
55316
- };
55317
- return _objectDps;
55318
- }
55271
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
55272
+ anObject$4(O);
55273
+ var keys = getKeys$1(Properties);
55274
+ var length = keys.length;
55275
+ var i = 0;
55276
+ var P;
55277
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
55278
+ return O;
55279
+ };
55319
55280
 
55320
55281
  var _html;
55321
55282
  var hasRequired_html;
@@ -55328,55 +55289,47 @@
55328
55289
  return _html;
55329
55290
  }
55330
55291
 
55331
- var _objectCreate;
55332
- var hasRequired_objectCreate;
55333
-
55334
- function require_objectCreate () {
55335
- if (hasRequired_objectCreate) return _objectCreate;
55336
- hasRequired_objectCreate = 1;
55337
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55338
- var anObject = _anObject;
55339
- var dPs = require_objectDps();
55340
- var enumBugKeys = _enumBugKeys;
55341
- var IE_PROTO = _sharedKey('IE_PROTO');
55342
- var Empty = function () { /* empty */ };
55343
- var PROTOTYPE = 'prototype';
55344
-
55345
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
55346
- var createDict = function () {
55347
- // Thrash, waste and sodomy: IE GC bug
55348
- var iframe = require_domCreate()('iframe');
55349
- var i = enumBugKeys.length;
55350
- var lt = '<';
55351
- var gt = '>';
55352
- var iframeDocument;
55353
- iframe.style.display = 'none';
55354
- require_html().appendChild(iframe);
55355
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55356
- // createDict = iframe.contentWindow.Object;
55357
- // html.removeChild(iframe);
55358
- iframeDocument = iframe.contentWindow.document;
55359
- iframeDocument.open();
55360
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55361
- iframeDocument.close();
55362
- createDict = iframeDocument.F;
55363
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
55364
- return createDict();
55365
- };
55292
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55293
+ var anObject$3 = _anObject;
55294
+ var dPs = _objectDps;
55295
+ var enumBugKeys = _enumBugKeys;
55296
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
55297
+ var Empty = function () { /* empty */ };
55298
+ var PROTOTYPE$1 = 'prototype';
55366
55299
 
55367
- _objectCreate = Object.create || function create(O, Properties) {
55368
- var result;
55369
- if (O !== null) {
55370
- Empty[PROTOTYPE] = anObject(O);
55371
- result = new Empty();
55372
- Empty[PROTOTYPE] = null;
55373
- // add "__proto__" for Object.getPrototypeOf polyfill
55374
- result[IE_PROTO] = O;
55375
- } else result = createDict();
55376
- return Properties === undefined ? result : dPs(result, Properties);
55377
- };
55378
- return _objectCreate;
55379
- }
55300
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
55301
+ var createDict = function () {
55302
+ // Thrash, waste and sodomy: IE GC bug
55303
+ var iframe = require_domCreate()('iframe');
55304
+ var i = enumBugKeys.length;
55305
+ var lt = '<';
55306
+ var gt = '>';
55307
+ var iframeDocument;
55308
+ iframe.style.display = 'none';
55309
+ require_html().appendChild(iframe);
55310
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55311
+ // createDict = iframe.contentWindow.Object;
55312
+ // html.removeChild(iframe);
55313
+ iframeDocument = iframe.contentWindow.document;
55314
+ iframeDocument.open();
55315
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55316
+ iframeDocument.close();
55317
+ createDict = iframeDocument.F;
55318
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
55319
+ return createDict();
55320
+ };
55321
+
55322
+ var _objectCreate = Object.create || function create(O, Properties) {
55323
+ var result;
55324
+ if (O !== null) {
55325
+ Empty[PROTOTYPE$1] = anObject$3(O);
55326
+ result = new Empty();
55327
+ Empty[PROTOTYPE$1] = null;
55328
+ // add "__proto__" for Object.getPrototypeOf polyfill
55329
+ result[IE_PROTO$1] = O;
55330
+ } else result = createDict();
55331
+ return Properties === undefined ? result : dPs(result, Properties);
55332
+ };
55380
55333
 
55381
55334
  var _wks = {exports: {}};
55382
55335
 
@@ -55394,7 +55347,7 @@
55394
55347
 
55395
55348
  var _wksExports = _wks.exports;
55396
55349
 
55397
- var def = require_objectDp().f;
55350
+ var def = _objectDp.f;
55398
55351
  var has$9 = _has;
55399
55352
  var TAG$1 = _wksExports('toStringTag');
55400
55353
 
@@ -55402,7 +55355,7 @@
55402
55355
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
55403
55356
  };
55404
55357
 
55405
- var create$3 = require_objectCreate();
55358
+ var create$3 = _objectCreate;
55406
55359
  var descriptor = _propertyDesc;
55407
55360
  var setToStringTag$2 = _setToStringTag;
55408
55361
  var IteratorPrototype = {};
@@ -55708,7 +55661,7 @@
55708
55661
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
55709
55662
  };
55710
55663
 
55711
- var $defineProperty$1 = require_objectDp();
55664
+ var $defineProperty$1 = _objectDp;
55712
55665
  var createDesc$2 = _propertyDesc;
55713
55666
 
55714
55667
  var _createProperty = function (object, index, value) {
@@ -55841,7 +55794,7 @@
55841
55794
 
55842
55795
  var $export$3 = _export;
55843
55796
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
55844
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
55797
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
55845
55798
 
55846
55799
  var $Object$1 = _coreExports.Object;
55847
55800
  var defineProperty$6 = function defineProperty(it, key, desc) {
@@ -55889,7 +55842,7 @@
55889
55842
  var META$1 = _uid('meta');
55890
55843
  var isObject$5 = _isObject;
55891
55844
  var has$7 = _has;
55892
- var setDesc = require_objectDp().f;
55845
+ var setDesc = _objectDp.f;
55893
55846
  var id = 0;
55894
55847
  var isExtensible = Object.isExtensible || function () {
55895
55848
  return true;
@@ -55944,7 +55897,7 @@
55944
55897
 
55945
55898
  var core = _coreExports;
55946
55899
  var wksExt$1 = _wksExt;
55947
- var defineProperty$4 = require_objectDp().f;
55900
+ var defineProperty$4 = _objectDp.f;
55948
55901
  var _wksDefine = function (name) {
55949
55902
  var $Symbol = core.Symbol || (core.Symbol = {} );
55950
55903
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$4($Symbol, name, { value: wksExt$1.f(name) });
@@ -56011,10 +55964,10 @@
56011
55964
  var toIObject$1 = _toIobject;
56012
55965
  var toPrimitive$1 = _toPrimitive;
56013
55966
  var has$6 = _has;
56014
- var IE8_DOM_DEFINE = require_ie8DomDefine();
55967
+ var IE8_DOM_DEFINE = _ie8DomDefine;
56015
55968
  var gOPD$2 = Object.getOwnPropertyDescriptor;
56016
55969
 
56017
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
55970
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
56018
55971
  O = toIObject$1(O);
56019
55972
  P = toPrimitive$1(P, true);
56020
55973
  if (IE8_DOM_DEFINE) try {
@@ -56026,7 +55979,7 @@
56026
55979
  // ECMAScript 6 symbols shim
56027
55980
  var global$1 = _globalExports;
56028
55981
  var has$5 = _has;
56029
- var DESCRIPTORS = require_descriptors();
55982
+ var DESCRIPTORS = _descriptors;
56030
55983
  var $export$2 = _export;
56031
55984
  var redefine = _redefine;
56032
55985
  var META = _metaExports.KEY;
@@ -56045,11 +55998,11 @@
56045
55998
  var toIObject = _toIobject;
56046
55999
  var toPrimitive = _toPrimitive;
56047
56000
  var createDesc = _propertyDesc;
56048
- var _create$1 = require_objectCreate();
56001
+ var _create$1 = _objectCreate;
56049
56002
  var gOPNExt = _objectGopnExt;
56050
56003
  var $GOPD = _objectGopd;
56051
56004
  var $GOPS = _objectGops;
56052
- var $DP = require_objectDp();
56005
+ var $DP = _objectDp;
56053
56006
  var $keys$1 = _objectKeys;
56054
56007
  var gOPD$1 = $GOPD.f;
56055
56008
  var dP = $DP.f;
@@ -56355,7 +56308,7 @@
56355
56308
 
56356
56309
  var $export = _export;
56357
56310
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
56358
- $export($export.S, 'Object', { create: require_objectCreate() });
56311
+ $export($export.S, 'Object', { create: _objectCreate });
56359
56312
 
56360
56313
  var $Object = _coreExports.Object;
56361
56314
  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.3.4",
3
+ "version": "0.3.5",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/file-utils": "0.3.4",
7
- "@teselagen/bounce-loader": "0.3.4",
6
+ "@teselagen/file-utils": "0.3.5",
7
+ "@teselagen/bounce-loader": "0.3.5",
8
8
  "@blueprintjs/core": "3.52.0",
9
9
  "@blueprintjs/datetime": "3.23.19",
10
10
  "@blueprintjs/icons": "3.33.0",