@wlcm/angular 18.2.22 → 18.2.25

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.
@@ -543,7 +543,7 @@ SingleCalendarRangePickerComponent = __decorate([
543
543
  ], SingleCalendarRangePickerComponent);
544
544
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: SingleCalendarRangePickerComponent, decorators: [{
545
545
  type: Component,
546
- args: [{ selector: 'wlcm-single-calendar-range-picker', imports: [CommonModule, MatDatepickerModule, WlcmCalendarDirective], providers: [
546
+ args: [{ selector: 'wlcm-single-calendar-range-picker', imports: [CommonModule, MatDatepickerModule, WlcmCalendarDirective], standalone: true, providers: [
547
547
  {
548
548
  provide: MAT_DATE_RANGE_SELECTION_STRATEGY,
549
549
  useClass: DefaultMatCalendarRangeStrategy,
@@ -1077,7 +1077,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
1077
1077
  WlcmCalendarDirective,
1078
1078
  WlcmLeftCalendarDirective,
1079
1079
  WlcmRightCalendarDirective,
1080
- ], providers: [
1080
+ ], standalone: true, providers: [
1081
1081
  {
1082
1082
  provide: MAT_DATE_RANGE_SELECTION_STRATEGY,
1083
1083
  useClass: DefaultMatCalendarRangeStrategy,