aq-fe-framework 0.1.315 → 0.1.316

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.
@@ -6,10 +6,10 @@ import {
6
6
  MyDayOfWeekPicker,
7
7
  MyTextInput,
8
8
  MyWeeklySessionSchedulerPicker
9
- } from "../chunk-BSQT2XIP.mjs";
9
+ } from "../chunk-PSV5MULK.mjs";
10
+ import "../chunk-K6S7R6LU.mjs";
10
11
  import "../chunk-HHJFKKE7.mjs";
11
12
  import "../chunk-NWBLJ3W3.mjs";
12
- import "../chunk-K6S7R6LU.mjs";
13
13
  import "../chunk-YJ32RSH2.mjs";
14
14
  import "../chunk-7ZCOFATU.mjs";
15
15
  import "../chunk-FWCSY2DS.mjs";
@@ -2,8 +2,8 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { I as IBaseEntity } from '../base-BprRafT5.mjs';
3
3
  import { SelectProps } from '@mantine/core';
4
4
  import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CGKvZ5wV.mjs';
5
- import { I as IAQModule } from '../IAQModule-CCtwv-e0.mjs';
6
5
  import { I as IEmailConfig } from '../EmailConfig-DvTXTBt3.mjs';
6
+ import { I as IAQModule } from '../IAQModule-CCtwv-e0.mjs';
7
7
  import { ReactNode } from 'react';
8
8
 
9
9
  interface IProps {
@@ -380,36 +380,17 @@ declare function F_core47643_Form({ values }: {
380
380
 
381
381
  declare function F_core47643_Read(): react_jsx_runtime.JSX.Element | "Có lỗi xảy ra!" | "Đang tải dữ liệu...";
382
382
 
383
- declare function F_core60524({ AQModuleId }: {
384
- AQModuleId: number;
385
- }): react_jsx_runtime.JSX.Element;
386
-
387
- interface I_core60524_AQModule extends IAQModule {
388
- faviconFile?: File;
389
- logoFile?: File;
390
- }
391
-
392
- interface I$d {
393
- AQModuleId?: number;
394
- }
395
- declare function useS_core60524(): {
396
- state: I$d;
397
- setState: (newState: I$d) => void;
398
- setProperty: <K extends "AQModuleId">(key: K, value: I$d[K]) => void;
399
- resetState: () => void;
400
- };
401
-
402
383
  declare function F_core64229(): react_jsx_runtime.JSX.Element;
403
384
 
404
385
  declare function F_core64229_Delete({ values }: {
405
386
  values: IBaseEntity;
406
387
  }): react_jsx_runtime.JSX.Element;
407
388
 
408
- interface I$c extends IEmailConfig {
389
+ interface I$d extends IEmailConfig {
409
390
  password?: string;
410
391
  }
411
392
  declare function F_core64229_Form({ values, emailModule }: {
412
- values?: I$c;
393
+ values?: I$d;
413
394
  emailModule: (string | {
414
395
  value: string;
415
396
  label: string;
@@ -465,11 +446,11 @@ interface IDocument$6 {
465
446
  ngayChinhSua?: Date;
466
447
  nguoiChinhSua?: string;
467
448
  }
468
- interface I$b extends IDocument$6 {
449
+ interface I$c extends IDocument$6 {
469
450
  file?: File;
470
451
  }
471
452
  declare function F_core76318_Update({ values }: {
472
- values: I$b;
453
+ values: I$c;
473
454
  }): react_jsx_runtime.JSX.Element;
474
455
 
475
456
  declare function F_core83092({ menuData }: {
@@ -493,7 +474,7 @@ interface I_core83092_RolePermission {
493
474
  isPrint?: boolean;
494
475
  isExport?: boolean;
495
476
  }
496
- interface I$a {
477
+ interface I$b {
497
478
  roleId?: number;
498
479
  rolePermissions?: I_core83092_RolePermission[];
499
480
  }
@@ -502,9 +483,9 @@ declare function useS_core83092(): {
502
483
  findByPageId: (pageId: number) => I_core83092_RolePermission | undefined;
503
484
  updatePermission: (pageId: number, updatedPermission: Partial<I_core83092_RolePermission>) => void;
504
485
  isAllPermission: (field: keyof I_core83092_RolePermission) => boolean;
505
- state: I$a;
506
- setState: (newState: I$a) => void;
507
- setProperty: <K extends keyof I$a>(key: K, value: I$a[K]) => void;
486
+ state: I$b;
487
+ setState: (newState: I$b) => void;
488
+ setProperty: <K extends keyof I$b>(key: K, value: I$b[K]) => void;
508
489
  resetState: () => void;
509
490
  };
510
491
  declare function utils_core83092_mergePage(arr1: I_core83092_RolePermission[], arr2: I_core83092_RolePermission[]): I_core83092_RolePermission[];
@@ -555,14 +536,33 @@ interface IDocument$5 {
555
536
  ngayChinhSua?: Date;
556
537
  nguoiChinhSua?: string;
557
538
  }
558
- interface I$9 extends IDocument$5 {
539
+ interface I$a extends IDocument$5 {
559
540
  file?: File;
560
541
  }
561
542
  declare function F_formTemplateDocs_Update({ values, FormTypeId, }: {
562
- values: I$9;
543
+ values: I$a;
563
544
  FormTypeId: number;
564
545
  }): react_jsx_runtime.JSX.Element;
565
546
 
547
+ declare function F_moduleConfig({ AQModuleId }: {
548
+ AQModuleId: number;
549
+ }): react_jsx_runtime.JSX.Element;
550
+
551
+ interface I_moduleConfig_AQModule extends IAQModule {
552
+ faviconFile?: File;
553
+ logoFile?: File;
554
+ }
555
+
556
+ interface I$9 {
557
+ AQModuleId?: number;
558
+ }
559
+ declare function useS_moduleConfig(): {
560
+ state: I$9;
561
+ setState: (newState: I$9) => void;
562
+ setProperty: <K extends "AQModuleId">(key: K, value: I$9[K]) => void;
563
+ resetState: () => void;
564
+ };
565
+
566
566
  declare function F_organizationPolicyDocs({ RegulationsTypeId }: {
567
567
  RegulationsTypeId: number;
568
568
  }): react_jsx_runtime.JSX.Element;
@@ -872,4 +872,4 @@ interface I {
872
872
  }
873
873
  declare function F_authenticate_Login({ header, redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess, showLoginButton, showSaveLogin, showForgotPassword }: I): react_jsx_runtime.JSX.Element;
874
874
 
875
- export { F_accountManagement, F_accountManagement_ChangePermission, F_accountManagement_Create, F_accountManagement_Delete, F_accountManagement_Read, F_accountManagement_Update, 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_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_pageContentConfig, F_roleCatalog, F_roleCatalog_Delete, F_roleCatalog_Form, F_roleCatalog_Read, 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_accountManagement_Read, type I_core38677_User, type I_core60524_AQModule, type I_core83092_RolePermission, useS_authenticate, useS_core60524, useS_core83092, utils_core83092_mergePage };
875
+ export { F_accountManagement, F_accountManagement_ChangePermission, F_accountManagement_Create, F_accountManagement_Delete, F_accountManagement_Read, F_accountManagement_Update, 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_core64229, F_core64229_Delete, F_core64229_Form, F_core64229_Read, 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_moduleConfig, F_organizationPolicyDocs, F_organizationPolicyDocs_Create, F_organizationPolicyDocs_Delete, F_organizationPolicyDocs_Update, F_pageContentConfig, F_roleCatalog, F_roleCatalog_Delete, F_roleCatalog_Form, F_roleCatalog_Read, 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_accountManagement_Read, type I_core38677_User, type I_core83092_RolePermission, type I_moduleConfig_AQModule, useS_authenticate, useS_core83092, useS_moduleConfig, utils_core83092_mergePage };