@oiz/stzh-components-angular 3.2.0 → 3.3.0-beta1
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.
|
@@ -244,11 +244,11 @@ let StzhAppointments = class StzhAppointments {
|
|
|
244
244
|
proxyOutputs(this, this.el, ['stzhChange']);
|
|
245
245
|
}
|
|
246
246
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppointments, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
247
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppointments, selector: "stzh-appointments", inputs: { appointments: "appointments", appointmentsTitle: "appointmentsTitle", calendarTitle: "calendarTitle", currentDate: "currentDate", dateAdapter: "dateAdapter", localization: "localization", name: "name", showItems: "showItems", sortBy: "sortBy", stepItems: "stepItems", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppointments, selector: "stzh-appointments", inputs: { appointments: "appointments", appointmentsTitle: "appointmentsTitle", calendarTitle: "calendarTitle", currentDate: "currentDate", dateAdapter: "dateAdapter", disableSort: "disableSort", localization: "localization", name: "name", showItems: "showItems", sortBy: "sortBy", stepItems: "stepItems", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
248
248
|
};
|
|
249
249
|
StzhAppointments = __decorate([
|
|
250
250
|
ProxyCmp({
|
|
251
|
-
inputs: ['appointments', 'appointmentsTitle', 'calendarTitle', 'currentDate', 'dateAdapter', 'localization', 'name', 'showItems', 'sortBy', 'stepItems', 'value']
|
|
251
|
+
inputs: ['appointments', 'appointmentsTitle', 'calendarTitle', 'currentDate', 'dateAdapter', 'disableSort', 'localization', 'name', 'showItems', 'sortBy', 'stepItems', 'value']
|
|
252
252
|
})
|
|
253
253
|
], StzhAppointments);
|
|
254
254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppointments, decorators: [{
|
|
@@ -258,7 +258,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
258
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
259
259
|
template: '<ng-content></ng-content>',
|
|
260
260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
261
|
-
inputs: ['appointments', 'appointmentsTitle', 'calendarTitle', 'currentDate', 'dateAdapter', 'localization', 'name', 'showItems', 'sortBy', 'stepItems', 'value'],
|
|
261
|
+
inputs: ['appointments', 'appointmentsTitle', 'calendarTitle', 'currentDate', 'dateAdapter', 'disableSort', 'localization', 'name', 'showItems', 'sortBy', 'stepItems', 'value'],
|
|
262
262
|
}]
|
|
263
263
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
264
264
|
let StzhArchivelist = class StzhArchivelist {
|