@superblocksteam/library 2.0.3-next.159 → 2.0.3-next.160
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-CfZnsx2D.js → allPaths-BApLf4rp.js} +2 -2
- package/dist/{allPaths-CfZnsx2D.js.map → allPaths-BApLf4rp.js.map} +1 -1
- package/dist/{allPaths-CJJxOk9V.js → allPaths-BiuxA7ic.js} +2 -2
- package/dist/{allPaths-CJJxOk9V.js.map → allPaths-BiuxA7ic.js.map} +1 -1
- package/dist/{allPathsLoader-DyTiOuNF.js → allPathsLoader-DAmfuudp.js} +3 -3
- package/dist/{allPathsLoader-DyTiOuNF.js.map → allPathsLoader-DAmfuudp.js.map} +1 -1
- package/dist/{allPathsLoader-vFNlZ4BZ.js → allPathsLoader-DgVs_Ja6.js} +3 -3
- package/dist/{allPathsLoader-vFNlZ4BZ.js.map → allPathsLoader-DgVs_Ja6.js.map} +1 -1
- package/dist/{index-DOAuerPU.js → index-CNYSm9og.js} +44 -15
- package/dist/{index-DOAuerPU.js.map → index-CNYSm9og.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-CKEgZHT_.js → splitPathsBySizeLoader-CYAbP99t.js} +2 -2
- package/dist/{splitPathsBySizeLoader-CKEgZHT_.js.map → splitPathsBySizeLoader-CYAbP99t.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-By32B16l.js → splitPathsBySizeLoader-lGtuqt6v.js} +2 -2
- package/dist/{splitPathsBySizeLoader-By32B16l.js.map → splitPathsBySizeLoader-lGtuqt6v.js.map} +1 -1
- package/package.json +2 -2
|
@@ -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-CNYSm9og.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-BApLf4rp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BApLf4rp.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,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-CNYSm9og.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-BiuxA7ic.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BiuxA7ic.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,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-CNYSm9og.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-BiuxA7ic.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-DAmfuudp.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-DAmfuudp.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]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-CNYSm9og.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-BApLf4rp.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-DgVs_Ja6.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-DgVs_Ja6.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]}
|
|
@@ -2692,14 +2692,14 @@ function getLoaderFn$1(options) {
|
|
|
2692
2692
|
if (!(loader === "all")) return [3, 3];
|
|
2693
2693
|
return [4, import(
|
|
2694
2694
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2695
|
-
"./allPathsLoader-
|
|
2695
|
+
"./allPathsLoader-DAmfuudp.js"
|
|
2696
2696
|
)];
|
|
2697
2697
|
case 2:
|
|
2698
2698
|
return [2, _b2.sent().allPathsLoader];
|
|
2699
2699
|
case 3:
|
|
2700
2700
|
return [4, import(
|
|
2701
2701
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2702
|
-
"./splitPathsBySizeLoader-
|
|
2702
|
+
"./splitPathsBySizeLoader-lGtuqt6v.js"
|
|
2703
2703
|
)];
|
|
2704
2704
|
case 4:
|
|
2705
2705
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -62189,7 +62189,7 @@ function createManagedPropsList(sections, parentPath = "") {
|
|
|
62189
62189
|
const recordPath = `${fullPath}.${RECORD_PATH_IDENTIFIER}`;
|
|
62190
62190
|
processProps(prop.nestedProps, recordPath, prop.build().default);
|
|
62191
62191
|
} else if (prop instanceof Section) {
|
|
62192
|
-
processProps(prop.props,
|
|
62192
|
+
processProps(prop.props, parentPath2);
|
|
62193
62193
|
} else if (prop instanceof UnionProp) {
|
|
62194
62194
|
const sharedKeys = Object.keys(prop.shared);
|
|
62195
62195
|
processProps(prop.shared, fullPath);
|
|
@@ -62887,18 +62887,29 @@ const isNestedInputProp = (value) => {
|
|
|
62887
62887
|
};
|
|
62888
62888
|
const toExecutablesOrValues = (props, propsSchema) => {
|
|
62889
62889
|
const parentSchema = ((propsSchema == null ? void 0 : propsSchema.length) ?? 0) > 0 ? getParentsSchema(propsSchema) : void 0;
|
|
62890
|
-
const toExecutablesOrValuesInternal = (props2, basePath = "") => {
|
|
62890
|
+
const toExecutablesOrValuesInternal = (props2, basePath = "", inRecordProp = false) => {
|
|
62891
62891
|
if (!isNestedInputProp(props2)) {
|
|
62892
62892
|
return [[basePath, toExecutableOrValue(basePath, props2)]];
|
|
62893
62893
|
}
|
|
62894
62894
|
const items = [];
|
|
62895
62895
|
Object.entries(props2).forEach(([prop, value]) => {
|
|
62896
62896
|
const path2 = basePath === "" ? prop : `${basePath}.${prop}`;
|
|
62897
|
-
const itemSchema = propsSchema == null ? void 0 : propsSchema.find((schema) =>
|
|
62897
|
+
const itemSchema = propsSchema == null ? void 0 : propsSchema.find((schema) => {
|
|
62898
|
+
if (schema.path === path2) {
|
|
62899
|
+
return true;
|
|
62900
|
+
}
|
|
62901
|
+
if (inRecordProp) {
|
|
62902
|
+
const recordKey = getRecordKey(path2);
|
|
62903
|
+
if (recordKey) {
|
|
62904
|
+
return schema.path === recordKey;
|
|
62905
|
+
}
|
|
62906
|
+
}
|
|
62907
|
+
return false;
|
|
62908
|
+
});
|
|
62898
62909
|
const isFunction2 = (itemSchema == null ? void 0 : itemSchema.dataType) === "function" || (itemSchema == null ? void 0 : itemSchema.dataType) === "event";
|
|
62899
62910
|
const isNested = isNestedInputProp(value);
|
|
62900
|
-
if (isNested && shouldTraverseNestedProp(path2, parentSchema)) {
|
|
62901
|
-
items.push(...toExecutablesOrValuesInternal(value, path2));
|
|
62911
|
+
if (isNested && shouldTraverseNestedProp(path2, propsSchema, parentSchema)) {
|
|
62912
|
+
items.push(...toExecutablesOrValuesInternal(value, path2, true));
|
|
62902
62913
|
} else {
|
|
62903
62914
|
items.push([path2, toExecutableOrValue(path2, value, isFunction2)]);
|
|
62904
62915
|
}
|
|
@@ -62943,7 +62954,7 @@ const toExecutableOrValue = (path2, value, isAnExternalFunction = false) => {
|
|
|
62943
62954
|
type: "normal"
|
|
62944
62955
|
};
|
|
62945
62956
|
};
|
|
62946
|
-
const shouldTraverseNestedProp = (path2, managedPropsList) => {
|
|
62957
|
+
const shouldTraverseNestedProp = (path2, propsSchema, managedPropsList) => {
|
|
62947
62958
|
if (managedPropsList === void 0) {
|
|
62948
62959
|
return true;
|
|
62949
62960
|
}
|
|
@@ -62959,9 +62970,25 @@ const shouldTraverseNestedProp = (path2, managedPropsList) => {
|
|
|
62959
62970
|
return segment === pathSegments[index2];
|
|
62960
62971
|
});
|
|
62961
62972
|
});
|
|
62973
|
+
if (!shouldTraverse && propsSchema) {
|
|
62974
|
+
const hasRecordProp = propsSchema.some(
|
|
62975
|
+
(prop) => prop.path.startsWith(`${path2}.${RECORD_PATH_IDENTIFIER}`)
|
|
62976
|
+
);
|
|
62977
|
+
if (hasRecordProp) {
|
|
62978
|
+
return true;
|
|
62979
|
+
}
|
|
62980
|
+
}
|
|
62962
62981
|
return shouldTraverse;
|
|
62963
62982
|
};
|
|
62964
62983
|
const getParentsSchema = (propsSchema) => propsSchema == null ? void 0 : propsSchema.map((prop) => prop.path.split(".").slice(0, -1).join(".")).map((parentPath) => ({ path: parentPath })).filter((prop) => prop.path !== "");
|
|
62984
|
+
const getRecordKey = (path2) => {
|
|
62985
|
+
const splitPath = path2.split(".");
|
|
62986
|
+
const [parentKey, _maybeTheRecordKey, ...rest] = splitPath;
|
|
62987
|
+
if (rest.length == 0) {
|
|
62988
|
+
return void 0;
|
|
62989
|
+
}
|
|
62990
|
+
return [parentKey, RECORD_PATH_IDENTIFIER, rest.join(".")].join(".");
|
|
62991
|
+
};
|
|
62965
62992
|
const GLOBAL_SCOPE_ID = "Global";
|
|
62966
62993
|
const PROTECTED_KEYS = /* @__PURE__ */ new Set(["type", "isAnonymous", "scopeId", "name"]);
|
|
62967
62994
|
const isNestedPath = (path2) => path2.includes(".");
|
|
@@ -63206,7 +63233,11 @@ class EntityManager {
|
|
|
63206
63233
|
additionalContext: args[0]
|
|
63207
63234
|
});
|
|
63208
63235
|
};
|
|
63209
|
-
|
|
63236
|
+
if (isNested) {
|
|
63237
|
+
propParent[finalSegment] = finalFunction;
|
|
63238
|
+
} else {
|
|
63239
|
+
entity[prop] = finalFunction;
|
|
63240
|
+
}
|
|
63210
63241
|
return;
|
|
63211
63242
|
}
|
|
63212
63243
|
const getValue2 = computed(() => {
|
|
@@ -143540,14 +143571,14 @@ function getLoaderFn(options) {
|
|
|
143540
143571
|
if (!(loader === "all")) return [3, 3];
|
|
143541
143572
|
return [4, import(
|
|
143542
143573
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
143543
|
-
"./allPathsLoader-
|
|
143574
|
+
"./allPathsLoader-DgVs_Ja6.js"
|
|
143544
143575
|
)];
|
|
143545
143576
|
case 2:
|
|
143546
143577
|
return [2, _b2.sent().allPathsLoader];
|
|
143547
143578
|
case 3:
|
|
143548
143579
|
return [4, import(
|
|
143549
143580
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
143550
|
-
"./splitPathsBySizeLoader-
|
|
143581
|
+
"./splitPathsBySizeLoader-CYAbP99t.js"
|
|
143551
143582
|
)];
|
|
143552
143583
|
case 4:
|
|
143553
143584
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -164660,9 +164691,7 @@ const downloadTableData = ({
|
|
|
164660
164691
|
);
|
|
164661
164692
|
const headerData = visibleColumns.map((column2) => column2.Header).map((v2) => sanitizeItem(v2));
|
|
164662
164693
|
const rowData = data2.map(
|
|
164663
|
-
(item, index2) => visibleColumns.map(
|
|
164664
|
-
(column2) => item[column2.columnProperties.id]
|
|
164665
|
-
).map((column2) => {
|
|
164694
|
+
(item, index2) => visibleColumns.map((column2) => {
|
|
164666
164695
|
const cellProperties = getCellProperties(
|
|
164667
164696
|
tableCellTextStyle,
|
|
164668
164697
|
column2.columnProperties,
|
|
@@ -191671,4 +191700,4 @@ export {
|
|
|
191671
191700
|
SbEventFlow as y,
|
|
191672
191701
|
copyToClipboard as z
|
|
191673
191702
|
};
|
|
191674
|
-
//# sourceMappingURL=index-
|
|
191703
|
+
//# sourceMappingURL=index-CNYSm9og.js.map
|