@teselagen/ui 0.0.28 → 0.3.2

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 +70 -86
  2. package/package.json +3 -3
package/index.umd.js CHANGED
@@ -54930,17 +54930,17 @@
54930
54930
  throw TypeError("Can't convert object to primitive value");
54931
54931
  };
54932
54932
 
54933
- var anObject$3 = _anObject;
54933
+ var anObject$5 = _anObject;
54934
54934
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
54935
54935
  var toPrimitive$2 = _toPrimitive;
54936
- var dP$2 = Object.defineProperty;
54936
+ var dP$3 = Object.defineProperty;
54937
54937
 
54938
54938
  _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
54939
- anObject$3(O);
54939
+ anObject$5(O);
54940
54940
  P = toPrimitive$2(P, true);
54941
- anObject$3(Attributes);
54941
+ anObject$5(Attributes);
54942
54942
  if (IE8_DOM_DEFINE$1) try {
54943
- return dP$2(O, P, Attributes);
54943
+ return dP$3(O, P, Attributes);
54944
54944
  } catch (e) { /* empty */ }
54945
54945
  if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
54946
54946
  if ('value' in Attributes) O[P] = Attributes.value;
@@ -54956,10 +54956,10 @@
54956
54956
  };
54957
54957
  };
54958
54958
 
54959
- var dP$1 = _objectDp;
54959
+ var dP$2 = _objectDp;
54960
54960
  var createDesc$3 = _propertyDesc;
54961
54961
  var _hide = _descriptors ? function (object, key, value) {
54962
- return dP$1.f(object, key, createDesc$3(1, value));
54962
+ return dP$2.f(object, key, createDesc$3(1, value));
54963
54963
  } : function (object, key, value) {
54964
54964
  object[key] = value;
54965
54965
  return object;
@@ -54975,7 +54975,7 @@
54975
54975
  var ctx$1 = _ctx;
54976
54976
  var hide$2 = _hide;
54977
54977
  var has$b = _has;
54978
- var PROTOTYPE$1 = 'prototype';
54978
+ var PROTOTYPE$2 = 'prototype';
54979
54979
 
54980
54980
  var $export$8 = function (type, name, source) {
54981
54981
  var IS_FORCED = type & $export$8.F;
@@ -54985,8 +54985,8 @@
54985
54985
  var IS_BIND = type & $export$8.B;
54986
54986
  var IS_WRAP = type & $export$8.W;
54987
54987
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
54988
- var expProto = exports[PROTOTYPE$1];
54989
- 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];
54990
54990
  var key, own, out;
54991
54991
  if (IS_GLOBAL) source = name;
54992
54992
  for (key in source) {
@@ -55010,7 +55010,7 @@
55010
55010
  } return new C(a, b, c);
55011
55011
  } return C.apply(this, arguments);
55012
55012
  };
55013
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
55013
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
55014
55014
  return F;
55015
55015
  // make static versions for prototype methods
55016
55016
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -55147,14 +55147,14 @@
55147
55147
  var has$a = _has;
55148
55148
  var toIObject$4 = _toIobject;
55149
55149
  var arrayIndexOf = _arrayIncludes(false);
55150
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
55150
+ var IE_PROTO$2 = _sharedKey('IE_PROTO');
55151
55151
 
55152
55152
  var _objectKeysInternal = function (object, names) {
55153
55153
  var O = toIObject$4(object);
55154
55154
  var i = 0;
55155
55155
  var result = [];
55156
55156
  var key;
55157
- for (key in O) if (key != IE_PROTO$1) has$a(O, key) && result.push(key);
55157
+ for (key in O) if (key != IE_PROTO$2) has$a(O, key) && result.push(key);
55158
55158
  // Don't enum bug & hidden keys
55159
55159
  while (names.length > i) if (has$a(O, key = names[i++])) {
55160
55160
  ~arrayIndexOf(result, key) || result.push(key);
@@ -55169,10 +55169,10 @@
55169
55169
 
55170
55170
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
55171
55171
  var $keys$3 = _objectKeysInternal;
55172
- var enumBugKeys = _enumBugKeys;
55172
+ var enumBugKeys$1 = _enumBugKeys;
55173
55173
 
55174
55174
  var _objectKeys = Object.keys || function keys(O) {
55175
- return $keys$3(O, enumBugKeys);
55175
+ return $keys$3(O, enumBugKeys$1);
55176
55176
  };
55177
55177
 
55178
55178
  var _objectGops = {};
@@ -55279,27 +55279,19 @@
55279
55279
 
55280
55280
  var _redefine = _hide;
55281
55281
 
55282
- var _objectDps;
55283
- var hasRequired_objectDps;
55284
-
55285
- function require_objectDps () {
55286
- if (hasRequired_objectDps) return _objectDps;
55287
- hasRequired_objectDps = 1;
55288
- var dP = _objectDp;
55289
- var anObject = _anObject;
55290
- var getKeys = _objectKeys;
55282
+ var dP$1 = _objectDp;
55283
+ var anObject$4 = _anObject;
55284
+ var getKeys$1 = _objectKeys;
55291
55285
 
55292
- _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
55293
- anObject(O);
55294
- var keys = getKeys(Properties);
55295
- var length = keys.length;
55296
- var i = 0;
55297
- var P;
55298
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
55299
- return O;
55300
- };
55301
- return _objectDps;
55302
- }
55286
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
55287
+ anObject$4(O);
55288
+ var keys = getKeys$1(Properties);
55289
+ var length = keys.length;
55290
+ var i = 0;
55291
+ var P;
55292
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
55293
+ return O;
55294
+ };
55303
55295
 
55304
55296
  var _html;
55305
55297
  var hasRequired_html;
@@ -55312,55 +55304,47 @@
55312
55304
  return _html;
55313
55305
  }
55314
55306
 
55315
- var _objectCreate;
55316
- var hasRequired_objectCreate;
55317
-
55318
- function require_objectCreate () {
55319
- if (hasRequired_objectCreate) return _objectCreate;
55320
- hasRequired_objectCreate = 1;
55321
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55322
- var anObject = _anObject;
55323
- var dPs = require_objectDps();
55324
- var enumBugKeys = _enumBugKeys;
55325
- var IE_PROTO = _sharedKey('IE_PROTO');
55326
- var Empty = function () { /* empty */ };
55327
- var PROTOTYPE = 'prototype';
55328
-
55329
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
55330
- var createDict = function () {
55331
- // Thrash, waste and sodomy: IE GC bug
55332
- var iframe = require_domCreate()('iframe');
55333
- var i = enumBugKeys.length;
55334
- var lt = '<';
55335
- var gt = '>';
55336
- var iframeDocument;
55337
- iframe.style.display = 'none';
55338
- require_html().appendChild(iframe);
55339
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55340
- // createDict = iframe.contentWindow.Object;
55341
- // html.removeChild(iframe);
55342
- iframeDocument = iframe.contentWindow.document;
55343
- iframeDocument.open();
55344
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55345
- iframeDocument.close();
55346
- createDict = iframeDocument.F;
55347
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
55348
- return createDict();
55349
- };
55307
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
55308
+ var anObject$3 = _anObject;
55309
+ var dPs = _objectDps;
55310
+ var enumBugKeys = _enumBugKeys;
55311
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
55312
+ var Empty = function () { /* empty */ };
55313
+ var PROTOTYPE$1 = 'prototype';
55350
55314
 
55351
- _objectCreate = Object.create || function create(O, Properties) {
55352
- var result;
55353
- if (O !== null) {
55354
- Empty[PROTOTYPE] = anObject(O);
55355
- result = new Empty();
55356
- Empty[PROTOTYPE] = null;
55357
- // add "__proto__" for Object.getPrototypeOf polyfill
55358
- result[IE_PROTO] = O;
55359
- } else result = createDict();
55360
- return Properties === undefined ? result : dPs(result, Properties);
55361
- };
55362
- return _objectCreate;
55363
- }
55315
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
55316
+ var createDict = function () {
55317
+ // Thrash, waste and sodomy: IE GC bug
55318
+ var iframe = require_domCreate()('iframe');
55319
+ var i = enumBugKeys.length;
55320
+ var lt = '<';
55321
+ var gt = '>';
55322
+ var iframeDocument;
55323
+ iframe.style.display = 'none';
55324
+ require_html().appendChild(iframe);
55325
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
55326
+ // createDict = iframe.contentWindow.Object;
55327
+ // html.removeChild(iframe);
55328
+ iframeDocument = iframe.contentWindow.document;
55329
+ iframeDocument.open();
55330
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
55331
+ iframeDocument.close();
55332
+ createDict = iframeDocument.F;
55333
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
55334
+ return createDict();
55335
+ };
55336
+
55337
+ var _objectCreate = Object.create || function create(O, Properties) {
55338
+ var result;
55339
+ if (O !== null) {
55340
+ Empty[PROTOTYPE$1] = anObject$3(O);
55341
+ result = new Empty();
55342
+ Empty[PROTOTYPE$1] = null;
55343
+ // add "__proto__" for Object.getPrototypeOf polyfill
55344
+ result[IE_PROTO$1] = O;
55345
+ } else result = createDict();
55346
+ return Properties === undefined ? result : dPs(result, Properties);
55347
+ };
55364
55348
 
55365
55349
  var _wks = {exports: {}};
55366
55350
 
@@ -55386,7 +55370,7 @@
55386
55370
  if (it && !has$9(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
55387
55371
  };
55388
55372
 
55389
- var create$3 = require_objectCreate();
55373
+ var create$3 = _objectCreate;
55390
55374
  var descriptor = _propertyDesc;
55391
55375
  var setToStringTag$2 = _setToStringTag;
55392
55376
  var IteratorPrototype = {};
@@ -56029,7 +56013,7 @@
56029
56013
  var toIObject = _toIobject;
56030
56014
  var toPrimitive = _toPrimitive;
56031
56015
  var createDesc = _propertyDesc;
56032
- var _create$1 = require_objectCreate();
56016
+ var _create$1 = _objectCreate;
56033
56017
  var gOPNExt = _objectGopnExt;
56034
56018
  var $GOPD = _objectGopd;
56035
56019
  var $GOPS = _objectGops;
@@ -56339,7 +56323,7 @@
56339
56323
 
56340
56324
  var $export = _export;
56341
56325
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
56342
- $export($export.S, 'Object', { create: require_objectCreate() });
56326
+ $export($export.S, 'Object', { create: _objectCreate });
56343
56327
 
56344
56328
  var $Object = _coreExports.Object;
56345
56329
  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.28",
3
+ "version": "0.3.2",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/file-utils": "0.2.30",
7
- "@teselagen/bounce-loader": "0.0.17",
6
+ "@teselagen/file-utils": "0.3.2",
7
+ "@teselagen/bounce-loader": "0.3.2",
8
8
  "@blueprintjs/core": "3.52.0",
9
9
  "@blueprintjs/datetime": "3.23.19",
10
10
  "@blueprintjs/icons": "3.33.0",