bt-core-app 1.4.546 → 1.4.547
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -41061,7 +41061,7 @@ const j5 = { class: "d-flex align-center" }, GV = /* @__PURE__ */ Xe({
|
|
|
41061
41061
|
return pl(() => {
|
|
41062
41062
|
v(), m();
|
|
41063
41063
|
}), (p, T) => (B(), te(ni, {
|
|
41064
|
-
"max-width": n.value.maxWidth,
|
|
41064
|
+
"max-width": l.value == "number" ? n.value.maxWidth : a.value.maxWidth,
|
|
41065
41065
|
modelValue: t.value,
|
|
41066
41066
|
"onUpdate:modelValue": T[5] || (T[5] = (b) => t.value = b)
|
|
41067
41067
|
}, {
|
package/package.json
CHANGED