bt-core-app 1.4.298 → 1.4.299
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
|
@@ -33653,6 +33653,7 @@ const NL = /* @__PURE__ */ tt({
|
|
|
33653
33653
|
isMobile: x,
|
|
33654
33654
|
item: D(c).asyncItem.value,
|
|
33655
33655
|
mode: D(c).mode.value,
|
|
33656
|
+
save: w,
|
|
33656
33657
|
size: D(s),
|
|
33657
33658
|
style: Wt(u.value)
|
|
33658
33659
|
}, () => [
|
package/package.json
CHANGED