tnx-shared 5.1.141 → 5.1.145
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 +1001 -264
- 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/classes/base/data-list-base.d.ts.map +1 -1
- package/classes/form-schema.d.ts +4 -0
- package/classes/form-schema.d.ts.map +1 -1
- package/components/common-app-component/app-topbar-v1/app-topbar-v1.component.d.ts.map +1 -1
- package/components/common-app-component/app-topbar-v2/app-topbar-v2.component.d.ts +78 -0
- package/components/common-app-component/app-topbar-v2/app-topbar-v2.component.d.ts.map +1 -0
- package/components/common-app-component/app-topbar-v2/app-topbar-v2.component.ngfactory.d.ts.map +1 -0
- package/components/common-app-component/app-topbar-v2/app-topbar-v2.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/components/crud/crud-list/crud-list.component.d.ts +1 -1
- package/components/crud/crud-list/crud-list.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker.component.d.ts.map +1 -1
- package/components/splash-component/splash-component-v1/splash-component-v1.component.d.ts.map +1 -1
- package/components/splash-component/splash-component-v2/splash-component-v2.component.d.ts +41 -0
- package/components/splash-component/splash-component-v2/splash-component-v2.component.d.ts.map +1 -0
- package/components/splash-component/splash-component-v2/splash-component-v2.component.ngfactory.d.ts.map +1 -0
- package/components/splash-component/splash-component-v2/splash-component-v2.component.scss.shim.ngstyle.d.ts.map +1 -0
- package/components/splash-component/splash-component.component.d.ts +2 -1
- package/components/splash-component/splash-component.component.d.ts.map +1 -1
- package/components/statemachines/utils/utils.d.ts +1 -1
- package/components/statemachines/utils/utils.d.ts.map +1 -1
- package/components/user-picker/user-picker.component.d.ts.map +1 -1
- package/components/workflow/process-workflow-target/process-workflow-target.component.d.ts +1 -0
- package/components/workflow/process-workflow-target/process-workflow-target.component.d.ts.map +1 -1
- package/components/workflow/services/workflow-settings.service.d.ts.map +1 -1
- package/components/workflow/workflow-history-new/workflow-history-new.component.d.ts +2 -2
- package/components/workflow/workflow-history-new/workflow-history-new.component.d.ts.map +1 -1
- package/esm2015/classes/base/data-list-base.js +6 -3
- package/esm2015/classes/form-schema.js +2 -1
- package/esm2015/components/chat/chat-box/chat-box.component.js +1 -1
- package/esm2015/components/chat/chat-send-message-box/chat-send-message-box.component.js +1 -1
- package/esm2015/components/common-app-component/app-topbar-v1/app-topbar-v1.component.js +3 -3
- package/esm2015/components/common-app-component/app-topbar-v2/app-topbar-v2.component.js +412 -0
- package/esm2015/components/common-app-component/app.topbar.component.js +2 -2
- package/esm2015/components/crud/crud-list/crud-list.component.js +21 -10
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.js +3 -2
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.js +3 -2
- package/esm2015/components/entity-picker/entity-picker.component.js +9 -4
- package/esm2015/components/query-builders/query-builder-rule/query-builder-rule.component.js +1 -1
- package/esm2015/components/splash-component/splash-component-v1/splash-component-v1.component.js +4 -4
- package/esm2015/components/splash-component/splash-component-v2/splash-component-v2.component.js +194 -0
- package/esm2015/components/splash-component/splash-component.component.js +3 -2
- package/esm2015/components/statemachines/utils/utils.js +5 -3
- package/esm2015/components/user-picker/user-picker.component.js +7 -3
- package/esm2015/components/workflow/process-workflow-target/process-workflow-target.component.js +27 -2
- package/esm2015/components/workflow/services/workflow-settings.service.js +2 -1
- package/esm2015/components/workflow/workflow-history-new/workflow-history-new.component.js +87 -77
- package/esm2015/services/user.service.js +6 -1
- package/esm2015/tnx-shared.js +124 -122
- package/esm2015/tnx-shared.module.js +5 -1
- package/fesm2015/tnx-shared.js +759 -107
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/user.service.d.ts +1 -0
- package/services/user.service.d.ts.map +1 -1
- package/tnx-shared.d.ts +123 -121
- package/tnx-shared.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
- package/tnx-shared.module.d.ts +3 -1
- package/tnx-shared.module.d.ts.map +1 -1
- package/tnx-shared.module.ngfactory.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnx-shared",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.145",
|
|
4
4
|
"clientVersion": "5.1",
|
|
5
5
|
"version5.0": "5.0.19",
|
|
6
6
|
"version5.1": "5.1.22",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"jsplumb": "^2.15.6",
|
|
132
132
|
"ngx-extended-pdf-viewer": "^9.0.5"
|
|
133
133
|
},
|
|
134
|
-
"versionPrev": "5.1.
|
|
134
|
+
"versionPrev": "5.1.144",
|
|
135
135
|
"main": "bundles/tnx-shared.umd.js",
|
|
136
136
|
"module": "fesm2015/tnx-shared.js",
|
|
137
137
|
"es2015": "fesm2015/tnx-shared.js",
|
|
@@ -42,6 +42,7 @@ export declare class UserService extends BaseService {
|
|
|
42
42
|
isKhoaVien(idLoaiDonVi: any): boolean;
|
|
43
43
|
isBoMon(idLoaiDonVi: any): boolean;
|
|
44
44
|
getCurrentUser(): TnUser;
|
|
45
|
+
getUserName(item: any): string;
|
|
45
46
|
getUserIdCombine(): string;
|
|
46
47
|
getStaffInfo(userId: any): Promise<TnUser>;
|
|
47
48
|
getId(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.service.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["services/user.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAqB,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAGnD,OAAO,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AAEvF,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAKnD,qBAGa,WAAY,SAAQ,WAAW;IAa5B,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,mBAAmB;IAhBvC,QAAQ,CAAC,aAAa,eAAe;IACrC,QAAQ,CAAC,gBAAgB,uBAAuB;IAChD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAK;IACjC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAM;IACnC,QAAQ,CAAC,mBAAmB,MAAC;IAC7B,QAAQ,CAAC,qBAAqB,MAAC;IAC/B,QAAQ,CAAC,oBAAoB,MAAC;IAC9B,QAAQ,CAAC,aAAa,EAAE,YAAY,CAAC;gBAEzB,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EAClB,oBAAoB,EAAE,mBAAmB,EACjC,cAAc,EAAE,aAAa,EAC7B,aAAa,EAAE,YAAY,EAC3B,eAAe,EAAE,cAAc,EAC/B,wBAAwB,EAAE,uBAAuB,EACjD,mBAAmB,EAAE,yBAAyB;IA+BlE,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,oBAAoB;IAQ5B,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IAIhC,eAAe,CAAC,QAAQ,EAAE,QAAQ;IAIlC,OAAO,CAAC,EAAE,EAAE,MAAM;IAIlB,kBAAkB,CAAC,EAAE,EAAE,MAAM;IAI7B,QAAQ,CAAC,GAAG,EAAE,MAAM;IAKpB,oBAAoB,CAAC,IAAI,KAAA;IAYzB,kBAAkB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IASxD,mBAAmB;IAyEnB,cAAc;IAId,UAAU,CAAC,WAAW,KAAA;IAItB,OAAO,CAAC,WAAW,KAAA;IAInB,cAAc,IAAI,MAAM;IAIxB,gBAAgB;IAahB,YAAY,CAAC,MAAM,KAAA,GAAG,OAAO,CAAC,MAAM,CAAC;IA6BrC,KAAK,IAAI,MAAM;IAWf,aAAa,IAAI,MAAM;IAWvB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC;IAQ3D,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"user.service.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["services/user.service.ts"],"names":[],"mappings":"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"}
|
package/tnx-shared.d.ts
CHANGED
|
@@ -2,135 +2,137 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { AccessDeniedV1Component as
|
|
6
|
-
export { AddNewsComponent as
|
|
5
|
+
export { AccessDeniedV1Component as ɵeh } from './components/access-denied-component/access-denied-v1/access-denied-v1.component';
|
|
6
|
+
export { AddNewsComponent as ɵei } from './components/add-news/add-news.component';
|
|
7
7
|
export { AddressComponent as ɵa } from './components/address/address.component';
|
|
8
8
|
export { AfterViewCheckedComponent as ɵf } from './components/after-view-checked/after-view-checked.component';
|
|
9
|
-
export { AutoCompletePickerComponent as
|
|
10
|
-
export { ChatService as
|
|
11
|
-
export { ContentsService as
|
|
12
|
-
export { MessageBoardService as
|
|
13
|
-
export { StatusExtendsService as
|
|
14
|
-
export { CheckBoxListComponent as
|
|
15
|
-
export { CoCauToChucPickerListComponent as
|
|
9
|
+
export { AutoCompletePickerComponent as ɵo } from './components/autocomplete-picker/autocomplete-picker.component';
|
|
10
|
+
export { ChatService as ɵeo } from './components/chat/services/chat.service';
|
|
11
|
+
export { ContentsService as ɵep } from './components/chat/services/content.service';
|
|
12
|
+
export { MessageBoardService as ɵer } from './components/chat/services/message-board.service';
|
|
13
|
+
export { StatusExtendsService as ɵeq } from './components/chat/services/status.service';
|
|
14
|
+
export { CheckBoxListComponent as ɵp } from './components/check-box-list/check-box-list.component';
|
|
15
|
+
export { CoCauToChucPickerListComponent as ɵr } from './components/cocautochuc/cocautochuc-picker-list/cocautochuc-picker-list.component';
|
|
16
16
|
export { AppRootMenuComponent as ɵh } from './components/common-app-component/app-root-menu/app-root-menu.component';
|
|
17
17
|
export { AppTopBarV1Component as ɵj } from './components/common-app-component/app-topbar-v1/app-topbar-v1.component';
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
18
|
+
export { AppTopBarV2Component as ɵk } from './components/common-app-component/app-topbar-v2/app-topbar-v2.component';
|
|
19
|
+
export { AppMenuComponent as ɵn, AppSubMenuComponent as ɵm } from './components/common-app-component/app.menu.component';
|
|
20
|
+
export { AppProfileComponent as ɵl } from './components/common-app-component/app.profile.component';
|
|
20
21
|
export { AppTopBarComponent as ɵi } from './components/common-app-component/app.topbar.component';
|
|
21
|
-
export { CongViecPickerComponent as
|
|
22
|
-
export { CongViecService as
|
|
23
|
-
export { TaskWorkflowHistoriesService as
|
|
22
|
+
export { CongViecPickerComponent as ɵby } from './components/congviec-picker/congviec-picker.component';
|
|
23
|
+
export { CongViecService as ɵbz } from './components/congviec-picker/services/congviec.service';
|
|
24
|
+
export { TaskWorkflowHistoriesService as ɵca } from './components/congviec-picker/services/taskworkflowhistories.service';
|
|
24
25
|
export { AdvanceSearchComponent as ɵg } from './components/crud/advance-search/advance-search.component';
|
|
25
|
-
export { CheckReadyComponent as
|
|
26
|
-
export { TableDetailFormComponent as
|
|
27
|
-
export { DatetimePickerRangeComponent as
|
|
28
|
-
export { DatetimePickerComponent as
|
|
29
|
-
export { QuickAddFormComponent as
|
|
26
|
+
export { CheckReadyComponent as ɵez } from './components/crud/check-ready/check-ready.component';
|
|
27
|
+
export { TableDetailFormComponent as ɵdc } from './components/crud/table-detail-form/table-detail-form.component';
|
|
28
|
+
export { DatetimePickerRangeComponent as ɵbc } from './components/datetime-picker-range/datetime-picker-range.component';
|
|
29
|
+
export { DatetimePickerComponent as ɵbb } from './components/datetime-picker/datetime-picker.component';
|
|
30
|
+
export { QuickAddFormComponent as ɵdf } from './components/dropdown/quick-add-form/quick-add-form.component';
|
|
30
31
|
export { DropdownService as ɵb } from './components/dropdown/services/dropdown.service';
|
|
31
|
-
export { EntityPermissionComponent as
|
|
32
|
-
export { EntityPermissionService as
|
|
33
|
-
export { EntityPickerBoxComponent as
|
|
34
|
-
export { EntityPickerDataComponent as
|
|
35
|
-
export { EntityPickerSelectedComponent as
|
|
36
|
-
export { EntityPickerDialogComponent as
|
|
37
|
-
export { EntityPickerComponent as
|
|
38
|
-
export { EquationEditorComponent as
|
|
39
|
-
export { FileFormComponent as
|
|
40
|
-
export { FileKySoSimComponent as
|
|
41
|
-
export { KhaiThacTaiLieuDungChungComponent as
|
|
42
|
-
export { TaiLieuCuaToiComponent as
|
|
43
|
-
export { FileVersionListComponent as
|
|
44
|
-
export { FileViewerComponent as
|
|
45
|
-
export { FolderFormComponent as
|
|
46
|
-
export { KySoSimDanhSachChuKyComponent as
|
|
47
|
-
export { DanhMucDungChungService as
|
|
48
|
-
export { FileExplorerNewService as
|
|
49
|
-
export { FileVersionService as
|
|
50
|
-
export { KySoSimChuKyUserService as
|
|
51
|
-
export { KySoSimSignPDFService as
|
|
52
|
-
export { MyDriveService as
|
|
53
|
-
export { SignatureDetailComponent as
|
|
54
|
-
export { MaskComponent as
|
|
55
|
-
export { NotFoundComponent as
|
|
56
|
-
export { NumberPickerRangeComponent as
|
|
57
|
-
export { PagingNextBackOnlyComponent as
|
|
58
|
-
export { QrCodeGeneratorComponent as
|
|
59
|
-
export { DM_ChucVuService as
|
|
60
|
-
export { RadioButtonListComponent as
|
|
61
|
-
export { ReportQueueComponent as
|
|
62
|
-
export { SettingsRowComponent as
|
|
63
|
-
export { SettingsWorkflowNo1Component as
|
|
64
|
-
export { SettingsWorkflowComponent as
|
|
65
|
-
export { SettingsComponent as
|
|
66
|
-
export { ShareLinkByPermissionComponent as
|
|
67
|
-
export { SplashComponentV1Component as
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
74
|
-
export {
|
|
75
|
-
export {
|
|
76
|
-
export {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
export {
|
|
83
|
-
export {
|
|
84
|
-
export {
|
|
85
|
-
export {
|
|
86
|
-
export {
|
|
87
|
-
export {
|
|
88
|
-
export {
|
|
89
|
-
export {
|
|
90
|
-
export {
|
|
91
|
-
export {
|
|
92
|
-
export {
|
|
93
|
-
export {
|
|
94
|
-
export {
|
|
95
|
-
export {
|
|
96
|
-
export {
|
|
97
|
-
export {
|
|
98
|
-
export {
|
|
32
|
+
export { EntityPermissionComponent as ɵbj } from './components/entity-permission/entity-permission.component';
|
|
33
|
+
export { EntityPermissionService as ɵbm } from './components/entity-permission/services.cs/entity-permission.service';
|
|
34
|
+
export { EntityPickerBoxComponent as ɵbe } from './components/entity-picker/entity-picker-box/entity-picker-box.component';
|
|
35
|
+
export { EntityPickerDataComponent as ɵbf } from './components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component';
|
|
36
|
+
export { EntityPickerSelectedComponent as ɵbg } from './components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component';
|
|
37
|
+
export { EntityPickerDialogComponent as ɵbi } from './components/entity-picker/entity-picker-dialog/entity-picker-dialog.component';
|
|
38
|
+
export { EntityPickerComponent as ɵbh } from './components/entity-picker/entity-picker.component';
|
|
39
|
+
export { EquationEditorComponent as ɵbn } from './components/equation-editor/equation-editor.component';
|
|
40
|
+
export { FileFormComponent as ɵdu } from './components/file-explorer/file-form/file-form.component';
|
|
41
|
+
export { FileKySoSimComponent as ɵeu } from './components/file-explorer/file-ky-so-sim/file-ky-so-sim.component';
|
|
42
|
+
export { KhaiThacTaiLieuDungChungComponent as ɵex } from './components/file-explorer/file-tai-lieu/khaithac-tailieu-dungchung/khaithac-tailieu-dungchung.component';
|
|
43
|
+
export { TaiLieuCuaToiComponent as ɵew } from './components/file-explorer/file-tai-lieu/tailieu-cuatoi/tailieu-cuatoi.component';
|
|
44
|
+
export { FileVersionListComponent as ɵdw } from './components/file-explorer/file-version-list/file-version-list.component';
|
|
45
|
+
export { FileViewerComponent as ɵdv } from './components/file-explorer/file-viewer/file-viewer.component';
|
|
46
|
+
export { FolderFormComponent as ɵdt } from './components/file-explorer/folder-form/folder-form.component';
|
|
47
|
+
export { KySoSimDanhSachChuKyComponent as ɵes } from './components/file-explorer/ky-so-sim-danh-sach-chu-ky/ky-so-sim-danh-sach-chu-ky.component';
|
|
48
|
+
export { DanhMucDungChungService as ɵey } from './components/file-explorer/services/danhmuc-dungchung.service';
|
|
49
|
+
export { FileExplorerNewService as ɵds } from './components/file-explorer/services/file-explorer-new.service';
|
|
50
|
+
export { FileVersionService as ɵdr } from './components/file-explorer/services/file-version.service';
|
|
51
|
+
export { KySoSimChuKyUserService as ɵet } from './components/file-explorer/services/ky-so-sim-chu-ky-user.service';
|
|
52
|
+
export { KySoSimSignPDFService as ɵev } from './components/file-explorer/services/ky-so-sim-signPDF.service';
|
|
53
|
+
export { MyDriveService as ɵdq } from './components/file-explorer/services/my-drive.service';
|
|
54
|
+
export { SignatureDetailComponent as ɵen } from './components/file-explorer/signature-detail/signature-detail.component';
|
|
55
|
+
export { MaskComponent as ɵbo } from './components/mask/mask.component';
|
|
56
|
+
export { NotFoundComponent as ɵel } from './components/not-found/not-found.component';
|
|
57
|
+
export { NumberPickerRangeComponent as ɵbp } from './components/number-picker-range/number-picker-range.component';
|
|
58
|
+
export { PagingNextBackOnlyComponent as ɵbq } from './components/paging-next-back-only/paging-next-back-only.component';
|
|
59
|
+
export { QrCodeGeneratorComponent as ɵeg } from './components/qr-code-generator/qr-code-generator.component';
|
|
60
|
+
export { DM_ChucVuService as ɵbk } from './components/query-builders/services/dm-chucvu.service';
|
|
61
|
+
export { RadioButtonListComponent as ɵbr } from './components/radio-button-list/radio-button-list.component';
|
|
62
|
+
export { ReportQueueComponent as ɵq } from './components/report-queue/report-queue.component';
|
|
63
|
+
export { SettingsRowComponent as ɵcc } from './components/settings/settings-row/settings-row.component';
|
|
64
|
+
export { SettingsWorkflowNo1Component as ɵce } from './components/settings/settings-workflow/settings-workflow-no1/settings-workflow-no1.component';
|
|
65
|
+
export { SettingsWorkflowComponent as ɵcd } from './components/settings/settings-workflow/settings-workflow.component';
|
|
66
|
+
export { SettingsComponent as ɵcb } from './components/settings/settings.component';
|
|
67
|
+
export { ShareLinkByPermissionComponent as ɵcu } from './components/share-link-by-permission/share-link-by-permission.component';
|
|
68
|
+
export { SplashComponentV1Component as ɵcj } from './components/splash-component/splash-component-v1/splash-component-v1.component';
|
|
69
|
+
export { SplashComponentV2Component as ɵck } from './components/splash-component/splash-component-v2/splash-component-v2.component';
|
|
70
|
+
export { DynamicNodeComponent as ɵbd } from './components/statemachines/dynamic-node/dynamic-node.component';
|
|
71
|
+
export { StateMachinesConnectionReceiverConditionComponent as ɵcm } from './components/statemachines/statemachines-connection-receiver-condition/statemachines-connection-receiver-condition.component';
|
|
72
|
+
export { StateMachinesConnectionReceiverDepartmentComponent as ɵco } from './components/statemachines/statemachines-connection-receiver-department/statemachines-connection-receiver-department.component';
|
|
73
|
+
export { StateMachinesConnectionReceiverGroupComponent as ɵcp } from './components/statemachines/statemachines-connection-receiver-group/statemachines-connection-receiver-group.component';
|
|
74
|
+
export { StateMachinesConnectionReceiverRoleComponent as ɵcr } from './components/statemachines/statemachines-connection-receiver-role/statemachines-connection-receiver-role.component';
|
|
75
|
+
export { StateMachinesConnectionReceiverUserComponent as ɵcq } from './components/statemachines/statemachines-connection-receiver-user/statemachines-connection-receiver-user.component';
|
|
76
|
+
export { StateMachinesConnectionReceiverComponent as ɵcl } from './components/statemachines/statemachines-connection-receiver/statemachines-connection-receiver.component';
|
|
77
|
+
export { StateMachinesConnectionSenderComponent as ɵcs } from './components/statemachines/statemachines-connection-sender/statemachines-connection-sender.component';
|
|
78
|
+
export { HelperCurrentPageComponent as ɵdn } from './components/tn-app-help/helper-current-page/helper-current-page.component';
|
|
79
|
+
export { PathNameService as ɵdm } from './components/tn-app-help/services/path-name.service';
|
|
80
|
+
export { TnAppHelpComponent as ɵdl } from './components/tn-app-help/tn-app-help.component';
|
|
81
|
+
export { TnAppNotificationListComponent as ɵdo } from './components/tn-app-notification/tn-app-notification-list/tn-app-notification-list.component';
|
|
82
|
+
export { TnAppNotificationComponent as ɵdp } from './components/tn-app-notification/tn-app-notification.component';
|
|
83
|
+
export { TnColorPickerComponent as ɵcz } from './components/tn-color-picker/tn-color-picker.component';
|
|
84
|
+
export { TnDialogComponent as ɵcy } from './components/tn-dialog/tn-dialog.component';
|
|
85
|
+
export { TnTabViewComponent as ɵdb } from './components/tn-tabview/tn-tabview.component';
|
|
86
|
+
export { TnTinymceComponent as ɵda } from './components/tn-tinymce/tn-tinymce.component';
|
|
87
|
+
export { UniversalLinkProcessorComponent as ɵem } from './components/universal-link-processor/universal-link-processor.component';
|
|
88
|
+
export { CoCauToChucTestService as ɵdk } from './components/user-picker/servicetest/cocautochuc-test.service';
|
|
89
|
+
export { UserPickerBoxComponent as ɵdj } from './components/user-picker/user-picker-box/user-picker-box.component';
|
|
90
|
+
export { UserPickerComponent as ɵdi } from './components/user-picker/user-picker.component';
|
|
91
|
+
export { VanBanDenService as ɵbt } from './components/vanban-picker/services/vanban-den.service';
|
|
92
|
+
export { VanBanDiService as ɵbu } from './components/vanban-picker/services/vanban-di.service';
|
|
93
|
+
export { VanbanDenPickerComponent as ɵbx } from './components/vanban-picker/vanban-den-picker/vanban-den-picker.component';
|
|
94
|
+
export { VanbanDiPickerComponent as ɵbw } from './components/vanban-picker/vanban-di-picker/vanban-di-picker.component';
|
|
95
|
+
export { VanBanPickerDialogComponent as ɵbv } from './components/vanban-picker/vanban-picker-dialog/vanban-picker-dialog.component';
|
|
96
|
+
export { VanBanPickerComponent as ɵbs } from './components/vanban-picker/vanban-picker.component';
|
|
97
|
+
export { ChoYKienFormComponent as ɵci } from './components/workflow/cho-y-kien-form/cho-y-kien-form.component';
|
|
98
|
+
export { PermissionSharingComponent as ɵcw } from './components/workflow/permission-sharing/permission-sharing.component';
|
|
99
|
+
export { ProcessWorkflowFormComponent as ɵt } from './components/workflow/process-workflow-form/process-workflow-form.component';
|
|
100
|
+
export { ProcessWorkflowTargetComponent as ɵcg } from './components/workflow/process-workflow-target/process-workflow-target.component';
|
|
99
101
|
export { CanBo_HoSoService as ɵe } from './components/workflow/services/canbo-hoso.service';
|
|
100
|
-
export { EntityWorkflowHistoryService as
|
|
101
|
-
export { EntityWorkflowSettingService as
|
|
102
|
-
export { WorkflowPermissionService as
|
|
103
|
-
export { WorkflowSettingsService as
|
|
104
|
-
export { SimpleWorkflowFormComponent as
|
|
105
|
-
export { StartWorkflowComponent as
|
|
106
|
-
export { WorkflowHistoryDialogComponent as
|
|
107
|
-
export { WorkflowHistoryNewComponent as
|
|
108
|
-
export { WorkflowHistoryComponent as
|
|
109
|
-
export { WorkflowPermissionFormComponent as
|
|
110
|
-
export { WorkflowPermissionComponent as
|
|
111
|
-
export { WorkflowSettingDialogComponent as
|
|
112
|
-
export { WorkflowSettingNewComponent as
|
|
113
|
-
export { WorkflowSettingComponent as
|
|
114
|
-
export { BaseCauHinhWorkflowDetailComponent as
|
|
115
|
-
export { BaseCongViecTestComponent as
|
|
116
|
-
export { BaseCongviecDinhkemFormComponent as
|
|
117
|
-
export { BaseCongviecDinhkemComponent as
|
|
118
|
-
export { CongviecDinhkemService as
|
|
119
|
-
export { BaseDmLinhVucCongViecFormComponent as
|
|
120
|
-
export { BaseDmLoaiCongViecFormComponent as
|
|
121
|
-
export { BaseDmPriorityFormComponent as
|
|
122
|
-
export { PreventShiftTabDirective as
|
|
123
|
-
export { TnTemplateDirective as
|
|
124
|
-
export { LogInterceptor as
|
|
125
|
-
export { PermissionUtilsInterceptor as
|
|
126
|
-
export { SendAccessTokenInterceptor as
|
|
127
|
-
export { TraceInterceptor as
|
|
128
|
-
export { FileIconPipe as
|
|
129
|
-
export { FileSizePipe as
|
|
130
|
-
export { ArticleService as
|
|
131
|
-
export { DmChucVuService as
|
|
102
|
+
export { EntityWorkflowHistoryService as ɵdy } from './components/workflow/services/entity-workflow-history.service';
|
|
103
|
+
export { EntityWorkflowSettingService as ɵec } from './components/workflow/services/entity-workflow-setting.service';
|
|
104
|
+
export { WorkflowPermissionService as ɵcx } from './components/workflow/services/workflow-permission.service';
|
|
105
|
+
export { WorkflowSettingsService as ɵcn } from './components/workflow/services/workflow-settings.service';
|
|
106
|
+
export { SimpleWorkflowFormComponent as ɵcf } from './components/workflow/simple-workflow-form/simple-workflow-form.component';
|
|
107
|
+
export { StartWorkflowComponent as ɵct } from './components/workflow/start-workflow/start-workflow.component';
|
|
108
|
+
export { WorkflowHistoryDialogComponent as ɵdz } from './components/workflow/workflow-history-dialog/workflow-history-dialog.component';
|
|
109
|
+
export { WorkflowHistoryNewComponent as ɵea } from './components/workflow/workflow-history-new/workflow-history-new.component';
|
|
110
|
+
export { WorkflowHistoryComponent as ɵdx } from './components/workflow/workflow-history/workflow-history.component';
|
|
111
|
+
export { WorkflowPermissionFormComponent as ɵef } from './components/workflow/workflow-permission-form/workflow-permission-form.component';
|
|
112
|
+
export { WorkflowPermissionComponent as ɵee } from './components/workflow/workflow-permission/workflow-permission.component';
|
|
113
|
+
export { WorkflowSettingDialogComponent as ɵed } from './components/workflow/workflow-setting-dialog/workflow-setting-dialog.component';
|
|
114
|
+
export { WorkflowSettingNewComponent as ɵcv } from './components/workflow/workflow-setting-new/workflow-setting-new.component';
|
|
115
|
+
export { WorkflowSettingComponent as ɵeb } from './components/workflow/workflow-setting/workflow-setting.component';
|
|
116
|
+
export { BaseCauHinhWorkflowDetailComponent as ɵu } from './congviec/cauhinh-workflow/cauhinh-workflow-detail/cauhinh-workflow-detail.component';
|
|
117
|
+
export { BaseCongViecTestComponent as ɵs } from './congviec/congviec-test/congviec.component';
|
|
118
|
+
export { BaseCongviecDinhkemFormComponent as ɵba } from './congviec/congviec/congviec-dinhkem-form/congviec-dinhkem-form.component';
|
|
119
|
+
export { BaseCongviecDinhkemComponent as ɵy } from './congviec/congviec/congviec-dinhkem/congviec-dinhkem.component';
|
|
120
|
+
export { CongviecDinhkemService as ɵz } from './congviec/congviec/services/congviec-dinhkem.service';
|
|
121
|
+
export { BaseDmLinhVucCongViecFormComponent as ɵw } from './congviec/dm-linhvuc-congviec/dm-linhvuc-congviec-form/dm-linhvuc-congviec-form.component';
|
|
122
|
+
export { BaseDmLoaiCongViecFormComponent as ɵv } from './congviec/dm-loai-congviec/dm-loai-congviec-form/dm-loai-congviec-form.component';
|
|
123
|
+
export { BaseDmPriorityFormComponent as ɵx } from './congviec/dm-priority/dm-priority-form/dm-priority-form.component';
|
|
124
|
+
export { PreventShiftTabDirective as ɵdg } from './directives/prevent-shift-tab.directive';
|
|
125
|
+
export { TnTemplateDirective as ɵdh } from './directives/tn-template.directive';
|
|
126
|
+
export { LogInterceptor as ɵfb } from './intercepters/log.interceptor';
|
|
127
|
+
export { PermissionUtilsInterceptor as ɵfc } from './intercepters/permission-utils.interceptor';
|
|
128
|
+
export { SendAccessTokenInterceptor as ɵfa } from './intercepters/send-access-token.interceptor';
|
|
129
|
+
export { TraceInterceptor as ɵfd } from './intercepters/trace.interceptor';
|
|
130
|
+
export { FileIconPipe as ɵdd } from './pipes/file-icon.pipe';
|
|
131
|
+
export { FileSizePipe as ɵde } from './pipes/file-size.pipe';
|
|
132
|
+
export { ArticleService as ɵej } from './services/article.service';
|
|
133
|
+
export { DmChucVuService as ɵch } from './services/dm-chucvu.service';
|
|
132
134
|
export { EntityPickerService as ɵc } from './services/entity-picker.service';
|
|
133
135
|
export { ExceptionHandlerService as ɵd } from './services/exception-handler.service';
|
|
134
|
-
export { NewsCategoryService as
|
|
135
|
-
export { RoleService as
|
|
136
|
+
export { NewsCategoryService as ɵek } from './services/newscategory.service';
|
|
137
|
+
export { RoleService as ɵbl } from './services/role.service';
|
|
136
138
|
//# sourceMappingURL=tnx-shared.d.ts.map
|
package/tnx-shared.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tnx-shared.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"tnx-shared.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.ts"],"names":[],"mappings":"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"}
|