@ibiz-template/runtime 0.4.0 → 0.4.1-dev.0

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
@@ -27179,6 +27179,13 @@ var GlobalUtil = class {
27179
27179
  * @date 2023-08-24 11:08:28
27180
27180
  */
27181
27181
  this.rawValue = new RawValueUtil();
27182
+ /**
27183
+ * 执行界面行为
27184
+ *
27185
+ * @author chitanda
27186
+ * @date 2023-11-28 19:11:26
27187
+ */
27188
+ this.action = UIActionUtil;
27182
27189
  /**
27183
27190
  * 错误处理中心
27184
27191
  * @author lxm