@huntsman-cancer-institute/cod 12.5.0 → 14.1.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 (103) hide show
  1. package/components/attribute-absolute.component.d.ts +1 -1
  2. package/components/attribute-base.d.ts +1 -1
  3. package/components/attribute-configuration.component.d.ts +1 -1
  4. package/components/attribute-container.component.d.ts +1 -1
  5. package/components/attribute-default.component.d.ts +1 -1
  6. package/components/attribute-edit.component.d.ts +1 -1
  7. package/components/attribute-flex.component.d.ts +1 -1
  8. package/esm2020/cod.module.mjs +119 -0
  9. package/esm2020/components/attribute-absolute.component.mjs +845 -0
  10. package/esm2020/components/attribute-base.mjs +564 -0
  11. package/esm2020/components/attribute-configuration.component.mjs +263 -0
  12. package/esm2020/components/attribute-container.component.mjs +258 -0
  13. package/esm2020/components/attribute-default.component.mjs +325 -0
  14. package/esm2020/components/attribute-edit.component.mjs +684 -0
  15. package/esm2020/components/attribute-flex.component.mjs +765 -0
  16. package/esm2020/date/date-util.mjs +59 -0
  17. package/esm2020/huntsman-cancer-institute-cod.mjs +5 -0
  18. package/esm2020/index.mjs +21 -0
  19. package/esm2020/model/attribute-choice.entity.mjs +2 -0
  20. package/esm2020/model/attribute-configuration.dto.mjs +2 -0
  21. package/esm2020/model/attribute-configuration.entity.mjs +2 -0
  22. package/esm2020/model/attribute-container.entity.mjs +2 -0
  23. package/esm2020/model/attribute-dictionary.entity.mjs +2 -0
  24. package/esm2020/model/attribute-long-text.entity.mjs +2 -0
  25. package/esm2020/model/attribute-value-grid-row.entity.mjs +2 -0
  26. package/esm2020/model/attribute-value-set.entity.mjs +2 -0
  27. package/esm2020/model/attribute-value.entity.mjs +3 -0
  28. package/esm2020/model/attribute.entity.mjs +2 -0
  29. package/esm2020/model/dictionary-entries.dto.mjs +3 -0
  30. package/esm2020/model/extractable-field-status.entity.mjs +2 -0
  31. package/esm2020/model/graphical-attribute.entity.mjs +2 -0
  32. package/esm2020/model/pre-eval.dto.mjs +3 -0
  33. package/esm2020/pipes/is-group-attribute.pipe.mjs +32 -0
  34. package/esm2020/services/attribute.service.mjs +1212 -0
  35. package/fesm2015/huntsman-cancer-institute-cod.mjs +5055 -0
  36. package/fesm2015/huntsman-cancer-institute-cod.mjs.map +1 -0
  37. package/{fesm2015/huntsman-cancer-institute-cod.js → fesm2020/huntsman-cancer-institute-cod.mjs} +1460 -1536
  38. package/fesm2020/huntsman-cancer-institute-cod.mjs.map +1 -0
  39. package/package.json +33 -25
  40. package/pipes/is-group-attribute.pipe.d.ts +1 -1
  41. package/CHANGELOG.md +0 -6
  42. package/bundles/huntsman-cancer-institute-cod.umd.js +0 -2872
  43. package/bundles/huntsman-cancer-institute-cod.umd.js.map +0 -1
  44. package/bundles/huntsman-cancer-institute-cod.umd.min.js +0 -2
  45. package/bundles/huntsman-cancer-institute-cod.umd.min.js.map +0 -1
  46. package/esm2015/cod.module.js +0 -121
  47. package/esm2015/components/attribute-absolute.component.js +0 -874
  48. package/esm2015/components/attribute-base.js +0 -564
  49. package/esm2015/components/attribute-configuration.component.js +0 -263
  50. package/esm2015/components/attribute-container.component.js +0 -258
  51. package/esm2015/components/attribute-default.component.js +0 -325
  52. package/esm2015/components/attribute-edit.component.js +0 -712
  53. package/esm2015/components/attribute-flex.component.js +0 -792
  54. package/esm2015/date/date-util.js +0 -59
  55. package/esm2015/huntsman-cancer-institute-cod.js +0 -5
  56. package/esm2015/index.js +0 -21
  57. package/esm2015/model/attribute-choice.entity.js +0 -2
  58. package/esm2015/model/attribute-configuration.dto.js +0 -2
  59. package/esm2015/model/attribute-configuration.entity.js +0 -2
  60. package/esm2015/model/attribute-container.entity.js +0 -2
  61. package/esm2015/model/attribute-dictionary.entity.js +0 -2
  62. package/esm2015/model/attribute-long-text.entity.js +0 -2
  63. package/esm2015/model/attribute-value-grid-row.entity.js +0 -2
  64. package/esm2015/model/attribute-value-set.entity.js +0 -2
  65. package/esm2015/model/attribute-value.entity.js +0 -3
  66. package/esm2015/model/attribute.entity.js +0 -2
  67. package/esm2015/model/dictionary-entries.dto.js +0 -3
  68. package/esm2015/model/extractable-field-status.entity.js +0 -2
  69. package/esm2015/model/graphical-attribute.entity.js +0 -2
  70. package/esm2015/model/pre-eval.dto.js +0 -3
  71. package/esm2015/pipes/is-group-attribute.pipe.js +0 -32
  72. package/esm2015/services/attribute.service.js +0 -1212
  73. package/esm5/cod.module.js +0 -125
  74. package/esm5/components/attribute-absolute.component.js +0 -129
  75. package/esm5/components/attribute-base.js +0 -700
  76. package/esm5/components/attribute-configuration.component.js +0 -149
  77. package/esm5/components/attribute-container.component.js +0 -163
  78. package/esm5/components/attribute-default.component.js +0 -69
  79. package/esm5/components/attribute-edit.component.js +0 -56
  80. package/esm5/components/attribute-flex.component.js +0 -122
  81. package/esm5/date/date-util.js +0 -63
  82. package/esm5/huntsman-cancer-institute-cod.js +0 -5
  83. package/esm5/index.js +0 -21
  84. package/esm5/model/attribute-choice.entity.js +0 -2
  85. package/esm5/model/attribute-configuration.dto.js +0 -2
  86. package/esm5/model/attribute-configuration.entity.js +0 -2
  87. package/esm5/model/attribute-container.entity.js +0 -2
  88. package/esm5/model/attribute-dictionary.entity.js +0 -2
  89. package/esm5/model/attribute-long-text.entity.js +0 -2
  90. package/esm5/model/attribute-value-grid-row.entity.js +0 -2
  91. package/esm5/model/attribute-value-set.entity.js +0 -2
  92. package/esm5/model/attribute-value.entity.js +0 -7
  93. package/esm5/model/attribute.entity.js +0 -2
  94. package/esm5/model/dictionary-entries.dto.js +0 -7
  95. package/esm5/model/extractable-field-status.entity.js +0 -2
  96. package/esm5/model/graphical-attribute.entity.js +0 -2
  97. package/esm5/model/pre-eval.dto.js +0 -7
  98. package/esm5/pipes/is-group-attribute.pipe.js +0 -36
  99. package/esm5/services/attribute.service.js +0 -1350
  100. package/fesm2015/huntsman-cancer-institute-cod.js.map +0 -1
  101. package/fesm5/huntsman-cancer-institute-cod.js +0 -2877
  102. package/fesm5/huntsman-cancer-institute-cod.js.map +0 -1
  103. package/huntsman-cancer-institute-cod.d.ts +0 -5
@@ -24,5 +24,5 @@ export declare class AttributeAbsoluteComponent extends AttributeBase {
24
24
  */
25
25
  onMouseMove(event: MouseEvent): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeAbsoluteComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeAbsoluteComponent, "hci-attribute-absolute", never, {}, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeAbsoluteComponent, "hci-attribute-absolute", never, {}, {}, never, never, false>;
28
28
  }
@@ -131,5 +131,5 @@ export declare class AttributeBase implements OnInit, OnDestroy {
131
131
  saveGridRow(idGroupAttribute: number): void;
132
132
  private comboFilterValueGetter;
133
133
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeBase, never>;
134
- static ɵdir: i0.ɵɵDirectiveDeclaration<AttributeBase, "hci-attribute-base", never, { "attribute": "attribute"; "internalValues": "internalValues"; "editInline": "editInline"; "groupAttributeRowId": "groupAttributeRowId"; }, { "resortColumns": "resortColumns"; }, never>;
134
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AttributeBase, "hci-attribute-base", never, { "attribute": "attribute"; "internalValues": "internalValues"; "editInline": "editInline"; "groupAttributeRowId": "groupAttributeRowId"; }, { "resortColumns": "resortColumns"; }, never, never, false>;
135
135
  }
@@ -48,5 +48,5 @@ export declare class AttributeConfigurationComponent implements OnInit, OnDestro
48
48
  edit(modal: TemplateRef<any>, editContainer: AttributeContainer): void;
49
49
  post(): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeConfigurationComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeConfigurationComponent, "hci-attribute-configuration", never, { "idAttributeValueSet": "idAttributeValueSet"; "idParentObject": "idParentObject"; "accordionNav": "accordionNav"; "editInline": "editInline"; "editPopup": "editPopup"; "editable": "editable"; "boundData": "boundData"; }, {}, ["cPanels"], ["*"]>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeConfigurationComponent, "hci-attribute-configuration", never, { "idAttributeValueSet": "idAttributeValueSet"; "idParentObject": "idParentObject"; "accordionNav": "accordionNav"; "editInline": "editInline"; "editPopup": "editPopup"; "editable": "editable"; "boundData": "boundData"; }, {}, ["cPanels"], ["*"], false>;
52
52
  }
@@ -46,5 +46,5 @@ export declare class AttributeContainerComponent {
46
46
  post(): void;
47
47
  getAttributeContainerById(idAttributeContainer: number): AttributeContainer;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeContainerComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeContainerComponent, "hci-attribute-container", never, { "idAttributeValueSet": "idAttributeValueSet"; "idAttributeConfiguration": "idAttributeConfiguration"; "idAttributeContainer": "idAttributeContainer"; "indexOfContainer": "indexOfContainer"; "idParentObject": "idParentObject"; "attributeContainer": "attributeContainer"; "attributeConfiguration": "attributeConfiguration"; "attributeValueSet": "attributeValueSet"; "editInline": "editInline"; "editPopup": "editPopup"; "editable": "editable"; "boundData": "boundData"; }, {}, never, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeContainerComponent, "hci-attribute-container", never, { "idAttributeValueSet": "idAttributeValueSet"; "idAttributeConfiguration": "idAttributeConfiguration"; "idAttributeContainer": "idAttributeContainer"; "indexOfContainer": "indexOfContainer"; "idParentObject": "idParentObject"; "attributeContainer": "attributeContainer"; "attributeConfiguration": "attributeConfiguration"; "attributeValueSet": "attributeValueSet"; "editInline": "editInline"; "editPopup": "editPopup"; "editable": "editable"; "boundData": "boundData"; }, {}, never, never, false>;
50
50
  }
@@ -16,5 +16,5 @@ export declare class AttributeDefaultComponent implements ControlValueAccessor {
16
16
  registerOnChange(fn: any): void;
17
17
  registerOnTouched(fn: any): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeDefaultComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeDefaultComponent, "hci-attribute-default", never, { "id": "id"; "name": "name"; "attribute": "attribute"; }, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeDefaultComponent, "hci-attribute-default", never, { "id": "id"; "name": "name"; "attribute": "attribute"; }, {}, never, never, false>;
20
20
  }
@@ -11,5 +11,5 @@ export declare class AttributeEditComponent extends AttributeBase {
11
11
  constructor(attributeService: AttributeService, elementRef: ElementRef, renderer: Renderer2, modalService: NgbModal);
12
12
  init(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeEditComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeEditComponent, "hci-attribute-edit", never, {}, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeEditComponent, "hci-attribute-edit", never, {}, {}, never, never, false>;
15
15
  }
@@ -21,5 +21,5 @@ export declare class AttributeFlexComponent extends AttributeBase {
21
21
  */
22
22
  initializeGridColumns(attributes: GraphicalAttribute[], columns: any[]): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributeFlexComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributeFlexComponent, "hci-attribute-flex", never, {}, {}, never, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeFlexComponent, "hci-attribute-flex", never, {}, {}, never, never, false>;
25
25
  }
@@ -0,0 +1,119 @@
1
+ /*
2
+ * Copyright (c) 2016 Huntsman Cancer Institute at the University of Utah, Confidential and Proprietary
3
+ */
4
+ import { NgModule } from "@angular/core";
5
+ import { CommonModule } from "@angular/common";
6
+ import { FormsModule } from "@angular/forms";
7
+ import { RouterModule } from "@angular/router";
8
+ import { MatDatepickerModule } from "@angular/material/datepicker";
9
+ import { MatNativeDateModule } from "@angular/material/core";
10
+ import { NgxMatDatetimePickerModule, NgxMatNativeDateModule, NgxMatTimepickerModule } from "@angular-material-components/datetime-picker";
11
+ import { AgGridModule } from "ag-grid-angular";
12
+ import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
13
+ import { DropdownModule, SelectModule } from "@huntsman-cancer-institute/input";
14
+ import { MiscModule } from "@huntsman-cancer-institute/misc";
15
+ import { AttributeConfigurationComponent } from "./components/attribute-configuration.component";
16
+ import { IsGroupAttributePipe } from "./pipes/is-group-attribute.pipe";
17
+ import { AttributeAbsoluteComponent } from "./components/attribute-absolute.component";
18
+ import { AttributeFlexComponent } from "./components/attribute-flex.component";
19
+ import { AttributeEditComponent } from "./components/attribute-edit.component";
20
+ import { AttributeDefaultComponent } from "./components/attribute-default.component";
21
+ import { AttributeContainerComponent } from "./components/attribute-container.component";
22
+ import { AttributeBase } from "./components/attribute-base";
23
+ import { AttributeService } from "./services/attribute.service";
24
+ import * as i0 from "@angular/core";
25
+ /**
26
+ * The main @huntsman-cancer-institute/cod module. Custom components to be used by the grid are passed in here.
27
+ *
28
+ * @since 1.0.0
29
+ */
30
+ export class CodModule {
31
+ static forRoot() {
32
+ return {
33
+ providers: [
34
+ AttributeService
35
+ ],
36
+ ngModule: CodModule
37
+ };
38
+ }
39
+ }
40
+ CodModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CodModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41
+ CodModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: CodModule, declarations: [AttributeBase,
42
+ AttributeConfigurationComponent,
43
+ AttributeAbsoluteComponent,
44
+ AttributeContainerComponent,
45
+ AttributeFlexComponent,
46
+ AttributeEditComponent,
47
+ AttributeDefaultComponent,
48
+ IsGroupAttributePipe], imports: [AgGridModule,
49
+ CommonModule,
50
+ FormsModule,
51
+ RouterModule,
52
+ NgbModule,
53
+ DropdownModule,
54
+ SelectModule,
55
+ MiscModule,
56
+ MatDatepickerModule,
57
+ MatNativeDateModule,
58
+ NgxMatDatetimePickerModule,
59
+ NgxMatTimepickerModule,
60
+ NgxMatNativeDateModule], exports: [AttributeConfigurationComponent,
61
+ AttributeAbsoluteComponent,
62
+ AttributeFlexComponent,
63
+ AttributeEditComponent,
64
+ AttributeDefaultComponent,
65
+ AttributeContainerComponent,
66
+ IsGroupAttributePipe] });
67
+ CodModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CodModule, imports: [AgGridModule,
68
+ CommonModule,
69
+ FormsModule,
70
+ RouterModule,
71
+ NgbModule,
72
+ DropdownModule,
73
+ SelectModule,
74
+ MiscModule,
75
+ MatDatepickerModule,
76
+ MatNativeDateModule,
77
+ NgxMatDatetimePickerModule,
78
+ NgxMatTimepickerModule,
79
+ NgxMatNativeDateModule] });
80
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CodModule, decorators: [{
81
+ type: NgModule,
82
+ args: [{
83
+ imports: [
84
+ AgGridModule,
85
+ CommonModule,
86
+ FormsModule,
87
+ RouterModule,
88
+ NgbModule,
89
+ DropdownModule,
90
+ SelectModule,
91
+ MiscModule,
92
+ MatDatepickerModule,
93
+ MatNativeDateModule,
94
+ NgxMatDatetimePickerModule,
95
+ NgxMatTimepickerModule,
96
+ NgxMatNativeDateModule
97
+ ],
98
+ declarations: [
99
+ AttributeBase,
100
+ AttributeConfigurationComponent,
101
+ AttributeAbsoluteComponent,
102
+ AttributeContainerComponent,
103
+ AttributeFlexComponent,
104
+ AttributeEditComponent,
105
+ AttributeDefaultComponent,
106
+ IsGroupAttributePipe
107
+ ],
108
+ exports: [
109
+ AttributeConfigurationComponent,
110
+ AttributeAbsoluteComponent,
111
+ AttributeFlexComponent,
112
+ AttributeEditComponent,
113
+ AttributeDefaultComponent,
114
+ AttributeContainerComponent,
115
+ IsGroupAttributePipe
116
+ ]
117
+ }]
118
+ }] });
119
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29kLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NvZC9zcmMvY29kLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE9BQU8sRUFBc0IsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzVELE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDM0MsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBRTdDLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ2pFLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLHdCQUF3QixDQUFDO0FBQzNELE9BQU8sRUFBQywwQkFBMEIsRUFBRSxzQkFBc0IsRUFBRSxzQkFBc0IsRUFBQyxNQUFNLDhDQUE4QyxDQUFDO0FBRXhJLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUM3QyxPQUFPLEVBQUMsU0FBUyxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDckQsT0FBTyxFQUFDLGNBQWMsRUFBRSxZQUFZLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUM5RSxPQUFPLEVBQUMsVUFBVSxFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFFM0QsT0FBTyxFQUFDLCtCQUErQixFQUFDLE1BQU0sZ0RBQWdELENBQUM7QUFDL0YsT0FBTyxFQUFDLG9CQUFvQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDckUsT0FBTyxFQUFDLDBCQUEwQixFQUFDLE1BQU0sMkNBQTJDLENBQUM7QUFDckYsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFDLHNCQUFzQixFQUFDLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFDLHlCQUF5QixFQUFDLE1BQU0sMENBQTBDLENBQUM7QUFDbkYsT0FBTyxFQUFDLDJCQUEyQixFQUFDLE1BQU0sNENBQTRDLENBQUM7QUFDdkYsT0FBTyxFQUFDLGFBQWEsRUFBQyxNQUFNLDZCQUE2QixDQUFDO0FBQzFELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDhCQUE4QixDQUFDOztBQUc5RDs7OztHQUlHO0FBcUNILE1BQU0sT0FBTyxTQUFTO0lBQ3BCLE1BQU0sQ0FBQyxPQUFPO1FBQ1osT0FBTztZQUNMLFNBQVMsRUFBRTtnQkFDVCxnQkFBZ0I7YUFDakI7WUFDRCxRQUFRLEVBQUUsU0FBUztTQUNwQixDQUFDO0lBQ0osQ0FBQzs7c0dBUlUsU0FBUzt1R0FBVCxTQUFTLGlCQW5CbEIsYUFBYTtRQUNiLCtCQUErQjtRQUMvQiwwQkFBMEI7UUFDMUIsMkJBQTJCO1FBQzNCLHNCQUFzQjtRQUN0QixzQkFBc0I7UUFDdEIseUJBQXlCO1FBQ3pCLG9CQUFvQixhQXRCcEIsWUFBWTtRQUNaLFlBQVk7UUFDWixXQUFXO1FBQ1gsWUFBWTtRQUNaLFNBQVM7UUFDVCxjQUFjO1FBQ2QsWUFBWTtRQUNaLFVBQVU7UUFDVixtQkFBbUI7UUFDbkIsbUJBQW1CO1FBQ25CLDBCQUEwQjtRQUMxQixzQkFBc0I7UUFDdEIsc0JBQXNCLGFBYXRCLCtCQUErQjtRQUMvQiwwQkFBMEI7UUFDMUIsc0JBQXNCO1FBQ3RCLHNCQUFzQjtRQUN0Qix5QkFBeUI7UUFDekIsMkJBQTJCO1FBQzNCLG9CQUFvQjt1R0FHWCxTQUFTLFlBbENsQixZQUFZO1FBQ1osWUFBWTtRQUNaLFdBQVc7UUFDWCxZQUFZO1FBQ1osU0FBUztRQUNULGNBQWM7UUFDZCxZQUFZO1FBQ1osVUFBVTtRQUNWLG1CQUFtQjtRQUNuQixtQkFBbUI7UUFDbkIsMEJBQTBCO1FBQzFCLHNCQUFzQjtRQUN0QixzQkFBc0I7MkZBc0JiLFNBQVM7a0JBcENyQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLFlBQVk7d0JBQ1osV0FBVzt3QkFDWCxZQUFZO3dCQUNaLFNBQVM7d0JBQ1QsY0FBYzt3QkFDZCxZQUFZO3dCQUNaLFVBQVU7d0JBQ1YsbUJBQW1CO3dCQUNuQixtQkFBbUI7d0JBQ25CLDBCQUEwQjt3QkFDMUIsc0JBQXNCO3dCQUN0QixzQkFBc0I7cUJBQ3ZCO29CQUNELFlBQVksRUFBRTt3QkFDWixhQUFhO3dCQUNiLCtCQUErQjt3QkFDL0IsMEJBQTBCO3dCQUMxQiwyQkFBMkI7d0JBQzNCLHNCQUFzQjt3QkFDdEIsc0JBQXNCO3dCQUN0Qix5QkFBeUI7d0JBQ3pCLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLCtCQUErQjt3QkFDL0IsMEJBQTBCO3dCQUMxQixzQkFBc0I7d0JBQ3RCLHNCQUFzQjt3QkFDdEIseUJBQXlCO3dCQUN6QiwyQkFBMkI7d0JBQzNCLG9CQUFvQjtxQkFDckI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxyXG4gKiBDb3B5cmlnaHQgKGMpIDIwMTYgSHVudHNtYW4gQ2FuY2VyIEluc3RpdHV0ZSBhdCB0aGUgVW5pdmVyc2l0eSBvZiBVdGFoLCBDb25maWRlbnRpYWwgYW5kIFByb3ByaWV0YXJ5XHJcbiAqL1xyXG5pbXBvcnQge01vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xyXG5pbXBvcnQge0NvbW1vbk1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xyXG5pbXBvcnQge0Zvcm1zTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcclxuaW1wb3J0IHtSb3V0ZXJNb2R1bGV9IGZyb20gXCJAYW5ndWxhci9yb3V0ZXJcIjtcclxuXHJcbmltcG9ydCB7TWF0RGF0ZXBpY2tlck1vZHVsZX0gZnJvbSBcIkBhbmd1bGFyL21hdGVyaWFsL2RhdGVwaWNrZXJcIjtcclxuaW1wb3J0IHtNYXROYXRpdmVEYXRlTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXIvbWF0ZXJpYWwvY29yZVwiO1xyXG5pbXBvcnQge05neE1hdERhdGV0aW1lUGlja2VyTW9kdWxlLCBOZ3hNYXROYXRpdmVEYXRlTW9kdWxlLCBOZ3hNYXRUaW1lcGlja2VyTW9kdWxlfSBmcm9tIFwiQGFuZ3VsYXItbWF0ZXJpYWwtY29tcG9uZW50cy9kYXRldGltZS1waWNrZXJcIjtcclxuXHJcbmltcG9ydCB7QWdHcmlkTW9kdWxlfSBmcm9tIFwiYWctZ3JpZC1hbmd1bGFyXCI7XHJcbmltcG9ydCB7TmdiTW9kdWxlfSBmcm9tIFwiQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXBcIjtcclxuaW1wb3J0IHtEcm9wZG93bk1vZHVsZSwgU2VsZWN0TW9kdWxlfSBmcm9tIFwiQGh1bnRzbWFuLWNhbmNlci1pbnN0aXR1dGUvaW5wdXRcIjtcclxuaW1wb3J0IHtNaXNjTW9kdWxlfSBmcm9tIFwiQGh1bnRzbWFuLWNhbmNlci1pbnN0aXR1dGUvbWlzY1wiO1xyXG5cclxuaW1wb3J0IHtBdHRyaWJ1dGVDb25maWd1cmF0aW9uQ29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2F0dHJpYnV0ZS1jb25maWd1cmF0aW9uLmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0lzR3JvdXBBdHRyaWJ1dGVQaXBlfSBmcm9tIFwiLi9waXBlcy9pcy1ncm91cC1hdHRyaWJ1dGUucGlwZVwiO1xyXG5pbXBvcnQge0F0dHJpYnV0ZUFic29sdXRlQ29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2F0dHJpYnV0ZS1hYnNvbHV0ZS5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtBdHRyaWJ1dGVGbGV4Q29tcG9uZW50fSBmcm9tIFwiLi9jb21wb25lbnRzL2F0dHJpYnV0ZS1mbGV4LmNvbXBvbmVudFwiO1xyXG5pbXBvcnQge0F0dHJpYnV0ZUVkaXRDb21wb25lbnR9IGZyb20gXCIuL2NvbXBvbmVudHMvYXR0cmlidXRlLWVkaXQuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7QXR0cmlidXRlRGVmYXVsdENvbXBvbmVudH0gZnJvbSBcIi4vY29tcG9uZW50cy9hdHRyaWJ1dGUtZGVmYXVsdC5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtBdHRyaWJ1dGVDb250YWluZXJDb21wb25lbnR9IGZyb20gXCIuL2NvbXBvbmVudHMvYXR0cmlidXRlLWNvbnRhaW5lci5jb21wb25lbnRcIjtcclxuaW1wb3J0IHtBdHRyaWJ1dGVCYXNlfSBmcm9tIFwiLi9jb21wb25lbnRzL2F0dHJpYnV0ZS1iYXNlXCI7XHJcbmltcG9ydCB7QXR0cmlidXRlU2VydmljZX0gZnJvbSBcIi4vc2VydmljZXMvYXR0cmlidXRlLnNlcnZpY2VcIjtcclxuXHJcblxyXG4vKipcclxuICogVGhlIG1haW4gQGh1bnRzbWFuLWNhbmNlci1pbnN0aXR1dGUvY29kIG1vZHVsZS4gIEN1c3RvbSBjb21wb25lbnRzIHRvIGJlIHVzZWQgYnkgdGhlIGdyaWQgYXJlIHBhc3NlZCBpbiBoZXJlLlxyXG4gKlxyXG4gKiBAc2luY2UgMS4wLjBcclxuICovXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQWdHcmlkTW9kdWxlLFxyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgRm9ybXNNb2R1bGUsXHJcbiAgICBSb3V0ZXJNb2R1bGUsXHJcbiAgICBOZ2JNb2R1bGUsXHJcbiAgICBEcm9wZG93bk1vZHVsZSxcclxuICAgIFNlbGVjdE1vZHVsZSxcclxuICAgIE1pc2NNb2R1bGUsXHJcbiAgICBNYXREYXRlcGlja2VyTW9kdWxlLFxyXG4gICAgTWF0TmF0aXZlRGF0ZU1vZHVsZSxcclxuICAgIE5neE1hdERhdGV0aW1lUGlja2VyTW9kdWxlLFxyXG4gICAgTmd4TWF0VGltZXBpY2tlck1vZHVsZSxcclxuICAgIE5neE1hdE5hdGl2ZURhdGVNb2R1bGVcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgQXR0cmlidXRlQmFzZSxcclxuICAgIEF0dHJpYnV0ZUNvbmZpZ3VyYXRpb25Db21wb25lbnQsXHJcbiAgICBBdHRyaWJ1dGVBYnNvbHV0ZUNvbXBvbmVudCxcclxuICAgIEF0dHJpYnV0ZUNvbnRhaW5lckNvbXBvbmVudCxcclxuICAgIEF0dHJpYnV0ZUZsZXhDb21wb25lbnQsXHJcbiAgICBBdHRyaWJ1dGVFZGl0Q29tcG9uZW50LFxyXG4gICAgQXR0cmlidXRlRGVmYXVsdENvbXBvbmVudCxcclxuICAgIElzR3JvdXBBdHRyaWJ1dGVQaXBlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXHJcbiAgICBBdHRyaWJ1dGVDb25maWd1cmF0aW9uQ29tcG9uZW50LFxyXG4gICAgQXR0cmlidXRlQWJzb2x1dGVDb21wb25lbnQsXHJcbiAgICBBdHRyaWJ1dGVGbGV4Q29tcG9uZW50LFxyXG4gICAgQXR0cmlidXRlRWRpdENvbXBvbmVudCxcclxuICAgIEF0dHJpYnV0ZURlZmF1bHRDb21wb25lbnQsXHJcbiAgICBBdHRyaWJ1dGVDb250YWluZXJDb21wb25lbnQsXHJcbiAgICBJc0dyb3VwQXR0cmlidXRlUGlwZVxyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIENvZE1vZHVsZSB7XHJcbiAgc3RhdGljIGZvclJvb3QoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxDb2RNb2R1bGU+IHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIEF0dHJpYnV0ZVNlcnZpY2VcclxuICAgICAgXSxcclxuICAgICAgbmdNb2R1bGU6IENvZE1vZHVsZVxyXG4gICAgfTtcclxuICB9XHJcbn1cclxuIl19