aq-fe-framework 0.1.627 → 0.1.628

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.
@@ -14126,8 +14126,10 @@ import { jsx as jsx194 } from "react/jsx-runtime";
14126
14126
  function Feat_Authenticate_Logout({ redirectURL = "/auth/login" }) {
14127
14127
  const router = useRouter4();
14128
14128
  const authenticateStore = useS_authenticate();
14129
+ const permissionStore = useStore_Permission();
14129
14130
  return /* @__PURE__ */ jsx194(Button23, { onClick: () => {
14130
- authenticateStore.setProperty("token", "");
14131
+ authenticateStore.setState({});
14132
+ permissionStore.setState({});
14131
14133
  router.replace(redirectURL);
14132
14134
  }, leftSection: /* @__PURE__ */ jsx194(IconLogout, {}), fullWidth: true, justify: "start", variant: "subtle", children: "\u0110\u0103ng xu\u1EA5t" });
14133
14135
  }
@@ -69,7 +69,7 @@ import {
69
69
  useHeaderMegaMenuStore,
70
70
  useS_ButtonImport,
71
71
  useStore_BasicAppShell
72
- } from "../chunk-7SK4LOGK.mjs";
72
+ } from "../chunk-AM22ZBF7.mjs";
73
73
  import "../chunk-PW6WTEVB.mjs";
74
74
  import "../chunk-IKFZBEKW.mjs";
75
75
  import "../chunk-7PUDC2WF.mjs";
@@ -23,7 +23,7 @@ import {
23
23
  MyStatsCard,
24
24
  MyTextInput2 as MyTextInput,
25
25
  MyWeeklySessionSchedulerPicker
26
- } from "../chunk-7SK4LOGK.mjs";
26
+ } from "../chunk-AM22ZBF7.mjs";
27
27
  import "../chunk-PW6WTEVB.mjs";
28
28
  import "../chunk-IKFZBEKW.mjs";
29
29
  import "../chunk-7PUDC2WF.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MyModalDelete
3
- } from "../chunk-7SK4LOGK.mjs";
3
+ } from "../chunk-AM22ZBF7.mjs";
4
4
  import "../chunk-PW6WTEVB.mjs";
5
5
  import "../chunk-IKFZBEKW.mjs";
6
6
  import "../chunk-7PUDC2WF.mjs";
@@ -102,7 +102,7 @@ import {
102
102
  Feat_accessControlLevel,
103
103
  useS_authenticate,
104
104
  useS_moduleConfig
105
- } from "../chunk-7SK4LOGK.mjs";
105
+ } from "../chunk-AM22ZBF7.mjs";
106
106
  import "../chunk-PW6WTEVB.mjs";
107
107
  import "../chunk-IKFZBEKW.mjs";
108
108
  import "../chunk-7PUDC2WF.mjs";
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "types": "./dist/types/index.d.mts"
51
51
  }
52
52
  },
53
- "version": "0.1.627",
53
+ "version": "0.1.628",
54
54
  "private": false,
55
55
  "files": [
56
56
  "dist"