aq-fe-framework 0.1.271 → 0.1.272

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.
@@ -842,11 +842,12 @@ declare function useS_authenticate(): {
842
842
  };
843
843
 
844
844
  interface I {
845
+ showLoginButton?: boolean;
845
846
  redirectUrlAfterLogin?: string;
846
847
  additionalActions?: ReactNode;
847
848
  backgroundImage?: string;
848
849
  onSuccess?: (data?: any) => void;
849
850
  }
850
- declare function F_authenticate_Login({ redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess }: I): react_jsx_runtime.JSX.Element;
851
+ declare function F_authenticate_Login({ redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess, showLoginButton }: I): react_jsx_runtime.JSX.Element;
851
852
 
852
853
  export { F_authenticate_Login, F_authenticate_Logout, F_authenticate_SplashPage, F_core12196, F_core12196_Create, F_core12196_Delete, F_core12196_Read, F_core12196_Update, F_core16209, F_core16209_Create, F_core16209_Delete, F_core16209_Update, F_core18256, F_core18256_Create, F_core18256_Delete, F_core18256_Read, F_core18256_Select, F_core18256_Update, F_core26965, F_core26965_Create, F_core26965_Delete, F_core26965_Update, F_core27311, F_core27311_Create, F_core27311_Delete, F_core27311_Read, F_core27311_Update, F_core35923, F_core38677, F_core38677_ReadUser, F_core38677_Save, F_core38677_ViewMenuPermissions, F_core40207, F_core40207_Create, F_core40207_Delete, F_core40207_Read, F_core40207_Update, F_core47643, F_core47643_Delete, F_core47643_Form, F_core47643_Read, F_core60524, F_core64229, F_core64229_Delete, F_core64229_Form, F_core64229_Read, F_core71678, F_core71678_ChangePermission, F_core71678_Create, F_core71678_Delete, F_core71678_Read, F_core71678_Update, F_core76318, F_core76318_Create, F_core76318_Delete, F_core76318_Update, F_core83092, F_core83092_ReadUser, F_core83092_Save, F_core83092_ViewMenuPermissions, F_formTemplateDocs, F_formTemplateDocs_Create, F_formTemplateDocs_Delete, F_formTemplateDocs_Read, F_formTemplateDocs_Update, F_organizationPolicyDocs, F_organizationPolicyDocs_Create, F_organizationPolicyDocs_Delete, F_organizationPolicyDocs_Update, F_securityPolicyDocs, F_securityPolicyDocs_Create, F_securityPolicyDocs_Delete, F_securityPolicyDocs_Update, F_systemUpdateDocs, F_systemUpdateDocs_Create, F_systemUpdateDocs_Delete, F_systemUpdateDocs_Update, F_userGuideDocs, F_userGuideDocs_Create, F_userGuideDocs_Delete, F_userGuideDocs_Read, F_userGuideDocs_Update, F_workflowProcessDocs, F_workflowProcessDocs_Create, F_workflowProcessDocs_Delete, F_workflowProcessDocs_Read, F_workflowProcessDocs_Update, type I_core38677_User, type I_core60524_AQModule, type I_core71678_Read, type I_core83092_RolePermission, useS_authenticate, useS_core60524, useS_core83092, utils_core83092_mergePage };
@@ -5051,7 +5051,8 @@ function F_authenticate_Login({
5051
5051
  redirectUrlAfterLogin = "/admin/dashboard",
5052
5052
  additionalActions,
5053
5053
  backgroundImage = "/imgs/0/IMG0AuthBackground.png",
5054
- onSuccess
5054
+ onSuccess,
5055
+ showLoginButton = true
5055
5056
  }) {
5056
5057
  const router = useRouter3();
5057
5058
  const authenticate_store = useS_authenticate();
@@ -5150,7 +5151,7 @@ function F_authenticate_Login({
5150
5151
  ),
5151
5152
  /* @__PURE__ */ jsx92(Anchor, { component: Link, href: "quen-mat-khau", size: "sm", children: "Qu\xEAn m\u1EADt kh\u1EA9u?" })
5152
5153
  ] }),
5153
- /* @__PURE__ */ jsx92(
5154
+ showLoginButton && /* @__PURE__ */ jsx92(
5154
5155
  Button3,
5155
5156
  {
5156
5157
  loading: loadingState[0],
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "types": "./dist/enum/index.d.mts"
35
35
  }
36
36
  },
37
- "version": "0.1.271",
37
+ "version": "0.1.272",
38
38
  "private": false,
39
39
  "files": [
40
40
  "dist"