@teselagen/ove 0.0.7 → 0.0.8

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.js CHANGED
@@ -19959,7 +19959,15 @@ var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
19959
19959
  var _objectGops = {};
19960
19960
  _objectGops.f = Object.getOwnPropertySymbols;
19961
19961
  var _objectPie = {};
19962
- _objectPie.f = {}.propertyIsEnumerable;
19962
+ var hasRequired_objectPie;
19963
+ function require_objectPie() {
19964
+ if (hasRequired_objectPie)
19965
+ return _objectPie;
19966
+ hasRequired_objectPie = 1;
19967
+ _objectPie.f = {}.propertyIsEnumerable;
19968
+ return _objectPie;
19969
+ }
19970
+ __name(require_objectPie, "require_objectPie");
19963
19971
  var defined$1 = _defined;
19964
19972
  var _toObject = /* @__PURE__ */ __name(function(it) {
19965
19973
  return Object(defined$1(it));
@@ -19973,7 +19981,7 @@ function require_objectAssign() {
19973
19981
  var DESCRIPTORS2 = _descriptors;
19974
19982
  var getKeys2 = _objectKeys;
19975
19983
  var gOPS2 = _objectGops;
19976
- var pIE2 = _objectPie;
19984
+ var pIE2 = require_objectPie();
19977
19985
  var toObject2 = _toObject;
19978
19986
  var IObject2 = _iobject;
19979
19987
  var $assign = Object.assign;
@@ -20628,7 +20636,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) {
20628
20636
  }, "_wksDefine");
20629
20637
  var getKeys = _objectKeys;
20630
20638
  var gOPS$1 = _objectGops;
20631
- var pIE$1 = _objectPie;
20639
+ var pIE$1 = require_objectPie();
20632
20640
  var _enumKeys = /* @__PURE__ */ __name(function(it) {
20633
20641
  var result = getKeys(it);
20634
20642
  var getSymbols2 = gOPS$1.f;
@@ -20669,7 +20677,7 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
20669
20677
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
20670
20678
  }, "getOwnPropertyNames");
20671
20679
  var _objectGopd = {};
20672
- var pIE = _objectPie;
20680
+ var pIE = require_objectPie();
20673
20681
  var createDesc$1 = _propertyDesc;
20674
20682
  var toIObject$1 = _toIobject;
20675
20683
  var toPrimitive$1 = _toPrimitive$1;
@@ -20849,7 +20857,7 @@ if (!USE_NATIVE) {
20849
20857
  $GOPD.f = $getOwnPropertyDescriptor;
20850
20858
  $DP.f = $defineProperty$1;
20851
20859
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
20852
- _objectPie.f = $propertyIsEnumerable;
20860
+ require_objectPie().f = $propertyIsEnumerable;
20853
20861
  $GOPS.f = $getOwnPropertySymbols;
20854
20862
  if (DESCRIPTORS && !_library) {
20855
20863
  redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
@@ -130926,7 +130934,7 @@ function showFileDialog({ multiple = false, onSelect }) {
130926
130934
  }
130927
130935
  __name(showFileDialog, "showFileDialog");
130928
130936
  const name = "@teselagen/ove";
130929
- const version = "0.0.6";
130937
+ const version = "0.0.7";
130930
130938
  const main = "./index.js";
130931
130939
  const types$1 = "./index.d.ts";
130932
130940
  const type = "commonjs";
package/index.mjs CHANGED
@@ -19941,7 +19941,15 @@ var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
19941
19941
  var _objectGops = {};
19942
19942
  _objectGops.f = Object.getOwnPropertySymbols;
19943
19943
  var _objectPie = {};
19944
- _objectPie.f = {}.propertyIsEnumerable;
19944
+ var hasRequired_objectPie;
19945
+ function require_objectPie() {
19946
+ if (hasRequired_objectPie)
19947
+ return _objectPie;
19948
+ hasRequired_objectPie = 1;
19949
+ _objectPie.f = {}.propertyIsEnumerable;
19950
+ return _objectPie;
19951
+ }
19952
+ __name(require_objectPie, "require_objectPie");
19945
19953
  var defined$1 = _defined;
19946
19954
  var _toObject = /* @__PURE__ */ __name(function(it) {
19947
19955
  return Object(defined$1(it));
@@ -19955,7 +19963,7 @@ function require_objectAssign() {
19955
19963
  var DESCRIPTORS2 = _descriptors;
19956
19964
  var getKeys2 = _objectKeys;
19957
19965
  var gOPS2 = _objectGops;
19958
- var pIE2 = _objectPie;
19966
+ var pIE2 = require_objectPie();
19959
19967
  var toObject2 = _toObject;
19960
19968
  var IObject2 = _iobject;
19961
19969
  var $assign = Object.assign;
@@ -20610,7 +20618,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) {
20610
20618
  }, "_wksDefine");
20611
20619
  var getKeys = _objectKeys;
20612
20620
  var gOPS$1 = _objectGops;
20613
- var pIE$1 = _objectPie;
20621
+ var pIE$1 = require_objectPie();
20614
20622
  var _enumKeys = /* @__PURE__ */ __name(function(it) {
20615
20623
  var result = getKeys(it);
20616
20624
  var getSymbols2 = gOPS$1.f;
@@ -20651,7 +20659,7 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
20651
20659
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
20652
20660
  }, "getOwnPropertyNames");
20653
20661
  var _objectGopd = {};
20654
- var pIE = _objectPie;
20662
+ var pIE = require_objectPie();
20655
20663
  var createDesc$1 = _propertyDesc;
20656
20664
  var toIObject$1 = _toIobject;
20657
20665
  var toPrimitive$1 = _toPrimitive$1;
@@ -20831,7 +20839,7 @@ if (!USE_NATIVE) {
20831
20839
  $GOPD.f = $getOwnPropertyDescriptor;
20832
20840
  $DP.f = $defineProperty$1;
20833
20841
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
20834
- _objectPie.f = $propertyIsEnumerable;
20842
+ require_objectPie().f = $propertyIsEnumerable;
20835
20843
  $GOPS.f = $getOwnPropertySymbols;
20836
20844
  if (DESCRIPTORS && !_library) {
20837
20845
  redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
@@ -130908,7 +130916,7 @@ function showFileDialog({ multiple = false, onSelect }) {
130908
130916
  }
130909
130917
  __name(showFileDialog, "showFileDialog");
130910
130918
  const name = "@teselagen/ove";
130911
- const version = "0.0.6";
130919
+ const version = "0.0.7";
130912
130920
  const main = "./index.js";
130913
130921
  const types$1 = "./index.d.ts";
130914
130922
  const type = "commonjs";
package/index.umd.js CHANGED
@@ -19953,7 +19953,15 @@ var __async = (__this, __arguments, generator) => {
19953
19953
  var _objectGops = {};
19954
19954
  _objectGops.f = Object.getOwnPropertySymbols;
19955
19955
  var _objectPie = {};
19956
- _objectPie.f = {}.propertyIsEnumerable;
19956
+ var hasRequired_objectPie;
19957
+ function require_objectPie() {
19958
+ if (hasRequired_objectPie)
19959
+ return _objectPie;
19960
+ hasRequired_objectPie = 1;
19961
+ _objectPie.f = {}.propertyIsEnumerable;
19962
+ return _objectPie;
19963
+ }
19964
+ __name(require_objectPie, "require_objectPie");
19957
19965
  var defined$1 = _defined;
19958
19966
  var _toObject = /* @__PURE__ */ __name(function(it) {
19959
19967
  return Object(defined$1(it));
@@ -19967,7 +19975,7 @@ var __async = (__this, __arguments, generator) => {
19967
19975
  var DESCRIPTORS2 = _descriptors;
19968
19976
  var getKeys2 = _objectKeys;
19969
19977
  var gOPS2 = _objectGops;
19970
- var pIE2 = _objectPie;
19978
+ var pIE2 = require_objectPie();
19971
19979
  var toObject2 = _toObject;
19972
19980
  var IObject2 = _iobject;
19973
19981
  var $assign = Object.assign;
@@ -20622,7 +20630,7 @@ var __async = (__this, __arguments, generator) => {
20622
20630
  }, "_wksDefine");
20623
20631
  var getKeys = _objectKeys;
20624
20632
  var gOPS$1 = _objectGops;
20625
- var pIE$1 = _objectPie;
20633
+ var pIE$1 = require_objectPie();
20626
20634
  var _enumKeys = /* @__PURE__ */ __name(function(it) {
20627
20635
  var result = getKeys(it);
20628
20636
  var getSymbols2 = gOPS$1.f;
@@ -20663,7 +20671,7 @@ var __async = (__this, __arguments, generator) => {
20663
20671
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
20664
20672
  }, "getOwnPropertyNames");
20665
20673
  var _objectGopd = {};
20666
- var pIE = _objectPie;
20674
+ var pIE = require_objectPie();
20667
20675
  var createDesc$1 = _propertyDesc;
20668
20676
  var toIObject$1 = _toIobject;
20669
20677
  var toPrimitive$1 = _toPrimitive$1;
@@ -20843,7 +20851,7 @@ var __async = (__this, __arguments, generator) => {
20843
20851
  $GOPD.f = $getOwnPropertyDescriptor;
20844
20852
  $DP.f = $defineProperty$1;
20845
20853
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
20846
- _objectPie.f = $propertyIsEnumerable;
20854
+ require_objectPie().f = $propertyIsEnumerable;
20847
20855
  $GOPS.f = $getOwnPropertySymbols;
20848
20856
  if (DESCRIPTORS && !_library) {
20849
20857
  redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
@@ -130920,7 +130928,7 @@ double click --> edit`}`;
130920
130928
  }
130921
130929
  __name(showFileDialog, "showFileDialog");
130922
130930
  const name = "@teselagen/ove";
130923
- const version = "0.0.6";
130931
+ const version = "0.0.7";
130924
130932
  const main = "./index.js";
130925
130933
  const types$1 = "./index.d.ts";
130926
130934
  const type = "commonjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ove",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "type": "commonjs",