@praxisui/dynamic-fields 8.0.0-beta.9 → 8.0.0-beta.90
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 +19 -0
- package/docs/dynamic-fields-field-catalog.md +217 -0
- package/docs/dynamic-fields-field-selection-guide.md +204 -0
- package/docs/dynamic-fields-host-custom-field-guide.md +252 -0
- package/docs/dynamic-fields-host-custom-field-troubleshooting.md +160 -0
- package/docs/dynamic-fields-inline-components-guide.md +582 -0
- package/docs/dynamic-fields-inline-filter-catalog.md +518 -0
- package/docs/dynamic-fields-inline-filter-custom-component-guide.md +241 -0
- package/docs/dynamic-fields-inline-filter-inventory.md +250 -0
- package/docs/dynamic-fields-inline-filter-runtime-contract.md +394 -0
- package/docs/dynamic-fields-inline-filter-selection-guide.md +419 -0
- package/docs/dynamic-fields-inline-filter-troubleshooting.md +201 -0
- package/docs/dynamic-fields-inventory.md +207 -0
- package/docs/dynamic-fields-playground-catalog-plan.md +243 -0
- package/docs/generic-crud-service.md +152 -0
- package/fesm2022/praxisui-dynamic-fields-index-BYVmv78m.mjs +1 -0
- package/fesm2022/praxisui-dynamic-fields-index-CWPZdn1Y.mjs +6 -0
- package/fesm2022/praxisui-dynamic-fields-index-CrHhyUMO.mjs +1 -0
- package/fesm2022/praxisui-dynamic-fields-index-DhGo5In4.mjs +6 -0
- package/fesm2022/praxisui-dynamic-fields.mjs +14500 -5745
- package/package.json +14 -13
- package/src/lib/base/pdx-base-input-runtime-contract.json-api.md +526 -0
- package/src/lib/base/pdx-base-select-runtime-contract.json-api.md +474 -0
- package/src/lib/components/color-input/pdx-color-input.json-api.md +573 -0
- package/src/lib/components/color-picker/pdx-color-picker.json-api.md +686 -0
- package/src/lib/components/date-input/pdx-date-input.json-api.md +581 -0
- package/src/lib/components/datetime-local-input/pdx-datetime-local-input.json-api.md +560 -0
- package/src/lib/components/email-input/pdx-email-input.json-api.md +546 -0
- package/src/lib/components/field-shell/praxis-field-shell.json-api.md +523 -0
- package/src/lib/components/inline-async-select/pdx-inline-async-select.json-api.md +566 -0
- package/src/lib/components/inline-autocomplete/pdx-inline-autocomplete.json-api.md +554 -0
- package/src/lib/components/inline-color-label/pdx-inline-color-label.json-api.md +615 -0
- package/src/lib/components/inline-currency/pdx-inline-currency.json-api.md +542 -0
- package/src/lib/components/inline-currency-range/pdx-inline-currency-range.json-api.md +630 -0
- package/src/lib/components/inline-date/pdx-inline-date.json-api.md +529 -0
- package/src/lib/components/inline-date-range/pdx-inline-date-range.json-api.md +592 -0
- package/src/lib/components/inline-distance-radius/pdx-inline-distance-radius.json-api.md +649 -0
- package/src/lib/components/inline-entity-lookup/pdx-inline-entity-lookup.json-api.md +656 -0
- package/src/lib/components/inline-input/pdx-inline-input.json-api.md +538 -0
- package/src/lib/components/inline-multi-select/pdx-inline-multi-select.json-api.md +566 -0
- package/src/lib/components/inline-number/pdx-inline-number.json-api.md +533 -0
- package/src/lib/components/inline-pipeline-status/pdx-inline-pipeline-status.json-api.md +619 -0
- package/src/lib/components/inline-range-slider/pdx-inline-range-slider.json-api.md +605 -0
- package/src/lib/components/inline-rating/pdx-inline-rating.json-api.md +594 -0
- package/src/lib/components/inline-relative-period/pdx-inline-relative-period.json-api.md +623 -0
- package/src/lib/components/inline-score-priority/pdx-inline-score-priority.json-api.md +632 -0
- package/src/lib/components/inline-searchable-select/pdx-inline-searchable-select.json-api.md +564 -0
- package/src/lib/components/inline-select/pdx-inline-select.json-api.md +571 -0
- package/src/lib/components/inline-sentiment/pdx-inline-sentiment.json-api.md +661 -0
- package/src/lib/components/inline-time/pdx-inline-time.json-api.md +573 -0
- package/src/lib/components/inline-time-range/pdx-inline-time-range.json-api.md +635 -0
- package/src/lib/components/inline-toggle/pdx-inline-toggle.json-api.md +516 -0
- package/src/lib/components/inline-tree-select/pdx-inline-tree-select.json-api.md +637 -0
- package/src/lib/components/material-async-select/pdx-material-async-select.json-api.md +566 -0
- package/src/lib/components/material-autocomplete/pdx-material-autocomplete.json-api.md +561 -0
- package/src/lib/components/material-avatar/pdx-material-avatar.json-api.md +670 -0
- package/src/lib/components/material-button/pdx-material-button.json-api.md +572 -0
- package/src/lib/components/material-button-toggle/pdx-material-button-toggle.json-api.md +577 -0
- package/src/lib/components/material-checkbox-group/pdx-material-checkbox-group.json-api.md +611 -0
- package/src/lib/components/material-chips/pdx-material-chips.json-api.md +601 -0
- package/src/lib/components/material-colorpicker/pdx-material-colorpicker.json-api.md +545 -0
- package/src/lib/components/material-cpf-cnpj-input/pdx-material-cpf-cnpj-input.json-api.md +531 -0
- package/src/lib/components/material-currency/pdx-material-currency.json-api.md +569 -0
- package/src/lib/components/material-date-range/pdx-material-date-range.json-api.md +636 -0
- package/src/lib/components/material-datepicker/pdx-material-datepicker.json-api.md +556 -0
- package/src/lib/components/material-file-upload/pdx-material-file-upload.json-api.md +511 -0
- package/src/lib/components/material-multi-select/pdx-material-multi-select.json-api.md +596 -0
- package/src/lib/components/material-multi-select-tree/pdx-material-multi-select-tree.json-api.md +623 -0
- package/src/lib/components/material-price-range/pdx-material-price-range.json-api.md +619 -0
- package/src/lib/components/material-radio-group/pdx-material-radio-group.json-api.md +585 -0
- package/src/lib/components/material-range-slider/pdx-material-range-slider.json-api.md +664 -0
- package/src/lib/components/material-rating/pdx-material-rating.json-api.md +551 -0
- package/src/lib/components/material-searchable-select/pdx-material-searchable-select.json-api.md +602 -0
- package/src/lib/components/material-select/pdx-material-select.json-api.md +601 -0
- package/src/lib/components/material-selection-list/pdx-material-selection-list.json-api.md +607 -0
- package/src/lib/components/material-slide-toggle/pdx-material-slide-toggle.json-api.md +522 -0
- package/src/lib/components/material-slider/pdx-material-slider.json-api.md +602 -0
- package/src/lib/components/material-textarea/pdx-material-textarea.json-api.md +598 -0
- package/src/lib/components/material-timepicker/pdx-material-timepicker.json-api.md +554 -0
- package/src/lib/components/material-transfer-list/pdx-material-transfer-list.json-api.md +614 -0
- package/src/lib/components/material-tree-select/pdx-material-tree-select.json-api.md +649 -0
- package/src/lib/components/month-input/pdx-month-input.json-api.md +527 -0
- package/src/lib/components/number-input/pdx-number-input.json-api.md +594 -0
- package/src/lib/components/password-input/pdx-password-input.json-api.md +574 -0
- package/src/lib/components/pdx-material-time-range/pdx-material-time-range.json-api.md +592 -0
- package/src/lib/components/pdx-year-input/pdx-year-input.json-api.md +543 -0
- package/src/lib/components/phone-input/pdx-phone-input.json-api.md +583 -0
- package/src/lib/components/preload-status/pdx-preload-status.json-api.md +455 -0
- package/src/lib/components/search-input/pdx-search-input.json-api.md +536 -0
- package/src/lib/components/text-input/pdx-text-input.json-api.md +600 -0
- package/src/lib/components/time-input/pdx-time-input.json-api.md +546 -0
- package/src/lib/components/url-input/pdx-url-input.json-api.md +542 -0
- package/src/lib/components/week-input/pdx-week-input.json-api.md +533 -0
- package/{index.d.ts → types/praxisui-dynamic-fields.d.ts} +848 -445
- package/fesm2022/praxisui-dynamic-fields-index-C9IUU4lo.mjs +0 -1
- package/fesm2022/praxisui-dynamic-fields-index-GJtthzkD.mjs +0 -1
- package/fesm2022/praxisui-dynamic-fields-index-XvVS6lAQ.mjs +0 -1
- package/fesm2022/praxisui-dynamic-fields-index-iIeaA6ko.mjs +0 -1
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { WritableSignal, InjectionToken, Provider, OnInit, OnDestroy, AfterViewInit, DestroyRef, ElementRef, ChangeDetectorRef, OnChanges, TemplateRef, EventEmitter, ComponentRef, SimpleChanges, Type, EnvironmentProviders, Injector } from '@angular/core';
|
|
2
|
+
import { WritableSignal, InjectionToken, Provider, OnInit, OnDestroy, AfterViewInit, DestroyRef, ElementRef, ChangeDetectorRef, OnChanges, TemplateRef, EventEmitter, ComponentRef, SimpleChanges, DoCheck, AfterViewChecked, Type, EnvironmentProviders, Injector } from '@angular/core';
|
|
3
3
|
import { AbstractControl, ControlValueAccessor, NgControl, ValidationErrors, FormControl, FormGroup, FormArray, FormGroupDirective, NgForm } from '@angular/forms';
|
|
4
|
-
import { Observable, BehaviorSubject } from 'rxjs';
|
|
5
|
-
import
|
|
4
|
+
import { Observable, BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
+
import * as _praxisui_core from '@praxisui/core';
|
|
6
|
+
import { ComponentMetadata, PraxisTextValue, PraxisI18nDictionary, PraxisI18nConfig, PraxisI18nMessageDescriptor, PraxisI18nService, GlobalActionService, GlobalActionRef, OptionSourceMetadata, GenericCrudService, GlobalConfigService, OptionDTO, ComponentMetadataEditorialDescriptor, ComponentDocMeta, ComponentMetadataRegistry, FieldMetadata, MaterialButtonMetadata, FieldArrayConfig, MaterialInputMetadata, MaterialColorInputMetadata, MaterialDateInputMetadata, MaterialDatepickerMetadata, MaterialDateRangeMetadata, DateRangePreset, DateRangeValue, MaterialDatetimeLocalInputMetadata, MaterialEmailInputMetadata, MaterialTextareaMetadata, MaterialNumericMetadata, MaterialCurrencyMetadata, MaterialCpfCnpjMetadata, MaterialPriceRangeMetadata, MaterialMonthInputMetadata, MaterialPasswordMetadata, MaterialSearchInputMetadata, MaterialSelectMetadata, LookupFilterRequest, LookupFilteringMetadata, LookupSortOptionMetadata, LookupFilterDefinitionMetadata, MaterialEntityLookupMetadata, LookupStatusTone, EntityLookupResultState, EntityLookupResult, LookupDialogMetadata, LookupFilterOperator, LookupFilterFieldType, LookupResultColumnMetadata, MaterialAutocompleteMetadata, MaterialToggleMetadata, MaterialRangeSliderMetadata, RangeSliderValue, InlinePeriodRangeMetadata, FieldControlType, MaterialTimepickerMetadata, MaterialTimeRangeMetadata, MaterialTreeNode, MaterialTreeSelectMetadata, MaterialMultiSelectTreeMetadata, MaterialChipsMetadata, RangeSliderMark, RangeSliderSemanticBand, MaterialSliderMetadata, MaterialPhoneMetadata, MaterialTimeInputMetadata, MaterialUrlInputMetadata, MaterialWeekInputMetadata, MaterialColorPickerMetadata, MaterialYearInputMetadata, CapabilityCatalog, ComponentAuthoringManifest, ManifestControlProfile } from '@praxisui/core';
|
|
6
7
|
import { Router } from '@angular/router';
|
|
7
8
|
import { MatDialog, MatDialogRef } from '@angular/material/dialog';
|
|
8
9
|
import { MatSelect } from '@angular/material/select';
|
|
9
|
-
import * as
|
|
10
|
+
import * as _angular_material_core from '@angular/material/core';
|
|
11
|
+
import { MatOptionSelectionChange, ErrorStateMatcher } from '@angular/material/core';
|
|
10
12
|
import { MatDatepickerInputEvent, MatDateRangePicker, MatDatepicker } from '@angular/material/datepicker';
|
|
11
13
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
14
|
+
import * as _praxisui_dynamic_fields from '@praxisui/dynamic-fields';
|
|
12
15
|
import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
13
16
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
14
17
|
import { NestedTreeControl } from '@angular/cdk/tree';
|
|
15
18
|
import { MatTreeNestedDataSource } from '@angular/material/tree';
|
|
16
|
-
import { MatOptionSelectionChange, ErrorStateMatcher } from '@angular/material/core';
|
|
17
19
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
18
20
|
import { MatChipInputEvent } from '@angular/material/chips';
|
|
19
21
|
import { MatButtonToggleChange } from '@angular/material/button-toggle';
|
|
@@ -398,6 +400,10 @@ interface PraxisDynamicFieldsI18nOverrides {
|
|
|
398
400
|
};
|
|
399
401
|
multiSelect?: {
|
|
400
402
|
selectAllLabel?: PraxisDynamicFieldText;
|
|
403
|
+
selectedTokensAriaLabel?: PraxisDynamicFieldText;
|
|
404
|
+
removeSelectionAriaLabel?: PraxisDynamicFieldText;
|
|
405
|
+
selectedPanelTitle?: PraxisDynamicFieldText;
|
|
406
|
+
selectedPanelRemoveHint?: PraxisDynamicFieldText;
|
|
401
407
|
};
|
|
402
408
|
transferList?: {
|
|
403
409
|
availableLabel?: PraxisDynamicFieldText;
|
|
@@ -406,6 +412,9 @@ interface PraxisDynamicFieldsI18nOverrides {
|
|
|
406
412
|
moveAllToRightAriaLabel?: PraxisDynamicFieldText;
|
|
407
413
|
moveSelectedToLeftAriaLabel?: PraxisDynamicFieldText;
|
|
408
414
|
moveAllToLeftAriaLabel?: PraxisDynamicFieldText;
|
|
415
|
+
availableEmptyText?: PraxisDynamicFieldText;
|
|
416
|
+
selectedEmptyText?: PraxisDynamicFieldText;
|
|
417
|
+
noResultsText?: PraxisDynamicFieldText;
|
|
409
418
|
};
|
|
410
419
|
checkboxGroup?: {
|
|
411
420
|
optionUnavailableDescription?: PraxisDynamicFieldText;
|
|
@@ -470,6 +479,8 @@ declare abstract class SimpleBaseInputComponent implements ControlValueAccessor,
|
|
|
470
479
|
protected readonly i18n: PraxisI18nService;
|
|
471
480
|
protected readonly dynamicFieldsI18n: PraxisDynamicFieldsI18nOverrides | null;
|
|
472
481
|
private resolvedNgControl;
|
|
482
|
+
private integratedControl;
|
|
483
|
+
private controlIntegrationSubscription;
|
|
473
484
|
/** Subject para eventos de lifecycle */
|
|
474
485
|
readonly lifecycleEvents$: BehaviorSubject<ComponentLifecycleEvent | null>;
|
|
475
486
|
/** Native element registered by subclasses */
|
|
@@ -541,8 +552,11 @@ declare abstract class SimpleBaseInputComponent implements ControlValueAccessor,
|
|
|
541
552
|
readonly includeReadonly?: boolean;
|
|
542
553
|
readonly includePresentation?: boolean;
|
|
543
554
|
}): boolean;
|
|
555
|
+
protected isValidationVisualSuppressedByState(): boolean;
|
|
544
556
|
protected resolveInlineContextTooltipLabel(): string;
|
|
557
|
+
inputAriaLabel(): string | null;
|
|
545
558
|
protected stringifyInlineContextValue(value: unknown): string;
|
|
559
|
+
protected composeInlineChipDisplayText(label: string, value: string): string;
|
|
546
560
|
private truncateInlineTooltipText;
|
|
547
561
|
private humanizeInlineFieldName;
|
|
548
562
|
/** Gate to control when inline errors may display (debounced for 'change') */
|
|
@@ -697,6 +711,9 @@ declare abstract class SimpleBaseInputComponent implements ControlValueAccessor,
|
|
|
697
711
|
protected getSpecificCssClasses(): string[];
|
|
698
712
|
private setupFormControlIntegration;
|
|
699
713
|
private syncComponentStateFromControl;
|
|
714
|
+
private handleMaskedNativeInput;
|
|
715
|
+
protected applyNativeDisplayMask(value?: unknown): void;
|
|
716
|
+
private resolveNativeDisplayMask;
|
|
700
717
|
private refreshErrorTooltip;
|
|
701
718
|
protected ariaInvalidAttribute(): 'true' | null;
|
|
702
719
|
protected tDynamicFields(keySuffix: string, fallback: string, params?: Record<string, string | number | boolean | null | undefined>): string;
|
|
@@ -739,8 +756,9 @@ interface BasicButtonState {
|
|
|
739
756
|
error: Error | null;
|
|
740
757
|
}
|
|
741
758
|
interface ButtonAction {
|
|
742
|
-
type: 'navigation' | 'external-link' | 'custom' | 'form-action';
|
|
759
|
+
type: 'navigation' | 'external-link' | 'global' | 'custom' | 'form-action';
|
|
743
760
|
target?: string;
|
|
761
|
+
globalAction?: GlobalActionRef;
|
|
744
762
|
payload?: any;
|
|
745
763
|
confirmation?: {
|
|
746
764
|
title: string;
|
|
@@ -756,6 +774,7 @@ declare abstract class SimpleBaseButtonComponent implements OnInit, OnDestroy, B
|
|
|
756
774
|
protected readonly cdr: ChangeDetectorRef;
|
|
757
775
|
protected readonly router: Router;
|
|
758
776
|
protected readonly dialog: MatDialog;
|
|
777
|
+
protected readonly globalActions: GlobalActionService | null;
|
|
759
778
|
protected readonly i18n: PraxisI18nService;
|
|
760
779
|
protected readonly dynamicFieldsI18n: PraxisDynamicFieldsI18nOverrides | null;
|
|
761
780
|
/** Subject para eventos de lifecycle */
|
|
@@ -964,6 +983,7 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
|
|
|
964
983
|
/** Holds error message when option loading fails */
|
|
965
984
|
readonly error: _angular_core.WritableSignal<string | null>;
|
|
966
985
|
private readonly matSelectInitEffect;
|
|
986
|
+
private readonly multipleControlNormalizationEffect;
|
|
967
987
|
/** CRUD service for remote option loading (optional) */
|
|
968
988
|
protected readonly crudService: GenericCrudService<any> | null;
|
|
969
989
|
/** Emits whenever the selected value(s) change */
|
|
@@ -981,7 +1001,7 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
|
|
|
981
1001
|
private remoteOptionsLoadDestroyHookRegistered;
|
|
982
1002
|
protected readonly global: GlobalConfigService;
|
|
983
1003
|
private dependencySub;
|
|
984
|
-
|
|
1004
|
+
protected remoteSelectionHydrationSub: Subscription | null;
|
|
985
1005
|
private hasLoadedOnce;
|
|
986
1006
|
/** Options filtered according to the current `searchTerm` */
|
|
987
1007
|
readonly filteredOptions: _angular_core.Signal<SelectOption<T>[]>;
|
|
@@ -1001,6 +1021,8 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
|
|
|
1001
1021
|
protected defaultPanelClass(): string | string[] | undefined;
|
|
1002
1022
|
selectPanelClass(): string[];
|
|
1003
1023
|
protected isInteractionDisabled(): boolean;
|
|
1024
|
+
protected normalizeMultipleControlValue(): void;
|
|
1025
|
+
setExternalControl(control: AbstractControl): void;
|
|
1004
1026
|
/** Whether to show the clear button (if enabled in metadata) */
|
|
1005
1027
|
showClear(): boolean;
|
|
1006
1028
|
/** Clears the selection according to single/multiple mode */
|
|
@@ -1093,6 +1115,9 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
|
|
|
1093
1115
|
selectOption(option: SelectOption<T>): void;
|
|
1094
1116
|
/** Checks if the provided value is currently selected */
|
|
1095
1117
|
isSelected(value: T): boolean;
|
|
1118
|
+
isOptionDisabled(option: SelectOption<T>): boolean;
|
|
1119
|
+
protected areOptionValuesEqual(left: unknown, right: unknown): boolean;
|
|
1120
|
+
protected normalizeComparableOptionValue(value: unknown): unknown;
|
|
1096
1121
|
/**
|
|
1097
1122
|
* Toggles selection of all options when `selectAll` is enabled in multiple
|
|
1098
1123
|
* selection mode.
|
|
@@ -1136,6 +1161,12 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
|
|
|
1136
1161
|
protected extractDependencyValue(raw: any, path?: string): any;
|
|
1137
1162
|
protected applyDependencyCriteria(fragment: Record<string, any>, strategy?: 'merge' | 'replace'): void;
|
|
1138
1163
|
protected onDependenciesChanged(): void;
|
|
1164
|
+
protected resolveDependencyFields(meta: SimpleSelectMetadata<T> & Record<string, any>): string[] | undefined;
|
|
1165
|
+
protected resolveDependencyFilterMap(meta: SimpleSelectMetadata<T> & Record<string, any>): Record<string, string | {
|
|
1166
|
+
key: string;
|
|
1167
|
+
valuePath?: string;
|
|
1168
|
+
}> | undefined;
|
|
1169
|
+
protected resolveDependencyValuePathConfig(meta: SimpleSelectMetadata<T> & Record<string, any>): string | Record<string, string> | undefined;
|
|
1139
1170
|
private getByPath;
|
|
1140
1171
|
private setByPath;
|
|
1141
1172
|
private unsetByPath;
|
|
@@ -1429,6 +1460,11 @@ declare class DynamicFieldLoaderDirective implements OnInit, OnDestroy, OnChange
|
|
|
1429
1460
|
field: FieldMetadata;
|
|
1430
1461
|
element: HTMLElement;
|
|
1431
1462
|
}>;
|
|
1463
|
+
/** @internal Emits when a field receives focus in canvas mode */
|
|
1464
|
+
canvasFocus: EventEmitter<{
|
|
1465
|
+
field: FieldMetadata;
|
|
1466
|
+
element: HTMLElement;
|
|
1467
|
+
}>;
|
|
1432
1468
|
/** Mapa interno de componentes criados */
|
|
1433
1469
|
private componentRefs;
|
|
1434
1470
|
/** Mapa de shells criados */
|
|
@@ -1539,6 +1575,8 @@ declare class DynamicFieldLoaderDirective implements OnInit, OnDestroy, OnChange
|
|
|
1539
1575
|
/**
|
|
1540
1576
|
* Reatribui apenas os FormControls existentes aos componentes/shells sem refazer a renderização.
|
|
1541
1577
|
*/
|
|
1578
|
+
private hasSameRenderShape;
|
|
1579
|
+
private updateExistingFieldMetadata;
|
|
1542
1580
|
private rebindControlsOnly;
|
|
1543
1581
|
/** Destroi todos os componentes e limpa o container */
|
|
1544
1582
|
private destroyComponents;
|
|
@@ -1557,11 +1595,10 @@ declare class DynamicFieldLoaderDirective implements OnInit, OnDestroy, OnChange
|
|
|
1557
1595
|
*/
|
|
1558
1596
|
private inferControlTypeFromField;
|
|
1559
1597
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DynamicFieldLoaderDirective, never>;
|
|
1560
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DynamicFieldLoaderDirective, "[dynamicFieldLoader]", never, { "fields": { "alias": "fields"; "required": true; }; "formGroup": { "alias": "formGroup"; "required": true; }; "enableExternalControlBinding": { "alias": "enableExternalControlBinding"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "debugTrace": { "alias": "debugTrace"; "required": false; }; "debugTraceLabel": { "alias": "debugTraceLabel"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "canvasMode": { "alias": "canvasMode"; "required": false; }; }, { "componentsCreated": "componentsCreated"; "fieldCreated": "fieldCreated"; "fieldDestroyed": "fieldDestroyed"; "renderError": "renderError"; "canvasMouseEnter": "canvasMouseEnter"; "canvasMouseLeave": "canvasMouseLeave"; "canvasClick": "canvasClick"; }, never, never, true, never>;
|
|
1598
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DynamicFieldLoaderDirective, "[dynamicFieldLoader]", never, { "fields": { "alias": "fields"; "required": true; }; "formGroup": { "alias": "formGroup"; "required": true; }; "enableExternalControlBinding": { "alias": "enableExternalControlBinding"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "debugTrace": { "alias": "debugTrace"; "required": false; }; "debugTraceLabel": { "alias": "debugTraceLabel"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "canvasMode": { "alias": "canvasMode"; "required": false; }; }, { "componentsCreated": "componentsCreated"; "fieldCreated": "fieldCreated"; "fieldDestroyed": "fieldDestroyed"; "renderError": "renderError"; "canvasMouseEnter": "canvasMouseEnter"; "canvasMouseLeave": "canvasMouseLeave"; "canvasClick": "canvasClick"; "canvasFocus": "canvasFocus"; }, never, never, true, never>;
|
|
1561
1599
|
}
|
|
1562
1600
|
|
|
1563
1601
|
declare class MaterialButtonComponent extends SimpleBaseButtonComponent implements OnDestroy {
|
|
1564
|
-
private readonly actionResolver;
|
|
1565
1602
|
private readonly keyboardService;
|
|
1566
1603
|
private unregisterShortcut?;
|
|
1567
1604
|
/** Estado adicional específico do Material Button */
|
|
@@ -1638,6 +1675,8 @@ declare class ConfirmDialogComponent {
|
|
|
1638
1675
|
declare class EditableCollectionComponent implements BaseDynamicFieldComponent {
|
|
1639
1676
|
private readonly dynamicForm;
|
|
1640
1677
|
private readonly i18n;
|
|
1678
|
+
private readonly collectionRoot?;
|
|
1679
|
+
private readonly addButton?;
|
|
1641
1680
|
readonly metadata: _angular_core.WritableSignal<ComponentMetadata | null>;
|
|
1642
1681
|
readonly componentId: _angular_core.WritableSignal<string>;
|
|
1643
1682
|
readonly formControl: _angular_core.WritableSignal<AbstractControl<any, any, any> | null>;
|
|
@@ -1651,6 +1690,7 @@ declare class EditableCollectionComponent implements BaseDynamicFieldComponent {
|
|
|
1651
1690
|
itemGroups(): FormGroup[];
|
|
1652
1691
|
readonly arrayConfig: _angular_core.Signal<FieldArrayConfig>;
|
|
1653
1692
|
readonly headingId: _angular_core.Signal<string>;
|
|
1693
|
+
readonly errorId: _angular_core.Signal<string>;
|
|
1654
1694
|
setInputMetadata(metadata: ComponentMetadata): void;
|
|
1655
1695
|
setExternalControl(control: AbstractControl): void;
|
|
1656
1696
|
focus(): void;
|
|
@@ -1666,6 +1706,7 @@ declare class EditableCollectionComponent implements BaseDynamicFieldComponent {
|
|
|
1666
1706
|
addLabel(): string;
|
|
1667
1707
|
removeLabel(): string;
|
|
1668
1708
|
emptyState(): string;
|
|
1709
|
+
hasVisibleErrors(): boolean;
|
|
1669
1710
|
itemTitle(group: FormGroup, index: number): string;
|
|
1670
1711
|
errorMessages(): string[];
|
|
1671
1712
|
trackItem(index: number, group: FormGroup): unknown;
|
|
@@ -1702,7 +1743,7 @@ declare class TextInputComponent extends SimpleBaseInputComponent {
|
|
|
1702
1743
|
setInputMetadata(metadata: MaterialInputMetadata): void;
|
|
1703
1744
|
showClear(): boolean;
|
|
1704
1745
|
onClearClick(): void;
|
|
1705
|
-
errorStateMatcher():
|
|
1746
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1706
1747
|
private clearButtonConfig;
|
|
1707
1748
|
private metadataRecord;
|
|
1708
1749
|
private metadataAsField;
|
|
@@ -1742,13 +1783,14 @@ declare class ColorInputComponent extends SimpleBaseInputComponent {
|
|
|
1742
1783
|
ngOnInit(): void;
|
|
1743
1784
|
validateField(): Promise<ValidationErrors | null>;
|
|
1744
1785
|
protected getSpecificCssClasses(): string[];
|
|
1786
|
+
effectiveFloatLabelBehavior(): 'always';
|
|
1745
1787
|
/** Applies component metadata with strong typing. */
|
|
1746
1788
|
setInputMetadata(metadata: MaterialColorInputMetadata): void;
|
|
1747
1789
|
/** Programmatically opens the native color picker if supported. */
|
|
1748
1790
|
openNativePicker(): void;
|
|
1749
1791
|
onNativeColorChange(event: Event): void;
|
|
1750
1792
|
previewColor(): string;
|
|
1751
|
-
errorStateMatcher():
|
|
1793
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1752
1794
|
isReadonlyEffective(): boolean;
|
|
1753
1795
|
openMenu(): void;
|
|
1754
1796
|
onSwatchClick(c: string): void;
|
|
@@ -1804,7 +1846,7 @@ declare class DateInputComponent extends SimpleBaseInputComponent {
|
|
|
1804
1846
|
protected getSpecificCssClasses(): string[];
|
|
1805
1847
|
/** Applies component metadata with strong typing. */
|
|
1806
1848
|
setInputMetadata(metadata: MaterialDateInputMetadata): void;
|
|
1807
|
-
errorStateMatcher():
|
|
1849
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1808
1850
|
private metadataAsField;
|
|
1809
1851
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DateInputComponent, never>;
|
|
1810
1852
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DateInputComponent, "pdx-date-input", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, { "validationChange": "validationChange"; }, never, never, true, never>;
|
|
@@ -1820,6 +1862,7 @@ declare class DateInputComponent extends SimpleBaseInputComponent {
|
|
|
1820
1862
|
declare class MaterialDatepickerComponent extends SimpleBaseInputComponent {
|
|
1821
1863
|
/** Emits whenever validation state changes. */
|
|
1822
1864
|
readonly validationChange: _angular_core.OutputEmitterRef<ValidationErrors | null>;
|
|
1865
|
+
private readonly dateAdapter;
|
|
1823
1866
|
readonlyMode: boolean;
|
|
1824
1867
|
disabledMode: boolean;
|
|
1825
1868
|
visible: boolean;
|
|
@@ -1827,19 +1870,32 @@ declare class MaterialDatepickerComponent extends SimpleBaseInputComponent {
|
|
|
1827
1870
|
readonly minDate: _angular_core.Signal<any>;
|
|
1828
1871
|
readonly maxDate: _angular_core.Signal<any>;
|
|
1829
1872
|
readonly startAt: _angular_core.Signal<any>;
|
|
1873
|
+
setExternalControl(control: AbstractControl): void;
|
|
1874
|
+
writeValue(value: unknown): void;
|
|
1875
|
+
setValue(value: unknown, options?: Parameters<SimpleBaseInputComponent['setValue']>[1]): void;
|
|
1876
|
+
protected applyNativeDisplayMask(): void;
|
|
1830
1877
|
onDateChange(event: MatDatepickerInputEvent<Date | null>): void;
|
|
1831
1878
|
validateField(): Promise<ValidationErrors | null>;
|
|
1832
1879
|
protected getSpecificCssClasses(): string[];
|
|
1833
1880
|
/** Applies component metadata with strong typing. */
|
|
1834
1881
|
setDatepickerMetadata(metadata: MaterialDatepickerMetadata): void;
|
|
1882
|
+
setInputMetadata(metadata: MaterialDatepickerMetadata): void;
|
|
1883
|
+
protected setMetadata(metadata: MaterialDatepickerMetadata): void;
|
|
1835
1884
|
isReadonlyEffective(): boolean;
|
|
1836
|
-
|
|
1885
|
+
isInputReadonly(): boolean;
|
|
1886
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1837
1887
|
showClear(): boolean;
|
|
1838
1888
|
onClearClick(): void;
|
|
1839
1889
|
private clearButtonConfig;
|
|
1840
1890
|
private metadataRecordForClear;
|
|
1841
1891
|
private metadataAsField;
|
|
1842
1892
|
private parseDateOnlyString;
|
|
1893
|
+
private applyDateLocale;
|
|
1894
|
+
private resolveMetadataLocale;
|
|
1895
|
+
private resolveMetadataDateOrder;
|
|
1896
|
+
private stringMetadataValue;
|
|
1897
|
+
private coerceCurrentControlValue;
|
|
1898
|
+
private coerceDateValue;
|
|
1843
1899
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialDatepickerComponent, never>;
|
|
1844
1900
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialDatepickerComponent, "pdx-material-datepicker", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, { "validationChange": "validationChange"; }, never, never, true, never>;
|
|
1845
1901
|
}
|
|
@@ -1876,16 +1932,26 @@ declare class MaterialDateRangeComponent extends SimpleBaseInputComponent implem
|
|
|
1876
1932
|
readonly maxDate: _angular_core.Signal<any>;
|
|
1877
1933
|
readonly startAt: _angular_core.Signal<any>;
|
|
1878
1934
|
overlayOpen: boolean;
|
|
1935
|
+
readonly shortcutOverlayViewportMargin = 12;
|
|
1936
|
+
private pickerOpen;
|
|
1879
1937
|
private readonly dateAdapter;
|
|
1880
1938
|
picker: MatDateRangePicker<Date>;
|
|
1939
|
+
private endDateInput?;
|
|
1881
1940
|
readonly shouldShowShortcuts: () => boolean;
|
|
1882
1941
|
readonly overlayPositions: () => ConnectedPosition[];
|
|
1942
|
+
private shortcutOverlayBelowPositions;
|
|
1943
|
+
private shortcutOverlayLeftPositions;
|
|
1944
|
+
private shortcutOverlayRightPositions;
|
|
1883
1945
|
readonly resolvedPresets: _angular_core.Signal<Record<string, DateRangePreset>>;
|
|
1884
1946
|
readonly shortcutItems: _angular_core.Signal<DateRangeShortcutItem[]>;
|
|
1885
1947
|
readonly activePresetId: () => string | null;
|
|
1886
1948
|
writeValue(value: unknown): void;
|
|
1887
1949
|
ngOnInit(): void;
|
|
1888
1950
|
protected shouldPropagateRangeGroupChanges(): boolean;
|
|
1951
|
+
protected focusEndDateInput(event: Event): void;
|
|
1952
|
+
private propagateRangeValue;
|
|
1953
|
+
private isEmptyRangeValue;
|
|
1954
|
+
private areDatesEqual;
|
|
1889
1955
|
validateField(): Promise<ValidationErrors | null>;
|
|
1890
1956
|
protected getSpecificCssClasses(): string[];
|
|
1891
1957
|
/** Applies component metadata with strong typing. */
|
|
@@ -1893,7 +1959,7 @@ declare class MaterialDateRangeComponent extends SimpleBaseInputComponent implem
|
|
|
1893
1959
|
/** Standard API for manual form metadata updates */
|
|
1894
1960
|
setInputMetadata(metadata: MaterialDateRangeMetadata): void;
|
|
1895
1961
|
isReadonlyEffective(): boolean;
|
|
1896
|
-
errorStateMatcher():
|
|
1962
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1897
1963
|
openShortcuts(): void;
|
|
1898
1964
|
closeShortcuts(): void;
|
|
1899
1965
|
onOverlayDetach(): void;
|
|
@@ -1926,7 +1992,7 @@ declare class DatetimeLocalInputComponent extends SimpleBaseInputComponent {
|
|
|
1926
1992
|
protected getSpecificCssClasses(): string[];
|
|
1927
1993
|
/** Applies component metadata with strong typing. */
|
|
1928
1994
|
setInputMetadata(metadata: MaterialDatetimeLocalInputMetadata): void;
|
|
1929
|
-
errorStateMatcher():
|
|
1995
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1930
1996
|
/**
|
|
1931
1997
|
* Datetime-local input is officially minute-granularity only.
|
|
1932
1998
|
* Non-minute step values fallback to 60s.
|
|
@@ -1959,7 +2025,7 @@ declare class EmailInputComponent extends SimpleBaseInputComponent {
|
|
|
1959
2025
|
protected getSpecificCssClasses(): string[];
|
|
1960
2026
|
/** Applies component metadata with strong typing. */
|
|
1961
2027
|
setInputMetadata(metadata: MaterialEmailInputMetadata): void;
|
|
1962
|
-
errorStateMatcher():
|
|
2028
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
1963
2029
|
isReadonlyEffective(): boolean;
|
|
1964
2030
|
private metadataAsField;
|
|
1965
2031
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EmailInputComponent, never>;
|
|
@@ -2039,7 +2105,7 @@ declare class NumberInputComponent extends SimpleBaseInputComponent {
|
|
|
2039
2105
|
ngOnInit(): void;
|
|
2040
2106
|
validateField(): Promise<ValidationErrors | null>;
|
|
2041
2107
|
protected getSpecificCssClasses(): string[];
|
|
2042
|
-
errorStateMatcher():
|
|
2108
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2043
2109
|
/** Applies component metadata with strong typing. */
|
|
2044
2110
|
setInputMetadata(metadata: MaterialNumericMetadata): void;
|
|
2045
2111
|
private applyNumericValidators;
|
|
@@ -2095,7 +2161,7 @@ declare class MaterialCurrencyComponent extends SimpleBaseInputComponent {
|
|
|
2095
2161
|
protected currencySymbol(): string;
|
|
2096
2162
|
protected getSpecificCssClasses(): string[];
|
|
2097
2163
|
onClearClick(): void;
|
|
2098
|
-
errorStateMatcher():
|
|
2164
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2099
2165
|
private minValidator?;
|
|
2100
2166
|
private maxValidator?;
|
|
2101
2167
|
private syncCurrencyValidators;
|
|
@@ -2105,6 +2171,7 @@ declare class MaterialCurrencyComponent extends SimpleBaseInputComponent {
|
|
|
2105
2171
|
/** Formats the input value without touching or changing focus state. */
|
|
2106
2172
|
formatDisplayValue(): void;
|
|
2107
2173
|
writeValue(value: unknown): void;
|
|
2174
|
+
protected applyNativeDisplayMask(): void;
|
|
2108
2175
|
validateField(): Promise<ValidationErrors | null>;
|
|
2109
2176
|
readonlyMode: boolean;
|
|
2110
2177
|
set disabledMode(value: boolean);
|
|
@@ -2135,7 +2202,7 @@ declare class MaterialCpfCnpjInputComponent extends SimpleBaseInputComponent {
|
|
|
2135
2202
|
cpfCnpjMetadata: _angular_core.Signal<MaterialCpfCnpjMetadata | null>;
|
|
2136
2203
|
getSpecificCssClasses(): string[];
|
|
2137
2204
|
setInputMetadata(metadata: MaterialCpfCnpjMetadata): void;
|
|
2138
|
-
errorStateMatcher():
|
|
2205
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2139
2206
|
onComponentInit(): void;
|
|
2140
2207
|
private setupDynamicValidator;
|
|
2141
2208
|
isReadonlyEffective(): boolean;
|
|
@@ -2224,7 +2291,7 @@ declare class MonthInputComponent extends SimpleBaseInputComponent {
|
|
|
2224
2291
|
protected getSpecificCssClasses(): string[];
|
|
2225
2292
|
/** Applies component metadata with strong typing. */
|
|
2226
2293
|
setInputMetadata(metadata: MaterialMonthInputMetadata): void;
|
|
2227
|
-
errorStateMatcher():
|
|
2294
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2228
2295
|
isReadonlyEffective(): boolean;
|
|
2229
2296
|
private metadataAsField;
|
|
2230
2297
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MonthInputComponent, never>;
|
|
@@ -2261,7 +2328,7 @@ declare class PasswordInputComponent extends SimpleBaseInputComponent {
|
|
|
2261
2328
|
onRevealToggleClick(event: MouseEvent): void;
|
|
2262
2329
|
/** Applies typed metadata to the component. */
|
|
2263
2330
|
setInputMetadata(metadata: MaterialPasswordMetadata): void;
|
|
2264
|
-
errorStateMatcher():
|
|
2331
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2265
2332
|
isReadonlyEffective(): boolean;
|
|
2266
2333
|
private metadataAsField;
|
|
2267
2334
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PasswordInputComponent, never>;
|
|
@@ -2288,7 +2355,7 @@ declare class SearchInputComponent extends SimpleBaseInputComponent {
|
|
|
2288
2355
|
protected getSpecificCssClasses(): string[];
|
|
2289
2356
|
/** Applies component metadata with strong typing. */
|
|
2290
2357
|
setInputMetadata(metadata: MaterialSearchInputMetadata): void;
|
|
2291
|
-
errorStateMatcher():
|
|
2358
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2292
2359
|
isReadonlyEffective(): boolean;
|
|
2293
2360
|
private metadataAsField;
|
|
2294
2361
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchInputComponent, never>;
|
|
@@ -2303,7 +2370,7 @@ declare class MaterialSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2303
2370
|
protected defaultPanelClass(): string;
|
|
2304
2371
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
2305
2372
|
ngOnInit(): void;
|
|
2306
|
-
errorStateMatcher():
|
|
2373
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2307
2374
|
private optionsFromLegacy;
|
|
2308
2375
|
private normalizeOption;
|
|
2309
2376
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialSelectComponent, never>;
|
|
@@ -2327,7 +2394,7 @@ declare class InlineSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2327
2394
|
protected setMetadata(metadata: MaterialSelectMetadata): void;
|
|
2328
2395
|
onComponentInit(): void;
|
|
2329
2396
|
onViewportResize(): void;
|
|
2330
|
-
errorStateMatcher():
|
|
2397
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2331
2398
|
protected getSpecificCssClasses(): string[];
|
|
2332
2399
|
hasSelection(): boolean;
|
|
2333
2400
|
displayText(): string;
|
|
@@ -2378,7 +2445,7 @@ interface SearchableSelectMetadata {
|
|
|
2378
2445
|
loadOn?: LoadStrategy$1;
|
|
2379
2446
|
dependencyLoadOnChange?: DependencyLoadMode$1;
|
|
2380
2447
|
}
|
|
2381
|
-
declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent {
|
|
2448
|
+
declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent implements DoCheck {
|
|
2382
2449
|
readonlyMode: boolean;
|
|
2383
2450
|
disabledMode: boolean;
|
|
2384
2451
|
visible: boolean;
|
|
@@ -2387,10 +2454,18 @@ declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponen
|
|
|
2387
2454
|
private readonly store;
|
|
2388
2455
|
readonly endReached: _angular_core.WritableSignal<boolean>;
|
|
2389
2456
|
private initialLoadStrategy;
|
|
2457
|
+
private disabledModeAppliedToControl;
|
|
2458
|
+
ngDoCheck(): void;
|
|
2390
2459
|
protected defaultPanelClass(): string;
|
|
2391
2460
|
setSelectMetadata(metadata: SearchableSelectMetadata): void;
|
|
2392
2461
|
ngOnInit(): void;
|
|
2393
|
-
errorStateMatcher():
|
|
2462
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2463
|
+
searchableSelectAriaDisabled(): 'true' | null;
|
|
2464
|
+
searchableSelectAriaReadonly(): 'true' | null;
|
|
2465
|
+
isOptionDisabled(option: SelectOption<unknown>): boolean;
|
|
2466
|
+
selectOption(option: SelectOption<unknown>): void;
|
|
2467
|
+
toggleSelectAll(): void;
|
|
2468
|
+
onClearClick(): void;
|
|
2394
2469
|
searchInputAriaLabel(): string;
|
|
2395
2470
|
onSearchInputEvent(event: Event): void;
|
|
2396
2471
|
onOpened(opened: boolean): void;
|
|
@@ -2403,6 +2478,7 @@ declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponen
|
|
|
2403
2478
|
protected registerMatSelect(select: MatSelect): void;
|
|
2404
2479
|
reload(reset: boolean): void;
|
|
2405
2480
|
protected onDependenciesChanged(): void;
|
|
2481
|
+
private syncDisabledModeControlState;
|
|
2406
2482
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialSearchableSelectComponent, never>;
|
|
2407
2483
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialSearchableSelectComponent, "pdx-material-searchable-select", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
2408
2484
|
}
|
|
@@ -2415,10 +2491,11 @@ declare class InlineSearchableSelectComponent extends MaterialSearchableSelectCo
|
|
|
2415
2491
|
protected setMetadata(metadata: MaterialSelectMetadata): void;
|
|
2416
2492
|
onComponentInit(): void;
|
|
2417
2493
|
onViewportResize(): void;
|
|
2418
|
-
errorStateMatcher():
|
|
2494
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2419
2495
|
protected getSpecificCssClasses(): string[];
|
|
2420
2496
|
hasSelection(): boolean;
|
|
2421
2497
|
selectedCount(): number;
|
|
2498
|
+
additionalSelectedCount(): number;
|
|
2422
2499
|
displayText(): string;
|
|
2423
2500
|
showQuickClear(): boolean;
|
|
2424
2501
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
@@ -2488,6 +2565,9 @@ declare class MaterialAsyncSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2488
2565
|
presentationMode: boolean;
|
|
2489
2566
|
private searchInput?;
|
|
2490
2567
|
readonly termControl: FormControl<string | null>;
|
|
2568
|
+
readonly activeLookupFilters: _angular_core.WritableSignal<LookupFilterRequest[]>;
|
|
2569
|
+
readonly selectedLookupSortKey: _angular_core.WritableSignal<string | null>;
|
|
2570
|
+
protected readonly remoteTotalElements: _angular_core.WritableSignal<number | null>;
|
|
2491
2571
|
private readonly store;
|
|
2492
2572
|
readonly endReached: _angular_core.WritableSignal<boolean>;
|
|
2493
2573
|
private cursorAfter;
|
|
@@ -2497,26 +2577,43 @@ declare class MaterialAsyncSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2497
2577
|
protected defaultPanelClass(): string;
|
|
2498
2578
|
private isCategoricalBucketOptionSource;
|
|
2499
2579
|
setSelectMetadata(metadata: AsyncSelectMetadata): void;
|
|
2500
|
-
errorStateMatcher():
|
|
2580
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2501
2581
|
searchInputAriaLabel(): string;
|
|
2502
2582
|
ngOnInit(): void;
|
|
2503
2583
|
onOpened(opened: boolean): void;
|
|
2504
2584
|
private getSelectedIds;
|
|
2505
2585
|
private preloadSelected;
|
|
2506
2586
|
private refreshOptions;
|
|
2587
|
+
protected currentLookupFiltering(): LookupFilteringMetadata | null;
|
|
2588
|
+
lookupSortOptions(): LookupSortOptionMetadata[];
|
|
2589
|
+
lookupFilterDefinitions(): LookupFilterDefinitionMetadata[];
|
|
2590
|
+
protected initializeLookupFilteringState(): void;
|
|
2591
|
+
protected buildDefaultLookupFilters(filtering: LookupFilteringMetadata): LookupFilterRequest[];
|
|
2592
|
+
protected normalizeLookupFilterValue(operator: LookupFilterRequest['operator'], values: unknown[]): unknown;
|
|
2593
|
+
hasLookupFiltering(): boolean;
|
|
2594
|
+
hasLookupSortOptions(): boolean;
|
|
2595
|
+
hasMultipleLookupSortOptions(): boolean;
|
|
2596
|
+
hasActiveLookupFilters(): boolean;
|
|
2597
|
+
lookupFilterForField(field: string): LookupFilterRequest | undefined;
|
|
2598
|
+
setLookupSortKey(sortKey: string | null): void;
|
|
2599
|
+
clearLookupFilters(field?: string): void;
|
|
2600
|
+
replaceLookupFilters(filters: LookupFilterRequest[]): void;
|
|
2601
|
+
protected refreshLookupQueryState(): void;
|
|
2507
2602
|
private runQuery;
|
|
2508
2603
|
loadMore(): void;
|
|
2509
2604
|
retry(): void;
|
|
2510
2605
|
handleKey(event: KeyboardEvent): void;
|
|
2511
2606
|
protected registerMatSelect(select: MatSelect): void;
|
|
2512
2607
|
reload(reset: boolean): void;
|
|
2608
|
+
protected setupRemoteSelectionHydration(): void;
|
|
2513
2609
|
protected onDependenciesChanged(): void;
|
|
2610
|
+
private ensureCurrentValueLoadedByIds;
|
|
2514
2611
|
private missingOptionLabel;
|
|
2515
2612
|
private loadOptionsErrorLabel;
|
|
2516
2613
|
protected mapRemoteOption(option: AsyncOption): AsyncRenderedOption;
|
|
2517
2614
|
protected resolveRemoteOptionValue(option: AsyncOption): unknown;
|
|
2518
2615
|
protected resolveRemoteOptionDisabled(option: AsyncOption): boolean;
|
|
2519
|
-
|
|
2616
|
+
protected areOptionValuesEqual(left: unknown, right: unknown): boolean;
|
|
2520
2617
|
private normalizeRemoteOptionValue;
|
|
2521
2618
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialAsyncSelectComponent, never>;
|
|
2522
2619
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialAsyncSelectComponent, "pdx-material-async-select", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -2553,10 +2650,11 @@ declare class InlineAsyncSelectComponent extends MaterialAsyncSelectComponent {
|
|
|
2553
2650
|
protected setMetadata(metadata: MaterialSelectMetadata): void;
|
|
2554
2651
|
onComponentInit(): void;
|
|
2555
2652
|
onViewportResize(): void;
|
|
2556
|
-
errorStateMatcher():
|
|
2653
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2557
2654
|
protected getSpecificCssClasses(): string[];
|
|
2558
2655
|
hasSelection(): boolean;
|
|
2559
2656
|
selectedCount(): number;
|
|
2657
|
+
additionalSelectedCount(): number;
|
|
2560
2658
|
displayText(): string;
|
|
2561
2659
|
showQuickClear(): boolean;
|
|
2562
2660
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
@@ -2589,19 +2687,30 @@ type LookupOption = {
|
|
|
2589
2687
|
value: unknown;
|
|
2590
2688
|
disabled?: boolean;
|
|
2591
2689
|
};
|
|
2592
|
-
|
|
2593
|
-
id:
|
|
2690
|
+
interface EntityLookupViewModel {
|
|
2691
|
+
id: string;
|
|
2692
|
+
identity: string;
|
|
2693
|
+
code: string;
|
|
2594
2694
|
label: string;
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
selectable
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2695
|
+
description: string;
|
|
2696
|
+
status: string;
|
|
2697
|
+
statusTone: LookupStatusTone;
|
|
2698
|
+
selectable: boolean;
|
|
2699
|
+
selectionState: EntityLookupResultState;
|
|
2700
|
+
disabledReason: string;
|
|
2701
|
+
detailHref: string;
|
|
2702
|
+
detailRoute: string;
|
|
2703
|
+
badges: string[];
|
|
2704
|
+
richFields: EntityLookupRichFieldViewModel[];
|
|
2705
|
+
}
|
|
2706
|
+
interface EntityLookupRichFieldViewModel {
|
|
2707
|
+
key: string;
|
|
2708
|
+
label: string;
|
|
2709
|
+
value: string;
|
|
2710
|
+
icon: string;
|
|
2711
|
+
presentation: string;
|
|
2712
|
+
tone: LookupStatusTone | 'info';
|
|
2713
|
+
}
|
|
2605
2714
|
interface LookupClearButtonConfig {
|
|
2606
2715
|
enabled?: boolean;
|
|
2607
2716
|
ariaLabel?: string;
|
|
@@ -2615,6 +2724,21 @@ interface LookupAutoSizeConfig {
|
|
|
2615
2724
|
interface LookupMaterialDesignConfig {
|
|
2616
2725
|
density?: string;
|
|
2617
2726
|
}
|
|
2727
|
+
interface LookupFilterChipViewModel {
|
|
2728
|
+
field: string;
|
|
2729
|
+
label: string;
|
|
2730
|
+
valueText: string;
|
|
2731
|
+
}
|
|
2732
|
+
interface SelectedLookupTokenViewModel {
|
|
2733
|
+
identity: string;
|
|
2734
|
+
text: string;
|
|
2735
|
+
title: string;
|
|
2736
|
+
}
|
|
2737
|
+
interface EntityLookupDialogData {
|
|
2738
|
+
metadata: MaterialEntityLookupMetadata;
|
|
2739
|
+
value: unknown;
|
|
2740
|
+
title?: string;
|
|
2741
|
+
}
|
|
2618
2742
|
type EntityLookupMetadata = MaterialEntityLookupMetadata & {
|
|
2619
2743
|
optionLabelKey?: string;
|
|
2620
2744
|
optionValueKey?: string;
|
|
@@ -2624,23 +2748,83 @@ type EntityLookupMetadata = MaterialEntityLookupMetadata & {
|
|
|
2624
2748
|
density?: string;
|
|
2625
2749
|
};
|
|
2626
2750
|
declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
|
|
2751
|
+
private readonly dialog;
|
|
2752
|
+
private readonly globalActions;
|
|
2753
|
+
private readonly resourceDiscovery;
|
|
2754
|
+
private readonly surfaceOpenAdapter;
|
|
2627
2755
|
inlineMinWidthPx: number;
|
|
2628
2756
|
inlineMaxWidthPx: number;
|
|
2629
2757
|
private fieldLabelText;
|
|
2630
2758
|
private staticOptions;
|
|
2759
|
+
set initialMetadata(metadata: MaterialEntityLookupMetadata | null | undefined);
|
|
2631
2760
|
private currentMetadata;
|
|
2632
2761
|
setSelectMetadata(metadata: EntityLookupMetadata): void;
|
|
2633
2762
|
protected setMetadata(metadata: MaterialSelectMetadata): void;
|
|
2634
2763
|
onComponentInit(): void;
|
|
2635
2764
|
onViewportResize(): void;
|
|
2636
|
-
errorStateMatcher():
|
|
2765
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2637
2766
|
protected getSpecificCssClasses(): string[];
|
|
2767
|
+
selectPanelClasses(): string[];
|
|
2638
2768
|
hasSelection(): boolean;
|
|
2639
2769
|
selectedCount(): number;
|
|
2640
2770
|
displayText(): string;
|
|
2771
|
+
richLayoutEnabled(): boolean;
|
|
2772
|
+
selectedCardLayout(): boolean;
|
|
2773
|
+
selectedCompactLayout(): boolean;
|
|
2774
|
+
fullFieldLayout(): boolean;
|
|
2775
|
+
showFieldDependencyHint(): boolean;
|
|
2776
|
+
showFieldSearchHint(): boolean;
|
|
2777
|
+
emptyTriggerIconName(): string;
|
|
2778
|
+
emptyTriggerSupportingText(): string;
|
|
2779
|
+
emptyTriggerContextText(): string;
|
|
2780
|
+
selectedLookupView(): EntityLookupViewModel | null;
|
|
2781
|
+
selectedLookupViews(): EntityLookupViewModel[];
|
|
2782
|
+
visibleSelectedLookupTokens(): SelectedLookupTokenViewModel[];
|
|
2783
|
+
hiddenSelectedLookupTokenCount(): number;
|
|
2784
|
+
isSelected(option: LookupOption): boolean;
|
|
2785
|
+
showSelectedTokenRemove(): boolean;
|
|
2786
|
+
selectedTokenRemoveAriaLabel(text: string): string;
|
|
2787
|
+
onRemoveSelectedToken(event: MouseEvent, identity: string): void;
|
|
2788
|
+
optionLookupView(option: LookupOption): EntityLookupViewModel;
|
|
2789
|
+
showCode(): boolean;
|
|
2790
|
+
showDescription(): boolean;
|
|
2791
|
+
showStatus(): boolean;
|
|
2792
|
+
showAvatar(): boolean;
|
|
2793
|
+
showBadges(): boolean;
|
|
2794
|
+
showDisabledReason(): boolean;
|
|
2795
|
+
showResultCount(): boolean;
|
|
2796
|
+
resultCountText(): string;
|
|
2797
|
+
hasVisibleBadges(item: EntityLookupViewModel): boolean;
|
|
2798
|
+
visibleBadges(item: EntityLookupViewModel): string[];
|
|
2799
|
+
statusBadgeClass(item: EntityLookupViewModel): string;
|
|
2800
|
+
lookupInitials(item: EntityLookupViewModel): string;
|
|
2801
|
+
showDetailAction(item: EntityLookupViewModel): boolean;
|
|
2802
|
+
private hasGovernedDetailSurface;
|
|
2803
|
+
showChangeAction(): boolean;
|
|
2804
|
+
showCopyCodeAction(item: EntityLookupViewModel): boolean;
|
|
2805
|
+
showCopyIdAction(item: EntityLookupViewModel): boolean;
|
|
2806
|
+
showCreateAction(): boolean;
|
|
2807
|
+
detailActionText(): string;
|
|
2808
|
+
changeActionText(): string;
|
|
2809
|
+
copyCodeActionText(): string;
|
|
2810
|
+
copyIdActionText(): string;
|
|
2811
|
+
createActionText(): string;
|
|
2812
|
+
clearActionText(): string;
|
|
2813
|
+
selectionLimitReachedText(maxSelections: number | null | undefined): string;
|
|
2814
|
+
onDetailAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
2815
|
+
private openDetailSurface;
|
|
2816
|
+
private tryOpenGovernedDetailSurface;
|
|
2817
|
+
private itemSurfacesHref;
|
|
2818
|
+
private selectDetailSurface;
|
|
2819
|
+
private lookupDetailPresentation;
|
|
2820
|
+
private detailSurfaceTitle;
|
|
2821
|
+
onChangeAction(event: MouseEvent): void;
|
|
2822
|
+
onCopyCodeAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
2823
|
+
onCopyIdAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
2824
|
+
onCreateAction(event: MouseEvent): void;
|
|
2641
2825
|
optionPrimaryText(option: LookupOption): string;
|
|
2642
2826
|
optionSecondaryText(option: LookupOption): string;
|
|
2643
|
-
protected resolveRemoteOptionValue(option: OptionDTO<string | number>):
|
|
2827
|
+
protected resolveRemoteOptionValue(option: OptionDTO<string | number>): EntityLookupResult<string | number>;
|
|
2644
2828
|
resetOptionText(): string;
|
|
2645
2829
|
showQuickClear(): boolean;
|
|
2646
2830
|
onResetOptionClick(event: MouseEvent): void;
|
|
@@ -2648,35 +2832,109 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
|
|
|
2648
2832
|
onQuickClear(event: MouseEvent): void;
|
|
2649
2833
|
onOpenedChange(opened: boolean): void;
|
|
2650
2834
|
onSearchInputEvent(event: Event): void;
|
|
2835
|
+
onSearchInputKeydown(event: KeyboardEvent): void;
|
|
2651
2836
|
onSearchInput(term: string): void;
|
|
2652
2837
|
showLoadMore(): boolean;
|
|
2653
2838
|
showEndReachedMessage(): boolean;
|
|
2839
|
+
showErrorStateOption(): boolean;
|
|
2840
|
+
showDependencyStateOption(): boolean;
|
|
2841
|
+
showEmptyStateOption(): boolean;
|
|
2842
|
+
onRetryClick(event: MouseEvent): void;
|
|
2843
|
+
errorStateLabel(): string;
|
|
2844
|
+
dependencyStateLabel(): string;
|
|
2845
|
+
emptyStateLabel(): string;
|
|
2654
2846
|
onLoadMoreClick(event: MouseEvent): void;
|
|
2655
2847
|
placeholderText(): string;
|
|
2656
2848
|
searchPlaceholderText(): string;
|
|
2849
|
+
showLookupToolbar(): boolean;
|
|
2850
|
+
showLookupSortControl(): boolean;
|
|
2851
|
+
lookupSortSelectValue(): string;
|
|
2852
|
+
onLookupSortSelectionChange(event: Event): void;
|
|
2853
|
+
activeLookupFilterChips(): LookupFilterChipViewModel[];
|
|
2854
|
+
clearAllLookupFilters(event: MouseEvent): void;
|
|
2855
|
+
clearLookupFilterChip(event: MouseEvent, field: string): void;
|
|
2856
|
+
sortLabelText(): string;
|
|
2857
|
+
sortDefaultOptionText(): string;
|
|
2858
|
+
clearAllFiltersText(): string;
|
|
2859
|
+
currentDialogMetadata(): LookupDialogMetadata | null;
|
|
2860
|
+
dialogEnabled(): boolean;
|
|
2861
|
+
showDialogOption(): boolean;
|
|
2862
|
+
dialogOpenActionText(): string;
|
|
2863
|
+
dialogOpenSupportingText(): string;
|
|
2864
|
+
dialogContextSupportingText(hasActiveFilters: boolean): string;
|
|
2865
|
+
dialogApplyActionText(): string;
|
|
2866
|
+
dialogFilterPanelToggleText(open: boolean): string;
|
|
2867
|
+
dialogFilterPlaceholderText(operator: LookupFilterOperator, type: LookupFilterFieldType): string;
|
|
2868
|
+
dialogFilterOperatorHintText(operator: LookupFilterOperator): string;
|
|
2869
|
+
dialogApplyFiltersActionText(): string;
|
|
2870
|
+
dialogClearFiltersActionText(): string;
|
|
2871
|
+
dialogFilterSelectEmptyText(label: string): string;
|
|
2872
|
+
dialogFilterStartAriaLabelText(label: string): string;
|
|
2873
|
+
dialogFilterEndAriaLabelText(label: string): string;
|
|
2874
|
+
dialogPreviewSelectionStateLabelText(): string;
|
|
2875
|
+
dialogPreviewSelectionStateText(state: EntityLookupResultState): string;
|
|
2876
|
+
dialogSearchAriaLabelText(): string;
|
|
2877
|
+
dialogResultsAriaLabelText(): string;
|
|
2878
|
+
dialogFiltersAriaLabelText(): string;
|
|
2879
|
+
dialogPreviewAriaLabelText(): string;
|
|
2880
|
+
dialogResultOptionAriaLabel(item: EntityLookupViewModel): string;
|
|
2881
|
+
dialogCancelActionText(): string;
|
|
2882
|
+
dialogTitleText(): string;
|
|
2883
|
+
onOpenDialogClick(event: MouseEvent): void;
|
|
2657
2884
|
panelSearchIconName(fallback?: string): string;
|
|
2658
2885
|
panelSearchIconColor(): string | undefined;
|
|
2659
2886
|
panelResetIconName(fallback?: string): string;
|
|
2660
2887
|
panelResetIconColor(): string | undefined;
|
|
2661
2888
|
ariaLabel(): string;
|
|
2889
|
+
interactionDisabled(): boolean;
|
|
2890
|
+
readonlySummaryText(): string;
|
|
2891
|
+
private lookupDialogMetadata;
|
|
2892
|
+
private resolveDialogWidth;
|
|
2893
|
+
private humanizeLookupField;
|
|
2894
|
+
private interpolateLookupText;
|
|
2895
|
+
private lookupDependencyLabels;
|
|
2896
|
+
private missingDependencyLabels;
|
|
2897
|
+
private hasDependencyValue;
|
|
2898
|
+
private humanizeLookupDependencyField;
|
|
2899
|
+
private lookupFilterValueText;
|
|
2900
|
+
inlineTooltipText(): string;
|
|
2662
2901
|
private resolveLookupText;
|
|
2902
|
+
private lookupViewFromValue;
|
|
2663
2903
|
private resolveLookupData;
|
|
2664
2904
|
private buildLookupPrimaryText;
|
|
2665
2905
|
private fallbackLookupText;
|
|
2666
2906
|
private lookupIdKey;
|
|
2667
2907
|
private lookupIdKeys;
|
|
2668
2908
|
private lookupLabelKey;
|
|
2909
|
+
private lookupCodeKeys;
|
|
2669
2910
|
private lookupLabelKeys;
|
|
2670
2911
|
private lookupSubtitleKey;
|
|
2671
2912
|
private lookupSubtitleKeys;
|
|
2672
2913
|
private lookupStatusKeys;
|
|
2914
|
+
private resolveLookupSelectable;
|
|
2915
|
+
private lookupBadges;
|
|
2916
|
+
richFieldToneClass(field: EntityLookupRichFieldViewModel): string;
|
|
2917
|
+
private lookupRichFields;
|
|
2918
|
+
private lookupRichFieldFromDescriptor;
|
|
2919
|
+
private asRichFieldArray;
|
|
2920
|
+
private formatLookupRichFieldValue;
|
|
2921
|
+
private normalizeLookupTone;
|
|
2922
|
+
private classifyLookupSelectionState;
|
|
2923
|
+
private resolveStatusTone;
|
|
2673
2924
|
private lookupSeparator;
|
|
2674
2925
|
private normalizeLookupText;
|
|
2926
|
+
private normalizeLookupOptionalText;
|
|
2927
|
+
private parseLookupSelectableValue;
|
|
2675
2928
|
private firstDefined;
|
|
2676
2929
|
private lookupSubtitleText;
|
|
2677
2930
|
private uniqueLookupKeys;
|
|
2678
2931
|
private equalsOptionValue;
|
|
2679
2932
|
private resolveLookupIdentity;
|
|
2933
|
+
displayPreset(): string;
|
|
2934
|
+
private displayDensity;
|
|
2935
|
+
private lookupDisplayConfig;
|
|
2936
|
+
private lookupDisplayBoolean;
|
|
2937
|
+
private readLookupPath;
|
|
2680
2938
|
private isPrimitiveLookupValue;
|
|
2681
2939
|
private asRecord;
|
|
2682
2940
|
private lookupOptionSource;
|
|
@@ -2685,14 +2943,146 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
|
|
|
2685
2943
|
private applyLookupTemplate;
|
|
2686
2944
|
private resolveFieldLabelFromMetadata;
|
|
2687
2945
|
private currentSearchTerm;
|
|
2946
|
+
private hasUnmetDependencies;
|
|
2947
|
+
private resolveDependencyValuePathFor;
|
|
2948
|
+
private hasMeaningfulDependencyValue;
|
|
2688
2949
|
private applyStaticOptionsFilter;
|
|
2689
2950
|
private humanizeFieldName;
|
|
2951
|
+
private maxVisibleSelectedTokens;
|
|
2952
|
+
private removeSelectionByIdentity;
|
|
2690
2953
|
private recalculateInlineSizeBounds;
|
|
2691
2954
|
private resolveWidthBounds;
|
|
2692
2955
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineEntityLookupComponent, never>;
|
|
2693
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineEntityLookupComponent, "pdx-inline-entity-lookup", never, {}, {}, never, never, true, never>;
|
|
2956
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineEntityLookupComponent, "pdx-inline-entity-lookup", never, { "initialMetadata": { "alias": "initialMetadata"; "required": false; }; }, {}, never, never, true, never>;
|
|
2957
|
+
}
|
|
2958
|
+
declare class EntityLookupDialogComponent implements AfterViewInit {
|
|
2959
|
+
readonly data: EntityLookupDialogData;
|
|
2960
|
+
private readonly destroyRef;
|
|
2961
|
+
private readonly hostRef;
|
|
2962
|
+
private readonly dialogRef;
|
|
2963
|
+
readonly lookup: _angular_core.Signal<InlineEntityLookupComponent>;
|
|
2964
|
+
readonly selectionControl: FormControl<unknown>;
|
|
2965
|
+
readonly dialogSearchControl: FormControl<string | null>;
|
|
2966
|
+
readonly filterPanelOpen: FormControl<boolean>;
|
|
2967
|
+
private readonly dialogFilterControls;
|
|
2968
|
+
private readonly dialogFilterSecondaryControls;
|
|
2969
|
+
private previewIdentity;
|
|
2970
|
+
private activeResultIndex;
|
|
2971
|
+
ngAfterViewInit(): void;
|
|
2972
|
+
apply(): void;
|
|
2973
|
+
cancel(): void;
|
|
2974
|
+
applyText(): string;
|
|
2975
|
+
cancelText(): string;
|
|
2976
|
+
searchPlaceholder(): string;
|
|
2977
|
+
dialogSearchAriaLabel(): string;
|
|
2978
|
+
dialogResultsAriaLabel(): string;
|
|
2979
|
+
dialogFiltersAriaLabel(): string;
|
|
2980
|
+
dialogPreviewAriaLabel(): string;
|
|
2981
|
+
showSortControl(): boolean;
|
|
2982
|
+
sortOptions(): _praxisui_core.LookupSortOptionMetadata[];
|
|
2983
|
+
sortValue(): string;
|
|
2984
|
+
onSortChange(event: Event): void;
|
|
2985
|
+
sortLabel(): string;
|
|
2986
|
+
sortDefaultLabel(): string;
|
|
2987
|
+
dialogIntroText(): string;
|
|
2988
|
+
dialogContextText(): string;
|
|
2989
|
+
hasStructuredDialogFilters(): boolean;
|
|
2990
|
+
showFilterPanel(): boolean;
|
|
2991
|
+
toggleFilterPanel(): void;
|
|
2992
|
+
dialogFilterDefinitions(): LookupFilterDefinitionMetadata[];
|
|
2993
|
+
filterPanelToggleText(): string;
|
|
2994
|
+
filterControl(field: string): FormControl<unknown>;
|
|
2995
|
+
filterSecondaryControl(field: string): FormControl<unknown>;
|
|
2996
|
+
dialogFilterLabel(definition: LookupFilterDefinitionMetadata): string;
|
|
2997
|
+
dialogFilterPlaceholder(definition: LookupFilterDefinitionMetadata): string;
|
|
2998
|
+
dialogFilterRangeEndPlaceholder(definition: LookupFilterDefinitionMetadata): string;
|
|
2999
|
+
dialogFilterStartAriaLabel(definition: LookupFilterDefinitionMetadata): string;
|
|
3000
|
+
dialogFilterEndAriaLabel(definition: LookupFilterDefinitionMetadata): string;
|
|
3001
|
+
dialogFilterInputType(definition: LookupFilterDefinitionMetadata): 'text' | 'date' | 'number';
|
|
3002
|
+
useDialogEnumSelect(definition: LookupFilterDefinitionMetadata): boolean;
|
|
3003
|
+
useDialogMultiSelect(definition: LookupFilterDefinitionMetadata): boolean;
|
|
3004
|
+
useDialogRangeInputs(definition: LookupFilterDefinitionMetadata): boolean;
|
|
3005
|
+
dialogFilterSelectEmptyText(definition: LookupFilterDefinitionMetadata): string;
|
|
3006
|
+
dialogEnumOptions(definition: LookupFilterDefinitionMetadata): Array<{
|
|
3007
|
+
value: string;
|
|
3008
|
+
label: string;
|
|
3009
|
+
}>;
|
|
3010
|
+
dialogOperatorHint(definition: LookupFilterDefinitionMetadata): string;
|
|
3011
|
+
applyDialogFiltersText(): string;
|
|
3012
|
+
clearDialogFiltersText(): string;
|
|
3013
|
+
applyDialogFilters(): void;
|
|
3014
|
+
resetDialogFilters(): void;
|
|
3015
|
+
dialogColumns(): LookupResultColumnMetadata[];
|
|
3016
|
+
showResultTable(): boolean;
|
|
3017
|
+
showCardResultLayout(): boolean;
|
|
3018
|
+
showCompactResultLayout(): boolean;
|
|
3019
|
+
dialogColumnLabel(column: LookupResultColumnMetadata): string;
|
|
3020
|
+
columnFlex(column: LookupResultColumnMetadata): string;
|
|
3021
|
+
dialogCellText(option: LookupOption, column: LookupResultColumnMetadata): string;
|
|
3022
|
+
resultOptions(): _praxisui_dynamic_fields.SelectOption<any>[];
|
|
3023
|
+
hasResultRows(): boolean;
|
|
3024
|
+
hasSelection(): boolean;
|
|
3025
|
+
canApply(): boolean;
|
|
3026
|
+
selectedSummaryText(): string;
|
|
3027
|
+
selectedDisabledReason(): string;
|
|
3028
|
+
selectResult(option: LookupOption): void;
|
|
3029
|
+
isSelected(option: LookupOption): boolean;
|
|
3030
|
+
resultOptionDisabled(option: LookupOption): boolean;
|
|
3031
|
+
loadMore(): void;
|
|
3032
|
+
resultState(option: LookupOption): EntityLookupResultState;
|
|
3033
|
+
resultRowTitle(option: LookupOption): string | null;
|
|
3034
|
+
resultRowId(index: number): string;
|
|
3035
|
+
resultRowTabIndex(index: number): number;
|
|
3036
|
+
resultRowAriaLabel(option: LookupOption): string;
|
|
3037
|
+
setActiveResult(index: number, option: LookupOption): void;
|
|
3038
|
+
onResultRowKeydown(event: KeyboardEvent, index: number, option: LookupOption): void;
|
|
3039
|
+
showPreviewDetailAction(item: EntityLookupViewModel): boolean;
|
|
3040
|
+
showPreviewCopyCodeAction(item: EntityLookupViewModel): boolean;
|
|
3041
|
+
showPreviewCopyIdAction(item: EntityLookupViewModel): boolean;
|
|
3042
|
+
showPreviewCreateAction(): boolean;
|
|
3043
|
+
showPreviewClearAction(): boolean;
|
|
3044
|
+
onPreviewDetailAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
3045
|
+
onPreviewCopyCodeAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
3046
|
+
onPreviewCopyIdAction(event: MouseEvent, item: EntityLookupViewModel): void;
|
|
3047
|
+
onPreviewCreateAction(event: MouseEvent): void;
|
|
3048
|
+
onPreviewClearAction(event: MouseEvent): void;
|
|
3049
|
+
showPreviewPanel(): boolean;
|
|
3050
|
+
previewItem(): EntityLookupViewModel | null;
|
|
3051
|
+
setPreviewFromOption(option: LookupOption): void;
|
|
3052
|
+
previewSelectionStateLabel(): string;
|
|
3053
|
+
previewSelectionStateText(item: EntityLookupViewModel): string;
|
|
3054
|
+
private initializeDialogFilters;
|
|
3055
|
+
private dialogFilterEmptyValue;
|
|
3056
|
+
private serializeDialogFilterSingleValue;
|
|
3057
|
+
private serializeDialogFilterScalarValue;
|
|
3058
|
+
private buildDialogFilterRequest;
|
|
3059
|
+
private normalizeDialogFilterControlValue;
|
|
3060
|
+
private normalizeDialogFilterScalarValue;
|
|
3061
|
+
private resolveDialogFilterFieldValue;
|
|
3062
|
+
private pushDialogEnumOption;
|
|
3063
|
+
private syncPreviewIdentity;
|
|
3064
|
+
private focusResultRow;
|
|
3065
|
+
private normalizeOptionValue;
|
|
3066
|
+
private normalizeInitialDialogValue;
|
|
3067
|
+
private initialSelectionSnapshot;
|
|
3068
|
+
private selectionSnapshot;
|
|
3069
|
+
private selectedValueCount;
|
|
3070
|
+
private toggleMultipleSelection;
|
|
3071
|
+
private dialogCustomCellText;
|
|
3072
|
+
private humanizeColumnField;
|
|
3073
|
+
private optionIdentity;
|
|
3074
|
+
private dialogHasConfiguredColumns;
|
|
3075
|
+
private dialogResultLayout;
|
|
3076
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EntityLookupDialogComponent, never>;
|
|
3077
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EntityLookupDialogComponent, "pdx-entity-lookup-dialog", never, {}, {}, never, never, true, never>;
|
|
3078
|
+
}
|
|
3079
|
+
|
|
3080
|
+
interface InlineMultiSelectTokenViewModel {
|
|
3081
|
+
value: unknown;
|
|
3082
|
+
text: string;
|
|
3083
|
+
title: string;
|
|
3084
|
+
trackKey: string;
|
|
2694
3085
|
}
|
|
2695
|
-
|
|
2696
3086
|
declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
|
|
2697
3087
|
readonlyMode: boolean;
|
|
2698
3088
|
disabledMode: boolean;
|
|
@@ -2707,14 +3097,23 @@ declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2707
3097
|
protected setMetadata(metadata: MaterialSelectMetadata): void;
|
|
2708
3098
|
onComponentInit(): void;
|
|
2709
3099
|
onViewportResize(): void;
|
|
2710
|
-
errorStateMatcher():
|
|
3100
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2711
3101
|
protected getSpecificCssClasses(): string[];
|
|
2712
3102
|
hasSelection(): boolean;
|
|
2713
3103
|
selectedCount(): number;
|
|
2714
3104
|
displayText(): string;
|
|
3105
|
+
selectedTokens(): InlineMultiSelectTokenViewModel[];
|
|
3106
|
+
visibleSelectedTokens(): InlineMultiSelectTokenViewModel[];
|
|
3107
|
+
hiddenSelectedTokenCount(): number;
|
|
3108
|
+
hiddenSelectedTokenTitle(): string;
|
|
3109
|
+
selectedTokensAriaLabel(): string;
|
|
3110
|
+
selectedTokenRemoveAriaLabel(text: string): string;
|
|
3111
|
+
selectedPanelTitle(): string;
|
|
3112
|
+
selectedPanelRemoveHint(): string;
|
|
2715
3113
|
showQuickClear(): boolean;
|
|
2716
3114
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
2717
3115
|
onQuickClear(event: MouseEvent): void;
|
|
3116
|
+
onRemoveSelectedToken(event: MouseEvent, value: unknown): void;
|
|
2718
3117
|
onOpenedChange(opened: boolean): void;
|
|
2719
3118
|
onSearchInput(term: string): void;
|
|
2720
3119
|
onSearchInputEvent(event: Event): void;
|
|
@@ -2726,6 +3125,8 @@ declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
|
|
|
2726
3125
|
private currentValues;
|
|
2727
3126
|
private resolveOptionLabel;
|
|
2728
3127
|
private equalsOptionValue;
|
|
3128
|
+
private maxVisibleSelectedTokens;
|
|
3129
|
+
private stringifyTokenValue;
|
|
2729
3130
|
private resolveFieldLabelFromMetadata;
|
|
2730
3131
|
private humanizeFieldName;
|
|
2731
3132
|
private recalculateInlineSizeBounds;
|
|
@@ -2745,6 +3146,7 @@ declare class InlineInputComponent extends SimpleBaseInputComponent {
|
|
|
2745
3146
|
inlineWidthPx: number;
|
|
2746
3147
|
inlineMaxWidthPx: number;
|
|
2747
3148
|
private resizeRafId;
|
|
3149
|
+
private maskSyncRafId;
|
|
2748
3150
|
private currentMetadata;
|
|
2749
3151
|
private metadataRecord;
|
|
2750
3152
|
private asRecord;
|
|
@@ -2754,21 +3156,30 @@ declare class InlineInputComponent extends SimpleBaseInputComponent {
|
|
|
2754
3156
|
onComponentDestroy(): void;
|
|
2755
3157
|
onViewportResize(): void;
|
|
2756
3158
|
protected getSpecificCssClasses(): string[];
|
|
3159
|
+
inlineNativeInputType(): string;
|
|
3160
|
+
inputMode(): string | null;
|
|
3161
|
+
inlineFieldType(): string;
|
|
2757
3162
|
isReadonlyEffective(): boolean;
|
|
2758
3163
|
showQuickClear(): boolean;
|
|
3164
|
+
hasInlineValue(): boolean;
|
|
2759
3165
|
showInlinePlaceholder(): boolean;
|
|
2760
3166
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
2761
3167
|
onQuickClear(event: MouseEvent): void;
|
|
2762
|
-
onInlineInput(): void;
|
|
3168
|
+
onInlineInput(event?: Event): void;
|
|
2763
3169
|
widthProbeText(): string;
|
|
2764
3170
|
placeholderText(): string;
|
|
2765
3171
|
ariaLabel(): string;
|
|
2766
|
-
errorStateMatcher():
|
|
3172
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2767
3173
|
private scheduleInlineResize;
|
|
3174
|
+
private scheduleMaskedDisplaySync;
|
|
2768
3175
|
private recalculateInlineWidth;
|
|
2769
3176
|
private resolveWidthBounds;
|
|
2770
3177
|
private resolveChromeWidth;
|
|
2771
3178
|
private parsePx;
|
|
3179
|
+
private syncMaskedDisplayValue;
|
|
3180
|
+
private formatInlineDisplayValue;
|
|
3181
|
+
private resolveDisplayMask;
|
|
3182
|
+
private isInlinePhone;
|
|
2772
3183
|
private resolveFieldLabelFromMetadata;
|
|
2773
3184
|
private humanizeFieldName;
|
|
2774
3185
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineInputComponent, never>;
|
|
@@ -2787,7 +3198,7 @@ declare class MaterialAutocompleteComponent extends SimpleBaseSelectComponent<Au
|
|
|
2787
3198
|
private initialLoadStrategy;
|
|
2788
3199
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
2789
3200
|
ngOnInit(): void;
|
|
2790
|
-
errorStateMatcher():
|
|
3201
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2791
3202
|
autocompleteInputAriaLabel(): string;
|
|
2792
3203
|
noResultsLabel(): string;
|
|
2793
3204
|
onSearchInputEvent(event: Event): void;
|
|
@@ -2820,6 +3231,7 @@ declare class InlineAutocompleteComponent extends MaterialAutocompleteComponent
|
|
|
2820
3231
|
private resizeRafId;
|
|
2821
3232
|
private fieldLabelText;
|
|
2822
3233
|
private staticOptions;
|
|
3234
|
+
displayWith: (value: unknown) => string;
|
|
2823
3235
|
private currentMetadata;
|
|
2824
3236
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
2825
3237
|
protected setMetadata(metadata: MaterialAutocompleteMetadata): void;
|
|
@@ -2830,6 +3242,7 @@ declare class InlineAutocompleteComponent extends MaterialAutocompleteComponent
|
|
|
2830
3242
|
protected getSpecificCssClasses(): string[];
|
|
2831
3243
|
isReadonlyEffective(): boolean;
|
|
2832
3244
|
showQuickClear(): boolean;
|
|
3245
|
+
hasInlineValue(): boolean;
|
|
2833
3246
|
showInlinePlaceholder(): boolean;
|
|
2834
3247
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
2835
3248
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -2841,7 +3254,7 @@ declare class InlineAutocompleteComponent extends MaterialAutocompleteComponent
|
|
|
2841
3254
|
widthProbeText(): string;
|
|
2842
3255
|
placeholderText(): string;
|
|
2843
3256
|
ariaLabel(): string;
|
|
2844
|
-
errorStateMatcher():
|
|
3257
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2845
3258
|
private currentSearchTerm;
|
|
2846
3259
|
private applyStaticOptionsFilter;
|
|
2847
3260
|
private resolveValueLabel;
|
|
@@ -2894,6 +3307,7 @@ declare class InlineNumberComponent extends SimpleBaseInputComponent {
|
|
|
2894
3307
|
showPercentSuffix(): boolean;
|
|
2895
3308
|
percentDisplayText(): string;
|
|
2896
3309
|
percentRangeText(): string;
|
|
3310
|
+
percentInputCh(): string | null;
|
|
2897
3311
|
percentAngle(): number;
|
|
2898
3312
|
percentFillWidth(): number;
|
|
2899
3313
|
effectiveMinValue(): number | null;
|
|
@@ -2908,7 +3322,7 @@ declare class InlineNumberComponent extends SimpleBaseInputComponent {
|
|
|
2908
3322
|
widthProbeText(): string;
|
|
2909
3323
|
placeholderText(): string;
|
|
2910
3324
|
ariaLabel(): string;
|
|
2911
|
-
errorStateMatcher():
|
|
3325
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2912
3326
|
private hasValue;
|
|
2913
3327
|
private syncNumericValidators;
|
|
2914
3328
|
private scheduleInlineResize;
|
|
@@ -2925,9 +3339,9 @@ declare class InlineNumberComponent extends SimpleBaseInputComponent {
|
|
|
2925
3339
|
private currentNumericValue;
|
|
2926
3340
|
private percentRatio;
|
|
2927
3341
|
private formatCompactNumber;
|
|
3342
|
+
private decimalPlacesFromStep;
|
|
2928
3343
|
private longestMeasureCandidate;
|
|
2929
3344
|
private isPercentFormat;
|
|
2930
|
-
private resolveNonEmptyString;
|
|
2931
3345
|
private resolveFieldLabelFromMetadata;
|
|
2932
3346
|
private humanizeFieldName;
|
|
2933
3347
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineNumberComponent, never>;
|
|
@@ -2972,6 +3386,7 @@ declare class InlineCurrencyComponent extends SimpleBaseInputComponent {
|
|
|
2972
3386
|
protected resolveInlineContextTooltipValue(): string;
|
|
2973
3387
|
isReadonlyEffective(): boolean;
|
|
2974
3388
|
showQuickClear(): boolean;
|
|
3389
|
+
hasInlineValue(): boolean;
|
|
2975
3390
|
showInlinePlaceholder(): boolean;
|
|
2976
3391
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
2977
3392
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -2985,7 +3400,7 @@ declare class InlineCurrencyComponent extends SimpleBaseInputComponent {
|
|
|
2985
3400
|
placeholderText(): string;
|
|
2986
3401
|
ariaLabel(): string;
|
|
2987
3402
|
currencySymbol(): string;
|
|
2988
|
-
errorStateMatcher():
|
|
3403
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
2989
3404
|
private hasValue;
|
|
2990
3405
|
private scheduleInlineResize;
|
|
2991
3406
|
private recalculateInlineWidth;
|
|
@@ -3071,6 +3486,12 @@ declare class InlineCurrencyRangeComponent extends SimpleBaseInputComponent {
|
|
|
3071
3486
|
currentSelectionText(): string;
|
|
3072
3487
|
currentStartLabel(): string;
|
|
3073
3488
|
currentEndLabel(): string;
|
|
3489
|
+
sliderStartThumbValue(): number;
|
|
3490
|
+
sliderEndThumbValue(): number;
|
|
3491
|
+
currentStartPosition(): string;
|
|
3492
|
+
currentEndPosition(): string;
|
|
3493
|
+
currentStartPositionPercent(): number;
|
|
3494
|
+
currentEndPositionPercent(): number;
|
|
3074
3495
|
placeholderText(): string;
|
|
3075
3496
|
panelTitle(): string;
|
|
3076
3497
|
ariaLabel(): string;
|
|
@@ -3079,6 +3500,8 @@ declare class InlineCurrencyRangeComponent extends SimpleBaseInputComponent {
|
|
|
3079
3500
|
onQuickClear(event: MouseEvent): void;
|
|
3080
3501
|
onTriggerClick(event: MouseEvent): void;
|
|
3081
3502
|
onTriggerKeydown(event: Event): void;
|
|
3503
|
+
onSliderStartInput(event: Event): void;
|
|
3504
|
+
onSliderEndInput(event: Event): void;
|
|
3082
3505
|
closePanel(): void;
|
|
3083
3506
|
onOverlayDetach(): void;
|
|
3084
3507
|
panelId(): string;
|
|
@@ -3087,6 +3510,7 @@ declare class InlineCurrencyRangeComponent extends SimpleBaseInputComponent {
|
|
|
3087
3510
|
private rebuildValidators;
|
|
3088
3511
|
private buildRangeValidator;
|
|
3089
3512
|
private syncRangeGroupFromControl;
|
|
3513
|
+
private updateRangeFromSlider;
|
|
3090
3514
|
private currentRangeValue;
|
|
3091
3515
|
private distributionVisual;
|
|
3092
3516
|
private resolveDistributionVisual;
|
|
@@ -3095,6 +3519,7 @@ declare class InlineCurrencyRangeComponent extends SimpleBaseInputComponent {
|
|
|
3095
3519
|
private normalizeRangeValue;
|
|
3096
3520
|
private areRangeValuesEqual;
|
|
3097
3521
|
private toFiniteNumberOrNull;
|
|
3522
|
+
private valuePositionPercent;
|
|
3098
3523
|
private toNonEmptyText;
|
|
3099
3524
|
private parseJsonValue;
|
|
3100
3525
|
private normalizePositivePx;
|
|
@@ -3194,17 +3619,26 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
|
|
|
3194
3619
|
private quickPresetsCache;
|
|
3195
3620
|
private distributionCacheKey;
|
|
3196
3621
|
private distributionCache;
|
|
3622
|
+
private activeSliderThumb;
|
|
3623
|
+
private sliderPointerInteractionActive;
|
|
3624
|
+
private sliderOutsideCloseSuppressedUntil;
|
|
3625
|
+
private sliderPointerLastClientX;
|
|
3626
|
+
private sliderPointerDirection;
|
|
3197
3627
|
private lastTriggerElement;
|
|
3198
3628
|
setInputMetadata(metadata: MaterialRangeSliderMetadata): void;
|
|
3199
3629
|
protected setMetadata(metadata: MaterialRangeSliderMetadata): void;
|
|
3200
3630
|
onComponentInit(): void;
|
|
3201
3631
|
onViewportResize(): void;
|
|
3202
3632
|
onDocumentEscape(): void;
|
|
3633
|
+
onDocumentPointerUp(): void;
|
|
3634
|
+
onDocumentPointerCancel(): void;
|
|
3635
|
+
onDocumentPointerMove(event: PointerEvent): void;
|
|
3203
3636
|
protected getSpecificCssClasses(): string[];
|
|
3204
3637
|
minValue(): number;
|
|
3205
3638
|
maxValue(): number;
|
|
3206
3639
|
stepValue(): number;
|
|
3207
3640
|
showTickMarks(): boolean;
|
|
3641
|
+
valueLabelEnabled(): boolean;
|
|
3208
3642
|
isRangeMode(): boolean;
|
|
3209
3643
|
isInteractionBlocked(): boolean;
|
|
3210
3644
|
hasSelection(): boolean;
|
|
@@ -3220,6 +3654,8 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
|
|
|
3220
3654
|
inputMaxLabel(): string;
|
|
3221
3655
|
inputValueLabel(): string;
|
|
3222
3656
|
quickPresetsGroupLabel(): string;
|
|
3657
|
+
clearPanelActionLabel(): string;
|
|
3658
|
+
donePanelActionLabel(): string;
|
|
3223
3659
|
quickPresets(): InlineRangeQuickPreset[];
|
|
3224
3660
|
hasQuickPresets(): boolean;
|
|
3225
3661
|
presetAriaLabel(preset: InlineRangeQuickPreset): string;
|
|
@@ -3229,6 +3665,13 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
|
|
|
3229
3665
|
onRangeInputBlur(_edge: 'start' | 'end'): void;
|
|
3230
3666
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
3231
3667
|
onQuickClear(event: MouseEvent): void;
|
|
3668
|
+
onPanelClear(event: MouseEvent): void;
|
|
3669
|
+
onPanelDone(event: MouseEvent): void;
|
|
3670
|
+
onThumbDragStart(thumb: 'start' | 'end'): void;
|
|
3671
|
+
onThumbDragEnd(): void;
|
|
3672
|
+
onSliderPointerDown(event: PointerEvent): void;
|
|
3673
|
+
onOverlayOutsideClick(event: MouseEvent): void;
|
|
3674
|
+
private finishSliderPointerInteraction;
|
|
3232
3675
|
onTriggerClick(event: MouseEvent): void;
|
|
3233
3676
|
onTriggerKeydown(event: Event): void;
|
|
3234
3677
|
closePanel(): void;
|
|
@@ -3255,6 +3698,7 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
|
|
|
3255
3698
|
private parseDistributionBins;
|
|
3256
3699
|
private compactDistributionBins;
|
|
3257
3700
|
private normalizeRangeValue;
|
|
3701
|
+
private normalizeInteractiveRangeValue;
|
|
3258
3702
|
private inlineTexts;
|
|
3259
3703
|
private buildAutoQuickPresets;
|
|
3260
3704
|
private parseAutoPresetLabels;
|
|
@@ -3281,7 +3725,6 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
|
|
|
3281
3725
|
private numberFormatter;
|
|
3282
3726
|
private usesCurrencyFormatting;
|
|
3283
3727
|
private usesPercentFormatting;
|
|
3284
|
-
private resolveNonEmptyString;
|
|
3285
3728
|
private resetFormatterCache;
|
|
3286
3729
|
private resetQuickPresetsCache;
|
|
3287
3730
|
private resetDistributionCache;
|
|
@@ -3410,8 +3853,9 @@ declare class InlineDateComponent extends MaterialDatepickerComponent {
|
|
|
3410
3853
|
onViewportResize(): void;
|
|
3411
3854
|
protected getSpecificCssClasses(): string[];
|
|
3412
3855
|
isReadonlyEffective(): boolean;
|
|
3413
|
-
errorStateMatcher():
|
|
3856
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
3414
3857
|
showQuickClear(): boolean;
|
|
3858
|
+
hasInlineValue(): boolean;
|
|
3415
3859
|
showInlinePlaceholder(): boolean;
|
|
3416
3860
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
3417
3861
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -3471,7 +3915,7 @@ declare class InlineDateRangeComponent extends MaterialDateRangeComponent {
|
|
|
3471
3915
|
protected getSpecificCssClasses(): string[];
|
|
3472
3916
|
protected resolveInlineContextTooltipValue(): string;
|
|
3473
3917
|
panelClasses(): string[];
|
|
3474
|
-
errorStateMatcher():
|
|
3918
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
3475
3919
|
protected shouldPropagateRangeGroupChanges(): boolean;
|
|
3476
3920
|
showInlineQuickPresets(): boolean;
|
|
3477
3921
|
inlineQuickPresets(): InlineDateQuickPreset[];
|
|
@@ -3491,11 +3935,14 @@ declare class InlineDateRangeComponent extends MaterialDateRangeComponent {
|
|
|
3491
3935
|
isInteractionBlocked(): boolean;
|
|
3492
3936
|
showQuickClear(): boolean;
|
|
3493
3937
|
showInlinePlaceholder(): boolean;
|
|
3938
|
+
showInlineDisplayText(): boolean;
|
|
3939
|
+
usesInlineDisplayText(): boolean;
|
|
3494
3940
|
quickClearAriaLabel(): string;
|
|
3495
3941
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
3496
3942
|
onQuickClear(event: MouseEvent): void;
|
|
3497
3943
|
onInlineInput(): void;
|
|
3498
3944
|
onInputKeydown(event: Event, picker: MatDateRangePicker<Date>): void;
|
|
3945
|
+
onInputClick(event: Event): void;
|
|
3499
3946
|
onFieldContainerClick(picker: MatDateRangePicker<Date>, event: MouseEvent): void;
|
|
3500
3947
|
openPicker(picker: MatDateRangePicker<Date>, event: Event): void;
|
|
3501
3948
|
onOverlayOpened(): void;
|
|
@@ -3509,6 +3956,7 @@ declare class InlineDateRangeComponent extends MaterialDateRangeComponent {
|
|
|
3509
3956
|
endAriaLabel(): string;
|
|
3510
3957
|
widthProbeText(): string;
|
|
3511
3958
|
inlineExpandedLabel(): string;
|
|
3959
|
+
displayText(): string;
|
|
3512
3960
|
shouldShowInlineExpandedLabel(): boolean;
|
|
3513
3961
|
private commitDateRangeValue;
|
|
3514
3962
|
private currentRangeGroupValue;
|
|
@@ -3568,7 +4016,7 @@ declare class MaterialTimepickerComponent extends SimpleBaseInputComponent {
|
|
|
3568
4016
|
isReadonlyEffective(): boolean;
|
|
3569
4017
|
/** Calculates step attribute (seconds) based on metadata. */
|
|
3570
4018
|
stepAttribute(): number | null;
|
|
3571
|
-
errorStateMatcher():
|
|
4019
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
3572
4020
|
private parseTimeToSeconds;
|
|
3573
4021
|
private metadataAsField;
|
|
3574
4022
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialTimepickerComponent, never>;
|
|
@@ -3605,9 +4053,10 @@ declare class InlineTimeComponent extends MaterialTimepickerComponent {
|
|
|
3605
4053
|
onViewportResize(): void;
|
|
3606
4054
|
protected getSpecificCssClasses(): string[];
|
|
3607
4055
|
isReadonlyEffective(): boolean;
|
|
3608
|
-
errorStateMatcher():
|
|
4056
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
3609
4057
|
isInteractionBlocked(): boolean;
|
|
3610
4058
|
showQuickClear(): boolean;
|
|
4059
|
+
hasInlineValue(): boolean;
|
|
3611
4060
|
showInlinePlaceholder(): boolean;
|
|
3612
4061
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
3613
4062
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -4120,6 +4569,7 @@ declare class InlinePipelineStatusComponent extends SimpleBaseSelectComponent<un
|
|
|
4120
4569
|
protected resolveInlineContextTooltipValue(): string;
|
|
4121
4570
|
hasSelection(): boolean;
|
|
4122
4571
|
displayText(): string;
|
|
4572
|
+
selectedChipValueText(): string;
|
|
4123
4573
|
showQuickClear(): boolean;
|
|
4124
4574
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
4125
4575
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -4509,6 +4959,7 @@ declare class InlineColorLabelComponent extends SimpleBaseSelectComponent<unknow
|
|
|
4509
4959
|
protected resolveInlineContextTooltipValue(): string;
|
|
4510
4960
|
hasSelection(): boolean;
|
|
4511
4961
|
displayText(): string;
|
|
4962
|
+
selectedChipValueText(): string;
|
|
4512
4963
|
showQuickClear(): boolean;
|
|
4513
4964
|
onTriggerIconMouseDown(event: MouseEvent): void;
|
|
4514
4965
|
onQuickClear(event: MouseEvent): void;
|
|
@@ -4566,20 +5017,28 @@ declare class InlineColorLabelComponent extends SimpleBaseSelectComponent<unknow
|
|
|
4566
5017
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineColorLabelComponent, "pdx-inline-color-label", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4567
5018
|
}
|
|
4568
5019
|
|
|
4569
|
-
declare class MaterialMultiSelectComponent extends SimpleBaseSelectComponent {
|
|
5020
|
+
declare class MaterialMultiSelectComponent extends SimpleBaseSelectComponent implements DoCheck {
|
|
4570
5021
|
readonlyMode: boolean;
|
|
4571
5022
|
disabledMode: boolean;
|
|
4572
5023
|
visible: boolean;
|
|
4573
5024
|
presentationMode: boolean;
|
|
5025
|
+
private disabledModeAppliedToControl;
|
|
5026
|
+
ngDoCheck(): void;
|
|
4574
5027
|
protected defaultPanelClass(): string;
|
|
4575
5028
|
selectAllLabel(): string;
|
|
5029
|
+
multiSelectAriaDisabled(): 'true' | null;
|
|
5030
|
+
multiSelectAriaReadonly(): 'true' | null;
|
|
5031
|
+
selectOption(option: SelectOption<unknown>): void;
|
|
5032
|
+
toggleSelectAll(): void;
|
|
5033
|
+
onClearClick(): void;
|
|
4576
5034
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
4577
5035
|
/** Disables options when maxSelections reached */
|
|
4578
5036
|
isOptionDisabled(option: SelectOption<unknown>): boolean;
|
|
4579
5037
|
/** Emits optionSelected when a user picks an option */
|
|
4580
5038
|
onOptionSelectionChange(option: SelectOption<unknown>, event: MatOptionSelectionChange): void;
|
|
4581
|
-
errorStateMatcher():
|
|
5039
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
4582
5040
|
private optionsFromLegacy;
|
|
5041
|
+
private syncDisabledModeControlState;
|
|
4583
5042
|
private normalizeOption;
|
|
4584
5043
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialMultiSelectComponent, never>;
|
|
4585
5044
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialMultiSelectComponent, "pdx-material-multi-select", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -4713,24 +5172,39 @@ declare class MaterialChipsComponent extends SimpleBaseSelectComponent {
|
|
|
4713
5172
|
private mapRawOption;
|
|
4714
5173
|
displayOption: (value: unknown) => string;
|
|
4715
5174
|
selectedOptions(): SelectOption[];
|
|
5175
|
+
isChipsInteractionDisabled(): boolean;
|
|
5176
|
+
canRemoveChips(): boolean;
|
|
5177
|
+
removeChipAriaLabel(option: SelectOption): string;
|
|
5178
|
+
selectOption(option: SelectOption): void;
|
|
4716
5179
|
removeChip(option: SelectOption): void;
|
|
4717
5180
|
onInputTokenEnd(event: MatChipInputEvent): void;
|
|
4718
5181
|
onSearchInputEvent(event: Event): void;
|
|
4719
5182
|
setInputMetadata(metadata: MaterialChipsMetadata): void;
|
|
4720
5183
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
4721
|
-
errorStateMatcher():
|
|
5184
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
4722
5185
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialChipsComponent, never>;
|
|
4723
5186
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialChipsComponent, "pdx-material-chips", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4724
5187
|
}
|
|
4725
5188
|
|
|
4726
5189
|
declare class MaterialButtonToggleComponent extends SimpleBaseSelectComponent {
|
|
5190
|
+
readonlyMode: boolean;
|
|
5191
|
+
disabledMode: boolean;
|
|
5192
|
+
visible: boolean;
|
|
5193
|
+
presentationMode: boolean;
|
|
4727
5194
|
private asRecord;
|
|
4728
5195
|
private mapRawOption;
|
|
5196
|
+
labelId(): string;
|
|
5197
|
+
groupAriaLabel(): string | null;
|
|
5198
|
+
groupAriaLabelledby(): string | null;
|
|
5199
|
+
toggleInteractionDisabled(): boolean;
|
|
5200
|
+
toggleAriaDisabled(): 'true' | null;
|
|
5201
|
+
toggleAriaReadonly(): 'true' | null;
|
|
5202
|
+
readonlyEffective(): boolean;
|
|
4729
5203
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
4730
5204
|
protected getSpecificCssClasses(): string[];
|
|
4731
5205
|
onGroupChange(event: MatButtonToggleChange): void;
|
|
4732
5206
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialButtonToggleComponent, never>;
|
|
4733
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialButtonToggleComponent, "pdx-material-button-toggle", never, {}, {}, never, never, true, never>;
|
|
5207
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialButtonToggleComponent, "pdx-material-button-toggle", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4734
5208
|
}
|
|
4735
5209
|
|
|
4736
5210
|
declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
|
|
@@ -4738,6 +5212,11 @@ declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
|
|
|
4738
5212
|
disabledMode: boolean;
|
|
4739
5213
|
visible: boolean;
|
|
4740
5214
|
presentationMode: boolean;
|
|
5215
|
+
requiredEffective(): boolean;
|
|
5216
|
+
toggleInteractionDisabled(): boolean;
|
|
5217
|
+
toggleAriaDisabled(): 'true' | null;
|
|
5218
|
+
toggleAriaReadonly(): 'true' | null;
|
|
5219
|
+
readonlyEffective(): boolean;
|
|
4741
5220
|
/** Applies component metadata with strong typing. */
|
|
4742
5221
|
setInputMetadata(metadata: MaterialToggleMetadata): void;
|
|
4743
5222
|
protected getSpecificCssClasses(): string[];
|
|
@@ -4745,16 +5224,60 @@ declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
|
|
|
4745
5224
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialSlideToggleComponent, "pdx-material-slide-toggle", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4746
5225
|
}
|
|
4747
5226
|
|
|
5227
|
+
interface SliderDistributionBar$1 {
|
|
5228
|
+
id: string;
|
|
5229
|
+
ratio: number;
|
|
5230
|
+
selected: boolean;
|
|
5231
|
+
background?: string;
|
|
5232
|
+
color?: string;
|
|
5233
|
+
label?: string;
|
|
5234
|
+
}
|
|
5235
|
+
interface SliderSemanticBandView$1 {
|
|
5236
|
+
id: string;
|
|
5237
|
+
startPercent: number;
|
|
5238
|
+
widthPercent: number;
|
|
5239
|
+
tone: RangeSliderSemanticBand['tone'];
|
|
5240
|
+
color?: string;
|
|
5241
|
+
label?: string;
|
|
5242
|
+
}
|
|
4748
5243
|
declare class MaterialSliderComponent extends SimpleBaseInputComponent {
|
|
4749
5244
|
readonlyMode: boolean;
|
|
4750
5245
|
disabledMode: boolean;
|
|
4751
5246
|
visible: boolean;
|
|
4752
5247
|
presentationMode: boolean;
|
|
4753
5248
|
/** Display function for slider values */
|
|
4754
|
-
displayWithFn: (value: number) =>
|
|
5249
|
+
displayWithFn: (value: number) => string;
|
|
5250
|
+
sliderStep(): number;
|
|
5251
|
+
valueLabelEnabled(): boolean;
|
|
5252
|
+
showTickMarks(): boolean;
|
|
5253
|
+
trackMode(): 'normal' | 'inverted' | 'none';
|
|
5254
|
+
sliderSize(): 'small' | 'medium' | 'large';
|
|
5255
|
+
markLabels(): RangeSliderMark[];
|
|
5256
|
+
semanticBandViews(): SliderSemanticBandView$1[];
|
|
5257
|
+
distributionBars(): SliderDistributionBar$1[];
|
|
5258
|
+
sliderInteractionDisabled(): boolean;
|
|
5259
|
+
sliderAriaDisabled(): 'true' | null;
|
|
5260
|
+
sliderAriaReadonly(): 'true' | null;
|
|
5261
|
+
readonlyEffective(): boolean;
|
|
5262
|
+
markPosition(value: number): number;
|
|
4755
5263
|
/** Applies component metadata with strong typing. */
|
|
4756
5264
|
setInputMetadata(metadata: MaterialSliderMetadata): void;
|
|
4757
5265
|
protected getSpecificCssClasses(): string[];
|
|
5266
|
+
private currentMetadata;
|
|
5267
|
+
private resolveMarks;
|
|
5268
|
+
private parseJsonArray;
|
|
5269
|
+
private parseJsonObject;
|
|
5270
|
+
private normalizeTone;
|
|
5271
|
+
private resolveSemanticBands;
|
|
5272
|
+
private resolveDistributionBars;
|
|
5273
|
+
private normalizeDistributionColorMode;
|
|
5274
|
+
private isDistributionBarSelected;
|
|
5275
|
+
private resolveDistributionBarBackground;
|
|
5276
|
+
private stringConfig;
|
|
5277
|
+
formatSliderValue(value: unknown): string;
|
|
5278
|
+
private scaleValue;
|
|
5279
|
+
private formatStorageValue;
|
|
5280
|
+
private formatCurrencyValue;
|
|
4758
5281
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialSliderComponent, never>;
|
|
4759
5282
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialSliderComponent, "pdx-material-slider", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4760
5283
|
}
|
|
@@ -4763,11 +5286,45 @@ type ThemeColor = 'primary' | 'secondary' | 'tertiary' | 'base' | 'info' | 'succ
|
|
|
4763
5286
|
type Rounded = 'full' | 'large' | 'medium' | 'small' | 'none';
|
|
4764
5287
|
type AvatarSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'none';
|
|
4765
5288
|
type FillMode = 'solid' | 'outline' | 'none';
|
|
5289
|
+
type AvatarStatus = 'online' | 'offline' | 'busy' | 'away' | 'verified' | 'none';
|
|
5290
|
+
type AvatarEmphasis = 'none' | 'ring' | 'halo';
|
|
4766
5291
|
type IconInput = string | SafeHtml | {
|
|
4767
5292
|
name?: string;
|
|
4768
5293
|
svg?: string;
|
|
4769
5294
|
fontClass?: string;
|
|
4770
5295
|
};
|
|
5296
|
+
interface AvatarGroupItem {
|
|
5297
|
+
imageSrc?: string;
|
|
5298
|
+
imageAlt?: string;
|
|
5299
|
+
initials?: string;
|
|
5300
|
+
name?: string;
|
|
5301
|
+
icon?: IconInput;
|
|
5302
|
+
defaultIcon?: IconInput;
|
|
5303
|
+
themeColor?: ThemeColor;
|
|
5304
|
+
rounded?: Rounded;
|
|
5305
|
+
fillMode?: FillMode;
|
|
5306
|
+
status?: AvatarStatus;
|
|
5307
|
+
statusLabel?: string;
|
|
5308
|
+
emphasis?: AvatarEmphasis;
|
|
5309
|
+
emphasisColor?: ThemeColor;
|
|
5310
|
+
emphasisLabel?: string;
|
|
5311
|
+
tooltip?: string;
|
|
5312
|
+
ariaLabel?: string;
|
|
5313
|
+
}
|
|
5314
|
+
interface NormalizedAvatarGroupItem extends AvatarGroupItem {
|
|
5315
|
+
key: string;
|
|
5316
|
+
index: number;
|
|
5317
|
+
initialsText: string;
|
|
5318
|
+
imageUrl: string;
|
|
5319
|
+
label: string;
|
|
5320
|
+
tooltip: string;
|
|
5321
|
+
themeColor: ThemeColor;
|
|
5322
|
+
rounded: Rounded;
|
|
5323
|
+
fillMode: FillMode;
|
|
5324
|
+
status: AvatarStatus;
|
|
5325
|
+
emphasis: AvatarEmphasis;
|
|
5326
|
+
emphasisColor: ThemeColor;
|
|
5327
|
+
}
|
|
4771
5328
|
declare class MaterialAvatarComponent implements OnChanges {
|
|
4772
5329
|
private readonly sanitizer;
|
|
4773
5330
|
private readonly elementRef;
|
|
@@ -4791,6 +5348,12 @@ declare class MaterialAvatarComponent implements OnChanges {
|
|
|
4791
5348
|
private _border;
|
|
4792
5349
|
private _sizePx?;
|
|
4793
5350
|
private _sizeCss?;
|
|
5351
|
+
private _initialsMaxLength;
|
|
5352
|
+
private _groupItems;
|
|
5353
|
+
private _groupMaxVisible;
|
|
5354
|
+
private _groupOverlap;
|
|
5355
|
+
private _emphasis;
|
|
5356
|
+
private _emphasisColor;
|
|
4794
5357
|
set themeColor(value: ThemeColor);
|
|
4795
5358
|
get themeColor(): ThemeColor;
|
|
4796
5359
|
set rounded(value: Rounded);
|
|
@@ -4807,6 +5370,25 @@ declare class MaterialAvatarComponent implements OnChanges {
|
|
|
4807
5370
|
get sizeCss(): string | undefined;
|
|
4808
5371
|
tooltip?: string;
|
|
4809
5372
|
ariaLabel?: string;
|
|
5373
|
+
status?: AvatarStatus;
|
|
5374
|
+
statusLabel?: string;
|
|
5375
|
+
badge?: string | number;
|
|
5376
|
+
badgeLabel?: string;
|
|
5377
|
+
emphasisLabel?: string;
|
|
5378
|
+
set emphasis(value: AvatarEmphasis | undefined);
|
|
5379
|
+
get emphasis(): AvatarEmphasis;
|
|
5380
|
+
set emphasisColor(value: ThemeColor | undefined);
|
|
5381
|
+
get emphasisColor(): ThemeColor;
|
|
5382
|
+
set initialsMaxLength(value: number | string | undefined);
|
|
5383
|
+
get initialsMaxLength(): number;
|
|
5384
|
+
set groupItems(value: AvatarGroupItem[] | undefined);
|
|
5385
|
+
get groupItems(): AvatarGroupItem[];
|
|
5386
|
+
set groupMaxVisible(value: number | string | undefined);
|
|
5387
|
+
get groupMaxVisible(): number;
|
|
5388
|
+
set groupOverlap(value: number | string | undefined);
|
|
5389
|
+
get groupOverlap(): number;
|
|
5390
|
+
groupOverflowLabel?: string;
|
|
5391
|
+
groupLabel?: string;
|
|
4810
5392
|
readonlyMode?: boolean;
|
|
4811
5393
|
disabledMode?: boolean;
|
|
4812
5394
|
visible?: boolean;
|
|
@@ -4819,6 +5401,7 @@ declare class MaterialAvatarComponent implements OnChanges {
|
|
|
4819
5401
|
get style(): NgStyle | undefined;
|
|
4820
5402
|
imageError: EventEmitter<void>;
|
|
4821
5403
|
private readonly _imgFailed;
|
|
5404
|
+
private readonly groupImageFailures;
|
|
4822
5405
|
private readonly controlValue;
|
|
4823
5406
|
private readonly _syncControlValue;
|
|
4824
5407
|
readonly resolvedImageSrc: _angular_core.Signal<string>;
|
|
@@ -4826,20 +5409,53 @@ declare class MaterialAvatarComponent implements OnChanges {
|
|
|
4826
5409
|
readonly hasImage: _angular_core.Signal<boolean>;
|
|
4827
5410
|
readonly hasInitials: _angular_core.Signal<boolean>;
|
|
4828
5411
|
readonly componentCssClasses: _angular_core.Signal<string>;
|
|
5412
|
+
readonly computedHostRole: _angular_core.Signal<"group" | "img">;
|
|
4829
5413
|
readonly resolvedStyle: _angular_core.Signal<{
|
|
4830
5414
|
[x: string]: unknown;
|
|
4831
5415
|
} | null>;
|
|
4832
5416
|
readonly computedAriaLabel: _angular_core.Signal<string>;
|
|
4833
5417
|
readonly resolvedHint: _angular_core.Signal<string>;
|
|
5418
|
+
readonly resolvedLabel: _angular_core.Signal<string>;
|
|
4834
5419
|
readonly hintId: _angular_core.Signal<string | null>;
|
|
4835
5420
|
private resolveIconKind;
|
|
4836
5421
|
private pickImageSrcFromValue;
|
|
4837
5422
|
private normalizeImageUrl;
|
|
4838
5423
|
private normalizeCssSize;
|
|
5424
|
+
private normalizeThemeColor;
|
|
5425
|
+
private normalizeRounded;
|
|
5426
|
+
private normalizeFillMode;
|
|
5427
|
+
private normalizeStatus;
|
|
5428
|
+
private normalizeEmphasis;
|
|
5429
|
+
private initialsFrom;
|
|
5430
|
+
private groupItemLabel;
|
|
5431
|
+
private defaultStatusLabel;
|
|
5432
|
+
private iconNameFrom;
|
|
5433
|
+
private themeStyle;
|
|
5434
|
+
private radiusToken;
|
|
5435
|
+
readonly resolvedStatus: _angular_core.Signal<AvatarStatus>;
|
|
5436
|
+
readonly resolvedStatusLabel: _angular_core.Signal<string>;
|
|
5437
|
+
normalizedBadge(): string;
|
|
5438
|
+
readonly resolvedBadgeLabel: _angular_core.Signal<string>;
|
|
5439
|
+
readonly resolvedEmphasisLabel: _angular_core.Signal<string>;
|
|
4839
5440
|
shouldShowImage(): boolean;
|
|
4840
5441
|
shouldShowIcon(): boolean;
|
|
4841
5442
|
shouldShowInitials(): boolean;
|
|
4842
5443
|
shouldShowDefaultIcon(): boolean;
|
|
5444
|
+
shouldShowStatus(): boolean;
|
|
5445
|
+
shouldShowBadge(): boolean;
|
|
5446
|
+
shouldRenderGroup(): boolean;
|
|
5447
|
+
readonly normalizedGroupItems: _angular_core.Signal<NormalizedAvatarGroupItem[]>;
|
|
5448
|
+
readonly visibleGroupItems: _angular_core.Signal<NormalizedAvatarGroupItem[]>;
|
|
5449
|
+
readonly groupOverflowCount: _angular_core.Signal<number>;
|
|
5450
|
+
groupItemClasses(item: NormalizedAvatarGroupItem): string;
|
|
5451
|
+
groupItemStyle(item: NormalizedAvatarGroupItem): Record<string, string>;
|
|
5452
|
+
groupOverflowStyle(): Record<string, string>;
|
|
5453
|
+
groupOverlapCss(): string;
|
|
5454
|
+
groupImageFailed(index: number): boolean;
|
|
5455
|
+
onGroupImgError(index: number): void;
|
|
5456
|
+
groupIconName(item: AvatarGroupItem): string | null;
|
|
5457
|
+
groupDefaultIconName(item: AvatarGroupItem): string | null;
|
|
5458
|
+
resolvedGroupOverflowLabel(): string;
|
|
4843
5459
|
readonly hasExplicitIcon: _angular_core.Signal<boolean>;
|
|
4844
5460
|
readonly hasDefaultIcon: _angular_core.Signal<boolean>;
|
|
4845
5461
|
normalizedInitials(): string;
|
|
@@ -4852,14 +5468,32 @@ declare class MaterialAvatarComponent implements OnChanges {
|
|
|
4852
5468
|
ngOnChanges(_changes: SimpleChanges): void;
|
|
4853
5469
|
setInputMetadata(meta: ComponentMetadata): void;
|
|
4854
5470
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialAvatarComponent, never>;
|
|
4855
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialAvatarComponent, "pdx-material-avatar", never, { "imageSrc": { "alias": "imageSrc"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "name": { "alias": "name"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "border": { "alias": "border"; "required": false; }; "sizePx": { "alias": "sizePx"; "required": false; }; "sizeCss": { "alias": "sizeCss"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "class": { "alias": "class"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "imageError": "imageError"; }, never, ["*"], true, never>;
|
|
5471
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialAvatarComponent, "pdx-material-avatar", never, { "imageSrc": { "alias": "imageSrc"; "required": false; }; "imageAlt": { "alias": "imageAlt"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "name": { "alias": "name"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "defaultIcon": { "alias": "defaultIcon"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "border": { "alias": "border"; "required": false; }; "sizePx": { "alias": "sizePx"; "required": false; }; "sizeCss": { "alias": "sizeCss"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "status": { "alias": "status"; "required": false; }; "statusLabel": { "alias": "statusLabel"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "badgeLabel": { "alias": "badgeLabel"; "required": false; }; "emphasisLabel": { "alias": "emphasisLabel"; "required": false; }; "emphasis": { "alias": "emphasis"; "required": false; }; "emphasisColor": { "alias": "emphasisColor"; "required": false; }; "initialsMaxLength": { "alias": "initialsMaxLength"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "groupMaxVisible": { "alias": "groupMaxVisible"; "required": false; }; "groupOverlap": { "alias": "groupOverlap"; "required": false; }; "groupOverflowLabel": { "alias": "groupOverflowLabel"; "required": false; }; "groupLabel": { "alias": "groupLabel"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "class": { "alias": "class"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, { "imageError": "imageError"; }, never, ["*"], true, never>;
|
|
4856
5472
|
}
|
|
4857
5473
|
|
|
4858
|
-
declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent {
|
|
5474
|
+
declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent implements DoCheck {
|
|
4859
5475
|
readonlyMode: boolean;
|
|
4860
5476
|
disabledMode: boolean;
|
|
4861
5477
|
visible: boolean;
|
|
4862
5478
|
presentationMode: boolean;
|
|
5479
|
+
private disabledModeAppliedToControl;
|
|
5480
|
+
ngDoCheck(): void;
|
|
5481
|
+
radioInteractionDisabled(): boolean;
|
|
5482
|
+
radioAriaDisabled(): 'true' | null;
|
|
5483
|
+
radioAriaReadonly(): 'true' | null;
|
|
5484
|
+
readonlyEffective(): boolean;
|
|
5485
|
+
radioOptionDisabled(option: SelectOption<unknown>): boolean;
|
|
5486
|
+
radioOptionAriaDisabled(option: SelectOption<unknown>): 'true' | null;
|
|
5487
|
+
onRadioButtonClick(event: MouseEvent): void;
|
|
5488
|
+
onRadioButtonKeydown(event: KeyboardEvent): void;
|
|
5489
|
+
selectOption(option: SelectOption<unknown>): void;
|
|
5490
|
+
radioLabelId(): string;
|
|
5491
|
+
radioHintId(): string;
|
|
5492
|
+
radioErrorId(): string;
|
|
5493
|
+
radioLabelledBy(): string | null;
|
|
5494
|
+
radioDescribedBy(): string | null;
|
|
5495
|
+
isRequiredRadio(): boolean;
|
|
5496
|
+
private syncDisabledModeControlState;
|
|
4863
5497
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
4864
5498
|
protected getSpecificCssClasses(): string[];
|
|
4865
5499
|
private optionsFromLegacy;
|
|
@@ -4868,11 +5502,20 @@ declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent {
|
|
|
4868
5502
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialRadioGroupComponent, "pdx-material-radio-group", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4869
5503
|
}
|
|
4870
5504
|
|
|
4871
|
-
declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
|
|
5505
|
+
declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent implements DoCheck {
|
|
4872
5506
|
readonlyMode: boolean;
|
|
4873
5507
|
disabledMode: boolean;
|
|
4874
5508
|
visible: boolean;
|
|
4875
5509
|
presentationMode: boolean;
|
|
5510
|
+
private disabledModeAppliedToControl;
|
|
5511
|
+
ngDoCheck(): void;
|
|
5512
|
+
checkboxInteractionDisabled(): boolean;
|
|
5513
|
+
checkboxAriaDisabled(): 'true' | null;
|
|
5514
|
+
checkboxAriaReadonly(): 'true' | null;
|
|
5515
|
+
readonlyEffective(): boolean;
|
|
5516
|
+
onCheckboxControlClick(event: MouseEvent, stopShellPropagation?: boolean): void;
|
|
5517
|
+
onCheckboxControlKeydown(event: KeyboardEvent): void;
|
|
5518
|
+
private syncDisabledModeControlState;
|
|
4876
5519
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
4877
5520
|
/** Disables options when maxSelections reached */
|
|
4878
5521
|
isOptionDisabled(option: SelectOption<unknown>): boolean;
|
|
@@ -4889,7 +5532,7 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
|
|
|
4889
5532
|
booleanErrorId(): string;
|
|
4890
5533
|
groupHintId(): string;
|
|
4891
5534
|
groupErrorId(): string;
|
|
4892
|
-
booleanAriaLabel(): string
|
|
5535
|
+
booleanAriaLabel(): string;
|
|
4893
5536
|
booleanLabelledBy(): string | null;
|
|
4894
5537
|
booleanDescribedBy(): string | null;
|
|
4895
5538
|
groupDescribedBy(): string | null;
|
|
@@ -4904,6 +5547,8 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
|
|
|
4904
5547
|
onBooleanCheckboxChange(): void;
|
|
4905
5548
|
onMultipleOptionContentClick(option: SelectOption<unknown>, event: MouseEvent): void;
|
|
4906
5549
|
onSelectAllContentClick(event: MouseEvent): void;
|
|
5550
|
+
selectOption(option: SelectOption<unknown>): void;
|
|
5551
|
+
toggleSelectAll(): void;
|
|
4907
5552
|
private shouldToggleFromBooleanContent;
|
|
4908
5553
|
private shouldToggleFromMultipleContent;
|
|
4909
5554
|
private toggleBooleanCheckbox;
|
|
@@ -4911,10 +5556,10 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
|
|
|
4911
5556
|
private humanizeName;
|
|
4912
5557
|
optionLabelId(option: SelectOption<unknown>): string;
|
|
4913
5558
|
optionDescriptionId(option: SelectOption<unknown>): string | null;
|
|
4914
|
-
optionAriaLabel(option: SelectOption<unknown>): string
|
|
5559
|
+
optionAriaLabel(option: SelectOption<unknown>): string;
|
|
4915
5560
|
optionSupportingText(option: SelectOption<unknown>): string | null;
|
|
4916
5561
|
selectAllLabelId(): string;
|
|
4917
|
-
selectAllAriaLabel(): string
|
|
5562
|
+
selectAllAriaLabel(): string;
|
|
4918
5563
|
selectAllLabelText(): string;
|
|
4919
5564
|
private optionDomToken;
|
|
4920
5565
|
private optionsFromLegacy;
|
|
@@ -4923,11 +5568,30 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
|
|
|
4923
5568
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialCheckboxGroupComponent, "pdx-material-checkbox-group", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
4924
5569
|
}
|
|
4925
5570
|
|
|
4926
|
-
declare class MaterialSelectionListComponent extends SimpleBaseSelectComponent {
|
|
5571
|
+
declare class MaterialSelectionListComponent extends SimpleBaseSelectComponent implements DoCheck {
|
|
4927
5572
|
readonlyMode: boolean;
|
|
4928
5573
|
disabledMode: boolean;
|
|
4929
5574
|
visible: boolean;
|
|
4930
5575
|
presentationMode: boolean;
|
|
5576
|
+
private disabledModeAppliedToControl;
|
|
5577
|
+
ngDoCheck(): void;
|
|
5578
|
+
selectionListInteractionDisabled(): boolean;
|
|
5579
|
+
selectionListAriaDisabled(): 'true' | null;
|
|
5580
|
+
selectionListAriaReadonly(): 'true' | null;
|
|
5581
|
+
selectionOptionDisabled(option: SelectOption<unknown>): boolean;
|
|
5582
|
+
selectionOptionAriaDisabled(option: SelectOption<unknown>): 'true' | null;
|
|
5583
|
+
selectionListLabelId(): string;
|
|
5584
|
+
selectionListHintId(): string;
|
|
5585
|
+
selectionListErrorId(): string;
|
|
5586
|
+
selectionListCounterId(): string;
|
|
5587
|
+
selectionListLabelledBy(): string | null;
|
|
5588
|
+
selectionListDescribedBy(): string | null;
|
|
5589
|
+
isRequiredSelectionList(): boolean;
|
|
5590
|
+
onSelectionOptionClick(event: MouseEvent): void;
|
|
5591
|
+
onSelectionOptionKeydown(event: KeyboardEvent): void;
|
|
5592
|
+
selectOption(option: SelectOption<unknown>): void;
|
|
5593
|
+
toggleSelectAll(): void;
|
|
5594
|
+
private syncDisabledModeControlState;
|
|
4931
5595
|
private asRecord;
|
|
4932
5596
|
private mapRawOption;
|
|
4933
5597
|
setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
|
|
@@ -5099,19 +5763,21 @@ declare class PhoneInputComponent extends SimpleBaseInputComponent {
|
|
|
5099
5763
|
ngOnInit(): void;
|
|
5100
5764
|
writeValue(value: unknown): void;
|
|
5101
5765
|
protected registerInputElement(el: HTMLElement): void;
|
|
5766
|
+
protected applyNativeDisplayMask(): void;
|
|
5102
5767
|
handleInput(event: Event): void;
|
|
5103
5768
|
handleBlur(): void;
|
|
5104
5769
|
validateField(): Promise<ValidationErrors | null>;
|
|
5105
5770
|
protected getSpecificCssClasses(): string[];
|
|
5106
5771
|
/** Applies strongly typed metadata to the component. */
|
|
5107
5772
|
setInputMetadata(metadata: MaterialPhoneMetadata): void;
|
|
5108
|
-
errorStateMatcher():
|
|
5773
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5109
5774
|
isReadonlyEffective(): boolean;
|
|
5110
5775
|
private metadataAsField;
|
|
5111
5776
|
private phoneMetadata;
|
|
5112
5777
|
private syncPhoneValidators;
|
|
5113
5778
|
private validatePhoneControl;
|
|
5114
5779
|
private isPhoneRuntimeEnabled;
|
|
5780
|
+
private metadataFlag;
|
|
5115
5781
|
private resolveDefaultCountry;
|
|
5116
5782
|
private resolveAllowedCountries;
|
|
5117
5783
|
private resolvePhoneFormat;
|
|
@@ -5143,7 +5809,7 @@ declare class TimeInputComponent extends SimpleBaseInputComponent {
|
|
|
5143
5809
|
protected getSpecificCssClasses(): string[];
|
|
5144
5810
|
/** Applies component metadata with strong typing. */
|
|
5145
5811
|
setInputMetadata(metadata: MaterialTimeInputMetadata): void;
|
|
5146
|
-
errorStateMatcher():
|
|
5812
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5147
5813
|
/**
|
|
5148
5814
|
* Time input is officially minute-granularity only.
|
|
5149
5815
|
* Non-minute step values fallback to 60s.
|
|
@@ -5176,7 +5842,7 @@ declare class UrlInputComponent extends SimpleBaseInputComponent {
|
|
|
5176
5842
|
protected getSpecificCssClasses(): string[];
|
|
5177
5843
|
/** Applies component metadata with strong typing. */
|
|
5178
5844
|
setInputMetadata(metadata: MaterialUrlInputMetadata): void;
|
|
5179
|
-
errorStateMatcher():
|
|
5845
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5180
5846
|
isReadonlyEffective(): boolean;
|
|
5181
5847
|
private metadataAsField;
|
|
5182
5848
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UrlInputComponent, never>;
|
|
@@ -5203,7 +5869,7 @@ declare class WeekInputComponent extends SimpleBaseInputComponent {
|
|
|
5203
5869
|
protected getSpecificCssClasses(): string[];
|
|
5204
5870
|
/** Applies component metadata with strong typing. */
|
|
5205
5871
|
setInputMetadata(metadata: MaterialWeekInputMetadata): void;
|
|
5206
|
-
errorStateMatcher():
|
|
5872
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5207
5873
|
isReadonlyEffective(): boolean;
|
|
5208
5874
|
private metadataAsField;
|
|
5209
5875
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WeekInputComponent, never>;
|
|
@@ -5230,7 +5896,8 @@ declare class MaterialColorPickerComponent extends SimpleBaseInputComponent {
|
|
|
5230
5896
|
/** Handles color selection from the native input. */
|
|
5231
5897
|
onNativeColorChange(event: Event): void;
|
|
5232
5898
|
protected getSpecificCssClasses(): string[];
|
|
5233
|
-
|
|
5899
|
+
effectiveFloatLabelBehavior(): 'always';
|
|
5900
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5234
5901
|
isReadonlyEffective(): boolean;
|
|
5235
5902
|
previewColor(): string;
|
|
5236
5903
|
colorPaletteAriaLabel(): string;
|
|
@@ -5265,6 +5932,7 @@ declare class MaterialRatingComponent extends SimpleBaseInputComponent implement
|
|
|
5265
5932
|
svgIconOutline?: string;
|
|
5266
5933
|
outlineIcon?: string;
|
|
5267
5934
|
disabled: boolean;
|
|
5935
|
+
disabledMode: boolean;
|
|
5268
5936
|
readonlyMode: boolean;
|
|
5269
5937
|
presentationMode: boolean;
|
|
5270
5938
|
tabindex: number;
|
|
@@ -5294,15 +5962,20 @@ declare class MaterialRatingComponent extends SimpleBaseInputComponent implement
|
|
|
5294
5962
|
private getVisualValue;
|
|
5295
5963
|
private getActiveIndexAndHalf;
|
|
5296
5964
|
private applyValue;
|
|
5965
|
+
ratingValueText(): string;
|
|
5966
|
+
effectiveTabIndex(): number;
|
|
5967
|
+
disabledEffective(): boolean;
|
|
5297
5968
|
readonlyEffective(): boolean;
|
|
5298
|
-
|
|
5969
|
+
ratingAriaLabel(): string;
|
|
5970
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5299
5971
|
setInputMetadata(meta: unknown): void;
|
|
5300
5972
|
private parseSize;
|
|
5301
5973
|
private parseSelectionMode;
|
|
5974
|
+
private interactionBlocked;
|
|
5302
5975
|
private asRecord;
|
|
5303
5976
|
private metadataAsField;
|
|
5304
5977
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialRatingComponent, never>;
|
|
5305
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialRatingComponent, "pdx-material-rating", never, { "itemsCount": { "alias": "itemsCount"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "allowHalf": { "alias": "allowHalf"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "svgIconOutline": { "alias": "svgIconOutline"; "required": false; }; "outlineIcon": { "alias": "outlineIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ratingColor": { "alias": "ratingColor"; "required": false; }; "outlineColor": { "alias": "outlineColor"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
5978
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialRatingComponent, "pdx-material-rating", never, { "itemsCount": { "alias": "itemsCount"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "allowHalf": { "alias": "allowHalf"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "svgIconOutline": { "alias": "svgIconOutline"; "required": false; }; "outlineIcon": { "alias": "outlineIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ratingColor": { "alias": "ratingColor"; "required": false; }; "outlineColor": { "alias": "outlineColor"; "required": false; }; }, {}, ["itemTemplate"], never, true, never>;
|
|
5306
5979
|
}
|
|
5307
5980
|
|
|
5308
5981
|
type PickerView = 'gradient' | 'palette';
|
|
@@ -5419,10 +6092,12 @@ declare class PdxColorPickerComponent extends SimpleBaseInputComponent implement
|
|
|
5419
6092
|
onCancel(): void;
|
|
5420
6093
|
onApply(): void;
|
|
5421
6094
|
readonlyEffective(): boolean;
|
|
5422
|
-
errorStateMatcher():
|
|
6095
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5423
6096
|
protected getSpecificCssClasses(): string[];
|
|
6097
|
+
effectiveFloatLabelBehavior(): 'always';
|
|
5424
6098
|
setInputMetadata(meta: ComponentMetadata | null): void;
|
|
5425
6099
|
private currentMetadataRecord;
|
|
6100
|
+
private asRecord;
|
|
5426
6101
|
private toFormat;
|
|
5427
6102
|
private toHex;
|
|
5428
6103
|
private toRgb;
|
|
@@ -5445,20 +6120,54 @@ declare class PdxColorPickerComponent extends SimpleBaseInputComponent implement
|
|
|
5445
6120
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PdxColorPickerComponent, "pdx-color-picker", never, { "actionsLayout": { "alias": "actionsLayout"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "adaptiveTitle": { "alias": "adaptiveTitle"; "required": false; }; "adaptiveSubtitle": { "alias": "adaptiveSubtitle"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "format": { "alias": "format"; "required": false; }; "gradientSettings": { "alias": "gradientSettings"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "paletteSettings": { "alias": "paletteSettings"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "views": { "alias": "views"; "required": false; }; "maxRecent": { "alias": "maxRecent"; "required": false; }; "showRecent": { "alias": "showRecent"; "required": false; }; }, { "valueChange": "valueChange"; "open": "open"; "close": "close"; "cancel": "cancel"; "activeViewChange": "activeViewChange"; "activeColorClick": "activeColorClick"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, true, never>;
|
|
5446
6121
|
}
|
|
5447
6122
|
|
|
5448
|
-
|
|
6123
|
+
interface SliderDistributionBar {
|
|
6124
|
+
id: string;
|
|
6125
|
+
ratio: number;
|
|
6126
|
+
selected: boolean;
|
|
6127
|
+
background?: string;
|
|
6128
|
+
color?: string;
|
|
6129
|
+
label?: string;
|
|
6130
|
+
}
|
|
6131
|
+
interface SliderSemanticBandView {
|
|
6132
|
+
id: string;
|
|
6133
|
+
startPercent: number;
|
|
6134
|
+
widthPercent: number;
|
|
6135
|
+
tone: RangeSliderSemanticBand['tone'];
|
|
6136
|
+
color?: string;
|
|
6137
|
+
label?: string;
|
|
6138
|
+
}
|
|
6139
|
+
declare class PdxMaterialRangeSliderComponent extends SimpleBaseInputComponent implements OnInit, AfterViewChecked {
|
|
5449
6140
|
readonlyMode: boolean;
|
|
5450
6141
|
disabledMode: boolean;
|
|
5451
6142
|
visible: boolean;
|
|
5452
6143
|
presentationMode: boolean;
|
|
5453
6144
|
metadata: _angular_core.WritableSignal<MaterialRangeSliderMetadata | null>;
|
|
6145
|
+
private activeRangeThumb;
|
|
5454
6146
|
readonly rangeGroup: FormGroup<{
|
|
5455
6147
|
start: FormControl<number | null>;
|
|
5456
6148
|
end: FormControl<number | null>;
|
|
5457
6149
|
}>;
|
|
5458
6150
|
readonly isRangeMode: _angular_core.Signal<boolean>;
|
|
5459
6151
|
readonly displayWithFn: _angular_core.Signal<(value: number) => string>;
|
|
6152
|
+
readonly sliderStep: _angular_core.Signal<number>;
|
|
6153
|
+
readonly valueLabelEnabled: _angular_core.Signal<boolean>;
|
|
6154
|
+
readonly showTickMarks: _angular_core.Signal<boolean>;
|
|
6155
|
+
readonly trackMode: _angular_core.Signal<_praxisui_core.RangeSliderTrackMode>;
|
|
6156
|
+
readonly sliderSize: _angular_core.Signal<"small" | "large" | "medium">;
|
|
6157
|
+
readonly markLabels: _angular_core.Signal<RangeSliderMark[]>;
|
|
6158
|
+
readonly semanticBandViews: _angular_core.Signal<SliderSemanticBandView[]>;
|
|
6159
|
+
distributionBars(): SliderDistributionBar[];
|
|
6160
|
+
disabledEffective(): boolean;
|
|
6161
|
+
readonlyEffective(): boolean;
|
|
6162
|
+
sliderInteractionDisabled(): boolean;
|
|
6163
|
+
sliderAriaDisabled(): 'true' | null;
|
|
6164
|
+
sliderAriaReadonly(): 'true' | null;
|
|
6165
|
+
rangeAriaInvalidAttribute(): 'true' | null;
|
|
6166
|
+
rangeThumbAriaLabel(thumb: 'start' | 'end'): string;
|
|
6167
|
+
rangeThumbLabelId(thumb: 'start' | 'end'): string;
|
|
5460
6168
|
readonly errorMessage: _angular_core.Signal<string>;
|
|
5461
6169
|
ngOnInit(): void;
|
|
6170
|
+
ngAfterViewChecked(): void;
|
|
5462
6171
|
/**
|
|
5463
6172
|
* Overrides writeValue to handle both single and range modes.
|
|
5464
6173
|
*/
|
|
@@ -5472,8 +6181,34 @@ declare class PdxMaterialRangeSliderComponent extends SimpleBaseInputComponent i
|
|
|
5472
6181
|
setSliderMetadata(metadata: MaterialRangeSliderMetadata): void;
|
|
5473
6182
|
protected setMetadata(metadata: MaterialRangeSliderMetadata): void;
|
|
5474
6183
|
protected getSpecificCssClasses(): string[];
|
|
6184
|
+
markPosition(value: number): number;
|
|
6185
|
+
formatSliderValue(value: unknown): string;
|
|
6186
|
+
onRangePointerDown(event: PointerEvent): void;
|
|
6187
|
+
private isPointerInteractionBlocked;
|
|
6188
|
+
private syncNativeThumbAria;
|
|
6189
|
+
private applyNativeThumbAria;
|
|
6190
|
+
private setOrRemoveAttribute;
|
|
6191
|
+
private closestRangeThumb;
|
|
6192
|
+
private updateActiveRangeThumbFromPointer;
|
|
6193
|
+
private clientXToSliderValue;
|
|
6194
|
+
private valueToTrackClientX;
|
|
6195
|
+
private snapSliderValue;
|
|
6196
|
+
private trackElement;
|
|
5475
6197
|
private syncRangeGroupFromControlValue;
|
|
5476
6198
|
private isRangeSliderValue;
|
|
6199
|
+
private resolveMarks;
|
|
6200
|
+
private parseJsonArray;
|
|
6201
|
+
private parseJsonObject;
|
|
6202
|
+
private normalizeTone;
|
|
6203
|
+
private resolveSemanticBands;
|
|
6204
|
+
private resolveDistributionBars;
|
|
6205
|
+
private normalizeDistributionColorMode;
|
|
6206
|
+
private isDistributionBarSelected;
|
|
6207
|
+
private resolveDistributionBarBackground;
|
|
6208
|
+
private stringConfig;
|
|
6209
|
+
private scaleValue;
|
|
6210
|
+
private formatStorageValue;
|
|
6211
|
+
private formatCurrencyValue;
|
|
5477
6212
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PdxMaterialRangeSliderComponent, never>;
|
|
5478
6213
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PdxMaterialRangeSliderComponent, "pdx-material-range-slider", never, { "readonlyMode": { "alias": "readonlyMode"; "required": false; }; "disabledMode": { "alias": "disabledMode"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "presentationMode": { "alias": "presentationMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
5479
6214
|
}
|
|
@@ -5489,6 +6224,9 @@ interface TransferListMetadata extends SimpleSelectMetadata<unknown> {
|
|
|
5489
6224
|
rightLabel?: string;
|
|
5490
6225
|
leftPlaceholder?: string;
|
|
5491
6226
|
rightPlaceholder?: string;
|
|
6227
|
+
leftEmptyText?: string;
|
|
6228
|
+
rightEmptyText?: string;
|
|
6229
|
+
noResultsText?: string;
|
|
5492
6230
|
}
|
|
5493
6231
|
declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
|
|
5494
6232
|
readonlyMode: boolean;
|
|
@@ -5499,6 +6237,9 @@ declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
|
|
|
5499
6237
|
rightLabel: string;
|
|
5500
6238
|
leftPlaceholder: string;
|
|
5501
6239
|
rightPlaceholder: string;
|
|
6240
|
+
leftEmptyText: string;
|
|
6241
|
+
rightEmptyText: string;
|
|
6242
|
+
noResultsText: string;
|
|
5502
6243
|
readonly leftOptions: _angular_core.WritableSignal<SelectOption<unknown>[]>;
|
|
5503
6244
|
readonly rightOptions: _angular_core.WritableSignal<SelectOption<unknown>[]>;
|
|
5504
6245
|
readonly leftFilter: _angular_core.WritableSignal<string>;
|
|
@@ -5512,6 +6253,12 @@ declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
|
|
|
5512
6253
|
moveAllToRightAriaLabel(): string;
|
|
5513
6254
|
moveSelectedToLeftAriaLabel(): string;
|
|
5514
6255
|
moveAllToLeftAriaLabel(): string;
|
|
6256
|
+
leftListAriaLabel(): string;
|
|
6257
|
+
rightListAriaLabel(): string;
|
|
6258
|
+
leftEmptyMessage(): string;
|
|
6259
|
+
rightEmptyMessage(): string;
|
|
6260
|
+
isMaxSelectionReached(): boolean;
|
|
6261
|
+
isInteractionDisabled(): boolean;
|
|
5515
6262
|
ngOnInit(): void;
|
|
5516
6263
|
private updateListsFromValue;
|
|
5517
6264
|
getSelectedOptions(list: MatSelectionList): SelectOption[];
|
|
@@ -5542,7 +6289,7 @@ declare class PdxYearInputComponent extends SimpleBaseInputComponent {
|
|
|
5542
6289
|
ngOnInit(): void;
|
|
5543
6290
|
setInputMetadata(metadata: MaterialYearInputMetadata): void;
|
|
5544
6291
|
private applySpecificValidators;
|
|
5545
|
-
errorStateMatcher():
|
|
6292
|
+
errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
|
|
5546
6293
|
onYearInput(event: Event): void;
|
|
5547
6294
|
protected getSpecificCssClasses(): string[];
|
|
5548
6295
|
private metadataAsField;
|
|
@@ -5573,6 +6320,7 @@ declare const PDX_INLINE_SEARCHABLE_SELECT_COMPONENT_METADATA: ComponentDocMeta;
|
|
|
5573
6320
|
|
|
5574
6321
|
declare const PDX_INLINE_ASYNC_SELECT_COMPONENT_METADATA: ComponentDocMeta;
|
|
5575
6322
|
|
|
6323
|
+
declare const PDX_ENTITY_LOOKUP_COMPONENT_METADATA: ComponentDocMeta;
|
|
5576
6324
|
declare const PDX_INLINE_ENTITY_LOOKUP_COMPONENT_METADATA: ComponentDocMeta;
|
|
5577
6325
|
|
|
5578
6326
|
declare const PDX_INLINE_MULTI_SELECT_COMPONENT_METADATA: ComponentDocMeta;
|
|
@@ -5688,6 +6436,7 @@ declare const PDX_PRELOAD_STATUS_COMPONENT_METADATA: ComponentDocMeta;
|
|
|
5688
6436
|
declare const PDX_SEARCH_INPUT_COMPONENT_METADATA: ComponentDocMeta;
|
|
5689
6437
|
|
|
5690
6438
|
declare const PDX_INLINE_INPUT_COMPONENT_METADATA: ComponentDocMeta;
|
|
6439
|
+
declare const PDX_INLINE_PHONE_COMPONENT_METADATA: ComponentDocMeta;
|
|
5691
6440
|
|
|
5692
6441
|
declare const PDX_INLINE_AUTOCOMPLETE_COMPONENT_METADATA: ComponentDocMeta;
|
|
5693
6442
|
|
|
@@ -5703,367 +6452,6 @@ declare const PDX_YEAR_INPUT_COMPONENT_METADATA: ComponentDocMeta;
|
|
|
5703
6452
|
|
|
5704
6453
|
declare const PDX_FIELD_SHELL_COMPONENT_METADATA: ComponentDocMeta;
|
|
5705
6454
|
|
|
5706
|
-
/**
|
|
5707
|
-
* Context object passed to action handlers containing all relevant data
|
|
5708
|
-
* about the component state and form context when an action is executed.
|
|
5709
|
-
*
|
|
5710
|
-
* This interface provides maximum flexibility for action handlers to access
|
|
5711
|
-
* both component-specific data and broader form/application context.
|
|
5712
|
-
*
|
|
5713
|
-
* @example Basic usage in action handler
|
|
5714
|
-
* ```typescript
|
|
5715
|
-
* this.registerAction('customAction', async (context: ActionContext) => {
|
|
5716
|
-
* console.log('Field:', context.fieldName);
|
|
5717
|
-
* console.log('Value:', context.fieldValue);
|
|
5718
|
-
* console.log('Metadata:', context.metadata);
|
|
5719
|
-
* return { success: true, data: 'Action completed' };
|
|
5720
|
-
* });
|
|
5721
|
-
* ```
|
|
5722
|
-
*
|
|
5723
|
-
* @example Using actionParam for parameterized actions
|
|
5724
|
-
* ```typescript
|
|
5725
|
-
* // Metadata configuration: action: "navigate:/dashboard"
|
|
5726
|
-
* this.registerAction('navigate', async (context: ActionContext) => {
|
|
5727
|
-
* const url = context.actionParam; // "/dashboard"
|
|
5728
|
-
* await this.router.navigate([url]);
|
|
5729
|
-
* return { success: true };
|
|
5730
|
-
* });
|
|
5731
|
-
* ```
|
|
5732
|
-
*/
|
|
5733
|
-
interface ActionContext {
|
|
5734
|
-
/**
|
|
5735
|
-
* Name/identifier of the field that triggered the action.
|
|
5736
|
-
*
|
|
5737
|
-
* Useful for:
|
|
5738
|
-
* - Logging and debugging
|
|
5739
|
-
* - Field-specific business logic
|
|
5740
|
-
* - Form validation context
|
|
5741
|
-
*
|
|
5742
|
-
* @example "email", "firstName", "submitButton"
|
|
5743
|
-
*/
|
|
5744
|
-
fieldName?: string;
|
|
5745
|
-
/**
|
|
5746
|
-
* Current value of the field that triggered the action.
|
|
5747
|
-
*
|
|
5748
|
-
* For different field types:
|
|
5749
|
-
* - Input fields: string value
|
|
5750
|
-
* - Checkboxes: boolean
|
|
5751
|
-
* - Select: selected option value
|
|
5752
|
-
* - Buttons: typically undefined
|
|
5753
|
-
*
|
|
5754
|
-
* @example "john@example.com", true, ["option1", "option2"]
|
|
5755
|
-
*/
|
|
5756
|
-
fieldValue?: any;
|
|
5757
|
-
/**
|
|
5758
|
-
* Complete metadata configuration object for the field.
|
|
5759
|
-
*
|
|
5760
|
-
* Contains all field configuration including:
|
|
5761
|
-
* - Label, placeholder, validation rules
|
|
5762
|
-
* - UI configuration (appearance, icons, etc.)
|
|
5763
|
-
* - Custom properties specific to the field
|
|
5764
|
-
*
|
|
5765
|
-
* @example MaterialButtonMetadata, MaterialInputMetadata, etc.
|
|
5766
|
-
*/
|
|
5767
|
-
metadata?: any;
|
|
5768
|
-
/**
|
|
5769
|
-
* Complete form data object containing all field values.
|
|
5770
|
-
*
|
|
5771
|
-
* Useful for:
|
|
5772
|
-
* - Cross-field validation
|
|
5773
|
-
* - Conditional logic based on other fields
|
|
5774
|
-
* - Form-wide operations
|
|
5775
|
-
*
|
|
5776
|
-
* @example { email: "user@example.com", name: "John", age: 30 }
|
|
5777
|
-
*/
|
|
5778
|
-
formData?: any;
|
|
5779
|
-
/**
|
|
5780
|
-
* Reference to the Angular component instance that triggered the action.
|
|
5781
|
-
*
|
|
5782
|
-
* Provides access to:
|
|
5783
|
-
* - Component methods and properties
|
|
5784
|
-
* - ElementRef for DOM manipulation
|
|
5785
|
-
* - Angular lifecycle and services
|
|
5786
|
-
*
|
|
5787
|
-
* @example MaterialButtonComponent, MaterialInputComponent instances
|
|
5788
|
-
*/
|
|
5789
|
-
componentInstance?: any;
|
|
5790
|
-
/**
|
|
5791
|
-
* Parameter extracted from action reference after colon separator.
|
|
5792
|
-
*
|
|
5793
|
-
* When action is defined as "actionName:parameter", this contains the parameter part.
|
|
5794
|
-
* Enables parameterized actions without separate configuration.
|
|
5795
|
-
*
|
|
5796
|
-
* @example
|
|
5797
|
-
* - Action: "navigate:/dashboard" → actionParam: "/dashboard"
|
|
5798
|
-
* - Action: "showAlert:Data saved successfully" → actionParam: "Data saved successfully"
|
|
5799
|
-
* - Action: "download:https://example.com/file.pdf" → actionParam: "https://example.com/file.pdf"
|
|
5800
|
-
*/
|
|
5801
|
-
actionParam?: string;
|
|
5802
|
-
}
|
|
5803
|
-
/**
|
|
5804
|
-
* Result object returned by action handlers indicating success/failure
|
|
5805
|
-
* and any associated data or error information.
|
|
5806
|
-
*
|
|
5807
|
-
* Provides a standardized way for action handlers to communicate results
|
|
5808
|
-
* back to the calling component for appropriate user feedback.
|
|
5809
|
-
*
|
|
5810
|
-
* @example Successful action result
|
|
5811
|
-
* ```typescript
|
|
5812
|
-
* return {
|
|
5813
|
-
* success: true,
|
|
5814
|
-
* data: 'Form submitted successfully',
|
|
5815
|
-
* redirect: '/dashboard'
|
|
5816
|
-
* };
|
|
5817
|
-
* ```
|
|
5818
|
-
*
|
|
5819
|
-
* @example Failed action result
|
|
5820
|
-
* ```typescript
|
|
5821
|
-
* return {
|
|
5822
|
-
* success: false,
|
|
5823
|
-
* error: 'Validation failed: Email is required'
|
|
5824
|
-
* };
|
|
5825
|
-
* ```
|
|
5826
|
-
*/
|
|
5827
|
-
interface ActionResult {
|
|
5828
|
-
/**
|
|
5829
|
-
* Indicates whether the action completed successfully.
|
|
5830
|
-
*
|
|
5831
|
-
* - true: Action completed without errors
|
|
5832
|
-
* - false: Action failed or encountered an error
|
|
5833
|
-
*
|
|
5834
|
-
* Used by components to determine appropriate user feedback
|
|
5835
|
-
* (success message, error display, etc.)
|
|
5836
|
-
*/
|
|
5837
|
-
success: boolean;
|
|
5838
|
-
/**
|
|
5839
|
-
* Optional data returned by successful actions.
|
|
5840
|
-
*
|
|
5841
|
-
* Can contain:
|
|
5842
|
-
* - Success messages for user display
|
|
5843
|
-
* - Result data from API calls
|
|
5844
|
-
* - State information for further processing
|
|
5845
|
-
* - Any serializable data relevant to the action
|
|
5846
|
-
*
|
|
5847
|
-
* @example "Form submitted", { userId: 123 }, ["item1", "item2"]
|
|
5848
|
-
*/
|
|
5849
|
-
data?: any;
|
|
5850
|
-
/**
|
|
5851
|
-
* Error message when action fails (success = false).
|
|
5852
|
-
*
|
|
5853
|
-
* Should contain:
|
|
5854
|
-
* - User-friendly error descriptions
|
|
5855
|
-
* - Validation error messages
|
|
5856
|
-
* - Technical error details (for logging)
|
|
5857
|
-
*
|
|
5858
|
-
* Displayed to users or logged for debugging purposes.
|
|
5859
|
-
*
|
|
5860
|
-
* @example "Network error occurred", "Invalid email format", "Access denied"
|
|
5861
|
-
*/
|
|
5862
|
-
error?: string;
|
|
5863
|
-
/**
|
|
5864
|
-
* Optional URL for automatic navigation after action completion.
|
|
5865
|
-
*
|
|
5866
|
-
* When provided, the calling component may automatically redirect
|
|
5867
|
-
* the user to this URL after the action succeeds.
|
|
5868
|
-
*
|
|
5869
|
-
* Useful for:
|
|
5870
|
-
* - Post-submit redirects
|
|
5871
|
-
* - Workflow navigation
|
|
5872
|
-
* - Success page redirection
|
|
5873
|
-
*
|
|
5874
|
-
* @example "/dashboard", "/success", "https://external-site.com"
|
|
5875
|
-
*/
|
|
5876
|
-
redirect?: string;
|
|
5877
|
-
}
|
|
5878
|
-
/**
|
|
5879
|
-
* Function signature for action handlers that can be registered with the ActionResolverService.
|
|
5880
|
-
*
|
|
5881
|
-
* Action handlers receive an ActionContext with all relevant component and form data,
|
|
5882
|
-
* and must return an ActionResult indicating success/failure.
|
|
5883
|
-
*
|
|
5884
|
-
* Handlers can be either synchronous or asynchronous to support both immediate
|
|
5885
|
-
* operations and API calls/complex processing.
|
|
5886
|
-
*
|
|
5887
|
-
* @example Synchronous action handler
|
|
5888
|
-
* ```typescript
|
|
5889
|
-
* const logHandler: ActionHandler = (context) => {
|
|
5890
|
-
* console.log('Field value:', context.fieldValue);
|
|
5891
|
-
* return { success: true, data: 'Logged successfully' };
|
|
5892
|
-
* };
|
|
5893
|
-
* ```
|
|
5894
|
-
*
|
|
5895
|
-
* @example Asynchronous action handler
|
|
5896
|
-
* ```typescript
|
|
5897
|
-
* const saveHandler: ActionHandler = async (context) => {
|
|
5898
|
-
* try {
|
|
5899
|
-
* await apiService.saveData(context.formData);
|
|
5900
|
-
* return { success: true, data: 'Data saved' };
|
|
5901
|
-
* } catch (error) {
|
|
5902
|
-
* return { success: false, error: 'Save failed' };
|
|
5903
|
-
* }
|
|
5904
|
-
* };
|
|
5905
|
-
* ```
|
|
5906
|
-
*
|
|
5907
|
-
* @param context - Complete action execution context
|
|
5908
|
-
* @returns Promise<ActionResult> or ActionResult indicating success/failure
|
|
5909
|
-
*/
|
|
5910
|
-
type ActionHandler = (context: ActionContext) => Promise<ActionResult> | ActionResult;
|
|
5911
|
-
declare class ActionResolverService {
|
|
5912
|
-
private readonly router;
|
|
5913
|
-
private readonly http;
|
|
5914
|
-
private readonly dialog;
|
|
5915
|
-
private readonly actionRegistry;
|
|
5916
|
-
private parseActionPayload;
|
|
5917
|
-
private getJsonValue;
|
|
5918
|
-
private resolveDialogPayload;
|
|
5919
|
-
private splitActionRef;
|
|
5920
|
-
constructor();
|
|
5921
|
-
/**
|
|
5922
|
-
* Registra ações relacionadas a diálogos (unificado PraxisDialog)
|
|
5923
|
-
*/
|
|
5924
|
-
private registerDialogActions;
|
|
5925
|
-
/**
|
|
5926
|
-
* Registra uma nova ação
|
|
5927
|
-
*/
|
|
5928
|
-
registerAction(actionName: string, handler: ActionHandler): void;
|
|
5929
|
-
/**
|
|
5930
|
-
* Remove uma ação registrada
|
|
5931
|
-
*/
|
|
5932
|
-
unregisterAction(actionName: string): void;
|
|
5933
|
-
/**
|
|
5934
|
-
* Executa uma ação por nome
|
|
5935
|
-
*/
|
|
5936
|
-
executeAction(actionRef: string, context?: ActionContext): Promise<ActionResult>;
|
|
5937
|
-
/**
|
|
5938
|
-
* Lista todas as ações registradas
|
|
5939
|
-
*/
|
|
5940
|
-
getRegisteredActions(): string[];
|
|
5941
|
-
/**
|
|
5942
|
-
* Verifica se uma ação existe
|
|
5943
|
-
*/
|
|
5944
|
-
hasAction(actionName: string): boolean;
|
|
5945
|
-
/**
|
|
5946
|
-
* Registra ações built-in (pré-definidas) do sistema ActionResolverService.
|
|
5947
|
-
*
|
|
5948
|
-
* Este método é chamado automaticamente no constructor e registra um conjunto
|
|
5949
|
-
* de ações comuns úteis para aplicações corporativas, eliminando a necessidade
|
|
5950
|
-
* de implementar essas funcionalidades básicas repetidamente.
|
|
5951
|
-
*
|
|
5952
|
-
* Todas as ações built-in seguem padrões corporativos de:
|
|
5953
|
-
* - ✅ Tratamento de erros robusto
|
|
5954
|
-
* - ✅ Logging consistente para auditoria
|
|
5955
|
-
* - ✅ Mensagens user-friendly
|
|
5956
|
-
* - ✅ Segurança (noopener, noreferrer)
|
|
5957
|
-
* - ✅ Compatibilidade cross-browser
|
|
5958
|
-
*
|
|
5959
|
-
* ## 📋 Ações Disponíveis
|
|
5960
|
-
*
|
|
5961
|
-
* ### 📝 Formulários
|
|
5962
|
-
* - **submitForm**: Submete o formulário pai do componente
|
|
5963
|
-
* - **resetForm**: Reseta todos os campos do formulário pai
|
|
5964
|
-
*
|
|
5965
|
-
* ### 🧭 Navegação
|
|
5966
|
-
* - **navigate**: Navegação interna via Angular Router ou externa via window.location
|
|
5967
|
-
* - **openUrl**: Abre URL em nova aba com segurança (noopener, noreferrer)
|
|
5968
|
-
*
|
|
5969
|
-
* ### 📥 Downloads e Dados
|
|
5970
|
-
* - **download**: Inicia download de arquivo via URL
|
|
5971
|
-
* - **copyToClipboard**: Copia texto para área de transferência
|
|
5972
|
-
*
|
|
5973
|
-
* ### 🔔 Interface e Feedback
|
|
5974
|
-
* - **showAlert**: Exibe alerta nativo do navegador
|
|
5975
|
-
* - **log**: Registra mensagem no console para debugging
|
|
5976
|
-
*
|
|
5977
|
-
* ## 🎯 Uso no Metadata
|
|
5978
|
-
*
|
|
5979
|
-
* ```typescript
|
|
5980
|
-
* // Ação simples
|
|
5981
|
-
* const submitButton: MaterialButtonMetadata = {
|
|
5982
|
-
* name: 'submit',
|
|
5983
|
-
* label: 'Enviar',
|
|
5984
|
-
* controlType: 'button',
|
|
5985
|
-
* action: 'submitForm' // ← Ação built-in
|
|
5986
|
-
* };
|
|
5987
|
-
*
|
|
5988
|
-
* // Ação com parâmetro
|
|
5989
|
-
* const linkButton: MaterialButtonMetadata = {
|
|
5990
|
-
* name: 'dashboard',
|
|
5991
|
-
* label: 'Dashboard',
|
|
5992
|
-
* controlType: 'button',
|
|
5993
|
-
* action: 'navigate:/dashboard' // ← Parâmetro após ':'
|
|
5994
|
-
* };
|
|
5995
|
-
*
|
|
5996
|
-
* // Ação de download
|
|
5997
|
-
* const downloadButton: MaterialButtonMetadata = {
|
|
5998
|
-
* name: 'download',
|
|
5999
|
-
* label: 'Download PDF',
|
|
6000
|
-
* controlType: 'button',
|
|
6001
|
-
* action: 'download:https://example.com/report.pdf'
|
|
6002
|
-
* };
|
|
6003
|
-
* ```
|
|
6004
|
-
*
|
|
6005
|
-
* ## ⚠️ Notas Importantes
|
|
6006
|
-
*
|
|
6007
|
-
* - Ações são **case-sensitive**: use exatamente como documentado
|
|
6008
|
-
* - Parâmetros são opcionais: ações funcionam com/sem parâmetros
|
|
6009
|
-
* - Tratamento de erro: todas as ações retornam ActionResult padronizado
|
|
6010
|
-
* - Logging: ações importantes são logadas automaticamente para auditoria
|
|
6011
|
-
* - Segurança: URLs externas usam 'noopener,noreferrer' por padrão
|
|
6012
|
-
*
|
|
6013
|
-
* @private
|
|
6014
|
-
* @see ActionContext - Interface de contexto passada para todas as ações
|
|
6015
|
-
* @see ActionResult - Interface de resultado retornada por todas as ações
|
|
6016
|
-
* @see ActionHandler - Tipo de função para implementar ações customizadas
|
|
6017
|
-
*/
|
|
6018
|
-
private registerBuiltInActions;
|
|
6019
|
-
/**
|
|
6020
|
-
* Encontra o elemento <form> pai de um componente Angular.
|
|
6021
|
-
*
|
|
6022
|
-
* Percorre a árvore DOM a partir do elemento do componente até encontrar
|
|
6023
|
-
* um elemento <form> pai ou chegar ao document.body.
|
|
6024
|
-
*
|
|
6025
|
-
* Usado pelas ações submitForm e resetForm para localizar o formulário
|
|
6026
|
-
* que contém o componente que disparou a ação.
|
|
6027
|
-
*
|
|
6028
|
-
* @param componentInstance - Instância do componente Angular
|
|
6029
|
-
* @returns HTMLFormElement se encontrado, null caso contrário
|
|
6030
|
-
*
|
|
6031
|
-
* @example Estrutura HTML típica
|
|
6032
|
-
* ```html
|
|
6033
|
-
* <form>
|
|
6034
|
-
* <mat-form-field>
|
|
6035
|
-
* <input matInput>
|
|
6036
|
-
* </mat-form-field>
|
|
6037
|
-
* <pdx-material-button action="submitForm">Submit</pdx-material-button>
|
|
6038
|
-
* </form>
|
|
6039
|
-
* ```
|
|
6040
|
-
*
|
|
6041
|
-
* @private
|
|
6042
|
-
*/
|
|
6043
|
-
private findParentForm;
|
|
6044
|
-
/**
|
|
6045
|
-
* Registra ações de estado e validação de formulários.
|
|
6046
|
-
* Chamado durante a inicialização do serviço.
|
|
6047
|
-
*/
|
|
6048
|
-
private registerStateValidationActions;
|
|
6049
|
-
/**
|
|
6050
|
-
* Registra ações de API e manipulação de dados.
|
|
6051
|
-
* Chamado durante a inicialização do serviço.
|
|
6052
|
-
*/
|
|
6053
|
-
private registerApiDataActions;
|
|
6054
|
-
/**
|
|
6055
|
-
* Limpa drafts antigos do localStorage para evitar quota exceeded.
|
|
6056
|
-
*
|
|
6057
|
-
* Remove drafts com mais de 7 dias ou que estejam malformados.
|
|
6058
|
-
* Chamado automaticamente antes de salvar novos drafts.
|
|
6059
|
-
*
|
|
6060
|
-
* @private
|
|
6061
|
-
*/
|
|
6062
|
-
private cleanupOldDrafts;
|
|
6063
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ActionResolverService, never>;
|
|
6064
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ActionResolverService>;
|
|
6065
|
-
}
|
|
6066
|
-
|
|
6067
6455
|
declare class DateUtilsService {
|
|
6068
6456
|
/**
|
|
6069
6457
|
* Parses different date representations into a `Date` object.
|
|
@@ -6390,7 +6778,18 @@ interface DynamicFieldPreviewPreset {
|
|
|
6390
6778
|
label: string;
|
|
6391
6779
|
description: string;
|
|
6392
6780
|
metadataPatch?: Record<string, unknown>;
|
|
6781
|
+
/**
|
|
6782
|
+
* Default value for this preset after the active state metadata is applied.
|
|
6783
|
+
* State recipes still win when they define their own `initialValue`, except
|
|
6784
|
+
* for explicit entries in `stateInitialValues`.
|
|
6785
|
+
*/
|
|
6393
6786
|
initialValue?: unknown;
|
|
6787
|
+
/**
|
|
6788
|
+
* Per-state value overrides for this preset. Precedence:
|
|
6789
|
+
* `stateInitialValues[state]` -> state recipe `initialValue` -> preset
|
|
6790
|
+
* `initialValue` -> default state seed -> generated fallback value.
|
|
6791
|
+
*/
|
|
6792
|
+
stateInitialValues?: Partial<Record<DynamicFieldStateKey, unknown>>;
|
|
6394
6793
|
}
|
|
6395
6794
|
interface DynamicFieldCatalogEntry {
|
|
6396
6795
|
id: string;
|
|
@@ -6401,7 +6800,7 @@ interface DynamicFieldCatalogEntry {
|
|
|
6401
6800
|
friendlyName: string;
|
|
6402
6801
|
description: string;
|
|
6403
6802
|
tags: string[];
|
|
6404
|
-
|
|
6803
|
+
intentExamples: string[];
|
|
6405
6804
|
valueShape: string;
|
|
6406
6805
|
recommendedWhen: string[];
|
|
6407
6806
|
avoidWhen: string[];
|
|
@@ -6474,6 +6873,10 @@ declare const DISPLAY_ACTION_AI_CAPABILITIES: CapabilityCatalog;
|
|
|
6474
6873
|
|
|
6475
6874
|
declare const YEAR_INPUT_AI_CAPABILITIES: CapabilityCatalog;
|
|
6476
6875
|
|
|
6876
|
+
declare const PRAXIS_DYNAMIC_FIELDS_AUTHORING_MANIFEST: ComponentAuthoringManifest;
|
|
6877
|
+
|
|
6878
|
+
declare const PRAXIS_DYNAMIC_FIELDS_AUTHORING_PROFILES: ManifestControlProfile[];
|
|
6879
|
+
|
|
6477
6880
|
/**
|
|
6478
6881
|
* @fileoverview Custom Error State Matcher for Praxis Dynamic Fields
|
|
6479
6882
|
*
|
|
@@ -6730,5 +7133,5 @@ declare function normalizeFormMetadata(input: FieldMetadata[] | JsonSchema): Fie
|
|
|
6730
7133
|
declare const CLEAR_BUTTON_CONTROL_TYPES: Set<string>;
|
|
6731
7134
|
declare function supportsClearButtonControlType(controlType?: string | null): boolean;
|
|
6732
7135
|
|
|
6733
|
-
export {
|
|
6734
|
-
export type {
|
|
7136
|
+
export { BRAZIL_INPUTS_AI_CAPABILITIES, CACHE_TTL, CHIPS_CONTROLS_AI_CAPABILITIES, CLEAR_BUTTON_CONTROL_TYPES, COLOR_CONTROLS_AI_CAPABILITIES, CONTROL_TYPE_AI_CATALOGS, ColorInputComponent, ComponentPreloaderService, ComponentRegistryService, ConfirmDialogComponent, DATE_CONTROLS_AI_CAPABILITIES, DISPLAY_ACTION_AI_CAPABILITIES, DYNAMIC_FIELDS_PLAYGROUND_CATALOG, DYNAMIC_FIELD_BASE_STATE_RECIPES, DYNAMIC_FIELD_DEFAULT_STATE_RECIPE, DYNAMIC_FIELD_DISABLED_STATE_RECIPE, DYNAMIC_FIELD_ERROR_STATE_RECIPE, DYNAMIC_FIELD_FILLED_STATE_RECIPE, DYNAMIC_FIELD_PRESENTATION_STATE_RECIPE, DYNAMIC_FIELD_READONLY_STATE_RECIPE, DateInputComponent, DateUtilsService, DatetimeLocalInputComponent, DynamicFieldLoaderDirective, EditableCollectionComponent, EmailInputComponent, EntityLookupDialogComponent, FILE_UPLOAD_AI_CAPABILITIES, InlineAsyncSelectComponent, InlineAutocompleteComponent, InlineColorLabelComponent, InlineCurrencyComponent, InlineCurrencyRangeComponent, InlineDateComponent, InlineDateRangeComponent, InlineDistanceRadiusComponent, InlineEntityLookupComponent, InlineInputComponent, InlineMonthRangeComponent, InlineMultiSelectComponent, InlineNumberComponent, InlinePeriodRangeComponent, InlinePipelineStatusComponent, InlineRangeSliderComponent, InlineRatingComponent, InlineRelativePeriodComponent, InlineScorePriorityComponent, InlineSearchableSelectComponent, InlineSelectComponent, InlineSentimentComponent, InlineTimeComponent, InlineTimeRangeComponent, InlineToggleComponent, InlineTreeSelectComponent, InlineYearRangeComponent, KeyboardShortcutService, LIST_CONTROLS_AI_CAPABILITIES, LoggerPresets, MAX_LOAD_ATTEMPTS, MaterialAsyncSelectComponent, MaterialAutocompleteComponent, MaterialAvatarComponent, MaterialButtonComponent, MaterialButtonToggleComponent, MaterialCheckboxGroupComponent, MaterialChipsComponent, MaterialColorPickerComponent, MaterialCpfCnpjInputComponent, MaterialCurrencyComponent, MaterialDateRangeComponent, MaterialDatepickerComponent, MaterialFileUploadComponent, MaterialMultiSelectComponent, MaterialMultiSelectTreeComponent, MaterialPriceRangeComponent, MaterialRadioGroupComponent, MaterialRatingComponent, MaterialSearchableSelectComponent, MaterialSelectComponent, MaterialSelectionListComponent, MaterialSlideToggleComponent, MaterialSliderComponent, MaterialTextareaComponent, MaterialTimepickerComponent, MaterialTransferListComponent, MaterialTreeSelectComponent, MonthInputComponent, NUMERIC_INPUTS_AI_CAPABILITIES, NumberInputComponent, OptionStore, PDX_COLOR_INPUT_COMPONENT_METADATA, PDX_COLOR_PICKER_COMPONENT_METADATA, PDX_DATETIME_LOCAL_INPUT_COMPONENT_METADATA, PDX_DATE_INPUT_COMPONENT_METADATA, PDX_EDITABLE_COLLECTION_COMPONENT_METADATA, PDX_EMAIL_INPUT_COMPONENT_METADATA, PDX_ENTITY_LOOKUP_COMPONENT_METADATA, PDX_FIELD_SHELL_COMPONENT_METADATA, PDX_INLINE_ASYNC_SELECT_COMPONENT_METADATA, PDX_INLINE_AUTOCOMPLETE_COMPONENT_METADATA, PDX_INLINE_COLOR_LABEL_COMPONENT_METADATA, PDX_INLINE_CURRENCY_COMPONENT_METADATA, PDX_INLINE_CURRENCY_RANGE_COMPONENT_METADATA, PDX_INLINE_DATE_COMPONENT_METADATA, PDX_INLINE_DATE_RANGE_COMPONENT_METADATA, PDX_INLINE_DISTANCE_RADIUS_COMPONENT_METADATA, PDX_INLINE_ENTITY_LOOKUP_COMPONENT_METADATA, PDX_INLINE_INPUT_COMPONENT_METADATA, PDX_INLINE_MONTH_RANGE_COMPONENT_METADATA, PDX_INLINE_MULTI_SELECT_COMPONENT_METADATA, PDX_INLINE_NUMBER_COMPONENT_METADATA, PDX_INLINE_PERIOD_RANGE_COMPONENT_METADATA, PDX_INLINE_PHONE_COMPONENT_METADATA, PDX_INLINE_PIPELINE_STATUS_COMPONENT_METADATA, PDX_INLINE_RANGE_SLIDER_COMPONENT_METADATA, PDX_INLINE_RATING_COMPONENT_METADATA, PDX_INLINE_RELATIVE_PERIOD_COMPONENT_METADATA, PDX_INLINE_SCORE_PRIORITY_COMPONENT_METADATA, PDX_INLINE_SEARCHABLE_SELECT_COMPONENT_METADATA, PDX_INLINE_SELECT_COMPONENT_METADATA, PDX_INLINE_SENTIMENT_COMPONENT_METADATA, PDX_INLINE_TIME_COMPONENT_METADATA, PDX_INLINE_TIME_RANGE_COMPONENT_METADATA, PDX_INLINE_TOGGLE_COMPONENT_METADATA, PDX_INLINE_TREE_SELECT_COMPONENT_METADATA, PDX_INLINE_YEAR_RANGE_COMPONENT_METADATA, PDX_MATERIAL_AVATAR_COMPONENT_METADATA, PDX_MATERIAL_BUTTON_COMPONENT_METADATA, PDX_MATERIAL_BUTTON_TOGGLE_COMPONENT_METADATA, PDX_MATERIAL_CHECKBOX_GROUP_COMPONENT_METADATA, PDX_MATERIAL_CHIPS_COMPONENT_METADATA, PDX_MATERIAL_COLORPICKER_COMPONENT_METADATA, PDX_MATERIAL_CPF_CNPJ_INPUT_COMPONENT_METADATA, PDX_MATERIAL_CURRENCY_COMPONENT_METADATA, PDX_MATERIAL_DATEPICKER_COMPONENT_METADATA, PDX_MATERIAL_DATE_RANGE_COMPONENT_METADATA, PDX_MATERIAL_FILE_UPLOAD_COMPONENT_METADATA, PDX_MATERIAL_MULTI_SELECT_COMPONENT_METADATA, PDX_MATERIAL_MULTI_SELECT_TREE_COMPONENT_METADATA, PDX_MATERIAL_PRICE_RANGE_COMPONENT_METADATA, PDX_MATERIAL_RADIO_GROUP_COMPONENT_METADATA, PDX_MATERIAL_RANGE_SLIDER_COMPONENT_METADATA, PDX_MATERIAL_RATING_COMPONENT_METADATA, PDX_MATERIAL_SEARCHABLE_SELECT_COMPONENT_METADATA, PDX_MATERIAL_SELECTION_LIST_COMPONENT_METADATA, PDX_MATERIAL_SELECT_COMPONENT_METADATA, PDX_MATERIAL_SLIDER_COMPONENT_METADATA, PDX_MATERIAL_TEXTAREA_COMPONENT_METADATA, PDX_MATERIAL_TIMEPICKER_COMPONENT_METADATA, PDX_MATERIAL_TIME_RANGE_COMPONENT_METADATA, PDX_MATERIAL_TRANSFER_LIST_COMPONENT_METADATA, PDX_MATERIAL_TREE_SELECT_COMPONENT_METADATA, PDX_MONTH_INPUT_COMPONENT_METADATA, PDX_NUMBER_INPUT_COMPONENT_METADATA, PDX_PASSWORD_INPUT_COMPONENT_METADATA, PDX_PHONE_INPUT_COMPONENT_METADATA, PDX_PRELOAD_STATUS_COMPONENT_METADATA, PDX_SEARCH_INPUT_COMPONENT_METADATA, PDX_TEXT_INPUT_COMPONENT_METADATA, PDX_TIME_INPUT_COMPONENT_METADATA, PDX_URL_INPUT_COMPONENT_METADATA, PDX_WEEK_INPUT_COMPONENT_METADATA, PDX_YEAR_INPUT_COMPONENT_METADATA, PRAXIS_DYNAMIC_FIELDS_AUTHORING_MANIFEST, PRAXIS_DYNAMIC_FIELDS_AUTHORING_PROFILES, PRAXIS_DYNAMIC_FIELDS_EDITORIAL_WAVE_1, PRAXIS_DYNAMIC_FIELDS_EN_US, PRAXIS_DYNAMIC_FIELDS_I18N, PRAXIS_DYNAMIC_FIELDS_LOGGER_BACKEND, PRAXIS_DYNAMIC_FIELDS_PT_BR, PRAXIS_DYNAMIC_FIELDS_WAVE_1_COMPONENT_METADATA, PRICE_RANGE_AI_CAPABILITIES, PasswordInputComponent, PdxColorPickerComponent, PdxMaterialRangeSliderComponent, PdxMaterialTimeRangeComponent, PdxYearInputComponent, PhoneInputComponent, PraxisErrorStateMatcher, PreloadStatusComponent, RETRY_DELAY, SELECT_CONTROLS_AI_CAPABILITIES, SearchInputComponent, SimpleBaseButtonComponent, SimpleBaseInputComponent, SimpleBaseSelectComponent, TEXT_INPUTS_AI_CAPABILITIES, TIME_RANGE_AI_CAPABILITIES, TOGGLE_CONTROLS_AI_CAPABILITIES, TREE_CONTROLS_AI_CAPABILITIES, TextInputComponent, TimeInputComponent, UrlInputComponent, WeekInputComponent, YEAR_INPUT_AI_CAPABILITIES, bindDynamicFieldsLoggerBackendFromInjector, clearDynamicFieldsLoggerBackend, configureDynamicFieldsLogger, createDynamicFieldPreviewRecipe, createErrorStateMatcher, createPraxisDynamicFieldsI18nConfig, emitToDynamicFieldsLoggerBackend, enableDebugForComponent, getControlTypeCatalog, getErrorStateMatcherForField, inferErrorStateStrategy, initializeComponentSystem, initializeComponentSystemSync, isBaseDynamicFieldComponent, isLoadingCapableComponent, isValidJsonSchema, isValueBasedComponent, logger, mapJsonSchemaToFields, mapPropertyToFieldMetadata, normalizeFormMetadata, provideMaterialAvatarMetadata, providePraxisDynamicFields, providePraxisDynamicFieldsCore, providePraxisDynamicFieldsCoreNoDefaults, providePraxisDynamicFieldsI18n, providePraxisDynamicFieldsNoDefaults, providePraxisDynamicFieldsWave1EditorialRegistry, registerPraxisDynamicFieldsWave1EditorialDescriptors, resolvePraxisDynamicFieldsText, setDynamicFieldsLoggerBackend, silenceComponent, supportsClearButtonControlType };
|
|
7137
|
+
export type { BaseDynamicFieldComponent, BaseValidationConfig, ComponentLifecycleEvent, ComponentLoadResult, ComponentRegistration, ConfirmDialogData, DynamicFieldCatalogEntry, DynamicFieldCatalogFamily, DynamicFieldCatalogIconKey, DynamicFieldCatalogIconSemantic, DynamicFieldCatalogIconTone, DynamicFieldCatalogStatus, DynamicFieldCatalogTrack, DynamicFieldDataSourceKind, DynamicFieldDocLinks, DynamicFieldInteractionPattern, DynamicFieldLoaderRenderErrorEvent, DynamicFieldPreviewPreset, DynamicFieldPreviewRecipe, DynamicFieldPreviewStateRecipe, DynamicFieldSnippetRecipe, DynamicFieldStateKey, DynamicFieldsCoreLogOptions, DynamicFieldsCoreLoggerBackend, DynamicFieldsLoggerContext, DynamicFieldsLoggerLevel, ErrorStateStrategy, GradientSettings, IComponentRegistry, JsonSchema, JsonSchemaProperty, LoggerConfig, LoggerLevel, OptionSource, PaletteSettings, PopupSettings, PraxisDynamicFieldText, PraxisDynamicFieldsI18nOptions, PraxisDynamicFieldsI18nOverrides, PreloadStatus, RatingIconState, RegistryStats, SelectOption, ShortcutHandler, ShortcutInfo, SimpleSelectMetadata, TimeRangeValue, ValueChangeOptions };
|