@onereach/ui-components 2.72.2-beta.2272.0 → 2.72.2-beta.2274.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
- package/dist/bundled/v2/{OrCardCollection-55fd8cf6.js → OrCardCollection-4ac89ea5.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-10e4fe6a.js → OrConfirm-8c0e957d.js} +2 -2
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-175a2c4f.js → OrErrorTag-97a9112b.js} +2 -0
- package/dist/bundled/v2/{OrIconButton-088ac8ec.js → OrIconButton-837d57f8.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-f2bd6b5c.js → OrInlineInput-57fccb41.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-813d4193.js → OrInlineTextarea-f8b86cf7.js} +1 -1
- package/dist/bundled/v2/{OrInput-9253f834.js → OrInput-00070eee.js} +1 -1
- package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-52da43bc.js} +15 -10
- package/dist/bundled/v2/{OrModal-d08fb037.js → OrModal-78f5d49e.js} +1 -1
- package/dist/bundled/v2/{OrNotification-bd008b65.js → OrNotification-458fe937.js} +1 -1
- package/dist/bundled/v2/{OrPagination-9bf3d797.js → OrPagination-daf25de2.js} +24 -60
- package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
- package/dist/bundled/v2/{OrSearch-a975639b.js → OrSearch-09fd004c.js} +1 -1
- package/dist/bundled/v2/{OrSelect-d3b5780a.js → OrSelect-2ececfc1.js} +2 -2
- package/dist/bundled/v2/{OrSidebar-b1442193.js → OrSidebar-a2bc21b9.js} +158 -37
- package/dist/bundled/v2/OrSidebarCollapseButton-8297ef86.js +125 -0
- package/dist/bundled/v2/{OrTabs-517e2f25.js → OrTabs-d69780fc.js} +1 -1
- package/dist/bundled/v2/{OrTag-2903c38e.js → OrTag-4085e8a7.js} +3 -1
- package/dist/bundled/v2/{OrTooltip-0c73d25d.js → OrTooltip-b1f38647.js} +1 -1
- package/dist/bundled/v2/components/index.js +22 -21
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-select-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
- package/dist/bundled/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +13 -1
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +18 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +18 -0
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-sidebar-v3/styles.d.ts +7 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +23 -22
- package/dist/bundled/v2/{types-d6c9284d.js → types-309b7b94.js} +1 -1
- package/dist/bundled/v3/{OrButton-05766523.js → OrButton-a1448bfa.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-b53e78f5.js → OrButton.vue_vue_type_script_lang-3b1e442b.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-40a5aa15.js → OrCardCollection.vue_vue_type_script_lang-f76c3264.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-53503801.js → OrConfirm.vue_vue_type_script_lang-eb2bfce2.js} +4 -4
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-fa28d642.js → OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js} +2 -0
- package/dist/bundled/v3/{OrIconButton-72d4d349.js → OrIconButton-e0566ecf.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-28452eda.js → OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-96aef83e.js → OrInlineInput.vue_vue_type_script_lang-49ce3308.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8be03a08.js → OrInlineTextarea.vue_vue_type_script_lang-8fd761d7.js} +2 -2
- package/dist/bundled/v3/{OrInput-6f6c700a.js → OrInput-dcf2606e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-115050fc.js → OrInput.vue_vue_type_script_lang-27220623.js} +2 -2
- package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-6d7abe97.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-df35fd76.js} +8 -5
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-230bc99d.js → OrModal.vue_vue_type_script_lang-6b1dc231.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d9b2b5bf.js → OrNotification.vue_vue_type_script_lang-d0afc1d7.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdb0acc8.js → OrPagination.vue_vue_type_script_lang-f64827ef.js} +20 -35
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-17095060.js → OrProgress.vue_vue_type_script_lang-52f660d6.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-5c683c38.js → OrSearch.vue_vue_type_script_lang-c054c8db.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-84902694.js → OrSelect.vue_vue_type_script_lang-7fd5e2f0.js} +3 -3
- package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7f3f1a16.js +291 -0
- package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-9aeba2d4.js +75 -0
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ae519161.js → OrTabs.vue_vue_type_script_lang-cb550e87.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-33767daa.js → OrTag.vue_vue_type_script_lang-a25a49ee.js} +4 -2
- package/dist/bundled/v3/{OrToastContainer-2247bc2a.js → OrToastContainer-6fe12712.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-250ecf1d.js → OrTooltip.vue_vue_type_script_lang-bf9935ef.js} +1 -1
- package/dist/bundled/v3/components/index.js +26 -25
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/bundled/v3/components/or-confirm-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-input-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/or-search-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-select-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
- package/dist/bundled/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +16 -2
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +17 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +17 -0
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-sidebar-v3/styles.d.ts +7 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +70 -75
- package/dist/bundled/v3/{types-e10af3b0.js → types-22fbf9d6.js} +2 -2
- package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-322733bc.js → OrCardCollection-5a9eda35.js} +4 -4
- package/dist/esm/v2/{OrConfirm-61edc9a5.js → OrConfirm-9dbdedd7.js} +2 -2
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-5346825b.js → OrErrorTag-80f82cdf.js} +2 -0
- package/dist/esm/v2/{OrIconButton-a648b35b.js → OrIconButton-04a3566d.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-32c724b2.js → OrInlineInput-b85b84b4.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-a7d1b655.js → OrInlineTextarea-afd33047.js} +1 -1
- package/dist/esm/v2/{OrInput-1510deaa.js → OrInput-59a15d80.js} +1 -1
- package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-c276db74.js} +15 -10
- package/dist/esm/v2/{OrModal-7b024663.js → OrModal-4e79e0d5.js} +1 -1
- package/dist/esm/v2/{OrNotification-4976dc40.js → OrNotification-eac3867f.js} +1 -1
- package/dist/esm/v2/{OrPagination-93d78a0d.js → OrPagination-1adbcadb.js} +24 -61
- package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
- package/dist/esm/v2/{OrSearch-37fac6da.js → OrSearch-7411388b.js} +1 -1
- package/dist/esm/v2/{OrSelect-45eb62ae.js → OrSelect-e31d1c8b.js} +2 -2
- package/dist/esm/v2/{OrSidebar-7c89f46c.js → OrSidebar-27236fbd.js} +158 -37
- package/dist/esm/v2/OrSidebarCollapseButton-cfe51a60.js +123 -0
- package/dist/esm/v2/{OrTabs-398348a5.js → OrTabs-96b0473d.js} +1 -1
- package/dist/esm/v2/{OrTag-a86928f2.js → OrTag-b2906865.js} +3 -1
- package/dist/esm/v2/{OrTooltip-4587b666.js → OrTooltip-629d44fc.js} +1 -1
- package/dist/esm/v2/components/index.js +22 -21
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -7
- package/dist/esm/v2/components/or-confirm-v3/index.js +5 -5
- package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v2/components/or-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-search-v3/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/index.js +5 -5
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
- package/dist/esm/v2/components/or-sidebar-v3/index.js +13 -1
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +1 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +16 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +16 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-sidebar-v3/styles.d.ts +7 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +22 -21
- package/dist/esm/v2/{types-8c69b2c8.js → types-1f95d710.js} +1 -1
- package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-3a9ccb24.js → OrCardCollection-e4fde5b4.js} +4 -4
- package/dist/esm/v3/{OrConfirm-68068bd0.js → OrConfirm-37454a63.js} +2 -2
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-a3e6ef83.js → OrErrorTag-308119de.js} +2 -0
- package/dist/esm/v3/{OrIconButton-0047e3cd.js → OrIconButton-2dcfb83e.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-6901da96.js → OrInlineInput-fbc35f85.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-a618ec30.js → OrInlineTextarea-79da8697.js} +1 -1
- package/dist/esm/v3/{OrInput-27b9f02d.js → OrInput-bd054213.js} +1 -1
- package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-7f3ea117.js} +17 -13
- package/dist/esm/v3/{OrModal-70f2b811.js → OrModal-4219a6dc.js} +1 -1
- package/dist/esm/v3/{OrNotification-7173726b.js → OrNotification-0e682c7f.js} +1 -1
- package/dist/esm/v3/{OrPagination-781c119e.js → OrPagination-da9e5017.js} +26 -64
- package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
- package/dist/esm/v3/{OrSearch-9e1efad2.js → OrSearch-5406bf03.js} +1 -1
- package/dist/esm/v3/{OrSelect-07834b65.js → OrSelect-466e50ca.js} +2 -2
- package/dist/esm/v3/OrSidebar-61d84c3e.js +313 -0
- package/dist/esm/v3/OrSidebarCollapseButton-1b9c83ef.js +94 -0
- package/dist/esm/v3/{OrTabs-34c67377.js → OrTabs-328d41b9.js} +1 -1
- package/dist/esm/v3/{OrTag-355e7a3e.js → OrTag-148ff9ae.js} +3 -1
- package/dist/esm/v3/{OrTooltip-4e670a38.js → OrTooltip-b07616f4.js} +1 -1
- package/dist/esm/v3/components/index.js +22 -21
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -7
- package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
- package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v3/components/or-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-search-v3/index.js +4 -4
- package/dist/esm/v3/components/or-select-v3/index.js +5 -5
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.stories3.d.ts +36 -1
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +49 -4
- package/dist/esm/v3/components/or-sidebar-v3/index.js +12 -1
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +1 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +15 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.d.ts +12 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +53 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +1 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +15 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-sidebar-v3/styles.d.ts +7 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +22 -21
- package/dist/esm/v3/{types-c1956faf.js → types-b79e4387.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-button-v3/styles.ts +3 -3
- package/src/components/or-empty-state-v3/styles.ts +2 -2
- package/src/components/or-error-tag-v3/styles.ts +3 -0
- package/src/components/or-menu-v3/OrMenu.vue +26 -22
- package/src/components/or-menu-v3/styles.ts +5 -0
- package/src/components/or-pagination-v3/OrPagination.vue +42 -86
- package/src/components/or-pagination-v3/styles.ts +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-sidebar-v3/OrSidebar.docs.mdx +6 -0
- package/src/components/or-sidebar-v3/OrSidebar.stories3.ts +253 -12
- package/src/components/or-sidebar-v3/OrSidebar.vue +130 -23
- package/src/components/or-sidebar-v3/partials/index.ts +1 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +48 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +79 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +1 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +50 -0
- package/src/components/or-sidebar-v3/styles.ts +117 -12
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/styles.ts +3 -0
- package/src/components/or-tooltip-v3/styles.ts +1 -1
- package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d298c2fa.js +0 -181
- package/dist/esm/v3/OrSidebar-5d97c7cc.js +0 -206
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useToggle } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
3
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-3a3d4280.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-837d57f8.js';
|
|
5
5
|
import { O as OrLoader } from './OrLoader-864ef92a.js';
|
|
6
6
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrButton.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["type", "activated", "disabled"];
|
|
@@ -27,7 +27,7 @@ const ButtonRoot = [
|
|
|
27
27
|
'layout-inline-row justify-center',
|
|
28
28
|
// Shape
|
|
29
29
|
'rounded-md',
|
|
30
|
-
//
|
|
30
|
+
// Sizing
|
|
31
31
|
'min-w-[96px]',
|
|
32
32
|
// Interactivity
|
|
33
33
|
'interactivity-auto',
|
|
@@ -47,8 +47,8 @@ const ButtonRootVariants = {
|
|
|
47
47
|
'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
|
|
48
48
|
'link': [
|
|
49
49
|
// Spacing
|
|
50
|
-
'gap-xs',
|
|
51
|
-
//
|
|
50
|
+
'gap-sm md:gap-xs',
|
|
51
|
+
// Sizing
|
|
52
52
|
'min-w-[auto]']
|
|
53
53
|
};
|
|
54
54
|
const ButtonRootColors = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeClass, defineComponent, computed, createElementBlock, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, ref, watch } from 'vue';
|
|
2
|
-
import './OrIconButton-
|
|
3
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
4
|
-
import './OrButton-
|
|
5
|
-
import './OrMenu-
|
|
6
|
-
import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-
|
|
2
|
+
import './OrIconButton-e0566ecf.js';
|
|
3
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
4
|
+
import './OrButton-a1448bfa.js';
|
|
5
|
+
import './OrMenu-6d7abe97.js';
|
|
6
|
+
import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
7
7
|
import './OrMenuItem-807e2a49.js';
|
|
8
8
|
import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
|
|
9
9
|
import './OrIcon-1a5c9091.js';
|
|
10
|
-
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-
|
|
11
|
-
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-c054c8db.js';
|
|
11
|
+
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
12
12
|
import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
13
13
|
|
|
14
14
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -2,11 +2,11 @@ import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
|
2
2
|
import { l as logicAnd } from './index-01519e46.js';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
4
4
|
import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
|
|
5
|
-
import './OrButton-
|
|
6
|
-
import './OrInput-
|
|
7
|
-
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-
|
|
5
|
+
import './OrButton-a1448bfa.js';
|
|
6
|
+
import './OrInput-dcf2606e.js';
|
|
7
|
+
import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
8
8
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
9
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-27220623.js';
|
|
10
10
|
|
|
11
11
|
var ConfirmType;
|
|
12
12
|
(function (ConfirmType) {
|
|
@@ -11,10 +11,10 @@ const EmptyStateRoot = [
|
|
|
11
11
|
'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
|
|
12
12
|
// Box
|
|
13
13
|
'w-full',
|
|
14
|
-
//
|
|
14
|
+
// Sizing
|
|
15
15
|
'gap-sm'];
|
|
16
16
|
const EmptyStateImage = [
|
|
17
|
-
//
|
|
17
|
+
// Sizing
|
|
18
18
|
'mb-sm'];
|
|
19
19
|
const EmptyStateImageSizes = {
|
|
20
20
|
[EmptyStateSize.L]: [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrIconButton.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
2
2
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, createVNode } from 'vue';
|
|
3
3
|
|
|
4
4
|
const _hoisted_1 = ["selected", "disabled"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode, defineComponent, ref, computed } from 'vue';
|
|
2
2
|
import './OrIcon-1a5c9091.js';
|
|
3
|
-
import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-
|
|
3
|
+
import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-bf9935ef.js';
|
|
4
4
|
import { s as script$2, I as IconSize } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
5
5
|
|
|
6
6
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive, watch } from 'vue';
|
|
2
2
|
import './OrHint-5d5e4d99.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-e0566ecf.js';
|
|
4
4
|
import './OrInlineInputBox-f92a09d6.js';
|
|
5
5
|
import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
6
6
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
8
8
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
9
9
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
11
11
|
|
|
12
12
|
var InlineInputType;
|
|
13
13
|
(function (InlineInputType) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive, watch } from 'vue';
|
|
2
2
|
import './OrHint-5d5e4d99.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-e0566ecf.js';
|
|
4
4
|
import './OrInlineInputBox-f92a09d6.js';
|
|
5
5
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
6
6
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
7
7
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
8
8
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
9
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
10
10
|
import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
11
11
|
|
|
12
12
|
const InlineTextareaRoot = [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrInput.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from './OrInput.vue_vue_type_script_lang-27220623.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|
|
@@ -3,7 +3,7 @@ import './OrHint-5d5e4d99.js';
|
|
|
3
3
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
4
4
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
5
5
|
import './OrIcon-1a5c9091.js';
|
|
6
|
-
import './OrIconButton-
|
|
6
|
+
import './OrIconButton-e0566ecf.js';
|
|
7
7
|
import './OrInputBox-4c7900c2.js';
|
|
8
8
|
import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
@@ -11,7 +11,7 @@ import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
|
11
11
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
12
12
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
13
13
|
import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
14
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
15
15
|
|
|
16
16
|
var InputType;
|
|
17
17
|
(function (InputType) {
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { s as script } from './OrMenu.vue_vue_type_script_lang-
|
|
2
|
-
import { resolveComponent, openBlock,
|
|
1
|
+
import { s as script } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
2
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, withModifiers, renderSlot } from 'vue';
|
|
3
3
|
|
|
4
4
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5
5
|
const _component_OrPopover = resolveComponent("OrPopover");
|
|
6
|
-
return openBlock(),
|
|
6
|
+
return openBlock(), createElementBlock("div", {
|
|
7
|
+
ref: "root",
|
|
8
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
9
|
+
}, [createVNode(_component_OrPopover, {
|
|
7
10
|
ref: "popover",
|
|
8
11
|
variant: 'auto',
|
|
9
12
|
trigger: _ctx.trigger,
|
|
@@ -12,15 +15,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12
15
|
"disable-default-styles": false,
|
|
13
16
|
"onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
|
|
14
17
|
}, {
|
|
15
|
-
default: withCtx(() => [createElementVNode("div",
|
|
16
|
-
|
|
17
|
-
}, _ctx.$attrs, {
|
|
18
|
-
class: _ctx.rootStyles,
|
|
18
|
+
default: withCtx(() => [createElementVNode("div", {
|
|
19
|
+
class: normalizeClass(_ctx.bodyStyles),
|
|
19
20
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
|
|
20
|
-
}
|
|
21
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
|
|
21
22
|
|
|
22
23
|
_: 3 /* FORWARDED */
|
|
23
|
-
}, 8 /* PROPS */, ["trigger", "placement"]);
|
|
24
|
+
}, 8 /* PROPS */, ["trigger", "placement"])], 2 /* CLASS */);
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
script.render = render;
|
|
@@ -4,6 +4,9 @@ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_s
|
|
|
4
4
|
|
|
5
5
|
const MenuRoot = [
|
|
6
6
|
// Layout
|
|
7
|
+
'inline-block'];
|
|
8
|
+
const MenuBody = [
|
|
9
|
+
// Layout
|
|
7
10
|
'overflow-y-auto',
|
|
8
11
|
// Box
|
|
9
12
|
'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
|
|
@@ -13,7 +16,6 @@ var script = defineComponent({
|
|
|
13
16
|
components: {
|
|
14
17
|
OrPopover: script$1
|
|
15
18
|
},
|
|
16
|
-
inheritAttrs: false,
|
|
17
19
|
props: {
|
|
18
20
|
trigger: {
|
|
19
21
|
type: HTMLElement,
|
|
@@ -25,7 +27,7 @@ var script = defineComponent({
|
|
|
25
27
|
}
|
|
26
28
|
},
|
|
27
29
|
emits: ['update:state'],
|
|
28
|
-
expose: ['root', '
|
|
30
|
+
expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
|
|
29
31
|
setup() {
|
|
30
32
|
// Refs
|
|
31
33
|
const root = ref();
|
|
@@ -34,13 +36,13 @@ var script = defineComponent({
|
|
|
34
36
|
var _a;
|
|
35
37
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
36
38
|
});
|
|
37
|
-
// Styles
|
|
38
|
-
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
39
|
-
// State
|
|
40
39
|
const isOpen = computed(() => {
|
|
41
40
|
var _a;
|
|
42
41
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
|
|
43
42
|
});
|
|
43
|
+
// Styles
|
|
44
|
+
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
45
|
+
const bodyStyles = computed(() => [...MenuBody]);
|
|
44
46
|
// Methods
|
|
45
47
|
function open() {
|
|
46
48
|
const popoverInstance = popover.value;
|
|
@@ -74,6 +76,7 @@ var script = defineComponent({
|
|
|
74
76
|
popover,
|
|
75
77
|
popoverRoot,
|
|
76
78
|
rootStyles,
|
|
79
|
+
bodyStyles,
|
|
77
80
|
isOpen,
|
|
78
81
|
open,
|
|
79
82
|
close,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
2
2
|
import './OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-e0566ecf.js';
|
|
4
4
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-7edd25f6.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
6
6
|
|
|
7
7
|
var ModalSize;
|
|
8
8
|
(function (ModalSize) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
2
|
import './OrIcon-1a5c9091.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-e0566ecf.js';
|
|
4
4
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-7d1c3fe1.js';
|
|
6
6
|
|
|
7
7
|
var NotificationVariant;
|
|
8
8
|
(function (NotificationVariant) {
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrButton-
|
|
2
|
+
import './OrButton-a1448bfa.js';
|
|
3
3
|
import './OrIcon-1a5c9091.js';
|
|
4
|
-
import './OrMenu-
|
|
4
|
+
import './OrMenu-6d7abe97.js';
|
|
5
5
|
import './OrMenuItem-807e2a49.js';
|
|
6
|
-
import {
|
|
7
|
-
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-b53e78f5.js';
|
|
6
|
+
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
8
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
9
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-df35fd76.js';
|
|
10
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
|
|
11
10
|
|
|
12
11
|
const PaginationRoot = [
|
|
13
12
|
// Layout
|
|
14
13
|
'layout-row',
|
|
15
14
|
// Spacing
|
|
16
|
-
'gap-
|
|
15
|
+
'gap-xl',
|
|
17
16
|
// Typography
|
|
18
17
|
'typography-caption-regular',
|
|
19
18
|
// Theme
|
|
@@ -63,10 +62,6 @@ var script = defineComponent({
|
|
|
63
62
|
emits: ['update:modelValue'],
|
|
64
63
|
expose: ['root'],
|
|
65
64
|
setup(props, context) {
|
|
66
|
-
const {
|
|
67
|
-
isDesktop,
|
|
68
|
-
isMobile
|
|
69
|
-
} = useResponsive();
|
|
70
65
|
// Refs
|
|
71
66
|
const root = ref();
|
|
72
67
|
const limitButton = ref();
|
|
@@ -128,30 +123,22 @@ var script = defineComponent({
|
|
|
128
123
|
return Math.ceil(props.length / currentLimit.value);
|
|
129
124
|
});
|
|
130
125
|
const buttonGroup = computed(() => {
|
|
131
|
-
|
|
126
|
+
return Array.from({
|
|
132
127
|
length: lastPage.value
|
|
133
|
-
}, (_, index) => index + 1)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
}).reduce((accumulator, page) => {
|
|
149
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
150
|
-
return accumulator;
|
|
151
|
-
}
|
|
152
|
-
return [...accumulator, page];
|
|
153
|
-
}, []);
|
|
154
|
-
}
|
|
128
|
+
}, (_, index) => index + 1).map(page => {
|
|
129
|
+
switch (true) {
|
|
130
|
+
case page > firstPage.value && page < currentPage.value - 1:
|
|
131
|
+
case page > currentPage.value + 1 && page < lastPage.value:
|
|
132
|
+
return '…';
|
|
133
|
+
default:
|
|
134
|
+
return page;
|
|
135
|
+
}
|
|
136
|
+
}).reduce((accumulator, page) => {
|
|
137
|
+
if (accumulator[accumulator.length - 1] === page) {
|
|
138
|
+
return accumulator;
|
|
139
|
+
}
|
|
140
|
+
return [...accumulator, page];
|
|
141
|
+
}, []);
|
|
155
142
|
});
|
|
156
143
|
// Methods
|
|
157
144
|
function toPreviousPage() {
|
|
@@ -164,8 +151,6 @@ var script = defineComponent({
|
|
|
164
151
|
currentPage.value = page;
|
|
165
152
|
}
|
|
166
153
|
return {
|
|
167
|
-
isDesktop,
|
|
168
|
-
isMobile,
|
|
169
154
|
root,
|
|
170
155
|
limitButton,
|
|
171
156
|
limitButtonRoot,
|
|
@@ -33,7 +33,7 @@ const ProgressRootTypes = {
|
|
|
33
33
|
const ProgressHeader = [
|
|
34
34
|
// Layout
|
|
35
35
|
'flex', 'flex-row',
|
|
36
|
-
//
|
|
36
|
+
// Sizing
|
|
37
37
|
'mb-[6px]'];
|
|
38
38
|
const ProgressHeaderLabel = [
|
|
39
39
|
// Typography
|
|
@@ -41,7 +41,7 @@ const ProgressHeaderLabel = [
|
|
|
41
41
|
// Theme
|
|
42
42
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
43
43
|
const ProgressHeaderPercent = [
|
|
44
|
-
//
|
|
44
|
+
// Sizing
|
|
45
45
|
'ml-auto'];
|
|
46
46
|
const ProgressBarBackground = [
|
|
47
47
|
// Theme
|
|
@@ -74,7 +74,7 @@ const ProgressBarColors = {
|
|
|
74
74
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
75
75
|
};
|
|
76
76
|
const ProgressFooter = [
|
|
77
|
-
//
|
|
77
|
+
// Sizing
|
|
78
78
|
'mt-[2px]'];
|
|
79
79
|
|
|
80
80
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import './OrInput-dcf2606e.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-27220623.js';
|
|
5
5
|
import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -4,18 +4,18 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
|
4
4
|
import './OrHint-5d5e4d99.js';
|
|
5
5
|
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-2cc8964c.js';
|
|
6
6
|
import './OrIcon-1a5c9091.js';
|
|
7
|
-
import './OrInput-
|
|
7
|
+
import './OrInput-dcf2606e.js';
|
|
8
8
|
import './OrInputBox-4c7900c2.js';
|
|
9
9
|
import './OrLabel-c556887e.js';
|
|
10
10
|
import './OrMenuItem-807e2a49.js';
|
|
11
11
|
import './OrPopover-1a488f88.js';
|
|
12
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-a25a49ee.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
15
15
|
import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
16
16
|
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
17
17
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-bdbaad94.js';
|
|
18
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-27220623.js';
|
|
19
19
|
import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-47d98e81.js';
|
|
20
20
|
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
21
21
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-2400ec2a.js';
|