@xuda.io/xuda-worker-bundle-min 1.3.1091 → 1.3.1093

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 +3 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1515,10 +1515,10 @@ glb.run_xu_before = [
1515
1515
  "xu-render",
1516
1516
  "xu-for-key",
1517
1517
  "xu-for-val",
1518
- "xu-ui-plugin",
1518
+ // "xu-ui-plugin",
1519
1519
  // "programParameters",
1520
1520
  ];
1521
- glb.run_xu_after = ["xu-class", "xu-script"];
1521
+ glb.run_xu_after = ["xu-class", "xu-script", "xu-ui-plugin"];
1522
1522
  glb.attr_abbreviations_arr = [
1523
1523
  "xu-click",
1524
1524
  "xu-dblclick",
@@ -1533,6 +1533,7 @@ glb.attr_abbreviations_arr = [
1533
1533
  "xu-init",
1534
1534
  ];
1535
1535
  glb.solid_attributes = ["disabled"];
1536
+
1536
1537
  func.datasource = {};
1537
1538
  func.datasource.create = async function (
1538
1539
  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.1091",
3
+ "version": "1.3.1093",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {