@po-ui/ng-components 21.7.0 → 21.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/po-ui-ng-components.mjs +407 -165
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/po-accordion/po-accordion-base.component.d.ts +1 -1
- package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +3 -3
- package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -1
- package/lib/components/po-accordion/po-accordion.component.d.ts +1 -1
- package/lib/components/po-accordion/services/po-accordion.service.d.ts +1 -1
- package/lib/components/po-badge/po-badge.component.d.ts +1 -1
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +2 -2
- package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +1 -1
- package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
- package/lib/components/po-button/po-button-base.component.d.ts +0 -8
- package/lib/components/po-button-group/po-button-group-base.component.d.ts +0 -2
- package/lib/components/po-calendar/po-calendar-base.component.d.ts +2 -2
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +3 -3
- package/lib/components/po-calendar/po-calendar.component.d.ts +1 -1
- package/lib/components/po-calendar/services/po-calendar.lang.service.d.ts +7 -7
- package/lib/components/po-context-menu/index.d.ts +3 -0
- package/lib/components/po-context-menu/po-context-menu-base.component.d.ts +92 -0
- package/lib/components/po-context-menu/po-context-menu-item.interface.d.ts +15 -0
- package/lib/components/po-context-menu/po-context-menu.component.d.ts +51 -0
- package/lib/components/po-context-menu/po-context-menu.module.d.ts +7 -0
- package/lib/components/po-disclaimer/po-disclaimer-base.component.d.ts +1 -1
- package/lib/components/po-disclaimer-group/po-disclaimer-group-base.component.d.ts +1 -1
- package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +1 -1
- package/lib/components/po-dropdown/po-dropdown.component.d.ts +3 -3
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-operation/po-dynamic-form-operation.d.ts +1 -1
- package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +4 -4
- package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view-base.component.d.ts +5 -5
- package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -1
- package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -6
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -6
- package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +2 -2
- package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -7
- package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -1
- package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -3
- package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +0 -6
- package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +3 -3
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +2 -8
- package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +6 -6
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +4 -4
- package/lib/components/po-field/po-email/po-email.component.d.ts +1 -1
- package/lib/components/po-field/po-field-container/po-field-container-bottom/po-field-container-bottom.component.d.ts +1 -1
- package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +0 -2
- package/lib/components/po-field/po-input/po-input-base.component.d.ts +0 -6
- package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +0 -6
- package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts +1 -1
- package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +3 -3
- package/lib/components/po-field/po-lookup/services/po-lookup-filter.service.d.ts +1 -1
- package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +1 -1
- package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -7
- package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -1
- package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +2 -2
- package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +5 -5
- package/lib/components/po-field/po-radio/po-radio.component.d.ts +2 -2
- package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +1 -7
- package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +0 -6
- package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +2 -2
- package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -1
- package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -2
- package/lib/components/po-field/po-rich-text/po-rich-text.service.d.ts +1 -1
- package/lib/components/po-field/po-select/po-select.component.d.ts +1 -7
- package/lib/components/po-field/po-switch/po-switch.component.d.ts +0 -7
- package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +0 -6
- package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -7
- package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop-area-overlay/po-upload-drag-drop-area-overlay.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -1
- package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +2 -2
- package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -2
- package/lib/components/po-field/po-upload/po-upload.component.d.ts +4 -4
- package/lib/components/po-field/po-url/po-url.component.d.ts +1 -1
- package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -1
- package/lib/components/po-grid/po-grid.component.d.ts +3 -3
- package/lib/components/po-header/po-header-base.component.d.ts +31 -5
- package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +3 -2
- package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +1 -0
- package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +3 -2
- package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +3 -2
- package/lib/components/po-header/po-header.component.d.ts +4 -4
- package/lib/components/po-helper/po-helper-base.component.d.ts +0 -8
- package/lib/components/po-icon/po-icon.component.d.ts +1 -1
- package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -1
- package/lib/components/po-list-view/po-list-view.component.d.ts +2 -2
- package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +2 -2
- package/lib/components/po-listbox/po-listbox-base.component.d.ts +1 -1
- package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -1
- package/lib/components/po-loading/po-loading-overlay/po-loading-overlay-base.component.d.ts +1 -1
- package/lib/components/po-menu/po-menu-base.component.d.ts +13 -1
- package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +1 -1
- package/lib/components/po-menu/po-menu.component.d.ts +5 -4
- package/lib/components/po-menu/services/po-menu-global.service.d.ts +5 -5
- package/lib/components/po-menu/services/po-menu-items.service.d.ts +2 -2
- package/lib/components/po-menu/services/po-menu.service.d.ts +1 -1
- package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +1 -1
- package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +3 -3
- package/lib/components/po-menu-panel/services/po-menu-panel-items.service.d.ts +2 -2
- package/lib/components/po-modal/po-modal.component.d.ts +3 -3
- package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar-base.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +1 -1
- package/lib/components/po-navbar/po-navbar.component.d.ts +7 -7
- package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +3 -3
- package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -1
- package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -1
- package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +3 -3
- package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +4 -4
- package/lib/components/po-popover/po-popover-base.component.d.ts +0 -2
- package/lib/components/po-popover/po-popover.component.d.ts +2 -1
- package/lib/components/po-popup/po-popup.component.d.ts +4 -4
- package/lib/components/po-progress/po-progress.component.d.ts +2 -2
- package/lib/components/po-skeleton/po-skeleton-base.component.d.ts +0 -23
- package/lib/components/po-slide/po-slide.component.d.ts +4 -4
- package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -1
- package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +3 -3
- package/lib/components/po-stepper/po-stepper.component.d.ts +1 -1
- package/lib/components/po-table/po-table-base.component.d.ts +3 -3
- package/lib/components/po-table/po-table-column-frozen/po-table-column-frozen.directive.d.ts +2 -2
- package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +2 -2
- package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -1
- package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -2
- package/lib/components/po-table/po-table-subtitle-circle/po-table-subtitle-circle.component.d.ts +1 -1
- package/lib/components/po-table/po-table-subtitle-footer/po-table-subtitle-footer.component.d.ts +1 -1
- package/lib/components/po-table/po-table.component.d.ts +6 -6
- package/lib/components/po-table/services/po-table.service.d.ts +1 -1
- package/lib/components/po-tabs/po-tab/po-tab-base.component.d.ts +11 -1
- package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +1 -1
- package/lib/components/po-tabs/po-tabs.component.d.ts +22 -2
- package/lib/components/po-tabs/po-tabs.service.d.ts +2 -2
- package/lib/components/po-tag/po-tag-base.component.d.ts +1 -1
- package/lib/components/po-tag/po-tag.component.d.ts +2 -2
- package/lib/components/po-toaster/po-toaster-base.component.d.ts +1 -1
- package/lib/components/po-toaster/po-toaster.component.d.ts +1 -1
- package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -1
- package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -1
- package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +1 -1
- package/lib/components/po-tree-view/po-tree-view.component.d.ts +1 -1
- package/lib/components/po-tree-view/services/po-tree-view.service.d.ts +2 -2
- package/lib/components/po-widget/po-widget-base.component.d.ts +0 -4
- package/lib/directives/po-tooltip/po-tooltip.directive.d.ts +4 -4
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-base.service.d.ts +3 -3
- package/lib/interceptors/po-http-interceptor/po-http-interceptor-detail/po-http-interceptor-detail.component.d.ts +3 -3
- package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +2 -2
- package/lib/services/po-component-injector/po-component-injector.service.d.ts +3 -3
- package/lib/services/po-control-position/po-control-position.service.d.ts +2 -2
- package/lib/services/po-dialog/po-dialog.component.d.ts +1 -1
- package/lib/services/po-dialog/po-dialog.service.d.ts +1 -1
- package/lib/services/po-i18n/po-i18n-base.service.d.ts +3 -3
- package/lib/services/po-media-query/po-media-query.service.d.ts +1 -1
- package/lib/services/po-notification/po-notification.service.d.ts +1 -1
- package/lib/services/po-theme/po-theme.service.d.ts +2 -2
- package/package.json +4 -4
- package/po-ui-ng-components-21.8.0.tgz +0 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-update/v14/index.js +1 -1
- package/schematics/ng-update/v15/index.js +1 -1
- package/schematics/ng-update/v16/index.js +1 -1
- package/schematics/ng-update/v17/index.js +1 -1
- package/schematics/ng-update/v18/index.js +2 -2
- package/schematics/ng-update/v19/index.js +2 -2
- package/schematics/ng-update/v2/index.js +1 -1
- package/schematics/ng-update/v20/index.js +2 -2
- package/schematics/ng-update/v21/index.js +1 -1
- package/schematics/ng-update/v3/index.js +1 -1
- package/schematics/ng-update/v4/index.js +1 -1
- package/schematics/ng-update/v5/index.js +1 -1
- package/schematics/ng-update/v6/index.js +1 -1
- package/types/po-ui-ng-components.d.ts +526 -400
- package/po-ui-ng-components-21.7.0.tgz +0 -0
|
@@ -58,7 +58,7 @@ export declare class PoComboComponent extends PoComboBaseComponent implements Af
|
|
|
58
58
|
differs: IterableDiffers;
|
|
59
59
|
defaultService: PoComboFilterService;
|
|
60
60
|
renderer: Renderer2;
|
|
61
|
-
private controlPosition;
|
|
61
|
+
private readonly controlPosition;
|
|
62
62
|
comboOptionTemplate: PoComboOptionTemplateDirective;
|
|
63
63
|
outerContainer: ElementRef;
|
|
64
64
|
containerElement: ElementRef;
|
|
@@ -82,7 +82,7 @@ export declare class PoComboComponent extends PoComboBaseComponent implements Af
|
|
|
82
82
|
private eventResizeListener;
|
|
83
83
|
private filterSubscription;
|
|
84
84
|
private getSubscription;
|
|
85
|
-
private subscriptionScrollEvent;
|
|
85
|
+
private readonly subscriptionScrollEvent;
|
|
86
86
|
constructor();
|
|
87
87
|
set isServerSearching(value: boolean);
|
|
88
88
|
get isServerSearching(): boolean;
|
|
@@ -170,7 +170,7 @@ export declare class PoComboComponent extends PoComboBaseComponent implements Af
|
|
|
170
170
|
private initializeListeners;
|
|
171
171
|
private isAdditionalHelpEventTriggered;
|
|
172
172
|
private onErrorGetObjectByValue;
|
|
173
|
-
private onScroll;
|
|
173
|
+
private readonly onScroll;
|
|
174
174
|
private onErrorFilteredData;
|
|
175
175
|
private open;
|
|
176
176
|
private removeListeners;
|
|
@@ -110,8 +110,6 @@ export declare abstract class PoDatepickerBaseComponent implements ControlValueA
|
|
|
110
110
|
*/
|
|
111
111
|
autoFocus: boolean;
|
|
112
112
|
/**
|
|
113
|
-
* @Input
|
|
114
|
-
*
|
|
115
113
|
* @optional
|
|
116
114
|
*
|
|
117
115
|
* @description
|
|
@@ -244,8 +242,6 @@ export declare abstract class PoDatepickerBaseComponent implements ControlValueA
|
|
|
244
242
|
*/
|
|
245
243
|
keydown: EventEmitter<KeyboardEvent>;
|
|
246
244
|
/**
|
|
247
|
-
* @Input
|
|
248
|
-
*
|
|
249
245
|
* @optional
|
|
250
246
|
*
|
|
251
247
|
* @description
|
|
@@ -257,8 +253,6 @@ export declare abstract class PoDatepickerBaseComponent implements ControlValueA
|
|
|
257
253
|
*/
|
|
258
254
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
259
255
|
/**
|
|
260
|
-
* @Input
|
|
261
|
-
*
|
|
262
256
|
* @optional
|
|
263
257
|
*
|
|
264
258
|
* @description
|
|
@@ -29,8 +29,8 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
29
29
|
* </example>
|
|
30
30
|
*/
|
|
31
31
|
export declare class PoDatepickerComponent extends PoDatepickerBaseComponent implements AfterViewInit, OnDestroy, OnChanges {
|
|
32
|
-
private controlPosition;
|
|
33
|
-
private renderer;
|
|
32
|
+
private readonly controlPosition;
|
|
33
|
+
private readonly renderer;
|
|
34
34
|
calendar: PoCalendarComponent;
|
|
35
35
|
dialogPicker: ElementRef;
|
|
36
36
|
iconDatepicker: PoButtonComponent;
|
|
@@ -135,7 +135,7 @@ export declare class PoDatepickerComponent extends PoDatepickerBaseComponent imp
|
|
|
135
135
|
private isAdditionalHelpEventTriggered;
|
|
136
136
|
private isFocusOnFirstCombo;
|
|
137
137
|
private isFocusOnLastCombo;
|
|
138
|
-
private onScroll;
|
|
138
|
+
private readonly onScroll;
|
|
139
139
|
private removeListeners;
|
|
140
140
|
private setDialogPickerStyleDisplay;
|
|
141
141
|
private setCalendarPosition;
|
|
@@ -50,7 +50,7 @@ import { PoHelperOptions } from '../../po-helper';
|
|
|
50
50
|
export declare abstract class PoDatepickerRangeBaseComponent implements ControlValueAccessor, Validator, OnDestroy {
|
|
51
51
|
protected changeDetector: ChangeDetectorRef;
|
|
52
52
|
protected poDateService: PoDateService;
|
|
53
|
-
private languageService;
|
|
53
|
+
private readonly languageService;
|
|
54
54
|
additionalHelpEventTrigger: string | undefined;
|
|
55
55
|
name: string;
|
|
56
56
|
/**
|
|
@@ -94,8 +94,6 @@ export declare abstract class PoDatepickerRangeBaseComponent implements ControlV
|
|
|
94
94
|
*/
|
|
95
95
|
autoFocus: boolean;
|
|
96
96
|
/**
|
|
97
|
-
* @Input
|
|
98
|
-
*
|
|
99
97
|
* @optional
|
|
100
98
|
*
|
|
101
99
|
* @description
|
|
@@ -208,8 +206,6 @@ export declare abstract class PoDatepickerRangeBaseComponent implements ControlV
|
|
|
208
206
|
*/
|
|
209
207
|
errorLimit: boolean;
|
|
210
208
|
/**
|
|
211
|
-
* @Input
|
|
212
|
-
*
|
|
213
209
|
* @optional
|
|
214
210
|
*
|
|
215
211
|
* @description
|
|
@@ -221,8 +217,6 @@ export declare abstract class PoDatepickerRangeBaseComponent implements ControlV
|
|
|
221
217
|
*/
|
|
222
218
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
223
219
|
/**
|
|
224
|
-
* @Input
|
|
225
|
-
*
|
|
226
220
|
* @optional
|
|
227
221
|
*
|
|
228
222
|
* @description
|
|
@@ -274,7 +268,7 @@ export declare abstract class PoDatepickerRangeBaseComponent implements ControlV
|
|
|
274
268
|
private _size?;
|
|
275
269
|
private _initialSize?;
|
|
276
270
|
private _placeholder;
|
|
277
|
-
private language;
|
|
271
|
+
private readonly language;
|
|
278
272
|
private onChangeModel;
|
|
279
273
|
private validatorChange;
|
|
280
274
|
private subscription;
|
|
@@ -31,10 +31,10 @@ import { PoButtonComponent } from '../../po-button';
|
|
|
31
31
|
* </example>
|
|
32
32
|
*/
|
|
33
33
|
export declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
34
|
-
private controlPosition;
|
|
35
|
-
private renderer;
|
|
36
|
-
private cd;
|
|
37
|
-
private poLanguageService;
|
|
34
|
+
private readonly controlPosition;
|
|
35
|
+
private readonly renderer;
|
|
36
|
+
private readonly cd;
|
|
37
|
+
private readonly poLanguageService;
|
|
38
38
|
dateRangeField: ElementRef;
|
|
39
39
|
endDateInput: ElementRef;
|
|
40
40
|
startDateInput: ElementRef;
|
|
@@ -46,7 +46,7 @@ export declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseCom
|
|
|
46
46
|
isCalendarVisible: boolean;
|
|
47
47
|
private clickListener;
|
|
48
48
|
private eventResizeListener;
|
|
49
|
-
private poDatepickerRangeElement;
|
|
49
|
+
private readonly poDatepickerRangeElement;
|
|
50
50
|
get autocomplete(): "off" | "on";
|
|
51
51
|
get enableCleaner(): boolean;
|
|
52
52
|
get endDateInputName(): string;
|
|
@@ -145,7 +145,7 @@ export declare class PoDatepickerRangeComponent extends PoDatepickerRangeBaseCom
|
|
|
145
145
|
private isEqualBeforeValue;
|
|
146
146
|
private isFocusOnFirstCombo;
|
|
147
147
|
private isSetFocusOnBackspace;
|
|
148
|
-
private onScroll;
|
|
148
|
+
private readonly onScroll;
|
|
149
149
|
private removeFocusFromDatePickerRangeField;
|
|
150
150
|
private setDateRangeInputValidation;
|
|
151
151
|
private setFocus;
|
|
@@ -41,8 +41,8 @@ import { PoInputBaseComponent } from '../po-input/po-input-base.component';
|
|
|
41
41
|
* </example>
|
|
42
42
|
*/
|
|
43
43
|
export declare class PoDecimalComponent extends PoInputBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
44
|
-
private el;
|
|
45
|
-
private poLanguageService;
|
|
44
|
+
private readonly el;
|
|
45
|
+
private readonly poLanguageService;
|
|
46
46
|
inputEl: ElementRef;
|
|
47
47
|
id: string;
|
|
48
48
|
private _decimalsLength?;
|
|
@@ -52,8 +52,8 @@ export declare class PoDecimalComponent extends PoInputBaseComponent implements
|
|
|
52
52
|
private _max?;
|
|
53
53
|
private decimalSeparator;
|
|
54
54
|
private fireChange;
|
|
55
|
-
private isKeyboardAndroid;
|
|
56
|
-
private minusSign;
|
|
55
|
+
private readonly isKeyboardAndroid;
|
|
56
|
+
private readonly minusSign;
|
|
57
57
|
private oldDotsLength;
|
|
58
58
|
private thousandSeparator;
|
|
59
59
|
private valueBeforeChange;
|
|
@@ -31,7 +31,7 @@ export declare class PoEmailComponent extends PoInputGeneric implements AfterVie
|
|
|
31
31
|
type: string;
|
|
32
32
|
pattern: string;
|
|
33
33
|
mask: string;
|
|
34
|
-
private listener;
|
|
34
|
+
private readonly listener;
|
|
35
35
|
constructor();
|
|
36
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
37
|
ngAfterViewInit(): void;
|
|
@@ -32,6 +32,6 @@ export declare class PoFieldContainerBottomComponent implements OnChanges {
|
|
|
32
32
|
poHelperComponent: import("@angular/core").InputSignal<PoHelperOptions>;
|
|
33
33
|
/** Define se o componente helper estará visível através das ações customizadas */
|
|
34
34
|
showHelperComponent: import("@angular/core").InputSignal<boolean>;
|
|
35
|
-
private isInitialChange;
|
|
35
|
+
private readonly isInitialChange;
|
|
36
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
37
|
}
|
|
@@ -47,8 +47,6 @@ export declare class PoFieldContainerComponent implements OnInit, OnChanges {
|
|
|
47
47
|
/** Define o tamanho do componente. */
|
|
48
48
|
size?: string;
|
|
49
49
|
/**
|
|
50
|
-
* @Input
|
|
51
|
-
*
|
|
52
50
|
* Define se o título do campo será exibido de forma compacta.
|
|
53
51
|
*
|
|
54
52
|
* Quando habilitado (`true`), o modo compacto afeta o conjunto composto por:
|
|
@@ -98,8 +98,6 @@ export declare abstract class PoInputBaseComponent implements ControlValueAccess
|
|
|
98
98
|
*/
|
|
99
99
|
autoFocus: boolean;
|
|
100
100
|
/**
|
|
101
|
-
* @Input
|
|
102
|
-
*
|
|
103
101
|
* @optional
|
|
104
102
|
*
|
|
105
103
|
* @description
|
|
@@ -474,8 +472,6 @@ export declare abstract class PoInputBaseComponent implements ControlValueAccess
|
|
|
474
472
|
maskFormatModel?: boolean;
|
|
475
473
|
set setMaskFormatModel(maskFormatModel: string);
|
|
476
474
|
/**
|
|
477
|
-
* @Input
|
|
478
|
-
*
|
|
479
475
|
* @optional
|
|
480
476
|
*
|
|
481
477
|
* @description
|
|
@@ -487,8 +483,6 @@ export declare abstract class PoInputBaseComponent implements ControlValueAccess
|
|
|
487
483
|
*/
|
|
488
484
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
489
485
|
/**
|
|
490
|
-
* @Input
|
|
491
|
-
*
|
|
492
486
|
* @optional
|
|
493
487
|
*
|
|
494
488
|
* @description
|
|
@@ -368,8 +368,6 @@ export declare abstract class PoLookupBaseComponent implements ControlValueAcces
|
|
|
368
368
|
*/
|
|
369
369
|
virtualScroll?: boolean;
|
|
370
370
|
/**
|
|
371
|
-
* @Input
|
|
372
|
-
*
|
|
373
371
|
* @optional
|
|
374
372
|
*
|
|
375
373
|
* @description
|
|
@@ -381,8 +379,6 @@ export declare abstract class PoLookupBaseComponent implements ControlValueAcces
|
|
|
381
379
|
*/
|
|
382
380
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
383
381
|
/**
|
|
384
|
-
* @Input
|
|
385
|
-
*
|
|
386
382
|
* @optional
|
|
387
383
|
*
|
|
388
384
|
* @description
|
|
@@ -395,8 +391,6 @@ export declare abstract class PoLookupBaseComponent implements ControlValueAcces
|
|
|
395
391
|
*/
|
|
396
392
|
labelTextWrap: import("@angular/core").InputSignal<boolean>;
|
|
397
393
|
/**
|
|
398
|
-
* @Input
|
|
399
|
-
*
|
|
400
394
|
* @optional
|
|
401
395
|
*
|
|
402
396
|
* @description
|
package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal-base.component.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ export declare abstract class PoLookupModalBaseComponent implements OnDestroy, O
|
|
|
140
140
|
private disclaimerLabel;
|
|
141
141
|
private _literals;
|
|
142
142
|
private _title;
|
|
143
|
-
private language;
|
|
143
|
+
private readonly language;
|
|
144
144
|
primaryAction: PoModalAction;
|
|
145
145
|
secondaryAction: PoModalAction;
|
|
146
146
|
/** Objeto com as literais usadas no `po-lookup-modal`. */
|
|
@@ -92,9 +92,9 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
92
92
|
* </example>
|
|
93
93
|
*/
|
|
94
94
|
export declare class PoLookupComponent extends PoLookupBaseComponent implements AfterViewInit, OnDestroy, OnInit, DoCheck, OnChanges {
|
|
95
|
-
private renderer;
|
|
96
|
-
private cd;
|
|
97
|
-
private el;
|
|
95
|
+
private readonly renderer;
|
|
96
|
+
private readonly cd;
|
|
97
|
+
private readonly el;
|
|
98
98
|
helperEl?: PoHelperComponent;
|
|
99
99
|
initialized: boolean;
|
|
100
100
|
timeoutResize: any;
|
|
@@ -10,7 +10,7 @@ import { PoLookupFilteredItemsParams } from '../interfaces/po-lookup-filtered-it
|
|
|
10
10
|
* Serviço padrão utilizado para filtrar os dados do componente po-lookup.
|
|
11
11
|
*/
|
|
12
12
|
export declare class PoLookupFilterService implements PoLookupFilter {
|
|
13
|
-
private httpClient;
|
|
13
|
+
private readonly httpClient;
|
|
14
14
|
readonly headers: HttpHeaders;
|
|
15
15
|
private url;
|
|
16
16
|
private fieldValue;
|
|
@@ -9,7 +9,7 @@ import { PoLookupLiterals } from '../interfaces/po-lookup-literals.interface';
|
|
|
9
9
|
* Serviço responsável por controlar a abertura do componente Po Lookup Modal.
|
|
10
10
|
*/
|
|
11
11
|
export declare class PoLookupModalService {
|
|
12
|
-
private poComponentInjector;
|
|
12
|
+
private readonly poComponentInjector;
|
|
13
13
|
selectValueEvent: EventEmitter<any>;
|
|
14
14
|
private componentRef;
|
|
15
15
|
/**
|
|
@@ -103,8 +103,6 @@ export declare abstract class PoMultiselectBaseComponent implements ControlValue
|
|
|
103
103
|
*/
|
|
104
104
|
autoFocus: boolean;
|
|
105
105
|
/**
|
|
106
|
-
* @Input
|
|
107
|
-
*
|
|
108
106
|
* @optional
|
|
109
107
|
*
|
|
110
108
|
* @description
|
|
@@ -277,8 +275,6 @@ export declare abstract class PoMultiselectBaseComponent implements ControlValue
|
|
|
277
275
|
*/
|
|
278
276
|
listboxControlPosition: 'top' | 'bottom';
|
|
279
277
|
/**
|
|
280
|
-
* @Input
|
|
281
|
-
*
|
|
282
278
|
* @optional
|
|
283
279
|
*
|
|
284
280
|
* @description
|
|
@@ -290,8 +286,6 @@ export declare abstract class PoMultiselectBaseComponent implements ControlValue
|
|
|
290
286
|
*/
|
|
291
287
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
292
288
|
/**
|
|
293
|
-
* @Input
|
|
294
|
-
*
|
|
295
289
|
* @optional
|
|
296
290
|
*
|
|
297
291
|
* @description
|
|
@@ -332,7 +326,7 @@ export declare abstract class PoMultiselectBaseComponent implements ControlValue
|
|
|
332
326
|
private _fieldValue?;
|
|
333
327
|
private _size?;
|
|
334
328
|
private _initialSize?;
|
|
335
|
-
private language;
|
|
329
|
+
private readonly language;
|
|
336
330
|
private lastLengthModel;
|
|
337
331
|
private onModelChange;
|
|
338
332
|
private validatorChange;
|
|
@@ -10,7 +10,7 @@ import { PoListBoxComponent } from './../../../po-listbox/po-listbox.component';
|
|
|
10
10
|
* Componente que construíra o dropdown, contendo o campo de pesquisa e os itens para seleção.
|
|
11
11
|
*/
|
|
12
12
|
export declare class PoMultiselectDropdownComponent {
|
|
13
|
-
private cd;
|
|
13
|
+
private readonly cd;
|
|
14
14
|
/** Propriedade que indica se deve exibir o loading. */
|
|
15
15
|
isServerSearching?: boolean;
|
|
16
16
|
/** Propriedade que indica se o campo de pesquisa deverá ser escondido. */
|
|
@@ -2,11 +2,11 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { PoMultiselectFilter } from './interfaces/po-multiselect-filter.interface';
|
|
3
3
|
import { PoMultiselectOption } from './interfaces/po-multiselect-option.interface';
|
|
4
4
|
export declare class PoMultiselectFilterService implements PoMultiselectFilter {
|
|
5
|
-
private http;
|
|
5
|
+
private readonly http;
|
|
6
6
|
fieldLabel: string;
|
|
7
7
|
fieldValue: string;
|
|
8
8
|
private _url;
|
|
9
|
-
private messages;
|
|
9
|
+
private readonly messages;
|
|
10
10
|
get url(): string;
|
|
11
11
|
getFilteredData({ value }: any): Observable<Array<PoMultiselectOption | any>>;
|
|
12
12
|
getObjectsByValues(value: Array<string | number>): Observable<Array<PoMultiselectOption | any>>;
|
|
@@ -48,10 +48,10 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class PoMultiselectComponent extends PoMultiselectBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnChanges {
|
|
51
|
-
private renderer;
|
|
52
|
-
private changeDetector;
|
|
53
|
-
private el;
|
|
54
|
-
private controlPosition;
|
|
51
|
+
private readonly renderer;
|
|
52
|
+
private readonly changeDetector;
|
|
53
|
+
private readonly el;
|
|
54
|
+
private readonly controlPosition;
|
|
55
55
|
defaultService: PoMultiselectFilterService;
|
|
56
56
|
multiselectOptionTemplate: PoMultiselectOptionTemplateDirective;
|
|
57
57
|
dropdownElement: ElementRef;
|
|
@@ -163,7 +163,7 @@ export declare class PoMultiselectComponent extends PoMultiselectBaseComponent i
|
|
|
163
163
|
private initializeTagRemoveElements;
|
|
164
164
|
private initializeListeners;
|
|
165
165
|
private isAdditionalHelpEventTriggered;
|
|
166
|
-
private onScroll;
|
|
166
|
+
private readonly onScroll;
|
|
167
167
|
private open;
|
|
168
168
|
private removeListeners;
|
|
169
169
|
private setContainerWidth;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { PoFieldModel } from '../po-field.model';
|
|
3
3
|
export declare class PoRadioComponent extends PoFieldModel<boolean> {
|
|
4
|
-
private changeDetector;
|
|
5
|
-
private renderer;
|
|
4
|
+
private readonly changeDetector;
|
|
5
|
+
private readonly renderer;
|
|
6
6
|
radio: ElementRef;
|
|
7
7
|
radioInput: ElementRef;
|
|
8
8
|
value: boolean;
|
|
@@ -95,8 +95,6 @@ export declare abstract class PoRadioGroupBaseComponent implements ControlValueA
|
|
|
95
95
|
*/
|
|
96
96
|
autoFocus: boolean;
|
|
97
97
|
/**
|
|
98
|
-
* @Input
|
|
99
|
-
*
|
|
100
98
|
* @optional
|
|
101
99
|
*
|
|
102
100
|
* @description
|
|
@@ -174,8 +172,6 @@ export declare abstract class PoRadioGroupBaseComponent implements ControlValueA
|
|
|
174
172
|
*/
|
|
175
173
|
errorLimit: boolean;
|
|
176
174
|
/**
|
|
177
|
-
* @Input
|
|
178
|
-
*
|
|
179
175
|
* @optional
|
|
180
176
|
*
|
|
181
177
|
* @description
|
|
@@ -187,8 +183,6 @@ export declare abstract class PoRadioGroupBaseComponent implements ControlValueA
|
|
|
187
183
|
*/
|
|
188
184
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
189
185
|
/**
|
|
190
|
-
* @Input
|
|
191
|
-
*
|
|
192
186
|
* @optional
|
|
193
187
|
*
|
|
194
188
|
* @description
|
|
@@ -231,7 +225,7 @@ export declare abstract class PoRadioGroupBaseComponent implements ControlValueA
|
|
|
231
225
|
displayAdditionalHelp: boolean;
|
|
232
226
|
mdColumns: number;
|
|
233
227
|
value: any;
|
|
234
|
-
protected cd: ChangeDetectorRef;
|
|
228
|
+
protected readonly cd: ChangeDetectorRef;
|
|
235
229
|
protected onTouched: any;
|
|
236
230
|
private _columns;
|
|
237
231
|
private _disabled?;
|
|
@@ -29,7 +29,7 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class PoRadioGroupComponent extends PoRadioGroupBaseComponent implements AfterViewInit, DoCheck, OnChanges {
|
|
32
|
-
private el;
|
|
32
|
+
private readonly el;
|
|
33
33
|
/** Label do campo. */
|
|
34
34
|
label?: string;
|
|
35
35
|
/** Texto de apoio do campo. */
|
|
@@ -122,8 +122,6 @@ export declare abstract class PoRichTextBaseComponent implements ControlValueAcc
|
|
|
122
122
|
*/
|
|
123
123
|
label?: string;
|
|
124
124
|
/**
|
|
125
|
-
* @Input
|
|
126
|
-
*
|
|
127
125
|
* @optional
|
|
128
126
|
*
|
|
129
127
|
* @description
|
|
@@ -201,8 +199,6 @@ export declare abstract class PoRichTextBaseComponent implements ControlValueAcc
|
|
|
201
199
|
set hideToolbarActions(actions: Array<PoRichTextToolbarActions> | PoRichTextToolbarActions);
|
|
202
200
|
get hideToolbarActions(): Array<PoRichTextToolbarActions>;
|
|
203
201
|
/**
|
|
204
|
-
* @Input
|
|
205
|
-
*
|
|
206
202
|
* @optional
|
|
207
203
|
*
|
|
208
204
|
* @description
|
|
@@ -214,8 +210,6 @@ export declare abstract class PoRichTextBaseComponent implements ControlValueAcc
|
|
|
214
210
|
*/
|
|
215
211
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
216
212
|
/**
|
|
217
|
-
* @Input
|
|
218
|
-
*
|
|
219
213
|
* @optional
|
|
220
214
|
*
|
|
221
215
|
* @description
|
package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
export declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnChanges {
|
|
3
|
-
private richTextService;
|
|
3
|
+
private readonly richTextService;
|
|
4
4
|
private readonly cd;
|
|
5
5
|
bodyElement: ElementRef;
|
|
6
6
|
height?: string;
|
|
@@ -52,7 +52,7 @@ export declare class PoRichTextBodyComponent implements OnInit, OnDestroy, OnCha
|
|
|
52
52
|
private isCursorPositionedInALink;
|
|
53
53
|
private isParentNodeAnchor;
|
|
54
54
|
private makeLinkTag;
|
|
55
|
-
private onAnchorClick;
|
|
55
|
+
private readonly onAnchorClick;
|
|
56
56
|
private removeBrElement;
|
|
57
57
|
private rgbToHex;
|
|
58
58
|
private toggleCursorOnLink;
|
|
@@ -4,7 +4,7 @@ import { PoModalAction, PoModalComponent } from '../../../po-modal';
|
|
|
4
4
|
import { PoUploadFileRestrictions } from '../../po-upload/interfaces/po-upload-file-restriction.interface';
|
|
5
5
|
import { PoUploadComponent } from '../../po-upload/po-upload.component';
|
|
6
6
|
export declare class PoRichTextImageModalComponent {
|
|
7
|
-
private languageService;
|
|
7
|
+
private readonly languageService;
|
|
8
8
|
modal: PoModalComponent;
|
|
9
9
|
modalImageForm: NgForm;
|
|
10
10
|
upload: PoUploadComponent;
|
|
@@ -2,7 +2,7 @@ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { PoModalAction, PoModalComponent } from '../../../po-modal';
|
|
4
4
|
export declare class PoRichTextLinkModalComponent implements OnInit {
|
|
5
|
-
private languageService;
|
|
5
|
+
private readonly languageService;
|
|
6
6
|
modal: PoModalComponent;
|
|
7
7
|
modalLinkForm: NgForm;
|
|
8
8
|
size: string;
|
|
@@ -5,7 +5,7 @@ import { PoRichTextToolbarButtonGroupItem } from '../interfaces/po-rich-text-too
|
|
|
5
5
|
import { PoRichTextImageModalComponent } from '../po-rich-text-image-modal/po-rich-text-image-modal.component';
|
|
6
6
|
import { PoRichTextLinkModalComponent } from '../po-rich-text-link-modal/po-rich-text-link-modal.component';
|
|
7
7
|
export declare class PoRichTextToolbarComponent implements AfterViewInit {
|
|
8
|
-
private languageService;
|
|
8
|
+
private readonly languageService;
|
|
9
9
|
colorPickerInput: ElementRef;
|
|
10
10
|
toolbarElement: ElementRef;
|
|
11
11
|
richTextImageModal: PoRichTextImageModalComponent;
|
|
@@ -26,11 +26,11 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
26
26
|
* </example>
|
|
27
27
|
*/
|
|
28
28
|
export declare class PoRichTextComponent extends PoRichTextBaseComponent implements AfterViewInit, OnDestroy, OnInit, OnChanges {
|
|
29
|
-
private element;
|
|
29
|
+
private readonly element;
|
|
30
30
|
bodyElement: PoRichTextBodyComponent;
|
|
31
31
|
richTextToolbar: PoRichTextToolbarComponent;
|
|
32
32
|
helperEl?: PoHelperComponent;
|
|
33
|
-
private listener;
|
|
33
|
+
private readonly listener;
|
|
34
34
|
private modelLastUpdate;
|
|
35
35
|
toolbarActions: Array<PoRichTextToolbarActions>;
|
|
36
36
|
get errorMsg(): string;
|
|
@@ -75,7 +75,7 @@ import { PoHelperComponent, PoHelperOptions } from '../../po-helper';
|
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class PoSelectComponent extends PoFieldValidateModel<any> implements OnChanges {
|
|
78
|
-
private el;
|
|
78
|
+
private readonly el;
|
|
79
79
|
renderer: Renderer2;
|
|
80
80
|
selectElement: ElementRef;
|
|
81
81
|
helperEl?: PoHelperComponent;
|
|
@@ -113,8 +113,6 @@ export declare class PoSelectComponent extends PoFieldValidateModel<any> impleme
|
|
|
113
113
|
*/
|
|
114
114
|
readonly: boolean;
|
|
115
115
|
/**
|
|
116
|
-
* @Input
|
|
117
|
-
*
|
|
118
116
|
* @optional
|
|
119
117
|
*
|
|
120
118
|
* @description
|
|
@@ -260,8 +258,6 @@ export declare class PoSelectComponent extends PoFieldValidateModel<any> impleme
|
|
|
260
258
|
set size(value: string);
|
|
261
259
|
get size(): string;
|
|
262
260
|
/**
|
|
263
|
-
* @Input
|
|
264
|
-
*
|
|
265
261
|
* @optional
|
|
266
262
|
*
|
|
267
263
|
* @description
|
|
@@ -273,8 +269,6 @@ export declare class PoSelectComponent extends PoFieldValidateModel<any> impleme
|
|
|
273
269
|
*/
|
|
274
270
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
275
271
|
/**
|
|
276
|
-
* @Input
|
|
277
|
-
*
|
|
278
272
|
* @optional
|
|
279
273
|
*
|
|
280
274
|
* @description
|
|
@@ -92,9 +92,6 @@ export declare class PoSwitchComponent extends PoFieldModel<any> implements Vali
|
|
|
92
92
|
private _initialSize?;
|
|
93
93
|
private statusChangesSubscription;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
96
|
-
* @Input
|
|
97
|
-
*
|
|
98
95
|
* @optional
|
|
99
96
|
*
|
|
100
97
|
* @description
|
|
@@ -244,8 +241,6 @@ export declare class PoSwitchComponent extends PoFieldModel<any> implements Vali
|
|
|
244
241
|
set size(value: string);
|
|
245
242
|
get size(): string;
|
|
246
243
|
/**
|
|
247
|
-
* @Input
|
|
248
|
-
*
|
|
249
244
|
* @optional
|
|
250
245
|
*
|
|
251
246
|
* @description
|
|
@@ -257,8 +252,6 @@ export declare class PoSwitchComponent extends PoFieldModel<any> implements Vali
|
|
|
257
252
|
*/
|
|
258
253
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
259
254
|
/**
|
|
260
|
-
* @Input
|
|
261
|
-
*
|
|
262
255
|
* @optional
|
|
263
256
|
*
|
|
264
257
|
* @description
|
|
@@ -91,8 +91,6 @@ export declare abstract class PoTextareaBaseComponent implements ControlValueAcc
|
|
|
91
91
|
*/
|
|
92
92
|
autoFocus: boolean;
|
|
93
93
|
/**
|
|
94
|
-
* @Input
|
|
95
|
-
*
|
|
96
94
|
* @optional
|
|
97
95
|
*
|
|
98
96
|
* @description
|
|
@@ -174,8 +172,6 @@ export declare abstract class PoTextareaBaseComponent implements ControlValueAcc
|
|
|
174
172
|
*/
|
|
175
173
|
errorLimit: boolean;
|
|
176
174
|
/**
|
|
177
|
-
* @Input
|
|
178
|
-
*
|
|
179
175
|
* @optional
|
|
180
176
|
*
|
|
181
177
|
* @description
|
|
@@ -187,8 +183,6 @@ export declare abstract class PoTextareaBaseComponent implements ControlValueAcc
|
|
|
187
183
|
*/
|
|
188
184
|
poHelperComponent: import("@angular/core").InputSignal<string | PoHelperOptions>;
|
|
189
185
|
/**
|
|
190
|
-
* @Input
|
|
191
|
-
*
|
|
192
186
|
* @optional
|
|
193
187
|
*
|
|
194
188
|
* @description
|
|
@@ -28,7 +28,7 @@ import { PoHelperComponent } from '../../po-helper';
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PoTextareaComponent extends PoTextareaBaseComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
31
|
-
private el;
|
|
31
|
+
private readonly el;
|
|
32
32
|
inputEl: ElementRef;
|
|
33
33
|
helperEl?: PoHelperComponent;
|
|
34
34
|
id: string;
|