@dereekb/dbx-form 13.42.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/fesm2022/dereekb-dbx-form-calendar.mjs +156 -196
  2. package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
  3. package/fesm2022/dereekb-dbx-form-expand.field.component-BO_8nxHg.mjs +70 -0
  4. package/fesm2022/dereekb-dbx-form-expand.field.component-BO_8nxHg.mjs.map +1 -0
  5. package/fesm2022/dereekb-dbx-form-flex.wrapper.component-C54ACtzt.mjs +40 -0
  6. package/fesm2022/dereekb-dbx-form-flex.wrapper.component-C54ACtzt.mjs.map +1 -0
  7. package/fesm2022/dereekb-dbx-form-info.field.component-CImBKYE7.mjs +61 -0
  8. package/fesm2022/dereekb-dbx-form-info.field.component-CImBKYE7.mjs.map +1 -0
  9. package/fesm2022/{dereekb-dbx-form-info.wrapper.component-ChSBMxgm.mjs → dereekb-dbx-form-info.wrapper.component-DdDCQ47C.mjs} +14 -13
  10. package/fesm2022/dereekb-dbx-form-info.wrapper.component-DdDCQ47C.mjs.map +1 -0
  11. package/fesm2022/dereekb-dbx-form-mapbox.mjs +100 -60
  12. package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -1
  13. package/fesm2022/dereekb-dbx-form-quiz.mjs +106 -73
  14. package/fesm2022/dereekb-dbx-form-quiz.mjs.map +1 -1
  15. package/fesm2022/{dereekb-dbx-form-section.wrapper.component-BoR5-a8A.mjs → dereekb-dbx-form-section.wrapper.component-CpXSvC5e.mjs} +14 -13
  16. package/fesm2022/dereekb-dbx-form-section.wrapper.component-CpXSvC5e.mjs.map +1 -0
  17. package/fesm2022/dereekb-dbx-form-style-demo.mjs +30 -39
  18. package/fesm2022/dereekb-dbx-form-style-demo.mjs.map +1 -1
  19. package/fesm2022/{dereekb-dbx-form-style.wrapper.component-C4dVNND_.mjs → dereekb-dbx-form-style.wrapper.component-CPzzgQXk.mjs} +12 -12
  20. package/fesm2022/dereekb-dbx-form-style.wrapper.component-CPzzgQXk.mjs.map +1 -0
  21. package/fesm2022/dereekb-dbx-form.mjs +949 -635
  22. package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
  23. package/package.json +24 -24
  24. package/types/dereekb-dbx-form-calendar.d.ts +55 -64
  25. package/types/dereekb-dbx-form.d.ts +51 -293
  26. package/fesm2022/dereekb-dbx-form-expand.field.component-uqVNtX2s.mjs +0 -56
  27. package/fesm2022/dereekb-dbx-form-expand.field.component-uqVNtX2s.mjs.map +0 -1
  28. package/fesm2022/dereekb-dbx-form-flex.wrapper.component-C2nN1Oi1.mjs +0 -39
  29. package/fesm2022/dereekb-dbx-form-flex.wrapper.component-C2nN1Oi1.mjs.map +0 -1
  30. package/fesm2022/dereekb-dbx-form-info.field.component-CBAXCDdO.mjs +0 -50
  31. package/fesm2022/dereekb-dbx-form-info.field.component-CBAXCDdO.mjs.map +0 -1
  32. package/fesm2022/dereekb-dbx-form-info.wrapper.component-ChSBMxgm.mjs.map +0 -1
  33. package/fesm2022/dereekb-dbx-form-section.wrapper.component-BoR5-a8A.mjs.map +0 -1
  34. package/fesm2022/dereekb-dbx-form-style.wrapper.component-C4dVNND_.mjs.map +0 -1
@@ -27,12 +27,11 @@ import * as _dereekb_date from '@dereekb/date';
27
27
  import { DateTimeMinuteConfig, DateRangeWithDateOrStringValue, DateTimezoneUtcNormalInstance, DateTimeMinuteInstance, DateRangeInput, DateRange, TimezoneInfo, TimeDurationData } from '@dereekb/date';
28
28
  import * as _angular_material_form_field from '@angular/material/form-field';
29
29
  import { MatDatepickerInputEvent, MatCalendar, DateRange as DateRange$1, MatDateRangeSelectionStrategy } from '@angular/material/datepicker';
30
- import * as _ng_forge_dynamic_forms_integration from '@ng-forge/dynamic-forms/integration';
31
- import { WrapperFieldInputs, ArrayContext, FieldTypeDefinition } from '@ng-forge/dynamic-forms/integration';
32
30
  import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
33
31
  import { MatChipInputEvent } from '@angular/material/chips';
34
32
  import { MatSelectionListChange } from '@angular/material/list';
35
33
  import { Editor } from '@bobbyquantum/ngx-editor';
34
+ import { WrapperFieldInputs, ArrayContext, FieldTypeDefinition } from '@ng-forge/dynamic-forms/integration';
36
35
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
37
36
  import { NgPopoverRef } from 'ng-overlay-container';
38
37
 
@@ -529,13 +528,13 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
529
528
  private readonly _configSub;
530
529
  readonly context: DbxForgeFormContext<O>;
531
530
  readonly config$: rxjs.Observable<FormConfig<_ng_forge_dynamic_forms.RegisteredFieldTypes[], {
532
- [x: string]: string | undefined;
531
+ [x: string]: unknown[];
533
532
  } & {
534
- [x: string]: string | undefined;
533
+ [x: string]: unknown[];
535
534
  } & {
536
- [x: string]: string | undefined;
535
+ [x: string]: unknown[];
537
536
  } & {
538
- [x: string]: string | undefined;
537
+ [x: string]: unknown[];
539
538
  } & {
540
539
  [x: string]: string | undefined;
541
540
  } & {
@@ -546,8 +545,6 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
546
545
  [x: string]: string | undefined;
547
546
  } & {
548
547
  [x: string]: string | undefined;
549
- } & {
550
- [x: string]: string | number | boolean | (string | number | boolean)[];
551
548
  } & {
552
549
  [x: string]: string | undefined;
553
550
  } & {
@@ -557,7 +554,7 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
557
554
  } & {
558
555
  [x: string]: string | undefined;
559
556
  } & {
560
- [x: string]: string | undefined;
557
+ [x: string]: string | number | boolean | (string | number | boolean)[];
561
558
  } & {
562
559
  [x: string]: string | undefined;
563
560
  } & {
@@ -577,15 +574,7 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
577
574
  } & {
578
575
  [x: string]: string | undefined;
579
576
  } & {
580
- [x: string]: Record<string, unknown>;
581
- } & {
582
- [x: string]: unknown[];
583
- } & {
584
- [x: string]: unknown[];
585
- } & {
586
- [x: string]: unknown[];
587
- } & {
588
- [x: string]: unknown[];
577
+ [x: string]: string | undefined;
589
578
  } & {
590
579
  [x: string]: string[] | number[] | number[] | number[] | number[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | (string | number | boolean | (string | number | boolean)[])[] | number[] | string[] | string[] | boolean[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | number[] | boolean[] | string[] | string[] | string[] | ({
591
580
  [x: string]: string | undefined;
@@ -627,14 +616,6 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
627
616
  [x: string]: string | undefined;
628
617
  } & {
629
618
  [x: string]: string | undefined;
630
- } & {
631
- [x: string]: string | undefined;
632
- } & {
633
- [x: string]: string | undefined;
634
- } & {
635
- [x: string]: string | undefined;
636
- } & {
637
- [x: string]: string | undefined;
638
619
  } & {
639
620
  [x: string]: unknown[];
640
621
  } & {
@@ -649,79 +630,7 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
649
630
  [x: string]: string | undefined;
650
631
  })[];
651
632
  } & {
652
- [x: string]: unknown[];
653
- } & {
654
- [x: string]: unknown[];
655
- } & {
656
- [x: string]: unknown[];
657
- } & {
658
- [x: string]: unknown[];
659
- } & {
660
- [x: string]: unknown[];
661
- } & {
662
- [x: string]: string[] | number[] | number[] | number[] | number[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | (string | number | boolean | (string | number | boolean)[])[] | number[] | string[] | string[] | boolean[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | number[] | boolean[] | string[] | string[] | string[] | ({
663
- [x: string]: string | undefined;
664
- } & {
665
- [x: string]: string | undefined;
666
- } & {
667
- [x: string]: string | undefined;
668
- } & {
669
- [x: string]: string | undefined;
670
- } & {
671
- [x: string]: string | undefined;
672
- } & {
673
- [x: string]: string | undefined;
674
- } & {
675
- [x: string]: string | undefined;
676
- } & {
677
- [x: string]: string | undefined;
678
- } & {
679
- [x: string]: string | undefined;
680
- } & {
681
- [x: string]: string | number | boolean | (string | number | boolean)[];
682
- } & {
683
- [x: string]: string | undefined;
684
- } & {
685
- [x: string]: string | undefined;
686
- } & {
687
- [x: string]: string | undefined;
688
- } & {
689
- [x: string]: string | undefined;
690
- } & {
691
- [x: string]: string | undefined;
692
- } & {
693
- [x: string]: string | undefined;
694
- } & {
695
- [x: string]: string | undefined;
696
- } & {
697
- [x: string]: string | undefined;
698
- } & {
699
- [x: string]: string | undefined;
700
- } & {
701
- [x: string]: string | undefined;
702
- } & {
703
- [x: string]: string | undefined;
704
- } & {
705
- [x: string]: string | undefined;
706
- } & {
707
- [x: string]: string | undefined;
708
- } & {
709
- [x: string]: string | undefined;
710
- } & {
711
- [x: string]: Record<string, unknown>;
712
- } & {
713
- [x: string]: unknown[];
714
- } & {
715
- [x: string]: unknown[];
716
- } & {
717
- [x: string]: unknown[];
718
- } & {
719
- [x: string]: unknown[];
720
- } & {
721
- [x: string]: string | undefined;
722
- })[];
723
- } & {
724
- [x: string]: string | undefined;
633
+ [x: string]: Record<string, unknown>;
725
634
  } & {
726
635
  [x: string]: unknown[];
727
636
  } & {
@@ -736,7 +645,6 @@ declare class DbxForgeActionDialogComponent<O> extends AbstractDialogDirective<O
736
645
  mode?: Maybe<_angular_material_progress_spinner.ProgressSpinnerMode>;
737
646
  color?: Maybe<_angular_material_core.ThemePalette | _dereekb_dbx_web.DbxColorInput>;
738
647
  spinnerColor?: Maybe<_angular_material_core.ThemePalette | _dereekb_dbx_web.DbxThemeColor>;
739
- customButtonColor?: Maybe<string>;
740
648
  customTextColor?: Maybe<string>;
741
649
  customSpinnerColor?: Maybe<string>;
742
650
  fab?: Maybe<boolean>;
@@ -920,10 +828,6 @@ declare function streamValueFromControl<T>(fromControl: AbstractControl, path?:
920
828
  * Includes the validators and validation messages set on a FieldWithValidation.
921
829
  */
922
830
  type DbxForgeFieldValidation = Pick<FieldWithValidation, 'validators' | 'validationMessages'>;
923
- /**
924
- * @deprecated Use {@link DbxForgeFieldValidation} instead.
925
- */
926
- type ForgeFieldValidation = DbxForgeFieldValidation;
927
831
 
928
832
  /**
929
833
  * A FieldDef that has been augmented with @dereekb/dbx-form specific properties that are passed to a dbx-forge form.
@@ -1013,15 +917,6 @@ declare const SELF_DEPENDENCY_TOKEN: "$self";
1013
917
  type DbxForgeFieldHintValueRef<T> = {
1014
918
  hint?: T;
1015
919
  };
1016
- /**
1017
- * A field config that includes an optional hint and description variable.
1018
- */
1019
- type DbxForgeFieldHintOrDescriptionValueRef<T> = DbxForgeFieldHintValueRef<T> & {
1020
- /**
1021
- * @deprecated use hint instead.
1022
- */
1023
- description?: T;
1024
- };
1025
920
  /**
1026
921
  * A field config that includes an optional logic variable.
1027
922
  */
@@ -1033,7 +928,7 @@ type DbxForgeFieldLogicValueRef<T> = {
1033
928
  *
1034
929
  * @see {@link DbxForgeFieldFunctionDef} instead.
1035
930
  */
1036
- type _DbxForgeFieldFunctionDef<F extends FieldDef<any>> = F extends FieldDef<infer TProps, infer _TMeta> ? TProps extends DbxForgeFieldHintValueRef<infer T> ? Pick<F, 'key'> & Partial<Omit<F, 'key' | 'type'>> & DbxForgeFieldHintOrDescriptionValueRef<T> : Pick<F, 'key'> & Partial<Omit<F, 'key' | 'type'>> : never;
931
+ type _DbxForgeFieldFunctionDef<F extends FieldDef<any>> = F extends FieldDef<infer TProps, infer _TMeta> ? TProps extends DbxForgeFieldHintValueRef<infer T> ? Pick<F, 'key'> & Partial<Omit<F, 'key' | 'type'>> & DbxForgeFieldHintValueRef<T> : Pick<F, 'key'> & Partial<Omit<F, 'key' | 'type'>> : never;
1037
932
  /**
1038
933
  * Represents an @ng-forge/dynamic-forms FieldDef that has been augmented with dbx-form specific properties.
1039
934
  *
@@ -1475,10 +1370,10 @@ declare function dbxForgeBuildFieldDef<C extends DbxForgeFieldFunctionDef<any>,
1475
1370
  */
1476
1371
  declare function dbxForgeFieldFunctionConfigure<C extends DbxForgeFieldFunctionDef<any>, FV = unknown>(...fns: DbxForgeBuildFieldDefFunction<C, FV>[]): DbxForgeBuildFieldDefFunction<C, FV>;
1477
1372
  /**
1478
- * Creates a {@link DbxForgeFieldFunctionConfigPropsBuilder} that automatically copies `hint` (or the deprecated `description`)
1373
+ * Creates a {@link DbxForgeFieldFunctionConfigPropsBuilder} that automatically copies `hint`
1479
1374
  * from the top-level field config into `props.hint`.
1480
1375
  *
1481
- * Historically hint/description lived at the base config level. In `@ng-forge/dynamic-forms` hints are
1376
+ * Historically the hint lived at the base config level. In `@ng-forge/dynamic-forms` hints are
1482
1377
  * expected under `props`, so this builder bridges that gap.
1483
1378
  *
1484
1379
  * @param makeProps - Optional delegate that produces additional props; its result is merged before the hint is applied.
@@ -1492,7 +1387,7 @@ declare function dbxForgeFieldFunctionConfigure<C extends DbxForgeFieldFunctionD
1492
1387
  * });
1493
1388
  * ```
1494
1389
  */
1495
- declare function dbxForgeFieldFunctionConfigPropsWithHintBuilder<C extends DbxForgeFieldFunctionDef<any> & DbxForgeFieldHintOrDescriptionValueRef<any>>(makeProps?: DbxForgeFieldFunctionConfigPropsBuilder<C>): DbxForgeFieldFunctionConfigPropsBuilder<C>;
1390
+ declare function dbxForgeFieldFunctionConfigPropsWithHintBuilder<C extends DbxForgeFieldFunctionDef<any> & DbxForgeFieldHintValueRef<any>>(makeProps?: DbxForgeFieldFunctionConfigPropsBuilder<C>): DbxForgeFieldFunctionConfigPropsBuilder<C>;
1496
1391
 
1497
1392
  /**
1498
1393
  * Semantic type to disable autocomplete on a field. Pass `false` to the autocomplete property.
@@ -1595,7 +1490,7 @@ type DbxForgeStringInputFieldDef = BaseValueField<Omit<MatInputProps, 'type'> &
1595
1490
  type?: DbxForgeTextFieldInputType;
1596
1491
  }, string> & {
1597
1492
  type: 'input';
1598
- } & DbxForgeFieldHintOrDescriptionValueRef<DynamicText>;
1493
+ } & DbxForgeFieldHintValueRef<DynamicText>;
1599
1494
  /**
1600
1495
  * HTML input type for a text field.
1601
1496
  */
@@ -1715,7 +1610,7 @@ interface DbxForgeEmailFieldConfig {
1715
1610
  readonly placeholder?: string;
1716
1611
  readonly required?: boolean;
1717
1612
  readonly readonly?: boolean;
1718
- readonly description?: string;
1613
+ readonly hint?: DynamicText;
1719
1614
  /**
1720
1615
  * Sets the autocomplete attribute on the input. Pass `false` to disable browser autofill.
1721
1616
  */
@@ -2219,14 +2114,6 @@ interface DbxForgeCheckboxFieldConfig extends DbxForgeFieldFunctionDef<MatCheckb
2219
2114
  * ```
2220
2115
  */
2221
2116
  declare const dbxForgeCheckboxField: _dereekb_dbx_form.DbxForgeFieldFunction<DbxForgeCheckboxFieldConfig, MatCheckboxField>;
2222
- /**
2223
- * CSS class applied to forge fields when `styledBox` is enabled.
2224
- *
2225
- * @deprecated Boolean fields now use the Material-style form-field wrapper to render the
2226
- * outlined chrome and standard label/hint/error subscript. Retained as an export for any
2227
- * consumers still referencing the class name directly.
2228
- */
2229
- declare const FORGE_STYLED_BOX_CLASS = "dbx-forge-styled-box";
2230
2117
 
2231
2118
  declare enum DbxDateTimeFieldTimeMode {
2232
2119
  /**
@@ -3146,9 +3033,9 @@ declare class DbxForgeFixedDateRangeFieldComponent {
3146
3033
  readonly valueModeSignal: Signal<DbxDateTimeValueMode>;
3147
3034
  readonly showRangeInputSignal: Signal<boolean>;
3148
3035
  readonly showTimezoneSignal: Signal<boolean>;
3149
- readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3036
+ readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3150
3037
  readonly showErrors: Signal<boolean>;
3151
- readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3038
+ readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3152
3039
  protected readonly hintIdSignal: Signal<string>;
3153
3040
  protected readonly errorIdSignal: Signal<string>;
3154
3041
  protected readonly ariaInvalidSignal: Signal<"true" | null>;
@@ -3352,9 +3239,9 @@ declare class DbxForgeDateRangeFieldComponent {
3352
3239
  readonly effectiveAppearanceSignal: Signal<_angular_material_form_field.MatFormFieldAppearance>;
3353
3240
  readonly minDateSignal: Signal<Maybe<Date>>;
3354
3241
  readonly maxDateSignal: Signal<Maybe<Date>>;
3355
- readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3242
+ readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3356
3243
  readonly showErrors: Signal<boolean>;
3357
- readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3244
+ readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3358
3245
  protected readonly hintIdSignal: Signal<string>;
3359
3246
  protected readonly errorIdSignal: Signal<string>;
3360
3247
  protected readonly ariaInvalidSignal: Signal<"true" | null>;
@@ -3505,9 +3392,9 @@ declare class DbxForgeTimeDurationFieldComponent {
3505
3392
  */
3506
3393
  readonly displayUnitsSignal: Signal<TimeUnit[]>;
3507
3394
  readonly isDisabled: Signal<boolean>;
3508
- readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3395
+ readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3509
3396
  readonly showErrors: Signal<boolean>;
3510
- readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3397
+ readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3511
3398
  protected readonly hintIdSignal: Signal<string>;
3512
3399
  protected readonly errorIdSignal: Signal<string>;
3513
3400
  protected readonly ariaInvalidSignal: Signal<"true" | null>;
@@ -3710,9 +3597,9 @@ declare class DbxForgePhoneFieldComponent {
3710
3597
  readonly effectiveAppearanceSignal: Signal<_angular_material_form_field.MatFormFieldAppearance>;
3711
3598
  readonly effectiveAutocompleteSignal: Signal<"tel" | "off">;
3712
3599
  readonly isDisabled: Signal<boolean>;
3713
- readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3600
+ readonly resolvedErrors: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3714
3601
  readonly showErrors: Signal<boolean>;
3715
- readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
3602
+ readonly errorsToDisplaySignal: Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
3716
3603
  protected readonly hintIdSignal: Signal<string>;
3717
3604
  protected readonly errorIdSignal: Signal<string>;
3718
3605
  protected readonly ariaInvalidSignal: Signal<"true" | null>;
@@ -4101,10 +3988,6 @@ type DbxForgeValueSelectionFieldFunction = <T = unknown>(config: DbxForgeValueSe
4101
3988
  * ```
4102
3989
  */
4103
3990
  declare const dbxForgeValueSelectionField: DbxForgeValueSelectionFieldFunction;
4104
- /**
4105
- * @deprecated Use {@link DbxForgeValueSelectionFieldFunction} instead.
4106
- */
4107
- type ForgeValueSelectionFieldFunction = DbxForgeValueSelectionFieldFunction;
4108
3991
 
4109
3992
  /**
4110
3993
  * A selectable value paired with optional metadata.
@@ -4384,9 +4267,9 @@ declare class DbxForgeSearchableTextFieldComponent<T = unknown, M = unknown, H e
4384
4267
  private readonly _singleValueSyncSub;
4385
4268
  private readonly _valuesSubject;
4386
4269
  readonly isDisabled: _angular_core.Signal<boolean>;
4387
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4270
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4388
4271
  readonly showErrors: _angular_core.Signal<boolean>;
4389
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4272
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4390
4273
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
4391
4274
  protected readonly ariaDescribedBySignal: _angular_core.Signal<string | null>;
4392
4275
  readonly showClearValueSignal: _angular_core.Signal<boolean>;
@@ -4420,9 +4303,9 @@ declare class DbxForgeSearchableChipFieldComponent<T = unknown, M = unknown, H e
4420
4303
  readonly field: _angular_core.InputSignal<FieldTree<T | T[]>>;
4421
4304
  readonly separatorKeysCodes: number[];
4422
4305
  readonly isDisabled: _angular_core.Signal<boolean>;
4423
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4306
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4424
4307
  readonly showErrors: _angular_core.Signal<boolean>;
4425
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4308
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4426
4309
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
4427
4310
  protected readonly ariaDescribedBySignal: _angular_core.Signal<string | null>;
4428
4311
  private readonly _blur;
@@ -4603,9 +4486,9 @@ declare abstract class AbstractForgePickableItemFieldDirective<T = unknown, M =
4603
4486
  readonly showTextFilterSignal: _angular_core.Signal<boolean>;
4604
4487
  readonly filterLabelSignal: _angular_core.Signal<string | undefined>;
4605
4488
  readonly footerConfigSignal: _angular_core.Signal<_dereekb_dbx_core.DbxInjectionComponentConfig<unknown> | undefined>;
4606
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4489
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4607
4490
  readonly showErrors: _angular_core.Signal<boolean>;
4608
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4491
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4609
4492
  protected readonly hintIdSignal: _angular_core.Signal<string>;
4610
4493
  protected readonly errorIdSignal: _angular_core.Signal<string>;
4611
4494
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
@@ -4944,9 +4827,9 @@ declare class DbxForgeSourceSelectFieldComponent<T extends PrimativeKey = Primat
4944
4827
  readonly hintSignal: _angular_core.Signal<Maybe<string>>;
4945
4828
  readonly effectiveAppearanceSignal: _angular_core.Signal<_angular_material_form_field.MatFormFieldAppearance>;
4946
4829
  readonly effectiveSubscriptSizingSignal: _angular_core.Signal<_angular_material_form_field.SubscriptSizing>;
4947
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4830
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4948
4831
  readonly showErrors: _angular_core.Signal<boolean>;
4949
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4832
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
4950
4833
  protected readonly hintIdSignal: _angular_core.Signal<string>;
4951
4834
  protected readonly errorIdSignal: _angular_core.Signal<string>;
4952
4835
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
@@ -5111,9 +4994,9 @@ declare class DbxForgeListSelectionFieldComponent<T = unknown, C extends Abstrac
5111
4994
  * the prop is absent so the existing 300px default in `_list.scss` wins.
5112
4995
  */
5113
4996
  readonly maxHeightCssVarSignal: _angular_core.Signal<Maybe<string>>;
5114
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4997
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
5115
4998
  readonly showErrors: _angular_core.Signal<boolean>;
5116
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
4999
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
5117
5000
  protected readonly hintIdSignal: _angular_core.Signal<string>;
5118
5001
  protected readonly errorIdSignal: _angular_core.Signal<string>;
5119
5002
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
@@ -5164,10 +5047,6 @@ type DbxForgeChecklistFieldFunction = <T = unknown>(config: DbxForgeChecklistFie
5164
5047
  * ```
5165
5048
  */
5166
5049
  declare const dbxForgeChecklistField: DbxForgeChecklistFieldFunction;
5167
- /**
5168
- * @deprecated Use {@link DbxForgeChecklistFieldFunction} instead.
5169
- */
5170
- type ForgeChecklistFieldFunction = DbxForgeChecklistFieldFunction;
5171
5050
 
5172
5051
  /**
5173
5052
  * The custom forge field type name for the component field.
@@ -5270,10 +5149,6 @@ type DbxForgeComponentFieldFunction = <T = unknown>(config: DbxForgeComponentFie
5270
5149
  * ```
5271
5150
  */
5272
5151
  declare const dbxForgeComponentField: DbxForgeComponentFieldFunction;
5273
- /**
5274
- * @deprecated Use {@link DbxForgeComponentFieldFunction} instead.
5275
- */
5276
- type ForgeComponentFieldFunction = DbxForgeComponentFieldFunction;
5277
5152
 
5278
5153
  /**
5279
5154
  * Props interface for the forge text editor field.
@@ -5334,9 +5209,9 @@ declare class DbxForgeTextEditorFieldComponent implements OnInit, OnDestroy {
5334
5209
  readonly labelSignal: _angular_core.Signal<string | undefined>;
5335
5210
  readonly placeholderSignal: _angular_core.Signal<string>;
5336
5211
  readonly descriptionSignal: _angular_core.Signal<string | undefined>;
5337
- readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
5212
+ readonly resolvedErrors: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
5338
5213
  readonly showErrors: _angular_core.Signal<boolean>;
5339
- readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_integration.ResolvedError[]>;
5214
+ readonly errorsToDisplaySignal: _angular_core.Signal<_ng_forge_dynamic_forms_internal.ResolvedError[]>;
5340
5215
  protected readonly hintIdSignal: _angular_core.Signal<string>;
5341
5216
  protected readonly errorIdSignal: _angular_core.Signal<string>;
5342
5217
  protected readonly ariaInvalidSignal: _angular_core.Signal<"true" | null>;
@@ -5946,16 +5821,6 @@ interface DbxForgeFlexLayoutConfig extends Omit<DbxForgeFlexWrapper, 'type'> {
5946
5821
  * @returns A {@link ContainerField} with the flex wrapper applied and per-child sizing classes.
5947
5822
  */
5948
5823
  declare function dbxForgeFlexLayout(config: DbxForgeFlexLayoutConfig): ContainerField;
5949
- /**
5950
- * @deprecated Pass a {@link DbxForgeFlexLayoutConfig} object instead — the array form
5951
- * diverges from how every other forge field factory is configured. Move array entries
5952
- * into the `fields` property of the config object.
5953
- *
5954
- * @param fields - Child fields (or {@link DbxForgeFlexLayoutFieldConfig} entries with per-field size overrides).
5955
- * @param config - Optional layout config (without `fields`) carrying breakpoint/sizing defaults.
5956
- * @returns A {@link ContainerField} with the flex wrapper applied and per-child sizing classes.
5957
- */
5958
- declare function dbxForgeFlexLayout(fields: readonly (FieldDef<unknown> | DbxForgeFlexLayoutFieldConfig)[], config?: Omit<DbxForgeFlexLayoutConfig, 'fields'>): ContainerField;
5959
5824
 
5960
5825
  /**
5961
5826
  * Registered wrapper type name for the Material-style form-field wrapper.
@@ -6414,13 +6279,13 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6414
6279
  readonly dynamicForm: _angular_core.Signal<DynamicForm<_ng_forge_dynamic_forms.RegisteredFieldTypes[], Record<string, unknown>> | undefined>;
6415
6280
  readonly formValue: _angular_core.WritableSignal<T>;
6416
6281
  readonly configSignal: _angular_core.Signal<_ng_forge_dynamic_forms.FormConfig<_ng_forge_dynamic_forms.RegisteredFieldTypes[], {
6417
- [x: string]: string | undefined;
6282
+ [x: string]: unknown[];
6418
6283
  } & {
6419
- [x: string]: string | undefined;
6284
+ [x: string]: unknown[];
6420
6285
  } & {
6421
- [x: string]: string | undefined;
6286
+ [x: string]: unknown[];
6422
6287
  } & {
6423
- [x: string]: string | undefined;
6288
+ [x: string]: unknown[];
6424
6289
  } & {
6425
6290
  [x: string]: string | undefined;
6426
6291
  } & {
@@ -6431,8 +6296,6 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6431
6296
  [x: string]: string | undefined;
6432
6297
  } & {
6433
6298
  [x: string]: string | undefined;
6434
- } & {
6435
- [x: string]: string | number | boolean | (string | number | boolean)[];
6436
6299
  } & {
6437
6300
  [x: string]: string | undefined;
6438
6301
  } & {
@@ -6442,7 +6305,7 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6442
6305
  } & {
6443
6306
  [x: string]: string | undefined;
6444
6307
  } & {
6445
- [x: string]: string | undefined;
6308
+ [x: string]: string | number | boolean | (string | number | boolean)[];
6446
6309
  } & {
6447
6310
  [x: string]: string | undefined;
6448
6311
  } & {
@@ -6462,15 +6325,7 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6462
6325
  } & {
6463
6326
  [x: string]: string | undefined;
6464
6327
  } & {
6465
- [x: string]: Record<string, unknown>;
6466
- } & {
6467
- [x: string]: unknown[];
6468
- } & {
6469
- [x: string]: unknown[];
6470
- } & {
6471
- [x: string]: unknown[];
6472
- } & {
6473
- [x: string]: unknown[];
6328
+ [x: string]: string | undefined;
6474
6329
  } & {
6475
6330
  [x: string]: string[] | number[] | number[] | number[] | number[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | (string | number | boolean | (string | number | boolean)[])[] | number[] | string[] | string[] | boolean[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | number[] | boolean[] | string[] | string[] | string[] | ({
6476
6331
  [x: string]: string | undefined;
@@ -6512,14 +6367,6 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6512
6367
  [x: string]: string | undefined;
6513
6368
  } & {
6514
6369
  [x: string]: string | undefined;
6515
- } & {
6516
- [x: string]: string | undefined;
6517
- } & {
6518
- [x: string]: string | undefined;
6519
- } & {
6520
- [x: string]: string | undefined;
6521
- } & {
6522
- [x: string]: string | undefined;
6523
6370
  } & {
6524
6371
  [x: string]: unknown[];
6525
6372
  } & {
@@ -6534,79 +6381,7 @@ declare class DbxForgeFormComponent<T extends object = object> implements DbxFor
6534
6381
  [x: string]: string | undefined;
6535
6382
  })[];
6536
6383
  } & {
6537
- [x: string]: unknown[];
6538
- } & {
6539
- [x: string]: unknown[];
6540
- } & {
6541
- [x: string]: unknown[];
6542
- } & {
6543
- [x: string]: unknown[];
6544
- } & {
6545
- [x: string]: unknown[];
6546
- } & {
6547
- [x: string]: string[] | number[] | number[] | number[] | number[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | (string | number | boolean | (string | number | boolean)[])[] | number[] | string[] | string[] | boolean[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | string[] | number[] | boolean[] | string[] | string[] | string[] | ({
6548
- [x: string]: string | undefined;
6549
- } & {
6550
- [x: string]: string | undefined;
6551
- } & {
6552
- [x: string]: string | undefined;
6553
- } & {
6554
- [x: string]: string | undefined;
6555
- } & {
6556
- [x: string]: string | undefined;
6557
- } & {
6558
- [x: string]: string | undefined;
6559
- } & {
6560
- [x: string]: string | undefined;
6561
- } & {
6562
- [x: string]: string | undefined;
6563
- } & {
6564
- [x: string]: string | undefined;
6565
- } & {
6566
- [x: string]: string | number | boolean | (string | number | boolean)[];
6567
- } & {
6568
- [x: string]: string | undefined;
6569
- } & {
6570
- [x: string]: string | undefined;
6571
- } & {
6572
- [x: string]: string | undefined;
6573
- } & {
6574
- [x: string]: string | undefined;
6575
- } & {
6576
- [x: string]: string | undefined;
6577
- } & {
6578
- [x: string]: string | undefined;
6579
- } & {
6580
- [x: string]: string | undefined;
6581
- } & {
6582
- [x: string]: string | undefined;
6583
- } & {
6584
- [x: string]: string | undefined;
6585
- } & {
6586
- [x: string]: string | undefined;
6587
- } & {
6588
- [x: string]: string | undefined;
6589
- } & {
6590
- [x: string]: string | undefined;
6591
- } & {
6592
- [x: string]: string | undefined;
6593
- } & {
6594
- [x: string]: string | undefined;
6595
- } & {
6596
- [x: string]: Record<string, unknown>;
6597
- } & {
6598
- [x: string]: unknown[];
6599
- } & {
6600
- [x: string]: unknown[];
6601
- } & {
6602
- [x: string]: unknown[];
6603
- } & {
6604
- [x: string]: unknown[];
6605
- } & {
6606
- [x: string]: string | undefined;
6607
- })[];
6608
- } & {
6609
- [x: string]: string | undefined;
6384
+ [x: string]: Record<string, unknown>;
6610
6385
  } & {
6611
6386
  [x: string]: unknown[];
6612
6387
  } & {
@@ -6951,10 +6726,10 @@ declare module '@ng-forge/dynamic-forms' {
6951
6726
  }
6952
6727
  }
6953
6728
 
6954
- interface DbxFormSearchFormFieldsValue {
6729
+ interface DbxForgePresetSearchFormFieldsValue {
6955
6730
  readonly search: string;
6956
6731
  }
6957
- interface DbxFormSearchFormFieldsConfig {
6732
+ interface DbxForgePresetSearchFormFieldsConfig {
6958
6733
  readonly key?: string;
6959
6734
  readonly label?: string;
6960
6735
  readonly placeholder?: string;
@@ -6968,18 +6743,16 @@ interface DbxFormSearchFormFieldsConfig {
6968
6743
  * Creates a forge field array for a simple search form with a single text input.
6969
6744
  *
6970
6745
  * @param config - Optional search field configuration with label and placeholder.
6971
- * @returns The forge field defs for the search form
6972
- *
6973
- * TODO(migrate): Will be renamed in a future release to dbxForgePresetSearchFormFields.
6746
+ * @returns The forge field defs for the search form.
6974
6747
  */
6975
- declare function dbxFormSearchFormFields(config: Maybe<DbxFormSearchFormFieldsConfig>): DbxForgeField<MatInputField>[];
6748
+ declare function dbxForgePresetSearchFormFields(config: Maybe<DbxForgePresetSearchFormFieldsConfig>): DbxForgeField<MatInputField>[];
6976
6749
 
6977
- declare class DbxFormSearchFormComponent extends AbstractConfigAsyncForgeFormDirective<DbxFormSearchFormFieldsValue, DbxFormSearchFormFieldsConfig> {
6750
+ declare class DbxForgePresetSearchFormComponent extends AbstractConfigAsyncForgeFormDirective<DbxForgePresetSearchFormFieldsValue, DbxForgePresetSearchFormFieldsConfig> {
6978
6751
  readonly search: _angular_core.OutputEmitterRef<string>;
6979
6752
  readonly formConfig$: Observable<Maybe<FormConfig>>;
6980
- searchChanged(value: Maybe<DbxFormSearchFormFieldsValue>): void;
6981
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFormSearchFormComponent, never>;
6982
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFormSearchFormComponent, "dbx-form-search-form", never, {}, { "search": "search"; }, never, never, true, never>;
6753
+ searchChanged(value: Maybe<DbxForgePresetSearchFormFieldsValue>): void;
6754
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxForgePresetSearchFormComponent, never>;
6755
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxForgePresetSearchFormComponent, "dbx-form-search-form", never, {}, { "search": "search"; }, never, never, true, never>;
6983
6756
  }
6984
6757
 
6985
6758
  /**
@@ -7174,21 +6947,6 @@ declare function dbxForgeUsernamePasswordLoginFields(config: DbxForgeUsernameLog
7174
6947
  * ```
7175
6948
  */
7176
6949
  declare function dbxForgeUsernameLoginField(username: DbxForgeUsernameLoginFieldUsernameConfigInput): DbxForgeField<MatInputField>;
7177
- /**
7178
- * @deprecated use DEFAULT_DBX_FORGE_PASSWORDS_MATCH_VALIDATION_MESSAGE instead.
7179
- * @dbxAllowDefaultPrefix
7180
- */
7181
- declare const DBX_FORGE_DEFAULT_PASSWORDS_MATCH_VALIDATION_MESSAGE = "The passwords do not match.";
7182
- /**
7183
- * @deprecated use DEFAULT_DBX_FORGE_TEXT_PASSWORD_AUTOCOMPLETE instead.
7184
- * @dbxAllowDefaultPrefix
7185
- */
7186
- declare const DBX_FORGE_TEXT_PASSWORD_DEFAULT_AUTOCOMPLETE = "current-password";
7187
- /**
7188
- * @deprecated use DEFAULT_DBX_FORGE_TEXT_VERIFY_PASSWORD_AUTOCOMPLETE instead.
7189
- * @dbxAllowDefaultPrefix
7190
- */
7191
- declare const DBX_FORGE_TEXT_VERIFY_PASSWORD_DEFAULT_AUTOCOMPLETE = "new-password";
7192
6950
 
7193
6951
  /**
7194
6952
  * Configuration for a forge timezone string field.
@@ -7824,5 +7582,5 @@ interface ProvideDbxFormConfigurationConfig {
7824
7582
  */
7825
7583
  declare function provideDbxFormConfiguration(config?: ProvideDbxFormConfigurationConfig): EnvironmentProviders;
7826
7584
 
7827
- export { APP_ACTION_FORM_DISABLED_KEY, AbstractAsyncForgeFormDirective, AbstractConfigAsyncForgeFormDirective, AbstractDbxSearchableFieldDisplayDirective, AbstractForgeFormDirective, AbstractForgePickableItemFieldDirective, AbstractForgeSearchableFieldDirective, AbstractSyncForgeFormDirective, DBX_DATE_TIME_FIELD_DATE_NOT_IN_SCHEDULE_ERROR, DBX_DATE_TIME_FIELD_MENU_PRESETS_TOKEN, DBX_DATE_TIME_FIELD_TIME_NOT_IN_RANGE_ERROR, DBX_FORGE_ARRAY_FIELD_ELEMENT_WRAPPER_NAME, DBX_FORGE_ARRAY_FIELD_WRAPPER_NAME, DBX_FORGE_DEFAULT_PASSWORDS_MATCH_VALIDATION_MESSAGE, DBX_FORGE_FIELD_TYPES, DBX_FORGE_FIELD_WRAPPER_TYPES, DBX_FORGE_FLEX_WRAPPER_TYPE_NAME, DBX_FORGE_FORM_COMPONENT_TEMPLATE, DBX_FORGE_FORM_FIELD_WRAPPER_NAME, DBX_FORGE_INFO_WRAPPER_TYPE_NAME, DBX_FORGE_PASSWORDS_MATCH_VALIDATION_KIND, DBX_FORGE_SEARCHABLE_CHIP_FIELD_TYPE_NAME, DBX_FORGE_SEARCHABLE_TEXT_FIELD_TYPE_NAME, DBX_FORGE_SECTION_WRAPPER_TYPE_NAME, DBX_FORGE_STYLE_WRAPPER_TYPE_NAME, DBX_FORGE_TEXT_PASSWORD_DEFAULT_AUTOCOMPLETE, DBX_FORGE_TEXT_VERIFY_PASSWORD_DEFAULT_AUTOCOMPLETE, DBX_FORGE_WORKING_WRAPPER_TYPE_NAME, DBX_SEARCHABLE_FIELD_COMPONENT_DATA_TOKEN, DEFAULT_DATE_TIME_FIELD_MENU_PRESETS_PRESETS, DEFAULT_DBX_FORGE_PASSWORDS_MATCH_VALIDATION_MESSAGE, DEFAULT_DBX_FORGE_TEXT_PASSWORD_AUTOCOMPLETE, DEFAULT_DBX_FORGE_TEXT_VERIFY_PASSWORD_AUTOCOMPLETE, DEFAULT_DURATION_PICKER_POPOVER_KEY, DEFAULT_FORGE_LAT_LNG_TEXT_FIELD_PATTERN_MESSAGE, DEFAULT_FORGE_LAT_LNG_TEXT_FIELD_PLACEHOLDER, DEFAULT_FORM_DISABLED_KEY, DEFAULT_TRANSFORM_DEBOUNCE_TIME, DbxActionFormDirective, DbxActionFormSafetyDirective, DbxDateTimeFieldMenuPresetsService, DbxDateTimeFieldTimeMode, DbxDateTimeValueMode, DbxDefaultSearchableFieldDisplayComponent, DbxDurationPickerPopoverComponent, DbxForgeActionDialogComponent, DbxForgeArrayFieldElementWrapperComponent, DbxForgeArrayFieldWrapperComponent, DbxForgeAsyncConfigFormComponent, DbxForgeComponentFieldComponent, DbxForgeDateRangeFieldComponent, DbxForgeDateTimeFieldComponent, DbxForgeDynamicFormSignalRef, DbxForgeFixedDateRangeFieldComponent, DbxForgeFixedDateRangeFieldSelectionStrategy, DbxForgeFormComponent, DbxForgeFormComponentImportsModule, DbxForgeFormContext, DbxForgeFormContextService, DbxForgeFormFieldWrapperComponent, DbxForgeGlobalDefaultConfigService, DbxForgeListSelectionFieldComponent, DbxForgePhoneFieldComponent, DbxForgePickableChipFieldComponent, DbxForgePickableListFieldComponent, DbxForgeSearchableChipFieldComponent, DbxForgeSearchableTextFieldComponent, DbxForgeSourceSelectFieldComponent, DbxForgeTextEditorFieldComponent, DbxForgeTimeDurationFieldComponent, DbxForgeWorkingWrapperComponent, DbxForm, DbxFormLoadingSourceDirective, DbxFormLoggerDirective, DbxFormSearchFormComponent, DbxFormSourceDirective, DbxFormSpacerDirective, DbxFormState, DbxFormValueChangeDirective, DbxMutableForm, DbxSearchableFieldAutocompleteItemComponent, FIELD_VALUES_ARE_EQUAL_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_ERROR_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_VALIDATION_KEY, FORGE_COMPONENT_FIELD_TYPE, FORGE_DATERANGE_FIELD_TYPE, FORGE_DATETIME_FIELD_TYPE, FORGE_EXPAND_FIELD_TYPE_NAME, FORGE_FIELD_VALUE_IS_AVAILABLE_VALIDATOR_NAME, FORGE_FIXEDDATERANGE_FIELD_TYPE, FORGE_INFO_BUTTON_FIELD_TYPE_NAME, FORGE_IS_DIVISIBLE_BY_VALIDATION_KEY, FORGE_LIST_SELECTION_FIELD_TYPE, FORGE_PHONE_FIELD_TYPE, FORGE_PICKABLE_CHIP_FIELD_TYPE, FORGE_PICKABLE_LIST_FIELD_TYPE, FORGE_SOURCE_SELECT_FIELD_TYPE, FORGE_STYLED_BOX_CLASS, FORGE_TEXT_EDITOR_FIELD_TYPE, FORGE_TIMEDURATION_FIELD_TYPE, FORGE_VALUE_SELECTION_FIELD_TYPE, INVALID_PHONE_NUMBER_EXTENSION_MESSAGE, INVALID_PHONE_NUMBER_MESSAGE, IS_DIVISIBLE_BY_VALIDATION_KEY, IS_NOT_WEBSITE_URL_VALIDATION_KEY, IS_NOT_WEBSITE_URL_WITH_EXPECTED_DOMAIN_VALIDATION_KEY, IS_NOT_WEBSITE_URL_WITH_PREFIX_VALIDATION_KEY, SELF_DEPENDENCY_TOKEN, _filterForgeFormValueKeepInternal, _filterForgeFormValueStripInternal, _forgeFormValueEqual, applyTimeOffset, buildCombinedDateTime, computeDateKeyboardStep, computeErrorMessage, computeTimeKeyboardStep, configureDbxForgeFormFieldWrapper, configureDbxForgeFormFieldWrapperWith, configureForgeAutocompleteFieldMeta, copyFormConfigCustomFnConfig, dateRangeFieldMapper, dateTimeFieldCalc, dateTimeFieldMapper, dateTimePreset, dbxDateRangeIsSameDateRangeFieldValue, dbxDateTimeInputValueParseFactory, dbxDateTimeIsSameDateTimeFieldValue, dbxDateTimeOutputValueFactory, dbxForgeAddressFields, dbxForgeAddressGroup, dbxForgeAddressLineField, dbxForgeAddressListField, dbxForgeArrayField, dbxForgeBuildFieldDef, dbxForgeCheckboxField, dbxForgeChecklistField, dbxForgeCityField, dbxForgeComponentField, dbxForgeContainer, dbxForgeCountryField, dbxForgeDateField, dbxForgeDateRangeRow, dbxForgeDateTimeField, dbxForgeDateTimeRangeRow, dbxForgeDefaultValidationMessages, dbxForgeDollarAmountField, dbxForgeEmailField, dbxForgeExpandWrapper, dbxForgeFieldDisabled, dbxForgeFieldFunction, dbxForgeFieldFunctionConfigPropsWithHintBuilder, dbxForgeFieldFunctionConfigure, dbxForgeFinalizeFormConfig, dbxForgeFixedDateRangeField, dbxForgeFlexLayout, provideDbxForgeFormContext as dbxForgeFormComponentProviders, dbxForgeGroup, dbxForgeInfoWrapper, dbxForgeLatLngTextField, dbxForgeListSelectionField, dbxForgeNameField, dbxForgeNumberField, dbxForgeNumberSliderField, dbxForgePhoneField, dbxForgePickableChipField, dbxForgePickableListField, dbxForgeRow, dbxForgeSearchableChipField, dbxForgeSearchableStringChipField, dbxForgeSearchableTextField, dbxForgeSectionWrapper, dbxForgeSourceSelectField, dbxForgeStateField, dbxForgeStyleWrapper, dbxForgeSubsectionWrapper, dbxForgeTextAreaField, dbxForgeTextEditorField, dbxForgeTextField, dbxForgeTextIsAvailableField, dbxForgeTextPasswordField, dbxForgeTextPasswordWithVerifyField, dbxForgeTextVerifyPasswordField, dbxForgeTimeDurationField, dbxForgeTimezoneStringField, dbxForgeToggleField, dbxForgeToggleWrapper, dbxForgeUsernameLoginField, dbxForgeUsernamePasswordLoginFields, dbxForgeValueSelectionField, dbxForgeWebsiteUrlField, dbxForgeZipCodeField, dbxFormSearchFormFields, dbxFormSourceObservable, dbxFormSourceObservableFromStream, disableAutofillAttributes, fieldAutocompleteAttributeValue, fieldValueIsAvailableValidator, fieldValuesAreEqualValidator, filterPickableItemFieldValuesByLabel, filterPickableItemFieldValuesByLabelFilterFunction, filterPresets, fixedDateRangeFieldMapper, isDivisibleBy, isDomain, isE164PhoneNumber, isE164PhoneNumberWithValidExtension, isInRange, isPhoneExtension, isTruthy, isWebsiteUrlValidator, mergeDbxForgeFieldFormConfig, mergePickerConfig, navigateDate, phoneFieldMapper, pickableValueFieldValuesConfigForStaticLabeledValues, provideDbxForgeFormContext, provideDbxForgeFormFieldDeclarations, provideDbxForm, provideDbxFormConfiguration, provideDbxMutableForm, resolveForgeSelectionOptions, streamValueFromControl, stripEmptyForgeValues, stripForgeInternalKeys, timeDurationFieldMapper, toggleDisableFormControl };
7828
- export type { ApplyTimeOffsetInput, ConfiguredSearchableValueFieldDisplayValue, DateTimeCalcInput, DateTimeFieldCalc, DateTimePreset, DateTimePresetConfiguration, DateTimePresetValue, DbxActionFormMapValueFunction, DbxDateTimeFieldSyncType, DbxDateTimePickerConfiguration, DbxDurationPickerChangeCallback, DbxDurationPickerPopoverData, DbxFixedDateRangeDateRangeInput, DbxFixedDateRangePickerConfiguration, DbxFixedDateRangePicking, DbxFixedDateRangeSelectionMode, DbxForgeActionDialogComponentButtonConfig, DbxForgeActionDialogComponentConfig, DbxForgeAddressFieldsConfig, DbxForgeAddressGroupConfig, DbxForgeAddressLineFieldConfig, DbxForgeAddressListFieldConfig, DbxForgeArrayFieldConfig, DbxForgeArrayFieldElementWrapperDef, DbxForgeArrayFieldElementWrapperProps, DbxForgeArrayFieldFunction, DbxForgeArrayFieldWrapperDef, DbxForgeArrayFieldWrapperProps, DbxForgeArrayItemEvaluationContextInput, DbxForgeArrayItemEvaluationFn, DbxForgeBooleanShowLabelAt, DbxForgeBuildFieldDefConfig, DbxForgeBuildFieldDefFunction, DbxForgeCheckboxFieldConfig, DbxForgeChecklistFieldConfig, DbxForgeChecklistFieldFunction, DbxForgeCityFieldConfig, DbxForgeComponentFieldConfig, DbxForgeComponentFieldDef, DbxForgeComponentFieldFunction, DbxForgeComponentFieldProps, DbxForgeContainerConfig, DbxForgeContainerLogicConfig, DbxForgeCountryFieldConfig, DbxForgeDateFieldConfig, DbxForgeDateRangeFieldComponentProps, DbxForgeDateRangeFieldDateConfig, DbxForgeDateRangeFieldDef, DbxForgeDateRangeRowConfig, DbxForgeDateRangeValue, DbxForgeDateTimeFieldComponentProps, DbxForgeDateTimeFieldConfig, DbxForgeDateTimeFieldDef, DbxForgeDateTimeRangeFieldTimeConfig, DbxForgeDateTimeRangeRowConfig, DbxForgeDateTimeSyncField, DbxForgeDefaultUsernameLoginFieldValue, DbxForgeDefaultUsernameLoginFieldsValue, DbxForgeDollarAmountFieldConfig, DbxForgeEmailFieldConfig, DbxForgeExpandButtonType, DbxForgeExpandFieldDef, DbxForgeExpandFieldProps, DbxForgeExpandWrapperConfig, DbxForgeField, DbxForgeFieldAsyncTransformFunction, DbxForgeFieldAsyncTransformLogic, DbxForgeFieldAsyncTransformLogicWhenAlways, DbxForgeFieldAsyncTransformLogicWhenDefined, DbxForgeFieldAsyncValidatorWithFn, DbxForgeFieldCustomValidatorWithFn, DbxForgeFieldDebouncedTransformLogic, DbxForgeFieldDebouncedTransformLogicWhenAlways, DbxForgeFieldDebouncedTransformLogicWhenDefined, DbxForgeFieldFormConfig, DbxForgeFieldFunction, DbxForgeFieldFunctionConfig, DbxForgeFieldFunctionConfigPropsBuilder, DbxForgeFieldFunctionDef, DbxForgeFieldFunctionDefLogicValue, DbxForgeFieldFunctionFieldDefBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstance, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceAddValidationInput, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceFormConfigBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceLogicBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceLogicBuilderLogic, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceWrappersBuilder, DbxForgeFieldFunctionResult, DbxForgeFieldHiddenFieldsRef, DbxForgeFieldHintOrDescriptionValueRef, DbxForgeFieldHintValueRef, DbxForgeFieldIdempotentTransformLogic, DbxForgeFieldIdempotentTransformLogicWhenAlways, DbxForgeFieldIdempotentTransformLogicWhenDefined, DbxForgeFieldLogicAsyncFn, DbxForgeFieldLogicExternalData, DbxForgeFieldLogicFn, DbxForgeFieldLogicValueRef, DbxForgeFieldRegistryAugmentation, DbxForgeFieldTransformFunction, DbxForgeFieldTransformLogic, DbxForgeFieldTransformType, DbxForgeFieldTransformWhen, DbxForgeFieldValidation, DbxForgeFieldValidatorInput, DbxForgeFieldValueIsAvailableCheckFn, DbxForgeFieldValueIsAvailableValidatorConfig, DbxForgeFinalizeFormConfigResult, DbxForgeFixedDateRangeFieldComponentProps, DbxForgeFixedDateRangeFieldConfig, DbxForgeFixedDateRangeFieldDef, DbxForgeFixedDateRangeValue, DbxForgeFlexLayoutConfig, DbxForgeFlexLayoutFieldConfig, DbxForgeFlexWrapper, DbxForgeFormFieldWrapperDef, DbxForgeFormFieldWrapperProps, DbxForgeFormFieldWrapperShowLabelAt, DbxForgeGlobalFormConfigDefaults, DbxForgeGroupConfig, DbxForgeInfoButtonFieldDef, DbxForgeInfoButtonFieldProps, DbxForgeInfoWrapper, DbxForgeLatLngTextFieldConfig, DbxForgeListSelectionFieldConfig, DbxForgeListSelectionFieldDef, DbxForgeListSelectionFieldFunction, DbxForgeListSelectionFieldMaxHeight, DbxForgeListSelectionFieldProps, DbxForgeNameFieldConfig, DbxForgeNumberFieldConfig, DbxForgeNumberFieldNumberConfig, DbxForgeNumberSliderFieldConfig, DbxForgePhoneFieldAutocomplete, DbxForgePhoneFieldConfig, DbxForgePhoneFieldDef, DbxForgePhoneFieldProps, DbxForgePickableChipFieldConfig, DbxForgePickableChipFieldDef, DbxForgePickableChipFieldFunction, DbxForgePickableFieldProps, DbxForgePickableListFieldConfig, DbxForgePickableListFieldDef, DbxForgePickableListFieldFunction, DbxForgeResolvedSelectionOption, DbxForgeRowConfig, DbxForgeSearchableChipFieldConfig, DbxForgeSearchableChipFieldDef, DbxForgeSearchableChipFieldFunction, DbxForgeSearchableChipFieldProps, DbxForgeSearchableStringChipFieldConfig, DbxForgeSearchableTextFieldConfig, DbxForgeSearchableTextFieldDef, DbxForgeSearchableTextFieldFunction, DbxForgeSearchableTextFieldProps, DbxForgeSectionWrapper, DbxForgeSourceSelectFieldConfig, DbxForgeSourceSelectFieldDef, DbxForgeSourceSelectFieldFunction, DbxForgeSourceSelectFieldProps, DbxForgeStateFieldConfig, DbxForgeStyleObject, DbxForgeStyleWrapper, DbxForgeTextAreaFieldConfig, DbxForgeTextAvailableFieldConfig, DbxForgeTextEditorFieldConfig, DbxForgeTextEditorFieldDef, DbxForgeTextEditorFieldProps, DbxForgeTextFieldConfig, DbxForgeTextFieldInputType, DbxForgeTextFieldLengthConfig, DbxForgeTextFieldPatternConfig, DbxForgeTextPasswordFieldConfig, DbxForgeTextPasswordFieldPasswordParameters, DbxForgeTextPasswordWithVerifyFieldConfig, DbxForgeTimeDurationFieldComponentProps, DbxForgeTimeDurationFieldConfig, DbxForgeTimeDurationFieldDef, DbxForgeTimezoneStringFieldConfig, DbxForgeToggleFieldConfig, DbxForgeToggleWrapperConfig, DbxForgeUsernameLoginFieldUsernameConfig, DbxForgeUsernameLoginFieldUsernameConfigInput, DbxForgeUsernameLoginFieldsConfig, DbxForgeValueSelectionFieldConfig, DbxForgeValueSelectionFieldDef, DbxForgeValueSelectionFieldFunction, DbxForgeValueSelectionFieldProps, DbxForgeWebsiteUrlFieldConfig, DbxForgeWorkingWrapper, DbxForgeZipCodeFieldConfig, DbxFormDisabledKey, DbxFormEvent, DbxFormSearchFormFieldsConfig, DbxFormSearchFormFieldsValue, DbxFormSourceDirectiveMode, DbxFormStateRef, DisableAutocompleteForField, ExtractDbxForgeFieldDef, FieldAutocompleteAttributeOption, FieldAutocompleteAttributeOptionRef, FieldAutocompleteAttributeValue, FieldAutocompleteAttributes, FieldValueIsAvailableValidatorConfig, FieldValueIsAvailableValidatorFunction, FieldValuesAreEqualValidatorConfig, FilterPresetsInput, FixedDateRangeScan, FixedDateRangeScanType, ForgeChecklistFieldFunction, ForgeComponentFieldFunction, ForgeFieldValidation, ForgeValueSelectionFieldFunction, FormControlPath, IsDivisibleByError, IsNotWebsiteUrlErrorData, IsWebsiteUrlValidatorConfig, KeyboardStepResult, PickableItemFieldItem, PickableItemFieldItemSortFn, PickableValueFieldDisplayFunction, PickableValueFieldDisplayValue, PickableValueFieldFilterFunction, PickableValueFieldFilterSelectedValuesFunction, PickableValueFieldFilterSelectedValuesInput, PickableValueFieldHashFunction, PickableValueFieldLoadValuesFunction, PickableValueFieldValue, PickableValueFieldValuesConfigForStaticLabeledValues, PickableValueFieldValuesConfigForStaticLabeledValuesConfig, ProvideDbxFormConfigurationConfig, SearchableValueFieldAnchorFn, SearchableValueFieldDisplayFn, SearchableValueFieldDisplayValue, SearchableValueFieldHashFn, SearchableValueFieldStringSearchFn, SearchableValueFieldValue, SelectionDisplayValue, SelectionValue, SelectionValueHashFunction, SourceSelectDisplayFunction, SourceSelectDisplayValue, SourceSelectDisplayValueGroup, SourceSelectLoadSource, SourceSelectLoadSourceLoadingState, SourceSelectLoadSourcesFunction, SourceSelectMetaValueReader, SourceSelectOpenFunction, SourceSelectOpenFunctionParams, SourceSelectOpenSourceResult, SourceSelectOptions, SourceSelectValue, SourceSelectValueGroup, SourceSelectValueMetaLoader, TimeDurationFieldValueMode, ValueSelectionOption, ValueSelectionOptionClear, ValueSelectionOptionWithValue };
7585
+ export { APP_ACTION_FORM_DISABLED_KEY, AbstractAsyncForgeFormDirective, AbstractConfigAsyncForgeFormDirective, AbstractDbxSearchableFieldDisplayDirective, AbstractForgeFormDirective, AbstractForgePickableItemFieldDirective, AbstractForgeSearchableFieldDirective, AbstractSyncForgeFormDirective, DBX_DATE_TIME_FIELD_DATE_NOT_IN_SCHEDULE_ERROR, DBX_DATE_TIME_FIELD_MENU_PRESETS_TOKEN, DBX_DATE_TIME_FIELD_TIME_NOT_IN_RANGE_ERROR, DBX_FORGE_ARRAY_FIELD_ELEMENT_WRAPPER_NAME, DBX_FORGE_ARRAY_FIELD_WRAPPER_NAME, DBX_FORGE_FIELD_TYPES, DBX_FORGE_FIELD_WRAPPER_TYPES, DBX_FORGE_FLEX_WRAPPER_TYPE_NAME, DBX_FORGE_FORM_COMPONENT_TEMPLATE, DBX_FORGE_FORM_FIELD_WRAPPER_NAME, DBX_FORGE_INFO_WRAPPER_TYPE_NAME, DBX_FORGE_PASSWORDS_MATCH_VALIDATION_KIND, DBX_FORGE_SEARCHABLE_CHIP_FIELD_TYPE_NAME, DBX_FORGE_SEARCHABLE_TEXT_FIELD_TYPE_NAME, DBX_FORGE_SECTION_WRAPPER_TYPE_NAME, DBX_FORGE_STYLE_WRAPPER_TYPE_NAME, DBX_FORGE_WORKING_WRAPPER_TYPE_NAME, DBX_SEARCHABLE_FIELD_COMPONENT_DATA_TOKEN, DEFAULT_DATE_TIME_FIELD_MENU_PRESETS_PRESETS, DEFAULT_DBX_FORGE_PASSWORDS_MATCH_VALIDATION_MESSAGE, DEFAULT_DBX_FORGE_TEXT_PASSWORD_AUTOCOMPLETE, DEFAULT_DBX_FORGE_TEXT_VERIFY_PASSWORD_AUTOCOMPLETE, DEFAULT_DURATION_PICKER_POPOVER_KEY, DEFAULT_FORGE_LAT_LNG_TEXT_FIELD_PATTERN_MESSAGE, DEFAULT_FORGE_LAT_LNG_TEXT_FIELD_PLACEHOLDER, DEFAULT_FORM_DISABLED_KEY, DEFAULT_TRANSFORM_DEBOUNCE_TIME, DbxActionFormDirective, DbxActionFormSafetyDirective, DbxDateTimeFieldMenuPresetsService, DbxDateTimeFieldTimeMode, DbxDateTimeValueMode, DbxDefaultSearchableFieldDisplayComponent, DbxDurationPickerPopoverComponent, DbxForgeActionDialogComponent, DbxForgeArrayFieldElementWrapperComponent, DbxForgeArrayFieldWrapperComponent, DbxForgeAsyncConfigFormComponent, DbxForgeComponentFieldComponent, DbxForgeDateRangeFieldComponent, DbxForgeDateTimeFieldComponent, DbxForgeDynamicFormSignalRef, DbxForgeFixedDateRangeFieldComponent, DbxForgeFixedDateRangeFieldSelectionStrategy, DbxForgeFormComponent, DbxForgeFormComponentImportsModule, DbxForgeFormContext, DbxForgeFormContextService, DbxForgeFormFieldWrapperComponent, DbxForgeGlobalDefaultConfigService, DbxForgeListSelectionFieldComponent, DbxForgePhoneFieldComponent, DbxForgePickableChipFieldComponent, DbxForgePickableListFieldComponent, DbxForgePresetSearchFormComponent, DbxForgeSearchableChipFieldComponent, DbxForgeSearchableTextFieldComponent, DbxForgeSourceSelectFieldComponent, DbxForgeTextEditorFieldComponent, DbxForgeTimeDurationFieldComponent, DbxForgeWorkingWrapperComponent, DbxForm, DbxFormLoadingSourceDirective, DbxFormLoggerDirective, DbxFormSourceDirective, DbxFormSpacerDirective, DbxFormState, DbxFormValueChangeDirective, DbxMutableForm, DbxSearchableFieldAutocompleteItemComponent, FIELD_VALUES_ARE_EQUAL_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_ERROR_VALIDATION_KEY, FIELD_VALUE_IS_AVAILABLE_VALIDATION_KEY, FORGE_COMPONENT_FIELD_TYPE, FORGE_DATERANGE_FIELD_TYPE, FORGE_DATETIME_FIELD_TYPE, FORGE_EXPAND_FIELD_TYPE_NAME, FORGE_FIELD_VALUE_IS_AVAILABLE_VALIDATOR_NAME, FORGE_FIXEDDATERANGE_FIELD_TYPE, FORGE_INFO_BUTTON_FIELD_TYPE_NAME, FORGE_IS_DIVISIBLE_BY_VALIDATION_KEY, FORGE_LIST_SELECTION_FIELD_TYPE, FORGE_PHONE_FIELD_TYPE, FORGE_PICKABLE_CHIP_FIELD_TYPE, FORGE_PICKABLE_LIST_FIELD_TYPE, FORGE_SOURCE_SELECT_FIELD_TYPE, FORGE_TEXT_EDITOR_FIELD_TYPE, FORGE_TIMEDURATION_FIELD_TYPE, FORGE_VALUE_SELECTION_FIELD_TYPE, INVALID_PHONE_NUMBER_EXTENSION_MESSAGE, INVALID_PHONE_NUMBER_MESSAGE, IS_DIVISIBLE_BY_VALIDATION_KEY, IS_NOT_WEBSITE_URL_VALIDATION_KEY, IS_NOT_WEBSITE_URL_WITH_EXPECTED_DOMAIN_VALIDATION_KEY, IS_NOT_WEBSITE_URL_WITH_PREFIX_VALIDATION_KEY, SELF_DEPENDENCY_TOKEN, _filterForgeFormValueKeepInternal, _filterForgeFormValueStripInternal, _forgeFormValueEqual, applyTimeOffset, buildCombinedDateTime, computeDateKeyboardStep, computeErrorMessage, computeTimeKeyboardStep, configureDbxForgeFormFieldWrapper, configureDbxForgeFormFieldWrapperWith, configureForgeAutocompleteFieldMeta, copyFormConfigCustomFnConfig, dateRangeFieldMapper, dateTimeFieldCalc, dateTimeFieldMapper, dateTimePreset, dbxDateRangeIsSameDateRangeFieldValue, dbxDateTimeInputValueParseFactory, dbxDateTimeIsSameDateTimeFieldValue, dbxDateTimeOutputValueFactory, dbxForgeAddressFields, dbxForgeAddressGroup, dbxForgeAddressLineField, dbxForgeAddressListField, dbxForgeArrayField, dbxForgeBuildFieldDef, dbxForgeCheckboxField, dbxForgeChecklistField, dbxForgeCityField, dbxForgeComponentField, dbxForgeContainer, dbxForgeCountryField, dbxForgeDateField, dbxForgeDateRangeRow, dbxForgeDateTimeField, dbxForgeDateTimeRangeRow, dbxForgeDefaultValidationMessages, dbxForgeDollarAmountField, dbxForgeEmailField, dbxForgeExpandWrapper, dbxForgeFieldDisabled, dbxForgeFieldFunction, dbxForgeFieldFunctionConfigPropsWithHintBuilder, dbxForgeFieldFunctionConfigure, dbxForgeFinalizeFormConfig, dbxForgeFixedDateRangeField, dbxForgeFlexLayout, provideDbxForgeFormContext as dbxForgeFormComponentProviders, dbxForgeGroup, dbxForgeInfoWrapper, dbxForgeLatLngTextField, dbxForgeListSelectionField, dbxForgeNameField, dbxForgeNumberField, dbxForgeNumberSliderField, dbxForgePhoneField, dbxForgePickableChipField, dbxForgePickableListField, dbxForgePresetSearchFormFields, dbxForgeRow, dbxForgeSearchableChipField, dbxForgeSearchableStringChipField, dbxForgeSearchableTextField, dbxForgeSectionWrapper, dbxForgeSourceSelectField, dbxForgeStateField, dbxForgeStyleWrapper, dbxForgeSubsectionWrapper, dbxForgeTextAreaField, dbxForgeTextEditorField, dbxForgeTextField, dbxForgeTextIsAvailableField, dbxForgeTextPasswordField, dbxForgeTextPasswordWithVerifyField, dbxForgeTextVerifyPasswordField, dbxForgeTimeDurationField, dbxForgeTimezoneStringField, dbxForgeToggleField, dbxForgeToggleWrapper, dbxForgeUsernameLoginField, dbxForgeUsernamePasswordLoginFields, dbxForgeValueSelectionField, dbxForgeWebsiteUrlField, dbxForgeZipCodeField, dbxFormSourceObservable, dbxFormSourceObservableFromStream, disableAutofillAttributes, fieldAutocompleteAttributeValue, fieldValueIsAvailableValidator, fieldValuesAreEqualValidator, filterPickableItemFieldValuesByLabel, filterPickableItemFieldValuesByLabelFilterFunction, filterPresets, fixedDateRangeFieldMapper, isDivisibleBy, isDomain, isE164PhoneNumber, isE164PhoneNumberWithValidExtension, isInRange, isPhoneExtension, isTruthy, isWebsiteUrlValidator, mergeDbxForgeFieldFormConfig, mergePickerConfig, navigateDate, phoneFieldMapper, pickableValueFieldValuesConfigForStaticLabeledValues, provideDbxForgeFormContext, provideDbxForgeFormFieldDeclarations, provideDbxForm, provideDbxFormConfiguration, provideDbxMutableForm, resolveForgeSelectionOptions, streamValueFromControl, stripEmptyForgeValues, stripForgeInternalKeys, timeDurationFieldMapper, toggleDisableFormControl };
7586
+ export type { ApplyTimeOffsetInput, ConfiguredSearchableValueFieldDisplayValue, DateTimeCalcInput, DateTimeFieldCalc, DateTimePreset, DateTimePresetConfiguration, DateTimePresetValue, DbxActionFormMapValueFunction, DbxDateTimeFieldSyncType, DbxDateTimePickerConfiguration, DbxDurationPickerChangeCallback, DbxDurationPickerPopoverData, DbxFixedDateRangeDateRangeInput, DbxFixedDateRangePickerConfiguration, DbxFixedDateRangePicking, DbxFixedDateRangeSelectionMode, DbxForgeActionDialogComponentButtonConfig, DbxForgeActionDialogComponentConfig, DbxForgeAddressFieldsConfig, DbxForgeAddressGroupConfig, DbxForgeAddressLineFieldConfig, DbxForgeAddressListFieldConfig, DbxForgeArrayFieldConfig, DbxForgeArrayFieldElementWrapperDef, DbxForgeArrayFieldElementWrapperProps, DbxForgeArrayFieldFunction, DbxForgeArrayFieldWrapperDef, DbxForgeArrayFieldWrapperProps, DbxForgeArrayItemEvaluationContextInput, DbxForgeArrayItemEvaluationFn, DbxForgeBooleanShowLabelAt, DbxForgeBuildFieldDefConfig, DbxForgeBuildFieldDefFunction, DbxForgeCheckboxFieldConfig, DbxForgeChecklistFieldConfig, DbxForgeChecklistFieldFunction, DbxForgeCityFieldConfig, DbxForgeComponentFieldConfig, DbxForgeComponentFieldDef, DbxForgeComponentFieldFunction, DbxForgeComponentFieldProps, DbxForgeContainerConfig, DbxForgeContainerLogicConfig, DbxForgeCountryFieldConfig, DbxForgeDateFieldConfig, DbxForgeDateRangeFieldComponentProps, DbxForgeDateRangeFieldDateConfig, DbxForgeDateRangeFieldDef, DbxForgeDateRangeRowConfig, DbxForgeDateRangeValue, DbxForgeDateTimeFieldComponentProps, DbxForgeDateTimeFieldConfig, DbxForgeDateTimeFieldDef, DbxForgeDateTimeRangeFieldTimeConfig, DbxForgeDateTimeRangeRowConfig, DbxForgeDateTimeSyncField, DbxForgeDefaultUsernameLoginFieldValue, DbxForgeDefaultUsernameLoginFieldsValue, DbxForgeDollarAmountFieldConfig, DbxForgeEmailFieldConfig, DbxForgeExpandButtonType, DbxForgeExpandFieldDef, DbxForgeExpandFieldProps, DbxForgeExpandWrapperConfig, DbxForgeField, DbxForgeFieldAsyncTransformFunction, DbxForgeFieldAsyncTransformLogic, DbxForgeFieldAsyncTransformLogicWhenAlways, DbxForgeFieldAsyncTransformLogicWhenDefined, DbxForgeFieldAsyncValidatorWithFn, DbxForgeFieldCustomValidatorWithFn, DbxForgeFieldDebouncedTransformLogic, DbxForgeFieldDebouncedTransformLogicWhenAlways, DbxForgeFieldDebouncedTransformLogicWhenDefined, DbxForgeFieldFormConfig, DbxForgeFieldFunction, DbxForgeFieldFunctionConfig, DbxForgeFieldFunctionConfigPropsBuilder, DbxForgeFieldFunctionDef, DbxForgeFieldFunctionDefLogicValue, DbxForgeFieldFunctionFieldDefBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstance, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceAddValidationInput, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceFormConfigBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceLogicBuilder, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceLogicBuilderLogic, DbxForgeFieldFunctionFieldDefBuilderFunctionInstanceWrappersBuilder, DbxForgeFieldFunctionResult, DbxForgeFieldHiddenFieldsRef, DbxForgeFieldHintValueRef, DbxForgeFieldIdempotentTransformLogic, DbxForgeFieldIdempotentTransformLogicWhenAlways, DbxForgeFieldIdempotentTransformLogicWhenDefined, DbxForgeFieldLogicAsyncFn, DbxForgeFieldLogicExternalData, DbxForgeFieldLogicFn, DbxForgeFieldLogicValueRef, DbxForgeFieldRegistryAugmentation, DbxForgeFieldTransformFunction, DbxForgeFieldTransformLogic, DbxForgeFieldTransformType, DbxForgeFieldTransformWhen, DbxForgeFieldValidation, DbxForgeFieldValidatorInput, DbxForgeFieldValueIsAvailableCheckFn, DbxForgeFieldValueIsAvailableValidatorConfig, DbxForgeFinalizeFormConfigResult, DbxForgeFixedDateRangeFieldComponentProps, DbxForgeFixedDateRangeFieldConfig, DbxForgeFixedDateRangeFieldDef, DbxForgeFixedDateRangeValue, DbxForgeFlexLayoutConfig, DbxForgeFlexLayoutFieldConfig, DbxForgeFlexWrapper, DbxForgeFormFieldWrapperDef, DbxForgeFormFieldWrapperProps, DbxForgeFormFieldWrapperShowLabelAt, DbxForgeGlobalFormConfigDefaults, DbxForgeGroupConfig, DbxForgeInfoButtonFieldDef, DbxForgeInfoButtonFieldProps, DbxForgeInfoWrapper, DbxForgeLatLngTextFieldConfig, DbxForgeListSelectionFieldConfig, DbxForgeListSelectionFieldDef, DbxForgeListSelectionFieldFunction, DbxForgeListSelectionFieldMaxHeight, DbxForgeListSelectionFieldProps, DbxForgeNameFieldConfig, DbxForgeNumberFieldConfig, DbxForgeNumberFieldNumberConfig, DbxForgeNumberSliderFieldConfig, DbxForgePhoneFieldAutocomplete, DbxForgePhoneFieldConfig, DbxForgePhoneFieldDef, DbxForgePhoneFieldProps, DbxForgePickableChipFieldConfig, DbxForgePickableChipFieldDef, DbxForgePickableChipFieldFunction, DbxForgePickableFieldProps, DbxForgePickableListFieldConfig, DbxForgePickableListFieldDef, DbxForgePickableListFieldFunction, DbxForgePresetSearchFormFieldsConfig, DbxForgePresetSearchFormFieldsValue, DbxForgeResolvedSelectionOption, DbxForgeRowConfig, DbxForgeSearchableChipFieldConfig, DbxForgeSearchableChipFieldDef, DbxForgeSearchableChipFieldFunction, DbxForgeSearchableChipFieldProps, DbxForgeSearchableStringChipFieldConfig, DbxForgeSearchableTextFieldConfig, DbxForgeSearchableTextFieldDef, DbxForgeSearchableTextFieldFunction, DbxForgeSearchableTextFieldProps, DbxForgeSectionWrapper, DbxForgeSourceSelectFieldConfig, DbxForgeSourceSelectFieldDef, DbxForgeSourceSelectFieldFunction, DbxForgeSourceSelectFieldProps, DbxForgeStateFieldConfig, DbxForgeStyleObject, DbxForgeStyleWrapper, DbxForgeTextAreaFieldConfig, DbxForgeTextAvailableFieldConfig, DbxForgeTextEditorFieldConfig, DbxForgeTextEditorFieldDef, DbxForgeTextEditorFieldProps, DbxForgeTextFieldConfig, DbxForgeTextFieldInputType, DbxForgeTextFieldLengthConfig, DbxForgeTextFieldPatternConfig, DbxForgeTextPasswordFieldConfig, DbxForgeTextPasswordFieldPasswordParameters, DbxForgeTextPasswordWithVerifyFieldConfig, DbxForgeTimeDurationFieldComponentProps, DbxForgeTimeDurationFieldConfig, DbxForgeTimeDurationFieldDef, DbxForgeTimezoneStringFieldConfig, DbxForgeToggleFieldConfig, DbxForgeToggleWrapperConfig, DbxForgeUsernameLoginFieldUsernameConfig, DbxForgeUsernameLoginFieldUsernameConfigInput, DbxForgeUsernameLoginFieldsConfig, DbxForgeValueSelectionFieldConfig, DbxForgeValueSelectionFieldDef, DbxForgeValueSelectionFieldFunction, DbxForgeValueSelectionFieldProps, DbxForgeWebsiteUrlFieldConfig, DbxForgeWorkingWrapper, DbxForgeZipCodeFieldConfig, DbxFormDisabledKey, DbxFormEvent, DbxFormSourceDirectiveMode, DbxFormStateRef, DisableAutocompleteForField, ExtractDbxForgeFieldDef, FieldAutocompleteAttributeOption, FieldAutocompleteAttributeOptionRef, FieldAutocompleteAttributeValue, FieldAutocompleteAttributes, FieldValueIsAvailableValidatorConfig, FieldValueIsAvailableValidatorFunction, FieldValuesAreEqualValidatorConfig, FilterPresetsInput, FixedDateRangeScan, FixedDateRangeScanType, FormControlPath, IsDivisibleByError, IsNotWebsiteUrlErrorData, IsWebsiteUrlValidatorConfig, KeyboardStepResult, PickableItemFieldItem, PickableItemFieldItemSortFn, PickableValueFieldDisplayFunction, PickableValueFieldDisplayValue, PickableValueFieldFilterFunction, PickableValueFieldFilterSelectedValuesFunction, PickableValueFieldFilterSelectedValuesInput, PickableValueFieldHashFunction, PickableValueFieldLoadValuesFunction, PickableValueFieldValue, PickableValueFieldValuesConfigForStaticLabeledValues, PickableValueFieldValuesConfigForStaticLabeledValuesConfig, ProvideDbxFormConfigurationConfig, SearchableValueFieldAnchorFn, SearchableValueFieldDisplayFn, SearchableValueFieldDisplayValue, SearchableValueFieldHashFn, SearchableValueFieldStringSearchFn, SearchableValueFieldValue, SelectionDisplayValue, SelectionValue, SelectionValueHashFunction, SourceSelectDisplayFunction, SourceSelectDisplayValue, SourceSelectDisplayValueGroup, SourceSelectLoadSource, SourceSelectLoadSourceLoadingState, SourceSelectLoadSourcesFunction, SourceSelectMetaValueReader, SourceSelectOpenFunction, SourceSelectOpenFunctionParams, SourceSelectOpenSourceResult, SourceSelectOptions, SourceSelectValue, SourceSelectValueGroup, SourceSelectValueMetaLoader, TimeDurationFieldValueMode, ValueSelectionOption, ValueSelectionOptionClear, ValueSelectionOptionWithValue };