@oiz/stzh-components 2.1.0-alpha → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/dist/cjs/{_commonjsHelpers-bcc1208a.js → _commonjsHelpers-dcc4cf71.js} +16 -0
  2. package/dist/cjs/{app-globals-e1f4f1d9.js → app-globals-dc82b9ca.js} +1 -1
  3. package/dist/cjs/{js.cookie-9c263d23.js → js.cookie-226c94ed.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-accordion-item.cjs.entry.js +2 -2
  6. package/dist/cjs/stzh-actions.cjs.entry.js +2 -2
  7. package/dist/cjs/stzh-anchornav.cjs.entry.js +2 -2
  8. package/dist/cjs/stzh-appointments.cjs.entry.js +1 -1
  9. package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -1
  10. package/dist/cjs/stzh-chart.cjs.entry.js +26127 -0
  11. package/dist/cjs/stzh-checkbox.cjs.entry.js +2 -2
  12. package/dist/cjs/stzh-chip.cjs.entry.js +13 -6
  13. package/dist/cjs/stzh-components.cjs.js +2 -2
  14. package/dist/cjs/stzh-contactaddress.cjs.entry.js +65 -0
  15. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +2 -2
  16. package/dist/cjs/stzh-datamessagelist.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-dropdown.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
  20. package/dist/cjs/stzh-footer.cjs.entry.js +12 -6
  21. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +3 -3
  22. package/dist/cjs/stzh-header.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-heading.cjs.entry.js +2 -2
  24. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +2 -2
  25. package/dist/cjs/stzh-link.cjs.entry.js +2 -1
  26. package/dist/cjs/stzh-list-item.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  28. package/dist/cjs/stzh-olmap.cjs.entry.js +2 -2
  29. package/dist/cjs/stzh-pagebottom.cjs.entry.js +32 -0
  30. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +99 -0
  31. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  32. package/dist/cjs/stzh-share.cjs.entry.js +113 -0
  33. package/dist/cjs/stzh-upload.cjs.entry.js +52 -36
  34. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +12 -4
  35. package/dist/collection/assets/i18n/de.json +10 -0
  36. package/dist/collection/assets/i18n/en.json +10 -0
  37. package/dist/collection/assets/icons/mono/facebook-filled.svg +3 -0
  38. package/dist/collection/assets/icons/mono/linkedin-filled.svg +12 -0
  39. package/dist/collection/assets/icons/mono/mail-filled.svg +6 -0
  40. package/dist/collection/assets/icons/mono/star-filled.svg +1 -1
  41. package/dist/collection/assets/icons/mono/twitter-filled.svg +3 -0
  42. package/dist/collection/assets/icons/mono/xing-filled.svg +4 -0
  43. package/dist/collection/assets/media/olmap/marker-active.png +0 -0
  44. package/dist/collection/assets/media/olmap/marker.png +0 -0
  45. package/dist/collection/collection-manifest.json +5 -0
  46. package/dist/collection/components/stzh-accordion/stzh-accordion.css +3 -0
  47. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +51 -3
  48. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +1 -1
  49. package/dist/collection/components/stzh-actions/stzh-actions.css +7 -1
  50. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -3
  51. package/dist/collection/components/stzh-actionset/stzh-actionset.css +3 -0
  52. package/dist/collection/components/stzh-anchornav/stzh-anchornav.css +5 -0
  53. package/dist/collection/components/stzh-anchornav/stzh-anchornav.js +1 -1
  54. package/dist/collection/components/stzh-appnav/stzh-appnav.css +3 -0
  55. package/dist/collection/components/stzh-appointments/stzh-appointments.css +3 -0
  56. package/dist/collection/components/stzh-appointments/stzh-appointments.js +1 -1
  57. package/dist/collection/components/stzh-audio/stzh-audio.css +3 -0
  58. package/dist/collection/components/stzh-badge/stzh-badge.css +3 -0
  59. package/dist/collection/components/stzh-button/stzh-button.css +3 -0
  60. package/dist/collection/components/stzh-button/stzh-button.js +19 -1
  61. package/dist/collection/components/stzh-calendar/stzh-calendar.css +3 -0
  62. package/dist/collection/components/stzh-card/stzh-card.css +3 -0
  63. package/dist/collection/components/stzh-card-list/stzh-card-list.css +3 -0
  64. package/dist/collection/components/stzh-cell/stzh-cell.css +3 -0
  65. package/dist/collection/components/stzh-chart/stzh-chart.css +799 -0
  66. package/dist/collection/components/stzh-chart/stzh-chart.js +110 -0
  67. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +287 -0
  68. package/dist/collection/components/stzh-checkbox/assets/check.svg +1 -1
  69. package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +3 -3
  70. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +3 -0
  71. package/dist/collection/components/stzh-chip/stzh-chip.css +4 -21
  72. package/dist/collection/components/stzh-chip/stzh-chip.js +49 -24
  73. package/dist/collection/components/stzh-chip/stzh-chip.stories.js +0 -9
  74. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +3 -0
  75. package/dist/collection/components/stzh-clamp/stzh-clamp.css +3 -0
  76. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.css +153 -0
  77. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.js +321 -0
  78. package/dist/collection/components/stzh-contactaddress/stzh-contactaddress.stories.js +100 -0
  79. package/dist/collection/components/stzh-container/stzh-container.css +3 -0
  80. package/dist/collection/components/stzh-cspace/stzh-cspace.css +3 -0
  81. package/dist/collection/components/stzh-datalist/stzh-datalist.css +3 -0
  82. package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +13 -2
  83. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -11
  84. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +1 -1
  85. package/dist/collection/components/stzh-datatable/stzh-datatable.css +3 -0
  86. package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +3 -0
  87. package/dist/collection/components/stzh-dialog/stzh-dialog.css +3 -0
  88. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -0
  89. package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +3 -0
  90. package/dist/collection/components/stzh-figure/stzh-figure.css +3 -1
  91. package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +3 -0
  92. package/dist/collection/components/stzh-footer/stzh-footer.css +53 -0
  93. package/dist/collection/components/stzh-footer/stzh-footer.js +46 -18
  94. package/dist/collection/components/stzh-footer/stzh-footer.stories.js +21 -1
  95. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +10 -10
  96. package/dist/collection/components/stzh-header/stzh-header.css +3 -0
  97. package/dist/collection/components/stzh-header/stzh-header.js +2 -2
  98. package/dist/collection/components/stzh-heading/stzh-heading.css +9 -6
  99. package/dist/collection/components/stzh-heading/stzh-heading.js +1 -1
  100. package/dist/collection/components/stzh-hr/stzh-hr.css +3 -0
  101. package/dist/collection/components/stzh-hspace/stzh-hspace.css +3 -0
  102. package/dist/collection/components/stzh-icon/stzh-icon.css +3 -0
  103. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  104. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  105. package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +8 -1
  106. package/dist/collection/components/stzh-input/stzh-input.css +3 -0
  107. package/dist/collection/components/stzh-link/stzh-link.css +3 -0
  108. package/dist/collection/components/stzh-link/stzh-link.js +19 -1
  109. package/dist/collection/components/stzh-list/stzh-list.css +3 -0
  110. package/dist/collection/components/stzh-list-item/assets/checkmark.svg +1 -1
  111. package/dist/collection/components/stzh-list-item/stzh-list-item.css +3 -0
  112. package/dist/collection/components/stzh-loader/stzh-loader.css +3 -0
  113. package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +3 -0
  114. package/dist/collection/components/stzh-menu/stzh-menu.css +3 -0
  115. package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +3 -0
  116. package/dist/collection/components/stzh-message/stzh-message.css +3 -0
  117. package/dist/collection/components/stzh-metanav/stzh-metanav.css +3 -0
  118. package/dist/collection/components/stzh-olmap/stzh-olmap.css +3 -0
  119. package/dist/collection/components/stzh-olmap/stzh-olmap.js +2 -2
  120. package/dist/collection/components/stzh-overlay/stzh-overlay.css +3 -0
  121. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +3 -0
  122. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.css +153 -0
  123. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.js +151 -0
  124. package/dist/collection/components/stzh-pagebottom/stzh-pagebottom.stories.js +44 -0
  125. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -0
  126. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +5 -1
  127. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +3 -3
  128. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +396 -0
  129. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +157 -0
  130. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.stories.js +94 -0
  131. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -0
  132. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +8 -4
  133. package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +3 -0
  134. package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +3 -0
  135. package/dist/collection/components/stzh-radio/stzh-radio.css +3 -0
  136. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +3 -0
  137. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +1 -1
  138. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +3 -0
  139. package/dist/collection/components/stzh-richtext/stzh-richtext.css +3 -0
  140. package/dist/collection/components/stzh-row/stzh-row.css +3 -0
  141. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +3 -0
  142. package/dist/collection/components/stzh-section/stzh-section.css +3 -0
  143. package/dist/collection/components/stzh-share/stzh-share.css +149 -0
  144. package/dist/collection/components/stzh-share/stzh-share.js +184 -0
  145. package/dist/collection/components/stzh-share/stzh-share.localization.js +1 -0
  146. package/dist/collection/components/stzh-share/stzh-share.stories.js +33 -0
  147. package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +3 -0
  148. package/dist/collection/components/stzh-sortable/stzh-sortable.css +3 -0
  149. package/dist/collection/components/stzh-status/stzh-status.css +3 -0
  150. package/dist/collection/components/stzh-sticky/stzh-sticky.css +3 -0
  151. package/dist/collection/components/stzh-sticky/stzh-sticky.stories.js +1 -1
  152. package/dist/collection/components/stzh-table/stzh-table.css +3 -0
  153. package/dist/collection/components/stzh-text/stzh-text.css +3 -0
  154. package/dist/collection/components/stzh-toggle/stzh-toggle.css +3 -0
  155. package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +3 -0
  156. package/dist/collection/components/stzh-upload/stzh-upload.css +44 -19
  157. package/dist/collection/components/stzh-upload/stzh-upload.js +69 -35
  158. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +3 -3
  159. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +3 -0
  160. package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +1 -1
  161. package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +3 -0
  162. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +3 -0
  163. package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +3 -0
  164. package/dist/collection/components/stzh-vspace/stzh-vspace.css +3 -0
  165. package/dist/components/_commonjsHelpers.js +16 -1
  166. package/dist/components/index.d.ts +5 -0
  167. package/dist/components/index.js +6 -1
  168. package/dist/components/stzh-accordion-item.js +2 -2
  169. package/dist/components/stzh-actions.js +2 -2
  170. package/dist/components/stzh-anchornav.js +2 -2
  171. package/dist/components/stzh-appointments.js +1 -1
  172. package/dist/components/stzh-button2.js +3 -1
  173. package/dist/components/stzh-chart.d.ts +11 -0
  174. package/dist/components/stzh-chart.js +26144 -0
  175. package/dist/components/stzh-checkbox.js +2 -2
  176. package/dist/components/stzh-chip2.js +16 -8
  177. package/dist/components/stzh-contactaddress.d.ts +11 -0
  178. package/dist/components/stzh-contactaddress.js +93 -0
  179. package/dist/components/stzh-datamessagelist-item.js +14 -8
  180. package/dist/components/stzh-datamessagelist.js +1 -1
  181. package/dist/components/stzh-figure.js +1 -1
  182. package/dist/components/stzh-footer.js +14 -7
  183. package/dist/components/stzh-ghettobox2.js +1 -1
  184. package/dist/components/stzh-header.js +1 -1
  185. package/dist/components/stzh-heading2.js +2 -2
  186. package/dist/components/stzh-icon-sprite.js +2 -2
  187. package/dist/components/stzh-link2.js +3 -1
  188. package/dist/components/stzh-list-item.js +1 -1
  189. package/dist/components/stzh-olmap.js +1 -1
  190. package/dist/components/stzh-pagebottom.d.ts +11 -0
  191. package/dist/components/stzh-pagebottom.js +70 -0
  192. package/dist/components/stzh-pagetitle-hero.d.ts +11 -0
  193. package/dist/components/stzh-pagetitle-hero.js +116 -0
  194. package/dist/components/stzh-portal-mitwirken.js +1 -1
  195. package/dist/components/stzh-share.d.ts +11 -0
  196. package/dist/components/stzh-share.js +6 -0
  197. package/dist/components/stzh-share2.js +139 -0
  198. package/dist/components/stzh-upload.js +53 -36
  199. package/dist/components/stzh-vbz-linechip2.js +11 -3
  200. package/dist/esm/{_commonjsHelpers-ba3f0406.js → _commonjsHelpers-f9dc4873.js} +16 -1
  201. package/dist/esm/{app-globals-453acbdb.js → app-globals-246b5e49.js} +1 -1
  202. package/dist/esm/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  203. package/dist/esm/loader.js +2 -2
  204. package/dist/esm/stzh-accordion-item.entry.js +2 -2
  205. package/dist/esm/stzh-actions.entry.js +2 -2
  206. package/dist/esm/stzh-anchornav.entry.js +2 -2
  207. package/dist/esm/stzh-appointments.entry.js +1 -1
  208. package/dist/esm/stzh-badge_3.entry.js +2 -1
  209. package/dist/esm/stzh-chart.entry.js +26123 -0
  210. package/dist/esm/stzh-checkbox.entry.js +2 -2
  211. package/dist/esm/stzh-chip.entry.js +14 -7
  212. package/dist/esm/stzh-components.js +2 -2
  213. package/dist/esm/stzh-contactaddress.entry.js +61 -0
  214. package/dist/esm/stzh-datamessagelist-item.entry.js +2 -2
  215. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  216. package/dist/esm/stzh-datatable.entry.js +1 -1
  217. package/dist/esm/stzh-dropdown.entry.js +1 -1
  218. package/dist/esm/stzh-figure.entry.js +1 -1
  219. package/dist/esm/stzh-footer.entry.js +12 -6
  220. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  221. package/dist/esm/stzh-header.entry.js +1 -1
  222. package/dist/esm/stzh-heading.entry.js +2 -2
  223. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  224. package/dist/esm/stzh-link.entry.js +2 -1
  225. package/dist/esm/stzh-list-item.entry.js +1 -1
  226. package/dist/esm/stzh-message.entry.js +2 -2
  227. package/dist/esm/stzh-olmap.entry.js +2 -2
  228. package/dist/esm/stzh-pagebottom.entry.js +28 -0
  229. package/dist/esm/stzh-pagetitle-hero.entry.js +95 -0
  230. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  231. package/dist/esm/stzh-share.entry.js +109 -0
  232. package/dist/esm/stzh-upload.entry.js +52 -36
  233. package/dist/esm/stzh-vbz-linechip.entry.js +12 -4
  234. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +1 -0
  235. package/dist/esm-es5/app-globals-246b5e49.js +1 -0
  236. package/dist/esm-es5/{js.cookie-28a40640.js → js.cookie-53735b72.js} +1 -1
  237. package/dist/esm-es5/loader.js +1 -1
  238. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  239. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  240. package/dist/esm-es5/stzh-anchornav.entry.js +1 -1
  241. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  242. package/dist/esm-es5/stzh-chart.entry.js +3 -0
  243. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  244. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  245. package/dist/esm-es5/stzh-components.js +1 -1
  246. package/dist/esm-es5/stzh-contactaddress.entry.js +1 -0
  247. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  248. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  249. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  250. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  251. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  252. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  253. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  254. package/dist/esm-es5/stzh-header.entry.js +1 -1
  255. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  256. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  257. package/dist/esm-es5/stzh-link.entry.js +1 -1
  258. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  259. package/dist/esm-es5/stzh-message.entry.js +1 -1
  260. package/dist/esm-es5/stzh-olmap.entry.js +2 -2
  261. package/dist/esm-es5/stzh-pagebottom.entry.js +1 -0
  262. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -0
  263. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  264. package/dist/esm-es5/stzh-share.entry.js +1 -0
  265. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  266. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  267. package/dist/stzh-components/assets/i18n/de.json +10 -0
  268. package/dist/stzh-components/assets/i18n/en.json +10 -0
  269. package/dist/stzh-components/assets/icons/mono/facebook-filled.svg +3 -0
  270. package/dist/stzh-components/assets/icons/mono/linkedin-filled.svg +12 -0
  271. package/dist/stzh-components/assets/icons/mono/mail-filled.svg +6 -0
  272. package/dist/stzh-components/assets/icons/mono/star-filled.svg +1 -1
  273. package/dist/stzh-components/assets/icons/mono/twitter-filled.svg +3 -0
  274. package/dist/stzh-components/assets/icons/mono/xing-filled.svg +4 -0
  275. package/dist/stzh-components/assets/media/olmap/marker-active.png +0 -0
  276. package/dist/stzh-components/assets/media/olmap/marker.png +0 -0
  277. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +95 -30
  278. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  279. package/dist/stzh-components/{p-29d9a568.entry.js → p-105a11cb.entry.js} +1 -1
  280. package/dist/stzh-components/{p-b491bcd7.system.entry.js → p-14e457c6.system.entry.js} +1 -1
  281. package/dist/stzh-components/p-17ae6581.entry.js +1 -0
  282. package/dist/stzh-components/{p-3e24b964.entry.js → p-229d4ad2.entry.js} +1 -1
  283. package/dist/stzh-components/{p-3f8976bc.system.entry.js → p-22c9a00d.system.entry.js} +1 -1
  284. package/dist/stzh-components/{p-8e363084.system.entry.js → p-238a8c83.system.entry.js} +1 -1
  285. package/dist/stzh-components/{p-b10682ee.js → p-24b8df26.js} +1 -1
  286. package/dist/stzh-components/p-25ef050a.entry.js +1 -0
  287. package/dist/stzh-components/p-293ceb5e.entry.js +1 -0
  288. package/dist/stzh-components/p-2ba8b5c9.system.entry.js +1 -0
  289. package/dist/stzh-components/{p-e7afcd6f.entry.js → p-38b9e5e9.entry.js} +1 -1
  290. package/dist/stzh-components/p-3a0f37bd.entry.js +1 -0
  291. package/dist/stzh-components/p-44dd74d1.system.entry.js +1 -0
  292. package/dist/stzh-components/p-470ccde5.system.entry.js +1 -0
  293. package/dist/stzh-components/{p-5db542ae.system.js → p-484a366f.system.js} +1 -1
  294. package/dist/stzh-components/{p-a61bf274.entry.js → p-4a3f9353.entry.js} +1 -1
  295. package/dist/stzh-components/{p-d69b12f8.entry.js → p-4e6ddb5f.entry.js} +1 -1
  296. package/dist/stzh-components/p-4fd4a703.entry.js +3 -0
  297. package/dist/stzh-components/p-51c75fba.system.entry.js +1 -0
  298. package/dist/stzh-components/p-5caa837c.system.entry.js +3 -0
  299. package/dist/stzh-components/{p-3b33fa76.system.entry.js → p-5ed4d1d5.system.entry.js} +1 -1
  300. package/dist/stzh-components/p-60d8e2da.entry.js +1 -0
  301. package/dist/stzh-components/p-61c9ca5d.entry.js +1 -0
  302. package/dist/stzh-components/p-61d4852f.system.entry.js +1 -0
  303. package/dist/stzh-components/p-6830f839.entry.js +1 -0
  304. package/dist/stzh-components/p-6d22bd0d.entry.js +1 -0
  305. package/dist/stzh-components/{p-6f7a7f7a.entry.js → p-71220066.entry.js} +1 -1
  306. package/dist/stzh-components/p-71d757d3.js +1 -0
  307. package/dist/stzh-components/p-7909f56b.entry.js +1 -0
  308. package/dist/stzh-components/p-7a584d3f.system.entry.js +1 -0
  309. package/dist/stzh-components/p-7aef399f.entry.js +1 -0
  310. package/dist/stzh-components/{p-c5749124.system.entry.js → p-7c172e64.system.entry.js} +1 -1
  311. package/dist/stzh-components/p-7dec02ca.entry.js +1 -0
  312. package/dist/stzh-components/p-84aace40.system.entry.js +1 -0
  313. package/dist/stzh-components/{p-6b5f447c.system.entry.js → p-8ab86ca3.system.entry.js} +1 -1
  314. package/dist/stzh-components/p-8f9de52f.system.entry.js +1 -0
  315. package/dist/stzh-components/p-909d7a3c.system.js +1 -0
  316. package/dist/stzh-components/p-95defe16.system.entry.js +1 -0
  317. package/dist/stzh-components/p-98a972b7.system.entry.js +1 -0
  318. package/dist/stzh-components/p-9c90535a.system.js +1 -0
  319. package/dist/stzh-components/p-a6d4a8b1.js +1 -0
  320. package/dist/stzh-components/p-a866b3a3.entry.js +1 -0
  321. package/dist/stzh-components/p-ac409e7b.system.entry.js +1 -0
  322. package/dist/stzh-components/p-ad119aca.entry.js +1 -0
  323. package/dist/stzh-components/p-b0e514c7.entry.js +1 -0
  324. package/dist/stzh-components/{p-020379d7.system.entry.js → p-b1ff3a21.system.entry.js} +2 -2
  325. package/dist/stzh-components/p-b54ed1f9.entry.js +1 -0
  326. package/dist/stzh-components/p-bc34bf07.system.entry.js +1 -0
  327. package/dist/stzh-components/p-bd5b8114.system.entry.js +1 -0
  328. package/dist/stzh-components/p-c2238fbf.entry.js +1 -0
  329. package/dist/stzh-components/p-c3846ccf.system.entry.js +1 -0
  330. package/dist/stzh-components/p-c777032f.system.entry.js +1 -0
  331. package/dist/stzh-components/p-ce06b4f2.system.js +1 -0
  332. package/dist/stzh-components/p-cf781b59.entry.js +1 -0
  333. package/dist/stzh-components/{p-bb8f71a4.entry.js → p-d4b93488.entry.js} +2 -2
  334. package/dist/stzh-components/p-d5ee4ac0.entry.js +1 -0
  335. package/dist/stzh-components/{p-fd811f6b.system.entry.js → p-daa34275.system.entry.js} +2 -2
  336. package/dist/stzh-components/p-e161760f.system.entry.js +1 -0
  337. package/dist/stzh-components/p-e785d9cc.entry.js +1 -0
  338. package/dist/stzh-components/{p-641126a8.system.entry.js → p-f5f3475c.system.entry.js} +1 -1
  339. package/dist/stzh-components/p-f6ab391e.system.entry.js +1 -0
  340. package/dist/stzh-components/{p-74786856.system.entry.js → p-ff2a6bdf.system.entry.js} +1 -1
  341. package/dist/stzh-components/p-ff534e27.entry.js +1 -0
  342. package/dist/stzh-components/stzh-components.css +1 -1
  343. package/dist/stzh-components/stzh-components.esm.js +1 -1
  344. package/dist/stzh-components/stzh-components.js +1 -1
  345. package/dist/types/components/stzh-share/stzh-share.localization.d.ts +10 -0
  346. package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +1 -0
  347. package/dist/types/components.d.ts +351 -13
  348. package/dist/types/index.d.ts +7 -1
  349. package/dist/vscode-data.json +201 -11
  350. package/package.json +6 -2
  351. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +0 -1
  352. package/dist/esm-es5/app-globals-453acbdb.js +0 -1
  353. package/dist/stzh-components/p-011dcf30.system.entry.js +0 -1
  354. package/dist/stzh-components/p-08714718.system.entry.js +0 -1
  355. package/dist/stzh-components/p-0977d9b6.entry.js +0 -1
  356. package/dist/stzh-components/p-0e474d1a.system.entry.js +0 -1
  357. package/dist/stzh-components/p-1399b2d7.entry.js +0 -1
  358. package/dist/stzh-components/p-2bf021f2.js +0 -1
  359. package/dist/stzh-components/p-2c891eee.entry.js +0 -1
  360. package/dist/stzh-components/p-3623b3a5.system.js +0 -1
  361. package/dist/stzh-components/p-3a73b8b5.system.js +0 -1
  362. package/dist/stzh-components/p-3e8ff66b.js +0 -1
  363. package/dist/stzh-components/p-4b93fb24.entry.js +0 -1
  364. package/dist/stzh-components/p-554fb3ac.system.js +0 -1
  365. package/dist/stzh-components/p-58714045.entry.js +0 -1
  366. package/dist/stzh-components/p-59970f71.entry.js +0 -1
  367. package/dist/stzh-components/p-62c7caed.entry.js +0 -1
  368. package/dist/stzh-components/p-648e03bc.entry.js +0 -1
  369. package/dist/stzh-components/p-6b2282cd.system.entry.js +0 -1
  370. package/dist/stzh-components/p-6c76e51d.entry.js +0 -1
  371. package/dist/stzh-components/p-6cbdbd06.entry.js +0 -1
  372. package/dist/stzh-components/p-90941379.system.entry.js +0 -1
  373. package/dist/stzh-components/p-9ca1efe4.system.entry.js +0 -1
  374. package/dist/stzh-components/p-9d58c713.entry.js +0 -1
  375. package/dist/stzh-components/p-a4a4370d.entry.js +0 -1
  376. package/dist/stzh-components/p-a6da8c06.system.entry.js +0 -1
  377. package/dist/stzh-components/p-afaa9c37.system.entry.js +0 -1
  378. package/dist/stzh-components/p-bb9e8364.entry.js +0 -1
  379. package/dist/stzh-components/p-bd7dd853.system.entry.js +0 -1
  380. package/dist/stzh-components/p-be534671.entry.js +0 -1
  381. package/dist/stzh-components/p-c7c3735a.entry.js +0 -1
  382. package/dist/stzh-components/p-da857e0d.entry.js +0 -1
  383. package/dist/stzh-components/p-de8f9508.system.entry.js +0 -1
  384. package/dist/stzh-components/p-e56d7b16.system.entry.js +0 -1
  385. package/dist/stzh-components/p-eb3425a1.system.entry.js +0 -1
  386. package/dist/stzh-components/p-fa9a4cd5.system.entry.js +0 -1
@@ -5,7 +5,7 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { Font, Layout, OlmapLayer, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
8
+ import { ContactaddressNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, VBZ } from "./index";
9
9
  import { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
10
10
  import { Placement } from "@floating-ui/dom";
11
11
  import { StzhAppointmentsLocalizedText } from "./components/stzh-appointments/stzh-appointments.localization";
@@ -27,6 +27,7 @@ import { StzhMessageLocalizedText } from "./components/stzh-message/stzh-message
27
27
  import { StzhOlmapLocalizedText } from "./components/stzh-olmap/stzh-olmap.localization";
28
28
  import { StzhPopoverLocalizedText } from "./components/stzh-popover/stzh-popover.localization";
29
29
  import { StzhSaptchaLocalizedText } from "./components/stzh-saptcha/stzh-saptcha.localization";
30
+ import { StzhShareLocalizedText } from "./components/stzh-share/stzh-share.localization";
30
31
  import { StzhSortableLocalizedText } from "./components/stzh-sortable/stzh-sortable.localization";
31
32
  import { StzhTooltipLocalizedText } from "./components/stzh-tooltip/stzh-tooltip.localization";
32
33
  import { StzhUploadLocalizedText } from "./components/stzh-upload/stzh-upload.localization";
@@ -106,7 +107,7 @@ export namespace Components {
106
107
  /**
107
108
  * Variant determining what position the action buttons are
108
109
  */
109
- "variant": "form" | "dialog" | "process";
110
+ "variant": "form" | "dialog" | "process" | "cta";
110
111
  /**
111
112
  * With border separator
112
113
  */
@@ -293,6 +294,10 @@ export namespace Components {
293
294
  * Whether the button is disabled
294
295
  */
295
296
  "disabled": boolean;
297
+ /**
298
+ * Download attribute of link (if `href` used)
299
+ */
300
+ "download": string;
296
301
  /**
297
302
  * Effect/Animation used
298
303
  */
@@ -514,6 +519,20 @@ export namespace Components {
514
519
  */
515
520
  "spanUltra": number;
516
521
  }
522
+ interface StzhChart {
523
+ /**
524
+ * Caption
525
+ */
526
+ "caption": string;
527
+ /**
528
+ * Chart id
529
+ */
530
+ "chartId": string;
531
+ /**
532
+ * Chart generation function
533
+ */
534
+ "create": Function;
535
+ }
517
536
  interface StzhCheckbox {
518
537
  /**
519
538
  * Id for element which describes the input (this will be overwritten if description prop or slot is used)
@@ -652,13 +671,13 @@ export namespace Components {
652
671
  */
653
672
  "disabled": boolean;
654
673
  /**
655
- * Icon (use instead of icon slot)
674
+ * `href` if the chip should be used as link
656
675
  */
657
- "icon": string;
676
+ "href": string;
658
677
  /**
659
- * Invert (only available for tag variant)
678
+ * Icon (use instead of icon slot)
660
679
  */
661
- "invert": boolean;
680
+ "icon": string;
662
681
  /**
663
682
  * Label
664
683
  */
@@ -679,6 +698,10 @@ export namespace Components {
679
698
  * Size
680
699
  */
681
700
  "size": "default" | "small";
701
+ /**
702
+ * Target if the button is used as link (if `href` used)
703
+ */
704
+ "target": string;
682
705
  /**
683
706
  * Type
684
707
  */
@@ -760,6 +783,64 @@ export namespace Components {
760
783
  */
761
784
  "linesUltra": number;
762
785
  }
786
+ interface StzhContactaddress {
787
+ /**
788
+ * Company Title
789
+ */
790
+ "company": string;
791
+ /**
792
+ * Heading
793
+ */
794
+ "heading": string;
795
+ /**
796
+ * Location / city
797
+ */
798
+ "location": string;
799
+ /**
800
+ * Name
801
+ */
802
+ "name": string;
803
+ /**
804
+ * Numbers Array of objects that can include the attributes `type` = `tel`|`fax`, `label` and `number`.
805
+ */
806
+ "numbers": ContactaddressNumber[] | string;
807
+ /**
808
+ * Post office box heading
809
+ */
810
+ "poBoxHeading": string;
811
+ /**
812
+ * Post office box location / city
813
+ */
814
+ "poboxLocation": string;
815
+ /**
816
+ * Post office box postal code
817
+ */
818
+ "poboxPostalCode": string;
819
+ /**
820
+ * Post office box title
821
+ */
822
+ "poboxTitle": string;
823
+ /**
824
+ * Postal code
825
+ */
826
+ "postalCode": string;
827
+ /**
828
+ * Street
829
+ */
830
+ "street": string;
831
+ /**
832
+ * Additional street info
833
+ */
834
+ "streetInfo": string;
835
+ /**
836
+ * Type
837
+ */
838
+ "type": "Organization" | "Person";
839
+ /**
840
+ * Whether to display border or not
841
+ */
842
+ "withBorder": boolean;
843
+ }
763
844
  interface StzhContainer {
764
845
  }
765
846
  interface StzhCspace {
@@ -1228,6 +1309,10 @@ export namespace Components {
1228
1309
  * Footer variant
1229
1310
  */
1230
1311
  "variant": "default" | "egov";
1312
+ /**
1313
+ * Whether to display separation border
1314
+ */
1315
+ "withBorder": boolean;
1231
1316
  }
1232
1317
  interface StzhGhettobox {
1233
1318
  /**
@@ -1476,6 +1561,10 @@ export namespace Components {
1476
1561
  * Disabled status
1477
1562
  */
1478
1563
  "disabled": boolean;
1564
+ /**
1565
+ * Download attribute of link (if `href` used)
1566
+ */
1567
+ "download": string;
1479
1568
  /**
1480
1569
  * Whether the link is full width
1481
1570
  */
@@ -1739,8 +1828,48 @@ export namespace Components {
1739
1828
  }
1740
1829
  interface StzhPageSkiplinks {
1741
1830
  }
1831
+ interface StzhPagebottom {
1832
+ /**
1833
+ * Logo href
1834
+ */
1835
+ "logoHref": string;
1836
+ /**
1837
+ * Whether to show share
1838
+ */
1839
+ "shareDisabled": boolean;
1840
+ /**
1841
+ * Array of enabled share buttons. Possible services: `facebook` / `twitter` / `linkedin` / `xing` / `mail`
1842
+ */
1843
+ "shareServices": ShareService[] | string;
1844
+ /**
1845
+ * Share Title
1846
+ */
1847
+ "shareTitle": string;
1848
+ /**
1849
+ * URL of current site (uses full URL by default)
1850
+ */
1851
+ "shareUrl": string;
1852
+ /**
1853
+ * Whether to display border
1854
+ */
1855
+ "withBorder": boolean;
1856
+ }
1742
1857
  interface StzhPagetitle {
1743
1858
  }
1859
+ interface StzhPagetitleHero {
1860
+ /**
1861
+ * Heading
1862
+ */
1863
+ "heading": string;
1864
+ /**
1865
+ * Lead author
1866
+ */
1867
+ "leadAuthor": string;
1868
+ /**
1869
+ * Subtitle
1870
+ */
1871
+ "subtitle": string;
1872
+ }
1744
1873
  interface StzhPopover {
1745
1874
  /**
1746
1875
  * Distance from popover content to trigger. "8" when default variant, "16" when tooltip variant (arrow height + 8px).
@@ -1930,7 +2059,7 @@ export namespace Components {
1930
2059
  */
1931
2060
  "localization": StzhLocaleComponent;
1932
2061
  /**
1933
- * The name of the input radio elements
2062
+ * The name of the input radio elements, will define the radio group. If you have more than one radio group on a page, every group needs to have its own unique name
1934
2063
  */
1935
2064
  "name": string;
1936
2065
  /**
@@ -2040,6 +2169,20 @@ export namespace Components {
2040
2169
  */
2041
2170
  "variant": "default" | "highlight";
2042
2171
  }
2172
+ interface StzhShare {
2173
+ /**
2174
+ * Translation strings
2175
+ */
2176
+ "localization": StzhShareLocalizedText;
2177
+ /**
2178
+ * Array of enabled share buttons. Possible services: `facebook` / `twitter` / `linkedin` / `xing` / `mail`
2179
+ */
2180
+ "services": ShareService[] | string;
2181
+ /**
2182
+ * URL of current site (uses full URL by default)
2183
+ */
2184
+ "url": string;
2185
+ }
2043
2186
  interface StzhSkiplink {
2044
2187
  /**
2045
2188
  * href for linking to e.g. id of an element to skip to
@@ -2322,6 +2465,10 @@ export namespace Components {
2322
2465
  * Whether the upload is disabled or not.
2323
2466
  */
2324
2467
  "disabled": boolean;
2468
+ /**
2469
+ * Whether download functionality should be disabled.
2470
+ */
2471
+ "downloadDisabled": boolean;
2325
2472
  /**
2326
2473
  * One or multiple error message (use error slot as alternative)
2327
2474
  */
@@ -2728,6 +2875,12 @@ declare global {
2728
2875
  prototype: HTMLStzhCellElement;
2729
2876
  new (): HTMLStzhCellElement;
2730
2877
  };
2878
+ interface HTMLStzhChartElement extends Components.StzhChart, HTMLStencilElement {
2879
+ }
2880
+ var HTMLStzhChartElement: {
2881
+ prototype: HTMLStzhChartElement;
2882
+ new (): HTMLStzhChartElement;
2883
+ };
2731
2884
  interface HTMLStzhCheckboxElement extends Components.StzhCheckbox, HTMLStencilElement {
2732
2885
  }
2733
2886
  var HTMLStzhCheckboxElement: {
@@ -2758,6 +2911,12 @@ declare global {
2758
2911
  prototype: HTMLStzhClampElement;
2759
2912
  new (): HTMLStzhClampElement;
2760
2913
  };
2914
+ interface HTMLStzhContactaddressElement extends Components.StzhContactaddress, HTMLStencilElement {
2915
+ }
2916
+ var HTMLStzhContactaddressElement: {
2917
+ prototype: HTMLStzhContactaddressElement;
2918
+ new (): HTMLStzhContactaddressElement;
2919
+ };
2761
2920
  interface HTMLStzhContainerElement extends Components.StzhContainer, HTMLStencilElement {
2762
2921
  }
2763
2922
  var HTMLStzhContainerElement: {
@@ -2956,12 +3115,24 @@ declare global {
2956
3115
  prototype: HTMLStzhPageSkiplinksElement;
2957
3116
  new (): HTMLStzhPageSkiplinksElement;
2958
3117
  };
3118
+ interface HTMLStzhPagebottomElement extends Components.StzhPagebottom, HTMLStencilElement {
3119
+ }
3120
+ var HTMLStzhPagebottomElement: {
3121
+ prototype: HTMLStzhPagebottomElement;
3122
+ new (): HTMLStzhPagebottomElement;
3123
+ };
2959
3124
  interface HTMLStzhPagetitleElement extends Components.StzhPagetitle, HTMLStencilElement {
2960
3125
  }
2961
3126
  var HTMLStzhPagetitleElement: {
2962
3127
  prototype: HTMLStzhPagetitleElement;
2963
3128
  new (): HTMLStzhPagetitleElement;
2964
3129
  };
3130
+ interface HTMLStzhPagetitleHeroElement extends Components.StzhPagetitleHero, HTMLStencilElement {
3131
+ }
3132
+ var HTMLStzhPagetitleHeroElement: {
3133
+ prototype: HTMLStzhPagetitleHeroElement;
3134
+ new (): HTMLStzhPagetitleHeroElement;
3135
+ };
2965
3136
  interface HTMLStzhPopoverElement extends Components.StzhPopover, HTMLStencilElement {
2966
3137
  }
2967
3138
  var HTMLStzhPopoverElement: {
@@ -3028,6 +3199,12 @@ declare global {
3028
3199
  prototype: HTMLStzhSectionElement;
3029
3200
  new (): HTMLStzhSectionElement;
3030
3201
  };
3202
+ interface HTMLStzhShareElement extends Components.StzhShare, HTMLStencilElement {
3203
+ }
3204
+ var HTMLStzhShareElement: {
3205
+ prototype: HTMLStzhShareElement;
3206
+ new (): HTMLStzhShareElement;
3207
+ };
3031
3208
  interface HTMLStzhSkiplinkElement extends Components.StzhSkiplink, HTMLStencilElement {
3032
3209
  }
3033
3210
  var HTMLStzhSkiplinkElement: {
@@ -3127,11 +3304,13 @@ declare global {
3127
3304
  "stzh-card": HTMLStzhCardElement;
3128
3305
  "stzh-card-list": HTMLStzhCardListElement;
3129
3306
  "stzh-cell": HTMLStzhCellElement;
3307
+ "stzh-chart": HTMLStzhChartElement;
3130
3308
  "stzh-checkbox": HTMLStzhCheckboxElement;
3131
3309
  "stzh-checkboxgroup": HTMLStzhCheckboxgroupElement;
3132
3310
  "stzh-chip": HTMLStzhChipElement;
3133
3311
  "stzh-chip-select": HTMLStzhChipSelectElement;
3134
3312
  "stzh-clamp": HTMLStzhClampElement;
3313
+ "stzh-contactaddress": HTMLStzhContactaddressElement;
3135
3314
  "stzh-container": HTMLStzhContainerElement;
3136
3315
  "stzh-cspace": HTMLStzhCspaceElement;
3137
3316
  "stzh-datalist": HTMLStzhDatalistElement;
@@ -3165,7 +3344,9 @@ declare global {
3165
3344
  "stzh-olmap": HTMLStzhOlmapElement;
3166
3345
  "stzh-overlay": HTMLStzhOverlayElement;
3167
3346
  "stzh-page-skiplinks": HTMLStzhPageSkiplinksElement;
3347
+ "stzh-pagebottom": HTMLStzhPagebottomElement;
3168
3348
  "stzh-pagetitle": HTMLStzhPagetitleElement;
3349
+ "stzh-pagetitle-hero": HTMLStzhPagetitleHeroElement;
3169
3350
  "stzh-popover": HTMLStzhPopoverElement;
3170
3351
  "stzh-portal-mitwirken": HTMLStzhPortalMitwirkenElement;
3171
3352
  "stzh-progressbar": HTMLStzhProgressbarElement;
@@ -3177,6 +3358,7 @@ declare global {
3177
3358
  "stzh-row": HTMLStzhRowElement;
3178
3359
  "stzh-saptcha": HTMLStzhSaptchaElement;
3179
3360
  "stzh-section": HTMLStzhSectionElement;
3361
+ "stzh-share": HTMLStzhShareElement;
3180
3362
  "stzh-skiplink": HTMLStzhSkiplinkElement;
3181
3363
  "stzh-sortable": HTMLStzhSortableElement;
3182
3364
  "stzh-status": HTMLStzhStatusElement;
@@ -3266,7 +3448,7 @@ declare namespace LocalJSX {
3266
3448
  /**
3267
3449
  * Variant determining what position the action buttons are
3268
3450
  */
3269
- "variant"?: "form" | "dialog" | "process";
3451
+ "variant"?: "form" | "dialog" | "process" | "cta";
3270
3452
  /**
3271
3453
  * With border separator
3272
3454
  */
@@ -3491,6 +3673,10 @@ declare namespace LocalJSX {
3491
3673
  * Whether the button is disabled
3492
3674
  */
3493
3675
  "disabled"?: boolean;
3676
+ /**
3677
+ * Download attribute of link (if `href` used)
3678
+ */
3679
+ "download"?: string;
3494
3680
  /**
3495
3681
  * Effect/Animation used
3496
3682
  */
@@ -3736,6 +3922,20 @@ declare namespace LocalJSX {
3736
3922
  */
3737
3923
  "spanUltra"?: number;
3738
3924
  }
3925
+ interface StzhChart {
3926
+ /**
3927
+ * Caption
3928
+ */
3929
+ "caption"?: string;
3930
+ /**
3931
+ * Chart id
3932
+ */
3933
+ "chartId"?: string;
3934
+ /**
3935
+ * Chart generation function
3936
+ */
3937
+ "create"?: Function;
3938
+ }
3739
3939
  interface StzhCheckbox {
3740
3940
  /**
3741
3941
  * Id for element which describes the input (this will be overwritten if description prop or slot is used)
@@ -3882,13 +4082,13 @@ declare namespace LocalJSX {
3882
4082
  */
3883
4083
  "disabled"?: boolean;
3884
4084
  /**
3885
- * Icon (use instead of icon slot)
4085
+ * `href` if the chip should be used as link
3886
4086
  */
3887
- "icon"?: string;
4087
+ "href"?: string;
3888
4088
  /**
3889
- * Invert (only available for tag variant)
4089
+ * Icon (use instead of icon slot)
3890
4090
  */
3891
- "invert"?: boolean;
4091
+ "icon"?: string;
3892
4092
  /**
3893
4093
  * Label
3894
4094
  */
@@ -3921,6 +4121,10 @@ declare namespace LocalJSX {
3921
4121
  * Size
3922
4122
  */
3923
4123
  "size"?: "default" | "small";
4124
+ /**
4125
+ * Target if the button is used as link (if `href` used)
4126
+ */
4127
+ "target"?: string;
3924
4128
  /**
3925
4129
  * Type
3926
4130
  */
@@ -4006,6 +4210,64 @@ declare namespace LocalJSX {
4006
4210
  */
4007
4211
  "linesUltra"?: number;
4008
4212
  }
4213
+ interface StzhContactaddress {
4214
+ /**
4215
+ * Company Title
4216
+ */
4217
+ "company"?: string;
4218
+ /**
4219
+ * Heading
4220
+ */
4221
+ "heading"?: string;
4222
+ /**
4223
+ * Location / city
4224
+ */
4225
+ "location"?: string;
4226
+ /**
4227
+ * Name
4228
+ */
4229
+ "name"?: string;
4230
+ /**
4231
+ * Numbers Array of objects that can include the attributes `type` = `tel`|`fax`, `label` and `number`.
4232
+ */
4233
+ "numbers"?: ContactaddressNumber[] | string;
4234
+ /**
4235
+ * Post office box heading
4236
+ */
4237
+ "poBoxHeading"?: string;
4238
+ /**
4239
+ * Post office box location / city
4240
+ */
4241
+ "poboxLocation"?: string;
4242
+ /**
4243
+ * Post office box postal code
4244
+ */
4245
+ "poboxPostalCode"?: string;
4246
+ /**
4247
+ * Post office box title
4248
+ */
4249
+ "poboxTitle"?: string;
4250
+ /**
4251
+ * Postal code
4252
+ */
4253
+ "postalCode"?: string;
4254
+ /**
4255
+ * Street
4256
+ */
4257
+ "street"?: string;
4258
+ /**
4259
+ * Additional street info
4260
+ */
4261
+ "streetInfo"?: string;
4262
+ /**
4263
+ * Type
4264
+ */
4265
+ "type"?: "Organization" | "Person";
4266
+ /**
4267
+ * Whether to display border or not
4268
+ */
4269
+ "withBorder"?: boolean;
4270
+ }
4009
4271
  interface StzhContainer {
4010
4272
  }
4011
4273
  interface StzhCspace {
@@ -4499,6 +4761,10 @@ declare namespace LocalJSX {
4499
4761
  * Footer variant
4500
4762
  */
4501
4763
  "variant"?: "default" | "egov";
4764
+ /**
4765
+ * Whether to display separation border
4766
+ */
4767
+ "withBorder"?: boolean;
4502
4768
  }
4503
4769
  interface StzhGhettobox {
4504
4770
  /**
@@ -4757,6 +5023,10 @@ declare namespace LocalJSX {
4757
5023
  * Disabled status
4758
5024
  */
4759
5025
  "disabled"?: boolean;
5026
+ /**
5027
+ * Download attribute of link (if `href` used)
5028
+ */
5029
+ "download"?: string;
4760
5030
  /**
4761
5031
  * Whether the link is full width
4762
5032
  */
@@ -5028,8 +5298,48 @@ declare namespace LocalJSX {
5028
5298
  }
5029
5299
  interface StzhPageSkiplinks {
5030
5300
  }
5301
+ interface StzhPagebottom {
5302
+ /**
5303
+ * Logo href
5304
+ */
5305
+ "logoHref"?: string;
5306
+ /**
5307
+ * Whether to show share
5308
+ */
5309
+ "shareDisabled"?: boolean;
5310
+ /**
5311
+ * Array of enabled share buttons. Possible services: `facebook` / `twitter` / `linkedin` / `xing` / `mail`
5312
+ */
5313
+ "shareServices"?: ShareService[] | string;
5314
+ /**
5315
+ * Share Title
5316
+ */
5317
+ "shareTitle"?: string;
5318
+ /**
5319
+ * URL of current site (uses full URL by default)
5320
+ */
5321
+ "shareUrl"?: string;
5322
+ /**
5323
+ * Whether to display border
5324
+ */
5325
+ "withBorder"?: boolean;
5326
+ }
5031
5327
  interface StzhPagetitle {
5032
5328
  }
5329
+ interface StzhPagetitleHero {
5330
+ /**
5331
+ * Heading
5332
+ */
5333
+ "heading"?: string;
5334
+ /**
5335
+ * Lead author
5336
+ */
5337
+ "leadAuthor"?: string;
5338
+ /**
5339
+ * Subtitle
5340
+ */
5341
+ "subtitle"?: string;
5342
+ }
5033
5343
  interface StzhPopover {
5034
5344
  /**
5035
5345
  * Distance from popover content to trigger. "8" when default variant, "16" when tooltip variant (arrow height + 8px).
@@ -5238,7 +5548,7 @@ declare namespace LocalJSX {
5238
5548
  */
5239
5549
  "localization"?: StzhLocaleComponent;
5240
5550
  /**
5241
- * The name of the input radio elements
5551
+ * The name of the input radio elements, will define the radio group. If you have more than one radio group on a page, every group needs to have its own unique name
5242
5552
  */
5243
5553
  "name"?: string;
5244
5554
  /**
@@ -5348,6 +5658,20 @@ declare namespace LocalJSX {
5348
5658
  */
5349
5659
  "variant"?: "default" | "highlight";
5350
5660
  }
5661
+ interface StzhShare {
5662
+ /**
5663
+ * Translation strings
5664
+ */
5665
+ "localization"?: StzhShareLocalizedText;
5666
+ /**
5667
+ * Array of enabled share buttons. Possible services: `facebook` / `twitter` / `linkedin` / `xing` / `mail`
5668
+ */
5669
+ "services"?: ShareService[] | string;
5670
+ /**
5671
+ * URL of current site (uses full URL by default)
5672
+ */
5673
+ "url"?: string;
5674
+ }
5351
5675
  interface StzhSkiplink {
5352
5676
  /**
5353
5677
  * href for linking to e.g. id of an element to skip to
@@ -5645,6 +5969,10 @@ declare namespace LocalJSX {
5645
5969
  * Whether the upload is disabled or not.
5646
5970
  */
5647
5971
  "disabled"?: boolean;
5972
+ /**
5973
+ * Whether download functionality should be disabled.
5974
+ */
5975
+ "downloadDisabled"?: boolean;
5648
5976
  /**
5649
5977
  * One or multiple error message (use error slot as alternative)
5650
5978
  */
@@ -5919,11 +6247,13 @@ declare namespace LocalJSX {
5919
6247
  "stzh-card": StzhCard;
5920
6248
  "stzh-card-list": StzhCardList;
5921
6249
  "stzh-cell": StzhCell;
6250
+ "stzh-chart": StzhChart;
5922
6251
  "stzh-checkbox": StzhCheckbox;
5923
6252
  "stzh-checkboxgroup": StzhCheckboxgroup;
5924
6253
  "stzh-chip": StzhChip;
5925
6254
  "stzh-chip-select": StzhChipSelect;
5926
6255
  "stzh-clamp": StzhClamp;
6256
+ "stzh-contactaddress": StzhContactaddress;
5927
6257
  "stzh-container": StzhContainer;
5928
6258
  "stzh-cspace": StzhCspace;
5929
6259
  "stzh-datalist": StzhDatalist;
@@ -5957,7 +6287,9 @@ declare namespace LocalJSX {
5957
6287
  "stzh-olmap": StzhOlmap;
5958
6288
  "stzh-overlay": StzhOverlay;
5959
6289
  "stzh-page-skiplinks": StzhPageSkiplinks;
6290
+ "stzh-pagebottom": StzhPagebottom;
5960
6291
  "stzh-pagetitle": StzhPagetitle;
6292
+ "stzh-pagetitle-hero": StzhPagetitleHero;
5961
6293
  "stzh-popover": StzhPopover;
5962
6294
  "stzh-portal-mitwirken": StzhPortalMitwirken;
5963
6295
  "stzh-progressbar": StzhProgressbar;
@@ -5969,6 +6301,7 @@ declare namespace LocalJSX {
5969
6301
  "stzh-row": StzhRow;
5970
6302
  "stzh-saptcha": StzhSaptcha;
5971
6303
  "stzh-section": StzhSection;
6304
+ "stzh-share": StzhShare;
5972
6305
  "stzh-skiplink": StzhSkiplink;
5973
6306
  "stzh-sortable": StzhSortable;
5974
6307
  "stzh-status": StzhStatus;
@@ -6003,11 +6336,13 @@ declare module "@stencil/core" {
6003
6336
  "stzh-card": LocalJSX.StzhCard & JSXBase.HTMLAttributes<HTMLStzhCardElement>;
6004
6337
  "stzh-card-list": LocalJSX.StzhCardList & JSXBase.HTMLAttributes<HTMLStzhCardListElement>;
6005
6338
  "stzh-cell": LocalJSX.StzhCell & JSXBase.HTMLAttributes<HTMLStzhCellElement>;
6339
+ "stzh-chart": LocalJSX.StzhChart & JSXBase.HTMLAttributes<HTMLStzhChartElement>;
6006
6340
  "stzh-checkbox": LocalJSX.StzhCheckbox & JSXBase.HTMLAttributes<HTMLStzhCheckboxElement>;
6007
6341
  "stzh-checkboxgroup": LocalJSX.StzhCheckboxgroup & JSXBase.HTMLAttributes<HTMLStzhCheckboxgroupElement>;
6008
6342
  "stzh-chip": LocalJSX.StzhChip & JSXBase.HTMLAttributes<HTMLStzhChipElement>;
6009
6343
  "stzh-chip-select": LocalJSX.StzhChipSelect & JSXBase.HTMLAttributes<HTMLStzhChipSelectElement>;
6010
6344
  "stzh-clamp": LocalJSX.StzhClamp & JSXBase.HTMLAttributes<HTMLStzhClampElement>;
6345
+ "stzh-contactaddress": LocalJSX.StzhContactaddress & JSXBase.HTMLAttributes<HTMLStzhContactaddressElement>;
6011
6346
  "stzh-container": LocalJSX.StzhContainer & JSXBase.HTMLAttributes<HTMLStzhContainerElement>;
6012
6347
  "stzh-cspace": LocalJSX.StzhCspace & JSXBase.HTMLAttributes<HTMLStzhCspaceElement>;
6013
6348
  "stzh-datalist": LocalJSX.StzhDatalist & JSXBase.HTMLAttributes<HTMLStzhDatalistElement>;
@@ -6041,7 +6376,9 @@ declare module "@stencil/core" {
6041
6376
  "stzh-olmap": LocalJSX.StzhOlmap & JSXBase.HTMLAttributes<HTMLStzhOlmapElement>;
6042
6377
  "stzh-overlay": LocalJSX.StzhOverlay & JSXBase.HTMLAttributes<HTMLStzhOverlayElement>;
6043
6378
  "stzh-page-skiplinks": LocalJSX.StzhPageSkiplinks & JSXBase.HTMLAttributes<HTMLStzhPageSkiplinksElement>;
6379
+ "stzh-pagebottom": LocalJSX.StzhPagebottom & JSXBase.HTMLAttributes<HTMLStzhPagebottomElement>;
6044
6380
  "stzh-pagetitle": LocalJSX.StzhPagetitle & JSXBase.HTMLAttributes<HTMLStzhPagetitleElement>;
6381
+ "stzh-pagetitle-hero": LocalJSX.StzhPagetitleHero & JSXBase.HTMLAttributes<HTMLStzhPagetitleHeroElement>;
6045
6382
  "stzh-popover": LocalJSX.StzhPopover & JSXBase.HTMLAttributes<HTMLStzhPopoverElement>;
6046
6383
  "stzh-portal-mitwirken": LocalJSX.StzhPortalMitwirken & JSXBase.HTMLAttributes<HTMLStzhPortalMitwirkenElement>;
6047
6384
  "stzh-progressbar": LocalJSX.StzhProgressbar & JSXBase.HTMLAttributes<HTMLStzhProgressbarElement>;
@@ -6053,6 +6390,7 @@ declare module "@stencil/core" {
6053
6390
  "stzh-row": LocalJSX.StzhRow & JSXBase.HTMLAttributes<HTMLStzhRowElement>;
6054
6391
  "stzh-saptcha": LocalJSX.StzhSaptcha & JSXBase.HTMLAttributes<HTMLStzhSaptchaElement>;
6055
6392
  "stzh-section": LocalJSX.StzhSection & JSXBase.HTMLAttributes<HTMLStzhSectionElement>;
6393
+ "stzh-share": LocalJSX.StzhShare & JSXBase.HTMLAttributes<HTMLStzhShareElement>;
6056
6394
  "stzh-skiplink": LocalJSX.StzhSkiplink & JSXBase.HTMLAttributes<HTMLStzhSkiplinkElement>;
6057
6395
  "stzh-sortable": LocalJSX.StzhSortable & JSXBase.HTMLAttributes<HTMLStzhSortableElement>;
6058
6396
  "stzh-status": LocalJSX.StzhStatus & JSXBase.HTMLAttributes<HTMLStzhStatusElement>;