bt-core-app 2.0.180 → 2.0.182

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.
@@ -44567,7 +44567,9 @@ function ou(e, t, a) {
44567
44567
  }
44568
44568
  return ke(), wM([$], () => {
44569
44569
  C.value != 1 ? C.value = 1 : he();
44570
- }, { debounce: 500, maxWait: 500 }), _e(V, async () => {
44570
+ }, { debounce: 500, maxWait: 500 }), _e(() => e.searchStr, (Ae) => {
44571
+ $.value = Ae;
44572
+ }), _e(V, async () => {
44571
44573
  d == "whole-last-updated" ? he() : await He();
44572
44574
  }), _e(C, async () => {
44573
44575
  await He();
@@ -53655,6 +53657,7 @@ const rK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
53655
53657
  refreshToggle: { type: Boolean },
53656
53658
  searchKey: {},
53657
53659
  searchProps: {},
53660
+ searchStr: {},
53658
53661
  selectProps: {},
53659
53662
  sortProp: {},
53660
53663
  startEditing: { type: Boolean },
@@ -54891,6 +54894,7 @@ const CK = {
54891
54894
  refreshToggle: { type: Boolean },
54892
54895
  searchKey: {},
54893
54896
  searchProps: {},
54897
+ searchStr: {},
54894
54898
  selectProps: {},
54895
54899
  sortProp: {},
54896
54900
  startEditing: { type: Boolean, default: !0 },
@@ -70313,6 +70317,7 @@ const JI = Ye({
70313
70317
  refreshToggle: { type: Boolean },
70314
70318
  searchKey: {},
70315
70319
  searchProps: {},
70320
+ searchStr: {},
70316
70321
  selectProps: {},
70317
70322
  sortProp: {},
70318
70323
  startEditing: { type: Boolean },
@@ -74753,6 +74758,7 @@ const ire = ["start", "end", "left", "right", "top", "bottom"], ore = Ye({
74753
74758
  refreshToggle: { type: Boolean },
74754
74759
  searchKey: {},
74755
74760
  searchProps: {},
74761
+ searchStr: {},
74756
74762
  selectProps: {},
74757
74763
  sortProp: {},
74758
74764
  startEditing: { type: Boolean },
@@ -80150,6 +80156,7 @@ const Rie = Ye({
80150
80156
  refreshToggle: { type: Boolean },
80151
80157
  searchKey: {},
80152
80158
  searchProps: {},
80159
+ searchStr: {},
80153
80160
  selectProps: {},
80154
80161
  sortProp: {},
80155
80162
  startEditing: { type: Boolean },
package/dist/index.d.ts CHANGED
@@ -883,6 +883,7 @@ export declare function extensionExists(elementId?: string): boolean;
883
883
  export declare interface ExternalParty {
884
884
  additionalUrl: string;
885
885
  canUnlink: boolean;
886
+ externalTextProp?: string;
886
887
  localIDProp: string;
887
888
  party: string;
888
889
  }
@@ -1226,6 +1227,7 @@ export declare interface ListProps<T, TSave, TReturn> {
1226
1227
  refreshToggle?: boolean;
1227
1228
  searchKey?: string;
1228
1229
  searchProps?: string[];
1230
+ searchStr?: string;
1229
1231
  selectProps?: string[];
1230
1232
  sortProp?: string;
1231
1233
  startEditing?: boolean;
@@ -2432,11 +2434,13 @@ export declare function useList<T, TSave, TReturn>(props: ListProps<T, TSave, TR
2432
2434
  externalParties: Ref< {
2433
2435
  additionalUrl: string;
2434
2436
  canUnlink: boolean;
2437
+ externalTextProp?: string | undefined;
2435
2438
  localIDProp: string;
2436
2439
  party: string;
2437
2440
  }[], ExternalParty[] | {
2438
2441
  additionalUrl: string;
2439
2442
  canUnlink: boolean;
2443
+ externalTextProp?: string | undefined;
2440
2444
  localIDProp: string;
2441
2445
  party: string;
2442
2446
  }[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.180",
3
+ "version": "2.0.182",
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": {