@po-ui/ng-components 19.23.0 → 19.25.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-po-chart-modal-table.component-mSWyBcer.mjs → po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs} +3 -4
- package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs.map +1 -0
- package/fesm2022/po-ui-ng-components.mjs +38380 -36819
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/components.module.d.ts +15 -13
- package/lib/components/index.d.ts +2 -0
- package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +1 -2
- package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -2
- package/lib/components/po-accordion/po-accordion.component.d.ts +1 -3
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +1 -3
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +0 -2
- package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
- package/lib/components/po-button/po-button-base.component.d.ts +14 -8
- package/lib/components/po-button/po-button.component.d.ts +0 -3
- package/lib/components/po-button-group/po-button-group-base.component.d.ts +9 -6
- package/lib/components/po-button-group/po-button-group.component.d.ts +0 -4
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +0 -4
- package/lib/components/po-calendar/po-calendar.component.d.ts +2 -4
- package/lib/components/po-chart/po-chart.component.d.ts +3 -6
- package/lib/components/po-context-tabs/index.d.ts +3 -0
- package/lib/components/po-context-tabs/po-context-tab-button/po-context-tab-button.component.d.ts +26 -0
- package/lib/components/po-context-tabs/po-context-tabs.component.d.ts +81 -0
- package/lib/components/po-context-tabs/po-context-tabs.module.d.ts +16 -0
- package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +2 -4
- package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +0 -3
- package/lib/components/po-dropdown/po-dropdown.component.d.ts +1 -4
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +0 -3
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -3
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +2 -7
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +1 -2
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +1 -2
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +1 -3
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +1 -6
- package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -2
- package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -3
- package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -7
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -3
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +1 -4
- package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -3
- package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -2
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -8
- package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +1 -3
- package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +2 -8
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +1 -3
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +2 -8
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +2 -5
- package/lib/components/po-field/po-email/po-email.component.d.ts +2 -4
- package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +1 -2
- package/lib/components/po-field/po-input/po-input-base.component.d.ts +1 -3
- package/lib/components/po-field/po-input/po-input.component.d.ts +2 -4
- package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +1 -3
- package/lib/components/po-field/po-login/po-login.component.d.ts +1 -4
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +1 -3
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +2 -3
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +2 -7
- package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +0 -2
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -3
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -2
- package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +0 -2
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +2 -6
- package/lib/components/po-field/po-number/po-number-base.component.d.ts +1 -3
- package/lib/components/po-field/po-number/po-number.component.d.ts +1 -4
- package/lib/components/po-field/po-password/po-password.component.d.ts +1 -4
- package/lib/components/po-field/po-radio/po-radio.component.d.ts +1 -4
- package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +0 -3
- package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +2 -4
- package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +1 -3
- package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +0 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -2
- package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -5
- package/lib/components/po-field/po-select/po-select.component.d.ts +3 -7
- package/lib/components/po-field/po-switch/po-switch.component.d.ts +1 -4
- package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +1 -3
- package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -4
- package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -3
- package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +0 -2
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area/po-upload-drag-drop-area.component.d.ts +1 -2
- 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 -2
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -2
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +0 -3
- package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -3
- package/lib/components/po-field/po-upload/po-upload.component.d.ts +2 -8
- package/lib/components/po-field/po-url/po-url.component.d.ts +2 -4
- package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -2
- package/lib/components/po-grid/po-grid.component.d.ts +2 -2
- package/lib/components/po-header/index.d.ts +7 -0
- package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +138 -0
- package/lib/components/po-header/interfaces/po-header-actions.interface.d.ts +49 -0
- package/lib/components/po-header/interfaces/po-header-brand.interface.d.ts +59 -0
- package/lib/components/po-header/interfaces/po-header-literals.interface.d.ts +13 -0
- package/lib/components/po-header/interfaces/po-header-user.interface.d.ts +74 -0
- package/lib/components/po-header/po-header-base.component.d.ts +266 -0
- package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +27 -0
- package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +32 -0
- package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +50 -0
- package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +31 -0
- package/lib/components/po-header/po-header.component.d.ts +83 -0
- package/lib/components/po-header/po-header.module.d.ts +27 -0
- package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -3
- package/lib/components/po-list-view/po-list-view.component.d.ts +2 -5
- package/lib/components/po-listbox/po-item-list/po-item-list.component.d.ts +1 -2
- package/lib/components/po-listbox/po-listbox-base.component.d.ts +3 -4
- package/lib/components/po-listbox/po-listbox.component.d.ts +3 -7
- package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -2
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +1 -2
- package/lib/components/po-menu/po-menu-base.component.d.ts +6 -4
- package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +1 -1
- package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +0 -2
- package/lib/components/po-menu/po-menu-item.interface.d.ts +3 -0
- package/lib/components/po-menu/po-menu.component.d.ts +5 -10
- package/lib/components/po-menu/services/po-menu-global.service.d.ts +6 -0
- package/lib/components/po-menu/services/po-menu.service.d.ts +0 -2
- package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +0 -2
- package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +1 -5
- package/lib/components/po-modal/po-modal-base.component.d.ts +1 -3
- package/lib/components/po-modal/po-modal.component.d.ts +1 -5
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -3
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +0 -2
- package/lib/components/po-navbar/po-navbar.component.d.ts +2 -5
- package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +1 -1
- package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +1 -3
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +2 -6
- package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -3
- package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -3
- package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +1 -3
- package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +2 -6
- package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +0 -3
- package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +1 -5
- package/lib/components/po-popover/po-popover.component.d.ts +5 -2
- package/lib/components/po-popup/po-popup-base.component.d.ts +2 -4
- package/lib/components/po-popup/po-popup.component.d.ts +2 -6
- package/lib/components/po-progress/po-progress-base.component.d.ts +0 -3
- package/lib/components/po-progress/po-progress.component.d.ts +0 -3
- package/lib/components/po-search/enums/po-search-filter-mode.enum.d.ts +1 -1
- package/lib/components/po-search/index.d.ts +1 -1
- package/lib/components/po-search/interfaces/po-search-filter-select.interface.d.ts +1 -5
- package/lib/components/po-search/interfaces/po-search-locate-summary.interface.d.ts +13 -0
- package/lib/components/po-search/literals/po-search-literals-default.d.ts +1 -1
- package/lib/components/po-search/literals/po-search-literals.interface.d.ts +43 -0
- package/lib/components/po-search/po-search-base.component.d.ts +172 -79
- package/lib/components/po-search/po-search.component.d.ts +27 -9
- package/lib/components/po-slide/po-slide.component.d.ts +0 -2
- package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -2
- package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +1 -2
- package/lib/components/po-stepper/po-stepper.component.d.ts +1 -2
- package/lib/components/po-table/po-table-base.component.d.ts +1 -3
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -3
- package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -3
- package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -4
- package/lib/components/po-table/po-table.component.d.ts +2 -4
- package/lib/components/po-tabs/index.d.ts +2 -0
- package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +28 -2
- package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +3 -3
- package/lib/components/po-tabs/po-tab/po-tab.interface.d.ts +23 -0
- package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +1 -2
- package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +0 -1
- package/lib/components/po-tabs/po-tabs-base.component.d.ts +1 -19
- package/lib/components/po-tabs/po-tabs.component.d.ts +26 -9
- package/lib/components/po-tabs/po-tabs.module.d.ts +1 -1
- package/lib/components/po-tabs/po-tabs.service.d.ts +2 -2
- package/lib/components/po-tag/po-tag.component.d.ts +1 -2
- package/lib/components/po-toaster/po-toaster-base.component.d.ts +0 -3
- package/lib/components/po-toaster/po-toaster.component.d.ts +3 -6
- package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -2
- package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -3
- package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +0 -3
- package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +0 -2
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +0 -4
- package/lib/components/po-widget/po-widget-base.component.d.ts +0 -3
- package/lib/components/po-widget/po-widget.component.d.ts +3 -3
- package/lib/services/po-dialog/po-dialog.component.d.ts +1 -3
- package/lib/services/po-notification/po-notification-base.service.d.ts +0 -3
- package/lib/services/po-notification/po-notification.service.d.ts +1 -3
- package/lib/utils/util.d.ts +25 -0
- package/package.json +4 -4
- package/po-ui-ng-components-19.25.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/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/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +0 -1
- package/lib/components/po-search/literals/po-search-literals.d.ts +0 -32
- package/po-ui-ng-components-19.23.0.tgz +0 -0
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { PoModalBaseComponent } from './po-modal-base.component';
|
|
3
3
|
import { PoModalFooterComponent } from './po-modal-footer/po-modal-footer.component';
|
|
4
|
-
import { PoThemeService } from '../../services/po-theme/po-theme.service';
|
|
5
|
-
import { PoActiveOverlayService } from '../../services/po-active-overlay/po-active-overlay.service';
|
|
6
|
-
import { PoLanguageService } from '../../services/po-language/po-language.service';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
/**
|
|
9
6
|
* @docsExtends PoModalBaseComponent
|
|
@@ -27,7 +24,6 @@ import * as i0 from "@angular/core";
|
|
|
27
24
|
*/
|
|
28
25
|
export declare class PoModalComponent extends PoModalBaseComponent {
|
|
29
26
|
private poActiveOverlayService;
|
|
30
|
-
protected poThemeService: PoThemeService;
|
|
31
27
|
modalContent: ElementRef;
|
|
32
28
|
modalContainer: ElementRef;
|
|
33
29
|
modalFooter: PoModalFooterComponent;
|
|
@@ -36,7 +32,7 @@ export declare class PoModalComponent extends PoModalBaseComponent {
|
|
|
36
32
|
private focusableElements;
|
|
37
33
|
private id;
|
|
38
34
|
private sourceElement;
|
|
39
|
-
constructor(
|
|
35
|
+
constructor();
|
|
40
36
|
close(xClosed?: boolean): void;
|
|
41
37
|
closeModalOnEscapeKey(event: any): void;
|
|
42
38
|
getSecondaryActionButtonDanger(): "true" | "false";
|
package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { TemplateRef
|
|
2
|
-
import { Router } from '@angular/router';
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class PoNavbarActionComponent {
|
|
5
4
|
private router;
|
|
@@ -8,7 +7,6 @@ export declare class PoNavbarActionComponent {
|
|
|
8
7
|
label: string;
|
|
9
8
|
link?: string;
|
|
10
9
|
tooltip?: string;
|
|
11
|
-
constructor(viewContainerRef: ViewContainerRef, router: Router);
|
|
12
10
|
click(): void | Promise<boolean>;
|
|
13
11
|
private openUrl;
|
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoNavbarActionComponent, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
2
|
import { PoNavbarItem } from '../interfaces/po-navbar-item.interface';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
|
|
@@ -9,7 +8,6 @@ export declare class PoNavbarItemsComponent implements OnInit, OnDestroy {
|
|
|
9
8
|
items: Array<PoNavbarItem>;
|
|
10
9
|
selectedItem: PoNavbarItem;
|
|
11
10
|
private routeSubscription;
|
|
12
|
-
constructor(router: Router);
|
|
13
11
|
ngOnDestroy(): void;
|
|
14
12
|
ngOnInit(): void;
|
|
15
13
|
private checkActiveItemByUrl;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { AnimationBuilder } from '@angular/animations';
|
|
3
|
-
import { PoLanguageService } from '../../services/po-language/po-language.service';
|
|
4
|
-
import { PoMenuGlobalService } from '../po-menu/services/po-menu-global.service';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
5
2
|
import { PoMenuComponent } from '../po-menu/po-menu.component';
|
|
6
3
|
import { PoNavbarBaseComponent } from './po-navbar-base.component';
|
|
7
4
|
import { PoNavbarItemsComponent } from './po-navbar-items/po-navbar-items.component';
|
|
@@ -35,7 +32,7 @@ export declare class PoNavbarComponent extends PoNavbarBaseComponent implements
|
|
|
35
32
|
get navbarItemNavigationDisableRight(): boolean;
|
|
36
33
|
set menuComponent(menu: PoMenuComponent);
|
|
37
34
|
private get isCollapsedMedia();
|
|
38
|
-
constructor(
|
|
35
|
+
constructor();
|
|
39
36
|
ngOnInit(): void;
|
|
40
37
|
ngAfterViewInit(): void;
|
|
41
38
|
ngOnDestroy(): void;
|
|
@@ -11,7 +11,7 @@ export declare class PoPageContentComponent extends PoPageContentBaseComponent i
|
|
|
11
11
|
contentOpacity: number;
|
|
12
12
|
height: string;
|
|
13
13
|
overflowY: string;
|
|
14
|
-
constructor(
|
|
14
|
+
constructor();
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
recalculateHeaderSize(): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PoLanguageService } from './../../../services/po-language/po-language.service';
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
3
2
|
import { PoBreadcrumb } from '../../po-breadcrumb/po-breadcrumb.interface';
|
|
4
3
|
import { PoPageAction } from '../interfaces/po-page-action.interface';
|
|
5
4
|
import { PoPageContentComponent } from '../po-page-content/po-page-content.component';
|
|
@@ -30,7 +29,6 @@ export declare const poPageDefaultLiteralsDefault: {
|
|
|
30
29
|
* | `--padding-content` | Espaçamento do conteúdo | `var(--spacing-xs) var(--spacing-sm)` |
|
|
31
30
|
*/
|
|
32
31
|
export declare abstract class PoPageDefaultBaseComponent {
|
|
33
|
-
protected poThemeService: PoThemeService;
|
|
34
32
|
poPageContent: PoPageContentComponent;
|
|
35
33
|
/** Objeto com propriedades do breadcrumb. */
|
|
36
34
|
breadcrumb?: PoBreadcrumb;
|
|
@@ -111,7 +109,7 @@ export declare abstract class PoPageDefaultBaseComponent {
|
|
|
111
109
|
* Subtitulo do Header da página
|
|
112
110
|
*/
|
|
113
111
|
subtitle: string;
|
|
114
|
-
constructor(languageService: PoLanguageService
|
|
112
|
+
constructor(languageService: PoLanguageService);
|
|
115
113
|
abstract setDropdownActions(): any;
|
|
116
114
|
abstract getVisibleActions(): any;
|
|
117
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDefaultBaseComponent, never>;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { AfterContentInit, OnChanges,
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { PoLanguageService } from './../../../services/po-language/po-language.service';
|
|
1
|
+
import { AfterContentInit, OnChanges, SimpleChange } from '@angular/core';
|
|
4
2
|
import { PoPageAction } from '../interfaces/po-page-action.interface';
|
|
5
|
-
import { PoThemeService } from '../../../services';
|
|
6
3
|
import { PoPageDefaultBaseComponent } from './po-page-default-base.component';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
/**
|
|
@@ -27,14 +24,13 @@ import * as i0 from "@angular/core";
|
|
|
27
24
|
* </example>
|
|
28
25
|
*/
|
|
29
26
|
export declare class PoPageDefaultComponent extends PoPageDefaultBaseComponent implements AfterContentInit, OnChanges {
|
|
30
|
-
protected poThemeService: PoThemeService;
|
|
31
27
|
private renderer;
|
|
32
28
|
private router;
|
|
33
29
|
limitPrimaryActions: number;
|
|
34
30
|
dropdownActions: Array<PoPageAction>;
|
|
35
31
|
isMobile: boolean;
|
|
36
32
|
private maxWidthMobile;
|
|
37
|
-
constructor(
|
|
33
|
+
constructor();
|
|
38
34
|
ngAfterContentInit(): void;
|
|
39
35
|
ngOnChanges(changes: {
|
|
40
36
|
[propName: string]: SimpleChange;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoBreadcrumb } from '../../po-breadcrumb/po-breadcrumb.interface';
|
|
5
4
|
import { PoPageContentComponent } from '../po-page-content/po-page-content.component';
|
|
6
5
|
import { PoPageDetailLiterals } from './po-page-detail-literals.interface';
|
|
@@ -18,7 +17,6 @@ export declare const poPageDetailLiteralsDefault: {
|
|
|
18
17
|
* detalhamento de um registro, tendo a possibilidade de usar as ações de "Voltar", "Editar" e "Remover".
|
|
19
18
|
*/
|
|
20
19
|
export declare class PoPageDetailBaseComponent {
|
|
21
|
-
protected poThemeService: PoThemeService;
|
|
22
20
|
poPageContent: PoPageContentComponent;
|
|
23
21
|
/** Objeto com propriedades do breadcrumb. */
|
|
24
22
|
breadcrumb: PoBreadcrumb;
|
|
@@ -124,7 +122,7 @@ export declare class PoPageDetailBaseComponent {
|
|
|
124
122
|
* Subtitulo do Header da página
|
|
125
123
|
*/
|
|
126
124
|
subtitle: string;
|
|
127
|
-
constructor(languageService: PoLanguageService
|
|
125
|
+
constructor(languageService: PoLanguageService);
|
|
128
126
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageDetailBaseComponent, never>;
|
|
129
127
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageDetailBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, { "back": "p-back"; "edit": "p-edit"; "remove": "p-remove"; }, never, never, true, never>;
|
|
130
128
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoBreadcrumb } from '../../po-breadcrumb/po-breadcrumb.interface';
|
|
5
4
|
import { PoPageContentComponent } from '../po-page-content/po-page-content.component';
|
|
6
5
|
import { PoPageEditLiterals } from './po-page-edit-literals.interface';
|
|
@@ -22,7 +21,6 @@ export declare const poPageEditLiteralsDefault: {
|
|
|
22
21
|
* regra de negócio não tenha sido atendida.
|
|
23
22
|
*/
|
|
24
23
|
export declare class PoPageEditBaseComponent {
|
|
25
|
-
protected poThemeService: PoThemeService;
|
|
26
24
|
poPageContent: PoPageContentComponent;
|
|
27
25
|
/** Objeto com propriedades do breadcrumb. */
|
|
28
26
|
breadcrumb?: PoBreadcrumb;
|
|
@@ -130,7 +128,7 @@ export declare class PoPageEditBaseComponent {
|
|
|
130
128
|
* Subtitulo do Header da página
|
|
131
129
|
*/
|
|
132
130
|
subtitle: string;
|
|
133
|
-
constructor(languageService: PoLanguageService
|
|
131
|
+
constructor(languageService: PoLanguageService);
|
|
134
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageEditBaseComponent, never>;
|
|
135
133
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageEditBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "disableSubmit": { "alias": "p-disable-submit"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, { "cancel": "p-cancel"; "save": "p-save"; "saveNew": "p-save-new"; }, never, never, true, never>;
|
|
136
134
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { PoLanguageService } from './../../../services/po-language/po-language.service';
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
3
2
|
import { PoBreadcrumb } from '../../po-breadcrumb/po-breadcrumb.interface';
|
|
4
3
|
import { PoDisclaimerGroup } from '../../po-disclaimer-group/po-disclaimer-group.interface';
|
|
5
4
|
import { PoPageAction } from '../interfaces/po-page-action.interface';
|
|
@@ -27,7 +26,6 @@ export declare const poPageListLiteralsDefault: {
|
|
|
27
26
|
* [`po-disclaimer-group`](/documentation/po-disclaimer-group).
|
|
28
27
|
*/
|
|
29
28
|
export declare abstract class PoPageListBaseComponent {
|
|
30
|
-
protected poThemeService: PoThemeService;
|
|
31
29
|
poPageContent: PoPageContentComponent;
|
|
32
30
|
/**
|
|
33
31
|
* @optional
|
|
@@ -140,7 +138,7 @@ export declare abstract class PoPageListBaseComponent {
|
|
|
140
138
|
* Subtitulo do Header da página
|
|
141
139
|
*/
|
|
142
140
|
subtitle: string;
|
|
143
|
-
constructor(languageService: PoLanguageService
|
|
141
|
+
constructor(languageService: PoLanguageService);
|
|
144
142
|
abstract setDropdownActions(): any;
|
|
145
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPageListBaseComponent, never>;
|
|
146
144
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPageListBaseComponent, never, never, { "breadcrumb": { "alias": "p-breadcrumb"; "required": false; }; "filter": { "alias": "p-filter"; "required": false; }; "quickSearchValue": { "alias": "p-quick-search-value"; "required": false; }; "actions": { "alias": "p-actions"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "disclaimerGroup": { "alias": "p-disclaimer-group"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "title": { "alias": "p-title"; "required": false; }; "subtitle": { "alias": "p-subtitle"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
2
|
-
import { Router } from '@angular/router';
|
|
1
|
+
import { AfterContentInit, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChange } from '@angular/core';
|
|
3
2
|
import { callFunction } from '../../../utils/util';
|
|
4
|
-
import { PoLanguageService } from './../../../services/po-language/po-language.service';
|
|
5
3
|
import { PoDisclaimerGroupRemoveAction } from '../../po-disclaimer-group/po-disclaimer-group-remove-action.interface';
|
|
6
4
|
import { PoDisclaimer } from '../../po-disclaimer/po-disclaimer.interface';
|
|
7
5
|
import { PoPageAction } from '../interfaces/po-page-action.interface';
|
|
8
|
-
import { PoThemeService } from '../../../services';
|
|
9
6
|
import { PoPageListBaseComponent } from './po-page-list-base.component';
|
|
10
7
|
import * as i0 from "@angular/core";
|
|
11
8
|
/**
|
|
@@ -31,7 +28,6 @@ import * as i0 from "@angular/core";
|
|
|
31
28
|
*/
|
|
32
29
|
export declare class PoPageListComponent extends PoPageListBaseComponent implements AfterContentInit, OnChanges, OnDestroy, OnInit {
|
|
33
30
|
renderer: Renderer2;
|
|
34
|
-
protected poThemeService: PoThemeService;
|
|
35
31
|
private router;
|
|
36
32
|
private changeDetector;
|
|
37
33
|
filterInput: ElementRef;
|
|
@@ -42,7 +38,7 @@ export declare class PoPageListComponent extends PoPageListBaseComponent impleme
|
|
|
42
38
|
callFunction: typeof callFunction;
|
|
43
39
|
private isRecalculate;
|
|
44
40
|
private maxWidthMobile;
|
|
45
|
-
constructor(
|
|
41
|
+
constructor();
|
|
46
42
|
ngOnInit(): void;
|
|
47
43
|
ngAfterContentInit(): void;
|
|
48
44
|
ngOnChanges(changes: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @description
|
|
@@ -86,7 +85,6 @@ import * as i0 from "@angular/core";
|
|
|
86
85
|
*
|
|
87
86
|
*/
|
|
88
87
|
export declare class PoPageSlideBaseComponent {
|
|
89
|
-
protected poThemeService: PoThemeService;
|
|
90
88
|
/**
|
|
91
89
|
* @description
|
|
92
90
|
*
|
|
@@ -178,7 +176,6 @@ export declare class PoPageSlideBaseComponent {
|
|
|
178
176
|
*/
|
|
179
177
|
set componentsSize(value: string);
|
|
180
178
|
get componentsSize(): string;
|
|
181
|
-
constructor(poThemeService: PoThemeService);
|
|
182
179
|
/**
|
|
183
180
|
* Ativa a visualização da página.
|
|
184
181
|
*
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
3
|
-
import { PoActiveOverlayService } from '../../../services/po-active-overlay/po-active-overlay.service';
|
|
4
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
5
2
|
import { PoPageSlideLiterals } from './interfaces/po-page-slide-literals.interface';
|
|
6
3
|
import { PoPageSlideBaseComponent } from './po-page-slide-base.component';
|
|
7
4
|
import { PoPageSlideFooterComponent } from './po-page-slide-footer/po-page-slide-footer.component';
|
|
@@ -33,7 +30,6 @@ export declare const poPageSlideLiteralsDefault: {
|
|
|
33
30
|
* </example>
|
|
34
31
|
*/
|
|
35
32
|
export declare class PoPageSlideComponent extends PoPageSlideBaseComponent {
|
|
36
|
-
protected poThemeService: PoThemeService;
|
|
37
33
|
private poActiveOverlayService;
|
|
38
34
|
private languageService;
|
|
39
35
|
private _pageContent;
|
|
@@ -48,7 +44,7 @@ export declare class PoPageSlideComponent extends PoPageSlideBaseComponent {
|
|
|
48
44
|
pageSlideFooter: PoPageSlideFooterComponent;
|
|
49
45
|
set pageContent(pageContent: ElementRef);
|
|
50
46
|
get pageContent(): ElementRef;
|
|
51
|
-
constructor(
|
|
47
|
+
constructor();
|
|
52
48
|
open(): void;
|
|
53
49
|
close(): void;
|
|
54
50
|
onClickOut(event: MouseEvent): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { PoControlPositionService } from './../../services/po-control-position/po-control-position.service';
|
|
3
3
|
import { PoPopoverBaseComponent } from './po-popover-base.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -23,16 +23,19 @@ import * as i0 from "@angular/core";
|
|
|
23
23
|
* <file name="sample-po-popover-credit-card/sample-po-popover-credit-card.component.ts"> </file>
|
|
24
24
|
* </example>
|
|
25
25
|
*/
|
|
26
|
-
export declare class PoPopoverComponent extends PoPopoverBaseComponent implements AfterViewInit, OnDestroy {
|
|
26
|
+
export declare class PoPopoverComponent extends PoPopoverBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
27
27
|
private renderer;
|
|
28
28
|
private poControlPosition;
|
|
29
29
|
popoverElement: ElementRef;
|
|
30
30
|
arrowDirection: string;
|
|
31
31
|
timeoutResize: any;
|
|
32
32
|
targetElement: any;
|
|
33
|
+
afterViewInitWasCalled: boolean;
|
|
33
34
|
eventListenerFunction: () => void;
|
|
34
35
|
constructor(renderer: Renderer2, poControlPosition: PoControlPositionService);
|
|
36
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
35
37
|
ngAfterViewInit(): void;
|
|
38
|
+
initEvents(): void;
|
|
36
39
|
ngOnDestroy(): void;
|
|
37
40
|
close(): void;
|
|
38
41
|
debounceResize(): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PoThemeService } from '../../services/po-theme/po-theme.service';
|
|
3
2
|
import { PoPopupAction } from './po-popup-action.interface';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -64,7 +63,6 @@ import * as i0 from "@angular/core";
|
|
|
64
63
|
*
|
|
65
64
|
*/
|
|
66
65
|
export declare class PoPopupBaseComponent {
|
|
67
|
-
protected poThemeService: PoThemeService;
|
|
68
66
|
arrowDirection: string;
|
|
69
67
|
showPopup: boolean;
|
|
70
68
|
protected oldTarget: any;
|
|
@@ -207,7 +205,7 @@ export declare class PoPopupBaseComponent {
|
|
|
207
205
|
set target(value: any);
|
|
208
206
|
get target(): any;
|
|
209
207
|
closeEvent: EventEmitter<any>;
|
|
210
|
-
|
|
208
|
+
clickItem: EventEmitter<any>;
|
|
211
209
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPopupBaseComponent, never>;
|
|
212
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPopupBaseComponent, never, never, { "actions": { "alias": "p-actions"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "isCornerAlign": { "alias": "p-is-corner-align"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "customPositions": { "alias": "p-custom-positions"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; }, { "closeEvent": "p-close"; }, never, never, true, never>;
|
|
210
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoPopupBaseComponent, never, never, { "actions": { "alias": "p-actions"; "required": false; }; "hideArrow": { "alias": "p-hide-arrow"; "required": false; }; "isCornerAlign": { "alias": "p-is-corner-align"; "required": false; }; "position": { "alias": "p-position"; "required": false; }; "customPositions": { "alias": "p-custom-positions"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "target": { "alias": "p-target"; "required": false; }; }, { "closeEvent": "p-close"; "clickItem": "p-click-item"; }, never, never, true, never>;
|
|
213
211
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { PoControlPositionService } from '../../services/po-control-position/po-control-position.service';
|
|
4
|
-
import { PoThemeService } from '../../services/po-theme/po-theme.service';
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
5
2
|
import { PoListBoxComponent } from '../po-listbox';
|
|
6
3
|
import { PoPopupAction } from './po-popup-action.interface';
|
|
7
4
|
import { PoPopupBaseComponent } from './po-popup-base.component';
|
|
@@ -29,7 +26,6 @@ import * as i0 from "@angular/core";
|
|
|
29
26
|
*
|
|
30
27
|
*/
|
|
31
28
|
export declare class PoPopupComponent extends PoPopupBaseComponent {
|
|
32
|
-
protected poThemeService: PoThemeService;
|
|
33
29
|
private renderer;
|
|
34
30
|
private router;
|
|
35
31
|
private poControlPosition;
|
|
@@ -37,7 +33,6 @@ export declare class PoPopupComponent extends PoPopupBaseComponent {
|
|
|
37
33
|
popupRef: ElementRef;
|
|
38
34
|
listbox: ElementRef;
|
|
39
35
|
poListBoxRef: PoListBoxComponent;
|
|
40
|
-
constructor(viewContainerRef: ViewContainerRef, poThemeService: PoThemeService, renderer: Renderer2, router: Router, poControlPosition: PoControlPositionService, changeDetector: ChangeDetectorRef);
|
|
41
36
|
/**
|
|
42
37
|
* Fecha o componente *popup*.
|
|
43
38
|
*
|
|
@@ -60,6 +55,7 @@ export declare class PoPopupComponent extends PoPopupBaseComponent {
|
|
|
60
55
|
* É possível informar um parâmetro que será utilizado na execução da ação do item e na função de desabilitar.
|
|
61
56
|
*/
|
|
62
57
|
toggle(param?: any): void;
|
|
58
|
+
onClickItem(item: any): void;
|
|
63
59
|
protected checkAllActionIsInvisible(): boolean;
|
|
64
60
|
private clickedOutDisabledItem;
|
|
65
61
|
private clickedOutHeaderTemplate;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { PoThemeService } from '../../services/po-theme/po-theme.service';
|
|
3
2
|
import { PoProgressStatus } from './enums/po-progress-status.enum';
|
|
4
3
|
import { PoProgressAction } from './interfaces';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -30,7 +29,6 @@ import * as i0 from "@angular/core";
|
|
|
30
29
|
*
|
|
31
30
|
*/
|
|
32
31
|
export declare class PoProgressBaseComponent {
|
|
33
|
-
protected poThemeService: PoThemeService;
|
|
34
32
|
/**
|
|
35
33
|
* @optional
|
|
36
34
|
*
|
|
@@ -257,7 +255,6 @@ export declare class PoProgressBaseComponent {
|
|
|
257
255
|
* @default `false`
|
|
258
256
|
*/
|
|
259
257
|
showPercentage: boolean;
|
|
260
|
-
constructor(poThemeService: PoThemeService);
|
|
261
258
|
private isProgressRangeValue;
|
|
262
259
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoProgressBaseComponent, never>;
|
|
263
260
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PoProgressBaseComponent, never, never, { "disabledCancel": { "alias": "p-disabled-cancel"; "required": false; }; "info": { "alias": "p-info"; "required": false; }; "infoIcon": { "alias": "p-info-icon"; "required": false; }; "status": { "alias": "p-status"; "required": false; }; "text": { "alias": "p-text"; "required": false; }; "customAction": { "alias": "p-custom-action"; "required": false; }; "indeterminate": { "alias": "p-indeterminate"; "required": false; }; "value": { "alias": "p-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "sizeActions": { "alias": "p-size-actions"; "required": false; }; "showPercentage": { "alias": "p-show-percentage"; "required": false; }; }, { "customActionClick": "p-custom-action-click"; "cancel": "p-cancel"; "retry": "p-retry"; }, never, never, true, never>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { PoThemeService } from '../../services/po-theme/po-theme.service';
|
|
3
2
|
import { PoProgressBaseComponent } from './po-progress-base.component';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -22,7 +21,6 @@ import * as i0 from "@angular/core";
|
|
|
22
21
|
* </example>
|
|
23
22
|
*/
|
|
24
23
|
export declare class PoProgressComponent extends PoProgressBaseComponent implements OnInit {
|
|
25
|
-
protected poThemeService: PoThemeService;
|
|
26
24
|
language: any;
|
|
27
25
|
literals: any;
|
|
28
26
|
get isAllowCancel(): boolean;
|
|
@@ -31,7 +29,6 @@ export declare class PoProgressComponent extends PoProgressBaseComponent impleme
|
|
|
31
29
|
get statusClass(): string;
|
|
32
30
|
private poLanguageService;
|
|
33
31
|
private router;
|
|
34
|
-
constructor(poThemeService: PoThemeService);
|
|
35
32
|
ngOnInit(): void;
|
|
36
33
|
emitCancellation(): void;
|
|
37
34
|
emitRetry(): void;
|
|
@@ -3,4 +3,4 @@ export * from './po-search.module';
|
|
|
3
3
|
export * from './enums/po-search-filter-mode.enum';
|
|
4
4
|
export * from './interfaces/po-search-filter-select.interface';
|
|
5
5
|
export * from './interfaces/po-search-option.interface';
|
|
6
|
-
export * from './literals/po-search-literals';
|
|
6
|
+
export * from './literals/po-search-literals.interface';
|
|
@@ -6,11 +6,7 @@
|
|
|
6
6
|
* Interface que define as opções que serão exibidas no dropdown do `po-search`, ao usar a propriedade `p-filter-select`.
|
|
7
7
|
*/
|
|
8
8
|
export interface PoSearchFilterSelect {
|
|
9
|
-
/**
|
|
10
|
-
* @description
|
|
11
|
-
*
|
|
12
|
-
* Descrição exibida nas opções da lista.
|
|
13
|
-
*/
|
|
9
|
+
/** Descrição exibida nas opções da lista. */
|
|
14
10
|
label: string;
|
|
15
11
|
/** Valores que serão atribuídos ao `p-filter-keys` */
|
|
16
12
|
value: Array<string> | string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @usedBy PoSearchComponent
|
|
3
|
+
*
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* Interface que define o resumo de localização do filtro `p-filter-locate`.
|
|
7
|
+
*/
|
|
8
|
+
export interface PoSearchLocateSummary {
|
|
9
|
+
/** Índice atual da ocorrência localizada. */
|
|
10
|
+
currentIndex: number;
|
|
11
|
+
/** Total de ocorrências encontradas. */
|
|
12
|
+
total: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @usedBy PoSearchComponent
|
|
3
|
+
*
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* Interface para definição das literais usadas no `po-search`.
|
|
7
|
+
*/
|
|
8
|
+
export interface PoSearchLiterals {
|
|
9
|
+
/** Texto exibido como *placeholder* no campo de busca. */
|
|
10
|
+
search?: string;
|
|
11
|
+
/** Texto alternativo (aria-label) para o botão de limpar o campo de busca, usado por leitores de tela. */
|
|
12
|
+
clean?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Texto exibido no dropdown de tipo de filtro, representando todos os tipos disponíveis.
|
|
15
|
+
*
|
|
16
|
+
* > Exibido apenas quando a propriedade `p-filter-select` estiver habilitada.
|
|
17
|
+
*/
|
|
18
|
+
all?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Texto alternativo (aria-label) para a palavra "de" no contador de resultados (ex: "Resultado 1 de 4").
|
|
21
|
+
*
|
|
22
|
+
* > Exibido apenas quando a propriedade `p-filter-locate` estiver habilitada.
|
|
23
|
+
* */
|
|
24
|
+
of?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Texto alternativo (aria-label) para navegação até o próximo resultado da busca.
|
|
27
|
+
*
|
|
28
|
+
* > Exibido apenas quando a propriedade `p-filter-locate` estiver habilitada.
|
|
29
|
+
*/
|
|
30
|
+
next?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Texto alternativo (aria-label) para navegação até o resultado anterior da busca.
|
|
33
|
+
*
|
|
34
|
+
* > Exibido apenas quando a propriedade `p-filter-locate` estiver habilitada.
|
|
35
|
+
*/
|
|
36
|
+
previous?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Texto alternativo (aria-label) para a label "Resultado" que acompanha o contador.
|
|
39
|
+
*
|
|
40
|
+
* > Exibido apenas quando a propriedade `p-filter-locate` estiver habilitada.
|
|
41
|
+
*/
|
|
42
|
+
result?: string;
|
|
43
|
+
}
|