@praxisui/dynamic-fields 9.0.62 → 9.0.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-fields",
3
- "version": "9.0.62",
3
+ "version": "9.0.63",
4
4
  "description": "Angular Material-based dynamic form fields for Praxis UI with lazy loading and metadata-driven rendering.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -11,8 +11,8 @@
11
11
  "@angular/platform-browser": "^21.0.0",
12
12
  "@angular/router": "^21.0.0",
13
13
  "rxjs": "^7.8.0",
14
- "@praxisui/core": "^9.0.62",
15
- "@praxisui/cron-builder": "^9.0.62"
14
+ "@praxisui/core": "^9.0.63",
15
+ "@praxisui/cron-builder": "^9.0.63"
16
16
  },
17
17
  "dependencies": {
18
18
  "libphonenumber-js": "^1.12.41",
@@ -22,8 +22,10 @@ source_of_truth:
22
22
  - "projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.component.ts"
23
23
  - "projects/praxis-core/src/lib/models/material-field-metadata.interface.ts"
24
24
  - "projects/praxis-dynamic-fields/src/lib/base/simple-base-input.component.ts"
25
- source_of_truth_last_verified: "2026-03-06"
26
- last_updated: "2026-03-06"
25
+ - "projects/praxis-metadata-editor/src/lib/config/cpf-cnpj.config.ts"
26
+ - "projects/praxis-metadata-editor/src/lib/config/inline-filter-control-properties.map.ts"
27
+ source_of_truth_last_verified: "2026-09-05"
28
+ last_updated: "2026-09-05"
27
29
  toc: true
28
30
  sidebar: true
29
31
  tags:
@@ -33,7 +35,7 @@ tags:
33
35
  api_stability: "canonical"
34
36
  schema_verified: true
35
37
  runtime_verified: true
36
- editor_coverage_verified: false
38
+ editor_coverage_verified: true
37
39
  runtime_scope: "public"
38
40
  legacy_paths_present: false
39
41
  has_known_mismatches: false
@@ -41,6 +43,7 @@ related_components:
41
43
  - "praxis-table"
42
44
  - "pdx-base-input-runtime-contract"
43
45
  - "pdx-text-input"
46
+ - "pdx-inline-input"
44
47
  - "pdx-material-currency"
45
48
  ---
46
49
 
@@ -69,7 +72,7 @@ Este documento e a referencia canonica da API JSON de pdx-material-cpf-cnpj-inpu
69
72
  | Primary contract source | `runtime-and-code` | Runtime, schema e docs devem permanecer rastreaveis | Partial | frontmatter.contract_source + source_of_truth |
70
73
  | Runtime coverage | `true` | Comportamentos runtime criticos devem ficar explicitamente verificados | Active | `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.component.ts` |
71
74
  | Schema/type coverage | `true` | Tipos e schema devem refletir paths publicos do contrato | Active | source_of_truth + Detailed API reference |
72
- | Editor/tooling coverage | `false` | Editor/tooling deve espelhar somente contrato publico suportado | Partial | `projects/praxis-core/src/lib/metadata/field-selector-control-type.constants.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` |
75
+ | Editor/tooling coverage | `true` | Editor/tooling deve espelhar somente contrato publico suportado | Active | `projects/praxis-metadata-editor/src/lib/config/cpf-cnpj.config.ts`, `projects/praxis-metadata-editor/src/lib/components/field-metadata-editor/field-metadata-editor.component.spec.ts` |
73
76
  | Legacy paths | `false` | Segregar legado de caminhos canonicos com janela de migracao | Active | frontmatter.legacy_paths_present |
74
77
  | Known mismatches | `false` | Registrar observed vs desired de forma auditavel | Active | frontmatter.has_known_mismatches |
75
78
 
@@ -100,7 +103,7 @@ Este documento e a referencia canonica da API JSON de pdx-material-cpf-cnpj-inpu
100
103
  | Runtime scope | `public` | Escopo publicado para consumidores |
101
104
  | Runtime verified | `true` | Revisar sempre com evidencia de runtime |
102
105
  | Schema verified | `true` | Revisar sempre com evidencia de tipos/schema |
103
- | Editor coverage verified | `false` | Revisar sempre com evidencia de editor/tooling |
106
+ | Editor coverage verified | `true` | Cobertura focal de roundtrip no editor de metadados |
104
107
  | Legacy paths present | `false` | Segregar legado de contrato canonico |
105
108
  | Has known mismatches | `false` | Divergencias devem aparecer em secao dedicada |
106
109
 
@@ -153,7 +156,7 @@ Nao ha paths experimentais confirmados no contrato publico desta revisao.
153
156
  | `metadata.documentType` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
154
157
  | `metadata.version` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
155
158
  | `metadata.unmaskOnSubmit` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
156
- | `metadata.allowFormattedInput` | boolean | false | n/a | component-defined | Partial; verify per source_of_truth. |
159
+ | `metadata.allowFormattedInput` | boolean | false | `true` | boolean | Active; controls masked versus canonical-character presentation. |
157
160
  | `metadata.effectiveFrom` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
158
161
  | `000.000.000-00` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
159
162
 
@@ -197,9 +200,9 @@ Nao ha paths experimentais confirmados no contrato publico desta revisao.
197
200
 
198
201
  | Surface | Verified | Coverage status | Evidence | Notes |
199
202
  | --- | --- | --- | --- | --- |
200
- | Runtime | `true` | Active | `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.component.ts` | Core runtime flows verified via focused component specs on 2026-03-06; editor/tooling coverage remains independent. |
203
+ | Runtime | `true` | Active | `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-cpf-cnpj-input/material-cpf-cnpj-input.component.ts` | Masking, bounded input, caret, canonical payload and formatted/unformatted presentation verified via focused component specs on 2026-09-05. |
201
204
  | Schema/Types | `true` | Active | source_of_truth + Detailed API reference | Reconcile schema/types with canonical paths during follow-up when needed. |
202
- | Editor/Tooling | `false` | Partial | `projects/praxis-core/src/lib/metadata/field-selector-control-type.constants.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` | Selector/control-type tooling linkage verified via default selector map and registry seeding; visual editor end-to-end coverage remains not-yet-verified. |
205
+ | Editor/Tooling | `true` | Active | `projects/praxis-metadata-editor/src/lib/config/cpf-cnpj.config.ts`, `projects/praxis-metadata-editor/src/lib/config/inline-filter-control-properties.map.ts`, specs focais do editor | Editor dedicado cobre tipo, versao, mascara, envio e validacao; o editor inline adiciona apenas tipo, versao e mascara quando a semantica documental ja esta declarada. |
203
206
 
204
207
  ### Runtime coverage boundaries
205
208
 
@@ -209,7 +212,7 @@ Nao ha paths experimentais confirmados no contrato publico desta revisao.
209
212
 
210
213
  ### Editor and tooling notes
211
214
 
212
- - Evidencia de tooling: selector `pdx-*` mapeado em `DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP` e semeado no `ComponentRegistryService`; editor visual E2E permanece not-yet-verified.
215
+ - Evidencia de tooling: selector `pdx-*` mapeado em `DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP`, editor dedicado registrado e editor inline composto contextualmente sem contaminar campos textuais genericos.
213
216
  - O que esta exposto no editor visual depende da cobertura real do workspace e nao deve ser inferido como suporte runtime total.
214
217
  - Campos disponiveis apenas via JSON/manual devem continuar no contrato, com rotulo explicito de cobertura parcial.
215
218
  - Quando houver divergencia entre editor e runtime, manter mismatch rastreavel em secao dedicada.
@@ -297,16 +300,16 @@ Observacao:
297
300
  | --- | --- | --- | --- |
298
301
  | `metadata.controlType` | `'cpfCnpjInput'` | Ativo | Identifica contrato do componente no host. |
299
302
  | `metadata.inputType` | `'text'` | Parcial | Declarado no contrato; template fixa `type="text"` independentemente do valor enviado. |
300
- | `metadata.documentType` | `'cpf' \| 'cnpj' \| 'auto'` | Ativo | Define estrategia de mascara e validacao. |
303
+ | `metadata.documentType` | `'cpf' \| 'cnpj' \| 'auto'` | Ativo | Define a estrategia de mascara; a validacao de digitos verificadores permanece opt-in. |
301
304
  | `metadata.version` | `'legacy' \| 'alpha' \| 'auto'` | Ativo | Define limpeza e validacao numerica/alfanumerica. |
302
305
  | `metadata.unmaskOnSubmit` | `boolean` | Ativo | Se `true`, propaga valor limpo no model; se `false`, propaga valor formatado. |
303
- | `metadata.allowFormattedInput` | `boolean` | Ativo | Controla aceitacao/limpeza de entrada ja formatada. |
306
+ | `metadata.allowFormattedInput` | `boolean` | Ativo | `true` exibe a mascara durante a digitacao; `false` exibe apenas caracteres canonicos. Colagens sao sempre sanitizadas e limitadas a capacidade do documento. |
304
307
  | `metadata.effectiveFrom` | `Date` | Declared-only | Declarado na interface; sem logica temporal aplicada no runtime atual. |
305
308
 
306
309
  Notas de runtime:
307
310
  - mascara CPF: `000.000.000-00`.
308
311
  - mascara CNPJ: `00.000.000/0000-00` (com suporte alfanumerico no modo `alpha`).
309
- - validacao semantica por algoritmo oficial e opt-in. O runtime aplica `createCpfCnpjValidator(metadata)` somente quando a metadata declara `validators.cpfCnpj`, `validators.cpf`, `validators.cnpj`, `validateDocument` ou `validateCpfCnpj`.
312
+ - validacao semantica por algoritmo oficial e opt-in. O runtime aplica `createCpfCnpjValidator(metadata)` somente quando a metadata declara o caminho canonico `validators.cpfCnpj`.
310
313
  - mascara, pattern e limpeza de caracteres continuam podendo validar formato/shape; eles nao implicam validacao semantica automatica do documento.
311
314
 
312
315
  #### 3.2 Campos herdados compartilhados (exaustivo)
@@ -403,7 +406,7 @@ Correcao: definir `unmaskOnSubmit=false` ou formatar no adaptador de API.
403
406
  | `metadata.documentType` | string | false | n/a | Partial | See Detailed API reference. |
404
407
  | `metadata.version` | unknown | false | n/a | Partial | See Detailed API reference. |
405
408
  | `metadata.unmaskOnSubmit` | unknown | false | n/a | Partial | See Detailed API reference. |
406
- | `metadata.allowFormattedInput` | boolean | false | n/a | Partial | See Detailed API reference. |
409
+ | `metadata.allowFormattedInput` | boolean | false | `true` | Active | Masked presentation when true; canonical-character presentation when false. |
407
410
  | `metadata.effectiveFrom` | unknown | false | n/a | Partial | See Detailed API reference. |
408
411
  | `000.000.000-00` | unknown | false | n/a | Partial | See Detailed API reference. |
409
412
 
@@ -454,7 +457,7 @@ Correcao: definir `unmaskOnSubmit=false` ou formatar no adaptador de API.
454
457
  "metadata": {
455
458
  "name": "supplierDocument",
456
459
  "label": "Documento do fornecedor",
457
- "controlType": "pdx-material-cpf-cnpj-input-common",
460
+ "controlType": "cpfCnpjInput",
458
461
  "inputType": "text",
459
462
  "documentType": "cnpj",
460
463
  "version": "alpha",
@@ -2426,10 +2426,11 @@ declare class MaterialCpfCnpjInputComponent extends SimpleBaseInputComponent {
2426
2426
  writeValue(value: unknown): void;
2427
2427
  protected applyNativeDisplayMask(value?: unknown): void;
2428
2428
  handleInput(event: Event): void;
2429
- private cleanValue;
2430
- private formatValue;
2431
- private applyCpfMask;
2432
- private applyCnpjMask;
2429
+ documentInputMode(): 'numeric' | 'text';
2430
+ documentDisplayMaxLength(): number;
2431
+ private normalizeDocumentValue;
2432
+ private resolvePresentedDocumentValue;
2433
+ private resolveDocumentMask;
2433
2434
  private metadataAsField;
2434
2435
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MaterialCpfCnpjInputComponent, never>;
2435
2436
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<MaterialCpfCnpjInputComponent, "pdx-material-cpf-cnpj-input", 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>;
@@ -3689,6 +3690,22 @@ declare class InlineMultiSelectComponent extends SimpleBaseSelectComponent {
3689
3690
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineMultiSelectComponent, "pdx-inline-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>;
3690
3691
  }
3691
3692
 
3693
+ declare class InlineMaskedValueAccessorDirective implements ControlValueAccessor {
3694
+ private readonly elementRef;
3695
+ metadata: unknown;
3696
+ private onChange;
3697
+ private onTouched;
3698
+ constructor(elementRef: ElementRef<HTMLInputElement>);
3699
+ writeValue(value: unknown): void;
3700
+ registerOnChange(fn: (value: string) => void): void;
3701
+ registerOnTouched(fn: () => void): void;
3702
+ setDisabledState(isDisabled: boolean): void;
3703
+ handleInput(event: Event): void;
3704
+ handleBlur(): void;
3705
+ private resolveMask;
3706
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineMaskedValueAccessorDirective, never>;
3707
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<InlineMaskedValueAccessorDirective, "input[pdxInlineMaskedValueAccessor]", never, { "metadata": { "alias": "pdxInlineMaskedValueAccessor"; "required": false; }; }, {}, never, never, true, never>;
3708
+ }
3692
3709
  declare class InlineInputComponent extends SimpleBaseInputComponent {
3693
3710
  readonlyMode: boolean;
3694
3711
  disabledMode: boolean;
@@ -3701,6 +3718,7 @@ declare class InlineInputComponent extends SimpleBaseInputComponent {
3701
3718
  inlineMaxWidthPx: number;
3702
3719
  private resizeRafId;
3703
3720
  private maskSyncRafId;
3721
+ private pendingMaskSelection;
3704
3722
  private currentMetadata;
3705
3723
  private metadataRecord;
3706
3724
  private asRecord;
@@ -3724,6 +3742,8 @@ declare class InlineInputComponent extends SimpleBaseInputComponent {
3724
3742
  placeholderText(): string;
3725
3743
  ariaLabel(): string;
3726
3744
  errorStateMatcher(): _angular_material_core.ErrorStateMatcher;
3745
+ nativeMaxLength(): number | null;
3746
+ writeValue(value: unknown): void;
3727
3747
  private scheduleInlineResize;
3728
3748
  private scheduleMaskedDisplaySync;
3729
3749
  private recalculateInlineWidth;
@@ -3733,6 +3753,7 @@ declare class InlineInputComponent extends SimpleBaseInputComponent {
3733
3753
  private syncMaskedDisplayValue;
3734
3754
  private formatInlineDisplayValue;
3735
3755
  private resolveDisplayMask;
3756
+ private hasExplicitDisplayMask;
3736
3757
  private isInlinePhone;
3737
3758
  private resolveFieldLabelFromMetadata;
3738
3759
  private humanizeFieldName;
@@ -8171,5 +8192,5 @@ declare function normalizeFormMetadata(input: FieldMetadata[] | JsonSchema): Fie
8171
8192
  declare const CLEAR_BUTTON_CONTROL_TYPES: Set<string>;
8172
8193
  declare function supportsClearButtonControlType(controlType?: string | null): boolean;
8173
8194
 
8174
- 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, DISTANCE_RADIUS_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, OptionDisplayResolverService, 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_ASYNC_SELECT_COMPONENT_METADATA, PDX_MATERIAL_AUTOCOMPLETE_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_SLIDE_TOGGLE_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, PdxCollectionOverlayComponent, PdxCollectionOverlayTriggerDirective, PdxCollectionSearchComponent, 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, applyAlphaToColor, bindDynamicFieldsLoggerBackendFromInjector, clearDynamicFieldsLoggerBackend, configureDynamicFieldsLogger, createDynamicFieldPreviewRecipe, createErrorStateMatcher, createPraxisDynamicFieldsI18nConfig, emitToDynamicFieldsLoggerBackend, enableDebugForComponent, getControlTypeCatalog, getErrorStateMatcherForField, inferErrorStateStrategy, initializeComponentSystem, initializeComponentSystemSync, interpolateThreeStopGradientColor, isBaseDynamicFieldComponent, isLoadingCapableComponent, isValidCssColor, isValidJsonSchema, isValueBasedComponent, logger, mapJsonSchemaToFields, mapPropertyToFieldMetadata, normalizeCssColorToRgb, normalizeFormMetadata, provideMaterialAvatarMetadata, providePraxisDynamicFields, providePraxisDynamicFieldsCore, providePraxisDynamicFieldsCoreNoDefaults, providePraxisDynamicFieldsI18n, providePraxisDynamicFieldsNoDefaults, providePraxisDynamicFieldsWave1EditorialRegistry, registerPraxisDynamicFieldsWave1EditorialDescriptors, resolvePraxisDynamicFieldsText, setDynamicFieldsLoggerBackend, silenceComponent, supportsClearButtonControlType };
8195
+ 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, DISTANCE_RADIUS_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, InlineMaskedValueAccessorDirective, 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, OptionDisplayResolverService, 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_ASYNC_SELECT_COMPONENT_METADATA, PDX_MATERIAL_AUTOCOMPLETE_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_SLIDE_TOGGLE_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, PdxCollectionOverlayComponent, PdxCollectionOverlayTriggerDirective, PdxCollectionSearchComponent, 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, applyAlphaToColor, bindDynamicFieldsLoggerBackendFromInjector, clearDynamicFieldsLoggerBackend, configureDynamicFieldsLogger, createDynamicFieldPreviewRecipe, createErrorStateMatcher, createPraxisDynamicFieldsI18nConfig, emitToDynamicFieldsLoggerBackend, enableDebugForComponent, getControlTypeCatalog, getErrorStateMatcherForField, inferErrorStateStrategy, initializeComponentSystem, initializeComponentSystemSync, interpolateThreeStopGradientColor, isBaseDynamicFieldComponent, isLoadingCapableComponent, isValidCssColor, isValidJsonSchema, isValueBasedComponent, logger, mapJsonSchemaToFields, mapPropertyToFieldMetadata, normalizeCssColorToRgb, normalizeFormMetadata, provideMaterialAvatarMetadata, providePraxisDynamicFields, providePraxisDynamicFieldsCore, providePraxisDynamicFieldsCoreNoDefaults, providePraxisDynamicFieldsI18n, providePraxisDynamicFieldsNoDefaults, providePraxisDynamicFieldsWave1EditorialRegistry, registerPraxisDynamicFieldsWave1EditorialDescriptors, resolvePraxisDynamicFieldsText, setDynamicFieldsLoggerBackend, silenceComponent, supportsClearButtonControlType };
8175
8196
  export type { BaseDynamicFieldComponent, BaseValidationConfig, ComponentLifecycleEvent, ComponentLoadResult, ComponentRegistration, ConfirmDialogData, CssRgbColor, 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, PdxCollectionOverlayCloseReason, PopupSettings, PraxisDynamicFieldText, PraxisDynamicFieldsI18nOptions, PraxisDynamicFieldsI18nOverrides, PreloadStatus, RatingIconState, RegistryStats, SelectOption, ShortcutHandler, ShortcutInfo, SimpleSelectMetadata, TimeRangeValue, ValueChangeOptions };
@@ -1 +0,0 @@
1
- export { InlineInputComponent, PDX_INLINE_INPUT_COMPONENT_METADATA, PDX_INLINE_PHONE_COMPONENT_METADATA } from './praxisui-dynamic-fields.mjs';