@po-ui/ng-components 21.27.0 → 21.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CIfW0N91.mjs → po-ui-ng-components-po-chart-modal-table.component-BEh4YifL.mjs} +4 -4
- package/fesm2022/{po-ui-ng-components-po-chart-modal-table.component-CIfW0N91.mjs.map → po-ui-ng-components-po-chart-modal-table.component-BEh4YifL.mjs.map} +1 -1
- package/fesm2022/po-ui-ng-components.mjs +1829 -1469
- package/fesm2022/po-ui-ng-components.mjs.map +1 -1
- package/lib/components/po-calendar/po-calendar-wrapper/po-calendar-wrapper.component.d.ts +1 -0
- package/lib/components/po-calendar/po-calendar.component.d.ts +2 -0
- package/lib/components/po-dynamic/po-dynamic-form/interfaces/po-dynamic-form-field.interface.d.ts +28 -0
- package/lib/components/po-field/index.d.ts +3 -0
- package/lib/components/po-field/po-datetimepicker/po-datetimepicker-base.component.d.ts +0 -3
- package/lib/components/po-field/po-datetimepicker/po-datetimepicker.component.d.ts +8 -2
- package/lib/components/po-field/po-decimal/interfaces/po-decimal-format-parsed.interface.d.ts +16 -0
- package/lib/components/po-field/po-decimal/interfaces/po-decimal-format-result.interface.d.ts +12 -0
- package/lib/components/po-field/po-decimal/po-decimal.component.d.ts +42 -1
- package/lib/components/po-field/po-decimal/utils/po-decimal-format.util.d.ts +47 -0
- package/lib/components/po-field/po-field.module.d.ts +1 -1
- package/lib/components/po-field/po-input/po-input.component.d.ts +6 -0
- package/lib/components/po-field/po-timepicker/po-timepicker.component.d.ts +1 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/po-decimal/index.d.ts +2 -0
- package/lib/pipes/po-decimal/po-decimal.module.d.ts +2 -0
- package/lib/pipes/po-decimal/po-decimal.pipe.d.ts +15 -0
- package/package.json +4 -4
- package/po-ui-ng-components-21.29.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 +191 -11
- package/po-ui-ng-components-21.27.0.tgz +0 -0
|
@@ -5653,6 +5653,7 @@ declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnI
|
|
|
5653
5653
|
selectedIndexYear: number | null;
|
|
5654
5654
|
selectedMonth: number | null;
|
|
5655
5655
|
selectedYear: number | null;
|
|
5656
|
+
private isTodayPresetSelection;
|
|
5656
5657
|
private readonly _isRange;
|
|
5657
5658
|
private readonly _rangePresetsValue;
|
|
5658
5659
|
private readonly _rangePresetOptionsValue;
|
|
@@ -5678,6 +5679,7 @@ declare class PoCalendarComponent extends PoCalendarBaseComponent implements OnI
|
|
|
5678
5679
|
getValue(partType: any): any;
|
|
5679
5680
|
onSelectDate(selectedDate: any, partType?: any): void;
|
|
5680
5681
|
onHoverDate(date: any): void;
|
|
5682
|
+
onSelectTodayPreset(): void;
|
|
5681
5683
|
onHeaderChange({ month, year }: {
|
|
5682
5684
|
month: any;
|
|
5683
5685
|
year: any;
|
|
@@ -5840,6 +5842,7 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
|
|
|
5840
5842
|
get locale(): string;
|
|
5841
5843
|
headerChange: EventEmitter<any>;
|
|
5842
5844
|
selectDate: EventEmitter<any>;
|
|
5845
|
+
selectTodayEvent: EventEmitter<void>;
|
|
5843
5846
|
readonly hoverDateSource: Subject<Date>;
|
|
5844
5847
|
hoverDate: rxjs.Observable<Date>;
|
|
5845
5848
|
closeCalendar: EventEmitter<void>;
|
|
@@ -5952,7 +5955,7 @@ declare class PoCalendarWrapperComponent implements OnInit, OnChanges {
|
|
|
5952
5955
|
trackByDay(index: number, day: Date): string;
|
|
5953
5956
|
trackByWeekDay(index: number, weekDay: string): string;
|
|
5954
5957
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoCalendarWrapperComponent, never>;
|
|
5955
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarWrapperComponent, "po-calendar-wrapper", never, { "value": { "alias": "p-value"; "required": false; }; "mode": { "alias": "p-mode"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "partType": { "alias": "p-part-type"; "required": false; }; "range": { "alias": "p-range"; "required": false; }; "activateDate": { "alias": "p-activate-date"; "required": false; }; "selectedValue": { "alias": "p-selected-value"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "hoverValue": { "alias": "p-hover-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "hideTodayButton": { "alias": "p-hide-today-button"; "required": false; }; "hasPresets": { "alias": "p-presets"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "headerChange": "p-header-change"; "selectDate": "p-select-date"; "hoverDate": "p-hover-date"; "closeCalendar": "p-close-calendar"; }, never, never, false, never>;
|
|
5958
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoCalendarWrapperComponent, "po-calendar-wrapper", never, { "value": { "alias": "p-value"; "required": false; }; "mode": { "alias": "p-mode"; "required": false; }; "responsive": { "alias": "p-responsive"; "required": false; }; "partType": { "alias": "p-part-type"; "required": false; }; "range": { "alias": "p-range"; "required": false; }; "activateDate": { "alias": "p-activate-date"; "required": false; }; "selectedValue": { "alias": "p-selected-value"; "required": false; }; "minDate": { "alias": "p-min-date"; "required": false; }; "maxDate": { "alias": "p-max-date"; "required": false; }; "hoverValue": { "alias": "p-hover-value"; "required": false; }; "size": { "alias": "p-size"; "required": false; }; "hideTodayButton": { "alias": "p-hide-today-button"; "required": false; }; "hasPresets": { "alias": "p-presets"; "required": false; }; "headerTemplate": { "alias": "p-header-template"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; }, { "headerChange": "p-header-change"; "selectDate": "p-select-date"; "selectTodayEvent": "p-select-today"; "hoverDate": "p-hover-date"; "closeCalendar": "p-close-calendar"; }, never, never, false, never>;
|
|
5956
5959
|
}
|
|
5957
5960
|
|
|
5958
5961
|
declare class PoCalendarPresetListComponent {
|
|
@@ -17366,6 +17369,7 @@ declare class PoTimepickerComponent extends PoTimepickerBaseComponent implements
|
|
|
17366
17369
|
get minutePlaceholder(): string;
|
|
17367
17370
|
get secondPlaceholder(): string;
|
|
17368
17371
|
get isPlaceholder(): boolean;
|
|
17372
|
+
get showSeparator(): boolean;
|
|
17369
17373
|
private get customPlaceholderSegments();
|
|
17370
17374
|
private getCustomPlaceholderSegment;
|
|
17371
17375
|
onHostFocusOut(event: FocusEvent): void;
|
|
@@ -21951,12 +21955,9 @@ declare abstract class PoDatetimepickerBaseComponent implements ControlValueAcce
|
|
|
21951
21955
|
private _size?;
|
|
21952
21956
|
private _date;
|
|
21953
21957
|
private _timeValue;
|
|
21954
|
-
private previousValue;
|
|
21955
21958
|
private _resolvedMinDate;
|
|
21956
21959
|
private _resolvedMaxDate;
|
|
21957
21960
|
protected hasValidatorRequired: boolean;
|
|
21958
|
-
protected hour: string;
|
|
21959
|
-
protected isExtendedISO: boolean;
|
|
21960
21961
|
protected objMask: any;
|
|
21961
21962
|
protected onChangeModel: any;
|
|
21962
21963
|
protected onTouchedModel: any;
|
|
@@ -22398,13 +22399,11 @@ declare class PoDatetimepickerComponent extends PoDatetimepickerBaseComponent im
|
|
|
22398
22399
|
iconDatepicker: PoButtonComponent;
|
|
22399
22400
|
calendarComponent: PoCalendarComponent;
|
|
22400
22401
|
inputEl: ElementRef;
|
|
22401
|
-
iconClean: ElementRef<HTMLElement>;
|
|
22402
22402
|
dialogPicker: ElementRef;
|
|
22403
22403
|
helperEl?: PoHelperComponent;
|
|
22404
22404
|
datetimepickerField: ElementRef;
|
|
22405
22405
|
private readonly renderer;
|
|
22406
22406
|
private readonly cd;
|
|
22407
|
-
private readonly poCalendarService;
|
|
22408
22407
|
private readonly controlPosition;
|
|
22409
22408
|
id: string;
|
|
22410
22409
|
displayAdditionalHelp: boolean;
|
|
@@ -22416,6 +22415,8 @@ declare class PoDatetimepickerComponent extends PoDatetimepickerBaseComponent im
|
|
|
22416
22415
|
private clickListener;
|
|
22417
22416
|
private eventResizeListener;
|
|
22418
22417
|
private valueBeforeChange;
|
|
22418
|
+
private hadValueOnOpen;
|
|
22419
|
+
private isTodayPresetInProgress;
|
|
22419
22420
|
constructor();
|
|
22420
22421
|
ngAfterViewInit(): void;
|
|
22421
22422
|
ngOnDestroy(): void;
|
|
@@ -22427,6 +22428,9 @@ declare class PoDatetimepickerComponent extends PoDatetimepickerBaseComponent im
|
|
|
22427
22428
|
hasInvalidClass(): boolean;
|
|
22428
22429
|
getErrorPattern(): string;
|
|
22429
22430
|
onKeyup($event: any): void;
|
|
22431
|
+
private processKeyupWithMask;
|
|
22432
|
+
private tryParseCompleteInput;
|
|
22433
|
+
private clearDateTimeState;
|
|
22430
22434
|
onKeydown($event: any): void;
|
|
22431
22435
|
onInputFocus(): void;
|
|
22432
22436
|
onPeriodBlur(): void;
|
|
@@ -22441,6 +22445,7 @@ declare class PoDatetimepickerComponent extends PoDatetimepickerBaseComponent im
|
|
|
22441
22445
|
event: KeyboardEvent;
|
|
22442
22446
|
column: string;
|
|
22443
22447
|
}): void;
|
|
22448
|
+
onCalendarClose(): void;
|
|
22444
22449
|
writeValue(value: any): void;
|
|
22445
22450
|
refreshValue(value: Date): void;
|
|
22446
22451
|
onTimeChange(time: string): void;
|
|
@@ -22490,6 +22495,8 @@ declare class PoDatetimepickerComponent extends PoDatetimepickerBaseComponent im
|
|
|
22490
22495
|
private buildFormattedTime;
|
|
22491
22496
|
private isValidSeconds;
|
|
22492
22497
|
private padTime;
|
|
22498
|
+
private normalizeTimeWithSeconds;
|
|
22499
|
+
private syncDateFromInput;
|
|
22493
22500
|
private syncCalendarAndTimer;
|
|
22494
22501
|
private getExpectedInputLength;
|
|
22495
22502
|
private setCalendarPosition;
|
|
@@ -22557,6 +22564,11 @@ declare class PoDatetimepickerModule {
|
|
|
22557
22564
|
* <file name="sample-po-decimal-hourly-wage-reactive-form/sample-po-decimal-hourly-wage-reactive-form.component.html"> </file>
|
|
22558
22565
|
* <file name="sample-po-decimal-hourly-wage-reactive-form/sample-po-decimal-hourly-wage-reactive-form.component.ts"> </file>
|
|
22559
22566
|
* </example>
|
|
22567
|
+
*
|
|
22568
|
+
* <example name="po-decimal-display-format" title="PO Decimal - Display Format">
|
|
22569
|
+
* <file name="sample-po-decimal-display-format/sample-po-decimal-display-format.component.html"> </file>
|
|
22570
|
+
* <file name="sample-po-decimal-display-format/sample-po-decimal-display-format.component.ts"> </file>
|
|
22571
|
+
* </example>
|
|
22560
22572
|
*/
|
|
22561
22573
|
declare class PoDecimalComponent extends PoInputBaseComponent implements AfterViewInit, OnInit, OnDestroy, OnChanges {
|
|
22562
22574
|
private readonly el;
|
|
@@ -22590,6 +22602,7 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
22590
22602
|
* - A soma total de `p-decimals-length` com `p-thousand-maxlength` limita-se à 16;
|
|
22591
22603
|
* - Esta propriedade sobrepõe apenas o valor **padrão** de `p-thousand-maxlength`;
|
|
22592
22604
|
* - Caso `p-thousand-maxlength` tenha um valor definido, esta propriedade poderá receber apenas o valor restante do limite total (16).
|
|
22605
|
+
* - Quando utilizado com `p-display-format`, será respeitado o valor **mais restritivo** entre esta propriedade e o número de casas decimais definido no formato.
|
|
22593
22606
|
*
|
|
22594
22607
|
* @default `2`
|
|
22595
22608
|
*/
|
|
@@ -22606,6 +22619,8 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
22606
22619
|
* - O valor máximo permitido é 13;
|
|
22607
22620
|
* - A soma total de `p-decimals-length` com `p-thousand-maxlength` limita-se à 16;
|
|
22608
22621
|
* - Esta propriedade sobrepõe o valor definido em `p-decimals-length`.
|
|
22622
|
+
* - Quando utilizado com `p-display-format`, será respeitado o valor **mais restritivo** entre esta propriedade e o número de dígitos inteiros definido no
|
|
22623
|
+
* formato.
|
|
22609
22624
|
*
|
|
22610
22625
|
* @default `13`
|
|
22611
22626
|
*/
|
|
@@ -22623,6 +22638,31 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
22623
22638
|
*
|
|
22624
22639
|
*/
|
|
22625
22640
|
set locale(locale: string);
|
|
22641
|
+
/**
|
|
22642
|
+
* @optional
|
|
22643
|
+
*
|
|
22644
|
+
* @description
|
|
22645
|
+
*
|
|
22646
|
+
* Define uma máscara de formatação numérica avançada para o campo.
|
|
22647
|
+
*
|
|
22648
|
+
* Simbologia suportada:
|
|
22649
|
+
* - `9`: Dígito obrigatório (preenche com zero à esquerda no blur);
|
|
22650
|
+
* - `>`: Supressão de zero à esquerda (dígito não obrigatório);
|
|
22651
|
+
* - `<`: Decimal flutuante, supressão de zeros à direita (dígito não obrigatório);
|
|
22652
|
+
* - `,` e `.`: Separadores de milhar/grupo e decimal (convertidos conforme `p-locale`);
|
|
22653
|
+
* - `-`: Sinal negativo (deve ser o primeiro caractere do formato).
|
|
22654
|
+
*
|
|
22655
|
+
* > **Importante:**
|
|
22656
|
+
* - A formatação via `p-display-format` é apenas visual; o valor do model é sempre o número puro.
|
|
22657
|
+
* - Quando o valor pré-preenchido não atende ao formato (overflow ou negativo sem `-`), o campo exibe com a formatação padrão do `po-decimal` (separadores de milhar + `p-decimals-length` casas decimais).
|
|
22658
|
+
* - Quando `p-decimals-length` ou `p-thousand-maxlength` são definidos, será respeitado o valor **mais restritivo** entre o formato e a propriedade.
|
|
22659
|
+
* - Incompatível com `p-mask`, `p-mask-format-model`, `p-mask-no-length-validation` e `p-pattern`.
|
|
22660
|
+
*
|
|
22661
|
+
* Exemplos de formato: `>>>,>>>,>>9.99`, `->>,>>9.99`, `999.9`, `>>>,>>9.9<<<<<<`
|
|
22662
|
+
*
|
|
22663
|
+
*/
|
|
22664
|
+
readonly displayFormat: i0.InputSignal<string>;
|
|
22665
|
+
private readonly formatParsed;
|
|
22626
22666
|
/**
|
|
22627
22667
|
* @optional
|
|
22628
22668
|
*
|
|
@@ -22670,6 +22710,14 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
22670
22710
|
hideAdditionalHelp: boolean;
|
|
22671
22711
|
helperSettings?: any;
|
|
22672
22712
|
};
|
|
22713
|
+
private applyFormatOnBlur;
|
|
22714
|
+
private resolveViewValue;
|
|
22715
|
+
private applyFormatOnBlurAndSetView;
|
|
22716
|
+
private formatMaskWithAblPositions;
|
|
22717
|
+
private validateFormatOnInput;
|
|
22718
|
+
private getEffectiveFormatParsed;
|
|
22719
|
+
private getModelValueFromView;
|
|
22720
|
+
private refreshOnPropertyChange;
|
|
22673
22721
|
private containsComma;
|
|
22674
22722
|
private containsMoreThanOneDecimalSeparator;
|
|
22675
22723
|
private controlChangeEmitter;
|
|
@@ -22704,9 +22752,84 @@ declare class PoDecimalComponent extends PoInputBaseComponent implements AfterVi
|
|
|
22704
22752
|
private verifyInsertMinusSign;
|
|
22705
22753
|
private verifyValueAfterComma;
|
|
22706
22754
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoDecimalComponent, never>;
|
|
22707
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoDecimalComponent, "po-decimal", never, { "decimalsLength": { "alias": "p-decimals-length"; "required": false; }; "thousandMaxlength": { "alias": "p-thousand-maxlength"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; "min": { "alias": "p-min"; "required": false; }; "max": { "alias": "p-max"; "required": false; }; }, {}, never, never, false, never>;
|
|
22755
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoDecimalComponent, "po-decimal", never, { "decimalsLength": { "alias": "p-decimals-length"; "required": false; }; "thousandMaxlength": { "alias": "p-thousand-maxlength"; "required": false; }; "locale": { "alias": "p-locale"; "required": false; }; "displayFormat": { "alias": "p-display-format"; "required": false; "isSignal": true; }; "min": { "alias": "p-min"; "required": false; }; "max": { "alias": "p-max"; "required": false; }; }, {}, never, never, false, never>;
|
|
22708
22756
|
}
|
|
22709
22757
|
|
|
22758
|
+
/**
|
|
22759
|
+
* @docsPrivate
|
|
22760
|
+
*
|
|
22761
|
+
* @description
|
|
22762
|
+
*
|
|
22763
|
+
* Resultado do parsing de uma string de formato numérico.
|
|
22764
|
+
*/
|
|
22765
|
+
interface PoDecimalFormatParsed {
|
|
22766
|
+
integerFormat: Array<string>;
|
|
22767
|
+
decimalFormat: Array<string>;
|
|
22768
|
+
groupSeparatorPositions: Array<number>;
|
|
22769
|
+
allowNegative: boolean;
|
|
22770
|
+
integerDigitCount: number;
|
|
22771
|
+
decimalDigitCount: number;
|
|
22772
|
+
originalFormat: string;
|
|
22773
|
+
}
|
|
22774
|
+
|
|
22775
|
+
/**
|
|
22776
|
+
* @docsPrivate
|
|
22777
|
+
*
|
|
22778
|
+
* @description
|
|
22779
|
+
*
|
|
22780
|
+
* Resultado da aplicação do formato numérico a um valor.
|
|
22781
|
+
*/
|
|
22782
|
+
interface PoDecimalFormatResult {
|
|
22783
|
+
viewValue: string;
|
|
22784
|
+
modelValue: number | undefined;
|
|
22785
|
+
isValid: boolean;
|
|
22786
|
+
}
|
|
22787
|
+
|
|
22788
|
+
/**
|
|
22789
|
+
* Formatação numérica avançada para o po-decimal.
|
|
22790
|
+
*
|
|
22791
|
+
* Simbologia suportada:
|
|
22792
|
+
* 9 - Dígito obrigatório (preenche com zero)
|
|
22793
|
+
* > - Supressão de zero à esquerda
|
|
22794
|
+
* < - Supressão de zeros à direita (decimal flutuante)
|
|
22795
|
+
* , - Separador de grupo (convertido conforme locale)
|
|
22796
|
+
* . - Separador decimal (convertido conforme locale)
|
|
22797
|
+
* - - Sinal negativo (primeiro caractere)
|
|
22798
|
+
*/
|
|
22799
|
+
|
|
22800
|
+
/**
|
|
22801
|
+
* Aplica o formato ao valor numérico, gerando a representação visual.
|
|
22802
|
+
*
|
|
22803
|
+
* @returns viewValue formatado + flag de validação (overflow = isValid false)
|
|
22804
|
+
*/
|
|
22805
|
+
declare function applyDecimalFormat(value: number | undefined | null, parsed: PoDecimalFormatParsed, decimalSeparator: string, thousandSeparator: string): PoDecimalFormatResult;
|
|
22806
|
+
/**
|
|
22807
|
+
* Deriva os limites de dígitos do formato para compatibilidade com p-decimals-length / p-thousand-maxlength.
|
|
22808
|
+
*/
|
|
22809
|
+
declare function getFormatLimits(parsed: PoDecimalFormatParsed): {
|
|
22810
|
+
decimalsLength: number;
|
|
22811
|
+
thousandMaxlength: number;
|
|
22812
|
+
} | null;
|
|
22813
|
+
/**
|
|
22814
|
+
* Faz o parsing da string de formato numérico.
|
|
22815
|
+
*
|
|
22816
|
+
* Regra: '.' no formato = separador decimal, ',' = separador de grupo.
|
|
22817
|
+
* Sem '.' = formato puramente inteiro.
|
|
22818
|
+
*/
|
|
22819
|
+
declare function parseDecimalFormat(format: string): PoDecimalFormatParsed;
|
|
22820
|
+
/**
|
|
22821
|
+
* Valida se o valor digitado cabe no formato (usado durante input em tempo real).
|
|
22822
|
+
*/
|
|
22823
|
+
declare function validateAgainstFormat(rawValue: string, parsed: PoDecimalFormatParsed, decimalSeparator: string): boolean;
|
|
22824
|
+
/**
|
|
22825
|
+
* Insere separadores de grupo baseando-se nas posições do formato original,
|
|
22826
|
+
* calculando da direita para a esquerda. Funciona tanto com formato truncado
|
|
22827
|
+
* (quando p-thousand-maxlength restringe) quanto em tamanho completo.
|
|
22828
|
+
*
|
|
22829
|
+
* Aceita digits como Array<string> (blur, com placeholders) ou string (digitação).
|
|
22830
|
+
*/
|
|
22831
|
+
declare function insertGroupSeparatorsFromRight(digits: Array<string> | string, parsed: PoDecimalFormatParsed, thousandSeparator: string): string;
|
|
22832
|
+
|
|
22710
22833
|
/**
|
|
22711
22834
|
* @docsExtends PoInputBaseComponent
|
|
22712
22835
|
*
|
|
@@ -22768,6 +22891,12 @@ declare class PoEmailComponent extends PoInputGeneric implements AfterViewInit,
|
|
|
22768
22891
|
* <file name="sample-po-input-reactive-form/sample-po-input-reactive-form.component.html"> </file>
|
|
22769
22892
|
* <file name="sample-po-input-reactive-form/sample-po-input-reactive-form.component.ts"> </file>
|
|
22770
22893
|
* </example>
|
|
22894
|
+
*
|
|
22895
|
+
* <example name="po-input-mask-dynamic" title="PO Input - Dynamic Mask (CPF/CNPJ)">
|
|
22896
|
+
* <file name="sample-po-input-mask-dynamic/sample-po-input-mask-dynamic.component.html"> </file>
|
|
22897
|
+
* <file name="sample-po-input-mask-dynamic/sample-po-input-mask-dynamic.component.ts"> </file>
|
|
22898
|
+
* <file name="sample-po-input-mask-dynamic/document-mask.ts"> </file>
|
|
22899
|
+
* </example>
|
|
22771
22900
|
*/
|
|
22772
22901
|
declare class PoInputComponent extends PoInputGeneric implements OnChanges {
|
|
22773
22902
|
inp: ElementRef;
|
|
@@ -29314,7 +29443,7 @@ declare class PoUploadFileRestrictionsComponent implements OnInit {
|
|
|
29314
29443
|
* @description
|
|
29315
29444
|
*
|
|
29316
29445
|
* Módulo dos componentes: po-checkbox, po-checkbox-group, po-combo, po-datepicker, po-datetimepicker, po-datepicker-range, po-email, po-input,
|
|
29317
|
-
* po-lookup, po-number, po-multiselect, po-password, po-radio-group, po-select, po-switch, po-textarea, po-upload, po-url e po-search-ai.
|
|
29446
|
+
* po-lookup, po-number, po-multiselect, po-password, po-radio-group, po-select, po-switch, po-textarea, po-timepicker, po-upload, po-url e po-search-ai.
|
|
29318
29447
|
*
|
|
29319
29448
|
* > Não esqueça de importar o módulo `FormsModule` para usar os componentes de formulários e caso esteja trabalhando com
|
|
29320
29449
|
* > formulários reativos, importe o módulo `ReactiveFormsModule`, ambos nativos do Angular.
|
|
@@ -29669,6 +29798,8 @@ interface PoDynamicFormField extends PoDynamicField {
|
|
|
29669
29798
|
*
|
|
29670
29799
|
* **Componente compatível:** `po-input`.
|
|
29671
29800
|
* > também é atribuído ao utilizar a propriedade `type: time`.
|
|
29801
|
+
*
|
|
29802
|
+
* > Incompatível com `po-decimal`.
|
|
29672
29803
|
*/
|
|
29673
29804
|
mask?: string;
|
|
29674
29805
|
/**
|
|
@@ -29719,17 +29850,23 @@ interface PoDynamicFormField extends PoDynamicField {
|
|
|
29719
29850
|
/** Quantidade máxima de casas decimais.
|
|
29720
29851
|
*
|
|
29721
29852
|
* > Esta propriedade só pode ser utilizada quando o `type` for *currency* ou *decimal*.
|
|
29853
|
+
*
|
|
29854
|
+
* > Quando utilizado com `displayFormat`, será respeitado o valor **mais restritivo** entre esta propriedade e o número de casas decimais definido no formato.
|
|
29722
29855
|
*/
|
|
29723
29856
|
decimalsLength?: number;
|
|
29724
29857
|
/** Quantidade máxima de dígitos antes do separador decimal. O valor máximo permitido é 13
|
|
29725
29858
|
*
|
|
29726
29859
|
* > Esta propriedade só pode ser utilizada quando o `type` for *currency* ou *decimal*.
|
|
29860
|
+
*
|
|
29861
|
+
* > Quando utilizado com `displayFormat`, será respeitado o valor **mais restritivo** entre esta propriedade e o número de dígitos inteiros definido no formato.
|
|
29727
29862
|
*/
|
|
29728
29863
|
thousandMaxlength?: number;
|
|
29729
29864
|
/**
|
|
29730
29865
|
* Regex para validação do campo.
|
|
29731
29866
|
*
|
|
29732
29867
|
* **Componentes compatíveis:** `po-input`, `po-password`.
|
|
29868
|
+
*
|
|
29869
|
+
* > Incompatível com `po-decimal`.
|
|
29733
29870
|
* */
|
|
29734
29871
|
pattern?: string;
|
|
29735
29872
|
/**
|
|
@@ -29931,6 +30068,26 @@ interface PoDynamicFormField extends PoDynamicField {
|
|
|
29931
30068
|
* **Componentes compatíveis:** `po-datepicker`, `po-datetimepicker`, `po-timepicker`, `po-lookup`.
|
|
29932
30069
|
*/
|
|
29933
30070
|
format?: string | Array<string>;
|
|
30071
|
+
/**
|
|
30072
|
+
* Define uma máscara de formatação numérica avançada para o campo.
|
|
30073
|
+
*
|
|
30074
|
+
* Simbologia suportada:
|
|
30075
|
+
* - `9`: Dígito obrigatório (preenche com zero à esquerda no blur);
|
|
30076
|
+
* - `>`: Supressão de zero à esquerda (dígito não obrigatório);
|
|
30077
|
+
* - `<`: Decimal flutuante, supressão de zeros à direita (dígito não obrigatório);
|
|
30078
|
+
* - `.`: Separador decimal (convertido conforme locale);
|
|
30079
|
+
* - `,`: Separador de milhar/grupo (convertido conforme locale);
|
|
30080
|
+
* - `-`: Sinal negativo (deve ser o primeiro caractere do formato).
|
|
30081
|
+
*
|
|
30082
|
+
* > Quando utilizado com `decimalsLength` ou `thousandMaxlength`, será respeitado o valor **mais restritivo** entre a propriedade e o formato.
|
|
30083
|
+
*
|
|
30084
|
+
* Exemplos: `'>>>,>>>,>>9.99'`, `'->>9.99'`, `'999.9'`
|
|
30085
|
+
*
|
|
30086
|
+
* > Esta propriedade só pode ser utilizada quando o `type` for *currency* ou *decimal*.
|
|
30087
|
+
*
|
|
30088
|
+
* **Componente compatível:** `po-decimal`.
|
|
30089
|
+
*/
|
|
30090
|
+
displayFormat?: string;
|
|
29934
30091
|
/**
|
|
29935
30092
|
* Nome da propriedade do objeto retornado que será utilizado como descrição do campo.
|
|
29936
30093
|
*
|
|
@@ -39802,9 +39959,32 @@ declare class PoInterceptorsModule {
|
|
|
39802
39959
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoInterceptorsModule>;
|
|
39803
39960
|
}
|
|
39804
39961
|
|
|
39962
|
+
/**
|
|
39963
|
+
* Aplica máscaras de formatação numérica avançada a valores numéricos.
|
|
39964
|
+
*
|
|
39965
|
+
* > Retorna string vazia quando o valor excede a capacidade do formato (overflow).
|
|
39966
|
+
*
|
|
39967
|
+
* @example
|
|
39968
|
+
* ```html
|
|
39969
|
+
* {{ 4567.88 | poDecimalFormat: '>>>,>>>,>>9.99' }}
|
|
39970
|
+
* ```
|
|
39971
|
+
*/
|
|
39972
|
+
declare class PoDecimalFormatPipe implements PipeTransform {
|
|
39973
|
+
private readonly languageService;
|
|
39974
|
+
transform(value: number | string | null | undefined, format: string, locale?: string): string;
|
|
39975
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoDecimalFormatPipe, never>;
|
|
39976
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PoDecimalFormatPipe, "poDecimalFormat", true>;
|
|
39977
|
+
}
|
|
39978
|
+
|
|
39979
|
+
declare class PoDecimalFormatModule {
|
|
39980
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoDecimalFormatModule, never>;
|
|
39981
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PoDecimalFormatModule, never, [typeof PoDecimalFormatPipe], [typeof PoDecimalFormatPipe]>;
|
|
39982
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PoDecimalFormatModule>;
|
|
39983
|
+
}
|
|
39984
|
+
|
|
39805
39985
|
declare class PoPipesModule {
|
|
39806
39986
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoPipesModule, never>;
|
|
39807
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PoPipesModule, never, [typeof PoTimeModule], [typeof PoTimeModule]>;
|
|
39987
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PoPipesModule, never, [typeof PoTimeModule, typeof PoDecimalFormatModule], [typeof PoTimeModule, typeof PoDecimalFormatModule]>;
|
|
39808
39988
|
static ɵinj: i0.ɵɵInjectorDeclaration<PoPipesModule>;
|
|
39809
39989
|
}
|
|
39810
39990
|
|
|
@@ -40328,5 +40508,5 @@ declare class PoHttpRequestInterceptorService implements HttpInterceptor {
|
|
|
40328
40508
|
static ɵprov: i0.ɵɵInjectableDeclaration<PoHttpRequestInterceptorService>;
|
|
40329
40509
|
}
|
|
40330
40510
|
|
|
40331
|
-
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CALENDAR_DEFAULT_RANGE_PRESETS, 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, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextMenuComponent, PoContextMenuModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDatetimepickerComponent, PoDatetimepickerModule, 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, PoFilterChipBaseComponent, PoFilterChipComponent, PoFilterChipModule, 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, PoPageActionsLayout, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageHeaderType, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressShape, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchAiComponent, PoSearchAiModule, PoSearchAiResponseType, PoSearchAiService, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, 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, PoTimepickerComponent, PoTimepickerModelFormat, PoTimepickerModule, PoTimerBaseComponent, PoTimerComponent, PoTimerFormat, PoTimerModule, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoUserGuideAlignment, PoUserGuideBaseService, PoUserGuideModule, PoUserGuidePosition, PoUserGuideService, PoWidgetComponent, PoWidgetModule, initializeLanguageDefault, mergePoI18nConfigs, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poSearchAiCompileFilter, poSearchAiFilterItems, 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, poUserGuideLiteralsDefault, returnPoI18nService };
|
|
40332
|
-
export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoCalendarRangePreset, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoContextMenuItem, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoFilterChipSelectedChange, 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, PoSearchAiColumn, PoSearchAiColumnInput, PoSearchAiError, PoSearchAiLiterals, PoSearchAiRequest, PoSearchAiResponse, PoSearchAiResult, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSearchAiField, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoUserGuideEndEvent, PoUserGuideLiterals, PoUserGuideOptions, PoUserGuideStartEvent, PoUserGuideStep, PoUserGuideStepChangeEvent, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };
|
|
40511
|
+
export { AnimaliaIconDictionary, ForceBooleanComponentEnum, ForceOptionComponentEnum, I18N_CONFIG, InputBoolean, InputRequired, LOADING_ICON_COMPONENT, PO_CALENDAR_DEFAULT_RANGE_PRESETS, 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, PoComboModule, PoComboOptionTemplateDirective, PoComponentInjectorModule, PoComponentInjectorService, PoComponentsModule, PoContainerComponent, PoContainerModule, PoContextMenuComponent, PoContextMenuModule, PoContextTabButtonComponent, PoContextTabsComponent, PoContextTabsModule, PoControlPositionModule, PoDateService, PoDateTimeModule, PoDatepickerComponent, PoDatepickerIsoFormat, PoDatepickerModule, PoDatepickerRangeComponent, PoDatetimepickerComponent, PoDatetimepickerModule, PoDecimalComponent, PoDecimalFormatModule, PoDecimalFormatPipe, 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, PoFilterChipBaseComponent, PoFilterChipComponent, PoFilterChipModule, 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, PoPageActionsLayout, PoPageDefaultComponent, PoPageDetailComponent, PoPageEditComponent, PoPageHeaderType, PoPageListComponent, PoPageModule, PoPageSlideComponent, PoPageSlideFooterComponent, PoPageSlideModule, PoPasswordComponent, PoPipesModule, PoPopoverComponent, PoPopoverModule, PoPopupComponent, PoPopupModule, PoProgressComponent, PoProgressModule, PoProgressShape, PoProgressSize, PoProgressStatus, PoRadioComponent, PoRadioGroupComponent, PoRadioGroupModule, PoRadioModule, PoRichTextComponent, PoRichTextToolbarActions, PoSearchAiComponent, PoSearchAiModule, PoSearchAiResponseType, PoSearchAiService, PoSearchComponent, PoSearchFilterMode, PoSearchListComponent, PoSearchModule, PoSelectComponent, PoServicesModule, PoSkeletonAnimation, PoSkeletonComponent, PoSkeletonModule, PoSkeletonSize, PoSkeletonType, PoSkeletonVariant, 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, PoTimepickerComponent, PoTimepickerModelFormat, PoTimepickerModule, PoTimerBaseComponent, PoTimerComponent, PoTimerFormat, PoTimerModule, PoToasterComponent, PoToasterMode, PoToasterModule, PoToasterOrientation, PoToasterType, PoToolbarComponent, PoToolbarModule, PoTooltipDirective, PoTooltipModule, PoTreeViewComponent, PoTreeViewModule, PoUploadComponent, PoUploadFile, PoUploadStatus, PoUrlComponent, PoUserGuideAlignment, PoUserGuideBaseService, PoUserGuideModule, PoUserGuidePosition, PoUserGuideService, PoWidgetComponent, PoWidgetModule, applyDecimalFormat, getFormatLimits, initializeLanguageDefault, insertGroupSeparatorsFromRight, mergePoI18nConfigs, parseDecimalFormat, poBreadcrumbLiterals, poChartLiteralsDefault, poDialogAlertLiteralsDefault, poDialogConfirmLiteralsDefault, poLanguageDefault, poLocaleDateSeparatorList, poLocaleDecimalSeparatorList, poLocaleDefault, poLocaleThousandSeparatorList, poLocales, poPageSlideLiteralsDefault, poSearchAiCompileFilter, poSearchAiFilterItems, 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, poUserGuideLiteralsDefault, returnPoI18nService, validateAgainstFormat };
|
|
40512
|
+
export type { ErrorAsyncProperties, PoAccordionLiterals, PoBreadcrumb, PoBreadcrumbItem, PoButtonGroupItem, PoCalendarRangePreset, PoChartAxisOptions, PoChartDataLabel, PoChartHeaderOptions, PoChartLiterals, PoChartOptions, PoChartSerie, PoCheckboxGroupOption, PoComboFilter, PoComboLiterals, PoComboOption, PoComboOptionGroup, PoContextMenuItem, PoDateSeparator, PoDatepickerRange, PoDatepickerRangeLiterals, PoDecimalFormatParsed, PoDecimalFormatResult, PoDialogAlertLiterals, PoDialogAlertOptions, PoDialogConfirmLiterals, PoDialogConfirmOptions, PoDialogOptions, PoDisclaimer, PoDisclaimerGroup, PoDisclaimerGroupRemoveAction, PoDropdownAction, PoDynamicFormField, PoDynamicFormFieldChanged, PoDynamicFormFieldValidation, PoDynamicFormLoad, PoDynamicFormValidation, PoDynamicViewField, PoDynamicViewRequest, PoFilterChipSelectedChange, 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, PoSearchAiColumn, PoSearchAiColumnInput, PoSearchAiError, PoSearchAiLiterals, PoSearchAiRequest, PoSearchAiResponse, PoSearchAiResult, PoSearchFilterSelect, PoSearchLiterals, PoSearchOption, PoSelectOption, PoSelectOptionGroup, PoSlideItem, PoStepperItem, PoTab, PoTableAction, PoTableBoolean, PoTableColumn, PoTableColumnIcon, PoTableColumnLabel, PoTableColumnSort, PoTableDetail, PoTableDetailColumn, PoTableLiterals, PoTableSearchAiField, PoTableSubtitleColumn, PoTagLiterals, PoTheme, PoThemeActive, PoThemeColor, PoThemeColorAction, PoThemeColorCategorical, PoThemeColorFeedback, PoThemeColorNeutral, PoThemeToken, PoThemeTokens, PoThemeType, PoToaster, PoToolbarAction, PoToolbarProfile, PoTreeViewItem, PoUploadFileRestrictions, PoUploadLiterals, PoUserGuideEndEvent, PoUserGuideLiterals, PoUserGuideOptions, PoUserGuideStartEvent, PoUserGuideStep, PoUserGuideStepChangeEvent, PoWidgetAvatar, PoWidgetLiterals, poThemeColorBrand };
|
|
Binary file
|