@superblocksteam/library 2.0.0-next.33 → 2.0.0-next.35
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-EKlKXcmC.js → allPaths-BPEggTbd.js} +2 -2
- package/dist/{allPaths-EKlKXcmC.js.map → allPaths-BPEggTbd.js.map} +1 -1
- package/dist/{allPaths-BVrg1pz2.js → allPaths-PR2rTiD5.js} +2 -2
- package/dist/{allPaths-BVrg1pz2.js.map → allPaths-PR2rTiD5.js.map} +1 -1
- package/dist/{allPathsLoader-BY9j7WyS.js → allPathsLoader-BWLDGMsQ.js} +3 -3
- package/dist/{allPathsLoader-BY9j7WyS.js.map → allPathsLoader-BWLDGMsQ.js.map} +1 -1
- package/dist/{allPathsLoader-CwKpLPZa.js → allPathsLoader-C82irE62.js} +3 -3
- package/dist/{allPathsLoader-CwKpLPZa.js.map → allPathsLoader-C82irE62.js.map} +1 -1
- package/dist/{index-BrVR4QxR.js → index--MyJLg0V.js} +43 -9
- package/dist/{index-BrVR4QxR.js.map → index--MyJLg0V.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-BLG5xgfE.js → splitPathsBySizeLoader-2qHY2dmp.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BLG5xgfE.js.map → splitPathsBySizeLoader-2qHY2dmp.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-BcyuYAqD.js → splitPathsBySizeLoader-aKrjndrG.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BcyuYAqD.js.map → splitPathsBySizeLoader-aKrjndrG.js.map} +1 -1
- package/dist-types/lib/user-facing/components/table/types.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--MyJLg0V.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-BPEggTbd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-BPEggTbd.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--MyJLg0V.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-PR2rTiD5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-PR2rTiD5.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--MyJLg0V.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-BPEggTbd.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-BWLDGMsQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-BWLDGMsQ.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--MyJLg0V.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-PR2rTiD5.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-C82irE62.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-C82irE62.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-BWLDGMsQ.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-2qHY2dmp.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -114427,6 +114427,8 @@ const useWidgetNodeRef = (instanceId) => {
|
|
|
114427
114427
|
return nodeRef;
|
|
114428
114428
|
};
|
|
114429
114429
|
const DraggableWidget = observer(function DraggableWidget2(props) {
|
|
114430
|
+
const editStore2 = getEditStore();
|
|
114431
|
+
const disableDrag = !editStore2.ui.dnd.canDragWidget(props.instanceId) || editStore2.ui.dnd.isDraggingNewComponent;
|
|
114430
114432
|
const {
|
|
114431
114433
|
setNodeRef: setDraggableNodeRef,
|
|
114432
114434
|
isDragging,
|
|
@@ -114434,7 +114436,7 @@ const DraggableWidget = observer(function DraggableWidget2(props) {
|
|
|
114434
114436
|
attributes: attributes2
|
|
114435
114437
|
} = useComponentDraggable({
|
|
114436
114438
|
instanceId: props.instanceId,
|
|
114437
|
-
disableDrag:
|
|
114439
|
+
disableDrag: disableDrag ?? false
|
|
114438
114440
|
});
|
|
114439
114441
|
const widgetNode = useWidgetNodeRef(props.instanceId);
|
|
114440
114442
|
useEffect(() => {
|
|
@@ -114449,6 +114451,20 @@ const DraggableWidget = observer(function DraggableWidget2(props) {
|
|
|
114449
114451
|
...attributes2,
|
|
114450
114452
|
className: "sb-draggable-wrapper",
|
|
114451
114453
|
"data-is-dragged": isDragging,
|
|
114454
|
+
onPointerDown: (e3) => {
|
|
114455
|
+
if (!disableDrag) {
|
|
114456
|
+
listeners == null ? void 0 : listeners.onPointerDown(e3);
|
|
114457
|
+
} else {
|
|
114458
|
+
e3.stopPropagation();
|
|
114459
|
+
}
|
|
114460
|
+
},
|
|
114461
|
+
onPointerMove: (e3) => {
|
|
114462
|
+
if (!disableDrag) {
|
|
114463
|
+
listeners == null ? void 0 : listeners.onPointerMove(e3);
|
|
114464
|
+
} else {
|
|
114465
|
+
e3.stopPropagation();
|
|
114466
|
+
}
|
|
114467
|
+
},
|
|
114452
114468
|
children: props.children
|
|
114453
114469
|
}
|
|
114454
114470
|
);
|
|
@@ -144016,14 +144032,14 @@ function getLoaderFn(options) {
|
|
|
144016
144032
|
if (!(loader === "all")) return [3, 3];
|
|
144017
144033
|
return [4, import(
|
|
144018
144034
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144019
|
-
"./allPathsLoader-
|
|
144035
|
+
"./allPathsLoader-C82irE62.js"
|
|
144020
144036
|
)];
|
|
144021
144037
|
case 2:
|
|
144022
144038
|
return [2, _b2.sent().allPathsLoader];
|
|
144023
144039
|
case 3:
|
|
144024
144040
|
return [4, import(
|
|
144025
144041
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144026
|
-
"./splitPathsBySizeLoader-
|
|
144042
|
+
"./splitPathsBySizeLoader-aKrjndrG.js"
|
|
144027
144043
|
)];
|
|
144028
144044
|
case 4:
|
|
144029
144045
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -167733,6 +167749,7 @@ const DescendingIcon = qe$1(SvgSort)`
|
|
|
167733
167749
|
const TableHeaderCell = (props) => {
|
|
167734
167750
|
var _a2;
|
|
167735
167751
|
const { column: column2, selectRows } = props;
|
|
167752
|
+
const resizerProps = column2.getResizerProps();
|
|
167736
167753
|
const resizingColumnId = useRef("");
|
|
167737
167754
|
const handleSortColumn = () => {
|
|
167738
167755
|
if (!props.isSortable || props.isResizingColumn) return;
|
|
@@ -167911,11 +167928,21 @@ const TableHeaderCell = (props) => {
|
|
|
167911
167928
|
props.showResizer && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
167912
167929
|
"div",
|
|
167913
167930
|
{
|
|
167914
|
-
...
|
|
167931
|
+
...resizerProps,
|
|
167915
167932
|
className: `resizer ${column2.isResizing ? "isResizing" : ""}`,
|
|
167916
167933
|
onClick: (e3) => {
|
|
167917
167934
|
e3.preventDefault();
|
|
167918
167935
|
e3.stopPropagation();
|
|
167936
|
+
},
|
|
167937
|
+
onMouseDown: (e3) => {
|
|
167938
|
+
resizerProps.onMouseDown(e3);
|
|
167939
|
+
e3.stopPropagation();
|
|
167940
|
+
e3.preventDefault();
|
|
167941
|
+
},
|
|
167942
|
+
onTouchStart: (e3) => {
|
|
167943
|
+
resizerProps.onTouchStart(e3);
|
|
167944
|
+
e3.stopPropagation();
|
|
167945
|
+
e3.preventDefault();
|
|
167919
167946
|
}
|
|
167920
167947
|
}
|
|
167921
167948
|
)
|
|
@@ -170078,6 +170105,7 @@ const _TableWidget = class _TableWidget extends React__default.Component {
|
|
|
170078
170105
|
}
|
|
170079
170106
|
});
|
|
170080
170107
|
__publicField(this, "handleEditStart", (rowIndex, columnId, startingValue) => {
|
|
170108
|
+
this.props.disableDrag(true);
|
|
170081
170109
|
this.props.disableNudge(true);
|
|
170082
170110
|
this.props.setCurrentEditFocus({ row: rowIndex, columnId }, startingValue);
|
|
170083
170111
|
});
|
|
@@ -170881,8 +170909,7 @@ const _TableWidget = class _TableWidget extends React__default.Component {
|
|
|
170881
170909
|
handleResizeColumn: this.handleResizeColumn,
|
|
170882
170910
|
updatePageNo: this.updatePageNumber,
|
|
170883
170911
|
handleReorderColumn: this.handleReorderColumn,
|
|
170884
|
-
disableDrag:
|
|
170885
|
-
},
|
|
170912
|
+
disableDrag: this.props.disableDrag,
|
|
170886
170913
|
searchTableData: this.handleSearchTable,
|
|
170887
170914
|
filters: this.props.filters,
|
|
170888
170915
|
setColumnFilter: this.handleSetColumnFilter,
|
|
@@ -171181,6 +171208,12 @@ const SbTable = registerSbComponent(
|
|
|
171181
171208
|
},
|
|
171182
171209
|
[features.nudging]
|
|
171183
171210
|
);
|
|
171211
|
+
const disableDrag = useCallback(
|
|
171212
|
+
(disable) => {
|
|
171213
|
+
features.dragAndDrop.set(!disable);
|
|
171214
|
+
},
|
|
171215
|
+
[features.dragAndDrop]
|
|
171216
|
+
);
|
|
171184
171217
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { ...passthroughProps, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
171185
171218
|
TableWidget,
|
|
171186
171219
|
{
|
|
@@ -171201,6 +171234,7 @@ const SbTable = registerSbComponent(
|
|
|
171201
171234
|
border: props.border ?? createPerSideBorder(theme.defaultBorder),
|
|
171202
171235
|
borderRadius: props.borderRadius ?? theme.defaultBorder.borderRadius,
|
|
171203
171236
|
disableNudge,
|
|
171237
|
+
disableDrag,
|
|
171204
171238
|
setSelectedRowData,
|
|
171205
171239
|
setPageNo,
|
|
171206
171240
|
setColumnOrder,
|
|
@@ -190527,4 +190561,4 @@ export {
|
|
|
190527
190561
|
copyToClipboard as y,
|
|
190528
190562
|
navigateTo as z
|
|
190529
190563
|
};
|
|
190530
|
-
//# sourceMappingURL=index
|
|
190564
|
+
//# sourceMappingURL=index--MyJLg0V.js.map
|