@po-ui/ng-components 19.24.0 → 19.26.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 (186) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs → po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs} +3 -4
  2. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs.map +1 -0
  3. package/fesm2022/po-ui-ng-components.mjs +18860 -17533
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/components.module.d.ts +2 -1
  6. package/lib/components/index.d.ts +1 -0
  7. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +1 -2
  8. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -2
  9. package/lib/components/po-accordion/po-accordion.component.d.ts +1 -3
  10. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +1 -3
  11. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +0 -2
  12. package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
  13. package/lib/components/po-button/po-button-base.component.d.ts +14 -8
  14. package/lib/components/po-button/po-button.component.d.ts +0 -3
  15. package/lib/components/po-button-group/po-button-group-base.component.d.ts +9 -6
  16. package/lib/components/po-button-group/po-button-group.component.d.ts +0 -4
  17. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +0 -4
  18. package/lib/components/po-calendar/po-calendar.component.d.ts +2 -4
  19. package/lib/components/po-chart/po-chart.component.d.ts +3 -6
  20. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +2 -4
  21. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +0 -3
  22. package/lib/components/po-dropdown/po-dropdown.component.d.ts +1 -4
  23. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +0 -3
  24. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -3
  25. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +2 -7
  26. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +1 -2
  27. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +1 -2
  28. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +1 -3
  29. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +1 -6
  30. package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -2
  31. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -3
  32. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -7
  33. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -3
  34. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +1 -4
  35. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -3
  36. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -2
  37. package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -8
  38. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +1 -3
  39. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +2 -8
  40. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +1 -3
  41. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +2 -8
  42. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +2 -5
  43. package/lib/components/po-field/po-email/po-email.component.d.ts +2 -4
  44. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +1 -2
  45. package/lib/components/po-field/po-input/po-input-base.component.d.ts +1 -3
  46. package/lib/components/po-field/po-input/po-input.component.d.ts +2 -4
  47. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +1 -3
  48. package/lib/components/po-field/po-login/po-login.component.d.ts +1 -4
  49. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +1 -3
  50. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +2 -3
  51. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +2 -7
  52. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +0 -2
  53. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -3
  54. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -2
  55. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +0 -2
  56. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +2 -6
  57. package/lib/components/po-field/po-number/po-number-base.component.d.ts +1 -3
  58. package/lib/components/po-field/po-number/po-number.component.d.ts +1 -4
  59. package/lib/components/po-field/po-password/po-password.component.d.ts +1 -4
  60. package/lib/components/po-field/po-radio/po-radio.component.d.ts +1 -4
  61. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +0 -3
  62. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +2 -4
  63. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +1 -3
  64. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +0 -2
  65. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -2
  66. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -2
  67. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -2
  68. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -5
  69. package/lib/components/po-field/po-select/po-select.component.d.ts +3 -7
  70. package/lib/components/po-field/po-switch/po-switch.component.d.ts +1 -4
  71. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +1 -3
  72. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -4
  73. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -3
  74. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +0 -2
  75. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +1 -2
  76. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +1 -2
  77. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -2
  78. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +0 -3
  79. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -3
  80. package/lib/components/po-field/po-upload/po-upload.component.d.ts +2 -8
  81. package/lib/components/po-field/po-url/po-url.component.d.ts +2 -4
  82. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -2
  83. package/lib/components/po-grid/po-grid.component.d.ts +2 -2
  84. package/lib/components/po-header/index.d.ts +7 -0
  85. package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +138 -0
  86. package/lib/components/po-header/interfaces/po-header-actions.interface.d.ts +49 -0
  87. package/lib/components/po-header/interfaces/po-header-brand.interface.d.ts +59 -0
  88. package/lib/components/po-header/interfaces/po-header-literals.interface.d.ts +13 -0
  89. package/lib/components/po-header/interfaces/po-header-user.interface.d.ts +74 -0
  90. package/lib/components/po-header/po-header-base.component.d.ts +266 -0
  91. package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +27 -0
  92. package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +32 -0
  93. package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +50 -0
  94. package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +31 -0
  95. package/lib/components/po-header/po-header.component.d.ts +83 -0
  96. package/lib/components/po-header/po-header.module.d.ts +27 -0
  97. package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -3
  98. package/lib/components/po-list-view/po-list-view.component.d.ts +2 -5
  99. package/lib/components/po-listbox/interfaces/po-listbox-literals.interface.d.ts +1 -0
  100. package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +2 -1
  101. package/lib/components/po-listbox/po-item-list/po-item-list.component.d.ts +1 -2
  102. package/lib/components/po-listbox/po-listbox-base.component.d.ts +8 -4
  103. package/lib/components/po-listbox/po-listbox.component.d.ts +5 -8
  104. package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -2
  105. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +1 -2
  106. package/lib/components/po-menu/po-menu-base.component.d.ts +6 -4
  107. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +1 -1
  108. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +0 -2
  109. package/lib/components/po-menu/po-menu-item.interface.d.ts +3 -0
  110. package/lib/components/po-menu/po-menu.component.d.ts +5 -10
  111. package/lib/components/po-menu/services/po-menu-global.service.d.ts +6 -0
  112. package/lib/components/po-menu/services/po-menu.service.d.ts +0 -2
  113. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +0 -2
  114. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +1 -5
  115. package/lib/components/po-modal/po-modal-base.component.d.ts +1 -3
  116. package/lib/components/po-modal/po-modal.component.d.ts +1 -5
  117. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -3
  118. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +0 -2
  119. package/lib/components/po-navbar/po-navbar.component.d.ts +2 -5
  120. package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +1 -1
  121. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +1 -3
  122. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +2 -6
  123. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -3
  124. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -3
  125. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +1 -3
  126. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +2 -6
  127. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +0 -3
  128. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +1 -5
  129. package/lib/components/po-popover/po-popover.component.d.ts +5 -2
  130. package/lib/components/po-popup/po-popup-base.component.d.ts +2 -4
  131. package/lib/components/po-popup/po-popup.component.d.ts +2 -6
  132. package/lib/components/po-progress/po-progress-base.component.d.ts +0 -3
  133. package/lib/components/po-progress/po-progress.component.d.ts +0 -3
  134. package/lib/components/po-search/enums/po-search-filter-mode.enum.d.ts +1 -1
  135. package/lib/components/po-search/index.d.ts +1 -1
  136. package/lib/components/po-search/interfaces/po-search-filter-select.interface.d.ts +1 -5
  137. package/lib/components/po-search/interfaces/po-search-locate-summary.interface.d.ts +13 -0
  138. package/lib/components/po-search/literals/po-search-literals-default.d.ts +7 -1
  139. package/lib/components/po-search/literals/po-search-literals.interface.d.ts +51 -0
  140. package/lib/components/po-search/po-search-base.component.d.ts +201 -79
  141. package/lib/components/po-search/po-search.component.d.ts +43 -14
  142. package/lib/components/po-slide/po-slide.component.d.ts +0 -2
  143. package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -2
  144. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +1 -2
  145. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -2
  146. package/lib/components/po-table/po-table-base.component.d.ts +1 -3
  147. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -3
  148. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -3
  149. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -4
  150. package/lib/components/po-table/po-table.component.d.ts +2 -4
  151. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +1 -3
  152. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +0 -1
  153. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +0 -1
  154. package/lib/components/po-tabs/po-tabs-base.component.d.ts +0 -3
  155. package/lib/components/po-tabs/po-tabs.component.d.ts +1 -5
  156. package/lib/components/po-tag/po-tag.component.d.ts +1 -2
  157. package/lib/components/po-toaster/po-toaster-base.component.d.ts +0 -3
  158. package/lib/components/po-toaster/po-toaster.component.d.ts +3 -6
  159. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -2
  160. package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -3
  161. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +0 -3
  162. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +0 -2
  163. package/lib/components/po-tree-view/po-tree-view.component.d.ts +0 -4
  164. package/lib/components/po-widget/po-widget-base.component.d.ts +0 -3
  165. package/lib/components/po-widget/po-widget.component.d.ts +3 -3
  166. package/lib/services/po-dialog/po-dialog.component.d.ts +1 -3
  167. package/lib/services/po-notification/po-notification-base.service.d.ts +0 -3
  168. package/lib/services/po-notification/po-notification.service.d.ts +1 -3
  169. package/lib/utils/util.d.ts +25 -0
  170. package/package.json +4 -4
  171. package/po-ui-ng-components-19.26.0.tgz +0 -0
  172. package/schematics/ng-add/index.js +1 -1
  173. package/schematics/ng-update/v14/index.js +1 -1
  174. package/schematics/ng-update/v15/index.js +1 -1
  175. package/schematics/ng-update/v16/index.js +1 -1
  176. package/schematics/ng-update/v17/index.js +1 -1
  177. package/schematics/ng-update/v18/index.js +2 -2
  178. package/schematics/ng-update/v19/index.js +2 -2
  179. package/schematics/ng-update/v2/index.js +1 -1
  180. package/schematics/ng-update/v3/index.js +1 -1
  181. package/schematics/ng-update/v4/index.js +1 -1
  182. package/schematics/ng-update/v5/index.js +1 -1
  183. package/schematics/ng-update/v6/index.js +1 -1
  184. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +0 -1
  185. package/lib/components/po-search/literals/po-search-literals.d.ts +0 -32
  186. package/po-ui-ng-components-19.24.0.tgz +0 -0
@@ -47,8 +47,9 @@ import * as i45 from "./po-field/po-switch/po-switch.module";
47
47
  import * as i46 from "./po-search/po-search.module";
48
48
  import * as i47 from "./po-badge/po-badge.module";
49
49
  import * as i48 from "./po-toaster/po-toaster.module";
50
+ import * as i49 from "./po-header/po-header.module";
50
51
  export declare class PoComponentsModule {
51
52
  static ɵfac: i0.ɵɵFactoryDeclaration<PoComponentsModule, never>;
52
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof i1.PoAccordionModule, typeof i2.PoAvatarModule, typeof i3.PoBreadcrumbModule, typeof i4.PoButtonModule, typeof i5.PoButtonGroupModule, typeof i6.PoCalendarModule, typeof i7.PoChartModule, typeof i8.PoContainerModule, typeof i9.PoDisclaimerGroupModule, typeof i10.PoDisclaimerModule, typeof i11.PoDividerModule, typeof i12.PoDropdownModule, typeof i13.PoDynamicModule, typeof i14.PoFieldModule, typeof i15.PoGaugeModule, typeof i16.PoGridModule, typeof i17.PoIconModule, typeof i18.PoInfoModule, typeof i19.PoListViewModule, typeof i20.PoListBoxModule, typeof i21.PoLoadingModule, typeof i22.PoLogoModule, typeof i23.PoMenuModule, typeof i24.PoMenuPanelModule, typeof i25.PoModalModule, typeof i26.PoNavbarModule, typeof i27.PoOverlayModule, typeof i28.PoPageModule, typeof i29.PoPopoverModule, typeof i30.PoPopupModule, typeof i31.PoProgressModule, typeof i32.PoSlideModule, typeof i33.PoStepperModule, typeof i34.PoTableModule, typeof i35.PoTabsModule, typeof i36.PoContextTabsModule, typeof i37.PoTagModule, typeof i38.PoToolbarModule, typeof i39.PoTreeViewModule, typeof i40.PoWidgetModule, typeof i41.PoLinkModule, typeof i42.PoLabelModule, typeof i43.PoImageModule, typeof i44.PoPageSlideModule, typeof i45.PoSwitchModule, typeof i46.PoSearchModule, typeof i47.PoBadgeModule, typeof i48.PoToasterModule], [typeof i1.PoAccordionModule, typeof i2.PoAvatarModule, typeof i3.PoBreadcrumbModule, typeof i4.PoButtonModule, typeof i5.PoButtonGroupModule, typeof i6.PoCalendarModule, typeof i7.PoChartModule, typeof i8.PoContainerModule, typeof i9.PoDisclaimerGroupModule, typeof i10.PoDisclaimerModule, typeof i11.PoDividerModule, typeof i12.PoDropdownModule, typeof i13.PoDynamicModule, typeof i14.PoFieldModule, typeof i15.PoGaugeModule, typeof i16.PoGridModule, typeof i17.PoIconModule, typeof i18.PoInfoModule, typeof i19.PoListViewModule, typeof i20.PoListBoxModule, typeof i21.PoLoadingModule, typeof i22.PoLogoModule, typeof i23.PoMenuModule, typeof i24.PoMenuPanelModule, typeof i25.PoModalModule, typeof i26.PoNavbarModule, typeof i27.PoOverlayModule, typeof i28.PoPageModule, typeof i29.PoPopoverModule, typeof i30.PoPopupModule, typeof i31.PoProgressModule, typeof i32.PoSlideModule, typeof i33.PoStepperModule, typeof i34.PoTableModule, typeof i36.PoContextTabsModule, typeof i35.PoTabsModule, typeof i37.PoTagModule, typeof i38.PoToolbarModule, typeof i39.PoTreeViewModule, typeof i40.PoWidgetModule, typeof i41.PoLinkModule, typeof i42.PoLabelModule, typeof i43.PoImageModule, typeof i44.PoPageSlideModule, typeof i45.PoSwitchModule, typeof i46.PoSearchModule, typeof i47.PoBadgeModule, typeof i48.PoToasterModule]>;
53
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof i1.PoAccordionModule, typeof i2.PoAvatarModule, typeof i3.PoBreadcrumbModule, typeof i4.PoButtonModule, typeof i5.PoButtonGroupModule, typeof i6.PoCalendarModule, typeof i7.PoChartModule, typeof i8.PoContainerModule, typeof i9.PoDisclaimerGroupModule, typeof i10.PoDisclaimerModule, typeof i11.PoDividerModule, typeof i12.PoDropdownModule, typeof i13.PoDynamicModule, typeof i14.PoFieldModule, typeof i15.PoGaugeModule, typeof i16.PoGridModule, typeof i17.PoIconModule, typeof i18.PoInfoModule, typeof i19.PoListViewModule, typeof i20.PoListBoxModule, typeof i21.PoLoadingModule, typeof i22.PoLogoModule, typeof i23.PoMenuModule, typeof i24.PoMenuPanelModule, typeof i25.PoModalModule, typeof i26.PoNavbarModule, typeof i27.PoOverlayModule, typeof i28.PoPageModule, typeof i29.PoPopoverModule, typeof i30.PoPopupModule, typeof i31.PoProgressModule, typeof i32.PoSlideModule, typeof i33.PoStepperModule, typeof i34.PoTableModule, typeof i35.PoTabsModule, typeof i36.PoContextTabsModule, typeof i37.PoTagModule, typeof i38.PoToolbarModule, typeof i39.PoTreeViewModule, typeof i40.PoWidgetModule, typeof i41.PoLinkModule, typeof i42.PoLabelModule, typeof i43.PoImageModule, typeof i44.PoPageSlideModule, typeof i45.PoSwitchModule, typeof i46.PoSearchModule, typeof i47.PoBadgeModule, typeof i48.PoToasterModule, typeof i49.PoHeaderModule], [typeof i1.PoAccordionModule, typeof i2.PoAvatarModule, typeof i3.PoBreadcrumbModule, typeof i4.PoButtonModule, typeof i5.PoButtonGroupModule, typeof i6.PoCalendarModule, typeof i7.PoChartModule, typeof i8.PoContainerModule, typeof i9.PoDisclaimerGroupModule, typeof i10.PoDisclaimerModule, typeof i11.PoDividerModule, typeof i12.PoDropdownModule, typeof i13.PoDynamicModule, typeof i14.PoFieldModule, typeof i15.PoGaugeModule, typeof i16.PoGridModule, typeof i17.PoIconModule, typeof i18.PoInfoModule, typeof i19.PoListViewModule, typeof i20.PoListBoxModule, typeof i21.PoLoadingModule, typeof i22.PoLogoModule, typeof i23.PoMenuModule, typeof i24.PoMenuPanelModule, typeof i25.PoModalModule, typeof i26.PoNavbarModule, typeof i27.PoOverlayModule, typeof i28.PoPageModule, typeof i29.PoPopoverModule, typeof i30.PoPopupModule, typeof i31.PoProgressModule, typeof i32.PoSlideModule, typeof i33.PoStepperModule, typeof i34.PoTableModule, typeof i36.PoContextTabsModule, typeof i35.PoTabsModule, typeof i37.PoTagModule, typeof i38.PoToolbarModule, typeof i39.PoTreeViewModule, typeof i40.PoWidgetModule, typeof i41.PoLinkModule, typeof i42.PoLabelModule, typeof i43.PoImageModule, typeof i44.PoPageSlideModule, typeof i45.PoSwitchModule, typeof i46.PoSearchModule, typeof i47.PoBadgeModule, typeof i48.PoToasterModule, typeof i49.PoHeaderModule]>;
53
54
  static ɵinj: i0.ɵɵInjectorDeclaration<PoComponentsModule>;
54
55
  }
@@ -46,3 +46,4 @@ export * from './po-tree-view/index';
46
46
  export * from './po-widget/index';
47
47
  export * from './po-search/index';
48
48
  export * from './po-toaster/index';
49
+ export * from './po-header/index';
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
2
2
  import { PoTagType } from '../../po-tag';
3
- import { PoAccordionService } from '../services/po-accordion.service';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * @description
@@ -83,7 +82,7 @@ export declare class PoAccordionItemComponent implements OnDestroy {
83
82
  expanded: boolean;
84
83
  private expandSubscription;
85
84
  private collapseSubscription;
86
- constructor(accordionService: PoAccordionService);
85
+ constructor();
87
86
  ngOnDestroy(): void;
88
87
  /**
89
88
  * Método para colapsar o `po-accordion-item`.
@@ -1,5 +1,4 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
- import { PoLanguageService } from '../../../services/po-language';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class PoAccordionItemHeaderComponent {
5
4
  private language;
@@ -11,7 +10,7 @@ export declare class PoAccordionItemHeaderComponent {
11
10
  typeTag: string;
12
11
  disabledItem: boolean;
13
12
  toggle: EventEmitter<boolean>;
14
- constructor(languageService: PoLanguageService);
13
+ constructor();
15
14
  onClick(): void;
16
15
  getTooltip(): string;
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PoAccordionItemHeaderComponent, never>;
@@ -1,9 +1,7 @@
1
1
  import { OnDestroy, QueryList } from '@angular/core';
2
- import { PoLanguageService } from '../../services/po-language/po-language.service';
3
2
  import { PoAccordionBaseComponent } from './po-accordion-base.component';
4
3
  import { PoAccordionItemHeaderComponent } from './po-accordion-item-header/po-accordion-item-header.component';
5
4
  import { PoAccordionItemComponent } from './po-accordion-item/po-accordion-item.component';
6
- import { PoAccordionService } from './services/po-accordion.service';
7
5
  import * as i0 from "@angular/core";
8
6
  /**
9
7
  * @docsExtends PoAccordionBaseComponent
@@ -32,7 +30,7 @@ export declare class PoAccordionComponent extends PoAccordionBaseComponent imple
32
30
  expandedAllItems: boolean;
33
31
  private accordionServiceSubscription;
34
32
  private expandedActiveAccordionItem;
35
- constructor(accordionService: PoAccordionService, languageService: PoLanguageService);
33
+ constructor();
36
34
  ngOnDestroy(): void;
37
35
  changeVisibleAllItems(event: boolean): void;
38
36
  /**
@@ -1,7 +1,5 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { PoBreadcrumbItem } from './../po-breadcrumb-item.interface';
3
- import { PoBreadcrumbFavoriteService } from './po-breadcrumb-favorite.service';
4
- import { PoLanguageService } from '../../../services/po-language/po-language.service';
5
3
  import * as i0 from "@angular/core";
6
4
  export declare const PoBreadcrumbLiterals: object;
7
5
  /**
@@ -22,7 +20,7 @@ export declare class PoBreadcrumbFavoriteComponent implements OnInit, OnDestroy
22
20
  literals: any;
23
21
  private getSubscription;
24
22
  private setSubscription;
25
- constructor(service: PoBreadcrumbFavoriteService, languageService: PoLanguageService);
23
+ constructor();
26
24
  ngOnInit(): void;
27
25
  ngOnDestroy(): void;
28
26
  toggleFavoriteAction(): void;
@@ -1,4 +1,3 @@
1
- import { HttpClient } from '@angular/common/http';
2
1
  import { Observable } from 'rxjs';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -21,7 +20,6 @@ export declare class PoBreadcrumbFavoriteService {
21
20
  private _bodyParams;
22
21
  get url(): string;
23
22
  get bodyParams(): object;
24
- constructor(http: HttpClient);
25
23
  configService(url: any, params: any, item: any): void;
26
24
  sendStatusFavorite(status: any): Observable<any>;
27
25
  getFavorite(): Observable<any>;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, DoCheck, ElementRef, IterableDiffers, OnDestroy, Renderer2 } from '@angular/core';
1
+ import { AfterViewInit, DoCheck, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
2
2
  import { PoBreadcrumbBaseComponent } from './po-breadcrumb-base.component';
3
3
  import { PoBreadcrumbItem } from './po-breadcrumb-item.interface';
4
4
  import { PoPopupComponent } from '../po-popup/po-popup.component';
@@ -39,7 +39,7 @@ export declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent imp
39
39
  private hiddenWithoutResize;
40
40
  private initialized;
41
41
  private timeoutResize;
42
- constructor(differs: IterableDiffers, element: ElementRef, renderer: Renderer2, languageService: PoLanguageService);
42
+ constructor();
43
43
  ngAfterViewInit(): void;
44
44
  ngDoCheck(): void;
45
45
  ngOnDestroy(): void;
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
3
2
  import { PoButtonType } from './enums/po-button-type.enum';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -68,16 +67,19 @@ import * as i0 from "@angular/core";
68
67
  *
69
68
  */
70
69
  export declare class PoButtonBaseComponent {
71
- protected poThemeService: PoThemeService;
72
70
  /**
71
+ * @Input
72
+ *
73
73
  * @optional
74
74
  *
75
75
  * @description
76
76
  *
77
77
  * Label do botão.
78
78
  */
79
- label?: string;
79
+ readonly label: import("@angular/core").InputSignal<string>;
80
80
  /**
81
+ * @Input
82
+ *
81
83
  * @optional
82
84
  *
83
85
  * @description
@@ -101,8 +103,10 @@ export declare class PoButtonBaseComponent {
101
103
  * ```
102
104
  * > Para o ícone enquadrar corretamente, deve-se utilizar `font-size: inherit` caso o ícone utilizado não aplique-o.
103
105
  */
104
- icon?: string | TemplateRef<void>;
106
+ readonly icon: import("@angular/core").InputSignal<string | TemplateRef<void>>;
105
107
  /**
108
+ * @Input
109
+ *
106
110
  * @optional
107
111
  *
108
112
  * @description
@@ -110,7 +114,7 @@ export declare class PoButtonBaseComponent {
110
114
  *
111
115
  * @default `PoButtonType.Button`
112
116
  */
113
- type?: PoButtonType;
117
+ readonly type: import("@angular/core").InputSignal<PoButtonType>;
114
118
  blur: EventEmitter<any>;
115
119
  /** Ação que será executada quando o usuário clicar sobre o `po-button`. */
116
120
  click: EventEmitter<null>;
@@ -170,6 +174,8 @@ export declare class PoButtonBaseComponent {
170
174
  set disabled(value: boolean);
171
175
  get disabled(): boolean;
172
176
  /**
177
+ * @Input
178
+ *
173
179
  * @optional
174
180
  *
175
181
  * @description
@@ -180,7 +186,8 @@ export declare class PoButtonBaseComponent {
180
186
  *
181
187
  * > Em caso de botões com apenas ícone a atribuição de valor à esta propriedade é muito importante para acessibilidade.
182
188
  */
183
- ariaLabel?: string;
189
+ readonly ariaLabel: import("@angular/core").InputSignal<string>;
190
+ ariaExpanded?: boolean;
184
191
  /**
185
192
  * @optional
186
193
  *
@@ -198,8 +205,7 @@ export declare class PoButtonBaseComponent {
198
205
  */
199
206
  set size(value: string);
200
207
  get size(): string;
201
- constructor(poThemeService: PoThemeService);
202
208
  static ɵfac: i0.ɵɵFactoryDeclaration<PoButtonBaseComponent, never>;
203
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoButtonBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "icon": { "alias": "p-icon"; "required": false; }; "type": { "alias": "p-type"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "danger": { "alias": "p-danger"; "required": false; }; "kind": { "alias": "p-kind"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "ariaLabel": { "alias": "p-aria-label"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "blur": "p-blur"; "click": "p-click"; }, never, never, true, never>;
209
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoButtonBaseComponent, "po-button-base", never, { "label": { "alias": "p-label"; "required": false; "isSignal": true; }; "icon": { "alias": "p-icon"; "required": false; "isSignal": true; }; "type": { "alias": "p-type"; "required": false; "isSignal": true; }; "loading": { "alias": "p-loading"; "required": false; }; "danger": { "alias": "p-danger"; "required": false; }; "kind": { "alias": "p-kind"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "ariaLabel": { "alias": "p-aria-label"; "required": false; "isSignal": true; }; "ariaExpanded": { "alias": "p-aria-expanded"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "blur": "p-blur"; "click": "p-click"; }, never, never, false, never>;
204
210
  static ngAcceptInputType_danger: any;
205
211
  }
@@ -1,5 +1,4 @@
1
1
  import { ElementRef } from '@angular/core';
2
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
3
2
  import { PoButtonBaseComponent } from './po-button-base.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -23,9 +22,7 @@ import * as i0 from "@angular/core";
23
22
  * </example>
24
23
  */
25
24
  export declare class PoButtonComponent extends PoButtonBaseComponent {
26
- protected poThemeService: PoThemeService;
27
25
  buttonElement: ElementRef;
28
- constructor(poThemeService: PoThemeService);
29
26
  onBlur(): void;
30
27
  /**
31
28
  * Função que atribui foco ao componente.
@@ -1,4 +1,3 @@
1
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
2
1
  import { PoButtonGroupItem } from './po-button-group-item.interface';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -55,9 +54,14 @@ import * as i0 from "@angular/core";
55
54
  *
56
55
  */
57
56
  export declare class PoButtonGroupBaseComponent {
58
- protected poThemeService: PoThemeService;
59
- /** Lista de botões. */
60
- buttons: Array<PoButtonGroupItem>;
57
+ /**
58
+ * @Input
59
+ *
60
+ * @description
61
+ *
62
+ * Lista de botões.
63
+ */
64
+ readonly buttons: import("@angular/core").InputSignal<PoButtonGroupItem[]>;
61
65
  private _size?;
62
66
  private _toggle?;
63
67
  /**
@@ -90,10 +94,9 @@ export declare class PoButtonGroupBaseComponent {
90
94
  */
91
95
  set size(value: string);
92
96
  get size(): string;
93
- constructor(poThemeService: PoThemeService);
94
97
  onButtonClick(buttonClicked: PoButtonGroupItem, buttonIndex: number): void;
95
98
  private checkSelecteds;
96
99
  private deselectAllButtons;
97
100
  static ɵfac: i0.ɵɵFactoryDeclaration<PoButtonGroupBaseComponent, never>;
98
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoButtonGroupBaseComponent, never, never, { "buttons": { "alias": "p-buttons"; "required": false; }; "toggle": { "alias": "p-toggle"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoButtonGroupBaseComponent, "po-button-group-base", never, { "buttons": { "alias": "p-buttons"; "required": false; "isSignal": true; }; "toggle": { "alias": "p-toggle"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, false, never>;
99
102
  }
@@ -1,5 +1,3 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
3
1
  import { PoButtonGroupBaseComponent } from './po-button-group-base.component';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
@@ -29,8 +27,6 @@ import * as i0 from "@angular/core";
29
27
  * </example>
30
28
  */
31
29
  export declare class PoButtonGroupComponent extends PoButtonGroupBaseComponent {
32
- protected poThemeService: PoThemeService;
33
- constructor(viewRef: ViewContainerRef, poThemeService: PoThemeService);
34
30
  static ɵfac: i0.ɵɵFactoryDeclaration<PoButtonGroupComponent, never>;
35
31
  static ɵcmp: i0.ɵɵComponentDeclaration<PoButtonGroupComponent, "po-button-group", never, {}, {}, never, never, false, never>;
36
32
  }
@@ -1,7 +1,4 @@
1
1
  import { OnChanges, OnInit, EventEmitter } from '@angular/core';
2
- import { PoCalendarLangService } from '../services/po-calendar.lang.service';
3
- import { PoCalendarService } from '../services/po-calendar.service';
4
- import { PoDateService } from '../../../services/po-date/po-date.service';
5
2
  import * as i0 from "@angular/core";
6
3
  export declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
7
4
  private poCalendarService;
@@ -45,7 +42,6 @@ export declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
45
42
  get isYearVisible(): boolean;
46
43
  get isStartPart(): boolean;
47
44
  get isEndPart(): boolean;
48
- constructor(poCalendarService: PoCalendarService, poCalendarLangService: PoCalendarLangService, poDate: PoDateService);
49
45
  ngOnInit(): void;
50
46
  ngOnChanges(changes: any): void;
51
47
  getBackgroundColor(displayValue: number, propertyValue: number): "po-calendar-box-background-selected" | "po-calendar-box-background";
@@ -1,8 +1,6 @@
1
- import { ChangeDetectorRef, OnChanges, OnInit, SimpleChanges } from '@angular/core';
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { AbstractControl } from '@angular/forms';
3
3
  import { PoCalendarBaseComponent } from './po-calendar-base.component';
4
- import { PoDateService } from '../../services/po-date/po-date.service';
5
- import { PoLanguageService } from '../../services/po-language/po-language.service';
6
4
  import * as i0 from "@angular/core";
7
5
  /**
8
6
  * @docsExtends PoCalendarBaseComponent
@@ -27,7 +25,7 @@ import * as i0 from "@angular/core";
27
25
  export declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnInit, OnChanges {
28
26
  private changeDetector;
29
27
  hoverValue: Date;
30
- constructor(changeDetector: ChangeDetectorRef, poDate: PoDateService, languageService: PoLanguageService);
28
+ constructor();
31
29
  get isResponsive(): boolean;
32
30
  ngOnInit(): void;
33
31
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,8 +1,5 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
2
- import { CurrencyPipe, DecimalPipe } from '@angular/common';
1
+ import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, QueryList, SimpleChanges } from '@angular/core';
3
2
  import { PoTooltipDirective } from '../../directives';
4
- import { PoColorService } from '../../services/po-color';
5
- import { PoLanguageService } from '../../services/po-language/po-language.service';
6
3
  import { PoModalAction } from '../po-modal';
7
4
  import { PoPopupAction } from '../po-popup';
8
5
  import { PoTableColumn } from '../po-table';
@@ -46,7 +43,7 @@ import * as i0 from "@angular/core";
46
43
  * </example>
47
44
  */
48
45
  export declare class PoChartComponent extends PoChartBaseComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy {
49
- el: ElementRef;
46
+ el: ElementRef<any>;
50
47
  private readonly currencyPipe;
51
48
  private readonly decimalPipe;
52
49
  private readonly colorService;
@@ -91,7 +88,7 @@ export declare class PoChartComponent extends PoChartBaseComponent implements On
91
88
  private hideDomEchartsDiv;
92
89
  private readonly vcr;
93
90
  get showHeader(): string | boolean;
94
- constructor(el: ElementRef, currencyPipe: CurrencyPipe, decimalPipe: DecimalPipe, colorService: PoColorService, cdr: ChangeDetectorRef, languageService: PoLanguageService);
91
+ constructor();
95
92
  changeTheme: (event: any) => void;
96
93
  ngOnInit(): void;
97
94
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,5 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, IterableDiffers, OnChanges, SimpleChanges } from '@angular/core';
2
- import { PoLanguageService } from '../../services/po-language/po-language.service';
1
+ import { AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import { PoDisclaimerGroupBaseComponent } from './po-disclaimer-group-base.component';
4
3
  import { PoDisclaimer } from '../po-disclaimer/po-disclaimer.interface';
5
4
  import * as i0 from "@angular/core";
@@ -26,10 +25,9 @@ import * as i0 from "@angular/core";
26
25
  *
27
26
  */
28
27
  export declare class PoDisclaimerGroupComponent extends PoDisclaimerGroupBaseComponent implements AfterViewInit, OnChanges {
29
- protected changeDetector: ChangeDetectorRef;
30
28
  private subscription;
31
29
  private el;
32
- constructor(differs: IterableDiffers, languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
30
+ constructor();
33
31
  ngAfterViewInit(): void;
34
32
  ngOnChanges(changes: SimpleChanges): void;
35
33
  onCloseAction(disclaimer: PoDisclaimer, event?: any): void;
@@ -1,4 +1,3 @@
1
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
2
1
  import { PoDropdownAction } from './po-dropdown-action.interface';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
@@ -61,7 +60,6 @@ import * as i0 from "@angular/core";
61
60
  *
62
61
  */
63
62
  export declare class PoDropdownBaseComponent {
64
- protected poThemeService: PoThemeService;
65
63
  /** Adiciona um rótulo ao `dropdown`. */
66
64
  label: string;
67
65
  icon: string;
@@ -99,7 +97,6 @@ export declare class PoDropdownBaseComponent {
99
97
  */
100
98
  set size(value: string);
101
99
  get size(): string;
102
- constructor(poThemeService: PoThemeService);
103
100
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDropdownBaseComponent, never>;
104
101
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDropdownBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
105
102
  }
@@ -1,5 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
2
- import { PoThemeService } from '../../services/po-theme/po-theme.service';
1
+ import { ElementRef } from '@angular/core';
3
2
  import { PoDropdownBaseComponent } from './po-dropdown-base.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -23,14 +22,12 @@ import * as i0 from "@angular/core";
23
22
  * </example>
24
23
  */
25
24
  export declare class PoDropdownComponent extends PoDropdownBaseComponent {
26
- protected poThemeService: PoThemeService;
27
25
  private renderer;
28
26
  private changeDetector;
29
27
  dropdownRef: ElementRef;
30
28
  popupRef: any;
31
29
  private clickoutListener;
32
30
  private resizeListener;
33
- constructor(poThemeService: PoThemeService, renderer: Renderer2, changeDetector: ChangeDetectorRef);
34
31
  onKeyDown(event: any): void;
35
32
  toggleDropdown(): void;
36
33
  private checkClickArea;
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NgForm } from '@angular/forms';
3
- import { PoThemeService } from '../../../services';
4
3
  import { PoDynamicFormField } from './interfaces/po-dynamic-form-field.interface';
5
4
  import * as i0 from "@angular/core";
6
5
  /**
@@ -12,7 +11,6 @@ import * as i0 from "@angular/core";
12
11
  * Também é possível verificar se o formulário está válido e informar valores para a exibição de informações.
13
12
  */
14
13
  export declare class PoDynamicFormBaseComponent {
15
- protected poThemeService: PoThemeService;
16
14
  /**
17
15
  * @optional
18
16
  *
@@ -248,7 +246,6 @@ export declare class PoDynamicFormBaseComponent {
248
246
  *
249
247
  */
250
248
  validateOnInput: boolean;
251
- constructor(poThemeService: PoThemeService);
252
249
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicFormBaseComponent, never>;
253
250
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDynamicFormBaseComponent, never, never, { "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "fields": { "alias": "p-fields"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "load": { "alias": "p-load"; "required": false; }; "validate": { "alias": "p-validate"; "required": false; }; "validateFields": { "alias": "p-validate-fields"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "groupForm": { "alias": "p-group-form"; "required": false; }; "validateOnInput": { "alias": "p-validate-on-input"; "required": false; }; }, { "formOutput": "p-form"; }, never, never, true, never>;
254
251
  static ngAcceptInputType_validateOnInput: any;
@@ -1,11 +1,9 @@
1
1
  import { TitleCasePipe } from '@angular/common';
2
2
  import { EventEmitter } from '@angular/core';
3
- import { PoThemeService } from '../../../../services';
4
3
  import { PoDynamicSharedBase } from '../../shared/po-dynamic-shared-base';
5
4
  import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
8
- protected poThemeService: PoThemeService;
9
7
  private titleCasePipe;
10
8
  autoFocus?: string;
11
9
  disabledForm: boolean;
@@ -26,7 +24,7 @@ export declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBas
26
24
  get value(): any;
27
25
  set validateFields(value: Array<string>);
28
26
  get validateFields(): Array<string>;
29
- constructor(poThemeService: PoThemeService, titleCasePipe: TitleCasePipe);
27
+ constructor(titleCasePipe: TitleCasePipe);
30
28
  compareTo(value: any, compareTo: any): boolean;
31
29
  protected getVisibleFields(): any[];
32
30
  private convertOptions;
@@ -1,9 +1,5 @@
1
- import { TitleCasePipe } from '@angular/common';
2
- import { ChangeDetectorRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
3
- import { NgForm } from '@angular/forms';
4
- import { PoThemeService } from '../../../../services';
1
+ import { OnChanges, QueryList, SimpleChanges } from '@angular/core';
5
2
  import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
6
- import { PoDynamicFormValidationService } from '../po-dynamic-form-validation/po-dynamic-form-validation.service';
7
3
  import { PoDynamicFormFieldsBaseComponent } from './po-dynamic-form-fields-base.component';
8
4
  import * as i0 from "@angular/core";
9
5
  /**
@@ -14,7 +10,6 @@ import * as i0 from "@angular/core";
14
10
  * Componente de criação dos campos dinâmicos.
15
11
  */
16
12
  export declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBaseComponent implements OnChanges {
17
- protected poThemeService: PoThemeService;
18
13
  private readonly validationService;
19
14
  private readonly changes;
20
15
  private readonly form;
@@ -24,7 +19,7 @@ export declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBas
24
19
  showAdditionalHelp: () => void;
25
20
  }>;
26
21
  private previousValue;
27
- constructor(titleCasePipe: TitleCasePipe, poThemeService: PoThemeService, validationService: PoDynamicFormValidationService, changes: ChangeDetectorRef, form: NgForm);
22
+ constructor();
28
23
  ngOnChanges(changes: SimpleChanges): void;
29
24
  focus(property: string): void;
30
25
  isDisabled(field: PoDynamicFormField): boolean;
@@ -1,9 +1,8 @@
1
- import { HttpClient } from '@angular/common/http';
2
1
  import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
3
2
  import { PoDynamicFormOperation } from '../po-dynamic-form-operation/po-dynamic-form-operation';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class PoDynamicFormLoadService extends PoDynamicFormOperation {
6
- constructor(http: HttpClient);
5
+ constructor();
7
6
  createAndUpdateFieldsForm(loadedFields?: Array<PoDynamicFormField>, fields?: Array<PoDynamicFormField>): PoDynamicFormField[];
8
7
  executeLoad(load: Function | string, value: any): import("rxjs").Observable<import("@po-ui/ng-components").PoDynamicFormLoad | import("@po-ui/ng-components").PoDynamicFormValidation>;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicFormLoadService, never>;
@@ -1,11 +1,10 @@
1
- import { HttpClient } from '@angular/common/http';
2
1
  import { Observable } from 'rxjs';
3
2
  import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
4
3
  import { PoDynamicFormOperation } from '../po-dynamic-form-operation/po-dynamic-form-operation';
5
4
  import { PoDynamicFormValidation } from './po-dynamic-form-validation.interface';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class PoDynamicFormValidationService extends PoDynamicFormOperation {
8
- constructor(http: HttpClient);
7
+ constructor();
9
8
  sendFieldChange(field: PoDynamicFormField, value: any): Observable<any>;
10
9
  sendFormChange(validate: Function | string, field: PoDynamicFormField, value: any): Observable<PoDynamicFormValidation>;
11
10
  updateFieldsForm(validatedFields?: Array<PoDynamicFormField>, fields?: Array<PoDynamicFormField>): PoDynamicFormField[];
@@ -1,7 +1,6 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { NgForm } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
- import { PoThemeService } from '../../../services';
5
4
  import { PoDynamicFormField } from './interfaces/po-dynamic-form-field.interface';
6
5
  import { PoDynamicFormBaseComponent } from './po-dynamic-form-base.component';
7
6
  import { PoDynamicFormLoadService } from './po-dynamic-form-load/po-dynamic-form-load.service';
@@ -31,7 +30,6 @@ import * as i0 from "@angular/core";
31
30
  *
32
31
  */
33
32
  export declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implements OnInit, OnDestroy {
34
- protected poThemeService: PoThemeService;
35
33
  private changes;
36
34
  private loadService;
37
35
  private validationService;
@@ -48,7 +46,7 @@ export declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent i
48
46
  private comboOptionSubject;
49
47
  set form(value: NgForm);
50
48
  get form(): NgForm;
51
- constructor(poThemeService: PoThemeService, changes: ChangeDetectorRef, loadService: PoDynamicFormLoadService, validationService: PoDynamicFormValidationService);
49
+ constructor(changes: ChangeDetectorRef, loadService: PoDynamicFormLoadService, validationService: PoDynamicFormValidationService);
52
50
  ngOnDestroy(): void;
53
51
  ngOnInit(): void;
54
52
  /**
@@ -1,10 +1,5 @@
1
- import { CurrencyPipe, DatePipe, DecimalPipe, TitleCasePipe } from '@angular/common';
2
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
3
- import { PoTimePipe } from '../../../pipes/po-time/po-time.pipe';
4
2
  import { PoDynamicViewBaseComponent } from './po-dynamic-view-base.component';
5
- import { PoDynamicViewService } from './services/po-dynamic-view.service';
6
- import { PoComboFilterService } from '../../po-field/po-combo/po-combo-filter.service';
7
- import { PoMultiselectFilterService } from '../../po-field/po-multiselect/po-multiselect-filter.service';
8
3
  import * as i0 from "@angular/core";
9
4
  /**
10
5
  * @docsExtends PoDynamicViewBaseComponent
@@ -34,7 +29,7 @@ import * as i0 from "@angular/core";
34
29
  */
35
30
  export declare class PoDynamicViewComponent extends PoDynamicViewBaseComponent implements OnChanges, OnInit {
36
31
  initChanges: any;
37
- constructor(currencyPipe: CurrencyPipe, datePipe: DatePipe, decimalPipe: DecimalPipe, timePipe: PoTimePipe, titleCasePipe: TitleCasePipe, dynamicViewService: PoDynamicViewService, comboFilterService: PoComboFilterService, multiselectFilterService: PoMultiselectFilterService);
32
+ constructor();
38
33
  ngOnChanges(changes: SimpleChanges): void;
39
34
  ngOnInit(): void;
40
35
  setFieldValue(field: any): any;
@@ -1,4 +1,4 @@
1
- import { HttpClient, HttpHeaders } from '@angular/common/http';
1
+ import { HttpHeaders } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { PoDynamicViewField } from '../po-dynamic-view-field.interface';
4
4
  import * as i0 from "@angular/core";
@@ -13,7 +13,6 @@ export declare class PoDynamicViewService {
13
13
  private httpClient;
14
14
  readonly headers: HttpHeaders;
15
15
  url: string;
16
- constructor(httpClient: HttpClient);
17
16
  getObjectByValue(value: any, filterParams?: any): Observable<Array<any> | {
18
17
  [key: string]: any;
19
18
  }>;
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
- import { PoThemeService } from '../../../services';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * @description
@@ -44,7 +43,6 @@ import * as i0 from "@angular/core";
44
43
  *
45
44
  */
46
45
  export declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
47
- protected poThemeService: PoThemeService;
48
46
  additionalHelpEventTrigger: string | undefined;
49
47
  /**
50
48
  * @optional
@@ -162,7 +160,6 @@ export declare abstract class PoCheckboxBaseComponent implements ControlValueAcc
162
160
  */
163
161
  set size(value: string);
164
162
  get size(): string;
165
- constructor(poThemeService: PoThemeService);
166
163
  changeValue(): void;
167
164
  checkOption(value: boolean | null | string): void;
168
165
  setDisabledState(isDisabled: boolean): void;
@@ -1,5 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { PoThemeService } from '../../../services';
1
+ import { AfterViewInit, ElementRef } from '@angular/core';
3
2
  import { PoCheckboxBaseComponent } from './po-checkbox-base.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -24,12 +23,9 @@ import * as i0 from "@angular/core";
24
23
  */
25
24
  export declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements AfterViewInit {
26
25
  private changeDetector;
27
- protected poThemeService: PoThemeService;
28
26
  private _iconToken;
29
27
  checkboxLabel: ElementRef;
30
- constructor(value: {
31
- [key: string]: string;
32
- }, changeDetector: ChangeDetectorRef, poThemeService: PoThemeService);
28
+ constructor();
33
29
  /**
34
30
  * Função que atribui foco ao *checkbox*.
35
31
  *
@@ -81,6 +77,6 @@ export declare class PoCheckboxComponent extends PoCheckboxBaseComponent impleme
81
77
  protected changeModelValue(value: boolean | null | string): void;
82
78
  private isAdditionalHelpEventTriggered;
83
79
  get iconNameLib(): string;
84
- static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, [{ optional: true; }, null, null]>;
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, never>;
85
81
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxComponent, "po-checkbox", never, {}, {}, never, never, false, never>;
86
82
  }