@dereekb/dbx-form 13.43.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
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "13.43.0",
3
+ "version": "14.0.0",
4
4
  "sideEffects": [
5
5
  "*.scss",
6
6
  "*.css"
7
7
  ],
8
8
  "peerDependencies": {
9
- "@angular/cdk": "^21.2.9",
10
- "@angular/common": "21.2.11",
11
- "@angular/core": "21.2.11",
12
- "@angular/forms": "21.2.11",
13
- "@angular/material": "^21.2.9",
14
- "@angular/material-date-fns-adapter": "21.2.9",
15
- "@angular/platform-browser": "21.2.11",
16
- "@bobbyquantum/ngx-editor": "21.0.0",
17
- "@dereekb/date": "13.43.0",
18
- "@dereekb/dbx-core": "13.43.0",
19
- "@dereekb/dbx-web": "13.43.0",
20
- "@dereekb/model": "13.43.0",
21
- "@dereekb/rxjs": "13.43.0",
22
- "@dereekb/util": "13.43.0",
23
- "@dereekb/vitest": "13.43.0",
24
- "@ng-forge/dynamic-forms": "0.10.0-next.4",
25
- "@ng-forge/dynamic-forms-material": "0.10.0-next.4",
26
- "@ng-web-apis/geolocation": "^5.2.0",
27
- "@ngbracket/ngx-layout": "^21.0.0",
28
- "@ngrx/component-store": "^21.1.0",
9
+ "@angular/cdk": "^22.1.4",
10
+ "@angular/common": "22.1.4",
11
+ "@angular/core": "22.1.4",
12
+ "@angular/forms": "22.1.4",
13
+ "@angular/material": "^22.1.4",
14
+ "@angular/material-date-fns-adapter": "22.1.4",
15
+ "@angular/platform-browser": "22.1.4",
16
+ "@bobbyquantum/ngx-editor": "22.0.1",
17
+ "@dereekb/date": "14.0.0",
18
+ "@dereekb/dbx-core": "14.0.0",
19
+ "@dereekb/dbx-web": "14.0.0",
20
+ "@dereekb/model": "14.0.0",
21
+ "@dereekb/rxjs": "14.0.0",
22
+ "@dereekb/util": "14.0.0",
23
+ "@dereekb/vitest": "14.0.0",
24
+ "@ng-forge/dynamic-forms": "1.2.0-next.8",
25
+ "@ng-forge/dynamic-forms-material": "1.2.0-next.8",
26
+ "@ng-web-apis/geolocation": "^5.3.0",
27
+ "@ngbracket/ngx-layout": "^22.0.1",
28
+ "@ngrx/component-store": "^22.0.0",
29
29
  "@uirouter/core": "^6.1.2",
30
30
  "angular-calendar": "^0.32.2",
31
31
  "change-case-all": "^2.1.0",
32
32
  "date-fns": "^4.1.0",
33
33
  "mapbox-gl": "^3.22.0",
34
- "ng-overlay-container": "^21.0.1",
34
+ "ng-overlay-container": "^22.0.1",
35
35
  "ngx-mapbox-gl": "git+https://git@github.com/dereekb/ngx-mapbox-gl#3f1d25b0661bc48abbd415dc79ca7f66568bae2e",
36
- "ngx-mat-input-tel": "^21.4.1",
36
+ "ngx-mat-input-tel": "^22.1.1",
37
37
  "rxjs": "^7.8.2",
38
- "vitest": "4.1.5"
38
+ "vitest": "4.1.11"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.0"
@@ -17,11 +17,11 @@ import { DbxInjectionComponentConfig, DbxButtonDisplay } from '@dereekb/dbx-core
17
17
  import { FieldTree } from '@angular/forms/signals';
18
18
  import { AbstractSyncForgeFormDirective } from '@dereekb/dbx-form';
19
19
  import { DbxCalendarStore, DbxCalendarEvent } from '@dereekb/dbx-web/calendar';
20
+ import { NgPopoverRef } from 'ng-overlay-container';
20
21
  import { FormGroup, FormControl } from '@angular/forms';
21
22
  import { MatFormFieldDefaultOptions } from '@angular/material/form-field';
22
23
  import { ErrorStateMatcher } from '@angular/material/core';
23
24
  import { MatDateRangePicker, DateFilterFn } from '@angular/material/datepicker';
24
- import { NgPopoverRef } from 'ng-overlay-container';
25
25
  import * as _dereekb_dbx_form_calendar from '@dereekb/dbx-form/calendar';
26
26
  import { FieldTypeDefinition } from '@ng-forge/dynamic-forms/integration';
27
27
 
@@ -725,6 +725,18 @@ declare class DbxScheduleSelectionCalendarDateDaysForgeFormComponent extends Abs
725
725
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysForgeFormComponent, "dbx-schedule-selection-calendar-date-days-forge-form", never, {}, {}, never, never, true, never>;
726
726
  }
727
727
 
728
+ declare class DbxScheduleSelectionCalendarCellComponent {
729
+ readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
730
+ readonly day: _angular_core.InputSignal<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
731
+ readonly day$: rxjs.Observable<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
732
+ readonly cellContent$: rxjs.Observable<CalendarScheduleSelectionCellContent>;
733
+ readonly contentSignal: Signal<CalendarScheduleSelectionCellContent>;
734
+ readonly iconSignal: Signal<string | undefined>;
735
+ readonly textSignal: Signal<string | undefined>;
736
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarCellComponent, never>;
737
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarCellComponent, "dbx-schedule-selection-calendar-cell", never, { "day": { "alias": "day"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
738
+ }
739
+
728
740
  interface DbxScheduleSelectionCalendarComponentConfig {
729
741
  /**
730
742
  * Whether or not the selection calendar is readonly. Defaults to 'false'.
@@ -806,6 +818,47 @@ declare class DbxScheduleSelectionCalendarDateDaysComponent {
806
818
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDateDaysComponent, "dbx-schedule-selection-calendar-date-days", never, {}, {}, never, never, true, never>;
807
819
  }
808
820
 
821
+ declare class DbxScheduleSelectionCalendarDateDialogButtonComponent {
822
+ readonly injector: Injector;
823
+ readonly matDialog: MatDialog;
824
+ readonly buttonText: _angular_core.InputSignal<string>;
825
+ readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
826
+ readonly contentConfig: _angular_core.InputSignal<Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>>;
827
+ clickCustomize(): void;
828
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDateDialogButtonComponent, never>;
829
+ 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>;
830
+ }
831
+
832
+ declare class DbxScheduleSelectionCalendarDatePopoverButtonComponent {
833
+ readonly injector: Injector;
834
+ readonly popoverService: DbxPopoverService;
835
+ readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
836
+ readonly buttonPopoverOrigin: _angular_core.Signal<ElementRef<HTMLButtonElement>>;
837
+ readonly disabled$: rxjs.Observable<_dereekb_util.Maybe<boolean>>;
838
+ readonly buttonText$: rxjs.Observable<string>;
839
+ readonly disabledSignal: _angular_core.Signal<_dereekb_util.Maybe<boolean>>;
840
+ readonly buttonTextSignal: _angular_core.Signal<string>;
841
+ openPopover(): void;
842
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, never>;
843
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverButtonComponent, "dbx-schedule-selection-calendar-date-popover-button", never, {}, {}, never, never, true, never>;
844
+ }
845
+
846
+ declare const DEFAULT_SCHEDULE_SELECTION_CALENDAR_DATE_POPOVER_KEY = "calendarselection";
847
+ interface DbxScheduleSelectionCalendarDatePopoverConfig {
848
+ readonly origin: ElementRef;
849
+ readonly injector: Injector;
850
+ }
851
+ declare class DbxScheduleSelectionCalendarDatePopoverComponent extends AbstractPopoverDirective<void> {
852
+ static openPopover(popoverService: DbxPopoverService, { origin, injector }: DbxScheduleSelectionCalendarDatePopoverConfig, popoverKey?: DbxPopoverKey): NgPopoverRef<any, number>;
853
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, never>;
854
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverComponent, "dbx-schedule-selection-calendar-date-popover", never, {}, {}, never, never, true, never>;
855
+ }
856
+
857
+ declare class DbxScheduleSelectionCalendarDatePopoverContentComponent {
858
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, never>;
859
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxScheduleSelectionCalendarDatePopoverContentComponent, "dbx-schedule-selection-calendar-date-popover-content", never, {}, {}, never, never, true, never>;
860
+ }
861
+
809
862
  declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit {
810
863
  readonly dbxCalendarStore: DbxCalendarStore<any>;
811
864
  readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
@@ -848,48 +901,6 @@ declare class DbxScheduleSelectionCalendarDateRangeComponent implements OnInit {
848
901
  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>;
849
902
  }
850
903
 
851
- declare class DbxScheduleSelectionCalendarDatePopoverButtonComponent {
852
- readonly injector: Injector;
853
- readonly popoverService: DbxPopoverService;
854
- readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
855
- readonly buttonPopoverOrigin: _angular_core.Signal<ElementRef<HTMLButtonElement>>;
856
- readonly disabled$: rxjs.Observable<_dereekb_util.Maybe<boolean>>;
857
- readonly buttonText$: rxjs.Observable<string>;
858
- readonly disabledSignal: _angular_core.Signal<_dereekb_util.Maybe<boolean>>;
859
- readonly buttonTextSignal: _angular_core.Signal<string>;
860
- openPopover(): void;
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>;
863
- }
864
-
865
- declare class DbxScheduleSelectionCalendarCellComponent {
866
- readonly dbxCalendarScheduleSelectionStore: DbxCalendarScheduleSelectionStore;
867
- readonly day: _angular_core.InputSignal<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
868
- readonly day$: rxjs.Observable<CalendarMonthViewDay<CalendarScheduleSelectionMetadata>>;
869
- readonly cellContent$: rxjs.Observable<CalendarScheduleSelectionCellContent>;
870
- readonly contentSignal: Signal<CalendarScheduleSelectionCellContent>;
871
- readonly iconSignal: Signal<string | undefined>;
872
- readonly textSignal: Signal<string | undefined>;
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>;
875
- }
876
-
877
- declare const DEFAULT_SCHEDULE_SELECTION_CALENDAR_DATE_POPOVER_KEY = "calendarselection";
878
- interface DbxScheduleSelectionCalendarDatePopoverConfig {
879
- readonly origin: ElementRef;
880
- readonly injector: Injector;
881
- }
882
- declare class DbxScheduleSelectionCalendarDatePopoverComponent extends AbstractPopoverDirective<void> {
883
- static openPopover(popoverService: DbxPopoverService, { origin, injector }: DbxScheduleSelectionCalendarDatePopoverConfig, popoverKey?: DbxPopoverKey): NgPopoverRef<any, number>;
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>;
886
- }
887
-
888
- declare class DbxScheduleSelectionCalendarDatePopoverContentComponent {
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>;
891
- }
892
-
893
904
  /**
894
905
  * Token used by provideCalendarScheduleSelectionStoreIfDoesNotExist() to prevent injecting a parent DbxCalendarScheduleSelectionStore into the child view.
895
906
  */
@@ -911,17 +922,6 @@ declare class DbxCalendarScheduleSelectionStoreInjectionBlockDirective {
911
922
  */
912
923
  declare function provideCalendarScheduleSelectionStoreIfParentIsUnavailable(): Provider;
913
924
 
914
- declare class DbxScheduleSelectionCalendarDateDialogButtonComponent {
915
- readonly injector: Injector;
916
- readonly matDialog: MatDialog;
917
- readonly buttonText: _angular_core.InputSignal<string>;
918
- readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
919
- readonly contentConfig: _angular_core.InputSignal<Maybe<DbxScheduleSelectionCalendarDatePopupContentConfig>>;
920
- clickCustomize(): void;
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>;
923
- }
924
-
925
925
  /**
926
926
  * Toggle button for selecting and clearing the current selection.
927
927
  */
@@ -937,19 +937,10 @@ declare class DbxScheduleSelectionCalendarSelectionToggleButtonComponent {
937
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>;
938
938
  }
939
939
 
940
- /**
941
- * @deprecated Import components directly and use provideDbxForgeCalendarFieldDeclarations().
942
- */
943
- declare class 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>;
947
- }
948
-
949
940
  /**
950
941
  * All custom dbx-form/calendar forge field type definitions.
951
942
  */
952
943
  declare const DBX_FORGE_CALENDAR_FIELD_TYPES: FieldTypeDefinition[];
953
944
 
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 };
945
+ 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, 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
946
  export type { CalendarScheduleSelectionCellContent, CalendarScheduleSelectionCellContentFactory, CalendarScheduleSelectionInputDateRange, CalendarScheduleSelectionMetadata, CalendarScheduleSelectionRangeAndExclusion, CalendarScheduleSelectionState, CalendarScheduleSelectionStateDatesChange, CalendarScheduleSelectionValue, DbxCalendarScheduleSelectionStoreSelectionMode, DbxForgeCalendarDateScheduleRangeFieldComponentProps, DbxForgeCalendarDateScheduleRangeFieldConfig, DbxForgeCalendarDateScheduleRangeFieldDef, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunction, DbxScheduleSelectionCalendarBeforeMonthViewRenderFunctionFactory, DbxScheduleSelectionCalendarBeforeMonthViewRenderModifyDayFunction, DbxScheduleSelectionCalendarComponentConfig, DbxScheduleSelectionCalendarDateDaysForgeFormValue, DbxScheduleSelectionCalendarDatePopoverConfig, DbxScheduleSelectionCalendarDatePopupConfig, DbxScheduleSelectionCalendarDatePopupContentConfig, PartialCalendarScheduleSelectionInputDateRange };