hcui-package 2.0.2 → 2.0.3
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/hcui-package.es.js
CHANGED
|
@@ -35107,6 +35107,10 @@ const ree = /* @__PURE__ */ Ge({
|
|
|
35107
35107
|
tableMaxHeight: {
|
|
35108
35108
|
type: Number,
|
|
35109
35109
|
default: null
|
|
35110
|
+
},
|
|
35111
|
+
minHeight: {
|
|
35112
|
+
type: Number,
|
|
35113
|
+
default: 360
|
|
35110
35114
|
}
|
|
35111
35115
|
},
|
|
35112
35116
|
setup(e) {
|
|
@@ -35219,10 +35223,11 @@ const ree = /* @__PURE__ */ Ge({
|
|
|
35219
35223
|
"row-class-name": t.rowClassName ? t.rowClassName : R,
|
|
35220
35224
|
"virtual-scroll": t.virtualScroll,
|
|
35221
35225
|
"max-height": u.value,
|
|
35226
|
+
"min-height": t.minHeight,
|
|
35222
35227
|
"scrollbar-props": {
|
|
35223
35228
|
trigger: "none"
|
|
35224
35229
|
}
|
|
35225
|
-
}), null, 16, ["remote", "single-line", "columns", "scroll-x", "row-props", "row-class-name", "virtual-scroll", "max-height"])) : ot("", !0), g.value ? (ao(), Qr(Ki, {
|
|
35230
|
+
}), null, 16, ["remote", "single-line", "columns", "scroll-x", "row-props", "row-class-name", "virtual-scroll", "max-height", "min-height"])) : ot("", !0), g.value ? (ao(), Qr(Ki, {
|
|
35226
35231
|
key: 2,
|
|
35227
35232
|
to: b.value
|
|
35228
35233
|
}, [no("div", oK, [rd(w.$slots, "bottom")])], 8, ["to"])) : ot("", !0), Wn(zF, Ur({
|