@dereekb/dbx-form 13.16.0 → 13.18.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 (46) hide show
  1. package/fesm2022/dereekb-dbx-form-calendar.mjs +53 -316
  2. package/fesm2022/dereekb-dbx-form-calendar.mjs.map +1 -1
  3. package/fesm2022/{dereekb-dbx-form-expand.field.component-xIW9lckC.mjs → dereekb-dbx-form-expand.field.component-uqVNtX2s.mjs} +3 -3
  4. package/fesm2022/{dereekb-dbx-form-expand.field.component-xIW9lckC.mjs.map → dereekb-dbx-form-expand.field.component-uqVNtX2s.mjs.map} +1 -1
  5. package/fesm2022/dereekb-dbx-form-mapbox.mjs +10 -538
  6. package/fesm2022/dereekb-dbx-form-mapbox.mjs.map +1 -1
  7. package/fesm2022/dereekb-dbx-form-style-demo.mjs +417 -0
  8. package/fesm2022/dereekb-dbx-form-style-demo.mjs.map +1 -0
  9. package/fesm2022/dereekb-dbx-form.mjs +1974 -9092
  10. package/fesm2022/dereekb-dbx-form.mjs.map +1 -1
  11. package/lib/extension/calendar/_calendar.scss +3 -3
  12. package/lib/forge/field/_field.scss +15 -0
  13. package/lib/forge/field/selection/pickable/_pickable.scss +11 -6
  14. package/lib/forge/field/selection/searchable/_searchable.scss +71 -3
  15. package/lib/forge/field/selection/sourceselect/_sourceselect.scss +1 -1
  16. package/lib/{formly → forge}/field/texteditor/_texteditor.scss +7 -3
  17. package/lib/{formly → forge}/field/value/array/_array.scss +4 -4
  18. package/lib/{formly → forge}/field/value/date/_date.scss +5 -9
  19. package/lib/{formly → forge}/field/value/duration/_duration.scss +7 -7
  20. package/lib/{formly → forge}/field/value/phone/_phone.scss +1 -1
  21. package/lib/forge/preset/_preset.scss +4 -4
  22. package/lib/forge/style/_shared.scss +9 -0
  23. package/lib/form/_form.scss +3 -0
  24. package/lib/style/_all-core.scss +0 -4
  25. package/lib/style/_all-theme.scss +0 -4
  26. package/lib/style/_all-typography.scss +0 -2
  27. package/package.json +12 -10
  28. package/style-demo/README.md +7 -0
  29. package/types/dereekb-dbx-form-calendar.d.ts +81 -232
  30. package/types/dereekb-dbx-form-mapbox.d.ts +9 -250
  31. package/types/dereekb-dbx-form-style-demo.d.ts +195 -0
  32. package/types/dereekb-dbx-form.d.ts +4191 -8496
  33. package/lib/formly/_formly.scss +0 -17
  34. package/lib/formly/field/_field.scss +0 -27
  35. package/lib/formly/field/checklist/_checklist.scss +0 -49
  36. package/lib/formly/field/component/_component.scss +0 -10
  37. package/lib/formly/field/selection/_selection.scss +0 -21
  38. package/lib/formly/field/selection/list/_list.scss +0 -15
  39. package/lib/formly/field/selection/pickable/_pickable.scss +0 -18
  40. package/lib/formly/field/selection/searchable/_searchable.scss +0 -88
  41. package/lib/formly/field/selection/sourceselect/_sourceselect.scss +0 -42
  42. package/lib/formly/field/value/_value.scss +0 -30
  43. package/lib/formly/field/value/boolean/_boolean.scss +0 -52
  44. package/lib/formly/field/value/number/_number.scss +0 -17
  45. package/lib/formly/field/value/text/_text.scss +0 -10
  46. package/lib/formly/field/wrapper/_wrapper.scss +0 -31
@@ -1,32 +1,28 @@
1
- import * as i13 from '@dereekb/dbx-form';
2
- import { LabeledBaseFieldConfig, DescriptionFieldConfig, FieldConfig, AbstractSyncFormlyFormDirective, AbstractSyncForgeFormDirective } from '@dereekb/dbx-form';
3
- import * as _ngx_formly_core from '@ngx-formly/core';
4
- import { FormlyFieldProps, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
5
- import * as _dereekb_dbx_form_calendar from '@dereekb/dbx-form/calendar';
1
+ import { DynamicText, FieldMeta, ValidationMessages, BaseValueField, FieldDef, FormConfig } from '@ng-forge/dynamic-forms';
6
2
  import * as _dereekb_util from '@dereekb/util';
7
3
  import { FactoryWithRequiredInput, MaybeMap, Maybe, ArrayOrValue, TimezoneString, DayOfWeek, DecisionFunction, AllOrNoneSelection, IterableOrValue, ISO8601DayString, Building, EnabledDays } from '@dereekb/util';
8
- import * as i0 from '@angular/core';
9
- import { InjectionToken, Injector, OnInit, OnDestroy, InputSignal, Signal, ElementRef, Provider } from '@angular/core';
10
- import * as rxjs from 'rxjs';
11
- import { Observable, Subject } from 'rxjs';
12
- import { AbstractControl, FormGroup, FormControl } from '@angular/forms';
13
- import { DbxDialogContentFooterConfig, DbxDialogContentConfig, AbstractDialogDirective, CompactContextStore, DbxPopoverService, AbstractPopoverDirective, DbxPopoverKey } from '@dereekb/dbx-web';
14
- import { FieldType } from '@ngx-formly/material';
15
4
  import { ObservableOrValue, ObservableOrValueGetter, IsModifiedFunction, WorkUsingObservable } from '@dereekb/rxjs';
16
5
  import * as _dereekb_date from '@dereekb/date';
17
6
  import { DateCellIndex, DateCellScheduleDateRange, DateRange, DateCellRangeWithRange, DateCellScheduleDayCode, DateCellScheduleDateFilterConfig, DateOrDateRangeOrDateCellIndexOrDateCellRange, DateTimezoneUtcNormalInstance, DateCellTimingRelativeIndexFactory, DateCellDayOfWeekFactory, DateCellTimingRelativeIndexFactoryInput, DateCellDurationSpan, DateCell, FullDateCellScheduleRangeInputDateRange } from '@dereekb/date';
7
+ import * as rxjs from 'rxjs';
8
+ import { Observable, Subject } from 'rxjs';
18
9
  import { ComponentStore } from '@ngrx/component-store';
19
10
  import { CalendarMonthViewDay, CalendarMonthViewBeforeRenderEvent, CalendarEvent } from 'angular-calendar';
20
- import { MatFormFieldAppearance, MatFormFieldDefaultOptions } from '@angular/material/form-field';
11
+ import * as _angular_core from '@angular/core';
12
+ import { InjectionToken, Injector, InputSignal, Signal, OnInit, ElementRef, Provider } from '@angular/core';
21
13
  import * as _angular_material_dialog from '@angular/material/dialog';
22
14
  import { MatDialog } from '@angular/material/dialog';
15
+ import { DbxDialogContentFooterConfig, DbxDialogContentConfig, AbstractDialogDirective, CompactContextStore, DbxPopoverService, AbstractPopoverDirective, DbxPopoverKey } from '@dereekb/dbx-web';
23
16
  import { DbxInjectionComponentConfig, DbxButtonDisplay } from '@dereekb/dbx-core';
24
- import { DynamicText, FieldMeta, ValidationMessages, BaseValueField, FieldDef, FormConfig } from '@ng-forge/dynamic-forms';
25
17
  import { FieldTree } from '@angular/forms/signals';
18
+ import { AbstractSyncForgeFormDirective } from '@dereekb/dbx-form';
26
19
  import { DbxCalendarStore, DbxCalendarEvent } from '@dereekb/dbx-web/calendar';
20
+ import { FormGroup, FormControl } from '@angular/forms';
21
+ import { MatFormFieldDefaultOptions } from '@angular/material/form-field';
27
22
  import { ErrorStateMatcher } from '@angular/material/core';
28
23
  import { MatDateRangePicker, DateFilterFn } from '@angular/material/datepicker';
29
24
  import { NgPopoverRef } from 'ng-overlay-container';
25
+ import * as _dereekb_dbx_form_calendar from '@dereekb/dbx-form/calendar';
30
26
  import { FieldTypeDefinition } from '@ng-forge/dynamic-forms/integration';
31
27
 
32
28
  interface CalendarScheduleSelectionValue {
@@ -324,8 +320,8 @@ declare class DbxCalendarScheduleSelectionStore extends ComponentStore<CalendarS
324
320
  * Should typically not be used by the user directly with the intention of the parent synchronizing to this state.
325
321
  */
326
322
  readonly setViewReadonlyState: (observableOrValue: boolean | Observable<boolean>) => rxjs.Subscription;
327
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStore, never>;
328
- static ɵprov: i0.ɵɵInjectableDeclaration<DbxCalendarScheduleSelectionStore>;
323
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStore, never>;
324
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DbxCalendarScheduleSelectionStore>;
329
325
  }
330
326
  /**
331
327
  * Updates the state with an initial selection (all or none) and applies it when no dates are currently toggled.
@@ -545,125 +541,8 @@ declare class DbxScheduleSelectionCalendarDateDialogComponent extends AbstractDi
545
541
  get contentConfig(): Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>;
546
542
  get closeConfig(): DbxDialogContentFooterConfig | undefined;
547
543
  static openDialog(matDialog: MatDialog, config: DbxScheduleSelectionCalendarDatePopupConfig): _angular_material_dialog.MatDialogRef<DbxScheduleSelectionCalendarDateDialogComponent, any>;
548
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDialogComponent, never>;
549
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
550
- }
551
-
552
- interface DbxFormCalendarDateCellScheduleRangeFieldProps extends Pick<FormlyFieldProps, 'label' | 'description' | 'readonly' | 'required'>, Pick<CalendarScheduleSelectionState, 'computeSelectionResultRelativeToFilter' | 'initialSelectionState'>, Partial<Pick<CalendarScheduleSelectionState, 'cellContentFactory'>> {
553
- readonly appearance?: MatFormFieldAppearance;
554
- /**
555
- * Whether or not to allow inputting custom text into the picker.
556
- *
557
- * If false, when the input text is picked the date picker will open.
558
- *
559
- * Is false by default.
560
- */
561
- readonly allowTextInput?: boolean;
562
- /**
563
- * Whether or not to hide the customize button. Defaults to false.
564
- */
565
- readonly hideCustomize?: boolean;
566
- /**
567
- * Whether or not to allow customizing before picking a date range to customize.
568
- *
569
- * Defaults to false.
570
- */
571
- readonly allowCustomizeWithoutDateRange?: boolean;
572
- /**
573
- * (Optional) Timezone to use for the output start date.
574
- *
575
- * If a filter is provided, this timezone overrides the filter's timezone output.
576
- */
577
- readonly outputTimezone?: ObservableOrValue<Maybe<TimezoneString>>;
578
- /**
579
- * (Optional) Default schedule days to allow.
580
- */
581
- readonly defaultScheduleDays?: ObservableOrValue<Maybe<Iterable<DateCellScheduleDayCode>>>;
582
- /**
583
- * Optional min/max date range to filter on. Works in conjuction with the filter.
584
- */
585
- readonly minMaxDateRange?: ObservableOrValue<Maybe<Partial<DateRange>>>;
586
- /**
587
- * (Optional) Observable with a filter value to apply to the date range.
588
- */
589
- readonly filter?: ObservableOrValue<Maybe<DateCellScheduleDateFilterConfig>>;
590
- /**
591
- * (Optional) Observable with days and values to exclude from the date range.
592
- */
593
- readonly exclusions?: ObservableOrValue<Maybe<ArrayOrValue<DateOrDateRangeOrDateCellIndexOrDateCellRange>>>;
594
- /**
595
- * Custom dialog content config for the popup
596
- */
597
- readonly dialogContentConfig?: Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>;
598
- /**
599
- * Custom details config for the date range
600
- */
601
- readonly customDetailsConfig?: Maybe<DbxInjectionComponentConfig>;
602
- }
603
- /**
604
- * @deprecated Use DbxForgeCalendarDateScheduleRangeFieldComponent instead.
605
- */
606
- declare class DbxFormCalendarDateScheduleRangeFieldComponent<T extends DbxFormCalendarDateCellScheduleRangeFieldProps = DbxFormCalendarDateCellScheduleRangeFieldProps> extends FieldType<FieldTypeConfig<T>> implements OnInit, OnDestroy {
607
- readonly compact: CompactContextStore | null;
608
- readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
609
- private readonly _syncSub;
610
- private readonly _valueSub;
611
- private readonly _timezoneSub;
612
- private readonly _minMaxDateRangeSub;
613
- private readonly _defaultWeekSub;
614
- private readonly _filterSub;
615
- private readonly _exclusionsSub;
616
- private readonly _formControlObs;
617
- readonly formControl$: rxjs.Observable<AbstractControl<any, any, any>>;
618
- readonly value$: rxjs.Observable<any>;
619
- readonly disableCustomize$: rxjs.Observable<boolean>;
620
- readonly disabledSignal: i0.Signal<boolean | undefined>;
621
- get formGroupName(): string;
622
- get formGroup(): FormGroup;
623
- get label(): Maybe<string>;
624
- get description(): Maybe<string>;
625
- get isReadonlyOrDisabled(): boolean;
626
- get openPickerOnTextClick(): boolean;
627
- get allowCustomizeWithoutDateRange(): boolean;
628
- get showCustomize(): boolean;
629
- get defaultScheduleDays(): ObservableOrValue<Maybe<Iterable<DateCellScheduleDayCode>>>;
630
- get minMaxDateRange(): ObservableOrValue<Maybe<Partial<DateRange>>>;
631
- get filter(): ObservableOrValue<Maybe<DateCellScheduleDateFilterConfig>>;
632
- get exclusions(): ObservableOrValue<Maybe<ArrayOrValue<DateOrDateRangeOrDateCellIndexOrDateCellRange>>>;
633
- get outputTimezone(): ObservableOrValue<Maybe<string>>;
634
- get initialSelectionState(): Maybe<_dereekb_util.AllOrNoneSelection>;
635
- get computeSelectionResultRelativeToFilter(): Maybe<boolean>;
636
- get dialogContentConfig(): Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>;
637
- get customDetailsConfig(): Maybe<DbxInjectionComponentConfig<unknown>>;
638
- get cellContentFactory(): _dereekb_dbx_form_calendar.CalendarScheduleSelectionCellContentFactory | undefined;
639
- ngOnInit(): void;
640
- ngOnDestroy(): void;
641
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormCalendarDateScheduleRangeFieldComponent<any>, never>;
642
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxFormCalendarDateScheduleRangeFieldComponent<any>, "ng-component", never, {}, {}, never, never, true, never>;
643
- }
644
-
645
- /**
646
- * @deprecated Use DbxForgeCalendarDateScheduleRangeFieldConfig instead.
647
- */
648
- interface DateScheduleRangeFieldConfig extends Omit<LabeledBaseFieldConfig, 'key' | 'placeholder'>, DescriptionFieldConfig, Partial<FieldConfig>, DbxFormCalendarDateCellScheduleRangeFieldProps {
649
- }
650
- /**
651
- * Creates a Formly field configuration for a date schedule range picker with calendar-based selection.
652
- *
653
- * @param config - Optional schedule range field configuration overrides.
654
- * @returns A validated Formly field configuration for date schedule range selection.
655
- *
656
- * @deprecated Use dbxForgeDateScheduleRangeField() from the forge API instead.
657
- */
658
- declare function dateScheduleRangeField(config?: DateScheduleRangeFieldConfig): FormlyFieldConfig;
659
-
660
- /**
661
- * @deprecated Use provideDbxForgeCalendarFieldDeclarations() instead.
662
- */
663
- declare class DbxFormDateScheduleRangeFieldModule {
664
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormDateScheduleRangeFieldModule, never>;
665
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormDateScheduleRangeFieldModule, never, [typeof DbxFormCalendarDateScheduleRangeFieldComponent, typeof _ngx_formly_core.FormlyModule], [typeof DbxFormCalendarDateScheduleRangeFieldComponent]>;
666
- static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormDateScheduleRangeFieldModule>;
544
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDialogComponent, never>;
545
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
667
546
  }
668
547
 
669
548
  /**
@@ -727,8 +606,8 @@ declare class DbxForgeCalendarDateScheduleRangeFieldComponent {
727
606
  readonly disableCustomizeSignal: Signal<boolean>;
728
607
  private _setFieldValue;
729
608
  constructor();
730
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, never>;
731
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, "dbx-forge-calendar-date-schedule-range-field", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "key": { "alias": "key"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "className": { "alias": "className"; "required": false; "isSignal": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "props": { "alias": "props"; "required": false; "isSignal": true; }; "meta": { "alias": "meta"; "required": false; "isSignal": true; }; "validationMessages": { "alias": "validationMessages"; "required": false; "isSignal": true; }; "defaultValidationMessages": { "alias": "defaultValidationMessages"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
609
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, never>;
610
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxForgeCalendarDateScheduleRangeFieldComponent, "dbx-forge-calendar-date-schedule-range-field", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "key": { "alias": "key"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "className": { "alias": "className"; "required": false; "isSignal": true; }; "tabIndex": { "alias": "tabIndex"; "required": false; "isSignal": true; }; "props": { "alias": "props"; "required": false; "isSignal": true; }; "meta": { "alias": "meta"; "required": false; "isSignal": true; }; "validationMessages": { "alias": "validationMessages"; "required": false; "isSignal": true; }; "defaultValidationMessages": { "alias": "defaultValidationMessages"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
732
611
  }
733
612
  /**
734
613
  * Custom mapper for the forge calendar date schedule range field.
@@ -823,36 +702,6 @@ interface DbxForgeCalendarDateScheduleRangeFieldConfig extends Pick<CalendarSche
823
702
  */
824
703
  declare function dbxForgeDateScheduleRangeField(config?: DbxForgeCalendarDateScheduleRangeFieldConfig): DbxForgeCalendarDateScheduleRangeFieldDef;
825
704
 
826
- /**
827
- * Creates form fields for selecting which days of the week are enabled in a schedule selection calendar,
828
- * wrapped in a responsive flex layout.
829
- *
830
- * @returns Array of Formly field configs with toggle fields for each day of the week.
831
- *
832
- * @deprecated Use dbxScheduleSelectionCalendarDateDaysForgeFormFields() instead.
833
- */
834
- declare function dbxScheduleSelectionCalendarDateDaysFormFields(): _ngx_formly_core.FormlyFieldConfig<i13.DbxFlexWrapperConfig>[];
835
- /**
836
- * Creates an array of toggle field configs, one for each day of the week, keyed by lowercase day name.
837
- *
838
- * @returns The toggle Formly field configs for each day of the week.
839
- *
840
- * @deprecated Use forge toggle fields directly.
841
- */
842
- declare function dbxScheduleSelectionCalendarDateDaysFormDayFields(): _ngx_formly_core.FormlyFieldConfig<_ngx_formly_core.FormlyFieldProps & {
843
- [additionalProperties: string]: any;
844
- }>[];
845
-
846
- type DbxScheduleSelectionCalendarDateDaysFormValue = EnabledDays;
847
- /**
848
- * @deprecated Use DbxScheduleSelectionCalendarDateDaysForgeFormComponent instead.
849
- */
850
- declare class DbxScheduleSelectionCalendarDateDaysFormComponent extends AbstractSyncFormlyFormDirective<DbxScheduleSelectionCalendarDateDaysFormValue> {
851
- readonly fields: FormlyFieldConfig[];
852
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDaysFormComponent, never>;
853
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysFormComponent, "dbx-schedule-selection-calendar-date-days-form", never, {}, {}, never, never, true, never>;
854
- }
855
-
856
705
  /**
857
706
  * Creates forge form fields for selecting which days of the week are enabled in a schedule selection calendar
858
707
  * as a vertical list of toggle fields with styled boxes.
@@ -872,8 +721,8 @@ declare function dbxScheduleSelectionCalendarDateDaysForgeFormDayFields(): Field
872
721
  type DbxScheduleSelectionCalendarDateDaysForgeFormValue = EnabledDays;
873
722
  declare class DbxScheduleSelectionCalendarDateDaysForgeFormComponent extends AbstractSyncForgeFormDirective<DbxScheduleSelectionCalendarDateDaysForgeFormValue> {
874
723
  readonly formConfig: FormConfig;
875
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDaysForgeFormComponent, never>;
876
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysForgeFormComponent, "dbx-schedule-selection-calendar-date-days-forge-form", never, {}, {}, never, never, true, never>;
724
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDaysForgeFormComponent, never>;
725
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysForgeFormComponent, "dbx-schedule-selection-calendar-date-days-forge-form", never, {}, {}, never, never, true, never>;
877
726
  }
878
727
 
879
728
  interface DbxScheduleSelectionCalendarComponentConfig {
@@ -916,9 +765,9 @@ declare function dbxScheduleSelectionCalendarBeforeMonthViewRenderFactory(inputM
916
765
  declare class DbxScheduleSelectionCalendarComponent<T> implements OnInit {
917
766
  readonly calendarStore: DbxCalendarStore<T>;
918
767
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
919
- readonly clickEvent: i0.OutputEmitterRef<DbxCalendarEvent<T>>;
920
- readonly config: i0.InputSignal<Maybe<DbxScheduleSelectionCalendarComponentConfig>>;
921
- readonly readonly: i0.InputSignal<Maybe<boolean>>;
768
+ readonly clickEvent: _angular_core.OutputEmitterRef<DbxCalendarEvent<T>>;
769
+ readonly config: _angular_core.InputSignal<Maybe<DbxScheduleSelectionCalendarComponentConfig>>;
770
+ readonly readonly: _angular_core.InputSignal<Maybe<boolean>>;
922
771
  private readonly _centerRangeSub;
923
772
  readonly config$: Observable<Maybe<DbxScheduleSelectionCalendarComponentConfig>>;
924
773
  readonly readonly$: Observable<boolean>;
@@ -931,20 +780,20 @@ declare class DbxScheduleSelectionCalendarComponent<T> implements OnInit {
931
780
  readonly refresh$: Subject<undefined>;
932
781
  readonly events$: Observable<CalendarEvent<any>[]>;
933
782
  readonly viewDate$: Observable<Date>;
934
- readonly beforeMonthViewRenderSignal: i0.Signal<DbxScheduleSelectionCalendarBeforeMonthViewRenderFunction | undefined>;
935
- readonly readonlySignal: i0.Signal<boolean>;
936
- readonly showClearSelectionButtonSignal: i0.Signal<boolean | undefined>;
937
- readonly datePopoverButtonInjectionConfigSignal: i0.Signal<Maybe<DbxInjectionComponentConfig<any>>>;
938
- readonly eventsSignal: i0.Signal<CalendarEvent<any>[]>;
939
- readonly viewDateSignal: i0.Signal<Date>;
783
+ readonly beforeMonthViewRenderSignal: _angular_core.Signal<DbxScheduleSelectionCalendarBeforeMonthViewRenderFunction | undefined>;
784
+ readonly readonlySignal: _angular_core.Signal<boolean>;
785
+ readonly showClearSelectionButtonSignal: _angular_core.Signal<boolean | undefined>;
786
+ readonly datePopoverButtonInjectionConfigSignal: _angular_core.Signal<Maybe<DbxInjectionComponentConfig<any>>>;
787
+ readonly eventsSignal: _angular_core.Signal<CalendarEvent<any>[]>;
788
+ readonly viewDateSignal: _angular_core.Signal<Date>;
940
789
  ngOnInit(): void;
941
790
  dayClicked({ date }: {
942
791
  date: Date;
943
792
  }): void;
944
793
  eventClicked(action: string, event: CalendarEvent<T>): void;
945
794
  beforeMonthViewRender(renderEvent: CalendarMonthViewBeforeRenderEvent): void;
946
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarComponent<any>, never>;
947
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarComponent<any>, "dbx-schedule-selection-calendar", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, { "clickEvent": "clickEvent"; }, never, never, true, never>;
795
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarComponent<any>, never>;
796
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarComponent<any>, "dbx-schedule-selection-calendar", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, { "clickEvent": "clickEvent"; }, never, never, true, never>;
948
797
  }
949
798
 
950
799
  declare class DbxScheduleSelectionCalendarDateDaysComponent {
@@ -953,23 +802,23 @@ declare class DbxScheduleSelectionCalendarDateDaysComponent {
953
802
  readonly template$: Observable<DbxScheduleSelectionCalendarDateDaysForgeFormValue>;
954
803
  readonly isFormModified: IsModifiedFunction<DbxScheduleSelectionCalendarDateDaysForgeFormValue>;
955
804
  readonly updateScheduleDays: WorkUsingObservable<DbxScheduleSelectionCalendarDateDaysForgeFormValue>;
956
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, never>;
957
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, "dbx-schedule-selection-calendar-date-days", never, {}, {}, never, never, true, never>;
805
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, never>;
806
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, "dbx-schedule-selection-calendar-date-days", never, {}, {}, never, never, true, never>;
958
807
  }
959
808
 
960
809
  declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit {
961
810
  readonly dbxCalendarStore: DbxCalendarStore<any>;
962
811
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
963
812
  readonly matFormFieldDefaultOptions: MatFormFieldDefaultOptions | null;
964
- readonly picker: i0.Signal<MatDateRangePicker<Date>>;
965
- readonly required: i0.InputSignal<boolean>;
966
- readonly openPickerOnTextClick: i0.InputSignal<boolean>;
967
- readonly label: i0.InputSignal<Maybe<string>>;
968
- readonly hint: i0.InputSignal<Maybe<string>>;
969
- readonly disabled: i0.InputSignal<Maybe<boolean>>;
970
- readonly showCustomize: i0.InputSignal<boolean>;
813
+ readonly picker: _angular_core.Signal<MatDateRangePicker<Date>>;
814
+ readonly required: _angular_core.InputSignal<boolean>;
815
+ readonly openPickerOnTextClick: _angular_core.InputSignal<boolean>;
816
+ readonly label: _angular_core.InputSignal<Maybe<string>>;
817
+ readonly hint: _angular_core.InputSignal<Maybe<string>>;
818
+ readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
819
+ readonly showCustomize: _angular_core.InputSignal<boolean>;
971
820
  readonly timezone$: Observable<string>;
972
- protected readonly _disabledEffect: i0.EffectRef;
821
+ protected readonly _disabledEffect: _angular_core.EffectRef;
973
822
  private readonly _pickerOpened;
974
823
  private readonly _syncSub;
975
824
  private readonly _valueSub;
@@ -984,45 +833,45 @@ declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit {
984
833
  readonly isCustomized$: Observable<boolean>;
985
834
  readonly currentErrorMessage$: Observable<string | undefined>;
986
835
  readonly datePickerFilter$: Observable<DateFilterFn<Date>>;
987
- readonly timezoneSignal: i0.Signal<string | undefined>;
988
- readonly timezoneReleventDateSignal: i0.Signal<Date>;
989
- readonly isCustomizedSignal: i0.Signal<boolean>;
990
- readonly showCustomLabelSignal: i0.Signal<boolean>;
991
- readonly currentErrorMessageSignal: i0.Signal<string | undefined>;
992
- readonly datePickerFilterSignal: i0.Signal<DateFilterFn<Date> | (() => boolean)>;
993
- protected readonly _requiredUpdateValidatorsEffect: i0.EffectRef;
836
+ readonly timezoneSignal: _angular_core.Signal<string | undefined>;
837
+ readonly timezoneReleventDateSignal: _angular_core.Signal<Date>;
838
+ readonly isCustomizedSignal: _angular_core.Signal<boolean>;
839
+ readonly showCustomLabelSignal: _angular_core.Signal<boolean>;
840
+ readonly currentErrorMessageSignal: _angular_core.Signal<string | undefined>;
841
+ readonly datePickerFilterSignal: _angular_core.Signal<DateFilterFn<Date> | (() => boolean)>;
842
+ protected readonly _requiredUpdateValidatorsEffect: _angular_core.EffectRef;
994
843
  ngOnInit(): void;
995
844
  clickedDateRangeInput(): void;
996
845
  pickerOpened(): void;
997
846
  pickerClosed(): void;
998
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateRangeComponent, never>;
999
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateRangeComponent, "dbx-schedule-selection-calendar-date-range", never, { "required": { "alias": "required"; "required": false; "isSignal": true; }; "openPickerOnTextClick": { "alias": "openPickerOnTextClick"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showCustomize": { "alias": "showCustomize"; "required": false; "isSignal": true; }; }, {}, never, ["[customizeButton]", "*"], true, never>;
847
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateRangeComponent, never>;
848
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateRangeComponent, "dbx-schedule-selection-calendar-date-range", never, { "required": { "alias": "required"; "required": false; "isSignal": true; }; "openPickerOnTextClick": { "alias": "openPickerOnTextClick"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showCustomize": { "alias": "showCustomize"; "required": false; "isSignal": true; }; }, {}, never, ["[customizeButton]", "*"], true, never>;
1000
849
  }
1001
850
 
1002
851
  declare class DbxScheduleSelectionCalendarDatePopoverButtonComponent {
1003
852
  readonly injector: Injector;
1004
853
  readonly popoverService: DbxPopoverService;
1005
854
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
1006
- readonly buttonPopoverOrigin: i0.Signal<ElementRef<HTMLButtonElement>>;
855
+ readonly buttonPopoverOrigin: _angular_core.Signal<ElementRef<HTMLButtonElement>>;
1007
856
  readonly disabled$: rxjs.Observable<_dereekb_util.Maybe<boolean>>;
1008
857
  readonly buttonText$: rxjs.Observable<string>;
1009
- readonly disabledSignal: i0.Signal<_dereekb_util.Maybe<boolean>>;
1010
- readonly buttonTextSignal: i0.Signal<string>;
858
+ readonly disabledSignal: _angular_core.Signal<_dereekb_util.Maybe<boolean>>;
859
+ readonly buttonTextSignal: _angular_core.Signal<string>;
1011
860
  openPopover(): void;
1012
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, never>;
1013
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, "dbx-schedule-selection-calendar-date-popover-button", never, {}, {}, never, never, true, never>;
861
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, never>;
862
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, "dbx-schedule-selection-calendar-date-popover-button", never, {}, {}, never, never, true, never>;
1014
863
  }
1015
864
 
1016
865
  declare class DbxScheduleSelectionCalendarCellComponent {
1017
866
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
1018
- readonly day: i0.InputSignal<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
867
+ readonly day: _angular_core.InputSignal<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
1019
868
  readonly day$: rxjs.Observable<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
1020
869
  readonly cellContent$: rxjs.Observable<CalendarScheduleSelectionCellContent>;
1021
870
  readonly contentSignal: Signal<CalendarScheduleSelectionCellContent>;
1022
871
  readonly iconSignal: Signal<string | undefined>;
1023
872
  readonly textSignal: Signal<string | undefined>;
1024
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarCellComponent, never>;
1025
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarCellComponent, "dbx-schedule-selection-calendar-cell", never, { "day": { "alias": "day"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
873
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarCellComponent, never>;
874
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarCellComponent, "dbx-schedule-selection-calendar-cell", never, { "day": { "alias": "day"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
1026
875
  }
1027
876
 
1028
877
  declare const DEFAULT_SCHEDULE_SELECTION_CALENDAR_DATE_POPOVER_KEY = "calendarselection";
@@ -1032,13 +881,13 @@ interface DbxScheduleSelectionCalendarDatePopoverConfig {
1032
881
  }
1033
882
  declare class DbxScheduleSelectionCalendarDatePopoverComponent extends AbstractPopoverDirective<void> {
1034
883
  static openPopover(popoverService: DbxPopoverService, { origin, injector }: DbxScheduleSelectionCalendarDatePopoverConfig, popoverKey?: DbxPopoverKey): NgPopoverRef<any, number>;
1035
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, never>;
1036
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, "dbx-schedule-selection-calendar-date-popover", never, {}, {}, never, never, true, never>;
884
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, never>;
885
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, "dbx-schedule-selection-calendar-date-popover", never, {}, {}, never, never, true, never>;
1037
886
  }
1038
887
 
1039
888
  declare class DbxScheduleSelectionCalendarDatePopoverContentComponent {
1040
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, never>;
1041
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, "dbx-schedule-selection-calendar-date-popover-content", never, {}, {}, never, never, true, never>;
889
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, never>;
890
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, "dbx-schedule-selection-calendar-date-popover-content", never, {}, {}, never, never, true, never>;
1042
891
  }
1043
892
 
1044
893
  /**
@@ -1046,12 +895,12 @@ declare class DbxScheduleSelectionCalendarDatePopoverContentComponent {
1046
895
  */
1047
896
  declare class DbxCalendarScheduleSelectionStoreProviderBlock {
1048
897
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
1049
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStoreProviderBlock, never>;
1050
- static ɵprov: i0.ɵɵInjectableDeclaration<DbxCalendarScheduleSelectionStoreProviderBlock>;
898
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStoreProviderBlock, never>;
899
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DbxCalendarScheduleSelectionStoreProviderBlock>;
1051
900
  }
1052
901
  declare class DbxCalendarScheduleSelectionStoreInjectionBlockDirective {
1053
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStoreInjectionBlockDirective, never>;
1054
- static ɵdir: i0.ɵɵDirectiveDeclaration<DbxCalendarScheduleSelectionStoreInjectionBlockDirective, "[dbxCalendarScheduleSelectionStoreParentBlocker]", never, {}, {}, never, never, true, never>;
902
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxCalendarScheduleSelectionStoreInjectionBlockDirective, never>;
903
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxCalendarScheduleSelectionStoreInjectionBlockDirective, "[dbxCalendarScheduleSelectionStoreParentBlocker]", never, {}, {}, never, never, true, never>;
1055
904
  }
1056
905
  /**
1057
906
  * Creates a Provider that initializes a new DbxCalendarScheduleSelectionStore if a parent does not exist.
@@ -1065,36 +914,36 @@ declare function provideCalendarScheduleSelectionStoreIfParentIsUnavailable(): P
1065
914
  declare class DbxScheduleSelectionCalendarDateDialogButtonComponent {
1066
915
  readonly injector: Injector;
1067
916
  readonly matDialog: MatDialog;
1068
- readonly buttonText: i0.InputSignal<string>;
1069
- readonly disabled: i0.InputSignal<Maybe<boolean>>;
1070
- readonly contentConfig: i0.InputSignal<Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>>;
917
+ readonly buttonText: _angular_core.InputSignal<string>;
918
+ readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
919
+ readonly contentConfig: _angular_core.InputSignal<Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>>;
1071
920
  clickCustomize(): void;
1072
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDialogButtonComponent, never>;
1073
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDialogButtonComponent, "dbx-schedule-selection-calendar-date-dialog-button", never, { "buttonText": { "alias": "buttonText"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "contentConfig": { "alias": "contentConfig"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
921
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDialogButtonComponent, never>;
922
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDialogButtonComponent, "dbx-schedule-selection-calendar-date-dialog-button", never, { "buttonText": { "alias": "buttonText"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "contentConfig": { "alias": "contentConfig"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1074
923
  }
1075
924
 
1076
925
  /**
1077
926
  * Toggle button for selecting and clearing the current selection.
1078
927
  */
1079
928
  declare class DbxScheduleSelectionCalendarSelectionToggleButtonComponent {
1080
- readonly disabled: i0.InputSignal<Maybe<boolean>>;
929
+ readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
1081
930
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
1082
- readonly selectionModeSignal: i0.Signal<_dereekb_dbx_form_calendar.DbxCalendarScheduleSelectionStoreSelectionMode>;
1083
- readonly nextToggleSelectionSignal: i0.Signal<Maybe<_dereekb_util.AllOrNoneSelection>>;
1084
- readonly disableButtonSignal: i0.Signal<boolean>;
1085
- readonly buttonDisplaySignal: i0.Signal<DbxButtonDisplay>;
931
+ readonly selectionModeSignal: _angular_core.Signal<_dereekb_dbx_form_calendar.DbxCalendarScheduleSelectionStoreSelectionMode>;
932
+ readonly nextToggleSelectionSignal: _angular_core.Signal<Maybe<_dereekb_util.AllOrNoneSelection>>;
933
+ readonly disableButtonSignal: _angular_core.Signal<boolean>;
934
+ readonly buttonDisplaySignal: _angular_core.Signal<DbxButtonDisplay>;
1086
935
  toggleSelection(): void;
1087
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarSelectionToggleButtonComponent, never>;
1088
- static ɵcmp: i0.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarSelectionToggleButtonComponent, "dbx-schedule-selection-calendar-selection-toggle-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
936
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarSelectionToggleButtonComponent, never>;
937
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarSelectionToggleButtonComponent, "dbx-schedule-selection-calendar-selection-toggle-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1089
938
  }
1090
939
 
1091
940
  /**
1092
941
  * @deprecated Import components directly and use provideDbxForgeCalendarFieldDeclarations().
1093
942
  */
1094
943
  declare class DbxFormCalendarModule {
1095
- static ɵfac: i0.ɵɵFactoryDeclaration<DbxFormCalendarModule, never>;
1096
- static ɵmod: i0.ɵɵNgModuleDeclaration<DbxFormCalendarModule, never, [typeof DbxScheduleSelectionCalendarComponent, typeof DbxScheduleSelectionCalendarDateDaysComponent, typeof DbxScheduleSelectionCalendarDateDaysFormComponent, typeof DbxScheduleSelectionCalendarDateRangeComponent, typeof DbxScheduleSelectionCalendarDatePopoverButtonComponent, typeof DbxScheduleSelectionCalendarCellComponent, typeof DbxScheduleSelectionCalendarDatePopoverComponent, typeof DbxScheduleSelectionCalendarDatePopoverContentComponent, typeof DbxCalendarScheduleSelectionStoreInjectionBlockDirective, typeof DbxScheduleSelectionCalendarDateDialogComponent, typeof DbxScheduleSelectionCalendarDateDialogButtonComponent, typeof DbxScheduleSelectionCalendarSelectionToggleButtonComponent, typeof i13.DbxFormFormlyWrapperModule], [typeof DbxScheduleSelectionCalendarComponent, typeof DbxScheduleSelectionCalendarDateDaysComponent, typeof DbxScheduleSelectionCalendarDateDaysFormComponent, typeof DbxScheduleSelectionCalendarDateRangeComponent, typeof DbxScheduleSelectionCalendarDatePopoverButtonComponent, typeof DbxScheduleSelectionCalendarCellComponent, typeof DbxScheduleSelectionCalendarDatePopoverComponent, typeof DbxScheduleSelectionCalendarDatePopoverContentComponent, typeof DbxCalendarScheduleSelectionStoreInjectionBlockDirective, typeof DbxScheduleSelectionCalendarDateDialogComponent, typeof DbxScheduleSelectionCalendarDateDialogButtonComponent, typeof DbxScheduleSelectionCalendarSelectionToggleButtonComponent, typeof i13.DbxFormFormlyWrapperModule]>;
1097
- static ɵinj: i0.ɵɵInjectorDeclaration<DbxFormCalendarModule>;
944
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFormCalendarModule, never>;
945
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxFormCalendarModule, never, [typeof DbxScheduleSelectionCalendarComponent, typeof DbxScheduleSelectionCalendarDateDaysComponent, typeof DbxScheduleSelectionCalendarDateDaysForgeFormComponent, typeof DbxScheduleSelectionCalendarDateRangeComponent, typeof DbxScheduleSelectionCalendarDatePopoverButtonComponent, typeof DbxScheduleSelectionCalendarCellComponent, typeof DbxScheduleSelectionCalendarDatePopoverComponent, typeof DbxScheduleSelectionCalendarDatePopoverContentComponent, typeof DbxCalendarScheduleSelectionStoreInjectionBlockDirective, typeof DbxScheduleSelectionCalendarDateDialogComponent, typeof DbxScheduleSelectionCalendarDateDialogButtonComponent, typeof DbxScheduleSelectionCalendarSelectionToggleButtonComponent], [typeof DbxScheduleSelectionCalendarComponent, typeof DbxScheduleSelectionCalendarDateDaysComponent, typeof DbxScheduleSelectionCalendarDateDaysForgeFormComponent, typeof DbxScheduleSelectionCalendarDateRangeComponent, typeof DbxScheduleSelectionCalendarDatePopoverButtonComponent, typeof DbxScheduleSelectionCalendarCellComponent, typeof DbxScheduleSelectionCalendarDatePopoverComponent, typeof DbxScheduleSelectionCalendarDatePopoverContentComponent, typeof DbxCalendarScheduleSelectionStoreInjectionBlockDirective, typeof DbxScheduleSelectionCalendarDateDialogComponent, typeof DbxScheduleSelectionCalendarDateDialogButtonComponent, typeof DbxScheduleSelectionCalendarSelectionToggleButtonComponent]>;
946
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxFormCalendarModule>;
1098
947
  }
1099
948
 
1100
949
  /**
@@ -1102,5 +951,5 @@ declare class DbxFormCalendarModule {
1102
951
  */
1103
952
  declare const DBX_FORGE_CALENDAR_FIELD_TYPES: FieldTypeDefinition[];
1104
953
 
1105
- export { CalendarScheduleSelectionDayState, DBX_FORGE_CALENDAR_FIELD_TYPES, DEFAULT_DBX_SCHEDULE_SELECTION_CALENDAR_DATE_POPUP_CONTENT_CONFIG_TOKEN, DEFAULT_SCHEDULE_SELECTION_CALENDAR_DATE_POPOVER_KEY, DbxCalendarScheduleSelectionStore, DbxCalendarScheduleSelectionStoreInjectionBlockDirective, DbxCalendarScheduleSelectionStoreProviderBlock, DbxForgeCalendarDateScheduleRangeFieldComponent, DbxFormCalendarDateScheduleRangeFieldComponent, DbxFormCalendarModule, DbxFormDateScheduleRangeFieldModule, DbxScheduleSelectionCalendarCellComponent, DbxScheduleSelectionCalendarComponent, DbxScheduleSelectionCalendarDateDaysComponent, DbxScheduleSelectionCalendarDateDaysForgeFormComponent, DbxScheduleSelectionCalendarDateDaysFormComponent, DbxScheduleSelectionCalendarDateDialogButtonComponent, DbxScheduleSelectionCalendarDateDialogComponent, DbxScheduleSelectionCalendarDatePopoverButtonComponent, DbxScheduleSelectionCalendarDatePopoverComponent, DbxScheduleSelectionCalendarDatePopoverContentComponent, DbxScheduleSelectionCalendarDateRangeComponent, DbxScheduleSelectionCalendarSelectionToggleButtonComponent, FORGE_CALENDAR_DATE_SCHEDULE_RANGE_FIELD_TYPE, calendarDateScheduleRangeFieldMapper, calendarScheduleMaxDate, calendarScheduleMinAndMaxDateRange, calendarScheduleMinDate, calendarScheduleStartBeingUsedFromFilter, computeCalendarScheduleSelectionDateCellRange, computeCalendarScheduleSelectionRange, computeScheduleSelectionRangeAndExclusion, computeScheduleSelectionValue, dateScheduleRangeField, dbxForgeDateScheduleRangeField, dbxScheduleSelectionCalendarBeforeMonthViewRenderFactory, dbxScheduleSelectionCalendarDateDaysForgeFormDayFields, dbxScheduleSelectionCalendarDateDaysForgeFormFields, dbxScheduleSelectionCalendarDateDaysFormDayFields, dbxScheduleSelectionCalendarDateDaysFormFields, defaultCalendarScheduleSelectionCellContentFactory, finalizeNewCalendarScheduleSelectionState, finalizeUpdateStateWithChangedScheduleDays, initialCalendarScheduleSelectionState, isEnabledDayInCalendarScheduleSelectionState, noSelectionCalendarScheduleSelectionState, provideCalendarScheduleSelectionStoreIfParentIsUnavailable, updateStateWithChangedDates, updateStateWithChangedDefaultScheduleDays, updateStateWithChangedRange, updateStateWithChangedScheduleDays, updateStateWithComputeSelectionResultRelativeToFilter, updateStateWithDateCellScheduleRangeValue, updateStateWithExclusions, updateStateWithFilter, updateStateWithInitialSelectionState, updateStateWithMinMaxDateRange, updateStateWithSelectionMode, updateStateWithTimezoneValue };
1106
- export type { CalendarScheduleSelectionCellContent, CalendarScheduleSelectionCellContentFactory, CalendarScheduleSelectionInputDateRange, CalendarScheduleSelectionMetadata, CalendarScheduleSelectionRangeAndExclusion, CalendarScheduleSelectionState, CalendarScheduleSelectionStateDatesChange, CalendarScheduleSelectionValue, DateScheduleRangeFieldConfig, DbxCalendarScheduleSelectionStoreSelectionMode, DbxForgeCalendarDateScheduleRangeFieldComponentProps, DbxForgeCalendarDateScheduleRangeFieldConfig, DbxForgeCalendarDateScheduleRangeFieldDef, DbxFormCalendarDateCellScheduleRangeFieldProps, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunction, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunctionFactory, DbxScheduleSelectionCalendarBeforeMonthViewRenderModifyDayFunction, DbxScheduleSelectionCalendarComponentConfig, DbxScheduleSelectionCalendarDateDaysForgeFormValue, DbxScheduleSelectionCalendarDateDaysFormValue, DbxScheduleSelectionCalendarDatePopoverConfig, DbxScheduleSelectionCalendarDatePopupConfig, DbxScheduleSelectionCalendarDatePopupContentConfig, PartialCalendarScheduleSelectionInputDateRange };
954
+ export { CalendarScheduleSelectionDayState, DBX_FORGE_CALENDAR_FIELD_TYPES, DEFAULT_DBX_SCHEDULE_SELECTION_CALENDAR_DATE_POPUP_CONTENT_CONFIG_TOKEN, DEFAULT_SCHEDULE_SELECTION_CALENDAR_DATE_POPOVER_KEY, DbxCalendarScheduleSelectionStore, DbxCalendarScheduleSelectionStoreInjectionBlockDirective, DbxCalendarScheduleSelectionStoreProviderBlock, DbxForgeCalendarDateScheduleRangeFieldComponent, DbxFormCalendarModule, DbxScheduleSelectionCalendarCellComponent, DbxScheduleSelectionCalendarComponent, DbxScheduleSelectionCalendarDateDaysComponent, DbxScheduleSelectionCalendarDateDaysForgeFormComponent, DbxScheduleSelectionCalendarDateDialogButtonComponent, DbxScheduleSelectionCalendarDateDialogComponent, DbxScheduleSelectionCalendarDatePopoverButtonComponent, DbxScheduleSelectionCalendarDatePopoverComponent, DbxScheduleSelectionCalendarDatePopoverContentComponent, DbxScheduleSelectionCalendarDateRangeComponent, DbxScheduleSelectionCalendarSelectionToggleButtonComponent, FORGE_CALENDAR_DATE_SCHEDULE_RANGE_FIELD_TYPE, calendarDateScheduleRangeFieldMapper, calendarScheduleMaxDate, calendarScheduleMinAndMaxDateRange, calendarScheduleMinDate, calendarScheduleStartBeingUsedFromFilter, computeCalendarScheduleSelectionDateCellRange, computeCalendarScheduleSelectionRange, computeScheduleSelectionRangeAndExclusion, computeScheduleSelectionValue, dbxForgeDateScheduleRangeField, dbxScheduleSelectionCalendarBeforeMonthViewRenderFactory, dbxScheduleSelectionCalendarDateDaysForgeFormDayFields, dbxScheduleSelectionCalendarDateDaysForgeFormFields, defaultCalendarScheduleSelectionCellContentFactory, finalizeNewCalendarScheduleSelectionState, finalizeUpdateStateWithChangedScheduleDays, initialCalendarScheduleSelectionState, isEnabledDayInCalendarScheduleSelectionState, noSelectionCalendarScheduleSelectionState, provideCalendarScheduleSelectionStoreIfParentIsUnavailable, updateStateWithChangedDates, updateStateWithChangedDefaultScheduleDays, updateStateWithChangedRange, updateStateWithChangedScheduleDays, updateStateWithComputeSelectionResultRelativeToFilter, updateStateWithDateCellScheduleRangeValue, updateStateWithExclusions, updateStateWithFilter, updateStateWithInitialSelectionState, updateStateWithMinMaxDateRange, updateStateWithSelectionMode, updateStateWithTimezoneValue };
955
+ export type { CalendarScheduleSelectionCellContent, CalendarScheduleSelectionCellContentFactory, CalendarScheduleSelectionInputDateRange, CalendarScheduleSelectionMetadata, CalendarScheduleSelectionRangeAndExclusion, CalendarScheduleSelectionState, CalendarScheduleSelectionStateDatesChange, CalendarScheduleSelectionValue, DbxCalendarScheduleSelectionStoreSelectionMode, DbxForgeCalendarDateScheduleRangeFieldComponentProps, DbxForgeCalendarDateScheduleRangeFieldConfig, DbxForgeCalendarDateScheduleRangeFieldDef, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunction, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunctionFactory, DbxScheduleSelectionCalendarBeforeMonthViewRenderModifyDayFunction, DbxScheduleSelectionCalendarComponentConfig, DbxScheduleSelectionCalendarDateDaysForgeFormValue, DbxScheduleSelectionCalendarDatePopoverConfig, DbxScheduleSelectionCalendarDatePopupConfig, DbxScheduleSelectionCalendarDatePopupContentConfig, PartialCalendarScheduleSelectionInputDateRange };