@heartlandone/vega-angular 2.85.0 → 2.86.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.
@@ -923,11 +923,11 @@ let VegaDatePickerCalendar = class VegaDatePickerCalendar {
923
923
  }
924
924
  };
925
925
  VegaDatePickerCalendar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaDatePickerCalendar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
926
- VegaDatePickerCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDatePickerCalendar, selector: "vega-date-picker-calendar", inputs: { clearButton: "clearButton", dateIndicator: "dateIndicator", dualMonths: "dualMonths", format: "format", isDateDisabled: "isDateDisabled", maxDate: "maxDate", minDate: "minDate", mode: "mode", selection: "selection", showYearMonthDropdowns: "showYearMonthDropdowns", size: "size", staticHeight: "staticHeight", timezone: "timezone", yearMonthDropdownProps: "yearMonthDropdownProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
926
+ VegaDatePickerCalendar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaDatePickerCalendar, selector: "vega-date-picker-calendar", inputs: { clearButton: "clearButton", dateIndicator: "dateIndicator", dualMonths: "dualMonths", fillContainer: "fillContainer", format: "format", isDateDisabled: "isDateDisabled", maxDate: "maxDate", minDate: "minDate", mode: "mode", selection: "selection", showYearMonthDropdowns: "showYearMonthDropdowns", size: "size", staticHeight: "staticHeight", timezone: "timezone", yearMonthDropdownProps: "yearMonthDropdownProps" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
927
927
  VegaDatePickerCalendar = __decorate([
928
928
  ProxyCmp({
929
929
  defineCustomElementFn: undefined,
930
- inputs: ['clearButton', 'dateIndicator', 'dualMonths', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps'],
930
+ inputs: ['clearButton', 'dateIndicator', 'dualMonths', 'fillContainer', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps'],
931
931
  methods: ['reset', 'triggerRepick']
932
932
  })
933
933
  ], VegaDatePickerCalendar);
@@ -937,7 +937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
937
937
  selector: 'vega-date-picker-calendar',
938
938
  changeDetection: ChangeDetectionStrategy.OnPush,
939
939
  template: '<ng-content></ng-content>',
940
- inputs: ['clearButton', 'dateIndicator', 'dualMonths', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps']
940
+ inputs: ['clearButton', 'dateIndicator', 'dualMonths', 'fillContainer', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps']
941
941
  }]
942
942
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
943
943
  let VegaDialog = class VegaDialog {