bt-core-app 1.4.211 → 1.4.212
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 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -32321,7 +32321,7 @@ const XM = /* @__PURE__ */ Ke({
|
|
|
32321
32321
|
]),
|
|
32322
32322
|
selection: j((d) => [
|
|
32323
32323
|
ce(s.$slots, "selection", _t(Ut(d)), () => [
|
|
32324
|
-
S(kt, _t(Ut(d.item)), null, 16)
|
|
32324
|
+
S(kt, _t(Ut(d.item.props)), null, 16)
|
|
32325
32325
|
])
|
|
32326
32326
|
]),
|
|
32327
32327
|
_: 3
|
package/package.json
CHANGED