@energycap/components 0.39.5-ECAP-23220-bc-file-upload-dialog.20240111-1135 → 0.39.6-standalone-components.20240111-1648

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 (137) hide show
  1. package/esm2020/lib/components.module.mjs +73 -20
  2. package/esm2020/lib/controls/banner/banner.component.mjs +5 -5
  3. package/esm2020/lib/controls/button/button.component.mjs +6 -5
  4. package/esm2020/lib/controls/button/copy-button.directive.mjs +4 -3
  5. package/esm2020/lib/controls/button/copy-table-button.directive.mjs +4 -3
  6. package/esm2020/lib/controls/checkbox/checkbox.component.mjs +10 -8
  7. package/esm2020/lib/controls/collapsible-toggle/collapsible-toggle.component.mjs +4 -4
  8. package/esm2020/lib/controls/combobox/combobox.component.mjs +9 -9
  9. package/esm2020/lib/controls/dropdown/dropdown.component.mjs +6 -8
  10. package/esm2020/lib/controls/file-upload/file-upload.component.mjs +11 -10
  11. package/esm2020/lib/controls/form-control/form-control.component.mjs +4 -4
  12. package/esm2020/lib/controls/form-control-label/form-control-label.component.mjs +5 -4
  13. package/esm2020/lib/controls/form-group/form-group.component.mjs +5 -4
  14. package/esm2020/lib/controls/help-popover/help-popover.component.mjs +7 -6
  15. package/esm2020/lib/controls/item-picker/item-picker.component.mjs +11 -12
  16. package/esm2020/lib/controls/link-button/link-button.component.mjs +3 -3
  17. package/esm2020/lib/controls/menu/menu.component.mjs +9 -8
  18. package/esm2020/lib/controls/navigation/nav-item-active.directive.mjs +4 -3
  19. package/esm2020/lib/controls/numericbox/numericbox.component.mjs +6 -6
  20. package/esm2020/lib/controls/popover/popover.component.mjs +5 -5
  21. package/esm2020/lib/controls/radio-button/radio-button.component.mjs +8 -6
  22. package/esm2020/lib/controls/select/select.component.mjs +8 -6
  23. package/esm2020/lib/controls/tabs/tabs.component.mjs +7 -6
  24. package/esm2020/lib/controls/textbox/textbox.component.mjs +8 -10
  25. package/esm2020/lib/display/app-bar/app-bar.component.mjs +6 -6
  26. package/esm2020/lib/display/avatar/avatar.component.mjs +3 -3
  27. package/esm2020/lib/display/confirm/confirm.component.mjs +12 -12
  28. package/esm2020/lib/display/dialog/dialog-group/dialog-group.component.mjs +5 -5
  29. package/esm2020/lib/display/dialog/dialog.component.mjs +4 -3
  30. package/esm2020/lib/display/hierarchy/hierarchy-tree/hierarchy-tree.component.mjs +7 -7
  31. package/esm2020/lib/display/item-display/item-display.component.mjs +8 -7
  32. package/esm2020/lib/display/json-display/json-display.component.mjs +6 -6
  33. package/esm2020/lib/display/resizable/resizable.component.mjs +3 -3
  34. package/esm2020/lib/display/spinner/spinner.component.mjs +3 -3
  35. package/esm2020/lib/display/splash/splash.component.mjs +3 -3
  36. package/esm2020/lib/display/table/resizable-column.component.mjs +3 -3
  37. package/esm2020/lib/display/table/resizable-table.directive.mjs +4 -3
  38. package/esm2020/lib/display/table/searchable-table.component.mjs +7 -9
  39. package/esm2020/lib/display/table/table-detail-row.component.mjs +3 -3
  40. package/esm2020/lib/display/table/table-locked-column.component.mjs +3 -3
  41. package/esm2020/lib/display/table/table-master-header-row.component.mjs +4 -4
  42. package/esm2020/lib/display/table/table-master-row.component.mjs +6 -6
  43. package/esm2020/lib/display/table/table-pagination.component.mjs +6 -6
  44. package/esm2020/lib/display/table/table-selectable-row.component.mjs +6 -6
  45. package/esm2020/lib/display/table/table.component.mjs +5 -5
  46. package/esm2020/lib/display/tags/tags.component.mjs +6 -5
  47. package/esm2020/lib/display/toast/toast/toast.component.mjs +8 -7
  48. package/esm2020/lib/display/toast/toaster/toaster.component.mjs +4 -4
  49. package/esm2020/lib/display/tooltip/tooltip.component.mjs +5 -5
  50. package/esm2020/lib/display/tooltip-directive/tooltip.directive.mjs +4 -3
  51. package/esm2020/lib/display/tour/tour.component.mjs +6 -6
  52. package/esm2020/lib/display/tree/tree.component.mjs +8 -10
  53. package/esm2020/lib/display/view-overlay/view-overlay.component.mjs +8 -7
  54. package/esm2020/lib/shared/directives/click-area-for/click-area-for.directive.mjs +4 -3
  55. package/esm2020/lib/shared/directives/if-viewport-width/if-viewport-width.directive.mjs +4 -3
  56. package/esm2020/lib/shared/directives/popup/popup-container.directive.mjs +6 -3
  57. package/esm2020/lib/shared/display/pipes/date-display.pipe.mjs +6 -3
  58. package/esm2020/lib/shared/display/pipes/highlight-text.pipe.mjs +4 -3
  59. package/esm2020/lib/shared/display/pipes/relative-date.pipe.mjs +4 -3
  60. package/esm2020/lib/shared/display/pipes/row-count.pipe.mjs +4 -3
  61. package/esm2020/lib/shared/display/pipes/time-display.pipe.mjs +6 -3
  62. package/esm2020/lib/shared/page/page-title/page-title.component.mjs +5 -5
  63. package/esm2020/lib/shared/page/page-view/page-view.component.mjs +10 -11
  64. package/esm2020/lib/shared/testing/public-mocks.spec.mjs +6 -3
  65. package/esm2020/lib/shared/wizard/wizard-buttons/wizard-buttons.component.mjs +5 -5
  66. package/esm2020/lib/shared/wizard/wizard-progress/wizard-progress.component.mjs +6 -5
  67. package/fesm2015/energycap-components.mjs +1052 -981
  68. package/fesm2015/energycap-components.mjs.map +1 -1
  69. package/fesm2020/energycap-components.mjs +1049 -978
  70. package/fesm2020/energycap-components.mjs.map +1 -1
  71. package/lib/components.module.d.ts +72 -72
  72. package/lib/controls/banner/banner.component.d.ts +1 -1
  73. package/lib/controls/button/button.component.d.ts +1 -1
  74. package/lib/controls/button/copy-button.directive.d.ts +1 -1
  75. package/lib/controls/button/copy-table-button.directive.d.ts +1 -1
  76. package/lib/controls/checkbox/checkbox.component.d.ts +3 -3
  77. package/lib/controls/collapsible-toggle/collapsible-toggle.component.d.ts +1 -1
  78. package/lib/controls/combobox/combobox.component.d.ts +1 -1
  79. package/lib/controls/dropdown/dropdown.component.d.ts +1 -1
  80. package/lib/controls/file-upload/file-upload.component.d.ts +1 -1
  81. package/lib/controls/form-control/form-control.component.d.ts +1 -1
  82. package/lib/controls/form-control-label/form-control-label.component.d.ts +1 -1
  83. package/lib/controls/form-group/form-group.component.d.ts +1 -1
  84. package/lib/controls/help-popover/help-popover.component.d.ts +1 -1
  85. package/lib/controls/item-picker/item-picker.component.d.ts +1 -1
  86. package/lib/controls/link-button/link-button.component.d.ts +1 -1
  87. package/lib/controls/menu/menu.component.d.ts +1 -1
  88. package/lib/controls/navigation/nav-item-active.directive.d.ts +1 -1
  89. package/lib/controls/numericbox/numericbox.component.d.ts +1 -1
  90. package/lib/controls/popover/popover.component.d.ts +1 -1
  91. package/lib/controls/radio-button/radio-button.component.d.ts +1 -1
  92. package/lib/controls/select/select.component.d.ts +1 -1
  93. package/lib/controls/tabs/tabs.component.d.ts +1 -1
  94. package/lib/controls/textbox/textbox.component.d.ts +1 -1
  95. package/lib/display/app-bar/app-bar.component.d.ts +1 -1
  96. package/lib/display/avatar/avatar.component.d.ts +1 -1
  97. package/lib/display/confirm/confirm.component.d.ts +1 -1
  98. package/lib/display/dialog/dialog-group/dialog-group.component.d.ts +1 -1
  99. package/lib/display/dialog/dialog.component.d.ts +1 -1
  100. package/lib/display/hierarchy/hierarchy-tree/hierarchy-tree.component.d.ts +1 -1
  101. package/lib/display/item-display/item-display.component.d.ts +1 -1
  102. package/lib/display/json-display/json-display.component.d.ts +1 -1
  103. package/lib/display/resizable/resizable.component.d.ts +1 -1
  104. package/lib/display/spinner/spinner.component.d.ts +1 -1
  105. package/lib/display/splash/splash.component.d.ts +1 -1
  106. package/lib/display/table/resizable-column.component.d.ts +1 -1
  107. package/lib/display/table/resizable-table.directive.d.ts +1 -1
  108. package/lib/display/table/searchable-table.component.d.ts +1 -1
  109. package/lib/display/table/table-detail-row.component.d.ts +1 -1
  110. package/lib/display/table/table-locked-column.component.d.ts +1 -1
  111. package/lib/display/table/table-master-header-row.component.d.ts +1 -1
  112. package/lib/display/table/table-master-row.component.d.ts +1 -1
  113. package/lib/display/table/table-pagination.component.d.ts +1 -1
  114. package/lib/display/table/table-selectable-row.component.d.ts +1 -1
  115. package/lib/display/table/table.component.d.ts +1 -1
  116. package/lib/display/tags/tags.component.d.ts +1 -1
  117. package/lib/display/toast/toast/toast.component.d.ts +1 -1
  118. package/lib/display/toast/toaster/toaster.component.d.ts +1 -1
  119. package/lib/display/tooltip/tooltip.component.d.ts +1 -1
  120. package/lib/display/tooltip-directive/tooltip.directive.d.ts +1 -1
  121. package/lib/display/tour/tour.component.d.ts +1 -1
  122. package/lib/display/tree/tree.component.d.ts +1 -1
  123. package/lib/display/view-overlay/view-overlay.component.d.ts +1 -1
  124. package/lib/shared/directives/click-area-for/click-area-for.directive.d.ts +1 -1
  125. package/lib/shared/directives/if-viewport-width/if-viewport-width.directive.d.ts +1 -1
  126. package/lib/shared/directives/popup/popup-container.directive.d.ts +1 -1
  127. package/lib/shared/display/pipes/date-display.pipe.d.ts +1 -1
  128. package/lib/shared/display/pipes/highlight-text.pipe.d.ts +1 -1
  129. package/lib/shared/display/pipes/relative-date.pipe.d.ts +1 -1
  130. package/lib/shared/display/pipes/row-count.pipe.d.ts +1 -1
  131. package/lib/shared/display/pipes/time-display.pipe.d.ts +1 -1
  132. package/lib/shared/page/page-title/page-title.component.d.ts +1 -1
  133. package/lib/shared/page/page-view/page-view.component.d.ts +1 -1
  134. package/lib/shared/testing/public-mocks.spec.d.ts +1 -1
  135. package/lib/shared/wizard/wizard-buttons/wizard-buttons.component.d.ts +1 -1
  136. package/lib/shared/wizard/wizard-progress/wizard-progress.component.d.ts +1 -1
  137. package/package.json +1 -1
@@ -1,76 +1,76 @@
1
1
  import { ModuleWithProviders, Provider } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./controls/button/button.component";
4
- import * as i2 from "./controls/tabs/tabs.component";
5
- import * as i3 from "./controls/textbox/textbox.component";
6
- import * as i4 from "./controls/navigation/nav-item-active.directive";
7
- import * as i5 from "./display/spinner/spinner.component";
8
- import * as i6 from "./display/view-overlay/view-overlay.component";
9
- import * as i7 from "./controls/banner/banner.component";
10
- import * as i8 from "./display/table/resizable-table.directive";
11
- import * as i9 from "./display/table/table.component";
12
- import * as i10 from "./display/table/searchable-table.component";
13
- import * as i11 from "./controls/combobox/combobox.component";
14
- import * as i12 from "./controls/menu/menu.component";
15
- import * as i13 from "./shared/directives/popup/popup-container.directive";
16
- import * as i14 from "./controls/dropdown/dropdown.component";
17
- import * as i15 from "./display/confirm/confirm.component";
18
- import * as i16 from "./display/dialog/dialog.component";
19
- import * as i17 from "./shared/display/pipes/date-display.pipe";
20
- import * as i18 from "./shared/display/pipes/time-display.pipe";
21
- import * as i19 from "./shared/testing/public-mocks.spec";
22
- import * as i20 from "./controls/radio-button/radio-button.component";
23
- import * as i21 from "./controls/checkbox/checkbox.component";
24
- import * as i22 from "./controls/numericbox/numericbox.component";
25
- import * as i23 from "./display/avatar/avatar.component";
26
- import * as i24 from "./display/app-bar/app-bar.component";
27
- import * as i25 from "./display/splash/splash.component";
28
- import * as i26 from "./shared/directives/if-viewport-width/if-viewport-width.directive";
29
- import * as i27 from "./shared/directives/click-area-for/click-area-for.directive";
30
- import * as i28 from "./controls/collapsible-toggle/collapsible-toggle.component";
31
- import * as i29 from "./display/table/table-master-row.component";
32
- import * as i30 from "./display/table/table-master-header-row.component";
33
- import * as i31 from "./display/table/table-detail-row.component";
34
- import * as i32 from "./display/table/table-locked-column.component";
35
- import * as i33 from "./display/table/table-selectable-row.component";
36
- import * as i34 from "./controls/popover/popover.component";
37
- import * as i35 from "./display/table/table-pagination.component";
38
- import * as i36 from "./shared/display/pipes/row-count.pipe";
39
- import * as i37 from "./controls/button/copy-button.directive";
40
- import * as i38 from "./display/tags/tags.component";
41
- import * as i39 from "./controls/form-control/form-control.component";
42
- import * as i40 from "./controls/select/select.component";
43
- import * as i41 from "./display/item-display/item-display.component";
44
- import * as i42 from "./display/table/resizable-column.component";
45
- import * as i43 from "./display/dialog/dialog-group/dialog-group.component";
46
- import * as i44 from "./controls/file-upload/file-upload.component";
47
- import * as i45 from "./controls/form-group/form-group.component";
48
- import * as i46 from "./display/json-display/json-display.component";
49
- import * as i47 from "./display/toast/toast/toast.component";
50
- import * as i48 from "./display/toast/toaster/toaster.component";
51
- import * as i49 from "./shared/page/page-view/page-view.component";
52
- import * as i50 from "./shared/page/page-title/page-title.component";
53
- import * as i51 from "./shared/wizard/wizard-progress/wizard-progress.component";
54
- import * as i52 from "./shared/wizard/wizard-buttons/wizard-buttons.component";
55
- import * as i53 from "./display/hierarchy/hierarchy-tree/hierarchy-tree.component";
56
- import * as i54 from "./display/tree/tree.component";
57
- import * as i55 from "./shared/display/pipes/relative-date.pipe";
58
- import * as i56 from "./display/resizable/resizable.component";
59
- import * as i57 from "./shared/display/pipes/highlight-text.pipe";
60
- import * as i58 from "./controls/form-control-label/form-control-label.component";
61
- import * as i59 from "./controls/item-picker/item-picker.component";
62
- import * as i60 from "./controls/help-popover/help-popover.component";
63
- import * as i61 from "./controls/link-button/link-button.component";
64
- import * as i62 from "./display/tooltip/tooltip.component";
65
- import * as i63 from "./display/tour/tour.component";
66
- import * as i64 from "./controls/button/copy-table-button.directive";
67
- import * as i65 from "./display/tooltip-directive/tooltip.directive";
68
- import * as i66 from "@angular/common";
69
- import * as i67 from "@angular/forms";
70
- import * as i68 from "@angular/router";
71
- import * as i69 from "@ngx-translate/core";
72
- import * as i70 from "@angular/cdk/a11y";
73
- import * as i71 from "@angular/cdk/overlay";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "@angular/forms";
5
+ import * as i3 from "@angular/router";
6
+ import * as i4 from "@ngx-translate/core";
7
+ import * as i5 from "@angular/cdk/a11y";
8
+ import * as i6 from "@angular/cdk/overlay";
9
+ import * as i7 from "./controls/button/button.component";
10
+ import * as i8 from "./controls/tabs/tabs.component";
11
+ import * as i9 from "./controls/textbox/textbox.component";
12
+ import * as i10 from "./controls/navigation/nav-item-active.directive";
13
+ import * as i11 from "./display/spinner/spinner.component";
14
+ import * as i12 from "./display/view-overlay/view-overlay.component";
15
+ import * as i13 from "./controls/banner/banner.component";
16
+ import * as i14 from "./display/table/resizable-table.directive";
17
+ import * as i15 from "./display/table/table.component";
18
+ import * as i16 from "./display/table/searchable-table.component";
19
+ import * as i17 from "./controls/combobox/combobox.component";
20
+ import * as i18 from "./controls/menu/menu.component";
21
+ import * as i19 from "./shared/directives/popup/popup-container.directive";
22
+ import * as i20 from "./controls/dropdown/dropdown.component";
23
+ import * as i21 from "./display/confirm/confirm.component";
24
+ import * as i22 from "./display/dialog/dialog.component";
25
+ import * as i23 from "./shared/display/pipes/date-display.pipe";
26
+ import * as i24 from "./shared/display/pipes/time-display.pipe";
27
+ import * as i25 from "./shared/testing/public-mocks.spec";
28
+ import * as i26 from "./controls/radio-button/radio-button.component";
29
+ import * as i27 from "./controls/checkbox/checkbox.component";
30
+ import * as i28 from "./controls/numericbox/numericbox.component";
31
+ import * as i29 from "./display/avatar/avatar.component";
32
+ import * as i30 from "./display/app-bar/app-bar.component";
33
+ import * as i31 from "./display/splash/splash.component";
34
+ import * as i32 from "./shared/directives/if-viewport-width/if-viewport-width.directive";
35
+ import * as i33 from "./shared/directives/click-area-for/click-area-for.directive";
36
+ import * as i34 from "./controls/collapsible-toggle/collapsible-toggle.component";
37
+ import * as i35 from "./display/table/table-master-row.component";
38
+ import * as i36 from "./display/table/table-master-header-row.component";
39
+ import * as i37 from "./display/table/table-detail-row.component";
40
+ import * as i38 from "./display/table/table-locked-column.component";
41
+ import * as i39 from "./display/table/table-selectable-row.component";
42
+ import * as i40 from "./controls/popover/popover.component";
43
+ import * as i41 from "./display/table/table-pagination.component";
44
+ import * as i42 from "./shared/display/pipes/row-count.pipe";
45
+ import * as i43 from "./controls/button/copy-button.directive";
46
+ import * as i44 from "./display/tags/tags.component";
47
+ import * as i45 from "./controls/form-control/form-control.component";
48
+ import * as i46 from "./controls/select/select.component";
49
+ import * as i47 from "./display/item-display/item-display.component";
50
+ import * as i48 from "./display/table/resizable-column.component";
51
+ import * as i49 from "./display/dialog/dialog-group/dialog-group.component";
52
+ import * as i50 from "./controls/file-upload/file-upload.component";
53
+ import * as i51 from "./controls/form-group/form-group.component";
54
+ import * as i52 from "./display/json-display/json-display.component";
55
+ import * as i53 from "./display/toast/toast/toast.component";
56
+ import * as i54 from "./display/toast/toaster/toaster.component";
57
+ import * as i55 from "./shared/page/page-view/page-view.component";
58
+ import * as i56 from "./shared/page/page-title/page-title.component";
59
+ import * as i57 from "./shared/wizard/wizard-progress/wizard-progress.component";
60
+ import * as i58 from "./shared/wizard/wizard-buttons/wizard-buttons.component";
61
+ import * as i59 from "./display/hierarchy/hierarchy-tree/hierarchy-tree.component";
62
+ import * as i60 from "./display/tree/tree.component";
63
+ import * as i61 from "./shared/display/pipes/relative-date.pipe";
64
+ import * as i62 from "./display/resizable/resizable.component";
65
+ import * as i63 from "./shared/display/pipes/highlight-text.pipe";
66
+ import * as i64 from "./controls/form-control-label/form-control-label.component";
67
+ import * as i65 from "./controls/item-picker/item-picker.component";
68
+ import * as i66 from "./controls/help-popover/help-popover.component";
69
+ import * as i67 from "./controls/link-button/link-button.component";
70
+ import * as i68 from "./display/tooltip/tooltip.component";
71
+ import * as i69 from "./display/tour/tour.component";
72
+ import * as i70 from "./controls/button/copy-table-button.directive";
73
+ import * as i71 from "./display/tooltip-directive/tooltip.directive";
74
74
  export type ComponentsModuleConfig = {
75
75
  tracker: Provider;
76
76
  };
@@ -82,6 +82,6 @@ export declare class ComponentsModule {
82
82
  */
83
83
  static forRoot(config: ComponentsModuleConfig): ModuleWithProviders<ComponentsModule>;
84
84
  static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
85
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.ButtonComponent, typeof i2.TabsComponent, typeof i3.TextboxComponent, typeof i4.NavItemActiveDirective, typeof i5.SpinnerComponent, typeof i6.ViewOverlayComponent, typeof i7.BannerComponent, typeof i8.ResizableTableDirective, typeof i2.TabsComponent, typeof i9.TableComponent, typeof i10.SearchableTableComponent, typeof i11.ComboboxComponent, typeof i12.MenuComponent, typeof i13.PopupContainerDirective, typeof i14.DropdownComponent, typeof i15.ConfirmComponent, typeof i16.DialogComponent, typeof i17.DateDisplayPipe, typeof i18.TimeDisplayPipe, typeof i19.MockDateDisplayPipe, typeof i20.RadioButtonComponent, typeof i21.CheckboxComponent, typeof i22.NumericboxComponent, typeof i23.AvatarComponent, typeof i24.AppBarComponent, typeof i25.SplashComponent, typeof i26.IfViewportWidthDirective, typeof i27.ClickAreaForDirective, typeof i28.CollapsibleToggleComponent, typeof i29.TableMasterRowComponent, typeof i30.TableMasterHeaderRowComponent, typeof i31.TableDetailRowComponent, typeof i32.TableLockedColumnComponent, typeof i33.TableSelectableRowComponent, typeof i34.PopoverComponent, typeof i35.TablePaginationComponent, typeof i36.RowCountPipe, typeof i37.CopyButtonDirective, typeof i35.TablePaginationComponent, typeof i38.TagsComponent, typeof i39.FormControlComponent, typeof i40.SelectComponent, typeof i41.ItemDisplayComponent, typeof i33.TableSelectableRowComponent, typeof i42.ResizableColumnComponent, typeof i43.DialogGroupComponent, typeof i44.FileUploadComponent, typeof i45.FormGroupComponent, typeof i46.JsonDisplayComponent, typeof i47.ToastComponent, typeof i48.ToasterComponent, typeof i49.PageViewComponent, typeof i50.PageTitleComponent, typeof i51.WizardProgressComponent, typeof i52.WizardButtonsComponent, typeof i53.HierarchyTreeComponent, typeof i54.TreeComponent, typeof i55.RelativeDatePipe, typeof i56.ResizableComponent, typeof i57.HighlightTextPipe, typeof i58.FormControlLabelComponent, typeof i59.ItemPickerComponent, typeof i60.HelpPopoverComponent, typeof i61.LinkButtonComponent, typeof i62.TooltipComponent, typeof i63.TourComponent, typeof i64.CopyTableButtonDirective, typeof i65.TooltipDirective], [typeof i66.CommonModule, typeof i67.FormsModule, typeof i67.ReactiveFormsModule, typeof i68.RouterModule, typeof i69.TranslateModule, typeof i70.A11yModule, typeof i71.OverlayModule], [typeof i1.ButtonComponent, typeof i2.TabsComponent, typeof i3.TextboxComponent, typeof i4.NavItemActiveDirective, typeof i5.SpinnerComponent, typeof i6.ViewOverlayComponent, typeof i7.BannerComponent, typeof i2.TabsComponent, typeof i9.TableComponent, typeof i10.SearchableTableComponent, typeof i11.ComboboxComponent, typeof i12.MenuComponent, typeof i13.PopupContainerDirective, typeof i14.DropdownComponent, typeof i15.ConfirmComponent, typeof i16.DialogComponent, typeof i17.DateDisplayPipe, typeof i18.TimeDisplayPipe, typeof i20.RadioButtonComponent, typeof i21.CheckboxComponent, typeof i22.NumericboxComponent, typeof i23.AvatarComponent, typeof i24.AppBarComponent, typeof i25.SplashComponent, typeof i26.IfViewportWidthDirective, typeof i27.ClickAreaForDirective, typeof i28.CollapsibleToggleComponent, typeof i29.TableMasterRowComponent, typeof i30.TableMasterHeaderRowComponent, typeof i32.TableLockedColumnComponent, typeof i33.TableSelectableRowComponent, typeof i34.PopoverComponent, typeof i37.CopyButtonDirective, typeof i35.TablePaginationComponent, typeof i38.TagsComponent, typeof i39.FormControlComponent, typeof i40.SelectComponent, typeof i41.ItemDisplayComponent, typeof i42.ResizableColumnComponent, typeof i43.DialogGroupComponent, typeof i44.FileUploadComponent, typeof i45.FormGroupComponent, typeof i46.JsonDisplayComponent, typeof i47.ToastComponent, typeof i48.ToasterComponent, typeof i49.PageViewComponent, typeof i50.PageTitleComponent, typeof i51.WizardProgressComponent, typeof i52.WizardButtonsComponent, typeof i53.HierarchyTreeComponent, typeof i54.TreeComponent, typeof i55.RelativeDatePipe, typeof i56.ResizableComponent, typeof i57.HighlightTextPipe, typeof i58.FormControlLabelComponent, typeof i59.ItemPickerComponent, typeof i60.HelpPopoverComponent, typeof i61.LinkButtonComponent, typeof i62.TooltipComponent, typeof i63.TourComponent, typeof i64.CopyTableButtonDirective, typeof i65.TooltipDirective]>;
85
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.RouterModule, typeof i4.TranslateModule, typeof i5.A11yModule, typeof i6.OverlayModule, typeof i7.ButtonComponent, typeof i8.TabsComponent, typeof i9.TextboxComponent, typeof i10.NavItemActiveDirective, typeof i11.SpinnerComponent, typeof i12.ViewOverlayComponent, typeof i13.BannerComponent, typeof i14.ResizableTableDirective, typeof i8.TabsComponent, typeof i15.TableComponent, typeof i16.SearchableTableComponent, typeof i17.ComboboxComponent, typeof i18.MenuComponent, typeof i19.PopupContainerDirective, typeof i20.DropdownComponent, typeof i21.ConfirmComponent, typeof i22.DialogComponent, typeof i23.DateDisplayPipe, typeof i24.TimeDisplayPipe, typeof i25.MockDateDisplayPipe, typeof i26.RadioButtonComponent, typeof i27.CheckboxComponent, typeof i28.NumericboxComponent, typeof i29.AvatarComponent, typeof i30.AppBarComponent, typeof i31.SplashComponent, typeof i32.IfViewportWidthDirective, typeof i33.ClickAreaForDirective, typeof i34.CollapsibleToggleComponent, typeof i35.TableMasterRowComponent, typeof i36.TableMasterHeaderRowComponent, typeof i37.TableDetailRowComponent, typeof i38.TableLockedColumnComponent, typeof i39.TableSelectableRowComponent, typeof i40.PopoverComponent, typeof i41.TablePaginationComponent, typeof i42.RowCountPipe, typeof i43.CopyButtonDirective, typeof i41.TablePaginationComponent, typeof i44.TagsComponent, typeof i45.FormControlComponent, typeof i46.SelectComponent, typeof i47.ItemDisplayComponent, typeof i39.TableSelectableRowComponent, typeof i48.ResizableColumnComponent, typeof i49.DialogGroupComponent, typeof i50.FileUploadComponent, typeof i51.FormGroupComponent, typeof i52.JsonDisplayComponent, typeof i53.ToastComponent, typeof i54.ToasterComponent, typeof i55.PageViewComponent, typeof i56.PageTitleComponent, typeof i57.WizardProgressComponent, typeof i58.WizardButtonsComponent, typeof i59.HierarchyTreeComponent, typeof i60.TreeComponent, typeof i61.RelativeDatePipe, typeof i62.ResizableComponent, typeof i63.HighlightTextPipe, typeof i64.FormControlLabelComponent, typeof i65.ItemPickerComponent, typeof i66.HelpPopoverComponent, typeof i67.LinkButtonComponent, typeof i68.TooltipComponent, typeof i69.TourComponent, typeof i70.CopyTableButtonDirective, typeof i71.TooltipDirective], [typeof i7.ButtonComponent, typeof i8.TabsComponent, typeof i9.TextboxComponent, typeof i10.NavItemActiveDirective, typeof i11.SpinnerComponent, typeof i12.ViewOverlayComponent, typeof i13.BannerComponent, typeof i8.TabsComponent, typeof i15.TableComponent, typeof i16.SearchableTableComponent, typeof i17.ComboboxComponent, typeof i18.MenuComponent, typeof i19.PopupContainerDirective, typeof i20.DropdownComponent, typeof i21.ConfirmComponent, typeof i22.DialogComponent, typeof i23.DateDisplayPipe, typeof i24.TimeDisplayPipe, typeof i26.RadioButtonComponent, typeof i27.CheckboxComponent, typeof i28.NumericboxComponent, typeof i29.AvatarComponent, typeof i30.AppBarComponent, typeof i31.SplashComponent, typeof i32.IfViewportWidthDirective, typeof i33.ClickAreaForDirective, typeof i34.CollapsibleToggleComponent, typeof i35.TableMasterRowComponent, typeof i36.TableMasterHeaderRowComponent, typeof i38.TableLockedColumnComponent, typeof i39.TableSelectableRowComponent, typeof i40.PopoverComponent, typeof i43.CopyButtonDirective, typeof i41.TablePaginationComponent, typeof i44.TagsComponent, typeof i45.FormControlComponent, typeof i46.SelectComponent, typeof i47.ItemDisplayComponent, typeof i48.ResizableColumnComponent, typeof i49.DialogGroupComponent, typeof i50.FileUploadComponent, typeof i51.FormGroupComponent, typeof i52.JsonDisplayComponent, typeof i53.ToastComponent, typeof i54.ToasterComponent, typeof i55.PageViewComponent, typeof i56.PageTitleComponent, typeof i57.WizardProgressComponent, typeof i58.WizardButtonsComponent, typeof i59.HierarchyTreeComponent, typeof i60.TreeComponent, typeof i61.RelativeDatePipe, typeof i62.ResizableComponent, typeof i63.HighlightTextPipe, typeof i64.FormControlLabelComponent, typeof i65.ItemPickerComponent, typeof i66.HelpPopoverComponent, typeof i67.LinkButtonComponent, typeof i68.TooltipComponent, typeof i69.TourComponent, typeof i70.CopyTableButtonDirective, typeof i71.TooltipDirective]>;
86
86
  static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
87
87
  }
@@ -46,5 +46,5 @@ export declare class BannerComponent implements OnChanges {
46
46
  close(): void;
47
47
  private getIconByBannerType;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "ec-banner", never, { "hidden": "hidden"; "id": "id"; "type": "type"; "bannerStyle": "bannerStyle"; "title": "title"; "text": "text"; "list": "list"; "showCloseBtn": "showCloseBtn"; "autoHideOnClose": "autoHideOnClose"; "customIcon": "customIcon"; "rememberClosed": "rememberClosed"; }, { "closed": "closed"; }, never, ["*"], false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "ec-banner", never, { "hidden": "hidden"; "id": "id"; "type": "type"; "bannerStyle": "bannerStyle"; "title": "title"; "text": "text"; "list": "list"; "showCloseBtn": "showCloseBtn"; "autoHideOnClose": "autoHideOnClose"; "customIcon": "customIcon"; "rememberClosed": "rememberClosed"; }, { "closed": "closed"; }, never, ["*"], true, never>;
50
50
  }
@@ -74,5 +74,5 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
74
74
  onClick(event: any): void;
75
75
  focus(): void;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ec-button", never, { "id": "id"; "disabled": "disabled"; "icon": "icon"; "label": "label"; "badge": "badge"; "tabindex": "tabindex"; "type": "type"; "pending": "pending"; "pendingIcon": "pendingIcon"; "customTemplate": "customTemplate"; "isSubmit": "isSubmit"; "autofocus": "autofocus"; }, { "clicked": "clicked"; }, never, never, false, never>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ec-button", never, { "id": "id"; "disabled": "disabled"; "icon": "icon"; "label": "label"; "badge": "badge"; "tabindex": "tabindex"; "type": "type"; "pending": "pending"; "pendingIcon": "pendingIcon"; "customTemplate": "customTemplate"; "isSubmit": "isSubmit"; "autofocus": "autofocus"; }, { "clicked": "clicked"; }, never, never, true, never>;
78
78
  }
@@ -10,5 +10,5 @@ export declare class CopyButtonDirective extends CopyButtonBaseDirective {
10
10
  constructor(button: ButtonComponent, injector: Injector);
11
11
  protected getDataForClipboard(): string;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyButtonDirective, [{ host: true; }, null]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<CopyButtonDirective, "[ecCopyButton]", never, { "copyFormModel": "ecCopyButton"; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CopyButtonDirective, "[ecCopyButton]", never, { "copyFormModel": "ecCopyButton"; }, {}, never, never, true, never>;
14
14
  }
@@ -15,5 +15,5 @@ export declare class CopyTableButtonDirective extends CopyButtonBaseDirective {
15
15
  */
16
16
  protected getDataForClipboard(): string | null;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyTableButtonDirective, [{ host: true; }, null]>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<CopyTableButtonDirective, "[ecCopyTableButton]", never, { "tableId": "ecCopyTableButton"; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CopyTableButtonDirective, "[ecCopyTableButton]", never, { "tableId": "ecCopyTableButton"; }, {}, never, never, true, never>;
19
19
  }
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
2
+ import { AbstractControl } from '@angular/forms';
2
3
  import { ValidationMessageService } from '../../core/validation-message.service';
4
+ import { ClickableElement } from '../../shared/directives/click-area-for/click-area-for.directive';
3
5
  import { FormGroupHelper } from '../../shared/form-group.helper';
4
6
  import { FormControlBase } from "../form-control-base";
5
- import { AbstractControl } from '@angular/forms';
6
- import { ClickableElement } from '../../shared/directives/click-area-for/click-area-for.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export type CheckboxState = 'unchecked' | 'indeterminate' | 'checked';
9
9
  export declare class CheckboxComponent extends FormControlBase implements AfterViewInit, ClickableElement, OnChanges {
@@ -61,5 +61,5 @@ export declare class CheckboxComponent extends FormControlBase implements AfterV
61
61
  */
62
62
  private updateMasterState;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ec-checkbox", never, { "name": "name"; "dependentCheckboxesGroup": "dependentCheckboxesGroup"; "ignoreDisabledDependents": "ignoreDisabledDependents"; }, {}, never, never, false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ec-checkbox", never, { "name": "name"; "dependentCheckboxesGroup": "dependentCheckboxesGroup"; "ignoreDisabledDependents": "ignoreDisabledDependents"; }, {}, never, never, true, never>;
65
65
  }
@@ -21,5 +21,5 @@ export declare class CollapsibleToggleComponent {
21
21
  */
22
22
  onToggle(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleToggleComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleToggleComponent, "ec-collapsible-toggle", never, { "id": "id"; "expanded": "expanded"; "tabindex": "tabindex"; }, { "expandedChange": "expandedChange"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleToggleComponent, "ec-collapsible-toggle", never, { "id": "id"; "expanded": "expanded"; "tabindex": "tabindex"; }, { "expandedChange": "expandedChange"; }, never, never, true, never>;
25
25
  }
@@ -408,6 +408,6 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
408
408
  */
409
409
  private findDefaultSelectionIndex;
410
410
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
411
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ec-combobox", never, { "addNew": "addNew"; "addNewOptions": "addNewOptions"; "maxlength": "maxlength"; "menuPosition": "menuPosition"; "minlength": "minlength"; "options": "options"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "preserveIconSpace": "preserveIconSpace"; "popupFixed": "popupFixed"; "totalRecords": "totalRecords"; "upperCase": "upperCase"; "placeholder": "placeholder"; "loadOnOpenObservable": "loadOnOpenObservable"; "hideToggleButton": "hideToggleButton"; "alwaysOpen": "alwaysOpen"; "menuElementClasses": "menuElementClasses"; "textboxElementClasses": "textboxElementClasses"; "hideNoMatches": "hideNoMatches"; "noMatchesText": "noMatchesText"; "truncateItems": "truncateItems"; }, { "addNewClick": "addNewClick"; "search": "search"; }, never, never, false, never>;
411
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ec-combobox", never, { "addNew": "addNew"; "addNewOptions": "addNewOptions"; "maxlength": "maxlength"; "menuPosition": "menuPosition"; "minlength": "minlength"; "options": "options"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "preserveIconSpace": "preserveIconSpace"; "popupFixed": "popupFixed"; "totalRecords": "totalRecords"; "upperCase": "upperCase"; "placeholder": "placeholder"; "loadOnOpenObservable": "loadOnOpenObservable"; "hideToggleButton": "hideToggleButton"; "alwaysOpen": "alwaysOpen"; "menuElementClasses": "menuElementClasses"; "textboxElementClasses": "textboxElementClasses"; "hideNoMatches": "hideNoMatches"; "noMatchesText": "noMatchesText"; "truncateItems": "truncateItems"; }, { "addNewClick": "addNewClick"; "search": "search"; }, never, never, true, never>;
412
412
  }
413
413
  export {};
@@ -157,5 +157,5 @@ export declare class DropdownComponent implements OnInit, AfterViewInit, OnDestr
157
157
  */
158
158
  keyNavigate(event: KeyboardEvent): void;
159
159
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "ec-dropdown", never, { "id": "id"; "autofocus": "autofocus"; "status": "status"; "disabled": "disabled"; "label": "label"; "icon": "icon"; "buttonType": "buttonType"; "buttonAlignment": "buttonAlignment"; "buttonTitle": "buttonTitle"; "tabindex": "tabindex"; "showArrow": "showArrow"; "items": "items"; "menuTemplateType": "menuTemplateType"; "menuTitle": "menuTitle"; "menuHeight": "menuHeight"; "menuWidth": "menuWidth"; "menuMinWidth": "menuMinWidth"; "menuPosition": "menuPosition"; "menuFooter": "menuFooter"; "popupFixed": "popupFixed"; "buttonCustomTemplate": "buttonCustomTemplate"; "pending": "pending"; }, { "itemSelected": "itemSelected"; "popupOpened": "popupOpened"; }, never, never, false, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "ec-dropdown", never, { "id": "id"; "autofocus": "autofocus"; "status": "status"; "disabled": "disabled"; "label": "label"; "icon": "icon"; "buttonType": "buttonType"; "buttonAlignment": "buttonAlignment"; "buttonTitle": "buttonTitle"; "tabindex": "tabindex"; "showArrow": "showArrow"; "items": "items"; "menuTemplateType": "menuTemplateType"; "menuTitle": "menuTitle"; "menuHeight": "menuHeight"; "menuWidth": "menuWidth"; "menuMinWidth": "menuMinWidth"; "menuPosition": "menuPosition"; "menuFooter": "menuFooter"; "popupFixed": "popupFixed"; "buttonCustomTemplate": "buttonCustomTemplate"; "pending": "pending"; }, { "itemSelected": "itemSelected"; "popupOpened": "popupOpened"; }, never, never, true, never>;
161
161
  }
@@ -98,5 +98,5 @@ export declare class FileUploadComponent extends FormControlBase implements OnIn
98
98
  private handleMultipleFiles;
99
99
  private readFile;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadComponent, never>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "ec-file-upload", never, { "placeholder": "placeholder"; "fileType": "fileType"; "fileOutput": "fileOutput"; "customExtensions": "customExtensions"; "onFileSelected": "onFileSelected"; "onMultipleFilesSelected": "onMultipleFilesSelected"; "displayType": "displayType"; "buttonLabel": "buttonLabel"; "buttonType": "buttonType"; "multiSelect": "multiSelect"; }, {}, never, never, false, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "ec-file-upload", never, { "placeholder": "placeholder"; "fileType": "fileType"; "fileOutput": "fileOutput"; "customExtensions": "customExtensions"; "onFileSelected": "onFileSelected"; "onMultipleFilesSelected": "onMultipleFilesSelected"; "displayType": "displayType"; "buttonLabel": "buttonLabel"; "buttonType": "buttonType"; "multiSelect": "multiSelect"; }, {}, never, never, true, never>;
102
102
  }
@@ -21,5 +21,5 @@ export declare class FormControlComponent implements AfterViewInit {
21
21
  focus(): void;
22
22
  clear(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FormControlComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FormControlComponent, "ec-form-control", never, { "id": "id"; "icon": "icon"; "actionIcon": "actionIcon"; "showClear": "showClear"; "pending": "pending"; "required": "required"; "readonly": "readonly"; }, { "actionClicked": "actionClicked"; }, ["formModel"], ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormControlComponent, "ec-form-control", never, { "id": "id"; "icon": "icon"; "actionIcon": "actionIcon"; "showClear": "showClear"; "pending": "pending"; "required": "required"; "readonly": "readonly"; }, { "actionClicked": "actionClicked"; }, ["formModel"], ["*"], true, never>;
25
25
  }
@@ -69,5 +69,5 @@ export declare class FormControlLabelComponent implements OnInit {
69
69
  */
70
70
  private translateValidationMessages;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<FormControlLabelComponent, never>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<FormControlLabelComponent, "ec-form-control-label", never, { "id": "id"; "label": "label"; "control": "control"; "labelPosition": "labelPosition"; "overrideValidationError": "overrideValidationError"; "hideValidationMessage": "hideValidationMessage"; }, {}, never, never, false, never>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormControlLabelComponent, "ec-form-control-label", never, { "id": "id"; "label": "label"; "control": "control"; "labelPosition": "labelPosition"; "overrideValidationError": "overrideValidationError"; "hideValidationMessage": "hideValidationMessage"; }, {}, never, never, true, never>;
73
73
  }
@@ -92,5 +92,5 @@ export declare class FormGroupComponent implements OnInit {
92
92
  */
93
93
  private translateValidationMessages;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ec-form-group", never, { "id": "id"; "label": "label"; "formGroup": "formGroup"; "labelPosition": "labelPosition"; "overrideValidationError": "overrideValidationError"; "hideValidationMessage": "hideValidationMessage"; }, {}, never, ["*"], false, never>;
95
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ec-form-group", never, { "id": "id"; "label": "label"; "formGroup": "formGroup"; "labelPosition": "labelPosition"; "overrideValidationError": "overrideValidationError"; "hideValidationMessage": "hideValidationMessage"; }, {}, never, ["*"], true, never>;
96
96
  }
@@ -7,5 +7,5 @@ export declare class HelpPopoverComponent {
7
7
  maxWidth: string;
8
8
  constructor();
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<HelpPopoverComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<HelpPopoverComponent, "ec-help-popover", never, { "id": "id"; "text": "text"; "contentPosition": "contentPosition"; "maxWidth": "maxWidth"; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<HelpPopoverComponent, "ec-help-popover", never, { "id": "id"; "text": "text"; "contentPosition": "contentPosition"; "maxWidth": "maxWidth"; }, {}, never, ["*"], true, never>;
11
11
  }
@@ -120,5 +120,5 @@ export declare class ItemPickerComponent<T> implements OnInit, OnChanges, OnDest
120
120
  private setupSelectedItemsChangedWatcher;
121
121
  private setInternalizedTemplates;
122
122
  static ɵfac: i0.ɵɵFactoryDeclaration<ItemPickerComponent<any>, never>;
123
- static ɵcmp: i0.ɵɵComponentDeclaration<ItemPickerComponent<any>, "ec-item-picker", never, { "id": "id"; "availableTitle": "availableTitle"; "selectedTitle": "selectedTitle"; "itemName": "itemName"; "formModel": "formModel"; "customAvailableHeaderTemplate": "customAvailableHeaderTemplate"; "customAvailableItemTemplate": "customAvailableItemTemplate"; "customSelectedItemTemplate": "customSelectedItemTemplate"; "ready": "ready"; "getItems": "getItems"; "selectionContext": "selectionContext"; "noDataMessage": "noDataMessage"; "noSelectedItemsMessage": "noSelectedItemsMessage"; }, {}, never, never, false, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemPickerComponent<any>, "ec-item-picker", never, { "id": "id"; "availableTitle": "availableTitle"; "selectedTitle": "selectedTitle"; "itemName": "itemName"; "formModel": "formModel"; "customAvailableHeaderTemplate": "customAvailableHeaderTemplate"; "customAvailableItemTemplate": "customAvailableItemTemplate"; "customSelectedItemTemplate": "customSelectedItemTemplate"; "ready": "ready"; "getItems": "getItems"; "selectionContext": "selectionContext"; "noDataMessage": "noDataMessage"; "noSelectedItemsMessage": "noSelectedItemsMessage"; }, {}, never, never, true, never>;
124
124
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LinkButtonComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkButtonComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "button[ecLinkButton]", never, {}, {}, never, ["*"], false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkButtonComponent, "button[ecLinkButton]", never, {}, {}, never, ["*"], true, never>;
5
5
  }
@@ -227,5 +227,5 @@ export declare class MenuComponent implements AfterContentInit, OnDestroy {
227
227
  */
228
228
  private setItemIds;
229
229
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
230
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "ec-menu", never, { "id": "id"; "items": "items"; "selected": "selected"; "parent": "parent"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "title": "title"; "showNoItems": "showNoItems"; "noDataText": "noDataText"; "enableKeyNav": "enableKeyNav"; "highlightedItem": "highlightedItem"; "maintainSelectedItem": "maintainSelectedItem"; "truncateItems": "truncateItems"; "preserveIconSpace": "preserveIconSpace"; "dropdownToggleButton": "dropdownToggleButton"; }, { "selectedChanged": "selectedChanged"; "menuClosed": "menuClosed"; }, never, never, false, never>;
230
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "ec-menu", never, { "id": "id"; "items": "items"; "selected": "selected"; "parent": "parent"; "templateType": "templateType"; "customMenuTemplate": "customMenuTemplate"; "title": "title"; "showNoItems": "showNoItems"; "noDataText": "noDataText"; "enableKeyNav": "enableKeyNav"; "highlightedItem": "highlightedItem"; "maintainSelectedItem": "maintainSelectedItem"; "truncateItems": "truncateItems"; "preserveIconSpace": "preserveIconSpace"; "dropdownToggleButton": "dropdownToggleButton"; }, { "selectedChanged": "selectedChanged"; "menuClosed": "menuClosed"; }, never, never, true, never>;
231
231
  }
@@ -38,5 +38,5 @@ export declare class NavItemActiveDirective implements OnInit, OnDestroy {
38
38
  /** If url is active apply the defined class to the element, otherwise remove it */
39
39
  private update;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<NavItemActiveDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavItemActiveDirective, "[ecNavItemActive]", never, { "classValue": "ecNavItemActive"; "exact": "ecNavItemActiveExactMatch"; "queryParams": "ecNavItemActiveQueryParams"; "url": "ecNavItemActiveUrl"; }, { "routerLinkActivated": "routerLinkActivated"; }, never, never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavItemActiveDirective, "[ecNavItemActive]", never, { "classValue": "ecNavItemActive"; "exact": "ecNavItemActiveExactMatch"; "queryParams": "ecNavItemActiveQueryParams"; "url": "ecNavItemActiveUrl"; }, { "routerLinkActivated": "routerLinkActivated"; }, never, never, true, never>;
42
42
  }
@@ -144,5 +144,5 @@ export declare class NumericboxComponent extends FormControlBase implements OnIn
144
144
  private showUnits;
145
145
  private makeUnitElement;
146
146
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericboxComponent, never>;
147
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericboxComponent, "ec-numericbox", never, { "placeholder": "placeholder"; "decimals": "decimals"; "showPrecision": "showPrecision"; "maxPrecisionDigits": "maxPrecisionDigits"; "max": "max"; "min": "min"; "leftUnits": "leftUnits"; "rightUnits": "rightUnits"; "autoUpdateFormModel": "autoUpdateFormModel"; }, {}, never, never, false, never>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericboxComponent, "ec-numericbox", never, { "placeholder": "placeholder"; "decimals": "decimals"; "showPrecision": "showPrecision"; "maxPrecisionDigits": "maxPrecisionDigits"; "max": "max"; "min": "min"; "leftUnits": "leftUnits"; "rightUnits": "rightUnits"; "autoUpdateFormModel": "autoUpdateFormModel"; }, {}, never, never, true, never>;
148
148
  }
@@ -47,5 +47,5 @@ export declare class PopoverComponent implements OnDestroy {
47
47
  private getOverlayConfig;
48
48
  private getPosition;
49
49
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "ec-popover", never, { "icon": "icon"; "tag": "tag"; "tagHoverType": "tagHoverType"; "contentPosition": "contentPosition"; "iconHoverClass": "iconHoverClass"; }, {}, never, ["*"], false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "ec-popover", never, { "icon": "icon"; "tag": "tag"; "tagHoverType": "tagHoverType"; "contentPosition": "contentPosition"; "iconHoverClass": "iconHoverClass"; }, {}, never, ["*"], true, never>;
51
51
  }
@@ -49,5 +49,5 @@ export declare class RadioButtonComponent extends FormControlBase implements Aft
49
49
  ngOnInit(): void;
50
50
  ngAfterViewInit(): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ec-radiobutton", never, { "type": "type"; "options": "options"; "direction": "direction"; "name": "name"; }, {}, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ec-radiobutton", never, { "type": "type"; "options": "options"; "direction": "direction"; "name": "name"; }, {}, never, never, true, never>;
53
53
  }
@@ -40,5 +40,5 @@ export declare class SelectComponent extends FormControlBase implements AfterVie
40
40
  */
41
41
  private onOptionsChange;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ec-select", never, { "placeholder": "placeholder"; "options": "options"; "autoDefault": "autoDefault"; }, {}, never, never, false, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "ec-select", never, { "placeholder": "placeholder"; "options": "options"; "autoDefault": "autoDefault"; }, {}, never, never, true, never>;
44
44
  }
@@ -26,5 +26,5 @@ export declare class TabsComponent {
26
26
  */
27
27
  selectTab(event: Event, tab: NavItem): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ec-tabs", never, { "id": "id"; "tabindex": "tabindex"; "tabStyle": "tabStyle"; "tabs": "tabGroup"; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ec-tabs", never, { "id": "id"; "tabindex": "tabindex"; "tabStyle": "tabStyle"; "tabs": "tabGroup"; }, {}, never, never, true, never>;
30
30
  }
@@ -103,5 +103,5 @@ export declare class TextboxComponent extends FormControlBase implements OnInit,
103
103
  */
104
104
  focusOutEvent(): void;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, never>;
106
- static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "ec-textbox", never, { "autocomplete": "autocomplete"; "type": "type"; "placeholder": "placeholder"; "maxlength": "maxlength"; "minlength": "minlength"; "rows": "rows"; "selectOnAutofocus": "selectOnAutofocus"; "upperCase": "upperCase"; }, {}, never, never, false, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "ec-textbox", never, { "autocomplete": "autocomplete"; "type": "type"; "placeholder": "placeholder"; "maxlength": "maxlength"; "minlength": "minlength"; "rows": "rows"; "selectOnAutofocus": "selectOnAutofocus"; "upperCase": "upperCase"; }, {}, never, never, true, never>;
107
107
  }
@@ -16,5 +16,5 @@ export declare class AppBarComponent implements OnChanges {
16
16
  constructor(avatarService: AvatarService);
17
17
  ngOnChanges(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "ec-app-bar", never, { "user": "user"; "userMenuItems": "userMenuItems"; "userMenuWidth": "userMenuWidth"; "userMenuMinWidth": "userMenuMinWidth"; "userMenuTabindex": "userMenuTabindex"; "iconPath": "iconPath"; }, {}, never, [".app-bar-title", ".app-bar-actions"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "ec-app-bar", never, { "user": "user"; "userMenuItems": "userMenuItems"; "userMenuWidth": "userMenuWidth"; "userMenuMinWidth": "userMenuMinWidth"; "userMenuTabindex": "userMenuTabindex"; "iconPath": "iconPath"; }, {}, never, [".app-bar-title", ".app-bar-actions"], true, never>;
20
20
  }
@@ -31,5 +31,5 @@ export declare class AvatarComponent implements OnChanges {
31
31
  */
32
32
  private updateColor;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ec-avatar", never, { "user": "user"; }, {}, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ec-avatar", never, { "user": "user"; }, {}, never, never, true, never>;
35
35
  }
@@ -98,6 +98,6 @@ export declare class ConfirmComponent implements OnInit, DialogContent<ConfirmDi
98
98
  private addFormControls;
99
99
  private doInlineConfirmAction;
100
100
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmComponent, never>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "ec-confirm", never, { "context": "context"; }, { "onDialogSave": "onDialogSave"; "onDialogCancel": "onDialogCancel"; }, never, never, false, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "ec-confirm", never, { "context": "context"; }, { "onDialogSave": "onDialogSave"; "onDialogCancel": "onDialogCancel"; }, never, never, true, never>;
102
102
  }
103
103
  export {};
@@ -28,5 +28,5 @@ export declare class DialogGroupComponent implements OnInit, OnDestroy {
28
28
  */
29
29
  dialogClosed(dialogOpenEvent: DialogOpenStartEvent<any>): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogGroupComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogGroupComponent, "ec-dialog-group", never, {}, {}, never, never, false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogGroupComponent, "ec-dialog-group", never, {}, {}, never, never, true, never>;
32
32
  }
@@ -116,5 +116,5 @@ export declare class DialogComponent {
116
116
  */
117
117
  private getDialogId;
118
118
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ec-dialog", never, { "size": "size"; "content": "content"; "context": "context"; "options": "options"; "dialogOpenStartEventId": "dialogOpenStartEventId"; }, { "opened": "opened"; "closed": "closed"; }, never, never, false, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ec-dialog", never, { "size": "size"; "content": "content"; "context": "context"; "options": "options"; "dialogOpenStartEventId": "dialogOpenStartEventId"; }, { "opened": "opened"; "closed": "closed"; }, never, never, true, never>;
120
120
  }
@@ -30,5 +30,5 @@ export declare class HierarchyTreeComponent extends HierarchyBase implements OnI
30
30
  */
31
31
  selectItem(item: HierarchyItem): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<HierarchyTreeComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<HierarchyTreeComponent, "ec-hierarchy-tree", never, { "id": "id"; "hideRootNode": "hideRootNode"; "customItemTemplate": "customItemTemplate"; }, { "itemSelected": "itemSelected"; }, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<HierarchyTreeComponent, "ec-hierarchy-tree", never, { "id": "id"; "hideRootNode": "hideRootNode"; "customItemTemplate": "customItemTemplate"; }, { "itemSelected": "itemSelected"; }, never, never, true, never>;
34
34
  }
@@ -39,5 +39,5 @@ export declare class ItemDisplayComponent {
39
39
  */
40
40
  target: LinkTarget;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ItemDisplayComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ItemDisplayComponent, "ec-item-display", never, { "id": "id"; "label": "label"; "labelHelpPopover": "labelHelpPopover"; "value": "value"; "url": "url"; "condensed": "condensed"; "target": "target"; }, {}, never, ["*"], false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ItemDisplayComponent, "ec-item-display", never, { "id": "id"; "label": "label"; "labelHelpPopover": "labelHelpPopover"; "value": "value"; "url": "url"; "condensed": "condensed"; "target": "target"; }, {}, never, ["*"], true, never>;
43
43
  }
@@ -12,5 +12,5 @@ export declare class JsonDisplayComponent implements OnChanges {
12
12
  constructor(translate: TranslateService);
13
13
  ngOnChanges(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonDisplayComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<JsonDisplayComponent, "ec-json-display", never, { "id": "id"; "jsonString": "jsonString"; "maxLength": "maxLength"; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<JsonDisplayComponent, "ec-json-display", never, { "id": "id"; "jsonString": "jsonString"; "maxLength": "maxLength"; }, {}, never, never, true, never>;
16
16
  }
@@ -27,5 +27,5 @@ export declare class ResizableComponent extends ResizableBase implements OnInit
27
27
  */
28
28
  protected restoreWidths(widths: number[]): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizableComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ResizableComponent, "ec-resizable", never, {}, {}, never, ["*"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizableComponent, "ec-resizable", never, {}, {}, never, ["*"], true, never>;
31
31
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SpinnerComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "ec-spinner", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "ec-spinner", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -12,5 +12,5 @@ export declare class SplashComponent implements OnInit, OnDestroy {
12
12
  ngOnInit(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SplashComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SplashComponent, "ec-splash", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SplashComponent, "ec-splash", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -6,5 +6,5 @@ export declare class ResizableColumnComponent {
6
6
  constructor(el: ElementRef);
7
7
  emitWidth(width: number): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizableColumnComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ResizableColumnComponent, "th.is-resizable", never, {}, { "onResize": "onResize"; }, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizableColumnComponent, "th.is-resizable", never, {}, { "onResize": "onResize"; }, never, ["*"], true, never>;
10
10
  }
@@ -89,5 +89,5 @@ export declare class ResizableTableDirective extends ResizableBase implements On
89
89
  */
90
90
  private setInitialWidths;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizableTableDirective, never>;
92
- static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableTableDirective, "[ecResizableTable]", never, { "isResizable": "ecResizableTable"; "containerEl": "containerEl"; "sortableTable": "sortableTable"; "resizableColumns": "resizableColumns"; }, {}, never, never, false, never>;
92
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableTableDirective, "[ecResizableTable]", never, { "isResizable": "ecResizableTable"; "containerEl": "containerEl"; "sortableTable": "sortableTable"; "resizableColumns": "resizableColumns"; }, {}, never, never, true, never>;
93
93
  }
@@ -200,5 +200,5 @@ export declare class SearchableTableComponent implements OnInit, OnDestroy, OnCh
200
200
  /** Get text to display in the footer. */
201
201
  private getCaption;
202
202
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchableTableComponent, never>;
203
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchableTableComponent, "ec-searchable-table", never, { "id": "id"; "resizable": "resizable"; "sortable": "sortable"; "sort": "sort"; "autofocus": "autofocus"; "tableClasses": "tableClasses"; "searchboxPlaceholder": "searchboxPlaceholder"; "formModel": "formModel"; "noDataMessage": "noDataMessage"; "noSearchResultsMessage": "noSearchResultsMessage"; "ready": "ready"; "getItems": "getItems"; "refresh": "refresh"; "status": "status"; "tableLayoutFixed": "tableLayoutFixed"; "searchboxTabIndex": "searchboxTabIndex"; "maxItemCount": "maxItemCount"; "hideSearchControl": "hideSearchControl"; "hideHeader": "hideHeader"; "objectType": "objectType"; "hideFooter": "hideFooter"; "pageable": "pageable"; "pageSize": "pageSize"; "maxTabs": "maxTabs"; "searchboxReadonly": "searchboxReadonly"; "selectionContext": "selectionContext"; "selectionToolbarTemplate": "selectionToolbarTemplate"; "additionalCountText": "additionalCountText"; "selectable": "selectable"; "customContentTemplate": "customContentTemplate"; "removeCard": "removeCard"; "overlayClasses": "overlayClasses"; "fillParentHeight": "fillParentHeight"; }, { "sortChange": "sortChange"; "pageChangeEmitter": "pageChange"; "itemsChange": "itemsChange"; }, ["resizableColumns"], [".searchable-table-controls", ".card-header", "*", ".searchable-table-footer"], false, never>;
203
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchableTableComponent, "ec-searchable-table", never, { "id": "id"; "resizable": "resizable"; "sortable": "sortable"; "sort": "sort"; "autofocus": "autofocus"; "tableClasses": "tableClasses"; "searchboxPlaceholder": "searchboxPlaceholder"; "formModel": "formModel"; "noDataMessage": "noDataMessage"; "noSearchResultsMessage": "noSearchResultsMessage"; "ready": "ready"; "getItems": "getItems"; "refresh": "refresh"; "status": "status"; "tableLayoutFixed": "tableLayoutFixed"; "searchboxTabIndex": "searchboxTabIndex"; "maxItemCount": "maxItemCount"; "hideSearchControl": "hideSearchControl"; "hideHeader": "hideHeader"; "objectType": "objectType"; "hideFooter": "hideFooter"; "pageable": "pageable"; "pageSize": "pageSize"; "maxTabs": "maxTabs"; "searchboxReadonly": "searchboxReadonly"; "selectionContext": "selectionContext"; "selectionToolbarTemplate": "selectionToolbarTemplate"; "additionalCountText": "additionalCountText"; "selectable": "selectable"; "customContentTemplate": "customContentTemplate"; "removeCard": "removeCard"; "overlayClasses": "overlayClasses"; "fillParentHeight": "fillParentHeight"; }, { "sortChange": "sortChange"; "pageChangeEmitter": "pageChange"; "itemsChange": "itemsChange"; }, ["resizableColumns"], [".searchable-table-controls", ".card-header", "*", ".searchable-table-footer"], true, never>;
204
204
  }
@@ -4,5 +4,5 @@ export declare class TableDetailRowComponent {
4
4
  contentColSpan: number;
5
5
  maxHeight?: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableDetailRowComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<TableDetailRowComponent, "[ecTableDetailRow]", never, { "contentClass": "contentClass"; "contentColSpan": "contentColSpan"; "maxHeight": "maxHeight"; }, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableDetailRowComponent, "[ecTableDetailRow]", never, { "contentClass": "contentClass"; "contentColSpan": "contentColSpan"; "maxHeight": "maxHeight"; }, {}, never, ["*"], true, never>;
8
8
  }