@onereach/ui-components 2.74.3-beta.2303.0 → 2.74.3
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/{OrBottomSheet-ddba20c1.js → OrBottomSheet-41164e06.js} +1 -1
- package/dist/bundled/v2/{OrButton-4862b98b.js → OrButton-d45772c1.js} +3 -3
- package/dist/bundled/v2/{OrCardCollection-a6dda023.js → OrCardCollection-914c0d96.js} +4 -4
- package/dist/bundled/v2/{OrConfirm-9a79cccb.js → OrConfirm-f34221c8.js} +3 -3
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrErrorTag-ade7cd8c.js → OrErrorTag-4675604d.js} +1 -1
- package/dist/bundled/v2/{OrIconButton-2bd48bf6.js → OrIconButton-037b9c33.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-f70111ec.js → OrInlineInput-91a8a857.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-ba2db219.js → OrInlineTextarea-2d842751.js} +1 -1
- package/dist/bundled/v2/{OrInput-551d02af.js → OrInput-5cd0041e.js} +1 -1
- package/dist/bundled/v2/{OrMenu-6ab53877.js → OrMenu-021f347c.js} +16 -11
- package/dist/bundled/v2/{OrModal-e71ec2a3.js → OrModal-4218b040.js} +2 -2
- package/dist/bundled/v2/{OrNotification-911887e4.js → OrNotification-35c163f7.js} +1 -1
- package/dist/bundled/v2/{OrOverlay-efa7992e.js → OrOverlay-cb55bf20.js} +1 -1
- package/dist/bundled/v2/{OrPagination-24d4b88f.js → OrPagination-582690fd.js} +24 -60
- package/dist/bundled/v2/{OrPopover-4e8acb7b.js → OrPopover-0697699f.js} +3 -3
- package/dist/bundled/v2/{OrProgress-5cf0a7e7.js → OrProgress-15fe65ec.js} +3 -3
- package/dist/bundled/v2/{OrSearch-4b76f101.js → OrSearch-4b0f063b.js} +1 -1
- package/dist/bundled/v2/{OrSelect-6aeabc14.js → OrSelect-ac49dab5.js} +3 -3
- package/dist/bundled/v2/{OrSidebar-ab5e1041.js → OrSidebar-b7a27e27.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-39514989.js → OrSidebarCollapseButton-e8632afe.js} +1 -1
- package/dist/bundled/v2/{OrTabs-182098dc.js → OrTabs-70c1818f.js} +1 -1
- package/dist/bundled/v2/{OrTag-074b1885.js → OrTag-59ab76c5.js} +2 -2
- package/dist/bundled/v2/{OrTooltip-121e28c5.js → OrTooltip-9ef540f0.js} +2 -4
- package/dist/bundled/v2/components/index.js +26 -26
- package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/bundled/v2/components/or-confirm-v3/index.js +9 -9
- 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 +6 -6
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-modal-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-notification-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-popover-v3/index.js +4 -4
- 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 +8 -8
- package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/bundled/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/bundled/v2/components/or-tag-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/bundled/v2/hooks/index.js +1 -1
- package/dist/bundled/v2/hooks/useElevation.d.ts +2 -1
- package/dist/bundled/v2/index.js +27 -27
- package/dist/bundled/v2/{types-31d1b8e0.js → types-d0e9ac5c.js} +1 -1
- package/dist/bundled/v2/{useElevation-aac032f4.js → useElevation-b6e7590a.js} +3 -2
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js → OrBottomSheet.vue_vue_type_script_lang-7b8553e9.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-40a22d2b.js → OrCardCollection.vue_vue_type_script_lang-b74654c4.js} +7 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ceaeeadb.js → OrConfirm.vue_vue_type_script_lang-a75a86cd.js} +6 -6
- 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-4e963273.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +1 -1
- package/dist/bundled/v3/{OrIconButton-c9eb3d09.js → OrIconButton-a2091425.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-84fd1dea.js → OrIconButton.vue_vue_type_script_lang-14871105.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c06ed46b.js → OrInlineInput.vue_vue_type_script_lang-f2cc2704.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-79c4353a.js → OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js} +2 -2
- package/dist/bundled/v3/{OrInput-5e36b9a6.js → OrInput-b077957e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-81c11f75.js → OrInput.vue_vue_type_script_lang-ada50709.js} +2 -2
- package/dist/bundled/v3/{OrMenu-bb432db5.js → OrMenu-c2c114de.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-5a492eb3.js → OrMenu.vue_vue_type_script_lang-518b5305.js} +10 -7
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-e1b650ba.js → OrModal.vue_vue_type_script_lang-8d7f1436.js} +4 -4
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-e86b33e9.js → OrNotification.vue_vue_type_script_lang-b0280317.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-7edd25f6.js → OrOverlay.vue_vue_type_script_lang-a1f3f02c.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-0cb971d5.js → OrPagination.vue_vue_type_script_lang-9804669c.js} +20 -35
- package/dist/bundled/v3/{OrPopover-1a488f88.js → OrPopover-f9a1d5d7.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b1102c1a.js → OrPopover.vue_vue_type_script_lang-aa819a00.js} +4 -4
- 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-f473cb9b.js → OrSearch.vue_vue_type_script_lang-d4b754f2.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-af5f0e8d.js → OrSelect.vue_vue_type_script_lang-36567db5.js} +5 -5
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f1f2844f.js → OrSidebar.vue_vue_type_script_lang-b5adff07.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-5fe2a40a.js → OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-853e7b4a.js → OrTabs.vue_vue_type_script_lang-7a2b137a.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-fc082803.js → OrTag.vue_vue_type_script_lang-4fe7e19f.js} +3 -3
- package/dist/bundled/v3/{OrToastContainer-f317ef1b.js → OrToastContainer-bafab8a2.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-7a64c90d.js → OrTooltip.vue_vue_type_script_lang-0c228e6f.js} +3 -5
- package/dist/bundled/v3/components/index.js +31 -31
- package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +16 -16
- package/dist/bundled/v3/components/or-confirm-v3/index.js +13 -13
- 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 +7 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-popover-v3/index.js +4 -4
- 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 +11 -11
- package/dist/bundled/v3/components/or-select-v3/index.js +12 -12
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +9 -9
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +9 -9
- package/dist/bundled/v3/components/or-tabs-v3/index.js +8 -8
- package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
- package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -6
- package/dist/bundled/v3/hooks/index.js +1 -1
- package/dist/bundled/v3/hooks/useElevation.d.ts +2 -1
- package/dist/bundled/v3/index.js +53 -75
- package/dist/bundled/v3/{types-c44094bc.js → types-150c888c.js} +3 -3
- package/dist/bundled/v3/{useElevation-c8d5d3ba.js → useElevation-e8a2ce89.js} +3 -2
- package/dist/esm/v2/{OrBottomSheet-37200385.js → OrBottomSheet-c9bfe63f.js} +1 -1
- package/dist/esm/v2/{OrButton-18f4431c.js → OrButton-66964360.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-d9666d4b.js → OrCardCollection-53b55eec.js} +5 -5
- package/dist/esm/v2/{OrConfirm-492a6a36.js → OrConfirm-ccf4b2c9.js} +3 -3
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrErrorTag-3aaab419.js → OrErrorTag-7cd5dc68.js} +1 -1
- package/dist/esm/v2/{OrIconButton-612c64c4.js → OrIconButton-140f940e.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-6485e20a.js → OrInlineInput-01f1d5cc.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-63dd339e.js → OrInlineTextarea-421ff4d1.js} +1 -1
- package/dist/esm/v2/{OrInput-0b8a515c.js → OrInput-b241f15f.js} +1 -1
- package/dist/esm/v2/{OrMenu-943e7760.js → OrMenu-1adef5df.js} +16 -11
- package/dist/esm/v2/{OrModal-8fc5ddc9.js → OrModal-a938e31b.js} +2 -2
- package/dist/esm/v2/{OrNotification-507c3e75.js → OrNotification-e8c1df46.js} +1 -1
- package/dist/esm/v2/{OrOverlay-a019186f.js → OrOverlay-2ded265b.js} +1 -1
- package/dist/esm/v2/{OrPagination-04e810bc.js → OrPagination-f7f540d1.js} +25 -62
- package/dist/esm/v2/{OrPopover-d5d4f62a.js → OrPopover-b3746279.js} +3 -3
- package/dist/esm/v2/{OrProgress-9fc95bd7.js → OrProgress-b7d1c689.js} +3 -3
- package/dist/esm/v2/{OrSearch-02d8a65c.js → OrSearch-6aaba430.js} +1 -1
- package/dist/esm/v2/{OrSelect-bdc0ccb5.js → OrSelect-84c2079c.js} +3 -3
- package/dist/esm/v2/{OrSidebar-36643782.js → OrSidebar-6b246de1.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-7483360e.js → OrSidebarCollapseButton-9178923e.js} +1 -1
- package/dist/esm/v2/{OrTabs-5f53127f.js → OrTabs-6d7d9d7e.js} +2 -2
- package/dist/esm/v2/{OrTag-359c25b6.js → OrTag-1ed1265c.js} +2 -2
- package/dist/esm/v2/{OrTooltip-233c67b9.js → OrTooltip-34d2e01f.js} +2 -4
- package/dist/esm/v2/components/index.js +26 -26
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -9
- 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 +6 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v2/components/or-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +9 -9
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- 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 +8 -8
- package/dist/esm/v2/components/or-select-v3/index.js +9 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/hooks/useElevation.d.ts +2 -1
- package/dist/esm/v2/index.js +26 -26
- package/dist/esm/v2/{types-623b05dd.js → types-f4b60ff3.js} +1 -1
- package/dist/esm/v2/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
- package/dist/esm/v3/{OrBottomSheet-13a416ef.js → OrBottomSheet-9c291056.js} +1 -1
- package/dist/esm/v3/{OrButton-55dd2ad9.js → OrButton-c56998e7.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-7241cd1d.js → OrCardCollection-e5a0c7f2.js} +5 -5
- package/dist/esm/v3/{OrConfirm-d527c1f8.js → OrConfirm-bb32473d.js} +3 -3
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrErrorTag-7f153817.js → OrErrorTag-0025b17c.js} +1 -1
- package/dist/esm/v3/{OrIconButton-23cb0f22.js → OrIconButton-2a9a6627.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-3dd233eb.js → OrInlineInput-6c4fe7ff.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-7352f610.js → OrInlineTextarea-3cd956d9.js} +1 -1
- package/dist/esm/v3/{OrInput-620cdc01.js → OrInput-d924c98e.js} +1 -1
- package/dist/esm/v3/{OrMenu-fd2fe1e7.js → OrMenu-345930d5.js} +18 -14
- package/dist/esm/v3/{OrModal-0d9296a3.js → OrModal-07c092ab.js} +2 -2
- package/dist/esm/v3/{OrNotification-c14ce3f1.js → OrNotification-e600fd9a.js} +1 -1
- package/dist/esm/v3/{OrOverlay-afad3aa4.js → OrOverlay-55f6cf9c.js} +1 -1
- package/dist/esm/v3/{OrPagination-1bd951a4.js → OrPagination-2ef059f6.js} +27 -65
- package/dist/esm/v3/{OrPopover-40217b49.js → OrPopover-464a5606.js} +3 -3
- package/dist/esm/v3/{OrProgress-4856808a.js → OrProgress-639ed5e8.js} +3 -3
- package/dist/esm/v3/{OrSearch-2aa4da10.js → OrSearch-e96e6f77.js} +1 -1
- package/dist/esm/v3/{OrSelect-04deb880.js → OrSelect-c502e2f1.js} +3 -3
- package/dist/esm/v3/{OrSidebar-c71f2e27.js → OrSidebar-0a32cc49.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-2c5a0239.js → OrSidebarCollapseButton-647d2c50.js} +1 -1
- package/dist/esm/v3/{OrTabs-c6cfae55.js → OrTabs-9949f87b.js} +2 -2
- package/dist/esm/v3/{OrTag-ffb2debb.js → OrTag-f66c6142.js} +2 -2
- package/dist/esm/v3/{OrTooltip-229c90d5.js → OrTooltip-d1b1a4bb.js} +2 -4
- package/dist/esm/v3/components/index.js +26 -26
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -9
- 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 +6 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v3/components/or-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +9 -9
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
- 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 +8 -8
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/hooks/useElevation.d.ts +2 -1
- package/dist/esm/v3/index.js +26 -26
- package/dist/esm/v3/{types-6fff319d.js → types-fd0720cc.js} +1 -1
- package/dist/esm/v3/{useElevation-31bfe1f6.js → useElevation-92fce12c.js} +3 -2
- package/package.json +3 -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 +1 -1
- 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-popover-v3/OrPopover.vue +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-sidebar-v3/styles.ts +2 -2
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/styles.ts +1 -1
- package/src/components/or-tooltip-v3/styles.ts +1 -4
- package/src/hooks/useElevation.ts +5 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useToggle } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, onBeforeMount, onBeforeUnmount, nextTick } from 'vue';
|
|
3
3
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-4d4329cd.js';
|
|
4
|
-
import './OrIconButton-
|
|
4
|
+
import './OrIconButton-a2091425.js';
|
|
5
5
|
import './OrLoader-123ef8c4.js';
|
|
6
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
7
7
|
import { s as script$3 } from './OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
|
-
import './OrOverlay.vue_vue_type_script_lang-
|
|
9
|
+
import './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
10
10
|
import { s as script$4 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
11
11
|
|
|
12
12
|
var errorPng = "data:image/png;base64,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";
|
|
@@ -4,8 +4,9 @@ function isVisible(element) {
|
|
|
4
4
|
return !(element.offsetParent === null);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
function useElevation(element) {
|
|
7
|
+
function useElevation(element, trigger) {
|
|
8
8
|
const elementRef = isRef(element) ? element : ref(element);
|
|
9
|
+
const triggerRef = isRef(trigger) ? trigger : ref();
|
|
9
10
|
// Functions
|
|
10
11
|
function getPageElevations() {
|
|
11
12
|
return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
|
|
@@ -14,7 +15,7 @@ function useElevation(element) {
|
|
|
14
15
|
element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
|
|
15
16
|
}
|
|
16
17
|
// Effects
|
|
17
|
-
watch(elementRef, element => {
|
|
18
|
+
watch([elementRef, triggerRef], ([element]) => {
|
|
18
19
|
if (element) setElementElevation(element);
|
|
19
20
|
}, {
|
|
20
21
|
immediate: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrOverlay-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrOverlay-2ded265b.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
const BottomSheetRoot = [
|
|
@@ -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,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$3 } from './OrButton-
|
|
3
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$3 } from './OrButton-66964360.js';
|
|
3
|
+
import { _ as __vue_component__$2 } from './OrIconButton-140f940e.js';
|
|
4
4
|
import { _ as __vue_component__$6 } from './OrIcon-c434985a.js';
|
|
5
5
|
import { _ as __vue_component__$5 } from './OrMenuItem-4f810513.js';
|
|
6
|
-
import { _ as __vue_component__$4 } from './OrMenu-
|
|
7
|
-
import './OrPopover-
|
|
8
|
-
import { _ as __vue_component__$7 } from './OrSearch-
|
|
6
|
+
import { _ as __vue_component__$4 } from './OrMenu-1adef5df.js';
|
|
7
|
+
import './OrPopover-b3746279.js';
|
|
8
|
+
import { _ as __vue_component__$7 } from './OrSearch-6aaba430.js';
|
|
9
9
|
import './OrInputBox-53d1f66d.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useMagicKeys, whenever, onClickOutside } from '@vueuse/core';
|
|
2
2
|
import { logicAnd } from '@vueuse/math';
|
|
3
3
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
4
|
-
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-
|
|
5
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
6
|
-
import { _ as __vue_component__$1 } from './OrOverlay-
|
|
4
|
+
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-66964360.js';
|
|
5
|
+
import { _ as __vue_component__$3 } from './OrInput-b241f15f.js';
|
|
6
|
+
import { _ as __vue_component__$1 } from './OrOverlay-2ded265b.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
9
9
|
var ConfirmType;
|
|
@@ -12,10 +12,10 @@ const EmptyStateRoot = [
|
|
|
12
12
|
'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
|
|
13
13
|
// Box
|
|
14
14
|
'w-full',
|
|
15
|
-
//
|
|
15
|
+
// Sizing
|
|
16
16
|
'gap-sm'];
|
|
17
17
|
const EmptyStateImage = [
|
|
18
|
-
//
|
|
18
|
+
// Sizing
|
|
19
19
|
'mb-sm'];
|
|
20
20
|
const EmptyStateImageSizes = {
|
|
21
21
|
[EmptyStateSize.L]: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$1, I as IconSize } from './OrIcon-c434985a.js';
|
|
3
|
-
import { _ as __vue_component__$2 } from './OrTooltip-
|
|
4
|
-
import './OrPopover-
|
|
3
|
+
import { _ as __vue_component__$2 } from './OrTooltip-34d2e01f.js';
|
|
4
|
+
import './OrPopover-b3746279.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
var IconButtonColor;
|
|
@@ -4,7 +4,7 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
|
|
6
6
|
import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrIconButton-140f940e.js';
|
|
8
8
|
import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-46146af0.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
@@ -4,7 +4,7 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
5
5
|
import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
|
|
6
6
|
import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrIconButton-140f940e.js';
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrInlineInputBox-46146af0.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
@@ -5,7 +5,7 @@ import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
|
5
5
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrError-13845bb0.js';
|
|
7
7
|
import { _ as __vue_component__$2 } from './OrHint-78b399cb.js';
|
|
8
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$4 } from './OrIconButton-140f940e.js';
|
|
9
9
|
import { _ as __vue_component__$3 } from './OrIcon-c434985a.js';
|
|
10
10
|
import { _ as __vue_component__$5, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
11
11
|
import { _ as __vue_component__$6 } from './OrLabel-0945a4d9.js';
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-
|
|
2
|
+
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-b3746279.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
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: __vue_component__$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,
|
|
@@ -91,7 +94,10 @@ var __vue_render__ = function () {
|
|
|
91
94
|
var _vm = this;
|
|
92
95
|
var _h = _vm.$createElement;
|
|
93
96
|
var _c = _vm._self._c || _h;
|
|
94
|
-
return _c('
|
|
97
|
+
return _c('div', {
|
|
98
|
+
ref: "root",
|
|
99
|
+
class: _vm.rootStyles
|
|
100
|
+
}, [_c('OrPopover', {
|
|
95
101
|
ref: "popover",
|
|
96
102
|
attrs: {
|
|
97
103
|
"variant": 'auto',
|
|
@@ -105,16 +111,15 @@ var __vue_render__ = function () {
|
|
|
105
111
|
return _vm.$emit('update:state', $event);
|
|
106
112
|
}
|
|
107
113
|
}
|
|
108
|
-
}, [_c('div',
|
|
109
|
-
|
|
110
|
-
class: _vm.rootStyles,
|
|
114
|
+
}, [_c('div', {
|
|
115
|
+
class: _vm.bodyStyles,
|
|
111
116
|
on: {
|
|
112
117
|
"click": function ($event) {
|
|
113
118
|
$event.stopPropagation();
|
|
114
119
|
return _vm.onClick.apply(null, arguments);
|
|
115
120
|
}
|
|
116
121
|
}
|
|
117
|
-
},
|
|
122
|
+
}, [_vm._t("default")], 2)])], 1);
|
|
118
123
|
};
|
|
119
124
|
var __vue_staticRenderFns__ = [];
|
|
120
125
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrOverlay-
|
|
2
|
+
import { _ as __vue_component__$2 } from './OrIconButton-140f940e.js';
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrOverlay-2ded265b.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
var ModalSize;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$2 } from './OrIconButton-140f940e.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrIcon-c434985a.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useScrollLock } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { u as useElevation } from './useElevation-
|
|
3
|
+
import { u as useElevation } from './useElevation-92fce12c.js';
|
|
4
4
|
import { _ as __vue_component__$1 } from './OrTeleport.vue2-fb92f29f.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import '
|
|
3
|
-
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
4
|
-
import { _ as __vue_component__$1 } from './OrButton-18f4431c.js';
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrButton-66964360.js';
|
|
5
3
|
import { _ as __vue_component__$2 } from './OrIcon-c434985a.js';
|
|
6
4
|
import { _ as __vue_component__$4 } from './OrMenuItem-4f810513.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrMenu-
|
|
8
|
-
import './OrPopover-
|
|
5
|
+
import { _ as __vue_component__$3 } from './OrMenu-1adef5df.js';
|
|
6
|
+
import './OrPopover-b3746279.js';
|
|
9
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
8
|
|
|
11
9
|
const PaginationRoot = [
|
|
12
10
|
// Layout
|
|
13
11
|
'layout-row',
|
|
14
12
|
// Spacing
|
|
15
|
-
'gap-
|
|
13
|
+
'gap-xl',
|
|
16
14
|
// Typography
|
|
17
15
|
'typography-caption-regular',
|
|
18
16
|
// Theme
|
|
@@ -62,10 +60,6 @@ var script = defineComponent({
|
|
|
62
60
|
emits: ['update:modelValue'],
|
|
63
61
|
expose: ['root'],
|
|
64
62
|
setup(props, context) {
|
|
65
|
-
const {
|
|
66
|
-
isDesktop,
|
|
67
|
-
isMobile
|
|
68
|
-
} = useResponsive();
|
|
69
63
|
// Refs
|
|
70
64
|
const root = ref();
|
|
71
65
|
const limitButton = ref();
|
|
@@ -127,30 +121,22 @@ var script = defineComponent({
|
|
|
127
121
|
return Math.ceil(props.length / currentLimit.value);
|
|
128
122
|
});
|
|
129
123
|
const buttonGroup = computed(() => {
|
|
130
|
-
|
|
124
|
+
return Array.from({
|
|
131
125
|
length: lastPage.value
|
|
132
|
-
}, (_, index) => index + 1)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
}).reduce((accumulator, page) => {
|
|
148
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
149
|
-
return accumulator;
|
|
150
|
-
}
|
|
151
|
-
return [...accumulator, page];
|
|
152
|
-
}, []);
|
|
153
|
-
}
|
|
126
|
+
}, (_, index) => index + 1).map(page => {
|
|
127
|
+
switch (true) {
|
|
128
|
+
case page > firstPage.value && page < currentPage.value - 1:
|
|
129
|
+
case page > currentPage.value + 1 && page < lastPage.value:
|
|
130
|
+
return '…';
|
|
131
|
+
default:
|
|
132
|
+
return page;
|
|
133
|
+
}
|
|
134
|
+
}).reduce((accumulator, page) => {
|
|
135
|
+
if (accumulator[accumulator.length - 1] === page) {
|
|
136
|
+
return accumulator;
|
|
137
|
+
}
|
|
138
|
+
return [...accumulator, page];
|
|
139
|
+
}, []);
|
|
154
140
|
});
|
|
155
141
|
// Methods
|
|
156
142
|
function toPreviousPage() {
|
|
@@ -163,8 +149,6 @@ var script = defineComponent({
|
|
|
163
149
|
currentPage.value = page;
|
|
164
150
|
}
|
|
165
151
|
return {
|
|
166
|
-
isDesktop,
|
|
167
|
-
isMobile,
|
|
168
152
|
root,
|
|
169
153
|
limitButton,
|
|
170
154
|
limitButtonRoot,
|
|
@@ -218,7 +202,7 @@ var __vue_render__ = function () {
|
|
|
218
202
|
attrs: {
|
|
219
203
|
"icon": 'keyboard_arrow_left'
|
|
220
204
|
}
|
|
221
|
-
})], 1), _vm._v(" "), _vm.
|
|
205
|
+
})], 1), _vm._v(" "), _vm._l(_vm.buttonGroup, function (page, index) {
|
|
222
206
|
return _c('OrButton', {
|
|
223
207
|
key: index,
|
|
224
208
|
class: _vm.itemStyles,
|
|
@@ -233,7 +217,7 @@ var __vue_render__ = function () {
|
|
|
233
217
|
typeof page === 'number' && _vm.toPage(page);
|
|
234
218
|
}
|
|
235
219
|
}
|
|
236
|
-
}, [_vm._v("\n
|
|
220
|
+
}, [_vm._v("\n " + _vm._s(page) + "\n ")]);
|
|
237
221
|
}), _vm._v(" "), _c('OrButton', {
|
|
238
222
|
class: _vm.itemStyles,
|
|
239
223
|
attrs: {
|
|
@@ -251,9 +235,9 @@ var __vue_render__ = function () {
|
|
|
251
235
|
attrs: {
|
|
252
236
|
"icon": 'keyboard_arrow_right'
|
|
253
237
|
}
|
|
254
|
-
})], 1)]
|
|
238
|
+
})], 1)], 2), _vm._v(" "), _c('div', {
|
|
255
239
|
class: _vm.limitControlStyles
|
|
256
|
-
}, [_vm.
|
|
240
|
+
}, [_vm._v("\n Per page:\n\n "), _c('OrButton', {
|
|
257
241
|
ref: "limitButton",
|
|
258
242
|
class: _vm.itemStyles,
|
|
259
243
|
attrs: {
|
|
@@ -269,11 +253,10 @@ var __vue_render__ = function () {
|
|
|
269
253
|
}
|
|
270
254
|
}, [_vm._v("\n " + _vm._s(_vm.currentLimit) + " "), _c('OrIcon', {
|
|
271
255
|
attrs: {
|
|
272
|
-
"icon":
|
|
256
|
+
"icon": 'arrow_drop_down'
|
|
273
257
|
}
|
|
274
258
|
})], 1), _vm._v(" "), _c('OrMenu', {
|
|
275
259
|
ref: "limitMenu",
|
|
276
|
-
class: ['min-w-[60px]'],
|
|
277
260
|
attrs: {
|
|
278
261
|
"trigger": _vm.limitButtonRoot,
|
|
279
262
|
"placement": 'top'
|
|
@@ -285,30 +268,10 @@ var __vue_render__ = function () {
|
|
|
285
268
|
"click": function ($event) {
|
|
286
269
|
$event.stopPropagation();
|
|
287
270
|
_vm.currentLimit = pageSize;
|
|
288
|
-
_vm.limitMenu.close();
|
|
289
271
|
}
|
|
290
272
|
}
|
|
291
273
|
}, [_vm._v("\n " + _vm._s(pageSize) + "\n ")]);
|
|
292
|
-
}), 1)],
|
|
293
|
-
class: _vm.offsetControlStyles
|
|
294
|
-
}, [_c('OrButton', {
|
|
295
|
-
class: _vm.itemStyles,
|
|
296
|
-
attrs: {
|
|
297
|
-
"variant": 'link',
|
|
298
|
-
"color": 'inherit',
|
|
299
|
-
"disabled": _vm.currentPage === _vm.lastPage
|
|
300
|
-
},
|
|
301
|
-
on: {
|
|
302
|
-
"click": function ($event) {
|
|
303
|
-
$event.stopPropagation();
|
|
304
|
-
return _vm.toNextPage();
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}, [_c('OrIcon', {
|
|
308
|
-
attrs: {
|
|
309
|
-
"icon": 'keyboard_arrow_right'
|
|
310
|
-
}
|
|
311
|
-
})], 1)], 1)] : _vm._e()], 2);
|
|
274
|
+
}), 1)], 1)]);
|
|
312
275
|
};
|
|
313
276
|
var __vue_staticRenderFns__ = [];
|
|
314
277
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { autoUpdate, computePosition, flip, shift, hide } from '@floating-ui/dom';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue-demi';
|
|
4
|
-
import { u as useElevation } from './useElevation-
|
|
4
|
+
import { u as useElevation } from './useElevation-92fce12c.js';
|
|
5
5
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
6
|
-
import { _ as __vue_component__$1 } from './OrBottomSheet-
|
|
6
|
+
import { _ as __vue_component__$1 } from './OrBottomSheet-c9bfe63f.js';
|
|
7
7
|
import { _ as __vue_component__$2 } from './OrTeleport.vue2-fb92f29f.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -219,7 +219,7 @@ var script = defineComponent({
|
|
|
219
219
|
});
|
|
220
220
|
// #endregion
|
|
221
221
|
// #region Elevation
|
|
222
|
-
useElevation(root);
|
|
222
|
+
useElevation(root, state);
|
|
223
223
|
// #endregion
|
|
224
224
|
return {
|
|
225
225
|
isDesktop,
|
|
@@ -34,7 +34,7 @@ const ProgressRootTypes = {
|
|
|
34
34
|
const ProgressHeader = [
|
|
35
35
|
// Layout
|
|
36
36
|
'flex', 'flex-row',
|
|
37
|
-
//
|
|
37
|
+
// Sizing
|
|
38
38
|
'mb-[6px]'];
|
|
39
39
|
const ProgressHeaderLabel = [
|
|
40
40
|
// Typography
|
|
@@ -42,7 +42,7 @@ const ProgressHeaderLabel = [
|
|
|
42
42
|
// Theme
|
|
43
43
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
44
44
|
const ProgressHeaderPercent = [
|
|
45
|
-
//
|
|
45
|
+
// Sizing
|
|
46
46
|
'ml-auto'];
|
|
47
47
|
const ProgressBarBackground = [
|
|
48
48
|
// Theme
|
|
@@ -75,7 +75,7 @@ const ProgressBarColors = {
|
|
|
75
75
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
76
76
|
};
|
|
77
77
|
const ProgressFooter = [
|
|
78
|
-
//
|
|
78
|
+
// Sizing
|
|
79
79
|
'mt-[2px]'];
|
|
80
80
|
|
|
81
81
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-b241f15f.js';
|
|
4
4
|
import { a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ import { _ as __vue_component__$3 } from './OrExpansionPanel-0a12d957.js';
|
|
|
8
8
|
import { _ as __vue_component__$4 } from './OrHint-78b399cb.js';
|
|
9
9
|
import { _ as __vue_component__$5 } from './OrIcon-c434985a.js';
|
|
10
10
|
import { _ as __vue_component__$7, a as InputBoxSize } from './OrInputBox-53d1f66d.js';
|
|
11
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
11
|
+
import { _ as __vue_component__$6 } from './OrInput-b241f15f.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrLabel-0945a4d9.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrMenuItem-4f810513.js';
|
|
14
|
-
import { _ as __vue_component__$a } from './OrPopover-
|
|
15
|
-
import { _ as __vue_component__$b } from './OrTag-
|
|
14
|
+
import { _ as __vue_component__$a } from './OrPopover-b3746279.js';
|
|
15
|
+
import { _ as __vue_component__$b } from './OrTag-1ed1265c.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
|
|
18
18
|
const SelectRoot = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-9178923e.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
7
7
|
const SidebarRoot = [
|
|
@@ -109,12 +109,12 @@ const SidebarHeader = [
|
|
|
109
109
|
const SidebarContent = [
|
|
110
110
|
// Layout
|
|
111
111
|
'grow', 'overflow-auto',
|
|
112
|
-
//
|
|
112
|
+
// Sizing
|
|
113
113
|
'p-md'];
|
|
114
114
|
const SidebarFooter = [
|
|
115
115
|
// Layout
|
|
116
116
|
'shrink-0', 'overflow-x-hidden',
|
|
117
|
-
//
|
|
117
|
+
// Sizing
|
|
118
118
|
'p-md',
|
|
119
119
|
// Borders
|
|
120
120
|
'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
|
package/dist/esm/v2/{OrSidebarCollapseButton-7483360e.js → OrSidebarCollapseButton-9178923e.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrIconButton-140f940e.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
@@ -2,8 +2,8 @@ import { useResizeObserver } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrIcon-c434985a.js';
|
|
4
4
|
import { _ as __vue_component__$3 } from './OrMenuItem-4f810513.js';
|
|
5
|
-
import { _ as __vue_component__$2 } from './OrMenu-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { _ as __vue_component__$2 } from './OrMenu-1adef5df.js';
|
|
6
|
+
import './OrPopover-b3746279.js';
|
|
7
7
|
import { _ as __vue_component__$4 } from './OrTab-1ff87c76.js';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-140f940e.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -18,7 +18,7 @@ const TagRoot = [
|
|
|
18
18
|
// Layout
|
|
19
19
|
'layout-inline-row',
|
|
20
20
|
// Box
|
|
21
|
-
'max-w-
|
|
21
|
+
'max-w-fit',
|
|
22
22
|
// Shape
|
|
23
23
|
'rounded-full',
|
|
24
24
|
// Spacing
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-b3746279.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
const TooltipRoot = [
|
|
7
7
|
// Layout
|
|
8
|
-
'inline-
|
|
8
|
+
'layout-inline-row justify-center'];
|
|
9
9
|
const TooltipBody = [
|
|
10
10
|
// Layout
|
|
11
11
|
'layout-inline-row',
|
|
12
|
-
// Box
|
|
13
|
-
'max-w-min',
|
|
14
12
|
// Shape
|
|
15
13
|
'rounded-sm',
|
|
16
14
|
// Spacing
|