mooho-base-admin-plus 2.10.86 → 2.10.88
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/history.md
CHANGED
|
@@ -257,3 +257,5 @@ mooho-base-admin-plus@2.10.83 - 修复上一版本的bug
|
|
|
257
257
|
mooho-base-admin-plus@2.10.84 - 修复上一版本的bug
|
|
258
258
|
mooho-base-admin-plus@2.10.85 - 修复内嵌表格在打开新页面时无法更新筛选条件的bug
|
|
259
259
|
mooho-base-admin-plus@2.10.86 - 修复弹出选择框的bug
|
|
260
|
+
mooho-base-admin-plus@2.10.87 - 修复分页控件下拉框被挡住的bug
|
|
261
|
+
mooho-base-admin-plus@2.10.88 - 修复日期范围控件搜索清空后报错的bug
|
|
@@ -41063,7 +41063,7 @@ function _sfc_render$r(a, r, o, s, l, c) {
|
|
|
41063
41063
|
transfer: !0,
|
|
41064
41064
|
style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
|
|
41065
41065
|
onOnChange: (O) => {
|
|
41066
|
-
c.setFilterData(l.data, A, O), c.onDataChange(A);
|
|
41066
|
+
A.controlType === "DateRange" && O.length == 2 && O[0] == "" ? c.setFilterData(l.data, A, null) : c.setFilterData(l.data, A, O), c.onDataChange(A);
|
|
41067
41067
|
}
|
|
41068
41068
|
}, null, 8, ["type", "model-value", "placeholder", "style", "onOnChange"])) : A.controlType === "Time" ? (openBlock(), createBlock(_, {
|
|
41069
41069
|
key: 13,
|
|
@@ -106289,6 +106289,7 @@ function _sfc_render$n(a, r, o, s, l, c) {
|
|
|
106289
106289
|
"show-elevator": "",
|
|
106290
106290
|
modelValue: l.current,
|
|
106291
106291
|
"onUpdate:modelValue": r[26] || (r[26] = (ce) => l.current = ce),
|
|
106292
|
+
transfer: !0,
|
|
106292
106293
|
"page-size": l.size,
|
|
106293
106294
|
"page-size-opts": o.pageSizeOpts == null ? [10, 20, 50, 100] : o.pageSizeOpts,
|
|
106294
106295
|
total: l.total,
|
|
@@ -106404,7 +106405,7 @@ function _sfc_render$n(a, r, o, s, l, c) {
|
|
|
106404
106405
|
], 2)
|
|
106405
106406
|
], 2);
|
|
106406
106407
|
}
|
|
106407
|
-
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-
|
|
106408
|
+
const viewTable = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__scopeId", "data-v-14066509"]]), __vite_glob_1_33 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
106408
106409
|
__proto__: null,
|
|
106409
106410
|
default: viewTable
|
|
106410
106411
|
}, Symbol.toStringTag, { value: "Module" })), _sfc_main$m = {
|