tnx-shared 5.1.2 → 5.1.6

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.
@@ -12408,7 +12408,12 @@
12408
12408
  var FieldDefineIsWorkflowControl = '__WorkflowField';
12409
12409
  var FieldDefineIsTaskFormControl = '__TaskForm';
12410
12410
  var TopicReloadNotification = '__ReloadNotification';
12411
- var RegexSplitFieldByItem = '[^{]+{{item.([^}}]+)}}';
12411
+ var RegexSplitFieldByItem = '[^{]+{{item.([^}}]+)}}';
12412
+ var ColorBlack = '#000000';
12413
+ var ColorWhite = '#ffffff';
12414
+ var TagSeparator = '_|_';
12415
+ var KeyFilterStateByMenuCongViec = '_StateByMenu';
12416
+ var TopicReloadCongViecV5 = '__TopicReloadCongViecV5';
12412
12417
 
12413
12418
  var CanBo_HoSoService = /** @class */ (function (_super) {
12414
12419
  __extends(CanBo_HoSoService, _super);
@@ -44016,6 +44021,14 @@
44016
44021
  var url = this.serviceUri + "/DeleteBulkCongViecCon";
44017
44022
  return this.defaultPost(url, ids);
44018
44023
  };
44024
+ CongViecService.prototype.getDataDashboard = function (inputData) {
44025
+ var url = this.serviceUri + "/GetDataDashboard";
44026
+ return this.defaultPost(url, inputData);
44027
+ };
44028
+ CongViecService.prototype.getListTasksDashboard = function (dataFilter) {
44029
+ var url = this.serviceUri + "/getListTasksDashboard";
44030
+ return this.defaultPost(url, dataFilter);
44031
+ };
44019
44032
  return CongViecService;
44020
44033
  }(BaseService));
44021
44034
  CongViecService$1.ɵprov = i0.ɵɵdefineInjectable({ factory: function CongViecService_Factory() { return new CongViecService$1(i0.ɵɵinject(i1$1.HttpClient), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(ModuleConfigService)); }, token: CongViecService$1, providedIn: "root" });
@@ -44193,19 +44206,17 @@
44193
44206
  onAfterSaved: [{ type: i0.Output }]
44194
44207
  };
44195
44208
 
44196
- var EnumStateByMenuCongViec;
44197
44209
  (function (EnumStateByMenuCongViec) {
44198
44210
  EnumStateByMenuCongViec[EnumStateByMenuCongViec["TAT_CA"] = -1] = "TAT_CA";
44199
44211
  EnumStateByMenuCongViec[EnumStateByMenuCongViec["CHO_XU_LY"] = 1] = "CHO_XU_LY";
44200
44212
  EnumStateByMenuCongViec[EnumStateByMenuCongViec["CHO_XEM"] = 2] = "CHO_XEM";
44201
44213
  EnumStateByMenuCongViec[EnumStateByMenuCongViec["DA_XU_LY"] = 3] = "DA_XU_LY";
44202
44214
  EnumStateByMenuCongViec[EnumStateByMenuCongViec["DA_KET_THUC"] = 4] = "DA_KET_THUC";
44203
- })(EnumStateByMenuCongViec || (EnumStateByMenuCongViec = {}));
44204
- var EnumLoaiDanhSachCongViec;
44215
+ })(exports.EnumStateByMenuCongViec || (exports.EnumStateByMenuCongViec = {}));
44205
44216
  (function (EnumLoaiDanhSachCongViec) {
44206
44217
  EnumLoaiDanhSachCongViec[EnumLoaiDanhSachCongViec["CongViecCon"] = 1] = "CongViecCon";
44207
44218
  EnumLoaiDanhSachCongViec[EnumLoaiDanhSachCongViec["CongViecLienQuan"] = 2] = "CongViecLienQuan";
44208
- })(EnumLoaiDanhSachCongViec || (EnumLoaiDanhSachCongViec = {}));
44219
+ })(exports.EnumLoaiDanhSachCongViec || (exports.EnumLoaiDanhSachCongViec = {}));
44209
44220
 
44210
44221
  var BaseCongViecViewComponent = /** @class */ (function (_super) {
44211
44222
  __extends(BaseCongViecViewComponent, _super);
@@ -44256,7 +44267,7 @@
44256
44267
  }
44257
44268
  ];
44258
44269
  _this.buttons = [];
44259
- _this.enumLoaiDanhSachCongViec = EnumLoaiDanhSachCongViec;
44270
+ _this.enumLoaiDanhSachCongViec = exports.EnumLoaiDanhSachCongViec;
44260
44271
  return _this;
44261
44272
  }
44262
44273
  BaseCongViecViewComponent.prototype.ngOnInit = function () {
@@ -44403,13 +44414,6 @@
44403
44414
  crudList: [{ type: i0.Input }]
44404
44415
  };
44405
44416
 
44406
- var ColorBlack = '#000000';
44407
- var ColorWhite = '#ffffff';
44408
- var TagSeparator = '_|_';
44409
- var KeyFilterStateByMenuCongViec = '_StateByMenu';
44410
- var TopicReloadCongViecV5 = '__TopicReloadCongViecV5';
44411
- var TopicReloadNotification$1 = '__ReloadNotification';
44412
-
44413
44417
  var CongViecLienQuanService = /** @class */ (function (_super) {
44414
44418
  __extends(CongViecLienQuanService, _super);
44415
44419
  function CongViecLienQuanService(http, injector, _moduleConfigService) {
@@ -44557,7 +44561,7 @@
44557
44561
  if (this.stateCode) {
44558
44562
  gridInfo.filters.push(this.newFilter(KeyFilterStateByMenuCongViec, exports.Operator.equal, this.stateCode));
44559
44563
  }
44560
- if (!(this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecLienQuan)) return [3 /*break*/, 2];
44564
+ if (!(this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecLienQuan)) return [3 /*break*/, 2];
44561
44565
  return [4 /*yield*/, this.getIdsCongViecLienQuan()];
44562
44566
  case 1:
44563
44567
  idsCongViecLienQuan = _b.sent();
@@ -44577,7 +44581,7 @@
44577
44581
  }
44578
44582
  return [3 /*break*/, 5];
44579
44583
  case 2:
44580
- if (!(this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecCon)) return [3 /*break*/, 5];
44584
+ if (!(this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecCon)) return [3 /*break*/, 5];
44581
44585
  if (!this.isPicker) return [3 /*break*/, 4];
44582
44586
  filters = [
44583
44587
  this.newFilter('idCha', exports.Operator.isNull, true),
@@ -44692,7 +44696,7 @@
44692
44696
  this.showPickerForm = true;
44693
44697
  };
44694
44698
  BaseCongViecComponent.prototype.onAfterSaved = function (id) {
44695
- if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44699
+ if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44696
44700
  var items = [{
44697
44701
  id: this._commonService.guid(),
44698
44702
  idCongViec: this.idCongViec,
@@ -44700,7 +44704,7 @@
44700
44704
  }];
44701
44705
  this.insertCongViecLienQuan(items);
44702
44706
  }
44703
- else if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecCon) {
44707
+ else if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecCon) {
44704
44708
  var model = {
44705
44709
  idCha: this.idCongViec,
44706
44710
  idsCongViec: [id]
@@ -44739,7 +44743,7 @@
44739
44743
  BaseCongViecComponent.prototype.processDelete = function (ids) {
44740
44744
  var _this = this;
44741
44745
  if (ids === void 0) { ids = []; }
44742
- if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44746
+ if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44743
44747
  var model = {
44744
44748
  idCongViec: this.idCongViec,
44745
44749
  idsCongViec: ids
@@ -44757,7 +44761,7 @@
44757
44761
  _this._notifierService.showDeleteDataError();
44758
44762
  });
44759
44763
  }
44760
- else if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecCon) {
44764
+ else if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecCon) {
44761
44765
  this._congViecService.deleteBulkCongViecCon(ids)
44762
44766
  .then(function (response) {
44763
44767
  if (response.success) {
@@ -44775,7 +44779,7 @@
44775
44779
  BaseCongViecComponent.prototype.onSelectCongViec = function () {
44776
44780
  var _this = this;
44777
44781
  if (this.congViecPicker.model.selectedItems.length > 0) {
44778
- if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44782
+ if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecLienQuan) {
44779
44783
  var items = this.congViecPicker.model.selectedItems.map(function (item) { return ({
44780
44784
  id: _this._commonService.guid(),
44781
44785
  idCongViec: _this.idCongViec,
@@ -44783,7 +44787,7 @@
44783
44787
  }); });
44784
44788
  this.insertCongViecLienQuan(items);
44785
44789
  }
44786
- else if (this.loaiDanhSach == EnumLoaiDanhSachCongViec.CongViecCon) {
44790
+ else if (this.loaiDanhSach == exports.EnumLoaiDanhSachCongViec.CongViecCon) {
44787
44791
  var model = {
44788
44792
  idCha: this.idCongViec,
44789
44793
  idsCongViec: this.congViecPicker.model.selectedItems.map(function (x) { return x.id; })
@@ -48782,7 +48786,6 @@
48782
48786
  exports.BaseCauHinhWorkflowComponent = BaseCauHinhWorkflowComponent;
48783
48787
  exports.BaseCongViecComponent = BaseCongViecComponent;
48784
48788
  exports.BaseCongViecFormComponent = BaseCongViecFormComponent;
48785
- exports.BaseCongViecTestComponent = BaseCongViecTestComponent;
48786
48789
  exports.BaseDmLoaiCongViecComponent = BaseDmLoaiCongViecComponent;
48787
48790
  exports.BaseDmPriorityComponent = BaseDmPriorityComponent;
48788
48791
  exports.BaseMenuService = BaseMenuService;
@@ -48793,6 +48796,7 @@
48793
48796
  exports.CONFIG_CALENDAR_VIETNAMESE = CONFIG_CALENDAR_VIETNAMESE;
48794
48797
  exports.CalculationEngineService = CalculationEngineService;
48795
48798
  exports.CanBoHoSoService = CanBoHoSoService;
48799
+ exports.CauHinhWorkflowService = CauHinhWorkflowService;
48796
48800
  exports.CellExcel = CellExcel;
48797
48801
  exports.CheckBoxListControlSchema = CheckBoxListControlSchema;
48798
48802
  exports.CheckControlVisibleService = CheckControlVisibleService;
@@ -48804,8 +48808,10 @@
48804
48808
  exports.CoCauToChucPickerComponent = CoCauToChucPickerComponent;
48805
48809
  exports.CoCauToChucPickerControlSchema = CoCauToChucPickerControlSchema;
48806
48810
  exports.CoCauToChucService = CoCauToChucService;
48811
+ exports.ColorBlack = ColorBlack;
48807
48812
  exports.ColorControlSchema = ColorControlSchema;
48808
48813
  exports.ColorPickerControlSchema = ColorPickerControlSchema;
48814
+ exports.ColorWhite = ColorWhite;
48809
48815
  exports.Column = Column;
48810
48816
  exports.ColumnSchemaBase = ColumnSchemaBase;
48811
48817
  exports.ColumnSetting = ColumnSetting;
@@ -48820,7 +48826,9 @@
48820
48826
  exports.ComponentConstants = ComponentConstants;
48821
48827
  exports.ComponentContextService = ComponentContextService;
48822
48828
  exports.ConditionalBuilderService = ConditionalBuilderService;
48829
+ exports.CongViecLienQuanService = CongViecLienQuanService;
48823
48830
  exports.CongViecPickerControlSchema = CongViecPickerControlSchema;
48831
+ exports.CongViecService = CongViecService$1;
48824
48832
  exports.ContainerSchema = ContainerSchema;
48825
48833
  exports.ControlTreeNode = ControlTreeNode;
48826
48834
  exports.ConvertMoneyToWordPipe = ConvertMoneyToWordPipe;
@@ -48857,6 +48865,8 @@
48857
48865
  exports.Deadline = Deadline;
48858
48866
  exports.DhvinhGuardService = DhvinhGuardService;
48859
48867
  exports.DialogModel = DialogModel;
48868
+ exports.DmLoaiCongViecService = DmLoaiCongViecService;
48869
+ exports.DmPriorityService = DmPriorityService;
48860
48870
  exports.DomService = DomService;
48861
48871
  exports.DownloadLinkService = DownloadLinkService;
48862
48872
  exports.DropdownComponent = DropdownComponent;
@@ -48914,6 +48924,7 @@
48914
48924
  exports.HtmlFormatPipe = HtmlFormatPipe;
48915
48925
  exports.ImageService = ImageService;
48916
48926
  exports.KeyFieldGetRefType = KeyFieldGetRefType;
48927
+ exports.KeyFilterStateByMenuCongViec = KeyFilterStateByMenuCongViec;
48917
48928
  exports.KeyFlashShow = KeyFlashShow;
48918
48929
  exports.KeyValueComponent = KeyValueComponent;
48919
48930
  exports.KeyValueControlSchema = KeyValueControlSchema;
@@ -49015,6 +49026,7 @@
49015
49026
  exports.TBL_TS_PHIEUDEXUAT = TBL_TS_PHIEUDEXUAT;
49016
49027
  exports.TBL_TS_TAISANCODINH_CONSTS = TBL_TS_TAISANCODINH_CONSTS;
49017
49028
  exports.TableSchema = TableSchema;
49029
+ exports.TagSeparator = TagSeparator;
49018
49030
  exports.TemplateConstant = TemplateConstant;
49019
49031
  exports.TemplateControlSchema = TemplateControlSchema;
49020
49032
  exports.TemplateInstanceService = TemplateInstanceService;
@@ -49039,6 +49051,7 @@
49039
49051
  exports.TnSortableColumnDirective = TnSortableColumnDirective;
49040
49052
  exports.TnUser = TnUser;
49041
49053
  exports.TnxSharedModule = TnxSharedModule;
49054
+ exports.TopicReloadCongViecV5 = TopicReloadCongViecV5;
49042
49055
  exports.TopicReloadNotification = TopicReloadNotification;
49043
49056
  exports.TrangThaiMasterData = TrangThaiMasterData;
49044
49057
  exports.TrangThais = TrangThais;
@@ -49129,94 +49142,90 @@
49129
49142
  exports.ɵ9 = ɵ9;
49130
49143
  exports.ɵa = AddressComponent;
49131
49144
  exports.ɵb = DropdownService;
49132
- exports.ɵba = DatetimePickerComponent;
49133
- exports.ɵbb = DatetimePickerRangeComponent;
49134
- exports.ɵbc = DynamicNodeComponent;
49135
- exports.ɵbd = EntityPickerBoxComponent;
49136
- exports.ɵbe = EntityPickerDataComponent;
49137
- exports.ɵbf = EntityPickerSelectedComponent;
49138
- exports.ɵbg = EntityPickerComponent;
49139
- exports.ɵbh = EntityPickerDialogComponent;
49140
- exports.ɵbi = EntityPermissionComponent;
49141
- exports.ɵbj = DM_ChucVuService;
49142
- exports.ɵbk = RoleService;
49143
- exports.ɵbl = EntityPermissionService;
49144
- exports.ɵbm = EquationEditorComponent;
49145
- exports.ɵbn = MaskComponent;
49146
- exports.ɵbo = NumberPickerRangeComponent;
49147
- exports.ɵbp = PagingNextBackOnlyComponent;
49148
- exports.ɵbq = RadioButtonListComponent;
49149
- exports.ɵbr = VanBanPickerComponent;
49150
- exports.ɵbs = VanBanDenService;
49151
- exports.ɵbt = VanBanDiService;
49152
- exports.ɵbu = VanBanPickerDialogComponent;
49153
- exports.ɵbv = VanbanDiPickerComponent;
49154
- exports.ɵbw = VanbanDenPickerComponent;
49155
- exports.ɵbx = CongViecPickerComponent;
49156
- exports.ɵby = CongViecService;
49157
- exports.ɵbz = TaskWorkflowHistoriesService;
49145
+ exports.ɵba = EntityPickerDataComponent;
49146
+ exports.ɵbb = EntityPickerSelectedComponent;
49147
+ exports.ɵbc = EntityPickerComponent;
49148
+ exports.ɵbd = EntityPickerDialogComponent;
49149
+ exports.ɵbe = EntityPermissionComponent;
49150
+ exports.ɵbf = DM_ChucVuService;
49151
+ exports.ɵbg = RoleService;
49152
+ exports.ɵbh = EntityPermissionService;
49153
+ exports.ɵbi = EquationEditorComponent;
49154
+ exports.ɵbj = MaskComponent;
49155
+ exports.ɵbk = NumberPickerRangeComponent;
49156
+ exports.ɵbl = PagingNextBackOnlyComponent;
49157
+ exports.ɵbm = RadioButtonListComponent;
49158
+ exports.ɵbn = VanBanPickerComponent;
49159
+ exports.ɵbo = VanBanDenService;
49160
+ exports.ɵbp = VanBanDiService;
49161
+ exports.ɵbq = VanBanPickerDialogComponent;
49162
+ exports.ɵbr = VanbanDiPickerComponent;
49163
+ exports.ɵbs = VanbanDenPickerComponent;
49164
+ exports.ɵbt = CongViecPickerComponent;
49165
+ exports.ɵbu = CongViecService;
49166
+ exports.ɵbv = TaskWorkflowHistoriesService;
49167
+ exports.ɵbw = SettingsComponent;
49168
+ exports.ɵbx = SettingsRowComponent;
49169
+ exports.ɵby = SettingsWorkflowComponent;
49170
+ exports.ɵbz = SettingsWorkflowNo1Component;
49158
49171
  exports.ɵc = EntityPickerService;
49159
- exports.ɵca = SettingsComponent;
49160
- exports.ɵcb = SettingsRowComponent;
49161
- exports.ɵcc = SettingsWorkflowComponent;
49162
- exports.ɵcd = SettingsWorkflowNo1Component;
49163
- exports.ɵce = SimpleWorkflowFormComponent;
49164
- exports.ɵcf = ProcessWorkflowFormComponent;
49165
- exports.ɵcg = WorkflowHistoryService;
49166
- exports.ɵch = ProcessWorkflowTargetComponent;
49167
- exports.ɵci = SplashComponentV1Component;
49168
- exports.ɵcj = StateMachinesConnectionReceiverComponent;
49169
- exports.ɵck = StateMachinesConnectionReceiverUserComponent;
49170
- exports.ɵcl = StateMachinesConnectionReceiverDepartmentComponent;
49171
- exports.ɵcm = StateMachinesConnectionReceiverGroupComponent;
49172
- exports.ɵcn = StateMachinesConnectionReceiverRoleComponent;
49173
- exports.ɵco = StateMachinesConnectionSenderComponent;
49174
- exports.ɵcp = StartWorkflowComponent;
49175
- exports.ɵcq = WorkflowSettingsService;
49176
- exports.ɵcr = WorkflowSettingNewComponent;
49177
- exports.ɵcs = TnDialogComponent;
49178
- exports.ɵct = TnColorPickerComponent;
49179
- exports.ɵcu = TnTinymceComponent;
49180
- exports.ɵcv = TnTabViewComponent;
49181
- exports.ɵcw = TableDetailFormComponent;
49182
- exports.ɵcx = FileIconPipe;
49183
- exports.ɵcy = FileSizePipe;
49184
- exports.ɵcz = QuickAddFormComponent;
49172
+ exports.ɵca = SimpleWorkflowFormComponent;
49173
+ exports.ɵcb = ProcessWorkflowFormComponent;
49174
+ exports.ɵcc = WorkflowHistoryService;
49175
+ exports.ɵcd = ProcessWorkflowTargetComponent;
49176
+ exports.ɵce = SplashComponentV1Component;
49177
+ exports.ɵcf = StateMachinesConnectionReceiverComponent;
49178
+ exports.ɵcg = StateMachinesConnectionReceiverUserComponent;
49179
+ exports.ɵch = StateMachinesConnectionReceiverDepartmentComponent;
49180
+ exports.ɵci = StateMachinesConnectionReceiverGroupComponent;
49181
+ exports.ɵcj = StateMachinesConnectionReceiverRoleComponent;
49182
+ exports.ɵck = StateMachinesConnectionSenderComponent;
49183
+ exports.ɵcl = StartWorkflowComponent;
49184
+ exports.ɵcm = WorkflowSettingsService;
49185
+ exports.ɵcn = WorkflowSettingNewComponent;
49186
+ exports.ɵco = TnDialogComponent;
49187
+ exports.ɵcp = TnColorPickerComponent;
49188
+ exports.ɵcq = TnTinymceComponent;
49189
+ exports.ɵcr = TnTabViewComponent;
49190
+ exports.ɵcs = TableDetailFormComponent;
49191
+ exports.ɵct = FileIconPipe;
49192
+ exports.ɵcu = FileSizePipe;
49193
+ exports.ɵcv = QuickAddFormComponent;
49194
+ exports.ɵcw = PreventShiftTabDirective;
49195
+ exports.ɵcx = TnTemplateDirective;
49196
+ exports.ɵcy = UserPickerComponent;
49197
+ exports.ɵcz = UserPickerBoxComponent;
49185
49198
  exports.ɵd = ExceptionHandlerService;
49186
- exports.ɵda = PreventShiftTabDirective;
49187
- exports.ɵdb = TnTemplateDirective;
49188
- exports.ɵdc = UserPickerComponent;
49189
- exports.ɵdd = UserPickerBoxComponent;
49190
- exports.ɵde = TnAppHelpComponent;
49191
- exports.ɵdf = PathNameService;
49192
- exports.ɵdg = HelperCurrentPageComponent;
49193
- exports.ɵdh = TnAppNotificationListComponent;
49194
- exports.ɵdi = TnAppNotificationComponent;
49195
- exports.ɵdj = MyDriveService;
49196
- exports.ɵdk = FileVersionService;
49197
- exports.ɵdl = FileExplorerNewService;
49198
- exports.ɵdm = FolderFormComponent;
49199
- exports.ɵdn = FileFormComponent;
49200
- exports.ɵdo = FileViewerComponent;
49201
- exports.ɵdp = FileVersionListComponent;
49202
- exports.ɵdq = WorkflowHistoryComponent;
49203
- exports.ɵdr = EntityWorkflowHistoryService;
49204
- exports.ɵds = WorkflowHistoryDialogComponent;
49205
- exports.ɵdt = WorkflowHistoryNewComponent;
49206
- exports.ɵdu = WorkflowSettingComponent;
49207
- exports.ɵdv = EntityWorkflowSettingService;
49208
- exports.ɵdw = WorkflowSettingDialogComponent;
49209
- exports.ɵdx = QrCodeGeneratorComponent;
49210
- exports.ɵdy = AccessDeniedV1Component;
49211
- exports.ɵdz = AddNewsComponent;
49199
+ exports.ɵda = TnAppHelpComponent;
49200
+ exports.ɵdb = PathNameService;
49201
+ exports.ɵdc = HelperCurrentPageComponent;
49202
+ exports.ɵdd = TnAppNotificationListComponent;
49203
+ exports.ɵde = TnAppNotificationComponent;
49204
+ exports.ɵdf = MyDriveService;
49205
+ exports.ɵdg = FileVersionService;
49206
+ exports.ɵdh = FileExplorerNewService;
49207
+ exports.ɵdi = FolderFormComponent;
49208
+ exports.ɵdj = FileFormComponent;
49209
+ exports.ɵdk = FileViewerComponent;
49210
+ exports.ɵdl = FileVersionListComponent;
49211
+ exports.ɵdm = WorkflowHistoryComponent;
49212
+ exports.ɵdn = EntityWorkflowHistoryService;
49213
+ exports.ɵdo = WorkflowHistoryDialogComponent;
49214
+ exports.ɵdp = WorkflowHistoryNewComponent;
49215
+ exports.ɵdq = WorkflowSettingComponent;
49216
+ exports.ɵdr = EntityWorkflowSettingService;
49217
+ exports.ɵds = WorkflowSettingDialogComponent;
49218
+ exports.ɵdt = QrCodeGeneratorComponent;
49219
+ exports.ɵdu = AccessDeniedV1Component;
49220
+ exports.ɵdv = AddNewsComponent;
49221
+ exports.ɵdw = ArticleService;
49222
+ exports.ɵdx = NewsCategoryService;
49223
+ exports.ɵdy = NotFoundComponent;
49224
+ exports.ɵdz = CheckReadyComponent;
49212
49225
  exports.ɵe = CanBo_HoSoService;
49213
- exports.ɵea = ArticleService;
49214
- exports.ɵeb = NewsCategoryService;
49215
- exports.ɵec = NotFoundComponent;
49216
- exports.ɵed = CheckReadyComponent;
49217
- exports.ɵee = SendAccessTokenInterceptor;
49218
- exports.ɵef = LogInterceptor;
49219
- exports.ɵeg = PermissionUtilsInterceptor;
49226
+ exports.ɵea = SendAccessTokenInterceptor;
49227
+ exports.ɵeb = LogInterceptor;
49228
+ exports.ɵec = PermissionUtilsInterceptor;
49220
49229
  exports.ɵf = AfterViewCheckedComponent;
49221
49230
  exports.ɵg = AdvanceSearchComponent;
49222
49231
  exports.ɵh = AppRootMenuComponent;
@@ -49229,15 +49238,15 @@
49229
49238
  exports.ɵo = CheckBoxListComponent;
49230
49239
  exports.ɵp = ReportQueueComponent;
49231
49240
  exports.ɵq = CoCauToChucPickerListComponent;
49232
- exports.ɵr = CongViecService$1;
49233
- exports.ɵs = DmLoaiCongViecService;
49234
- exports.ɵt = DmPriorityService;
49235
- exports.ɵu = CauHinhWorkflowService;
49236
- exports.ɵv = CongViecLienQuanService;
49237
- exports.ɵw = BaseCongViecViewComponent;
49238
- exports.ɵx = BaseCauHinhWorkflowDetailComponent;
49239
- exports.ɵy = BaseDmLoaiCongViecFormComponent;
49240
- exports.ɵz = BaseDmPriorityFormComponent;
49241
+ exports.ɵr = BaseCongViecTestComponent;
49242
+ exports.ɵs = BaseCongViecViewComponent;
49243
+ exports.ɵt = BaseCauHinhWorkflowDetailComponent;
49244
+ exports.ɵu = BaseDmLoaiCongViecFormComponent;
49245
+ exports.ɵv = BaseDmPriorityFormComponent;
49246
+ exports.ɵw = DatetimePickerComponent;
49247
+ exports.ɵx = DatetimePickerRangeComponent;
49248
+ exports.ɵy = DynamicNodeComponent;
49249
+ exports.ɵz = EntityPickerBoxComponent;
49241
49250
 
49242
49251
  Object.defineProperty(exports, '__esModule', { value: true });
49243
49252