@oiz/stzh-components 2.4.0-beta → 2.5.0-alpha-carousel

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 (427) hide show
  1. package/dist/cjs/{_commonjsHelpers-dcc4cf71.js → _commonjsHelpers-bcc1208a.js} +0 -16
  2. package/dist/cjs/app-globals-d7bd37fe.js +889 -0
  3. package/dist/cjs/{js.cookie-226c94ed.js → js.cookie-9c263d23.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/stzh-actions.cjs.entry.js +3 -1
  6. package/dist/cjs/stzh-actionset.cjs.entry.js +11 -6
  7. package/dist/cjs/stzh-appnav.cjs.entry.js +3 -1
  8. package/dist/cjs/stzh-badge_3.cjs.entry.js +20 -8
  9. package/dist/cjs/stzh-calendar.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-card_3.cjs.entry.js +36 -29
  11. package/dist/cjs/stzh-carousel.cjs.entry.js +522 -0
  12. package/dist/cjs/stzh-chart.cjs.entry.js +5998 -5171
  13. package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +3 -1
  14. package/dist/cjs/stzh-chip_2.cjs.entry.js +82 -5
  15. package/dist/cjs/stzh-components.cjs.js +2 -2
  16. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-datalist_2.cjs.entry.js +10 -3
  18. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-datatable.cjs.entry.js +16 -4
  20. package/dist/cjs/stzh-datepicker_3.cjs.entry.js +3 -1
  21. package/dist/cjs/stzh-dialog.cjs.entry.js +16 -13
  22. package/dist/cjs/stzh-dropdown.cjs.entry.js +2 -2
  23. package/dist/cjs/stzh-footer.cjs.entry.js +3 -1
  24. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +17 -4
  25. package/dist/cjs/stzh-header.cjs.entry.js +32 -27
  26. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-input.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
  29. package/dist/cjs/stzh-link.cjs.entry.js +15 -4
  30. package/dist/cjs/stzh-loader.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-menu_2.cjs.entry.js +2 -2
  32. package/dist/cjs/stzh-message.cjs.entry.js +2 -2
  33. package/dist/cjs/stzh-metanav.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-microsite-teaserlist.cjs.entry.js +1 -1
  35. package/dist/cjs/stzh-olmap.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +3 -1
  37. package/dist/cjs/stzh-pagetitle-hero.cjs.entry.js +4 -2
  38. package/dist/cjs/stzh-pagetitle.cjs.entry.js +3 -1
  39. package/dist/cjs/stzh-popover.cjs.entry.js +1 -1
  40. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  41. package/dist/cjs/stzh-readspeaker.cjs.entry.js +3 -1
  42. package/dist/cjs/stzh-sortable.cjs.entry.js +4 -2
  43. package/dist/cjs/stzh-space.cjs.entry.js +1 -1
  44. package/dist/cjs/stzh-sticky.cjs.entry.js +3 -1
  45. package/dist/cjs/stzh-table.cjs.entry.js +14 -4
  46. package/dist/cjs/stzh-upload.cjs.entry.js +1 -1
  47. package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +1 -1
  48. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +16 -11
  49. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  50. package/dist/collection/assets/i18n/de.json +10 -0
  51. package/dist/collection/assets/i18n/en.json +11 -1
  52. package/dist/collection/collection-manifest.json +1 -0
  53. package/dist/collection/components/stzh-actions/stzh-actions.js +3 -1
  54. package/dist/collection/components/stzh-actionset/stzh-actionset.js +11 -33
  55. package/dist/collection/components/stzh-appnav/stzh-appnav.js +3 -1
  56. package/dist/collection/components/stzh-button/stzh-button.css +16 -1
  57. package/dist/collection/components/stzh-button/stzh-button.js +73 -7
  58. package/dist/collection/components/stzh-calendar/stzh-calendar.css +1 -1
  59. package/dist/collection/components/stzh-card/stzh-card.css +34 -9
  60. package/dist/collection/components/stzh-card/stzh-card.js +52 -54
  61. package/dist/collection/components/stzh-carousel/stzh-carousel.css +253 -0
  62. package/dist/collection/components/stzh-carousel/stzh-carousel.js +966 -0
  63. package/dist/collection/components/stzh-carousel/stzh-carousel.localization.js +1 -0
  64. package/dist/collection/components/stzh-carousel/stzh-carousel.stories.js +138 -0
  65. package/dist/collection/components/stzh-chart/stzh-chart.css +101 -54
  66. package/dist/collection/components/stzh-chart/stzh-chart.stories.js +1 -0
  67. package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +3 -1
  68. package/dist/collection/components/stzh-chip/stzh-chip.css +19 -17
  69. package/dist/collection/components/stzh-chip/stzh-chip.js +2 -1
  70. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +1 -1
  71. package/dist/collection/components/stzh-clamp/stzh-clamp.css +46 -160
  72. package/dist/collection/components/stzh-clamp/stzh-clamp.js +218 -8
  73. package/dist/collection/components/stzh-clamp/stzh-clamp.localization.js +1 -0
  74. package/dist/collection/components/stzh-clamp/stzh-clamp.stories.js +1 -1
  75. package/dist/collection/components/stzh-cspace/stzh-cspace.css +36 -0
  76. package/dist/collection/components/stzh-datalist/stzh-datalist.js +18 -18
  77. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.css +11 -0
  78. package/dist/collection/components/stzh-datalist-item/stzh-datalist-item.js +28 -1
  79. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +10 -0
  80. package/dist/collection/components/stzh-datatable/stzh-datatable.js +15 -12
  81. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -2
  82. package/dist/collection/components/stzh-dialog/stzh-dialog.js +15 -12
  83. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +1 -1
  84. package/dist/collection/components/stzh-footer/stzh-footer.js +3 -1
  85. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +3 -1
  86. package/dist/collection/components/stzh-header/stzh-header.js +32 -45
  87. package/dist/collection/components/stzh-hspace/stzh-hspace.css +4 -0
  88. package/dist/collection/components/stzh-input/stzh-input.css +1 -1
  89. package/dist/collection/components/stzh-input/stzh-input.stories.js +12 -12
  90. package/dist/collection/components/stzh-invert/stzh-invert.css +4 -4
  91. package/dist/collection/components/stzh-link/stzh-link.css +11 -0
  92. package/dist/collection/components/stzh-link/stzh-link.js +68 -3
  93. package/dist/collection/components/stzh-loader/stzh-loader.css +4 -4
  94. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +27 -27
  95. package/dist/collection/components/stzh-metanav/stzh-metanav.js +3 -1
  96. package/dist/collection/components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.js +1 -1
  97. package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +3 -1
  98. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +3 -1
  99. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.css +4 -4
  100. package/dist/collection/components/stzh-pagetitle-hero/stzh-pagetitle-hero.js +3 -1
  101. package/dist/collection/components/stzh-popover/stzh-popover.css +3 -3
  102. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +118 -12
  103. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +3 -1
  104. package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +3 -1
  105. package/dist/collection/components/stzh-richtext/stzh-richtext.css +14 -3
  106. package/dist/collection/components/stzh-richtext/stzh-richtext.js +32 -0
  107. package/dist/collection/components/stzh-sortable/stzh-sortable.css +1 -1
  108. package/dist/collection/components/stzh-sortable/stzh-sortable.js +3 -1
  109. package/dist/collection/components/stzh-space/stzh-space.css +4 -0
  110. package/dist/collection/components/stzh-sticky/stzh-sticky.js +3 -1
  111. package/dist/collection/components/stzh-table/stzh-table.js +14 -13
  112. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +16 -11
  113. package/dist/collection/components/stzh-vspace/stzh-vspace.css +4 -0
  114. package/dist/collection/global/js/script.js +2 -0
  115. package/dist/components/_commonjsHelpers.js +1 -16
  116. package/dist/components/index.d.ts +1 -0
  117. package/dist/components/index.js +835 -1
  118. package/dist/components/stzh-actions.js +3 -1
  119. package/dist/components/stzh-actionset2.js +12 -7
  120. package/dist/components/stzh-appnav.js +3 -1
  121. package/dist/components/stzh-button2.js +23 -8
  122. package/dist/components/stzh-calendar2.js +1 -1
  123. package/dist/components/stzh-card2.js +37 -29
  124. package/dist/components/stzh-carousel.d.ts +11 -0
  125. package/dist/components/stzh-carousel.js +568 -0
  126. package/dist/components/stzh-chart.js +5995 -5168
  127. package/dist/components/stzh-checkboxgroup.js +3 -1
  128. package/dist/components/stzh-chip-select2.js +21 -9
  129. package/dist/components/stzh-chip2.js +19 -6
  130. package/dist/components/stzh-clamp2.js +110 -11
  131. package/dist/components/stzh-cspace.js +1 -1
  132. package/dist/components/stzh-datalist-item2.js +10 -2
  133. package/dist/components/stzh-datalist2.js +3 -3
  134. package/dist/components/stzh-datamessagelist-item.js +17 -11
  135. package/dist/components/stzh-datatable.js +16 -4
  136. package/dist/components/stzh-dialog.js +16 -13
  137. package/dist/components/stzh-dropdown2.js +1 -1
  138. package/dist/components/stzh-footer.js +3 -1
  139. package/dist/components/stzh-ghettobox2.js +3 -1
  140. package/dist/components/stzh-header.js +33 -28
  141. package/dist/components/stzh-hspace.js +1 -1
  142. package/dist/components/stzh-input2.js +1 -1
  143. package/dist/components/stzh-invert.js +1 -1
  144. package/dist/components/stzh-link2.js +18 -4
  145. package/dist/components/stzh-loader2.js +1 -1
  146. package/dist/components/stzh-menu-item2.js +4 -4
  147. package/dist/components/stzh-metanav.js +3 -1
  148. package/dist/components/stzh-microsite-teaserlist.js +1 -1
  149. package/dist/components/stzh-page-skiplinks.js +3 -1
  150. package/dist/components/stzh-pagetitle-hero.js +4 -2
  151. package/dist/components/stzh-pagetitle.js +3 -1
  152. package/dist/components/stzh-popover2.js +1 -1
  153. package/dist/components/stzh-portal-mitwirken.js +1 -1
  154. package/dist/components/stzh-radiogroup2.js +3 -1
  155. package/dist/components/stzh-readspeaker.js +3 -1
  156. package/dist/components/stzh-richtext2.js +14 -1
  157. package/dist/components/stzh-sortable2.js +4 -2
  158. package/dist/components/stzh-space.js +1 -1
  159. package/dist/components/stzh-sticky.js +3 -1
  160. package/dist/components/stzh-table.js +15 -5
  161. package/dist/components/stzh-upload.js +1 -1
  162. package/dist/components/stzh-vbz-ticker.js +16 -11
  163. package/dist/components/stzh-vspace.js +1 -1
  164. package/dist/esm/{_commonjsHelpers-f9dc4873.js → _commonjsHelpers-ba3f0406.js} +1 -16
  165. package/dist/esm/app-globals-62e1178d.js +887 -0
  166. package/dist/esm/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  167. package/dist/esm/loader.js +2 -2
  168. package/dist/esm/stzh-actions.entry.js +3 -1
  169. package/dist/esm/stzh-actionset.entry.js +11 -6
  170. package/dist/esm/stzh-appnav.entry.js +3 -1
  171. package/dist/esm/stzh-badge_3.entry.js +20 -8
  172. package/dist/esm/stzh-calendar.entry.js +1 -1
  173. package/dist/esm/stzh-card_3.entry.js +36 -29
  174. package/dist/esm/stzh-carousel.entry.js +518 -0
  175. package/dist/esm/stzh-chart.entry.js +5995 -5168
  176. package/dist/esm/stzh-checkboxgroup.entry.js +3 -1
  177. package/dist/esm/stzh-chip_2.entry.js +82 -5
  178. package/dist/esm/stzh-components.js +2 -2
  179. package/dist/esm/stzh-cspace.entry.js +1 -1
  180. package/dist/esm/stzh-datalist_2.entry.js +10 -3
  181. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  182. package/dist/esm/stzh-datatable.entry.js +16 -4
  183. package/dist/esm/stzh-datepicker_3.entry.js +3 -1
  184. package/dist/esm/stzh-dialog.entry.js +16 -13
  185. package/dist/esm/stzh-dropdown.entry.js +2 -2
  186. package/dist/esm/stzh-footer.entry.js +3 -1
  187. package/dist/esm/stzh-ghettobox_2.entry.js +17 -4
  188. package/dist/esm/stzh-header.entry.js +32 -27
  189. package/dist/esm/stzh-hspace.entry.js +1 -1
  190. package/dist/esm/stzh-input.entry.js +1 -1
  191. package/dist/esm/stzh-invert.entry.js +1 -1
  192. package/dist/esm/stzh-link.entry.js +15 -4
  193. package/dist/esm/stzh-loader.entry.js +1 -1
  194. package/dist/esm/stzh-menu_2.entry.js +2 -2
  195. package/dist/esm/stzh-message.entry.js +2 -2
  196. package/dist/esm/stzh-metanav.entry.js +3 -1
  197. package/dist/esm/stzh-microsite-teaserlist.entry.js +1 -1
  198. package/dist/esm/stzh-olmap.entry.js +1 -1
  199. package/dist/esm/stzh-page-skiplinks.entry.js +3 -1
  200. package/dist/esm/stzh-pagetitle-hero.entry.js +4 -2
  201. package/dist/esm/stzh-pagetitle.entry.js +3 -1
  202. package/dist/esm/stzh-popover.entry.js +1 -1
  203. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  204. package/dist/esm/stzh-readspeaker.entry.js +3 -1
  205. package/dist/esm/stzh-sortable.entry.js +4 -2
  206. package/dist/esm/stzh-space.entry.js +1 -1
  207. package/dist/esm/stzh-sticky.entry.js +3 -1
  208. package/dist/esm/stzh-table.entry.js +14 -4
  209. package/dist/esm/stzh-upload.entry.js +1 -1
  210. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  211. package/dist/esm/stzh-vbz-ticker.entry.js +16 -11
  212. package/dist/esm/stzh-vspace.entry.js +1 -1
  213. package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
  214. package/dist/esm-es5/app-globals-62e1178d.js +1 -0
  215. package/dist/esm-es5/{js.cookie-53735b72.js → js.cookie-28a40640.js} +1 -1
  216. package/dist/esm-es5/loader.js +1 -1
  217. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  218. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  219. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  220. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  221. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  222. package/dist/esm-es5/stzh-card_3.entry.js +1 -1
  223. package/dist/esm-es5/stzh-carousel.entry.js +1 -0
  224. package/dist/esm-es5/stzh-chart.entry.js +3 -3
  225. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  226. package/dist/esm-es5/stzh-chip_2.entry.js +1 -1
  227. package/dist/esm-es5/stzh-components.js +1 -1
  228. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  229. package/dist/esm-es5/stzh-datalist_2.entry.js +1 -1
  230. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  231. package/dist/esm-es5/stzh-datatable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-datepicker_3.entry.js +1 -1
  233. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  234. package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
  235. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  236. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  237. package/dist/esm-es5/stzh-header.entry.js +1 -1
  238. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  239. package/dist/esm-es5/stzh-input.entry.js +1 -1
  240. package/dist/esm-es5/stzh-invert.entry.js +1 -1
  241. package/dist/esm-es5/stzh-link.entry.js +1 -1
  242. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  243. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  244. package/dist/esm-es5/stzh-message.entry.js +1 -1
  245. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  246. package/dist/esm-es5/stzh-microsite-teaserlist.entry.js +1 -1
  247. package/dist/esm-es5/stzh-olmap.entry.js +1 -1
  248. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  249. package/dist/esm-es5/stzh-pagetitle-hero.entry.js +1 -1
  250. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  251. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  252. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  253. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  254. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  255. package/dist/esm-es5/stzh-space.entry.js +1 -1
  256. package/dist/esm-es5/stzh-sticky.entry.js +1 -1
  257. package/dist/esm-es5/stzh-table.entry.js +1 -1
  258. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  259. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  260. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  261. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  262. package/dist/stzh-components/assets/i18n/de.json +10 -0
  263. package/dist/stzh-components/assets/i18n/en.json +11 -1
  264. package/dist/stzh-components/p-0a408348.entry.js +1 -0
  265. package/dist/stzh-components/{p-ff328114.system.entry.js → p-0c779613.system.entry.js} +1 -1
  266. package/dist/stzh-components/{p-55752bd5.system.entry.js → p-0e690e3e.system.entry.js} +1 -1
  267. package/dist/stzh-components/p-10b4fedd.system.entry.js +1 -0
  268. package/dist/stzh-components/p-14729939.entry.js +1 -0
  269. package/dist/stzh-components/p-1494b502.entry.js +1 -0
  270. package/dist/stzh-components/p-14d5a56d.entry.js +1 -0
  271. package/dist/stzh-components/p-205f5111.system.entry.js +1 -0
  272. package/dist/stzh-components/{p-c8cc2563.system.entry.js → p-263fd0bb.system.entry.js} +1 -1
  273. package/dist/stzh-components/p-2ed20db5.entry.js +1 -0
  274. package/dist/stzh-components/p-322e74e9.system.entry.js +1 -0
  275. package/dist/stzh-components/p-353294ce.entry.js +1 -0
  276. package/dist/stzh-components/p-396697db.system.entry.js +1 -0
  277. package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
  278. package/dist/stzh-components/p-3af95b5d.entry.js +1 -0
  279. package/dist/stzh-components/p-3e8ff66b.js +1 -0
  280. package/dist/stzh-components/p-3f80ce87.entry.js +1 -0
  281. package/dist/stzh-components/{p-c2f909c1.system.entry.js → p-3fc51ad1.system.entry.js} +1 -1
  282. package/dist/stzh-components/p-4453449f.entry.js +1 -0
  283. package/dist/stzh-components/{p-6a94e520.system.entry.js → p-454e50f8.system.entry.js} +1 -1
  284. package/dist/stzh-components/{p-d54ff4d4.system.entry.js → p-47175c6f.system.entry.js} +1 -1
  285. package/dist/stzh-components/p-48d40c7c.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-5c72664e.system.entry.js → p-4acb6752.system.entry.js} +1 -1
  287. package/dist/stzh-components/{p-b1ffc2a9.system.entry.js → p-4b995fe4.system.entry.js} +1 -1
  288. package/dist/stzh-components/{p-be97cb22.entry.js → p-4da7ebff.entry.js} +1 -1
  289. package/dist/stzh-components/p-4f8085e5.entry.js +1 -0
  290. package/dist/stzh-components/{p-2f4448c9.system.entry.js → p-558f336d.system.entry.js} +1 -1
  291. package/dist/stzh-components/p-5a4aef52.entry.js +1 -0
  292. package/dist/stzh-components/{p-484a366f.system.js → p-5db542ae.system.js} +1 -1
  293. package/dist/stzh-components/{p-72a62d0d.system.entry.js → p-6659b6f6.system.entry.js} +1 -1
  294. package/dist/stzh-components/{p-f3276ca5.system.entry.js → p-6a109ce9.system.entry.js} +1 -1
  295. package/dist/stzh-components/{p-1a98470f.system.entry.js → p-6a26c9eb.system.entry.js} +1 -1
  296. package/dist/stzh-components/p-6bc7f44a.entry.js +1 -0
  297. package/dist/stzh-components/{p-02d51685.entry.js → p-6ee87986.entry.js} +1 -1
  298. package/dist/stzh-components/p-7ff1640c.entry.js +1 -0
  299. package/dist/stzh-components/{p-26889a91.entry.js → p-814e5ae7.entry.js} +2 -2
  300. package/dist/stzh-components/p-821ca4af.system.entry.js +1 -0
  301. package/dist/stzh-components/{p-2b67b0b3.system.entry.js → p-884793dd.system.entry.js} +2 -2
  302. package/dist/stzh-components/{p-a32ae73a.system.entry.js → p-88fbb2fc.system.entry.js} +2 -2
  303. package/dist/stzh-components/p-8b16550d.entry.js +1 -0
  304. package/dist/stzh-components/{p-963a7526.system.entry.js → p-8c371d1d.system.entry.js} +1 -1
  305. package/dist/stzh-components/p-8eda017e.entry.js +1 -0
  306. package/dist/stzh-components/p-949f7885.system.js +1 -0
  307. package/dist/stzh-components/{p-6adc5f0c.system.entry.js → p-95bfbf67.system.entry.js} +1 -1
  308. package/dist/stzh-components/p-99d85a97.entry.js +1 -0
  309. package/dist/stzh-components/p-9a94b249.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-32a03d1c.entry.js → p-9ed30a9f.entry.js} +1 -1
  311. package/dist/stzh-components/{p-febba79b.entry.js → p-9f29e6c3.entry.js} +1 -1
  312. package/dist/stzh-components/{p-67816aa4.entry.js → p-a0b2739a.entry.js} +1 -1
  313. package/dist/stzh-components/p-a2121744.system.entry.js +1 -0
  314. package/dist/stzh-components/p-a22ac109.entry.js +1 -0
  315. package/dist/stzh-components/p-a3bf419d.entry.js +1 -0
  316. package/dist/stzh-components/{p-c9c7d88a.entry.js → p-a47e205f.entry.js} +1 -1
  317. package/dist/stzh-components/p-aa2c81e6.system.entry.js +3 -0
  318. package/dist/stzh-components/{p-088b16c6.system.entry.js → p-abf13db9.system.entry.js} +1 -1
  319. package/dist/stzh-components/p-ad96eb50.entry.js +1 -0
  320. package/dist/stzh-components/p-ae7255f6.entry.js +1 -0
  321. package/dist/stzh-components/p-af05718d.system.entry.js +1 -0
  322. package/dist/stzh-components/p-af9aac53.entry.js +3 -0
  323. package/dist/stzh-components/{p-24b8df26.js → p-b10682ee.js} +1 -1
  324. package/dist/stzh-components/p-b4c28bf5.entry.js +1 -0
  325. package/dist/stzh-components/p-b4db3558.js +1 -0
  326. package/dist/stzh-components/p-b61f7404.entry.js +1 -0
  327. package/dist/stzh-components/p-b9adebdc.entry.js +1 -0
  328. package/dist/stzh-components/{p-c4c620fa.system.entry.js → p-b9bd42e6.system.entry.js} +1 -1
  329. package/dist/stzh-components/p-b9f784e4.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-b92734db.entry.js → p-bcfba21f.entry.js} +1 -1
  331. package/dist/stzh-components/p-bd1a5d6d.system.entry.js +1 -0
  332. package/dist/stzh-components/p-c457dad2.system.entry.js +1 -0
  333. package/dist/stzh-components/{p-f8feb07b.entry.js → p-c80a9d50.entry.js} +1 -1
  334. package/dist/stzh-components/p-c9940c35.entry.js +1 -0
  335. package/dist/stzh-components/p-cab1a192.entry.js +1 -0
  336. package/dist/stzh-components/p-cd59cead.system.js +1 -0
  337. package/dist/stzh-components/{p-102e2bcd.system.entry.js → p-cd979ce9.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-512c38b3.system.entry.js → p-ce5db779.system.entry.js} +1 -1
  339. package/dist/stzh-components/p-d29fd401.entry.js +1 -0
  340. package/dist/stzh-components/{p-7e4261ce.system.entry.js → p-d5514e5b.system.entry.js} +1 -1
  341. package/dist/stzh-components/{p-51b3a560.system.entry.js → p-d585e8fd.system.entry.js} +1 -1
  342. package/dist/stzh-components/p-d5994419.system.entry.js +1 -0
  343. package/dist/stzh-components/p-d6e5f396.system.entry.js +1 -0
  344. package/dist/stzh-components/{p-444b2baf.entry.js → p-e085a0a0.entry.js} +1 -1
  345. package/dist/stzh-components/p-e1501622.system.entry.js +1 -0
  346. package/dist/stzh-components/p-e2d80ee3.entry.js +1 -0
  347. package/dist/stzh-components/p-e4aa12ba.system.entry.js +1 -0
  348. package/dist/stzh-components/p-e54f66ea.system.entry.js +1 -0
  349. package/dist/stzh-components/{p-d9ae09b5.entry.js → p-eb16ad0d.entry.js} +2 -2
  350. package/dist/stzh-components/p-eb1ea7f0.entry.js +1 -0
  351. package/dist/stzh-components/{p-e1b2785b.entry.js → p-ec87506f.entry.js} +1 -1
  352. package/dist/stzh-components/{p-309fc559.system.entry.js → p-ee20b95b.system.entry.js} +1 -1
  353. package/dist/stzh-components/p-f122e15d.system.entry.js +1 -0
  354. package/dist/stzh-components/{p-809ed955.system.entry.js → p-f27d1a06.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-f449f909.entry.js +1 -0
  356. package/dist/stzh-components/{p-af67ea5e.entry.js → p-f4c0d928.entry.js} +1 -1
  357. package/dist/stzh-components/p-f725921a.entry.js +1 -0
  358. package/dist/stzh-components/p-fe1c8047.system.entry.js +1 -0
  359. package/dist/stzh-components/stzh-components.css +1 -1
  360. package/dist/stzh-components/stzh-components.esm.js +1 -1
  361. package/dist/stzh-components/stzh-components.js +1 -1
  362. package/dist/types/components/stzh-carousel/stzh-carousel.localization.d.ts +5 -0
  363. package/dist/types/components/stzh-clamp/stzh-clamp.localization.d.ts +5 -0
  364. package/dist/types/components.d.ts +250 -2
  365. package/dist/types/index.d.ts +20 -0
  366. package/dist/types/utils/translation-utils.d.ts +2 -0
  367. package/dist/vscode-data.json +106 -17
  368. package/package.json +6 -4
  369. package/dist/cjs/app-globals-57922fc2.js +0 -56
  370. package/dist/esm/app-globals-b848652e.js +0 -54
  371. package/dist/esm-es5/_commonjsHelpers-f9dc4873.js +0 -1
  372. package/dist/esm-es5/app-globals-b848652e.js +0 -1
  373. package/dist/stzh-components/p-07dc23a3.system.entry.js +0 -1
  374. package/dist/stzh-components/p-0ba944ab.entry.js +0 -1
  375. package/dist/stzh-components/p-12856e02.system.entry.js +0 -1
  376. package/dist/stzh-components/p-16c0b9ae.entry.js +0 -3
  377. package/dist/stzh-components/p-18e20038.entry.js +0 -1
  378. package/dist/stzh-components/p-1bcda13d.system.entry.js +0 -1
  379. package/dist/stzh-components/p-1d435dd8.system.entry.js +0 -1
  380. package/dist/stzh-components/p-1f74846f.entry.js +0 -1
  381. package/dist/stzh-components/p-29e9ad9f.system.entry.js +0 -1
  382. package/dist/stzh-components/p-30a9de85.system.entry.js +0 -1
  383. package/dist/stzh-components/p-37920e74.system.entry.js +0 -1
  384. package/dist/stzh-components/p-4633b93d.entry.js +0 -1
  385. package/dist/stzh-components/p-4c60da30.entry.js +0 -1
  386. package/dist/stzh-components/p-4eee30ea.system.entry.js +0 -1
  387. package/dist/stzh-components/p-532b4218.entry.js +0 -1
  388. package/dist/stzh-components/p-5d55a672.system.entry.js +0 -1
  389. package/dist/stzh-components/p-64cdef2f.entry.js +0 -1
  390. package/dist/stzh-components/p-65918f6f.system.js +0 -1
  391. package/dist/stzh-components/p-761ee059.entry.js +0 -1
  392. package/dist/stzh-components/p-798ac79c.entry.js +0 -1
  393. package/dist/stzh-components/p-7f857e56.entry.js +0 -1
  394. package/dist/stzh-components/p-84a6e023.system.entry.js +0 -1
  395. package/dist/stzh-components/p-89bd0d46.entry.js +0 -1
  396. package/dist/stzh-components/p-8caafed2.system.entry.js +0 -1
  397. package/dist/stzh-components/p-923dffc7.entry.js +0 -1
  398. package/dist/stzh-components/p-94662bed.system.js +0 -1
  399. package/dist/stzh-components/p-951b04ab.entry.js +0 -1
  400. package/dist/stzh-components/p-990f395b.entry.js +0 -1
  401. package/dist/stzh-components/p-99b82949.entry.js +0 -1
  402. package/dist/stzh-components/p-9be21c72.entry.js +0 -1
  403. package/dist/stzh-components/p-9c35c9cd.entry.js +0 -1
  404. package/dist/stzh-components/p-9c90535a.system.js +0 -1
  405. package/dist/stzh-components/p-9de8b25b.entry.js +0 -1
  406. package/dist/stzh-components/p-a11ef2d6.system.entry.js +0 -1
  407. package/dist/stzh-components/p-a691fe87.js +0 -1
  408. package/dist/stzh-components/p-a6be6aca.system.entry.js +0 -1
  409. package/dist/stzh-components/p-a6d4a8b1.js +0 -1
  410. package/dist/stzh-components/p-a7eb3e02.system.entry.js +0 -1
  411. package/dist/stzh-components/p-ae38f1d2.entry.js +0 -1
  412. package/dist/stzh-components/p-b04a9d0f.system.entry.js +0 -1
  413. package/dist/stzh-components/p-b422041d.entry.js +0 -1
  414. package/dist/stzh-components/p-b9372a2a.entry.js +0 -1
  415. package/dist/stzh-components/p-bb698e26.entry.js +0 -1
  416. package/dist/stzh-components/p-bc545121.entry.js +0 -1
  417. package/dist/stzh-components/p-c2a22eb8.entry.js +0 -1
  418. package/dist/stzh-components/p-cc722b35.system.entry.js +0 -3
  419. package/dist/stzh-components/p-d1cfe06b.entry.js +0 -1
  420. package/dist/stzh-components/p-d943e02c.system.entry.js +0 -1
  421. package/dist/stzh-components/p-db306e24.entry.js +0 -1
  422. package/dist/stzh-components/p-e4a8f1bc.system.entry.js +0 -1
  423. package/dist/stzh-components/p-ed783154.system.entry.js +0 -1
  424. package/dist/stzh-components/p-ee4b939a.entry.js +0 -1
  425. package/dist/stzh-components/p-f0e2a32d.entry.js +0 -1
  426. package/dist/stzh-components/p-fd15cc86.entry.js +0 -1
  427. package/dist/types/components/stzh-clamp/stzh-clamp.d.ts +0 -16
@@ -97,8 +97,14 @@
97
97
  box-sizing: border-box;
98
98
  }
99
99
 
100
- :host {
101
- --lines: 1;
100
+ stzh-clamp {
101
+ font-family: var(--stzh-font-family-regular);
102
+ font-weight: var(--stzh-font-weight-regular);
103
+ font-style: normal;
104
+ color: var(--stzh-base-color);
105
+ box-sizing: border-box;
106
+ display: block;
107
+ --current-lines: var(--lines, 0);
102
108
  width: 100%;
103
109
  color: inherit;
104
110
  font-family: inherit;
@@ -107,178 +113,39 @@
107
113
  font-size: inherit;
108
114
  line-height: inherit;
109
115
  }
110
-
111
- :host([lines="1"]) {
112
- --lines: 1;
113
- }
114
-
115
- :host([lines="2"]) {
116
- --lines: 2;
117
- }
118
-
119
- :host([lines="3"]) {
120
- --lines: 3;
121
- }
122
-
123
- :host([lines="4"]) {
124
- --lines: 4;
125
- }
126
-
127
- :host([lines="5"]) {
128
- --lines: 5;
129
- }
130
-
131
- @media screen and (min-width: 600px) {
132
- :host([lines-small="1"]) {
133
- --lines: 1;
134
- }
135
- }
136
-
137
- @media screen and (min-width: 600px) {
138
- :host([lines-small="2"]) {
139
- --lines: 2;
140
- }
141
- }
142
-
143
- @media screen and (min-width: 600px) {
144
- :host([lines-small="3"]) {
145
- --lines: 3;
146
- }
116
+ stzh-clamp[hidden] {
117
+ display: none;
147
118
  }
148
-
149
- @media screen and (min-width: 600px) {
150
- :host([lines-small="4"]) {
151
- --lines: 4;
152
- }
119
+ stzh-clamp *,
120
+ stzh-clamp *::before,
121
+ stzh-clamp *::after {
122
+ box-sizing: border-box;
153
123
  }
154
-
155
124
  @media screen and (min-width: 600px) {
156
- :host([lines-small="5"]) {
157
- --lines: 5;
125
+ stzh-clamp {
126
+ --current-lines: var(--lines-small, var(--lines, 0));
158
127
  }
159
128
  }
160
-
161
- @media screen and (min-width: 800px) {
162
- :host([lines-smallheader="1"]) {
163
- --lines: 1;
164
- }
165
- }
166
-
167
- @media screen and (min-width: 800px) {
168
- :host([lines-smallheader="2"]) {
169
- --lines: 2;
170
- }
171
- }
172
-
173
- @media screen and (min-width: 800px) {
174
- :host([lines-smallheader="3"]) {
175
- --lines: 3;
176
- }
177
- }
178
-
179
- @media screen and (min-width: 800px) {
180
- :host([lines-smallheader="4"]) {
181
- --lines: 4;
182
- }
183
- }
184
-
185
- @media screen and (min-width: 800px) {
186
- :host([lines-smallheader="5"]) {
187
- --lines: 5;
188
- }
189
- }
190
-
191
- @media screen and (min-width: 1024px) {
192
- :host([lines-medium="1"]) {
193
- --lines: 1;
194
- }
195
- }
196
-
197
129
  @media screen and (min-width: 1024px) {
198
- :host([lines-medium="2"]) {
199
- --lines: 2;
130
+ stzh-clamp {
131
+ --current-lines: var(--lines-medium, var(--lines-small, var(--lines, 0)));
200
132
  }
201
133
  }
202
-
203
- @media screen and (min-width: 1024px) {
204
- :host([lines-medium="3"]) {
205
- --lines: 3;
206
- }
207
- }
208
-
209
- @media screen and (min-width: 1024px) {
210
- :host([lines-medium="4"]) {
211
- --lines: 4;
212
- }
213
- }
214
-
215
- @media screen and (min-width: 1024px) {
216
- :host([lines-medium="5"]) {
217
- --lines: 5;
218
- }
219
- }
220
-
221
134
  @media screen and (min-width: 1260px) {
222
- :host([lines-large="1"]) {
223
- --lines: 1;
135
+ stzh-clamp {
136
+ --current-lines: var(--lines-large, var(--lines-medium, var(--lines-small, var(--lines, 0))));
224
137
  }
225
138
  }
226
-
227
- @media screen and (min-width: 1260px) {
228
- :host([lines-large="2"]) {
229
- --lines: 2;
230
- }
231
- }
232
-
233
- @media screen and (min-width: 1260px) {
234
- :host([lines-large="3"]) {
235
- --lines: 3;
236
- }
237
- }
238
-
239
- @media screen and (min-width: 1260px) {
240
- :host([lines-large="4"]) {
241
- --lines: 4;
242
- }
243
- }
244
-
245
- @media screen and (min-width: 1260px) {
246
- :host([lines-large="5"]) {
247
- --lines: 5;
248
- }
249
- }
250
-
251
- @media screen and (min-width: 1440px) {
252
- :host([lines-ultra="1"]) {
253
- --lines: 1;
254
- }
255
- }
256
-
257
- @media screen and (min-width: 1440px) {
258
- :host([lines-ultra="2"]) {
259
- --lines: 2;
260
- }
261
- }
262
-
263
- @media screen and (min-width: 1440px) {
264
- :host([lines-ultra="3"]) {
265
- --lines: 3;
266
- }
267
- }
268
-
269
139
  @media screen and (min-width: 1440px) {
270
- :host([lines-ultra="4"]) {
271
- --lines: 4;
272
- }
273
- }
274
-
275
- @media screen and (min-width: 1440px) {
276
- :host([lines-ultra="5"]) {
277
- --lines: 5;
140
+ stzh-clamp {
141
+ --current-lines: var(--lines-ultra, var(--lines-large, var(--lines-medium, var(--lines-small, var(--lines, 0)))));
278
142
  }
279
143
  }
280
144
 
281
145
  .stzh-clamp {
146
+ position: relative;
147
+ }
148
+ .stzh-clamp__text {
282
149
  overflow-wrap: break-word;
283
150
  word-wrap: break-word;
284
151
  word-break: break-word;
@@ -286,7 +153,26 @@
286
153
  hyphens: auto;
287
154
  display: -webkit-box;
288
155
  -webkit-box-orient: vertical;
289
- -webkit-line-clamp: var(--lines);
290
- line-clamp: var(--lines);
291
156
  overflow: hidden;
157
+ }
158
+ .stzh-clamp__text > *:first-child {
159
+ margin-top: 0 !important;
160
+ }
161
+ .stzh-clamp__text > *:last-child {
162
+ margin-bottom: 0 !important;
163
+ }
164
+ .stzh-clamp__text.is-clone {
165
+ position: absolute;
166
+ visibility: hidden;
167
+ opacity: 0;
168
+ top: 0;
169
+ left: 0;
170
+ width: 100%;
171
+ }
172
+ .stzh-clamp__trigger {
173
+ margin-top: var(--stzh-space-xxsmall);
174
+ }
175
+ .stzh-clamp--is-not-expanded .stzh-clamp__text, .stzh-clamp__text.is-clone {
176
+ -webkit-line-clamp: var(--current-lines);
177
+ line-clamp: var(--current-lines);
292
178
  }
@@ -1,23 +1,95 @@
1
1
  import { Host, h } from "@stencil/core";
2
+ import { fetchTranslations } from "../../utils/translation-utils";
2
3
  /**
3
4
  *
4
5
  */
5
6
  export class StzhClamp {
6
7
  constructor() {
8
+ this.updateClamped = () => {
9
+ if (!this.textCloneElement) {
10
+ return;
11
+ }
12
+ const beforeClamped = this.clamped;
13
+ this.clamped = this.textCloneElement.scrollHeight > this.textCloneElement.clientHeight;
14
+ if (beforeClamped !== this.clamped) {
15
+ this.stzhClamp.emit({
16
+ component: "stzh-clamp",
17
+ clamped: this.clamped
18
+ });
19
+ }
20
+ };
21
+ this.handleResize = () => {
22
+ if (this.debounceResize) {
23
+ window.cancelAnimationFrame(this.debounceResize);
24
+ }
25
+ this.debounceResize = requestAnimationFrame(this.updateClamped);
26
+ };
27
+ this.handleMutaton = () => {
28
+ this.update();
29
+ };
30
+ this.handleExpandClick = () => {
31
+ this.expanded = !this.expanded;
32
+ this.stzhExpand.emit({
33
+ component: "stzh-clamp",
34
+ expanded: this.expanded
35
+ });
36
+ };
37
+ this.localization = undefined;
7
38
  this.lines = 1;
8
39
  this.linesSmall = 0;
9
40
  this.linesMedium = 0;
10
41
  this.linesLarge = 0;
11
42
  this.linesUltra = 0;
43
+ this.showExpandLink = false;
44
+ this.expanded = false;
45
+ this.clamped = false;
46
+ }
47
+ async update() {
48
+ this.textCloneElement.innerHTML = this.textElement.innerHTML;
49
+ this.updateClamped();
50
+ }
51
+ async componentWillLoad() {
52
+ if (!this.localization) {
53
+ this.localization = await fetchTranslations(this.element, "clamp");
54
+ }
55
+ }
56
+ componentDidLoad() {
57
+ this.mutationObserver = new MutationObserver(this.handleMutaton);
58
+ this.mutationObserver.observe(this.textElement, {
59
+ childList: true,
60
+ subtree: true,
61
+ });
62
+ }
63
+ componentDidRender() {
64
+ this.update();
65
+ }
66
+ connectedCallback() {
67
+ this.resizeObserver = new ResizeObserver(this.handleResize);
68
+ this.resizeObserver.observe(this.element);
69
+ }
70
+ disconnectedCallback() {
71
+ if (this.resizeObserver) {
72
+ this.resizeObserver.disconnect();
73
+ }
74
+ if (this.mutationObserver) {
75
+ this.mutationObserver.disconnect();
76
+ }
12
77
  }
13
78
  render() {
14
79
  const classes = {
15
- "stzh-clamp": true
80
+ "stzh-clamp": true,
81
+ "stzh-clamp--is-not-expanded": !this.expanded
16
82
  };
17
- return (h(Host, null, h("div", { class: classes }, h("slot", null))));
83
+ return (h(Host, { style: {
84
+ '--lines': this.lines ? this.lines.toString() : null,
85
+ '--lines-small': this.linesSmall ? this.linesSmall.toString() : null,
86
+ '--lines-medium': this.linesMedium ? this.linesMedium.toString() : null,
87
+ '--lines-large': this.linesLarge ? this.linesLarge.toString() : null,
88
+ '--lines-ultra': this.linesUltra ? this.linesUltra.toString() : null,
89
+ } }, h("div", { class: classes }, h("div", { ref: (el) => (this.textElement = el), class: "stzh-clamp__text" }, h("slot", null)), h("div", { ref: (el) => (this.textCloneElement = el), class: "stzh-clamp__text is-clone", "aria-hidden": "true" }), this.showExpandLink && this.clamped &&
90
+ h("stzh-link", { class: "stzh-clamp__trigger", a11yTabindex: "-1", "aria-hidden": "true", onClick: this.handleExpandClick }, !this.expanded ? this.localization.showMore : this.localization.showLess))));
18
91
  }
19
92
  static get is() { return "stzh-clamp"; }
20
- static get encapsulation() { return "scoped"; }
21
93
  static get originalStyleUrls() {
22
94
  return {
23
95
  "$": ["stzh-clamp.scss"]
@@ -30,6 +102,26 @@ export class StzhClamp {
30
102
  }
31
103
  static get properties() {
32
104
  return {
105
+ "localization": {
106
+ "type": "unknown",
107
+ "mutable": false,
108
+ "complexType": {
109
+ "original": "StzhClampLocalizedText",
110
+ "resolved": "StzhLocaleComponent & { showMore: string; showLess: string; }",
111
+ "references": {
112
+ "StzhClampLocalizedText": {
113
+ "location": "import",
114
+ "path": "./stzh-clamp.localization"
115
+ }
116
+ }
117
+ },
118
+ "required": false,
119
+ "optional": false,
120
+ "docs": {
121
+ "tags": [],
122
+ "text": "Translation strings"
123
+ }
124
+ },
33
125
  "lines": {
34
126
  "type": "number",
35
127
  "mutable": false,
@@ -45,7 +137,7 @@ export class StzhClamp {
45
137
  "text": "Line number"
46
138
  },
47
139
  "attribute": "lines",
48
- "reflect": true,
140
+ "reflect": false,
49
141
  "defaultValue": "1"
50
142
  },
51
143
  "linesSmall": {
@@ -63,7 +155,7 @@ export class StzhClamp {
63
155
  "text": "Line number above small breakpoint"
64
156
  },
65
157
  "attribute": "lines-small",
66
- "reflect": true,
158
+ "reflect": false,
67
159
  "defaultValue": "0"
68
160
  },
69
161
  "linesMedium": {
@@ -81,7 +173,7 @@ export class StzhClamp {
81
173
  "text": "Line number above medium breakpoint"
82
174
  },
83
175
  "attribute": "lines-medium",
84
- "reflect": true,
176
+ "reflect": false,
85
177
  "defaultValue": "0"
86
178
  },
87
179
  "linesLarge": {
@@ -99,7 +191,7 @@ export class StzhClamp {
99
191
  "text": "Line number above large breakpoint"
100
192
  },
101
193
  "attribute": "lines-large",
102
- "reflect": true,
194
+ "reflect": false,
103
195
  "defaultValue": "0"
104
196
  },
105
197
  "linesUltra": {
@@ -117,9 +209,127 @@ export class StzhClamp {
117
209
  "text": "Line number above ultra breakpoint"
118
210
  },
119
211
  "attribute": "lines-ultra",
120
- "reflect": true,
212
+ "reflect": false,
121
213
  "defaultValue": "0"
214
+ },
215
+ "showExpandLink": {
216
+ "type": "boolean",
217
+ "mutable": false,
218
+ "complexType": {
219
+ "original": "boolean",
220
+ "resolved": "boolean",
221
+ "references": {}
222
+ },
223
+ "required": false,
224
+ "optional": false,
225
+ "docs": {
226
+ "tags": [],
227
+ "text": "Whether clamping is expanded"
228
+ },
229
+ "attribute": "show-expand-link",
230
+ "reflect": false,
231
+ "defaultValue": "false"
232
+ },
233
+ "expanded": {
234
+ "type": "boolean",
235
+ "mutable": true,
236
+ "complexType": {
237
+ "original": "boolean",
238
+ "resolved": "boolean",
239
+ "references": {}
240
+ },
241
+ "required": false,
242
+ "optional": false,
243
+ "docs": {
244
+ "tags": [],
245
+ "text": "Whether clamping is expanded"
246
+ },
247
+ "attribute": "expanded",
248
+ "reflect": true,
249
+ "defaultValue": "false"
250
+ },
251
+ "clamped": {
252
+ "type": "boolean",
253
+ "mutable": true,
254
+ "complexType": {
255
+ "original": "boolean",
256
+ "resolved": "boolean",
257
+ "references": {}
258
+ },
259
+ "required": false,
260
+ "optional": false,
261
+ "docs": {
262
+ "tags": [],
263
+ "text": "Whether the text is currently clamped (readonly)"
264
+ },
265
+ "attribute": "clamped",
266
+ "reflect": true,
267
+ "defaultValue": "false"
268
+ }
269
+ };
270
+ }
271
+ static get events() {
272
+ return [{
273
+ "method": "stzhClamp",
274
+ "name": "stzhClamp",
275
+ "bubbles": true,
276
+ "cancelable": true,
277
+ "composed": true,
278
+ "docs": {
279
+ "tags": [],
280
+ "text": "Event when clamping state changed"
281
+ },
282
+ "complexType": {
283
+ "original": "StzhClampClampEvent",
284
+ "resolved": "{ component: \"stzh-clamp\"; clamped: boolean; }",
285
+ "references": {
286
+ "StzhClampClampEvent": {
287
+ "location": "import",
288
+ "path": "../../index"
289
+ }
290
+ }
291
+ }
292
+ }, {
293
+ "method": "stzhExpand",
294
+ "name": "stzhExpand",
295
+ "bubbles": true,
296
+ "cancelable": true,
297
+ "composed": true,
298
+ "docs": {
299
+ "tags": [],
300
+ "text": "Event when expanding state changed"
301
+ },
302
+ "complexType": {
303
+ "original": "StzhClampExpandEvent",
304
+ "resolved": "{ component: \"stzh-clamp\"; expanded: boolean; }",
305
+ "references": {
306
+ "StzhClampExpandEvent": {
307
+ "location": "import",
308
+ "path": "../../index"
309
+ }
310
+ }
311
+ }
312
+ }];
313
+ }
314
+ static get methods() {
315
+ return {
316
+ "update": {
317
+ "complexType": {
318
+ "signature": "() => Promise<void>",
319
+ "parameters": [],
320
+ "references": {
321
+ "Promise": {
322
+ "location": "global"
323
+ }
324
+ },
325
+ "return": "Promise<void>"
326
+ },
327
+ "docs": {
328
+ "text": "",
329
+ "tags": []
330
+ }
122
331
  }
123
332
  };
124
333
  }
334
+ static get elementRef() { return "element"; }
125
335
  }
@@ -9,7 +9,7 @@ export default {
9
9
  component: 'stzh-clamp',
10
10
  parameters: {
11
11
  actions: {
12
- handles: []
12
+ handles: ['stzhClamp', 'stzhExpand']
13
13
  },
14
14
  docs: {
15
15
  description: {
@@ -108,6 +108,7 @@
108
108
  :host ::slotted(stzh-input),
109
109
  :host ::slotted(stzh-datepicker),
110
110
  :host ::slotted(stzh-dropdown),
111
+ :host ::slotted(stzh-langnav),
111
112
  :host ::slotted(stzh-fieldset),
112
113
  :host ::slotted(stzh-actions),
113
114
  :host ::slotted(stzh-upload),
@@ -181,6 +182,7 @@
181
182
  }
182
183
  :host ::slotted(p),
183
184
  :host ::slotted(stzh-text),
185
+ :host ::slotted(stzh-contact),
184
186
  :host ::slotted(ul),
185
187
  :host ::slotted(ol),
186
188
  :host ::slotted(dl),
@@ -191,6 +193,7 @@
191
193
  @media screen and (min-width: 1024px) {
192
194
  :host ::slotted(p),
193
195
  :host ::slotted(stzh-text),
196
+ :host ::slotted(stzh-contact),
194
197
  :host ::slotted(ul),
195
198
  :host ::slotted(ol),
196
199
  :host ::slotted(dl),
@@ -201,6 +204,7 @@
201
204
  @media screen and (min-width: 1260px) {
202
205
  :host ::slotted(p),
203
206
  :host ::slotted(stzh-text),
207
+ :host ::slotted(stzh-contact),
204
208
  :host ::slotted(ul),
205
209
  :host ::slotted(ol),
206
210
  :host ::slotted(dl),
@@ -211,6 +215,7 @@
211
215
  @media screen and (min-width: 1024px) {
212
216
  :host ::slotted(p),
213
217
  :host ::slotted(stzh-text),
218
+ :host ::slotted(stzh-contact),
214
219
  :host ::slotted(ul),
215
220
  :host ::slotted(ol),
216
221
  :host ::slotted(dl),
@@ -221,6 +226,7 @@
221
226
  @media screen and (min-width: 1260px) {
222
227
  :host ::slotted(p),
223
228
  :host ::slotted(stzh-text),
229
+ :host ::slotted(stzh-contact),
224
230
  :host ::slotted(ul),
225
231
  :host ::slotted(ol),
226
232
  :host ::slotted(dl),
@@ -351,8 +357,14 @@
351
357
  }
352
358
  :host ::slotted(*) .section,
353
359
  :host ::slotted(.section),
360
+ :host ::slotted(stzh-anchornav),
361
+ :host ::slotted(stzh-audio),
362
+ :host ::slotted(stzh-microsite-teaserlist),
363
+ :host ::slotted(stzh-olmap),
364
+ :host ::slotted(stzh-textandimage),
354
365
  :host ::slotted(stzh-figure),
355
366
  :host ::slotted(stzh-chart),
367
+ :host ::slotted(stzh-sitemap),
356
368
  :host ::slotted(stzh-datalist),
357
369
  :host ::slotted(stzh-richtext),
358
370
  :host ::slotted(stzh-progressbar),
@@ -364,8 +376,14 @@
364
376
  @media screen and (min-width: 1024px) {
365
377
  :host ::slotted(*) .section,
366
378
  :host ::slotted(.section),
379
+ :host ::slotted(stzh-anchornav),
380
+ :host ::slotted(stzh-audio),
381
+ :host ::slotted(stzh-microsite-teaserlist),
382
+ :host ::slotted(stzh-olmap),
383
+ :host ::slotted(stzh-textandimage),
367
384
  :host ::slotted(stzh-figure),
368
385
  :host ::slotted(stzh-chart),
386
+ :host ::slotted(stzh-sitemap),
369
387
  :host ::slotted(stzh-datalist),
370
388
  :host ::slotted(stzh-richtext),
371
389
  :host ::slotted(stzh-progressbar),
@@ -377,8 +395,14 @@
377
395
  @media screen and (min-width: 1260px) {
378
396
  :host ::slotted(*) .section,
379
397
  :host ::slotted(.section),
398
+ :host ::slotted(stzh-anchornav),
399
+ :host ::slotted(stzh-audio),
400
+ :host ::slotted(stzh-microsite-teaserlist),
401
+ :host ::slotted(stzh-olmap),
402
+ :host ::slotted(stzh-textandimage),
380
403
  :host ::slotted(stzh-figure),
381
404
  :host ::slotted(stzh-chart),
405
+ :host ::slotted(stzh-sitemap),
382
406
  :host ::slotted(stzh-datalist),
383
407
  :host ::slotted(stzh-richtext),
384
408
  :host ::slotted(stzh-progressbar),
@@ -390,8 +414,14 @@
390
414
  @media screen and (min-width: 1024px) {
391
415
  :host ::slotted(*) .section,
392
416
  :host ::slotted(.section),
417
+ :host ::slotted(stzh-anchornav),
418
+ :host ::slotted(stzh-audio),
419
+ :host ::slotted(stzh-microsite-teaserlist),
420
+ :host ::slotted(stzh-olmap),
421
+ :host ::slotted(stzh-textandimage),
393
422
  :host ::slotted(stzh-figure),
394
423
  :host ::slotted(stzh-chart),
424
+ :host ::slotted(stzh-sitemap),
395
425
  :host ::slotted(stzh-datalist),
396
426
  :host ::slotted(stzh-richtext),
397
427
  :host ::slotted(stzh-progressbar),
@@ -403,8 +433,14 @@
403
433
  @media screen and (min-width: 1260px) {
404
434
  :host ::slotted(*) .section,
405
435
  :host ::slotted(.section),
436
+ :host ::slotted(stzh-anchornav),
437
+ :host ::slotted(stzh-audio),
438
+ :host ::slotted(stzh-microsite-teaserlist),
439
+ :host ::slotted(stzh-olmap),
440
+ :host ::slotted(stzh-textandimage),
406
441
  :host ::slotted(stzh-figure),
407
442
  :host ::slotted(stzh-chart),
443
+ :host ::slotted(stzh-sitemap),
408
444
  :host ::slotted(stzh-datalist),
409
445
  :host ::slotted(stzh-richtext),
410
446
  :host ::slotted(stzh-progressbar),