bt-core-app 1.4.402 → 1.4.403
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
|
@@ -40327,7 +40327,7 @@ const PV = /* @__PURE__ */ Je({
|
|
|
40327
40327
|
}, {
|
|
40328
40328
|
default: N(() => [
|
|
40329
40329
|
($(!0), ie(Me, null, at(D(i).filteredItems.value, (u) => ($(), ne(ft, {
|
|
40330
|
-
key: `${u.id ?? D(l)(u, n.value.itemValue)}
|
|
40330
|
+
key: `${u.id ?? D(l)(u, n.value.itemValue)}-table-list-item`,
|
|
40331
40331
|
value: D(l)(u, n.value.itemValue)
|
|
40332
40332
|
}, {
|
|
40333
40333
|
default: N(() => [
|
package/package.json
CHANGED