vcomply-workflow-engine 3.4.2 → 3.4.4
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/esm2020/lib/sharedComponents/v-loader/loader/loader.component.mjs +14 -11
- package/esm2020/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.mjs +14 -11
- package/esm2020/lib/workflow/shared/components/grc-sub-category-listing/grc-sub-category-listing.component.mjs +2 -7
- package/esm2020/lib/workflow/shared/components/program-responsibility-listing/program-responsibility-listing.component.mjs +1 -2
- package/esm2020/lib/workflow/shared/workflow-pipes/unique-responsibilities.pipe.mjs +1 -1
- package/fesm2015/vcomply-workflow-engine.mjs +29 -25
- package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
- package/fesm2020/vcomply-workflow-engine.mjs +25 -25
- package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -4
- package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -4
- package/package.json +1 -1
|
@@ -16,8 +16,6 @@ import { VcomplyEditorModule } from '@vcomply/editor';
|
|
|
16
16
|
import * as i4 from 'ng2-date-picker';
|
|
17
17
|
import { DpDatePickerModule } from 'ng2-date-picker';
|
|
18
18
|
import { nanoid } from 'nanoid';
|
|
19
|
-
import * as i1$4 from 'ngx-lottie';
|
|
20
|
-
import { LottieModule } from 'ngx-lottie';
|
|
21
19
|
import moment from 'moment/moment';
|
|
22
20
|
import { cloneDeep as cloneDeep$1 } from 'lodash-es';
|
|
23
21
|
import * as i4$1 from 'ngx-material-timepicker';
|
|
@@ -27,6 +25,8 @@ import * as i3 from '@angular/router';
|
|
|
27
25
|
import { NavigationStart, NavigationEnd, NavigationError } from '@angular/router';
|
|
28
26
|
import cloneDeep$2 from 'lodash-es/cloneDeep';
|
|
29
27
|
import * as XLSX from 'xlsx';
|
|
28
|
+
import * as i1$4 from 'ngx-lottie';
|
|
29
|
+
import { LottieModule } from 'ngx-lottie';
|
|
30
30
|
import player from 'lottie-web';
|
|
31
31
|
|
|
32
32
|
class WorkflowEngineService {
|
|
@@ -4612,12 +4612,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
4612
4612
|
TooltipModule,
|
|
4613
4613
|
FloatingBarModule,
|
|
4614
4614
|
PaginationModule$1,
|
|
4615
|
-
], inputs: [
|
|
4616
|
-
'currentPage',
|
|
4617
|
-
'nameDisplayKey',
|
|
4618
|
-
// 'selectedCategoryIds',
|
|
4619
|
-
'activeProgram',
|
|
4620
|
-
], template: "<div class=\"grc-sub-category-listing\">\r\n <div class=\"top-heading vx-pl-2 vx-mb-2 vx-d-flex vx-align-center\">\r\n <div class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-2 vx-lh-4\">PROGRAM CATEGORIES</div>\r\n </div>\r\n <div class=\"grc-sub-category-listing-inner\">\r\n <div class=\"sub-category-table-body\" [class.with-pagination]=\"categories?.total_pages > 1\">\r\n <div class=\"sub-category-table-row\" [class.select]=\"activeCategoryId === category?.category_id\" [class.active]=\"false\" *ngFor=\"let category of categories?.data; let i = index\" (click)=\"onCategoryClick(category)\">\r\n <div class=\"sub-category-table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center serial\">\r\n <div class=\"sr-no\" [appTooltip]=\"categories?.items_from + i\" placement=\"bottom\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\">{{categories?.items_from + i}}</div>\r\n </div>\r\n <div class=\"sub-category-table-column vx-pr-1 vx-d-flex vx-align-center category-name\">\r\n <div class=\"vx-d-block vx-w-100\">\r\n <div class=\"value vx-fs-12 vx-label-txt\" [appTooltip]=\"category[nameDisplayKey]\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{category[nameDisplayKey]}}</div>\r\n <div class=\"within-part vx-d-flex vx-align-center vx-pr-3\">\r\n <div class=\"within-box vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3\">Within</div>\r\n <div class=\"within-value vx-fs-11 vx-paragraph-txt\" [appTooltip]=\"category?.category_name?.slice()?.reverse()?.join(' < ')\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\"><span *ngFor=\"let parent of category?.category_name?.slice()?.reverse(); let last = last\">{{parent}} \r\n <span *ngIf=\"!last\"> <\r\n </span>\r\n </span></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"sub-category-table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center action\">\r\n <i *ngIf=\"selectedCategoryIds?.includes(category?.category_id) || selectedCategoryIds?.includes(category?._id)\" class=\"icons grc-tick vx-fs-14\"></i>\r\n <button class=\"arrow-btn vx-fs-12 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <app-pagination *ngIf=\"categories?.total_pages > 1\" [start]=\"categories?.items_from\" [end]=\"categories?.items_to\" [total]=\"categories?.total_items\" [pageCount]=\"categories?.total_pages\" [currentPage]=\"currentPage\" (selectedPage)=\"changePage($event)\"></app-pagination>\r\n </div>\r\n</div>", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.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/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/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-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-right.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-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\";::-webkit-scrollbar{width:3px;height:3px;background-color:transparent;position:absolute}::-webkit-scrollbar-thumb{border-radius:3px;background-color:#dbdbdb;position:absolute}::ng-deep .grc-sub-category-listing .top-heading{border-left:1px solid transparent}::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox,::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox-indeterminate{width:1rem;height:1rem;position:relative}::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox .checkbox-item,::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox-indeterminate .checkbox-item{position:absolute;top:0;left:0;width:1rem;height:1rem}::ng-deep .grc-sub-category-listing-inner{border-radius:.25rem;border:1px solid #f1f1f1;height:calc(100vh - 19rem);overflow:hidden}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body{overflow:hidden;overflow-y:auto;height:calc(100vh - 19rem)}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body::-webkit-scrollbar-track{background-color:transparent}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row{border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;position:relative}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row:hover .sub-category-table-column.serial app-cs-checkbox,::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.active .sub-category-table-column.serial app-cs-checkbox{opacity:1}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select{background:#161b2f}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.serial .sr-no{background:#ffffff30;color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.category-name .value{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.category-name .within-part .within-value{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.action button.arrow-btn{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select.active .sub-category-table-column.serial .sr-no{background:transparent}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column{min-height:3rem;position:relative;width:100%}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial{width:2rem;max-width:2rem;justify-content:center}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial .sr-no{width:1rem;background:#f8f8f8;writing-mode:vertical-lr;color:#747576;font-size:.625rem;font-weight:500;display:flex;height:3rem;align-items:center;justify-content:center;position:relative;transition:all .2s ease-in-out}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox{background:#fff;border-radius:.125rem;position:absolute;top:1rem;left:.5rem;width:1rem;height:1rem;opacity:0;transition:all .2s ease-in-out}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item{position:absolute!important}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item .checkbox,::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item .checkmark{position:absolute;top:0}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.category-name{width:calc(100% - 3.5rem);min-width:calc(100% - 3.5rem)}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.category-name .value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action{width:1.5rem;max-width:1.5rem;justify-content:center;position:relative}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action button.arrow-btn{background:transparent;border-radius:0;border:none;width:100%;height:100%}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action .grc-tick{color:#34aa44;position:absolute;top:17px;left:-16px}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body.with-pagination{height:calc(100vh - 21.5rem)}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds{background:#fff;border-radius:0;box-shadow:0 -10px 20px #1e5dd31a;padding:.5rem;justify-content:unset}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .right{order:1}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .right .goto-page{display:none!important}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .left{order:2;font-size:11px!important;color:#747576!important;text-transform:capitalize!important;margin-left:.75rem}\n"] }]
|
|
4615
|
+
], inputs: ['currentPage', 'nameDisplayKey', 'activeProgram'], template: "<div class=\"grc-sub-category-listing\">\r\n <div class=\"top-heading vx-pl-2 vx-mb-2 vx-d-flex vx-align-center\">\r\n <div class=\"vx-fs-11 vx-fw-500 vx-label-txt vx-tt-uppercase vx-ml-2 vx-lh-4\">PROGRAM CATEGORIES</div>\r\n </div>\r\n <div class=\"grc-sub-category-listing-inner\">\r\n <div class=\"sub-category-table-body\" [class.with-pagination]=\"categories?.total_pages > 1\">\r\n <div class=\"sub-category-table-row\" [class.select]=\"activeCategoryId === category?.category_id\" [class.active]=\"false\" *ngFor=\"let category of categories?.data; let i = index\" (click)=\"onCategoryClick(category)\">\r\n <div class=\"sub-category-table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center serial\">\r\n <div class=\"sr-no\" [appTooltip]=\"categories?.items_from + i\" placement=\"bottom\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\">{{categories?.items_from + i}}</div>\r\n </div>\r\n <div class=\"sub-category-table-column vx-pr-1 vx-d-flex vx-align-center category-name\">\r\n <div class=\"vx-d-block vx-w-100\">\r\n <div class=\"value vx-fs-12 vx-label-txt\" [appTooltip]=\"category[nameDisplayKey]\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\">{{category[nameDisplayKey]}}</div>\r\n <div class=\"within-part vx-d-flex vx-align-center vx-pr-3\">\r\n <div class=\"within-box vx-fs-9 vx-fw-600 vx-tt-uppercase vx-pl-1 vx-pr-1 vx-mr-2 vx-lh-3\">Within</div>\r\n <div class=\"within-value vx-fs-11 vx-paragraph-txt\" [appTooltip]=\"category?.category_name?.slice()?.reverse()?.join(' < ')\" placement=\"bottom-left\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"false\"><span *ngFor=\"let parent of category?.category_name?.slice()?.reverse(); let last = last\">{{parent}} \r\n <span *ngIf=\"!last\"> <\r\n </span>\r\n </span></div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"sub-category-table-column vx-pl-1 vx-pr-1 vx-d-flex vx-align-center action\">\r\n <i *ngIf=\"selectedCategoryIds?.includes(category?.category_id) || selectedCategoryIds?.includes(category?._id)\" class=\"icons grc-tick vx-fs-14\"></i>\r\n <button class=\"arrow-btn vx-fs-12 vx-paragraph-txt vx-p-0 vx-m-0 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <app-pagination *ngIf=\"categories?.total_pages > 1\" [start]=\"categories?.items_from\" [end]=\"categories?.items_to\" [total]=\"categories?.total_items\" [pageCount]=\"categories?.total_pages\" [currentPage]=\"currentPage\" (selectedPage)=\"changePage($event)\"></app-pagination>\r\n </div>\r\n</div>", styles: ["@import\"https://cdn.v-comply.com/design-system/css/icons/icons.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/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/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-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\";@import\"https://cdn.v-comply.com/design-system/css/margin/margin-right.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-bottom.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\";@import\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\";::-webkit-scrollbar{width:3px;height:3px;background-color:transparent;position:absolute}::-webkit-scrollbar-thumb{border-radius:3px;background-color:#dbdbdb;position:absolute}::ng-deep .grc-sub-category-listing .top-heading{border-left:1px solid transparent}::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox,::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox-indeterminate{width:1rem;height:1rem;position:relative}::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox .checkbox-item,::ng-deep .grc-sub-category-listing .top-heading app-cs-checkbox-indeterminate .checkbox-item{position:absolute;top:0;left:0;width:1rem;height:1rem}::ng-deep .grc-sub-category-listing-inner{border-radius:.25rem;border:1px solid #f1f1f1;height:calc(100vh - 19rem);overflow:hidden}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body{overflow:hidden;overflow-y:auto;height:calc(100vh - 19rem)}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body::-webkit-scrollbar-track{background-color:transparent}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row{border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;position:relative}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row:hover .sub-category-table-column.serial app-cs-checkbox,::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.active .sub-category-table-column.serial app-cs-checkbox{opacity:1}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select{background:#161b2f}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.serial .sr-no{background:#ffffff30;color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.category-name .value{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.category-name .within-part .within-value{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select .sub-category-table-column.action button.arrow-btn{color:#fff}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row.select.active .sub-category-table-column.serial .sr-no{background:transparent}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column{min-height:3rem;position:relative;width:100%}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial{width:2rem;max-width:2rem;justify-content:center}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial .sr-no{width:1rem;background:#f8f8f8;writing-mode:vertical-lr;color:#747576;font-size:.625rem;font-weight:500;display:flex;height:3rem;align-items:center;justify-content:center;position:relative;transition:all .2s ease-in-out}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox{background:#fff;border-radius:.125rem;position:absolute;top:1rem;left:.5rem;width:1rem;height:1rem;opacity:0;transition:all .2s ease-in-out}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item{position:absolute!important}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item .checkbox,::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.serial app-cs-checkbox .checkbox-item .checkmark{position:absolute;top:0}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.category-name{width:calc(100% - 3.5rem);min-width:calc(100% - 3.5rem)}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.category-name .value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action{width:1.5rem;max-width:1.5rem;justify-content:center;position:relative}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action button.arrow-btn{background:transparent;border-radius:0;border:none;width:100%;height:100%}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body .sub-category-table-row .sub-category-table-column.action .grc-tick{color:#34aa44;position:absolute;top:17px;left:-16px}::ng-deep .grc-sub-category-listing-inner .sub-category-table-body.with-pagination{height:calc(100vh - 21.5rem)}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds{background:#fff;border-radius:0;box-shadow:0 -10px 20px #1e5dd31a;padding:.5rem;justify-content:unset}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .right{order:1}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .right .goto-page{display:none!important}::ng-deep .grc-sub-category-listing-inner app-pagination .wk-pagination-sec-ds .left{order:2;font-size:11px!important;color:#747576!important;text-transform:capitalize!important;margin-left:.75rem}\n"] }]
|
|
4621
4616
|
}], ctorParameters: function () { return []; }, propDecorators: { getActiveProgramSelectedCategoryIds: [{
|
|
4622
4617
|
type: Input,
|
|
4623
4618
|
args: ['selectedCategoryIds']
|
|
@@ -4980,7 +4975,6 @@ class ProgramResponsibilityListingComponent {
|
|
|
4980
4975
|
getSelectedProgramIds(selectedData) {
|
|
4981
4976
|
this.selectedProgramIds = [];
|
|
4982
4977
|
selectedData?.forEach((selected) => {
|
|
4983
|
-
// this.selectedCategoryIds = selected?.category || [];
|
|
4984
4978
|
this.selectedProgramIds.push(selected?.program?.programId);
|
|
4985
4979
|
});
|
|
4986
4980
|
}
|
|
@@ -6209,19 +6203,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
6209
6203
|
}] } });
|
|
6210
6204
|
|
|
6211
6205
|
class LoaderInlineComponent {
|
|
6212
|
-
constructor() {
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
}
|
|
6206
|
+
constructor(config) {
|
|
6207
|
+
if (config) {
|
|
6208
|
+
this.env = config.envConfig;
|
|
6209
|
+
}
|
|
6210
|
+
this.vLoader = this.env.vLoader;
|
|
6216
6211
|
}
|
|
6217
6212
|
ngOnInit() { }
|
|
6218
6213
|
}
|
|
6219
|
-
LoaderInlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderInlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6220
|
-
LoaderInlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: LoaderInlineComponent, selector: "app-loader-inline", ngImport: i0, template: "<div class=\"inline-loader\">\r\n <
|
|
6214
|
+
LoaderInlineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderInlineComponent, deps: [{ token: Configurations, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6215
|
+
LoaderInlineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: LoaderInlineComponent, selector: "app-loader-inline", ngImport: i0, template: "<div class=\"inline-loader\">\r\n <img src=\"{{vLoader}}\" alt=\"\" />\r\n <div class=\"loader-index\">\r\n <div class=\"loader-index-circle\"></div>\r\n </div>\r\n</div>", styles: [".inline-loader{display:flex;overflow:hidden;align-items:center;justify-content:center;text-align:center;position:absolute;background:transparent;z-index:9;inset:0}.inline-loader img{width:45px;position:relative;z-index:2}.inline-loader .loader-index{width:100%;height:100%;position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.inline-loader .loader-index-circle{background:#fff;width:65px;height:65px;border-radius:50%;border:4px solid transparent;border-top-color:#dbdbdb;animation:1.5s spin infinite linear}@keyframes spin{to{transform:rotate(360deg)}}\n"] });
|
|
6221
6216
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderInlineComponent, decorators: [{
|
|
6222
6217
|
type: Component,
|
|
6223
|
-
args: [{ selector: 'app-loader-inline', template: "<div class=\"inline-loader\">\r\n <
|
|
6224
|
-
}], ctorParameters: function () { return [
|
|
6218
|
+
args: [{ selector: 'app-loader-inline', template: "<div class=\"inline-loader\">\r\n <img src=\"{{vLoader}}\" alt=\"\" />\r\n <div class=\"loader-index\">\r\n <div class=\"loader-index-circle\"></div>\r\n </div>\r\n</div>", styles: [".inline-loader{display:flex;overflow:hidden;align-items:center;justify-content:center;text-align:center;position:absolute;background:transparent;z-index:9;inset:0}.inline-loader img{width:45px;position:relative;z-index:2}.inline-loader .loader-index{width:100%;height:100%;position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.inline-loader .loader-index-circle{background:#fff;width:65px;height:65px;border-radius:50%;border:4px solid transparent;border-top-color:#dbdbdb;animation:1.5s spin infinite linear}@keyframes spin{to{transform:rotate(360deg)}}\n"] }]
|
|
6219
|
+
}], ctorParameters: function () { return [{ type: Configurations, decorators: [{
|
|
6220
|
+
type: Optional
|
|
6221
|
+
}] }]; } });
|
|
6225
6222
|
|
|
6226
6223
|
class GrcObjectContainerComponent {
|
|
6227
6224
|
constructor(grcService, apiService, authService, uiKitService) {
|
|
@@ -22511,19 +22508,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
22511
22508
|
}] } });
|
|
22512
22509
|
|
|
22513
22510
|
class LoaderComponent$1 {
|
|
22514
|
-
constructor() {
|
|
22515
|
-
|
|
22516
|
-
|
|
22517
|
-
}
|
|
22511
|
+
constructor(config) {
|
|
22512
|
+
if (config) {
|
|
22513
|
+
this.env = config.envConfig;
|
|
22514
|
+
}
|
|
22515
|
+
this.vLoader = this.env.vLoader;
|
|
22518
22516
|
}
|
|
22519
22517
|
ngOnInit() { }
|
|
22520
22518
|
}
|
|
22521
|
-
LoaderComponent$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderComponent$1, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
22522
|
-
LoaderComponent$1.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: LoaderComponent$1, selector: "app-loader", ngImport: i0, template: "<div class=\"main-loader\">\r\n <
|
|
22519
|
+
LoaderComponent$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderComponent$1, deps: [{ token: Configurations, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
22520
|
+
LoaderComponent$1.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: LoaderComponent$1, selector: "app-loader", ngImport: i0, template: "<div class=\"main-loader\">\r\n <img src=\"{{vLoader}}\" alt=\"\" />\r\n <div class=\"loader-index\">\r\n <div class=\"loader-index-circle\"></div>\r\n </div>\r\n</div>", styles: [".main-loader{display:flex;overflow:hidden;align-items:center;justify-content:center;text-align:center;position:fixed;background:transparent;z-index:99;inset:0}.main-loader img{width:45px;position:relative;z-index:2}.main-loader .loader-index{width:100%;height:100%;position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.main-loader .loader-index-circle{background:#fff;width:65px;height:65px;border-radius:50%;border:4px solid transparent;border-top-color:#dbdbdb;animation:1.5s spin infinite linear}@keyframes spin{to{transform:rotate(360deg)}}\n"] });
|
|
22523
22521
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LoaderComponent$1, decorators: [{
|
|
22524
22522
|
type: Component,
|
|
22525
|
-
args: [{ selector: 'app-loader', template: "<div class=\"main-loader\">\r\n <
|
|
22526
|
-
}], ctorParameters: function () { return [
|
|
22523
|
+
args: [{ selector: 'app-loader', template: "<div class=\"main-loader\">\r\n <img src=\"{{vLoader}}\" alt=\"\" />\r\n <div class=\"loader-index\">\r\n <div class=\"loader-index-circle\"></div>\r\n </div>\r\n</div>", styles: [".main-loader{display:flex;overflow:hidden;align-items:center;justify-content:center;text-align:center;position:fixed;background:transparent;z-index:99;inset:0}.main-loader img{width:45px;position:relative;z-index:2}.main-loader .loader-index{width:100%;height:100%;position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center}.main-loader .loader-index-circle{background:#fff;width:65px;height:65px;border-radius:50%;border:4px solid transparent;border-top-color:#dbdbdb;animation:1.5s spin infinite linear}@keyframes spin{to{transform:rotate(360deg)}}\n"] }]
|
|
22524
|
+
}], ctorParameters: function () { return [{ type: Configurations, decorators: [{
|
|
22525
|
+
type: Optional
|
|
22526
|
+
}] }]; } });
|
|
22527
22527
|
|
|
22528
22528
|
class ProgramListingComponent {
|
|
22529
22529
|
constructor(responsibilityService) {
|