@praxisui/dynamic-fields 8.0.0-beta.19 → 8.0.0-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/docs/dynamic-fields-field-catalog.md +217 -0
  2. package/docs/dynamic-fields-field-selection-guide.md +181 -0
  3. package/docs/dynamic-fields-host-custom-field-guide.md +252 -0
  4. package/docs/dynamic-fields-host-custom-field-troubleshooting.md +160 -0
  5. package/docs/dynamic-fields-inline-components-guide.md +580 -0
  6. package/docs/dynamic-fields-inline-filter-catalog.md +497 -0
  7. package/docs/dynamic-fields-inline-filter-custom-component-guide.md +241 -0
  8. package/docs/dynamic-fields-inline-filter-inventory.md +247 -0
  9. package/docs/dynamic-fields-inline-filter-runtime-contract.md +367 -0
  10. package/docs/dynamic-fields-inline-filter-selection-guide.md +419 -0
  11. package/docs/dynamic-fields-inline-filter-troubleshooting.md +201 -0
  12. package/docs/dynamic-fields-inventory.md +206 -0
  13. package/docs/dynamic-fields-playground-catalog-plan.md +243 -0
  14. package/docs/generic-crud-service.md +152 -0
  15. package/fesm2022/praxisui-dynamic-fields-index-CrHhyUMO.mjs +1 -0
  16. package/fesm2022/praxisui-dynamic-fields.mjs +6343 -673
  17. package/index.d.ts +564 -36
  18. package/package.json +4 -4
  19. package/src/lib/base/pdx-base-input-runtime-contract.json-api.md +497 -0
  20. package/src/lib/base/pdx-base-select-runtime-contract.json-api.md +474 -0
  21. package/src/lib/components/color-input/pdx-color-input.json-api.md +573 -0
  22. package/src/lib/components/color-picker/pdx-color-picker.json-api.md +686 -0
  23. package/src/lib/components/date-input/pdx-date-input.json-api.md +581 -0
  24. package/src/lib/components/datetime-local-input/pdx-datetime-local-input.json-api.md +560 -0
  25. package/src/lib/components/email-input/pdx-email-input.json-api.md +546 -0
  26. package/src/lib/components/field-shell/praxis-field-shell.json-api.md +522 -0
  27. package/src/lib/components/inline-async-select/pdx-inline-async-select.json-api.md +566 -0
  28. package/src/lib/components/inline-autocomplete/pdx-inline-autocomplete.json-api.md +554 -0
  29. package/src/lib/components/inline-color-label/pdx-inline-color-label.json-api.md +615 -0
  30. package/src/lib/components/inline-currency/pdx-inline-currency.json-api.md +542 -0
  31. package/src/lib/components/inline-currency-range/pdx-inline-currency-range.json-api.md +630 -0
  32. package/src/lib/components/inline-date/pdx-inline-date.json-api.md +529 -0
  33. package/src/lib/components/inline-date-range/pdx-inline-date-range.json-api.md +589 -0
  34. package/src/lib/components/inline-distance-radius/pdx-inline-distance-radius.json-api.md +649 -0
  35. package/src/lib/components/inline-entity-lookup/pdx-inline-entity-lookup.json-api.md +617 -0
  36. package/src/lib/components/inline-input/pdx-inline-input.json-api.md +538 -0
  37. package/src/lib/components/inline-multi-select/pdx-inline-multi-select.json-api.md +566 -0
  38. package/src/lib/components/inline-number/pdx-inline-number.json-api.md +533 -0
  39. package/src/lib/components/inline-pipeline-status/pdx-inline-pipeline-status.json-api.md +619 -0
  40. package/src/lib/components/inline-range-slider/pdx-inline-range-slider.json-api.md +605 -0
  41. package/src/lib/components/inline-rating/pdx-inline-rating.json-api.md +594 -0
  42. package/src/lib/components/inline-relative-period/pdx-inline-relative-period.json-api.md +623 -0
  43. package/src/lib/components/inline-score-priority/pdx-inline-score-priority.json-api.md +632 -0
  44. package/src/lib/components/inline-searchable-select/pdx-inline-searchable-select.json-api.md +564 -0
  45. package/src/lib/components/inline-select/pdx-inline-select.json-api.md +571 -0
  46. package/src/lib/components/inline-sentiment/pdx-inline-sentiment.json-api.md +661 -0
  47. package/src/lib/components/inline-time/pdx-inline-time.json-api.md +573 -0
  48. package/src/lib/components/inline-time-range/pdx-inline-time-range.json-api.md +635 -0
  49. package/src/lib/components/inline-toggle/pdx-inline-toggle.json-api.md +516 -0
  50. package/src/lib/components/inline-tree-select/pdx-inline-tree-select.json-api.md +637 -0
  51. package/src/lib/components/material-async-select/pdx-material-async-select.json-api.md +566 -0
  52. package/src/lib/components/material-autocomplete/pdx-material-autocomplete.json-api.md +561 -0
  53. package/src/lib/components/material-avatar/pdx-material-avatar.json-api.md +666 -0
  54. package/src/lib/components/material-button/pdx-material-button.json-api.md +572 -0
  55. package/src/lib/components/material-button-toggle/pdx-material-button-toggle.json-api.md +577 -0
  56. package/src/lib/components/material-checkbox-group/pdx-material-checkbox-group.json-api.md +611 -0
  57. package/src/lib/components/material-chips/pdx-material-chips.json-api.md +601 -0
  58. package/src/lib/components/material-colorpicker/pdx-material-colorpicker.json-api.md +545 -0
  59. package/src/lib/components/material-cpf-cnpj-input/pdx-material-cpf-cnpj-input.json-api.md +531 -0
  60. package/src/lib/components/material-currency/pdx-material-currency.json-api.md +569 -0
  61. package/src/lib/components/material-date-range/pdx-material-date-range.json-api.md +623 -0
  62. package/src/lib/components/material-datepicker/pdx-material-datepicker.json-api.md +537 -0
  63. package/src/lib/components/material-file-upload/pdx-material-file-upload.json-api.md +511 -0
  64. package/src/lib/components/material-multi-select/pdx-material-multi-select.json-api.md +596 -0
  65. package/src/lib/components/material-multi-select-tree/pdx-material-multi-select-tree.json-api.md +623 -0
  66. package/src/lib/components/material-price-range/pdx-material-price-range.json-api.md +616 -0
  67. package/src/lib/components/material-radio-group/pdx-material-radio-group.json-api.md +585 -0
  68. package/src/lib/components/material-range-slider/pdx-material-range-slider.json-api.md +664 -0
  69. package/src/lib/components/material-rating/pdx-material-rating.json-api.md +551 -0
  70. package/src/lib/components/material-searchable-select/pdx-material-searchable-select.json-api.md +602 -0
  71. package/src/lib/components/material-select/pdx-material-select.json-api.md +601 -0
  72. package/src/lib/components/material-selection-list/pdx-material-selection-list.json-api.md +607 -0
  73. package/src/lib/components/material-slide-toggle/pdx-material-slide-toggle.json-api.md +522 -0
  74. package/src/lib/components/material-slider/pdx-material-slider.json-api.md +602 -0
  75. package/src/lib/components/material-textarea/pdx-material-textarea.json-api.md +598 -0
  76. package/src/lib/components/material-timepicker/pdx-material-timepicker.json-api.md +554 -0
  77. package/src/lib/components/material-transfer-list/pdx-material-transfer-list.json-api.md +614 -0
  78. package/src/lib/components/material-tree-select/pdx-material-tree-select.json-api.md +649 -0
  79. package/src/lib/components/month-input/pdx-month-input.json-api.md +527 -0
  80. package/src/lib/components/number-input/pdx-number-input.json-api.md +594 -0
  81. package/src/lib/components/password-input/pdx-password-input.json-api.md +574 -0
  82. package/src/lib/components/pdx-material-time-range/pdx-material-time-range.json-api.md +592 -0
  83. package/src/lib/components/pdx-year-input/pdx-year-input.json-api.md +543 -0
  84. package/src/lib/components/phone-input/pdx-phone-input.json-api.md +583 -0
  85. package/src/lib/components/preload-status/pdx-preload-status.json-api.md +455 -0
  86. package/src/lib/components/search-input/pdx-search-input.json-api.md +536 -0
  87. package/src/lib/components/text-input/pdx-text-input.json-api.md +600 -0
  88. package/src/lib/components/time-input/pdx-time-input.json-api.md +546 -0
  89. package/src/lib/components/url-input/pdx-url-input.json-api.md +542 -0
  90. package/src/lib/components/week-input/pdx-week-input.json-api.md +533 -0
  91. package/fesm2022/praxisui-dynamic-fields-index-CIk5K3rF.mjs +0 -1
package/index.d.ts CHANGED
@@ -1,14 +1,16 @@
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 { ComponentMetadata, PraxisTextValue, PraxisI18nDictionary, PraxisI18nConfig, PraxisI18nMessageDescriptor, PraxisI18nService, GlobalActionService, GlobalActionRef, OptionSourceMetadata, GenericCrudService, GlobalConfigService, OptionDTO, ComponentDocMeta, ComponentMetadataEditorialDescriptor, ComponentMetadataRegistry, FieldMetadata, MaterialButtonMetadata, FieldArrayConfig, MaterialInputMetadata, MaterialColorInputMetadata, MaterialDateInputMetadata, MaterialDatepickerMetadata, MaterialDateRangeMetadata, DateRangePreset, DateRangeValue, MaterialDatetimeLocalInputMetadata, MaterialEmailInputMetadata, MaterialTextareaMetadata, MaterialNumericMetadata, MaterialCurrencyMetadata, MaterialCpfCnpjMetadata, MaterialPriceRangeMetadata, MaterialMonthInputMetadata, MaterialPasswordMetadata, MaterialSearchInputMetadata, MaterialSelectMetadata, MaterialEntityLookupMetadata, MaterialAutocompleteMetadata, MaterialToggleMetadata, MaterialRangeSliderMetadata, RangeSliderValue, InlinePeriodRangeMetadata, FieldControlType, MaterialTimepickerMetadata, MaterialTimeRangeMetadata, MaterialTreeNode, MaterialTreeSelectMetadata, MaterialMultiSelectTreeMetadata, MaterialChipsMetadata, MaterialSliderMetadata, MaterialPhoneMetadata, MaterialTimeInputMetadata, MaterialUrlInputMetadata, MaterialWeekInputMetadata, MaterialColorPickerMetadata, MaterialYearInputMetadata, CapabilityCatalog, ComponentAuthoringManifest, ManifestControlProfile } from '@praxisui/core';
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, ComponentDocMeta, ComponentMetadataEditorialDescriptor, 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
10
  import * as _angular_material_error_options_d_CGdTZUYk from '@angular/material/error-options.d-CGdTZUYk';
10
11
  import { MatDatepickerInputEvent, MatDateRangePicker, MatDatepicker } from '@angular/material/datepicker';
11
12
  import { ConnectedPosition } from '@angular/cdk/overlay';
13
+ import * as _praxisui_dynamic_fields from '@praxisui/dynamic-fields';
12
14
  import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
13
15
  import { MatMenuTrigger } from '@angular/material/menu';
14
16
  import { NestedTreeControl } from '@angular/cdk/tree';
@@ -406,6 +408,9 @@ interface PraxisDynamicFieldsI18nOverrides {
406
408
  moveAllToRightAriaLabel?: PraxisDynamicFieldText;
407
409
  moveSelectedToLeftAriaLabel?: PraxisDynamicFieldText;
408
410
  moveAllToLeftAriaLabel?: PraxisDynamicFieldText;
411
+ availableEmptyText?: PraxisDynamicFieldText;
412
+ selectedEmptyText?: PraxisDynamicFieldText;
413
+ noResultsText?: PraxisDynamicFieldText;
409
414
  };
410
415
  checkboxGroup?: {
411
416
  optionUnavailableDescription?: PraxisDynamicFieldText;
@@ -541,8 +546,11 @@ declare abstract class SimpleBaseInputComponent implements ControlValueAccessor,
541
546
  readonly includeReadonly?: boolean;
542
547
  readonly includePresentation?: boolean;
543
548
  }): boolean;
549
+ protected isValidationVisualSuppressedByState(): boolean;
544
550
  protected resolveInlineContextTooltipLabel(): string;
551
+ inputAriaLabel(): string | null;
545
552
  protected stringifyInlineContextValue(value: unknown): string;
553
+ protected composeInlineChipDisplayText(label: string, value: string): string;
546
554
  private truncateInlineTooltipText;
547
555
  private humanizeInlineFieldName;
548
556
  /** Gate to control when inline errors may display (debounced for 'change') */
@@ -983,7 +991,7 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
983
991
  private remoteOptionsLoadDestroyHookRegistered;
984
992
  protected readonly global: GlobalConfigService;
985
993
  private dependencySub;
986
- private remoteSelectionHydrationSub;
994
+ protected remoteSelectionHydrationSub: Subscription | null;
987
995
  private hasLoadedOnce;
988
996
  /** Options filtered according to the current `searchTerm` */
989
997
  readonly filteredOptions: _angular_core.Signal<SelectOption<T>[]>;
@@ -1138,6 +1146,12 @@ declare abstract class SimpleBaseSelectComponent<T = any> extends SimpleBaseInpu
1138
1146
  protected extractDependencyValue(raw: any, path?: string): any;
1139
1147
  protected applyDependencyCriteria(fragment: Record<string, any>, strategy?: 'merge' | 'replace'): void;
1140
1148
  protected onDependenciesChanged(): void;
1149
+ protected resolveDependencyFields(meta: SimpleSelectMetadata<T> & Record<string, any>): string[] | undefined;
1150
+ protected resolveDependencyFilterMap(meta: SimpleSelectMetadata<T> & Record<string, any>): Record<string, string | {
1151
+ key: string;
1152
+ valuePath?: string;
1153
+ }> | undefined;
1154
+ protected resolveDependencyValuePathConfig(meta: SimpleSelectMetadata<T> & Record<string, any>): string | Record<string, string> | undefined;
1141
1155
  private getByPath;
1142
1156
  private setByPath;
1143
1157
  private unsetByPath;
@@ -2383,7 +2397,7 @@ interface SearchableSelectMetadata {
2383
2397
  loadOn?: LoadStrategy$1;
2384
2398
  dependencyLoadOnChange?: DependencyLoadMode$1;
2385
2399
  }
2386
- declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent {
2400
+ declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponent implements DoCheck {
2387
2401
  readonlyMode: boolean;
2388
2402
  disabledMode: boolean;
2389
2403
  visible: boolean;
@@ -2392,10 +2406,18 @@ declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponen
2392
2406
  private readonly store;
2393
2407
  readonly endReached: _angular_core.WritableSignal<boolean>;
2394
2408
  private initialLoadStrategy;
2409
+ private disabledModeAppliedToControl;
2410
+ ngDoCheck(): void;
2395
2411
  protected defaultPanelClass(): string;
2396
2412
  setSelectMetadata(metadata: SearchableSelectMetadata): void;
2397
2413
  ngOnInit(): void;
2398
2414
  errorStateMatcher(): _angular_material_error_options_d_CGdTZUYk.E;
2415
+ searchableSelectAriaDisabled(): 'true' | null;
2416
+ searchableSelectAriaReadonly(): 'true' | null;
2417
+ isOptionDisabled(option: SelectOption<unknown>): boolean;
2418
+ selectOption(option: SelectOption<unknown>): void;
2419
+ toggleSelectAll(): void;
2420
+ onClearClick(): void;
2399
2421
  searchInputAriaLabel(): string;
2400
2422
  onSearchInputEvent(event: Event): void;
2401
2423
  onOpened(opened: boolean): void;
@@ -2408,6 +2430,7 @@ declare class MaterialSearchableSelectComponent extends SimpleBaseSelectComponen
2408
2430
  protected registerMatSelect(select: MatSelect): void;
2409
2431
  reload(reset: boolean): void;
2410
2432
  protected onDependenciesChanged(): void;
2433
+ private syncDisabledModeControlState;
2411
2434
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialSearchableSelectComponent, never>;
2412
2435
  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>;
2413
2436
  }
@@ -2493,6 +2516,8 @@ declare class MaterialAsyncSelectComponent extends SimpleBaseSelectComponent {
2493
2516
  presentationMode: boolean;
2494
2517
  private searchInput?;
2495
2518
  readonly termControl: FormControl<string | null>;
2519
+ readonly activeLookupFilters: _angular_core.WritableSignal<LookupFilterRequest[]>;
2520
+ readonly selectedLookupSortKey: _angular_core.WritableSignal<string | null>;
2496
2521
  private readonly store;
2497
2522
  readonly endReached: _angular_core.WritableSignal<boolean>;
2498
2523
  private cursorAfter;
@@ -2509,13 +2534,30 @@ declare class MaterialAsyncSelectComponent extends SimpleBaseSelectComponent {
2509
2534
  private getSelectedIds;
2510
2535
  private preloadSelected;
2511
2536
  private refreshOptions;
2537
+ protected currentLookupFiltering(): LookupFilteringMetadata | null;
2538
+ lookupSortOptions(): LookupSortOptionMetadata[];
2539
+ lookupFilterDefinitions(): LookupFilterDefinitionMetadata[];
2540
+ protected initializeLookupFilteringState(): void;
2541
+ protected buildDefaultLookupFilters(filtering: LookupFilteringMetadata): LookupFilterRequest[];
2542
+ protected normalizeLookupFilterValue(operator: LookupFilterRequest['operator'], values: unknown[]): unknown;
2543
+ hasLookupFiltering(): boolean;
2544
+ hasLookupSortOptions(): boolean;
2545
+ hasMultipleLookupSortOptions(): boolean;
2546
+ hasActiveLookupFilters(): boolean;
2547
+ lookupFilterForField(field: string): LookupFilterRequest | undefined;
2548
+ setLookupSortKey(sortKey: string | null): void;
2549
+ clearLookupFilters(field?: string): void;
2550
+ replaceLookupFilters(filters: LookupFilterRequest[]): void;
2551
+ protected refreshLookupQueryState(): void;
2512
2552
  private runQuery;
2513
2553
  loadMore(): void;
2514
2554
  retry(): void;
2515
2555
  handleKey(event: KeyboardEvent): void;
2516
2556
  protected registerMatSelect(select: MatSelect): void;
2517
2557
  reload(reset: boolean): void;
2558
+ protected setupRemoteSelectionHydration(): void;
2518
2559
  protected onDependenciesChanged(): void;
2560
+ private ensureCurrentValueLoadedByIds;
2519
2561
  private missingOptionLabel;
2520
2562
  private loadOptionsErrorLabel;
2521
2563
  protected mapRemoteOption(option: AsyncOption): AsyncRenderedOption;
@@ -2594,24 +2636,6 @@ type LookupOption = {
2594
2636
  value: unknown;
2595
2637
  disabled?: boolean;
2596
2638
  };
2597
- type EntityLookupRemoteValue = {
2598
- id: unknown;
2599
- label: string;
2600
- code?: unknown;
2601
- description?: unknown;
2602
- status?: unknown;
2603
- statusLabel?: unknown;
2604
- selectable?: unknown;
2605
- disabledReason?: unknown;
2606
- detailHref?: unknown;
2607
- detailRoute?: unknown;
2608
- resourcePath?: unknown;
2609
- entityKey?: unknown;
2610
- badges?: unknown;
2611
- tags?: unknown;
2612
- riskLevel?: unknown;
2613
- extra?: Record<string, unknown>;
2614
- };
2615
2639
  interface EntityLookupViewModel {
2616
2640
  id: string;
2617
2641
  identity: string;
@@ -2619,8 +2643,9 @@ interface EntityLookupViewModel {
2619
2643
  label: string;
2620
2644
  description: string;
2621
2645
  status: string;
2622
- statusTone: 'success' | 'warning' | 'danger' | 'neutral';
2646
+ statusTone: LookupStatusTone;
2623
2647
  selectable: boolean;
2648
+ selectionState: EntityLookupResultState;
2624
2649
  disabledReason: string;
2625
2650
  detailHref: string;
2626
2651
  detailRoute: string;
@@ -2639,6 +2664,21 @@ interface LookupAutoSizeConfig {
2639
2664
  interface LookupMaterialDesignConfig {
2640
2665
  density?: string;
2641
2666
  }
2667
+ interface LookupFilterChipViewModel {
2668
+ field: string;
2669
+ label: string;
2670
+ valueText: string;
2671
+ }
2672
+ interface SelectedLookupTokenViewModel {
2673
+ identity: string;
2674
+ text: string;
2675
+ title: string;
2676
+ }
2677
+ interface EntityLookupDialogData {
2678
+ metadata: MaterialEntityLookupMetadata;
2679
+ value: unknown;
2680
+ title?: string;
2681
+ }
2642
2682
  type EntityLookupMetadata = MaterialEntityLookupMetadata & {
2643
2683
  optionLabelKey?: string;
2644
2684
  optionValueKey?: string;
@@ -2648,10 +2688,12 @@ type EntityLookupMetadata = MaterialEntityLookupMetadata & {
2648
2688
  density?: string;
2649
2689
  };
2650
2690
  declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2691
+ private readonly dialog;
2651
2692
  inlineMinWidthPx: number;
2652
2693
  inlineMaxWidthPx: number;
2653
2694
  private fieldLabelText;
2654
2695
  private staticOptions;
2696
+ set initialMetadata(metadata: MaterialEntityLookupMetadata | null | undefined);
2655
2697
  private currentMetadata;
2656
2698
  setSelectMetadata(metadata: EntityLookupMetadata): void;
2657
2699
  protected setMetadata(metadata: MaterialSelectMetadata): void;
@@ -2664,7 +2706,19 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2664
2706
  displayText(): string;
2665
2707
  richLayoutEnabled(): boolean;
2666
2708
  selectedCardLayout(): boolean;
2709
+ fullFieldLayout(): boolean;
2710
+ showFieldDependencyHint(): boolean;
2711
+ showFieldSearchHint(): boolean;
2712
+ emptyTriggerIconName(): string;
2713
+ emptyTriggerSupportingText(): string;
2714
+ emptyTriggerContextText(): string;
2667
2715
  selectedLookupView(): EntityLookupViewModel | null;
2716
+ selectedLookupViews(): EntityLookupViewModel[];
2717
+ visibleSelectedLookupTokens(): SelectedLookupTokenViewModel[];
2718
+ hiddenSelectedLookupTokenCount(): number;
2719
+ showSelectedTokenRemove(): boolean;
2720
+ selectedTokenRemoveAriaLabel(text: string): string;
2721
+ onRemoveSelectedToken(event: MouseEvent, identity: string): void;
2668
2722
  optionLookupView(option: LookupOption): EntityLookupViewModel;
2669
2723
  showCode(): boolean;
2670
2724
  showDescription(): boolean;
@@ -2681,16 +2735,23 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2681
2735
  showDetailAction(item: EntityLookupViewModel): boolean;
2682
2736
  showChangeAction(): boolean;
2683
2737
  showCopyCodeAction(item: EntityLookupViewModel): boolean;
2738
+ showCopyIdAction(item: EntityLookupViewModel): boolean;
2739
+ showCreateAction(): boolean;
2684
2740
  detailActionText(): string;
2685
2741
  changeActionText(): string;
2686
2742
  copyCodeActionText(): string;
2743
+ copyIdActionText(): string;
2744
+ createActionText(): string;
2687
2745
  clearActionText(): string;
2746
+ selectionLimitReachedText(maxSelections: number | null | undefined): string;
2688
2747
  onDetailAction(event: MouseEvent, item: EntityLookupViewModel): void;
2689
2748
  onChangeAction(event: MouseEvent): void;
2690
2749
  onCopyCodeAction(event: MouseEvent, item: EntityLookupViewModel): void;
2750
+ onCopyIdAction(event: MouseEvent, item: EntityLookupViewModel): void;
2751
+ onCreateAction(event: MouseEvent): void;
2691
2752
  optionPrimaryText(option: LookupOption): string;
2692
2753
  optionSecondaryText(option: LookupOption): string;
2693
- protected resolveRemoteOptionValue(option: OptionDTO<string | number>): EntityLookupRemoteValue;
2754
+ protected resolveRemoteOptionValue(option: OptionDTO<string | number>): EntityLookupResult<string | number>;
2694
2755
  resetOptionText(): string;
2695
2756
  showQuickClear(): boolean;
2696
2757
  onResetOptionClick(event: MouseEvent): void;
@@ -2701,14 +2762,65 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2701
2762
  onSearchInput(term: string): void;
2702
2763
  showLoadMore(): boolean;
2703
2764
  showEndReachedMessage(): boolean;
2765
+ showErrorStateOption(): boolean;
2766
+ showDependencyStateOption(): boolean;
2767
+ showEmptyStateOption(): boolean;
2768
+ onRetryClick(event: MouseEvent): void;
2769
+ errorStateLabel(): string;
2770
+ dependencyStateLabel(): string;
2771
+ emptyStateLabel(): string;
2704
2772
  onLoadMoreClick(event: MouseEvent): void;
2705
2773
  placeholderText(): string;
2706
2774
  searchPlaceholderText(): string;
2775
+ showLookupToolbar(): boolean;
2776
+ showLookupSortControl(): boolean;
2777
+ lookupSortSelectValue(): string;
2778
+ onLookupSortSelectionChange(event: Event): void;
2779
+ activeLookupFilterChips(): LookupFilterChipViewModel[];
2780
+ clearAllLookupFilters(event: MouseEvent): void;
2781
+ clearLookupFilterChip(event: MouseEvent, field: string): void;
2782
+ sortLabelText(): string;
2783
+ sortDefaultOptionText(): string;
2784
+ clearAllFiltersText(): string;
2785
+ currentDialogMetadata(): LookupDialogMetadata | null;
2786
+ dialogEnabled(): boolean;
2787
+ showDialogOption(): boolean;
2788
+ dialogOpenActionText(): string;
2789
+ dialogOpenSupportingText(): string;
2790
+ dialogContextSupportingText(hasActiveFilters: boolean): string;
2791
+ dialogApplyActionText(): string;
2792
+ dialogFilterPanelToggleText(open: boolean): string;
2793
+ dialogFilterPlaceholderText(operator: LookupFilterOperator, type: LookupFilterFieldType): string;
2794
+ dialogFilterOperatorHintText(operator: LookupFilterOperator): string;
2795
+ dialogApplyFiltersActionText(): string;
2796
+ dialogClearFiltersActionText(): string;
2797
+ dialogPreviewSelectionStateLabelText(): string;
2798
+ dialogPreviewSelectionStateText(state: EntityLookupResultState): string;
2799
+ dialogSearchAriaLabelText(): string;
2800
+ dialogResultsAriaLabelText(): string;
2801
+ dialogFiltersAriaLabelText(): string;
2802
+ dialogPreviewAriaLabelText(): string;
2803
+ dialogResultOptionAriaLabel(item: EntityLookupViewModel): string;
2804
+ dialogCancelActionText(): string;
2805
+ dialogTitleText(): string;
2806
+ onOpenDialogClick(event: MouseEvent): void;
2707
2807
  panelSearchIconName(fallback?: string): string;
2708
2808
  panelSearchIconColor(): string | undefined;
2709
2809
  panelResetIconName(fallback?: string): string;
2710
2810
  panelResetIconColor(): string | undefined;
2711
2811
  ariaLabel(): string;
2812
+ interactionDisabled(): boolean;
2813
+ readonlySummaryText(): string;
2814
+ private lookupDialogMetadata;
2815
+ private resolveDialogWidth;
2816
+ private humanizeLookupField;
2817
+ private interpolateLookupText;
2818
+ private lookupDependencyLabels;
2819
+ private missingDependencyLabels;
2820
+ private hasDependencyValue;
2821
+ private humanizeLookupDependencyField;
2822
+ private lookupFilterValueText;
2823
+ inlineTooltipText(): string;
2712
2824
  private resolveLookupText;
2713
2825
  private lookupViewFromValue;
2714
2826
  private resolveLookupData;
@@ -2724,9 +2836,12 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2724
2836
  private lookupStatusKeys;
2725
2837
  private resolveLookupSelectable;
2726
2838
  private lookupBadges;
2839
+ private classifyLookupSelectionState;
2727
2840
  private resolveStatusTone;
2728
2841
  private lookupSeparator;
2729
2842
  private normalizeLookupText;
2843
+ private normalizeLookupOptionalText;
2844
+ private parseLookupSelectableValue;
2730
2845
  private firstDefined;
2731
2846
  private lookupSubtitleText;
2732
2847
  private uniqueLookupKeys;
@@ -2740,12 +2855,120 @@ declare class InlineEntityLookupComponent extends MaterialAsyncSelectComponent {
2740
2855
  private applyLookupTemplate;
2741
2856
  private resolveFieldLabelFromMetadata;
2742
2857
  private currentSearchTerm;
2858
+ private hasUnmetDependencies;
2859
+ private resolveDependencyValuePathFor;
2860
+ private hasMeaningfulDependencyValue;
2743
2861
  private applyStaticOptionsFilter;
2744
2862
  private humanizeFieldName;
2863
+ private maxVisibleSelectedTokens;
2864
+ private removeSelectionByIdentity;
2745
2865
  private recalculateInlineSizeBounds;
2746
2866
  private resolveWidthBounds;
2747
2867
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineEntityLookupComponent, never>;
2748
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineEntityLookupComponent, "pdx-inline-entity-lookup", never, {}, {}, never, never, true, never>;
2868
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineEntityLookupComponent, "pdx-inline-entity-lookup", never, { "initialMetadata": { "alias": "initialMetadata"; "required": false; }; }, {}, never, never, true, never>;
2869
+ }
2870
+ declare class EntityLookupDialogComponent implements AfterViewInit {
2871
+ readonly data: EntityLookupDialogData;
2872
+ private readonly destroyRef;
2873
+ private readonly hostRef;
2874
+ private readonly dialogRef;
2875
+ readonly lookup: _angular_core.Signal<InlineEntityLookupComponent>;
2876
+ readonly selectionControl: FormControl<unknown>;
2877
+ readonly dialogSearchControl: FormControl<string | null>;
2878
+ readonly filterPanelOpen: FormControl<boolean>;
2879
+ private readonly dialogFilterControls;
2880
+ private previewIdentity;
2881
+ private activeResultIndex;
2882
+ ngAfterViewInit(): void;
2883
+ apply(): void;
2884
+ cancel(): void;
2885
+ applyText(): string;
2886
+ cancelText(): string;
2887
+ searchPlaceholder(): string;
2888
+ dialogSearchAriaLabel(): string;
2889
+ dialogResultsAriaLabel(): string;
2890
+ dialogFiltersAriaLabel(): string;
2891
+ dialogPreviewAriaLabel(): string;
2892
+ showSortControl(): boolean;
2893
+ sortOptions(): _praxisui_core.LookupSortOptionMetadata[];
2894
+ sortValue(): string;
2895
+ onSortChange(event: Event): void;
2896
+ sortLabel(): string;
2897
+ sortDefaultLabel(): string;
2898
+ dialogIntroText(): string;
2899
+ dialogContextText(): string;
2900
+ hasStructuredDialogFilters(): boolean;
2901
+ showFilterPanel(): boolean;
2902
+ toggleFilterPanel(): void;
2903
+ dialogFilterDefinitions(): LookupFilterDefinitionMetadata[];
2904
+ filterPanelToggleText(): string;
2905
+ filterControl(field: string): FormControl<string>;
2906
+ dialogFilterLabel(definition: LookupFilterDefinitionMetadata): string;
2907
+ dialogFilterPlaceholder(definition: LookupFilterDefinitionMetadata): string;
2908
+ dialogOperatorHint(definition: LookupFilterDefinitionMetadata): string;
2909
+ applyDialogFiltersText(): string;
2910
+ clearDialogFiltersText(): string;
2911
+ applyDialogFilters(): void;
2912
+ resetDialogFilters(): void;
2913
+ dialogColumns(): LookupResultColumnMetadata[];
2914
+ showResultTable(): boolean;
2915
+ showCardResultLayout(): boolean;
2916
+ showCompactResultLayout(): boolean;
2917
+ dialogColumnLabel(column: LookupResultColumnMetadata): string;
2918
+ columnFlex(column: LookupResultColumnMetadata): string;
2919
+ dialogCellText(option: LookupOption, column: LookupResultColumnMetadata): string;
2920
+ resultOptions(): _praxisui_dynamic_fields.SelectOption<any>[];
2921
+ hasResultRows(): boolean;
2922
+ hasSelection(): boolean;
2923
+ canApply(): boolean;
2924
+ selectedSummaryText(): string;
2925
+ selectedDisabledReason(): string;
2926
+ selectResult(option: LookupOption): void;
2927
+ isSelected(option: LookupOption): boolean;
2928
+ resultOptionDisabled(option: LookupOption): boolean;
2929
+ loadMore(): void;
2930
+ resultState(option: LookupOption): EntityLookupResultState;
2931
+ resultRowTitle(option: LookupOption): string | null;
2932
+ resultRowId(index: number): string;
2933
+ resultRowTabIndex(index: number): number;
2934
+ resultRowAriaLabel(option: LookupOption): string;
2935
+ setActiveResult(index: number, option: LookupOption): void;
2936
+ onResultRowKeydown(event: KeyboardEvent, index: number, option: LookupOption): void;
2937
+ showPreviewDetailAction(item: EntityLookupViewModel): boolean;
2938
+ showPreviewCopyCodeAction(item: EntityLookupViewModel): boolean;
2939
+ showPreviewCopyIdAction(item: EntityLookupViewModel): boolean;
2940
+ showPreviewCreateAction(): boolean;
2941
+ showPreviewClearAction(): boolean;
2942
+ onPreviewDetailAction(event: MouseEvent, item: EntityLookupViewModel): void;
2943
+ onPreviewCopyCodeAction(event: MouseEvent, item: EntityLookupViewModel): void;
2944
+ onPreviewCopyIdAction(event: MouseEvent, item: EntityLookupViewModel): void;
2945
+ onPreviewCreateAction(event: MouseEvent): void;
2946
+ onPreviewClearAction(event: MouseEvent): void;
2947
+ showPreviewPanel(): boolean;
2948
+ previewItem(): EntityLookupViewModel | null;
2949
+ setPreviewFromOption(option: LookupOption): void;
2950
+ previewSelectionStateLabel(): string;
2951
+ previewSelectionStateText(item: EntityLookupViewModel): string;
2952
+ private initializeDialogFilters;
2953
+ private serializeDialogFilterValue;
2954
+ private buildDialogFilterRequest;
2955
+ private parseDialogFilterValue;
2956
+ private parseDialogFilterPrimitive;
2957
+ private syncPreviewIdentity;
2958
+ private focusResultRow;
2959
+ private normalizeOptionValue;
2960
+ private normalizeInitialDialogValue;
2961
+ private initialSelectionSnapshot;
2962
+ private selectionSnapshot;
2963
+ private selectedValueCount;
2964
+ private toggleMultipleSelection;
2965
+ private dialogCustomCellText;
2966
+ private humanizeColumnField;
2967
+ private optionIdentity;
2968
+ private dialogHasConfiguredColumns;
2969
+ private dialogResultLayout;
2970
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<EntityLookupDialogComponent, never>;
2971
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<EntityLookupDialogComponent, "pdx-entity-lookup-dialog", never, {}, {}, never, never, true, never>;
2749
2972
  }
2750
2973
 
2751
2974
  declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
@@ -3260,6 +3483,7 @@ declare class InlineRangeSliderComponent extends SimpleBaseInputComponent {
3260
3483
  maxValue(): number;
3261
3484
  stepValue(): number;
3262
3485
  showTickMarks(): boolean;
3486
+ valueLabelEnabled(): boolean;
3263
3487
  isRangeMode(): boolean;
3264
3488
  isInteractionBlocked(): boolean;
3265
3489
  hasSelection(): boolean;
@@ -4175,6 +4399,7 @@ declare class InlinePipelineStatusComponent extends SimpleBaseSelectComponent<un
4175
4399
  protected resolveInlineContextTooltipValue(): string;
4176
4400
  hasSelection(): boolean;
4177
4401
  displayText(): string;
4402
+ selectedChipValueText(): string;
4178
4403
  showQuickClear(): boolean;
4179
4404
  onTriggerIconMouseDown(event: MouseEvent): void;
4180
4405
  onQuickClear(event: MouseEvent): void;
@@ -4564,6 +4789,7 @@ declare class InlineColorLabelComponent extends SimpleBaseSelectComponent<unknow
4564
4789
  protected resolveInlineContextTooltipValue(): string;
4565
4790
  hasSelection(): boolean;
4566
4791
  displayText(): string;
4792
+ selectedChipValueText(): string;
4567
4793
  showQuickClear(): boolean;
4568
4794
  onTriggerIconMouseDown(event: MouseEvent): void;
4569
4795
  onQuickClear(event: MouseEvent): void;
@@ -4621,13 +4847,20 @@ declare class InlineColorLabelComponent extends SimpleBaseSelectComponent<unknow
4621
4847
  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>;
4622
4848
  }
4623
4849
 
4624
- declare class MaterialMultiSelectComponent extends SimpleBaseSelectComponent {
4850
+ declare class MaterialMultiSelectComponent extends SimpleBaseSelectComponent implements DoCheck {
4625
4851
  readonlyMode: boolean;
4626
4852
  disabledMode: boolean;
4627
4853
  visible: boolean;
4628
4854
  presentationMode: boolean;
4855
+ private disabledModeAppliedToControl;
4856
+ ngDoCheck(): void;
4629
4857
  protected defaultPanelClass(): string;
4630
4858
  selectAllLabel(): string;
4859
+ multiSelectAriaDisabled(): 'true' | null;
4860
+ multiSelectAriaReadonly(): 'true' | null;
4861
+ selectOption(option: SelectOption<unknown>): void;
4862
+ toggleSelectAll(): void;
4863
+ onClearClick(): void;
4631
4864
  setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
4632
4865
  /** Disables options when maxSelections reached */
4633
4866
  isOptionDisabled(option: SelectOption<unknown>): boolean;
@@ -4635,6 +4868,7 @@ declare class MaterialMultiSelectComponent extends SimpleBaseSelectComponent {
4635
4868
  onOptionSelectionChange(option: SelectOption<unknown>, event: MatOptionSelectionChange): void;
4636
4869
  errorStateMatcher(): _angular_material_error_options_d_CGdTZUYk.E;
4637
4870
  private optionsFromLegacy;
4871
+ private syncDisabledModeControlState;
4638
4872
  private normalizeOption;
4639
4873
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialMultiSelectComponent, never>;
4640
4874
  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>;
@@ -4768,6 +5002,10 @@ declare class MaterialChipsComponent extends SimpleBaseSelectComponent {
4768
5002
  private mapRawOption;
4769
5003
  displayOption: (value: unknown) => string;
4770
5004
  selectedOptions(): SelectOption[];
5005
+ isChipsInteractionDisabled(): boolean;
5006
+ canRemoveChips(): boolean;
5007
+ removeChipAriaLabel(option: SelectOption): string;
5008
+ selectOption(option: SelectOption): void;
4771
5009
  removeChip(option: SelectOption): void;
4772
5010
  onInputTokenEnd(event: MatChipInputEvent): void;
4773
5011
  onSearchInputEvent(event: Event): void;
@@ -4779,13 +5017,24 @@ declare class MaterialChipsComponent extends SimpleBaseSelectComponent {
4779
5017
  }
4780
5018
 
4781
5019
  declare class MaterialButtonToggleComponent extends SimpleBaseSelectComponent {
5020
+ readonlyMode: boolean;
5021
+ disabledMode: boolean;
5022
+ visible: boolean;
5023
+ presentationMode: boolean;
4782
5024
  private asRecord;
4783
5025
  private mapRawOption;
5026
+ labelId(): string;
5027
+ groupAriaLabel(): string | null;
5028
+ groupAriaLabelledby(): string | null;
5029
+ toggleInteractionDisabled(): boolean;
5030
+ toggleAriaDisabled(): 'true' | null;
5031
+ toggleAriaReadonly(): 'true' | null;
5032
+ readonlyEffective(): boolean;
4784
5033
  setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
4785
5034
  protected getSpecificCssClasses(): string[];
4786
5035
  onGroupChange(event: MatButtonToggleChange): void;
4787
5036
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialButtonToggleComponent, never>;
4788
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialButtonToggleComponent, "pdx-material-button-toggle", never, {}, {}, never, never, true, never>;
5037
+ 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>;
4789
5038
  }
4790
5039
 
4791
5040
  declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
@@ -4793,6 +5042,11 @@ declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
4793
5042
  disabledMode: boolean;
4794
5043
  visible: boolean;
4795
5044
  presentationMode: boolean;
5045
+ requiredEffective(): boolean;
5046
+ toggleInteractionDisabled(): boolean;
5047
+ toggleAriaDisabled(): 'true' | null;
5048
+ toggleAriaReadonly(): 'true' | null;
5049
+ readonlyEffective(): boolean;
4796
5050
  /** Applies component metadata with strong typing. */
4797
5051
  setInputMetadata(metadata: MaterialToggleMetadata): void;
4798
5052
  protected getSpecificCssClasses(): string[];
@@ -4800,16 +5054,60 @@ declare class MaterialSlideToggleComponent extends SimpleBaseInputComponent {
4800
5054
  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>;
4801
5055
  }
4802
5056
 
5057
+ interface SliderDistributionBar$1 {
5058
+ id: string;
5059
+ ratio: number;
5060
+ selected: boolean;
5061
+ background?: string;
5062
+ color?: string;
5063
+ label?: string;
5064
+ }
5065
+ interface SliderSemanticBandView$1 {
5066
+ id: string;
5067
+ startPercent: number;
5068
+ widthPercent: number;
5069
+ tone: RangeSliderSemanticBand['tone'];
5070
+ color?: string;
5071
+ label?: string;
5072
+ }
4803
5073
  declare class MaterialSliderComponent extends SimpleBaseInputComponent {
4804
5074
  readonlyMode: boolean;
4805
5075
  disabledMode: boolean;
4806
5076
  visible: boolean;
4807
5077
  presentationMode: boolean;
4808
5078
  /** Display function for slider values */
4809
- displayWithFn: (value: number) => any;
5079
+ displayWithFn: (value: number) => string;
5080
+ sliderStep(): number;
5081
+ valueLabelEnabled(): boolean;
5082
+ showTickMarks(): boolean;
5083
+ trackMode(): 'normal' | 'inverted' | 'none';
5084
+ sliderSize(): 'small' | 'medium' | 'large';
5085
+ markLabels(): RangeSliderMark[];
5086
+ semanticBandViews(): SliderSemanticBandView$1[];
5087
+ distributionBars(): SliderDistributionBar$1[];
5088
+ sliderInteractionDisabled(): boolean;
5089
+ sliderAriaDisabled(): 'true' | null;
5090
+ sliderAriaReadonly(): 'true' | null;
5091
+ readonlyEffective(): boolean;
5092
+ markPosition(value: number): number;
4810
5093
  /** Applies component metadata with strong typing. */
4811
5094
  setInputMetadata(metadata: MaterialSliderMetadata): void;
4812
5095
  protected getSpecificCssClasses(): string[];
5096
+ private currentMetadata;
5097
+ private resolveMarks;
5098
+ private parseJsonArray;
5099
+ private parseJsonObject;
5100
+ private normalizeTone;
5101
+ private resolveSemanticBands;
5102
+ private resolveDistributionBars;
5103
+ private normalizeDistributionColorMode;
5104
+ private isDistributionBarSelected;
5105
+ private resolveDistributionBarBackground;
5106
+ private stringConfig;
5107
+ formatSliderValue(value: unknown): string;
5108
+ private scaleValue;
5109
+ private formatStorageValue;
5110
+ private formatCurrencyValue;
4813
5111
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialSliderComponent, never>;
4814
5112
  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>;
4815
5113
  }
@@ -4818,11 +5116,45 @@ type ThemeColor = 'primary' | 'secondary' | 'tertiary' | 'base' | 'info' | 'succ
4818
5116
  type Rounded = 'full' | 'large' | 'medium' | 'small' | 'none';
4819
5117
  type AvatarSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'none';
4820
5118
  type FillMode = 'solid' | 'outline' | 'none';
5119
+ type AvatarStatus = 'online' | 'offline' | 'busy' | 'away' | 'verified' | 'none';
5120
+ type AvatarEmphasis = 'none' | 'ring' | 'halo';
4821
5121
  type IconInput = string | SafeHtml | {
4822
5122
  name?: string;
4823
5123
  svg?: string;
4824
5124
  fontClass?: string;
4825
5125
  };
5126
+ interface AvatarGroupItem {
5127
+ imageSrc?: string;
5128
+ imageAlt?: string;
5129
+ initials?: string;
5130
+ name?: string;
5131
+ icon?: IconInput;
5132
+ defaultIcon?: IconInput;
5133
+ themeColor?: ThemeColor;
5134
+ rounded?: Rounded;
5135
+ fillMode?: FillMode;
5136
+ status?: AvatarStatus;
5137
+ statusLabel?: string;
5138
+ emphasis?: AvatarEmphasis;
5139
+ emphasisColor?: ThemeColor;
5140
+ emphasisLabel?: string;
5141
+ tooltip?: string;
5142
+ ariaLabel?: string;
5143
+ }
5144
+ interface NormalizedAvatarGroupItem extends AvatarGroupItem {
5145
+ key: string;
5146
+ index: number;
5147
+ initialsText: string;
5148
+ imageUrl: string;
5149
+ label: string;
5150
+ tooltip: string;
5151
+ themeColor: ThemeColor;
5152
+ rounded: Rounded;
5153
+ fillMode: FillMode;
5154
+ status: AvatarStatus;
5155
+ emphasis: AvatarEmphasis;
5156
+ emphasisColor: ThemeColor;
5157
+ }
4826
5158
  declare class MaterialAvatarComponent implements OnChanges {
4827
5159
  private readonly sanitizer;
4828
5160
  private readonly elementRef;
@@ -4846,6 +5178,12 @@ declare class MaterialAvatarComponent implements OnChanges {
4846
5178
  private _border;
4847
5179
  private _sizePx?;
4848
5180
  private _sizeCss?;
5181
+ private _initialsMaxLength;
5182
+ private _groupItems;
5183
+ private _groupMaxVisible;
5184
+ private _groupOverlap;
5185
+ private _emphasis;
5186
+ private _emphasisColor;
4849
5187
  set themeColor(value: ThemeColor);
4850
5188
  get themeColor(): ThemeColor;
4851
5189
  set rounded(value: Rounded);
@@ -4862,6 +5200,25 @@ declare class MaterialAvatarComponent implements OnChanges {
4862
5200
  get sizeCss(): string | undefined;
4863
5201
  tooltip?: string;
4864
5202
  ariaLabel?: string;
5203
+ status?: AvatarStatus;
5204
+ statusLabel?: string;
5205
+ badge?: string | number;
5206
+ badgeLabel?: string;
5207
+ emphasisLabel?: string;
5208
+ set emphasis(value: AvatarEmphasis | undefined);
5209
+ get emphasis(): AvatarEmphasis;
5210
+ set emphasisColor(value: ThemeColor | undefined);
5211
+ get emphasisColor(): ThemeColor;
5212
+ set initialsMaxLength(value: number | string | undefined);
5213
+ get initialsMaxLength(): number;
5214
+ set groupItems(value: AvatarGroupItem[] | undefined);
5215
+ get groupItems(): AvatarGroupItem[];
5216
+ set groupMaxVisible(value: number | string | undefined);
5217
+ get groupMaxVisible(): number;
5218
+ set groupOverlap(value: number | string | undefined);
5219
+ get groupOverlap(): number;
5220
+ groupOverflowLabel?: string;
5221
+ groupLabel?: string;
4865
5222
  readonlyMode?: boolean;
4866
5223
  disabledMode?: boolean;
4867
5224
  visible?: boolean;
@@ -4874,6 +5231,7 @@ declare class MaterialAvatarComponent implements OnChanges {
4874
5231
  get style(): NgStyle | undefined;
4875
5232
  imageError: EventEmitter<void>;
4876
5233
  private readonly _imgFailed;
5234
+ private readonly groupImageFailures;
4877
5235
  private readonly controlValue;
4878
5236
  private readonly _syncControlValue;
4879
5237
  readonly resolvedImageSrc: _angular_core.Signal<string>;
@@ -4881,6 +5239,7 @@ declare class MaterialAvatarComponent implements OnChanges {
4881
5239
  readonly hasImage: _angular_core.Signal<boolean>;
4882
5240
  readonly hasInitials: _angular_core.Signal<boolean>;
4883
5241
  readonly componentCssClasses: _angular_core.Signal<string>;
5242
+ readonly computedHostRole: _angular_core.Signal<"group" | "img">;
4884
5243
  readonly resolvedStyle: _angular_core.Signal<{
4885
5244
  [x: string]: unknown;
4886
5245
  } | null>;
@@ -4891,10 +5250,41 @@ declare class MaterialAvatarComponent implements OnChanges {
4891
5250
  private pickImageSrcFromValue;
4892
5251
  private normalizeImageUrl;
4893
5252
  private normalizeCssSize;
5253
+ private normalizeThemeColor;
5254
+ private normalizeRounded;
5255
+ private normalizeFillMode;
5256
+ private normalizeStatus;
5257
+ private normalizeEmphasis;
5258
+ private initialsFrom;
5259
+ private groupItemLabel;
5260
+ private defaultStatusLabel;
5261
+ private iconNameFrom;
5262
+ private themeStyle;
5263
+ private radiusToken;
5264
+ readonly resolvedStatus: _angular_core.Signal<AvatarStatus>;
5265
+ readonly resolvedStatusLabel: _angular_core.Signal<string>;
5266
+ normalizedBadge(): string;
5267
+ readonly resolvedBadgeLabel: _angular_core.Signal<string>;
5268
+ readonly resolvedEmphasisLabel: _angular_core.Signal<string>;
4894
5269
  shouldShowImage(): boolean;
4895
5270
  shouldShowIcon(): boolean;
4896
5271
  shouldShowInitials(): boolean;
4897
5272
  shouldShowDefaultIcon(): boolean;
5273
+ shouldShowStatus(): boolean;
5274
+ shouldShowBadge(): boolean;
5275
+ shouldRenderGroup(): boolean;
5276
+ readonly normalizedGroupItems: _angular_core.Signal<NormalizedAvatarGroupItem[]>;
5277
+ readonly visibleGroupItems: _angular_core.Signal<NormalizedAvatarGroupItem[]>;
5278
+ readonly groupOverflowCount: _angular_core.Signal<number>;
5279
+ groupItemClasses(item: NormalizedAvatarGroupItem): string;
5280
+ groupItemStyle(item: NormalizedAvatarGroupItem): Record<string, string>;
5281
+ groupOverflowStyle(): Record<string, string>;
5282
+ groupOverlapCss(): string;
5283
+ groupImageFailed(index: number): boolean;
5284
+ onGroupImgError(index: number): void;
5285
+ groupIconName(item: AvatarGroupItem): string | null;
5286
+ groupDefaultIconName(item: AvatarGroupItem): string | null;
5287
+ resolvedGroupOverflowLabel(): string;
4898
5288
  readonly hasExplicitIcon: _angular_core.Signal<boolean>;
4899
5289
  readonly hasDefaultIcon: _angular_core.Signal<boolean>;
4900
5290
  normalizedInitials(): string;
@@ -4907,14 +5297,32 @@ declare class MaterialAvatarComponent implements OnChanges {
4907
5297
  ngOnChanges(_changes: SimpleChanges): void;
4908
5298
  setInputMetadata(meta: ComponentMetadata): void;
4909
5299
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialAvatarComponent, never>;
4910
- 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>;
5300
+ 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>;
4911
5301
  }
4912
5302
 
4913
- declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent {
5303
+ declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent implements DoCheck {
4914
5304
  readonlyMode: boolean;
4915
5305
  disabledMode: boolean;
4916
5306
  visible: boolean;
4917
5307
  presentationMode: boolean;
5308
+ private disabledModeAppliedToControl;
5309
+ ngDoCheck(): void;
5310
+ radioInteractionDisabled(): boolean;
5311
+ radioAriaDisabled(): 'true' | null;
5312
+ radioAriaReadonly(): 'true' | null;
5313
+ readonlyEffective(): boolean;
5314
+ radioOptionDisabled(option: SelectOption<unknown>): boolean;
5315
+ radioOptionAriaDisabled(option: SelectOption<unknown>): 'true' | null;
5316
+ onRadioButtonClick(event: MouseEvent): void;
5317
+ onRadioButtonKeydown(event: KeyboardEvent): void;
5318
+ selectOption(option: SelectOption<unknown>): void;
5319
+ radioLabelId(): string;
5320
+ radioHintId(): string;
5321
+ radioErrorId(): string;
5322
+ radioLabelledBy(): string | null;
5323
+ radioDescribedBy(): string | null;
5324
+ isRequiredRadio(): boolean;
5325
+ private syncDisabledModeControlState;
4918
5326
  setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
4919
5327
  protected getSpecificCssClasses(): string[];
4920
5328
  private optionsFromLegacy;
@@ -4923,11 +5331,20 @@ declare class MaterialRadioGroupComponent extends SimpleBaseSelectComponent {
4923
5331
  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>;
4924
5332
  }
4925
5333
 
4926
- declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
5334
+ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent implements DoCheck {
4927
5335
  readonlyMode: boolean;
4928
5336
  disabledMode: boolean;
4929
5337
  visible: boolean;
4930
5338
  presentationMode: boolean;
5339
+ private disabledModeAppliedToControl;
5340
+ ngDoCheck(): void;
5341
+ checkboxInteractionDisabled(): boolean;
5342
+ checkboxAriaDisabled(): 'true' | null;
5343
+ checkboxAriaReadonly(): 'true' | null;
5344
+ readonlyEffective(): boolean;
5345
+ onCheckboxControlClick(event: MouseEvent, stopShellPropagation?: boolean): void;
5346
+ onCheckboxControlKeydown(event: KeyboardEvent): void;
5347
+ private syncDisabledModeControlState;
4931
5348
  setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
4932
5349
  /** Disables options when maxSelections reached */
4933
5350
  isOptionDisabled(option: SelectOption<unknown>): boolean;
@@ -4959,6 +5376,8 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
4959
5376
  onBooleanCheckboxChange(): void;
4960
5377
  onMultipleOptionContentClick(option: SelectOption<unknown>, event: MouseEvent): void;
4961
5378
  onSelectAllContentClick(event: MouseEvent): void;
5379
+ selectOption(option: SelectOption<unknown>): void;
5380
+ toggleSelectAll(): void;
4962
5381
  private shouldToggleFromBooleanContent;
4963
5382
  private shouldToggleFromMultipleContent;
4964
5383
  private toggleBooleanCheckbox;
@@ -4978,11 +5397,30 @@ declare class MaterialCheckboxGroupComponent extends SimpleBaseSelectComponent {
4978
5397
  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>;
4979
5398
  }
4980
5399
 
4981
- declare class MaterialSelectionListComponent extends SimpleBaseSelectComponent {
5400
+ declare class MaterialSelectionListComponent extends SimpleBaseSelectComponent implements DoCheck {
4982
5401
  readonlyMode: boolean;
4983
5402
  disabledMode: boolean;
4984
5403
  visible: boolean;
4985
5404
  presentationMode: boolean;
5405
+ private disabledModeAppliedToControl;
5406
+ ngDoCheck(): void;
5407
+ selectionListInteractionDisabled(): boolean;
5408
+ selectionListAriaDisabled(): 'true' | null;
5409
+ selectionListAriaReadonly(): 'true' | null;
5410
+ selectionOptionDisabled(option: SelectOption<unknown>): boolean;
5411
+ selectionOptionAriaDisabled(option: SelectOption<unknown>): 'true' | null;
5412
+ selectionListLabelId(): string;
5413
+ selectionListHintId(): string;
5414
+ selectionListErrorId(): string;
5415
+ selectionListCounterId(): string;
5416
+ selectionListLabelledBy(): string | null;
5417
+ selectionListDescribedBy(): string | null;
5418
+ isRequiredSelectionList(): boolean;
5419
+ onSelectionOptionClick(event: MouseEvent): void;
5420
+ onSelectionOptionKeydown(event: KeyboardEvent): void;
5421
+ selectOption(option: SelectOption<unknown>): void;
5422
+ toggleSelectAll(): void;
5423
+ private syncDisabledModeControlState;
4986
5424
  private asRecord;
4987
5425
  private mapRawOption;
4988
5426
  setSelectMetadata(metadata: SimpleSelectMetadata<unknown>): void;
@@ -5320,6 +5758,7 @@ declare class MaterialRatingComponent extends SimpleBaseInputComponent implement
5320
5758
  svgIconOutline?: string;
5321
5759
  outlineIcon?: string;
5322
5760
  disabled: boolean;
5761
+ disabledMode: boolean;
5323
5762
  readonlyMode: boolean;
5324
5763
  presentationMode: boolean;
5325
5764
  tabindex: number;
@@ -5349,15 +5788,20 @@ declare class MaterialRatingComponent extends SimpleBaseInputComponent implement
5349
5788
  private getVisualValue;
5350
5789
  private getActiveIndexAndHalf;
5351
5790
  private applyValue;
5791
+ ratingValueText(): string;
5792
+ effectiveTabIndex(): number;
5793
+ disabledEffective(): boolean;
5352
5794
  readonlyEffective(): boolean;
5795
+ ratingAriaLabel(): string;
5353
5796
  errorStateMatcher(): _angular_material_error_options_d_CGdTZUYk.E;
5354
5797
  setInputMetadata(meta: unknown): void;
5355
5798
  private parseSize;
5356
5799
  private parseSelectionMode;
5800
+ private interactionBlocked;
5357
5801
  private asRecord;
5358
5802
  private metadataAsField;
5359
5803
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialRatingComponent, never>;
5360
- 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>;
5804
+ 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>;
5361
5805
  }
5362
5806
 
5363
5807
  type PickerView = 'gradient' | 'palette';
@@ -5478,6 +5922,7 @@ declare class PdxColorPickerComponent extends SimpleBaseInputComponent implement
5478
5922
  protected getSpecificCssClasses(): string[];
5479
5923
  setInputMetadata(meta: ComponentMetadata | null): void;
5480
5924
  private currentMetadataRecord;
5925
+ private asRecord;
5481
5926
  private toFormat;
5482
5927
  private toHex;
5483
5928
  private toRgb;
@@ -5500,20 +5945,54 @@ declare class PdxColorPickerComponent extends SimpleBaseInputComponent implement
5500
5945
  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>;
5501
5946
  }
5502
5947
 
5503
- declare class PdxMaterialRangeSliderComponent extends SimpleBaseInputComponent implements OnInit {
5948
+ interface SliderDistributionBar {
5949
+ id: string;
5950
+ ratio: number;
5951
+ selected: boolean;
5952
+ background?: string;
5953
+ color?: string;
5954
+ label?: string;
5955
+ }
5956
+ interface SliderSemanticBandView {
5957
+ id: string;
5958
+ startPercent: number;
5959
+ widthPercent: number;
5960
+ tone: RangeSliderSemanticBand['tone'];
5961
+ color?: string;
5962
+ label?: string;
5963
+ }
5964
+ declare class PdxMaterialRangeSliderComponent extends SimpleBaseInputComponent implements OnInit, AfterViewChecked {
5504
5965
  readonlyMode: boolean;
5505
5966
  disabledMode: boolean;
5506
5967
  visible: boolean;
5507
5968
  presentationMode: boolean;
5508
5969
  metadata: _angular_core.WritableSignal<MaterialRangeSliderMetadata | null>;
5970
+ private activeRangeThumb;
5509
5971
  readonly rangeGroup: FormGroup<{
5510
5972
  start: FormControl<number | null>;
5511
5973
  end: FormControl<number | null>;
5512
5974
  }>;
5513
5975
  readonly isRangeMode: _angular_core.Signal<boolean>;
5514
5976
  readonly displayWithFn: _angular_core.Signal<(value: number) => string>;
5977
+ readonly sliderStep: _angular_core.Signal<number>;
5978
+ readonly valueLabelEnabled: _angular_core.Signal<boolean>;
5979
+ readonly showTickMarks: _angular_core.Signal<boolean>;
5980
+ readonly trackMode: _angular_core.Signal<_praxisui_core.RangeSliderTrackMode>;
5981
+ readonly sliderSize: _angular_core.Signal<"small" | "large" | "medium">;
5982
+ readonly markLabels: _angular_core.Signal<RangeSliderMark[]>;
5983
+ readonly semanticBandViews: _angular_core.Signal<SliderSemanticBandView[]>;
5984
+ distributionBars(): SliderDistributionBar[];
5985
+ disabledEffective(): boolean;
5986
+ readonlyEffective(): boolean;
5987
+ sliderInteractionDisabled(): boolean;
5988
+ sliderAriaDisabled(): 'true' | null;
5989
+ sliderAriaReadonly(): 'true' | null;
5990
+ rangeAriaInvalidAttribute(): 'true' | null;
5991
+ rangeThumbAriaLabel(thumb: 'start' | 'end'): string;
5992
+ rangeThumbLabelId(thumb: 'start' | 'end'): string;
5515
5993
  readonly errorMessage: _angular_core.Signal<string>;
5516
5994
  ngOnInit(): void;
5995
+ ngAfterViewChecked(): void;
5517
5996
  /**
5518
5997
  * Overrides writeValue to handle both single and range modes.
5519
5998
  */
@@ -5527,8 +6006,34 @@ declare class PdxMaterialRangeSliderComponent extends SimpleBaseInputComponent i
5527
6006
  setSliderMetadata(metadata: MaterialRangeSliderMetadata): void;
5528
6007
  protected setMetadata(metadata: MaterialRangeSliderMetadata): void;
5529
6008
  protected getSpecificCssClasses(): string[];
6009
+ markPosition(value: number): number;
6010
+ formatSliderValue(value: unknown): string;
6011
+ onRangePointerDown(event: PointerEvent): void;
6012
+ private isPointerInteractionBlocked;
6013
+ private syncNativeThumbAria;
6014
+ private applyNativeThumbAria;
6015
+ private setOrRemoveAttribute;
6016
+ private closestRangeThumb;
6017
+ private updateActiveRangeThumbFromPointer;
6018
+ private clientXToSliderValue;
6019
+ private valueToTrackClientX;
6020
+ private snapSliderValue;
6021
+ private trackElement;
5530
6022
  private syncRangeGroupFromControlValue;
5531
6023
  private isRangeSliderValue;
6024
+ private resolveMarks;
6025
+ private parseJsonArray;
6026
+ private parseJsonObject;
6027
+ private normalizeTone;
6028
+ private resolveSemanticBands;
6029
+ private resolveDistributionBars;
6030
+ private normalizeDistributionColorMode;
6031
+ private isDistributionBarSelected;
6032
+ private resolveDistributionBarBackground;
6033
+ private stringConfig;
6034
+ private scaleValue;
6035
+ private formatStorageValue;
6036
+ private formatCurrencyValue;
5532
6037
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PdxMaterialRangeSliderComponent, never>;
5533
6038
  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>;
5534
6039
  }
@@ -5544,6 +6049,9 @@ interface TransferListMetadata extends SimpleSelectMetadata<unknown> {
5544
6049
  rightLabel?: string;
5545
6050
  leftPlaceholder?: string;
5546
6051
  rightPlaceholder?: string;
6052
+ leftEmptyText?: string;
6053
+ rightEmptyText?: string;
6054
+ noResultsText?: string;
5547
6055
  }
5548
6056
  declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
5549
6057
  readonlyMode: boolean;
@@ -5554,6 +6062,9 @@ declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
5554
6062
  rightLabel: string;
5555
6063
  leftPlaceholder: string;
5556
6064
  rightPlaceholder: string;
6065
+ leftEmptyText: string;
6066
+ rightEmptyText: string;
6067
+ noResultsText: string;
5557
6068
  readonly leftOptions: _angular_core.WritableSignal<SelectOption<unknown>[]>;
5558
6069
  readonly rightOptions: _angular_core.WritableSignal<SelectOption<unknown>[]>;
5559
6070
  readonly leftFilter: _angular_core.WritableSignal<string>;
@@ -5567,6 +6078,12 @@ declare class MaterialTransferListComponent extends SimpleBaseSelectComponent {
5567
6078
  moveAllToRightAriaLabel(): string;
5568
6079
  moveSelectedToLeftAriaLabel(): string;
5569
6080
  moveAllToLeftAriaLabel(): string;
6081
+ leftListAriaLabel(): string;
6082
+ rightListAriaLabel(): string;
6083
+ leftEmptyMessage(): string;
6084
+ rightEmptyMessage(): string;
6085
+ isMaxSelectionReached(): boolean;
6086
+ isInteractionDisabled(): boolean;
5570
6087
  ngOnInit(): void;
5571
6088
  private updateListsFromValue;
5572
6089
  getSelectedOptions(list: MatSelectionList): SelectOption[];
@@ -6085,7 +6602,18 @@ interface DynamicFieldPreviewPreset {
6085
6602
  label: string;
6086
6603
  description: string;
6087
6604
  metadataPatch?: Record<string, unknown>;
6605
+ /**
6606
+ * Default value for this preset after the active state metadata is applied.
6607
+ * State recipes still win when they define their own `initialValue`, except
6608
+ * for explicit entries in `stateInitialValues`.
6609
+ */
6088
6610
  initialValue?: unknown;
6611
+ /**
6612
+ * Per-state value overrides for this preset. Precedence:
6613
+ * `stateInitialValues[state]` -> state recipe `initialValue` -> preset
6614
+ * `initialValue` -> default state seed -> generated fallback value.
6615
+ */
6616
+ stateInitialValues?: Partial<Record<DynamicFieldStateKey, unknown>>;
6089
6617
  }
6090
6618
  interface DynamicFieldCatalogEntry {
6091
6619
  id: string;
@@ -6429,5 +6957,5 @@ declare function normalizeFormMetadata(input: FieldMetadata[] | JsonSchema): Fie
6429
6957
  declare const CLEAR_BUTTON_CONTROL_TYPES: Set<string>;
6430
6958
  declare function supportsClearButtonControlType(controlType?: string | null): boolean;
6431
6959
 
6432
- 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, 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_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 };
6960
+ 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_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 };
6433
6961
  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 };