x-runtime-lib 0.6.38 → 0.6.39

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -750,7 +750,7 @@ function oi(r, o) {
750
750
  function c(d, y) {
751
751
  if (y.ui) {
752
752
  const b = ii(y);
753
- if (y.ui === "strInput" && y.static || (y.ui === "strInput" || y.ui === "switch" || y.ui === "select" || y.ui === "colorPicker" || y.ui === "multiTypes" || y.ui === "compSelect") && !b)
753
+ if (y.ui === "strInput" && y.static || (y.ui === "switch" || y.ui === "select" || y.ui === "colorPicker" || y.ui === "multiTypes" || y.ui === "compSelect") && !b)
754
754
  return;
755
755
  d[y.key] = b;
756
756
  } else
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.6.38",
4
+ "version": "0.6.39",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",