@paperless/core 3.5.1 → 3.6.1

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 (335) hide show
  1. package/dist/{paperless/p-6412710a.entry.js → build/p-0da11431.entry.js} +1 -1
  2. package/dist/build/p-0f206cdb.entry.js +1 -0
  3. package/dist/build/p-1e9233ac.entry.js +1 -0
  4. package/dist/build/p-2388a075.entry.js +1 -0
  5. package/dist/build/p-4536b546.entry.js +1 -0
  6. package/dist/build/{p-26f5fca4.js → p-5087d82a.js} +1 -1
  7. package/dist/build/p-5b87fab2.entry.js +1 -0
  8. package/dist/build/{p-4cd9344a.entry.js → p-9ec433b0.entry.js} +1 -1
  9. package/dist/build/{p-f547d901.entry.js → p-9f1beebc.entry.js} +1 -1
  10. package/dist/build/p-c004664b.entry.js +1 -0
  11. package/dist/build/p-c3cab1ca.entry.js +1 -0
  12. package/dist/build/{p-413e2751.entry.js → p-d58fe6e4.entry.js} +1 -1
  13. package/dist/build/p-db387f26.entry.js +1 -0
  14. package/dist/build/p-edc7c624.entry.js +1 -0
  15. package/dist/build/paperless.esm.js +1 -1
  16. package/dist/cjs/p-avatar.cjs.entry.js +3 -3
  17. package/dist/cjs/p-button_3.cjs.entry.js +2 -2
  18. package/dist/cjs/p-checkbox_3.cjs.entry.js +4 -10
  19. package/dist/cjs/p-content-slider.cjs.entry.js +2 -2
  20. package/dist/cjs/p-drawer-body_3.cjs.entry.js +2 -2
  21. package/dist/cjs/p-dropdown-menu-item_2.cjs.entry.js +4 -9
  22. package/dist/cjs/p-empty-state_8.cjs.entry.js +2 -2
  23. package/dist/cjs/p-layout.cjs.entry.js +1 -4
  24. package/dist/cjs/p-modal-body_4.cjs.entry.js +2 -2
  25. package/dist/cjs/p-navigation-item.cjs.entry.js +3 -3
  26. package/dist/cjs/p-pagination_3.cjs.entry.js +10 -11
  27. package/dist/cjs/p-radio.cjs.entry.js +4 -4
  28. package/dist/cjs/p-range.cjs.entry.js +3 -3
  29. package/dist/collection/components/atoms/avatar/avatar/avatar.component.js +3 -3
  30. package/dist/collection/components/atoms/avatar/avatar/avatar.stories.js +17 -0
  31. package/dist/collection/components/atoms/avatar/avatar-group/avatar-group.stories.js +19 -0
  32. package/dist/collection/components/atoms/backdrop/backdrop.stories.js +29 -0
  33. package/dist/collection/components/atoms/badge/badge.stories.js +17 -0
  34. package/dist/collection/components/atoms/card/body/card-body.stories.js +21 -0
  35. package/dist/collection/components/atoms/card/container/card-container.stories.js +27 -0
  36. package/dist/collection/components/atoms/card/header/card-header.stories.js +18 -0
  37. package/dist/collection/components/atoms/checkbox/checkbox.stories.js +31 -0
  38. package/dist/collection/components/atoms/divider/divider.stories.js +26 -0
  39. package/dist/collection/components/atoms/drawer/body/drawer-body.stories.js +19 -0
  40. package/dist/collection/components/atoms/drawer/container/drawer-container.stories.js +21 -0
  41. package/dist/collection/components/atoms/drawer/header/drawer-header.component.css +1 -1
  42. package/dist/collection/components/atoms/drawer/header/drawer-header.component.js +1 -1
  43. package/dist/collection/components/atoms/drawer/header/drawer-header.stories.js +25 -0
  44. package/dist/collection/components/atoms/dropdown-menu/container/dropdown-menu-container.component.js +4 -10
  45. package/dist/collection/components/atoms/dropdown-menu/container/dropdown-menu-container.stories.js +31 -0
  46. package/dist/collection/components/atoms/dropdown-menu/item/dropdown-menu-item.component.js +4 -9
  47. package/dist/collection/components/atoms/dropdown-menu/item/dropdown-menu-item.stories.js +31 -0
  48. package/dist/collection/components/atoms/floating-menu/container/floating-menu-container.stories.js +29 -0
  49. package/dist/collection/components/atoms/floating-menu/item/floating-menu-item.stories.js +29 -0
  50. package/dist/collection/components/atoms/helper/helper.stories.js +24 -0
  51. package/dist/collection/components/atoms/iban-icon/iban-icon.stories.js +14 -0
  52. package/dist/collection/components/atoms/icon/icon.component.js +2 -2
  53. package/dist/collection/components/atoms/icon/icon.stories.js +20 -0
  54. package/dist/collection/components/atoms/illustration/illustration.stories.js +12 -0
  55. package/dist/collection/components/atoms/info-panel/info-panel.stories.js +43 -0
  56. package/dist/collection/components/atoms/layout/layout.component.js +1 -4
  57. package/dist/collection/components/atoms/layout/layout.stories.js +9 -0
  58. package/dist/collection/components/atoms/listing/item/listing-item.stories.js +17 -0
  59. package/dist/collection/components/atoms/listing/line/listing-line.stories.js +9 -0
  60. package/dist/collection/components/atoms/loader/loader.stories.js +27 -0
  61. package/dist/collection/components/atoms/modal/body/modal-body.stories.js +26 -0
  62. package/dist/collection/components/atoms/modal/container/modal-container.stories.js +24 -0
  63. package/dist/collection/components/atoms/modal/footer/modal-footer.stories.js +17 -0
  64. package/dist/collection/components/atoms/modal/header/modal-header.component.css +1 -1
  65. package/dist/collection/components/atoms/modal/header/modal-header.component.js +1 -1
  66. package/dist/collection/components/atoms/modal/header/modal-header.stories.js +26 -0
  67. package/dist/collection/components/atoms/navigation-title/navigation-title.stories.js +17 -0
  68. package/dist/collection/components/atoms/pagination/pages-item/pagination-pages-item.stories.js +26 -0
  69. package/dist/collection/components/atoms/radio/radio.component.js +4 -4
  70. package/dist/collection/components/atoms/radio/radio.stories.js +30 -0
  71. package/dist/collection/components/atoms/segment/container/segment-container.stories.js +47 -0
  72. package/dist/collection/components/atoms/segment/item/segment-item.stories.js +42 -0
  73. package/dist/collection/components/atoms/smile/smile.stories.js +9 -0
  74. package/dist/collection/components/atoms/stepper/item/stepper-item.stories.js +26 -0
  75. package/dist/collection/components/atoms/stepper/line/stepper-line.stories.js +14 -0
  76. package/dist/collection/components/atoms/tab/container/tab-container.stories.js +20 -0
  77. package/dist/collection/components/atoms/tab/item/tab-item.stories.js +20 -0
  78. package/dist/collection/components/atoms/table/actions-container/table-container.stories.js +21 -0
  79. package/dist/collection/components/atoms/table/container/table-row-actions-container.stories.js +21 -0
  80. package/dist/collection/components/atoms/toast-container/toast-container.stories.js +21 -0
  81. package/dist/collection/components/atoms/toggle/toggle.stories.js +31 -0
  82. package/dist/collection/components/atoms/tooltip/tooltip.stories.js +24 -0
  83. package/dist/collection/components/helpers/table/column/table-column.stories.js +23 -0
  84. package/dist/collection/components/helpers/table/extra-header/table-extra-header.stories.js +18 -0
  85. package/dist/collection/components/helpers/table/row-action/table-row-action.stories.js +22 -0
  86. package/dist/collection/components/molecules/accordion/accordion.stories.js +30 -0
  87. package/dist/collection/components/molecules/attachment/attachment.stories.js +30 -0
  88. package/dist/collection/components/molecules/button/button.stories.js +40 -0
  89. package/dist/collection/components/molecules/button-group/button-group.stories.js +15 -0
  90. package/dist/collection/components/molecules/calendar/calendar.stories.js +32 -0
  91. package/dist/collection/components/molecules/content-slider/content-slider.component.js +2 -2
  92. package/dist/collection/components/molecules/content-slider/content-slider.stories.js +41 -0
  93. package/dist/collection/components/molecules/cropper/cropper.stories.js +21 -0
  94. package/dist/collection/components/molecules/datepicker/datepicker.stories.js +57 -0
  95. package/dist/collection/components/molecules/dropdown/dropdown.stories.js +49 -0
  96. package/dist/collection/components/molecules/empty-state/empty-state.stories.js +29 -0
  97. package/dist/collection/components/molecules/field/container/field-container.stories.js +36 -0
  98. package/dist/collection/components/molecules/field/field/field.stories.js +112 -0
  99. package/dist/collection/components/molecules/label/label.stories.js +28 -0
  100. package/dist/collection/components/molecules/navigation/item/navigation-item.component.js +3 -3
  101. package/dist/collection/components/molecules/navigation/item/navigation-item.stories.js +33 -0
  102. package/dist/collection/components/molecules/navigation/section/navigation-section.stories.js +21 -0
  103. package/dist/collection/components/molecules/pagination/pages/pagination-pages.component.js +2 -2
  104. package/dist/collection/components/molecules/pagination/pages/pagination-pages.stories.js +32 -0
  105. package/dist/collection/components/molecules/pagination/pagination/pagination.component.js +3 -4
  106. package/dist/collection/components/molecules/pagination/pagination/pagination.stories.js +34 -0
  107. package/dist/collection/components/molecules/pagination/size/pagination-size.component.js +5 -5
  108. package/dist/collection/components/molecules/pagination/size/pagination-size.stories.js +18 -0
  109. package/dist/collection/components/molecules/profile/profile.stories.js +61 -0
  110. package/dist/collection/components/molecules/range/range.component.css +1 -1
  111. package/dist/collection/components/molecules/range/range.component.js +2 -2
  112. package/dist/collection/components/molecules/range/range.stories.js +18 -0
  113. package/dist/collection/components/molecules/select/select.stories.js +116 -0
  114. package/dist/collection/components/molecules/table/cell/table-cell.component.css +1 -1
  115. package/dist/collection/components/molecules/table/cell/table-cell.component.js +1 -1
  116. package/dist/collection/components/molecules/table/cell/table-cell.stories.js +31 -0
  117. package/dist/collection/components/molecules/table/footer/table-footer.stories.js +29 -0
  118. package/dist/collection/components/molecules/table/header/table-header.component.js +1 -1
  119. package/dist/collection/components/molecules/table/header/table-header.stories.js +33 -0
  120. package/dist/collection/components/molecules/table/row/table-row.stories.js +24 -0
  121. package/dist/collection/components/molecules/toast/toast.stories.js +26 -0
  122. package/dist/collection/components/organisms/drawer/drawer.stories.js +43 -0
  123. package/dist/collection/components/organisms/listing/listing.stories.js +38 -0
  124. package/dist/collection/components/organisms/modal/modal.stories.js +59 -0
  125. package/dist/collection/components/organisms/navbar/navbar.stories.js +76 -0
  126. package/dist/collection/components/organisms/stepper/stepper.stories.js +64 -0
  127. package/dist/collection/components/organisms/table/table.stories.js +226 -0
  128. package/dist/components/{p-I5W6Sf7I.js → p-1zHupCi5.js} +1 -1
  129. package/dist/components/{p-CtE3SyKQ.js → p-A2evcUTz.js} +1 -1
  130. package/dist/components/{p-B2Yim3N0.js → p-B6Eg4keN.js} +1 -1
  131. package/dist/components/p-ByXfZHh6.js +1 -0
  132. package/dist/components/p-C-9NHqrE.js +1 -0
  133. package/dist/components/{p-lpz2-mRO.js → p-CK97bsy0.js} +1 -1
  134. package/dist/components/{p-DwSX4Qpi.js → p-CQ1UlIQc.js} +1 -1
  135. package/dist/components/{p-W3-gOmie.js → p-CfkmcUeC.js} +1 -1
  136. package/dist/components/p-CjpOvI_N.js +1 -0
  137. package/dist/components/p-CnyIhzd5.js +1 -0
  138. package/dist/components/p-CsygZkEa.js +1 -0
  139. package/dist/components/{p-N5WuUoFr.js → p-D8P3EVdc.js} +1 -1
  140. package/dist/components/{p-BmjTa27s.js → p-DE8raUA8.js} +1 -1
  141. package/dist/components/{p-DO9DPOD_.js → p-DI_ECJzt.js} +1 -1
  142. package/dist/components/p-DYV_GnPW.js +1 -0
  143. package/dist/components/p-DeNA7G5s.js +1 -0
  144. package/dist/components/{p-lIq7FGvR.js → p-DqcTEpCu.js} +1 -1
  145. package/dist/components/p-DwJAKJDy.js +1 -0
  146. package/dist/components/p-ELoJvZtk.js +1 -0
  147. package/dist/components/{p-BPWI9w_d.js → p-N99o7eIO.js} +1 -1
  148. package/dist/components/p-accordion.js +1 -1
  149. package/dist/components/p-attachment.js +1 -1
  150. package/dist/components/p-avatar.js +1 -1
  151. package/dist/components/p-button.js +1 -1
  152. package/dist/components/p-calendar.js +1 -1
  153. package/dist/components/p-card-header.js +1 -1
  154. package/dist/components/p-checkbox.js +1 -1
  155. package/dist/components/p-content-slider.js +1 -1
  156. package/dist/components/p-cropper.js +2 -2
  157. package/dist/components/p-datepicker.js +1 -1
  158. package/dist/components/p-drawer-header.js +1 -1
  159. package/dist/components/p-drawer.js +1 -1
  160. package/dist/components/p-dropdown-menu-container.js +1 -1
  161. package/dist/components/p-dropdown-menu-item.js +1 -1
  162. package/dist/components/p-dropdown.js +1 -1
  163. package/dist/components/p-empty-state.js +1 -1
  164. package/dist/components/p-field-container.js +1 -1
  165. package/dist/components/p-field.js +1 -1
  166. package/dist/components/p-floating-menu-container.js +1 -1
  167. package/dist/components/p-floating-menu-item.js +1 -1
  168. package/dist/components/p-helper.js +1 -1
  169. package/dist/components/p-icon.js +1 -1
  170. package/dist/components/p-info-panel.js +1 -1
  171. package/dist/components/{p-CVLa68yr.js → p-jjbT-vs8.js} +1 -1
  172. package/dist/components/p-label.js +1 -1
  173. package/dist/components/p-layout.js +1 -1
  174. package/dist/components/p-listing-item.js +1 -1
  175. package/dist/components/p-modal-header.js +1 -1
  176. package/dist/components/p-modal.js +1 -1
  177. package/dist/components/p-navbar.js +1 -1
  178. package/dist/components/p-navigation-item.js +1 -1
  179. package/dist/components/p-o6ed-VvL.js +1 -0
  180. package/dist/components/p-oS1-cdrr.js +1 -0
  181. package/dist/components/p-pagination-pages.js +1 -1
  182. package/dist/components/p-pagination-size.js +1 -1
  183. package/dist/components/p-pagination.js +1 -1
  184. package/dist/components/p-profile.js +1 -1
  185. package/dist/components/p-radio.js +1 -1
  186. package/dist/components/p-range.js +1 -1
  187. package/dist/components/p-segment-item.js +1 -1
  188. package/dist/components/p-select.js +1 -1
  189. package/dist/components/{p-BP8UVm8K.js → p-swGA7EFj.js} +1 -1
  190. package/dist/components/p-table-cell.js +1 -1
  191. package/dist/components/p-table-footer.js +1 -1
  192. package/dist/components/p-table-header.js +1 -1
  193. package/dist/components/p-table.js +1 -1
  194. package/dist/components/p-toast.js +1 -1
  195. package/dist/esm/p-avatar.entry.js +3 -3
  196. package/dist/esm/p-button_3.entry.js +2 -2
  197. package/dist/esm/p-checkbox_3.entry.js +4 -10
  198. package/dist/esm/p-content-slider.entry.js +2 -2
  199. package/dist/esm/p-drawer-body_3.entry.js +2 -2
  200. package/dist/esm/p-dropdown-menu-item_2.entry.js +4 -9
  201. package/dist/esm/p-empty-state_8.entry.js +2 -2
  202. package/dist/esm/p-layout.entry.js +1 -4
  203. package/dist/esm/p-modal-body_4.entry.js +2 -2
  204. package/dist/esm/p-navigation-item.entry.js +3 -3
  205. package/dist/esm/p-pagination_3.entry.js +10 -11
  206. package/dist/esm/p-radio.entry.js +4 -4
  207. package/dist/esm/p-range.entry.js +3 -3
  208. package/dist/index.html +1 -1
  209. package/dist/{build/p-6412710a.entry.js → paperless/p-0da11431.entry.js} +1 -1
  210. package/dist/paperless/p-0f206cdb.entry.js +1 -0
  211. package/dist/paperless/p-1e9233ac.entry.js +1 -0
  212. package/dist/paperless/p-2388a075.entry.js +1 -0
  213. package/dist/paperless/p-4536b546.entry.js +1 -0
  214. package/dist/paperless/p-5b87fab2.entry.js +1 -0
  215. package/dist/paperless/{p-4cd9344a.entry.js → p-9ec433b0.entry.js} +1 -1
  216. package/dist/paperless/{p-f547d901.entry.js → p-9f1beebc.entry.js} +1 -1
  217. package/dist/paperless/p-c004664b.entry.js +1 -0
  218. package/dist/paperless/p-c3cab1ca.entry.js +1 -0
  219. package/dist/paperless/{p-413e2751.entry.js → p-d58fe6e4.entry.js} +1 -1
  220. package/dist/paperless/p-db387f26.entry.js +1 -0
  221. package/dist/paperless/p-edc7c624.entry.js +1 -0
  222. package/dist/paperless/paperless.esm.js +1 -1
  223. package/dist/sw.js +1 -1
  224. package/dist/sw.js.map +1 -1
  225. package/dist/types/components/atoms/avatar/avatar/avatar.stories.d.ts +14 -0
  226. package/dist/types/components/atoms/avatar/avatar-group/avatar-group.stories.d.ts +19 -0
  227. package/dist/types/components/atoms/backdrop/backdrop.stories.d.ts +23 -0
  228. package/dist/types/components/atoms/badge/badge.stories.d.ts +18 -0
  229. package/dist/types/components/atoms/card/body/card-body.stories.d.ts +19 -0
  230. package/dist/types/components/atoms/card/container/card-container.stories.d.ts +23 -0
  231. package/dist/types/components/atoms/card/header/card-header.stories.d.ts +15 -0
  232. package/dist/types/components/atoms/checkbox/checkbox.stories.d.ts +24 -0
  233. package/dist/types/components/atoms/divider/divider.stories.d.ts +20 -0
  234. package/dist/types/components/atoms/drawer/body/drawer-body.stories.d.ts +19 -0
  235. package/dist/types/components/atoms/drawer/container/drawer-container.stories.d.ts +19 -0
  236. package/dist/types/components/atoms/drawer/header/drawer-header.stories.d.ts +19 -0
  237. package/dist/types/components/atoms/dropdown-menu/container/dropdown-menu-container.stories.d.ts +15 -0
  238. package/dist/types/components/atoms/dropdown-menu/item/dropdown-menu-item.stories.d.ts +27 -0
  239. package/dist/types/components/atoms/floating-menu/container/floating-menu-container.stories.d.ts +23 -0
  240. package/dist/types/components/atoms/floating-menu/item/floating-menu-item.stories.d.ts +25 -0
  241. package/dist/types/components/atoms/helper/helper.stories.d.ts +20 -0
  242. package/dist/types/components/atoms/iban-icon/iban-icon.stories.d.ts +11 -0
  243. package/dist/types/components/atoms/icon/icon.stories.d.ts +17 -0
  244. package/dist/types/components/atoms/illustration/illustration.stories.d.ts +13 -0
  245. package/dist/types/components/atoms/info-panel/info-panel.stories.d.ts +27 -0
  246. package/dist/types/components/atoms/layout/layout.stories.d.ts +10 -0
  247. package/dist/types/components/atoms/listing/item/listing-item.stories.d.ts +19 -0
  248. package/dist/types/components/atoms/listing/line/listing-line.stories.d.ts +8 -0
  249. package/dist/types/components/atoms/loader/loader.stories.d.ts +23 -0
  250. package/dist/types/components/atoms/modal/body/modal-body.stories.d.ts +22 -0
  251. package/dist/types/components/atoms/modal/container/modal-container.stories.d.ts +20 -0
  252. package/dist/types/components/atoms/modal/footer/modal-footer.stories.d.ts +18 -0
  253. package/dist/types/components/atoms/modal/header/modal-header.stories.d.ts +20 -0
  254. package/dist/types/components/atoms/navigation-title/navigation-title.stories.d.ts +18 -0
  255. package/dist/types/components/atoms/pagination/pages-item/pagination-pages-item.stories.d.ts +22 -0
  256. package/dist/types/components/atoms/radio/radio.stories.d.ts +24 -0
  257. package/dist/types/components/atoms/segment/container/segment-container.stories.d.ts +14 -0
  258. package/dist/types/components/atoms/segment/item/segment-item.stories.d.ts +34 -0
  259. package/dist/types/components/atoms/smile/smile.stories.d.ts +10 -0
  260. package/dist/types/components/atoms/stepper/item/stepper-item.stories.d.ts +23 -0
  261. package/dist/types/components/atoms/stepper/line/stepper-line.stories.d.ts +11 -0
  262. package/dist/types/components/atoms/tab/container/tab-container.stories.d.ts +11 -0
  263. package/dist/types/components/atoms/tab/item/tab-item.stories.d.ts +22 -0
  264. package/dist/types/components/atoms/table/actions-container/table-container.stories.d.ts +19 -0
  265. package/dist/types/components/atoms/table/container/table-row-actions-container.stories.d.ts +19 -0
  266. package/dist/types/components/atoms/toast-container/toast-container.stories.d.ts +19 -0
  267. package/dist/types/components/atoms/toggle/toggle.stories.d.ts +24 -0
  268. package/dist/types/components/atoms/tooltip/tooltip.stories.d.ts +17 -0
  269. package/dist/types/components/helpers/table/column/table-column.stories.d.ts +18 -0
  270. package/dist/types/components/helpers/table/extra-header/table-extra-header.stories.d.ts +13 -0
  271. package/dist/types/components/helpers/table/row-action/table-row-action.stories.d.ts +19 -0
  272. package/dist/types/components/molecules/accordion/accordion.stories.d.ts +24 -0
  273. package/dist/types/components/molecules/attachment/attachment.stories.d.ts +22 -0
  274. package/dist/types/components/molecules/button/button.stories.d.ts +34 -0
  275. package/dist/types/components/molecules/button-group/button-group.stories.d.ts +10 -0
  276. package/dist/types/components/molecules/calendar/calendar.stories.d.ts +27 -0
  277. package/dist/types/components/molecules/content-slider/content-slider.stories.d.ts +13 -0
  278. package/dist/types/components/molecules/cropper/cropper.stories.d.ts +16 -0
  279. package/dist/types/components/molecules/datepicker/datepicker.stories.d.ts +52 -0
  280. package/dist/types/components/molecules/dropdown/dropdown.stories.d.ts +32 -0
  281. package/dist/types/components/molecules/empty-state/empty-state.stories.d.ts +24 -0
  282. package/dist/types/components/molecules/field/container/field-container.stories.d.ts +30 -0
  283. package/dist/types/components/molecules/field/field/field.stories.d.ts +75 -0
  284. package/dist/types/components/molecules/label/label.stories.d.ts +24 -0
  285. package/dist/types/components/molecules/navigation/item/navigation-item.stories.d.ts +29 -0
  286. package/dist/types/components/molecules/navigation/section/navigation-section.stories.d.ts +19 -0
  287. package/dist/types/components/molecules/pagination/pages/pagination-pages.stories.d.ts +25 -0
  288. package/dist/types/components/molecules/pagination/pagination/pagination.stories.d.ts +28 -0
  289. package/dist/types/components/molecules/pagination/size/pagination-size.stories.d.ts +13 -0
  290. package/dist/types/components/molecules/profile/profile.stories.d.ts +43 -0
  291. package/dist/types/components/molecules/range/range.stories.d.ts +13 -0
  292. package/dist/types/components/molecules/select/select.stories.d.ts +63 -0
  293. package/dist/types/components/molecules/table/cell/table-cell.stories.d.ts +27 -0
  294. package/dist/types/components/molecules/table/footer/table-footer.stories.d.ts +21 -0
  295. package/dist/types/components/molecules/table/header/table-header.stories.d.ts +25 -0
  296. package/dist/types/components/molecules/table/row/table-row.stories.d.ts +20 -0
  297. package/dist/types/components/molecules/toast/toast.stories.d.ts +21 -0
  298. package/dist/types/components/organisms/drawer/drawer.stories.d.ts +29 -0
  299. package/dist/types/components/organisms/listing/listing.stories.d.ts +16 -0
  300. package/dist/types/components/organisms/modal/modal.stories.d.ts +39 -0
  301. package/dist/types/components/organisms/navbar/navbar.stories.d.ts +8 -0
  302. package/dist/types/components/organisms/stepper/stepper.stories.d.ts +32 -0
  303. package/dist/types/components/organisms/table/table.stories.d.ts +67 -0
  304. package/hydrate/index.js +42 -57
  305. package/hydrate/index.mjs +42 -57
  306. package/package.json +1 -1
  307. package/dist/build/p-099fed2a.entry.js +0 -1
  308. package/dist/build/p-102da1de.entry.js +0 -1
  309. package/dist/build/p-1b85b4f5.entry.js +0 -1
  310. package/dist/build/p-1be02ecd.entry.js +0 -1
  311. package/dist/build/p-2a9e2f97.entry.js +0 -1
  312. package/dist/build/p-31869c91.entry.js +0 -1
  313. package/dist/build/p-33c965ed.entry.js +0 -1
  314. package/dist/build/p-63ef1d8d.entry.js +0 -1
  315. package/dist/build/p-f13f7779.entry.js +0 -1
  316. package/dist/components/p-4hSImsoh.js +0 -1
  317. package/dist/components/p-B9s4_6Vm.js +0 -1
  318. package/dist/components/p-BtH8h7p9.js +0 -1
  319. package/dist/components/p-Bxk-f0zV.js +0 -1
  320. package/dist/components/p-Ci4QOmx5.js +0 -1
  321. package/dist/components/p-DEO_PtTi.js +0 -1
  322. package/dist/components/p-DIB8_iWS.js +0 -1
  323. package/dist/components/p-DlT01gcI.js +0 -1
  324. package/dist/components/p-DsMVZr-6.js +0 -1
  325. package/dist/components/p-ZcWq_nUH.js +0 -1
  326. package/dist/components/p-iLGr9rDU.js +0 -1
  327. package/dist/paperless/p-099fed2a.entry.js +0 -1
  328. package/dist/paperless/p-102da1de.entry.js +0 -1
  329. package/dist/paperless/p-1b85b4f5.entry.js +0 -1
  330. package/dist/paperless/p-1be02ecd.entry.js +0 -1
  331. package/dist/paperless/p-2a9e2f97.entry.js +0 -1
  332. package/dist/paperless/p-31869c91.entry.js +0 -1
  333. package/dist/paperless/p-33c965ed.entry.js +0 -1
  334. package/dist/paperless/p-63ef1d8d.entry.js +0 -1
  335. package/dist/paperless/p-f13f7779.entry.js +0 -1
@@ -0,0 +1,29 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ content: string;
6
+ };
7
+ argTypes: {
8
+ content: {
9
+ type: string;
10
+ };
11
+ counter: {
12
+ type: string;
13
+ };
14
+ };
15
+ };
16
+ export default meta;
17
+ export declare const Default: {
18
+ render: ({ content, icon, active, loading, as, counter, href, target, class: className, }: {
19
+ content: any;
20
+ icon: any;
21
+ active: any;
22
+ loading: any;
23
+ as: any;
24
+ counter: any;
25
+ href: any;
26
+ target: any;
27
+ class: any;
28
+ }) => import("lit-html").TemplateResult<1>;
29
+ };
@@ -0,0 +1,19 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ content: string;
6
+ };
7
+ argTypes: {
8
+ content: {
9
+ type: string;
10
+ };
11
+ };
12
+ };
13
+ export default meta;
14
+ export declare const Default: {
15
+ render: ({ content, header }: {
16
+ content: any;
17
+ header: any;
18
+ }) => import("lit-html").TemplateResult<1>;
19
+ };
@@ -0,0 +1,25 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ total: number;
6
+ };
7
+ parameters: {
8
+ layout: string;
9
+ docs: {
10
+ iframeHeight: number;
11
+ story: {
12
+ height: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ export default meta;
18
+ export declare const Default: {
19
+ render: ({ page, "page-size": pageSize, "hide-on-single-page": hideOnSinglePage, total, }: {
20
+ page: any;
21
+ "page-size": any;
22
+ "hide-on-single-page": any;
23
+ total: any;
24
+ }) => import("lit-html").TemplateResult<1>;
25
+ };
@@ -0,0 +1,28 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ total: number;
6
+ };
7
+ parameters: {
8
+ layout: string;
9
+ docs: {
10
+ iframeHeight: number;
11
+ story: {
12
+ height: string;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ export default meta;
18
+ export declare const Default: {
19
+ render: ({ "hide-on-single-page": hideOnSinglePage, "enable-pagination-size": enablePaginationSize, "enable-pagination-pages": enablePaginationPages, page, total, "page-size": pageSize, "page-size-options": pageSizeOptions, }: {
20
+ "hide-on-single-page": any;
21
+ "enable-pagination-size": any;
22
+ "enable-pagination-pages": any;
23
+ page: any;
24
+ total: any;
25
+ "page-size": any;
26
+ "page-size-options": any;
27
+ }) => import("lit-html").TemplateResult<1>;
28
+ };
@@ -0,0 +1,13 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ };
5
+ export default meta;
6
+ export declare const Default: {
7
+ render: ({ size, "size-options": sizeOptions, "item-template": itemTemplate, hidden, }: {
8
+ size: any;
9
+ "size-options": any;
10
+ "item-template": any;
11
+ hidden: any;
12
+ }) => import("lit-html").TemplateResult<1>;
13
+ };
@@ -0,0 +1,43 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ title: string;
6
+ subTitle: any;
7
+ 'dropdown-location': string;
8
+ };
9
+ argTypes: {
10
+ title: {
11
+ type: {
12
+ required: boolean;
13
+ };
14
+ };
15
+ subTitle: {
16
+ type: string;
17
+ };
18
+ };
19
+ parameters: {
20
+ layout: string;
21
+ docs: {
22
+ iframeHeight: number;
23
+ story: {
24
+ height: string;
25
+ };
26
+ };
27
+ };
28
+ };
29
+ export default meta;
30
+ export declare const Default: {
31
+ render: ({ title, subTitle, "dropdown-location": dropdownLocation }: {
32
+ title: any;
33
+ subTitle: any;
34
+ "dropdown-location": any;
35
+ }) => import("lit-html").TemplateResult<1>;
36
+ };
37
+ export declare const Dropdown: {
38
+ render: ({ title, subTitle, "dropdown-location": dropdownLocation }: {
39
+ title: any;
40
+ subTitle: any;
41
+ "dropdown-location": any;
42
+ }) => import("lit-html").TemplateResult<1>;
43
+ };
@@ -0,0 +1,13 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ };
5
+ export default meta;
6
+ export declare const Default: {
7
+ render: ({ min, max, step, value }: {
8
+ min: any;
9
+ max: any;
10
+ step: any;
11
+ value: any;
12
+ }) => import("lit-html").TemplateResult<1>;
13
+ };
@@ -0,0 +1,63 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ label: string;
6
+ items: string;
7
+ 'identifier-key': string;
8
+ };
9
+ parameters: {
10
+ docs: {
11
+ iframeHeight: number;
12
+ story: {
13
+ height: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ export default meta;
19
+ export declare const Default: {
20
+ render: ({ items, multi, strategy, icon, query, placeholder, "autocomplete-placeholder": autocompletePlaceholder, value, "display-key": displayKey, "dropdown-display-key": dropdownDisplayKey, "selection-display-key": selectionDisplayKey, "value-key": valueKey, "avatar-key": avatarKey, "icon-key": iconKey, "show-icon-in-selected-item": showIconInSelectedItem, "class-key": classKey, "apply-class-on-selected-item": applyClassOnSelectedItem, "avatar-letters-key": avatarLettersKey, "identifier-key": identifierKey, "query-key": queryKey, "auto-select-first": autoSelectFirst, "show-chevron": showChevron, "max-displayed-items": maxDisplayedItems, "enable-autocomplete": enableAutocomplete, "enable-text-wrap": enableTextWrap, "async-filter": asyncFilter, loading, "enable-select-all": enableSelectAll, "select-all-text": selectAllText, "select-all-icon": selectAllIcon, size, prefix, label, helper, required, "show-optional": showOptional, error, disabled, "show-add-item": showAddItem, "add-item-text": addItemText, "empty-state-text": emptyStateText, }: {
21
+ items: any;
22
+ multi: any;
23
+ strategy: any;
24
+ icon: any;
25
+ query: any;
26
+ placeholder: any;
27
+ "autocomplete-placeholder": any;
28
+ value: any;
29
+ "display-key": any;
30
+ "dropdown-display-key": any;
31
+ "selection-display-key": any;
32
+ "value-key": any;
33
+ "avatar-key": any;
34
+ "icon-key": any;
35
+ "show-icon-in-selected-item": any;
36
+ "class-key": any;
37
+ "apply-class-on-selected-item": any;
38
+ "avatar-letters-key": any;
39
+ "identifier-key": any;
40
+ "query-key": any;
41
+ "auto-select-first": any;
42
+ "show-chevron": any;
43
+ "max-displayed-items": any;
44
+ "enable-autocomplete": any;
45
+ "enable-text-wrap": any;
46
+ "async-filter": any;
47
+ loading: any;
48
+ "enable-select-all": any;
49
+ "select-all-text": any;
50
+ "select-all-icon": any;
51
+ size: any;
52
+ prefix: any;
53
+ label: any;
54
+ helper: any;
55
+ required: any;
56
+ "show-optional": any;
57
+ error: any;
58
+ disabled: any;
59
+ "show-add-item": any;
60
+ "add-item-text": any;
61
+ "empty-state-text": any;
62
+ }) => import("lit-html").TemplateResult<1>;
63
+ };
@@ -0,0 +1,27 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ content: string;
6
+ };
7
+ argTypes: {
8
+ content: {
9
+ type: string;
10
+ };
11
+ };
12
+ };
13
+ export default meta;
14
+ export declare const Default: {
15
+ render: ({ content, variant, index, "row-index": rowIndex, definition, item, value, "table-has-actions": tableHasActions, checkbox, template, }: {
16
+ content: any;
17
+ variant: any;
18
+ index: any;
19
+ "row-index": any;
20
+ definition: any;
21
+ item: any;
22
+ value: any;
23
+ "table-has-actions": any;
24
+ checkbox: any;
25
+ template: any;
26
+ }) => import("lit-html").TemplateResult<1>;
27
+ };
@@ -0,0 +1,21 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ total: number;
6
+ };
7
+ };
8
+ export default meta;
9
+ export declare const Default: {
10
+ render: ({ "enable-page-size": enablePageSize, "enable-pagination": enablePagination, "enable-export": enableExport, loading, page, total, "page-size": pageSize, "page-size-options": pageSizeOptions, "hide-on-single-page": hideOnSinglePage, }: {
11
+ "enable-page-size": any;
12
+ "enable-pagination": any;
13
+ "enable-export": any;
14
+ loading: any;
15
+ page: any;
16
+ total: any;
17
+ "page-size": any;
18
+ "page-size-options": any;
19
+ "hide-on-single-page": any;
20
+ }) => import("lit-html").TemplateResult<1>;
21
+ };
@@ -0,0 +1,25 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ };
5
+ export default meta;
6
+ export declare const Default: {
7
+ render: ({ "quick-filters": quickFilters, "active-quick-filter-identifier": activeQuickFilterIdentifier, loading, "enable-search": enableSearch, "items-selected-amount": itemsSelectedAmount, query, "enable-filter": enableFilter, "enable-filter-desktop": enableFilterDesktop, "selected-filters-amount": selectedFiltersAmount, "filter-button-template": filterButtonTemplate, "enable-action": enableAction, "action-loading": actionLoading, "action-icon": actionIcon, "action-text": actionText, "can-use-action": canUseAction, "action-button-template": actionButtonTemplate, }: {
8
+ "quick-filters": any;
9
+ "active-quick-filter-identifier": any;
10
+ loading: any;
11
+ "enable-search": any;
12
+ "items-selected-amount": any;
13
+ query: any;
14
+ "enable-filter": any;
15
+ "enable-filter-desktop": any;
16
+ "selected-filters-amount": any;
17
+ "filter-button-template": any;
18
+ "enable-action": any;
19
+ "action-loading": any;
20
+ "action-icon": any;
21
+ "action-text": any;
22
+ "can-use-action": any;
23
+ "action-button-template": any;
24
+ }) => import("lit-html").TemplateResult<1>;
25
+ };
@@ -0,0 +1,20 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ content: string;
6
+ };
7
+ argTypes: {
8
+ content: {
9
+ type: string;
10
+ };
11
+ };
12
+ };
13
+ export default meta;
14
+ export declare const Default: {
15
+ render: ({ content, variant, "enable-hover": enableHover }: {
16
+ content: any;
17
+ variant: any;
18
+ "enable-hover": any;
19
+ }) => import("lit-html").TemplateResult<1>;
20
+ };
@@ -0,0 +1,21 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ header: string;
6
+ content: string;
7
+ variant: string;
8
+ };
9
+ };
10
+ export default meta;
11
+ export declare const Default: {
12
+ render: ({ variant, header, content, "enable-action": enableAction, "action-icon": actionIcon, "action-icon-flip": actionIconFlip, "action-icon-rotate": actionIconRotate, }: {
13
+ variant: any;
14
+ header: any;
15
+ content: any;
16
+ "enable-action": any;
17
+ "action-icon": any;
18
+ "action-icon-flip": any;
19
+ "action-icon-rotate": any;
20
+ }) => import("lit-html").TemplateResult<1>;
21
+ };
@@ -0,0 +1,29 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ header: string;
6
+ show: boolean;
7
+ 'scroll-lock': boolean;
8
+ };
9
+ parameters: {
10
+ docs: {
11
+ iframeHeight: number;
12
+ story: {
13
+ height: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ export default meta;
19
+ export declare const Default: {
20
+ render: ({ header, show, "apply-blur": applyBlur, "show-close": showClose, "backdrop-click-close": backdropClickClose, "can-close": canClose, "scroll-lock": scrollLock, }: {
21
+ header: any;
22
+ show: any;
23
+ "apply-blur": any;
24
+ "show-close": any;
25
+ "backdrop-click-close": any;
26
+ "can-close": any;
27
+ "scroll-lock": any;
28
+ }) => import("lit-html").TemplateResult<1>;
29
+ };
@@ -0,0 +1,16 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ parameters: {
5
+ docs: {
6
+ iframeHeight: number;
7
+ story: {
8
+ height: string;
9
+ };
10
+ };
11
+ };
12
+ };
13
+ export default meta;
14
+ export declare const Default: {
15
+ render: () => import("lit-html").TemplateResult<1>;
16
+ };
@@ -0,0 +1,39 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ header: string;
6
+ content: string;
7
+ show: boolean;
8
+ 'scroll-lock': boolean;
9
+ };
10
+ argTypes: {
11
+ content: {
12
+ type: string;
13
+ };
14
+ };
15
+ parameters: {
16
+ docs: {
17
+ iframeHeight: number;
18
+ story: {
19
+ height: string;
20
+ };
21
+ };
22
+ };
23
+ };
24
+ export default meta;
25
+ export declare const Default: {
26
+ render: ({ content, size, variant, header, show, "apply-blur": applyBlur, "show-close": showClose, "show-mobile-footer": showMobileFooter, "backdrop-click-close": backdropClickClose, "scroll-lock": scrollLock, padding, }: {
27
+ content: any;
28
+ size: any;
29
+ variant: any;
30
+ header: any;
31
+ show: any;
32
+ "apply-blur": any;
33
+ "show-close": any;
34
+ "show-mobile-footer": any;
35
+ "backdrop-click-close": any;
36
+ "scroll-lock": any;
37
+ padding: any;
38
+ }) => import("lit-html").TemplateResult<1>;
39
+ };
@@ -0,0 +1,8 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ };
5
+ export default meta;
6
+ export declare const Default: {
7
+ render: () => import("lit-html").TemplateResult<1>;
8
+ };
@@ -0,0 +1,32 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ steps: string;
6
+ };
7
+ parameters: {
8
+ docs: {
9
+ iframeHeight: number;
10
+ story: {
11
+ height: string;
12
+ };
13
+ };
14
+ };
15
+ };
16
+ export default meta;
17
+ export declare const Horizontal: {
18
+ render: ({ "active-step": activeStep, "enable-auto-status": enableAutoStatus, "content-position": contentPosition, steps, }: {
19
+ "active-step": any;
20
+ "enable-auto-status": any;
21
+ "content-position": any;
22
+ steps: any;
23
+ }) => import("lit-html").TemplateResult<1>;
24
+ };
25
+ export declare const Vertical: {
26
+ render: ({ "active-step": activeStep, "enable-auto-status": enableAutoStatus, "content-position": contentPosition, align, }: {
27
+ "active-step": any;
28
+ "enable-auto-status": any;
29
+ "content-position": any;
30
+ align: any;
31
+ }) => import("lit-html").TemplateResult<1>;
32
+ };
@@ -0,0 +1,67 @@
1
+ declare const meta: {
2
+ title: string;
3
+ component: string;
4
+ args: {
5
+ total: number;
6
+ items: string;
7
+ 'quick-filters': string;
8
+ 'selection-key': string;
9
+ };
10
+ parameters: {
11
+ docs: {
12
+ iframeHeight: number;
13
+ story: {
14
+ height: string;
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default meta;
20
+ export declare const Default: {
21
+ render: ({ items, loading, "header-loading": headerLoading, "footer-loading": footerLoading, "amount-of-loading-rows": amountOfLoadingRows, "enable-row-selection": enableRowSelection, "row-selection-limit": rowSelectionLimit, "enable-row-click": enableRowClick, "selected-rows": selectedRows, "enable-floating-menu": enableFloatingMenu, "floating-menu-amount-selected-template": floatingMenuAmountSelectedTemplate, "selection-key": selectionKey, "can-select-key": canSelectKey, "enable-header": enableHeader, "quick-filters": quickFilters, "active-quick-filter-identifier": activeQuickFilterIdentifier, "enable-search": enableSearch, query, "enable-filter": enableFilter, "enable-filter-desktop": enableFilterDesktop, "selected-filters-amount": selectedFiltersAmount, "filter-button-template": filterButtonTemplate, "enable-action": enableAction, "action-button-loading": actionButtonLoading, "action-button-enabled": actionButtonEnabled, "action-button-icon": actionButtonIcon, "action-button-text": actionButtonText, "action-button-template": actionButtonTemplate, "enable-footer": enableFooter, "enable-page-size": enablePageSize, "enable-pagination": enablePagination, "enable-export": enableExport, page, total, "page-size": pageSize, "page-size-options": pageSizeOptions, "hide-on-single-page": hideOnSinglePage, "empty-state-header": emptyStateHeader, "empty-state-content": emptyStateContent, "empty-state-action": emptyStateAction, "enable-empty-state-action": enableEmptyStateAction, "empty-state-filtered-header": emptyStateFilteredHeader, "empty-state-filtered-content": emptyStateFilteredContent, shadow, }: {
22
+ items: any;
23
+ loading: any;
24
+ "header-loading": any;
25
+ "footer-loading": any;
26
+ "amount-of-loading-rows": any;
27
+ "enable-row-selection": any;
28
+ "row-selection-limit": any;
29
+ "enable-row-click": any;
30
+ "selected-rows": any;
31
+ "enable-floating-menu": any;
32
+ "floating-menu-amount-selected-template": any;
33
+ "selection-key": any;
34
+ "can-select-key": any;
35
+ "enable-header": any;
36
+ "quick-filters": any;
37
+ "active-quick-filter-identifier": any;
38
+ "enable-search": any;
39
+ query: any;
40
+ "enable-filter": any;
41
+ "enable-filter-desktop": any;
42
+ "selected-filters-amount": any;
43
+ "filter-button-template": any;
44
+ "enable-action": any;
45
+ "action-button-loading": any;
46
+ "action-button-enabled": any;
47
+ "action-button-icon": any;
48
+ "action-button-text": any;
49
+ "action-button-template": any;
50
+ "enable-footer": any;
51
+ "enable-page-size": any;
52
+ "enable-pagination": any;
53
+ "enable-export": any;
54
+ page: any;
55
+ total: any;
56
+ "page-size": any;
57
+ "page-size-options": any;
58
+ "hide-on-single-page": any;
59
+ "empty-state-header": any;
60
+ "empty-state-content": any;
61
+ "empty-state-action": any;
62
+ "enable-empty-state-action": any;
63
+ "empty-state-filtered-header": any;
64
+ "empty-state-filtered-content": any;
65
+ shadow: any;
66
+ }) => import("lit-html").TemplateResult<1>;
67
+ };