tnx-shared 5.0.75 → 5.0.76
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 +819 -655
- 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-form-base.d.ts +2 -2
- package/classes/base/data-form-base.d.ts.map +1 -1
- package/classes/base/data-list-base.d.ts +3 -1
- package/classes/base/data-list-base.d.ts.map +1 -1
- package/classes/constants.d.ts +4 -0
- package/classes/constants.d.ts.map +1 -1
- package/classes/form-schema.d.ts +38 -5
- package/classes/form-schema.d.ts.map +1 -1
- package/components/autocomplete-picker/autocomplete-picker.component.d.ts +1 -0
- package/components/autocomplete-picker/autocomplete-picker.component.d.ts.map +1 -1
- package/components/common-app-component/common-app-component.d.ts +4 -1
- package/components/common-app-component/common-app-component.d.ts.map +1 -1
- package/components/crud/crud-form/crud-form.component.d.ts.map +1 -1
- package/components/crud/crud-list/crud-list.component.d.ts +6 -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-dialog/components/entity-picker-selected/entity-picker-selected.component.d.ts.map +1 -1
- package/components/file-explorer/file-manager/file-manager.component.d.ts +0 -3
- package/components/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
- package/components/file-explorer/models/file-settings.d.ts +46 -0
- package/components/file-explorer/models/file-settings.d.ts.map +1 -0
- package/components/file-explorer/services/download-link.service.d.ts +0 -1
- package/components/file-explorer/services/download-link.service.d.ts.map +1 -1
- package/components/file-explorer/services/file-explorer.service.d.ts +0 -2
- package/components/file-explorer/services/file-explorer.service.d.ts.map +1 -1
- package/components/file-explorer/services/file-object.service.d.ts +0 -2
- package/components/file-explorer/services/file-object.service.d.ts.map +1 -1
- package/components/file-upload/file-upload.component.d.ts +0 -3
- package/components/file-upload/file-upload.component.d.ts.map +1 -1
- package/components/mask/mask.component.d.ts +2 -0
- package/components/mask/mask.component.d.ts.map +1 -1
- package/components/service-file-upload/service-file-upload.component.d.ts +0 -3
- package/components/service-file-upload/service-file-upload.component.d.ts.map +1 -1
- package/configs/component-context.constant.d.ts +1 -0
- package/configs/component-context.constant.d.ts.map +1 -1
- package/esm2015/classes/base/data-form-base.js +5 -5
- package/esm2015/classes/base/data-list-base.js +48 -23
- package/esm2015/classes/constants.js +6 -1
- package/esm2015/classes/form-schema.js +34 -4
- package/esm2015/components/autocomplete-picker/autocomplete-picker.component.js +72 -16
- package/esm2015/components/common-app-component/app.menu.component.js +2 -2
- package/esm2015/components/common-app-component/common-app-component.js +26 -3
- package/esm2015/components/crud/crud-form/crud-form.component.js +9 -2
- package/esm2015/components/crud/crud-list/crud-list.component.js +71 -6
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.js +29 -3
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.js +29 -3
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +14 -155
- package/esm2015/components/file-explorer/models/file-settings.js +60 -0
- package/esm2015/components/file-explorer/services/download-link.service.js +1 -4
- package/esm2015/components/file-explorer/services/file-explorer.service.js +8 -22
- package/esm2015/components/file-explorer/services/file-object.service.js +1 -18
- package/esm2015/components/file-upload/file-upload.component.js +2 -34
- package/esm2015/components/mask/mask.component.js +8 -4
- package/esm2015/components/service-file-upload/service-file-upload.component.js +2 -32
- package/esm2015/components/workflow/services/entity-workflow-history.service.js +3 -3
- package/esm2015/components/workflow/services/entity-workflow-setting.service.js +4 -4
- package/esm2015/configs/component-context.constant.js +3 -2
- package/esm2015/models/grid-info.js +1 -1
- package/esm2015/pipes/tn-date.pipe.js +12 -2
- package/esm2015/public-api.js +3 -7
- package/esm2015/services/base.service.js +16 -1
- package/esm2015/services/common.service.js +9 -1
- package/esm2015/services/crud.service.js +23 -4
- package/esm2015/services/menu.service.js +6 -3
- package/esm2015/services/notifier.service.js +2 -2
- package/esm2015/services/organization-base.service.js +57 -0
- package/esm2015/services/permission.service.js +9 -2
- package/esm2015/services/template-text-v4.service.js +1 -1
- package/esm2015/services/user-v5.service.js +1 -1
- package/esm2015/services/user.service.js +8 -2
- package/esm2015/tnx-shared.js +24 -22
- package/esm2015/tnx-shared.module.js +2 -4
- package/fesm2015/tnx-shared.js +534 -413
- package/fesm2015/tnx-shared.js.map +1 -1
- package/models/grid-info.d.ts +1 -0
- package/models/grid-info.d.ts.map +1 -1
- package/package.json +2 -2
- package/pipes/tn-date.pipe.d.ts +2 -0
- package/pipes/tn-date.pipe.d.ts.map +1 -1
- package/public-api.d.ts +2 -6
- package/public-api.d.ts.map +1 -1
- package/services/base.service.d.ts +1 -0
- package/services/base.service.d.ts.map +1 -1
- package/services/common.service.d.ts +4 -0
- package/services/common.service.d.ts.map +1 -1
- package/services/crud.service.d.ts.map +1 -1
- package/services/menu.service.d.ts +1 -1
- package/services/menu.service.d.ts.map +1 -1
- package/services/organization-base.service.d.ts +16 -0
- package/services/organization-base.service.d.ts.map +1 -0
- package/services/organization-base.service.ngfactory.d.ts.map +1 -0
- package/services/permission.service.d.ts +1 -0
- package/services/permission.service.d.ts.map +1 -1
- package/services/template-text-v4.service.d.ts.map +1 -1
- package/services/user.service.d.ts.map +1 -1
- package/tnx-shared.d.ts +23 -21
- package/tnx-shared.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
- package/tnx-shared.module.d.ts +2 -2
- package/tnx-shared.module.d.ts.map +1 -1
- package/tnx-shared.module.ngfactory.d.ts.map +1 -1
- package/components/file-explorer/signature-detail/signature-detail.component.d.ts +0 -8
- package/components/file-explorer/signature-detail/signature-detail.component.d.ts.map +0 -1
- package/components/file-explorer/signature-detail/signature-detail.component.ngfactory.d.ts.map +0 -1
- package/components/file-explorer/signature-detail/signature-detail.component.scss.shim.ngstyle.d.ts.map +0 -1
- package/esm2015/components/file-explorer/signature-detail/signature-detail.component.js +0 -66
package/tnx-shared.module.d.ts
CHANGED
|
@@ -110,10 +110,10 @@ import { SafeStylePipe } from './pipes/safe-style.pipe';
|
|
|
110
110
|
import { SafeUrlPipe } from './pipes/safe-url.pipe';
|
|
111
111
|
import { SecurePipe } from './pipes/secure.pipe';
|
|
112
112
|
import { StringFormatPipe } from './pipes/string-format.pipe';
|
|
113
|
+
import { TnDatePipe } from './pipes/tn-date.pipe';
|
|
113
114
|
import { UserFormatPipe } from './pipes/user-format.pipe';
|
|
114
115
|
import { UsersFormatPipe } from './pipes/users-format.pipe';
|
|
115
|
-
|
|
116
|
-
export declare function coreDeclaration(): (typeof TnCustomScrollbarComponent | typeof WorkflowSettingComponent | typeof CrudListComponent | typeof EntityPickerDataComponent | typeof EntityPickerSelectedComponent | typeof EntityPickerBoxComponent | typeof AutoCompletePickerComponent | typeof EntityPickerComponent | typeof FileManagerComponent | typeof ReportQueueComponent | typeof CrudFormComponent | typeof AddressComponent | typeof AfterViewCheckedComponent | typeof AdvanceSearchComponent | typeof AppRootMenuComponent | typeof SplashComponentComponent | typeof AppTopBarComponent | typeof AppTopBarV1Component | typeof AppTopBarV2Component | typeof AppProfileComponent | typeof AppSubMenuComponent | typeof AppMenuComponent | typeof AvatarUploaderComponent | typeof CheckBoxListComponent | typeof CommonAppComponentComponent | typeof CoCauToChucPickerListComponent | typeof DatetimePickerComponent | typeof DynamicNodeComponent | typeof DropdownComponent | typeof EntityPickerDialogComponent | typeof QueryBuilderComponent | typeof EntityPermissionComponent | typeof EquationEditorComponent | typeof FileUploadComponent | typeof FileViewerComponent | typeof ServiceFileUploadComponent | typeof MaskComponent | typeof NumberPickerRangeComponent | typeof RadioButtonListComponent | typeof VanBanPickerComponent | typeof VanBanPickerDialogComponent | typeof VanbanDiPickerComponent | typeof VanbanDenPickerComponent | typeof CongViecPickerComponent | typeof SettingsComponent | typeof SettingsRowComponent | typeof SettingsWorkflowComponent | typeof SettingsWorkflowNo1Component | typeof SimpleWorkflowFormComponent | typeof ProcessWorkflowTargetComponent | typeof ProcessWorkflowFormComponent | typeof SplashComponentV1Component | typeof SplashComponentV2Component | typeof StateComponent | typeof StateMetadataComponent | typeof StateMachinesConnectionReceiverDepartmentComponent | typeof StateMachinesConnectionReceiverGroupComponent | typeof StateMachinesConnectionReceiverRoleComponent | typeof StateMachinesConnectionReceiverUserComponent | typeof StateMachinesConnectionReceiverComponent | typeof StateMachinesConnectionSenderComponent | typeof StateMachinesConnectionMetadataComponent | typeof StateMachinesDesignerComponent | typeof StartWorkflowComponent | typeof WorkflowPickerComponent | typeof WorkflowSettingNewComponent | typeof TnDialogComponent | typeof TnColorPickerComponent | typeof TnTinymceComponent | typeof TnTabViewComponent | typeof TableDetailFormComponent | typeof QuickAddFormComponent | typeof CoCauToChucPickerComponent | typeof PreventShiftTabDirective | typeof AuthorizeDirective | typeof TnReorderableColumnDirective | typeof TnReorderableRowDirective | typeof TnSortableColumnDirective | typeof TnSortIcon | typeof UserPickerBoxComponent | typeof UserPickerComponent | typeof AutocompleteDatasourceComponent | typeof HelperCurrentPageComponent | typeof TnAppHelpComponent | typeof TnAppNotificationListComponent | typeof TnAppNotificationComponent | typeof FolderFormComponent | typeof FileFormComponent | typeof FileVersionListComponent | typeof WorkflowHistoryComponent | typeof WorkflowHistoryNewComponent | typeof WorkflowSettingDialogComponent | typeof PermissionUtilsComponent | typeof AccessDeniedComponent | typeof AccessDeniedV1Component | typeof FilePickerDialogComponent | typeof AddNewsComponent | typeof CommonDashboardComponent | typeof NotFoundComponent | typeof SignatureDetailComponent | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | typeof BooleanFormatPipe | typeof FileSizePipe | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof StringFormatPipe | typeof ApprovalPipe | typeof SecurePipe | typeof ConvertMoneyToWordPipe | typeof ReferenceDataFormatPipe | typeof MultipleReferenceDataFormatPipe | typeof SafeUrlPipe | typeof SafeStylePipe | typeof OrganizationNameFormatPipe)[];
|
|
116
|
+
export declare function coreDeclaration(): (typeof FileManagerComponent | typeof TnCustomScrollbarComponent | typeof WorkflowSettingComponent | typeof CrudListComponent | typeof EntityPickerDataComponent | typeof EntityPickerSelectedComponent | typeof EntityPickerBoxComponent | typeof AutoCompletePickerComponent | typeof EntityPickerComponent | typeof ReportQueueComponent | typeof CrudFormComponent | typeof AddressComponent | typeof AfterViewCheckedComponent | typeof AdvanceSearchComponent | typeof AppRootMenuComponent | typeof SplashComponentComponent | typeof AppTopBarComponent | typeof AppTopBarV1Component | typeof AppTopBarV2Component | typeof AppProfileComponent | typeof AppSubMenuComponent | typeof AppMenuComponent | typeof AvatarUploaderComponent | typeof CheckBoxListComponent | typeof CommonAppComponentComponent | typeof CoCauToChucPickerListComponent | typeof DatetimePickerComponent | typeof DynamicNodeComponent | typeof DropdownComponent | typeof EntityPickerDialogComponent | typeof QueryBuilderComponent | typeof EntityPermissionComponent | typeof EquationEditorComponent | typeof FileUploadComponent | typeof FileViewerComponent | typeof ServiceFileUploadComponent | typeof MaskComponent | typeof NumberPickerRangeComponent | typeof RadioButtonListComponent | typeof VanBanPickerComponent | typeof VanBanPickerDialogComponent | typeof VanbanDiPickerComponent | typeof VanbanDenPickerComponent | typeof CongViecPickerComponent | typeof SettingsComponent | typeof SettingsRowComponent | typeof SettingsWorkflowComponent | typeof SettingsWorkflowNo1Component | typeof SimpleWorkflowFormComponent | typeof ProcessWorkflowTargetComponent | typeof ProcessWorkflowFormComponent | typeof SplashComponentV1Component | typeof SplashComponentV2Component | typeof StateComponent | typeof StateMetadataComponent | typeof StateMachinesConnectionReceiverDepartmentComponent | typeof StateMachinesConnectionReceiverGroupComponent | typeof StateMachinesConnectionReceiverRoleComponent | typeof StateMachinesConnectionReceiverUserComponent | typeof StateMachinesConnectionReceiverComponent | typeof StateMachinesConnectionSenderComponent | typeof StateMachinesConnectionMetadataComponent | typeof StateMachinesDesignerComponent | typeof StartWorkflowComponent | typeof WorkflowPickerComponent | typeof WorkflowSettingNewComponent | typeof TnDialogComponent | typeof TnColorPickerComponent | typeof TnTinymceComponent | typeof TnTabViewComponent | typeof TableDetailFormComponent | typeof QuickAddFormComponent | typeof CoCauToChucPickerComponent | typeof PreventShiftTabDirective | typeof AuthorizeDirective | typeof TnReorderableColumnDirective | typeof TnReorderableRowDirective | typeof TnSortableColumnDirective | typeof TnSortIcon | typeof UserPickerBoxComponent | typeof UserPickerComponent | typeof AutocompleteDatasourceComponent | typeof HelperCurrentPageComponent | typeof TnAppHelpComponent | typeof TnAppNotificationListComponent | typeof TnAppNotificationComponent | typeof FolderFormComponent | typeof FileFormComponent | typeof FileVersionListComponent | typeof WorkflowHistoryComponent | typeof WorkflowHistoryNewComponent | typeof WorkflowSettingDialogComponent | typeof PermissionUtilsComponent | typeof AccessDeniedComponent | typeof AccessDeniedV1Component | typeof FilePickerDialogComponent | typeof AddNewsComponent | typeof CommonDashboardComponent | typeof NotFoundComponent | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | typeof BooleanFormatPipe | typeof FileSizePipe | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof StringFormatPipe | typeof ApprovalPipe | typeof SecurePipe | typeof ConvertMoneyToWordPipe | typeof ReferenceDataFormatPipe | typeof MultipleReferenceDataFormatPipe | typeof TnDatePipe | typeof SafeUrlPipe | typeof SafeStylePipe | typeof OrganizationNameFormatPipe)[];
|
|
117
117
|
export declare function coreModuleImport(): (typeof CommonModule)[];
|
|
118
118
|
export declare function coreProvider(): any[];
|
|
119
119
|
export declare class TnxSharedModule {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tnx-shared.module.ngfactory.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"tnx-shared.module.ngfactory.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ngfactory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,eAAe,CAAC;AACpC,OAAO,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAuL1C,eAAO,MAAM,wBAAwB,EAAC,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,eAAe,CAAiB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { OnInit, Injector } from '@angular/core';
|
|
2
|
-
import { ComponentBase } from '../../../classes/base/component-base';
|
|
3
|
-
export declare class SignatureDetailComponent extends ComponentBase implements OnInit {
|
|
4
|
-
constructor(injector: Injector);
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
buildTree(): void;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=signature-detail.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signature-detail.component.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["components/file-explorer/signature-detail/signature-detail.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAQrE,qBAMa,wBAAyB,SAAQ,aAAc,YAAW,MAAM;gBAErE,QAAQ,EAAE,QAAQ;IAKtB,QAAQ;IAKR,SAAS;CA4CZ"}
|
package/components/file-explorer/signature-detail/signature-detail.component.ngfactory.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signature-detail.component.ngfactory.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["components/file-explorer/signature-detail/signature-detail.component.ngfactory.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"signature-detail.component.scss.shim.ngstyle.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["components/file-explorer/signature-detail/signature-detail.component.scss.shim.ngstyle.ts"],"names":[],"mappings":""}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { Component, Injector } from '@angular/core';
|
|
2
|
-
import { ComponentBase } from '../../../classes/base/component-base';
|
|
3
|
-
import { ComponentContextService } from '../../../app-context/component-context.service';
|
|
4
|
-
import moment_ from 'moment';
|
|
5
|
-
// fix for build prod
|
|
6
|
-
const moment = moment_;
|
|
7
|
-
export class SignatureDetailComponent extends ComponentBase {
|
|
8
|
-
constructor(injector) {
|
|
9
|
-
super(injector);
|
|
10
|
-
}
|
|
11
|
-
ngOnInit() {
|
|
12
|
-
this.model.data = this.parentModel.advanceData;
|
|
13
|
-
this.buildTree();
|
|
14
|
-
}
|
|
15
|
-
buildTree() {
|
|
16
|
-
const nodes = [];
|
|
17
|
-
for (const ind in this.model.data) {
|
|
18
|
-
const item = this.model.data[ind];
|
|
19
|
-
const childNodes = { expanded: true, children: [] };
|
|
20
|
-
childNodes.label = `${item.reason}`;
|
|
21
|
-
childNodes.expandedIcon = 'fas fa-signature';
|
|
22
|
-
childNodes.collapsedIcon = 'fas fa-signature';
|
|
23
|
-
childNodes.leaf = false;
|
|
24
|
-
if (item.reason) {
|
|
25
|
-
childNodes.children.push({
|
|
26
|
-
label: 'Người ký: ' + item.certificate.subject.nameOfSigner,
|
|
27
|
-
expandedIcon: 'fas fa-user-tag',
|
|
28
|
-
collapsedIcon: 'fas fa-user-tag',
|
|
29
|
-
leaf: true
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
childNodes.children.push({
|
|
33
|
-
label: 'Đơn vị: ' + item.certificate.subject.organizationUnit + ' - ' + item.certificate.subject.organization,
|
|
34
|
-
expandedIcon: 'fas fa-building',
|
|
35
|
-
collapsedIcon: 'fas fa-building',
|
|
36
|
-
leaf: true
|
|
37
|
-
});
|
|
38
|
-
childNodes.children.push({
|
|
39
|
-
label: 'Chứng thư cấp bởi: ' + item.certificate.issuerDN.nameOfIssuer,
|
|
40
|
-
expandedIcon: 'fas fa-certificate',
|
|
41
|
-
collapsedIcon: 'fas fa-certificate',
|
|
42
|
-
leaf: true
|
|
43
|
-
});
|
|
44
|
-
childNodes.children.push({
|
|
45
|
-
label: 'Thời gian ký: ' + moment(item.signDate).format('D/MM/Y hh:mm:ss Z'),
|
|
46
|
-
expandedIcon: 'fas fa-clock',
|
|
47
|
-
collapsedIcon: 'fas fa-clock',
|
|
48
|
-
leaf: true
|
|
49
|
-
});
|
|
50
|
-
nodes.push(childNodes);
|
|
51
|
-
}
|
|
52
|
-
this.model.dataSource = nodes;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
SignatureDetailComponent.decorators = [
|
|
56
|
-
{ type: Component, args: [{
|
|
57
|
-
selector: 'signature-detail',
|
|
58
|
-
template: "<div class=\"tree-signature\">\r\n <p-tree [value]=\"model.dataSource\" [filter]=\"true\" [emptyMessage]=\"'Kh\u00F4ng c\u00F3 ch\u1EEF k\u00FD'\" styleClass=\"signature-tree\">\r\n </p-tree>\r\n</div>",
|
|
59
|
-
providers: [ComponentContextService],
|
|
60
|
-
styles: [":host::ng-deep .signature-tree{border:none;width:100%}:host::ng-deep .signature-tree .ui-treenode-icon{color:#888;padding-right:10px}:host::ng-deep .signature-tree span.fas.fa-signature+span{font-weight:700}:host::ng-deep .signature-tree span.ui-treenode-icon.fas.fa-signature{color:#212529!important;padding-left:5px}:host::ng-deep .signature-tree span.ui-tree-toggler{color:#212529!important}"]
|
|
61
|
-
},] }
|
|
62
|
-
];
|
|
63
|
-
SignatureDetailComponent.ctorParameters = () => [
|
|
64
|
-
{ type: Injector }
|
|
65
|
-
];
|
|
66
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lnbmF0dXJlLWRldGFpbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vcHJvamVjdHMvdG54LXNoYXJlZC9zcmMvbGliLyIsInNvdXJjZXMiOlsiY29tcG9uZW50cy9maWxlLWV4cGxvcmVyL3NpZ25hdHVyZS1kZXRhaWwvc2lnbmF0dXJlLWRldGFpbC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDNUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBQ3pGLE9BQU8sT0FBTyxNQUFNLFFBQVEsQ0FBQztBQUc3QixxQkFBcUI7QUFDckIsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDO0FBUXZCLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxhQUFhO0lBQ3ZELFlBQ0ksUUFBa0I7UUFFbEIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3BCLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxXQUFXLENBQUM7UUFDL0MsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxTQUFTO1FBQ0wsTUFBTSxLQUFLLEdBQWUsRUFBRSxDQUFDO1FBQzdCLEtBQUssTUFBTSxHQUFHLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLEVBQUU7WUFDL0IsTUFBTSxJQUFJLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7WUFDbEMsTUFBTSxVQUFVLEdBQWEsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUUsQ0FBQztZQUM5RCxVQUFVLENBQUMsS0FBSyxHQUFHLEdBQUcsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO1lBQ3BDLFVBQVUsQ0FBQyxZQUFZLEdBQUcsa0JBQWtCLENBQUM7WUFDN0MsVUFBVSxDQUFDLGFBQWEsR0FBRyxrQkFBa0IsQ0FBQztZQUM5QyxVQUFVLENBQUMsSUFBSSxHQUFHLEtBQUssQ0FBQztZQUV4QixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUU7Z0JBQ2IsVUFBVSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUM7b0JBQ3JCLEtBQUssRUFBRSxZQUFZLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsWUFBWTtvQkFDM0QsWUFBWSxFQUFFLGlCQUFpQjtvQkFDL0IsYUFBYSxFQUFFLGlCQUFpQjtvQkFDaEMsSUFBSSxFQUFFLElBQUk7aUJBQ2IsQ0FBQyxDQUFDO2FBQ047WUFFRCxVQUFVLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztnQkFDckIsS0FBSyxFQUFFLFVBQVUsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsWUFBWTtnQkFDN0csWUFBWSxFQUFFLGlCQUFpQjtnQkFDL0IsYUFBYSxFQUFFLGlCQUFpQjtnQkFDaEMsSUFBSSxFQUFFLElBQUk7YUFDYixDQUFDLENBQUM7WUFFSCxVQUFVLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztnQkFDckIsS0FBSyxFQUFFLHFCQUFxQixHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLFlBQVk7Z0JBQ3JFLFlBQVksRUFBRSxvQkFBb0I7Z0JBQ2xDLGFBQWEsRUFBRSxvQkFBb0I7Z0JBQ25DLElBQUksRUFBRSxJQUFJO2FBQ2IsQ0FBQyxDQUFDO1lBRUgsVUFBVSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUM7Z0JBQ3JCLEtBQUssRUFBRSxnQkFBZ0IsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxtQkFBbUIsQ0FBQztnQkFDM0UsWUFBWSxFQUFFLGNBQWM7Z0JBQzVCLGFBQWEsRUFBRSxjQUFjO2dCQUM3QixJQUFJLEVBQUUsSUFBSTthQUNiLENBQUMsQ0FBQztZQUVILEtBQUssQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUM7U0FDMUI7UUFDRCxJQUFJLENBQUMsS0FBSyxDQUFDLFVBQVUsR0FBRyxLQUFLLENBQUM7SUFDbEMsQ0FBQzs7O1lBN0RKLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUsa0JBQWtCO2dCQUM1QiwyTkFBZ0Q7Z0JBRWhELFNBQVMsRUFBRSxDQUFDLHVCQUF1QixDQUFDOzthQUN2Qzs7O1lBZDJCLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5qZWN0b3IgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSB9IGZyb20gJy4uLy4uLy4uL2NsYXNzZXMvYmFzZS9jb21wb25lbnQtYmFzZSc7XHJcbmltcG9ydCB7IENvbXBvbmVudENvbnRleHRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vYXBwLWNvbnRleHQvY29tcG9uZW50LWNvbnRleHQuc2VydmljZSc7XHJcbmltcG9ydCBtb21lbnRfIGZyb20gJ21vbWVudCc7XHJcbmltcG9ydCB7IFRyZWVOb2RlIH0gZnJvbSAndG4tY3VzdG9tLXByaW1lbmcvYXBpJztcclxuXHJcbi8vIGZpeCBmb3IgYnVpbGQgcHJvZFxyXG5jb25zdCBtb21lbnQgPSBtb21lbnRfO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ3NpZ25hdHVyZS1kZXRhaWwnLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NpZ25hdHVyZS1kZXRhaWwuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgc3R5bGVVcmxzOiBbJy4vc2lnbmF0dXJlLWRldGFpbC5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgcHJvdmlkZXJzOiBbQ29tcG9uZW50Q29udGV4dFNlcnZpY2VdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTaWduYXR1cmVEZXRhaWxDb21wb25lbnQgZXh0ZW5kcyBDb21wb25lbnRCYXNlIGltcGxlbWVudHMgT25Jbml0IHtcclxuICAgIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxyXG4gICAgKSB7XHJcbiAgICAgICAgc3VwZXIoaW5qZWN0b3IpO1xyXG4gICAgfVxyXG5cclxuICAgIG5nT25Jbml0KCkge1xyXG4gICAgICAgIHRoaXMubW9kZWwuZGF0YSA9IHRoaXMucGFyZW50TW9kZWwuYWR2YW5jZURhdGE7XHJcbiAgICAgICAgdGhpcy5idWlsZFRyZWUoKTtcclxuICAgIH1cclxuXHJcbiAgICBidWlsZFRyZWUoKSB7XHJcbiAgICAgICAgY29uc3Qgbm9kZXM6IFRyZWVOb2RlW10gPSBbXTtcclxuICAgICAgICBmb3IgKGNvbnN0IGluZCBpbiB0aGlzLm1vZGVsLmRhdGEpIHtcclxuICAgICAgICAgICAgY29uc3QgaXRlbSA9IHRoaXMubW9kZWwuZGF0YVtpbmRdO1xyXG4gICAgICAgICAgICBjb25zdCBjaGlsZE5vZGVzOiBUcmVlTm9kZSA9IHsgZXhwYW5kZWQ6IHRydWUsIGNoaWxkcmVuOiBbXSB9O1xyXG4gICAgICAgICAgICBjaGlsZE5vZGVzLmxhYmVsID0gYCR7aXRlbS5yZWFzb259YDtcclxuICAgICAgICAgICAgY2hpbGROb2Rlcy5leHBhbmRlZEljb24gPSAnZmFzIGZhLXNpZ25hdHVyZSc7XHJcbiAgICAgICAgICAgIGNoaWxkTm9kZXMuY29sbGFwc2VkSWNvbiA9ICdmYXMgZmEtc2lnbmF0dXJlJztcclxuICAgICAgICAgICAgY2hpbGROb2Rlcy5sZWFmID0gZmFsc2U7XHJcblxyXG4gICAgICAgICAgICBpZiAoaXRlbS5yZWFzb24pIHtcclxuICAgICAgICAgICAgICAgIGNoaWxkTm9kZXMuY2hpbGRyZW4ucHVzaCh7XHJcbiAgICAgICAgICAgICAgICAgICAgbGFiZWw6ICdOZ8aw4budaSBrw706ICcgKyBpdGVtLmNlcnRpZmljYXRlLnN1YmplY3QubmFtZU9mU2lnbmVyLFxyXG4gICAgICAgICAgICAgICAgICAgIGV4cGFuZGVkSWNvbjogJ2ZhcyBmYS11c2VyLXRhZycsXHJcbiAgICAgICAgICAgICAgICAgICAgY29sbGFwc2VkSWNvbjogJ2ZhcyBmYS11c2VyLXRhZycsXHJcbiAgICAgICAgICAgICAgICAgICAgbGVhZjogdHJ1ZVxyXG4gICAgICAgICAgICAgICAgfSk7XHJcbiAgICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgICAgIGNoaWxkTm9kZXMuY2hpbGRyZW4ucHVzaCh7XHJcbiAgICAgICAgICAgICAgICBsYWJlbDogJ8SQxqFuIHbhu4s6ICcgKyBpdGVtLmNlcnRpZmljYXRlLnN1YmplY3Qub3JnYW5pemF0aW9uVW5pdCArICcgLSAnICsgaXRlbS5jZXJ0aWZpY2F0ZS5zdWJqZWN0Lm9yZ2FuaXphdGlvbixcclxuICAgICAgICAgICAgICAgIGV4cGFuZGVkSWNvbjogJ2ZhcyBmYS1idWlsZGluZycsXHJcbiAgICAgICAgICAgICAgICBjb2xsYXBzZWRJY29uOiAnZmFzIGZhLWJ1aWxkaW5nJyxcclxuICAgICAgICAgICAgICAgIGxlYWY6IHRydWVcclxuICAgICAgICAgICAgfSk7XHJcblxyXG4gICAgICAgICAgICBjaGlsZE5vZGVzLmNoaWxkcmVuLnB1c2goe1xyXG4gICAgICAgICAgICAgICAgbGFiZWw6ICdDaOG7qW5nIHRoxrAgY+G6pXAgYuG7n2k6ICcgKyBpdGVtLmNlcnRpZmljYXRlLmlzc3VlckROLm5hbWVPZklzc3VlcixcclxuICAgICAgICAgICAgICAgIGV4cGFuZGVkSWNvbjogJ2ZhcyBmYS1jZXJ0aWZpY2F0ZScsXHJcbiAgICAgICAgICAgICAgICBjb2xsYXBzZWRJY29uOiAnZmFzIGZhLWNlcnRpZmljYXRlJyxcclxuICAgICAgICAgICAgICAgIGxlYWY6IHRydWVcclxuICAgICAgICAgICAgfSk7XHJcblxyXG4gICAgICAgICAgICBjaGlsZE5vZGVzLmNoaWxkcmVuLnB1c2goe1xyXG4gICAgICAgICAgICAgICAgbGFiZWw6ICdUaOG7nWkgZ2lhbiBrw706ICcgKyBtb21lbnQoaXRlbS5zaWduRGF0ZSkuZm9ybWF0KCdEL01NL1kgaGg6bW06c3MgWicpLFxyXG4gICAgICAgICAgICAgICAgZXhwYW5kZWRJY29uOiAnZmFzIGZhLWNsb2NrJyxcclxuICAgICAgICAgICAgICAgIGNvbGxhcHNlZEljb246ICdmYXMgZmEtY2xvY2snLFxyXG4gICAgICAgICAgICAgICAgbGVhZjogdHJ1ZVxyXG4gICAgICAgICAgICB9KTtcclxuXHJcbiAgICAgICAgICAgIG5vZGVzLnB1c2goY2hpbGROb2Rlcyk7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMubW9kZWwuZGF0YVNvdXJjZSA9IG5vZGVzO1xyXG4gICAgfVxyXG59XHJcbiJdfQ==
|