@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
@@ -21,27 +21,51 @@ export declare type StzhSortableUpdateEvent = {
21
21
  newIndex: number;
22
22
  oldIndex: number;
23
23
  };
24
- export declare type StzhServiceCardAction = {
24
+ export declare type StzhSortableDisableEvent = {
25
+ component: "stzh-sortable";
26
+ disabled: boolean;
27
+ };
28
+ export declare type StzhActionsetItem = {
25
29
  id: string;
26
- label: string;
27
- icon: string;
28
- badge: string;
29
- onlyCollapseText: boolean;
30
+ label?: string;
31
+ icon?: string;
32
+ iconPosition?: "left" | "right";
33
+ iconOnly?: boolean;
34
+ badge?: string;
35
+ variant?: "default" | "secondary" | "input" | "tertiary";
36
+ size?: "default" | "small" | "tiny";
37
+ badgePosition?: "icon" | "button";
38
+ tooltipContent?: string;
39
+ };
40
+ export declare type StzhActionsetItemClickEvent = {
41
+ component: "stzh-actionset";
42
+ action: StzhActionsetItem;
43
+ };
44
+ export declare type StzhCardHeaderAction = {
45
+ id: string;
46
+ label?: string;
47
+ icon?: string;
48
+ badge?: string;
49
+ onlyCollapseText?: boolean;
30
50
  };
31
- export declare type StzhServicecardSubtitleClickEvent = {
32
- component: "stzh-servicecard";
51
+ export declare type StzhCardSubtitleClickEvent = {
52
+ component: "stzh-card";
33
53
  };
34
- export declare type StzhServicecardCollapseEvent = {
35
- component: "stzh-servicecard";
54
+ export declare type StzhCardCollapseEvent = {
55
+ component: "stzh-card";
36
56
  collapsed: boolean;
37
57
  };
38
- export declare type StzhServicecardStarClickEvent = {
39
- component: "stzh-servicecard";
58
+ export declare type StzhCardStarClickEvent = {
59
+ component: "stzh-card";
40
60
  starred: boolean;
41
61
  };
42
- export declare type StzhServicecardActionClickEvent = {
43
- component: "stzh-servicecard";
44
- action: StzhServiceCardAction;
62
+ export declare type StzhCardHeaderActionClickEvent = {
63
+ component: "stzh-card";
64
+ action: StzhCardHeaderAction;
65
+ };
66
+ export declare type StzhCardListCollapseAllEvent = {
67
+ component: "stzh-card-list";
68
+ allCollapsed: boolean;
45
69
  };
46
70
  export declare type StzhCalendarChangeEvent = {
47
71
  component: "stzh-calendar";
@@ -93,6 +117,12 @@ export declare type StzhButtonBlurEvent = {
93
117
  component: "stzh-button";
94
118
  originalEvent: FocusEvent;
95
119
  };
120
+ export declare type StzhButtonChangeEvent = {
121
+ component: "stzh-button";
122
+ originalEvent: InputEvent;
123
+ value: string;
124
+ checked: boolean;
125
+ };
96
126
  export declare type StzhLinkFocusEvent = {
97
127
  component: "stzh-link";
98
128
  originalEvent: FocusEvent;
@@ -113,6 +143,18 @@ export declare type StzhChipSelectChangeEvent = {
113
143
  component: "stzh-chip-select";
114
144
  value: string;
115
145
  };
146
+ export declare type StzhDatalistItemEntry = {
147
+ value: string;
148
+ label?: string;
149
+ meta?: string;
150
+ icon?: string;
151
+ href: string;
152
+ };
153
+ export declare type StzhDatalistItemActionClickEvent = {
154
+ component: "stzh-datalist";
155
+ originalEvent: MouseEvent;
156
+ item: StzhDatalistItemEntry;
157
+ };
116
158
  export declare type StzhDatamessagelistItemEntryMeta = {
117
159
  label: string;
118
160
  value: string;
@@ -89,6 +89,106 @@
89
89
  }
90
90
  ]
91
91
  },
92
+ {
93
+ "name": "stzh-actionset",
94
+ "description": {
95
+ "kind": "markdown",
96
+ "value": "The STZH actions component.\n\nAutomatically position given buttons inside a form, dialog or process. Sets `variant=\"secondary\"` to `stzh-button` elements placed in secondary slot by default if nothing else is set."
97
+ },
98
+ "attributes": [
99
+ {
100
+ "name": "actions",
101
+ "description": "Card header actions"
102
+ },
103
+ {
104
+ "name": "popover-button-size",
105
+ "description": "Popover button size",
106
+ "values": [
107
+ {
108
+ "name": "default"
109
+ },
110
+ {
111
+ "name": "small"
112
+ },
113
+ {
114
+ "name": "tiny"
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "name": "popover-button-variant",
120
+ "description": "Popover button variant",
121
+ "values": [
122
+ {
123
+ "name": "default"
124
+ },
125
+ {
126
+ "name": "input"
127
+ },
128
+ {
129
+ "name": "secondary"
130
+ },
131
+ {
132
+ "name": "tertiary"
133
+ }
134
+ ]
135
+ },
136
+ {
137
+ "name": "popover-placement",
138
+ "description": "Popover placement",
139
+ "values": [
140
+ {
141
+ "name": "bottom"
142
+ },
143
+ {
144
+ "name": "bottom-end"
145
+ },
146
+ {
147
+ "name": "bottom-start"
148
+ },
149
+ {
150
+ "name": "left"
151
+ },
152
+ {
153
+ "name": "left-end"
154
+ },
155
+ {
156
+ "name": "left-start"
157
+ },
158
+ {
159
+ "name": "right"
160
+ },
161
+ {
162
+ "name": "right-end"
163
+ },
164
+ {
165
+ "name": "right-start"
166
+ },
167
+ {
168
+ "name": "top"
169
+ },
170
+ {
171
+ "name": "top-end"
172
+ },
173
+ {
174
+ "name": "top-start"
175
+ }
176
+ ]
177
+ },
178
+ {
179
+ "name": "variant",
180
+ "description": "Variant determining what position the action buttons are",
181
+ "values": [
182
+ {
183
+ "name": "overflow"
184
+ },
185
+ {
186
+ "name": "stack"
187
+ }
188
+ ]
189
+ }
190
+ ]
191
+ },
92
192
  {
93
193
  "name": "stzh-appnav",
94
194
  "description": {
@@ -211,6 +311,10 @@
211
311
  }
212
312
  ]
213
313
  },
314
+ {
315
+ "name": "checked",
316
+ "description": "Checked status (if type is radio)"
317
+ },
214
318
  {
215
319
  "name": "disabled",
216
320
  "description": "Whether the button is disabled"
@@ -259,6 +363,10 @@
259
363
  "name": "label",
260
364
  "description": "Label"
261
365
  },
366
+ {
367
+ "name": "name",
368
+ "description": "The name of the input element (if type is radio)"
369
+ },
262
370
  {
263
371
  "name": "size",
264
372
  "description": "Size variant",
@@ -306,6 +414,9 @@
306
414
  {
307
415
  "name": "button"
308
416
  },
417
+ {
418
+ "name": "radio"
419
+ },
309
420
  {
310
421
  "name": "reset"
311
422
  },
@@ -314,6 +425,10 @@
314
425
  }
315
426
  ]
316
427
  },
428
+ {
429
+ "name": "value",
430
+ "description": "The value of the input element (if type is radio)"
431
+ },
317
432
  {
318
433
  "name": "variant",
319
434
  "description": "Variant style",
@@ -359,6 +474,120 @@
359
474
  }
360
475
  ]
361
476
  },
477
+ {
478
+ "name": "stzh-card",
479
+ "description": {
480
+ "kind": "markdown",
481
+ "value": "The STZH card component."
482
+ },
483
+ "attributes": [
484
+ {
485
+ "name": "checked",
486
+ "description": "Whether card is checked (if card is selectable)"
487
+ },
488
+ {
489
+ "name": "collapsed",
490
+ "description": "Whether card is collapsed or not"
491
+ },
492
+ {
493
+ "name": "collapsible",
494
+ "description": "Whether card is collapsible"
495
+ },
496
+ {
497
+ "name": "disabled",
498
+ "description": "Whether the element is disabled or not (if card is selectable)"
499
+ },
500
+ {
501
+ "name": "footer-actions",
502
+ "description": "Card footer actions"
503
+ },
504
+ {
505
+ "name": "header-actions",
506
+ "description": "Card header actions"
507
+ },
508
+ {
509
+ "name": "heading",
510
+ "description": "Heading"
511
+ },
512
+ {
513
+ "name": "hide-footer-border",
514
+ "description": "Whether to hide footer separation border"
515
+ },
516
+ {
517
+ "name": "hide-header-border",
518
+ "description": "Whether to hide header separation border"
519
+ },
520
+ {
521
+ "name": "hide-movement-actions",
522
+ "description": "Whether movement menu items should be shown"
523
+ },
524
+ {
525
+ "name": "name",
526
+ "description": "The name of the input element (if card is selectable)"
527
+ },
528
+ {
529
+ "name": "selectable",
530
+ "description": "Whether card is selectable"
531
+ },
532
+ {
533
+ "name": "sortable-disabled",
534
+ "description": "Whether sorting should be disabled"
535
+ },
536
+ {
537
+ "name": "starrable",
538
+ "description": "Whether card star is displayed"
539
+ },
540
+ {
541
+ "name": "starred",
542
+ "description": "Whether card was starred"
543
+ },
544
+ {
545
+ "name": "subtitle",
546
+ "description": "Subtitle"
547
+ },
548
+ {
549
+ "name": "subtitle-interactive",
550
+ "description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
551
+ },
552
+ {
553
+ "name": "type",
554
+ "description": "Type",
555
+ "values": [
556
+ {
557
+ "name": "alert"
558
+ },
559
+ {
560
+ "name": "default"
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "name": "value",
566
+ "description": "The value of the input element (if card is selectable)"
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "stzh-card-list",
572
+ "description": {
573
+ "kind": "markdown",
574
+ "value": "The STZH card list component."
575
+ },
576
+ "attributes": [
577
+ {
578
+ "name": "show-toggle-link",
579
+ "description": "Whether collapse/expand toggle link"
580
+ },
581
+ {
582
+ "name": "sortable-data-id-attribute",
583
+ "description": "HTML attribute that is used by the `toArray()` of sortable method"
584
+ },
585
+ {
586
+ "name": "sortable-disabled",
587
+ "description": "Whether sorting should be disabled"
588
+ }
589
+ ]
590
+ },
362
591
  {
363
592
  "name": "stzh-cell",
364
593
  "description": {
@@ -677,11 +906,100 @@
677
906
  },
678
907
  "attributes": []
679
908
  },
909
+ {
910
+ "name": "stzh-datalist",
911
+ "description": {
912
+ "kind": "markdown",
913
+ "value": "The STZH datalist component."
914
+ },
915
+ "attributes": [
916
+ {
917
+ "name": "direction",
918
+ "description": "Direction",
919
+ "values": [
920
+ {
921
+ "name": "horizontal"
922
+ },
923
+ {
924
+ "name": "vertical"
925
+ }
926
+ ]
927
+ },
928
+ {
929
+ "name": "direction-large",
930
+ "description": "Direction above large breakpoint",
931
+ "values": [
932
+ {
933
+ "name": "horizontal"
934
+ },
935
+ {
936
+ "name": "inherit"
937
+ },
938
+ {
939
+ "name": "vertical"
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "name": "direction-medium",
945
+ "description": "Direction above medium breakpoint",
946
+ "values": [
947
+ {
948
+ "name": "horizontal"
949
+ },
950
+ {
951
+ "name": "inherit"
952
+ },
953
+ {
954
+ "name": "vertical"
955
+ }
956
+ ]
957
+ },
958
+ {
959
+ "name": "direction-small",
960
+ "description": "Direction above small breakpoint",
961
+ "values": [
962
+ {
963
+ "name": "horizontal"
964
+ },
965
+ {
966
+ "name": "inherit"
967
+ },
968
+ {
969
+ "name": "vertical"
970
+ }
971
+ ]
972
+ },
973
+ {
974
+ "name": "direction-ultra",
975
+ "description": "Direction above ultra breakpoint",
976
+ "values": [
977
+ {
978
+ "name": "horizontal"
979
+ },
980
+ {
981
+ "name": "inherit"
982
+ },
983
+ {
984
+ "name": "vertical"
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "name": "hide-border",
990
+ "description": "Hide border lines between items"
991
+ },
992
+ {
993
+ "name": "items",
994
+ "description": "Items in datalist\nArray of objects that must at least include `value` attribute.\nCan optionally contain `label`, `meta`, `icon`, `href` attribute:\n`[{\"value\":\"Value 1\", \"label\": \"Label 1\"}, {\"value\":\"Value 2\", \"label\": \"Label 2\"}]`"
995
+ }
996
+ ]
997
+ },
680
998
  {
681
999
  "name": "stzh-datamessagelist",
682
1000
  "description": {
683
1001
  "kind": "markdown",
684
- "value": "The STZH datemessagelist component."
1002
+ "value": "The STZH datamessagelist component."
685
1003
  },
686
1004
  "attributes": []
687
1005
  },
@@ -844,10 +1162,6 @@
844
1162
  "name": "name",
845
1163
  "description": "Name of the hidden date picker input."
846
1164
  },
847
- {
848
- "name": "placeholder",
849
- "description": "Placeholder text"
850
- },
851
1165
  {
852
1166
  "name": "readonly",
853
1167
  "description": "Whether the element is readonly or not"
@@ -1054,10 +1368,6 @@
1054
1368
  "name": "options",
1055
1369
  "description": "Available options"
1056
1370
  },
1057
- {
1058
- "name": "placeholder",
1059
- "description": "Placeholder option"
1060
- },
1061
1371
  {
1062
1372
  "name": "popover-placement",
1063
1373
  "description": "Popover placement",
@@ -1831,10 +2141,6 @@
1831
2141
  "name": "no-autocomplete",
1832
2142
  "description": "Whether autocomplete should be turned off"
1833
2143
  },
1834
- {
1835
- "name": "placeholder",
1836
- "description": "Placeholder text"
1837
- },
1838
2144
  {
1839
2145
  "name": "readonly",
1840
2146
  "description": "Whether the element is readonly or not"
@@ -1974,6 +2280,9 @@
1974
2280
  {
1975
2281
  "name": "default"
1976
2282
  },
2283
+ {
2284
+ "name": "inherit"
2285
+ },
1977
2286
  {
1978
2287
  "name": "small"
1979
2288
  }
@@ -2296,6 +2605,18 @@
2296
2605
  "name": "skidding",
2297
2606
  "description": "Shifting of popover content"
2298
2607
  },
2608
+ {
2609
+ "name": "strategy",
2610
+ "description": "Position strategy",
2611
+ "values": [
2612
+ {
2613
+ "name": "absolute"
2614
+ },
2615
+ {
2616
+ "name": "fixed"
2617
+ }
2618
+ ]
2619
+ },
2299
2620
  {
2300
2621
  "name": "variant",
2301
2622
  "description": "Variant",
@@ -2708,124 +3029,6 @@
2708
3029
  }
2709
3030
  ]
2710
3031
  },
2711
- {
2712
- "name": "stzh-servicecard",
2713
- "description": {
2714
- "kind": "markdown",
2715
- "value": "The STZH servicecard component."
2716
- },
2717
- "attributes": [
2718
- {
2719
- "name": "actions",
2720
- "description": "Card actions"
2721
- },
2722
- {
2723
- "name": "collapsed",
2724
- "description": "Whether card is collapsed or not"
2725
- },
2726
- {
2727
- "name": "collapsible",
2728
- "description": "Whether card is collapsible"
2729
- },
2730
- {
2731
- "name": "heading",
2732
- "description": "Heading"
2733
- },
2734
- {
2735
- "name": "hide-movement-actions",
2736
- "description": "Whether movement menu items should be shown"
2737
- },
2738
- {
2739
- "name": "middle-variant",
2740
- "description": "Middle column position variant (positioning behaviour on tablet)",
2741
- "values": [
2742
- {
2743
- "name": "to-left"
2744
- },
2745
- {
2746
- "name": "to-right"
2747
- }
2748
- ]
2749
- },
2750
- {
2751
- "name": "middle-vertical-spacing",
2752
- "description": "Set middle column vertical spacing",
2753
- "values": [
2754
- {
2755
- "name": "default"
2756
- },
2757
- {
2758
- "name": "none"
2759
- }
2760
- ]
2761
- },
2762
- {
2763
- "name": "right-vertical-spacing",
2764
- "description": "Set right column vertical spacing",
2765
- "values": [
2766
- {
2767
- "name": "default"
2768
- },
2769
- {
2770
- "name": "none"
2771
- }
2772
- ]
2773
- },
2774
- {
2775
- "name": "sortable-disabled",
2776
- "description": "Whether sorting should be disabled"
2777
- },
2778
- {
2779
- "name": "starrable",
2780
- "description": "Whether card star is displayed"
2781
- },
2782
- {
2783
- "name": "starred",
2784
- "description": "Whether card was starred"
2785
- },
2786
- {
2787
- "name": "subtitle",
2788
- "description": "Subtitle"
2789
- },
2790
- {
2791
- "name": "subtitle-interactive",
2792
- "description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
2793
- },
2794
- {
2795
- "name": "type",
2796
- "description": "Type",
2797
- "values": [
2798
- {
2799
- "name": "alert"
2800
- },
2801
- {
2802
- "name": "default"
2803
- }
2804
- ]
2805
- }
2806
- ]
2807
- },
2808
- {
2809
- "name": "stzh-servicecard-list",
2810
- "description": {
2811
- "kind": "markdown",
2812
- "value": "The STZH servicecard list component."
2813
- },
2814
- "attributes": [
2815
- {
2816
- "name": "show-toggle-link",
2817
- "description": "Whether collapse/expand toggle link"
2818
- },
2819
- {
2820
- "name": "sortable-data-id-attribute",
2821
- "description": "HTML attribute that is used by the `toArray()` of sortable method"
2822
- },
2823
- {
2824
- "name": "sortable-disabled",
2825
- "description": "Whether sorting should be disabled"
2826
- }
2827
- ]
2828
- },
2829
3032
  {
2830
3033
  "name": "stzh-skiplink",
2831
3034
  "description": {
@@ -3376,6 +3579,18 @@
3376
3579
  "name": "skidding",
3377
3580
  "description": "Shifting of tooltip content"
3378
3581
  },
3582
+ {
3583
+ "name": "strategy",
3584
+ "description": "Position strategy",
3585
+ "values": [
3586
+ {
3587
+ "name": "absolute"
3588
+ },
3589
+ {
3590
+ "name": "fixed"
3591
+ }
3592
+ ]
3593
+ },
3379
3594
  {
3380
3595
  "name": "trigger",
3381
3596
  "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiz/stzh-components",
3
- "version": "1.5.0-alpha",
3
+ "version": "2.0.0-beta",
4
4
  "description": "STZH Web Components Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",