@statistikzh/leu 0.24.2 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (535) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/.storybook/main.ts +18 -53
  3. package/.storybook/manager.ts +1 -4
  4. package/.storybook/preview.ts +23 -16
  5. package/.storybook/theme.ts +1 -1
  6. package/CHANGELOG.md +21 -0
  7. package/CONTRIBUTING.md +19 -8
  8. package/dist/Accordion-B04QkmHz.js +241 -0
  9. package/dist/Accordion.d.ts +44 -44
  10. package/dist/Accordion.js +2 -249
  11. package/dist/Button-BgNUxmo_.d.ts +99 -0
  12. package/dist/Button-BkhqVjug.js +564 -0
  13. package/dist/Button.d.ts +2 -85
  14. package/dist/Button.js +5 -504
  15. package/dist/ButtonGroup-B8U9fDvM.js +88 -0
  16. package/dist/ButtonGroup.d.ts +19 -19
  17. package/dist/ButtonGroup.js +6 -101
  18. package/dist/ChartWrapper-CSMFwz9e.js +158 -0
  19. package/dist/ChartWrapper.d.ts +26 -26
  20. package/dist/ChartWrapper.js +3 -163
  21. package/dist/Checkbox-Dd1QLpfn.js +198 -0
  22. package/dist/Checkbox.d.ts +35 -27
  23. package/dist/Checkbox.js +4 -157
  24. package/dist/CheckboxGroup-Bz2eWEFL.js +81 -0
  25. package/dist/CheckboxGroup.d.ts +18 -18
  26. package/dist/CheckboxGroup.js +5 -82
  27. package/dist/Chip-DLKM9P7v.d.ts +18 -0
  28. package/dist/Chip-XAQIIsXq.js +171 -0
  29. package/dist/Chip.d.ts +2 -18
  30. package/dist/Chip.js +2 -166
  31. package/dist/ChipGroup-DLqfK2kn.js +125 -0
  32. package/dist/ChipGroup-Ta8Ht4jc.d.ts +42 -0
  33. package/dist/ChipGroup.d.ts +2 -43
  34. package/dist/ChipGroup.js +3 -132
  35. package/dist/ChipLink-BAxyQO2M.d.ts +17 -0
  36. package/dist/ChipLink.d.ts +2 -18
  37. package/dist/ChipLink.js +28 -28
  38. package/dist/ChipRemovable-DBjwt0CH.d.ts +25 -0
  39. package/dist/ChipRemovable.d.ts +2 -26
  40. package/dist/ChipRemovable.js +42 -43
  41. package/dist/ChipSelectable-CMJNcE4U.d.ts +32 -0
  42. package/dist/ChipSelectable.d.ts +2 -33
  43. package/dist/ChipSelectable.js +63 -72
  44. package/dist/Dialog-DHuXR_oo.js +241 -0
  45. package/dist/Dialog.d.ts +28 -28
  46. package/dist/Dialog.js +3 -240
  47. package/dist/Dropdown-DtFTePbc.js +155 -0
  48. package/dist/Dropdown.d.ts +39 -41
  49. package/dist/Dropdown.js +9 -157
  50. package/dist/FileInput-b8sbLDPI.js +344 -0
  51. package/dist/FileInput.d.ts +56 -57
  52. package/dist/FileInput.js +7 -383
  53. package/dist/FormAssociatedMixin-Cc74LjbC.d.ts +22 -0
  54. package/dist/FormAssociatedMixin-DLPvFtbT.js +58 -0
  55. package/dist/Icon-C_yYuynf.js +186 -0
  56. package/dist/Icon-Op80LrrO.d.ts +151 -0
  57. package/dist/Icon.d.ts +2 -4
  58. package/dist/Icon.js +2 -188
  59. package/dist/Input-D2THgo7c.d.ts +169 -0
  60. package/dist/Input-DEOVocTa.js +610 -0
  61. package/dist/Input.d.ts +2 -166
  62. package/dist/Input.js +4 -626
  63. package/dist/LeuElement-BeFrgKes.js +46 -0
  64. package/dist/LeuElement-pJFU18Xm.d.ts +11 -0
  65. package/dist/Menu-BeqqtCw6.js +136 -0
  66. package/dist/Menu-CQdx1ef3.d.ts +43 -0
  67. package/dist/Menu.d.ts +2 -44
  68. package/dist/Menu.js +4 -157
  69. package/dist/MenuItem-DVg8-1Bq.js +219 -0
  70. package/dist/MenuItem-QcgnRk_7.d.ts +63 -0
  71. package/dist/MenuItem.d.ts +2 -64
  72. package/dist/MenuItem.js +3 -227
  73. package/dist/Message-BhknWvAF.js +252 -0
  74. package/dist/Message.d.ts +53 -53
  75. package/dist/Message.js +3 -267
  76. package/dist/Pagination-CqkHh-Vd.d.ts +76 -0
  77. package/dist/Pagination-DJI5MIi_.js +226 -0
  78. package/dist/Pagination.d.ts +2 -76
  79. package/dist/Pagination.js +7 -240
  80. package/dist/Placeholder-BJybFwSg.js +95 -0
  81. package/dist/Placeholder.d.ts +15 -15
  82. package/dist/Placeholder.js +2 -89
  83. package/dist/Popup-Btgm2a3D.d.ts +61 -0
  84. package/dist/Popup-DNlm_9AA.js +195 -0
  85. package/dist/Popup.d.ts +2 -62
  86. package/dist/Popup.js +2 -233
  87. package/dist/ProgressBar-B0wYj1KF.js +167 -0
  88. package/dist/ProgressBar.d.ts +21 -21
  89. package/dist/ProgressBar.js +2 -165
  90. package/dist/Radio-DMCL8c4D.js +160 -0
  91. package/dist/Radio.d.ts +22 -22
  92. package/dist/Radio.js +2 -151
  93. package/dist/RadioGroup-CM6IyBlq.js +171 -0
  94. package/dist/RadioGroup.d.ts +35 -35
  95. package/dist/RadioGroup.js +3 -182
  96. package/dist/Range-B72rtfln.js +496 -0
  97. package/dist/Range.d.ts +112 -112
  98. package/dist/Range.js +2 -586
  99. package/dist/ScrollTop-BFAqBVDR.js +130 -0
  100. package/dist/ScrollTop.d.ts +21 -21
  101. package/dist/ScrollTop.js +6 -134
  102. package/dist/Select-vxl3BvD4.js +618 -0
  103. package/dist/Select.d.ts +130 -132
  104. package/dist/Select.js +10 -675
  105. package/dist/Spinner-CrM1enM0.d.ts +14 -0
  106. package/dist/Spinner-DDTqijTO.js +56 -0
  107. package/dist/Spinner.d.ts +2 -14
  108. package/dist/Spinner.js +2 -52
  109. package/dist/Table-BgCxfBcm.js +392 -0
  110. package/dist/Table.d.ts +61 -63
  111. package/dist/Table.js +8 -427
  112. package/dist/Tag-DK2KkPIQ.js +76 -0
  113. package/dist/Tag.d.ts +8 -8
  114. package/dist/Tag.js +2 -74
  115. package/dist/VisuallyHidden-OeQvhxYn.d.ts +13 -0
  116. package/dist/VisuallyHidden-pll3amXE.js +29 -0
  117. package/dist/VisuallyHidden.d.ts +2 -13
  118. package/dist/VisuallyHidden.js +2 -25
  119. package/dist/decorate-DwpAc4D0.js +9 -0
  120. package/dist/hasSlotController-DSBCVzPD.js +38 -0
  121. package/dist/hasSlotController-DWPyZ52b.d.ts +19 -0
  122. package/dist/index.d.ts +33 -30
  123. package/dist/index.js +35 -45
  124. package/dist/leu-accordion.d.ts +7 -10
  125. package/dist/leu-accordion.js +4 -8
  126. package/dist/leu-button-group.d.ts +7 -10
  127. package/dist/leu-button-group.js +8 -12
  128. package/dist/leu-button.d.ts +7 -11
  129. package/dist/leu-button.js +7 -11
  130. package/dist/leu-chart-wrapper.d.ts +7 -12
  131. package/dist/leu-chart-wrapper.js +5 -9
  132. package/dist/leu-checkbox-group.d.ts +7 -10
  133. package/dist/leu-checkbox-group.js +7 -10
  134. package/dist/leu-checkbox.d.ts +7 -11
  135. package/dist/leu-checkbox.js +6 -8
  136. package/dist/leu-chip-group.d.ts +7 -12
  137. package/dist/leu-chip-group.js +5 -10
  138. package/dist/leu-chip-link.d.ts +7 -11
  139. package/dist/leu-chip-link.js +5 -8
  140. package/dist/leu-chip-removable.d.ts +7 -12
  141. package/dist/leu-chip-removable.js +6 -9
  142. package/dist/leu-chip-selectable.d.ts +7 -11
  143. package/dist/leu-chip-selectable.js +5 -8
  144. package/dist/leu-dialog.d.ts +7 -13
  145. package/dist/leu-dialog.js +5 -11
  146. package/dist/leu-dropdown.d.ts +7 -18
  147. package/dist/leu-dropdown.js +11 -17
  148. package/dist/leu-file-input.d.ts +7 -13
  149. package/dist/leu-file-input.js +9 -13
  150. package/dist/leu-icon.d.ts +7 -10
  151. package/dist/leu-icon.js +4 -7
  152. package/dist/leu-input.d.ts +7 -12
  153. package/dist/leu-input.js +6 -12
  154. package/dist/leu-menu-item.d.ts +7 -11
  155. package/dist/leu-menu-item.js +5 -9
  156. package/dist/leu-menu.d.ts +7 -12
  157. package/dist/leu-menu.js +6 -10
  158. package/dist/leu-message.d.ts +7 -11
  159. package/dist/leu-message.js +5 -10
  160. package/dist/leu-pagination.d.ts +7 -13
  161. package/dist/leu-pagination.js +9 -14
  162. package/dist/leu-placeholder.d.ts +7 -10
  163. package/dist/leu-placeholder.js +4 -5
  164. package/dist/leu-popup.d.ts +7 -11
  165. package/dist/leu-popup.js +4 -8
  166. package/dist/leu-progress-bar.d.ts +7 -10
  167. package/dist/leu-progress-bar.js +4 -8
  168. package/dist/leu-radio-group.d.ts +7 -10
  169. package/dist/leu-radio-group.js +5 -9
  170. package/dist/leu-radio.d.ts +7 -10
  171. package/dist/leu-radio.js +4 -7
  172. package/dist/leu-range.d.ts +7 -10
  173. package/dist/leu-range.js +4 -9
  174. package/dist/leu-scroll-top.d.ts +7 -12
  175. package/dist/leu-scroll-top.js +8 -13
  176. package/dist/leu-select.d.ts +7 -19
  177. package/dist/leu-select.js +12 -19
  178. package/dist/leu-spinner.d.ts +7 -10
  179. package/dist/leu-spinner.js +4 -5
  180. package/dist/leu-table.d.ts +7 -14
  181. package/dist/leu-table.js +10 -17
  182. package/dist/leu-tag.d.ts +7 -10
  183. package/dist/leu-tag.js +4 -7
  184. package/dist/leu-visually-hidden.d.ts +7 -10
  185. package/dist/leu-visually-hidden.js +4 -5
  186. package/dist/utils-hfk5Nwy8.js +28 -0
  187. package/dist/vscode.html-custom-data.json +7 -8
  188. package/dist/vue/index.d.ts +5 -9
  189. package/dist/web-types.json +18 -24
  190. package/eslint.config.mjs +79 -0
  191. package/package.json +44 -60
  192. package/scripts/generate-component/templates/stories/[name].stories.ts +1 -1
  193. package/src/components/accordion/Accordion.ts +1 -1
  194. package/src/components/button/Button.ts +76 -5
  195. package/src/components/button/button.css +37 -9
  196. package/src/components/button/stories/button.stories.ts +23 -0
  197. package/src/components/button/test/button.test.ts +214 -9
  198. package/src/components/button-group/ButtonGroup.ts +1 -6
  199. package/src/components/button-group/stories/button-group.stories.ts +1 -1
  200. package/src/components/chart-wrapper/ChartWrapper.ts +1 -1
  201. package/src/components/chart-wrapper/stories/chart-wrapper.stories.ts +1 -1
  202. package/src/components/checkbox/Checkbox.ts +76 -12
  203. package/src/components/checkbox/CheckboxGroup.ts +1 -1
  204. package/src/components/checkbox/checkbox.css +4 -0
  205. package/src/components/checkbox/stories/checkbox.stories.ts +26 -3
  206. package/src/components/checkbox/test/checkbox.test.ts +147 -3
  207. package/src/components/chip/Chip.ts +1 -1
  208. package/src/components/chip/ChipGroup.ts +2 -2
  209. package/src/components/chip/stories/chip-removable.stories.ts +1 -1
  210. package/src/components/chip/test/chip-removable.test.ts +2 -2
  211. package/src/components/dialog/Dialog.ts +1 -1
  212. package/src/components/dialog/stories/dialog.stories.ts +0 -2
  213. package/src/components/dropdown/Dropdown.ts +1 -1
  214. package/src/components/dropdown/stories/dropdown.stories.ts +1 -1
  215. package/src/components/file-input/FileInput.ts +18 -20
  216. package/src/components/file-input/stories/file-input.stories.ts +2 -2
  217. package/src/components/file-input/test/file-input.test.ts +14 -1
  218. package/src/components/icon/Icon.ts +1 -1
  219. package/src/components/input/Input.ts +18 -7
  220. package/src/components/input/stories/input.stories.ts +24 -21
  221. package/src/components/menu/Menu.ts +4 -4
  222. package/src/components/menu/MenuItem.ts +1 -1
  223. package/src/components/menu/stories/menu-item.stories.ts +0 -2
  224. package/src/components/message/Message.ts +1 -1
  225. package/src/components/message/stories/message.stories.ts +2 -2
  226. package/src/components/pagination/Pagination.ts +1 -1
  227. package/src/components/pagination/stories/pagination.stories.ts +3 -3
  228. package/src/components/pagination/test/pagination.test.ts +1 -1
  229. package/src/components/placeholder/Placeholder.ts +1 -1
  230. package/src/components/placeholder/stories/placeholder.stories.ts +1 -1
  231. package/src/components/popup/Popup.ts +1 -1
  232. package/src/components/progress-bar/ProgressBar.ts +1 -1
  233. package/src/components/progress-bar/stories/progress-bar.stories.ts +1 -1
  234. package/src/components/radio/Radio.ts +1 -1
  235. package/src/components/radio/RadioGroup.ts +5 -5
  236. package/src/components/range/Range.ts +1 -1
  237. package/src/components/range/stories/range.stories.ts +2 -2
  238. package/src/components/scroll-top/ScrollTop.ts +1 -1
  239. package/src/components/select/Select.ts +2 -5
  240. package/src/components/spinner/Spinner.ts +1 -1
  241. package/src/components/table/Table.ts +1 -1
  242. package/src/components/tag/Tag.ts +1 -1
  243. package/src/components/tag/stories/tag.stories.ts +1 -1
  244. package/src/components/visually-hidden/VisuallyHidden.ts +1 -1
  245. package/src/docs/contributing.mdx +1 -1
  246. package/src/docs/installation.mdx +1 -1
  247. package/src/docs/theme.mdx +1 -1
  248. package/src/docs/usage.mdx +1 -1
  249. package/src/global.d.ts +1 -1
  250. package/src/lib/LeuElement.ts +1 -1
  251. package/src/lib/mixins/FormAssociatedMixin.ts +115 -0
  252. package/src/lib/styleMap.ts +1 -1
  253. package/tsdown.config.ts +35 -0
  254. package/web-test-runner.config.mjs +20 -2
  255. package/.eslintrc.json +0 -57
  256. package/dist/Icon.d-itcQ94ym.d.ts +0 -151
  257. package/dist/LeuElement-BfXSO7MN.js +0 -42
  258. package/dist/LeuElement.d-BevHqLUu.d.ts +0 -10
  259. package/dist/_tslib-CNEFicEt.js +0 -30
  260. package/dist/components/accordion/Accordion.d.ts +0 -49
  261. package/dist/components/accordion/Accordion.d.ts.map +0 -1
  262. package/dist/components/accordion/leu-accordion.d.ts +0 -8
  263. package/dist/components/accordion/leu-accordion.d.ts.map +0 -1
  264. package/dist/components/accordion/stories/accordion.stories.d.ts +0 -26
  265. package/dist/components/accordion/stories/accordion.stories.d.ts.map +0 -1
  266. package/dist/components/accordion/test/accordion.test.d.ts +0 -2
  267. package/dist/components/accordion/test/accordion.test.d.ts.map +0 -1
  268. package/dist/components/button/Button.d.ts +0 -81
  269. package/dist/components/button/Button.d.ts.map +0 -1
  270. package/dist/components/button/leu-button.d.ts +0 -8
  271. package/dist/components/button/leu-button.d.ts.map +0 -1
  272. package/dist/components/button/stories/button.stories.d.ts +0 -19
  273. package/dist/components/button/stories/button.stories.d.ts.map +0 -1
  274. package/dist/components/button/test/button.test.d.ts +0 -3
  275. package/dist/components/button/test/button.test.d.ts.map +0 -1
  276. package/dist/components/button-group/ButtonGroup.d.ts +0 -25
  277. package/dist/components/button-group/ButtonGroup.d.ts.map +0 -1
  278. package/dist/components/button-group/leu-button-group.d.ts +0 -8
  279. package/dist/components/button-group/leu-button-group.d.ts.map +0 -1
  280. package/dist/components/button-group/stories/button-group.stories.d.ts +0 -15
  281. package/dist/components/button-group/stories/button-group.stories.d.ts.map +0 -1
  282. package/dist/components/button-group/test/button-group.test.d.ts +0 -3
  283. package/dist/components/button-group/test/button-group.test.d.ts.map +0 -1
  284. package/dist/components/chart-wrapper/ChartWrapper.d.ts +0 -34
  285. package/dist/components/chart-wrapper/ChartWrapper.d.ts.map +0 -1
  286. package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts +0 -8
  287. package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts.map +0 -1
  288. package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts +0 -47
  289. package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts.map +0 -1
  290. package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts +0 -2
  291. package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts.map +0 -1
  292. package/dist/components/checkbox/Checkbox.d.ts +0 -28
  293. package/dist/components/checkbox/Checkbox.d.ts.map +0 -1
  294. package/dist/components/checkbox/CheckboxGroup.d.ts +0 -22
  295. package/dist/components/checkbox/CheckboxGroup.d.ts.map +0 -1
  296. package/dist/components/checkbox/leu-checkbox-group.d.ts +0 -8
  297. package/dist/components/checkbox/leu-checkbox-group.d.ts.map +0 -1
  298. package/dist/components/checkbox/leu-checkbox.d.ts +0 -8
  299. package/dist/components/checkbox/leu-checkbox.d.ts.map +0 -1
  300. package/dist/components/checkbox/stories/checkbox-group.stories.d.ts +0 -29
  301. package/dist/components/checkbox/stories/checkbox-group.stories.d.ts.map +0 -1
  302. package/dist/components/checkbox/stories/checkbox.stories.d.ts +0 -22
  303. package/dist/components/checkbox/stories/checkbox.stories.d.ts.map +0 -1
  304. package/dist/components/checkbox/test/checkbox-group.test.d.ts +0 -3
  305. package/dist/components/checkbox/test/checkbox-group.test.d.ts.map +0 -1
  306. package/dist/components/checkbox/test/checkbox.test.d.ts +0 -2
  307. package/dist/components/checkbox/test/checkbox.test.d.ts.map +0 -1
  308. package/dist/components/chip/Chip.d.ts +0 -15
  309. package/dist/components/chip/Chip.d.ts.map +0 -1
  310. package/dist/components/chip/ChipGroup.d.ts +0 -38
  311. package/dist/components/chip/ChipGroup.d.ts.map +0 -1
  312. package/dist/components/chip/ChipLink.d.ts +0 -13
  313. package/dist/components/chip/ChipLink.d.ts.map +0 -1
  314. package/dist/components/chip/ChipRemovable.d.ts +0 -21
  315. package/dist/components/chip/ChipRemovable.d.ts.map +0 -1
  316. package/dist/components/chip/ChipSelectable.d.ts +0 -28
  317. package/dist/components/chip/ChipSelectable.d.ts.map +0 -1
  318. package/dist/components/chip/exports.d.ts +0 -5
  319. package/dist/components/chip/exports.d.ts.map +0 -1
  320. package/dist/components/chip/leu-chip-group.d.ts +0 -8
  321. package/dist/components/chip/leu-chip-group.d.ts.map +0 -1
  322. package/dist/components/chip/leu-chip-link.d.ts +0 -8
  323. package/dist/components/chip/leu-chip-link.d.ts.map +0 -1
  324. package/dist/components/chip/leu-chip-removable.d.ts +0 -8
  325. package/dist/components/chip/leu-chip-removable.d.ts.map +0 -1
  326. package/dist/components/chip/leu-chip-selectable.d.ts +0 -8
  327. package/dist/components/chip/leu-chip-selectable.d.ts.map +0 -1
  328. package/dist/components/chip/stories/chip-group.stories.d.ts +0 -40
  329. package/dist/components/chip/stories/chip-group.stories.d.ts.map +0 -1
  330. package/dist/components/chip/stories/chip-link.stories.d.ts +0 -27
  331. package/dist/components/chip/stories/chip-link.stories.d.ts.map +0 -1
  332. package/dist/components/chip/stories/chip-removable.stories.d.ts +0 -21
  333. package/dist/components/chip/stories/chip-removable.stories.d.ts.map +0 -1
  334. package/dist/components/chip/stories/chip-selectable.stories.d.ts +0 -35
  335. package/dist/components/chip/stories/chip-selectable.stories.d.ts.map +0 -1
  336. package/dist/components/chip/test/chip-group.test.d.ts +0 -4
  337. package/dist/components/chip/test/chip-group.test.d.ts.map +0 -1
  338. package/dist/components/chip/test/chip-link.test.d.ts +0 -2
  339. package/dist/components/chip/test/chip-link.test.d.ts.map +0 -1
  340. package/dist/components/chip/test/chip-removable.test.d.ts +0 -2
  341. package/dist/components/chip/test/chip-removable.test.d.ts.map +0 -1
  342. package/dist/components/chip/test/chip-selectable.test.d.ts +0 -2
  343. package/dist/components/chip/test/chip-selectable.test.d.ts.map +0 -1
  344. package/dist/components/chip/test/chip.test.d.ts +0 -2
  345. package/dist/components/chip/test/chip.test.d.ts.map +0 -1
  346. package/dist/components/dialog/Dialog.d.ts +0 -29
  347. package/dist/components/dialog/Dialog.d.ts.map +0 -1
  348. package/dist/components/dialog/leu-dialog.d.ts +0 -8
  349. package/dist/components/dialog/leu-dialog.d.ts.map +0 -1
  350. package/dist/components/dialog/stories/dialog.stories.d.ts +0 -19
  351. package/dist/components/dialog/stories/dialog.stories.d.ts.map +0 -1
  352. package/dist/components/dialog/test/dialog.test.d.ts +0 -2
  353. package/dist/components/dialog/test/dialog.test.d.ts.map +0 -1
  354. package/dist/components/dropdown/Dropdown.d.ts +0 -40
  355. package/dist/components/dropdown/Dropdown.d.ts.map +0 -1
  356. package/dist/components/dropdown/leu-dropdown.d.ts +0 -8
  357. package/dist/components/dropdown/leu-dropdown.d.ts.map +0 -1
  358. package/dist/components/dropdown/stories/dropdown.stories.d.ts +0 -25
  359. package/dist/components/dropdown/stories/dropdown.stories.d.ts.map +0 -1
  360. package/dist/components/dropdown/test/dropdown.test.d.ts +0 -2
  361. package/dist/components/dropdown/test/dropdown.test.d.ts.map +0 -1
  362. package/dist/components/file-input/FileInput.d.ts +0 -62
  363. package/dist/components/file-input/FileInput.d.ts.map +0 -1
  364. package/dist/components/file-input/leu-file-input.d.ts +0 -8
  365. package/dist/components/file-input/leu-file-input.d.ts.map +0 -1
  366. package/dist/components/file-input/stories/file-input.stories.d.ts +0 -34
  367. package/dist/components/file-input/stories/file-input.stories.d.ts.map +0 -1
  368. package/dist/components/file-input/test/file-input.test.d.ts +0 -2
  369. package/dist/components/file-input/test/file-input.test.d.ts.map +0 -1
  370. package/dist/components/icon/Icon.d.ts +0 -20
  371. package/dist/components/icon/Icon.d.ts.map +0 -1
  372. package/dist/components/icon/leu-icon.d.ts +0 -8
  373. package/dist/components/icon/leu-icon.d.ts.map +0 -1
  374. package/dist/components/icon/paths.d.ts +0 -127
  375. package/dist/components/icon/paths.d.ts.map +0 -1
  376. package/dist/components/icon/stories/icon.stories.d.ts +0 -32
  377. package/dist/components/icon/stories/icon.stories.d.ts.map +0 -1
  378. package/dist/components/icon/test/icon.test.d.ts +0 -2
  379. package/dist/components/icon/test/icon.test.d.ts.map +0 -1
  380. package/dist/components/input/Input.d.ts +0 -163
  381. package/dist/components/input/Input.d.ts.map +0 -1
  382. package/dist/components/input/leu-input.d.ts +0 -8
  383. package/dist/components/input/leu-input.d.ts.map +0 -1
  384. package/dist/components/input/stories/input.stories.d.ts +0 -35
  385. package/dist/components/input/stories/input.stories.d.ts.map +0 -1
  386. package/dist/components/input/test/input.test.d.ts +0 -2
  387. package/dist/components/input/test/input.test.d.ts.map +0 -1
  388. package/dist/components/menu/Menu.d.ts +0 -39
  389. package/dist/components/menu/Menu.d.ts.map +0 -1
  390. package/dist/components/menu/MenuItem.d.ts +0 -61
  391. package/dist/components/menu/MenuItem.d.ts.map +0 -1
  392. package/dist/components/menu/leu-menu-item.d.ts +0 -8
  393. package/dist/components/menu/leu-menu-item.d.ts.map +0 -1
  394. package/dist/components/menu/leu-menu.d.ts +0 -8
  395. package/dist/components/menu/leu-menu.d.ts.map +0 -1
  396. package/dist/components/menu/stories/menu-item.stories.d.ts +0 -24
  397. package/dist/components/menu/stories/menu-item.stories.d.ts.map +0 -1
  398. package/dist/components/menu/stories/menu.stories.d.ts +0 -26
  399. package/dist/components/menu/stories/menu.stories.d.ts.map +0 -1
  400. package/dist/components/menu/test/menu-item.test.d.ts +0 -3
  401. package/dist/components/menu/test/menu-item.test.d.ts.map +0 -1
  402. package/dist/components/menu/test/menu.test.d.ts +0 -4
  403. package/dist/components/menu/test/menu.test.d.ts.map +0 -1
  404. package/dist/components/message/Message.d.ts +0 -59
  405. package/dist/components/message/Message.d.ts.map +0 -1
  406. package/dist/components/message/leu-message.d.ts +0 -8
  407. package/dist/components/message/leu-message.d.ts.map +0 -1
  408. package/dist/components/message/stories/message.stories.d.ts +0 -179
  409. package/dist/components/message/stories/message.stories.d.ts.map +0 -1
  410. package/dist/components/message/test/message.test.d.ts +0 -2
  411. package/dist/components/message/test/message.test.d.ts.map +0 -1
  412. package/dist/components/pagination/Pagination.d.ts +0 -72
  413. package/dist/components/pagination/Pagination.d.ts.map +0 -1
  414. package/dist/components/pagination/leu-pagination.d.ts +0 -8
  415. package/dist/components/pagination/leu-pagination.d.ts.map +0 -1
  416. package/dist/components/pagination/stories/pagination.stories.d.ts +0 -25
  417. package/dist/components/pagination/stories/pagination.stories.d.ts.map +0 -1
  418. package/dist/components/pagination/test/pagination.test.d.ts +0 -2
  419. package/dist/components/pagination/test/pagination.test.d.ts.map +0 -1
  420. package/dist/components/placeholder/Placeholder.d.ts +0 -23
  421. package/dist/components/placeholder/Placeholder.d.ts.map +0 -1
  422. package/dist/components/placeholder/leu-placeholder.d.ts +0 -8
  423. package/dist/components/placeholder/leu-placeholder.d.ts.map +0 -1
  424. package/dist/components/placeholder/stories/placeholder.stories.d.ts +0 -27
  425. package/dist/components/placeholder/stories/placeholder.stories.d.ts.map +0 -1
  426. package/dist/components/placeholder/test/placeholder.test.d.ts +0 -2
  427. package/dist/components/placeholder/test/placeholder.test.d.ts.map +0 -1
  428. package/dist/components/popup/Popup.d.ts +0 -57
  429. package/dist/components/popup/Popup.d.ts.map +0 -1
  430. package/dist/components/popup/leu-popup.d.ts +0 -8
  431. package/dist/components/popup/leu-popup.d.ts.map +0 -1
  432. package/dist/components/popup/stories/popup.stories.d.ts +0 -28
  433. package/dist/components/popup/stories/popup.stories.d.ts.map +0 -1
  434. package/dist/components/popup/test/popup.test.d.ts +0 -2
  435. package/dist/components/popup/test/popup.test.d.ts.map +0 -1
  436. package/dist/components/progress-bar/ProgressBar.d.ts +0 -25
  437. package/dist/components/progress-bar/ProgressBar.d.ts.map +0 -1
  438. package/dist/components/progress-bar/leu-progress-bar.d.ts +0 -8
  439. package/dist/components/progress-bar/leu-progress-bar.d.ts.map +0 -1
  440. package/dist/components/progress-bar/stories/progress-bar.stories.d.ts +0 -48
  441. package/dist/components/progress-bar/stories/progress-bar.stories.d.ts.map +0 -1
  442. package/dist/components/progress-bar/test/progress-bar.test.d.ts +0 -2
  443. package/dist/components/progress-bar/test/progress-bar.test.d.ts.map +0 -1
  444. package/dist/components/radio/Radio.d.ts +0 -24
  445. package/dist/components/radio/Radio.d.ts.map +0 -1
  446. package/dist/components/radio/RadioGroup.d.ts +0 -39
  447. package/dist/components/radio/RadioGroup.d.ts.map +0 -1
  448. package/dist/components/radio/leu-radio-group.d.ts +0 -8
  449. package/dist/components/radio/leu-radio-group.d.ts.map +0 -1
  450. package/dist/components/radio/leu-radio.d.ts +0 -8
  451. package/dist/components/radio/leu-radio.d.ts.map +0 -1
  452. package/dist/components/radio/stories/radio-group.stories.d.ts +0 -29
  453. package/dist/components/radio/stories/radio-group.stories.d.ts.map +0 -1
  454. package/dist/components/radio/stories/radio.stories.d.ts +0 -22
  455. package/dist/components/radio/stories/radio.stories.d.ts.map +0 -1
  456. package/dist/components/radio/test/radio-group.test.d.ts +0 -3
  457. package/dist/components/radio/test/radio-group.test.d.ts.map +0 -1
  458. package/dist/components/radio/test/radio.test.d.ts +0 -2
  459. package/dist/components/radio/test/radio.test.d.ts.map +0 -1
  460. package/dist/components/range/Range.d.ts +0 -116
  461. package/dist/components/range/Range.d.ts.map +0 -1
  462. package/dist/components/range/leu-range.d.ts +0 -8
  463. package/dist/components/range/leu-range.d.ts.map +0 -1
  464. package/dist/components/range/stories/range.stories.d.ts +0 -231
  465. package/dist/components/range/stories/range.stories.d.ts.map +0 -1
  466. package/dist/components/range/test/range.test.d.ts +0 -2
  467. package/dist/components/range/test/range.test.d.ts.map +0 -1
  468. package/dist/components/scroll-top/ScrollTop.d.ts +0 -23
  469. package/dist/components/scroll-top/ScrollTop.d.ts.map +0 -1
  470. package/dist/components/scroll-top/leu-scroll-top.d.ts +0 -8
  471. package/dist/components/scroll-top/leu-scroll-top.d.ts.map +0 -1
  472. package/dist/components/scroll-top/stories/scroll-top.stories.d.ts +0 -8
  473. package/dist/components/scroll-top/stories/scroll-top.stories.d.ts.map +0 -1
  474. package/dist/components/scroll-top/test/scroll-top.test.d.ts +0 -2
  475. package/dist/components/scroll-top/test/scroll-top.test.d.ts.map +0 -1
  476. package/dist/components/select/Select.d.ts +0 -145
  477. package/dist/components/select/Select.d.ts.map +0 -1
  478. package/dist/components/select/leu-select.d.ts +0 -8
  479. package/dist/components/select/leu-select.d.ts.map +0 -1
  480. package/dist/components/select/stories/select.stories.d.ts +0 -23
  481. package/dist/components/select/stories/select.stories.d.ts.map +0 -1
  482. package/dist/components/select/test/fixtures.d.ts +0 -2
  483. package/dist/components/select/test/fixtures.d.ts.map +0 -1
  484. package/dist/components/select/test/select.test.d.ts +0 -3
  485. package/dist/components/select/test/select.test.d.ts.map +0 -1
  486. package/dist/components/spinner/Spinner.d.ts +0 -10
  487. package/dist/components/spinner/Spinner.d.ts.map +0 -1
  488. package/dist/components/spinner/leu-spinner.d.ts +0 -8
  489. package/dist/components/spinner/leu-spinner.d.ts.map +0 -1
  490. package/dist/components/spinner/stories/spinner.stories.d.ts +0 -16
  491. package/dist/components/spinner/stories/spinner.stories.d.ts.map +0 -1
  492. package/dist/components/spinner/test/spinner.test.d.ts +0 -2
  493. package/dist/components/spinner/test/spinner.test.d.ts.map +0 -1
  494. package/dist/components/table/Table.d.ts +0 -65
  495. package/dist/components/table/Table.d.ts.map +0 -1
  496. package/dist/components/table/leu-table.d.ts +0 -8
  497. package/dist/components/table/leu-table.d.ts.map +0 -1
  498. package/dist/components/table/stories/table.stories.d.ts +0 -15
  499. package/dist/components/table/stories/table.stories.d.ts.map +0 -1
  500. package/dist/components/table/test/table.test.d.ts +0 -2
  501. package/dist/components/table/test/table.test.d.ts.map +0 -1
  502. package/dist/components/tag/Tag.d.ts +0 -13
  503. package/dist/components/tag/Tag.d.ts.map +0 -1
  504. package/dist/components/tag/leu-tag.d.ts +0 -8
  505. package/dist/components/tag/leu-tag.d.ts.map +0 -1
  506. package/dist/components/tag/stories/tag.stories.d.ts +0 -136
  507. package/dist/components/tag/stories/tag.stories.d.ts.map +0 -1
  508. package/dist/components/tag/test/tag.test.d.ts +0 -2
  509. package/dist/components/tag/test/tag.test.d.ts.map +0 -1
  510. package/dist/components/visually-hidden/VisuallyHidden.d.ts +0 -9
  511. package/dist/components/visually-hidden/VisuallyHidden.d.ts.map +0 -1
  512. package/dist/components/visually-hidden/leu-visually-hidden.d.ts +0 -8
  513. package/dist/components/visually-hidden/leu-visually-hidden.d.ts.map +0 -1
  514. package/dist/components/visually-hidden/stories/visually-hidden.stories.d.ts +0 -13
  515. package/dist/components/visually-hidden/stories/visually-hidden.stories.d.ts.map +0 -1
  516. package/dist/components/visually-hidden/test/visually-hidden.test.d.ts +0 -2
  517. package/dist/components/visually-hidden/test/visually-hidden.test.d.ts.map +0 -1
  518. package/dist/hasSlotController-Bm2tipvG.js +0 -53
  519. package/dist/hasSlotController.d-emXwVXWF.d.ts +0 -23
  520. package/dist/index.d.ts.map +0 -1
  521. package/dist/lib/LeuElement.d.ts +0 -8
  522. package/dist/lib/LeuElement.d.ts.map +0 -1
  523. package/dist/lib/a11y.d.ts +0 -11
  524. package/dist/lib/a11y.d.ts.map +0 -1
  525. package/dist/lib/hasSlotController.d.ts +0 -20
  526. package/dist/lib/hasSlotController.d.ts.map +0 -1
  527. package/dist/lib/styleMap.d.ts +0 -61
  528. package/dist/lib/styleMap.d.ts.map +0 -1
  529. package/dist/lib/utils.d.ts +0 -23
  530. package/dist/lib/utils.d.ts.map +0 -1
  531. package/dist/styles/style.stories.d.ts +0 -6
  532. package/dist/styles/style.stories.d.ts.map +0 -1
  533. package/dist/utils-DBGsNSJW.js +0 -33
  534. package/rollup.config.js +0 -94
  535. package/web-dev-server.config.mjs +0 -30
@@ -0,0 +1,56 @@
1
+ import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
2
+ import { css, html } from "lit";
3
+ //#region src/components/spinner/spinner.css?inline
4
+ var spinner_default = css`@keyframes leu-spinner-rotate {
5
+ from {
6
+ transform: rotate(0deg);
7
+ }
8
+
9
+ to {
10
+ transform: rotate(360deg);
11
+ }
12
+ }
13
+
14
+ :host {
15
+ color: var(--leu-color-func-cyan);
16
+ }
17
+
18
+ .spinner {
19
+ display: block;
20
+ width: 3.5rem;
21
+ width: var(--leu-spinner-size, 3.5rem);
22
+ height: 3.5rem;
23
+ height: var(--leu-spinner-size, 3.5rem);
24
+ animation: leu-spinner-rotate 1s cubic-bezier(0.49, 0.12, 0.56, 0.91) infinite;
25
+ }
26
+ `;
27
+ //#endregion
28
+ //#region src/components/spinner/Spinner.ts
29
+ /**
30
+ * @tagname leu-spinner
31
+ * @cssprop --leu-spinner-size - The size of the spinner.
32
+ */
33
+ var LeuSpinner = class extends LeuElement {
34
+ static {
35
+ this.styles = [LeuElement.styles, spinner_default];
36
+ }
37
+ render() {
38
+ return html`
39
+ <svg
40
+ class="spinner"
41
+ fill="none"
42
+ xmlns="http://www.w3.org/2000/svg"
43
+ viewBox="0 0 56 56"
44
+ role="presentation"
45
+ >
46
+ <path
47
+ d="M13.8579 13.858c7.8105-7.8105 20.4737-7.8105 28.2842 0 7.8105 7.8104 7.8105 20.4737 0 28.2842-7.8105 7.8105-20.4737 7.8105-28.2842 0-4.3487-4.3486-6.2761-10.2016-5.7824-15.8838"
48
+ stroke="currentColor"
49
+ stroke-width="3"
50
+ />
51
+ </svg>
52
+ `;
53
+ }
54
+ };
55
+ //#endregion
56
+ export { LeuSpinner as t };
package/dist/Spinner.d.ts CHANGED
@@ -1,14 +1,2 @@
1
- import * as lit_html from 'lit-html';
2
- import * as lit from 'lit';
3
- import { L as LeuElement } from './LeuElement.d-BevHqLUu.js';
4
-
5
- /**
6
- * @tagname leu-spinner
7
- * @cssprop --leu-spinner-size - The size of the spinner.
8
- */
9
- declare class LeuSpinner extends LeuElement {
10
- static styles: lit.CSSResultGroup[];
11
- render(): lit_html.TemplateResult<1>;
12
- }
13
-
14
- export { LeuSpinner };
1
+ import { t as LeuSpinner } from "./Spinner-CrM1enM0.js";
2
+ export { LeuSpinner };
package/dist/Spinner.js CHANGED
@@ -1,53 +1,3 @@
1
- import { css, html } from 'lit';
2
- import { L as LeuElement } from './LeuElement-BfXSO7MN.js';
3
-
4
- var css_248z = css`@keyframes leu-spinner-rotate {
5
- from {
6
- transform: rotate(0deg);
7
- }
8
-
9
- to {
10
- transform: rotate(360deg);
11
- }
12
- }
13
-
14
- :host {
15
- color: var(--leu-color-func-cyan);
16
- }
17
-
18
- .spinner {
19
- display: block;
20
- width: 3.5rem;
21
- width: var(--leu-spinner-size, 3.5rem);
22
- height: 3.5rem;
23
- height: var(--leu-spinner-size, 3.5rem);
24
- animation: leu-spinner-rotate 1s cubic-bezier(0.49, 0.12, 0.56, 0.91) infinite;
25
- }
26
- `;
27
-
28
- /**
29
- * @tagname leu-spinner
30
- * @cssprop --leu-spinner-size - The size of the spinner.
31
- */
32
- class LeuSpinner extends LeuElement {
33
- render() {
34
- return html `
35
- <svg
36
- class="spinner"
37
- fill="none"
38
- xmlns="http://www.w3.org/2000/svg"
39
- viewBox="0 0 56 56"
40
- role="presentation"
41
- >
42
- <path
43
- d="M13.8579 13.858c7.8105-7.8105 20.4737-7.8105 28.2842 0 7.8105 7.8104 7.8105 20.4737 0 28.2842-7.8105 7.8105-20.4737 7.8105-28.2842 0-4.3487-4.3486-6.2761-10.2016-5.7824-15.8838"
44
- stroke="currentColor"
45
- stroke-width="3"
46
- />
47
- </svg>
48
- `;
49
- }
50
- }
51
- LeuSpinner.styles = [LeuElement.styles, css_248z];
52
-
1
+ import "./LeuElement-BeFrgKes.js";
2
+ import { t as LeuSpinner } from "./Spinner-DDTqijTO.js";
53
3
  export { LeuSpinner };
@@ -0,0 +1,392 @@
1
+ import { t as LeuElement } from "./LeuElement-BeFrgKes.js";
2
+ import { t as LeuIcon } from "./Icon-C_yYuynf.js";
3
+ import { t as LeuPagination } from "./Pagination-DJI5MIi_.js";
4
+ import { css, html, noChange, nothing } from "lit";
5
+ import { classMap } from "lit/directives/class-map.js";
6
+ import { createRef, ref } from "lit/directives/ref.js";
7
+ import { Directive, PartType, directive } from "lit/directive.js";
8
+ //#region src/lib/styleMap.ts
9
+ /**
10
+ * The original lit styleMap directive is not compatible with a strict style-src content security policy.
11
+ * There is an an open issue about this in the lit repository:
12
+ * https://github.com/lit/lit/issues/4719
13
+ *
14
+ * This file contains a custom implementation of the styleMap directive that bypasses
15
+ * the render method and directly updates the styles using the .style.setProperty and
16
+ * .style.removeProperty methods.
17
+ *
18
+ * In the original implementation, the render method returns a string that is set as the
19
+ * value of the style attribute. This approach is blocked by strict CSPs that disallow
20
+ * inline styles.
21
+ *
22
+ * As we don't support SSR in this library, we can safely skip the render method.
23
+ */
24
+ const important = "important";
25
+ const importantFlag = " !" + important;
26
+ const flagTrim = -11;
27
+ var StyleMapDirective = class extends Directive {
28
+ constructor(partInfo) {
29
+ super(partInfo);
30
+ if (partInfo.type !== PartType.ATTRIBUTE || partInfo.name !== "style" || partInfo.strings?.length > 2) throw new Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.");
31
+ }
32
+ render(_styleInfo) {
33
+ return nothing;
34
+ }
35
+ update(part, [styleInfo]) {
36
+ const { style } = part.element;
37
+ if (this._previousStyleProperties === void 0) this._previousStyleProperties = new Set(Object.keys(styleInfo));
38
+ for (const name of this._previousStyleProperties) if (styleInfo[name] == null) {
39
+ this._previousStyleProperties.delete(name);
40
+ if (name.includes("-")) style.removeProperty(name);
41
+ else style[name] = null;
42
+ }
43
+ for (const name in styleInfo) {
44
+ const value = styleInfo[name];
45
+ if (value != null) {
46
+ this._previousStyleProperties.add(name);
47
+ const isImportant = typeof value === "string" && value.endsWith(importantFlag);
48
+ if (name.includes("-") || isImportant) style.setProperty(name, isImportant ? value.slice(0, flagTrim) : value, isImportant ? important : "");
49
+ else style[name] = value;
50
+ }
51
+ }
52
+ return noChange;
53
+ }
54
+ };
55
+ /**
56
+ * !A custom implementation of lit's `styleMap` directive!
57
+ * A directive that applies CSS properties to an element.
58
+ *
59
+ * `styleMap` can only be used in the `style` attribute and must be the only
60
+ * expression in the attribute. It takes the property names in the
61
+ * {@link StyleInfo styleInfo} object and adds the properties to the inline
62
+ * style of the element.
63
+ *
64
+ * Property names with dashes (`-`) are assumed to be valid CSS
65
+ * property names and set on the element's style object using `setProperty()`.
66
+ * Names without dashes are assumed to be camelCased JavaScript property names
67
+ * and set on the element's style object using property assignment, allowing the
68
+ * style object to translate JavaScript-style names to CSS property names.
69
+ *
70
+ * For example `styleMap({backgroundColor: 'red', 'border-top': '5px', '--size':
71
+ * '0'})` sets the `background-color`, `border-top` and `--size` properties.
72
+ *
73
+ * @param styleInfo
74
+ * @see {@link https://lit.dev/docs/templates/directives/#stylemap styleMap code samples on Lit.dev}
75
+ */
76
+ const styleMap = directive(StyleMapDirective);
77
+ //#endregion
78
+ //#region src/components/table/table.css?inline
79
+ var table_default = css`:host {
80
+ position: relative;
81
+ display: block;
82
+ }
83
+
84
+ div.scroll {
85
+ display: inline-block;
86
+ width: 100%;
87
+ overflow: auto;
88
+ }
89
+
90
+ div.shadow {
91
+ position: absolute;
92
+ left: 0;
93
+ top: 0;
94
+ width: 100%;
95
+ height: 100%;
96
+ pointer-events: none;
97
+ z-index: 1;
98
+ }
99
+
100
+ div.pagination {
101
+ height: calc(100% - 66px);
102
+ }
103
+
104
+ table {
105
+ width: 100%;
106
+ border-spacing: 0;
107
+ color: rgba(0, 0, 0, 0.6);
108
+ font-size: 16px;
109
+ font-family: var(--leu-font-family-regular);
110
+ line-height: 1.5;
111
+ }
112
+
113
+ td {
114
+ padding: 12px;
115
+ }
116
+
117
+ th {
118
+ padding: 16px 16px 8px;
119
+ text-align: left;
120
+ font-size: 12px;
121
+ font-weight: normal;
122
+ font-family: var(--leu-font-family-black);
123
+ background: var(--table-even-row-bg);
124
+ }
125
+
126
+ td:first-child,
127
+ th:first-child {
128
+ left: 0;
129
+ background: inherit;
130
+ z-index: 1;
131
+ }
132
+
133
+ tr {
134
+ background: #fff;
135
+ }
136
+
137
+ tbody tr:nth-child(odd) {
138
+ background: var(--leu-color-black-5);
139
+ }
140
+
141
+ button {
142
+ background: none;
143
+ cursor: pointer;
144
+ line-height: 1.5;
145
+ padding: 0;
146
+ border: 0;
147
+ font-size: inherit;
148
+ font-family: inherit;
149
+ color: inherit;
150
+ }
151
+
152
+ button span {
153
+ vertical-align: bottom;
154
+ }
155
+
156
+ button leu-icon {
157
+ --leu-icon-size: 1.25rem;
158
+ display: inline-block;
159
+ padding: 0;
160
+ opacity: 0;
161
+ vertical-align: bottom;
162
+ }
163
+
164
+ button:hover leu-icon {
165
+ opacity: 1;
166
+ }
167
+
168
+ button.active leu-icon {
169
+ color: var(--leu-color-accent-blue);
170
+ opacity: 1;
171
+ }
172
+
173
+ table.sticky td:first-child,
174
+ table.sticky th:first-child {
175
+ position: sticky;
176
+ }
177
+
178
+ div.shadow-left table.sticky td:first-child,
179
+ div.shadow-left table.sticky th:first-child {
180
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
181
+ clip-path: inset(0 -15px 0 0);
182
+ }
183
+
184
+ div.shadow-left {
185
+ box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5);
186
+ }
187
+
188
+ div.shadow-right {
189
+ box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
190
+ }
191
+ `;
192
+ //#endregion
193
+ //#region src/components/table/Table.ts
194
+ /**
195
+ * @tagname leu-table
196
+ */
197
+ var LeuTable = class extends LeuElement {
198
+ static {
199
+ this.dependencies = {
200
+ "leu-icon": LeuIcon,
201
+ "leu-pagination": LeuPagination
202
+ };
203
+ }
204
+ static {
205
+ this.styles = [LeuElement.styles, table_default];
206
+ }
207
+ static {
208
+ this.properties = {
209
+ columns: { type: Array },
210
+ data: { type: Array },
211
+ firstColumnSticky: {
212
+ type: Boolean,
213
+ reflect: true
214
+ },
215
+ itemsPerPage: {
216
+ type: Number,
217
+ reflect: true
218
+ },
219
+ sortIndex: {
220
+ type: Number,
221
+ reflect: true
222
+ },
223
+ sortOrderAsc: {
224
+ type: Boolean,
225
+ reflect: true
226
+ },
227
+ width: {
228
+ type: Number,
229
+ reflect: true
230
+ },
231
+ _shadowLeft: { state: true },
232
+ _shadowRight: { state: true },
233
+ _page: { state: true }
234
+ };
235
+ }
236
+ constructor() {
237
+ super();
238
+ /** @type {array} */
239
+ this.columns = [];
240
+ /** @type {array} */
241
+ this.data = [];
242
+ /** @type {boolean} */
243
+ this.firstColumnSticky = false;
244
+ /** @type {number} */
245
+ this.itemsPerPage = null;
246
+ /** @type {number} */
247
+ this.sortIndex = null;
248
+ /** @type {boolean} */
249
+ this.sortOrderAsc = false;
250
+ /** @type {number} */
251
+ this.width = null;
252
+ /** @internal */
253
+ this._shadowLeft = false;
254
+ /** @internal */
255
+ this._shadowRight = false;
256
+ /** @internal */
257
+ this._scrollRef = createRef();
258
+ /** @internal */
259
+ this._page = 1;
260
+ this._resizeObserver = new ResizeObserver(() => {
261
+ this.shadowToggle(this._scrollRef.value);
262
+ });
263
+ }
264
+ disconnectedCallback() {
265
+ this._resizeObserver.disconnect();
266
+ }
267
+ attributeChangedCallback(name, oldVal, newVal) {
268
+ super.attributeChangedCallback(name, oldVal, newVal);
269
+ if (name === "itemsperpage" || name === "data") this._page = 1;
270
+ }
271
+ firstUpdated() {
272
+ this.shadowToggle(this._scrollRef.value);
273
+ this._resizeObserver.observe(this._scrollRef.value);
274
+ }
275
+ shadowToggle(target) {
276
+ this._shadowLeft = target.scrollLeftMax > 0 && target.scrollLeft > 0;
277
+ this._shadowRight = target.scrollLeftMax > 0 && target.scrollLeft < target.scrollLeftMax;
278
+ }
279
+ scrollEvent(event) {
280
+ this.shadowToggle(event.target);
281
+ }
282
+ isOnePropNotValid() {
283
+ if (!this._columns) return "Der Parameter 'columns' ist erforderlich !";
284
+ if (!this._sortedData) return "Der Parameter 'data' ist erforderlich !";
285
+ return null;
286
+ }
287
+ isSorted(col) {
288
+ return this.sortIndex === this._columns.indexOf(col);
289
+ }
290
+ sortClick(col) {
291
+ const index = this._columns.indexOf(col);
292
+ if (this.sortIndex === index) this.sortOrderAsc = !this.sortOrderAsc;
293
+ else {
294
+ this.sortIndex = index;
295
+ this.sortOrderAsc = false;
296
+ }
297
+ }
298
+ sortArrowIcon() {
299
+ return html`<leu-icon
300
+ name=${this.sortOrderAsc ? "arrowDown" : "arrowUp"}
301
+ ></leu-icon>`;
302
+ }
303
+ get _columns() {
304
+ return this.columns;
305
+ }
306
+ get _sortedData() {
307
+ if (this.sortIndex === null || this.sortIndex === void 0) return this.data;
308
+ const col = this._columns[this.sortIndex];
309
+ return this.data.sort(this.sortOrderAsc ? col.sort.asc : col.sort.desc);
310
+ }
311
+ get _data() {
312
+ return this.itemsPerPage && this.itemsPerPage > 0 ? this._sortedData.slice((this._page - 1) * this.itemsPerPage, this._page * this.itemsPerPage) : this._sortedData;
313
+ }
314
+ render() {
315
+ const scrollClasses = {
316
+ scroll: true,
317
+ "shadow-left": this.firstColumnSticky && this._shadowLeft
318
+ };
319
+ const shadowClassesLeft = {
320
+ shadow: true,
321
+ "shadow-left": !this.firstColumnSticky && this._shadowLeft,
322
+ pagination: this.itemsPerPage > 0
323
+ };
324
+ const shadowClassesRight = {
325
+ shadow: true,
326
+ "shadow-right": this._shadowRight,
327
+ pagination: this.itemsPerPage > 0
328
+ };
329
+ const stickyClass = { sticky: this.firstColumnSticky };
330
+ function headerStyle(col) {
331
+ if (col.headerStyle) return styleMap({
332
+ ...col.headerStyle(),
333
+ textAlign: col.align === "right" ? "right" : void 0
334
+ });
335
+ return col.align === "right" ? styleMap({ textAlign: "right" }) : nothing;
336
+ }
337
+ function bodyStyle(col, row) {
338
+ if (col.style) return styleMap({
339
+ ...col.style(row),
340
+ textAlign: col.align === "right" ? "right" : void 0
341
+ });
342
+ return col.align === "right" ? styleMap({ textAlign: "right" }) : nothing;
343
+ }
344
+ return html`
345
+ <div
346
+ class=${classMap(scrollClasses)}
347
+ @scroll="${this.scrollEvent}"
348
+ ref=${ref(this._scrollRef)}
349
+ >
350
+ <table class=${classMap(stickyClass)}>
351
+ <thead>
352
+ <tr>
353
+ ${this._columns.map((col) => html`<th style=${headerStyle(col)}>
354
+ ${col.sort ? html`<button
355
+ @click=${(_) => this.sortClick(col)}
356
+ class=${this.isSorted(col) ? "active" : nothing}
357
+ >
358
+ ${col.align === "right" ? this.sortArrowIcon() : nothing}
359
+ <span>${col.name}</span>
360
+ ${col.align !== "right" ? this.sortArrowIcon() : nothing}
361
+ </button>` : col.name}
362
+ </th>`)}
363
+ </tr>
364
+ </thead>
365
+ <tbody>
366
+ ${this._data.map((row) => html`<tr>
367
+ ${this._columns.map((col) => html`<td style=${bodyStyle(col, row)}>
368
+ ${col.value(row)}
369
+ </td>`)}
370
+ </tr>`)}
371
+ </tbody>
372
+ </table>
373
+ <div class=${classMap(shadowClassesLeft)}></div>
374
+ <div class=${classMap(shadowClassesRight)}></div>
375
+ </div>
376
+
377
+ ${this.itemsPerPage > 0 ? html`
378
+ <leu-pagination
379
+ .numOfItems=${this._sortedData.length}
380
+ .itemsPerPage=${this.itemsPerPage}
381
+ page=${this._page}
382
+ @leu:pagechange=${(e) => {
383
+ this._page = e.detail.page;
384
+ }}
385
+ >
386
+ </leu-pagination>
387
+ ` : nothing}
388
+ `;
389
+ }
390
+ };
391
+ //#endregion
392
+ export { LeuTable as t };
package/dist/Table.d.ts CHANGED
@@ -1,71 +1,69 @@
1
- import * as lit_html from 'lit-html';
2
- import * as lit from 'lit';
3
- import { L as LeuElement } from './LeuElement.d-BevHqLUu.js';
4
- import { L as LeuIcon } from './Icon.d-itcQ94ym.js';
5
- import { LeuPagination } from './Pagination.js';
6
- import './Button.js';
7
- import './VisuallyHidden.js';
1
+ import { t as LeuElement } from "./LeuElement-pJFU18Xm.js";
2
+ import { t as LeuIcon } from "./Icon-Op80LrrO.js";
3
+ import { t as LeuPagination } from "./Pagination-CqkHh-Vd.js";
4
+ import * as lit_html0 from "lit-html";
8
5
 
6
+ //#region src/components/table/Table.d.ts
9
7
  /**
10
8
  * @tagname leu-table
11
9
  */
12
10
  declare class LeuTable extends LeuElement {
13
- static dependencies: {
14
- "leu-icon": typeof LeuIcon;
15
- "leu-pagination": typeof LeuPagination;
11
+ static dependencies: {
12
+ "leu-icon": typeof LeuIcon;
13
+ "leu-pagination": typeof LeuPagination;
14
+ };
15
+ static styles: any[];
16
+ static properties: {
17
+ columns: {
18
+ type: ArrayConstructor;
16
19
  };
17
- static styles: lit.CSSResultGroup[];
18
- static properties: {
19
- columns: {
20
- type: ArrayConstructor;
21
- };
22
- data: {
23
- type: ArrayConstructor;
24
- };
25
- firstColumnSticky: {
26
- type: BooleanConstructor;
27
- reflect: boolean;
28
- };
29
- itemsPerPage: {
30
- type: NumberConstructor;
31
- reflect: boolean;
32
- };
33
- sortIndex: {
34
- type: NumberConstructor;
35
- reflect: boolean;
36
- };
37
- sortOrderAsc: {
38
- type: BooleanConstructor;
39
- reflect: boolean;
40
- };
41
- width: {
42
- type: NumberConstructor;
43
- reflect: boolean;
44
- };
45
- _shadowLeft: {
46
- state: boolean;
47
- };
48
- _shadowRight: {
49
- state: boolean;
50
- };
51
- _page: {
52
- state: boolean;
53
- };
20
+ data: {
21
+ type: ArrayConstructor;
54
22
  };
55
- constructor();
56
- disconnectedCallback(): void;
57
- attributeChangedCallback(name: any, oldVal: any, newVal: any): void;
58
- firstUpdated(): void;
59
- shadowToggle(target: any): void;
60
- scrollEvent(event: any): void;
61
- isOnePropNotValid(): "Der Parameter 'columns' ist erforderlich !" | "Der Parameter 'data' ist erforderlich !";
62
- isSorted(col: any): boolean;
63
- sortClick(col: any): void;
64
- sortArrowIcon(): lit_html.TemplateResult<1>;
65
- get _columns(): any;
66
- get _sortedData(): any;
67
- get _data(): any;
68
- render(): lit_html.TemplateResult<1>;
23
+ firstColumnSticky: {
24
+ type: BooleanConstructor;
25
+ reflect: boolean;
26
+ };
27
+ itemsPerPage: {
28
+ type: NumberConstructor;
29
+ reflect: boolean;
30
+ };
31
+ sortIndex: {
32
+ type: NumberConstructor;
33
+ reflect: boolean;
34
+ };
35
+ sortOrderAsc: {
36
+ type: BooleanConstructor;
37
+ reflect: boolean;
38
+ };
39
+ width: {
40
+ type: NumberConstructor;
41
+ reflect: boolean;
42
+ };
43
+ _shadowLeft: {
44
+ state: boolean;
45
+ };
46
+ _shadowRight: {
47
+ state: boolean;
48
+ };
49
+ _page: {
50
+ state: boolean;
51
+ };
52
+ };
53
+ constructor();
54
+ disconnectedCallback(): void;
55
+ attributeChangedCallback(name: any, oldVal: any, newVal: any): void;
56
+ firstUpdated(): void;
57
+ shadowToggle(target: any): void;
58
+ scrollEvent(event: any): void;
59
+ isOnePropNotValid(): "Der Parameter 'columns' ist erforderlich !" | "Der Parameter 'data' ist erforderlich !";
60
+ isSorted(col: any): boolean;
61
+ sortClick(col: any): void;
62
+ sortArrowIcon(): lit_html0.TemplateResult<1>;
63
+ get _columns(): any;
64
+ get _sortedData(): any;
65
+ get _data(): any;
66
+ render(): lit_html0.TemplateResult<1>;
69
67
  }
70
-
71
- export { LeuTable };
68
+ //#endregion
69
+ export { LeuTable };