cic-kit 0.0.24 → 0.0.25

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/index.d.ts CHANGED
@@ -37,7 +37,7 @@ export { _CurrentUser, type _CurrentUserData } from "./cmp/Auth/_CurrentUser";
37
37
  export { _PublicUser, type _PublicUserData } from "./cmp/Auth/_PublicUser";
38
38
  export { User, type UserData, defaultUserPermission } from "./cmp/Auth/User";
39
39
  export { _Auth, type AuthType, initAuth } from "./cmp/Auth/Auth";
40
- export { cicKitStore } from "./cmp/cicKitStore";
40
+ export { cicKitStore, initCicKitStore, type PwaUpdateModal, type PackageJsonLite, type DEFAULT_LAST_VERSION, } from "./cmp/cicKitStore";
41
41
  export { loading } from "./cmp/loading/loadingController";
42
42
  export { toast } from "./cmp/toast/toastController";
43
43
  export type { ToastContent, ToastType } from "./cmp/toast/Toast";
@@ -45,6 +45,7 @@ export type { ToastStore } from "./cmp/toast/toastController";
45
45
  export { Toast } from "./cmp/toast/Toast";
46
46
  export { _router, initRouter } from "./cmp/Router/_router";
47
47
  export { headerStore, type HeaderAppState } from "./cmp/Header/headerStore";
48
+ export { AppConfig, type VersionVs, type AppConfigData, type StopSnapshotFn } from "./cmp/AppConfig";
48
49
  export { toolbarStore, toolbarOffcanvasStore, type ToolbarType, type ToolbarState, type ToolbarTabName, type ToolbarTab, type OffcanvasState, type OffcanvasTab, } from "./cmp/Toolbar/toolbarStore";
49
50
  export { type FirebaseConfig, setupFirebase, ensureFirebase, authorization, provider, analytics, db, storage, functions, messaging, signInWithPopup } from "./cmp/firebase/firebase";
50
51
  export { FirestoreModel, type Timestampble, type OptionFireModel, optionFireModelDefault, fireDebugLog } from "./cmp/firebase/FirestoreModel";