@onereach/ui-components 2.68.0-beta.1987.0 → 2.68.0-beta.2002.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrBottomSheet-04956f50.js → OrBottomSheet-7b5760dc.js} +1 -1
- package/dist/bundled/v2/{OrCardCollection-852db65c.js → OrCardCollection-95b8a8e0.js} +2 -2
- package/dist/bundled/v2/{OrCode-edc7a1f5.js → OrCode-0cd991a1.js} +1 -114
- package/dist/bundled/v2/{OrConfirm-c3736a7e.js → OrConfirm-22c7622d.js} +15 -2
- package/dist/bundled/v2/{OrIconButton-a046f34f.js → OrIconButton-2bf36347.js} +1 -1
- package/dist/bundled/v2/{OrInlineInput-fb1e1272.js → OrInlineInput-36077390.js} +1 -1
- package/dist/bundled/v2/{OrInlineTextarea-c6a26156.js → OrInlineTextarea-17b16ca8.js} +1 -1
- package/dist/bundled/v2/{OrInput-2e2c8270.js → OrInput-95fc5b53.js} +1 -1
- package/dist/bundled/v2/{OrMenu-e8c5d2e7.js → OrMenu-5ac06751.js} +1 -1
- package/dist/bundled/v2/{OrModal-de2364b3.js → OrModal-387348ca.js} +15 -2
- package/dist/bundled/v2/{OrNotification-ddef2348.js → OrNotification-1fa0b14e.js} +1 -1
- package/dist/bundled/v2/{OrOverlay-57ce6c73.js → OrOverlay-3c89d622.js} +1 -1
- package/dist/bundled/v2/{OrPopover-7a6c1cd4.js → OrPopover-2f48b854.js} +2 -2
- package/dist/bundled/v2/OrRichTextEditor-898d67d5.js +36828 -0
- package/dist/bundled/v2/{OrSearch-691ecd1a.js → OrSearch-43daeb79.js} +1 -1
- package/dist/bundled/v2/{OrSelect-b3c60dbc.js → OrSelect-dff64667.js} +3 -3
- package/dist/bundled/v2/{OrTabs-edd7cde4.js → OrTabs-2d4e0d87.js} +1 -1
- package/dist/bundled/v2/{OrTag-76a86a27.js → OrTag-bc654163.js} +1 -1
- package/dist/bundled/v2/{OrTooltip-e97b3f3c.js → OrTooltip-d1764f37.js} +1 -1
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +23 -20
- package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -8
- package/dist/bundled/v2/components/or-code/index.js +2 -1
- package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
- package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +8 -8
- 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/index.js +5 -5
- package/dist/bundled/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
- package/dist/bundled/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -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-popover-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
- package/dist/bundled/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +24 -0
- package/dist/bundled/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- 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-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/index.es-3f39f316.js +115 -0
- package/dist/bundled/v2/index.js +24 -21
- package/dist/bundled/v2/{types-9c0f214b.js → types-4c07bc42.js} +1 -1
- package/dist/bundled/v2/{useElevation-604d48c6.js → useElevation-aac032f4.js} +5 -1
- package/dist/bundled/v2/utils/isVisible.d.ts +2 -0
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js → OrBottomSheet.vue_vue_type_script_lang-44d8147a.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-955758d3.js → OrCardCollection.vue_vue_type_script_lang-412c8977.js} +4 -4
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ef5e7f04.js → OrCode.vue_vue_type_script_lang-6c5f94a6.js} +1 -114
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e59a7aca.js → OrConfirm.vue_vue_type_script_lang-20ffe5df.js} +17 -4
- package/dist/bundled/v3/{OrIconButton-c521fef8.js → OrIconButton-00ab6c2d.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a834417f.js → OrIconButton.vue_vue_type_script_lang-b35040f9.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c2a171bb.js → OrInlineInput.vue_vue_type_script_lang-e29642fc.js} +2 -2
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-76f1a0ee.js → OrInlineTextarea.vue_vue_type_script_lang-551028ef.js} +2 -2
- package/dist/bundled/v3/{OrInput-42bbab4d.js → OrInput-4b4b8316.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d85ed216.js → OrInput.vue_vue_type_script_lang-b4176d70.js} +2 -2
- package/dist/bundled/v3/OrMenu-08aa60de.js +29 -0
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-be8c502d.js → OrMenu.vue_vue_type_script_lang-bae45062.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-1ad15097.js → OrModal.vue_vue_type_script_lang-f3f5a84b.js} +17 -4
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-3f69b727.js → OrNotification.vue_vue_type_script_lang-83bfbfc4.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-4551114e.js → OrOverlay.vue_vue_type_script_lang-cb3aad0c.js} +1 -1
- package/dist/bundled/v3/{OrPopover-18a195aa.js → OrPopover-93ef8c26.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-1ed6063d.js → OrPopover.vue_vue_type_script_lang-e200f5be.js} +3 -3
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-2e607f79.js +36708 -0
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d7c29ff6.js → OrSearch.vue_vue_type_script_lang-00db292e.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-12ad06b5.js → OrSelect.vue_vue_type_script_lang-d7449846.js} +5 -5
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ec81a576.js → OrTabs.vue_vue_type_script_lang-2fdbd2f2.js} +10 -36
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-d7e117c8.js → OrTag.vue_vue_type_script_lang-6be84bb9.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer-1c3ccf65.js → OrToastContainer-c09c94da.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d89a9e51.js → OrTooltip.vue_vue_type_script_lang-a4168546.js} +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +27 -23
- package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/bundled/v3/components/or-code/index.js +2 -1
- package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
- package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +11 -11
- 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/index.js +6 -6
- package/dist/bundled/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
- package/dist/bundled/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -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-popover-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
- package/dist/bundled/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +25 -0
- package/dist/bundled/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- 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-tabs-v3/index.js +8 -7
- 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/index.es-3f39f316.js +115 -0
- package/dist/bundled/v3/index.js +303 -208
- package/dist/bundled/v3/{types-577637c4.js → types-bc0d88d7.js} +3 -3
- package/dist/bundled/v3/{useElevation-6aea372d.js → useElevation-c8d5d3ba.js} +5 -1
- package/dist/bundled/v3/utils/isVisible.d.ts +2 -0
- package/dist/esm/v2/{OrBottomSheet-f09adbbb.js → OrBottomSheet-5acd034f.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-a3ddee38.js → OrCardCollection-799ab8bd.js} +2 -2
- package/dist/esm/v2/{OrConfirm-def2218a.js → OrConfirm-367ac968.js} +15 -2
- package/dist/esm/v2/{OrIconButton-bc8a8b2e.js → OrIconButton-a7764de4.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-5c99926f.js → OrInlineInput-00fbe0a7.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-a67f2376.js → OrInlineTextarea-b4740a94.js} +1 -1
- package/dist/esm/v2/{OrInput-b0619ac3.js → OrInput-946ef514.js} +1 -1
- package/dist/esm/v2/{OrMenu-8ca8233e.js → OrMenu-e7210edc.js} +1 -1
- package/dist/esm/v2/{OrModal-96fa7ba5.js → OrModal-5c92cdc8.js} +15 -2
- package/dist/esm/v2/{OrNotification-23f97c3d.js → OrNotification-9862ce5f.js} +1 -1
- package/dist/esm/v2/{OrOverlay-4838a9b0.js → OrOverlay-18ba2dc6.js} +1 -1
- package/dist/esm/v2/{OrPopover-ba3ddf1a.js → OrPopover-ef8c91f1.js} +2 -2
- package/dist/esm/v2/OrRichTextEditor-6bc37dc4.js +516 -0
- package/dist/esm/v2/{OrSearch-37e43e3e.js → OrSearch-18bf00f3.js} +1 -1
- package/dist/esm/v2/{OrSelect-8bdaac4f.js → OrSelect-858c2f46.js} +3 -3
- package/dist/esm/v2/{OrTabs-0d8ffa3d.js → OrTabs-c64be432.js} +2 -2
- package/dist/esm/v2/{OrTag-f02ededa.js → OrTag-23631e25.js} +1 -1
- package/dist/esm/v2/{OrTooltip-2d423c46.js → OrTooltip-3454c2e6.js} +1 -1
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +38 -19
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
- 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/index.js +5 -5
- package/dist/esm/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -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-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +38 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- 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-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/index.js +38 -19
- package/dist/esm/v2/{types-d3101ac7.js → types-e2beb2b6.js} +1 -1
- package/dist/esm/{v3/useElevation-0e973238.js → v2/useElevation-31bfe1f6.js} +5 -1
- package/dist/esm/v2/utils/isVisible.d.ts +2 -0
- package/dist/esm/v3/{OrBottomSheet-9de57dd0.js → OrBottomSheet-0eb33b18.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-1e3b3360.js → OrCardCollection-2d34eaaf.js} +2 -2
- package/dist/esm/v3/{OrConfirm-6645a8c2.js → OrConfirm-e6735cc8.js} +15 -2
- package/dist/esm/v3/{OrIconButton-6c0732ac.js → OrIconButton-85abafab.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-4cd64402.js → OrInlineInput-299e2275.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-93f80904.js → OrInlineTextarea-40ee5ffb.js} +1 -1
- package/dist/esm/v3/{OrInput-69f8dce1.js → OrInput-4f55c0eb.js} +1 -1
- package/dist/esm/v3/{OrMenu-00f7c4a8.js → OrMenu-d9e12030.js} +1 -1
- package/dist/esm/v3/{OrModal-88c56141.js → OrModal-420174c4.js} +15 -2
- package/dist/esm/v3/{OrNotification-d3d6f51d.js → OrNotification-54394fc8.js} +1 -1
- package/dist/esm/v3/{OrOverlay-27050c19.js → OrOverlay-738a44d5.js} +1 -1
- package/dist/esm/v3/{OrPopover-67000227.js → OrPopover-94a8f21d.js} +2 -2
- package/dist/esm/v3/OrRichTextEditor-a5d38e89.js +486 -0
- package/dist/esm/v3/{OrSearch-1b68ba58.js → OrSearch-d74891a5.js} +1 -1
- package/dist/esm/v3/{OrSelect-1fa435c6.js → OrSelect-b3a233cc.js} +3 -3
- package/dist/esm/v3/{OrTabs-a0590a70.js → OrTabs-6a8fa516.js} +2 -2
- package/dist/esm/v3/{OrTag-1202497c.js → OrTag-6c3717e0.js} +1 -1
- package/dist/esm/v3/{OrTooltip-32048f0e.js → OrTooltip-1500a1cd.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +38 -19
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
- 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/index.js +5 -5
- package/dist/esm/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -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-popover-v3/index.js +4 -4
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +37 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- 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-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/index.js +38 -19
- package/dist/esm/v3/{types-90a49024.js → types-98a852d8.js} +1 -1
- package/dist/esm/{v2/useElevation-0e973238.js → v3/useElevation-31bfe1f6.js} +5 -1
- package/dist/esm/v3/utils/isVisible.d.ts +2 -0
- package/package.json +20 -2
- package/src/components/index.ts +1 -0
- package/src/components/or-confirm-v3/OrConfirm.stories3.ts +60 -0
- package/src/components/or-confirm-v3/OrConfirm.vue +12 -0
- package/src/components/or-modal-v3/OrModal.docs.mdx +1 -1
- package/src/components/or-modal-v3/OrModal.stories3.ts +137 -0
- package/src/components/or-modal-v3/OrModal.vue +12 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +16 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +62 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +520 -0
- package/src/components/or-rich-text-editor-v3/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/styles.ts +65 -0
- package/src/hooks/useElevation.ts +3 -1
- package/src/utils/isVisible.ts +5 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
3
|
+
import { O as OrOverlay } from './OrOverlay-3c89d622.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed, watch, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrCard } from './OrCard-04a23728.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
-
import { O as OrInput } from './OrInput-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
4
|
+
import { O as OrInput } from './OrInput-95fc5b53.js';
|
|
5
5
|
import { O as OrSortHeader } from './OrSortHeader-76b509a6.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { useElementHover } from '@vueuse/core';
|
|
2
|
+
import { k as keyName, b as base, s as shift } from './index.es-3f39f316.js';
|
|
2
3
|
import _ from 'lodash';
|
|
3
4
|
import './index-fa6eb4ca.js';
|
|
4
5
|
import { O as OrTeleport } from './OrTeleportVue2-3544f185.js';
|
|
@@ -3922,120 +3923,6 @@ class StyleSet {
|
|
|
3922
3923
|
// example to create a media query you can do `{"@media screen and
|
|
3923
3924
|
// (min-width: 400px)": {...}}`.
|
|
3924
3925
|
|
|
3925
|
-
var base = {
|
|
3926
|
-
8: "Backspace",
|
|
3927
|
-
9: "Tab",
|
|
3928
|
-
10: "Enter",
|
|
3929
|
-
12: "NumLock",
|
|
3930
|
-
13: "Enter",
|
|
3931
|
-
16: "Shift",
|
|
3932
|
-
17: "Control",
|
|
3933
|
-
18: "Alt",
|
|
3934
|
-
20: "CapsLock",
|
|
3935
|
-
27: "Escape",
|
|
3936
|
-
32: " ",
|
|
3937
|
-
33: "PageUp",
|
|
3938
|
-
34: "PageDown",
|
|
3939
|
-
35: "End",
|
|
3940
|
-
36: "Home",
|
|
3941
|
-
37: "ArrowLeft",
|
|
3942
|
-
38: "ArrowUp",
|
|
3943
|
-
39: "ArrowRight",
|
|
3944
|
-
40: "ArrowDown",
|
|
3945
|
-
44: "PrintScreen",
|
|
3946
|
-
45: "Insert",
|
|
3947
|
-
46: "Delete",
|
|
3948
|
-
59: ";",
|
|
3949
|
-
61: "=",
|
|
3950
|
-
91: "Meta",
|
|
3951
|
-
92: "Meta",
|
|
3952
|
-
106: "*",
|
|
3953
|
-
107: "+",
|
|
3954
|
-
108: ",",
|
|
3955
|
-
109: "-",
|
|
3956
|
-
110: ".",
|
|
3957
|
-
111: "/",
|
|
3958
|
-
144: "NumLock",
|
|
3959
|
-
145: "ScrollLock",
|
|
3960
|
-
160: "Shift",
|
|
3961
|
-
161: "Shift",
|
|
3962
|
-
162: "Control",
|
|
3963
|
-
163: "Control",
|
|
3964
|
-
164: "Alt",
|
|
3965
|
-
165: "Alt",
|
|
3966
|
-
173: "-",
|
|
3967
|
-
186: ";",
|
|
3968
|
-
187: "=",
|
|
3969
|
-
188: ",",
|
|
3970
|
-
189: "-",
|
|
3971
|
-
190: ".",
|
|
3972
|
-
191: "/",
|
|
3973
|
-
192: "`",
|
|
3974
|
-
219: "[",
|
|
3975
|
-
220: "\\",
|
|
3976
|
-
221: "]",
|
|
3977
|
-
222: "'"
|
|
3978
|
-
};
|
|
3979
|
-
var shift = {
|
|
3980
|
-
48: ")",
|
|
3981
|
-
49: "!",
|
|
3982
|
-
50: "@",
|
|
3983
|
-
51: "#",
|
|
3984
|
-
52: "$",
|
|
3985
|
-
53: "%",
|
|
3986
|
-
54: "^",
|
|
3987
|
-
55: "&",
|
|
3988
|
-
56: "*",
|
|
3989
|
-
57: "(",
|
|
3990
|
-
59: ":",
|
|
3991
|
-
61: "+",
|
|
3992
|
-
173: "_",
|
|
3993
|
-
186: ":",
|
|
3994
|
-
187: "+",
|
|
3995
|
-
188: "<",
|
|
3996
|
-
189: "_",
|
|
3997
|
-
190: ">",
|
|
3998
|
-
191: "?",
|
|
3999
|
-
192: "~",
|
|
4000
|
-
219: "{",
|
|
4001
|
-
220: "|",
|
|
4002
|
-
221: "}",
|
|
4003
|
-
222: "\""
|
|
4004
|
-
};
|
|
4005
|
-
var chrome$1 = typeof navigator != "undefined" && /Chrome\/(\d+)/.exec(navigator.userAgent);
|
|
4006
|
-
typeof navigator != "undefined" && /Gecko\/\d+/.test(navigator.userAgent);
|
|
4007
|
-
var mac = typeof navigator != "undefined" && /Mac/.test(navigator.platform);
|
|
4008
|
-
var ie$1 = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
4009
|
-
var brokenModifierNames = mac || chrome$1 && +chrome$1[1] < 57;
|
|
4010
|
-
|
|
4011
|
-
// Fill in the digit keys
|
|
4012
|
-
for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i);
|
|
4013
|
-
|
|
4014
|
-
// The function keys
|
|
4015
|
-
for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i;
|
|
4016
|
-
|
|
4017
|
-
// And the alphabetic keys
|
|
4018
|
-
for (var i = 65; i <= 90; i++) {
|
|
4019
|
-
base[i] = String.fromCharCode(i + 32);
|
|
4020
|
-
shift[i] = String.fromCharCode(i);
|
|
4021
|
-
}
|
|
4022
|
-
|
|
4023
|
-
// For each code that doesn't have a shift-equivalent, copy the base name
|
|
4024
|
-
for (var code in base) if (!shift.hasOwnProperty(code)) shift[code] = base[code];
|
|
4025
|
-
function keyName(event) {
|
|
4026
|
-
var ignoreKey = brokenModifierNames && (event.ctrlKey || event.altKey || event.metaKey) || ie$1 && event.shiftKey && event.key && event.key.length == 1 || event.key == "Unidentified";
|
|
4027
|
-
var name = !ignoreKey && event.key || (event.shiftKey ? shift : base)[event.keyCode] || event.key || "Unidentified";
|
|
4028
|
-
// Edge sometimes produces wrong names (Issue #3)
|
|
4029
|
-
if (name == "Esc") name = "Escape";
|
|
4030
|
-
if (name == "Del") name = "Delete";
|
|
4031
|
-
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/
|
|
4032
|
-
if (name == "Left") name = "ArrowLeft";
|
|
4033
|
-
if (name == "Up") name = "ArrowUp";
|
|
4034
|
-
if (name == "Right") name = "ArrowRight";
|
|
4035
|
-
if (name == "Down") name = "ArrowDown";
|
|
4036
|
-
return name;
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
3926
|
function getSelection(root) {
|
|
4040
3927
|
let target;
|
|
4041
3928
|
// Browsers differ on whether shadow roots have a getSelection
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { useMagicKeys, whenever } from '@vueuse/core';
|
|
3
3
|
import { l as logicAnd } from './index-17f264f9.js';
|
|
4
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
4
|
+
import { O as OrOverlay } from './OrOverlay-3c89d622.js';
|
|
5
5
|
import { O as OrButton, a as ButtonColor } from './OrButton-a4952445.js';
|
|
6
|
-
import { O as OrInput } from './OrInput-
|
|
6
|
+
import { O as OrInput } from './OrInput-95fc5b53.js';
|
|
7
7
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
9
|
|
|
@@ -108,6 +108,10 @@ var script = defineComponent({
|
|
|
108
108
|
type: String,
|
|
109
109
|
required: false,
|
|
110
110
|
default: null
|
|
111
|
+
},
|
|
112
|
+
isOpen: {
|
|
113
|
+
type: Boolean,
|
|
114
|
+
default: false
|
|
111
115
|
}
|
|
112
116
|
},
|
|
113
117
|
emits: ['open', 'close', 'confirm'],
|
|
@@ -152,6 +156,15 @@ var script = defineComponent({
|
|
|
152
156
|
}
|
|
153
157
|
// Events
|
|
154
158
|
watch(isActive, value => emit(value ? 'open' : 'close'));
|
|
159
|
+
watch(() => props.isOpen, newIsOpen => {
|
|
160
|
+
if (newIsOpen) {
|
|
161
|
+
open();
|
|
162
|
+
} else {
|
|
163
|
+
close();
|
|
164
|
+
}
|
|
165
|
+
}, {
|
|
166
|
+
immediate: true
|
|
167
|
+
});
|
|
155
168
|
watch(escape, val => {
|
|
156
169
|
if (val) close();
|
|
157
170
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon } from './OrIcon-ce8fd08b.js';
|
|
3
|
-
import { O as OrTooltip } from './OrTooltip-
|
|
3
|
+
import { O as OrTooltip } from './OrTooltip-d1764f37.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-66257a98.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-45904683.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
5
5
|
import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f2b25ee4.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
7
|
import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrError } from './OrError-66257a98.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-45904683.js';
|
|
4
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
4
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
5
5
|
import { O as OrInlineInputBox } from './OrInlineInputBox-f2b25ee4.js';
|
|
6
6
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
7
|
import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -2,7 +2,7 @@ import './index-fa6eb4ca.js';
|
|
|
2
2
|
import { O as OrError } from './OrError-66257a98.js';
|
|
3
3
|
import { O as OrHint } from './OrHint-45904683.js';
|
|
4
4
|
import { O as OrIcon } from './OrIcon-ce8fd08b.js';
|
|
5
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
5
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
6
6
|
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-7069052f.js';
|
|
7
7
|
import { O as OrLabel } from './OrLabel-0424be48.js';
|
|
8
8
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-
|
|
2
|
+
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-2f48b854.js';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
4
4
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrOverlay } from './OrOverlay-
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrOverlay } from './OrOverlay-3c89d622.js';
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -54,6 +54,10 @@ var script = defineComponent({
|
|
|
54
54
|
size: {
|
|
55
55
|
type: String,
|
|
56
56
|
default: ModalSize.M
|
|
57
|
+
},
|
|
58
|
+
isOpen: {
|
|
59
|
+
type: Boolean,
|
|
60
|
+
default: false
|
|
57
61
|
}
|
|
58
62
|
},
|
|
59
63
|
emits: ['open', 'close'],
|
|
@@ -72,6 +76,15 @@ var script = defineComponent({
|
|
|
72
76
|
watch(isActive, value => {
|
|
73
77
|
context.emit(value ? 'open' : 'close');
|
|
74
78
|
});
|
|
79
|
+
watch(() => props.isOpen, newIsOpen => {
|
|
80
|
+
if (newIsOpen) {
|
|
81
|
+
open();
|
|
82
|
+
} else {
|
|
83
|
+
close();
|
|
84
|
+
}
|
|
85
|
+
}, {
|
|
86
|
+
immediate: true
|
|
87
|
+
});
|
|
75
88
|
// Methods
|
|
76
89
|
function open() {
|
|
77
90
|
isActive.value = true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
2
|
import { O as OrIcon } from './OrIcon-ce8fd08b.js';
|
|
3
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
3
|
+
import { O as OrIconButton } from './OrIconButton-2bf36347.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
5
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -2,7 +2,7 @@ import { useScrollLock } from '@vueuse/core';
|
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
3
|
import { O as OrTeleport } from './OrTeleport.vue2-e9ba3054.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
5
|
-
import { u as useElevation } from './useElevation-
|
|
5
|
+
import { u as useElevation } from './useElevation-aac032f4.js';
|
|
6
6
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
8
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as autoUpdate, c as computePosition, f as flip, s as shift, h as hide } from './floating-ui.dom.esm-83eba816.js';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import './index-fa6eb4ca.js';
|
|
4
|
-
import { O as OrBottomSheet } from './OrBottomSheet-
|
|
4
|
+
import { O as OrBottomSheet } from './OrBottomSheet-7b5760dc.js';
|
|
5
5
|
import { O as OrTeleport } from './OrTeleport.vue2-e9ba3054.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-e13dfbb0.js';
|
|
7
7
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
8
|
-
import { u as useElevation } from './useElevation-
|
|
8
|
+
import { u as useElevation } from './useElevation-aac032f4.js';
|
|
9
9
|
import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|