bt-core-app 1.4.287 → 1.4.288
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/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -31896,7 +31896,7 @@ function GE() {
|
|
|
31896
31896
|
canAdd: !1,
|
|
31897
31897
|
canDelete: !1,
|
|
31898
31898
|
canSearch: !0,
|
|
31899
|
-
headers: [{ value: t.itemText, level: 1, searchable: !0 }],
|
|
31899
|
+
headers: [{ value: t.itemText, level: 1, searchable: !0, textFunction: t.textFunction }],
|
|
31900
31900
|
modelValue: n,
|
|
31901
31901
|
nav: t.nav,
|
|
31902
31902
|
onSelect: a,
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED