@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.
@@ -1,4 +1,5 @@
1
1
  import { IExcelUtil } from '../../interface';
2
+ import { UIActionUtil } from '../../ui-action';
2
3
  import { TextUtil, LayoutPanelUtil, HandlebarsUtil, RawValueUtil } from '../../utils';
3
4
  import { ErrorHandlerCenter } from '../../utils/error-handler';
4
5
  /**
@@ -38,6 +39,13 @@ export declare class GlobalUtil {
38
39
  * @date 2023-08-24 11:08:28
39
40
  */
40
41
  readonly rawValue: RawValueUtil;
42
+ /**
43
+ * 执行界面行为
44
+ *
45
+ * @author chitanda
46
+ * @date 2023-11-28 19:11:26
47
+ */
48
+ readonly action: typeof UIActionUtil;
41
49
  /**
42
50
  * 错误处理中心
43
51
  * @author lxm
@@ -1 +1 @@
1
- {"version":3,"file":"global-util.d.ts","sourceRoot":"","sources":["../../../src/global/global-util/global-util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EACL,QAAQ,EACR,eAAe,EACf,cAAc,EACd,YAAY,EACb,MAAM,aAAa,CAAC;AACrB,OAAO,EAEL,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AAEnC;;;;;;;GAOG;AACH,qBAAa,UAAU;IACrB;;;;;OAKG;IACH,QAAQ,CAAC,WAAW,kBAAyB;IAE7C;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,WAAkB;IAE/B;;;;;OAKG;IACH,QAAQ,CAAC,GAAG,iBAAwB;IAEpC;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,eAAsB;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,KAAK,qBAA4B;;IAM1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;IAEzC;;;;;OAKG;IACH,cAAc,IAAI,IAAI;IAOtB;;;;;OAKG;IACH,gBAAgB,IAAI,IAAI;CAQzB"}
1
+ {"version":3,"file":"global-util.d.ts","sourceRoot":"","sources":["../../../src/global/global-util/global-util.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EACL,QAAQ,EACR,eAAe,EACf,cAAc,EACd,YAAY,EACb,MAAM,aAAa,CAAC;AACrB,OAAO,EAEL,kBAAkB,EACnB,MAAM,2BAA2B,CAAC;AAEnC;;;;;;;GAOG;AACH,qBAAa,UAAU;IACrB;;;;;OAKG;IACH,QAAQ,CAAC,WAAW,kBAAyB;IAE7C;;;;;OAKG;IACH,QAAQ,CAAC,IAAI,WAAkB;IAE/B;;;;;OAKG;IACH,QAAQ,CAAC,GAAG,iBAAwB;IAEpC;;;;;OAKG;IACH,QAAQ,CAAC,QAAQ,eAAsB;IAEvC;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,sBAAgB;IAE/B;;;;OAIG;IACH,QAAQ,CAAC,KAAK,qBAA4B;;IAM1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,UAAU,CAAC,CAAC;IAEzC;;;;;OAKG;IACH,cAAc,IAAI,IAAI;IAOtB;;;;;OAKG;IACH,gBAAgB,IAAI,IAAI;CAQzB"}
@@ -1,3 +1,4 @@
1
+ import { UIActionUtil } from '../../ui-action';
1
2
  import { TextUtil, LayoutPanelUtil, HandlebarsUtil, RawValueUtil, } from '../../utils';
2
3
  import { DefaultErrorHandler, ErrorHandlerCenter, } from '../../utils/error-handler';
3
4
  /**
@@ -38,6 +39,13 @@ export class GlobalUtil {
38
39
  * @date 2023-08-24 11:08:28
39
40
  */
40
41
  this.rawValue = new RawValueUtil();
42
+ /**
43
+ * 执行界面行为
44
+ *
45
+ * @author chitanda
46
+ * @date 2023-11-28 19:11:26
47
+ */
48
+ this.action = UIActionUtil;
41
49
  /**
42
50
  * 错误处理中心
43
51
  * @author lxm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/runtime",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-dev.0",
4
4
  "description": "控制器包",
5
5
  "type": "module",
6
6
  "main": "out/index.js",
@@ -59,5 +59,5 @@
59
59
  "qx-util": "^0.4.8",
60
60
  "ramda": "^0.29.0"
61
61
  },
62
- "gitHead": "800965b3012bcaea89a53e2becbd74d5151d43f1"
62
+ "gitHead": "4097fde2afcc68a383bbd1369f226bee8fb7a510"
63
63
  }
@@ -1,4 +1,5 @@
1
1
  import { IExcelUtil } from '../../interface';
2
+ import { UIActionUtil } from '../../ui-action';
2
3
  import {
3
4
  TextUtil,
4
5
  LayoutPanelUtil,
@@ -51,6 +52,14 @@ export class GlobalUtil {
51
52
  */
52
53
  readonly rawValue = new RawValueUtil();
53
54
 
55
+ /**
56
+ * 执行界面行为
57
+ *
58
+ * @author chitanda
59
+ * @date 2023-11-28 19:11:26
60
+ */
61
+ readonly action = UIActionUtil;
62
+
54
63
  /**
55
64
  * 错误处理中心
56
65
  * @author lxm