@oiz/stzh-components-angular 4.5.0-beta1 → 4.5.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.
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Directive, HostListener, APP_INITIALIZER, NgModule } from '@angular/core';
2
+ import { EventEmitter, Component, ChangeDetectionStrategy, Output, Directive, HostListener, APP_INITIALIZER, NgModule } from '@angular/core';
3
3
  import { __decorate } from 'tslib';
4
4
  import { fromEvent } from 'rxjs';
5
5
  import { defineCustomElements } from '@oiz/stzh-components/loader';
@@ -89,12 +89,12 @@ function ProxyCmp(opts) {
89
89
  let StzhAccordion = class StzhAccordion {
90
90
  constructor(c, r, z) {
91
91
  this.z = z;
92
+ this.stzhVariantChange = new EventEmitter();
92
93
  c.detach();
93
94
  this.el = r.nativeElement;
94
- proxyOutputs(this, this.el, ['stzhVariantChange']);
95
95
  }
96
96
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
97
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAccordion, selector: "stzh-accordion", inputs: { collapsible: "collapsible", heading: "heading", multiselectable: "multiselectable", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
97
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAccordion, selector: "stzh-accordion", inputs: { collapsible: "collapsible", heading: "heading", multiselectable: "multiselectable", variant: "variant" }, outputs: { stzhVariantChange: "stzhVariantChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
98
98
  };
99
99
  StzhAccordion = __decorate([
100
100
  ProxyCmp({
@@ -110,17 +110,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
110
110
  template: '<ng-content></ng-content>',
111
111
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
112
112
  inputs: ['collapsible', 'heading', 'multiselectable', 'variant'],
113
+ outputs: ['stzhVariantChange'],
114
+ standalone: false
113
115
  }]
114
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
116
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhVariantChange: [{
117
+ type: Output
118
+ }] } });
115
119
  let StzhAccordionItem = class StzhAccordionItem {
116
120
  constructor(c, r, z) {
117
121
  this.z = z;
122
+ this.stzhOpen = new EventEmitter();
123
+ this.stzhOpened = new EventEmitter();
124
+ this.stzhClose = new EventEmitter();
125
+ this.stzhClosed = new EventEmitter();
126
+ this.stzhFocus = new EventEmitter();
127
+ this.stzhBlur = new EventEmitter();
118
128
  c.detach();
119
129
  this.el = r.nativeElement;
120
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur']);
121
130
  }
122
131
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAccordionItem, selector: "stzh-accordion-item", inputs: { analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", collapsible: "collapsible", description: "description", disabled: "disabled", heading: "heading", headingLevel: "headingLevel", icon: "icon", open: "open", subtitle: "subtitle", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
132
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAccordionItem, selector: "stzh-accordion-item", inputs: { analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", collapsible: "collapsible", description: "description", disabled: "disabled", heading: "heading", headingLevel: "headingLevel", icon: "icon", open: "open", subtitle: "subtitle", variant: "variant" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
124
133
  };
125
134
  StzhAccordionItem = __decorate([
126
135
  ProxyCmp({
@@ -136,8 +145,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
136
145
  template: '<ng-content></ng-content>',
137
146
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
138
147
  inputs: ['analyticsId', 'badge', 'badgeEmpty', 'badgeType', 'collapsible', 'description', 'disabled', 'heading', 'headingLevel', 'icon', 'open', 'subtitle', 'variant'],
139
- }]
140
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
148
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur'],
149
+ standalone: false
150
+ }]
151
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
152
+ type: Output
153
+ }], stzhOpened: [{
154
+ type: Output
155
+ }], stzhClose: [{
156
+ type: Output
157
+ }], stzhClosed: [{
158
+ type: Output
159
+ }], stzhFocus: [{
160
+ type: Output
161
+ }], stzhBlur: [{
162
+ type: Output
163
+ }] } });
141
164
  let StzhActions = class StzhActions {
142
165
  constructor(c, r, z) {
143
166
  this.z = z;
@@ -160,17 +183,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
160
183
  template: '<ng-content></ng-content>',
161
184
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
162
185
  inputs: ['spaceBetween', 'variant'],
186
+ standalone: false
163
187
  }]
164
188
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
165
189
  let StzhActionset = class StzhActionset {
166
190
  constructor(c, r, z) {
167
191
  this.z = z;
192
+ this.stzhActionClick = new EventEmitter();
168
193
  c.detach();
169
194
  this.el = r.nativeElement;
170
- proxyOutputs(this, this.el, ['stzhActionClick']);
171
195
  }
172
196
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhActionset, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
173
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhActionset, selector: "stzh-actionset", inputs: { actions: "actions", localization: "localization", popoverButtonSize: "popoverButtonSize", popoverButtonVariant: "popoverButtonVariant", popoverPlacement: "popoverPlacement", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
197
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhActionset, selector: "stzh-actionset", inputs: { actions: "actions", localization: "localization", popoverButtonSize: "popoverButtonSize", popoverButtonVariant: "popoverButtonVariant", popoverPlacement: "popoverPlacement", variant: "variant" }, outputs: { stzhActionClick: "stzhActionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
174
198
  };
175
199
  StzhActionset = __decorate([
176
200
  ProxyCmp({
@@ -185,17 +209,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
185
209
  template: '<ng-content></ng-content>',
186
210
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
187
211
  inputs: ['actions', 'localization', 'popoverButtonSize', 'popoverButtonVariant', 'popoverPlacement', 'variant'],
212
+ outputs: ['stzhActionClick'],
213
+ standalone: false
188
214
  }]
189
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
215
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhActionClick: [{
216
+ type: Output
217
+ }] } });
190
218
  let StzhAmount = class StzhAmount {
191
219
  constructor(c, r, z) {
192
220
  this.z = z;
221
+ this.stzhChange = new EventEmitter();
193
222
  c.detach();
194
223
  this.el = r.nativeElement;
195
- proxyOutputs(this, this.el, ['stzhChange']);
196
224
  }
197
225
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAmount, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
198
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAmount, selector: "stzh-amount", inputs: { a11yDescribedby: "a11yDescribedby", clearable: "clearable", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", maxValue: "maxValue", maxValueDropdown: "maxValueDropdown", minValue: "minValue", minValueDropdown: "minValueDropdown", name: "name", popoverPlacement: "popoverPlacement", required: "required", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
226
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAmount, selector: "stzh-amount", inputs: { a11yDescribedby: "a11yDescribedby", clearable: "clearable", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", maxValue: "maxValue", maxValueDropdown: "maxValueDropdown", minValue: "minValue", minValueDropdown: "minValueDropdown", name: "name", popoverPlacement: "popoverPlacement", required: "required", size: "size", step: "step", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
199
227
  };
200
228
  StzhAmount = __decorate([
201
229
  ProxyCmp({
@@ -210,17 +238,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
210
238
  template: '<ng-content></ng-content>',
211
239
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
212
240
  inputs: ['a11yDescribedby', 'clearable', 'description', 'descriptionLong', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'labelHidden', 'localization', 'maxValue', 'maxValueDropdown', 'minValue', 'minValueDropdown', 'name', 'popoverPlacement', 'required', 'size', 'step', 'value'],
241
+ outputs: ['stzhChange'],
242
+ standalone: false
213
243
  }]
214
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
244
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
245
+ type: Output
246
+ }] } });
215
247
  let StzhAnchornav = class StzhAnchornav {
216
248
  constructor(c, r, z) {
217
249
  this.z = z;
250
+ this.stzhItemClick = new EventEmitter();
218
251
  c.detach();
219
252
  this.el = r.nativeElement;
220
- proxyOutputs(this, this.el, ['stzhItemClick']);
221
253
  }
222
254
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAnchornav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
223
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAnchornav, selector: "stzh-anchornav", inputs: { items: "items", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
255
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAnchornav, selector: "stzh-anchornav", inputs: { items: "items", localization: "localization" }, outputs: { stzhItemClick: "stzhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
224
256
  };
225
257
  StzhAnchornav = __decorate([
226
258
  ProxyCmp({
@@ -235,17 +267,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
235
267
  template: '<ng-content></ng-content>',
236
268
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
237
269
  inputs: ['items', 'localization'],
270
+ outputs: ['stzhItemClick'],
271
+ standalone: false
238
272
  }]
239
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
273
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhItemClick: [{
274
+ type: Output
275
+ }] } });
240
276
  let StzhAppNav = class StzhAppNav {
241
277
  constructor(c, r, z) {
242
278
  this.z = z;
279
+ this.stzhAppNavItemClick = new EventEmitter();
243
280
  c.detach();
244
281
  this.el = r.nativeElement;
245
- proxyOutputs(this, this.el, ['stzhAppNavItemClick']);
246
282
  }
247
283
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
248
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppNav, selector: "stzh-app-nav", inputs: { appNavId: "appNavId", items: "items", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
284
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppNav, selector: "stzh-app-nav", inputs: { appNavId: "appNavId", items: "items", localization: "localization" }, outputs: { stzhAppNavItemClick: "stzhAppNavItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
249
285
  };
250
286
  StzhAppNav = __decorate([
251
287
  ProxyCmp({
@@ -260,17 +296,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
260
296
  template: '<ng-content></ng-content>',
261
297
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
262
298
  inputs: ['appNavId', 'items', 'localization'],
299
+ outputs: ['stzhAppNavItemClick'],
300
+ standalone: false
263
301
  }]
264
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
302
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhAppNavItemClick: [{
303
+ type: Output
304
+ }] } });
265
305
  let StzhAppointments = class StzhAppointments {
266
306
  constructor(c, r, z) {
267
307
  this.z = z;
308
+ this.stzhChange = new EventEmitter();
268
309
  c.detach();
269
310
  this.el = r.nativeElement;
270
- proxyOutputs(this, this.el, ['stzhChange']);
271
311
  }
272
312
  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 }); }
273
- 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 }); }
313
+ 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" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
274
314
  };
275
315
  StzhAppointments = __decorate([
276
316
  ProxyCmp({
@@ -285,17 +325,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
285
325
  template: '<ng-content></ng-content>',
286
326
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
287
327
  inputs: ['appointments', 'appointmentsTitle', 'calendarTitle', 'currentDate', 'dateAdapter', 'disableSort', 'localization', 'name', 'showItems', 'sortBy', 'stepItems', 'value'],
328
+ outputs: ['stzhChange'],
329
+ standalone: false
288
330
  }]
289
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
331
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
332
+ type: Output
333
+ }] } });
290
334
  let StzhArchivelist = class StzhArchivelist {
291
335
  constructor(c, r, z) {
292
336
  this.z = z;
337
+ this.stzhItemClick = new EventEmitter();
293
338
  c.detach();
294
339
  this.el = r.nativeElement;
295
- proxyOutputs(this, this.el, ['stzhItemClick']);
296
340
  }
297
341
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhArchivelist, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
298
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhArchivelist, selector: "stzh-archivelist", inputs: { heading: "heading", headingLevel: "headingLevel", items: "items", localization: "localization", showItems: "showItems", stepItems: "stepItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
342
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhArchivelist, selector: "stzh-archivelist", inputs: { heading: "heading", headingLevel: "headingLevel", items: "items", localization: "localization", showItems: "showItems", stepItems: "stepItems" }, outputs: { stzhItemClick: "stzhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
299
343
  };
300
344
  StzhArchivelist = __decorate([
301
345
  ProxyCmp({
@@ -310,17 +354,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
310
354
  template: '<ng-content></ng-content>',
311
355
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
312
356
  inputs: ['heading', 'headingLevel', 'items', 'localization', 'showItems', 'stepItems'],
357
+ outputs: ['stzhItemClick'],
358
+ standalone: false
313
359
  }]
314
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
360
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhItemClick: [{
361
+ type: Output
362
+ }] } });
315
363
  let StzhAudio = class StzhAudio {
316
364
  constructor(c, r, z) {
317
365
  this.z = z;
366
+ this.stzhPlay = new EventEmitter();
367
+ this.stzhPlaying = new EventEmitter();
368
+ this.stzhPause = new EventEmitter();
369
+ this.stzhReplay = new EventEmitter();
370
+ this.stzhEnd = new EventEmitter();
371
+ this.stzhEnded = new EventEmitter();
372
+ this.stzhError = new EventEmitter();
318
373
  c.detach();
319
374
  this.el = r.nativeElement;
320
- proxyOutputs(this, this.el, ['stzhPlay', 'stzhPlaying', 'stzhPause', 'stzhReplay', 'stzhEnd', 'stzhEnded', 'stzhError']);
321
375
  }
322
376
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAudio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
323
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAudio, selector: "stzh-audio", inputs: { downloadAnalyticsId: "downloadAnalyticsId", localization: "localization", preload: "preload", src: "src", transcript: "transcript", transcriptAnalyticsId: "transcriptAnalyticsId", transcriptShown: "transcriptShown" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
377
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAudio, selector: "stzh-audio", inputs: { downloadAnalyticsId: "downloadAnalyticsId", localization: "localization", preload: "preload", src: "src", transcript: "transcript", transcriptAnalyticsId: "transcriptAnalyticsId", transcriptShown: "transcriptShown" }, outputs: { stzhPlay: "stzhPlay", stzhPlaying: "stzhPlaying", stzhPause: "stzhPause", stzhReplay: "stzhReplay", stzhEnd: "stzhEnd", stzhEnded: "stzhEnded", stzhError: "stzhError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
324
378
  };
325
379
  StzhAudio = __decorate([
326
380
  ProxyCmp({
@@ -336,8 +390,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
336
390
  template: '<ng-content></ng-content>',
337
391
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
338
392
  inputs: ['downloadAnalyticsId', 'localization', 'preload', 'src', 'transcript', 'transcriptAnalyticsId', 'transcriptShown'],
339
- }]
340
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
393
+ outputs: ['stzhPlay', 'stzhPlaying', 'stzhPause', 'stzhReplay', 'stzhEnd', 'stzhEnded', 'stzhError'],
394
+ standalone: false
395
+ }]
396
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhPlay: [{
397
+ type: Output
398
+ }], stzhPlaying: [{
399
+ type: Output
400
+ }], stzhPause: [{
401
+ type: Output
402
+ }], stzhReplay: [{
403
+ type: Output
404
+ }], stzhEnd: [{
405
+ type: Output
406
+ }], stzhEnded: [{
407
+ type: Output
408
+ }], stzhError: [{
409
+ type: Output
410
+ }] } });
341
411
  let StzhBadge = class StzhBadge {
342
412
  constructor(c, r, z) {
343
413
  this.z = z;
@@ -360,17 +430,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
360
430
  template: '<ng-content></ng-content>',
361
431
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
362
432
  inputs: ['label', 'type'],
433
+ standalone: false
363
434
  }]
364
435
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
365
436
  let StzhBanner = class StzhBanner {
366
437
  constructor(c, r, z) {
367
438
  this.z = z;
439
+ this.stzhOpen = new EventEmitter();
440
+ this.stzhClose = new EventEmitter();
368
441
  c.detach();
369
442
  this.el = r.nativeElement;
370
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
371
443
  }
372
444
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
373
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBanner, selector: "stzh-banner", inputs: { hideClose: "hideClose", label: "label", localization: "localization", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
445
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBanner, selector: "stzh-banner", inputs: { hideClose: "hideClose", label: "label", localization: "localization", type: "type" }, outputs: { stzhOpen: "stzhOpen", stzhClose: "stzhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
374
446
  };
375
447
  StzhBanner = __decorate([
376
448
  ProxyCmp({
@@ -386,8 +458,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
386
458
  template: '<ng-content></ng-content>',
387
459
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
388
460
  inputs: ['hideClose', 'label', 'localization', 'type'],
461
+ outputs: ['stzhOpen', 'stzhClose'],
462
+ standalone: false
389
463
  }]
390
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
464
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
465
+ type: Output
466
+ }], stzhClose: [{
467
+ type: Output
468
+ }] } });
391
469
  let StzhBathstatusItem = class StzhBathstatusItem {
392
470
  constructor(c, r, z) {
393
471
  this.z = z;
@@ -410,6 +488,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
410
488
  template: '<ng-content></ng-content>',
411
489
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
412
490
  inputs: ['dateAdapter', 'item', 'localization', 'variant'],
491
+ standalone: false
413
492
  }]
414
493
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
415
494
  let StzhBathstatusList = class StzhBathstatusList {
@@ -434,17 +513,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
434
513
  template: '<ng-content></ng-content>',
435
514
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
436
515
  inputs: ['api', 'localization'],
516
+ standalone: false
437
517
  }]
438
518
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
439
519
  let StzhBreadcrumb = class StzhBreadcrumb {
440
520
  constructor(c, r, z) {
441
521
  this.z = z;
522
+ this.stzhItemClick = new EventEmitter();
442
523
  c.detach();
443
524
  this.el = r.nativeElement;
444
- proxyOutputs(this, this.el, ['stzhItemClick']);
445
525
  }
446
526
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
447
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBreadcrumb, selector: "stzh-breadcrumb", inputs: { expanded: "expanded", items: "items", localization: "localization", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
527
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhBreadcrumb, selector: "stzh-breadcrumb", inputs: { expanded: "expanded", items: "items", localization: "localization", variant: "variant" }, outputs: { stzhItemClick: "stzhItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
448
528
  };
449
529
  StzhBreadcrumb = __decorate([
450
530
  ProxyCmp({
@@ -459,17 +539,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
459
539
  template: '<ng-content></ng-content>',
460
540
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
461
541
  inputs: ['expanded', 'items', 'localization', 'variant'],
542
+ outputs: ['stzhItemClick'],
543
+ standalone: false
462
544
  }]
463
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
545
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhItemClick: [{
546
+ type: Output
547
+ }] } });
464
548
  let StzhButton = class StzhButton {
465
549
  constructor(c, r, z) {
466
550
  this.z = z;
551
+ this.stzhFocus = new EventEmitter();
552
+ this.stzhBlur = new EventEmitter();
553
+ this.stzhChange = new EventEmitter();
554
+ this.stzhClick = new EventEmitter();
467
555
  c.detach();
468
556
  this.el = r.nativeElement;
469
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur', 'stzhChange', 'stzhClick']);
470
557
  }
471
558
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
472
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButton, selector: "stzh-button", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", buttonAccesskey: "buttonAccesskey", buttonId: "buttonId", checked: "checked", defaultChecked: "defaultChecked", disableOnClick: "disableOnClick", disabled: "disabled", download: "download", effect: "effect", fullwidth: "fullwidth", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", localization: "localization", name: "name", noHyphenation: "noHyphenation", noPaddingLeft: "noPaddingLeft", noPaddingRight: "noPaddingRight", rel: "rel", rounded: "rounded", showToggleIcon: "showToggleIcon", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
559
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhButton, selector: "stzh-button", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", buttonAccesskey: "buttonAccesskey", buttonId: "buttonId", checked: "checked", defaultChecked: "defaultChecked", disableOnClick: "disableOnClick", disabled: "disabled", download: "download", effect: "effect", fullwidth: "fullwidth", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", localization: "localization", name: "name", noHyphenation: "noHyphenation", noPaddingLeft: "noPaddingLeft", noPaddingRight: "noPaddingRight", rel: "rel", rounded: "rounded", showToggleIcon: "showToggleIcon", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur", stzhChange: "stzhChange", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
473
560
  };
474
561
  StzhButton = __decorate([
475
562
  ProxyCmp({
@@ -484,8 +571,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
484
571
  template: '<ng-content></ng-content>',
485
572
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
486
573
  inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'buttonAccesskey', 'buttonId', 'checked', 'defaultChecked', 'disableOnClick', 'disabled', 'download', 'effect', 'fullwidth', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'localization', 'name', 'noHyphenation', 'noPaddingLeft', 'noPaddingRight', 'rel', 'rounded', 'showToggleIcon', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'value', 'variant'],
487
- }]
488
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
574
+ outputs: ['stzhFocus', 'stzhBlur', 'stzhChange', 'stzhClick'],
575
+ standalone: false
576
+ }]
577
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
578
+ type: Output
579
+ }], stzhBlur: [{
580
+ type: Output
581
+ }], stzhChange: [{
582
+ type: Output
583
+ }], stzhClick: [{
584
+ type: Output
585
+ }] } });
489
586
  let StzhButtongroup = class StzhButtongroup {
490
587
  constructor(c, r, z) {
491
588
  this.z = z;
@@ -508,17 +605,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
508
605
  template: '<ng-content></ng-content>',
509
606
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
510
607
  inputs: ['fullwidth', 'rounded', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
608
+ standalone: false
511
609
  }]
512
610
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
513
611
  let StzhCalendar = class StzhCalendar {
514
612
  constructor(c, r, z) {
515
613
  this.z = z;
614
+ this.stzhChange = new EventEmitter();
516
615
  c.detach();
517
616
  this.el = r.nativeElement;
518
- proxyOutputs(this, this.el, ['stzhChange']);
519
617
  }
520
618
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCalendar, 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: StzhCalendar, selector: "stzh-calendar", inputs: { firstDayOfWeek: "firstDayOfWeek", isDateDisabled: "isDateDisabled", localization: "localization", max: "max", min: "min", nextMonthAnalyticsId: "nextMonthAnalyticsId", prevMonthAnalyticsId: "prevMonthAnalyticsId", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
619
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCalendar, selector: "stzh-calendar", inputs: { firstDayOfWeek: "firstDayOfWeek", isDateDisabled: "isDateDisabled", localization: "localization", max: "max", min: "min", nextMonthAnalyticsId: "nextMonthAnalyticsId", prevMonthAnalyticsId: "prevMonthAnalyticsId", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
522
620
  };
523
621
  StzhCalendar = __decorate([
524
622
  ProxyCmp({
@@ -534,21 +632,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
534
632
  template: '<ng-content></ng-content>',
535
633
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
536
634
  inputs: ['firstDayOfWeek', 'isDateDisabled', 'localization', 'max', 'min', 'nextMonthAnalyticsId', 'prevMonthAnalyticsId', 'value'],
635
+ outputs: ['stzhChange'],
636
+ standalone: false
537
637
  }]
538
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
638
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
639
+ type: Output
640
+ }] } });
539
641
  let StzhCard = class StzhCard {
540
642
  constructor(c, r, z) {
541
643
  this.z = z;
644
+ this.stzhClick = new EventEmitter();
645
+ this.stzhCollapse = new EventEmitter();
646
+ this.stzhSubtitleClick = new EventEmitter();
647
+ this.stzhStarClick = new EventEmitter();
648
+ this.stzhHeaderActionClick = new EventEmitter();
542
649
  c.detach();
543
650
  this.el = r.nativeElement;
544
- proxyOutputs(this, this.el, ['stzhClick', 'stzhCollapse', 'stzhSubtitleClick', 'stzhStarClick', 'stzhHeaderActionClick']);
545
651
  }
546
652
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
547
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCard, selector: "stzh-card", inputs: { analyticsId: "analyticsId", backgroundColor: "backgroundColor", checked: "checked", collapsed: "collapsed", collapsible: "collapsible", disabled: "disabled", footerActions: "footerActions", headerActions: "headerActions", headerActionsBadge: "headerActionsBadge", headerActionsBadgeType: "headerActionsBadgeType", heading: "heading", headingLevel: "headingLevel", hideMovementActions: "hideMovementActions", href: "href", hyphensEnabled: "hyphensEnabled", localization: "localization", name: "name", selectable: "selectable", sortableDisabled: "sortableDisabled", starrable: "starrable", starred: "starred", subtitle: "subtitle", subtitleInteractive: "subtitleInteractive", target: "target", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
653
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCard, selector: "stzh-card", inputs: { analyticsId: "analyticsId", backgroundColor: "backgroundColor", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", checked: "checked", collapsed: "collapsed", collapsible: "collapsible", disabled: "disabled", footerActions: "footerActions", headerActions: "headerActions", headerActionsBadge: "headerActionsBadge", headerActionsBadgeType: "headerActionsBadgeType", heading: "heading", headingLevel: "headingLevel", hideMovementActions: "hideMovementActions", href: "href", hyphensEnabled: "hyphensEnabled", localization: "localization", name: "name", selectable: "selectable", sortableDisabled: "sortableDisabled", starrable: "starrable", starred: "starred", subtitle: "subtitle", subtitleInteractive: "subtitleInteractive", target: "target", value: "value", variant: "variant" }, outputs: { stzhClick: "stzhClick", stzhCollapse: "stzhCollapse", stzhSubtitleClick: "stzhSubtitleClick", stzhStarClick: "stzhStarClick", stzhHeaderActionClick: "stzhHeaderActionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
548
654
  };
549
655
  StzhCard = __decorate([
550
656
  ProxyCmp({
551
- inputs: ['analyticsId', 'backgroundColor', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'hyphensEnabled', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant']
657
+ inputs: ['analyticsId', 'backgroundColor', 'badge', 'badgeEmpty', 'badgeType', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'hyphensEnabled', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant']
552
658
  })
553
659
  ], StzhCard);
554
660
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCard, decorators: [{
@@ -558,18 +664,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
558
664
  changeDetection: ChangeDetectionStrategy.OnPush,
559
665
  template: '<ng-content></ng-content>',
560
666
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
561
- inputs: ['analyticsId', 'backgroundColor', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'hyphensEnabled', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant'],
667
+ inputs: ['analyticsId', 'backgroundColor', 'badge', 'badgeEmpty', 'badgeType', 'checked', 'collapsed', 'collapsible', 'disabled', 'footerActions', 'headerActions', 'headerActionsBadge', 'headerActionsBadgeType', 'heading', 'headingLevel', 'hideMovementActions', 'href', 'hyphensEnabled', 'localization', 'name', 'selectable', 'sortableDisabled', 'starrable', 'starred', 'subtitle', 'subtitleInteractive', 'target', 'value', 'variant'],
668
+ outputs: ['stzhClick', 'stzhCollapse', 'stzhSubtitleClick', 'stzhStarClick', 'stzhHeaderActionClick'],
669
+ standalone: false
562
670
  }]
563
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
671
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
672
+ type: Output
673
+ }], stzhCollapse: [{
674
+ type: Output
675
+ }], stzhSubtitleClick: [{
676
+ type: Output
677
+ }], stzhStarClick: [{
678
+ type: Output
679
+ }], stzhHeaderActionClick: [{
680
+ type: Output
681
+ }] } });
564
682
  let StzhCardNavigation = class StzhCardNavigation {
565
683
  constructor(c, r, z) {
566
684
  this.z = z;
685
+ this.stzhClick = new EventEmitter();
567
686
  c.detach();
568
687
  this.el = r.nativeElement;
569
- proxyOutputs(this, this.el, ['stzhClick']);
570
688
  }
571
689
  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 }); }
572
- 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 }); }
690
+ 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" }, outputs: { stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
573
691
  };
574
692
  StzhCardNavigation = __decorate([
575
693
  ProxyCmp({
@@ -584,17 +702,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
584
702
  template: '<ng-content></ng-content>',
585
703
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
586
704
  inputs: ['analyticsId', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'lead', 'target'],
705
+ outputs: ['stzhClick'],
706
+ standalone: false
587
707
  }]
588
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
708
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
709
+ type: Output
710
+ }] } });
589
711
  let StzhCardSearchresult = class StzhCardSearchresult {
590
712
  constructor(c, r, z) {
591
713
  this.z = z;
714
+ this.stzhClick = new EventEmitter();
592
715
  c.detach();
593
716
  this.el = r.nativeElement;
594
- proxyOutputs(this, this.el, ['stzhClick']);
595
717
  }
596
718
  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 }); }
597
- 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", placeholderImageEnabled: "placeholderImageEnabled", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
719
+ 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", placeholderImageEnabled: "placeholderImageEnabled", service: "service", tag: "tag", target: "target", topic: "topic" }, outputs: { stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
598
720
  };
599
721
  StzhCardSearchresult = __decorate([
600
722
  ProxyCmp({
@@ -609,17 +731,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
609
731
  template: '<ng-content></ng-content>',
610
732
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
611
733
  inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'localization', 'meta', 'placeholderImageEnabled', 'service', 'tag', 'target', 'topic'],
734
+ outputs: ['stzhClick'],
735
+ standalone: false
612
736
  }]
613
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
737
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
738
+ type: Output
739
+ }] } });
614
740
  let StzhCardSuperteaser = class StzhCardSuperteaser {
615
741
  constructor(c, r, z) {
616
742
  this.z = z;
743
+ this.stzhClick = new EventEmitter();
617
744
  c.detach();
618
745
  this.el = r.nativeElement;
619
- proxyOutputs(this, this.el, ['stzhClick']);
620
746
  }
621
747
  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 }); }
622
- 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", isOnHomepage: "isOnHomepage", localization: "localization", meta: "meta", placeholderImageEnabled: "placeholderImageEnabled", service: "service", tag: "tag", target: "target", topic: "topic" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
748
+ 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", isOnHomepage: "isOnHomepage", localization: "localization", meta: "meta", placeholderImageEnabled: "placeholderImageEnabled", service: "service", tag: "tag", target: "target", topic: "topic" }, outputs: { stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
623
749
  };
624
750
  StzhCardSuperteaser = __decorate([
625
751
  ProxyCmp({
@@ -634,17 +760,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
634
760
  template: '<ng-content></ng-content>',
635
761
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
636
762
  inputs: ['analyticsId', 'breadcrumbItems', 'datalistItems', 'dateAdapter', 'dateline', 'description', 'download', 'downloadHeading', 'downloadMeta', 'eventDateEnd', 'eventDateStart', 'eventLocation', 'heading', 'headingLevel', 'href', 'hyphensEnabled', 'imagePosition', 'isOnHomepage', 'localization', 'meta', 'placeholderImageEnabled', 'service', 'tag', 'target', 'topic'],
763
+ outputs: ['stzhClick'],
764
+ standalone: false
637
765
  }]
638
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
766
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
767
+ type: Output
768
+ }] } });
639
769
  let StzhCardlist = class StzhCardlist {
640
770
  constructor(c, r, z) {
641
771
  this.z = z;
772
+ this.stzhCollapseAll = new EventEmitter();
642
773
  c.detach();
643
774
  this.el = r.nativeElement;
644
- proxyOutputs(this, this.el, ['stzhCollapseAll']);
645
775
  }
646
776
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCardlist, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
647
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardlist, selector: "stzh-cardlist", inputs: { description: "description", layout: "layout", localization: "localization", max3Columns: "max3Columns", showToggleLink: "showToggleLink", sortableDataIdAttribute: "sortableDataIdAttribute", sortableEnabled: "sortableEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
777
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCardlist, selector: "stzh-cardlist", inputs: { description: "description", layout: "layout", localization: "localization", max3Columns: "max3Columns", showToggleLink: "showToggleLink", sortableDataIdAttribute: "sortableDataIdAttribute", sortableEnabled: "sortableEnabled" }, outputs: { stzhCollapseAll: "stzhCollapseAll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
648
778
  };
649
779
  StzhCardlist = __decorate([
650
780
  ProxyCmp({
@@ -659,17 +789,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
659
789
  template: '<ng-content></ng-content>',
660
790
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
661
791
  inputs: ['description', 'layout', 'localization', 'max3Columns', 'showToggleLink', 'sortableDataIdAttribute', 'sortableEnabled'],
792
+ outputs: ['stzhCollapseAll'],
793
+ standalone: false
662
794
  }]
663
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
795
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhCollapseAll: [{
796
+ type: Output
797
+ }] } });
664
798
  let StzhCarousel = class StzhCarousel {
665
799
  constructor(c, r, z) {
666
800
  this.z = z;
801
+ this.stzhSlideStart = new EventEmitter();
802
+ this.stzhSlidePassed = new EventEmitter();
803
+ this.stzhSlideEnd = new EventEmitter();
667
804
  c.detach();
668
805
  this.el = r.nativeElement;
669
- proxyOutputs(this, this.el, ['stzhSlideStart', 'stzhSlidePassed', 'stzhSlideEnd']);
670
806
  }
671
807
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
672
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCarousel, selector: "stzh-carousel", inputs: { autoplay: "autoplay", autoplayTimeout: "autoplayTimeout", disabled: "disabled", localization: "localization", noPeek: "noPeek", nonInteractive: "nonInteractive", preventAutoplayPause: "preventAutoplayPause", preventAutoplayStop: "preventAutoplayStop", preventMouseDrag: "preventMouseDrag", slide: "slide", slides: "slides", slidesLarge: "slidesLarge", slidesMedium: "slidesMedium", slidesSmall: "slidesSmall", slidesUltra: "slidesUltra", tabThrough: "tabThrough", variant: "variant", withTrack: "withTrack" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
808
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCarousel, selector: "stzh-carousel", inputs: { autoplay: "autoplay", autoplayTimeout: "autoplayTimeout", disabled: "disabled", localization: "localization", noPeek: "noPeek", nonInteractive: "nonInteractive", preventAutoplayPause: "preventAutoplayPause", preventAutoplayStop: "preventAutoplayStop", preventMouseDrag: "preventMouseDrag", slide: "slide", slides: "slides", slidesLarge: "slidesLarge", slidesMedium: "slidesMedium", slidesSmall: "slidesSmall", slidesUltra: "slidesUltra", tabThrough: "tabThrough", variant: "variant", withTrack: "withTrack" }, outputs: { stzhSlideStart: "stzhSlideStart", stzhSlidePassed: "stzhSlidePassed", stzhSlideEnd: "stzhSlideEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
673
809
  };
674
810
  StzhCarousel = __decorate([
675
811
  ProxyCmp({
@@ -685,8 +821,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
685
821
  template: '<ng-content></ng-content>',
686
822
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
687
823
  inputs: ['autoplay', 'autoplayTimeout', 'disabled', 'localization', 'noPeek', 'nonInteractive', 'preventAutoplayPause', 'preventAutoplayStop', 'preventMouseDrag', 'slide', 'slides', 'slidesLarge', 'slidesMedium', 'slidesSmall', 'slidesUltra', 'tabThrough', 'variant', 'withTrack'],
688
- }]
689
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
824
+ outputs: ['stzhSlideStart', 'stzhSlidePassed', 'stzhSlideEnd'],
825
+ standalone: false
826
+ }]
827
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhSlideStart: [{
828
+ type: Output
829
+ }], stzhSlidePassed: [{
830
+ type: Output
831
+ }], stzhSlideEnd: [{
832
+ type: Output
833
+ }] } });
690
834
  let StzhCell = class StzhCell {
691
835
  constructor(c, r, z) {
692
836
  this.z = z;
@@ -709,6 +853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
709
853
  template: '<ng-content></ng-content>',
710
854
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
711
855
  inputs: ['align', 'alignSelf', 'span', 'spanLarge', 'spanMedium', 'spanSmall', 'spanUltra'],
856
+ standalone: false
712
857
  }]
713
858
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
714
859
  let StzhChart = class StzhChart {
@@ -733,17 +878,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
733
878
  template: '<ng-content></ng-content>',
734
879
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
735
880
  inputs: ['chartId', 'create'],
881
+ standalone: false
736
882
  }]
737
883
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
738
884
  let StzhCheckbox = class StzhCheckbox {
739
885
  constructor(c, r, z) {
740
886
  this.z = z;
887
+ this.stzhChange = new EventEmitter();
888
+ this.stzhFocus = new EventEmitter();
889
+ this.stzhBlur = new EventEmitter();
741
890
  c.detach();
742
891
  this.el = r.nativeElement;
743
- proxyOutputs(this, this.el, ['stzhChange', 'stzhFocus', 'stzhBlur']);
744
892
  }
745
893
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
746
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckbox, selector: "stzh-checkbox", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
894
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckbox, selector: "stzh-checkbox", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", name: "name", required: "required", value: "value" }, outputs: { stzhChange: "stzhChange", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
747
895
  };
748
896
  StzhCheckbox = __decorate([
749
897
  ProxyCmp({
@@ -758,17 +906,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
758
906
  template: '<ng-content></ng-content>',
759
907
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
760
908
  inputs: ['a11yDescribedby', 'checked', 'defaultChecked', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'localization', 'name', 'required', 'value'],
761
- }]
762
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
909
+ outputs: ['stzhChange', 'stzhFocus', 'stzhBlur'],
910
+ standalone: false
911
+ }]
912
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
913
+ type: Output
914
+ }], stzhFocus: [{
915
+ type: Output
916
+ }], stzhBlur: [{
917
+ type: Output
918
+ }] } });
763
919
  let StzhCheckboxgroup = class StzhCheckboxgroup {
764
920
  constructor(c, r, z) {
765
921
  this.z = z;
922
+ this.stzhChange = new EventEmitter();
766
923
  c.detach();
767
924
  this.el = r.nativeElement;
768
- proxyOutputs(this, this.el, ['stzhChange']);
769
925
  }
770
926
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCheckboxgroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
771
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckboxgroup, selector: "stzh-checkboxgroup", inputs: { checkedCheckbox: "checkedCheckbox", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", direction: "direction", disabled: "disabled", error: "error", hideLegend: "hideLegend", hideOptional: "hideOptional", invalid: "invalid", legend: "legend", localization: "localization", name: "name", preventUpdateProperties: "preventUpdateProperties", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
927
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCheckboxgroup, selector: "stzh-checkboxgroup", inputs: { checkedCheckbox: "checkedCheckbox", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", direction: "direction", disabled: "disabled", error: "error", hideLegend: "hideLegend", hideOptional: "hideOptional", invalid: "invalid", legend: "legend", localization: "localization", name: "name", preventUpdateProperties: "preventUpdateProperties", required: "required", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
772
928
  };
773
929
  StzhCheckboxgroup = __decorate([
774
930
  ProxyCmp({
@@ -783,17 +939,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
783
939
  template: '<ng-content></ng-content>',
784
940
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
785
941
  inputs: ['checkedCheckbox', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'required', 'value'],
942
+ outputs: ['stzhChange'],
943
+ standalone: false
786
944
  }]
787
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
945
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
946
+ type: Output
947
+ }] } });
788
948
  let StzhChip = class StzhChip {
789
949
  constructor(c, r, z) {
790
950
  this.z = z;
951
+ this.stzhClick = new EventEmitter();
952
+ this.stzhRemove = new EventEmitter();
953
+ this.stzhFocus = new EventEmitter();
954
+ this.stzhBlur = new EventEmitter();
791
955
  c.detach();
792
956
  this.el = r.nativeElement;
793
- proxyOutputs(this, this.el, ['stzhClick', 'stzhRemove', 'stzhFocus', 'stzhBlur']);
794
957
  }
795
958
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
796
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhChip, selector: "stzh-chip", inputs: { a11yDescribedby: "a11yDescribedby", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", counter: "counter", disabled: "disabled", href: "href", icon: "icon", inverted: "inverted", label: "label", nonInteractive: "nonInteractive", removable: "removable", removeAnalyticsId: "removeAnalyticsId", removeLabel: "removeLabel", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
959
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhChip, selector: "stzh-chip", inputs: { a11yDescribedby: "a11yDescribedby", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", counter: "counter", disabled: "disabled", href: "href", icon: "icon", inverted: "inverted", label: "label", nonInteractive: "nonInteractive", removable: "removable", removeAnalyticsId: "removeAnalyticsId", removeLabel: "removeLabel", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", type: "type", variant: "variant" }, outputs: { stzhClick: "stzhClick", stzhRemove: "stzhRemove", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
797
960
  };
798
961
  StzhChip = __decorate([
799
962
  ProxyCmp({
@@ -808,8 +971,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
808
971
  template: '<ng-content></ng-content>',
809
972
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
810
973
  inputs: ['a11yDescribedby', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'counter', 'disabled', 'href', 'icon', 'inverted', 'label', 'nonInteractive', 'removable', 'removeAnalyticsId', 'removeLabel', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'type', 'variant'],
811
- }]
812
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
974
+ outputs: ['stzhClick', 'stzhRemove', 'stzhFocus', 'stzhBlur'],
975
+ standalone: false
976
+ }]
977
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
978
+ type: Output
979
+ }], stzhRemove: [{
980
+ type: Output
981
+ }], stzhFocus: [{
982
+ type: Output
983
+ }], stzhBlur: [{
984
+ type: Output
985
+ }] } });
813
986
  let StzhChipgroup = class StzhChipgroup {
814
987
  constructor(c, r, z) {
815
988
  this.z = z;
@@ -830,17 +1003,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
830
1003
  template: '<ng-content></ng-content>',
831
1004
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
832
1005
  inputs: [],
1006
+ standalone: false
833
1007
  }]
834
1008
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
835
1009
  let StzhChipselect = class StzhChipselect {
836
1010
  constructor(c, r, z) {
837
1011
  this.z = z;
1012
+ this.stzhChange = new EventEmitter();
838
1013
  c.detach();
839
1014
  this.el = r.nativeElement;
840
- proxyOutputs(this, this.el, ['stzhChange']);
841
1015
  }
842
1016
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhChipselect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
843
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhChipselect, selector: "stzh-chipselect", inputs: { a11yDescribedby: "a11yDescribedby", data: "data", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", multiple: "multiple", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1017
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhChipselect, selector: "stzh-chipselect", inputs: { a11yDescribedby: "a11yDescribedby", data: "data", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", multiple: "multiple", name: "name", required: "required", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
844
1018
  };
845
1019
  StzhChipselect = __decorate([
846
1020
  ProxyCmp({
@@ -855,17 +1029,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
855
1029
  template: '<ng-content></ng-content>',
856
1030
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
857
1031
  inputs: ['a11yDescribedby', 'data', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'labelHidden', 'localization', 'multiple', 'name', 'required', 'value'],
1032
+ outputs: ['stzhChange'],
1033
+ standalone: false
858
1034
  }]
859
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1035
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
1036
+ type: Output
1037
+ }] } });
860
1038
  let StzhClamp = class StzhClamp {
861
1039
  constructor(c, r, z) {
862
1040
  this.z = z;
1041
+ this.stzhClamp = new EventEmitter();
1042
+ this.stzhExpand = new EventEmitter();
863
1043
  c.detach();
864
1044
  this.el = r.nativeElement;
865
- proxyOutputs(this, this.el, ['stzhClamp', 'stzhExpand']);
866
1045
  }
867
1046
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhClamp, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
868
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhClamp, selector: "stzh-clamp", inputs: { clamped: "clamped", expanded: "expanded", lines: "lines", linesLarge: "linesLarge", linesMedium: "linesMedium", linesSmall: "linesSmall", linesUltra: "linesUltra", localization: "localization", showExpandLink: "showExpandLink" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1047
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhClamp, selector: "stzh-clamp", inputs: { clamped: "clamped", expanded: "expanded", lines: "lines", linesLarge: "linesLarge", linesMedium: "linesMedium", linesSmall: "linesSmall", linesUltra: "linesUltra", localization: "localization", showExpandLink: "showExpandLink" }, outputs: { stzhClamp: "stzhClamp", stzhExpand: "stzhExpand" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
869
1048
  };
870
1049
  StzhClamp = __decorate([
871
1050
  ProxyCmp({
@@ -881,8 +1060,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
881
1060
  template: '<ng-content></ng-content>',
882
1061
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
883
1062
  inputs: ['clamped', 'expanded', 'lines', 'linesLarge', 'linesMedium', 'linesSmall', 'linesUltra', 'localization', 'showExpandLink'],
1063
+ outputs: ['stzhClamp', 'stzhExpand'],
1064
+ standalone: false
884
1065
  }]
885
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1066
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClamp: [{
1067
+ type: Output
1068
+ }], stzhExpand: [{
1069
+ type: Output
1070
+ }] } });
886
1071
  let StzhCompanyLogo = class StzhCompanyLogo {
887
1072
  constructor(c, r, z) {
888
1073
  this.z = z;
@@ -903,6 +1088,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
903
1088
  template: '<ng-content></ng-content>',
904
1089
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
905
1090
  inputs: [],
1091
+ standalone: false
906
1092
  }]
907
1093
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
908
1094
  let StzhContact = class StzhContact {
@@ -927,6 +1113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
927
1113
  template: '<ng-content></ng-content>',
928
1114
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
929
1115
  inputs: ['additionalInformation', 'address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'contactTitle', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'numbers', 'personRole', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'responsibility', 'responsibilityTitle', 'street', 'streetInfo', 'subHeading', 'type'],
1116
+ standalone: false
930
1117
  }]
931
1118
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
932
1119
  let StzhContactCv = class StzhContactCv {
@@ -951,6 +1138,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
951
1138
  template: '<ng-content></ng-content>',
952
1139
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
953
1140
  inputs: ['hobbies', 'jobtitle', 'localization', 'responsibilities', 'trainings'],
1141
+ standalone: false
954
1142
  }]
955
1143
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
956
1144
  let StzhContainer = class StzhContainer {
@@ -975,6 +1163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
975
1163
  template: '<ng-content></ng-content>',
976
1164
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
977
1165
  inputs: ['noMargin'],
1166
+ standalone: false
978
1167
  }]
979
1168
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
980
1169
  let StzhContent = class StzhContent {
@@ -999,6 +1188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
999
1188
  template: '<ng-content></ng-content>',
1000
1189
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1001
1190
  inputs: ['preventElementLayout', 'variant'],
1191
+ standalone: false
1002
1192
  }]
1003
1193
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1004
1194
  let StzhCspace = class StzhCspace {
@@ -1023,17 +1213,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1023
1213
  template: '<ng-content></ng-content>',
1024
1214
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1025
1215
  inputs: ['preventRemoveNested', 'removeFirstMargin', 'removeLastMargin'],
1216
+ standalone: false
1026
1217
  }]
1027
1218
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1028
1219
  let StzhCta = class StzhCta {
1029
1220
  constructor(c, r, z) {
1030
1221
  this.z = z;
1222
+ this.stzhFocus = new EventEmitter();
1223
+ this.stzhBlur = new EventEmitter();
1224
+ this.stzhClick = new EventEmitter();
1031
1225
  c.detach();
1032
1226
  this.el = r.nativeElement;
1033
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur', 'stzhClick']);
1034
1227
  }
1035
1228
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhCta, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1036
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCta, selector: "stzh-cta", inputs: { heading: "heading", href: "href", label: "label", lead: "lead", stickyDisabled: "stickyDisabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1229
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhCta, selector: "stzh-cta", inputs: { heading: "heading", href: "href", label: "label", lead: "lead", stickyDisabled: "stickyDisabled" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1037
1230
  };
1038
1231
  StzhCta = __decorate([
1039
1232
  ProxyCmp({
@@ -1048,21 +1241,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1048
1241
  template: '<ng-content></ng-content>',
1049
1242
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1050
1243
  inputs: ['heading', 'href', 'label', 'lead', 'stickyDisabled'],
1051
- }]
1052
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1244
+ outputs: ['stzhFocus', 'stzhBlur', 'stzhClick'],
1245
+ standalone: false
1246
+ }]
1247
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
1248
+ type: Output
1249
+ }], stzhBlur: [{
1250
+ type: Output
1251
+ }], stzhClick: [{
1252
+ type: Output
1253
+ }] } });
1053
1254
  let StzhDatalist = class StzhDatalist {
1054
1255
  constructor(c, r, z) {
1055
1256
  this.z = z;
1257
+ this.stzhVariantChange = new EventEmitter();
1258
+ this.stzhBigLabelChange = new EventEmitter();
1259
+ this.stzhDirectionChange = new EventEmitter();
1056
1260
  c.detach();
1057
1261
  this.el = r.nativeElement;
1058
- proxyOutputs(this, this.el, ['stzhVariantChange', 'stzhBigLabelChange', 'stzhDirectionChange']);
1059
1262
  }
1060
1263
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatalist, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1061
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalist, selector: "stzh-datalist", inputs: { bigLabel: "bigLabel", columns: "columns", columnsLarge: "columnsLarge", columnsMedium: "columnsMedium", columnsSmall: "columnsSmall", columnsUltra: "columnsUltra", direction: "direction", directionLarge: "directionLarge", directionMedium: "directionMedium", directionSmall: "directionSmall", directionUltra: "directionUltra", items: "items", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1264
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalist, selector: "stzh-datalist", inputs: { bigLabel: "bigLabel", columns: "columns", columnsLarge: "columnsLarge", columnsMedium: "columnsMedium", columnsSmall: "columnsSmall", columnsUltra: "columnsUltra", direction: "direction", directionLarge: "directionLarge", directionMedium: "directionMedium", directionSmall: "directionSmall", directionUltra: "directionUltra", items: "items", variant: "variant", verticalGap: "verticalGap" }, outputs: { stzhVariantChange: "stzhVariantChange", stzhBigLabelChange: "stzhBigLabelChange", stzhDirectionChange: "stzhDirectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1062
1265
  };
1063
1266
  StzhDatalist = __decorate([
1064
1267
  ProxyCmp({
1065
- inputs: ['bigLabel', 'columns', 'columnsLarge', 'columnsMedium', 'columnsSmall', 'columnsUltra', 'direction', 'directionLarge', 'directionMedium', 'directionSmall', 'directionUltra', 'items', 'variant'],
1268
+ inputs: ['bigLabel', 'columns', 'columnsLarge', 'columnsMedium', 'columnsSmall', 'columnsUltra', 'direction', 'directionLarge', 'directionMedium', 'directionSmall', 'directionUltra', 'items', 'variant', 'verticalGap'],
1066
1269
  methods: ['getCurrentDirection']
1067
1270
  })
1068
1271
  ], StzhDatalist);
@@ -1073,22 +1276,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1073
1276
  changeDetection: ChangeDetectionStrategy.OnPush,
1074
1277
  template: '<ng-content></ng-content>',
1075
1278
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1076
- inputs: ['bigLabel', 'columns', 'columnsLarge', 'columnsMedium', 'columnsSmall', 'columnsUltra', 'direction', 'directionLarge', 'directionMedium', 'directionSmall', 'directionUltra', 'items', 'variant'],
1279
+ inputs: ['bigLabel', 'columns', 'columnsLarge', 'columnsMedium', 'columnsSmall', 'columnsUltra', 'direction', 'directionLarge', 'directionMedium', 'directionSmall', 'directionUltra', 'items', 'variant', 'verticalGap'],
1280
+ outputs: ['stzhVariantChange', 'stzhBigLabelChange', 'stzhDirectionChange'],
1281
+ standalone: false
1077
1282
  }]
1078
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1283
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhVariantChange: [{
1284
+ type: Output
1285
+ }], stzhBigLabelChange: [{
1286
+ type: Output
1287
+ }], stzhDirectionChange: [{
1288
+ type: Output
1289
+ }] } });
1079
1290
  let StzhDatalistItem = class StzhDatalistItem {
1080
1291
  constructor(c, r, z) {
1081
1292
  this.z = z;
1293
+ this.stzhItemActionClick = new EventEmitter();
1294
+ this.stzhClick = new EventEmitter();
1082
1295
  c.detach();
1083
1296
  this.el = r.nativeElement;
1084
- proxyOutputs(this, this.el, ['stzhItemActionClick', 'stzhClick']);
1085
1297
  }
1086
1298
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatalistItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1087
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalistItem, selector: "stzh-datalist-item", inputs: { a11yControls: "a11yControls", a11yExpanded: "a11yExpanded", download: "download", href: "href", icon: "icon", iconHref: "iconHref", iconLabel: "iconLabel", iconPosition: "iconPosition", iconTooltip: "iconTooltip", label: "label", leadingIcon: "leadingIcon", localization: "localization", meta: "meta", readspeakerHref: "readspeakerHref", readspeakerLabel: "readspeakerLabel", rel: "rel", statusLabel: "statusLabel", statusType: "statusType", target: "target", value: "value", valueTruncate: "valueTruncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1299
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatalistItem, selector: "stzh-datalist-item", inputs: { a11yControls: "a11yControls", a11yExpanded: "a11yExpanded", download: "download", hasNested: "hasNested", href: "href", icon: "icon", iconHref: "iconHref", iconLabel: "iconLabel", iconPosition: "iconPosition", iconTooltip: "iconTooltip", label: "label", leadingIcon: "leadingIcon", localization: "localization", meta: "meta", readspeakerHref: "readspeakerHref", readspeakerLabel: "readspeakerLabel", rel: "rel", statusLabel: "statusLabel", statusType: "statusType", target: "target", value: "value", valueTruncate: "valueTruncate" }, outputs: { stzhItemActionClick: "stzhItemActionClick", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1088
1300
  };
1089
1301
  StzhDatalistItem = __decorate([
1090
1302
  ProxyCmp({
1091
- inputs: ['a11yControls', 'a11yExpanded', 'download', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate']
1303
+ inputs: ['a11yControls', 'a11yExpanded', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate']
1092
1304
  })
1093
1305
  ], StzhDatalistItem);
1094
1306
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatalistItem, decorators: [{
@@ -1098,9 +1310,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1098
1310
  changeDetection: ChangeDetectionStrategy.OnPush,
1099
1311
  template: '<ng-content></ng-content>',
1100
1312
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1101
- inputs: ['a11yControls', 'a11yExpanded', 'download', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate'],
1313
+ inputs: ['a11yControls', 'a11yExpanded', 'download', 'hasNested', 'href', 'icon', 'iconHref', 'iconLabel', 'iconPosition', 'iconTooltip', 'label', 'leadingIcon', 'localization', 'meta', 'readspeakerHref', 'readspeakerLabel', 'rel', 'statusLabel', 'statusType', 'target', 'value', 'valueTruncate'],
1314
+ outputs: ['stzhItemActionClick', 'stzhClick'],
1315
+ standalone: false
1102
1316
  }]
1103
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1317
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhItemActionClick: [{
1318
+ type: Output
1319
+ }], stzhClick: [{
1320
+ type: Output
1321
+ }] } });
1104
1322
  let StzhDatamessagelist = class StzhDatamessagelist {
1105
1323
  constructor(c, r, z) {
1106
1324
  this.z = z;
@@ -1121,17 +1339,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1121
1339
  template: '<ng-content></ng-content>',
1122
1340
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1123
1341
  inputs: [],
1342
+ standalone: false
1124
1343
  }]
1125
1344
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1126
1345
  let StzhDatamessagelistItem = class StzhDatamessagelistItem {
1127
1346
  constructor(c, r, z) {
1128
1347
  this.z = z;
1348
+ this.stzhClick = new EventEmitter();
1349
+ this.stzhActionClick = new EventEmitter();
1129
1350
  c.detach();
1130
1351
  this.el = r.nativeElement;
1131
- proxyOutputs(this, this.el, ['stzhClick', 'stzhActionClick']);
1132
1352
  }
1133
1353
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatamessagelistItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1134
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatamessagelistItem, selector: "stzh-datamessagelist-item", inputs: { actions: "actions", analyticsId: "analyticsId", description: "description", heading: "heading", href: "href", icon: "icon", loadingStatus: "loadingStatus", localization: "localization", meta: "meta", nonInteractive: "nonInteractive", rel: "rel", tags: "tags", target: "target", unread: "unread" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1354
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatamessagelistItem, selector: "stzh-datamessagelist-item", inputs: { actions: "actions", analyticsId: "analyticsId", description: "description", heading: "heading", href: "href", icon: "icon", loadingStatus: "loadingStatus", localization: "localization", meta: "meta", nonInteractive: "nonInteractive", rel: "rel", tags: "tags", target: "target", unread: "unread" }, outputs: { stzhClick: "stzhClick", stzhActionClick: "stzhActionClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1135
1355
  };
1136
1356
  StzhDatamessagelistItem = __decorate([
1137
1357
  ProxyCmp({
@@ -1146,17 +1366,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1146
1366
  template: '<ng-content></ng-content>',
1147
1367
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1148
1368
  inputs: ['actions', 'analyticsId', 'description', 'heading', 'href', 'icon', 'loadingStatus', 'localization', 'meta', 'nonInteractive', 'rel', 'tags', 'target', 'unread'],
1369
+ outputs: ['stzhClick', 'stzhActionClick'],
1370
+ standalone: false
1149
1371
  }]
1150
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1372
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
1373
+ type: Output
1374
+ }], stzhActionClick: [{
1375
+ type: Output
1376
+ }] } });
1151
1377
  let StzhDatatable = class StzhDatatable {
1152
1378
  constructor(c, r, z) {
1153
1379
  this.z = z;
1380
+ this.stzhRowClick = new EventEmitter();
1381
+ this.stzhCellClick = new EventEmitter();
1382
+ this.stzhHeadingCellClick = new EventEmitter();
1383
+ this.stzhSortClick = new EventEmitter();
1384
+ this.stzhSortByChange = new EventEmitter();
1385
+ this.stzhSortDirectionChange = new EventEmitter();
1154
1386
  c.detach();
1155
1387
  this.el = r.nativeElement;
1156
- proxyOutputs(this, this.el, ['stzhRowClick', 'stzhCellClick', 'stzhHeadingCellClick', 'stzhSortClick', 'stzhSortByChange', 'stzhSortDirectionChange']);
1157
1388
  }
1158
1389
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatatable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1159
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatatable, selector: "stzh-datatable", inputs: { caption: "caption", columns: "columns", csvDynamicTyping: "csvDynamicTyping", csvHeader: "csvHeader", csvUrl: "csvUrl", disableMinWidth: "disableMinWidth", hideColumnHeadings: "hideColumnHeadings", hideSearch: "hideSearch", idField: "idField", label: "label", localization: "localization", page: "page", pageSize: "pageSize", rowHeaderField: "rowHeaderField", rows: "rows", showList: "showList", sortBy: "sortBy", sortDirection: "sortDirection", tableLayout: "tableLayout" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1390
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatatable, selector: "stzh-datatable", inputs: { caption: "caption", columns: "columns", csvDynamicTyping: "csvDynamicTyping", csvHeader: "csvHeader", csvUrl: "csvUrl", disableMinWidth: "disableMinWidth", hideColumnHeadings: "hideColumnHeadings", hideSearch: "hideSearch", idField: "idField", label: "label", localization: "localization", page: "page", pageSize: "pageSize", rowHeaderField: "rowHeaderField", rows: "rows", showList: "showList", sortBy: "sortBy", sortDirection: "sortDirection", tableLayout: "tableLayout" }, outputs: { stzhRowClick: "stzhRowClick", stzhCellClick: "stzhCellClick", stzhHeadingCellClick: "stzhHeadingCellClick", stzhSortClick: "stzhSortClick", stzhSortByChange: "stzhSortByChange", stzhSortDirectionChange: "stzhSortDirectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1160
1391
  };
1161
1392
  StzhDatatable = __decorate([
1162
1393
  ProxyCmp({
@@ -1172,17 +1403,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1172
1403
  template: '<ng-content></ng-content>',
1173
1404
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1174
1405
  inputs: ['caption', 'columns', 'csvDynamicTyping', 'csvHeader', 'csvUrl', 'disableMinWidth', 'hideColumnHeadings', 'hideSearch', 'idField', 'label', 'localization', 'page', 'pageSize', 'rowHeaderField', 'rows', 'showList', 'sortBy', 'sortDirection', 'tableLayout'],
1175
- }]
1176
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1406
+ outputs: ['stzhRowClick', 'stzhCellClick', 'stzhHeadingCellClick', 'stzhSortClick', 'stzhSortByChange', 'stzhSortDirectionChange'],
1407
+ standalone: false
1408
+ }]
1409
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhRowClick: [{
1410
+ type: Output
1411
+ }], stzhCellClick: [{
1412
+ type: Output
1413
+ }], stzhHeadingCellClick: [{
1414
+ type: Output
1415
+ }], stzhSortClick: [{
1416
+ type: Output
1417
+ }], stzhSortByChange: [{
1418
+ type: Output
1419
+ }], stzhSortDirectionChange: [{
1420
+ type: Output
1421
+ }] } });
1177
1422
  let StzhDatepicker = class StzhDatepicker {
1178
1423
  constructor(c, r, z) {
1179
1424
  this.z = z;
1425
+ this.stzhChange = new EventEmitter();
1180
1426
  c.detach();
1181
1427
  this.el = r.nativeElement;
1182
- proxyOutputs(this, this.el, ['stzhChange']);
1183
1428
  }
1184
1429
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1185
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatepicker, selector: "stzh-datepicker", inputs: { calendarIsDateDisabled: "calendarIsDateDisabled", calendarMax: "calendarMax", calendarMin: "calendarMin", dateAdapter: "dateAdapter", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", inline: "inline", internalDateAdapter: "internalDateAdapter", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", name: "name", readonly: "readonly", required: "required", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1430
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDatepicker, selector: "stzh-datepicker", inputs: { calendarIsDateDisabled: "calendarIsDateDisabled", calendarMax: "calendarMax", calendarMin: "calendarMin", dateAdapter: "dateAdapter", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", inline: "inline", internalDateAdapter: "internalDateAdapter", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", name: "name", readonly: "readonly", required: "required", size: "size", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1186
1431
  };
1187
1432
  StzhDatepicker = __decorate([
1188
1433
  ProxyCmp({
@@ -1198,8 +1443,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1198
1443
  template: '<ng-content></ng-content>',
1199
1444
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1200
1445
  inputs: ['calendarIsDateDisabled', 'calendarMax', 'calendarMin', 'dateAdapter', 'defaultValue', 'description', 'descriptionLong', 'disabled', 'error', 'hideOptional', 'inline', 'internalDateAdapter', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'value'],
1446
+ outputs: ['stzhChange'],
1447
+ standalone: false
1201
1448
  }]
1202
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1449
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
1450
+ type: Output
1451
+ }] } });
1203
1452
  let StzhDaterange = class StzhDaterange {
1204
1453
  constructor(c, r, z) {
1205
1454
  this.z = z;
@@ -1222,17 +1471,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1222
1471
  template: '<ng-content></ng-content>',
1223
1472
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1224
1473
  inputs: ['legend', 'localization', 'rangeLinks'],
1474
+ standalone: false
1225
1475
  }]
1226
1476
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1227
1477
  let StzhDetails = class StzhDetails {
1228
1478
  constructor(c, r, z) {
1229
1479
  this.z = z;
1480
+ this.stzhOpen = new EventEmitter();
1481
+ this.stzhOpened = new EventEmitter();
1482
+ this.stzhClose = new EventEmitter();
1483
+ this.stzhClosed = new EventEmitter();
1230
1484
  c.detach();
1231
1485
  this.el = r.nativeElement;
1232
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
1233
1486
  }
1234
1487
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDetails, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1235
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDetails, selector: "stzh-details", inputs: { open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1488
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDetails, selector: "stzh-details", inputs: { open: "open" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1236
1489
  };
1237
1490
  StzhDetails = __decorate([
1238
1491
  ProxyCmp({
@@ -1248,17 +1501,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1248
1501
  template: '<ng-content></ng-content>',
1249
1502
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1250
1503
  inputs: ['open'],
1251
- }]
1252
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1504
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
1505
+ standalone: false
1506
+ }]
1507
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
1508
+ type: Output
1509
+ }], stzhOpened: [{
1510
+ type: Output
1511
+ }], stzhClose: [{
1512
+ type: Output
1513
+ }], stzhClosed: [{
1514
+ type: Output
1515
+ }] } });
1253
1516
  let StzhDialog = class StzhDialog {
1254
1517
  constructor(c, r, z) {
1255
1518
  this.z = z;
1519
+ this.stzhOpen = new EventEmitter();
1520
+ this.stzhClose = new EventEmitter();
1256
1521
  c.detach();
1257
1522
  this.el = r.nativeElement;
1258
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
1259
1523
  }
1260
1524
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1261
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDialog, selector: "stzh-dialog", inputs: { a11yRole: "a11yRole", closeAnalyticsId: "closeAnalyticsId", closeOnBackdropClick: "closeOnBackdropClick", closeOnEscapeKey: "closeOnEscapeKey", heading: "heading", hideClose: "hideClose", localization: "localization", open: "open", size: "size", stay: "stay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1525
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDialog, selector: "stzh-dialog", inputs: { a11yRole: "a11yRole", closeAnalyticsId: "closeAnalyticsId", closeOnBackdropClick: "closeOnBackdropClick", closeOnEscapeKey: "closeOnEscapeKey", heading: "heading", hideClose: "hideClose", localization: "localization", open: "open", size: "size", stay: "stay" }, outputs: { stzhOpen: "stzhOpen", stzhClose: "stzhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1262
1526
  };
1263
1527
  StzhDialog = __decorate([
1264
1528
  ProxyCmp({
@@ -1274,17 +1538,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1274
1538
  template: '<ng-content></ng-content>',
1275
1539
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1276
1540
  inputs: ['a11yRole', 'closeAnalyticsId', 'closeOnBackdropClick', 'closeOnEscapeKey', 'heading', 'hideClose', 'localization', 'open', 'size', 'stay'],
1541
+ outputs: ['stzhOpen', 'stzhClose'],
1542
+ standalone: false
1277
1543
  }]
1278
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1544
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
1545
+ type: Output
1546
+ }], stzhClose: [{
1547
+ type: Output
1548
+ }] } });
1279
1549
  let StzhDisturber = class StzhDisturber {
1280
1550
  constructor(c, r, z) {
1281
1551
  this.z = z;
1552
+ this.stzhOpen = new EventEmitter();
1553
+ this.stzhOpened = new EventEmitter();
1554
+ this.stzhClose = new EventEmitter();
1555
+ this.stzhClosed = new EventEmitter();
1282
1556
  c.detach();
1283
1557
  this.el = r.nativeElement;
1284
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
1285
1558
  }
1286
1559
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDisturber, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1287
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDisturber, selector: "stzh-disturber", inputs: { closeKey: "closeKey", hideClose: "hideClose", initialOpenAnimation: "initialOpenAnimation", label: "label", localization: "localization", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1560
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDisturber, selector: "stzh-disturber", inputs: { closeKey: "closeKey", hideClose: "hideClose", initialOpenAnimation: "initialOpenAnimation", label: "label", localization: "localization", open: "open" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1288
1561
  };
1289
1562
  StzhDisturber = __decorate([
1290
1563
  ProxyCmp({
@@ -1300,17 +1573,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1300
1573
  template: '<ng-content></ng-content>',
1301
1574
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1302
1575
  inputs: ['closeKey', 'hideClose', 'initialOpenAnimation', 'label', 'localization', 'open'],
1303
- }]
1304
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1576
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
1577
+ standalone: false
1578
+ }]
1579
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
1580
+ type: Output
1581
+ }], stzhOpened: [{
1582
+ type: Output
1583
+ }], stzhClose: [{
1584
+ type: Output
1585
+ }], stzhClosed: [{
1586
+ type: Output
1587
+ }] } });
1305
1588
  let StzhDropdown = class StzhDropdown {
1306
1589
  constructor(c, r, z) {
1307
1590
  this.z = z;
1591
+ this.stzhChange = new EventEmitter();
1592
+ this.stzhItemAdd = new EventEmitter();
1593
+ this.stzhItemRemove = new EventEmitter();
1594
+ this.stzhOptionAdd = new EventEmitter();
1595
+ this.stzhOptionRemove = new EventEmitter();
1596
+ this.stzhOpen = new EventEmitter();
1597
+ this.stzhClose = new EventEmitter();
1598
+ this.stzhFocus = new EventEmitter();
1599
+ this.stzhBlur = new EventEmitter();
1600
+ this.stzhInit = new EventEmitter();
1308
1601
  c.detach();
1309
1602
  this.el = r.nativeElement;
1310
- proxyOutputs(this, this.el, ['stzhChange', 'stzhItemAdd', 'stzhItemRemove', 'stzhOptionAdd', 'stzhOptionRemove', 'stzhOpen', 'stzhClose', 'stzhFocus', 'stzhBlur', 'stzhInit']);
1311
1603
  }
1312
1604
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1313
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDropdown, selector: "stzh-dropdown", inputs: { a11yDescribedby: "a11yDescribedby", allowEmptyOption: "allowEmptyOption", closeAfterSelect: "closeAfterSelect", defaultItems: "defaultItems", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", icon: "icon", iconAngle: "iconAngle", inline: "inline", invalid: "invalid", isOpen: "isOpen", items: "items", label: "label", labelField: "labelField", labelHidden: "labelHidden", load: "load", loadThrottle: "loadThrottle", localization: "localization", lockOptgroupOrder: "lockOptgroupOrder", maxOptions: "maxOptions", minCharacters: "minCharacters", multiple: "multiple", name: "name", noBackspaceDelete: "noBackspaceDelete", noLabelTruncate: "noLabelTruncate", noSearch: "noSearch", noWrap: "noWrap", open: "open", openOnFocus: "openOnFocus", optgroupField: "optgroupField", optgroupLabelField: "optgroupLabelField", optgroupValueField: "optgroupValueField", optgroups: "optgroups", options: "options", popoverFullwidth: "popoverFullwidth", popoverPlacement: "popoverPlacement", preload: "preload", required: "required", searchConjunction: "searchConjunction", searchField: "searchField", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", transformLoadQuery: "transformLoadQuery", value: "value", valueField: "valueField", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1605
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhDropdown, selector: "stzh-dropdown", inputs: { a11yDescribedby: "a11yDescribedby", allowEmptyOption: "allowEmptyOption", closeAfterSelect: "closeAfterSelect", defaultItems: "defaultItems", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", icon: "icon", iconAngle: "iconAngle", inline: "inline", invalid: "invalid", isOpen: "isOpen", items: "items", label: "label", labelField: "labelField", labelHidden: "labelHidden", load: "load", loadThrottle: "loadThrottle", localization: "localization", lockOptgroupOrder: "lockOptgroupOrder", maxOptions: "maxOptions", minCharacters: "minCharacters", multiple: "multiple", name: "name", noBackspaceDelete: "noBackspaceDelete", noLabelTruncate: "noLabelTruncate", noSearch: "noSearch", noWrap: "noWrap", open: "open", openOnFocus: "openOnFocus", optgroupField: "optgroupField", optgroupLabelField: "optgroupLabelField", optgroupValueField: "optgroupValueField", optgroups: "optgroups", options: "options", popoverFullwidth: "popoverFullwidth", popoverPlacement: "popoverPlacement", preload: "preload", required: "required", searchConjunction: "searchConjunction", searchField: "searchField", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", transformLoadQuery: "transformLoadQuery", value: "value", valueField: "valueField", variant: "variant" }, outputs: { stzhChange: "stzhChange", stzhItemAdd: "stzhItemAdd", stzhItemRemove: "stzhItemRemove", stzhOptionAdd: "stzhOptionAdd", stzhOptionRemove: "stzhOptionRemove", stzhOpen: "stzhOpen", stzhClose: "stzhClose", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur", stzhInit: "stzhInit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1314
1606
  };
1315
1607
  StzhDropdown = __decorate([
1316
1608
  ProxyCmp({
@@ -1326,8 +1618,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1326
1618
  template: '<ng-content></ng-content>',
1327
1619
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1328
1620
  inputs: ['a11yDescribedby', 'allowEmptyOption', 'closeAfterSelect', 'defaultItems', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'icon', 'iconAngle', 'inline', 'invalid', 'isOpen', 'items', 'label', 'labelField', 'labelHidden', 'load', 'loadThrottle', 'localization', 'lockOptgroupOrder', 'maxOptions', 'minCharacters', 'multiple', 'name', 'noBackspaceDelete', 'noLabelTruncate', 'noSearch', 'noWrap', 'open', 'openOnFocus', 'optgroupField', 'optgroupLabelField', 'optgroupValueField', 'optgroups', 'options', 'popoverFullwidth', 'popoverPlacement', 'preload', 'required', 'searchConjunction', 'searchField', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'transformLoadQuery', 'value', 'valueField', 'variant'],
1329
- }]
1330
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1621
+ outputs: ['stzhChange', 'stzhItemAdd', 'stzhItemRemove', 'stzhOptionAdd', 'stzhOptionRemove', 'stzhOpen', 'stzhClose', 'stzhFocus', 'stzhBlur', 'stzhInit'],
1622
+ standalone: false
1623
+ }]
1624
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
1625
+ type: Output
1626
+ }], stzhItemAdd: [{
1627
+ type: Output
1628
+ }], stzhItemRemove: [{
1629
+ type: Output
1630
+ }], stzhOptionAdd: [{
1631
+ type: Output
1632
+ }], stzhOptionRemove: [{
1633
+ type: Output
1634
+ }], stzhOpen: [{
1635
+ type: Output
1636
+ }], stzhClose: [{
1637
+ type: Output
1638
+ }], stzhFocus: [{
1639
+ type: Output
1640
+ }], stzhBlur: [{
1641
+ type: Output
1642
+ }], stzhInit: [{
1643
+ type: Output
1644
+ }] } });
1331
1645
  let StzhEditor = class StzhEditor {
1332
1646
  constructor(c, r, z) {
1333
1647
  this.z = z;
@@ -1350,6 +1664,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1350
1664
  template: '<ng-content></ng-content>',
1351
1665
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1352
1666
  inputs: ['heading', 'items', 'localization'],
1667
+ standalone: false
1353
1668
  }]
1354
1669
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1355
1670
  let StzhEventdata = class StzhEventdata {
@@ -1374,6 +1689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1374
1689
  template: '<ng-content></ng-content>',
1375
1690
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1376
1691
  inputs: ['label'],
1692
+ standalone: false
1377
1693
  }]
1378
1694
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1379
1695
  let StzhEventinfo = class StzhEventinfo {
@@ -1398,6 +1714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1398
1714
  template: '<ng-content></ng-content>',
1399
1715
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1400
1716
  inputs: ['calendarLabel', 'calendarUrl', 'dateAdapter', 'end', 'items', 'itemsSortDirection', 'localization', 'monthHeadingLevel', 'start'],
1717
+ standalone: false
1401
1718
  }]
1402
1719
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1403
1720
  let StzhFeedreader = class StzhFeedreader {
@@ -1422,6 +1739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1422
1739
  template: '<ng-content></ng-content>',
1423
1740
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1424
1741
  inputs: ['description', 'heading', 'headingLevel', 'localization', 'noItemsLink', 'noItemsText'],
1742
+ standalone: false
1425
1743
  }]
1426
1744
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1427
1745
  let StzhFeedreaderItem = class StzhFeedreaderItem {
@@ -1446,6 +1764,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1446
1764
  template: '<ng-content></ng-content>',
1447
1765
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1448
1766
  inputs: ['link', 'target', 'variant'],
1767
+ standalone: false
1449
1768
  }]
1450
1769
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1451
1770
  let StzhFieldset = class StzhFieldset {
@@ -1470,6 +1789,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1470
1789
  template: '<ng-content></ng-content>',
1471
1790
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1472
1791
  inputs: ['hideLegend', 'legend', 'legendCurve', 'legendLevel'],
1792
+ standalone: false
1473
1793
  }]
1474
1794
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1475
1795
  let StzhFigure = class StzhFigure {
@@ -1494,6 +1814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1494
1814
  template: '<ng-content></ng-content>',
1495
1815
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1496
1816
  inputs: ['caption', 'copyright', 'counter', 'fullwidth', 'heading'],
1817
+ standalone: false
1497
1818
  }]
1498
1819
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1499
1820
  let StzhFlyingfocus = class StzhFlyingfocus {
@@ -1519,6 +1840,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1519
1840
  template: '<ng-content></ng-content>',
1520
1841
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1521
1842
  inputs: ['minimalEdgeSpace'],
1843
+ standalone: false
1522
1844
  }]
1523
1845
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1524
1846
  let StzhFooter = class StzhFooter {
@@ -1543,6 +1865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1543
1865
  template: '<ng-content></ng-content>',
1544
1866
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1545
1867
  inputs: ['copyright', 'localization', 'mainUrl', 'variant'],
1868
+ standalone: false
1546
1869
  }]
1547
1870
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1548
1871
  let StzhGallery = class StzhGallery {
@@ -1568,17 +1891,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1568
1891
  template: '<ng-content></ng-content>',
1569
1892
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1570
1893
  inputs: ['carouselAutoplay', 'carouselAutoplayTimeout', 'carouselDisabled', 'carouselWithTrack', 'excludeFirstImage', 'images', 'itemElement', 'localization', 'ratio', 'ratioLarge', 'ratioMedium', 'ratioSmall', 'ratioUltra', 'showItems', 'stepItems', 'variant'],
1894
+ standalone: false
1571
1895
  }]
1572
1896
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1573
1897
  let StzhGeoRefData = class StzhGeoRefData {
1574
1898
  constructor(c, r, z) {
1575
1899
  this.z = z;
1900
+ this.stzhOverlayCloseClick = new EventEmitter();
1576
1901
  c.detach();
1577
1902
  this.el = r.nativeElement;
1578
- proxyOutputs(this, this.el, ['stzhOverlayCloseClick']);
1579
1903
  }
1580
1904
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhGeoRefData, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1581
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhGeoRefData, selector: "stzh-geo-ref-data", inputs: { al: "al", availableTags: "availableTags", baseUrlOverride: "baseUrlOverride", centerMarker: "centerMarker", heading: "heading", locationControl: "locationControl", mapDataUrl: "mapDataUrl", pinchRotateThreshold: "pinchRotateThreshold", poiDataUrl: "poiDataUrl", resetTag: "resetTag", searchIndexFields: "searchIndexFields", searchIndexIdField: "searchIndexIdField", zoom: "zoom", zoomLocation: "zoomLocation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1905
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhGeoRefData, selector: "stzh-geo-ref-data", inputs: { al: "al", availableTags: "availableTags", baseUrlOverride: "baseUrlOverride", centerMarker: "centerMarker", heading: "heading", locationControl: "locationControl", mapDataUrl: "mapDataUrl", pinchRotateThreshold: "pinchRotateThreshold", poiDataUrl: "poiDataUrl", resetTag: "resetTag", searchIndexFields: "searchIndexFields", searchIndexIdField: "searchIndexIdField", zoom: "zoom", zoomLocation: "zoomLocation" }, outputs: { stzhOverlayCloseClick: "stzhOverlayCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1582
1906
  };
1583
1907
  StzhGeoRefData = __decorate([
1584
1908
  ProxyCmp({
@@ -1593,17 +1917,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1593
1917
  template: '<ng-content></ng-content>',
1594
1918
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1595
1919
  inputs: ['al', 'availableTags', 'baseUrlOverride', 'centerMarker', 'heading', 'locationControl', 'mapDataUrl', 'pinchRotateThreshold', 'poiDataUrl', 'resetTag', 'searchIndexFields', 'searchIndexIdField', 'zoom', 'zoomLocation'],
1920
+ outputs: ['stzhOverlayCloseClick'],
1921
+ standalone: false
1596
1922
  }]
1597
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1923
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOverlayCloseClick: [{
1924
+ type: Output
1925
+ }] } });
1598
1926
  let StzhGhettobox = class StzhGhettobox {
1599
1927
  constructor(c, r, z) {
1600
1928
  this.z = z;
1929
+ this.stzhOpen = new EventEmitter();
1930
+ this.stzhClose = new EventEmitter();
1601
1931
  c.detach();
1602
1932
  this.el = r.nativeElement;
1603
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
1604
1933
  }
1605
1934
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhGhettobox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1606
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhGhettobox, selector: "stzh-ghettobox", inputs: { description: "description", hiddenTitle: "hiddenTitle", hideClose: "hideClose", localization: "localization", mainTitle: "mainTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1935
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhGhettobox, selector: "stzh-ghettobox", inputs: { description: "description", hiddenTitle: "hiddenTitle", hideClose: "hideClose", localization: "localization", mainTitle: "mainTitle" }, outputs: { stzhOpen: "stzhOpen", stzhClose: "stzhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1607
1936
  };
1608
1937
  StzhGhettobox = __decorate([
1609
1938
  ProxyCmp({
@@ -1619,17 +1948,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1619
1948
  template: '<ng-content></ng-content>',
1620
1949
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1621
1950
  inputs: ['description', 'hiddenTitle', 'hideClose', 'localization', 'mainTitle'],
1951
+ outputs: ['stzhOpen', 'stzhClose'],
1952
+ standalone: false
1622
1953
  }]
1623
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1954
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
1955
+ type: Output
1956
+ }], stzhClose: [{
1957
+ type: Output
1958
+ }] } });
1624
1959
  let StzhHeader = class StzhHeader {
1625
1960
  constructor(c, r, z) {
1626
1961
  this.z = z;
1962
+ this.stzhMetanavItemClick = new EventEmitter();
1963
+ this.stzhMetanavItemChildClick = new EventEmitter();
1964
+ this.stzhMetanavItemButtonClick = new EventEmitter();
1965
+ this.stzhMenuItemClick = new EventEmitter();
1966
+ this.stzhLanguageChange = new EventEmitter();
1967
+ this.stzhSearchChange = new EventEmitter();
1968
+ this.stzhSearchChanged = new EventEmitter();
1627
1969
  c.detach();
1628
1970
  this.el = r.nativeElement;
1629
- proxyOutputs(this, this.el, ['stzhMetanavItemClick', 'stzhMetanavItemChildClick', 'stzhMetanavItemButtonClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged']);
1630
1971
  }
1631
1972
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1632
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { appNavId: "appNavId", appNavItems: "appNavItems", hideMetabar: "hideMetabar", href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", loginErrorMessage: "loginErrorMessage", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky", userSpecificMetanavItemsEndpoint: "userSpecificMetanavItemsEndpoint", userSpecificMetanavItemsNotLoggedIn: "userSpecificMetanavItemsNotLoggedIn" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1973
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { appNavId: "appNavId", appNavItems: "appNavItems", hideMetabar: "hideMetabar", href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", loginErrorMessage: "loginErrorMessage", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky", userSpecificMetanavItemsEndpoint: "userSpecificMetanavItemsEndpoint", userSpecificMetanavItemsNotLoggedIn: "userSpecificMetanavItemsNotLoggedIn" }, outputs: { stzhMetanavItemClick: "stzhMetanavItemClick", stzhMetanavItemChildClick: "stzhMetanavItemChildClick", stzhMetanavItemButtonClick: "stzhMetanavItemButtonClick", stzhMenuItemClick: "stzhMenuItemClick", stzhLanguageChange: "stzhLanguageChange", stzhSearchChange: "stzhSearchChange", stzhSearchChanged: "stzhSearchChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1633
1974
  };
1634
1975
  StzhHeader = __decorate([
1635
1976
  ProxyCmp({
@@ -1645,8 +1986,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1645
1986
  template: '<ng-content></ng-content>',
1646
1987
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1647
1988
  inputs: ['appNavId', 'appNavItems', 'hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'loginErrorMessage', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky', 'userSpecificMetanavItemsEndpoint', 'userSpecificMetanavItemsNotLoggedIn'],
1648
- }]
1649
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1989
+ outputs: ['stzhMetanavItemClick', 'stzhMetanavItemChildClick', 'stzhMetanavItemButtonClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged'],
1990
+ standalone: false
1991
+ }]
1992
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhMetanavItemClick: [{
1993
+ type: Output
1994
+ }], stzhMetanavItemChildClick: [{
1995
+ type: Output
1996
+ }], stzhMetanavItemButtonClick: [{
1997
+ type: Output
1998
+ }], stzhMenuItemClick: [{
1999
+ type: Output
2000
+ }], stzhLanguageChange: [{
2001
+ type: Output
2002
+ }], stzhSearchChange: [{
2003
+ type: Output
2004
+ }], stzhSearchChanged: [{
2005
+ type: Output
2006
+ }] } });
1650
2007
  let StzhHeading = class StzhHeading {
1651
2008
  constructor(c, r, z) {
1652
2009
  this.z = z;
@@ -1669,17 +2026,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1669
2026
  template: '<ng-content></ng-content>',
1670
2027
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1671
2028
  inputs: ['curve', 'htmlContent', 'level'],
2029
+ standalone: false
1672
2030
  }]
1673
2031
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1674
2032
  let StzhHomepageSearch = class StzhHomepageSearch {
1675
2033
  constructor(c, r, z) {
1676
2034
  this.z = z;
2035
+ this.stzhSearchChange = new EventEmitter();
2036
+ this.stzhSearchChanged = new EventEmitter();
1677
2037
  c.detach();
1678
2038
  this.el = r.nativeElement;
1679
- proxyOutputs(this, this.el, ['stzhSearchChange', 'stzhSearchChanged']);
1680
2039
  }
1681
2040
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhHomepageSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1682
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHomepageSearch, selector: "stzh-homepage-search", inputs: { placeholder: "placeholder", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2041
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHomepageSearch, selector: "stzh-homepage-search", inputs: { placeholder: "placeholder", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue" }, outputs: { stzhSearchChange: "stzhSearchChange", stzhSearchChanged: "stzhSearchChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1683
2042
  };
1684
2043
  StzhHomepageSearch = __decorate([
1685
2044
  ProxyCmp({
@@ -1694,8 +2053,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1694
2053
  template: '<ng-content></ng-content>',
1695
2054
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1696
2055
  inputs: ['placeholder', 'searchAction', 'searchFieldName', 'searchId', 'searchValue'],
2056
+ outputs: ['stzhSearchChange', 'stzhSearchChanged'],
2057
+ standalone: false
1697
2058
  }]
1698
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2059
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhSearchChange: [{
2060
+ type: Output
2061
+ }], stzhSearchChanged: [{
2062
+ type: Output
2063
+ }] } });
1699
2064
  let StzhHomepageServiceHighlights = class StzhHomepageServiceHighlights {
1700
2065
  constructor(c, r, z) {
1701
2066
  this.z = z;
@@ -1718,6 +2083,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1718
2083
  template: '<ng-content></ng-content>',
1719
2084
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1720
2085
  inputs: ['mostsearchedItems', 'topnewsItems'],
2086
+ standalone: false
1721
2087
  }]
1722
2088
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1723
2089
  let StzhHr = class StzhHr {
@@ -1740,6 +2106,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1740
2106
  template: '<ng-content></ng-content>',
1741
2107
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1742
2108
  inputs: [],
2109
+ standalone: false
1743
2110
  }]
1744
2111
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1745
2112
  let StzhHspace = class StzhHspace {
@@ -1764,6 +2131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1764
2131
  template: '<ng-content></ng-content>',
1765
2132
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1766
2133
  inputs: ['around', 'aroundLeft', 'aroundRight', 'border', 'curve', 'items', 'justify', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
2134
+ standalone: false
1767
2135
  }]
1768
2136
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1769
2137
  let StzhHttpError = class StzhHttpError {
@@ -1788,6 +2156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1788
2156
  template: '<ng-content></ng-content>',
1789
2157
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1790
2158
  inputs: ['description', 'errorcode', 'heading', 'hrefBack', 'hrefStart', 'localization'],
2159
+ standalone: false
1791
2160
  }]
1792
2161
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1793
2162
  let StzhIcon = class StzhIcon {
@@ -1812,17 +2181,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1812
2181
  template: '<ng-content></ng-content>',
1813
2182
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1814
2183
  inputs: ['a11yTitle', 'name'],
2184
+ standalone: false
1815
2185
  }]
1816
2186
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1817
2187
  let StzhIframe = class StzhIframe {
1818
2188
  constructor(c, r, z) {
1819
2189
  this.z = z;
2190
+ this.stzhPreviewSkip = new EventEmitter();
2191
+ this.stzhViewChange = new EventEmitter();
1820
2192
  c.detach();
1821
2193
  this.el = r.nativeElement;
1822
- proxyOutputs(this, this.el, ['stzhPreviewSkip', 'stzhViewChange']);
1823
2194
  }
1824
2195
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhIframe, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1825
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhIframe, selector: "stzh-iframe", inputs: { allow: "allow", cookie: "cookie", cookieConfirmIcon: "cookieConfirmIcon", cookieConfirmLabel: "cookieConfirmLabel", cookieConfirmText: "cookieConfirmText", cookieExpires: "cookieExpires", height: "height", iframeErrorText: "iframeErrorText", iframeId: "iframeId", iframeResizerHeightCorrection: "iframeResizerHeightCorrection", iframeResizerSecondlevelDomain: "iframeResizerSecondlevelDomain", iframeResizerVariant: "iframeResizerVariant", localization: "localization", name: "name", previewIcon: "previewIcon", previewLabel: "previewLabel", referrerpolicy: "referrerpolicy", sandbox: "sandbox", skipPreview: "skipPreview", skipPreviewIfCookieAccepted: "skipPreviewIfCookieAccepted", src: "src", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2196
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhIframe, selector: "stzh-iframe", inputs: { allow: "allow", cookie: "cookie", cookieConfirmIcon: "cookieConfirmIcon", cookieConfirmLabel: "cookieConfirmLabel", cookieConfirmText: "cookieConfirmText", cookieExpires: "cookieExpires", height: "height", iframeErrorText: "iframeErrorText", iframeId: "iframeId", iframeResizerHeightCorrection: "iframeResizerHeightCorrection", iframeResizerSecondlevelDomain: "iframeResizerSecondlevelDomain", iframeResizerVariant: "iframeResizerVariant", localization: "localization", name: "name", previewIcon: "previewIcon", previewLabel: "previewLabel", referrerpolicy: "referrerpolicy", sandbox: "sandbox", skipPreview: "skipPreview", skipPreviewIfCookieAccepted: "skipPreviewIfCookieAccepted", src: "src", width: "width" }, outputs: { stzhPreviewSkip: "stzhPreviewSkip", stzhViewChange: "stzhViewChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1826
2197
  };
1827
2198
  StzhIframe = __decorate([
1828
2199
  ProxyCmp({
@@ -1837,17 +2208,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1837
2208
  template: '<ng-content></ng-content>',
1838
2209
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1839
2210
  inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'iframeResizerHeightCorrection', 'iframeResizerSecondlevelDomain', 'iframeResizerVariant', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width'],
2211
+ outputs: ['stzhPreviewSkip', 'stzhViewChange'],
2212
+ standalone: false
1840
2213
  }]
1841
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2214
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhPreviewSkip: [{
2215
+ type: Output
2216
+ }], stzhViewChange: [{
2217
+ type: Output
2218
+ }] } });
1842
2219
  let StzhImagecomparison = class StzhImagecomparison {
1843
2220
  constructor(c, r, z) {
1844
2221
  this.z = z;
2222
+ this.stzhChange = new EventEmitter();
1845
2223
  c.detach();
1846
2224
  this.el = r.nativeElement;
1847
- proxyOutputs(this, this.el, ['stzhChange']);
1848
2225
  }
1849
2226
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhImagecomparison, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1850
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhImagecomparison, selector: "stzh-imagecomparison", inputs: { a11yDescribedby: "a11yDescribedby", hintLeft: "hintLeft", hintRight: "hintRight", label: "label", localization: "localization", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2227
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhImagecomparison, selector: "stzh-imagecomparison", inputs: { a11yDescribedby: "a11yDescribedby", hintLeft: "hintLeft", hintRight: "hintRight", label: "label", localization: "localization", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1851
2228
  };
1852
2229
  StzhImagecomparison = __decorate([
1853
2230
  ProxyCmp({
@@ -1862,17 +2239,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1862
2239
  template: '<ng-content></ng-content>',
1863
2240
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1864
2241
  inputs: ['a11yDescribedby', 'hintLeft', 'hintRight', 'label', 'localization', 'value'],
2242
+ outputs: ['stzhChange'],
2243
+ standalone: false
1865
2244
  }]
1866
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2245
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
2246
+ type: Output
2247
+ }] } });
1867
2248
  let StzhInput = class StzhInput {
1868
2249
  constructor(c, r, z) {
1869
2250
  this.z = z;
2251
+ this.stzhChange = new EventEmitter();
2252
+ this.stzhChanged = new EventEmitter();
2253
+ this.stzhFocus = new EventEmitter();
2254
+ this.stzhBlur = new EventEmitter();
1870
2255
  c.detach();
1871
2256
  this.el = r.nativeElement;
1872
- proxyOutputs(this, this.el, ['stzhChange', 'stzhChanged', 'stzhFocus', 'stzhBlur']);
1873
2257
  }
1874
2258
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1875
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhInput, selector: "stzh-input", inputs: { a11yDescribedby: "a11yDescribedby", autocomplete: "autocomplete", clearable: "clearable", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", inputmode: "inputmode", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", multiline: "multiline", name: "name", noAutocomplete: "noAutocomplete", noLabelTruncate: "noLabelTruncate", readonly: "readonly", required: "required", rows: "rows", showSpin: "showSpin", size: "size", step: "step", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2259
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhInput, selector: "stzh-input", inputs: { a11yDescribedby: "a11yDescribedby", autocomplete: "autocomplete", clearable: "clearable", defaultValue: "defaultValue", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", inputmode: "inputmode", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", max: "max", maxlength: "maxlength", min: "min", minlength: "minlength", multiline: "multiline", name: "name", noAutocomplete: "noAutocomplete", noLabelTruncate: "noLabelTruncate", readonly: "readonly", required: "required", rows: "rows", showSpin: "showSpin", size: "size", step: "step", type: "type", value: "value" }, outputs: { stzhChange: "stzhChange", stzhChanged: "stzhChanged", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1876
2260
  };
1877
2261
  StzhInput = __decorate([
1878
2262
  ProxyCmp({
@@ -1887,8 +2271,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1887
2271
  template: '<ng-content></ng-content>',
1888
2272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1889
2273
  inputs: ['a11yDescribedby', 'autocomplete', 'clearable', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'inputmode', 'invalid', 'label', 'labelHidden', 'localization', 'max', 'maxlength', 'min', 'minlength', 'multiline', 'name', 'noAutocomplete', 'noLabelTruncate', 'readonly', 'required', 'rows', 'showSpin', 'size', 'step', 'type', 'value'],
1890
- }]
1891
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2274
+ outputs: ['stzhChange', 'stzhChanged', 'stzhFocus', 'stzhBlur'],
2275
+ standalone: false
2276
+ }]
2277
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
2278
+ type: Output
2279
+ }], stzhChanged: [{
2280
+ type: Output
2281
+ }], stzhFocus: [{
2282
+ type: Output
2283
+ }], stzhBlur: [{
2284
+ type: Output
2285
+ }] } });
1892
2286
  let StzhInvert = class StzhInvert {
1893
2287
  constructor(c, r, z) {
1894
2288
  this.z = z;
@@ -1909,17 +2303,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1909
2303
  template: '<ng-content></ng-content>',
1910
2304
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1911
2305
  inputs: [],
2306
+ standalone: false
1912
2307
  }]
1913
2308
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1914
2309
  let StzhLink = class StzhLink {
1915
2310
  constructor(c, r, z) {
1916
2311
  this.z = z;
2312
+ this.stzhClick = new EventEmitter();
2313
+ this.stzhFocus = new EventEmitter();
2314
+ this.stzhBlur = new EventEmitter();
1917
2315
  c.detach();
1918
2316
  this.el = r.nativeElement;
1919
- proxyOutputs(this, this.el, ['stzhClick', 'stzhFocus', 'stzhBlur']);
1920
2317
  }
1921
2318
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1922
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhLink, selector: "stzh-link", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", disabled: "disabled", download: "download", fullwidth: "fullwidth", height: "height", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", linkAccesskey: "linkAccesskey", linkId: "linkId", localization: "localization", rel: "rel", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2319
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhLink, selector: "stzh-link", inputs: { a11yControls: "a11yControls", a11yCurrent: "a11yCurrent", a11yDescribedby: "a11yDescribedby", a11yDisabled: "a11yDisabled", a11yExpanded: "a11yExpanded", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgePosition: "badgePosition", badgeType: "badgeType", disabled: "disabled", download: "download", fullwidth: "fullwidth", height: "height", href: "href", icon: "icon", iconOnly: "iconOnly", iconPosition: "iconPosition", label: "label", linkAccesskey: "linkAccesskey", linkId: "linkId", localization: "localization", rel: "rel", size: "size", sizeLarge: "sizeLarge", sizeMedium: "sizeMedium", sizeSmall: "sizeSmall", sizeUltra: "sizeUltra", target: "target", textAlign: "textAlign", type: "type", variant: "variant" }, outputs: { stzhClick: "stzhClick", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1923
2320
  };
1924
2321
  StzhLink = __decorate([
1925
2322
  ProxyCmp({
@@ -1934,6 +2331,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1934
2331
  template: '<ng-content></ng-content>',
1935
2332
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1936
2333
  inputs: ['a11yControls', 'a11yCurrent', 'a11yDescribedby', 'a11yDisabled', 'a11yExpanded', 'a11yLabel', 'a11yTabindex', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgePosition', 'badgeType', 'disabled', 'download', 'fullwidth', 'height', 'href', 'icon', 'iconOnly', 'iconPosition', 'label', 'linkAccesskey', 'linkId', 'localization', 'rel', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra', 'target', 'textAlign', 'type', 'variant'],
2334
+ outputs: ['stzhClick', 'stzhFocus', 'stzhBlur'],
2335
+ standalone: false
2336
+ }]
2337
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
2338
+ type: Output
2339
+ }], stzhFocus: [{
2340
+ type: Output
2341
+ }], stzhBlur: [{
2342
+ type: Output
2343
+ }] } });
2344
+ let StzhLinklist = class StzhLinklist {
2345
+ constructor(c, r, z) {
2346
+ this.z = z;
2347
+ c.detach();
2348
+ this.el = r.nativeElement;
2349
+ }
2350
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhLinklist, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2351
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhLinklist, selector: "stzh-linklist", inputs: { heading: "heading", headingLevel: "headingLevel", items: "items", paddingBottom: "paddingBottom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2352
+ };
2353
+ StzhLinklist = __decorate([
2354
+ ProxyCmp({
2355
+ inputs: ['heading', 'headingLevel', 'items', 'paddingBottom']
2356
+ })
2357
+ ], StzhLinklist);
2358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhLinklist, decorators: [{
2359
+ type: Component,
2360
+ args: [{
2361
+ selector: 'stzh-linklist',
2362
+ changeDetection: ChangeDetectionStrategy.OnPush,
2363
+ template: '<ng-content></ng-content>',
2364
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2365
+ inputs: ['heading', 'headingLevel', 'items', 'paddingBottom'],
2366
+ standalone: false
1937
2367
  }]
1938
2368
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1939
2369
  let StzhList = class StzhList {
@@ -1958,6 +2388,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1958
2388
  template: '<ng-content></ng-content>',
1959
2389
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1960
2390
  inputs: ['variant'],
2391
+ standalone: false
1961
2392
  }]
1962
2393
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1963
2394
  let StzhListItem = class StzhListItem {
@@ -1980,6 +2411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1980
2411
  template: '<ng-content></ng-content>',
1981
2412
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1982
2413
  inputs: [],
2414
+ standalone: false
1983
2415
  }]
1984
2416
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1985
2417
  let StzhLoader = class StzhLoader {
@@ -2004,6 +2436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2004
2436
  template: '<ng-content></ng-content>',
2005
2437
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2006
2438
  inputs: ['hideLabel', 'label', 'size'],
2439
+ standalone: false
2007
2440
  }]
2008
2441
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2009
2442
  let StzhLoadingbar = class StzhLoadingbar {
@@ -2028,6 +2461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2028
2461
  template: '<ng-content></ng-content>',
2029
2462
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2030
2463
  inputs: ['hidePercent', 'label', 'percent'],
2464
+ standalone: false
2031
2465
  }]
2032
2466
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2033
2467
  let StzhMenu = class StzhMenu {
@@ -2050,17 +2484,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2050
2484
  template: '<ng-content></ng-content>',
2051
2485
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2052
2486
  inputs: [],
2487
+ standalone: false
2053
2488
  }]
2054
2489
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2055
2490
  let StzhMenuItem = class StzhMenuItem {
2056
2491
  constructor(c, r, z) {
2057
2492
  this.z = z;
2493
+ this.stzhFocus = new EventEmitter();
2494
+ this.stzhBlur = new EventEmitter();
2495
+ this.stzhClick = new EventEmitter();
2058
2496
  c.detach();
2059
2497
  this.el = r.nativeElement;
2060
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur', 'stzhClick']);
2061
2498
  }
2062
2499
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2063
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMenuItem, selector: "stzh-menu-item", inputs: { a11yLabel: "a11yLabel", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", counter: "counter", disabled: "disabled", href: "href", icon: "icon", label: "label", size: "size", target: "target", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2500
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMenuItem, selector: "stzh-menu-item", inputs: { a11yLabel: "a11yLabel", active: "active", analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", counter: "counter", disabled: "disabled", href: "href", icon: "icon", label: "label", size: "size", target: "target", variant: "variant" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur", stzhClick: "stzhClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2064
2501
  };
2065
2502
  StzhMenuItem = __decorate([
2066
2503
  ProxyCmp({
@@ -2075,17 +2512,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2075
2512
  template: '<ng-content></ng-content>',
2076
2513
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2077
2514
  inputs: ['a11yLabel', 'active', 'analyticsId', 'badge', 'badgeEmpty', 'badgeType', 'counter', 'disabled', 'href', 'icon', 'label', 'size', 'target', 'variant'],
2078
- }]
2079
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2515
+ outputs: ['stzhFocus', 'stzhBlur', 'stzhClick'],
2516
+ standalone: false
2517
+ }]
2518
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
2519
+ type: Output
2520
+ }], stzhBlur: [{
2521
+ type: Output
2522
+ }], stzhClick: [{
2523
+ type: Output
2524
+ }] } });
2080
2525
  let StzhMessage = class StzhMessage {
2081
2526
  constructor(c, r, z) {
2082
2527
  this.z = z;
2528
+ this.stzhOpen = new EventEmitter();
2529
+ this.stzhClose = new EventEmitter();
2083
2530
  c.detach();
2084
2531
  this.el = r.nativeElement;
2085
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
2086
2532
  }
2087
2533
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2088
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMessage, selector: "stzh-message", inputs: { description: "description", hideClose: "hideClose", label: "label", localization: "localization", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2534
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMessage, selector: "stzh-message", inputs: { description: "description", hideClose: "hideClose", label: "label", localization: "localization", type: "type" }, outputs: { stzhOpen: "stzhOpen", stzhClose: "stzhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2089
2535
  };
2090
2536
  StzhMessage = __decorate([
2091
2537
  ProxyCmp({
@@ -2101,8 +2547,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2101
2547
  template: '<ng-content></ng-content>',
2102
2548
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2103
2549
  inputs: ['description', 'hideClose', 'label', 'localization', 'type'],
2550
+ outputs: ['stzhOpen', 'stzhClose'],
2551
+ standalone: false
2104
2552
  }]
2105
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2553
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
2554
+ type: Output
2555
+ }], stzhClose: [{
2556
+ type: Output
2557
+ }] } });
2106
2558
  let StzhMicrositeTeaserlist = class StzhMicrositeTeaserlist {
2107
2559
  constructor(c, r, z) {
2108
2560
  this.z = z;
@@ -2125,17 +2577,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2125
2577
  template: '<ng-content></ng-content>',
2126
2578
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2127
2579
  inputs: ['api', 'localization', 'showItems', 'stepItems', 'tags'],
2580
+ standalone: false
2128
2581
  }]
2129
2582
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2130
2583
  let StzhMonthyearpicker = class StzhMonthyearpicker {
2131
2584
  constructor(c, r, z) {
2132
2585
  this.z = z;
2586
+ this.stzhChange = new EventEmitter();
2133
2587
  c.detach();
2134
2588
  this.el = r.nativeElement;
2135
- proxyOutputs(this, this.el, ['stzhChange']);
2136
2589
  }
2137
2590
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhMonthyearpicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2138
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMonthyearpicker, selector: "stzh-monthyearpicker", inputs: { a11yDescribedbyMonth: "a11yDescribedbyMonth", a11yDescribedbyYear: "a11yDescribedbyYear", descriptionLongMonth: "descriptionLongMonth", descriptionLongYear: "descriptionLongYear", descriptionMonth: "descriptionMonth", descriptionYear: "descriptionYear", disabled: "disabled", errorMonth: "errorMonth", errorYear: "errorYear", format: "format", hideOptional: "hideOptional", invalidMonth: "invalidMonth", invalidYear: "invalidYear", localization: "localization", max: "max", maxYear: "maxYear", min: "min", minYear: "minYear", monthLabel: "monthLabel", monthOpen: "monthOpen", months: "months", name: "name", popoverPlacement: "popoverPlacement", readonly: "readonly", required: "required", size: "size", value: "value", yearLabel: "yearLabel", yearOpen: "yearOpen", yearSortDirection: "yearSortDirection", years: "years" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2591
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhMonthyearpicker, selector: "stzh-monthyearpicker", inputs: { a11yDescribedbyMonth: "a11yDescribedbyMonth", a11yDescribedbyYear: "a11yDescribedbyYear", descriptionLongMonth: "descriptionLongMonth", descriptionLongYear: "descriptionLongYear", descriptionMonth: "descriptionMonth", descriptionYear: "descriptionYear", disabled: "disabled", errorMonth: "errorMonth", errorYear: "errorYear", format: "format", hideOptional: "hideOptional", invalidMonth: "invalidMonth", invalidYear: "invalidYear", localization: "localization", max: "max", maxYear: "maxYear", min: "min", minYear: "minYear", monthLabel: "monthLabel", monthOpen: "monthOpen", months: "months", name: "name", popoverPlacement: "popoverPlacement", readonly: "readonly", required: "required", size: "size", value: "value", yearLabel: "yearLabel", yearOpen: "yearOpen", yearSortDirection: "yearSortDirection", years: "years" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2139
2592
  };
2140
2593
  StzhMonthyearpicker = __decorate([
2141
2594
  ProxyCmp({
@@ -2150,8 +2603,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2150
2603
  template: '<ng-content></ng-content>',
2151
2604
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2152
2605
  inputs: ['a11yDescribedbyMonth', 'a11yDescribedbyYear', 'descriptionLongMonth', 'descriptionLongYear', 'descriptionMonth', 'descriptionYear', 'disabled', 'errorMonth', 'errorYear', 'format', 'hideOptional', 'invalidMonth', 'invalidYear', 'localization', 'max', 'maxYear', 'min', 'minYear', 'monthLabel', 'monthOpen', 'months', 'name', 'popoverPlacement', 'readonly', 'required', 'size', 'value', 'yearLabel', 'yearOpen', 'yearSortDirection', 'years'],
2606
+ outputs: ['stzhChange'],
2607
+ standalone: false
2153
2608
  }]
2154
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2609
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
2610
+ type: Output
2611
+ }] } });
2155
2612
  let StzhOfflineIndicator = class StzhOfflineIndicator {
2156
2613
  constructor(c, r, z) {
2157
2614
  this.z = z;
@@ -2175,17 +2632,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2175
2632
  template: '<ng-content></ng-content>',
2176
2633
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2177
2634
  inputs: ['localization'],
2635
+ standalone: false
2178
2636
  }]
2179
2637
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2180
2638
  let StzhOlmap = class StzhOlmap {
2181
2639
  constructor(c, r, z) {
2182
2640
  this.z = z;
2641
+ this.stzhInitialized = new EventEmitter();
2642
+ this.stzhPostRender = new EventEmitter();
2643
+ this.stzhMoveStart = new EventEmitter();
2644
+ this.stzhMoveEnd = new EventEmitter();
2645
+ this.stzhMovePanZoom = new EventEmitter();
2183
2646
  c.detach();
2184
2647
  this.el = r.nativeElement;
2185
- proxyOutputs(this, this.el, ['stzhInitialized', 'stzhPostRender', 'stzhMoveStart', 'stzhMoveEnd', 'stzhMovePanZoom']);
2186
2648
  }
2187
2649
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhOlmap, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2188
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhOlmap, selector: "stzh-olmap", inputs: { center: "center", centerMarker: "centerMarker", hostname: "hostname", layer: "layer", layerControl: "layerControl", layers: "layers", localization: "localization", locationControl: "locationControl", pinchRotateThreshold: "pinchRotateThreshold", printControl: "printControl", resolutions: "resolutions", scaleControl: "scaleControl", writeExtentToUrlEnabled: "writeExtentToUrlEnabled", zoom: "zoom", zoomLocation: "zoomLocation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2650
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhOlmap, selector: "stzh-olmap", inputs: { center: "center", centerMarker: "centerMarker", hostname: "hostname", layer: "layer", layerControl: "layerControl", layers: "layers", localization: "localization", locationControl: "locationControl", pinchRotateThreshold: "pinchRotateThreshold", printControl: "printControl", resolutions: "resolutions", scaleControl: "scaleControl", writeExtentToUrlEnabled: "writeExtentToUrlEnabled", zoom: "zoom", zoomLocation: "zoomLocation" }, outputs: { stzhInitialized: "stzhInitialized", stzhPostRender: "stzhPostRender", stzhMoveStart: "stzhMoveStart", stzhMoveEnd: "stzhMoveEnd", stzhMovePanZoom: "stzhMovePanZoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2189
2651
  };
2190
2652
  StzhOlmap = __decorate([
2191
2653
  ProxyCmp({
@@ -2201,17 +2663,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2201
2663
  template: '<ng-content></ng-content>',
2202
2664
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2203
2665
  inputs: ['center', 'centerMarker', 'hostname', 'layer', 'layerControl', 'layers', 'localization', 'locationControl', 'pinchRotateThreshold', 'printControl', 'resolutions', 'scaleControl', 'writeExtentToUrlEnabled', 'zoom', 'zoomLocation'],
2204
- }]
2205
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2666
+ outputs: ['stzhInitialized', 'stzhPostRender', 'stzhMoveStart', 'stzhMoveEnd', 'stzhMovePanZoom'],
2667
+ standalone: false
2668
+ }]
2669
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhInitialized: [{
2670
+ type: Output
2671
+ }], stzhPostRender: [{
2672
+ type: Output
2673
+ }], stzhMoveStart: [{
2674
+ type: Output
2675
+ }], stzhMoveEnd: [{
2676
+ type: Output
2677
+ }], stzhMovePanZoom: [{
2678
+ type: Output
2679
+ }] } });
2206
2680
  let StzhOverlay = class StzhOverlay {
2207
2681
  constructor(c, r, z) {
2208
2682
  this.z = z;
2683
+ this.stzhOpen = new EventEmitter();
2684
+ this.stzhClose = new EventEmitter();
2209
2685
  c.detach();
2210
2686
  this.el = r.nativeElement;
2211
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhClose']);
2212
2687
  }
2213
2688
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2214
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhOverlay, selector: "stzh-overlay", inputs: { a11yLabel: "a11yLabel", open: "open", stay: "stay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2689
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhOverlay, selector: "stzh-overlay", inputs: { a11yLabel: "a11yLabel", open: "open", stay: "stay" }, outputs: { stzhOpen: "stzhOpen", stzhClose: "stzhClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2215
2690
  };
2216
2691
  StzhOverlay = __decorate([
2217
2692
  ProxyCmp({
@@ -2227,8 +2702,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2227
2702
  template: '<ng-content></ng-content>',
2228
2703
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2229
2704
  inputs: ['a11yLabel', 'open', 'stay'],
2705
+ outputs: ['stzhOpen', 'stzhClose'],
2706
+ standalone: false
2230
2707
  }]
2231
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2708
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
2709
+ type: Output
2710
+ }], stzhClose: [{
2711
+ type: Output
2712
+ }] } });
2232
2713
  let StzhPageSkiplinks = class StzhPageSkiplinks {
2233
2714
  constructor(c, r, z) {
2234
2715
  this.z = z;
@@ -2249,6 +2730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2249
2730
  template: '<ng-content></ng-content>',
2250
2731
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2251
2732
  inputs: [],
2733
+ standalone: false
2252
2734
  }]
2253
2735
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2254
2736
  let StzhPagebottom = class StzhPagebottom {
@@ -2273,6 +2755,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2273
2755
  template: '<ng-content></ng-content>',
2274
2756
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2275
2757
  inputs: ['localization', 'logoHref', 'printAnalyticsId', 'shareDisabled', 'shareMailBody', 'shareMailSubject', 'shareServices', 'shareTitle', 'shareUrl', 'withPrint'],
2758
+ standalone: false
2276
2759
  }]
2277
2760
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2278
2761
  let StzhPagecontent = class StzhPagecontent {
@@ -2295,6 +2778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2295
2778
  template: '<ng-content></ng-content>',
2296
2779
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2297
2780
  inputs: [],
2781
+ standalone: false
2298
2782
  }]
2299
2783
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2300
2784
  let StzhPagetitle = class StzhPagetitle {
@@ -2319,6 +2803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2319
2803
  template: '<ng-content></ng-content>',
2320
2804
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2321
2805
  inputs: ['background', 'dateline', 'hyphensEnabled'],
2806
+ standalone: false
2322
2807
  }]
2323
2808
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2324
2809
  let StzhPagetitleHero = class StzhPagetitleHero {
@@ -2343,6 +2828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2343
2828
  template: '<ng-content></ng-content>',
2344
2829
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2345
2830
  inputs: ['heading', 'headingId', 'leadAuthor', 'subtitle'],
2831
+ standalone: false
2346
2832
  }]
2347
2833
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2348
2834
  let StzhPagetitleHome = class StzhPagetitleHome {
@@ -2367,17 +2853,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2367
2853
  template: '<ng-content></ng-content>',
2368
2854
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2369
2855
  inputs: ['hyphensEnabled'],
2856
+ standalone: false
2370
2857
  }]
2371
2858
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2372
2859
  let StzhPagination = class StzhPagination {
2373
2860
  constructor(c, r, z) {
2374
2861
  this.z = z;
2862
+ this.stzhChange = new EventEmitter();
2375
2863
  c.detach();
2376
2864
  this.el = r.nativeElement;
2377
- proxyOutputs(this, this.el, ['stzhChange']);
2378
2865
  }
2379
2866
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2380
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagination, selector: "stzh-pagination", inputs: { a11yDescribedby: "a11yDescribedby", allowManualInput: "allowManualInput", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", name: "name", readonly: "readonly", required: "required", size: "size", total: "total", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2867
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagination, selector: "stzh-pagination", inputs: { a11yDescribedby: "a11yDescribedby", allowManualInput: "allowManualInput", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", invalid: "invalid", label: "label", labelHidden: "labelHidden", localization: "localization", name: "name", readonly: "readonly", required: "required", size: "size", total: "total", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2381
2868
  };
2382
2869
  StzhPagination = __decorate([
2383
2870
  ProxyCmp({
@@ -2393,17 +2880,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2393
2880
  template: '<ng-content></ng-content>',
2394
2881
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2395
2882
  inputs: ['a11yDescribedby', 'allowManualInput', 'description', 'descriptionLong', 'disabled', 'error', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'total', 'value'],
2883
+ outputs: ['stzhChange'],
2884
+ standalone: false
2396
2885
  }]
2397
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2886
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
2887
+ type: Output
2888
+ }] } });
2398
2889
  let StzhPanorama = class StzhPanorama {
2399
2890
  constructor(c, r, z) {
2400
2891
  this.z = z;
2892
+ this.stzhLoad = new EventEmitter();
2893
+ this.stzhChange = new EventEmitter();
2894
+ this.stzhFullscreenChange = new EventEmitter();
2895
+ this.stzhSceneChange = new EventEmitter();
2896
+ this.stzhZoomChange = new EventEmitter();
2401
2897
  c.detach();
2402
2898
  this.el = r.nativeElement;
2403
- proxyOutputs(this, this.el, ['stzhLoad', 'stzhChange', 'stzhFullscreenChange', 'stzhSceneChange', 'stzhZoomChange']);
2404
2899
  }
2405
2900
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPanorama, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2406
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPanorama, selector: "stzh-panorama", inputs: { autoload: "autoload", caption: "caption", copyright: "copyright", heading: "heading", localization: "localization", orientationOnByDefault: "orientationOnByDefault", scene: "scene", sceneFadeDuration: "sceneFadeDuration", scenes: "scenes", showControls: "showControls", showHotspots: "showHotspots" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2901
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPanorama, selector: "stzh-panorama", inputs: { autoload: "autoload", caption: "caption", copyright: "copyright", heading: "heading", localization: "localization", orientationOnByDefault: "orientationOnByDefault", scene: "scene", sceneFadeDuration: "sceneFadeDuration", scenes: "scenes", showControls: "showControls", showHotspots: "showHotspots" }, outputs: { stzhLoad: "stzhLoad", stzhChange: "stzhChange", stzhFullscreenChange: "stzhFullscreenChange", stzhSceneChange: "stzhSceneChange", stzhZoomChange: "stzhZoomChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2407
2902
  };
2408
2903
  StzhPanorama = __decorate([
2409
2904
  ProxyCmp({
@@ -2419,6 +2914,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2419
2914
  template: '<ng-content></ng-content>',
2420
2915
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2421
2916
  inputs: ['autoload', 'caption', 'copyright', 'heading', 'localization', 'orientationOnByDefault', 'scene', 'sceneFadeDuration', 'scenes', 'showControls', 'showHotspots'],
2917
+ outputs: ['stzhLoad', 'stzhChange', 'stzhFullscreenChange', 'stzhSceneChange', 'stzhZoomChange'],
2918
+ standalone: false
2919
+ }]
2920
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhLoad: [{
2921
+ type: Output
2922
+ }], stzhChange: [{
2923
+ type: Output
2924
+ }], stzhFullscreenChange: [{
2925
+ type: Output
2926
+ }], stzhSceneChange: [{
2927
+ type: Output
2928
+ }], stzhZoomChange: [{
2929
+ type: Output
2930
+ }] } });
2931
+ let StzhPiTeaserLayout = class StzhPiTeaserLayout {
2932
+ constructor(c, r, z) {
2933
+ this.z = z;
2934
+ c.detach();
2935
+ this.el = r.nativeElement;
2936
+ }
2937
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPiTeaserLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2938
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPiTeaserLayout, selector: "stzh-pi-teaser-layout", inputs: { contentList: "contentList", hasSide: "hasSide", heading: "heading", headingLevel: "headingLevel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2939
+ };
2940
+ StzhPiTeaserLayout = __decorate([
2941
+ ProxyCmp({
2942
+ inputs: ['contentList', 'hasSide', 'heading', 'headingLevel', 'variant']
2943
+ })
2944
+ ], StzhPiTeaserLayout);
2945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPiTeaserLayout, decorators: [{
2946
+ type: Component,
2947
+ args: [{
2948
+ selector: 'stzh-pi-teaser-layout',
2949
+ changeDetection: ChangeDetectionStrategy.OnPush,
2950
+ template: '<ng-content></ng-content>',
2951
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2952
+ inputs: ['contentList', 'hasSide', 'heading', 'headingLevel', 'variant'],
2953
+ standalone: false
2422
2954
  }]
2423
2955
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2424
2956
  let StzhPkzhQr = class StzhPkzhQr {
@@ -2443,6 +2975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2443
2975
  template: '<ng-content></ng-content>',
2444
2976
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2445
2977
  inputs: ['localization', 'paymentIban', 'paymentRecipient', 'privacyPolicyUrl'],
2978
+ standalone: false
2446
2979
  }]
2447
2980
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2448
2981
  let StzhPoicard = class StzhPoicard {
@@ -2467,6 +3000,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2467
3000
  template: '<ng-content></ng-content>',
2468
3001
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2469
3002
  inputs: ['item'],
3003
+ standalone: false
2470
3004
  }]
2471
3005
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2472
3006
  let StzhPoilist = class StzhPoilist {
@@ -2491,17 +3025,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2491
3025
  template: '<ng-content></ng-content>',
2492
3026
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2493
3027
  inputs: ['api', 'localization'],
3028
+ standalone: false
2494
3029
  }]
2495
3030
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2496
3031
  let StzhPopover = class StzhPopover {
2497
3032
  constructor(c, r, z) {
2498
3033
  this.z = z;
3034
+ this.stzhOpen = new EventEmitter();
3035
+ this.stzhOpened = new EventEmitter();
3036
+ this.stzhClose = new EventEmitter();
3037
+ this.stzhClosed = new EventEmitter();
2499
3038
  c.detach();
2500
3039
  this.el = r.nativeElement;
2501
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
2502
3040
  }
2503
3041
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2504
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPopover, selector: "stzh-popover", inputs: { distance: "distance", fullwidth: "fullwidth", label: "label", localization: "localization", open: "open", placement: "placement", size: "size", skidding: "skidding", strategy: "strategy", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3042
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPopover, selector: "stzh-popover", inputs: { distance: "distance", fullwidth: "fullwidth", label: "label", localization: "localization", open: "open", placement: "placement", size: "size", skidding: "skidding", strategy: "strategy", variant: "variant" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2505
3043
  };
2506
3044
  StzhPopover = __decorate([
2507
3045
  ProxyCmp({
@@ -2517,8 +3055,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2517
3055
  template: '<ng-content></ng-content>',
2518
3056
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2519
3057
  inputs: ['distance', 'fullwidth', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'variant'],
2520
- }]
2521
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3058
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
3059
+ standalone: false
3060
+ }]
3061
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
3062
+ type: Output
3063
+ }], stzhOpened: [{
3064
+ type: Output
3065
+ }], stzhClose: [{
3066
+ type: Output
3067
+ }], stzhClosed: [{
3068
+ type: Output
3069
+ }] } });
2522
3070
  let StzhPrint = class StzhPrint {
2523
3071
  constructor(c, r, z) {
2524
3072
  this.z = z;
@@ -2539,6 +3087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2539
3087
  template: '<ng-content></ng-content>',
2540
3088
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2541
3089
  inputs: [],
3090
+ standalone: false
2542
3091
  }]
2543
3092
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2544
3093
  let StzhQuote = class StzhQuote {
@@ -2563,17 +3112,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2563
3112
  template: '<ng-content></ng-content>',
2564
3113
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2565
3114
  inputs: ['author', 'text'],
3115
+ standalone: false
2566
3116
  }]
2567
3117
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2568
3118
  let StzhRadio = class StzhRadio {
2569
3119
  constructor(c, r, z) {
2570
3120
  this.z = z;
3121
+ this.stzhChange = new EventEmitter();
3122
+ this.stzhFocus = new EventEmitter();
3123
+ this.stzhBlur = new EventEmitter();
2571
3124
  c.detach();
2572
3125
  this.el = r.nativeElement;
2573
- proxyOutputs(this, this.el, ['stzhChange', 'stzhFocus', 'stzhBlur']);
2574
3126
  }
2575
3127
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2576
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhRadio, selector: "stzh-radio", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3128
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhRadio, selector: "stzh-radio", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", name: "name", required: "required", value: "value" }, outputs: { stzhChange: "stzhChange", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2577
3129
  };
2578
3130
  StzhRadio = __decorate([
2579
3131
  ProxyCmp({
@@ -2588,8 +3140,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2588
3140
  template: '<ng-content></ng-content>',
2589
3141
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2590
3142
  inputs: ['a11yDescribedby', 'checked', 'defaultChecked', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'localization', 'name', 'required', 'value'],
2591
- }]
2592
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3143
+ outputs: ['stzhChange', 'stzhFocus', 'stzhBlur'],
3144
+ standalone: false
3145
+ }]
3146
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
3147
+ type: Output
3148
+ }], stzhFocus: [{
3149
+ type: Output
3150
+ }], stzhBlur: [{
3151
+ type: Output
3152
+ }] } });
2593
3153
  let StzhRadiogroup = class StzhRadiogroup {
2594
3154
  constructor(c, r, z) {
2595
3155
  this.z = z;
@@ -2612,6 +3172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2612
3172
  template: '<ng-content></ng-content>',
2613
3173
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2614
3174
  inputs: ['checkedRadio', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'required', 'value'],
3175
+ standalone: false
2615
3176
  }]
2616
3177
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2617
3178
  let StzhRatio = class StzhRatio {
@@ -2636,6 +3197,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2636
3197
  template: '<ng-content></ng-content>',
2637
3198
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2638
3199
  inputs: ['fit', 'portrait', 'ratio', 'ratioLarge', 'ratioMedium', 'ratioSmall', 'ratioUltra'],
3200
+ standalone: false
2639
3201
  }]
2640
3202
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2641
3203
  let StzhReadspeaker = class StzhReadspeaker {
@@ -2660,7 +3222,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2660
3222
  changeDetection: ChangeDetectionStrategy.OnPush,
2661
3223
  template: '<ng-content></ng-content>',
2662
3224
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2663
- inputs: ['href'],
3225
+ inputs: [{ name: 'href', required: true }],
3226
+ standalone: false
2664
3227
  }]
2665
3228
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2666
3229
  let StzhRichtext = class StzhRichtext {
@@ -2685,6 +3248,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2685
3248
  template: '<ng-content></ng-content>',
2686
3249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2687
3250
  inputs: ['externalLinkIcon', 'externalLinkSelector', 'localization', 'removeFirstMargin', 'removeLastMargin'],
3251
+ standalone: false
2688
3252
  }]
2689
3253
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2690
3254
  let StzhRow = class StzhRow {
@@ -2709,17 +3273,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2709
3273
  template: '<ng-content></ng-content>',
2710
3274
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2711
3275
  inputs: ['content', 'items', 'justify', 'span', 'spanLarge', 'spanMedium', 'spanSmall', 'spanUltra'],
3276
+ standalone: false
2712
3277
  }]
2713
3278
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2714
3279
  let StzhSaptcha = class StzhSaptcha {
2715
3280
  constructor(c, r, z) {
2716
3281
  this.z = z;
3282
+ this.stzhChange = new EventEmitter();
2717
3283
  c.detach();
2718
3284
  this.el = r.nativeElement;
2719
- proxyOutputs(this, this.el, ['stzhChange']);
2720
3285
  }
2721
3286
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSaptcha, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2722
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSaptcha, selector: "stzh-saptcha", inputs: { disabled: "disabled", error: "error", invalid: "invalid", localization: "localization", name: "name", numbers: "numbers", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3287
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSaptcha, selector: "stzh-saptcha", inputs: { disabled: "disabled", error: "error", invalid: "invalid", localization: "localization", name: "name", numbers: "numbers", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2723
3288
  };
2724
3289
  StzhSaptcha = __decorate([
2725
3290
  ProxyCmp({
@@ -2734,8 +3299,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2734
3299
  template: '<ng-content></ng-content>',
2735
3300
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2736
3301
  inputs: ['disabled', 'error', 'invalid', 'localization', 'name', 'numbers', 'value'],
3302
+ outputs: ['stzhChange'],
3303
+ standalone: false
2737
3304
  }]
2738
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3305
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
3306
+ type: Output
3307
+ }] } });
2739
3308
  let StzhScrollup = class StzhScrollup {
2740
3309
  constructor(c, r, z) {
2741
3310
  this.z = z;
@@ -2756,17 +3325,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2756
3325
  template: '<ng-content></ng-content>',
2757
3326
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2758
3327
  inputs: [],
3328
+ standalone: false
2759
3329
  }]
2760
3330
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2761
3331
  let StzhSearch = class StzhSearch {
2762
3332
  constructor(c, r, z) {
2763
3333
  this.z = z;
3334
+ this.stzhOverlayCloseClick = new EventEmitter();
2764
3335
  c.detach();
2765
3336
  this.el = r.nativeElement;
2766
- proxyOutputs(this, this.el, ['stzhOverlayCloseClick']);
2767
3337
  }
2768
3338
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2769
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSearch, selector: "stzh-search", inputs: { api: "api", autofetchAsideFilters: "autofetchAsideFilters", autofetchMainFilters: "autofetchMainFilters", debounceTime: "debounceTime", emptyLinkHref: "emptyLinkHref", emptyLinkLabel: "emptyLinkLabel", emptyText: "emptyText", heading: "heading", hideAsideFilters: "hideAsideFilters", hideMainFilters: "hideMainFilters", hideResultsHeading: "hideResultsHeading", hyphensEnabled: "hyphensEnabled", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", sortBy: "sortBy", sortOptions: "sortOptions", subscribeAdditionalQueryParameters: "subscribeAdditionalQueryParameters", subscribeLabel: "subscribeLabel", subscribePath: "subscribePath", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3339
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSearch, selector: "stzh-search", inputs: { api: "api", autofetchAsideFilters: "autofetchAsideFilters", autofetchMainFilters: "autofetchMainFilters", debounceTime: "debounceTime", emptyLinkHref: "emptyLinkHref", emptyLinkLabel: "emptyLinkLabel", emptyText: "emptyText", heading: "heading", hideAsideFilters: "hideAsideFilters", hideMainFilters: "hideMainFilters", hideResultsHeading: "hideResultsHeading", hyphensEnabled: "hyphensEnabled", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", sortBy: "sortBy", sortOptions: "sortOptions", subscribeAdditionalQueryParameters: "subscribeAdditionalQueryParameters", subscribeLabel: "subscribeLabel", subscribePath: "subscribePath", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, outputs: { stzhOverlayCloseClick: "stzhOverlayCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2770
3340
  };
2771
3341
  StzhSearch = __decorate([
2772
3342
  ProxyCmp({
@@ -2781,8 +3351,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2781
3351
  template: '<ng-content></ng-content>',
2782
3352
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2783
3353
  inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'heading', 'hideAsideFilters', 'hideMainFilters', 'hideResultsHeading', 'hyphensEnabled', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'sortBy', 'sortOptions', 'subscribeAdditionalQueryParameters', 'subscribeLabel', 'subscribePath', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant'],
3354
+ outputs: ['stzhOverlayCloseClick'],
3355
+ standalone: false
2784
3356
  }]
2785
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3357
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOverlayCloseClick: [{
3358
+ type: Output
3359
+ }] } });
2786
3360
  let StzhSection = class StzhSection {
2787
3361
  constructor(c, r, z) {
2788
3362
  this.z = z;
@@ -2805,6 +3379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2805
3379
  template: '<ng-content></ng-content>',
2806
3380
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2807
3381
  inputs: ['background', 'breakout', 'marginBottom', 'marginTop', 'paddingBottom', 'paddingTop', 'variant'],
3382
+ standalone: false
2808
3383
  }]
2809
3384
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2810
3385
  let StzhShare = class StzhShare {
@@ -2829,6 +3404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2829
3404
  template: '<ng-content></ng-content>',
2830
3405
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2831
3406
  inputs: ['localization', 'mailBody', 'mailSubject', 'services', 'url'],
3407
+ standalone: false
2832
3408
  }]
2833
3409
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2834
3410
  let StzhShow = class StzhShow {
@@ -2853,6 +3429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2853
3429
  template: '<ng-content></ng-content>',
2854
3430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2855
3431
  inputs: ['closeKey', 'hideFromDate', 'large', 'medium', 'mikro', 'showFromDate', 'small', 'ultra'],
3432
+ standalone: false
2856
3433
  }]
2857
3434
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2858
3435
  let StzhSitemap = class StzhSitemap {
@@ -2877,6 +3454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2877
3454
  template: '<ng-content></ng-content>',
2878
3455
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2879
3456
  inputs: ['items'],
3457
+ standalone: false
2880
3458
  }]
2881
3459
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2882
3460
  let StzhSkinPortalMitwirken = class StzhSkinPortalMitwirken {
@@ -2899,6 +3477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2899
3477
  template: '<ng-content></ng-content>',
2900
3478
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2901
3479
  inputs: [],
3480
+ standalone: false
2902
3481
  }]
2903
3482
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2904
3483
  let StzhSkinStorybookPreview = class StzhSkinStorybookPreview {
@@ -2921,17 +3500,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2921
3500
  template: '<ng-content></ng-content>',
2922
3501
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2923
3502
  inputs: [],
3503
+ standalone: false
2924
3504
  }]
2925
3505
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2926
3506
  let StzhSkiplink = class StzhSkiplink {
2927
3507
  constructor(c, r, z) {
2928
3508
  this.z = z;
3509
+ this.stzhFocus = new EventEmitter();
3510
+ this.stzhBlur = new EventEmitter();
2929
3511
  c.detach();
2930
3512
  this.el = r.nativeElement;
2931
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur']);
2932
3513
  }
2933
3514
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSkiplink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2934
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSkiplink, selector: "stzh-skiplink", inputs: { analyticsId: "analyticsId", href: "href", label: "label", linkAccesskey: "linkAccesskey", linkTitle: "linkTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3515
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSkiplink, selector: "stzh-skiplink", inputs: { analyticsId: "analyticsId", href: "href", label: "label", linkAccesskey: "linkAccesskey", linkTitle: "linkTitle" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2935
3516
  };
2936
3517
  StzhSkiplink = __decorate([
2937
3518
  ProxyCmp({
@@ -2946,8 +3527,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2946
3527
  template: '<ng-content></ng-content>',
2947
3528
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2948
3529
  inputs: ['analyticsId', 'href', 'label', 'linkAccesskey', 'linkTitle'],
3530
+ outputs: ['stzhFocus', 'stzhBlur'],
3531
+ standalone: false
2949
3532
  }]
2950
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3533
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
3534
+ type: Output
3535
+ }], stzhBlur: [{
3536
+ type: Output
3537
+ }] } });
2951
3538
  let StzhSocialmediastream = class StzhSocialmediastream {
2952
3539
  constructor(c, r, z) {
2953
3540
  this.z = z;
@@ -2970,6 +3557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2970
3557
  template: '<ng-content></ng-content>',
2971
3558
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2972
3559
  inputs: ['heading', 'headingLevel', 'items'],
3560
+ standalone: false
2973
3561
  }]
2974
3562
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2975
3563
  let StzhSocialmediastreamItem = class StzhSocialmediastreamItem {
@@ -2994,17 +3582,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2994
3582
  template: '<ng-content></ng-content>',
2995
3583
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2996
3584
  inputs: ['dateAdapter', 'item', 'localization'],
3585
+ standalone: false
2997
3586
  }]
2998
3587
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2999
3588
  let StzhSortable = class StzhSortable {
3000
3589
  constructor(c, r, z) {
3001
3590
  this.z = z;
3591
+ this.stzhUpdate = new EventEmitter();
3592
+ this.stzhDisable = new EventEmitter();
3002
3593
  c.detach();
3003
3594
  this.el = r.nativeElement;
3004
- proxyOutputs(this, this.el, ['stzhUpdate', 'stzhDisable']);
3005
3595
  }
3006
3596
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSortable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3007
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSortable, selector: "stzh-sortable", inputs: { container: "container", dataIdAttribute: "dataIdAttribute", disabled: "disabled", filterElements: "filterElements", ghostClone: "ghostClone", localization: "localization" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3597
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSortable, selector: "stzh-sortable", inputs: { container: "container", dataIdAttribute: "dataIdAttribute", disabled: "disabled", filterElements: "filterElements", ghostClone: "ghostClone", localization: "localization" }, outputs: { stzhUpdate: "stzhUpdate", stzhDisable: "stzhDisable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3008
3598
  };
3009
3599
  StzhSortable = __decorate([
3010
3600
  ProxyCmp({
@@ -3020,8 +3610,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3020
3610
  template: '<ng-content></ng-content>',
3021
3611
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3022
3612
  inputs: ['container', 'dataIdAttribute', 'disabled', 'filterElements', 'ghostClone', 'localization'],
3613
+ outputs: ['stzhUpdate', 'stzhDisable'],
3614
+ standalone: false
3023
3615
  }]
3024
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3616
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhUpdate: [{
3617
+ type: Output
3618
+ }], stzhDisable: [{
3619
+ type: Output
3620
+ }] } });
3025
3621
  let StzhSpace = class StzhSpace {
3026
3622
  constructor(c, r, z) {
3027
3623
  this.z = z;
@@ -3044,6 +3640,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3044
3640
  template: '<ng-content></ng-content>',
3045
3641
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3046
3642
  inputs: ['around', 'border', 'curve', 'items', 'justify', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
3643
+ standalone: false
3047
3644
  }]
3048
3645
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3049
3646
  let StzhStatus = class StzhStatus {
@@ -3068,17 +3665,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3068
3665
  template: '<ng-content></ng-content>',
3069
3666
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3070
3667
  inputs: ['label', 'percent', 'type', 'withLoadingbar'],
3668
+ standalone: false
3071
3669
  }]
3072
3670
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3073
3671
  let StzhStepper = class StzhStepper {
3074
3672
  constructor(c, r, z) {
3075
3673
  this.z = z;
3674
+ this.stzhClick = new EventEmitter();
3675
+ this.stzhDottedClick = new EventEmitter();
3076
3676
  c.detach();
3077
3677
  this.el = r.nativeElement;
3078
- proxyOutputs(this, this.el, ['stzhClick', 'stzhDottedClick']);
3079
3678
  }
3080
3679
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3081
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhStepper, selector: "stzh-stepper", inputs: { clickDisabled: "clickDisabled", data: "data", index: "index", localization: "localization", steps: "steps", stepsLarge: "stepsLarge", stepsMedium: "stepsMedium", stepsSmall: "stepsSmall", stepsUltra: "stepsUltra" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3680
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhStepper, selector: "stzh-stepper", inputs: { clickDisabled: "clickDisabled", data: "data", index: "index", localization: "localization", steps: "steps", stepsLarge: "stepsLarge", stepsMedium: "stepsMedium", stepsSmall: "stepsSmall", stepsUltra: "stepsUltra" }, outputs: { stzhClick: "stzhClick", stzhDottedClick: "stzhDottedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3082
3681
  };
3083
3682
  StzhStepper = __decorate([
3084
3683
  ProxyCmp({
@@ -3094,17 +3693,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3094
3693
  template: '<ng-content></ng-content>',
3095
3694
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3096
3695
  inputs: ['clickDisabled', 'data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
3696
+ outputs: ['stzhClick', 'stzhDottedClick'],
3697
+ standalone: false
3097
3698
  }]
3098
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3699
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3700
+ type: Output
3701
+ }], stzhDottedClick: [{
3702
+ type: Output
3703
+ }] } });
3099
3704
  let StzhStepperItem = class StzhStepperItem {
3100
3705
  constructor(c, r, z) {
3101
3706
  this.z = z;
3707
+ this.stzhClick = new EventEmitter();
3708
+ this.stzhDottedClick = new EventEmitter();
3102
3709
  c.detach();
3103
3710
  this.el = r.nativeElement;
3104
- proxyOutputs(this, this.el, ['stzhClick', 'stzhDottedClick']);
3105
3711
  }
3106
3712
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3107
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhStepperItem, selector: "stzh-stepper-item", inputs: { analyticsId: "analyticsId", clickDisabled: "clickDisabled", current: "current", disabled: "disabled", dotted: "dotted", first: "first", hide: "hide", icon: "icon", incomplete: "incomplete", label: "label", last: "last", passed: "passed", step: "step" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3713
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhStepperItem, selector: "stzh-stepper-item", inputs: { analyticsId: "analyticsId", clickDisabled: "clickDisabled", current: "current", disabled: "disabled", dotted: "dotted", first: "first", hide: "hide", icon: "icon", incomplete: "incomplete", label: "label", last: "last", passed: "passed", step: "step" }, outputs: { stzhClick: "stzhClick", stzhDottedClick: "stzhDottedClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3108
3714
  };
3109
3715
  StzhStepperItem = __decorate([
3110
3716
  ProxyCmp({
@@ -3119,17 +3725,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3119
3725
  template: '<ng-content></ng-content>',
3120
3726
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3121
3727
  inputs: ['analyticsId', 'clickDisabled', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'incomplete', 'label', 'last', 'passed', 'step'],
3728
+ outputs: ['stzhClick', 'stzhDottedClick'],
3729
+ standalone: false
3122
3730
  }]
3123
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3731
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3732
+ type: Output
3733
+ }], stzhDottedClick: [{
3734
+ type: Output
3735
+ }] } });
3124
3736
  let StzhSticky = class StzhSticky {
3125
3737
  constructor(c, r, z) {
3126
3738
  this.z = z;
3739
+ this.stzhStuckTop = new EventEmitter();
3740
+ this.stzhStuckBottom = new EventEmitter();
3127
3741
  c.detach();
3128
3742
  this.el = r.nativeElement;
3129
- proxyOutputs(this, this.el, ['stzhStuckTop', 'stzhStuckBottom']);
3130
3743
  }
3131
3744
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSticky, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3132
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSticky, selector: "stzh-sticky", inputs: { bleeding: "bleeding", disableStickyBottom: "disableStickyBottom", disableStickyTop: "disableStickyTop", name: "name", position: "position", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3745
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhSticky, selector: "stzh-sticky", inputs: { bleeding: "bleeding", disableStickyBottom: "disableStickyBottom", disableStickyTop: "disableStickyTop", name: "name", position: "position", variant: "variant" }, outputs: { stzhStuckTop: "stzhStuckTop", stzhStuckBottom: "stzhStuckBottom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3133
3746
  };
3134
3747
  StzhSticky = __decorate([
3135
3748
  ProxyCmp({
@@ -3144,8 +3757,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3144
3757
  template: '<ng-content></ng-content>',
3145
3758
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3146
3759
  inputs: ['bleeding', 'disableStickyBottom', 'disableStickyTop', 'name', 'position', 'variant'],
3760
+ outputs: ['stzhStuckTop', 'stzhStuckBottom'],
3761
+ standalone: false
3147
3762
  }]
3148
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3763
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhStuckTop: [{
3764
+ type: Output
3765
+ }], stzhStuckBottom: [{
3766
+ type: Output
3767
+ }] } });
3149
3768
  let StzhStickyActions = class StzhStickyActions {
3150
3769
  constructor(c, r, z) {
3151
3770
  this.z = z;
@@ -3168,6 +3787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3168
3787
  template: '<ng-content></ng-content>',
3169
3788
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3170
3789
  inputs: ['pagetitleQuery'],
3790
+ standalone: false
3171
3791
  }]
3172
3792
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3173
3793
  let StzhTable = class StzhTable {
@@ -3192,17 +3812,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3192
3812
  template: '<ng-content></ng-content>',
3193
3813
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3194
3814
  inputs: ['disableMinWidth', 'fixedLeft', 'fixedRight'],
3815
+ standalone: false
3195
3816
  }]
3196
3817
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3197
3818
  let StzhTag = class StzhTag {
3198
3819
  constructor(c, r, z) {
3199
3820
  this.z = z;
3821
+ this.stzhClick = new EventEmitter();
3822
+ this.stzhFocus = new EventEmitter();
3823
+ this.stzhBlur = new EventEmitter();
3200
3824
  c.detach();
3201
3825
  this.el = r.nativeElement;
3202
- proxyOutputs(this, this.el, ['stzhClick', 'stzhFocus', 'stzhBlur']);
3203
3826
  }
3204
3827
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3205
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTag, selector: "stzh-tag", inputs: { a11yDescribedby: "a11yDescribedby", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", analyticsId: "analyticsId", disabled: "disabled", href: "href", label: "label", nonInteractive: "nonInteractive", removeAnalyticsId: "removeAnalyticsId", size: "size", target: "target", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3828
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTag, selector: "stzh-tag", inputs: { a11yDescribedby: "a11yDescribedby", a11yLabel: "a11yLabel", a11yTabindex: "a11yTabindex", analyticsId: "analyticsId", disabled: "disabled", href: "href", label: "label", nonInteractive: "nonInteractive", removeAnalyticsId: "removeAnalyticsId", size: "size", target: "target", type: "type" }, outputs: { stzhClick: "stzhClick", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3206
3829
  };
3207
3830
  StzhTag = __decorate([
3208
3831
  ProxyCmp({
@@ -3217,8 +3840,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3217
3840
  template: '<ng-content></ng-content>',
3218
3841
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3219
3842
  inputs: ['a11yDescribedby', 'a11yLabel', 'a11yTabindex', 'analyticsId', 'disabled', 'href', 'label', 'nonInteractive', 'removeAnalyticsId', 'size', 'target', 'type'],
3220
- }]
3221
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3843
+ outputs: ['stzhClick', 'stzhFocus', 'stzhBlur'],
3844
+ standalone: false
3845
+ }]
3846
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3847
+ type: Output
3848
+ }], stzhFocus: [{
3849
+ type: Output
3850
+ }], stzhBlur: [{
3851
+ type: Output
3852
+ }] } });
3222
3853
  let StzhText = class StzhText {
3223
3854
  constructor(c, r, z) {
3224
3855
  this.z = z;
@@ -3241,6 +3872,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3241
3872
  template: '<ng-content></ng-content>',
3242
3873
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3243
3874
  inputs: ['color', 'curve', 'font', 'lead', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
3875
+ standalone: false
3244
3876
  }]
3245
3877
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3246
3878
  let StzhTextandimage = class StzhTextandimage {
@@ -3265,17 +3897,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3265
3897
  template: '<ng-content></ng-content>',
3266
3898
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3267
3899
  inputs: ['imageMoves', 'imagePosition', 'size'],
3900
+ standalone: false
3268
3901
  }]
3269
3902
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3270
3903
  let StzhTimeline = class StzhTimeline {
3271
3904
  constructor(c, r, z) {
3272
3905
  this.z = z;
3906
+ this.stzhFoldableChange = new EventEmitter();
3273
3907
  c.detach();
3274
3908
  this.el = r.nativeElement;
3275
- proxyOutputs(this, this.el, ['stzhFoldableChange']);
3276
3909
  }
3277
3910
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTimeline, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3278
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimeline, selector: "stzh-timeline", inputs: { collapsible: "collapsible", foldable: "foldable", multiselectable: "multiselectable" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3911
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimeline, selector: "stzh-timeline", inputs: { collapsible: "collapsible", foldable: "foldable", multiselectable: "multiselectable" }, outputs: { stzhFoldableChange: "stzhFoldableChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3279
3912
  };
3280
3913
  StzhTimeline = __decorate([
3281
3914
  ProxyCmp({
@@ -3291,17 +3924,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3291
3924
  template: '<ng-content></ng-content>',
3292
3925
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3293
3926
  inputs: ['collapsible', 'foldable', 'multiselectable'],
3927
+ outputs: ['stzhFoldableChange'],
3928
+ standalone: false
3294
3929
  }]
3295
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3930
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFoldableChange: [{
3931
+ type: Output
3932
+ }] } });
3296
3933
  let StzhTimelineItem = class StzhTimelineItem {
3297
3934
  constructor(c, r, z) {
3298
3935
  this.z = z;
3936
+ this.stzhOpen = new EventEmitter();
3937
+ this.stzhOpened = new EventEmitter();
3938
+ this.stzhClose = new EventEmitter();
3939
+ this.stzhClosed = new EventEmitter();
3940
+ this.stzhFocus = new EventEmitter();
3941
+ this.stzhBlur = new EventEmitter();
3299
3942
  c.detach();
3300
3943
  this.el = r.nativeElement;
3301
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur']);
3302
3944
  }
3303
3945
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTimelineItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3304
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimelineItem, selector: "stzh-timeline-item", inputs: { analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", collapsible: "collapsible", completed: "completed", description: "description", disabled: "disabled", foldable: "foldable", heading: "heading", headingLevel: "headingLevel", icon: "icon", open: "open", step: "step" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3946
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimelineItem, selector: "stzh-timeline-item", inputs: { analyticsId: "analyticsId", badge: "badge", badgeEmpty: "badgeEmpty", badgeType: "badgeType", collapsible: "collapsible", completed: "completed", description: "description", disabled: "disabled", foldable: "foldable", heading: "heading", headingLevel: "headingLevel", icon: "icon", open: "open", step: "step" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3305
3947
  };
3306
3948
  StzhTimelineItem = __decorate([
3307
3949
  ProxyCmp({
@@ -3317,17 +3959,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3317
3959
  template: '<ng-content></ng-content>',
3318
3960
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3319
3961
  inputs: ['analyticsId', 'badge', 'badgeEmpty', 'badgeType', 'collapsible', 'completed', 'description', 'disabled', 'foldable', 'heading', 'headingLevel', 'icon', 'open', 'step'],
3320
- }]
3321
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3962
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur'],
3963
+ standalone: false
3964
+ }]
3965
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
3966
+ type: Output
3967
+ }], stzhOpened: [{
3968
+ type: Output
3969
+ }], stzhClose: [{
3970
+ type: Output
3971
+ }], stzhClosed: [{
3972
+ type: Output
3973
+ }], stzhFocus: [{
3974
+ type: Output
3975
+ }], stzhBlur: [{
3976
+ type: Output
3977
+ }] } });
3322
3978
  let StzhTimepicker = class StzhTimepicker {
3323
3979
  constructor(c, r, z) {
3324
3980
  this.z = z;
3981
+ this.stzhChange = new EventEmitter();
3325
3982
  c.detach();
3326
3983
  this.el = r.nativeElement;
3327
- proxyOutputs(this, this.el, ['stzhChange']);
3328
3984
  }
3329
3985
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTimepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3330
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimepicker, selector: "stzh-timepicker", inputs: { a11yDescribedby: "a11yDescribedby", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", max: "max", min: "min", name: "name", open: "open", popoverPlacement: "popoverPlacement", readonly: "readonly", required: "required", size: "size", step: "step", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3986
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTimepicker, selector: "stzh-timepicker", inputs: { a11yDescribedby: "a11yDescribedby", description: "description", descriptionLong: "descriptionLong", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", localization: "localization", max: "max", min: "min", name: "name", open: "open", popoverPlacement: "popoverPlacement", readonly: "readonly", required: "required", size: "size", step: "step", value: "value" }, outputs: { stzhChange: "stzhChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3331
3987
  };
3332
3988
  StzhTimepicker = __decorate([
3333
3989
  ProxyCmp({
@@ -3342,17 +3998,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3342
3998
  template: '<ng-content></ng-content>',
3343
3999
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3344
4000
  inputs: ['a11yDescribedby', 'description', 'descriptionLong', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'localization', 'max', 'min', 'name', 'open', 'popoverPlacement', 'readonly', 'required', 'size', 'step', 'value'],
4001
+ outputs: ['stzhChange'],
4002
+ standalone: false
3345
4003
  }]
3346
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4004
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
4005
+ type: Output
4006
+ }] } });
3347
4007
  let StzhToast = class StzhToast {
3348
4008
  constructor(c, r, z) {
3349
4009
  this.z = z;
4010
+ this.stzhOpen = new EventEmitter();
4011
+ this.stzhOpened = new EventEmitter();
4012
+ this.stzhClose = new EventEmitter();
4013
+ this.stzhClosed = new EventEmitter();
3350
4014
  c.detach();
3351
4015
  this.el = r.nativeElement;
3352
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
3353
4016
  }
3354
4017
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3355
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhToast, selector: "stzh-toast", inputs: { hideClose: "hideClose", initialOpenAnimation: "initialOpenAnimation", label: "label", localization: "localization", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4018
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhToast, selector: "stzh-toast", inputs: { hideClose: "hideClose", initialOpenAnimation: "initialOpenAnimation", label: "label", localization: "localization", open: "open", type: "type" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3356
4019
  };
3357
4020
  StzhToast = __decorate([
3358
4021
  ProxyCmp({
@@ -3368,8 +4031,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3368
4031
  template: '<ng-content></ng-content>',
3369
4032
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3370
4033
  inputs: ['hideClose', 'initialOpenAnimation', 'label', 'localization', 'open', 'type'],
3371
- }]
3372
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4034
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
4035
+ standalone: false
4036
+ }]
4037
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
4038
+ type: Output
4039
+ }], stzhOpened: [{
4040
+ type: Output
4041
+ }], stzhClose: [{
4042
+ type: Output
4043
+ }], stzhClosed: [{
4044
+ type: Output
4045
+ }] } });
3373
4046
  let StzhToastbar = class StzhToastbar {
3374
4047
  constructor(c, r, z) {
3375
4048
  this.z = z;
@@ -3393,17 +4066,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3393
4066
  template: '<ng-content></ng-content>',
3394
4067
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3395
4068
  inputs: ['hideAfter', 'initialToasts', 'max'],
4069
+ standalone: false
3396
4070
  }]
3397
4071
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3398
4072
  let StzhToggle = class StzhToggle {
3399
4073
  constructor(c, r, z) {
3400
4074
  this.z = z;
4075
+ this.stzhChange = new EventEmitter();
4076
+ this.stzhFocus = new EventEmitter();
4077
+ this.stzhBlur = new EventEmitter();
3401
4078
  c.detach();
3402
4079
  this.el = r.nativeElement;
3403
- proxyOutputs(this, this.el, ['stzhChange', 'stzhFocus', 'stzhBlur']);
3404
4080
  }
3405
4081
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3406
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhToggle, selector: "stzh-toggle", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelPosition: "labelPosition", localization: "localization", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4082
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhToggle, selector: "stzh-toggle", inputs: { a11yDescribedby: "a11yDescribedby", checked: "checked", defaultChecked: "defaultChecked", description: "description", descriptionLong: "descriptionLong", descriptionLongTitle: "descriptionLongTitle", disabled: "disabled", error: "error", hideOptional: "hideOptional", invalid: "invalid", label: "label", labelPosition: "labelPosition", localization: "localization", name: "name", required: "required", value: "value" }, outputs: { stzhChange: "stzhChange", stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3407
4083
  };
3408
4084
  StzhToggle = __decorate([
3409
4085
  ProxyCmp({
@@ -3418,17 +4094,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3418
4094
  template: '<ng-content></ng-content>',
3419
4095
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3420
4096
  inputs: ['a11yDescribedby', 'checked', 'defaultChecked', 'description', 'descriptionLong', 'descriptionLongTitle', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'labelPosition', 'localization', 'name', 'required', 'value'],
3421
- }]
3422
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4097
+ outputs: ['stzhChange', 'stzhFocus', 'stzhBlur'],
4098
+ standalone: false
4099
+ }]
4100
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
4101
+ type: Output
4102
+ }], stzhFocus: [{
4103
+ type: Output
4104
+ }], stzhBlur: [{
4105
+ type: Output
4106
+ }] } });
3423
4107
  let StzhTooltip = class StzhTooltip {
3424
4108
  constructor(c, r, z) {
3425
4109
  this.z = z;
4110
+ this.stzhOpen = new EventEmitter();
4111
+ this.stzhOpened = new EventEmitter();
4112
+ this.stzhClose = new EventEmitter();
4113
+ this.stzhClosed = new EventEmitter();
3426
4114
  c.detach();
3427
4115
  this.el = r.nativeElement;
3428
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
3429
4116
  }
3430
4117
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3431
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTooltip, selector: "stzh-tooltip", inputs: { content: "content", distance: "distance", interactive: "interactive", label: "label", localization: "localization", open: "open", placement: "placement", size: "size", skidding: "skidding", strategy: "strategy", trigger: "trigger", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4118
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTooltip, selector: "stzh-tooltip", inputs: { content: "content", distance: "distance", interactive: "interactive", label: "label", localization: "localization", open: "open", placement: "placement", size: "size", skidding: "skidding", strategy: "strategy", trigger: "trigger", type: "type" }, outputs: { stzhOpen: "stzhOpen", stzhOpened: "stzhOpened", stzhClose: "stzhClose", stzhClosed: "stzhClosed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3432
4119
  };
3433
4120
  StzhTooltip = __decorate([
3434
4121
  ProxyCmp({
@@ -3444,8 +4131,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3444
4131
  template: '<ng-content></ng-content>',
3445
4132
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3446
4133
  inputs: ['content', 'distance', 'interactive', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'trigger', 'type'],
3447
- }]
3448
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4134
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
4135
+ standalone: false
4136
+ }]
4137
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
4138
+ type: Output
4139
+ }], stzhOpened: [{
4140
+ type: Output
4141
+ }], stzhClose: [{
4142
+ type: Output
4143
+ }], stzhClosed: [{
4144
+ type: Output
4145
+ }] } });
3449
4146
  let StzhTwocolumns = class StzhTwocolumns {
3450
4147
  constructor(c, r, z) {
3451
4148
  this.z = z;
@@ -3466,17 +4163,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3466
4163
  template: '<ng-content></ng-content>',
3467
4164
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3468
4165
  inputs: [],
4166
+ standalone: false
3469
4167
  }]
3470
4168
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3471
4169
  let StzhUpload = class StzhUpload {
3472
4170
  constructor(c, r, z) {
3473
4171
  this.z = z;
4172
+ this.stzhFileAdded = new EventEmitter();
4173
+ this.stzhFilesAdded = new EventEmitter();
4174
+ this.stzhFileRemove = new EventEmitter();
4175
+ this.stzhFileRemoved = new EventEmitter();
4176
+ this.stzhSending = new EventEmitter();
4177
+ this.stzhSendingMultiple = new EventEmitter();
4178
+ this.stzhProcessing = new EventEmitter();
4179
+ this.stzhProcessingMultiple = new EventEmitter();
4180
+ this.stzhProgress = new EventEmitter();
4181
+ this.stzhProgressTotal = new EventEmitter();
4182
+ this.stzhError = new EventEmitter();
4183
+ this.stzhErrorMultiple = new EventEmitter();
4184
+ this.stzhSuccess = new EventEmitter();
4185
+ this.stzhSuccessMultiple = new EventEmitter();
4186
+ this.stzhCanceled = new EventEmitter();
4187
+ this.stzhCanceledMultiple = new EventEmitter();
4188
+ this.stzhComplete = new EventEmitter();
4189
+ this.stzhCompleteMultiple = new EventEmitter();
3474
4190
  c.detach();
3475
4191
  this.el = r.nativeElement;
3476
- proxyOutputs(this, this.el, ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple']);
3477
4192
  }
3478
4193
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhUpload, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3479
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhUpload, selector: "stzh-upload", inputs: { accept: "accept", acceptedFiles: "acceptedFiles", autoProcessQueue: "autoProcessQueue", button: "button", buttonScan: "buttonScan", chunkSize: "chunkSize", chunking: "chunking", chunksUploaded: "chunksUploaded", defaultHeaders: "defaultHeaders", description: "description", disableToasts: "disableToasts", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", headersAsync: "headersAsync", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", maxFilesizeTotal: "maxFilesizeTotal", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventDuplicateFileNames: "preventDuplicateFileNames", preventHiddenInputClear: "preventHiddenInputClear", retryChunks: "retryChunks", retryChunksLimit: "retryChunksLimit", uploadMultiple: "uploadMultiple", url: "url", withCredentials: "withCredentials" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4194
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhUpload, selector: "stzh-upload", inputs: { accept: "accept", acceptedFiles: "acceptedFiles", autoProcessQueue: "autoProcessQueue", button: "button", buttonScan: "buttonScan", chunkSize: "chunkSize", chunking: "chunking", chunksUploaded: "chunksUploaded", defaultHeaders: "defaultHeaders", description: "description", disableToasts: "disableToasts", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", headersAsync: "headersAsync", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", maxFilesizeTotal: "maxFilesizeTotal", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", preventDuplicateFileNames: "preventDuplicateFileNames", preventHiddenInputClear: "preventHiddenInputClear", retryChunks: "retryChunks", retryChunksLimit: "retryChunksLimit", uploadMultiple: "uploadMultiple", url: "url", withCredentials: "withCredentials" }, outputs: { stzhFileAdded: "stzhFileAdded", stzhFilesAdded: "stzhFilesAdded", stzhFileRemove: "stzhFileRemove", stzhFileRemoved: "stzhFileRemoved", stzhSending: "stzhSending", stzhSendingMultiple: "stzhSendingMultiple", stzhProcessing: "stzhProcessing", stzhProcessingMultiple: "stzhProcessingMultiple", stzhProgress: "stzhProgress", stzhProgressTotal: "stzhProgressTotal", stzhError: "stzhError", stzhErrorMultiple: "stzhErrorMultiple", stzhSuccess: "stzhSuccess", stzhSuccessMultiple: "stzhSuccessMultiple", stzhCanceled: "stzhCanceled", stzhCanceledMultiple: "stzhCanceledMultiple", stzhComplete: "stzhComplete", stzhCompleteMultiple: "stzhCompleteMultiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3480
4195
  };
3481
4196
  StzhUpload = __decorate([
3482
4197
  ProxyCmp({
@@ -3492,8 +4207,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3492
4207
  template: '<ng-content></ng-content>',
3493
4208
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3494
4209
  inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disableToasts', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'headersAsync', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'maxFilesizeTotal', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventDuplicateFileNames', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
3495
- }]
3496
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4210
+ outputs: ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple'],
4211
+ standalone: false
4212
+ }]
4213
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFileAdded: [{
4214
+ type: Output
4215
+ }], stzhFilesAdded: [{
4216
+ type: Output
4217
+ }], stzhFileRemove: [{
4218
+ type: Output
4219
+ }], stzhFileRemoved: [{
4220
+ type: Output
4221
+ }], stzhSending: [{
4222
+ type: Output
4223
+ }], stzhSendingMultiple: [{
4224
+ type: Output
4225
+ }], stzhProcessing: [{
4226
+ type: Output
4227
+ }], stzhProcessingMultiple: [{
4228
+ type: Output
4229
+ }], stzhProgress: [{
4230
+ type: Output
4231
+ }], stzhProgressTotal: [{
4232
+ type: Output
4233
+ }], stzhError: [{
4234
+ type: Output
4235
+ }], stzhErrorMultiple: [{
4236
+ type: Output
4237
+ }], stzhSuccess: [{
4238
+ type: Output
4239
+ }], stzhSuccessMultiple: [{
4240
+ type: Output
4241
+ }], stzhCanceled: [{
4242
+ type: Output
4243
+ }], stzhCanceledMultiple: [{
4244
+ type: Output
4245
+ }], stzhComplete: [{
4246
+ type: Output
4247
+ }], stzhCompleteMultiple: [{
4248
+ type: Output
4249
+ }] } });
3497
4250
  let StzhVbzCarousel = class StzhVbzCarousel {
3498
4251
  constructor(c, r, z) {
3499
4252
  this.z = z;
@@ -3516,6 +4269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3516
4269
  template: '<ng-content></ng-content>',
3517
4270
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3518
4271
  inputs: ['autoplayTimeout'],
4272
+ standalone: false
3519
4273
  }]
3520
4274
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3521
4275
  let StzhVbzConnectionFinder = class StzhVbzConnectionFinder {
@@ -3540,6 +4294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3540
4294
  template: '<ng-content></ng-content>',
3541
4295
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3542
4296
  inputs: ['language', 'zvvScript'],
4297
+ standalone: false
3543
4298
  }]
3544
4299
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3545
4300
  let StzhVbzIntro = class StzhVbzIntro {
@@ -3564,17 +4319,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3564
4319
  template: '<ng-content></ng-content>',
3565
4320
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3566
4321
  inputs: ['localization', 'quicklinks'],
4322
+ standalone: false
3567
4323
  }]
3568
4324
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3569
4325
  let StzhVbzLinechip = class StzhVbzLinechip {
3570
4326
  constructor(c, r, z) {
3571
4327
  this.z = z;
4328
+ this.stzhFocus = new EventEmitter();
4329
+ this.stzhBlur = new EventEmitter();
3572
4330
  c.detach();
3573
4331
  this.el = r.nativeElement;
3574
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur']);
3575
4332
  }
3576
4333
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzLinechip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3577
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzLinechip, selector: "stzh-vbz-linechip", inputs: { active: "active", alert: "alert", analyticsId: "analyticsId", disabled: "disabled", global: "global", line: "line" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4334
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzLinechip, selector: "stzh-vbz-linechip", inputs: { active: "active", alert: "alert", analyticsId: "analyticsId", disabled: "disabled", global: "global", line: "line" }, outputs: { stzhFocus: "stzhFocus", stzhBlur: "stzhBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3578
4335
  };
3579
4336
  StzhVbzLinechip = __decorate([
3580
4337
  ProxyCmp({
@@ -3589,17 +4346,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3589
4346
  template: '<ng-content></ng-content>',
3590
4347
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3591
4348
  inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'line'],
4349
+ outputs: ['stzhFocus', 'stzhBlur'],
4350
+ standalone: false
3592
4351
  }]
3593
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4352
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
4353
+ type: Output
4354
+ }], stzhBlur: [{
4355
+ type: Output
4356
+ }] } });
3594
4357
  let StzhVbzMajorticker = class StzhVbzMajorticker {
3595
4358
  constructor(c, r, z) {
3596
4359
  this.z = z;
4360
+ this.stzhDisturbanceFetched = new EventEmitter();
3597
4361
  c.detach();
3598
4362
  this.el = r.nativeElement;
3599
- proxyOutputs(this, this.el, ['stzhDisturbanceFetched']);
3600
4363
  }
3601
4364
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzMajorticker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
3602
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzMajorticker, selector: "stzh-vbz-majorticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink", showCloseKey: "showCloseKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
4365
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzMajorticker, selector: "stzh-vbz-majorticker", inputs: { api: "api", data: "data", dateAdapter: "dateAdapter", localization: "localization", moreInfoLink: "moreInfoLink", showCloseKey: "showCloseKey" }, outputs: { stzhDisturbanceFetched: "stzhDisturbanceFetched" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
3603
4366
  };
3604
4367
  StzhVbzMajorticker = __decorate([
3605
4368
  ProxyCmp({
@@ -3615,8 +4378,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3615
4378
  template: '<ng-content></ng-content>',
3616
4379
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3617
4380
  inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink', 'showCloseKey'],
4381
+ outputs: ['stzhDisturbanceFetched'],
4382
+ standalone: false
3618
4383
  }]
3619
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4384
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhDisturbanceFetched: [{
4385
+ type: Output
4386
+ }] } });
3620
4387
  let StzhVbzTicker = class StzhVbzTicker {
3621
4388
  constructor(c, r, z) {
3622
4389
  this.z = z;
@@ -3639,6 +4406,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3639
4406
  template: '<ng-content></ng-content>',
3640
4407
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3641
4408
  inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'],
4409
+ standalone: false
3642
4410
  }]
3643
4411
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3644
4412
  let StzhVisuallyhidden = class StzhVisuallyhidden {
@@ -3661,6 +4429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3661
4429
  template: '<ng-content></ng-content>',
3662
4430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3663
4431
  inputs: [],
4432
+ standalone: false
3664
4433
  }]
3665
4434
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3666
4435
  let StzhVspace = class StzhVspace {
@@ -3685,6 +4454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3685
4454
  template: '<ng-content></ng-content>',
3686
4455
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3687
4456
  inputs: ['around', 'aroundBottom', 'aroundTop', 'border', 'curve', 'items', 'justify', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
4457
+ standalone: false
3688
4458
  }]
3689
4459
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3690
4460
  let StzhYoutube = class StzhYoutube {
@@ -3709,6 +4479,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3709
4479
  template: '<ng-content></ng-content>',
3710
4480
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3711
4481
  inputs: ['cookie', 'cookieExpires', 'localization', 'skipPreview', 'skipPreviewIfCookieAccepted', 'url'],
4482
+ standalone: false
3712
4483
  }]
3713
4484
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3714
4485
 
@@ -3788,6 +4559,7 @@ const DIRECTIVES = [
3788
4559
  StzhInput,
3789
4560
  StzhInvert,
3790
4561
  StzhLink,
4562
+ StzhLinklist,
3791
4563
  StzhList,
3792
4564
  StzhListItem,
3793
4565
  StzhLoader,
@@ -3808,6 +4580,7 @@ const DIRECTIVES = [
3808
4580
  StzhPagetitleHome,
3809
4581
  StzhPagination,
3810
4582
  StzhPanorama,
4583
+ StzhPiTeaserLayout,
3811
4584
  StzhPkzhQr,
3812
4585
  StzhPoicard,
3813
4586
  StzhPoilist,
@@ -3909,7 +4682,7 @@ class BooleanValueAccessor extends ValueAccessor {
3909
4682
  this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
3910
4683
  }
3911
4684
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3912
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BooleanValueAccessor, selector: "stzh-checkbox, stzh-toggle, stzh-radio, stzh-button[type=radio], stzh-card", host: { listeners: { "stzhChange": "handleChangeEvent($event.target.checked)" } }, providers: [
4685
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BooleanValueAccessor, selector: "stzh-checkbox, stzh-toggle, stzh-radio, stzh-button[type=radio], stzh-card", host: { listeners: { "stzhChange": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
3913
4686
  {
3914
4687
  provide: NG_VALUE_ACCESSOR,
3915
4688
  useExisting: BooleanValueAccessor,
@@ -3923,7 +4696,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3923
4696
  /* tslint:disable-next-line:directive-selector */
3924
4697
  selector: 'stzh-checkbox, stzh-toggle, stzh-radio, stzh-button[type=radio], stzh-card',
3925
4698
  host: {
3926
- '(stzhChange)': 'handleChangeEvent($event.target.checked)'
4699
+ '(stzhChange)': 'handleChangeEvent($event.target?.["checked"])'
3927
4700
  },
3928
4701
  providers: [
3929
4702
  {
@@ -3931,7 +4704,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3931
4704
  useExisting: BooleanValueAccessor,
3932
4705
  multi: true
3933
4706
  }
3934
- ]
4707
+ ],
4708
+ standalone: false
3935
4709
  }]
3936
4710
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
3937
4711
 
@@ -3945,7 +4719,7 @@ class NumericValueAccessor extends ValueAccessor {
3945
4719
  });
3946
4720
  }
3947
4721
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3948
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NumericValueAccessor, selector: "stzh-input[type=number], stzh-amount:not(:has(stzh-dropdown)), stzh-pagination", host: { listeners: { "stzhChange": "handleChangeEvent($event.target.value)" } }, providers: [
4722
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: NumericValueAccessor, selector: "stzh-input[type=number], stzh-amount:not(:has(stzh-dropdown)), stzh-pagination", host: { listeners: { "stzhChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
3949
4723
  {
3950
4724
  provide: NG_VALUE_ACCESSOR,
3951
4725
  useExisting: NumericValueAccessor,
@@ -3959,7 +4733,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3959
4733
  /* tslint:disable-next-line:directive-selector */
3960
4734
  selector: 'stzh-input[type=number], stzh-amount:not(:has(stzh-dropdown)), stzh-pagination',
3961
4735
  host: {
3962
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4736
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
3963
4737
  },
3964
4738
  providers: [
3965
4739
  {
@@ -3967,7 +4741,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3967
4741
  useExisting: NumericValueAccessor,
3968
4742
  multi: true
3969
4743
  }
3970
- ]
4744
+ ],
4745
+ standalone: false
3971
4746
  }]
3972
4747
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
3973
4748
 
@@ -3976,7 +4751,7 @@ class SelectValueAccessor extends ValueAccessor {
3976
4751
  super(el);
3977
4752
  }
3978
4753
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
3979
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectValueAccessor, selector: "stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup, stzh-chipselect", host: { listeners: { "stzhChange": "handleChangeEvent($event.target.value)" } }, providers: [
4754
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectValueAccessor, selector: "stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup, stzh-chipselect", host: { listeners: { "stzhChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
3980
4755
  {
3981
4756
  provide: NG_VALUE_ACCESSOR,
3982
4757
  useExisting: SelectValueAccessor,
@@ -3990,7 +4765,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3990
4765
  /* tslint:disable-next-line:directive-selector */
3991
4766
  selector: 'stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup, stzh-chipselect',
3992
4767
  host: {
3993
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4768
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
3994
4769
  },
3995
4770
  providers: [
3996
4771
  {
@@ -3998,7 +4773,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3998
4773
  useExisting: SelectValueAccessor,
3999
4774
  multi: true
4000
4775
  }
4001
- ]
4776
+ ],
4777
+ standalone: false
4002
4778
  }]
4003
4779
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
4004
4780
 
@@ -4007,7 +4783,7 @@ class TextValueAccessor extends ValueAccessor {
4007
4783
  super(el);
4008
4784
  }
4009
4785
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
4010
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TextValueAccessor, selector: "stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker, stzh-appointments", host: { listeners: { "stzhChange": "handleChangeEvent($event.target.value)" } }, providers: [
4786
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TextValueAccessor, selector: "stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker, stzh-appointments", host: { listeners: { "stzhChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
4011
4787
  {
4012
4788
  provide: NG_VALUE_ACCESSOR,
4013
4789
  useExisting: TextValueAccessor,
@@ -4021,7 +4797,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4021
4797
  /* tslint:disable-next-line:directive-selector */
4022
4798
  selector: 'stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker, stzh-appointments',
4023
4799
  host: {
4024
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4800
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
4025
4801
  },
4026
4802
  providers: [
4027
4803
  {
@@ -4029,7 +4805,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4029
4805
  useExisting: TextValueAccessor,
4030
4806
  multi: true
4031
4807
  }
4032
- ]
4808
+ ],
4809
+ standalone: false
4033
4810
  }]
4034
4811
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
4035
4812
 
@@ -4042,10 +4819,10 @@ const declarations = [
4042
4819
  ];
4043
4820
  class StzhComponentsAngularModule {
4044
4821
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4045
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, declarations: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
4822
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, declarations: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhLinklist, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPiTeaserLayout, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
4046
4823
  NumericValueAccessor,
4047
4824
  SelectValueAccessor,
4048
- TextValueAccessor], exports: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
4825
+ TextValueAccessor], exports: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhLinklist, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPiTeaserLayout, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
4049
4826
  NumericValueAccessor,
4050
4827
  SelectValueAccessor,
4051
4828
  TextValueAccessor] }); }
@@ -4078,5 +4855,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4078
4855
  * Generated bundle index. Do not edit.
4079
4856
  */
4080
4857
 
4081
- export { BooleanValueAccessor, DIRECTIVES, NumericValueAccessor, SelectValueAccessor, StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhComponentsAngularModule, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, TextValueAccessor };
4858
+ export { BooleanValueAccessor, DIRECTIVES, NumericValueAccessor, SelectValueAccessor, StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppNav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBathstatusItem, StzhBathstatusList, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhCompanyLogo, StzhComponentsAngularModule, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFeedreader, StzhFeedreaderItem, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGeoRefData, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageSearch, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhHttpError, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhLinklist, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOfflineIndicator, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPiTeaserLayout, StzhPkzhQr, StzhPoicard, StzhPoilist, StzhPopover, StzhPrint, StzhQuote, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSocialmediastream, StzhSocialmediastreamItem, StzhSortable, StzhSpace, StzhStatus, StzhStepper, StzhStepperItem, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzConnectionFinder, StzhVbzIntro, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, TextValueAccessor };
4082
4859
  //# sourceMappingURL=oiz-stzh-components-angular.mjs.map