@po-ui/ng-components 21.6.0 → 21.8.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 (178) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +729 -191
  2. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  3. package/lib/components/index.d.ts +1 -0
  4. package/lib/components/po-accordion/po-accordion-base.component.d.ts +1 -1
  5. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -3
  6. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -1
  7. package/lib/components/po-accordion/po-accordion.component.d.ts +1 -1
  8. package/lib/components/po-accordion/services/po-accordion.service.d.ts +1 -1
  9. package/lib/components/po-badge/po-badge.component.d.ts +1 -1
  10. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +2 -2
  11. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +1 -1
  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 +0 -8
  14. package/lib/components/po-button-group/po-button-group-base.component.d.ts +0 -2
  15. package/lib/components/po-calendar/po-calendar-base.component.d.ts +2 -2
  16. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -3
  17. package/lib/components/po-calendar/po-calendar.component.d.ts +1 -1
  18. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +7 -7
  19. package/lib/components/po-context-menu/index.d.ts +3 -0
  20. package/lib/components/po-context-menu/po-context-menu-base.component.d.ts +92 -0
  21. package/lib/components/po-context-menu/po-context-menu-item.interface.d.ts +15 -0
  22. package/lib/components/po-context-menu/po-context-menu.component.d.ts +51 -0
  23. package/lib/components/po-context-menu/po-context-menu.module.d.ts +7 -0
  24. package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +1 -1
  25. package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +1 -1
  26. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +1 -1
  27. package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -3
  28. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -1
  29. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.d.ts +1 -1
  30. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +4 -4
  31. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +5 -5
  32. package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -1
  33. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -6
  34. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -6
  35. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +2 -2
  36. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -7
  37. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -1
  38. package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -3
  39. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +0 -6
  40. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -3
  41. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +2 -8
  42. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +6 -6
  43. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +4 -4
  44. package/lib/components/po-field/po-email/po-email.component.d.ts +1 -1
  45. package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +1 -1
  46. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +0 -2
  47. package/lib/components/po-field/po-input/po-input-base.component.d.ts +0 -6
  48. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +0 -6
  49. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +1 -1
  50. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +3 -3
  51. package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +1 -1
  52. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +1 -1
  53. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -7
  54. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -1
  55. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +2 -2
  56. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +5 -5
  57. package/lib/components/po-field/po-radio/po-radio.component.d.ts +2 -2
  58. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +1 -7
  59. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +1 -1
  60. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +27 -9
  61. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +17 -4
  62. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -1
  63. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -1
  64. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +2 -1
  65. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -2
  66. package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +1 -1
  67. package/lib/components/po-field/po-select/po-select.component.d.ts +1 -7
  68. package/lib/components/po-field/po-switch/po-switch.component.d.ts +0 -7
  69. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +14 -6
  70. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +12 -3
  71. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +15 -7
  72. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +1 -1
  73. 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 -1
  74. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -1
  75. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +2 -2
  76. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -2
  77. package/lib/components/po-field/po-upload/po-upload.component.d.ts +6 -4
  78. package/lib/components/po-field/po-url/po-url.component.d.ts +1 -1
  79. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -1
  80. package/lib/components/po-grid/po-grid.component.d.ts +3 -3
  81. package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +10 -2
  82. package/lib/components/po-header/po-header-base.component.d.ts +31 -5
  83. package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +3 -2
  84. package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +1 -0
  85. package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +3 -2
  86. package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +3 -2
  87. package/lib/components/po-header/po-header.component.d.ts +4 -4
  88. package/lib/components/po-helper/po-helper-base.component.d.ts +0 -8
  89. package/lib/components/po-icon/po-icon.component.d.ts +1 -1
  90. package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -1
  91. package/lib/components/po-list-view/po-list-view.component.d.ts +2 -2
  92. package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +2 -2
  93. package/lib/components/po-listbox/po-listbox-base.component.d.ts +1 -1
  94. package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -1
  95. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +1 -1
  96. package/lib/components/po-menu/po-menu-base.component.d.ts +13 -1
  97. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +1 -1
  98. package/lib/components/po-menu/po-menu.component.d.ts +5 -4
  99. package/lib/components/po-menu/services/po-menu-global.service.d.ts +5 -5
  100. package/lib/components/po-menu/services/po-menu-items.service.d.ts +2 -2
  101. package/lib/components/po-menu/services/po-menu.service.d.ts +1 -1
  102. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +1 -1
  103. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -3
  104. package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +2 -2
  105. package/lib/components/po-modal/po-modal.component.d.ts +3 -3
  106. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -1
  107. package/lib/components/po-navbar/po-navbar-base.component.d.ts +1 -1
  108. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +1 -1
  109. package/lib/components/po-navbar/po-navbar.component.d.ts +7 -7
  110. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -3
  111. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -1
  112. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -1
  113. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -3
  114. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +4 -4
  115. package/lib/components/po-popover/po-popover-base.component.d.ts +2 -2
  116. package/lib/components/po-popover/po-popover.component.d.ts +6 -1
  117. package/lib/components/po-popup/po-popup.component.d.ts +4 -4
  118. package/lib/components/po-progress/po-progress.component.d.ts +2 -2
  119. package/lib/components/po-skeleton/po-skeleton-base.component.d.ts +0 -23
  120. package/lib/components/po-slide/po-slide.component.d.ts +4 -4
  121. package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -1
  122. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -3
  123. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -1
  124. package/lib/components/po-table/po-table-base.component.d.ts +3 -3
  125. package/lib/components/po-table/po-table-column-frozen/po-table-column-frozen.directive.d.ts +2 -2
  126. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +2 -2
  127. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -1
  128. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -2
  129. package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +1 -1
  130. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +1 -1
  131. package/lib/components/po-table/po-table.component.d.ts +6 -6
  132. package/lib/components/po-table/services/po-table.service.d.ts +1 -1
  133. package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +11 -1
  134. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +1 -1
  135. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +1 -1
  136. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +1 -1
  137. package/lib/components/po-tabs/po-tabs.component.d.ts +22 -2
  138. package/lib/components/po-tabs/po-tabs.service.d.ts +2 -2
  139. package/lib/components/po-tag/po-tag-base.component.d.ts +1 -1
  140. package/lib/components/po-tag/po-tag.component.d.ts +2 -2
  141. package/lib/components/po-toaster/po-toaster-base.component.d.ts +1 -1
  142. package/lib/components/po-toaster/po-toaster.component.d.ts +1 -1
  143. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -1
  144. package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -1
  145. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +1 -1
  146. package/lib/components/po-tree-view/po-tree-view.component.d.ts +1 -1
  147. package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +2 -2
  148. package/lib/components/po-widget/po-widget-base.component.d.ts +0 -4
  149. package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +4 -4
  150. package/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.d.ts +3 -3
  151. package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -3
  152. package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +2 -2
  153. package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -3
  154. package/lib/services/po-control-position/po-control-position.service.d.ts +3 -3
  155. package/lib/services/po-dialog/po-dialog.component.d.ts +1 -1
  156. package/lib/services/po-dialog/po-dialog.service.d.ts +1 -1
  157. package/lib/services/po-i18n/po-i18n-base.service.d.ts +3 -3
  158. package/lib/services/po-media-query/po-media-query.service.d.ts +1 -1
  159. package/lib/services/po-notification/po-notification.service.d.ts +1 -1
  160. package/lib/services/po-theme/po-theme.service.d.ts +2 -2
  161. package/package.json +4 -4
  162. package/po-ui-ng-components-21.8.0.tgz +0 -0
  163. package/schematics/ng-add/index.js +1 -1
  164. package/schematics/ng-update/v14/index.js +1 -1
  165. package/schematics/ng-update/v15/index.js +1 -1
  166. package/schematics/ng-update/v16/index.js +1 -1
  167. package/schematics/ng-update/v17/index.js +1 -1
  168. package/schematics/ng-update/v18/index.js +2 -2
  169. package/schematics/ng-update/v19/index.js +2 -2
  170. package/schematics/ng-update/v2/index.js +1 -1
  171. package/schematics/ng-update/v20/index.js +2 -2
  172. package/schematics/ng-update/v21/index.js +1 -1
  173. package/schematics/ng-update/v3/index.js +1 -1
  174. package/schematics/ng-update/v4/index.js +1 -1
  175. package/schematics/ng-update/v5/index.js +1 -1
  176. package/schematics/ng-update/v6/index.js +1 -1
  177. package/types/po-ui-ng-components.d.ts +634 -413
  178. package/po-ui-ng-components-21.6.0.tgz +0 -0
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, Type, ViewContainerRef, DoCheck, IterableDiffers, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, AfterViewChecked, PipeTransform, AfterContentInit, SimpleChange, RendererFactory2, InjectionToken, ModuleWithProviders } from '@angular/core';
2
+ import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, Type, ViewContainerRef, DoCheck, IterableDiffers, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, AfterViewChecked, PipeTransform, WritableSignal, AfterContentInit, SimpleChange, RendererFactory2, InjectionToken, ModuleWithProviders } from '@angular/core';
3
3
  import * as i2 from '@angular/common';
4
4
  import { DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe } from '@angular/common';
5
5
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
@@ -215,7 +215,7 @@ interface PoAccordionLiterals {
215
215
  *
216
216
  */
217
217
  declare class PoAccordionBaseComponent {
218
- private language;
218
+ private readonly language;
219
219
  private _literals;
220
220
  private _size?;
221
221
  private _initialSize?;
@@ -321,7 +321,7 @@ declare class PoAccordionBaseComponent {
321
321
  }
322
322
 
323
323
  declare class PoAccordionItemHeaderComponent {
324
- private language;
324
+ private readonly language;
325
325
  accordionElement: ElementRef;
326
326
  accordionHeaderElement: ElementRef;
327
327
  expanded: boolean;
@@ -516,7 +516,7 @@ declare class PoTagBaseComponent {
516
516
  private _orientation?;
517
517
  private _type?;
518
518
  private _literals;
519
- private language;
519
+ private readonly language;
520
520
  /**
521
521
  * @optional
522
522
  *
@@ -703,7 +703,7 @@ declare class PoTagBaseComponent {
703
703
  * </example>
704
704
  */
705
705
  declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
706
- private el;
706
+ private readonly el;
707
707
  tagContainer: ElementRef;
708
708
  tagClose: ElementRef;
709
709
  poTag: ElementRef;
@@ -721,7 +721,7 @@ declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
721
721
  } | {
722
722
  'background-color'?: undefined;
723
723
  };
724
- private applyTextColorByContrast;
724
+ private readonly applyTextColorByContrast;
725
725
  getWidthTag(): boolean;
726
726
  setAriaLabel(): string;
727
727
  private onRemove;
@@ -742,7 +742,7 @@ declare class PoIconComponent {
742
742
  iconElement: ElementRef;
743
743
  class: string;
744
744
  private _icon;
745
- private _iconToken;
745
+ private readonly _iconToken;
746
746
  hostPIcon: string | null;
747
747
  constructor();
748
748
  /**
@@ -911,12 +911,12 @@ declare abstract class PoTooltipBaseDirective {
911
911
  declare class PoControlPositionService {
912
912
  private arrowDirection;
913
913
  private customPositions;
914
- private differenceDiagonalToWidthArrow;
914
+ private readonly differenceDiagonalToWidthArrow;
915
915
  private element;
916
916
  private elementOffset;
917
917
  private isCornerAligned;
918
918
  private isSetElementWidth;
919
- private offsetArrow;
919
+ private readonly offsetArrow;
920
920
  private targetElement;
921
921
  /**
922
922
  * @description Ajusta a posição do elemento, caso não couber em tela irá para próxima posição.
@@ -936,7 +936,7 @@ declare class PoControlPositionService {
936
936
  * @param targetElement elemento de onde deve partir a exibição
937
937
  * @param customPositions posições que sobrescreve as posições padrões
938
938
  * @param isSetElementWidth indica se deve definir o tamanho do elemento a ser exibido, caso for verdadeiro será igual do targetElement
939
- * @param isCornerAligned indica se o elemento filho será alinhado nos cantos do elemneto pai.
939
+ * @param isCornerAligned indica se o elemento filho será alinhado nos cantos do elemento pai.
940
940
  */
941
941
  setElements(element: ElementRef | HTMLElement, elementOffset: number, targetElement: ElementRef | HTMLElement, customPositions?: Array<string>, isSetElementWidth?: boolean, isCornerAligned?: boolean): void;
942
942
  private adjustCustomPosition;
@@ -993,9 +993,9 @@ declare class PoTooltipControlPositionService extends PoControlPositionService {
993
993
  *
994
994
  */
995
995
  declare class PoTooltipDirective extends PoTooltipBaseDirective implements OnInit, OnDestroy {
996
- private elementRef;
997
- private renderer;
998
- private poControlPosition;
996
+ private readonly elementRef;
997
+ private readonly renderer;
998
+ private readonly poControlPosition;
999
999
  private readonly sanitizer;
1000
1000
  private arrowDirection;
1001
1001
  private divArrow;
@@ -1003,7 +1003,7 @@ declare class PoTooltipDirective extends PoTooltipBaseDirective implements OnIni
1003
1003
  private isHidden;
1004
1004
  private lastTooltipText;
1005
1005
  private textContent;
1006
- private tooltipOffset;
1006
+ private readonly tooltipOffset;
1007
1007
  private eventListenerFunction;
1008
1008
  constructor(elementRef: ElementRef, renderer: Renderer2, poControlPosition: PoTooltipControlPositionService, sanitizer: DomSanitizer);
1009
1009
  ngOnDestroy(): void;
@@ -1085,7 +1085,7 @@ declare class PoTagModule {
1085
1085
  * ```
1086
1086
  */
1087
1087
  declare class PoAccordionItemComponent implements OnDestroy {
1088
- private accordionService;
1088
+ private readonly accordionService;
1089
1089
  private _type?;
1090
1090
  /** Título do item. */
1091
1091
  label: string;
@@ -1132,8 +1132,8 @@ declare class PoAccordionItemComponent implements OnDestroy {
1132
1132
  collapseEvent: EventEmitter<void>;
1133
1133
  templateRef: TemplateRef<any>;
1134
1134
  expanded: boolean;
1135
- private expandSubscription;
1136
- private collapseSubscription;
1135
+ private readonly expandSubscription;
1136
+ private readonly collapseSubscription;
1137
1137
  constructor();
1138
1138
  ngOnDestroy(): void;
1139
1139
  /**
@@ -1170,7 +1170,7 @@ declare class PoAccordionItemComponent implements OnDestroy {
1170
1170
  * </example>
1171
1171
  */
1172
1172
  declare class PoAccordionComponent extends PoAccordionBaseComponent implements OnDestroy {
1173
- private accordionService;
1173
+ private readonly accordionService;
1174
1174
  accordionsHeader: QueryList<PoAccordionItemHeaderComponent>;
1175
1175
  poAccordionItems: QueryList<PoAccordionItemComponent>;
1176
1176
  expandedAllItems: boolean;
@@ -1752,8 +1752,8 @@ interface PoItemListOptionGroup {
1752
1752
  * O componente `po-item-list` é a menor parte da lista de ação que compõem o componente [**PO Listbox**](/documentation/po-listbox).
1753
1753
  */
1754
1754
  declare class PoItemListBaseComponent {
1755
- private _label;
1756
- private _value;
1755
+ private readonly _label;
1756
+ private readonly _value;
1757
1757
  private _type;
1758
1758
  private _visible;
1759
1759
  private _disabled;
@@ -1910,7 +1910,7 @@ interface PoListBoxLiterals {
1910
1910
  * Componente de pesquisa que será criado dentro do search do `po-listbox`.
1911
1911
  */
1912
1912
  declare class PoSearchListComponent {
1913
- private cd;
1913
+ private readonly cd;
1914
1914
  inputElement: ElementRef;
1915
1915
  /** Propriedade que recebe as literais definidas no `po-listbox`. */
1916
1916
  literals?: PoListBoxLiterals;
@@ -1954,7 +1954,7 @@ declare class PoListBoxBaseComponent {
1954
1954
  private _items;
1955
1955
  private _type;
1956
1956
  private _literals;
1957
- private language;
1957
+ private readonly language;
1958
1958
  private _size?;
1959
1959
  private _initialSize?;
1960
1960
  listboxSubitems: boolean;
@@ -2379,8 +2379,6 @@ interface PoHelperOptions {
2379
2379
  */
2380
2380
  declare class PoHelperBaseComponent {
2381
2381
  /**
2382
- * @Input
2383
- *
2384
2382
  * @optional
2385
2383
  *
2386
2384
  * @description
@@ -2403,8 +2401,6 @@ declare class PoHelperBaseComponent {
2403
2401
  */
2404
2402
  helper: i0.InputSignal<string | PoHelperOptions>;
2405
2403
  /**
2406
- * @Input
2407
- *
2408
2404
  * @optional
2409
2405
  *
2410
2406
  * @description
@@ -2421,8 +2417,6 @@ declare class PoHelperBaseComponent {
2421
2417
  size: i0.InputSignal<string>;
2422
2418
  get hostSize(): string;
2423
2419
  /**
2424
- * @Input
2425
- *
2426
2420
  * @optional
2427
2421
  *
2428
2422
  * @description
@@ -2433,8 +2427,6 @@ declare class PoHelperBaseComponent {
2433
2427
  */
2434
2428
  disabled: i0.InputSignal<boolean>;
2435
2429
  /**
2436
- * @Input
2437
- *
2438
2430
  * @optional
2439
2431
  *
2440
2432
  * @description
@@ -2480,6 +2472,7 @@ declare class PoPopoverBaseComponent {
2480
2472
  * @default `false`
2481
2473
  */
2482
2474
  appendBox: boolean;
2475
+ cornerAligned: boolean;
2483
2476
  /**
2484
2477
  * @description
2485
2478
  *
@@ -2526,6 +2519,7 @@ declare class PoPopoverBaseComponent {
2526
2519
  target: ElementRef | HTMLElement;
2527
2520
  /** Título do popover. */
2528
2521
  title?: string;
2522
+ width?: number;
2529
2523
  /** Evento disparado ao fechar o popover. */
2530
2524
  closePopover: EventEmitter<any>;
2531
2525
  /** Evento disparado ao abrir o popover. */
@@ -2593,8 +2587,6 @@ declare class PoPopoverBaseComponent {
2593
2587
  set trigger(value: string);
2594
2588
  get trigger(): string;
2595
2589
  /**
2596
- * @Input
2597
- *
2598
2590
  * @optional
2599
2591
  *
2600
2592
  * @description
@@ -2605,7 +2597,7 @@ declare class PoPopoverBaseComponent {
2605
2597
  */
2606
2598
  customClasses: i0.InputSignal<string>;
2607
2599
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverBaseComponent, never>;
2608
- static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverBaseComponent, "po-popover-base", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "trigger": { "alias": "p-trigger"; "required": false; }; "customClasses": { "alias": "p-custom-classes"; "required": false; "isSignal": true; }; }, { "closePopover": "p-close"; "openPopover": "p-open"; }, never, never, false, never>;
2600
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverBaseComponent, "po-popover-base", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "cornerAligned": { "alias": "p-corner-aligned"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "width": { "alias": "p-width"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "trigger": { "alias": "p-trigger"; "required": false; }; "customClasses": { "alias": "p-custom-classes"; "required": false; "isSignal": true; }; }, { "closePopover": "p-close"; "openPopover": "p-open"; }, never, never, false, never>;
2609
2601
  static ngAcceptInputType_appendBox: any;
2610
2602
  }
2611
2603
 
@@ -2631,7 +2623,7 @@ declare class PoPopoverBaseComponent {
2631
2623
  * </example>
2632
2624
  */
2633
2625
  declare class PoPopoverComponent extends PoPopoverBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
2634
- private renderer;
2626
+ private readonly renderer;
2635
2627
  private readonly poControlPosition;
2636
2628
  private readonly cd;
2637
2629
  popoverElement: ElementRef;
@@ -2639,11 +2631,14 @@ declare class PoPopoverComponent extends PoPopoverBaseComponent implements After
2639
2631
  timeoutResize: any;
2640
2632
  targetElement: any;
2641
2633
  afterViewInitWasCalled: boolean;
2634
+ widthPopover: number;
2642
2635
  private keydownTargetListener?;
2643
2636
  private keydownPopoverListener?;
2637
+ private resizeObserver;
2644
2638
  eventListenerFunction: () => void;
2645
2639
  private readonly tabbableSelector;
2646
2640
  constructor(renderer: Renderer2, poControlPosition: PoControlPositionService, cd: ChangeDetectorRef);
2641
+ protected onThemeChange(): void;
2647
2642
  ngOnChanges(changes: SimpleChanges): void;
2648
2643
  ngAfterViewInit(): void;
2649
2644
  initEvents(): void;
@@ -2668,6 +2663,8 @@ declare class PoPopoverComponent extends PoPopoverBaseComponent implements After
2668
2663
  private getDocumentTabbables;
2669
2664
  private focusNextAfterTarget;
2670
2665
  private focusPrevBeforeTarget;
2666
+ private observeContentResize;
2667
+ private disconnectResizeObserver;
2671
2668
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverComponent, never>;
2672
2669
  static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverComponent, "po-popover", never, {}, {}, never, ["*"], false, never>;
2673
2670
  }
@@ -2774,8 +2771,6 @@ declare enum PoButtonType {
2774
2771
  */
2775
2772
  declare class PoButtonBaseComponent {
2776
2773
  /**
2777
- * @Input
2778
- *
2779
2774
  * @optional
2780
2775
  *
2781
2776
  * @description
@@ -2784,8 +2779,6 @@ declare class PoButtonBaseComponent {
2784
2779
  */
2785
2780
  readonly label: i0.InputSignal<string>;
2786
2781
  /**
2787
- * @Input
2788
- *
2789
2782
  * @optional
2790
2783
  *
2791
2784
  * @description
@@ -2812,8 +2805,6 @@ declare class PoButtonBaseComponent {
2812
2805
  */
2813
2806
  readonly icon: i0.InputSignal<string | TemplateRef<void>>;
2814
2807
  /**
2815
- * @Input
2816
- *
2817
2808
  * @optional
2818
2809
  *
2819
2810
  * @description
@@ -2882,8 +2873,6 @@ declare class PoButtonBaseComponent {
2882
2873
  set disabled(value: boolean);
2883
2874
  get disabled(): boolean;
2884
2875
  /**
2885
- * @Input
2886
- *
2887
2876
  * @optional
2888
2877
  *
2889
2878
  * @description
@@ -3098,7 +3087,7 @@ declare class PoLoadingIconComponent implements AfterViewInit, OnDestroy {
3098
3087
  *
3099
3088
  */
3100
3089
  declare class PoLoadingOverlayBaseComponent {
3101
- private languageService;
3090
+ private readonly languageService;
3102
3091
  private _screenLock?;
3103
3092
  private _text?;
3104
3093
  private _size?;
@@ -3541,8 +3530,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3541
3530
  */
3542
3531
  appendBox?: boolean;
3543
3532
  /**
3544
- * @Input
3545
- *
3546
3533
  * @optional
3547
3534
  *
3548
3535
  * @description
@@ -3677,8 +3664,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3677
3664
  set size(value: string);
3678
3665
  get size(): string;
3679
3666
  /**
3680
- * @Input
3681
- *
3682
3667
  * @optional
3683
3668
  *
3684
3669
  * @description
@@ -3690,8 +3675,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3690
3675
  */
3691
3676
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
3692
3677
  /**
3693
- * @Input
3694
- *
3695
3678
  * @optional
3696
3679
  *
3697
3680
  * @description
@@ -3908,7 +3891,7 @@ declare class PoFieldContainerBottomComponent implements OnChanges {
3908
3891
  poHelperComponent: i0.InputSignal<PoHelperOptions>;
3909
3892
  /** Define se o componente helper estará visível através das ações customizadas */
3910
3893
  showHelperComponent: i0.InputSignal<boolean>;
3911
- private isInitialChange;
3894
+ private readonly isInitialChange;
3912
3895
  ngOnChanges(changes: SimpleChanges): void;
3913
3896
  static ɵfac: i0.ɵɵFactoryDeclaration<PoFieldContainerBottomComponent, never>;
3914
3897
  static ɵcmp: i0.ɵɵComponentDeclaration<PoFieldContainerBottomComponent, "po-field-container-bottom", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "errorPattern": { "alias": "p-error-pattern"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "showHelperComponent": { "alias": "p-show-helper"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
@@ -3962,8 +3945,6 @@ declare class PoFieldContainerComponent implements OnInit, OnChanges {
3962
3945
  /** Define o tamanho do componente. */
3963
3946
  size?: string;
3964
3947
  /**
3965
- * @Input
3966
- *
3967
3948
  * Define se o título do campo será exibido de forma compacta.
3968
3949
  *
3969
3950
  * Quando habilitado (`true`), o modo compacto afeta o conjunto composto por:
@@ -4243,9 +4224,9 @@ declare class PoPopupBaseComponent {
4243
4224
  */
4244
4225
  declare class PoPopupComponent extends PoPopupBaseComponent implements AfterViewInit {
4245
4226
  id: string;
4246
- private renderer;
4247
- private router;
4248
- private poControlPosition;
4227
+ private readonly renderer;
4228
+ private readonly router;
4229
+ private readonly poControlPosition;
4249
4230
  changeDetector: ChangeDetectorRef;
4250
4231
  popupRef: ElementRef;
4251
4232
  listbox: ElementRef;
@@ -4282,7 +4263,7 @@ declare class PoPopupComponent extends PoPopupBaseComponent implements AfterView
4282
4263
  private elementContains;
4283
4264
  private hasContentToShow;
4284
4265
  private initializeListeners;
4285
- private onScroll;
4266
+ private readonly onScroll;
4286
4267
  private openUrl;
4287
4268
  private removeListeners;
4288
4269
  private setPosition;
@@ -4308,7 +4289,7 @@ declare const poBreadcrumbLiterals: object;
4308
4289
  * </example>
4309
4290
  */
4310
4291
  declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements AfterViewInit, DoCheck, OnDestroy {
4311
- private element;
4292
+ private readonly element;
4312
4293
  renderer: Renderer2;
4313
4294
  languageService: PoLanguageService;
4314
4295
  breadcrumbElement: ElementRef;
@@ -4322,7 +4303,7 @@ declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements
4322
4303
  hiddenLiteralFavorite: boolean;
4323
4304
  private _breadcrumbItemsLenght;
4324
4305
  private calculatedElement;
4325
- private differ;
4306
+ private readonly differ;
4326
4307
  private hiddenWithoutResize;
4327
4308
  private initialized;
4328
4309
  private timeoutResize;
@@ -4358,8 +4339,8 @@ declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements
4358
4339
  * Componente que renderiza o serviço de favoritar do po-breadcrumb.
4359
4340
  */
4360
4341
  declare class PoBreadcrumbFavoriteComponent implements OnInit, OnDestroy {
4361
- private service;
4362
- private languageService;
4342
+ private readonly service;
4343
+ private readonly languageService;
4363
4344
  favoriteService: string;
4364
4345
  itemActive: PoBreadcrumbItem;
4365
4346
  paramsService: object;
@@ -4520,8 +4501,6 @@ interface PoButtonGroupItem {
4520
4501
  */
4521
4502
  declare class PoButtonGroupBaseComponent {
4522
4503
  /**
4523
- * @Input
4524
- *
4525
4504
  * @description
4526
4505
  *
4527
4506
  * Lista de botões.
@@ -4822,7 +4801,7 @@ declare enum PoCalendarMode {
4822
4801
  */
4823
4802
  declare class PoCalendarBaseComponent {
4824
4803
  poDate: PoDateService;
4825
- private languageService;
4804
+ private readonly languageService;
4826
4805
  /**
4827
4806
  * @optional
4828
4807
  *
@@ -4851,7 +4830,7 @@ declare class PoCalendarBaseComponent {
4851
4830
  protected onTouched: any;
4852
4831
  protected propagateChange: any;
4853
4832
  protected today: Date;
4854
- private shortLanguage;
4833
+ private readonly shortLanguage;
4855
4834
  private _locale;
4856
4835
  private _maxDate;
4857
4836
  private _minDate;
@@ -4979,7 +4958,7 @@ declare class PoCalendarBaseComponent {
4979
4958
  * </example>
4980
4959
  */
4981
4960
  declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnInit, OnChanges {
4982
- private changeDetector;
4961
+ private readonly changeDetector;
4983
4962
  hoverValue: Date;
4984
4963
  constructor();
4985
4964
  get isResponsive(): boolean;
@@ -5036,13 +5015,13 @@ interface PoComboOption {
5036
5015
 
5037
5016
  declare class PoCalendarLangService {
5038
5017
  private language;
5039
- private months;
5040
- private shortWeekDays;
5041
- private monthLabel;
5042
- private yearLabel;
5043
- private todayLabel;
5044
- private previousMonthLabel;
5045
- private nextMonthLabel;
5018
+ private readonly months;
5019
+ private readonly shortWeekDays;
5020
+ private readonly monthLabel;
5021
+ private readonly yearLabel;
5022
+ private readonly todayLabel;
5023
+ private readonly previousMonthLabel;
5024
+ private readonly nextMonthLabel;
5046
5025
  readonly toCleanLabel: {
5047
5026
  pt: string;
5048
5027
  en: string;
@@ -5094,9 +5073,9 @@ declare class PoCalendarHeaderComponent implements OnInit, OnChanges {
5094
5073
  }
5095
5074
 
5096
5075
  declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5097
- private poCalendarService;
5098
- private poCalendarLangService;
5099
- private poDate;
5076
+ private readonly poCalendarService;
5077
+ private readonly poCalendarLangService;
5078
+ private readonly poDate;
5100
5079
  readonly cdr: ChangeDetectorRef;
5101
5080
  readonly elementRef: ElementRef<any>;
5102
5081
  value: any;
@@ -5317,7 +5296,7 @@ interface PoComboLiterals {
5317
5296
  * Serviço padrão utilizado para filtrar os dados do componente po-combo.
5318
5297
  */
5319
5298
  declare class PoComboFilterService implements PoComboFilter {
5320
- private http;
5299
+ private readonly http;
5321
5300
  fieldLabel: string;
5322
5301
  fieldValue: string;
5323
5302
  hasNext: boolean;
@@ -5432,8 +5411,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5432
5411
  */
5433
5412
  autoFocus: boolean;
5434
5413
  /**
5435
- * @Input
5436
- *
5437
5414
  * @optional
5438
5415
  *
5439
5416
  * @description
@@ -5698,8 +5675,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5698
5675
  */
5699
5676
  listboxControlPosition: 'top' | 'bottom';
5700
5677
  /**
5701
- * @Input
5702
- *
5703
5678
  * @optional
5704
5679
  *
5705
5680
  * @description
@@ -5711,8 +5686,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5711
5686
  */
5712
5687
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
5713
5688
  /**
5714
- * @Input
5715
- *
5716
5689
  * @optional
5717
5690
  *
5718
5691
  * @description
@@ -5764,7 +5737,7 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5764
5737
  private _size?;
5765
5738
  private _initialSize?;
5766
5739
  private _sort?;
5767
- private language;
5740
+ private readonly language;
5768
5741
  private _infiniteScrollDistance?;
5769
5742
  private _infiniteScroll?;
5770
5743
  private _removeInitialFilter;
@@ -6188,7 +6161,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
6188
6161
  differs: IterableDiffers;
6189
6162
  defaultService: PoComboFilterService;
6190
6163
  renderer: Renderer2;
6191
- private controlPosition;
6164
+ private readonly controlPosition;
6192
6165
  comboOptionTemplate: PoComboOptionTemplateDirective;
6193
6166
  outerContainer: ElementRef;
6194
6167
  containerElement: ElementRef;
@@ -6212,7 +6185,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
6212
6185
  private eventResizeListener;
6213
6186
  private filterSubscription;
6214
6187
  private getSubscription;
6215
- private subscriptionScrollEvent;
6188
+ private readonly subscriptionScrollEvent;
6216
6189
  constructor();
6217
6190
  set isServerSearching(value: boolean);
6218
6191
  get isServerSearching(): boolean;
@@ -6300,7 +6273,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
6300
6273
  private initializeListeners;
6301
6274
  private isAdditionalHelpEventTriggered;
6302
6275
  private onErrorGetObjectByValue;
6303
- private onScroll;
6276
+ private readonly onScroll;
6304
6277
  private onErrorFilteredData;
6305
6278
  private open;
6306
6279
  private removeListeners;
@@ -6668,14 +6641,14 @@ declare class PoModalFooterComponent {
6668
6641
  * </example>
6669
6642
  */
6670
6643
  declare class PoModalComponent extends PoModalBaseComponent {
6671
- private poActiveOverlayService;
6644
+ private readonly poActiveOverlayService;
6672
6645
  modalContent: ElementRef;
6673
6646
  modalContainer: ElementRef;
6674
6647
  modalFooter: PoModalFooterComponent;
6675
6648
  private firstElement;
6676
6649
  private focusFunction;
6677
- private focusableElements;
6678
- private id;
6650
+ private readonly focusableElements;
6651
+ private readonly id;
6679
6652
  private sourceElement;
6680
6653
  constructor();
6681
6654
  close(xClosed?: boolean): void;
@@ -7695,8 +7668,8 @@ declare class PoTableColumnTemplateDirective {
7695
7668
  }
7696
7669
 
7697
7670
  declare class PoTableColumnFrozenDirective implements AfterViewInit, OnChanges {
7698
- private el;
7699
- private renderer;
7671
+ private readonly el;
7672
+ private readonly renderer;
7700
7673
  _frozen: boolean;
7701
7674
  get frozen(): boolean;
7702
7675
  set frozen(val: boolean);
@@ -7856,7 +7829,7 @@ interface PoNotification {
7856
7829
  *
7857
7830
  */
7858
7831
  declare abstract class PoToasterBaseComponent {
7859
- private _isHide;
7832
+ private readonly _isHide;
7860
7833
  private _sizeActions;
7861
7834
  private _initialSizeActions;
7862
7835
  /**
@@ -7982,7 +7955,7 @@ declare abstract class PoToasterBaseComponent {
7982
7955
  */
7983
7956
  declare class PoToasterComponent extends PoToasterBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
7984
7957
  changeDetector: ChangeDetectorRef;
7985
- private renderer;
7958
+ private readonly renderer;
7986
7959
  toaster: ElementRef;
7987
7960
  buttonClose: PoButtonComponent;
7988
7961
  alive: boolean;
@@ -8059,9 +8032,9 @@ declare const poToasterLiterals: {
8059
8032
  };
8060
8033
 
8061
8034
  declare class PoComponentInjectorService {
8062
- private componentResolver;
8063
- private applicationRef;
8064
- private injector;
8035
+ private readonly componentResolver;
8036
+ private readonly applicationRef;
8037
+ private readonly injector;
8065
8038
  constructor(componentResolver: ComponentFactoryResolver, applicationRef: ApplicationRef, injector: Injector);
8066
8039
  createComponentInApplication(component: any): ComponentRef<any>;
8067
8040
  destroyComponentInApplication(componentRef: any): void;
@@ -8174,7 +8147,7 @@ declare abstract class PoNotificationBaseService {
8174
8147
  * </example>
8175
8148
  */
8176
8149
  declare class PoNotificationService extends PoNotificationBaseService {
8177
- private poComponentInjector;
8150
+ private readonly poComponentInjector;
8178
8151
  constructor(poComponentInjector: PoComponentInjectorService);
8179
8152
  createToaster(toaster: PoToaster): void;
8180
8153
  destroyToaster(toaster: any): void;
@@ -8272,7 +8245,7 @@ interface PoTableFilter {
8272
8245
  }
8273
8246
 
8274
8247
  declare class PoTableService implements PoTableFilter {
8275
- private http;
8248
+ private readonly http;
8276
8249
  readonly headers: HttpHeaders;
8277
8250
  private url;
8278
8251
  private urlDelete;
@@ -8339,8 +8312,8 @@ type QueryParamsType = string | number | boolean;
8339
8312
  *
8340
8313
  */
8341
8314
  declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8342
- private poDate;
8343
- private poTableService;
8315
+ private readonly poDate;
8316
+ private readonly poTableService;
8344
8317
  /**
8345
8318
  * @optional
8346
8319
  *
@@ -8657,7 +8630,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8657
8630
  private _literals;
8658
8631
  private _loading?;
8659
8632
  private _selectable?;
8660
- private language;
8633
+ private readonly language;
8661
8634
  private _serviceApi;
8662
8635
  private _serviceDeleteApi;
8663
8636
  private poTableServiceSubscription;
@@ -9104,8 +9077,8 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
9104
9077
  * </example>
9105
9078
  */
9106
9079
  declare class PoTableComponent extends PoTableBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnInit {
9107
- private changeDetector;
9108
- private decimalPipe;
9080
+ private readonly changeDetector;
9081
+ private readonly decimalPipe;
9109
9082
  private readonly defaultService;
9110
9083
  tableRowTemplate: PoTableRowTemplateDirective;
9111
9084
  tableCellTemplate: PoTableCellTemplateDirective;
@@ -9145,15 +9118,15 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
9145
9118
  confirm: PoModalAction;
9146
9119
  private _columnManagerTarget;
9147
9120
  private _columnManagerTargetFixed;
9148
- private differ;
9121
+ private readonly differ;
9149
9122
  private footerHeight;
9150
9123
  private timeoutResize;
9151
9124
  private visibleElement;
9152
9125
  private scrollEvent$;
9153
9126
  private subscriptionScrollEvent;
9154
- private subscriptionService;
9155
- private clickListener;
9156
- private resizeListener;
9127
+ private readonly subscriptionService;
9128
+ private readonly clickListener;
9129
+ private readonly resizeListener;
9157
9130
  set columnManagerTarget(value: ElementRef);
9158
9131
  get columnManagerTarget(): ElementRef;
9159
9132
  set columnManagerTargetFixed(value: ElementRef);
@@ -9720,12 +9693,12 @@ declare const poPageSlideLiteralsDefault: {
9720
9693
  * </example>
9721
9694
  */
9722
9695
  declare class PoPageSlideComponent extends PoPageSlideBaseComponent {
9723
- private poActiveOverlayService;
9724
- private languageService;
9696
+ private readonly poActiveOverlayService;
9697
+ private readonly languageService;
9725
9698
  private _pageContent;
9726
9699
  private firstElement;
9727
- private id;
9728
- private loadingCompleted;
9700
+ private readonly id;
9701
+ private readonly loadingCompleted;
9729
9702
  private sourceElement;
9730
9703
  buttonAriaLabel: string;
9731
9704
  duration: string;
@@ -9767,7 +9740,7 @@ declare class PoPageSlideModule {
9767
9740
  }
9768
9741
 
9769
9742
  declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9770
- private renderer;
9743
+ private readonly renderer;
9771
9744
  popover: PoPopoverComponent;
9772
9745
  pageSlideColumnsManager: PoPageSlideComponent;
9773
9746
  columns: Array<PoTableColumn>;
@@ -9787,7 +9760,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9787
9760
  private resizeListener;
9788
9761
  private restoreDefaultEvent;
9789
9762
  private lastEmittedValue;
9790
- private minColumns;
9763
+ private readonly minColumns;
9791
9764
  private _componentsSize?;
9792
9765
  /**
9793
9766
  * @optional
@@ -9937,8 +9910,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
9937
9910
  */
9938
9911
  autoFocus: boolean;
9939
9912
  /**
9940
- * @Input
9941
- *
9942
9913
  * @optional
9943
9914
  *
9944
9915
  * @description
@@ -10020,8 +9991,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10020
9991
  */
10021
9992
  errorLimit: boolean;
10022
9993
  /**
10023
- * @Input
10024
- *
10025
9994
  * @optional
10026
9995
  *
10027
9996
  * @description
@@ -10033,8 +10002,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10033
10002
  */
10034
10003
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
10035
10004
  /**
10036
- * @Input
10037
- *
10038
10005
  * @optional
10039
10006
  *
10040
10007
  * @description
@@ -10237,10 +10204,10 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10237
10204
  * </example>
10238
10205
  */
10239
10206
  declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent implements AfterViewChecked, AfterViewInit, OnChanges {
10240
- private changeDetector;
10207
+ private readonly changeDetector;
10241
10208
  checkboxLabels: QueryList<PoCheckboxComponent>;
10242
10209
  helperEl?: PoHelperComponent;
10243
- private el;
10210
+ private readonly el;
10244
10211
  ngOnChanges(changes: SimpleChanges): void;
10245
10212
  ngAfterViewChecked(): void;
10246
10213
  ngAfterViewInit(): void;
@@ -10308,8 +10275,8 @@ declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent impl
10308
10275
  type Direction = 'up' | 'down';
10309
10276
  declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
10310
10277
  private _componentsSize?;
10311
- private changePosition;
10312
- private changeColumnFixed;
10278
+ private readonly changePosition;
10279
+ private readonly changeColumnFixed;
10313
10280
  columnsManager: Array<PoTableColumn>;
10314
10281
  /**
10315
10282
  * @optional
@@ -10350,7 +10317,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
10350
10317
  * Componente responsável por apresentar o detalhe de cada linha da tabela.
10351
10318
  */
10352
10319
  declare class PoTableDetailComponent {
10353
- private decimalPipe;
10320
+ private readonly decimalPipe;
10354
10321
  private _componentsSize?;
10355
10322
  /**
10356
10323
  * @optional
@@ -10473,7 +10440,7 @@ declare class PoColorPaletteService {
10473
10440
  * Componente para a criação da representação da legenda, em formato de círculo.
10474
10441
  */
10475
10442
  declare class PoTableSubtitleCircleComponent {
10476
- private poColorPaletteService;
10443
+ private readonly poColorPaletteService;
10477
10444
  /** Esconde a tooltip. */
10478
10445
  hideTitle: boolean;
10479
10446
  private _subtitle;
@@ -10493,7 +10460,7 @@ declare class PoTableSubtitleCircleComponent {
10493
10460
  * Componente para a criação de um conjunto de legendas.
10494
10461
  */
10495
10462
  declare class PoTableSubtitleFooterComponent implements AfterViewInit, DoCheck, OnDestroy {
10496
- private element;
10463
+ private readonly element;
10497
10464
  renderer: Renderer2;
10498
10465
  /** Define o tamanho dos elementos que possuem `p-size` dentro do componente. */
10499
10466
  componentsSize: string;
@@ -10799,8 +10766,8 @@ declare abstract class PoFieldModel<T> implements ControlValueAccessor {
10799
10766
  }
10800
10767
 
10801
10768
  declare class PoRadioComponent extends PoFieldModel<boolean> {
10802
- private changeDetector;
10803
- private renderer;
10769
+ private readonly changeDetector;
10770
+ private readonly renderer;
10804
10771
  radio: ElementRef;
10805
10772
  radioInput: ElementRef;
10806
10773
  value: boolean;
@@ -10971,9 +10938,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
10971
10938
  private _initialSize?;
10972
10939
  private statusChangesSubscription;
10973
10940
  /**
10974
- *
10975
- * @Input
10976
- *
10977
10941
  * @optional
10978
10942
  *
10979
10943
  * @description
@@ -11123,8 +11087,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
11123
11087
  set size(value: string);
11124
11088
  get size(): string;
11125
11089
  /**
11126
- * @Input
11127
- *
11128
11090
  * @optional
11129
11091
  *
11130
11092
  * @description
@@ -11136,8 +11098,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
11136
11098
  */
11137
11099
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
11138
11100
  /**
11139
- * @Input
11140
- *
11141
11101
  * @optional
11142
11102
  *
11143
11103
  * @description
@@ -11358,8 +11318,8 @@ declare class PoDropdownBaseComponent {
11358
11318
  * </example>
11359
11319
  */
11360
11320
  declare class PoDropdownComponent extends PoDropdownBaseComponent {
11361
- private renderer;
11362
- private changeDetector;
11321
+ private readonly renderer;
11322
+ private readonly changeDetector;
11363
11323
  dropdownRef: ElementRef;
11364
11324
  popupRef: any;
11365
11325
  private clickoutListener;
@@ -11369,7 +11329,7 @@ declare class PoDropdownComponent extends PoDropdownBaseComponent {
11369
11329
  private checkClickArea;
11370
11330
  private hideDropdown;
11371
11331
  private initializeListeners;
11372
- private onScroll;
11332
+ private readonly onScroll;
11373
11333
  private isDropdownClosed;
11374
11334
  private removeListeners;
11375
11335
  private showDropdown;
@@ -13371,6 +13331,177 @@ declare class PoChartModule {
13371
13331
  static ɵinj: i0.ɵɵInjectorDeclaration<PoChartModule>;
13372
13332
  }
13373
13333
 
13334
+ /**
13335
+ * @usedBy PoContextMenuComponent
13336
+ *
13337
+ * @description
13338
+ *
13339
+ * Interface para os itens do componente po-context-menu.
13340
+ */
13341
+ interface PoContextMenuItem {
13342
+ /** Texto do item de menu. */
13343
+ label: string;
13344
+ /** Ação executada ao clicar no item. */
13345
+ action?: Function;
13346
+ /** Estado de seleção do item. */
13347
+ selected?: boolean;
13348
+ }
13349
+
13350
+ /**
13351
+ * @description
13352
+ *
13353
+ * O componente `po-context-menu` é uma barra lateral de contexto (sidebar) para navegação interna entre contextos.
13354
+ * Inspirado visualmente no `po-menu`, porém independente e focado em navegação contextual.
13355
+ *
13356
+ * No caso de uso do componente `po-page-default` em conjunto, ambos devem estar no mesmo nível
13357
+ * e inseridos em uma div com a classe **po-context-menu-wrapper**.
13358
+ * Esta classe é responsável por fazer os cálculos necessários para o alinhamento dos componentes.
13359
+ *
13360
+ * O uso simultâneo dos componentes `po-menu` e `po-context-menu` não é recomendado.
13361
+ * Porém, se os mesmos forem necessários na mesma interface, certifique-se de que não permaneçam expandidos
13362
+ * simultaneamente para não comprometer a usabilidade.
13363
+ *
13364
+ * #### Tokens customizáveis
13365
+ *
13366
+ * É possível alterar o estilo do componente usando os seguintes tokens (CSS):
13367
+ *
13368
+ * > Para maiores informações, acesse o guia [Personalizando o Tema Padrão com Tokens CSS](https://po-ui.io/guides/theme-customization).
13369
+ *
13370
+ * | Propriedade | Descrição | Valor Padrão |
13371
+ * |----------------------------------------|--------------------------------------------------------------|-------------------------------------------------|
13372
+ * | **Default Values** | | |
13373
+ * | `--font-family` | Família tipográfica usada | `var(--font-family-theme)` |
13374
+ * | `--font-size` | Tamanho da fonte dos itens | `var(--font-size-default)` |
13375
+ * | `--font-size-context-title` | Tamanho da fonte do título de contexto | `var(--font-size-sm)` |
13376
+ * | `--font-size-title` | Tamanho da fonte do título principal | `var(--font-size-lg)` |
13377
+ * | `--line-height` | Altura da linha | `var(--line-height-md)` |
13378
+ * | `--border-radius` | Raio dos cantos dos itens | `var(--border-radius-md)` |
13379
+ * | `--border-color` | Cor da borda lateral direita do componente | `var(--color-neutral-light-20)` |
13380
+ * | `--background-color` | Cor de fundo do componente | `var(--color-neutral-light-05)` |
13381
+ * | `--color` | Cor do texto dos itens | `var(--color-action-default)` |
13382
+ * | `--color-context-title` | Cor do texto do título de contexto | `var(--color-neutral-mid-40)` |
13383
+ * | `--color-title` | Cor do texto do título principal | `var(--color-neutral-dark-80)` |
13384
+ * | `--font-weight` | Peso da fonte dos itens | `var(--font-weight-bold)` |
13385
+ * | `--font-weight-title` | Peso da fonte do título principal | `var(--font-weight-bold)` |
13386
+ * | `--outline-color-focused` | Cor do outline no estado de focus | `var(--color-action-focus)` |
13387
+ * | **Hover** | | |
13388
+ * | `--color-hover` | Cor do texto no estado hover | `var(--color-brand-01-darkest)` |
13389
+ * | `--background-color-hover` | Cor de fundo no estado hover | `var(--color-brand-01-lighter)` |
13390
+ * | **Pressed** | | |
13391
+ * | `--background-color-pressed` | Cor de fundo no estado pressed | `var(--color-brand-01-light)` |
13392
+ * | **Active (Selected)** | | |
13393
+ * | `--background-color-actived` | Cor de fundo do item selecionado | `var(--color-brand-01-lightest)` |
13394
+ * | `--color-actived` | Cor do texto do item selecionado | `var(--color-action-pressed)` |
13395
+ *
13396
+ */
13397
+ declare class PoContextMenuBaseComponent {
13398
+ /**
13399
+ * Título do contexto superior
13400
+ */
13401
+ contextTitle: i0.InputSignal<string>;
13402
+ /**
13403
+ * Título principal do menu
13404
+ */
13405
+ title: i0.InputSignal<string>;
13406
+ /**
13407
+ * Lista de itens para renderização.
13408
+ *
13409
+ * > Ao receber os itens, o componente valida que apenas um item pode ter `selected: true`.
13410
+ * > Se mais de um item estiver com `selected: true`, apenas o primeiro será mantido como selecionado.
13411
+ */
13412
+ items: i0.InputSignal<PoContextMenuItem[]>;
13413
+ /**
13414
+ * Define se o menu está aberto ou fechado.
13415
+ *
13416
+ * Suporta two-way binding:
13417
+ *
13418
+ * ```html
13419
+ * <po-context-menu
13420
+ * [(p-expanded)]="expanded"
13421
+ * />
13422
+ * ```
13423
+ *
13424
+ * ou
13425
+ *
13426
+ * ```html
13427
+ * <po-context-menu
13428
+ * [(p-expanded)]="expanded"
13429
+ * (p-expandedChange)="handlerExpanded($event)"
13430
+ * />
13431
+ * ```
13432
+ *
13433
+ * @default `true`
13434
+ */
13435
+ expanded: i0.ModelSignal<boolean>;
13436
+ /**
13437
+ * Evento emitido ao selecionar um item. Emite o item selecionado.
13438
+ */
13439
+ itemSelected: i0.OutputEmitterRef<PoContextMenuItem>;
13440
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuBaseComponent, never>;
13441
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoContextMenuBaseComponent, never, never, { "contextTitle": { "alias": "p-context-title"; "required": false; "isSignal": true; }; "title": { "alias": "p-title"; "required": false; "isSignal": true; }; "items": { "alias": "p-items"; "required": false; "isSignal": true; }; "expanded": { "alias": "p-expanded"; "required": false; "isSignal": true; }; }, { "expanded": "p-expandedChange"; "itemSelected": "p-item-selected"; }, never, never, true, never>;
13442
+ }
13443
+
13444
+ interface PoContextMenuLiterals {
13445
+ close: string;
13446
+ open: string;
13447
+ }
13448
+ interface PoInternalContextMenuItem extends PoContextMenuItem {
13449
+ tooltip?: string;
13450
+ }
13451
+ /**
13452
+ * @docsExtends PoContextMenuBaseComponent
13453
+ *
13454
+ * @example
13455
+ *
13456
+ * <example name="po-context-menu-basic" title="PO Context Menu Basic">
13457
+ * <file name="sample-po-context-menu-basic/sample-po-context-menu-basic.component.html"> </file>
13458
+ * <file name="sample-po-context-menu-basic/sample-po-context-menu-basic.component.ts"> </file>
13459
+ * </example>
13460
+ *
13461
+ * <example name="po-context-menu-labs" title="PO Context Menu Labs">
13462
+ * <file name="sample-po-context-menu-labs/sample-po-context-menu-labs.component.html"> </file>
13463
+ * <file name="sample-po-context-menu-labs/sample-po-context-menu-labs.component.ts"> </file>
13464
+ * </example>
13465
+ *
13466
+ * <example name="po-context-menu-user" title="PO Context - Cadastro de Usuário">
13467
+ * <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.html"> </file>
13468
+ * <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.ts"> </file>
13469
+ * <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.css"> </file>
13470
+ * </example>
13471
+ */
13472
+ declare class PoContextMenuComponent extends PoContextMenuBaseComponent {
13473
+ private readonly languageService;
13474
+ literals: PoContextMenuLiterals;
13475
+ protected _items: WritableSignal<PoInternalContextMenuItem[]>;
13476
+ protected _titleTooltipCalculated: boolean;
13477
+ protected _contextTitleTooltipCalculated: boolean;
13478
+ protected titleTooltip: WritableSignal<string>;
13479
+ protected contextTitleTooltip: WritableSignal<string>;
13480
+ constructor();
13481
+ toggleExpand(): void;
13482
+ selectItem(item: PoContextMenuItem): void;
13483
+ protected handlerItemTooltip(item: PoInternalContextMenuItem, value: HTMLLIElement): void;
13484
+ protected handlerTitleTooltip(value: HTMLElement): void;
13485
+ protected handlerContextTitleTooltip(value: HTMLElement): void;
13486
+ private setLiterals;
13487
+ private hasMultipleSelected;
13488
+ private sanitizeSelection;
13489
+ private applyTooltipIfOverflows;
13490
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuComponent, never>;
13491
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoContextMenuComponent, "po-context-menu", never, {}, {}, never, never, false, never>;
13492
+ }
13493
+
13494
+ /**
13495
+ * @description
13496
+ *
13497
+ * Módulo do componente po-context-menu.
13498
+ */
13499
+ declare class PoContextMenuModule {
13500
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuModule, never>;
13501
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoContextMenuModule, [typeof PoContextMenuComponent], [typeof i2.CommonModule, typeof PoIconModule, typeof PoTooltipModule], [typeof PoContextMenuComponent]>;
13502
+ static ɵinj: i0.ɵɵInjectorDeclaration<PoContextMenuModule>;
13503
+ }
13504
+
13374
13505
  /**
13375
13506
  * @usedBy PoDisclaimerGroupComponent, PoPageListComponent
13376
13507
  *
@@ -13438,7 +13569,7 @@ declare class PoDisclaimerGroupBaseComponent implements DoCheck {
13438
13569
  literals: any;
13439
13570
  private _disclaimers;
13440
13571
  private _hideRemoveAll;
13441
- private differ;
13572
+ private readonly differ;
13442
13573
  private previousDisclaimers;
13443
13574
  /** Lista de *disclaimers*. */
13444
13575
  /**
@@ -13513,7 +13644,7 @@ declare class PoDisclaimerGroupBaseComponent implements DoCheck {
13513
13644
  */
13514
13645
  declare class PoDisclaimerGroupComponent extends PoDisclaimerGroupBaseComponent implements AfterViewInit, OnChanges {
13515
13646
  private subscription;
13516
- private el;
13647
+ private readonly el;
13517
13648
  constructor();
13518
13649
  ngAfterViewInit(): void;
13519
13650
  ngOnChanges(changes: SimpleChanges): void;
@@ -13559,7 +13690,7 @@ declare class PoDisclaimerRemoveComponent {
13559
13690
  *
13560
13691
  */
13561
13692
  declare class PoDisclaimerBaseComponent {
13562
- private languageService;
13693
+ private readonly languageService;
13563
13694
  /**
13564
13695
  * Label que aparecerá dentro do po-disclaimer.
13565
13696
  * Quando não for definido um label será apresentada a propriedade p-value.
@@ -13842,8 +13973,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
13842
13973
  */
13843
13974
  autoFocus: boolean;
13844
13975
  /**
13845
- * @Input
13846
- *
13847
13976
  * @optional
13848
13977
  *
13849
13978
  * @description
@@ -13976,8 +14105,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
13976
14105
  */
13977
14106
  keydown: EventEmitter<KeyboardEvent>;
13978
14107
  /**
13979
- * @Input
13980
- *
13981
14108
  * @optional
13982
14109
  *
13983
14110
  * @description
@@ -13989,8 +14116,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
13989
14116
  */
13990
14117
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
13991
14118
  /**
13992
- * @Input
13993
- *
13994
14119
  * @optional
13995
14120
  *
13996
14121
  * @description
@@ -14226,8 +14351,8 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
14226
14351
  * </example>
14227
14352
  */
14228
14353
  declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
14229
- private controlPosition;
14230
- private renderer;
14354
+ private readonly controlPosition;
14355
+ private readonly renderer;
14231
14356
  calendar: PoCalendarComponent;
14232
14357
  dialogPicker: ElementRef;
14233
14358
  iconDatepicker: PoButtonComponent;
@@ -14332,7 +14457,7 @@ declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements
14332
14457
  private isAdditionalHelpEventTriggered;
14333
14458
  private isFocusOnFirstCombo;
14334
14459
  private isFocusOnLastCombo;
14335
- private onScroll;
14460
+ private readonly onScroll;
14336
14461
  private removeListeners;
14337
14462
  private setDialogPickerStyleDisplay;
14338
14463
  private setCalendarPosition;
@@ -14436,7 +14561,7 @@ interface PoDatepickerRangeLiterals {
14436
14561
  declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAccessor, Validator, OnDestroy {
14437
14562
  protected changeDetector: ChangeDetectorRef;
14438
14563
  protected poDateService: PoDateService;
14439
- private languageService;
14564
+ private readonly languageService;
14440
14565
  additionalHelpEventTrigger: string | undefined;
14441
14566
  name: string;
14442
14567
  /**
@@ -14480,8 +14605,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14480
14605
  */
14481
14606
  autoFocus: boolean;
14482
14607
  /**
14483
- * @Input
14484
- *
14485
14608
  * @optional
14486
14609
  *
14487
14610
  * @description
@@ -14594,8 +14717,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14594
14717
  */
14595
14718
  errorLimit: boolean;
14596
14719
  /**
14597
- * @Input
14598
- *
14599
14720
  * @optional
14600
14721
  *
14601
14722
  * @description
@@ -14607,8 +14728,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14607
14728
  */
14608
14729
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
14609
14730
  /**
14610
- * @Input
14611
- *
14612
14731
  * @optional
14613
14732
  *
14614
14733
  * @description
@@ -14660,7 +14779,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14660
14779
  private _size?;
14661
14780
  private _initialSize?;
14662
14781
  private _placeholder;
14663
- private language;
14782
+ private readonly language;
14664
14783
  private onChangeModel;
14665
14784
  private validatorChange;
14666
14785
  private subscription;
@@ -14898,10 +15017,10 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14898
15017
  * </example>
14899
15018
  */
14900
15019
  declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
14901
- private controlPosition;
14902
- private renderer;
14903
- private cd;
14904
- private poLanguageService;
15020
+ private readonly controlPosition;
15021
+ private readonly renderer;
15022
+ private readonly cd;
15023
+ private readonly poLanguageService;
14905
15024
  dateRangeField: ElementRef;
14906
15025
  endDateInput: ElementRef;
14907
15026
  startDateInput: ElementRef;
@@ -14913,7 +15032,7 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
14913
15032
  isCalendarVisible: boolean;
14914
15033
  private clickListener;
14915
15034
  private eventResizeListener;
14916
- private poDatepickerRangeElement;
15035
+ private readonly poDatepickerRangeElement;
14917
15036
  get autocomplete(): "on" | "off";
14918
15037
  get enableCleaner(): boolean;
14919
15038
  get endDateInputName(): string;
@@ -15012,7 +15131,7 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
15012
15131
  private isEqualBeforeValue;
15013
15132
  private isFocusOnFirstCombo;
15014
15133
  private isSetFocusOnBackspace;
15015
- private onScroll;
15134
+ private readonly onScroll;
15016
15135
  private removeFocusFromDatePickerRangeField;
15017
15136
  private setDateRangeInputValidation;
15018
15137
  private setFocus;
@@ -15158,8 +15277,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15158
15277
  */
15159
15278
  autoFocus: boolean;
15160
15279
  /**
15161
- * @Input
15162
- *
15163
15280
  * @optional
15164
15281
  *
15165
15282
  * @description
@@ -15534,8 +15651,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15534
15651
  maskFormatModel?: boolean;
15535
15652
  set setMaskFormatModel(maskFormatModel: string);
15536
15653
  /**
15537
- * @Input
15538
- *
15539
15654
  * @optional
15540
15655
  *
15541
15656
  * @description
@@ -15547,8 +15662,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15547
15662
  */
15548
15663
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
15549
15664
  /**
15550
- * @Input
15551
- *
15552
15665
  * @optional
15553
15666
  *
15554
15667
  * @description
@@ -15680,8 +15793,8 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15680
15793
  * </example>
15681
15794
  */
15682
15795
  declare class PoDecimalComponent extends PoInputBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
15683
- private el;
15684
- private poLanguageService;
15796
+ private readonly el;
15797
+ private readonly poLanguageService;
15685
15798
  inputEl: ElementRef;
15686
15799
  id: string;
15687
15800
  private _decimalsLength?;
@@ -15691,8 +15804,8 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
15691
15804
  private _max?;
15692
15805
  private decimalSeparator;
15693
15806
  private fireChange;
15694
- private isKeyboardAndroid;
15695
- private minusSign;
15807
+ private readonly isKeyboardAndroid;
15808
+ private readonly minusSign;
15696
15809
  private oldDotsLength;
15697
15810
  private thousandSeparator;
15698
15811
  private valueBeforeChange;
@@ -15902,7 +16015,7 @@ declare class PoEmailComponent extends PoInputGeneric implements AfterViewInit,
15902
16015
  type: string;
15903
16016
  pattern: string;
15904
16017
  mask: string;
15905
- private listener;
16018
+ private readonly listener;
15906
16019
  constructor();
15907
16020
  ngOnChanges(changes: SimpleChanges): void;
15908
16021
  ngAfterViewInit(): void;
@@ -16362,7 +16475,7 @@ declare abstract class PoLookupModalBaseComponent implements OnDestroy, OnInit {
16362
16475
  private disclaimerLabel;
16363
16476
  private _literals;
16364
16477
  private _title;
16365
- private language;
16478
+ private readonly language;
16366
16479
  primaryAction: PoModalAction;
16367
16480
  secondaryAction: PoModalAction;
16368
16481
  /** Objeto com as literais usadas no `po-lookup-modal`. */
@@ -16443,7 +16556,7 @@ declare class PoLookupModalComponent extends PoLookupModalBaseComponent implemen
16443
16556
  * Serviço padrão utilizado para filtrar os dados do componente po-lookup.
16444
16557
  */
16445
16558
  declare class PoLookupFilterService implements PoLookupFilter {
16446
- private httpClient;
16559
+ private readonly httpClient;
16447
16560
  readonly headers: HttpHeaders;
16448
16561
  private url;
16449
16562
  private fieldValue;
@@ -16465,7 +16578,7 @@ declare class PoLookupFilterService implements PoLookupFilter {
16465
16578
  * Serviço responsável por controlar a abertura do componente Po Lookup Modal.
16466
16579
  */
16467
16580
  declare class PoLookupModalService {
16468
- private poComponentInjector;
16581
+ private readonly poComponentInjector;
16469
16582
  selectValueEvent: EventEmitter<any>;
16470
16583
  private componentRef;
16471
16584
  /**
@@ -16862,8 +16975,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
16862
16975
  */
16863
16976
  virtualScroll?: boolean;
16864
16977
  /**
16865
- * @Input
16866
- *
16867
16978
  * @optional
16868
16979
  *
16869
16980
  * @description
@@ -16875,8 +16986,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
16875
16986
  */
16876
16987
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
16877
16988
  /**
16878
- * @Input
16879
- *
16880
16989
  * @optional
16881
16990
  *
16882
16991
  * @description
@@ -16889,8 +16998,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
16889
16998
  */
16890
16999
  labelTextWrap: i0.InputSignal<boolean>;
16891
17000
  /**
16892
- * @Input
16893
- *
16894
17001
  * @optional
16895
17002
  *
16896
17003
  * @description
@@ -17260,9 +17367,9 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
17260
17367
  * </example>
17261
17368
  */
17262
17369
  declare class PoLookupComponent extends PoLookupBaseComponent implements AfterViewInit, OnDestroy, OnInit, DoCheck, OnChanges {
17263
- private renderer;
17264
- private cd;
17265
- private el;
17370
+ private readonly renderer;
17371
+ private readonly cd;
17372
+ private readonly el;
17266
17373
  helperEl?: PoHelperComponent;
17267
17374
  initialized: boolean;
17268
17375
  timeoutResize: any;
@@ -17472,11 +17579,11 @@ interface PoMultiselectFilter {
17472
17579
  }
17473
17580
 
17474
17581
  declare class PoMultiselectFilterService implements PoMultiselectFilter {
17475
- private http;
17582
+ private readonly http;
17476
17583
  fieldLabel: string;
17477
17584
  fieldValue: string;
17478
17585
  private _url;
17479
- private messages;
17586
+ private readonly messages;
17480
17587
  get url(): string;
17481
17588
  getFilteredData({ value }: any): Observable<Array<PoMultiselectOption | any>>;
17482
17589
  getObjectsByValues(value: Array<string | number>): Observable<Array<PoMultiselectOption | any>>;
@@ -17576,8 +17683,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17576
17683
  */
17577
17684
  autoFocus: boolean;
17578
17685
  /**
17579
- * @Input
17580
- *
17581
17686
  * @optional
17582
17687
  *
17583
17688
  * @description
@@ -17750,8 +17855,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17750
17855
  */
17751
17856
  listboxControlPosition: 'top' | 'bottom';
17752
17857
  /**
17753
- * @Input
17754
- *
17755
17858
  * @optional
17756
17859
  *
17757
17860
  * @description
@@ -17763,8 +17866,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17763
17866
  */
17764
17867
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
17765
17868
  /**
17766
- * @Input
17767
- *
17768
17869
  * @optional
17769
17870
  *
17770
17871
  * @description
@@ -17805,7 +17906,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17805
17906
  private _fieldValue?;
17806
17907
  private _size?;
17807
17908
  private _initialSize?;
17808
- private language;
17909
+ private readonly language;
17809
17910
  private lastLengthModel;
17810
17911
  private onModelChange;
17811
17912
  private validatorChange;
@@ -18141,10 +18242,10 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
18141
18242
  *
18142
18243
  */
18143
18244
  declare class PoMultiselectComponent extends PoMultiselectBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnChanges {
18144
- private renderer;
18145
- private changeDetector;
18146
- private el;
18147
- private controlPosition;
18245
+ private readonly renderer;
18246
+ private readonly changeDetector;
18247
+ private readonly el;
18248
+ private readonly controlPosition;
18148
18249
  defaultService: PoMultiselectFilterService;
18149
18250
  multiselectOptionTemplate: PoMultiselectOptionTemplateDirective;
18150
18251
  dropdownElement: ElementRef;
@@ -18256,7 +18357,7 @@ declare class PoMultiselectComponent extends PoMultiselectBaseComponent implemen
18256
18357
  private initializeTagRemoveElements;
18257
18358
  private initializeListeners;
18258
18359
  private isAdditionalHelpEventTriggered;
18259
- private onScroll;
18360
+ private readonly onScroll;
18260
18361
  private open;
18261
18362
  private removeListeners;
18262
18363
  private setContainerWidth;
@@ -18519,8 +18620,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18519
18620
  */
18520
18621
  autoFocus: boolean;
18521
18622
  /**
18522
- * @Input
18523
- *
18524
18623
  * @optional
18525
18624
  *
18526
18625
  * @description
@@ -18598,8 +18697,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18598
18697
  */
18599
18698
  errorLimit: boolean;
18600
18699
  /**
18601
- * @Input
18602
- *
18603
18700
  * @optional
18604
18701
  *
18605
18702
  * @description
@@ -18611,8 +18708,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18611
18708
  */
18612
18709
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
18613
18710
  /**
18614
- * @Input
18615
- *
18616
18711
  * @optional
18617
18712
  *
18618
18713
  * @description
@@ -18655,7 +18750,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18655
18750
  displayAdditionalHelp: boolean;
18656
18751
  mdColumns: number;
18657
18752
  value: any;
18658
- protected cd: ChangeDetectorRef;
18753
+ protected readonly cd: ChangeDetectorRef;
18659
18754
  protected onTouched: any;
18660
18755
  private _columns;
18661
18756
  private _disabled?;
@@ -18782,7 +18877,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18782
18877
  *
18783
18878
  */
18784
18879
  declare class PoRadioGroupComponent extends PoRadioGroupBaseComponent implements AfterViewInit, DoCheck, OnChanges {
18785
- private el;
18880
+ private readonly el;
18786
18881
  /** Label do campo. */
18787
18882
  label?: string;
18788
18883
  /** Texto de apoio do campo. */
@@ -18896,7 +18991,7 @@ declare enum PoRichTextToolbarActions {
18896
18991
  }
18897
18992
 
18898
18993
  declare class PoRichTextService {
18899
- private model;
18994
+ private readonly model;
18900
18995
  emitModel(value: string): void;
18901
18996
  getModel(): rxjs.Observable<string>;
18902
18997
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextService, never>;
@@ -18913,7 +19008,8 @@ declare class PoRichTextService {
18913
19008
  * > No navegador Internet Explorer não é possível alterar a cor do texto.
18914
19009
  */
18915
19010
  declare abstract class PoRichTextBaseComponent implements ControlValueAccessor, Validator {
18916
- private richTextService;
19011
+ private readonly richTextService;
19012
+ cd: ChangeDetectorRef;
18917
19013
  /**
18918
19014
  *
18919
19015
  * @deprecated v23.x.x use `p-helper`
@@ -18964,6 +19060,27 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
18964
19060
  * @default `false`
18965
19061
  */
18966
19062
  disabledTextAlign: boolean;
19063
+ /**
19064
+ * @optional
19065
+ *
19066
+ * @description
19067
+ *
19068
+ * Indica que o campo será desabilitado.
19069
+ *
19070
+ * @default `false`
19071
+ */
19072
+ disabled: boolean;
19073
+ /**
19074
+ * @optional
19075
+ *
19076
+ * @description
19077
+ * Exibe um ícone de carregamento no lado direito do campo para sinalizar que uma operação está em andamento.
19078
+ *
19079
+ * @default `false`
19080
+ */
19081
+ set loading(value: boolean);
19082
+ get loading(): boolean;
19083
+ get isDisabled(): boolean;
18967
19084
  /**
18968
19085
  * @description
18969
19086
  *
@@ -19000,8 +19117,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19000
19117
  */
19001
19118
  label?: string;
19002
19119
  /**
19003
- * @Input
19004
- *
19005
19120
  * @optional
19006
19121
  *
19007
19122
  * @description
@@ -19079,8 +19194,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19079
19194
  set hideToolbarActions(actions: Array<PoRichTextToolbarActions> | PoRichTextToolbarActions);
19080
19195
  get hideToolbarActions(): Array<PoRichTextToolbarActions>;
19081
19196
  /**
19082
- * @Input
19083
- *
19084
19197
  * @optional
19085
19198
  *
19086
19199
  * @description
@@ -19092,8 +19205,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19092
19205
  */
19093
19206
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
19094
19207
  /**
19095
- * @Input
19096
- *
19097
19208
  * @optional
19098
19209
  *
19099
19210
  * @description
@@ -19145,6 +19256,7 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19145
19256
  invalid: boolean;
19146
19257
  onChangeModel: any;
19147
19258
  value: string;
19259
+ private _loading;
19148
19260
  private _height?;
19149
19261
  private _placeholder;
19150
19262
  private _readonly;
@@ -19220,7 +19332,8 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19220
19332
  * - Não possuir `p-help` e/ou `p-label`.
19221
19333
  */
19222
19334
  showRequired: boolean;
19223
- constructor(richTextService: PoRichTextService);
19335
+ constructor(richTextService: PoRichTextService, cd: ChangeDetectorRef);
19336
+ setDisabledState(isDisabled: boolean): void;
19224
19337
  protected onThemeChange(): void;
19225
19338
  registerOnChange(func: any): void;
19226
19339
  registerOnTouched(func: any): void;
@@ -19233,20 +19346,25 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19233
19346
  protected validateModel(value: any): void;
19234
19347
  private applySizeBasedOnA11y;
19235
19348
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextBaseComponent, never>;
19236
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoRichTextBaseComponent, never, never, { "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "disabledTextAlign": { "alias": "p-disabled-text-align"; "required": false; }; "errorMessage": { "alias": "p-error-message"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "hideToolbarActions": { "alias": "p-hide-toolbar-actions"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "height": { "alias": "p-height"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "change": "p-change"; "changeModel": "p-change-model"; "keydown": "p-keydown"; }, never, never, true, never>;
19349
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoRichTextBaseComponent, never, never, { "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "disabledTextAlign": { "alias": "p-disabled-text-align"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "errorMessage": { "alias": "p-error-message"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "hideToolbarActions": { "alias": "p-hide-toolbar-actions"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "height": { "alias": "p-height"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "change": "p-change"; "changeModel": "p-change-model"; "keydown": "p-keydown"; }, never, never, true, never>;
19237
19350
  static ngAcceptInputType_appendBox: any;
19238
19351
  static ngAcceptInputType_autoFocus: any;
19239
19352
  static ngAcceptInputType_disabledTextAlign: any;
19353
+ static ngAcceptInputType_disabled: any;
19354
+ static ngAcceptInputType_loading: any;
19240
19355
  }
19241
19356
 
19242
- declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19243
- private richTextService;
19357
+ declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnChanges {
19358
+ private readonly richTextService;
19359
+ private readonly cd;
19244
19360
  bodyElement: ElementRef;
19245
19361
  height?: string;
19246
19362
  label: string;
19247
19363
  modelValue?: string;
19248
19364
  placeholder?: string;
19249
19365
  readonly?: string;
19366
+ disabled: boolean;
19367
+ loading: boolean;
19250
19368
  change: EventEmitter<any>;
19251
19369
  commands: EventEmitter<any>;
19252
19370
  keydown: EventEmitter<KeyboardEvent>;
@@ -19260,7 +19378,12 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19260
19378
  private timeoutChange;
19261
19379
  private valueBeforeChange;
19262
19380
  private modelSubscription;
19381
+ private resizeObserver;
19382
+ hasScroll: boolean;
19383
+ hasValue: boolean;
19384
+ onWindowResize(): void;
19263
19385
  ngOnInit(): void;
19386
+ ngOnChanges(changes: SimpleChanges): void;
19264
19387
  ngOnDestroy(): void;
19265
19388
  executeCommand(command: string | {
19266
19389
  command: any;
@@ -19275,6 +19398,7 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19275
19398
  onKeyUp(event: any): void;
19276
19399
  onPaste(): void;
19277
19400
  update(): void;
19401
+ protected mapSizeToIcon(size: string): string;
19278
19402
  private addClickListenerOnAnchorElements;
19279
19403
  private emitSelectionCommands;
19280
19404
  private getTextSelection;
@@ -19283,15 +19407,19 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19283
19407
  private isCursorPositionedInALink;
19284
19408
  private isParentNodeAnchor;
19285
19409
  private makeLinkTag;
19286
- private onAnchorClick;
19410
+ private readonly onAnchorClick;
19287
19411
  private removeBrElement;
19288
19412
  private rgbToHex;
19289
19413
  private toggleCursorOnLink;
19290
19414
  private updateModel;
19291
19415
  private updateValueWithModelValue;
19292
19416
  private verifyCursorPositionInFirefoxIEEdge;
19417
+ private get bodyEl();
19418
+ private updateHasValue;
19419
+ private checkScrollState;
19420
+ private initResizeObserver;
19293
19421
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextBodyComponent, never>;
19294
- static ɵcmp: i0.ɵɵComponentDeclaration<PoRichTextBodyComponent, "po-rich-text-body", never, { "height": { "alias": "p-height"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "modelValue": { "alias": "p-model-value"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "change": "p-change"; "commands": "p-commands"; "keydown": "p-keydown"; "selectedLink": "p-selected-link"; "shortcutCommand": "p-shortcut-command"; "value": "p-value"; "blur": "p-blur"; }, never, never, false, never>;
19422
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoRichTextBodyComponent, "po-rich-text-body", never, { "height": { "alias": "p-height"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "modelValue": { "alias": "p-model-value"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "change": "p-change"; "commands": "p-commands"; "keydown": "p-keydown"; "selectedLink": "p-selected-link"; "shortcutCommand": "p-shortcut-command"; "value": "p-value"; "blur": "p-blur"; }, never, never, false, never>;
19295
19423
  }
19296
19424
 
19297
19425
  /**
@@ -19754,8 +19882,8 @@ declare class PoProgressComponent extends PoProgressBaseComponent implements OnI
19754
19882
  get isAllowInfoError(): boolean;
19755
19883
  get isAllowRetry(): boolean;
19756
19884
  get statusClass(): string;
19757
- private poLanguageService;
19758
- private router;
19885
+ private readonly poLanguageService;
19886
+ private readonly router;
19759
19887
  ngOnInit(): void;
19760
19888
  emitCancellation(): void;
19761
19889
  emitRetry(): void;
@@ -19874,7 +20002,7 @@ declare class PoUploadFile {
19874
20002
  }
19875
20003
 
19876
20004
  declare class PoUploadBaseService {
19877
- private http;
20005
+ private readonly http;
19878
20006
  formField: string;
19879
20007
  requests: Array<any>;
19880
20008
  /**
@@ -20022,8 +20150,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20022
20150
  /** Rótulo do campo. */
20023
20151
  label?: string;
20024
20152
  /**
20025
- * @Input
20026
- *
20027
20153
  * @optional
20028
20154
  *
20029
20155
  * @description
@@ -20136,8 +20262,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20136
20262
  */
20137
20263
  requiredUrl: boolean;
20138
20264
  /**
20139
- * @Input
20140
- *
20141
20265
  * @optional
20142
20266
  *
20143
20267
  * @description
@@ -20149,8 +20273,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20149
20273
  */
20150
20274
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
20151
20275
  /**
20152
- * @Input
20153
- *
20154
20276
  * @optional
20155
20277
  *
20156
20278
  * @description
@@ -20394,10 +20516,11 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20394
20516
  private _hideSendButton?;
20395
20517
  private _isMultiple?;
20396
20518
  private _literals?;
20519
+ private _loading;
20397
20520
  private _required?;
20398
20521
  private _size?;
20399
20522
  private _initialSize?;
20400
- private language;
20523
+ private readonly language;
20401
20524
  private validatorChange;
20402
20525
  /**
20403
20526
  * @optional
@@ -20528,6 +20651,19 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20528
20651
  */
20529
20652
  set disabled(value: boolean);
20530
20653
  get disabled(): boolean;
20654
+ /**
20655
+ * @optional
20656
+ *
20657
+ * @description
20658
+ * Exibe um ícone de carregamento no botão `Selecionar arquivo`, à esquerda do texto, sinalizando que uma operação está em andamento.
20659
+ *
20660
+ * > Incompatível com `p-drag-drop` e `p-hide-select-button`, pois o estado de loading depende da exibição do botão `Selecionar arquivo`.
20661
+ *
20662
+ * @default `false`
20663
+ */
20664
+ set loading(value: boolean);
20665
+ get loading(): boolean;
20666
+ get isDisabled(): boolean;
20531
20667
  /**
20532
20668
  * @optional
20533
20669
  *
@@ -20598,11 +20734,12 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20598
20734
  abstract sendFeedback(file?: any): void;
20599
20735
  abstract setDirectoryAttribute(value: boolean): any;
20600
20736
  static ɵfac: i0.ɵɵFactoryDeclaration<PoUploadBaseComponent, never>;
20601
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoUploadBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "dragDropHeight": { "alias": "p-drag-drop-height"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "help": { "alias": "p-help"; "required": false; }; "url": { "alias": "p-url"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autoUpload": { "alias": "p-auto-upload"; "required": false; }; "disabledRemoveFile": { "alias": "p-disabled-remove-file"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "showThumbnail": { "alias": "p-show-thumbnail"; "required": false; }; "headers": { "alias": "p-headers"; "required": false; }; "requiredUrl": { "alias": "p-required-url"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "customAction": { "alias": "p-custom-action"; "required": false; }; "customModalActions": { "alias": "p-custom-modal-actions"; "required": false; }; "directory": { "alias": "p-directory"; "required": false; }; "dragDrop": { "alias": "p-drag-drop"; "required": false; }; "hideRestrictionsInfo": { "alias": "p-hide-restrictions-info"; "required": false; }; "hideSelectButton": { "alias": "p-hide-select-button"; "required": false; }; "hideSendButton": { "alias": "p-hide-send-button"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "fileRestrictions": { "alias": "p-restrictions"; "required": false; }; "formField": { "alias": "p-form-field"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "isMultiple": { "alias": "p-multiple"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "customActionClick": "p-custom-action-click"; "keydown": "p-keydown"; "onUpload": "p-upload"; "onCancel": "p-cancel"; "onOpenModalPreview": "p-open-modal-preview"; "onRemove": "p-remove"; "onError": "p-error"; "onSuccess": "p-success"; "ngModelChange": "ngModelChange"; }, never, never, true, never>;
20737
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoUploadBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "dragDropHeight": { "alias": "p-drag-drop-height"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "help": { "alias": "p-help"; "required": false; }; "url": { "alias": "p-url"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autoUpload": { "alias": "p-auto-upload"; "required": false; }; "disabledRemoveFile": { "alias": "p-disabled-remove-file"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "showThumbnail": { "alias": "p-show-thumbnail"; "required": false; }; "headers": { "alias": "p-headers"; "required": false; }; "requiredUrl": { "alias": "p-required-url"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "customAction": { "alias": "p-custom-action"; "required": false; }; "customModalActions": { "alias": "p-custom-modal-actions"; "required": false; }; "directory": { "alias": "p-directory"; "required": false; }; "dragDrop": { "alias": "p-drag-drop"; "required": false; }; "hideRestrictionsInfo": { "alias": "p-hide-restrictions-info"; "required": false; }; "hideSelectButton": { "alias": "p-hide-select-button"; "required": false; }; "hideSendButton": { "alias": "p-hide-send-button"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "fileRestrictions": { "alias": "p-restrictions"; "required": false; }; "formField": { "alias": "p-form-field"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "isMultiple": { "alias": "p-multiple"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "customActionClick": "p-custom-action-click"; "keydown": "p-keydown"; "onUpload": "p-upload"; "onCancel": "p-cancel"; "onOpenModalPreview": "p-open-modal-preview"; "onRemove": "p-remove"; "onError": "p-error"; "onSuccess": "p-success"; "ngModelChange": "ngModelChange"; }, never, never, true, never>;
20602
20738
  static ngAcceptInputType_appendBox: any;
20603
20739
  static ngAcceptInputType_autoFocus: any;
20604
20740
  static ngAcceptInputType_disabledRemoveFile: any;
20605
20741
  static ngAcceptInputType_requiredUrl: any;
20742
+ static ngAcceptInputType_loading: any;
20606
20743
  }
20607
20744
 
20608
20745
  /**
@@ -20642,10 +20779,10 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20642
20779
  */
20643
20780
  declare class PoUploadComponent extends PoUploadBaseComponent implements AfterViewInit, OnChanges {
20644
20781
  renderer: Renderer2;
20645
- private i18nPipe;
20646
- private notification;
20647
- private inputFile;
20648
- private poUploadDragDropComponent;
20782
+ private readonly i18nPipe;
20783
+ private readonly notification;
20784
+ private readonly inputFile;
20785
+ private readonly poUploadDragDropComponent;
20649
20786
  uploadButton: PoButtonComponent;
20650
20787
  modalComponent: PoModalComponent;
20651
20788
  helperEl?: PoHelperComponent;
@@ -20675,6 +20812,8 @@ declare class PoUploadComponent extends PoUploadBaseComponent implements AfterVi
20675
20812
  get hasMultipleFiles(): boolean;
20676
20813
  get hasFileNotUploaded(): boolean;
20677
20814
  get isDisabled(): boolean;
20815
+ get isSelectButtonDisabled(): boolean;
20816
+ get isFieldDisabled(): boolean;
20678
20817
  get maxFiles(): number;
20679
20818
  cancel(file: PoUploadFile, keydown?: KeyboardEvent): void;
20680
20819
  ngOnChanges(changes: SimpleChanges): void;
@@ -20772,7 +20911,7 @@ declare class PoUploadComponent extends PoUploadBaseComponent implements AfterVi
20772
20911
  }
20773
20912
 
20774
20913
  declare class PoRichTextImageModalComponent {
20775
- private languageService;
20914
+ private readonly languageService;
20776
20915
  modal: PoModalComponent;
20777
20916
  modalImageForm: NgForm;
20778
20917
  upload: PoUploadComponent;
@@ -20804,7 +20943,7 @@ declare class PoRichTextImageModalComponent {
20804
20943
  }
20805
20944
 
20806
20945
  declare class PoRichTextLinkModalComponent implements OnInit {
20807
- private languageService;
20946
+ private readonly languageService;
20808
20947
  modal: PoModalComponent;
20809
20948
  modalLinkForm: NgForm;
20810
20949
  size: string;
@@ -20848,7 +20987,7 @@ declare class PoRichTextLinkModalComponent implements OnInit {
20848
20987
  }
20849
20988
 
20850
20989
  declare class PoRichTextToolbarComponent implements AfterViewInit {
20851
- private languageService;
20990
+ private readonly languageService;
20852
20991
  colorPickerInput: ElementRef;
20853
20992
  toolbarElement: ElementRef;
20854
20993
  richTextImageModal: PoRichTextImageModalComponent;
@@ -20900,6 +21039,7 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
20900
21039
  set readonly(value: boolean);
20901
21040
  get readonly(): boolean;
20902
21041
  get isInternetExplorer(): boolean;
21042
+ disabled?: boolean;
20903
21043
  size: string;
20904
21044
  constructor();
20905
21045
  ngAfterViewInit(): void;
@@ -20919,7 +21059,7 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
20919
21059
  private setColorInColorPicker;
20920
21060
  private toggleDisableButtons;
20921
21061
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextToolbarComponent, never>;
20922
- static ɵcmp: i0.ɵɵComponentDeclaration<PoRichTextToolbarComponent, "po-rich-text-toolbar", never, { "hideToolbarActions": { "alias": "p-hide-toolbar-actions"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "command": "p-command"; "modal": "p-modal"; "linkEditing": "p-link-editing"; }, never, never, false, never>;
21062
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoRichTextToolbarComponent, "po-rich-text-toolbar", never, { "hideToolbarActions": { "alias": "p-hide-toolbar-actions"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "command": "p-command"; "modal": "p-modal"; "linkEditing": "p-link-editing"; }, never, never, false, never>;
20923
21063
  }
20924
21064
 
20925
21065
  /**
@@ -20944,11 +21084,11 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
20944
21084
  * </example>
20945
21085
  */
20946
21086
  declare class PoRichTextComponent extends PoRichTextBaseComponent implements AfterViewInit, OnDestroy, OnInit, OnChanges {
20947
- private element;
21087
+ private readonly element;
20948
21088
  bodyElement: PoRichTextBodyComponent;
20949
21089
  richTextToolbar: PoRichTextToolbarComponent;
20950
21090
  helperEl?: PoHelperComponent;
20951
- private listener;
21091
+ private readonly listener;
20952
21092
  private modelLastUpdate;
20953
21093
  toolbarActions: Array<PoRichTextToolbarActions>;
20954
21094
  get errorMsg(): string;
@@ -21193,7 +21333,7 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
21193
21333
  *
21194
21334
  */
21195
21335
  declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnChanges {
21196
- private el;
21336
+ private readonly el;
21197
21337
  renderer: Renderer2;
21198
21338
  selectElement: ElementRef;
21199
21339
  helperEl?: PoHelperComponent;
@@ -21231,8 +21371,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21231
21371
  */
21232
21372
  readonly: boolean;
21233
21373
  /**
21234
- * @Input
21235
- *
21236
21374
  * @optional
21237
21375
  *
21238
21376
  * @description
@@ -21378,8 +21516,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21378
21516
  set size(value: string);
21379
21517
  get size(): string;
21380
21518
  /**
21381
- * @Input
21382
- *
21383
21519
  * @optional
21384
21520
  *
21385
21521
  * @description
@@ -21391,8 +21527,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21391
21527
  */
21392
21528
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
21393
21529
  /**
21394
- * @Input
21395
- *
21396
21530
  * @optional
21397
21531
  *
21398
21532
  * @description
@@ -21572,8 +21706,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21572
21706
  */
21573
21707
  autoFocus: boolean;
21574
21708
  /**
21575
- * @Input
21576
- *
21577
21709
  * @optional
21578
21710
  *
21579
21711
  * @description
@@ -21655,8 +21787,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21655
21787
  */
21656
21788
  errorLimit: boolean;
21657
21789
  /**
21658
- * @Input
21659
- *
21660
21790
  * @optional
21661
21791
  *
21662
21792
  * @description
@@ -21668,8 +21798,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21668
21798
  */
21669
21799
  poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
21670
21800
  /**
21671
- * @Input
21672
- *
21673
21801
  * @optional
21674
21802
  *
21675
21803
  * @description
@@ -21735,6 +21863,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21735
21863
  keydown: EventEmitter<KeyboardEvent>;
21736
21864
  displayAdditionalHelp: boolean;
21737
21865
  private _disabled;
21866
+ private _loading;
21738
21867
  private _maxlength;
21739
21868
  private _minlength;
21740
21869
  private _placeholder;
@@ -21762,6 +21891,17 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21762
21891
  */
21763
21892
  set disabled(disabled: boolean);
21764
21893
  get disabled(): boolean;
21894
+ /**
21895
+ * @optional
21896
+ *
21897
+ * @description
21898
+ * Exibe um ícone de carregamento no lado direito do campo para sinalizar que uma operação está em andamento.
21899
+ *
21900
+ * @default `false`
21901
+ */
21902
+ set loading(value: boolean);
21903
+ get loading(): boolean;
21904
+ get isDisabled(): boolean;
21765
21905
  /**
21766
21906
  * @optional
21767
21907
  *
@@ -21839,6 +21979,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21839
21979
  get size(): string;
21840
21980
  constructor(cd: ChangeDetectorRef);
21841
21981
  protected onThemeChange(): void;
21982
+ protected onAfterThemeChange(): void;
21842
21983
  callOnChange(value: any): void;
21843
21984
  controlChangeModelEmitter(value: any): void;
21844
21985
  setDisabledState(isDisabled: boolean): void;
@@ -21849,13 +21990,15 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21849
21990
  [key: string]: any;
21850
21991
  };
21851
21992
  writeValue(value: any): void;
21993
+ protected mapSizeToIcon(size: string): string;
21852
21994
  protected validateModel(): void;
21853
21995
  private applySizeBasedOnA11y;
21854
21996
  abstract writeValueModel(value: any): void;
21855
21997
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTextareaBaseComponent, never>;
21856
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoTextareaBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "label": { "alias": "p-label"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "name": { "alias": "name"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "fieldErrorMessage": { "alias": "p-field-error-message"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "minlength": { "alias": "p-minlength"; "required": false; }; "maxlength": { "alias": "p-maxlength"; "required": false; }; "rows": { "alias": "p-rows"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "blur": "p-blur"; "enter": "p-enter"; "change": "p-change"; "changeModel": "p-change-model"; "keydown": "p-keydown"; }, never, never, true, never>;
21998
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoTextareaBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "label": { "alias": "p-label"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "name": { "alias": "name"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "fieldErrorMessage": { "alias": "p-field-error-message"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "minlength": { "alias": "p-minlength"; "required": false; }; "maxlength": { "alias": "p-maxlength"; "required": false; }; "rows": { "alias": "p-rows"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "blur": "p-blur"; "enter": "p-enter"; "change": "p-change"; "changeModel": "p-change-model"; "keydown": "p-keydown"; }, never, never, true, never>;
21857
21999
  static ngAcceptInputType_appendBox: any;
21858
22000
  static ngAcceptInputType_autoFocus: any;
22001
+ static ngAcceptInputType_loading: any;
21859
22002
  }
21860
22003
 
21861
22004
  /**
@@ -21884,13 +22027,16 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21884
22027
  * </example>
21885
22028
  *
21886
22029
  */
21887
- declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges {
21888
- private el;
22030
+ declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
22031
+ private readonly el;
21889
22032
  inputEl: ElementRef;
21890
22033
  helperEl?: PoHelperComponent;
21891
22034
  id: string;
21892
22035
  valueBeforeChange: any;
21893
22036
  fireChange: boolean;
22037
+ hasScroll: boolean;
22038
+ hasValue: boolean;
22039
+ private resizeObserver;
21894
22040
  constructor();
21895
22041
  emitAdditionalHelp(): void;
21896
22042
  /**
@@ -21912,7 +22058,9 @@ declare class PoTextareaComponent extends PoTextareaBaseComponent implements Aft
21912
22058
  */
21913
22059
  focus(): void;
21914
22060
  ngAfterViewInit(): void;
22061
+ protected onAfterThemeChange(): void;
21915
22062
  ngOnChanges(changes: SimpleChanges): void;
22063
+ ngOnDestroy(): void;
21916
22064
  getAdditionalHelpTooltip(): string;
21917
22065
  getErrorPattern(): string;
21918
22066
  hasInvalidClass(): boolean;
@@ -21954,6 +22102,10 @@ declare class PoTextareaComponent extends PoTextareaBaseComponent implements Aft
21954
22102
  hideAdditionalHelp: boolean;
21955
22103
  helperSettings?: any;
21956
22104
  };
22105
+ private readonly onWindowResize;
22106
+ private checkScrollState;
22107
+ private calculateTextareaHeight;
22108
+ private initResizeObserver;
21957
22109
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTextareaComponent, never>;
21958
22110
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTextareaComponent, "po-textarea", never, {}, {}, never, never, false, never>;
21959
22111
  }
@@ -21989,7 +22141,7 @@ declare class PoUrlComponent extends PoInputGeneric implements AfterViewInit, On
21989
22141
  type: string;
21990
22142
  pattern: string;
21991
22143
  mask: string;
21992
- private listener;
22144
+ private readonly listener;
21993
22145
  constructor();
21994
22146
  ngAfterViewInit(): void;
21995
22147
  ngOnDestroy(): void;
@@ -22031,7 +22183,7 @@ declare class PoRadioGroupModule {
22031
22183
  * Componente que construíra o dropdown, contendo o campo de pesquisa e os itens para seleção.
22032
22184
  */
22033
22185
  declare class PoMultiselectDropdownComponent {
22034
- private cd;
22186
+ private readonly cd;
22035
22187
  /** Propriedade que indica se deve exibir o loading. */
22036
22188
  isServerSearching?: boolean;
22037
22189
  /** Propriedade que indica se o campo de pesquisa deverá ser escondido. */
@@ -22100,7 +22252,7 @@ declare class PoUploadDragDropAreaComponent {
22100
22252
  }
22101
22253
 
22102
22254
  declare class PoUploadDragDropComponent {
22103
- private changeDetector;
22255
+ private readonly changeDetector;
22104
22256
  dragDropOverlayElement: ElementRef;
22105
22257
  dragDropAreaComponent: PoUploadDragDropAreaComponent;
22106
22258
  directoryCompatible: boolean;
@@ -22123,8 +22275,8 @@ declare class PoUploadDragDropComponent {
22123
22275
  }
22124
22276
 
22125
22277
  declare class PoUploadDragDropDirective {
22126
- private i18nPipe;
22127
- private notification;
22278
+ private readonly i18nPipe;
22279
+ private readonly notification;
22128
22280
  areaElement: HTMLElement;
22129
22281
  directoryCompatible: boolean;
22130
22282
  disabled: boolean;
@@ -22153,7 +22305,7 @@ declare class PoUploadDragDropDirective {
22153
22305
  }
22154
22306
 
22155
22307
  declare class PoUploadDragDropAreaOverlayComponent implements AfterViewInit {
22156
- private renderer;
22308
+ private readonly renderer;
22157
22309
  DragDropAreaFixed: ElementRef;
22158
22310
  directoryCompatible: boolean;
22159
22311
  disabled: boolean;
@@ -22167,13 +22319,13 @@ declare class PoUploadDragDropAreaOverlayComponent implements AfterViewInit {
22167
22319
  }
22168
22320
 
22169
22321
  declare class PoUploadFileRestrictionsComponent implements OnInit {
22170
- private changeDetector;
22322
+ private readonly changeDetector;
22171
22323
  maxFiles: number;
22172
22324
  literals: any;
22173
22325
  private _allowedExtensions;
22174
22326
  private _maxFileSize;
22175
22327
  private _minFileSize;
22176
- private language;
22328
+ private readonly language;
22177
22329
  set allowedExtensions(value: string);
22178
22330
  get allowedExtensions(): string;
22179
22331
  set maxFileSize(value: string);
@@ -22424,7 +22576,7 @@ declare class PoDialogComponent implements OnDestroy, OnInit {
22424
22576
  private closeSubscription;
22425
22577
  private _componentsSize?;
22426
22578
  private _initialComponentsSize?;
22427
- private language;
22579
+ private readonly language;
22428
22580
  set componentsSize(value: string);
22429
22581
  get componentsSize(): string;
22430
22582
  constructor(languageService: PoLanguageService);
@@ -23856,7 +24008,7 @@ interface PoDynamicFormValidation extends PoDynamicFormResponse {
23856
24008
  }
23857
24009
 
23858
24010
  declare class PoDynamicFormOperation {
23859
- private http;
24011
+ private readonly http;
23860
24012
  constructor(http: HttpClient);
23861
24013
  protected execute(action: Function | string, param: any): rxjs.Observable<any>;
23862
24014
  protected post(url: string, body: PoDynamicFormValidation | any): rxjs.Observable<Object>;
@@ -23905,9 +24057,9 @@ declare class PoDynamicFormValidationService extends PoDynamicFormOperation {
23905
24057
  *
23906
24058
  */
23907
24059
  declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implements OnInit, OnDestroy {
23908
- private changes;
23909
- private loadService;
23910
- private validationService;
24060
+ private readonly changes;
24061
+ private readonly loadService;
24062
+ private readonly validationService;
23911
24063
  fieldsComponent: {
23912
24064
  focus: (property: string) => void;
23913
24065
  updatePreviousValue: () => void;
@@ -23918,7 +24070,7 @@ declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implemen
23918
24070
  private _form;
23919
24071
  private onLoadSubscription;
23920
24072
  private sendFormSubscription;
23921
- private comboOptionSubject;
24073
+ private readonly comboOptionSubject;
23922
24074
  set form(value: NgForm);
23923
24075
  get form(): NgForm;
23924
24076
  constructor(changes: ChangeDetectorRef, loadService: PoDynamicFormLoadService, validationService: PoDynamicFormValidationService);
@@ -24284,7 +24436,7 @@ declare class PoDynamicSharedBase {
24284
24436
  }
24285
24437
 
24286
24438
  declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
24287
- private titleCasePipe;
24439
+ private readonly titleCasePipe;
24288
24440
  autoFocus?: string;
24289
24441
  disabledForm: boolean;
24290
24442
  validate?: string | Function;
@@ -24383,7 +24535,7 @@ declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBaseCompon
24383
24535
  * Serviço padrão utilizado para filtrar os dados dos campos que utilizam a propriedade `searchService`.
24384
24536
  */
24385
24537
  declare class PoDynamicViewService {
24386
- private httpClient;
24538
+ private readonly httpClient;
24387
24539
  readonly headers: HttpHeaders;
24388
24540
  url: string;
24389
24541
  getObjectByValue(value: any, filterParams?: any): Observable<Array<any> | {
@@ -24409,11 +24561,11 @@ declare class PoDynamicViewService {
24409
24561
  *
24410
24562
  */
24411
24563
  declare class PoDynamicViewBaseComponent extends PoDynamicSharedBase {
24412
- private currencyPipe;
24413
- private datePipe;
24414
- private decimalPipe;
24415
- private timePipe;
24416
- private titleCasePipe;
24564
+ private readonly currencyPipe;
24565
+ private readonly datePipe;
24566
+ private readonly decimalPipe;
24567
+ private readonly timePipe;
24568
+ private readonly titleCasePipe;
24417
24569
  protected dynamicViewService: PoDynamicViewService;
24418
24570
  protected comboFilterService: PoComboFilterService;
24419
24571
  protected multiselectFilterService: PoMultiselectFilterService;
@@ -25211,7 +25363,7 @@ declare class PoGridCellActionComponent {
25211
25363
  }
25212
25364
 
25213
25365
  declare class PoGridCellComponent {
25214
- private changeDetectorRef;
25366
+ private readonly changeDetectorRef;
25215
25367
  align?: string;
25216
25368
  freeze?: boolean;
25217
25369
  tabIndex?: number;
@@ -25355,8 +25507,8 @@ interface PoGridRowActions {
25355
25507
  * </example>
25356
25508
  */
25357
25509
  declare class PoGridComponent implements OnDestroy {
25358
- private changeDetectorRef;
25359
- private elRef;
25510
+ private readonly changeDetectorRef;
25511
+ private readonly elRef;
25360
25512
  tableElement: ElementRef;
25361
25513
  tableWrapper: ElementRef;
25362
25514
  /**
@@ -25380,7 +25532,7 @@ declare class PoGridComponent implements OnDestroy {
25380
25532
  width: string;
25381
25533
  widporeeze: number;
25382
25534
  widthActions: number;
25383
- private resizeListener;
25535
+ private readonly resizeListener;
25384
25536
  private timeoutResize;
25385
25537
  private _columns;
25386
25538
  /**
@@ -25523,7 +25675,7 @@ declare class PoListViewBaseComponent {
25523
25675
  private _literals;
25524
25676
  private _select;
25525
25677
  private _showMoreDisabled;
25526
- private language;
25678
+ private readonly language;
25527
25679
  /**
25528
25680
  * @optional
25529
25681
  *
@@ -25836,11 +25988,11 @@ declare class PoListViewDetailTemplateDirective {
25836
25988
  * </example>
25837
25989
  */
25838
25990
  declare class PoListViewComponent extends PoListViewBaseComponent implements AfterContentInit, DoCheck {
25839
- private changeDetector;
25991
+ private readonly changeDetector;
25840
25992
  listViewContentTemplate: PoListViewContentTemplateDirective;
25841
25993
  listViewDetailTemplate: PoListViewDetailTemplateDirective;
25842
25994
  poPopupComponent: PoPopupComponent;
25843
- private differ;
25995
+ private readonly differ;
25844
25996
  constructor();
25845
25997
  get hasContentTemplate(): boolean;
25846
25998
  get hasDetailTemplate(): boolean;
@@ -26129,11 +26281,11 @@ interface PoMenuItem {
26129
26281
  }
26130
26282
 
26131
26283
  declare class PoMenuGlobalService {
26132
- private applicationMenu;
26133
- private menus;
26134
- private removedApplicationMenu;
26135
- private menuId;
26136
- private menuChanges;
26284
+ private readonly applicationMenu;
26285
+ private readonly menus;
26286
+ private readonly removedApplicationMenu;
26287
+ private readonly menuId;
26288
+ private readonly menuChanges;
26137
26289
  receiveApplicationMenu$: Observable<PoMenuComponent>;
26138
26290
  receiveMenus$: Observable<PoMenuItem[]>;
26139
26291
  receiveId$: Observable<string>;
@@ -26157,7 +26309,7 @@ declare class PoMenuGlobalService {
26157
26309
  * caso for uma URL, no componente `po-menu`.
26158
26310
  */
26159
26311
  declare class PoMenuService implements PoMenuFilter {
26160
- private http;
26312
+ private readonly http;
26161
26313
  private _url;
26162
26314
  get url(): string;
26163
26315
  configProperties(url: string): void;
@@ -26231,7 +26383,7 @@ declare abstract class PoMenuBaseComponent {
26231
26383
  private _filter;
26232
26384
  private _searchTreeItems;
26233
26385
  private _level;
26234
- private _maxLevel;
26386
+ private readonly _maxLevel;
26235
26387
  private _menus;
26236
26388
  private _params;
26237
26389
  private _service;
@@ -26247,6 +26399,18 @@ declare abstract class PoMenuBaseComponent {
26247
26399
  * @default `false`
26248
26400
  */
26249
26401
  automaticToggle: boolean;
26402
+ /**
26403
+ * @optional
26404
+ *
26405
+ * @description
26406
+ *
26407
+ * Evento emitido toda vez que o estado do menu muda, enviando `true` quando expandido e `false` quando colapsado.
26408
+ *
26409
+ * ```html
26410
+ * <po-menu (p-toggle)="onMenuToggle($event)"></po-menu>
26411
+ * ```
26412
+ */
26413
+ toggleChange: i0.OutputEmitterRef<boolean>;
26250
26414
  /**
26251
26415
  * @optional
26252
26416
  *
@@ -26440,7 +26604,7 @@ declare abstract class PoMenuBaseComponent {
26440
26604
  protected abstract checkingRouterChildrenFragments(): any;
26441
26605
  protected abstract validateCollapseClass(): any;
26442
26606
  static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuBaseComponent, never>;
26443
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoMenuBaseComponent, never, never, { "automaticToggle": { "alias": "p-automatic-toggle"; "required": false; }; "collapsed": { "alias": "p-collapsed"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "menus": { "alias": "p-menus"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "searchTreeItems": { "alias": "p-search-tree-items"; "required": false; }; "service": { "alias": "p-service"; "required": false; }; "params": { "alias": "p-params"; "required": false; }; "logo": { "alias": "p-logo"; "required": false; }; "menuid": { "alias": "p-menu-id"; "required": false; }; "logoAlt": { "alias": "p-logo-alt"; "required": false; }; "shortLogo": { "alias": "p-short-logo"; "required": false; }; "onlyMenuItem": { "alias": "p-only-menu-item"; "required": false; }; "logoLink": { "alias": "p-logo-link"; "required": false; }; }, {}, never, never, true, never>;
26607
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoMenuBaseComponent, never, never, { "automaticToggle": { "alias": "p-automatic-toggle"; "required": false; }; "collapsed": { "alias": "p-collapsed"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "menus": { "alias": "p-menus"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "searchTreeItems": { "alias": "p-search-tree-items"; "required": false; }; "service": { "alias": "p-service"; "required": false; }; "params": { "alias": "p-params"; "required": false; }; "logo": { "alias": "p-logo"; "required": false; }; "menuid": { "alias": "p-menu-id"; "required": false; }; "logoAlt": { "alias": "p-logo-alt"; "required": false; }; "shortLogo": { "alias": "p-short-logo"; "required": false; }; "onlyMenuItem": { "alias": "p-only-menu-item"; "required": false; }; "logoLink": { "alias": "p-logo-link"; "required": false; }; }, { "toggleChange": "p-toggle"; }, never, never, true, never>;
26444
26608
  static ngAcceptInputType_automaticToggle: any;
26445
26609
  }
26446
26610
 
@@ -26570,10 +26734,10 @@ declare class PoMenuHeaderTemplateDirective {
26570
26734
  */
26571
26735
  declare class PoMenuComponent extends PoMenuBaseComponent implements AfterViewInit, OnDestroy, OnInit, DoCheck, OnChanges {
26572
26736
  changeDetector: ChangeDetectorRef;
26573
- private element;
26574
- private renderer;
26575
- private router;
26576
- private menuItemsService;
26737
+ private readonly element;
26738
+ private readonly renderer;
26739
+ private readonly router;
26740
+ private readonly menuItemsService;
26577
26741
  menuHeaderTemplate: PoMenuHeaderTemplateDirective;
26578
26742
  activeMenuItem: PoMenuItem;
26579
26743
  collapsedMobile: boolean;
@@ -26658,6 +26822,7 @@ declare class PoMenuComponent extends PoMenuBaseComponent implements AfterViewIn
26658
26822
  private toggleResize;
26659
26823
  private validateToggleMenu;
26660
26824
  private updateMenu;
26825
+ private setCollapsed;
26661
26826
  static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuComponent, never>;
26662
26827
  static ɵcmp: i0.ɵɵComponentDeclaration<PoMenuComponent, "po-menu", never, {}, {}, ["menuHeaderTemplate"], never, false, never>;
26663
26828
  }
@@ -26691,7 +26856,7 @@ declare class PoMenuFilterComponent {
26691
26856
  * Componente que implementa cada item do po-menu.
26692
26857
  */
26693
26858
  declare class PoMenuItemComponent implements OnDestroy, OnInit {
26694
- private menuItemsService;
26859
+ private readonly menuItemsService;
26695
26860
  action: Function;
26696
26861
  badgeAlert: boolean;
26697
26862
  badgeColor: string;
@@ -26904,7 +27069,7 @@ declare class PoBadgeComponent extends PoBadgeBaseComponent implements OnInit, O
26904
27069
  literals: PoBadgeLiterals;
26905
27070
  badgeIcon: string;
26906
27071
  isValidValue: boolean;
26907
- private poLanguageService;
27072
+ private readonly poLanguageService;
26908
27073
  ngOnInit(): void;
26909
27074
  ngOnChanges(changes: SimpleChanges): void;
26910
27075
  initialize(): void;
@@ -27074,9 +27239,9 @@ declare class PoMenuPanelBaseComponent {
27074
27239
  * </example>
27075
27240
  */
27076
27241
  declare class PoMenuPanelComponent extends PoMenuPanelBaseComponent implements OnDestroy, OnInit {
27077
- private location;
27078
- private menuItemsService;
27079
- private router;
27242
+ private readonly location;
27243
+ private readonly menuItemsService;
27244
+ private readonly router;
27080
27245
  activeMenuItem: PoMenuPanelItem;
27081
27246
  linkActive: string;
27082
27247
  private routeSubscription;
@@ -27117,7 +27282,7 @@ interface PoMenuPanelItemInternal extends PoMenuPanelItem {
27117
27282
  * Componente que implementa cada item do po-menu-panel.
27118
27283
  */
27119
27284
  declare class PoMenuPanelItemComponent implements OnDestroy, OnInit {
27120
- private menuItemsService;
27285
+ private readonly menuItemsService;
27121
27286
  menuItemInternal: PoMenuPanelItemInternal;
27122
27287
  itemsSubscription: Subscription;
27123
27288
  ngOnDestroy(): void;
@@ -27254,7 +27419,7 @@ declare abstract class PoNavbarBaseComponent {
27254
27419
  private _literals;
27255
27420
  private _logo;
27256
27421
  private _shadow;
27257
- private language;
27422
+ private readonly language;
27258
27423
  /**
27259
27424
  * @deprecated v23.x.x
27260
27425
  *
@@ -27353,7 +27518,7 @@ declare abstract class PoNavbarBaseComponent {
27353
27518
  }
27354
27519
 
27355
27520
  declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
27356
- private router;
27521
+ private readonly router;
27357
27522
  navbarItemsContainer: ElementRef;
27358
27523
  allNavbarItems: QueryList<any>;
27359
27524
  items: Array<PoNavbarItem>;
@@ -27374,10 +27539,10 @@ declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
27374
27539
  * @docsExtends PoNavbarBaseComponent
27375
27540
  */
27376
27541
  declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterViewInit, OnDestroy, OnInit {
27377
- private renderer;
27378
- private builder;
27379
- private changeDetector;
27380
- private menuGlobalService;
27542
+ private readonly renderer;
27543
+ private readonly builder;
27544
+ private readonly changeDetector;
27545
+ private readonly menuGlobalService;
27381
27546
  navbarItemsElement: ElementRef;
27382
27547
  navbarItems: PoNavbarItemsComponent;
27383
27548
  disableRight: boolean;
@@ -27385,11 +27550,11 @@ declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterVi
27385
27550
  protected windowResizeListener: () => void;
27386
27551
  private _menuComponent;
27387
27552
  private isNavbarUpdateMenu;
27388
- private id;
27553
+ private readonly id;
27389
27554
  private mediaQuery;
27390
27555
  private offset;
27391
27556
  private player;
27392
- private menuItems;
27557
+ private readonly menuItems;
27393
27558
  private previousMenuComponentId;
27394
27559
  private previousMenusItems;
27395
27560
  private applicationMenuSubscription;
@@ -27416,7 +27581,7 @@ declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterVi
27416
27581
  private navbarItemsWidth;
27417
27582
  private navigateLeft;
27418
27583
  private navigateRight;
27419
- private onMediaQueryChange;
27584
+ private readonly onMediaQueryChange;
27420
27585
  private setOffsetToZero;
27421
27586
  private validateMaxOffset;
27422
27587
  static ɵfac: i0.ɵɵFactoryDeclaration<PoNavbarComponent, never>;
@@ -27431,7 +27596,7 @@ declare class PoNavbarLogoComponent {
27431
27596
  }
27432
27597
 
27433
27598
  declare class PoNavbarActionComponent {
27434
- private router;
27599
+ private readonly router;
27435
27600
  action?: Function;
27436
27601
  icon: string | TemplateRef<void>;
27437
27602
  label: string;
@@ -27826,12 +27991,12 @@ declare abstract class PoPageDefaultBaseComponent {
27826
27991
  * </example>
27827
27992
  */
27828
27993
  declare class PoPageDefaultComponent extends PoPageDefaultBaseComponent implements AfterContentInit, OnChanges {
27829
- private renderer;
27830
- private router;
27994
+ private readonly renderer;
27995
+ private readonly router;
27831
27996
  limitPrimaryActions: number;
27832
27997
  dropdownActions: Array<PoPageAction>;
27833
27998
  isMobile: boolean;
27834
- private maxWidthMobile;
27999
+ private readonly maxWidthMobile;
27835
28000
  constructor();
27836
28001
  ngAfterContentInit(): void;
27837
28002
  ngOnChanges(changes: {
@@ -27926,7 +28091,7 @@ declare class PoPageDetailBaseComponent {
27926
28091
  private _initialComponentsSize?;
27927
28092
  private _literals;
27928
28093
  private _title;
27929
- private language;
28094
+ private readonly language;
27930
28095
  /**
27931
28096
  * @optional
27932
28097
  *
@@ -28112,7 +28277,7 @@ declare class PoPageEditBaseComponent {
28112
28277
  private _initialComponentsSize?;
28113
28278
  private _literals;
28114
28279
  private _title;
28115
- private language;
28280
+ private readonly language;
28116
28281
  /**
28117
28282
  * @optional
28118
28283
  *
@@ -28868,8 +29033,8 @@ interface PoThemeActive {
28868
29033
  *
28869
29034
  */
28870
29035
  declare class PoThemeService {
28871
- private document;
28872
- private renderer;
29036
+ private readonly document;
29037
+ private readonly renderer;
28873
29038
  private theme;
28874
29039
  constructor(document: Document, rendererFactory: RendererFactory2);
28875
29040
  /**
@@ -29376,8 +29541,8 @@ declare abstract class PoPageListBaseComponent {
29376
29541
  */
29377
29542
  declare class PoPageListComponent extends PoPageListBaseComponent implements AfterContentInit, OnChanges, OnDestroy, OnInit {
29378
29543
  renderer: Renderer2;
29379
- private router;
29380
- private changeDetector;
29544
+ private readonly router;
29545
+ private readonly changeDetector;
29381
29546
  filterInput: ElementRef;
29382
29547
  advancedSearch: string;
29383
29548
  dropdownActions: Array<PoPageAction>;
@@ -29385,7 +29550,7 @@ declare class PoPageListComponent extends PoPageListBaseComponent implements Aft
29385
29550
  limitPrimaryActions: number;
29386
29551
  callFunction: typeof callFunction;
29387
29552
  private isRecalculate;
29388
- private maxWidthMobile;
29553
+ private readonly maxWidthMobile;
29389
29554
  constructor();
29390
29555
  ngOnInit(): void;
29391
29556
  ngAfterContentInit(): void;
@@ -29622,10 +29787,10 @@ declare class PoSlideContentTemplateDirective {
29622
29787
  * </example>
29623
29788
  */
29624
29789
  declare class PoSlideComponent extends PoSlideBaseComponent implements OnInit, DoCheck, OnChanges, OnDestroy {
29625
- private builder;
29790
+ private readonly builder;
29626
29791
  slideContentTemplate: PoSlideContentTemplateDirective;
29627
- private slide;
29628
- private itemsElements;
29792
+ private readonly slide;
29793
+ private readonly itemsElements;
29629
29794
  currentSlideIndex: number;
29630
29795
  imageHeight: number;
29631
29796
  slideItems: Array<PoSlideItem | any>;
@@ -29633,7 +29798,7 @@ declare class PoSlideComponent extends PoSlideBaseComponent implements OnInit, D
29633
29798
  private isLoaded;
29634
29799
  private player;
29635
29800
  private setInterval;
29636
- private resize$;
29801
+ private readonly resize$;
29637
29802
  private resizeSubscription;
29638
29803
  private get hasElements();
29639
29804
  private get isImageSlide();
@@ -29853,7 +30018,7 @@ declare enum PoStepperStatus {
29853
30018
  * e exemplos de uso.
29854
30019
  */
29855
30020
  declare class PoStepComponent implements AfterContentInit {
29856
- private elementRef;
30021
+ private readonly elementRef;
29857
30022
  /**
29858
30023
  * @optional
29859
30024
  *
@@ -30243,7 +30408,7 @@ declare class PoStepperBaseComponent {
30243
30408
  * </example>
30244
30409
  */
30245
30410
  declare class PoStepperComponent extends PoStepperBaseComponent implements AfterContentInit {
30246
- private changeDetector;
30411
+ private readonly changeDetector;
30247
30412
  poSteps: QueryList<PoStepComponent>;
30248
30413
  private currentActiveStep;
30249
30414
  private previousActiveStepIndex;
@@ -30320,8 +30485,8 @@ declare class PoStepperComponent extends PoStepperBaseComponent implements After
30320
30485
  * Componente responsável por exibir as legendas dos *steps*.
30321
30486
  */
30322
30487
  declare class PoStepperLabelComponent implements AfterViewInit, OnChanges {
30323
- private renderer;
30324
- private changeDetectorRef;
30488
+ private readonly renderer;
30489
+ private readonly changeDetectorRef;
30325
30490
  alignCenter: boolean;
30326
30491
  content: string;
30327
30492
  status: string;
@@ -30330,7 +30495,7 @@ declare class PoStepperLabelComponent implements AfterViewInit, OnChanges {
30330
30495
  disabledClick: boolean;
30331
30496
  displayedContent: string;
30332
30497
  tooltipContent: string;
30333
- private maxLabelLength;
30498
+ private readonly maxLabelLength;
30334
30499
  ngAfterViewInit(): void;
30335
30500
  ngOnChanges(changes: SimpleChanges): void;
30336
30501
  onMouseOver(): void;
@@ -30411,7 +30576,7 @@ declare class PoStepperModule {
30411
30576
  */
30412
30577
  declare class PoTabButtonComponent implements OnChanges, AfterViewInit {
30413
30578
  changeDetector: ChangeDetectorRef;
30414
- private elementRef;
30579
+ private readonly elementRef;
30415
30580
  tabButtom: ElementRef;
30416
30581
  disabled: boolean;
30417
30582
  id: string;
@@ -30460,6 +30625,8 @@ declare abstract class PoTabBaseComponent {
30460
30625
  * @default `false`
30461
30626
  */
30462
30627
  hideClose: boolean;
30628
+ /** ID da Tab */
30629
+ id: string;
30463
30630
  /** Método disparado ao clicar na aba. */
30464
30631
  click: EventEmitter<any>;
30465
30632
  /**
@@ -30473,7 +30640,15 @@ declare abstract class PoTabBaseComponent {
30473
30640
  *
30474
30641
  */
30475
30642
  closeTab: EventEmitter<any>;
30476
- id?: string;
30643
+ /**
30644
+ * @optional
30645
+ *
30646
+ * @description
30647
+ *
30648
+ * Evento emitido quando a aba é ativada.
30649
+ * Emite a instância do componente da aba que foi ativada.
30650
+ */
30651
+ activatedTab: i0.OutputEmitterRef<PoTabBaseComponent>;
30477
30652
  private _active?;
30478
30653
  private _disabled?;
30479
30654
  private _hide?;
@@ -30517,7 +30692,7 @@ declare abstract class PoTabBaseComponent {
30517
30692
  get hide(): boolean;
30518
30693
  protected abstract setDisplayOnActive(): any;
30519
30694
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTabBaseComponent, never>;
30520
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoTabBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "hideClose": { "alias": "p-hide-close"; "required": false; }; "active": { "alias": "p-active"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "hide": { "alias": "p-hide"; "required": false; }; }, { "click": "p-click"; "closeTab": "p-close-tab"; }, never, never, true, never>;
30695
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoTabBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "hideClose": { "alias": "p-hide-close"; "required": false; }; "id": { "alias": "id"; "required": false; }; "active": { "alias": "p-active"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "hide": { "alias": "p-hide"; "required": false; }; }, { "click": "p-click"; "closeTab": "p-close-tab"; "activatedTab": "p-activated-tab"; }, never, never, true, never>;
30521
30696
  static ngAcceptInputType_hideClose: any;
30522
30697
  }
30523
30698
 
@@ -30526,7 +30701,7 @@ declare abstract class PoTabBaseComponent {
30526
30701
  */
30527
30702
  declare class PoTabComponent extends PoTabBaseComponent implements AfterContentInit, OnChanges {
30528
30703
  elementRef: ElementRef<any>;
30529
- private tabsService;
30704
+ private readonly tabsService;
30530
30705
  removed: boolean;
30531
30706
  showTooltip: boolean;
30532
30707
  ngAfterContentInit(): void;
@@ -30545,7 +30720,7 @@ declare class PoTabComponent extends PoTabBaseComponent implements AfterContentI
30545
30720
  * no formato de lista.
30546
30721
  */
30547
30722
  declare class PoTabDropdownComponent implements AfterViewInit {
30548
- private elementRef;
30723
+ private readonly elementRef;
30549
30724
  popover: PoPopoverComponent;
30550
30725
  button: PoButtonComponent;
30551
30726
  label: string;
@@ -30678,8 +30853,8 @@ declare const poTabsLiterals: object;
30678
30853
  */
30679
30854
  declare class PoTabsComponent extends PoTabsBaseComponent implements OnInit, AfterViewInit, OnDestroy, AfterContentInit {
30680
30855
  changeDetector: ChangeDetectorRef;
30681
- private languageService;
30682
- private tabsService;
30856
+ private readonly languageService;
30857
+ private readonly tabsService;
30683
30858
  tabsChildren: QueryList<PoTabComponent>;
30684
30859
  tabButton: QueryList<any>;
30685
30860
  tabDropdown: PoTabDropdownComponent;
@@ -30747,6 +30922,26 @@ declare class PoTabsComponent extends PoTabsBaseComponent implements OnInit, Aft
30747
30922
  private handleHomeKey;
30748
30923
  private handleEndKey;
30749
30924
  private handleArrowRight;
30925
+ /**
30926
+ * Ativa a aba correspondente ao `id` informado.
30927
+ *
30928
+ * Para utilizá-la é necessário ter a instância do componente no DOM, podendo ser utilizado o ViewChild da seguinte forma:
30929
+ *
30930
+ * ```
30931
+ * import { PoTabsComponent } from '@po-ui/ng-components';
30932
+ *
30933
+ * ...
30934
+ *
30935
+ * @ViewChild('poTab', { static: true }) poTab: PoTabsComponent;
30936
+ *
30937
+ * focusOnTab() {
30938
+ * this.poTab.activateTab('meu-id-da-aba');
30939
+ * }
30940
+ * ```
30941
+ *
30942
+ * @param id Identificador único da aba a ser ativada.
30943
+ */
30944
+ activateTab(id: string): void;
30750
30945
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTabsComponent, never>;
30751
30946
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTabsComponent, "po-tabs", never, {}, {}, ["tabsChildren"], ["*"], false, never>;
30752
30947
  }
@@ -30831,8 +31026,8 @@ interface PoTab {
30831
31026
  }
30832
31027
 
30833
31028
  declare class PoTabsService {
30834
- private onChangesTriggeredSource;
30835
- private onChangesTriggeredActiveSource;
31029
+ private readonly onChangesTriggeredSource;
31030
+ private readonly onChangesTriggeredActiveSource;
30836
31031
  onChangesTriggered$: rxjs.Observable<any>;
30837
31032
  triggerActiveOnChanges$: rxjs.Observable<any>;
30838
31033
  triggerOnChanges(tab?: PoTabComponent): void;
@@ -31095,7 +31290,7 @@ declare class PoToolbarBaseComponent {
31095
31290
  * </example>
31096
31291
  */
31097
31292
  declare class PoToolbarComponent extends PoToolbarBaseComponent implements OnInit {
31098
- private titleService;
31293
+ private readonly titleService;
31099
31294
  ngOnInit(): void;
31100
31295
  private setTitle;
31101
31296
  static ɵfac: i0.ɵɵFactoryDeclaration<PoToolbarComponent, never>;
@@ -31116,7 +31311,7 @@ declare class PoToolbarComponent extends PoToolbarBaseComponent implements OnIni
31116
31311
  * ícone de notificações.
31117
31312
  */
31118
31313
  declare class PoToolbarNotificationComponent implements AfterViewInit {
31119
- private cdr;
31314
+ private readonly cdr;
31120
31315
  notificationRef: ElementRef;
31121
31316
  notificationActions?: Array<PoToolbarAction>;
31122
31317
  private _notificationNumber?;
@@ -31348,7 +31543,7 @@ declare class PoTreeViewBaseComponent {
31348
31543
  * </example>
31349
31544
  */
31350
31545
  declare class PoTreeViewComponent extends PoTreeViewBaseComponent implements OnInit, OnChanges {
31351
- private treeViewService;
31546
+ private readonly treeViewService;
31352
31547
  get hasItems(): boolean;
31353
31548
  ngOnInit(): void;
31354
31549
  ngOnChanges(changes?: SimpleChanges): void;
@@ -31358,7 +31553,7 @@ declare class PoTreeViewComponent extends PoTreeViewBaseComponent implements OnI
31358
31553
  }
31359
31554
 
31360
31555
  declare class PoTreeViewItemComponent {
31361
- private treeViewService;
31556
+ private readonly treeViewService;
31362
31557
  componentsSize: string;
31363
31558
  item: PoTreeViewItem;
31364
31559
  selectable: boolean;
@@ -31490,7 +31685,7 @@ declare abstract class PoDialogBaseService {
31490
31685
  * </example>
31491
31686
  */
31492
31687
  declare class PoDialogService extends PoDialogBaseService {
31493
- private poComponentInjector;
31688
+ private readonly poComponentInjector;
31494
31689
  constructor(poComponentInjector: PoComponentInjectorService);
31495
31690
  openDialog(dialogType: PoDialogType, dialogOptions: PoDialogAlertOptions | PoDialogConfirmOptions): void;
31496
31691
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDialogService, never>;
@@ -31936,9 +32131,9 @@ interface PoI18nLiterals {
31936
32131
  * ```
31937
32132
  */
31938
32133
  declare class PoI18nBaseService {
31939
- private config?;
31940
- private http?;
31941
- private languageService?;
32134
+ private readonly config?;
32135
+ private readonly http?;
32136
+ private readonly languageService?;
31942
32137
  private varI18n;
31943
32138
  private contextDefault;
31944
32139
  private useCache;
@@ -32363,7 +32558,7 @@ interface PoMediaQueryTokens {
32363
32558
  *
32364
32559
  */
32365
32560
  declare class PoMediaQueryService {
32366
- private renderer;
32561
+ private readonly renderer;
32367
32562
  constructor(rendererFactory: RendererFactory2);
32368
32563
  /**
32369
32564
  * Método que replica as regras baseando-se pelos tokens de media query dentro das folhas de estilo do documento, permitindo a modificação dinâmica
@@ -32944,8 +33139,6 @@ declare class PoWidgetBaseComponent {
32944
33139
  */
32945
33140
  tagIcon: string | TemplateRef<void>;
32946
33141
  /**
32947
- * @Input p-tag-position
32948
- *
32949
33142
  * @optional
32950
33143
  *
32951
33144
  * @description
@@ -32983,8 +33176,6 @@ declare class PoWidgetBaseComponent {
32983
33176
  set size(value: string);
32984
33177
  get size(): string;
32985
33178
  /**
32986
- * @Input p-avatar
32987
- *
32988
33179
  * @optional
32989
33180
  *
32990
33181
  * @description
@@ -33338,9 +33529,6 @@ declare enum PoSkeletonVariant {
33338
33529
  */
33339
33530
  declare class PoSkeletonBaseComponent {
33340
33531
  /**
33341
- *
33342
- * @Input
33343
- *
33344
33532
  * @optional
33345
33533
  *
33346
33534
  * @description
@@ -33357,9 +33545,6 @@ declare class PoSkeletonBaseComponent {
33357
33545
  */
33358
33546
  variant: i0.InputSignal<PoSkeletonVariant>;
33359
33547
  /**
33360
- *
33361
- * @Input
33362
- *
33363
33548
  * @optional
33364
33549
  *
33365
33550
  * @description
@@ -33375,9 +33560,6 @@ declare class PoSkeletonBaseComponent {
33375
33560
  */
33376
33561
  type: i0.InputSignal<PoSkeletonType>;
33377
33562
  /**
33378
- *
33379
- * @Input
33380
- *
33381
33563
  * @optional
33382
33564
  *
33383
33565
  * @description
@@ -33393,9 +33575,6 @@ declare class PoSkeletonBaseComponent {
33393
33575
  */
33394
33576
  animation: i0.InputSignal<PoSkeletonAnimation>;
33395
33577
  /**
33396
- *
33397
- * @Input
33398
- *
33399
33578
  * @optional
33400
33579
  *
33401
33580
  * @description
@@ -33416,9 +33595,6 @@ declare class PoSkeletonBaseComponent {
33416
33595
  */
33417
33596
  size: i0.InputSignal<PoSkeletonSize>;
33418
33597
  /**
33419
- *
33420
- * @Input
33421
- *
33422
33598
  * @optional
33423
33599
  *
33424
33600
  * @description
@@ -33432,8 +33608,6 @@ declare class PoSkeletonBaseComponent {
33432
33608
  */
33433
33609
  width: i0.InputSignal<string>;
33434
33610
  /**
33435
- * @Input
33436
- *
33437
33611
  * @optional
33438
33612
  *
33439
33613
  * @description
@@ -33445,9 +33619,6 @@ declare class PoSkeletonBaseComponent {
33445
33619
  */
33446
33620
  height: i0.InputSignal<string>;
33447
33621
  /**
33448
- *
33449
- * @Input
33450
- *
33451
33622
  * @optional
33452
33623
  *
33453
33624
  * @description
@@ -33459,9 +33630,6 @@ declare class PoSkeletonBaseComponent {
33459
33630
  */
33460
33631
  borderRadius: i0.InputSignal<string>;
33461
33632
  /**
33462
- *
33463
- * @Input
33464
- *
33465
33633
  * @optional
33466
33634
  *
33467
33635
  * @description
@@ -33729,12 +33897,20 @@ interface PoHeaderActionTool {
33729
33897
  */
33730
33898
  interface PoHeaderActionPopoverAction {
33731
33899
  /**
33732
- *
33733
33900
  * @description
33734
33901
  *
33735
- * Template que será renderizado dentro do popover
33902
+ * Template que será renderizado dentro do popover.
33736
33903
  */
33737
33904
  content: TemplateRef<any>;
33905
+ /**
33906
+ * @description
33907
+ *
33908
+ * Largura, em pixels, do template renderizado dentro do popover.
33909
+ *
33910
+ * Valores permitidos: de 240 a 800.
33911
+ *
33912
+ */
33913
+ width?: number;
33738
33914
  }
33739
33915
  /**
33740
33916
  * @usedBy PoHeaderComponent
@@ -33911,6 +34087,22 @@ interface PoHeaderUser {
33911
34087
  items?: Array<PoHeaderActionToolItem>;
33912
34088
  }
33913
34089
 
34090
+ /**
34091
+ * @docsPrivate
34092
+ *
34093
+ * @description
34094
+ *
34095
+ * Define o tamanho padrão utilizado em componentes interativos. Este enum também é usado pelo serviço de tema para
34096
+ * definir a preferência global de tamanho dos componentes. Por padrão, os componentes utilizam o tamanho `medium` por
34097
+ * ser mais acessível (conforme diretrizes WCAG nível AAA).
34098
+ *
34099
+ * > O tamanho `small` está disponível apenas em contextos com acessibilidade AA.
34100
+ */
34101
+ declare enum PoFieldSize {
34102
+ Small = "small",
34103
+ Medium = "medium"
34104
+ }
34105
+
33914
34106
  /**
33915
34107
  * @description
33916
34108
  *
@@ -33983,24 +34175,27 @@ interface PoHeaderUser {
33983
34175
  * | `--border-radius-bottom-left` | Valor do radius do lado esquerdo do header | `var(--border-radius-md)` |
33984
34176
  * | `--border-radius-bottom-right` | Valor do radius do lado direito do header | `var(--border-radius-md)` |
33985
34177
  * | `--base shadow` | Cor da sombra do header | `0 1px 8px rgba(0, 0, 0, 0.1)` |
34178
+ * | `--stroke-color` | Cor da borda inferior do header | `var(--color-brand-01-base)` |
33986
34179
  * | **Sub-menu** | | |
33987
34180
  * | `--border-radius` | Valor do radius dos itens do sub-menu | `var(--border-radius-md);` |
33988
34181
  * | `--text-color-submenu` | Cor do texto dos itens do sub-menu | `var(--color-brand-01-base)` |
33989
34182
  * | `--icon-color` | Cor do ícone do sub-menu com itens | `var(--color-brand-01-base)` |
33990
34183
  * | `--border-color` | Cor da borda | `var(--color-transparent)` |
33991
34184
  * | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-none)` |
34185
+ * | `--font-family-submenu` | Fonte do texto dos itens de sub-menu | `var(--font-family-theme)` |
34186
+ * | `--font-weight-submenu` | Peso da fonte do texto dos itens de sub-menu | `var(--font-weight-bold)` |
33992
34187
  * | **Sub-menu - Hover** | | |
33993
34188
  * | `--background-hover` | Cor de background dos itens do sub-menu no estado hover | `var(--color-brand-01-lighter)` |
33994
34189
  * | `--icon-color-hover` | Cor do ícone dos itens de sub-menu no estado hover | `var(--color-brand-01-darkest)` |
33995
- * | `--text-color-hover` | Cor do texo dos itens de sub-menu no estado hover | `var(--color-brand-01-darkest)` |
34190
+ * | `--text-color-hover` | Cor do texto dos itens de sub-menu no estado hover | `var(--color-brand-01-darkest)` |
33996
34191
  * | **Sub-menu - pressed** | | |
33997
34192
  * | `--background-pressed` | Cor de background dos itens do sub-menu no estado pressed | `var(--color-brand-01-light)` |
33998
34193
  * | `--icon-color-pressed` | Cor do ícone dos itens de sub-menu no estado pressed | `var(--color-brand-01-darkest)` |
33999
- * | `--text-color-pressed` | Cor do texo dos itens de sub-menu no estado pressed | `var(--color-brand-01-darkest)` |
34194
+ * | `--text-color-pressed` | Cor do texto dos itens de sub-menu no estado pressed | `var(--color-brand-01-darkest)` |
34000
34195
  * | **Sub-menu - selected** | | |
34001
34196
  * | `--background-selected` | Cor de background dos itens do sub-menu no estado selected | `var(--color-brand-01-light)` |
34002
34197
  * | `--icon-color-selected` | Cor do ícone dos itens de sub-menu no estado selected | `var(--color-neutral-dark-95)` |
34003
- * | `--text-color-selected` | Cor do texo dos itens de sub-menu no estado selected | `var(--color-brand-01-darkest)` |
34198
+ * | `--text-color-selected` | Cor do texto dos itens de sub-menu no estado selected | `var(--color-brand-01-darkest)` |
34004
34199
  * | **Customer** | | |
34005
34200
  * | `--background-color-customer` | Cor do background da seção customer | `var(--color-neutral-light-00)` |
34006
34201
  * | `--border-color` | Cor da borda da seção customer | `var(--color-neutral-light-10)` |
@@ -34008,9 +34203,9 @@ interface PoHeaderUser {
34008
34203
  * | `--border-width` | Largura da borda da seção customer | `var(--border-width-sm)` |
34009
34204
  * | **Customer - hover** | | |
34010
34205
  * | `--background-color-customer-hover` | Cor do background da seção customer no estado hover | `var(--color-brand-01-lighter)` |
34011
- * | `--background-color-customer-hover` | Cor do background da seção customer no estado hover | `var(--color-brand-01-lighter)` |
34012
34206
  * | **Customer - pressed** | | |
34013
34207
  * | `--background-color-customer-pressed` | Cor do background da seção customer no estado pressed | `var(--color-brand-01-light)` |
34208
+ * | `--border-width-pressed` | Largura da borda da seção customer no estado pressed | `var(--border-width-md)` |
34014
34209
  *
34015
34210
  */
34016
34211
  declare abstract class PoHeaderBaseComponent {
@@ -34019,7 +34214,8 @@ declare abstract class PoHeaderBaseComponent {
34019
34214
  menuCollapseJoinExternal: any[];
34020
34215
  private _brand;
34021
34216
  private _literals;
34022
- private language;
34217
+ private readonly language;
34218
+ private readonly themeChangeSignal;
34023
34219
  /**
34024
34220
  * @optional
34025
34221
  *
@@ -34146,6 +34342,25 @@ declare abstract class PoHeaderBaseComponent {
34146
34342
  */
34147
34343
  set literals(value: PoHeaderLiterals);
34148
34344
  get literals(): PoHeaderLiterals;
34345
+ /**
34346
+ * @optional
34347
+ *
34348
+ * @Input
34349
+ *
34350
+ * @description
34351
+ *
34352
+ * Define o tamanho do componente:
34353
+ * - `small`: altura de 44px (disponível apenas para acessibilidade AA).
34354
+ * - `medium`: altura de 56px.
34355
+ *
34356
+ * > Caso a acessibilidade AA não esteja configurada, o tamanho `medium` será mantido.
34357
+ * Para mais detalhes, consulte a documentação do [po-theme](https://po-ui.io/documentation/po-theme).
34358
+ *
34359
+ * @default `medium`
34360
+ */
34361
+ sizeInput: i0.InputSignal<string>;
34362
+ size: i0.Signal<string>;
34363
+ get hostSize(): PoFieldSize;
34149
34364
  /**
34150
34365
  * @optional
34151
34366
  *
@@ -34158,14 +34373,16 @@ declare abstract class PoHeaderBaseComponent {
34158
34373
  constructor(languageService: PoLanguageService);
34159
34374
  get menuItems(): Array<PoHeaderActions>;
34160
34375
  private generateRandomId;
34376
+ protected onThemeChange(): void;
34377
+ abstract updateMenu(): void;
34161
34378
  static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderBaseComponent, never>;
34162
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoHeaderBaseComponent, never, never, { "amountMore": { "alias": "p-amount-more"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "filterMenu": { "alias": "p-filter-menu"; "required": false; }; "sideMenuOnlyAction": { "alias": "p-side-menu-only-action"; "required": false; }; "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "notChangeContext": { "alias": "p-not-change-context"; "required": false; }; "brand": { "alias": "p-brand"; "required": false; }; "actionsTools": { "alias": "p-actions-tools"; "required": false; }; "headerUser": { "alias": "p-header-user"; "required": false; }; "menuItems": { "alias": "p-menu-items"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; }, { "colapsedMenuEvent": "p-colapsed-menu"; }, never, never, true, never>;
34379
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoHeaderBaseComponent, never, never, { "amountMore": { "alias": "p-amount-more"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "filterMenu": { "alias": "p-filter-menu"; "required": false; }; "sideMenuOnlyAction": { "alias": "p-side-menu-only-action"; "required": false; }; "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "notChangeContext": { "alias": "p-not-change-context"; "required": false; }; "brand": { "alias": "p-brand"; "required": false; }; "actionsTools": { "alias": "p-actions-tools"; "required": false; }; "headerUser": { "alias": "p-header-user"; "required": false; }; "menuItems": { "alias": "p-menu-items"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "sizeInput": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "colapsedMenuEvent": "p-colapsed-menu"; }, never, never, true, never>;
34163
34380
  static ngAcceptInputType_filterMenu: any;
34164
34381
  }
34165
34382
 
34166
34383
  declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy {
34167
- private cd;
34168
- private router;
34384
+ private readonly cd;
34385
+ private readonly router;
34169
34386
  buttonMoreRef: any;
34170
34387
  lastItemSelected: PoHeaderActions;
34171
34388
  selectedItem: boolean;
@@ -34177,6 +34394,7 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
34177
34394
  item: PoHeaderActions;
34178
34395
  itemOverFlow: Array<PoHeaderActions>;
34179
34396
  overflowButton: boolean;
34397
+ size: i0.InputSignal<string>;
34180
34398
  itemClick: EventEmitter<any>;
34181
34399
  constructor(cd: ChangeDetectorRef, router: Router, languageService: PoLanguageService);
34182
34400
  ngOnInit(): void;
@@ -34191,7 +34409,7 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
34191
34409
  private checkRouterChildrenFragments;
34192
34410
  private subscribeToRoute;
34193
34411
  static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderMenuItemComponent, never>;
34194
- static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderMenuItemComponent, "po-header-menu-item", never, { "item": { "alias": "p-item"; "required": false; }; "itemOverFlow": { "alias": "p-item-overflow"; "required": false; }; "overflowButton": { "alias": "p-button-overflow"; "required": false; }; }, { "itemClick": "p-item-click"; }, never, never, false, never>;
34412
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderMenuItemComponent, "po-header-menu-item", never, { "item": { "alias": "p-item"; "required": false; }; "itemOverFlow": { "alias": "p-item-overflow"; "required": false; }; "overflowButton": { "alias": "p-button-overflow"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "itemClick": "p-item-click"; }, never, never, false, never>;
34195
34413
  }
34196
34414
 
34197
34415
  /**
@@ -34216,9 +34434,9 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
34216
34434
  *
34217
34435
  */
34218
34436
  declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterViewInit, OnChanges, OnInit, OnDestroy {
34219
- private cd;
34220
- private elRef;
34221
- private menuGlobalService;
34437
+ private readonly cd;
34438
+ private readonly elRef;
34439
+ private readonly menuGlobalService;
34222
34440
  afterViewInitWascalled: boolean;
34223
34441
  showMenu: boolean;
34224
34442
  visibleMenuItems: Array<any>;
@@ -34235,7 +34453,7 @@ declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterVi
34235
34453
  menuExternal: any[];
34236
34454
  existMenuExternal: boolean;
34237
34455
  applicationMenu: PoMenuComponent;
34238
- private id;
34456
+ private readonly id;
34239
34457
  private currentWidth;
34240
34458
  private previousMenusItems;
34241
34459
  buttonFirstAction: ElementRef;
@@ -34271,8 +34489,8 @@ declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterVi
34271
34489
  }
34272
34490
 
34273
34491
  declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDestroy {
34274
- private cd;
34275
- private router;
34492
+ private readonly cd;
34493
+ private readonly router;
34276
34494
  private resizeSub;
34277
34495
  showTitleTooltip: boolean;
34278
34496
  smallLogo: boolean;
@@ -34283,6 +34501,7 @@ declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDest
34283
34501
  hideButtonMenu?: boolean;
34284
34502
  menuCollapse: Array<PoMenuItem>;
34285
34503
  externalMenu: boolean;
34504
+ size: i0.InputSignal<string>;
34286
34505
  constructor(cd: ChangeDetectorRef, router: Router);
34287
34506
  ngAfterViewInit(): void;
34288
34507
  ngOnDestroy(): void;
@@ -34290,12 +34509,12 @@ declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDest
34290
34509
  onClickLogo(): void;
34291
34510
  get showTooltip(): boolean;
34292
34511
  static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderbrandComponent, never>;
34293
- static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderbrandComponent, "po-header-brand", never, { "brand": { "alias": "p-brand"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "externalMenu": { "alias": "p-external"; "required": false; }; }, { "clickMenu": "p-click-menu"; }, never, never, false, never>;
34512
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderbrandComponent, "po-header-brand", never, { "brand": { "alias": "p-brand"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "externalMenu": { "alias": "p-external"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "clickMenu": "p-click-menu"; }, never, never, false, never>;
34294
34513
  }
34295
34514
 
34296
34515
  declare class PoHeaderToolsComponent {
34297
- private router;
34298
- private cd;
34516
+ private readonly router;
34517
+ private readonly cd;
34299
34518
  _actionTools: Array<PoHeaderActionTool>;
34300
34519
  buttonActionElements: QueryList<ElementRef>;
34301
34520
  buttonActionComponents: QueryList<PoButtonComponent>;
@@ -34304,6 +34523,7 @@ declare class PoHeaderToolsComponent {
34304
34523
  forceActionTools?: boolean;
34305
34524
  set actionTools(value: Array<PoHeaderActionTool>);
34306
34525
  literals: PoHeaderLiterals;
34526
+ size: i0.InputSignal<string>;
34307
34527
  get actionTools(): Array<PoHeaderActionTool>;
34308
34528
  get popoverIndexes(): Array<number>;
34309
34529
  headerTemplate: TemplateRef<any>;
@@ -34314,7 +34534,7 @@ declare class PoHeaderToolsComponent {
34314
34534
  getAriaLabel(action: PoHeaderActionTool): string;
34315
34535
  private checkLink;
34316
34536
  static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderToolsComponent, never>;
34317
- static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderToolsComponent, "po-header-tools", never, { "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "actionTools": { "alias": "p-actions-tools"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; }, {}, never, never, false, never>;
34537
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderToolsComponent, "po-header-tools", never, { "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "actionTools": { "alias": "p-actions-tools"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; }, {}, never, never, false, never>;
34318
34538
  }
34319
34539
 
34320
34540
  declare class PoHeaderCustomerComponent {
@@ -34322,13 +34542,14 @@ declare class PoHeaderCustomerComponent {
34322
34542
  poPopupAction: PoPopupComponent;
34323
34543
  poPopoverAction: PoPopoverComponent;
34324
34544
  headerUser: PoHeaderUser;
34545
+ size: i0.InputSignal<string>;
34325
34546
  constructor(languageService: PoLanguageService);
34326
34547
  onClickPopup(): void;
34327
34548
  onClickUserSection(): void;
34328
34549
  onClickClosePopover(): void;
34329
34550
  onKeyDownCustomer(event: any): void;
34330
34551
  static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderCustomerComponent, never>;
34331
- static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderCustomerComponent, "po-header-customer", never, { "headerUser": { "alias": "p-header-user"; "required": false; }; }, {}, never, never, false, never>;
34552
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderCustomerComponent, "po-header-customer", never, { "headerUser": { "alias": "p-header-user"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
34332
34553
  }
34333
34554
 
34334
34555
  /**
@@ -34344,7 +34565,7 @@ declare class PoHeaderModule {
34344
34565
 
34345
34566
  declare class PoComponentsModule {
34346
34567
  static ɵfac: i0.ɵɵFactoryDeclaration<PoComponentsModule, never>;
34347
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule], [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule]>;
34568
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule], [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule]>;
34348
34569
  static ɵinj: i0.ɵɵInjectorDeclaration<PoComponentsModule>;
34349
34570
  }
34350
34571
 
@@ -34386,13 +34607,13 @@ interface PoHttpInterceptorDetail {
34386
34607
  * Componente para a modal de detalhes exibida pelo interceptor
34387
34608
  */
34388
34609
  declare class PoHttpInterceptorDetailComponent implements OnInit {
34389
- private languageService;
34610
+ private readonly languageService;
34390
34611
  modal: PoModalComponent;
34391
34612
  closed: EventEmitter<any>;
34392
34613
  details: Array<PoHttpInterceptorDetail>;
34393
34614
  title: string;
34394
- private language;
34395
- private literals;
34615
+ private readonly language;
34616
+ private readonly literals;
34396
34617
  primaryAction: PoModalAction;
34397
34618
  constructor(languageService: PoLanguageService);
34398
34619
  ngOnInit(): void;
@@ -34743,9 +34964,9 @@ declare function InputRequired(): (target: any, property: string) => void;
34743
34964
  *
34744
34965
  */
34745
34966
  declare abstract class PoHttpInterceptorBaseService implements HttpInterceptor {
34746
- private componentInjector;
34747
- private notification;
34748
- private languageService;
34967
+ private readonly componentInjector;
34968
+ private readonly notification;
34969
+ private readonly languageService;
34749
34970
  notificationTypes: string[];
34750
34971
  literals: any;
34751
34972
  private httpInterceptorDetailComponent;
@@ -34935,8 +35156,8 @@ declare class PoHttpRequesControltService {
34935
35156
  * </example>
34936
35157
  */
34937
35158
  declare class PoHttpRequestInterceptorService implements HttpInterceptor {
34938
- private controlHttpRequest;
34939
- private poComponentInjector;
35159
+ private readonly controlHttpRequest;
35160
+ private readonly poComponentInjector;
34940
35161
  private loadingOverlayComponent;
34941
35162
  private pendingRequests;
34942
35163
  private overlayRequests;
@@ -34952,5 +35173,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
34952
35173
  static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
34953
35174
  }
34954
35175
 
34955
- export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
34956
- export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };
35176
+ export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextMenuComponent, PoContextMenuModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
35177
+ export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoContextMenuItem, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };