beca-ui 2.0.20-beta.9 → 2.0.21
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.
- package/dist/assets/locales/en.json.d.ts +5 -1
- package/dist/assets/locales/vi.json.d.ts +5 -1
- package/dist/beca-ui.js +131187 -186730
- package/dist/components/ApplicationsCard/index.d.ts +1 -2
- package/dist/components/Form/Form.types.d.ts +2 -6
- package/dist/components/Form/index.d.ts +1 -2
- package/dist/components/LazyLoadImage/LazyLoadImage.d.ts +3 -0
- package/dist/components/LazyLoadImage/LazyLoadImage.types.d.ts +3 -0
- package/dist/components/LazyLoadImage/index.d.ts +1 -0
- package/dist/components/MainLayout/Header/Header.types.d.ts +5 -4
- package/dist/components/Pagination/Pagination.d.ts +1 -1
- package/dist/components/SelectField/SelectField.types.d.ts +1 -2
- package/dist/components/Steps/Steps.types.d.ts +2 -2
- package/dist/components/Table/Table.d.ts +2 -4
- package/dist/components/Table/Table.types.d.ts +2 -1
- package/dist/components/TextEditor/FontSize/index.d.ts +0 -8
- package/dist/components/TextEditor/Suggestions/EditorSuggestionsInlineRender.d.ts +10 -0
- package/dist/components/TextEditor/Suggestions/Mention.d.ts +6 -0
- package/dist/components/TextEditor/Suggestions/MentionExtension.d.ts +2 -0
- package/dist/components/TextEditor/Suggestions/MentionList.d.ts +8 -0
- package/dist/components/TextEditor/Suggestions/Suggestions.d.ts +2 -0
- package/dist/components/TextEditor/TextEditor.types.d.ts +19 -3
- package/dist/components/TreeSelect/TreeSelect.d.ts +3 -2
- package/dist/components/TreeSelect/TreeSelect.types.d.ts +1 -0
- package/dist/components/TreeSelectField/TreeSelectField.d.ts +3 -0
- package/dist/components/TreeSelectField/TreeSelectField.types.d.ts +7 -0
- package/dist/components/TreeSelectField/index.d.ts +2 -0
- package/dist/components/index.d.ts +4 -3
- package/dist/hooks/DeviceHook.d.ts +1 -1
- package/dist/hooks/index.d.ts +0 -2
- package/dist/main.css +1 -1
- package/dist/models/Layout/MenuModel.d.ts +1 -1
- package/package.json +46 -42
- package/dist/components/WorkflowForm/ErrorMessage.d.ts +0 -1
- package/dist/components/WorkflowForm/WorkflowForm.d.ts +0 -4
- package/dist/components/WorkflowForm/WorkflowForm.types.d.ts +0 -31
- package/dist/components/WorkflowForm/components/AddRelatedWorkModal.d.ts +0 -13
- package/dist/components/WorkflowForm/components/AttachIcon.d.ts +0 -7
- package/dist/components/WorkflowForm/components/AttachPreviewButton.d.ts +0 -10
- package/dist/components/WorkflowForm/components/CustomTable.d.ts +0 -39
- package/dist/components/WorkflowForm/components/DebounceSelect.d.ts +0 -14
- package/dist/components/WorkflowForm/components/DynamicAttachTable/DynamicAttachTable.d.ts +0 -27
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/AttachItem.d.ts +0 -19
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/AttachItemActions.d.ts +0 -15
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/BecaCard.d.ts +0 -2
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/BecaCard.types.d.ts +0 -24
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/DynamicFormInfo.d.ts +0 -13
- package/dist/components/WorkflowForm/components/DynamicAttachTable/components/FormEditor.d.ts +0 -3
- package/dist/components/WorkflowForm/components/DynamicWorkflowForm.d.ts +0 -16
- package/dist/components/WorkflowForm/components/EditAttachmentFile.d.ts +0 -11
- package/dist/components/WorkflowForm/components/EditableCell.d.ts +0 -6
- package/dist/components/WorkflowForm/components/EditableCellProps.d.ts +0 -18
- package/dist/components/WorkflowForm/components/MasterDetailTable.d.ts +0 -31
- package/dist/components/WorkflowForm/components/NewUserWorkflow/ProcessModal.d.ts +0 -25
- package/dist/components/WorkflowForm/components/PageSection.d.ts +0 -11
- package/dist/components/WorkflowForm/components/ProcessSection/ProcessDetailModal.d.ts +0 -13
- package/dist/components/WorkflowForm/components/ProcessSection/ProcessSection.d.ts +0 -12
- package/dist/components/WorkflowForm/components/ProcessStepItem.d.ts +0 -16
- package/dist/components/WorkflowForm/components/RelatedUserWorkflowSection.d.ts +0 -13
- package/dist/components/WorkflowForm/components/SendUserWorkflowActionsModal.d.ts +0 -12
- package/dist/components/WorkflowForm/components/UserChecklistChangeLogModal.d.ts +0 -7
- package/dist/components/WorkflowForm/components/UserWorkflowShare/AddUserWorkflowShareModal.d.ts +0 -10
- package/dist/components/WorkflowForm/components/UserWorkflowShare/UpdateUserWorkflowShareModal.d.ts +0 -8
- package/dist/components/WorkflowForm/components/WorkflowActions.d.ts +0 -25
- package/dist/components/WorkflowForm/constants.d.ts +0 -71
- package/dist/components/WorkflowForm/deviceHooks.d.ts +0 -16
- package/dist/components/WorkflowForm/extensions/image-extensions.json.d.ts +0 -125
- package/dist/components/WorkflowForm/extensions/video-extensions.json.d.ts +0 -4
- package/dist/components/WorkflowForm/hooks/processHooks.d.ts +0 -15
- package/dist/components/WorkflowForm/hooks/settingHooks.d.ts +0 -9
- package/dist/components/WorkflowForm/index.d.ts +0 -3
- package/dist/components/WorkflowForm/locale/i18n.d.ts +0 -7
- package/dist/components/WorkflowForm/models/AddSendUserWorkflowModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/AddUserWorkflowShareModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/AddWorkflowRuleModel.d.ts +0 -11
- package/dist/components/WorkflowForm/models/AdminStatOverallModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/ApiResult/DataSourceForReportingModel.d.ts +0 -13
- package/dist/components/WorkflowForm/models/AppAllowActions.d.ts +0 -6
- package/dist/components/WorkflowForm/models/AppConfigModel.d.ts +0 -28
- package/dist/components/WorkflowForm/models/AppMenuItemModel.d.ts +0 -17
- package/dist/components/WorkflowForm/models/AssignmentRuleModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/AutoFlowModel.d.ts +0 -35
- package/dist/components/WorkflowForm/models/ChangeLogModel.d.ts +0 -13
- package/dist/components/WorkflowForm/models/ChartModel.d.ts +0 -0
- package/dist/components/WorkflowForm/models/CheckListModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/CompanyModel.d.ts +0 -11
- package/dist/components/WorkflowForm/models/ConditionDefaultValueModel.d.ts +0 -16
- package/dist/components/WorkflowForm/models/CustomWorkingTimeModel.d.ts +0 -13
- package/dist/components/WorkflowForm/models/DefaultCompanySignatureModel.d.ts +0 -16
- package/dist/components/WorkflowForm/models/DefaultSignatureImageModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/DelegateModel.d.ts +0 -17
- package/dist/components/WorkflowForm/models/DepartmentModel.d.ts +0 -19
- package/dist/components/WorkflowForm/models/DepartmentTreeViewModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/DocumentTypeModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/DynamicValueModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/DynamicWorkflowModel.d.ts +0 -91
- package/dist/components/WorkflowForm/models/EngineEntity.d.ts +0 -8
- package/dist/components/WorkflowForm/models/FieldModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/FilterTypeModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/GroupModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/LoginHistoryModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/LoginModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/MailTemplatesModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/MenuModel.d.ts +0 -11
- package/dist/components/WorkflowForm/models/MessageDataModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/ModuleStorageStatisticModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/NavBarMenuModel.d.ts +0 -19
- package/dist/components/WorkflowForm/models/NotificationModel.d.ts +0 -12
- package/dist/components/WorkflowForm/models/OverallRateReportModel.d.ts +0 -12
- package/dist/components/WorkflowForm/models/PersonModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/PersonalProfileModel.d.ts +0 -51
- package/dist/components/WorkflowForm/models/PersonalProfileTreeModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/PositionModel.d.ts +0 -8
- package/dist/components/WorkflowForm/models/PriorityModel.d.ts +0 -8
- package/dist/components/WorkflowForm/models/ProcessItemModel.d.ts +0 -12
- package/dist/components/WorkflowForm/models/ProcessStatusModel.d.ts +0 -19
- package/dist/components/WorkflowForm/models/PropertyChoiceModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/PropertyDefaultValueTypeModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/PropertyDefaultVariableModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/PropertyModel.d.ts +0 -82
- package/dist/components/WorkflowForm/models/PropertySettingModel.d.ts +0 -44
- package/dist/components/WorkflowForm/models/ProppertyTypeModel.d.ts +0 -33
- package/dist/components/WorkflowForm/models/PublicHolidayModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/QueryResult.d.ts +0 -4
- package/dist/components/WorkflowForm/models/RelatedWorkflowModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/ReportBaseCategoryModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/ReportDashboardCategoryModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/ReportDashboardMenuItemModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/ReportDashboardModel.d.ts +0 -409
- package/dist/components/WorkflowForm/models/ReportFormFormat.d.ts +0 -17
- package/dist/components/WorkflowForm/models/ReportMenuItemModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/ReportModel.d.ts +0 -188
- package/dist/components/WorkflowForm/models/ResetPasswordModel.d.ts +0 -8
- package/dist/components/WorkflowForm/models/ResourceBaseCategoryModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/ResourceBaseFavouriteModel.d.ts +0 -13
- package/dist/components/WorkflowForm/models/ResourceFormFormat.d.ts +0 -17
- package/dist/components/WorkflowForm/models/ResourceMenuItemModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/ResourceModel.d.ts +0 -204
- package/dist/components/WorkflowForm/models/RootLookupModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/SendUserWorkflowActionsModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/StepFieldModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/StepRelated/AddStepRelatedModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/StepRelated/RemoveStepRalatedModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/StepRelatedModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/SubUserWorkflowModel.d.ts +0 -26
- package/dist/components/WorkflowForm/models/SupportContactModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/TriggerModel.d.ts +0 -19
- package/dist/components/WorkflowForm/models/UploadFileModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/UserCheckListChangelogModel.d.ts +0 -14
- package/dist/components/WorkflowForm/models/UserCheckListModel.d.ts +0 -26
- package/dist/components/WorkflowForm/models/UserModel.d.ts +0 -36
- package/dist/components/WorkflowForm/models/UserWorkflowActionsModel.d.ts +0 -71
- package/dist/components/WorkflowForm/models/UserWorkflowFollowModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/UserWorkflowLinkingModel.d.ts +0 -20
- package/dist/components/WorkflowForm/models/UserWorkflowModel.d.ts +0 -85
- package/dist/components/WorkflowForm/models/UserWorkflowNoteModel.d.ts +0 -8
- package/dist/components/WorkflowForm/models/UserWorkflowOverdueModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/UserWorkflowShareModel.d.ts +0 -18
- package/dist/components/WorkflowForm/models/UserWorkflowStatisticModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/UserWorkflowStepRelationModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/UserWorkflowTodayModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/VnptSmartCaModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/WorkStatisticModel.d.ts +0 -12
- package/dist/components/WorkflowForm/models/WorkWeekModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/WorkflowCategoryModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/WorkflowConditonModel.d.ts +0 -27
- package/dist/components/WorkflowForm/models/WorkflowDDLModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/WorkflowDefaultTemplateModel.d.ts +0 -16
- package/dist/components/WorkflowForm/models/WorkflowFavouriteModel.d.ts +0 -14
- package/dist/components/WorkflowForm/models/WorkflowLookupModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/WorkflowModel.d.ts +0 -62
- package/dist/components/WorkflowForm/models/WorkflowParaModel.d.ts +0 -14
- package/dist/components/WorkflowForm/models/WorkflowReportModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/WorkflowRuleModel.d.ts +0 -29
- package/dist/components/WorkflowForm/models/WorkflowStepModel.d.ts +0 -89
- package/dist/components/WorkflowForm/models/WorkflowsCheckListModel.d.ts +0 -37
- package/dist/components/WorkflowForm/models/WorkingTimesModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/enums/ApiType.d.ts +0 -12
- package/dist/components/WorkflowForm/models/enums/ChoiceDisplay.d.ts +0 -9
- package/dist/components/WorkflowForm/models/enums/FromWeb.d.ts +0 -5
- package/dist/components/WorkflowForm/models/enums/UserWorkflowChangelogType.d.ts +0 -8
- package/dist/components/WorkflowForm/models/enums/UserWorkflowStatus.d.ts +0 -7
- package/dist/components/WorkflowForm/models/enums/VisibleType.d.ts +0 -9
- package/dist/components/WorkflowForm/models/enums/WorkflowStatus.d.ts +0 -11
- package/dist/components/WorkflowForm/models/enums/WorkflowType.d.ts +0 -7
- package/dist/components/WorkflowForm/models/flowModels/FlowModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/flowModels/InitialDataModel.d.ts +0 -3
- package/dist/components/WorkflowForm/models/flowModels/InitialEdgeModel.d.ts +0 -6
- package/dist/components/WorkflowForm/models/flowModels/InitialNodeModels.d.ts +0 -14
- package/dist/components/WorkflowForm/models/flowModels/InitialPositionModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/flowModels/InitialStyleModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/ui/Form.d.ts +0 -6
- package/dist/components/WorkflowForm/models/ui/TableModel.d.ts +0 -4
- package/dist/components/WorkflowForm/models/ui/WorkflowPropertyModel.d.ts +0 -18
- package/dist/components/WorkflowForm/models/ui/index.d.ts +0 -7
- package/dist/components/WorkflowForm/models/viewModels/IAverageTimeModel.d.ts +0 -9
- package/dist/components/WorkflowForm/models/viewModels/IIsAdminViewModel.d.ts +0 -5
- package/dist/components/WorkflowForm/models/viewModels/IPermissionItemViewModel.d.ts +0 -7
- package/dist/components/WorkflowForm/models/viewModels/IRateReportModel.d.ts +0 -10
- package/dist/components/WorkflowForm/models/viewModels/IStatisticWorkflowModel.d.ts +0 -6
- package/dist/components/WorkflowForm/services/AccountService.d.ts +0 -16
- package/dist/components/WorkflowForm/services/AppService.d.ts +0 -4
- package/dist/components/WorkflowForm/services/CheckListService.d.ts +0 -29
- package/dist/components/WorkflowForm/services/CleanHtmlService.d.ts +0 -6
- package/dist/components/WorkflowForm/services/DataServices2.d.ts +0 -97
- package/dist/components/WorkflowForm/services/DynamicWorkflowService.d.ts +0 -30
- package/dist/components/WorkflowForm/services/FormatDateTimeService.d.ts +0 -14
- package/dist/components/WorkflowForm/services/MasterDetailService.d.ts +0 -12
- package/dist/components/WorkflowForm/services/NetworkService.d.ts +0 -25
- package/dist/components/WorkflowForm/services/PermissionService.d.ts +0 -6
- package/dist/components/WorkflowForm/services/PersonalProfileService.d.ts +0 -73
- package/dist/components/WorkflowForm/services/PropertyService.d.ts +0 -39
- package/dist/components/WorkflowForm/services/SendWorkflowService.d.ts +0 -25
- package/dist/components/WorkflowForm/services/UserCheckListChangelogService.d.ts +0 -6
- package/dist/components/WorkflowForm/services/UserCheckListService.d.ts +0 -56
- package/dist/components/WorkflowForm/services/UserWorkflowLinkingService.d.ts +0 -8
- package/dist/components/WorkflowForm/services/UserWorkflowService.d.ts +0 -77
- package/dist/components/WorkflowForm/services/UserWorkflowShareService.d.ts +0 -15
- package/dist/components/WorkflowForm/services/UserWorkflowStepService.d.ts +0 -8
- package/dist/components/WorkflowForm/services/WorkflowReportService.d.ts +0 -12
- package/dist/components/WorkflowForm/services/WorkflowService.d.ts +0 -76
- package/dist/components/WorkflowForm/services/WorkflowStepService.d.ts +0 -14
- package/dist/components/WorkflowForm/services/index.d.ts +0 -22
- package/dist/components/WorkflowForm/theme/Colors.d.ts +0 -9
- package/dist/components/WorkflowForm/theme/Layout.d.ts +0 -51
- package/dist/components/WorkflowForm/utils/apis.d.ts +0 -27
- package/dist/components/WorkflowForm/utils/index.d.ts +0 -38
- package/dist/hooks/ApiHooks.d.ts +0 -23
- package/dist/hooks/WorkflowHooks.d.ts +0 -49
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { MenuItemType } from "../..";
|
|
3
|
-
export interface WorkflowAction {
|
|
4
|
-
id: string;
|
|
5
|
-
visible?: boolean;
|
|
6
|
-
mobileHidden?: boolean;
|
|
7
|
-
label: string | React.ReactNode;
|
|
8
|
-
icon?: React.ReactNode;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
onClick?: () => void;
|
|
11
|
-
isOutside?: boolean;
|
|
12
|
-
confirm?: {
|
|
13
|
-
title: string;
|
|
14
|
-
okText: string;
|
|
15
|
-
cancelText: string;
|
|
16
|
-
onConfirm: () => void;
|
|
17
|
-
};
|
|
18
|
-
children?: MenuItemType[];
|
|
19
|
-
}
|
|
20
|
-
interface Props {
|
|
21
|
-
isMobile: boolean;
|
|
22
|
-
actionsList: WorkflowAction[];
|
|
23
|
-
}
|
|
24
|
-
export declare const WorkflowActions: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export {};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
export declare const WORKFLOW_DESIGN_URL = "/admin/workflowdesign/dynamicworkflow";
|
|
2
|
-
export declare const WORKFLOW_DETAIL_DESIGN_URL = "/admin/workflowdesign/workflowdetail";
|
|
3
|
-
export declare const WORKFLOW_DESIGN_LIST_URL = "/admin/workflowdesign/dynamicworkflow";
|
|
4
|
-
export declare const WORKFLOW_DETAIL_DESIGN_LIST_URL = "/admin/workflowdesign/workflowdetail";
|
|
5
|
-
export declare const ErrorTexts: {
|
|
6
|
-
NoPermissionAdmin: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const MAX_LENGTH_INPUT = 100;
|
|
9
|
-
export declare const MAX_LENGTH_TEXTAREA = 300;
|
|
10
|
-
export declare const endpoint: {
|
|
11
|
-
workflows: string;
|
|
12
|
-
workflowCategories: string;
|
|
13
|
-
mailTemplates: string;
|
|
14
|
-
documentTypes: string;
|
|
15
|
-
workingTimes: string;
|
|
16
|
-
departments: string;
|
|
17
|
-
workweeks: string;
|
|
18
|
-
personalProfile: string;
|
|
19
|
-
positions: string;
|
|
20
|
-
supportContacts: string;
|
|
21
|
-
userWorkflows: string;
|
|
22
|
-
navBarMenus: string;
|
|
23
|
-
publicHolidays: string;
|
|
24
|
-
delegate: string;
|
|
25
|
-
defaultSignatureImages: string;
|
|
26
|
-
};
|
|
27
|
-
export declare const sessionStorage: {
|
|
28
|
-
groupIds: string;
|
|
29
|
-
};
|
|
30
|
-
export declare const defaultButtonLabels: {
|
|
31
|
-
labelAddInfo: string;
|
|
32
|
-
labelSave: string;
|
|
33
|
-
labelNext: string;
|
|
34
|
-
labelReturn: string;
|
|
35
|
-
labelApprove: string;
|
|
36
|
-
labelReject: string;
|
|
37
|
-
labelRecall: string;
|
|
38
|
-
labelReplace: string;
|
|
39
|
-
labelIdea: string;
|
|
40
|
-
labelShare: string;
|
|
41
|
-
labelExit: string;
|
|
42
|
-
labelPrint: string;
|
|
43
|
-
labelAddInfoEN: string;
|
|
44
|
-
labelSaveEN: string;
|
|
45
|
-
labelNextEN: string;
|
|
46
|
-
labelReturnEN: string;
|
|
47
|
-
labelApproveEN: string;
|
|
48
|
-
labelRejectEN: string;
|
|
49
|
-
labelRecallEN: string;
|
|
50
|
-
labelReplaceEN: string;
|
|
51
|
-
labelIdeaEN: string;
|
|
52
|
-
labelShareEN: string;
|
|
53
|
-
labelExitEN: string;
|
|
54
|
-
labelPrintEN: string;
|
|
55
|
-
};
|
|
56
|
-
export declare const defaultEmailNotifications: {
|
|
57
|
-
emailAddInfo: number;
|
|
58
|
-
emailApprove: number;
|
|
59
|
-
emailNext: number;
|
|
60
|
-
emailPrevious: number;
|
|
61
|
-
emailRecall: number;
|
|
62
|
-
emailRequestIdea: number;
|
|
63
|
-
emailReplace: number;
|
|
64
|
-
emailAuthor: number;
|
|
65
|
-
emailReject: number;
|
|
66
|
-
emailNextCC: number;
|
|
67
|
-
emailShare: number;
|
|
68
|
-
};
|
|
69
|
-
export declare const NumberValue: {
|
|
70
|
-
MAX_INTEGER: number;
|
|
71
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { RefObject } from "react";
|
|
2
|
-
export declare function useDevice(): {
|
|
3
|
-
screenWidth: number;
|
|
4
|
-
screenHeight: number;
|
|
5
|
-
isMobile: boolean;
|
|
6
|
-
isMobileApp: boolean;
|
|
7
|
-
isFullscreenApp: boolean;
|
|
8
|
-
};
|
|
9
|
-
export declare function useView(element: string): {
|
|
10
|
-
scrollHeight: number;
|
|
11
|
-
scrollWidth: number;
|
|
12
|
-
};
|
|
13
|
-
export declare const useReachedBottom: () => {
|
|
14
|
-
isReachedBottom: boolean;
|
|
15
|
-
};
|
|
16
|
-
export declare function useOuterClick(callback: (e?: MouseEvent) => void): RefObject<HTMLDivElement | null>;
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
declare const _default: [
|
|
2
|
-
"ase",
|
|
3
|
-
"art",
|
|
4
|
-
"bmp",
|
|
5
|
-
"blp",
|
|
6
|
-
"cd5",
|
|
7
|
-
"cit",
|
|
8
|
-
"cpt",
|
|
9
|
-
"cr2",
|
|
10
|
-
"cut",
|
|
11
|
-
"dds",
|
|
12
|
-
"dib",
|
|
13
|
-
"djvu",
|
|
14
|
-
"egt",
|
|
15
|
-
"exif",
|
|
16
|
-
"gif",
|
|
17
|
-
"gpl",
|
|
18
|
-
"grf",
|
|
19
|
-
"icns",
|
|
20
|
-
"ico",
|
|
21
|
-
"iff",
|
|
22
|
-
"jng",
|
|
23
|
-
"jpeg",
|
|
24
|
-
"jpg",
|
|
25
|
-
"jfif",
|
|
26
|
-
"jp2",
|
|
27
|
-
"jps",
|
|
28
|
-
"lbm",
|
|
29
|
-
"max",
|
|
30
|
-
"miff",
|
|
31
|
-
"mng",
|
|
32
|
-
"msp",
|
|
33
|
-
"nitf",
|
|
34
|
-
"ota",
|
|
35
|
-
"pbm",
|
|
36
|
-
"pc1",
|
|
37
|
-
"pc2",
|
|
38
|
-
"pc3",
|
|
39
|
-
"pcf",
|
|
40
|
-
"pcx",
|
|
41
|
-
"pdn",
|
|
42
|
-
"pgm",
|
|
43
|
-
"PI1",
|
|
44
|
-
"PI2",
|
|
45
|
-
"PI3",
|
|
46
|
-
"pict",
|
|
47
|
-
"pct",
|
|
48
|
-
"pnm",
|
|
49
|
-
"pns",
|
|
50
|
-
"ppm",
|
|
51
|
-
"psb",
|
|
52
|
-
"psd",
|
|
53
|
-
"pdd",
|
|
54
|
-
"psp",
|
|
55
|
-
"px",
|
|
56
|
-
"pxm",
|
|
57
|
-
"pxr",
|
|
58
|
-
"qfx",
|
|
59
|
-
"raw",
|
|
60
|
-
"rle",
|
|
61
|
-
"sct",
|
|
62
|
-
"sgi",
|
|
63
|
-
"rgb",
|
|
64
|
-
"int",
|
|
65
|
-
"bw",
|
|
66
|
-
"tga",
|
|
67
|
-
"tiff",
|
|
68
|
-
"tif",
|
|
69
|
-
"vtf",
|
|
70
|
-
"xbm",
|
|
71
|
-
"xcf",
|
|
72
|
-
"xpm",
|
|
73
|
-
"3dv",
|
|
74
|
-
"amf",
|
|
75
|
-
"ai",
|
|
76
|
-
"awg",
|
|
77
|
-
"cgm",
|
|
78
|
-
"cdr",
|
|
79
|
-
"cmx",
|
|
80
|
-
"dxf",
|
|
81
|
-
"e2d",
|
|
82
|
-
"egt",
|
|
83
|
-
"eps",
|
|
84
|
-
"fs",
|
|
85
|
-
"gbr",
|
|
86
|
-
"odg",
|
|
87
|
-
"svg",
|
|
88
|
-
"stl",
|
|
89
|
-
"vrml",
|
|
90
|
-
"x3d",
|
|
91
|
-
"sxd",
|
|
92
|
-
"v2d",
|
|
93
|
-
"vnd",
|
|
94
|
-
"wmf",
|
|
95
|
-
"emf",
|
|
96
|
-
"art",
|
|
97
|
-
"xar",
|
|
98
|
-
"png",
|
|
99
|
-
"webp",
|
|
100
|
-
"jxr",
|
|
101
|
-
"hdp",
|
|
102
|
-
"wdp",
|
|
103
|
-
"cur",
|
|
104
|
-
"ecw",
|
|
105
|
-
"iff",
|
|
106
|
-
"lbm",
|
|
107
|
-
"liff",
|
|
108
|
-
"nrrd",
|
|
109
|
-
"pam",
|
|
110
|
-
"pcx",
|
|
111
|
-
"pgf",
|
|
112
|
-
"sgi",
|
|
113
|
-
"rgb",
|
|
114
|
-
"rgba",
|
|
115
|
-
"bw",
|
|
116
|
-
"int",
|
|
117
|
-
"inta",
|
|
118
|
-
"sid",
|
|
119
|
-
"ras",
|
|
120
|
-
"sun",
|
|
121
|
-
"tga"
|
|
122
|
-
]
|
|
123
|
-
;
|
|
124
|
-
|
|
125
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ProcessItemModel } from "../models/ProcessItemModel";
|
|
2
|
-
import { UserWorkflowActionsModel } from "../models/UserWorkflowActionsModel";
|
|
3
|
-
import { ColumnsType } from "../..";
|
|
4
|
-
interface UseProcessColumnsProps {
|
|
5
|
-
actions?: UserWorkflowActionsModel;
|
|
6
|
-
onShowModal: (userWorkflowStepId: number, userWorkflowStepTitle: string) => void;
|
|
7
|
-
hiddenColumns?: string[];
|
|
8
|
-
}
|
|
9
|
-
interface StepStatusIconProps {
|
|
10
|
-
size?: number;
|
|
11
|
-
step: ProcessItemModel;
|
|
12
|
-
}
|
|
13
|
-
export declare const StepStatusIcon: ({ size, step }: StepStatusIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export declare const useProcessColumns: (props: UseProcessColumnsProps) => ColumnsType<any>;
|
|
15
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type DataDisplayType = "table" | "list";
|
|
2
|
-
interface SettingProps {
|
|
3
|
-
displayTypeName?: string;
|
|
4
|
-
}
|
|
5
|
-
export declare function useSetting({ displayTypeName }: SettingProps): {
|
|
6
|
-
displayType: DataDisplayType;
|
|
7
|
-
onChangeDisplayType: () => void;
|
|
8
|
-
};
|
|
9
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface AdminStatOverallModel {
|
|
2
|
-
workflowLastMonth: number;
|
|
3
|
-
workflowThisMonth: number;
|
|
4
|
-
workLastMonth: number;
|
|
5
|
-
workThisMonth: number;
|
|
6
|
-
calendarLastMonth: number;
|
|
7
|
-
calendarThisMonth: number;
|
|
8
|
-
documentaryLastMonth: number;
|
|
9
|
-
documentaryThisMonth: number;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface DataSourceForReportingModel {
|
|
2
|
-
dataSource: any[];
|
|
3
|
-
statistics: Statistics;
|
|
4
|
-
}
|
|
5
|
-
export interface Statistics {
|
|
6
|
-
TongSoNgayNghi: TongSoNgayNghi;
|
|
7
|
-
}
|
|
8
|
-
export interface TongSoNgayNghi {
|
|
9
|
-
Max: number;
|
|
10
|
-
Min: number;
|
|
11
|
-
Sum: number;
|
|
12
|
-
Average: number;
|
|
13
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export interface AppConfigModel {
|
|
2
|
-
paraName: string;
|
|
3
|
-
workflowId: number;
|
|
4
|
-
value: string;
|
|
5
|
-
isSystemPara: boolean;
|
|
6
|
-
description: string;
|
|
7
|
-
isCheckBox: boolean;
|
|
8
|
-
id: number;
|
|
9
|
-
}
|
|
10
|
-
export interface DevConfigModel {
|
|
11
|
-
layout?: string;
|
|
12
|
-
styles?: {
|
|
13
|
-
css?: string;
|
|
14
|
-
};
|
|
15
|
-
hiddenMenu?: HiddenMenuModel[];
|
|
16
|
-
customMenu?: CustomMenuModel[];
|
|
17
|
-
defaultWorkflowPriority?: string;
|
|
18
|
-
}
|
|
19
|
-
export declare const DEFAULT_DEV_CONFIG: DevConfigModel;
|
|
20
|
-
export interface HiddenMenuModel {
|
|
21
|
-
path: string;
|
|
22
|
-
}
|
|
23
|
-
export interface CustomMenuModel {
|
|
24
|
-
path: string;
|
|
25
|
-
label: string;
|
|
26
|
-
labelEN?: string;
|
|
27
|
-
replaceUrl?: string;
|
|
28
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface AppMenuItemModel {
|
|
2
|
-
href: string;
|
|
3
|
-
id: string;
|
|
4
|
-
image: string;
|
|
5
|
-
name: string;
|
|
6
|
-
nameEng?: string;
|
|
7
|
-
Status: string;
|
|
8
|
-
WorkflowCode: string;
|
|
9
|
-
appId?: string;
|
|
10
|
-
order?: number;
|
|
11
|
-
iconBackgroundColor?: any;
|
|
12
|
-
workflowCode?: string;
|
|
13
|
-
createdTime?: string;
|
|
14
|
-
WorkflowTitle?: string;
|
|
15
|
-
Approver?: string;
|
|
16
|
-
UserStatus?: number;
|
|
17
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export type EXTRA_CONDITION_TYPE = 'meetConditions';
|
|
2
|
-
export type CONDITION_TYPE = 'recordAdded' | 'meetsConditions' | 'recordChanges' | 'buttonClicked' | 'scheduledTime' | 'triggerTime' | 'recordTime' | EXTRA_CONDITION_TYPE;
|
|
3
|
-
export type ACTION_TYPE = 'sendEmail' | 'sendNotification' | 'delay' | 'callApi';
|
|
4
|
-
export type TriggerTimeUnit = 'seconds' | 'minutes' | 'days' | 'hours' | 'weeks' | 'months' | 'years';
|
|
5
|
-
export type DaysOfWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
|
|
6
|
-
interface FlowScheduledTime {
|
|
7
|
-
triggerAt?: any;
|
|
8
|
-
triggerEvery?: number;
|
|
9
|
-
timeUnit?: TriggerTimeUnit;
|
|
10
|
-
daysOfWeek?: DaysOfWeek;
|
|
11
|
-
}
|
|
12
|
-
export type FlowConditionModel = {
|
|
13
|
-
id?: number;
|
|
14
|
-
type: CONDITION_TYPE;
|
|
15
|
-
} & FlowScheduledTime;
|
|
16
|
-
interface DelayAction {
|
|
17
|
-
delay?: number;
|
|
18
|
-
delayUnit?: TriggerTimeUnit;
|
|
19
|
-
}
|
|
20
|
-
export type FlowActionModel = {
|
|
21
|
-
id?: number;
|
|
22
|
-
type: ACTION_TYPE;
|
|
23
|
-
} & DelayAction;
|
|
24
|
-
export interface AutoFlowModel {
|
|
25
|
-
id: number;
|
|
26
|
-
workflowId: number;
|
|
27
|
-
label?: string;
|
|
28
|
-
labelEN?: string;
|
|
29
|
-
conditions: FlowConditionModel[];
|
|
30
|
-
actions: FlowActionModel[];
|
|
31
|
-
isActived?: boolean;
|
|
32
|
-
imageId?: number;
|
|
33
|
-
}
|
|
34
|
-
export type AddAutoFlowModel = Omit<AutoFlowModel, 'id'>;
|
|
35
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface ChangeLogModel {
|
|
2
|
-
userWorkflowId: number;
|
|
3
|
-
old: string;
|
|
4
|
-
new: string;
|
|
5
|
-
isUserWorkflowStep: boolean;
|
|
6
|
-
fullName: string;
|
|
7
|
-
id: number;
|
|
8
|
-
createdBy: string;
|
|
9
|
-
createdTime: Date;
|
|
10
|
-
lastModified: Date;
|
|
11
|
-
modifiedBy: string;
|
|
12
|
-
isDeleted: boolean;
|
|
13
|
-
}
|
|
File without changes
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export interface CheckListModel {
|
|
2
|
-
title: string;
|
|
3
|
-
workflowStepId?: any;
|
|
4
|
-
workflowStepTitle?: any;
|
|
5
|
-
typeId: number;
|
|
6
|
-
documentTypeTitle: string;
|
|
7
|
-
documentTypeTitleEN?: string;
|
|
8
|
-
isRequired: boolean;
|
|
9
|
-
isQRCode: boolean;
|
|
10
|
-
isReplaceText: boolean;
|
|
11
|
-
isReplaceSignature: boolean;
|
|
12
|
-
isReplaceFlashSignature: boolean;
|
|
13
|
-
isPublicForEveryone: boolean;
|
|
14
|
-
isAutoWatermarkEmbedWhenDownload: boolean;
|
|
15
|
-
isSignaturedManually: boolean;
|
|
16
|
-
isOnlyAllowedAttachedAfterApproving: boolean;
|
|
17
|
-
customFile: string;
|
|
18
|
-
permission: string;
|
|
19
|
-
isSignature: boolean;
|
|
20
|
-
id: number;
|
|
21
|
-
createdBy: string;
|
|
22
|
-
createdTime: Date;
|
|
23
|
-
lastModified?: any;
|
|
24
|
-
modifiedBy?: any;
|
|
25
|
-
isDeleted: boolean;
|
|
26
|
-
note?: string;
|
|
27
|
-
pdfFileUrl?: string;
|
|
28
|
-
isAutoAttached?: boolean;
|
|
29
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EngineEntity } from './EngineEntity';
|
|
2
|
-
export interface IConditionDefaultValueModel extends EngineEntity {
|
|
3
|
-
conditionDefaultVariables: [];
|
|
4
|
-
name: 'CheckList' | 'Value' | 'Variable' | 'Field' | 'UserProfile' | 'DepartmentProfile';
|
|
5
|
-
}
|
|
6
|
-
export interface IAddConditionDefaultValueModel {
|
|
7
|
-
name: string;
|
|
8
|
-
defaultTypeId: number;
|
|
9
|
-
value: string;
|
|
10
|
-
}
|
|
11
|
-
export interface IVariablesModel extends EngineEntity {
|
|
12
|
-
name: string;
|
|
13
|
-
defaultTypeId: number;
|
|
14
|
-
value: string;
|
|
15
|
-
id: number;
|
|
16
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EngineEntity } from './EngineEntity';
|
|
2
|
-
import { IWorkWeekModel } from './WorkWeekModel';
|
|
3
|
-
import { PersonalProfileModel } from './PersonalProfileModel';
|
|
4
|
-
export interface ICustomWorkingTimeModel extends EngineEntity {
|
|
5
|
-
workweekId: number | undefined;
|
|
6
|
-
personalProfileId: number;
|
|
7
|
-
morningStart: number | undefined;
|
|
8
|
-
morningEnd: number | undefined;
|
|
9
|
-
afternoonStart: number | undefined;
|
|
10
|
-
afternoonEnd: number | undefined;
|
|
11
|
-
workweek?: IWorkWeekModel;
|
|
12
|
-
personalProfile?: PersonalProfileModel;
|
|
13
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IVisibleType } from './enums/VisibleType';
|
|
2
|
-
import { EngineEntity } from './EngineEntity';
|
|
3
|
-
export interface IDefaultCompanySignatureModel extends EngineEntity {
|
|
4
|
-
uid: string;
|
|
5
|
-
password: string;
|
|
6
|
-
client_id: string;
|
|
7
|
-
client_secret: string;
|
|
8
|
-
user_secret: string;
|
|
9
|
-
imagePath: string;
|
|
10
|
-
signedBy: string;
|
|
11
|
-
email: string;
|
|
12
|
-
isShowText: boolean;
|
|
13
|
-
visibleType: IVisibleType;
|
|
14
|
-
fontSize: number;
|
|
15
|
-
signatures: string;
|
|
16
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface IDelegateModel {
|
|
2
|
-
userId: number;
|
|
3
|
-
userName: string;
|
|
4
|
-
authorizedUserIds: string;
|
|
5
|
-
authorizedUserNames: string;
|
|
6
|
-
fromDate: string;
|
|
7
|
-
toDate: string;
|
|
8
|
-
workflowIds: any;
|
|
9
|
-
workflowNames: string;
|
|
10
|
-
description: string;
|
|
11
|
-
id: number;
|
|
12
|
-
createdBy: string;
|
|
13
|
-
createdTime: string;
|
|
14
|
-
lastModified: any;
|
|
15
|
-
modifiedBy: any;
|
|
16
|
-
isDeleted: boolean;
|
|
17
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EngineEntity } from "./EngineEntity";
|
|
2
|
-
export interface IDepartmentModel extends EngineEntity {
|
|
3
|
-
title: string;
|
|
4
|
-
titleEN: string;
|
|
5
|
-
label: string;
|
|
6
|
-
code: string;
|
|
7
|
-
description: string;
|
|
8
|
-
parentId: number | undefined;
|
|
9
|
-
parentTitle: string | undefined;
|
|
10
|
-
chartCode: string;
|
|
11
|
-
managerId: number | undefined;
|
|
12
|
-
deptLevel: number;
|
|
13
|
-
email: string;
|
|
14
|
-
telephone: string;
|
|
15
|
-
fax: string;
|
|
16
|
-
address: string;
|
|
17
|
-
siteName: string;
|
|
18
|
-
order: number | undefined;
|
|
19
|
-
}
|