@feedmepos/mf-common 1.7.1 → 1.7.2-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/app.js +610 -610
- package/dist/store.d.ts +5 -5
- package/package.json +1 -1
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").
|
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").
|
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").
|
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").
|
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").
|
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;
|