vcomply-workflow-engine 0.1.7 → 0.2.0

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 (196) hide show
  1. package/bundles/vcomply-workflow-engine.umd.js +136 -104
  2. package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
  3. package/esm2015/lib/log-an-issue/log-an-issue.component.js +25 -22
  4. package/esm2015/lib/log-an-issue/log-an-issue.component.ngfactory.js +2 -2
  5. package/esm2015/lib/pipes/uncategorized-filter.pipe.js +17 -0
  6. package/esm2015/lib/pipes/uncategorized-filter.pipe.ngsummary.json +1 -0
  7. package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.js +3 -3
  8. package/esm2015/lib/sharedComponents/radio-list-with-pagination/radio-list.component.ngfactory.js +22 -6
  9. package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +7 -3
  10. package/esm2015/lib/workflow-assessment/workflow-assessment.component.ngfactory.js +47 -45
  11. package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
  12. package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +2 -2
  13. package/esm2015/lib/workflow-engine.module.js +4 -2
  14. package/esm2015/lib/workflow-engine.module.ngfactory.js +1 -1
  15. package/esm2015/vcomply-workflow-engine.js +55 -54
  16. package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
  17. package/fesm2015/vcomply-workflow-engine.js +52 -28
  18. package/fesm2015/vcomply-workflow-engine.js.map +1 -1
  19. package/lib/add-multiple-responsibility/add-multiple-responsibility.component.d.ts +5 -0
  20. package/lib/add-multiple-risk/add-multiple-risk.component.d.ts +5 -0
  21. package/lib/confirmation-alert/confirmation-alert.component.d.ts +5 -0
  22. package/lib/create-documents/create-documents.component.d.ts +5 -0
  23. package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +5 -0
  24. package/lib/formgroup/cs-radio/cs-radio.component.d.ts +5 -0
  25. package/lib/formgroup/cs-radio-group/cs-radio-group.component.d.ts +5 -0
  26. package/lib/formgroup/cs-select/cs-select.component.d.ts +5 -0
  27. package/lib/formgroup/cs-switch/cs-switch.component.d.ts +5 -0
  28. package/lib/formgroup/formgroup.module.d.ts +14 -0
  29. package/lib/formgroup/pipes/pascal.pipe.d.ts +5 -0
  30. package/lib/formgroup/select/cs-option/cs-option.component.d.ts +5 -0
  31. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.__ivy_ngcc_bak +15 -0
  32. package/lib/formgroup/select/cs-option/cs-option.component.d.ts.map +1 -0
  33. package/lib/formgroup/select/cs-select/cs-select.component.d.ts +5 -0
  34. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.__ivy_ngcc_bak +34 -0
  35. package/lib/formgroup/select/cs-select/cs-select.component.d.ts.map +1 -0
  36. package/lib/formgroup/select/select.module.d.ts +11 -0
  37. package/lib/formgroup/select/select.service.d.ts +4 -0
  38. package/lib/log-an-issue/log-an-issue.component.d.ts +6 -0
  39. package/lib/more-option/more-option.component.d.ts +5 -0
  40. package/lib/pipes/data-type.pipe.d.ts +5 -0
  41. package/lib/pipes/list-mapper.pipe.d.ts +5 -0
  42. package/lib/pipes/search.pipe.d.ts +5 -0
  43. package/lib/pipes/space-breaker.pipe.d.ts +5 -0
  44. package/lib/pipes/uncategorized-filter.pipe.d.ts +9 -0
  45. package/lib/pipes/user-filter.pipe.d.ts +5 -0
  46. package/lib/sharedComponents/assessment-list/assessment-list-loader/assessment-list-loader.component.d.ts +5 -0
  47. package/lib/sharedComponents/assessment-list/assessment-list-sub-loader/assessment-list-sub-loader.component.d.ts +5 -0
  48. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +5 -0
  49. package/lib/sharedComponents/assessment-list/service/assessment.service.d.ts +4 -0
  50. package/lib/sharedComponents/assessment-preview/assessment-preview.module.d.ts +24 -0
  51. package/lib/sharedComponents/assessment-preview/checkbox-question/checkbox-question.component.d.ts +5 -0
  52. package/lib/sharedComponents/assessment-preview/date-time/date-time.component.d.ts +5 -0
  53. package/lib/sharedComponents/assessment-preview/device/device.component.d.ts +5 -0
  54. package/lib/sharedComponents/assessment-preview/file-upload/file-upload.component.d.ts +5 -0
  55. package/lib/sharedComponents/assessment-preview/page-header/page-header.component.d.ts +5 -0
  56. package/lib/sharedComponents/assessment-preview/preview/preview.component.d.ts +5 -0
  57. package/lib/sharedComponents/assessment-preview/preview-container/preview-container.component.d.ts +5 -0
  58. package/lib/sharedComponents/assessment-preview/quick-settings/quick-settings.component.d.ts +5 -0
  59. package/lib/sharedComponents/assessment-preview/radio-question/radio-question.component.d.ts +5 -0
  60. package/lib/sharedComponents/assessment-preview/select-question/select-question.component.d.ts +5 -0
  61. package/lib/sharedComponents/assessment-preview/single-textbox/single-textbox.component.d.ts +5 -0
  62. package/lib/sharedComponents/assessment-preview/welcome/welcome.component.d.ts +5 -0
  63. package/lib/sharedComponents/audit-category-list/audit-category-list.component.d.ts +5 -0
  64. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +5 -0
  65. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +5 -0
  66. package/lib/sharedComponents/category-list/category-list.component.d.ts +5 -0
  67. package/lib/sharedComponents/category-multiselect/category-multi-select.component.d.ts +5 -0
  68. package/lib/sharedComponents/checkbox-list/checkbox-list.component.d.ts +5 -0
  69. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts +5 -0
  70. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.__ivy_ngcc_bak +35 -0
  71. package/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.d.ts.map +1 -0
  72. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts +5 -0
  73. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.__ivy_ngcc_bak +8 -0
  74. package/lib/sharedComponents/checkpoint/checkpoints-list/checkpoints-list.component.d.ts.map +1 -0
  75. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts +5 -0
  76. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.__ivy_ngcc_bak +38 -0
  77. package/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.d.ts.map +1 -0
  78. package/lib/sharedComponents/checkpoint-floating-bar/checkpoint-floating-bar.component.d.ts +5 -0
  79. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.d.ts +5 -0
  80. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-list/checkpoints-policy-list.component.d.ts +5 -0
  81. package/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.d.ts +5 -0
  82. package/lib/sharedComponents/directive/autofocus.directive.d.ts +5 -0
  83. package/lib/sharedComponents/directive/conditional-focus.directive.d.ts +5 -0
  84. package/lib/sharedComponents/directive/drag-drop.directive.d.ts +5 -0
  85. package/lib/sharedComponents/directive/scroll-in-view.directive.d.ts +5 -0
  86. package/lib/sharedComponents/document-section/document-section.component.d.ts +5 -0
  87. package/lib/sharedComponents/floating-bar/floating-bar.component.d.ts +5 -0
  88. package/lib/sharedComponents/format-and-evidence/format-and-evidence.component.d.ts +5 -0
  89. package/lib/sharedComponents/framework-list/framework-list.component.d.ts +5 -0
  90. package/lib/sharedComponents/framework-list/parent-table/parent-table.component.d.ts +5 -0
  91. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts +5 -0
  92. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.__ivy_ngcc_bak +37 -0
  93. package/lib/sharedComponents/frequency/frequency-annual/frequency-annual.component.d.ts.map +1 -0
  94. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts +5 -0
  95. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.__ivy_ngcc_bak +35 -0
  96. package/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.d.ts.map +1 -0
  97. package/lib/sharedComponents/frequency/frequency-checkbox-list/frequency-checkbox-list.component.d.ts +5 -0
  98. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts +5 -0
  99. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.__ivy_ngcc_bak +29 -0
  100. package/lib/sharedComponents/frequency/frequency-container/frequency-container.component.d.ts.map +1 -0
  101. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts +5 -0
  102. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.__ivy_ngcc_bak +30 -0
  103. package/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.d.ts.map +1 -0
  104. package/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.d.ts +5 -0
  105. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +5 -0
  106. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts +5 -0
  107. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.__ivy_ngcc_bak +33 -0
  108. package/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.d.ts.map +1 -0
  109. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts +5 -0
  110. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.__ivy_ngcc_bak +29 -0
  111. package/lib/sharedComponents/frequency/frequency-on-completion-of/frequency-on-completion-of.component.d.ts.map +1 -0
  112. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts +5 -0
  113. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.__ivy_ngcc_bak +32 -0
  114. package/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.d.ts.map +1 -0
  115. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +5 -0
  116. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.__ivy_ngcc_bak +19 -0
  117. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts.map +1 -0
  118. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts +5 -0
  119. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.__ivy_ngcc_bak +32 -0
  120. package/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.d.ts.map +1 -0
  121. package/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.d.ts +5 -0
  122. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts +5 -0
  123. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.__ivy_ngcc_bak +59 -0
  124. package/lib/sharedComponents/frequency/frequency-random/frequency-random.component.d.ts.map +1 -0
  125. package/lib/sharedComponents/frequency/frequency-top/frequency-top.component.d.ts +5 -0
  126. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts +5 -0
  127. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.__ivy_ngcc_bak +32 -0
  128. package/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.d.ts.map +1 -0
  129. package/lib/sharedComponents/frequency/frequency.service.d.ts +4 -0
  130. package/lib/sharedComponents/group-users-list/group-users-list.component.d.ts +5 -0
  131. package/lib/sharedComponents/list-loader/list-loader.component.d.ts +5 -0
  132. package/lib/sharedComponents/no-data/no-data.component.d.ts +5 -0
  133. package/lib/sharedComponents/no-data/no-data.module.d.ts +8 -0
  134. package/lib/sharedComponents/owner-list/owner-list.component.d.ts +5 -0
  135. package/lib/sharedComponents/pipes/array-filter.pipe.d.ts +5 -0
  136. package/lib/sharedComponents/pipes/filterPipe.d.ts +5 -0
  137. package/lib/sharedComponents/pipes/short-merge.pipe.d.ts +5 -0
  138. package/lib/sharedComponents/pipes/within-data.pipe.d.ts +5 -0
  139. package/lib/sharedComponents/radio-list/radio-list.component.d.ts +5 -0
  140. package/lib/sharedComponents/radio-list-with-pagination/link-treatment-loader/link-treatment-loader.component.d.ts +5 -0
  141. package/lib/sharedComponents/radio-list-with-pagination/radio-list.component.d.ts +5 -0
  142. package/lib/sharedComponents/responsibility-centers-list/responsibility-centers-list.component.d.ts +5 -0
  143. package/lib/sharedComponents/responsibility-risk-selector/responsibility-risk-selector.component.d.ts +5 -0
  144. package/lib/sharedComponents/review-frequency/review-frequency.component.d.ts +5 -0
  145. package/lib/sharedComponents/risk-classification/risk-classification.component.d.ts +5 -0
  146. package/lib/sharedComponents/users-radio-list/users-radio-list.component.d.ts +5 -0
  147. package/lib/sharedComponents/v-loader/loader/loader.component.d.ts +5 -0
  148. package/lib/sharedComponents/v-loader/loader-inline/loader-inline.component.d.ts +5 -0
  149. package/lib/sharedComponents/v-loader/v-loader.module.d.ts +9 -0
  150. package/lib/ui-kit/click-outside/click-outside.directive.d.ts +5 -0
  151. package/lib/ui-kit/click-outside/click-outside.module.d.ts +8 -0
  152. package/lib/ui-kit/format-html.pipe.d.ts +5 -0
  153. package/lib/ui-kit/line-loader/line-loader.component.d.ts +5 -0
  154. package/lib/ui-kit/line-loader/line-loader.module.d.ts +8 -0
  155. package/lib/ui-kit/pagination/pagination/pagination.component.d.ts +5 -0
  156. package/lib/ui-kit/pagination/pagination.module.d.ts +9 -0
  157. package/lib/ui-kit/popover/popover-event.directive.d.ts +5 -0
  158. package/lib/ui-kit/popover/popover-longpress.directive.d.ts +5 -0
  159. package/lib/ui-kit/popover/popover.component.d.ts +5 -0
  160. package/lib/ui-kit/popover/popover.directive.d.ts +5 -0
  161. package/lib/ui-kit/popover/popover.module.d.ts +11 -0
  162. package/lib/ui-kit/popover/popover.service.d.ts +4 -0
  163. package/lib/ui-kit/popover-hover/popover-hover.component.d.ts +5 -0
  164. package/lib/ui-kit/popover-hover/popover-hover.directive.d.ts +5 -0
  165. package/lib/ui-kit/popover-hover/popover-hover.module.d.ts +9 -0
  166. package/lib/ui-kit/popover-hover/popover-hover.service.d.ts +4 -0
  167. package/lib/ui-kit/smiley-dialog/smiley-dialog.component.d.ts +5 -0
  168. package/lib/ui-kit/smiley-dialog/smiley-dialog.module.d.ts +8 -0
  169. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.component.d.ts +5 -0
  170. package/lib/ui-kit/smiley-dialog-inline/smiley-dialog-inline.module.d.ts +8 -0
  171. package/lib/ui-kit/snack-bar/snack-bar.component.d.ts +5 -0
  172. package/lib/ui-kit/snack-bar/snack-bar.module.d.ts +8 -0
  173. package/lib/ui-kit/snack-bar/snack-bar.service.d.ts +4 -0
  174. package/lib/ui-kit/tooltip/tooltip.directive.d.ts +5 -0
  175. package/lib/ui-kit/tooltip/tooltip.module.d.ts +8 -0
  176. package/lib/workflow-assessment/workflow-assessment.component.d.ts +5 -0
  177. package/lib/workflow-compliance/workflow-compliance.component.d.ts +5 -0
  178. package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +5 -0
  179. package/lib/workflow-engine.module.d.ts +102 -0
  180. package/lib/workflow-engine.service.d.ts +4 -0
  181. package/lib/workflow-pagination/workflow-pagination.component.d.ts +5 -0
  182. package/lib/workflow-policy/workflow-policy.component.d.ts +5 -0
  183. package/lib/workflow-risk/workflow-risk.component.d.ts +5 -0
  184. package/lib/workflow-services/add-risk.service.d.ts +4 -0
  185. package/lib/workflow-services/assessment.service.d.ts +4 -0
  186. package/lib/workflow-services/auth.service.d.ts +4 -0
  187. package/lib/workflow-services/frequency.service.d.ts +4 -0
  188. package/lib/workflow-services/log-issue.service.d.ts +4 -0
  189. package/lib/workflow-services/policy.service.d.ts +4 -0
  190. package/lib/workflow-services/responsibility.service.d.ts +4 -0
  191. package/lib/workflow-services/token-decoder.service.d.ts +4 -0
  192. package/lib/workflow-services/ui-kit.service.d.ts +4 -0
  193. package/lib/workflow-survey-form/workflow-survey-form.component.d.ts +5 -0
  194. package/package.json +8 -2
  195. package/vcomply-workflow-engine.d.ts +56 -53
  196. package/vcomply-workflow-engine.metadata.json +1 -1
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class FrequencyCheckboxListComponent implements OnInit {
3
4
  id: number;
4
5
  listArray: Array<string>;
@@ -7,4 +8,8 @@ export declare class FrequencyCheckboxListComponent implements OnInit {
7
8
  selectedCheckbox: EventEmitter<any>;
8
9
  constructor();
9
10
  ngOnInit(): void;
11
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyCheckboxListComponent, never>;
12
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyCheckboxListComponent, "app-frequency-checkbox-list", never, { "id": "id"; "listArray": "listArray"; "selectedIndex": "selectedIndex"; }, { "selectedCheckbox": "selectedCheckbox"; }, never, never>;
10
13
  }
14
+
15
+ //# sourceMappingURL=frequency-checkbox-list.component.d.ts.map
@@ -1,6 +1,7 @@
1
1
  import { OnInit, EventEmitter, OnChanges } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
3
  import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class FrequencyContainerComponent implements OnInit, OnChanges {
5
6
  private frequencyService;
6
7
  private snackbar;
@@ -26,4 +27,8 @@ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
26
27
  onFrequencySelected(event: any): void;
27
28
  save(): void;
28
29
  close(): void;
30
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyContainerComponent, never>;
31
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyContainerComponent, "app-frequency-container", never, { "mode": "mode"; "frequencyDetails": "frequencyDetails"; }, { "selectedFrequency": "selectedFrequency"; "closeFrequency": "closeFrequency"; }, never, never>;
29
32
  }
33
+
34
+ //# sourceMappingURL=frequency-container.component.d.ts.map
@@ -0,0 +1,29 @@
1
+ import { OnInit, EventEmitter, OnChanges } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ import { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';
4
+ export declare class FrequencyContainerComponent implements OnInit, OnChanges {
5
+ private frequencyService;
6
+ private snackbar;
7
+ frequencyTab: string;
8
+ currentTabName: string;
9
+ frequencyDetails: any;
10
+ selectedFrequency: EventEmitter<any>;
11
+ closeFrequency: EventEmitter<any>;
12
+ mode: any;
13
+ frequencyData: any;
14
+ frequencyList: {
15
+ name: string;
16
+ type: string;
17
+ }[];
18
+ selectedFrequencyData: any;
19
+ isNextDisabled: any;
20
+ constructor(frequencyService: FrequencyService, snackbar: SnackBarService);
21
+ ngOnInit(): void;
22
+ ngOnChanges(): void;
23
+ populateFrequency(): void;
24
+ changeFrequencyTab(frequency: any): void;
25
+ isInvalid(): boolean;
26
+ onFrequencySelected(event: any): void;
27
+ save(): void;
28
+ close(): void;
29
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-container.component.d.ts","sources":["frequency-container.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter, OnChanges } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nimport { SnackBarService } from '../../../ui-kit/snack-bar/snack-bar.service';\r\nexport declare class FrequencyContainerComponent implements OnInit, OnChanges {\r\n private frequencyService;\r\n private snackbar;\r\n frequencyTab: string;\r\n currentTabName: string;\r\n frequencyDetails: any;\r\n selectedFrequency: EventEmitter<any>;\r\n closeFrequency: EventEmitter<any>;\r\n mode: any;\r\n frequencyData: any;\r\n frequencyList: {\r\n name: string;\r\n type: string;\r\n }[];\r\n selectedFrequencyData: any;\r\n isNextDisabled: any;\r\n constructor(frequencyService: FrequencyService, snackbar: SnackBarService);\r\n ngOnInit(): void;\r\n ngOnChanges(): void;\r\n populateFrequency(): void;\r\n changeFrequencyTab(frequency: any): void;\r\n isInvalid(): boolean;\r\n onFrequencySelected(event: any): void;\r\n save(): void;\r\n close(): void;\r\n}\r\n"]}
@@ -1,6 +1,7 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
3
  import { FrequencyService } from "../frequency.service";
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class FrequencyDailyComponent implements OnInit {
5
6
  private frequencyService;
6
7
  datePicker: DatePickerComponent;
@@ -27,4 +28,8 @@ export declare class FrequencyDailyComponent implements OnInit {
27
28
  onValueChange(event: any): void;
28
29
  lifecycleChange(event: any): void;
29
30
  getDailyFrequency(): void;
31
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDailyComponent, never>;
32
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDailyComponent, "app-frequency-daily", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
30
33
  }
34
+
35
+ //# sourceMappingURL=frequency-daily.component.d.ts.map
@@ -0,0 +1,30 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { DatePickerComponent } from 'ng2-date-picker';
3
+ import { FrequencyService } from "../frequency.service";
4
+ export declare class FrequencyDailyComponent implements OnInit {
5
+ private frequencyService;
6
+ datePicker: DatePickerComponent;
7
+ mode: any;
8
+ datepickerOverlay: boolean;
9
+ dailyInterval: string;
10
+ dailyInput: number;
11
+ dailyFailed: number;
12
+ dailyLifeCycleStart: Date;
13
+ dailyLifeCycleEndTime: Date;
14
+ dailyLifecycleOccurance: number;
15
+ dailySeletedLifecycleType: number;
16
+ dailyDeactivatedValue: number;
17
+ frequencyInfo: any;
18
+ lifecycleDetails: any;
19
+ frequencyData: any;
20
+ startDate: number;
21
+ frequencyDetails: EventEmitter<any>;
22
+ constructor(frequencyService: FrequencyService);
23
+ ngOnInit(): void;
24
+ populateFrequency(): void;
25
+ onTimeChanged(event: string, name: string): void;
26
+ valueChangedFirst(event: any): void;
27
+ onValueChange(event: any): void;
28
+ lifecycleChange(event: any): void;
29
+ getDailyFrequency(): void;
30
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-daily.component.d.ts","sources":["frequency-daily.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyDailyComponent implements OnInit {\r\n private frequencyService;\r\n datePicker: DatePickerComponent;\r\n mode: any;\r\n datepickerOverlay: boolean;\r\n dailyInterval: string;\r\n dailyInput: number;\r\n dailyFailed: number;\r\n dailyLifeCycleStart: Date;\r\n dailyLifeCycleEndTime: Date;\r\n dailyLifecycleOccurance: number;\r\n dailySeletedLifecycleType: number;\r\n dailyDeactivatedValue: number;\r\n frequencyInfo: any;\r\n lifecycleDetails: any;\r\n frequencyData: any;\r\n startDate: number;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onTimeChanged(event: string, name: string): void;\r\n valueChangedFirst(event: any): void;\r\n onValueChange(event: any): void;\r\n lifecycleChange(event: any): void;\r\n getDailyFrequency(): void;\r\n}\r\n"]}
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class FrequencyDueDateComponent implements OnInit {
3
4
  constructor();
4
5
  mode: string;
@@ -16,4 +17,8 @@ export declare class FrequencyDueDateComponent implements OnInit {
16
17
  valueChange: EventEmitter<any>;
17
18
  ngOnInit(): void;
18
19
  onValueChange(event: any, actionType: any): void;
20
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyDueDateComponent, never>;
21
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyDueDateComponent, "app-frequency-due-date", never, { "mode": "mode"; "completedRequired": "completedRequired"; "notCompletedRequired": "notCompletedRequired"; "completedValue": "completedValue"; "notCompletedValue": "notCompletedValue"; "deactivateValue": "deactivateValue"; "isDeactivated": "isDeactivated"; "id": "id"; "pageName": "pageName"; }, { "valueChange": "valueChange"; }, never, never>;
19
22
  }
23
+
24
+ //# sourceMappingURL=frequency-due-date.component.d.ts.map
@@ -2,6 +2,7 @@ import { OnInit, EventEmitter, SimpleChanges, OnChanges, DoCheck } from '@angula
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
3
  import * as moment from 'moment';
4
4
  import { FrequencyService } from '../frequency.service';
5
+ import * as ɵngcc0 from '@angular/core';
5
6
  export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, DoCheck {
6
7
  private frequencyService;
7
8
  datePicker: DatePickerComponent;
@@ -33,4 +34,8 @@ export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, D
33
34
  endByChange(event: any): void;
34
35
  startFromChange(event: any): void;
35
36
  endDateModelChange(event: any): void;
37
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyLifecycleComponent, never>;
38
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyLifecycleComponent, "app-frequency-lifecycle", never, { "startDate": "startDate"; "endDate": "endDate"; "occurrance": "occurrance"; "selectedLifecycleType": "selectedLifecycleType"; "id": "id"; "endBy": "endBy"; }, { "selectedOccurance": "selectedOccurance"; }, never, never>;
36
39
  }
40
+
41
+ //# sourceMappingURL=frequency-lifecycle.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from '../frequency.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyMonthlyComponent implements OnInit {
4
5
  private frequencyService;
5
6
  mode: any;
@@ -30,4 +31,8 @@ export declare class FrequencyMonthlyComponent implements OnInit {
30
31
  onValueChange(event: any): void;
31
32
  getMonthlyFrequency(): void;
32
33
  getFrequencyPlaceholder(monthlyInput: number): string;
34
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyMonthlyComponent, never>;
35
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyMonthlyComponent, "app-frequency-monthly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
33
36
  }
37
+
38
+ //# sourceMappingURL=frequency-monthly.component.d.ts.map
@@ -0,0 +1,33 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from '../frequency.service';
3
+ export declare class FrequencyMonthlyComponent implements OnInit {
4
+ private frequencyService;
5
+ mode: any;
6
+ monthlyInterval: string;
7
+ monthlyInput: number;
8
+ monthlyFailed: number;
9
+ monthlyWindow: number;
10
+ monthlyLifeCycleStart: Date;
11
+ monthlyLifeCycleEndTime: Date;
12
+ monthlyLifecycleOccurance: number;
13
+ monthlySeletedLifecycleType: number;
14
+ selectedMonthly: number[];
15
+ monthlyDeactivatedValue: number;
16
+ frequencyInfo: any;
17
+ monthNameArray: Array<string>;
18
+ shortMonth: Array<string>;
19
+ lifecycleDetails: any;
20
+ startDate: number;
21
+ frequencyData: any;
22
+ frequencyDetails: EventEmitter<any>;
23
+ constructor(frequencyService: FrequencyService);
24
+ ngOnInit(): void;
25
+ populateFrequency(): void;
26
+ valueChangedFirst(event: any): void;
27
+ onTimeChanged(event: string): void;
28
+ onMonthSelected(event: any): void;
29
+ lifecycleChange(event: any): void;
30
+ onValueChange(event: any): void;
31
+ getMonthlyFrequency(): void;
32
+ getFrequencyPlaceholder(monthlyInput: number): string;
33
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-monthly.component.d.ts","sources":["frequency-monthly.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from '../frequency.service';\r\nexport declare class FrequencyMonthlyComponent implements OnInit {\r\n private frequencyService;\r\n mode: any;\r\n monthlyInterval: string;\r\n monthlyInput: number;\r\n monthlyFailed: number;\r\n monthlyWindow: number;\r\n monthlyLifeCycleStart: Date;\r\n monthlyLifeCycleEndTime: Date;\r\n monthlyLifecycleOccurance: number;\r\n monthlySeletedLifecycleType: number;\r\n selectedMonthly: number[];\r\n monthlyDeactivatedValue: number;\r\n frequencyInfo: any;\r\n monthNameArray: Array<string>;\r\n shortMonth: Array<string>;\r\n lifecycleDetails: any;\r\n startDate: number;\r\n frequencyData: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n valueChangedFirst(event: any): void;\r\n onTimeChanged(event: string): void;\r\n onMonthSelected(event: any): void;\r\n lifecycleChange(event: any): void;\r\n onValueChange(event: any): void;\r\n getMonthlyFrequency(): void;\r\n getFrequencyPlaceholder(monthlyInput: number): string;\r\n}\r\n"]}
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyOnCompletionOfComponent implements OnInit {
4
5
  private frequencyService;
5
6
  mode: any;
@@ -26,4 +27,8 @@ export declare class FrequencyOnCompletionOfComponent implements OnInit {
26
27
  getCompletionReports(): void;
27
28
  inputValueChange(event: any): void;
28
29
  getOnCompletionFrequency(): void;
30
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOnCompletionOfComponent, never>;
31
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOnCompletionOfComponent, "app-frequency-on-completion-of", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
29
32
  }
33
+
34
+ //# sourceMappingURL=frequency-on-completion-of.component.d.ts.map
@@ -0,0 +1,29 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ export declare class FrequencyOnCompletionOfComponent implements OnInit {
4
+ private frequencyService;
5
+ mode: any;
6
+ onCompletionOfInput: number;
7
+ onCompletionOfWindow: number;
8
+ onCompletionOfFailed: number;
9
+ onCompletionOfTime: string;
10
+ onCompletionOfResponsibility: Array<any>;
11
+ isLifecycleModified: boolean;
12
+ selectedResponsibility: number;
13
+ placeholder: string;
14
+ frequencyInfo: any;
15
+ selectedResponsibilityDetails: any;
16
+ startDate: number;
17
+ frequencyData: any;
18
+ lifecycleDetails: any;
19
+ frequencyDetails: EventEmitter<any>;
20
+ constructor(frequencyService: FrequencyService);
21
+ ngOnInit(): void;
22
+ populateFrequency(): void;
23
+ onTimeChanged(event: string): void;
24
+ onValueChange(event: any): void;
25
+ onResponsibilitySelection(event: any): void;
26
+ getCompletionReports(): void;
27
+ inputValueChange(event: any): void;
28
+ getOnCompletionFrequency(): void;
29
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-on-completion-of.component.d.ts","sources":["frequency-on-completion-of.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyOnCompletionOfComponent implements OnInit {\r\n private frequencyService;\r\n mode: any;\r\n onCompletionOfInput: number;\r\n onCompletionOfWindow: number;\r\n onCompletionOfFailed: number;\r\n onCompletionOfTime: string;\r\n onCompletionOfResponsibility: Array<any>;\r\n isLifecycleModified: boolean;\r\n selectedResponsibility: number;\r\n placeholder: string;\r\n frequencyInfo: any;\r\n selectedResponsibilityDetails: any;\r\n startDate: number;\r\n frequencyData: any;\r\n lifecycleDetails: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onTimeChanged(event: string): void;\r\n onValueChange(event: any): void;\r\n onResponsibilitySelection(event: any): void;\r\n getCompletionReports(): void;\r\n inputValueChange(event: any): void;\r\n getOnCompletionFrequency(): void;\r\n}\r\n"]}
@@ -1,6 +1,7 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
3
  import { FrequencyService } from "../frequency.service";
4
+ import * as ɵngcc0 from '@angular/core';
4
5
  export declare class FrequencyOneTimeComponent implements OnInit {
5
6
  private frequencyService;
6
7
  datePicker: DatePickerComponent;
@@ -29,4 +30,8 @@ export declare class FrequencyOneTimeComponent implements OnInit {
29
30
  onTimeChanged(event: string): void;
30
31
  dateChange(event: any): void;
31
32
  getOneTimeFrequency(): void;
33
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOneTimeComponent, never>;
34
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOneTimeComponent, "app-frequency-one-time", never, { "mode": "mode"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
32
35
  }
36
+
37
+ //# sourceMappingURL=frequency-one-time.component.d.ts.map
@@ -0,0 +1,32 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { DatePickerComponent } from 'ng2-date-picker';
3
+ import { FrequencyService } from "../frequency.service";
4
+ export declare class FrequencyOneTimeComponent implements OnInit {
5
+ private frequencyService;
6
+ datePicker: DatePickerComponent;
7
+ datepickerOverlay: boolean;
8
+ showDateError: boolean;
9
+ oneTimeFailed: number;
10
+ oneTimeWindow: number;
11
+ oneTimeStartTime: any;
12
+ oneTimeSelected: string;
13
+ dateConfig: any;
14
+ todayDate: Date;
15
+ frequencyInfo: any;
16
+ shortMonth: Array<string>;
17
+ dateObjectData: Date;
18
+ minDate: string;
19
+ selectedDate: any;
20
+ frequencyData: any;
21
+ mode: any;
22
+ frequencyDetails: EventEmitter<any>;
23
+ constructor(frequencyService: FrequencyService);
24
+ ngOnInit(): void;
25
+ populateFrequency(): void;
26
+ openDatePicker(): void;
27
+ closeDatepicker(): void;
28
+ onValueChange(event: any): void;
29
+ onTimeChanged(event: string): void;
30
+ dateChange(event: any): void;
31
+ getOneTimeFrequency(): void;
32
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-one-time.component.d.ts","sources":["frequency-one-time.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { DatePickerComponent } from 'ng2-date-picker';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyOneTimeComponent implements OnInit {\r\n private frequencyService;\r\n datePicker: DatePickerComponent;\r\n datepickerOverlay: boolean;\r\n showDateError: boolean;\r\n oneTimeFailed: number;\r\n oneTimeWindow: number;\r\n oneTimeStartTime: any;\r\n oneTimeSelected: string;\r\n dateConfig: any;\r\n todayDate: Date;\r\n frequencyInfo: any;\r\n shortMonth: Array<string>;\r\n dateObjectData: Date;\r\n minDate: string;\r\n selectedDate: any;\r\n frequencyData: any;\r\n mode: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n openDatePicker(): void;\r\n closeDatepicker(): void;\r\n onValueChange(event: any): void;\r\n onTimeChanged(event: string): void;\r\n dateChange(event: any): void;\r\n getOneTimeFrequency(): void;\r\n}\r\n"]}
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyOngoingComponent implements OnInit {
4
5
  private frequencyService;
5
6
  selectedType: number;
@@ -16,4 +17,8 @@ export declare class FrequencyOngoingComponent implements OnInit {
16
17
  onSelected(event: any): void;
17
18
  onSelectedOnGoingType(event: any): void;
18
19
  getOngoingFrequency(): void;
20
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyOngoingComponent, never>;
21
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyOngoingComponent, "app-frequency-ongoing", never, { "selectedType": "selectedType"; "selectedOngoingType": "selectedOngoingType"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
19
22
  }
23
+
24
+ //# sourceMappingURL=frequency-ongoing.component.d.ts.map
@@ -0,0 +1,19 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ export declare class FrequencyOngoingComponent implements OnInit {
4
+ private frequencyService;
5
+ selectedType: number;
6
+ selectedOngoingType: number;
7
+ frequencyData: any;
8
+ ongoingType: string[];
9
+ frequencyInfo: any;
10
+ startDate: number;
11
+ lifecycleDetails: any;
12
+ frequencyDetails: EventEmitter<any>;
13
+ constructor(frequencyService: FrequencyService);
14
+ ngOnInit(): void;
15
+ populateFrequency(): void;
16
+ onSelected(event: any): void;
17
+ onSelectedOnGoingType(event: any): void;
18
+ getOngoingFrequency(): void;
19
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-ongoing.component.d.ts","sources":["frequency-ongoing.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyOngoingComponent implements OnInit {\r\n private frequencyService;\r\n selectedType: number;\r\n selectedOngoingType: number;\r\n frequencyData: any;\r\n ongoingType: string[];\r\n frequencyInfo: any;\r\n startDate: number;\r\n lifecycleDetails: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onSelected(event: any): void;\r\n onSelectedOnGoingType(event: any): void;\r\n getOngoingFrequency(): void;\r\n}\r\n"]}
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyQuarterlyComponent implements OnInit {
4
5
  private frequencyService;
5
6
  mode: any;
@@ -29,4 +30,8 @@ export declare class FrequencyQuarterlyComponent implements OnInit {
29
30
  onValueChange(event: any): void;
30
31
  getQuarterlyFrequency(): void;
31
32
  getPlaceholder(quarterlyInput: number): string;
33
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyQuarterlyComponent, never>;
34
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyQuarterlyComponent, "app-frequency-quarterly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
32
35
  }
36
+
37
+ //# sourceMappingURL=frequency-quarterly.component.d.ts.map
@@ -0,0 +1,32 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ export declare class FrequencyQuarterlyComponent implements OnInit {
4
+ private frequencyService;
5
+ mode: any;
6
+ quarterlyInterval: string;
7
+ quarterlyInput: number;
8
+ quarterlyFailed: number;
9
+ quarterlyWindow: number;
10
+ selectedQuarterly: number;
11
+ quarterlyLifeCycleStart: Date;
12
+ quarterlyLifeCycleEndTime: Date;
13
+ quarterlyLifecycleOccurance: number;
14
+ quarterlySeletedLifecycleType: number;
15
+ quarterlyGroup: number[];
16
+ frequencyInfo: any;
17
+ quarterlyArray: Array<string>;
18
+ startDate: number;
19
+ frequencyData: any;
20
+ lifecycleDetails: any;
21
+ frequencyDetails: EventEmitter<any>;
22
+ constructor(frequencyService: FrequencyService);
23
+ ngOnInit(): void;
24
+ populateFrequency(): void;
25
+ valueChangedFirst(event: any): void;
26
+ onTimeChanged(event: string): void;
27
+ selectedMonth(event: any): void;
28
+ lifecycleChange(event: any): void;
29
+ onValueChange(event: any): void;
30
+ getQuarterlyFrequency(): void;
31
+ getPlaceholder(quarterlyInput: number): string;
32
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-quarterly.component.d.ts","sources":["frequency-quarterly.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyQuarterlyComponent implements OnInit {\r\n private frequencyService;\r\n mode: any;\r\n quarterlyInterval: string;\r\n quarterlyInput: number;\r\n quarterlyFailed: number;\r\n quarterlyWindow: number;\r\n selectedQuarterly: number;\r\n quarterlyLifeCycleStart: Date;\r\n quarterlyLifeCycleEndTime: Date;\r\n quarterlyLifecycleOccurance: number;\r\n quarterlySeletedLifecycleType: number;\r\n quarterlyGroup: number[];\r\n frequencyInfo: any;\r\n quarterlyArray: Array<string>;\r\n startDate: number;\r\n frequencyData: any;\r\n lifecycleDetails: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n valueChangedFirst(event: any): void;\r\n onTimeChanged(event: string): void;\r\n selectedMonth(event: any): void;\r\n lifecycleChange(event: any): void;\r\n onValueChange(event: any): void;\r\n getQuarterlyFrequency(): void;\r\n getPlaceholder(quarterlyInput: number): string;\r\n}\r\n"]}
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class FrequencyRadioListComponent implements OnInit {
3
4
  radioList: never[];
4
5
  selectedIndex: number;
@@ -7,4 +8,8 @@ export declare class FrequencyRadioListComponent implements OnInit {
7
8
  selectedRadio: EventEmitter<any>;
8
9
  constructor();
9
10
  ngOnInit(): void;
11
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyRadioListComponent, never>;
12
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyRadioListComponent, "app-frequency-radio-list", never, { "radioList": "radioList"; "selectedIndex": "selectedIndex"; "name": "name"; }, { "selectedRadio": "selectedRadio"; }, never, never>;
10
13
  }
14
+
15
+ //# sourceMappingURL=frequency-radio-list.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyRandomComponent implements OnInit {
4
5
  private frequencyService;
5
6
  mode: any;
@@ -56,4 +57,8 @@ export declare class FrequencyRandomComponent implements OnInit {
56
57
  pattern: string;
57
58
  placeholder: string;
58
59
  };
60
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyRandomComponent, never>;
61
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyRandomComponent, "app-frequency-random", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
59
62
  }
63
+
64
+ //# sourceMappingURL=frequency-random.component.d.ts.map
@@ -0,0 +1,59 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ export declare class FrequencyRandomComponent implements OnInit {
4
+ private frequencyService;
5
+ mode: any;
6
+ monthNameArray: Array<any>;
7
+ selectedMonthly: Array<number>;
8
+ randomTypeMax: number[];
9
+ randomType: string[];
10
+ randomInstances: number;
11
+ defaultRandomInstance: number[];
12
+ randomlyDay: number;
13
+ randomlyLifeCycleStart: Date;
14
+ randomlyLifeCycleEndTime: Date;
15
+ randomlyLifecycleOccurance: number;
16
+ randomlySeletedLifecycleType: number;
17
+ randomTypeSelected: number;
18
+ randomWindow: number;
19
+ randomFailed: number;
20
+ randomMonthSelected: never[];
21
+ randomQuarterlySelected: number;
22
+ quarterlyGroup: number[];
23
+ randomTypeInstances: number[];
24
+ frequencyInfo: any;
25
+ shortMonth: Array<string>;
26
+ quarterlyMonth: Array<string>;
27
+ startDate: number;
28
+ frequencyData: any;
29
+ lifecycleDetails: any;
30
+ frequencyDetails: EventEmitter<any>;
31
+ constructor(frequencyService: FrequencyService);
32
+ ngOnInit(): void;
33
+ getRandomInstances(): void;
34
+ populateFrequency(): void;
35
+ onMonthSelected(event: any): void;
36
+ onValueChange(event: any): void;
37
+ randomChecked(event: any): void;
38
+ randomInstance(event: any, type: any): void;
39
+ lifecycleChange(event: any): void;
40
+ selectedMonth(event: any): void;
41
+ randomQuarterlyChecked(event: any): void;
42
+ getRandomFrequency(): void;
43
+ getWeeklyFrequency(): {
44
+ pattern: string;
45
+ placeholder: string;
46
+ };
47
+ getMonthlyFrequency(): {
48
+ pattern: string;
49
+ placeholder: string;
50
+ };
51
+ getQuarterlyFrequency(): {
52
+ pattern: string;
53
+ placeholder: string;
54
+ };
55
+ getYearlyFrequency(): {
56
+ pattern: string;
57
+ placeholder: string;
58
+ };
59
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-random.component.d.ts","sources":["frequency-random.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyRandomComponent implements OnInit {\r\n private frequencyService;\r\n mode: any;\r\n monthNameArray: Array<any>;\r\n selectedMonthly: Array<number>;\r\n randomTypeMax: number[];\r\n randomType: string[];\r\n randomInstances: number;\r\n defaultRandomInstance: number[];\r\n randomlyDay: number;\r\n randomlyLifeCycleStart: Date;\r\n randomlyLifeCycleEndTime: Date;\r\n randomlyLifecycleOccurance: number;\r\n randomlySeletedLifecycleType: number;\r\n randomTypeSelected: number;\r\n randomWindow: number;\r\n randomFailed: number;\r\n randomMonthSelected: never[];\r\n randomQuarterlySelected: number;\r\n quarterlyGroup: number[];\r\n randomTypeInstances: number[];\r\n frequencyInfo: any;\r\n shortMonth: Array<string>;\r\n quarterlyMonth: Array<string>;\r\n startDate: number;\r\n frequencyData: any;\r\n lifecycleDetails: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n getRandomInstances(): void;\r\n populateFrequency(): void;\r\n onMonthSelected(event: any): void;\r\n onValueChange(event: any): void;\r\n randomChecked(event: any): void;\r\n randomInstance(event: any, type: any): void;\r\n lifecycleChange(event: any): void;\r\n selectedMonth(event: any): void;\r\n randomQuarterlyChecked(event: any): void;\r\n getRandomFrequency(): void;\r\n getWeeklyFrequency(): {\r\n pattern: string;\r\n placeholder: string;\r\n };\r\n getMonthlyFrequency(): {\r\n pattern: string;\r\n placeholder: string;\r\n };\r\n getQuarterlyFrequency(): {\r\n pattern: string;\r\n placeholder: string;\r\n };\r\n getYearlyFrequency(): {\r\n pattern: string;\r\n placeholder: string;\r\n };\r\n}\r\n"]}
@@ -1,4 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
+ import * as ɵngcc0 from '@angular/core';
2
3
  export declare class FrequencyTopComponent implements OnInit {
3
4
  occurrenceFirst: number;
4
5
  id: number;
@@ -19,4 +20,8 @@ export declare class FrequencyTopComponent implements OnInit {
19
20
  getToday(): string;
20
21
  onTimeChanged(event: string): void;
21
22
  enterYearDay(event: any): void;
23
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyTopComponent, never>;
24
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyTopComponent, "app-frequency-top", never, { "occurrenceFirst": "occurrenceFirst"; "id": "id"; "inputTime": "inputTime"; "frequencyType": "frequencyType"; "yearlyDay": "yearlyDay"; }, { "valueChangedFirst": "valueChangedFirst"; "nextDisable": "nextDisable"; "timeChanged": "timeChanged"; "yearlyDateChanged": "yearlyDateChanged"; }, never, never>;
22
25
  }
26
+
27
+ //# sourceMappingURL=frequency-top.component.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { FrequencyService } from "../frequency.service";
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class FrequencyWeeklyComponent implements OnInit {
4
5
  private frequencyService;
5
6
  mode: any;
@@ -29,4 +30,8 @@ export declare class FrequencyWeeklyComponent implements OnInit {
29
30
  onValueChange(event: any): void;
30
31
  getWeeklyFrequency(): void;
31
32
  getPlaceholder(weeklyInput: number): string;
33
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyWeeklyComponent, never>;
34
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<FrequencyWeeklyComponent, "app-frequency-weekly", never, { "mode": "mode"; "startDate": "startDate"; "frequencyData": "frequencyData"; }, { "frequencyDetails": "frequencyDetails"; }, never, never>;
32
35
  }
36
+
37
+ //# sourceMappingURL=frequency-weekly.component.d.ts.map
@@ -0,0 +1,32 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { FrequencyService } from "../frequency.service";
3
+ export declare class FrequencyWeeklyComponent implements OnInit {
4
+ private frequencyService;
5
+ mode: any;
6
+ weeklyInterval: string;
7
+ weeklyInput: number;
8
+ weeklyFailed: number;
9
+ weeklyWindow: number;
10
+ weeklyLifeCycleStart: Date;
11
+ weeklyLifeCycleEndTime: Date;
12
+ weeklyLifecycleOccurance: number;
13
+ weeklySeletedLifecycleType: number;
14
+ selectedWeekly: number[];
15
+ weeklyDeactivatedValue: number;
16
+ dayArray: Array<string>;
17
+ frequencyInfo: any;
18
+ lifecycleDetails: any;
19
+ startDate: number;
20
+ frequencyData: any;
21
+ frequencyDetails: EventEmitter<any>;
22
+ constructor(frequencyService: FrequencyService);
23
+ ngOnInit(): void;
24
+ populateFrequency(): void;
25
+ onTimeChanged(event: string): void;
26
+ valueChangedFirst(event: any): void;
27
+ onDaySelected(event: any): void;
28
+ lifecycleChange(event: any): void;
29
+ onValueChange(event: any): void;
30
+ getWeeklyFrequency(): void;
31
+ getPlaceholder(weeklyInput: number): string;
32
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frequency-weekly.component.d.ts","sources":["frequency-weekly.component.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { OnInit, EventEmitter } from '@angular/core';\r\nimport { FrequencyService } from \"../frequency.service\";\r\nexport declare class FrequencyWeeklyComponent implements OnInit {\r\n private frequencyService;\r\n mode: any;\r\n weeklyInterval: string;\r\n weeklyInput: number;\r\n weeklyFailed: number;\r\n weeklyWindow: number;\r\n weeklyLifeCycleStart: Date;\r\n weeklyLifeCycleEndTime: Date;\r\n weeklyLifecycleOccurance: number;\r\n weeklySeletedLifecycleType: number;\r\n selectedWeekly: number[];\r\n weeklyDeactivatedValue: number;\r\n dayArray: Array<string>;\r\n frequencyInfo: any;\r\n lifecycleDetails: any;\r\n startDate: number;\r\n frequencyData: any;\r\n frequencyDetails: EventEmitter<any>;\r\n constructor(frequencyService: FrequencyService);\r\n ngOnInit(): void;\r\n populateFrequency(): void;\r\n onTimeChanged(event: string): void;\r\n valueChangedFirst(event: any): void;\r\n onDaySelected(event: any): void;\r\n lifecycleChange(event: any): void;\r\n onValueChange(event: any): void;\r\n getWeeklyFrequency(): void;\r\n getPlaceholder(weeklyInput: number): string;\r\n}\r\n"]}
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Configurations } from "../../configurations";
4
4
  import { AuthService } from "../../workflow-services/auth.service";
5
+ import * as ɵngcc0 from '@angular/core';
5
6
  export declare class FrequencyService {
6
7
  private http;
7
8
  private authService;
@@ -43,4 +44,7 @@ export declare class FrequencyService {
43
44
  continuous_failed_days: number;
44
45
  };
45
46
  getOnCompletionOfResponsibility(): Observable<any[]>;
47
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<FrequencyService, [null, null, { optional: true; }]>;
46
48
  }
49
+
50
+ //# sourceMappingURL=frequency.service.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter, OnChanges } from '@angular/core';
2
2
  import { SnackBarService } from '../../ui-kit/snack-bar/snack-bar.service';
3
+ import * as ɵngcc0 from '@angular/core';
3
4
  export declare class GroupUsersListComponent implements OnInit, OnChanges {
4
5
  private snackbar;
5
6
  usersList: never[];
@@ -26,4 +27,8 @@ export declare class GroupUsersListComponent implements OnInit, OnChanges {
26
27
  selectGroup(groupIds: any, mode: any): void;
27
28
  checkGroupList(groupIds: any): any;
28
29
  hideGroup(groupIds: any): boolean;
30
+ static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<GroupUsersListComponent, never>;
31
+ static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<GroupUsersListComponent, "app-group-users-list", never, { "usersList": "usersList"; "groupsList": "groupsList"; "selectedUsers": "selectedUsers"; "userIdKey": "userIdKey"; "openedFrom": "openedFrom"; }, { "saveSelectedList": "saveSelectedList"; "closeUsersList": "closeUsersList"; }, never, never>;
29
32
  }
33
+
34
+ //# sourceMappingURL=group-users-list.component.d.ts.map