@wlcm/angular 19.1.8 → 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.
- package/datepicker/fesm2022/wlcm-angular-datepicker.mjs +1 -1
- package/datepicker/fesm2022/wlcm-angular-datepicker.mjs.map +1 -1
- package/datepicker/lib/constants/datepicker.constants.d.ts +1 -1
- package/datepicker/lib/directives/datepicker-trigger.base.d.ts +1 -1
- package/forms/fesm2022/wlcm-angular-forms.mjs +5 -6
- package/forms/fesm2022/wlcm-angular-forms.mjs.map +1 -1
- package/forms/lib/forms/components/autocomplete/autocomplete.component.d.ts +1 -1
- package/package.json +1 -1
@@ -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())
|