@po-ui/ng-components 21.9.0 → 21.11.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 (51) hide show
  1. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs → po-ui-ng-components-po-chart-modal-table.component-CKJDZQRS.mjs} +5 -5
  2. package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-DTtf5iYX.mjs.map → po-ui-ng-components-po-chart-modal-table.component-CKJDZQRS.mjs.map} +1 -1
  3. package/fesm2022/po-ui-ng-components.mjs +1480 -1327
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/po-avatar/po-avatar.component.d.ts +1 -0
  6. package/lib/components/po-badge/po-badge-base.component.d.ts +15 -0
  7. package/lib/components/po-container/po-container.component.d.ts +1 -0
  8. package/lib/components/po-field/po-combo/po-combo.component.d.ts +1 -0
  9. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +1 -0
  10. package/lib/components/po-field/po-select/po-select.component.d.ts +1 -0
  11. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +2 -0
  12. package/lib/components/po-menu/po-menu.component.d.ts +2 -0
  13. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +1 -0
  14. package/lib/components/po-popup/po-popup.component.d.ts +2 -0
  15. package/lib/components/po-progress/po-progress.component.d.ts +1 -0
  16. package/lib/components/po-search/po-search.component.d.ts +3 -0
  17. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -0
  18. package/lib/components/po-table/interfaces/po-table-column.interface.d.ts +14 -4
  19. package/lib/components/po-table/po-table-base.component.d.ts +22 -0
  20. package/lib/components/po-table/po-table-column-icon/po-table-column-icon.interface.d.ts +10 -0
  21. package/lib/components/po-table/po-table-column-label/po-table-column-label.interface.d.ts +21 -0
  22. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -0
  23. package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-column.interface.d.ts +10 -0
  24. package/lib/components/po-table/po-table.component.d.ts +1 -0
  25. package/lib/components/po-tag/po-tag-base.component.d.ts +20 -1
  26. package/lib/components/po-tag/po-tag.component.d.ts +7 -0
  27. package/lib/components/po-widget/po-widget.component.d.ts +2 -0
  28. package/lib/enums/po-caption-tag-color.enum.d.ts +43 -0
  29. package/package.json +5 -5
  30. package/po-ui-ng-components-21.11.0.tgz +0 -0
  31. package/schematics/ng-add/index.js +1 -1
  32. package/schematics/ng-add/setup-project.js +3 -1
  33. package/schematics/ng-add/setup-project.js.map +1 -1
  34. package/schematics/ng-update/v14/index.js +1 -1
  35. package/schematics/ng-update/v15/index.js +1 -1
  36. package/schematics/ng-update/v16/index.js +1 -1
  37. package/schematics/ng-update/v17/index.js +1 -1
  38. package/schematics/ng-update/v18/index.js +5 -3
  39. package/schematics/ng-update/v18/index.js.map +1 -1
  40. package/schematics/ng-update/v19/index.js +5 -3
  41. package/schematics/ng-update/v19/index.js.map +1 -1
  42. package/schematics/ng-update/v2/index.js +1 -1
  43. package/schematics/ng-update/v20/index.js +5 -3
  44. package/schematics/ng-update/v20/index.js.map +1 -1
  45. package/schematics/ng-update/v21/index.js +1 -1
  46. package/schematics/ng-update/v3/index.js +1 -1
  47. package/schematics/ng-update/v4/index.js +1 -1
  48. package/schematics/ng-update/v5/index.js +1 -1
  49. package/schematics/ng-update/v6/index.js +1 -1
  50. package/types/po-ui-ng-components.d.ts +142 -7
  51. package/po-ui-ng-components-21.9.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 {
@@ -3170,11 +3197,13 @@ declare class PoLoadingOverlayBaseComponent {
3170
3197
  * <example name="po-loading-overlay-basic" title="PO Loading Overlay Basic">
3171
3198
  * <file name="sample-po-loading-overlay-basic/sample-po-loading-overlay-basic.component.html"> </file>
3172
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>
3173
3201
  * </example>
3174
3202
  *
3175
3203
  * <example name="po-loading-overlay-labs" title="PO Loading Overlay Labs">
3176
3204
  * <file name="sample-po-loading-overlay-labs/sample-po-loading-overlay-labs.component.html"> </file>
3177
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>
3178
3207
  * </example>
3179
3208
  *
3180
3209
  * <example name="po-loading-overlay-connection-test" title="PO Loading Overlay - Connection Test">
@@ -4224,11 +4253,13 @@ declare class PoPopupBaseComponent {
4224
4253
  * <example name="po-popup-labs" title="PO Popup - Labs">
4225
4254
  * <file name="sample-po-popup-labs/sample-po-popup-labs.component.html"> </file>
4226
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>
4227
4257
  * </example>
4228
4258
  *
4229
4259
  * <example name="po-popup-email" title="PO Popup Email">
4230
4260
  * <file name="sample-po-popup-email/sample-po-popup-email.component.html"> </file>
4231
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>
4232
4263
  * </example>
4233
4264
  *
4234
4265
  */
@@ -6287,6 +6318,7 @@ declare class PoComboOptionTemplateDirective {
6287
6318
  * <example name="po-combo-scheduling" title="PO Combo - Scheduling">
6288
6319
  * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.component.html"> </file>
6289
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>
6290
6322
  * <file name="sample-po-combo-scheduling/sample-po-combo-scheduling.service.ts"> </file>
6291
6323
  * </example>
6292
6324
  *
@@ -6931,6 +6963,16 @@ interface PoTableColumnIcon {
6931
6963
  * - <span class="dot po-color-11"></span> `color-11`
6932
6964
  * - <span class="dot po-color-12"></span> `color-12`
6933
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
+ *
6934
6976
  */
6935
6977
  color?: string | Function;
6936
6978
  /** Função que deve retornar um booleano para habilitar ou desabilitar o ícone e sua ação. */
@@ -7006,6 +7048,24 @@ interface PoTableColumnLabel {
7006
7048
  * - <span class="dot po-color-10"></span> `color-10`
7007
7049
  * - <span class="dot po-color-11"></span> `color-11`
7008
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
+ * ```
7009
7069
  */
7010
7070
  color?: string;
7011
7071
  /**
@@ -7035,6 +7095,9 @@ interface PoTableColumnLabel {
7035
7095
  * - Para uma melhor acessibilidade no uso do componente é recomendável utilizar cores com um melhor contraste em relação ao background.
7036
7096
  *
7037
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.
7038
7101
  */
7039
7102
  textColor?: string;
7040
7103
  /**
@@ -7232,6 +7295,16 @@ interface PoTableSubtitleColumn {
7232
7295
  * - <span class="dot po-color-11"></span> `color-11`
7233
7296
  * - <span class="dot po-color-12"></span> `color-12`
7234
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
+ *
7235
7308
  * @default `color-01`
7236
7309
  */
7237
7310
  color?: string;
@@ -7293,6 +7366,16 @@ interface PoTableColumn {
7293
7366
  * - <span class="dot po-color-11"></span> `color-11`
7294
7367
  * - <span class="dot po-color-12"></span> `color-12`
7295
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
+ *
7296
7379
  * > Existe a possibilidade de informar uma função que retorne um dos valores aceitos, serão passados
7297
7380
  * por parâmetro a linha e a coluna atual, por exemplo:
7298
7381
  *
@@ -7372,8 +7455,8 @@ interface PoTableColumn {
7372
7455
  *
7373
7456
  * ```
7374
7457
  * { property: 'flightStatus', label: 'Status', type: 'label', width:'100px', labels: [
7375
- * { value: 'confirmed', color: 'color-11', label: 'Confirmado', tooltip: 'Flight Status' },
7376
- * { 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' }
7377
7460
  * }
7378
7461
  * ```
7379
7462
  *
@@ -7409,8 +7492,8 @@ interface PoTableColumn {
7409
7492
  *
7410
7493
  * ```
7411
7494
  * { property: 'flightStatus', label: 'Status', color: 'subtitle', width:'100px', subtitles: [
7412
- * { value: 'confirmed', color: 'color-11', label: 'Confirmado', content: '1' },
7413
- * { 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' }
7414
7497
  * }
7415
7498
  * ```
7416
7499
  * Nesse exemplo a coluna escolhida para legenda é 'flightStatus', se o valor dessa coluna for 'confirmed', o texto da legenda será
@@ -8743,6 +8826,28 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
8743
8826
  * Por exemplo: ["idCard", "name", "hireStatus", "age"].
8744
8827
  */
8745
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[]>;
8746
8851
  /**
8747
8852
  * @optional
8748
8853
  *
@@ -9167,7 +9272,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
9167
9272
  protected abstract getDefaultSpacing(): any;
9168
9273
  protected abstract reapplySort(): any;
9169
9274
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTableBaseComponent, never>;
9170
- 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>;
9171
9276
  static ngAcceptInputType_hideColumnsManager: any;
9172
9277
  static ngAcceptInputType_hideBatchActions: any;
9173
9278
  static ngAcceptInputType_textWrap: any;
@@ -9406,6 +9511,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
9406
9511
  isShowRowTemplate(row: any, index: number): boolean;
9407
9512
  onClickLink(event: any, row: any, column: PoTableColumn): void;
9408
9513
  onChangeVisibleColumns(columns: Array<string>): void;
9514
+ onChangeFixedColumns(columns: Array<string>): void;
9409
9515
  onColumnRestoreManager(value: Array<string>): void;
9410
9516
  onVisibleColumnsChange(columns: Array<PoTableColumn>): void;
9411
9517
  tooltipMouseEnter(event: any, column?: PoTableColumn, row?: any): any;
@@ -9908,6 +10014,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9908
10014
  lastVisibleColumnsSelected: Array<PoTableColumn>;
9909
10015
  visibleColumnsChange: EventEmitter<PoTableColumn[]>;
9910
10016
  changeVisibleColumns: EventEmitter<string[]>;
10017
+ changeFixedColumns: i0.OutputEmitterRef<string[]>;
9911
10018
  initialColumns: EventEmitter<string[]>;
9912
10019
  hideActionFixedColumns: boolean;
9913
10020
  literals: any;
@@ -9979,7 +10086,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
9979
10086
  private stringify;
9980
10087
  private removePropertyFixed;
9981
10088
  static ɵfac: i0.ɵɵFactoryDeclaration<PoTableColumnManagerComponent, never>;
9982
- 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>;
9983
10090
  static ngAcceptInputType_hideActionFixedColumns: any;
9984
10091
  }
9985
10092
 
@@ -10756,6 +10863,7 @@ declare class PoContainerBaseComponent {
10756
10863
  * <example name="po-container-dashboard" title="PO Container - Dashboard">
10757
10864
  * <file name="sample-po-container-dashboard/sample-po-container-dashboard.component.html"> </file>
10758
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>
10759
10867
  * <file name="sample-po-container-dashboard/sample-po-container-dashboard.service.ts"> </file>
10760
10868
  * </example>
10761
10869
  */
@@ -12048,11 +12156,13 @@ declare class PoSearchBaseComponent {
12048
12156
  * <example name="po-search-labs" title="PO Search Labs">
12049
12157
  * <file name="sample-po-search-labs/sample-po-search-labs.component.html"> </file>
12050
12158
  * <file name="sample-po-search-labs/sample-po-search-labs.component.ts"> </file>
12159
+ * <file name="sample-po-search-labs/sample-po-search-labs.component.css"> </file>
12051
12160
  * </example>
12052
12161
  *
12053
12162
  * <example name="po-search-find-people" title="PO Search Find People">
12054
12163
  * <file name="sample-po-search-find-people/sample-po-search-find-people.component.html"> </file>
12055
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>
12056
12166
  * <file name="sample-po-search-find-people/sample-po-search-find-people.service.ts"> </file>
12057
12167
  * </example>
12058
12168
  *
@@ -12070,6 +12180,7 @@ declare class PoSearchBaseComponent {
12070
12180
  * <example name="po-search-execute" title="PO Search Form Fields with Execute">
12071
12181
  * <file name="sample-po-search-execute/sample-po-search-execute.component.html"> </file>
12072
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>
12073
12184
  * </example>
12074
12185
  *
12075
12186
  * <example name="po-search-fields-locate" title="PO Search Form Fields with Locate">
@@ -19542,6 +19653,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
19542
19653
  * <example name="po-multiselect-template" title="PO Multiselect - Template">
19543
19654
  * <file name="sample-po-multiselect-template/sample-po-multiselect-template.component.html"> </file>
19544
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>
19545
19657
  * </example>
19546
19658
  *
19547
19659
  * <example name="po-multiselect-heroes" title="PO Multiselect - Heroes - using API">
@@ -21183,6 +21295,7 @@ declare class PoProgressBaseComponent {
21183
21295
  * <example name="po-progress-labs" title="PO Progress Labs">
21184
21296
  * <file name="sample-po-progress-labs/sample-po-progress-labs.component.html"> </file>
21185
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>
21186
21299
  * </example>
21187
21300
  *
21188
21301
  * <example name="po-progress-publication" title="PO Progress - Publication">
@@ -22595,6 +22708,7 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
22595
22708
  * <example name="po-select-customer-registration" title="PO Select - Customer registration">
22596
22709
  * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.component.html"> </file>
22597
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>
22598
22712
  * <file name="sample-po-select-customer-registration/sample-po-select-customer-registration.service.ts"> </file>
22599
22713
  * </example>
22600
22714
  *
@@ -28091,11 +28205,13 @@ declare class PoMenuHeaderTemplateDirective {
28091
28205
  * <example name="po-menu-labs" title="PO Menu Labs">
28092
28206
  * <file name="sample-po-menu-labs/sample-po-menu-labs.component.html"> </file>
28093
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>
28094
28209
  * </example>
28095
28210
  *
28096
28211
  * <example name="po-menu-human-resources" title="PO Menu - Human Resources">
28097
28212
  * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.component.html"> </file>
28098
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>
28099
28215
  * <file name="sample-po-menu-human-resources/sample-po-menu-human-resources.service.ts"> </file>
28100
28216
  * </example>
28101
28217
  */
@@ -28314,6 +28430,21 @@ declare class PoBadgeBaseComponent {
28314
28430
  * - <span class="dot po-color-11"></span> `color-11`
28315
28431
  * - <span class="dot po-color-12"></span> `color-12`
28316
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
+ *
28317
28448
  * @default `color-07`
28318
28449
  */
28319
28450
  set color(value: string);
@@ -29354,6 +29485,7 @@ declare abstract class PoPageDefaultBaseComponent {
29354
29485
  * <example name="po-page-default-dashboard" title="PO Page Default - Dashboard">
29355
29486
  * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.component.html"> </file>
29356
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>
29357
29489
  * <file name="sample-po-page-default-dashboard/sample-po-page-default-dashboard.service.ts"> </file>
29358
29490
  * </example>
29359
29491
  */
@@ -31761,6 +31893,7 @@ declare class PoStepperBaseComponent {
31761
31893
  * <example name="po-stepper-sales" title="PO Stepper - Sales">
31762
31894
  * <file name="sample-po-stepper-sales/sample-po-stepper-sales.component.html"> </file>
31763
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>
31764
31897
  * </example>
31765
31898
  *
31766
31899
  * <example name="po-stepper-active" title="PO Stepper - Active">
@@ -34718,11 +34851,13 @@ declare class PoWidgetBaseComponent {
34718
34851
  * <example name="po-widget-labs" title="PO Widget Labs">
34719
34852
  * <file name="sample-po-widget-labs/sample-po-widget-labs.component.html"> </file>
34720
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>
34721
34855
  * </example>
34722
34856
  *
34723
34857
  * <example name="po-widget-finance-dashboard" title="PO Widget - Finance dashboard">
34724
34858
  * <file name="sample-po-widget-finance-dashboard/sample-po-widget-finance-dashboard.component.html"> </file>
34725
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>
34726
34861
  * </example>
34727
34862
  *
34728
34863
  * <example name="po-widget-card" title="PO Widget - Card">
Binary file