bt-core-app 1.4.422 → 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 +9 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -33943,7 +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"
|
|
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
|
+
}),
|
|
33947
33955
|
v.value && D(c).isSaveable.value && (D(c).isChanged.value || D(c).mode.value == "new") ? ($(), ne(Ee, {
|
|
33948
33956
|
onClick: C[0] || (C[0] = (b) => k(!1)),
|
|
33949
33957
|
icon: "$content-save",
|
package/package.json
CHANGED