tnx-shared 5.2.28 → 5.2.29

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.
Files changed (85) hide show
  1. package/assets/docker/docker-entrypoint.sh +1 -1
  2. package/classes/base/list-component-base.d.ts +19 -5
  3. package/classes/base/list-component-base.d.ts.map +1 -1
  4. package/classes/environment-schema.d.ts +23 -20
  5. package/classes/environment-schema.d.ts.map +1 -1
  6. package/classes/public-function.d.ts +1 -0
  7. package/classes/public-function.d.ts.map +1 -1
  8. package/components/chat/chat-box/chat-box.component.d.ts.map +1 -1
  9. package/components/common-app-component/common-app-component.d.ts +1 -3
  10. package/components/common-app-component/common-app-component.d.ts.map +1 -1
  11. package/components/crud/advance-search/advance-search.component.d.ts +6 -6
  12. package/components/crud/advance-search/advance-search.component.d.ts.map +1 -1
  13. package/components/crud/crud-form/crud-form.component.d.ts +6 -0
  14. package/components/crud/crud-form/crud-form.component.d.ts.map +1 -1
  15. package/components/dropdown/dropdown.component.d.ts +5 -3
  16. package/components/dropdown/dropdown.component.d.ts.map +1 -1
  17. package/components/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
  18. package/components/query-builders/query-builder-rule/query-builder-rule.component.d.ts +3 -0
  19. package/components/query-builders/query-builder-rule/query-builder-rule.component.d.ts.map +1 -1
  20. package/components/tn-custom-scrollbar/tn-custom-scrollbar.component.d.ts.map +1 -1
  21. package/components/tn-tinymce/tn-tinymce.component.d.ts +2 -0
  22. package/components/tn-tinymce/tn-tinymce.component.d.ts.map +1 -1
  23. package/congviec/congviec/congviec-form/congviec-form.component.d.ts +1 -0
  24. package/congviec/congviec/congviec-form/congviec-form.component.d.ts.map +1 -1
  25. package/directives/primeng/tn-table.directive.d.ts +7 -6
  26. package/directives/primeng/tn-table.directive.d.ts.map +1 -1
  27. package/esm2020/classes/base/list-component-base.mjs +56 -32
  28. package/esm2020/classes/environment-schema.mjs +10 -1
  29. package/esm2020/classes/public-function.mjs +3 -1
  30. package/esm2020/components/add-news/add-news.component.mjs +3 -3
  31. package/esm2020/components/autocomplete-picker/autocomplete-picker.component.mjs +2 -2
  32. package/esm2020/components/chat/chat-box/chat-box.component.mjs +3 -4
  33. package/esm2020/components/chat/chat-send-message-box/chat-send-message-box.component.mjs +2 -2
  34. package/esm2020/components/common-app-component/common-app-component.mjs +57 -57
  35. package/esm2020/components/common-dashboard/common-dashboard.component.mjs +3 -3
  36. package/esm2020/components/crud/advance-search/advance-search.component.mjs +28 -19
  37. package/esm2020/components/crud/crud-form/crud-form.component.mjs +12 -4
  38. package/esm2020/components/crud/crud-list/crud-list.component.mjs +3 -3
  39. package/esm2020/components/crud/tree-table/tree-table.component.mjs +3 -3
  40. package/esm2020/components/dropdown/dropdown.component.mjs +29 -24
  41. package/esm2020/components/entity-permission/entity-permission.component.mjs +3 -3
  42. package/esm2020/components/entity-picker/entity-picker-box/entity-picker-box.component.mjs +3 -3
  43. package/esm2020/components/entity-picker/entity-picker-dialog/entity-picker-dialog.component.mjs +3 -3
  44. package/esm2020/components/file-explorer/file-manager/file-manager.component.mjs +3 -3
  45. package/esm2020/components/main-list/main-list.component.mjs +3 -3
  46. package/esm2020/components/query-builders/query-builder-rule/query-builder-rule.component.mjs +8 -3
  47. package/esm2020/components/radio-button-list/radio-button-list.component.mjs +3 -3
  48. package/esm2020/components/report-queue/report-queue.component.mjs +2 -2
  49. package/esm2020/components/settings/settings.component.mjs +3 -3
  50. package/esm2020/components/tn-app-help/tn-app-help.component.mjs +3 -3
  51. package/esm2020/components/tn-app-notification/tn-app-notification.component.mjs +3 -3
  52. package/esm2020/components/tn-custom-scrollbar/tn-custom-scrollbar.component.mjs +5 -4
  53. package/esm2020/components/tn-tinymce/tn-tinymce.component.mjs +7 -3
  54. package/esm2020/components/user-picker/user-picker-box/user-picker-box.component.mjs +3 -3
  55. package/esm2020/components/user-picker/user-picker.component.mjs +2 -2
  56. package/esm2020/components/workflow/workflow-picker/workflow-picker.component.mjs +3 -3
  57. package/esm2020/congviec/congviec/congviec-dinhkem/congviec-dinhkem.component.mjs +3 -3
  58. package/esm2020/congviec/congviec/congviec-form/congviec-form.component.mjs +6 -3
  59. package/esm2020/congviec/congviec/congviec.component.mjs +3 -3
  60. package/esm2020/directives/primeng/tn-table.directive.mjs +28 -13
  61. package/esm2020/services/common.service.mjs +11 -3
  62. package/esm2020/services/environment.service.mjs +48 -7
  63. package/esm2020/services/permission.service.mjs +12 -15
  64. package/esm2020/services/position.service.mjs +2 -2
  65. package/esm2020/services/signalr.service.mjs +3 -3
  66. package/esm2020/services/tn-client.service.mjs +30 -25
  67. package/esm2020/tnx-shared.module.mjs +14 -8
  68. package/fesm2015/tnx-shared.mjs +587 -445
  69. package/fesm2015/tnx-shared.mjs.map +1 -1
  70. package/fesm2020/tnx-shared.mjs +587 -445
  71. package/fesm2020/tnx-shared.mjs.map +1 -1
  72. package/package.json +2 -2
  73. package/services/common.service.d.ts +6 -0
  74. package/services/common.service.d.ts.map +1 -1
  75. package/services/environment.service.d.ts +32 -23
  76. package/services/environment.service.d.ts.map +1 -1
  77. package/services/permission.service.d.ts +5 -0
  78. package/services/permission.service.d.ts.map +1 -1
  79. package/services/position.service.d.ts.map +1 -1
  80. package/services/signalr.service.d.ts +1 -1
  81. package/services/signalr.service.d.ts.map +1 -1
  82. package/services/tn-client.service.d.ts +3 -1
  83. package/services/tn-client.service.d.ts.map +1 -1
  84. package/tnx-shared.module.d.ts +12 -11
  85. package/tnx-shared.module.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnx-shared",
3
- "version": "5.2.28",
3
+ "version": "5.2.29",
4
4
  "clientVersion": "5.2",
5
5
  "description": "",
6
6
  "dependencies": {
@@ -90,7 +90,7 @@
90
90
  "zone.js": "~0.11.4",
91
91
  "ngx-extended-pdf-viewer": "^9.0.5"
92
92
  },
93
- "versionPrev": "5.2.27",
93
+ "versionPrev": "5.2.28",
94
94
  "module": "fesm2015/tnx-shared.mjs",
95
95
  "es2020": "fesm2020/tnx-shared.mjs",
96
96
  "esm2020": "esm2020/tnx-shared.mjs",
@@ -141,6 +141,12 @@ export declare class CommonService {
141
141
  matchRuleExpl(str: any, rule: any): boolean;
142
142
  getResponseResultFromException(err: any): ResponseResult;
143
143
  isString(val: any): boolean;
144
+ /**
145
+ * Hằm băm HMACSHA256 trả về kết quả dưới dạng Base64
146
+ * @param message dữ liệu
147
+ * @param key khóa bí mật
148
+ */
149
+ hmacSha256(message: string, key: string): any;
144
150
  getTime(timeSpan: string): string;
145
151
  appendStringWithSpace(original: string, append: string, connector?: string): string;
146
152
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonService, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"common.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/common.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"common.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/common.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAc,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG7E,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAGlD,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;;AAM3D,aAAK,eAAe;IAChB,MAAM,IAAA;IACN,OAAO,IAAA;IACP,IAAI,IAAA;IACJ,UAAU,IAAA;CACb;AAED,qBAGa,aAAa;IAkCV,OAAO,CAAC,mBAAmB;IAjCvC,UAAU,EAAE,eAAe,CAA0B;IAErD,QAAQ,UAAS;IAEjB,WAAW,SAAS;IAEpB,gBAAgB,EAAE,OAAO,CAAC;IAE1B,gBAAgB,EAAE,OAAO,CAAC;IAE1B,iBAAiB,EAAE,OAAO,CAAC;IAE3B,yBAAyB,EAAE,OAAO,CAAC;IAEnC,sBAAsB,EAAE,OAAO,CAAC;IAEhC,SAAS,EAAE,OAAO,CAAC;IAEnB,eAAe,EAAE,OAAO,CAAC;IAEzB,gBAAgB,EAAE,GAAG,CAAC;IAEtB,SAAS,EAAE,OAAO,CAAC;IAEnB,iBAAiB,EAAE,GAAG,CAAC;IAEvB,eAAe,EAAE,OAAO,CAAC;IACzB,IAAI,EAAE,OAAO,CAAC;IAEd,WAAW,SAAsC;IAEjD,WAAW,SAAuB;gBAEd,mBAAmB,EAAE,kBAAkB;IAG3D,IAAI;IAIJ,YAAY;IAIZ,4BAA4B;IAI5B,YAAY,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,OAAA;IASzC,UAAU,CAAC,GAAG,KAAA;IASd,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG;IAc3C,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG;IAmBhD,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM;IAMhC,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM;IAMlC,WAAW,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA;IAWtB,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAwDjE,OAAO,CAAC,uBAAuB;IAM/B,YAAY,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAwDlE,gBAAgB,CAAC,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAgEpE,mBAAmB,CACf,IAAI,EAAE,GAAG,EACT,UAAU,EAAE,MAAM,EAClB,SAAS,GAAE,MAAW,EACtB,UAAU,GAAE,MAAW,EACvB,gBAAgB,SAAK,EACrB,SAAS,GAAE,OAAc,GAC1B,UAAU,EAAE;IA0Bf,QAAQ,CACJ,IAAI,EAAE,GAAG,EACT,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM;IAU5B,6BAA6B,CACzB,IAAI,EAAE,GAAG,EACT,UAAU,GAAE,MAAa,EACzB,SAAS,GAAE,MAAe,GAC3B,UAAU,EAAE;IAIf,UAAU,eAAkD;IAE5D,WAAW,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ;IAoC1C,iBAAiB,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA;IAa7B,kBAAkB;IAIlB,YAAY;IAIZ,MAAM;IAIN,eAAe;IAMf,aAAa;IAsBb,uBAAuB,CAAC,GAAG,KAAA;IAU3B,cAAc;IAYd,iBAAiB,CAAC,KAAK,KAAA;IAqBvB,cAAc,CAAC,IAAI,KAAA;IAsBnB,WAAW,CAAC,MAAM,KAAA;IAKlB,QAAQ;IAKR,SAAS;IAIT,QAAQ;IAIR,SAAS;IAIT,KAAK,CAAC,EAAE,EAAE,MAAM;IAIhB,+BAA+B;IAC/B,wBAAwB,CAAC,SAAS,KAAA;IAmBlC,qBAAqB;IAarB,qBAAqB,CAAC,KAAK,KAAA;IAM3B,uBAAuB;IAIvB,6BAA6B;IAE7B,gBAAgB,CAAC,UAAU,KAAA,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,UAAQ,GAAG,IAAI;IA6IvE,uBAAuB,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;IAK5C,cAAc,IAAI,MAAM;IAIxB,eAAe,IAAI,MAAM;IAIzB,gBAAgB,CAAC,OAAO,KAAA,EAAE,MAAM,KAAA,EAAE,MAAM,KAAA;IAIxC,uBAAuB,CAAC,MAAM,KAAA;IAI9B,WAAW,CAAC,GAAG,EAAE,GAAG;IAKpB,WAAW,CAAC,IAAI,KAAA,EAAE,GAAG,KAAA,EAAE,KAAK,KAAA;IAS5B,gBAAgB,CAAC,SAAS,EAAE,MAAM;IAQlC,mBAAmB;IAInB,eAAe,CAAC,MAAM,EAAE,MAAM;IAI9B,UAAU,CAAC,GAAG,KAAA;IAUd,eAAe,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,GAAG,OAAO;IAmB5C,mBAAmB,CAAC,SAAS,KAAA,EAAE,MAAM,KAAA;IASrC,gBAAgB,CAAC,QAAQ,KAAA,EAAE,WAAW,KAAA,EAAE,YAAY,KAAA,GAAG,MAAM;IAwB7D,gBAAgB,CAAC,KAAK,KAAA;IAsBtB,UAAU,CAAC,QAAQ,KAAA,EAAE,MAAM,KAAA,EAAE,WAAW,KAAA;IAOxC,OAAO,CAAC,QAAQ,KAAA,GAAG,OAAO;IAO1B,YAAY,CAAC,GAAG,KAAA;IAKhB,eAAe,CAAC,GAAG,EAAE,MAAM;IAc3B,UAAU;IAOV,aAAa,CAAC,IAAI,KAAA;IAKlB,aAAa,CAAC,MAAM,KAAA,EAAE,MAAM,KAAA;IAkB5B,WAAW,CAAC,KAAK,KAAA,EAAE,KAAK,KAAA;IAiBxB,QAAQ,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,GAAG,MAAM;IAaxC,cAAc,CAAC,KAAK,KAAA;IAKpB,SAAS,CAAC,OAAO,EAAE,GAAG;IAYhB,YAAY,CAAC,KAAK,KAAA,EAAE,QAAQ,KAAA;IAMlC,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM;IAIhC,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM;IAIhC,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE;IAYxB,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE;IAI1B,aAAa,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,KAAK,KAAA;IAcjC,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,EAAE;IAWtC,YAAY,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,CAAC,EAAE,QAAQ;IAgB/D,UAAU;IAIV,mBAAmB,CAAC,MAAM,KAAA;IAS1B,SAAS;IAIT,aAAa,CAAC,GAAG,KAAA;IAQjB;;;;OAIG;IACH,eAAe,CAAC,KAAK,KAAA,EAAE,GAAG,KAAA,EAAE,YAAY,KAAA,EAAE,UAAU,KAAA;IAMpD,mBAAmB,CAAC,KAAK,KAAA,EAAE,GAAG,KAAA,EAAE,YAAY,KAAA,EAAE,UAAU,KAAA,EAAE,UAAU,UAAO;IAS3E,iBAAiB,CAAC,QAAQ,KAAA,EAAE,QAAQ,KAAA,EAAE,KAAK,UAAO;IAgBlD,oBAAoB,CAAC,KAAK,EAAE,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,YAAY,EAAE,MAAM;IAgB7E,WAAW,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE;IAQxC,UAAU;IAIV,kBAAkB,CAAC,KAAK,EAAE,MAAM;IAShC,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE;IAS/B,kBAAkB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE;IAO5D,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,EAAE,YAAY,GAAE,OAAe,EAAE,mBAAmB,GAAE,mBAAgD;IAS7J,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM;IAO5D,qBAAqB;IAIrB,aAAa,CAAC,GAAG,EAAE,MAAM;IAKzB,cAAc;IAId,WAAW,CAAC,GAAG,EAAE,MAAM;IAevB,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAS3F,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,GAAE,CAAC,GAAG,CAAC,CAAK;IAItC,QAAQ,CAAC,GAAG,KAAA;IAKZ,OAAO,CAAC,GAAG,KAAA;IAOX,aAAa,CAAC,GAAG,KAAA;IAKjB,cAAc,CAAC,GAAG,KAAA,EAAE,IAAI,KAAA;IAMxB,aAAa,CAAC,GAAG,KAAA,EAAE,IAAI,KAAA;IAmBvB,8BAA8B,CAAC,GAAG,EAAE,GAAG,GAAG,cAAc;IASxD,QAAQ,CAAC,GAAG,KAAA;IAKZ;;;;OAIG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;IAKvC,OAAO,CAAC,QAAQ,EAAE,MAAM;IAMxB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;yCAvwCjE,aAAa;6CAAb,aAAa;CA0wCzB"}
@@ -1,7 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { AuthConfig } from 'angular-oauth2-oidc';
3
- import { SignalRConfiguration } from 'ng2-signalr';
4
- import { EnvironmentSchema } from '../classes/environment-schema';
3
+ import { EnvironmentSchema, ObjectApp } from '../classes/environment-schema';
5
4
  import { ModuleConfig } from '../configs/module-config';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare function moduleConfigFunc(): InjectionToken<ModuleConfig>;
@@ -9,7 +8,17 @@ export declare class EnvironmentService {
9
8
  environment: EnvironmentSchema;
10
9
  private appCode;
11
10
  constructor(moduleConfigVal?: any);
12
- getSignalRConfig(): SignalRConfiguration;
11
+ getSignalRConfig(): {
12
+ hubName: string;
13
+ qs: {
14
+ key: string;
15
+ };
16
+ url: string;
17
+ logging: boolean;
18
+ executeEventsInZone: boolean;
19
+ executeErrorsInZone: boolean;
20
+ executeStatusChangeInZone: boolean;
21
+ };
13
22
  getAuthConfig(): AuthConfig;
14
23
  private getServiceEndpointByServiceInfo;
15
24
  private getServiceEndpointWithVersionByServiceInfo;
@@ -29,26 +38,25 @@ export declare class EnvironmentService {
29
38
  private isTrue;
30
39
  getLogoutOnUnauthorized(): boolean;
31
40
  getListApp(): any[];
32
- getObjectApp(module: string): {
33
- code: string;
34
- column: number;
35
- defaultRedirect: string;
36
- url: string;
37
- icon: string;
38
- useLocal: boolean;
39
- localEndpoint: string;
40
- title: string;
41
- longTitle: string;
42
- visibile: boolean;
43
- allowAnonymous: boolean;
44
- showdefaultsetting: boolean;
45
- configdefaultsetting: {
46
- column: {
47
- field: string;
48
- required: boolean;
49
- }[];
50
- };
51
- };
41
+ getObjectApp(module: string): ObjectApp;
42
+ /**
43
+ * Check cac property co the bi lech case cua object
44
+ * @date 10/20/2022 - 9:00:11 AM
45
+ *
46
+ * @private
47
+ * @param {Object} object
48
+ * @param {string[]} keys cac property can check
49
+ */
50
+ private checkKeysAndAddValue;
51
+ /**
52
+ * Check property co the bi lech case cua object
53
+ * @date 10/20/2022 - 9:00:11 AM
54
+ *
55
+ * @private
56
+ * @param {Object} object
57
+ * @param {string} key
58
+ */
59
+ private checkKeyAndAddValue;
52
60
  getModuleName(module: string): string;
53
61
  getLongModuleName(module: string): string;
54
62
  getShowWarningMessageInToast(): boolean;
@@ -95,6 +103,7 @@ export declare class EnvironmentService {
95
103
  getOwner(): string;
96
104
  getOpenNewTab(): boolean;
97
105
  getEnableBaseHref(): boolean;
106
+ getAuthorizationPrivateKey(): string;
98
107
  getDefaultRedirect(): string;
99
108
  getIsProduction(): boolean;
100
109
  getLinkDownloadClientApp(): string;
@@ -1 +1 @@
1
- {"version":3,"file":"environment.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/environment.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;;AACxD,wBAAgB,gBAAgB,iCAE/B;AACD,qBAGa,kBAAkB;IAC3B,WAAW,EAAE,iBAAiB,CAAC;IAC/B,OAAO,CAAC,OAAO,CAAS;gBAGpB,eAAe,GAAE,GAAU;IAoB/B,gBAAgB,IAAI,oBAAoB;IAqBxC,aAAa,IAAI,UAAU;IAoB3B,OAAO,CAAC,+BAA+B;IAYvC,OAAO,CAAC,0CAA0C;IAUlD,OAAO,CAAC,uBAAuB;IAa/B,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAInD,iCAAiC,CAAC,WAAW,KAAA,GAAG,MAAM;IAItD,yBAAyB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAkBtD,oBAAoB;IAIpB,kCAAkC;IAIlC,qBAAqB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAIlD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAS7C,YAAY;;;IAcZ,oBAAoB;IAIpB,sBAAsB;IAItB,OAAO,CAAC,MAAM;IAId,uBAAuB;IAIvB,UAAU,IAAI,GAAG,EAAE;IAInB,YAAY,CAAC,MAAM,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;IAI3B,aAAa,CAAC,MAAM,EAAE,MAAM;IAK5B,iBAAiB,CAAC,MAAM,EAAE,MAAM;IAKhC,4BAA4B;IAI5B,0BAA0B;IAI1B,gBAAgB;IAIhB,UAAU;IAIV,cAAc,IAAI,MAAM,EAAE;IAI1B,gBAAgB,IAAI,MAAM,EAAE;IAQ5B,UAAU;IAIV,iBAAiB;IAIjB,qBAAqB;IAIrB,wBAAwB;IAIxB,qBAAqB,IAAI,MAAM,EAAE;IAIjC,oBAAoB;IAIpB,qBAAqB;IAKrB,uBAAuB;;;;IAKvB,sBAAsB;IAItB,wBAAwB;IAIxB,gCAAgC;IAIhC,yBAAyB;IAIzB,yBAAyB;IAIzB,uBAAuB,IAAI,GAAG,EAAE;IAIhC,eAAe;IAIf,oBAAoB;IAIpB,oBAAoB;IAIpB,aAAa;IAIb,iBAAiB;IAIjB,iBAAiB;IAIjB,mCAAmC;IAInC,uBAAuB;IAIvB,iBAAiB;IAIjB,oBAAoB;IAIpB,yBAAyB;;;;IAIzB,0BAA0B;IAI1B,cAAc;IAId,QAAQ;IAIR,OAAO;IAIP,QAAQ;IAIR,aAAa;IAIb,iBAAiB;IAIjB,kBAAkB;IAIlB,eAAe;IAIf,wBAAwB;IAIxB,eAAe,CAAC,GAAG,EAAE,MAAM;IAK3B,uBAAuB;IAIvB,yBAAyB;IAIzB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO;yCA3XlC,kBAAkB;6CAAlB,kBAAkB;CAkY9B"}
1
+ {"version":3,"file":"environment.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/environment.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;;AAExD,wBAAgB,gBAAgB,iCAE/B;AAED,qBAGa,kBAAkB;IAC3B,WAAW,EAAE,iBAAiB,CAAC;IAC/B,OAAO,CAAC,OAAO,CAAS;gBAIpB,eAAe,GAAE,GAAU;IAoB/B,gBAAgB;;;;;;;;;;;IA6BhB,aAAa,IAAI,UAAU;IAoB3B,OAAO,CAAC,+BAA+B;IAYvC,OAAO,CAAC,0CAA0C;IAUlD,OAAO,CAAC,uBAAuB;IAa/B,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAInD,iCAAiC,CAAC,WAAW,KAAA,GAAG,MAAM;IAItD,yBAAyB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAkBtD,oBAAoB;IAIpB,kCAAkC;IAIlC,qBAAqB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM;IAIlD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO;IAS7C,YAAY;;;IAcZ,oBAAoB;IAIpB,sBAAsB;IAItB,OAAO,CAAC,MAAM;IAId,uBAAuB;IAIvB,UAAU,IAAI,GAAG,EAAE;IAInB,YAAY,CAAC,MAAM,EAAE,MAAM;IAO3B;;;;;;;OAOG;IACH,OAAO,CAAC,oBAAoB;IAM5B;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;IAO3B,aAAa,CAAC,MAAM,EAAE,MAAM;IAK5B,iBAAiB,CAAC,MAAM,EAAE,MAAM;IAKhC,4BAA4B;IAI5B,0BAA0B;IAI1B,gBAAgB;IAIhB,UAAU;IAIV,cAAc,IAAI,MAAM,EAAE;IAI1B,gBAAgB,IAAI,MAAM,EAAE;IAQ5B,UAAU;IAIV,iBAAiB;IAIjB,qBAAqB;IAIrB,wBAAwB;IAIxB,qBAAqB,IAAI,MAAM,EAAE;IAIjC,oBAAoB;IAIpB,qBAAqB;IAKrB,uBAAuB;;;;IAKvB,sBAAsB;IAItB,wBAAwB;IAIxB,gCAAgC;IAIhC,yBAAyB;IAIzB,yBAAyB;IAIzB,uBAAuB,IAAI,GAAG,EAAE;IAIhC,eAAe;IAIf,oBAAoB;IAIpB,oBAAoB;IAIpB,aAAa;IAIb,iBAAiB;IAIjB,iBAAiB;IAIjB,mCAAmC;IAInC,uBAAuB;IAIvB,iBAAiB;IAIjB,oBAAoB;IAIpB,yBAAyB;;;;IAIzB,0BAA0B;IAI1B,cAAc;IAId,QAAQ;IAIR,OAAO;IAIP,QAAQ;IAIR,aAAa;IAIb,iBAAiB;IAIjB,0BAA0B;IAO1B,kBAAkB;IAIlB,eAAe;IAIf,wBAAwB;IAIxB,eAAe,CAAC,GAAG,EAAE,MAAM;IAK3B,uBAAuB;IAIvB,yBAAyB;IAIzB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO;yCA3alC,kBAAkB;6CAAlB,kBAAkB;CAkb9B"}
@@ -34,6 +34,11 @@ export declare class PermissionService extends BaseService {
34
34
  isAuthorized(service: string, permission: string, ignoreAdmin?: boolean): Promise<boolean>;
35
35
  checkPermission(service: any, permission: string, resolve: any, reject: any): Promise<void>;
36
36
  isAuthorizedByPermissions(permissions: Array<Permission>, operator?: string, ignoreAdmin?: boolean): Promise<boolean>;
37
+ /**
38
+ *
39
+ * @param service tên dịch vụ
40
+ * @returns hash base permission
41
+ */
37
42
  getPermissions(service: any): Promise<any>;
38
43
  static ɵfac: i0.ɵɵFactoryDeclaration<PermissionService, never>;
39
44
  static ɵprov: i0.ɵɵInjectableDeclaration<PermissionService>;
@@ -1 +1 @@
1
- {"version":3,"file":"permission.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/permission.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;;AAE3D,qBAGa,iBAAkB,SAAQ,WAAW;IAW1C,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IAbvB,WAAW,SAAmB;IAC9B,QAAQ,CAAC,OAAO,UAAkB;IAClC,qBAAqB,QAAM;IAC3B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,UAAS;IACpB,OAAO,EAAE,MAAM,CAAQ;gBAGnB,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EACV,mBAAmB,EAAE,kBAAkB,EACvC,YAAY,EAAE,WAAW,EACzB,aAAa,EAAE,YAAY,EAC3B,WAAW,EAAE,yBAAyB;IAUlD,uBAAuB;IAYvB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE;IAKxC,wBAAwB,IAAI,OAAO,CAAC,cAAc,CAAC;IAKnD;;;;OAIG;IACH,uBAAuB,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAwBvE,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAc5D,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAe3F,eAAe,CAAC,OAAO,KAAA,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,KAAA,EAAE,MAAM,KAAA;IA2BlE,yBAAyB,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,QAAQ,SAAO,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IA2C1H,cAAc,CAAC,OAAO,KAAA,GAAG,OAAO,CAAC,GAAG,CAAC;yCA9K5B,iBAAiB;6CAAjB,iBAAiB;CAkM7B"}
1
+ {"version":3,"file":"permission.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/permission.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;;AAE3D,qBAGa,iBAAkB,SAAQ,WAAW;IAW1C,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,WAAW;IAbvB,WAAW,SAAmB;IAC9B,QAAQ,CAAC,OAAO,UAAkB;IAClC,qBAAqB,QAAM;IAC3B,IAAI,EAAE,uBAAuB,CAAC;IAC9B,WAAW,UAAS;IACpB,OAAO,EAAE,MAAM,CAAQ;gBAGnB,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EACV,mBAAmB,EAAE,kBAAkB,EACvC,YAAY,EAAE,WAAW,EACzB,aAAa,EAAE,YAAY,EAC3B,WAAW,EAAE,yBAAyB;IAUlD,uBAAuB;IAIvB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE;IAKxC,wBAAwB,IAAI,OAAO,CAAC,cAAc,CAAC;IAKnD;;;;OAIG;IACH,uBAAuB,CAAC,iBAAiB,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAwBvE,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAc5D,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IAe3F,eAAe,CAAC,OAAO,KAAA,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,KAAA,EAAE,MAAM,KAAA;IA2BlE,yBAAyB,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,EAAE,QAAQ,SAAO,EAAE,WAAW,GAAE,OAAe,GAAG,OAAO,CAAC,OAAO,CAAC;IA4C1H;;;;OAIG;IACH,cAAc,CAAC,OAAO,KAAA,GAAG,OAAO,CAAC,GAAG,CAAC;yCA5K5B,iBAAiB;6CAAjB,iBAAiB;CAgM7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"position.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/position.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;;AAE3D,qBAGa,eAAgB,SAAQ,WAAW;IAKxC,OAAO,CAAC,mBAAmB;IAJ/B,UAAU,SAAc;IACxB,WAAW,SAAa;gBAEZ,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EACpC,mBAAmB,EAAE,kBAAkB;yCAL1C,eAAe;6CAAf,eAAe;CAU3B"}
1
+ {"version":3,"file":"position.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/position.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;;AAE3D,qBAGa,eAAgB,SAAQ,WAAW;IAOxC,OAAO,CAAC,mBAAmB;IAN/B,UAAU,SAAc;IACxB,WAAW,SAAa;gBAGpB,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EACV,mBAAmB,EAAE,kBAAkB;yCAP1C,eAAe;6CAAf,eAAe;CAa3B"}
@@ -1,6 +1,6 @@
1
- import { HubConnection } from '@aspnet/signalr';
2
1
  import { AuthenService } from './authen.service';
3
2
  import { EnvironmentService } from './environment.service';
3
+ import { HubConnection } from '@microsoft/signalr';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SignalRService {
6
6
  private _environmentService;
@@ -1 +1 @@
1
- {"version":3,"file":"signalr.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/signalr.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;;AAE3D,qBAGa,cAAc;IAmBnB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,cAAc;IAnB1B,OAAO,CAAC,cAAc,CAAgB;IACtC,WAAW,QAAM;IACjB,IAAI,KAAM;IACV,aAAa,QAAM;IACnB,SAAS,UAAS;IAElB,aAAa,SAAM;IACnB,YAAY,EAAE;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAA;KAChC,EAAE,CAAC;IAEJ,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,eAAe,EAAE,OAAO,CAAC;gBAGb,mBAAmB,EAAE,kBAAkB,EACvC,cAAc,EAAE,aAAa;IASnC,IAAI;YAyBI,SAAS;IAMvB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;IAgBpE,YAAY,CAAC,KAAK,KAAA;IAQlB,IAAI;IAIJ,iBAAiB,CAAC,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;IAa/F,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAWnD,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,IAAI,CAA6C;IAEzD,OAAO,CAAC,eAAe;IAwBvB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,WAAW;yCAjKV,cAAc;6CAAd,cAAc;CAuK1B"}
1
+ {"version":3,"file":"signalr.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/signalr.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAwB,MAAM,oBAAoB,CAAC;;AAEzE,qBAGa,cAAc;IAmBnB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,cAAc;IAnB1B,OAAO,CAAC,cAAc,CAAgB;IACtC,WAAW,QAAM;IACjB,IAAI,KAAM;IACV,aAAa,QAAM;IACnB,SAAS,UAAS;IAElB,aAAa,SAAM;IACnB,YAAY,EAAE;QACV,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAA;KAChC,EAAE,CAAC;IAEJ,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,eAAe,EAAE,OAAO,CAAC;gBAGb,mBAAmB,EAAE,kBAAkB,EACvC,cAAc,EAAE,aAAa;IASnC,IAAI;YAyBI,SAAS;IAMvB,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;IAgBpE,YAAY,CAAC,KAAK,KAAA;IAQlB,IAAI;IAIJ,iBAAiB,CAAC,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;IAa/F,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAWnD,OAAO,CAAC,gBAAgB;IAQxB,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,IAAI,CAA6C;IAEzD,OAAO,CAAC,eAAe;IAwBvB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,WAAW;yCAjKV,cAAc;6CAAd,cAAc;CAuK1B"}
@@ -1,14 +1,16 @@
1
1
  import { TnClientCommand } from '../models/tn-client-command';
2
2
  import { EnvironmentService } from './environment.service';
3
+ import { SignalRService } from './signalr.service';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class TnClientService {
6
+ private _signalRService;
5
7
  private _environmentService;
6
8
  private _connection;
7
9
  private _connectedChanged;
8
10
  private _connected;
9
11
  private numberOfRetry;
10
12
  private timeoutInterval;
11
- constructor(_environmentService: EnvironmentService);
13
+ constructor(_signalRService: SignalRService, _environmentService: EnvironmentService);
12
14
  init(): void;
13
15
  tryConnect(): void;
14
16
  sendCommand(command: TnClientCommand, numberOfRetry?: number): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"tn-client.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/tn-client.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;;AAE3D,qBAGa,eAAe;IASpB,OAAO,CAAC,mBAAmB;IAR/B,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,iBAAiB,CAAgC;IACzD,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,eAAe,CAAM;gBAIjB,mBAAmB,EAAE,kBAAkB;IAOnD,IAAI;IA6BJ,UAAU;IAkBV,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,aAAa,SAAI,GAAG,OAAO,CAAC,IAAI,CAAC;yCA/D9D,eAAe;6CAAf,eAAe;CA0F3B"}
1
+ {"version":3,"file":"tn-client.service.d.ts","sourceRoot":"","sources":["../../../projects/shared/src/lib/services/tn-client.service.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBAGa,eAAe;IASpB,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,mBAAmB;IAT/B,OAAO,CAAC,WAAW,CAAgB;IACnC,OAAO,CAAC,iBAAiB,CAAgC;IACzD,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,aAAa,CAAK;IAC1B,OAAO,CAAC,eAAe,CAAM;gBAIjB,eAAe,EAAE,cAAc,EAC/B,mBAAmB,EAAE,kBAAkB;IAOnD,IAAI;IA8BJ,UAAU;IAkBV,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,aAAa,SAAI,GAAG,OAAO,CAAC,IAAI,CAAC;yCAjE9D,eAAe;6CAAf,eAAe;CA4F3B"}
@@ -361,23 +361,24 @@ import * as i205 from "tn-custom-primeng/inputmask";
361
361
  import * as i206 from "tn-custom-primeng/splitbutton";
362
362
  import * as i207 from "ng2-currency-mask";
363
363
  import * as i208 from "tn-custom-primeng/sidebar";
364
- import * as i209 from "ngx-perfect-scrollbar";
365
- import * as i210 from "tn-custom-primeng/panel";
366
- import * as i211 from "tn-custom-primeng/chart";
367
- import * as i212 from "tn-custom-primeng/colorpicker";
368
- import * as i213 from "tn-custom-primeng/fieldset";
369
- import * as i214 from "ngx-mask";
370
- import * as i215 from "tn-custom-primeng/selectbutton";
371
- import * as i216 from "tn-custom-primeng/steps";
372
- import * as i217 from "ngx-extended-pdf-viewer";
373
- import * as i218 from "tn-custom-primeng/progressspinner";
364
+ import * as i209 from "tn-custom-primeng/panel";
365
+ import * as i210 from "tn-custom-primeng/chart";
366
+ import * as i211 from "tn-custom-primeng/colorpicker";
367
+ import * as i212 from "tn-custom-primeng/fieldset";
368
+ import * as i213 from "ngx-mask";
369
+ import * as i214 from "tn-custom-primeng/selectbutton";
370
+ import * as i215 from "tn-custom-primeng/steps";
371
+ import * as i216 from "ngx-extended-pdf-viewer";
372
+ import * as i217 from "tn-custom-primeng/progressspinner";
373
+ import * as i218 from "ngx-scrollbar";
374
+ import * as i219 from "ngx-perfect-scrollbar";
374
375
  export declare function coreDeclaration(): (typeof TnCustomScrollbarComponent | typeof ReportQueueComponent | typeof CrudFormComponent | typeof AccessDeniedComponent | typeof CommonDashboardComponent | typeof NotFoundComponent | typeof SplashComponentComponent | typeof UniversalLinkProcessorComponent | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | typeof AccessDeniedV1Component | typeof AddNewsComponent | typeof AddressComponent | typeof AfterViewCheckedComponent | typeof AutocompleteDatasourceComponent | typeof EntityPickerDataComponent | typeof EntityPickerSelectedComponent | typeof EntityPickerBoxComponent | typeof AutoCompletePickerComponent | typeof AvatarUploaderComponent | typeof ChatBoxComponent | typeof FileUploadComponent | typeof ChatSendMessageBoxComponent | typeof CheckBoxListComponent | typeof CoCauToChucPickerListComponent | typeof CoCauToChucPickerComponent | typeof AppRootMenuComponent | typeof AppTopBarV1Component | typeof AppTopBarV2Component | typeof AppSubMenuComponent | typeof AppMenuComponent | typeof AppProfileComponent | typeof AppTopBarComponent | typeof CommonAppComponentComponent | typeof DropdownComponent | typeof DefaultDataSettingsComponent | typeof CongViecPickerComponent | typeof AdvanceSearchComponent | typeof CrudListComponent | typeof TableDetailFormComponent | typeof DatetimePickerComponent | typeof DropdownSettingFormComponent | typeof QuickAddFormComponent | typeof QueryBuilderComponent | typeof EntityPermissionComponent | typeof EntityPickerTreeDataComponent | typeof EntityPickerTreeSelectedComponent | typeof EntityPickerDialogComponent | typeof EntityPickerComponent | typeof EquationEditorComponent | typeof FileFormComponent | typeof FileKySoSimComponent | typeof FileManagerComponent | typeof FilePickerDialogComponent | typeof TaiLieuComponent | typeof KhaiThacTaiLieuDungChungComponent | typeof TaiLieuCuaToiComponent | typeof FileVersionListComponent | typeof FileViewerComponent | typeof FolderFormComponent | typeof KySoSimDanhSachChuKyComponent | typeof SignatureDetailComponent | typeof ImageUploaderComponent | typeof MainListComponent | typeof MaskComponent | typeof NumberPickerRangeComponent | typeof PermissionUtilsComponent | typeof QueryBuilderRuleComponent | typeof RadioButtonListComponent | typeof ReferenceTextBoxComponent | typeof ServiceFileUploadComponent | typeof SettingsRowComponent | typeof SettingsWorkflowNo1Component | typeof SettingsWorkflowComponent | typeof SettingsComponent | typeof ShareLinkByPermissionComponent | typeof SplashComponentV1Component | typeof SplashComponentV2Component | typeof DynamicNodeComponent | typeof StateMetadataComponent | typeof StateComponent | typeof StateMachinesConnectionReceiverConditionComponent | typeof StateMachinesConnectionReceiverDepartmentComponent | typeof StateMachinesConnectionReceiverGroupComponent | typeof StateMachinesConnectionReceiverComponent | typeof StateMachinesConnectionSenderComponent | typeof StateMachinesConnectionMetadataComponent | typeof StateMachinesConnectionReceiverRoleComponent | typeof StateMachinesConnectionReceiverUserComponent | typeof StateMachinesDesignerComponent | typeof HelperCurrentPageComponent | typeof TnAppHelpComponent | typeof TnAppNotificationListComponent | typeof TnAppNotificationComponent | typeof TnCheckboxComponent | typeof TnColorPickerComponent | typeof TnDialogComponent | typeof TnTabViewComponent | typeof TnTemplateComponent | typeof TnTinymceComponent | typeof TnTreeComponent | typeof UserPickerBoxComponent | typeof UserPickerDialogComponent | typeof UserPickerComponent | typeof CommonPickerComponent | typeof VanbanDenPickerComponent | typeof VanbanDiPickerComponent | typeof VanBanPickerDialogComponent | typeof VanBanPickerComponent | typeof ChoYKienFormComponent | typeof PermissionSharingComponent | typeof ProcessWorkflowTargetComponent | typeof ProcessWorkflowFormComponent | typeof StartWorkflowComponent | typeof WorkflowHistoryNewComponent | typeof WorkflowPermissionFormComponent | typeof WorkflowPermissionComponent | typeof WorkflowPickerComponent | typeof WorkflowSettingNewComponent | typeof BaseCauHinhWorkflowDetailComponent | typeof BaseCauHinhWorkflowComponent | typeof BaseCongviecDinhkemFormComponent | typeof BaseCongviecDinhkemComponent | typeof CongViecNextFirstStepComponent | typeof BaseCongViecFormComponent | typeof BaseCongViecComponent | typeof BaseDmLinhVucCongViecFormComponent | typeof BaseDmLinhVucCongViecComponent | typeof BaseDmLoaiCongViecFormComponent | typeof BaseDmLoaiCongViecComponent | typeof BaseDmPriorityFormComponent | typeof BaseDmPriorityComponent | typeof AuthorizeDirective | typeof PreventShiftTabDirective | typeof TnReorderableColumnDirective | typeof TnReorderableRowDirective | typeof TnSortIcon | typeof TnTreeTableToggler | typeof TnTemplateDirective | typeof ApprovalPipe | typeof BooleanFormatPipe | typeof ConvertMoneyToWordPipe | typeof FileSizePipe | typeof MultipleReferenceDataFormatPipe | typeof OrganizationNameFormatPipe | typeof ReferenceDataFormatPipe | typeof SafeStylePipe | typeof SafeUrlPipe | typeof SecurePipe | typeof StringFormatPipe | typeof TnDatePipe)[];
375
376
  export declare function coreModuleImport(): (typeof CommonModule)[];
376
377
  export declare function coreProvider(): any[];
377
378
  export declare class TnxSharedModule {
378
379
  static forRoot(config?: any): ModuleWithProviders<TnxSharedModule>;
379
380
  static ɵfac: i0.ɵɵFactoryDeclaration<TnxSharedModule, never>;
380
- static ɵmod: i0.ɵɵNgModuleDeclaration<TnxSharedModule, [typeof i1.AddressComponent, typeof i2.AfterViewCheckedComponent, typeof i3.AdvanceSearchComponent, typeof i4.AppRootMenuComponent, typeof i5.AppTopBarComponent, typeof i6.AppTopBarV1Component, typeof i7.AppTopBarV2Component, typeof i8.AppProfileComponent, typeof i9.AppMenuComponent, typeof i9.AppSubMenuComponent, typeof i10.AutoCompletePickerComponent, typeof i11.AvatarUploaderComponent, typeof i12.CheckBoxListComponent, typeof i13.CommonPickerComponent, typeof i14.CommonAppComponentComponent, typeof i15.CoCauToChucPickerListComponent, typeof i16.CrudFormComponent, typeof i17.CrudListComponent, typeof i18.ChuoiPhanTietComponent, typeof i19.TreeTableComponent, typeof i20.MainListComponent, typeof i21.BaseCongViecComponent, typeof i22.BaseCongViecFormComponent, typeof i23.BaseCauHinhWorkflowComponent, typeof i24.BaseCauHinhWorkflowDetailComponent, typeof i25.BaseDmLoaiCongViecComponent, typeof i26.BaseDmLoaiCongViecFormComponent, typeof i27.BaseDmLinhVucCongViecComponent, typeof i28.BaseDmLinhVucCongViecFormComponent, typeof i29.BaseDmPriorityComponent, typeof i30.BaseDmPriorityFormComponent, typeof i31.BaseCongviecDinhkemComponent, typeof i32.BaseCongviecDinhkemFormComponent, typeof i33.CongViecNextFirstStepComponent, typeof i34.DatetimePickerComponent, typeof i35.DatetimePickerRangeComponent, typeof i36.DefaultDataSettingsComponent, typeof i37.DynamicNodeComponent, typeof i38.DropdownComponent, typeof i39.DropdownSettingFormComponent, typeof i40.EntityPickerBoxComponent, typeof i41.EntityPickerComponent, typeof i42.EntityPickerDataComponent, typeof i43.EntityPickerDialogComponent, typeof i44.EntityPickerSelectedComponent, typeof i45.EntityPickerTreeDataComponent, typeof i46.EntityPickerTreeSelectedComponent, typeof i47.EntityPermissionComponent, typeof i48.EquationEditorComponent, typeof i49.FileUploadComponent, typeof i50.ImageUploaderComponent, typeof i51.ServiceFileUploadComponent, typeof i52.MaskComponent, typeof i53.NumberPickerRangeComponent, typeof i54.PagingNextBackOnlyComponent, typeof i55.RadioButtonListComponent, typeof i56.VanBanPickerComponent, typeof i57.VanBanPickerDialogComponent, typeof i58.VanbanDiPickerComponent, typeof i59.VanbanDenPickerComponent, typeof i60.CongViecPickerComponent, typeof i61.ReportQueueComponent, typeof i62.SettingsComponent, typeof i63.SettingsRowComponent, typeof i64.SettingsWorkflowComponent, typeof i65.SettingsWorkflowNo1Component, typeof i66.ProcessWorkflowFormComponent, typeof i67.ProcessWorkflowTargetComponent, typeof i68.ChoYKienFormComponent, typeof i69.SplashComponentComponent, typeof i70.SplashComponentV1Component, typeof i71.SplashComponentV2Component, typeof i72.StateComponent, typeof i73.StateMetadataComponent, typeof i74.StateMachinesConnectionMetadataComponent, typeof i75.StateMachinesConnectionReceiverComponent, typeof i76.StateMachinesConnectionReceiverUserComponent, typeof i77.StateMachinesConnectionReceiverDepartmentComponent, typeof i78.StateMachinesConnectionReceiverGroupComponent, typeof i79.StateMachinesConnectionReceiverRoleComponent, typeof i80.StateMachinesConnectionReceiverConditionComponent, typeof i81.StateMachinesConnectionSenderComponent, typeof i82.StateMachinesDesignerComponent, typeof i83.StartWorkflowComponent, typeof i84.ShareLinkByPermissionComponent, typeof i85.ReferenceTextBoxComponent, typeof i86.WorkflowPickerComponent, typeof i87.WorkflowSettingNewComponent, typeof i88.PermissionSharingComponent, typeof i89.TnCheckboxComponent, typeof i90.TnDialogComponent, typeof i91.TnColorPickerComponent, typeof i92.TnCustomScrollbarComponent, typeof i93.TnTinymceComponent, typeof i94.TnTabViewComponent, typeof i95.TableDetailFormComponent, typeof i96.SafeHtmlPipe, typeof i97.UserFormatPipe, typeof i98.UsersFormatPipe, typeof i99.BooleanFormatPipe, typeof i100.HighlightPipe, typeof i101.FileIconPipe, typeof i102.FileSizePipe, typeof i103.QueryBuilderComponent, typeof i104.QueryBuilderRuleComponent, typeof i105.QueryBuilderGroupComponent, typeof i106.QuickAddFormComponent, typeof i107.CoCauToChucPickerComponent, typeof i108.PreventShiftTabDirective, typeof i109.AuthorizeDirective, typeof i110.TnReorderableColumnDirective, typeof i110.TnReorderableRowDirective, typeof i110.TnSortableColumnDirective, typeof i111.TnTemplateDirective, typeof i110.TnSortIcon, typeof i110.TnTreeTableToggler, typeof i112.TnTreeComponent, typeof i113.UserPickerComponent, typeof i114.UserPickerBoxComponent, typeof i115.AutocompleteDatasourceComponent, typeof i116.TnAppHelpComponent, typeof i117.HelperCurrentPageComponent, typeof i118.TnAppNotificationListComponent, typeof i119.TnAppNotificationComponent, typeof i120.SummaryPipe, typeof i121.FileExplorerComponent, typeof i122.FileManagerComponent, typeof i123.FileFormComponent, typeof i124.FileViewerComponent, typeof i125.FileVersionListComponent, typeof i126.FolderFormComponent, typeof i127.WorkflowHistoryNewComponent, typeof i128.WorkflowPermissionComponent, typeof i129.WorkflowPermissionFormComponent, typeof i130.HtmlFormatPipe, typeof i131.MasterDataPipe, typeof i132.OrganizationFormatPipe, typeof i133.OrganizationsFormatPipe, typeof i134.StringFormatPipe, typeof i135.ApprovalPipe, typeof i136.SecurePipe, typeof i137.ConvertMoneyToWordPipe, typeof i138.ReferenceDataFormatPipe, typeof i139.MultipleReferenceDataFormatPipe, typeof i140.TnDatePipe, typeof i141.SafeUrlPipe, typeof i142.SafeStylePipe, typeof i143.OrganizationNameFormatPipe, typeof i144.KeyValueComponent, typeof i145.PermissionUtilsComponent, typeof i146.QrCodeGeneratorComponent, typeof i147.AccessDeniedComponent, typeof i148.AccessDeniedV1Component, typeof i149.FilePickerDialogComponent, typeof i150.AddNewsComponent, typeof i151.CommonDashboardComponent, typeof i152.NotFoundComponent, typeof i153.UniversalLinkProcessorComponent, typeof i154.SignatureDetailComponent, typeof i155.ChatBoxComponent, typeof i156.ChatSendMessageBoxComponent, typeof i157.UserPickerDialogComponent, typeof i158.KySoSimDanhSachChuKyComponent, typeof i159.FileKySoSimComponent, typeof i160.TaiLieuComponent, typeof i161.TaiLieuCuaToiComponent, typeof i162.KhaiThacTaiLieuDungChungComponent, typeof i163.TnTemplateComponent, typeof i164.CheckReadyComponent], [typeof i165.AccordionModule, typeof i166.AngularSplitModule, typeof i167.CommonModule, typeof i168.DialogModule, typeof i169.ButtonModule, typeof i170.BreadcrumbModule, typeof i171.DropdownModule, typeof i172.MultiSelectModule, typeof i173.TabViewModule, typeof i174.DataViewModule, typeof i175.TooltipModule, typeof i176.ToastModule, typeof i177.MenubarModule, typeof i178.ContextMenuModule, typeof i179.TableModule, typeof i180.ConfirmDialogModule, typeof i181.FileUploadModule, typeof i182.FormsModule, typeof i183.RadioButtonModule, typeof i184.CalendarModule, typeof i185.CheckboxModule, typeof i186.TriStateCheckboxModule, typeof i187.FocusTrapModule, typeof i188.InputTextModule, typeof i182.ReactiveFormsModule, typeof i189.TranslateModule, typeof i190.TreeModule, typeof i191.ScrollPanelModule, typeof i192.AutoCompleteModule, typeof i193.PaginatorModule, typeof i194.BlockUIModule, typeof i195.MenuModule, typeof i196.InputTextareaModule, typeof i197.SpinnerModule, typeof i198.InputSwitchModule, typeof i199.TreeTableModule, typeof i176.ToastModule, typeof i168.DialogModule, typeof i182.ReactiveFormsModule, typeof i200.ChipsModule, typeof i201.SliderModule, typeof i202.CardModule, typeof i203.OverlayPanelModule, typeof i204.ImgFallbackModule, typeof i205.InputMaskModule, typeof i206.SplitButtonModule, typeof i205.InputMaskModule, typeof i207.CurrencyMaskModule, typeof i208.SidebarModule, typeof i209.PerfectScrollbarModule, typeof i210.PanelModule, typeof i211.ChartModule, typeof i212.ColorPickerModule, typeof i213.FieldsetModule, typeof i214.NgxMaskModule, typeof i215.SelectButtonModule, typeof i216.StepsModule, typeof i217.NgxExtendedPdfViewerModule, typeof i218.ProgressSpinnerModule], [typeof i1.AddressComponent, typeof i2.AfterViewCheckedComponent, typeof i3.AdvanceSearchComponent, typeof i4.AppRootMenuComponent, typeof i5.AppTopBarComponent, typeof i6.AppTopBarV1Component, typeof i7.AppTopBarV2Component, typeof i8.AppProfileComponent, typeof i9.AppMenuComponent, typeof i9.AppSubMenuComponent, typeof i10.AutoCompletePickerComponent, typeof i11.AvatarUploaderComponent, typeof i12.CheckBoxListComponent, typeof i13.CommonPickerComponent, typeof i14.CommonAppComponentComponent, typeof i15.CoCauToChucPickerListComponent, typeof i16.CrudFormComponent, typeof i17.CrudListComponent, typeof i18.ChuoiPhanTietComponent, typeof i19.TreeTableComponent, typeof i20.MainListComponent, typeof i21.BaseCongViecComponent, typeof i22.BaseCongViecFormComponent, typeof i23.BaseCauHinhWorkflowComponent, typeof i24.BaseCauHinhWorkflowDetailComponent, typeof i25.BaseDmLoaiCongViecComponent, typeof i26.BaseDmLoaiCongViecFormComponent, typeof i27.BaseDmLinhVucCongViecComponent, typeof i28.BaseDmLinhVucCongViecFormComponent, typeof i29.BaseDmPriorityComponent, typeof i30.BaseDmPriorityFormComponent, typeof i31.BaseCongviecDinhkemComponent, typeof i32.BaseCongviecDinhkemFormComponent, typeof i33.CongViecNextFirstStepComponent, typeof i34.DatetimePickerComponent, typeof i35.DatetimePickerRangeComponent, typeof i36.DefaultDataSettingsComponent, typeof i37.DynamicNodeComponent, typeof i38.DropdownComponent, typeof i39.DropdownSettingFormComponent, typeof i40.EntityPickerBoxComponent, typeof i41.EntityPickerComponent, typeof i42.EntityPickerDataComponent, typeof i43.EntityPickerDialogComponent, typeof i44.EntityPickerSelectedComponent, typeof i45.EntityPickerTreeDataComponent, typeof i46.EntityPickerTreeSelectedComponent, typeof i47.EntityPermissionComponent, typeof i48.EquationEditorComponent, typeof i49.FileUploadComponent, typeof i50.ImageUploaderComponent, typeof i51.ServiceFileUploadComponent, typeof i52.MaskComponent, typeof i53.NumberPickerRangeComponent, typeof i54.PagingNextBackOnlyComponent, typeof i55.RadioButtonListComponent, typeof i56.VanBanPickerComponent, typeof i57.VanBanPickerDialogComponent, typeof i58.VanbanDiPickerComponent, typeof i59.VanbanDenPickerComponent, typeof i60.CongViecPickerComponent, typeof i61.ReportQueueComponent, typeof i62.SettingsComponent, typeof i63.SettingsRowComponent, typeof i64.SettingsWorkflowComponent, typeof i65.SettingsWorkflowNo1Component, typeof i66.ProcessWorkflowFormComponent, typeof i67.ProcessWorkflowTargetComponent, typeof i68.ChoYKienFormComponent, typeof i69.SplashComponentComponent, typeof i70.SplashComponentV1Component, typeof i71.SplashComponentV2Component, typeof i72.StateComponent, typeof i73.StateMetadataComponent, typeof i74.StateMachinesConnectionMetadataComponent, typeof i75.StateMachinesConnectionReceiverComponent, typeof i76.StateMachinesConnectionReceiverUserComponent, typeof i77.StateMachinesConnectionReceiverDepartmentComponent, typeof i78.StateMachinesConnectionReceiverGroupComponent, typeof i79.StateMachinesConnectionReceiverRoleComponent, typeof i80.StateMachinesConnectionReceiverConditionComponent, typeof i81.StateMachinesConnectionSenderComponent, typeof i82.StateMachinesDesignerComponent, typeof i83.StartWorkflowComponent, typeof i84.ShareLinkByPermissionComponent, typeof i85.ReferenceTextBoxComponent, typeof i86.WorkflowPickerComponent, typeof i87.WorkflowSettingNewComponent, typeof i88.PermissionSharingComponent, typeof i89.TnCheckboxComponent, typeof i90.TnDialogComponent, typeof i91.TnColorPickerComponent, typeof i92.TnCustomScrollbarComponent, typeof i93.TnTinymceComponent, typeof i94.TnTabViewComponent, typeof i95.TableDetailFormComponent, typeof i96.SafeHtmlPipe, typeof i97.UserFormatPipe, typeof i98.UsersFormatPipe, typeof i99.BooleanFormatPipe, typeof i100.HighlightPipe, typeof i101.FileIconPipe, typeof i102.FileSizePipe, typeof i103.QueryBuilderComponent, typeof i104.QueryBuilderRuleComponent, typeof i105.QueryBuilderGroupComponent, typeof i106.QuickAddFormComponent, typeof i107.CoCauToChucPickerComponent, typeof i108.PreventShiftTabDirective, typeof i109.AuthorizeDirective, typeof i110.TnReorderableColumnDirective, typeof i110.TnReorderableRowDirective, typeof i110.TnSortableColumnDirective, typeof i111.TnTemplateDirective, typeof i110.TnSortIcon, typeof i110.TnTreeTableToggler, typeof i112.TnTreeComponent, typeof i113.UserPickerComponent, typeof i114.UserPickerBoxComponent, typeof i115.AutocompleteDatasourceComponent, typeof i116.TnAppHelpComponent, typeof i117.HelperCurrentPageComponent, typeof i118.TnAppNotificationListComponent, typeof i119.TnAppNotificationComponent, typeof i120.SummaryPipe, typeof i121.FileExplorerComponent, typeof i122.FileManagerComponent, typeof i123.FileFormComponent, typeof i124.FileViewerComponent, typeof i125.FileVersionListComponent, typeof i126.FolderFormComponent, typeof i127.WorkflowHistoryNewComponent, typeof i128.WorkflowPermissionComponent, typeof i129.WorkflowPermissionFormComponent, typeof i130.HtmlFormatPipe, typeof i131.MasterDataPipe, typeof i132.OrganizationFormatPipe, typeof i133.OrganizationsFormatPipe, typeof i134.StringFormatPipe, typeof i135.ApprovalPipe, typeof i136.SecurePipe, typeof i137.ConvertMoneyToWordPipe, typeof i138.ReferenceDataFormatPipe, typeof i139.MultipleReferenceDataFormatPipe, typeof i140.TnDatePipe, typeof i141.SafeUrlPipe, typeof i142.SafeStylePipe, typeof i143.OrganizationNameFormatPipe, typeof i144.KeyValueComponent, typeof i145.PermissionUtilsComponent, typeof i146.QrCodeGeneratorComponent, typeof i147.AccessDeniedComponent, typeof i148.AccessDeniedV1Component, typeof i149.FilePickerDialogComponent, typeof i150.AddNewsComponent, typeof i151.CommonDashboardComponent, typeof i152.NotFoundComponent, typeof i153.UniversalLinkProcessorComponent, typeof i154.SignatureDetailComponent, typeof i155.ChatBoxComponent, typeof i156.ChatSendMessageBoxComponent, typeof i157.UserPickerDialogComponent, typeof i158.KySoSimDanhSachChuKyComponent, typeof i159.FileKySoSimComponent, typeof i160.TaiLieuComponent, typeof i161.TaiLieuCuaToiComponent, typeof i162.KhaiThacTaiLieuDungChungComponent, typeof i163.TnTemplateComponent, typeof i164.CheckReadyComponent, typeof i165.AccordionModule, typeof i166.AngularSplitModule, typeof i167.CommonModule, typeof i168.DialogModule, typeof i169.ButtonModule, typeof i170.BreadcrumbModule, typeof i171.DropdownModule, typeof i172.MultiSelectModule, typeof i173.TabViewModule, typeof i174.DataViewModule, typeof i175.TooltipModule, typeof i176.ToastModule, typeof i177.MenubarModule, typeof i178.ContextMenuModule, typeof i179.TableModule, typeof i180.ConfirmDialogModule, typeof i181.FileUploadModule, typeof i182.FormsModule, typeof i183.RadioButtonModule, typeof i184.CalendarModule, typeof i185.CheckboxModule, typeof i186.TriStateCheckboxModule, typeof i187.FocusTrapModule, typeof i188.InputTextModule, typeof i182.ReactiveFormsModule, typeof i189.TranslateModule, typeof i190.TreeModule, typeof i191.ScrollPanelModule, typeof i192.AutoCompleteModule, typeof i193.PaginatorModule, typeof i194.BlockUIModule, typeof i195.MenuModule, typeof i196.InputTextareaModule, typeof i197.SpinnerModule, typeof i198.InputSwitchModule, typeof i199.TreeTableModule, typeof i176.ToastModule, typeof i168.DialogModule, typeof i182.ReactiveFormsModule, typeof i200.ChipsModule, typeof i201.SliderModule, typeof i202.CardModule, typeof i203.OverlayPanelModule, typeof i204.ImgFallbackModule, typeof i205.InputMaskModule, typeof i206.SplitButtonModule, typeof i205.InputMaskModule, typeof i207.CurrencyMaskModule, typeof i208.SidebarModule, typeof i209.PerfectScrollbarModule, typeof i210.PanelModule, typeof i211.ChartModule, typeof i212.ColorPickerModule, typeof i213.FieldsetModule, typeof i214.NgxMaskModule, typeof i215.SelectButtonModule, typeof i216.StepsModule, typeof i217.NgxExtendedPdfViewerModule, typeof i218.ProgressSpinnerModule]>;
381
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TnxSharedModule, [typeof i1.AddressComponent, typeof i2.AfterViewCheckedComponent, typeof i3.AdvanceSearchComponent, typeof i4.AppRootMenuComponent, typeof i5.AppTopBarComponent, typeof i6.AppTopBarV1Component, typeof i7.AppTopBarV2Component, typeof i8.AppProfileComponent, typeof i9.AppMenuComponent, typeof i9.AppSubMenuComponent, typeof i10.AutoCompletePickerComponent, typeof i11.AvatarUploaderComponent, typeof i12.CheckBoxListComponent, typeof i13.CommonPickerComponent, typeof i14.CommonAppComponentComponent, typeof i15.CoCauToChucPickerListComponent, typeof i16.CrudFormComponent, typeof i17.CrudListComponent, typeof i18.ChuoiPhanTietComponent, typeof i19.TreeTableComponent, typeof i20.MainListComponent, typeof i21.BaseCongViecComponent, typeof i22.BaseCongViecFormComponent, typeof i23.BaseCauHinhWorkflowComponent, typeof i24.BaseCauHinhWorkflowDetailComponent, typeof i25.BaseDmLoaiCongViecComponent, typeof i26.BaseDmLoaiCongViecFormComponent, typeof i27.BaseDmLinhVucCongViecComponent, typeof i28.BaseDmLinhVucCongViecFormComponent, typeof i29.BaseDmPriorityComponent, typeof i30.BaseDmPriorityFormComponent, typeof i31.BaseCongviecDinhkemComponent, typeof i32.BaseCongviecDinhkemFormComponent, typeof i33.CongViecNextFirstStepComponent, typeof i34.DatetimePickerComponent, typeof i35.DatetimePickerRangeComponent, typeof i36.DefaultDataSettingsComponent, typeof i37.DynamicNodeComponent, typeof i38.DropdownComponent, typeof i39.DropdownSettingFormComponent, typeof i40.EntityPickerBoxComponent, typeof i41.EntityPickerComponent, typeof i42.EntityPickerDataComponent, typeof i43.EntityPickerDialogComponent, typeof i44.EntityPickerSelectedComponent, typeof i45.EntityPickerTreeDataComponent, typeof i46.EntityPickerTreeSelectedComponent, typeof i47.EntityPermissionComponent, typeof i48.EquationEditorComponent, typeof i49.FileUploadComponent, typeof i50.ImageUploaderComponent, typeof i51.ServiceFileUploadComponent, typeof i52.MaskComponent, typeof i53.NumberPickerRangeComponent, typeof i54.PagingNextBackOnlyComponent, typeof i55.RadioButtonListComponent, typeof i56.VanBanPickerComponent, typeof i57.VanBanPickerDialogComponent, typeof i58.VanbanDiPickerComponent, typeof i59.VanbanDenPickerComponent, typeof i60.CongViecPickerComponent, typeof i61.ReportQueueComponent, typeof i62.SettingsComponent, typeof i63.SettingsRowComponent, typeof i64.SettingsWorkflowComponent, typeof i65.SettingsWorkflowNo1Component, typeof i66.ProcessWorkflowFormComponent, typeof i67.ProcessWorkflowTargetComponent, typeof i68.ChoYKienFormComponent, typeof i69.SplashComponentComponent, typeof i70.SplashComponentV1Component, typeof i71.SplashComponentV2Component, typeof i72.StateComponent, typeof i73.StateMetadataComponent, typeof i74.StateMachinesConnectionMetadataComponent, typeof i75.StateMachinesConnectionReceiverComponent, typeof i76.StateMachinesConnectionReceiverUserComponent, typeof i77.StateMachinesConnectionReceiverDepartmentComponent, typeof i78.StateMachinesConnectionReceiverGroupComponent, typeof i79.StateMachinesConnectionReceiverRoleComponent, typeof i80.StateMachinesConnectionReceiverConditionComponent, typeof i81.StateMachinesConnectionSenderComponent, typeof i82.StateMachinesDesignerComponent, typeof i83.StartWorkflowComponent, typeof i84.ShareLinkByPermissionComponent, typeof i85.ReferenceTextBoxComponent, typeof i86.WorkflowPickerComponent, typeof i87.WorkflowSettingNewComponent, typeof i88.PermissionSharingComponent, typeof i89.TnCheckboxComponent, typeof i90.TnDialogComponent, typeof i91.TnColorPickerComponent, typeof i92.TnCustomScrollbarComponent, typeof i93.TnTinymceComponent, typeof i94.TnTabViewComponent, typeof i95.TableDetailFormComponent, typeof i96.SafeHtmlPipe, typeof i97.UserFormatPipe, typeof i98.UsersFormatPipe, typeof i99.BooleanFormatPipe, typeof i100.HighlightPipe, typeof i101.FileIconPipe, typeof i102.FileSizePipe, typeof i103.QueryBuilderComponent, typeof i104.QueryBuilderRuleComponent, typeof i105.QueryBuilderGroupComponent, typeof i106.QuickAddFormComponent, typeof i107.CoCauToChucPickerComponent, typeof i108.PreventShiftTabDirective, typeof i109.AuthorizeDirective, typeof i110.TnReorderableColumnDirective, typeof i110.TnReorderableRowDirective, typeof i110.TnSortableColumnDirective, typeof i111.TnTemplateDirective, typeof i110.TnSortIcon, typeof i110.TnTreeTableToggler, typeof i112.TnTreeComponent, typeof i113.UserPickerComponent, typeof i114.UserPickerBoxComponent, typeof i115.AutocompleteDatasourceComponent, typeof i116.TnAppHelpComponent, typeof i117.HelperCurrentPageComponent, typeof i118.TnAppNotificationListComponent, typeof i119.TnAppNotificationComponent, typeof i120.SummaryPipe, typeof i121.FileExplorerComponent, typeof i122.FileManagerComponent, typeof i123.FileFormComponent, typeof i124.FileViewerComponent, typeof i125.FileVersionListComponent, typeof i126.FolderFormComponent, typeof i127.WorkflowHistoryNewComponent, typeof i128.WorkflowPermissionComponent, typeof i129.WorkflowPermissionFormComponent, typeof i130.HtmlFormatPipe, typeof i131.MasterDataPipe, typeof i132.OrganizationFormatPipe, typeof i133.OrganizationsFormatPipe, typeof i134.StringFormatPipe, typeof i135.ApprovalPipe, typeof i136.SecurePipe, typeof i137.ConvertMoneyToWordPipe, typeof i138.ReferenceDataFormatPipe, typeof i139.MultipleReferenceDataFormatPipe, typeof i140.TnDatePipe, typeof i141.SafeUrlPipe, typeof i142.SafeStylePipe, typeof i143.OrganizationNameFormatPipe, typeof i144.KeyValueComponent, typeof i145.PermissionUtilsComponent, typeof i146.QrCodeGeneratorComponent, typeof i147.AccessDeniedComponent, typeof i148.AccessDeniedV1Component, typeof i149.FilePickerDialogComponent, typeof i150.AddNewsComponent, typeof i151.CommonDashboardComponent, typeof i152.NotFoundComponent, typeof i153.UniversalLinkProcessorComponent, typeof i154.SignatureDetailComponent, typeof i155.ChatBoxComponent, typeof i156.ChatSendMessageBoxComponent, typeof i157.UserPickerDialogComponent, typeof i158.KySoSimDanhSachChuKyComponent, typeof i159.FileKySoSimComponent, typeof i160.TaiLieuComponent, typeof i161.TaiLieuCuaToiComponent, typeof i162.KhaiThacTaiLieuDungChungComponent, typeof i163.TnTemplateComponent, typeof i164.CheckReadyComponent], [typeof i165.AccordionModule, typeof i166.AngularSplitModule, typeof i167.CommonModule, typeof i168.DialogModule, typeof i169.ButtonModule, typeof i170.BreadcrumbModule, typeof i171.DropdownModule, typeof i172.MultiSelectModule, typeof i173.TabViewModule, typeof i174.DataViewModule, typeof i175.TooltipModule, typeof i176.ToastModule, typeof i177.MenubarModule, typeof i178.ContextMenuModule, typeof i179.TableModule, typeof i180.ConfirmDialogModule, typeof i181.FileUploadModule, typeof i182.FormsModule, typeof i183.RadioButtonModule, typeof i184.CalendarModule, typeof i185.CheckboxModule, typeof i186.TriStateCheckboxModule, typeof i187.FocusTrapModule, typeof i188.InputTextModule, typeof i182.ReactiveFormsModule, typeof i189.TranslateModule, typeof i190.TreeModule, typeof i191.ScrollPanelModule, typeof i192.AutoCompleteModule, typeof i193.PaginatorModule, typeof i194.BlockUIModule, typeof i195.MenuModule, typeof i196.InputTextareaModule, typeof i197.SpinnerModule, typeof i198.InputSwitchModule, typeof i199.TreeTableModule, typeof i176.ToastModule, typeof i168.DialogModule, typeof i182.ReactiveFormsModule, typeof i200.ChipsModule, typeof i201.SliderModule, typeof i202.CardModule, typeof i203.OverlayPanelModule, typeof i204.ImgFallbackModule, typeof i205.InputMaskModule, typeof i206.SplitButtonModule, typeof i205.InputMaskModule, typeof i207.CurrencyMaskModule, typeof i208.SidebarModule, typeof i209.PanelModule, typeof i210.ChartModule, typeof i211.ColorPickerModule, typeof i212.FieldsetModule, typeof i213.NgxMaskModule, typeof i214.SelectButtonModule, typeof i215.StepsModule, typeof i216.NgxExtendedPdfViewerModule, typeof i217.ProgressSpinnerModule, typeof i218.NgScrollbarModule, typeof i219.PerfectScrollbarModule], [typeof i1.AddressComponent, typeof i2.AfterViewCheckedComponent, typeof i3.AdvanceSearchComponent, typeof i4.AppRootMenuComponent, typeof i5.AppTopBarComponent, typeof i6.AppTopBarV1Component, typeof i7.AppTopBarV2Component, typeof i8.AppProfileComponent, typeof i9.AppMenuComponent, typeof i9.AppSubMenuComponent, typeof i10.AutoCompletePickerComponent, typeof i11.AvatarUploaderComponent, typeof i12.CheckBoxListComponent, typeof i13.CommonPickerComponent, typeof i14.CommonAppComponentComponent, typeof i15.CoCauToChucPickerListComponent, typeof i16.CrudFormComponent, typeof i17.CrudListComponent, typeof i18.ChuoiPhanTietComponent, typeof i19.TreeTableComponent, typeof i20.MainListComponent, typeof i21.BaseCongViecComponent, typeof i22.BaseCongViecFormComponent, typeof i23.BaseCauHinhWorkflowComponent, typeof i24.BaseCauHinhWorkflowDetailComponent, typeof i25.BaseDmLoaiCongViecComponent, typeof i26.BaseDmLoaiCongViecFormComponent, typeof i27.BaseDmLinhVucCongViecComponent, typeof i28.BaseDmLinhVucCongViecFormComponent, typeof i29.BaseDmPriorityComponent, typeof i30.BaseDmPriorityFormComponent, typeof i31.BaseCongviecDinhkemComponent, typeof i32.BaseCongviecDinhkemFormComponent, typeof i33.CongViecNextFirstStepComponent, typeof i34.DatetimePickerComponent, typeof i35.DatetimePickerRangeComponent, typeof i36.DefaultDataSettingsComponent, typeof i37.DynamicNodeComponent, typeof i38.DropdownComponent, typeof i39.DropdownSettingFormComponent, typeof i40.EntityPickerBoxComponent, typeof i41.EntityPickerComponent, typeof i42.EntityPickerDataComponent, typeof i43.EntityPickerDialogComponent, typeof i44.EntityPickerSelectedComponent, typeof i45.EntityPickerTreeDataComponent, typeof i46.EntityPickerTreeSelectedComponent, typeof i47.EntityPermissionComponent, typeof i48.EquationEditorComponent, typeof i49.FileUploadComponent, typeof i50.ImageUploaderComponent, typeof i51.ServiceFileUploadComponent, typeof i52.MaskComponent, typeof i53.NumberPickerRangeComponent, typeof i54.PagingNextBackOnlyComponent, typeof i55.RadioButtonListComponent, typeof i56.VanBanPickerComponent, typeof i57.VanBanPickerDialogComponent, typeof i58.VanbanDiPickerComponent, typeof i59.VanbanDenPickerComponent, typeof i60.CongViecPickerComponent, typeof i61.ReportQueueComponent, typeof i62.SettingsComponent, typeof i63.SettingsRowComponent, typeof i64.SettingsWorkflowComponent, typeof i65.SettingsWorkflowNo1Component, typeof i66.ProcessWorkflowFormComponent, typeof i67.ProcessWorkflowTargetComponent, typeof i68.ChoYKienFormComponent, typeof i69.SplashComponentComponent, typeof i70.SplashComponentV1Component, typeof i71.SplashComponentV2Component, typeof i72.StateComponent, typeof i73.StateMetadataComponent, typeof i74.StateMachinesConnectionMetadataComponent, typeof i75.StateMachinesConnectionReceiverComponent, typeof i76.StateMachinesConnectionReceiverUserComponent, typeof i77.StateMachinesConnectionReceiverDepartmentComponent, typeof i78.StateMachinesConnectionReceiverGroupComponent, typeof i79.StateMachinesConnectionReceiverRoleComponent, typeof i80.StateMachinesConnectionReceiverConditionComponent, typeof i81.StateMachinesConnectionSenderComponent, typeof i82.StateMachinesDesignerComponent, typeof i83.StartWorkflowComponent, typeof i84.ShareLinkByPermissionComponent, typeof i85.ReferenceTextBoxComponent, typeof i86.WorkflowPickerComponent, typeof i87.WorkflowSettingNewComponent, typeof i88.PermissionSharingComponent, typeof i89.TnCheckboxComponent, typeof i90.TnDialogComponent, typeof i91.TnColorPickerComponent, typeof i92.TnCustomScrollbarComponent, typeof i93.TnTinymceComponent, typeof i94.TnTabViewComponent, typeof i95.TableDetailFormComponent, typeof i96.SafeHtmlPipe, typeof i97.UserFormatPipe, typeof i98.UsersFormatPipe, typeof i99.BooleanFormatPipe, typeof i100.HighlightPipe, typeof i101.FileIconPipe, typeof i102.FileSizePipe, typeof i103.QueryBuilderComponent, typeof i104.QueryBuilderRuleComponent, typeof i105.QueryBuilderGroupComponent, typeof i106.QuickAddFormComponent, typeof i107.CoCauToChucPickerComponent, typeof i108.PreventShiftTabDirective, typeof i109.AuthorizeDirective, typeof i110.TnReorderableColumnDirective, typeof i110.TnReorderableRowDirective, typeof i110.TnSortableColumnDirective, typeof i111.TnTemplateDirective, typeof i110.TnSortIcon, typeof i110.TnTreeTableToggler, typeof i112.TnTreeComponent, typeof i113.UserPickerComponent, typeof i114.UserPickerBoxComponent, typeof i115.AutocompleteDatasourceComponent, typeof i116.TnAppHelpComponent, typeof i117.HelperCurrentPageComponent, typeof i118.TnAppNotificationListComponent, typeof i119.TnAppNotificationComponent, typeof i120.SummaryPipe, typeof i121.FileExplorerComponent, typeof i122.FileManagerComponent, typeof i123.FileFormComponent, typeof i124.FileViewerComponent, typeof i125.FileVersionListComponent, typeof i126.FolderFormComponent, typeof i127.WorkflowHistoryNewComponent, typeof i128.WorkflowPermissionComponent, typeof i129.WorkflowPermissionFormComponent, typeof i130.HtmlFormatPipe, typeof i131.MasterDataPipe, typeof i132.OrganizationFormatPipe, typeof i133.OrganizationsFormatPipe, typeof i134.StringFormatPipe, typeof i135.ApprovalPipe, typeof i136.SecurePipe, typeof i137.ConvertMoneyToWordPipe, typeof i138.ReferenceDataFormatPipe, typeof i139.MultipleReferenceDataFormatPipe, typeof i140.TnDatePipe, typeof i141.SafeUrlPipe, typeof i142.SafeStylePipe, typeof i143.OrganizationNameFormatPipe, typeof i144.KeyValueComponent, typeof i145.PermissionUtilsComponent, typeof i146.QrCodeGeneratorComponent, typeof i147.AccessDeniedComponent, typeof i148.AccessDeniedV1Component, typeof i149.FilePickerDialogComponent, typeof i150.AddNewsComponent, typeof i151.CommonDashboardComponent, typeof i152.NotFoundComponent, typeof i153.UniversalLinkProcessorComponent, typeof i154.SignatureDetailComponent, typeof i155.ChatBoxComponent, typeof i156.ChatSendMessageBoxComponent, typeof i157.UserPickerDialogComponent, typeof i158.KySoSimDanhSachChuKyComponent, typeof i159.FileKySoSimComponent, typeof i160.TaiLieuComponent, typeof i161.TaiLieuCuaToiComponent, typeof i162.KhaiThacTaiLieuDungChungComponent, typeof i163.TnTemplateComponent, typeof i164.CheckReadyComponent, typeof i165.AccordionModule, typeof i166.AngularSplitModule, typeof i167.CommonModule, typeof i168.DialogModule, typeof i169.ButtonModule, typeof i170.BreadcrumbModule, typeof i171.DropdownModule, typeof i172.MultiSelectModule, typeof i173.TabViewModule, typeof i174.DataViewModule, typeof i175.TooltipModule, typeof i176.ToastModule, typeof i177.MenubarModule, typeof i178.ContextMenuModule, typeof i179.TableModule, typeof i180.ConfirmDialogModule, typeof i181.FileUploadModule, typeof i182.FormsModule, typeof i183.RadioButtonModule, typeof i184.CalendarModule, typeof i185.CheckboxModule, typeof i186.TriStateCheckboxModule, typeof i187.FocusTrapModule, typeof i188.InputTextModule, typeof i182.ReactiveFormsModule, typeof i189.TranslateModule, typeof i190.TreeModule, typeof i191.ScrollPanelModule, typeof i192.AutoCompleteModule, typeof i193.PaginatorModule, typeof i194.BlockUIModule, typeof i195.MenuModule, typeof i196.InputTextareaModule, typeof i197.SpinnerModule, typeof i198.InputSwitchModule, typeof i199.TreeTableModule, typeof i176.ToastModule, typeof i168.DialogModule, typeof i182.ReactiveFormsModule, typeof i200.ChipsModule, typeof i201.SliderModule, typeof i202.CardModule, typeof i203.OverlayPanelModule, typeof i204.ImgFallbackModule, typeof i205.InputMaskModule, typeof i206.SplitButtonModule, typeof i205.InputMaskModule, typeof i207.CurrencyMaskModule, typeof i208.SidebarModule, typeof i209.PanelModule, typeof i210.ChartModule, typeof i211.ColorPickerModule, typeof i212.FieldsetModule, typeof i213.NgxMaskModule, typeof i214.SelectButtonModule, typeof i215.StepsModule, typeof i216.NgxExtendedPdfViewerModule, typeof i217.ProgressSpinnerModule, typeof i218.NgScrollbarModule, typeof i219.PerfectScrollbarModule]>;
381
382
  static ɵinj: i0.ɵɵInjectorDeclaration<TnxSharedModule>;
382
383
  }
383
384
  //# sourceMappingURL=tnx-shared.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"","sources":["../../projects/shared/src/lib/tnx-shared.module.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"","sources":["../../projects/shared/src/lib/tnx-shared.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;AAyD9D,OAAO,EACH,uBAAuB,EAC1B,MAAM,kFAAkF,CAAC;AAC1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,8DAA8D,CAAC;AACzG,OAAO,EACH,+BAA+B,EAClC,MAAM,wEAAwE,CAAC;AAChF,OAAO,EAAE,2BAA2B,EAAE,MAAM,gEAAgE,CAAC;AAC7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EACH,8BAA8B,EACjC,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0EAA0E,CAAC;AACtH,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAC5F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AACrG,OAAO,EACH,4BAA4B,EAC/B,MAAM,wFAAwF,CAAC;AAChG,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AAEnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iEAAiE,CAAC;AAG3G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EACH,4BAA4B,EAC/B,MAAM,6EAA6E,CAAC;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,+DAA+D,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,4DAA4D,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EACH,yBAAyB,EAC5B,MAAM,4GAA4G,CAAC;AACpH,OAAO,EACH,6BAA6B,EAChC,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EACH,6BAA6B,EAChC,MAAM,sHAAsH,CAAC;AAC9H,OAAO,EACH,iCAAiC,EACpC,MAAM,8HAA8H,CAAC;AACtI,OAAO,EACH,2BAA2B,EAC9B,MAAM,gFAAgF,CAAC;AACxF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAC3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AAEjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAC;AAC1G,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,4EAA4E,CAAC;AACvH,OAAO,EAAE,gBAAgB,EAAE,MAAM,kEAAkE,CAAC;AACpG,OAAO,EACH,iCAAiC,EACpC,MAAM,0GAA0G,CAAC;AAClH,OAAO,EACH,sBAAsB,EACzB,MAAM,kFAAkF,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AACnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AACnG,OAAO,EACH,6BAA6B,EAChC,MAAM,4FAA4F,CAAC;AACpG,OAAO,EAAE,wBAAwB,EAAE,MAAM,wEAAwE,CAAC;AAClH,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,sBAAsB,EAAE,MAAM,sDAAsD,CAAC;AAE9F,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAE5G,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AAKpG,OAAO,EAAE,yBAAyB,EAAE,MAAM,6EAA6E,CAAC;AACxH,OAAO,EAAE,qBAAqB,EAAE,MAAM,mEAAmE,CAAC;AAC1G,OAAO,EAAE,wBAAwB,EAAE,MAAM,4DAA4D,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,4DAA4D,CAAC;AACvG,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,oBAAoB,EAAE,MAAM,2DAA2D,CAAC;AACjG,OAAO,EACH,4BAA4B,EAC/B,MAAM,+FAA+F,CAAC;AACvG,OAAO,EAAE,yBAAyB,EAAE,MAAM,qEAAqE,CAAC;AAChH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EACH,8BAA8B,EACjC,MAAM,0EAA0E,CAAC;AAClF,OAAO,EACH,0BAA0B,EAC7B,MAAM,iFAAiF,CAAC;AACzF,OAAO,EACH,0BAA0B,EAC7B,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AACpG,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AACtG,OAAO,EAAE,sBAAsB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAClF,OAAO,EACH,wCAAwC,EAC3C,MAAM,0GAA0G,CAAC;AAClH,OAAO,EACH,iDAAiD,EACpD,MAAM,8HAA8H,CAAC;AACtI,OAAO,EACH,kDAAkD,EACrD,MAAM,gIAAgI,CAAC;AACxI,OAAO,EACH,6CAA6C,EAChD,MAAM,sHAAsH,CAAC;AAC9H,OAAO,EACH,4CAA4C,EAC/C,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EACH,4CAA4C,EAC/C,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EACH,wCAAwC,EAC3C,MAAM,0GAA0G,CAAC;AAClH,OAAO,EACH,sCAAsC,EACzC,MAAM,sGAAsG,CAAC;AAC9G,OAAO,EACH,8BAA8B,EACjC,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4EAA4E,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EACH,8BAA8B,EACjC,MAAM,8FAA8F,CAAC;AACtG,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,sBAAsB,EAAE,MAAM,wDAAwD,CAAC;AAChG,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EACH,+BAA+B,EAClC,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,EAAE,yBAAyB,EAAE,MAAM,0EAA0E,CAAC;AACrH,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAErF,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAC;AAClG,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AACjH,OAAO,EACH,2BAA2B,EAC9B,MAAM,gFAAgF,CAAC;AACxF,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAC3F,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,uEAAuE,CAAC;AACnH,OAAO,EACH,4BAA4B,EAC/B,MAAM,6EAA6E,CAAC;AACrF,OAAO,EACH,8BAA8B,EACjC,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,sBAAsB,EAAE,MAAM,+DAA+D,CAAC;AACvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,2EAA2E,CAAC;AACxH,OAAO,EACH,+BAA+B,EAClC,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EAAE,uBAAuB,EAAE,MAAM,iEAAiE,CAAC;AAC1G,OAAO,EAAE,2BAA2B,EAAE,MAAM,2EAA2E,CAAC;AACxH,OAAO,EACH,kCAAkC,EACrC,MAAM,uFAAuF,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AACtG,OAAO,EACH,gCAAgC,EACnC,MAAM,2EAA2E,CAAC;AACnF,OAAO,EAAE,4BAA4B,EAAE,MAAM,iEAAiE,CAAC;AAC/G,OAAO,EAAE,yBAAyB,EAAE,MAAM,2DAA2D,CAAC;AACtG,OAAO,EACH,8BAA8B,EACjC,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EACH,kCAAkC,EACrC,MAAM,4FAA4F,CAAC;AACpG,OAAO,EAAE,8BAA8B,EAAE,MAAM,8DAA8D,CAAC;AAC9G,OAAO,EACH,+BAA+B,EAClC,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AACrG,OAAO,EAAE,2BAA2B,EAAE,MAAM,oEAAoE,CAAC;AACjH,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EACH,4BAA4B,EAC5B,yBAAyB,EAEzB,UAAU,EACV,kBAAkB,EACrB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG5D,wBAAgB,eAAe,4nKA4K9B;AAED,wBAAgB,gBAAgB,4BAgE/B;AAED,wBAAgB,YAAY,UAE3B;AAED,qBASa,eAAe;IACxB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,GAAG,GAAG,mBAAmB,CAAC,eAAe,CAAC;yCADzD,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAY3B"}