pds-dev-kit-web-test 2.5.198 → 2.5.199

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.
@@ -214,7 +214,7 @@ export interface IItemDescription extends IDescription {
214
214
  }
215
215
  export type CustomSectionShortcutKeysType = 'BULK_SELECT' | 'COLLISION_SELECT' | 'SELECT_ALL' | 'MANUAL_COLLISION_SELECT' | 'MANUAL_BULK_BREAK' | null;
216
216
  export type CustomSectionImperativeHandleRef = {
217
- selectCB: (cbId: number) => void;
217
+ selectCB: (cbId: string) => void;
218
218
  selectCBInBulk: (cbIds: string[]) => void;
219
219
  selectGroup: (groupBlockId: string) => void;
220
220
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.198",
3
+ "version": "2.5.199",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",