@oiz/stzh-components-angular 3.8.0 → 4.0.0-beta
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 +1 -2
- package/esm2022/lib/stencil-generated/proxies.mjs +10 -32
- package/esm2022/stzh-components-angular.module.mjs +3 -3
- package/fesm2022/oiz-stzh-components-angular.mjs +12 -35
- 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 +3 -12
- package/package.json +2 -2
- package/stzh-components-angular.module.d.ts +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './proxies';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.StzhAccordion | typeof d.StzhAccordionItem | typeof d.StzhActions | typeof d.StzhActionset | typeof d.StzhAmount | typeof d.StzhAnchornav | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.StzhAccordion | typeof d.StzhAccordionItem | typeof d.StzhActions | typeof d.StzhActionset | typeof d.StzhAmount | typeof d.StzhAnchornav | typeof d.StzhAppNav | typeof d.StzhAppointments | typeof d.StzhArchivelist | typeof d.StzhAudio | typeof d.StzhBadge | typeof d.StzhBanner | typeof d.StzhBathstatusItem | typeof d.StzhBathstatusList | typeof d.StzhBreadcrumb | typeof d.StzhButton | typeof d.StzhButtongroup | typeof d.StzhCalendar | typeof d.StzhCard | typeof d.StzhCardNavigation | typeof d.StzhCardSearchresult | typeof d.StzhCardSuperteaser | typeof d.StzhCardlist | typeof d.StzhCarousel | typeof d.StzhCell | typeof d.StzhChart | typeof d.StzhCheckbox | typeof d.StzhCheckboxgroup | typeof d.StzhChip | typeof d.StzhChipgroup | typeof d.StzhChipselect | typeof d.StzhClamp | typeof d.StzhCompanyLogo | typeof d.StzhContact | typeof d.StzhContactCv | typeof d.StzhContainer | typeof d.StzhContent | typeof d.StzhCspace | typeof d.StzhCta | typeof d.StzhDatalist | typeof d.StzhDatalistItem | typeof d.StzhDatamessagelist | typeof d.StzhDatamessagelistItem | typeof d.StzhDatatable | typeof d.StzhDatepicker | typeof d.StzhDaterange | typeof d.StzhDetails | typeof d.StzhDialog | typeof d.StzhDisturber | typeof d.StzhDropdown | typeof d.StzhEditor | typeof d.StzhEventdata | typeof d.StzhEventinfo | typeof d.StzhFeedreader | typeof d.StzhFeedreaderItem | typeof d.StzhFieldset | typeof d.StzhFigure | typeof d.StzhFlyingfocus | typeof d.StzhFooter | typeof d.StzhGallery | typeof d.StzhGeoRefData | typeof d.StzhGhettobox | typeof d.StzhHeader | typeof d.StzhHeading | typeof d.StzhHomepageSearch | typeof d.StzhHomepageServiceHighlights | typeof d.StzhHr | typeof d.StzhHspace | typeof d.StzhHttpError | typeof d.StzhIcon | typeof d.StzhIframe | typeof d.StzhImagecomparison | typeof d.StzhInput | typeof d.StzhInvert | typeof d.StzhLink | typeof d.StzhList | typeof d.StzhListItem | typeof d.StzhLoader | typeof d.StzhLoadingbar | typeof d.StzhMenu | typeof d.StzhMenuItem | typeof d.StzhMessage | typeof d.StzhMicrositeTeaserlist | typeof d.StzhMonthyearpicker | typeof d.StzhOfflineIndicator | typeof d.StzhOlmap | typeof d.StzhOverlay | typeof d.StzhPageSkiplinks | typeof d.StzhPagebottom | typeof d.StzhPagecontent | typeof d.StzhPagetitle | typeof d.StzhPagetitleHero | typeof d.StzhPagetitleHome | typeof d.StzhPagination | typeof d.StzhPanorama | typeof d.StzhPoicard | typeof d.StzhPoilist | typeof d.StzhPopover | typeof d.StzhPrint | typeof d.StzhProgressbar | typeof d.StzhProgressbarItem | typeof d.StzhQuote | typeof d.StzhRadio | typeof d.StzhRadiogroup | typeof d.StzhRatio | typeof d.StzhReadspeaker | typeof d.StzhRichtext | typeof d.StzhRow | typeof d.StzhSaptcha | typeof d.StzhScrollup | typeof d.StzhSearch | typeof d.StzhSection | typeof d.StzhShare | typeof d.StzhShow | typeof d.StzhSitemap | typeof d.StzhSkinPortalMitwirken | typeof d.StzhSkinStorybookPreview | typeof d.StzhSkiplink | typeof d.StzhSocialmediastream | typeof d.StzhSocialmediastreamItem | typeof d.StzhSortable | typeof d.StzhSpace | typeof d.StzhStatus | typeof d.StzhSticky | typeof d.StzhStickyActions | typeof d.StzhTable | typeof d.StzhTag | typeof d.StzhText | typeof d.StzhTextandimage | typeof d.StzhTimeline | typeof d.StzhTimelineItem | typeof d.StzhTimepicker | typeof d.StzhToast | typeof d.StzhToastbar | typeof d.StzhToggle | typeof d.StzhTooltip | typeof d.StzhTwocolumns | typeof d.StzhUpload | typeof d.StzhVbzCarousel | typeof d.StzhVbzConnectionFinder | typeof d.StzhVbzIntro | typeof d.StzhVbzLinechip | typeof d.StzhVbzMajorticker | typeof d.StzhVbzTicker | typeof d.StzhVisuallyhidden | typeof d.StzhVspace | typeof d.StzhYoutube)[];
|
|
@@ -284,15 +284,6 @@ export declare interface StzhAnchornav extends Components.StzhAnchornav {
|
|
|
284
284
|
*/
|
|
285
285
|
stzhItemClick: EventEmitter<CustomEvent<IStzhAnchornavStzhAnchornavItemClickEvent>>;
|
|
286
286
|
}
|
|
287
|
-
export declare class StzhAppBar {
|
|
288
|
-
protected z: NgZone;
|
|
289
|
-
protected el: HTMLStzhAppBarElement;
|
|
290
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
291
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StzhAppBar, never>;
|
|
292
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhAppBar, "stzh-app-bar", never, {}, {}, never, ["*"], false, never>;
|
|
293
|
-
}
|
|
294
|
-
export declare interface StzhAppBar extends Components.StzhAppBar {
|
|
295
|
-
}
|
|
296
287
|
export declare class StzhAppNav {
|
|
297
288
|
protected z: NgZone;
|
|
298
289
|
protected el: HTMLStzhAppNavElement;
|
|
@@ -915,7 +906,7 @@ export declare class StzhDialog {
|
|
|
915
906
|
protected el: HTMLStzhDialogElement;
|
|
916
907
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
917
908
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhDialog, never>;
|
|
918
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhDialog, "stzh-dialog", never, { "
|
|
909
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StzhDialog, "stzh-dialog", never, { "a11yRole": { "alias": "a11yRole"; "required": false; }; "closeAnalyticsId": { "alias": "closeAnalyticsId"; "required": false; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; }; "closeOnEscapeKey": { "alias": "closeOnEscapeKey"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "hideClose": { "alias": "hideClose"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stay": { "alias": "stay"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
919
910
|
}
|
|
920
911
|
export declare interface StzhDialog extends Components.StzhDialog {
|
|
921
912
|
/**
|
|
@@ -1096,7 +1087,7 @@ export declare class StzhGeoRefData {
|
|
|
1096
1087
|
protected el: HTMLStzhGeoRefDataElement;
|
|
1097
1088
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1098
1089
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhGeoRefData, never>;
|
|
1099
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhGeoRefData, "stzh-geo-ref-data", never, { "al": { "alias": "al"; "required": false; }; "availableTags": { "alias": "availableTags"; "required": false; }; "baseUrlOverride": { "alias": "baseUrlOverride"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "mapDataUrl": { "alias": "mapDataUrl"; "required": false; }; "poiDataUrl": { "alias": "poiDataUrl"; "required": false; }; "resetTag": { "alias": "resetTag"; "required": false; }; "searchIndexFields": { "alias": "searchIndexFields"; "required": false; }; "searchIndexIdField": { "alias": "searchIndexIdField"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1090
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StzhGeoRefData, "stzh-geo-ref-data", never, { "al": { "alias": "al"; "required": false; }; "availableTags": { "alias": "availableTags"; "required": false; }; "baseUrlOverride": { "alias": "baseUrlOverride"; "required": false; }; "centerMarker": { "alias": "centerMarker"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "locationControl": { "alias": "locationControl"; "required": false; }; "mapDataUrl": { "alias": "mapDataUrl"; "required": false; }; "pinchRotateThreshold": { "alias": "pinchRotateThreshold"; "required": false; }; "poiDataUrl": { "alias": "poiDataUrl"; "required": false; }; "resetTag": { "alias": "resetTag"; "required": false; }; "searchIndexFields": { "alias": "searchIndexFields"; "required": false; }; "searchIndexIdField": { "alias": "searchIndexIdField"; "required": false; }; "zoom": { "alias": "zoom"; "required": false; }; "zoomLocation": { "alias": "zoomLocation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1100
1091
|
}
|
|
1101
1092
|
export declare interface StzhGeoRefData extends Components.StzhGeoRefData {
|
|
1102
1093
|
/**
|
|
@@ -1530,7 +1521,7 @@ export declare class StzhPagination {
|
|
|
1530
1521
|
protected el: HTMLStzhPaginationElement;
|
|
1531
1522
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1532
1523
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhPagination, never>;
|
|
1533
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StzhPagination, "stzh-pagination", never, { "a11yDescribedby": { "alias": "a11yDescribedby"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "description": { "alias": "description"; "required": false; }; "descriptionLong": { "alias": "descriptionLong"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "total": { "alias": "total"; "required": false; }; "value": { "alias": "value"; "required": false; };
|
|
1524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StzhPagination, "stzh-pagination", never, { "a11yDescribedby": { "alias": "a11yDescribedby"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "description": { "alias": "description"; "required": false; }; "descriptionLong": { "alias": "descriptionLong"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelHidden": { "alias": "labelHidden"; "required": false; }; "localization": { "alias": "localization"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "total": { "alias": "total"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1534
1525
|
}
|
|
1535
1526
|
export declare interface StzhPagination extends Components.StzhPagination {
|
|
1536
1527
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oiz/stzh-components-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta",
|
|
4
4
|
"description": "Angular specific component wrappers for @oiz/stzh-components.",
|
|
5
5
|
"homepage": "https://designsystem.stadt-zuerich.ch",
|
|
6
6
|
"private": false,
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/common": ">=16.0.0",
|
|
13
13
|
"@angular/core": ">=16.0.0",
|
|
14
|
-
"@oiz/stzh-components": "^
|
|
14
|
+
"@oiz/stzh-components": "^4.0.0-beta"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": "^18.10.0 || ^20.9.0 || ^22.11.0"
|
|
@@ -6,6 +6,6 @@ import * as i4 from "./lib/stencil-generated/select-value-accessor";
|
|
|
6
6
|
import * as i5 from "./lib/stencil-generated/text-value-accessor";
|
|
7
7
|
export declare class StzhComponentsAngularModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<StzhComponentsAngularModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StzhComponentsAngularModule, [typeof i1.StzhAccordion, typeof i1.StzhAccordionItem, typeof i1.StzhActions, typeof i1.StzhActionset, typeof i1.StzhAmount, typeof i1.StzhAnchornav, typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StzhComponentsAngularModule, [typeof i1.StzhAccordion, typeof i1.StzhAccordionItem, typeof i1.StzhActions, typeof i1.StzhActionset, typeof i1.StzhAmount, typeof i1.StzhAnchornav, typeof i1.StzhAppNav, typeof i1.StzhAppointments, typeof i1.StzhArchivelist, typeof i1.StzhAudio, typeof i1.StzhBadge, typeof i1.StzhBanner, typeof i1.StzhBathstatusItem, typeof i1.StzhBathstatusList, typeof i1.StzhBreadcrumb, typeof i1.StzhButton, typeof i1.StzhButtongroup, typeof i1.StzhCalendar, typeof i1.StzhCard, typeof i1.StzhCardNavigation, typeof i1.StzhCardSearchresult, typeof i1.StzhCardSuperteaser, typeof i1.StzhCardlist, typeof i1.StzhCarousel, typeof i1.StzhCell, typeof i1.StzhChart, typeof i1.StzhCheckbox, typeof i1.StzhCheckboxgroup, typeof i1.StzhChip, typeof i1.StzhChipgroup, typeof i1.StzhChipselect, typeof i1.StzhClamp, typeof i1.StzhCompanyLogo, typeof i1.StzhContact, typeof i1.StzhContactCv, typeof i1.StzhContainer, typeof i1.StzhContent, typeof i1.StzhCspace, typeof i1.StzhCta, typeof i1.StzhDatalist, typeof i1.StzhDatalistItem, typeof i1.StzhDatamessagelist, typeof i1.StzhDatamessagelistItem, typeof i1.StzhDatatable, typeof i1.StzhDatepicker, typeof i1.StzhDaterange, typeof i1.StzhDetails, typeof i1.StzhDialog, typeof i1.StzhDisturber, typeof i1.StzhDropdown, typeof i1.StzhEditor, typeof i1.StzhEventdata, typeof i1.StzhEventinfo, typeof i1.StzhFeedreader, typeof i1.StzhFeedreaderItem, typeof i1.StzhFieldset, typeof i1.StzhFigure, typeof i1.StzhFlyingfocus, typeof i1.StzhFooter, typeof i1.StzhGallery, typeof i1.StzhGeoRefData, typeof i1.StzhGhettobox, typeof i1.StzhHeader, typeof i1.StzhHeading, typeof i1.StzhHomepageSearch, typeof i1.StzhHomepageServiceHighlights, typeof i1.StzhHr, typeof i1.StzhHspace, typeof i1.StzhHttpError, typeof i1.StzhIcon, typeof i1.StzhIframe, typeof i1.StzhImagecomparison, typeof i1.StzhInput, typeof i1.StzhInvert, typeof i1.StzhLink, typeof i1.StzhList, typeof i1.StzhListItem, typeof i1.StzhLoader, typeof i1.StzhLoadingbar, typeof i1.StzhMenu, typeof i1.StzhMenuItem, typeof i1.StzhMessage, typeof i1.StzhMicrositeTeaserlist, typeof i1.StzhMonthyearpicker, typeof i1.StzhOfflineIndicator, typeof i1.StzhOlmap, typeof i1.StzhOverlay, typeof i1.StzhPageSkiplinks, typeof i1.StzhPagebottom, typeof i1.StzhPagecontent, typeof i1.StzhPagetitle, typeof i1.StzhPagetitleHero, typeof i1.StzhPagetitleHome, typeof i1.StzhPagination, typeof i1.StzhPanorama, typeof i1.StzhPoicard, typeof i1.StzhPoilist, typeof i1.StzhPopover, typeof i1.StzhPrint, typeof i1.StzhProgressbar, typeof i1.StzhProgressbarItem, typeof i1.StzhQuote, typeof i1.StzhRadio, typeof i1.StzhRadiogroup, typeof i1.StzhRatio, typeof i1.StzhReadspeaker, typeof i1.StzhRichtext, typeof i1.StzhRow, typeof i1.StzhSaptcha, typeof i1.StzhScrollup, typeof i1.StzhSearch, typeof i1.StzhSection, typeof i1.StzhShare, typeof i1.StzhShow, typeof i1.StzhSitemap, typeof i1.StzhSkinPortalMitwirken, typeof i1.StzhSkinStorybookPreview, typeof i1.StzhSkiplink, typeof i1.StzhSocialmediastream, typeof i1.StzhSocialmediastreamItem, typeof i1.StzhSortable, typeof i1.StzhSpace, typeof i1.StzhStatus, typeof i1.StzhSticky, typeof i1.StzhStickyActions, typeof i1.StzhTable, typeof i1.StzhTag, typeof i1.StzhText, typeof i1.StzhTextandimage, typeof i1.StzhTimeline, typeof i1.StzhTimelineItem, typeof i1.StzhTimepicker, typeof i1.StzhToast, typeof i1.StzhToastbar, typeof i1.StzhToggle, typeof i1.StzhTooltip, typeof i1.StzhTwocolumns, typeof i1.StzhUpload, typeof i1.StzhVbzCarousel, typeof i1.StzhVbzConnectionFinder, typeof i1.StzhVbzIntro, typeof i1.StzhVbzLinechip, typeof i1.StzhVbzMajorticker, typeof i1.StzhVbzTicker, typeof i1.StzhVisuallyhidden, typeof i1.StzhVspace, typeof i1.StzhYoutube, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.SelectValueAccessor, typeof i5.TextValueAccessor], never, [typeof i1.StzhAccordion, typeof i1.StzhAccordionItem, typeof i1.StzhActions, typeof i1.StzhActionset, typeof i1.StzhAmount, typeof i1.StzhAnchornav, typeof i1.StzhAppNav, typeof i1.StzhAppointments, typeof i1.StzhArchivelist, typeof i1.StzhAudio, typeof i1.StzhBadge, typeof i1.StzhBanner, typeof i1.StzhBathstatusItem, typeof i1.StzhBathstatusList, typeof i1.StzhBreadcrumb, typeof i1.StzhButton, typeof i1.StzhButtongroup, typeof i1.StzhCalendar, typeof i1.StzhCard, typeof i1.StzhCardNavigation, typeof i1.StzhCardSearchresult, typeof i1.StzhCardSuperteaser, typeof i1.StzhCardlist, typeof i1.StzhCarousel, typeof i1.StzhCell, typeof i1.StzhChart, typeof i1.StzhCheckbox, typeof i1.StzhCheckboxgroup, typeof i1.StzhChip, typeof i1.StzhChipgroup, typeof i1.StzhChipselect, typeof i1.StzhClamp, typeof i1.StzhCompanyLogo, typeof i1.StzhContact, typeof i1.StzhContactCv, typeof i1.StzhContainer, typeof i1.StzhContent, typeof i1.StzhCspace, typeof i1.StzhCta, typeof i1.StzhDatalist, typeof i1.StzhDatalistItem, typeof i1.StzhDatamessagelist, typeof i1.StzhDatamessagelistItem, typeof i1.StzhDatatable, typeof i1.StzhDatepicker, typeof i1.StzhDaterange, typeof i1.StzhDetails, typeof i1.StzhDialog, typeof i1.StzhDisturber, typeof i1.StzhDropdown, typeof i1.StzhEditor, typeof i1.StzhEventdata, typeof i1.StzhEventinfo, typeof i1.StzhFeedreader, typeof i1.StzhFeedreaderItem, typeof i1.StzhFieldset, typeof i1.StzhFigure, typeof i1.StzhFlyingfocus, typeof i1.StzhFooter, typeof i1.StzhGallery, typeof i1.StzhGeoRefData, typeof i1.StzhGhettobox, typeof i1.StzhHeader, typeof i1.StzhHeading, typeof i1.StzhHomepageSearch, typeof i1.StzhHomepageServiceHighlights, typeof i1.StzhHr, typeof i1.StzhHspace, typeof i1.StzhHttpError, typeof i1.StzhIcon, typeof i1.StzhIframe, typeof i1.StzhImagecomparison, typeof i1.StzhInput, typeof i1.StzhInvert, typeof i1.StzhLink, typeof i1.StzhList, typeof i1.StzhListItem, typeof i1.StzhLoader, typeof i1.StzhLoadingbar, typeof i1.StzhMenu, typeof i1.StzhMenuItem, typeof i1.StzhMessage, typeof i1.StzhMicrositeTeaserlist, typeof i1.StzhMonthyearpicker, typeof i1.StzhOfflineIndicator, typeof i1.StzhOlmap, typeof i1.StzhOverlay, typeof i1.StzhPageSkiplinks, typeof i1.StzhPagebottom, typeof i1.StzhPagecontent, typeof i1.StzhPagetitle, typeof i1.StzhPagetitleHero, typeof i1.StzhPagetitleHome, typeof i1.StzhPagination, typeof i1.StzhPanorama, typeof i1.StzhPoicard, typeof i1.StzhPoilist, typeof i1.StzhPopover, typeof i1.StzhPrint, typeof i1.StzhProgressbar, typeof i1.StzhProgressbarItem, typeof i1.StzhQuote, typeof i1.StzhRadio, typeof i1.StzhRadiogroup, typeof i1.StzhRatio, typeof i1.StzhReadspeaker, typeof i1.StzhRichtext, typeof i1.StzhRow, typeof i1.StzhSaptcha, typeof i1.StzhScrollup, typeof i1.StzhSearch, typeof i1.StzhSection, typeof i1.StzhShare, typeof i1.StzhShow, typeof i1.StzhSitemap, typeof i1.StzhSkinPortalMitwirken, typeof i1.StzhSkinStorybookPreview, typeof i1.StzhSkiplink, typeof i1.StzhSocialmediastream, typeof i1.StzhSocialmediastreamItem, typeof i1.StzhSortable, typeof i1.StzhSpace, typeof i1.StzhStatus, typeof i1.StzhSticky, typeof i1.StzhStickyActions, typeof i1.StzhTable, typeof i1.StzhTag, typeof i1.StzhText, typeof i1.StzhTextandimage, typeof i1.StzhTimeline, typeof i1.StzhTimelineItem, typeof i1.StzhTimepicker, typeof i1.StzhToast, typeof i1.StzhToastbar, typeof i1.StzhToggle, typeof i1.StzhTooltip, typeof i1.StzhTwocolumns, typeof i1.StzhUpload, typeof i1.StzhVbzCarousel, typeof i1.StzhVbzConnectionFinder, typeof i1.StzhVbzIntro, typeof i1.StzhVbzLinechip, typeof i1.StzhVbzMajorticker, typeof i1.StzhVbzTicker, typeof i1.StzhVisuallyhidden, typeof i1.StzhVspace, typeof i1.StzhYoutube, typeof i2.BooleanValueAccessor, typeof i3.NumericValueAccessor, typeof i4.SelectValueAccessor, typeof i5.TextValueAccessor]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<StzhComponentsAngularModule>;
|
|
11
11
|
}
|