@po-ui/ng-components 19.24.0 → 19.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. 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
  2. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-CaO2fPeS.mjs.map +1 -0
  3. package/fesm2022/po-ui-ng-components.mjs +18860 -17533
  4. package/fesm2022/po-ui-ng-components.mjs.map +1 -1
  5. package/lib/components/components.module.d.ts +2 -1
  6. package/lib/components/index.d.ts +1 -0
  7. package/lib/components/po-accordion/po-accordion-item/po-accordion-item.component.d.ts +1 -2
  8. package/lib/components/po-accordion/po-accordion-item-header/po-accordion-item-header.component.d.ts +1 -2
  9. package/lib/components/po-accordion/po-accordion.component.d.ts +1 -3
  10. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.component.d.ts +1 -3
  11. package/lib/components/po-breadcrumb/po-breadcrumb-favorite/po-breadcrumb-favorite.service.d.ts +0 -2
  12. package/lib/components/po-breadcrumb/po-breadcrumb.component.d.ts +2 -2
  13. package/lib/components/po-button/po-button-base.component.d.ts +14 -8
  14. package/lib/components/po-button/po-button.component.d.ts +0 -3
  15. package/lib/components/po-button-group/po-button-group-base.component.d.ts +9 -6
  16. package/lib/components/po-button-group/po-button-group.component.d.ts +0 -4
  17. package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +0 -4
  18. package/lib/components/po-calendar/po-calendar.component.d.ts +2 -4
  19. package/lib/components/po-chart/po-chart.component.d.ts +3 -6
  20. package/lib/components/po-disclaimer-group/po-disclaimer-group.component.d.ts +2 -4
  21. package/lib/components/po-dropdown/po-dropdown-base.component.d.ts +0 -3
  22. package/lib/components/po-dropdown/po-dropdown.component.d.ts +1 -4
  23. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-base.component.d.ts +0 -3
  24. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields-base.component.d.ts +1 -3
  25. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-fields/po-dynamic-form-fields.component.d.ts +2 -7
  26. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-load/po-dynamic-form-load.service.d.ts +1 -2
  27. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form-validation/po-dynamic-form-validation.service.d.ts +1 -2
  28. package/lib/components/po-dynamic/po-dynamic-form/po-dynamic-form.component.d.ts +1 -3
  29. package/lib/components/po-dynamic/po-dynamic-view/po-dynamic-view.component.d.ts +1 -6
  30. package/lib/components/po-dynamic/po-dynamic-view/services/po-dynamic-view.service.d.ts +1 -2
  31. package/lib/components/po-field/po-checkbox/po-checkbox-base.component.d.ts +0 -3
  32. package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +3 -7
  33. package/lib/components/po-field/po-checkbox-group/po-checkbox-group-base.component.d.ts +0 -3
  34. package/lib/components/po-field/po-checkbox-group/po-checkbox-group.component.d.ts +1 -4
  35. package/lib/components/po-field/po-combo/po-combo-base.component.d.ts +1 -3
  36. package/lib/components/po-field/po-combo/po-combo-filter.service.d.ts +1 -2
  37. package/lib/components/po-field/po-combo/po-combo.component.d.ts +3 -8
  38. package/lib/components/po-field/po-datepicker/po-datepicker-base.component.d.ts +1 -3
  39. package/lib/components/po-field/po-datepicker/po-datepicker.component.d.ts +2 -8
  40. package/lib/components/po-field/po-datepicker-range/po-datepicker-range-base.component.d.ts +1 -3
  41. package/lib/components/po-field/po-datepicker-range/po-datepicker-range.component.d.ts +2 -8
  42. package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +2 -5
  43. package/lib/components/po-field/po-email/po-email.component.d.ts +2 -4
  44. package/lib/components/po-field/po-field-container/po-field-container.component.d.ts +1 -2
  45. package/lib/components/po-field/po-input/po-input-base.component.d.ts +1 -3
  46. package/lib/components/po-field/po-input/po-input.component.d.ts +2 -4
  47. package/lib/components/po-field/po-input-generic/po-input-generic.d.ts +1 -3
  48. package/lib/components/po-field/po-login/po-login.component.d.ts +1 -4
  49. package/lib/components/po-field/po-lookup/po-lookup-base.component.d.ts +1 -3
  50. package/lib/components/po-field/po-lookup/po-lookup-modal/po-lookup-modal.component.d.ts +2 -3
  51. package/lib/components/po-field/po-lookup/po-lookup.component.d.ts +2 -7
  52. package/lib/components/po-field/po-lookup/services/po-lookup-modal.service.d.ts +0 -2
  53. package/lib/components/po-field/po-multiselect/po-multiselect-base.component.d.ts +1 -3
  54. package/lib/components/po-field/po-multiselect/po-multiselect-dropdown/po-multiselect-dropdown.component.d.ts +1 -2
  55. package/lib/components/po-field/po-multiselect/po-multiselect-filter.service.d.ts +0 -2
  56. package/lib/components/po-field/po-multiselect/po-multiselect.component.d.ts +2 -6
  57. package/lib/components/po-field/po-number/po-number-base.component.d.ts +1 -3
  58. package/lib/components/po-field/po-number/po-number.component.d.ts +1 -4
  59. package/lib/components/po-field/po-password/po-password.component.d.ts +1 -4
  60. package/lib/components/po-field/po-radio/po-radio.component.d.ts +1 -4
  61. package/lib/components/po-field/po-radio-group/po-radio-group-base.component.d.ts +0 -3
  62. package/lib/components/po-field/po-radio-group/po-radio-group.component.d.ts +2 -4
  63. package/lib/components/po-field/po-rich-text/po-rich-text-base.component.d.ts +1 -3
  64. package/lib/components/po-field/po-rich-text/po-rich-text-body/po-rich-text-body.component.d.ts +0 -2
  65. package/lib/components/po-field/po-rich-text/po-rich-text-image-modal/po-rich-text-image-modal.component.d.ts +1 -2
  66. package/lib/components/po-field/po-rich-text/po-rich-text-link-modal/po-rich-text-link-modal.component.d.ts +1 -2
  67. package/lib/components/po-field/po-rich-text/po-rich-text-toolbar/po-rich-text-toolbar.component.d.ts +1 -2
  68. package/lib/components/po-field/po-rich-text/po-rich-text.component.d.ts +2 -5
  69. package/lib/components/po-field/po-select/po-select.component.d.ts +3 -7
  70. package/lib/components/po-field/po-switch/po-switch.component.d.ts +1 -4
  71. package/lib/components/po-field/po-textarea/po-textarea-base.component.d.ts +1 -3
  72. package/lib/components/po-field/po-textarea/po-textarea.component.d.ts +2 -4
  73. package/lib/components/po-field/po-upload/po-upload-base.component.d.ts +1 -3
  74. package/lib/components/po-field/po-upload/po-upload-base.service.d.ts +0 -2
  75. 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
  76. 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
  77. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.component.d.ts +1 -2
  78. package/lib/components/po-field/po-upload/po-upload-drag-drop/po-upload-drag-drop.directive.d.ts +0 -3
  79. package/lib/components/po-field/po-upload/po-upload-file-restrictions/po-upload-file-restrictions.component.d.ts +2 -3
  80. package/lib/components/po-field/po-upload/po-upload.component.d.ts +2 -8
  81. package/lib/components/po-field/po-url/po-url.component.d.ts +2 -4
  82. package/lib/components/po-grid/po-grid-cell/po-grid-cell.component.d.ts +1 -2
  83. package/lib/components/po-grid/po-grid.component.d.ts +2 -2
  84. package/lib/components/po-header/index.d.ts +7 -0
  85. package/lib/components/po-header/interfaces/po-header-action-tool.interface.d.ts +138 -0
  86. package/lib/components/po-header/interfaces/po-header-actions.interface.d.ts +49 -0
  87. package/lib/components/po-header/interfaces/po-header-brand.interface.d.ts +59 -0
  88. package/lib/components/po-header/interfaces/po-header-literals.interface.d.ts +13 -0
  89. package/lib/components/po-header/interfaces/po-header-user.interface.d.ts +74 -0
  90. package/lib/components/po-header/po-header-base.component.d.ts +266 -0
  91. package/lib/components/po-header/po-header-brand/po-header-brand.component.d.ts +27 -0
  92. package/lib/components/po-header/po-header-customer/po-header-customer.component.d.ts +32 -0
  93. package/lib/components/po-header/po-header-menu-item/po-header-menu-item.component.d.ts +50 -0
  94. package/lib/components/po-header/po-header-tools/po-header-tools.component.d.ts +31 -0
  95. package/lib/components/po-header/po-header.component.d.ts +83 -0
  96. package/lib/components/po-header/po-header.module.d.ts +27 -0
  97. package/lib/components/po-list-view/po-list-view-base.component.d.ts +1 -3
  98. package/lib/components/po-list-view/po-list-view.component.d.ts +2 -5
  99. package/lib/components/po-listbox/interfaces/po-listbox-literals.interface.d.ts +1 -0
  100. package/lib/components/po-listbox/po-item-list/po-item-list-base.component.d.ts +2 -1
  101. package/lib/components/po-listbox/po-item-list/po-item-list.component.d.ts +1 -2
  102. package/lib/components/po-listbox/po-listbox-base.component.d.ts +8 -4
  103. package/lib/components/po-listbox/po-listbox.component.d.ts +5 -8
  104. package/lib/components/po-listbox/po-search-list/po-search-list.component.d.ts +1 -2
  105. package/lib/components/po-loading/po-loading-overlay/po-loading-overlay.component.d.ts +1 -2
  106. package/lib/components/po-menu/po-menu-base.component.d.ts +6 -4
  107. package/lib/components/po-menu/po-menu-filter/po-menu-filter.component.d.ts +1 -1
  108. package/lib/components/po-menu/po-menu-item/po-menu-item.component.d.ts +0 -2
  109. package/lib/components/po-menu/po-menu-item.interface.d.ts +3 -0
  110. package/lib/components/po-menu/po-menu.component.d.ts +5 -10
  111. package/lib/components/po-menu/services/po-menu-global.service.d.ts +6 -0
  112. package/lib/components/po-menu/services/po-menu.service.d.ts +0 -2
  113. package/lib/components/po-menu-panel/po-menu-panel-item/po-menu-panel-item.component.d.ts +0 -2
  114. package/lib/components/po-menu-panel/po-menu-panel.component.d.ts +1 -5
  115. package/lib/components/po-modal/po-modal-base.component.d.ts +1 -3
  116. package/lib/components/po-modal/po-modal.component.d.ts +1 -5
  117. package/lib/components/po-navbar/po-navbar-actions/po-navbar-action/po-navbar-action.component.d.ts +1 -3
  118. package/lib/components/po-navbar/po-navbar-items/po-navbar-items.component.d.ts +0 -2
  119. package/lib/components/po-navbar/po-navbar.component.d.ts +2 -5
  120. package/lib/components/po-page/po-page-content/po-page-content.component.d.ts +1 -1
  121. package/lib/components/po-page/po-page-default/po-page-default-base.component.d.ts +1 -3
  122. package/lib/components/po-page/po-page-default/po-page-default.component.d.ts +2 -6
  123. package/lib/components/po-page/po-page-detail/po-page-detail-base.component.d.ts +1 -3
  124. package/lib/components/po-page/po-page-edit/po-page-edit-base.component.d.ts +1 -3
  125. package/lib/components/po-page/po-page-list/po-page-list-base.component.d.ts +1 -3
  126. package/lib/components/po-page/po-page-list/po-page-list.component.d.ts +2 -6
  127. package/lib/components/po-page/po-page-slide/po-page-slide-base.component.d.ts +0 -3
  128. package/lib/components/po-page/po-page-slide/po-page-slide.component.d.ts +1 -5
  129. package/lib/components/po-popover/po-popover.component.d.ts +5 -2
  130. package/lib/components/po-popup/po-popup-base.component.d.ts +2 -4
  131. package/lib/components/po-popup/po-popup.component.d.ts +2 -6
  132. package/lib/components/po-progress/po-progress-base.component.d.ts +0 -3
  133. package/lib/components/po-progress/po-progress.component.d.ts +0 -3
  134. package/lib/components/po-search/enums/po-search-filter-mode.enum.d.ts +1 -1
  135. package/lib/components/po-search/index.d.ts +1 -1
  136. package/lib/components/po-search/interfaces/po-search-filter-select.interface.d.ts +1 -5
  137. package/lib/components/po-search/interfaces/po-search-locate-summary.interface.d.ts +13 -0
  138. package/lib/components/po-search/literals/po-search-literals-default.d.ts +7 -1
  139. package/lib/components/po-search/literals/po-search-literals.interface.d.ts +51 -0
  140. package/lib/components/po-search/po-search-base.component.d.ts +201 -79
  141. package/lib/components/po-search/po-search.component.d.ts +43 -14
  142. package/lib/components/po-slide/po-slide.component.d.ts +0 -2
  143. package/lib/components/po-stepper/po-step/po-step.component.d.ts +1 -2
  144. package/lib/components/po-stepper/po-stepper-label/po-stepper-label.component.d.ts +1 -2
  145. package/lib/components/po-stepper/po-stepper.component.d.ts +1 -2
  146. package/lib/components/po-table/po-table-base.component.d.ts +1 -3
  147. package/lib/components/po-table/po-table-column-manager/po-table-column-manager.component.d.ts +1 -3
  148. package/lib/components/po-table/po-table-detail/po-table-detail.component.d.ts +1 -3
  149. package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +2 -4
  150. package/lib/components/po-table/po-table.component.d.ts +2 -4
  151. package/lib/components/po-tabs/po-tab/po-tab.component.d.ts +1 -3
  152. package/lib/components/po-tabs/po-tab-button/po-tab-button.component.d.ts +0 -1
  153. package/lib/components/po-tabs/po-tab-dropdown/po-tab-dropdown.component.d.ts +0 -1
  154. package/lib/components/po-tabs/po-tabs-base.component.d.ts +0 -3
  155. package/lib/components/po-tabs/po-tabs.component.d.ts +1 -5
  156. package/lib/components/po-tag/po-tag.component.d.ts +1 -2
  157. package/lib/components/po-toaster/po-toaster-base.component.d.ts +0 -3
  158. package/lib/components/po-toaster/po-toaster.component.d.ts +3 -6
  159. package/lib/components/po-toolbar/po-toolbar-notification/po-toolbar-notification.component.d.ts +1 -2
  160. package/lib/components/po-toolbar/po-toolbar.component.d.ts +1 -3
  161. package/lib/components/po-tree-view/po-tree-view-base.component.d.ts +0 -3
  162. package/lib/components/po-tree-view/po-tree-view-item/po-tree-view-item.component.d.ts +0 -2
  163. package/lib/components/po-tree-view/po-tree-view.component.d.ts +0 -4
  164. package/lib/components/po-widget/po-widget-base.component.d.ts +0 -3
  165. package/lib/components/po-widget/po-widget.component.d.ts +3 -3
  166. package/lib/services/po-dialog/po-dialog.component.d.ts +1 -3
  167. package/lib/services/po-notification/po-notification-base.service.d.ts +0 -3
  168. package/lib/services/po-notification/po-notification.service.d.ts +1 -3
  169. package/lib/utils/util.d.ts +25 -0
  170. package/package.json +4 -4
  171. package/po-ui-ng-components-19.26.0.tgz +0 -0
  172. package/schematics/ng-add/index.js +1 -1
  173. package/schematics/ng-update/v14/index.js +1 -1
  174. package/schematics/ng-update/v15/index.js +1 -1
  175. package/schematics/ng-update/v16/index.js +1 -1
  176. package/schematics/ng-update/v17/index.js +1 -1
  177. package/schematics/ng-update/v18/index.js +2 -2
  178. package/schematics/ng-update/v19/index.js +2 -2
  179. package/schematics/ng-update/v2/index.js +1 -1
  180. package/schematics/ng-update/v3/index.js +1 -1
  181. package/schematics/ng-update/v4/index.js +1 -1
  182. package/schematics/ng-update/v5/index.js +1 -1
  183. package/schematics/ng-update/v6/index.js +1 -1
  184. package/fesm2022/po-ui-ng-components-po-chart-modal-table.component-mSWyBcer.mjs.map +0 -1
  185. package/lib/components/po-search/literals/po-search-literals.d.ts +0 -32
  186. package/po-ui-ng-components-19.24.0.tgz +0 -0
@@ -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, ChangeDetectorRef, QueryList } from '@angular/core';
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, poThemeService: PoThemeService);
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 { HttpClient, HttpHeaders } from '@angular/common/http';
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, ChangeDetectorRef, ElementRef, IterableDiffers, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
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(element: ElementRef, differs: IterableDiffers, defaultService: PoComboFilterService, renderer: Renderer2, controlPosition: PoControlPositionService, changeDetector: ChangeDetectorRef, poThemeService: PoThemeService, languageService: PoLanguageService);
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, poThemeService: PoThemeService);
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, ChangeDetectorRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core';
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(languageService: PoLanguageService, cd: ChangeDetectorRef, poThemeService: PoThemeService, controlPosition: PoControlPositionService, renderer: Renderer2, el: ElementRef);
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, poThemeService: PoThemeService, languageService: PoLanguageService);
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, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
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(changeDetector: ChangeDetectorRef, controlPosition: PoControlPositionService, renderer: Renderer2, cd: ChangeDetectorRef, poLanguageService: PoLanguageService, poDateService: PoDateService, poDatepickerRangeElement: ElementRef, poThemeService: PoThemeService);
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, ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
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(el: ElementRef, poLanguageService: PoLanguageService, cd: ChangeDetectorRef, poThemeService: PoThemeService);
127
+ constructor();
131
128
  ngOnInit(): void;
132
129
  setNumbersSeparators(): void;
133
130
  ngAfterViewInit(): void;
@@ -1,6 +1,5 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy } from '@angular/core';
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(el: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
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(languageService: PoLanguageService);
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, poThemeService?: PoThemeService);
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 { ChangeDetectorRef, ElementRef } from '@angular/core';
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(el: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
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, poThemeService?: PoThemeService);
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(el: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
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, poThemeService: PoThemeService);
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 { ChangeDetectorRef, ComponentRef, ElementRef, OnInit, ViewContainerRef } from '@angular/core';
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(poLanguage: PoLanguageService, changeDetector: ChangeDetectorRef);
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, ChangeDetectorRef, DoCheck, ElementRef, Injector, OnDestroy, OnInit, Renderer2 } from '@angular/core';
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(languageService: PoLanguageService, renderer: Renderer2, poLookupFilterService: PoLookupFilterService, poLookupModalService: PoLookupModalService, cd: ChangeDetectorRef, el: ElementRef, injector: Injector, poThemeService: PoThemeService);
109
+ constructor();
115
110
  ngAfterViewInit(): void;
116
111
  ngDoCheck(): void;
117
112
  ngOnDestroy(): void;
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { PoLookupColumn } from '../../../../components/po-field/po-lookup/interfaces/po-lookup-column.interface';
3
3
  import { PoLookupFilter } from '../../../../components/po-field/po-lookup/interfaces/po-lookup-filter.interface';
4
- import { PoComponentInjectorService } from '../../../../services/po-component-injector/po-component-injector.service';
5
4
  import { PoDynamicFormField } from '../../../po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface';
6
5
  import { PoLookupLiterals } from '../interfaces/po-lookup-literals.interface';
7
6
  import * as i0 from "@angular/core";
@@ -14,7 +13,6 @@ export declare class PoLookupModalService {
14
13
  private poComponentInjector;
15
14
  selectValueEvent: EventEmitter<any>;
16
15
  private componentRef;
17
- constructor(poComponentInjector: PoComponentInjectorService);
18
16
  /**
19
17
  * Método responsável por abrir a modal de busca das informações.
20
18
  *
@@ -2,7 +2,6 @@ import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { AbstractControl, ControlValueAccessor, Validator } from '@angular/forms';
3
3
  import { Observable, Subject, Subscription } from 'rxjs';
4
4
  import { PoLanguageService } from '../../../services/po-language/po-language.service';
5
- import { PoThemeService } from '../../../services';
6
5
  import { PoMultiselectFilterMode } from './enums/po-multiselect-filter-mode.enum';
7
6
  import { PoMultiselectFilter } from './interfaces/po-multiselect-filter.interface';
8
7
  import { PoMultiselectLiterals } from './interfaces/po-multiselect-literals.interface';
@@ -72,7 +71,6 @@ export declare const poMultiselectLiteralsDefault: {
72
71
  *
73
72
  */
74
73
  export declare abstract class PoMultiselectBaseComponent implements ControlValueAccessor, OnInit, Validator {
75
- protected poThemeService: PoThemeService;
76
74
  protected cd?: ChangeDetectorRef;
77
75
  additionalHelpEventTrigger: string | undefined;
78
76
  /**
@@ -493,7 +491,7 @@ export declare abstract class PoMultiselectBaseComponent implements ControlValue
493
491
  */
494
492
  set fieldValue(value: string);
495
493
  get fieldValue(): string;
496
- constructor(languageService: PoLanguageService, poThemeService: PoThemeService, cd?: ChangeDetectorRef);
494
+ constructor(languageService: PoLanguageService, cd?: ChangeDetectorRef);
497
495
  ngOnInit(): void;
498
496
  setService(service: PoMultiselectFilter | string): void;
499
497
  validAndSortOptions(): void;
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
1
+ import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
2
2
  import { PoMultiselectLiterals } from '../interfaces/po-multiselect-literals.interface';
3
3
  import { PoMultiselectOption } from '../interfaces/po-multiselect-option.interface';
4
4
  import { PoListBoxComponent } from './../../../po-listbox/po-listbox.component';
@@ -49,7 +49,6 @@ export declare class PoMultiselectDropdownComponent {
49
49
  listbox: PoListBoxComponent;
50
50
  scrollTop: number;
51
51
  show: boolean;
52
- constructor(cd: ChangeDetectorRef);
53
52
  get hasOptions(): boolean;
54
53
  scrollTo(index: any): void;
55
54
  isSelectedItem(option: PoMultiselectOption): boolean;
@@ -1,4 +1,3 @@
1
- import { HttpClient } from '@angular/common/http';
2
1
  import { Observable } from 'rxjs';
3
2
  import { PoMultiselectFilter } from './interfaces/po-multiselect-filter.interface';
4
3
  import { PoMultiselectOption } from './interfaces/po-multiselect-option.interface';
@@ -10,7 +9,6 @@ export declare class PoMultiselectFilterService implements PoMultiselectFilter {
10
9
  private _url;
11
10
  private messages;
12
11
  get url(): string;
13
- constructor(http: HttpClient);
14
12
  getFilteredData({ value }: any): Observable<Array<PoMultiselectOption | any>>;
15
13
  getObjectsByValues(value: Array<string | number>): Observable<Array<PoMultiselectOption | any>>;
16
14
  configProperties(url: string, fieldLabel: string, fieldValue: string): void;
@@ -1,8 +1,5 @@
1
- import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
1
+ import { AfterViewInit, DoCheck, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { PoLanguageService } from '../../../services/po-language/po-language.service';
4
- import { PoControlPositionService } from './../../../services/po-control-position/po-control-position.service';
5
- import { PoThemeService } from '../../../services';
6
3
  import { PoMultiselectOption } from './interfaces/po-multiselect-option.interface';
7
4
  import { PoMultiselectBaseComponent } from './po-multiselect-base.component';
8
5
  import { PoMultiselectFilterService } from './po-multiselect-filter.service';
@@ -56,7 +53,6 @@ export declare class PoMultiselectComponent extends PoMultiselectBaseComponent i
56
53
  private el;
57
54
  private controlPosition;
58
55
  defaultService: PoMultiselectFilterService;
59
- protected poThemeService: PoThemeService;
60
56
  multiselectOptionTemplate: PoMultiselectOptionTemplateDirective;
61
57
  dropdownElement: ElementRef;
62
58
  dropdown: any;
@@ -77,7 +73,7 @@ export declare class PoMultiselectComponent extends PoMultiselectBaseComponent i
77
73
  private isCalculateVisibleItems;
78
74
  private cacheOptions;
79
75
  private focusOnTag;
80
- constructor(renderer: Renderer2, changeDetector: ChangeDetectorRef, el: ElementRef, controlPosition: PoControlPositionService, defaultService: PoMultiselectFilterService, languageService: PoLanguageService, poThemeService: PoThemeService);
76
+ constructor();
81
77
  ngAfterViewInit(): void;
82
78
  ngOnChanges(changes: SimpleChanges): void;
83
79
  ngDoCheck(): void;
@@ -1,12 +1,10 @@
1
1
  import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { PoThemeService } from '../../../services';
3
2
  import { PoInputGeneric } from '../po-input-generic/po-input-generic';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare abstract class PoNumberBaseComponent extends PoInputGeneric {
6
- protected poThemeService: PoThemeService;
7
5
  type: string;
8
6
  protected invalidInputValueOnBlur: boolean;
9
- constructor(elementRef: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
7
+ constructor(elementRef: ElementRef, cd: ChangeDetectorRef);
10
8
  eventOnInput(e: any): void;
11
9
  onBlur(event: any): void;
12
10
  onKeyDown(event: any): void;
@@ -1,7 +1,5 @@
1
- import { ChangeDetectorRef, ElementRef } from '@angular/core';
2
1
  import { AbstractControl } from '@angular/forms';
3
2
  import { PoNumberBaseComponent } from './po-number-base.component';
4
- import { PoThemeService } from '../../../services';
5
3
  import * as i0 from "@angular/core";
6
4
  /**
7
5
  * @docsExtends PoInputBaseComponent
@@ -30,7 +28,6 @@ import * as i0 from "@angular/core";
30
28
  * </example>
31
29
  */
32
30
  export declare class PoNumberComponent extends PoNumberBaseComponent {
33
- protected poThemeService: PoThemeService;
34
31
  /**
35
32
  * @optional
36
33
  *
@@ -54,7 +51,7 @@ export declare class PoNumberComponent extends PoNumberBaseComponent {
54
51
  max?: number;
55
52
  set setMax(max: number);
56
53
  id: string;
57
- constructor(el: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
54
+ constructor();
58
55
  onWheel(event: Event): void;
59
56
  extraValidation(abstractControl: AbstractControl): {
60
57
  [key: string]: any;
@@ -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
  /**
@@ -27,7 +25,6 @@ import * as i0 from "@angular/core";
27
25
  * </example>
28
26
  */
29
27
  export declare class PoPasswordComponent extends PoInputGeneric {
30
- protected poThemeService: PoThemeService;
31
28
  id: string;
32
29
  type: string;
33
30
  visiblePassword: boolean;
@@ -47,7 +44,7 @@ export declare class PoPasswordComponent extends PoInputGeneric {
47
44
  get noAutocomplete(): boolean;
48
45
  get hidePasswordPeek(): boolean;
49
46
  get autocomplete(): string;
50
- constructor(el: ElementRef, cd: ChangeDetectorRef, poThemeService: PoThemeService);
47
+ constructor();
51
48
  extraValidation(c: AbstractControl): {
52
49
  [key: string]: any;
53
50
  };
@@ -1,10 +1,8 @@
1
- import { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
2
  import { PoFieldModel } from '../po-field.model';
3
- import { PoThemeService } from '../../../services';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class PoRadioComponent extends PoFieldModel<boolean> {
6
5
  private changeDetector;
7
- protected poThemeService: PoThemeService;
8
6
  private renderer;
9
7
  radio: ElementRef;
10
8
  radioInput: ElementRef;
@@ -21,7 +19,6 @@ export declare class PoRadioComponent extends PoFieldModel<boolean> {
21
19
  blur: EventEmitter<any>;
22
20
  /** Emite evento para a tabela ao selecionar ou desselecionar */
23
21
  changeSelected: EventEmitter<any>;
24
- constructor(changeDetector: ChangeDetectorRef, poThemeService: PoThemeService, renderer: Renderer2);
25
22
  /**
26
23
  * Função que atribui foco ao *radio*.
27
24
  *