@wlcm/angular 19.1.7 → 19.1.10

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.
@@ -118,7 +118,7 @@ let WlcmDatepickerTrigger = class WlcmDatepickerTrigger {
118
118
  return this.viewContainerRef.injector.get(WLCM_DATEPICKER_CONFIG, {}, { optional: true });
119
119
  }
120
120
  get datepickerConfig() {
121
- const config = this.defaultDatepickerConfig;
121
+ const config = { ...this.defaultDatepickerConfig };
122
122
  if (this.minDate())
123
123
  config.minDate = this.minDate;
124
124
  if (this.maxDate())