@xuda.io/xuda-worker-bundle-min 1.3.1039 → 1.3.1042

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.
Files changed (2) hide show
  1. package/index.js +24 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1508,6 +1508,30 @@ glb.lifecycle = {
1508
1508
  }
1509
1509
  },
1510
1510
  };
1511
+
1512
+ glb.run_xu_before = [
1513
+ "xu-cdn",
1514
+ "xu-style",
1515
+ "xu-render",
1516
+ "xu-for-key",
1517
+ "xu-for-val",
1518
+ "xu-ui-plugin",
1519
+ // "programParameters",
1520
+ ];
1521
+ glb.run_xu_after = ["xu-class", "xu-script"];
1522
+ glb.attr_abbreviations_arr = [
1523
+ "xu-click",
1524
+ "xu-dblclick",
1525
+ "xu-contextmenu",
1526
+ "xu-focus",
1527
+ "xu-dragout",
1528
+ "xu-dragin",
1529
+ "xu-dragdrop",
1530
+ "xu-keyup",
1531
+ "xu-change",
1532
+ "xu-blur",
1533
+ "xu-init",
1534
+ ];
1511
1535
  func.datasource = {};
1512
1536
  func.datasource.create = async function (
1513
1537
  SESSION_ID,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1039",
3
+ "version": "1.3.1042",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {