pds-dev-kit-web-test 2.5.181 → 2.5.183
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.
@@ -106,13 +106,10 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
106
106
|
: pedigreeState;
|
107
107
|
(0, react_1.useImperativeHandle)(ref, function () {
|
108
108
|
return {
|
109
|
-
selectCB: function (
|
110
|
-
setSelectedBlockId(
|
109
|
+
selectCB: function (blockId) {
|
110
|
+
setSelectedBlockId(blockId);
|
111
111
|
},
|
112
|
-
selectCBInBulk: function (
|
113
|
-
var blockIds = cbIds
|
114
|
-
.map(function (cbId) { return (0, group_1.formatCbIdToBlockId)(cbId); })
|
115
|
-
.filter(function (each) { return each !== null; });
|
112
|
+
selectCBInBulk: function (blockIds) {
|
116
113
|
setBulkBlockIds(blockIds);
|
117
114
|
},
|
118
115
|
selectGroup: function (groupBlockId) {
|
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.183",
|
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.163",
|
27
27
|
"react-hook-form": "^7.28.1",
|
28
28
|
"react-i18next": "^11.12.0",
|
29
29
|
"react-router-dom": "^5.2.0",
|