@heartlandone/vega-angular 2.26.0 → 2.28.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.
@@ -500,11 +500,11 @@ let VegaCalendar = class VegaCalendar {
500
500
  }
501
501
  };
502
502
  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 });
503
- VegaCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaCalendar, selector: "vega-calendar", inputs: { events: "events", moreActionDropdownProps: "moreActionDropdownProps", showEventColorBar: "showEventColorBar", timeFormat: "timeFormat", viewMode: "viewMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
503
+ 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 });
504
504
  VegaCalendar = __decorate([
505
505
  ProxyCmp({
506
506
  defineCustomElementFn: undefined,
507
- inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'timeFormat', 'viewMode']
507
+ inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
508
508
  })
509
509
  ], VegaCalendar);
510
510
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaCalendar, decorators: [{
@@ -513,7 +513,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
513
513
  selector: 'vega-calendar',
514
514
  changeDetection: ChangeDetectionStrategy.OnPush,
515
515
  template: '<ng-content></ng-content>',
516
- inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'timeFormat', 'viewMode']
516
+ inputs: ['events', 'moreActionDropdownProps', 'showEventColorBar', 'showWeekends', 'timeFormat', 'viewMode']
517
517
  }]
518
518
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
519
519
  let VegaCalendarEvent = class VegaCalendarEvent {