@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,14 +1,14 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar.vue_vue_type_script_lang-07889664.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar.vue_vue_type_script_lang-75c23e62.js';
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet.vue_vue_type_script_lang-
|
|
3
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton.vue_vue_type_script_lang-c0800f20.js';
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton.vue_vue_type_script_lang-ffc66d00.js';
|
|
6
6
|
export { s as OrIconButton } from '../OrIconButton.vue_vue_type_script_lang-40547ab0.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
9
9
|
export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-cd84f344.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-
|
|
11
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-b74654c4.js';
|
|
12
12
|
export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-b6685a34.js';
|
|
13
13
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-ad286afc.js';
|
|
14
14
|
export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-d8a66818.js';
|
|
@@ -19,26 +19,26 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-65cbb754.js';
|
|
20
20
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker.vue_vue_type_script_lang-4141378d.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-41b4d791.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-a75a86cd.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-7bfe5005.js';
|
|
24
24
|
export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
|
|
25
|
-
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-
|
|
25
|
+
export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-bfa4c580.js';
|
|
26
26
|
export { s as OrErrorV3 } from '../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
27
|
-
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-
|
|
27
|
+
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState.vue_vue_type_script_lang-da7d6c42.js';
|
|
28
28
|
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
29
29
|
export { F as FabColor, s as OrFabV3 } from '../OrFab.vue_vue_type_script_lang-8f76f6b1.js';
|
|
30
30
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating.vue_vue_type_script_lang-8bf2b7ae.js';
|
|
31
31
|
export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
|
|
32
32
|
export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
33
33
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_vue_type_script_lang-7e3a17fe.js';
|
|
34
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-
|
|
34
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
35
35
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
36
36
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
37
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-
|
|
37
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-f2cc2704.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-da6887aa.js';
|
|
39
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-
|
|
39
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js';
|
|
40
40
|
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
41
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-
|
|
41
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-ada50709.js';
|
|
42
42
|
export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-409235cc.js';
|
|
43
43
|
export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
|
|
44
44
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
@@ -48,31 +48,31 @@ export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-
|
|
|
48
48
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
|
|
49
49
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
50
50
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
51
|
-
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-
|
|
52
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-
|
|
51
|
+
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
52
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
53
53
|
export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a1ed2ebb.js';
|
|
54
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-
|
|
54
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-8d7f1436.js';
|
|
55
55
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-07163a83.js';
|
|
56
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-
|
|
56
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-b0280317.js';
|
|
57
57
|
export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-f061d829.js';
|
|
58
58
|
export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-0397533d.js';
|
|
59
59
|
export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
|
|
60
|
-
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-
|
|
60
|
+
export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
61
61
|
export { s as OrPassword } from '../OrPassword.vue_vue_type_script_lang-b75f6543.js';
|
|
62
|
-
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-
|
|
62
|
+
export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-9804669c.js';
|
|
63
63
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-3f9ec654.js';
|
|
64
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-
|
|
64
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-52f660d6.js';
|
|
65
65
|
export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
|
|
66
66
|
export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
|
|
67
67
|
export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-8dc0720c.js';
|
|
68
68
|
export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-5356fa79.js';
|
|
69
|
-
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-
|
|
69
|
+
export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-d4b754f2.js';
|
|
70
70
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js';
|
|
71
71
|
export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-26c0a70a.js';
|
|
72
|
-
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-
|
|
72
|
+
export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-36567db5.js';
|
|
73
73
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
|
|
74
|
-
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-
|
|
75
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-
|
|
74
|
+
export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-b5adff07.js';
|
|
75
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-ddb36366.js';
|
|
76
76
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
|
|
77
77
|
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText.vue_vue_type_script_lang-efcfbe21.js';
|
|
78
78
|
export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-d47ff040.js';
|
|
@@ -84,9 +84,9 @@ export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
|
|
|
84
84
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
|
|
85
85
|
export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
86
86
|
export { s as OrTabs } from '../OrTabs.vue_vue_type_script_lang-40e2a6e9.js';
|
|
87
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-
|
|
87
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-7a2b137a.js';
|
|
88
88
|
export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-8c526c11.js';
|
|
89
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-
|
|
89
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-4fe7e19f.js';
|
|
90
90
|
export { s as OrTeleport } from '../OrTeleportVue3-012351e1.js';
|
|
91
91
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
92
92
|
export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-271fb345.js';
|
|
@@ -95,11 +95,11 @@ export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-de99a8
|
|
|
95
95
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-b5c4a93a.js';
|
|
96
96
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
|
|
97
97
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-4bb702ce.js';
|
|
98
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
98
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-150c888c.js';
|
|
99
99
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
|
|
100
100
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-fa52d391.js';
|
|
101
101
|
export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
|
|
102
|
-
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-
|
|
102
|
+
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
103
103
|
import 'vue';
|
|
104
104
|
import 'lodash';
|
|
105
105
|
import '../OrIcon-1cae8a64.js';
|
|
@@ -110,9 +110,9 @@ import '@vueuse/core';
|
|
|
110
110
|
import '../OrLoader-ee97fef4.js';
|
|
111
111
|
import '../OrLoader-123ef8c4.js';
|
|
112
112
|
import '../OrIconButton-e637158e.js';
|
|
113
|
-
import '../OrIconButton-
|
|
114
|
-
import '../OrButton-
|
|
115
|
-
import '../OrMenu-
|
|
113
|
+
import '../OrIconButton-a2091425.js';
|
|
114
|
+
import '../OrButton-a1448bfa.js';
|
|
115
|
+
import '../OrMenu-c2c114de.js';
|
|
116
116
|
import '../OrMenuItem-1917f51a.js';
|
|
117
117
|
import '../OrLabel-c556887e.js';
|
|
118
118
|
import '../useIdAttribute-b2e42f31.js';
|
|
@@ -126,7 +126,7 @@ import '../OrFloating-b6672a37.js';
|
|
|
126
126
|
import '../index-01519e46.js';
|
|
127
127
|
import '../OrButton-ec723bb7.js';
|
|
128
128
|
import '../OrInput-704e72ba.js';
|
|
129
|
-
import '../OrInput-
|
|
129
|
+
import '../OrInput-b077957e.js';
|
|
130
130
|
import '../OrCollapse-63e83681.js';
|
|
131
131
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
132
132
|
import '../OrHint-5d5e4d99.js';
|
|
@@ -135,8 +135,8 @@ import '../useValidationAttributes-5428d8fa.js';
|
|
|
135
135
|
import '../OrInputBox-358d4856.js';
|
|
136
136
|
import '../useResponsive-9d397e2a.js';
|
|
137
137
|
import '../v4-cf8987a3.js';
|
|
138
|
-
import '../OrPopover-
|
|
139
|
-
import '../useElevation-
|
|
138
|
+
import '../OrPopover-f9a1d5d7.js';
|
|
139
|
+
import '../useElevation-e8a2ce89.js';
|
|
140
140
|
import '../useToggle-09b6cb90.js';
|
|
141
141
|
import '../dropdown-open-293d2de2.js';
|
|
142
142
|
import '../useOverflow-6dce216b.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
4
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
5
5
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
6
|
-
import '../../useElevation-
|
|
6
|
+
import '../../useElevation-e8a2ce89.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrLoader-123ef8c4.js';
|
|
4
4
|
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection.vue_vue_type_script_lang-b74654c4.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrIconButton-
|
|
4
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrIconButton-a2091425.js';
|
|
4
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
5
5
|
import '../../OrIcon-0239fc17.js';
|
|
6
6
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
7
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../OrPopover-
|
|
10
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
10
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
13
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
13
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
15
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-e8a2ce89.js';
|
|
16
16
|
import '../../useResponsive-9d397e2a.js';
|
|
17
|
-
import '../../OrButton-
|
|
18
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrButton-a1448bfa.js';
|
|
18
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
19
19
|
import '../../OrLoader-123ef8c4.js';
|
|
20
20
|
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
21
|
-
import '../../OrMenu-
|
|
22
|
-
import '../../OrMenu.vue_vue_type_script_lang-
|
|
21
|
+
import '../../OrMenu-c2c114de.js';
|
|
22
|
+
import '../../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
23
23
|
import '../../OrMenuItem-1917f51a.js';
|
|
24
24
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
25
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
26
|
-
import '../../OrInput-
|
|
27
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
25
|
+
import '../../OrSearch.vue_vue_type_script_lang-d4b754f2.js';
|
|
26
|
+
import '../../OrInput-b077957e.js';
|
|
27
|
+
import '../../OrInput.vue_vue_type_script_lang-ada50709.js';
|
|
28
28
|
import '../../OrHint-5d5e4d99.js';
|
|
29
29
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
30
30
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-a75a86cd.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-01519e46.js';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
6
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
6
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
|
-
import '../../useElevation-
|
|
9
|
-
import '../../OrButton-
|
|
10
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
8
|
+
import '../../useElevation-e8a2ce89.js';
|
|
9
|
+
import '../../OrButton-a1448bfa.js';
|
|
10
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
11
11
|
import '../../OrLoader-123ef8c4.js';
|
|
12
12
|
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
13
|
-
import '../../OrInput-
|
|
14
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrInput-b077957e.js';
|
|
14
|
+
import '../../OrInput.vue_vue_type_script_lang-ada50709.js';
|
|
15
15
|
import '../../OrHint-5d5e4d99.js';
|
|
16
16
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
17
17
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
18
18
|
import '../../OrIcon-0239fc17.js';
|
|
19
19
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
20
|
-
import '../../OrIconButton-
|
|
21
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
22
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
23
|
-
import '../../OrPopover-
|
|
24
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
20
|
+
import '../../OrIconButton-a2091425.js';
|
|
21
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
22
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
23
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
24
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
25
25
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
26
26
|
import '../../useResponsive-9d397e2a.js';
|
|
27
27
|
import '../../OrInputBox-358d4856.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../../OrEmptyState.vue_vue_type_script_lang-
|
|
1
|
+
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../../OrEmptyState.vue_vue_type_script_lang-da7d6c42.js';
|
|
2
2
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrErrorTagV3 } from '../../OrErrorTag.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrErrorTagV3 } from '../../OrErrorTag.vue_vue_type_script_lang-bfa4c580.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrIcon-0239fc17.js';
|
|
5
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../OrPopover-
|
|
8
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
8
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
9
9
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
10
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
11
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
11
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
12
12
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
13
|
-
import '../../useElevation-
|
|
13
|
+
import '../../useElevation-e8a2ce89.js';
|
|
14
14
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput.vue_vue_type_script_lang-f2cc2704.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
5
5
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
6
6
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
8
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrIconButton-a2091425.js';
|
|
8
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
9
9
|
import '../../OrIcon-0239fc17.js';
|
|
10
10
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
11
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
11
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
|
-
import '../../OrPopover-
|
|
14
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
14
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
17
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
16
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
17
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
18
18
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
19
|
-
import '../../useElevation-
|
|
19
|
+
import '../../useElevation-e8a2ce89.js';
|
|
20
20
|
import '../../useResponsive-9d397e2a.js';
|
|
21
21
|
import '../../OrInlineInputBox-f92a09d6.js';
|
|
22
22
|
import '../../useIdAttribute-b2e42f31.js';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea.vue_vue_type_script_lang-9c6d7277.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrHint-5d5e4d99.js';
|
|
4
4
|
import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
5
5
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
7
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
6
|
+
import '../../OrIconButton-a2091425.js';
|
|
7
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
8
8
|
import '../../OrIcon-0239fc17.js';
|
|
9
9
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
10
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../OrPopover-
|
|
13
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
13
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
14
14
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
15
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
16
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
16
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
17
17
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
18
|
-
import '../../useElevation-
|
|
18
|
+
import '../../useElevation-e8a2ce89.js';
|
|
19
19
|
import '../../useResponsive-9d397e2a.js';
|
|
20
20
|
import '../../OrInlineInputBox-f92a09d6.js';
|
|
21
21
|
import '../../OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput.vue_vue_type_script_lang-ada50709.js';
|
|
2
2
|
export { a as InputSize } from '../../OrInputBox.vue_vue_type_script_lang-b387d4ba.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrHint-5d5e4d99.js';
|
|
@@ -6,17 +6,17 @@ import '../../OrError.vue_vue_type_script_lang-53648a65.js';
|
|
|
6
6
|
import '../../OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
7
7
|
import '../../OrIcon-0239fc17.js';
|
|
8
8
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
10
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
11
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrIconButton-a2091425.js';
|
|
10
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
11
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
12
12
|
import '@vueuse/core';
|
|
13
|
-
import '../../OrPopover-
|
|
14
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
14
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
17
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
16
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
17
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
18
18
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
19
|
-
import '../../useElevation-
|
|
19
|
+
import '../../useElevation-e8a2ce89.js';
|
|
20
20
|
import '../../useResponsive-9d397e2a.js';
|
|
21
21
|
import '../../OrInputBox-358d4856.js';
|
|
22
22
|
import '../../OrLabel-c556887e.js';
|
|
@@ -9,6 +9,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
9
9
|
} | {}, true> | undefined>;
|
|
10
10
|
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
11
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
13
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
13
14
|
open: () => void;
|
|
14
15
|
close: () => void;
|
|
@@ -52,6 +53,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
53
|
} | {}, true> | undefined>;
|
|
53
54
|
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
54
55
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
56
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
55
57
|
isOpen: import("@vue/composition-api").ComputedRef<undefined>;
|
|
56
58
|
open: () => void;
|
|
57
59
|
close: () => void;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../../OrMenu.vue_vue_type_script_lang-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrMenuV3 } from '../../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
3
3
|
import 'vue';
|
|
4
|
-
import '../../OrPopover-
|
|
4
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
5
5
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
6
6
|
import '@vueuse/core';
|
|
7
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
8
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
8
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
9
9
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
10
|
-
import '../../useElevation-
|
|
10
|
+
import '../../useElevation-e8a2ce89.js';
|
|
11
11
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../../OrModal.vue_vue_type_script_lang-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../../OrModal.vue_vue_type_script_lang-8d7f1436.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
6
6
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
7
|
-
import '../../useElevation-
|
|
8
|
-
import '../../OrIconButton-
|
|
9
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import '../../useElevation-e8a2ce89.js';
|
|
8
|
+
import '../../OrIconButton-a2091425.js';
|
|
9
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
10
10
|
import '../../OrIcon-0239fc17.js';
|
|
11
11
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
12
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
13
|
-
import '../../OrPopover-
|
|
14
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
13
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
14
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
15
15
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
16
16
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification.vue_vue_type_script_lang-b0280317.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-0239fc17.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
5
|
-
import '../../OrIconButton-
|
|
6
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
7
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrIconButton-a2091425.js';
|
|
6
|
+
import '../../OrIconButton.vue_vue_type_script_lang-14871105.js';
|
|
7
|
+
import '../../OrTooltip.vue_vue_type_script_lang-0c228e6f.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../OrPopover-
|
|
10
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
10
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
11
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
12
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
13
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
13
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
14
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
15
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-e8a2ce89.js';
|
|
16
16
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
5
|
-
import '../../useElevation-
|
|
5
|
+
import '../../useElevation-e8a2ce89.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { PaginationModel } from './types';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
-
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
5
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
6
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
7
5
|
limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
8
6
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -63,8 +61,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
63
61
|
} & {} & {
|
|
64
62
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
65
63
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
66
|
-
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
67
|
-
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
68
64
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
69
65
|
limitButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
70
66
|
[x: string]: ((...args: any[]) => any) | null;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination.vue_vue_type_script_lang-9804669c.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrButton-
|
|
4
|
-
import '../../OrButton.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrButton-a1448bfa.js';
|
|
4
|
+
import '../../OrButton.vue_vue_type_script_lang-3b1e442b.js';
|
|
5
5
|
import '../../OrLoader-123ef8c4.js';
|
|
6
6
|
import '../../OrLoader.vue_vue_type_script_lang-4c3c1ac9.js';
|
|
7
7
|
import '../../OrIcon-0239fc17.js';
|
|
8
8
|
import '../../OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
9
|
-
import '../../OrMenu-
|
|
10
|
-
import '../../OrMenu.vue_vue_type_script_lang-
|
|
11
|
-
import '../../OrPopover-
|
|
12
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
9
|
+
import '../../OrMenu-c2c114de.js';
|
|
10
|
+
import '../../OrMenu.vue_vue_type_script_lang-518b5305.js';
|
|
11
|
+
import '../../OrPopover-f9a1d5d7.js';
|
|
12
|
+
import '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
13
13
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
14
14
|
import '@vueuse/core';
|
|
15
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
16
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
16
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
17
17
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
18
|
-
import '../../useElevation-
|
|
18
|
+
import '../../useElevation-e8a2ce89.js';
|
|
19
19
|
import '../../useResponsive-9d397e2a.js';
|
|
20
20
|
import '../../OrMenuItem-1917f51a.js';
|
|
21
21
|
import '../../OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
2
2
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
6
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
6
|
+
import '../../OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
|
-
import '../../useElevation-
|
|
8
|
+
import '../../useElevation-e8a2ce89.js';
|
|
9
9
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress.vue_vue_type_script_lang-52f660d6.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ProgressType, ProgressColor } from './props';
|
|
2
2
|
export declare const ProgressRoot: string[];
|
|
3
3
|
export declare const ProgressRootTypes: Record<ProgressType, string[]>;
|
|
4
4
|
export declare const ProgressHeader: string[];
|