@anzusystems/common-admin 1.47.0-beta.245 → 1.47.0-beta.247

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/labs.d.ts CHANGED
@@ -930,6 +930,10 @@ export declare function useUserAdminConfigApi(client: () => AxiosInstance, syste
930
930
  }>;
931
931
  };
932
932
 
933
+ export declare function useUserAdminConfigFactory(): {
934
+ createDefaultUserAdminConfig: (system: string) => UserAdminConfig;
935
+ };
936
+
933
937
  declare interface ValueObjectOption<T> {
934
938
  value: T;
935
939
  title: string;
package/dist/labs.js CHANGED
@@ -3229,6 +3229,7 @@ export {
3229
3229
  Jo as useJobApi,
3230
3230
  Ve as usePagination,
3231
3231
  Go as useSubjectSelect,
3232
- Fa as useUserAdminConfigApi
3232
+ Fa as useUserAdminConfigApi,
3233
+ wl as useUserAdminConfigFactory
3233
3234
  };
3234
3235
  //# sourceMappingURL=labs.js.map
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "./*": "./*"
20
20
  },
21
- "version": "1.47.0-beta.245",
21
+ "version": "1.47.0-beta.247",
22
22
  "license": "Apache-2.0",
23
23
  "scripts": {
24
24
  "docs:dev": "vitepress dev docs",