@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
|
@@ -13,13 +13,22 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
13
13
|
type: PropType<ModalSize>;
|
|
14
14
|
default: ModalSize;
|
|
15
15
|
};
|
|
16
|
+
isOpen: {
|
|
17
|
+
type: PropType<boolean>;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
16
20
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
17
21
|
size: {
|
|
18
22
|
type: PropType<ModalSize>;
|
|
19
23
|
default: ModalSize;
|
|
20
24
|
};
|
|
25
|
+
isOpen: {
|
|
26
|
+
type: PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
21
29
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
22
30
|
size: ModalSize;
|
|
31
|
+
isOpen: boolean;
|
|
23
32
|
} & {} & {
|
|
24
33
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
25
34
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -32,9 +41,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
41
|
close: () => void;
|
|
33
42
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
34
43
|
size: ModalSize;
|
|
44
|
+
isOpen: boolean;
|
|
35
45
|
} & {} & {
|
|
36
46
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
37
47
|
}, {
|
|
38
48
|
size: ModalSize;
|
|
49
|
+
isOpen: boolean;
|
|
39
50
|
}, true>);
|
|
40
51
|
export default _default;
|
|
@@ -1,17 +1,17 @@
|
|
|
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-f3f5a84b.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
6
6
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
7
7
|
import '../../useClassAttribute-00888f78.js';
|
|
8
|
-
import '../../useElevation-
|
|
9
|
-
import '../../OrIconButton-
|
|
10
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
8
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
9
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
10
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
11
11
|
import '../../OrIcon-3a514933.js';
|
|
12
12
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
13
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
14
|
-
import '../../OrPopover-
|
|
15
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
14
|
+
import '../../OrPopover-93ef8c26.js';
|
|
15
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
16
16
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
17
17
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
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-83bfbfc4.js';
|
|
2
2
|
import 'vue';
|
|
3
3
|
import '../../OrIcon-3a514933.js';
|
|
4
4
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
5
5
|
import '../../useClassAttribute-00888f78.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
7
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
8
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
6
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
7
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
8
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
11
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrPopover-93ef8c26.js';
|
|
11
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
12
12
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
13
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
14
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
14
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
15
15
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
16
|
-
import '../../useElevation-
|
|
16
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
17
17
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrOverlayV3 } from '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
5
5
|
import '../../useClassAttribute-00888f78.js';
|
|
6
|
-
import '../../useElevation-
|
|
6
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
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-e200f5be.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-44d8147a.js';
|
|
6
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
7
7
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
8
8
|
import '../../useClassAttribute-00888f78.js';
|
|
9
|
-
import '../../useElevation-
|
|
9
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
10
10
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
4
|
+
} | string[], {} & {}, {
|
|
5
|
+
[x: number]: string;
|
|
6
|
+
} | {}, true>)>;
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const RichTextEditor: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
9
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
10
|
+
} | string[], {} & {}, {
|
|
11
|
+
[x: number]: string;
|
|
12
|
+
} | {}, true>)>;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { Editor } from '@tiptap/core';
|
|
2
|
+
import { Level } from '@tiptap/extension-heading';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
editor: Editor | null;
|
|
5
|
+
editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
6
|
+
containerRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
7
|
+
toolbarButtonRef: 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
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
9
|
+
} | string[], {} & {}, {
|
|
10
|
+
[x: number]: string;
|
|
11
|
+
} | {}, true> | undefined>;
|
|
12
|
+
menuRef: 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, {
|
|
13
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
14
|
+
} | string[], {} & {}, {
|
|
15
|
+
[x: number]: string;
|
|
16
|
+
} | {}, true> | undefined>;
|
|
17
|
+
iconsEnum: import("@vue/composition-api").Ref<{
|
|
18
|
+
[x: string]: string;
|
|
19
|
+
}>;
|
|
20
|
+
handleToolbarClick: (item: string, level?: number | undefined) => void;
|
|
21
|
+
handleEditorClick: () => void;
|
|
22
|
+
isActive: import("@vue/composition-api").Ref<{
|
|
23
|
+
[x: string]: boolean;
|
|
24
|
+
}>;
|
|
25
|
+
iconTooltipsEnum: import("@vue/composition-api").Ref<{
|
|
26
|
+
[x: string]: string;
|
|
27
|
+
}>;
|
|
28
|
+
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
29
|
+
toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
30
|
+
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
31
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
32
|
+
toolbarButtonStyles: (item: string) => string[];
|
|
33
|
+
editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
34
|
+
getIndexOfHeading: import("@vue/composition-api").ComputedRef<number>;
|
|
35
|
+
headingLevels: Level[];
|
|
36
|
+
headingIcon: import("@vue/composition-api").ComputedRef<string>;
|
|
37
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
38
|
+
modelValue: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
43
|
+
toolbar: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default: () => string[][];
|
|
46
|
+
};
|
|
47
|
+
description: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
placeholder: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
autofocus: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
markdown: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
64
|
+
modelValue: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
required: false;
|
|
68
|
+
};
|
|
69
|
+
toolbar: {
|
|
70
|
+
type: ArrayConstructor;
|
|
71
|
+
default: () => string[][];
|
|
72
|
+
};
|
|
73
|
+
description: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
placeholder: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
autofocus: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
markdown: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
90
|
+
modelValue: string;
|
|
91
|
+
toolbar: unknown[];
|
|
92
|
+
description: string;
|
|
93
|
+
placeholder: string;
|
|
94
|
+
autofocus: boolean;
|
|
95
|
+
markdown: boolean;
|
|
96
|
+
} & {} & {
|
|
97
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
98
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
99
|
+
editor: Editor | null;
|
|
100
|
+
editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
101
|
+
containerRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
|
|
102
|
+
toolbarButtonRef: 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, {
|
|
103
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
104
|
+
} | string[], {} & {}, {
|
|
105
|
+
[x: number]: string;
|
|
106
|
+
} | {}, true> | undefined>;
|
|
107
|
+
menuRef: 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, {
|
|
108
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
109
|
+
} | string[], {} & {}, {
|
|
110
|
+
[x: number]: string;
|
|
111
|
+
} | {}, true> | undefined>;
|
|
112
|
+
iconsEnum: import("@vue/composition-api").Ref<{
|
|
113
|
+
[x: string]: string;
|
|
114
|
+
}>;
|
|
115
|
+
handleToolbarClick: (item: string, level?: number | undefined) => void;
|
|
116
|
+
handleEditorClick: () => void;
|
|
117
|
+
isActive: import("@vue/composition-api").Ref<{
|
|
118
|
+
[x: string]: boolean;
|
|
119
|
+
}>;
|
|
120
|
+
iconTooltipsEnum: import("@vue/composition-api").Ref<{
|
|
121
|
+
[x: string]: string;
|
|
122
|
+
}>;
|
|
123
|
+
containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
124
|
+
toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
125
|
+
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
126
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
127
|
+
toolbarButtonStyles: (item: string) => string[];
|
|
128
|
+
editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
129
|
+
getIndexOfHeading: import("@vue/composition-api").ComputedRef<number>;
|
|
130
|
+
headingLevels: Level[];
|
|
131
|
+
headingIcon: import("@vue/composition-api").ComputedRef<string>;
|
|
132
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
133
|
+
modelValue: string;
|
|
134
|
+
toolbar: unknown[];
|
|
135
|
+
description: string;
|
|
136
|
+
placeholder: string;
|
|
137
|
+
autofocus: boolean;
|
|
138
|
+
markdown: boolean;
|
|
139
|
+
} & {} & {
|
|
140
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
141
|
+
}, {
|
|
142
|
+
modelValue: string;
|
|
143
|
+
toolbar: unknown[];
|
|
144
|
+
description: string;
|
|
145
|
+
placeholder: string;
|
|
146
|
+
autofocus: boolean;
|
|
147
|
+
markdown: boolean;
|
|
148
|
+
}, true>);
|
|
149
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrRichTextEditorV3 } from './OrRichTextEditor.vue';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-2e607f79.js';
|
|
2
|
+
import 'vue';
|
|
3
|
+
import 'node:punycode';
|
|
4
|
+
import '../../index.es-3f39f316.js';
|
|
5
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
6
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
7
|
+
import '../../OrIcon-3a514933.js';
|
|
8
|
+
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
9
|
+
import '../../useClassAttribute-00888f78.js';
|
|
10
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
11
|
+
import '@vueuse/core';
|
|
12
|
+
import '../../OrPopover-93ef8c26.js';
|
|
13
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
14
|
+
import '../../floating-ui.dom.esm-83eba816.js';
|
|
15
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
16
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
17
|
+
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
18
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
19
|
+
import '../../useResponsive-9d397e2a.js';
|
|
20
|
+
import '../../OrLabel-2809e2db.js';
|
|
21
|
+
import '../../OrLabel.vue_vue_type_script_lang-e42de5d1.js';
|
|
22
|
+
import '../../OrMenuItem-94ffa853.js';
|
|
23
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
|
|
24
|
+
import '../../OrMenu-08aa60de.js';
|
|
25
|
+
import '../../OrMenu.vue_vue_type_script_lang-bae45062.js';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const EditorContainer: string[];
|
|
2
|
+
export declare const ToolbarContainer: string[];
|
|
3
|
+
export declare const Toolbar: string[];
|
|
4
|
+
export declare const ToolbarButton: string[];
|
|
5
|
+
export declare const ToolbarButtonActive: string[];
|
|
6
|
+
export declare const EditorInput: string[];
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch.vue_vue_type_script_lang-00db292e.js';
|
|
2
2
|
export { a as SearchSize } from '../../OrInputBox.vue_vue_type_script_lang-760097b4.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../OrInput-
|
|
6
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
5
|
+
import '../../OrInput-4b4b8316.js';
|
|
6
|
+
import '../../OrInput.vue_vue_type_script_lang-b4176d70.js';
|
|
7
7
|
import '../../OrHint-c235be5d.js';
|
|
8
8
|
import '../../OrError.vue_vue_type_script_lang-f606d0ee.js';
|
|
9
9
|
import '../../useClassAttribute-00888f78.js';
|
|
10
10
|
import '../../OrHint.vue_vue_type_script_lang-6286277d.js';
|
|
11
11
|
import '../../OrIcon-3a514933.js';
|
|
12
12
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
13
|
-
import '../../OrIconButton-
|
|
14
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
15
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
16
|
-
import '../../OrPopover-
|
|
17
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
14
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
15
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
16
|
+
import '../../OrPopover-93ef8c26.js';
|
|
17
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
18
18
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
19
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
20
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
19
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
20
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
21
21
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
22
|
-
import '../../useElevation-
|
|
22
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
23
23
|
import '../../useResponsive-9d397e2a.js';
|
|
24
24
|
import '../../OrInputBox-81385a91.js';
|
|
25
25
|
import '../../OrLabel-2809e2db.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect.vue_vue_type_script_lang-d7449846.js';
|
|
2
2
|
export { a as SelectSize } from '../../OrInputBox.vue_vue_type_script_lang-760097b4.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrCheckbox.vue_vue_type_script_lang-10d8b047.js';
|
|
@@ -12,23 +12,23 @@ import '../../OrHint.vue_vue_type_script_lang-6286277d.js';
|
|
|
12
12
|
import '../../OrExpansionPanel.vue_vue_type_script_lang-a305d8bc.js';
|
|
13
13
|
import '../../OrIcon-3a514933.js';
|
|
14
14
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
15
|
-
import '../../OrInput-
|
|
16
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
17
|
-
import '../../OrIconButton-
|
|
18
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
19
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
15
|
+
import '../../OrInput-4b4b8316.js';
|
|
16
|
+
import '../../OrInput.vue_vue_type_script_lang-b4176d70.js';
|
|
17
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
18
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
19
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
20
20
|
import '@vueuse/core';
|
|
21
|
-
import '../../OrPopover-
|
|
22
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
21
|
+
import '../../OrPopover-93ef8c26.js';
|
|
22
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
23
23
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
24
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
25
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
24
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
25
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
26
26
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
27
|
-
import '../../useElevation-
|
|
27
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
28
28
|
import '../../useResponsive-9d397e2a.js';
|
|
29
29
|
import '../../OrInputBox-81385a91.js';
|
|
30
30
|
import '../../OrMenuItem-94ffa853.js';
|
|
31
31
|
import '../../OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
|
|
32
|
-
import '../../OrTag.vue_vue_type_script_lang-
|
|
32
|
+
import '../../OrTag.vue_vue_type_script_lang-6be84bb9.js';
|
|
33
33
|
import '../../dropdown-open-293d2de2.js';
|
|
34
34
|
import '../../useOverflow-2468b718.js';
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTabsV3, T as TabsVariant } from '../../OrTabs.vue_vue_type_script_lang-2fdbd2f2.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '../../OrIcon-3a514933.js';
|
|
5
5
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
6
6
|
import '../../useClassAttribute-00888f78.js';
|
|
7
|
-
import '../../OrMenu
|
|
8
|
-
import '../../
|
|
9
|
-
import '../../OrPopover
|
|
7
|
+
import '../../OrMenu-08aa60de.js';
|
|
8
|
+
import '../../OrMenu.vue_vue_type_script_lang-bae45062.js';
|
|
9
|
+
import '../../OrPopover-93ef8c26.js';
|
|
10
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
10
11
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
11
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
12
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
12
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
13
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
13
14
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
14
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
15
16
|
import '../../useResponsive-9d397e2a.js';
|
|
16
17
|
import '../../OrMenuItem-94ffa853.js';
|
|
17
18
|
import '../../OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag.vue_vue_type_script_lang-6be84bb9.js';
|
|
2
2
|
import 'vue';
|
|
3
|
-
import '../../OrIconButton-
|
|
4
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
3
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
4
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
5
5
|
import '../../OrIcon-3a514933.js';
|
|
6
6
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
7
7
|
import '../../useClassAttribute-00888f78.js';
|
|
8
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
9
9
|
import '@vueuse/core';
|
|
10
|
-
import '../../OrPopover-
|
|
11
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
10
|
+
import '../../OrPopover-93ef8c26.js';
|
|
11
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
12
12
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
13
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
14
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
13
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
14
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
15
15
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
16
|
-
import '../../useElevation-
|
|
16
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
17
17
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
2
|
-
import '../../OrToastContainer-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-bc0d88d7.js';
|
|
2
|
+
import '../../OrToastContainer-c09c94da.js';
|
|
3
3
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-4d4329cd.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrIconButton-
|
|
7
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
6
|
+
import '../../OrIconButton-00ab6c2d.js';
|
|
7
|
+
import '../../OrIconButton.vue_vue_type_script_lang-b35040f9.js';
|
|
8
8
|
import '../../OrIcon-3a514933.js';
|
|
9
9
|
import '../../OrIcon.vue_vue_type_script_lang-41a6a57a.js';
|
|
10
10
|
import '../../useClassAttribute-00888f78.js';
|
|
11
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
12
|
-
import '../../OrPopover-
|
|
13
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
11
|
+
import '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
12
|
+
import '../../OrPopover-93ef8c26.js';
|
|
13
|
+
import '../../OrPopover.vue_vue_type_script_lang-e200f5be.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-44d8147a.js';
|
|
16
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
17
17
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
18
|
-
import '../../useElevation-
|
|
18
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
19
19
|
import '../../useResponsive-9d397e2a.js';
|
|
20
20
|
import '../../OrLoader-65868e73.js';
|
|
21
21
|
import '../../OrLoader.vue_vue_type_script_lang-edd1b404.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { s as OrTooltipV3 } from '../../OrTooltip.vue_vue_type_script_lang-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrTooltipV3 } from '../../OrTooltip.vue_vue_type_script_lang-a4168546.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover.vue_vue_type_script_lang-e200f5be.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue';
|
|
5
|
-
import '../../OrPopover-
|
|
5
|
+
import '../../OrPopover-93ef8c26.js';
|
|
6
6
|
import '../../useClassAttribute-00888f78.js';
|
|
7
7
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
8
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
9
|
-
import '../../OrOverlay.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
|
|
9
|
+
import '../../OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
|
|
10
10
|
import '../../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
|
|
11
|
-
import '../../useElevation-
|
|
11
|
+
import '../../useElevation-c8d5d3ba.js';
|
|
12
12
|
import '../../useResponsive-9d397e2a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { u as useClassAttribute } from '../useClassAttribute-00888f78.js';
|
|
2
|
-
export { u as useElevation } from '../useElevation-
|
|
2
|
+
export { u as useElevation } from '../useElevation-c8d5d3ba.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-2468b718.js';
|
|
4
4
|
export { u as useToggle } from '../useToggle-09b6cb90.js';
|
|
5
5
|
export { u as useResponsive } from '../useResponsive-9d397e2a.js';
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
var base = {
|
|
2
|
+
8: "Backspace",
|
|
3
|
+
9: "Tab",
|
|
4
|
+
10: "Enter",
|
|
5
|
+
12: "NumLock",
|
|
6
|
+
13: "Enter",
|
|
7
|
+
16: "Shift",
|
|
8
|
+
17: "Control",
|
|
9
|
+
18: "Alt",
|
|
10
|
+
20: "CapsLock",
|
|
11
|
+
27: "Escape",
|
|
12
|
+
32: " ",
|
|
13
|
+
33: "PageUp",
|
|
14
|
+
34: "PageDown",
|
|
15
|
+
35: "End",
|
|
16
|
+
36: "Home",
|
|
17
|
+
37: "ArrowLeft",
|
|
18
|
+
38: "ArrowUp",
|
|
19
|
+
39: "ArrowRight",
|
|
20
|
+
40: "ArrowDown",
|
|
21
|
+
44: "PrintScreen",
|
|
22
|
+
45: "Insert",
|
|
23
|
+
46: "Delete",
|
|
24
|
+
59: ";",
|
|
25
|
+
61: "=",
|
|
26
|
+
91: "Meta",
|
|
27
|
+
92: "Meta",
|
|
28
|
+
106: "*",
|
|
29
|
+
107: "+",
|
|
30
|
+
108: ",",
|
|
31
|
+
109: "-",
|
|
32
|
+
110: ".",
|
|
33
|
+
111: "/",
|
|
34
|
+
144: "NumLock",
|
|
35
|
+
145: "ScrollLock",
|
|
36
|
+
160: "Shift",
|
|
37
|
+
161: "Shift",
|
|
38
|
+
162: "Control",
|
|
39
|
+
163: "Control",
|
|
40
|
+
164: "Alt",
|
|
41
|
+
165: "Alt",
|
|
42
|
+
173: "-",
|
|
43
|
+
186: ";",
|
|
44
|
+
187: "=",
|
|
45
|
+
188: ",",
|
|
46
|
+
189: "-",
|
|
47
|
+
190: ".",
|
|
48
|
+
191: "/",
|
|
49
|
+
192: "`",
|
|
50
|
+
219: "[",
|
|
51
|
+
220: "\\",
|
|
52
|
+
221: "]",
|
|
53
|
+
222: "'"
|
|
54
|
+
};
|
|
55
|
+
var shift = {
|
|
56
|
+
48: ")",
|
|
57
|
+
49: "!",
|
|
58
|
+
50: "@",
|
|
59
|
+
51: "#",
|
|
60
|
+
52: "$",
|
|
61
|
+
53: "%",
|
|
62
|
+
54: "^",
|
|
63
|
+
55: "&",
|
|
64
|
+
56: "*",
|
|
65
|
+
57: "(",
|
|
66
|
+
59: ":",
|
|
67
|
+
61: "+",
|
|
68
|
+
173: "_",
|
|
69
|
+
186: ":",
|
|
70
|
+
187: "+",
|
|
71
|
+
188: "<",
|
|
72
|
+
189: "_",
|
|
73
|
+
190: ">",
|
|
74
|
+
191: "?",
|
|
75
|
+
192: "~",
|
|
76
|
+
219: "{",
|
|
77
|
+
220: "|",
|
|
78
|
+
221: "}",
|
|
79
|
+
222: "\""
|
|
80
|
+
};
|
|
81
|
+
var chrome = typeof navigator != "undefined" && /Chrome\/(\d+)/.exec(navigator.userAgent);
|
|
82
|
+
typeof navigator != "undefined" && /Gecko\/\d+/.test(navigator.userAgent);
|
|
83
|
+
var mac = typeof navigator != "undefined" && /Mac/.test(navigator.platform);
|
|
84
|
+
var ie = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
85
|
+
var brokenModifierNames = mac || chrome && +chrome[1] < 57;
|
|
86
|
+
|
|
87
|
+
// Fill in the digit keys
|
|
88
|
+
for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i);
|
|
89
|
+
|
|
90
|
+
// The function keys
|
|
91
|
+
for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i;
|
|
92
|
+
|
|
93
|
+
// And the alphabetic keys
|
|
94
|
+
for (var i = 65; i <= 90; i++) {
|
|
95
|
+
base[i] = String.fromCharCode(i + 32);
|
|
96
|
+
shift[i] = String.fromCharCode(i);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// For each code that doesn't have a shift-equivalent, copy the base name
|
|
100
|
+
for (var code in base) if (!shift.hasOwnProperty(code)) shift[code] = base[code];
|
|
101
|
+
function keyName(event) {
|
|
102
|
+
var ignoreKey = brokenModifierNames && (event.ctrlKey || event.altKey || event.metaKey) || ie && event.shiftKey && event.key && event.key.length == 1 || event.key == "Unidentified";
|
|
103
|
+
var name = !ignoreKey && event.key || (event.shiftKey ? shift : base)[event.keyCode] || event.key || "Unidentified";
|
|
104
|
+
// Edge sometimes produces wrong names (Issue #3)
|
|
105
|
+
if (name == "Esc") name = "Escape";
|
|
106
|
+
if (name == "Del") name = "Delete";
|
|
107
|
+
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/
|
|
108
|
+
if (name == "Left") name = "ArrowLeft";
|
|
109
|
+
if (name == "Up") name = "ArrowUp";
|
|
110
|
+
if (name == "Right") name = "ArrowRight";
|
|
111
|
+
if (name == "Down") name = "ArrowDown";
|
|
112
|
+
return name;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export { base as b, keyName as k, shift as s };
|