@sunny-base-web/ui 0.8.0 → 0.8.2
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/dist/index.js +1 -1
- package/dist/index.mjs +10 -6
- package/dist/ui.css +1 -1
- package/package.json +34 -41
package/dist/index.mjs
CHANGED
|
@@ -2517,7 +2517,9 @@ function qa(e) {
|
|
|
2517
2517
|
customizeSelectAdapter: h,
|
|
2518
2518
|
selectOptionsAdapter: A,
|
|
2519
2519
|
// ✅ 提取 selectOptionsAdapter
|
|
2520
|
-
|
|
2520
|
+
permissionOptionsAdapter: y,
|
|
2521
|
+
// ✅ 提取 permissionOptionsAdapter
|
|
2522
|
+
apiPrefix: c
|
|
2521
2523
|
} = n || {};
|
|
2522
2524
|
if (Object.assign(de, {
|
|
2523
2525
|
disabled: o,
|
|
@@ -2529,10 +2531,12 @@ function qa(e) {
|
|
|
2529
2531
|
customizeSelectAdapter: h,
|
|
2530
2532
|
selectOptionsAdapter: A,
|
|
2531
2533
|
// ✅ 添加 selectOptionsAdapter 到全局配置
|
|
2532
|
-
|
|
2534
|
+
permissionOptionsAdapter: y,
|
|
2535
|
+
// ✅ 添加 permissionOptionsAdapter 到全局配置
|
|
2536
|
+
apiPrefix: c
|
|
2533
2537
|
}), t)
|
|
2534
|
-
for (const
|
|
2535
|
-
kt(
|
|
2538
|
+
for (const m of Object.keys(t))
|
|
2539
|
+
kt(m, t[m]);
|
|
2536
2540
|
}
|
|
2537
2541
|
function Or(e) {
|
|
2538
2542
|
const n = xt(), o = at().form;
|
|
@@ -4067,7 +4071,7 @@ const ds = { class: "my-filter-complex" }, fs = {
|
|
|
4067
4071
|
])
|
|
4068
4072
|
]));
|
|
4069
4073
|
}
|
|
4070
|
-
}), hs = /* @__PURE__ */ we(ms, [["__scopeId", "data-v-
|
|
4074
|
+
}), hs = /* @__PURE__ */ we(ms, [["__scopeId", "data-v-85c1d0e2"]]);
|
|
4071
4075
|
Dn.renderer.add("MyFilterComplex", {
|
|
4072
4076
|
// 不显示底部按钮,使用自定义的按钮
|
|
4073
4077
|
showTableFilterFooter: !1,
|
|
@@ -4242,7 +4246,7 @@ const vs = { class: "sunny-resource-tree" }, ys = { class: "sunny-resource-tree_
|
|
|
4242
4246
|
]), 1040)
|
|
4243
4247
|
]));
|
|
4244
4248
|
}
|
|
4245
|
-
}), Ka = /* @__PURE__ */ we(bs, [["__scopeId", "data-v-
|
|
4249
|
+
}), Ka = /* @__PURE__ */ we(bs, [["__scopeId", "data-v-f860649c"]]);
|
|
4246
4250
|
function As(e) {
|
|
4247
4251
|
if (!e || !Array.isArray(e)) return {};
|
|
4248
4252
|
const n = {};
|