@byteluck-fe/runtime-engine 2.0.15 → 2.0.16

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.
@@ -22090,7 +22090,9 @@ class fl {
22090
22090
  break;
22091
22091
  }
22092
22092
  u || (u = "create");
22093
- } else if (d === "selected_rows_count") {
22093
+ } else if (d === "current_page_form_data_type")
22094
+ u = (this.engine?.getAction().actionUtils).getPageStatus(), u || (u = "new");
22095
+ else if (d === "selected_rows_count") {
22094
22096
  const p = zt(this.engine);
22095
22097
  u = this.engine.getState(p?.id)?.selectedRows?.length || 0;
22096
22098
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",