@po-ui/ng-components 21.8.0 → 21.10.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 (73) hide show
  1. package/fesm2022/po-ui-ng-components.mjs +4883 -363
  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-avatar/po-avatar.component.d.ts +1 -0
  5. package/lib/components/po-badge/po-badge-base.component.d.ts +15 -0
  6. package/lib/components/po-button/po-button-base.component.d.ts +10 -0
  7. package/lib/components/po-calendar/constants/po-calendar-range-presets.constant.d.ts +2 -0
  8. package/lib/components/po-calendar/index.d.ts +2 -0
  9. package/lib/components/po-calendar/interfaces/po-calendar-range-preset.interface.d.ts +16 -0
  10. package/lib/components/po-calendar/po-calendar-base.component.d.ts +54 -0
  11. package/lib/components/po-calendar/po-calendar-footer/po-calendar-footer.component.d.ts +16 -0
  12. package/lib/components/po-calendar/po-calendar-preset-list/po-calendar-preset-list.component.d.ts +28 -0
  13. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +9 -3
  14. package/lib/components/po-calendar/po-calendar.component.d.ts +28 -3
  15. package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +2 -0
  16. package/lib/components/po-container/po-container.component.d.ts +1 -0
  17. package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +58 -7
  18. package/lib/components/po-field/index.d.ts +3 -0
  19. package/lib/components/po-field/po-combo/po-combo.component.d.ts +1 -0
  20. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +54 -0
  21. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +18 -0
  22. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +1 -0
  23. package/lib/components/po-field/po-select/po-select.component.d.ts +1 -0
  24. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -1
  25. package/lib/components/po-field/po-timepicker/enums/po-timepicker-iso-format.enum.d.ts +13 -0
  26. package/lib/components/po-field/po-timepicker/index.d.ts +3 -0
  27. package/lib/components/po-field/po-timepicker/po-timepicker-base.component.d.ts +374 -0
  28. package/lib/components/po-field/po-timepicker/po-timepicker.component.d.ts +206 -0
  29. package/lib/components/po-field/po-timepicker/po-timepicker.literals.d.ts +46 -0
  30. package/lib/components/po-field/po-timepicker/po-timepicker.module.d.ts +7 -0
  31. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +2 -0
  32. package/lib/components/po-menu/po-menu.component.d.ts +2 -0
  33. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +1 -0
  34. package/lib/components/po-popup/po-popup.component.d.ts +2 -0
  35. package/lib/components/po-progress/po-progress.component.d.ts +1 -0
  36. package/lib/components/po-search/po-search.component.d.ts +3 -1
  37. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -0
  38. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +14 -4
  39. package/lib/components/po-table/po-table-base.component.d.ts +22 -0
  40. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.d.ts +10 -0
  41. package/lib/components/po-table/po-table-column-label/po-table-column-label.interface.d.ts +21 -0
  42. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -0
  43. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.d.ts +10 -0
  44. package/lib/components/po-table/po-table.component.d.ts +1 -0
  45. package/lib/components/po-tag/po-tag-base.component.d.ts +20 -1
  46. package/lib/components/po-tag/po-tag.component.d.ts +7 -0
  47. package/lib/components/po-timer/enums/po-timer-format.enum.d.ts +13 -0
  48. package/lib/components/po-timer/index.d.ts +4 -0
  49. package/lib/components/po-timer/po-timer-base.component.d.ts +255 -0
  50. package/lib/components/po-timer/po-timer-scroll.helper.d.ts +40 -0
  51. package/lib/components/po-timer/po-timer.component.d.ts +208 -0
  52. package/lib/components/po-timer/po-timer.literals.d.ts +22 -0
  53. package/lib/components/po-timer/po-timer.module.d.ts +6 -0
  54. package/lib/components/po-widget/po-widget.component.d.ts +2 -0
  55. package/lib/enums/po-caption-tag-color.enum.d.ts +43 -0
  56. package/package.json +4 -4
  57. package/po-ui-ng-components-21.10.0.tgz +0 -0
  58. package/schematics/ng-add/index.js +1 -1
  59. package/schematics/ng-update/v14/index.js +1 -1
  60. package/schematics/ng-update/v15/index.js +1 -1
  61. package/schematics/ng-update/v16/index.js +1 -1
  62. package/schematics/ng-update/v17/index.js +1 -1
  63. package/schematics/ng-update/v18/index.js +2 -2
  64. package/schematics/ng-update/v19/index.js +2 -2
  65. package/schematics/ng-update/v2/index.js +1 -1
  66. package/schematics/ng-update/v20/index.js +2 -2
  67. package/schematics/ng-update/v21/index.js +1 -1
  68. package/schematics/ng-update/v3/index.js +1 -1
  69. package/schematics/ng-update/v4/index.js +1 -1
  70. package/schematics/ng-update/v5/index.js +1 -1
  71. package/schematics/ng-update/v6/index.js +1 -1
  72. package/types/po-ui-ng-components.d.ts +1533 -29
  73. package/po-ui-ng-components-21.8.0.tgz +0 -0
@@ -541,8 +541,24 @@ declare class PoTagBaseComponent {
541
541
  * - <span class="dot po-color-11"></span> `color-11`
542
542
  * - <span class="dot po-color-12"></span> `color-12`
543
543
  *
544
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
545
+ *
546
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
547
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
548
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
549
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
550
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
551
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
552
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
553
+ *
554
+ * Exemplo de uso:
555
+ * ```
556
+ * <po-tag p-color="caption-tag-15" p-value="Status"></po-tag>
557
+ * ```
558
+ *
544
559
  * - Para uma melhor acessibilidade no uso do componente é recomendável utilizar cores com um melhor contraste em relação ao background;
545
- * - O componente ajusta automaticamente a cor do texto para garantir legibilidade, escolhendo dinamicamente entre texto claro ou escuro conforme o contraste necessário.
560
+ * - Para as cores legacy (`color-01` a `color-12`) e cores customizadas, o componente ajusta automaticamente a cor do texto para garantir legibilidade.
561
+ * - Para as cores **Caption Tag Colors** (`caption-tag-01` a `caption-tag-35`), a cor do texto é fixa e definida via token CSS, não sendo possível alterá-la via `p-text-color`.
546
562
  *
547
563
  * > **Atenção:** A propriedade `p-type` sobrepõe esta definição.
548
564
  */
@@ -575,6 +591,9 @@ declare class PoTagBaseComponent {
575
591
  * - Para uma melhor acessibilidade no uso do componente é recomendável utilizar cores com um melhor contraste em relação ao background.
576
592
  *
577
593
  * > **Atenção:** A propriedade `p-type` sobrepõe esta definição.
594
+ *
595
+ * > **Atenção:** As cores da paleta **Caption Tag Colors** (`caption-tag-01` a `caption-tag-35`) não são aceitas nesta propriedade,
596
+ * pois possuem cor de texto fixa definida via token CSS.
578
597
  */
579
598
  set textColor(value: string);
580
599
  get textColor(): string;
@@ -695,12 +714,18 @@ declare class PoTagBaseComponent {
695
714
  * <example name="po-tag-labs" title="PO Tag Labs">
696
715
  * <file name="sample-po-tag-labs/sample-po-tag-labs.component.html"> </file>
697
716
  * <file name="sample-po-tag-labs/sample-po-tag-labs.component.ts"> </file>
717
+ * <file name="sample-po-tag-labs/sample-po-tag-labs.component.css"> </file>
698
718
  * </example>
699
719
  *
700
720
  * <example name="po-tag-bank-account" title="PO Tag - Bank Account">
701
721
  * <file name="sample-po-tag-bank-account/sample-po-tag-bank-account.component.html"> </file>
702
722
  * <file name="sample-po-tag-bank-account/sample-po-tag-bank-account.component.ts"> </file>
703
723
  * </example>
724
+ *
725
+ * <example name="po-tag-caption-tag-colors" title="PO Tag - Caption Tag Colors">
726
+ * <file name="sample-po-tag-caption-tag-colors/sample-po-tag-caption-tag-colors.component.html"> </file>
727
+ * <file name="sample-po-tag-caption-tag-colors/sample-po-tag-caption-tag-colors.component.ts"> </file>
728
+ * </example>
704
729
  */
705
730
  declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
706
731
  private readonly el;
@@ -711,6 +736,7 @@ declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
711
736
  constructor();
712
737
  ngOnInit(): void;
713
738
  get iconFromType(): PoTagIcon;
739
+ get isCaptionTag(): boolean;
714
740
  get tagColor(): string;
715
741
  get tagOrientation(): boolean;
716
742
  onClick(event?: string): void;
@@ -1423,6 +1449,7 @@ declare class PoAvatarBaseComponent {
1423
1449
  * <example name="po-avatar-business-card" title="PO Avatar - Business Card" >
1424
1450
  * <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.html"> </file>
1425
1451
  * <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.ts"> </file>
1452
+ * <file name="sample-po-avatar-business-card/sample-po-avatar-business-card.component.css"> </file>
1426
1453
  * </example>
1427
1454
  */
1428
1455
  declare class PoAvatarComponent extends PoAvatarBaseComponent implements OnInit {
@@ -2885,6 +2912,16 @@ declare class PoButtonBaseComponent {
2885
2912
  */
2886
2913
  readonly ariaLabel: i0.InputSignal<string>;
2887
2914
  ariaExpanded?: boolean;
2915
+ /**
2916
+ * @optional
2917
+ *
2918
+ * @description
2919
+ *
2920
+ * Define o `tabindex` do elemento `<button>` nativo interno.
2921
+ *
2922
+ * Use `[tabindex]="-1"` para remover o botão da ordem de foco do teclado.
2923
+ */
2924
+ tabindex?: number | string;
2888
2925
  /**
2889
2926
  * @optional
2890
2927
  *
@@ -2905,7 +2942,7 @@ declare class PoButtonBaseComponent {
2905
2942
  protected onThemeChange(): void;
2906
2943
  private applySizeBasedOnA11y;
2907
2944
  static ɵfac: i0.ɵɵFactoryDeclaration<PoButtonBaseComponent, never>;
2908
- 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>;
2945
+ 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; }; "tabindex": { "alias": "p-tabindex"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "blur": "p-blur"; "click": "p-click"; }, never, never, false, never>;
2909
2946
  static ngAcceptInputType_danger: any;
2910
2947
  }
2911
2948
 
@@ -3160,11 +3197,13 @@ declare class PoLoadingOverlayBaseComponent {
3160
3197
  * <example name="po-loading-overlay-basic" title="PO Loading Overlay Basic">
3161
3198
  * <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.html"> </file>
3162
3199
  * <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.ts"> </file>
3200
+ * <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.css"> </file>
3163
3201
  * </example>
3164
3202
  *
3165
3203
  * <example name="po-loading-overlay-labs" title="PO Loading Overlay Labs">
3166
3204
  * <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.html"> </file>
3167
3205
  * <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.ts"> </file>
3206
+ * <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.css"> </file>
3168
3207
  * </example>
3169
3208
  *
3170
3209
  * <example name="po-loading-overlay-connection-test" title="PO Loading Overlay - Connection Test">
@@ -4214,11 +4253,13 @@ declare class PoPopupBaseComponent {
4214
4253
  * <example name="po-popup-labs" title="PO Popup - Labs">
4215
4254
  * <file name="sample-po-popup-labs/sample-po-popup-labs.component.html"> </file>
4216
4255
  * <file name="sample-po-popup-labs/sample-po-popup-labs.component.ts"> </file>
4256
+ * <file name="sample-po-popup-labs/sample-po-popup-labs.component.css"> </file>
4217
4257
  * </example>
4218
4258
  *
4219
4259
  * <example name="po-popup-email" title="PO Popup Email">
4220
4260
  * <file name="sample-po-popup-email/sample-po-popup-email.component.html"> </file>
4221
4261
  * <file name="sample-po-popup-email/sample-po-popup-email.component.ts"> </file>
4262
+ * <file name="sample-po-popup-email/sample-po-popup-email.component.css"> </file>
4222
4263
  * </example>
4223
4264
  *
4224
4265
  */
@@ -4710,6 +4751,23 @@ declare enum PoCalendarMode {
4710
4751
  Range = "range"
4711
4752
  }
4712
4753
 
4754
+ /**
4755
+ * Interface para definir um preset de intervalo de datas no calendário.
4756
+ *
4757
+ * Cada preset possui um rótulo identificador e uma função que calcula
4758
+ * dinamicamente o intervalo de datas com base na data atual.
4759
+ */
4760
+ interface PoCalendarRangePreset {
4761
+ /** Identificador/rótulo de exibição do preset. */
4762
+ label: string;
4763
+ /** Função que calcula dinamicamente o intervalo de datas relativo à data informada. */
4764
+ dateRange: (today: Date) => {
4765
+ start: Date;
4766
+ end: Date;
4767
+ };
4768
+ isDisabled?: boolean;
4769
+ }
4770
+
4713
4771
  /**
4714
4772
  * @description
4715
4773
  *
@@ -4826,6 +4884,7 @@ declare class PoCalendarBaseComponent {
4826
4884
  changeMonthYear: EventEmitter<any>;
4827
4885
  close: EventEmitter<void>;
4828
4886
  activateDate: any;
4887
+ selectedPresetLabel: string | null;
4829
4888
  value: any;
4830
4889
  protected onTouched: any;
4831
4890
  protected propagateChange: any;
@@ -4914,6 +4973,57 @@ declare class PoCalendarBaseComponent {
4914
4973
  get mode(): PoCalendarMode;
4915
4974
  get isRange(): boolean;
4916
4975
  headerTemplate?: TemplateRef<any>;
4976
+ /**
4977
+ * @optional
4978
+ *
4979
+ * @description
4980
+ *
4981
+ * Habilita a exibição dos presets padrão de intervalos de data no painel lateral do calendário em modo *range*.
4982
+ *
4983
+ * Aceita os seguintes valores:
4984
+ * - `true`: exibe todos os presets padrão (Amanhã, Hoje, Ontem, Últimos 7 dias, Últimos 14 dias, Últimos 30 dias, Últimos 3 meses, Últimos 6 meses).
4985
+ * - `false`: não exibe os presets padrão.
4986
+ * - `Array<string>`: exibe apenas os presets padrão cujos labels estejam no array informado.
4987
+ * O preset "today" é obrigatório e será incluído automaticamente mesmo que não esteja no array.
4988
+ *
4989
+ * Caso `p-range-preset-options` também seja informado, os presets customizados serão exibidos junto aos presets padrão,
4990
+ * ordenados automaticamente por temporalidade com base na data início (Futuro → Presente → Passado).
4991
+ *
4992
+ * @default `false`
4993
+ */
4994
+ set rangePresets(value: boolean | Array<string> | string);
4995
+ get rangePresets(): boolean | Array<string>;
4996
+ private _rangePresets;
4997
+ /**
4998
+ * @optional
4999
+ *
5000
+ * @description
5001
+ *
5002
+ * Lista de presets customizados de intervalos de data exibidos no painel lateral do calendário em modo *range*.
5003
+ *
5004
+ * Quando informado sem `p-range-presets`, exibe apenas os presets customizados.
5005
+ * Quando informado junto com `p-range-presets` habilitado, os presets customizados serão exibidos junto aos presets padrão,
5006
+ * ordenados automaticamente por temporalidade com base na data início (Futuro → Presente → Passado).
5007
+ *
5008
+ * Para utilizar presets customizados, informe um array de objetos que implementam a interface `PoCalendarRangePreset`.
5009
+ */
5010
+ rangePresetOptions?: Array<PoCalendarRangePreset>;
5011
+ /**
5012
+ * @optional
5013
+ *
5014
+ * @description
5015
+ *
5016
+ * Define a ordenação dos presets na lista.
5017
+ *
5018
+ * Valores aceitos:
5019
+ * - `'asc'` (padrão): presets mais próximos de hoje aparecem primeiro.
5020
+ * - `'desc'`: presets mais distantes de hoje aparecem primeiro.
5021
+ *
5022
+ * A ordenação é aplicada dentro de cada grupo de temporalidade com base na data início (Futuro → Presente → Passado).
5023
+ *
5024
+ * @default `asc`
5025
+ */
5026
+ rangePresetsOrder: 'asc' | 'desc';
4917
5027
  /**
4918
5028
  * @optional
4919
5029
  *
@@ -4928,13 +5038,14 @@ declare class PoCalendarBaseComponent {
4928
5038
  */
4929
5039
  set size(value: string);
4930
5040
  get size(): string;
5041
+ widthWithPresets?: boolean;
4931
5042
  constructor(poDate: PoDateService, languageService: PoLanguageService);
4932
5043
  protected onThemeChange(): void;
4933
5044
  protected setActivateDate(date?: Date | string): void;
4934
5045
  private verifyActivateDate;
4935
5046
  private applySizeBasedOnA11y;
4936
5047
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarBaseComponent, never>;
4937
- 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>;
5048
+ 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; }; "rangePresets": { "alias": "p-range-presets"; "required": false; }; "rangePresetOptions": { "alias": "p-range-preset-options"; "required": false; }; "rangePresetsOrder": { "alias": "p-range-presets-order"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "widthWithPresets": { "alias": "p-width-with-presets"; "required": false; }; }, { "change": "p-change"; "changeMonthYear": "p-change-month-year"; "close": "p-close"; }, never, never, true, never>;
4938
5049
  }
4939
5050
 
4940
5051
  /**
@@ -4947,6 +5058,11 @@ declare class PoCalendarBaseComponent {
4947
5058
  * <file name="sample-po-calendar-basic/sample-po-calendar-basic.component.ts"> </file>
4948
5059
  * </example>
4949
5060
  *
5061
+ * <example name="po-calendar-range-presets" title="PO Calendar - Range and Presets" >
5062
+ * <file name="sample-po-calendar-range-presets/sample-po-calendar-range-presets.component.html"> </file>
5063
+ * <file name="sample-po-calendar-range-presets/sample-po-calendar-range-presets.component.ts"> </file>
5064
+ * </example>
5065
+ *
4950
5066
  * <example name="po-calendar-labs" title="PO Calendar Labs" >
4951
5067
  * <file name="sample-po-calendar-labs/sample-po-calendar-labs.component.html"> </file>
4952
5068
  * <file name="sample-po-calendar-labs/sample-po-calendar-labs.component.ts"> </file>
@@ -4957,13 +5073,23 @@ declare class PoCalendarBaseComponent {
4957
5073
  * <file name="sample-po-calendar-ticket-sales/sample-po-calendar-ticket-sales.component.ts"> </file>
4958
5074
  * </example>
4959
5075
  */
4960
- declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnInit, OnChanges {
5076
+ declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnInit, OnChanges, DoCheck {
4961
5077
  private readonly changeDetector;
5078
+ private readonly poCalendarLangService;
4962
5079
  hoverValue: Date;
5080
+ displayToClean: string;
5081
+ private readonly _isRange;
5082
+ private readonly _rangePresetsValue;
5083
+ private readonly _rangePresetOptionsValue;
5084
+ private readonly _rangePresetsOrderValue;
5085
+ private readonly _minDateValue;
5086
+ private readonly _maxDateValue;
5087
+ readonly effectivePresets: i0.Signal<PoCalendarRangePreset[]>;
4963
5088
  constructor();
4964
- get isResponsive(): boolean;
5089
+ get isResponsive(): RegExpMatchArray;
4965
5090
  ngOnInit(): void;
4966
5091
  ngOnChanges(changes: SimpleChanges): void;
5092
+ ngDoCheck(): void;
4967
5093
  getActivateDate(partType: any): any;
4968
5094
  getValue(partType: any): any;
4969
5095
  onSelectDate(selectedDate: any, partType?: any): void;
@@ -4979,6 +5105,15 @@ declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnI
4979
5105
  [key: string]: any;
4980
5106
  };
4981
5107
  writeValue(value: any): void;
5108
+ onPresetSelected(event: {
5109
+ label: string;
5110
+ start: Date;
5111
+ end: Date;
5112
+ }): void;
5113
+ private sortPresetsByTemporality;
5114
+ private normalizeDate;
5115
+ private enrichPresetsWithDisabledState;
5116
+ private clampDate;
4982
5117
  private getValidateStartDate;
4983
5118
  private getValueFromSelectedDate;
4984
5119
  private updateActivateDateFromHeaderChange;
@@ -4991,6 +5126,24 @@ declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnI
4991
5126
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarComponent, "po-calendar", never, {}, {}, never, never, false, never>;
4992
5127
  }
4993
5128
 
5129
+ declare class PoCalendarFooterComponent {
5130
+ size: string;
5131
+ labelClear: string;
5132
+ labelToday: string;
5133
+ responsive: boolean;
5134
+ todayDisabled: boolean;
5135
+ hideTodayButton: boolean;
5136
+ clear: EventEmitter<void>;
5137
+ selectToday: EventEmitter<void>;
5138
+ closeCalendar: EventEmitter<void>;
5139
+ onClear(): void;
5140
+ onSelectToday(): void;
5141
+ onClearKeydown(event: KeyboardEvent): void;
5142
+ onTodayKeydown(event: KeyboardEvent): void;
5143
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarFooterComponent, never>;
5144
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarFooterComponent, "po-calendar-footer", never, { "size": { "alias": "p-size"; "required": false; }; "labelClear": { "alias": "p-label-clear"; "required": false; }; "labelToday": { "alias": "p-label-today"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "todayDisabled": { "alias": "p-today-disabled"; "required": false; }; "hideTodayButton": { "alias": "p-hide-today-button"; "required": false; }; }, { "clear": "p-clear"; "selectToday": "p-select-today"; "closeCalendar": "p-close-calendar"; }, never, never, false, never>;
5145
+ }
5146
+
4994
5147
  /**
4995
5148
  * @usedBy PoComboComponent
4996
5149
  *
@@ -5028,6 +5181,7 @@ declare class PoCalendarLangService {
5028
5181
  es: string;
5029
5182
  ru: string;
5030
5183
  };
5184
+ private readonly presetLabels;
5031
5185
  getMonth(month: number): any;
5032
5186
  getMonthLabel(): any;
5033
5187
  getMonthsArray(): any[];
@@ -5038,6 +5192,7 @@ declare class PoCalendarLangService {
5038
5192
  getPreviousMonthLabel(): any;
5039
5193
  getNextMonthLabel(): any;
5040
5194
  getToCleanLabel(): any;
5195
+ getPresetLabel(key: string): string;
5041
5196
  setLanguage(language: string): void;
5042
5197
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarLangService, never>;
5043
5198
  static ɵprov: i0.ɵɵInjectableDeclaration<PoCalendarLangService>;
@@ -5072,6 +5227,35 @@ declare class PoCalendarHeaderComponent implements OnInit, OnChanges {
5072
5227
  static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarHeaderComponent, "po-calendar-header", never, { "hidePrevious": { "alias": "p-hide-previous"; "required": false; }; "hideNext": { "alias": "p-hide-next"; "required": false; }; "displayMonth": { "alias": "p-display-month"; "required": false; }; "displayYear": { "alias": "p-display-year"; "required": false; }; "displayMonthLabel": { "alias": "p-display-month-label"; "required": false; }; "monthOptions": { "alias": "p-month-options"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "templateContext": { "alias": "p-template-context"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "previous": "p-previous"; "next": "p-next"; "selectMonth": "p-select-month"; "selectYear": "p-select-year"; }, never, never, false, never>;
5073
5228
  }
5074
5229
 
5230
+ declare class PoCalendarPresetListComponent {
5231
+ private readonly poCalendarLangService;
5232
+ private _locale;
5233
+ size: string;
5234
+ presets: Array<PoCalendarRangePreset>;
5235
+ selectedPreset: string | null;
5236
+ responsive: boolean;
5237
+ set locale(value: string);
5238
+ get locale(): string;
5239
+ closeCalendar: EventEmitter<void>;
5240
+ selectPreset: EventEmitter<{
5241
+ label: string;
5242
+ start: Date;
5243
+ end: Date;
5244
+ }>;
5245
+ presetButtons: QueryList<HTMLButtonElement>;
5246
+ focusedIndex: number;
5247
+ getDisplayLabel(preset: PoCalendarRangePreset): string;
5248
+ isSelected(preset: PoCalendarRangePreset): boolean;
5249
+ onKeydown(event: KeyboardEvent, index: number): void;
5250
+ resetFocusToFirst(): void;
5251
+ isPresetDisabled(preset: PoCalendarRangePreset): boolean;
5252
+ onPresetClick(preset: PoCalendarRangePreset): void;
5253
+ private focusPreset;
5254
+ private getPresetButtons;
5255
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarPresetListComponent, never>;
5256
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarPresetListComponent, "po-calendar-preset-list", never, { "size": { "alias": "p-size"; "required": false; }; "presets": { "alias": "p-presets"; "required": false; }; "selectedPreset": { "alias": "p-selected-preset"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "closeCalendar": "p-close-calendar"; "selectPreset": "p-select-preset"; }, never, never, false, never>;
5257
+ }
5258
+
5075
5259
  declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5076
5260
  private readonly poCalendarService;
5077
5261
  private readonly poCalendarLangService;
@@ -5089,6 +5273,8 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5089
5273
  maxDate: any;
5090
5274
  hoverValue: Date;
5091
5275
  size: string;
5276
+ hideTodayButton: boolean;
5277
+ hasPresets: boolean;
5092
5278
  headerTemplate?: TemplateRef<any>;
5093
5279
  private _locale;
5094
5280
  set locale(value: string);
@@ -5144,6 +5330,12 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5144
5330
  private updateTemplateContext;
5145
5331
  updateDate(year: number, month: number, comboComponent?: any): void;
5146
5332
  onComboBlur(comboComponent?: any): void;
5333
+ private handleComboBlur;
5334
+ private syncInputValue;
5335
+ private applySelectedValue;
5336
+ private ensureValidDisplay;
5337
+ private isMonthInvalid;
5338
+ private isYearInvalid;
5147
5339
  private updateDisplay;
5148
5340
  private setInitialFocusedDay;
5149
5341
  private ensureValidFocusedDay;
@@ -5158,11 +5350,9 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5158
5350
  onMouseEnter(day: any): void;
5159
5351
  onMouseLeave(): void;
5160
5352
  onSelectToday(): void;
5161
- onTodayKeydown(event: KeyboardEvent): void;
5353
+ onFooterCloseCalendar(): void;
5162
5354
  onHostKeydown(event: KeyboardEvent): void;
5163
5355
  private restoreOriginalDisplay;
5164
- onTodayKeydownEnter(event: KeyboardEvent): void;
5165
- onTodayKeydownSpace(event: KeyboardEvent): void;
5166
5356
  onDayKeydown(event: KeyboardEvent, day: Date, index: number): void;
5167
5357
  private isSelectionKey;
5168
5358
  private handleSelectKey;
@@ -5203,7 +5393,7 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
5203
5393
  trackByDay(index: number, day: Date): string;
5204
5394
  trackByWeekDay(index: number, weekDay: string): string;
5205
5395
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarWrapperComponent, never>;
5206
- static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarWrapperComponent, "po-calendar-wrapper", never, { "value": { "alias": "p-value"; "required": false; }; "mode": { "alias": "p-mode"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "partType": { "alias": "p-part-type"; "required": false; }; "range": { "alias": "p-range"; "required": false; }; "activateDate": { "alias": "p-activate-date"; "required": false; }; "selectedValue": { "alias": "p-selected-value"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "hoverValue": { "alias": "p-hover-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "headerChange": "p-header-change"; "selectDate": "p-select-date"; "hoverDate": "p-hover-date"; "closeCalendar": "p-close-calendar"; }, never, never, false, never>;
5396
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarWrapperComponent, "po-calendar-wrapper", never, { "value": { "alias": "p-value"; "required": false; }; "mode": { "alias": "p-mode"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "partType": { "alias": "p-part-type"; "required": false; }; "range": { "alias": "p-range"; "required": false; }; "activateDate": { "alias": "p-activate-date"; "required": false; }; "selectedValue": { "alias": "p-selected-value"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "hoverValue": { "alias": "p-hover-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "hideTodayButton": { "alias": "p-hide-today-button"; "required": false; }; "hasPresets": { "alias": "p-presets"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "headerChange": "p-header-change"; "selectDate": "p-select-date"; "hoverDate": "p-hover-date"; "closeCalendar": "p-close-calendar"; }, never, never, false, never>;
5207
5397
  }
5208
5398
 
5209
5399
  /**
@@ -6128,6 +6318,7 @@ declare class PoComboOptionTemplateDirective {
6128
6318
  * <example name="po-combo-scheduling" title="PO Combo - Scheduling">
6129
6319
  * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.html"> </file>
6130
6320
  * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.ts"> </file>
6321
+ * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.css"> </file>
6131
6322
  * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.service.ts"> </file>
6132
6323
  * </example>
6133
6324
  *
@@ -6371,7 +6562,7 @@ declare class PoComboModule {
6371
6562
  */
6372
6563
  declare class PoCalendarModule {
6373
6564
  static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarModule, never>;
6374
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoCalendarModule, [typeof PoCalendarComponent, typeof PoCalendarHeaderComponent, typeof PoCalendarWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof PoIconModule, typeof PoComboModule, typeof PoButtonModule], [typeof PoCalendarComponent]>;
6565
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoCalendarModule, [typeof PoCalendarComponent, typeof PoCalendarFooterComponent, typeof PoCalendarHeaderComponent, typeof PoCalendarPresetListComponent, typeof PoCalendarWrapperComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof PoIconModule, typeof PoComboModule, typeof PoButtonModule], [typeof PoCalendarComponent]>;
6375
6566
  static ɵinj: i0.ɵɵInjectorDeclaration<PoCalendarModule>;
6376
6567
  }
6377
6568
 
@@ -6772,6 +6963,16 @@ interface PoTableColumnIcon {
6772
6963
  * - <span class="dot po-color-11"></span> `color-11`
6773
6964
  * - <span class="dot po-color-12"></span> `color-12`
6774
6965
  *
6966
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
6967
+ *
6968
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
6969
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
6970
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
6971
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
6972
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
6973
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
6974
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
6975
+ *
6775
6976
  */
6776
6977
  color?: string | Function;
6777
6978
  /** Função que deve retornar um booleano para habilitar ou desabilitar o ícone e sua ação. */
@@ -6847,6 +7048,24 @@ interface PoTableColumnLabel {
6847
7048
  * - <span class="dot po-color-10"></span> `color-10`
6848
7049
  * - <span class="dot po-color-11"></span> `color-11`
6849
7050
  * - <span class="dot po-color-12"></span> `color-12`
7051
+ *
7052
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
7053
+ *
7054
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
7055
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
7056
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
7057
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
7058
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
7059
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
7060
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
7061
+ *
7062
+ * Exemplo de uso:
7063
+ * ```
7064
+ * { property: 'status', type: 'label', labels: [
7065
+ * { value: 'ativo', color: 'caption-tag-13', label: 'Ativo' },
7066
+ * { value: 'pendente', color: 'caption-tag-08', label: 'Pendente' }
7067
+ * ]}
7068
+ * ```
6850
7069
  */
6851
7070
  color?: string;
6852
7071
  /**
@@ -6876,6 +7095,9 @@ interface PoTableColumnLabel {
6876
7095
  * - Para uma melhor acessibilidade no uso do componente é recomendável utilizar cores com um melhor contraste em relação ao background.
6877
7096
  *
6878
7097
  * > **Atenção:** A propriedade `p-type` sobrepõe esta definição.
7098
+ *
7099
+ * > **Atenção:** As cores da paleta **Caption Tag Colors** (`caption-tag-01` a `caption-tag-35`) não são aceitas nesta propriedade,
7100
+ * pois possuem cor de texto fixa definida via token CSS.
6879
7101
  */
6880
7102
  textColor?: string;
6881
7103
  /**
@@ -7073,6 +7295,16 @@ interface PoTableSubtitleColumn {
7073
7295
  * - <span class="dot po-color-11"></span> `color-11`
7074
7296
  * - <span class="dot po-color-12"></span> `color-12`
7075
7297
  *
7298
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
7299
+ *
7300
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
7301
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
7302
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
7303
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
7304
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
7305
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
7306
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
7307
+ *
7076
7308
  * @default `color-01`
7077
7309
  */
7078
7310
  color?: string;
@@ -7134,6 +7366,16 @@ interface PoTableColumn {
7134
7366
  * - <span class="dot po-color-11"></span> `color-11`
7135
7367
  * - <span class="dot po-color-12"></span> `color-12`
7136
7368
  *
7369
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
7370
+ *
7371
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
7372
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
7373
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
7374
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
7375
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
7376
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
7377
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
7378
+ *
7137
7379
  * > Existe a possibilidade de informar uma função que retorne um dos valores aceitos, serão passados
7138
7380
  * por parâmetro a linha e a coluna atual, por exemplo:
7139
7381
  *
@@ -7213,8 +7455,8 @@ interface PoTableColumn {
7213
7455
  *
7214
7456
  * ```
7215
7457
  * { property: 'flightStatus', label: 'Status', type: 'label', width:'100px', labels: [
7216
- * { value: 'confirmed', color: 'color-11', label: 'Confirmado', tooltip: 'Flight Status' },
7217
- * { value: 'delayed', color: 'color-08', label: 'Atrasado', tooltip: 'Flight Status' }
7458
+ * { value: 'confirmed', color: 'caption-tag-13', label: 'Confirmado', tooltip: 'Flight Status' },
7459
+ * { value: 'delayed', color: 'caption-tag-08', label: 'Atrasado', tooltip: 'Flight Status' }
7218
7460
  * }
7219
7461
  * ```
7220
7462
  *
@@ -7250,8 +7492,8 @@ interface PoTableColumn {
7250
7492
  *
7251
7493
  * ```
7252
7494
  * { property: 'flightStatus', label: 'Status', color: 'subtitle', width:'100px', subtitles: [
7253
- * { value: 'confirmed', color: 'color-11', label: 'Confirmado', content: '1' },
7254
- * { value: 'delayed', color: 'color-08', label: 'Atrasado', content: '2' }
7495
+ * { value: 'confirmed', color: 'caption-tag-13', label: 'Confirmado', content: '1' },
7496
+ * { value: 'delayed', color: 'caption-tag-08', label: 'Atrasado', content: '2' }
7255
7497
  * }
7256
7498
  * ```
7257
7499
  * Nesse exemplo a coluna escolhida para legenda é 'flightStatus', se o valor dessa coluna for 'confirmed', o texto da legenda será
@@ -8584,6 +8826,28 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8584
8826
  * Por exemplo: ["idCard", "name", "hireStatus", "age"].
8585
8827
  */
8586
8828
  changeVisibleColumns: EventEmitter<string[]>;
8829
+ /**
8830
+ * @optional
8831
+ *
8832
+ * @description
8833
+ * Evento disparado ao alterar o estado de fixação de uma coluna no gerenciador de colunas.
8834
+ *
8835
+ * O componente envia como parâmetro um array de string com as propriedades das colunas fixas.
8836
+ * Por exemplo: ["name", "age"].
8837
+ *
8838
+ * > Incompatível com `p-hide-action-fixed-columns`. Quando esta propriedade estiver ativa, o evento não será disparado.
8839
+ *
8840
+ * @example
8841
+ *
8842
+ * ```html
8843
+ * <po-table
8844
+ * [p-columns]="columns"
8845
+ * [p-items]="items"
8846
+ * (p-change-fixed-columns)="onFixedColumnsChange($event)">
8847
+ * </po-table>
8848
+ * ```
8849
+ */
8850
+ changeFixedColumns: i0.OutputEmitterRef<string[]>;
8587
8851
  /**
8588
8852
  * @optional
8589
8853
  *
@@ -9008,7 +9272,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
9008
9272
  protected abstract getDefaultSpacing(): any;
9009
9273
  protected abstract reapplySort(): any;
9010
9274
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTableBaseComponent, never>;
9011
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoTableBaseComponent, never, never, { "hideColumnsManager": { "alias": "p-hide-columns-manager"; "required": false; }; "hideBatchActions": { "alias": "p-hide-batch-actions"; "required": false; }; "textWrap": { "alias": "p-text-wrap"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; "hideTableSearch": { "alias": "p-hide-table-search"; "required": false; }; "autoCollapse": { "alias": "p-auto-collapse"; "required": false; }; "loadingShowMore": { "alias": "p-loading-show-more"; "required": false; }; "sort": { "alias": "p-sort"; "required": false; }; "showMoreDisabled": { "alias": "p-show-more-disabled"; "required": false; }; "striped": { "alias": "p-striped"; "required": false; }; "hideSelectAll": { "alias": "p-hide-select-all"; "required": false; }; "singleSelect": { "alias": "p-single-select"; "required": false; }; "selectableEntireLine": { "alias": "p-selectable-entire-line"; "required": false; }; "actionRight": { "alias": "p-actions-right"; "required": false; }; "maxColumns": { "alias": "p-max-columns"; "required": false; }; "filterType": { "alias": "p-filter-type"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "columns": { "alias": "p-columns"; "required": false; }; "container": { "alias": "p-container"; "required": false; }; "paramDeleteApi": { "alias": "p-param-delete-api"; "required": false; }; "height": { "alias": "p-height"; "required": false; }; "hideDetail": { "alias": "p-hide-detail"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "selectable": { "alias": "p-selectable"; "required": false; }; "infiniteScroll": { "alias": "p-infinite-scroll"; "required": false; }; "infiniteScrollDistance": { "alias": "p-infinite-scroll-distance"; "required": false; }; "serviceApi": { "alias": "p-service-api"; "required": false; }; "serviceDeleteApi": { "alias": "p-service-delete"; "required": false; }; "spacing": { "alias": "p-spacing"; "required": false; }; "filteredColumns": { "alias": "p-filtered-columns"; "required": false; }; "draggable": { "alias": "p-draggable"; "required": false; }; "virtualScroll": { "alias": "p-virtual-scroll"; "required": false; }; }, { "allSelected": "p-all-selected"; "allUnselected": "p-all-unselected"; "collapsed": "p-collapsed"; "expanded": "p-expanded"; "eventDelete": "p-delete-items"; "selected": "p-selected"; "showMore": "p-show-more"; "sortBy": "p-sort-by"; "unselected": "p-unselected"; "changeVisibleColumns": "p-change-visible-columns"; "columnRestoreManager": "p-restore-column-manager"; }, never, never, true, never>;
9275
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoTableBaseComponent, never, never, { "hideColumnsManager": { "alias": "p-hide-columns-manager"; "required": false; }; "hideBatchActions": { "alias": "p-hide-batch-actions"; "required": false; }; "textWrap": { "alias": "p-text-wrap"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; "hideTableSearch": { "alias": "p-hide-table-search"; "required": false; }; "autoCollapse": { "alias": "p-auto-collapse"; "required": false; }; "loadingShowMore": { "alias": "p-loading-show-more"; "required": false; }; "sort": { "alias": "p-sort"; "required": false; }; "showMoreDisabled": { "alias": "p-show-more-disabled"; "required": false; }; "striped": { "alias": "p-striped"; "required": false; }; "hideSelectAll": { "alias": "p-hide-select-all"; "required": false; }; "singleSelect": { "alias": "p-single-select"; "required": false; }; "selectableEntireLine": { "alias": "p-selectable-entire-line"; "required": false; }; "actionRight": { "alias": "p-actions-right"; "required": false; }; "maxColumns": { "alias": "p-max-columns"; "required": false; }; "filterType": { "alias": "p-filter-type"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "columns": { "alias": "p-columns"; "required": false; }; "container": { "alias": "p-container"; "required": false; }; "paramDeleteApi": { "alias": "p-param-delete-api"; "required": false; }; "height": { "alias": "p-height"; "required": false; }; "hideDetail": { "alias": "p-hide-detail"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "selectable": { "alias": "p-selectable"; "required": false; }; "infiniteScroll": { "alias": "p-infinite-scroll"; "required": false; }; "infiniteScrollDistance": { "alias": "p-infinite-scroll-distance"; "required": false; }; "serviceApi": { "alias": "p-service-api"; "required": false; }; "serviceDeleteApi": { "alias": "p-service-delete"; "required": false; }; "spacing": { "alias": "p-spacing"; "required": false; }; "filteredColumns": { "alias": "p-filtered-columns"; "required": false; }; "draggable": { "alias": "p-draggable"; "required": false; }; "virtualScroll": { "alias": "p-virtual-scroll"; "required": false; }; }, { "allSelected": "p-all-selected"; "allUnselected": "p-all-unselected"; "collapsed": "p-collapsed"; "expanded": "p-expanded"; "eventDelete": "p-delete-items"; "selected": "p-selected"; "showMore": "p-show-more"; "sortBy": "p-sort-by"; "unselected": "p-unselected"; "changeVisibleColumns": "p-change-visible-columns"; "changeFixedColumns": "p-change-fixed-columns"; "columnRestoreManager": "p-restore-column-manager"; }, never, never, true, never>;
9012
9276
  static ngAcceptInputType_hideColumnsManager: any;
9013
9277
  static ngAcceptInputType_hideBatchActions: any;
9014
9278
  static ngAcceptInputType_textWrap: any;
@@ -9247,6 +9511,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
9247
9511
  isShowRowTemplate(row: any, index: number): boolean;
9248
9512
  onClickLink(event: any, row: any, column: PoTableColumn): void;
9249
9513
  onChangeVisibleColumns(columns: Array<string>): void;
9514
+ onChangeFixedColumns(columns: Array<string>): void;
9250
9515
  onColumnRestoreManager(value: Array<string>): void;
9251
9516
  onVisibleColumnsChange(columns: Array<PoTableColumn>): void;
9252
9517
  tooltipMouseEnter(event: any, column?: PoTableColumn, row?: any): any;
@@ -9749,6 +10014,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9749
10014
  lastVisibleColumnsSelected: Array<PoTableColumn>;
9750
10015
  visibleColumnsChange: EventEmitter<PoTableColumn[]>;
9751
10016
  changeVisibleColumns: EventEmitter<string[]>;
10017
+ changeFixedColumns: i0.OutputEmitterRef<string[]>;
9752
10018
  initialColumns: EventEmitter<string[]>;
9753
10019
  hideActionFixedColumns: boolean;
9754
10020
  literals: any;
@@ -9820,7 +10086,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9820
10086
  private stringify;
9821
10087
  private removePropertyFixed;
9822
10088
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTableColumnManagerComponent, never>;
9823
- static ɵcmp: i0.ɵɵComponentDeclaration<PoTableColumnManagerComponent, "po-table-column-manager", never, { "columns": { "alias": "p-columns"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "colunsDefault": { "alias": "p-columns-default"; "required": false; }; "lastVisibleColumnsSelected": { "alias": "p-last-visible-columns-selected"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "maxColumns": { "alias": "p-max-columns"; "required": false; }; }, { "visibleColumnsChange": "p-visible-columns-change"; "changeVisibleColumns": "p-change-visible-columns"; "initialColumns": "p-initial-columns"; }, never, never, false, never>;
10089
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoTableColumnManagerComponent, "po-table-column-manager", never, { "columns": { "alias": "p-columns"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; "colunsDefault": { "alias": "p-columns-default"; "required": false; }; "lastVisibleColumnsSelected": { "alias": "p-last-visible-columns-selected"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "maxColumns": { "alias": "p-max-columns"; "required": false; }; }, { "visibleColumnsChange": "p-visible-columns-change"; "changeVisibleColumns": "p-change-visible-columns"; "changeFixedColumns": "p-change-fixed-columns"; "initialColumns": "p-initial-columns"; }, never, never, false, never>;
9824
10090
  static ngAcceptInputType_hideActionFixedColumns: any;
9825
10091
  }
9826
10092
 
@@ -10597,6 +10863,7 @@ declare class PoContainerBaseComponent {
10597
10863
  * <example name="po-container-dashboard" title="PO Container - Dashboard">
10598
10864
  * <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.html"> </file>
10599
10865
  * <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.ts"> </file>
10866
+ * <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.css"> </file>
10600
10867
  * <file name="sample-po-container-dashboard/sample-po-container-dashboard.service.ts"> </file>
10601
10868
  * </example>
10602
10869
  */
@@ -11889,12 +12156,13 @@ declare class PoSearchBaseComponent {
11889
12156
  * <example name="po-search-labs" title="PO Search Labs">
11890
12157
  * <file name="sample-po-search-labs/sample-po-search-labs.component.html"> </file>
11891
12158
  * <file name="sample-po-search-labs/sample-po-search-labs.component.ts"> </file>
11892
- * <file name="sample-po-search-labs/sample-po-search-labs.service.ts"> </file>
12159
+ * <file name="sample-po-search-labs/sample-po-search-labs.component.css"> </file>
11893
12160
  * </example>
11894
12161
  *
11895
12162
  * <example name="po-search-find-people" title="PO Search Find People">
11896
12163
  * <file name="sample-po-search-find-people/sample-po-search-find-people.component.html"> </file>
11897
12164
  * <file name="sample-po-search-find-people/sample-po-search-find-people.component.ts"> </file>
12165
+ * <file name="sample-po-search-find-people/sample-po-search-find-people.component.css"> </file>
11898
12166
  * <file name="sample-po-search-find-people/sample-po-search-find-people.service.ts"> </file>
11899
12167
  * </example>
11900
12168
  *
@@ -11912,6 +12180,7 @@ declare class PoSearchBaseComponent {
11912
12180
  * <example name="po-search-execute" title="PO Search Form Fields with Execute">
11913
12181
  * <file name="sample-po-search-execute/sample-po-search-execute.component.html"> </file>
11914
12182
  * <file name="sample-po-search-execute/sample-po-search-execute.component.ts"> </file>
12183
+ * <file name="sample-po-search-execute/sample-po-search-execute.component.css"> </file>
11915
12184
  * </example>
11916
12185
  *
11917
12186
  * <example name="po-search-fields-locate" title="PO Search Form Fields with Locate">
@@ -14474,6 +14743,1092 @@ declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements
14474
14743
  static ɵcmp: i0.ɵɵComponentDeclaration<PoDatepickerComponent, "po-datepicker", never, { "label": { "alias": "p-label"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; }, {}, never, never, false, never>;
14475
14744
  }
14476
14745
 
14746
+ /**
14747
+ * @usedBy PoTimepickerComponent
14748
+ *
14749
+ * @description
14750
+ *
14751
+ * *Enum* que define o padrão de formatação do model de saída do timepicker.
14752
+ */
14753
+ declare enum PoTimepickerModelFormat {
14754
+ /** Formato básico `HH:mm` (ex: `14:30`). */
14755
+ HourMinute = "HH:mm",
14756
+ /** Formato com segundos `HH:mm:ss` (ex: `14:30:00`). */
14757
+ HourMinuteSecond = "HH:mm:ss"
14758
+ }
14759
+
14760
+ /**
14761
+ * @usedBy PoTimerComponent
14762
+ *
14763
+ * @description
14764
+ *
14765
+ * Enum para definição do formato de exibição do timer.
14766
+ */
14767
+ declare enum PoTimerFormat {
14768
+ /** Formato de 24 horas (0-23). */
14769
+ Format24 = "24",
14770
+ /** Formato de 12 horas (1-12) com indicador AM/PM. */
14771
+ Format12 = "12"
14772
+ }
14773
+
14774
+ /**
14775
+ * @docsPrivate
14776
+ *
14777
+ * @description
14778
+ *
14779
+ * O `po-timer` é um componente de seleção de horário que apresenta colunas de horas, minutos e, opcionalmente, segundos
14780
+ * para que a pessoa usuária escolha um horário de forma intuitiva.
14781
+ *
14782
+ * O componente é recomendado para cenários onde é necessário selecionar um horário específico, podendo ser utilizado
14783
+ * de forma independente ou integrado ao `po-timepicker` como painel flutuante de seleção.
14784
+ *
14785
+ * O valor de saída segue o formato ISO 8601 para horários (`HH:mm` ou `HH:mm:ss`).
14786
+ *
14787
+ * **Importante:**
14788
+ * - Horários fora do intervalo (`p-min-time` / `p-max-time`) aparecem desabilitados sem alterar o *model*.
14789
+ *
14790
+ * #### Boas práticas
14791
+ *
14792
+ * - Utilize o formato de 24 horas quando o contexto for profissional ou técnico (ex: agendamentos, logs).
14793
+ * - Utilize o formato de 12 horas (AM/PM) quando o público-alvo estiver habituado a esse padrão.
14794
+ * - Defina intervalos de minutos adequados ao contexto: intervalos de 5 minutos para agendamentos gerais,
14795
+ * intervalos de 15 minutos para reuniões, ou intervalos de 1 minuto para precisão.
14796
+ * - Configure limites mínimo e máximo para impedir seleção de horários inválidos no contexto da aplicação.
14797
+ *
14798
+ * #### Acessibilidade tratada no componente
14799
+ *
14800
+ * Algumas diretrizes de acessibilidade já são tratadas no componente, internamente, e não podem ser alteradas pelo
14801
+ * proprietário do conteúdo. São elas:
14802
+ *
14803
+ * - Navegação por teclado: O componente permite interação via tecla Tab entre as colunas e navegação nas células
14804
+ * por meio das setas direcionais (Arrow Up/Down).
14805
+ * - Foco visual: A área de foco possui espessura de pelo menos 2 pixels CSS e não é sobreposta por outros elementos da tela,
14806
+ * garantindo visibilidade para usuários que utilizam teclado.
14807
+ * [WCAG 2.4.12: Focus Appearance](https://www.w3.org/WAI/WCAG22/Understanding/focus-appearance-enhanced)
14808
+ * - Leitores de tela: Cada coluna e célula possui atributos ARIA para correta leitura por leitores de tela
14809
+ * como NVDA e VoiceOver.
14810
+ *
14811
+ * #### Tokens customizáveis
14812
+ *
14813
+ * É possível alterar o estilo do componente usando os seguintes tokens (CSS):
14814
+ *
14815
+ * > Para maiores informações, acesse o guia [Personalizando o Tema Padrão com Tokens CSS](https://po-ui.io/guides/theme-customization).
14816
+ *
14817
+ * | Propriedade | Descrição | Valor Padrão |
14818
+ * |--------------------------------|------------------------------------------------------|-----------------------------------|
14819
+ * | **Base** | | |
14820
+ * | `--background` | Cor de fundo | `var(--color-neutral-light-00)` |
14821
+ * | `--border-color` | Cor da borda | `var(--color-neutral-light-20)` |
14822
+ * | `--border-radius` | Raio da borda | `var(--border-radius-md)` |
14823
+ * | `--border-width` | Largura da borda | `var(--border-width-sm)` |
14824
+ * | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-md)` |
14825
+ * | **Display** | | |
14826
+ * | `--color-display` | Cor da fonte do display | `var(--color-brand-01-base)` |
14827
+ * | `--font-weight-display` | Peso da fonte do display | `var(--font-weight-bold)` |
14828
+ * | `--border-radius-display` | Raio da borda do display | `var(--border-radius-md)` |
14829
+ * | **Hover** | | |
14830
+ * | `--color-hover-display` | Cor da fonte do display ao passar o mouse | `var(--color-brand-01-darkest)` |
14831
+ * | `--background-hover-display` | Cor de fundo do display ao passar o mouse | `var(--color-brand-01-lighter)` |
14832
+ * | **Focus** | | |
14833
+ * | `--outline-color-focused-display` | Cor do outline do estado de focus | `var(--color-brand-01-darkest)` |
14834
+ * | **Pressed** | | |
14835
+ * | `--background-pressed-display` | Cor de fundo do display ao pressionar | `var(--color-brand-01-light)` |
14836
+ * | **Disabled** | | |
14837
+ * | `--color-disabled-display` | Cor da fonte do display desabilitado | `var(--color-neutral-light-30)` |
14838
+ * | **Transitions** | | |
14839
+ * | `--transition-duration` | Duração da transição do display | `var(--duration-extra-fast)` |
14840
+ * | `--transition-property` | Atributo da transição do display | `all` |
14841
+ * | `--transition-timing` | Tipo de transição do display | `var(--timing-standart)` |
14842
+ */
14843
+ declare class PoTimerBaseComponent implements ControlValueAccessor {
14844
+ protected languageService: PoLanguageService;
14845
+ private _format;
14846
+ private _locale;
14847
+ private _maxTime;
14848
+ private _minTime;
14849
+ private _minuteInterval;
14850
+ private _secondInterval;
14851
+ private _showSeconds;
14852
+ private _size?;
14853
+ private _initialSize;
14854
+ private readonly shortLanguage;
14855
+ protected onChangePropagate: (value: string) => void;
14856
+ protected onTouched: () => void;
14857
+ /**
14858
+ * @optional
14859
+ *
14860
+ * @description
14861
+ *
14862
+ * Evento disparado ao selecionar um horário.
14863
+ * Retorna uma `string` no formato ISO 8601 (`HH:mm` ou `HH:mm:ss`).
14864
+ */
14865
+ change: EventEmitter<string>;
14866
+ /**
14867
+ * @optional
14868
+ *
14869
+ * @description
14870
+ *
14871
+ * Define um valor inicial para o componente no formato ISO 8601 (`HH:mm` ou `HH:mm:ss`).
14872
+ */
14873
+ set value(value: string);
14874
+ get value(): string;
14875
+ /**
14876
+ * @optional
14877
+ *
14878
+ * @description
14879
+ *
14880
+ * Define o formato de exibição do timer.
14881
+ *
14882
+ * Valores válidos:
14883
+ * - `24`: formato de 24 horas (padrão)
14884
+ * - `12`: formato de 12 horas com indicador AM/PM
14885
+ *
14886
+ * @default `24`
14887
+ */
14888
+ set format(value: PoTimerFormat);
14889
+ get format(): PoTimerFormat;
14890
+ /**
14891
+ * @optional
14892
+ *
14893
+ * @description
14894
+ *
14895
+ * Idioma do componente.
14896
+ *
14897
+ * > O locale padrão será recuperado com base no [`PoI18nService`](/documentation/po-i18n) ou *browser*.
14898
+ */
14899
+ set locale(locale: string);
14900
+ get locale(): string;
14901
+ /**
14902
+ * @optional
14903
+ *
14904
+ * @description
14905
+ *
14906
+ * Define o horário máximo permitido para seleção.
14907
+ * Horários posteriores ao limite ficam desabilitados.
14908
+ *
14909
+ * Formato aceito: `HH:mm` ou `HH:mm:ss`.
14910
+ */
14911
+ set maxTime(value: string);
14912
+ get maxTime(): string;
14913
+ /**
14914
+ * @optional
14915
+ *
14916
+ * @description
14917
+ *
14918
+ * Define o horário mínimo permitido para seleção.
14919
+ * Horários anteriores ao limite ficam desabilitados.
14920
+ *
14921
+ * Formato aceito: `HH:mm` ou `HH:mm:ss`.
14922
+ */
14923
+ set minTime(value: string);
14924
+ get minTime(): string;
14925
+ /**
14926
+ * @optional
14927
+ *
14928
+ * @description
14929
+ *
14930
+ * Define o intervalo entre os minutos exibidos no painel.
14931
+ *
14932
+ * @default `5`
14933
+ */
14934
+ set minuteInterval(value: number);
14935
+ get minuteInterval(): number;
14936
+ /**
14937
+ * @optional
14938
+ *
14939
+ * @description
14940
+ *
14941
+ * Define o intervalo entre os segundos exibidos no painel.
14942
+ * Utilizado apenas quando `p-show-seconds` está ativo.
14943
+ *
14944
+ * @default `1`
14945
+ */
14946
+ set secondInterval(value: number);
14947
+ get secondInterval(): number;
14948
+ /**
14949
+ * @optional
14950
+ *
14951
+ * @description
14952
+ *
14953
+ * Exibe a coluna de segundos no painel de seleção.
14954
+ *
14955
+ * @default `false`
14956
+ */
14957
+ set showSeconds(value: boolean);
14958
+ get showSeconds(): boolean;
14959
+ /**
14960
+ * @optional
14961
+ *
14962
+ * @description
14963
+ *
14964
+ * Define o tamanho do componente.
14965
+ *
14966
+ * > Caso a acessibilidade AA não esteja configurada, o tamanho `medium` será mantido.
14967
+ * Para mais detalhes, consulte a documentação do [po-theme](https://po-ui.io/documentation/po-theme).
14968
+ *
14969
+ * @default `medium`
14970
+ */
14971
+ set size(value: string);
14972
+ get size(): string;
14973
+ literals: {
14974
+ hours: string;
14975
+ minutes: string;
14976
+ seconds: string;
14977
+ };
14978
+ hours: Array<number>;
14979
+ minutes: Array<number>;
14980
+ seconds: Array<number>;
14981
+ selectedHour: number;
14982
+ selectedMinute: number;
14983
+ selectedSecond: number;
14984
+ period: string;
14985
+ constructor(languageService: PoLanguageService);
14986
+ get is12HourFormat(): boolean;
14987
+ protected onThemeChange(): void;
14988
+ /** Gera a lista de horas disponíveis de acordo com o formato. */
14989
+ protected generateHours(): void;
14990
+ /** Gera a lista de minutos de acordo com o intervalo configurado. */
14991
+ protected generateMinutes(): void;
14992
+ /** Gera a lista de segundos de acordo com o intervalo configurado. */
14993
+ protected generateSeconds(): void;
14994
+ /** Formata um número com dois dígitos. */
14995
+ protected formatValue(value: number): string;
14996
+ /** Verifica se uma hora está desabilitada com base nos limites min/max. */
14997
+ protected isHourDisabled(hour: number): boolean;
14998
+ /** Verifica se um minuto está desabilitado com base nos limites min/max e hora selecionada. */
14999
+ protected isMinuteDisabled(minute: number): boolean;
15000
+ /** Verifica se um segundo está desabilitado com base nos limites min/max, hora e minuto selecionados. */
15001
+ protected isSecondDisabled(second: number): boolean;
15002
+ protected isMinuteAllowedForHour(hour: number, minute: number): boolean;
15003
+ protected isSecondAllowed(hour: number, minute: number, second: number): boolean;
15004
+ /** Gera o valor ISO 8601 com base na seleção atual. */
15005
+ protected buildTimeValue(): string;
15006
+ /** Define o horário a partir de uma string ISO. */
15007
+ setTimeFromString(time: string): void;
15008
+ /** Converte hora 24h para formato de exibicao 12h com periodo. */
15009
+ private convertTo12HourDisplay;
15010
+ writeValue(value: any): void;
15011
+ registerOnChange(fn: (value: string) => void): void;
15012
+ registerOnTouched(fn: () => void): void;
15013
+ setDisabledState(_isDisabled: boolean): void;
15014
+ protected emitChange(): void;
15015
+ protected callOnTouched(): void;
15016
+ private updateModel;
15017
+ /** Converte hora no formato atual para formato de 24 horas. */
15018
+ protected convertTo24Hour(hour: number): number;
15019
+ /** Extrai componente do tempo (hora, minuto ou segundo) de uma string. */
15020
+ protected parseTimeComponent(time: string, component: 'hour' | 'minute' | 'second'): number;
15021
+ private applySizeBasedOnA11y;
15022
+ private isValidTimeString;
15023
+ private setLiterals;
15024
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimerBaseComponent, never>;
15025
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoTimerBaseComponent, never, never, { "value": { "alias": "p-value"; "required": false; }; "format": { "alias": "p-format"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; "maxTime": { "alias": "p-max-time"; "required": false; }; "minTime": { "alias": "p-min-time"; "required": false; }; "minuteInterval": { "alias": "p-minute-interval"; "required": false; }; "secondInterval": { "alias": "p-second-interval"; "required": false; }; "showSeconds": { "alias": "p-show-seconds"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "change": "p-change"; }, never, never, true, never>;
15026
+ }
15027
+
15028
+ /** Tipo dos eixos das colunas. */
15029
+ type PoTimerColumnType = 'hour' | 'minute' | 'second' | 'period';
15030
+ /**
15031
+ * @docsPrivate
15032
+ *
15033
+ * @docsExtends PoTimerBaseComponent
15034
+ *
15035
+ * @example
15036
+ *
15037
+ * <example name="po-timer-basic" title="PO Timer Basic">
15038
+ * <file name="sample-po-timer-basic/sample-po-timer-basic.component.html"> </file>
15039
+ * <file name="sample-po-timer-basic/sample-po-timer-basic.component.ts"> </file>
15040
+ * </example>
15041
+ *
15042
+ * <example name="po-timer-labs" title="PO Timer Labs">
15043
+ * <file name="sample-po-timer-labs/sample-po-timer-labs.component.html"> </file>
15044
+ * <file name="sample-po-timer-labs/sample-po-timer-labs.component.ts"> </file>
15045
+ * </example>
15046
+ *
15047
+ * <example name="po-timer-alarm" title="PO Timer - Alarm">
15048
+ * <file name="sample-po-timer-alarm/sample-po-timer-alarm.component.html"> </file>
15049
+ * <file name="sample-po-timer-alarm/sample-po-timer-alarm.component.ts"> </file>
15050
+ * </example>
15051
+ *
15052
+ * <example name="po-timer-shift" title="PO Timer - Shift">
15053
+ * <file name="sample-po-timer-shift/sample-po-timer-shift.component.html"> </file>
15054
+ * <file name="sample-po-timer-shift/sample-po-timer-shift.component.ts"> </file>
15055
+ * </example>
15056
+ */
15057
+ declare class PoTimerComponent extends PoTimerBaseComponent implements OnInit, OnChanges, AfterViewInit, AfterViewChecked, OnDestroy {
15058
+ hourCells: QueryList<ElementRef>;
15059
+ minuteCells: QueryList<ElementRef>;
15060
+ secondCells: QueryList<ElementRef>;
15061
+ periodCells: QueryList<ElementRef>;
15062
+ hourItemsRefs: QueryList<ElementRef<HTMLElement>>;
15063
+ minuteItemsRefs: QueryList<ElementRef<HTMLElement>>;
15064
+ secondItemsRefs: QueryList<ElementRef<HTMLElement>>;
15065
+ displayHours: Array<number>;
15066
+ displayMinutes: Array<number>;
15067
+ displaySeconds: Array<number>;
15068
+ boundaryTab: EventEmitter<{
15069
+ direction: "forward" | "backward";
15070
+ event: KeyboardEvent;
15071
+ column: PoTimerColumnType;
15072
+ }>;
15073
+ private readonly changeDetector;
15074
+ private readonly ngZone;
15075
+ private readonly domDocument;
15076
+ private hasViewInitialized;
15077
+ private currentRenderedSize;
15078
+ /** ID do requestAnimationFrame pendente para throttle do wheel. */
15079
+ private wheelRafId;
15080
+ /**
15081
+ * Offset atual (em px) de cada coluna, mantido em JS.
15082
+ * O container de itens e posicionado via translateY(-offset).
15083
+ * O offset e mantido sempre no intervalo [sectionHeight, 2*sectionHeight)
15084
+ * para que o salto de reposicionamento seja sempre invisivel (as secoes
15085
+ * sao identicas por serem copias do mesmo array fonte).
15086
+ */
15087
+ private columnOffsets;
15088
+ /**
15089
+ * Indice no displayArray do item focado em cada coluna.
15090
+ * Usado para redirecionar o foco ao botao correto ao entrar na coluna via Tab.
15091
+ */
15092
+ private focusedDisplayIndex;
15093
+ activeDescendantIds: Record<PoTimerColumnType, string>;
15094
+ disabledMinuteCache: Set<number>;
15095
+ disabledSecondCache: Set<number>;
15096
+ constructor();
15097
+ ngOnInit(): void;
15098
+ ngOnChanges(changes: SimpleChanges): void;
15099
+ ngAfterViewInit(): void;
15100
+ ngAfterViewChecked(): void;
15101
+ ngOnDestroy(): void;
15102
+ onSelectHour(hour: number): void;
15103
+ onSelectMinute(minute: number): void;
15104
+ onSelectSecond(second: number): void;
15105
+ onSelectPeriod(newPeriod: string): void;
15106
+ onCellFocus(type: PoTimerColumnType, displayIndex: number): void;
15107
+ getCellTabIndex(type: PoTimerColumnType, displayIndex: number): number;
15108
+ onCellKeydown(event: KeyboardEvent, type: PoTimerColumnType): void;
15109
+ onPeriodKeydown(event: KeyboardEvent): void;
15110
+ onColumnWheel(event: WheelEvent, type: PoTimerColumnType): void;
15111
+ writeValue(time: string): void;
15112
+ trackByIndex(index: number, _item: number): number;
15113
+ focusFirstVisibleCell(): void;
15114
+ focusLastVisibleCell(): void;
15115
+ initAllColumnOffsets(): void;
15116
+ /**
15117
+ * Posiciona o container de itens na secao do meio do array repetido,
15118
+ * alinhando o item selecionado ao topo da janela visivel.
15119
+ *
15120
+ * Estrutura do array repetido (exemplo sourceLength = 24, repeats = 3):
15121
+ * [secao 0: itens 0-23] [secao 1: itens 0-23] [secao 2: itens 0-23]
15122
+ * ^--- usuario fica aqui (offset em [sH, 2*sH))
15123
+ *
15124
+ * Usar a secao do meio garante que qualquer deslize para cima ou para baixo
15125
+ * tem espaco antes de precisar fazer o wrap.
15126
+ */
15127
+ private initColumnOffset;
15128
+ private getFirstAvailableIndexByType;
15129
+ private getReferenceHourForConstraints;
15130
+ private getReferenceMinuteForConstraints;
15131
+ private isValueDisabledByType;
15132
+ /**
15133
+ * Desloca a coluna pelo numero de passos indicado e aplica o wrap modular.
15134
+ *
15135
+ * O wrap mantem o offset em [sectionHeight, 2*sectionHeight), aproveitando
15136
+ * o fato de que as secoes sao identicas — o salto e impercetivel visualmente.
15137
+ */
15138
+ private scrollColumnByStep;
15139
+ private wrapOffset;
15140
+ private getCellStep;
15141
+ /**
15142
+ * Foca o botao nativo (<button> interno ao po-button) no indice indicado
15143
+ * do displayArray da coluna. O po-button tem tabindex=-1 para nao aparecer
15144
+ * no fluxo natural do Tab, mas pode receber foco programatico.
15145
+ */
15146
+ private focusButtonAt;
15147
+ private focusActiveButton;
15148
+ private computeTopDisplayIndex;
15149
+ /**
15150
+ * Foca a proxima coluna visivel do componente.
15151
+ * Se a coluna atual for a ultima, nao cancela o evento e deixa o browser
15152
+ * mover o foco para o proximo elemento focavel apos o componente.
15153
+ */
15154
+ private focusNextColumn;
15155
+ /**
15156
+ * Foca a coluna anterior visivel do componente.
15157
+ * Se a coluna atual for a primeira, nao cancela o evento e deixa o browser
15158
+ * mover o foco para o elemento focavel antes do componente.
15159
+ */
15160
+ private focusPreviousColumn;
15161
+ /**
15162
+ * Retorna, em ordem DOM, os elementos focaveis de todas as colunas visiveis.
15163
+ * Inclui o div da coluna AM/PM (se visivel), cujos botoes internos recebem
15164
+ * o foco diretamente pois nao usam o padrao de roving focus.
15165
+ */
15166
+ private getVisibleColumnTypes;
15167
+ private getCellsForType;
15168
+ /** Atualiza aria-activedescendant para o indice focado no displayArray. */
15169
+ private updateActiveDescendant;
15170
+ /**
15171
+ * Move o foco para o proximo item habilitado na direcao indicada.
15172
+ * So aplica translate quando o item focado fica parcial ou totalmente fora da viewport.
15173
+ */
15174
+ private moveFocusByStep;
15175
+ private movePeriodFocusByStep;
15176
+ private selectFocusedPeriod;
15177
+ private getFocusableDisplayIndex;
15178
+ /** Seleciona o item atualmente focado na coluna. */
15179
+ private selectFocusedItem;
15180
+ private shouldTranslateToRevealFocusedItem;
15181
+ private getStepsToRevealFocusedItem;
15182
+ private getColumnViewportHeight;
15183
+ private getNextEnabledDisplayIndex;
15184
+ private getForwardDistance;
15185
+ private getNormalizedDisplayIndex;
15186
+ private getDisplayIndexForSourceNearViewport;
15187
+ private getItemsElement;
15188
+ private normalizeFocusedIndex;
15189
+ private getNormalizedFocusedIndex;
15190
+ private getCurrentFocusedDisplayIndex;
15191
+ private getDomFocusedDisplayIndex;
15192
+ private isDisplayIndexDisabled;
15193
+ private getSelectedValue;
15194
+ private buildDisplayArrays;
15195
+ /** Reconstroi os caches de minutos e segundos desabilitados. */
15196
+ private rebuildDisabledCaches;
15197
+ private getFirstAvailableMinuteForCurrentHour;
15198
+ private getFirstAvailableSecondForCurrentHourAndMinute;
15199
+ private realignColumnsToSelection;
15200
+ private refreshRovingTabIndex;
15201
+ private repeatArray;
15202
+ private getSourceArray;
15203
+ private getDisplayArray;
15204
+ /**
15205
+ * Propaga atributos ARIA (role, aria-selected, aria-setsize, aria-posinset)
15206
+ * dos elementos host <po-button> para os elementos nativos <button> internos,
15207
+ * garantindo que leitores de tela como NVDA recebam a semantica correta.
15208
+ *
15209
+ * Usa a secao fixa do meio [sourceLength, 2*sourceLength) como canonica.
15210
+ * Quando o item focado esta fora dessa secao (na fronteira do infinity scroll),
15211
+ * ele substitui o item equivalente na secao fixa para manter exatamente
15212
+ * sourceLength itens com role="option".
15213
+ *
15214
+ * Duplicatas recebem aria-hidden="true" e role="none" no <button> nativo
15215
+ * (nao apenas no host <po-button>), pois NVDA ignora aria-hidden em
15216
+ * elementos customizados e conta <button> filhos de role="listbox".
15217
+ */
15218
+ private syncAriaToNativeButtons;
15219
+ /**
15220
+ * Determina se um item do displayArray e canonico para fins de ARIA.
15221
+ *
15222
+ * - Sem infinity scroll: todos sao canonicos.
15223
+ * - Com infinity scroll: a secao que contem o item focado e canonica.
15224
+ */
15225
+ private isCanonicalDisplayItem;
15226
+ /**
15227
+ * Sincroniza os atributos ARIA de um unico par host/nativeButton.
15228
+ * Chamado tanto por syncAriaToNativeButtons (batch) quanto por
15229
+ * focusButtonAt (antes do .focus()) para evitar leitura duplicada.
15230
+ */
15231
+ private syncSingleButtonAria;
15232
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimerComponent, never>;
15233
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoTimerComponent, "po-timer", never, {}, { "boundaryTab": "p-boundary-tab"; }, never, never, false, never>;
15234
+ }
15235
+
15236
+ /**
15237
+ * @description
15238
+ *
15239
+ * O `po-timepicker` é um componente para seleção de horário que permite a digitação e/ou seleção via painel flutuante.
15240
+ *
15241
+ * O formato de exibição do horário pode ser de 24 horas (`HH:mm`) ou 12 horas (`hh:mm AM/PM`),
15242
+ * e opcionalmente incluir segundos (`HH:mm:ss`).
15243
+ *
15244
+ * O valor de saída segue o formato ISO 8601 para horários (`HH:mm` ou `HH:mm:ss`).
15245
+ *
15246
+ * **Importante:**
15247
+ *
15248
+ * - Caso o valor digitado seja inválido, o `model` receberá uma string vazia.
15249
+ * - Caso o `input` esteja passando um `[(ngModel)]`, mas não tenha um `name`, então irá ocorrer um erro
15250
+ * do próprio Angular (`[ngModelOptions]="{standalone: true}"`).
15251
+ *
15252
+ * > Não esqueça de importar o `FormsModule` em seu módulo, tal como para utilizar o `input default`.
15253
+ *
15254
+ * #### Tokens customizáveis
15255
+ *
15256
+ * É possível alterar o estilo do componente usando os seguintes tokens (CSS):
15257
+ * Obs: Só é possível realizar alterações ao adicionar a classe `.po-input`
15258
+ *
15259
+ * > Para maiores informações, acesse o guia [Personalizando o Tema Padrão com Tokens CSS](https://po-ui.io/guides/theme-customization).
15260
+ *
15261
+ * | Propriedade | Descrição | Valor Padrão |
15262
+ * |----------------------------------------|-------------------------------------------------------|--------------------------------------------------|
15263
+ * | **Default Values** | | |
15264
+ * | `--font-family` | Família tipográfica usada | `var(--font-family-theme)` |
15265
+ * | `--font-size` | Tamanho da fonte | `var(--font-size-default)` |
15266
+ * | `--text-color-placeholder` | Cor do texto placeholder | `var(--color-neutral-light-30)` |
15267
+ * | `--color` | Cor principal do timepicker | `var(--color-neutral-dark-70)` |
15268
+ * | `--background` | Cor de background | `var(--color-neutral-light-05)` |
15269
+ * | `--padding` | Preenchimento | `0 0.5rem` |
15270
+ * | `--text-color` | Cor do texto | `var(--color-neutral-dark-90)` |
15271
+ * | `--field-container-title-justify` | Alinhamento horizontal do título (`justify-content`) | `space-between` |
15272
+ * | `--field-container-title-flex` | Flex do título (`flex`) | `1 auto` |
15273
+ * | **Hover** | | |
15274
+ * | `--color-hover` | Cor principal no estado hover | `var(--color-brand-01-dark)` |
15275
+ * | `--background-hover` | Cor de background no estado hover | `var(--color-brand-01-lightest)` |
15276
+ * | **Focused** | | |
15277
+ * | `--color-focused` | Cor principal no estado de focus | `var(--color-action-default)` |
15278
+ * | `--outline-color-focused` | Cor do outline do estado de focus | `var(--color-action-focus)` |
15279
+ * | **Disabled** | | |
15280
+ * | `--color-disabled` | Cor principal no estado disabled | `var(--color-neutral-light-30)` |
15281
+ * | `--background-disabled` | Cor de background no estado disabled | `var(--color-neutral-light-20)` |
15282
+ * | `--text-color-disabled` | Cor do texto no estado disabled | `var(--color-neutral-dark-70)` |
15283
+ */
15284
+ declare abstract class PoTimepickerBaseComponent implements ControlValueAccessor, OnInit, Validator {
15285
+ protected languageService: PoLanguageService;
15286
+ protected cd: ChangeDetectorRef;
15287
+ additionalHelpEventTrigger: string | undefined;
15288
+ /**
15289
+ * @optional
15290
+ *
15291
+ * @description
15292
+ *
15293
+ * Aplica foco no elemento ao ser iniciado.
15294
+ *
15295
+ * @default `false`
15296
+ */
15297
+ autoFocus: boolean;
15298
+ /**
15299
+ * @Input
15300
+ *
15301
+ * @optional
15302
+ *
15303
+ * @description
15304
+ * Define se o título do campo será exibido de forma compacta.
15305
+ *
15306
+ * @default `false`
15307
+ */
15308
+ compactLabel: i0.InputSignalWithTransform<boolean, unknown>;
15309
+ /** Nome do componente. */
15310
+ name: string;
15311
+ /**
15312
+ * @optional
15313
+ *
15314
+ * @description
15315
+ *
15316
+ * Define se a indicação de campo opcional será exibida.
15317
+ *
15318
+ * @default `false`
15319
+ */
15320
+ optional: boolean;
15321
+ /**
15322
+ * Mensagem apresentada quando o horário for inválido ou fora do período.
15323
+ *
15324
+ * > Por padrão, esta mensagem não é apresentada quando o campo estiver vazio, mesmo que ele seja requerido.
15325
+ */
15326
+ errorPattern?: string;
15327
+ /**
15328
+ * @optional
15329
+ *
15330
+ * @description
15331
+ *
15332
+ * Limita a exibição da mensagem de erro a duas linhas e exibe um tooltip com o texto completo.
15333
+ *
15334
+ * @default `false`
15335
+ */
15336
+ errorLimit: boolean;
15337
+ /**
15338
+ * @optional
15339
+ *
15340
+ * @description
15341
+ *
15342
+ * Exibe a mensagem setada na propriedade `p-error-pattern` se o campo estiver vazio e for requerido.
15343
+ *
15344
+ * @default `false`
15345
+ */
15346
+ showErrorMessageRequired: boolean;
15347
+ /** Evento disparado ao sair do campo. */
15348
+ onblur: EventEmitter<any>;
15349
+ /** Evento disparado ao alterar valor do campo. */
15350
+ onchange: EventEmitter<any>;
15351
+ /** Evento disparado quando uma tecla é pressionada enquanto o foco está no componente. */
15352
+ keydown: EventEmitter<KeyboardEvent>;
15353
+ /**
15354
+ * @Input
15355
+ *
15356
+ * @optional
15357
+ *
15358
+ * @description
15359
+ *
15360
+ * Define as opções do componente de ajuda (po-helper).
15361
+ */
15362
+ poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
15363
+ /**
15364
+ * @Input
15365
+ *
15366
+ * @optional
15367
+ *
15368
+ * @description
15369
+ *
15370
+ * Habilita a quebra automática do texto da propriedade `p-label`.
15371
+ *
15372
+ * @default `false`
15373
+ */
15374
+ labelTextWrap: i0.InputSignal<boolean>;
15375
+ /** Desabilita o campo. */
15376
+ disabled?: boolean;
15377
+ /** Torna o elemento somente leitura. */
15378
+ readonly?: boolean;
15379
+ /**
15380
+ * @optional
15381
+ *
15382
+ * @description
15383
+ *
15384
+ * Define que o campo será obrigatório.
15385
+ *
15386
+ * @default `false`
15387
+ */
15388
+ required?: boolean;
15389
+ /** Habilita ação para limpar o campo. */
15390
+ clean?: boolean;
15391
+ protected onChangeModel: any;
15392
+ protected validatorChange: any;
15393
+ protected onTouchedModel: any;
15394
+ protected shortLanguage: string;
15395
+ protected isInvalid: boolean;
15396
+ protected hasValidatorRequired: boolean;
15397
+ protected objMask: PoMask;
15398
+ private _format;
15399
+ private _modelFormat;
15400
+ private _maxTime;
15401
+ private _minTime;
15402
+ private _minuteInterval;
15403
+ private _secondInterval;
15404
+ private _showSeconds;
15405
+ private _noAutocomplete?;
15406
+ private _placeholder?;
15407
+ private _loading?;
15408
+ private _size?;
15409
+ private _initialSize?;
15410
+ private _locale?;
15411
+ private _timeValue;
15412
+ private _validationValue?;
15413
+ private _validationMinHour?;
15414
+ private _validationMaxHour?;
15415
+ private previousValue;
15416
+ private pendingChangeValue;
15417
+ /**
15418
+ * @optional
15419
+ *
15420
+ * @description
15421
+ *
15422
+ * Define a propriedade nativa `autocomplete` do campo como `off`.
15423
+ *
15424
+ * @default `false`
15425
+ */
15426
+ set noAutocomplete(value: boolean);
15427
+ get noAutocomplete(): boolean;
15428
+ /**
15429
+ * @optional
15430
+ *
15431
+ * @description
15432
+ *
15433
+ * Mensagem que aparecerá enquanto o campo não estiver preenchido.
15434
+ *
15435
+ * Para personalizar os segmentos, informe o valor no formato `HH:mm` ou `HH:mm:ss`.
15436
+ */
15437
+ set placeholder(placeholder: string);
15438
+ get placeholder(): string;
15439
+ set setDisabled(disabled: string);
15440
+ set setReadonly(readonly: string);
15441
+ set setRequired(required: string);
15442
+ /** Define se a indicação de campo obrigatório será exibida. */
15443
+ showRequired: boolean;
15444
+ /**
15445
+ * @optional
15446
+ *
15447
+ * @description
15448
+ *
15449
+ * Define o tamanho do componente:
15450
+ * - `small`: altura do input como 32px (disponível apenas para acessibilidade AA).
15451
+ * - `medium`: altura do input como 44px.
15452
+ *
15453
+ * @default `medium`
15454
+ */
15455
+ set size(value: string);
15456
+ get size(): string;
15457
+ set setClean(clean: string);
15458
+ /**
15459
+ * @optional
15460
+ *
15461
+ * @description
15462
+ *
15463
+ * Define o formato de exibição do timer.
15464
+ *
15465
+ * Valores válidos:
15466
+ * - `24`: formato de 24 horas (padrão)
15467
+ * - `12`: formato de 12 horas com indicador AM/PM
15468
+ *
15469
+ * @default `24`
15470
+ */
15471
+ set format(value: PoTimerFormat);
15472
+ get format(): PoTimerFormat;
15473
+ /**
15474
+ * @optional
15475
+ *
15476
+ * @description
15477
+ *
15478
+ * Define o horário mínimo permitido. Formato: `HH:mm` ou `HH:mm:ss`.
15479
+ */
15480
+ set minTime(value: string);
15481
+ get minTime(): string;
15482
+ /**
15483
+ * @optional
15484
+ *
15485
+ * @description
15486
+ *
15487
+ * Define o horário máximo permitido. Formato: `HH:mm` ou `HH:mm:ss`.
15488
+ */
15489
+ set maxTime(value: string);
15490
+ get maxTime(): string;
15491
+ /**
15492
+ * @optional
15493
+ *
15494
+ * @description
15495
+ *
15496
+ * Define o intervalo entre os minutos exibidos no painel.
15497
+ *
15498
+ * @default `5`
15499
+ */
15500
+ set minuteInterval(value: number);
15501
+ get minuteInterval(): number;
15502
+ /**
15503
+ * @optional
15504
+ *
15505
+ * @description
15506
+ *
15507
+ * Define o intervalo entre os segundos exibidos no painel.
15508
+ *
15509
+ * @default `1`
15510
+ */
15511
+ set secondInterval(value: number);
15512
+ get secondInterval(): number;
15513
+ /**
15514
+ * @optional
15515
+ *
15516
+ * @description
15517
+ *
15518
+ * Exibe a coluna de segundos no painel.
15519
+ *
15520
+ * @default `false`
15521
+ */
15522
+ set showSeconds(value: boolean);
15523
+ get showSeconds(): boolean;
15524
+ /**
15525
+ * @optional
15526
+ *
15527
+ * @description
15528
+ *
15529
+ * Padrão de formatação para saída do *model*.
15530
+ *
15531
+ * > Veja os valores válidos no *enum* `PoTimepickerModelFormat`.
15532
+ */
15533
+ set modelFormat(value: PoTimepickerModelFormat);
15534
+ get modelFormat(): PoTimepickerModelFormat;
15535
+ /**
15536
+ * @optional
15537
+ *
15538
+ * @description
15539
+ *
15540
+ * Idioma do componente.
15541
+ */
15542
+ set locale(value: string);
15543
+ get locale(): string;
15544
+ /**
15545
+ * @optional
15546
+ *
15547
+ * @description
15548
+ * Exibe um ícone de carregamento no lado direito do campo para sinalizar que uma operação está em andamento.
15549
+ *
15550
+ * @default `false`
15551
+ */
15552
+ set loading(value: boolean);
15553
+ get loading(): boolean;
15554
+ get isDisabled(): boolean;
15555
+ /**
15556
+ * @optional
15557
+ *
15558
+ * @description
15559
+ *
15560
+ * Define que o painel do timer será incluído no body da página.
15561
+ *
15562
+ * @default `false`
15563
+ */
15564
+ appendBox: boolean;
15565
+ get is12HourFormat(): boolean;
15566
+ constructor(languageService: PoLanguageService, cd: ChangeDetectorRef);
15567
+ ngOnInit(): void;
15568
+ protected onThemeChange(): void;
15569
+ get autocomplete(): "on" | "off";
15570
+ get timeValue(): string;
15571
+ set timeValue(value: string);
15572
+ protected updateMask(): void;
15573
+ protected isValidTimeString(value: string, minHour?: number, maxHour?: number): boolean;
15574
+ protected isTimeInRange(time: string): boolean;
15575
+ protected timeToMinutes(time: string): number;
15576
+ protected formatOutput(time: string): string;
15577
+ protected setValidationValue(value?: string, minHour?: number, maxHour?: number): void;
15578
+ protected clearValidationValue(): void;
15579
+ protected hasValidationValue(): boolean;
15580
+ protected getValidationValue(controlValue: any): string;
15581
+ protected getValidationHourRange(): {
15582
+ minHour: number;
15583
+ maxHour: number;
15584
+ } | undefined;
15585
+ protected isGeneratedErrorPattern(errorPattern: string): boolean;
15586
+ protected getDefaultInvalidTimeMessage(): string;
15587
+ protected getDefaultOutOfRangeTimeMessage(): string;
15588
+ protected callOnChange(value: any): void;
15589
+ mapSizeToIcon(size: string): string;
15590
+ setDisabledState(isDisabled: boolean): void;
15591
+ registerOnChange(func: any): void;
15592
+ registerOnTouched(func: any): void;
15593
+ registerOnValidatorChange(fn: () => void): void;
15594
+ validate(c: AbstractControl): {
15595
+ [key: string]: any;
15596
+ };
15597
+ protected validateModel(model: any): void;
15598
+ private applySizeBasedOnA11y;
15599
+ protected onLocaleChange(): void;
15600
+ abstract writeValue(value: any): void;
15601
+ abstract refreshValue(value: string): void;
15602
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimepickerBaseComponent, never>;
15603
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoTimepickerBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "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; }; "errorPattern": { "alias": "p-error-pattern"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "showErrorMessageRequired": { "alias": "p-required-field-error-message"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "labelTextWrap": { "alias": "p-label-text-wrap"; "required": false; "isSignal": true; }; "noAutocomplete": { "alias": "p-no-autocomplete"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "required": false; }; "setDisabled": { "alias": "p-disabled"; "required": false; }; "setReadonly": { "alias": "p-readonly"; "required": false; }; "setRequired": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "setClean": { "alias": "p-clean"; "required": false; }; "format": { "alias": "p-format"; "required": false; }; "minTime": { "alias": "p-min-time"; "required": false; }; "maxTime": { "alias": "p-max-time"; "required": false; }; "minuteInterval": { "alias": "p-minute-interval"; "required": false; }; "secondInterval": { "alias": "p-second-interval"; "required": false; }; "showSeconds": { "alias": "p-show-seconds"; "required": false; }; "modelFormat": { "alias": "p-model-format"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "appendBox": { "alias": "p-append-in-body"; "required": false; }; }, { "onblur": "p-blur"; "onchange": "p-change"; "keydown": "p-keydown"; }, never, never, true, never>;
15604
+ static ngAcceptInputType_autoFocus: any;
15605
+ static ngAcceptInputType_appendBox: any;
15606
+ }
15607
+
15608
+ type PoTimepickerSegment = 'hour' | 'minute' | 'second';
15609
+ /**
15610
+ * @docsExtends PoTimepickerBaseComponent
15611
+ *
15612
+ * @example
15613
+ *
15614
+ * <example name="po-timepicker-basic" title="PO Timepicker Basic">
15615
+ * <file name="sample-po-timepicker-basic/sample-po-timepicker-basic.component.html"> </file>
15616
+ * <file name="sample-po-timepicker-basic/sample-po-timepicker-basic.component.ts"> </file>
15617
+ * </example>
15618
+ *
15619
+ * <example name="po-timepicker-labs" title="PO Timepicker Labs">
15620
+ * <file name="sample-po-timepicker-labs/sample-po-timepicker-labs.component.html"> </file>
15621
+ * <file name="sample-po-timepicker-labs/sample-po-timepicker-labs.component.ts"> </file>
15622
+ * </example>
15623
+ *
15624
+ * <example name="po-timepicker-scheduling" title="PO Timepicker - Scheduling">
15625
+ * <file name="sample-po-timepicker-scheduling/sample-po-timepicker-scheduling.component.html"> </file>
15626
+ * <file name="sample-po-timepicker-scheduling/sample-po-timepicker-scheduling.component.ts"> </file>
15627
+ * </example>
15628
+ *
15629
+ * <example name="po-timepicker-business-hours" title="PO Timepicker - Business Hours">
15630
+ * <file name="sample-po-timepicker-business-hours/sample-po-timepicker-business-hours.component.html"> </file>
15631
+ * <file name="sample-po-timepicker-business-hours/sample-po-timepicker-business-hours.component.ts"> </file>
15632
+ * </example>
15633
+ */
15634
+ declare class PoTimepickerComponent extends PoTimepickerBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
15635
+ private readonly controlPosition;
15636
+ private readonly renderer;
15637
+ dialogPicker: ElementRef;
15638
+ iconTimepicker: PoButtonComponent;
15639
+ inputEl: ElementRef;
15640
+ minuteInputEl: ElementRef;
15641
+ secondInputEl: ElementRef;
15642
+ timepickerFieldEl: ElementRef;
15643
+ iconClean: ElementRef<HTMLElement>;
15644
+ helperEl?: PoHelperComponent;
15645
+ timerComponent?: PoTimerComponent;
15646
+ periodInputEl: ElementRef;
15647
+ /** Rótulo do campo. */
15648
+ label?: string;
15649
+ /** Texto de apoio do campo. */
15650
+ help?: string;
15651
+ displayAdditionalHelp: boolean;
15652
+ el: ElementRef;
15653
+ id: string;
15654
+ visible: boolean;
15655
+ literals: any;
15656
+ hourDisplay: string;
15657
+ minuteDisplay: string;
15658
+ secondDisplay: string;
15659
+ periodDisplay: string;
15660
+ isSegmentFocused: boolean;
15661
+ ariaLiveMessage: string;
15662
+ eventListenerFunction: () => void;
15663
+ eventResizeListener: () => void;
15664
+ get cleanElementRef(): {
15665
+ nativeElement: {
15666
+ value: string;
15667
+ };
15668
+ };
15669
+ private clickListener;
15670
+ private timeoutChange;
15671
+ private valueBeforeChange;
15672
+ constructor();
15673
+ get hourPlaceholder(): string;
15674
+ get minutePlaceholder(): string;
15675
+ get secondPlaceholder(): string;
15676
+ private get customPlaceholderSegments();
15677
+ private getCustomPlaceholderSegment;
15678
+ onHostFocusOut(event: FocusEvent): void;
15679
+ onKeydown($event?: any): void;
15680
+ ngAfterViewInit(): void;
15681
+ ngOnChanges(changes: SimpleChanges): void;
15682
+ ngOnDestroy(): void;
15683
+ protected onLocaleChange(): void;
15684
+ emitAdditionalHelp(): void;
15685
+ /**
15686
+ * Função que atribui foco ao componente.
15687
+ *
15688
+ * Para utilizá-la é necessário ter a instância do componente no DOM, podendo ser utilizado o ViewChild da seguinte forma:
15689
+ *
15690
+ * ```
15691
+ * import { PoTimepickerComponent } from '@po-ui/ng-components';
15692
+ *
15693
+ * ...
15694
+ *
15695
+ * @ViewChild(PoTimepickerComponent, { static: true }) timepicker: PoTimepickerComponent;
15696
+ *
15697
+ * focusTimepicker() {
15698
+ * this.timepicker.focus();
15699
+ * }
15700
+ * ```
15701
+ */
15702
+ focus(): void;
15703
+ getAdditionalHelpTooltip(): any;
15704
+ togglePicker(focusInput?: boolean): void;
15705
+ closeTimer(focusInput?: boolean, skipRefocus?: boolean): void;
15706
+ timerSelected(time: string): void;
15707
+ wasClickedOnPicker(event: any): void;
15708
+ hasInvalidClass(): boolean;
15709
+ hasValue(): boolean;
15710
+ getErrorPattern(): string;
15711
+ clear(): void;
15712
+ clearAndFocus(): void;
15713
+ eventOnBlur($event: any): void;
15714
+ eventOnClick($event: any): void;
15715
+ onKeyDown(event: KeyboardEvent): void;
15716
+ onKeyPress(event: any): void;
15717
+ onSegmentInput(event: Event, segment: PoTimepickerSegment): void;
15718
+ onSegmentKeydown(event: KeyboardEvent, segment: PoTimepickerSegment): void;
15719
+ private handleSegmentNavigation;
15720
+ private handleSegmentArrowKeys;
15721
+ private handleSegmentNonNumericBlock;
15722
+ onSegmentBlur(event: FocusEvent): void;
15723
+ onFieldClick(event: MouseEvent): void;
15724
+ onSegmentFocus(): void;
15725
+ onPeriodSegmentKeydown(event: KeyboardEvent): void;
15726
+ onPeriodSegmentClick(event: MouseEvent): void;
15727
+ refreshValue(value: string): void;
15728
+ /**
15729
+ * Método que exibe `p-helper` ou executa a ação definida em `p-helper{eventOnClick}` ou em `p-additionalHelp`.
15730
+ */
15731
+ showAdditionalHelp(): boolean;
15732
+ writeValue(value: any): void;
15733
+ verifyMobile(): RegExpMatchArray;
15734
+ handleCleanKeyboardTab(event: KeyboardEvent): void;
15735
+ onTimerKeyDown(event: KeyboardEvent): void;
15736
+ onTimerBoundaryTab(payload: {
15737
+ direction: 'forward' | 'backward';
15738
+ event: KeyboardEvent;
15739
+ }): void;
15740
+ onTimerFocusOut(event: FocusEvent): void;
15741
+ setHelper(label?: string): {
15742
+ hideAdditionalHelp: boolean;
15743
+ helperSettings?: any;
15744
+ };
15745
+ /**
15746
+ * Atualiza os valores exibidos nos inputs de segmento, convertendo para formato 12h com AM/PM quando necessário.
15747
+ * O timeValue interno sempre armazena em formato 24h (ISO), mas a exibição pode ser 12h.
15748
+ */
15749
+ private updateInputDisplay;
15750
+ /** Atualiza a mensagem aria-live com o valor do horario para anuncio por leitores de tela. */
15751
+ private updateAriaLiveMessage;
15752
+ /** Constroi a string de horario no formato de exibicao atual (12h ou 24h). */
15753
+ private buildDisplayTime;
15754
+ /** Normaliza valores `HH:mm` para `HH:mm:00` quando segundos estão habilitados. */
15755
+ private normalizeTimeValueForDisplay;
15756
+ /** Limpa todos os valores de exibicao dos segmentos e seus respectivos elementos input. */
15757
+ private clearSegmentDisplays;
15758
+ private getDefaultPeriodDisplay;
15759
+ /** Sincroniza os valores dos elementos input nativos com as propriedades de exibicao. */
15760
+ private syncSegmentInputElements;
15761
+ /** Avanca o foco para o proximo input de segmento. */
15762
+ private advanceToNextSegment;
15763
+ /** Avanca o foco para o input de segmento anterior. */
15764
+ private advanceToPreviousSegment;
15765
+ /** Foca o ultimo input de segmento visivel. */
15766
+ private focusLastSegment;
15767
+ /** Verifica se o segmento informado e o ultimo visivel. */
15768
+ private isLastSegment;
15769
+ /** Alterna entre AM e PM no display de periodo e atualiza o modelo. */
15770
+ private togglePeriod;
15771
+ /** Incrementa ou decrementa o valor de um segmento na direcao indicada (+1 ou -1), respeitando limites e intervalos. */
15772
+ private incrementSegment;
15773
+ private incrementHourSegment;
15774
+ private incrementIntervalSegment;
15775
+ private normalizeSingleDigitSegment;
15776
+ private shouldCommitForInternalFocusTarget;
15777
+ /** Combina os valores dos segmentos em uma string de horario e atualiza o modelo. */
15778
+ private updateCombinedValue;
15779
+ /** Monta a string parcial combinando os segmentos preenchidos e vazios. */
15780
+ private buildPartialCombined;
15781
+ private areSegmentsComplete;
15782
+ private buildDisplayCombined;
15783
+ private convertDisplayTo24h;
15784
+ /** Completa valores de segmento incompletos e atualiza o modelo no blur. */
15785
+ private validateAndUpdateModel;
15786
+ private updateTimeFromInput;
15787
+ private applyInputValidationError;
15788
+ private controlChangeEmitter;
15789
+ /**
15790
+ * Completa automaticamente os segundos com `:00` ao fechar o timer
15791
+ * quando `showSeconds=true` e o usuario preencheu apenas hora e minuto (HH:mm).
15792
+ *
15793
+ * Esse comportamento emite `callOnChange` e `controlChangeEmitter`, o que
15794
+ * significa que formularios reativos observando `valueChanges` receberao
15795
+ * uma emissao adicional no momento do fechamento do timer.
15796
+ */
15797
+ private completeSecondsOnClose;
15798
+ private initializeListeners;
15799
+ private isAdditionalHelpEventTriggered;
15800
+ private readonly onScroll;
15801
+ private removeListeners;
15802
+ private setDialogPickerStyleDisplay;
15803
+ private setTimerPosition;
15804
+ protected adjustTimerPosition(): void;
15805
+ private shouldHandleTab;
15806
+ private focusTimer;
15807
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimepickerComponent, never>;
15808
+ static ɵcmp: i0.ɵɵComponentDeclaration<PoTimepickerComponent, "po-timepicker", never, { "label": { "alias": "p-label"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; }, {}, never, never, false, never>;
15809
+ }
15810
+
15811
+ /**
15812
+ * @description
15813
+ * Módulo do componente `po-timer`.
15814
+ */
15815
+ declare class PoTimerModule {
15816
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimerModule, never>;
15817
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoTimerModule, [typeof PoTimerComponent], [typeof i2.CommonModule, typeof PoButtonModule], [typeof PoTimerComponent]>;
15818
+ static ɵinj: i0.ɵɵInjectorDeclaration<PoTimerModule>;
15819
+ }
15820
+
15821
+ /**
15822
+ * @description
15823
+ *
15824
+ * Módulo do componente `po-timepicker`.
15825
+ */
15826
+ declare class PoTimepickerModule {
15827
+ static ɵfac: i0.ɵɵFactoryDeclaration<PoTimepickerModule, never>;
15828
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoTimepickerModule, [typeof PoTimepickerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof PoFieldContainerModule, typeof i5.OverlayModule, typeof PoCleanModule, typeof PoLoadingModule, typeof PoTimerModule, typeof PoButtonModule, typeof PoHelperModule], [typeof PoTimepickerComponent]>;
15829
+ static ɵinj: i0.ɵɵInjectorDeclaration<PoTimepickerModule>;
15830
+ }
15831
+
14477
15832
  /**
14478
15833
  * @usedBy PoDatepickerRangeComponent
14479
15834
  *
@@ -14641,6 +15996,59 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14641
15996
  * @default `false`
14642
15997
  */
14643
15998
  compactLabel: i0.InputSignalWithTransform<boolean, unknown>;
15999
+ /**
16000
+ * @optional
16001
+ *
16002
+ * @description
16003
+ *
16004
+ * Habilita a exibição dos presets padrão de intervalos de data no painel lateral do calendário.
16005
+ *
16006
+ * Aceita os seguintes valores:
16007
+ * - `true`: exibe todos os presets padrão (Amanhã, Hoje, Ontem, Últimos 7 dias, Últimos 14 dias, Últimos 30 dias, Últimos 3 meses, Últimos 6 meses).
16008
+ * - `false`: não exibe os presets padrão.
16009
+ * - `Array<string>`: exibe apenas os presets padrão cujos labels estejam no array informado.
16010
+ * > Label dos presets: tomorrow, today, yesterday, 7days, 14days, 30days, 3months, 6months.
16011
+ *
16012
+ * O preset "today" é obrigatório e será incluído automaticamente mesmo que não esteja no array.
16013
+ *
16014
+ * Caso `p-range-preset-options` também seja informado, os presets customizados serão exibidos junto aos presets padrão,
16015
+ * ordenados automaticamente por temporalidade com base na data início (Futuro → Presente → Passado).
16016
+ *
16017
+ * @default `false`
16018
+ */
16019
+ set rangePresets(value: boolean | Array<string> | string);
16020
+ get rangePresets(): boolean | Array<string>;
16021
+ private _rangePresets;
16022
+ /**
16023
+ * @optional
16024
+ *
16025
+ * @description
16026
+ *
16027
+ * Lista de presets customizados de intervalos de data exibidos no painel lateral do calendário.
16028
+ *
16029
+ * Quando informado sem `p-range-presets`, exibe apenas os presets customizados.
16030
+ * Quando informado junto com `p-range-presets` habilitado, os presets customizados serão exibidos junto aos presets padrão,
16031
+ * ordenados automaticamente por temporalidade com base na data início (Futuro → Presente → Passado).
16032
+ *
16033
+ * Para utilizar presets customizados, informe um array de objetos que implementam a interface `PoCalendarRangePreset`.
16034
+ */
16035
+ rangePresetOptions?: Array<PoCalendarRangePreset>;
16036
+ /**
16037
+ * @optional
16038
+ *
16039
+ * @description
16040
+ *
16041
+ * Define a ordenação dos presets na lista.
16042
+ *
16043
+ * Valores aceitos:
16044
+ * - `'asc'` (padrão): presets mais próximos de hoje aparecem primeiro.
16045
+ * - `'desc'`: presets mais distantes de hoje aparecem primeiro.
16046
+ *
16047
+ * A ordenação é aplicada dentro de cada grupo de temporalidade com base na data início (Futuro → Presente → Passado).
16048
+ *
16049
+ * @default `asc`
16050
+ */
16051
+ rangePresetsOrder: 'asc' | 'desc';
14644
16052
  /**
14645
16053
  * @optional
14646
16054
  *
@@ -14984,7 +16392,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14984
16392
  protected abstract resetDateRangeInputValidation(): void;
14985
16393
  protected abstract updateScreenByModel(dateRange: PoDatepickerRange): any;
14986
16394
  static ɵfac: i0.ɵɵFactoryDeclaration<PoDatepickerRangeBaseComponent, never>;
14987
- static ɵdir: i0.ɵɵDirectiveDeclaration<PoDatepickerRangeBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "name": { "alias": "name"; "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; }; "help": { "alias": "p-help"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "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; }; "clean": { "alias": "p-clean"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "endDate": { "alias": "p-end-date"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "noAutocomplete": { "alias": "p-no-autocomplete"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "startDate": { "alias": "p-start-date"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "onChange": "p-change"; "keydown": "p-keydown"; }, never, never, true, never>;
16395
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PoDatepickerRangeBaseComponent, never, never, { "additionalHelpEventTrigger": { "alias": "additionalHelpEventTrigger"; "required": false; }; "name": { "alias": "name"; "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; }; "rangePresets": { "alias": "p-range-presets"; "required": false; }; "rangePresetOptions": { "alias": "p-range-preset-options"; "required": false; }; "rangePresetsOrder": { "alias": "p-range-presets-order"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "label": { "alias": "p-label"; "required": false; }; "optional": { "alias": "p-optional"; "required": false; }; "placeholder": { "alias": "p-placeholder"; "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; }; "clean": { "alias": "p-clean"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "endDate": { "alias": "p-end-date"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "loading": { "alias": "p-loading"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "noAutocomplete": { "alias": "p-no-autocomplete"; "required": false; }; "readonly": { "alias": "p-readonly"; "required": false; }; "required": { "alias": "p-required"; "required": false; }; "showRequired": { "alias": "p-show-required"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "startDate": { "alias": "p-start-date"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "additionalHelp": "p-additional-help"; "onChange": "p-change"; "keydown": "p-keydown"; }, never, never, true, never>;
14988
16396
  static ngAcceptInputType_appendBox: any;
14989
16397
  static ngAcceptInputType_autoFocus: any;
14990
16398
  }
@@ -14999,6 +16407,11 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
14999
16407
  * <file name="sample-po-datepicker-range-basic/sample-po-datepicker-range-basic.component.ts"> </file>
15000
16408
  * </example>
15001
16409
  *
16410
+ * <example name="po-datepicker-range-presets" title="PO Datepicker Range - Presets">
16411
+ * <file name="sample-po-datepicker-range-presets/sample-po-datepicker-range-presets.component.html"> </file>
16412
+ * <file name="sample-po-datepicker-range-presets/sample-po-datepicker-range-presets.component.ts"> </file>
16413
+ * </example>
16414
+ *
15002
16415
  * <example name="po-datepicker-range-labs" title="PO Datepicker Range Labs">
15003
16416
  * <file name="sample-po-datepicker-range-labs/sample-po-datepicker-range-labs.component.html"> </file>
15004
16417
  * <file name="sample-po-datepicker-range-labs/sample-po-datepicker-range-labs.component.ts"> </file>
@@ -15030,9 +16443,11 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
15030
16443
  iconClean: ElementRef<HTMLElement>;
15031
16444
  id: string;
15032
16445
  isCalendarVisible: boolean;
16446
+ widthWithPresets: boolean;
15033
16447
  private clickListener;
15034
16448
  private eventResizeListener;
15035
16449
  private readonly poDatepickerRangeElement;
16450
+ private readonly MIN_CALENDAR_WIDTH_WITH_PRESETS;
15036
16451
  get autocomplete(): "on" | "off";
15037
16452
  get enableCleaner(): boolean;
15038
16453
  get endDateInputName(): string;
@@ -15081,6 +16496,12 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
15081
16496
  onFocus(event: any): void;
15082
16497
  onKeydown(event?: any): void;
15083
16498
  onKeyPress(event: any): void;
16499
+ private handleShiftTabWithCleaner;
16500
+ private handleShiftTabWithoutCleaner;
16501
+ private handleTabWithCalendarVisible;
16502
+ private handleMobileNavigation;
16503
+ private handlePresetNavigation;
16504
+ private handleComboNavigation;
15084
16505
  onKeydownDatepickerRange($event?: any): void;
15085
16506
  onKeyup(event: any): void;
15086
16507
  resetDateRangeInputValidation(): void;
@@ -15110,6 +16531,7 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
15110
16531
  * ```
15111
16532
  */
15112
16533
  showAdditionalHelp(): boolean;
16534
+ enableHorizontalMouseWheel(): void;
15113
16535
  toggleCalendar(): void;
15114
16536
  updateScreenByModel(model: PoDatepickerRange): void;
15115
16537
  onCalendarKeyDown(event: KeyboardEvent): void;
@@ -15117,6 +16539,10 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
15117
16539
  hideAdditionalHelp: boolean;
15118
16540
  helperSettings?: any;
15119
16541
  };
16542
+ onResize(): void;
16543
+ private calculateWidthWithPresets;
16544
+ private updateWidthWithPresets;
16545
+ verifyMobile(): RegExpMatchArray;
15120
16546
  setCalendarPosition(): void;
15121
16547
  private applyFocusOnDatePickerRangeField;
15122
16548
  private formatDate;
@@ -18227,6 +19653,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
18227
19653
  * <example name="po-multiselect-template" title="PO Multiselect - Template">
18228
19654
  * <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.html"> </file>
18229
19655
  * <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.ts"> </file>
19656
+ * <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.css"> </file>
18230
19657
  * </example>
18231
19658
  *
18232
19659
  * <example name="po-multiselect-heroes" title="PO Multiselect - Heroes - using API">
@@ -19868,6 +21295,7 @@ declare class PoProgressBaseComponent {
19868
21295
  * <example name="po-progress-labs" title="PO Progress Labs">
19869
21296
  * <file name="sample-po-progress-labs/sample-po-progress-labs.component.html"> </file>
19870
21297
  * <file name="sample-po-progress-labs/sample-po-progress-labs.component.ts"> </file>
21298
+ * <file name="sample-po-progress-labs/sample-po-progress-labs.component.css"> </file>
19871
21299
  * </example>
19872
21300
  *
19873
21301
  * <example name="po-progress-publication" title="PO Progress - Publication">
@@ -21280,6 +22708,7 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
21280
22708
  * <example name="po-select-customer-registration" title="PO Select - Customer registration">
21281
22709
  * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.html"> </file>
21282
22710
  * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.ts"> </file>
22711
+ * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.css"> </file>
21283
22712
  * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.service.ts"> </file>
21284
22713
  * </example>
21285
22714
  *
@@ -22030,6 +23459,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
22030
23459
  declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
22031
23460
  private readonly el;
22032
23461
  inputEl: ElementRef;
23462
+ textareaBodyEl: ElementRef;
22033
23463
  helperEl?: PoHelperComponent;
22034
23464
  id: string;
22035
23465
  valueBeforeChange: any;
@@ -22104,7 +23534,7 @@ declare class PoTextareaComponent extends PoTextareaBaseComponent implements Aft
22104
23534
  };
22105
23535
  private readonly onWindowResize;
22106
23536
  private checkScrollState;
22107
- private calculateTextareaHeight;
23537
+ private syncContainerWidth;
22108
23538
  private initResizeObserver;
22109
23539
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTextareaComponent, never>;
22110
23540
  static ɵcmp: i0.ɵɵComponentDeclaration<PoTextareaComponent, "po-textarea", never, {}, {}, never, never, false, never>;
@@ -22637,7 +24067,7 @@ declare class PoServicesModule {
22637
24067
  */
22638
24068
  declare class PoFieldModule {
22639
24069
  static ɵfac: i0.ɵɵFactoryDeclaration<PoFieldModule, never>;
22640
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoFieldModule, [typeof PoMultiselectOptionTemplateDirective, typeof PoDecimalComponent, typeof PoDatepickerRangeComponent, typeof PoEmailComponent, typeof PoInputComponent, typeof PoLoginComponent, typeof PoLookupComponent, typeof PoLookupModalComponent, typeof PoMultiselectComponent, typeof PoMultiselectDropdownComponent, typeof PoNumberComponent, typeof PoPasswordComponent, typeof PoRichTextBodyComponent, typeof PoRichTextComponent, typeof PoRichTextImageModalComponent, typeof PoRichTextLinkModalComponent, typeof PoRichTextToolbarComponent, typeof PoSelectComponent, typeof PoTextareaComponent, typeof PoUploadComponent, typeof PoUploadDragDropComponent, typeof PoUploadDragDropDirective, typeof PoUploadDragDropAreaOverlayComponent, typeof PoUploadDragDropAreaComponent, typeof PoUploadFileRestrictionsComponent, typeof PoUrlComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.FormsModule, typeof i5.OverlayModule, typeof PoButtonGroupModule, typeof PoButtonModule, typeof PoCleanModule, typeof PoCalendarModule, typeof PoComboModule, typeof PoCheckboxGroupModule, typeof PoRadioGroupModule, typeof PoContainerModule, typeof PoDatepickerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoFieldContainerModule, typeof PoLoadingModule, typeof PoModalModule, typeof PoProgressModule, typeof PoServicesModule, typeof PoTableModule, typeof PoTooltipModule, typeof PoIconModule, typeof PoCheckboxModule, typeof PoRadioModule, typeof PoLabelModule, typeof PoLinkModule, typeof PoListBoxModule, typeof PoSwitchModule, typeof PoTagModule, typeof PoHelperModule], [typeof PoCheckboxGroupModule, typeof PoRadioGroupModule, typeof PoCleanModule, typeof PoDatepickerModule, typeof PoComboModule, typeof PoMultiselectOptionTemplateDirective, typeof PoDecimalComponent, typeof PoDatepickerRangeComponent, typeof PoEmailComponent, typeof PoFieldContainerModule, typeof PoInputComponent, typeof PoLoginComponent, typeof PoLookupComponent, typeof PoLookupModalComponent, typeof PoMultiselectComponent, typeof PoNumberComponent, typeof PoPasswordComponent, typeof PoRichTextComponent, typeof PoSelectComponent, typeof PoTextareaComponent, typeof PoUploadComponent, typeof PoUrlComponent, typeof PoCheckboxModule, typeof PoRadioModule, typeof PoLabelModule, typeof PoSwitchModule, typeof PoTagModule]>;
24070
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoFieldModule, [typeof PoMultiselectOptionTemplateDirective, typeof PoDecimalComponent, typeof PoDatepickerRangeComponent, typeof PoEmailComponent, typeof PoInputComponent, typeof PoLoginComponent, typeof PoLookupComponent, typeof PoLookupModalComponent, typeof PoMultiselectComponent, typeof PoMultiselectDropdownComponent, typeof PoNumberComponent, typeof PoPasswordComponent, typeof PoRichTextBodyComponent, typeof PoRichTextComponent, typeof PoRichTextImageModalComponent, typeof PoRichTextLinkModalComponent, typeof PoRichTextToolbarComponent, typeof PoSelectComponent, typeof PoTextareaComponent, typeof PoUploadComponent, typeof PoUploadDragDropComponent, typeof PoUploadDragDropDirective, typeof PoUploadDragDropAreaOverlayComponent, typeof PoUploadDragDropAreaComponent, typeof PoUploadFileRestrictionsComponent, typeof PoUrlComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.FormsModule, typeof i5.OverlayModule, typeof PoButtonGroupModule, typeof PoButtonModule, typeof PoCleanModule, typeof PoCalendarModule, typeof PoComboModule, typeof PoCheckboxGroupModule, typeof PoRadioGroupModule, typeof PoContainerModule, typeof PoDatepickerModule, typeof PoTimepickerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoFieldContainerModule, typeof PoLoadingModule, typeof PoModalModule, typeof PoProgressModule, typeof PoServicesModule, typeof PoTableModule, typeof PoTooltipModule, typeof PoIconModule, typeof PoCheckboxModule, typeof PoRadioModule, typeof PoLabelModule, typeof PoLinkModule, typeof PoListBoxModule, typeof PoSwitchModule, typeof PoTagModule, typeof PoHelperModule], [typeof PoCheckboxGroupModule, typeof PoRadioGroupModule, typeof PoCleanModule, typeof PoDatepickerModule, typeof PoTimepickerModule, typeof PoComboModule, typeof PoMultiselectOptionTemplateDirective, typeof PoDecimalComponent, typeof PoDatepickerRangeComponent, typeof PoEmailComponent, typeof PoFieldContainerModule, typeof PoInputComponent, typeof PoLoginComponent, typeof PoLookupComponent, typeof PoLookupModalComponent, typeof PoMultiselectComponent, typeof PoNumberComponent, typeof PoPasswordComponent, typeof PoRichTextComponent, typeof PoSelectComponent, typeof PoTextareaComponent, typeof PoUploadComponent, typeof PoUrlComponent, typeof PoCheckboxModule, typeof PoRadioModule, typeof PoLabelModule, typeof PoSwitchModule, typeof PoTagModule]>;
22641
24071
  static ɵinj: i0.ɵɵInjectorDeclaration<PoFieldModule>;
22642
24072
  }
22643
24073
 
@@ -23083,15 +24513,29 @@ interface PoDynamicFormField extends PoDynamicField {
23083
24513
  */
23084
24514
  listboxControlPosition?: 'top' | 'bottom';
23085
24515
  /**
23086
- * Valor máximo a ser informado no componente, podendo ser utilizado quando o tipo de dado por *number*, *date* ou *dateTime*.
24516
+ * Habilita um estado de carregamento no componente, desabilitando-o e exibindo um ícone de carregamento.
24517
+ *
24518
+ * > Por padrão é `false`.
23087
24519
  *
23088
- * **Componentes compatíveis:** `po-datepicker`, `po-datepicker-range`, `po-number`, `po-decimal`
24520
+ * **Componentes compatíveis:** `po-datepicker`, `po-datepicker-range`, `po-number`, `po-decimal`,
24521
+ * `po-input`, `po-select`, `po-switch`, `po-combo`, `po-lookup`, `po-multiselect`,
24522
+ * `po-textarea`, `po-password`, `po-upload`.
24523
+ */
24524
+ loading?: boolean;
24525
+ /**
24526
+ * Valor máximo a ser informado no componente, podendo ser utilizado quando o tipo de dado por *number*, *date*, *dateTime* ou *time*.
24527
+ *
24528
+ * > Para `po-timepicker`, o valor deve estar no formato `HH:mm` ou `HH:mm:ss`.
24529
+ *
24530
+ * **Componentes compatíveis:** `po-datepicker`, `po-datepicker-range`, `po-number`, `po-decimal`, `po-timepicker`
23089
24531
  * */
23090
24532
  maxValue?: string | number;
23091
24533
  /**
23092
- * Valor mínimo a ser informado no componente, podendo ser utilizado quando o tipo de dado por *number*, *date* ou *dateTime*.
24534
+ * Valor mínimo a ser informado no componente, podendo ser utilizado quando o tipo de dado por *number*, *date*, *dateTime* ou *time*.
24535
+ *
24536
+ * > Para `po-timepicker`, o valor deve estar no formato `HH:mm` ou `HH:mm:ss`.
23093
24537
  *
23094
- * **Componentes compatíveis:** `po-datepicker`, `po-datepicker-range`, `po-number`, `po-decimal`
24538
+ * **Componentes compatíveis:** `po-datepicker`, `po-datepicker-range`, `po-number`, `po-decimal`, `po-timepicker`
23095
24539
  */
23096
24540
  minValue?: string | number;
23097
24541
  /** Quantidade de linhas exibidas no `po-textarea`. */
@@ -23209,6 +24653,11 @@ interface PoDynamicFormField extends PoDynamicField {
23209
24653
  * - mm/dd/yyyy
23210
24654
  * - yyyy/mm/dd
23211
24655
  *
24656
+ * Ao utilizar com o `type` *PoDynamicFieldType.Time*, define o formato de exibição do horário:
24657
+ *
24658
+ * Valores válidos:
24659
+ * - `24`: formato de 24 horas (padrão)
24660
+ * - `12`: formato de 12 horas com indicador AM/PM
23212
24661
  *
23213
24662
  * Também pode-se utilizar em conjunto com `searchService`, informando uma lista de propriedades que será utilizado
23214
24663
  * para formatação da exibição no campo, por exemplo: ["id", "name"].
@@ -23316,12 +24765,20 @@ interface PoDynamicFormField extends PoDynamicField {
23316
24765
  * Permite esconder a função de espiar a senha digitada no `po-password`.
23317
24766
  */
23318
24767
  hidePasswordPeek?: boolean;
24768
+ /**
24769
+ * Define o formato do valor do horário a ser utilizado no model do `po-timepicker`.
24770
+ *
24771
+ * > Veja os valores válidos no `PoTimepickerModelFormat`.
24772
+ *
24773
+ * **Componente compatível:** `po-timepicker`
24774
+ */
24775
+ modelFormat?: PoTimepickerModelFormat;
23319
24776
  /**
23320
24777
  * Padrão de formatação para saída do model, independentemente do formato de entrada.
23321
24778
  *
23322
- * > Veja os valores válidos no `enumPoDatepickerIsoFormat`.
24779
+ * > Veja os valores válidos no `PoDatepickerIsoFormat`.
23323
24780
  *
23324
- * **Componente compatível:** po-datepicker
24781
+ * **Componente compatível:** `po-datepicker`
23325
24782
  */
23326
24783
  isoFormat?: PoDatepickerIsoFormat;
23327
24784
  /**
@@ -23356,6 +24813,30 @@ interface PoDynamicFormField extends PoDynamicField {
23356
24813
  * Intervalo utilizado no `po-number`.
23357
24814
  */
23358
24815
  step?: number;
24816
+ /**
24817
+ * Exibe a coluna de segundos no painel do timepicker.
24818
+ *
24819
+ * @default `false`
24820
+ *
24821
+ * **Componente compatível:** `po-timepicker`
24822
+ */
24823
+ showSeconds?: boolean;
24824
+ /**
24825
+ * Define o intervalo entre os minutos exibidos no painel do timepicker.
24826
+ *
24827
+ * @default `5`
24828
+ *
24829
+ * **Componente compatível:** `po-timepicker`
24830
+ */
24831
+ minuteInterval?: number;
24832
+ /**
24833
+ * Define o intervalo entre os segundos exibidos no painel do timepicker.
24834
+ *
24835
+ * @default `1`
24836
+ *
24837
+ * **Componente compatível:** `po-timepicker`
24838
+ */
24839
+ secondInterval?: number;
23359
24840
  /**
23360
24841
  * Define o modo de pesquisa utilizado no filtro da lista de seleção: `startsWith`, `contains` ou `endsWith`.
23361
24842
  * > Quando utilizar a propriedade p-filter-service esta propriedade será ignorada.
@@ -26724,11 +28205,13 @@ declare class PoMenuHeaderTemplateDirective {
26724
28205
  * <example name="po-menu-labs" title="PO Menu Labs">
26725
28206
  * <file name="sample-po-menu-labs/sample-po-menu-labs.component.html"> </file>
26726
28207
  * <file name="sample-po-menu-labs/sample-po-menu-labs.component.ts"> </file>
28208
+ * <file name="sample-po-menu-labs/sample-po-menu-labs.component.css"> </file>
26727
28209
  * </example>
26728
28210
  *
26729
28211
  * <example name="po-menu-human-resources" title="PO Menu - Human Resources">
26730
28212
  * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.html"> </file>
26731
28213
  * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.ts"> </file>
28214
+ * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.css"> </file>
26732
28215
  * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.service.ts"> </file>
26733
28216
  * </example>
26734
28217
  */
@@ -26947,6 +28430,21 @@ declare class PoBadgeBaseComponent {
26947
28430
  * - <span class="dot po-color-11"></span> `color-11`
26948
28431
  * - <span class="dot po-color-12"></span> `color-12`
26949
28432
  *
28433
+ * > Também é possível utilizar as 35 cores da paleta **Caption Tag Colors**:
28434
+ *
28435
+ * - <span class="dot po-caption-tag-01"></span> `caption-tag-01` <span class="dot po-caption-tag-02"></span> `caption-tag-02` <span class="dot po-caption-tag-03"></span> `caption-tag-03` <span class="dot po-caption-tag-04"></span> `caption-tag-04` <span class="dot po-caption-tag-05"></span> `caption-tag-05`
28436
+ * - <span class="dot po-caption-tag-06"></span> `caption-tag-06` <span class="dot po-caption-tag-07"></span> `caption-tag-07` <span class="dot po-caption-tag-08"></span> `caption-tag-08` <span class="dot po-caption-tag-09"></span> `caption-tag-09` <span class="dot po-caption-tag-10"></span> `caption-tag-10`
28437
+ * - <span class="dot po-caption-tag-11"></span> `caption-tag-11` <span class="dot po-caption-tag-12"></span> `caption-tag-12` <span class="dot po-caption-tag-13"></span> `caption-tag-13` <span class="dot po-caption-tag-14"></span> `caption-tag-14` <span class="dot po-caption-tag-15"></span> `caption-tag-15`
28438
+ * - <span class="dot po-caption-tag-16"></span> `caption-tag-16` <span class="dot po-caption-tag-17"></span> `caption-tag-17` <span class="dot po-caption-tag-18"></span> `caption-tag-18` <span class="dot po-caption-tag-19"></span> `caption-tag-19` <span class="dot po-caption-tag-20"></span> `caption-tag-20`
28439
+ * - <span class="dot po-caption-tag-21"></span> `caption-tag-21` <span class="dot po-caption-tag-22"></span> `caption-tag-22` <span class="dot po-caption-tag-23"></span> `caption-tag-23` <span class="dot po-caption-tag-24"></span> `caption-tag-24` <span class="dot po-caption-tag-25"></span> `caption-tag-25`
28440
+ * - <span class="dot po-caption-tag-26"></span> `caption-tag-26` <span class="dot po-caption-tag-27"></span> `caption-tag-27` <span class="dot po-caption-tag-28"></span> `caption-tag-28` <span class="dot po-caption-tag-29"></span> `caption-tag-29` <span class="dot po-caption-tag-30"></span> `caption-tag-30`
28441
+ * - <span class="dot po-caption-tag-31"></span> `caption-tag-31` <span class="dot po-caption-tag-32"></span> `caption-tag-32` <span class="dot po-caption-tag-33"></span> `caption-tag-33` <span class="dot po-caption-tag-34"></span> `caption-tag-34` <span class="dot po-caption-tag-35"></span> `caption-tag-35`
28442
+ *
28443
+ * Exemplo de uso:
28444
+ * ```
28445
+ * <po-badge p-color="caption-tag-13" p-value="5"></po-badge>
28446
+ * ```
28447
+ *
26950
28448
  * @default `color-07`
26951
28449
  */
26952
28450
  set color(value: string);
@@ -27987,6 +29485,7 @@ declare abstract class PoPageDefaultBaseComponent {
27987
29485
  * <example name="po-page-default-dashboard" title="PO Page Default - Dashboard">
27988
29486
  * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.html"> </file>
27989
29487
  * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.ts"> </file>
29488
+ * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.css"> </file>
27990
29489
  * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.service.ts"> </file>
27991
29490
  * </example>
27992
29491
  */
@@ -30394,6 +31893,7 @@ declare class PoStepperBaseComponent {
30394
31893
  * <example name="po-stepper-sales" title="PO Stepper - Sales">
30395
31894
  * <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.html"> </file>
30396
31895
  * <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.ts"> </file>
31896
+ * <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.css"> </file>
30397
31897
  * </example>
30398
31898
  *
30399
31899
  * <example name="po-stepper-active" title="PO Stepper - Active">
@@ -33351,11 +34851,13 @@ declare class PoWidgetBaseComponent {
33351
34851
  * <example name="po-widget-labs" title="PO Widget Labs">
33352
34852
  * <file name="sample-po-widget-labs/sample-po-widget-labs.component.html"> </file>
33353
34853
  * <file name="sample-po-widget-labs/sample-po-widget-labs.component.ts"> </file>
34854
+ * <file name="sample-po-widget-labs/sample-po-widget-labs.component.css"> </file>
33354
34855
  * </example>
33355
34856
  *
33356
34857
  * <example name="po-widget-finance-dashboard" title="PO Widget - Finance dashboard">
33357
34858
  * <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.html"> </file>
33358
34859
  * <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.ts"> </file>
34860
+ * <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.css"> </file>
33359
34861
  * </example>
33360
34862
  *
33361
34863
  * <example name="po-widget-card" title="PO Widget - Card">
@@ -34565,7 +36067,7 @@ declare class PoHeaderModule {
34565
36067
 
34566
36068
  declare class PoComponentsModule {
34567
36069
  static ɵfac: i0.ɵɵFactoryDeclaration<PoComponentsModule, never>;
34568
- static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule], [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule]>;
36070
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule, typeof PoTimerModule], [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoContextMenuModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule, typeof PoTimerModule]>;
34569
36071
  static ɵinj: i0.ɵɵInjectorDeclaration<PoComponentsModule>;
34570
36072
  }
34571
36073
 
@@ -34661,6 +36163,8 @@ declare class PoModule {
34661
36163
  static ɵinj: i0.ɵɵInjectorDeclaration<PoModule>;
34662
36164
  }
34663
36165
 
36166
+ declare const PO_CALENDAR_DEFAULT_RANGE_PRESETS: Array<PoCalendarRangePreset>;
36167
+
34664
36168
  /**
34665
36169
  * @usedBy PoDividerComponent
34666
36170
  *
@@ -35173,5 +36677,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
35173
36677
  static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
35174
36678
  }
35175
36679
 
35176
- export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextMenuComponent, PoContextMenuModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
35177
- export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoContextMenuItem, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };
36680
+ export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CALENDAR_DEFAULT_RANGE_PRESETS, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextMenuComponent, PoContextMenuModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoTimepickerComponent, PoTimepickerModelFormat, PoTimepickerModule, PoTimerBaseComponent, PoTimerComponent, PoTimerFormat, PoTimerModule, 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 };
36681
+ export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoCalendarRangePreset, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoContextMenuItem, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };