@oiz/stzh-components 2.11.0 → 2.11.1

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.
Files changed (156) hide show
  1. package/dist/cjs/{app-globals-909813e1.js → app-globals-7697372c.js} +2 -2
  2. package/dist/cjs/{app-globals-909813e1.js.map → app-globals-7697372c.js.map} +1 -1
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/stzh-components.cjs.js +2 -2
  5. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +2 -4
  6. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js.map +1 -1
  7. package/dist/components/index.js +1 -1
  8. package/dist/components/stzh-radiogroup2.js +1 -1
  9. package/dist/esm/{app-globals-8bdc0f78.js → app-globals-1a77c38b.js} +2 -2
  10. package/dist/esm/{app-globals-8bdc0f78.js.map → app-globals-1a77c38b.js.map} +1 -1
  11. package/dist/esm/loader.js +2 -2
  12. package/dist/esm/stzh-components.js +2 -2
  13. package/dist/esm-es5/{app-globals-8bdc0f78.js → app-globals-1a77c38b.js} +2 -2
  14. package/dist/esm-es5/loader.js +1 -1
  15. package/dist/esm-es5/loader.js.map +1 -1
  16. package/dist/esm-es5/stzh-components.js +1 -1
  17. package/dist/esm-es5/stzh-components.js.map +1 -1
  18. package/dist/stzh-components/{p-0c972915.system.js → p-84ae2651.system.js} +2 -2
  19. package/dist/stzh-components/{p-ca32a687.js → p-98b60fb7.js} +2 -2
  20. package/dist/stzh-components/{p-428eacce.system.js → p-bde8bb45.system.js} +2 -2
  21. package/dist/stzh-components/{p-428eacce.system.js.map → p-bde8bb45.system.js.map} +1 -1
  22. package/dist/stzh-components/stzh-components.esm.js +1 -1
  23. package/dist/stzh-components/stzh-components.esm.js.map +1 -1
  24. package/dist/stzh-components/stzh-components.js +1 -1
  25. package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
  26. package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +73 -0
  27. package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
  28. package/dist/types/components/stzh-actionset/stzh-actionset.d.ts +45 -0
  29. package/dist/types/components/stzh-amount/stzh-amount.d.ts +73 -0
  30. package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +23 -0
  31. package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
  32. package/dist/types/components/stzh-audio/stzh-audio.d.ts +58 -0
  33. package/dist/types/components/stzh-button/stzh-button.d.ts +105 -0
  34. package/dist/types/components/stzh-buttongroup/stzh-buttongroup.d.ts +7 -0
  35. package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +88 -0
  36. package/dist/types/components/stzh-card/stzh-card.d.ts +127 -0
  37. package/dist/types/components/stzh-card-list/stzh-card-list.d.ts +31 -0
  38. package/dist/types/components/stzh-carousel/stzh-carousel.d.ts +175 -0
  39. package/dist/types/components/stzh-chart/stzh-chart.d.ts +15 -0
  40. package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +57 -0
  41. package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +64 -0
  42. package/dist/types/components/stzh-chip/stzh-chip.d.ts +74 -0
  43. package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +46 -0
  44. package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +49 -0
  45. package/dist/types/components/stzh-contact/stzh-contact.d.ts +54 -0
  46. package/dist/types/components/stzh-datalist/stzh-datalist.d.ts +51 -0
  47. package/dist/types/components/stzh-datalist-item/stzh-datalist-item.d.ts +62 -0
  48. package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
  49. package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +57 -0
  50. package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +103 -0
  51. package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +91 -0
  52. package/dist/types/components/stzh-details/stzh-details.d.ts +35 -0
  53. package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +64 -0
  54. package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +173 -0
  55. package/dist/types/components/stzh-figure/stzh-figure.d.ts +21 -0
  56. package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +35 -0
  57. package/dist/types/components/stzh-footer/stzh-footer.d.ts +27 -0
  58. package/dist/types/components/stzh-gallery/stzh-gallery.d.ts +54 -0
  59. package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +50 -0
  60. package/dist/types/components/stzh-header/stzh-header.d.ts +68 -0
  61. package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
  62. package/dist/types/components/stzh-iframe/stzh-iframe.d.ts +60 -0
  63. package/dist/types/components/stzh-imagecomparison/stzh-imagecomparison.d.ts +29 -0
  64. package/dist/types/components/stzh-input/stzh-input.d.ts +104 -0
  65. package/dist/types/components/stzh-invert/stzh-invert.d.ts +7 -0
  66. package/dist/types/components/stzh-langnav/stzh-langnav.d.ts +19 -0
  67. package/dist/types/components/stzh-link/stzh-link.d.ts +88 -0
  68. package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
  69. package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
  70. package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
  71. package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
  72. package/dist/types/components/stzh-logo/stzh-logo.d.ts +9 -0
  73. package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +50 -0
  74. package/dist/types/components/stzh-message/stzh-message.d.ts +37 -0
  75. package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
  76. package/dist/types/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.d.ts +33 -0
  77. package/dist/types/components/stzh-monthyearpicker/stzh-monthyearpicker.d.ts +98 -0
  78. package/dist/types/components/stzh-olmap/stzh-olmap.d.ts +124 -0
  79. package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
  80. package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
  81. package/dist/types/components/stzh-pagebottom/stzh-pagebottom.d.ts +29 -0
  82. package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +15 -0
  83. package/dist/types/components/stzh-pagetitle-hero/stzh-pagetitle-hero.d.ts +25 -0
  84. package/dist/types/components/stzh-pagination/stzh-pagination.d.ts +52 -0
  85. package/dist/types/components/stzh-panorama/stzh-panorama.d.ts +74 -0
  86. package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
  87. package/dist/types/components/stzh-print/stzh-print.d.ts +12 -0
  88. package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +49 -0
  89. package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +34 -0
  90. package/dist/types/components/stzh-radio/stzh-radio.d.ts +57 -0
  91. package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +66 -0
  92. package/dist/types/components/stzh-ratio/stzh-ratio.d.ts +22 -0
  93. package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
  94. package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +22 -0
  95. package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
  96. package/dist/types/components/stzh-scrollup/stzh-scrollup.d.ts +12 -0
  97. package/dist/types/components/stzh-share/stzh-share.d.ts +21 -0
  98. package/dist/types/components/stzh-show/stzh-show.d.ts +22 -0
  99. package/dist/types/components/stzh-sitemap/stzh-sitemap.d.ts +14 -0
  100. package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +38 -0
  101. package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +59 -0
  102. package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
  103. package/dist/types/components/stzh-sticky/stzh-sticky.d.ts +58 -0
  104. package/dist/types/components/stzh-table/stzh-table.d.ts +43 -0
  105. package/dist/types/components/stzh-textandimage/stzh-textandimage.d.ts +14 -0
  106. package/dist/types/components/stzh-timeline/stzh-timeline.d.ts +23 -0
  107. package/dist/types/components/stzh-timeline-item/stzh-timeline-item.d.ts +78 -0
  108. package/dist/types/components/stzh-timepicker/stzh-timepicker.d.ts +62 -0
  109. package/dist/types/components/stzh-toast/stzh-toast.d.ts +39 -0
  110. package/dist/types/components/stzh-toastbar/stzh-toastbar.d.ts +41 -0
  111. package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +59 -0
  112. package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +80 -0
  113. package/dist/types/components/stzh-upload/stzh-upload.d.ts +236 -0
  114. package/dist/types/components/stzh-vbz-carousel/stzh-vbz-carousel.d.ts +14 -0
  115. package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +37 -0
  116. package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +41 -0
  117. package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +34 -0
  118. package/dist/types/components/stzh-youtube/stzh-youtube.d.ts +30 -0
  119. package/dist/types/index.d.ts +899 -0
  120. package/dist/types/libraries/tom-select/types/constants.d.ts +12 -0
  121. package/dist/types/libraries/tom-select/types/contrib/highlight.d.ts +13 -0
  122. package/dist/types/libraries/tom-select/types/contrib/microevent.d.ts +20 -0
  123. package/dist/types/libraries/tom-select/types/contrib/microplugin.d.ts +71 -0
  124. package/dist/types/libraries/tom-select/types/defaults.d.ts +51 -0
  125. package/dist/types/libraries/tom-select/types/getSettings.d.ts +3 -0
  126. package/dist/types/libraries/tom-select/types/plugins/caret_position/plugin.d.ts +16 -0
  127. package/dist/types/libraries/tom-select/types/plugins/change_listener/plugin.d.ts +16 -0
  128. package/dist/types/libraries/tom-select/types/plugins/checkbox_options/plugin.d.ts +16 -0
  129. package/dist/types/libraries/tom-select/types/plugins/clear_button/plugin.d.ts +17 -0
  130. package/dist/types/libraries/tom-select/types/plugins/clear_button/types.d.ts +5 -0
  131. package/dist/types/libraries/tom-select/types/plugins/drag_drop/plugin.d.ts +16 -0
  132. package/dist/types/libraries/tom-select/types/plugins/dropdown_header/plugin.d.ts +17 -0
  133. package/dist/types/libraries/tom-select/types/plugins/dropdown_header/types.d.ts +8 -0
  134. package/dist/types/libraries/tom-select/types/plugins/dropdown_input/plugin.d.ts +16 -0
  135. package/dist/types/libraries/tom-select/types/plugins/input_autogrow/plugin.d.ts +15 -0
  136. package/dist/types/libraries/tom-select/types/plugins/no_active_items/plugin.d.ts +15 -0
  137. package/dist/types/libraries/tom-select/types/plugins/no_backspace_delete/plugin.d.ts +15 -0
  138. package/dist/types/libraries/tom-select/types/plugins/optgroup_columns/plugin.d.ts +16 -0
  139. package/dist/types/libraries/tom-select/types/plugins/remove_button/plugin.d.ts +17 -0
  140. package/dist/types/libraries/tom-select/types/plugins/remove_button/types.d.ts +6 -0
  141. package/dist/types/libraries/tom-select/types/plugins/restore_on_backspace/plugin.d.ts +21 -0
  142. package/dist/types/libraries/tom-select/types/plugins/virtual_scroll/plugin.d.ts +16 -0
  143. package/dist/types/libraries/tom-select/types/tom-select.complete.d.ts +2 -0
  144. package/dist/types/libraries/tom-select/types/tom-select.d.ts +596 -0
  145. package/dist/types/libraries/tom-select/types/tom-select.popular.d.ts +2 -0
  146. package/dist/types/libraries/tom-select/types/types/core.d.ts +48 -0
  147. package/dist/types/libraries/tom-select/types/types/index.d.ts +2 -0
  148. package/dist/types/libraries/tom-select/types/types/settings.d.ts +78 -0
  149. package/dist/types/libraries/tom-select/types/utils.d.ts +76 -0
  150. package/dist/types/libraries/tom-select/types/vanilla.d.ts +76 -0
  151. package/dist/types/types/svg.d.ts +4 -0
  152. package/package.json +1 -1
  153. package/dist/vscode-data.json +0 -7511
  154. /package/dist/esm-es5/{app-globals-8bdc0f78.js.map → app-globals-1a77c38b.js.map} +0 -0
  155. /package/dist/stzh-components/{p-0c972915.system.js.map → p-84ae2651.system.js.map} +0 -0
  156. /package/dist/stzh-components/{p-ca32a687.js.map → p-98b60fb7.js.map} +0 -0
@@ -0,0 +1,899 @@
1
+ import { StzhLocaleAdapter } from './utils/date-adapter';
2
+ import { StzhLocaleComponent, StzhLocaleFormats, StzhLocaleGlobals } from './utils/translation-utils';
3
+ export type WindowStzhComponents = {
4
+ version: string;
5
+ supportedLocales: string[];
6
+ defaultLocale: string;
7
+ translations: null | StzhLocaleComponent;
8
+ translationsLoading: Promise<StzhLocaleComponent>;
9
+ pathMedia: string;
10
+ pathTranslations: string;
11
+ cacheTranslations: boolean;
12
+ formats: StzhLocaleFormats;
13
+ labels: "flyout" | "fixed";
14
+ utils: {
15
+ getLocale: (element: HTMLElement) => string;
16
+ fetchTranslations: (host: HTMLElement, component: string) => Promise<StzhLocaleComponent & any>;
17
+ format: (date: Date, type: string) => string;
18
+ parse: (string: string, type: string) => Date;
19
+ formatSpan: (date: Date | string, date2: Date | string, type: string) => string;
20
+ parseSpan: (string: string, type: string) => [Date, Date, string];
21
+ createFormatParseAdapter: (formats: StzhLocaleFormats, globals: StzhLocaleGlobals) => StzhLocaleAdapter;
22
+ };
23
+ };
24
+ declare global {
25
+ interface Window {
26
+ stzhComponents: WindowStzhComponents;
27
+ pannellum: any;
28
+ Dropzone: any;
29
+ ReadSpeaker: any;
30
+ rspkr: any;
31
+ proj4: any;
32
+ }
33
+ }
34
+ export type StzhSortableUpdateEvent = {
35
+ component: "stzh-sortable";
36
+ data: string[];
37
+ item: HTMLElement;
38
+ newIndex: number;
39
+ oldIndex: number;
40
+ };
41
+ export type StzhSortableDisableEvent = {
42
+ component: "stzh-sortable";
43
+ disabled: boolean;
44
+ };
45
+ export type PanoramaScene = {
46
+ sceneId: string;
47
+ imageSrc: string;
48
+ imageTitle: string;
49
+ imageAuthor?: string;
50
+ imageType?: "equirectangular" | "cubemap" | "multires";
51
+ caption?: string;
52
+ copyright?: string;
53
+ pitch?: number;
54
+ yaw?: number;
55
+ hfov?: number;
56
+ hotspots: PanoramaSceneHotSpot[];
57
+ };
58
+ export type PanoramaScenesLibrary = {
59
+ [sceneKey: string]: {
60
+ title: string;
61
+ author: string;
62
+ panorama: string;
63
+ type?: "equirectangular" | "cubemap" | "multires";
64
+ pitch?: number;
65
+ yaw?: number;
66
+ hfov?: number;
67
+ hotSpots: PanoramaSceneHotSpot[];
68
+ };
69
+ };
70
+ export type PanoramaSceneHotSpot = {
71
+ pitch: number;
72
+ yaw: number;
73
+ type: string;
74
+ text: string;
75
+ url?: string;
76
+ id?: string;
77
+ sceneId?: string;
78
+ targetPitch?: number;
79
+ targetYaw?: number;
80
+ cssClass?: string;
81
+ createTooltipFunc?: Function;
82
+ createTooltipArgs?: any;
83
+ };
84
+ export type StzhPanoramaLoadEvent = {
85
+ component: "stzh-panorama";
86
+ };
87
+ export type StzhPanoramaChangeEvent = {
88
+ component: "stzh-panorama";
89
+ value: {
90
+ pitch: number;
91
+ yaw: number;
92
+ hfov: number;
93
+ };
94
+ };
95
+ export type StzhPanoramaFullscreenChangeEvent = {
96
+ component: "stzh-panorama";
97
+ value: boolean;
98
+ };
99
+ export type StzhPanoramaSceneChangeEvent = {
100
+ component: "stzh-panorama";
101
+ value: string;
102
+ };
103
+ export type StzhPanoramaZoomChangeEvent = {
104
+ component: "stzh-panorama";
105
+ value: number;
106
+ };
107
+ export type StzhIframeView = "iframe" | "cookiewall" | "preview";
108
+ export type StzhIframeViewChangeEvent = {
109
+ component: "stzh-iframe";
110
+ value: StzhIframeView;
111
+ };
112
+ export type StzhIframePreviewSkipEvent = {
113
+ component: "stzh-iframe";
114
+ };
115
+ export type OlmapLayer = {
116
+ title?: string;
117
+ thumbnailUrl: string;
118
+ options: {
119
+ url: string;
120
+ layer: string;
121
+ matrixSet: string;
122
+ origin: number[];
123
+ extent: number[];
124
+ };
125
+ };
126
+ export type StzhOlmapInitializedEvent = {
127
+ component: "stzh-olmap";
128
+ };
129
+ export type StzhOlmapPostRenderEvent = {
130
+ component: "stzh-olmap";
131
+ };
132
+ export type StzhOlmapMoveStartEvent = {
133
+ component: "stzh-olmap";
134
+ };
135
+ export type StzhOlmapMoveEndEvent = {
136
+ component: "stzh-olmap";
137
+ };
138
+ export type StzhStickyStuckTopEvent = {
139
+ component: "stzh-sticky";
140
+ sticky: boolean;
141
+ };
142
+ export type StzhStickyStuckBottomEvent = {
143
+ component: "stzh-sticky";
144
+ sticky: boolean;
145
+ };
146
+ export type StzhDatatableRowClickEvent = {
147
+ component: "stzh-datatable";
148
+ row: any;
149
+ originalEvent: MouseEvent;
150
+ };
151
+ export type StzhDatatableCellClickEvent = {
152
+ component: "stzh-datatable";
153
+ row: any;
154
+ column: any;
155
+ cellIndex: number;
156
+ rowIndex: number;
157
+ originalEvent: MouseEvent;
158
+ };
159
+ export type StzhDatatableHeadingCellClickEvent = {
160
+ component: "stzh-datatable";
161
+ column: any;
162
+ index: number;
163
+ originalEvent: MouseEvent;
164
+ };
165
+ export type StzhDatatableSortClickEvent = {
166
+ component: "stzh-datatable";
167
+ column: any;
168
+ originalEvent: MouseEvent;
169
+ };
170
+ export type StzhDatatableSortByChangeEvent = {
171
+ component: "stzh-datatable";
172
+ value: string;
173
+ oldValue: string;
174
+ };
175
+ export type StzhDatatableSortDirectionChangeEvent = {
176
+ component: "stzh-datatable";
177
+ value: "asc" | "desc";
178
+ oldValue: "asc" | "desc";
179
+ };
180
+ export type StzhAnchornavItem = {
181
+ label: string;
182
+ href?: string;
183
+ icon?: string;
184
+ };
185
+ export type StzhAnchornavItemClickEvent = {
186
+ component: "stzh-anchornav";
187
+ item: StzhAnchornavItem;
188
+ originalEvent: MouseEvent;
189
+ };
190
+ export type StzhActionsetItem = {
191
+ id: string;
192
+ label?: string;
193
+ icon?: string;
194
+ iconPosition?: "left" | "right";
195
+ iconOnly?: boolean;
196
+ badge?: string;
197
+ badgeEmpty?: boolean;
198
+ badgeType?: "default" | "success" | "warning" | "error" | "info";
199
+ variant?: "default" | "secondary" | "input" | "tertiary";
200
+ size?: "default" | "small" | "tiny";
201
+ badgePosition?: "icon" | "button";
202
+ tooltipContent?: string;
203
+ };
204
+ export type StzhActionsetItemClickEvent = {
205
+ component: "stzh-actionset";
206
+ action: StzhActionsetItem;
207
+ originalEvent: MouseEvent;
208
+ };
209
+ export type StzhAudioPlayEvent = {
210
+ component: "stzh-audio";
211
+ };
212
+ export type StzhAudioPlayingEvent = {
213
+ component: "stzh-audio";
214
+ };
215
+ export type StzhAudioPauseEvent = {
216
+ component: "stzh-audio";
217
+ };
218
+ export type StzhAudioReplayEvent = {
219
+ component: "stzh-audio";
220
+ };
221
+ export type StzhAudioEndEvent = {
222
+ component: "stzh-audio";
223
+ };
224
+ export type StzhAudioEndedEvent = {
225
+ component: "stzh-audio";
226
+ };
227
+ export type StzhAudioErrorEvent = {
228
+ component: "stzh-audio";
229
+ originalEvent: ErrorEvent;
230
+ };
231
+ export type ShareService = "facebook" | "twitter" | "linkedin" | "xing" | "mail";
232
+ export type StzhCardHeaderAction = {
233
+ id: string;
234
+ label?: string;
235
+ icon?: string;
236
+ badge?: string;
237
+ badgeEmpty?: boolean;
238
+ badgeType?: "default" | "success" | "warning" | "error" | "info";
239
+ onlyCollapseText?: boolean;
240
+ };
241
+ export type StzhCardSubtitleClickEvent = {
242
+ component: "stzh-card";
243
+ };
244
+ export type StzhCardCollapseEvent = {
245
+ component: "stzh-card";
246
+ collapsed: boolean;
247
+ };
248
+ export type StzhCardClickEvent = {
249
+ component: "stzh-card";
250
+ originalEvent: MouseEvent;
251
+ };
252
+ export type StzhCardStarClickEvent = {
253
+ component: "stzh-card";
254
+ starred: boolean;
255
+ };
256
+ export type StzhCardHeaderActionClickEvent = {
257
+ component: "stzh-card";
258
+ action: StzhCardHeaderAction;
259
+ };
260
+ export type StzhMicrositeTeaserlistTag = {
261
+ id: string;
262
+ name: string;
263
+ };
264
+ export type StzhMicrositeTeaserlistItem = {
265
+ title?: string;
266
+ description?: string;
267
+ image?: string;
268
+ link: string;
269
+ tags: string[];
270
+ teaserid: string;
271
+ };
272
+ export type StzhCardListCollapseAllEvent = {
273
+ component: "stzh-card-list";
274
+ allCollapsed: boolean;
275
+ };
276
+ export type StzhCalendarChangeEvent = {
277
+ component: "stzh-calendar";
278
+ valueAsDate: Date;
279
+ value: string;
280
+ };
281
+ export type StzhDatepickerChangeEvent = {
282
+ component: "stzh-datepicker";
283
+ value: string;
284
+ valueAsDate: Date;
285
+ };
286
+ export type StzhPaginationChangeEvent = {
287
+ component: "stzh-pagination";
288
+ page: number;
289
+ };
290
+ export type StzhTimepickerChangeEvent = {
291
+ component: "stzh-timepicker";
292
+ value: string;
293
+ };
294
+ export type StzhMonthyearpickerChangeEvent = {
295
+ component: "stzh-monthyearpicker";
296
+ value: string;
297
+ valueMonth: string;
298
+ valueYear: string;
299
+ };
300
+ export type StzhAmountChangeEvent = {
301
+ component: "stzh-amount";
302
+ value: string;
303
+ };
304
+ export type StzhAppointmentsChangeEvent = {
305
+ component: "stzh-appointments";
306
+ value: string;
307
+ };
308
+ export type StzhSkiplinkFocusEvent = {
309
+ component: "stzh-skiplink";
310
+ originalEvent: FocusEvent;
311
+ };
312
+ export type StzhSkiplinkBlurEvent = {
313
+ component: "stzh-skiplink";
314
+ originalEvent: FocusEvent;
315
+ };
316
+ export type StzhCheckboxChangeEvent = {
317
+ component: "stzh-checkbox";
318
+ originalEvent: InputEvent;
319
+ value: string;
320
+ checked: boolean;
321
+ };
322
+ export type StzhCheckboxFocusEvent = {
323
+ component: "stzh-checkbox";
324
+ originalEvent: FocusEvent;
325
+ };
326
+ export type StzhCheckboxBlurEvent = {
327
+ component: "stzh-checkbox";
328
+ originalEvent: FocusEvent;
329
+ };
330
+ export type StzhToggleChangeEvent = {
331
+ component: "stzh-toggle";
332
+ originalEvent: InputEvent;
333
+ value: string;
334
+ checked: boolean;
335
+ };
336
+ export type StzhToggleFocusEvent = {
337
+ component: "stzh-toggle";
338
+ originalEvent: FocusEvent;
339
+ };
340
+ export type StzhToggleBlurEvent = {
341
+ component: "stzh-toggle";
342
+ originalEvent: FocusEvent;
343
+ };
344
+ export type StzhButtonFocusEvent = {
345
+ component: "stzh-button";
346
+ originalEvent: FocusEvent;
347
+ };
348
+ export type StzhButtonBlurEvent = {
349
+ component: "stzh-button";
350
+ originalEvent: FocusEvent;
351
+ };
352
+ export type StzhButtonChangeEvent = {
353
+ component: "stzh-button";
354
+ originalEvent: InputEvent;
355
+ value: string;
356
+ checked: boolean;
357
+ };
358
+ export type StzhLinkFocusEvent = {
359
+ component: "stzh-link";
360
+ originalEvent: FocusEvent;
361
+ };
362
+ export type StzhLinkBlurEvent = {
363
+ component: "stzh-link";
364
+ originalEvent: FocusEvent;
365
+ };
366
+ export type StzhMenuItemFocusEvent = {
367
+ component: "stzh-menu-item";
368
+ originalEvent: FocusEvent;
369
+ };
370
+ export type StzhMenuItemBlurEvent = {
371
+ component: "stzh-menu-item";
372
+ originalEvent: FocusEvent;
373
+ };
374
+ export type StzhCarouselSlideStartEvent = {
375
+ component: "stzh-carousel";
376
+ index: number;
377
+ };
378
+ export type StzhCarouselSlidePassedEvent = {
379
+ component: "stzh-carousel";
380
+ index: number;
381
+ };
382
+ export type StzhCarouselSlideEndEvent = {
383
+ component: "stzh-carousel";
384
+ index: number;
385
+ };
386
+ export type StzhChipSelectChangeEvent = {
387
+ component: "stzh-chip-select";
388
+ value: string;
389
+ };
390
+ export type StzhGalleryItem = {
391
+ width: number;
392
+ height: number;
393
+ src: string;
394
+ srcLightbox?: string;
395
+ srcsetLightbox?: string;
396
+ alt?: string;
397
+ copyright?: string;
398
+ heading?: string;
399
+ headingLightbox?: string;
400
+ caption?: string;
401
+ captionLightbox?: string;
402
+ lightboxHtml?: string;
403
+ hideCounter?: boolean;
404
+ };
405
+ export type StzhDatalistItemEntry = {
406
+ value: string;
407
+ leadingIcon?: string;
408
+ label?: string;
409
+ meta?: string;
410
+ icon?: string;
411
+ iconLabel?: string;
412
+ iconTooltip?: string;
413
+ statusLabel?: string;
414
+ statusType?: "default" | "success" | "warning" | "error" | "info";
415
+ href?: string;
416
+ rel?: string;
417
+ target?: string;
418
+ items?: StzhDatalistItemEntry[];
419
+ };
420
+ export type StzhDatalistDirectionChangeEvent = {
421
+ component: "stzh-datalist";
422
+ value: "vertical" | "horizontal";
423
+ };
424
+ export type StzhDatalistHideBorderChangeEvent = {
425
+ component: "stzh-datalist";
426
+ value: boolean;
427
+ };
428
+ export type StzhDatalistItemActionClickEvent = {
429
+ component: "stzh-datalist-item";
430
+ originalEvent: MouseEvent;
431
+ };
432
+ export type StzhDatamessagelistItemEntryMeta = {
433
+ label: string;
434
+ value: string;
435
+ };
436
+ export type StzhDatamessagelistItemEntryAction = {
437
+ id: string | number;
438
+ icon: string;
439
+ label: string;
440
+ badge?: string;
441
+ };
442
+ export type StzhDatamessagelistItemEntryTag = {
443
+ icon: string;
444
+ label: string;
445
+ type: "default" | "important";
446
+ };
447
+ export type StzhDatamessagelistItemEntryLoadingStatus = {
448
+ percent: number;
449
+ label: string;
450
+ type: "default" | "success" | "warning" | "error";
451
+ };
452
+ export type StzhDatamessagelistItemClickEvent = {
453
+ component: "stzh-datamessagelist-item";
454
+ originalEvent: MouseEvent;
455
+ };
456
+ export type StzhDatamessagelistItemActionClickEvent = {
457
+ component: "stzh-datamessagelist-item";
458
+ action: StzhDatamessagelistItemEntryAction;
459
+ originalEvent: MouseEvent;
460
+ };
461
+ export type StzhChipSelectItem = {
462
+ label: string;
463
+ value: string;
464
+ disabled?: boolean;
465
+ variant?: "tag" | "filter" | "input";
466
+ type?: "default" | "secondary";
467
+ counter?: string;
468
+ icon?: string;
469
+ size?: "default" | "small";
470
+ };
471
+ export type StzhChipClickEvent = {
472
+ component: "stzh-chip";
473
+ originalEvent: MouseEvent;
474
+ };
475
+ export type StzhChipRemoveEvent = {
476
+ component: "stzh-chip";
477
+ originalEvent: MouseEvent;
478
+ };
479
+ export type StzhChipFocusEvent = {
480
+ component: "stzh-chip";
481
+ originalEvent: FocusEvent;
482
+ };
483
+ export type StzhChipBlurEvent = {
484
+ component: "stzh-chip";
485
+ originalEvent: FocusEvent;
486
+ };
487
+ export type StzhVbzMajortickerDisturbance = {
488
+ id: string;
489
+ head: string;
490
+ text: string;
491
+ startDate: Date;
492
+ endDate: Date;
493
+ altStart: string;
494
+ altEnd: string;
495
+ infoUrl?: VbzTickerInfoUrl;
496
+ };
497
+ export type StzhVbzMajortickerDisturbanceFetchedEvent = {
498
+ component: "stzh-vbz-majorticker";
499
+ disturbance: StzhVbzMajortickerDisturbance | null;
500
+ };
501
+ export type VbzTickerInfoUrl = {
502
+ name: string;
503
+ url: string;
504
+ };
505
+ export type VbzTickerDisturbance = {
506
+ id: string;
507
+ head: string;
508
+ startDate: Date;
509
+ endDate: Date;
510
+ altStart: string;
511
+ altEnd: string;
512
+ baseType?: string;
513
+ infoUrl?: VbzTickerInfoUrl;
514
+ category: typeof VBZ.DISTURBANCE_INFORMATION | typeof VBZ.DISTURBANCE_CONSTRUCTION | typeof VBZ.DISTURBANCE_NORMAL | typeof VBZ.DISTURBANCE_EVENT | typeof VBZ.DISTURBANCE_BUS;
515
+ };
516
+ export type VbzTickerLine = {
517
+ line: VBZ.Lines;
518
+ name: string;
519
+ disturbances: VbzTickerDisturbance[];
520
+ alert: boolean;
521
+ category: "2" | "16" | "32" | "64" | "128" | "256" | "512";
522
+ };
523
+ export type StzhVbzLinechipLine = {
524
+ color: string;
525
+ background: string;
526
+ comment?: string;
527
+ };
528
+ export type StzhVbzLinechipFocusEvent = {
529
+ component: "stzh-vbz-linechip";
530
+ originalEvent: FocusEvent;
531
+ };
532
+ export type StzhVbzLinechipBlurEvent = {
533
+ component: "stzh-vbz-linechip";
534
+ originalEvent: FocusEvent;
535
+ };
536
+ export type StzhClampClampEvent = {
537
+ component: "stzh-clamp";
538
+ clamped: boolean;
539
+ };
540
+ export type StzhClampExpandEvent = {
541
+ component: "stzh-clamp";
542
+ expanded: boolean;
543
+ };
544
+ export type StzhImagecomparisonChangeEvent = {
545
+ component: "stzh-imagecomparison";
546
+ originalEvent: InputEvent;
547
+ value: number;
548
+ };
549
+ export type StzhDialogOpenEvent = {
550
+ component: "stzh-dialog";
551
+ };
552
+ export type StzhDialogCloseEvent = {
553
+ component: "stzh-dialog";
554
+ };
555
+ export type ContactNumber = {
556
+ type: "tel" | "fax";
557
+ label: string;
558
+ number: string;
559
+ analyticsId?: string;
560
+ };
561
+ export type StzhContactAvailabilityItem = {
562
+ weekday: string;
563
+ hours: string[];
564
+ };
565
+ export type StzhOverlayOpenEvent = {
566
+ component: "stzh-overlay";
567
+ };
568
+ export type StzhOverlayCloseEvent = {
569
+ component: "stzh-overlay";
570
+ };
571
+ export type StzhMessageOpenEvent = {
572
+ component: "stzh-message";
573
+ };
574
+ export type StzhMessageCloseEvent = {
575
+ component: "stzh-message";
576
+ };
577
+ export type StzhToastbarInitialToast = {
578
+ label: string;
579
+ type?: StzhToastType;
580
+ link?: HTMLStzhLinkElement | {
581
+ href: string;
582
+ label: string;
583
+ };
584
+ cookie?: string;
585
+ cookieExpires?: number;
586
+ };
587
+ export type StzhToastType = "info" | "success" | "warning" | "error";
588
+ export type StzhToastOpenEvent = {
589
+ component: "stzh-toast";
590
+ };
591
+ export type StzhToastCloseEvent = {
592
+ component: "stzh-toast";
593
+ };
594
+ export type StzhToastOpenedEvent = {
595
+ component: "stzh-toast";
596
+ };
597
+ export type StzhToastClosedEvent = {
598
+ component: "stzh-toast";
599
+ };
600
+ export type StzhGhettoboxOpenEvent = {
601
+ component: "stzh-ghettobox";
602
+ };
603
+ export type StzhGhettoboxCloseEvent = {
604
+ component: "stzh-ghettobox";
605
+ };
606
+ export type StzhInputChangeEvent = {
607
+ component: "stzh-input";
608
+ originalEvent: InputEvent | MouseEvent;
609
+ value: string;
610
+ };
611
+ export type StzhInputChangedEvent = {
612
+ component: "stzh-input";
613
+ originalEvent: InputEvent | MouseEvent;
614
+ value: string;
615
+ };
616
+ export type StzhInputFocusEvent = {
617
+ component: "stzh-input";
618
+ originalEvent: FocusEvent;
619
+ };
620
+ export type StzhInputBlurEvent = {
621
+ component: "stzh-input";
622
+ originalEvent: FocusEvent;
623
+ };
624
+ export type StzhPopoverOpenEvent = {
625
+ component: "stzh-popover";
626
+ };
627
+ export type StzhPopoverOpenedEvent = {
628
+ component: "stzh-popover";
629
+ };
630
+ export type StzhPopoverCloseEvent = {
631
+ component: "stzh-popover";
632
+ };
633
+ export type StzhPopoverClosedEvent = {
634
+ component: "stzh-popover";
635
+ };
636
+ export type StzhTimelineFoldableChangeEvent = {
637
+ component: "stzh-timeline";
638
+ value: boolean;
639
+ };
640
+ export type StzhTimelineItemOpenEvent = {
641
+ component: "stzh-timeline-item";
642
+ };
643
+ export type StzhTimelineItemOpenedEvent = {
644
+ component: "stzh-timeline-item";
645
+ };
646
+ export type StzhTimelineItemCloseEvent = {
647
+ component: "stzh-timeline-item";
648
+ };
649
+ export type StzhTimelineItemClosedEvent = {
650
+ component: "stzh-timeline-item";
651
+ };
652
+ export type StzhTimelineItemFocusEvent = {
653
+ component: "stzh-timeline-item";
654
+ originalEvent: FocusEvent;
655
+ };
656
+ export type StzhTimelineItemBlurEvent = {
657
+ component: "stzh-timeline-item";
658
+ originalEvent: FocusEvent;
659
+ };
660
+ export type StzhAccordionItemOpenEvent = {
661
+ component: "stzh-accordion-item";
662
+ };
663
+ export type StzhAccordionItemOpenedEvent = {
664
+ component: "stzh-accordion-item";
665
+ };
666
+ export type StzhAccordionItemCloseEvent = {
667
+ component: "stzh-accordion-item";
668
+ };
669
+ export type StzhAccordionItemClosedEvent = {
670
+ component: "stzh-accordion-item";
671
+ };
672
+ export type StzhAccordionItemFocusEvent = {
673
+ component: "stzh-accordion-item";
674
+ originalEvent: FocusEvent;
675
+ };
676
+ export type StzhAccordionItemBlurEvent = {
677
+ component: "stzh-accordion-item";
678
+ originalEvent: FocusEvent;
679
+ };
680
+ export type StzhTooltipOpenEvent = {
681
+ component: "stzh-tooltip";
682
+ };
683
+ export type StzhTooltipOpenedEvent = {
684
+ component: "stzh-tooltip";
685
+ };
686
+ export type StzhTooltipCloseEvent = {
687
+ component: "stzh-tooltip";
688
+ };
689
+ export type StzhTooltipClosedEvent = {
690
+ component: "stzh-tooltip";
691
+ };
692
+ export type StzhRadioChangeEvent = {
693
+ component: "stzh-radio";
694
+ originalEvent: InputEvent;
695
+ value: string;
696
+ checked: boolean;
697
+ };
698
+ export type StzhRadioFocusEvent = {
699
+ component: "stzh-radio";
700
+ originalEvent: FocusEvent;
701
+ };
702
+ export type StzhRadioBlurEvent = {
703
+ component: "stzh-radio";
704
+ originalEvent: FocusEvent;
705
+ };
706
+ export type StzhLangnavChangeEvent = {
707
+ component: "stzh-langnav";
708
+ value: string;
709
+ };
710
+ export type StzhDropdownOption = {
711
+ text: string;
712
+ value: string;
713
+ };
714
+ export type StzhDropdownChangeEvent = {
715
+ component: "stzh-dropdown";
716
+ value: string;
717
+ };
718
+ export type StzhDropdownItemAddEvent = {
719
+ component: "stzh-dropdown";
720
+ value: string;
721
+ };
722
+ export type StzhDropdownItemRemoveEvent = {
723
+ component: "stzh-dropdown";
724
+ value: string;
725
+ };
726
+ export type StzhDropdownOptionAddEvent = {
727
+ component: "stzh-dropdown";
728
+ value: string;
729
+ };
730
+ export type StzhDropdownOptionRemoveEvent = {
731
+ component: "stzh-dropdown";
732
+ value: string;
733
+ };
734
+ export type StzhDropdownOpenEvent = {
735
+ component: "stzh-dropdown";
736
+ };
737
+ export type StzhDropdowCloseEvent = {
738
+ component: "stzh-dropdown";
739
+ };
740
+ export type StzhDropdownFocusEvent = {
741
+ component: "stzh-dropdown";
742
+ originalEvent: {
743
+ target: Element;
744
+ };
745
+ };
746
+ export type StzhDropdownBlurEvent = {
747
+ component: "stzh-dropdown";
748
+ };
749
+ export type StzhDropdowInitEvent = {
750
+ component: "stzh-dropdown";
751
+ };
752
+ /** Progressbar */
753
+ export type StzhProgressbarDataItem = {
754
+ label: string;
755
+ icon?: string;
756
+ disabled?: boolean;
757
+ analyticsId?: string;
758
+ };
759
+ export type StzhProgressbarItemClickEvent = {
760
+ component: "stzh-progressbar-item";
761
+ originalEvent: MouseEvent;
762
+ index: number;
763
+ };
764
+ export type StzhProgressbarItemDottedClickEvent = {
765
+ component: "stzh-progressbar-item";
766
+ originalEvent: MouseEvent;
767
+ };
768
+ export type StzhUploadFilesItem = {
769
+ name: string;
770
+ size: number;
771
+ [key: string]: any;
772
+ };
773
+ export type StzhUploadFile = File & {
774
+ xhr: XMLHttpRequest;
775
+ status: string;
776
+ upload: any;
777
+ accepted: boolean;
778
+ previewElement: HTMLElement;
779
+ };
780
+ export type StzhUploadFileAddedEvent = {
781
+ component: "stzh-upload";
782
+ file: StzhUploadFile;
783
+ };
784
+ export type StzhUploadFilesAddedEvent = {
785
+ component: "stzh-upload";
786
+ files: StzhUploadFile[];
787
+ };
788
+ export type StzhUploadFileRemoveEvent = {
789
+ component: "stzh-upload";
790
+ file: StzhUploadFile;
791
+ };
792
+ export type StzhUploadFileRemovedEvent = {
793
+ component: "stzh-upload";
794
+ file: StzhUploadFile;
795
+ force: boolean;
796
+ };
797
+ export type StzhUploadSendingEvent = {
798
+ component: "stzh-upload";
799
+ file: StzhUploadFile;
800
+ xhr: XMLHttpRequest;
801
+ formData: FormData;
802
+ };
803
+ export type StzhUploadSendingMultipleEvent = {
804
+ component: "stzh-upload";
805
+ files: StzhUploadFile[];
806
+ xhr: XMLHttpRequest;
807
+ formData: FormData;
808
+ };
809
+ export type StzhUploadProcessingEvent = {
810
+ component: "stzh-upload";
811
+ file: StzhUploadFile;
812
+ };
813
+ export type StzhUploadProcessingMultipleEvent = {
814
+ component: "stzh-upload";
815
+ files: StzhUploadFile[];
816
+ };
817
+ export type StzhUploadProgressEvent = {
818
+ component: "stzh-upload";
819
+ file: StzhUploadFile;
820
+ progress: number;
821
+ bytesSent: number;
822
+ };
823
+ export type StzhUploadProgressTotalEvent = {
824
+ component: "stzh-upload";
825
+ totalUploadProgress: number;
826
+ totalBytes: number;
827
+ totalBytesSent: number;
828
+ };
829
+ export type StzhUploadErrorEvent = {
830
+ component: "stzh-upload";
831
+ file: StzhUploadFile;
832
+ message: string;
833
+ xhr: XMLHttpRequest;
834
+ };
835
+ export type StzhUploadErrorMultipleEvent = {
836
+ component: "stzh-upload";
837
+ files: StzhUploadFile[];
838
+ message: string;
839
+ xhr: XMLHttpRequest;
840
+ };
841
+ export type StzhUploadSuccessEvent = {
842
+ component: "stzh-upload";
843
+ file: StzhUploadFile;
844
+ responseText: string;
845
+ event: ProgressEvent;
846
+ };
847
+ export type StzhUploadSuccessMultipleEvent = {
848
+ component: "stzh-upload";
849
+ files: StzhUploadFile[];
850
+ responseText: string;
851
+ event: ProgressEvent;
852
+ };
853
+ export type StzhUploadCanceledEvent = {
854
+ component: "stzh-upload";
855
+ file: StzhUploadFile;
856
+ };
857
+ export type StzhUploadCanceledMultipleEvent = {
858
+ component: "stzh-upload";
859
+ files: StzhUploadFile[];
860
+ };
861
+ export type StzhUploadCompleteEvent = {
862
+ component: "stzh-upload";
863
+ file: StzhUploadFile;
864
+ };
865
+ export type StzhUploadCompleteMultipleEvent = {
866
+ component: "stzh-upload";
867
+ files: StzhUploadFile[];
868
+ };
869
+ export type StzhFocusEvent = StzhAccordionItemFocusEvent | StzhButtonFocusEvent | StzhCheckboxFocusEvent | StzhChipFocusEvent | StzhDropdownFocusEvent | StzhInputFocusEvent | StzhLinkFocusEvent | StzhMenuItemFocusEvent | StzhRadioFocusEvent | StzhToggleFocusEvent | StzhVbzLinechipFocusEvent | StzhSkiplinkFocusEvent;
870
+ export type StzhCalendarDateDisabledPredicate = (date: Date) => boolean;
871
+ export declare namespace Layout {
872
+ type Ratio = "16:9" | "1:1" | "5:4" | "4:3" | "3:2" | "2:1" | "21:9";
873
+ type Justify = "start" | "end" | "center" | "between" | "around" | "evenly";
874
+ type Items = "start" | "end" | "center" | "baseline" | "stretch";
875
+ type JustifySelf = "auto" | Justify;
876
+ type AlignSelf = "auto" | Items;
877
+ }
878
+ export declare namespace Space {
879
+ type Sizes = "xxxsmall" | "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge" | "xxxxlarge" | "big" | "xbig" | "huge" | "xhuge" | "none" | "inherit";
880
+ type Curves = "tiny" | "small" | "regular" | "medium" | "large" | "big" | "huge" | "none";
881
+ }
882
+ export declare namespace Font {
883
+ type Fonts = "light" | "regular" | "medium" | "heavy" | "default";
884
+ type Sizes = "pico" | "nano" | "micro" | "milli" | "centi" | "deci" | "regular" | "deca" | "hecto" | "kilo" | "mega" | "giga" | "hero" | "inherit";
885
+ type Curves = "p1" | "p2" | "caption" | "h4" | "h3" | "h2" | "h1" | "hero" | "default" | "none";
886
+ }
887
+ export declare namespace VBZ {
888
+ const BASE_TYPE_GLOBAL = "GLOBAL";
889
+ const CHANNEL_TICKER = "ticker";
890
+ const CHANNEL_INFO_URL_FILTER = "stadt-zuerich.ch/vbz";
891
+ const DISTURBANCE_GLOBAL = "__global__";
892
+ const DISTURBANCE_INFORMATION = "0";
893
+ const DISTURBANCE_CONSTRUCTION = "1";
894
+ const DISTURBANCE_NORMAL = "2";
895
+ const DISTURBANCE_EVENT = "4";
896
+ const DISTURBANCE_BUS = "5";
897
+ type Lines = "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "19" | "20" | "21" | "23" | "24" | "25" | "29" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "45" | "46" | "54" | "61" | "62" | "63" | "64" | "66" | "67" | "69" | "70" | "72" | "73" | "75" | "76" | "77" | "78" | "79" | "80" | "83" | "89" | "91" | "94" | "95" | "99" | "151" | "152" | "153" | "156" | "161" | "162" | "163" | "165" | "184" | "185" | "200" | "201" | "215" | "220" | "235" | "236" | "245" | "301" | "302" | "303" | "304" | "305" | "306" | "307" | "308" | "309" | "311" | "314" | "315" | "317" | "321" | "323" | "325" | "350" | "444" | "445" | "701" | "702" | "703" | "704" | "705" | "720" | "721" | "725" | "726" | "727" | "742" | "743" | "744" | "745" | "747" | "748" | "751" | "752" | "753" | "754" | "759" | "760" | "765" | "768" | "781" | "786" | "787" | "910" | "912" | "916" | "917" | "918" | "919" | "E" | "N" | "N1" | "N2" | "N4" | "N5" | "N6" | "N7" | "N8" | "N9" | "N10" | "N11" | "N12" | "N13" | "N14" | "N15" | "N16" | "N17" | "N18" | "N19" | "N30" | "N31" | "N32" | "N33" | "N34" | "N45" | "N72" | "N78" | "SN1" | "SN4" | "SN5" | "SN6" | "SN7" | "SN8" | "SN9" | "S2" | "S3" | "S4" | "S5" | "S6" | "S7" | "S8" | "S9" | "S10" | "S11" | "S14" | "S15" | "S16" | "S18" | "S19" | "S20" | "S21" | "S23" | "S24" | "S25";
898
+ }
899
+ export * from './components';