bt-core-app 2.0.183 → 2.0.184
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 +5 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -56722,6 +56722,7 @@ const QK = ["success", "info", "warning", "error"], JK = Ye({
|
|
|
56722
56722
|
default: O(() => [
|
|
56723
56723
|
!d.value && !E.hideToolbar && E.variant != "pure" ? (B(), ue(Cr, {
|
|
56724
56724
|
key: 0,
|
|
56725
|
+
class: "overflow-x-auto",
|
|
56725
56726
|
color: C.value,
|
|
56726
56727
|
density: E.density,
|
|
56727
56728
|
ref_key: "handle",
|
|
@@ -56744,7 +56745,10 @@ const QK = ["success", "info", "warning", "error"], JK = Ye({
|
|
|
56744
56745
|
qe(Ne(E.label), 1)
|
|
56745
56746
|
]),
|
|
56746
56747
|
_: 1
|
|
56747
|
-
})) : !E.showOnlyTitleLeft && E.label != null ? (B(), ue(bn, {
|
|
56748
|
+
})) : !E.showOnlyTitleLeft && E.label != null ? (B(), ue(bn, {
|
|
56749
|
+
key: 1,
|
|
56750
|
+
class: "text-truncate"
|
|
56751
|
+
}, {
|
|
56748
56752
|
default: O(() => [
|
|
56749
56753
|
qe(Ne(E.label), 1)
|
|
56750
56754
|
]),
|
package/package.json
CHANGED