tnx-shared 5.1.552 → 5.1.554
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 +23 -5
- 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/esm2015/models/export-item.js +7 -1
- package/esm2015/services/common.service.js +13 -6
- package/fesm2015/tnx-shared.js +19 -6
- package/fesm2015/tnx-shared.js.map +1 -1
- package/models/export-item.d.ts +5 -0
- package/models/export-item.d.ts.map +1 -1
- package/package.json +2 -2
- package/services/common.service.d.ts +2 -2
- package/services/common.service.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -3666,15 +3666,22 @@ class CommonService {
|
|
|
3666
3666
|
}
|
|
3667
3667
|
return [startDate, endDate];
|
|
3668
3668
|
}
|
|
3669
|
-
addHtmlContentWithTagAround(lstTag, className = '', tagAround = 'div') {
|
|
3669
|
+
addHtmlContentWithTagAround(lstTag, className = '', tagAround = 'div', attributes = {}) {
|
|
3670
3670
|
let result = '';
|
|
3671
3671
|
for (let item of lstTag) {
|
|
3672
|
-
result += this.addHtmlContent(item.content, item.className, item.tagName);
|
|
3672
|
+
result += this.addHtmlContent(item.content, item.className, item.tagName, item.attributes);
|
|
3673
3673
|
}
|
|
3674
|
-
return
|
|
3674
|
+
return this.addHtmlContent(result, className, tagAround, attributes);
|
|
3675
3675
|
}
|
|
3676
|
-
addHtmlContent(content, className = '', tagName = 'div') {
|
|
3677
|
-
|
|
3676
|
+
addHtmlContent(content, className = '', tagName = 'div', attributes = {}) {
|
|
3677
|
+
var _a;
|
|
3678
|
+
let strAttribute = '';
|
|
3679
|
+
if ((_a = Object.keys(attributes)) === null || _a === void 0 ? void 0 : _a.length) {
|
|
3680
|
+
Object.entries(attributes).forEach(([key, value]) => {
|
|
3681
|
+
strAttribute += ` ${key}='${value}'`;
|
|
3682
|
+
});
|
|
3683
|
+
}
|
|
3684
|
+
return `<${tagName} class='${className}' ${strAttribute}>${content}</${tagName}>`;
|
|
3678
3685
|
}
|
|
3679
3686
|
}
|
|
3680
3687
|
CommonService.ɵprov = i0.ɵɵdefineInjectable({ factory: function CommonService_Factory() { return new CommonService(i0.ɵɵinject(ModuleConfigService)); }, token: CommonService, providedIn: "root" });
|
|
@@ -4248,6 +4255,12 @@ class ExportItem {
|
|
|
4248
4255
|
}
|
|
4249
4256
|
}
|
|
4250
4257
|
}
|
|
4258
|
+
class MergeConfigModel {
|
|
4259
|
+
constructor() {
|
|
4260
|
+
this.row = 1;
|
|
4261
|
+
this.columnStart = 1;
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4251
4264
|
|
|
4252
4265
|
const isLiteralObject = (obj) => {
|
|
4253
4266
|
return (obj instanceof Object)
|
|
@@ -56737,5 +56750,5 @@ class Pair {
|
|
|
56737
56750
|
* Generated bundle index. Do not edit.
|
|
56738
56751
|
*/
|
|
56739
56752
|
|
|
56740
|
-
export { AccessDeniedComponent, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddressControlSchema, AddressService, AdvanceSearchData, AdvanceSearchSetting, 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, 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, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DbOrganizationOrganizationService, DbOrganizationPositionService, Deadline, DeadlineType, DhvinhGuardService, DialogModel, 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, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumLoaiDanhSachCongViec, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumTypeSplash, EnumUserRule, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, ExtensionsConst, FILE_TYPES, 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, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HighPerformanceService, HighlightPipe, 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, 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, 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, UserFormatPipe, UserGroupRealService, UserGroupService, UserPickerControlSchema, UserPickerDialogComponent, UserPublicInfo, UserService, UserType, UserV5Service, UsersFormatPipe, Validation, ValueType, VanBanPickerControlSchema, 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, mapProperty, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, romanize, setMetadataConnection, setMetadataState, translateStateMachine, ɵ10, ɵ11, ɵ12, ɵ13, ɵ14, ɵ15, ɵ3, ɵ4, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9, LoggerService as ɵa, DropdownService as ɵb, DM_ChucVuService as ɵba, RoleService as ɵbb, ProcessWorkflowFormComponent as ɵbc, CongViecDinhKemService as ɵbd, CongViecThayDoiService as ɵbe, AddressComponent as ɵbf, AfterViewCheckedComponent as ɵbg, AdvanceSearchComponent as ɵbh, AppRootMenuComponent as ɵbi, AppTopBarComponent as ɵbj, AppTopBarV1Component as ɵbk, AppTopBarV2Component as ɵbl, AppTopBarV3Component as ɵbm, AppProfileComponent as ɵbn, AppSubMenuComponent as ɵbo, AppMenuComponent as ɵbp, AutoCompletePickerComponent as ɵbq, ImageUploaderComponent as ɵbr, CheckBoxListComponent as ɵbs, CoCauToChucPickerListComponent as ɵbt, CoCauToChucPickerListNewComponent as ɵbu, FormBuilderComponent as ɵbv, BaseCongViecTestComponent as ɵbw, BaseCauHinhWorkflowDetailComponent as ɵbx, BaseDmLoaiCongViecFormComponent as ɵby, BaseDmLinhVucCongViecFormComponent as ɵbz, EntityPickerService as ɵc, BaseDmPriorityFormComponent as ɵca, BaseCongviecDinhkemComponent as ɵcb, BaseCongviecDinhkemFormComponent as ɵcc, DatetimePickerComponent as ɵcd, DatetimePickerRangeComponent as ɵce, DynamicNodeComponent as ɵcf, EntityPickerBoxComponent as ɵcg, EntityPickerDataComponent as ɵch, EntityPickerSelectedComponent as ɵci, EntityPickerComponent as ɵcj, EntityPickerDialogComponent as ɵck, EntityPickerTreeDataComponent as ɵcl, EntityPickerTreeSelectedComponent as ɵcm, EntityPermissionComponent as ɵcn, EquationEditorComponent as ɵco, MaskComponent as ɵcp, NumberPickerRangeComponent as ɵcq, PagingNextBackOnlyComponent as ɵcr, RadioButtonListComponent as ɵcs, VanBanPickerComponent as ɵct, VanBanDenService as ɵcu, VanBanDiService as ɵcv, VanBanPickerDialogComponent as ɵcw, VanbanDiPickerComponent as ɵcx, VanbanDenPickerComponent as ɵcy, CongViecPickerComponent as ɵcz, ExceptionHandlerService as ɵd, SettingsComponent as ɵda, SettingsRowComponent as ɵdb, SettingsWorkflowComponent as ɵdc, SettingsWorkflowNo1Component as ɵdd, SimpleWorkflowFormComponent as ɵde, ProcessWorkflowTargetComponent as ɵdf, DmChucVuService as ɵdg, ChoYKienFormComponent as ɵdh, SplashComponentV1Component as ɵdi, SplashComponentV2Component as ɵdj, SplashComponentV3Component as ɵdk, StateMachinesConnectionReceiverComponent as ɵdl, StateMachinesConnectionReceiverConditionComponent as ɵdm, StateMachinesConnectionReceiverDepartmentComponent as ɵdn, StateMachinesConnectionReceiverGroupComponent as ɵdo, StateMachinesConnectionReceiverUserComponent as ɵdp, StateMachinesConnectionReceiverRoleComponent as ɵdq, StateMachinesConnectionSenderComponent as ɵdr, StartWorkflowComponent as ɵds, ShareLinkByPermissionComponent as ɵdt, WorkflowSettingNewComponent as ɵdu, PermissionSharingComponent as ɵdv, WorkflowPermissionService as ɵdw, TnCheckboxComponent as ɵdx, TnDialogComponent as ɵdy, TnColorPickerComponent as ɵdz, CanBo_HoSoService as ɵe, TnTinymceComponent as ɵea, TnTabViewComponent as ɵeb, TableDetailFormComponent as ɵec, FileIconPipe as ɵed, FileSizePipe as ɵee, QuickAddFormComponent as ɵef, PreventShiftTabDirective as ɵeg, TnTemplateDirective as ɵeh, UserPickerComponent as ɵei, UserPickerBoxComponent as ɵej, CoCauToChucTestService as ɵek, TnAppHelpComponent as ɵel, PathNameService as ɵem, HelperCurrentPageComponent as ɵen, TnAppNotificationListComponent as ɵeo, TnAppNotificationComponent as ɵep, FolderFormComponent as ɵeq, FileFormComponent as ɵer, FileViewerComponent as ɵes, FileVersionListComponent as ɵet, ViewDetailComponent as ɵeu, WorkflowHistoryComponent as ɵev, WorkflowHistoryDialogComponent as ɵew, WorkflowHistoryNewComponent as ɵex, WorkflowSettingComponent as ɵey, WorkflowSettingDialogComponent as ɵez, ListBase as ɵf, WorkflowPermissionComponent as ɵfa, WorkflowPermissionFormComponent as ɵfb, ReferenceTextBoxComponent as ɵfc, QrCodeGeneratorComponent as ɵfd, AccessDeniedV1Component as ɵfe, AddNewsComponent as ɵff, ArticleService as ɵfg, NewsCategoryService as ɵfh, SignatureDetailComponent as ɵfi, KySoSimDanhSachChuKyComponent as ɵfj, KySoSimChuKyUserService as ɵfk, FileKySoSimComponent as ɵfl, KySoSimSignPDFService as ɵfm, TaiLieuCuaToiComponent as ɵfn, KhaiThacTaiLieuDungChungComponent as ɵfo, DanhMucDungChungService as ɵfp, TnTemplateComponent as ɵfq, LoadingPageV1Component as ɵfr, DropdownSettingFormComponent as ɵfs, CheckReadyComponent as ɵft, WorkflowButtonComponent as ɵfu, TnAccordionTabComponent as ɵfv, ListComponentBase as ɵg, TreeTableComponent as ɵh, UniversalLinkProcessorComponent as ɵi, NotFoundComponent as ɵj, SendAccessTokenInterceptor as ɵk, LogInterceptor as ɵl, PermissionUtilsInterceptor as ɵm, TraceInterceptor as ɵn, EntityWorkflowSettingService as ɵo, EntityWorkflowHistoryService as ɵp, EntityPermissionService as ɵq, ChatService as ɵr, MyDriveService as ɵs, ContentsService as ɵt, StatusExtendsService as ɵu, MessageBoardService as ɵv, FileExplorerNewService as ɵw, ReportQueueComponent as ɵx, FileVersionService as ɵy, FileManagerService as ɵz };
|
|
56753
|
+
export { AccessDeniedComponent, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddressControlSchema, AddressService, AdvanceSearchData, AdvanceSearchSetting, 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, 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, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DbOrganizationOrganizationService, DbOrganizationPositionService, Deadline, DeadlineType, DhvinhGuardService, DialogModel, 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, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumLoaiDanhSachCongViec, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumTypeSplash, EnumUserRule, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, ExtensionsConst, FILE_TYPES, 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, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HighPerformanceService, HighlightPipe, 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, 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, UserFormatPipe, UserGroupRealService, UserGroupService, UserPickerControlSchema, UserPickerDialogComponent, UserPublicInfo, UserService, UserType, UserV5Service, UsersFormatPipe, Validation, ValueType, VanBanPickerControlSchema, 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, mapProperty, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, romanize, setMetadataConnection, setMetadataState, translateStateMachine, ɵ10, ɵ11, ɵ12, ɵ13, ɵ14, ɵ15, ɵ3, ɵ4, ɵ5, ɵ6, ɵ7, ɵ8, ɵ9, LoggerService as ɵa, DropdownService as ɵb, DM_ChucVuService as ɵba, RoleService as ɵbb, ProcessWorkflowFormComponent as ɵbc, CongViecDinhKemService as ɵbd, CongViecThayDoiService as ɵbe, AddressComponent as ɵbf, AfterViewCheckedComponent as ɵbg, AdvanceSearchComponent as ɵbh, AppRootMenuComponent as ɵbi, AppTopBarComponent as ɵbj, AppTopBarV1Component as ɵbk, AppTopBarV2Component as ɵbl, AppTopBarV3Component as ɵbm, AppProfileComponent as ɵbn, AppSubMenuComponent as ɵbo, AppMenuComponent as ɵbp, AutoCompletePickerComponent as ɵbq, ImageUploaderComponent as ɵbr, CheckBoxListComponent as ɵbs, CoCauToChucPickerListComponent as ɵbt, CoCauToChucPickerListNewComponent as ɵbu, FormBuilderComponent as ɵbv, BaseCongViecTestComponent as ɵbw, BaseCauHinhWorkflowDetailComponent as ɵbx, BaseDmLoaiCongViecFormComponent as ɵby, BaseDmLinhVucCongViecFormComponent as ɵbz, EntityPickerService as ɵc, BaseDmPriorityFormComponent as ɵca, BaseCongviecDinhkemComponent as ɵcb, BaseCongviecDinhkemFormComponent as ɵcc, DatetimePickerComponent as ɵcd, DatetimePickerRangeComponent as ɵce, DynamicNodeComponent as ɵcf, EntityPickerBoxComponent as ɵcg, EntityPickerDataComponent as ɵch, EntityPickerSelectedComponent as ɵci, EntityPickerComponent as ɵcj, EntityPickerDialogComponent as ɵck, EntityPickerTreeDataComponent as ɵcl, EntityPickerTreeSelectedComponent as ɵcm, EntityPermissionComponent as ɵcn, EquationEditorComponent as ɵco, MaskComponent as ɵcp, NumberPickerRangeComponent as ɵcq, PagingNextBackOnlyComponent as ɵcr, RadioButtonListComponent as ɵcs, VanBanPickerComponent as ɵct, VanBanDenService as ɵcu, VanBanDiService as ɵcv, VanBanPickerDialogComponent as ɵcw, VanbanDiPickerComponent as ɵcx, VanbanDenPickerComponent as ɵcy, CongViecPickerComponent as ɵcz, ExceptionHandlerService as ɵd, SettingsComponent as ɵda, SettingsRowComponent as ɵdb, SettingsWorkflowComponent as ɵdc, SettingsWorkflowNo1Component as ɵdd, SimpleWorkflowFormComponent as ɵde, ProcessWorkflowTargetComponent as ɵdf, DmChucVuService as ɵdg, ChoYKienFormComponent as ɵdh, SplashComponentV1Component as ɵdi, SplashComponentV2Component as ɵdj, SplashComponentV3Component as ɵdk, StateMachinesConnectionReceiverComponent as ɵdl, StateMachinesConnectionReceiverConditionComponent as ɵdm, StateMachinesConnectionReceiverDepartmentComponent as ɵdn, StateMachinesConnectionReceiverGroupComponent as ɵdo, StateMachinesConnectionReceiverUserComponent as ɵdp, StateMachinesConnectionReceiverRoleComponent as ɵdq, StateMachinesConnectionSenderComponent as ɵdr, StartWorkflowComponent as ɵds, ShareLinkByPermissionComponent as ɵdt, WorkflowSettingNewComponent as ɵdu, PermissionSharingComponent as ɵdv, WorkflowPermissionService as ɵdw, TnCheckboxComponent as ɵdx, TnDialogComponent as ɵdy, TnColorPickerComponent as ɵdz, CanBo_HoSoService as ɵe, TnTinymceComponent as ɵea, TnTabViewComponent as ɵeb, TableDetailFormComponent as ɵec, FileIconPipe as ɵed, FileSizePipe as ɵee, QuickAddFormComponent as ɵef, PreventShiftTabDirective as ɵeg, TnTemplateDirective as ɵeh, UserPickerComponent as ɵei, UserPickerBoxComponent as ɵej, CoCauToChucTestService as ɵek, TnAppHelpComponent as ɵel, PathNameService as ɵem, HelperCurrentPageComponent as ɵen, TnAppNotificationListComponent as ɵeo, TnAppNotificationComponent as ɵep, FolderFormComponent as ɵeq, FileFormComponent as ɵer, FileViewerComponent as ɵes, FileVersionListComponent as ɵet, ViewDetailComponent as ɵeu, WorkflowHistoryComponent as ɵev, WorkflowHistoryDialogComponent as ɵew, WorkflowHistoryNewComponent as ɵex, WorkflowSettingComponent as ɵey, WorkflowSettingDialogComponent as ɵez, ListBase as ɵf, WorkflowPermissionComponent as ɵfa, WorkflowPermissionFormComponent as ɵfb, ReferenceTextBoxComponent as ɵfc, QrCodeGeneratorComponent as ɵfd, AccessDeniedV1Component as ɵfe, AddNewsComponent as ɵff, ArticleService as ɵfg, NewsCategoryService as ɵfh, SignatureDetailComponent as ɵfi, KySoSimDanhSachChuKyComponent as ɵfj, KySoSimChuKyUserService as ɵfk, FileKySoSimComponent as ɵfl, KySoSimSignPDFService as ɵfm, TaiLieuCuaToiComponent as ɵfn, KhaiThacTaiLieuDungChungComponent as ɵfo, DanhMucDungChungService as ɵfp, TnTemplateComponent as ɵfq, LoadingPageV1Component as ɵfr, DropdownSettingFormComponent as ɵfs, CheckReadyComponent as ɵft, WorkflowButtonComponent as ɵfu, TnAccordionTabComponent as ɵfv, ListComponentBase as ɵg, TreeTableComponent as ɵh, UniversalLinkProcessorComponent as ɵi, NotFoundComponent as ɵj, SendAccessTokenInterceptor as ɵk, LogInterceptor as ɵl, PermissionUtilsInterceptor as ɵm, TraceInterceptor as ɵn, EntityWorkflowSettingService as ɵo, EntityWorkflowHistoryService as ɵp, EntityPermissionService as ɵq, ChatService as ɵr, MyDriveService as ɵs, ContentsService as ɵt, StatusExtendsService as ɵu, MessageBoardService as ɵv, FileExplorerNewService as ɵw, ReportQueueComponent as ɵx, FileVersionService as ɵy, FileManagerService as ɵz };
|
|
56741
56754
|
//# sourceMappingURL=tnx-shared.js.map
|