@superblocksteam/library 2.0.0-next.49 → 2.0.0-next.50
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-BA7YNQAb.js → allPaths-BYc1qceP.js} +2 -2
- package/dist/{allPaths-BA7YNQAb.js.map → allPaths-BYc1qceP.js.map} +1 -1
- package/dist/{allPaths-CKrtsdiM.js → allPaths-z4Itey0t.js} +2 -2
- package/dist/{allPaths-CKrtsdiM.js.map → allPaths-z4Itey0t.js.map} +1 -1
- package/dist/{allPathsLoader-D3bqLvw9.js → allPathsLoader-C6F1yurZ.js} +3 -3
- package/dist/{allPathsLoader-DQsgvi-_.js.map → allPathsLoader-C6F1yurZ.js.map} +1 -1
- package/dist/{allPathsLoader-DQsgvi-_.js → allPathsLoader-D4nBGZ9l.js} +3 -3
- package/dist/{allPathsLoader-D3bqLvw9.js.map → allPathsLoader-D4nBGZ9l.js.map} +1 -1
- package/dist/{index-CrzDoGYZ.js → index-Dq7YJbaW.js} +25 -32
- package/dist/{index-CrzDoGYZ.js.map → index-Dq7YJbaW.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-BJzACa9d.js → splitPathsBySizeLoader-B15P9j3b.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BJzACa9d.js.map → splitPathsBySizeLoader-B15P9j3b.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-Cb_o2MXR.js → splitPathsBySizeLoader-CN949ATZ.js} +2 -2
- package/dist/{splitPathsBySizeLoader-Cb_o2MXR.js.map → splitPathsBySizeLoader-CN949ATZ.js.map} +1 -1
- package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +34 -34
- package/dist-types/lib/user-facing/components/table/components/boolean-value-icons.d.ts +5 -5
- package/dist-types/lib/user-facing/components/table/index.d.ts +33 -33
- package/dist-types/lib/user-facing/components/table/props.d.ts +33 -33
- package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +1 -2
- package/dist-types/lib/user-facing/components/table/types.d.ts +1 -6
- 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-Dq7YJbaW.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-BYc1qceP.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BYc1qceP.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-Dq7YJbaW.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-z4Itey0t.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-z4Itey0t.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-Dq7YJbaW.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-z4Itey0t.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-C6F1yurZ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-C6F1yurZ.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-Dq7YJbaW.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-BYc1qceP.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-D4nBGZ9l.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-D4nBGZ9l.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]}
|
|
@@ -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-C6F1yurZ.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-B15P9j3b.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -134556,13 +134556,6 @@ var EditInputType = /* @__PURE__ */ ((EditInputType2) => {
|
|
|
134556
134556
|
EditInputType2["Date"] = "DATE";
|
|
134557
134557
|
return EditInputType2;
|
|
134558
134558
|
})(EditInputType || {});
|
|
134559
|
-
var BooleanStyleFalse = /* @__PURE__ */ ((BooleanStyleFalse2) => {
|
|
134560
|
-
BooleanStyleFalse2["EMPTY"] = "EMPTY";
|
|
134561
|
-
BooleanStyleFalse2["CLOSE"] = "CLOSE";
|
|
134562
|
-
BooleanStyleFalse2["MINUS"] = "MINUS";
|
|
134563
|
-
BooleanStyleFalse2["EMPTY_CHECKBOX"] = "EMPTY_CHECKBOX";
|
|
134564
|
-
return BooleanStyleFalse2;
|
|
134565
|
-
})(BooleanStyleFalse || {});
|
|
134566
134559
|
var ImageSize = /* @__PURE__ */ ((ImageSize2) => {
|
|
134567
134560
|
ImageSize2["Fixed"] = "FIXED";
|
|
134568
134561
|
ImageSize2["Fit"] = "FIT";
|
|
@@ -134787,7 +134780,7 @@ const cellIconProps = {
|
|
|
134787
134780
|
label: "Cell icon",
|
|
134788
134781
|
controlType: "ICON_SELECTOR"
|
|
134789
134782
|
}),
|
|
134790
|
-
cellIconPosition: Prop.string().readAndWrite().propertiesPanel({
|
|
134783
|
+
cellIconPosition: Prop.string().readAndWrite().default("left").propertiesPanel({
|
|
134791
134784
|
label: "Cell icon position",
|
|
134792
134785
|
controlType: "RADIO_BUTTON_GROUP",
|
|
134793
134786
|
options: [
|
|
@@ -134805,7 +134798,7 @@ const cellIconProps = {
|
|
|
134805
134798
|
})
|
|
134806
134799
|
};
|
|
134807
134800
|
const textStyleProps = {
|
|
134808
|
-
horizontalAlign: Prop.string().readAndWrite().propertiesPanel({
|
|
134801
|
+
horizontalAlign: Prop.string().readAndWrite().default("left").propertiesPanel({
|
|
134809
134802
|
label: "Horizontal alignment",
|
|
134810
134803
|
controlType: "RADIO_BUTTON_GROUP",
|
|
134811
134804
|
options: [
|
|
@@ -134814,7 +134807,7 @@ const textStyleProps = {
|
|
|
134814
134807
|
{ value: "right", icon: "RIGHT_ALIGN" }
|
|
134815
134808
|
]
|
|
134816
134809
|
}),
|
|
134817
|
-
verticalAlign: Prop.string().readAndWrite().propertiesPanel({
|
|
134810
|
+
verticalAlign: Prop.string().readAndWrite().default("top").propertiesPanel({
|
|
134818
134811
|
label: "Vertical alignment",
|
|
134819
134812
|
controlType: "RADIO_BUTTON_GROUP",
|
|
134820
134813
|
options: [
|
|
@@ -135053,31 +135046,31 @@ const booleanColumnProperties = {
|
|
|
135053
135046
|
},
|
|
135054
135047
|
presentation: {
|
|
135055
135048
|
...textStyleProps,
|
|
135056
|
-
booleanStyleFalse: Prop.string().readAndWrite().propertiesPanel({
|
|
135049
|
+
booleanStyleFalse: Prop.string().readAndWrite().default("empty").propertiesPanel({
|
|
135057
135050
|
label: "False value",
|
|
135058
|
-
controlType: "
|
|
135051
|
+
controlType: "RADIO_BUTTON",
|
|
135059
135052
|
options: [
|
|
135060
135053
|
{
|
|
135061
|
-
|
|
135062
|
-
value:
|
|
135054
|
+
name: "",
|
|
135055
|
+
value: "empty"
|
|
135063
135056
|
},
|
|
135064
135057
|
{
|
|
135065
|
-
|
|
135058
|
+
name: "Close",
|
|
135066
135059
|
isIcon: true,
|
|
135067
135060
|
icon: "CLOSE",
|
|
135068
|
-
value:
|
|
135061
|
+
value: "close"
|
|
135069
135062
|
},
|
|
135070
135063
|
{
|
|
135071
|
-
|
|
135064
|
+
name: "Minus",
|
|
135072
135065
|
isIcon: true,
|
|
135073
135066
|
icon: "MINUS",
|
|
135074
|
-
value:
|
|
135067
|
+
value: "minus"
|
|
135075
135068
|
},
|
|
135076
135069
|
{
|
|
135077
|
-
|
|
135070
|
+
name: "Empty checkbox",
|
|
135078
135071
|
isIcon: true,
|
|
135079
135072
|
icon: "EMPTY_CHECKBOX",
|
|
135080
|
-
value:
|
|
135073
|
+
value: "empty_checkbox"
|
|
135081
135074
|
}
|
|
135082
135075
|
]
|
|
135083
135076
|
})
|
|
@@ -137371,11 +137364,11 @@ const StyledEmptyCheckbox = qe$1(SvgEmptyCheckbox)`
|
|
|
137371
137364
|
}
|
|
137372
137365
|
`;
|
|
137373
137366
|
const RadioButtonControlIcons = {
|
|
137374
|
-
|
|
137375
|
-
|
|
137376
|
-
|
|
137377
|
-
|
|
137378
|
-
|
|
137367
|
+
empty: (_props) => null,
|
|
137368
|
+
check: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(StyledCheckOutlined, { ...props }),
|
|
137369
|
+
close: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(StyledCloseOutlined, { ...props }),
|
|
137370
|
+
minus: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(StyledMinusOutlined, { ...props }),
|
|
137371
|
+
empty_checkbox: (props) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
137379
137372
|
"span",
|
|
137380
137373
|
{
|
|
137381
137374
|
style: {
|
|
@@ -144395,14 +144388,14 @@ function getLoaderFn(options) {
|
|
|
144395
144388
|
if (!(loader === "all")) return [3, 3];
|
|
144396
144389
|
return [4, import(
|
|
144397
144390
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144398
|
-
"./allPathsLoader-
|
|
144391
|
+
"./allPathsLoader-D4nBGZ9l.js"
|
|
144399
144392
|
)];
|
|
144400
144393
|
case 2:
|
|
144401
144394
|
return [2, _b2.sent().allPathsLoader];
|
|
144402
144395
|
case 3:
|
|
144403
144396
|
return [4, import(
|
|
144404
144397
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144405
|
-
"./splitPathsBySizeLoader-
|
|
144398
|
+
"./splitPathsBySizeLoader-CN949ATZ.js"
|
|
144406
144399
|
)];
|
|
144407
144400
|
case 4:
|
|
144408
144401
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -154713,7 +154706,7 @@ const renderCell = ({
|
|
|
154713
154706
|
);
|
|
154714
154707
|
}
|
|
154715
154708
|
if (typeof value === "boolean") {
|
|
154716
|
-
const ButtonIcon = value ? RadioButtonControlIcons["
|
|
154709
|
+
const ButtonIcon = value ? RadioButtonControlIcons["check"] : RadioButtonControlIcons[cellProps.booleanStyleFalse || "empty"];
|
|
154717
154710
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
154718
154711
|
CellWrapper,
|
|
154719
154712
|
{
|
|
@@ -154728,7 +154721,7 @@ const renderCell = ({
|
|
|
154728
154721
|
}
|
|
154729
154722
|
if (lodashExports.isString(value) && ["true", "false"].includes(value.toLocaleLowerCase())) {
|
|
154730
154723
|
const booleanValue = value.toLocaleLowerCase() === "true";
|
|
154731
|
-
const ButtonIcon = booleanValue ? RadioButtonControlIcons["
|
|
154724
|
+
const ButtonIcon = booleanValue ? RadioButtonControlIcons["check"] : RadioButtonControlIcons[cellProps.booleanStyleFalse || "empty"];
|
|
154732
154725
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
154733
154726
|
CellWrapper,
|
|
154734
154727
|
{
|
|
@@ -190943,4 +190936,4 @@ export {
|
|
|
190943
190936
|
copyToClipboard as y,
|
|
190944
190937
|
navigateTo as z
|
|
190945
190938
|
};
|
|
190946
|
-
//# sourceMappingURL=index-
|
|
190939
|
+
//# sourceMappingURL=index-Dq7YJbaW.js.map
|