@superblocksteam/library 2.0.0-next.26 → 2.0.0-next.27
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/dist/{allPaths-jmpQJR6g.js → allPaths-B8v-Ylwd.js} +2 -2
- package/dist/{allPaths-jmpQJR6g.js.map → allPaths-B8v-Ylwd.js.map} +1 -1
- package/dist/{allPaths-DoJWO7hx.js → allPaths-Cc6_E14S.js} +2 -2
- package/dist/{allPaths-DoJWO7hx.js.map → allPaths-Cc6_E14S.js.map} +1 -1
- package/dist/{allPathsLoader-B7gEaYUO.js → allPathsLoader-5R8nYI2Y.js} +3 -3
- package/dist/{allPathsLoader-ll8iUFQ8.js.map → allPathsLoader-5R8nYI2Y.js.map} +1 -1
- package/dist/{allPathsLoader-ll8iUFQ8.js → allPathsLoader-D6bx4i3b.js} +3 -3
- package/dist/{allPathsLoader-B7gEaYUO.js.map → allPathsLoader-D6bx4i3b.js.map} +1 -1
- package/dist/{index-GcH3R47h.js → index-DA_uilUd.js} +31 -17
- package/dist/{index-GcH3R47h.js.map → index-DA_uilUd.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-ZrfYTRcD.js → splitPathsBySizeLoader-B15E6S3x.js} +2 -2
- package/dist/{splitPathsBySizeLoader-ZrfYTRcD.js.map → splitPathsBySizeLoader-B15E6S3x.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-6Tf-mc59.js → splitPathsBySizeLoader-CHbHwnJQ.js} +2 -2
- package/dist/{splitPathsBySizeLoader-6Tf-mc59.js.map → splitPathsBySizeLoader-CHbHwnJQ.js.map} +1 -1
- package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +3 -2
- package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +2 -1
- package/dist-types/lib/internal-details/lib/evaluator/entity-manager.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
|
|
3
|
-
import { p as pascalCase, I as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, I as IconSize } from "./index-DA_uilUd.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-B8v-Ylwd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-B8v-Ylwd.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
|
|
3
|
-
import { p as pascalCase, b as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, b as IconSize } from "./index-DA_uilUd.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-Cc6_E14S.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-Cc6_E14S.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-DA_uilUd.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-Cc6_E14S.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-5R8nYI2Y.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-5R8nYI2Y.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-DA_uilUd.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-B8v-Ylwd.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-D6bx4i3b.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-D6bx4i3b.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -2690,14 +2690,14 @@ function getLoaderFn$1(options) {
|
|
|
2690
2690
|
if (!(loader === "all")) return [3, 3];
|
|
2691
2691
|
return [4, import(
|
|
2692
2692
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2693
|
-
"./allPathsLoader-
|
|
2693
|
+
"./allPathsLoader-D6bx4i3b.js"
|
|
2694
2694
|
)];
|
|
2695
2695
|
case 2:
|
|
2696
2696
|
return [2, _b2.sent().allPathsLoader];
|
|
2697
2697
|
case 3:
|
|
2698
2698
|
return [4, import(
|
|
2699
2699
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2700
|
-
"./splitPathsBySizeLoader-
|
|
2700
|
+
"./splitPathsBySizeLoader-CHbHwnJQ.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -57030,7 +57030,8 @@ const SetComponentPropertyTrigger = {
|
|
|
57030
57030
|
name: context2.name,
|
|
57031
57031
|
func: (state, value2, step2) => {
|
|
57032
57032
|
var _a2;
|
|
57033
|
-
|
|
57033
|
+
if (!state) return;
|
|
57034
|
+
state[(_a2 = step2.widget) == null ? void 0 : _a2.name][step2.propertyName] = value2;
|
|
57034
57035
|
},
|
|
57035
57036
|
args: [value, step]
|
|
57036
57037
|
});
|
|
@@ -57131,7 +57132,8 @@ const RunJsTrigger = {
|
|
|
57131
57132
|
scopeId: context2.scopeId,
|
|
57132
57133
|
name: context2.name,
|
|
57133
57134
|
func: step.handler,
|
|
57134
|
-
args: [context2.additionalContext]
|
|
57135
|
+
args: [context2.additionalContext],
|
|
57136
|
+
excludeState: true
|
|
57135
57137
|
});
|
|
57136
57138
|
}
|
|
57137
57139
|
}
|
|
@@ -89961,7 +89963,10 @@ const SetStateVarTrigger = {
|
|
|
89961
89963
|
context2.rootStore.entityManager.runCode({
|
|
89962
89964
|
scopeId: context2.scopeId,
|
|
89963
89965
|
name: context2.name,
|
|
89964
|
-
func: (state, value2, step2) =>
|
|
89966
|
+
func: (state, value2, step2) => {
|
|
89967
|
+
if (!state) return;
|
|
89968
|
+
state[step2.state.name].value = value2;
|
|
89969
|
+
},
|
|
89965
89970
|
args: [value, step]
|
|
89966
89971
|
});
|
|
89967
89972
|
},
|
|
@@ -95063,14 +95068,22 @@ class EvalComputeEngine {
|
|
|
95063
95068
|
}
|
|
95064
95069
|
}
|
|
95065
95070
|
class DirectComputeEngine {
|
|
95066
|
-
compute({
|
|
95071
|
+
compute({
|
|
95072
|
+
snapshot,
|
|
95073
|
+
entityName,
|
|
95074
|
+
func,
|
|
95075
|
+
args,
|
|
95076
|
+
path: path2,
|
|
95077
|
+
excludeState
|
|
95078
|
+
}) {
|
|
95067
95079
|
if (!func) return void 0;
|
|
95068
95080
|
try {
|
|
95069
|
-
|
|
95070
|
-
|
|
95071
|
-
|
|
95072
|
-
|
|
95073
|
-
|
|
95081
|
+
const entity = snapshot[entityName.value];
|
|
95082
|
+
const funcArgs = args || [];
|
|
95083
|
+
if (excludeState) {
|
|
95084
|
+
return func.call(entity, ...funcArgs);
|
|
95085
|
+
}
|
|
95086
|
+
return func.call(entity, snapshot, ...funcArgs);
|
|
95074
95087
|
} catch (error) {
|
|
95075
95088
|
console.log(`Error in direct(${entityName.value}.${path2})`, {
|
|
95076
95089
|
error,
|
|
@@ -96034,14 +96047,15 @@ class EntityManager {
|
|
|
96034
96047
|
scope.setEntityName(instanceId, newName, existingName);
|
|
96035
96048
|
}
|
|
96036
96049
|
runCode(params) {
|
|
96037
|
-
const { scopeId, name, func, args } = params;
|
|
96050
|
+
const { scopeId, name, func, args, excludeState } = params;
|
|
96038
96051
|
const state = this.getState(scopeId);
|
|
96039
96052
|
const computeEngine = this.dirComputeEngine;
|
|
96040
96053
|
computeEngine.compute({
|
|
96041
96054
|
snapshot: state,
|
|
96042
96055
|
entityName: name,
|
|
96043
96056
|
func,
|
|
96044
|
-
args
|
|
96057
|
+
args,
|
|
96058
|
+
excludeState
|
|
96045
96059
|
});
|
|
96046
96060
|
}
|
|
96047
96061
|
computeValue(params) {
|
|
@@ -143818,14 +143832,14 @@ function getLoaderFn(options) {
|
|
|
143818
143832
|
if (!(loader === "all")) return [3, 3];
|
|
143819
143833
|
return [4, import(
|
|
143820
143834
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
143821
|
-
"./allPathsLoader-
|
|
143835
|
+
"./allPathsLoader-5R8nYI2Y.js"
|
|
143822
143836
|
)];
|
|
143823
143837
|
case 2:
|
|
143824
143838
|
return [2, _b2.sent().allPathsLoader];
|
|
143825
143839
|
case 3:
|
|
143826
143840
|
return [4, import(
|
|
143827
143841
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
143828
|
-
"./splitPathsBySizeLoader-
|
|
143842
|
+
"./splitPathsBySizeLoader-B15E6S3x.js"
|
|
143829
143843
|
)];
|
|
143830
143844
|
case 4:
|
|
143831
143845
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -178627,7 +178641,7 @@ function applyThemeToIframe(generatedTheme) {
|
|
|
178627
178641
|
const originalLog = console.log;
|
|
178628
178642
|
console.log = (...args) => {
|
|
178629
178643
|
const processedArgs = args.map((arg) => {
|
|
178630
|
-
if (arg && typeof arg === "object" && getBindingIdentifier(arg)) {
|
|
178644
|
+
if (arg && typeof arg === "object" && (getBindingIdentifier(arg) || getBindingIdentifier(arg.bind ?? {}))) {
|
|
178631
178645
|
return JSON.parse(JSON.stringify(arg));
|
|
178632
178646
|
}
|
|
178633
178647
|
return arg;
|
|
@@ -190253,4 +190267,4 @@ export {
|
|
|
190253
190267
|
copyToClipboard as y,
|
|
190254
190268
|
navigateTo as z
|
|
190255
190269
|
};
|
|
190256
|
-
//# sourceMappingURL=index-
|
|
190270
|
+
//# sourceMappingURL=index-DA_uilUd.js.map
|