@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,34 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
content: string;
|
|
6
|
+
blockTitle: string;
|
|
7
|
+
blockDescription: string;
|
|
8
|
+
};
|
|
9
|
+
argTypes: {
|
|
10
|
+
content: {
|
|
11
|
+
type: string;
|
|
12
|
+
};
|
|
13
|
+
blockTitle: {
|
|
14
|
+
type: string;
|
|
15
|
+
};
|
|
16
|
+
blockDescription: {
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default meta;
|
|
22
|
+
export declare const Default: {
|
|
23
|
+
render: ({ content, variant, active, "icon-only": iconOnly, icon, "icon-flip": iconFlip, "icon-rotate": iconRotate, blockTitle, blockDescription, }: {
|
|
24
|
+
content: any;
|
|
25
|
+
variant: any;
|
|
26
|
+
active: any;
|
|
27
|
+
"icon-only": any;
|
|
28
|
+
icon: any;
|
|
29
|
+
"icon-flip": any;
|
|
30
|
+
"icon-rotate": any;
|
|
31
|
+
blockTitle: any;
|
|
32
|
+
blockDescription: any;
|
|
33
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
34
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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: ({ align, direction, "content-position": contentPosition, finished, active, content, }: {
|
|
16
|
+
align: any;
|
|
17
|
+
direction: any;
|
|
18
|
+
"content-position": any;
|
|
19
|
+
finished: any;
|
|
20
|
+
active: any;
|
|
21
|
+
content: any;
|
|
22
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
parameters: {
|
|
13
|
+
layout: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default meta;
|
|
17
|
+
export declare const Default: {
|
|
18
|
+
render: ({ content, active }: {
|
|
19
|
+
content: any;
|
|
20
|
+
active: any;
|
|
21
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
22
|
+
};
|
|
@@ -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, shadow }: {
|
|
16
|
+
content: any;
|
|
17
|
+
shadow: any;
|
|
18
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
19
|
+
};
|
|
@@ -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, shadow }: {
|
|
16
|
+
content: any;
|
|
17
|
+
shadow: any;
|
|
18
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
19
|
+
};
|
|
@@ -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, placement }: {
|
|
16
|
+
content: any;
|
|
17
|
+
placement: any;
|
|
18
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
19
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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, checked, indeterminate, disabled, required, id, name, }: {
|
|
16
|
+
content: any;
|
|
17
|
+
checked: any;
|
|
18
|
+
indeterminate: any;
|
|
19
|
+
disabled: any;
|
|
20
|
+
required: any;
|
|
21
|
+
id: any;
|
|
22
|
+
name: any;
|
|
23
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
24
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
};
|
|
5
|
+
export default meta;
|
|
6
|
+
export declare const Default: {
|
|
7
|
+
render: ({ variant, content, placement, offset, strategy, "enable-user-input": enableUserInput, show, "can-manually-close": canManuallyClose, }: {
|
|
8
|
+
variant: any;
|
|
9
|
+
content: any;
|
|
10
|
+
placement: any;
|
|
11
|
+
offset: any;
|
|
12
|
+
strategy: any;
|
|
13
|
+
"enable-user-input": any;
|
|
14
|
+
show: any;
|
|
15
|
+
"can-manually-close": any;
|
|
16
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
17
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
};
|
|
5
|
+
export default meta;
|
|
6
|
+
export declare const Default: {
|
|
7
|
+
render: ({ path, type, name, "use-slot": useSlot, "has-checkbox": hasCheckbox, align, "is-last": isLast, "parsed-sizes": parsedSizes, sizes, }: {
|
|
8
|
+
path: any;
|
|
9
|
+
type: any;
|
|
10
|
+
name: any;
|
|
11
|
+
"use-slot": any;
|
|
12
|
+
"has-checkbox": any;
|
|
13
|
+
align: any;
|
|
14
|
+
"is-last": any;
|
|
15
|
+
"parsed-sizes": any;
|
|
16
|
+
sizes: any;
|
|
17
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
18
|
+
};
|
|
@@ -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: ({ name, align, "parsed-sizes": parsedSizes, sizes }: {
|
|
8
|
+
name: any;
|
|
9
|
+
align: any;
|
|
10
|
+
"parsed-sizes": any;
|
|
11
|
+
sizes: any;
|
|
12
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
};
|
|
5
|
+
export default meta;
|
|
6
|
+
export declare const Default: {
|
|
7
|
+
render: ({ type, icon, "icon-only": iconOnly, "icon-flip": iconFlip, "icon-rotate": iconRotate, label, action, disabled, loading, "show-function": showFunction, }: {
|
|
8
|
+
type: any;
|
|
9
|
+
icon: any;
|
|
10
|
+
"icon-only": any;
|
|
11
|
+
"icon-flip": any;
|
|
12
|
+
"icon-rotate": any;
|
|
13
|
+
label: any;
|
|
14
|
+
action: any;
|
|
15
|
+
disabled: any;
|
|
16
|
+
loading: any;
|
|
17
|
+
"show-function": any;
|
|
18
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
19
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
header: string;
|
|
6
|
+
content: string;
|
|
7
|
+
};
|
|
8
|
+
argTypes: {
|
|
9
|
+
content: {
|
|
10
|
+
type: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
export declare const Default: {
|
|
16
|
+
render: ({ content, variant, header, open, closeable, openable }: {
|
|
17
|
+
content: any;
|
|
18
|
+
variant: any;
|
|
19
|
+
header: any;
|
|
20
|
+
open: any;
|
|
21
|
+
closeable: any;
|
|
22
|
+
openable: any;
|
|
23
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
24
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
mode: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
export declare const Default: {
|
|
10
|
+
render: ({ value, mode, label, helper, required, error, loading, accept, "enable-camera-on-mobile": enableCameraOnMobile, "file-id": fileId, }: {
|
|
11
|
+
value: any;
|
|
12
|
+
mode: any;
|
|
13
|
+
label: any;
|
|
14
|
+
helper: any;
|
|
15
|
+
required: any;
|
|
16
|
+
error: any;
|
|
17
|
+
loading: any;
|
|
18
|
+
accept: any;
|
|
19
|
+
"enable-camera-on-mobile": any;
|
|
20
|
+
"file-id": any;
|
|
21
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
22
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
label: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
export declare const Default: {
|
|
10
|
+
render: ({ label, as, variant, active, underline, href, target, size, type, loading, chevron, "chevron-position": chevronPosition, disabled, icon, "icon-only": iconOnly, "icon-position": iconPosition, "icon-flip": iconFlip, "icon-rotate": iconRotate, "inherit-text": inheritText, "button-group-position": buttonGroupPosition, class: className, error, }: {
|
|
11
|
+
label: any;
|
|
12
|
+
as: any;
|
|
13
|
+
variant: any;
|
|
14
|
+
active: any;
|
|
15
|
+
underline: any;
|
|
16
|
+
href: any;
|
|
17
|
+
target: any;
|
|
18
|
+
size: any;
|
|
19
|
+
type: any;
|
|
20
|
+
loading: any;
|
|
21
|
+
chevron: any;
|
|
22
|
+
"chevron-position": any;
|
|
23
|
+
disabled: any;
|
|
24
|
+
icon: any;
|
|
25
|
+
"icon-only": any;
|
|
26
|
+
"icon-position": any;
|
|
27
|
+
"icon-flip": any;
|
|
28
|
+
"icon-rotate": any;
|
|
29
|
+
"inherit-text": any;
|
|
30
|
+
"button-group-position": any;
|
|
31
|
+
class: any;
|
|
32
|
+
error: any;
|
|
33
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
34
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
argTypes: {
|
|
5
|
+
'min-date': {
|
|
6
|
+
type: string;
|
|
7
|
+
};
|
|
8
|
+
'max-date': {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
export declare const Default: {
|
|
15
|
+
render: ({ variant, value, "preselect-today": preselectToday, "disabled-dates": disabledDates, "min-date": minDate, "max-date": maxDate, "disable-weekends": disableWeekends, "enable-today": enableToday, "today-text": todayText, mode, }: {
|
|
16
|
+
variant: any;
|
|
17
|
+
value: any;
|
|
18
|
+
"preselect-today": any;
|
|
19
|
+
"disabled-dates": any;
|
|
20
|
+
"min-date": any;
|
|
21
|
+
"max-date": any;
|
|
22
|
+
"disable-weekends": any;
|
|
23
|
+
"enable-today": any;
|
|
24
|
+
"today-text": any;
|
|
25
|
+
mode: any;
|
|
26
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
27
|
+
};
|
|
@@ -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: ({ "hide-mobile-indicator": hideMobileIndicator, "disable-drag": disableDrag, "disable-auto-center": disableAutoCenter, "disable-indicator-click": disableIndicatorClick, }: {
|
|
8
|
+
"hide-mobile-indicator": any;
|
|
9
|
+
"disable-drag": any;
|
|
10
|
+
"disable-auto-center": any;
|
|
11
|
+
"disable-indicator-click": any;
|
|
12
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
value: string;
|
|
6
|
+
'return-type': string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default meta;
|
|
10
|
+
export declare const Default: {
|
|
11
|
+
render: ({ variant, value, "return-type": returnType }: {
|
|
12
|
+
variant: any;
|
|
13
|
+
value: any;
|
|
14
|
+
"return-type": any;
|
|
15
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
16
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
label: string;
|
|
6
|
+
};
|
|
7
|
+
argTypes: {
|
|
8
|
+
'min-date': {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
'max-date': {
|
|
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: ({ placeholder, value, "preselect-today": preselectToday, "enable-native-picker": enableNativePicker, "disabled-dates": disabledDates, "min-date": minDate, "max-date": maxDate, "disable-weekends": disableWeekends, "enable-today": enableToday, "today-text": todayText, mode, format, "hide-icon-when-filled": hideIconWhenFilled, size, prefix, label, loading, helper, required, "show-optional": showOptional, error, disabled, strategy, placement, }: {
|
|
27
|
+
placeholder: any;
|
|
28
|
+
value: any;
|
|
29
|
+
"preselect-today": any;
|
|
30
|
+
"enable-native-picker": any;
|
|
31
|
+
"disabled-dates": any;
|
|
32
|
+
"min-date": any;
|
|
33
|
+
"max-date": any;
|
|
34
|
+
"disable-weekends": any;
|
|
35
|
+
"enable-today": any;
|
|
36
|
+
"today-text": any;
|
|
37
|
+
mode: any;
|
|
38
|
+
format: any;
|
|
39
|
+
"hide-icon-when-filled": any;
|
|
40
|
+
size: any;
|
|
41
|
+
prefix: any;
|
|
42
|
+
label: any;
|
|
43
|
+
loading: any;
|
|
44
|
+
helper: any;
|
|
45
|
+
required: any;
|
|
46
|
+
"show-optional": any;
|
|
47
|
+
error: any;
|
|
48
|
+
disabled: any;
|
|
49
|
+
strategy: any;
|
|
50
|
+
placement: any;
|
|
51
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
52
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
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: ({ variant, placement, offset, strategy, show, "calculate-width": calculateWidth, "apply-max-width": applyMaxWidth, "apply-full-width": applyFullWidth, "allow-overflow": allowOverflow, scrollable, "inside-click": insideClick, "disable-trigger-click": disableTriggerClick, "apply-chevron": applyChevron, "chevron-position": chevronPosition, "chevron-direction": chevronDirection, }: {
|
|
16
|
+
variant: any;
|
|
17
|
+
placement: any;
|
|
18
|
+
offset: any;
|
|
19
|
+
strategy: any;
|
|
20
|
+
show: any;
|
|
21
|
+
"calculate-width": any;
|
|
22
|
+
"apply-max-width": any;
|
|
23
|
+
"apply-full-width": any;
|
|
24
|
+
"allow-overflow": any;
|
|
25
|
+
scrollable: any;
|
|
26
|
+
"inside-click": any;
|
|
27
|
+
"disable-trigger-click": any;
|
|
28
|
+
"apply-chevron": any;
|
|
29
|
+
"chevron-position": any;
|
|
30
|
+
"chevron-direction": any;
|
|
31
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
32
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
illustration: string;
|
|
6
|
+
header: string;
|
|
7
|
+
content: string;
|
|
8
|
+
'enable-action': boolean;
|
|
9
|
+
'action-icon': string;
|
|
10
|
+
'action-text': string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
export declare const Default: {
|
|
15
|
+
render: ({ illustration, header, content, "enable-action": enableAction, "action-text": actionText, "action-icon": actionIcon, "action-loading": actionLoading, }: {
|
|
16
|
+
illustration: any;
|
|
17
|
+
header: any;
|
|
18
|
+
content: any;
|
|
19
|
+
"enable-action": any;
|
|
20
|
+
"action-text": any;
|
|
21
|
+
"action-icon": any;
|
|
22
|
+
"action-loading": any;
|
|
23
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
24
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
label: string;
|
|
6
|
+
content: string;
|
|
7
|
+
};
|
|
8
|
+
argTypes: {
|
|
9
|
+
content: {
|
|
10
|
+
type: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
export declare const Default: {
|
|
16
|
+
render: ({ label, loading, variant, helper, required, "show-optional": showOptional, error, content, align, "error-placement": errorPlacement, "force-show-tooltip": forceShowTooltip, "optional-template": optionalTemplate, }: {
|
|
17
|
+
label: any;
|
|
18
|
+
loading: any;
|
|
19
|
+
variant: any;
|
|
20
|
+
helper: any;
|
|
21
|
+
required: any;
|
|
22
|
+
"show-optional": any;
|
|
23
|
+
error: any;
|
|
24
|
+
content: any;
|
|
25
|
+
align: any;
|
|
26
|
+
"error-placement": any;
|
|
27
|
+
"force-show-tooltip": any;
|
|
28
|
+
"optional-template": any;
|
|
29
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
30
|
+
};
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
declare const meta: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
args: {
|
|
5
|
+
label: string;
|
|
6
|
+
};
|
|
7
|
+
argTypes: {
|
|
8
|
+
value: {
|
|
9
|
+
type: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
export declare const Default: {
|
|
15
|
+
render: ({ variant, size, type, properties, prefix, suffix, icon, "icon-flip": iconFlip, "icon-rotate": iconRotate, "icon-position": iconPosition, value, label, loading, placeholder, helper, required, "show-optional": showOptional, autofocus, error, "error-placement": errorPlacement, disabled, focused, "force-show-tooltip": forceShowTooltip, "select-all-on-focus": selectAllOnFocus, "focus-method": focusMethod, "optional-template": optionalTemplate, "show-add-on-empty": showAddOnEmpty, "add-text": addText, }: {
|
|
16
|
+
variant: any;
|
|
17
|
+
size: any;
|
|
18
|
+
type: any;
|
|
19
|
+
properties: any;
|
|
20
|
+
prefix: any;
|
|
21
|
+
suffix: any;
|
|
22
|
+
icon: any;
|
|
23
|
+
"icon-flip": any;
|
|
24
|
+
"icon-rotate": any;
|
|
25
|
+
"icon-position": any;
|
|
26
|
+
value: any;
|
|
27
|
+
label: any;
|
|
28
|
+
loading: any;
|
|
29
|
+
placeholder: any;
|
|
30
|
+
helper: any;
|
|
31
|
+
required: any;
|
|
32
|
+
"show-optional": any;
|
|
33
|
+
autofocus: any;
|
|
34
|
+
error: any;
|
|
35
|
+
"error-placement": any;
|
|
36
|
+
disabled: any;
|
|
37
|
+
focused: any;
|
|
38
|
+
"force-show-tooltip": any;
|
|
39
|
+
"select-all-on-focus": any;
|
|
40
|
+
"focus-method": any;
|
|
41
|
+
"optional-template": any;
|
|
42
|
+
"show-add-on-empty": any;
|
|
43
|
+
"add-text": any;
|
|
44
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
45
|
+
};
|
|
46
|
+
export declare const OverflowReadOnly: {
|
|
47
|
+
render: ({ size, type, properties, prefix, suffix, icon, "icon-flip": iconFlip, "icon-rotate": iconRotate, "icon-position": iconPosition, label, loading, placeholder, helper, required, autofocus, error, "error-placement": errorPlacement, disabled, focused, "force-show-tooltip": forceShowTooltip, "select-all-on-focus": selectAllOnFocus, "focus-method": focusMethod, "optional-template": optionalTemplate, }: {
|
|
48
|
+
size: any;
|
|
49
|
+
type: any;
|
|
50
|
+
properties: any;
|
|
51
|
+
prefix: any;
|
|
52
|
+
suffix: any;
|
|
53
|
+
icon: any;
|
|
54
|
+
"icon-flip": any;
|
|
55
|
+
"icon-rotate": any;
|
|
56
|
+
"icon-position": any;
|
|
57
|
+
label: any;
|
|
58
|
+
loading: any;
|
|
59
|
+
placeholder: any;
|
|
60
|
+
helper: any;
|
|
61
|
+
required: any;
|
|
62
|
+
autofocus: any;
|
|
63
|
+
error: any;
|
|
64
|
+
"error-placement": any;
|
|
65
|
+
disabled: any;
|
|
66
|
+
focused: any;
|
|
67
|
+
"force-show-tooltip": any;
|
|
68
|
+
"select-all-on-focus": any;
|
|
69
|
+
"focus-method": any;
|
|
70
|
+
"optional-template": any;
|
|
71
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
72
|
+
};
|
|
73
|
+
export declare const InsideForm: {
|
|
74
|
+
render: () => import("lit-html").TemplateResult<1>;
|
|
75
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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, "icon-only": iconOnly, icon, "icon-flip": iconFlip, "icon-rotate": iconRotate, "keep-mobile-content": keepMobileContent, }: {
|
|
16
|
+
content: any;
|
|
17
|
+
variant: any;
|
|
18
|
+
"icon-only": any;
|
|
19
|
+
icon: any;
|
|
20
|
+
"icon-flip": any;
|
|
21
|
+
"icon-rotate": any;
|
|
22
|
+
"keep-mobile-content": any;
|
|
23
|
+
}) => import("lit-html").TemplateResult<1>;
|
|
24
|
+
};
|