@teselagen/ove 0.0.20 → 0.0.22

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 +56 -71
  2. package/package.json +9 -8
package/index.umd.js CHANGED
@@ -23996,7 +23996,7 @@
23996
23996
  var ownKeys$9 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownKeys : hasGetOwnPropertySymbols ? function (obj) {
23997
23997
  return Object.getOwnPropertyNames(obj).concat(Object.getOwnPropertySymbols(obj));
23998
23998
  } : /* istanbul ignore next */Object.getOwnPropertyNames;
23999
- function toPrimitive$2(value) {
23999
+ function toPrimitive$3(value) {
24000
24000
  return value === null ? null : typeof value === "object" ? "" + value : value;
24001
24001
  }
24002
24002
  function hasProp(target, prop) {
@@ -24925,7 +24925,7 @@
24925
24925
  return this.name_ + "[" + this.value_ + "]";
24926
24926
  };
24927
24927
  _proto.valueOf = function valueOf() {
24928
- return toPrimitive$2(this.get());
24928
+ return toPrimitive$3(this.get());
24929
24929
  };
24930
24930
  _proto[_Symbol$toPrimitive] = function () {
24931
24931
  return this.valueOf();
@@ -25153,7 +25153,7 @@
25153
25153
  return this.name_ + "[" + this.derivation.toString() + "]";
25154
25154
  };
25155
25155
  _proto.valueOf = function valueOf() {
25156
- return toPrimitive$2(this.get());
25156
+ return toPrimitive$3(this.get());
25157
25157
  };
25158
25158
  _proto[_Symbol$toPrimitive$1] = function () {
25159
25159
  return this.valueOf();
@@ -57050,18 +57050,10 @@
57050
57050
  }
57051
57051
  };
57052
57052
 
57053
- var _descriptors;
57054
- var hasRequired_descriptors;
57055
-
57056
- function require_descriptors () {
57057
- if (hasRequired_descriptors) return _descriptors;
57058
- hasRequired_descriptors = 1;
57059
- // Thank's IE8 for his funny defineProperty
57060
- _descriptors = !_fails(function () {
57061
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
57062
- });
57063
- return _descriptors;
57064
- }
57053
+ // Thank's IE8 for his funny defineProperty
57054
+ var _descriptors = !_fails(function () {
57055
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
57056
+ });
57065
57057
 
57066
57058
  var _domCreate;
57067
57059
  var hasRequired_domCreate;
@@ -57079,17 +57071,9 @@
57079
57071
  return _domCreate;
57080
57072
  }
57081
57073
 
57082
- var _ie8DomDefine;
57083
- var hasRequired_ie8DomDefine;
57084
-
57085
- function require_ie8DomDefine () {
57086
- if (hasRequired_ie8DomDefine) return _ie8DomDefine;
57087
- hasRequired_ie8DomDefine = 1;
57088
- _ie8DomDefine = !require_descriptors() && !_fails(function () {
57089
- return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
57090
- });
57091
- return _ie8DomDefine;
57092
- }
57074
+ var _ie8DomDefine = !_descriptors && !_fails(function () {
57075
+ return Object.defineProperty(require_domCreate()('div'), 'a', { get: function () { return 7; } }).a != 7;
57076
+ });
57093
57077
 
57094
57078
  // 7.1.1 ToPrimitive(input [, PreferredType])
57095
57079
  var isObject$6 = _isObject;
@@ -57104,29 +57088,22 @@
57104
57088
  throw TypeError("Can't convert object to primitive value");
57105
57089
  };
57106
57090
 
57107
- var hasRequired_objectDp;
57091
+ var anObject$3 = _anObject;
57092
+ var IE8_DOM_DEFINE$1 = _ie8DomDefine;
57093
+ var toPrimitive$2 = _toPrimitive$1;
57094
+ var dP$2 = Object.defineProperty;
57108
57095
 
57109
- function require_objectDp () {
57110
- if (hasRequired_objectDp) return _objectDp;
57111
- hasRequired_objectDp = 1;
57112
- var anObject = _anObject;
57113
- var IE8_DOM_DEFINE = require_ie8DomDefine();
57114
- var toPrimitive = _toPrimitive$1;
57115
- var dP = Object.defineProperty;
57116
-
57117
- _objectDp.f = require_descriptors() ? Object.defineProperty : function defineProperty(O, P, Attributes) {
57118
- anObject(O);
57119
- P = toPrimitive(P, true);
57120
- anObject(Attributes);
57121
- if (IE8_DOM_DEFINE) try {
57122
- return dP(O, P, Attributes);
57123
- } catch (e) { /* empty */ }
57124
- if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
57125
- if ('value' in Attributes) O[P] = Attributes.value;
57126
- return O;
57127
- };
57128
- return _objectDp;
57129
- }
57096
+ _objectDp.f = _descriptors ? Object.defineProperty : function defineProperty(O, P, Attributes) {
57097
+ anObject$3(O);
57098
+ P = toPrimitive$2(P, true);
57099
+ anObject$3(Attributes);
57100
+ if (IE8_DOM_DEFINE$1) try {
57101
+ return dP$2(O, P, Attributes);
57102
+ } catch (e) { /* empty */ }
57103
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');
57104
+ if ('value' in Attributes) O[P] = Attributes.value;
57105
+ return O;
57106
+ };
57130
57107
 
57131
57108
  var _propertyDesc = function (bitmap, value) {
57132
57109
  return {
@@ -57137,9 +57114,9 @@
57137
57114
  };
57138
57115
  };
57139
57116
 
57140
- var dP$1 = require_objectDp();
57117
+ var dP$1 = _objectDp;
57141
57118
  var createDesc$3 = _propertyDesc;
57142
- var _hide = require_descriptors() ? function (object, key, value) {
57119
+ var _hide = _descriptors ? function (object, key, value) {
57143
57120
  return dP$1.f(object, key, createDesc$3(1, value));
57144
57121
  } : function (object, key, value) {
57145
57122
  object[key] = value;
@@ -57220,12 +57197,20 @@
57220
57197
  return toString$4.call(it).slice(8, -1);
57221
57198
  };
57222
57199
 
57223
- // fallback for non-array-like ES3 and non-enumerable old V8 strings
57224
- var cof$2 = _cof;
57225
- // eslint-disable-next-line no-prototype-builtins
57226
- var _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57227
- return cof$2(it) == 'String' ? it.split('') : Object(it);
57228
- };
57200
+ var _iobject;
57201
+ var hasRequired_iobject;
57202
+
57203
+ function require_iobject () {
57204
+ if (hasRequired_iobject) return _iobject;
57205
+ hasRequired_iobject = 1;
57206
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
57207
+ var cof = _cof;
57208
+ // eslint-disable-next-line no-prototype-builtins
57209
+ _iobject = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
57210
+ return cof(it) == 'String' ? it.split('') : Object(it);
57211
+ };
57212
+ return _iobject;
57213
+ }
57229
57214
 
57230
57215
  // 7.2.1 RequireObjectCoercible(argument)
57231
57216
  var _defined = function (it) {
@@ -57234,7 +57219,7 @@
57234
57219
  };
57235
57220
 
57236
57221
  // to indexed object, toObject with fallback for non-array-like ES3 strings
57237
- var IObject = _iobject;
57222
+ var IObject = require_iobject();
57238
57223
  var defined$2 = _defined;
57239
57224
  var _toIobject = function (it) {
57240
57225
  return IObject(defined$2(it));
@@ -57376,12 +57361,12 @@
57376
57361
  if (hasRequired_objectAssign) return _objectAssign;
57377
57362
  hasRequired_objectAssign = 1;
57378
57363
  // 19.1.2.1 Object.assign(target, source, ...)
57379
- var DESCRIPTORS = require_descriptors();
57364
+ var DESCRIPTORS = _descriptors;
57380
57365
  var getKeys = _objectKeys;
57381
57366
  var gOPS = _objectGops;
57382
57367
  var pIE = require_objectPie();
57383
57368
  var toObject = _toObject;
57384
- var IObject = _iobject;
57369
+ var IObject = require_iobject();
57385
57370
  var $assign = Object.assign;
57386
57371
 
57387
57372
  // should work with symbols and should have deterministic property order (V8 bug)
@@ -57458,11 +57443,11 @@
57458
57443
  function require_objectDps () {
57459
57444
  if (hasRequired_objectDps) return _objectDps;
57460
57445
  hasRequired_objectDps = 1;
57461
- var dP = require_objectDp();
57446
+ var dP = _objectDp;
57462
57447
  var anObject = _anObject;
57463
57448
  var getKeys = _objectKeys;
57464
57449
 
57465
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
57450
+ _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
57466
57451
  anObject(O);
57467
57452
  var keys = getKeys(Properties);
57468
57453
  var length = keys.length;
@@ -57551,7 +57536,7 @@
57551
57536
 
57552
57537
  var _wksExports = _wks.exports;
57553
57538
 
57554
- var def = require_objectDp().f;
57539
+ var def = _objectDp.f;
57555
57540
  var has$b = _has;
57556
57541
  var TAG$1 = _wksExports('toStringTag');
57557
57542
 
@@ -57865,7 +57850,7 @@
57865
57850
  return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
57866
57851
  };
57867
57852
 
57868
- var $defineProperty$1 = require_objectDp();
57853
+ var $defineProperty$1 = _objectDp;
57869
57854
  var createDesc$2 = _propertyDesc;
57870
57855
 
57871
57856
  var _createProperty = function (object, index, value) {
@@ -57998,7 +57983,7 @@
57998
57983
 
57999
57984
  var $export$3 = _export;
58000
57985
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
58001
- $export$3($export$3.S + $export$3.F * !require_descriptors(), 'Object', { defineProperty: require_objectDp().f });
57986
+ $export$3($export$3.S + $export$3.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
58002
57987
 
58003
57988
  var $Object$1 = _coreExports.Object;
58004
57989
  var defineProperty$6 = function defineProperty(it, key, desc) {
@@ -58046,7 +58031,7 @@
58046
58031
  var META$1 = _uid('meta');
58047
58032
  var isObject$5 = _isObject;
58048
58033
  var has$9 = _has;
58049
- var setDesc = require_objectDp().f;
58034
+ var setDesc = _objectDp.f;
58050
58035
  var id$1 = 0;
58051
58036
  var isExtensible = Object.isExtensible || function () {
58052
58037
  return true;
@@ -58101,7 +58086,7 @@
58101
58086
 
58102
58087
  var core = _coreExports;
58103
58088
  var wksExt$1 = _wksExt;
58104
- var defineProperty$4 = require_objectDp().f;
58089
+ var defineProperty$4 = _objectDp.f;
58105
58090
  var _wksDefine = function (name) {
58106
58091
  var $Symbol = core.Symbol || (core.Symbol = {} );
58107
58092
  if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty$4($Symbol, name, { value: wksExt$1.f(name) });
@@ -58168,10 +58153,10 @@
58168
58153
  var toIObject$1 = _toIobject;
58169
58154
  var toPrimitive$1 = _toPrimitive$1;
58170
58155
  var has$8 = _has;
58171
- var IE8_DOM_DEFINE = require_ie8DomDefine();
58156
+ var IE8_DOM_DEFINE = _ie8DomDefine;
58172
58157
  var gOPD$2 = Object.getOwnPropertyDescriptor;
58173
58158
 
58174
- _objectGopd.f = require_descriptors() ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
58159
+ _objectGopd.f = _descriptors ? gOPD$2 : function getOwnPropertyDescriptor(O, P) {
58175
58160
  O = toIObject$1(O);
58176
58161
  P = toPrimitive$1(P, true);
58177
58162
  if (IE8_DOM_DEFINE) try {
@@ -58183,7 +58168,7 @@
58183
58168
  // ECMAScript 6 symbols shim
58184
58169
  var global$1 = _globalExports;
58185
58170
  var has$7 = _has;
58186
- var DESCRIPTORS = require_descriptors();
58171
+ var DESCRIPTORS = _descriptors;
58187
58172
  var $export$2 = _export;
58188
58173
  var redefine = _redefine;
58189
58174
  var META = _metaExports.KEY;
@@ -58206,7 +58191,7 @@
58206
58191
  var gOPNExt = _objectGopnExt;
58207
58192
  var $GOPD = _objectGopd;
58208
58193
  var $GOPS = _objectGops;
58209
- var $DP = require_objectDp();
58194
+ var $DP = _objectDp;
58210
58195
  var $keys$1 = _objectKeys;
58211
58196
  var gOPD$1 = $GOPD.f;
58212
58197
  var dP = $DP.f;
@@ -189968,7 +189953,7 @@ double click --> edit`}`;
189968
189953
  }
189969
189954
 
189970
189955
  const name = "@teselagen/ove";
189971
- const version = "0.0.19";
189956
+ const version = "0.0.21";
189972
189957
  const main = "./src/index.js";
189973
189958
  const packageJson = {
189974
189959
  name: name,
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {
6
- "@teselagen/sequence-utils": "0.1.22",
7
- "@teselagen/range-utils": "0.1.21",
8
- "@teselagen/ui": "0.0.26",
9
- "@teselagen/file-utils": "0.2.28",
10
- "@teselagen/bounce-loader": "0.0.15",
11
- "@teselagen/bio-parsers": "0.1.27",
6
+ "@teselagen/sequence-utils": "0.1.24",
7
+ "@teselagen/range-utils": "0.1.23",
8
+ "@teselagen/ui": "0.0.28",
9
+ "@teselagen/file-utils": "0.2.30",
10
+ "@teselagen/bounce-loader": "0.0.17",
11
+ "@teselagen/bio-parsers": "0.1.29",
12
12
  "@blueprintjs/core": "3.52.0",
13
13
  "@blueprintjs/datetime": "3.23.19",
14
14
  "@blueprintjs/icons": "3.33.0",
@@ -85,5 +85,6 @@
85
85
  "use-deep-compare-effect": "^1.6.1",
86
86
  "write-excel-file": "^1.4.25"
87
87
  },
88
- "type": "commonjs"
88
+ "type": "commonjs",
89
+ "license": "MIT"
89
90
  }