tnx-shared 5.2.23 → 5.2.24
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/classes/public-function.d.ts +13 -0
- package/classes/public-function.d.ts.map +1 -1
- package/esm2020/classes/public-function.mjs +72 -2
- package/fesm2015/tnx-shared.mjs +70 -3
- package/fesm2015/tnx-shared.mjs.map +1 -1
- package/fesm2020/tnx-shared.mjs +70 -3
- package/fesm2020/tnx-shared.mjs.map +1 -1
- package/package.json +2 -2
package/fesm2020/tnx-shared.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, InjectionToken, Optional, Inject, Directive, Input, ChangeDetectorRef, ViewChild, EventEmitter, QueryList, TemplateRef, ContentChildren, Output, Component, forwardRef, ContentChild, HostListener, ChangeDetectionStrategy, ViewEncapsulation, Pipe, LOCALE_ID, isDevMode, ViewChildren, NgModuleFactory, Compiler
|
|
2
|
+
import { Injectable, InjectionToken, Optional, Inject, Directive, Input, ChangeDetectorRef, ViewChild, EventEmitter, QueryList, TemplateRef, ContentChildren, Output, Component, forwardRef, ContentChild, HostListener, ChangeDetectionStrategy, ViewEncapsulation, Pipe, LOCALE_ID, NgModule, isDevMode, ViewChildren, NgModuleFactory, Compiler } from '@angular/core';
|
|
3
3
|
import { Subject, ReplaySubject, firstValueFrom, takeUntil as takeUntil$1, forkJoin, from, combineLatest } from 'rxjs';
|
|
4
4
|
import { takeUntil, catchError, shareReplay, retry, map, debounceTime, distinctUntilChanged, mergeMap, filter, distinct } from 'rxjs/operators';
|
|
5
5
|
import * as i2$1 from '@angular/common';
|
|
@@ -30490,7 +30490,74 @@ class PublicFunction {
|
|
|
30490
30490
|
EntityPermissionService,
|
|
30491
30491
|
];
|
|
30492
30492
|
}
|
|
30493
|
-
}
|
|
30493
|
+
}
|
|
30494
|
+
class CommonPublicModule {
|
|
30495
|
+
}
|
|
30496
|
+
CommonPublicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CommonPublicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30497
|
+
CommonPublicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.1.0", ngImport: i0, type: CommonPublicModule, imports: [BrowserModule,
|
|
30498
|
+
FormsModule,
|
|
30499
|
+
HttpClientModule,
|
|
30500
|
+
BrowserAnimationsModule,
|
|
30501
|
+
ReactiveFormsModule, i1.TranslateModule, i4$5.NgxMaskModule, ImgFallbackModule], exports: [BrowserModule,
|
|
30502
|
+
FormsModule,
|
|
30503
|
+
HttpClientModule,
|
|
30504
|
+
BrowserAnimationsModule,
|
|
30505
|
+
ReactiveFormsModule,
|
|
30506
|
+
TranslateModule,
|
|
30507
|
+
NgxMaskModule,
|
|
30508
|
+
ImgFallbackModule] });
|
|
30509
|
+
CommonPublicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CommonPublicModule, imports: [BrowserModule,
|
|
30510
|
+
FormsModule,
|
|
30511
|
+
HttpClientModule,
|
|
30512
|
+
BrowserAnimationsModule,
|
|
30513
|
+
ReactiveFormsModule,
|
|
30514
|
+
TranslateModule.forRoot({
|
|
30515
|
+
loader: {
|
|
30516
|
+
provide: TranslateLoader,
|
|
30517
|
+
useFactory: PublicFunction.createTranslateLoader,
|
|
30518
|
+
deps: [HttpClient],
|
|
30519
|
+
},
|
|
30520
|
+
}),
|
|
30521
|
+
NgxMaskModule.forRoot(),
|
|
30522
|
+
ImgFallbackModule, BrowserModule,
|
|
30523
|
+
FormsModule,
|
|
30524
|
+
HttpClientModule,
|
|
30525
|
+
BrowserAnimationsModule,
|
|
30526
|
+
ReactiveFormsModule,
|
|
30527
|
+
TranslateModule,
|
|
30528
|
+
NgxMaskModule,
|
|
30529
|
+
ImgFallbackModule] });
|
|
30530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.0", ngImport: i0, type: CommonPublicModule, decorators: [{
|
|
30531
|
+
type: NgModule,
|
|
30532
|
+
args: [{
|
|
30533
|
+
imports: [
|
|
30534
|
+
BrowserModule,
|
|
30535
|
+
FormsModule,
|
|
30536
|
+
HttpClientModule,
|
|
30537
|
+
BrowserAnimationsModule,
|
|
30538
|
+
ReactiveFormsModule,
|
|
30539
|
+
TranslateModule.forRoot({
|
|
30540
|
+
loader: {
|
|
30541
|
+
provide: TranslateLoader,
|
|
30542
|
+
useFactory: PublicFunction.createTranslateLoader,
|
|
30543
|
+
deps: [HttpClient],
|
|
30544
|
+
},
|
|
30545
|
+
}),
|
|
30546
|
+
NgxMaskModule.forRoot(),
|
|
30547
|
+
ImgFallbackModule,
|
|
30548
|
+
],
|
|
30549
|
+
exports: [
|
|
30550
|
+
BrowserModule,
|
|
30551
|
+
FormsModule,
|
|
30552
|
+
HttpClientModule,
|
|
30553
|
+
BrowserAnimationsModule,
|
|
30554
|
+
ReactiveFormsModule,
|
|
30555
|
+
TranslateModule,
|
|
30556
|
+
NgxMaskModule,
|
|
30557
|
+
ImgFallbackModule,
|
|
30558
|
+
]
|
|
30559
|
+
}]
|
|
30560
|
+
}] });
|
|
30494
30561
|
|
|
30495
30562
|
var ItemStatus;
|
|
30496
30563
|
(function (ItemStatus) {
|
|
@@ -51469,5 +51536,5 @@ class Pair {
|
|
|
51469
51536
|
* Generated bundle index. Do not edit.
|
|
51470
51537
|
*/
|
|
51471
51538
|
|
|
51472
|
-
export { AccessDeniedComponent, AccessDeniedV1Component, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddNewsComponent, AddressComponent, AddressControlSchema, AddressService, AdvanceSearchComponent, AdvanceSearchData, AdvanceSearchSetting, AfterViewCheckedComponent, AppComponentBase, AppFooterComponent, AppListService, AppMenuComponent, AppProfileComponent, AppRootMenuComponent, AppSubMenuComponent, AppTopBarComponent, AppTopBarV1Component, AppTopBarV2Component, ApplicationContextService, ApprovalPipe, ArrayPair, AtLeastOneRowTableValidator, AuthenService, AuthorizeDirective, AutoCompleteControlSchema, AutoCompletePickerComponent, AutoCompletePickerControlSchema, AutocompleteDatasourceComponent, AvatarUploaderComponent, BaseCauHinhWorkflowComponent, BaseCauHinhWorkflowDetailComponent, BaseCongViecComponent, BaseCongViecFormComponent, BaseCongviecDinhkemComponent, BaseCongviecDinhkemFormComponent, BaseDmLinhVucCongViecComponent, BaseDmLinhVucCongViecFormComponent, BaseDmLoaiCongViecComponent, BaseDmLoaiCongViecFormComponent, BaseDmPriorityComponent, BaseDmPriorityFormComponent, BaseMenuService, BaseModule, BaseService, BooleanFormatPipe, ButtonControlSchema, ButtonPermission, ButtonPermissions, ButtonTextActionCongViec, CONFIG_CALENDAR_VIETNAMESE, CalculationEngineService, CanBo_HoSoService, CellExcel, ChatBoxComponent, ChatSendMessageBoxComponent, CheckBoxListComponent, CheckBoxListControlSchema, CheckControlVisibleService, CheckDuplicateFieldsValidator, CheckDuplicateValidator, CheckReadyComponent, CheckboxControlSchema, ChipsControlSchema, ChoYKienFormComponent, ChuoiPhanTietComponent, CoCauToChucControlSchema, CoCauToChucOldService, CoCauToChucPickerComponent, CoCauToChucPickerControlSchema, CoCauToChucPickerControlSchemaNew, CoCauToChucPickerListComponent, CoCauToChucService, ColorBlack, ColorControlSchema, ColorPickerControlSchema, ColorWhite, Column, ColumnSchemaBase, ColumnSetting, ColumnSettingDetail, ComCtxConstants, CommandType, CommonAppComponentComponent, CommonDashboardComponent, CommonErrorCode, CommonPickerComponent, CommonService, CompareValidator, ComponentBase, ComponentConstants, ComponentContextService, ConditionalBuilderService, CongViecNextFirstStepComponent, CongViecPickerComponent, CongViecPickerControlSchema, ContainerSchema, ControlType, ConvertMoneyToWordPipe, CrudBase, CrudFormComponent, CrudFormCustomFunction, CrudFormData, CrudFormSetting, CrudListComponent, CrudListCustomFunction, CrudListData, CrudListHelper, CrudListSetting, CrudService, CustomControlSchema, CustomRouterService, CustomizeUiModel, CustomizeUiService, DM_LoaiDonViService, DanhmucApiService, DataExcel, DataFormBase, DataListBase, DataSourceControlSchema, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DatetimePickerComponent, DatetimePickerRangeComponent, Deadline, DeadlineType, DefaultDataSettingsComponent, DhvinhGuardService, DialogModel, DomService, DownloadLinkService, DropdownComponent, DropdownControlSchema, DropdownOptions, DropdownSettingFormComponent, DummyWorkflowCode, DynamicComponentService, DynamicNodeComponent, ENUM_DON_VI_HANH_CHINH, EXPLORER_TYPES, EXPORT_VERSION_V4, EXPORT_VERSION_V5, EditFileCommand, EditorControlSchema, EformService, EmailValidator, EntityMedataDataSetting, EntityMetadataService, EntityPermissionComponent, EntityPickerBoxComponent, EntityPickerColumn, EntityPickerComponent, EntityPickerControlSchema, EntityPickerDataComponent, EntityPickerDialogComponent, EntityPickerSelectedComponent, EntityPickerTreeDataComponent, EntityPickerTreeSelectedComponent, EntityWorkflowType, EnumActionType, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumLoaiDanhSachCongViec, EnumLoaiDonVi, EnumLoaiPhongHoc, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumMaLoaiDonVi, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumUserRule, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, EnvironmentService, EquationEditorComponent, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, FILE_TYPES, FieldCheckboxCrudList, FieldColExpandCrudList, FieldColReorderCrudList, FieldDefineHasTask, FieldDefineIsTaskFormControl, FieldDefineIsWorkflowControl, FieldFunctionCrudList, FieldIndexInDataSource, FieldOrderCrudList, FieldRowSpan, FieldWorkflowCodeInCrudForm, FileDataService, FileExplorerComponent, FileExplorerService, FileFormComponent, FileIconPipe, FileKySoSimComponent, FileManagerComponent, FileManagerControlSchema, FileManagerMode, FileManagerSetting, FileObjectService, FilePickerDialogComponent, FileSizePipe, FileUploadComponent, FileUploadControlSchema, FileUploadMode, FileUploadSetting, FileV4Service, FileVersionListComponent, FileViewerComponent, Filter, FolderFormComponent, FolderService, FormControlBase, FormControlBaseWithService, FormSchemaBase, FormSchemaBaseWithService, FormState, Gender, GenerateLinkDownloadDTO, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HelperCurrentPageComponent, HighPerformanceService, HighlightPipe, HtmlFormatPipe, HttpOptions, ImageService, ImageUploaderComponent, ImageUploaderControlSchema, Include, JsPlumbOption, KeyFieldGetRefType, KeyFilterStateByMenuCongViec, KeyFlashShow, KeyFunctionReload, KeyStorageDropdownSetting, KeyValueComponent, KeyValueControlSchema, KhaiThacTaiLieuDungChungComponent, KySoSimDanhSachChuKyComponent, LabelSchema, LabelWFNhomTrangThai, LabelWorkflowCoreStatus, LengthValidator, ListHelperService, LoaiPhieuDeXuat, LocalCacheService, LowerCorrector, MA_THONG_BAO_PHAN_HE, MaActionBatDauQuyTrinh, MainListComponent, ManagerType, MaskComponent, MaskControlSchema, MasterDataItem, MasterDataPipe, MasterDataService, MenuService, MethodResult, ModelKySoDonVi, ModelSchema, MultiTranslateHttpLoader, MultipleReferenceDataFormatPipe, NodeService, NotFoundComponent, NotificationObjectType, NotificationService, NotifierService, NotifierType, NumberCompareValidator, NumberOnlyValidator, NumberPickerRangeComponent, NumberRangeControlSchema, Operator, OrganizationFormatPipe, OrganizationNameFormatPipe, OrganizationPickerControlSchema, OrganizationService, OrganizationsFormatPipe, PageInfo, PageSetting, PagingNextBackOnlyComponent, Pair, Pattern, PercentControlSchema, PermissionBase, PermissionConstant, PermissionService, PermissionSharingComponent, PermissionStorage, PermissionTypes, PermissionUtilsComponent, PersonalSetting, PhoneNumberValidator, PhoneValidator, PopupSize, PositionService, PreventShiftTabDirective, PreventTabDirective, PrintService, ProcessWorkflowFormComponent, ProcessWorkflowTargetComponent, PublicFunction, QrCodeGeneratorComponent, QueryBuilderComponent, QueryBuilderGroupComponent, QueryBuilderRuleComponent, QueryGroup, QueryRule, QuickAddFormComponent, RELOAD_FILE_LIST, RadioButtonListComponent, RadioButtonListControlSchema, RandomDataService, RefField, ReferenceDataFormatPipe, ReferenceTextBoxComponent, ReferenceTextControlSchema, RegexSplitFieldByItem, ReportQueueComponent, RequiredFieldsValidator, RequiredValidator, RowColorOption, RowExcel, SERVICE_CODES, SHARE_COMPONENT_ID, SHARE_EVENT, SafeHtmlPipe, SafeStylePipe, SafeUrlPipe, SameValueValidator, ScalarValueValidator, SchemaBase, SecurePipe, ServiceFileUploadComponent, SessionTypes, SettingsComponent, SettingsRowComponent, SettingsWorkflowComponent, SettingsWorkflowNo1Component, ShareLinkByPermissionComponent, SharedFolderType, SignalRService, SignatureDetailComponent, SimpleDicItem, SimpleDictionary, Sort, SortDirs, SpanControlSchema, SplashComponentComponent, SplashComponentV1Component, SplashComponentV2Component, StartWorkflowComponent, StartupBusinessComponentBase, StateComponent, StateMachineTopic, StateMachinesConnectionMetadataComponent, StateMachinesConnectionReceiverComponent, StateMachinesConnectionReceiverConditionComponent, StateMachinesConnectionReceiverDepartmentComponent, StateMachinesConnectionReceiverGroupComponent, StateMachinesConnectionReceiverRoleComponent, StateMachinesConnectionReceiverUserComponent, StateMachinesConnectionSenderComponent, 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, TableDetailFormComponent, TableSchema, TagSeparator, TaiLieuComponent, TaiLieuCuaToiComponent, TemplateConstant, TemplateControlSchema, TemplateInstanceService, TemplateService, TemplateTextItem, TemplateTextMany, TemplateTextV4Service, TemplateType, TemplateV4Service, TenContainer, TextAlign, TextAreaControlSchema, TextControlSchema, TextControlSchemaWithService, TitleSchema, TnAppHelpComponent, TnAppNotificationComponent, TnAppNotificationListComponent, TnCheckboxComponent, TnClientCommand, TnClientService, TnColorPickerComponent, TnCustomScrollbarComponent, TnDatePipe, TnDialogComponent, TnReorderableColumnDirective, TnReorderableRowDirective, TnSortIcon, TnSortableColumnDirective, TnTabViewComponent, TnTemplateComponent, TnTemplateDirective, TnTinymceComponent, TnTreeComponent, TnTreeTableToggler, TnUser, TnxSharedModule, TopicReloadCongViecV5, TopicReloadCountCongViecV5, TopicReloadNotification, TrangThaiMasterData, TrangThais, TreeDataOption, TreeListBase, TreeTableComponent, TrimCorrector, TrimEndCorrector, TrimStartCorrector, TypeDanhMucAPI, UniqueFieldInTableValidator, UniqueNumberService, UniversalLinkProcessorComponent, UpperCorrector, UserFormatPipe, UserGroupRealService, UserGroupService, UserPickerBoxComponent, UserPickerComponent, UserPickerControlSchema, UserPickerDialogComponent, UserService, UserType, UserV5Service, UsersFormatPipe, Validation, ValueType, VanBanPickerComponent, VanBanPickerControlSchema, VanBanPickerDialogComponent, VanbanDenPickerComponent, VanbanDiPickerComponent, VirtualBaseService, WorkflowConfigAdvance, WorkflowCoreStatusEnum, WorkflowFieldStateCode, WorkflowHistoryNewComponent, WorkflowHistoryService, WorkflowPermissionComponent, WorkflowPermissionDetailService, WorkflowPermissionFormComponent, WorkflowPickerComponent, WorkflowSetting, WorkflowSettingNew, WorkflowSettingNewComponent, WorkflowSettingsService, WrapPickerControlSchema, addDay, addZero, appendDefaultFilter, clearAll, clone, cloneOld, coreDeclaration, coreModuleImport, coreProvider, createJsPlumnInstance, createOrgPickerControl, createRolePickerControl, createUserGroupPickerControl, createUserPickerControl, dataSourceIcon, dateDiff, genQueryFromFilters, getDateFromStringDateVN, getDayOfWeek, getEnvironmentByName, getEnvironmentData, getEnvironmentDataNew, getListMenuByName, getMenuData, getMonday, getRegexResult, getRowGroupMetaData, getStringDate, getStringDateTime, getStringDateVN, getStringDateVNLocal, getStringDisplayValue, getTimeSpan, getValueToCompare, getValueToCompareDateTime, getValueToCompareTime, isArray, isBoolean, isDate, isFunction, isLiteralObject, isNumber, isObjectOld, isRegular, isSimpleType, isString, isValidDate, isValidTime, keyUserSurveyLocal, loopCursorFunction, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, renderTextTemplate, romanize, setMetadataConnection, setMetadataState, translateStateMachine };
|
|
51539
|
+
export { AccessDeniedComponent, AccessDeniedV1Component, Action, ActionChoYKienBase, ActionThuHoiBase, ActionUpdateModel, AddNewsComponent, AddressComponent, AddressControlSchema, AddressService, AdvanceSearchComponent, AdvanceSearchData, AdvanceSearchSetting, AfterViewCheckedComponent, AppComponentBase, AppFooterComponent, AppListService, AppMenuComponent, AppProfileComponent, AppRootMenuComponent, AppSubMenuComponent, AppTopBarComponent, AppTopBarV1Component, AppTopBarV2Component, ApplicationContextService, ApprovalPipe, ArrayPair, AtLeastOneRowTableValidator, AuthenService, AuthorizeDirective, AutoCompleteControlSchema, AutoCompletePickerComponent, AutoCompletePickerControlSchema, AutocompleteDatasourceComponent, AvatarUploaderComponent, BaseCauHinhWorkflowComponent, BaseCauHinhWorkflowDetailComponent, BaseCongViecComponent, BaseCongViecFormComponent, BaseCongviecDinhkemComponent, BaseCongviecDinhkemFormComponent, BaseDmLinhVucCongViecComponent, BaseDmLinhVucCongViecFormComponent, BaseDmLoaiCongViecComponent, BaseDmLoaiCongViecFormComponent, BaseDmPriorityComponent, BaseDmPriorityFormComponent, BaseMenuService, BaseModule, BaseService, BooleanFormatPipe, ButtonControlSchema, ButtonPermission, ButtonPermissions, ButtonTextActionCongViec, CONFIG_CALENDAR_VIETNAMESE, CalculationEngineService, CanBo_HoSoService, CellExcel, ChatBoxComponent, ChatSendMessageBoxComponent, CheckBoxListComponent, CheckBoxListControlSchema, CheckControlVisibleService, CheckDuplicateFieldsValidator, CheckDuplicateValidator, CheckReadyComponent, CheckboxControlSchema, ChipsControlSchema, ChoYKienFormComponent, ChuoiPhanTietComponent, CoCauToChucControlSchema, CoCauToChucOldService, CoCauToChucPickerComponent, CoCauToChucPickerControlSchema, CoCauToChucPickerControlSchemaNew, CoCauToChucPickerListComponent, CoCauToChucService, ColorBlack, ColorControlSchema, ColorPickerControlSchema, ColorWhite, Column, ColumnSchemaBase, ColumnSetting, ColumnSettingDetail, ComCtxConstants, CommandType, CommonAppComponentComponent, CommonDashboardComponent, CommonErrorCode, CommonPickerComponent, CommonPublicModule, CommonService, CompareValidator, ComponentBase, ComponentConstants, ComponentContextService, ConditionalBuilderService, CongViecNextFirstStepComponent, CongViecPickerComponent, CongViecPickerControlSchema, ContainerSchema, ControlType, ConvertMoneyToWordPipe, CrudBase, CrudFormComponent, CrudFormCustomFunction, CrudFormData, CrudFormSetting, CrudListComponent, CrudListCustomFunction, CrudListData, CrudListHelper, CrudListSetting, CrudService, CustomControlSchema, CustomRouterService, CustomizeUiModel, CustomizeUiService, DM_LoaiDonViService, DanhmucApiService, DataExcel, DataFormBase, DataListBase, DataSourceControlSchema, DataSourcePermissionBase, DataSourceStateType, DataSourceTargetType, DataSourceUserRule, DataSourceUserSender, DataSourceWorkflowCheckboxOption, DataSourceWorkflowCoreStatus, DataType, DateCompareValidator, DateTimeControlSchema, DateTimeRangeControlSchema, DatetimePickerComponent, DatetimePickerRangeComponent, Deadline, DeadlineType, DefaultDataSettingsComponent, DhvinhGuardService, DialogModel, DomService, DownloadLinkService, DropdownComponent, DropdownControlSchema, DropdownOptions, DropdownSettingFormComponent, DummyWorkflowCode, DynamicComponentService, DynamicNodeComponent, ENUM_DON_VI_HANH_CHINH, EXPLORER_TYPES, EXPORT_VERSION_V4, EXPORT_VERSION_V5, EditFileCommand, EditorControlSchema, EformService, EmailValidator, EntityMedataDataSetting, EntityMetadataService, EntityPermissionComponent, EntityPickerBoxComponent, EntityPickerColumn, EntityPickerComponent, EntityPickerControlSchema, EntityPickerDataComponent, EntityPickerDialogComponent, EntityPickerSelectedComponent, EntityPickerTreeDataComponent, EntityPickerTreeSelectedComponent, EntityWorkflowType, EnumActionType, EnumControlPickerType, EnumFileLayout, EnumGetRefType, EnumLoaiDanhSachCongViec, EnumLoaiDonVi, EnumLoaiPhongHoc, EnumLoaiVanBanBase$1 as EnumLoaiVanBanBase, EnumMaLoaiDonVi, EnumPermissionType, EnumProcessWorkflowType, EnumStateByMenuCongViec, EnumStateType, EnumTargetType, EnumUserRule, EnumWFNhomTrangThai, EnumWorkflowCheckboxOption, EnumWorkflowCoreCodeSettingKey, EnumWorkflowHistoryStatus, EnvironmentService, EquationEditorComponent, ErrorType, EventData, EventType, ExactOneValueInTableValidator, ExportAllMode, ExportItem, ExportItemType, ExportItemsMode, ExportManyModel, ExportManyResultModel, ExportModel, ExportService, ExportWithoutTemplateModel, Extension, FILE_TYPES, FieldCheckboxCrudList, FieldColExpandCrudList, FieldColReorderCrudList, FieldDefineHasTask, FieldDefineIsTaskFormControl, FieldDefineIsWorkflowControl, FieldFunctionCrudList, FieldIndexInDataSource, FieldOrderCrudList, FieldRowSpan, FieldWorkflowCodeInCrudForm, FileDataService, FileExplorerComponent, FileExplorerService, FileFormComponent, FileIconPipe, FileKySoSimComponent, FileManagerComponent, FileManagerControlSchema, FileManagerMode, FileManagerSetting, FileObjectService, FilePickerDialogComponent, FileSizePipe, FileUploadComponent, FileUploadControlSchema, FileUploadMode, FileUploadSetting, FileV4Service, FileVersionListComponent, FileViewerComponent, Filter, FolderFormComponent, FolderService, FormControlBase, FormControlBaseWithService, FormSchemaBase, FormSchemaBaseWithService, FormState, Gender, GenerateLinkDownloadDTO, GenericGuardService, GlobalService, GmailCorrector, GridInfo, GuardService, GuardSvService, HeightType, HelperCurrentPageComponent, HighPerformanceService, HighlightPipe, HtmlFormatPipe, HttpOptions, ImageService, ImageUploaderComponent, ImageUploaderControlSchema, Include, JsPlumbOption, KeyFieldGetRefType, KeyFilterStateByMenuCongViec, KeyFlashShow, KeyFunctionReload, KeyStorageDropdownSetting, KeyValueComponent, KeyValueControlSchema, KhaiThacTaiLieuDungChungComponent, KySoSimDanhSachChuKyComponent, LabelSchema, LabelWFNhomTrangThai, LabelWorkflowCoreStatus, LengthValidator, ListHelperService, LoaiPhieuDeXuat, LocalCacheService, LowerCorrector, MA_THONG_BAO_PHAN_HE, MaActionBatDauQuyTrinh, MainListComponent, ManagerType, MaskComponent, MaskControlSchema, MasterDataItem, MasterDataPipe, MasterDataService, MenuService, MethodResult, ModelKySoDonVi, ModelSchema, MultiTranslateHttpLoader, MultipleReferenceDataFormatPipe, NodeService, NotFoundComponent, NotificationObjectType, NotificationService, NotifierService, NotifierType, NumberCompareValidator, NumberOnlyValidator, NumberPickerRangeComponent, NumberRangeControlSchema, Operator, OrganizationFormatPipe, OrganizationNameFormatPipe, OrganizationPickerControlSchema, OrganizationService, OrganizationsFormatPipe, PageInfo, PageSetting, PagingNextBackOnlyComponent, Pair, Pattern, PercentControlSchema, PermissionBase, PermissionConstant, PermissionService, PermissionSharingComponent, PermissionStorage, PermissionTypes, PermissionUtilsComponent, PersonalSetting, PhoneNumberValidator, PhoneValidator, PopupSize, PositionService, PreventShiftTabDirective, PreventTabDirective, PrintService, ProcessWorkflowFormComponent, ProcessWorkflowTargetComponent, PublicFunction, QrCodeGeneratorComponent, QueryBuilderComponent, QueryBuilderGroupComponent, QueryBuilderRuleComponent, QueryGroup, QueryRule, QuickAddFormComponent, RELOAD_FILE_LIST, RadioButtonListComponent, RadioButtonListControlSchema, RandomDataService, RefField, ReferenceDataFormatPipe, ReferenceTextBoxComponent, ReferenceTextControlSchema, RegexSplitFieldByItem, ReportQueueComponent, RequiredFieldsValidator, RequiredValidator, RowColorOption, RowExcel, SERVICE_CODES, SHARE_COMPONENT_ID, SHARE_EVENT, SafeHtmlPipe, SafeStylePipe, SafeUrlPipe, SameValueValidator, ScalarValueValidator, SchemaBase, SecurePipe, ServiceFileUploadComponent, SessionTypes, SettingsComponent, SettingsRowComponent, SettingsWorkflowComponent, SettingsWorkflowNo1Component, ShareLinkByPermissionComponent, SharedFolderType, SignalRService, SignatureDetailComponent, SimpleDicItem, SimpleDictionary, Sort, SortDirs, SpanControlSchema, SplashComponentComponent, SplashComponentV1Component, SplashComponentV2Component, StartWorkflowComponent, StartupBusinessComponentBase, StateComponent, StateMachineTopic, StateMachinesConnectionMetadataComponent, StateMachinesConnectionReceiverComponent, StateMachinesConnectionReceiverConditionComponent, StateMachinesConnectionReceiverDepartmentComponent, StateMachinesConnectionReceiverGroupComponent, StateMachinesConnectionReceiverRoleComponent, StateMachinesConnectionReceiverUserComponent, StateMachinesConnectionSenderComponent, 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, TableDetailFormComponent, TableSchema, TagSeparator, TaiLieuComponent, TaiLieuCuaToiComponent, TemplateConstant, TemplateControlSchema, TemplateInstanceService, TemplateService, TemplateTextItem, TemplateTextMany, TemplateTextV4Service, TemplateType, TemplateV4Service, TenContainer, TextAlign, TextAreaControlSchema, TextControlSchema, TextControlSchemaWithService, TitleSchema, TnAppHelpComponent, TnAppNotificationComponent, TnAppNotificationListComponent, TnCheckboxComponent, TnClientCommand, TnClientService, TnColorPickerComponent, TnCustomScrollbarComponent, TnDatePipe, TnDialogComponent, TnReorderableColumnDirective, TnReorderableRowDirective, TnSortIcon, TnSortableColumnDirective, TnTabViewComponent, TnTemplateComponent, TnTemplateDirective, TnTinymceComponent, TnTreeComponent, TnTreeTableToggler, TnUser, TnxSharedModule, TopicReloadCongViecV5, TopicReloadCountCongViecV5, TopicReloadNotification, TrangThaiMasterData, TrangThais, TreeDataOption, TreeListBase, TreeTableComponent, TrimCorrector, TrimEndCorrector, TrimStartCorrector, TypeDanhMucAPI, UniqueFieldInTableValidator, UniqueNumberService, UniversalLinkProcessorComponent, UpperCorrector, UserFormatPipe, UserGroupRealService, UserGroupService, UserPickerBoxComponent, UserPickerComponent, UserPickerControlSchema, UserPickerDialogComponent, UserService, UserType, UserV5Service, UsersFormatPipe, Validation, ValueType, VanBanPickerComponent, VanBanPickerControlSchema, VanBanPickerDialogComponent, VanbanDenPickerComponent, VanbanDiPickerComponent, VirtualBaseService, WorkflowConfigAdvance, WorkflowCoreStatusEnum, WorkflowFieldStateCode, WorkflowHistoryNewComponent, WorkflowHistoryService, WorkflowPermissionComponent, WorkflowPermissionDetailService, WorkflowPermissionFormComponent, WorkflowPickerComponent, WorkflowSetting, WorkflowSettingNew, WorkflowSettingNewComponent, WorkflowSettingsService, WrapPickerControlSchema, addDay, addZero, appendDefaultFilter, clearAll, clone, cloneOld, coreDeclaration, coreModuleImport, coreProvider, createJsPlumnInstance, createOrgPickerControl, createRolePickerControl, createUserGroupPickerControl, createUserPickerControl, dataSourceIcon, dateDiff, genQueryFromFilters, getDateFromStringDateVN, getDayOfWeek, getEnvironmentByName, getEnvironmentData, getEnvironmentDataNew, getListMenuByName, getMenuData, getMonday, getRegexResult, getRowGroupMetaData, getStringDate, getStringDateTime, getStringDateVN, getStringDateVNLocal, getStringDisplayValue, getTimeSpan, getValueToCompare, getValueToCompareDateTime, getValueToCompareTime, isArray, isBoolean, isDate, isFunction, isLiteralObject, isNumber, isObjectOld, isRegular, isSimpleType, isString, isValidDate, isValidTime, keyUserSurveyLocal, loopCursorFunction, maximumPageSize, mergeJSON, mergeJSONOld, moduleConfigFunc, monthDiff, multipleSort, renderTextTemplate, romanize, setMetadataConnection, setMetadataState, translateStateMachine };
|
|
51473
51540
|
//# sourceMappingURL=tnx-shared.mjs.map
|