@oiz/stzh-components-angular 4.5.0-beta1 → 4.6.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 {
@@ -912,11 +1098,11 @@ let StzhContact = class StzhContact {
912
1098
  this.el = r.nativeElement;
913
1099
  }
914
1100
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
915
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { additionalInformation: "additionalInformation", address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", contactTitle: "contactTitle", emails: "emails", heading: "heading", headingLevel: "headingLevel", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", numbers: "numbers", personRole: "personRole", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", responsibility: "responsibility", responsibilityTitle: "responsibilityTitle", street: "street", streetInfo: "streetInfo", subHeading: "subHeading", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1101
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { additionalInformation: "additionalInformation", address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", contactTitle: "contactTitle", emails: "emails", heading: "heading", headingLevel: "headingLevel", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", numbers: "numbers", personRole: "personRole", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", responsibility: "responsibility", responsibilityTitle: "responsibilityTitle", street: "street", streetInfo: "streetInfo", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
916
1102
  };
917
1103
  StzhContact = __decorate([
918
1104
  ProxyCmp({
919
- 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']
1105
+ 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', 'type']
920
1106
  })
921
1107
  ], StzhContact);
922
1108
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, decorators: [{
@@ -926,7 +1112,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
926
1112
  changeDetection: ChangeDetectionStrategy.OnPush,
927
1113
  template: '<ng-content></ng-content>',
928
1114
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
929
- 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'],
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', '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,8 +2914,20 @@ 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'],
2422
- }]
2423
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
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
+ }] } });
2424
2931
  let StzhPkzhQr = class StzhPkzhQr {
2425
2932
  constructor(c, r, z) {
2426
2933
  this.z = z;
@@ -2443,6 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2443
2950
  template: '<ng-content></ng-content>',
2444
2951
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2445
2952
  inputs: ['localization', 'paymentIban', 'paymentRecipient', 'privacyPolicyUrl'],
2953
+ standalone: false
2446
2954
  }]
2447
2955
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2448
2956
  let StzhPoicard = class StzhPoicard {
@@ -2467,6 +2975,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2467
2975
  template: '<ng-content></ng-content>',
2468
2976
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2469
2977
  inputs: ['item'],
2978
+ standalone: false
2470
2979
  }]
2471
2980
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2472
2981
  let StzhPoilist = class StzhPoilist {
@@ -2491,17 +3000,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2491
3000
  template: '<ng-content></ng-content>',
2492
3001
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2493
3002
  inputs: ['api', 'localization'],
3003
+ standalone: false
2494
3004
  }]
2495
3005
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2496
3006
  let StzhPopover = class StzhPopover {
2497
3007
  constructor(c, r, z) {
2498
3008
  this.z = z;
3009
+ this.stzhOpen = new EventEmitter();
3010
+ this.stzhOpened = new EventEmitter();
3011
+ this.stzhClose = new EventEmitter();
3012
+ this.stzhClosed = new EventEmitter();
2499
3013
  c.detach();
2500
3014
  this.el = r.nativeElement;
2501
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
2502
3015
  }
2503
3016
  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 }); }
3017
+ 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
3018
  };
2506
3019
  StzhPopover = __decorate([
2507
3020
  ProxyCmp({
@@ -2517,8 +3030,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2517
3030
  template: '<ng-content></ng-content>',
2518
3031
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2519
3032
  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 }]; } });
3033
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
3034
+ standalone: false
3035
+ }]
3036
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
3037
+ type: Output
3038
+ }], stzhOpened: [{
3039
+ type: Output
3040
+ }], stzhClose: [{
3041
+ type: Output
3042
+ }], stzhClosed: [{
3043
+ type: Output
3044
+ }] } });
2522
3045
  let StzhPrint = class StzhPrint {
2523
3046
  constructor(c, r, z) {
2524
3047
  this.z = z;
@@ -2539,6 +3062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2539
3062
  template: '<ng-content></ng-content>',
2540
3063
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2541
3064
  inputs: [],
3065
+ standalone: false
2542
3066
  }]
2543
3067
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2544
3068
  let StzhQuote = class StzhQuote {
@@ -2563,17 +3087,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2563
3087
  template: '<ng-content></ng-content>',
2564
3088
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2565
3089
  inputs: ['author', 'text'],
3090
+ standalone: false
2566
3091
  }]
2567
3092
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2568
3093
  let StzhRadio = class StzhRadio {
2569
3094
  constructor(c, r, z) {
2570
3095
  this.z = z;
3096
+ this.stzhChange = new EventEmitter();
3097
+ this.stzhFocus = new EventEmitter();
3098
+ this.stzhBlur = new EventEmitter();
2571
3099
  c.detach();
2572
3100
  this.el = r.nativeElement;
2573
- proxyOutputs(this, this.el, ['stzhChange', 'stzhFocus', 'stzhBlur']);
2574
3101
  }
2575
3102
  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 }); }
3103
+ 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
3104
  };
2578
3105
  StzhRadio = __decorate([
2579
3106
  ProxyCmp({
@@ -2588,8 +3115,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2588
3115
  template: '<ng-content></ng-content>',
2589
3116
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2590
3117
  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 }]; } });
3118
+ outputs: ['stzhChange', 'stzhFocus', 'stzhBlur'],
3119
+ standalone: false
3120
+ }]
3121
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
3122
+ type: Output
3123
+ }], stzhFocus: [{
3124
+ type: Output
3125
+ }], stzhBlur: [{
3126
+ type: Output
3127
+ }] } });
2593
3128
  let StzhRadiogroup = class StzhRadiogroup {
2594
3129
  constructor(c, r, z) {
2595
3130
  this.z = z;
@@ -2612,6 +3147,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2612
3147
  template: '<ng-content></ng-content>',
2613
3148
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2614
3149
  inputs: ['checkedRadio', 'defaultValue', 'description', 'descriptionLong', 'descriptionLongTitle', 'direction', 'disabled', 'error', 'hideLegend', 'hideOptional', 'invalid', 'legend', 'localization', 'name', 'preventUpdateProperties', 'required', 'value'],
3150
+ standalone: false
2615
3151
  }]
2616
3152
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2617
3153
  let StzhRatio = class StzhRatio {
@@ -2636,6 +3172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2636
3172
  template: '<ng-content></ng-content>',
2637
3173
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2638
3174
  inputs: ['fit', 'portrait', 'ratio', 'ratioLarge', 'ratioMedium', 'ratioSmall', 'ratioUltra'],
3175
+ standalone: false
2639
3176
  }]
2640
3177
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2641
3178
  let StzhReadspeaker = class StzhReadspeaker {
@@ -2660,7 +3197,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2660
3197
  changeDetection: ChangeDetectionStrategy.OnPush,
2661
3198
  template: '<ng-content></ng-content>',
2662
3199
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2663
- inputs: ['href'],
3200
+ inputs: [{ name: 'href', required: true }],
3201
+ standalone: false
2664
3202
  }]
2665
3203
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2666
3204
  let StzhRichtext = class StzhRichtext {
@@ -2685,6 +3223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2685
3223
  template: '<ng-content></ng-content>',
2686
3224
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2687
3225
  inputs: ['externalLinkIcon', 'externalLinkSelector', 'localization', 'removeFirstMargin', 'removeLastMargin'],
3226
+ standalone: false
2688
3227
  }]
2689
3228
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2690
3229
  let StzhRow = class StzhRow {
@@ -2709,17 +3248,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2709
3248
  template: '<ng-content></ng-content>',
2710
3249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2711
3250
  inputs: ['content', 'items', 'justify', 'span', 'spanLarge', 'spanMedium', 'spanSmall', 'spanUltra'],
3251
+ standalone: false
2712
3252
  }]
2713
3253
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2714
3254
  let StzhSaptcha = class StzhSaptcha {
2715
3255
  constructor(c, r, z) {
2716
3256
  this.z = z;
3257
+ this.stzhChange = new EventEmitter();
2717
3258
  c.detach();
2718
3259
  this.el = r.nativeElement;
2719
- proxyOutputs(this, this.el, ['stzhChange']);
2720
3260
  }
2721
3261
  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 }); }
3262
+ 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
3263
  };
2724
3264
  StzhSaptcha = __decorate([
2725
3265
  ProxyCmp({
@@ -2734,8 +3274,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2734
3274
  template: '<ng-content></ng-content>',
2735
3275
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2736
3276
  inputs: ['disabled', 'error', 'invalid', 'localization', 'name', 'numbers', 'value'],
3277
+ outputs: ['stzhChange'],
3278
+ standalone: false
2737
3279
  }]
2738
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3280
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
3281
+ type: Output
3282
+ }] } });
2739
3283
  let StzhScrollup = class StzhScrollup {
2740
3284
  constructor(c, r, z) {
2741
3285
  this.z = z;
@@ -2756,17 +3300,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2756
3300
  template: '<ng-content></ng-content>',
2757
3301
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2758
3302
  inputs: [],
3303
+ standalone: false
2759
3304
  }]
2760
3305
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2761
3306
  let StzhSearch = class StzhSearch {
2762
3307
  constructor(c, r, z) {
2763
3308
  this.z = z;
3309
+ this.stzhOverlayCloseClick = new EventEmitter();
2764
3310
  c.detach();
2765
3311
  this.el = r.nativeElement;
2766
- proxyOutputs(this, this.el, ['stzhOverlayCloseClick']);
2767
3312
  }
2768
3313
  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 }); }
3314
+ 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
3315
  };
2771
3316
  StzhSearch = __decorate([
2772
3317
  ProxyCmp({
@@ -2781,8 +3326,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2781
3326
  template: '<ng-content></ng-content>',
2782
3327
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2783
3328
  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'],
3329
+ outputs: ['stzhOverlayCloseClick'],
3330
+ standalone: false
2784
3331
  }]
2785
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3332
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOverlayCloseClick: [{
3333
+ type: Output
3334
+ }] } });
2786
3335
  let StzhSection = class StzhSection {
2787
3336
  constructor(c, r, z) {
2788
3337
  this.z = z;
@@ -2805,6 +3354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2805
3354
  template: '<ng-content></ng-content>',
2806
3355
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2807
3356
  inputs: ['background', 'breakout', 'marginBottom', 'marginTop', 'paddingBottom', 'paddingTop', 'variant'],
3357
+ standalone: false
2808
3358
  }]
2809
3359
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2810
3360
  let StzhShare = class StzhShare {
@@ -2829,6 +3379,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2829
3379
  template: '<ng-content></ng-content>',
2830
3380
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2831
3381
  inputs: ['localization', 'mailBody', 'mailSubject', 'services', 'url'],
3382
+ standalone: false
2832
3383
  }]
2833
3384
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2834
3385
  let StzhShow = class StzhShow {
@@ -2853,6 +3404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2853
3404
  template: '<ng-content></ng-content>',
2854
3405
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2855
3406
  inputs: ['closeKey', 'hideFromDate', 'large', 'medium', 'mikro', 'showFromDate', 'small', 'ultra'],
3407
+ standalone: false
2856
3408
  }]
2857
3409
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2858
3410
  let StzhSitemap = class StzhSitemap {
@@ -2877,6 +3429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2877
3429
  template: '<ng-content></ng-content>',
2878
3430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2879
3431
  inputs: ['items'],
3432
+ standalone: false
2880
3433
  }]
2881
3434
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2882
3435
  let StzhSkinPortalMitwirken = class StzhSkinPortalMitwirken {
@@ -2899,6 +3452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2899
3452
  template: '<ng-content></ng-content>',
2900
3453
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2901
3454
  inputs: [],
3455
+ standalone: false
2902
3456
  }]
2903
3457
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2904
3458
  let StzhSkinStorybookPreview = class StzhSkinStorybookPreview {
@@ -2921,17 +3475,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2921
3475
  template: '<ng-content></ng-content>',
2922
3476
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2923
3477
  inputs: [],
3478
+ standalone: false
2924
3479
  }]
2925
3480
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2926
3481
  let StzhSkiplink = class StzhSkiplink {
2927
3482
  constructor(c, r, z) {
2928
3483
  this.z = z;
3484
+ this.stzhFocus = new EventEmitter();
3485
+ this.stzhBlur = new EventEmitter();
2929
3486
  c.detach();
2930
3487
  this.el = r.nativeElement;
2931
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur']);
2932
3488
  }
2933
3489
  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 }); }
3490
+ 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
3491
  };
2936
3492
  StzhSkiplink = __decorate([
2937
3493
  ProxyCmp({
@@ -2946,8 +3502,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2946
3502
  template: '<ng-content></ng-content>',
2947
3503
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2948
3504
  inputs: ['analyticsId', 'href', 'label', 'linkAccesskey', 'linkTitle'],
3505
+ outputs: ['stzhFocus', 'stzhBlur'],
3506
+ standalone: false
2949
3507
  }]
2950
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3508
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
3509
+ type: Output
3510
+ }], stzhBlur: [{
3511
+ type: Output
3512
+ }] } });
2951
3513
  let StzhSocialmediastream = class StzhSocialmediastream {
2952
3514
  constructor(c, r, z) {
2953
3515
  this.z = z;
@@ -2970,6 +3532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2970
3532
  template: '<ng-content></ng-content>',
2971
3533
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2972
3534
  inputs: ['heading', 'headingLevel', 'items'],
3535
+ standalone: false
2973
3536
  }]
2974
3537
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2975
3538
  let StzhSocialmediastreamItem = class StzhSocialmediastreamItem {
@@ -2994,17 +3557,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2994
3557
  template: '<ng-content></ng-content>',
2995
3558
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2996
3559
  inputs: ['dateAdapter', 'item', 'localization'],
3560
+ standalone: false
2997
3561
  }]
2998
3562
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
2999
3563
  let StzhSortable = class StzhSortable {
3000
3564
  constructor(c, r, z) {
3001
3565
  this.z = z;
3566
+ this.stzhUpdate = new EventEmitter();
3567
+ this.stzhDisable = new EventEmitter();
3002
3568
  c.detach();
3003
3569
  this.el = r.nativeElement;
3004
- proxyOutputs(this, this.el, ['stzhUpdate', 'stzhDisable']);
3005
3570
  }
3006
3571
  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 }); }
3572
+ 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
3573
  };
3009
3574
  StzhSortable = __decorate([
3010
3575
  ProxyCmp({
@@ -3020,8 +3585,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3020
3585
  template: '<ng-content></ng-content>',
3021
3586
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3022
3587
  inputs: ['container', 'dataIdAttribute', 'disabled', 'filterElements', 'ghostClone', 'localization'],
3588
+ outputs: ['stzhUpdate', 'stzhDisable'],
3589
+ standalone: false
3023
3590
  }]
3024
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3591
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhUpdate: [{
3592
+ type: Output
3593
+ }], stzhDisable: [{
3594
+ type: Output
3595
+ }] } });
3025
3596
  let StzhSpace = class StzhSpace {
3026
3597
  constructor(c, r, z) {
3027
3598
  this.z = z;
@@ -3044,6 +3615,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3044
3615
  template: '<ng-content></ng-content>',
3045
3616
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3046
3617
  inputs: ['around', 'border', 'curve', 'items', 'justify', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
3618
+ standalone: false
3047
3619
  }]
3048
3620
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3049
3621
  let StzhStatus = class StzhStatus {
@@ -3068,17 +3640,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3068
3640
  template: '<ng-content></ng-content>',
3069
3641
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3070
3642
  inputs: ['label', 'percent', 'type', 'withLoadingbar'],
3643
+ standalone: false
3071
3644
  }]
3072
3645
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3073
3646
  let StzhStepper = class StzhStepper {
3074
3647
  constructor(c, r, z) {
3075
3648
  this.z = z;
3649
+ this.stzhClick = new EventEmitter();
3650
+ this.stzhDottedClick = new EventEmitter();
3076
3651
  c.detach();
3077
3652
  this.el = r.nativeElement;
3078
- proxyOutputs(this, this.el, ['stzhClick', 'stzhDottedClick']);
3079
3653
  }
3080
3654
  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 }); }
3655
+ 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
3656
  };
3083
3657
  StzhStepper = __decorate([
3084
3658
  ProxyCmp({
@@ -3094,17 +3668,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3094
3668
  template: '<ng-content></ng-content>',
3095
3669
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3096
3670
  inputs: ['clickDisabled', 'data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
3671
+ outputs: ['stzhClick', 'stzhDottedClick'],
3672
+ standalone: false
3097
3673
  }]
3098
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3674
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3675
+ type: Output
3676
+ }], stzhDottedClick: [{
3677
+ type: Output
3678
+ }] } });
3099
3679
  let StzhStepperItem = class StzhStepperItem {
3100
3680
  constructor(c, r, z) {
3101
3681
  this.z = z;
3682
+ this.stzhClick = new EventEmitter();
3683
+ this.stzhDottedClick = new EventEmitter();
3102
3684
  c.detach();
3103
3685
  this.el = r.nativeElement;
3104
- proxyOutputs(this, this.el, ['stzhClick', 'stzhDottedClick']);
3105
3686
  }
3106
3687
  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 }); }
3688
+ 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
3689
  };
3109
3690
  StzhStepperItem = __decorate([
3110
3691
  ProxyCmp({
@@ -3119,17 +3700,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3119
3700
  template: '<ng-content></ng-content>',
3120
3701
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3121
3702
  inputs: ['analyticsId', 'clickDisabled', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'incomplete', 'label', 'last', 'passed', 'step'],
3703
+ outputs: ['stzhClick', 'stzhDottedClick'],
3704
+ standalone: false
3122
3705
  }]
3123
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3706
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3707
+ type: Output
3708
+ }], stzhDottedClick: [{
3709
+ type: Output
3710
+ }] } });
3124
3711
  let StzhSticky = class StzhSticky {
3125
3712
  constructor(c, r, z) {
3126
3713
  this.z = z;
3714
+ this.stzhStuckTop = new EventEmitter();
3715
+ this.stzhStuckBottom = new EventEmitter();
3127
3716
  c.detach();
3128
3717
  this.el = r.nativeElement;
3129
- proxyOutputs(this, this.el, ['stzhStuckTop', 'stzhStuckBottom']);
3130
3718
  }
3131
3719
  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 }); }
3720
+ 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
3721
  };
3134
3722
  StzhSticky = __decorate([
3135
3723
  ProxyCmp({
@@ -3144,8 +3732,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3144
3732
  template: '<ng-content></ng-content>',
3145
3733
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3146
3734
  inputs: ['bleeding', 'disableStickyBottom', 'disableStickyTop', 'name', 'position', 'variant'],
3735
+ outputs: ['stzhStuckTop', 'stzhStuckBottom'],
3736
+ standalone: false
3147
3737
  }]
3148
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3738
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhStuckTop: [{
3739
+ type: Output
3740
+ }], stzhStuckBottom: [{
3741
+ type: Output
3742
+ }] } });
3149
3743
  let StzhStickyActions = class StzhStickyActions {
3150
3744
  constructor(c, r, z) {
3151
3745
  this.z = z;
@@ -3168,6 +3762,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3168
3762
  template: '<ng-content></ng-content>',
3169
3763
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3170
3764
  inputs: ['pagetitleQuery'],
3765
+ standalone: false
3171
3766
  }]
3172
3767
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3173
3768
  let StzhTable = class StzhTable {
@@ -3192,17 +3787,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3192
3787
  template: '<ng-content></ng-content>',
3193
3788
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3194
3789
  inputs: ['disableMinWidth', 'fixedLeft', 'fixedRight'],
3790
+ standalone: false
3195
3791
  }]
3196
3792
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3197
3793
  let StzhTag = class StzhTag {
3198
3794
  constructor(c, r, z) {
3199
3795
  this.z = z;
3796
+ this.stzhClick = new EventEmitter();
3797
+ this.stzhFocus = new EventEmitter();
3798
+ this.stzhBlur = new EventEmitter();
3200
3799
  c.detach();
3201
3800
  this.el = r.nativeElement;
3202
- proxyOutputs(this, this.el, ['stzhClick', 'stzhFocus', 'stzhBlur']);
3203
3801
  }
3204
3802
  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 }); }
3803
+ 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
3804
  };
3207
3805
  StzhTag = __decorate([
3208
3806
  ProxyCmp({
@@ -3217,8 +3815,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3217
3815
  template: '<ng-content></ng-content>',
3218
3816
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3219
3817
  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 }]; } });
3818
+ outputs: ['stzhClick', 'stzhFocus', 'stzhBlur'],
3819
+ standalone: false
3820
+ }]
3821
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhClick: [{
3822
+ type: Output
3823
+ }], stzhFocus: [{
3824
+ type: Output
3825
+ }], stzhBlur: [{
3826
+ type: Output
3827
+ }] } });
3222
3828
  let StzhText = class StzhText {
3223
3829
  constructor(c, r, z) {
3224
3830
  this.z = z;
@@ -3241,6 +3847,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3241
3847
  template: '<ng-content></ng-content>',
3242
3848
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3243
3849
  inputs: ['color', 'curve', 'font', 'lead', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
3850
+ standalone: false
3244
3851
  }]
3245
3852
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3246
3853
  let StzhTextandimage = class StzhTextandimage {
@@ -3265,17 +3872,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3265
3872
  template: '<ng-content></ng-content>',
3266
3873
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3267
3874
  inputs: ['imageMoves', 'imagePosition', 'size'],
3875
+ standalone: false
3268
3876
  }]
3269
3877
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3270
3878
  let StzhTimeline = class StzhTimeline {
3271
3879
  constructor(c, r, z) {
3272
3880
  this.z = z;
3881
+ this.stzhFoldableChange = new EventEmitter();
3273
3882
  c.detach();
3274
3883
  this.el = r.nativeElement;
3275
- proxyOutputs(this, this.el, ['stzhFoldableChange']);
3276
3884
  }
3277
3885
  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 }); }
3886
+ 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
3887
  };
3280
3888
  StzhTimeline = __decorate([
3281
3889
  ProxyCmp({
@@ -3291,17 +3899,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3291
3899
  template: '<ng-content></ng-content>',
3292
3900
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3293
3901
  inputs: ['collapsible', 'foldable', 'multiselectable'],
3902
+ outputs: ['stzhFoldableChange'],
3903
+ standalone: false
3294
3904
  }]
3295
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3905
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFoldableChange: [{
3906
+ type: Output
3907
+ }] } });
3296
3908
  let StzhTimelineItem = class StzhTimelineItem {
3297
3909
  constructor(c, r, z) {
3298
3910
  this.z = z;
3911
+ this.stzhOpen = new EventEmitter();
3912
+ this.stzhOpened = new EventEmitter();
3913
+ this.stzhClose = new EventEmitter();
3914
+ this.stzhClosed = new EventEmitter();
3915
+ this.stzhFocus = new EventEmitter();
3916
+ this.stzhBlur = new EventEmitter();
3299
3917
  c.detach();
3300
3918
  this.el = r.nativeElement;
3301
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur']);
3302
3919
  }
3303
3920
  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 }); }
3921
+ 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
3922
  };
3306
3923
  StzhTimelineItem = __decorate([
3307
3924
  ProxyCmp({
@@ -3317,17 +3934,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3317
3934
  template: '<ng-content></ng-content>',
3318
3935
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3319
3936
  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 }]; } });
3937
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed', 'stzhFocus', 'stzhBlur'],
3938
+ standalone: false
3939
+ }]
3940
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
3941
+ type: Output
3942
+ }], stzhOpened: [{
3943
+ type: Output
3944
+ }], stzhClose: [{
3945
+ type: Output
3946
+ }], stzhClosed: [{
3947
+ type: Output
3948
+ }], stzhFocus: [{
3949
+ type: Output
3950
+ }], stzhBlur: [{
3951
+ type: Output
3952
+ }] } });
3322
3953
  let StzhTimepicker = class StzhTimepicker {
3323
3954
  constructor(c, r, z) {
3324
3955
  this.z = z;
3956
+ this.stzhChange = new EventEmitter();
3325
3957
  c.detach();
3326
3958
  this.el = r.nativeElement;
3327
- proxyOutputs(this, this.el, ['stzhChange']);
3328
3959
  }
3329
3960
  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 }); }
3961
+ 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
3962
  };
3332
3963
  StzhTimepicker = __decorate([
3333
3964
  ProxyCmp({
@@ -3342,17 +3973,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3342
3973
  template: '<ng-content></ng-content>',
3343
3974
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3344
3975
  inputs: ['a11yDescribedby', 'description', 'descriptionLong', 'disabled', 'error', 'hideOptional', 'invalid', 'label', 'localization', 'max', 'min', 'name', 'open', 'popoverPlacement', 'readonly', 'required', 'size', 'step', 'value'],
3976
+ outputs: ['stzhChange'],
3977
+ standalone: false
3345
3978
  }]
3346
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3979
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
3980
+ type: Output
3981
+ }] } });
3347
3982
  let StzhToast = class StzhToast {
3348
3983
  constructor(c, r, z) {
3349
3984
  this.z = z;
3985
+ this.stzhOpen = new EventEmitter();
3986
+ this.stzhOpened = new EventEmitter();
3987
+ this.stzhClose = new EventEmitter();
3988
+ this.stzhClosed = new EventEmitter();
3350
3989
  c.detach();
3351
3990
  this.el = r.nativeElement;
3352
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
3353
3991
  }
3354
3992
  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 }); }
3993
+ 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
3994
  };
3357
3995
  StzhToast = __decorate([
3358
3996
  ProxyCmp({
@@ -3368,8 +4006,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3368
4006
  template: '<ng-content></ng-content>',
3369
4007
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3370
4008
  inputs: ['hideClose', 'initialOpenAnimation', 'label', 'localization', 'open', 'type'],
3371
- }]
3372
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4009
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
4010
+ standalone: false
4011
+ }]
4012
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
4013
+ type: Output
4014
+ }], stzhOpened: [{
4015
+ type: Output
4016
+ }], stzhClose: [{
4017
+ type: Output
4018
+ }], stzhClosed: [{
4019
+ type: Output
4020
+ }] } });
3373
4021
  let StzhToastbar = class StzhToastbar {
3374
4022
  constructor(c, r, z) {
3375
4023
  this.z = z;
@@ -3393,17 +4041,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3393
4041
  template: '<ng-content></ng-content>',
3394
4042
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3395
4043
  inputs: ['hideAfter', 'initialToasts', 'max'],
4044
+ standalone: false
3396
4045
  }]
3397
4046
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3398
4047
  let StzhToggle = class StzhToggle {
3399
4048
  constructor(c, r, z) {
3400
4049
  this.z = z;
4050
+ this.stzhChange = new EventEmitter();
4051
+ this.stzhFocus = new EventEmitter();
4052
+ this.stzhBlur = new EventEmitter();
3401
4053
  c.detach();
3402
4054
  this.el = r.nativeElement;
3403
- proxyOutputs(this, this.el, ['stzhChange', 'stzhFocus', 'stzhBlur']);
3404
4055
  }
3405
4056
  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 }); }
4057
+ 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
4058
  };
3408
4059
  StzhToggle = __decorate([
3409
4060
  ProxyCmp({
@@ -3418,17 +4069,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3418
4069
  template: '<ng-content></ng-content>',
3419
4070
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3420
4071
  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 }]; } });
4072
+ outputs: ['stzhChange', 'stzhFocus', 'stzhBlur'],
4073
+ standalone: false
4074
+ }]
4075
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhChange: [{
4076
+ type: Output
4077
+ }], stzhFocus: [{
4078
+ type: Output
4079
+ }], stzhBlur: [{
4080
+ type: Output
4081
+ }] } });
3423
4082
  let StzhTooltip = class StzhTooltip {
3424
4083
  constructor(c, r, z) {
3425
4084
  this.z = z;
4085
+ this.stzhOpen = new EventEmitter();
4086
+ this.stzhOpened = new EventEmitter();
4087
+ this.stzhClose = new EventEmitter();
4088
+ this.stzhClosed = new EventEmitter();
3426
4089
  c.detach();
3427
4090
  this.el = r.nativeElement;
3428
- proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
3429
4091
  }
3430
4092
  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 }); }
4093
+ 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
4094
  };
3433
4095
  StzhTooltip = __decorate([
3434
4096
  ProxyCmp({
@@ -3444,8 +4106,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3444
4106
  template: '<ng-content></ng-content>',
3445
4107
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3446
4108
  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 }]; } });
4109
+ outputs: ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed'],
4110
+ standalone: false
4111
+ }]
4112
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhOpen: [{
4113
+ type: Output
4114
+ }], stzhOpened: [{
4115
+ type: Output
4116
+ }], stzhClose: [{
4117
+ type: Output
4118
+ }], stzhClosed: [{
4119
+ type: Output
4120
+ }] } });
3449
4121
  let StzhTwocolumns = class StzhTwocolumns {
3450
4122
  constructor(c, r, z) {
3451
4123
  this.z = z;
@@ -3466,17 +4138,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3466
4138
  template: '<ng-content></ng-content>',
3467
4139
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3468
4140
  inputs: [],
4141
+ standalone: false
3469
4142
  }]
3470
4143
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3471
4144
  let StzhUpload = class StzhUpload {
3472
4145
  constructor(c, r, z) {
3473
4146
  this.z = z;
4147
+ this.stzhFileAdded = new EventEmitter();
4148
+ this.stzhFilesAdded = new EventEmitter();
4149
+ this.stzhFileRemove = new EventEmitter();
4150
+ this.stzhFileRemoved = new EventEmitter();
4151
+ this.stzhSending = new EventEmitter();
4152
+ this.stzhSendingMultiple = new EventEmitter();
4153
+ this.stzhProcessing = new EventEmitter();
4154
+ this.stzhProcessingMultiple = new EventEmitter();
4155
+ this.stzhProgress = new EventEmitter();
4156
+ this.stzhProgressTotal = new EventEmitter();
4157
+ this.stzhError = new EventEmitter();
4158
+ this.stzhErrorMultiple = new EventEmitter();
4159
+ this.stzhSuccess = new EventEmitter();
4160
+ this.stzhSuccessMultiple = new EventEmitter();
4161
+ this.stzhCanceled = new EventEmitter();
4162
+ this.stzhCanceledMultiple = new EventEmitter();
4163
+ this.stzhComplete = new EventEmitter();
4164
+ this.stzhCompleteMultiple = new EventEmitter();
3474
4165
  c.detach();
3475
4166
  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
4167
  }
3478
4168
  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 }); }
4169
+ 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
4170
  };
3481
4171
  StzhUpload = __decorate([
3482
4172
  ProxyCmp({
@@ -3492,8 +4182,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3492
4182
  template: '<ng-content></ng-content>',
3493
4183
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3494
4184
  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 }]; } });
4185
+ outputs: ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple'],
4186
+ standalone: false
4187
+ }]
4188
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFileAdded: [{
4189
+ type: Output
4190
+ }], stzhFilesAdded: [{
4191
+ type: Output
4192
+ }], stzhFileRemove: [{
4193
+ type: Output
4194
+ }], stzhFileRemoved: [{
4195
+ type: Output
4196
+ }], stzhSending: [{
4197
+ type: Output
4198
+ }], stzhSendingMultiple: [{
4199
+ type: Output
4200
+ }], stzhProcessing: [{
4201
+ type: Output
4202
+ }], stzhProcessingMultiple: [{
4203
+ type: Output
4204
+ }], stzhProgress: [{
4205
+ type: Output
4206
+ }], stzhProgressTotal: [{
4207
+ type: Output
4208
+ }], stzhError: [{
4209
+ type: Output
4210
+ }], stzhErrorMultiple: [{
4211
+ type: Output
4212
+ }], stzhSuccess: [{
4213
+ type: Output
4214
+ }], stzhSuccessMultiple: [{
4215
+ type: Output
4216
+ }], stzhCanceled: [{
4217
+ type: Output
4218
+ }], stzhCanceledMultiple: [{
4219
+ type: Output
4220
+ }], stzhComplete: [{
4221
+ type: Output
4222
+ }], stzhCompleteMultiple: [{
4223
+ type: Output
4224
+ }] } });
3497
4225
  let StzhVbzCarousel = class StzhVbzCarousel {
3498
4226
  constructor(c, r, z) {
3499
4227
  this.z = z;
@@ -3516,6 +4244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3516
4244
  template: '<ng-content></ng-content>',
3517
4245
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3518
4246
  inputs: ['autoplayTimeout'],
4247
+ standalone: false
3519
4248
  }]
3520
4249
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3521
4250
  let StzhVbzConnectionFinder = class StzhVbzConnectionFinder {
@@ -3540,6 +4269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3540
4269
  template: '<ng-content></ng-content>',
3541
4270
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3542
4271
  inputs: ['language', 'zvvScript'],
4272
+ standalone: false
3543
4273
  }]
3544
4274
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3545
4275
  let StzhVbzIntro = class StzhVbzIntro {
@@ -3564,17 +4294,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3564
4294
  template: '<ng-content></ng-content>',
3565
4295
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3566
4296
  inputs: ['localization', 'quicklinks'],
4297
+ standalone: false
3567
4298
  }]
3568
4299
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3569
4300
  let StzhVbzLinechip = class StzhVbzLinechip {
3570
4301
  constructor(c, r, z) {
3571
4302
  this.z = z;
4303
+ this.stzhFocus = new EventEmitter();
4304
+ this.stzhBlur = new EventEmitter();
3572
4305
  c.detach();
3573
4306
  this.el = r.nativeElement;
3574
- proxyOutputs(this, this.el, ['stzhFocus', 'stzhBlur']);
3575
4307
  }
3576
4308
  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 }); }
4309
+ 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
4310
  };
3579
4311
  StzhVbzLinechip = __decorate([
3580
4312
  ProxyCmp({
@@ -3589,17 +4321,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3589
4321
  template: '<ng-content></ng-content>',
3590
4322
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3591
4323
  inputs: ['active', 'alert', 'analyticsId', 'disabled', 'global', 'line'],
4324
+ outputs: ['stzhFocus', 'stzhBlur'],
4325
+ standalone: false
3592
4326
  }]
3593
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4327
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhFocus: [{
4328
+ type: Output
4329
+ }], stzhBlur: [{
4330
+ type: Output
4331
+ }] } });
3594
4332
  let StzhVbzMajorticker = class StzhVbzMajorticker {
3595
4333
  constructor(c, r, z) {
3596
4334
  this.z = z;
4335
+ this.stzhDisturbanceFetched = new EventEmitter();
3597
4336
  c.detach();
3598
4337
  this.el = r.nativeElement;
3599
- proxyOutputs(this, this.el, ['stzhDisturbanceFetched']);
3600
4338
  }
3601
4339
  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 }); }
4340
+ 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
4341
  };
3604
4342
  StzhVbzMajorticker = __decorate([
3605
4343
  ProxyCmp({
@@ -3615,8 +4353,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3615
4353
  template: '<ng-content></ng-content>',
3616
4354
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3617
4355
  inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink', 'showCloseKey'],
4356
+ outputs: ['stzhDisturbanceFetched'],
4357
+ standalone: false
3618
4358
  }]
3619
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4359
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { stzhDisturbanceFetched: [{
4360
+ type: Output
4361
+ }] } });
3620
4362
  let StzhVbzTicker = class StzhVbzTicker {
3621
4363
  constructor(c, r, z) {
3622
4364
  this.z = z;
@@ -3639,6 +4381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3639
4381
  template: '<ng-content></ng-content>',
3640
4382
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3641
4383
  inputs: ['api', 'data', 'dateAdapter', 'localization', 'moreInfoLink'],
4384
+ standalone: false
3642
4385
  }]
3643
4386
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3644
4387
  let StzhVisuallyhidden = class StzhVisuallyhidden {
@@ -3661,6 +4404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3661
4404
  template: '<ng-content></ng-content>',
3662
4405
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3663
4406
  inputs: [],
4407
+ standalone: false
3664
4408
  }]
3665
4409
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3666
4410
  let StzhVspace = class StzhVspace {
@@ -3685,6 +4429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3685
4429
  template: '<ng-content></ng-content>',
3686
4430
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3687
4431
  inputs: ['around', 'aroundBottom', 'aroundTop', 'border', 'curve', 'items', 'justify', 'size', 'sizeLarge', 'sizeMedium', 'sizeSmall', 'sizeUltra'],
4432
+ standalone: false
3688
4433
  }]
3689
4434
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3690
4435
  let StzhYoutube = class StzhYoutube {
@@ -3709,6 +4454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3709
4454
  template: '<ng-content></ng-content>',
3710
4455
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3711
4456
  inputs: ['cookie', 'cookieExpires', 'localization', 'skipPreview', 'skipPreviewIfCookieAccepted', 'url'],
4457
+ standalone: false
3712
4458
  }]
3713
4459
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3714
4460
 
@@ -3788,6 +4534,7 @@ const DIRECTIVES = [
3788
4534
  StzhInput,
3789
4535
  StzhInvert,
3790
4536
  StzhLink,
4537
+ StzhLinklist,
3791
4538
  StzhList,
3792
4539
  StzhListItem,
3793
4540
  StzhLoader,
@@ -3909,7 +4656,7 @@ class BooleanValueAccessor extends ValueAccessor {
3909
4656
  this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
3910
4657
  }
3911
4658
  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: [
4659
+ 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
4660
  {
3914
4661
  provide: NG_VALUE_ACCESSOR,
3915
4662
  useExisting: BooleanValueAccessor,
@@ -3923,7 +4670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3923
4670
  /* tslint:disable-next-line:directive-selector */
3924
4671
  selector: 'stzh-checkbox, stzh-toggle, stzh-radio, stzh-button[type=radio], stzh-card',
3925
4672
  host: {
3926
- '(stzhChange)': 'handleChangeEvent($event.target.checked)'
4673
+ '(stzhChange)': 'handleChangeEvent($event.target?.["checked"])'
3927
4674
  },
3928
4675
  providers: [
3929
4676
  {
@@ -3931,7 +4678,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3931
4678
  useExisting: BooleanValueAccessor,
3932
4679
  multi: true
3933
4680
  }
3934
- ]
4681
+ ],
4682
+ standalone: false
3935
4683
  }]
3936
4684
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
3937
4685
 
@@ -3945,7 +4693,7 @@ class NumericValueAccessor extends ValueAccessor {
3945
4693
  });
3946
4694
  }
3947
4695
  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: [
4696
+ 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
4697
  {
3950
4698
  provide: NG_VALUE_ACCESSOR,
3951
4699
  useExisting: NumericValueAccessor,
@@ -3959,7 +4707,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3959
4707
  /* tslint:disable-next-line:directive-selector */
3960
4708
  selector: 'stzh-input[type=number], stzh-amount:not(:has(stzh-dropdown)), stzh-pagination',
3961
4709
  host: {
3962
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4710
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
3963
4711
  },
3964
4712
  providers: [
3965
4713
  {
@@ -3967,7 +4715,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3967
4715
  useExisting: NumericValueAccessor,
3968
4716
  multi: true
3969
4717
  }
3970
- ]
4718
+ ],
4719
+ standalone: false
3971
4720
  }]
3972
4721
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
3973
4722
 
@@ -3976,7 +4725,7 @@ class SelectValueAccessor extends ValueAccessor {
3976
4725
  super(el);
3977
4726
  }
3978
4727
  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: [
4728
+ 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
4729
  {
3981
4730
  provide: NG_VALUE_ACCESSOR,
3982
4731
  useExisting: SelectValueAccessor,
@@ -3990,7 +4739,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3990
4739
  /* tslint:disable-next-line:directive-selector */
3991
4740
  selector: 'stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup, stzh-chipselect',
3992
4741
  host: {
3993
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4742
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
3994
4743
  },
3995
4744
  providers: [
3996
4745
  {
@@ -3998,7 +4747,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3998
4747
  useExisting: SelectValueAccessor,
3999
4748
  multi: true
4000
4749
  }
4001
- ]
4750
+ ],
4751
+ standalone: false
4002
4752
  }]
4003
4753
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
4004
4754
 
@@ -4007,7 +4757,7 @@ class TextValueAccessor extends ValueAccessor {
4007
4757
  super(el);
4008
4758
  }
4009
4759
  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: [
4760
+ 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
4761
  {
4012
4762
  provide: NG_VALUE_ACCESSOR,
4013
4763
  useExisting: TextValueAccessor,
@@ -4021,7 +4771,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4021
4771
  /* tslint:disable-next-line:directive-selector */
4022
4772
  selector: 'stzh-input:not([type=number]):not([stzhAhvNumber]), stzh-datepicker, stzh-calendar, stzh-saptcha, stzh-timepicker, stzh-monthyearpicker, stzh-appointments',
4023
4773
  host: {
4024
- '(stzhChange)': 'handleChangeEvent($event.target.value)'
4774
+ '(stzhChange)': 'handleChangeEvent($event.target?.["value"])'
4025
4775
  },
4026
4776
  providers: [
4027
4777
  {
@@ -4029,7 +4779,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4029
4779
  useExisting: TextValueAccessor,
4030
4780
  multi: true
4031
4781
  }
4032
- ]
4782
+ ],
4783
+ standalone: false
4033
4784
  }]
4034
4785
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
4035
4786
 
@@ -4042,10 +4793,10 @@ const declarations = [
4042
4793
  ];
4043
4794
  class StzhComponentsAngularModule {
4044
4795
  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,
4796
+ 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, 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
4797
  NumericValueAccessor,
4047
4798
  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,
4799
+ 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, 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
4800
  NumericValueAccessor,
4050
4801
  SelectValueAccessor,
4051
4802
  TextValueAccessor] }); }
@@ -4078,5 +4829,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4078
4829
  * Generated bundle index. Do not edit.
4079
4830
  */
4080
4831
 
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 };
4832
+ 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, 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
4833
  //# sourceMappingURL=oiz-stzh-components-angular.mjs.map