UNPKG

phx-react

Version:

PHX REACT

59 lines (58 loc) 1.68 kB
export declare enum ENotifyWith { GVCN = "GVCN", GVBM = "GVBM" } export declare const OPTION_FILTER_ALL: { id: number; name: string; code: string; }; export declare enum ERoleCode { TEACHER = "GV", STUDENT = "SV", STAFF = "NV", DEPARTMENT = "DEPARTMENT", PARENT = "PH" } export declare enum EObjectType { TEACHER = "TEACHER", STUDENT = "STUDENT", STAFF = "STAFF", DEPARTMENT = "DEPARTMENT" } export declare const FILTER_BY: { readonly ALL: "ALL"; readonly EDUCATIONAL_LEVEL: "EDUCATIONAL_LEVEL"; readonly GRADE: "GRADE"; readonly CLASSROOM: "CLASSROOM"; readonly DEPARTMENT: "DEPARTMENT"; readonly CUSTOM_LIST: "CUSTOM_LIST"; }; export declare enum ECoreSchemaGroup { CORE_SHARED = "core-shared", CORE_ACADEMIC = "core-academic", CORE_STUDENT = "core-student", CORE_FINANCE = "core-finance", CORE_ADMIN = "core-admin", CORE_LAB = "core-lab" } export declare const VALIDATE_REQUIRED_INPUT = "Tr\u01B0\u1EDDng n\u00E0y kh\u00F4ng \u0111\u01B0\u1EE3c \u0111\u1EC3 tr\u1ED1ng"; export declare const DEFAULT_NOTIFY_WITH_BY_TARGET: { SV: ENotifyWith; GV: undefined; NV: undefined; DEPARTMENT: undefined; PH: ENotifyWith; }; export declare const EMPTY_VALUE = "--"; export declare const SAMPLE_FILE_URL: { url: string; fileName: string; }; export declare const ERROR_MESSAGE_UPLOAD_FILE = "File t\u1EA3i l\u00EAn kh\u00F4ng t\u1ED3n t\u1EA1i ho\u1EB7c ch\u01B0a \u0111\u1ECBnh d\u1EA1ng \u0111\u00FAng. Vui l\u00F2ng t\u1EA3i l\u1EA1i file"; export declare const TABLE_CONSTANTS: { STT: string; STT_KEY: string; COL: number; ROW: number; };