@baosight/er4j 0.0.34 → 0.0.36

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.
@@ -809,6 +809,7 @@ declare const _default: import('vue').DefineComponent<{
809
809
  isCancelBeforeStart: () => boolean;
810
810
  isCancelAfterEnd: () => boolean;
811
811
  onFilterTextBoxChanged: (e: any) => void;
812
+ onRowSelected: (params: any) => void;
812
813
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
813
814
  params?: any;
814
815
  }> & Readonly<{}>, {}, {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",