@po-ui/ng-components 20.12.0 → 21.0.0-next.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/README.md +1 -1
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs → po-ui-ng-components-po-chart-modal-table.component-CbaQDNei.mjs} +4 -4
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-C8jlPZLV.mjs.map → po-ui-ng-components-po-chart-modal-table.component-CbaQDNei.mjs.map} +1 -1
- package/fesm2022/po-ui-ng-components.mjs +1420 -1573
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/po-accordion/po-accordion-base.component.d.ts +17 -0
- package/lib/components/po-field/po-checkbox/po-checkbox.component.d.ts +0 -2
- package/lib/components/po-field/po-select/po-select.component.d.ts +0 -2
- package/lib/components/po-field/validators.d.ts +3 -0
- package/lib/components/po-icon/po-icon-dictionary.d.ts +0 -7
- package/lib/components/po-icon/po-icon.component.d.ts +1 -3
- package/lib/components/po-search/po-search-base.component.d.ts +20 -1
- package/lib/components/po-search/po-search.component.d.ts +1 -0
- package/lib/components/po-table/po-table-list-manager/po-table-list-manager.component.d.ts +1 -5
- package/lib/components/po-table/po-table.component.d.ts +2 -6
- package/lib/components/po-widget/po-widget.component.d.ts +1 -1
- package/lib/interceptors/po-http-request/po-http-request-interceptor.service.d.ts +1 -1
- package/lib/services/po-theme/po-theme.service.d.ts +1 -5
- package/lib/utils/util.d.ts +27 -0
- package/package.json +18 -18
- package/po-ui-ng-components-21.0.0-next.0.tgz +0 -0
- package/schematics/migrations.json +5 -0
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/setup-project.js +28 -4
- package/schematics/ng-add/setup-project.js.map +1 -1
- package/schematics/ng-generate/sidemenu/files/app.spec.ts.template +4 -4
- package/schematics/ng-generate/sidemenu/files-standalone/app.spec.ts.template +7 -7
- 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/changes.d.ts +12 -0
- package/schematics/ng-update/v21/changes.js +200 -0
- package/schematics/ng-update/v21/changes.js.map +1 -0
- package/schematics/ng-update/v21/index.d.ts +2 -0
- package/schematics/ng-update/v21/index.js +93 -0
- package/schematics/ng-update/v21/index.js.map +1 -0
- 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/{index.d.ts → types/po-ui-ng-components.d.ts} +55 -41
- package/po-ui-ng-components-20.12.0.tgz +0 -0
|
@@ -12,12 +12,12 @@ import { ControlValueAccessor, AbstractControl, Validator, ValidationErrors, NgF
|
|
|
12
12
|
import * as i3 from '@angular/cdk/overlay';
|
|
13
13
|
import * as i9 from '@angular/cdk/listbox';
|
|
14
14
|
import * as _po_ui_ng_components from '@po-ui/ng-components';
|
|
15
|
+
import * as _angular_common_http from '@angular/common/http';
|
|
15
16
|
import { HttpHeaders, HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpResponse, HttpErrorResponse } from '@angular/common/http';
|
|
16
17
|
import * as i19 from '@angular/cdk/drag-drop';
|
|
17
18
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
18
19
|
import * as i18 from '@angular/cdk/scrolling';
|
|
19
20
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
20
|
-
import * as _angular_common_module_d from '@angular/common/module.d';
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* @docsPrivate
|
|
@@ -217,6 +217,7 @@ interface PoAccordionLiterals {
|
|
|
217
217
|
declare class PoAccordionBaseComponent {
|
|
218
218
|
private language;
|
|
219
219
|
private _literals;
|
|
220
|
+
private _size?;
|
|
220
221
|
/**
|
|
221
222
|
* @optional
|
|
222
223
|
*
|
|
@@ -275,6 +276,22 @@ declare class PoAccordionBaseComponent {
|
|
|
275
276
|
* @default `false`
|
|
276
277
|
*/
|
|
277
278
|
allowExpandItems: boolean;
|
|
279
|
+
/**
|
|
280
|
+
* @optional
|
|
281
|
+
*
|
|
282
|
+
* @description
|
|
283
|
+
*
|
|
284
|
+
* Define o tamanho do componente:
|
|
285
|
+
* - `small`: altura de 32px (disponível apenas para acessibilidade AA).
|
|
286
|
+
* - `medium`: altura de 44px.
|
|
287
|
+
*
|
|
288
|
+
* > Caso a acessibilidade AA não esteja configurada, o tamanho `medium` será mantido.
|
|
289
|
+
* Para mais detalhes, consulte a documentação do [po-theme](https://po-ui.io/documentation/po-theme).
|
|
290
|
+
*
|
|
291
|
+
* @default `medium`
|
|
292
|
+
*/
|
|
293
|
+
set size(value: string);
|
|
294
|
+
get size(): string;
|
|
278
295
|
/**
|
|
279
296
|
* @optional
|
|
280
297
|
*
|
|
@@ -295,7 +312,7 @@ declare class PoAccordionBaseComponent {
|
|
|
295
312
|
collapseAllEvent: EventEmitter<void>;
|
|
296
313
|
constructor(languageService: PoLanguageService);
|
|
297
314
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoAccordionBaseComponent, never>;
|
|
298
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoAccordionBaseComponent, never, never, { "literals": { "alias": "p-literals"; "required": false; }; "showManagerAccordion": { "alias": "p-show-manager-accordion"; "required": false; }; "allowExpandItems": { "alias": "p-allow-expand-all-items"; "required": false; }; }, { "expandAllEvent": "p-expand-all"; "collapseAllEvent": "p-collapse-all"; }, never, never, true, never>;
|
|
315
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoAccordionBaseComponent, never, never, { "literals": { "alias": "p-literals"; "required": false; }; "showManagerAccordion": { "alias": "p-show-manager-accordion"; "required": false; }; "allowExpandItems": { "alias": "p-allow-expand-all-items"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; }, { "expandAllEvent": "p-expand-all"; "collapseAllEvent": "p-collapse-all"; }, never, never, true, never>;
|
|
299
316
|
static ngAcceptInputType_showManagerAccordion: any;
|
|
300
317
|
static ngAcceptInputType_allowExpandItems: any;
|
|
301
318
|
}
|
|
@@ -723,9 +740,7 @@ declare class PoIconComponent {
|
|
|
723
740
|
private _icon;
|
|
724
741
|
private _iconToken;
|
|
725
742
|
hostPIcon: string | null;
|
|
726
|
-
constructor(
|
|
727
|
-
[key: string]: string;
|
|
728
|
-
});
|
|
743
|
+
constructor();
|
|
729
744
|
/**
|
|
730
745
|
* Define o ícone a ser exibido.
|
|
731
746
|
*
|
|
@@ -754,7 +769,7 @@ declare class PoIconComponent {
|
|
|
754
769
|
private processIcon;
|
|
755
770
|
private processIconTokens;
|
|
756
771
|
private splitIconNames;
|
|
757
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent,
|
|
772
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoIconComponent, never>;
|
|
758
773
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoIconComponent, "po-icon", never, { "icon": { "alias": "p-icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
759
774
|
}
|
|
760
775
|
|
|
@@ -3657,7 +3672,6 @@ declare abstract class PoCheckboxBaseComponent implements ControlValueAccessor {
|
|
|
3657
3672
|
*/
|
|
3658
3673
|
declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements AfterViewInit, OnChanges, OnInit {
|
|
3659
3674
|
private readonly changeDetector;
|
|
3660
|
-
private _iconToken;
|
|
3661
3675
|
showTip: boolean;
|
|
3662
3676
|
checkboxLabel: ElementRef;
|
|
3663
3677
|
labelEl: ElementRef<HTMLElement>;
|
|
@@ -3723,7 +3737,6 @@ declare class PoCheckboxComponent extends PoCheckboxBaseComponent implements Aft
|
|
|
3723
3737
|
protected changeModelValue(value: boolean | null | string): void;
|
|
3724
3738
|
private isAdditionalHelpEventTriggered;
|
|
3725
3739
|
handleLabelTooltip(): void;
|
|
3726
|
-
get iconNameLib(): string;
|
|
3727
3740
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoCheckboxComponent, never>;
|
|
3728
3741
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoCheckboxComponent, "po-checkbox", never, {}, {}, never, never, false, never>;
|
|
3729
3742
|
}
|
|
@@ -7594,7 +7607,7 @@ declare abstract class PoTableBaseComponent implements OnChanges, OnDestroy {
|
|
|
7594
7607
|
declare class PoTableComponent extends PoTableBaseComponent implements AfterViewInit, DoCheck, OnDestroy, OnInit {
|
|
7595
7608
|
private changeDetector;
|
|
7596
7609
|
private decimalPipe;
|
|
7597
|
-
private defaultService;
|
|
7610
|
+
private readonly defaultService;
|
|
7598
7611
|
tableRowTemplate: PoTableRowTemplateDirective;
|
|
7599
7612
|
tableCellTemplate: PoTableCellTemplateDirective;
|
|
7600
7613
|
tableColumnTemplates: QueryList<PoTableColumnTemplateDirective>;
|
|
@@ -7633,7 +7646,6 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
|
|
|
7633
7646
|
confirm: PoModalAction;
|
|
7634
7647
|
private _columnManagerTarget;
|
|
7635
7648
|
private _columnManagerTargetFixed;
|
|
7636
|
-
private _iconToken;
|
|
7637
7649
|
private differ;
|
|
7638
7650
|
private footerHeight;
|
|
7639
7651
|
private headerHeight;
|
|
@@ -7648,10 +7660,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
|
|
|
7648
7660
|
get columnManagerTarget(): ElementRef;
|
|
7649
7661
|
set columnManagerTargetFixed(value: ElementRef);
|
|
7650
7662
|
get columnManagerTargetFixed(): ElementRef;
|
|
7651
|
-
|
|
7652
|
-
constructor(poDate: PoDateService, differs: IterableDiffers, renderer: Renderer2, poLanguageService: PoLanguageService, changeDetector: ChangeDetectorRef, decimalPipe: DecimalPipe, defaultService: PoTableService, value: {
|
|
7653
|
-
[key: string]: string;
|
|
7654
|
-
});
|
|
7663
|
+
constructor(poDate: PoDateService, differs: IterableDiffers, renderer: Renderer2, poLanguageService: PoLanguageService, changeDetector: ChangeDetectorRef, decimalPipe: DecimalPipe, defaultService: PoTableService);
|
|
7655
7664
|
get hasRowTemplateWithArrowDirectionRight(): boolean;
|
|
7656
7665
|
get columnCount(): number;
|
|
7657
7666
|
get columnCountForMasterDetail(): number;
|
|
@@ -7823,7 +7832,7 @@ declare class PoTableComponent extends PoTableBaseComponent implements AfterView
|
|
|
7823
7832
|
private setTableOpacity;
|
|
7824
7833
|
private verifyChangeHeightInFooter;
|
|
7825
7834
|
private toggleSelect;
|
|
7826
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent,
|
|
7835
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoTableComponent, never>;
|
|
7827
7836
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoTableComponent, "po-table", never, {}, {}, ["tableRowTemplate", "tableCellTemplate", "tableColumnTemplates"], never, false, never>;
|
|
7828
7837
|
}
|
|
7829
7838
|
|
|
@@ -8755,7 +8764,6 @@ declare class PoCheckboxGroupComponent extends PoCheckboxGroupBaseComponent impl
|
|
|
8755
8764
|
type Direction = 'up' | 'down';
|
|
8756
8765
|
declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
|
|
8757
8766
|
private _componentsSize?;
|
|
8758
|
-
private _iconToken;
|
|
8759
8767
|
private changePosition;
|
|
8760
8768
|
private changeColumnFixed;
|
|
8761
8769
|
columnsManager: Array<PoTableColumn>;
|
|
@@ -8777,10 +8785,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
|
|
|
8777
8785
|
get componentsSize(): string;
|
|
8778
8786
|
hideActionFixedColumns: boolean;
|
|
8779
8787
|
literals: any;
|
|
8780
|
-
|
|
8781
|
-
constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef, value: {
|
|
8782
|
-
[key: string]: string;
|
|
8783
|
-
});
|
|
8788
|
+
constructor(languageService: PoLanguageService, changeDetector: ChangeDetectorRef);
|
|
8784
8789
|
emitChangePosition(option: any, direction: Direction): void;
|
|
8785
8790
|
verifyArrowDisabled(option: any, direction: Direction): boolean;
|
|
8786
8791
|
emitFixed(option: any): void;
|
|
@@ -8788,7 +8793,7 @@ declare class PoTableListManagerComponent extends PoCheckboxGroupComponent {
|
|
|
8788
8793
|
existedFixedItem(): boolean;
|
|
8789
8794
|
checksIfHasFiveFixed(option: any): boolean;
|
|
8790
8795
|
clickSwitch(option: any): void;
|
|
8791
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent,
|
|
8796
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoTableListManagerComponent, never>;
|
|
8792
8797
|
static ɵcmp: i0.ɵɵComponentDeclaration<PoTableListManagerComponent, "po-table-list-manager", never, { "columnsManager": { "alias": "p-columns-manager"; "required": false; }; "componentsSize": { "alias": "p-components-size"; "required": false; }; "hideActionFixedColumns": { "alias": "p-hide-action-fixed-columns"; "required": false; }; }, { "changePosition": "p-change-position"; "changeColumnFixed": "p-change-fixed"; }, never, never, false, never>;
|
|
8793
8798
|
static ngAcceptInputType_hideActionFixedColumns: any;
|
|
8794
8799
|
}
|
|
@@ -9949,9 +9954,9 @@ type searchMode = 'action' | 'trigger' | 'locate' | 'execute';
|
|
|
9949
9954
|
*
|
|
9950
9955
|
*/
|
|
9951
9956
|
declare class PoSearchBaseComponent {
|
|
9957
|
+
protected language: string;
|
|
9952
9958
|
private _literals?;
|
|
9953
9959
|
private _ariaLabel?;
|
|
9954
|
-
protected language: string;
|
|
9955
9960
|
private _filterSelect?;
|
|
9956
9961
|
private _size?;
|
|
9957
9962
|
private _keysLabel?;
|
|
@@ -10051,6 +10056,7 @@ declare class PoSearchBaseComponent {
|
|
|
10051
10056
|
* ```
|
|
10052
10057
|
*/
|
|
10053
10058
|
icon: string | TemplateRef<void>;
|
|
10059
|
+
id: string;
|
|
10054
10060
|
/**
|
|
10055
10061
|
* @optional
|
|
10056
10062
|
*
|
|
@@ -10105,6 +10111,24 @@ declare class PoSearchBaseComponent {
|
|
|
10105
10111
|
* > Compatível com a propriedade `p-search-type` do tipo `locate`.
|
|
10106
10112
|
*/
|
|
10107
10113
|
locateSummary: PoSearchLocateSummary;
|
|
10114
|
+
/**
|
|
10115
|
+
* @optional
|
|
10116
|
+
*
|
|
10117
|
+
* @description
|
|
10118
|
+
* Nome e identificador do campo.
|
|
10119
|
+
*
|
|
10120
|
+
*/
|
|
10121
|
+
name: string;
|
|
10122
|
+
/**
|
|
10123
|
+
* @optional
|
|
10124
|
+
*
|
|
10125
|
+
* @description
|
|
10126
|
+
*
|
|
10127
|
+
* Define a propriedade nativa `autocomplete` do campo como `off`.
|
|
10128
|
+
*
|
|
10129
|
+
* @default `false`
|
|
10130
|
+
*/
|
|
10131
|
+
noAutocomplete: boolean;
|
|
10108
10132
|
/**
|
|
10109
10133
|
* @optional
|
|
10110
10134
|
*
|
|
@@ -10260,8 +10284,9 @@ declare class PoSearchBaseComponent {
|
|
|
10260
10284
|
constructor(languageService: PoLanguageService);
|
|
10261
10285
|
ensureFilterSelectOption(values: any): any[];
|
|
10262
10286
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoSearchBaseComponent, never>;
|
|
10263
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PoSearchBaseComponent, never, never, { "ariaLabel": { "alias": "p-aria-label"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "filterKeys": { "alias": "p-filter-keys"; "required": false; }; "filterSelect": { "alias": "p-filter-select"; "required": false; }; "filterType": { "alias": "p-filter-type"; "required": false; }; "icon": { "alias": "p-icon"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "locateSummary": { "alias": "p-locate-summary"; "required": false; }; "type": { "alias": "p-search-type"; "required": false; }; "showListbox": { "alias": "p-show-listbox"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "keysLabel": { "alias": "p-keys-label"; "required": false; }; }, { "blur": "p-blur"; "changeModel": "p-change-model"; "filter": "p-filter"; "filteredItemsChange": "p-filtered-items-change"; "focusEvent": "p-focus"; "keydown": "p-keydown"; "listboxOnClick": "p-listbox-onclick"; "locateNext": "p-locate-next"; "locatePrevious": "p-locate-previous"; "footerAction": "p-footer-action-listbox"; }, never, never, true, never>;
|
|
10287
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PoSearchBaseComponent, never, never, { "ariaLabel": { "alias": "p-aria-label"; "required": false; }; "disabled": { "alias": "p-disabled"; "required": false; }; "filterKeys": { "alias": "p-filter-keys"; "required": false; }; "filterSelect": { "alias": "p-filter-select"; "required": false; }; "filterType": { "alias": "p-filter-type"; "required": false; }; "icon": { "alias": "p-icon"; "required": false; }; "id": { "alias": "p-id"; "required": false; }; "items": { "alias": "p-items"; "required": false; }; "literals": { "alias": "p-literals"; "required": false; }; "locateSummary": { "alias": "p-locate-summary"; "required": false; }; "name": { "alias": "name"; "required": false; }; "noAutocomplete": { "alias": "p-no-autocomplete"; "required": false; }; "type": { "alias": "p-search-type"; "required": false; }; "showListbox": { "alias": "p-show-listbox"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "keysLabel": { "alias": "p-keys-label"; "required": false; }; }, { "blur": "p-blur"; "changeModel": "p-change-model"; "filter": "p-filter"; "filteredItemsChange": "p-filtered-items-change"; "focusEvent": "p-focus"; "keydown": "p-keydown"; "listboxOnClick": "p-listbox-onclick"; "locateNext": "p-locate-next"; "locatePrevious": "p-locate-previous"; "footerAction": "p-footer-action-listbox"; }, never, never, true, never>;
|
|
10264
10288
|
static ngAcceptInputType_disabled: any;
|
|
10289
|
+
static ngAcceptInputType_noAutocomplete: any;
|
|
10265
10290
|
static ngAcceptInputType_showListbox: any;
|
|
10266
10291
|
}
|
|
10267
10292
|
|
|
@@ -10362,6 +10387,7 @@ declare class PoSearchComponent extends PoSearchBaseComponent implements OnInit,
|
|
|
10362
10387
|
label: string;
|
|
10363
10388
|
value: string;
|
|
10364
10389
|
}[];
|
|
10390
|
+
get autocomplete(): string;
|
|
10365
10391
|
onCloseListbox(): void;
|
|
10366
10392
|
onListboxClick(option: PoSearchOption | any, event?: any): void;
|
|
10367
10393
|
onBlur(): void;
|
|
@@ -20227,7 +20253,6 @@ declare abstract class PoFieldValidateModel<T> extends PoFieldModel<T> implement
|
|
|
20227
20253
|
declare class PoSelectComponent extends PoFieldValidateModel<any> implements AfterViewInit, OnChanges {
|
|
20228
20254
|
private el;
|
|
20229
20255
|
renderer: Renderer2;
|
|
20230
|
-
private _iconToken;
|
|
20231
20256
|
selectElement: ElementRef;
|
|
20232
20257
|
helperEl?: PoHelperComponent;
|
|
20233
20258
|
/**
|
|
@@ -20342,7 +20367,6 @@ declare class PoSelectComponent extends PoFieldValidateModel<any> implements Aft
|
|
|
20342
20367
|
*/
|
|
20343
20368
|
controlValueWithLabel?: boolean;
|
|
20344
20369
|
get fieldValue(): string;
|
|
20345
|
-
get iconNameLib(): string;
|
|
20346
20370
|
/**
|
|
20347
20371
|
* @optional
|
|
20348
20372
|
*
|
|
@@ -26017,7 +26041,7 @@ declare class PoMenuPanelItemComponent implements OnDestroy, OnInit {
|
|
|
26017
26041
|
*/
|
|
26018
26042
|
declare class PoMenuPanelModule {
|
|
26019
26043
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoMenuPanelModule, never>;
|
|
26020
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PoMenuPanelModule, [typeof PoMenuPanelComponent, typeof PoMenuPanelItemComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof PoFieldModule, typeof PoLogoModule, typeof PoTooltipModule], [typeof PoMenuPanelComponent]>;
|
|
26044
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PoMenuPanelModule, [typeof PoMenuPanelComponent, typeof PoMenuPanelItemComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof PoFieldModule, typeof PoLogoModule, typeof PoTooltipModule, typeof PoIconModule], [typeof PoMenuPanelComponent]>;
|
|
26021
26045
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoMenuPanelModule>;
|
|
26022
26046
|
}
|
|
26023
26047
|
|
|
@@ -27742,11 +27766,7 @@ declare class PoThemeService {
|
|
|
27742
27766
|
private document;
|
|
27743
27767
|
private renderer;
|
|
27744
27768
|
private theme;
|
|
27745
|
-
|
|
27746
|
-
get iconNameLib(): string;
|
|
27747
|
-
constructor(document: Document, rendererFactory: RendererFactory2, value: {
|
|
27748
|
-
[key: string]: string;
|
|
27749
|
-
});
|
|
27769
|
+
constructor(document: Document, rendererFactory: RendererFactory2);
|
|
27750
27770
|
/**
|
|
27751
27771
|
* Aplica um tema ao componente de acordo com o tipo de tema e o nível de acessibilidade especificados.
|
|
27752
27772
|
*
|
|
@@ -27997,7 +28017,7 @@ declare class PoThemeService {
|
|
|
27997
28017
|
setCurrentThemeA11y(a11y?: PoThemeA11yEnum): void;
|
|
27998
28018
|
resetBaseTheme(): void;
|
|
27999
28019
|
private setDefaultBaseStyle;
|
|
28000
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService,
|
|
28020
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoThemeService, never>;
|
|
28001
28021
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoThemeService>;
|
|
28002
28022
|
}
|
|
28003
28023
|
|
|
@@ -31957,7 +31977,7 @@ declare class PoWidgetComponent extends PoWidgetBaseComponent implements OnInit,
|
|
|
31957
31977
|
get showTitleAction(): boolean;
|
|
31958
31978
|
constructor();
|
|
31959
31979
|
ngAfterViewInit(): void;
|
|
31960
|
-
get a11Level(): PoThemeA11yEnum;
|
|
31980
|
+
get a11Level(): _po_ui_ng_components.PoThemeA11yEnum;
|
|
31961
31981
|
ngOnChanges(changes: SimpleChanges): void;
|
|
31962
31982
|
ngOnInit(): void;
|
|
31963
31983
|
hasTitleHelpOrSetting(): boolean;
|
|
@@ -32905,12 +32925,6 @@ interface PoDynamicFormFieldValidation {
|
|
|
32905
32925
|
value?: any;
|
|
32906
32926
|
}
|
|
32907
32927
|
|
|
32908
|
-
declare const ICONS_DICTIONARY: InjectionToken<{
|
|
32909
|
-
[key: string]: string;
|
|
32910
|
-
}>;
|
|
32911
|
-
declare const PoIconDictionary: {
|
|
32912
|
-
[key: string]: string;
|
|
32913
|
-
};
|
|
32914
32928
|
declare const AnimaliaIconDictionary: {
|
|
32915
32929
|
[key: string]: string;
|
|
32916
32930
|
};
|
|
@@ -33359,7 +33373,7 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
|
33359
33373
|
private pendingRequests;
|
|
33360
33374
|
private overlayRequests;
|
|
33361
33375
|
constructor(controlHttpRequest: PoHttpRequesControltService, poComponentInjector: PoComponentInjectorService);
|
|
33362
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<
|
|
33376
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<_angular_common_http.HttpEvent<any>>;
|
|
33363
33377
|
getCountPendingRequests(): Observable<any>;
|
|
33364
33378
|
private buildLoading;
|
|
33365
33379
|
private destroyLoading;
|
|
@@ -33370,5 +33384,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
|
33370
33384
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
|
|
33371
33385
|
}
|
|
33372
33386
|
|
|
33373
|
-
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG,
|
|
33387
|
+
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, PO_CONTROL_POSITIONS, PoAccordionComponent, PoAccordionItemComponent, PoAccordionModule, PoActiveOverlayModule, PoActiveOverlayService, PoAvatarComponent, PoAvatarModule, PoBadgeComponent, PoBadgeModule, PoBreadcrumbComponent, PoBreadcrumbModule, PoButtonComponent, PoButtonGroupComponent, PoButtonGroupModule, PoButtonGroupToggle, PoButtonKind, PoButtonModule, PoButtonSize, PoButtonType, PoCalendarComponent, PoCalendarMode, PoCalendarModule, PoChartComponent, PoChartLabelFormat, PoChartModule, PoChartType, PoCheckboxComponent, PoCheckboxGroupComponent, PoCheckboxGroupModule, PoCheckboxModule, PoCheckboxSize, PoCleanComponent, PoCleanModule, PoColorPaletteModule, PoColorPaletteService, PoComboComponent, PoComboFilterMode, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDecimalComponent, PoDialogComponent, PoDialogModule, PoDialogService, PoDialogType, PoDirectivesModule, PoDisclaimerComponent, PoDisclaimerGroupComponent, PoDisclaimerGroupModule, PoDisclaimerModule, PoDividerComponent, PoDividerModule, PoDividerSize, PoDropdownComponent, PoDropdownModule, PoDynamicContainerComponent, PoDynamicFieldType, PoDynamicFormComponent, PoDynamicModule, PoDynamicSharedBase, PoDynamicViewComponent, PoEmailComponent, PoFieldContainerBottomComponent, PoFieldContainerComponent, PoFieldContainerModule, PoFieldModule, PoGaugeComponent, PoGaugeModule, PoGridComponent, PoGridModule, PoGuardsModule, PoHeaderComponent, PoHeaderModule, PoHelperComponent, PoHelperModule, PoHttpInterceptorModule, PoHttpInterceptorService, PoHttpRequestInterceptorService, PoHttpRequestModule, PoI18nModule, PoI18nPipe, PoI18nService, PoIconComponent, PoIconModule, PoImageComponent, PoImageModule, PoInfoComponent, PoInfoModule, PoInfoOrientation, PoInputComponent, PoInterceptorsModule, PoItemListComponent, PoLabelComponent, PoLabelModule, PoLanguageModule, PoLanguageService, PoLinkComponent, PoLinkModule, PoListBoxComponent, PoListBoxModule, PoListViewComponent, PoListViewContentTemplateDirective, PoListViewDetailTemplateDirective, PoListViewModule, PoLoadingComponent, PoLoadingIconComponent, PoLoadingModule, PoLoadingOverlayComponent, PoLoginComponent, PoLogoComponent, PoLogoModule, PoLookupComponent, PoLookupModalComponent, PoMask, PoMediaQueryModule, PoMediaQueryService, PoMenuComponent, PoMenuGlobalService, PoMenuHeaderTemplateDirective, PoMenuModule, PoMenuPanelComponent, PoMenuPanelModule, PoModalComponent, PoModalFooterComponent, PoModalModule, PoModule, PoMultiselectComponent, PoMultiselectFilterMode, PoMultiselectOptionTemplateDirective, PoNavbarComponent, PoNavbarModule, PoNotificationModule, PoNotificationService, PoNumberComponent, PoOverlayComponent, PoOverlayModule, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSlideComponent, PoSlideContentTemplateDirective, PoSlideModule, PoStepComponent, PoStepperComponent, PoStepperModule, PoStepperOrientation, PoStepperStatus, PoSwitchComponent, PoSwitchLabelPosition, PoSwitchModule, PoTabButtonComponent, PoTabComponent, PoTabDropdownComponent, PoTableCellTemplateDirective, PoTableColumnFrozenDirective, PoTableColumnSortType, PoTableColumnSpacing, PoTableColumnTemplateDirective, PoTableComponent, PoTableModule, PoTableRowTemplateArrowDirection, PoTableRowTemplateDirective, PoTabsComponent, PoTabsModule, PoTabsService, PoTagComponent, PoTagModule, PoTagOrientation, PoTagType, PoTextareaComponent, PoThemeA11yEnum, PoThemeModule, PoThemeService, PoThemeTypeEnum, PoTimeModule, PoTimePipe, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poTabsLiterals, poThemeDefault, poThemeDefaultAA, poThemeDefaultAAA, poThemeDefaultActions, poThemeDefaultActionsDark, poThemeDefaultBrands, poThemeDefaultBrandsDark, poThemeDefaultCategoricals, poThemeDefaultCategoricalsAA, poThemeDefaultCategoricalsDark, poThemeDefaultCategoricalsDarkAA, poThemeDefaultCategoricalsOverlayDark, poThemeDefaultCategoricalsOverlayDarkAA, poThemeDefaultDark, poThemeDefaultDarkValues, poThemeDefaultDarkValuesAA, poThemeDefaultFeedback, poThemeDefaultFeedbackDark, poThemeDefaultLight, poThemeDefaultLightValues, poThemeDefaultLightValuesAA, poThemeDefaultNeutrals, poThemeDefaultNeutralsDark, poThemeDefaultOverlayCategoricals, poThemeDefaultOverlayCategoricalsAA, poToasterLiterals, returnPoI18nService };
|
|
33374
33388
|
export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoGaugeOptions, PoGaugeRanges, PoGridRowActions, PoHeaderActionPopoverAction, PoHeaderActionTool, PoHeaderActionToolItem, PoHeaderActions, PoHeaderBrand, PoHeaderLiterals, PoHeaderUser, PoHelperOptions, PoI18nConfig, PoI18nConfigContext, PoI18nConfigDefault, PoI18nLiterals, PoLanguage, PoListViewAction, PoListViewLiterals, PoLookupColumn, PoLookupFilter, PoLookupFilteredItemsParams, PoLookupLiterals, PoLookupResponseApi, PoMediaQueryTokens, PoMenuFilter, PoMenuItem, PoMenuItemBadge, PoMenuItemFiltered, PoMenuPanelItem, PoModalAction, PoMultiselectFilter, PoMultiselectLiterals, PoMultiselectOption, PoNavbarIconAction, PoNavbarItem, PoNotification, PoNumberSeparator, PoPage, PoPageAction, PoPageDefault, PoPageDefaultLiterals, PoPageDetailLiterals, PoPageEditLiterals, PoPageFilter, PoPageListLiterals, PoPopupAction, PoProgressAction, PoRadioGroupOption, PoResponseApi, PoRichTextToolbarButtonGroupItem, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoWidgetLiterals, poThemeColorBrand };
|
|
Binary file
|