@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.
- package/dist/{paperless/p-6412710a.entry.js → build/p-0da11431.entry.js} +1 -1
- package/dist/build/p-0f206cdb.entry.js +1 -0
- package/dist/build/p-1e9233ac.entry.js +1 -0
- package/dist/build/p-2388a075.entry.js +1 -0
- package/dist/build/p-4536b546.entry.js +1 -0
- package/dist/build/{p-26f5fca4.js → p-5087d82a.js} +1 -1
- package/dist/build/p-5b87fab2.entry.js +1 -0
- package/dist/build/{p-4cd9344a.entry.js → p-9ec433b0.entry.js} +1 -1
- package/dist/build/{p-f547d901.entry.js → p-9f1beebc.entry.js} +1 -1
- package/dist/build/p-c004664b.entry.js +1 -0
- package/dist/build/p-c3cab1ca.entry.js +1 -0
- package/dist/build/{p-413e2751.entry.js → p-d58fe6e4.entry.js} +1 -1
- package/dist/build/p-db387f26.entry.js +1 -0
- package/dist/build/p-edc7c624.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-avatar.cjs.entry.js +3 -3
- package/dist/cjs/p-button_3.cjs.entry.js +2 -2
- package/dist/cjs/p-checkbox_3.cjs.entry.js +4 -10
- package/dist/cjs/p-content-slider.cjs.entry.js +2 -2
- package/dist/cjs/p-drawer-body_3.cjs.entry.js +2 -2
- package/dist/cjs/p-dropdown-menu-item_2.cjs.entry.js +4 -9
- package/dist/cjs/p-empty-state_8.cjs.entry.js +2 -2
- package/dist/cjs/p-layout.cjs.entry.js +1 -4
- package/dist/cjs/p-modal-body_4.cjs.entry.js +2 -2
- package/dist/cjs/p-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/p-pagination_3.cjs.entry.js +10 -11
- package/dist/cjs/p-radio.cjs.entry.js +4 -4
- package/dist/cjs/p-range.cjs.entry.js +3 -3
- package/dist/collection/components/atoms/avatar/avatar/avatar.component.js +3 -3
- package/dist/collection/components/atoms/avatar/avatar/avatar.stories.js +17 -0
- package/dist/collection/components/atoms/avatar/avatar-group/avatar-group.stories.js +19 -0
- package/dist/collection/components/atoms/backdrop/backdrop.stories.js +29 -0
- package/dist/collection/components/atoms/badge/badge.stories.js +17 -0
- package/dist/collection/components/atoms/card/body/card-body.stories.js +21 -0
- package/dist/collection/components/atoms/card/container/card-container.stories.js +27 -0
- package/dist/collection/components/atoms/card/header/card-header.stories.js +18 -0
- package/dist/collection/components/atoms/checkbox/checkbox.stories.js +31 -0
- package/dist/collection/components/atoms/divider/divider.stories.js +26 -0
- package/dist/collection/components/atoms/drawer/body/drawer-body.stories.js +19 -0
- package/dist/collection/components/atoms/drawer/container/drawer-container.stories.js +21 -0
- package/dist/collection/components/atoms/drawer/header/drawer-header.component.css +1 -1
- package/dist/collection/components/atoms/drawer/header/drawer-header.component.js +1 -1
- package/dist/collection/components/atoms/drawer/header/drawer-header.stories.js +25 -0
- package/dist/collection/components/atoms/dropdown-menu/container/dropdown-menu-container.component.js +4 -10
- package/dist/collection/components/atoms/dropdown-menu/container/dropdown-menu-container.stories.js +31 -0
- package/dist/collection/components/atoms/dropdown-menu/item/dropdown-menu-item.component.js +4 -9
- package/dist/collection/components/atoms/dropdown-menu/item/dropdown-menu-item.stories.js +31 -0
- package/dist/collection/components/atoms/floating-menu/container/floating-menu-container.stories.js +29 -0
- package/dist/collection/components/atoms/floating-menu/item/floating-menu-item.stories.js +29 -0
- package/dist/collection/components/atoms/helper/helper.stories.js +24 -0
- package/dist/collection/components/atoms/iban-icon/iban-icon.stories.js +14 -0
- package/dist/collection/components/atoms/icon/icon.component.js +2 -2
- package/dist/collection/components/atoms/icon/icon.stories.js +20 -0
- package/dist/collection/components/atoms/illustration/illustration.stories.js +12 -0
- package/dist/collection/components/atoms/info-panel/info-panel.stories.js +43 -0
- package/dist/collection/components/atoms/layout/layout.component.js +1 -4
- package/dist/collection/components/atoms/layout/layout.stories.js +9 -0
- package/dist/collection/components/atoms/listing/item/listing-item.stories.js +17 -0
- package/dist/collection/components/atoms/listing/line/listing-line.stories.js +9 -0
- package/dist/collection/components/atoms/loader/loader.stories.js +27 -0
- package/dist/collection/components/atoms/modal/body/modal-body.stories.js +26 -0
- package/dist/collection/components/atoms/modal/container/modal-container.stories.js +24 -0
- package/dist/collection/components/atoms/modal/footer/modal-footer.stories.js +17 -0
- package/dist/collection/components/atoms/modal/header/modal-header.component.css +1 -1
- package/dist/collection/components/atoms/modal/header/modal-header.component.js +1 -1
- package/dist/collection/components/atoms/modal/header/modal-header.stories.js +26 -0
- package/dist/collection/components/atoms/navigation-title/navigation-title.stories.js +17 -0
- package/dist/collection/components/atoms/pagination/pages-item/pagination-pages-item.stories.js +26 -0
- package/dist/collection/components/atoms/radio/radio.component.js +4 -4
- package/dist/collection/components/atoms/radio/radio.stories.js +30 -0
- package/dist/collection/components/atoms/segment/container/segment-container.stories.js +47 -0
- package/dist/collection/components/atoms/segment/item/segment-item.stories.js +42 -0
- package/dist/collection/components/atoms/smile/smile.stories.js +9 -0
- package/dist/collection/components/atoms/stepper/item/stepper-item.stories.js +26 -0
- package/dist/collection/components/atoms/stepper/line/stepper-line.stories.js +14 -0
- package/dist/collection/components/atoms/tab/container/tab-container.stories.js +20 -0
- package/dist/collection/components/atoms/tab/item/tab-item.stories.js +20 -0
- package/dist/collection/components/atoms/table/actions-container/table-container.stories.js +21 -0
- package/dist/collection/components/atoms/table/container/table-row-actions-container.stories.js +21 -0
- package/dist/collection/components/atoms/toast-container/toast-container.stories.js +21 -0
- package/dist/collection/components/atoms/toggle/toggle.stories.js +31 -0
- package/dist/collection/components/atoms/tooltip/tooltip.stories.js +24 -0
- package/dist/collection/components/helpers/table/column/table-column.stories.js +23 -0
- package/dist/collection/components/helpers/table/extra-header/table-extra-header.stories.js +18 -0
- package/dist/collection/components/helpers/table/row-action/table-row-action.stories.js +22 -0
- package/dist/collection/components/molecules/accordion/accordion.stories.js +30 -0
- package/dist/collection/components/molecules/attachment/attachment.stories.js +30 -0
- package/dist/collection/components/molecules/button/button.stories.js +40 -0
- package/dist/collection/components/molecules/button-group/button-group.stories.js +15 -0
- package/dist/collection/components/molecules/calendar/calendar.stories.js +32 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.js +2 -2
- package/dist/collection/components/molecules/content-slider/content-slider.stories.js +41 -0
- package/dist/collection/components/molecules/cropper/cropper.stories.js +21 -0
- package/dist/collection/components/molecules/datepicker/datepicker.stories.js +57 -0
- package/dist/collection/components/molecules/dropdown/dropdown.stories.js +49 -0
- package/dist/collection/components/molecules/empty-state/empty-state.stories.js +29 -0
- package/dist/collection/components/molecules/field/container/field-container.stories.js +36 -0
- package/dist/collection/components/molecules/field/field/field.stories.js +112 -0
- package/dist/collection/components/molecules/label/label.stories.js +28 -0
- package/dist/collection/components/molecules/navigation/item/navigation-item.component.js +3 -3
- package/dist/collection/components/molecules/navigation/item/navigation-item.stories.js +33 -0
- package/dist/collection/components/molecules/navigation/section/navigation-section.stories.js +21 -0
- package/dist/collection/components/molecules/pagination/pages/pagination-pages.component.js +2 -2
- package/dist/collection/components/molecules/pagination/pages/pagination-pages.stories.js +32 -0
- package/dist/collection/components/molecules/pagination/pagination/pagination.component.js +3 -4
- package/dist/collection/components/molecules/pagination/pagination/pagination.stories.js +34 -0
- package/dist/collection/components/molecules/pagination/size/pagination-size.component.js +5 -5
- package/dist/collection/components/molecules/pagination/size/pagination-size.stories.js +18 -0
- package/dist/collection/components/molecules/profile/profile.stories.js +61 -0
- package/dist/collection/components/molecules/range/range.component.css +1 -1
- package/dist/collection/components/molecules/range/range.component.js +2 -2
- package/dist/collection/components/molecules/range/range.stories.js +18 -0
- package/dist/collection/components/molecules/select/select.stories.js +116 -0
- package/dist/collection/components/molecules/table/cell/table-cell.component.css +1 -1
- package/dist/collection/components/molecules/table/cell/table-cell.component.js +1 -1
- package/dist/collection/components/molecules/table/cell/table-cell.stories.js +31 -0
- package/dist/collection/components/molecules/table/footer/table-footer.stories.js +29 -0
- package/dist/collection/components/molecules/table/header/table-header.component.js +1 -1
- package/dist/collection/components/molecules/table/header/table-header.stories.js +33 -0
- package/dist/collection/components/molecules/table/row/table-row.stories.js +24 -0
- package/dist/collection/components/molecules/toast/toast.stories.js +26 -0
- package/dist/collection/components/organisms/drawer/drawer.stories.js +43 -0
- package/dist/collection/components/organisms/listing/listing.stories.js +38 -0
- package/dist/collection/components/organisms/modal/modal.stories.js +59 -0
- package/dist/collection/components/organisms/navbar/navbar.stories.js +76 -0
- package/dist/collection/components/organisms/stepper/stepper.stories.js +64 -0
- package/dist/collection/components/organisms/table/table.stories.js +226 -0
- package/dist/components/{p-I5W6Sf7I.js → p-1zHupCi5.js} +1 -1
- package/dist/components/{p-CtE3SyKQ.js → p-A2evcUTz.js} +1 -1
- package/dist/components/{p-B2Yim3N0.js → p-B6Eg4keN.js} +1 -1
- package/dist/components/p-ByXfZHh6.js +1 -0
- package/dist/components/p-C-9NHqrE.js +1 -0
- package/dist/components/{p-lpz2-mRO.js → p-CK97bsy0.js} +1 -1
- package/dist/components/{p-DwSX4Qpi.js → p-CQ1UlIQc.js} +1 -1
- package/dist/components/{p-W3-gOmie.js → p-CfkmcUeC.js} +1 -1
- package/dist/components/p-CjpOvI_N.js +1 -0
- package/dist/components/p-CnyIhzd5.js +1 -0
- package/dist/components/p-CsygZkEa.js +1 -0
- package/dist/components/{p-N5WuUoFr.js → p-D8P3EVdc.js} +1 -1
- package/dist/components/{p-BmjTa27s.js → p-DE8raUA8.js} +1 -1
- package/dist/components/{p-DO9DPOD_.js → p-DI_ECJzt.js} +1 -1
- package/dist/components/p-DYV_GnPW.js +1 -0
- package/dist/components/p-DeNA7G5s.js +1 -0
- package/dist/components/{p-lIq7FGvR.js → p-DqcTEpCu.js} +1 -1
- package/dist/components/p-DwJAKJDy.js +1 -0
- package/dist/components/p-ELoJvZtk.js +1 -0
- package/dist/components/{p-BPWI9w_d.js → p-N99o7eIO.js} +1 -1
- package/dist/components/p-accordion.js +1 -1
- package/dist/components/p-attachment.js +1 -1
- package/dist/components/p-avatar.js +1 -1
- package/dist/components/p-button.js +1 -1
- package/dist/components/p-calendar.js +1 -1
- package/dist/components/p-card-header.js +1 -1
- package/dist/components/p-checkbox.js +1 -1
- package/dist/components/p-content-slider.js +1 -1
- package/dist/components/p-cropper.js +2 -2
- package/dist/components/p-datepicker.js +1 -1
- package/dist/components/p-drawer-header.js +1 -1
- package/dist/components/p-drawer.js +1 -1
- package/dist/components/p-dropdown-menu-container.js +1 -1
- package/dist/components/p-dropdown-menu-item.js +1 -1
- package/dist/components/p-dropdown.js +1 -1
- package/dist/components/p-empty-state.js +1 -1
- package/dist/components/p-field-container.js +1 -1
- package/dist/components/p-field.js +1 -1
- package/dist/components/p-floating-menu-container.js +1 -1
- package/dist/components/p-floating-menu-item.js +1 -1
- package/dist/components/p-helper.js +1 -1
- package/dist/components/p-icon.js +1 -1
- package/dist/components/p-info-panel.js +1 -1
- package/dist/components/{p-CVLa68yr.js → p-jjbT-vs8.js} +1 -1
- package/dist/components/p-label.js +1 -1
- package/dist/components/p-layout.js +1 -1
- package/dist/components/p-listing-item.js +1 -1
- package/dist/components/p-modal-header.js +1 -1
- package/dist/components/p-modal.js +1 -1
- package/dist/components/p-navbar.js +1 -1
- package/dist/components/p-navigation-item.js +1 -1
- package/dist/components/p-o6ed-VvL.js +1 -0
- package/dist/components/p-oS1-cdrr.js +1 -0
- package/dist/components/p-pagination-pages.js +1 -1
- package/dist/components/p-pagination-size.js +1 -1
- package/dist/components/p-pagination.js +1 -1
- package/dist/components/p-profile.js +1 -1
- package/dist/components/p-radio.js +1 -1
- package/dist/components/p-range.js +1 -1
- package/dist/components/p-segment-item.js +1 -1
- package/dist/components/p-select.js +1 -1
- package/dist/components/{p-BP8UVm8K.js → p-swGA7EFj.js} +1 -1
- package/dist/components/p-table-cell.js +1 -1
- package/dist/components/p-table-footer.js +1 -1
- package/dist/components/p-table-header.js +1 -1
- package/dist/components/p-table.js +1 -1
- package/dist/components/p-toast.js +1 -1
- package/dist/esm/p-avatar.entry.js +3 -3
- package/dist/esm/p-button_3.entry.js +2 -2
- package/dist/esm/p-checkbox_3.entry.js +4 -10
- package/dist/esm/p-content-slider.entry.js +2 -2
- package/dist/esm/p-drawer-body_3.entry.js +2 -2
- package/dist/esm/p-dropdown-menu-item_2.entry.js +4 -9
- package/dist/esm/p-empty-state_8.entry.js +2 -2
- package/dist/esm/p-layout.entry.js +1 -4
- package/dist/esm/p-modal-body_4.entry.js +2 -2
- package/dist/esm/p-navigation-item.entry.js +3 -3
- package/dist/esm/p-pagination_3.entry.js +10 -11
- package/dist/esm/p-radio.entry.js +4 -4
- package/dist/esm/p-range.entry.js +3 -3
- package/dist/index.html +1 -1
- package/dist/{build/p-6412710a.entry.js → paperless/p-0da11431.entry.js} +1 -1
- package/dist/paperless/p-0f206cdb.entry.js +1 -0
- package/dist/paperless/p-1e9233ac.entry.js +1 -0
- package/dist/paperless/p-2388a075.entry.js +1 -0
- package/dist/paperless/p-4536b546.entry.js +1 -0
- package/dist/paperless/p-5b87fab2.entry.js +1 -0
- package/dist/paperless/{p-4cd9344a.entry.js → p-9ec433b0.entry.js} +1 -1
- package/dist/paperless/{p-f547d901.entry.js → p-9f1beebc.entry.js} +1 -1
- package/dist/paperless/p-c004664b.entry.js +1 -0
- package/dist/paperless/p-c3cab1ca.entry.js +1 -0
- package/dist/paperless/{p-413e2751.entry.js → p-d58fe6e4.entry.js} +1 -1
- package/dist/paperless/p-db387f26.entry.js +1 -0
- package/dist/paperless/p-edc7c624.entry.js +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/atoms/avatar/avatar/avatar.stories.d.ts +14 -0
- package/dist/types/components/atoms/avatar/avatar-group/avatar-group.stories.d.ts +19 -0
- package/dist/types/components/atoms/backdrop/backdrop.stories.d.ts +23 -0
- package/dist/types/components/atoms/badge/badge.stories.d.ts +18 -0
- package/dist/types/components/atoms/card/body/card-body.stories.d.ts +19 -0
- package/dist/types/components/atoms/card/container/card-container.stories.d.ts +23 -0
- package/dist/types/components/atoms/card/header/card-header.stories.d.ts +15 -0
- package/dist/types/components/atoms/checkbox/checkbox.stories.d.ts +24 -0
- package/dist/types/components/atoms/divider/divider.stories.d.ts +20 -0
- package/dist/types/components/atoms/drawer/body/drawer-body.stories.d.ts +19 -0
- package/dist/types/components/atoms/drawer/container/drawer-container.stories.d.ts +19 -0
- package/dist/types/components/atoms/drawer/header/drawer-header.stories.d.ts +19 -0
- package/dist/types/components/atoms/dropdown-menu/container/dropdown-menu-container.stories.d.ts +15 -0
- package/dist/types/components/atoms/dropdown-menu/item/dropdown-menu-item.stories.d.ts +27 -0
- package/dist/types/components/atoms/floating-menu/container/floating-menu-container.stories.d.ts +23 -0
- package/dist/types/components/atoms/floating-menu/item/floating-menu-item.stories.d.ts +25 -0
- package/dist/types/components/atoms/helper/helper.stories.d.ts +20 -0
- package/dist/types/components/atoms/iban-icon/iban-icon.stories.d.ts +11 -0
- package/dist/types/components/atoms/icon/icon.stories.d.ts +17 -0
- package/dist/types/components/atoms/illustration/illustration.stories.d.ts +13 -0
- package/dist/types/components/atoms/info-panel/info-panel.stories.d.ts +27 -0
- package/dist/types/components/atoms/layout/layout.stories.d.ts +10 -0
- package/dist/types/components/atoms/listing/item/listing-item.stories.d.ts +19 -0
- package/dist/types/components/atoms/listing/line/listing-line.stories.d.ts +8 -0
- package/dist/types/components/atoms/loader/loader.stories.d.ts +23 -0
- package/dist/types/components/atoms/modal/body/modal-body.stories.d.ts +22 -0
- package/dist/types/components/atoms/modal/container/modal-container.stories.d.ts +20 -0
- package/dist/types/components/atoms/modal/footer/modal-footer.stories.d.ts +18 -0
- package/dist/types/components/atoms/modal/header/modal-header.stories.d.ts +20 -0
- package/dist/types/components/atoms/navigation-title/navigation-title.stories.d.ts +18 -0
- package/dist/types/components/atoms/pagination/pages-item/pagination-pages-item.stories.d.ts +22 -0
- package/dist/types/components/atoms/radio/radio.stories.d.ts +24 -0
- package/dist/types/components/atoms/segment/container/segment-container.stories.d.ts +14 -0
- package/dist/types/components/atoms/segment/item/segment-item.stories.d.ts +34 -0
- package/dist/types/components/atoms/smile/smile.stories.d.ts +10 -0
- package/dist/types/components/atoms/stepper/item/stepper-item.stories.d.ts +23 -0
- package/dist/types/components/atoms/stepper/line/stepper-line.stories.d.ts +11 -0
- package/dist/types/components/atoms/tab/container/tab-container.stories.d.ts +11 -0
- package/dist/types/components/atoms/tab/item/tab-item.stories.d.ts +22 -0
- package/dist/types/components/atoms/table/actions-container/table-container.stories.d.ts +19 -0
- package/dist/types/components/atoms/table/container/table-row-actions-container.stories.d.ts +19 -0
- package/dist/types/components/atoms/toast-container/toast-container.stories.d.ts +19 -0
- package/dist/types/components/atoms/toggle/toggle.stories.d.ts +24 -0
- package/dist/types/components/atoms/tooltip/tooltip.stories.d.ts +17 -0
- package/dist/types/components/helpers/table/column/table-column.stories.d.ts +18 -0
- package/dist/types/components/helpers/table/extra-header/table-extra-header.stories.d.ts +13 -0
- package/dist/types/components/helpers/table/row-action/table-row-action.stories.d.ts +19 -0
- package/dist/types/components/molecules/accordion/accordion.stories.d.ts +24 -0
- package/dist/types/components/molecules/attachment/attachment.stories.d.ts +22 -0
- package/dist/types/components/molecules/button/button.stories.d.ts +34 -0
- package/dist/types/components/molecules/button-group/button-group.stories.d.ts +10 -0
- package/dist/types/components/molecules/calendar/calendar.stories.d.ts +27 -0
- package/dist/types/components/molecules/content-slider/content-slider.stories.d.ts +13 -0
- package/dist/types/components/molecules/cropper/cropper.stories.d.ts +16 -0
- package/dist/types/components/molecules/datepicker/datepicker.stories.d.ts +52 -0
- package/dist/types/components/molecules/dropdown/dropdown.stories.d.ts +32 -0
- package/dist/types/components/molecules/empty-state/empty-state.stories.d.ts +24 -0
- package/dist/types/components/molecules/field/container/field-container.stories.d.ts +30 -0
- package/dist/types/components/molecules/field/field/field.stories.d.ts +75 -0
- package/dist/types/components/molecules/label/label.stories.d.ts +24 -0
- package/dist/types/components/molecules/navigation/item/navigation-item.stories.d.ts +29 -0
- package/dist/types/components/molecules/navigation/section/navigation-section.stories.d.ts +19 -0
- package/dist/types/components/molecules/pagination/pages/pagination-pages.stories.d.ts +25 -0
- package/dist/types/components/molecules/pagination/pagination/pagination.stories.d.ts +28 -0
- package/dist/types/components/molecules/pagination/size/pagination-size.stories.d.ts +13 -0
- package/dist/types/components/molecules/profile/profile.stories.d.ts +43 -0
- package/dist/types/components/molecules/range/range.stories.d.ts +13 -0
- package/dist/types/components/molecules/select/select.stories.d.ts +63 -0
- package/dist/types/components/molecules/table/cell/table-cell.stories.d.ts +27 -0
- package/dist/types/components/molecules/table/footer/table-footer.stories.d.ts +21 -0
- package/dist/types/components/molecules/table/header/table-header.stories.d.ts +25 -0
- package/dist/types/components/molecules/table/row/table-row.stories.d.ts +20 -0
- package/dist/types/components/molecules/toast/toast.stories.d.ts +21 -0
- package/dist/types/components/organisms/drawer/drawer.stories.d.ts +29 -0
- package/dist/types/components/organisms/listing/listing.stories.d.ts +16 -0
- package/dist/types/components/organisms/modal/modal.stories.d.ts +39 -0
- package/dist/types/components/organisms/navbar/navbar.stories.d.ts +8 -0
- package/dist/types/components/organisms/stepper/stepper.stories.d.ts +32 -0
- package/dist/types/components/organisms/table/table.stories.d.ts +67 -0
- package/hydrate/index.js +42 -57
- package/hydrate/index.mjs +42 -57
- package/package.json +1 -1
- package/dist/build/p-099fed2a.entry.js +0 -1
- package/dist/build/p-102da1de.entry.js +0 -1
- package/dist/build/p-1b85b4f5.entry.js +0 -1
- package/dist/build/p-1be02ecd.entry.js +0 -1
- package/dist/build/p-2a9e2f97.entry.js +0 -1
- package/dist/build/p-31869c91.entry.js +0 -1
- package/dist/build/p-33c965ed.entry.js +0 -1
- package/dist/build/p-63ef1d8d.entry.js +0 -1
- package/dist/build/p-f13f7779.entry.js +0 -1
- package/dist/components/p-4hSImsoh.js +0 -1
- package/dist/components/p-B9s4_6Vm.js +0 -1
- package/dist/components/p-BtH8h7p9.js +0 -1
- package/dist/components/p-Bxk-f0zV.js +0 -1
- package/dist/components/p-Ci4QOmx5.js +0 -1
- package/dist/components/p-DEO_PtTi.js +0 -1
- package/dist/components/p-DIB8_iWS.js +0 -1
- package/dist/components/p-DlT01gcI.js +0 -1
- package/dist/components/p-DsMVZr-6.js +0 -1
- package/dist/components/p-ZcWq_nUH.js +0 -1
- package/dist/components/p-iLGr9rDU.js +0 -1
- package/dist/paperless/p-099fed2a.entry.js +0 -1
- package/dist/paperless/p-102da1de.entry.js +0 -1
- package/dist/paperless/p-1b85b4f5.entry.js +0 -1
- package/dist/paperless/p-1be02ecd.entry.js +0 -1
- package/dist/paperless/p-2a9e2f97.entry.js +0 -1
- package/dist/paperless/p-31869c91.entry.js +0 -1
- package/dist/paperless/p-33c965ed.entry.js +0 -1
- package/dist/paperless/p-63ef1d8d.entry.js +0 -1
- 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,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
|
+
};
|