@po-ui/ng-components 21.7.0 → 21.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/po-ui-ng-components.mjs +407 -165
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/po-accordion/po-accordion-base.component.d.ts +1 -1
- package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -3
- package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -1
- package/lib/components/po-accordion/po-accordion.component.d.ts +1 -1
- package/lib/components/po-accordion/services/po-accordion.service.d.ts +1 -1
- package/lib/components/po-badge/po-badge.component.d.ts +1 -1
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +2 -2
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +1 -1
- package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
- package/lib/components/po-button/po-button-base.component.d.ts +0 -8
- package/lib/components/po-button-group/po-button-group-base.component.d.ts +0 -2
- package/lib/components/po-calendar/po-calendar-base.component.d.ts +2 -2
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -3
- package/lib/components/po-calendar/po-calendar.component.d.ts +1 -1
- package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +7 -7
- package/lib/components/po-context-menu/index.d.ts +3 -0
- package/lib/components/po-context-menu/po-context-menu-base.component.d.ts +92 -0
- package/lib/components/po-context-menu/po-context-menu-item.interface.d.ts +15 -0
- package/lib/components/po-context-menu/po-context-menu.component.d.ts +51 -0
- package/lib/components/po-context-menu/po-context-menu.module.d.ts +7 -0
- package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +1 -1
- package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +1 -1
- package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +1 -1
- package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -3
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.d.ts +1 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +4 -4
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +5 -5
- package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -1
- package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -6
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -6
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +2 -2
- package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -7
- package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -1
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -3
- package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +0 -6
- package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -3
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +2 -8
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +6 -6
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +4 -4
- package/lib/components/po-field/po-email/po-email.component.d.ts +1 -1
- package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +1 -1
- package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +0 -2
- package/lib/components/po-field/po-input/po-input-base.component.d.ts +0 -6
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +0 -6
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +1 -1
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +3 -3
- package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +1 -1
- package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +1 -1
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -7
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -1
- package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +2 -2
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +5 -5
- package/lib/components/po-field/po-radio/po-radio.component.d.ts +2 -2
- package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +1 -7
- package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +0 -6
- package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +2 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -2
- package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +1 -1
- package/lib/components/po-field/po-select/po-select.component.d.ts +1 -7
- package/lib/components/po-field/po-switch/po-switch.component.d.ts +0 -7
- package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +0 -6
- package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -7
- package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +2 -2
- package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -2
- package/lib/components/po-field/po-upload/po-upload.component.d.ts +4 -4
- package/lib/components/po-field/po-url/po-url.component.d.ts +1 -1
- package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -1
- package/lib/components/po-grid/po-grid.component.d.ts +3 -3
- package/lib/components/po-header/po-header-base.component.d.ts +31 -5
- package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +3 -2
- package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +1 -0
- package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +3 -2
- package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +3 -2
- package/lib/components/po-header/po-header.component.d.ts +4 -4
- package/lib/components/po-helper/po-helper-base.component.d.ts +0 -8
- package/lib/components/po-icon/po-icon.component.d.ts +1 -1
- package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -1
- package/lib/components/po-list-view/po-list-view.component.d.ts +2 -2
- package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +2 -2
- package/lib/components/po-listbox/po-listbox-base.component.d.ts +1 -1
- package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -1
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +1 -1
- package/lib/components/po-menu/po-menu-base.component.d.ts +13 -1
- package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +1 -1
- package/lib/components/po-menu/po-menu.component.d.ts +5 -4
- package/lib/components/po-menu/services/po-menu-global.service.d.ts +5 -5
- package/lib/components/po-menu/services/po-menu-items.service.d.ts +2 -2
- package/lib/components/po-menu/services/po-menu.service.d.ts +1 -1
- package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +1 -1
- package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -3
- package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +2 -2
- package/lib/components/po-modal/po-modal.component.d.ts +3 -3
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar-base.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar.component.d.ts +7 -7
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -3
- package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -1
- package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -1
- package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -3
- package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +4 -4
- package/lib/components/po-popover/po-popover-base.component.d.ts +0 -2
- package/lib/components/po-popover/po-popover.component.d.ts +2 -1
- package/lib/components/po-popup/po-popup.component.d.ts +4 -4
- package/lib/components/po-progress/po-progress.component.d.ts +2 -2
- package/lib/components/po-skeleton/po-skeleton-base.component.d.ts +0 -23
- package/lib/components/po-slide/po-slide.component.d.ts +4 -4
- package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -1
- package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -3
- package/lib/components/po-stepper/po-stepper.component.d.ts +1 -1
- package/lib/components/po-table/po-table-base.component.d.ts +3 -3
- package/lib/components/po-table/po-table-column-frozen/po-table-column-frozen.directive.d.ts +2 -2
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +2 -2
- package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -1
- package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -2
- package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +1 -1
- package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +1 -1
- package/lib/components/po-table/po-table.component.d.ts +6 -6
- package/lib/components/po-table/services/po-table.service.d.ts +1 -1
- package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +11 -1
- package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tabs.component.d.ts +22 -2
- package/lib/components/po-tabs/po-tabs.service.d.ts +2 -2
- package/lib/components/po-tag/po-tag-base.component.d.ts +1 -1
- package/lib/components/po-tag/po-tag.component.d.ts +2 -2
- package/lib/components/po-toaster/po-toaster-base.component.d.ts +1 -1
- package/lib/components/po-toaster/po-toaster.component.d.ts +1 -1
- package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -1
- package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -1
- package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +1 -1
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +1 -1
- package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +2 -2
- package/lib/components/po-widget/po-widget-base.component.d.ts +0 -4
- package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +4 -4
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.d.ts +3 -3
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -3
- package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +2 -2
- package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -3
- package/lib/services/po-control-position/po-control-position.service.d.ts +2 -2
- package/lib/services/po-dialog/po-dialog.component.d.ts +1 -1
- package/lib/services/po-dialog/po-dialog.service.d.ts +1 -1
- package/lib/services/po-i18n/po-i18n-base.service.d.ts +3 -3
- package/lib/services/po-media-query/po-media-query.service.d.ts +1 -1
- package/lib/services/po-notification/po-notification.service.d.ts +1 -1
- package/lib/services/po-theme/po-theme.service.d.ts +2 -2
- package/package.json +4 -4
- package/po-ui-ng-components-21.8.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v20/index.js +2 -2
- package/schematics/ng-update/v21/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/types/po-ui-ng-components.d.ts +526 -400
- package/po-ui-ng-components-21.7.0.tgz +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, Type, ViewContainerRef, DoCheck, IterableDiffers, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, AfterViewChecked, PipeTransform, AfterContentInit, SimpleChange, RendererFactory2, InjectionToken, ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { EventEmitter, ElementRef, TemplateRef, OnInit, OnDestroy, Renderer2, QueryList, OnChanges, ChangeDetectorRef, SimpleChanges, AfterViewInit, Type, ViewContainerRef, DoCheck, IterableDiffers, ComponentFactoryResolver, ApplicationRef, Injector, ComponentRef, AfterViewChecked, PipeTransform, WritableSignal, AfterContentInit, SimpleChange, RendererFactory2, InjectionToken, ModuleWithProviders } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/common';
|
|
4
4
|
import { DecimalPipe, TitleCasePipe, CurrencyPipe, DatePipe } from '@angular/common';
|
|
5
5
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
@@ -215,7 +215,7 @@ interface PoAccordionLiterals {
|
|
|
215
215
|
*
|
|
216
216
|
*/
|
|
217
217
|
declare class PoAccordionBaseComponent {
|
|
218
|
-
private language;
|
|
218
|
+
private readonly language;
|
|
219
219
|
private _literals;
|
|
220
220
|
private _size?;
|
|
221
221
|
private _initialSize?;
|
|
@@ -321,7 +321,7 @@ declare class PoAccordionBaseComponent {
|
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
declare class PoAccordionItemHeaderComponent {
|
|
324
|
-
private language;
|
|
324
|
+
private readonly language;
|
|
325
325
|
accordionElement: ElementRef;
|
|
326
326
|
accordionHeaderElement: ElementRef;
|
|
327
327
|
expanded: boolean;
|
|
@@ -516,7 +516,7 @@ declare class PoTagBaseComponent {
|
|
|
516
516
|
private _orientation?;
|
|
517
517
|
private _type?;
|
|
518
518
|
private _literals;
|
|
519
|
-
private language;
|
|
519
|
+
private readonly language;
|
|
520
520
|
/**
|
|
521
521
|
* @optional
|
|
522
522
|
*
|
|
@@ -703,7 +703,7 @@ declare class PoTagBaseComponent {
|
|
|
703
703
|
* </example>
|
|
704
704
|
*/
|
|
705
705
|
declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
|
|
706
|
-
private el;
|
|
706
|
+
private readonly el;
|
|
707
707
|
tagContainer: ElementRef;
|
|
708
708
|
tagClose: ElementRef;
|
|
709
709
|
poTag: ElementRef;
|
|
@@ -721,7 +721,7 @@ declare class PoTagComponent extends PoTagBaseComponent implements OnInit {
|
|
|
721
721
|
} | {
|
|
722
722
|
'background-color'?: undefined;
|
|
723
723
|
};
|
|
724
|
-
private applyTextColorByContrast;
|
|
724
|
+
private readonly applyTextColorByContrast;
|
|
725
725
|
getWidthTag(): boolean;
|
|
726
726
|
setAriaLabel(): string;
|
|
727
727
|
private onRemove;
|
|
@@ -742,7 +742,7 @@ declare class PoIconComponent {
|
|
|
742
742
|
iconElement: ElementRef;
|
|
743
743
|
class: string;
|
|
744
744
|
private _icon;
|
|
745
|
-
private _iconToken;
|
|
745
|
+
private readonly _iconToken;
|
|
746
746
|
hostPIcon: string | null;
|
|
747
747
|
constructor();
|
|
748
748
|
/**
|
|
@@ -911,12 +911,12 @@ declare abstract class PoTooltipBaseDirective {
|
|
|
911
911
|
declare class PoControlPositionService {
|
|
912
912
|
private arrowDirection;
|
|
913
913
|
private customPositions;
|
|
914
|
-
private differenceDiagonalToWidthArrow;
|
|
914
|
+
private readonly differenceDiagonalToWidthArrow;
|
|
915
915
|
private element;
|
|
916
916
|
private elementOffset;
|
|
917
917
|
private isCornerAligned;
|
|
918
918
|
private isSetElementWidth;
|
|
919
|
-
private offsetArrow;
|
|
919
|
+
private readonly offsetArrow;
|
|
920
920
|
private targetElement;
|
|
921
921
|
/**
|
|
922
922
|
* @description Ajusta a posição do elemento, caso não couber em tela irá para próxima posição.
|
|
@@ -993,9 +993,9 @@ declare class PoTooltipControlPositionService extends PoControlPositionService {
|
|
|
993
993
|
*
|
|
994
994
|
*/
|
|
995
995
|
declare class PoTooltipDirective extends PoTooltipBaseDirective implements OnInit, OnDestroy {
|
|
996
|
-
private elementRef;
|
|
997
|
-
private renderer;
|
|
998
|
-
private poControlPosition;
|
|
996
|
+
private readonly elementRef;
|
|
997
|
+
private readonly renderer;
|
|
998
|
+
private readonly poControlPosition;
|
|
999
999
|
private readonly sanitizer;
|
|
1000
1000
|
private arrowDirection;
|
|
1001
1001
|
private divArrow;
|
|
@@ -1003,7 +1003,7 @@ declare class PoTooltipDirective extends PoTooltipBaseDirective implements OnIni
|
|
|
1003
1003
|
private isHidden;
|
|
1004
1004
|
private lastTooltipText;
|
|
1005
1005
|
private textContent;
|
|
1006
|
-
private tooltipOffset;
|
|
1006
|
+
private readonly tooltipOffset;
|
|
1007
1007
|
private eventListenerFunction;
|
|
1008
1008
|
constructor(elementRef: ElementRef, renderer: Renderer2, poControlPosition: PoTooltipControlPositionService, sanitizer: DomSanitizer);
|
|
1009
1009
|
ngOnDestroy(): void;
|
|
@@ -1085,7 +1085,7 @@ declare class PoTagModule {
|
|
|
1085
1085
|
* ```
|
|
1086
1086
|
*/
|
|
1087
1087
|
declare class PoAccordionItemComponent implements OnDestroy {
|
|
1088
|
-
private accordionService;
|
|
1088
|
+
private readonly accordionService;
|
|
1089
1089
|
private _type?;
|
|
1090
1090
|
/** Título do item. */
|
|
1091
1091
|
label: string;
|
|
@@ -1132,8 +1132,8 @@ declare class PoAccordionItemComponent implements OnDestroy {
|
|
|
1132
1132
|
collapseEvent: EventEmitter<void>;
|
|
1133
1133
|
templateRef: TemplateRef<any>;
|
|
1134
1134
|
expanded: boolean;
|
|
1135
|
-
private expandSubscription;
|
|
1136
|
-
private collapseSubscription;
|
|
1135
|
+
private readonly expandSubscription;
|
|
1136
|
+
private readonly collapseSubscription;
|
|
1137
1137
|
constructor();
|
|
1138
1138
|
ngOnDestroy(): void;
|
|
1139
1139
|
/**
|
|
@@ -1170,7 +1170,7 @@ declare class PoAccordionItemComponent implements OnDestroy {
|
|
|
1170
1170
|
* </example>
|
|
1171
1171
|
*/
|
|
1172
1172
|
declare class PoAccordionComponent extends PoAccordionBaseComponent implements OnDestroy {
|
|
1173
|
-
private accordionService;
|
|
1173
|
+
private readonly accordionService;
|
|
1174
1174
|
accordionsHeader: QueryList<PoAccordionItemHeaderComponent>;
|
|
1175
1175
|
poAccordionItems: QueryList<PoAccordionItemComponent>;
|
|
1176
1176
|
expandedAllItems: boolean;
|
|
@@ -1752,8 +1752,8 @@ interface PoItemListOptionGroup {
|
|
|
1752
1752
|
* O componente `po-item-list` é a menor parte da lista de ação que compõem o componente [**PO Listbox**](/documentation/po-listbox).
|
|
1753
1753
|
*/
|
|
1754
1754
|
declare class PoItemListBaseComponent {
|
|
1755
|
-
private _label;
|
|
1756
|
-
private _value;
|
|
1755
|
+
private readonly _label;
|
|
1756
|
+
private readonly _value;
|
|
1757
1757
|
private _type;
|
|
1758
1758
|
private _visible;
|
|
1759
1759
|
private _disabled;
|
|
@@ -1910,7 +1910,7 @@ interface PoListBoxLiterals {
|
|
|
1910
1910
|
* Componente de pesquisa que será criado dentro do search do `po-listbox`.
|
|
1911
1911
|
*/
|
|
1912
1912
|
declare class PoSearchListComponent {
|
|
1913
|
-
private cd;
|
|
1913
|
+
private readonly cd;
|
|
1914
1914
|
inputElement: ElementRef;
|
|
1915
1915
|
/** Propriedade que recebe as literais definidas no `po-listbox`. */
|
|
1916
1916
|
literals?: PoListBoxLiterals;
|
|
@@ -1954,7 +1954,7 @@ declare class PoListBoxBaseComponent {
|
|
|
1954
1954
|
private _items;
|
|
1955
1955
|
private _type;
|
|
1956
1956
|
private _literals;
|
|
1957
|
-
private language;
|
|
1957
|
+
private readonly language;
|
|
1958
1958
|
private _size?;
|
|
1959
1959
|
private _initialSize?;
|
|
1960
1960
|
listboxSubitems: boolean;
|
|
@@ -2379,8 +2379,6 @@ interface PoHelperOptions {
|
|
|
2379
2379
|
*/
|
|
2380
2380
|
declare class PoHelperBaseComponent {
|
|
2381
2381
|
/**
|
|
2382
|
-
* @Input
|
|
2383
|
-
*
|
|
2384
2382
|
* @optional
|
|
2385
2383
|
*
|
|
2386
2384
|
* @description
|
|
@@ -2403,8 +2401,6 @@ declare class PoHelperBaseComponent {
|
|
|
2403
2401
|
*/
|
|
2404
2402
|
helper: i0.InputSignal<string | PoHelperOptions>;
|
|
2405
2403
|
/**
|
|
2406
|
-
* @Input
|
|
2407
|
-
*
|
|
2408
2404
|
* @optional
|
|
2409
2405
|
*
|
|
2410
2406
|
* @description
|
|
@@ -2421,8 +2417,6 @@ declare class PoHelperBaseComponent {
|
|
|
2421
2417
|
size: i0.InputSignal<string>;
|
|
2422
2418
|
get hostSize(): string;
|
|
2423
2419
|
/**
|
|
2424
|
-
* @Input
|
|
2425
|
-
*
|
|
2426
2420
|
* @optional
|
|
2427
2421
|
*
|
|
2428
2422
|
* @description
|
|
@@ -2433,8 +2427,6 @@ declare class PoHelperBaseComponent {
|
|
|
2433
2427
|
*/
|
|
2434
2428
|
disabled: i0.InputSignal<boolean>;
|
|
2435
2429
|
/**
|
|
2436
|
-
* @Input
|
|
2437
|
-
*
|
|
2438
2430
|
* @optional
|
|
2439
2431
|
*
|
|
2440
2432
|
* @description
|
|
@@ -2595,8 +2587,6 @@ declare class PoPopoverBaseComponent {
|
|
|
2595
2587
|
set trigger(value: string);
|
|
2596
2588
|
get trigger(): string;
|
|
2597
2589
|
/**
|
|
2598
|
-
* @Input
|
|
2599
|
-
*
|
|
2600
2590
|
* @optional
|
|
2601
2591
|
*
|
|
2602
2592
|
* @description
|
|
@@ -2633,7 +2623,7 @@ declare class PoPopoverBaseComponent {
|
|
|
2633
2623
|
* </example>
|
|
2634
2624
|
*/
|
|
2635
2625
|
declare class PoPopoverComponent extends PoPopoverBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
2636
|
-
private renderer;
|
|
2626
|
+
private readonly renderer;
|
|
2637
2627
|
private readonly poControlPosition;
|
|
2638
2628
|
private readonly cd;
|
|
2639
2629
|
popoverElement: ElementRef;
|
|
@@ -2648,6 +2638,7 @@ declare class PoPopoverComponent extends PoPopoverBaseComponent implements After
|
|
|
2648
2638
|
eventListenerFunction: () => void;
|
|
2649
2639
|
private readonly tabbableSelector;
|
|
2650
2640
|
constructor(renderer: Renderer2, poControlPosition: PoControlPositionService, cd: ChangeDetectorRef);
|
|
2641
|
+
protected onThemeChange(): void;
|
|
2651
2642
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2652
2643
|
ngAfterViewInit(): void;
|
|
2653
2644
|
initEvents(): void;
|
|
@@ -2780,8 +2771,6 @@ declare enum PoButtonType {
|
|
|
2780
2771
|
*/
|
|
2781
2772
|
declare class PoButtonBaseComponent {
|
|
2782
2773
|
/**
|
|
2783
|
-
* @Input
|
|
2784
|
-
*
|
|
2785
2774
|
* @optional
|
|
2786
2775
|
*
|
|
2787
2776
|
* @description
|
|
@@ -2790,8 +2779,6 @@ declare class PoButtonBaseComponent {
|
|
|
2790
2779
|
*/
|
|
2791
2780
|
readonly label: i0.InputSignal<string>;
|
|
2792
2781
|
/**
|
|
2793
|
-
* @Input
|
|
2794
|
-
*
|
|
2795
2782
|
* @optional
|
|
2796
2783
|
*
|
|
2797
2784
|
* @description
|
|
@@ -2818,8 +2805,6 @@ declare class PoButtonBaseComponent {
|
|
|
2818
2805
|
*/
|
|
2819
2806
|
readonly icon: i0.InputSignal<string | TemplateRef<void>>;
|
|
2820
2807
|
/**
|
|
2821
|
-
* @Input
|
|
2822
|
-
*
|
|
2823
2808
|
* @optional
|
|
2824
2809
|
*
|
|
2825
2810
|
* @description
|
|
@@ -2888,8 +2873,6 @@ declare class PoButtonBaseComponent {
|
|
|
2888
2873
|
set disabled(value: boolean);
|
|
2889
2874
|
get disabled(): boolean;
|
|
2890
2875
|
/**
|
|
2891
|
-
* @Input
|
|
2892
|
-
*
|
|
2893
2876
|
* @optional
|
|
2894
2877
|
*
|
|
2895
2878
|
* @description
|
|
@@ -3104,7 +3087,7 @@ declare class PoLoadingIconComponent implements AfterViewInit, OnDestroy {
|
|
|
3104
3087
|
*
|
|
3105
3088
|
*/
|
|
3106
3089
|
declare class PoLoadingOverlayBaseComponent {
|
|
3107
|
-
private languageService;
|
|
3090
|
+
private readonly languageService;
|
|
3108
3091
|
private _screenLock?;
|
|
3109
3092
|
private _text?;
|
|
3110
3093
|
private _size?;
|
|
@@ -3547,8 +3530,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
|
|
|
3547
3530
|
*/
|
|
3548
3531
|
appendBox?: boolean;
|
|
3549
3532
|
/**
|
|
3550
|
-
* @Input
|
|
3551
|
-
*
|
|
3552
3533
|
* @optional
|
|
3553
3534
|
*
|
|
3554
3535
|
* @description
|
|
@@ -3683,8 +3664,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
|
|
|
3683
3664
|
set size(value: string);
|
|
3684
3665
|
get size(): string;
|
|
3685
3666
|
/**
|
|
3686
|
-
* @Input
|
|
3687
|
-
*
|
|
3688
3667
|
* @optional
|
|
3689
3668
|
*
|
|
3690
3669
|
* @description
|
|
@@ -3696,8 +3675,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
|
|
|
3696
3675
|
*/
|
|
3697
3676
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
3698
3677
|
/**
|
|
3699
|
-
* @Input
|
|
3700
|
-
*
|
|
3701
3678
|
* @optional
|
|
3702
3679
|
*
|
|
3703
3680
|
* @description
|
|
@@ -3914,7 +3891,7 @@ declare class PoFieldContainerBottomComponent implements OnChanges {
|
|
|
3914
3891
|
poHelperComponent: i0.InputSignal<PoHelperOptions>;
|
|
3915
3892
|
/** Define se o componente helper estará visível através das ações customizadas */
|
|
3916
3893
|
showHelperComponent: i0.InputSignal<boolean>;
|
|
3917
|
-
private isInitialChange;
|
|
3894
|
+
private readonly isInitialChange;
|
|
3918
3895
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3919
3896
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoFieldContainerBottomComponent, never>;
|
|
3920
3897
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoFieldContainerBottomComponent, "po-field-container-bottom", never, { "appendBox": { "alias": "p-append-in-body"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "errorPattern": { "alias": "p-error-pattern"; "required": false; }; "errorLimit": { "alias": "p-error-limit"; "required": false; }; "help": { "alias": "p-help"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "poHelperComponent": { "alias": "p-helper"; "required": false; "isSignal": true; }; "showHelperComponent": { "alias": "p-show-helper"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
@@ -3968,8 +3945,6 @@ declare class PoFieldContainerComponent implements OnInit, OnChanges {
|
|
|
3968
3945
|
/** Define o tamanho do componente. */
|
|
3969
3946
|
size?: string;
|
|
3970
3947
|
/**
|
|
3971
|
-
* @Input
|
|
3972
|
-
*
|
|
3973
3948
|
* Define se o título do campo será exibido de forma compacta.
|
|
3974
3949
|
*
|
|
3975
3950
|
* Quando habilitado (`true`), o modo compacto afeta o conjunto composto por:
|
|
@@ -4249,9 +4224,9 @@ declare class PoPopupBaseComponent {
|
|
|
4249
4224
|
*/
|
|
4250
4225
|
declare class PoPopupComponent extends PoPopupBaseComponent implements AfterViewInit {
|
|
4251
4226
|
id: string;
|
|
4252
|
-
private renderer;
|
|
4253
|
-
private router;
|
|
4254
|
-
private poControlPosition;
|
|
4227
|
+
private readonly renderer;
|
|
4228
|
+
private readonly router;
|
|
4229
|
+
private readonly poControlPosition;
|
|
4255
4230
|
changeDetector: ChangeDetectorRef;
|
|
4256
4231
|
popupRef: ElementRef;
|
|
4257
4232
|
listbox: ElementRef;
|
|
@@ -4288,7 +4263,7 @@ declare class PoPopupComponent extends PoPopupBaseComponent implements AfterView
|
|
|
4288
4263
|
private elementContains;
|
|
4289
4264
|
private hasContentToShow;
|
|
4290
4265
|
private initializeListeners;
|
|
4291
|
-
private onScroll;
|
|
4266
|
+
private readonly onScroll;
|
|
4292
4267
|
private openUrl;
|
|
4293
4268
|
private removeListeners;
|
|
4294
4269
|
private setPosition;
|
|
@@ -4314,7 +4289,7 @@ declare const poBreadcrumbLiterals: object;
|
|
|
4314
4289
|
* </example>
|
|
4315
4290
|
*/
|
|
4316
4291
|
declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements AfterViewInit, DoCheck, OnDestroy {
|
|
4317
|
-
private element;
|
|
4292
|
+
private readonly element;
|
|
4318
4293
|
renderer: Renderer2;
|
|
4319
4294
|
languageService: PoLanguageService;
|
|
4320
4295
|
breadcrumbElement: ElementRef;
|
|
@@ -4328,7 +4303,7 @@ declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements
|
|
|
4328
4303
|
hiddenLiteralFavorite: boolean;
|
|
4329
4304
|
private _breadcrumbItemsLenght;
|
|
4330
4305
|
private calculatedElement;
|
|
4331
|
-
private differ;
|
|
4306
|
+
private readonly differ;
|
|
4332
4307
|
private hiddenWithoutResize;
|
|
4333
4308
|
private initialized;
|
|
4334
4309
|
private timeoutResize;
|
|
@@ -4364,8 +4339,8 @@ declare class PoBreadcrumbComponent extends PoBreadcrumbBaseComponent implements
|
|
|
4364
4339
|
* Componente que renderiza o serviço de favoritar do po-breadcrumb.
|
|
4365
4340
|
*/
|
|
4366
4341
|
declare class PoBreadcrumbFavoriteComponent implements OnInit, OnDestroy {
|
|
4367
|
-
private service;
|
|
4368
|
-
private languageService;
|
|
4342
|
+
private readonly service;
|
|
4343
|
+
private readonly languageService;
|
|
4369
4344
|
favoriteService: string;
|
|
4370
4345
|
itemActive: PoBreadcrumbItem;
|
|
4371
4346
|
paramsService: object;
|
|
@@ -4526,8 +4501,6 @@ interface PoButtonGroupItem {
|
|
|
4526
4501
|
*/
|
|
4527
4502
|
declare class PoButtonGroupBaseComponent {
|
|
4528
4503
|
/**
|
|
4529
|
-
* @Input
|
|
4530
|
-
*
|
|
4531
4504
|
* @description
|
|
4532
4505
|
*
|
|
4533
4506
|
* Lista de botões.
|
|
@@ -4828,7 +4801,7 @@ declare enum PoCalendarMode {
|
|
|
4828
4801
|
*/
|
|
4829
4802
|
declare class PoCalendarBaseComponent {
|
|
4830
4803
|
poDate: PoDateService;
|
|
4831
|
-
private languageService;
|
|
4804
|
+
private readonly languageService;
|
|
4832
4805
|
/**
|
|
4833
4806
|
* @optional
|
|
4834
4807
|
*
|
|
@@ -4857,7 +4830,7 @@ declare class PoCalendarBaseComponent {
|
|
|
4857
4830
|
protected onTouched: any;
|
|
4858
4831
|
protected propagateChange: any;
|
|
4859
4832
|
protected today: Date;
|
|
4860
|
-
private shortLanguage;
|
|
4833
|
+
private readonly shortLanguage;
|
|
4861
4834
|
private _locale;
|
|
4862
4835
|
private _maxDate;
|
|
4863
4836
|
private _minDate;
|
|
@@ -4985,7 +4958,7 @@ declare class PoCalendarBaseComponent {
|
|
|
4985
4958
|
* </example>
|
|
4986
4959
|
*/
|
|
4987
4960
|
declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnInit, OnChanges {
|
|
4988
|
-
private changeDetector;
|
|
4961
|
+
private readonly changeDetector;
|
|
4989
4962
|
hoverValue: Date;
|
|
4990
4963
|
constructor();
|
|
4991
4964
|
get isResponsive(): boolean;
|
|
@@ -5042,13 +5015,13 @@ interface PoComboOption {
|
|
|
5042
5015
|
|
|
5043
5016
|
declare class PoCalendarLangService {
|
|
5044
5017
|
private language;
|
|
5045
|
-
private months;
|
|
5046
|
-
private shortWeekDays;
|
|
5047
|
-
private monthLabel;
|
|
5048
|
-
private yearLabel;
|
|
5049
|
-
private todayLabel;
|
|
5050
|
-
private previousMonthLabel;
|
|
5051
|
-
private nextMonthLabel;
|
|
5018
|
+
private readonly months;
|
|
5019
|
+
private readonly shortWeekDays;
|
|
5020
|
+
private readonly monthLabel;
|
|
5021
|
+
private readonly yearLabel;
|
|
5022
|
+
private readonly todayLabel;
|
|
5023
|
+
private readonly previousMonthLabel;
|
|
5024
|
+
private readonly nextMonthLabel;
|
|
5052
5025
|
readonly toCleanLabel: {
|
|
5053
5026
|
pt: string;
|
|
5054
5027
|
en: string;
|
|
@@ -5100,9 +5073,9 @@ declare class PoCalendarHeaderComponent implements OnInit, OnChanges {
|
|
|
5100
5073
|
}
|
|
5101
5074
|
|
|
5102
5075
|
declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
|
|
5103
|
-
private poCalendarService;
|
|
5104
|
-
private poCalendarLangService;
|
|
5105
|
-
private poDate;
|
|
5076
|
+
private readonly poCalendarService;
|
|
5077
|
+
private readonly poCalendarLangService;
|
|
5078
|
+
private readonly poDate;
|
|
5106
5079
|
readonly cdr: ChangeDetectorRef;
|
|
5107
5080
|
readonly elementRef: ElementRef<any>;
|
|
5108
5081
|
value: any;
|
|
@@ -5323,7 +5296,7 @@ interface PoComboLiterals {
|
|
|
5323
5296
|
* Serviço padrão utilizado para filtrar os dados do componente po-combo.
|
|
5324
5297
|
*/
|
|
5325
5298
|
declare class PoComboFilterService implements PoComboFilter {
|
|
5326
|
-
private http;
|
|
5299
|
+
private readonly http;
|
|
5327
5300
|
fieldLabel: string;
|
|
5328
5301
|
fieldValue: string;
|
|
5329
5302
|
hasNext: boolean;
|
|
@@ -5438,8 +5411,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
|
|
|
5438
5411
|
*/
|
|
5439
5412
|
autoFocus: boolean;
|
|
5440
5413
|
/**
|
|
5441
|
-
* @Input
|
|
5442
|
-
*
|
|
5443
5414
|
* @optional
|
|
5444
5415
|
*
|
|
5445
5416
|
* @description
|
|
@@ -5704,8 +5675,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
|
|
|
5704
5675
|
*/
|
|
5705
5676
|
listboxControlPosition: 'top' | 'bottom';
|
|
5706
5677
|
/**
|
|
5707
|
-
* @Input
|
|
5708
|
-
*
|
|
5709
5678
|
* @optional
|
|
5710
5679
|
*
|
|
5711
5680
|
* @description
|
|
@@ -5717,8 +5686,6 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
|
|
|
5717
5686
|
*/
|
|
5718
5687
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
5719
5688
|
/**
|
|
5720
|
-
* @Input
|
|
5721
|
-
*
|
|
5722
5689
|
* @optional
|
|
5723
5690
|
*
|
|
5724
5691
|
* @description
|
|
@@ -5770,7 +5737,7 @@ declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnI
|
|
|
5770
5737
|
private _size?;
|
|
5771
5738
|
private _initialSize?;
|
|
5772
5739
|
private _sort?;
|
|
5773
|
-
private language;
|
|
5740
|
+
private readonly language;
|
|
5774
5741
|
private _infiniteScrollDistance?;
|
|
5775
5742
|
private _infiniteScroll?;
|
|
5776
5743
|
private _removeInitialFilter;
|
|
@@ -6194,7 +6161,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
|
|
|
6194
6161
|
differs: IterableDiffers;
|
|
6195
6162
|
defaultService: PoComboFilterService;
|
|
6196
6163
|
renderer: Renderer2;
|
|
6197
|
-
private controlPosition;
|
|
6164
|
+
private readonly controlPosition;
|
|
6198
6165
|
comboOptionTemplate: PoComboOptionTemplateDirective;
|
|
6199
6166
|
outerContainer: ElementRef;
|
|
6200
6167
|
containerElement: ElementRef;
|
|
@@ -6218,7 +6185,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
|
|
|
6218
6185
|
private eventResizeListener;
|
|
6219
6186
|
private filterSubscription;
|
|
6220
6187
|
private getSubscription;
|
|
6221
|
-
private subscriptionScrollEvent;
|
|
6188
|
+
private readonly subscriptionScrollEvent;
|
|
6222
6189
|
constructor();
|
|
6223
6190
|
set isServerSearching(value: boolean);
|
|
6224
6191
|
get isServerSearching(): boolean;
|
|
@@ -6306,7 +6273,7 @@ declare class PoComboComponent extends PoComboBaseComponent implements AfterView
|
|
|
6306
6273
|
private initializeListeners;
|
|
6307
6274
|
private isAdditionalHelpEventTriggered;
|
|
6308
6275
|
private onErrorGetObjectByValue;
|
|
6309
|
-
private onScroll;
|
|
6276
|
+
private readonly onScroll;
|
|
6310
6277
|
private onErrorFilteredData;
|
|
6311
6278
|
private open;
|
|
6312
6279
|
private removeListeners;
|
|
@@ -6674,14 +6641,14 @@ declare class PoModalFooterComponent {
|
|
|
6674
6641
|
* </example>
|
|
6675
6642
|
*/
|
|
6676
6643
|
declare class PoModalComponent extends PoModalBaseComponent {
|
|
6677
|
-
private poActiveOverlayService;
|
|
6644
|
+
private readonly poActiveOverlayService;
|
|
6678
6645
|
modalContent: ElementRef;
|
|
6679
6646
|
modalContainer: ElementRef;
|
|
6680
6647
|
modalFooter: PoModalFooterComponent;
|
|
6681
6648
|
private firstElement;
|
|
6682
6649
|
private focusFunction;
|
|
6683
|
-
private focusableElements;
|
|
6684
|
-
private id;
|
|
6650
|
+
private readonly focusableElements;
|
|
6651
|
+
private readonly id;
|
|
6685
6652
|
private sourceElement;
|
|
6686
6653
|
constructor();
|
|
6687
6654
|
close(xClosed?: boolean): void;
|
|
@@ -7701,8 +7668,8 @@ declare class PoTableColumnTemplateDirective {
|
|
|
7701
7668
|
}
|
|
7702
7669
|
|
|
7703
7670
|
declare class PoTableColumnFrozenDirective implements AfterViewInit, OnChanges {
|
|
7704
|
-
private el;
|
|
7705
|
-
private renderer;
|
|
7671
|
+
private readonly el;
|
|
7672
|
+
private readonly renderer;
|
|
7706
7673
|
_frozen: boolean;
|
|
7707
7674
|
get frozen(): boolean;
|
|
7708
7675
|
set frozen(val: boolean);
|
|
@@ -7862,7 +7829,7 @@ interface PoNotification {
|
|
|
7862
7829
|
*
|
|
7863
7830
|
*/
|
|
7864
7831
|
declare abstract class PoToasterBaseComponent {
|
|
7865
|
-
private _isHide;
|
|
7832
|
+
private readonly _isHide;
|
|
7866
7833
|
private _sizeActions;
|
|
7867
7834
|
private _initialSizeActions;
|
|
7868
7835
|
/**
|
|
@@ -7988,7 +7955,7 @@ declare abstract class PoToasterBaseComponent {
|
|
|
7988
7955
|
*/
|
|
7989
7956
|
declare class PoToasterComponent extends PoToasterBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
7990
7957
|
changeDetector: ChangeDetectorRef;
|
|
7991
|
-
private renderer;
|
|
7958
|
+
private readonly renderer;
|
|
7992
7959
|
toaster: ElementRef;
|
|
7993
7960
|
buttonClose: PoButtonComponent;
|
|
7994
7961
|
alive: boolean;
|
|
@@ -8065,9 +8032,9 @@ declare const poToasterLiterals: {
|
|
|
8065
8032
|
};
|
|
8066
8033
|
|
|
8067
8034
|
declare class PoComponentInjectorService {
|
|
8068
|
-
private componentResolver;
|
|
8069
|
-
private applicationRef;
|
|
8070
|
-
private injector;
|
|
8035
|
+
private readonly componentResolver;
|
|
8036
|
+
private readonly applicationRef;
|
|
8037
|
+
private readonly injector;
|
|
8071
8038
|
constructor(componentResolver: ComponentFactoryResolver, applicationRef: ApplicationRef, injector: Injector);
|
|
8072
8039
|
createComponentInApplication(component: any): ComponentRef<any>;
|
|
8073
8040
|
destroyComponentInApplication(componentRef: any): void;
|
|
@@ -8180,7 +8147,7 @@ declare abstract class PoNotificationBaseService {
|
|
|
8180
8147
|
* </example>
|
|
8181
8148
|
*/
|
|
8182
8149
|
declare class PoNotificationService extends PoNotificationBaseService {
|
|
8183
|
-
private poComponentInjector;
|
|
8150
|
+
private readonly poComponentInjector;
|
|
8184
8151
|
constructor(poComponentInjector: PoComponentInjectorService);
|
|
8185
8152
|
createToaster(toaster: PoToaster): void;
|
|
8186
8153
|
destroyToaster(toaster: any): void;
|
|
@@ -8278,7 +8245,7 @@ interface PoTableFilter {
|
|
|
8278
8245
|
}
|
|
8279
8246
|
|
|
8280
8247
|
declare class PoTableService implements PoTableFilter {
|
|
8281
|
-
private http;
|
|
8248
|
+
private readonly http;
|
|
8282
8249
|
readonly headers: HttpHeaders;
|
|
8283
8250
|
private url;
|
|
8284
8251
|
private urlDelete;
|
|
@@ -8345,8 +8312,8 @@ type QueryParamsType = string | number | boolean;
|
|
|
8345
8312
|
*
|
|
8346
8313
|
*/
|
|
8347
8314
|
declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
|
|
8348
|
-
private poDate;
|
|
8349
|
-
private poTableService;
|
|
8315
|
+
private readonly poDate;
|
|
8316
|
+
private readonly poTableService;
|
|
8350
8317
|
/**
|
|
8351
8318
|
* @optional
|
|
8352
8319
|
*
|
|
@@ -8663,7 +8630,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
|
|
|
8663
8630
|
private _literals;
|
|
8664
8631
|
private _loading?;
|
|
8665
8632
|
private _selectable?;
|
|
8666
|
-
private language;
|
|
8633
|
+
private readonly language;
|
|
8667
8634
|
private _serviceApi;
|
|
8668
8635
|
private _serviceDeleteApi;
|
|
8669
8636
|
private poTableServiceSubscription;
|
|
@@ -9110,8 +9077,8 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
|
|
|
9110
9077
|
* </example>
|
|
9111
9078
|
*/
|
|
9112
9079
|
declare class PoTableComponent extends PoTableBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnInit {
|
|
9113
|
-
private changeDetector;
|
|
9114
|
-
private decimalPipe;
|
|
9080
|
+
private readonly changeDetector;
|
|
9081
|
+
private readonly decimalPipe;
|
|
9115
9082
|
private readonly defaultService;
|
|
9116
9083
|
tableRowTemplate: PoTableRowTemplateDirective;
|
|
9117
9084
|
tableCellTemplate: PoTableCellTemplateDirective;
|
|
@@ -9151,15 +9118,15 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
|
|
|
9151
9118
|
confirm: PoModalAction;
|
|
9152
9119
|
private _columnManagerTarget;
|
|
9153
9120
|
private _columnManagerTargetFixed;
|
|
9154
|
-
private differ;
|
|
9121
|
+
private readonly differ;
|
|
9155
9122
|
private footerHeight;
|
|
9156
9123
|
private timeoutResize;
|
|
9157
9124
|
private visibleElement;
|
|
9158
9125
|
private scrollEvent$;
|
|
9159
9126
|
private subscriptionScrollEvent;
|
|
9160
|
-
private subscriptionService;
|
|
9161
|
-
private clickListener;
|
|
9162
|
-
private resizeListener;
|
|
9127
|
+
private readonly subscriptionService;
|
|
9128
|
+
private readonly clickListener;
|
|
9129
|
+
private readonly resizeListener;
|
|
9163
9130
|
set columnManagerTarget(value: ElementRef);
|
|
9164
9131
|
get columnManagerTarget(): ElementRef;
|
|
9165
9132
|
set columnManagerTargetFixed(value: ElementRef);
|
|
@@ -9726,12 +9693,12 @@ declare const poPageSlideLiteralsDefault: {
|
|
|
9726
9693
|
* </example>
|
|
9727
9694
|
*/
|
|
9728
9695
|
declare class PoPageSlideComponent extends PoPageSlideBaseComponent {
|
|
9729
|
-
private poActiveOverlayService;
|
|
9730
|
-
private languageService;
|
|
9696
|
+
private readonly poActiveOverlayService;
|
|
9697
|
+
private readonly languageService;
|
|
9731
9698
|
private _pageContent;
|
|
9732
9699
|
private firstElement;
|
|
9733
|
-
private id;
|
|
9734
|
-
private loadingCompleted;
|
|
9700
|
+
private readonly id;
|
|
9701
|
+
private readonly loadingCompleted;
|
|
9735
9702
|
private sourceElement;
|
|
9736
9703
|
buttonAriaLabel: string;
|
|
9737
9704
|
duration: string;
|
|
@@ -9773,7 +9740,7 @@ declare class PoPageSlideModule {
|
|
|
9773
9740
|
}
|
|
9774
9741
|
|
|
9775
9742
|
declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
|
|
9776
|
-
private renderer;
|
|
9743
|
+
private readonly renderer;
|
|
9777
9744
|
popover: PoPopoverComponent;
|
|
9778
9745
|
pageSlideColumnsManager: PoPageSlideComponent;
|
|
9779
9746
|
columns: Array<PoTableColumn>;
|
|
@@ -9793,7 +9760,7 @@ declare class PoTableColumnManagerComponent implements OnChanges, OnDestroy {
|
|
|
9793
9760
|
private resizeListener;
|
|
9794
9761
|
private restoreDefaultEvent;
|
|
9795
9762
|
private lastEmittedValue;
|
|
9796
|
-
private minColumns;
|
|
9763
|
+
private readonly minColumns;
|
|
9797
9764
|
private _componentsSize?;
|
|
9798
9765
|
/**
|
|
9799
9766
|
* @optional
|
|
@@ -9943,8 +9910,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
|
|
|
9943
9910
|
*/
|
|
9944
9911
|
autoFocus: boolean;
|
|
9945
9912
|
/**
|
|
9946
|
-
* @Input
|
|
9947
|
-
*
|
|
9948
9913
|
* @optional
|
|
9949
9914
|
*
|
|
9950
9915
|
* @description
|
|
@@ -10026,8 +9991,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
|
|
|
10026
9991
|
*/
|
|
10027
9992
|
errorLimit: boolean;
|
|
10028
9993
|
/**
|
|
10029
|
-
* @Input
|
|
10030
|
-
*
|
|
10031
9994
|
* @optional
|
|
10032
9995
|
*
|
|
10033
9996
|
* @description
|
|
@@ -10039,8 +10002,6 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
|
|
|
10039
10002
|
*/
|
|
10040
10003
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
10041
10004
|
/**
|
|
10042
|
-
* @Input
|
|
10043
|
-
*
|
|
10044
10005
|
* @optional
|
|
10045
10006
|
*
|
|
10046
10007
|
* @description
|
|
@@ -10243,10 +10204,10 @@ declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Vali
|
|
|
10243
10204
|
* </example>
|
|
10244
10205
|
*/
|
|
10245
10206
|
declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent implements AfterViewChecked, AfterViewInit, OnChanges {
|
|
10246
|
-
private changeDetector;
|
|
10207
|
+
private readonly changeDetector;
|
|
10247
10208
|
checkboxLabels: QueryList<PoCheckboxComponent>;
|
|
10248
10209
|
helperEl?: PoHelperComponent;
|
|
10249
|
-
private el;
|
|
10210
|
+
private readonly el;
|
|
10250
10211
|
ngOnChanges(changes: SimpleChanges): void;
|
|
10251
10212
|
ngAfterViewChecked(): void;
|
|
10252
10213
|
ngAfterViewInit(): void;
|
|
@@ -10314,8 +10275,8 @@ declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent impl
|
|
|
10314
10275
|
type Direction = 'up' | 'down';
|
|
10315
10276
|
declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
|
|
10316
10277
|
private _componentsSize?;
|
|
10317
|
-
private changePosition;
|
|
10318
|
-
private changeColumnFixed;
|
|
10278
|
+
private readonly changePosition;
|
|
10279
|
+
private readonly changeColumnFixed;
|
|
10319
10280
|
columnsManager: Array<PoTableColumn>;
|
|
10320
10281
|
/**
|
|
10321
10282
|
* @optional
|
|
@@ -10356,7 +10317,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
|
|
|
10356
10317
|
* Componente responsável por apresentar o detalhe de cada linha da tabela.
|
|
10357
10318
|
*/
|
|
10358
10319
|
declare class PoTableDetailComponent {
|
|
10359
|
-
private decimalPipe;
|
|
10320
|
+
private readonly decimalPipe;
|
|
10360
10321
|
private _componentsSize?;
|
|
10361
10322
|
/**
|
|
10362
10323
|
* @optional
|
|
@@ -10479,7 +10440,7 @@ declare class PoColorPaletteService {
|
|
|
10479
10440
|
* Componente para a criação da representação da legenda, em formato de círculo.
|
|
10480
10441
|
*/
|
|
10481
10442
|
declare class PoTableSubtitleCircleComponent {
|
|
10482
|
-
private poColorPaletteService;
|
|
10443
|
+
private readonly poColorPaletteService;
|
|
10483
10444
|
/** Esconde a tooltip. */
|
|
10484
10445
|
hideTitle: boolean;
|
|
10485
10446
|
private _subtitle;
|
|
@@ -10499,7 +10460,7 @@ declare class PoTableSubtitleCircleComponent {
|
|
|
10499
10460
|
* Componente para a criação de um conjunto de legendas.
|
|
10500
10461
|
*/
|
|
10501
10462
|
declare class PoTableSubtitleFooterComponent implements AfterViewInit, DoCheck, OnDestroy {
|
|
10502
|
-
private element;
|
|
10463
|
+
private readonly element;
|
|
10503
10464
|
renderer: Renderer2;
|
|
10504
10465
|
/** Define o tamanho dos elementos que possuem `p-size` dentro do componente. */
|
|
10505
10466
|
componentsSize: string;
|
|
@@ -10805,8 +10766,8 @@ declare abstract class PoFieldModel<T> implements ControlValueAccessor {
|
|
|
10805
10766
|
}
|
|
10806
10767
|
|
|
10807
10768
|
declare class PoRadioComponent extends PoFieldModel<boolean> {
|
|
10808
|
-
private changeDetector;
|
|
10809
|
-
private renderer;
|
|
10769
|
+
private readonly changeDetector;
|
|
10770
|
+
private readonly renderer;
|
|
10810
10771
|
radio: ElementRef;
|
|
10811
10772
|
radioInput: ElementRef;
|
|
10812
10773
|
value: boolean;
|
|
@@ -10977,9 +10938,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
|
|
|
10977
10938
|
private _initialSize?;
|
|
10978
10939
|
private statusChangesSubscription;
|
|
10979
10940
|
/**
|
|
10980
|
-
*
|
|
10981
|
-
* @Input
|
|
10982
|
-
*
|
|
10983
10941
|
* @optional
|
|
10984
10942
|
*
|
|
10985
10943
|
* @description
|
|
@@ -11129,8 +11087,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
|
|
|
11129
11087
|
set size(value: string);
|
|
11130
11088
|
get size(): string;
|
|
11131
11089
|
/**
|
|
11132
|
-
* @Input
|
|
11133
|
-
*
|
|
11134
11090
|
* @optional
|
|
11135
11091
|
*
|
|
11136
11092
|
* @description
|
|
@@ -11142,8 +11098,6 @@ declare class PoSwitchComponent extends PoFieldModel<any> implements Validator,
|
|
|
11142
11098
|
*/
|
|
11143
11099
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
11144
11100
|
/**
|
|
11145
|
-
* @Input
|
|
11146
|
-
*
|
|
11147
11101
|
* @optional
|
|
11148
11102
|
*
|
|
11149
11103
|
* @description
|
|
@@ -11364,8 +11318,8 @@ declare class PoDropdownBaseComponent {
|
|
|
11364
11318
|
* </example>
|
|
11365
11319
|
*/
|
|
11366
11320
|
declare class PoDropdownComponent extends PoDropdownBaseComponent {
|
|
11367
|
-
private renderer;
|
|
11368
|
-
private changeDetector;
|
|
11321
|
+
private readonly renderer;
|
|
11322
|
+
private readonly changeDetector;
|
|
11369
11323
|
dropdownRef: ElementRef;
|
|
11370
11324
|
popupRef: any;
|
|
11371
11325
|
private clickoutListener;
|
|
@@ -11375,7 +11329,7 @@ declare class PoDropdownComponent extends PoDropdownBaseComponent {
|
|
|
11375
11329
|
private checkClickArea;
|
|
11376
11330
|
private hideDropdown;
|
|
11377
11331
|
private initializeListeners;
|
|
11378
|
-
private onScroll;
|
|
11332
|
+
private readonly onScroll;
|
|
11379
11333
|
private isDropdownClosed;
|
|
11380
11334
|
private removeListeners;
|
|
11381
11335
|
private showDropdown;
|
|
@@ -13377,6 +13331,177 @@ declare class PoChartModule {
|
|
|
13377
13331
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoChartModule>;
|
|
13378
13332
|
}
|
|
13379
13333
|
|
|
13334
|
+
/**
|
|
13335
|
+
* @usedBy PoContextMenuComponent
|
|
13336
|
+
*
|
|
13337
|
+
* @description
|
|
13338
|
+
*
|
|
13339
|
+
* Interface para os itens do componente po-context-menu.
|
|
13340
|
+
*/
|
|
13341
|
+
interface PoContextMenuItem {
|
|
13342
|
+
/** Texto do item de menu. */
|
|
13343
|
+
label: string;
|
|
13344
|
+
/** Ação executada ao clicar no item. */
|
|
13345
|
+
action?: Function;
|
|
13346
|
+
/** Estado de seleção do item. */
|
|
13347
|
+
selected?: boolean;
|
|
13348
|
+
}
|
|
13349
|
+
|
|
13350
|
+
/**
|
|
13351
|
+
* @description
|
|
13352
|
+
*
|
|
13353
|
+
* O componente `po-context-menu` é uma barra lateral de contexto (sidebar) para navegação interna entre contextos.
|
|
13354
|
+
* Inspirado visualmente no `po-menu`, porém independente e focado em navegação contextual.
|
|
13355
|
+
*
|
|
13356
|
+
* No caso de uso do componente `po-page-default` em conjunto, ambos devem estar no mesmo nível
|
|
13357
|
+
* e inseridos em uma div com a classe **po-context-menu-wrapper**.
|
|
13358
|
+
* Esta classe é responsável por fazer os cálculos necessários para o alinhamento dos componentes.
|
|
13359
|
+
*
|
|
13360
|
+
* O uso simultâneo dos componentes `po-menu` e `po-context-menu` não é recomendado.
|
|
13361
|
+
* Porém, se os mesmos forem necessários na mesma interface, certifique-se de que não permaneçam expandidos
|
|
13362
|
+
* simultaneamente para não comprometer a usabilidade.
|
|
13363
|
+
*
|
|
13364
|
+
* #### Tokens customizáveis
|
|
13365
|
+
*
|
|
13366
|
+
* É possível alterar o estilo do componente usando os seguintes tokens (CSS):
|
|
13367
|
+
*
|
|
13368
|
+
* > Para maiores informações, acesse o guia [Personalizando o Tema Padrão com Tokens CSS](https://po-ui.io/guides/theme-customization).
|
|
13369
|
+
*
|
|
13370
|
+
* | Propriedade | Descrição | Valor Padrão |
|
|
13371
|
+
* |----------------------------------------|--------------------------------------------------------------|-------------------------------------------------|
|
|
13372
|
+
* | **Default Values** | | |
|
|
13373
|
+
* | `--font-family` | Família tipográfica usada | `var(--font-family-theme)` |
|
|
13374
|
+
* | `--font-size` | Tamanho da fonte dos itens | `var(--font-size-default)` |
|
|
13375
|
+
* | `--font-size-context-title` | Tamanho da fonte do título de contexto | `var(--font-size-sm)` |
|
|
13376
|
+
* | `--font-size-title` | Tamanho da fonte do título principal | `var(--font-size-lg)` |
|
|
13377
|
+
* | `--line-height` | Altura da linha | `var(--line-height-md)` |
|
|
13378
|
+
* | `--border-radius` | Raio dos cantos dos itens | `var(--border-radius-md)` |
|
|
13379
|
+
* | `--border-color` | Cor da borda lateral direita do componente | `var(--color-neutral-light-20)` |
|
|
13380
|
+
* | `--background-color` | Cor de fundo do componente | `var(--color-neutral-light-05)` |
|
|
13381
|
+
* | `--color` | Cor do texto dos itens | `var(--color-action-default)` |
|
|
13382
|
+
* | `--color-context-title` | Cor do texto do título de contexto | `var(--color-neutral-mid-40)` |
|
|
13383
|
+
* | `--color-title` | Cor do texto do título principal | `var(--color-neutral-dark-80)` |
|
|
13384
|
+
* | `--font-weight` | Peso da fonte dos itens | `var(--font-weight-bold)` |
|
|
13385
|
+
* | `--font-weight-title` | Peso da fonte do título principal | `var(--font-weight-bold)` |
|
|
13386
|
+
* | `--outline-color-focused` | Cor do outline no estado de focus | `var(--color-action-focus)` |
|
|
13387
|
+
* | **Hover** | | |
|
|
13388
|
+
* | `--color-hover` | Cor do texto no estado hover | `var(--color-brand-01-darkest)` |
|
|
13389
|
+
* | `--background-color-hover` | Cor de fundo no estado hover | `var(--color-brand-01-lighter)` |
|
|
13390
|
+
* | **Pressed** | | |
|
|
13391
|
+
* | `--background-color-pressed` | Cor de fundo no estado pressed | `var(--color-brand-01-light)` |
|
|
13392
|
+
* | **Active (Selected)** | | |
|
|
13393
|
+
* | `--background-color-actived` | Cor de fundo do item selecionado | `var(--color-brand-01-lightest)` |
|
|
13394
|
+
* | `--color-actived` | Cor do texto do item selecionado | `var(--color-action-pressed)` |
|
|
13395
|
+
*
|
|
13396
|
+
*/
|
|
13397
|
+
declare class PoContextMenuBaseComponent {
|
|
13398
|
+
/**
|
|
13399
|
+
* Título do contexto superior
|
|
13400
|
+
*/
|
|
13401
|
+
contextTitle: i0.InputSignal<string>;
|
|
13402
|
+
/**
|
|
13403
|
+
* Título principal do menu
|
|
13404
|
+
*/
|
|
13405
|
+
title: i0.InputSignal<string>;
|
|
13406
|
+
/**
|
|
13407
|
+
* Lista de itens para renderização.
|
|
13408
|
+
*
|
|
13409
|
+
* > Ao receber os itens, o componente valida que apenas um item pode ter `selected: true`.
|
|
13410
|
+
* > Se mais de um item estiver com `selected: true`, apenas o primeiro será mantido como selecionado.
|
|
13411
|
+
*/
|
|
13412
|
+
items: i0.InputSignal<PoContextMenuItem[]>;
|
|
13413
|
+
/**
|
|
13414
|
+
* Define se o menu está aberto ou fechado.
|
|
13415
|
+
*
|
|
13416
|
+
* Suporta two-way binding:
|
|
13417
|
+
*
|
|
13418
|
+
* ```html
|
|
13419
|
+
* <po-context-menu
|
|
13420
|
+
* [(p-expanded)]="expanded"
|
|
13421
|
+
* />
|
|
13422
|
+
* ```
|
|
13423
|
+
*
|
|
13424
|
+
* ou
|
|
13425
|
+
*
|
|
13426
|
+
* ```html
|
|
13427
|
+
* <po-context-menu
|
|
13428
|
+
* [(p-expanded)]="expanded"
|
|
13429
|
+
* (p-expandedChange)="handlerExpanded($event)"
|
|
13430
|
+
* />
|
|
13431
|
+
* ```
|
|
13432
|
+
*
|
|
13433
|
+
* @default `true`
|
|
13434
|
+
*/
|
|
13435
|
+
expanded: i0.ModelSignal<boolean>;
|
|
13436
|
+
/**
|
|
13437
|
+
* Evento emitido ao selecionar um item. Emite o item selecionado.
|
|
13438
|
+
*/
|
|
13439
|
+
itemSelected: i0.OutputEmitterRef<PoContextMenuItem>;
|
|
13440
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuBaseComponent, never>;
|
|
13441
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoContextMenuBaseComponent, never, never, { "contextTitle": { "alias": "p-context-title"; "required": false; "isSignal": true; }; "title": { "alias": "p-title"; "required": false; "isSignal": true; }; "items": { "alias": "p-items"; "required": false; "isSignal": true; }; "expanded": { "alias": "p-expanded"; "required": false; "isSignal": true; }; }, { "expanded": "p-expandedChange"; "itemSelected": "p-item-selected"; }, never, never, true, never>;
|
|
13442
|
+
}
|
|
13443
|
+
|
|
13444
|
+
interface PoContextMenuLiterals {
|
|
13445
|
+
close: string;
|
|
13446
|
+
open: string;
|
|
13447
|
+
}
|
|
13448
|
+
interface PoInternalContextMenuItem extends PoContextMenuItem {
|
|
13449
|
+
tooltip?: string;
|
|
13450
|
+
}
|
|
13451
|
+
/**
|
|
13452
|
+
* @docsExtends PoContextMenuBaseComponent
|
|
13453
|
+
*
|
|
13454
|
+
* @example
|
|
13455
|
+
*
|
|
13456
|
+
* <example name="po-context-menu-basic" title="PO Context Menu Basic">
|
|
13457
|
+
* <file name="sample-po-context-menu-basic/sample-po-context-menu-basic.component.html"> </file>
|
|
13458
|
+
* <file name="sample-po-context-menu-basic/sample-po-context-menu-basic.component.ts"> </file>
|
|
13459
|
+
* </example>
|
|
13460
|
+
*
|
|
13461
|
+
* <example name="po-context-menu-labs" title="PO Context Menu Labs">
|
|
13462
|
+
* <file name="sample-po-context-menu-labs/sample-po-context-menu-labs.component.html"> </file>
|
|
13463
|
+
* <file name="sample-po-context-menu-labs/sample-po-context-menu-labs.component.ts"> </file>
|
|
13464
|
+
* </example>
|
|
13465
|
+
*
|
|
13466
|
+
* <example name="po-context-menu-user" title="PO Context - Cadastro de Usuário">
|
|
13467
|
+
* <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.html"> </file>
|
|
13468
|
+
* <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.ts"> </file>
|
|
13469
|
+
* <file name="sample-po-context-menu-user/sample-po-context-menu-user.component.css"> </file>
|
|
13470
|
+
* </example>
|
|
13471
|
+
*/
|
|
13472
|
+
declare class PoContextMenuComponent extends PoContextMenuBaseComponent {
|
|
13473
|
+
private readonly languageService;
|
|
13474
|
+
literals: PoContextMenuLiterals;
|
|
13475
|
+
protected _items: WritableSignal<PoInternalContextMenuItem[]>;
|
|
13476
|
+
protected _titleTooltipCalculated: boolean;
|
|
13477
|
+
protected _contextTitleTooltipCalculated: boolean;
|
|
13478
|
+
protected titleTooltip: WritableSignal<string>;
|
|
13479
|
+
protected contextTitleTooltip: WritableSignal<string>;
|
|
13480
|
+
constructor();
|
|
13481
|
+
toggleExpand(): void;
|
|
13482
|
+
selectItem(item: PoContextMenuItem): void;
|
|
13483
|
+
protected handlerItemTooltip(item: PoInternalContextMenuItem, value: HTMLLIElement): void;
|
|
13484
|
+
protected handlerTitleTooltip(value: HTMLElement): void;
|
|
13485
|
+
protected handlerContextTitleTooltip(value: HTMLElement): void;
|
|
13486
|
+
private setLiterals;
|
|
13487
|
+
private hasMultipleSelected;
|
|
13488
|
+
private sanitizeSelection;
|
|
13489
|
+
private applyTooltipIfOverflows;
|
|
13490
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuComponent, never>;
|
|
13491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoContextMenuComponent, "po-context-menu", never, {}, {}, never, never, false, never>;
|
|
13492
|
+
}
|
|
13493
|
+
|
|
13494
|
+
/**
|
|
13495
|
+
* @description
|
|
13496
|
+
*
|
|
13497
|
+
* Módulo do componente po-context-menu.
|
|
13498
|
+
*/
|
|
13499
|
+
declare class PoContextMenuModule {
|
|
13500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoContextMenuModule, never>;
|
|
13501
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PoContextMenuModule, [typeof PoContextMenuComponent], [typeof i2.CommonModule, typeof PoIconModule, typeof PoTooltipModule], [typeof PoContextMenuComponent]>;
|
|
13502
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PoContextMenuModule>;
|
|
13503
|
+
}
|
|
13504
|
+
|
|
13380
13505
|
/**
|
|
13381
13506
|
* @usedBy PoDisclaimerGroupComponent, PoPageListComponent
|
|
13382
13507
|
*
|
|
@@ -13444,7 +13569,7 @@ declare class PoDisclaimerGroupBaseComponent implements DoCheck {
|
|
|
13444
13569
|
literals: any;
|
|
13445
13570
|
private _disclaimers;
|
|
13446
13571
|
private _hideRemoveAll;
|
|
13447
|
-
private differ;
|
|
13572
|
+
private readonly differ;
|
|
13448
13573
|
private previousDisclaimers;
|
|
13449
13574
|
/** Lista de *disclaimers*. */
|
|
13450
13575
|
/**
|
|
@@ -13519,7 +13644,7 @@ declare class PoDisclaimerGroupBaseComponent implements DoCheck {
|
|
|
13519
13644
|
*/
|
|
13520
13645
|
declare class PoDisclaimerGroupComponent extends PoDisclaimerGroupBaseComponent implements AfterViewInit, OnChanges {
|
|
13521
13646
|
private subscription;
|
|
13522
|
-
private el;
|
|
13647
|
+
private readonly el;
|
|
13523
13648
|
constructor();
|
|
13524
13649
|
ngAfterViewInit(): void;
|
|
13525
13650
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -13565,7 +13690,7 @@ declare class PoDisclaimerRemoveComponent {
|
|
|
13565
13690
|
*
|
|
13566
13691
|
*/
|
|
13567
13692
|
declare class PoDisclaimerBaseComponent {
|
|
13568
|
-
private languageService;
|
|
13693
|
+
private readonly languageService;
|
|
13569
13694
|
/**
|
|
13570
13695
|
* Label que aparecerá dentro do po-disclaimer.
|
|
13571
13696
|
* Quando não for definido um label será apresentada a propriedade p-value.
|
|
@@ -13848,8 +13973,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
|
|
|
13848
13973
|
*/
|
|
13849
13974
|
autoFocus: boolean;
|
|
13850
13975
|
/**
|
|
13851
|
-
* @Input
|
|
13852
|
-
*
|
|
13853
13976
|
* @optional
|
|
13854
13977
|
*
|
|
13855
13978
|
* @description
|
|
@@ -13982,8 +14105,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
|
|
|
13982
14105
|
*/
|
|
13983
14106
|
keydown: EventEmitter<KeyboardEvent>;
|
|
13984
14107
|
/**
|
|
13985
|
-
* @Input
|
|
13986
|
-
*
|
|
13987
14108
|
* @optional
|
|
13988
14109
|
*
|
|
13989
14110
|
* @description
|
|
@@ -13995,8 +14116,6 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
|
|
|
13995
14116
|
*/
|
|
13996
14117
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
13997
14118
|
/**
|
|
13998
|
-
* @Input
|
|
13999
|
-
*
|
|
14000
14119
|
* @optional
|
|
14001
14120
|
*
|
|
14002
14121
|
* @description
|
|
@@ -14232,8 +14351,8 @@ declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor
|
|
|
14232
14351
|
* </example>
|
|
14233
14352
|
*/
|
|
14234
14353
|
declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
14235
|
-
private controlPosition;
|
|
14236
|
-
private renderer;
|
|
14354
|
+
private readonly controlPosition;
|
|
14355
|
+
private readonly renderer;
|
|
14237
14356
|
calendar: PoCalendarComponent;
|
|
14238
14357
|
dialogPicker: ElementRef;
|
|
14239
14358
|
iconDatepicker: PoButtonComponent;
|
|
@@ -14338,7 +14457,7 @@ declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements
|
|
|
14338
14457
|
private isAdditionalHelpEventTriggered;
|
|
14339
14458
|
private isFocusOnFirstCombo;
|
|
14340
14459
|
private isFocusOnLastCombo;
|
|
14341
|
-
private onScroll;
|
|
14460
|
+
private readonly onScroll;
|
|
14342
14461
|
private removeListeners;
|
|
14343
14462
|
private setDialogPickerStyleDisplay;
|
|
14344
14463
|
private setCalendarPosition;
|
|
@@ -14442,7 +14561,7 @@ interface PoDatepickerRangeLiterals {
|
|
|
14442
14561
|
declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAccessor, Validator, OnDestroy {
|
|
14443
14562
|
protected changeDetector: ChangeDetectorRef;
|
|
14444
14563
|
protected poDateService: PoDateService;
|
|
14445
|
-
private languageService;
|
|
14564
|
+
private readonly languageService;
|
|
14446
14565
|
additionalHelpEventTrigger: string | undefined;
|
|
14447
14566
|
name: string;
|
|
14448
14567
|
/**
|
|
@@ -14486,8 +14605,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
|
|
|
14486
14605
|
*/
|
|
14487
14606
|
autoFocus: boolean;
|
|
14488
14607
|
/**
|
|
14489
|
-
* @Input
|
|
14490
|
-
*
|
|
14491
14608
|
* @optional
|
|
14492
14609
|
*
|
|
14493
14610
|
* @description
|
|
@@ -14600,8 +14717,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
|
|
|
14600
14717
|
*/
|
|
14601
14718
|
errorLimit: boolean;
|
|
14602
14719
|
/**
|
|
14603
|
-
* @Input
|
|
14604
|
-
*
|
|
14605
14720
|
* @optional
|
|
14606
14721
|
*
|
|
14607
14722
|
* @description
|
|
@@ -14613,8 +14728,6 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
|
|
|
14613
14728
|
*/
|
|
14614
14729
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
14615
14730
|
/**
|
|
14616
|
-
* @Input
|
|
14617
|
-
*
|
|
14618
14731
|
* @optional
|
|
14619
14732
|
*
|
|
14620
14733
|
* @description
|
|
@@ -14666,7 +14779,7 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
|
|
|
14666
14779
|
private _size?;
|
|
14667
14780
|
private _initialSize?;
|
|
14668
14781
|
private _placeholder;
|
|
14669
|
-
private language;
|
|
14782
|
+
private readonly language;
|
|
14670
14783
|
private onChangeModel;
|
|
14671
14784
|
private validatorChange;
|
|
14672
14785
|
private subscription;
|
|
@@ -14904,10 +15017,10 @@ declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAcc
|
|
|
14904
15017
|
* </example>
|
|
14905
15018
|
*/
|
|
14906
15019
|
declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
14907
|
-
private controlPosition;
|
|
14908
|
-
private renderer;
|
|
14909
|
-
private cd;
|
|
14910
|
-
private poLanguageService;
|
|
15020
|
+
private readonly controlPosition;
|
|
15021
|
+
private readonly renderer;
|
|
15022
|
+
private readonly cd;
|
|
15023
|
+
private readonly poLanguageService;
|
|
14911
15024
|
dateRangeField: ElementRef;
|
|
14912
15025
|
endDateInput: ElementRef;
|
|
14913
15026
|
startDateInput: ElementRef;
|
|
@@ -14919,7 +15032,7 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
|
|
|
14919
15032
|
isCalendarVisible: boolean;
|
|
14920
15033
|
private clickListener;
|
|
14921
15034
|
private eventResizeListener;
|
|
14922
|
-
private poDatepickerRangeElement;
|
|
15035
|
+
private readonly poDatepickerRangeElement;
|
|
14923
15036
|
get autocomplete(): "on" | "off";
|
|
14924
15037
|
get enableCleaner(): boolean;
|
|
14925
15038
|
get endDateInputName(): string;
|
|
@@ -15018,7 +15131,7 @@ declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent
|
|
|
15018
15131
|
private isEqualBeforeValue;
|
|
15019
15132
|
private isFocusOnFirstCombo;
|
|
15020
15133
|
private isSetFocusOnBackspace;
|
|
15021
|
-
private onScroll;
|
|
15134
|
+
private readonly onScroll;
|
|
15022
15135
|
private removeFocusFromDatePickerRangeField;
|
|
15023
15136
|
private setDateRangeInputValidation;
|
|
15024
15137
|
private setFocus;
|
|
@@ -15164,8 +15277,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
|
|
|
15164
15277
|
*/
|
|
15165
15278
|
autoFocus: boolean;
|
|
15166
15279
|
/**
|
|
15167
|
-
* @Input
|
|
15168
|
-
*
|
|
15169
15280
|
* @optional
|
|
15170
15281
|
*
|
|
15171
15282
|
* @description
|
|
@@ -15540,8 +15651,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
|
|
|
15540
15651
|
maskFormatModel?: boolean;
|
|
15541
15652
|
set setMaskFormatModel(maskFormatModel: string);
|
|
15542
15653
|
/**
|
|
15543
|
-
* @Input
|
|
15544
|
-
*
|
|
15545
15654
|
* @optional
|
|
15546
15655
|
*
|
|
15547
15656
|
* @description
|
|
@@ -15553,8 +15662,6 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
|
|
|
15553
15662
|
*/
|
|
15554
15663
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
15555
15664
|
/**
|
|
15556
|
-
* @Input
|
|
15557
|
-
*
|
|
15558
15665
|
* @optional
|
|
15559
15666
|
*
|
|
15560
15667
|
* @description
|
|
@@ -15686,8 +15793,8 @@ declare abstract class PoInputBaseComponent implements ControlValueAccessor, Val
|
|
|
15686
15793
|
* </example>
|
|
15687
15794
|
*/
|
|
15688
15795
|
declare class PoDecimalComponent extends PoInputBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
15689
|
-
private el;
|
|
15690
|
-
private poLanguageService;
|
|
15796
|
+
private readonly el;
|
|
15797
|
+
private readonly poLanguageService;
|
|
15691
15798
|
inputEl: ElementRef;
|
|
15692
15799
|
id: string;
|
|
15693
15800
|
private _decimalsLength?;
|
|
@@ -15697,8 +15804,8 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
15697
15804
|
private _max?;
|
|
15698
15805
|
private decimalSeparator;
|
|
15699
15806
|
private fireChange;
|
|
15700
|
-
private isKeyboardAndroid;
|
|
15701
|
-
private minusSign;
|
|
15807
|
+
private readonly isKeyboardAndroid;
|
|
15808
|
+
private readonly minusSign;
|
|
15702
15809
|
private oldDotsLength;
|
|
15703
15810
|
private thousandSeparator;
|
|
15704
15811
|
private valueBeforeChange;
|
|
@@ -15908,7 +16015,7 @@ declare class PoEmailComponent extends PoInputGeneric implements AfterViewInit,
|
|
|
15908
16015
|
type: string;
|
|
15909
16016
|
pattern: string;
|
|
15910
16017
|
mask: string;
|
|
15911
|
-
private listener;
|
|
16018
|
+
private readonly listener;
|
|
15912
16019
|
constructor();
|
|
15913
16020
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15914
16021
|
ngAfterViewInit(): void;
|
|
@@ -16368,7 +16475,7 @@ declare abstract class PoLookupModalBaseComponent implements OnDestroy, OnInit {
|
|
|
16368
16475
|
private disclaimerLabel;
|
|
16369
16476
|
private _literals;
|
|
16370
16477
|
private _title;
|
|
16371
|
-
private language;
|
|
16478
|
+
private readonly language;
|
|
16372
16479
|
primaryAction: PoModalAction;
|
|
16373
16480
|
secondaryAction: PoModalAction;
|
|
16374
16481
|
/** Objeto com as literais usadas no `po-lookup-modal`. */
|
|
@@ -16449,7 +16556,7 @@ declare class PoLookupModalComponent extends PoLookupModalBaseComponent implemen
|
|
|
16449
16556
|
* Serviço padrão utilizado para filtrar os dados do componente po-lookup.
|
|
16450
16557
|
*/
|
|
16451
16558
|
declare class PoLookupFilterService implements PoLookupFilter {
|
|
16452
|
-
private httpClient;
|
|
16559
|
+
private readonly httpClient;
|
|
16453
16560
|
readonly headers: HttpHeaders;
|
|
16454
16561
|
private url;
|
|
16455
16562
|
private fieldValue;
|
|
@@ -16471,7 +16578,7 @@ declare class PoLookupFilterService implements PoLookupFilter {
|
|
|
16471
16578
|
* Serviço responsável por controlar a abertura do componente Po Lookup Modal.
|
|
16472
16579
|
*/
|
|
16473
16580
|
declare class PoLookupModalService {
|
|
16474
|
-
private poComponentInjector;
|
|
16581
|
+
private readonly poComponentInjector;
|
|
16475
16582
|
selectValueEvent: EventEmitter<any>;
|
|
16476
16583
|
private componentRef;
|
|
16477
16584
|
/**
|
|
@@ -16868,8 +16975,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
|
|
|
16868
16975
|
*/
|
|
16869
16976
|
virtualScroll?: boolean;
|
|
16870
16977
|
/**
|
|
16871
|
-
* @Input
|
|
16872
|
-
*
|
|
16873
16978
|
* @optional
|
|
16874
16979
|
*
|
|
16875
16980
|
* @description
|
|
@@ -16881,8 +16986,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
|
|
|
16881
16986
|
*/
|
|
16882
16987
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
16883
16988
|
/**
|
|
16884
|
-
* @Input
|
|
16885
|
-
*
|
|
16886
16989
|
* @optional
|
|
16887
16990
|
*
|
|
16888
16991
|
* @description
|
|
@@ -16895,8 +16998,6 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
|
|
|
16895
16998
|
*/
|
|
16896
16999
|
labelTextWrap: i0.InputSignal<boolean>;
|
|
16897
17000
|
/**
|
|
16898
|
-
* @Input
|
|
16899
|
-
*
|
|
16900
17001
|
* @optional
|
|
16901
17002
|
*
|
|
16902
17003
|
* @description
|
|
@@ -17266,9 +17367,9 @@ declare abstract class PoLookupBaseComponent implements ControlValueAccessor, On
|
|
|
17266
17367
|
* </example>
|
|
17267
17368
|
*/
|
|
17268
17369
|
declare class PoLookupComponent extends PoLookupBaseComponent implements AfterViewInit, OnDestroy, OnInit, DoCheck, OnChanges {
|
|
17269
|
-
private renderer;
|
|
17270
|
-
private cd;
|
|
17271
|
-
private el;
|
|
17370
|
+
private readonly renderer;
|
|
17371
|
+
private readonly cd;
|
|
17372
|
+
private readonly el;
|
|
17272
17373
|
helperEl?: PoHelperComponent;
|
|
17273
17374
|
initialized: boolean;
|
|
17274
17375
|
timeoutResize: any;
|
|
@@ -17478,11 +17579,11 @@ interface PoMultiselectFilter {
|
|
|
17478
17579
|
}
|
|
17479
17580
|
|
|
17480
17581
|
declare class PoMultiselectFilterService implements PoMultiselectFilter {
|
|
17481
|
-
private http;
|
|
17582
|
+
private readonly http;
|
|
17482
17583
|
fieldLabel: string;
|
|
17483
17584
|
fieldValue: string;
|
|
17484
17585
|
private _url;
|
|
17485
|
-
private messages;
|
|
17586
|
+
private readonly messages;
|
|
17486
17587
|
get url(): string;
|
|
17487
17588
|
getFilteredData({ value }: any): Observable<Array<PoMultiselectOption | any>>;
|
|
17488
17589
|
getObjectsByValues(value: Array<string | number>): Observable<Array<PoMultiselectOption | any>>;
|
|
@@ -17582,8 +17683,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
|
|
|
17582
17683
|
*/
|
|
17583
17684
|
autoFocus: boolean;
|
|
17584
17685
|
/**
|
|
17585
|
-
* @Input
|
|
17586
|
-
*
|
|
17587
17686
|
* @optional
|
|
17588
17687
|
*
|
|
17589
17688
|
* @description
|
|
@@ -17756,8 +17855,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
|
|
|
17756
17855
|
*/
|
|
17757
17856
|
listboxControlPosition: 'top' | 'bottom';
|
|
17758
17857
|
/**
|
|
17759
|
-
* @Input
|
|
17760
|
-
*
|
|
17761
17858
|
* @optional
|
|
17762
17859
|
*
|
|
17763
17860
|
* @description
|
|
@@ -17769,8 +17866,6 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
|
|
|
17769
17866
|
*/
|
|
17770
17867
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
17771
17868
|
/**
|
|
17772
|
-
* @Input
|
|
17773
|
-
*
|
|
17774
17869
|
* @optional
|
|
17775
17870
|
*
|
|
17776
17871
|
* @description
|
|
@@ -17811,7 +17906,7 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
|
|
|
17811
17906
|
private _fieldValue?;
|
|
17812
17907
|
private _size?;
|
|
17813
17908
|
private _initialSize?;
|
|
17814
|
-
private language;
|
|
17909
|
+
private readonly language;
|
|
17815
17910
|
private lastLengthModel;
|
|
17816
17911
|
private onModelChange;
|
|
17817
17912
|
private validatorChange;
|
|
@@ -18147,10 +18242,10 @@ declare abstract class PoMultiselectBaseComponent implements ControlValueAccesso
|
|
|
18147
18242
|
*
|
|
18148
18243
|
*/
|
|
18149
18244
|
declare class PoMultiselectComponent extends PoMultiselectBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnChanges {
|
|
18150
|
-
private renderer;
|
|
18151
|
-
private changeDetector;
|
|
18152
|
-
private el;
|
|
18153
|
-
private controlPosition;
|
|
18245
|
+
private readonly renderer;
|
|
18246
|
+
private readonly changeDetector;
|
|
18247
|
+
private readonly el;
|
|
18248
|
+
private readonly controlPosition;
|
|
18154
18249
|
defaultService: PoMultiselectFilterService;
|
|
18155
18250
|
multiselectOptionTemplate: PoMultiselectOptionTemplateDirective;
|
|
18156
18251
|
dropdownElement: ElementRef;
|
|
@@ -18262,7 +18357,7 @@ declare class PoMultiselectComponent extends PoMultiselectBaseComponent implemen
|
|
|
18262
18357
|
private initializeTagRemoveElements;
|
|
18263
18358
|
private initializeListeners;
|
|
18264
18359
|
private isAdditionalHelpEventTriggered;
|
|
18265
|
-
private onScroll;
|
|
18360
|
+
private readonly onScroll;
|
|
18266
18361
|
private open;
|
|
18267
18362
|
private removeListeners;
|
|
18268
18363
|
private setContainerWidth;
|
|
@@ -18525,8 +18620,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
|
|
|
18525
18620
|
*/
|
|
18526
18621
|
autoFocus: boolean;
|
|
18527
18622
|
/**
|
|
18528
|
-
* @Input
|
|
18529
|
-
*
|
|
18530
18623
|
* @optional
|
|
18531
18624
|
*
|
|
18532
18625
|
* @description
|
|
@@ -18604,8 +18697,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
|
|
|
18604
18697
|
*/
|
|
18605
18698
|
errorLimit: boolean;
|
|
18606
18699
|
/**
|
|
18607
|
-
* @Input
|
|
18608
|
-
*
|
|
18609
18700
|
* @optional
|
|
18610
18701
|
*
|
|
18611
18702
|
* @description
|
|
@@ -18617,8 +18708,6 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
|
|
|
18617
18708
|
*/
|
|
18618
18709
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
18619
18710
|
/**
|
|
18620
|
-
* @Input
|
|
18621
|
-
*
|
|
18622
18711
|
* @optional
|
|
18623
18712
|
*
|
|
18624
18713
|
* @description
|
|
@@ -18661,7 +18750,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
|
|
|
18661
18750
|
displayAdditionalHelp: boolean;
|
|
18662
18751
|
mdColumns: number;
|
|
18663
18752
|
value: any;
|
|
18664
|
-
protected cd: ChangeDetectorRef;
|
|
18753
|
+
protected readonly cd: ChangeDetectorRef;
|
|
18665
18754
|
protected onTouched: any;
|
|
18666
18755
|
private _columns;
|
|
18667
18756
|
private _disabled?;
|
|
@@ -18788,7 +18877,7 @@ declare abstract class PoRadioGroupBaseComponent implements ControlValueAccessor
|
|
|
18788
18877
|
*
|
|
18789
18878
|
*/
|
|
18790
18879
|
declare class PoRadioGroupComponent extends PoRadioGroupBaseComponent implements AfterViewInit, DoCheck, OnChanges {
|
|
18791
|
-
private el;
|
|
18880
|
+
private readonly el;
|
|
18792
18881
|
/** Label do campo. */
|
|
18793
18882
|
label?: string;
|
|
18794
18883
|
/** Texto de apoio do campo. */
|
|
@@ -18902,7 +18991,7 @@ declare enum PoRichTextToolbarActions {
|
|
|
18902
18991
|
}
|
|
18903
18992
|
|
|
18904
18993
|
declare class PoRichTextService {
|
|
18905
|
-
private model;
|
|
18994
|
+
private readonly model;
|
|
18906
18995
|
emitModel(value: string): void;
|
|
18907
18996
|
getModel(): rxjs.Observable<string>;
|
|
18908
18997
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoRichTextService, never>;
|
|
@@ -19028,8 +19117,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
|
|
|
19028
19117
|
*/
|
|
19029
19118
|
label?: string;
|
|
19030
19119
|
/**
|
|
19031
|
-
* @Input
|
|
19032
|
-
*
|
|
19033
19120
|
* @optional
|
|
19034
19121
|
*
|
|
19035
19122
|
* @description
|
|
@@ -19107,8 +19194,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
|
|
|
19107
19194
|
set hideToolbarActions(actions: Array<PoRichTextToolbarActions> | PoRichTextToolbarActions);
|
|
19108
19195
|
get hideToolbarActions(): Array<PoRichTextToolbarActions>;
|
|
19109
19196
|
/**
|
|
19110
|
-
* @Input
|
|
19111
|
-
*
|
|
19112
19197
|
* @optional
|
|
19113
19198
|
*
|
|
19114
19199
|
* @description
|
|
@@ -19120,8 +19205,6 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
|
|
|
19120
19205
|
*/
|
|
19121
19206
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
19122
19207
|
/**
|
|
19123
|
-
* @Input
|
|
19124
|
-
*
|
|
19125
19208
|
* @optional
|
|
19126
19209
|
*
|
|
19127
19210
|
* @description
|
|
@@ -19272,7 +19355,7 @@ declare abstract class PoRichTextBaseComponent implements ControlValueAccessor,
|
|
|
19272
19355
|
}
|
|
19273
19356
|
|
|
19274
19357
|
declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnChanges {
|
|
19275
|
-
private richTextService;
|
|
19358
|
+
private readonly richTextService;
|
|
19276
19359
|
private readonly cd;
|
|
19277
19360
|
bodyElement: ElementRef;
|
|
19278
19361
|
height?: string;
|
|
@@ -19324,7 +19407,7 @@ declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnChanges {
|
|
|
19324
19407
|
private isCursorPositionedInALink;
|
|
19325
19408
|
private isParentNodeAnchor;
|
|
19326
19409
|
private makeLinkTag;
|
|
19327
|
-
private onAnchorClick;
|
|
19410
|
+
private readonly onAnchorClick;
|
|
19328
19411
|
private removeBrElement;
|
|
19329
19412
|
private rgbToHex;
|
|
19330
19413
|
private toggleCursorOnLink;
|
|
@@ -19799,8 +19882,8 @@ declare class PoProgressComponent extends PoProgressBaseComponent implements OnI
|
|
|
19799
19882
|
get isAllowInfoError(): boolean;
|
|
19800
19883
|
get isAllowRetry(): boolean;
|
|
19801
19884
|
get statusClass(): string;
|
|
19802
|
-
private poLanguageService;
|
|
19803
|
-
private router;
|
|
19885
|
+
private readonly poLanguageService;
|
|
19886
|
+
private readonly router;
|
|
19804
19887
|
ngOnInit(): void;
|
|
19805
19888
|
emitCancellation(): void;
|
|
19806
19889
|
emitRetry(): void;
|
|
@@ -19919,7 +20002,7 @@ declare class PoUploadFile {
|
|
|
19919
20002
|
}
|
|
19920
20003
|
|
|
19921
20004
|
declare class PoUploadBaseService {
|
|
19922
|
-
private http;
|
|
20005
|
+
private readonly http;
|
|
19923
20006
|
formField: string;
|
|
19924
20007
|
requests: Array<any>;
|
|
19925
20008
|
/**
|
|
@@ -20067,8 +20150,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
|
|
|
20067
20150
|
/** Rótulo do campo. */
|
|
20068
20151
|
label?: string;
|
|
20069
20152
|
/**
|
|
20070
|
-
* @Input
|
|
20071
|
-
*
|
|
20072
20153
|
* @optional
|
|
20073
20154
|
*
|
|
20074
20155
|
* @description
|
|
@@ -20181,8 +20262,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
|
|
|
20181
20262
|
*/
|
|
20182
20263
|
requiredUrl: boolean;
|
|
20183
20264
|
/**
|
|
20184
|
-
* @Input
|
|
20185
|
-
*
|
|
20186
20265
|
* @optional
|
|
20187
20266
|
*
|
|
20188
20267
|
* @description
|
|
@@ -20194,8 +20273,6 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
|
|
|
20194
20273
|
*/
|
|
20195
20274
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
20196
20275
|
/**
|
|
20197
|
-
* @Input
|
|
20198
|
-
*
|
|
20199
20276
|
* @optional
|
|
20200
20277
|
*
|
|
20201
20278
|
* @description
|
|
@@ -20443,7 +20520,7 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
|
|
|
20443
20520
|
private _required?;
|
|
20444
20521
|
private _size?;
|
|
20445
20522
|
private _initialSize?;
|
|
20446
|
-
private language;
|
|
20523
|
+
private readonly language;
|
|
20447
20524
|
private validatorChange;
|
|
20448
20525
|
/**
|
|
20449
20526
|
* @optional
|
|
@@ -20702,10 +20779,10 @@ declare abstract class PoUploadBaseComponent implements ControlValueAccessor, Va
|
|
|
20702
20779
|
*/
|
|
20703
20780
|
declare class PoUploadComponent extends PoUploadBaseComponent implements AfterViewInit, OnChanges {
|
|
20704
20781
|
renderer: Renderer2;
|
|
20705
|
-
private i18nPipe;
|
|
20706
|
-
private notification;
|
|
20707
|
-
private inputFile;
|
|
20708
|
-
private poUploadDragDropComponent;
|
|
20782
|
+
private readonly i18nPipe;
|
|
20783
|
+
private readonly notification;
|
|
20784
|
+
private readonly inputFile;
|
|
20785
|
+
private readonly poUploadDragDropComponent;
|
|
20709
20786
|
uploadButton: PoButtonComponent;
|
|
20710
20787
|
modalComponent: PoModalComponent;
|
|
20711
20788
|
helperEl?: PoHelperComponent;
|
|
@@ -20834,7 +20911,7 @@ declare class PoUploadComponent extends PoUploadBaseComponent implements AfterVi
|
|
|
20834
20911
|
}
|
|
20835
20912
|
|
|
20836
20913
|
declare class PoRichTextImageModalComponent {
|
|
20837
|
-
private languageService;
|
|
20914
|
+
private readonly languageService;
|
|
20838
20915
|
modal: PoModalComponent;
|
|
20839
20916
|
modalImageForm: NgForm;
|
|
20840
20917
|
upload: PoUploadComponent;
|
|
@@ -20866,7 +20943,7 @@ declare class PoRichTextImageModalComponent {
|
|
|
20866
20943
|
}
|
|
20867
20944
|
|
|
20868
20945
|
declare class PoRichTextLinkModalComponent implements OnInit {
|
|
20869
|
-
private languageService;
|
|
20946
|
+
private readonly languageService;
|
|
20870
20947
|
modal: PoModalComponent;
|
|
20871
20948
|
modalLinkForm: NgForm;
|
|
20872
20949
|
size: string;
|
|
@@ -20910,7 +20987,7 @@ declare class PoRichTextLinkModalComponent implements OnInit {
|
|
|
20910
20987
|
}
|
|
20911
20988
|
|
|
20912
20989
|
declare class PoRichTextToolbarComponent implements AfterViewInit {
|
|
20913
|
-
private languageService;
|
|
20990
|
+
private readonly languageService;
|
|
20914
20991
|
colorPickerInput: ElementRef;
|
|
20915
20992
|
toolbarElement: ElementRef;
|
|
20916
20993
|
richTextImageModal: PoRichTextImageModalComponent;
|
|
@@ -21007,11 +21084,11 @@ declare class PoRichTextToolbarComponent implements AfterViewInit {
|
|
|
21007
21084
|
* </example>
|
|
21008
21085
|
*/
|
|
21009
21086
|
declare class PoRichTextComponent extends PoRichTextBaseComponent implements AfterViewInit, OnDestroy, OnInit, OnChanges {
|
|
21010
|
-
private element;
|
|
21087
|
+
private readonly element;
|
|
21011
21088
|
bodyElement: PoRichTextBodyComponent;
|
|
21012
21089
|
richTextToolbar: PoRichTextToolbarComponent;
|
|
21013
21090
|
helperEl?: PoHelperComponent;
|
|
21014
|
-
private listener;
|
|
21091
|
+
private readonly listener;
|
|
21015
21092
|
private modelLastUpdate;
|
|
21016
21093
|
toolbarActions: Array<PoRichTextToolbarActions>;
|
|
21017
21094
|
get errorMsg(): string;
|
|
@@ -21256,7 +21333,7 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
|
|
|
21256
21333
|
*
|
|
21257
21334
|
*/
|
|
21258
21335
|
declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnChanges {
|
|
21259
|
-
private el;
|
|
21336
|
+
private readonly el;
|
|
21260
21337
|
renderer: Renderer2;
|
|
21261
21338
|
selectElement: ElementRef;
|
|
21262
21339
|
helperEl?: PoHelperComponent;
|
|
@@ -21294,8 +21371,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
|
|
|
21294
21371
|
*/
|
|
21295
21372
|
readonly: boolean;
|
|
21296
21373
|
/**
|
|
21297
|
-
* @Input
|
|
21298
|
-
*
|
|
21299
21374
|
* @optional
|
|
21300
21375
|
*
|
|
21301
21376
|
* @description
|
|
@@ -21441,8 +21516,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
|
|
|
21441
21516
|
set size(value: string);
|
|
21442
21517
|
get size(): string;
|
|
21443
21518
|
/**
|
|
21444
|
-
* @Input
|
|
21445
|
-
*
|
|
21446
21519
|
* @optional
|
|
21447
21520
|
*
|
|
21448
21521
|
* @description
|
|
@@ -21454,8 +21527,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnC
|
|
|
21454
21527
|
*/
|
|
21455
21528
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
21456
21529
|
/**
|
|
21457
|
-
* @Input
|
|
21458
|
-
*
|
|
21459
21530
|
* @optional
|
|
21460
21531
|
*
|
|
21461
21532
|
* @description
|
|
@@ -21635,8 +21706,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
|
|
|
21635
21706
|
*/
|
|
21636
21707
|
autoFocus: boolean;
|
|
21637
21708
|
/**
|
|
21638
|
-
* @Input
|
|
21639
|
-
*
|
|
21640
21709
|
* @optional
|
|
21641
21710
|
*
|
|
21642
21711
|
* @description
|
|
@@ -21718,8 +21787,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
|
|
|
21718
21787
|
*/
|
|
21719
21788
|
errorLimit: boolean;
|
|
21720
21789
|
/**
|
|
21721
|
-
* @Input
|
|
21722
|
-
*
|
|
21723
21790
|
* @optional
|
|
21724
21791
|
*
|
|
21725
21792
|
* @description
|
|
@@ -21731,8 +21798,6 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
|
|
|
21731
21798
|
*/
|
|
21732
21799
|
poHelperComponent: i0.InputSignal<string | PoHelperOptions>;
|
|
21733
21800
|
/**
|
|
21734
|
-
* @Input
|
|
21735
|
-
*
|
|
21736
21801
|
* @optional
|
|
21737
21802
|
*
|
|
21738
21803
|
* @description
|
|
@@ -21963,7 +22028,7 @@ declare abstract class PoTextareaBaseComponent implements ControlValueAccessor,
|
|
|
21963
22028
|
*
|
|
21964
22029
|
*/
|
|
21965
22030
|
declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
21966
|
-
private el;
|
|
22031
|
+
private readonly el;
|
|
21967
22032
|
inputEl: ElementRef;
|
|
21968
22033
|
helperEl?: PoHelperComponent;
|
|
21969
22034
|
id: string;
|
|
@@ -22076,7 +22141,7 @@ declare class PoUrlComponent extends PoInputGeneric implements AfterViewInit, On
|
|
|
22076
22141
|
type: string;
|
|
22077
22142
|
pattern: string;
|
|
22078
22143
|
mask: string;
|
|
22079
|
-
private listener;
|
|
22144
|
+
private readonly listener;
|
|
22080
22145
|
constructor();
|
|
22081
22146
|
ngAfterViewInit(): void;
|
|
22082
22147
|
ngOnDestroy(): void;
|
|
@@ -22118,7 +22183,7 @@ declare class PoRadioGroupModule {
|
|
|
22118
22183
|
* Componente que construíra o dropdown, contendo o campo de pesquisa e os itens para seleção.
|
|
22119
22184
|
*/
|
|
22120
22185
|
declare class PoMultiselectDropdownComponent {
|
|
22121
|
-
private cd;
|
|
22186
|
+
private readonly cd;
|
|
22122
22187
|
/** Propriedade que indica se deve exibir o loading. */
|
|
22123
22188
|
isServerSearching?: boolean;
|
|
22124
22189
|
/** Propriedade que indica se o campo de pesquisa deverá ser escondido. */
|
|
@@ -22187,7 +22252,7 @@ declare class PoUploadDragDropAreaComponent {
|
|
|
22187
22252
|
}
|
|
22188
22253
|
|
|
22189
22254
|
declare class PoUploadDragDropComponent {
|
|
22190
|
-
private changeDetector;
|
|
22255
|
+
private readonly changeDetector;
|
|
22191
22256
|
dragDropOverlayElement: ElementRef;
|
|
22192
22257
|
dragDropAreaComponent: PoUploadDragDropAreaComponent;
|
|
22193
22258
|
directoryCompatible: boolean;
|
|
@@ -22210,8 +22275,8 @@ declare class PoUploadDragDropComponent {
|
|
|
22210
22275
|
}
|
|
22211
22276
|
|
|
22212
22277
|
declare class PoUploadDragDropDirective {
|
|
22213
|
-
private i18nPipe;
|
|
22214
|
-
private notification;
|
|
22278
|
+
private readonly i18nPipe;
|
|
22279
|
+
private readonly notification;
|
|
22215
22280
|
areaElement: HTMLElement;
|
|
22216
22281
|
directoryCompatible: boolean;
|
|
22217
22282
|
disabled: boolean;
|
|
@@ -22240,7 +22305,7 @@ declare class PoUploadDragDropDirective {
|
|
|
22240
22305
|
}
|
|
22241
22306
|
|
|
22242
22307
|
declare class PoUploadDragDropAreaOverlayComponent implements AfterViewInit {
|
|
22243
|
-
private renderer;
|
|
22308
|
+
private readonly renderer;
|
|
22244
22309
|
DragDropAreaFixed: ElementRef;
|
|
22245
22310
|
directoryCompatible: boolean;
|
|
22246
22311
|
disabled: boolean;
|
|
@@ -22254,13 +22319,13 @@ declare class PoUploadDragDropAreaOverlayComponent implements AfterViewInit {
|
|
|
22254
22319
|
}
|
|
22255
22320
|
|
|
22256
22321
|
declare class PoUploadFileRestrictionsComponent implements OnInit {
|
|
22257
|
-
private changeDetector;
|
|
22322
|
+
private readonly changeDetector;
|
|
22258
22323
|
maxFiles: number;
|
|
22259
22324
|
literals: any;
|
|
22260
22325
|
private _allowedExtensions;
|
|
22261
22326
|
private _maxFileSize;
|
|
22262
22327
|
private _minFileSize;
|
|
22263
|
-
private language;
|
|
22328
|
+
private readonly language;
|
|
22264
22329
|
set allowedExtensions(value: string);
|
|
22265
22330
|
get allowedExtensions(): string;
|
|
22266
22331
|
set maxFileSize(value: string);
|
|
@@ -22511,7 +22576,7 @@ declare class PoDialogComponent implements OnDestroy, OnInit {
|
|
|
22511
22576
|
private closeSubscription;
|
|
22512
22577
|
private _componentsSize?;
|
|
22513
22578
|
private _initialComponentsSize?;
|
|
22514
|
-
private language;
|
|
22579
|
+
private readonly language;
|
|
22515
22580
|
set componentsSize(value: string);
|
|
22516
22581
|
get componentsSize(): string;
|
|
22517
22582
|
constructor(languageService: PoLanguageService);
|
|
@@ -23943,7 +24008,7 @@ interface PoDynamicFormValidation extends PoDynamicFormResponse {
|
|
|
23943
24008
|
}
|
|
23944
24009
|
|
|
23945
24010
|
declare class PoDynamicFormOperation {
|
|
23946
|
-
private http;
|
|
24011
|
+
private readonly http;
|
|
23947
24012
|
constructor(http: HttpClient);
|
|
23948
24013
|
protected execute(action: Function | string, param: any): rxjs.Observable<any>;
|
|
23949
24014
|
protected post(url: string, body: PoDynamicFormValidation | any): rxjs.Observable<Object>;
|
|
@@ -23992,9 +24057,9 @@ declare class PoDynamicFormValidationService extends PoDynamicFormOperation {
|
|
|
23992
24057
|
*
|
|
23993
24058
|
*/
|
|
23994
24059
|
declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implements OnInit, OnDestroy {
|
|
23995
|
-
private changes;
|
|
23996
|
-
private loadService;
|
|
23997
|
-
private validationService;
|
|
24060
|
+
private readonly changes;
|
|
24061
|
+
private readonly loadService;
|
|
24062
|
+
private readonly validationService;
|
|
23998
24063
|
fieldsComponent: {
|
|
23999
24064
|
focus: (property: string) => void;
|
|
24000
24065
|
updatePreviousValue: () => void;
|
|
@@ -24005,7 +24070,7 @@ declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implemen
|
|
|
24005
24070
|
private _form;
|
|
24006
24071
|
private onLoadSubscription;
|
|
24007
24072
|
private sendFormSubscription;
|
|
24008
|
-
private comboOptionSubject;
|
|
24073
|
+
private readonly comboOptionSubject;
|
|
24009
24074
|
set form(value: NgForm);
|
|
24010
24075
|
get form(): NgForm;
|
|
24011
24076
|
constructor(changes: ChangeDetectorRef, loadService: PoDynamicFormLoadService, validationService: PoDynamicFormValidationService);
|
|
@@ -24371,7 +24436,7 @@ declare class PoDynamicSharedBase {
|
|
|
24371
24436
|
}
|
|
24372
24437
|
|
|
24373
24438
|
declare class PoDynamicFormFieldsBaseComponent extends PoDynamicSharedBase {
|
|
24374
|
-
private titleCasePipe;
|
|
24439
|
+
private readonly titleCasePipe;
|
|
24375
24440
|
autoFocus?: string;
|
|
24376
24441
|
disabledForm: boolean;
|
|
24377
24442
|
validate?: string | Function;
|
|
@@ -24470,7 +24535,7 @@ declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBaseCompon
|
|
|
24470
24535
|
* Serviço padrão utilizado para filtrar os dados dos campos que utilizam a propriedade `searchService`.
|
|
24471
24536
|
*/
|
|
24472
24537
|
declare class PoDynamicViewService {
|
|
24473
|
-
private httpClient;
|
|
24538
|
+
private readonly httpClient;
|
|
24474
24539
|
readonly headers: HttpHeaders;
|
|
24475
24540
|
url: string;
|
|
24476
24541
|
getObjectByValue(value: any, filterParams?: any): Observable<Array<any> | {
|
|
@@ -24496,11 +24561,11 @@ declare class PoDynamicViewService {
|
|
|
24496
24561
|
*
|
|
24497
24562
|
*/
|
|
24498
24563
|
declare class PoDynamicViewBaseComponent extends PoDynamicSharedBase {
|
|
24499
|
-
private currencyPipe;
|
|
24500
|
-
private datePipe;
|
|
24501
|
-
private decimalPipe;
|
|
24502
|
-
private timePipe;
|
|
24503
|
-
private titleCasePipe;
|
|
24564
|
+
private readonly currencyPipe;
|
|
24565
|
+
private readonly datePipe;
|
|
24566
|
+
private readonly decimalPipe;
|
|
24567
|
+
private readonly timePipe;
|
|
24568
|
+
private readonly titleCasePipe;
|
|
24504
24569
|
protected dynamicViewService: PoDynamicViewService;
|
|
24505
24570
|
protected comboFilterService: PoComboFilterService;
|
|
24506
24571
|
protected multiselectFilterService: PoMultiselectFilterService;
|
|
@@ -25298,7 +25363,7 @@ declare class PoGridCellActionComponent {
|
|
|
25298
25363
|
}
|
|
25299
25364
|
|
|
25300
25365
|
declare class PoGridCellComponent {
|
|
25301
|
-
private changeDetectorRef;
|
|
25366
|
+
private readonly changeDetectorRef;
|
|
25302
25367
|
align?: string;
|
|
25303
25368
|
freeze?: boolean;
|
|
25304
25369
|
tabIndex?: number;
|
|
@@ -25442,8 +25507,8 @@ interface PoGridRowActions {
|
|
|
25442
25507
|
* </example>
|
|
25443
25508
|
*/
|
|
25444
25509
|
declare class PoGridComponent implements OnDestroy {
|
|
25445
|
-
private changeDetectorRef;
|
|
25446
|
-
private elRef;
|
|
25510
|
+
private readonly changeDetectorRef;
|
|
25511
|
+
private readonly elRef;
|
|
25447
25512
|
tableElement: ElementRef;
|
|
25448
25513
|
tableWrapper: ElementRef;
|
|
25449
25514
|
/**
|
|
@@ -25467,7 +25532,7 @@ declare class PoGridComponent implements OnDestroy {
|
|
|
25467
25532
|
width: string;
|
|
25468
25533
|
widporeeze: number;
|
|
25469
25534
|
widthActions: number;
|
|
25470
|
-
private resizeListener;
|
|
25535
|
+
private readonly resizeListener;
|
|
25471
25536
|
private timeoutResize;
|
|
25472
25537
|
private _columns;
|
|
25473
25538
|
/**
|
|
@@ -25610,7 +25675,7 @@ declare class PoListViewBaseComponent {
|
|
|
25610
25675
|
private _literals;
|
|
25611
25676
|
private _select;
|
|
25612
25677
|
private _showMoreDisabled;
|
|
25613
|
-
private language;
|
|
25678
|
+
private readonly language;
|
|
25614
25679
|
/**
|
|
25615
25680
|
* @optional
|
|
25616
25681
|
*
|
|
@@ -25923,11 +25988,11 @@ declare class PoListViewDetailTemplateDirective {
|
|
|
25923
25988
|
* </example>
|
|
25924
25989
|
*/
|
|
25925
25990
|
declare class PoListViewComponent extends PoListViewBaseComponent implements AfterContentInit, DoCheck {
|
|
25926
|
-
private changeDetector;
|
|
25991
|
+
private readonly changeDetector;
|
|
25927
25992
|
listViewContentTemplate: PoListViewContentTemplateDirective;
|
|
25928
25993
|
listViewDetailTemplate: PoListViewDetailTemplateDirective;
|
|
25929
25994
|
poPopupComponent: PoPopupComponent;
|
|
25930
|
-
private differ;
|
|
25995
|
+
private readonly differ;
|
|
25931
25996
|
constructor();
|
|
25932
25997
|
get hasContentTemplate(): boolean;
|
|
25933
25998
|
get hasDetailTemplate(): boolean;
|
|
@@ -26216,11 +26281,11 @@ interface PoMenuItem {
|
|
|
26216
26281
|
}
|
|
26217
26282
|
|
|
26218
26283
|
declare class PoMenuGlobalService {
|
|
26219
|
-
private applicationMenu;
|
|
26220
|
-
private menus;
|
|
26221
|
-
private removedApplicationMenu;
|
|
26222
|
-
private menuId;
|
|
26223
|
-
private menuChanges;
|
|
26284
|
+
private readonly applicationMenu;
|
|
26285
|
+
private readonly menus;
|
|
26286
|
+
private readonly removedApplicationMenu;
|
|
26287
|
+
private readonly menuId;
|
|
26288
|
+
private readonly menuChanges;
|
|
26224
26289
|
receiveApplicationMenu$: Observable<PoMenuComponent>;
|
|
26225
26290
|
receiveMenus$: Observable<PoMenuItem[]>;
|
|
26226
26291
|
receiveId$: Observable<string>;
|
|
@@ -26244,7 +26309,7 @@ declare class PoMenuGlobalService {
|
|
|
26244
26309
|
* caso for uma URL, no componente `po-menu`.
|
|
26245
26310
|
*/
|
|
26246
26311
|
declare class PoMenuService implements PoMenuFilter {
|
|
26247
|
-
private http;
|
|
26312
|
+
private readonly http;
|
|
26248
26313
|
private _url;
|
|
26249
26314
|
get url(): string;
|
|
26250
26315
|
configProperties(url: string): void;
|
|
@@ -26318,7 +26383,7 @@ declare abstract class PoMenuBaseComponent {
|
|
|
26318
26383
|
private _filter;
|
|
26319
26384
|
private _searchTreeItems;
|
|
26320
26385
|
private _level;
|
|
26321
|
-
private _maxLevel;
|
|
26386
|
+
private readonly _maxLevel;
|
|
26322
26387
|
private _menus;
|
|
26323
26388
|
private _params;
|
|
26324
26389
|
private _service;
|
|
@@ -26334,6 +26399,18 @@ declare abstract class PoMenuBaseComponent {
|
|
|
26334
26399
|
* @default `false`
|
|
26335
26400
|
*/
|
|
26336
26401
|
automaticToggle: boolean;
|
|
26402
|
+
/**
|
|
26403
|
+
* @optional
|
|
26404
|
+
*
|
|
26405
|
+
* @description
|
|
26406
|
+
*
|
|
26407
|
+
* Evento emitido toda vez que o estado do menu muda, enviando `true` quando expandido e `false` quando colapsado.
|
|
26408
|
+
*
|
|
26409
|
+
* ```html
|
|
26410
|
+
* <po-menu (p-toggle)="onMenuToggle($event)"></po-menu>
|
|
26411
|
+
* ```
|
|
26412
|
+
*/
|
|
26413
|
+
toggleChange: i0.OutputEmitterRef<boolean>;
|
|
26337
26414
|
/**
|
|
26338
26415
|
* @optional
|
|
26339
26416
|
*
|
|
@@ -26527,7 +26604,7 @@ declare abstract class PoMenuBaseComponent {
|
|
|
26527
26604
|
protected abstract checkingRouterChildrenFragments(): any;
|
|
26528
26605
|
protected abstract validateCollapseClass(): any;
|
|
26529
26606
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuBaseComponent, never>;
|
|
26530
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoMenuBaseComponent, never, never, { "automaticToggle": { "alias": "p-automatic-toggle"; "required": false; }; "collapsed": { "alias": "p-collapsed"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "menus": { "alias": "p-menus"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "searchTreeItems": { "alias": "p-search-tree-items"; "required": false; }; "service": { "alias": "p-service"; "required": false; }; "params": { "alias": "p-params"; "required": false; }; "logo": { "alias": "p-logo"; "required": false; }; "menuid": { "alias": "p-menu-id"; "required": false; }; "logoAlt": { "alias": "p-logo-alt"; "required": false; }; "shortLogo": { "alias": "p-short-logo"; "required": false; }; "onlyMenuItem": { "alias": "p-only-menu-item"; "required": false; }; "logoLink": { "alias": "p-logo-link"; "required": false; }; }, {}, never, never, true, never>;
|
|
26607
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoMenuBaseComponent, never, never, { "automaticToggle": { "alias": "p-automatic-toggle"; "required": false; }; "collapsed": { "alias": "p-collapsed"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "menus": { "alias": "p-menus"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "searchTreeItems": { "alias": "p-search-tree-items"; "required": false; }; "service": { "alias": "p-service"; "required": false; }; "params": { "alias": "p-params"; "required": false; }; "logo": { "alias": "p-logo"; "required": false; }; "menuid": { "alias": "p-menu-id"; "required": false; }; "logoAlt": { "alias": "p-logo-alt"; "required": false; }; "shortLogo": { "alias": "p-short-logo"; "required": false; }; "onlyMenuItem": { "alias": "p-only-menu-item"; "required": false; }; "logoLink": { "alias": "p-logo-link"; "required": false; }; }, { "toggleChange": "p-toggle"; }, never, never, true, never>;
|
|
26531
26608
|
static ngAcceptInputType_automaticToggle: any;
|
|
26532
26609
|
}
|
|
26533
26610
|
|
|
@@ -26657,10 +26734,10 @@ declare class PoMenuHeaderTemplateDirective {
|
|
|
26657
26734
|
*/
|
|
26658
26735
|
declare class PoMenuComponent extends PoMenuBaseComponent implements AfterViewInit, OnDestroy, OnInit, DoCheck, OnChanges {
|
|
26659
26736
|
changeDetector: ChangeDetectorRef;
|
|
26660
|
-
private element;
|
|
26661
|
-
private renderer;
|
|
26662
|
-
private router;
|
|
26663
|
-
private menuItemsService;
|
|
26737
|
+
private readonly element;
|
|
26738
|
+
private readonly renderer;
|
|
26739
|
+
private readonly router;
|
|
26740
|
+
private readonly menuItemsService;
|
|
26664
26741
|
menuHeaderTemplate: PoMenuHeaderTemplateDirective;
|
|
26665
26742
|
activeMenuItem: PoMenuItem;
|
|
26666
26743
|
collapsedMobile: boolean;
|
|
@@ -26745,6 +26822,7 @@ declare class PoMenuComponent extends PoMenuBaseComponent implements AfterViewIn
|
|
|
26745
26822
|
private toggleResize;
|
|
26746
26823
|
private validateToggleMenu;
|
|
26747
26824
|
private updateMenu;
|
|
26825
|
+
private setCollapsed;
|
|
26748
26826
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuComponent, never>;
|
|
26749
26827
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoMenuComponent, "po-menu", never, {}, {}, ["menuHeaderTemplate"], never, false, never>;
|
|
26750
26828
|
}
|
|
@@ -26778,7 +26856,7 @@ declare class PoMenuFilterComponent {
|
|
|
26778
26856
|
* Componente que implementa cada item do po-menu.
|
|
26779
26857
|
*/
|
|
26780
26858
|
declare class PoMenuItemComponent implements OnDestroy, OnInit {
|
|
26781
|
-
private menuItemsService;
|
|
26859
|
+
private readonly menuItemsService;
|
|
26782
26860
|
action: Function;
|
|
26783
26861
|
badgeAlert: boolean;
|
|
26784
26862
|
badgeColor: string;
|
|
@@ -26991,7 +27069,7 @@ declare class PoBadgeComponent extends PoBadgeBaseComponent implements OnInit, O
|
|
|
26991
27069
|
literals: PoBadgeLiterals;
|
|
26992
27070
|
badgeIcon: string;
|
|
26993
27071
|
isValidValue: boolean;
|
|
26994
|
-
private poLanguageService;
|
|
27072
|
+
private readonly poLanguageService;
|
|
26995
27073
|
ngOnInit(): void;
|
|
26996
27074
|
ngOnChanges(changes: SimpleChanges): void;
|
|
26997
27075
|
initialize(): void;
|
|
@@ -27161,9 +27239,9 @@ declare class PoMenuPanelBaseComponent {
|
|
|
27161
27239
|
* </example>
|
|
27162
27240
|
*/
|
|
27163
27241
|
declare class PoMenuPanelComponent extends PoMenuPanelBaseComponent implements OnDestroy, OnInit {
|
|
27164
|
-
private location;
|
|
27165
|
-
private menuItemsService;
|
|
27166
|
-
private router;
|
|
27242
|
+
private readonly location;
|
|
27243
|
+
private readonly menuItemsService;
|
|
27244
|
+
private readonly router;
|
|
27167
27245
|
activeMenuItem: PoMenuPanelItem;
|
|
27168
27246
|
linkActive: string;
|
|
27169
27247
|
private routeSubscription;
|
|
@@ -27204,7 +27282,7 @@ interface PoMenuPanelItemInternal extends PoMenuPanelItem {
|
|
|
27204
27282
|
* Componente que implementa cada item do po-menu-panel.
|
|
27205
27283
|
*/
|
|
27206
27284
|
declare class PoMenuPanelItemComponent implements OnDestroy, OnInit {
|
|
27207
|
-
private menuItemsService;
|
|
27285
|
+
private readonly menuItemsService;
|
|
27208
27286
|
menuItemInternal: PoMenuPanelItemInternal;
|
|
27209
27287
|
itemsSubscription: Subscription;
|
|
27210
27288
|
ngOnDestroy(): void;
|
|
@@ -27341,7 +27419,7 @@ declare abstract class PoNavbarBaseComponent {
|
|
|
27341
27419
|
private _literals;
|
|
27342
27420
|
private _logo;
|
|
27343
27421
|
private _shadow;
|
|
27344
|
-
private language;
|
|
27422
|
+
private readonly language;
|
|
27345
27423
|
/**
|
|
27346
27424
|
* @deprecated v23.x.x
|
|
27347
27425
|
*
|
|
@@ -27440,7 +27518,7 @@ declare abstract class PoNavbarBaseComponent {
|
|
|
27440
27518
|
}
|
|
27441
27519
|
|
|
27442
27520
|
declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
|
|
27443
|
-
private router;
|
|
27521
|
+
private readonly router;
|
|
27444
27522
|
navbarItemsContainer: ElementRef;
|
|
27445
27523
|
allNavbarItems: QueryList<any>;
|
|
27446
27524
|
items: Array<PoNavbarItem>;
|
|
@@ -27461,10 +27539,10 @@ declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
|
|
|
27461
27539
|
* @docsExtends PoNavbarBaseComponent
|
|
27462
27540
|
*/
|
|
27463
27541
|
declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
27464
|
-
private renderer;
|
|
27465
|
-
private builder;
|
|
27466
|
-
private changeDetector;
|
|
27467
|
-
private menuGlobalService;
|
|
27542
|
+
private readonly renderer;
|
|
27543
|
+
private readonly builder;
|
|
27544
|
+
private readonly changeDetector;
|
|
27545
|
+
private readonly menuGlobalService;
|
|
27468
27546
|
navbarItemsElement: ElementRef;
|
|
27469
27547
|
navbarItems: PoNavbarItemsComponent;
|
|
27470
27548
|
disableRight: boolean;
|
|
@@ -27472,11 +27550,11 @@ declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterVi
|
|
|
27472
27550
|
protected windowResizeListener: () => void;
|
|
27473
27551
|
private _menuComponent;
|
|
27474
27552
|
private isNavbarUpdateMenu;
|
|
27475
|
-
private id;
|
|
27553
|
+
private readonly id;
|
|
27476
27554
|
private mediaQuery;
|
|
27477
27555
|
private offset;
|
|
27478
27556
|
private player;
|
|
27479
|
-
private menuItems;
|
|
27557
|
+
private readonly menuItems;
|
|
27480
27558
|
private previousMenuComponentId;
|
|
27481
27559
|
private previousMenusItems;
|
|
27482
27560
|
private applicationMenuSubscription;
|
|
@@ -27503,7 +27581,7 @@ declare class PoNavbarComponent extends PoNavbarBaseComponent implements AfterVi
|
|
|
27503
27581
|
private navbarItemsWidth;
|
|
27504
27582
|
private navigateLeft;
|
|
27505
27583
|
private navigateRight;
|
|
27506
|
-
private onMediaQueryChange;
|
|
27584
|
+
private readonly onMediaQueryChange;
|
|
27507
27585
|
private setOffsetToZero;
|
|
27508
27586
|
private validateMaxOffset;
|
|
27509
27587
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoNavbarComponent, never>;
|
|
@@ -27518,7 +27596,7 @@ declare class PoNavbarLogoComponent {
|
|
|
27518
27596
|
}
|
|
27519
27597
|
|
|
27520
27598
|
declare class PoNavbarActionComponent {
|
|
27521
|
-
private router;
|
|
27599
|
+
private readonly router;
|
|
27522
27600
|
action?: Function;
|
|
27523
27601
|
icon: string | TemplateRef<void>;
|
|
27524
27602
|
label: string;
|
|
@@ -27913,12 +27991,12 @@ declare abstract class PoPageDefaultBaseComponent {
|
|
|
27913
27991
|
* </example>
|
|
27914
27992
|
*/
|
|
27915
27993
|
declare class PoPageDefaultComponent extends PoPageDefaultBaseComponent implements AfterContentInit, OnChanges {
|
|
27916
|
-
private renderer;
|
|
27917
|
-
private router;
|
|
27994
|
+
private readonly renderer;
|
|
27995
|
+
private readonly router;
|
|
27918
27996
|
limitPrimaryActions: number;
|
|
27919
27997
|
dropdownActions: Array<PoPageAction>;
|
|
27920
27998
|
isMobile: boolean;
|
|
27921
|
-
private maxWidthMobile;
|
|
27999
|
+
private readonly maxWidthMobile;
|
|
27922
28000
|
constructor();
|
|
27923
28001
|
ngAfterContentInit(): void;
|
|
27924
28002
|
ngOnChanges(changes: {
|
|
@@ -28013,7 +28091,7 @@ declare class PoPageDetailBaseComponent {
|
|
|
28013
28091
|
private _initialComponentsSize?;
|
|
28014
28092
|
private _literals;
|
|
28015
28093
|
private _title;
|
|
28016
|
-
private language;
|
|
28094
|
+
private readonly language;
|
|
28017
28095
|
/**
|
|
28018
28096
|
* @optional
|
|
28019
28097
|
*
|
|
@@ -28199,7 +28277,7 @@ declare class PoPageEditBaseComponent {
|
|
|
28199
28277
|
private _initialComponentsSize?;
|
|
28200
28278
|
private _literals;
|
|
28201
28279
|
private _title;
|
|
28202
|
-
private language;
|
|
28280
|
+
private readonly language;
|
|
28203
28281
|
/**
|
|
28204
28282
|
* @optional
|
|
28205
28283
|
*
|
|
@@ -28955,8 +29033,8 @@ interface PoThemeActive {
|
|
|
28955
29033
|
*
|
|
28956
29034
|
*/
|
|
28957
29035
|
declare class PoThemeService {
|
|
28958
|
-
private document;
|
|
28959
|
-
private renderer;
|
|
29036
|
+
private readonly document;
|
|
29037
|
+
private readonly renderer;
|
|
28960
29038
|
private theme;
|
|
28961
29039
|
constructor(document: Document, rendererFactory: RendererFactory2);
|
|
28962
29040
|
/**
|
|
@@ -29463,8 +29541,8 @@ declare abstract class PoPageListBaseComponent {
|
|
|
29463
29541
|
*/
|
|
29464
29542
|
declare class PoPageListComponent extends PoPageListBaseComponent implements AfterContentInit, OnChanges, OnDestroy, OnInit {
|
|
29465
29543
|
renderer: Renderer2;
|
|
29466
|
-
private router;
|
|
29467
|
-
private changeDetector;
|
|
29544
|
+
private readonly router;
|
|
29545
|
+
private readonly changeDetector;
|
|
29468
29546
|
filterInput: ElementRef;
|
|
29469
29547
|
advancedSearch: string;
|
|
29470
29548
|
dropdownActions: Array<PoPageAction>;
|
|
@@ -29472,7 +29550,7 @@ declare class PoPageListComponent extends PoPageListBaseComponent implements Aft
|
|
|
29472
29550
|
limitPrimaryActions: number;
|
|
29473
29551
|
callFunction: typeof callFunction;
|
|
29474
29552
|
private isRecalculate;
|
|
29475
|
-
private maxWidthMobile;
|
|
29553
|
+
private readonly maxWidthMobile;
|
|
29476
29554
|
constructor();
|
|
29477
29555
|
ngOnInit(): void;
|
|
29478
29556
|
ngAfterContentInit(): void;
|
|
@@ -29709,10 +29787,10 @@ declare class PoSlideContentTemplateDirective {
|
|
|
29709
29787
|
* </example>
|
|
29710
29788
|
*/
|
|
29711
29789
|
declare class PoSlideComponent extends PoSlideBaseComponent implements OnInit, DoCheck, OnChanges, OnDestroy {
|
|
29712
|
-
private builder;
|
|
29790
|
+
private readonly builder;
|
|
29713
29791
|
slideContentTemplate: PoSlideContentTemplateDirective;
|
|
29714
|
-
private slide;
|
|
29715
|
-
private itemsElements;
|
|
29792
|
+
private readonly slide;
|
|
29793
|
+
private readonly itemsElements;
|
|
29716
29794
|
currentSlideIndex: number;
|
|
29717
29795
|
imageHeight: number;
|
|
29718
29796
|
slideItems: Array<PoSlideItem | any>;
|
|
@@ -29720,7 +29798,7 @@ declare class PoSlideComponent extends PoSlideBaseComponent implements OnInit, D
|
|
|
29720
29798
|
private isLoaded;
|
|
29721
29799
|
private player;
|
|
29722
29800
|
private setInterval;
|
|
29723
|
-
private resize$;
|
|
29801
|
+
private readonly resize$;
|
|
29724
29802
|
private resizeSubscription;
|
|
29725
29803
|
private get hasElements();
|
|
29726
29804
|
private get isImageSlide();
|
|
@@ -29940,7 +30018,7 @@ declare enum PoStepperStatus {
|
|
|
29940
30018
|
* e exemplos de uso.
|
|
29941
30019
|
*/
|
|
29942
30020
|
declare class PoStepComponent implements AfterContentInit {
|
|
29943
|
-
private elementRef;
|
|
30021
|
+
private readonly elementRef;
|
|
29944
30022
|
/**
|
|
29945
30023
|
* @optional
|
|
29946
30024
|
*
|
|
@@ -30330,7 +30408,7 @@ declare class PoStepperBaseComponent {
|
|
|
30330
30408
|
* </example>
|
|
30331
30409
|
*/
|
|
30332
30410
|
declare class PoStepperComponent extends PoStepperBaseComponent implements AfterContentInit {
|
|
30333
|
-
private changeDetector;
|
|
30411
|
+
private readonly changeDetector;
|
|
30334
30412
|
poSteps: QueryList<PoStepComponent>;
|
|
30335
30413
|
private currentActiveStep;
|
|
30336
30414
|
private previousActiveStepIndex;
|
|
@@ -30407,8 +30485,8 @@ declare class PoStepperComponent extends PoStepperBaseComponent implements After
|
|
|
30407
30485
|
* Componente responsável por exibir as legendas dos *steps*.
|
|
30408
30486
|
*/
|
|
30409
30487
|
declare class PoStepperLabelComponent implements AfterViewInit, OnChanges {
|
|
30410
|
-
private renderer;
|
|
30411
|
-
private changeDetectorRef;
|
|
30488
|
+
private readonly renderer;
|
|
30489
|
+
private readonly changeDetectorRef;
|
|
30412
30490
|
alignCenter: boolean;
|
|
30413
30491
|
content: string;
|
|
30414
30492
|
status: string;
|
|
@@ -30417,7 +30495,7 @@ declare class PoStepperLabelComponent implements AfterViewInit, OnChanges {
|
|
|
30417
30495
|
disabledClick: boolean;
|
|
30418
30496
|
displayedContent: string;
|
|
30419
30497
|
tooltipContent: string;
|
|
30420
|
-
private maxLabelLength;
|
|
30498
|
+
private readonly maxLabelLength;
|
|
30421
30499
|
ngAfterViewInit(): void;
|
|
30422
30500
|
ngOnChanges(changes: SimpleChanges): void;
|
|
30423
30501
|
onMouseOver(): void;
|
|
@@ -30498,7 +30576,7 @@ declare class PoStepperModule {
|
|
|
30498
30576
|
*/
|
|
30499
30577
|
declare class PoTabButtonComponent implements OnChanges, AfterViewInit {
|
|
30500
30578
|
changeDetector: ChangeDetectorRef;
|
|
30501
|
-
private elementRef;
|
|
30579
|
+
private readonly elementRef;
|
|
30502
30580
|
tabButtom: ElementRef;
|
|
30503
30581
|
disabled: boolean;
|
|
30504
30582
|
id: string;
|
|
@@ -30547,6 +30625,8 @@ declare abstract class PoTabBaseComponent {
|
|
|
30547
30625
|
* @default `false`
|
|
30548
30626
|
*/
|
|
30549
30627
|
hideClose: boolean;
|
|
30628
|
+
/** ID da Tab */
|
|
30629
|
+
id: string;
|
|
30550
30630
|
/** Método disparado ao clicar na aba. */
|
|
30551
30631
|
click: EventEmitter<any>;
|
|
30552
30632
|
/**
|
|
@@ -30560,7 +30640,15 @@ declare abstract class PoTabBaseComponent {
|
|
|
30560
30640
|
*
|
|
30561
30641
|
*/
|
|
30562
30642
|
closeTab: EventEmitter<any>;
|
|
30563
|
-
|
|
30643
|
+
/**
|
|
30644
|
+
* @optional
|
|
30645
|
+
*
|
|
30646
|
+
* @description
|
|
30647
|
+
*
|
|
30648
|
+
* Evento emitido quando a aba é ativada.
|
|
30649
|
+
* Emite a instância do componente da aba que foi ativada.
|
|
30650
|
+
*/
|
|
30651
|
+
activatedTab: i0.OutputEmitterRef<PoTabBaseComponent>;
|
|
30564
30652
|
private _active?;
|
|
30565
30653
|
private _disabled?;
|
|
30566
30654
|
private _hide?;
|
|
@@ -30604,7 +30692,7 @@ declare abstract class PoTabBaseComponent {
|
|
|
30604
30692
|
get hide(): boolean;
|
|
30605
30693
|
protected abstract setDisplayOnActive(): any;
|
|
30606
30694
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoTabBaseComponent, never>;
|
|
30607
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoTabBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "hideClose": { "alias": "p-hide-close"; "required": false; }; "active": { "alias": "p-active"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "hide": { "alias": "p-hide"; "required": false; }; }, { "click": "p-click"; "closeTab": "p-close-tab"; }, never, never, true, never>;
|
|
30695
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoTabBaseComponent, never, never, { "label": { "alias": "p-label"; "required": false; }; "hideClose": { "alias": "p-hide-close"; "required": false; }; "id": { "alias": "id"; "required": false; }; "active": { "alias": "p-active"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "hide": { "alias": "p-hide"; "required": false; }; }, { "click": "p-click"; "closeTab": "p-close-tab"; "activatedTab": "p-activated-tab"; }, never, never, true, never>;
|
|
30608
30696
|
static ngAcceptInputType_hideClose: any;
|
|
30609
30697
|
}
|
|
30610
30698
|
|
|
@@ -30613,7 +30701,7 @@ declare abstract class PoTabBaseComponent {
|
|
|
30613
30701
|
*/
|
|
30614
30702
|
declare class PoTabComponent extends PoTabBaseComponent implements AfterContentInit, OnChanges {
|
|
30615
30703
|
elementRef: ElementRef<any>;
|
|
30616
|
-
private tabsService;
|
|
30704
|
+
private readonly tabsService;
|
|
30617
30705
|
removed: boolean;
|
|
30618
30706
|
showTooltip: boolean;
|
|
30619
30707
|
ngAfterContentInit(): void;
|
|
@@ -30632,7 +30720,7 @@ declare class PoTabComponent extends PoTabBaseComponent implements AfterContentI
|
|
|
30632
30720
|
* no formato de lista.
|
|
30633
30721
|
*/
|
|
30634
30722
|
declare class PoTabDropdownComponent implements AfterViewInit {
|
|
30635
|
-
private elementRef;
|
|
30723
|
+
private readonly elementRef;
|
|
30636
30724
|
popover: PoPopoverComponent;
|
|
30637
30725
|
button: PoButtonComponent;
|
|
30638
30726
|
label: string;
|
|
@@ -30765,8 +30853,8 @@ declare const poTabsLiterals: object;
|
|
|
30765
30853
|
*/
|
|
30766
30854
|
declare class PoTabsComponent extends PoTabsBaseComponent implements OnInit, AfterViewInit, OnDestroy, AfterContentInit {
|
|
30767
30855
|
changeDetector: ChangeDetectorRef;
|
|
30768
|
-
private languageService;
|
|
30769
|
-
private tabsService;
|
|
30856
|
+
private readonly languageService;
|
|
30857
|
+
private readonly tabsService;
|
|
30770
30858
|
tabsChildren: QueryList<PoTabComponent>;
|
|
30771
30859
|
tabButton: QueryList<any>;
|
|
30772
30860
|
tabDropdown: PoTabDropdownComponent;
|
|
@@ -30834,6 +30922,26 @@ declare class PoTabsComponent extends PoTabsBaseComponent implements OnInit, Aft
|
|
|
30834
30922
|
private handleHomeKey;
|
|
30835
30923
|
private handleEndKey;
|
|
30836
30924
|
private handleArrowRight;
|
|
30925
|
+
/**
|
|
30926
|
+
* Ativa a aba correspondente ao `id` informado.
|
|
30927
|
+
*
|
|
30928
|
+
* Para utilizá-la é necessário ter a instância do componente no DOM, podendo ser utilizado o ViewChild da seguinte forma:
|
|
30929
|
+
*
|
|
30930
|
+
* ```
|
|
30931
|
+
* import { PoTabsComponent } from '@po-ui/ng-components';
|
|
30932
|
+
*
|
|
30933
|
+
* ...
|
|
30934
|
+
*
|
|
30935
|
+
* @ViewChild('poTab', { static: true }) poTab: PoTabsComponent;
|
|
30936
|
+
*
|
|
30937
|
+
* focusOnTab() {
|
|
30938
|
+
* this.poTab.activateTab('meu-id-da-aba');
|
|
30939
|
+
* }
|
|
30940
|
+
* ```
|
|
30941
|
+
*
|
|
30942
|
+
* @param id Identificador único da aba a ser ativada.
|
|
30943
|
+
*/
|
|
30944
|
+
activateTab(id: string): void;
|
|
30837
30945
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoTabsComponent, never>;
|
|
30838
30946
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoTabsComponent, "po-tabs", never, {}, {}, ["tabsChildren"], ["*"], false, never>;
|
|
30839
30947
|
}
|
|
@@ -30918,8 +31026,8 @@ interface PoTab {
|
|
|
30918
31026
|
}
|
|
30919
31027
|
|
|
30920
31028
|
declare class PoTabsService {
|
|
30921
|
-
private onChangesTriggeredSource;
|
|
30922
|
-
private onChangesTriggeredActiveSource;
|
|
31029
|
+
private readonly onChangesTriggeredSource;
|
|
31030
|
+
private readonly onChangesTriggeredActiveSource;
|
|
30923
31031
|
onChangesTriggered$: rxjs.Observable<any>;
|
|
30924
31032
|
triggerActiveOnChanges$: rxjs.Observable<any>;
|
|
30925
31033
|
triggerOnChanges(tab?: PoTabComponent): void;
|
|
@@ -31182,7 +31290,7 @@ declare class PoToolbarBaseComponent {
|
|
|
31182
31290
|
* </example>
|
|
31183
31291
|
*/
|
|
31184
31292
|
declare class PoToolbarComponent extends PoToolbarBaseComponent implements OnInit {
|
|
31185
|
-
private titleService;
|
|
31293
|
+
private readonly titleService;
|
|
31186
31294
|
ngOnInit(): void;
|
|
31187
31295
|
private setTitle;
|
|
31188
31296
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoToolbarComponent, never>;
|
|
@@ -31203,7 +31311,7 @@ declare class PoToolbarComponent extends PoToolbarBaseComponent implements OnIni
|
|
|
31203
31311
|
* ícone de notificações.
|
|
31204
31312
|
*/
|
|
31205
31313
|
declare class PoToolbarNotificationComponent implements AfterViewInit {
|
|
31206
|
-
private cdr;
|
|
31314
|
+
private readonly cdr;
|
|
31207
31315
|
notificationRef: ElementRef;
|
|
31208
31316
|
notificationActions?: Array<PoToolbarAction>;
|
|
31209
31317
|
private _notificationNumber?;
|
|
@@ -31435,7 +31543,7 @@ declare class PoTreeViewBaseComponent {
|
|
|
31435
31543
|
* </example>
|
|
31436
31544
|
*/
|
|
31437
31545
|
declare class PoTreeViewComponent extends PoTreeViewBaseComponent implements OnInit, OnChanges {
|
|
31438
|
-
private treeViewService;
|
|
31546
|
+
private readonly treeViewService;
|
|
31439
31547
|
get hasItems(): boolean;
|
|
31440
31548
|
ngOnInit(): void;
|
|
31441
31549
|
ngOnChanges(changes?: SimpleChanges): void;
|
|
@@ -31445,7 +31553,7 @@ declare class PoTreeViewComponent extends PoTreeViewBaseComponent implements OnI
|
|
|
31445
31553
|
}
|
|
31446
31554
|
|
|
31447
31555
|
declare class PoTreeViewItemComponent {
|
|
31448
|
-
private treeViewService;
|
|
31556
|
+
private readonly treeViewService;
|
|
31449
31557
|
componentsSize: string;
|
|
31450
31558
|
item: PoTreeViewItem;
|
|
31451
31559
|
selectable: boolean;
|
|
@@ -31577,7 +31685,7 @@ declare abstract class PoDialogBaseService {
|
|
|
31577
31685
|
* </example>
|
|
31578
31686
|
*/
|
|
31579
31687
|
declare class PoDialogService extends PoDialogBaseService {
|
|
31580
|
-
private poComponentInjector;
|
|
31688
|
+
private readonly poComponentInjector;
|
|
31581
31689
|
constructor(poComponentInjector: PoComponentInjectorService);
|
|
31582
31690
|
openDialog(dialogType: PoDialogType, dialogOptions: PoDialogAlertOptions | PoDialogConfirmOptions): void;
|
|
31583
31691
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoDialogService, never>;
|
|
@@ -32023,9 +32131,9 @@ interface PoI18nLiterals {
|
|
|
32023
32131
|
* ```
|
|
32024
32132
|
*/
|
|
32025
32133
|
declare class PoI18nBaseService {
|
|
32026
|
-
private config?;
|
|
32027
|
-
private http?;
|
|
32028
|
-
private languageService?;
|
|
32134
|
+
private readonly config?;
|
|
32135
|
+
private readonly http?;
|
|
32136
|
+
private readonly languageService?;
|
|
32029
32137
|
private varI18n;
|
|
32030
32138
|
private contextDefault;
|
|
32031
32139
|
private useCache;
|
|
@@ -32450,7 +32558,7 @@ interface PoMediaQueryTokens {
|
|
|
32450
32558
|
*
|
|
32451
32559
|
*/
|
|
32452
32560
|
declare class PoMediaQueryService {
|
|
32453
|
-
private renderer;
|
|
32561
|
+
private readonly renderer;
|
|
32454
32562
|
constructor(rendererFactory: RendererFactory2);
|
|
32455
32563
|
/**
|
|
32456
32564
|
* Método que replica as regras baseando-se pelos tokens de media query dentro das folhas de estilo do documento, permitindo a modificação dinâmica
|
|
@@ -33031,8 +33139,6 @@ declare class PoWidgetBaseComponent {
|
|
|
33031
33139
|
*/
|
|
33032
33140
|
tagIcon: string | TemplateRef<void>;
|
|
33033
33141
|
/**
|
|
33034
|
-
* @Input p-tag-position
|
|
33035
|
-
*
|
|
33036
33142
|
* @optional
|
|
33037
33143
|
*
|
|
33038
33144
|
* @description
|
|
@@ -33070,8 +33176,6 @@ declare class PoWidgetBaseComponent {
|
|
|
33070
33176
|
set size(value: string);
|
|
33071
33177
|
get size(): string;
|
|
33072
33178
|
/**
|
|
33073
|
-
* @Input p-avatar
|
|
33074
|
-
*
|
|
33075
33179
|
* @optional
|
|
33076
33180
|
*
|
|
33077
33181
|
* @description
|
|
@@ -33425,9 +33529,6 @@ declare enum PoSkeletonVariant {
|
|
|
33425
33529
|
*/
|
|
33426
33530
|
declare class PoSkeletonBaseComponent {
|
|
33427
33531
|
/**
|
|
33428
|
-
*
|
|
33429
|
-
* @Input
|
|
33430
|
-
*
|
|
33431
33532
|
* @optional
|
|
33432
33533
|
*
|
|
33433
33534
|
* @description
|
|
@@ -33444,9 +33545,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33444
33545
|
*/
|
|
33445
33546
|
variant: i0.InputSignal<PoSkeletonVariant>;
|
|
33446
33547
|
/**
|
|
33447
|
-
*
|
|
33448
|
-
* @Input
|
|
33449
|
-
*
|
|
33450
33548
|
* @optional
|
|
33451
33549
|
*
|
|
33452
33550
|
* @description
|
|
@@ -33462,9 +33560,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33462
33560
|
*/
|
|
33463
33561
|
type: i0.InputSignal<PoSkeletonType>;
|
|
33464
33562
|
/**
|
|
33465
|
-
*
|
|
33466
|
-
* @Input
|
|
33467
|
-
*
|
|
33468
33563
|
* @optional
|
|
33469
33564
|
*
|
|
33470
33565
|
* @description
|
|
@@ -33480,9 +33575,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33480
33575
|
*/
|
|
33481
33576
|
animation: i0.InputSignal<PoSkeletonAnimation>;
|
|
33482
33577
|
/**
|
|
33483
|
-
*
|
|
33484
|
-
* @Input
|
|
33485
|
-
*
|
|
33486
33578
|
* @optional
|
|
33487
33579
|
*
|
|
33488
33580
|
* @description
|
|
@@ -33503,9 +33595,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33503
33595
|
*/
|
|
33504
33596
|
size: i0.InputSignal<PoSkeletonSize>;
|
|
33505
33597
|
/**
|
|
33506
|
-
*
|
|
33507
|
-
* @Input
|
|
33508
|
-
*
|
|
33509
33598
|
* @optional
|
|
33510
33599
|
*
|
|
33511
33600
|
* @description
|
|
@@ -33519,8 +33608,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33519
33608
|
*/
|
|
33520
33609
|
width: i0.InputSignal<string>;
|
|
33521
33610
|
/**
|
|
33522
|
-
* @Input
|
|
33523
|
-
*
|
|
33524
33611
|
* @optional
|
|
33525
33612
|
*
|
|
33526
33613
|
* @description
|
|
@@ -33532,9 +33619,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33532
33619
|
*/
|
|
33533
33620
|
height: i0.InputSignal<string>;
|
|
33534
33621
|
/**
|
|
33535
|
-
*
|
|
33536
|
-
* @Input
|
|
33537
|
-
*
|
|
33538
33622
|
* @optional
|
|
33539
33623
|
*
|
|
33540
33624
|
* @description
|
|
@@ -33546,9 +33630,6 @@ declare class PoSkeletonBaseComponent {
|
|
|
33546
33630
|
*/
|
|
33547
33631
|
borderRadius: i0.InputSignal<string>;
|
|
33548
33632
|
/**
|
|
33549
|
-
*
|
|
33550
|
-
* @Input
|
|
33551
|
-
*
|
|
33552
33633
|
* @optional
|
|
33553
33634
|
*
|
|
33554
33635
|
* @description
|
|
@@ -34006,6 +34087,22 @@ interface PoHeaderUser {
|
|
|
34006
34087
|
items?: Array<PoHeaderActionToolItem>;
|
|
34007
34088
|
}
|
|
34008
34089
|
|
|
34090
|
+
/**
|
|
34091
|
+
* @docsPrivate
|
|
34092
|
+
*
|
|
34093
|
+
* @description
|
|
34094
|
+
*
|
|
34095
|
+
* Define o tamanho padrão utilizado em componentes interativos. Este enum também é usado pelo serviço de tema para
|
|
34096
|
+
* definir a preferência global de tamanho dos componentes. Por padrão, os componentes utilizam o tamanho `medium` por
|
|
34097
|
+
* ser mais acessível (conforme diretrizes WCAG nível AAA).
|
|
34098
|
+
*
|
|
34099
|
+
* > O tamanho `small` está disponível apenas em contextos com acessibilidade AA.
|
|
34100
|
+
*/
|
|
34101
|
+
declare enum PoFieldSize {
|
|
34102
|
+
Small = "small",
|
|
34103
|
+
Medium = "medium"
|
|
34104
|
+
}
|
|
34105
|
+
|
|
34009
34106
|
/**
|
|
34010
34107
|
* @description
|
|
34011
34108
|
*
|
|
@@ -34078,24 +34175,27 @@ interface PoHeaderUser {
|
|
|
34078
34175
|
* | `--border-radius-bottom-left` | Valor do radius do lado esquerdo do header | `var(--border-radius-md)` |
|
|
34079
34176
|
* | `--border-radius-bottom-right` | Valor do radius do lado direito do header | `var(--border-radius-md)` |
|
|
34080
34177
|
* | `--base shadow` | Cor da sombra do header | `0 1px 8px rgba(0, 0, 0, 0.1)` |
|
|
34178
|
+
* | `--stroke-color` | Cor da borda inferior do header | `var(--color-brand-01-base)` |
|
|
34081
34179
|
* | **Sub-menu** | | |
|
|
34082
34180
|
* | `--border-radius` | Valor do radius dos itens do sub-menu | `var(--border-radius-md);` |
|
|
34083
34181
|
* | `--text-color-submenu` | Cor do texto dos itens do sub-menu | `var(--color-brand-01-base)` |
|
|
34084
34182
|
* | `--icon-color` | Cor do ícone do sub-menu com itens | `var(--color-brand-01-base)` |
|
|
34085
34183
|
* | `--border-color` | Cor da borda | `var(--color-transparent)` |
|
|
34086
34184
|
* | `--shadow` | Contém o valor da sombra do elemento | `var(--shadow-none)` |
|
|
34185
|
+
* | `--font-family-submenu` | Fonte do texto dos itens de sub-menu | `var(--font-family-theme)` |
|
|
34186
|
+
* | `--font-weight-submenu` | Peso da fonte do texto dos itens de sub-menu | `var(--font-weight-bold)` |
|
|
34087
34187
|
* | **Sub-menu - Hover** | | |
|
|
34088
34188
|
* | `--background-hover` | Cor de background dos itens do sub-menu no estado hover | `var(--color-brand-01-lighter)` |
|
|
34089
34189
|
* | `--icon-color-hover` | Cor do ícone dos itens de sub-menu no estado hover | `var(--color-brand-01-darkest)` |
|
|
34090
|
-
* | `--text-color-hover` | Cor do
|
|
34190
|
+
* | `--text-color-hover` | Cor do texto dos itens de sub-menu no estado hover | `var(--color-brand-01-darkest)` |
|
|
34091
34191
|
* | **Sub-menu - pressed** | | |
|
|
34092
34192
|
* | `--background-pressed` | Cor de background dos itens do sub-menu no estado pressed | `var(--color-brand-01-light)` |
|
|
34093
34193
|
* | `--icon-color-pressed` | Cor do ícone dos itens de sub-menu no estado pressed | `var(--color-brand-01-darkest)` |
|
|
34094
|
-
* | `--text-color-pressed` | Cor do
|
|
34194
|
+
* | `--text-color-pressed` | Cor do texto dos itens de sub-menu no estado pressed | `var(--color-brand-01-darkest)` |
|
|
34095
34195
|
* | **Sub-menu - selected** | | |
|
|
34096
34196
|
* | `--background-selected` | Cor de background dos itens do sub-menu no estado selected | `var(--color-brand-01-light)` |
|
|
34097
34197
|
* | `--icon-color-selected` | Cor do ícone dos itens de sub-menu no estado selected | `var(--color-neutral-dark-95)` |
|
|
34098
|
-
* | `--text-color-selected` | Cor do
|
|
34198
|
+
* | `--text-color-selected` | Cor do texto dos itens de sub-menu no estado selected | `var(--color-brand-01-darkest)` |
|
|
34099
34199
|
* | **Customer** | | |
|
|
34100
34200
|
* | `--background-color-customer` | Cor do background da seção customer | `var(--color-neutral-light-00)` |
|
|
34101
34201
|
* | `--border-color` | Cor da borda da seção customer | `var(--color-neutral-light-10)` |
|
|
@@ -34103,9 +34203,9 @@ interface PoHeaderUser {
|
|
|
34103
34203
|
* | `--border-width` | Largura da borda da seção customer | `var(--border-width-sm)` |
|
|
34104
34204
|
* | **Customer - hover** | | |
|
|
34105
34205
|
* | `--background-color-customer-hover` | Cor do background da seção customer no estado hover | `var(--color-brand-01-lighter)` |
|
|
34106
|
-
* | `--background-color-customer-hover` | Cor do background da seção customer no estado hover | `var(--color-brand-01-lighter)` |
|
|
34107
34206
|
* | **Customer - pressed** | | |
|
|
34108
34207
|
* | `--background-color-customer-pressed` | Cor do background da seção customer no estado pressed | `var(--color-brand-01-light)` |
|
|
34208
|
+
* | `--border-width-pressed` | Largura da borda da seção customer no estado pressed | `var(--border-width-md)` |
|
|
34109
34209
|
*
|
|
34110
34210
|
*/
|
|
34111
34211
|
declare abstract class PoHeaderBaseComponent {
|
|
@@ -34114,7 +34214,8 @@ declare abstract class PoHeaderBaseComponent {
|
|
|
34114
34214
|
menuCollapseJoinExternal: any[];
|
|
34115
34215
|
private _brand;
|
|
34116
34216
|
private _literals;
|
|
34117
|
-
private language;
|
|
34217
|
+
private readonly language;
|
|
34218
|
+
private readonly themeChangeSignal;
|
|
34118
34219
|
/**
|
|
34119
34220
|
* @optional
|
|
34120
34221
|
*
|
|
@@ -34241,6 +34342,25 @@ declare abstract class PoHeaderBaseComponent {
|
|
|
34241
34342
|
*/
|
|
34242
34343
|
set literals(value: PoHeaderLiterals);
|
|
34243
34344
|
get literals(): PoHeaderLiterals;
|
|
34345
|
+
/**
|
|
34346
|
+
* @optional
|
|
34347
|
+
*
|
|
34348
|
+
* @Input
|
|
34349
|
+
*
|
|
34350
|
+
* @description
|
|
34351
|
+
*
|
|
34352
|
+
* Define o tamanho do componente:
|
|
34353
|
+
* - `small`: altura de 44px (disponível apenas para acessibilidade AA).
|
|
34354
|
+
* - `medium`: altura de 56px.
|
|
34355
|
+
*
|
|
34356
|
+
* > Caso a acessibilidade AA não esteja configurada, o tamanho `medium` será mantido.
|
|
34357
|
+
* Para mais detalhes, consulte a documentação do [po-theme](https://po-ui.io/documentation/po-theme).
|
|
34358
|
+
*
|
|
34359
|
+
* @default `medium`
|
|
34360
|
+
*/
|
|
34361
|
+
sizeInput: i0.InputSignal<string>;
|
|
34362
|
+
size: i0.Signal<string>;
|
|
34363
|
+
get hostSize(): PoFieldSize;
|
|
34244
34364
|
/**
|
|
34245
34365
|
* @optional
|
|
34246
34366
|
*
|
|
@@ -34253,14 +34373,16 @@ declare abstract class PoHeaderBaseComponent {
|
|
|
34253
34373
|
constructor(languageService: PoLanguageService);
|
|
34254
34374
|
get menuItems(): Array<PoHeaderActions>;
|
|
34255
34375
|
private generateRandomId;
|
|
34376
|
+
protected onThemeChange(): void;
|
|
34377
|
+
abstract updateMenu(): void;
|
|
34256
34378
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderBaseComponent, never>;
|
|
34257
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoHeaderBaseComponent, never, never, { "amountMore": { "alias": "p-amount-more"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "filterMenu": { "alias": "p-filter-menu"; "required": false; }; "sideMenuOnlyAction": { "alias": "p-side-menu-only-action"; "required": false; }; "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "notChangeContext": { "alias": "p-not-change-context"; "required": false; }; "brand": { "alias": "p-brand"; "required": false; }; "actionsTools": { "alias": "p-actions-tools"; "required": false; }; "headerUser": { "alias": "p-header-user"; "required": false; }; "menuItems": { "alias": "p-menu-items"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; }, { "colapsedMenuEvent": "p-colapsed-menu"; }, never, never, true, never>;
|
|
34379
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoHeaderBaseComponent, never, never, { "amountMore": { "alias": "p-amount-more"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "filterMenu": { "alias": "p-filter-menu"; "required": false; }; "sideMenuOnlyAction": { "alias": "p-side-menu-only-action"; "required": false; }; "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "notChangeContext": { "alias": "p-not-change-context"; "required": false; }; "brand": { "alias": "p-brand"; "required": false; }; "actionsTools": { "alias": "p-actions-tools"; "required": false; }; "headerUser": { "alias": "p-header-user"; "required": false; }; "menuItems": { "alias": "p-menu-items"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "sizeInput": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "colapsedMenuEvent": "p-colapsed-menu"; }, never, never, true, never>;
|
|
34258
34380
|
static ngAcceptInputType_filterMenu: any;
|
|
34259
34381
|
}
|
|
34260
34382
|
|
|
34261
34383
|
declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy {
|
|
34262
|
-
private cd;
|
|
34263
|
-
private router;
|
|
34384
|
+
private readonly cd;
|
|
34385
|
+
private readonly router;
|
|
34264
34386
|
buttonMoreRef: any;
|
|
34265
34387
|
lastItemSelected: PoHeaderActions;
|
|
34266
34388
|
selectedItem: boolean;
|
|
@@ -34272,6 +34394,7 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
|
|
|
34272
34394
|
item: PoHeaderActions;
|
|
34273
34395
|
itemOverFlow: Array<PoHeaderActions>;
|
|
34274
34396
|
overflowButton: boolean;
|
|
34397
|
+
size: i0.InputSignal<string>;
|
|
34275
34398
|
itemClick: EventEmitter<any>;
|
|
34276
34399
|
constructor(cd: ChangeDetectorRef, router: Router, languageService: PoLanguageService);
|
|
34277
34400
|
ngOnInit(): void;
|
|
@@ -34286,7 +34409,7 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
|
|
|
34286
34409
|
private checkRouterChildrenFragments;
|
|
34287
34410
|
private subscribeToRoute;
|
|
34288
34411
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderMenuItemComponent, never>;
|
|
34289
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderMenuItemComponent, "po-header-menu-item", never, { "item": { "alias": "p-item"; "required": false; }; "itemOverFlow": { "alias": "p-item-overflow"; "required": false; }; "overflowButton": { "alias": "p-button-overflow"; "required": false; }; }, { "itemClick": "p-item-click"; }, never, never, false, never>;
|
|
34412
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderMenuItemComponent, "po-header-menu-item", never, { "item": { "alias": "p-item"; "required": false; }; "itemOverFlow": { "alias": "p-item-overflow"; "required": false; }; "overflowButton": { "alias": "p-button-overflow"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "itemClick": "p-item-click"; }, never, never, false, never>;
|
|
34290
34413
|
}
|
|
34291
34414
|
|
|
34292
34415
|
/**
|
|
@@ -34311,9 +34434,9 @@ declare class PoHeaderMenuItemComponent implements OnChanges, OnInit, OnDestroy
|
|
|
34311
34434
|
*
|
|
34312
34435
|
*/
|
|
34313
34436
|
declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterViewInit, OnChanges, OnInit, OnDestroy {
|
|
34314
|
-
private cd;
|
|
34315
|
-
private elRef;
|
|
34316
|
-
private menuGlobalService;
|
|
34437
|
+
private readonly cd;
|
|
34438
|
+
private readonly elRef;
|
|
34439
|
+
private readonly menuGlobalService;
|
|
34317
34440
|
afterViewInitWascalled: boolean;
|
|
34318
34441
|
showMenu: boolean;
|
|
34319
34442
|
visibleMenuItems: Array<any>;
|
|
@@ -34330,7 +34453,7 @@ declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterVi
|
|
|
34330
34453
|
menuExternal: any[];
|
|
34331
34454
|
existMenuExternal: boolean;
|
|
34332
34455
|
applicationMenu: PoMenuComponent;
|
|
34333
|
-
private id;
|
|
34456
|
+
private readonly id;
|
|
34334
34457
|
private currentWidth;
|
|
34335
34458
|
private previousMenusItems;
|
|
34336
34459
|
buttonFirstAction: ElementRef;
|
|
@@ -34366,8 +34489,8 @@ declare class PoHeaderComponent extends PoHeaderBaseComponent implements AfterVi
|
|
|
34366
34489
|
}
|
|
34367
34490
|
|
|
34368
34491
|
declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
34369
|
-
private cd;
|
|
34370
|
-
private router;
|
|
34492
|
+
private readonly cd;
|
|
34493
|
+
private readonly router;
|
|
34371
34494
|
private resizeSub;
|
|
34372
34495
|
showTitleTooltip: boolean;
|
|
34373
34496
|
smallLogo: boolean;
|
|
@@ -34378,6 +34501,7 @@ declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDest
|
|
|
34378
34501
|
hideButtonMenu?: boolean;
|
|
34379
34502
|
menuCollapse: Array<PoMenuItem>;
|
|
34380
34503
|
externalMenu: boolean;
|
|
34504
|
+
size: i0.InputSignal<string>;
|
|
34381
34505
|
constructor(cd: ChangeDetectorRef, router: Router);
|
|
34382
34506
|
ngAfterViewInit(): void;
|
|
34383
34507
|
ngOnDestroy(): void;
|
|
@@ -34385,12 +34509,12 @@ declare class PoHeaderbrandComponent implements AfterViewInit, OnChanges, OnDest
|
|
|
34385
34509
|
onClickLogo(): void;
|
|
34386
34510
|
get showTooltip(): boolean;
|
|
34387
34511
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderbrandComponent, never>;
|
|
34388
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderbrandComponent, "po-header-brand", never, { "brand": { "alias": "p-brand"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "externalMenu": { "alias": "p-external"; "required": false; }; }, { "clickMenu": "p-click-menu"; }, never, never, false, never>;
|
|
34512
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderbrandComponent, "po-header-brand", never, { "brand": { "alias": "p-brand"; "required": false; }; "hideButtonMenu": { "alias": "p-hide-button-menu"; "required": false; }; "menuCollapse": { "alias": "p-menus"; "required": false; }; "externalMenu": { "alias": "p-external"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, { "clickMenu": "p-click-menu"; }, never, never, false, never>;
|
|
34389
34513
|
}
|
|
34390
34514
|
|
|
34391
34515
|
declare class PoHeaderToolsComponent {
|
|
34392
|
-
private router;
|
|
34393
|
-
private cd;
|
|
34516
|
+
private readonly router;
|
|
34517
|
+
private readonly cd;
|
|
34394
34518
|
_actionTools: Array<PoHeaderActionTool>;
|
|
34395
34519
|
buttonActionElements: QueryList<ElementRef>;
|
|
34396
34520
|
buttonActionComponents: QueryList<PoButtonComponent>;
|
|
@@ -34399,6 +34523,7 @@ declare class PoHeaderToolsComponent {
|
|
|
34399
34523
|
forceActionTools?: boolean;
|
|
34400
34524
|
set actionTools(value: Array<PoHeaderActionTool>);
|
|
34401
34525
|
literals: PoHeaderLiterals;
|
|
34526
|
+
size: i0.InputSignal<string>;
|
|
34402
34527
|
get actionTools(): Array<PoHeaderActionTool>;
|
|
34403
34528
|
get popoverIndexes(): Array<number>;
|
|
34404
34529
|
headerTemplate: TemplateRef<any>;
|
|
@@ -34409,7 +34534,7 @@ declare class PoHeaderToolsComponent {
|
|
|
34409
34534
|
getAriaLabel(action: PoHeaderActionTool): string;
|
|
34410
34535
|
private checkLink;
|
|
34411
34536
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderToolsComponent, never>;
|
|
34412
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderToolsComponent, "po-header-tools", never, { "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "actionTools": { "alias": "p-actions-tools"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; }, {}, never, never, false, never>;
|
|
34537
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderToolsComponent, "po-header-tools", never, { "forceActionTools": { "alias": "p-force-actions-tools"; "required": false; }; "actionTools": { "alias": "p-actions-tools"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; }, {}, never, never, false, never>;
|
|
34413
34538
|
}
|
|
34414
34539
|
|
|
34415
34540
|
declare class PoHeaderCustomerComponent {
|
|
@@ -34417,13 +34542,14 @@ declare class PoHeaderCustomerComponent {
|
|
|
34417
34542
|
poPopupAction: PoPopupComponent;
|
|
34418
34543
|
poPopoverAction: PoPopoverComponent;
|
|
34419
34544
|
headerUser: PoHeaderUser;
|
|
34545
|
+
size: i0.InputSignal<string>;
|
|
34420
34546
|
constructor(languageService: PoLanguageService);
|
|
34421
34547
|
onClickPopup(): void;
|
|
34422
34548
|
onClickUserSection(): void;
|
|
34423
34549
|
onClickClosePopover(): void;
|
|
34424
34550
|
onKeyDownCustomer(event: any): void;
|
|
34425
34551
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoHeaderCustomerComponent, never>;
|
|
34426
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderCustomerComponent, "po-header-customer", never, { "headerUser": { "alias": "p-header-user"; "required": false; }; }, {}, never, never, false, never>;
|
|
34552
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoHeaderCustomerComponent, "po-header-customer", never, { "headerUser": { "alias": "p-header-user"; "required": false; }; "size": { "alias": "p-size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
34427
34553
|
}
|
|
34428
34554
|
|
|
34429
34555
|
/**
|
|
@@ -34439,7 +34565,7 @@ declare class PoHeaderModule {
|
|
|
34439
34565
|
|
|
34440
34566
|
declare class PoComponentsModule {
|
|
34441
34567
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoComponentsModule, never>;
|
|
34442
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PoComponentsModule, never, [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule], [typeof PoAccordionModule, typeof PoAvatarModule, typeof PoBreadcrumbModule, typeof PoButtonModule, typeof PoButtonGroupModule, typeof PoCalendarModule, typeof PoChartModule, typeof PoContainerModule, typeof PoDisclaimerGroupModule, typeof PoDisclaimerModule, typeof PoDividerModule, typeof PoDropdownModule, typeof PoDynamicModule, typeof PoFieldModule, typeof PoGaugeModule, typeof PoGridModule, typeof PoIconModule, typeof PoInfoModule, typeof PoListViewModule, typeof PoListBoxModule, typeof PoLoadingModule, typeof PoLogoModule, typeof PoMenuModule, typeof PoMenuPanelModule, typeof PoModalModule, typeof PoNavbarModule, typeof PoOverlayModule, typeof PoPageModule, typeof PoPopoverModule, typeof PoPopupModule, typeof PoProgressModule, typeof PoSlideModule, typeof PoStepperModule, typeof PoTableModule, typeof PoTabsModule, typeof PoContextTabsModule, typeof PoTagModule, typeof PoToolbarModule, typeof PoTreeViewModule, typeof PoWidgetModule, typeof PoLinkModule, typeof PoLabelModule, typeof PoImageModule, typeof PoPageSlideModule, typeof PoSwitchModule, typeof PoSearchModule, typeof PoBadgeModule, typeof PoSkeletonModule, typeof PoToasterModule, typeof PoHelperModule, typeof PoHeaderModule]>;
|
|
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]>;
|
|
34443
34569
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoComponentsModule>;
|
|
34444
34570
|
}
|
|
34445
34571
|
|
|
@@ -34481,13 +34607,13 @@ interface PoHttpInterceptorDetail {
|
|
|
34481
34607
|
* Componente para a modal de detalhes exibida pelo interceptor
|
|
34482
34608
|
*/
|
|
34483
34609
|
declare class PoHttpInterceptorDetailComponent implements OnInit {
|
|
34484
|
-
private languageService;
|
|
34610
|
+
private readonly languageService;
|
|
34485
34611
|
modal: PoModalComponent;
|
|
34486
34612
|
closed: EventEmitter<any>;
|
|
34487
34613
|
details: Array<PoHttpInterceptorDetail>;
|
|
34488
34614
|
title: string;
|
|
34489
|
-
private language;
|
|
34490
|
-
private literals;
|
|
34615
|
+
private readonly language;
|
|
34616
|
+
private readonly literals;
|
|
34491
34617
|
primaryAction: PoModalAction;
|
|
34492
34618
|
constructor(languageService: PoLanguageService);
|
|
34493
34619
|
ngOnInit(): void;
|
|
@@ -34838,9 +34964,9 @@ declare function InputRequired(): (target: any, property: string) => void;
|
|
|
34838
34964
|
*
|
|
34839
34965
|
*/
|
|
34840
34966
|
declare abstract class PoHttpInterceptorBaseService implements HttpInterceptor {
|
|
34841
|
-
private componentInjector;
|
|
34842
|
-
private notification;
|
|
34843
|
-
private languageService;
|
|
34967
|
+
private readonly componentInjector;
|
|
34968
|
+
private readonly notification;
|
|
34969
|
+
private readonly languageService;
|
|
34844
34970
|
notificationTypes: string[];
|
|
34845
34971
|
literals: any;
|
|
34846
34972
|
private httpInterceptorDetailComponent;
|
|
@@ -35030,8 +35156,8 @@ declare class PoHttpRequesControltService {
|
|
|
35030
35156
|
* </example>
|
|
35031
35157
|
*/
|
|
35032
35158
|
declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
35033
|
-
private controlHttpRequest;
|
|
35034
|
-
private poComponentInjector;
|
|
35159
|
+
private readonly controlHttpRequest;
|
|
35160
|
+
private readonly poComponentInjector;
|
|
35035
35161
|
private loadingOverlayComponent;
|
|
35036
35162
|
private pendingRequests;
|
|
35037
35163
|
private overlayRequests;
|
|
@@ -35047,5 +35173,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
|
35047
35173
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
|
|
35048
35174
|
}
|
|
35049
35175
|
|
|
35050
|
-
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
|
|
35051
|
-
export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };
|
|
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 };
|