@feedmepos/mf-common 1.7.1 → 1.7.2-rc.2

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/store.d.ts CHANGED
@@ -2859,7 +2859,7 @@ export declare const useCoreStore: () => {
2859
2859
  * @description hide or show the menu **Desktop only**
2860
2860
  */
2861
2861
  hideSidebarToggle: (hide?: boolean) => void;
2862
- sidebarComponent: import("vue").Ref<any>;
2862
+ sidebarComponent: import("vue").ShallowRef<any>;
2863
2863
  registerSidebarComponent: (component: any) => void;
2864
2864
  }, "sessionUser" | "namespace" | "currentCountry" | "businesses" | "currentBusiness" | "restaurants" | "currentRestaurant" | "apps" | "selectedApp" | "hideSidebar" | "sidebarComponent">>>;
2865
2865
  $patch(partialState: import("pinia")._DeepPartial<{
@@ -5678,7 +5678,7 @@ export declare const useCoreStore: () => {
5678
5678
  * @description hide or show the menu **Desktop only**
5679
5679
  */
5680
5680
  hideSidebarToggle: (hide?: boolean) => void;
5681
- sidebarComponent: import("vue").Ref<any>;
5681
+ sidebarComponent: import("vue").ShallowRef<any>;
5682
5682
  registerSidebarComponent: (component: any) => void;
5683
5683
  }, "sessionUser" | "namespace" | "currentCountry" | "businesses" | "currentBusiness" | "restaurants" | "currentRestaurant" | "apps" | "selectedApp" | "hideSidebar" | "sidebarComponent">>>, options?: ({
5684
5684
  detached?: boolean | undefined;
@@ -6588,7 +6588,7 @@ export declare const useCoreStore: () => {
6588
6588
  * @description hide or show the menu **Desktop only**
6589
6589
  */
6590
6590
  hideSidebarToggle: (hide?: boolean) => void;
6591
- sidebarComponent: import("vue").Ref<any>;
6591
+ sidebarComponent: import("vue").ShallowRef<any>;
6592
6592
  registerSidebarComponent: (component: any) => void;
6593
6593
  }, "sessionUser" | "namespace" | "currentCountry" | "businesses" | "currentBusiness" | "restaurants" | "currentRestaurant" | "apps" | "selectedApp" | "hideSidebar" | "sidebarComponent">>, Pick<{
6594
6594
  signIn: () => Promise<void>;
@@ -7495,7 +7495,7 @@ export declare const useCoreStore: () => {
7495
7495
  * @description hide or show the menu **Desktop only**
7496
7496
  */
7497
7497
  hideSidebarToggle: (hide?: boolean) => void;
7498
- sidebarComponent: import("vue").Ref<any>;
7498
+ sidebarComponent: import("vue").ShallowRef<any>;
7499
7499
  registerSidebarComponent: (component: any) => void;
7500
7500
  }, never>, Pick<{
7501
7501
  signIn: () => Promise<void>;
@@ -8402,7 +8402,7 @@ export declare const useCoreStore: () => {
8402
8402
  * @description hide or show the menu **Desktop only**
8403
8403
  */
8404
8404
  hideSidebarToggle: (hide?: boolean) => void;
8405
- sidebarComponent: import("vue").Ref<any>;
8405
+ sidebarComponent: import("vue").ShallowRef<any>;
8406
8406
  registerSidebarComponent: (component: any) => void;
8407
8407
  }, "signIn" | "signInWithToken" | "signOut" | "setUser" | "fetchUserAdminPermissions" | "fetchUserPermissions" | "setNamespace" | "changeCountry" | "readBusinesses" | "changeBusiness" | "readRestaurants" | "changeRestaurant" | "selectApp" | "hideSidebarToggle" | "registerSidebarComponent">>, detached?: boolean | undefined): () => void;
8408
8408
  $dispose(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-common",
3
- "version": "1.7.1",
3
+ "version": "1.7.2-rc.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"