tnx-shared 5.3.146 → 5.3.148
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/bundles/tnx-shared.umd.js +41 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/common-lib/common-lib.component.d.ts +12 -0
- package/components/common-lib/common-lib.component.d.ts.map +1 -0
- package/components/common-lib/common-lib.component.ngfactory.d.ts.map +1 -0
- package/components/common-lib/common-lib.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/esm2015/components/common-lib/common-lib.component.js +39 -0
- package/esm2015/public-api.js +2 -1
- package/esm2015/tnx-shared.module.js +4 -2
- package/fesm2015/tnx-shared.js +39 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
- package/tnx-shared.module.d.ts +2 -1
- package/tnx-shared.module.d.ts.map +1 -1
- package/tnx-shared.module.ngfactory.d.ts.map +1 -1
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -36655,6 +36655,42 @@ WorkflowPickerComponent.propDecorators = {
|
|
|
36655
36655
|
onSaveSetting: [{ type: Output }]
|
|
36656
36656
|
};
|
|
36657
36657
|
|
|
36658
|
+
class CommonLibComponent {
|
|
36659
|
+
constructor(_componentContextService) {
|
|
36660
|
+
this._componentContextService = _componentContextService;
|
|
36661
|
+
this.showRejectConfirm = true;
|
|
36662
|
+
this._componentContextService.subscribe(ComCtxConstants.ROOT.SHOW_REJECT_CONFIRM, data => {
|
|
36663
|
+
this.showRejectConfirm = data;
|
|
36664
|
+
});
|
|
36665
|
+
}
|
|
36666
|
+
ngOnInit() {
|
|
36667
|
+
}
|
|
36668
|
+
focusTrap(event, direct) {
|
|
36669
|
+
event.preventDefault();
|
|
36670
|
+
if (direct) {
|
|
36671
|
+
this.okButton.nativeElement.focus();
|
|
36672
|
+
}
|
|
36673
|
+
else {
|
|
36674
|
+
this.cancelButton.nativeElement.focus();
|
|
36675
|
+
}
|
|
36676
|
+
}
|
|
36677
|
+
}
|
|
36678
|
+
CommonLibComponent.decorators = [
|
|
36679
|
+
{ type: Component, args: [{
|
|
36680
|
+
selector: 'app-common-lib',
|
|
36681
|
+
template: "<div #commonapp></div>\n<p-confirmDialog #cd [closable]=\"false\">\n <p-footer>\n <button #okButton type=\"button\" pButton icon=\"pi pi-check\" class=\"p-button-rounded p-button-text\"\n [label]=\"cd.acceptButtonLabel\" (keydown.shift.tab)=\"focusTrap($event, false)\"\n (click)=\"cd.accept()\"></button>\n <button *ngIf=\"showRejectConfirm\" #cancelButton type=\"button\" pButton\n class=\"p-button-rounded p-button-text p-button-secondary\" icon=\"pi pi-times\" [label]=\"cd.rejectButtonLabel\"\n (keydown.tab)=\"focusTrap($event, true)\" (click)=\"cd.reject()\"></button>\n </p-footer>\n</p-confirmDialog>",
|
|
36682
|
+
providers: [ComponentContextService],
|
|
36683
|
+
styles: [""]
|
|
36684
|
+
},] }
|
|
36685
|
+
];
|
|
36686
|
+
CommonLibComponent.ctorParameters = () => [
|
|
36687
|
+
{ type: ComponentContextService }
|
|
36688
|
+
];
|
|
36689
|
+
CommonLibComponent.propDecorators = {
|
|
36690
|
+
okButton: [{ type: ViewChild, args: ['okButton',] }],
|
|
36691
|
+
cancelButton: [{ type: ViewChild, args: ['cancelButton',] }]
|
|
36692
|
+
};
|
|
36693
|
+
|
|
36658
36694
|
class PermissionConstant {
|
|
36659
36695
|
}
|
|
36660
36696
|
PermissionConstant.SERVICE = {
|
|
@@ -57105,7 +57141,8 @@ function coreDeclaration() {
|
|
|
57105
57141
|
AppMenuComponent,
|
|
57106
57142
|
AppSubMenuV2Component,
|
|
57107
57143
|
AppMenuV2Component,
|
|
57108
|
-
AppSubMenuComponent
|
|
57144
|
+
AppSubMenuComponent,
|
|
57145
|
+
CommonLibComponent
|
|
57109
57146
|
];
|
|
57110
57147
|
}
|
|
57111
57148
|
function coreModuleImport() {
|
|
@@ -57274,5 +57311,5 @@ class Pair {
|
|
|
57274
57311
|
* Generated bundle index. Do not edit.
|
|
57275
57312
|
*/
|
|
57276
57313
|
|
|
57277
|
-
export { AccessDeniedComponent, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddressControlSchema, AddressService, AdvanceSearchData, AdvanceSearchSetting, AnnouncementReadsService, AnnouncementsService, AppComponentBase, AppListService, ApplicationContextService, ApprovalPipe, ArrayPair, AtLeastOneRowTableValidator, AuthenService, AuthorizeDirective, AutoCompleteControlSchema, AutoCompletePickerControlSchema, AutocompleteDatasourceComponent, AvatarUploaderComponent, BaseCauHinhWorkflowComponent, BaseCongViecComponent, BaseCongViecFormComponent, BaseDmLinhVucCongViecComponent, BaseDmLoaiCongViecComponent, BaseDmPriorityComponent, BaseMenuService, BaseModule, BaseService, BooleanFormatPipe, ButtonControlSchema, ButtonPermission, ButtonPermissions, ButtonTextActionCongViec, CONFIG_CALENDAR_VIETNAMESE, CalculationEngineService, CanBoHoSoService, CanBo_HoSo_CoCauToChucService, CauHinhWorkflowService, CccdValidator, CellExcel, ChatBoxComponent, ChatSendMessageBoxComponent, CheckBoxListControlSchema, CheckControlVisibleService, CheckDuplicateFieldsValidator, CheckDuplicateValidator, CheckboxControlSchema, ChipsControlSchema, ClientV5Service, CoCauToChucControlSchema, CoCauToChucNewService, CoCauToChucPickerComponent, CoCauToChucPickerControlSchema, CoCauToChucPickerControlSchemaNew, CoCauToChucService, CodeValidator, ColorBlack, ColorControlSchema, ColorPickerControlSchema, ColorWhite, Column, ColumnSchemaBase, ColumnSetting, ColumnSettingDetail, ComCtxConstants, CommandType, CommonAppComponentComponent, CommonDashboardComponent, CommonErrorCode, CommonSearchFormComponent, CommonService, CompareValidator, ComponentBase, ComponentBaseWithButton, ComponentConstants, ComponentContextService, ConditionalBuilderService, CongViecLienQuanService, CongViecNextFirstStepComponent, CongViecPickerControlSchema, CongViecService, ContainerSchema, ControlTreeNode, ControlType, ConvertMoneyToWordPipe, CoreConfigService, CrudBase, CrudFormComponent, CrudFormCustomFunction, CrudFormData, CrudFormSetting, CrudListComponent, CrudListConfig, CrudListCustomFunction, CrudListData, CrudListHelper, CrudListSetting, CrudService, CustomControlSchema, CustomRouterService, CustomizeUiModel, CustomizeUiService, DanhmucApiService, DataExcel, DataFormBase, DataListBase, DataSourceControlSchema, DataSourceGioiTinh, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DbOrganizationOrganizationService, DbOrganizationPositionService, Deadline, DeadlineType, DhvinhGuardService, DialogModel, DmChucVuService, DmLinhVucCongViecService, DmLoaiCongViecService, DmPriorityService, DomService, DownloadLinkService, DropdownComponent, DropdownControlSchema, DropdownOptions, DummyWorkflowCode, DynamicComponentService, ENUM_DON_VI_HANH_CHINH, EXPLORER_TYPES, EXPORT_VERSION_V4, EXPORT_VERSION_V5, EditFileCommand, EditorControlSchema, EformService, EmailValidator, EntityMedataDataSetting, EntityMetadataService, EntityPickerColumn, EntityPickerControlSchema, EntityWorkflowType, EnumActionType, EnumAppSwitcherCode, EnumCanBo, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumGioiTinh, EnumHocHamHocVi, EnumLoaiDanhSachCongViec, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumTypeSplash, EnumUserRule, EnumUserSource, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, ExtensionsConst, FILE_TYPES, FederationService, FieldCheckboxCrudList, FieldColExpandCrudList, FieldColReorderCrudList, FieldDefineHasTask, FieldDefineIsTaskFormControl, FieldDefineIsWorkflowControl, FieldFunctionCrudList, FieldIndexInDataSource, FieldOrderCrudList, FieldRowSpan, FieldWorkflowCodeInCrudForm, FileDataService, FileExplorerService, FileExtensions, FileManagerComponent, FileManagerControlSchema, FileManagerMode, FileManagerSetting, FileObjectService, FilePickerDialogComponent, FilePickerSetting, FileType, FileTypeFlag, FileUploadComponent, FileUploadControlSchema, FileUploadMode, FileUploadSetting, FileV4Service, Filter, FolderService, FormControlBase, FormControlBaseWithService, FormSchemaBase, FormSchemaBaseWithService, FormState, Gender, GenerateLinkDownloadDTO, GenericGuardChildService, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HighPerformanceService, HighlightPipe, HoSoDoiTacService, HtmlFormatPipe, HttpOptions, ImageService, ImageUploaderControlSchema, Include, JsPlumbOption, KeyFieldGetRefType, KeyFilterStateByMenuCongViec, KeyFlashShow, KeyFunctionReload, KeyValueComponent, KeyValueControlSchema, LabelSchema, LabelWFNhomTrangThai, LabelWorkflowCoreStatus, LengthValidator, ListHelperService, LoaiPhieuDeXuat, LocalCacheService, LowerCorrector, MA_THONG_BAO_PHAN_HE, MaActionBatDauQuyTrinh, ManagerType, MaskControlSchema, MasterDataItem, MasterDataPipe, MasterDataService, MenuService, MenuSource, MergeConfigModel, MethodResult, ModelKySoDonVi, ModelSchema, ModuleConfigService, MultiTranslateHttpLoader, MultipleReferenceDataFormatPipe, NameValidator, NodeService, NotificationObjectType, NotificationService, NotifierService, NotifierType, NumberCompareValidator, NumberOnlyValidator, NumberRangeControlSchema, Operator, OrganizationFormatPipe, OrganizationNameFormatPipe, OrganizationPickerControlSchema, OrganizationService, OrganizationsFormatPipe, PageInfo, PageSetting, Pair, PassportValidator, PasswordValidator, Pattern, PercentControlSchema, PermissionBase, PermissionConstant, PermissionService, PermissionStorage, PermissionTypes, PermissionUtilsComponent, PersonalSetting, PhanQuyenModel, PhoneNumberValidator, PhoneValidator, PopupSize, PositionService, PrintService, PublicFunction, QueryBuilderComponent, QueryBuilderGroupComponent, QueryBuilderRuleComponent, QueryGroup, QueryRule, RELOAD_FILE_LIST, RadioButtonListControlSchema, RandomDataService, RefField, ReferenceDataFormatPipe, ReferenceTextControlSchema, RegexSplitFieldByItem, ReponseResult, RequiredFieldsValidator, RequiredValidator, RowColorOption, RowExcel, SHARE_COMPONENT_ID, SHARE_EVENT, SafeHtmlPipe, SafeStylePipe, SafeUrlPipe, SameValueValidator, ScalarValueValidator, SchemaBase, SecurePipe, ServiceFileUploadComponent, ServiceRequestModel, ServiceRequestModelV5, SessionTypes, SharedFolderType, SignalRService, SimpleDicItem, SimpleDictionary, Sort, SortDirs, SpanControlSchema, SplashComponentComponent, StartupBusinessComponentBase, StateComponent, StateMachineTopic, StateMachinesConnectionMetadataComponent, StateMachinesDesignerComponent, StateMachinesService, StateMetadataComponent, Status, StatusAction, StatusGroup, StatusOption, StatusOrg, StatusUser, StorageService, StorageUpdatedService, StringCompareOption, StringFormatPipe, SummaryPipe, SwitchControlSchema, TBL_DM_COSODAOTAO_CONSTS, TBL_DM_PHONGHOC_CONSTS, TBL_KTX_NGUOITHUE_HOSO, TBL_TS_PHIEUDEXUAT, TBL_TS_TAISANCODINH_CONSTS, TabViewData, TableSchema, TagSeparator, TaiLieuComponent, TaxCodeValidator, TemplateConstant, TemplateControlSchema, TemplateInstanceService, TemplateService, TemplateTextItem, TemplateTextMany, TemplateTextV4Service, TemplateType, TemplateV4Service, TenContainer, TextAlign, TextAreaControlSchema, TextControlSchema, TextControlSchemaWithService, TitleSchema, TnClientCommand, TnClientService, TnComponentConfig, TnCustomScrollbarComponent, TnDatePipe, TnMenu, TnMenuItem, TnReorderableColumnDirective, TnReorderableRowDirective, TnSortIcon, TnSortableColumnDirective, TnTreeTableToggler, TnUser, TnxSharedModule, TopicReloadCongViecV5, TopicReloadCountCongViecV5, TopicReloadNotification, TrangThaiMasterData, TrangThais, TreeDataOption, TreeListBase, TreeNode, TrimCorrector, TrimEndCorrector, TrimStartCorrector, TypeDanhMucAPI, UniqueFieldInTableValidator, UniqueNumberService, UpperCorrector, UserGroupRealService, UserGroupService, UserOnlineDetailsService, UserPickerControlSchema, UserPickerDialogComponent, UserPublicInfo, UserService, UserType, UserV5Service, Validation, ValueType, VanBanPickerControlSchema, ViewContainerRefDirective, VirtualBaseService, WorkflowConfigAdvance, WorkflowCoreStatusEnum, WorkflowFieldStateCode, WorkflowHistoryService, WorkflowPermissionDetailService, WorkflowPickerComponent, WorkflowService, WorkflowSetting, WorkflowSettingNew, WorkflowSettingsService, WrapPickerControlSchema, addDay, addZero, appendDefaultFilter, clearAll, clone, cloneOld, coreDeclaration, coreModuleImport, coreProvider, createJsPlumnInstance, createOrgPickerControl, createOrgPickerControlNew, createRolePickerControl, createUserGroupPickerControl, createUserPickerControl, dataSourceIcon, dateDiff, fileTypeSource, genQueryFromFilters, getDateFromStringDateVN, getDayOfWeek, getEnvironmentByName, getEnvironmentData, getListMenuByName, getMenuData, getMonday, getStringDate, getStringDateTime, getStringDateVN, getStringDateVNLocal, getTimeSpan, isArray, isBoolean, isDate, isFunction, isLiteralObject, isNumber, isObjectOld, isRegular, isSimpleType, isString, isValidDate, isValidTime, keyUserSurveyLocal, loadRemoteModule, loadRemotePageModule, mapProperty, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, romanize, setMetadataConnection, setMetadataState, translateStateMachine, ɵ10, ɵ11, ɵ12, ɵ13, ɵ14, ɵ15, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9, LoggerService as ɵa, DropdownService as ɵb, RoleService as ɵba, ProcessWorkflowFormComponent as ɵbb, CongViecDinhKemService as ɵbc, CongViecThayDoiService as ɵbd, AddressComponent as ɵbe, AfterViewCheckedComponent as ɵbf, AdvanceSearchComponent as ɵbg, AutoCompletePickerComponent as ɵbh, ImageUploaderComponent as ɵbi, CheckBoxListComponent as ɵbj, CoCauToChucPickerListComponent as ɵbk, CoCauToChucPickerListNewComponent as ɵbl, FormBuilderComponent as ɵbm, BaseCongViecTestComponent as ɵbn, BaseCauHinhWorkflowDetailComponent as ɵbo, BaseDmLoaiCongViecFormComponent as ɵbp, BaseDmLinhVucCongViecFormComponent as ɵbq, BaseDmPriorityFormComponent as ɵbr, BaseCongviecDinhkemComponent as ɵbs, BaseCongviecDinhkemFormComponent as ɵbt, DatetimePickerComponent as ɵbu, DatetimePickerRangeComponent as ɵbv, DynamicNodeComponent as ɵbw, EntityPickerBoxComponent as ɵbx, EntityPickerDataComponent as ɵby, EntityPickerSelectedComponent as ɵbz, EntityPickerService as ɵc, EntityPickerComponent as ɵca, EntityPickerDialogComponent as ɵcb, EntityPickerTreeDataComponent as ɵcc, EntityPickerTreeSelectedComponent as ɵcd, EntityPermissionComponent as ɵce, EquationEditorComponent as ɵcf, MaskComponent as ɵcg, NumberPickerRangeComponent as ɵch, PagingNextBackOnlyComponent as ɵci, RadioButtonListComponent as ɵcj, VanBanPickerComponent as ɵck, VanBanDenService as ɵcl, VanBanDiService as ɵcm, VanBanPickerDialogComponent as ɵcn, VanbanDiPickerComponent as ɵco, VanbanDenPickerComponent as ɵcp, CongViecPickerComponent as ɵcq, SettingsComponent as ɵcr, SettingsRowComponent as ɵcs, SettingsWorkflowComponent as ɵct, SettingsWorkflowNo1Component as ɵcu, SimpleWorkflowFormComponent as ɵcv, ProcessWorkflowTargetComponent as ɵcw, ChoYKienFormComponent as ɵcx, SplashComponentV1Component as ɵcy, SplashComponentV2Component as ɵcz, ExceptionHandlerService as ɵd, SplashComponentV3Component as ɵda, SplashComponentV4Component as ɵdb, StateMachinesConnectionReceiverComponent as ɵdc, StateMachinesConnectionReceiverConditionComponent as ɵdd, StateMachinesConnectionReceiverDepartmentComponent as ɵde, StateMachinesConnectionReceiverGroupComponent as ɵdf, StateMachinesConnectionReceiverUserComponent as ɵdg, StateMachinesConnectionReceiverRoleComponent as ɵdh, StateMachinesConnectionSenderComponent as ɵdi, StartWorkflowComponent as ɵdj, ShareLinkByPermissionComponent as ɵdk, WorkflowSettingNewComponent as ɵdl, PermissionSharingComponent as ɵdm, WorkflowPermissionService as ɵdn, TnCheckboxComponent as ɵdo, TnDialogComponent as ɵdp, TnColorPickerComponent as ɵdq, TnTinymceComponent as ɵdr, TnTabViewComponent as ɵds, TableDetailFormComponent as ɵdt, FileIconPipe as ɵdu, FileSizePipe as ɵdv, QuickAddFormComponent as ɵdw, PreventShiftTabDirective as ɵdx, TnTemplateDirective as ɵdy, UserPickerComponent as ɵdz, CanBo_HoSoService as ɵe, UserPickerBoxComponent as ɵea, CoCauToChucTestService as ɵeb, TnAppHelpComponent as ɵec, PathNameService as ɵed, HelperCurrentPageComponent as ɵee, TnAppNotificationListComponent as ɵef, TnAppNotificationComponent as ɵeg, FolderFormComponent as ɵeh, FileFormComponent as ɵei, FileViewerComponent as ɵej, FileVersionListComponent as ɵek, ViewDetailComponent as ɵel, WorkflowHistoryComponent as ɵem, WorkflowHistoryDialogComponent as ɵen, WorkflowHistoryNewComponent as ɵeo, WorkflowSettingComponent as ɵep, WorkflowSettingDialogComponent as ɵeq, WorkflowPermissionComponent as ɵer, WorkflowPermissionFormComponent as ɵes, ReferenceTextBoxComponent as ɵet, QrCodeGeneratorComponent as ɵeu, AddNewsComponent as ɵev, ArticleService as ɵew, NewsCategoryService as ɵex, UniversalLinkProcessorComponent as ɵey, SignatureDetailComponent as ɵez, ListBase as ɵf, KySoSimDanhSachChuKyComponent as ɵfa, KySoSimChuKyUserService as ɵfb, FileKySoSimComponent as ɵfc, KySoSimSignPDFService as ɵfd, TaiLieuCuaToiComponent as ɵfe, KhaiThacTaiLieuDungChungComponent as ɵff, DanhMucDungChungService as ɵfg, TnTemplateComponent as ɵfh, DropdownSettingFormComponent as ɵfi, CheckReadyComponent as ɵfj, WorkflowButtonComponent as ɵfk, TnAccordionTabComponent as ɵfl, AppTopBarBaseComponent as ɵfm, AppTopBarV1Component as ɵfn, AppTopBarV2Component as ɵfo, AppTopBarV3Component as ɵfp, AppTopBarV4Component as ɵfq, LoadingPageV1Component as ɵfr, AppRootMenuComponent as ɵfs, AppFooterComponent as ɵft, AppProfileComponent as ɵfu, AppSubMenuComponent as ɵfv, AppMenuComponent as ɵfw, AppSubMenuV2Component as ɵfx, AppMenuV2Component as ɵfy, ListComponentBase as ɵg, TreeTableComponent as ɵh, NotFoundComponent as ɵi, SendAccessTokenInterceptor as ɵj, LogInterceptor as ɵk, PermissionUtilsInterceptor as ɵl, TraceInterceptor as ɵm, EntityWorkflowSettingService as ɵn, EntityWorkflowHistoryService as ɵo, EntityPermissionService as ɵp, ChatService as ɵq, MyDriveService as ɵr, ContentsService as ɵs, StatusExtendsService as ɵt, MessageBoardService as ɵu, FileExplorerNewService as ɵv, ReportQueueComponent as ɵw, FileVersionService as ɵx, FileManagerService as ɵy, DM_ChucVuService as ɵz };
|
|
57314
|
+
export { AccessDeniedComponent, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddressControlSchema, AddressService, AdvanceSearchData, AdvanceSearchSetting, AnnouncementReadsService, AnnouncementsService, AppComponentBase, AppListService, ApplicationContextService, ApprovalPipe, ArrayPair, AtLeastOneRowTableValidator, AuthenService, AuthorizeDirective, AutoCompleteControlSchema, AutoCompletePickerControlSchema, AutocompleteDatasourceComponent, AvatarUploaderComponent, BaseCauHinhWorkflowComponent, BaseCongViecComponent, BaseCongViecFormComponent, BaseDmLinhVucCongViecComponent, BaseDmLoaiCongViecComponent, BaseDmPriorityComponent, BaseMenuService, BaseModule, BaseService, BooleanFormatPipe, ButtonControlSchema, ButtonPermission, ButtonPermissions, ButtonTextActionCongViec, CONFIG_CALENDAR_VIETNAMESE, CalculationEngineService, CanBoHoSoService, CanBo_HoSo_CoCauToChucService, CauHinhWorkflowService, CccdValidator, CellExcel, ChatBoxComponent, ChatSendMessageBoxComponent, CheckBoxListControlSchema, CheckControlVisibleService, CheckDuplicateFieldsValidator, CheckDuplicateValidator, CheckboxControlSchema, ChipsControlSchema, ClientV5Service, CoCauToChucControlSchema, CoCauToChucNewService, CoCauToChucPickerComponent, CoCauToChucPickerControlSchema, CoCauToChucPickerControlSchemaNew, CoCauToChucService, CodeValidator, ColorBlack, ColorControlSchema, ColorPickerControlSchema, ColorWhite, Column, ColumnSchemaBase, ColumnSetting, ColumnSettingDetail, ComCtxConstants, CommandType, CommonAppComponentComponent, CommonDashboardComponent, CommonErrorCode, CommonLibComponent, CommonSearchFormComponent, CommonService, CompareValidator, ComponentBase, ComponentBaseWithButton, ComponentConstants, ComponentContextService, ConditionalBuilderService, CongViecLienQuanService, CongViecNextFirstStepComponent, CongViecPickerControlSchema, CongViecService, ContainerSchema, ControlTreeNode, ControlType, ConvertMoneyToWordPipe, CoreConfigService, CrudBase, CrudFormComponent, CrudFormCustomFunction, CrudFormData, CrudFormSetting, CrudListComponent, CrudListConfig, CrudListCustomFunction, CrudListData, CrudListHelper, CrudListSetting, CrudService, CustomControlSchema, CustomRouterService, CustomizeUiModel, CustomizeUiService, DanhmucApiService, DataExcel, DataFormBase, DataListBase, DataSourceControlSchema, DataSourceGioiTinh, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DbOrganizationOrganizationService, DbOrganizationPositionService, Deadline, DeadlineType, DhvinhGuardService, DialogModel, DmChucVuService, DmLinhVucCongViecService, DmLoaiCongViecService, DmPriorityService, DomService, DownloadLinkService, DropdownComponent, DropdownControlSchema, DropdownOptions, DummyWorkflowCode, DynamicComponentService, ENUM_DON_VI_HANH_CHINH, EXPLORER_TYPES, EXPORT_VERSION_V4, EXPORT_VERSION_V5, EditFileCommand, EditorControlSchema, EformService, EmailValidator, EntityMedataDataSetting, EntityMetadataService, EntityPickerColumn, EntityPickerControlSchema, EntityWorkflowType, EnumActionType, EnumAppSwitcherCode, EnumCanBo, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumGioiTinh, EnumHocHamHocVi, EnumLoaiDanhSachCongViec, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumTypeSplash, EnumUserRule, EnumUserSource, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, ExtensionsConst, FILE_TYPES, FederationService, FieldCheckboxCrudList, FieldColExpandCrudList, FieldColReorderCrudList, FieldDefineHasTask, FieldDefineIsTaskFormControl, FieldDefineIsWorkflowControl, FieldFunctionCrudList, FieldIndexInDataSource, FieldOrderCrudList, FieldRowSpan, FieldWorkflowCodeInCrudForm, FileDataService, FileExplorerService, FileExtensions, FileManagerComponent, FileManagerControlSchema, FileManagerMode, FileManagerSetting, FileObjectService, FilePickerDialogComponent, FilePickerSetting, FileType, FileTypeFlag, FileUploadComponent, FileUploadControlSchema, FileUploadMode, FileUploadSetting, FileV4Service, Filter, FolderService, FormControlBase, FormControlBaseWithService, FormSchemaBase, FormSchemaBaseWithService, FormState, Gender, GenerateLinkDownloadDTO, GenericGuardChildService, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HighPerformanceService, HighlightPipe, HoSoDoiTacService, HtmlFormatPipe, HttpOptions, ImageService, ImageUploaderControlSchema, Include, JsPlumbOption, KeyFieldGetRefType, KeyFilterStateByMenuCongViec, KeyFlashShow, KeyFunctionReload, KeyValueComponent, KeyValueControlSchema, LabelSchema, LabelWFNhomTrangThai, LabelWorkflowCoreStatus, LengthValidator, ListHelperService, LoaiPhieuDeXuat, LocalCacheService, LowerCorrector, MA_THONG_BAO_PHAN_HE, MaActionBatDauQuyTrinh, ManagerType, MaskControlSchema, MasterDataItem, MasterDataPipe, MasterDataService, MenuService, MenuSource, MergeConfigModel, MethodResult, ModelKySoDonVi, ModelSchema, ModuleConfigService, MultiTranslateHttpLoader, MultipleReferenceDataFormatPipe, NameValidator, NodeService, NotificationObjectType, NotificationService, NotifierService, NotifierType, NumberCompareValidator, NumberOnlyValidator, NumberRangeControlSchema, Operator, OrganizationFormatPipe, OrganizationNameFormatPipe, OrganizationPickerControlSchema, OrganizationService, OrganizationsFormatPipe, PageInfo, PageSetting, Pair, PassportValidator, PasswordValidator, Pattern, PercentControlSchema, PermissionBase, PermissionConstant, PermissionService, PermissionStorage, PermissionTypes, PermissionUtilsComponent, PersonalSetting, PhanQuyenModel, PhoneNumberValidator, PhoneValidator, PopupSize, PositionService, PrintService, PublicFunction, QueryBuilderComponent, QueryBuilderGroupComponent, QueryBuilderRuleComponent, QueryGroup, QueryRule, RELOAD_FILE_LIST, RadioButtonListControlSchema, RandomDataService, RefField, ReferenceDataFormatPipe, ReferenceTextControlSchema, RegexSplitFieldByItem, ReponseResult, RequiredFieldsValidator, RequiredValidator, RowColorOption, RowExcel, SHARE_COMPONENT_ID, SHARE_EVENT, SafeHtmlPipe, SafeStylePipe, SafeUrlPipe, SameValueValidator, ScalarValueValidator, SchemaBase, SecurePipe, ServiceFileUploadComponent, ServiceRequestModel, ServiceRequestModelV5, SessionTypes, SharedFolderType, SignalRService, SimpleDicItem, SimpleDictionary, Sort, SortDirs, SpanControlSchema, SplashComponentComponent, StartupBusinessComponentBase, StateComponent, StateMachineTopic, StateMachinesConnectionMetadataComponent, StateMachinesDesignerComponent, StateMachinesService, StateMetadataComponent, Status, StatusAction, StatusGroup, StatusOption, StatusOrg, StatusUser, StorageService, StorageUpdatedService, StringCompareOption, StringFormatPipe, SummaryPipe, SwitchControlSchema, TBL_DM_COSODAOTAO_CONSTS, TBL_DM_PHONGHOC_CONSTS, TBL_KTX_NGUOITHUE_HOSO, TBL_TS_PHIEUDEXUAT, TBL_TS_TAISANCODINH_CONSTS, TabViewData, TableSchema, TagSeparator, TaiLieuComponent, TaxCodeValidator, TemplateConstant, TemplateControlSchema, TemplateInstanceService, TemplateService, TemplateTextItem, TemplateTextMany, TemplateTextV4Service, TemplateType, TemplateV4Service, TenContainer, TextAlign, TextAreaControlSchema, TextControlSchema, TextControlSchemaWithService, TitleSchema, TnClientCommand, TnClientService, TnComponentConfig, TnCustomScrollbarComponent, TnDatePipe, TnMenu, TnMenuItem, TnReorderableColumnDirective, TnReorderableRowDirective, TnSortIcon, TnSortableColumnDirective, TnTreeTableToggler, TnUser, TnxSharedModule, TopicReloadCongViecV5, TopicReloadCountCongViecV5, TopicReloadNotification, TrangThaiMasterData, TrangThais, TreeDataOption, TreeListBase, TreeNode, TrimCorrector, TrimEndCorrector, TrimStartCorrector, TypeDanhMucAPI, UniqueFieldInTableValidator, UniqueNumberService, UpperCorrector, UserGroupRealService, UserGroupService, UserOnlineDetailsService, UserPickerControlSchema, UserPickerDialogComponent, UserPublicInfo, UserService, UserType, UserV5Service, Validation, ValueType, VanBanPickerControlSchema, ViewContainerRefDirective, VirtualBaseService, WorkflowConfigAdvance, WorkflowCoreStatusEnum, WorkflowFieldStateCode, WorkflowHistoryService, WorkflowPermissionDetailService, WorkflowPickerComponent, WorkflowService, WorkflowSetting, WorkflowSettingNew, WorkflowSettingsService, WrapPickerControlSchema, addDay, addZero, appendDefaultFilter, clearAll, clone, cloneOld, coreDeclaration, coreModuleImport, coreProvider, createJsPlumnInstance, createOrgPickerControl, createOrgPickerControlNew, createRolePickerControl, createUserGroupPickerControl, createUserPickerControl, dataSourceIcon, dateDiff, fileTypeSource, genQueryFromFilters, getDateFromStringDateVN, getDayOfWeek, getEnvironmentByName, getEnvironmentData, getListMenuByName, getMenuData, getMonday, getStringDate, getStringDateTime, getStringDateVN, getStringDateVNLocal, getTimeSpan, isArray, isBoolean, isDate, isFunction, isLiteralObject, isNumber, isObjectOld, isRegular, isSimpleType, isString, isValidDate, isValidTime, keyUserSurveyLocal, loadRemoteModule, loadRemotePageModule, mapProperty, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, romanize, setMetadataConnection, setMetadataState, translateStateMachine, ɵ10, ɵ11, ɵ12, ɵ13, ɵ14, ɵ15, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9, LoggerService as ɵa, DropdownService as ɵb, RoleService as ɵba, ProcessWorkflowFormComponent as ɵbb, CongViecDinhKemService as ɵbc, CongViecThayDoiService as ɵbd, AddressComponent as ɵbe, AfterViewCheckedComponent as ɵbf, AdvanceSearchComponent as ɵbg, AutoCompletePickerComponent as ɵbh, ImageUploaderComponent as ɵbi, CheckBoxListComponent as ɵbj, CoCauToChucPickerListComponent as ɵbk, CoCauToChucPickerListNewComponent as ɵbl, FormBuilderComponent as ɵbm, BaseCongViecTestComponent as ɵbn, BaseCauHinhWorkflowDetailComponent as ɵbo, BaseDmLoaiCongViecFormComponent as ɵbp, BaseDmLinhVucCongViecFormComponent as ɵbq, BaseDmPriorityFormComponent as ɵbr, BaseCongviecDinhkemComponent as ɵbs, BaseCongviecDinhkemFormComponent as ɵbt, DatetimePickerComponent as ɵbu, DatetimePickerRangeComponent as ɵbv, DynamicNodeComponent as ɵbw, EntityPickerBoxComponent as ɵbx, EntityPickerDataComponent as ɵby, EntityPickerSelectedComponent as ɵbz, EntityPickerService as ɵc, EntityPickerComponent as ɵca, EntityPickerDialogComponent as ɵcb, EntityPickerTreeDataComponent as ɵcc, EntityPickerTreeSelectedComponent as ɵcd, EntityPermissionComponent as ɵce, EquationEditorComponent as ɵcf, MaskComponent as ɵcg, NumberPickerRangeComponent as ɵch, PagingNextBackOnlyComponent as ɵci, RadioButtonListComponent as ɵcj, VanBanPickerComponent as ɵck, VanBanDenService as ɵcl, VanBanDiService as ɵcm, VanBanPickerDialogComponent as ɵcn, VanbanDiPickerComponent as ɵco, VanbanDenPickerComponent as ɵcp, CongViecPickerComponent as ɵcq, SettingsComponent as ɵcr, SettingsRowComponent as ɵcs, SettingsWorkflowComponent as ɵct, SettingsWorkflowNo1Component as ɵcu, SimpleWorkflowFormComponent as ɵcv, ProcessWorkflowTargetComponent as ɵcw, ChoYKienFormComponent as ɵcx, SplashComponentV1Component as ɵcy, SplashComponentV2Component as ɵcz, ExceptionHandlerService as ɵd, SplashComponentV3Component as ɵda, SplashComponentV4Component as ɵdb, StateMachinesConnectionReceiverComponent as ɵdc, StateMachinesConnectionReceiverConditionComponent as ɵdd, StateMachinesConnectionReceiverDepartmentComponent as ɵde, StateMachinesConnectionReceiverGroupComponent as ɵdf, StateMachinesConnectionReceiverUserComponent as ɵdg, StateMachinesConnectionReceiverRoleComponent as ɵdh, StateMachinesConnectionSenderComponent as ɵdi, StartWorkflowComponent as ɵdj, ShareLinkByPermissionComponent as ɵdk, WorkflowSettingNewComponent as ɵdl, PermissionSharingComponent as ɵdm, WorkflowPermissionService as ɵdn, TnCheckboxComponent as ɵdo, TnDialogComponent as ɵdp, TnColorPickerComponent as ɵdq, TnTinymceComponent as ɵdr, TnTabViewComponent as ɵds, TableDetailFormComponent as ɵdt, FileIconPipe as ɵdu, FileSizePipe as ɵdv, QuickAddFormComponent as ɵdw, PreventShiftTabDirective as ɵdx, TnTemplateDirective as ɵdy, UserPickerComponent as ɵdz, CanBo_HoSoService as ɵe, UserPickerBoxComponent as ɵea, CoCauToChucTestService as ɵeb, TnAppHelpComponent as ɵec, PathNameService as ɵed, HelperCurrentPageComponent as ɵee, TnAppNotificationListComponent as ɵef, TnAppNotificationComponent as ɵeg, FolderFormComponent as ɵeh, FileFormComponent as ɵei, FileViewerComponent as ɵej, FileVersionListComponent as ɵek, ViewDetailComponent as ɵel, WorkflowHistoryComponent as ɵem, WorkflowHistoryDialogComponent as ɵen, WorkflowHistoryNewComponent as ɵeo, WorkflowSettingComponent as ɵep, WorkflowSettingDialogComponent as ɵeq, WorkflowPermissionComponent as ɵer, WorkflowPermissionFormComponent as ɵes, ReferenceTextBoxComponent as ɵet, QrCodeGeneratorComponent as ɵeu, AddNewsComponent as ɵev, ArticleService as ɵew, NewsCategoryService as ɵex, UniversalLinkProcessorComponent as ɵey, SignatureDetailComponent as ɵez, ListBase as ɵf, KySoSimDanhSachChuKyComponent as ɵfa, KySoSimChuKyUserService as ɵfb, FileKySoSimComponent as ɵfc, KySoSimSignPDFService as ɵfd, TaiLieuCuaToiComponent as ɵfe, KhaiThacTaiLieuDungChungComponent as ɵff, DanhMucDungChungService as ɵfg, TnTemplateComponent as ɵfh, DropdownSettingFormComponent as ɵfi, CheckReadyComponent as ɵfj, WorkflowButtonComponent as ɵfk, TnAccordionTabComponent as ɵfl, AppTopBarBaseComponent as ɵfm, AppTopBarV1Component as ɵfn, AppTopBarV2Component as ɵfo, AppTopBarV3Component as ɵfp, AppTopBarV4Component as ɵfq, LoadingPageV1Component as ɵfr, AppRootMenuComponent as ɵfs, AppFooterComponent as ɵft, AppProfileComponent as ɵfu, AppSubMenuComponent as ɵfv, AppMenuComponent as ɵfw, AppSubMenuV2Component as ɵfx, AppMenuV2Component as ɵfy, ListComponentBase as ɵg, TreeTableComponent as ɵh, NotFoundComponent as ɵi, SendAccessTokenInterceptor as ɵj, LogInterceptor as ɵk, PermissionUtilsInterceptor as ɵl, TraceInterceptor as ɵm, EntityWorkflowSettingService as ɵn, EntityWorkflowHistoryService as ɵo, EntityPermissionService as ɵp, ChatService as ɵq, MyDriveService as ɵr, ContentsService as ɵs, StatusExtendsService as ɵt, MessageBoardService as ɵu, FileExplorerNewService as ɵv, ReportQueueComponent as ɵw, FileVersionService as ɵx, FileManagerService as ɵy, DM_ChucVuService as ɵz };
|
|
57278
57315
|
//# sourceMappingURL=tnx-shared.js.map
|