bt-core-app 1.4.400 → 1.4.401

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.
@@ -40463,7 +40463,7 @@ export {
40463
40463
  Ls as useDates,
40464
40464
  wg as useDbName,
40465
40465
  bV as useDemo,
40466
- wV as useDialogItems,
40466
+ wV as useDialogSelect,
40467
40467
  _V as useDocumentMeta,
40468
40468
  hx as useDraggable,
40469
40469
  pi as useFilters,
package/dist/index.d.ts CHANGED
@@ -1459,8 +1459,6 @@ export declare function useDbName(): string;
1459
1459
 
1460
1460
  export declare function useDemo(): BTDemo;
1461
1461
 
1462
- export declare function useDialogItems<T>(options: UseDialogItemsOptions): Promise<DialogReturn<T>>;
1463
-
1464
1462
  export declare interface UseDialogItemsOptions extends ListProps<any, any, any> {
1465
1463
  /**whether to show raw object/string in line items */
1466
1464
  isRaw?: boolean;
@@ -1486,6 +1484,8 @@ export declare interface UseDialogItemsOptions extends ListProps<any, any, any>
1486
1484
  title?: string;
1487
1485
  }
1488
1486
 
1487
+ export declare function useDialogSelect<T>(options: UseDialogItemsOptions): Promise<DialogReturn<T>>;
1488
+
1489
1489
  /**routes with meta object */
1490
1490
  export declare function useDocumentMeta(options?: UseDocumentMetaOptions): BTDocumentMeta;
1491
1491
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.400",
3
+ "version": "1.4.401",
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": {