@heartlandone/vega-angular 2.55.1 → 2.56.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.
@@ -524,11 +524,11 @@ let VegaCalendar = class VegaCalendar {
524
524
  }
525
525
  };
526
526
  VegaCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
527
- VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
527
+ VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", isDateDisabled: "isDateDisabled", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", showWeekends: "showWeekends", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
528
528
  VegaCalendar = __decorate([
529
529
  ProxyCmp({
530
530
  defineCustomElementFn: undefined,
531
- inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
531
+ inputs: ['events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
532
532
  })
533
533
  ], VegaCalendar);
534
534
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
537
537
  selector: 'vega-calendar',
538
538
  changeDetection: ChangeDetectionStrategy.OnPush,
539
539
  template: '<ng-content></ng-content>',
540
- inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
540
+ inputs: ['events', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
541
541
  }]
542
542
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
543
  let VegaCalendarEvent = class VegaCalendarEvent {