vcomply-workflow-engine 4.0.6 → 4.0.7
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/esm2022/lib/sharedComponents/no-data/no-data.component.mjs +3 -3
- package/esm2022/lib/ui-kit/no-data/no-data.component.mjs +3 -3
- package/fesm2022/vcomply-workflow-engine.mjs +4 -4
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9,11 +9,11 @@ export class NoDataComponent {
|
|
|
9
9
|
this.buttonAction.emit(button);
|
|
10
10
|
}
|
|
11
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponent, selector: "app-no-data", inputs: { action: "action", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton", button: "button" }, outputs: { buttonAction: "buttonAction" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\"
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponent, selector: "app-no-data", inputs: { action: "action", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton", button: "button" }, outputs: { buttonAction: "buttonAction" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:4px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:500px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:11px}::ng-deep .no-data-container button.small i{margin-right:5px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\"
|
|
16
|
+
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:4px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:500px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:11px}::ng-deep .no-data-container button.small i{margin-right:5px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:center}\n"] }]
|
|
17
17
|
}], propDecorators: { action: [{
|
|
18
18
|
type: Input
|
|
19
19
|
}], noDataImage: [{
|
|
@@ -33,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
33
33
|
}], button: [{
|
|
34
34
|
type: Input
|
|
35
35
|
}] } });
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm8tZGF0YS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL25vLWRhdGEvbm8tZGF0YS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL25vLWRhdGEvbm8tZGF0YS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPdkUsTUFBTSxPQUFPLGVBQWU7SUFMNUI7UUFZWSxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7S0FPbEQ7SUFIQyxhQUFhLENBQUMsTUFBVztRQUN2QixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUNqQyxDQUFDOytHQWJVLGVBQWU7bUdBQWYsZUFBZSxzVENQNUIsaWNBV0E7OzRGREphLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0UsYUFBYTs4QkFLZCxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTTtnQkFDRSxXQUFXO3NCQUFuQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE91dHB1dCwgRXZlbnRFbWl0dGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2FwcC1uby1kYXRhJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vbm8tZGF0YS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vbm8tZGF0YS5jb21wb25lbnQubGVzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTm9EYXRhQ29tcG9uZW50IHtcclxuICBASW5wdXQoKSBhY3Rpb24hOiBvYmplY3Q7XHJcbiAgQElucHV0KCkgbm9EYXRhSW1hZ2UhOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgbm9EYXRhVGV4dCE6IHN0cmluZztcclxuICBASW5wdXQoKSBub0RhdGFCdXR0b24hOiBzdHJpbmcgfCBib29sZWFuO1xyXG4gIEBJbnB1dCgpIG5vRGF0YVNlY0J1dHRvbiE6IHN0cmluZyB8IGJvb2xlYW47XHJcbiAgQElucHV0KCkgYWx0VGV4dCE6IHN0cmluZztcclxuICBAT3V0cHV0KCkgYnV0dG9uQWN0aW9uID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQElucHV0KCkgc21hbGxCdXR0b24hOiBib29sZWFuO1xyXG4gIEBJbnB1dCgpIGJ1dHRvbiE6IGFueTtcclxuXHJcbiAgYWN0aW9uRW1pdHRlcihidXR0b246IGFueSkge1xyXG4gICAgdGhpcy5idXR0b25BY3Rpb24uZW1pdChidXR0b24pO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibm8tZGF0YS13cmFwcGVyXCI+XHJcbiAgPGRpdiBjbGFzcz1cIm5vLWRhdGEtY29udGFpbmVyXCI+XHJcbiAgICA8aW1nIFtzcmNdPVwibm9EYXRhSW1hZ2VcIiBbYWx0XT1cImFsdFRleHRcIiBjbGFzcz1cImltYWdlXCIgLz5cclxuICAgIDxwIGNsYXNzPVwidGV4dFwiIFtpbm5lckhUTUxdPVwibm9EYXRhVGV4dFwiICpuZ0lmPVwibm9EYXRhVGV4dFwiPjwvcD5cclxuICAgIDxkaXYgY2xhc3M9XCJidXR0b24tcm93XCIgKm5nSWY9XCJub0RhdGFCdXR0b25cIj5cclxuICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiYWN0aW9uRW1pdHRlcihidXR0b24pXCIgW2NsYXNzLnNtYWxsXT1cInNtYWxsQnV0dG9uXCI+XHJcbiAgICAgICAge3sgbm9EYXRhQnV0dG9uIH19XHJcbiAgICAgIDwvYnV0dG9uPlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
|
|
@@ -14,11 +14,11 @@ export class NoDataComponentUI {
|
|
|
14
14
|
this.secondaryActionButton.emit(button);
|
|
15
15
|
}
|
|
16
16
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponentUI, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponentUI, selector: "app-no-data", inputs: { action: "action", secondaryAction: "secondaryAction", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", secondaryButton: "secondaryButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton" }, outputs: { buttonAction: "buttonAction", secondaryActionButton: "secondaryActionButton" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponentUI, selector: "app-no-data", inputs: { action: "action", secondaryAction: "secondaryAction", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", secondaryButton: "secondaryButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton" }, outputs: { buttonAction: "buttonAction", secondaryActionButton: "secondaryActionButton" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\">\r\n <div *ngIf=\"secondaryButton\">\r\n <button class=\"vx-btn md secondary\" (click)=\"actionEmitter($event)\">\r\n {{ secondaryButton }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"noDataButton\">\r\n <button class=\"vx-btn md primary\" (click)=\"actionEmitter($event)\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:2px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:480px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{width:228px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button.secondary{background:#fff;border:1px solid #1e5dd3;color:#1e5dd3}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:10px}::ng-deep .no-data-container button.small i{margin-right:4px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:space-around}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
18
18
|
}
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponentUI, decorators: [{
|
|
20
20
|
type: Component,
|
|
21
|
-
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n
|
|
21
|
+
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\">\r\n <div *ngIf=\"secondaryButton\">\r\n <button class=\"vx-btn md secondary\" (click)=\"actionEmitter($event)\">\r\n {{ secondaryButton }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"noDataButton\">\r\n <button class=\"vx-btn md primary\" (click)=\"actionEmitter($event)\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:2px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:480px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{width:228px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button.secondary{background:#fff;border:1px solid #1e5dd3;color:#1e5dd3}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:10px}::ng-deep .no-data-container button.small i{margin-right:4px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:space-around}\n"] }]
|
|
22
22
|
}], ctorParameters: function () { return []; }, propDecorators: { action: [{
|
|
23
23
|
type: Input
|
|
24
24
|
}], secondaryAction: [{
|
|
@@ -42,4 +42,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
42
42
|
}], smallButton: [{
|
|
43
43
|
type: Input
|
|
44
44
|
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm8tZGF0YS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi91aS1raXQvbm8tZGF0YS9uby1kYXRhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3VpLWtpdC9uby1kYXRhL25vLWRhdGEuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTy9FLE1BQU0sT0FBTyxpQkFBaUI7SUFZNUI7UUFIVSxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFVLENBQUM7UUFDMUMsMEJBQXFCLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztJQUU3QyxDQUFDO0lBRWpCLFFBQVEsS0FBVyxDQUFDO0lBRXBCLGFBQWEsQ0FBQyxNQUFjO1FBQzFCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxzQkFBc0IsQ0FBQyxNQUFjO1FBQ25DLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDMUMsQ0FBQzsrR0F0QlUsaUJBQWlCO21HQUFqQixpQkFBaUIsNFpDUDlCLHlxQkFrQkE7OzRGRFhhLGlCQUFpQjtrQkFMN0IsU0FBUzsrQkFDRSxhQUFhOzBFQUtkLE1BQU07c0JBQWQsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxZQUFZO3NCQUFwQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTTtnQkFDRyxxQkFBcUI7c0JBQTlCLE1BQU07Z0JBQ0UsV0FBVztzQkFBbkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLW5vLWRhdGEnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9uby1kYXRhLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9uby1kYXRhLmNvbXBvbmVudC5sZXNzJ10sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBOb0RhdGFDb21wb25lbnRVSSBpbXBsZW1lbnRzIE9uSW5pdCB7XHJcbiAgQElucHV0KCkgYWN0aW9uITogb2JqZWN0O1xyXG4gIEBJbnB1dCgpIHNlY29uZGFyeUFjdGlvbiE6IG9iamVjdDsgLy9idXR0b24gYWN0aW9uXHJcbiAgQElucHV0KCkgbm9EYXRhSW1hZ2UhOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgbm9EYXRhVGV4dCE6IHN0cmluZztcclxuICBASW5wdXQoKSBub0RhdGFCdXR0b24hOiBzdHJpbmcgfCBib29sZWFuO1xyXG4gIEBJbnB1dCgpIHNlY29uZGFyeUJ1dHRvbiE6IHN0cmluZyB8IGJvb2xlYW47IC8vYnV0dG9uIHRleHRcclxuICBASW5wdXQoKSBub0RhdGFTZWNCdXR0b24hOiBzdHJpbmcgfCBib29sZWFuO1xyXG4gIEBJbnB1dCgpIGFsdFRleHQhOiBzdHJpbmc7XHJcbiAgQE91dHB1dCgpIGJ1dHRvbkFjdGlvbiA9IG5ldyBFdmVudEVtaXR0ZXI8b2JqZWN0PigpO1xyXG4gIEBPdXRwdXQoKSBzZWNvbmRhcnlBY3Rpb25CdXR0b24gPSBuZXcgRXZlbnRFbWl0dGVyPG9iamVjdD4oKTtcclxuICBASW5wdXQoKSBzbWFsbEJ1dHRvbiE6IGJvb2xlYW47XHJcbiAgY29uc3RydWN0b3IoKSB7IH1cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7IH1cclxuXHJcbiAgYWN0aW9uRW1pdHRlcihidXR0b246IG9iamVjdCkge1xyXG4gICAgdGhpcy5idXR0b25BY3Rpb24uZW1pdChidXR0b24pO1xyXG4gIH1cclxuXHJcbiAgc2Vjb25kYXJ5QWN0aW9uRW1pdHRlcihidXR0b246IG9iamVjdCkge1xyXG4gICAgdGhpcy5zZWNvbmRhcnlBY3Rpb25CdXR0b24uZW1pdChidXR0b24pO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwibm8tZGF0YS13cmFwcGVyXCI+XHJcbiAgPGRpdiBjbGFzcz1cIm5vLWRhdGEtY29udGFpbmVyXCI+XHJcbiAgICA8aW1nIFtzcmNdPVwibm9EYXRhSW1hZ2VcIiBbYWx0XT1cImFsdFRleHRcIiBjbGFzcz1cImltYWdlXCIgLz5cclxuICAgIDxwIGNsYXNzPVwidGV4dFwiIFtpbm5lckhUTUxdPVwibm9EYXRhVGV4dFwiICpuZ0lmPVwibm9EYXRhVGV4dFwiPjwvcD5cclxuICAgIDxkaXYgY2xhc3M9XCJidXR0b24tcm93XCI+XHJcbiAgICAgIDxkaXYgKm5nSWY9XCJzZWNvbmRhcnlCdXR0b25cIj5cclxuICAgICAgICA8YnV0dG9uIGNsYXNzPVwidngtYnRuIG1kIHNlY29uZGFyeVwiIChjbGljayk9XCJhY3Rpb25FbWl0dGVyKCRldmVudClcIj5cclxuICAgICAgICAgIHt7IHNlY29uZGFyeUJ1dHRvbiB9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgICAgPGRpdiAqbmdJZj1cIm5vRGF0YUJ1dHRvblwiPlxyXG4gICAgICAgIDxidXR0b24gY2xhc3M9XCJ2eC1idG4gbWQgcHJpbWFyeVwiIChjbGljayk9XCJhY3Rpb25FbWl0dGVyKCRldmVudClcIj5cclxuICAgICAgICAgIHt7IG5vRGF0YUJ1dHRvbiB9fVxyXG4gICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -2466,11 +2466,11 @@ class NoDataComponent {
|
|
|
2466
2466
|
this.buttonAction.emit(button);
|
|
2467
2467
|
}
|
|
2468
2468
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2469
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponent, selector: "app-no-data", inputs: { action: "action", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton", button: "button" }, outputs: { buttonAction: "buttonAction" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\"
|
|
2469
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponent, selector: "app-no-data", inputs: { action: "action", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton", button: "button" }, outputs: { buttonAction: "buttonAction" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:4px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:500px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:11px}::ng-deep .no-data-container button.small i{margin-right:5px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
2470
2470
|
}
|
|
2471
2471
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponent, decorators: [{
|
|
2472
2472
|
type: Component,
|
|
2473
|
-
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\"
|
|
2473
|
+
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\" *ngIf=\"noDataButton\">\r\n <button (click)=\"actionEmitter(button)\" [class.small]=\"smallButton\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:4px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:500px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:11px}::ng-deep .no-data-container button.small i{margin-right:5px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:center}\n"] }]
|
|
2474
2474
|
}], propDecorators: { action: [{
|
|
2475
2475
|
type: Input
|
|
2476
2476
|
}], noDataImage: [{
|
|
@@ -3548,11 +3548,11 @@ class NoDataComponentUI {
|
|
|
3548
3548
|
this.secondaryActionButton.emit(button);
|
|
3549
3549
|
}
|
|
3550
3550
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponentUI, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3551
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponentUI, selector: "app-no-data", inputs: { action: "action", secondaryAction: "secondaryAction", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", secondaryButton: "secondaryButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton" }, outputs: { buttonAction: "buttonAction", secondaryActionButton: "secondaryActionButton" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n
|
|
3551
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NoDataComponentUI, selector: "app-no-data", inputs: { action: "action", secondaryAction: "secondaryAction", noDataImage: "noDataImage", noDataText: "noDataText", noDataButton: "noDataButton", secondaryButton: "secondaryButton", noDataSecButton: "noDataSecButton", altText: "altText", smallButton: "smallButton" }, outputs: { buttonAction: "buttonAction", secondaryActionButton: "secondaryActionButton" }, ngImport: i0, template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\">\r\n <div *ngIf=\"secondaryButton\">\r\n <button class=\"vx-btn md secondary\" (click)=\"actionEmitter($event)\">\r\n {{ secondaryButton }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"noDataButton\">\r\n <button class=\"vx-btn md primary\" (click)=\"actionEmitter($event)\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:2px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:480px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{width:228px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button.secondary{background:#fff;border:1px solid #1e5dd3;color:#1e5dd3}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:10px}::ng-deep .no-data-container button.small i{margin-right:4px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:space-around}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
3552
3552
|
}
|
|
3553
3553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NoDataComponentUI, decorators: [{
|
|
3554
3554
|
type: Component,
|
|
3555
|
-
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n
|
|
3555
|
+
args: [{ selector: 'app-no-data', template: "<div class=\"no-data-wrapper\">\r\n <div class=\"no-data-container\">\r\n <img [src]=\"noDataImage\" [alt]=\"altText\" class=\"image\" />\r\n <p class=\"text\" [innerHTML]=\"noDataText\" *ngIf=\"noDataText\"></p>\r\n <div class=\"button-row\">\r\n <div *ngIf=\"secondaryButton\">\r\n <button class=\"vx-btn md secondary\" (click)=\"actionEmitter($event)\">\r\n {{ secondaryButton }}\r\n </button>\r\n </div>\r\n <div *ngIf=\"noDataButton\">\r\n <button class=\"vx-btn md primary\" (click)=\"actionEmitter($event)\">\r\n {{ noDataButton }}\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: ["::ng-deep .no-data-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:#fff;border-radius:2px}::ng-deep .no-data-container{display:inline-block;text-align:center;width:480px}::ng-deep .no-data-container .image{width:250px;margin-bottom:12px;display:inline-block}::ng-deep .no-data-container p.text{font-size:16px;font-weight:400;line-height:20px;color:#787a8c;text-align:center;margin:0}::ng-deep .no-data-container p.text strong{font-weight:500}::ng-deep .no-data-container button{width:228px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:500;line-height:24px;cursor:pointer;background:#1e5dd3;border:none;outline:none;text-transform:uppercase;padding:0 12px;margin:24px 0 0}::ng-deep .no-data-container button.secondary{background:#fff;border:1px solid #1e5dd3;color:#1e5dd3}::ng-deep .no-data-container button+button{margin-left:4px}::ng-deep .no-data-container button.small{width:60px;height:24px;font-size:10px}::ng-deep .no-data-container button.small i{margin-right:4px;font-size:9px}::ng-deep .no-data-container .button-row{display:flex;justify-content:space-around}\n"] }]
|
|
3556
3556
|
}], ctorParameters: function () { return []; }, propDecorators: { action: [{
|
|
3557
3557
|
type: Input
|
|
3558
3558
|
}], secondaryAction: [{
|