@oiz/stzh-components-angular 3.0.0 → 3.2.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.
- package/esm2022/lib/stencil-generated/index.mjs +7 -1
- package/esm2022/lib/stencil-generated/proxies.mjs +180 -41
- package/esm2022/lib/stencil-generated/select-value-accessor.mjs +3 -3
- package/esm2022/stzh-components-angular.module.mjs +3 -3
- package/fesm2022/oiz-stzh-components-angular.mjs +190 -45
- package/fesm2022/oiz-stzh-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/index.d.ts +1 -1
- package/lib/stencil-generated/proxies.d.ts +82 -13
- package/lib/stencil-generated/select-value-accessor.d.ts +1 -1
- package/package.json +2 -2
- package/stzh-components-angular.module.d.ts +1 -1
|
@@ -71,11 +71,11 @@ let StzhAccordion = class StzhAccordion {
|
|
|
71
71
|
proxyOutputs(this, this.el, ['stzhVariantChange']);
|
|
72
72
|
}
|
|
73
73
|
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 }); }
|
|
74
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAccordion, selector: "stzh-accordion", inputs: { collapsible: "collapsible", multiselectable: "multiselectable", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
74
|
+
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 }); }
|
|
75
75
|
};
|
|
76
76
|
StzhAccordion = __decorate([
|
|
77
77
|
ProxyCmp({
|
|
78
|
-
inputs: ['collapsible', 'multiselectable', 'variant'],
|
|
78
|
+
inputs: ['collapsible', 'heading', 'multiselectable', 'variant'],
|
|
79
79
|
methods: ['setItemFocus']
|
|
80
80
|
})
|
|
81
81
|
], StzhAccordion);
|
|
@@ -86,7 +86,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
86
86
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
87
87
|
template: '<ng-content></ng-content>',
|
|
88
88
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
89
|
-
inputs: ['collapsible', 'multiselectable', 'variant'],
|
|
89
|
+
inputs: ['collapsible', 'heading', 'multiselectable', 'variant'],
|
|
90
90
|
}]
|
|
91
91
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
92
92
|
let StzhAccordionItem = class StzhAccordionItem {
|
|
@@ -214,6 +214,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
214
214
|
inputs: ['items', 'localization'],
|
|
215
215
|
}]
|
|
216
216
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
217
|
+
let StzhAppBar = class StzhAppBar {
|
|
218
|
+
constructor(c, r, z) {
|
|
219
|
+
this.z = z;
|
|
220
|
+
c.detach();
|
|
221
|
+
this.el = r.nativeElement;
|
|
222
|
+
}
|
|
223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
224
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhAppBar, selector: "stzh-app-bar", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
225
|
+
};
|
|
226
|
+
StzhAppBar = __decorate([
|
|
227
|
+
ProxyCmp({})
|
|
228
|
+
], StzhAppBar);
|
|
229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhAppBar, decorators: [{
|
|
230
|
+
type: Component,
|
|
231
|
+
args: [{
|
|
232
|
+
selector: 'stzh-app-bar',
|
|
233
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
234
|
+
template: '<ng-content></ng-content>',
|
|
235
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
236
|
+
inputs: [],
|
|
237
|
+
}]
|
|
238
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
217
239
|
let StzhAppointments = class StzhAppointments {
|
|
218
240
|
constructor(c, r, z) {
|
|
219
241
|
this.z = z;
|
|
@@ -792,11 +814,11 @@ let StzhContact = class StzhContact {
|
|
|
792
814
|
this.el = r.nativeElement;
|
|
793
815
|
}
|
|
794
816
|
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 }); }
|
|
795
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", emails: "emails", heading: "heading", headingLevel: "headingLevel", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", nameHeadingLevel: "nameHeadingLevel", numbers: "numbers", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", street: "street", streetInfo: "streetInfo", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
817
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContact, selector: "stzh-contact", inputs: { address: "address", availability: "availability", availabilityTitle: "availabilityTitle", availabilityTitleLevel: "availabilityTitleLevel", emails: "emails", heading: "heading", headingLevel: "headingLevel", imagePosition: "imagePosition", location: "location", mainHeading: "mainHeading", mainHeadingLevel: "mainHeadingLevel", name: "name", nameHeadingLevel: "nameHeadingLevel", numbers: "numbers", pobox: "pobox", poboxHeading: "poboxHeading", poboxLocation: "poboxLocation", poboxPostalCode: "poboxPostalCode", poboxTitle: "poboxTitle", postalCode: "postalCode", street: "street", streetInfo: "streetInfo", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
796
818
|
};
|
|
797
819
|
StzhContact = __decorate([
|
|
798
820
|
ProxyCmp({
|
|
799
|
-
inputs: ['address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type']
|
|
821
|
+
inputs: ['address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'imagePosition', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type']
|
|
800
822
|
})
|
|
801
823
|
], StzhContact);
|
|
802
824
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContact, decorators: [{
|
|
@@ -806,7 +828,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
806
828
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
807
829
|
template: '<ng-content></ng-content>',
|
|
808
830
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
809
|
-
inputs: ['address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type'],
|
|
831
|
+
inputs: ['address', 'availability', 'availabilityTitle', 'availabilityTitleLevel', 'emails', 'heading', 'headingLevel', 'imagePosition', 'location', 'mainHeading', 'mainHeadingLevel', 'name', 'nameHeadingLevel', 'numbers', 'pobox', 'poboxHeading', 'poboxLocation', 'poboxPostalCode', 'poboxTitle', 'postalCode', 'street', 'streetInfo', 'type'],
|
|
832
|
+
}]
|
|
833
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
834
|
+
let StzhContactCv = class StzhContactCv {
|
|
835
|
+
constructor(c, r, z) {
|
|
836
|
+
this.z = z;
|
|
837
|
+
c.detach();
|
|
838
|
+
this.el = r.nativeElement;
|
|
839
|
+
}
|
|
840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContactCv, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
841
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhContactCv, selector: "stzh-contact-cv", inputs: { hobbies: "hobbies", jobtitle: "jobtitle", localization: "localization", responsibilities: "responsibilities", trainings: "trainings" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
842
|
+
};
|
|
843
|
+
StzhContactCv = __decorate([
|
|
844
|
+
ProxyCmp({
|
|
845
|
+
inputs: ['hobbies', 'jobtitle', 'localization', 'responsibilities', 'trainings']
|
|
846
|
+
})
|
|
847
|
+
], StzhContactCv);
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhContactCv, decorators: [{
|
|
849
|
+
type: Component,
|
|
850
|
+
args: [{
|
|
851
|
+
selector: 'stzh-contact-cv',
|
|
852
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
853
|
+
template: '<ng-content></ng-content>',
|
|
854
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
855
|
+
inputs: ['hobbies', 'jobtitle', 'localization', 'responsibilities', 'trainings'],
|
|
810
856
|
}]
|
|
811
857
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
812
858
|
let StzhContainer = class StzhContainer {
|
|
@@ -1409,14 +1455,14 @@ let StzhHeader = class StzhHeader {
|
|
|
1409
1455
|
this.z = z;
|
|
1410
1456
|
c.detach();
|
|
1411
1457
|
this.el = r.nativeElement;
|
|
1412
|
-
proxyOutputs(this, this.el, ['stzhMetanavItemClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged']);
|
|
1458
|
+
proxyOutputs(this, this.el, ['stzhMetanavItemClick', 'stzhMetanavItemChildClick', 'stzhMetanavItemButtonClick', 'stzhMenuItemClick', 'stzhLanguageChange', 'stzhSearchChange', 'stzhSearchChanged']);
|
|
1413
1459
|
}
|
|
1414
1460
|
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 }); }
|
|
1415
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1461
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHeader, selector: "stzh-header", inputs: { hideMetabar: "hideMetabar", href: "href", languageActive: "languageActive", languageId: "languageId", languagePreventUrlchange: "languagePreventUrlchange", languageStay: "languageStay", languages: "languages", localization: "localization", logoAnalyticsId: "logoAnalyticsId", logoType: "logoType", menuBackLabel: "menuBackLabel", menuId: "menuId", menuItems: "menuItems", metanavId: "metanavId", metanavItems: "metanavItems", searchAction: "searchAction", searchFieldName: "searchFieldName", searchId: "searchId", searchValue: "searchValue", sticky: "sticky" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1416
1462
|
};
|
|
1417
1463
|
StzhHeader = __decorate([
|
|
1418
1464
|
ProxyCmp({
|
|
1419
|
-
inputs: ['href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky'],
|
|
1465
|
+
inputs: ['hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky'],
|
|
1420
1466
|
methods: ['updatePosition']
|
|
1421
1467
|
})
|
|
1422
1468
|
], StzhHeader);
|
|
@@ -1427,7 +1473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1427
1473
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1428
1474
|
template: '<ng-content></ng-content>',
|
|
1429
1475
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1430
|
-
inputs: ['href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky'],
|
|
1476
|
+
inputs: ['hideMetabar', 'href', 'languageActive', 'languageId', 'languagePreventUrlchange', 'languageStay', 'languages', 'localization', 'logoAnalyticsId', 'logoType', 'menuBackLabel', 'menuId', 'menuItems', 'metanavId', 'metanavItems', 'searchAction', 'searchFieldName', 'searchId', 'searchValue', 'sticky'],
|
|
1431
1477
|
}]
|
|
1432
1478
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1433
1479
|
let StzhHeading = class StzhHeading {
|
|
@@ -1454,6 +1500,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1454
1500
|
inputs: ['curve', 'level'],
|
|
1455
1501
|
}]
|
|
1456
1502
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1503
|
+
let StzhHomepageServiceHighlights = class StzhHomepageServiceHighlights {
|
|
1504
|
+
constructor(c, r, z) {
|
|
1505
|
+
this.z = z;
|
|
1506
|
+
c.detach();
|
|
1507
|
+
this.el = r.nativeElement;
|
|
1508
|
+
}
|
|
1509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhHomepageServiceHighlights, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1510
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhHomepageServiceHighlights, selector: "stzh-homepage-service-highlights", inputs: { mostsearchedItems: "mostsearchedItems", topnewsItems: "topnewsItems" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1511
|
+
};
|
|
1512
|
+
StzhHomepageServiceHighlights = __decorate([
|
|
1513
|
+
ProxyCmp({
|
|
1514
|
+
inputs: ['mostsearchedItems', 'topnewsItems']
|
|
1515
|
+
})
|
|
1516
|
+
], StzhHomepageServiceHighlights);
|
|
1517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhHomepageServiceHighlights, decorators: [{
|
|
1518
|
+
type: Component,
|
|
1519
|
+
args: [{
|
|
1520
|
+
selector: 'stzh-homepage-service-highlights',
|
|
1521
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1522
|
+
template: '<ng-content></ng-content>',
|
|
1523
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1524
|
+
inputs: ['mostsearchedItems', 'topnewsItems'],
|
|
1525
|
+
}]
|
|
1526
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1457
1527
|
let StzhHr = class StzhHr {
|
|
1458
1528
|
constructor(c, r, z) {
|
|
1459
1529
|
this.z = z;
|
|
@@ -1532,11 +1602,11 @@ let StzhIframe = class StzhIframe {
|
|
|
1532
1602
|
proxyOutputs(this, this.el, ['stzhPreviewSkip', 'stzhViewChange']);
|
|
1533
1603
|
}
|
|
1534
1604
|
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 }); }
|
|
1535
|
-
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", 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 }); }
|
|
1605
|
+
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 }); }
|
|
1536
1606
|
};
|
|
1537
1607
|
StzhIframe = __decorate([
|
|
1538
1608
|
ProxyCmp({
|
|
1539
|
-
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width']
|
|
1609
|
+
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'iframeResizerHeightCorrection', 'iframeResizerSecondlevelDomain', 'iframeResizerVariant', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width']
|
|
1540
1610
|
})
|
|
1541
1611
|
], StzhIframe);
|
|
1542
1612
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhIframe, decorators: [{
|
|
@@ -1546,7 +1616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1546
1616
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1547
1617
|
template: '<ng-content></ng-content>',
|
|
1548
1618
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1549
|
-
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width'],
|
|
1619
|
+
inputs: ['allow', 'cookie', 'cookieConfirmIcon', 'cookieConfirmLabel', 'cookieConfirmText', 'cookieExpires', 'height', 'iframeErrorText', 'iframeId', 'iframeResizerHeightCorrection', 'iframeResizerSecondlevelDomain', 'iframeResizerVariant', 'localization', 'name', 'previewIcon', 'previewLabel', 'referrerpolicy', 'sandbox', 'skipPreview', 'skipPreviewIfCookieAccepted', 'src', 'width'],
|
|
1550
1620
|
}]
|
|
1551
1621
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1552
1622
|
let StzhImagecomparison = class StzhImagecomparison {
|
|
@@ -1989,11 +2059,11 @@ let StzhPagetitle = class StzhPagetitle {
|
|
|
1989
2059
|
this.el = r.nativeElement;
|
|
1990
2060
|
}
|
|
1991
2061
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPagetitle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1992
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagetitle, selector: "stzh-pagetitle", inputs: { background: "background", dateline: "dateline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2062
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagetitle, selector: "stzh-pagetitle", inputs: { background: "background", dateline: "dateline", hyphensEnabled: "hyphensEnabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1993
2063
|
};
|
|
1994
2064
|
StzhPagetitle = __decorate([
|
|
1995
2065
|
ProxyCmp({
|
|
1996
|
-
inputs: ['background', 'dateline']
|
|
2066
|
+
inputs: ['background', 'dateline', 'hyphensEnabled']
|
|
1997
2067
|
})
|
|
1998
2068
|
], StzhPagetitle);
|
|
1999
2069
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPagetitle, decorators: [{
|
|
@@ -2003,7 +2073,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2003
2073
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2004
2074
|
template: '<ng-content></ng-content>',
|
|
2005
2075
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2006
|
-
inputs: ['background', 'dateline'],
|
|
2076
|
+
inputs: ['background', 'dateline', 'hyphensEnabled'],
|
|
2007
2077
|
}]
|
|
2008
2078
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2009
2079
|
let StzhPagetitleHero = class StzhPagetitleHero {
|
|
@@ -2030,6 +2100,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2030
2100
|
inputs: ['heading', 'headingId', 'leadAuthor', 'subtitle'],
|
|
2031
2101
|
}]
|
|
2032
2102
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2103
|
+
let StzhPagetitleHome = class StzhPagetitleHome {
|
|
2104
|
+
constructor(c, r, z) {
|
|
2105
|
+
this.z = z;
|
|
2106
|
+
c.detach();
|
|
2107
|
+
this.el = r.nativeElement;
|
|
2108
|
+
}
|
|
2109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPagetitleHome, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2110
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagetitleHome, selector: "stzh-pagetitle-home", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2111
|
+
};
|
|
2112
|
+
StzhPagetitleHome = __decorate([
|
|
2113
|
+
ProxyCmp({})
|
|
2114
|
+
], StzhPagetitleHome);
|
|
2115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhPagetitleHome, decorators: [{
|
|
2116
|
+
type: Component,
|
|
2117
|
+
args: [{
|
|
2118
|
+
selector: 'stzh-pagetitle-home',
|
|
2119
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2120
|
+
template: '<ng-content></ng-content>',
|
|
2121
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2122
|
+
inputs: [],
|
|
2123
|
+
}]
|
|
2124
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2033
2125
|
let StzhPagination = class StzhPagination {
|
|
2034
2126
|
constructor(c, r, z) {
|
|
2035
2127
|
this.z = z;
|
|
@@ -2038,11 +2130,11 @@ let StzhPagination = class StzhPagination {
|
|
|
2038
2130
|
proxyOutputs(this, this.el, ['stzhChange']);
|
|
2039
2131
|
}
|
|
2040
2132
|
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 }); }
|
|
2041
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhPagination, selector: "stzh-pagination", inputs: { a11yDescribedby: "a11yDescribedby", 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 }); }
|
|
2133
|
+
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", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2042
2134
|
};
|
|
2043
2135
|
StzhPagination = __decorate([
|
|
2044
2136
|
ProxyCmp({
|
|
2045
|
-
inputs: ['a11yDescribedby', 'description', 'descriptionLong', 'disabled', 'error', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'total', 'value'],
|
|
2137
|
+
inputs: ['a11yDescribedby', 'allowManualInput', 'description', 'descriptionLong', 'disabled', 'error', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'total', 'value', 'width'],
|
|
2046
2138
|
methods: ['prev', 'next']
|
|
2047
2139
|
})
|
|
2048
2140
|
], StzhPagination);
|
|
@@ -2053,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2053
2145
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2054
2146
|
template: '<ng-content></ng-content>',
|
|
2055
2147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2056
|
-
inputs: ['a11yDescribedby', 'description', 'descriptionLong', 'disabled', 'error', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'total', 'value'],
|
|
2148
|
+
inputs: ['a11yDescribedby', 'allowManualInput', 'description', 'descriptionLong', 'disabled', 'error', 'invalid', 'label', 'labelHidden', 'localization', 'name', 'readonly', 'required', 'size', 'total', 'value', 'width'],
|
|
2057
2149
|
}]
|
|
2058
2150
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2059
2151
|
let StzhPanorama = class StzhPanorama {
|
|
@@ -2064,11 +2156,11 @@ let StzhPanorama = class StzhPanorama {
|
|
|
2064
2156
|
proxyOutputs(this, this.el, ['stzhLoad', 'stzhChange', 'stzhFullscreenChange', 'stzhSceneChange', 'stzhZoomChange']);
|
|
2065
2157
|
}
|
|
2066
2158
|
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 }); }
|
|
2067
|
-
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", localization: "localization", orientationOnByDefault: "orientationOnByDefault", scene: "scene", sceneFadeDuration: "sceneFadeDuration", scenes: "scenes" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2159
|
+
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 }); }
|
|
2068
2160
|
};
|
|
2069
2161
|
StzhPanorama = __decorate([
|
|
2070
2162
|
ProxyCmp({
|
|
2071
|
-
inputs: ['autoload', 'caption', 'copyright', 'localization', 'orientationOnByDefault', 'scene', 'sceneFadeDuration', 'scenes'],
|
|
2163
|
+
inputs: ['autoload', 'caption', 'copyright', 'heading', 'localization', 'orientationOnByDefault', 'scene', 'sceneFadeDuration', 'scenes', 'showControls', 'showHotspots'],
|
|
2072
2164
|
methods: ['getViewer']
|
|
2073
2165
|
})
|
|
2074
2166
|
], StzhPanorama);
|
|
@@ -2079,7 +2171,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2079
2171
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2080
2172
|
template: '<ng-content></ng-content>',
|
|
2081
2173
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2082
|
-
inputs: ['autoload', 'caption', 'copyright', 'localization', 'orientationOnByDefault', 'scene', 'sceneFadeDuration', 'scenes'],
|
|
2174
|
+
inputs: ['autoload', 'caption', 'copyright', 'heading', 'localization', 'orientationOnByDefault', 'scene', 'sceneFadeDuration', 'scenes', 'showControls', 'showHotspots'],
|
|
2083
2175
|
}]
|
|
2084
2176
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2085
2177
|
let StzhPopover = class StzhPopover {
|
|
@@ -2137,11 +2229,11 @@ let StzhProgressbar = class StzhProgressbar {
|
|
|
2137
2229
|
this.el = r.nativeElement;
|
|
2138
2230
|
}
|
|
2139
2231
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhProgressbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2140
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhProgressbar, selector: "stzh-progressbar", inputs: { 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 }); }
|
|
2232
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhProgressbar, selector: "stzh-progressbar", 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 }); }
|
|
2141
2233
|
};
|
|
2142
2234
|
StzhProgressbar = __decorate([
|
|
2143
2235
|
ProxyCmp({
|
|
2144
|
-
inputs: ['data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
|
|
2236
|
+
inputs: ['clickDisabled', 'data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
|
|
2145
2237
|
methods: ['getItemData']
|
|
2146
2238
|
})
|
|
2147
2239
|
], StzhProgressbar);
|
|
@@ -2152,7 +2244,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2152
2244
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2153
2245
|
template: '<ng-content></ng-content>',
|
|
2154
2246
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2155
|
-
inputs: ['data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
|
|
2247
|
+
inputs: ['clickDisabled', 'data', 'index', 'localization', 'steps', 'stepsLarge', 'stepsMedium', 'stepsSmall', 'stepsUltra'],
|
|
2156
2248
|
}]
|
|
2157
2249
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2158
2250
|
let StzhProgressbarItem = class StzhProgressbarItem {
|
|
@@ -2163,11 +2255,11 @@ let StzhProgressbarItem = class StzhProgressbarItem {
|
|
|
2163
2255
|
proxyOutputs(this, this.el, ['stzhClick', 'stzhDottedClick']);
|
|
2164
2256
|
}
|
|
2165
2257
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhProgressbarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2166
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhProgressbarItem, selector: "stzh-progressbar-item", inputs: { analyticsId: "analyticsId", current: "current", disabled: "disabled", dotted: "dotted", first: "first", hide: "hide", icon: "icon", label: "label", last: "last", passed: "passed", step: "step" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2258
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhProgressbarItem, selector: "stzh-progressbar-item", inputs: { analyticsId: "analyticsId", clickDisabled: "clickDisabled", current: "current", disabled: "disabled", dotted: "dotted", first: "first", hide: "hide", icon: "icon", label: "label", last: "last", passed: "passed", step: "step" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2167
2259
|
};
|
|
2168
2260
|
StzhProgressbarItem = __decorate([
|
|
2169
2261
|
ProxyCmp({
|
|
2170
|
-
inputs: ['analyticsId', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'label', 'last', 'passed', 'step']
|
|
2262
|
+
inputs: ['analyticsId', 'clickDisabled', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'label', 'last', 'passed', 'step']
|
|
2171
2263
|
})
|
|
2172
2264
|
], StzhProgressbarItem);
|
|
2173
2265
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhProgressbarItem, decorators: [{
|
|
@@ -2177,7 +2269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2177
2269
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2178
2270
|
template: '<ng-content></ng-content>',
|
|
2179
2271
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2180
|
-
inputs: ['analyticsId', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'label', 'last', 'passed', 'step'],
|
|
2272
|
+
inputs: ['analyticsId', 'clickDisabled', 'current', 'disabled', 'dotted', 'first', 'hide', 'icon', 'label', 'last', 'passed', 'step'],
|
|
2181
2273
|
}]
|
|
2182
2274
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2183
2275
|
let StzhRadio = class StzhRadio {
|
|
@@ -2377,13 +2469,14 @@ let StzhSearch = class StzhSearch {
|
|
|
2377
2469
|
this.z = z;
|
|
2378
2470
|
c.detach();
|
|
2379
2471
|
this.el = r.nativeElement;
|
|
2472
|
+
proxyOutputs(this, this.el, ['stzhOverlayCloseClick']);
|
|
2380
2473
|
}
|
|
2381
2474
|
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 }); }
|
|
2382
|
-
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", hideAsideFilters: "hideAsideFilters", hideMainFilters: "hideMainFilters", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2475
|
+
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", breakout: "breakout", debounceTime: "debounceTime", emptyLinkHref: "emptyLinkHref", emptyLinkLabel: "emptyLinkLabel", emptyText: "emptyText", heading: "heading", hideAsideFilters: "hideAsideFilters", hideMainFilters: "hideMainFilters", initialFetch: "initialFetch", limit: "limit", localization: "localization", preventUpdateUrl: "preventUpdateUrl", resultHeadingLevel: "resultHeadingLevel", templateResult: "templateResult", templateResultWrapperElement: "templateResultWrapperElement", templateResultWrapperProps: "templateResultWrapperProps", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2383
2476
|
};
|
|
2384
2477
|
StzhSearch = __decorate([
|
|
2385
2478
|
ProxyCmp({
|
|
2386
|
-
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'hideAsideFilters', 'hideMainFilters', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant']
|
|
2479
|
+
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'breakout', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'heading', 'hideAsideFilters', 'hideMainFilters', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant']
|
|
2387
2480
|
})
|
|
2388
2481
|
], StzhSearch);
|
|
2389
2482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhSearch, decorators: [{
|
|
@@ -2393,7 +2486,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2393
2486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2394
2487
|
template: '<ng-content></ng-content>',
|
|
2395
2488
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2396
|
-
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'hideAsideFilters', 'hideMainFilters', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant'],
|
|
2489
|
+
inputs: ['api', 'autofetchAsideFilters', 'autofetchMainFilters', 'breakout', 'debounceTime', 'emptyLinkHref', 'emptyLinkLabel', 'emptyText', 'heading', 'hideAsideFilters', 'hideMainFilters', 'initialFetch', 'limit', 'localization', 'preventUpdateUrl', 'resultHeadingLevel', 'templateResult', 'templateResultWrapperElement', 'templateResultWrapperProps', 'variant'],
|
|
2397
2490
|
}]
|
|
2398
2491
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2399
2492
|
let StzhSection = class StzhSection {
|
|
@@ -2764,11 +2857,11 @@ let StzhTextandimage = class StzhTextandimage {
|
|
|
2764
2857
|
this.el = r.nativeElement;
|
|
2765
2858
|
}
|
|
2766
2859
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTextandimage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2767
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTextandimage, selector: "stzh-textandimage", inputs: { size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2860
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhTextandimage, selector: "stzh-textandimage", inputs: { imagePosition: "imagePosition", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2768
2861
|
};
|
|
2769
2862
|
StzhTextandimage = __decorate([
|
|
2770
2863
|
ProxyCmp({
|
|
2771
|
-
inputs: ['size']
|
|
2864
|
+
inputs: ['imagePosition', 'size']
|
|
2772
2865
|
})
|
|
2773
2866
|
], StzhTextandimage);
|
|
2774
2867
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhTextandimage, decorators: [{
|
|
@@ -2778,7 +2871,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2778
2871
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2779
2872
|
template: '<ng-content></ng-content>',
|
|
2780
2873
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2781
|
-
inputs: ['size'],
|
|
2874
|
+
inputs: ['imagePosition', 'size'],
|
|
2782
2875
|
}]
|
|
2783
2876
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2784
2877
|
let StzhTimeline = class StzhTimeline {
|
|
@@ -2942,11 +3035,11 @@ let StzhTooltip = class StzhTooltip {
|
|
|
2942
3035
|
proxyOutputs(this, this.el, ['stzhOpen', 'stzhOpened', 'stzhClose', 'stzhClosed']);
|
|
2943
3036
|
}
|
|
2944
3037
|
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 }); }
|
|
2945
|
-
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3038
|
+
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 }); }
|
|
2946
3039
|
};
|
|
2947
3040
|
StzhTooltip = __decorate([
|
|
2948
3041
|
ProxyCmp({
|
|
2949
|
-
inputs: ['content', 'distance', 'interactive', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'trigger'],
|
|
3042
|
+
inputs: ['content', 'distance', 'interactive', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'trigger', 'type'],
|
|
2950
3043
|
methods: ['show', 'hide', 'toggle', 'update']
|
|
2951
3044
|
})
|
|
2952
3045
|
], StzhTooltip);
|
|
@@ -2957,7 +3050,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2957
3050
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2958
3051
|
template: '<ng-content></ng-content>',
|
|
2959
3052
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2960
|
-
inputs: ['content', 'distance', 'interactive', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'trigger'],
|
|
3053
|
+
inputs: ['content', 'distance', 'interactive', 'label', 'localization', 'open', 'placement', 'size', 'skidding', 'strategy', 'trigger', 'type'],
|
|
2961
3054
|
}]
|
|
2962
3055
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2963
3056
|
let StzhTwocolumns = class StzhTwocolumns {
|
|
@@ -2990,11 +3083,11 @@ let StzhUpload = class StzhUpload {
|
|
|
2990
3083
|
proxyOutputs(this, this.el, ['stzhFileAdded', 'stzhFilesAdded', 'stzhFileRemove', 'stzhFileRemoved', 'stzhSending', 'stzhSendingMultiple', 'stzhProcessing', 'stzhProcessingMultiple', 'stzhProgress', 'stzhProgressTotal', 'stzhError', 'stzhErrorMultiple', 'stzhSuccess', 'stzhSuccessMultiple', 'stzhCanceled', 'stzhCanceledMultiple', 'stzhComplete', 'stzhCompleteMultiple']);
|
|
2991
3084
|
}
|
|
2992
3085
|
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 }); }
|
|
2993
|
-
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", chunkSize: "chunkSize", chunking: "chunking", chunksUploaded: "chunksUploaded", defaultHeaders: "defaultHeaders", description: "description", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", 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 }); }
|
|
3086
|
+
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", disabled: "disabled", downloadDisabled: "downloadDisabled", downloadDisabledWhileProcessing: "downloadDisabledWhileProcessing", error: "error", existingFiles: "existingFiles", filesizeBase: "filesizeBase", forceChunking: "forceChunking", headers: "headers", heading: "heading", hiddenInputContainer: "hiddenInputContainer", hideProgress: "hideProgress", hideProgressWhileIdle: "hideProgressWhileIdle", invalid: "invalid", label: "label", localization: "localization", maxFiles: "maxFiles", maxFilesize: "maxFilesize", method: "method", name: "name", parallelChunkUploads: "parallelChunkUploads", parallelUploads: "parallelUploads", photographingEnabled: "photographingEnabled", 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 }); }
|
|
2994
3087
|
};
|
|
2995
3088
|
StzhUpload = __decorate([
|
|
2996
3089
|
ProxyCmp({
|
|
2997
|
-
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
3090
|
+
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
2998
3091
|
methods: ['processQueue', 'removeFile', 'removeAllFiles']
|
|
2999
3092
|
})
|
|
3000
3093
|
], StzhUpload);
|
|
@@ -3005,7 +3098,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3005
3098
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3006
3099
|
template: '<ng-content></ng-content>',
|
|
3007
3100
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3008
|
-
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
3101
|
+
inputs: ['accept', 'acceptedFiles', 'autoProcessQueue', 'button', 'buttonScan', 'chunkSize', 'chunking', 'chunksUploaded', 'defaultHeaders', 'description', 'disabled', 'downloadDisabled', 'downloadDisabledWhileProcessing', 'error', 'existingFiles', 'filesizeBase', 'forceChunking', 'headers', 'heading', 'hiddenInputContainer', 'hideProgress', 'hideProgressWhileIdle', 'invalid', 'label', 'localization', 'maxFiles', 'maxFilesize', 'method', 'name', 'parallelChunkUploads', 'parallelUploads', 'photographingEnabled', 'preventHiddenInputClear', 'retryChunks', 'retryChunksLimit', 'uploadMultiple', 'url', 'withCredentials'],
|
|
3009
3102
|
}]
|
|
3010
3103
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3011
3104
|
let StzhVbzCarousel = class StzhVbzCarousel {
|
|
@@ -3032,6 +3125,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3032
3125
|
inputs: ['autoplayTimeout'],
|
|
3033
3126
|
}]
|
|
3034
3127
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3128
|
+
let StzhVbzConnectionFinder = class StzhVbzConnectionFinder {
|
|
3129
|
+
constructor(c, r, z) {
|
|
3130
|
+
this.z = z;
|
|
3131
|
+
c.detach();
|
|
3132
|
+
this.el = r.nativeElement;
|
|
3133
|
+
}
|
|
3134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzConnectionFinder, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3135
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzConnectionFinder, selector: "stzh-vbz-connection-finder", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3136
|
+
};
|
|
3137
|
+
StzhVbzConnectionFinder = __decorate([
|
|
3138
|
+
ProxyCmp({})
|
|
3139
|
+
], StzhVbzConnectionFinder);
|
|
3140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzConnectionFinder, decorators: [{
|
|
3141
|
+
type: Component,
|
|
3142
|
+
args: [{
|
|
3143
|
+
selector: 'stzh-vbz-connection-finder',
|
|
3144
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3145
|
+
template: '<ng-content></ng-content>',
|
|
3146
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3147
|
+
inputs: [],
|
|
3148
|
+
}]
|
|
3149
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3150
|
+
let StzhVbzIntro = class StzhVbzIntro {
|
|
3151
|
+
constructor(c, r, z) {
|
|
3152
|
+
this.z = z;
|
|
3153
|
+
c.detach();
|
|
3154
|
+
this.el = r.nativeElement;
|
|
3155
|
+
}
|
|
3156
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzIntro, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3157
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: StzhVbzIntro, selector: "stzh-vbz-intro", inputs: { localization: "localization", quicklinks: "quicklinks" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3158
|
+
};
|
|
3159
|
+
StzhVbzIntro = __decorate([
|
|
3160
|
+
ProxyCmp({
|
|
3161
|
+
inputs: ['localization', 'quicklinks']
|
|
3162
|
+
})
|
|
3163
|
+
], StzhVbzIntro);
|
|
3164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhVbzIntro, decorators: [{
|
|
3165
|
+
type: Component,
|
|
3166
|
+
args: [{
|
|
3167
|
+
selector: 'stzh-vbz-intro',
|
|
3168
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3169
|
+
template: '<ng-content></ng-content>',
|
|
3170
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3171
|
+
inputs: ['localization', 'quicklinks'],
|
|
3172
|
+
}]
|
|
3173
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3035
3174
|
let StzhVbzLinechip = class StzhVbzLinechip {
|
|
3036
3175
|
constructor(c, r, z) {
|
|
3037
3176
|
this.z = z;
|
|
@@ -3185,6 +3324,7 @@ const DIRECTIVES = [
|
|
|
3185
3324
|
StzhActionset,
|
|
3186
3325
|
StzhAmount,
|
|
3187
3326
|
StzhAnchornav,
|
|
3327
|
+
StzhAppBar,
|
|
3188
3328
|
StzhAppointments,
|
|
3189
3329
|
StzhArchivelist,
|
|
3190
3330
|
StzhAudio,
|
|
@@ -3209,6 +3349,7 @@ const DIRECTIVES = [
|
|
|
3209
3349
|
StzhChipselect,
|
|
3210
3350
|
StzhClamp,
|
|
3211
3351
|
StzhContact,
|
|
3352
|
+
StzhContactCv,
|
|
3212
3353
|
StzhContainer,
|
|
3213
3354
|
StzhContent,
|
|
3214
3355
|
StzhCspace,
|
|
@@ -3235,6 +3376,7 @@ const DIRECTIVES = [
|
|
|
3235
3376
|
StzhGhettobox,
|
|
3236
3377
|
StzhHeader,
|
|
3237
3378
|
StzhHeading,
|
|
3379
|
+
StzhHomepageServiceHighlights,
|
|
3238
3380
|
StzhHr,
|
|
3239
3381
|
StzhHspace,
|
|
3240
3382
|
StzhIcon,
|
|
@@ -3259,6 +3401,7 @@ const DIRECTIVES = [
|
|
|
3259
3401
|
StzhPagecontent,
|
|
3260
3402
|
StzhPagetitle,
|
|
3261
3403
|
StzhPagetitleHero,
|
|
3404
|
+
StzhPagetitleHome,
|
|
3262
3405
|
StzhPagination,
|
|
3263
3406
|
StzhPanorama,
|
|
3264
3407
|
StzhPopover,
|
|
@@ -3300,6 +3443,8 @@ const DIRECTIVES = [
|
|
|
3300
3443
|
StzhTwocolumns,
|
|
3301
3444
|
StzhUpload,
|
|
3302
3445
|
StzhVbzCarousel,
|
|
3446
|
+
StzhVbzConnectionFinder,
|
|
3447
|
+
StzhVbzIntro,
|
|
3303
3448
|
StzhVbzLinechip,
|
|
3304
3449
|
StzhVbzMajorticker,
|
|
3305
3450
|
StzhVbzTicker,
|
|
@@ -3421,7 +3566,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
3421
3566
|
super(el);
|
|
3422
3567
|
}
|
|
3423
3568
|
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 }); }
|
|
3424
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SelectValueAccessor, selector: "stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup", host: { listeners: { "stzhChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
3569
|
+
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: [
|
|
3425
3570
|
{
|
|
3426
3571
|
provide: NG_VALUE_ACCESSOR,
|
|
3427
3572
|
useExisting: SelectValueAccessor,
|
|
@@ -3433,7 +3578,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3433
3578
|
type: Directive,
|
|
3434
3579
|
args: [{
|
|
3435
3580
|
/* tslint:disable-next-line:directive-selector */
|
|
3436
|
-
selector: 'stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup',
|
|
3581
|
+
selector: 'stzh-radiogroup, stzh-dropdown, stzh-checkboxgroup, stzh-chipselect',
|
|
3437
3582
|
host: {
|
|
3438
3583
|
'(stzhChange)': 'handleChangeEvent($event.target.value)'
|
|
3439
3584
|
},
|
|
@@ -3487,10 +3632,10 @@ const declarations = [
|
|
|
3487
3632
|
];
|
|
3488
3633
|
class StzhComponentsAngularModule {
|
|
3489
3634
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3490
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, declarations: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhContact, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
|
|
3635
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StzhComponentsAngularModule, declarations: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppBar, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, 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,
|
|
3491
3636
|
NumericValueAccessor,
|
|
3492
3637
|
SelectValueAccessor,
|
|
3493
|
-
TextValueAccessor], exports: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhContact, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, BooleanValueAccessor,
|
|
3638
|
+
TextValueAccessor], exports: [StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppBar, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, 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,
|
|
3494
3639
|
NumericValueAccessor,
|
|
3495
3640
|
SelectValueAccessor,
|
|
3496
3641
|
TextValueAccessor] }); }
|
|
@@ -3525,5 +3670,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3525
3670
|
* Generated bundle index. Do not edit.
|
|
3526
3671
|
*/
|
|
3527
3672
|
|
|
3528
|
-
export { BooleanValueAccessor, DIRECTIVES, NumericValueAccessor, SelectValueAccessor, StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhComponentsAngularModule, StzhContact, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, StzhSticky, StzhStickyActions, StzhTable, StzhTag, StzhText, StzhTextandimage, StzhTimeline, StzhTimelineItem, StzhTimepicker, StzhToast, StzhToastbar, StzhToggle, StzhTooltip, StzhTwocolumns, StzhUpload, StzhVbzCarousel, StzhVbzLinechip, StzhVbzMajorticker, StzhVbzTicker, StzhVisuallyhidden, StzhVspace, StzhYoutube, TextValueAccessor };
|
|
3673
|
+
export { BooleanValueAccessor, DIRECTIVES, NumericValueAccessor, SelectValueAccessor, StzhAccordion, StzhAccordionItem, StzhActions, StzhActionset, StzhAmount, StzhAnchornav, StzhAppBar, StzhAppointments, StzhArchivelist, StzhAudio, StzhBadge, StzhBanner, StzhBreadcrumb, StzhButton, StzhButtongroup, StzhCalendar, StzhCard, StzhCardNavigation, StzhCardSearchresult, StzhCardSuperteaser, StzhCardlist, StzhCarousel, StzhCell, StzhChart, StzhCheckbox, StzhCheckboxgroup, StzhChip, StzhChipgroup, StzhChipselect, StzhClamp, StzhComponentsAngularModule, StzhContact, StzhContactCv, StzhContainer, StzhContent, StzhCspace, StzhCta, StzhDatalist, StzhDatalistItem, StzhDatamessagelist, StzhDatamessagelistItem, StzhDatatable, StzhDatepicker, StzhDaterange, StzhDetails, StzhDialog, StzhDisturber, StzhDropdown, StzhEditor, StzhEventdata, StzhEventinfo, StzhFieldset, StzhFigure, StzhFlyingfocus, StzhFooter, StzhGallery, StzhGhettobox, StzhHeader, StzhHeading, StzhHomepageServiceHighlights, StzhHr, StzhHspace, StzhIcon, StzhIframe, StzhImagecomparison, StzhInput, StzhInvert, StzhLink, StzhList, StzhListItem, StzhLoader, StzhLoadingbar, StzhMenu, StzhMenuItem, StzhMessage, StzhMicrositeTeaserlist, StzhMonthyearpicker, StzhOlmap, StzhOverlay, StzhPageSkiplinks, StzhPagebottom, StzhPagecontent, StzhPagetitle, StzhPagetitleHero, StzhPagetitleHome, StzhPagination, StzhPanorama, StzhPopover, StzhPrint, StzhProgressbar, StzhProgressbarItem, StzhRadio, StzhRadiogroup, StzhRatio, StzhReadspeaker, StzhRichtext, StzhRow, StzhSaptcha, StzhScrollup, StzhSearch, StzhSection, StzhShare, StzhShow, StzhSitemap, StzhSkinPortalMitwirken, StzhSkinStorybookPreview, StzhSkiplink, StzhSortable, StzhSpace, StzhStatus, 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 };
|
|
3529
3674
|
//# sourceMappingURL=oiz-stzh-components-angular.mjs.map
|