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.
@@ -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
@@ -1642,6 +1642,7 @@ export declare interface UseSelectItemOptions {
1642
1642
  required?: boolean;
1643
1643
  searchProps?: string[];
1644
1644
  showSearch?: boolean;
1645
+ textFunction?: Function;
1645
1646
  title?: string;
1646
1647
  }
1647
1648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.287",
3
+ "version": "1.4.288",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {