@teselagen/ove 0.7.21-beta.2 → 0.7.21-beta.3
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 +21 -12
- package/index.es.js +21 -12
- package/index.umd.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -17944,16 +17944,25 @@ var getIntrinsic = /* @__PURE__ */ __name(function GetIntrinsic(name2, allowMiss
|
|
|
17944
17944
|
return value;
|
|
17945
17945
|
}, "GetIntrinsic");
|
|
17946
17946
|
var callBind$3 = { exports: {} };
|
|
17947
|
-
var
|
|
17948
|
-
var
|
|
17949
|
-
|
|
17950
|
-
|
|
17951
|
-
|
|
17952
|
-
|
|
17953
|
-
|
|
17947
|
+
var esDefineProperty;
|
|
17948
|
+
var hasRequiredEsDefineProperty;
|
|
17949
|
+
function requireEsDefineProperty() {
|
|
17950
|
+
if (hasRequiredEsDefineProperty)
|
|
17951
|
+
return esDefineProperty;
|
|
17952
|
+
hasRequiredEsDefineProperty = 1;
|
|
17953
|
+
var GetIntrinsic3 = getIntrinsic;
|
|
17954
|
+
var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
|
|
17955
|
+
if ($defineProperty2) {
|
|
17956
|
+
try {
|
|
17957
|
+
$defineProperty2({}, "a", { value: 1 });
|
|
17958
|
+
} catch (e2) {
|
|
17959
|
+
$defineProperty2 = false;
|
|
17960
|
+
}
|
|
17954
17961
|
}
|
|
17962
|
+
esDefineProperty = $defineProperty2;
|
|
17963
|
+
return esDefineProperty;
|
|
17955
17964
|
}
|
|
17956
|
-
|
|
17965
|
+
__name(requireEsDefineProperty, "requireEsDefineProperty");
|
|
17957
17966
|
var GetIntrinsic$3 = getIntrinsic;
|
|
17958
17967
|
var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
|
|
17959
17968
|
if ($gOPD$1) {
|
|
@@ -17964,7 +17973,7 @@ if ($gOPD$1) {
|
|
|
17964
17973
|
}
|
|
17965
17974
|
}
|
|
17966
17975
|
var gopd$1 = $gOPD$1;
|
|
17967
|
-
var $defineProperty$1 =
|
|
17976
|
+
var $defineProperty$1 = requireEsDefineProperty();
|
|
17968
17977
|
var $SyntaxError = syntax;
|
|
17969
17978
|
var $TypeError$4 = type$1;
|
|
17970
17979
|
var gopd = gopd$1;
|
|
@@ -18005,7 +18014,7 @@ var defineDataProperty$1 = /* @__PURE__ */ __name(function defineDataProperty(ob
|
|
|
18005
18014
|
throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
18006
18015
|
}
|
|
18007
18016
|
}, "defineDataProperty");
|
|
18008
|
-
var $defineProperty =
|
|
18017
|
+
var $defineProperty = requireEsDefineProperty();
|
|
18009
18018
|
var hasPropertyDescriptors = /* @__PURE__ */ __name(function hasPropertyDescriptors2() {
|
|
18010
18019
|
return !!$defineProperty;
|
|
18011
18020
|
}, "hasPropertyDescriptors");
|
|
@@ -18074,7 +18083,7 @@ var setFunctionLength = /* @__PURE__ */ __name(function setFunctionLength2(fn4,
|
|
|
18074
18083
|
var $apply = GetIntrinsic3("%Function.prototype.apply%");
|
|
18075
18084
|
var $call = GetIntrinsic3("%Function.prototype.call%");
|
|
18076
18085
|
var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind3.call($call, $apply);
|
|
18077
|
-
var $defineProperty2 =
|
|
18086
|
+
var $defineProperty2 = requireEsDefineProperty();
|
|
18078
18087
|
var $max = GetIntrinsic3("%Math.max%");
|
|
18079
18088
|
module2.exports = /* @__PURE__ */ __name(function callBind2(originalFunction) {
|
|
18080
18089
|
if (typeof originalFunction !== "function") {
|
|
@@ -123605,7 +123614,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123605
123614
|
}
|
|
123606
123615
|
__name(showFileDialog, "showFileDialog");
|
|
123607
123616
|
const name = "@teselagen/ove";
|
|
123608
|
-
const version = "0.7.21-beta.
|
|
123617
|
+
const version = "0.7.21-beta.2";
|
|
123609
123618
|
const main = "./src/index.js";
|
|
123610
123619
|
const type = "module";
|
|
123611
123620
|
const exports$1 = {
|
package/index.es.js
CHANGED
|
@@ -17926,16 +17926,25 @@ var getIntrinsic = /* @__PURE__ */ __name(function GetIntrinsic(name2, allowMiss
|
|
|
17926
17926
|
return value;
|
|
17927
17927
|
}, "GetIntrinsic");
|
|
17928
17928
|
var callBind$3 = { exports: {} };
|
|
17929
|
-
var
|
|
17930
|
-
var
|
|
17931
|
-
|
|
17932
|
-
|
|
17933
|
-
|
|
17934
|
-
|
|
17935
|
-
|
|
17929
|
+
var esDefineProperty;
|
|
17930
|
+
var hasRequiredEsDefineProperty;
|
|
17931
|
+
function requireEsDefineProperty() {
|
|
17932
|
+
if (hasRequiredEsDefineProperty)
|
|
17933
|
+
return esDefineProperty;
|
|
17934
|
+
hasRequiredEsDefineProperty = 1;
|
|
17935
|
+
var GetIntrinsic3 = getIntrinsic;
|
|
17936
|
+
var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
|
|
17937
|
+
if ($defineProperty2) {
|
|
17938
|
+
try {
|
|
17939
|
+
$defineProperty2({}, "a", { value: 1 });
|
|
17940
|
+
} catch (e2) {
|
|
17941
|
+
$defineProperty2 = false;
|
|
17942
|
+
}
|
|
17936
17943
|
}
|
|
17944
|
+
esDefineProperty = $defineProperty2;
|
|
17945
|
+
return esDefineProperty;
|
|
17937
17946
|
}
|
|
17938
|
-
|
|
17947
|
+
__name(requireEsDefineProperty, "requireEsDefineProperty");
|
|
17939
17948
|
var GetIntrinsic$3 = getIntrinsic;
|
|
17940
17949
|
var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
|
|
17941
17950
|
if ($gOPD$1) {
|
|
@@ -17946,7 +17955,7 @@ if ($gOPD$1) {
|
|
|
17946
17955
|
}
|
|
17947
17956
|
}
|
|
17948
17957
|
var gopd$1 = $gOPD$1;
|
|
17949
|
-
var $defineProperty$1 =
|
|
17958
|
+
var $defineProperty$1 = requireEsDefineProperty();
|
|
17950
17959
|
var $SyntaxError = syntax;
|
|
17951
17960
|
var $TypeError$4 = type$1;
|
|
17952
17961
|
var gopd = gopd$1;
|
|
@@ -17987,7 +17996,7 @@ var defineDataProperty$1 = /* @__PURE__ */ __name(function defineDataProperty(ob
|
|
|
17987
17996
|
throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
17988
17997
|
}
|
|
17989
17998
|
}, "defineDataProperty");
|
|
17990
|
-
var $defineProperty =
|
|
17999
|
+
var $defineProperty = requireEsDefineProperty();
|
|
17991
18000
|
var hasPropertyDescriptors = /* @__PURE__ */ __name(function hasPropertyDescriptors2() {
|
|
17992
18001
|
return !!$defineProperty;
|
|
17993
18002
|
}, "hasPropertyDescriptors");
|
|
@@ -18056,7 +18065,7 @@ var setFunctionLength = /* @__PURE__ */ __name(function setFunctionLength2(fn4,
|
|
|
18056
18065
|
var $apply = GetIntrinsic3("%Function.prototype.apply%");
|
|
18057
18066
|
var $call = GetIntrinsic3("%Function.prototype.call%");
|
|
18058
18067
|
var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind3.call($call, $apply);
|
|
18059
|
-
var $defineProperty2 =
|
|
18068
|
+
var $defineProperty2 = requireEsDefineProperty();
|
|
18060
18069
|
var $max = GetIntrinsic3("%Math.max%");
|
|
18061
18070
|
module2.exports = /* @__PURE__ */ __name(function callBind2(originalFunction) {
|
|
18062
18071
|
if (typeof originalFunction !== "function") {
|
|
@@ -123587,7 +123596,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123587
123596
|
}
|
|
123588
123597
|
__name(showFileDialog, "showFileDialog");
|
|
123589
123598
|
const name = "@teselagen/ove";
|
|
123590
|
-
const version = "0.7.21-beta.
|
|
123599
|
+
const version = "0.7.21-beta.2";
|
|
123591
123600
|
const main = "./src/index.js";
|
|
123592
123601
|
const type = "module";
|
|
123593
123602
|
const exports$1 = {
|
package/index.umd.js
CHANGED
|
@@ -152024,7 +152024,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
152024
152024
|
}
|
|
152025
152025
|
__name(showFileDialog, "showFileDialog");
|
|
152026
152026
|
const name = "@teselagen/ove";
|
|
152027
|
-
const version = "0.7.21-beta.
|
|
152027
|
+
const version = "0.7.21-beta.2";
|
|
152028
152028
|
const main = "./src/index.js";
|
|
152029
152029
|
const type = "module";
|
|
152030
152030
|
const exports$1 = {
|