wargerm 0.2.8 → 0.2.9

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/index.esm.js CHANGED
@@ -9582,7 +9582,10 @@ var TabelCard = function TabelCard(props, ref) {
9582
9582
  setModalFormConfig = _useState4[1];
9583
9583
 
9584
9584
  useImperativeHandle(ref, function () {
9585
- return {};
9585
+ return {
9586
+ actionRef: actionRef.current,
9587
+ formRef: formRef.current
9588
+ };
9586
9589
  });
9587
9590
 
9588
9591
  var openFormModel = function openFormModel(options) {
package/dist/index.js CHANGED
@@ -9615,7 +9615,10 @@ var TabelCard = function TabelCard(props, ref) {
9615
9615
  setModalFormConfig = _useState4[1];
9616
9616
 
9617
9617
  React.useImperativeHandle(ref, function () {
9618
- return {};
9618
+ return {
9619
+ actionRef: actionRef.current,
9620
+ formRef: formRef.current
9621
+ };
9619
9622
  });
9620
9623
 
9621
9624
  var openFormModel = function openFormModel(options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",