pds-dev-kit-web-test 2.5.164 → 2.5.166
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.
@@ -811,6 +811,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
811
811
|
});
|
812
812
|
};
|
813
813
|
var onBulkDragStop = function (_a) {
|
814
|
+
var _b;
|
814
815
|
var updatedItems = _a.updatedItems, item = _a.item;
|
815
816
|
if ((item === null || item === void 0 ? void 0 : item.i) === 'BULK') {
|
816
817
|
sectionActionHandler &&
|
@@ -832,6 +833,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
832
833
|
sectionActionHandler({
|
833
834
|
type: '@CUSTOMSECTION/GROUP_DRAG_STOP',
|
834
835
|
payload: {
|
836
|
+
workDir: (_b = (0, group_1.getBlockWorkDirPath)(newblock, item.i)) !== null && _b !== void 0 ? _b : 'NOT-FOUND',
|
835
837
|
updatedBlocks: updatedItems.map(function (i) { return ({
|
836
838
|
cbId: Number(i.id),
|
837
839
|
blockId: (0, group_1.formatCbIdToBlockId)(Number(i.id)),
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "pds-dev-kit-web-test",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.166",
|
4
4
|
"license": "MIT",
|
5
5
|
"private": false,
|
6
6
|
"main": "dist/index.js",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"lottie-react": "^2.3.1",
|
24
24
|
"nuka-carousel": "^4.8.4",
|
25
25
|
"publ-echo": "^0.0.99",
|
26
|
-
"publ-echo-test": "^0.0.
|
26
|
+
"publ-echo-test": "^0.0.153",
|
27
27
|
"react-hook-form": "^7.28.1",
|
28
28
|
"react-i18next": "^11.12.0",
|
29
29
|
"react-router-dom": "^5.2.0",
|