@oiz/stzh-components 1.5.0-alpha → 2.0.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 (515) hide show
  1. package/dist/cjs/{app-globals-3b6f75bd.js → app-globals-ec8cc33e.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
  4. package/dist/cjs/stzh-actionset.cjs.entry.js +156 -0
  5. package/dist/cjs/stzh-badge_3.cjs.entry.js +39 -8
  6. package/dist/cjs/stzh-card-list.cjs.entry.js +78 -0
  7. package/dist/cjs/stzh-card.cjs.entry.js +312 -0
  8. package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
  9. package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
  10. package/dist/cjs/stzh-components.cjs.js +2 -2
  11. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
  13. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
  16. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
  18. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  19. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  20. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  22. package/dist/cjs/stzh-input.cjs.entry.js +4 -5
  23. package/dist/cjs/stzh-link.cjs.entry.js +9 -5
  24. package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
  25. package/dist/cjs/stzh-message.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
  27. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
  29. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
  31. package/dist/cjs/stzh-sortable.cjs.entry.js +20 -2
  32. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  33. package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
  34. package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
  35. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
  36. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  37. package/dist/collection/assets/i18n/de.json +7 -2
  38. package/dist/collection/assets/i18n/en.json +7 -2
  39. package/dist/collection/assets/icons/mono/code-window.svg +3 -0
  40. package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
  41. package/dist/collection/assets/icons/mono/recycling.svg +10 -0
  42. package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
  43. package/dist/collection/assets/icons/mono/target.svg +11 -0
  44. package/dist/collection/collection-manifest.json +4 -2
  45. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
  46. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
  47. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
  48. package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
  49. package/dist/collection/components/stzh-actionset/stzh-actionset.js +343 -0
  50. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
  51. package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
  52. package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
  53. package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
  54. package/dist/collection/components/stzh-button/stzh-button.css +66 -0
  55. package/dist/collection/components/stzh-button/stzh-button.js +141 -7
  56. package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
  57. package/dist/collection/components/stzh-card/stzh-card.css +396 -0
  58. package/dist/collection/components/stzh-card/stzh-card.js +771 -0
  59. package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
  60. package/dist/collection/components/stzh-card/stzh-card.stories.js +134 -0
  61. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
  62. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +61 -60
  63. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
  64. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
  65. package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
  66. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
  67. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
  68. package/dist/collection/components/stzh-cspace/stzh-cspace.css +96 -178
  69. package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
  70. package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
  71. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
  72. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
  73. package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
  74. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
  75. package/dist/collection/components/stzh-dialog/stzh-dialog.css +11 -20
  76. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
  77. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
  78. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
  79. package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
  80. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
  81. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +93 -28
  82. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  83. package/dist/collection/components/stzh-input/stzh-input.css +5 -5
  84. package/dist/collection/components/stzh-input/stzh-input.js +3 -24
  85. package/dist/collection/components/stzh-link/stzh-link.css +5 -0
  86. package/dist/collection/components/stzh-link/stzh-link.js +46 -6
  87. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
  88. package/dist/collection/components/stzh-message/stzh-message.css +5 -0
  89. package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
  90. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
  91. package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
  92. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +519 -338
  93. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  94. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
  95. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
  96. package/dist/collection/components/stzh-richtext/stzh-richtext.css +233 -129
  97. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
  98. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
  99. package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
  100. package/dist/collection/components/stzh-sortable/stzh-sortable.js +40 -1
  101. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
  102. package/dist/collection/components/stzh-table/stzh-table.css +5 -0
  103. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
  104. package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
  105. package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
  106. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
  107. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
  108. package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
  109. package/dist/collection/pages/meinkonto.stories.js +93 -88
  110. package/dist/components/index.d.ts +4 -2
  111. package/dist/components/index.js +5 -3
  112. package/dist/components/stzh-accordion-item.js +51 -16
  113. package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
  114. package/dist/components/stzh-actionset.js +6 -0
  115. package/dist/components/stzh-actionset2.js +219 -0
  116. package/dist/components/stzh-badge2.js +10 -3
  117. package/dist/components/stzh-button2.js +36 -6
  118. package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
  119. package/dist/components/stzh-card-list.js +121 -0
  120. package/dist/components/stzh-card.d.ts +11 -0
  121. package/dist/components/stzh-card.js +393 -0
  122. package/dist/components/stzh-chip-select.js +63 -6
  123. package/dist/components/stzh-chip2.js +5 -1
  124. package/dist/components/stzh-cspace.js +1 -1
  125. package/dist/components/stzh-datalist.d.ts +11 -0
  126. package/dist/components/stzh-datalist.js +113 -0
  127. package/dist/components/stzh-datamessagelist-item.js +1 -1
  128. package/dist/components/stzh-datatable.js +1 -1
  129. package/dist/components/stzh-datepicker2.js +1 -2
  130. package/dist/components/stzh-dialog.js +1 -1
  131. package/dist/components/stzh-dropdown2.js +4 -7
  132. package/dist/components/stzh-ghettobox2.js +1 -1
  133. package/dist/components/stzh-heading2.js +1 -1
  134. package/dist/components/stzh-hspace.js +1 -1
  135. package/dist/components/stzh-icon-sprite.js +1 -1
  136. package/dist/components/stzh-input2.js +4 -6
  137. package/dist/components/stzh-link2.js +11 -5
  138. package/dist/components/stzh-menu-item2.js +8 -2
  139. package/dist/components/stzh-message.js +1 -1
  140. package/dist/components/stzh-overlay.js +1 -1
  141. package/dist/components/stzh-pagetitle.js +1 -1
  142. package/dist/components/stzh-popover2.js +31 -28
  143. package/dist/components/stzh-portal-mitwirken.js +1 -1
  144. package/dist/components/stzh-radio2.js +1 -1
  145. package/dist/components/stzh-radiogroup2.js +3 -2
  146. package/dist/components/stzh-richtext2.js +1 -1
  147. package/dist/components/stzh-saptcha.js +1 -1
  148. package/dist/components/stzh-sortable2.js +20 -2
  149. package/dist/components/stzh-table.js +1 -1
  150. package/dist/components/stzh-tooltip2.js +4 -1
  151. package/dist/components/stzh-upload.js +47 -4
  152. package/dist/components/stzh-vbz-ticker.js +1 -1
  153. package/dist/components/stzh-vspace.js +1 -1
  154. package/dist/esm/{app-globals-c42494e9.js → app-globals-e66420b3.js} +1 -1
  155. package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  156. package/dist/esm/loader.js +3 -3
  157. package/dist/esm/stzh-accordion-item.entry.js +34 -16
  158. package/dist/esm/stzh-accordion.entry.js +1 -1
  159. package/dist/esm/stzh-actions.entry.js +1 -1
  160. package/dist/esm/stzh-actionset.entry.js +152 -0
  161. package/dist/esm/stzh-appnav.entry.js +1 -1
  162. package/dist/esm/stzh-appointments.entry.js +1 -1
  163. package/dist/esm/stzh-badge_3.entry.js +40 -9
  164. package/dist/esm/stzh-calendar.entry.js +1 -1
  165. package/dist/esm/stzh-card-list.entry.js +74 -0
  166. package/dist/esm/stzh-card.entry.js +308 -0
  167. package/dist/esm/stzh-cell.entry.js +1 -1
  168. package/dist/esm/stzh-checkbox.entry.js +2 -2
  169. package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
  170. package/dist/esm/stzh-chip-select.entry.js +53 -5
  171. package/dist/esm/stzh-chip.entry.js +4 -2
  172. package/dist/esm/stzh-components.js +3 -3
  173. package/dist/esm/stzh-container.entry.js +1 -1
  174. package/dist/esm/stzh-cspace.entry.js +2 -2
  175. package/dist/esm/stzh-datalist.entry.js +70 -0
  176. package/dist/esm/stzh-datamessagelist-item.entry.js +2 -2
  177. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  178. package/dist/esm/stzh-datatable.entry.js +2 -2
  179. package/dist/esm/stzh-datepicker_4.entry.js +7 -6
  180. package/dist/esm/stzh-dialog.entry.js +2 -2
  181. package/dist/esm/stzh-dropdown.entry.js +6 -8
  182. package/dist/esm/stzh-fieldset.entry.js +1 -1
  183. package/dist/esm/stzh-figure.entry.js +1 -1
  184. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  185. package/dist/esm/stzh-footer.entry.js +1 -1
  186. package/dist/esm/stzh-ghettobox_2.entry.js +3 -3
  187. package/dist/esm/stzh-header.entry.js +1 -1
  188. package/dist/esm/stzh-heading.entry.js +2 -2
  189. package/dist/esm/stzh-hr.entry.js +1 -1
  190. package/dist/esm/stzh-hspace.entry.js +2 -2
  191. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  192. package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  193. package/dist/esm/stzh-input.entry.js +6 -7
  194. package/dist/esm/stzh-link.entry.js +10 -6
  195. package/dist/esm/stzh-list-item.entry.js +1 -1
  196. package/dist/esm/stzh-list.entry.js +1 -1
  197. package/dist/esm/stzh-loader.entry.js +1 -1
  198. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  199. package/dist/esm/stzh-menu_2.entry.js +7 -3
  200. package/dist/esm/stzh-message.entry.js +2 -2
  201. package/dist/esm/stzh-metanav.entry.js +1 -1
  202. package/dist/esm/stzh-overlay.entry.js +2 -2
  203. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  204. package/dist/esm/stzh-pagetitle.entry.js +2 -2
  205. package/dist/esm/stzh-popover.entry.js +31 -29
  206. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  207. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  208. package/dist/esm/stzh-progressbar.entry.js +1 -1
  209. package/dist/esm/stzh-readspeaker.entry.js +1 -1
  210. package/dist/esm/stzh-row.entry.js +1 -1
  211. package/dist/esm/stzh-saptcha.entry.js +2 -2
  212. package/dist/esm/stzh-section.entry.js +1 -1
  213. package/dist/esm/stzh-skiplink.entry.js +1 -1
  214. package/dist/esm/stzh-sortable.entry.js +21 -3
  215. package/dist/esm/stzh-status.entry.js +1 -1
  216. package/dist/esm/stzh-table.entry.js +2 -2
  217. package/dist/esm/stzh-toggle.entry.js +2 -2
  218. package/dist/esm/stzh-tooltip.entry.js +4 -2
  219. package/dist/esm/stzh-upload.entry.js +49 -6
  220. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  221. package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
  222. package/dist/esm/stzh-vbz-ticker.entry.js +2 -2
  223. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  224. package/dist/esm/stzh-vspace.entry.js +2 -2
  225. package/dist/esm-es5/app-globals-e66420b3.js +1 -0
  226. package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  227. package/dist/esm-es5/loader.js +1 -1
  228. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  229. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  230. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  231. package/dist/esm-es5/stzh-actionset.entry.js +1 -0
  232. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  233. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  234. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  235. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  236. package/dist/esm-es5/stzh-card-list.entry.js +1 -0
  237. package/dist/esm-es5/stzh-card.entry.js +1 -0
  238. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  239. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  240. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  241. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  242. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  243. package/dist/esm-es5/stzh-components.js +1 -1
  244. package/dist/esm-es5/stzh-container.entry.js +1 -1
  245. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  246. package/dist/esm-es5/stzh-datalist.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 +2 -2
  250. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
  251. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  252. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  253. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  254. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  255. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  256. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  257. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  258. package/dist/esm-es5/stzh-header.entry.js +1 -1
  259. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  260. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  261. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  262. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  263. package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  264. package/dist/esm-es5/stzh-input.entry.js +1 -1
  265. package/dist/esm-es5/stzh-link.entry.js +1 -1
  266. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  267. package/dist/esm-es5/stzh-list.entry.js +1 -1
  268. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  269. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  270. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  271. package/dist/esm-es5/stzh-message.entry.js +1 -1
  272. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  273. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  274. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  275. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  276. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  277. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  278. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  279. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  280. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  281. package/dist/esm-es5/stzh-row.entry.js +1 -1
  282. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  283. package/dist/esm-es5/stzh-section.entry.js +1 -1
  284. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  285. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  286. package/dist/esm-es5/stzh-status.entry.js +1 -1
  287. package/dist/esm-es5/stzh-table.entry.js +1 -1
  288. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  289. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  290. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  291. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  292. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  293. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  294. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  295. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  296. package/dist/stzh-components/assets/i18n/de.json +7 -2
  297. package/dist/stzh-components/assets/i18n/en.json +7 -2
  298. package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
  299. package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
  300. package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
  301. package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
  302. package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
  303. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +93 -28
  304. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  305. package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
  306. package/dist/stzh-components/{p-11d0c8f3.entry.js → p-03ea86bd.entry.js} +1 -1
  307. package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
  308. package/dist/stzh-components/p-0711e511.entry.js +1 -0
  309. package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
  310. package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
  311. package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
  312. package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
  313. package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
  314. package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
  315. package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-1440163c.system.entry.js} +1 -1
  316. package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
  317. package/dist/stzh-components/p-18958371.entry.js +1 -0
  318. package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
  319. package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
  320. package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
  321. package/dist/stzh-components/{p-346e26f2.system.entry.js → p-21566d65.system.entry.js} +1 -1
  322. package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
  323. package/dist/stzh-components/p-22701389.system.entry.js +1 -0
  324. package/dist/stzh-components/p-252d3178.entry.js +1 -0
  325. package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
  326. package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
  327. package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
  328. package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
  329. package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
  330. package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
  331. package/dist/stzh-components/p-3042b23e.entry.js +1 -0
  332. package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
  333. package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
  334. package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
  335. package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
  336. package/dist/stzh-components/p-3f0363db.entry.js +1 -0
  337. package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
  338. package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
  339. package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
  340. package/dist/stzh-components/p-530252c6.system.entry.js +1 -0
  341. package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-5353ba86.system.entry.js} +2 -2
  342. package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
  343. package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
  344. package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
  345. package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
  346. package/dist/stzh-components/p-562e6c52.entry.js +1 -0
  347. package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
  348. package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
  349. package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
  350. package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
  351. package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
  352. package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
  353. package/dist/stzh-components/{p-3ed69b16.entry.js → p-5f4eb46c.entry.js} +1 -1
  354. package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
  355. package/dist/stzh-components/p-62db1e59.entry.js +1 -0
  356. package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
  357. package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
  358. package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
  359. package/dist/stzh-components/{p-33d75303.entry.js → p-6425898c.entry.js} +1 -1
  360. package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
  361. package/dist/stzh-components/p-676fd54d.entry.js +1 -0
  362. package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-684c345e.system.entry.js} +2 -2
  363. package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
  364. package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
  365. package/dist/stzh-components/p-6a873872.entry.js +1 -0
  366. package/dist/stzh-components/{p-b281b653.entry.js → p-713ae713.entry.js} +2 -2
  367. package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
  368. package/dist/stzh-components/p-764ba190.entry.js +1 -0
  369. package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
  370. package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
  371. package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
  372. package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
  373. package/dist/stzh-components/p-80d70586.entry.js +1 -0
  374. package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
  375. package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
  376. package/dist/stzh-components/p-85161133.js +1 -0
  377. package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
  378. package/dist/stzh-components/p-864d7c50.entry.js +1 -0
  379. package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
  380. package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
  381. package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
  382. package/dist/stzh-components/{p-936cc626.system.entry.js → p-8c648042.system.entry.js} +1 -1
  383. package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
  384. package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
  385. package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
  386. package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
  387. package/dist/stzh-components/p-9469b812.entry.js +1 -0
  388. package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
  389. package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
  390. package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
  391. package/dist/stzh-components/p-9e716229.entry.js +1 -0
  392. package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
  393. package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
  394. package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
  395. package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
  396. package/dist/stzh-components/p-a6627504.entry.js +1 -0
  397. package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
  398. package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
  399. package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
  400. package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
  401. package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
  402. package/dist/stzh-components/p-b462a61f.entry.js +1 -0
  403. package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
  404. package/dist/stzh-components/p-b5a85078.system.entry.js +1 -0
  405. package/dist/stzh-components/p-b70bc70c.system.js +1 -0
  406. package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
  407. package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
  408. package/dist/stzh-components/{p-f2050d1e.entry.js → p-bb3c1249.entry.js} +1 -1
  409. package/dist/stzh-components/{p-a760352a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
  410. package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
  411. package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
  412. package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
  413. package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
  414. package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
  415. package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
  416. package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
  417. package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
  418. package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
  419. package/dist/stzh-components/p-cd795307.entry.js +1 -0
  420. package/dist/stzh-components/{p-7d2237ca.entry.js → p-cdc9e600.entry.js} +1 -1
  421. package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
  422. package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
  423. package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
  424. package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
  425. package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
  426. package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
  427. package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
  428. package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
  429. package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
  430. package/dist/stzh-components/p-eb61c369.entry.js +1 -0
  431. package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
  432. package/dist/stzh-components/p-eca1732f.entry.js +1 -0
  433. package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
  434. package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
  435. package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
  436. package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
  437. package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
  438. package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
  439. package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
  440. package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
  441. package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
  442. package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
  443. package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
  444. package/dist/stzh-components/stzh-components.css +1 -1
  445. package/dist/stzh-components/stzh-components.esm.js +1 -1
  446. package/dist/stzh-components/stzh-components.js +1 -1
  447. package/dist/types/components/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
  448. package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
  449. package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
  450. package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
  451. package/dist/types/components.d.ts +626 -245
  452. package/dist/types/index.d.ts +61 -14
  453. package/dist/vscode-data.json +559 -183
  454. package/package.json +1 -1
  455. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
  456. package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
  457. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
  458. package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +0 -614
  459. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
  460. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
  461. package/dist/components/stzh-servicecard-list.js +0 -117
  462. package/dist/components/stzh-servicecard.js +0 -305
  463. package/dist/esm/stzh-servicecard-list.entry.js +0 -69
  464. package/dist/esm/stzh-servicecard.entry.js +0 -230
  465. package/dist/esm-es5/app-globals-c42494e9.js +0 -1
  466. package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
  467. package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
  468. package/dist/stzh-components/p-03e2634c.entry.js +0 -1
  469. package/dist/stzh-components/p-1cebd703.entry.js +0 -1
  470. package/dist/stzh-components/p-1f15a4e0.system.entry.js +0 -1
  471. package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
  472. package/dist/stzh-components/p-33d033a3.system.entry.js +0 -1
  473. package/dist/stzh-components/p-34190502.entry.js +0 -1
  474. package/dist/stzh-components/p-3c799247.entry.js +0 -1
  475. package/dist/stzh-components/p-3ebd2c03.js +0 -1
  476. package/dist/stzh-components/p-4e9bfeb8.system.entry.js +0 -1
  477. package/dist/stzh-components/p-58ffc722.system.entry.js +0 -1
  478. package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
  479. package/dist/stzh-components/p-5ea652ae.system.entry.js +0 -1
  480. package/dist/stzh-components/p-632d9076.system.entry.js +0 -1
  481. package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
  482. package/dist/stzh-components/p-66556f67.entry.js +0 -1
  483. package/dist/stzh-components/p-6fc271d0.system.entry.js +0 -1
  484. package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
  485. package/dist/stzh-components/p-79bfc485.entry.js +0 -1
  486. package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
  487. package/dist/stzh-components/p-7d098987.entry.js +0 -9
  488. package/dist/stzh-components/p-7d62dfeb.system.entry.js +0 -1
  489. package/dist/stzh-components/p-82e6148a.system.entry.js +0 -1
  490. package/dist/stzh-components/p-85d78e08.entry.js +0 -1
  491. package/dist/stzh-components/p-8a60addb.entry.js +0 -1
  492. package/dist/stzh-components/p-8bd3ba06.entry.js +0 -1
  493. package/dist/stzh-components/p-90a10825.system.entry.js +0 -1
  494. package/dist/stzh-components/p-a7253852.entry.js +0 -1
  495. package/dist/stzh-components/p-a86c6487.entry.js +0 -1
  496. package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
  497. package/dist/stzh-components/p-b35b0270.entry.js +0 -1
  498. package/dist/stzh-components/p-b3b5ee7e.entry.js +0 -1
  499. package/dist/stzh-components/p-b651f251.entry.js +0 -1
  500. package/dist/stzh-components/p-bdba7714.entry.js +0 -1
  501. package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
  502. package/dist/stzh-components/p-c6cad5ed.system.entry.js +0 -1
  503. package/dist/stzh-components/p-da063c7e.system.entry.js +0 -1
  504. package/dist/stzh-components/p-e12db90a.entry.js +0 -1
  505. package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
  506. package/dist/stzh-components/p-e4347cfe.entry.js +0 -1
  507. package/dist/stzh-components/p-ec3d4dd4.entry.js +0 -1
  508. package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
  509. package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
  510. package/dist/stzh-components/p-f21440b3.entry.js +0 -1
  511. package/dist/stzh-components/p-f610f725.entry.js +0 -1
  512. package/dist/stzh-components/p-faf20030.system.js +0 -1
  513. package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
  514. package/dist/stzh-components/p-fd16e20e.system.entry.js +0 -1
  515. package/dist/stzh-components/p-fe9f8a09.system.entry.js +0 -1
@@ -5,11 +5,15 @@
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, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhAppointmentsChangeEvent, StzhButtonBlurEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, 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, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhServiceCardAction, StzhServicecardActionClickEvent, StzhServicecardCollapseEvent, StzhServicecardStarClickEvent, StzhServicecardSubtitleClickEvent, StzhSortableUpdateEvent, 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 { Font, Layout, Space, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAppointmentsChangeEvent, 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, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, 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
+ import { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
10
+ import { Placement } from "@floating-ui/dom";
9
11
  import { StzhAppointmentsLocalizedText } from "./components/stzh-appointments/stzh-appointments.localization";
10
12
  import { StzhLocaleAdapter } from "./utils/date-adapter";
11
13
  import { DaysOfWeek } from "./utils/date-utils";
12
14
  import { StzhCalendarLocalizedText } from "./components/stzh-calendar/stzh-calendar.localization";
15
+ import { StzhCardLocalizedText } from "./components/stzh-card/stzh-card.localization";
16
+ import { StzhCardListLocalizedText } from "./components/stzh-card-list/stzh-card-list.localization";
13
17
  import { StzhLocaleComponent } from "./utils/translation-utils";
14
18
  import { StzhDatamessagelistItemLocalizedText } from "./components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization";
15
19
  import { StzhDatatableLocalizedText } from "./components/stzh-datatable/stzh-datatable.localization";
@@ -19,11 +23,8 @@ import { StzhDropdownLocalizedText } from "./components/stzh-dropdown/stzh-dropd
19
23
  import { StzhFooterLocalizedText } from "./components/stzh-footer/stzh-footer.localization";
20
24
  import { StzhGhettoboxLocalizedText } from "./components/stzh-ghettobox/stzh-ghettobox.localization";
21
25
  import { StzhMessageLocalizedText } from "./components/stzh-message/stzh-message.localization";
22
- import { Placement } from "@floating-ui/dom";
23
26
  import { StzhPopoverLocalizedText } from "./components/stzh-popover/stzh-popover.localization";
24
27
  import { StzhSaptchaLocalizedText } from "./components/stzh-saptcha/stzh-saptcha.localization";
25
- import { StzhServicecardLocalizedText } from "./components/stzh-servicecard/stzh-servicecard.localization";
26
- import { StzhServicecardListLocalizedText } from "./components/stzh-servicecard-list/stzh-servicecard-list.localization";
27
28
  import { StzhSortableLocalizedText } from "./components/stzh-sortable/stzh-sortable.localization";
28
29
  import { StzhTooltipLocalizedText } from "./components/stzh-tooltip/stzh-tooltip.localization";
29
30
  import { StzhUploadLocalizedText } from "./components/stzh-upload/stzh-upload.localization";
@@ -45,6 +46,22 @@ export namespace Components {
45
46
  "setItemFocus": (accordionItem: HTMLStzhAccordionItemElement, action: string) => Promise<void>;
46
47
  }
47
48
  interface StzhAccordionItem {
49
+ /**
50
+ * Badge
51
+ */
52
+ "badge": string;
53
+ /**
54
+ * Whether badge should be displayed empty
55
+ */
56
+ "badgeEmpty": boolean;
57
+ /**
58
+ * Badge type
59
+ */
60
+ "badgeType": "default" | "success" | "warning" | "error" | "info";
61
+ /**
62
+ * Description
63
+ */
64
+ "description": string;
48
65
  /**
49
66
  * Whether fold disabled
50
67
  */
@@ -61,6 +78,10 @@ export namespace Components {
61
78
  * Hide accordion item content
62
79
  */
63
80
  "hide": () => Promise<void>;
81
+ /**
82
+ * Icon (use instead of icon slot)
83
+ */
84
+ "icon": string;
64
85
  /**
65
86
  * Whether fold is open
66
87
  */
@@ -89,6 +110,32 @@ export namespace Components {
89
110
  */
90
111
  "withBorder": boolean;
91
112
  }
113
+ interface StzhActionset {
114
+ /**
115
+ * Card header actions
116
+ */
117
+ "actions": string | StzhActionsetItem[];
118
+ /**
119
+ * Translation strings
120
+ */
121
+ "localization": StzhActionsetLocalizedText;
122
+ /**
123
+ * Popover button size
124
+ */
125
+ "popoverButtonSize": "" | "default" | "small" | "tiny";
126
+ /**
127
+ * Popover button variant
128
+ */
129
+ "popoverButtonVariant": "" | "default" | "secondary" | "input" | "tertiary";
130
+ /**
131
+ * Popover placement
132
+ */
133
+ "popoverPlacement": Placement;
134
+ /**
135
+ * Variant determining what position the action buttons are
136
+ */
137
+ "variant": "stack" | "overflow";
138
+ }
92
139
  interface StzhAppnav {
93
140
  /**
94
141
  * Link of app title (only used if `app-title` is defined)
@@ -148,6 +195,10 @@ export namespace Components {
148
195
  * Text content of the badge
149
196
  */
150
197
  "label": string;
198
+ /**
199
+ * Type
200
+ */
201
+ "type": "default" | "success" | "warning" | "error" | "info";
151
202
  }
152
203
  interface StzhButton {
153
204
  /**
@@ -166,10 +217,22 @@ export namespace Components {
166
217
  * Display a badge aligned to button or icons
167
218
  */
168
219
  "badge": string;
220
+ /**
221
+ * Whether badge should be displayed empty
222
+ */
223
+ "badgeEmpty": boolean;
169
224
  /**
170
225
  * Badge position
171
226
  */
172
227
  "badgePosition": "icon" | "button";
228
+ /**
229
+ * Badge type
230
+ */
231
+ "badgeType": "default" | "success" | "warning" | "error" | "info";
232
+ /**
233
+ * Checked status (if type is radio)
234
+ */
235
+ "checked": boolean;
173
236
  /**
174
237
  * Whether the button is disabled
175
238
  */
@@ -202,6 +265,10 @@ export namespace Components {
202
265
  * Label
203
266
  */
204
267
  "label": string;
268
+ /**
269
+ * The name of the input element (if type is radio)
270
+ */
271
+ "name": string;
205
272
  /**
206
273
  * Focus button
207
274
  */
@@ -221,7 +288,11 @@ export namespace Components {
221
288
  /**
222
289
  * Type of the button
223
290
  */
224
- "type": "button" | "submit" | "reset";
291
+ "type": "button" | "submit" | "reset" | "radio";
292
+ /**
293
+ * The value of the input element (if type is radio)
294
+ */
295
+ "value": string;
225
296
  /**
226
297
  * Variant style
227
298
  */
@@ -261,6 +332,102 @@ export namespace Components {
261
332
  */
262
333
  "value": string;
263
334
  }
335
+ interface StzhCard {
336
+ /**
337
+ * Whether card is checked (if card is selectable)
338
+ */
339
+ "checked": boolean;
340
+ /**
341
+ * Whether card is collapsed or not
342
+ */
343
+ "collapsed": boolean;
344
+ /**
345
+ * Whether card is collapsible
346
+ */
347
+ "collapsible": boolean;
348
+ /**
349
+ * Whether the element is disabled or not (if card is selectable)
350
+ */
351
+ "disabled": boolean;
352
+ /**
353
+ * Card footer actions. The [`stzh-actionset`](?path=/story/components-actionset) component is used internally. You can listen to clicks with the `stzhActionClick` event.
354
+ */
355
+ "footerActions": string | StzhActionsetItem[];
356
+ /**
357
+ * Card header actions
358
+ */
359
+ "headerActions": string | StzhCardHeaderAction[];
360
+ /**
361
+ * Heading
362
+ */
363
+ "heading": string;
364
+ /**
365
+ * Whether to hide footer separation border
366
+ */
367
+ "hideFooterBorder": boolean;
368
+ /**
369
+ * Whether to hide header separation border
370
+ */
371
+ "hideHeaderBorder": boolean;
372
+ /**
373
+ * Whether movement menu items should be shown. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
374
+ */
375
+ "hideMovementActions": boolean;
376
+ /**
377
+ * Translation strings
378
+ */
379
+ "localization": StzhCardLocalizedText;
380
+ /**
381
+ * The name of the input element (if card is selectable)
382
+ */
383
+ "name": string;
384
+ /**
385
+ * Whether card is selectable
386
+ */
387
+ "selectable": boolean;
388
+ /**
389
+ * Whether sorting should be disabled. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
390
+ */
391
+ "sortableDisabled": boolean;
392
+ /**
393
+ * Whether card star is displayed (with tooltip and menu-item in mobile popover). The tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`).
394
+ */
395
+ "starrable": boolean;
396
+ /**
397
+ * Whether card was starred
398
+ */
399
+ "starred": boolean;
400
+ /**
401
+ * Subtitle
402
+ */
403
+ "subtitle": string | string[];
404
+ /**
405
+ * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
406
+ */
407
+ "subtitleInteractive": boolean;
408
+ /**
409
+ * The value of the input element (if card is selectable)
410
+ */
411
+ "value": string;
412
+ }
413
+ interface StzhCardList {
414
+ /**
415
+ * Translation strings
416
+ */
417
+ "localization": StzhCardListLocalizedText;
418
+ /**
419
+ * Whether collapse/expand toggle link
420
+ */
421
+ "showToggleLink": boolean;
422
+ /**
423
+ * HTML attribute that is used by the `toArray()` of sortable method
424
+ */
425
+ "sortableDataIdAttribute": string;
426
+ /**
427
+ * Whether sorting should be enabled
428
+ */
429
+ "sortableEnabled": boolean;
430
+ }
264
431
  interface StzhCell {
265
432
  /**
266
433
  * Control how cells items are positioned along a container's cross axis
@@ -408,6 +575,14 @@ export namespace Components {
408
575
  "value": string[] | string;
409
576
  }
410
577
  interface StzhChip {
578
+ /**
579
+ * Id for element which describes the button
580
+ */
581
+ "a11yDescribedby": string;
582
+ /**
583
+ * Accessible label for screen readers to replace visible text
584
+ */
585
+ "a11yLabel": string;
411
586
  /**
412
587
  * Active
413
588
  */
@@ -458,14 +633,50 @@ export namespace Components {
458
633
  "variant": "tag" | "filter" | "input";
459
634
  }
460
635
  interface StzhChipSelect {
636
+ /**
637
+ * Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)
638
+ */
639
+ "a11yDescribedby": string;
461
640
  /**
462
641
  * Data
463
642
  */
464
643
  "data": string | StzhChipSelectItem[];
644
+ /**
645
+ * Description message (use description slot as alternative)
646
+ */
647
+ "description": string;
648
+ /**
649
+ * Long description message appearing in a popover (use description-long slot as alternative)
650
+ */
651
+ "descriptionLong": string;
652
+ /**
653
+ * Whether the element is disabled or not
654
+ */
655
+ "disabled": boolean;
656
+ /**
657
+ * One or multiple error message (use error slot as alternative)
658
+ */
659
+ "error": string | string[];
660
+ /**
661
+ * Invalid status
662
+ */
663
+ "invalid": boolean;
465
664
  /**
466
665
  * Label
467
666
  */
468
667
  "label": string;
668
+ /**
669
+ * Translation strings
670
+ */
671
+ "localization": StzhLocaleComponent;
672
+ /**
673
+ * The name of the input element
674
+ */
675
+ "name": string;
676
+ /**
677
+ * Required status
678
+ */
679
+ "required": boolean;
469
680
  /**
470
681
  * Value
471
682
  */
@@ -475,6 +686,36 @@ export namespace Components {
475
686
  }
476
687
  interface StzhCspace {
477
688
  }
689
+ interface StzhDatalist {
690
+ /**
691
+ * Direction
692
+ */
693
+ "direction": "vertical" | "horizontal";
694
+ /**
695
+ * Direction above large breakpoint
696
+ */
697
+ "directionLarge": "vertical" | "horizontal" | "inherit";
698
+ /**
699
+ * Direction above medium breakpoint
700
+ */
701
+ "directionMedium": "vertical" | "horizontal" | "inherit";
702
+ /**
703
+ * Direction above small breakpoint
704
+ */
705
+ "directionSmall": "vertical" | "horizontal" | "inherit";
706
+ /**
707
+ * Direction above ultra breakpoint
708
+ */
709
+ "directionUltra": "vertical" | "horizontal" | "inherit";
710
+ /**
711
+ * Hide border lines between items
712
+ */
713
+ "hideBorder": boolean;
714
+ /**
715
+ * Items in datalist Array of objects that must at least include `value` attribute. Can optionally contain `label`, `meta`, `icon`, `href` attribute: `[{"value":"Value 1", "label": "Label 1"}, {"value":"Value 2", "label": "Label 2"}]`
716
+ */
717
+ "items": StzhDatalistItemEntry[] | string;
718
+ }
478
719
  interface StzhDatamessagelist {
479
720
  }
480
721
  interface StzhDatamessagelistItem {
@@ -614,11 +855,6 @@ export namespace Components {
614
855
  * Name of the hidden date picker input.
615
856
  */
616
857
  "name": string;
617
- /**
618
- * Placeholder text
619
- * @deprecated
620
- */
621
- "placeholder": string;
622
858
  /**
623
859
  * Whether the element is readonly or not
624
860
  */
@@ -817,11 +1053,6 @@ export namespace Components {
817
1053
  * Available options
818
1054
  */
819
1055
  "options": any[] | string;
820
- /**
821
- * Placeholder option
822
- * @deprecated
823
- */
824
- "placeholder": string;
825
1056
  /**
826
1057
  * Popover placement
827
1058
  */
@@ -853,7 +1084,7 @@ export namespace Components {
853
1084
  /**
854
1085
  * Set new value
855
1086
  */
856
- "setValue": (newValue: string | string[]) => Promise<void>;
1087
+ "setValue": (newValue: string | string[], silent?: boolean) => Promise<void>;
857
1088
  /**
858
1089
  * Show text in label depending if field is optional/required
859
1090
  */
@@ -1101,11 +1332,6 @@ export namespace Components {
1101
1332
  * Whether autocomplete should be turned off
1102
1333
  */
1103
1334
  "noAutocomplete": boolean;
1104
- /**
1105
- * Placeholder text
1106
- * @deprecated
1107
- */
1108
- "placeholder": string;
1109
1335
  /**
1110
1336
  * Whether the element is readonly or not
1111
1337
  */
@@ -1156,10 +1382,18 @@ export namespace Components {
1156
1382
  * Badge text
1157
1383
  */
1158
1384
  "badge": string;
1385
+ /**
1386
+ * Whether badge should be displayed empty
1387
+ */
1388
+ "badgeEmpty": boolean;
1159
1389
  /**
1160
1390
  * Badge position
1161
1391
  */
1162
1392
  "badgePosition": "icon" | "link";
1393
+ /**
1394
+ * Badge type
1395
+ */
1396
+ "badgeType": "default" | "success" | "warning" | "error" | "info";
1163
1397
  /**
1164
1398
  * Disabled status
1165
1399
  */
@@ -1195,7 +1429,7 @@ export namespace Components {
1195
1429
  /**
1196
1430
  * Size variant
1197
1431
  */
1198
- "size": "default" | "small";
1432
+ "size": "default" | "small" | "inherit";
1199
1433
  /**
1200
1434
  * target if the button is used as link (if href used)
1201
1435
  */
@@ -1260,6 +1494,14 @@ export namespace Components {
1260
1494
  * Badge
1261
1495
  */
1262
1496
  "badge": string;
1497
+ /**
1498
+ * Whether badge should be displayed empty
1499
+ */
1500
+ "badgeEmpty": boolean;
1501
+ /**
1502
+ * Badge type
1503
+ */
1504
+ "badgeType": "default" | "success" | "warning" | "error" | "info";
1263
1505
  /**
1264
1506
  * Whether the button is disabled
1265
1507
  */
@@ -1368,6 +1610,10 @@ export namespace Components {
1368
1610
  * Shifting of popover content
1369
1611
  */
1370
1612
  "skidding": number;
1613
+ /**
1614
+ * Position strategy
1615
+ */
1616
+ "strategy": "absolute" | "fixed";
1371
1617
  /**
1372
1618
  * Toggle popover content
1373
1619
  */
@@ -1630,90 +1876,6 @@ export namespace Components {
1630
1876
  */
1631
1877
  "variant": "default" | "highlight";
1632
1878
  }
1633
- interface StzhServicecard {
1634
- /**
1635
- * Card actions
1636
- */
1637
- "actions": string | StzhServiceCardAction[];
1638
- /**
1639
- * Whether card is collapsed or not
1640
- */
1641
- "collapsed": boolean;
1642
- /**
1643
- * Whether card is collapsible
1644
- */
1645
- "collapsible": boolean;
1646
- /**
1647
- * Heading
1648
- */
1649
- "heading": string;
1650
- /**
1651
- * Whether movement menu items should be shown
1652
- */
1653
- "hideMovementActions": boolean;
1654
- /**
1655
- * Translation strings
1656
- */
1657
- "localization": StzhServicecardLocalizedText;
1658
- /**
1659
- * Middle column position variant (positioning behaviour on tablet)
1660
- */
1661
- "middleVariant": "to-right" | "to-left";
1662
- /**
1663
- * Set middle column vertical spacing
1664
- */
1665
- "middleVerticalSpacing": "default" | "none";
1666
- /**
1667
- * Set right column vertical spacing
1668
- */
1669
- "rightVerticalSpacing": "default" | "none";
1670
- /**
1671
- * Whether sorting should be disabled
1672
- */
1673
- "sortableDisabled": boolean;
1674
- /**
1675
- * Whether card star is displayed
1676
- */
1677
- "starrable": boolean;
1678
- /**
1679
- * Whether card was starred
1680
- */
1681
- "starred": boolean;
1682
- /**
1683
- * Subtitle
1684
- */
1685
- "subtitle": string | string[];
1686
- /**
1687
- * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
1688
- */
1689
- "subtitleInteractive": boolean;
1690
- /**
1691
- * Type
1692
- */
1693
- "type": "default" | "alert";
1694
- }
1695
- interface StzhServicecardList {
1696
- /**
1697
- * Translation strings
1698
- */
1699
- "localization": StzhServicecardListLocalizedText;
1700
- /**
1701
- * Whether collapse/expand toggle link
1702
- */
1703
- "showToggleLink": boolean;
1704
- /**
1705
- * HTML attribute that is used by the `toArray()` of sortable method
1706
- */
1707
- "sortableDataIdAttribute": string;
1708
- /**
1709
- * Whether sorting should be disabled
1710
- */
1711
- "sortableDisabled": boolean;
1712
- /**
1713
- * Algorithm how the ghost element will be cloned
1714
- */
1715
- "sortableGhostClone": Function;
1716
- }
1717
1879
  interface StzhSkiplink {
1718
1880
  /**
1719
1881
  * href for linking to e.g. id of an element to skip to
@@ -1931,6 +2093,10 @@ export namespace Components {
1931
2093
  * Shifting of tooltip content
1932
2094
  */
1933
2095
  "skidding": number;
2096
+ /**
2097
+ * Position strategy
2098
+ */
2099
+ "strategy": "absolute" | "fixed";
1934
2100
  /**
1935
2101
  * Toggle tooltip content
1936
2102
  */
@@ -2175,6 +2341,10 @@ export interface StzhAccordionItemCustomEvent<T> extends CustomEvent<T> {
2175
2341
  detail: T;
2176
2342
  target: HTMLStzhAccordionItemElement;
2177
2343
  }
2344
+ export interface StzhActionsetCustomEvent<T> extends CustomEvent<T> {
2345
+ detail: T;
2346
+ target: HTMLStzhActionsetElement;
2347
+ }
2178
2348
  export interface StzhAppointmentsCustomEvent<T> extends CustomEvent<T> {
2179
2349
  detail: T;
2180
2350
  target: HTMLStzhAppointmentsElement;
@@ -2187,6 +2357,14 @@ export interface StzhCalendarCustomEvent<T> extends CustomEvent<T> {
2187
2357
  detail: T;
2188
2358
  target: HTMLStzhCalendarElement;
2189
2359
  }
2360
+ export interface StzhCardCustomEvent<T> extends CustomEvent<T> {
2361
+ detail: T;
2362
+ target: HTMLStzhCardElement;
2363
+ }
2364
+ export interface StzhCardListCustomEvent<T> extends CustomEvent<T> {
2365
+ detail: T;
2366
+ target: HTMLStzhCardListElement;
2367
+ }
2190
2368
  export interface StzhCheckboxCustomEvent<T> extends CustomEvent<T> {
2191
2369
  detail: T;
2192
2370
  target: HTMLStzhCheckboxElement;
@@ -2199,6 +2377,10 @@ export interface StzhChipSelectCustomEvent<T> extends CustomEvent<T> {
2199
2377
  detail: T;
2200
2378
  target: HTMLStzhChipSelectElement;
2201
2379
  }
2380
+ export interface StzhDatalistCustomEvent<T> extends CustomEvent<T> {
2381
+ detail: T;
2382
+ target: HTMLStzhDatalistElement;
2383
+ }
2202
2384
  export interface StzhDatamessagelistItemCustomEvent<T> extends CustomEvent<T> {
2203
2385
  detail: T;
2204
2386
  target: HTMLStzhDatamessagelistItemElement;
@@ -2251,10 +2433,6 @@ export interface StzhRadioCustomEvent<T> extends CustomEvent<T> {
2251
2433
  detail: T;
2252
2434
  target: HTMLStzhRadioElement;
2253
2435
  }
2254
- export interface StzhServicecardCustomEvent<T> extends CustomEvent<T> {
2255
- detail: T;
2256
- target: HTMLStzhServicecardElement;
2257
- }
2258
2436
  export interface StzhSortableCustomEvent<T> extends CustomEvent<T> {
2259
2437
  detail: T;
2260
2438
  target: HTMLStzhSortableElement;
@@ -2294,6 +2472,12 @@ declare global {
2294
2472
  prototype: HTMLStzhActionsElement;
2295
2473
  new (): HTMLStzhActionsElement;
2296
2474
  };
2475
+ interface HTMLStzhActionsetElement extends Components.StzhActionset, HTMLStencilElement {
2476
+ }
2477
+ var HTMLStzhActionsetElement: {
2478
+ prototype: HTMLStzhActionsetElement;
2479
+ new (): HTMLStzhActionsetElement;
2480
+ };
2297
2481
  interface HTMLStzhAppnavElement extends Components.StzhAppnav, HTMLStencilElement {
2298
2482
  }
2299
2483
  var HTMLStzhAppnavElement: {
@@ -2324,6 +2508,18 @@ declare global {
2324
2508
  prototype: HTMLStzhCalendarElement;
2325
2509
  new (): HTMLStzhCalendarElement;
2326
2510
  };
2511
+ interface HTMLStzhCardElement extends Components.StzhCard, HTMLStencilElement {
2512
+ }
2513
+ var HTMLStzhCardElement: {
2514
+ prototype: HTMLStzhCardElement;
2515
+ new (): HTMLStzhCardElement;
2516
+ };
2517
+ interface HTMLStzhCardListElement extends Components.StzhCardList, HTMLStencilElement {
2518
+ }
2519
+ var HTMLStzhCardListElement: {
2520
+ prototype: HTMLStzhCardListElement;
2521
+ new (): HTMLStzhCardListElement;
2522
+ };
2327
2523
  interface HTMLStzhCellElement extends Components.StzhCell, HTMLStencilElement {
2328
2524
  }
2329
2525
  var HTMLStzhCellElement: {
@@ -2366,6 +2562,12 @@ declare global {
2366
2562
  prototype: HTMLStzhCspaceElement;
2367
2563
  new (): HTMLStzhCspaceElement;
2368
2564
  };
2565
+ interface HTMLStzhDatalistElement extends Components.StzhDatalist, HTMLStencilElement {
2566
+ }
2567
+ var HTMLStzhDatalistElement: {
2568
+ prototype: HTMLStzhDatalistElement;
2569
+ new (): HTMLStzhDatalistElement;
2570
+ };
2369
2571
  interface HTMLStzhDatamessagelistElement extends Components.StzhDatamessagelist, HTMLStencilElement {
2370
2572
  }
2371
2573
  var HTMLStzhDatamessagelistElement: {
@@ -2612,18 +2814,6 @@ declare global {
2612
2814
  prototype: HTMLStzhSectionElement;
2613
2815
  new (): HTMLStzhSectionElement;
2614
2816
  };
2615
- interface HTMLStzhServicecardElement extends Components.StzhServicecard, HTMLStencilElement {
2616
- }
2617
- var HTMLStzhServicecardElement: {
2618
- prototype: HTMLStzhServicecardElement;
2619
- new (): HTMLStzhServicecardElement;
2620
- };
2621
- interface HTMLStzhServicecardListElement extends Components.StzhServicecardList, HTMLStencilElement {
2622
- }
2623
- var HTMLStzhServicecardListElement: {
2624
- prototype: HTMLStzhServicecardListElement;
2625
- new (): HTMLStzhServicecardListElement;
2626
- };
2627
2817
  interface HTMLStzhSkiplinkElement extends Components.StzhSkiplink, HTMLStencilElement {
2628
2818
  }
2629
2819
  var HTMLStzhSkiplinkElement: {
@@ -2706,11 +2896,14 @@ declare global {
2706
2896
  "stzh-accordion": HTMLStzhAccordionElement;
2707
2897
  "stzh-accordion-item": HTMLStzhAccordionItemElement;
2708
2898
  "stzh-actions": HTMLStzhActionsElement;
2899
+ "stzh-actionset": HTMLStzhActionsetElement;
2709
2900
  "stzh-appnav": HTMLStzhAppnavElement;
2710
2901
  "stzh-appointments": HTMLStzhAppointmentsElement;
2711
2902
  "stzh-badge": HTMLStzhBadgeElement;
2712
2903
  "stzh-button": HTMLStzhButtonElement;
2713
2904
  "stzh-calendar": HTMLStzhCalendarElement;
2905
+ "stzh-card": HTMLStzhCardElement;
2906
+ "stzh-card-list": HTMLStzhCardListElement;
2714
2907
  "stzh-cell": HTMLStzhCellElement;
2715
2908
  "stzh-checkbox": HTMLStzhCheckboxElement;
2716
2909
  "stzh-checkboxgroup": HTMLStzhCheckboxgroupElement;
@@ -2718,6 +2911,7 @@ declare global {
2718
2911
  "stzh-chip-select": HTMLStzhChipSelectElement;
2719
2912
  "stzh-container": HTMLStzhContainerElement;
2720
2913
  "stzh-cspace": HTMLStzhCspaceElement;
2914
+ "stzh-datalist": HTMLStzhDatalistElement;
2721
2915
  "stzh-datamessagelist": HTMLStzhDatamessagelistElement;
2722
2916
  "stzh-datamessagelist-item": HTMLStzhDatamessagelistItemElement;
2723
2917
  "stzh-datatable": HTMLStzhDatatableElement;
@@ -2759,8 +2953,6 @@ declare global {
2759
2953
  "stzh-row": HTMLStzhRowElement;
2760
2954
  "stzh-saptcha": HTMLStzhSaptchaElement;
2761
2955
  "stzh-section": HTMLStzhSectionElement;
2762
- "stzh-servicecard": HTMLStzhServicecardElement;
2763
- "stzh-servicecard-list": HTMLStzhServicecardListElement;
2764
2956
  "stzh-skiplink": HTMLStzhSkiplinkElement;
2765
2957
  "stzh-sortable": HTMLStzhSortableElement;
2766
2958
  "stzh-status": HTMLStzhStatusElement;
@@ -2788,6 +2980,22 @@ declare namespace LocalJSX {
2788
2980
  "multiselectable"?: boolean;
2789
2981
  }
2790
2982
  interface StzhAccordionItem {
2983
+ /**
2984
+ * Badge
2985
+ */
2986
+ "badge"?: string;
2987
+ /**
2988
+ * Whether badge should be displayed empty
2989
+ */
2990
+ "badgeEmpty"?: boolean;
2991
+ /**
2992
+ * Badge type
2993
+ */
2994
+ "badgeType"?: "default" | "success" | "warning" | "error" | "info";
2995
+ /**
2996
+ * Description
2997
+ */
2998
+ "description"?: string;
2791
2999
  /**
2792
3000
  * Whether fold disabled
2793
3001
  */
@@ -2800,6 +3008,10 @@ declare namespace LocalJSX {
2800
3008
  * Heading level
2801
3009
  */
2802
3010
  "headingLevel"?: "1" | "2" | "3" | "4";
3011
+ /**
3012
+ * Icon (use instead of icon slot)
3013
+ */
3014
+ "icon"?: string;
2803
3015
  /**
2804
3016
  * Close event
2805
3017
  */
@@ -2835,6 +3047,36 @@ declare namespace LocalJSX {
2835
3047
  */
2836
3048
  "withBorder"?: boolean;
2837
3049
  }
3050
+ interface StzhActionset {
3051
+ /**
3052
+ * Card header actions
3053
+ */
3054
+ "actions"?: string | StzhActionsetItem[];
3055
+ /**
3056
+ * Translation strings
3057
+ */
3058
+ "localization"?: StzhActionsetLocalizedText;
3059
+ /**
3060
+ * Header action click event
3061
+ */
3062
+ "onStzhActionClick"?: (event: StzhActionsetCustomEvent<StzhActionsetItemClickEvent>) => void;
3063
+ /**
3064
+ * Popover button size
3065
+ */
3066
+ "popoverButtonSize"?: "" | "default" | "small" | "tiny";
3067
+ /**
3068
+ * Popover button variant
3069
+ */
3070
+ "popoverButtonVariant"?: "" | "default" | "secondary" | "input" | "tertiary";
3071
+ /**
3072
+ * Popover placement
3073
+ */
3074
+ "popoverPlacement"?: Placement;
3075
+ /**
3076
+ * Variant determining what position the action buttons are
3077
+ */
3078
+ "variant"?: "stack" | "overflow";
3079
+ }
2838
3080
  interface StzhAppnav {
2839
3081
  /**
2840
3082
  * Link of app title (only used if `app-title` is defined)
@@ -2898,6 +3140,10 @@ declare namespace LocalJSX {
2898
3140
  * Text content of the badge
2899
3141
  */
2900
3142
  "label"?: string;
3143
+ /**
3144
+ * Type
3145
+ */
3146
+ "type"?: "default" | "success" | "warning" | "error" | "info";
2901
3147
  }
2902
3148
  interface StzhButton {
2903
3149
  /**
@@ -2916,10 +3162,22 @@ declare namespace LocalJSX {
2916
3162
  * Display a badge aligned to button or icons
2917
3163
  */
2918
3164
  "badge"?: string;
3165
+ /**
3166
+ * Whether badge should be displayed empty
3167
+ */
3168
+ "badgeEmpty"?: boolean;
2919
3169
  /**
2920
3170
  * Badge position
2921
3171
  */
2922
3172
  "badgePosition"?: "icon" | "button";
3173
+ /**
3174
+ * Badge type
3175
+ */
3176
+ "badgeType"?: "default" | "success" | "warning" | "error" | "info";
3177
+ /**
3178
+ * Checked status (if type is radio)
3179
+ */
3180
+ "checked"?: boolean;
2923
3181
  /**
2924
3182
  * Whether the button is disabled
2925
3183
  */
@@ -2952,10 +3210,18 @@ declare namespace LocalJSX {
2952
3210
  * Label
2953
3211
  */
2954
3212
  "label"?: string;
3213
+ /**
3214
+ * The name of the input element (if type is radio)
3215
+ */
3216
+ "name"?: string;
2955
3217
  /**
2956
3218
  * Input blur event
2957
3219
  */
2958
3220
  "onStzhBlur"?: (event: StzhButtonCustomEvent<StzhButtonBlurEvent>) => void;
3221
+ /**
3222
+ * Change event (only called if type is radio)
3223
+ */
3224
+ "onStzhChange"?: (event: StzhButtonCustomEvent<StzhButtonChangeEvent>) => void;
2959
3225
  /**
2960
3226
  * Focus event
2961
3227
  */
@@ -2975,7 +3241,11 @@ declare namespace LocalJSX {
2975
3241
  /**
2976
3242
  * Type of the button
2977
3243
  */
2978
- "type"?: "button" | "submit" | "reset";
3244
+ "type"?: "button" | "submit" | "reset" | "radio";
3245
+ /**
3246
+ * The value of the input element (if type is radio)
3247
+ */
3248
+ "value"?: string;
2979
3249
  /**
2980
3250
  * Variant style
2981
3251
  */
@@ -3011,6 +3281,122 @@ declare namespace LocalJSX {
3011
3281
  */
3012
3282
  "value"?: string;
3013
3283
  }
3284
+ interface StzhCard {
3285
+ /**
3286
+ * Whether card is checked (if card is selectable)
3287
+ */
3288
+ "checked"?: boolean;
3289
+ /**
3290
+ * Whether card is collapsed or not
3291
+ */
3292
+ "collapsed"?: boolean;
3293
+ /**
3294
+ * Whether card is collapsible
3295
+ */
3296
+ "collapsible"?: boolean;
3297
+ /**
3298
+ * Whether the element is disabled or not (if card is selectable)
3299
+ */
3300
+ "disabled"?: boolean;
3301
+ /**
3302
+ * Card footer actions. The [`stzh-actionset`](?path=/story/components-actionset) component is used internally. You can listen to clicks with the `stzhActionClick` event.
3303
+ */
3304
+ "footerActions"?: string | StzhActionsetItem[];
3305
+ /**
3306
+ * Card header actions
3307
+ */
3308
+ "headerActions"?: string | StzhCardHeaderAction[];
3309
+ /**
3310
+ * Heading
3311
+ */
3312
+ "heading"?: string;
3313
+ /**
3314
+ * Whether to hide footer separation border
3315
+ */
3316
+ "hideFooterBorder"?: boolean;
3317
+ /**
3318
+ * Whether to hide header separation border
3319
+ */
3320
+ "hideHeaderBorder"?: boolean;
3321
+ /**
3322
+ * Whether movement menu items should be shown. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
3323
+ */
3324
+ "hideMovementActions"?: boolean;
3325
+ /**
3326
+ * Translation strings
3327
+ */
3328
+ "localization"?: StzhCardLocalizedText;
3329
+ /**
3330
+ * The name of the input element (if card is selectable)
3331
+ */
3332
+ "name"?: string;
3333
+ /**
3334
+ * Collapse event
3335
+ */
3336
+ "onStzhCollapse"?: (event: StzhCardCustomEvent<StzhCardCollapseEvent>) => void;
3337
+ /**
3338
+ * Header action click event
3339
+ */
3340
+ "onStzhHeaderActionClick"?: (event: StzhCardCustomEvent<StzhCardHeaderActionClickEvent>) => void;
3341
+ /**
3342
+ * Star click event
3343
+ */
3344
+ "onStzhStarClick"?: (event: StzhCardCustomEvent<StzhCardStarClickEvent>) => void;
3345
+ /**
3346
+ * Subtitle click event
3347
+ */
3348
+ "onStzhSubtitleClick"?: (event: StzhCardCustomEvent<StzhCardSubtitleClickEvent>) => void;
3349
+ /**
3350
+ * Whether card is selectable
3351
+ */
3352
+ "selectable"?: boolean;
3353
+ /**
3354
+ * Whether sorting should be disabled. Has no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true.
3355
+ */
3356
+ "sortableDisabled"?: boolean;
3357
+ /**
3358
+ * Whether card star is displayed (with tooltip and menu-item in mobile popover). The tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`).
3359
+ */
3360
+ "starrable"?: boolean;
3361
+ /**
3362
+ * Whether card was starred
3363
+ */
3364
+ "starred"?: boolean;
3365
+ /**
3366
+ * Subtitle
3367
+ */
3368
+ "subtitle"?: string | string[];
3369
+ /**
3370
+ * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
3371
+ */
3372
+ "subtitleInteractive"?: boolean;
3373
+ /**
3374
+ * The value of the input element (if card is selectable)
3375
+ */
3376
+ "value"?: string;
3377
+ }
3378
+ interface StzhCardList {
3379
+ /**
3380
+ * Translation strings
3381
+ */
3382
+ "localization"?: StzhCardListLocalizedText;
3383
+ /**
3384
+ * Collapse all event
3385
+ */
3386
+ "onStzhCollapseAll"?: (event: StzhCardListCustomEvent<StzhCardListCollapseAllEvent>) => void;
3387
+ /**
3388
+ * Whether collapse/expand toggle link
3389
+ */
3390
+ "showToggleLink"?: boolean;
3391
+ /**
3392
+ * HTML attribute that is used by the `toArray()` of sortable method
3393
+ */
3394
+ "sortableDataIdAttribute"?: string;
3395
+ /**
3396
+ * Whether sorting should be enabled
3397
+ */
3398
+ "sortableEnabled"?: boolean;
3399
+ }
3014
3400
  interface StzhCell {
3015
3401
  /**
3016
3402
  * Control how cells items are positioned along a container's cross axis
@@ -3166,6 +3552,14 @@ declare namespace LocalJSX {
3166
3552
  "value"?: string[] | string;
3167
3553
  }
3168
3554
  interface StzhChip {
3555
+ /**
3556
+ * Id for element which describes the button
3557
+ */
3558
+ "a11yDescribedby"?: string;
3559
+ /**
3560
+ * Accessible label for screen readers to replace visible text
3561
+ */
3562
+ "a11yLabel"?: string;
3169
3563
  /**
3170
3564
  * Active
3171
3565
  */
@@ -3228,18 +3622,54 @@ declare namespace LocalJSX {
3228
3622
  "variant"?: "tag" | "filter" | "input";
3229
3623
  }
3230
3624
  interface StzhChipSelect {
3625
+ /**
3626
+ * Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)
3627
+ */
3628
+ "a11yDescribedby"?: string;
3231
3629
  /**
3232
3630
  * Data
3233
3631
  */
3234
3632
  "data"?: string | StzhChipSelectItem[];
3633
+ /**
3634
+ * Description message (use description slot as alternative)
3635
+ */
3636
+ "description"?: string;
3637
+ /**
3638
+ * Long description message appearing in a popover (use description-long slot as alternative)
3639
+ */
3640
+ "descriptionLong"?: string;
3641
+ /**
3642
+ * Whether the element is disabled or not
3643
+ */
3644
+ "disabled"?: boolean;
3645
+ /**
3646
+ * One or multiple error message (use error slot as alternative)
3647
+ */
3648
+ "error"?: string | string[];
3649
+ /**
3650
+ * Invalid status
3651
+ */
3652
+ "invalid"?: boolean;
3235
3653
  /**
3236
3654
  * Label
3237
3655
  */
3238
3656
  "label"?: string;
3657
+ /**
3658
+ * Translation strings
3659
+ */
3660
+ "localization"?: StzhLocaleComponent;
3661
+ /**
3662
+ * The name of the input element
3663
+ */
3664
+ "name"?: string;
3239
3665
  /**
3240
3666
  * Change event
3241
3667
  */
3242
3668
  "onStzhChange"?: (event: StzhChipSelectCustomEvent<StzhChipSelectChangeEvent>) => void;
3669
+ /**
3670
+ * Required status
3671
+ */
3672
+ "required"?: boolean;
3243
3673
  /**
3244
3674
  * Value
3245
3675
  */
@@ -3249,6 +3679,40 @@ declare namespace LocalJSX {
3249
3679
  }
3250
3680
  interface StzhCspace {
3251
3681
  }
3682
+ interface StzhDatalist {
3683
+ /**
3684
+ * Direction
3685
+ */
3686
+ "direction"?: "vertical" | "horizontal";
3687
+ /**
3688
+ * Direction above large breakpoint
3689
+ */
3690
+ "directionLarge"?: "vertical" | "horizontal" | "inherit";
3691
+ /**
3692
+ * Direction above medium breakpoint
3693
+ */
3694
+ "directionMedium"?: "vertical" | "horizontal" | "inherit";
3695
+ /**
3696
+ * Direction above small breakpoint
3697
+ */
3698
+ "directionSmall"?: "vertical" | "horizontal" | "inherit";
3699
+ /**
3700
+ * Direction above ultra breakpoint
3701
+ */
3702
+ "directionUltra"?: "vertical" | "horizontal" | "inherit";
3703
+ /**
3704
+ * Hide border lines between items
3705
+ */
3706
+ "hideBorder"?: boolean;
3707
+ /**
3708
+ * Items in datalist Array of objects that must at least include `value` attribute. Can optionally contain `label`, `meta`, `icon`, `href` attribute: `[{"value":"Value 1", "label": "Label 1"}, {"value":"Value 2", "label": "Label 2"}]`
3709
+ */
3710
+ "items"?: StzhDatalistItemEntry[] | string;
3711
+ /**
3712
+ * Item action click event
3713
+ */
3714
+ "onStzhItemActionClick"?: (event: StzhDatalistCustomEvent<StzhDatalistItemActionClickEvent>) => void;
3715
+ }
3252
3716
  interface StzhDatamessagelist {
3253
3717
  }
3254
3718
  interface StzhDatamessagelistItem {
@@ -3392,11 +3856,6 @@ declare namespace LocalJSX {
3392
3856
  * Datepicker change event
3393
3857
  */
3394
3858
  "onStzhChange"?: (event: StzhDatepickerCustomEvent<StzhDatepickerChangeEvent>) => void;
3395
- /**
3396
- * Placeholder text
3397
- * @deprecated
3398
- */
3399
- "placeholder"?: string;
3400
3859
  /**
3401
3860
  * Whether the element is readonly or not
3402
3861
  */
@@ -3625,11 +4084,6 @@ declare namespace LocalJSX {
3625
4084
  * Available options
3626
4085
  */
3627
4086
  "options"?: any[] | string;
3628
- /**
3629
- * Placeholder option
3630
- * @deprecated
3631
- */
3632
- "placeholder"?: string;
3633
4087
  /**
3634
4088
  * Popover placement
3635
4089
  */
@@ -3910,11 +4364,6 @@ declare namespace LocalJSX {
3910
4364
  * Input focus event
3911
4365
  */
3912
4366
  "onStzhFocus"?: (event: StzhInputCustomEvent<StzhInputFocusEvent>) => void;
3913
- /**
3914
- * Placeholder text
3915
- * @deprecated
3916
- */
3917
- "placeholder"?: string;
3918
4367
  /**
3919
4368
  * Whether the element is readonly or not
3920
4369
  */
@@ -3961,10 +4410,18 @@ declare namespace LocalJSX {
3961
4410
  * Badge text
3962
4411
  */
3963
4412
  "badge"?: string;
4413
+ /**
4414
+ * Whether badge should be displayed empty
4415
+ */
4416
+ "badgeEmpty"?: boolean;
3964
4417
  /**
3965
4418
  * Badge position
3966
4419
  */
3967
4420
  "badgePosition"?: "icon" | "link";
4421
+ /**
4422
+ * Badge type
4423
+ */
4424
+ "badgeType"?: "default" | "success" | "warning" | "error" | "info";
3968
4425
  /**
3969
4426
  * Disabled status
3970
4427
  */
@@ -4004,7 +4461,7 @@ declare namespace LocalJSX {
4004
4461
  /**
4005
4462
  * Size variant
4006
4463
  */
4007
- "size"?: "default" | "small";
4464
+ "size"?: "default" | "small" | "inherit";
4008
4465
  /**
4009
4466
  * target if the button is used as link (if href used)
4010
4467
  */
@@ -4069,6 +4526,14 @@ declare namespace LocalJSX {
4069
4526
  * Badge
4070
4527
  */
4071
4528
  "badge"?: string;
4529
+ /**
4530
+ * Whether badge should be displayed empty
4531
+ */
4532
+ "badgeEmpty"?: boolean;
4533
+ /**
4534
+ * Badge type
4535
+ */
4536
+ "badgeType"?: "default" | "success" | "warning" | "error" | "info";
4072
4537
  /**
4073
4538
  * Whether the button is disabled
4074
4539
  */
@@ -4201,6 +4666,10 @@ declare namespace LocalJSX {
4201
4666
  * Shifting of popover content
4202
4667
  */
4203
4668
  "skidding"?: number;
4669
+ /**
4670
+ * Position strategy
4671
+ */
4672
+ "strategy"?: "absolute" | "fixed";
4204
4673
  /**
4205
4674
  * Variant
4206
4675
  */
@@ -4474,106 +4943,6 @@ declare namespace LocalJSX {
4474
4943
  */
4475
4944
  "variant"?: "default" | "highlight";
4476
4945
  }
4477
- interface StzhServicecard {
4478
- /**
4479
- * Card actions
4480
- */
4481
- "actions"?: string | StzhServiceCardAction[];
4482
- /**
4483
- * Whether card is collapsed or not
4484
- */
4485
- "collapsed"?: boolean;
4486
- /**
4487
- * Whether card is collapsible
4488
- */
4489
- "collapsible"?: boolean;
4490
- /**
4491
- * Heading
4492
- */
4493
- "heading"?: string;
4494
- /**
4495
- * Whether movement menu items should be shown
4496
- */
4497
- "hideMovementActions"?: boolean;
4498
- /**
4499
- * Translation strings
4500
- */
4501
- "localization"?: StzhServicecardLocalizedText;
4502
- /**
4503
- * Middle column position variant (positioning behaviour on tablet)
4504
- */
4505
- "middleVariant"?: "to-right" | "to-left";
4506
- /**
4507
- * Set middle column vertical spacing
4508
- */
4509
- "middleVerticalSpacing"?: "default" | "none";
4510
- /**
4511
- * Action click event
4512
- */
4513
- "onStzhActionClick"?: (event: StzhServicecardCustomEvent<StzhServicecardActionClickEvent>) => void;
4514
- /**
4515
- * Collapse event
4516
- */
4517
- "onStzhCollapse"?: (event: StzhServicecardCustomEvent<StzhServicecardCollapseEvent>) => void;
4518
- /**
4519
- * Star click event
4520
- */
4521
- "onStzhStarClick"?: (event: StzhServicecardCustomEvent<StzhServicecardStarClickEvent>) => void;
4522
- /**
4523
- * Subtitle click event
4524
- */
4525
- "onStzhSubtitleClick"?: (event: StzhServicecardCustomEvent<StzhServicecardSubtitleClickEvent>) => void;
4526
- /**
4527
- * Set right column vertical spacing
4528
- */
4529
- "rightVerticalSpacing"?: "default" | "none";
4530
- /**
4531
- * Whether sorting should be disabled
4532
- */
4533
- "sortableDisabled"?: boolean;
4534
- /**
4535
- * Whether card star is displayed
4536
- */
4537
- "starrable"?: boolean;
4538
- /**
4539
- * Whether card was starred
4540
- */
4541
- "starred"?: boolean;
4542
- /**
4543
- * Subtitle
4544
- */
4545
- "subtitle"?: string | string[];
4546
- /**
4547
- * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
4548
- */
4549
- "subtitleInteractive"?: boolean;
4550
- /**
4551
- * Type
4552
- */
4553
- "type"?: "default" | "alert";
4554
- }
4555
- interface StzhServicecardList {
4556
- /**
4557
- * Translation strings
4558
- */
4559
- "localization"?: StzhServicecardListLocalizedText;
4560
- /**
4561
- * Whether collapse/expand toggle link
4562
- */
4563
- "showToggleLink"?: boolean;
4564
- /**
4565
- * HTML attribute that is used by the `toArray()` of sortable method
4566
- */
4567
- "sortableDataIdAttribute"?: string;
4568
- /**
4569
- * Whether sorting should be disabled
4570
- */
4571
- "sortableDisabled"?: boolean;
4572
- /**
4573
- * Algorithm how the ghost element will be cloned
4574
- */
4575
- "sortableGhostClone"?: Function;
4576
- }
4577
4946
  interface StzhSkiplink {
4578
4947
  /**
4579
4948
  * href for linking to e.g. id of an element to skip to
@@ -4613,6 +4982,10 @@ declare namespace LocalJSX {
4613
4982
  * Translation strings.
4614
4983
  */
4615
4984
  "localization"?: StzhSortableLocalizedText;
4985
+ /**
4986
+ * Disable event
4987
+ */
4988
+ "onStzhDisable"?: (event: StzhSortableCustomEvent<StzhSortableDisableEvent>) => void;
4616
4989
  /**
4617
4990
  * Update event
4618
4991
  */
@@ -4799,6 +5172,10 @@ declare namespace LocalJSX {
4799
5172
  * Shifting of tooltip content
4800
5173
  */
4801
5174
  "skidding"?: number;
5175
+ /**
5176
+ * Position strategy
5177
+ */
5178
+ "strategy"?: "absolute" | "fixed";
4802
5179
  /**
4803
5180
  * Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple options can be passed by separating them with a space. When manual is used, the tooltip must be activated programmatically.
4804
5181
  */
@@ -5108,11 +5485,14 @@ declare namespace LocalJSX {
5108
5485
  "stzh-accordion": StzhAccordion;
5109
5486
  "stzh-accordion-item": StzhAccordionItem;
5110
5487
  "stzh-actions": StzhActions;
5488
+ "stzh-actionset": StzhActionset;
5111
5489
  "stzh-appnav": StzhAppnav;
5112
5490
  "stzh-appointments": StzhAppointments;
5113
5491
  "stzh-badge": StzhBadge;
5114
5492
  "stzh-button": StzhButton;
5115
5493
  "stzh-calendar": StzhCalendar;
5494
+ "stzh-card": StzhCard;
5495
+ "stzh-card-list": StzhCardList;
5116
5496
  "stzh-cell": StzhCell;
5117
5497
  "stzh-checkbox": StzhCheckbox;
5118
5498
  "stzh-checkboxgroup": StzhCheckboxgroup;
@@ -5120,6 +5500,7 @@ declare namespace LocalJSX {
5120
5500
  "stzh-chip-select": StzhChipSelect;
5121
5501
  "stzh-container": StzhContainer;
5122
5502
  "stzh-cspace": StzhCspace;
5503
+ "stzh-datalist": StzhDatalist;
5123
5504
  "stzh-datamessagelist": StzhDatamessagelist;
5124
5505
  "stzh-datamessagelist-item": StzhDatamessagelistItem;
5125
5506
  "stzh-datatable": StzhDatatable;
@@ -5161,8 +5542,6 @@ declare namespace LocalJSX {
5161
5542
  "stzh-row": StzhRow;
5162
5543
  "stzh-saptcha": StzhSaptcha;
5163
5544
  "stzh-section": StzhSection;
5164
- "stzh-servicecard": StzhServicecard;
5165
- "stzh-servicecard-list": StzhServicecardList;
5166
5545
  "stzh-skiplink": StzhSkiplink;
5167
5546
  "stzh-sortable": StzhSortable;
5168
5547
  "stzh-status": StzhStatus;
@@ -5185,11 +5564,14 @@ declare module "@stencil/core" {
5185
5564
  "stzh-accordion": LocalJSX.StzhAccordion & JSXBase.HTMLAttributes<HTMLStzhAccordionElement>;
5186
5565
  "stzh-accordion-item": LocalJSX.StzhAccordionItem & JSXBase.HTMLAttributes<HTMLStzhAccordionItemElement>;
5187
5566
  "stzh-actions": LocalJSX.StzhActions & JSXBase.HTMLAttributes<HTMLStzhActionsElement>;
5567
+ "stzh-actionset": LocalJSX.StzhActionset & JSXBase.HTMLAttributes<HTMLStzhActionsetElement>;
5188
5568
  "stzh-appnav": LocalJSX.StzhAppnav & JSXBase.HTMLAttributes<HTMLStzhAppnavElement>;
5189
5569
  "stzh-appointments": LocalJSX.StzhAppointments & JSXBase.HTMLAttributes<HTMLStzhAppointmentsElement>;
5190
5570
  "stzh-badge": LocalJSX.StzhBadge & JSXBase.HTMLAttributes<HTMLStzhBadgeElement>;
5191
5571
  "stzh-button": LocalJSX.StzhButton & JSXBase.HTMLAttributes<HTMLStzhButtonElement>;
5192
5572
  "stzh-calendar": LocalJSX.StzhCalendar & JSXBase.HTMLAttributes<HTMLStzhCalendarElement>;
5573
+ "stzh-card": LocalJSX.StzhCard & JSXBase.HTMLAttributes<HTMLStzhCardElement>;
5574
+ "stzh-card-list": LocalJSX.StzhCardList & JSXBase.HTMLAttributes<HTMLStzhCardListElement>;
5193
5575
  "stzh-cell": LocalJSX.StzhCell & JSXBase.HTMLAttributes<HTMLStzhCellElement>;
5194
5576
  "stzh-checkbox": LocalJSX.StzhCheckbox & JSXBase.HTMLAttributes<HTMLStzhCheckboxElement>;
5195
5577
  "stzh-checkboxgroup": LocalJSX.StzhCheckboxgroup & JSXBase.HTMLAttributes<HTMLStzhCheckboxgroupElement>;
@@ -5197,6 +5579,7 @@ declare module "@stencil/core" {
5197
5579
  "stzh-chip-select": LocalJSX.StzhChipSelect & JSXBase.HTMLAttributes<HTMLStzhChipSelectElement>;
5198
5580
  "stzh-container": LocalJSX.StzhContainer & JSXBase.HTMLAttributes<HTMLStzhContainerElement>;
5199
5581
  "stzh-cspace": LocalJSX.StzhCspace & JSXBase.HTMLAttributes<HTMLStzhCspaceElement>;
5582
+ "stzh-datalist": LocalJSX.StzhDatalist & JSXBase.HTMLAttributes<HTMLStzhDatalistElement>;
5200
5583
  "stzh-datamessagelist": LocalJSX.StzhDatamessagelist & JSXBase.HTMLAttributes<HTMLStzhDatamessagelistElement>;
5201
5584
  "stzh-datamessagelist-item": LocalJSX.StzhDatamessagelistItem & JSXBase.HTMLAttributes<HTMLStzhDatamessagelistItemElement>;
5202
5585
  "stzh-datatable": LocalJSX.StzhDatatable & JSXBase.HTMLAttributes<HTMLStzhDatatableElement>;
@@ -5238,8 +5621,6 @@ declare module "@stencil/core" {
5238
5621
  "stzh-row": LocalJSX.StzhRow & JSXBase.HTMLAttributes<HTMLStzhRowElement>;
5239
5622
  "stzh-saptcha": LocalJSX.StzhSaptcha & JSXBase.HTMLAttributes<HTMLStzhSaptchaElement>;
5240
5623
  "stzh-section": LocalJSX.StzhSection & JSXBase.HTMLAttributes<HTMLStzhSectionElement>;
5241
- "stzh-servicecard": LocalJSX.StzhServicecard & JSXBase.HTMLAttributes<HTMLStzhServicecardElement>;
5242
- "stzh-servicecard-list": LocalJSX.StzhServicecardList & JSXBase.HTMLAttributes<HTMLStzhServicecardListElement>;
5243
5624
  "stzh-skiplink": LocalJSX.StzhSkiplink & JSXBase.HTMLAttributes<HTMLStzhSkiplinkElement>;
5244
5625
  "stzh-sortable": LocalJSX.StzhSortable & JSXBase.HTMLAttributes<HTMLStzhSortableElement>;
5245
5626
  "stzh-status": LocalJSX.StzhStatus & JSXBase.HTMLAttributes<HTMLStzhStatusElement>;