bt-core-app 1.4.360 → 1.4.361
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 +2 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -35414,7 +35414,7 @@ const fE = /* @__PURE__ */ Qe({
|
|
|
35414
35414
|
errorMsg: {},
|
|
35415
35415
|
ignorePermissions: { type: Boolean },
|
|
35416
35416
|
includeDetails: { type: Boolean },
|
|
35417
|
-
isSingle: { type: Boolean },
|
|
35417
|
+
isSingle: { type: Boolean, default: !0 },
|
|
35418
35418
|
item: {},
|
|
35419
35419
|
itemID: {},
|
|
35420
35420
|
loadingMsg: {},
|
|
@@ -35482,6 +35482,7 @@ const fE = /* @__PURE__ */ Qe({
|
|
|
35482
35482
|
He($e(d.prefix), 1)
|
|
35483
35483
|
]),
|
|
35484
35484
|
me(d.$slots, "default", {
|
|
35485
|
+
isChanged: A(r).isChanged,
|
|
35485
35486
|
item: A(r).asyncItem.value,
|
|
35486
35487
|
deleteItem: A(r).deleteItem,
|
|
35487
35488
|
save: A(r).saveItem
|
package/package.json
CHANGED