@oiz/stzh-components 1.5.0-alpha → 2.0.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (431) hide show
  1. package/dist/cjs/{app-globals-3b6f75bd.js → app-globals-58a084a9.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-actionset.cjs.entry.js +164 -0
  4. package/dist/cjs/stzh-badge_3.cjs.entry.js +24 -3
  5. package/dist/cjs/stzh-card-list.cjs.entry.js +79 -0
  6. package/dist/cjs/stzh-card.cjs.entry.js +294 -0
  7. package/dist/cjs/stzh-chip-select.cjs.entry.js +1 -1
  8. package/dist/cjs/stzh-components.cjs.js +2 -2
  9. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  10. package/dist/cjs/stzh-datalist.cjs.entry.js +74 -0
  11. package/dist/cjs/stzh-datepicker_4.cjs.entry.js +5 -4
  12. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-dropdown.cjs.entry.js +4 -6
  14. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  16. package/dist/cjs/stzh-input.cjs.entry.js +3 -4
  17. package/dist/cjs/stzh-link.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-overlay.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-popover.cjs.entry.js +30 -28
  20. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  21. package/dist/cjs/stzh-sortable.cjs.entry.js +17 -0
  22. package/dist/cjs/stzh-tooltip.cjs.entry.js +3 -1
  23. package/dist/collection/assets/i18n/de.json +7 -2
  24. package/dist/collection/assets/i18n/en.json +7 -2
  25. package/dist/collection/assets/icons/mono/recycling-outline.svg +11 -0
  26. package/dist/collection/assets/icons/mono/recycling.svg +10 -0
  27. package/dist/collection/assets/icons/mono/smartphone.svg +10 -0
  28. package/dist/collection/assets/icons/mono/target.svg +11 -0
  29. package/dist/collection/collection-manifest.json +4 -2
  30. package/dist/collection/components/stzh-actionset/stzh-actionset.css +147 -0
  31. package/dist/collection/components/stzh-actionset/stzh-actionset.js +351 -0
  32. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.localization.js → stzh-actionset/stzh-actionset.localization.js} +0 -0
  33. package/dist/collection/components/stzh-actionset/stzh-actionset.stories.js +72 -0
  34. package/dist/collection/components/stzh-button/stzh-button.css +66 -0
  35. package/dist/collection/components/stzh-button/stzh-button.js +98 -4
  36. package/dist/collection/components/stzh-button/stzh-button.stories.js +1 -1
  37. package/dist/collection/components/stzh-card/stzh-card.css +408 -0
  38. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.js → stzh-card/stzh-card.js} +283 -126
  39. package/dist/collection/components/stzh-card/stzh-card.localization.js +1 -0
  40. package/dist/collection/components/stzh-card/stzh-card.stories.js +137 -0
  41. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.css → stzh-card-list/stzh-card-list.css} +9 -9
  42. package/dist/collection/components/{stzh-servicecard-list/stzh-servicecard-list.js → stzh-card-list/stzh-card-list.js} +46 -18
  43. package/dist/collection/components/{stzh-servicecard/stzh-servicecard.localization.js → stzh-card-list/stzh-card-list.localization.js} +0 -0
  44. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +132 -0
  45. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +1 -1
  46. package/dist/collection/components/stzh-cspace/stzh-cspace.css +13 -6
  47. package/dist/collection/components/stzh-datalist/stzh-datalist.css +621 -0
  48. package/dist/collection/components/stzh-datalist/stzh-datalist.js +237 -0
  49. package/dist/collection/components/stzh-datalist/stzh-datalist.stories.js +66 -0
  50. package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -21
  51. package/dist/collection/components/stzh-dialog/stzh-dialog.css +2 -1
  52. package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +3 -3
  53. package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +7 -26
  54. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  55. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  56. package/dist/collection/components/stzh-input/stzh-input.css +5 -5
  57. package/dist/collection/components/stzh-input/stzh-input.js +2 -23
  58. package/dist/collection/components/stzh-link/stzh-link.css +5 -0
  59. package/dist/collection/components/stzh-link/stzh-link.js +2 -2
  60. package/dist/collection/components/stzh-overlay/stzh-overlay.css +5 -1
  61. package/dist/collection/components/stzh-popover/stzh-popover.js +52 -32
  62. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +292 -0
  63. package/dist/collection/components/stzh-radio/stzh-radio.css +2 -2
  64. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +4 -3
  65. package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +3 -0
  66. package/dist/collection/components/stzh-richtext/stzh-richtext.css +145 -0
  67. package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +19 -0
  68. package/dist/collection/components/stzh-sortable/stzh-sortable.js +38 -0
  69. package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +1 -1
  70. package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +21 -1
  71. package/dist/collection/pages/meinkonto.stories.js +93 -88
  72. package/dist/components/index.d.ts +4 -2
  73. package/dist/components/index.js +5 -3
  74. package/dist/components/{stzh-servicecard.d.ts → stzh-actionset.d.ts} +4 -4
  75. package/dist/components/stzh-actionset.js +6 -0
  76. package/dist/components/stzh-actionset2.js +227 -0
  77. package/dist/components/stzh-button2.js +27 -3
  78. package/dist/components/{stzh-servicecard-list.d.ts → stzh-card-list.d.ts} +4 -4
  79. package/dist/components/stzh-card-list.js +123 -0
  80. package/dist/components/stzh-card.d.ts +11 -0
  81. package/dist/components/stzh-card.js +376 -0
  82. package/dist/components/stzh-chip-select.js +1 -1
  83. package/dist/components/stzh-cspace.js +1 -1
  84. package/dist/components/stzh-datalist.d.ts +11 -0
  85. package/dist/components/stzh-datalist.js +113 -0
  86. package/dist/components/stzh-datepicker2.js +1 -2
  87. package/dist/components/stzh-dialog.js +1 -1
  88. package/dist/components/stzh-dropdown2.js +4 -7
  89. package/dist/components/stzh-icon-sprite.js +1 -1
  90. package/dist/components/stzh-input2.js +3 -5
  91. package/dist/components/stzh-link2.js +1 -1
  92. package/dist/components/stzh-overlay.js +1 -1
  93. package/dist/components/stzh-popover2.js +31 -28
  94. package/dist/components/stzh-portal-mitwirken.js +1 -1
  95. package/dist/components/stzh-radio2.js +1 -1
  96. package/dist/components/stzh-radiogroup2.js +3 -2
  97. package/dist/components/stzh-richtext2.js +1 -1
  98. package/dist/components/stzh-sortable2.js +17 -0
  99. package/dist/components/stzh-tooltip2.js +4 -1
  100. package/dist/esm/{app-globals-c42494e9.js → app-globals-6b6ff890.js} +1 -1
  101. package/dist/esm/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  102. package/dist/esm/loader.js +3 -3
  103. package/dist/esm/stzh-accordion-item.entry.js +1 -1
  104. package/dist/esm/stzh-accordion.entry.js +1 -1
  105. package/dist/esm/stzh-actions.entry.js +1 -1
  106. package/dist/esm/stzh-actionset.entry.js +160 -0
  107. package/dist/esm/stzh-appnav.entry.js +1 -1
  108. package/dist/esm/stzh-appointments.entry.js +1 -1
  109. package/dist/esm/stzh-badge_3.entry.js +25 -4
  110. package/dist/esm/stzh-calendar.entry.js +1 -1
  111. package/dist/esm/stzh-card-list.entry.js +75 -0
  112. package/dist/esm/stzh-card.entry.js +290 -0
  113. package/dist/esm/stzh-cell.entry.js +1 -1
  114. package/dist/esm/stzh-checkbox.entry.js +2 -2
  115. package/dist/esm/stzh-checkboxgroup.entry.js +2 -2
  116. package/dist/esm/stzh-chip-select.entry.js +2 -2
  117. package/dist/esm/stzh-chip.entry.js +1 -1
  118. package/dist/esm/stzh-components.js +3 -3
  119. package/dist/esm/stzh-container.entry.js +1 -1
  120. package/dist/esm/stzh-cspace.entry.js +2 -2
  121. package/dist/esm/stzh-datalist.entry.js +70 -0
  122. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  123. package/dist/esm/stzh-datamessagelist.entry.js +1 -1
  124. package/dist/esm/stzh-datatable.entry.js +1 -1
  125. package/dist/esm/stzh-datepicker_4.entry.js +7 -6
  126. package/dist/esm/stzh-dialog.entry.js +2 -2
  127. package/dist/esm/stzh-dropdown.entry.js +6 -8
  128. package/dist/esm/stzh-fieldset.entry.js +1 -1
  129. package/dist/esm/stzh-figure.entry.js +1 -1
  130. package/dist/esm/stzh-flyingfocus.entry.js +1 -1
  131. package/dist/esm/stzh-footer.entry.js +1 -1
  132. package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
  133. package/dist/esm/stzh-header.entry.js +1 -1
  134. package/dist/esm/stzh-heading.entry.js +1 -1
  135. package/dist/esm/stzh-hr.entry.js +1 -1
  136. package/dist/esm/stzh-hspace.entry.js +1 -1
  137. package/dist/esm/stzh-icon-sprite.entry.js +2 -2
  138. package/dist/esm/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  139. package/dist/esm/stzh-input.entry.js +5 -6
  140. package/dist/esm/stzh-link.entry.js +2 -2
  141. package/dist/esm/stzh-list-item.entry.js +1 -1
  142. package/dist/esm/stzh-list.entry.js +1 -1
  143. package/dist/esm/stzh-loader.entry.js +1 -1
  144. package/dist/esm/stzh-loadingbar.entry.js +1 -1
  145. package/dist/esm/stzh-menu_2.entry.js +1 -1
  146. package/dist/esm/stzh-message.entry.js +1 -1
  147. package/dist/esm/stzh-metanav.entry.js +1 -1
  148. package/dist/esm/stzh-overlay.entry.js +2 -2
  149. package/dist/esm/stzh-page-skiplinks.entry.js +1 -1
  150. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  151. package/dist/esm/stzh-popover.entry.js +31 -29
  152. package/dist/esm/stzh-portal-mitwirken.entry.js +2 -2
  153. package/dist/esm/stzh-progressbar-item.entry.js +1 -1
  154. package/dist/esm/stzh-progressbar.entry.js +1 -1
  155. package/dist/esm/stzh-readspeaker.entry.js +1 -1
  156. package/dist/esm/stzh-row.entry.js +1 -1
  157. package/dist/esm/stzh-saptcha.entry.js +1 -1
  158. package/dist/esm/stzh-section.entry.js +1 -1
  159. package/dist/esm/stzh-skiplink.entry.js +1 -1
  160. package/dist/esm/stzh-sortable.entry.js +18 -1
  161. package/dist/esm/stzh-status.entry.js +1 -1
  162. package/dist/esm/stzh-table.entry.js +1 -1
  163. package/dist/esm/stzh-toggle.entry.js +2 -2
  164. package/dist/esm/stzh-tooltip.entry.js +4 -2
  165. package/dist/esm/stzh-upload.entry.js +2 -2
  166. package/dist/esm/stzh-vbz-linechip.entry.js +1 -1
  167. package/dist/esm/stzh-vbz-majorticker.entry.js +1 -1
  168. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  169. package/dist/esm/stzh-visuallyhidden.entry.js +1 -1
  170. package/dist/esm/stzh-vspace.entry.js +1 -1
  171. package/dist/esm-es5/app-globals-6b6ff890.js +1 -0
  172. package/dist/esm-es5/{index-0e6d34c6.js → index-84f71a43.js} +1 -1
  173. package/dist/esm-es5/loader.js +1 -1
  174. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  175. package/dist/esm-es5/stzh-accordion.entry.js +1 -1
  176. package/dist/esm-es5/stzh-actions.entry.js +1 -1
  177. package/dist/esm-es5/stzh-actionset.entry.js +1 -0
  178. package/dist/esm-es5/stzh-appnav.entry.js +1 -1
  179. package/dist/esm-es5/stzh-appointments.entry.js +1 -1
  180. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  181. package/dist/esm-es5/stzh-calendar.entry.js +1 -1
  182. package/dist/esm-es5/stzh-card-list.entry.js +1 -0
  183. package/dist/esm-es5/stzh-card.entry.js +1 -0
  184. package/dist/esm-es5/stzh-cell.entry.js +1 -1
  185. package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
  186. package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
  187. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  188. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  189. package/dist/esm-es5/stzh-components.js +1 -1
  190. package/dist/esm-es5/stzh-container.entry.js +1 -1
  191. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  192. package/dist/esm-es5/stzh-datalist.entry.js +1 -0
  193. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  194. package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -1
  195. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  196. package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
  197. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  198. package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
  199. package/dist/esm-es5/stzh-fieldset.entry.js +1 -1
  200. package/dist/esm-es5/stzh-figure.entry.js +1 -1
  201. package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -1
  202. package/dist/esm-es5/stzh-footer.entry.js +1 -1
  203. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  204. package/dist/esm-es5/stzh-header.entry.js +1 -1
  205. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  206. package/dist/esm-es5/stzh-hr.entry.js +1 -1
  207. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  208. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  209. package/dist/esm-es5/{stzh-input-description-da7b0e98.js → stzh-input-description-8c477f97.js} +1 -1
  210. package/dist/esm-es5/stzh-input.entry.js +1 -1
  211. package/dist/esm-es5/stzh-link.entry.js +1 -1
  212. package/dist/esm-es5/stzh-list-item.entry.js +1 -1
  213. package/dist/esm-es5/stzh-list.entry.js +1 -1
  214. package/dist/esm-es5/stzh-loader.entry.js +1 -1
  215. package/dist/esm-es5/stzh-loadingbar.entry.js +1 -1
  216. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  217. package/dist/esm-es5/stzh-message.entry.js +1 -1
  218. package/dist/esm-es5/stzh-metanav.entry.js +1 -1
  219. package/dist/esm-es5/stzh-overlay.entry.js +1 -1
  220. package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -1
  221. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  222. package/dist/esm-es5/stzh-popover.entry.js +1 -1
  223. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  224. package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -1
  225. package/dist/esm-es5/stzh-progressbar.entry.js +1 -1
  226. package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
  227. package/dist/esm-es5/stzh-row.entry.js +1 -1
  228. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  229. package/dist/esm-es5/stzh-section.entry.js +1 -1
  230. package/dist/esm-es5/stzh-skiplink.entry.js +1 -1
  231. package/dist/esm-es5/stzh-sortable.entry.js +2 -2
  232. package/dist/esm-es5/stzh-status.entry.js +1 -1
  233. package/dist/esm-es5/stzh-table.entry.js +1 -1
  234. package/dist/esm-es5/stzh-toggle.entry.js +1 -1
  235. package/dist/esm-es5/stzh-tooltip.entry.js +1 -1
  236. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  237. package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -1
  238. package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -1
  239. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  240. package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -1
  241. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  242. package/dist/stzh-components/assets/i18n/de.json +7 -2
  243. package/dist/stzh-components/assets/i18n/en.json +7 -2
  244. package/dist/stzh-components/assets/icons/mono/recycling-outline.svg +11 -0
  245. package/dist/stzh-components/assets/icons/mono/recycling.svg +10 -0
  246. package/dist/stzh-components/assets/icons/mono/smartphone.svg +10 -0
  247. package/dist/stzh-components/assets/icons/mono/target.svg +11 -0
  248. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +63 -11
  249. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  250. package/dist/stzh-components/{p-32988d74.entry.js → p-001b7d10.entry.js} +1 -1
  251. package/dist/stzh-components/{p-0837657c.entry.js → p-08a564af.entry.js} +1 -1
  252. package/dist/stzh-components/{p-fd16e20e.system.entry.js → p-0b8de542.system.entry.js} +1 -1
  253. package/dist/stzh-components/{p-8db4279d.system.entry.js → p-0bbbbe85.system.entry.js} +1 -1
  254. package/dist/stzh-components/p-0d5522dc.system.entry.js +1 -0
  255. package/dist/stzh-components/{p-33d033a3.system.entry.js → p-0efe125f.system.entry.js} +1 -1
  256. package/dist/stzh-components/{p-87ab53c4.system.entry.js → p-0fc06049.system.entry.js} +1 -1
  257. package/dist/stzh-components/p-0fc83964.system.entry.js +1 -0
  258. package/dist/stzh-components/{p-08d4ed80.entry.js → p-13b3500e.entry.js} +1 -1
  259. package/dist/stzh-components/p-13f44000.entry.js +1 -0
  260. package/dist/stzh-components/{p-65444117.system.entry.js → p-17c6c1db.system.entry.js} +1 -1
  261. package/dist/stzh-components/{p-b34774e7.entry.js → p-190de4de.entry.js} +1 -1
  262. package/dist/stzh-components/{p-b2c8c31e.system.entry.js → p-19bff884.system.entry.js} +1 -1
  263. package/dist/stzh-components/{p-debb00e6.entry.js → p-216577b4.entry.js} +1 -1
  264. package/dist/stzh-components/{p-6edd58a4.system.entry.js → p-27fd6c6f.system.entry.js} +1 -1
  265. package/dist/stzh-components/{p-bdba7714.entry.js → p-2818488f.entry.js} +1 -1
  266. package/dist/stzh-components/{p-fba76dba.entry.js → p-29427863.entry.js} +1 -1
  267. package/dist/stzh-components/{p-d8471675.entry.js → p-2b338050.entry.js} +1 -1
  268. package/dist/stzh-components/p-2cf1ae40.system.entry.js +1 -0
  269. package/dist/stzh-components/{p-fa8651dd.entry.js → p-2e559062.entry.js} +1 -1
  270. package/dist/stzh-components/{p-11d0c8f3.entry.js → p-332e4fd3.entry.js} +1 -1
  271. package/dist/stzh-components/{p-c863ffd0.system.entry.js → p-33c0229f.system.entry.js} +1 -1
  272. package/dist/stzh-components/p-373f79e8.entry.js +1 -0
  273. package/dist/stzh-components/{p-b651f251.entry.js → p-3ac93a01.entry.js} +1 -1
  274. package/dist/stzh-components/{p-c7c17bb7.system.entry.js → p-3b27a43f.system.entry.js} +2 -2
  275. package/dist/stzh-components/{p-1cde29ea.entry.js → p-3d8317b5.entry.js} +1 -1
  276. package/dist/stzh-components/{p-48bbcc26.system.entry.js → p-45bab70d.system.entry.js} +1 -1
  277. package/dist/stzh-components/{p-3f03fd94.system.entry.js → p-48b5b697.system.entry.js} +1 -1
  278. package/dist/stzh-components/{p-ece7ad4d.system.entry.js → p-4c6989ae.system.entry.js} +1 -1
  279. package/dist/stzh-components/{p-bb2e1dda.entry.js → p-552f49c4.entry.js} +1 -1
  280. package/dist/stzh-components/{p-562394a9.system.entry.js → p-55d23a3c.system.entry.js} +1 -1
  281. package/dist/stzh-components/{p-07772cd7.system.entry.js → p-560f96f0.system.entry.js} +1 -1
  282. package/dist/stzh-components/{p-f48a2b00.system.entry.js → p-56b9cc3c.system.entry.js} +1 -1
  283. package/dist/stzh-components/{p-33946fed.system.entry.js → p-58d886cb.system.entry.js} +1 -1
  284. package/dist/stzh-components/p-5975c355.system.entry.js +1 -0
  285. package/dist/stzh-components/p-5987573e.system.entry.js +1 -0
  286. package/dist/stzh-components/{p-68a8b7b7.system.entry.js → p-5997e418.system.entry.js} +1 -1
  287. package/dist/stzh-components/p-59c323ce.entry.js +1 -0
  288. package/dist/stzh-components/{p-49968bbf.entry.js → p-5a02ef03.entry.js} +1 -1
  289. package/dist/stzh-components/{p-1c88ceff.system.entry.js → p-5a354428.system.entry.js} +1 -1
  290. package/dist/stzh-components/{p-0a71fbac.entry.js → p-5bd2849d.entry.js} +1 -1
  291. package/dist/stzh-components/{p-4a398453.system.entry.js → p-61aac051.system.entry.js} +1 -1
  292. package/dist/stzh-components/{p-ade1ebcf.system.entry.js → p-6305db38.system.entry.js} +1 -1
  293. package/dist/stzh-components/{p-f610f725.entry.js → p-6354fee3.entry.js} +1 -1
  294. package/dist/stzh-components/{p-95eb03b2.entry.js → p-638bedfa.entry.js} +1 -1
  295. package/dist/stzh-components/{p-9c0494a6.system.js → p-63d89b96.system.js} +1 -1
  296. package/dist/stzh-components/{p-33d75303.entry.js → p-63d8db7b.entry.js} +1 -1
  297. package/dist/stzh-components/{p-818634d2.entry.js → p-64b4cc74.entry.js} +1 -1
  298. package/dist/stzh-components/p-653c6bbc.entry.js +1 -0
  299. package/dist/stzh-components/{p-8a60addb.entry.js → p-67f906b1.entry.js} +1 -1
  300. package/dist/stzh-components/{p-f44f4d26.system.entry.js → p-69c3187f.system.entry.js} +1 -1
  301. package/dist/stzh-components/{p-95a297aa.entry.js → p-69f4a27e.entry.js} +1 -1
  302. package/dist/stzh-components/p-6a81e64b.entry.js +1 -0
  303. package/dist/stzh-components/p-6a873872.entry.js +1 -0
  304. package/dist/stzh-components/{p-03b16275.entry.js → p-72f29f07.entry.js} +1 -1
  305. package/dist/stzh-components/p-75cdc8a6.system.entry.js +1 -0
  306. package/dist/stzh-components/{p-6fc271d0.system.entry.js → p-7ad87d98.system.entry.js} +1 -1
  307. package/dist/stzh-components/p-7d8c9866.entry.js +1 -0
  308. package/dist/stzh-components/{p-1cebd703.entry.js → p-7f9f9a8d.entry.js} +1 -1
  309. package/dist/stzh-components/{p-7d098987.entry.js → p-83b1e379.entry.js} +1 -1
  310. package/dist/stzh-components/{p-aec2d2d1.system.entry.js → p-851e0caa.system.entry.js} +1 -1
  311. package/dist/stzh-components/{p-1f15a4e0.system.entry.js → p-86bc421e.system.entry.js} +1 -1
  312. package/dist/stzh-components/{p-690d14cd.entry.js → p-88e0f453.entry.js} +1 -1
  313. package/dist/stzh-components/{p-0338cec3.system.entry.js → p-89274cd5.system.entry.js} +1 -1
  314. package/dist/stzh-components/{p-346e26f2.system.entry.js → p-8a9e588e.system.entry.js} +1 -1
  315. package/dist/stzh-components/{p-66556f67.entry.js → p-8aebb240.entry.js} +1 -1
  316. package/dist/stzh-components/{p-f1a58a7c.system.entry.js → p-8cbc987f.system.entry.js} +1 -1
  317. package/dist/stzh-components/{p-0ae3e066.system.entry.js → p-8d0da18d.system.entry.js} +1 -1
  318. package/dist/stzh-components/{p-56fccfa3.system.entry.js → p-8d547247.system.entry.js} +1 -1
  319. package/dist/stzh-components/{p-b281b653.entry.js → p-8f16b0ac.entry.js} +2 -2
  320. package/dist/stzh-components/{p-85d78e08.entry.js → p-938ef748.entry.js} +1 -1
  321. package/dist/stzh-components/{p-65282c9d.js → p-93e8e31f.js} +1 -1
  322. package/dist/stzh-components/{p-e9ca8ddc.entry.js → p-961cb979.entry.js} +1 -1
  323. package/dist/stzh-components/{p-98afd4b0.system.entry.js → p-981b2629.system.entry.js} +1 -1
  324. package/dist/stzh-components/p-9bda100f.system.js +1 -0
  325. package/dist/stzh-components/{p-0ec28130.system.entry.js → p-9c72f491.system.entry.js} +1 -1
  326. package/dist/stzh-components/{p-8cf287d8.system.entry.js → p-9fb4da92.system.entry.js} +1 -1
  327. package/dist/stzh-components/{p-409c0d50.entry.js → p-a448f5a5.entry.js} +1 -1
  328. package/dist/stzh-components/{p-96fd158c.entry.js → p-a646c09a.entry.js} +1 -1
  329. package/dist/stzh-components/p-a6627504.entry.js +1 -0
  330. package/dist/stzh-components/{p-6c3b2508.system.entry.js → p-a67e09cd.system.entry.js} +1 -1
  331. package/dist/stzh-components/{p-378be0be.system.entry.js → p-a7c35778.system.entry.js} +1 -1
  332. package/dist/stzh-components/{p-c8bc2812.entry.js → p-a7ee2636.entry.js} +1 -1
  333. package/dist/stzh-components/{p-632d9076.system.entry.js → p-a99d3e97.system.entry.js} +1 -1
  334. package/dist/stzh-components/{p-148de4e6.entry.js → p-ab246b66.entry.js} +1 -1
  335. package/dist/stzh-components/{p-936cc626.system.entry.js → p-ab455116.system.entry.js} +1 -1
  336. package/dist/stzh-components/p-af2664fc.system.entry.js +1 -0
  337. package/dist/stzh-components/p-b084fcbf.system.entry.js +1 -0
  338. package/dist/stzh-components/p-b550feaa.system.entry.js +1 -0
  339. package/dist/stzh-components/{p-a760352a.system.entry.js → p-b636a18a.system.entry.js} +1 -1
  340. package/dist/stzh-components/{p-3ed69b16.entry.js → p-b9295dc2.entry.js} +1 -1
  341. package/dist/stzh-components/{p-f2050d1e.entry.js → p-b9382599.entry.js} +1 -1
  342. package/dist/stzh-components/{p-46f301c0.entry.js → p-b9a027aa.entry.js} +1 -1
  343. package/dist/stzh-components/{p-e4347cfe.entry.js → p-b9c3f3cc.entry.js} +1 -1
  344. package/dist/stzh-components/{p-7e3924a0.system.entry.js → p-ba94e315.system.entry.js} +1 -1
  345. package/dist/stzh-components/{p-7d62dfeb.system.entry.js → p-bd178c32.system.entry.js} +1 -1
  346. package/dist/stzh-components/{p-e972a44f.system.entry.js → p-be461e19.system.entry.js} +1 -1
  347. package/dist/stzh-components/{p-30b347ee.system.js → p-bf0fdd23.system.js} +2 -2
  348. package/dist/stzh-components/{p-da063c7e.system.entry.js → p-c013a00b.system.entry.js} +1 -1
  349. package/dist/stzh-components/{p-983f6070.entry.js → p-c1337453.entry.js} +1 -1
  350. package/dist/stzh-components/{p-915e8ad6.entry.js → p-c3d93395.entry.js} +1 -1
  351. package/dist/stzh-components/{p-c6cad5ed.system.entry.js → p-c456c04b.system.entry.js} +1 -1
  352. package/dist/stzh-components/{p-8bd3ba06.entry.js → p-c499e04d.entry.js} +1 -1
  353. package/dist/stzh-components/{p-e9bc3a43.entry.js → p-c4b7c2be.entry.js} +1 -1
  354. package/dist/stzh-components/{p-df422d36.entry.js → p-c58dd9de.entry.js} +1 -1
  355. package/dist/stzh-components/{p-7d2237ca.entry.js → p-c692e405.entry.js} +1 -1
  356. package/dist/stzh-components/{p-4e9bfeb8.system.entry.js → p-c83e4fec.system.entry.js} +1 -1
  357. package/dist/stzh-components/p-ca062c11.system.js +1 -0
  358. package/dist/stzh-components/{p-586cae98.entry.js → p-ce070ccd.entry.js} +1 -1
  359. package/dist/stzh-components/{p-b3b5ee7e.entry.js → p-ce28428b.entry.js} +1 -1
  360. package/dist/stzh-components/p-cfaac121.js +1 -0
  361. package/dist/stzh-components/{p-04d7b18f.entry.js → p-d0aa9d3b.entry.js} +1 -1
  362. package/dist/stzh-components/{p-5ea652ae.system.entry.js → p-d11a70e2.system.entry.js} +1 -1
  363. package/dist/stzh-components/p-d1dba399.system.entry.js +1 -0
  364. package/dist/stzh-components/p-d2b5e066.entry.js +1 -0
  365. package/dist/stzh-components/{p-58ffc722.system.entry.js → p-d54f04c8.system.entry.js} +1 -1
  366. package/dist/stzh-components/p-d645d645.entry.js +1 -0
  367. package/dist/stzh-components/{p-006135ed.system.entry.js → p-d6c07494.system.entry.js} +1 -1
  368. package/dist/stzh-components/{p-cf162e67.entry.js → p-d7893dfd.entry.js} +1 -1
  369. package/dist/stzh-components/{p-73194e28.entry.js → p-d9643cc4.entry.js} +1 -1
  370. package/dist/stzh-components/{p-03e2634c.entry.js → p-da7b363e.entry.js} +1 -1
  371. package/dist/stzh-components/{p-58917ce2.entry.js → p-db5363ef.entry.js} +1 -1
  372. package/dist/stzh-components/p-de017b87.system.entry.js +1 -0
  373. package/dist/stzh-components/{p-ec3d4dd4.entry.js → p-e009bfdc.entry.js} +1 -1
  374. package/dist/stzh-components/{p-fc9c4fc3.system.entry.js → p-e213663c.system.entry.js} +1 -1
  375. package/dist/stzh-components/{p-7a6e347d.system.entry.js → p-e7a84e53.system.entry.js} +1 -1
  376. package/dist/stzh-components/{p-14d728f0.entry.js → p-ee22256f.entry.js} +1 -1
  377. package/dist/stzh-components/{p-670d4834.entry.js → p-f1356a85.entry.js} +1 -1
  378. package/dist/stzh-components/{p-82e6148a.system.entry.js → p-f167eaa4.system.entry.js} +1 -1
  379. package/dist/stzh-components/{p-3c799247.entry.js → p-f2ee016a.entry.js} +1 -1
  380. package/dist/stzh-components/{p-1ace5d80.entry.js → p-f788a468.entry.js} +1 -1
  381. package/dist/stzh-components/{p-99533090.system.entry.js → p-f832e938.system.entry.js} +1 -1
  382. package/dist/stzh-components/{p-32b78d65.js → p-f84fa2a4.js} +1 -1
  383. package/dist/stzh-components/{p-80db7aa6.system.entry.js → p-fa56fc0d.system.entry.js} +1 -1
  384. package/dist/stzh-components/{p-88a4f756.system.entry.js → p-fc13d017.system.entry.js} +1 -1
  385. package/dist/stzh-components/{p-b4fc71ff.system.entry.js → p-fc6b4f91.system.entry.js} +1 -1
  386. package/dist/stzh-components/p-fdd1998f.entry.js +1 -0
  387. package/dist/stzh-components/{p-370b82e7.system.entry.js → p-fdf0b4bc.system.entry.js} +1 -1
  388. package/dist/stzh-components/{p-90a10825.system.entry.js → p-ffa1e9dd.system.entry.js} +1 -1
  389. package/dist/stzh-components/stzh-components.css +1 -1
  390. package/dist/stzh-components/stzh-components.esm.js +1 -1
  391. package/dist/stzh-components/stzh-components.js +1 -1
  392. package/dist/types/components/stzh-actionset/stzh-actionset.localization.d.ts +5 -0
  393. package/dist/types/components/{stzh-servicecard/stzh-servicecard.localization.d.ts → stzh-card/stzh-card.localization.d.ts} +2 -1
  394. package/dist/types/components/{stzh-servicecard-list/stzh-servicecard-list.localization.d.ts → stzh-card-list/stzh-card-list.localization.d.ts} +1 -1
  395. package/dist/types/components.d.ts +458 -245
  396. package/dist/types/index.d.ts +56 -14
  397. package/dist/vscode-data.json +346 -131
  398. package/package.json +1 -1
  399. package/dist/cjs/stzh-servicecard-list.cjs.entry.js +0 -73
  400. package/dist/cjs/stzh-servicecard.cjs.entry.js +0 -234
  401. package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +0 -558
  402. package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +0 -73
  403. package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +0 -116
  404. package/dist/components/stzh-servicecard-list.js +0 -117
  405. package/dist/components/stzh-servicecard.js +0 -305
  406. package/dist/esm/stzh-servicecard-list.entry.js +0 -69
  407. package/dist/esm/stzh-servicecard.entry.js +0 -230
  408. package/dist/esm-es5/app-globals-c42494e9.js +0 -1
  409. package/dist/esm-es5/stzh-servicecard-list.entry.js +0 -1
  410. package/dist/esm-es5/stzh-servicecard.entry.js +0 -1
  411. package/dist/stzh-components/p-2b11d549.system.entry.js +0 -1
  412. package/dist/stzh-components/p-34190502.entry.js +0 -1
  413. package/dist/stzh-components/p-3ebd2c03.js +0 -1
  414. package/dist/stzh-components/p-5e0cccc9.system.entry.js +0 -1
  415. package/dist/stzh-components/p-63b5068a.system.entry.js +0 -1
  416. package/dist/stzh-components/p-7921db30.system.entry.js +0 -1
  417. package/dist/stzh-components/p-79bfc485.entry.js +0 -1
  418. package/dist/stzh-components/p-7bb1bd3b.entry.js +0 -1
  419. package/dist/stzh-components/p-a7253852.entry.js +0 -1
  420. package/dist/stzh-components/p-a86c6487.entry.js +0 -1
  421. package/dist/stzh-components/p-aaa2e48f.system.js +0 -1
  422. package/dist/stzh-components/p-b35b0270.entry.js +0 -1
  423. package/dist/stzh-components/p-c581e798.system.entry.js +0 -1
  424. package/dist/stzh-components/p-e12db90a.entry.js +0 -1
  425. package/dist/stzh-components/p-e2ce48f1.system.entry.js +0 -1
  426. package/dist/stzh-components/p-ee5ceac4.entry.js +0 -1
  427. package/dist/stzh-components/p-f0ca6848.system.entry.js +0 -1
  428. package/dist/stzh-components/p-f21440b3.entry.js +0 -1
  429. package/dist/stzh-components/p-faf20030.system.js +0 -1
  430. package/dist/stzh-components/p-fce0e218.system.entry.js +0 -1
  431. 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";
@@ -89,6 +90,32 @@ export namespace Components {
89
90
  */
90
91
  "withBorder": boolean;
91
92
  }
93
+ interface StzhActionset {
94
+ /**
95
+ * Card header actions
96
+ */
97
+ "actions": string | StzhActionsetItem[];
98
+ /**
99
+ * Translation strings
100
+ */
101
+ "localization": StzhActionsetLocalizedText;
102
+ /**
103
+ * Popover button size
104
+ */
105
+ "popoverButtonSize": "" | "default" | "small" | "tiny";
106
+ /**
107
+ * Popover button variant
108
+ */
109
+ "popoverButtonVariant": "" | "default" | "secondary" | "input" | "tertiary";
110
+ /**
111
+ * Popover placement
112
+ */
113
+ "popoverPlacement": Placement;
114
+ /**
115
+ * Variant determining what position the action buttons are
116
+ */
117
+ "variant": "stack" | "overflow";
118
+ }
92
119
  interface StzhAppnav {
93
120
  /**
94
121
  * Link of app title (only used if `app-title` is defined)
@@ -170,6 +197,10 @@ export namespace Components {
170
197
  * Badge position
171
198
  */
172
199
  "badgePosition": "icon" | "button";
200
+ /**
201
+ * Checked status (if type is radio)
202
+ */
203
+ "checked": boolean;
173
204
  /**
174
205
  * Whether the button is disabled
175
206
  */
@@ -202,6 +233,10 @@ export namespace Components {
202
233
  * Label
203
234
  */
204
235
  "label": string;
236
+ /**
237
+ * The name of the input element (if type is radio)
238
+ */
239
+ "name": string;
205
240
  /**
206
241
  * Focus button
207
242
  */
@@ -221,7 +256,11 @@ export namespace Components {
221
256
  /**
222
257
  * Type of the button
223
258
  */
224
- "type": "button" | "submit" | "reset";
259
+ "type": "button" | "submit" | "reset" | "radio";
260
+ /**
261
+ * The value of the input element (if type is radio)
262
+ */
263
+ "value": string;
225
264
  /**
226
265
  * Variant style
227
266
  */
@@ -261,6 +300,110 @@ export namespace Components {
261
300
  */
262
301
  "value": string;
263
302
  }
303
+ interface StzhCard {
304
+ /**
305
+ * Whether card is checked (if card is selectable)
306
+ */
307
+ "checked": boolean;
308
+ /**
309
+ * Whether card is collapsed or not
310
+ */
311
+ "collapsed": boolean;
312
+ /**
313
+ * Whether card is collapsible
314
+ */
315
+ "collapsible": boolean;
316
+ /**
317
+ * Whether the element is disabled or not (if card is selectable)
318
+ */
319
+ "disabled": boolean;
320
+ /**
321
+ * Card footer actions
322
+ */
323
+ "footerActions": string | StzhActionsetItem[];
324
+ /**
325
+ * Card header actions
326
+ */
327
+ "headerActions": string | StzhCardHeaderAction[];
328
+ /**
329
+ * Heading
330
+ */
331
+ "heading": string;
332
+ /**
333
+ * Whether to hide footer separation border
334
+ */
335
+ "hideFooterBorder": boolean;
336
+ /**
337
+ * Whether to hide header separation border
338
+ */
339
+ "hideHeaderBorder": boolean;
340
+ /**
341
+ * Whether movement menu items should be shown
342
+ */
343
+ "hideMovementActions": boolean;
344
+ /**
345
+ * Translation strings
346
+ */
347
+ "localization": StzhCardLocalizedText;
348
+ /**
349
+ * The name of the input element (if card is selectable)
350
+ */
351
+ "name": string;
352
+ /**
353
+ * Whether card is selectable
354
+ */
355
+ "selectable": boolean;
356
+ /**
357
+ * Whether sorting should be disabled
358
+ */
359
+ "sortableDisabled": boolean;
360
+ /**
361
+ * Whether card star is displayed
362
+ */
363
+ "starrable": boolean;
364
+ /**
365
+ * Whether card was starred
366
+ */
367
+ "starred": boolean;
368
+ /**
369
+ * Subtitle
370
+ */
371
+ "subtitle": string | string[];
372
+ /**
373
+ * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
374
+ */
375
+ "subtitleInteractive": boolean;
376
+ /**
377
+ * Type
378
+ */
379
+ "type": "default" | "alert";
380
+ /**
381
+ * The value of the input element (if card is selectable)
382
+ */
383
+ "value": string;
384
+ }
385
+ interface StzhCardList {
386
+ /**
387
+ * Translation strings
388
+ */
389
+ "localization": StzhCardListLocalizedText;
390
+ /**
391
+ * Whether collapse/expand toggle link
392
+ */
393
+ "showToggleLink": boolean;
394
+ /**
395
+ * HTML attribute that is used by the `toArray()` of sortable method
396
+ */
397
+ "sortableDataIdAttribute": string;
398
+ /**
399
+ * Whether sorting should be disabled
400
+ */
401
+ "sortableDisabled": boolean;
402
+ /**
403
+ * Algorithm how the ghost element will be cloned
404
+ */
405
+ "sortableGhostClone": Function;
406
+ }
264
407
  interface StzhCell {
265
408
  /**
266
409
  * Control how cells items are positioned along a container's cross axis
@@ -475,6 +618,36 @@ export namespace Components {
475
618
  }
476
619
  interface StzhCspace {
477
620
  }
621
+ interface StzhDatalist {
622
+ /**
623
+ * Direction
624
+ */
625
+ "direction": "vertical" | "horizontal";
626
+ /**
627
+ * Direction above large breakpoint
628
+ */
629
+ "directionLarge": "vertical" | "horizontal" | "inherit";
630
+ /**
631
+ * Direction above medium breakpoint
632
+ */
633
+ "directionMedium": "vertical" | "horizontal" | "inherit";
634
+ /**
635
+ * Direction above small breakpoint
636
+ */
637
+ "directionSmall": "vertical" | "horizontal" | "inherit";
638
+ /**
639
+ * Direction above ultra breakpoint
640
+ */
641
+ "directionUltra": "vertical" | "horizontal" | "inherit";
642
+ /**
643
+ * Hide border lines between items
644
+ */
645
+ "hideBorder": boolean;
646
+ /**
647
+ * 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"}]`
648
+ */
649
+ "items": StzhDatalistItemEntry[] | string;
650
+ }
478
651
  interface StzhDatamessagelist {
479
652
  }
480
653
  interface StzhDatamessagelistItem {
@@ -614,11 +787,6 @@ export namespace Components {
614
787
  * Name of the hidden date picker input.
615
788
  */
616
789
  "name": string;
617
- /**
618
- * Placeholder text
619
- * @deprecated
620
- */
621
- "placeholder": string;
622
790
  /**
623
791
  * Whether the element is readonly or not
624
792
  */
@@ -817,11 +985,6 @@ export namespace Components {
817
985
  * Available options
818
986
  */
819
987
  "options": any[] | string;
820
- /**
821
- * Placeholder option
822
- * @deprecated
823
- */
824
- "placeholder": string;
825
988
  /**
826
989
  * Popover placement
827
990
  */
@@ -853,7 +1016,7 @@ export namespace Components {
853
1016
  /**
854
1017
  * Set new value
855
1018
  */
856
- "setValue": (newValue: string | string[]) => Promise<void>;
1019
+ "setValue": (newValue: string | string[], silent?: boolean) => Promise<void>;
857
1020
  /**
858
1021
  * Show text in label depending if field is optional/required
859
1022
  */
@@ -1101,11 +1264,6 @@ export namespace Components {
1101
1264
  * Whether autocomplete should be turned off
1102
1265
  */
1103
1266
  "noAutocomplete": boolean;
1104
- /**
1105
- * Placeholder text
1106
- * @deprecated
1107
- */
1108
- "placeholder": string;
1109
1267
  /**
1110
1268
  * Whether the element is readonly or not
1111
1269
  */
@@ -1195,7 +1353,7 @@ export namespace Components {
1195
1353
  /**
1196
1354
  * Size variant
1197
1355
  */
1198
- "size": "default" | "small";
1356
+ "size": "default" | "small" | "inherit";
1199
1357
  /**
1200
1358
  * target if the button is used as link (if href used)
1201
1359
  */
@@ -1368,6 +1526,10 @@ export namespace Components {
1368
1526
  * Shifting of popover content
1369
1527
  */
1370
1528
  "skidding": number;
1529
+ /**
1530
+ * Position strategy
1531
+ */
1532
+ "strategy": "absolute" | "fixed";
1371
1533
  /**
1372
1534
  * Toggle popover content
1373
1535
  */
@@ -1630,90 +1792,6 @@ export namespace Components {
1630
1792
  */
1631
1793
  "variant": "default" | "highlight";
1632
1794
  }
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
1795
  interface StzhSkiplink {
1718
1796
  /**
1719
1797
  * href for linking to e.g. id of an element to skip to
@@ -1931,6 +2009,10 @@ export namespace Components {
1931
2009
  * Shifting of tooltip content
1932
2010
  */
1933
2011
  "skidding": number;
2012
+ /**
2013
+ * Position strategy
2014
+ */
2015
+ "strategy": "absolute" | "fixed";
1934
2016
  /**
1935
2017
  * Toggle tooltip content
1936
2018
  */
@@ -2175,6 +2257,10 @@ export interface StzhAccordionItemCustomEvent<T> extends CustomEvent<T> {
2175
2257
  detail: T;
2176
2258
  target: HTMLStzhAccordionItemElement;
2177
2259
  }
2260
+ export interface StzhActionsetCustomEvent<T> extends CustomEvent<T> {
2261
+ detail: T;
2262
+ target: HTMLStzhActionsetElement;
2263
+ }
2178
2264
  export interface StzhAppointmentsCustomEvent<T> extends CustomEvent<T> {
2179
2265
  detail: T;
2180
2266
  target: HTMLStzhAppointmentsElement;
@@ -2187,6 +2273,14 @@ export interface StzhCalendarCustomEvent<T> extends CustomEvent<T> {
2187
2273
  detail: T;
2188
2274
  target: HTMLStzhCalendarElement;
2189
2275
  }
2276
+ export interface StzhCardCustomEvent<T> extends CustomEvent<T> {
2277
+ detail: T;
2278
+ target: HTMLStzhCardElement;
2279
+ }
2280
+ export interface StzhCardListCustomEvent<T> extends CustomEvent<T> {
2281
+ detail: T;
2282
+ target: HTMLStzhCardListElement;
2283
+ }
2190
2284
  export interface StzhCheckboxCustomEvent<T> extends CustomEvent<T> {
2191
2285
  detail: T;
2192
2286
  target: HTMLStzhCheckboxElement;
@@ -2199,6 +2293,10 @@ export interface StzhChipSelectCustomEvent<T> extends CustomEvent<T> {
2199
2293
  detail: T;
2200
2294
  target: HTMLStzhChipSelectElement;
2201
2295
  }
2296
+ export interface StzhDatalistCustomEvent<T> extends CustomEvent<T> {
2297
+ detail: T;
2298
+ target: HTMLStzhDatalistElement;
2299
+ }
2202
2300
  export interface StzhDatamessagelistItemCustomEvent<T> extends CustomEvent<T> {
2203
2301
  detail: T;
2204
2302
  target: HTMLStzhDatamessagelistItemElement;
@@ -2251,10 +2349,6 @@ export interface StzhRadioCustomEvent<T> extends CustomEvent<T> {
2251
2349
  detail: T;
2252
2350
  target: HTMLStzhRadioElement;
2253
2351
  }
2254
- export interface StzhServicecardCustomEvent<T> extends CustomEvent<T> {
2255
- detail: T;
2256
- target: HTMLStzhServicecardElement;
2257
- }
2258
2352
  export interface StzhSortableCustomEvent<T> extends CustomEvent<T> {
2259
2353
  detail: T;
2260
2354
  target: HTMLStzhSortableElement;
@@ -2294,6 +2388,12 @@ declare global {
2294
2388
  prototype: HTMLStzhActionsElement;
2295
2389
  new (): HTMLStzhActionsElement;
2296
2390
  };
2391
+ interface HTMLStzhActionsetElement extends Components.StzhActionset, HTMLStencilElement {
2392
+ }
2393
+ var HTMLStzhActionsetElement: {
2394
+ prototype: HTMLStzhActionsetElement;
2395
+ new (): HTMLStzhActionsetElement;
2396
+ };
2297
2397
  interface HTMLStzhAppnavElement extends Components.StzhAppnav, HTMLStencilElement {
2298
2398
  }
2299
2399
  var HTMLStzhAppnavElement: {
@@ -2324,6 +2424,18 @@ declare global {
2324
2424
  prototype: HTMLStzhCalendarElement;
2325
2425
  new (): HTMLStzhCalendarElement;
2326
2426
  };
2427
+ interface HTMLStzhCardElement extends Components.StzhCard, HTMLStencilElement {
2428
+ }
2429
+ var HTMLStzhCardElement: {
2430
+ prototype: HTMLStzhCardElement;
2431
+ new (): HTMLStzhCardElement;
2432
+ };
2433
+ interface HTMLStzhCardListElement extends Components.StzhCardList, HTMLStencilElement {
2434
+ }
2435
+ var HTMLStzhCardListElement: {
2436
+ prototype: HTMLStzhCardListElement;
2437
+ new (): HTMLStzhCardListElement;
2438
+ };
2327
2439
  interface HTMLStzhCellElement extends Components.StzhCell, HTMLStencilElement {
2328
2440
  }
2329
2441
  var HTMLStzhCellElement: {
@@ -2366,6 +2478,12 @@ declare global {
2366
2478
  prototype: HTMLStzhCspaceElement;
2367
2479
  new (): HTMLStzhCspaceElement;
2368
2480
  };
2481
+ interface HTMLStzhDatalistElement extends Components.StzhDatalist, HTMLStencilElement {
2482
+ }
2483
+ var HTMLStzhDatalistElement: {
2484
+ prototype: HTMLStzhDatalistElement;
2485
+ new (): HTMLStzhDatalistElement;
2486
+ };
2369
2487
  interface HTMLStzhDatamessagelistElement extends Components.StzhDatamessagelist, HTMLStencilElement {
2370
2488
  }
2371
2489
  var HTMLStzhDatamessagelistElement: {
@@ -2612,18 +2730,6 @@ declare global {
2612
2730
  prototype: HTMLStzhSectionElement;
2613
2731
  new (): HTMLStzhSectionElement;
2614
2732
  };
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
2733
  interface HTMLStzhSkiplinkElement extends Components.StzhSkiplink, HTMLStencilElement {
2628
2734
  }
2629
2735
  var HTMLStzhSkiplinkElement: {
@@ -2706,11 +2812,14 @@ declare global {
2706
2812
  "stzh-accordion": HTMLStzhAccordionElement;
2707
2813
  "stzh-accordion-item": HTMLStzhAccordionItemElement;
2708
2814
  "stzh-actions": HTMLStzhActionsElement;
2815
+ "stzh-actionset": HTMLStzhActionsetElement;
2709
2816
  "stzh-appnav": HTMLStzhAppnavElement;
2710
2817
  "stzh-appointments": HTMLStzhAppointmentsElement;
2711
2818
  "stzh-badge": HTMLStzhBadgeElement;
2712
2819
  "stzh-button": HTMLStzhButtonElement;
2713
2820
  "stzh-calendar": HTMLStzhCalendarElement;
2821
+ "stzh-card": HTMLStzhCardElement;
2822
+ "stzh-card-list": HTMLStzhCardListElement;
2714
2823
  "stzh-cell": HTMLStzhCellElement;
2715
2824
  "stzh-checkbox": HTMLStzhCheckboxElement;
2716
2825
  "stzh-checkboxgroup": HTMLStzhCheckboxgroupElement;
@@ -2718,6 +2827,7 @@ declare global {
2718
2827
  "stzh-chip-select": HTMLStzhChipSelectElement;
2719
2828
  "stzh-container": HTMLStzhContainerElement;
2720
2829
  "stzh-cspace": HTMLStzhCspaceElement;
2830
+ "stzh-datalist": HTMLStzhDatalistElement;
2721
2831
  "stzh-datamessagelist": HTMLStzhDatamessagelistElement;
2722
2832
  "stzh-datamessagelist-item": HTMLStzhDatamessagelistItemElement;
2723
2833
  "stzh-datatable": HTMLStzhDatatableElement;
@@ -2759,8 +2869,6 @@ declare global {
2759
2869
  "stzh-row": HTMLStzhRowElement;
2760
2870
  "stzh-saptcha": HTMLStzhSaptchaElement;
2761
2871
  "stzh-section": HTMLStzhSectionElement;
2762
- "stzh-servicecard": HTMLStzhServicecardElement;
2763
- "stzh-servicecard-list": HTMLStzhServicecardListElement;
2764
2872
  "stzh-skiplink": HTMLStzhSkiplinkElement;
2765
2873
  "stzh-sortable": HTMLStzhSortableElement;
2766
2874
  "stzh-status": HTMLStzhStatusElement;
@@ -2835,6 +2943,36 @@ declare namespace LocalJSX {
2835
2943
  */
2836
2944
  "withBorder"?: boolean;
2837
2945
  }
2946
+ interface StzhActionset {
2947
+ /**
2948
+ * Card header actions
2949
+ */
2950
+ "actions"?: string | StzhActionsetItem[];
2951
+ /**
2952
+ * Translation strings
2953
+ */
2954
+ "localization"?: StzhActionsetLocalizedText;
2955
+ /**
2956
+ * Header action click event
2957
+ */
2958
+ "onStzhActionClick"?: (event: StzhActionsetCustomEvent<StzhActionsetItemClickEvent>) => void;
2959
+ /**
2960
+ * Popover button size
2961
+ */
2962
+ "popoverButtonSize"?: "" | "default" | "small" | "tiny";
2963
+ /**
2964
+ * Popover button variant
2965
+ */
2966
+ "popoverButtonVariant"?: "" | "default" | "secondary" | "input" | "tertiary";
2967
+ /**
2968
+ * Popover placement
2969
+ */
2970
+ "popoverPlacement"?: Placement;
2971
+ /**
2972
+ * Variant determining what position the action buttons are
2973
+ */
2974
+ "variant"?: "stack" | "overflow";
2975
+ }
2838
2976
  interface StzhAppnav {
2839
2977
  /**
2840
2978
  * Link of app title (only used if `app-title` is defined)
@@ -2920,6 +3058,10 @@ declare namespace LocalJSX {
2920
3058
  * Badge position
2921
3059
  */
2922
3060
  "badgePosition"?: "icon" | "button";
3061
+ /**
3062
+ * Checked status (if type is radio)
3063
+ */
3064
+ "checked"?: boolean;
2923
3065
  /**
2924
3066
  * Whether the button is disabled
2925
3067
  */
@@ -2952,10 +3094,18 @@ declare namespace LocalJSX {
2952
3094
  * Label
2953
3095
  */
2954
3096
  "label"?: string;
3097
+ /**
3098
+ * The name of the input element (if type is radio)
3099
+ */
3100
+ "name"?: string;
2955
3101
  /**
2956
3102
  * Input blur event
2957
3103
  */
2958
3104
  "onStzhBlur"?: (event: StzhButtonCustomEvent<StzhButtonBlurEvent>) => void;
3105
+ /**
3106
+ * Change event (only called if type is radio)
3107
+ */
3108
+ "onStzhChange"?: (event: StzhButtonCustomEvent<StzhButtonChangeEvent>) => void;
2959
3109
  /**
2960
3110
  * Focus event
2961
3111
  */
@@ -2975,7 +3125,11 @@ declare namespace LocalJSX {
2975
3125
  /**
2976
3126
  * Type of the button
2977
3127
  */
2978
- "type"?: "button" | "submit" | "reset";
3128
+ "type"?: "button" | "submit" | "reset" | "radio";
3129
+ /**
3130
+ * The value of the input element (if type is radio)
3131
+ */
3132
+ "value"?: string;
2979
3133
  /**
2980
3134
  * Variant style
2981
3135
  */
@@ -3011,6 +3165,130 @@ declare namespace LocalJSX {
3011
3165
  */
3012
3166
  "value"?: string;
3013
3167
  }
3168
+ interface StzhCard {
3169
+ /**
3170
+ * Whether card is checked (if card is selectable)
3171
+ */
3172
+ "checked"?: boolean;
3173
+ /**
3174
+ * Whether card is collapsed or not
3175
+ */
3176
+ "collapsed"?: boolean;
3177
+ /**
3178
+ * Whether card is collapsible
3179
+ */
3180
+ "collapsible"?: boolean;
3181
+ /**
3182
+ * Whether the element is disabled or not (if card is selectable)
3183
+ */
3184
+ "disabled"?: boolean;
3185
+ /**
3186
+ * Card footer actions
3187
+ */
3188
+ "footerActions"?: string | StzhActionsetItem[];
3189
+ /**
3190
+ * Card header actions
3191
+ */
3192
+ "headerActions"?: string | StzhCardHeaderAction[];
3193
+ /**
3194
+ * Heading
3195
+ */
3196
+ "heading"?: string;
3197
+ /**
3198
+ * Whether to hide footer separation border
3199
+ */
3200
+ "hideFooterBorder"?: boolean;
3201
+ /**
3202
+ * Whether to hide header separation border
3203
+ */
3204
+ "hideHeaderBorder"?: boolean;
3205
+ /**
3206
+ * Whether movement menu items should be shown
3207
+ */
3208
+ "hideMovementActions"?: boolean;
3209
+ /**
3210
+ * Translation strings
3211
+ */
3212
+ "localization"?: StzhCardLocalizedText;
3213
+ /**
3214
+ * The name of the input element (if card is selectable)
3215
+ */
3216
+ "name"?: string;
3217
+ /**
3218
+ * Collapse event
3219
+ */
3220
+ "onStzhCollapse"?: (event: StzhCardCustomEvent<StzhCardCollapseEvent>) => void;
3221
+ /**
3222
+ * Header action click event
3223
+ */
3224
+ "onStzhHeaderActionClick"?: (event: StzhCardCustomEvent<StzhCardHeaderActionClickEvent>) => void;
3225
+ /**
3226
+ * Star click event
3227
+ */
3228
+ "onStzhStarClick"?: (event: StzhCardCustomEvent<StzhCardStarClickEvent>) => void;
3229
+ /**
3230
+ * Subtitle click event
3231
+ */
3232
+ "onStzhSubtitleClick"?: (event: StzhCardCustomEvent<StzhCardSubtitleClickEvent>) => void;
3233
+ /**
3234
+ * Whether card is selectable
3235
+ */
3236
+ "selectable"?: boolean;
3237
+ /**
3238
+ * Whether sorting should be disabled
3239
+ */
3240
+ "sortableDisabled"?: boolean;
3241
+ /**
3242
+ * Whether card star is displayed
3243
+ */
3244
+ "starrable"?: boolean;
3245
+ /**
3246
+ * Whether card was starred
3247
+ */
3248
+ "starred"?: boolean;
3249
+ /**
3250
+ * Subtitle
3251
+ */
3252
+ "subtitle"?: string | string[];
3253
+ /**
3254
+ * Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click
3255
+ */
3256
+ "subtitleInteractive"?: boolean;
3257
+ /**
3258
+ * Type
3259
+ */
3260
+ "type"?: "default" | "alert";
3261
+ /**
3262
+ * The value of the input element (if card is selectable)
3263
+ */
3264
+ "value"?: string;
3265
+ }
3266
+ interface StzhCardList {
3267
+ /**
3268
+ * Translation strings
3269
+ */
3270
+ "localization"?: StzhCardListLocalizedText;
3271
+ /**
3272
+ * Collapse all event
3273
+ */
3274
+ "onStzhCollapseAll"?: (event: StzhCardListCustomEvent<StzhCardListCollapseAllEvent>) => void;
3275
+ /**
3276
+ * Whether collapse/expand toggle link
3277
+ */
3278
+ "showToggleLink"?: boolean;
3279
+ /**
3280
+ * HTML attribute that is used by the `toArray()` of sortable method
3281
+ */
3282
+ "sortableDataIdAttribute"?: string;
3283
+ /**
3284
+ * Whether sorting should be disabled
3285
+ */
3286
+ "sortableDisabled"?: boolean;
3287
+ /**
3288
+ * Algorithm how the ghost element will be cloned
3289
+ */
3290
+ "sortableGhostClone"?: Function;
3291
+ }
3014
3292
  interface StzhCell {
3015
3293
  /**
3016
3294
  * Control how cells items are positioned along a container's cross axis
@@ -3249,6 +3527,40 @@ declare namespace LocalJSX {
3249
3527
  }
3250
3528
  interface StzhCspace {
3251
3529
  }
3530
+ interface StzhDatalist {
3531
+ /**
3532
+ * Direction
3533
+ */
3534
+ "direction"?: "vertical" | "horizontal";
3535
+ /**
3536
+ * Direction above large breakpoint
3537
+ */
3538
+ "directionLarge"?: "vertical" | "horizontal" | "inherit";
3539
+ /**
3540
+ * Direction above medium breakpoint
3541
+ */
3542
+ "directionMedium"?: "vertical" | "horizontal" | "inherit";
3543
+ /**
3544
+ * Direction above small breakpoint
3545
+ */
3546
+ "directionSmall"?: "vertical" | "horizontal" | "inherit";
3547
+ /**
3548
+ * Direction above ultra breakpoint
3549
+ */
3550
+ "directionUltra"?: "vertical" | "horizontal" | "inherit";
3551
+ /**
3552
+ * Hide border lines between items
3553
+ */
3554
+ "hideBorder"?: boolean;
3555
+ /**
3556
+ * 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"}]`
3557
+ */
3558
+ "items"?: StzhDatalistItemEntry[] | string;
3559
+ /**
3560
+ * Item action click event
3561
+ */
3562
+ "onStzhItemActionClick"?: (event: StzhDatalistCustomEvent<StzhDatalistItemActionClickEvent>) => void;
3563
+ }
3252
3564
  interface StzhDatamessagelist {
3253
3565
  }
3254
3566
  interface StzhDatamessagelistItem {
@@ -3392,11 +3704,6 @@ declare namespace LocalJSX {
3392
3704
  * Datepicker change event
3393
3705
  */
3394
3706
  "onStzhChange"?: (event: StzhDatepickerCustomEvent<StzhDatepickerChangeEvent>) => void;
3395
- /**
3396
- * Placeholder text
3397
- * @deprecated
3398
- */
3399
- "placeholder"?: string;
3400
3707
  /**
3401
3708
  * Whether the element is readonly or not
3402
3709
  */
@@ -3625,11 +3932,6 @@ declare namespace LocalJSX {
3625
3932
  * Available options
3626
3933
  */
3627
3934
  "options"?: any[] | string;
3628
- /**
3629
- * Placeholder option
3630
- * @deprecated
3631
- */
3632
- "placeholder"?: string;
3633
3935
  /**
3634
3936
  * Popover placement
3635
3937
  */
@@ -3910,11 +4212,6 @@ declare namespace LocalJSX {
3910
4212
  * Input focus event
3911
4213
  */
3912
4214
  "onStzhFocus"?: (event: StzhInputCustomEvent<StzhInputFocusEvent>) => void;
3913
- /**
3914
- * Placeholder text
3915
- * @deprecated
3916
- */
3917
- "placeholder"?: string;
3918
4215
  /**
3919
4216
  * Whether the element is readonly or not
3920
4217
  */
@@ -4004,7 +4301,7 @@ declare namespace LocalJSX {
4004
4301
  /**
4005
4302
  * Size variant
4006
4303
  */
4007
- "size"?: "default" | "small";
4304
+ "size"?: "default" | "small" | "inherit";
4008
4305
  /**
4009
4306
  * target if the button is used as link (if href used)
4010
4307
  */
@@ -4201,6 +4498,10 @@ declare namespace LocalJSX {
4201
4498
  * Shifting of popover content
4202
4499
  */
4203
4500
  "skidding"?: number;
4501
+ /**
4502
+ * Position strategy
4503
+ */
4504
+ "strategy"?: "absolute" | "fixed";
4204
4505
  /**
4205
4506
  * Variant
4206
4507
  */
@@ -4474,106 +4775,6 @@ declare namespace LocalJSX {
4474
4775
  */
4475
4776
  "variant"?: "default" | "highlight";
4476
4777
  }
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
4778
  interface StzhSkiplink {
4578
4779
  /**
4579
4780
  * href for linking to e.g. id of an element to skip to
@@ -4613,6 +4814,10 @@ declare namespace LocalJSX {
4613
4814
  * Translation strings.
4614
4815
  */
4615
4816
  "localization"?: StzhSortableLocalizedText;
4817
+ /**
4818
+ * Disable event
4819
+ */
4820
+ "onStzhDisable"?: (event: StzhSortableCustomEvent<StzhSortableDisableEvent>) => void;
4616
4821
  /**
4617
4822
  * Update event
4618
4823
  */
@@ -4799,6 +5004,10 @@ declare namespace LocalJSX {
4799
5004
  * Shifting of tooltip content
4800
5005
  */
4801
5006
  "skidding"?: number;
5007
+ /**
5008
+ * Position strategy
5009
+ */
5010
+ "strategy"?: "absolute" | "fixed";
4802
5011
  /**
4803
5012
  * 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
5013
  */
@@ -5108,11 +5317,14 @@ declare namespace LocalJSX {
5108
5317
  "stzh-accordion": StzhAccordion;
5109
5318
  "stzh-accordion-item": StzhAccordionItem;
5110
5319
  "stzh-actions": StzhActions;
5320
+ "stzh-actionset": StzhActionset;
5111
5321
  "stzh-appnav": StzhAppnav;
5112
5322
  "stzh-appointments": StzhAppointments;
5113
5323
  "stzh-badge": StzhBadge;
5114
5324
  "stzh-button": StzhButton;
5115
5325
  "stzh-calendar": StzhCalendar;
5326
+ "stzh-card": StzhCard;
5327
+ "stzh-card-list": StzhCardList;
5116
5328
  "stzh-cell": StzhCell;
5117
5329
  "stzh-checkbox": StzhCheckbox;
5118
5330
  "stzh-checkboxgroup": StzhCheckboxgroup;
@@ -5120,6 +5332,7 @@ declare namespace LocalJSX {
5120
5332
  "stzh-chip-select": StzhChipSelect;
5121
5333
  "stzh-container": StzhContainer;
5122
5334
  "stzh-cspace": StzhCspace;
5335
+ "stzh-datalist": StzhDatalist;
5123
5336
  "stzh-datamessagelist": StzhDatamessagelist;
5124
5337
  "stzh-datamessagelist-item": StzhDatamessagelistItem;
5125
5338
  "stzh-datatable": StzhDatatable;
@@ -5161,8 +5374,6 @@ declare namespace LocalJSX {
5161
5374
  "stzh-row": StzhRow;
5162
5375
  "stzh-saptcha": StzhSaptcha;
5163
5376
  "stzh-section": StzhSection;
5164
- "stzh-servicecard": StzhServicecard;
5165
- "stzh-servicecard-list": StzhServicecardList;
5166
5377
  "stzh-skiplink": StzhSkiplink;
5167
5378
  "stzh-sortable": StzhSortable;
5168
5379
  "stzh-status": StzhStatus;
@@ -5185,11 +5396,14 @@ declare module "@stencil/core" {
5185
5396
  "stzh-accordion": LocalJSX.StzhAccordion & JSXBase.HTMLAttributes<HTMLStzhAccordionElement>;
5186
5397
  "stzh-accordion-item": LocalJSX.StzhAccordionItem & JSXBase.HTMLAttributes<HTMLStzhAccordionItemElement>;
5187
5398
  "stzh-actions": LocalJSX.StzhActions & JSXBase.HTMLAttributes<HTMLStzhActionsElement>;
5399
+ "stzh-actionset": LocalJSX.StzhActionset & JSXBase.HTMLAttributes<HTMLStzhActionsetElement>;
5188
5400
  "stzh-appnav": LocalJSX.StzhAppnav & JSXBase.HTMLAttributes<HTMLStzhAppnavElement>;
5189
5401
  "stzh-appointments": LocalJSX.StzhAppointments & JSXBase.HTMLAttributes<HTMLStzhAppointmentsElement>;
5190
5402
  "stzh-badge": LocalJSX.StzhBadge & JSXBase.HTMLAttributes<HTMLStzhBadgeElement>;
5191
5403
  "stzh-button": LocalJSX.StzhButton & JSXBase.HTMLAttributes<HTMLStzhButtonElement>;
5192
5404
  "stzh-calendar": LocalJSX.StzhCalendar & JSXBase.HTMLAttributes<HTMLStzhCalendarElement>;
5405
+ "stzh-card": LocalJSX.StzhCard & JSXBase.HTMLAttributes<HTMLStzhCardElement>;
5406
+ "stzh-card-list": LocalJSX.StzhCardList & JSXBase.HTMLAttributes<HTMLStzhCardListElement>;
5193
5407
  "stzh-cell": LocalJSX.StzhCell & JSXBase.HTMLAttributes<HTMLStzhCellElement>;
5194
5408
  "stzh-checkbox": LocalJSX.StzhCheckbox & JSXBase.HTMLAttributes<HTMLStzhCheckboxElement>;
5195
5409
  "stzh-checkboxgroup": LocalJSX.StzhCheckboxgroup & JSXBase.HTMLAttributes<HTMLStzhCheckboxgroupElement>;
@@ -5197,6 +5411,7 @@ declare module "@stencil/core" {
5197
5411
  "stzh-chip-select": LocalJSX.StzhChipSelect & JSXBase.HTMLAttributes<HTMLStzhChipSelectElement>;
5198
5412
  "stzh-container": LocalJSX.StzhContainer & JSXBase.HTMLAttributes<HTMLStzhContainerElement>;
5199
5413
  "stzh-cspace": LocalJSX.StzhCspace & JSXBase.HTMLAttributes<HTMLStzhCspaceElement>;
5414
+ "stzh-datalist": LocalJSX.StzhDatalist & JSXBase.HTMLAttributes<HTMLStzhDatalistElement>;
5200
5415
  "stzh-datamessagelist": LocalJSX.StzhDatamessagelist & JSXBase.HTMLAttributes<HTMLStzhDatamessagelistElement>;
5201
5416
  "stzh-datamessagelist-item": LocalJSX.StzhDatamessagelistItem & JSXBase.HTMLAttributes<HTMLStzhDatamessagelistItemElement>;
5202
5417
  "stzh-datatable": LocalJSX.StzhDatatable & JSXBase.HTMLAttributes<HTMLStzhDatatableElement>;
@@ -5238,8 +5453,6 @@ declare module "@stencil/core" {
5238
5453
  "stzh-row": LocalJSX.StzhRow & JSXBase.HTMLAttributes<HTMLStzhRowElement>;
5239
5454
  "stzh-saptcha": LocalJSX.StzhSaptcha & JSXBase.HTMLAttributes<HTMLStzhSaptchaElement>;
5240
5455
  "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
5456
  "stzh-skiplink": LocalJSX.StzhSkiplink & JSXBase.HTMLAttributes<HTMLStzhSkiplinkElement>;
5244
5457
  "stzh-sortable": LocalJSX.StzhSortable & JSXBase.HTMLAttributes<HTMLStzhSortableElement>;
5245
5458
  "stzh-status": LocalJSX.StzhStatus & JSXBase.HTMLAttributes<HTMLStzhStatusElement>;