@energycap/components 0.42.4-esbuild.20250131-1510 → 0.43.1-ECAP-28460-autofocus-issue.20250221-1452

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 (119) hide show
  1. package/README.md +3 -3
  2. package/esm2022/lib/components.module.mjs +4 -4
  3. package/esm2022/lib/controls/banner/banner.component.mjs +3 -3
  4. package/esm2022/lib/controls/button/button.component.mjs +3 -3
  5. package/esm2022/lib/controls/button/copy-button-base.directive.mjs +3 -3
  6. package/esm2022/lib/controls/button/copy-button.directive.mjs +3 -3
  7. package/esm2022/lib/controls/button/copy-table-button.directive.mjs +3 -3
  8. package/esm2022/lib/controls/calendar/calendar-item.component.mjs +3 -3
  9. package/esm2022/lib/controls/calendar/calendar.component.mjs +3 -3
  10. package/esm2022/lib/controls/checkbox/checkbox.component.mjs +3 -3
  11. package/esm2022/lib/controls/collapsible-toggle/collapsible-toggle.component.mjs +3 -3
  12. package/esm2022/lib/controls/combobox/combobox.component.mjs +3 -3
  13. package/esm2022/lib/controls/date-input/date-input.component.mjs +3 -3
  14. package/esm2022/lib/controls/date-input/date-input.types.mjs +2 -2
  15. package/esm2022/lib/controls/dropdown/dropdown.component.mjs +3 -3
  16. package/esm2022/lib/controls/file-upload/file-upload.component.mjs +3 -3
  17. package/esm2022/lib/controls/form-control/form-control.component.mjs +3 -3
  18. package/esm2022/lib/controls/form-control-base.mjs +3 -3
  19. package/esm2022/lib/controls/form-control-label/form-control-label.component.mjs +3 -3
  20. package/esm2022/lib/controls/form-group/form-group.component.mjs +3 -3
  21. package/esm2022/lib/controls/help-popover/help-popover.component.mjs +3 -3
  22. package/esm2022/lib/controls/item-picker/item-picker.component.mjs +3 -3
  23. package/esm2022/lib/controls/link-button/link-button.component.mjs +3 -3
  24. package/esm2022/lib/controls/menu/menu.component.mjs +3 -3
  25. package/esm2022/lib/controls/navigation/nav-item-active.directive.mjs +3 -3
  26. package/esm2022/lib/controls/numericbox/numericbox.component.mjs +3 -3
  27. package/esm2022/lib/controls/popover/popover.component.mjs +3 -3
  28. package/esm2022/lib/controls/radio-button/radio-button.component.mjs +3 -3
  29. package/esm2022/lib/controls/select/select.component.mjs +3 -3
  30. package/esm2022/lib/controls/tabs/tabs.component.mjs +3 -3
  31. package/esm2022/lib/controls/textbox/textbox.component.mjs +3 -3
  32. package/esm2022/lib/core/cache.service.mjs +3 -3
  33. package/esm2022/lib/core/date-time-helper.mjs +1 -5
  34. package/esm2022/lib/core/error.service.mjs +3 -3
  35. package/esm2022/lib/core/router-helper.service.mjs +3 -3
  36. package/esm2022/lib/core/scroll.service.mjs +3 -3
  37. package/esm2022/lib/core/telemetry-tracker.service.mjs +3 -3
  38. package/esm2022/lib/core/telemetry.service.mjs +3 -3
  39. package/esm2022/lib/core/validation-message.service.mjs +3 -3
  40. package/esm2022/lib/core/window.service.mjs +3 -3
  41. package/esm2022/lib/display/app-bar/app-bar.component.mjs +3 -3
  42. package/esm2022/lib/display/avatar/avatar.component.mjs +3 -3
  43. package/esm2022/lib/display/avatar/avatar.service.mjs +3 -3
  44. package/esm2022/lib/display/confirm/confirm.component.mjs +3 -3
  45. package/esm2022/lib/display/dialog/dialog-content.mjs +1 -1
  46. package/esm2022/lib/display/dialog/dialog-group/dialog-group.component.mjs +3 -3
  47. package/esm2022/lib/display/dialog/dialog.component.mjs +11 -5
  48. package/esm2022/lib/display/dialog/dialog.service.mjs +3 -3
  49. package/esm2022/lib/display/hierarchy/hierarchy-base.mjs +3 -3
  50. package/esm2022/lib/display/hierarchy/hierarchy-tree/hierarchy-tree.component.mjs +3 -3
  51. package/esm2022/lib/display/item-display/item-display.component.mjs +3 -3
  52. package/esm2022/lib/display/json-display/json-display.component.mjs +3 -3
  53. package/esm2022/lib/display/resizable/resizable-base.mjs +3 -3
  54. package/esm2022/lib/display/resizable/resizable.component.mjs +3 -3
  55. package/esm2022/lib/display/spinner/spinner.component.mjs +3 -3
  56. package/esm2022/lib/display/splash/splash.component.mjs +3 -3
  57. package/esm2022/lib/display/splash/splash.service.mjs +3 -3
  58. package/esm2022/lib/display/table/resizable-column.component.mjs +3 -3
  59. package/esm2022/lib/display/table/resizable-table.directive.mjs +3 -3
  60. package/esm2022/lib/display/table/searchable-table.component.mjs +3 -3
  61. package/esm2022/lib/display/table/table-detail-row.component.mjs +3 -3
  62. package/esm2022/lib/display/table/table-locked-column.component.mjs +3 -3
  63. package/esm2022/lib/display/table/table-master-header-row.component.mjs +3 -3
  64. package/esm2022/lib/display/table/table-master-row.component.mjs +3 -3
  65. package/esm2022/lib/display/table/table-pagination.component.mjs +3 -3
  66. package/esm2022/lib/display/table/table-selectable-row.component.mjs +3 -3
  67. package/esm2022/lib/display/table/table.component.mjs +3 -3
  68. package/esm2022/lib/display/tags/tags.component.mjs +3 -3
  69. package/esm2022/lib/display/toast/toast/toast.component.mjs +3 -3
  70. package/esm2022/lib/display/toast/toast.service.mjs +3 -3
  71. package/esm2022/lib/display/toast/toaster/toaster.component.mjs +3 -3
  72. package/esm2022/lib/display/tooltip/tooltip.component.mjs +3 -3
  73. package/esm2022/lib/display/tooltip/tooltip.service.mjs +3 -3
  74. package/esm2022/lib/display/tooltip-directive/tooltip.directive.mjs +3 -3
  75. package/esm2022/lib/display/tour/tour.component.mjs +3 -3
  76. package/esm2022/lib/display/tour/tour.service.mjs +3 -3
  77. package/esm2022/lib/display/tree/tree.component.mjs +3 -3
  78. package/esm2022/lib/display/view-overlay/view-overlay.component.mjs +3 -3
  79. package/esm2022/lib/shared/directives/click-area-for/click-area-for.directive.mjs +3 -3
  80. package/esm2022/lib/shared/directives/if-viewport-width/if-viewport-width.directive.mjs +3 -3
  81. package/esm2022/lib/shared/directives/keyboard-nav-container/keyboard-nav-container.directive.mjs +3 -3
  82. package/esm2022/lib/shared/directives/popup/popup-container.directive.mjs +3 -3
  83. package/esm2022/lib/shared/display/pipes/date-display.pipe.mjs +3 -3
  84. package/esm2022/lib/shared/display/pipes/highlight-text.pipe.mjs +3 -3
  85. package/esm2022/lib/shared/display/pipes/relative-date.pipe.mjs +3 -3
  86. package/esm2022/lib/shared/display/pipes/row-count.pipe.mjs +3 -3
  87. package/esm2022/lib/shared/display/pipes/time-display.pipe.mjs +3 -3
  88. package/esm2022/lib/shared/form-group.helper.mjs +3 -3
  89. package/esm2022/lib/shared/page/page-base/page-base.component.mjs +3 -3
  90. package/esm2022/lib/shared/page/page-title/page-title.component.mjs +3 -3
  91. package/esm2022/lib/shared/page/page-view/page-view.component.mjs +3 -3
  92. package/esm2022/lib/shared/testing/public-mocks.spec.mjs +9 -9
  93. package/esm2022/lib/shared/user-preference.service.mjs +3 -3
  94. package/esm2022/lib/shared/wizard/wizard-base/wizard-base.component.mjs +3 -3
  95. package/esm2022/lib/shared/wizard/wizard-buttons/wizard-buttons.component.mjs +3 -3
  96. package/esm2022/lib/shared/wizard/wizard-progress/wizard-progress.component.mjs +3 -3
  97. package/fesm2022/energycap-components.mjs +292 -290
  98. package/fesm2022/energycap-components.mjs.map +1 -1
  99. package/lib/core/date-time-helper.d.ts +2 -2
  100. package/lib/display/dialog/dialog-content.d.ts +1 -0
  101. package/lib/display/dialog/dialog.component.d.ts +4 -0
  102. package/package.json +6 -6
  103. package/schematics/collection.json +0 -5
  104. package/schematics/utilities/typescript.d.ts +1 -1
  105. package/schematics/utilities/typescript.js +9 -12
  106. package/schematics/utilities/typescript.js.map +1 -1
  107. package/src/assets/images/favicon-ech.svg +12 -5
  108. package/src/assets/images/favicon-eum.svg +11 -4
  109. package/src/assets/images/favicon.svg +10 -3
  110. package/src/assets/images/icon-ucp.svg +10 -3
  111. package/src/assets/images/icon.svg +9 -2
  112. package/src/assets/images/logo.svg +8 -1
  113. package/schematics/rxjs-7-upgrade/index.d.ts +0 -3
  114. package/schematics/rxjs-7-upgrade/index.js +0 -71
  115. package/schematics/rxjs-7-upgrade/index.js.map +0 -1
  116. package/schematics/rxjs-7-upgrade/schema.d.ts +0 -4
  117. package/schematics/rxjs-7-upgrade/schema.js +0 -3
  118. package/schematics/rxjs-7-upgrade/schema.js.map +0 -1
  119. package/schematics/rxjs-7-upgrade/schema.json +0 -14
@@ -96,10 +96,10 @@ export class IfViewportWidthDirective {
96
96
  this.isVisible = false;
97
97
  }
98
98
  }
99
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IfViewportWidthDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i1.WindowService }], target: i0.ɵɵFactoryTarget.Directive }); }
100
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: IfViewportWidthDirective, selector: "[ecIfViewportWidth]", inputs: { width: ["ecIfViewportWidth", "width"] }, ngImport: i0 }); }
99
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IfViewportWidthDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i1.WindowService }], target: i0.ɵɵFactoryTarget.Directive }); }
100
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: IfViewportWidthDirective, selector: "[ecIfViewportWidth]", inputs: { width: ["ecIfViewportWidth", "width"] }, ngImport: i0 }); }
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IfViewportWidthDirective, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IfViewportWidthDirective, decorators: [{
103
103
  type: Directive,
104
104
  args: [{
105
105
  selector: '[ecIfViewportWidth]'
@@ -77,10 +77,10 @@ export class KeyboardNavContainerDirective {
77
77
  this.endAnchor.removeAttribute('tabindex');
78
78
  }
79
79
  }
80
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeyboardNavContainerDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.InteractivityChecker }], target: i0.ɵɵFactoryTarget.Directive }); }
81
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: KeyboardNavContainerDirective, selector: "[ecKeyboardNavContainer]", inputs: { enabled: ["ecKeyboardNavContainer", "enabled"] }, outputs: { focusOutStart: "focusOutStart", focusOutEnd: "focusOutEnd" }, exportAs: ["ecKeyboardNavContainer"], usesOnChanges: true, ngImport: i0 }); }
80
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KeyboardNavContainerDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }, { token: i1.InteractivityChecker }], target: i0.ɵɵFactoryTarget.Directive }); }
81
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: KeyboardNavContainerDirective, selector: "[ecKeyboardNavContainer]", inputs: { enabled: ["ecKeyboardNavContainer", "enabled"] }, outputs: { focusOutStart: "focusOutStart", focusOutEnd: "focusOutEnd" }, exportAs: ["ecKeyboardNavContainer"], usesOnChanges: true, ngImport: i0 }); }
82
82
  }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: KeyboardNavContainerDirective, decorators: [{
83
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: KeyboardNavContainerDirective, decorators: [{
84
84
  type: Directive,
85
85
  args: [{
86
86
  selector: '[ecKeyboardNavContainer]',
@@ -147,10 +147,10 @@ export class PopupContainerDirective {
147
147
  }
148
148
  }
149
149
  }
150
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopupContainerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DOCUMENT }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
151
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PopupContainerDirective, selector: "[ecPopup]", inputs: { popup: ["ecPopup", "popup"], popperOptions: ["options", "popperOptions"] }, ngImport: i0 }); }
150
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PopupContainerDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: DOCUMENT }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
151
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PopupContainerDirective, selector: "[ecPopup]", inputs: { popup: ["ecPopup", "popup"], popperOptions: ["options", "popperOptions"] }, ngImport: i0 }); }
152
152
  }
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PopupContainerDirective, decorators: [{
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PopupContainerDirective, decorators: [{
154
154
  type: Directive,
155
155
  args: [{ selector: '[ecPopup]' }]
156
156
  }], ctorParameters: () => [{ type: i0.TemplateRef }, { type: i0.ViewContainerRef }, { type: undefined, decorators: [{
@@ -40,10 +40,10 @@ export class DateDisplayPipe {
40
40
  }
41
41
  return display;
42
42
  }
43
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateDisplayPipe, deps: [{ token: i1.UserPreferenceService }], target: i0.ɵɵFactoryTarget.Pipe }); }
44
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: DateDisplayPipe, name: "dateDisplay" }); }
43
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateDisplayPipe, deps: [{ token: i1.UserPreferenceService }], target: i0.ɵɵFactoryTarget.Pipe }); }
44
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: DateDisplayPipe, name: "dateDisplay" }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DateDisplayPipe, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: DateDisplayPipe, decorators: [{
47
47
  type: Pipe,
48
48
  args: [{ name: 'dateDisplay' }]
49
49
  }], ctorParameters: () => [{ type: i1.UserPreferenceService }] });
@@ -18,10 +18,10 @@ export class HighlightTextPipe {
18
18
  escapeRegex(value) {
19
19
  return value.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HighlightTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
22
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: HighlightTextPipe, name: "highlightText" }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HighlightTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
22
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: HighlightTextPipe, name: "highlightText" }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HighlightTextPipe, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: HighlightTextPipe, decorators: [{
25
25
  type: Pipe,
26
26
  args: [{
27
27
  name: 'highlightText'
@@ -50,10 +50,10 @@ export class RelativeDatePipe {
50
50
  }
51
51
  return `${prefixValue}${displayValue}${timeDisplay}`;
52
52
  }
53
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelativeDatePipe, deps: [{ token: i1.DateDisplayPipe }, { token: i2.TimeDisplayPipe }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
54
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: RelativeDatePipe, name: "relativeDate" }); }
53
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDatePipe, deps: [{ token: i1.DateDisplayPipe }, { token: i2.TimeDisplayPipe }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
54
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RelativeDatePipe, name: "relativeDate" }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RelativeDatePipe, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RelativeDatePipe, decorators: [{
57
57
  type: Pipe,
58
58
  args: [{
59
59
  name: 'relativeDate'
@@ -36,10 +36,10 @@ export class RowCountPipe {
36
36
  let prefix = `${pagingInfo.skip + 1}` + (results.totalItems > 1 ? `-${pagingInfo.skip + results.totalItems} ` : ' ');
37
37
  return prefix + `${this.translateService.instant('of')} ${results.totalItemsBeforePaging} ${objectType}`;
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RowCountPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
40
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: RowCountPipe, name: "rowCount" }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RowCountPipe, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Pipe }); }
40
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: RowCountPipe, name: "rowCount" }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RowCountPipe, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RowCountPipe, decorators: [{
43
43
  type: Pipe,
44
44
  args: [{
45
45
  name: 'rowCount'
@@ -31,10 +31,10 @@ export class TimeDisplayPipe {
31
31
  display = moment(time).format(this.lastFormatString);
32
32
  return display;
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TimeDisplayPipe, deps: [{ token: i1.UserPreferenceService }], target: i0.ɵɵFactoryTarget.Pipe }); }
35
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: TimeDisplayPipe, name: "timeDisplay" }); }
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeDisplayPipe, deps: [{ token: i1.UserPreferenceService }], target: i0.ɵɵFactoryTarget.Pipe }); }
35
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: TimeDisplayPipe, name: "timeDisplay" }); }
36
36
  }
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TimeDisplayPipe, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TimeDisplayPipe, decorators: [{
38
38
  type: Pipe,
39
39
  args: [{ name: 'timeDisplay' }]
40
40
  }], ctorParameters: () => [{ type: i1.UserPreferenceService }] });
@@ -55,10 +55,10 @@ export class FormGroupHelper {
55
55
  control.updateValueAndValidity({ emitEvent: false });
56
56
  };
57
57
  }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormGroupHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
59
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormGroupHelper, providedIn: 'root' }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormGroupHelper, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
59
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormGroupHelper, providedIn: 'root' }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormGroupHelper, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormGroupHelper, decorators: [{
62
62
  type: Injectable,
63
63
  args: [{
64
64
  providedIn: 'root'
@@ -375,10 +375,10 @@ export class PageBaseComponent {
375
375
  this.previousUrl = url;
376
376
  this.onNavigationEnd();
377
377
  }
378
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageBaseComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
379
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: PageBaseComponent, host: { properties: { "class": "this.classList" } }, ngImport: i0 }); }
378
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageBaseComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
379
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: PageBaseComponent, host: { properties: { "class": "this.classList" } }, ngImport: i0 }); }
380
380
  }
381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageBaseComponent, decorators: [{
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageBaseComponent, decorators: [{
382
382
  type: Directive
383
383
  }], ctorParameters: () => [{ type: i0.Injector }], propDecorators: { classList: [{
384
384
  type: HostBinding,
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "@angular/common";
4
4
  import * as i2 from "@angular/router";
5
5
  export class PageTitleComponent {
6
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PageTitleComponent, selector: "app-page-title", inputs: { title: "title", titleIcon: "titleIcon", subTitle: "subTitle", subTitleUrl: "subTitleUrl" }, host: { classAttribute: "d-flex" }, ngImport: i0, template: "<i *ngIf=\"titleIcon\"\r\n class=\"flex-shrink mr-1 my-1 ec-icon ec-icon-md {{titleIcon}}\"></i>\r\n<div class=\"text-truncate\">\r\n <h1 *ngIf=\"title\"\r\n class=\"text-title-1 mb-0 py-1 text-truncate\"\r\n title=\"{{title}}\">{{title}}</h1>\r\n <p *ngIf=\"subTitle && !subTitleUrl\"\r\n class=\"text-caption-1 mb-0 mt-n1 text-truncate\">{{subTitle}}</p>\r\n <a *ngIf=\"subTitle && subTitleUrl\"\r\n id=\"subTitle_link\"\r\n class=\"d-block text-truncate mb-0 mt-n1 font-size-small\"\r\n routerLink=\"{{subTitleUrl}}\"\r\n target=\"_self\">\r\n {{subTitle}}\r\n </a>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
6
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PageTitleComponent, selector: "app-page-title", inputs: { title: "title", titleIcon: "titleIcon", subTitle: "subTitle", subTitleUrl: "subTitleUrl" }, host: { classAttribute: "d-flex" }, ngImport: i0, template: "<i *ngIf=\"titleIcon\"\r\n class=\"flex-shrink mr-1 my-1 ec-icon ec-icon-md {{titleIcon}}\"></i>\r\n<div class=\"text-truncate\">\r\n <h1 *ngIf=\"title\"\r\n class=\"text-title-1 mb-0 py-1 text-truncate\"\r\n title=\"{{title}}\">{{title}}</h1>\r\n <p *ngIf=\"subTitle && !subTitleUrl\"\r\n class=\"text-caption-1 mb-0 mt-n1 text-truncate\">{{subTitle}}</p>\r\n <a *ngIf=\"subTitle && subTitleUrl\"\r\n id=\"subTitle_link\"\r\n class=\"d-block text-truncate mb-0 mt-n1 font-size-small\"\r\n routerLink=\"{{subTitleUrl}}\"\r\n target=\"_self\">\r\n {{subTitle}}\r\n </a>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageTitleComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageTitleComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{ selector: 'app-page-title', host: {
12
12
  class: 'd-flex'
@@ -76,10 +76,10 @@ export class PageViewComponent {
76
76
  closeDialog() {
77
77
  this.dialogService.closeLatestDialog(new DialogResult(false));
78
78
  }
79
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageViewComponent, deps: [{ token: i1.DialogService }], target: i0.ɵɵFactoryTarget.Component }); }
80
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: PageViewComponent, selector: "ec-page-view", inputs: { isDialog: "isDialog", readonly: "readonly", status: "status", showHeader: "showHeader", errors: "errors", breadcrumbs: "breadcrumbs", title: "title", titleIcon: "titleIcon", subTitle: "subTitle", subTitleUrl: "subTitleUrl", moreActionsLabel: "moreActionsLabel", moreActions: "moreActions", secondaryActionLabel: "secondaryActionLabel", hideSecondaryAction: "hideSecondaryAction", hideCloseOnPending: "hideCloseOnPending", primaryActionLabel: "primaryActionLabel", hidePrimaryAction: "hidePrimaryAction", customTitleTemplate: "customTitleTemplate", customActionsTemplate: "customActionsTemplate", customHeaderTemplate: "customHeaderTemplate", footerTemplate: "footerTemplate", customErrorBannerTemplate: "customErrorBannerTemplate", stickyFooter: "stickyFooter", fitContent: "fitContent", disablePrimaryAction: "disablePrimaryAction", bgContent: "bgContent" }, outputs: { onPrimaryAction: "onPrimaryAction", onSecondaryAction: "onSecondaryAction" }, host: { properties: { "class.bg-content": "this.bgContent" }, classAttribute: "flex-grow" }, ngImport: i0, template: "<div ecOverlay\r\n [status]=\"status?.status\"\r\n [message]=\"status?.message\"\r\n [displayAsMask]=\"true\"\r\n class=\"flex-grow d-flex\"\r\n [ngClass]=\"{'bg-body': !bgContent, 'bg-content': bgContent}\">\r\n <div id=\"PageViewScrollContainer\"\r\n class=\"d-flex flex-column flex-grow scroll-y\"\r\n [class.is-dialog]=\"isDialog\"\r\n [class.fit-content]=\"fitContent\"\r\n [class.sticky-footer]=\"stickyFooter && !!footerTemplate\"\r\n [class.overlay-visible]=\"status?.status !== 'hasData'\"\r\n [class.footer-visible]=\"!!footerTemplate\"\r\n cdkScrollable>\r\n <section>\r\n <ng-content></ng-content>\r\n </section>\r\n\r\n <footer *ngIf=\"footerTemplate\">\r\n <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\r\n </footer>\r\n\r\n <header *ngIf=\"showHeader\">\r\n <ol id=\"breadcrumbs\"\r\n *ngIf=\"breadcrumbs?.length && !isDialog\">\r\n <li *ngFor=\"let crumb of breadcrumbs; last as isLast\">\r\n <a *ngIf=\"crumb.url; else label\"\r\n [routerLink]=\"crumb.url\">\r\n <ng-container *ngTemplateOutlet=\"label\"></ng-container>\r\n </a>\r\n <ng-template #label>{{crumb.label}}</ng-template>\r\n </li>\r\n </ol>\r\n\r\n <div class=\"titlebar\">\r\n <app-page-title *ngIf=\"!customTitleTemplate; else customTitle\"\r\n [title]=\"title\"\r\n [subTitle]=\"subTitle\"\r\n [subTitleUrl]=\"subTitleUrl\"\r\n [titleIcon]=\"titleIcon\"\r\n class=\"title text-truncate\">\r\n </app-page-title>\r\n\r\n <ng-template #customTitle>\r\n <div class=\"title\">\r\n <ng-container *ngTemplateOutlet=\"customTitleTemplate\"></ng-container>\r\n </div>\r\n </ng-template>\r\n\r\n <div class=\"actions\">\r\n <ec-button id=\"primaryAction\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hidePrimaryAction && onPrimaryAction.observers?.length && !readonly\"\r\n [disabled]=\"status?.status === 'pending' || disablePrimaryAction\"\r\n type=\"primary\"\r\n [label]=\"primaryActionLabel\"\r\n (clicked)=\"primaryAction($event)\">\r\n </ec-button>\r\n <ec-button id=\"secondaryAction\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hideSecondaryAction && onSecondaryAction.observers?.length\"\r\n type=\"secondary\"\r\n [label]=\"readonly ? 'Close' : secondaryActionLabel\"\r\n (clicked)=\"secondaryAction($event)\">\r\n </ec-button>\r\n <ec-dropdown id=\"moreActions\"\r\n *ngIf=\"moreActions?.length && !readonly\"\r\n [disabled]=\"status?.status === 'pending'\"\r\n class=\"ml-2\"\r\n buttonType=\"text\"\r\n [label]=\"moreActionsLabel\"\r\n [items]=\"moreActions\">\r\n </ec-dropdown>\r\n <ng-container *ngTemplateOutlet=\"customActionsTemplate\"></ng-container>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"customHeaderTemplate\"\r\n class=\"page-header\">\r\n <ng-container *ngTemplateOutlet=\"customHeaderTemplate\"></ng-container>\r\n </div>\r\n\r\n <ec-banner *ngIf=\"!customErrorBannerTemplate && errors; else customErrorBannerOutlet\"\r\n id=\"pageViewErrors\"\r\n [class.border-bottom-0]=\"!isDialog\">\r\n <div [innerHtml]=\"errors\"></div>\r\n </ec-banner>\r\n\r\n <ng-template #customErrorBannerOutlet>\r\n <ec-banner *ngIf=\"errors\"\r\n id=\"pageViewErrors\"\r\n [class.border-bottom-0]=\"!isDialog\">\r\n <ng-container *ngTemplateOutlet=\"customErrorBannerTemplate\"></ng-container>\r\n </ec-banner>\r\n </ng-template>\r\n </header>\r\n </div>\r\n\r\n <ec-button *ngIf=\"isDialog && ( (status?.status === 'pending' && !hideCloseOnPending) || status?.status === 'error')\"\r\n id=\"pageViewDialogClose\"\r\n type=\"icon\"\r\n icon=\"icon-cancel\"\r\n (clicked)=\"closeDialog()\">\r\n </ec-button>\r\n</div>", styles: [":host{flex:1 1;min-height:0;display:flex}header{background-color:var(--ec-background-color-body);position:sticky;top:0;order:1;padding:1rem 1.5rem .5rem;flex:none;z-index:var(--ec-z-index-sticky-page-header)}ol{font-size:var(--ec-font-size-label);line-height:1rem;grid-column:1/3;grid-row:1/2;list-style:none;padding:0;margin:0 0 .25rem}ol li{display:inline}ol li:not(:last-child):after{content:\" / \";display:inline;color:var(--ec-color-secondary-dark)}div[ecOverlay]{position:relative}.titlebar{display:grid;grid-template-columns:auto max-content;grid-template-rows:max-content max-content;gap:0 1rem}.title{grid-column:1/2;grid-row:2/3;align-self:center}.actions{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row-reverse}ec-banner{margin-top:1rem}section{padding:var(--ec-page-view-padding-section, .5rem 1.5rem 2rem);order:2;flex:1 0 auto;min-height:0}:not(.is-dialog)>section{z-index:0}footer{background-color:var(--ec-background-color-body);order:3;padding:0 1.5rem;height:4.5rem;flex:none;display:flex;align-items:center}.is-dialog header{padding:0}.is-dialog .titlebar{background-color:var(--ec-background-color);padding:1rem}.is-dialog ec-banner{margin:0}.is-dialog section{padding:var(--ec-page-view-padding-section, 1rem 1rem 1.5rem)}.sticky-footer section{padding-bottom:4.5rem}.sticky-footer footer{position:sticky;bottom:0;z-index:var(--ec-z-index-sticky-page-header)}.fit-content>section{flex:1 1;display:flex}.footer-visible section{padding-bottom:0}.overlay-visible header{z-index:var(--ec-z-index-overlay)1}.overlay-visible ec-banner{display:none}:host(.bg-content) header{background-color:var(--ec-background-color)}:host(.bg-content) section{background-color:var(--ec-background-color)}:host(.bg-content) footer{background-color:var(--ec-background-color)}#pageViewDialogClose{position:absolute;top:1rem;right:1rem;z-index:calc(var(--ec-z-index-overlay) + 1)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i4.CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "component", type: i5.ButtonComponent, selector: "ec-button", inputs: ["id", "disabled", "icon", "label", "badge", "tabindex", "type", "pending", "pendingIcon", "customTemplate", "isSubmit", "autofocus"], outputs: ["clicked"] }, { kind: "component", type: i6.ViewOverlayComponent, selector: "[ecOverlay]", inputs: ["status", "message", "action", "noDataTemplate", "displayAsMask", "overlayClassList"] }, { kind: "component", type: i7.BannerComponent, selector: "ec-banner", inputs: ["hidden", "id", "type", "bannerStyle", "title", "text", "list", "showCloseBtn", "autoHideOnClose", "customIcon", "rememberClosed"], outputs: ["closed"] }, { kind: "component", type: i8.DropdownComponent, selector: "ec-dropdown", inputs: ["id", "autofocus", "status", "disabled", "label", "icon", "buttonType", "buttonAlignment", "buttonTitle", "tabindex", "showArrow", "items", "menuTemplateType", "menuTitle", "menuHeight", "menuWidth", "menuMinWidth", "menuPosition", "menuFooter", "popupFixed", "buttonCustomTemplate", "pending"], outputs: ["itemSelected", "popupOpened"] }, { kind: "component", type: i9.PageTitleComponent, selector: "app-page-title", inputs: ["title", "titleIcon", "subTitle", "subTitleUrl"] }] }); }
79
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageViewComponent, deps: [{ token: i1.DialogService }], target: i0.ɵɵFactoryTarget.Component }); }
80
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: PageViewComponent, selector: "ec-page-view", inputs: { isDialog: "isDialog", readonly: "readonly", status: "status", showHeader: "showHeader", errors: "errors", breadcrumbs: "breadcrumbs", title: "title", titleIcon: "titleIcon", subTitle: "subTitle", subTitleUrl: "subTitleUrl", moreActionsLabel: "moreActionsLabel", moreActions: "moreActions", secondaryActionLabel: "secondaryActionLabel", hideSecondaryAction: "hideSecondaryAction", hideCloseOnPending: "hideCloseOnPending", primaryActionLabel: "primaryActionLabel", hidePrimaryAction: "hidePrimaryAction", customTitleTemplate: "customTitleTemplate", customActionsTemplate: "customActionsTemplate", customHeaderTemplate: "customHeaderTemplate", footerTemplate: "footerTemplate", customErrorBannerTemplate: "customErrorBannerTemplate", stickyFooter: "stickyFooter", fitContent: "fitContent", disablePrimaryAction: "disablePrimaryAction", bgContent: "bgContent" }, outputs: { onPrimaryAction: "onPrimaryAction", onSecondaryAction: "onSecondaryAction" }, host: { properties: { "class.bg-content": "this.bgContent" }, classAttribute: "flex-grow" }, ngImport: i0, template: "<div ecOverlay\r\n [status]=\"status?.status\"\r\n [message]=\"status?.message\"\r\n [displayAsMask]=\"true\"\r\n class=\"flex-grow d-flex\"\r\n [ngClass]=\"{'bg-body': !bgContent, 'bg-content': bgContent}\">\r\n <div id=\"PageViewScrollContainer\"\r\n class=\"d-flex flex-column flex-grow scroll-y\"\r\n [class.is-dialog]=\"isDialog\"\r\n [class.fit-content]=\"fitContent\"\r\n [class.sticky-footer]=\"stickyFooter && !!footerTemplate\"\r\n [class.overlay-visible]=\"status?.status !== 'hasData'\"\r\n [class.footer-visible]=\"!!footerTemplate\"\r\n cdkScrollable>\r\n <section>\r\n <ng-content></ng-content>\r\n </section>\r\n\r\n <footer *ngIf=\"footerTemplate\">\r\n <ng-container *ngTemplateOutlet=\"footerTemplate\"></ng-container>\r\n </footer>\r\n\r\n <header *ngIf=\"showHeader\">\r\n <ol id=\"breadcrumbs\"\r\n *ngIf=\"breadcrumbs?.length && !isDialog\">\r\n <li *ngFor=\"let crumb of breadcrumbs; last as isLast\">\r\n <a *ngIf=\"crumb.url; else label\"\r\n [routerLink]=\"crumb.url\">\r\n <ng-container *ngTemplateOutlet=\"label\"></ng-container>\r\n </a>\r\n <ng-template #label>{{crumb.label}}</ng-template>\r\n </li>\r\n </ol>\r\n\r\n <div class=\"titlebar\">\r\n <app-page-title *ngIf=\"!customTitleTemplate; else customTitle\"\r\n [title]=\"title\"\r\n [subTitle]=\"subTitle\"\r\n [subTitleUrl]=\"subTitleUrl\"\r\n [titleIcon]=\"titleIcon\"\r\n class=\"title text-truncate\">\r\n </app-page-title>\r\n\r\n <ng-template #customTitle>\r\n <div class=\"title\">\r\n <ng-container *ngTemplateOutlet=\"customTitleTemplate\"></ng-container>\r\n </div>\r\n </ng-template>\r\n\r\n <div class=\"actions\">\r\n <ec-button id=\"primaryAction\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hidePrimaryAction && onPrimaryAction.observers?.length && !readonly\"\r\n [disabled]=\"status?.status === 'pending' || disablePrimaryAction\"\r\n type=\"primary\"\r\n [label]=\"primaryActionLabel\"\r\n (clicked)=\"primaryAction($event)\">\r\n </ec-button>\r\n <ec-button id=\"secondaryAction\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hideSecondaryAction && onSecondaryAction.observers?.length\"\r\n type=\"secondary\"\r\n [label]=\"readonly ? 'Close' : secondaryActionLabel\"\r\n (clicked)=\"secondaryAction($event)\">\r\n </ec-button>\r\n <ec-dropdown id=\"moreActions\"\r\n *ngIf=\"moreActions?.length && !readonly\"\r\n [disabled]=\"status?.status === 'pending'\"\r\n class=\"ml-2\"\r\n buttonType=\"text\"\r\n [label]=\"moreActionsLabel\"\r\n [items]=\"moreActions\">\r\n </ec-dropdown>\r\n <ng-container *ngTemplateOutlet=\"customActionsTemplate\"></ng-container>\r\n </div>\r\n </div>\r\n\r\n <div *ngIf=\"customHeaderTemplate\"\r\n class=\"page-header\">\r\n <ng-container *ngTemplateOutlet=\"customHeaderTemplate\"></ng-container>\r\n </div>\r\n\r\n <ec-banner *ngIf=\"!customErrorBannerTemplate && errors; else customErrorBannerOutlet\"\r\n id=\"pageViewErrors\"\r\n [class.border-bottom-0]=\"!isDialog\">\r\n <div [innerHtml]=\"errors\"></div>\r\n </ec-banner>\r\n\r\n <ng-template #customErrorBannerOutlet>\r\n <ec-banner *ngIf=\"errors\"\r\n id=\"pageViewErrors\"\r\n [class.border-bottom-0]=\"!isDialog\">\r\n <ng-container *ngTemplateOutlet=\"customErrorBannerTemplate\"></ng-container>\r\n </ec-banner>\r\n </ng-template>\r\n </header>\r\n </div>\r\n\r\n <ec-button *ngIf=\"isDialog && ( (status?.status === 'pending' && !hideCloseOnPending) || status?.status === 'error')\"\r\n id=\"pageViewDialogClose\"\r\n type=\"icon\"\r\n icon=\"icon-cancel\"\r\n (clicked)=\"closeDialog()\">\r\n </ec-button>\r\n</div>", styles: [":host{flex:1 1;min-height:0;display:flex}header{background-color:var(--ec-background-color-body);position:sticky;top:0;order:1;padding:1rem 1.5rem .5rem;flex:none;z-index:var(--ec-z-index-sticky-page-header)}ol{font-size:var(--ec-font-size-label);line-height:1rem;grid-column:1/3;grid-row:1/2;list-style:none;padding:0;margin:0 0 .25rem}ol li{display:inline}ol li:not(:last-child):after{content:\" / \";display:inline;color:var(--ec-color-secondary-dark)}div[ecOverlay]{position:relative}.titlebar{display:grid;grid-template-columns:auto max-content;grid-template-rows:max-content max-content;gap:0 1rem}.title{grid-column:1/2;grid-row:2/3;align-self:center}.actions{grid-column:2/3;grid-row:2/3;display:flex;flex-direction:row-reverse}ec-banner{margin-top:1rem}section{padding:var(--ec-page-view-padding-section, .5rem 1.5rem 2rem);order:2;flex:1 0 auto;min-height:0}:not(.is-dialog)>section{z-index:0}footer{background-color:var(--ec-background-color-body);order:3;padding:0 1.5rem;height:4.5rem;flex:none;display:flex;align-items:center}.is-dialog header{padding:0}.is-dialog .titlebar{background-color:var(--ec-background-color);padding:1rem}.is-dialog ec-banner{margin:0}.is-dialog section{padding:var(--ec-page-view-padding-section, 1rem 1rem 1.5rem)}.sticky-footer section{padding-bottom:4.5rem}.sticky-footer footer{position:sticky;bottom:0;z-index:var(--ec-z-index-sticky-page-header)}.fit-content>section{flex:1 1;display:flex}.footer-visible section{padding-bottom:0}.overlay-visible header{z-index:var(--ec-z-index-overlay)1}.overlay-visible ec-banner{display:none}:host(.bg-content) header{background-color:var(--ec-background-color)}:host(.bg-content) section{background-color:var(--ec-background-color)}:host(.bg-content) footer{background-color:var(--ec-background-color)}#pageViewDialogClose{position:absolute;top:1rem;right:1rem;z-index:calc(var(--ec-z-index-overlay) + 1)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i4.CdkScrollable, selector: "[cdk-scrollable], [cdkScrollable]" }, { kind: "component", type: i5.ButtonComponent, selector: "ec-button", inputs: ["id", "disabled", "icon", "label", "badge", "tabindex", "type", "pending", "pendingIcon", "customTemplate", "isSubmit", "autofocus"], outputs: ["clicked"] }, { kind: "component", type: i6.ViewOverlayComponent, selector: "[ecOverlay]", inputs: ["status", "message", "action", "noDataTemplate", "displayAsMask", "overlayClassList"] }, { kind: "component", type: i7.BannerComponent, selector: "ec-banner", inputs: ["hidden", "id", "type", "bannerStyle", "title", "text", "list", "showCloseBtn", "autoHideOnClose", "customIcon", "rememberClosed"], outputs: ["closed"] }, { kind: "component", type: i8.DropdownComponent, selector: "ec-dropdown", inputs: ["id", "autofocus", "status", "disabled", "label", "icon", "buttonType", "buttonAlignment", "buttonTitle", "tabindex", "showArrow", "items", "menuTemplateType", "menuTitle", "menuHeight", "menuWidth", "menuMinWidth", "menuPosition", "menuFooter", "popupFixed", "buttonCustomTemplate", "pending"], outputs: ["itemSelected", "popupOpened"] }, { kind: "component", type: i9.PageTitleComponent, selector: "app-page-title", inputs: ["title", "titleIcon", "subTitle", "subTitleUrl"] }] }); }
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PageViewComponent, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PageViewComponent, decorators: [{
83
83
  type: Component,
84
84
  args: [{ selector: 'ec-page-view', host: {
85
85
  class: "flex-grow"
@@ -30,10 +30,10 @@ export class MockDialog {
30
30
  close(result) {
31
31
  this.closed.emit(result);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDialog, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: MockDialog, inputs: { size: "size" }, outputs: { opened: "opened", closed: "closed" }, ngImport: i0 }); }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDialog, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
34
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: MockDialog, inputs: { size: "size" }, outputs: { opened: "opened", closed: "closed" }, ngImport: i0 }); }
35
35
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDialog, decorators: [{
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDialog, decorators: [{
37
37
  type: Directive
38
38
  }], propDecorators: { size: [{
39
39
  type: Input
@@ -63,10 +63,10 @@ export class MockDateDisplayPipe {
63
63
  transform(value) {
64
64
  return '01/01/2017';
65
65
  }
66
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDateDisplayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
67
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: MockDateDisplayPipe, name: "dateDisplay" }); }
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDateDisplayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
67
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: MockDateDisplayPipe, name: "dateDisplay" }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockDateDisplayPipe, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockDateDisplayPipe, decorators: [{
70
70
  type: Pipe,
71
71
  args: [{ name: 'dateDisplay' }]
72
72
  }] });
@@ -124,10 +124,10 @@ export class MockActivatedRoute {
124
124
  this.queryParamMap = new Subject();
125
125
  this.routeConfig = {};
126
126
  }
127
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActivatedRoute, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
128
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActivatedRoute }); }
127
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActivatedRoute, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
128
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActivatedRoute }); }
129
129
  }
130
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MockActivatedRoute, decorators: [{
130
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MockActivatedRoute, decorators: [{
131
131
  type: Injectable
132
132
  }] });
133
133
  /** Return a @see RouterHelper spy object that can be used as a mock in tests */
@@ -5,10 +5,10 @@ export class UserPreferenceService {
5
5
  getPreferences() {
6
6
  return of({ preference: { dateFormat: 'MM/DD/YYYY', timeFormat: 'h:mm:ss a' } });
7
7
  }
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
9
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserPreferenceService, providedIn: 'root' }); }
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UserPreferenceService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
9
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UserPreferenceService, providedIn: 'root' }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserPreferenceService, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: UserPreferenceService, decorators: [{
12
12
  type: Injectable,
13
13
  args: [{
14
14
  providedIn: 'root'
@@ -237,10 +237,10 @@ export class WizardBaseComponent extends PageBaseComponent {
237
237
  this.help = tab ? tab.help : undefined;
238
238
  this.title = tab ? tab.title : undefined;
239
239
  }
240
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardBaseComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
241
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: WizardBaseComponent, usesInheritance: true, ngImport: i0 }); }
240
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardBaseComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive }); }
241
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: WizardBaseComponent, usesInheritance: true, ngImport: i0 }); }
242
242
  }
243
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardBaseComponent, decorators: [{
243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardBaseComponent, decorators: [{
244
244
  type: Directive
245
245
  }], ctorParameters: () => [{ type: i0.Injector }] });
246
246
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2l6YXJkLWJhc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvbGliL3NoYXJlZC93aXphcmQvd2l6YXJkLWJhc2Uvd2l6YXJkLWJhc2UuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVksTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLFFBQVEsQ0FBQztBQUNwQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFHM0MsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFFbkUsT0FBTyxFQUFFLGlCQUFpQixFQUFrQixNQUFNLDBDQUEwQyxDQUFDOztBQWU3RixNQUFNLE9BQWdCLG1CQUFvQixTQUFRLGlCQUFpQjtJQTBCakUsSUFBVyxRQUFRO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUN4QixDQUFDO0lBQ0QsSUFBVyxRQUFRLENBQUMsS0FBZTtRQUNqQyxJQUFJLENBQUMsU0FBUyxHQUFHLEtBQUssQ0FBQztJQUN6QixDQUFDO0lBT0QsSUFBVyxVQUFVO1FBQ25CLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUMxQixDQUFDO0lBTUQsWUFBWSxRQUFrQjtRQUM1QixLQUFLLENBQUMsUUFBUSxDQUFDLENBQUM7UUE3Q1gsaUJBQVksR0FBWSxJQUFJLENBQUM7UUFDN0IsMEJBQXFCLEdBQVksS0FBSyxDQUFDO1FBRTlDLDJGQUEyRjtRQUNwRixhQUFRLEdBQVksSUFBSSxDQUFDO1FBRWhDLDhFQUE4RTtRQUN2RSx1QkFBa0IsR0FBWSxLQUFLLENBQUM7UUFFM0MsNERBQTREO1FBQ3JELGFBQVEsR0FBWSxLQUFLLENBQUM7UUFLMUIsZ0JBQVcsR0FBVyxRQUFRLENBQUM7UUFFL0IsYUFBUSxH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SSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQzdCLElBQUksSUFBSSxDQUFDLGtCQUFrQixFQUFFLEVBQUUsQ0FBQztnQkFDOUIsb0RBQW9EO2dCQUNwRCxJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQztvQkFDckIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO2dCQUNwQyxDQUFDO2dCQUNELElBQUksQ0FBQyxhQUFhLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQ3hCLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1lBQzVCLENBQUM7aUJBQU0sQ0FBQztnQkFDTiw4R0FBOEc7Z0JBQzlHLGlGQUFpRjtnQkFDakYsNkdBQTZHO2dCQUM3RyxJQUFJLENBQUMsU0FBUyxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO2dCQUMzQyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztZQUMzQixDQUFDO1FBQ0gsQ0FBQztJQUNILENBQUM7SUFFRDs7O09BR0c7SUFDSyxhQUFhLENBQUMsR0FBZTtRQUNuQyxJQUFJLENBQUMsV0FBVyxHQUFHLEdBQUcsQ0FBQztRQUN2QixJQUFJLENBQUMsSUFBSSxHQUFHLEdBQUcsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxLQUFLLEdBQUcsR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7SUFDM0MsQ0FBQzsrR0F6Um1CLG1CQUFtQjttR0FBbkIsbUJBQW1COzs0RkFBbkIsbUJBQW1CO2tCQUR4QyxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyB1cHBlckZpcnN0IH0gZnJvbSAnbG9kYXNoJztcclxuaW1wb3J0IHsgdGFrZVVudGlsIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xyXG5pbXBvcnQgeyBOYXZHcm91cCB9IGZyb20gJy4uLy4uLy4uL2NvbnRyb2xzL25hdmlnYXRpb24vbmF2LWdyb3VwJztcclxuaW1wb3J0IHsgTmF2SXRlbSB9IGZyb20gJy4uLy4uLy4uL2NvbnRyb2xzL25hdmlnYXRpb24vbmF2LWl0ZW0nO1xyXG5pbXBvcnQgeyBUZWxlbWV0cnlTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vY29yZS90ZWxlbWV0cnkuc2VydmljZSc7XHJcbmltcG9ydCB7IEhlbHAgfSBmcm9tICcuLi8uLi8uLi9kaXNwbGF5L2hlbHAvaGVscC10eXBlcyc7XHJcbmltcG9ydCB7IFBhZ2VCYXNlQ29tcG9uZW50LCBQYWdlSW5pdFJlc3VsdCB9IGZyb20gJy4uLy4uL3BhZ2UvcGFnZS1iYXNlL3BhZ2UtYmFzZS5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBXaXphcmRUYWIgZXh0ZW5kcyBOYXZJdGVtIHtcclxuICAvKipcclxuICAgKiBQYXRoIHRvIGEgZm9ybSBncm91cC9hcnJheS9jb250cm9sIGNvbnRhaW5lZCBpbiB0aGUgZm9ybSdzIG1haW4gZm9ybSBncm91cC5cclxuICAgKiBVc2VkIHRvIG1hcCBhIHRhYiB0byBpdCdzIGZvcm0gbW9kZWwgZm9yIGZvcm0gdmFsaWRhdGlvbiBpbiBXaXphcmRCYXNlQ29tcG9uZW50LlxyXG4gICAqIFNlZSBodHRwczovL2FuZ3VsYXIuaW8vYXBpL2Zvcm1zL0Fic3RyYWN0Q29udHJvbCNnZXQtdXNhZ2Utbm90ZXMgZm9yIGRldGFpbHMgb24gcGF0aHMuXHJcbiAgICovXHJcbiAgZm9ybU1vZGVsUGF0aD86IHN0cmluZyB8IChzdHJpbmcgfCBudW1iZXIpW107XHJcbiAgaGVscD86IEhlbHA7XHJcbiAgdGl0bGU/OiBzdHJpbmc7XHJcbiAgY29tcGxldGVkPzogYm9vbGVhbjtcclxufVxyXG5cclxuQERpcmVjdGl2ZSgpXHJcbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBXaXphcmRCYXNlQ29tcG9uZW50IGV4dGVuZHMgUGFnZUJhc2VDb21wb25lbnQge1xyXG5cclxuICBwdWJsaWMgaXNXaXphcmRNb2RlOiBib29sZWFuID0gdHJ1ZTtcclxuICBwdWJsaWMgc2hvd1dpemFyZFNhdmVTdWNjZXNzOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIC8qKiBUcnVlIHdoZW4gdGhlcmUgYXJlIG5vIGN1c3RvbSBmaWVsZHMgb3Igd2hlbiBpbiB3aXphcmQgbW9kZSBvbiB0aGUgY3VzdG9tIGZpZWxkcyB0YWIgKi9cclxuICBwdWJsaWMgc2hvd1NhdmU6IGJvb2xlYW4gPSB0cnVlO1xyXG5cclxuICAvKiogVHJ1ZSB3aGVuIGluIHdpemFyZCBtb2RlIHlvdSBkbyBub3Qgd2FudCB0byBzaG93IHRoZSBuZXh0IG9yIHNhdmUgYnV0dG9uKi9cclxuICBwdWJsaWMgaGlkZU5leHRTYXZlQnV0dG9uOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIC8qKiBUcnVlIHdoZW4gaW4gd2l6YXJkIG1vZGUgYW5kIG9uIHRoZSBjdXN0b20gZmllbGRzIHRhYiAqL1xyXG4gIHB1YmxpYyBzaG93QmFjazogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICAvKiogTGFiZWxzIGZvciB0aGUgY2FuY2VsLCBuZXh0IGFuZCBiYWNrIGJ1dHRvbnMgKi9cclxuICBwdWJsaWMgbmV4dExhYmVsPzogc3RyaW5nO1xyXG4gIHB1YmxpYyBiYWNrTGFiZWw/OiBzdHJpbmc7XHJcbiAgcHVibGljIGNhbmNlbExhYmVsOiBzdHJpbmcgPSAnQ2FuY2VsJztcclxuXHJcbiAgcHVibGljIGRpYWxvZ0lkOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgLyoqXHJcbiAgICogQ29udGFpbnMgdGhlIGF2YWlsYWJsZSB3aXphcmQgdGFicy4gUGFzc2VkIHRvIFRhYnNDb21wb25lbnQuXHJcbiAgICogQG1lbWJlcm9mIFdpemFyZEJhc2VDb21wb25lbnRcclxuICAgKi9cclxuICBwcml2YXRlIF90YWJHcm91cCE6IE5hdkdyb3VwO1xyXG4gIHB1YmxpYyBnZXQgdGFiR3JvdXAoKTogTmF2R3JvdXAge1xyXG4gICAgcmV0dXJuIHRoaXMuX3RhYkdyb3VwO1xyXG4gIH1cclxuICBwdWJsaWMgc2V0IHRhYkdyb3VwKHZhbHVlOiBOYXZHcm91cCkge1xyXG4gICAgdGhpcy5fdGFiR3JvdXAgPSB2YWx1ZTtcclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIENvbnRhaW5zIHRoZSB0YWIgdGhhdCBpcyBjdXJyZW50bHkgc2VsZWN0ZWQuXHJcbiAgICogQG1lbWJlcm9mIFdpemFyZEJhc2VDb21wb25lbnRcclxuICAgKi9cclxuICBwcml2YXRlIF9jdXJyZW50VGFiPzogV2l6YXJkVGFiO1xyXG4gIHB1YmxpYyBnZXQgY3VycmVudFRhYigpOiBXaXphcmRUYWIgfCB1bmRlZmluZWQge1xyXG4gICAgcmV0dXJuIHRoaXMuX2N1cnJlbnRUYWI7XHJcbiAgfVxyXG5cclxuICBwcm90ZWN0ZWQgaW5pdFByb21pc2UhOiBQcm9taXNlPFdpemFyZEJhc2VDb21wb25lbnQ+O1xyXG5cclxuICBwcm90ZWN0ZWQgdGVsZW1ldHJ5U2VydmljZTogVGVsZW1ldHJ5U2VydmljZTtcclxuXHJcbiAgY29uc3RydWN0b3IoaW5qZWN0b3I6IEluamVjdG9yKSB7XHJcbiAgICBzdXBlcihpbmplY3Rvcik7XHJcblxyXG4gICAgdGhpcy50ZWxlbWV0cnlTZXJ2aWNlID0gaW5qZWN0b3IuZ2V0KFRlbGVtZXRyeVNlcnZpY2UpO1xyXG4gIH1cclxuXHJcbiAgcHJvdGVjdGVkIG9uRmlyc3RJbml0KCkge1xyXG4gICAgdGhpcy5fdGFiR3JvdXAgPSB0aGlzLmNvbmZpZ3VyZVRhYnMoKTtcclxuICAgIHRoaXMuc2V0Q3VycmVudFRhYih0aGlzLl90YWJHcm91cC5zZWxlY3RlZCk7XHJcbiAgICB0aGlzLnN1YnNjcmliZVRvVGFiQ2hhbmdlcygpO1xyXG4gIH1cclxuXHJcbiAgcHJvdGVjdGVkIGFic3RyYWN0IG9uSW5pdCgpOiBQcm9taXNlPFBhZ2VJbml0UmVzdWx0PjtcclxuXHJcbiAgcHJvdGVjdGVkIG9uV2l6YXJkU2F2ZVN1Y2Nlc3MoKTogdm9pZCB7IH1cclxuXHJcbiAgcHJvdGVjdGVkIGFzeW5jIG9uQWZ0ZXJWaWV3SW5pdCgpOiBQcm9taXNlPHZvaWQ+IHtcclxuICAgIHRoaXMudXBkYXRlQnV0dG9ucygpO1xyXG4gIH1cclxuXHJcbiAgLy9cclxuICAvLyBQYWdlQmFzZSBsaWZlY3ljbGUgaG9va3MuIE92ZXJyaWRlIGluIGRlcml2ZWQgY2xhc3MgaWYgbmVlZGVkLlxyXG4gIC8vXHJcbiAgcHJvdGVjdGVkIGFzeW5jIGFwcGx5TW9kZWxVcGRhdGVzKCkge31cclxuICBwcm90ZWN0ZWQgYXN5bmMgc2F2ZVRvQXBpKCk6IFByb21pc2U8bnVtYmVyfHZvaWQ+IHt9XHJcbiAgcHJvdGVjdGVkIG9uU2F2ZUNvbXBsZXRlKGVudGl0eUlkOiBudW1iZXIpIHt9XHJcblxyXG4gIHB1YmxpYyBhc3luYyBvblNhdmUoZXZlbnQ6IEV2ZW50KSB7XHJcbiAgICAvLyBNYXJrIHRoZSBjdXJyZW50IHRhYiBhcyBjb21wbGV0ZWQgaWYgdGhlIHRhYiBpcyB2YWxpZCBiZWZvcmUgYXR0ZW1wdGluZyB0byBzYXZlLlxyXG4gICAgaWYgKHRoaXMuX2N1cnJlbnRUYWIgJiYgdGhpcy5pc0N1cnJlbnRUYWJWYWxpZCgpKSB7XHJcbiAgICAgIHRoaXMuX2N1cnJlbnRUYWIuY29tcGxldGVkID0gdHJ1ZTtcclxuICAgIH1cclxuXHJcbiAgICBhd2FpdCBzdXBlci5vblNhdmUoZXZlbnQpO1xyXG5cclxuICAgIGlmICh0aGlzLnNob3dXaXphcmRTYXZlU3VjY2Vzcykge1xyXG4gICAgICB0aGlzLm9uV2l6YXJkU2F2ZVN1Y2Nlc3MoKTtcclxuICAgICAgdGhpcy50ZWxlbWV0cnlTZXJ2aWNlLnRyYWNrRXZlbnQoYCR7dGhpcy5kaWFsb2dJZH1fV2l6YXJkU3VjY2Vzc2ApO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogTmF2aWdhdGVzIHRvIHRoZSBuZXh0IHRhYiBpbiB0aGUgdGFiIGdyb3VwLiBDYWxscyBjYW5Hb1RvTmV4dFRhYigpIHRvIGRldGVybWluZSBpZiBuYXZpZ2F0aW5nIHRvIHRoZSBuZXh0IHRhYlxyXG4gICAqIGlzIGFsbG93ZWQgb3Igbm90LiBJZiB0YWIgdmFsaWRhdGlvbiBzdWNjZWVkcywgZW5hYmxlcyB0aGUgbmV4dCB0YWIgKGlmIGl0IGlzIGRpc2FibGVkKSBhbmQgc2VsZWN0cyBpdC5cclxuICAgKiBAbWVtYmVyb2YgV2l6YXJkQmFzZUNvbXBvbmVudFxyXG4gICAqL1xyXG4gIHB1YmxpYyBuZXh0VGFiKCkge1xyXG4gICAgY29uc3QgY3VycmVudFRhYkluZGV4ID0gdGhpcy5fdGFiR3JvdXAuaXRlbXMuZmluZEluZGV4KHQgPT4gdCA9PT0gdGhpcy5fY3VycmVudFRhYik7XHJcbiAgICAvLyBJZiB0aGVyZSBpcyBhIGN1cnJlbnQgdGFiIHNlbGVjdGVkIGFuZCB0aGUgY3VycmVudCB0YWIgaXMgbm90IHRoZSBsYXN0IHRhYixcclxuICAgIC8vIHVwZGF0ZSB0aGUgc2VsZWN0ZWQgdGFiIGluIHRoZSB0YWJHcm91cCB0byB0aGUgbmV4dCB0YWJcclxuICAgIGlmIChjdXJyZW50VGFiSW5kZXggPiAtMSAmJiBjdXJyZW50VGFiSW5kZXggPCB0aGlzLl90YWJHcm91cC5pdGVtcy5sZW5ndGggLSAxKSB7XHJcbiAgICAgIGNvbnN0IG5leHRUYWIgPSB0aGlzLl90YWJHcm91cC5pdGVtc1tjdXJyZW50VGFiSW5kZXggKyAxXTtcclxuICAgICAgaWYgKHRoaXMuY2FuR29Ub05leHRUYWIobmV4dFRhYikpIHtcclxuICAgICAgICAvLyBFbmFibGUgdGhlIG5leHQgdGFiIGlmIGl0IGlzIGRpc2FibGVkXHJcbiAgICAgICAgaWYgKG5leHRUYWIuZGlzYWJsZWQpIHtcclxuICAgICAgICAgIG5leHRUYWIuZGlzYWJsZWQgPSBmYWxzZTtcclxuICAgICAgICB9XHJcbiAgICAgICAgdGhpcy5fdGFiR3JvdXAuc2VsZWN0ZWQgPSBuZXh0VGFiO1xyXG4gICAgICAgIHRoaXMudGVsZW1ldHJ5U2VydmljZS50cmFja0V2ZW50KGAke3RoaXMuZGlhbG9nSWR9XyR7dXBwZXJGaXJzdChuZXh0VGFiLmlkPy50b1N0cmluZygpKX1gKTtcclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICB0aGlzLm9uVGFiQ2hhbmdlRmFpbGVkKCk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIE5hdmlnYXRlcyB0byB0aGUgcHJldmlvdXMgdGFiIGluIHRoZSB0YWIgZ3JvdXAuIENhbGxzIGNhbkdvVG9QcmV2aW91c1RhYigpIHRvIGRldGVybWluZSBpZiBuYXZpZ2F0aW5nIHRvIHRoZSBwcmV2aW91cyB0YWJcclxuICAgKiBpcyBhbGxvd2VkIG9yIG5vdC4gTmF2aWdhdGVzIHRvIHRoZSB0YWIgaWYgdmFsaWRhdGlvbiBzdWNjZWVkc1xyXG4gICAqIEBtZW1iZXJvZiBXaXphcmRCYXNlQ29tcG9uZW50XHJcbiAgICovXHJcbiAgcHVibGljIHByZXZpb3VzVGFiKCkge1xyXG4gICAgY29uc3QgY3VycmVudFRhYkluZGV4ID0gdGhpcy5fdGFiR3JvdXAuaXRlbXMuZmluZEluZGV4KHQgPT4gdCA9PT0gdGhpcy5fY3VycmVudFRhYik7XHJcbiAgICAvLyBJZiB0aGVyZSBpcyBhIGN1cnJlbnQgdGFiIHNlbGVjdGVkIGFuZCB0aGUgY3VycmVudCB0YWIgaXMgbm90IHRoZSBmaXJzdCB0YWIsXHJcbiAgICAvLyB1cGRhdGUgdGhlIHNlbGVjdGVkIHRhYiBpbiB0aGUgdGFiR3JvdXAgdG8gdGhlIHByZXZpb3VzIHRhYlxyXG4gICAgaWYgKGN1cnJlbnRUYWJJbmRleCA+IDAgJiYgY3VycmVudFRhYkluZGV4IDwgdGhpcy5fdGFiR3JvdXAuaXRlbXMubGVuZ3RoKSB7XHJcbiAgICAgIGNvbnN0IHByZXZUYWIgPSB0aGlzLl90YWJHcm91cC5pdGVtc1tjdXJyZW50VGFiSW5kZXggLSAxXTtcclxuICAgICAgaWYgKHRoaXMuY2FuR29Ub1ByZXZpb3VzVGFiKHByZXZUYWIpKSB7XHJcbiAgICAgICAgdGhpcy5fdGFiR3JvdXAuc2VsZWN0ZWQgPSBwcmV2VGFiO1xyXG4gICAgICAgIHRoaXMudGVsZW1ldHJ5U2VydmljZS50cmFja0V2ZW50KGAke3RoaXMuZGlhbG9nSWR9XyR7dXBwZXJGaXJzdChwcmV2VGFiLmlkPy50b1N0cmluZygpKX1gKTtcclxuICAgICAgfSBlbHNlIHtcclxuICAgICAgICB0aGlzLm9uVGFiQ2hhbmdlRmFpbGVkKCk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCB1cGRhdGVCdXR0b25zKCkge1xyXG4gICAgaWYgKHRoaXMuaXNXaXphcmRNb2RlKSB7XHJcbiAgICAgIGlmICh0aGlzLmN1cnJlbnRUYWIpIHtcclxuICAgICAgICBjb25zdCB0YWJJbmRleCA9IHRoaXMuX3RhYkdyb3VwLml0ZW1zLmZpbmRJbmRleCh0ID0+IHQgPT09IHRoaXMuY3VycmVudFRhYik7XHJcbiAgICAgICAgaWYgKHRhYkluZGV4ID4gMCkge1xyXG4gICAgICAgICAgLy8gU2hvdyB0aGUgYmFjayBidXR0b24gYW5kIHNldCB0aGUgbGFiZWwgdG8gdGhlIHByZXZpb3VzIHRhYiB3aGVuIG5vdCBvbiB0aGUgZmlyc3QgdGFiXHJcbiAgICAgICAgICB0aGlzLnNob3dCYWNrID0gdHJ1ZTtcclxuICAgICAgICAgIGNvbnN0IHByZXZUYWJLZXkgPSB0aGlzLl90YWJHcm91cC5pdGVtc1t0YWJJbmRleCAtIDFdLmxhYmVsITtcclxuICAgICAgICAgIHRoaXMuYmFja0xhYmVsID0gYCR7dGhpcy50cmFuc2xhdGVTZXJ2aWNlLmluc3RhbnQoJ0JhY2tfVEMnKX06ICR7dGhpcy50cmFuc2xhdGVTZXJ2aWNlLmluc3RhbnQocHJldlRhYktleSl9YDtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgLy8gSGlkZSB0aGUgYmFjayBidXR0b24gd2hlbiBvbiB0aGUgZmlyc3QgdGFiXHJcbiAgICAgICAgICB0aGlzLnNob3dCYWNrID0gZmFsc2U7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICBpZiAodGFiSW5kZXggPCB0aGlzLl90YWJHcm91cC5pdGVtcy5sZW5ndGggLSAxKSB7XHJcbiAgICAgICAgICAvLyBTaG93IHRoZSBuZXh0IGJ1dHRvbiBhbmQgc2V0IHRoZSBsYWJlbCB0byB0aGUgbmV4dCB0YWIgd2hlbiBub3Qgb24gdGhlIGxhc3QgdGFiXHJcbiAgICAgICAgICB0aGlzLnNob3dTYXZlID0gZmFsc2U7XHJcbiAgICAgICAgICBjb25zdCBuZXh0VGFiS2V5ID0gdGhpcy5fdGFiR3JvdXAuaXRlbXNbdGFiSW5kZXggKyAxXS5sYWJlbCE7XHJcbiAgICAgICAgICB0aGlzLm5leHRMYWJlbCA9IGAke3RoaXMudHJhbnNsYXRlU2VydmljZS5pbnN0YW50KCdOZXh0X1RDJyl9OiAke3RoaXMudHJhbnNsYXRlU2VydmljZS5pbnN0YW50KG5leHRUYWJLZXkpfWA7XHJcbiAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgIHRoaXMubmV4dExhYmVsID0gdW5kZWZpbmVkO1xyXG4gICAgICAgICAgLy8gU2hvdyB0aGUgc2F2ZSBidXR0b24gaW5zdGVhZCBvZiBuZXh0IHdoZW4gb24gdGhlIGxhc3QgdGFiXHJcbiAgICAgICAgICB0aGlzLnNob3dTYXZlID0gdHJ1ZTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH0gZWxzZSB7XHJcbiAgICAgIHRoaXMuc2hvd0JhY2sgPSBmYWxzZTtcclxuICAgICAgdGhpcy5zaG93U2F2ZSA9IHRydWU7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBSZXF1aXJlZCB0byBjb25maWd1cmUgdGhlIHRhYnMgYW5kIGRlZmF1bHQgdGFiIGZvciB0aGUgd2l6YXJkLiBSdW5zIGluIG9uRmlyc3RJbml0LCBiZWZvcmUgb25Jbml0LlxyXG4gICAqIEBtZW1iZXJvZiBXaXphcmRCYXNlQ29tcG9uZW50XHJcbiAgICovXHJcbiAgcHJvdGVjdGVkIGFic3RyYWN0IGNvbmZpZ3VyZVRhYnMoKTogTmF2R3JvdXA7XHJcblxyXG4gIC8qKlxyXG4gICAqIFVzZWQgdG8gZGV0ZXJtaW5lIHdoZXRoZXIgbmF2aWdhdGlvbiB0byB0aGUgbmV4dCB0YWIgaXMgcHJldmVudGVkIG9yIG5vdC4gRmlyZWQgaW4gbmV4dFRhYigpLCBidXQgbm90IHdoZW4gYSB0YWIgaXNcclxuICAgKiBjbGlja2VkIG9yIHNlbGVjdGVkIHByb2dyYW1tYXRpY2FsbHkuIEJ5IGRlZmF1bHQsIHRoaXMgY2hlY2tzIHRoZSB2YWxpZGl0eSBvZiB0aGUgY3VycmVudCB0YWIncyBmb3JtIG1vZGVsIGFuZFxyXG4gICAqIHByZXZlbnRzIG5hdmlnYXRpb24gaWYgaXQgaXMgaW52YWxpZC4gQ2FuIGJlIG92ZXJyaWRkZW4gaWYgZGlmZmVyZW50IGxvZ2ljIGlzIG5lZWRlZC5cclxuICAgKiBAcGFyYW0gbmV4dFRhYiAtIFRoZSB0YWIgYmVpbmcgbmF2aWdhdGVkIHRvXHJcbiAgICogQG1lbWJlcm9mIFdpemFyZEJhc2VDb21wb25lbnRcclxuICAgKi9cclxuICBwcm90ZWN0ZWQgY2FuR29Ub05leHRUYWIobmV4dFRhYjogV2l6YXJkVGFiKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdGhpcy5pc0N1cnJlbnRUYWJWYWxpZCgpO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogVXNlZCB0byBkZXRlcm1pbmUgd2hldGhlciBuYXZpZ2F0aW9uIHRvIHRoZSBwcmV2aW91cyB0YWIgaXMgcHJldmVudGVkIG9yIG5vdC4gRmlyZWQgaW4gcHJldmlvdXNUYWIoKSwgYnV0IG5vdCB3aGVuIGEgdGFiIGlzXHJcbiAgICogY2xpY2tlZCBvciBzZWxlY3RlZCBwcm9ncmFtbWF0aWNhbGx5LiBCeSBkZWZhdWx0LCB0aGlzIGNoZWNrcyB0aGUgdmFsaWRpdHkgb2YgdGhlIGN1cnJlbnQgdGFiJ3MgZm9ybSBtb2RlbCBhbmRcclxuICAgKiBwcmV2ZW50cyBuYXZpZ2F0aW9uIGlmIGl0IGlzIGludmFsaWQuIENhbiBiZSBvdmVycmlkZGVuIGlmIGRpZmZlcmVudCBsb2dpYyBpcyBuZWVkZWQuXHJcbiAgICogQHBhcmFtIHByZXZUYWIgLSBUaGUgdGFiIGJlaW5nIG5hdmlnYXRlZCB0b1xyXG4gICAqIEBtZW1iZXJvZiBXaXphcmRCYXNlQ29tcG9uZW50XHJcbiAgICovXHJcbiAgcHJvdGVjdGVkIGNhbkdvVG9QcmV2aW91c1RhYihwcmV2VGFiOiBXaXphcmRUYWIpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0aGlzLmlzQ3VycmVudFRhYlZhbGlkKCk7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBVc2VkIHRvIGRldGVybWluZSB3aGV0aGVyIG5hdmlnYXRpbmcgYXdheSBmcm9tIHRoZSBjdXJyZW50IHRhYiBpcyBwcmV2ZW50ZWQgb3Igbm90LiBGaXJlZCBhbnkgdGltZSB0aGUgc2VsZWN0ZWQgdGFiXHJcbiAgICogY2hhbmdlcyBpbiB0aGUgdGFiR3JvdXAuIEJ5IGRlZmF1bHQsIHRoaXMgY2hlY2tzIHRoZSB2YWxpZGl0eSBvZiB0aGUgY3VycmVudCB0YWIncyBmb3JtIG1vZGVsIGFuZCBwcmV2ZW50cyBuYXZpZ2F0aW9uXHJcbiAgICogaWYgaXQgaXMgaW52YWxpZC4gQ2FuIGJlIG92ZXJyaWRkZW4gaWYgZGlmZmVyZW50IGxvZ2ljIGlzIG5lZWRlZC5cclxuICAgKiBAbWVtYmVyb2YgV2l6YXJkQmFzZUNvbXBvbmVudFxyXG4gICAqL1xyXG4gIHByb3RlY3RlZCBjYW5MZWF2ZUN1cnJlbnRUYWIoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdGhpcy5pc0N1cnJlbnRUYWJWYWxpZCgpO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogVHJpZ2dlcnMgdmFsaWRhdGlvbiBvbiB0aGUgY3VycmVudCB3aXphcmQgdGFiJ3MgZm9ybSBjb250cm9sLiBSZXR1cm5zIHRydWUgaWYgdGhlIGZvcm0gY29udHJvbCBpcyB2YWxpZCwgZmFsc2UgaWYgbm90LlxyXG4gICAqIFJldHVybnMgdHJ1ZSBpZiB0aGUgZm9ybU1vZGVsUGF0aCBmb3IgdGhlIHRhYiBpcyBub3QgZGVmaW5lZCBvciBubyBmb3JtIGNvbnRyb2wgaXMgZm91bmQuIENhbiBiZSBvdmVycmlkZGVuIGlmIGRpZmZlcmVudFxyXG4gICAqIGxvZ2ljIGlzIG5lZWRlZCB0byB2YWxpZGF0ZSB0aGUgZm9ybSBjb250cm9sIGZvciB0aGUgY3VycmVudCB0YWIuXHJcbiAgICogQG1lbWJlcm9mIFdpemFyZEJhc2VDb21wb25lbnRcclxuICAgKi9cclxuICBwcm90ZWN0ZWQgaXNDdXJyZW50VGFiVmFsaWQoKTogYm9vbGVhbiB7XHJcbiAgICBpZiAodGhpcy5fY3VycmVudFRhYiAmJiB0aGlzLl9jdXJyZW50VGFiLmZvcm1Nb2RlbFBhdGgpIHtcclxuICAgICAgbGV0IGZvcm1Nb2RlbCA9IHRoaXMuZm9ybUdyb3VwLmdldCh0aGlzLl9jdXJyZW50VGFiLmZvcm1Nb2RlbFBhdGgpO1xyXG4gICAgICBpZiAoZm9ybU1vZGVsKSB7XHJcbiAgICAgICAgZm9ybU1vZGVsLm1hcmtBbGxBc1RvdWNoZWQoKTtcclxuICAgICAgICByZXR1cm4gZm9ybU1vZGVsLnZhbGlkIHx8IGZvcm1Nb2RlbC5kaXNhYmxlZDtcclxuICAgICAgfVxyXG4gICAgfVxyXG4gICAgcmV0dXJuIHRydWU7XHJcbiAgfVxyXG5cclxuICAvKipcclxuICAgKiBGaXJlZCBpZiBuYXZpZ2F0aW9uIHRvIGEgdGFiIHN1Y2NlZWRzLiBIaWRlcyB0aGUgZXJyb3IgYmFubmVyIGJ5IGRlZmF1bHQsIGJ1dCBjYW4gYmUgb3ZlcnJpZGRlbiBpZiBsb2dpYyBpcyBuZWVkZWQuXHJcbiAgICogQG1lbWJlcm9mIFdpemFyZEJhc2VDb21wb25lbnRcclxuICAgKi9cclxuICBwcm90ZWN0ZWQgb25UYWJDaGFuZ2VTdWNjZXNzKCk6IHZvaWQge1xyXG4gICAgdGhpcy51cGRhdGVCdXR0b25zKCk7XHJcbiAgICB0aGlzLmhpZGVFcnJvckJhbm5lcigpO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogRmlyZWQgaWYgbmF2aWdhdGlvbiB0byBhIHRhYiBmYWlscy4gQnkgZGVmYXVsdCwgc2hvd3MgdGhlIGVycm9yIGJhbm5lciB3aXRoIHRoZSBkZWZhdWx0IGludmFsaWQgZm9ybSBtZXNzYWdlLCBidXRcclxuICAgKiBjYW4gYmUgb3ZlcnJpZGRlbiBpZiBkaWZmZXJlbnQgbG9naWMgaXMgbmVlZGVkLlxyXG4gICAqIEBtZW1iZXJvZiBXaXphcmRCYXNlQ29tcG9uZW50XHJcbiAgICovXHJcbiAgcHJvdGVjdGVkIG9uVGFiQ2hhbmdlRmFpbGVkKCk6IHZvaWQge1xyXG4gICAgdGhpcy5zaG93RXJyb3JCYW5uZXIodGhpcy5kZWZhdWx0SW52YWxpZEZvcm1NZXNzYWdlKTtcclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIExpc3RlbiBmb3Igd2hlbiB0aGUgdGFiR3JvdXAncyBzZWxlY3RlZCBpdGVtIGlzIGNoYW5nZWQgKEkuRS4gd2hlbiBhIHRhYiBpcyBjbGlja2VkIG9yIHNlbGVjdGVkIHByb2dyYW1tYXRpY2FsbHkpXHJcbiAgICogYW5kIG5hdmlnYXRlIHRvIHRoYXQgdGFiLlxyXG4gICAqL1xyXG4gIHByaXZhdGUgc3Vic2NyaWJlVG9UYWJDaGFuZ2VzKCkge1xyXG4gICAgLy8gV2hlbmV2ZXIgdGhlIHRhYkdyb3VwJ3Mgc2VsZWN0ZWQgdGFiIGNoYW5nZXMsIGdvIHRvIHRoZSBzZWxlY3RlZCB0YWJcclxuICAgIHRoaXMuX3RhYkdyb3VwLnNlbGVjdGVkQ2hhbmdlcy5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3llZCkpLnN1YnNjcmliZSh0YWIgPT4ge1xyXG4gICAgICB0aGlzLmdvVG9UYWIodGFiKTtcclxuICAgIH0pO1xyXG4gIH1cclxuXHJcbiAgLyoqXHJcbiAgICogVHJpZ2dlcmVkIHdoZW4gdGhlIHRhYkdyb3VwJ3Mgc2VsZWN0ZWQgaXRlbSBjaGFuZ2VzLiBJZiB0aGUgY3VycmVudCB0YWIgcGFzc2VzIHZhbGlkYXRpb24sIHVwZGF0ZXNcclxuICAgKiB0aGUgY3VycmVudCB0YWIgdG8gdGhlIHNlbGVjdGVkIHRhYi5cclxuICAgKiBAcGFyYW0gdGFiIC0gdGhlIHRhYiB0aGF0IHdhcyBzZWxlY3RlZFxyXG4gICAqL1xyXG4gIHByaXZhdGUgZ29Ub1RhYih0YWI6IFdpemFyZFRhYikge1xyXG4gICAgLy8gT25seSBjb250aW51ZSBpZiB0aGUgY3VycmVudCB0YWIgaXMgbm90IHRoZSB0YWIgdGhhdCB3YXMgc2VsZWN0ZWQuIFRoZXkgYXJlIHRoZSBzYW1lXHJcbiAgICAvLyB3aGVuIHdlIGFyZSByZXNldHRpbmcgdGhlIHRhYiBncm91cCdzIHNlbGVjdGVkIHRhYiBiYWNrIHRvIHRoZSBjdXJyZW50IHRhYiB3aGVuIHZhbGlkYXRpb24gZmFpbHMuXHJcbiAgICAvLyBXaXRob3V0IHRoaXMgY2hlY2ssIHdlIGNvdWxkIGVuZCB1cCBpbiBhbiBpbmZpbml0ZSBsb29wLlxyXG4gICAgaWYgKHRhYiAhPT0gdGhpcy5fY3VycmVudFRhYikge1xyXG4gICAgICBpZiAodGhpcy5jYW5MZWF2ZUN1cnJlbnRUYWIoKSkge1xyXG4gICAgICAgIC8vIE1hcmsgdGhlIGN1cnJlbnQgdGFiIGFzIGNvbXBsZXRlIGJlZm9yZSBzd2l0Y2hpbmdcclxuICAgICAgICBpZiAodGhpcy5fY3VycmVudFRhYikge1xyXG4gICAgICAgICAgdGhpcy5fY3VycmVudFRhYi5jb21wbGV0ZWQgPSB0cnVlO1xyXG4gICAgICAgIH1cclxuICAgICAgICB0aGlzLnNldEN1cnJlbnRUYWIodGFiKTtcclxuICAgICAgICB0aGlzLm9uVGFiQ2hhbmdlU3VjY2VzcygpO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgIC8vIEJlY2F1c2UgdGhlIHRhYkdyb3VwJ3Mgc2VsZWN0ZWQgdGFiIGlzIHVwZGF0ZWQgd2hlbiBhIHRhYiBpcyBjbGlja2VkIGJlZm9yZSB3ZSBjYW4gcnVuIGFueSBmb3JtIHZhbGlkYXRpb24sXHJcbiAgICAgICAgLy8gd2UgbmVlZCB0byByZXNldCB0aGUgc2VsZWN0ZWQgdGFiIGJhY2sgdG8gdGhlIGN1cnJlbnQgdGFiIGlmIHZhbGlkYXRpb24gZmFpbHMuXHJcbiAgICAgICAgLy8gV2l0aG91dCB0aGlzIHdlIHdvdWxkIGhhdmUgbm8gd2F5IHRvIHByZXZlbnQgdGhlIHVzZXIgZnJvbSBsZWF2aW5nIHRoZSBjdXJyZW50IHRhYiBpZiB0aGUgZm9ybSBpcyBpbnZhbGlkLlxyXG4gICAgICAgIHRoaXMuX3RhYkdyb3VwLnNlbGVjdGVkID0gdGhpcy5fY3VycmVudFRhYjtcclxuICAgICAgICB0aGlzLm9uVGFiQ2hhbmdlRmFpbGVkKCk7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcblxyXG4gIC8qKlxyXG4gICAqIFVwZGF0ZXMgdGhlIGN1cnJlbnQgdGFiLCB0aXRsZSwgYW5kIGhlbHAuXHJcbiAgICogQHBhcmFtIHRhYiBUYWIgdG8gc2V0XHJcbiAgICovXHJcbiAgcHJpdmF0ZSBzZXRDdXJyZW50VGFiKHRhYj86IFdpemFyZFRhYikge1xyXG4gICAgdGhpcy5fY3VycmVudFRhYiA9IHRhYjtcclxuICAgIHRoaXMuaGVscCA9IHRhYiA/IHRhYi5oZWxwIDogdW5kZWZpbmVkO1xyXG4gICAgdGhpcy50aXRsZSA9IHRhYiA/IHRhYi50aXRsZSA6IHVuZGVmaW5lZDtcclxuICB9XHJcbn1cclxuIl19
@@ -28,10 +28,10 @@ export class WizardButtonsComponent {
28
28
  onNextTab() {
29
29
  this.nextTab.emit();
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: WizardButtonsComponent, selector: "ec-wizard-buttons", inputs: { nextLabel: "nextLabel", backLabel: "backLabel", cancelLabel: "cancelLabel", saveLabel: "saveLabel", cancelId: "cancelId", saveId: "saveId", tabindex: "tabindex", status: "status", showBack: "showBack", showSave: "showSave", hideNextSaveButton: "hideNextSaveButton" }, outputs: { cancel: "cancel", save: "save", nextTab: "nextTab", previousTab: "previousTab" }, ngImport: i0, template: "<ec-button id=\"{{saveId}}\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hideNextSaveButton\"\r\n type=\"primary\"\r\n [label]=\"(!showSave ? nextLabel : saveLabel)\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex\"\r\n (clicked)=\"!showSave ? onNextTab() : onSave($event)\"\r\n [disabled]=\"status?.status === 'pending' || status?.status === 'error'\">\r\n</ec-button>\r\n<ec-button id=\"previousTab\"\r\n class=\"ml-2\"\r\n *ngIf=\"showBack\"\r\n type=\"secondary\"\r\n [label]=\"backLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+1\"\r\n (clicked)=\"onPreviousTab()\">\r\n</ec-button>\r\n<ec-button id=\"{{cancelId}}\"\r\n type=\"secondary\"\r\n [label]=\"cancelLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+2\"\r\n (clicked)=\"onCancel()\">\r\n</ec-button>\r\n", styles: [":host{display:flex;flex-direction:row-reverse}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ButtonComponent, selector: "ec-button", inputs: ["id", "disabled", "icon", "label", "badge", "tabindex", "type", "pending", "pendingIcon", "customTemplate", "isSubmit", "autofocus"], outputs: ["clicked"] }] }); }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardButtonsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: WizardButtonsComponent, selector: "ec-wizard-buttons", inputs: { nextLabel: "nextLabel", backLabel: "backLabel", cancelLabel: "cancelLabel", saveLabel: "saveLabel", cancelId: "cancelId", saveId: "saveId", tabindex: "tabindex", status: "status", showBack: "showBack", showSave: "showSave", hideNextSaveButton: "hideNextSaveButton" }, outputs: { cancel: "cancel", save: "save", nextTab: "nextTab", previousTab: "previousTab" }, ngImport: i0, template: "<ec-button id=\"{{saveId}}\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hideNextSaveButton\"\r\n type=\"primary\"\r\n [label]=\"(!showSave ? nextLabel : saveLabel)\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex\"\r\n (clicked)=\"!showSave ? onNextTab() : onSave($event)\"\r\n [disabled]=\"status?.status === 'pending' || status?.status === 'error'\">\r\n</ec-button>\r\n<ec-button id=\"previousTab\"\r\n class=\"ml-2\"\r\n *ngIf=\"showBack\"\r\n type=\"secondary\"\r\n [label]=\"backLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+1\"\r\n (clicked)=\"onPreviousTab()\">\r\n</ec-button>\r\n<ec-button id=\"{{cancelId}}\"\r\n type=\"secondary\"\r\n [label]=\"cancelLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+2\"\r\n (clicked)=\"onCancel()\">\r\n</ec-button>\r\n", styles: [":host{display:flex;flex-direction:row-reverse}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.ButtonComponent, selector: "ec-button", inputs: ["id", "disabled", "icon", "label", "badge", "tabindex", "type", "pending", "pendingIcon", "customTemplate", "isSubmit", "autofocus"], outputs: ["clicked"] }] }); }
33
33
  }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardButtonsComponent, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardButtonsComponent, decorators: [{
35
35
  type: Component,
36
36
  args: [{ selector: 'ec-wizard-buttons', template: "<ec-button id=\"{{saveId}}\"\r\n class=\"ml-2\"\r\n *ngIf=\"!hideNextSaveButton\"\r\n type=\"primary\"\r\n [label]=\"(!showSave ? nextLabel : saveLabel)\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex\"\r\n (clicked)=\"!showSave ? onNextTab() : onSave($event)\"\r\n [disabled]=\"status?.status === 'pending' || status?.status === 'error'\">\r\n</ec-button>\r\n<ec-button id=\"previousTab\"\r\n class=\"ml-2\"\r\n *ngIf=\"showBack\"\r\n type=\"secondary\"\r\n [label]=\"backLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+1\"\r\n (clicked)=\"onPreviousTab()\">\r\n</ec-button>\r\n<ec-button id=\"{{cancelId}}\"\r\n type=\"secondary\"\r\n [label]=\"cancelLabel\"\r\n [tabindex]=\"!tabindex ? 0 : tabindex+2\"\r\n (clicked)=\"onCancel()\">\r\n</ec-button>\r\n", styles: [":host{display:flex;flex-direction:row-reverse}\n"] }]
37
37
  }], ctorParameters: () => [], propDecorators: { nextLabel: [{
@@ -4,10 +4,10 @@ import * as i1 from "@angular/common";
4
4
  import * as i2 from "@ngx-translate/core";
5
5
  export class WizardProgressComponent {
6
6
  constructor() { }
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: WizardProgressComponent, selector: "ec-wizard-progress", inputs: { tabGroup: "tabGroup", currentTab: "currentTab" }, ngImport: i0, template: "<div *ngFor=\"let tab of tabGroup?.items; index as index; first as isFirst; last as isLast\"\r\n class=\"progress-tab\"\r\n [class.ml-2]=\"!isFirst\"\r\n [class.is-active]=\"currentTab?.id === tab.id\">\r\n\r\n <i *ngIf=\"tab.completed\"\r\n class=\"ec-icon icon-check-circle mr-1 font-color-success\"></i>\r\n <span *ngIf=\"!tab.completed\">{{index+1}}.&nbsp;</span>\r\n <span>{{tab.label | translate}}</span>\r\n <i *ngIf=\"!isLast\"\r\n class=\"ec-icon icon-angle-down rotate-270 ml-2\"></i>\r\n</div>", styles: [":host{display:flex;align-items:center;padding:0 1rem}.progress-tab{display:flex;align-items:center}.progress-tab.is-active{font-weight:700}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: WizardProgressComponent, selector: "ec-wizard-progress", inputs: { tabGroup: "tabGroup", currentTab: "currentTab" }, ngImport: i0, template: "<div *ngFor=\"let tab of tabGroup?.items; index as index; first as isFirst; last as isLast\"\r\n class=\"progress-tab\"\r\n [class.ml-2]=\"!isFirst\"\r\n [class.is-active]=\"currentTab?.id === tab.id\">\r\n\r\n <i *ngIf=\"tab.completed\"\r\n class=\"ec-icon icon-check-circle mr-1 font-color-success\"></i>\r\n <span *ngIf=\"!tab.completed\">{{index+1}}.&nbsp;</span>\r\n <span>{{tab.label | translate}}</span>\r\n <i *ngIf=\"!isLast\"\r\n class=\"ec-icon icon-angle-down rotate-270 ml-2\"></i>\r\n</div>", styles: [":host{display:flex;align-items:center;padding:0 1rem}.progress-tab{display:flex;align-items:center}.progress-tab.is-active{font-weight:700}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WizardProgressComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardProgressComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'ec-wizard-progress', template: "<div *ngFor=\"let tab of tabGroup?.items; index as index; first as isFirst; last as isLast\"\r\n class=\"progress-tab\"\r\n [class.ml-2]=\"!isFirst\"\r\n [class.is-active]=\"currentTab?.id === tab.id\">\r\n\r\n <i *ngIf=\"tab.completed\"\r\n class=\"ec-icon icon-check-circle mr-1 font-color-success\"></i>\r\n <span *ngIf=\"!tab.completed\">{{index+1}}.&nbsp;</span>\r\n <span>{{tab.label | translate}}</span>\r\n <i *ngIf=\"!isLast\"\r\n class=\"ec-icon icon-angle-down rotate-270 ml-2\"></i>\r\n</div>", styles: [":host{display:flex;align-items:center;padding:0 1rem}.progress-tab{display:flex;align-items:center}.progress-tab.is-active{font-weight:700}\n"] }]
13
13
  }], ctorParameters: () => [], propDecorators: { tabGroup: [{