@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,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChangeDetectorRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { NgForm } from '@angular/forms';
|
|
4
|
-
import { PoThemeService } from '../../../../services';
|
|
1
|
+
import { OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
5
2
|
import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
|
|
6
|
-
import { PoDynamicFormValidationService } from '../po-dynamic-form-validation/po-dynamic-form-validation.service';
|
|
7
3
|
import { PoDynamicFormFieldsBaseComponent } from './po-dynamic-form-fields-base.component';
|
|
8
4
|
import * as i0 from "@angular/core";
|
|
9
5
|
/**
|
|
@@ -14,7 +10,6 @@ import * as i0 from "@angular/core";
|
|
|
14
10
|
* Componente de criação dos campos dinâmicos.
|
|
15
11
|
*/
|
|
16
12
|
export declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBaseComponent implements OnChanges {
|
|
17
|
-
protected poThemeService: PoThemeService;
|
|
18
13
|
private readonly validationService;
|
|
19
14
|
private readonly changes;
|
|
20
15
|
private readonly form;
|
|
@@ -24,7 +19,7 @@ export declare class PoDynamicFormFieldsComponent extends PoDynamicFormFieldsBas
|
|
|
24
19
|
showAdditionalHelp: () => void;
|
|
25
20
|
}>;
|
|
26
21
|
private previousValue;
|
|
27
|
-
constructor(
|
|
22
|
+
constructor();
|
|
28
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
29
24
|
focus(property: string): void;
|
|
30
25
|
isDisabled(field: PoDynamicFormField): boolean;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
1
|
import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
|
|
3
2
|
import { PoDynamicFormOperation } from '../po-dynamic-form-operation/po-dynamic-form-operation';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class PoDynamicFormLoadService extends PoDynamicFormOperation {
|
|
6
|
-
constructor(
|
|
5
|
+
constructor();
|
|
7
6
|
createAndUpdateFieldsForm(loadedFields?: Array<PoDynamicFormField>, fields?: Array<PoDynamicFormField>): PoDynamicFormField[];
|
|
8
7
|
executeLoad(load: Function | string, value: any): import("rxjs").Observable<import("@po-ui/ng-components").PoDynamicFormLoad | import("@po-ui/ng-components").PoDynamicFormValidation>;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoDynamicFormLoadService, never>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { PoDynamicFormField } from '../interfaces/po-dynamic-form-field.interface';
|
|
4
3
|
import { PoDynamicFormOperation } from '../po-dynamic-form-operation/po-dynamic-form-operation';
|
|
5
4
|
import { PoDynamicFormValidation } from './po-dynamic-form-validation.interface';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class PoDynamicFormValidationService extends PoDynamicFormOperation {
|
|
8
|
-
constructor(
|
|
7
|
+
constructor();
|
|
9
8
|
sendFieldChange(field: PoDynamicFormField, value: any): Observable<any>;
|
|
10
9
|
sendFormChange(validate: Function | string, field: PoDynamicFormField, value: any): Observable<PoDynamicFormValidation>;
|
|
11
10
|
updateFieldsForm(validatedFields?: Array<PoDynamicFormField>, fields?: Array<PoDynamicFormField>): PoDynamicFormField[];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { PoThemeService } from '../../../services';
|
|
5
4
|
import { PoDynamicFormField } from './interfaces/po-dynamic-form-field.interface';
|
|
6
5
|
import { PoDynamicFormBaseComponent } from './po-dynamic-form-base.component';
|
|
7
6
|
import { PoDynamicFormLoadService } from './po-dynamic-form-load/po-dynamic-form-load.service';
|
|
@@ -31,7 +30,6 @@ import * as i0 from "@angular/core";
|
|
|
31
30
|
*
|
|
32
31
|
*/
|
|
33
32
|
export declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent implements OnInit, OnDestroy {
|
|
34
|
-
protected poThemeService: PoThemeService;
|
|
35
33
|
private changes;
|
|
36
34
|
private loadService;
|
|
37
35
|
private validationService;
|
|
@@ -48,7 +46,7 @@ export declare class PoDynamicFormComponent extends PoDynamicFormBaseComponent i
|
|
|
48
46
|
private comboOptionSubject;
|
|
49
47
|
set form(value: NgForm);
|
|
50
48
|
get form(): NgForm;
|
|
51
|
-
constructor(
|
|
49
|
+
constructor(changes: ChangeDetectorRef, loadService: PoDynamicFormLoadService, validationService: PoDynamicFormValidationService);
|
|
52
50
|
ngOnDestroy(): void;
|
|
53
51
|
ngOnInit(): void;
|
|
54
52
|
/**
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import { CurrencyPipe, DatePipe, DecimalPipe, TitleCasePipe } from '@angular/common';
|
|
2
1
|
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { PoTimePipe } from '../../../pipes/po-time/po-time.pipe';
|
|
4
2
|
import { PoDynamicViewBaseComponent } from './po-dynamic-view-base.component';
|
|
5
|
-
import { PoDynamicViewService } from './services/po-dynamic-view.service';
|
|
6
|
-
import { PoComboFilterService } from '../../po-field/po-combo/po-combo-filter.service';
|
|
7
|
-
import { PoMultiselectFilterService } from '../../po-field/po-multiselect/po-multiselect-filter.service';
|
|
8
3
|
import * as i0 from "@angular/core";
|
|
9
4
|
/**
|
|
10
5
|
* @docsExtends PoDynamicViewBaseComponent
|
|
@@ -34,7 +29,7 @@ import * as i0 from "@angular/core";
|
|
|
34
29
|
*/
|
|
35
30
|
export declare class PoDynamicViewComponent extends PoDynamicViewBaseComponent implements OnChanges, OnInit {
|
|
36
31
|
initChanges: any;
|
|
37
|
-
constructor(
|
|
32
|
+
constructor();
|
|
38
33
|
ngOnChanges(changes: SimpleChanges): void;
|
|
39
34
|
ngOnInit(): void;
|
|
40
35
|
setFieldValue(field: any): any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHeaders } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { PoDynamicViewField } from '../po-dynamic-view-field.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -13,7 +13,6 @@ export declare class PoDynamicViewService {
|
|
|
13
13
|
private httpClient;
|
|
14
14
|
readonly headers: HttpHeaders;
|
|
15
15
|
url: string;
|
|
16
|
-
constructor(httpClient: HttpClient);
|
|
17
16
|
getObjectByValue(value: any, filterParams?: any): Observable<Array<any> | {
|
|
18
17
|
[key: string]: any;
|
|
19
18
|
}>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* @description
|
|
@@ -44,7 +43,6 @@ import * as i0 from "@angular/core";
|
|
|
44
43
|
*
|
|
45
44
|
*/
|
|
46
45
|
export declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
|
|
47
|
-
protected poThemeService: PoThemeService;
|
|
48
46
|
additionalHelpEventTrigger: string | undefined;
|
|
49
47
|
/**
|
|
50
48
|
* @optional
|
|
@@ -162,7 +160,6 @@ export declare abstract class PoCheckboxBaseComponent implements ControlValueAcc
|
|
|
162
160
|
*/
|
|
163
161
|
set size(value: string);
|
|
164
162
|
get size(): string;
|
|
165
|
-
constructor(poThemeService: PoThemeService);
|
|
166
163
|
changeValue(): void;
|
|
167
164
|
checkOption(value: boolean | null | string): void;
|
|
168
165
|
setDisabledState(isDisabled: boolean): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
3
2
|
import { PoCheckboxBaseComponent } from './po-checkbox-base.component';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
@@ -24,12 +23,9 @@ import * as i0 from "@angular/core";
|
|
|
24
23
|
*/
|
|
25
24
|
export declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements AfterViewInit {
|
|
26
25
|
private changeDetector;
|
|
27
|
-
protected poThemeService: PoThemeService;
|
|
28
26
|
private _iconToken;
|
|
29
27
|
checkboxLabel: ElementRef;
|
|
30
|
-
constructor(
|
|
31
|
-
[key: string]: string;
|
|
32
|
-
}, changeDetector: ChangeDetectorRef, poThemeService: PoThemeService);
|
|
28
|
+
constructor();
|
|
33
29
|
/**
|
|
34
30
|
* Função que atribui foco ao *checkbox*.
|
|
35
31
|
*
|
|
@@ -81,6 +77,6 @@ export declare class PoCheckboxComponent extends PoCheckboxBaseComponent impleme
|
|
|
81
77
|
protected changeModelValue(value: boolean | null | string): void;
|
|
82
78
|
private isAdditionalHelpEventTriggered;
|
|
83
79
|
get iconNameLib(): string;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent,
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, never>;
|
|
85
81
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxComponent, "po-checkbox", never, {}, {}, never, never, false, never>;
|
|
86
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoCheckboxGroupOptionView } from './interfaces/po-checkbox-group-option-view.interface';
|
|
5
4
|
import { PoCheckboxGroupOption } from './interfaces/po-checkbox-group-option.interface';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -34,7 +33,6 @@ import * as i0 from "@angular/core";
|
|
|
34
33
|
* ```
|
|
35
34
|
*/
|
|
36
35
|
export declare class PoCheckboxGroupBaseComponent implements ControlValueAccessor, Validator {
|
|
37
|
-
protected poThemeService: PoThemeService;
|
|
38
36
|
additionalHelpEventTrigger: string | undefined;
|
|
39
37
|
/**
|
|
40
38
|
* @optional
|
|
@@ -256,7 +254,6 @@ export declare class PoCheckboxGroupBaseComponent implements ControlValueAccesso
|
|
|
256
254
|
*/
|
|
257
255
|
set size(value: string);
|
|
258
256
|
get size(): string;
|
|
259
|
-
constructor(poThemeService: PoThemeService);
|
|
260
257
|
changeValue(): void;
|
|
261
258
|
checkIndeterminate(): any;
|
|
262
259
|
checkOption(value: PoCheckboxGroupOption): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { AfterViewChecked, AfterViewInit,
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
1
|
+
import { AfterViewChecked, AfterViewInit, QueryList } from '@angular/core';
|
|
3
2
|
import { PoCheckboxComponent } from '../po-checkbox/po-checkbox.component';
|
|
4
3
|
import { PoCheckboxGroupOption } from './interfaces/po-checkbox-group-option.interface';
|
|
5
4
|
import { PoCheckboxGroupBaseComponent } from './po-checkbox-group-base.component';
|
|
@@ -26,10 +25,8 @@ import * as i0 from "@angular/core";
|
|
|
26
25
|
*/
|
|
27
26
|
export declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent implements AfterViewChecked, AfterViewInit {
|
|
28
27
|
private changeDetector;
|
|
29
|
-
protected poThemeService: PoThemeService;
|
|
30
28
|
checkboxLabels: QueryList<PoCheckboxComponent>;
|
|
31
29
|
private el;
|
|
32
|
-
constructor(changeDetector: ChangeDetectorRef, poThemeService: PoThemeService);
|
|
33
30
|
ngAfterViewChecked(): void;
|
|
34
31
|
ngAfterViewInit(): void;
|
|
35
32
|
onBlur(checkbox: PoCheckboxComponent): void;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
3
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
4
|
-
import { PoThemeService } from '../../../services';
|
|
5
4
|
import { PoComboFilterMode } from './enums/po-combo-filter-mode.enum';
|
|
6
5
|
import { PoComboFilter } from './interfaces/po-combo-filter.interface';
|
|
7
6
|
import { PoComboGroup } from './interfaces/po-combo-group.interface';
|
|
@@ -66,7 +65,6 @@ import * as i0 from "@angular/core";
|
|
|
66
65
|
*/
|
|
67
66
|
export declare abstract class PoComboBaseComponent implements ControlValueAccessor, OnInit, Validator {
|
|
68
67
|
protected changeDetector: ChangeDetectorRef;
|
|
69
|
-
protected poThemeService: PoThemeService;
|
|
70
68
|
additionalHelpEventTrigger: string | undefined;
|
|
71
69
|
/**
|
|
72
70
|
* @optional
|
|
@@ -578,7 +576,7 @@ export declare abstract class PoComboBaseComponent implements ControlValueAccess
|
|
|
578
576
|
* @default `false`
|
|
579
577
|
*/
|
|
580
578
|
appendBox?: boolean;
|
|
581
|
-
constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef
|
|
579
|
+
constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
|
|
582
580
|
get isOptionGroupList(): boolean;
|
|
583
581
|
ngOnInit(): void;
|
|
584
582
|
onInitService(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHeaders } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { PoComboFilter } from './interfaces/po-combo-filter.interface';
|
|
4
4
|
import { PoComboOption } from './interfaces/po-combo-option.interface';
|
|
@@ -19,7 +19,6 @@ export declare class PoComboFilterService implements PoComboFilter {
|
|
|
19
19
|
private _url;
|
|
20
20
|
private messages;
|
|
21
21
|
get url(): string;
|
|
22
|
-
constructor(http: HttpClient);
|
|
23
22
|
getFilteredData(param: any, filterParams?: any): Observable<Array<PoComboOption>>;
|
|
24
23
|
getObjectByValue(value: string | number, filterParams?: any): Observable<PoComboOption>;
|
|
25
24
|
configProperties(url: string, fieldLabel: string, fieldValue: string): void;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { PoControlPositionService } from '../../../services/po-control-position/po-control-position.service';
|
|
3
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
4
|
-
import { PoThemeService } from '../../../services/po-theme/po-theme.service';
|
|
1
|
+
import { AfterViewInit, ElementRef, IterableDiffers, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
|
5
2
|
import { PoListBoxComponent } from './../../po-listbox/po-listbox.component';
|
|
6
3
|
import { PoComboGroup } from './interfaces/po-combo-group.interface';
|
|
7
4
|
import { PoComboOption } from './interfaces/po-combo-option.interface';
|
|
@@ -57,13 +54,11 @@ import * as i0 from "@angular/core";
|
|
|
57
54
|
* </example>
|
|
58
55
|
*/
|
|
59
56
|
export declare class PoComboComponent extends PoComboBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
60
|
-
element: ElementRef
|
|
57
|
+
element: ElementRef<any>;
|
|
61
58
|
differs: IterableDiffers;
|
|
62
59
|
defaultService: PoComboFilterService;
|
|
63
60
|
renderer: Renderer2;
|
|
64
61
|
private controlPosition;
|
|
65
|
-
protected changeDetector: ChangeDetectorRef;
|
|
66
|
-
protected poThemeService: PoThemeService;
|
|
67
62
|
comboOptionTemplate: PoComboOptionTemplateDirective;
|
|
68
63
|
outerContainer: ElementRef;
|
|
69
64
|
containerElement: ElementRef;
|
|
@@ -87,7 +82,7 @@ export declare class PoComboComponent extends PoComboBaseComponent implements Af
|
|
|
87
82
|
private filterSubscription;
|
|
88
83
|
private getSubscription;
|
|
89
84
|
private subscriptionScrollEvent;
|
|
90
|
-
constructor(
|
|
85
|
+
constructor();
|
|
91
86
|
set isServerSearching(value: boolean);
|
|
92
87
|
get isServerSearching(): boolean;
|
|
93
88
|
ngAfterViewInit(): void;
|
|
@@ -2,7 +2,6 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/cor
|
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
3
|
import { PoMask } from '../po-input/po-mask';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
import { PoThemeService } from '../../../services';
|
|
6
5
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
7
6
|
import { PoDatepickerIsoFormat } from './enums/po-datepicker-iso-format.enum';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
@@ -80,7 +79,6 @@ import * as i0 from "@angular/core";
|
|
|
80
79
|
export declare abstract class PoDatepickerBaseComponent implements ControlValueAccessor, OnInit, OnDestroy, Validator {
|
|
81
80
|
protected languageService: PoLanguageService;
|
|
82
81
|
protected cd: ChangeDetectorRef;
|
|
83
|
-
protected poThemeService: PoThemeService;
|
|
84
82
|
additionalHelpEventTrigger: string | undefined;
|
|
85
83
|
/**
|
|
86
84
|
* @optional
|
|
@@ -351,7 +349,7 @@ export declare abstract class PoDatepickerBaseComponent implements ControlValueA
|
|
|
351
349
|
* @default `false`
|
|
352
350
|
*/
|
|
353
351
|
appendBox: boolean;
|
|
354
|
-
constructor(languageService: PoLanguageService, cd: ChangeDetectorRef
|
|
352
|
+
constructor(languageService: PoLanguageService, cd: ChangeDetectorRef);
|
|
355
353
|
set date(value: any);
|
|
356
354
|
get date(): any;
|
|
357
355
|
ngOnInit(): void;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { PoControlPositionService } from './../../../services/po-control-position/po-control-position.service';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
5
2
|
import { PoButtonComponent } from '../../po-button/po-button.component';
|
|
6
3
|
import { PoCalendarComponent } from '../../po-calendar/po-calendar.component';
|
|
7
4
|
import { PoDatepickerBaseComponent } from './po-datepicker-base.component';
|
|
@@ -32,9 +29,6 @@ import * as i0 from "@angular/core";
|
|
|
32
29
|
* </example>
|
|
33
30
|
*/
|
|
34
31
|
export declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements AfterViewInit, OnDestroy {
|
|
35
|
-
protected languageService: PoLanguageService;
|
|
36
|
-
protected cd: ChangeDetectorRef;
|
|
37
|
-
protected poThemeService: PoThemeService;
|
|
38
32
|
private controlPosition;
|
|
39
33
|
private renderer;
|
|
40
34
|
calendar: PoCalendarComponent;
|
|
@@ -60,7 +54,7 @@ export declare class PoDatepickerComponent extends PoDatepickerBaseComponent imp
|
|
|
60
54
|
private valueBeforeChange;
|
|
61
55
|
private subscriptionValidator;
|
|
62
56
|
get autocomplete(): "on" | "off";
|
|
63
|
-
constructor(
|
|
57
|
+
constructor();
|
|
64
58
|
onKeyup($event: any): void;
|
|
65
59
|
onKeydown($event?: any): void;
|
|
66
60
|
ngAfterViewInit(): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
5
4
|
import { PoMask } from '../po-input/po-mask';
|
|
6
5
|
import { PoDateService } from './../../../services/po-date/po-date.service';
|
|
@@ -51,7 +50,6 @@ import * as i0 from "@angular/core";
|
|
|
51
50
|
export declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAccessor, Validator, OnDestroy {
|
|
52
51
|
protected changeDetector: ChangeDetectorRef;
|
|
53
52
|
protected poDateService: PoDateService;
|
|
54
|
-
protected poThemeService: PoThemeService;
|
|
55
53
|
private languageService;
|
|
56
54
|
additionalHelpEventTrigger: string | undefined;
|
|
57
55
|
name: string;
|
|
@@ -357,7 +355,7 @@ export declare abstract class PoDatepickerRangeBaseComponent implements ControlV
|
|
|
357
355
|
*/
|
|
358
356
|
set locale(value: string);
|
|
359
357
|
get locale(): string;
|
|
360
|
-
constructor(changeDetector: ChangeDetectorRef, poDateService: PoDateService,
|
|
358
|
+
constructor(changeDetector: ChangeDetectorRef, poDateService: PoDateService, languageService: PoLanguageService);
|
|
361
359
|
ngOnDestroy(): void;
|
|
362
360
|
setDisabledState(isDisabled: boolean): void;
|
|
363
361
|
registerOnChange(func: any): void;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { PoControlPositionService } from './../../../services/po-control-position/po-control-position.service';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
5
|
-
import { PoDateService } from './../../../services/po-date/po-date.service';
|
|
1
|
+
import { AfterViewInit, ElementRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
6
2
|
import { PoDatepickerRange } from './interfaces/po-datepicker-range.interface';
|
|
7
3
|
import { PoDatepickerRangeBaseComponent } from './po-datepicker-range-base.component';
|
|
8
4
|
import * as i0 from "@angular/core";
|
|
@@ -34,12 +30,10 @@ import * as i0 from "@angular/core";
|
|
|
34
30
|
* </example>
|
|
35
31
|
*/
|
|
36
32
|
export declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
37
|
-
protected changeDetector: ChangeDetectorRef;
|
|
38
33
|
private controlPosition;
|
|
39
34
|
private renderer;
|
|
40
35
|
private cd;
|
|
41
36
|
private poLanguageService;
|
|
42
|
-
protected poThemeService: PoThemeService;
|
|
43
37
|
dateRangeField: ElementRef;
|
|
44
38
|
endDateInput: ElementRef;
|
|
45
39
|
startDateInput: ElementRef;
|
|
@@ -58,7 +52,7 @@ export declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseCom
|
|
|
58
52
|
get isDirtyDateRangeInput(): boolean;
|
|
59
53
|
get startDateInputName(): string;
|
|
60
54
|
get startDateInputValue(): string;
|
|
61
|
-
constructor(
|
|
55
|
+
constructor();
|
|
62
56
|
static getKeyCode(event: KeyboardEvent): number;
|
|
63
57
|
static getTargetElement(event: any): any;
|
|
64
58
|
static isValidKey(keyCode: number): boolean;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
4
|
-
import { PoThemeService } from '../../../services';
|
|
5
3
|
import { PoInputBaseComponent } from '../po-input/po-input-base.component';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
/**
|
|
@@ -46,7 +44,6 @@ import * as i0 from "@angular/core";
|
|
|
46
44
|
export declare class PoDecimalComponent extends PoInputBaseComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
47
45
|
private el;
|
|
48
46
|
private poLanguageService;
|
|
49
|
-
protected poThemeService: PoThemeService;
|
|
50
47
|
inputEl: ElementRef;
|
|
51
48
|
id: string;
|
|
52
49
|
private _decimalsLength?;
|
|
@@ -127,7 +124,7 @@ export declare class PoDecimalComponent extends PoInputBaseComponent implements
|
|
|
127
124
|
*/
|
|
128
125
|
set max(value: number);
|
|
129
126
|
get max(): number;
|
|
130
|
-
constructor(
|
|
127
|
+
constructor();
|
|
131
128
|
ngOnInit(): void;
|
|
132
129
|
setNumbersSeparators(): void;
|
|
133
130
|
ngAfterViewInit(): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoInputGeneric } from '../po-input-generic/po-input-generic';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
@@ -28,14 +27,13 @@ import * as i0 from "@angular/core";
|
|
|
28
27
|
* </example>
|
|
29
28
|
*/
|
|
30
29
|
export declare class PoEmailComponent extends PoInputGeneric implements AfterViewInit, OnDestroy {
|
|
31
|
-
protected poThemeService: PoThemeService;
|
|
32
30
|
id: string;
|
|
33
31
|
icon: string;
|
|
34
32
|
type: string;
|
|
35
33
|
pattern: string;
|
|
36
34
|
mask: string;
|
|
37
35
|
private listener;
|
|
38
|
-
constructor(
|
|
36
|
+
constructor();
|
|
39
37
|
ngAfterViewInit(): void;
|
|
40
38
|
ngOnDestroy(): void;
|
|
41
39
|
extraValidation(c: AbstractControl): {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* @docsPrivate
|
|
@@ -27,7 +26,7 @@ export declare class PoFieldContainerComponent implements OnInit, OnChanges {
|
|
|
27
26
|
get required(): boolean;
|
|
28
27
|
/** Define se a indicação de campo obrigatório será exibida. */
|
|
29
28
|
showRequired: boolean;
|
|
30
|
-
constructor(
|
|
29
|
+
constructor();
|
|
31
30
|
ngOnInit(): void;
|
|
32
31
|
ngOnChanges(changes: SimpleChanges): void;
|
|
33
32
|
private setRequirement;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { ErrorAsyncProperties } from '../shared/interfaces/error-async-properties.interface';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
@@ -52,7 +51,6 @@ import * as i0 from "@angular/core";
|
|
|
52
51
|
*/
|
|
53
52
|
export declare abstract class PoInputBaseComponent implements ControlValueAccessor, Validator, OnDestroy {
|
|
54
53
|
protected cd?: ChangeDetectorRef;
|
|
55
|
-
protected poThemeService?: PoThemeService;
|
|
56
54
|
additionalHelpEventTrigger: string | undefined;
|
|
57
55
|
/**
|
|
58
56
|
* @optional
|
|
@@ -410,7 +408,7 @@ export declare abstract class PoInputBaseComponent implements ControlValueAccess
|
|
|
410
408
|
*/
|
|
411
409
|
maskFormatModel?: boolean;
|
|
412
410
|
set setMaskFormatModel(maskFormatModel: string);
|
|
413
|
-
constructor(cd?: ChangeDetectorRef
|
|
411
|
+
constructor(cd?: ChangeDetectorRef);
|
|
414
412
|
ngOnDestroy(): void;
|
|
415
413
|
callOnChange(value: any): void;
|
|
416
414
|
callUpdateModelWithTimeout(value: any): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoInputGeneric } from '../po-input-generic/po-input-generic';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
/**
|
|
@@ -24,10 +23,9 @@ import * as i0 from "@angular/core";
|
|
|
24
23
|
* </example>
|
|
25
24
|
*/
|
|
26
25
|
export declare class PoInputComponent extends PoInputGeneric {
|
|
27
|
-
protected poThemeService: PoThemeService;
|
|
28
26
|
inp: ElementRef;
|
|
29
27
|
id: string;
|
|
30
|
-
constructor(
|
|
28
|
+
constructor();
|
|
31
29
|
extraValidation(c: AbstractControl): {
|
|
32
30
|
[key: string]: any;
|
|
33
31
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
3
|
import { PoInputBaseComponent } from '../po-input/po-input-base.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare abstract class PoInputGeneric extends PoInputBaseComponent implements AfterViewInit, OnDestroy {
|
|
7
|
-
protected poThemeService?: PoThemeService;
|
|
8
6
|
inputEl: ElementRef;
|
|
9
7
|
type: string;
|
|
10
8
|
el: ElementRef;
|
|
@@ -12,7 +10,7 @@ export declare abstract class PoInputGeneric extends PoInputBaseComponent implem
|
|
|
12
10
|
timeoutChange: any;
|
|
13
11
|
private subscriptionValidator;
|
|
14
12
|
get autocomplete(): string;
|
|
15
|
-
constructor(el: ElementRef, cd?: ChangeDetectorRef
|
|
13
|
+
constructor(el: ElementRef, cd?: ChangeDetectorRef);
|
|
16
14
|
onKeydown(e: any): void;
|
|
17
15
|
onKeyup(e: any): void;
|
|
18
16
|
ngAfterViewInit(): void;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
1
|
import { AbstractControl } from '@angular/forms';
|
|
3
|
-
import { PoThemeService } from '../../../services';
|
|
4
2
|
import { PoInputGeneric } from '../po-input-generic/po-input-generic';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
/**
|
|
@@ -28,14 +26,13 @@ import * as i0 from "@angular/core";
|
|
|
28
26
|
*
|
|
29
27
|
*/
|
|
30
28
|
export declare class PoLoginComponent extends PoInputGeneric {
|
|
31
|
-
protected poThemeService: PoThemeService;
|
|
32
29
|
id: string;
|
|
33
30
|
type: string;
|
|
34
31
|
private _noAutocompleteLogin?;
|
|
35
32
|
set noAutocomplete(value: boolean);
|
|
36
33
|
get noAutocomplete(): boolean;
|
|
37
34
|
get autocomplete(): string;
|
|
38
|
-
constructor(
|
|
35
|
+
constructor();
|
|
39
36
|
extraValidation(c: AbstractControl): {
|
|
40
37
|
[key: string]: any;
|
|
41
38
|
};
|
|
@@ -2,7 +2,6 @@ import { AfterViewInit, EventEmitter, Injector, OnChanges, OnDestroy, OnInit, Si
|
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
5
|
-
import { PoThemeService } from '../../../services';
|
|
6
5
|
import { PoLookupAdvancedFilter } from './interfaces/po-lookup-advanced-filter.interface';
|
|
7
6
|
import { PoLookupColumn } from './interfaces/po-lookup-column.interface';
|
|
8
7
|
import { PoLookupFilter } from './interfaces/po-lookup-filter.interface';
|
|
@@ -36,7 +35,6 @@ export declare abstract class PoLookupBaseComponent implements ControlValueAcces
|
|
|
36
35
|
private readonly defaultService;
|
|
37
36
|
private readonly injector;
|
|
38
37
|
poLookupModalService: PoLookupModalService;
|
|
39
|
-
protected poThemeService: PoThemeService;
|
|
40
38
|
private _literals?;
|
|
41
39
|
private readonly language;
|
|
42
40
|
private _size?;
|
|
@@ -542,7 +540,7 @@ export declare abstract class PoLookupBaseComponent implements ControlValueAcces
|
|
|
542
540
|
*/
|
|
543
541
|
set disabled(disabled: boolean);
|
|
544
542
|
get disabled(): boolean;
|
|
545
|
-
constructor(defaultService: PoLookupFilterService, injector: Injector, poLookupModalService: PoLookupModalService, languageService: PoLanguageService
|
|
543
|
+
constructor(defaultService: PoLookupFilterService, injector: Injector, poLookupModalService: PoLookupModalService, languageService: PoLanguageService);
|
|
546
544
|
ngOnDestroy(): void;
|
|
547
545
|
ngOnInit(): void;
|
|
548
546
|
ngAfterViewInit(): void;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ComponentRef, ElementRef, OnInit, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { PoLanguageService } from './../../../../services/po-language/po-language.service';
|
|
5
4
|
import { PoLookupModalBaseComponent } from '../po-lookup-modal/po-lookup-modal-base.component';
|
|
6
5
|
import { PoTableColumnSort } from '../../../po-table/interfaces/po-table-column-sort.interface';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -17,7 +16,7 @@ export declare class PoLookupModalComponent extends PoLookupModalBaseComponent i
|
|
|
17
16
|
tableHeight: number;
|
|
18
17
|
componentRef: ComponentRef<any>;
|
|
19
18
|
dynamicForm: NgForm;
|
|
20
|
-
constructor(
|
|
19
|
+
constructor();
|
|
21
20
|
ngOnInit(): void;
|
|
22
21
|
onSelect(item: any): void;
|
|
23
22
|
onUnselect(unselectedItem: any): void;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
2
|
-
import { PoThemeService } from '../../../services';
|
|
3
|
-
import { PoLanguageService } from '../../../services/po-language/po-language.service';
|
|
1
|
+
import { AfterViewInit, DoCheck, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
4
2
|
import { PoTableColumnSpacing } from '../../po-table';
|
|
5
3
|
import { PoLookupBaseComponent } from './po-lookup-base.component';
|
|
6
|
-
import { PoLookupFilterService } from './services/po-lookup-filter.service';
|
|
7
|
-
import { PoLookupModalService } from './services/po-lookup-modal.service';
|
|
8
4
|
import * as i0 from "@angular/core";
|
|
9
5
|
/**
|
|
10
6
|
* @docsExtends PoLookupBaseComponent
|
|
@@ -99,7 +95,6 @@ export declare class PoLookupComponent extends PoLookupBaseComponent implements
|
|
|
99
95
|
private renderer;
|
|
100
96
|
private cd;
|
|
101
97
|
private el;
|
|
102
|
-
protected poThemeService: PoThemeService;
|
|
103
98
|
inputEl: ElementRef;
|
|
104
99
|
initialized: boolean;
|
|
105
100
|
timeoutResize: any;
|
|
@@ -111,7 +106,7 @@ export declare class PoLookupComponent extends PoLookupBaseComponent implements
|
|
|
111
106
|
private modalSubscription;
|
|
112
107
|
private isCalculateVisibleItems;
|
|
113
108
|
get autocomplete(): "on" | "off";
|
|
114
|
-
constructor(
|
|
109
|
+
constructor();
|
|
115
110
|
ngAfterViewInit(): void;
|
|
116
111
|
ngDoCheck(): void;
|
|
117
112
|
ngOnDestroy(): void;
|