vcomply-workflow-engine 6.1.30 → 6.1.31
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/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.mjs +7 -34
- package/esm2022/lib/constants/assets.constants.mjs +1 -2
- package/esm2022/lib/formgroup/select/cs-select/cs-select.component.mjs +2 -2
- package/esm2022/lib/log-an-issue/log-an-issue.component.mjs +9 -1
- package/esm2022/lib/more-option/more-option.component.mjs +14 -13
- package/esm2022/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.mjs +3 -29
- package/esm2022/lib/report-a-case/components/due-date/due-date.component.mjs +10 -42
- package/esm2022/lib/report-a-case/components/report-date/report-date.component.mjs +1 -4
- package/esm2022/lib/report-a-case/constants/api.constants.mjs +2 -3
- package/esm2022/lib/report-a-case/constants/report-case.constants.mjs +1 -3
- package/esm2022/lib/report-a-case/report-case.module.mjs +2 -5
- package/esm2022/lib/report-a-case/services/report-a-case.service.mjs +4 -16
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +18 -10
- package/esm2022/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +3 -6
- package/esm2022/lib/sharedComponents/document-section/document-section.component.mjs +14 -39
- package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +9 -22
- package/esm2022/lib/sharedComponents/format-and-evidence/format-and-evidence.module.mjs +15 -19
- package/esm2022/lib/sharedComponents/group-users-list/group-users-list.component.mjs +17 -20
- package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +2 -3
- package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.module.mjs +4 -8
- package/esm2022/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.mjs +5 -15
- package/esm2022/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.mjs +5 -12
- package/esm2022/lib/workflow-compliance/workflow-compliance.component.mjs +9 -31
- package/esm2022/lib/workflow-engine-container/workflow-engine-container.component.mjs +2 -2
- package/esm2022/lib/workflow-engine.module.mjs +3 -6
- package/esm2022/lib/workflow-policy/ms-word.constants.mjs +2 -2
- package/esm2022/lib/workflow-policy/workflow-policy.component.mjs +5 -5
- package/esm2022/lib/workflow-program/constants.mjs +1 -9
- package/esm2022/lib/workflow-program/create-program-ui/define-framework-listing/pipes/tooltip-message.pipe.mjs +1 -7
- package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +13 -11
- package/esm2022/lib/workflow-program/workflow-program.component.mjs +296 -54
- package/esm2022/lib/workflow-services/policy.service.mjs +1 -7
- package/esm2022/lib/workflow-services/programs.service.mjs +1 -2
- package/fesm2022/vcomply-workflow-engine.mjs +998 -1013
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/add-multiple-responsibility-container/add-multiple-responsibility-container.component.d.ts +0 -1
- package/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.d.ts +0 -3
- package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +0 -1
- package/lib/constants/assets.constants.d.ts +0 -1
- package/lib/log-an-issue/log-an-issue.component.d.ts +1 -1
- package/lib/more-option/more-option.component.d.ts +0 -1
- package/lib/report-a-case/components/assignee/assignee.component.d.ts +0 -1
- package/lib/report-a-case/components/case-assignees/case-assignees.component.d.ts +0 -1
- package/lib/report-a-case/components/case-category/case-category.component.d.ts +0 -1
- package/lib/report-a-case/components/case-details/case-details.component.d.ts +0 -1
- package/lib/report-a-case/components/case-owners/case-owners.component.d.ts +0 -1
- package/lib/report-a-case/components/case-priority/case-priority.component.d.ts +0 -1
- package/lib/report-a-case/components/case-resolution-deadline/case-resolution-deadline.component.d.ts +3 -9
- package/lib/report-a-case/components/case-type-dropdown/case-dropdown.component.d.ts +0 -1
- package/lib/report-a-case/components/due-date/due-date.component.d.ts +1 -8
- package/lib/report-a-case/components/field-holder/field-holder.component.d.ts +0 -1
- package/lib/report-a-case/components/linked assessment/linked-assessment.component.d.ts +0 -1
- package/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.d.ts +0 -1
- package/lib/report-a-case/components/rc-details/rc-details.component.d.ts +0 -1
- package/lib/report-a-case/components/report-date/report-date.component.d.ts +0 -3
- package/lib/report-a-case/constants/api.constants.d.ts +0 -1
- package/lib/report-a-case/constants/report-case.constants.d.ts +0 -2
- package/lib/report-a-case/report-case.module.d.ts +21 -22
- package/lib/report-a-case/services/report-a-case.service.d.ts +1 -2
- package/lib/report-a-case/workflow-case/workflow-case.component.d.ts +1 -1
- package/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/image-choice/image-choice.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/thank-you/thank-you.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/build/welcome/welcome.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/logic/logic.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/logic-questions/logic-image-choice/logic-image-choice.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/preview/thank-you/thank-you.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/preview/welcome/welcome.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +0 -1
- package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +0 -1
- package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +0 -6
- package/lib/sharedComponents/category-list/category-list.component.d.ts +0 -1
- package/lib/sharedComponents/category-list-selection/category-list-selection/category-list-selection.component.d.ts +0 -1
- package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +0 -1
- package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +0 -1
- package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -8
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +1 -5
- package/lib/sharedComponents/format-and-evidence/format-and-evidence.module.d.ts +7 -8
- package/lib/sharedComponents/framework-list/framework-list.component.d.ts +0 -1
- package/lib/sharedComponents/frequency/frequency-responsibility-list/frequency-responsibility-list.component.d.ts +0 -1
- package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +0 -1
- package/lib/sharedComponents/link-program/link-program/link-program.component.d.ts +0 -1
- package/lib/sharedComponents/link-responsibility/link-responsibility.module.d.ts +1 -2
- package/lib/sharedComponents/owner-list/owner-list.component.d.ts +0 -1
- package/lib/sharedComponents/policy-access/policy-access.component.d.ts +0 -1
- package/lib/sharedComponents/policy-template/select-template-list/select-template-list.component.d.ts +0 -1
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +0 -1
- package/lib/sharedComponents/radio-list/radio-list.component.d.ts +0 -1
- package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +0 -1
- package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +0 -1
- package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +0 -1
- package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +0 -1
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +0 -1
- package/lib/sharedComponents/select-approvers/select-approvers.component.d.ts +0 -1
- package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +0 -1
- package/lib/ui-kit/multi-select/cs-multiselect/cs-multiselect.component.d.ts +1 -3
- package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +0 -1
- package/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.d.ts +0 -1
- package/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.d.ts +0 -1
- package/lib/workflow-assessment/workflow-assessment.component.d.ts +0 -1
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +0 -4
- package/lib/workflow-engine.module.d.ts +40 -41
- package/lib/workflow-policy/workflow-policy.component.d.ts +1 -1
- package/lib/workflow-program/constants.d.ts +0 -3
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +0 -1
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +0 -1
- package/lib/workflow-program/workflow-program.component.d.ts +1 -7
- package/lib/workflow-risk/workflow-risk.component.d.ts +1 -2
- package/lib/workflow-services/policy.service.d.ts +0 -2
- package/lib/workflow-services/programs.service.d.ts +0 -1
- package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +0 -1
- package/package.json +1 -1
- package/esm2022/lib/constants/policy.constant.mjs +0 -6
- package/esm2022/lib/constants/regix.constants.mjs +0 -4
- package/esm2022/lib/constants/responsibility.mjs +0 -8
- package/esm2022/lib/interfaces/policy.interface.mjs +0 -2
- package/esm2022/lib/sharedComponents/pipes/risk-class.pipe.mjs +0 -19
- package/esm2022/lib/ui-kit/banner/banner.component.mjs +0 -44
- package/lib/constants/policy.constant.d.ts +0 -2
- package/lib/constants/regix.constants.d.ts +0 -3
- package/lib/constants/responsibility.d.ts +0 -7
- package/lib/interfaces/policy.interface.d.ts +0 -5
- package/lib/sharedComponents/pipes/risk-class.pipe.d.ts +0 -7
- package/lib/ui-kit/banner/banner.component.d.ts +0 -8
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export const REGEX = {
|
|
2
|
-
MONTH: /^[A-Za-z]+'\d{2}$/,
|
|
3
|
-
};
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXguY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvY29uc3RhbnRzL3JlZ2l4LmNvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLENBQUMsTUFBTSxLQUFLLEdBQUc7SUFDakIsS0FBSyxFQUFFLG1CQUFtQjtDQUM3QixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFJFR0VYID0ge1xuICAgIE1PTlRIOiAvXltBLVphLXpdKydcXGR7Mn0kLyxcbn0iXX0=
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export const RISK_CLASS_LIST = ['high', 'low-medium', 'low', 'medium-high'];
|
|
2
|
-
export const VALIDATION_MESSAGES = {
|
|
3
|
-
RISK_CLASS: 'Invalid risk class. Select a valid option from the drop-down list.',
|
|
4
|
-
DAY: 'Invalid day selection. Select a valid day from the drop-down list in the template.',
|
|
5
|
-
DATE_FORMAT: 'Invalid date format. Select a valid date from the drop-down list in the template.',
|
|
6
|
-
DUE_DATE: 'Invalid Due Date.',
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzcG9uc2liaWxpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9jb25zdGFudHMvcmVzcG9uc2liaWxpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sZUFBZSxHQUFHLENBQUMsTUFBTSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsYUFBYSxDQUFDLENBQUM7QUFFNUUsTUFBTSxDQUFDLE1BQU0sbUJBQW1CLEdBQUc7SUFDakMsVUFBVSxFQUNSLG9FQUFvRTtJQUN0RSxHQUFHLEVBQUUsb0ZBQW9GO0lBQ3pGLFdBQVcsRUFDVCxtRkFBbUY7SUFDckYsUUFBUSxFQUFFLG1CQUFtQjtDQUM5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFJJU0tfQ0xBU1NfTElTVCA9IFsnaGlnaCcsICdsb3ctbWVkaXVtJywgJ2xvdycsICdtZWRpdW0taGlnaCddO1xuXG5leHBvcnQgY29uc3QgVkFMSURBVElPTl9NRVNTQUdFUyA9IHtcbiAgUklTS19DTEFTUzpcbiAgICAnSW52YWxpZCByaXNrIGNsYXNzLiBTZWxlY3QgYSB2YWxpZCBvcHRpb24gZnJvbSB0aGUgZHJvcC1kb3duIGxpc3QuJyxcbiAgREFZOiAnSW52YWxpZCBkYXkgc2VsZWN0aW9uLiBTZWxlY3QgYSB2YWxpZCBkYXkgZnJvbSB0aGUgZHJvcC1kb3duIGxpc3QgaW4gdGhlIHRlbXBsYXRlLicsXG4gIERBVEVfRk9STUFUOlxuICAgICdJbnZhbGlkIGRhdGUgZm9ybWF0LiBTZWxlY3QgYSB2YWxpZCBkYXRlIGZyb20gdGhlIGRyb3AtZG93biBsaXN0IGluIHRoZSB0ZW1wbGF0ZS4nLFxuICBEVUVfREFURTogJ0ludmFsaWQgRHVlIERhdGUuJyxcbn07XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicG9saWN5LmludGVyZmFjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL2ludGVyZmFjZXMvcG9saWN5LmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBGaWxlU2l6ZSB7XG4gICAgTUFYX1NJWkU6IG51bWJlcjtcbiAgICBFUlJPUjogJ3N1Y2Nlc3MnfCd3YXJuaW5nJ3wnaW5mbyd8J2FsZXJ0J3wnZXJyb3InO1xuICAgIE1FU1NBR0U6IHN0cmluZztcbiAgfVxuICAiXX0=
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import { RISK_CLASS_LIST } from '../../constants/responsibility';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class RiskClassPipe {
|
|
5
|
-
transform(value) {
|
|
6
|
-
if (!value)
|
|
7
|
-
return true;
|
|
8
|
-
return RISK_CLASS_LIST.includes(value?.toLowerCase());
|
|
9
|
-
}
|
|
10
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RiskClassPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
11
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RiskClassPipe, name: "riskClass" }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RiskClassPipe, decorators: [{
|
|
14
|
-
type: Pipe,
|
|
15
|
-
args: [{
|
|
16
|
-
name: 'riskClass',
|
|
17
|
-
}]
|
|
18
|
-
}] });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmlzay1jbGFzcy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdngtd29ya2Zsb3ctZW5naW5lL3NyYy9saWIvc2hhcmVkQ29tcG9uZW50cy9waXBlcy9yaXNrLWNsYXNzLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOztBQUtqRSxNQUFNLE9BQU8sYUFBYTtJQUN4QixTQUFTLENBQUMsS0FBYTtRQUNyQixJQUFHLENBQUMsS0FBSztZQUFFLE9BQU8sSUFBSSxDQUFDO1FBQ3ZCLE9BQU8sZUFBZSxDQUFDLFFBQVEsQ0FBQyxLQUFLLEVBQUUsV0FBVyxFQUFFLENBQUMsQ0FBQztJQUN4RCxDQUFDOytHQUpVLGFBQWE7NkdBQWIsYUFBYTs7NEZBQWIsYUFBYTtrQkFIekIsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsV0FBVztpQkFDbEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSSVNLX0NMQVNTX0xJU1QgfSBmcm9tICcuLi8uLi9jb25zdGFudHMvcmVzcG9uc2liaWxpdHknO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdyaXNrQ2xhc3MnLFxufSlcbmV4cG9ydCBjbGFzcyBSaXNrQ2xhc3NQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybSh2YWx1ZTogc3RyaW5nKTogYm9vbGVhbiB7XG4gICAgaWYoIXZhbHVlKSByZXR1cm4gdHJ1ZTtcbiAgICByZXR1cm4gUklTS19DTEFTU19MSVNULmluY2x1ZGVzKHZhbHVlPy50b0xvd2VyQ2FzZSgpKTtcbiAgfVxufVxuIl19
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export class BannerComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.icon = ''; // Default icon
|
|
7
|
-
this.isCenter = false;
|
|
8
|
-
}
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: BannerComponent, selector: "app-banner", inputs: { icon: "icon", bannerClass: "bannerClass", isCenter: "isCenter" }, ngImport: i0, template: `
|
|
11
|
-
<div
|
|
12
|
-
class="workflow-form-alert vx-d-flex vx-align-center vx-mb-2 vx-pl-4 vx-pr-4"
|
|
13
|
-
[ngClass]="bannerClass"
|
|
14
|
-
[class.banner-center]="isCenter"
|
|
15
|
-
>
|
|
16
|
-
<i *ngIf="icon" class="icons alert-icon vx-fs-16" [innerHTML]="icon"></i>
|
|
17
|
-
<div class="alert-value vx-fs-11 vx-lh-4">
|
|
18
|
-
<ng-content select="[banner]"></ng-content>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
`, isInline: true, styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";@import\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\";@import\"https://cdn.v-comply.com/design-system/css/text/text.css\";@import\"https://cdn.v-comply.com/design-system/css/color/color.css\";@import\"https://cdn.v-comply.com/design-system/css/width/width.css\";@import\"https://cdn.v-comply.com/design-system/css/display/display.css\";@import\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-top.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\";::ng-deep .workflow-form-alert{background:#fcf2cf;border-radius:.25rem;height:2.5rem}::ng-deep .workflow-form-alert .alert-icon{color:#000;margin-right:.625rem}::ng-deep .workflow-form-alert .alert-value{color:#000}::ng-deep .workflow-form-alert.banner-center{display:flex;align-items:center;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
22
|
-
}
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BannerComponent, decorators: [{
|
|
24
|
-
type: Component,
|
|
25
|
-
args: [{ selector: 'app-banner', template: `
|
|
26
|
-
<div
|
|
27
|
-
class="workflow-form-alert vx-d-flex vx-align-center vx-mb-2 vx-pl-4 vx-pr-4"
|
|
28
|
-
[ngClass]="bannerClass"
|
|
29
|
-
[class.banner-center]="isCenter"
|
|
30
|
-
>
|
|
31
|
-
<i *ngIf="icon" class="icons alert-icon vx-fs-16" [innerHTML]="icon"></i>
|
|
32
|
-
<div class="alert-value vx-fs-11 vx-lh-4">
|
|
33
|
-
<ng-content select="[banner]"></ng-content>
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
`, styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.css\";@import\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\";@import\"https://cdn.v-comply.com/design-system/css/text/text.css\";@import\"https://cdn.v-comply.com/design-system/css/color/color.css\";@import\"https://cdn.v-comply.com/design-system/css/width/width.css\";@import\"https://cdn.v-comply.com/design-system/css/display/display.css\";@import\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-top.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\";::ng-deep .workflow-form-alert{background:#fcf2cf;border-radius:.25rem;height:2.5rem}::ng-deep .workflow-form-alert .alert-icon{color:#000;margin-right:.625rem}::ng-deep .workflow-form-alert .alert-value{color:#000}::ng-deep .workflow-form-alert.banner-center{display:flex;align-items:center;justify-content:center}\n"] }]
|
|
37
|
-
}], propDecorators: { icon: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], bannerClass: [{
|
|
40
|
-
type: Input
|
|
41
|
-
}], isCenter: [{
|
|
42
|
-
type: Input
|
|
43
|
-
}] } });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFubmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3VpLWtpdC9iYW5uZXIvYmFubmVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBa0JqRCxNQUFNLE9BQU8sZUFBZTtJQWhCNUI7UUFpQlcsU0FBSSxHQUFXLFVBQVUsQ0FBQyxDQUFDLGVBQWU7UUFFMUMsYUFBUSxHQUFZLEtBQUssQ0FBQztLQUNwQzsrR0FKWSxlQUFlO21HQUFmLGVBQWUsOEhBZGhCOzs7Ozs7Ozs7OztHQVdUOzs0RkFHVSxlQUFlO2tCQWhCM0IsU0FBUzsrQkFDRSxZQUFZLFlBQ1o7Ozs7Ozs7Ozs7O0dBV1Q7OEJBSVEsSUFBSTtzQkFBWixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1iYW5uZXInLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXZcbiAgICAgIGNsYXNzPVwid29ya2Zsb3ctZm9ybS1hbGVydCB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LW1iLTIgdngtcGwtNCB2eC1wci00XCJcbiAgICAgIFtuZ0NsYXNzXT1cImJhbm5lckNsYXNzXCJcbiAgICAgIFtjbGFzcy5iYW5uZXItY2VudGVyXT1cImlzQ2VudGVyXCJcbiAgICA+XG4gICAgICA8aSAqbmdJZj1cImljb25cIiBjbGFzcz1cImljb25zIGFsZXJ0LWljb24gdngtZnMtMTZcIiBbaW5uZXJIVE1MXT1cImljb25cIj48L2k+XG4gICAgICA8ZGl2IGNsYXNzPVwiYWxlcnQtdmFsdWUgdngtZnMtMTEgdngtbGgtNFwiPlxuICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJbYmFubmVyXVwiPjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9iYW5uZXIuY29tcG9uZW50Lmxlc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFubmVyQ29tcG9uZW50IHtcbiAgQElucHV0KCkgaWNvbjogc3RyaW5nID0gJyYjeGU5MzE7JzsgLy8gRGVmYXVsdCBpY29uXG4gIEBJbnB1dCgpIGJhbm5lckNsYXNzPzogc3RyaW5nO1xuICBASW5wdXQoKSBpc0NlbnRlcjogYm9vbGVhbiA9IGZhbHNlO1xufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RiskClassPipe implements PipeTransform {
|
|
4
|
-
transform(value: string): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RiskClassPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RiskClassPipe, "riskClass", false>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class BannerComponent {
|
|
3
|
-
icon: string;
|
|
4
|
-
bannerClass?: string;
|
|
5
|
-
isCenter: boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BannerComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "app-banner", never, { "icon": { "alias": "icon"; "required": false; }; "bannerClass": { "alias": "bannerClass"; "required": false; }; "isCenter": { "alias": "isCenter"; "required": false; }; }, {}, never, ["[banner]"], false, never>;
|
|
8
|
-
}
|