vcomply-workflow-engine 2.1.8 → 2.1.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.
Files changed (49) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +476 -230
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/more-option/more-option.component.js +23 -12
  4. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +128 -0
  5. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +124 -0
  6. package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +1 -0
  7. package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
  8. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +115 -22
  9. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +200 -138
  10. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
  11. package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +2 -2
  12. package/esm2015/lib/workflow-engine.module.js +3 -1
  13. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  14. package/esm2015/lib/workflow-policy/workflow-policy.component.js +2 -2
  15. package/esm2015/lib/workflow-policy/workflow-policy.component.ngfactory.js +2 -2
  16. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.js +2 -2
  17. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.js +1 -1
  18. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +2 -2
  19. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.js +1 -1
  20. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.js +2 -2
  21. package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.js +1 -1
  22. package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +2 -2
  23. package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +1 -1
  24. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +2 -2
  25. package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +1 -1
  26. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +1 -1
  27. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +1 -1
  28. package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +1 -1
  29. package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +1 -1
  30. package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +1 -1
  31. package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +1 -1
  32. package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +1 -1
  33. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +2 -2
  34. package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +1 -1
  35. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +2 -2
  36. package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +1 -1
  37. package/esm2015/lib/workflow-services/responsibility.service.js +17 -5
  38. package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
  39. package/esm2015/vcomply-workflow-engine.js +190 -189
  40. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  41. package/fesm2015/vcomply-workflow-engine.js +288 -47
  42. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  43. package/lib/sharedComponents/program-listing/program-listing.component.d.ts +42 -0
  44. package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +1 -0
  45. package/lib/workflow-compliance/workflow-compliance.component.d.ts +10 -3
  46. package/lib/workflow-services/responsibility.service.d.ts +5 -3
  47. package/package.json +1 -1
  48. package/vcomply-workflow-engine.d.ts +189 -188
  49. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -0,0 +1,124 @@
1
+ /**
2
+ * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
+ *
4
+ * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
+ * tslint:disable
6
+ */
7
+ import * as i0 from "./program-listing.component.less.shim.ngstyle";
8
+ import * as i1 from "@angular/core";
9
+ import * as i2 from "../../ui-kit/pagination/pagination/pagination.component.ngfactory";
10
+ import * as i3 from "../../ui-kit/pagination/pagination/pagination.component";
11
+ import * as i4 from "../no-data/no-data.component.ngfactory";
12
+ import * as i5 from "../no-data/no-data.component";
13
+ import * as i6 from "../../ui-kit/tooltip/tooltip.directive";
14
+ import * as i7 from "../../formgroup/cs-checkbox/cs-checkbox.component.ngfactory";
15
+ import * as i8 from "../../formgroup/cs-checkbox/cs-checkbox.component";
16
+ import * as i9 from "@angular/common";
17
+ import * as i10 from "../../formgroup/cs-radio/cs-radio.component.ngfactory";
18
+ import * as i11 from "../../formgroup/cs-radio/cs-radio.component";
19
+ import * as i12 from "../v-loader/loader/loader.component.ngfactory";
20
+ import * as i13 from "../v-loader/loader/loader.component";
21
+ import * as i14 from "../floating-bar/floating-bar.component.ngfactory";
22
+ import * as i15 from "../floating-bar/floating-bar.component";
23
+ import * as i16 from "./program-listing.component";
24
+ import * as i17 from "../../workflow-services/responsibility.service";
25
+ var styles_ProgramListingComponent = [i0.styles];
26
+ var RenderType_ProgramListingComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ProgramListingComponent, data: {} });
27
+ export { RenderType_ProgramListingComponent as RenderType_ProgramListingComponent };
28
+ function View_ProgramListingComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-pagination", [], null, [[null, "selectedPage"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("selectedPage" === en)) {
29
+ var pd_0 = (_co.changeProgramsPage($event) !== false);
30
+ ad = (pd_0 && ad);
31
+ } return ad; }, i2.View_PaginationComponent_0, i2.RenderType_PaginationComponent)), i1.ɵdid(1, 638976, null, 0, i3.PaginationComponent, [], { pageCount: [0, "pageCount"], start: [1, "start"], end: [2, "end"], total: [3, "total"], currentPage: [4, "currentPage"] }, { selectedPage: "selectedPage" })], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.programData.totalPages; var currVal_1 = _co.programData.from; var currVal_2 = _co.programData.to; var currVal_3 = _co.programData.totalRecords; var currVal_4 = _co.programData.currentPage; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4); }, null); }
32
+ function View_ProgramListingComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-no-data", [], null, null, null, i4.View_NoDataComponent_0, i4.RenderType_NoDataComponent)), i1.ɵdid(1, 114688, null, 0, i5.NoDataComponent, [], { noDataImage: [0, "noDataImage"], noDataText: [1, "noDataText"] }, null)], function (_ck, _v) { var currVal_0 = "https://cdn.v-comply.com/libraries/workflow-engine/assets/workflow/search-data.svg"; var currVal_1 = "No Data Found"; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
33
+ function View_ProgramListingComponent_4(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE970"]))], null, null); }
34
+ function View_ProgramListingComponent_5(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9E8"]))], null, null); }
35
+ function View_ProgramListingComponent_7(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 12, "div", [["class", "table-row"]], [[2, "disabled", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 5, "div", [["class", "table-column serial"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 2, "div", [["class", "sr-no"], ["delay", "0"], ["placement", "bottom"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
36
+ var pd_0 = (i1.ɵnov(_v, 3).onMouseEnter() !== false);
37
+ ad = (pd_0 && ad);
38
+ } if (("mouseover" === en)) {
39
+ var pd_1 = (i1.ɵnov(_v, 3).onMouseOver() !== false);
40
+ ad = (pd_1 && ad);
41
+ } if (("mouseleave" === en)) {
42
+ var pd_2 = (i1.ɵnov(_v, 3).onMouseLeave() !== false);
43
+ ad = (pd_2 && ad);
44
+ } if (("mouseout" === en)) {
45
+ var pd_3 = (i1.ɵnov(_v, 3).onMouseOut() !== false);
46
+ ad = (pd_3 && ad);
47
+ } if (("click" === en)) {
48
+ var pd_4 = (i1.ɵnov(_v, 3).onClick() !== false);
49
+ ad = (pd_4 && ad);
50
+ } return ad; }, null, null)), i1.ɵdid(3, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(4, null, ["", ""])), (_l()(), i1.ɵeld(5, 0, null, null, 1, "app-cs-checkbox", [], null, [[null, "ngValueChange"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("ngValueChange" === en)) {
51
+ var pd_0 = (_co.selectCategory($event, _co.activeTab, _v.context.$implicit) !== false);
52
+ ad = (pd_0 && ad);
53
+ } return ad; }, i7.View_CsCheckboxComponent_0, i7.RenderType_CsCheckboxComponent)), i1.ɵdid(6, 114688, null, 0, i8.CsCheckboxComponent, [], { ngValue: [0, "ngValue"] }, { ngValueChange: "ngValueChange" }), (_l()(), i1.ɵeld(7, 0, null, null, 4, "div", [["class", "table-column name"]], null, null, null, null, null)), (_l()(), i1.ɵeld(8, 0, null, null, 3, "div", [["class", "name-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 2, "div", [["class", "value"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
54
+ var pd_0 = (i1.ɵnov(_v, 10).onMouseEnter() !== false);
55
+ ad = (pd_0 && ad);
56
+ } if (("mouseover" === en)) {
57
+ var pd_1 = (i1.ɵnov(_v, 10).onMouseOver() !== false);
58
+ ad = (pd_1 && ad);
59
+ } if (("mouseleave" === en)) {
60
+ var pd_2 = (i1.ɵnov(_v, 10).onMouseLeave() !== false);
61
+ ad = (pd_2 && ad);
62
+ } if (("mouseout" === en)) {
63
+ var pd_3 = (i1.ɵnov(_v, 10).onMouseOut() !== false);
64
+ ad = (pd_3 && ad);
65
+ } if (("click" === en)) {
66
+ var pd_4 = (i1.ɵnov(_v, 10).onClick() !== false);
67
+ ad = (pd_4 && ad);
68
+ } return ad; }, null, null)), i1.ɵdid(10, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(11, null, ["", ""])), (_l()(), i1.ɵeld(12, 0, null, null, 0, "div", [["class", "table-column action"]], null, null, null, null, null))], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_v.context.index + 1); var currVal_2 = "bottom"; var currVal_3 = "black"; var currVal_4 = true; _ck(_v, 3, 0, currVal_1, currVal_2, currVal_3, currVal_4); var currVal_6 = _co.selectedIds.includes(_v.context.$implicit.category_id); _ck(_v, 6, 0, currVal_6); var currVal_7 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.item_name); var currVal_8 = "bottom-left"; var currVal_9 = "black"; var currVal_10 = false; _ck(_v, 10, 0, currVal_7, currVal_8, currVal_9, currVal_10); }, function (_ck, _v) { var currVal_0 = false; _ck(_v, 0, 0, currVal_0); var currVal_5 = (_v.context.index + 1); _ck(_v, 4, 0, currVal_5); var currVal_11 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.name); _ck(_v, 11, 0, currVal_11); }); }
69
+ function View_ProgramListingComponent_6(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "div", [["class", "sub-list"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_7)), i1.ɵdid(2, 278528, null, 0, i9.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.categoryList; _ck(_v, 2, 0, currVal_0); }, null); }
70
+ function View_ProgramListingComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 21, "div", [["class", "program-listing-item"]], [[2, "active", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 18, "div", [["class", "table-row main-list"]], [[2, "active", null], [2, "disabled", null]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
71
+ var pd_0 = (_co.clickSubList() !== false);
72
+ ad = (pd_0 && ad);
73
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 5, "div", [["class", "table-column serial"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [["class", "sr-no"], ["delay", "0"], ["placement", "bottom"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
74
+ var pd_0 = (i1.ɵnov(_v, 4).onMouseEnter() !== false);
75
+ ad = (pd_0 && ad);
76
+ } if (("mouseover" === en)) {
77
+ var pd_1 = (i1.ɵnov(_v, 4).onMouseOver() !== false);
78
+ ad = (pd_1 && ad);
79
+ } if (("mouseleave" === en)) {
80
+ var pd_2 = (i1.ɵnov(_v, 4).onMouseLeave() !== false);
81
+ ad = (pd_2 && ad);
82
+ } if (("mouseout" === en)) {
83
+ var pd_3 = (i1.ɵnov(_v, 4).onMouseOut() !== false);
84
+ ad = (pd_3 && ad);
85
+ } if (("click" === en)) {
86
+ var pd_4 = (i1.ɵnov(_v, 4).onClick() !== false);
87
+ ad = (pd_4 && ad);
88
+ } return ad; }, null, null)), i1.ɵdid(4, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(5, null, ["", ""])), (_l()(), i1.ɵeld(6, 0, null, null, 1, "app-cs-radio", [], null, [[null, "checkedEvent"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("checkedEvent" === en)) {
89
+ var pd_0 = (_co.selectProgram($event, _v.context.$implicit) !== false);
90
+ ad = (pd_0 && ad);
91
+ } return ad; }, i10.View_CsRadioComponent_0, i10.RenderType_CsRadioComponent)), i1.ɵdid(7, 114688, null, 0, i11.CsRadioComponent, [], { checked: [0, "checked"] }, { checkedEvent: "checkedEvent" }), (_l()(), i1.ɵeld(8, 0, null, null, 5, "div", [["class", "table-column name"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
92
+ var pd_0 = (_co.selectProgram(true, _v.context.$implicit) !== false);
93
+ ad = (pd_0 && ad);
94
+ } return ad; }, null, null)), (_l()(), i1.ɵeld(9, 0, null, null, 4, "div", [["class", "name-inner"]], null, null, null, null, null)), (_l()(), i1.ɵeld(10, 0, null, null, 3, "div", [["class", "name-with-count"]], null, null, null, null, null)), (_l()(), i1.ɵeld(11, 0, null, null, 2, "div", [["class", "value"], ["delay", "0"], ["placement", "bottom-left"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
95
+ var pd_0 = (i1.ɵnov(_v, 12).onMouseEnter() !== false);
96
+ ad = (pd_0 && ad);
97
+ } if (("mouseover" === en)) {
98
+ var pd_1 = (i1.ɵnov(_v, 12).onMouseOver() !== false);
99
+ ad = (pd_1 && ad);
100
+ } if (("mouseleave" === en)) {
101
+ var pd_2 = (i1.ɵnov(_v, 12).onMouseLeave() !== false);
102
+ ad = (pd_2 && ad);
103
+ } if (("mouseout" === en)) {
104
+ var pd_3 = (i1.ɵnov(_v, 12).onMouseOut() !== false);
105
+ ad = (pd_3 && ad);
106
+ } if (("click" === en)) {
107
+ var pd_4 = (i1.ɵnov(_v, 12).onClick() !== false);
108
+ ad = (pd_4 && ad);
109
+ } return ad; }, null, null)), i1.ɵdid(12, 81920, null, 0, i6.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵted(13, null, ["", ""])), (_l()(), i1.ɵeld(14, 0, null, null, 5, "div", [["class", "table-column action"]], null, null, null, null, null)), (_l()(), i1.ɵeld(15, 0, null, null, 4, "button", [["class", "arrow"]], [[2, "disabled", null], [8, "disabled", 0]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_4)), i1.ɵdid(17, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_5)), i1.ɵdid(19, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_6)), i1.ɵdid(21, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_3 = (_v.context.index + _co.programData.from); var currVal_4 = "bottom"; var currVal_5 = "black"; var currVal_6 = true; _ck(_v, 4, 0, currVal_3, currVal_4, currVal_5, currVal_6); var currVal_8 = (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id)); _ck(_v, 7, 0, currVal_8); var currVal_9 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.item_name); var currVal_10 = "bottom-left"; var currVal_11 = "black"; var currVal_12 = false; _ck(_v, 12, 0, currVal_9, currVal_10, currVal_11, currVal_12); var currVal_16 = !_co.showCategories; _ck(_v, 17, 0, currVal_16); var currVal_17 = _co.showCategories; _ck(_v, 19, 0, currVal_17); var currVal_18 = (_co.showCategories && (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id))); _ck(_v, 21, 0, currVal_18); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.showCategories && (((_co.currentProgram == null) ? null : _co.currentProgram._id) == ((_v.context.$implicit == null) ? null : _v.context.$implicit._id))); _ck(_v, 0, 0, currVal_0); var currVal_1 = false; var currVal_2 = false; _ck(_v, 1, 0, currVal_1, currVal_2); var currVal_7 = (_v.context.index + _co.programData.from); _ck(_v, 5, 0, currVal_7); var currVal_13 = ((_v.context.$implicit == null) ? null : _v.context.$implicit.name); _ck(_v, 13, 0, currVal_13); var currVal_14 = false; var currVal_15 = false; _ck(_v, 15, 0, currVal_14, currVal_15); }); }
110
+ function View_ProgramListingComponent_8(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-loader", [], null, null, null, i12.View_LoaderComponent_0, i12.RenderType_LoaderComponent)), i1.ɵdid(1, 114688, null, 0, i13.LoaderComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
111
+ export function View_ProgramListingComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 20, "div", [["class", "program-listing"]], [[2, "animate", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "div", [["class", "program-listing-head"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "h3", [["class", "program-listing-title"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["Select a Program"])), (_l()(), i1.ɵeld(4, 0, null, null, 11, "div", [["class", "program-listing-body"]], null, null, null, null, null)), (_l()(), i1.ɵeld(5, 0, null, null, 3, "div", [["class", "search-block"]], null, null, null, null, null)), (_l()(), i1.ɵeld(6, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE90B"])), (_l()(), i1.ɵeld(8, 0, null, null, 0, "input", [["placeholder", "Search Programs"], ["type", "text"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_1)), i1.ɵdid(10, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵeld(11, 0, null, null, 4, "div", [["class", "program-listing-part"]], [[2, "with-category-list", null]], null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_2)), i1.ɵdid(13, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_3)), i1.ɵdid(15, 278528, null, 0, i9.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(16, 0, null, null, 2, "app-floating-bar", [], null, [[null, "closeEvent"], [null, "deleteEvent"], [null, "closeList"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("closeEvent" === en)) {
112
+ var pd_0 = (_co.save() !== false);
113
+ ad = (pd_0 && ad);
114
+ } if (("deleteEvent" === en)) {
115
+ var pd_1 = (_co.deleteEvent($event) !== false);
116
+ ad = (pd_1 && ad);
117
+ } if (("closeList" === en)) {
118
+ var pd_2 = (_co.close() !== false);
119
+ ad = (pd_2 && ad);
120
+ } return ad; }, i14.View_FloatingBarComponent_0, i14.RenderType_FloatingBarComponent)), i1.ɵdid(17, 638976, null, 0, i15.FloatingBarComponent, [], { selectedData: [0, "selectedData"], displayElementKey: [1, "displayElementKey"], singularText: [2, "singularText"], pluralText: [3, "pluralText"] }, { closeEvent: "closeEvent", deleteEvent: "deleteEvent", closeList: "closeList" }), i1.ɵpad(18, 1), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_ProgramListingComponent_8)), i1.ɵdid(20, 16384, null, 0, i9.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.programData.totalPages > 1); _ck(_v, 10, 0, currVal_1); var currVal_3 = false; _ck(_v, 13, 0, currVal_3); var currVal_4 = _co.programData.data; _ck(_v, 15, 0, currVal_4); var currVal_5 = (((_co.currentProgram == null) ? null : _co.currentProgram.category_id) ? _ck(_v, 18, 0, _co.currentProgram) : i1.ɵEMPTY_ARRAY); var currVal_6 = "name"; var currVal_7 = "Program selected"; var currVal_8 = "Programs selected"; _ck(_v, 17, 0, currVal_5, currVal_6, currVal_7, currVal_8); var currVal_9 = _co.loader; _ck(_v, 20, 0, currVal_9); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.animation; _ck(_v, 0, 0, currVal_0); var currVal_2 = _co.showCategories; _ck(_v, 11, 0, currVal_2); }); }
121
+ export function View_ProgramListingComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "app-program-listing", [], null, null, null, View_ProgramListingComponent_0, RenderType_ProgramListingComponent)), i1.ɵdid(1, 114688, null, 0, i16.ProgramListingComponent, [i17.ResponsibilityService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
122
+ var ProgramListingComponentNgFactory = i1.ɵccf("app-program-listing", i16.ProgramListingComponent, View_ProgramListingComponent_Host_0, { programsList: "programsList", selectedProgram: "selectedProgram", selectedCategories: "selectedCategories" }, { saveSelectedProgram: "saveSelectedProgram", closeEvent: "closeEvent" }, []);
123
+ export { ProgramListingComponentNgFactory as ProgramListingComponentNgFactory };
124
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3JhbS1saXN0aW5nLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi9zaGFyZWRDb21wb25lbnRzL3Byb2dyYW0tbGlzdGluZy9wcm9ncmFtLWxpc3RpbmcuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3NoYXJlZENvbXBvbmVudHMvcHJvZ3JhbS1saXN0aW5nL3Byb2dyYW0tbGlzdGluZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7a0VDVVEsa0pBQWtSLFlBQTdEOzt3QkFBMkM7TUFBaFEscVNBQWtSLG1EQUExSSxtQkFBb0MseUJBQXpILG1CQUEwQixtQkFBQyxtQkFBc0IsaUJBQUMsbUJBQWtDLDJCQUFzQyxtQkFBdUMsMEJBQXBOLFlBQWtSLEVBQTFJLFNBQW9DLEVBQXpILFNBQTBCLEVBQUMsU0FBc0IsRUFBQyxTQUFrQyxFQUFzQyxTQUF1QztrRUFFaE4sa1FBQTZLLHlCQUFsSixvR0FBb0csRUFBQywrQkFBOEIsRUFBOUosWUFBNkssRUFBbEosU0FBb0csRUFBQyxTQUE4QjtrRUE0QjFJLDRGQUFxRCxLQUFaLG1DQUFRO2tFQUNqRCw0RkFBb0QsS0FBWixtQ0FBUTtrRUFLeEQsc0hBbUJNLEtBbEJGLDRHQUlNLEtBSEY7Ozs7Ozs7Ozs7Ozs7Ozt1UEFBdUgsSUFBYixnQ0FBTyxNQUNqSCxvSkFDOEUsWUFBOUU7O3dCQUEyRDtNQUQzRCx1TUFDOEUsTUFFbEYsMEdBV00sS0FWRixtR0FTTSxLQVJGOzs7Ozs7Ozs7Ozs7Ozs7d1BBQXdKLElBQXhCLGlDQUFrQixNQVUxSiw2R0FBdUMsa0RBaEJoQixxQ0FBa0IsR0FBQyx3QkFBa0IsRUFB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RDRCLFNBQTJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiPGRpdiBjbGFzcz1cInByb2dyYW0tbGlzdGluZ1wiIFtjbGFzcy5hbmltYXRlXT1cImFuaW1hdGlvblwiPlxyXG4gICAgPGRpdiBjbGFzcz1cInByb2dyYW0tbGlzdGluZy1oZWFkXCI+XHJcbiAgICAgICAgPGgzIGNsYXNzPVwicHJvZ3JhbS1saXN0aW5nLXRpdGxlXCI+U2VsZWN0IGEgUHJvZ3JhbTwvaDM+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctYm9keVwiPlxyXG5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VhcmNoLWJsb2NrXCI+XHJcbiAgICAgICAgICAgIDxpIGNsYXNzPVwiaWNvbnNcIj4mI3hlOTBiOzwvaT5cclxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCIgcGxhY2Vob2xkZXI9XCJTZWFyY2ggUHJvZ3JhbXNcIiAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxhcHAtcGFnaW5hdGlvbiAqbmdJZj1cInByb2dyYW1EYXRhLnRvdGFsUGFnZXMgPiAxXCIgW3N0YXJ0XT1cInByb2dyYW1EYXRhLmZyb21cIiBbZW5kXT1cInByb2dyYW1EYXRhLnRvXCIgW3RvdGFsXT1cInByb2dyYW1EYXRhLnRvdGFsUmVjb3Jkc1wiIFtwYWdlQ291bnRdPVwicHJvZ3JhbURhdGEudG90YWxQYWdlc1wiIFtjdXJyZW50UGFnZV09XCJwcm9ncmFtRGF0YS5jdXJyZW50UGFnZVwiIChzZWxlY3RlZFBhZ2UpPVwiY2hhbmdlUHJvZ3JhbXNQYWdlKCRldmVudClcIj48L2FwcC1wYWdpbmF0aW9uPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctcGFydFwiIFtjbGFzcy53aXRoLWNhdGVnb3J5LWxpc3RdPVwic2hvd0NhdGVnb3JpZXNcIj5cclxuICAgICAgICAgICAgPGFwcC1uby1kYXRhICpuZ0lmPVwiZmFsc2VcIiBbbm9EYXRhSW1hZ2VdPVwiJ2h0dHBzOi8vY2RuLnYtY29tcGx5LmNvbS9saWJyYXJpZXMvd29ya2Zsb3ctZW5naW5lL2Fzc2V0cy93b3JrZmxvdy9zZWFyY2gtZGF0YS5zdmcnXCIgW25vRGF0YVRleHRdPVwiJ05vIERhdGEgRm91bmQnXCI+PC9hcHAtbm8tZGF0YT5cclxuICBcclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwcm9ncmFtLWxpc3RpbmctaXRlbVwiIFtjbGFzcy5hY3RpdmVdPVwic2hvd0NhdGVnb3JpZXMgJiYgY3VycmVudFByb2dyYW0/Ll9pZCA9PSBwcm9ncmFtPy5faWRcIiAqbmdGb3I9XCJsZXQgcHJvZ3JhbSBvZiBwcm9ncmFtRGF0YS5kYXRhO2xldCBpID0gaW5kZXhcIiA+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvdyBtYWluLWxpc3RcIiBcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cImZhbHNlXCJcclxuICAgICAgICAgICAgICAgICAgIFxyXG4gICAgICAgICAgICAgICAgICAgIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiIChjbGljayk9XCJjbGlja1N1Ykxpc3QoKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIHNlcmlhbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzci1ub1wiIFthcHBUb29sdGlwXT1cImkrcHJvZ3JhbURhdGEuZnJvbVwiIHBsYWNlbWVudD1cImJvdHRvbVwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIj57e2krcHJvZ3JhbURhdGEuZnJvbX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGFwcC1jcy1yYWRpbyBbY2hlY2tlZF09IFwiY3VycmVudFByb2dyYW0/Ll9pZCA9PSBwcm9ncmFtPy5faWRcIiAoY2hlY2tlZEV2ZW50KT1cInNlbGVjdFByb2dyYW0oJGV2ZW50LHByb2dyYW0pXCI+PC9hcHAtY3MtcmFkaW8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8YXBwLWNzLWNoZWNrYm94IFtuZ1ZhbHVlXT1cInNlbGVjdGVkSWRzLmluY2x1ZGVzKGNhdGVnb3J5LmNhdGVnb3J5X2lkKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG5nVmFsdWVDaGFuZ2UpPVwic2VsZWN0Q2F0ZWdvcnkoJGV2ZW50LGFjdGl2ZVRhYixjYXRlZ29yeSlcIj48L2FwcC1jcy1jaGVja2JveD4gLS0+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiBuYW1lXCIgKGNsaWNrKT1cInNlbGVjdFByb2dyYW0odHJ1ZSxwcm9ncmFtKVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUtaW5uZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibmFtZS13aXRoLWNvdW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ2YWx1ZVwiIFthcHBUb29sdGlwXT1cInByb2dyYW0/Lml0ZW1fbmFtZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e3Byb2dyYW0/Lm5hbWV9fTwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxzcGFuIGNsYXNzPVwiY291bnRcIj41PC9zcGFuPiAtLT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJ3aXRoaW4tcGFydFwiICpuZ0lmPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cIndpdGhpbi1ib3hcIj5XaXRoaW48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidmFsdWVcIiBbYXBwVG9vbHRpcF09XCInU291dGggQWZyaWNhID4gQW1lcmljYSA+IEluZGlhJ1wiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj5Tb3V0aCBBZnJpY2EgPiBBbWVyaWNhID4gSW5kaWE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIGFjdGlvblwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiBjbGFzcz1cImFycm93XCIgW2NsYXNzLmRpc2FibGVkXT1cImZhbHNlXCIgW2Rpc2FibGVkXT1cImZhbHNlXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCIhc2hvd0NhdGVnb3JpZXNcIiBjbGFzcz1cImljb25zXCI+JiN4ZTk3MDs8L2k+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGkgKm5nSWY9XCJzaG93Q2F0ZWdvcmllc1wiIGNsYXNzPVwiaWNvbnNcIj4mI3hlOWU4OzwvaT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwic3ViLWxpc3RcIiAqbmdJZj1cInNob3dDYXRlZ29yaWVzICYmIChjdXJyZW50UHJvZ3JhbT8uX2lkID09IHByb2dyYW0/Ll9pZClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLXJvd1wiIFtjbGFzcy5kaXNhYmxlZF09XCJmYWxzZVwiICpuZ0Zvcj1cImxldCBjYXRlZ29yeSBvZiBjYXRlZ29yeUxpc3Q7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0YWJsZS1jb2x1bW4gc2VyaWFsXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNyLW5vXCIgW2FwcFRvb2x0aXBdPVwiaSsxXCIgcGxhY2VtZW50PVwiYm90dG9tXCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPnt7aSsxfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8YXBwLWNzLWNoZWNrYm94IFtuZ1ZhbHVlXT1cInNlbGVjdGVkSWRzLmluY2x1ZGVzKGNhdGVnb3J5LmNhdGVnb3J5X2lkKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKG5nVmFsdWVDaGFuZ2UpPVwic2VsZWN0Q2F0ZWdvcnkoJGV2ZW50LGFjdGl2ZVRhYixjYXRlZ29yeSlcIj48L2FwcC1jcy1jaGVja2JveD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYmxlLWNvbHVtbiBuYW1lXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm5hbWUtaW5uZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwiY2F0ZWdvcnk/Lml0ZW1fbmFtZVwiIHBsYWNlbWVudD1cImJvdHRvbS1sZWZ0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwiZmFsc2VcIj57e2NhdGVnb3J5Py5uYW1lfX08L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPCEtLSA8ZGl2IGNsYXNzPVwibmFtZS13aXRoLWNvdW50XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwicHJvZ3JhbT8uaXRlbV9uYW1lXCIgcGxhY2VtZW50PVwiYm90dG9tLWxlZnRcIiBkZWxheT1cIjBcIiB0eXBlPVwiYmxhY2tcIiBbdG9vbHRpcE1hbmRhdG9yeV09XCJmYWxzZVwiPnt7cHJvZ3JhbT8ubmFtZX19PC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj4gLS0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8IS0tIDxkaXYgY2xhc3M9XCJ3aXRoaW4tcGFydFwiICpuZ0lmPVwidHJ1ZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwid2l0aGluLWJveFwiPldpdGhpbjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInZhbHVlXCIgW2FwcFRvb2x0aXBdPVwiJ1NvdXRoIEFmcmljYSA+IEFtZXJpY2EgPiBJbmRpYSdcIiBwbGFjZW1lbnQ9XCJib3R0b20tbGVmdFwiIGRlbGF5PVwiMFwiIHR5cGU9XCJibGFja1wiIFt0b29sdGlwTWFuZGF0b3J5XT1cImZhbHNlXCI+U291dGggQWZyaWNhID4gQW1lcmljYSA+IEluZGlhPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+IC0tPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGFibGUtY29sdW1uIGFjdGlvblwiPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPGFwcC1mbG9hdGluZy1iYXIgW3NlbGVjdGVkRGF0YV09XCIoY3VycmVudFByb2dyYW0/LmNhdGVnb3J5X2lkKT9bY3VycmVudFByb2dyYW1dOltdXCIgW2Rpc3BsYXlFbGVtZW50S2V5XT1cIiduYW1lJ1wiXHJcbiAgW3Npbmd1bGFyVGV4dF09XCInUHJvZ3JhbSBzZWxlY3RlZCdcIiBbcGx1cmFsVGV4dF09XCInUHJvZ3JhbXMgc2VsZWN0ZWQnXCJcclxuICAoY2xvc2VFdmVudCk9XCJzYXZlKClcIiAoZGVsZXRlRXZlbnQpPVwiZGVsZXRlRXZlbnQoJGV2ZW50KVwiIChjbG9zZUxpc3QpPVwiY2xvc2UoKVwiPlxyXG48L2FwcC1mbG9hdGluZy1iYXI+XHJcblxyXG5cclxuICA8YXBwLWxvYWRlciAqbmdJZj1cImxvYWRlclwiPjwvYXBwLWxvYWRlcj5cclxuICAgIDwhLS0gPGFwcC1mbG9hdGluZy1iYXI+PC9hcHAtZmxvYXRpbmctYmFyPiAtLT5cclxuPC9kaXY+Il19
@@ -0,0 +1 @@
1
+ {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"programsList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"selectedProgram":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"selectedCategories":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"saveSelectedProgram":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"closeEvent":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":3,"members":[]}]}],"ngOnInit":[{"__symbolic":"method"}],"clickSubList":[{"__symbolic":"method"}],"selectProgram":[{"__symbolic":"method"}],"changeProgramsPage":[{"__symbolic":"method"}],"getProgramsList":[{"__symbolic":"method"}],"getCategoriesList":[{"__symbolic":"method"}],"saveProgram":[{"__symbolic":"method"}],"cancel":[{"__symbolic":"method"}],"selectCategory":[{"__symbolic":"method"}],"close":[{"__symbolic":"method"}],"save":[{"__symbolic":"method"}],"deleteEvent":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[0]},"isComponent":true,"selector":"app-program-listing","exportAs":null,"inputs":{"programsList":"programsList","selectedProgram":"selectedProgram","selectedCategories":"selectedCategories"},"outputs":{"saveSelectedProgram":"saveSelectedProgram","closeEvent":"closeEvent"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ProgramListingComponent","filePath":"./program-listing.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"Output","filePath":"@angular/core"},{"__symbol":3,"name":"ResponsibilityService","filePath":"../../workflow-services/responsibility.service"},{"__symbol":4,"name":"View_ProgramListingComponent_0","filePath":"./program-listing.component.ngfactory"},{"__symbol":5,"name":"RenderType_ProgramListingComponent","filePath":"./program-listing.component.ngfactory"},{"__symbol":6,"name":"ProgramListingComponentNgFactory","filePath":"./program-listing.component.ngfactory"}]}
@@ -92,7 +92,7 @@ PaginationComponent.decorators = [
92
92
  { type: Component, args: [{
93
93
  selector: 'app-pagination',
94
94
  template: "<div class=\"wk-pagination-sec-ds vx-d-flex vx-align-center \" [class.right-align]=\"false\">\r\n <div class=\"left vx-label-txt vx-fw-400 vx-tt-uppercase vx-lh-7\">\r\n SHOWING {{start}} - {{end}} OF {{total}} RECORDS\r\n <div class=\"pagination-box\" *ngIf=\"false\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0 vx-p-0\">\r\n <li class=\"vx-d-flex\"><button class=\"vx-d-inline-flex vx-align-center vx-justify-center vx-label-txt vx-fw-400 vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0\" [class.active]=\"true\">All</button></li>\r\n <li class=\"vx-d-flex\">\r\n <button class=\"vx-d-inline-flex vx-align-center vx-justify-center vx-label-txt vx-fw-400 vx-tt-uppercase vx-pl-2 vx-pr-2 vx-m-0\" [class.active]=\"false\">A</button>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <div class=\"right vx-d-flex vx-align-center\">\r\n <div class=\"pagination-box\">\r\n <ul class=\"vx-d-flex vx-align-center vx-m-0 vx-p-0\">\r\n <li class=\"vx-d-flex vx-mr-1\">\r\n <button class=\"vx-m-0\" [disabled]=\"currentPage === 1\" [class.disabled]=\"currentPage === 1\" (click)=\"increaseOrDecrease(-1)\" >\r\n <i class=\"icons\">&#xe96b;</i>\r\n </button>\r\n </li>\r\n\r\n <li class=\"vx-d-flex\" *ngFor=\"let page of pageArray; let i = index\">\r\n <button class=\"vx-label-txt vx-fw-400 vx-pl-1 vx-pr-1 vx-d-inline-flex vx-align-center vx-justify-center vx-m-0 vx-ml-1\"\r\n [disabled]=\"page === currentPage\" (click)=\"goToPageArrayGenerate(page,true)\" [class.active]=\"page === currentPage\" >\r\n {{page}}\r\n </button>\r\n </li>\r\n \r\n\r\n <li class=\"vx-d-flex vx-ml-2\">\r\n <button class=\"vx-m-0\" (click)=\"increaseOrDecrease(1)\" [class.disabled]=\"currentPage === pageCount\">\r\n <i class=\"icons\">&#xe970;</i>\r\n </button>\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n <div class=\"goto-page vx-d-flex vx-align-center vx-ml-2\">\r\n <div class=\"goto-page-text vx-label-txt vx-tt-uppercase vx-d-block vx-pl-2 vx-pr-2\">GO TO</div>\r\n <div class=\"goto-page-input\">\r\n <input [class.invalid]=\"(isInvalidInput && !enterPageNumber) || pageCount < enterPageNumber\"\r\n type=\"number\"\r\n placeholder=\"Page No.\"\r\n [(ngModel)]=\"enterPageNumber\"\r\n type=\"number\"\r\n placeholder=\"Page No.\"\r\n (keyup)=\"onEnterPress($event)\"\r\n onkeydown=\"if(event.key==='.'){event.preventDefault();}\" oninput=\"event.target.value = event.target.value.replace(/[^0-9]*/g,'');\" type=\"text\" type=\"number\" placeholder=\"Page No.\" />\r\n <button (click)=\"onEnterPress({ key: 'enter' })\" >\r\n <img src=\"https://cdn.v-comply.com/libraries/workflow-engine/assets/workflow/enter-icon.svg\" alt=\"\" />\r\n </button>\r\n </div>\r\n <div class=\"goto-page-text vx-label-txt vx-tt-uppercase vx-d-block vx-pl-2 vx-pr-2\">OF {{ pageCount }}</div>\r\n </div>\r\n </div>\r\n</div>\r\n",
95
- styles: ["@import url(\"https://cdn.v-comply.com/design-system/css/icons/icons.css\");@import url(\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.css\");@import url(\"https://cdn.v-comply.com/design-system/css/display/display.css\");@import url(\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\");.wk-pagination-sec-ds{border-radius:2px 2px 0 0;justify-content:space-between;padding:8px 0}.wk-pagination-sec-ds.right-align{justify-content:flex-end}.wk-pagination-sec-ds .left{font-size:12px;width:auto}.wk-pagination-sec-ds .left .pagination-box ul li{font-size:11px;list-style:none}.wk-pagination-sec-ds .left .pagination-box ul li:first-of-type{margin-right:4px}.wk-pagination-sec-ds .left .pagination-box ul li+li{margin-left:16px}.wk-pagination-sec-ds .left .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:20px;min-width:20px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .left .pagination-box ul li button.active,.wk-pagination-sec-ds .left .pagination-box ul li button:hover{border-color:#1e5dd3;background:#1e5dd3;color:#fff}.wk-pagination-sec-ds .left .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important}.wk-pagination-sec-ds .left .pagination-box ul li button i{font-size:8px;width:13px;height:13px;line-height:13px}.wk-pagination-sec-ds .right{width:auto}.wk-pagination-sec-ds .right .pagination-box ul li{list-style:none}.wk-pagination-sec-ds .right .pagination-box ul li:first-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li:last-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:24px;min-width:24px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .right .pagination-box ul li button.active,.wk-pagination-sec-ds .right .pagination-box ul li button:hover{border-color:#1e5dd3;color:#4681ef}.wk-pagination-sec-ds .right .pagination-box ul li button i{font-size:10px}.wk-pagination-sec-ds .right .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important;border:1px solid #bcbcbc}.wk-pagination-sec-ds .right .pagination-box ul li button.disable{pointer-events:none}.wk-pagination-sec-ds .right .goto-page{background:#fff;border:1px solid #bcbcbc;border-radius:2px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-text{border-right:1px solid #bcbcbc;font-size:11px;height:23px;line-height:23px}.wk-pagination-sec-ds .right .goto-page .goto-page-text:last-of-type{border-right:none;border-left:1px solid #bcbcbc}.wk-pagination-sec-ds .right .goto-page .goto-page-input{position:relative}.wk-pagination-sec-ds .right .goto-page .goto-page-input input{-moz-appearance:textfield;background:transparent;border:none;color:#161b2f;font-size:11px;text-transform:uppercase;padding:0 25px 0 5px;width:95px;height:23px;position:relative;top:-1px}.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-inner-spin-button,.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-outer-spin-button{-webkit-appearance:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input:focus{outline:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input.invalid{border:1px solid #d93b41;position:relative;top:-1px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-input button{background:transparent;border:none;position:absolute;right:3px;top:7px;cursor:pointer;padding:0;height:12px;width:19px;line-height:22px;display:flex;align-items:center;justify-content:center}.wk-pagination-sec-ds .right .goto-page .goto-page-input button img{width:12px;height:12px}"]
95
+ styles: ["@import url(\"https://cdn.v-comply.com/design-system/css/icons/icons.css\");@import url(\"https://cdn.v-comply.com/design-system/css/mixin/mixin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/text/text.css\");@import url(\"https://cdn.v-comply.com/design-system/css/color/color.css\");@import url(\"https://cdn.v-comply.com/design-system/css/display/display.css\");@import url(\"https://cdn.v-comply.com/design-system/css/alignment/alignment.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-top.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-right.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-bottom.css\");@import url(\"https://cdn.v-comply.com/design-system/css/padding/padding-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-left.css\");@import url(\"https://cdn.v-comply.com/design-system/css/margin/margin-right.css\");.wk-pagination-sec-ds{border-radius:2px 2px 0 0;justify-content:space-between;padding:8px 0}.wk-pagination-sec-ds.right-align{justify-content:flex-end}.wk-pagination-sec-ds .left{font-size:12px;width:auto}.wk-pagination-sec-ds .left .pagination-box ul li{font-size:11px;list-style:none}.wk-pagination-sec-ds .left .pagination-box ul li:first-of-type{margin-right:4px}.wk-pagination-sec-ds .left .pagination-box ul li+li{margin-left:16px}.wk-pagination-sec-ds .left .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:20px;min-width:20px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .left .pagination-box ul li button.active,.wk-pagination-sec-ds .left .pagination-box ul li button:hover{border-color:#1e5dd3;background:#1e5dd3;color:#fff}.wk-pagination-sec-ds .left .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important}.wk-pagination-sec-ds .left .pagination-box ul li button i{font-size:8px;width:13px;height:13px;line-height:13px}.wk-pagination-sec-ds .right{width:auto}.wk-pagination-sec-ds .right .pagination-box ul li{list-style:none}.wk-pagination-sec-ds .right .pagination-box ul li:first-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:first-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li:last-child{height:24px}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button{color:#4681ef;position:relative}.wk-pagination-sec-ds .right .pagination-box ul li:last-child button.disabled{color:#bcbcbc!important}.wk-pagination-sec-ds .right .pagination-box ul li button{border:1px solid #bcbcbc;background:#fff;border-radius:2px;font-size:11px;height:24px;min-width:24px;outline:none;cursor:pointer;line-height:12px}.wk-pagination-sec-ds .right .pagination-box ul li button.active,.wk-pagination-sec-ds .right .pagination-box ul li button:hover{border-color:#1e5dd3;color:#4681ef}.wk-pagination-sec-ds .right .pagination-box ul li button i{font-size:10px}.wk-pagination-sec-ds .right .pagination-box ul li button.disabled{filter:grayscale(100%);pointer-events:none;opacity:1;color:unset!important;border:1px solid #bcbcbc}.wk-pagination-sec-ds .right .pagination-box ul li button.disable{pointer-events:none}.wk-pagination-sec-ds .right .goto-page{background:#fff;border:1px solid #bcbcbc;border-radius:2px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-text{border-right:1px solid #bcbcbc;font-size:11px;height:23px;line-height:23px}.wk-pagination-sec-ds .right .goto-page .goto-page-text:last-of-type{border-right:none;border-left:1px solid #bcbcbc}.wk-pagination-sec-ds .right .goto-page .goto-page-input{position:relative}.wk-pagination-sec-ds .right .goto-page .goto-page-input input{-moz-appearance:textfield;background:transparent;border:none;color:#161b2f;font-size:11px;text-transform:uppercase;padding:0 25px 0 5px;width:95px;height:23px;position:relative;top:-1px}.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-inner-spin-button,.wk-pagination-sec-ds .right .goto-page .goto-page-input input::-webkit-outer-spin-button{-webkit-appearance:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input:focus{outline:none}.wk-pagination-sec-ds .right .goto-page .goto-page-input input.invalid{border:1px solid #d93b41;position:relative;top:-1px;height:25px}.wk-pagination-sec-ds .right .goto-page .goto-page-input button{background:transparent;border:none;position:absolute;right:3px;top:7px;cursor:pointer;padding:0;height:18px;width:19px;line-height:22px;display:flex;align-items:center;justify-content:center}.wk-pagination-sec-ds .right .goto-page .goto-page-input button img{width:12px;height:12px}"]
96
96
  },] }
97
97
  ];
98
98
  PaginationComponent.ctorParameters = () => [];