@po-ui/ng-components 21.5.0 → 21.7.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 (82) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +1605 -252
  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 +3 -0
  5. package/lib/components/po-breadcrumb/po-breadcrumb-base.component.d.ts +3 -0
  6. package/lib/components/po-button/po-button-base.component.d.ts +3 -0
  7. package/lib/components/po-button-group/po-button-group-base.component.d.ts +3 -0
  8. package/lib/components/po-calendar/po-calendar-base.component.d.ts +3 -0
  9. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +3 -0
  10. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +3 -0
  11. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +3 -0
  12. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +3 -0
  13. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +4 -1
  14. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +3 -0
  15. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +3 -0
  16. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +3 -0
  17. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +3 -0
  18. package/lib/components/po-field/po-input/po-input-base.component.d.ts +3 -0
  19. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +3 -0
  20. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +3 -0
  21. package/lib/components/po-field/po-radio/po-radio.component.d.ts +3 -0
  22. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +5 -1
  23. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +0 -1
  24. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +30 -3
  25. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +15 -2
  26. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -0
  27. package/lib/components/po-field/po-select/po-select.component.d.ts +3 -0
  28. package/lib/components/po-field/po-switch/po-switch.component.d.ts +3 -0
  29. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +17 -0
  30. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +11 -2
  31. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +17 -0
  32. package/lib/components/po-field/po-upload/po-upload.component.d.ts +2 -0
  33. package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +10 -2
  34. package/lib/components/po-helper/po-helper-base.component.d.ts +1 -0
  35. package/lib/components/po-info/po-info-base.component.d.ts +3 -0
  36. package/lib/components/po-list-view/po-list-view-base.component.d.ts +3 -0
  37. package/lib/components/po-listbox/po-listbox-base.component.d.ts +3 -0
  38. package/lib/components/po-menu/po-menu-base.component.d.ts +3 -0
  39. package/lib/components/po-modal/po-modal-base.component.d.ts +3 -0
  40. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +3 -0
  41. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +3 -0
  42. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +3 -0
  43. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +3 -0
  44. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +3 -0
  45. package/lib/components/po-popover/po-popover-base.component.d.ts +2 -0
  46. package/lib/components/po-popover/po-popover.component.d.ts +4 -0
  47. package/lib/components/po-progress/po-progress-base.component.d.ts +3 -0
  48. package/lib/components/po-search/po-search-base.component.d.ts +3 -0
  49. package/lib/components/po-skeleton/enums/po-skeleton-animation.enum.d.ts +15 -0
  50. package/lib/components/po-skeleton/enums/po-skeleton-size.enum.d.ts +21 -0
  51. package/lib/components/po-skeleton/enums/po-skeleton-type.enum.d.ts +15 -0
  52. package/lib/components/po-skeleton/enums/po-skeleton-variant.enum.d.ts +17 -0
  53. package/lib/components/po-skeleton/index.d.ts +6 -0
  54. package/lib/components/po-skeleton/po-skeleton-base.component.d.ts +208 -0
  55. package/lib/components/po-skeleton/po-skeleton.component.d.ts +59 -0
  56. package/lib/components/po-skeleton/po-skeleton.module.d.ts +7 -0
  57. package/lib/components/po-table/po-table-base.component.d.ts +5 -0
  58. package/lib/components/po-tabs/po-tabs-base.component.d.ts +3 -0
  59. package/lib/components/po-toaster/po-toaster-base.component.d.ts +4 -0
  60. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +3 -0
  61. package/lib/components/po-widget/po-widget-base.component.d.ts +3 -0
  62. package/lib/services/po-control-position/po-control-position.service.d.ts +1 -1
  63. package/lib/services/po-dialog/po-dialog.component.d.ts +3 -0
  64. package/lib/services/po-theme/po-theme.service.d.ts +18 -6
  65. package/package.json +4 -4
  66. package/po-ui-ng-components-21.7.0.tgz +0 -0
  67. package/schematics/ng-add/index.js +1 -1
  68. package/schematics/ng-update/v14/index.js +1 -1
  69. package/schematics/ng-update/v15/index.js +1 -1
  70. package/schematics/ng-update/v16/index.js +1 -1
  71. package/schematics/ng-update/v17/index.js +1 -1
  72. package/schematics/ng-update/v18/index.js +2 -2
  73. package/schematics/ng-update/v19/index.js +2 -2
  74. package/schematics/ng-update/v2/index.js +1 -1
  75. package/schematics/ng-update/v20/index.js +2 -2
  76. package/schematics/ng-update/v21/index.js +1 -1
  77. package/schematics/ng-update/v3/index.js +1 -1
  78. package/schematics/ng-update/v4/index.js +1 -1
  79. package/schematics/ng-update/v5/index.js +1 -1
  80. package/schematics/ng-update/v6/index.js +1 -1
  81. package/types/po-ui-ng-components.d.ts +611 -23
  82. package/po-ui-ng-components-21.5.0.tgz +0 -0
@@ -218,6 +218,7 @@ declare class PoAccordionBaseComponent {
218
218
  private language;
219
219
  private _literals;
220
220
  private _size?;
221
+ private _initialSize?;
221
222
  /**
222
223
  * @optional
223
224
  *
@@ -311,6 +312,8 @@ declare class PoAccordionBaseComponent {
311
312
  */
312
313
  collapseAllEvent: EventEmitter<void>;
313
314
  constructor(languageService: PoLanguageService);
315
+ protected onThemeChange(): void;
316
+ private applySizeBasedOnA11y;
314
317
  static ɵfac: i0.ɵɵFactoryDeclaration<PoAccordionBaseComponent, never>;
315
318
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoAccordionBaseComponent, never, never, { "literals": { "alias": "p-literals"; "required": false; }; "showManagerAccordion": { "alias": "p-show-manager-accordion"; "required": false; }; "allowExpandItems": { "alias": "p-allow-expand-all-items"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "expandAllEvent": "p-expand-all"; "collapseAllEvent": "p-collapse-all"; }, never, never, true, never>;
316
319
  static ngAcceptInputType_showManagerAccordion: any;
@@ -933,7 +936,7 @@ declare class PoControlPositionService {
933
936
  * @param targetElement elemento de onde deve partir a exibição
934
937
  * @param customPositions posições que sobrescreve as posições padrões
935
938
  * @param isSetElementWidth indica se deve definir o tamanho do elemento a ser exibido, caso for verdadeiro será igual do targetElement
936
- * @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.
937
940
  */
938
941
  setElements(element: ElementRef | HTMLElement, elementOffset: number, targetElement: ElementRef | HTMLElement, customPositions?: Array<string>, isSetElementWidth?: boolean, isCornerAligned?: boolean): void;
939
942
  private adjustCustomPosition;
@@ -1579,6 +1582,7 @@ declare class PoBreadcrumbBaseComponent {
1579
1582
  protected resizeListener: () => void;
1580
1583
  private _items;
1581
1584
  private _size?;
1585
+ private _initialSize?;
1582
1586
  /**
1583
1587
  * @description
1584
1588
  *
@@ -1605,6 +1609,8 @@ declare class PoBreadcrumbBaseComponent {
1605
1609
  */
1606
1610
  set size(value: string);
1607
1611
  get size(): string;
1612
+ protected onThemeChange(): void;
1613
+ private applySizeBasedOnA11y;
1608
1614
  private transformToArrayPopup;
1609
1615
  private transformArrayToActionPopUp;
1610
1616
  static ɵfac: i0.ɵɵFactoryDeclaration<PoBreadcrumbBaseComponent, never>;
@@ -1950,6 +1956,7 @@ declare class PoListBoxBaseComponent {
1950
1956
  private _literals;
1951
1957
  private language;
1952
1958
  private _size?;
1959
+ private _initialSize?;
1953
1960
  listboxSubitems: boolean;
1954
1961
  visible: boolean;
1955
1962
  set type(value: string);
@@ -2004,6 +2011,8 @@ declare class PoListBoxBaseComponent {
2004
2011
  clickItem: EventEmitter<any>;
2005
2012
  footerActionListboxEvent: EventEmitter<any>;
2006
2013
  constructor(languageService: PoLanguageService);
2014
+ protected onThemeChange(): void;
2015
+ private applySizeBasedOnA11y;
2007
2016
  static ɵfac: i0.ɵɵFactoryDeclaration<PoListBoxBaseComponent, never>;
2008
2017
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoListBoxBaseComponent, never, never, { "listboxSubitems": { "alias": "p-listbox-subitems"; "required": false; }; "visible": { "alias": "p-visible"; "required": false; }; "type": { "alias": "p-type"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "isTabs": { "alias": "p-is-tabs"; "required": false; }; "param": { "alias": "p-param"; "required": false; }; "checkboxAllValue": { "alias": "p-checkboxAllValue"; "required": false; }; "selectedOptions": { "alias": "p-selected-options"; "required": false; }; "selectedOption": { "alias": "p-selected-option"; "required": false; }; "fieldValue": { "alias": "p-field-value"; "required": false; }; "fieldLabel": { "alias": "p-field-label"; "required": false; }; "literalSearch": { "alias": "p-literal-search"; "required": false; }; "fieldValueSearch": { "alias": "p-field-value-search"; "required": false; }; "hideSearch": { "alias": "p-hide-search"; "required": false; }; "hideSelectAll": { "alias": "p-hide-select-all"; "required": false; }; "multiselectTemplate": { "alias": "p-multiselect-template"; "required": false; }; "template": { "alias": "p-template"; "required": false; }; "placeholderSearch": { "alias": "p-placeholder-search"; "required": false; }; "searchValue": { "alias": "p-search-value"; "required": false; }; "isServerSearching": { "alias": "p-is-searching"; "required": false; }; "infiniteLoading": { "alias": "p-infinite-loading"; "required": false; }; "infiniteScroll": { "alias": "p-infinite-scroll"; "required": false; }; "cache": { "alias": "p-cache"; "required": false; }; "infiniteScrollDistance": { "alias": "p-infinite-scroll-distance"; "required": false; }; "filterMode": { "alias": "p-filter-mode"; "required": false; }; "isFiltering": { "alias": "p-filtering"; "required": false; }; "shouldMarkLetters": { "alias": "p-should-mark-letter"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "compareCache": { "alias": "p-compare-cache"; "required": false; }; "comboService": { "alias": "p-combo-service"; "required": false; }; "containerWidth": { "alias": "p-container-width"; "required": false; }; "keysLabel": { "alias": "p-keys-label"; "required": false; }; "footerActionListbox": { "alias": "p-footer-action-listbox"; "required": false; }; "placeholderListbox": { "alias": "p-placeholder-listbox"; "required": false; }; "separator": { "alias": "p-separator"; "required": false; }; }, { "changeSearch": "p-change-search"; "selectItem": "p-select-item"; "closeEvent": "p-close"; "change": "p-change"; "selectCombo": "p-selectcombo-item"; "changeAll": "p-change-all"; "UpdateInfiniteScroll": "p-update-infinite-scroll"; "activatedTab": "p-activated-tabs"; "clickTab": "p-click-tabs"; "changeStateTabs": "p-change-state-tabs"; "clickItem": "p-click-item"; "footerActionListboxEvent": "p-footer-action-listbox-event"; }, never, never, true, never>;
2009
2018
  static ngAcceptInputType_visible: any;
@@ -2410,6 +2419,7 @@ declare class PoHelperBaseComponent {
2410
2419
  * @default `medium`
2411
2420
  */
2412
2421
  size: i0.InputSignal<string>;
2422
+ get hostSize(): string;
2413
2423
  /**
2414
2424
  * @Input
2415
2425
  *
@@ -2470,6 +2480,7 @@ declare class PoPopoverBaseComponent {
2470
2480
  * @default `false`
2471
2481
  */
2472
2482
  appendBox: boolean;
2483
+ cornerAligned: boolean;
2473
2484
  /**
2474
2485
  * @description
2475
2486
  *
@@ -2516,6 +2527,7 @@ declare class PoPopoverBaseComponent {
2516
2527
  target: ElementRef | HTMLElement;
2517
2528
  /** Título do popover. */
2518
2529
  title?: string;
2530
+ width?: number;
2519
2531
  /** Evento disparado ao fechar o popover. */
2520
2532
  closePopover: EventEmitter<any>;
2521
2533
  /** Evento disparado ao abrir o popover. */
@@ -2595,7 +2607,7 @@ declare class PoPopoverBaseComponent {
2595
2607
  */
2596
2608
  customClasses: i0.InputSignal<string>;
2597
2609
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverBaseComponent, never>;
2598
- 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>;
2610
+ 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>;
2599
2611
  static ngAcceptInputType_appendBox: any;
2600
2612
  }
2601
2613
 
@@ -2629,8 +2641,10 @@ declare class PoPopoverComponent extends PoPopoverBaseComponent implements After
2629
2641
  timeoutResize: any;
2630
2642
  targetElement: any;
2631
2643
  afterViewInitWasCalled: boolean;
2644
+ widthPopover: number;
2632
2645
  private keydownTargetListener?;
2633
2646
  private keydownPopoverListener?;
2647
+ private resizeObserver;
2634
2648
  eventListenerFunction: () => void;
2635
2649
  private readonly tabbableSelector;
2636
2650
  constructor(renderer: Renderer2, poControlPosition: PoControlPositionService, cd: ChangeDetectorRef);
@@ -2658,6 +2672,8 @@ declare class PoPopoverComponent extends PoPopoverBaseComponent implements After
2658
2672
  private getDocumentTabbables;
2659
2673
  private focusNextAfterTarget;
2660
2674
  private focusPrevBeforeTarget;
2675
+ private observeContentResize;
2676
+ private disconnectResizeObserver;
2661
2677
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPopoverComponent, never>;
2662
2678
  static ɵcmp: i0.ɵɵComponentDeclaration<PoPopoverComponent, "po-popover", never, {}, {}, never, ["*"], false, never>;
2663
2679
  }
@@ -2820,6 +2836,7 @@ declare class PoButtonBaseComponent {
2820
2836
  private _loading?;
2821
2837
  private _kind?;
2822
2838
  private _size?;
2839
+ private _initialSize?;
2823
2840
  protected hasSize?: boolean;
2824
2841
  /**
2825
2842
  * @optional
@@ -2902,6 +2919,8 @@ declare class PoButtonBaseComponent {
2902
2919
  */
2903
2920
  set size(value: string);
2904
2921
  get size(): string;
2922
+ protected onThemeChange(): void;
2923
+ private applySizeBasedOnA11y;
2905
2924
  static ɵfac: i0.ɵɵFactoryDeclaration<PoButtonBaseComponent, never>;
2906
2925
  static ɵcmp: i0.ɵɵComponentDeclaration<PoButtonBaseComponent, "po-button-base", never, { "label": { "alias": "p-label"; "required": false; "isSignal": true; }; "icon": { "alias": "p-icon"; "required": false; "isSignal": true; }; "type": { "alias": "p-type"; "required": false; "isSignal": true; }; "loading": { "alias": "p-loading"; "required": false; }; "danger": { "alias": "p-danger"; "required": false; }; "kind": { "alias": "p-kind"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "ariaLabel": { "alias": "p-aria-label"; "required": false; "isSignal": true; }; "ariaExpanded": { "alias": "p-aria-expanded"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "blur": "p-blur"; "click": "p-click"; }, never, never, false, never>;
2907
2926
  static ngAcceptInputType_danger: any;
@@ -3633,6 +3652,7 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3633
3652
  onTouched: any;
3634
3653
  private _disabled?;
3635
3654
  private _size?;
3655
+ private _initialSize?;
3636
3656
  /**
3637
3657
  * @optional
3638
3658
  *
@@ -3661,6 +3681,7 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3661
3681
  *
3662
3682
  */
3663
3683
  set size(value: string);
3684
+ get size(): string;
3664
3685
  /**
3665
3686
  * @Input
3666
3687
  *
@@ -3688,14 +3709,15 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
3688
3709
  * @default `false`
3689
3710
  */
3690
3711
  labelTextWrap: i0.InputSignal<boolean>;
3691
- get size(): string;
3692
3712
  constructor(cd: ChangeDetectorRef);
3713
+ protected onThemeChange(): void;
3693
3714
  changeValue(): void;
3694
3715
  checkOption(event: any, value: boolean | null | string): void;
3695
3716
  setDisabledState(isDisabled: boolean): void;
3696
3717
  registerOnChange(fn: any): void;
3697
3718
  registerOnTouched(fn: any): void;
3698
3719
  writeValue(value: any): void;
3720
+ private applySizeBasedOnA11y;
3699
3721
  protected abstract changeModelValue(value: boolean | null): any;
3700
3722
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxBaseComponent, never>;
3701
3723
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxBaseComponent, "po-checkbox-base", never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "additionalHelpTooltip": { "alias": "p-additional-help-tooltip"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "help": { "alias": "p-help"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "checkboxValue": { "alias": "p-checkboxValue"; "required": false; }; "checkBoxRequired": { "alias": "p-required"; "required": false; }; "disabladTabindex": { "alias": "p-disabled-tabindex"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; }, { "additionalHelp": "p-additional-help"; "blur": "p-blur"; "change": "p-change"; "keydown": "p-keydown"; }, never, never, false, never>;
@@ -4512,6 +4534,7 @@ declare class PoButtonGroupBaseComponent {
4512
4534
  */
4513
4535
  readonly buttons: i0.InputSignal<PoButtonGroupItem[]>;
4514
4536
  private _size?;
4537
+ private _initialSize?;
4515
4538
  private _toggle?;
4516
4539
  /**
4517
4540
  * @optional
@@ -4543,6 +4566,8 @@ declare class PoButtonGroupBaseComponent {
4543
4566
  */
4544
4567
  set size(value: string);
4545
4568
  get size(): string;
4569
+ protected onThemeChange(): void;
4570
+ private applySizeBasedOnA11y;
4546
4571
  onButtonClick(buttonClicked: PoButtonGroupItem, buttonIndex: number): void;
4547
4572
  private checkSelecteds;
4548
4573
  private deselectAllButtons;
@@ -4838,6 +4863,7 @@ declare class PoCalendarBaseComponent {
4838
4863
  private _minDate;
4839
4864
  private _mode;
4840
4865
  private _size?;
4866
+ private _initialSize?;
4841
4867
  /**
4842
4868
  * @optional
4843
4869
  *
@@ -4930,8 +4956,10 @@ declare class PoCalendarBaseComponent {
4930
4956
  set size(value: string);
4931
4957
  get size(): string;
4932
4958
  constructor(poDate: PoDateService, languageService: PoLanguageService);
4959
+ protected onThemeChange(): void;
4933
4960
  protected setActivateDate(date?: Date | string): void;
4934
4961
  private verifyActivateDate;
4962
+ private applySizeBasedOnA11y;
4935
4963
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarBaseComponent, never>;
4936
4964
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoCalendarBaseComponent, never, never, { "locale": { "alias": "p-locale"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "mode": { "alias": "p-mode"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "change": "p-change"; "changeMonthYear": "p-change-month-year"; "close": "p-close"; }, never, never, true, never>;
4937
4965
  }
@@ -5740,6 +5768,7 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5740
5768
  private _placeholder;
5741
5769
  private _required?;
5742
5770
  private _size?;
5771
+ private _initialSize?;
5743
5772
  private _sort?;
5744
5773
  private language;
5745
5774
  private _infiniteScrollDistance?;
@@ -5976,6 +6005,7 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
5976
6005
  constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
5977
6006
  get isOptionGroupList(): boolean;
5978
6007
  ngOnInit(): void;
6008
+ protected onThemeChange(): void;
5979
6009
  onInitService(): void;
5980
6010
  setService(service: PoComboFilter | string): void;
5981
6011
  compareMethod(search: string, option: PoComboOption | PoComboGroup, filterMode: PoComboFilterMode): any;
@@ -6023,6 +6053,7 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
6023
6053
  private updateModel;
6024
6054
  private updateSelectedValueWithOldOption;
6025
6055
  private updateHasNext;
6056
+ private applySizeBasedOnA11y;
6026
6057
  abstract setInputValue(value: any): void;
6027
6058
  abstract applyFilter(value: string): void;
6028
6059
  abstract getObjectByValue(value: string): void;
@@ -6499,6 +6530,7 @@ declare class PoModalBaseComponent {
6499
6530
  isHidden: boolean;
6500
6531
  onXClosed: EventEmitter<boolean>;
6501
6532
  private _componentsSize?;
6533
+ private _initialComponentsSize?;
6502
6534
  private _hideClose?;
6503
6535
  private _size?;
6504
6536
  /**
@@ -6582,6 +6614,8 @@ declare class PoModalBaseComponent {
6582
6614
  /** Função para abrir a modal. */
6583
6615
  open(): void;
6584
6616
  validPrimaryAction(): void;
6617
+ protected onThemeChange(): void;
6618
+ private applySizeBasedOnA11y;
6585
6619
  static ɵfac: i0.ɵɵFactoryDeclaration<PoModalBaseComponent, never>;
6586
6620
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoModalBaseComponent, never, never, { "title": { "alias": "p-title"; "required": false; }; "primaryAction": { "alias": "p-primary-action"; "required": false; }; "secondaryAction": { "alias": "p-secondary-action"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "setClickOut": { "alias": "p-click-out"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "hideClose": { "alias": "p-hide-close"; "required": false; }; "icon": { "alias": "p-icon"; "required": false; }; }, { "closeModal": "p-close"; }, never, never, true, never>;
6587
6621
  }
@@ -7830,6 +7864,7 @@ interface PoNotification {
7830
7864
  declare abstract class PoToasterBaseComponent {
7831
7865
  private _isHide;
7832
7866
  private _sizeActions;
7867
+ private _initialSizeActions;
7833
7868
  /**
7834
7869
  * @optional
7835
7870
  *
@@ -7924,6 +7959,9 @@ declare abstract class PoToasterBaseComponent {
7924
7959
  orientation: PoToasterOrientation;
7925
7960
  componentRef: any;
7926
7961
  position: number;
7962
+ protected onThemeChange(): void;
7963
+ private applySizeBasedOnA11y;
7964
+ protected getInitialSizeActions(): string;
7927
7965
  abstract close(): void;
7928
7966
  abstract changePosition(value: number): void;
7929
7967
  abstract configToaster(poToaster: PoToaster): void;
@@ -8611,7 +8649,9 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8611
8649
  fixedLayout: boolean;
8612
8650
  private initialVisibleColumns;
8613
8651
  private _componentsSize?;
8652
+ private _initialComponentsSize?;
8614
8653
  private _spacing;
8654
+ private _initialSpacing?;
8615
8655
  private _filteredColumns;
8616
8656
  private _actions?;
8617
8657
  private _columns;
@@ -8946,6 +8986,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8946
8986
  get virtualScroll(): boolean;
8947
8987
  ngOnDestroy(): void;
8948
8988
  ngOnChanges(changes: SimpleChanges): void;
8989
+ protected onThemeChange(): void;
8949
8990
  selectAllRows(): void;
8950
8991
  selectRow(row: any): void;
8951
8992
  hasSelectableRow(): boolean;
@@ -8991,6 +9032,8 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8991
9032
  private getFilteredParams;
8992
9033
  private getOrderParam;
8993
9034
  private removePropertyFixed;
9035
+ private applySizeBasedOnA11y;
9036
+ private applySpacingBasedOnA11y;
8994
9037
  protected abstract calculateHeightTableContainer(height: any): any;
8995
9038
  protected abstract checkInfiniteScroll(): any;
8996
9039
  protected abstract changeSizeLoading(): any;
@@ -9538,6 +9581,7 @@ declare class PoPageSlideBaseComponent {
9538
9581
  closePageSlide: EventEmitter<any>;
9539
9582
  hidden: boolean;
9540
9583
  private _componentsSize?;
9584
+ private _initialComponentsSize?;
9541
9585
  private _size;
9542
9586
  /**
9543
9587
  * @optional
@@ -9575,6 +9619,8 @@ declare class PoPageSlideBaseComponent {
9575
9619
  */
9576
9620
  set componentsSize(value: string);
9577
9621
  get componentsSize(): string;
9622
+ protected onThemeChange(): void;
9623
+ private applySizeBasedOnA11y;
9578
9624
  /**
9579
9625
  * Ativa a visualização da página.
9580
9626
  *
@@ -10061,6 +10107,7 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10061
10107
  private _options?;
10062
10108
  private _required?;
10063
10109
  private _size?;
10110
+ private _initialSize?;
10064
10111
  /**
10065
10112
  * @optional
10066
10113
  *
@@ -10148,6 +10195,7 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10148
10195
  */
10149
10196
  set size(value: string);
10150
10197
  get size(): string;
10198
+ protected onThemeChange(): void;
10151
10199
  changeValue(): void;
10152
10200
  checkIndeterminate(): any;
10153
10201
  checkOption(value: PoCheckboxGroupOption): void;
@@ -10167,6 +10215,7 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
10167
10215
  private isInvalidIndeterminate;
10168
10216
  private removeDuplicatedOptions;
10169
10217
  private setCheckboxGroupOptionsView;
10218
+ private applySizeBasedOnA11y;
10170
10219
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxGroupBaseComponent, never>;
10171
10220
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoCheckboxGroupBaseComponent, 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; }; "name": { "alias": "name"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "label": { "alias": "p-label"; "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; }; "columns": { "alias": "p-columns"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "indeterminate": { "alias": "p-indeterminate"; "required": false; }; "options": { "alias": "p-options"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "ngModelChange": "ngModelChange"; "additionalHelp": "p-additional-help"; "change": "p-change"; "keydown": "p-keydown"; }, never, never, true, never>;
10172
10221
  static ngAcceptInputType_appendBox: any;
@@ -10762,6 +10811,7 @@ declare class PoRadioComponent extends PoFieldModel<boolean> {
10762
10811
  radioInput: ElementRef;
10763
10812
  value: boolean;
10764
10813
  private _size?;
10814
+ private _initialSize?;
10765
10815
  /** Define o valor do *radio* */
10766
10816
  radioValue: string;
10767
10817
  /** Define o tamanho do radio. */
@@ -10810,6 +10860,8 @@ declare class PoRadioComponent extends PoFieldModel<boolean> {
10810
10860
  focusOut(): void;
10811
10861
  onKeyup(): void;
10812
10862
  onKeydown(): void;
10863
+ protected onThemeChange(): void;
10864
+ private applySizeBasedOnA11y;
10813
10865
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRadioComponent, never>;
10814
10866
  static ɵcmp: i0.ɵɵComponentDeclaration<PoRadioComponent, "po-radio", never, { "radioValue": { "alias": "p-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; }; "checked": { "alias": "p-checked"; "required": false; }; }, { "blur": "p-blur"; "changeSelected": "p-change-selected"; }, never, never, false, never>;
10815
10867
  static ngAcceptInputType_required: any;
@@ -10922,6 +10974,7 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
10922
10974
  private _loading;
10923
10975
  private _formatModel;
10924
10976
  private _size?;
10977
+ private _initialSize?;
10925
10978
  private statusChangesSubscription;
10926
10979
  /**
10927
10980
  *
@@ -11132,6 +11185,7 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
11132
11185
  onWriteValue(value: any): void;
11133
11186
  validate(control: AbstractControl): ValidationErrors | null;
11134
11187
  ngAfterViewInit(): void;
11188
+ protected onThemeChange(): void;
11135
11189
  private setControl;
11136
11190
  mapSizeToIcon(size: string): string;
11137
11191
  getErrorPattern(): string;
@@ -11165,6 +11219,7 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
11165
11219
  * ```
11166
11220
  */
11167
11221
  showAdditionalHelp(): boolean;
11222
+ private applySizeBasedOnA11y;
11168
11223
  static ɵfac: i0.ɵɵFactoryDeclaration<PoSwitchComponent, never>;
11169
11224
  static ɵcmp: i0.ɵɵComponentDeclaration<PoSwitchComponent, "po-switch", never, { "value": { "alias": "p-value"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "formatModel": { "alias": "p-format-model"; "required": false; }; "hideLabelStatus": { "alias": "p-hide-label-status"; "required": false; }; "labelPosition": { "alias": "p-label-position"; "required": false; }; "labelOff": { "alias": "p-label-off"; "required": false; }; "labelOn": { "alias": "p-label-on"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "fieldErrorMessage": { "alias": "p-field-error-message"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "invalidValue": { "alias": "p-invalid-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
11170
11225
  static ngAcceptInputType_value: any;
@@ -11246,6 +11301,7 @@ declare class PoDropdownBaseComponent {
11246
11301
  private _actions;
11247
11302
  private _disabled;
11248
11303
  private _size?;
11304
+ private _initialSize?;
11249
11305
  /** Lista de ações que serão exibidas no componente. */
11250
11306
  set actions(value: Array<PoDropdownAction>);
11251
11307
  get actions(): Array<PoDropdownAction>;
@@ -11276,6 +11332,8 @@ declare class PoDropdownBaseComponent {
11276
11332
  */
11277
11333
  set size(value: string);
11278
11334
  get size(): string;
11335
+ protected onThemeChange(): void;
11336
+ private applySizeBasedOnA11y;
11279
11337
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDropdownBaseComponent, never>;
11280
11338
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDropdownBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
11281
11339
  }
@@ -11514,6 +11572,7 @@ declare class PoSearchBaseComponent {
11514
11572
  private _ariaLabel?;
11515
11573
  private _filterSelect?;
11516
11574
  private _size?;
11575
+ private _initialSize?;
11517
11576
  private _keysLabel?;
11518
11577
  private _disabled?;
11519
11578
  private _loading;
@@ -11853,8 +11912,10 @@ declare class PoSearchBaseComponent {
11853
11912
  */
11854
11913
  footerAction: EventEmitter<any>;
11855
11914
  constructor(languageService: PoLanguageService);
11915
+ protected onThemeChange(): void;
11856
11916
  ensureFilterSelectOption(values: any): any[];
11857
11917
  mapSizeToIcon(size: string): string;
11918
+ private applySizeBasedOnA11y;
11858
11919
  static ɵfac: i0.ɵɵFactoryDeclaration<PoSearchBaseComponent, never>;
11859
11920
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoSearchBaseComponent, never, never, { "ariaLabel": { "alias": "p-aria-label"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "filterKeys": { "alias": "p-filter-keys"; "required": false; }; "filterSelect": { "alias": "p-filter-select"; "required": false; }; "filterType": { "alias": "p-filter-type"; "required": false; }; "icon": { "alias": "p-icon"; "required": false; }; "id": { "alias": "p-id"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "locateSummary": { "alias": "p-locate-summary"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noAutocomplete": { "alias": "p-no-autocomplete"; "required": false; }; "type": { "alias": "p-search-type"; "required": false; }; "showListbox": { "alias": "p-show-listbox"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "keysLabel": { "alias": "p-keys-label"; "required": false; }; }, { "blur": "p-blur"; "changeModel": "p-change-model"; "filter": "p-filter"; "filteredItemsChange": "p-filtered-items-change"; "focusEvent": "p-focus"; "keydown": "p-keydown"; "listboxOnClick": "p-listbox-onclick"; "locateNext": "p-locate-next"; "locatePrevious": "p-locate-previous"; "footerAction": "p-footer-action-listbox"; }, never, never, true, never>;
11860
11921
  static ngAcceptInputType_noAutocomplete: any;
@@ -13967,6 +14028,7 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
13967
14028
  private _loading?;
13968
14029
  private previousValue;
13969
14030
  private _size?;
14031
+ private _initialSize?;
13970
14032
  private subscription;
13971
14033
  private _date;
13972
14034
  /**
@@ -14119,6 +14181,7 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
14119
14181
  get date(): any;
14120
14182
  ngOnInit(): void;
14121
14183
  ngOnDestroy(): void;
14184
+ protected onThemeChange(): void;
14122
14185
  getDateFromString(dateString: string): Date;
14123
14186
  formatToDate(value: Date): string;
14124
14187
  controlModel(date: Date): void;
@@ -14134,6 +14197,7 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
14134
14197
  protected validateModel(model: any): void;
14135
14198
  protected buildMask(format?: string): PoMask;
14136
14199
  formatTimezoneAndHour(offset: number): void;
14200
+ private applySizeBasedOnA11y;
14137
14201
  abstract writeValue(value: any): void;
14138
14202
  abstract refreshValue(value: Date): void;
14139
14203
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDatepickerBaseComponent, never>;
@@ -14600,6 +14664,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14600
14664
  private _startDate?;
14601
14665
  private _locale?;
14602
14666
  private _size?;
14667
+ private _initialSize?;
14603
14668
  private _placeholder;
14604
14669
  private language;
14605
14670
  private onChangeModel;
@@ -14781,6 +14846,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14781
14846
  get locale(): string;
14782
14847
  constructor(changeDetector: ChangeDetectorRef, poDateService: PoDateService, languageService: PoLanguageService);
14783
14848
  ngOnDestroy(): void;
14849
+ protected onThemeChange(): void;
14784
14850
  setDisabledState(isDisabled: boolean): void;
14785
14851
  mapSizeToIcon(size: string): string;
14786
14852
  registerOnChange(func: any): void;
@@ -14801,6 +14867,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14801
14867
  private isDateRangeObject;
14802
14868
  private requiredDateRangeFailed;
14803
14869
  private dateIsValid;
14870
+ private applySizeBasedOnA11y;
14804
14871
  protected abstract resetDateRangeInputValidation(): void;
14805
14872
  protected abstract updateScreenByModel(dateRange: PoDatepickerRange): any;
14806
14873
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDatepickerRangeBaseComponent, never>;
@@ -15337,6 +15404,7 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15337
15404
  private _noAutocomplete?;
15338
15405
  private _placeholder?;
15339
15406
  private _size?;
15407
+ private _initialSize?;
15340
15408
  /**
15341
15409
  * @optional
15342
15410
  *
@@ -15500,6 +15568,7 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15500
15568
  labelTextWrap: i0.InputSignal<boolean>;
15501
15569
  constructor(cd?: ChangeDetectorRef);
15502
15570
  ngOnDestroy(): void;
15571
+ protected onThemeChange(): void;
15503
15572
  callOnChange(value: any): void;
15504
15573
  callUpdateModelWithTimeout(value: any): void;
15505
15574
  controlChangeModelEmitter(value: any): void;
@@ -15545,6 +15614,7 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
15545
15614
  protected isAdditionalHelpEventTriggered(): boolean;
15546
15615
  mapSizeToIcon(size: string): string;
15547
15616
  private validatePatternOnWriteValue;
15617
+ private applySizeBasedOnA11y;
15548
15618
  /**
15549
15619
  * Função que atribui foco ao componente.
15550
15620
  *
@@ -16468,6 +16538,7 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
16468
16538
  private _literals?;
16469
16539
  private readonly language;
16470
16540
  private _size?;
16541
+ private _initialSize?;
16471
16542
  private _spacing;
16472
16543
  inputEl: ElementRef;
16473
16544
  additionalHelpEventTrigger: string | undefined;
@@ -17064,6 +17135,7 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
17064
17135
  ngAfterViewInit(): void;
17065
17136
  cleanModel(): void;
17066
17137
  ngOnChanges(changes: SimpleChanges): void;
17138
+ protected onThemeChange(): void;
17067
17139
  setDisabledState(isDisabled: boolean): void;
17068
17140
  registerOnValidatorChange(fn: () => void): void;
17069
17141
  registerOnChange(func: any): void;
@@ -17085,6 +17157,7 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
17085
17157
  private setControl;
17086
17158
  private initializeColumn;
17087
17159
  private updateLookupInputHeight;
17160
+ private applySizeBasedOnA11y;
17088
17161
  abstract setViewValue(value: any, object: any): void;
17089
17162
  abstract openLookup(): void;
17090
17163
  abstract setDisclaimers(a: any): any;
@@ -17737,6 +17810,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17737
17810
  private _fieldLabel?;
17738
17811
  private _fieldValue?;
17739
17812
  private _size?;
17813
+ private _initialSize?;
17740
17814
  private language;
17741
17815
  private lastLengthModel;
17742
17816
  private onModelChange;
@@ -17989,6 +18063,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
17989
18063
  get fieldValue(): string;
17990
18064
  constructor(languageService: PoLanguageService, cd?: ChangeDetectorRef);
17991
18065
  ngOnInit(): void;
18066
+ protected onThemeChange(): void;
17992
18067
  setService(service: PoMultiselectFilter | string): void;
17993
18068
  validAndSortOptions(): void;
17994
18069
  setUndefinedLabels(options: any): void;
@@ -18017,6 +18092,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
18017
18092
  private setLabelsAndValuesOptions;
18018
18093
  private validateModel;
18019
18094
  private updateInputHeight;
18095
+ private applySizeBasedOnA11y;
18020
18096
  abstract applyFilter(value?: string): Observable<Array<PoMultiselectOption | any>>;
18021
18097
  abstract updateVisibleItems(): void;
18022
18098
  static ɵfac: i0.ɵɵFactoryDeclaration<PoMultiselectBaseComponent, never>;
@@ -18585,12 +18661,14 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18585
18661
  displayAdditionalHelp: boolean;
18586
18662
  mdColumns: number;
18587
18663
  value: any;
18664
+ protected cd: ChangeDetectorRef;
18588
18665
  protected onTouched: any;
18589
18666
  private _columns;
18590
18667
  private _disabled?;
18591
18668
  private _options;
18592
18669
  private _required?;
18593
18670
  private _size?;
18671
+ private _initialSize?;
18594
18672
  private onChangePropagate;
18595
18673
  private validatorChange;
18596
18674
  /**
@@ -18662,6 +18740,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18662
18740
  */
18663
18741
  set size(value: string);
18664
18742
  get size(): string;
18743
+ protected onThemeChange(): void;
18665
18744
  changeValue(changedValue: any): void;
18666
18745
  setDisabledState(isDisabled: boolean): void;
18667
18746
  registerOnChange(fn: any): void;
@@ -18674,6 +18753,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18674
18753
  private checkColumnsRange;
18675
18754
  private getGridSystemColumns;
18676
18755
  private validateModel;
18756
+ private applySizeBasedOnA11y;
18677
18757
  abstract getElementByValue(value: any): any;
18678
18758
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRadioGroupBaseComponent, never>;
18679
18759
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoRadioGroupBaseComponent, 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; }; "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; }; "columns": { "alias": "p-columns"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "options": { "alias": "p-options"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "change": "p-change"; "keydown": "p-keydown"; }, never, never, true, never>;
@@ -18709,7 +18789,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
18709
18789
  */
18710
18790
  declare class PoRadioGroupComponent extends PoRadioGroupBaseComponent implements AfterViewInit, DoCheck, OnChanges {
18711
18791
  private el;
18712
- private cd;
18713
18792
  /** Label do campo. */
18714
18793
  label?: string;
18715
18794
  /** Texto de apoio do campo. */
@@ -18840,7 +18919,8 @@ declare class PoRichTextService {
18840
18919
  * > No navegador Internet Explorer não é possível alterar a cor do texto.
18841
18920
  */
18842
18921
  declare abstract class PoRichTextBaseComponent implements ControlValueAccessor, Validator {
18843
- private richTextService;
18922
+ private readonly richTextService;
18923
+ cd: ChangeDetectorRef;
18844
18924
  /**
18845
18925
  *
18846
18926
  * @deprecated v23.x.x use `p-helper`
@@ -18891,6 +18971,27 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
18891
18971
  * @default `false`
18892
18972
  */
18893
18973
  disabledTextAlign: boolean;
18974
+ /**
18975
+ * @optional
18976
+ *
18977
+ * @description
18978
+ *
18979
+ * Indica que o campo será desabilitado.
18980
+ *
18981
+ * @default `false`
18982
+ */
18983
+ disabled: boolean;
18984
+ /**
18985
+ * @optional
18986
+ *
18987
+ * @description
18988
+ * Exibe um ícone de carregamento no lado direito do campo para sinalizar que uma operação está em andamento.
18989
+ *
18990
+ * @default `false`
18991
+ */
18992
+ set loading(value: boolean);
18993
+ get loading(): boolean;
18994
+ get isDisabled(): boolean;
18894
18995
  /**
18895
18996
  * @description
18896
18997
  *
@@ -19072,11 +19173,13 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19072
19173
  invalid: boolean;
19073
19174
  onChangeModel: any;
19074
19175
  value: string;
19176
+ private _loading;
19075
19177
  private _height?;
19076
19178
  private _placeholder;
19077
19179
  private _readonly;
19078
19180
  private _required;
19079
19181
  private _size?;
19182
+ private _initialSize?;
19080
19183
  private validatorChange;
19081
19184
  protected onTouched: any;
19082
19185
  /**
@@ -19146,7 +19249,9 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19146
19249
  * - Não possuir `p-help` e/ou `p-label`.
19147
19250
  */
19148
19251
  showRequired: boolean;
19149
- constructor(richTextService: PoRichTextService);
19252
+ constructor(richTextService: PoRichTextService, cd: ChangeDetectorRef);
19253
+ setDisabledState(isDisabled: boolean): void;
19254
+ protected onThemeChange(): void;
19150
19255
  registerOnChange(func: any): void;
19151
19256
  registerOnTouched(func: any): void;
19152
19257
  registerOnValidatorChange(fn: () => void): void;
@@ -19156,21 +19261,27 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
19156
19261
  writeValue(value: string): void;
19157
19262
  protected updateModel(value: any): void;
19158
19263
  protected validateModel(value: any): void;
19264
+ private applySizeBasedOnA11y;
19159
19265
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextBaseComponent, never>;
19160
- 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>;
19266
+ 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>;
19161
19267
  static ngAcceptInputType_appendBox: any;
19162
19268
  static ngAcceptInputType_autoFocus: any;
19163
19269
  static ngAcceptInputType_disabledTextAlign: any;
19270
+ static ngAcceptInputType_disabled: any;
19271
+ static ngAcceptInputType_loading: any;
19164
19272
  }
19165
19273
 
19166
- declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19274
+ declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnChanges {
19167
19275
  private richTextService;
19276
+ private readonly cd;
19168
19277
  bodyElement: ElementRef;
19169
19278
  height?: string;
19170
19279
  label: string;
19171
19280
  modelValue?: string;
19172
19281
  placeholder?: string;
19173
19282
  readonly?: string;
19283
+ disabled: boolean;
19284
+ loading: boolean;
19174
19285
  change: EventEmitter<any>;
19175
19286
  commands: EventEmitter<any>;
19176
19287
  keydown: EventEmitter<KeyboardEvent>;
@@ -19184,7 +19295,12 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19184
19295
  private timeoutChange;
19185
19296
  private valueBeforeChange;
19186
19297
  private modelSubscription;
19298
+ private resizeObserver;
19299
+ hasScroll: boolean;
19300
+ hasValue: boolean;
19301
+ onWindowResize(): void;
19187
19302
  ngOnInit(): void;
19303
+ ngOnChanges(changes: SimpleChanges): void;
19188
19304
  ngOnDestroy(): void;
19189
19305
  executeCommand(command: string | {
19190
19306
  command: any;
@@ -19199,6 +19315,7 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19199
19315
  onKeyUp(event: any): void;
19200
19316
  onPaste(): void;
19201
19317
  update(): void;
19318
+ protected mapSizeToIcon(size: string): string;
19202
19319
  private addClickListenerOnAnchorElements;
19203
19320
  private emitSelectionCommands;
19204
19321
  private getTextSelection;
@@ -19214,8 +19331,12 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy {
19214
19331
  private updateModel;
19215
19332
  private updateValueWithModelValue;
19216
19333
  private verifyCursorPositionInFirefoxIEEdge;
19334
+ private get bodyEl();
19335
+ private updateHasValue;
19336
+ private checkScrollState;
19337
+ private initResizeObserver;
19217
19338
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextBodyComponent, never>;
19218
- 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>;
19339
+ 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>;
19219
19340
  }
19220
19341
 
19221
19342
  /**
@@ -19573,6 +19694,7 @@ declare class PoProgressBaseComponent {
19573
19694
  private _value?;
19574
19695
  private _size;
19575
19696
  private _sizeActions;
19697
+ private _initialSizeActions;
19576
19698
  /**
19577
19699
  * @optional
19578
19700
  *
@@ -19642,6 +19764,8 @@ declare class PoProgressBaseComponent {
19642
19764
  * @default `false`
19643
19765
  */
19644
19766
  showPercentage: boolean;
19767
+ protected onThemeChange(): void;
19768
+ private applySizeActionsBasedOnA11y;
19645
19769
  private isProgressRangeValue;
19646
19770
  static ɵfac: i0.ɵɵFactoryDeclaration<PoProgressBaseComponent, never>;
19647
19771
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoProgressBaseComponent, never, never, { "disabledCancel": { "alias": "p-disabled-cancel"; "required": false; }; "info": { "alias": "p-info"; "required": false; }; "infoIcon": { "alias": "p-info-icon"; "required": false; }; "status": { "alias": "p-status"; "required": false; }; "text": { "alias": "p-text"; "required": false; }; "customAction": { "alias": "p-custom-action"; "required": false; }; "indeterminate": { "alias": "p-indeterminate"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "sizeActions": { "alias": "p-size-actions"; "required": false; }; "showPercentage": { "alias": "p-show-percentage"; "required": false; }; }, { "customActionClick": "p-custom-action-click"; "cancel": "p-cancel"; "retry": "p-retry"; }, never, never, true, never>;
@@ -20315,8 +20439,10 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20315
20439
  private _hideSendButton?;
20316
20440
  private _isMultiple?;
20317
20441
  private _literals?;
20442
+ private _loading;
20318
20443
  private _required?;
20319
20444
  private _size?;
20445
+ private _initialSize?;
20320
20446
  private language;
20321
20447
  private validatorChange;
20322
20448
  /**
@@ -20448,6 +20574,19 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20448
20574
  */
20449
20575
  set disabled(value: boolean);
20450
20576
  get disabled(): boolean;
20577
+ /**
20578
+ * @optional
20579
+ *
20580
+ * @description
20581
+ * Exibe um ícone de carregamento no botão `Selecionar arquivo`, à esquerda do texto, sinalizando que uma operação está em andamento.
20582
+ *
20583
+ * > 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`.
20584
+ *
20585
+ * @default `false`
20586
+ */
20587
+ set loading(value: boolean);
20588
+ get loading(): boolean;
20589
+ get isDisabled(): boolean;
20451
20590
  /**
20452
20591
  * @optional
20453
20592
  *
@@ -20494,6 +20633,7 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20494
20633
  set size(value: string);
20495
20634
  get size(): string;
20496
20635
  constructor(uploadService: PoUploadService, languageService: PoLanguageService, cd: ChangeDetectorRef);
20636
+ protected onThemeChange(): void;
20497
20637
  setDisabledState(isDisabled: boolean): void;
20498
20638
  registerOnChange(fn: any): void;
20499
20639
  registerOnTouched(fn: any): void;
@@ -20513,14 +20653,16 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
20513
20653
  private setAllowedExtensions;
20514
20654
  private initRestrictions;
20515
20655
  private updateExistsFileInFiles;
20656
+ private applySizeBasedOnA11y;
20516
20657
  abstract sendFeedback(file?: any): void;
20517
20658
  abstract setDirectoryAttribute(value: boolean): any;
20518
20659
  static ɵfac: i0.ɵɵFactoryDeclaration<PoUploadBaseComponent, never>;
20519
- 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>;
20660
+ 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>;
20520
20661
  static ngAcceptInputType_appendBox: any;
20521
20662
  static ngAcceptInputType_autoFocus: any;
20522
20663
  static ngAcceptInputType_disabledRemoveFile: any;
20523
20664
  static ngAcceptInputType_requiredUrl: any;
20665
+ static ngAcceptInputType_loading: any;
20524
20666
  }
20525
20667
 
20526
20668
  /**
@@ -20593,6 +20735,8 @@ declare class PoUploadComponent extends PoUploadBaseComponent implements AfterVi
20593
20735
  get hasMultipleFiles(): boolean;
20594
20736
  get hasFileNotUploaded(): boolean;
20595
20737
  get isDisabled(): boolean;
20738
+ get isSelectButtonDisabled(): boolean;
20739
+ get isFieldDisabled(): boolean;
20596
20740
  get maxFiles(): number;
20597
20741
  cancel(file: PoUploadFile, keydown?: KeyboardEvent): void;
20598
20742
  ngOnChanges(changes: SimpleChanges): void;
@@ -20818,6 +20962,7 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
20818
20962
  set readonly(value: boolean);
20819
20963
  get readonly(): boolean;
20820
20964
  get isInternetExplorer(): boolean;
20965
+ disabled?: boolean;
20821
20966
  size: string;
20822
20967
  constructor();
20823
20968
  ngAfterViewInit(): void;
@@ -20837,7 +20982,7 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
20837
20982
  private setColorInColorPicker;
20838
20983
  private toggleDisableButtons;
20839
20984
  static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextToolbarComponent, never>;
20840
- 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>;
20985
+ 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>;
20841
20986
  }
20842
20987
 
20843
20988
  /**
@@ -21203,6 +21348,7 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21203
21348
  private _loading;
21204
21349
  private _options;
21205
21350
  private _size?;
21351
+ private _initialSize?;
21206
21352
  /**
21207
21353
  * Nesta propriedade deve ser definido uma coleção de objetos que implementam a interface `PoSelectOption`,
21208
21354
  * ou uma coleção de objetos dentro de grupos diferentes, que seriam da interface `PoSelectOptionGroup`.
@@ -21323,6 +21469,7 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21323
21469
  labelTextWrap: i0.InputSignal<boolean>;
21324
21470
  constructor();
21325
21471
  ngOnChanges(changes: SimpleChanges): void;
21472
+ protected onThemeChange(): void;
21326
21473
  /**
21327
21474
  * Função que atribui foco ao componente.
21328
21475
  *
@@ -21391,6 +21538,7 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
21391
21538
  private transformInArray;
21392
21539
  private separateOptions;
21393
21540
  private validateOptions;
21541
+ private applySizeBasedOnA11y;
21394
21542
  static ɵfac: i0.ɵɵFactoryDeclaration<PoSelectComponent, never>;
21395
21543
  static ɵcmp: i0.ɵɵComponentDeclaration<PoSelectComponent, "po-select", never, { "readonly": { "alias": "p-readonly"; "required": false; }; "compactLabel": { "alias": "p-compact-label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "options": { "alias": "p-options"; "required": false; }; "fieldLabel": { "alias": "p-field-label"; "required": false; }; "fieldValue": { "alias": "p-field-value"; "required": false; }; "controlValueWithLabel": { "alias": "p-control-value-with-label"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; }, { "blur": "p-blur"; "ngModelChange": "ngModelChange"; }, never, never, false, never>;
21396
21544
  static ngAcceptInputType_readonly: any;
@@ -21650,6 +21798,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21650
21798
  keydown: EventEmitter<KeyboardEvent>;
21651
21799
  displayAdditionalHelp: boolean;
21652
21800
  private _disabled;
21801
+ private _loading;
21653
21802
  private _maxlength;
21654
21803
  private _minlength;
21655
21804
  private _placeholder;
@@ -21657,6 +21806,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21657
21806
  private _required;
21658
21807
  private _rows;
21659
21808
  private _size?;
21809
+ private _initialSize?;
21660
21810
  private modelLastUpdate;
21661
21811
  private onChangePropagate;
21662
21812
  private validatorChange;
@@ -21676,6 +21826,17 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21676
21826
  */
21677
21827
  set disabled(disabled: boolean);
21678
21828
  get disabled(): boolean;
21829
+ /**
21830
+ * @optional
21831
+ *
21832
+ * @description
21833
+ * Exibe um ícone de carregamento no lado direito do campo para sinalizar que uma operação está em andamento.
21834
+ *
21835
+ * @default `false`
21836
+ */
21837
+ set loading(value: boolean);
21838
+ get loading(): boolean;
21839
+ get isDisabled(): boolean;
21679
21840
  /**
21680
21841
  * @optional
21681
21842
  *
@@ -21752,6 +21913,8 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21752
21913
  set size(value: string);
21753
21914
  get size(): string;
21754
21915
  constructor(cd: ChangeDetectorRef);
21916
+ protected onThemeChange(): void;
21917
+ protected onAfterThemeChange(): void;
21755
21918
  callOnChange(value: any): void;
21756
21919
  controlChangeModelEmitter(value: any): void;
21757
21920
  setDisabledState(isDisabled: boolean): void;
@@ -21762,12 +21925,15 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21762
21925
  [key: string]: any;
21763
21926
  };
21764
21927
  writeValue(value: any): void;
21928
+ protected mapSizeToIcon(size: string): string;
21765
21929
  protected validateModel(): void;
21930
+ private applySizeBasedOnA11y;
21766
21931
  abstract writeValueModel(value: any): void;
21767
21932
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTextareaBaseComponent, never>;
21768
- 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>;
21933
+ 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>;
21769
21934
  static ngAcceptInputType_appendBox: any;
21770
21935
  static ngAcceptInputType_autoFocus: any;
21936
+ static ngAcceptInputType_loading: any;
21771
21937
  }
21772
21938
 
21773
21939
  /**
@@ -21796,13 +21962,16 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
21796
21962
  * </example>
21797
21963
  *
21798
21964
  */
21799
- declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges {
21965
+ declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
21800
21966
  private el;
21801
21967
  inputEl: ElementRef;
21802
21968
  helperEl?: PoHelperComponent;
21803
21969
  id: string;
21804
21970
  valueBeforeChange: any;
21805
21971
  fireChange: boolean;
21972
+ hasScroll: boolean;
21973
+ hasValue: boolean;
21974
+ private resizeObserver;
21806
21975
  constructor();
21807
21976
  emitAdditionalHelp(): void;
21808
21977
  /**
@@ -21824,7 +21993,9 @@ declare class PoTextareaComponent extends PoTextareaBaseComponent implements Aft
21824
21993
  */
21825
21994
  focus(): void;
21826
21995
  ngAfterViewInit(): void;
21996
+ protected onAfterThemeChange(): void;
21827
21997
  ngOnChanges(changes: SimpleChanges): void;
21998
+ ngOnDestroy(): void;
21828
21999
  getAdditionalHelpTooltip(): string;
21829
22000
  getErrorPattern(): string;
21830
22001
  hasInvalidClass(): boolean;
@@ -21866,6 +22037,10 @@ declare class PoTextareaComponent extends PoTextareaBaseComponent implements Aft
21866
22037
  hideAdditionalHelp: boolean;
21867
22038
  helperSettings?: any;
21868
22039
  };
22040
+ private readonly onWindowResize;
22041
+ private checkScrollState;
22042
+ private calculateTextareaHeight;
22043
+ private initResizeObserver;
21869
22044
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTextareaComponent, never>;
21870
22045
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTextareaComponent, "po-textarea", never, {}, {}, never, never, false, never>;
21871
22046
  }
@@ -22335,17 +22510,20 @@ declare class PoDialogComponent implements OnDestroy, OnInit {
22335
22510
  private componentRef;
22336
22511
  private closeSubscription;
22337
22512
  private _componentsSize?;
22513
+ private _initialComponentsSize?;
22338
22514
  private language;
22339
22515
  set componentsSize(value: string);
22340
22516
  get componentsSize(): string;
22341
22517
  constructor(languageService: PoLanguageService);
22342
22518
  ngOnDestroy(): void;
22343
22519
  ngOnInit(): void;
22520
+ protected onThemeChange(): void;
22344
22521
  close(xClosed?: boolean): void;
22345
22522
  destroy(): void;
22346
22523
  configDialog(primaryLabel?: any, primaryAction?: any, secondaryLabel?: any, secondaryAction?: any, closeAction?: any): void;
22347
22524
  open(dialogOptions: PoDialogConfirmOptions | PoDialogAlertOptions, dialogType: PoDialogType, componentRef?: ComponentRef<PoDialogComponent>): void;
22348
22525
  private setDialogLiterals;
22526
+ private applySizeBasedOnA11y;
22349
22527
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDialogComponent, never>;
22350
22528
  static ɵcmp: i0.ɵɵComponentDeclaration<PoDialogComponent, "ng-component", never, { "componentsSize": { "alias": "p-components-size"; "required": false; }; }, {}, never, never, false, never>;
22351
22529
  }
@@ -23635,6 +23813,7 @@ declare class PoDynamicFormBaseComponent {
23635
23813
  */
23636
23814
  validateFields?: Array<string>;
23637
23815
  private _componentsSize?;
23816
+ private _initialComponentsSize?;
23638
23817
  private _groupForm?;
23639
23818
  /**
23640
23819
  * @optional
@@ -23689,6 +23868,8 @@ declare class PoDynamicFormBaseComponent {
23689
23868
  *
23690
23869
  */
23691
23870
  validateOnInput: boolean;
23871
+ protected onThemeChange(): void;
23872
+ private applySizeBasedOnA11y;
23692
23873
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicFormBaseComponent, never>;
23693
23874
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDynamicFormBaseComponent, never, never, { "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "fields": { "alias": "p-fields"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "load": { "alias": "p-load"; "required": false; }; "validate": { "alias": "p-validate"; "required": false; }; "validateFields": { "alias": "p-validate-fields"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "groupForm": { "alias": "p-group-form"; "required": false; }; "validateOnInput": { "alias": "p-validate-on-input"; "required": false; }; }, { "formOutput": "p-form"; }, never, never, true, never>;
23694
23875
  static ngAcceptInputType_validateOnInput: any;
@@ -24199,6 +24380,7 @@ declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
24199
24380
  objectValue: EventEmitter<any>;
24200
24381
  validateOnInput: boolean;
24201
24382
  private _componentsSize?;
24383
+ private _initialComponentsSize?;
24202
24384
  private _fields;
24203
24385
  private _validateFields;
24204
24386
  private _value?;
@@ -24212,6 +24394,7 @@ declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
24212
24394
  get validateFields(): Array<string>;
24213
24395
  constructor(titleCasePipe: TitleCasePipe);
24214
24396
  compareTo(value: any, compareTo: any): boolean;
24397
+ protected onThemeChange(): void;
24215
24398
  protected getVisibleFields(): any[];
24216
24399
  private convertOptions;
24217
24400
  private createField;
@@ -24233,6 +24416,7 @@ declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
24233
24416
  private isSelect;
24234
24417
  private isTextarea;
24235
24418
  private printError;
24419
+ private applySizeBasedOnA11y;
24236
24420
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicFormFieldsBaseComponent, never>;
24237
24421
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDynamicFormFieldsBaseComponent, never, never, { "autoFocus": { "alias": "p-auto-focus"; "required": false; }; "disabledForm": { "alias": "p-disabled-form"; "required": false; }; "validate": { "alias": "p-validate"; "required": false; }; "validateOnInput": { "alias": "p-validate-on-input"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "fields": { "alias": "p-fields"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "validateFields": { "alias": "p-validate-fields"; "required": false; }; }, { "formValidate": "p-form-validate"; "fieldsChange": "p-fieldsChange"; "objectValue": "p-object-value"; }, never, never, true, never>;
24238
24422
  }
@@ -24355,6 +24539,7 @@ declare class PoDynamicViewBaseComponent extends PoDynamicSharedBase {
24355
24539
  load: string | Function;
24356
24540
  service: any;
24357
24541
  private _componentsSize?;
24542
+ private _initialComponentsSize?;
24358
24543
  private _fields;
24359
24544
  private _showAllValue;
24360
24545
  private _value;
@@ -24440,6 +24625,7 @@ declare class PoDynamicViewBaseComponent extends PoDynamicSharedBase {
24440
24625
  set value(value: object);
24441
24626
  get value(): object;
24442
24627
  constructor(currencyPipe: CurrencyPipe, datePipe: DatePipe, decimalPipe: DecimalPipe, timePipe: PoTimePipe, titleCasePipe: TitleCasePipe, dynamicViewService: PoDynamicViewService, comboFilterService: PoComboFilterService, multiselectFilterService: PoMultiselectFilterService);
24628
+ protected onThemeChange(): void;
24443
24629
  protected getFieldOrderRetroactive(position: number, index?: number): number;
24444
24630
  protected getFieldOrder(field: PoDynamicViewField, index: number): number;
24445
24631
  protected getConfiguredFields(useSearchService?: boolean): any[];
@@ -24500,6 +24686,7 @@ declare class PoDynamicViewBaseComponent extends PoDynamicSharedBase {
24500
24686
  private transformFieldLabel;
24501
24687
  private transformValue;
24502
24688
  private formatField;
24689
+ private applySizeBasedOnA11y;
24503
24690
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicViewBaseComponent, never>;
24504
24691
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoDynamicViewBaseComponent, never, never, { "load": { "alias": "p-load"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "fields": { "alias": "p-fields"; "required": false; }; "showAllValue": { "alias": "p-show-all-value"; "required": false; }; "textWrap": { "alias": "p-text-wrap"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; }, {}, never, never, true, never>;
24505
24692
  }
@@ -24585,6 +24772,7 @@ declare class PoInfoBaseComponent {
24585
24772
  private _labelSize;
24586
24773
  private _orientation;
24587
24774
  private _size?;
24775
+ private _initialSize?;
24588
24776
  /**
24589
24777
  * @optional
24590
24778
  *
@@ -24627,6 +24815,8 @@ declare class PoInfoBaseComponent {
24627
24815
  */
24628
24816
  set size(value: string);
24629
24817
  get size(): string;
24818
+ protected onThemeChange(): void;
24819
+ private applySizeBasedOnA11y;
24630
24820
  static ɵfac: i0.ɵɵFactoryDeclaration<PoInfoBaseComponent, never>;
24631
24821
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoInfoBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "url": { "alias": "p-url"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "labelSize": { "alias": "p-label-size"; "required": false; }; "orientation": { "alias": "p-orientation"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
24632
24822
  }
@@ -25413,6 +25603,7 @@ declare class PoListViewBaseComponent {
25413
25603
  showHeader: boolean;
25414
25604
  private _actions;
25415
25605
  private _componentsSize;
25606
+ private _initialComponentsSize;
25416
25607
  private _height;
25417
25608
  private _hideSelectAll;
25418
25609
  private _items;
@@ -25540,6 +25731,8 @@ declare class PoListViewBaseComponent {
25540
25731
  runTitleAction(listItem: any): void;
25541
25732
  selectAllListItems(): void;
25542
25733
  selectListItem(row: any): void;
25734
+ protected onThemeChange(): void;
25735
+ private applySizeBasedOnA11y;
25543
25736
  private deleteInternalAttrs;
25544
25737
  private checkIfItemsAreSelected;
25545
25738
  private showMainHeader;
@@ -26121,6 +26314,7 @@ declare abstract class PoMenuBaseComponent {
26121
26314
  readonly literals: any;
26122
26315
  private _collapsed;
26123
26316
  private _componentsSize;
26317
+ private _initialComponentsSize;
26124
26318
  private _filter;
26125
26319
  private _searchTreeItems;
26126
26320
  private _level;
@@ -26318,6 +26512,7 @@ declare abstract class PoMenuBaseComponent {
26318
26512
  set logoLink(value: boolean | string);
26319
26513
  get logoLink(): boolean | string;
26320
26514
  constructor(menuGlobalService: PoMenuGlobalService, menuService: PoMenuService, languageService: PoLanguageService);
26515
+ protected onThemeChange(): void;
26321
26516
  protected setMenuExtraProperties(): void;
26322
26517
  protected setMenuItemProperties(menuItem: PoMenuItem): void;
26323
26518
  protected validateMenus(menus: any): void;
@@ -26327,6 +26522,7 @@ declare abstract class PoMenuBaseComponent {
26327
26522
  private removeBadgeAlert;
26328
26523
  private setMenuBadgeAlert;
26329
26524
  private validateMenu;
26525
+ private applySizeBasedOnA11y;
26330
26526
  protected abstract checkActiveMenuByUrl(urlRouter: any): any;
26331
26527
  protected abstract checkingRouterChildrenFragments(): any;
26332
26528
  protected abstract validateCollapseClass(): any;
@@ -27612,6 +27808,7 @@ declare abstract class PoPageDefaultBaseComponent {
27612
27808
  protected language: string;
27613
27809
  private _actions?;
27614
27810
  private _componentsSize?;
27811
+ private _initialComponentsSize?;
27615
27812
  private _literals;
27616
27813
  private _title;
27617
27814
  /**
@@ -27686,6 +27883,8 @@ declare abstract class PoPageDefaultBaseComponent {
27686
27883
  */
27687
27884
  subtitle: string;
27688
27885
  constructor(languageService: PoLanguageService);
27886
+ protected onThemeChange(): void;
27887
+ private applySizeBasedOnA11y;
27689
27888
  abstract setDropdownActions(): any;
27690
27889
  abstract getVisibleActions(): any;
27691
27890
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDefaultBaseComponent, never>;
@@ -27811,6 +28010,7 @@ declare class PoPageDetailBaseComponent {
27811
28010
  */
27812
28011
  remove: EventEmitter<any>;
27813
28012
  private _componentsSize?;
28013
+ private _initialComponentsSize?;
27814
28014
  private _literals;
27815
28015
  private _title;
27816
28016
  private language;
@@ -27880,6 +28080,8 @@ declare class PoPageDetailBaseComponent {
27880
28080
  */
27881
28081
  subtitle: string;
27882
28082
  constructor(languageService: PoLanguageService);
28083
+ protected onThemeChange(): void;
28084
+ private applySizeBasedOnA11y;
27883
28085
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDetailBaseComponent, never>;
27884
28086
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageDetailBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, { "back": "p-back"; "edit": "p-edit"; "remove": "p-remove"; }, never, never, true, never>;
27885
28087
  }
@@ -27994,6 +28196,7 @@ declare class PoPageEditBaseComponent {
27994
28196
  */
27995
28197
  saveNew: EventEmitter<any>;
27996
28198
  private _componentsSize?;
28199
+ private _initialComponentsSize?;
27997
28200
  private _literals;
27998
28201
  private _title;
27999
28202
  private language;
@@ -28063,6 +28266,8 @@ declare class PoPageEditBaseComponent {
28063
28266
  */
28064
28267
  subtitle: string;
28065
28268
  constructor(languageService: PoLanguageService);
28269
+ protected onThemeChange(): void;
28270
+ private applySizeBasedOnA11y;
28066
28271
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPageEditBaseComponent, never>;
28067
28272
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageEditBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "disableSubmit": { "alias": "p-disable-submit"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, { "cancel": "p-cancel"; "save": "p-save"; "saveNew": "p-save-new"; }, never, never, true, never>;
28068
28273
  }
@@ -28766,7 +28971,7 @@ declare class PoThemeService {
28766
28971
  * @param {boolean} [persistPreference=true] - (Opcional) Define se a preferência de tema deve ser salva no
28767
28972
  * localStorage para persistência. Por padrão é `true`, ou seja, a preferência será salva automaticamente.
28768
28973
  */
28769
- setTheme(themeConfig: PoTheme, themeType?: PoThemeTypeEnum, a11yLevel?: PoThemeA11yEnum, persistPreference?: boolean): void;
28974
+ setTheme(themeConfig: PoTheme, themeType?: PoThemeTypeEnum, a11yLevel?: PoThemeA11yEnum, persistPreference?: boolean): Promise<void>;
28770
28975
  private setDataDefaultSizeHTML;
28771
28976
  /**
28772
28977
  * Retorna o nível de acessibilidade configurado no tema.
@@ -28775,14 +28980,26 @@ declare class PoThemeService {
28775
28980
  */
28776
28981
  getA11yLevel(): PoThemeA11yEnum;
28777
28982
  /**
28778
- * Define o tamanho `small` como padrão para componentes de formulário que não possuem um tamanho definido. Essa
28779
- * configuração é aplicada globalmente apenas quando o nível de acessibilidade for `AA`. O valor definido é salvo no
28780
- * `localStorage` sob a chave `po-default-size`.
28983
+ * Define o tamanho `small` como padrão para componentes que não possuem um tamanho definido. Essa configuração é
28984
+ * aplicada globalmente apenas quando o nível de acessibilidade for `AA`. O valor definido é salvo no
28985
+ * `localStorage` sob a chave `po-default-size` e o atributo `data-default-size` é adicionado ao elemento HTML
28986
+ * para que os componentes possam aplicar o tamanho
28987
+ *
28988
+ * Exemplo de uso:
28989
+ *
28990
+ * ```typescript
28991
+ * import { poThemeDefault, PoThemeService, PoThemeTypeEnum, PoThemeA11yEnum } from '@po-ui/ng-components';
28992
+ *
28993
+ * private themeService = inject(PoThemeService);
28994
+ *
28995
+ * constructor() {
28996
+ * this.themeService.setA11yDefaultSizeSmall(true);
28997
+ * this.themeService.setTheme(poThemeDefault, PoThemeTypeEnum.light, PoThemeA11yEnum.AA);
28998
+ * }
28999
+ * ```
28781
29000
  *
28782
29001
  * > Para garantir que o tamanho `small` seja aplicado corretamente a todos os componentes, recomendamos
28783
29002
  * definir esta configuração **junto com o nível de acessibilidade `AA` na inicialização da aplicação**.
28784
- * Se for aplicada em tempo de execução, será necessário recarregar a aplicação (`reload`)
28785
- * para que os estilos sejam aplicados corretamente.
28786
29003
  * > Para ajustar a densidade visual dos componentes agrupadores (como pages, container, etc.), utilize também
28787
29004
  * o método `setDensityMode` conforme necessário.
28788
29005
  *
@@ -29132,6 +29349,7 @@ declare abstract class PoPageListBaseComponent {
29132
29349
  private _actions?;
29133
29350
  private _disclaimerGroup?;
29134
29351
  private _componentsSize?;
29352
+ private _initialComponentsSize?;
29135
29353
  private _literals;
29136
29354
  private _title;
29137
29355
  /**
@@ -29215,6 +29433,8 @@ declare abstract class PoPageListBaseComponent {
29215
29433
  */
29216
29434
  subtitle: string;
29217
29435
  constructor(languageService: PoLanguageService);
29436
+ protected onThemeChange(): void;
29437
+ private applySizeBasedOnA11y;
29218
29438
  abstract setDropdownActions(): any;
29219
29439
  static ɵfac: i0.ɵɵFactoryDeclaration<PoPageListBaseComponent, never>;
29220
29440
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageListBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "quickSearchValue": { "alias": "p-quick-search-value"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "disclaimerGroup": { "alias": "p-disclaimer-group"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, {}, never, never, true, never>;
@@ -30475,6 +30695,7 @@ declare class PoTabDropdownComponent implements AfterViewInit {
30475
30695
  */
30476
30696
  declare class PoTabsBaseComponent {
30477
30697
  private _size?;
30698
+ private _initialSize?;
30478
30699
  /**
30479
30700
  * @optional
30480
30701
  *
@@ -30491,6 +30712,8 @@ declare class PoTabsBaseComponent {
30491
30712
  */
30492
30713
  set size(value: string);
30493
30714
  get size(): string;
30715
+ protected onThemeChange(): void;
30716
+ private applySizeBasedOnA11y;
30494
30717
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTabsBaseComponent, never>;
30495
30718
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoTabsBaseComponent, never, never, { "size": { "alias": "p-size"; "required": false; }; }, {}, never, never, true, never>;
30496
30719
  }
@@ -31106,6 +31329,7 @@ declare class PoTreeViewBaseComponent {
31106
31329
  */
31107
31330
  unselected: EventEmitter<PoTreeViewItem>;
31108
31331
  private _componentsSize;
31332
+ private _initialComponentsSize;
31109
31333
  private _items;
31110
31334
  private _selectable;
31111
31335
  private _maxLevel;
@@ -31168,6 +31392,7 @@ declare class PoTreeViewBaseComponent {
31168
31392
  */
31169
31393
  set maxLevel(value: number);
31170
31394
  get maxLevel(): number;
31395
+ protected onThemeChange(): void;
31171
31396
  protected emitExpanded(treeViewItem: PoTreeViewItem): void;
31172
31397
  protected emitSelected(treeViewItem: PoTreeViewItem): void;
31173
31398
  private addChildItemInParent;
@@ -31179,6 +31404,7 @@ declare class PoTreeViewBaseComponent {
31179
31404
  private getItemsByMaxLevel;
31180
31405
  private getItemsWithParentSelected;
31181
31406
  private updateItemsOnSelect;
31407
+ private applySizeBasedOnA11y;
31182
31408
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTreeViewBaseComponent, never>;
31183
31409
  static ɵdir: i0.ɵɵDirectiveDeclaration<PoTreeViewBaseComponent, never, never, { "componentsSize": { "alias": "p-components-size"; "required": false; }; "inputedItems": { "alias": "p-items"; "required": false; }; "selectable": { "alias": "p-selectable"; "required": false; }; "singleSelect": { "alias": "p-single-select"; "required": false; }; "maxLevel": { "alias": "p-max-level"; "required": false; }; }, { "collapsed": "p-collapsed"; "expanded": "p-expanded"; "selected": "p-selected"; "unselected": "p-unselected"; }, never, never, true, never>;
31184
31410
  }
@@ -32693,6 +32919,7 @@ interface PoWidgetAvatar {
32693
32919
  */
32694
32920
  declare class PoWidgetBaseComponent {
32695
32921
  private _size?;
32922
+ private _initialSize?;
32696
32923
  /** Descrição da segunda ação. */
32697
32924
  /**
32698
32925
  * @optional
@@ -32997,6 +33224,8 @@ declare class PoWidgetBaseComponent {
32997
33224
  */
32998
33225
  set title(value: string);
32999
33226
  get title(): string;
33227
+ protected onThemeChange(): void;
33228
+ private applySizeBasedOnA11y;
33000
33229
  private transformAvatar;
33001
33230
  private transformTagPosition;
33002
33231
  static ɵfac: i0.ɵɵFactoryDeclaration<PoWidgetBaseComponent, never>;
@@ -33082,6 +33311,357 @@ declare class PoWidgetModule {
33082
33311
  static ɵinj: i0.ɵɵInjectorDeclaration<PoWidgetModule>;
33083
33312
  }
33084
33313
 
33314
+ /**
33315
+ * @usedBy PoSkeletonComponent
33316
+ *
33317
+ * @description
33318
+ *
33319
+ * Define os tipos de animação do componente `po-skeleton`.
33320
+ */
33321
+ declare enum PoSkeletonAnimation {
33322
+ /** Sem animação */
33323
+ none = "none",
33324
+ /** Animação de pulsação */
33325
+ pulse = "pulse",
33326
+ /** Animação de brilho deslizante */
33327
+ shimmer = "shimmer"
33328
+ }
33329
+
33330
+ /**
33331
+ * @usedBy PoSkeletonComponent
33332
+ *
33333
+ * @description
33334
+ *
33335
+ * Define os tamanhos disponíveis para o componente `po-skeleton`.
33336
+ */
33337
+ declare enum PoSkeletonSize {
33338
+ /** Tamanho extra pequeno */
33339
+ xs = "xs",
33340
+ /** Tamanho pequeno */
33341
+ sm = "sm",
33342
+ /** Tamanho médio */
33343
+ md = "md",
33344
+ /** Tamanho grande */
33345
+ lg = "lg",
33346
+ /** Tamanho extra grande */
33347
+ xl = "xl",
33348
+ /** Tamanho extra extra grande */
33349
+ xxl = "2xl"
33350
+ }
33351
+
33352
+ /**
33353
+ * @usedBy PoSkeletonComponent
33354
+ *
33355
+ * @description
33356
+ *
33357
+ * Define os tipos visuais disponíveis para o componente `po-skeleton`.
33358
+ */
33359
+ declare enum PoSkeletonType {
33360
+ /** Tipo padrão com cor neutra clara */
33361
+ normal = "normal",
33362
+ /** Tipo primário com cor neutra média */
33363
+ primary = "primary",
33364
+ /** Tipo de conteúdo com fundo branco */
33365
+ content = "content"
33366
+ }
33367
+
33368
+ /**
33369
+ * @usedBy PoSkeletonComponent
33370
+ *
33371
+ * @description
33372
+ *
33373
+ * Define as variantes visuais do componente `po-skeleton`.
33374
+ */
33375
+ declare enum PoSkeletonVariant {
33376
+ /** Variante para simular texto */
33377
+ text = "text",
33378
+ /** Variante retangular (largura maior que altura) */
33379
+ rectangle = "rectangle",
33380
+ /** Variante quadrada (largura igual à altura) */
33381
+ square = "square",
33382
+ /** Variante circular */
33383
+ circle = "circle"
33384
+ }
33385
+
33386
+ /**
33387
+ * @description
33388
+ *
33389
+ * O componente `po-skeleton` é utilizado para exibir placeholders durante o carregamento de conteúdo,
33390
+ * melhorando a experiência do usuário ao indicar que a informação está sendo processada.
33391
+ *
33392
+ * Ele oferece diferentes variantes visuais (texto, retângulo, círculo) e animações (pulse, shimmer)
33393
+ * para simular diversos tipos de conteúdo em estado de carregamento.
33394
+ *
33395
+ * #### Tokens customizáveis
33396
+ *
33397
+ * É possível alterar o estilo do componente usando os seguintes tokens (CSS):
33398
+ *
33399
+ * > Para maiores informações, acesse o guia [Personalizando o Tema Padrão com Tokens CSS](https://po-ui.io/guides/theme-customization).
33400
+ *
33401
+ * | Propriedade | Descrição | Valor Padrão |
33402
+ * |----------------------------------------|------------------------------------------------------|---------------------------------|
33403
+ * | **Cores** | | |
33404
+ * | `--color` | Cor de fundo do skeleton (tipo normal) | `var(--color-neutral-light-20)` |
33405
+ * | `--color-primary` | Cor de fundo do skeleton (tipo primary) | `var(--color-neutral-mid-40)` |
33406
+ * | `--color-content` | Cor de fundo do skeleton (tipo content) | `var(--color-neutral-light-00)` |
33407
+ * | `--shimmer-highlight` | Cor de destaque do shimmer (tipo normal) | `var(--color-neutral-light-30)` |
33408
+ * | `--shimmer-highlight-primary` | Cor de destaque do shimmer (tipo primary) | `var(--color-neutral-light-20)` |
33409
+ * | `--shimmer-highlight-content` | Cor de destaque do shimmer (tipo content) | `var(--color-neutral-light-05)` |
33410
+ * | **Espaçamento** | | |
33411
+ * | `--margin-bottom` | Margem inferior do skeleton | `var(--spacing-xs)` |
33412
+ * | **Bordas** | | |
33413
+ * | `--border-radius` | Raio da borda do skeleton | `var(--border-radius-md)` |
33414
+ * | `--border-radius-text` | Raio da borda para a variante text | `var(--border-radius-md)` |
33415
+ * | `--border-radius-primary` | Raio da borda do skeleton (tipo primary) | `var(--border-radius-md)` |
33416
+ * | `--border-radius-content` | Raio da borda do skeleton (tipo content) | `var(--border-radius-lg)` |
33417
+ * | **Transições** | | |
33418
+ * | `--transition-property` | Propriedade CSS da transição | `all` |
33419
+ * | `--transition-duration` | Duração da transição de cor | `var(--duration-moderate)` |
33420
+ * | `--transition-timing` | Função de temporização da transição/animação | `var(--timing-continuous)` |
33421
+ * | **Animações** | | |
33422
+ * | `--animation-duration-pulse` | Duração da animação de pulsação | `var(--duration-very-slow)` |
33423
+ * | `--animation-duration-shimmer` | Duração da animação de brilho deslizante | `var(--duration-ultra-slow)` |
33424
+ *
33425
+ */
33426
+ declare class PoSkeletonBaseComponent {
33427
+ /**
33428
+ *
33429
+ * @Input
33430
+ *
33431
+ * @optional
33432
+ *
33433
+ * @description
33434
+ *
33435
+ * Define a variante visual do skeleton.
33436
+ *
33437
+ * Valores válidos:
33438
+ * - `text`: Simula uma linha de texto (altura padrão: 1em)
33439
+ * - `rectangle`: Forma retangular (proporção 3:1 por padrão)
33440
+ * - `square`: Forma quadrada (largura e altura iguais)
33441
+ * - `circle`: Forma circular (largura e altura iguais)
33442
+ *
33443
+ * @default `text`
33444
+ */
33445
+ variant: i0.InputSignal<PoSkeletonVariant>;
33446
+ /**
33447
+ *
33448
+ * @Input
33449
+ *
33450
+ * @optional
33451
+ *
33452
+ * @description
33453
+ *
33454
+ * Define o tipo visual do skeleton, alterando sua cor de fundo.
33455
+ *
33456
+ * Valores válidos:
33457
+ * - `normal`: Cor neutra clara (padrão)
33458
+ * - `primary`: Cor neutra média
33459
+ * - `content`: Fundo branco
33460
+ *
33461
+ * @default `normal`
33462
+ */
33463
+ type: i0.InputSignal<PoSkeletonType>;
33464
+ /**
33465
+ *
33466
+ * @Input
33467
+ *
33468
+ * @optional
33469
+ *
33470
+ * @description
33471
+ *
33472
+ * Define o tipo de animação do skeleton.
33473
+ *
33474
+ * Valores válidos:
33475
+ * - `none`: Sem animação
33476
+ * - `pulse`: Animação de pulsação
33477
+ * - `shimmer`: Animação de brilho deslizante
33478
+ *
33479
+ * @default `shimmer`
33480
+ */
33481
+ animation: i0.InputSignal<PoSkeletonAnimation>;
33482
+ /**
33483
+ *
33484
+ * @Input
33485
+ *
33486
+ * @optional
33487
+ *
33488
+ * @description
33489
+ *
33490
+ * Define o tamanho do skeleton para as variantes pré-definidas (`rectangle`, `square`, `circle`).
33491
+ *
33492
+ * Valores válidos:
33493
+ * - `xs`: Extra pequeno (24px para square/circle, 72px x 24px para rectangle)
33494
+ * - `sm`: Pequeno (32px para square/circle, 96px x 32px para rectangle)
33495
+ * - `md`: Médio (48px para square/circle, 144px x 48px para rectangle)
33496
+ * - `lg`: Grande (64px para square/circle, 192px x 64px para rectangle)
33497
+ * - `xl`: Extra grande (96px para square/circle, 288px x 96px para rectangle)
33498
+ * - `2xl`: Extra extra grande (144px para square/circle, 432px x 144px para rectangle)
33499
+ *
33500
+ * Esta propriedade é ignorada quando `p-width` ou `p-height` são definidos explicitamente.
33501
+ *
33502
+ * @default `md`
33503
+ */
33504
+ size: i0.InputSignal<PoSkeletonSize>;
33505
+ /**
33506
+ *
33507
+ * @Input
33508
+ *
33509
+ * @optional
33510
+ *
33511
+ * @description
33512
+ *
33513
+ * Define a largura do skeleton.
33514
+ * Aceita valores CSS válidos (px, %, em, rem).
33515
+ *
33516
+ * Quando definido, sobrescreve a largura padrão da variante.
33517
+ *
33518
+ * @default `100%` para variante `text`, tamanho baseado em `p-size` para outras variantes
33519
+ */
33520
+ width: i0.InputSignal<string>;
33521
+ /**
33522
+ * @Input
33523
+ *
33524
+ * @optional
33525
+ *
33526
+ * @description
33527
+ *
33528
+ * Define a altura do skeleton.
33529
+ * Aceita valores CSS válidos (px, %, em, rem).
33530
+ *
33531
+ * Quando definido, sobrescreve a altura padrão da variante.
33532
+ */
33533
+ height: i0.InputSignal<string>;
33534
+ /**
33535
+ *
33536
+ * @Input
33537
+ *
33538
+ * @optional
33539
+ *
33540
+ * @description
33541
+ *
33542
+ * Define o raio da borda do skeleton.
33543
+ * Aceita valores CSS válidos (px, %, em, rem).
33544
+ *
33545
+ * Esta propriedade sobrescreve o border-radius padrão de cada variante.
33546
+ */
33547
+ borderRadius: i0.InputSignal<string>;
33548
+ /**
33549
+ *
33550
+ * @Input
33551
+ *
33552
+ * @optional
33553
+ *
33554
+ * @description
33555
+ *
33556
+ * Define a descrição acessível do conteúdo que está sendo carregado.
33557
+ *
33558
+ * Este texto será anunciado por leitores de tela, garantindo que usuários de tecnologias assistivas
33559
+ * sejam informados sobre o estado de carregamento.
33560
+ *
33561
+ * **Quando usar:**
33562
+ * - Use em **skeletons únicos** ou no **primeiro skeleton de um grupo** com descrição contextual
33563
+ * - Evite usar em múltiplos skeletons dentro da mesma área sem contexto, para não causar repetição excessiva
33564
+ *
33565
+ * **Exemplos de uso:**
33566
+ *
33567
+ * ```html
33568
+ * <!-- ✅ BOM: Skeleton único com contexto -->
33569
+ * <po-skeleton p-aria-label="Carregando perfil do usuário"></po-skeleton>
33570
+ *
33571
+ * <!-- ✅ BOM: Grupo de skeletons - apenas o primeiro anuncia -->
33572
+ * <po-skeleton p-aria-label="Carregando lista de produtos"></po-skeleton>
33573
+ * <po-skeleton p-type="primary"></po-skeleton>
33574
+ * <po-skeleton p-variant="circle"></po-skeleton>
33575
+ *
33576
+ * <!-- ❌ EVITE: Múltiplos skeletons com a mesma label -->
33577
+ * <po-skeleton p-aria-label="Carregando"></po-skeleton> <!-- "Carregando" -->
33578
+ * <po-skeleton p-aria-label="Carregando"></po-skeleton> <!-- "Carregando" -->
33579
+ * <po-skeleton p-aria-label="Carregando"></po-skeleton> <!-- "Carregando" (repetitivo!) -->
33580
+ * ```
33581
+ *
33582
+ * > **Boas práticas de acessibilidade:**
33583
+ * > - Forneça contexto específico na label para que os usuários entendam o que está carregando
33584
+ *
33585
+ * > - Em casos complexos, considere usar um único `<div role="status">` para todo o grupo
33586
+ * > de skeletons, ao invés de múltiplas labels idênticas, para evitar repetição excessiva de anúncios
33587
+ */
33588
+ ariaLabel: i0.InputSignal<string>;
33589
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoSkeletonBaseComponent, never>;
33590
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoSkeletonBaseComponent, never, never, { "variant": { "alias": "p-variant"; "required": false; "isSignal": true; }; "type": { "alias": "p-type"; "required": false; "isSignal": true; }; "animation": { "alias": "p-animation"; "required": false; "isSignal": true; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; "width": { "alias": "p-width"; "required": false; "isSignal": true; }; "height": { "alias": "p-height"; "required": false; "isSignal": true; }; "borderRadius": { "alias": "p-border-radius"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "p-aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
33591
+ }
33592
+
33593
+ /**
33594
+ * @docsExtends PoSkeletonBaseComponent
33595
+ *
33596
+ * @example
33597
+ *
33598
+ * <example name="po-skeleton-basic" title="PO Skeleton Basic">
33599
+ * <file name="sample-po-skeleton-basic/sample-po-skeleton-basic.component.html"> </file>
33600
+ * <file name="sample-po-skeleton-basic/sample-po-skeleton-basic.component.ts"> </file>
33601
+ * </example>
33602
+ *
33603
+ * <example name="po-skeleton-labs" title="PO Skeleton Labs">
33604
+ * <file name="sample-po-skeleton-labs/sample-po-skeleton-labs.component.html"> </file>
33605
+ * <file name="sample-po-skeleton-labs/sample-po-skeleton-labs.component.ts"> </file>
33606
+ * </example>
33607
+ *
33608
+ * <example name="po-skeleton-credit-card" title="PO Skeleton - Credit Card">
33609
+ * <file name="sample-po-skeleton-credit-card/sample-po-skeleton-credit-card.component.html"> </file>
33610
+ * <file name="sample-po-skeleton-credit-card/sample-po-skeleton-credit-card.component.ts"> </file>
33611
+ * <file name="sample-po-skeleton-credit-card/sample-po-skeleton-credit-card.component.css"> </file>
33612
+ * </example>
33613
+ *
33614
+ * <example name="po-skeleton-widget-card" title="PO Skeleton - Widget Card">
33615
+ * <file name="sample-po-skeleton-widget-card/sample-po-skeleton-widget-card.component.html"> </file>
33616
+ * <file name="sample-po-skeleton-widget-card/sample-po-skeleton-widget-card.component.ts"> </file>
33617
+ * <file name="sample-po-skeleton-widget-card/sample-po-skeleton-widget-card.component.css"> </file>
33618
+ * </example>
33619
+ *
33620
+ * <example name="po-skeleton-user-profile" title="PO Skeleton - User Profile">
33621
+ * <file name="sample-po-skeleton-user-profile/sample-po-skeleton-user-profile.component.html"> </file>
33622
+ * <file name="sample-po-skeleton-user-profile/sample-po-skeleton-user-profile.component.ts"> </file>
33623
+ * <file name="sample-po-skeleton-user-profile/sample-po-skeleton-user-profile.component.css"> </file>
33624
+ * </example>
33625
+ *
33626
+ * <example name="po-skeleton-social-post" title="PO Skeleton - Social Post">
33627
+ * <file name="sample-po-skeleton-social-post/sample-po-skeleton-social-post.component.html"> </file>
33628
+ * <file name="sample-po-skeleton-social-post/sample-po-skeleton-social-post.component.ts"> </file>
33629
+ * <file name="sample-po-skeleton-social-post/sample-po-skeleton-social-post.component.css"> </file>
33630
+ * </example>
33631
+ *
33632
+ * <example name="po-skeleton-article" title="PO Skeleton - Article">
33633
+ * <file name="sample-po-skeleton-article/sample-po-skeleton-article.component.html"> </file>
33634
+ * <file name="sample-po-skeleton-article/sample-po-skeleton-article.component.ts"> </file>
33635
+ * <file name="sample-po-skeleton-article/sample-po-skeleton-article.component.css"> </file>
33636
+ * </example>
33637
+ */
33638
+ declare class PoSkeletonComponent extends PoSkeletonBaseComponent {
33639
+ private readonly sizeMap;
33640
+ private readonly defaultTextDimensions;
33641
+ private readonly defaultBorderRadius;
33642
+ computedStyles: i0.Signal<{
33643
+ [key: string]: string;
33644
+ }>;
33645
+ computedClasses: i0.Signal<{
33646
+ [x: string]: boolean;
33647
+ 'po-skeleton': boolean;
33648
+ }>;
33649
+ private getDimensions;
33650
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoSkeletonComponent, never>;
33651
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoSkeletonComponent, "po-skeleton", never, {}, {}, never, never, false, never>;
33652
+ }
33653
+
33654
+ /**
33655
+ * @description
33656
+ *
33657
+ * Módulo do componente po-skeleton.
33658
+ */
33659
+ declare class PoSkeletonModule {
33660
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoSkeletonModule, never>;
33661
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoSkeletonModule, [typeof PoSkeletonComponent], [typeof i2.CommonModule], [typeof PoSkeletonComponent]>;
33662
+ static ɵinj: i0.ɵɵInjectorDeclaration<PoSkeletonModule>;
33663
+ }
33664
+
33085
33665
  /**
33086
33666
  * @usedBy PoHeaderComponent
33087
33667
  *
@@ -33236,12 +33816,20 @@ interface PoHeaderActionTool {
33236
33816
  */
33237
33817
  interface PoHeaderActionPopoverAction {
33238
33818
  /**
33239
- *
33240
33819
  * @description
33241
33820
  *
33242
- * Template que será renderizado dentro do popover
33821
+ * Template que será renderizado dentro do popover.
33243
33822
  */
33244
33823
  content: TemplateRef<any>;
33824
+ /**
33825
+ * @description
33826
+ *
33827
+ * Largura, em pixels, do template renderizado dentro do popover.
33828
+ *
33829
+ * Valores permitidos: de 240 a 800.
33830
+ *
33831
+ */
33832
+ width?: number;
33245
33833
  }
33246
33834
  /**
33247
33835
  * @usedBy PoHeaderComponent
@@ -33851,7 +34439,7 @@ declare class PoHeaderModule {
33851
34439
 
33852
34440
  declare class PoComponentsModule {
33853
34441
  static ɵfac: i0.ɵɵFactoryDeclaration<PoComponentsModule, never>;
33854
- 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 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 PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule]>;
34442
+ 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]>;
33855
34443
  static ɵinj: i0.ɵɵInjectorDeclaration<PoComponentsModule>;
33856
34444
  }
33857
34445
 
@@ -34459,5 +35047,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
34459
35047
  static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
34460
35048
  }
34461
35049
 
34462
- 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, 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 };
35050
+ 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 };
34463
35051
  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 };