@unizhen/ui 0.1.3 → 0.1.5
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/lib/ui.js +5 -3
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -6673,8 +6673,9 @@ const pa = /* @__PURE__ */ w(b1, [["render", x1]]), _1 = re({
|
|
|
6673
6673
|
else if (v.type !== "group" && v.action === "disabledInside")
|
|
6674
6674
|
v.onClick = (O) => {
|
|
6675
6675
|
Ke({
|
|
6676
|
+
tableId: e.id || l.params.id,
|
|
6676
6677
|
...O,
|
|
6677
|
-
is_disabled:
|
|
6678
|
+
is_disabled: 1
|
|
6678
6679
|
}).then(() => {
|
|
6679
6680
|
ce();
|
|
6680
6681
|
}).catch(() => null);
|
|
@@ -6682,8 +6683,9 @@ const pa = /* @__PURE__ */ w(b1, [["render", x1]]), _1 = re({
|
|
|
6682
6683
|
else if (v.type !== "group" && v.action === "enabledInside")
|
|
6683
6684
|
v.onClick = (O) => {
|
|
6684
6685
|
Ke({
|
|
6686
|
+
tableId: e.id || l.params.id,
|
|
6685
6687
|
...O,
|
|
6686
|
-
is_disabled:
|
|
6688
|
+
is_disabled: 0
|
|
6687
6689
|
}).then(() => {
|
|
6688
6690
|
ce();
|
|
6689
6691
|
}).catch(() => null);
|
|
@@ -8868,7 +8870,7 @@ function tm(e, t, n) {
|
|
|
8868
8870
|
refetch: S
|
|
8869
8871
|
};
|
|
8870
8872
|
}
|
|
8871
|
-
const x0 = "0.1.
|
|
8873
|
+
const x0 = "0.1.5";
|
|
8872
8874
|
let ba;
|
|
8873
8875
|
async function xa() {
|
|
8874
8876
|
const e = await fetch(
|