@teselagen/ove 0.3.18 → 0.3.19

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.cjs.js CHANGED
@@ -30426,12 +30426,20 @@ var _cof = function (it) {
30426
30426
  return toString$6.call(it).slice(8, -1);
30427
30427
  };
30428
30428
 
30429
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30430
- var cof$2 = _cof;
30431
- // eslint-disable-next-line no-prototype-builtins
30432
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30433
- return cof$2(it) == 'String' ? it.split('') : Object(it);
30434
- };
30429
+ var _iobject;
30430
+ var hasRequired_iobject;
30431
+
30432
+ function require_iobject () {
30433
+ if (hasRequired_iobject) return _iobject;
30434
+ hasRequired_iobject = 1;
30435
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30436
+ var cof = _cof;
30437
+ // eslint-disable-next-line no-prototype-builtins
30438
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30439
+ return cof(it) == 'String' ? it.split('') : Object(it);
30440
+ };
30441
+ return _iobject;
30442
+ }
30435
30443
 
30436
30444
  // 7.2.1 RequireObjectCoercible(argument)
30437
30445
  var _defined = function (it) {
@@ -30440,7 +30448,7 @@ var _defined = function (it) {
30440
30448
  };
30441
30449
 
30442
30450
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30443
- var IObject = _iobject;
30451
+ var IObject = require_iobject();
30444
30452
  var defined$2 = _defined;
30445
30453
  var _toIobject = function (it) {
30446
30454
  return IObject(defined$2(it));
@@ -30587,7 +30595,7 @@ function require_objectAssign () {
30587
30595
  var gOPS = _objectGops;
30588
30596
  var pIE = require_objectPie();
30589
30597
  var toObject = _toObject;
30590
- var IObject = _iobject;
30598
+ var IObject = require_iobject();
30591
30599
  var $assign = Object.assign;
30592
30600
 
30593
30601
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -161155,7 +161163,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161155
161163
  }
161156
161164
 
161157
161165
  const name = "@teselagen/ove";
161158
- const version = "0.3.17";
161166
+ const version = "0.3.18";
161159
161167
  const main = "./src/index.js";
161160
161168
  const exports$1 = {
161161
161169
  ".": {
package/index.es.js CHANGED
@@ -30405,12 +30405,20 @@ var _cof = function (it) {
30405
30405
  return toString$6.call(it).slice(8, -1);
30406
30406
  };
30407
30407
 
30408
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
30409
- var cof$2 = _cof;
30410
- // eslint-disable-next-line no-prototype-builtins
30411
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30412
- return cof$2(it) == 'String' ? it.split('') : Object(it);
30413
- };
30408
+ var _iobject;
30409
+ var hasRequired_iobject;
30410
+
30411
+ function require_iobject () {
30412
+ if (hasRequired_iobject) return _iobject;
30413
+ hasRequired_iobject = 1;
30414
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
30415
+ var cof = _cof;
30416
+ // eslint-disable-next-line no-prototype-builtins
30417
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
30418
+ return cof(it) == 'String' ? it.split('') : Object(it);
30419
+ };
30420
+ return _iobject;
30421
+ }
30414
30422
 
30415
30423
  // 7.2.1 RequireObjectCoercible(argument)
30416
30424
  var _defined = function (it) {
@@ -30419,7 +30427,7 @@ var _defined = function (it) {
30419
30427
  };
30420
30428
 
30421
30429
  // to indexed object, toObject with fallback for non-array-like ES3 strings
30422
- var IObject = _iobject;
30430
+ var IObject = require_iobject();
30423
30431
  var defined$2 = _defined;
30424
30432
  var _toIobject = function (it) {
30425
30433
  return IObject(defined$2(it));
@@ -30566,7 +30574,7 @@ function require_objectAssign () {
30566
30574
  var gOPS = _objectGops;
30567
30575
  var pIE = require_objectPie();
30568
30576
  var toObject = _toObject;
30569
- var IObject = _iobject;
30577
+ var IObject = require_iobject();
30570
30578
  var $assign = Object.assign;
30571
30579
 
30572
30580
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -161134,7 +161142,7 @@ function showFileDialog({ multiple = false, onSelect }) {
161134
161142
  }
161135
161143
 
161136
161144
  const name = "@teselagen/ove";
161137
- const version = "0.3.17";
161145
+ const version = "0.3.18";
161138
161146
  const main = "./src/index.js";
161139
161147
  const exports$1 = {
161140
161148
  ".": {
package/index.umd.js CHANGED
@@ -57061,17 +57061,17 @@
57061
57061
  throw TypeError("Can't convert object to primitive value");
57062
57062
  };
57063
57063
 
57064
- var anObject$3 = _anObject;
57064
+ var anObject$5 = _anObject;
57065
57065
  var IE8_DOM_DEFINE$1 = _ie8DomDefine;
57066
57066
  var toPrimitive$2 = _toPrimitive$1;
57067
- var dP$2 = Object.defineProperty;
57067
+ var dP$3 = Object.defineProperty;
57068
57068
 
57069
57069
  _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
57070
- anObject$3(O);
57070
+ anObject$5(O);
57071
57071
  P = toPrimitive$2(P, true);
57072
- anObject$3(Attributes);
57072
+ anObject$5(Attributes);
57073
57073
  if (IE8_DOM_DEFINE$1) try {
57074
- return dP$2(O, P, Attributes);
57074
+ return dP$3(O, P, Attributes);
57075
57075
  } catch (e) { /* empty */ }
57076
57076
  if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
57077
57077
  if ('value' in Attributes) O[P] = Attributes.value;
@@ -57087,10 +57087,10 @@
57087
57087
  };
57088
57088
  };
57089
57089
 
57090
- var dP$1 = _objectDp;
57090
+ var dP$2 = _objectDp;
57091
57091
  var createDesc$3 = _propertyDesc;
57092
57092
  var _hide = _descriptors ? function (object, key, value) {
57093
- return dP$1.f(object, key, createDesc$3(1, value));
57093
+ return dP$2.f(object, key, createDesc$3(1, value));
57094
57094
  } : function (object, key, value) {
57095
57095
  object[key] = value;
57096
57096
  return object;
@@ -57106,7 +57106,7 @@
57106
57106
  var ctx$1 = _ctx;
57107
57107
  var hide$2 = _hide;
57108
57108
  var has$d = _has;
57109
- var PROTOTYPE$1 = 'prototype';
57109
+ var PROTOTYPE$2 = 'prototype';
57110
57110
 
57111
57111
  var $export$8 = function (type, name, source) {
57112
57112
  var IS_FORCED = type & $export$8.F;
@@ -57116,8 +57116,8 @@
57116
57116
  var IS_BIND = type & $export$8.B;
57117
57117
  var IS_WRAP = type & $export$8.W;
57118
57118
  var exports = IS_GLOBAL ? core$3 : core$3[name] || (core$3[name] = {});
57119
- var expProto = exports[PROTOTYPE$1];
57120
- var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$1];
57119
+ var expProto = exports[PROTOTYPE$2];
57120
+ var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name] : (global$4[name] || {})[PROTOTYPE$2];
57121
57121
  var key, own, out;
57122
57122
  if (IS_GLOBAL) source = name;
57123
57123
  for (key in source) {
@@ -57141,7 +57141,7 @@
57141
57141
  } return new C(a, b, c);
57142
57142
  } return C.apply(this, arguments);
57143
57143
  };
57144
- F[PROTOTYPE$1] = C[PROTOTYPE$1];
57144
+ F[PROTOTYPE$2] = C[PROTOTYPE$2];
57145
57145
  return F;
57146
57146
  // make static versions for prototype methods
57147
57147
  })(out) : IS_PROTO && typeof out == 'function' ? ctx$1(Function.call, out) : out;
@@ -57170,12 +57170,20 @@
57170
57170
  return toString$4.call(it).slice(8, -1);
57171
57171
  };
57172
57172
 
57173
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
57174
- var cof$2 = _cof;
57175
- // eslint-disable-next-line no-prototype-builtins
57176
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57177
- return cof$2(it) == 'String' ? it.split('') : Object(it);
57178
- };
57173
+ var _iobject;
57174
+ var hasRequired_iobject;
57175
+
57176
+ function require_iobject () {
57177
+ if (hasRequired_iobject) return _iobject;
57178
+ hasRequired_iobject = 1;
57179
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
57180
+ var cof = _cof;
57181
+ // eslint-disable-next-line no-prototype-builtins
57182
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57183
+ return cof(it) == 'String' ? it.split('') : Object(it);
57184
+ };
57185
+ return _iobject;
57186
+ }
57179
57187
 
57180
57188
  // 7.2.1 RequireObjectCoercible(argument)
57181
57189
  var _defined = function (it) {
@@ -57184,7 +57192,7 @@
57184
57192
  };
57185
57193
 
57186
57194
  // to indexed object, toObject with fallback for non-array-like ES3 strings
57187
- var IObject = _iobject;
57195
+ var IObject = require_iobject();
57188
57196
  var defined$2 = _defined;
57189
57197
  var _toIobject = function (it) {
57190
57198
  return IObject(defined$2(it));
@@ -57270,14 +57278,14 @@
57270
57278
  var has$c = _has;
57271
57279
  var toIObject$4 = _toIobject;
57272
57280
  var arrayIndexOf = _arrayIncludes$1(false);
57273
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
57281
+ var IE_PROTO$2 = _sharedKey('IE_PROTO');
57274
57282
 
57275
57283
  var _objectKeysInternal = function (object, names) {
57276
57284
  var O = toIObject$4(object);
57277
57285
  var i = 0;
57278
57286
  var result = [];
57279
57287
  var key;
57280
- for (key in O) if (key != IE_PROTO$1) has$c(O, key) && result.push(key);
57288
+ for (key in O) if (key != IE_PROTO$2) has$c(O, key) && result.push(key);
57281
57289
  // Don't enum bug & hidden keys
57282
57290
  while (names.length > i) if (has$c(O, key = names[i++])) {
57283
57291
  ~arrayIndexOf(result, key) || result.push(key);
@@ -57292,10 +57300,10 @@
57292
57300
 
57293
57301
  // 19.1.2.14 / 15.2.3.14 Object.keys(O)
57294
57302
  var $keys$3 = _objectKeysInternal;
57295
- var enumBugKeys = _enumBugKeys;
57303
+ var enumBugKeys$1 = _enumBugKeys;
57296
57304
 
57297
57305
  var _objectKeys = Object.keys || function keys(O) {
57298
- return $keys$3(O, enumBugKeys);
57306
+ return $keys$3(O, enumBugKeys$1);
57299
57307
  };
57300
57308
 
57301
57309
  var _objectGops = {};
@@ -57331,7 +57339,7 @@
57331
57339
  var gOPS = _objectGops;
57332
57340
  var pIE = require_objectPie();
57333
57341
  var toObject = _toObject;
57334
- var IObject = _iobject;
57342
+ var IObject = require_iobject();
57335
57343
  var $assign = Object.assign;
57336
57344
 
57337
57345
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -57402,27 +57410,19 @@
57402
57410
 
57403
57411
  var _redefine = _hide;
57404
57412
 
57405
- var _objectDps;
57406
- var hasRequired_objectDps;
57407
-
57408
- function require_objectDps () {
57409
- if (hasRequired_objectDps) return _objectDps;
57410
- hasRequired_objectDps = 1;
57411
- var dP = _objectDp;
57412
- var anObject = _anObject;
57413
- var getKeys = _objectKeys;
57413
+ var dP$1 = _objectDp;
57414
+ var anObject$4 = _anObject;
57415
+ var getKeys$1 = _objectKeys;
57414
57416
 
57415
- _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
57416
- anObject(O);
57417
- var keys = getKeys(Properties);
57418
- var length = keys.length;
57419
- var i = 0;
57420
- var P;
57421
- while (length > i) dP.f(O, P = keys[i++], Properties[P]);
57422
- return O;
57423
- };
57424
- return _objectDps;
57425
- }
57417
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
57418
+ anObject$4(O);
57419
+ var keys = getKeys$1(Properties);
57420
+ var length = keys.length;
57421
+ var i = 0;
57422
+ var P;
57423
+ while (length > i) dP$1.f(O, P = keys[i++], Properties[P]);
57424
+ return O;
57425
+ };
57426
57426
 
57427
57427
  var _html;
57428
57428
  var hasRequired_html;
@@ -57435,55 +57435,47 @@
57435
57435
  return _html;
57436
57436
  }
57437
57437
 
57438
- var _objectCreate;
57439
- var hasRequired_objectCreate;
57438
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
57439
+ var anObject$3 = _anObject;
57440
+ var dPs = _objectDps;
57441
+ var enumBugKeys = _enumBugKeys;
57442
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
57443
+ var Empty = function () { /* empty */ };
57444
+ var PROTOTYPE$1 = 'prototype';
57440
57445
 
57441
- function require_objectCreate () {
57442
- if (hasRequired_objectCreate) return _objectCreate;
57443
- hasRequired_objectCreate = 1;
57444
- // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
57445
- var anObject = _anObject;
57446
- var dPs = require_objectDps();
57447
- var enumBugKeys = _enumBugKeys;
57448
- var IE_PROTO = _sharedKey('IE_PROTO');
57449
- var Empty = function () { /* empty */ };
57450
- var PROTOTYPE = 'prototype';
57451
-
57452
- // Create object with fake `null` prototype: use iframe Object with cleared prototype
57453
- var createDict = function () {
57454
- // Thrash, waste and sodomy: IE GC bug
57455
- var iframe = require_domCreate()('iframe');
57456
- var i = enumBugKeys.length;
57457
- var lt = '<';
57458
- var gt = '>';
57459
- var iframeDocument;
57460
- iframe.style.display = 'none';
57461
- require_html().appendChild(iframe);
57462
- iframe.src = 'javascript:'; // eslint-disable-line no-script-url
57463
- // createDict = iframe.contentWindow.Object;
57464
- // html.removeChild(iframe);
57465
- iframeDocument = iframe.contentWindow.document;
57466
- iframeDocument.open();
57467
- iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
57468
- iframeDocument.close();
57469
- createDict = iframeDocument.F;
57470
- while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];
57471
- return createDict();
57472
- };
57473
-
57474
- _objectCreate = Object.create || function create(O, Properties) {
57475
- var result;
57476
- if (O !== null) {
57477
- Empty[PROTOTYPE] = anObject(O);
57478
- result = new Empty();
57479
- Empty[PROTOTYPE] = null;
57480
- // add "__proto__" for Object.getPrototypeOf polyfill
57481
- result[IE_PROTO] = O;
57482
- } else result = createDict();
57483
- return Properties === undefined ? result : dPs(result, Properties);
57484
- };
57485
- return _objectCreate;
57486
- }
57446
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
57447
+ var createDict = function () {
57448
+ // Thrash, waste and sodomy: IE GC bug
57449
+ var iframe = require_domCreate()('iframe');
57450
+ var i = enumBugKeys.length;
57451
+ var lt = '<';
57452
+ var gt = '>';
57453
+ var iframeDocument;
57454
+ iframe.style.display = 'none';
57455
+ require_html().appendChild(iframe);
57456
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
57457
+ // createDict = iframe.contentWindow.Object;
57458
+ // html.removeChild(iframe);
57459
+ iframeDocument = iframe.contentWindow.document;
57460
+ iframeDocument.open();
57461
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
57462
+ iframeDocument.close();
57463
+ createDict = iframeDocument.F;
57464
+ while (i--) delete createDict[PROTOTYPE$1][enumBugKeys[i]];
57465
+ return createDict();
57466
+ };
57467
+
57468
+ var _objectCreate = Object.create || function create(O, Properties) {
57469
+ var result;
57470
+ if (O !== null) {
57471
+ Empty[PROTOTYPE$1] = anObject$3(O);
57472
+ result = new Empty();
57473
+ Empty[PROTOTYPE$1] = null;
57474
+ // add "__proto__" for Object.getPrototypeOf polyfill
57475
+ result[IE_PROTO$1] = O;
57476
+ } else result = createDict();
57477
+ return Properties === undefined ? result : dPs(result, Properties);
57478
+ };
57487
57479
 
57488
57480
  var _wks = {exports: {}};
57489
57481
 
@@ -57509,7 +57501,7 @@
57509
57501
  if (it && !has$b(it = stat ? it : it.prototype, TAG$1)) def(it, TAG$1, { configurable: true, value: tag });
57510
57502
  };
57511
57503
 
57512
- var create$4 = require_objectCreate();
57504
+ var create$4 = _objectCreate;
57513
57505
  var descriptor = _propertyDesc;
57514
57506
  var setToStringTag$2 = _setToStringTag;
57515
57507
  var IteratorPrototype = {};
@@ -58152,7 +58144,7 @@
58152
58144
  var toIObject = _toIobject;
58153
58145
  var toPrimitive = _toPrimitive$1;
58154
58146
  var createDesc = _propertyDesc;
58155
- var _create$1 = require_objectCreate();
58147
+ var _create$1 = _objectCreate;
58156
58148
  var gOPNExt = _objectGopnExt;
58157
58149
  var $GOPD = _objectGopd;
58158
58150
  var $GOPS = _objectGops;
@@ -58462,7 +58454,7 @@
58462
58454
 
58463
58455
  var $export = _export;
58464
58456
  // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
58465
- $export($export.S, 'Object', { create: require_objectCreate() });
58457
+ $export($export.S, 'Object', { create: _objectCreate });
58466
58458
 
58467
58459
  var $Object = _coreExports.Object;
58468
58460
  var create$3 = function create(P, D) {
@@ -188755,7 +188747,7 @@ double click --> edit`}`;
188755
188747
  }
188756
188748
 
188757
188749
  const name = "@teselagen/ove";
188758
- const version = "0.3.17";
188750
+ const version = "0.3.18";
188759
188751
  const main = "./src/index.js";
188760
188752
  const exports$1 = {
188761
188753
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "@teselagen/sequence-utils": "0.3.7",
17
17
  "@teselagen/range-utils": "0.3.7",
18
- "@teselagen/ui": "0.3.16",
18
+ "@teselagen/ui": "0.3.17",
19
19
  "@teselagen/file-utils": "0.3.9",
20
- "@teselagen/bounce-loader": "0.3.10",
20
+ "@teselagen/bounce-loader": "0.3.11",
21
21
  "@teselagen/bio-parsers": "0.3.8",
22
22
  "@blueprintjs/core": "3.52.0",
23
23
  "@blueprintjs/datetime": "3.23.19",
@@ -95,6 +95,5 @@
95
95
  "use-deep-compare-effect": "^1.6.1",
96
96
  "write-excel-file": "^1.4.25"
97
97
  },
98
- "type": "module",
99
98
  "license": "MIT"
100
99
  }