@paperless/angular 0.1.0-alpha.304 → 0.1.0-alpha.305

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.
@@ -409,11 +409,11 @@ let PCalendar = class PCalendar {
409
409
  }
410
410
  };
411
411
  PCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
412
- PCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: PCalendar, selector: "p-calendar", inputs: { disabledDates: "disabledDates", maxDate: "maxDate", minDate: "minDate", mode: "mode", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
412
+ PCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.3", type: PCalendar, selector: "p-calendar", inputs: { disabledDates: "disabledDates", maxDate: "maxDate", minDate: "minDate", mode: "mode", preselectToday: "preselectToday", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
413
413
  PCalendar = __decorate([
414
414
  ProxyCmp({
415
415
  defineCustomElementFn: undefined,
416
- inputs: ['disabledDates', 'maxDate', 'minDate', 'mode', 'value', 'variant']
416
+ inputs: ['disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant']
417
417
  })
418
418
  ], PCalendar);
419
419
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImport: i0, type: PCalendar, decorators: [{
@@ -422,7 +422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.3", ngImpor
422
422
  selector: 'p-calendar',
423
423
  changeDetection: ChangeDetectionStrategy.OnPush,
424
424
  template: '<ng-content></ng-content>',
425
- inputs: ['disabledDates', 'maxDate', 'minDate', 'mode', 'value', 'variant']
425
+ inputs: ['disabledDates', 'maxDate', 'minDate', 'mode', 'preselectToday', 'value', 'variant']
426
426
  }]
427
427
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
428
428
  let PCardBody = class PCardBody {