@dereekb/dbx-form 9.23.28 → 9.24.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 (33) hide show
  1. package/esm2020/calendar/lib/calendar.schedule.selection.days.component.mjs +1 -1
  2. package/esm2020/calendar/lib/calendar.schedule.selection.range.component.mjs +1 -1
  3. package/esm2020/lib/form/action/form.action.directive.mjs +11 -4
  4. package/esm2020/lib/formly/field/value/date/date.field.module.mjs +18 -6
  5. package/esm2020/lib/formly/field/value/date/date.value.mjs +73 -0
  6. package/esm2020/lib/formly/field/value/date/datetime.field.component.mjs +60 -106
  7. package/esm2020/lib/formly/field/value/date/datetime.field.mjs +31 -4
  8. package/esm2020/lib/formly/field/value/date/datetime.field.service.mjs +31 -0
  9. package/esm2020/lib/formly/field/value/date/datetime.mjs +26 -0
  10. package/esm2020/lib/formly/field/value/date/datetime.preset.mjs +31 -0
  11. package/esm2020/lib/formly/field/value/date/fixeddaterange.field.component.mjs +451 -0
  12. package/esm2020/lib/formly/field/value/date/index.mjs +5 -1
  13. package/fesm2015/dereekb-dbx-form-calendar.mjs +1 -1
  14. package/fesm2015/dereekb-dbx-form-calendar.mjs.map +1 -1
  15. package/fesm2015/dereekb-dbx-form.mjs +647 -66
  16. package/fesm2015/dereekb-dbx-form.mjs.map +1 -1
  17. package/fesm2020/dereekb-dbx-form-calendar.mjs +1 -1
  18. package/fesm2020/dereekb-dbx-form-calendar.mjs.map +1 -1
  19. package/fesm2020/dereekb-dbx-form.mjs +643 -60
  20. package/fesm2020/dereekb-dbx-form.mjs.map +1 -1
  21. package/lib/form/action/form.action.directive.d.ts +13 -7
  22. package/lib/formly/field/value/date/_date.scss +29 -0
  23. package/lib/formly/field/value/date/date.field.module.d.ts +18 -17
  24. package/lib/formly/field/value/date/date.value.d.ts +20 -0
  25. package/lib/formly/field/value/date/datetime.d.ts +56 -0
  26. package/lib/formly/field/value/date/datetime.field.component.d.ts +31 -27
  27. package/lib/formly/field/value/date/datetime.field.d.ts +8 -4
  28. package/lib/formly/field/value/date/datetime.field.service.d.ts +15 -0
  29. package/lib/formly/field/value/date/datetime.preset.d.ts +2 -0
  30. package/lib/formly/field/value/date/fixeddaterange.field.component.d.ts +154 -0
  31. package/lib/formly/field/value/date/index.d.ts +4 -0
  32. package/mapbox/package.json +4 -4
  33. package/package.json +4 -4
@@ -807,7 +807,7 @@ DbxScheduleSelectionCalendarDateDaysComponent.ɵcmp = i0.ɵɵngDeclareComponent(
807
807
  <div class="dbx-schedule-selection-calendar-date-days" dbxAction dbxActionAutoTrigger dbxActionEnforceModified [instantTrigger]="true" [dbxActionHandler]="updateScheduleDays">
808
808
  <dbx-schedule-selection-calendar-date-days-form dbxActionForm [dbxFormSource]="template$" [dbxActionFormModified]="isFormModified"></dbx-schedule-selection-calendar-date-days-form>
809
809
  </div>
810
- `, isInline: true, dependencies: [{ kind: "directive", type: i3$1.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i3$1.DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: ["dbxActionHandler"] }, { kind: "directive", type: i3$1.DbxActionEnforceModifiedDirective, selector: "[dbxActionEnforceModified]", inputs: ["dbxActionEnforceModified"] }, { kind: "directive", type: i3$1.DbxActionAutoTriggerDirective, selector: "dbxActionAutoTrigger, [dbxActionAutoTrigger]", inputs: ["dbxActionAutoTrigger", "triggerDebounce", "triggerThrottle", "triggerErrorThrottle", "fastTrigger", "instantTrigger", "triggerLimit"] }, { kind: "directive", type: i4$1.DbxActionFormDirective, selector: "[dbxActionForm]", inputs: ["dbxActionFormValidator", "dbxActionFormModified", "formDisabledOnWorking"] }, { kind: "directive", type: i4$1.DbxFormSourceDirective, selector: "[dbxFormSource]", inputs: ["dbxFormSourceMode", "dbxFormSource"] }, { kind: "component", type: DbxScheduleSelectionCalendarDateDaysFormComponent, selector: "dbx-schedule-selection-calendar-date-days-form" }] });
810
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3$1.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i3$1.DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: ["dbxActionHandler"] }, { kind: "directive", type: i3$1.DbxActionEnforceModifiedDirective, selector: "[dbxActionEnforceModified]", inputs: ["dbxActionEnforceModified"] }, { kind: "directive", type: i3$1.DbxActionAutoTriggerDirective, selector: "dbxActionAutoTrigger, [dbxActionAutoTrigger]", inputs: ["dbxActionAutoTrigger", "triggerDebounce", "triggerThrottle", "triggerErrorThrottle", "fastTrigger", "instantTrigger", "triggerLimit"] }, { kind: "directive", type: i4$1.DbxActionFormDirective, selector: "[dbxActionForm]", inputs: ["dbxActionFormValidator", "dbxActionFormModified", "dbxActionFormMapValue", "formDisabledOnWorking"] }, { kind: "directive", type: i4$1.DbxFormSourceDirective, selector: "[dbxFormSource]", inputs: ["dbxFormSourceMode", "dbxFormSource"] }, { kind: "component", type: DbxScheduleSelectionCalendarDateDaysFormComponent, selector: "dbx-schedule-selection-calendar-date-days-form" }] });
811
811
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxScheduleSelectionCalendarDateDaysComponent, decorators: [{
812
812
  type: Component,
813
813
  args: [{