bt-core-app 1.4.437 → 1.4.438
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 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -34060,6 +34060,7 @@ const dI = { class: "d-flex align-center justify-center h-100 w-100" }, fI = { c
|
|
|
34060
34060
|
isChanged: T(c).isChanged.value,
|
|
34061
34061
|
isEditing: T(c).isEditing.value,
|
|
34062
34062
|
isMobile: y,
|
|
34063
|
+
item: T(c).asyncItem.value,
|
|
34063
34064
|
mode: T(c).mode.value,
|
|
34064
34065
|
refresh: T(c).refresh,
|
|
34065
34066
|
save: k,
|
package/package.json
CHANGED