@oiz/stzh-components-angular 3.2.0-beta1 → 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 {
|
|
@@ -493,11 +493,11 @@ let StzhCardNavigation = class StzhCardNavigation {
|
|
|
493
493
|
proxyOutputs(this, this.el, ['stzhClick']);
|
|
494
494
|
}
|
|
495
495
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
496
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardNavigation, selector: "stzh-card-navigation", inputs: { analyticsId: "analyticsId", heading: "heading", headingLevel: "headingLevel", href: "href", lead: "lead", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
496
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardNavigation, selector: "stzh-card-navigation", inputs: { analyticsId: "analyticsId", heading: "heading", headingLevel: "headingLevel", href: "href", hyphensEnabled: "hyphensEnabled", lead: "lead", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
497
497
|
};
|
|
498
498
|
StzhCardNavigation = __decorate([
|
|
499
499
|
ProxyCmp({
|
|
500
|
-
inputs: ['analyticsId', 'heading', 'headingLevel', 'href', 'lead', 'target']
|
|
500
|
+
inputs: ['analyticsId', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'lead', 'target']
|
|
501
501
|
})
|
|
502
502
|
], StzhCardNavigation);
|
|
503
503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardNavigation, decorators: [{
|
|
@@ -507,7 +507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
507
507
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
508
508
|
template: '<ng-content></ng-content>',
|
|
509
509
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
510
|
-
inputs: ['analyticsId', 'heading', 'headingLevel', 'href', 'lead', 'target'],
|
|
510
|
+
inputs: ['analyticsId', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'lead', 'target'],
|
|
511
511
|
}]
|
|
512
512
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
513
513
|
let StzhCardSearchresult = class StzhCardSearchresult {
|
|
@@ -518,11 +518,11 @@ let StzhCardSearchresult = class StzhCardSearchresult {
|
|
|
518
518
|
proxyOutputs(this, this.el, ['stzhClick']);
|
|
519
519
|
}
|
|
520
520
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardSearchresult, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
521
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardSearchresult, selector: "stzh-card-searchresult", inputs: { analyticsId: "analyticsId", breadcrumbItems: "breadcrumbItems", datalistItems: "datalistItems", dateAdapter: "dateAdapter", dateline: "dateline", description: "description", download: "download", downloadHeading: "downloadHeading", downloadMeta: "downloadMeta", eventDateEnd: "eventDateEnd", eventDateStart: "eventDateStart", eventLocation: "eventLocation", heading: "heading", headingLevel: "headingLevel", href: "href", imagePosition: "imagePosition", localization: "localization", meta: "meta", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
521
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardSearchresult, selector: "stzh-card-searchresult", inputs: { analyticsId: "analyticsId", breadcrumbItems: "breadcrumbItems", datalistItems: "datalistItems", dateAdapter: "dateAdapter", dateline: "dateline", description: "description", download: "download", downloadHeading: "downloadHeading", downloadMeta: "downloadMeta", eventDateEnd: "eventDateEnd", eventDateStart: "eventDateStart", eventLocation: "eventLocation", heading: "heading", headingLevel: "headingLevel", href: "href", hyphensEnabled: "hyphensEnabled", imagePosition: "imagePosition", localization: "localization", meta: "meta", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
522
522
|
};
|
|
523
523
|
StzhCardSearchresult = __decorate([
|
|
524
524
|
ProxyCmp({
|
|
525
|
-
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic']
|
|
525
|
+
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic']
|
|
526
526
|
})
|
|
527
527
|
], StzhCardSearchresult);
|
|
528
528
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardSearchresult, decorators: [{
|
|
@@ -532,7 +532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
532
532
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
533
533
|
template: '<ng-content></ng-content>',
|
|
534
534
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
535
|
-
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic'],
|
|
535
|
+
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic'],
|
|
536
536
|
}]
|
|
537
537
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
538
538
|
let StzhCardSuperteaser = class StzhCardSuperteaser {
|
|
@@ -543,11 +543,11 @@ let StzhCardSuperteaser = class StzhCardSuperteaser {
|
|
|
543
543
|
proxyOutputs(this, this.el, ['stzhClick']);
|
|
544
544
|
}
|
|
545
545
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardSuperteaser, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
546
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardSuperteaser, selector: "stzh-card-superteaser", inputs: { analyticsId: "analyticsId", breadcrumbItems: "breadcrumbItems", datalistItems: "datalistItems", dateAdapter: "dateAdapter", dateline: "dateline", description: "description", download: "download", downloadHeading: "downloadHeading", downloadMeta: "downloadMeta", eventDateEnd: "eventDateEnd", eventDateStart: "eventDateStart", eventLocation: "eventLocation", heading: "heading", headingLevel: "headingLevel", href: "href", imagePosition: "imagePosition", localization: "localization", meta: "meta", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
546
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardSuperteaser, selector: "stzh-card-superteaser", inputs: { analyticsId: "analyticsId", breadcrumbItems: "breadcrumbItems", datalistItems: "datalistItems", dateAdapter: "dateAdapter", dateline: "dateline", description: "description", download: "download", downloadHeading: "downloadHeading", downloadMeta: "downloadMeta", eventDateEnd: "eventDateEnd", eventDateStart: "eventDateStart", eventLocation: "eventLocation", heading: "heading", headingLevel: "headingLevel", href: "href", hyphensEnabled: "hyphensEnabled", imagePosition: "imagePosition", localization: "localization", meta: "meta", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
547
547
|
};
|
|
548
548
|
StzhCardSuperteaser = __decorate([
|
|
549
549
|
ProxyCmp({
|
|
550
|
-
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic']
|
|
550
|
+
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic']
|
|
551
551
|
})
|
|
552
552
|
], StzhCardSuperteaser);
|
|
553
553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardSuperteaser, decorators: [{
|
|
@@ -557,7 +557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
557
557
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
558
558
|
template: '<ng-content></ng-content>',
|
|
559
559
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
560
|
-
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic'],
|
|
560
|
+
inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'localization', 'meta', 'service', 'tag', 'target', 'topic'],
|
|
561
561
|
}]
|
|
562
562
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
563
563
|
let StzhCardlist = class StzhCardlist {
|