bt-core-app 1.4.421 → 1.4.423
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 +10 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -33943,6 +33943,15 @@ const sI = { class: "d-flex align-center justify-center h-100 w-100" }, uI = { c
|
|
|
33943
33943
|
"blade-toolbar-right": N(() => [
|
|
33944
33944
|
p(Bn, { group: "" }, {
|
|
33945
33945
|
default: N(() => [
|
|
33946
|
+
me(w.$slots, "toolbar-right", {
|
|
33947
|
+
density: w.density,
|
|
33948
|
+
isChanged: D(c).isChanged.value,
|
|
33949
|
+
isEditing: D(c).isEditing.value,
|
|
33950
|
+
item: D(c).asyncItem.value,
|
|
33951
|
+
mode: D(c).mode.value,
|
|
33952
|
+
save: k,
|
|
33953
|
+
size: D(s)
|
|
33954
|
+
}),
|
|
33946
33955
|
v.value && D(c).isSaveable.value && (D(c).isChanged.value || D(c).mode.value == "new") ? ($(), ne(Ee, {
|
|
33947
33956
|
onClick: C[0] || (C[0] = (b) => k(!1)),
|
|
33948
33957
|
icon: "$content-save",
|
|
@@ -33986,7 +33995,7 @@ const sI = { class: "d-flex align-center justify-center h-100 w-100" }, uI = { c
|
|
|
33986
33995
|
variant: "text"
|
|
33987
33996
|
}, null, 8, ["size", "disabled"])) : J("", !0)
|
|
33988
33997
|
]),
|
|
33989
|
-
_:
|
|
33998
|
+
_: 3
|
|
33990
33999
|
})
|
|
33991
34000
|
]),
|
|
33992
34001
|
content: N(({ isMobile: b, bladeData: y }) => [
|
package/package.json
CHANGED