@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
@@ -0,0 +1,351 @@
1
+ import { Host, h } from "@stencil/core";
2
+ import { fetchTranslations } from "../../utils/translation-utils";
3
+ import { media } from '../../utils/media-utils';
4
+ /**
5
+ */
6
+ export class StzhActionset {
7
+ constructor() {
8
+ /** Variant determining what position the action buttons are */
9
+ this.variant = "stack";
10
+ /** Popover button variant */
11
+ this.popoverButtonVariant = "";
12
+ /** Popover button size */
13
+ this.popoverButtonSize = "";
14
+ /** Popover placement */
15
+ this.popoverPlacement = "bottom-end";
16
+ /** Card header actions */
17
+ this.actions = [];
18
+ this._actions = [];
19
+ this.actionsCollapsed = [];
20
+ this.actionClick = (action) => {
21
+ this.stzhActionClick.emit({
22
+ component: "stzh-actionset",
23
+ action
24
+ });
25
+ };
26
+ this.update = () => {
27
+ this.isSmall = media("small").matches;
28
+ this.isMedium = media("medium").matches;
29
+ if (!this.actionsElement) {
30
+ return;
31
+ }
32
+ Object.assign(this.actionsElement.style, {
33
+ width: null,
34
+ height: null
35
+ });
36
+ let newActionsVisible = 0;
37
+ if (this.variant === "overflow" && this.isMedium
38
+ || this.variant === "stack" && this.isSmall) {
39
+ this.dynamicActions = true;
40
+ let newActionsHeight = 0;
41
+ let newActionsWidth = 0;
42
+ // update height and width
43
+ Array.from(this.actionsElement.children).forEach((child) => {
44
+ // check which item is visible and
45
+ if (child.offsetTop === 0) {
46
+ newActionsVisible++;
47
+ const style = getComputedStyle(child);
48
+ const marginLeft = parseInt(style.marginLeft);
49
+ const marginRight = parseInt(style.marginRight);
50
+ const marginTop = parseInt(style.marginTop);
51
+ const marginBottom = parseInt(style.marginBottom);
52
+ const childWidth = child.offsetWidth + marginLeft + marginRight;
53
+ const childHeight = child.offsetHeight + marginTop + marginBottom;
54
+ if (newActionsHeight < childHeight) {
55
+ newActionsHeight = childHeight;
56
+ }
57
+ newActionsWidth = newActionsWidth + childWidth;
58
+ }
59
+ });
60
+ Object.assign(this.actionsElement.style, {
61
+ width: `${newActionsWidth + 1}px`,
62
+ height: `${newActionsHeight}px`
63
+ });
64
+ }
65
+ else {
66
+ this.dynamicActions = false;
67
+ if (this.variant === "overflow") {
68
+ newActionsVisible = 0;
69
+ }
70
+ else if (this.variant === "stack") {
71
+ newActionsVisible = this._actions.length <= 3 ? this._actions.length : 2;
72
+ }
73
+ }
74
+ this.actionsCollapsed = this._actions.slice(newActionsVisible);
75
+ };
76
+ }
77
+ actionsWatcher(newValue) {
78
+ if (typeof newValue === "string") {
79
+ this._actions = JSON.parse(newValue);
80
+ }
81
+ else {
82
+ this._actions = newValue;
83
+ }
84
+ }
85
+ // handleLoad(e) {
86
+ // console.log(e);
87
+ // requestAnimationFrame(() => {
88
+ // requestAnimationFrame(() => {
89
+ // this.update();
90
+ // });
91
+ // });
92
+ // }
93
+ handleResize() {
94
+ if (this.debounceResize) {
95
+ window.cancelAnimationFrame(this.debounceResize);
96
+ }
97
+ this.debounceResize = requestAnimationFrame(this.update);
98
+ }
99
+ async componentWillLoad() {
100
+ this.actionsWatcher(this.actions);
101
+ if (!this.localization) {
102
+ this.localization = await fetchTranslations(this.element, "actionset");
103
+ }
104
+ }
105
+ componentDidLoad() {
106
+ this.update();
107
+ }
108
+ render() {
109
+ const classes = {
110
+ "stzh-actionset": true,
111
+ // "stzh-actionset--has-dynamic-actions": this.dynamicActions,
112
+ "stzh-actionset--has-collapsed-items": this.actionsCollapsed.length > 0,
113
+ [`stzh-actionset--${this.variant}`]: !!this.variant
114
+ };
115
+ const Action = (action) => (h("stzh-button", { class: {
116
+ "stzh-actionset__action": true,
117
+ "is-button": true,
118
+ // "show-medium": !action.onlyCollapseText,
119
+ // "hide-when-collapsed": !action.onlyCollapseText,
120
+ // "hide-text-when-collapsed": action.onlyCollapseText
121
+ }, role: "listitem", icon: action.icon, iconPosition: action.iconPosition, iconOnly: action.iconOnly, badge: action.badge, variant: action.variant
122
+ ? action.variant
123
+ : (this.variant === "stack" ? "secondary" : "tertiary"), size: action.size
124
+ ? action.size
125
+ : (this.variant === "stack" ? "default" : "tiny"), badgePosition: "icon", onClick: () => { this.actionClick(action); } }, h("span", { class: {
126
+ // "show-medium": action.onlyCollapseText,
127
+ // "hide-when-collapsed": action.onlyCollapseText
128
+ } }, action.label)));
129
+ return (h(Host, { "has-collapsed-items": this.actionsCollapsed.length > 0 }, h("div", { class: classes }, h("div", { class: "stzh-actionset__actions", role: "list" }, h("div", { ref: (el) => (this.actionsElement = el), class: "stzh-actionset__actions-wrapper" }, this._actions.map(action => ((this.dynamicActions
130
+ || (!this.dynamicActions &&
131
+ this.actionsCollapsed.indexOf(action) === -1))
132
+ &&
133
+ (action.tooltipContent
134
+ ?
135
+ h("stzh-tooltip", { strategy: "fixed", content: action.tooltipContent }, Action(action))
136
+ :
137
+ Action(action))))), h("stzh-popover", { label: this.variant === "stack"
138
+ ? this.localization.furtherActions
139
+ : (!this.isMedium ? this.localization.actions : ""), strategy: "fixed", placement: this.popoverPlacement, class: "stzh-actionset__action-popover" }, h("stzh-button", { fullwidth: true, disabled: this.actionsCollapsed.length === 0, class: "stzh-actionset__action is-further", variant: this.popoverButtonVariant !== ""
140
+ ? this.popoverButtonVariant
141
+ : (this.variant === "stack" ? "secondary" : "tertiary"), size: this.popoverButtonSize !== ""
142
+ ? this.popoverButtonSize
143
+ : (this.variant === "stack" ? "default" : "tiny"), icon: this.variant === "stack" ? "angle-down" : "more-vertical", iconOnly: this.variant === "overflow" && this.isMedium, iconPosition: "right", label: this.variant === "stack"
144
+ ? this.localization.furtherActions
145
+ : (!this.isMedium ? this.localization.actions : "") }), h("stzh-menu", { slot: "content" }, this.actionsCollapsed.map(action => (h("stzh-menu-item", {
146
+ // class="hide-medium show-when-collapsed"
147
+ icon: action.icon, badge: action.badge, onClick: () => { this.actionClick(action); }
148
+ }, action.label)))))))));
149
+ }
150
+ static get is() { return "stzh-actionset"; }
151
+ static get encapsulation() { return "scoped"; }
152
+ static get originalStyleUrls() {
153
+ return {
154
+ "$": ["stzh-actionset.scss"]
155
+ };
156
+ }
157
+ static get styleUrls() {
158
+ return {
159
+ "$": ["stzh-actionset.css"]
160
+ };
161
+ }
162
+ static get properties() {
163
+ return {
164
+ "localization": {
165
+ "type": "unknown",
166
+ "mutable": false,
167
+ "complexType": {
168
+ "original": "StzhActionsetLocalizedText",
169
+ "resolved": "StzhLocaleComponent & { actions: string; furtherActions: string; }",
170
+ "references": {
171
+ "StzhActionsetLocalizedText": {
172
+ "location": "import",
173
+ "path": "./stzh-actionset.localization"
174
+ }
175
+ }
176
+ },
177
+ "required": false,
178
+ "optional": false,
179
+ "docs": {
180
+ "tags": [],
181
+ "text": "Translation strings"
182
+ }
183
+ },
184
+ "variant": {
185
+ "type": "string",
186
+ "mutable": false,
187
+ "complexType": {
188
+ "original": "\"stack\" | \"overflow\"",
189
+ "resolved": "\"overflow\" | \"stack\"",
190
+ "references": {}
191
+ },
192
+ "required": false,
193
+ "optional": false,
194
+ "docs": {
195
+ "tags": [],
196
+ "text": "Variant determining what position the action buttons are"
197
+ },
198
+ "attribute": "variant",
199
+ "reflect": true,
200
+ "defaultValue": "\"stack\""
201
+ },
202
+ "popoverButtonVariant": {
203
+ "type": "string",
204
+ "mutable": false,
205
+ "complexType": {
206
+ "original": "\"\" | \"default\" | \"secondary\" | \"input\" | \"tertiary\"",
207
+ "resolved": "\"\" | \"default\" | \"input\" | \"secondary\" | \"tertiary\"",
208
+ "references": {}
209
+ },
210
+ "required": false,
211
+ "optional": false,
212
+ "docs": {
213
+ "tags": [],
214
+ "text": "Popover button variant"
215
+ },
216
+ "attribute": "popover-button-variant",
217
+ "reflect": true,
218
+ "defaultValue": "\"\""
219
+ },
220
+ "popoverButtonSize": {
221
+ "type": "string",
222
+ "mutable": false,
223
+ "complexType": {
224
+ "original": "\"\" | \"default\" | \"small\" | \"tiny\"",
225
+ "resolved": "\"\" | \"default\" | \"small\" | \"tiny\"",
226
+ "references": {}
227
+ },
228
+ "required": false,
229
+ "optional": false,
230
+ "docs": {
231
+ "tags": [],
232
+ "text": "Popover button size"
233
+ },
234
+ "attribute": "popover-button-size",
235
+ "reflect": true,
236
+ "defaultValue": "\"\""
237
+ },
238
+ "popoverPlacement": {
239
+ "type": "string",
240
+ "mutable": false,
241
+ "complexType": {
242
+ "original": "Placement",
243
+ "resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
244
+ "references": {
245
+ "Placement": {
246
+ "location": "import",
247
+ "path": "@floating-ui/dom"
248
+ }
249
+ }
250
+ },
251
+ "required": false,
252
+ "optional": false,
253
+ "docs": {
254
+ "tags": [],
255
+ "text": "Popover placement"
256
+ },
257
+ "attribute": "popover-placement",
258
+ "reflect": true,
259
+ "defaultValue": "\"bottom-end\""
260
+ },
261
+ "actions": {
262
+ "type": "string",
263
+ "mutable": false,
264
+ "complexType": {
265
+ "original": "string | StzhActionsetItem[]",
266
+ "resolved": "StzhActionsetItem[] | string",
267
+ "references": {
268
+ "StzhActionsetItem": {
269
+ "location": "import",
270
+ "path": "../../index"
271
+ }
272
+ }
273
+ },
274
+ "required": false,
275
+ "optional": false,
276
+ "docs": {
277
+ "tags": [],
278
+ "text": "Card header actions"
279
+ },
280
+ "attribute": "actions",
281
+ "reflect": false,
282
+ "defaultValue": "[]"
283
+ }
284
+ };
285
+ }
286
+ static get states() {
287
+ return {
288
+ "actionsCollapsed": {},
289
+ "dynamicActions": {},
290
+ "isSmall": {},
291
+ "isMedium": {}
292
+ };
293
+ }
294
+ static get events() {
295
+ return [{
296
+ "method": "stzhActionClick",
297
+ "name": "stzhActionClick",
298
+ "bubbles": true,
299
+ "cancelable": true,
300
+ "composed": true,
301
+ "docs": {
302
+ "tags": [],
303
+ "text": "Header action click event"
304
+ },
305
+ "complexType": {
306
+ "original": "StzhActionsetItemClickEvent",
307
+ "resolved": "{ component: \"stzh-actionset\"; action: StzhActionsetItem; }",
308
+ "references": {
309
+ "StzhActionsetItemClickEvent": {
310
+ "location": "import",
311
+ "path": "../../index"
312
+ }
313
+ }
314
+ }
315
+ }];
316
+ }
317
+ static get elementRef() { return "element"; }
318
+ static get watchers() {
319
+ return [{
320
+ "propName": "actions",
321
+ "methodName": "actionsWatcher"
322
+ }];
323
+ }
324
+ static get listeners() {
325
+ return [{
326
+ "name": "appload",
327
+ "method": "handleResize",
328
+ "target": "window",
329
+ "capture": false,
330
+ "passive": false
331
+ }, {
332
+ "name": "resize",
333
+ "method": "handleResize",
334
+ "target": "window",
335
+ "capture": false,
336
+ "passive": true
337
+ }, {
338
+ "name": "DOMContentLoaded",
339
+ "method": "handleResize",
340
+ "target": "window",
341
+ "capture": false,
342
+ "passive": false
343
+ }, {
344
+ "name": "load",
345
+ "method": "handleResize",
346
+ "target": "window",
347
+ "capture": false,
348
+ "passive": false
349
+ }];
350
+ }
351
+ }
@@ -0,0 +1,72 @@
1
+ import { h } from '../../utils/h';
2
+ import readme from './readme.md';
3
+ import { withDesign } from 'storybook-addon-designs';
4
+ import { getFigmaLink } from '../../../figma';
5
+
6
+ export default {
7
+ title: 'Components/Actionset',
8
+ component: 'stzh-actionset',
9
+ parameters: {
10
+ layout: 'padded',
11
+ actions: {
12
+ handles: []
13
+ },
14
+ docs: {
15
+ description: {
16
+ component: readme
17
+ }
18
+ },
19
+ design: {
20
+ type: 'figma',
21
+ url: getFigmaLink('actionset'),
22
+ allowFullscreen: true
23
+ }
24
+ },
25
+ decorators: [
26
+ withDesign
27
+ ]
28
+ };
29
+
30
+ const Template = (args) => (
31
+ <stzh-actionset {...args}></stzh-actionset>
32
+ );
33
+
34
+ const actions = `[
35
+ {
36
+ "id": "action-1",
37
+ "icon": "alarm-bell",
38
+ "label": "Lorem",
39
+ "badge": "3"
40
+ },
41
+ {
42
+ "id": "action-2",
43
+ "icon": "cart",
44
+ "label": "Ipsum"
45
+ },
46
+ {
47
+ "id": "action-3",
48
+ "icon": "delete",
49
+ "label": "Dolor"
50
+ },
51
+ {
52
+ "id": "action-4",
53
+ "icon": "mail",
54
+ "label": "Lorem"
55
+ },
56
+ {
57
+ "id": "action-5",
58
+ "icon": "clock",
59
+ "label": "Ipsum"
60
+ }
61
+ ]`;
62
+
63
+ export const Stack = Template.bind({});
64
+ Stack.args = {
65
+ actions
66
+ };
67
+
68
+ export const Overflow = Template.bind({});
69
+ Overflow.args = {
70
+ actions,
71
+ variant: "overflow"
72
+ };
@@ -198,6 +198,7 @@
198
198
  line-height: var(--stzh-font-milli-text-line-height);
199
199
  letter-spacing: var(--stzh-font-curve---text-letter-spacing);
200
200
  position: relative;
201
+ z-index: 0;
201
202
  overflow: visible;
202
203
  display: flex;
203
204
  align-items: center;
@@ -216,6 +217,7 @@
216
217
  min-width: var(--height);
217
218
  height: var(--height);
218
219
  border-radius: var(--stzh-button-border-radius);
220
+ /* Hover / Focus / Checked / Disabled of Radio Type */
219
221
  /* Size variants */
220
222
  /* Badge positioning variants */
221
223
  /* Variant if button only has icon */
@@ -254,6 +256,70 @@
254
256
  top: 0;
255
257
  right: 0;
256
258
  }
259
+ .stzh-button__input {
260
+ position: absolute;
261
+ top: 0;
262
+ left: 0;
263
+ width: 100%;
264
+ height: 100%;
265
+ margin: 0;
266
+ z-index: -1;
267
+ opacity: 0;
268
+ pointer-events: none;
269
+ }
270
+ .stzh-button__mark {
271
+ border: 0.0625rem solid var(--stzh-color-grey61);
272
+ background-color: var(--stzh-color-white);
273
+ width: 1.5rem;
274
+ height: 1.5rem;
275
+ flex-shrink: 0;
276
+ border-radius: 50%;
277
+ display: inline-flex;
278
+ justify-content: center;
279
+ align-items: center;
280
+ transition: border-color var(--stzh-base-transition-animation-speed);
281
+ width: 1.25rem;
282
+ height: 1.25rem;
283
+ margin-right: var(--stzh-space-xsmall);
284
+ border-color: currentColor;
285
+ }
286
+ .stzh-button__mark::before {
287
+ content: "";
288
+ }
289
+ .stzh-button__check {
290
+ background-color: currentColor;
291
+ color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
292
+ width: 0.5rem;
293
+ height: 0.5rem;
294
+ border-radius: 50%;
295
+ opacity: 0;
296
+ }
297
+ @media (forced-colors: active), (-ms-high-contrast: active) {
298
+ .stzh-button__check {
299
+ background-color: ButtonText;
300
+ }
301
+ }
302
+ .stzh-button__input:checked:hover ~ .stzh-button__inner .stzh-button__mark .stzh-button__check, .stzh-button__input:checked:focus ~ .stzh-button__inner .stzh-button__mark .stzh-button__check {
303
+ color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
304
+ }
305
+ .stzh-button:hover .stzh-button__mark, .stzh-button__input:focus:hover ~ .stzh-button__inner .stzh-button__mark, .stzh-button__input:checked:hover ~ .stzh-button__inner .stzh-button__mark, .stzh-button__input:checked:focus ~ .stzh-button__inner .stzh-button__mark {
306
+ border-color: var(--stzh-color-primary-hover, var(--stzh-color-zueribluedark));
307
+ }
308
+ .stzh-button__input:focus ~ .stzh-button__inner .stzh-button__mark, .stzh-button__input:checked ~ .stzh-button__inner .stzh-button__mark {
309
+ border-color: var(--stzh-color-primary, var(--stzh-color-zueriblue));
310
+ }
311
+ .stzh-button__input:checked ~ .stzh-button__inner .stzh-button__mark .stzh-button__check {
312
+ opacity: 1;
313
+ }
314
+ .stzh-button--is-disabled .stzh-button__input ~ .stzh-button__inner .stzh-button__mark .stzh-button__check {
315
+ color: var(--stzh-color-grey61);
316
+ }
317
+ .stzh-button--is-disabled .stzh-button__input ~ .stzh-button__inner .stzh-button__mark {
318
+ border-color: var(--stzh-color-grey5);
319
+ }
320
+ .stzh-button--is-disabled .stzh-button__mark {
321
+ background-color: var(--stzh-color-grey5);
322
+ }
257
323
  .stzh-button--size-small, .stzh-button--size-tiny {
258
324
  font-size: var(--stzh-font-micro-font-size);
259
325
  line-height: var(--stzh-font-micro-text-line-height);
@@ -22,6 +22,12 @@ export class StzhButton {
22
22
  this.icon = "";
23
23
  /** Icon Position */
24
24
  this.iconPosition = "left";
25
+ /** Checked status (if type is radio) */
26
+ this.checked = false;
27
+ /** The name of the input element (if type is radio) */
28
+ this.name = "";
29
+ /** The value of the input element (if type is radio) */
30
+ this.value = "";
25
31
  /** `href` if the button should be used as link */
26
32
  this.href = "";
27
33
  /** Target if the button is used as link (if `href` used) */
@@ -40,6 +46,15 @@ export class StzhButton {
40
46
  this.iconOnly = false;
41
47
  /** Id for element which describes the button (this will be overwritten if description prop or slot is used, used by stzh-radiogroup) */
42
48
  this.a11yDescribedby = "";
49
+ this.onInput = (event) => {
50
+ this.checked = this.input.checked;
51
+ this.stzhChange.emit({
52
+ component: "stzh-button",
53
+ originalEvent: event,
54
+ value: this.value,
55
+ checked: this.checked
56
+ });
57
+ };
43
58
  this.onFocus = (event) => {
44
59
  const focusEvent = new FocusEvent("focus", {
45
60
  view: window,
@@ -86,7 +101,8 @@ export class StzhButton {
86
101
  return (h("div", { class: "stzh-button__text" }, this.label ? this.label : h("slot", null)));
87
102
  }
88
103
  renderInner(iconUsed) {
89
- return (h(Fragment, null, h("div", { class: "stzh-button__inner", onClick: this.onClick }, this.iconPosition === "left" && this.renderIcon(iconUsed), this.renderContent(), this.iconPosition === "right" && this.renderIcon(iconUsed)), this.badge && (this.badgePosition === "button" || !iconUsed) &&
104
+ return (h(Fragment, null, h("div", { class: "stzh-button__inner", onClick: this.onClick }, this.type === "radio" &&
105
+ h("div", { class: "stzh-button__mark" }, h("div", { class: "stzh-button__check" })), this.iconPosition === "left" && this.renderIcon(iconUsed), this.renderContent(), this.iconPosition === "right" && this.renderIcon(iconUsed)), this.badge && (this.badgePosition === "button" || !iconUsed) &&
90
106
  h("stzh-badge", { class: "stzh-button__badge", label: this.badge, onClick: this.onClick })));
91
107
  }
92
108
  render() {
@@ -103,12 +119,16 @@ export class StzhButton {
103
119
  [`stzh-button--badge-position-${this.badgePosition}`]: !!this.badgePosition,
104
120
  [`stzh-button--align-${this.textAlign}`]: !!this.textAlign,
105
121
  [`stzh-button--size-${this.size}`]: !!this.size,
122
+ [`stzh-button--type-${this.type}`]: !!this.type,
106
123
  [`stzh-button--${this.variant}`]: !!this.variant
107
124
  };
108
125
  return (h(Host, null, this.href ?
109
126
  h("a", { ref: (el) => (this.button = el), href: this.disabled ? null : this.href, target: this.target, class: classes, "aria-label": this.a11yLabel, "aria-describedby": this.a11yDescribedby, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))
110
127
  :
111
- h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))));
128
+ this.type === "radio" ?
129
+ h("label", { ref: (el) => (this.button = el), class: classes, onClick: this.onClick }, h("input", { ref: (el) => (this.input = el), type: "radio", class: "stzh-button__input", name: this.name, value: this.value, checked: this.checked, disabled: this.disabled, "aria-label": this.a11yLabel, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick, onInput: this.onInput }), this.renderInner(iconUsed))
130
+ :
131
+ h("button", { ref: (el) => (this.button = el), class: classes, type: this.type, disabled: this.disabled, "aria-label": this.a11yLabel, onFocus: this.onFocus, onBlur: this.onBlur, onClick: this.onClick }, this.renderInner(iconUsed))));
112
132
  }
113
133
  static get is() { return "stzh-button"; }
114
134
  static get encapsulation() { return "scoped"; }
@@ -268,6 +288,60 @@ export class StzhButton {
268
288
  "reflect": true,
269
289
  "defaultValue": "\"left\""
270
290
  },
291
+ "checked": {
292
+ "type": "boolean",
293
+ "mutable": true,
294
+ "complexType": {
295
+ "original": "boolean",
296
+ "resolved": "boolean",
297
+ "references": {}
298
+ },
299
+ "required": false,
300
+ "optional": false,
301
+ "docs": {
302
+ "tags": [],
303
+ "text": "Checked status (if type is radio)"
304
+ },
305
+ "attribute": "checked",
306
+ "reflect": true,
307
+ "defaultValue": "false"
308
+ },
309
+ "name": {
310
+ "type": "string",
311
+ "mutable": false,
312
+ "complexType": {
313
+ "original": "string",
314
+ "resolved": "string",
315
+ "references": {}
316
+ },
317
+ "required": false,
318
+ "optional": false,
319
+ "docs": {
320
+ "tags": [],
321
+ "text": "The name of the input element (if type is radio)"
322
+ },
323
+ "attribute": "name",
324
+ "reflect": true,
325
+ "defaultValue": "\"\""
326
+ },
327
+ "value": {
328
+ "type": "string",
329
+ "mutable": true,
330
+ "complexType": {
331
+ "original": "string",
332
+ "resolved": "string",
333
+ "references": {}
334
+ },
335
+ "required": false,
336
+ "optional": false,
337
+ "docs": {
338
+ "tags": [],
339
+ "text": "The value of the input element (if type is radio)"
340
+ },
341
+ "attribute": "value",
342
+ "reflect": false,
343
+ "defaultValue": "\"\""
344
+ },
271
345
  "href": {
272
346
  "type": "string",
273
347
  "mutable": false,
@@ -308,8 +382,8 @@ export class StzhButton {
308
382
  "type": "string",
309
383
  "mutable": false,
310
384
  "complexType": {
311
- "original": "\"button\" | \"submit\" | \"reset\"",
312
- "resolved": "\"button\" | \"reset\" | \"submit\"",
385
+ "original": "\"button\" | \"submit\" | \"reset\" | \"radio\"",
386
+ "resolved": "\"button\" | \"radio\" | \"reset\" | \"submit\"",
313
387
  "references": {}
314
388
  },
315
389
  "required": false,
@@ -490,6 +564,26 @@ export class StzhButton {
490
564
  }
491
565
  }
492
566
  }
567
+ }, {
568
+ "method": "stzhChange",
569
+ "name": "stzhChange",
570
+ "bubbles": true,
571
+ "cancelable": true,
572
+ "composed": true,
573
+ "docs": {
574
+ "tags": [],
575
+ "text": "Change event (only called if type is radio)"
576
+ },
577
+ "complexType": {
578
+ "original": "StzhButtonChangeEvent",
579
+ "resolved": "{ component: \"stzh-button\"; originalEvent: InputEvent; value: string; checked: boolean; }",
580
+ "references": {
581
+ "StzhButtonChangeEvent": {
582
+ "location": "import",
583
+ "path": "../../index"
584
+ }
585
+ }
586
+ }
493
587
  }];
494
588
  }
495
589
  static get methods() {
@@ -9,7 +9,7 @@ export default {
9
9
  component: 'stzh-button',
10
10
  parameters: {
11
11
  actions: {
12
- handles: ['click', 'stzhFocus', 'stzhBlur']
12
+ handles: ['click', 'stzhFocus', 'stzhBlur', 'stzhChange']
13
13
  },
14
14
  docs: {
15
15
  description: {