@nextcloud/vue 9.0.0-alpha.1 → 9.0.0-alpha.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/CHANGELOG.md +249 -3
- package/README.md +4 -2
- package/dist/Components/NcActionButton.mjs +2 -2
- package/dist/Components/NcActionButtonGroup.mjs +2 -2
- package/dist/Components/NcActionCaption.mjs +2 -2
- package/dist/Components/NcActionCheckbox.mjs +2 -2
- package/dist/Components/NcActionInput.mjs +2 -2
- package/dist/Components/NcActionLink.mjs +2 -2
- package/dist/Components/NcActionRadio.mjs +2 -2
- package/dist/Components/NcActionRouter.mjs +2 -2
- package/dist/Components/NcActionSeparator.mjs +2 -2
- package/dist/Components/NcActionText.mjs +2 -2
- package/dist/Components/NcActionTextEditable.mjs +2 -2
- package/dist/Components/NcActions.mjs +2 -2
- package/dist/Components/NcAppContent.mjs +2 -2
- package/dist/Components/NcAppContentDetails.mjs +2 -2
- package/dist/Components/NcAppContentList.mjs +2 -2
- package/dist/Components/NcAppNavigation.mjs +2 -2
- package/dist/Components/NcAppNavigationCaption.mjs +2 -2
- package/dist/Components/NcAppNavigationIconBullet.mjs +2 -2
- package/dist/Components/NcAppNavigationItem.mjs +2 -2
- package/dist/Components/NcAppNavigationList.mjs +4 -0
- package/dist/Components/NcAppNavigationList.mjs.map +1 -0
- package/dist/Components/NcAppNavigationNew.mjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -2
- package/dist/Components/NcAppNavigationSettings.mjs +2 -2
- package/dist/Components/NcAppNavigationSpacer.mjs +2 -2
- package/dist/Components/NcAppNavigationToggle.mjs +3 -3
- package/dist/Components/NcAppSettingsDialog.mjs +2 -2
- package/dist/Components/NcAppSettingsSection.mjs +2 -2
- package/dist/Components/NcAppSidebar.mjs +2 -2
- package/dist/Components/NcAppSidebarTab.mjs +2 -2
- package/dist/Components/NcAvatar.mjs +2 -2
- package/dist/Components/NcBreadcrumb.mjs +2 -2
- package/dist/Components/NcBreadcrumbs.mjs +2 -2
- package/dist/Components/NcButton.mjs +2 -2
- package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -2
- package/dist/Components/NcColorPicker.mjs +2 -2
- package/dist/Components/NcContent.mjs +2 -2
- package/dist/Components/NcCounterBubble.mjs +2 -2
- package/dist/Components/NcDashboardWidget.mjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.mjs +2 -2
- package/dist/Components/NcDateTime.mjs +2 -2
- package/dist/Components/NcDateTimePicker.mjs +2 -2
- package/dist/Components/NcDateTimePickerNative.mjs +2 -2
- package/dist/Components/NcDialog.mjs +2 -2
- package/dist/Components/NcDialogButton.mjs +2 -2
- package/dist/Components/NcEllipsisedOption.mjs +2 -2
- package/dist/Components/NcEmojiPicker.mjs +2 -2
- package/dist/Components/NcEmptyContent.mjs +2 -2
- package/dist/Components/NcGuestContent.mjs +2 -2
- package/dist/Components/NcHeaderMenu.mjs +2 -2
- package/dist/Components/NcHighlight.mjs +2 -2
- package/dist/Components/NcIconSvgWrapper.mjs +2 -2
- package/dist/Components/NcInputField.mjs +2 -2
- package/dist/Components/NcListItem.mjs +2 -2
- package/dist/Components/NcListItemIcon.mjs +2 -2
- package/dist/Components/NcLoadingIcon.mjs +2 -2
- package/dist/Components/NcModal.mjs +355 -235
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +2 -2
- package/dist/Components/NcPasswordField.mjs +2 -2
- package/dist/Components/NcPopover.mjs +2 -2
- package/dist/Components/NcProgressBar.mjs +2 -2
- package/dist/Components/NcRelatedResourcesPanel.mjs +2 -2
- package/dist/Components/NcRichContenteditable.mjs +5 -5
- package/dist/Components/NcRichText.mjs +24 -23
- package/dist/Components/NcRichText.mjs.map +1 -1
- package/dist/Components/NcSavingIndicatorIcon.mjs +2 -2
- package/dist/Components/NcSelect.mjs +2 -2
- package/dist/Components/NcSelectTags.mjs +2 -2
- package/dist/Components/NcSettingsInputText.mjs +2 -2
- package/dist/Components/NcSettingsSection.mjs +2 -2
- package/dist/Components/NcSettingsSelectGroup.mjs +3 -3
- package/dist/Components/NcTextArea.mjs +2 -2
- package/dist/Components/NcTextField.mjs +2 -2
- package/dist/Components/NcTimezonePicker.mjs +2 -2
- package/dist/Components/NcUserBubble.mjs +2 -2
- package/dist/Components/NcUserStatusIcon.mjs +2 -2
- package/dist/Components/NcVNodes.mjs +3 -4
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +7 -6
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +19 -14
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.mjs +5 -5
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.mjs +7 -6
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +9 -9
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.mjs +10 -2
- package/dist/Functions/a11y.mjs.map +1 -1
- package/dist/Functions/emoji.mjs +5 -5
- package/dist/Functions/reference.mjs +18 -0
- package/dist/Functions/reference.mjs.map +1 -0
- package/dist/Functions/registerReference.mjs +13 -0
- package/dist/Functions/registerReference.mjs.map +1 -0
- package/dist/Functions/usernameToColor.mjs +2 -2
- package/dist/Mixins/clickOutsideOptions.mjs +4 -3
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/richEditor.mjs +5 -5
- package/dist/assets/NcActionButton-DilAGmID.css +139 -0
- package/dist/assets/NcActionButtonGroup-CvloX35s.css +61 -0
- package/dist/assets/NcActionCaption-sfcjBZnu.css +46 -0
- package/dist/assets/NcActionCheckbox-BPTe8v7j.css +110 -0
- package/dist/assets/NcActionInput-BCm3Bb6i.css +271 -0
- package/dist/assets/NcActionLink-ufhOZDI9.css +124 -0
- package/dist/assets/NcActionRadio-BgKkAdF8.css +110 -0
- package/dist/assets/NcActionRouter-DJDXSMeq.css +135 -0
- package/dist/assets/NcActionSeparator-CB59y4di.css +38 -0
- package/dist/assets/NcActionText-FrsQgrnA.css +139 -0
- package/dist/assets/NcActionTextEditable-pgsRQJ7l.css +287 -0
- package/dist/assets/NcActions-6uFGQVJQ.css +111 -0
- package/dist/assets/NcAppContent-CVWf32qC.css +153 -0
- package/dist/assets/NcAppNavigation-B_aG01bd.css +131 -0
- package/dist/assets/NcAppNavigationCaption-B32FjjW3.css +62 -0
- package/dist/assets/NcAppNavigationIconBullet-B8q3pUL5.css +44 -0
- package/dist/assets/NcAppNavigationItem-DBjQubbD.css +235 -0
- package/dist/assets/NcAppNavigationList-DnIxrbVX.css +43 -0
- package/dist/assets/NcAppNavigationNew-B29SvI0s.css +41 -0
- package/dist/assets/NcAppNavigationNewItem-wTDYmQmA.css +204 -0
- package/dist/assets/NcAppNavigationSettings-RpFZX7Hx.css +93 -0
- package/dist/assets/NcAppNavigationSpacer-C12GX5n6.css +6 -0
- package/dist/assets/NcAppNavigationToggle-Bb19ZkjT.css +41 -0
- package/dist/assets/NcAppSettingsDialog-CQY4VVRw.css +88 -0
- package/dist/assets/NcAppSettingsSection-BUxPrhYB.css +44 -0
- package/dist/assets/NcAppSidebar-v-H-37nV.css +412 -0
- package/dist/assets/NcAppSidebarTab-WhMYMxlI.css +48 -0
- package/dist/assets/NcAvatar-xxyc0_S6.css +143 -0
- package/dist/assets/NcBreadcrumb-BKgJHxzd.css +82 -0
- package/dist/assets/NcBreadcrumbs-Dq8VnSzJ.css +51 -0
- package/dist/assets/NcButton-BqOBMPBj.css +204 -0
- package/dist/assets/NcCheckboxRadioSwitch-BrP8x4oD.css +224 -0
- package/dist/assets/NcColorPicker-q8nVYCvu.css +136 -0
- package/dist/assets/NcContent-CQqz6KXD.css +108 -0
- package/dist/assets/NcCounterBubble-CWi_P1Tb.css +67 -0
- package/dist/assets/NcDashboardWidget-DzDAv3ER.css +87 -0
- package/dist/assets/NcDashboardWidgetItem-BevETFRF.css +99 -0
- package/dist/assets/NcDateTimePicker-DBxgtJoU.css +889 -0
- package/dist/assets/NcDateTimePickerNative-DHZcOvOf.css +61 -0
- package/dist/assets/NcDialog-CvmjNcgn.css +160 -0
- package/dist/assets/NcEllipsisedOption-ClDzkIX6.css +48 -0
- package/dist/assets/NcEmojiPicker-DPDnLnba.css +581 -0
- package/dist/assets/NcEmptyContent-CMM4BKRc.css +79 -0
- package/dist/assets/NcGuestContent-BTahASdv.css +78 -0
- package/dist/assets/NcHeaderMenu-fYpidmuR.css +91 -0
- package/dist/assets/NcIconSvgWrapper-C95UOHYS.css +53 -0
- package/dist/assets/NcInputConfirmCancel-dYsxq6pH.css +53 -0
- package/dist/assets/NcInputField-CSuJUlgW.css +177 -0
- package/dist/assets/NcListItem-CJa4SoZs.css +170 -0
- package/dist/assets/NcListItemIcon-KqKY7_tj.css +78 -0
- package/dist/assets/NcLoadingIcon-gxK0ujO0.css +35 -0
- package/dist/assets/NcMentionBubble-DmzU72Mw.css +84 -0
- package/dist/assets/NcModal-JZMyM8zO.css +302 -0
- package/dist/assets/NcNoteCard-e7-Bxio8.css +64 -0
- package/dist/assets/NcPopover-BwI1hPzy.css +110 -0
- package/dist/assets/NcProgressBar-D5VftcJm.css +70 -0
- package/dist/assets/NcRelatedResourcesPanel-CbFY3Cdm.css +200 -0
- package/dist/assets/NcRichContenteditable-C9Sikuur.css +300 -0
- package/dist/assets/NcRichText-Cc65tYYs.css +240 -0
- package/dist/assets/NcSelect-Fmyu7qyl.css +196 -0
- package/dist/assets/NcSettingsInputText-DR4Wv2XP.css +49 -0
- package/dist/assets/NcSettingsSection-DrlA06-W.css +66 -0
- package/dist/assets/NcSettingsSelectGroup-Ba_9qqBq.css +37 -0
- package/dist/assets/NcTextArea-n0qdPImB.css +124 -0
- package/dist/assets/NcUserBubble-a6zTGwWG.css +62 -0
- package/dist/assets/NcUserStatusIcon-DYNzsng_.css +44 -0
- package/dist/assets/Tooltip-jHgt4m-W.css +109 -0
- package/dist/assets/referencePickerModal-4K_FZwca.css +539 -0
- package/dist/chunks/AlertCircleOutline-DWBCJkLM.mjs +48 -0
- package/dist/chunks/AlertCircleOutline-DWBCJkLM.mjs.map +1 -0
- package/dist/chunks/ArrowLeft-CxK9DnMo.mjs +48 -0
- package/dist/chunks/ArrowLeft-CxK9DnMo.mjs.map +1 -0
- package/dist/chunks/ArrowRight-Cg6xGDcS.mjs +48 -0
- package/dist/chunks/ArrowRight-Cg6xGDcS.mjs.map +1 -0
- package/dist/chunks/Check-_j2mQvkT.mjs +48 -0
- package/dist/chunks/Check-_j2mQvkT.mjs.map +1 -0
- package/dist/chunks/ChevronDown-De_Zvlgu.mjs +48 -0
- package/dist/chunks/ChevronDown-De_Zvlgu.mjs.map +1 -0
- package/dist/chunks/ChevronRight-C33SNIxR.mjs +48 -0
- package/dist/chunks/ChevronRight-C33SNIxR.mjs.map +1 -0
- package/dist/chunks/ChevronUp-b4LkDSk-.mjs +48 -0
- package/dist/chunks/ChevronUp-b4LkDSk-.mjs.map +1 -0
- package/dist/chunks/Close-pmiXntgw.mjs +48 -0
- package/dist/chunks/Close-pmiXntgw.mjs.map +1 -0
- package/dist/chunks/DotsHorizontal-CCNSfNOk.mjs +48 -0
- package/dist/chunks/DotsHorizontal-CCNSfNOk.mjs.map +1 -0
- package/dist/chunks/GenColors-BjorWIgA.mjs +155 -0
- package/dist/chunks/GenColors-BjorWIgA.mjs.map +1 -0
- package/dist/chunks/GenRandomId-CXkjMlAT.mjs +27 -0
- package/dist/chunks/GenRandomId-CXkjMlAT.mjs.map +1 -0
- package/dist/chunks/Linkify-BBPJHBma.mjs +35 -0
- package/dist/chunks/Linkify-BBPJHBma.mjs.map +1 -0
- package/dist/chunks/NcActionButton-BFQnlisT.mjs +223 -0
- package/dist/chunks/NcActionButton-BFQnlisT.mjs.map +1 -0
- package/dist/chunks/NcActionButtonGroup-D-8C3HSO.mjs +58 -0
- package/dist/chunks/NcActionButtonGroup-D-8C3HSO.mjs.map +1 -0
- package/dist/chunks/NcActionCaption-CV_zDfFg.mjs +32 -0
- package/dist/chunks/NcActionCaption-CV_zDfFg.mjs.map +1 -0
- package/dist/chunks/NcActionCheckbox-CjZH6kjg.mjs +125 -0
- package/dist/chunks/NcActionCheckbox-CjZH6kjg.mjs.map +1 -0
- package/dist/chunks/NcActionInput-ClUviDGB.mjs +358 -0
- package/dist/chunks/NcActionInput-ClUviDGB.mjs.map +1 -0
- package/dist/chunks/NcActionLink-CQEzoS_a.mjs +122 -0
- package/dist/chunks/NcActionLink-CQEzoS_a.mjs.map +1 -0
- package/dist/chunks/NcActionRadio-D6VrxjcX.mjs +128 -0
- package/dist/chunks/NcActionRadio-D6VrxjcX.mjs.map +1 -0
- package/dist/chunks/NcActionRouter-DmrWV-q1.mjs +83 -0
- package/dist/chunks/NcActionRouter-DmrWV-q1.mjs.map +1 -0
- package/dist/chunks/NcActionSeparator-ib21YUAE.mjs +17 -0
- package/dist/chunks/NcActionSeparator-ib21YUAE.mjs.map +1 -0
- package/dist/chunks/NcActionText-dj38IHk6.mjs +65 -0
- package/dist/chunks/NcActionText-dj38IHk6.mjs.map +1 -0
- package/dist/chunks/NcActionTextEditable-W1wFQ9dc.mjs +130 -0
- package/dist/chunks/NcActionTextEditable-W1wFQ9dc.mjs.map +1 -0
- package/dist/chunks/NcActions-B6QL_4DD.mjs +733 -0
- package/dist/chunks/NcActions-B6QL_4DD.mjs.map +1 -0
- package/dist/chunks/NcAppContent-jvz75P8O.mjs +350 -0
- package/dist/chunks/NcAppContent-jvz75P8O.mjs.map +1 -0
- package/dist/chunks/NcAppContentDetails-Ch6NJvAl.mjs +15 -0
- package/dist/chunks/NcAppContentDetails-Ch6NJvAl.mjs.map +1 -0
- package/dist/chunks/NcAppContentList-DGwk3AvB.mjs +26 -0
- package/dist/chunks/NcAppContentList-DGwk3AvB.mjs.map +1 -0
- package/dist/chunks/NcAppNavigation-D0RINQda.mjs +162 -0
- package/dist/chunks/NcAppNavigation-D0RINQda.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationCaption-BnhoAPkJ.mjs +93 -0
- package/dist/chunks/NcAppNavigationCaption-BnhoAPkJ.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationIconBullet-JoIYov5C.mjs +43 -0
- package/dist/chunks/NcAppNavigationIconBullet-JoIYov5C.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationItem-s0czI8KR.mjs +624 -0
- package/dist/chunks/NcAppNavigationItem-s0czI8KR.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationList-DzTic3Q7.mjs +16 -0
- package/dist/chunks/NcAppNavigationList-DzTic3Q7.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNew-RBp5Nk-2.mjs +57 -0
- package/dist/chunks/NcAppNavigationNew-RBp5Nk-2.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationNewItem-u85Ffz-V.mjs +120 -0
- package/dist/chunks/NcAppNavigationNewItem-u85Ffz-V.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSettings-D_4gHC9H.mjs +142 -0
- package/dist/chunks/NcAppNavigationSettings-D_4gHC9H.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationSpacer-Ctbl-q5I.mjs +14 -0
- package/dist/chunks/NcAppNavigationSpacer-Ctbl-q5I.mjs.map +1 -0
- package/dist/chunks/NcAppNavigationToggle-BtC5hBww.mjs +158 -0
- package/dist/chunks/NcAppNavigationToggle-BtC5hBww.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsDialog-DXpamfEo.mjs +254 -0
- package/dist/chunks/NcAppSettingsDialog-DXpamfEo.mjs.map +1 -0
- package/dist/chunks/NcAppSettingsSection-PG8OLRbP.mjs +59 -0
- package/dist/chunks/NcAppSettingsSection-PG8OLRbP.mjs.map +1 -0
- package/dist/chunks/NcAppSidebar-B0pjWsoI.mjs +930 -0
- package/dist/chunks/NcAppSidebar-B0pjWsoI.mjs.map +1 -0
- package/dist/chunks/NcAppSidebarTab-BTuuQoW5.mjs +92 -0
- package/dist/chunks/NcAppSidebarTab-BTuuQoW5.mjs.map +1 -0
- package/dist/chunks/NcAvatar-BKmfsBcY.mjs +679 -0
- package/dist/chunks/NcAvatar-BKmfsBcY.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumb-C3k6T3Bj.mjs +243 -0
- package/dist/chunks/NcBreadcrumb-C3k6T3Bj.mjs.map +1 -0
- package/dist/chunks/NcBreadcrumbs-Crc4BkfA.mjs +462 -0
- package/dist/chunks/NcBreadcrumbs-Crc4BkfA.mjs.map +1 -0
- package/dist/chunks/NcButton-B27fpd1m.mjs +278 -0
- package/dist/chunks/NcButton-B27fpd1m.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-DdG8AL_h.mjs +790 -0
- package/dist/chunks/NcCheckboxRadioSwitch-DdG8AL_h.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-D4IB1shI.mjs +273 -0
- package/dist/chunks/NcColorPicker-D4IB1shI.mjs.map +1 -0
- package/dist/chunks/NcContent-CMQytlSd.mjs +129 -0
- package/dist/chunks/NcContent-CMQytlSd.mjs.map +1 -0
- package/dist/chunks/NcCounterBubble-BVDNwJiw.mjs +44 -0
- package/dist/chunks/NcCounterBubble-BVDNwJiw.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidget-B5H6n5qG.mjs +186 -0
- package/dist/chunks/NcDashboardWidget-B5H6n5qG.mjs.map +1 -0
- package/dist/chunks/NcDashboardWidgetItem-BbgZpZ-D.mjs +197 -0
- package/dist/chunks/NcDashboardWidgetItem-BbgZpZ-D.mjs.map +1 -0
- package/dist/chunks/NcDateTime-p5872lEX.mjs +168 -0
- package/dist/chunks/NcDateTime-p5872lEX.mjs.map +1 -0
- package/dist/chunks/NcDateTimePicker-C1gBl-W0.mjs +377 -0
- package/dist/chunks/NcDateTimePicker-C1gBl-W0.mjs.map +1 -0
- package/dist/chunks/NcDateTimePickerNative-CyCL5Ovh.mjs +200 -0
- package/dist/chunks/NcDateTimePickerNative-CyCL5Ovh.mjs.map +1 -0
- package/dist/chunks/NcDialog-Dq3Qnbke.mjs +273 -0
- package/dist/chunks/NcDialog-Dq3Qnbke.mjs.map +1 -0
- package/dist/chunks/NcDialogButton-C6SudZTq.mjs +80 -0
- package/dist/chunks/NcDialogButton-C6SudZTq.mjs.map +1 -0
- package/dist/chunks/NcEllipsisedOption-DsCFqgUF.mjs +98 -0
- package/dist/chunks/NcEllipsisedOption-DsCFqgUF.mjs.map +1 -0
- package/dist/chunks/NcEmojiPicker-BwQ8VxQZ.mjs +380 -0
- package/dist/chunks/NcEmojiPicker-BwQ8VxQZ.mjs.map +1 -0
- package/dist/chunks/NcEmptyContent-CdgacgQe.mjs +67 -0
- package/dist/chunks/NcEmptyContent-CdgacgQe.mjs.map +1 -0
- package/dist/chunks/NcGuestContent-DfnVEtGM.mjs +22 -0
- package/dist/chunks/NcGuestContent-DfnVEtGM.mjs.map +1 -0
- package/dist/chunks/NcHeaderMenu-CJVtnKpb.mjs +259 -0
- package/dist/chunks/NcHeaderMenu-CJVtnKpb.mjs.map +1 -0
- package/dist/chunks/NcHighlight-CR5kySMp.mjs +183 -0
- package/dist/chunks/NcHighlight-CR5kySMp.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-C0csZ9zg.mjs +106 -0
- package/dist/chunks/NcIconSvgWrapper-C0csZ9zg.mjs.map +1 -0
- package/dist/chunks/NcInputConfirmCancel-Rk8B1Q0j.mjs +116 -0
- package/dist/chunks/NcInputConfirmCancel-Rk8B1Q0j.mjs.map +1 -0
- package/dist/chunks/NcInputField-DX0Brmlk.mjs +308 -0
- package/dist/chunks/NcInputField-DX0Brmlk.mjs.map +1 -0
- package/dist/chunks/NcListItem-CgZoQEIf.mjs +359 -0
- package/dist/chunks/NcListItem-CgZoQEIf.mjs.map +1 -0
- package/dist/chunks/NcListItemIcon-A5o8HkQv.mjs +207 -0
- package/dist/chunks/NcListItemIcon-A5o8HkQv.mjs.map +1 -0
- package/dist/chunks/NcLoadingIcon-DwbO7gAy.mjs +78 -0
- package/dist/chunks/NcLoadingIcon-DwbO7gAy.mjs.map +1 -0
- package/dist/chunks/NcNoteCard-CdZRsd8-.mjs +252 -0
- package/dist/chunks/NcNoteCard-CdZRsd8-.mjs.map +1 -0
- package/dist/chunks/NcPasswordField-B7CiEElO.mjs +285 -0
- package/dist/chunks/NcPasswordField-B7CiEElO.mjs.map +1 -0
- package/dist/chunks/NcPopover-B9UbiGTv.mjs +259 -0
- package/dist/chunks/NcPopover-B9UbiGTv.mjs.map +1 -0
- package/dist/chunks/NcProgressBar-CAXfza4R.mjs +147 -0
- package/dist/chunks/NcProgressBar-CAXfza4R.mjs.map +1 -0
- package/dist/chunks/NcRelatedResourcesPanel-Dr4jL2gw.mjs +546 -0
- package/dist/chunks/NcRelatedResourcesPanel-Dr4jL2gw.mjs.map +1 -0
- package/dist/chunks/NcRichContenteditable-P06ORHyg.mjs +784 -0
- package/dist/chunks/NcRichContenteditable-P06ORHyg.mjs.map +1 -0
- package/dist/chunks/NcRichText-BfreYq5m.mjs +404 -0
- package/dist/chunks/NcRichText-BfreYq5m.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs +79 -0
- package/dist/chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs.map +1 -0
- package/dist/chunks/NcSelect-Dt3JJc9b.mjs +565 -0
- package/dist/chunks/NcSelect-Dt3JJc9b.mjs.map +1 -0
- package/dist/chunks/NcSelectTags-F8Z_SdXE.mjs +323 -0
- package/dist/chunks/NcSelectTags-F8Z_SdXE.mjs.map +1 -0
- package/dist/chunks/NcSettingsInputText-BtDwhhX0.mjs +122 -0
- package/dist/chunks/NcSettingsInputText-BtDwhhX0.mjs.map +1 -0
- package/dist/chunks/NcSettingsSection-BN98AV4b.mjs +115 -0
- package/dist/chunks/NcSettingsSection-BN98AV4b.mjs.map +1 -0
- package/dist/chunks/NcSettingsSelectGroup-61ylzaOo.mjs +226 -0
- package/dist/chunks/NcSettingsSelectGroup-61ylzaOo.mjs.map +1 -0
- package/dist/chunks/NcTextArea-DOXp3B2R.mjs +217 -0
- package/dist/chunks/NcTextArea-DOXp3B2R.mjs.map +1 -0
- package/dist/chunks/NcTextField-5CbWAUlw.mjs +173 -0
- package/dist/chunks/NcTextField-5CbWAUlw.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs +4051 -0
- package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs.map +1 -0
- package/dist/chunks/NcUserBubble-B1nO-OgL.mjs +212 -0
- package/dist/chunks/NcUserBubble-B1nO-OgL.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon-DXxHWiO9.mjs +161 -0
- package/dist/chunks/NcUserStatusIcon-DXxHWiO9.mjs.map +1 -0
- package/dist/chunks/ScopeComponent-B2OE7k3z.mjs +35 -0
- package/dist/chunks/ScopeComponent-B2OE7k3z.mjs.map +1 -0
- package/dist/chunks/_l10n-ipRV_dfs.mjs +122 -0
- package/dist/chunks/_l10n-ipRV_dfs.mjs.map +1 -0
- package/dist/chunks/_plugin-vue_export-helper-1tPrXgE0.mjs +10 -0
- package/dist/chunks/_plugin-vue_export-helper-1tPrXgE0.mjs.map +1 -0
- package/dist/chunks/actionGlobal-BIN1Dngv.mjs +46 -0
- package/dist/chunks/actionGlobal-BIN1Dngv.mjs.map +1 -0
- package/dist/chunks/actionText-CBxkao_8.mjs +131 -0
- package/dist/chunks/actionText-CBxkao_8.mjs.map +1 -0
- package/dist/chunks/autolink-CuPhRJIL.mjs +129 -0
- package/dist/chunks/autolink-CuPhRJIL.mjs.map +1 -0
- package/dist/chunks/emoji-BjUFGMrw.mjs +85 -0
- package/dist/chunks/emoji-BjUFGMrw.mjs.map +1 -0
- package/dist/chunks/focusTrap-hWDNhn4t.mjs +28 -0
- package/dist/chunks/focusTrap-hWDNhn4t.mjs.map +1 -0
- package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs +32 -0
- package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs.map +1 -0
- package/dist/chunks/index-5AsHlmYO.mjs +208 -0
- package/dist/chunks/index-5AsHlmYO.mjs.map +1 -0
- package/dist/chunks/index-CtoB4eIp.mjs +116 -0
- package/dist/chunks/index-CtoB4eIp.mjs.map +1 -0
- package/dist/chunks/logger-C7ZZ6zFQ.mjs +25 -0
- package/dist/chunks/logger-C7ZZ6zFQ.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-Tr-vmVPW.mjs +1579 -0
- package/dist/chunks/referencePickerModal-Tr-vmVPW.mjs.map +1 -0
- package/dist/chunks/usernameToColor-BpeOvoed.mjs +47 -0
- package/dist/chunks/usernameToColor-BpeOvoed.mjs.map +1 -0
- package/dist/components/NcActionButton/NcActionButton.vue.d.ts +206 -0
- package/dist/components/NcActionButton/index.d.ts +1 -0
- package/dist/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +26 -0
- package/dist/components/NcActionButtonGroup/index.d.ts +1 -0
- package/dist/components/NcActionCaption/NcActionCaption.vue.d.ts +18 -0
- package/dist/components/NcActionCaption/index.d.ts +1 -0
- package/dist/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +99 -0
- package/dist/components/NcActionCheckbox/index.d.ts +1 -0
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +271 -0
- package/dist/components/NcActionInput/index.d.ts +1 -0
- package/dist/components/NcActionLink/NcActionLink.vue.d.ts +2 -0
- package/dist/components/NcActionLink/index.d.ts +1 -0
- package/dist/components/NcActionRadio/NcActionRadio.vue.d.ts +115 -0
- package/dist/components/NcActionRadio/index.d.ts +1 -0
- package/dist/components/NcActionRouter/NcActionRouter.vue.d.ts +68 -0
- package/dist/components/NcActionRouter/index.d.ts +1 -0
- package/dist/components/NcActionSeparator/NcActionSeparator.vue.d.ts +2 -0
- package/dist/components/NcActionSeparator/index.d.ts +1 -0
- package/dist/components/NcActionText/NcActionText.vue.d.ts +48 -0
- package/dist/components/NcActionText/index.d.ts +1 -0
- package/dist/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +113 -0
- package/dist/components/NcActionTextEditable/index.d.ts +1 -0
- package/dist/components/NcActions/NcActions.vue.d.ts +396 -0
- package/dist/components/NcActions/index.d.ts +1 -0
- package/dist/components/NcAppContent/NcAppContent.vue.d.ts +194 -0
- package/dist/components/NcAppContent/NcAppDetailsToggle.vue.d.ts +8 -0
- package/dist/components/NcAppContent/index.d.ts +1 -0
- package/dist/components/NcAppContentDetails/NcAppContentDetails.vue.d.ts +2 -0
- package/dist/components/NcAppContentDetails/index.d.ts +1 -0
- package/dist/components/NcAppContentList/NcAppContentList.vue.d.ts +23 -0
- package/dist/components/NcAppContentList/index.d.ts +1 -0
- package/dist/components/NcAppNavigation/NcAppNavigation.vue.d.ts +55 -0
- package/dist/components/NcAppNavigation/index.d.ts +1 -0
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +73 -0
- package/dist/components/NcAppNavigationCaption/index.d.ts +1 -0
- package/dist/components/NcAppNavigationIconBullet/NcAppNavigationIconBullet.vue.d.ts +20 -0
- package/dist/components/NcAppNavigationIconBullet/index.d.ts +1 -0
- package/dist/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue.d.ts +20 -0
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +413 -0
- package/dist/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +54 -0
- package/dist/components/NcAppNavigationItem/index.d.ts +1 -0
- package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +2 -0
- package/dist/components/NcAppNavigationList/index.d.ts +1 -0
- package/dist/components/NcAppNavigationNew/NcAppNavigationNew.vue.d.ts +48 -0
- package/dist/components/NcAppNavigationNew/index.d.ts +1 -0
- package/dist/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue.d.ts +92 -0
- package/dist/components/NcAppNavigationNewItem/index.d.ts +1 -0
- package/dist/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +37 -0
- package/dist/components/NcAppNavigationSettings/index.d.ts +1 -0
- package/dist/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue.d.ts +2 -0
- package/dist/components/NcAppNavigationSpacer/index.d.ts +1 -0
- package/dist/components/NcAppNavigationToggle/NcAppNavigationToggle.vue.d.ts +32 -0
- package/dist/components/NcAppNavigationToggle/index.d.ts +3 -0
- package/dist/components/NcAppSettingsDialog/index.d.ts +1 -0
- package/dist/components/NcAppSettingsSection/NcAppSettingsSection.vue.d.ts +24 -0
- package/dist/components/NcAppSettingsSection/index.d.ts +1 -0
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +346 -0
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +91 -0
- package/dist/components/NcAppSidebar/index.d.ts +1 -0
- package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +75 -0
- package/dist/components/NcAppSidebarTab/index.d.ts +1 -0
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +467 -0
- package/dist/components/NcAvatar/index.d.ts +1 -0
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +212 -0
- package/dist/components/NcBreadcrumb/index.d.ts +1 -0
- package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +144 -0
- package/dist/components/NcBreadcrumbs/index.d.ts +1 -0
- package/dist/components/NcButton/NcButton.vue.d.ts +238 -0
- package/dist/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue.d.ts +6 -0
- package/dist/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue.d.ts +2 -0
- package/dist/components/NcCheckboxRadioSwitch/index.d.ts +1 -0
- package/dist/components/NcColorPicker/NcColorPicker.vue.d.ts +2 -0
- package/dist/components/NcColorPicker/index.d.ts +1 -0
- package/dist/components/NcContent/NcContent.vue.d.ts +23 -0
- package/dist/components/NcContent/index.d.ts +1 -0
- package/dist/components/NcCounterBubble/NcCounterBubble.vue.d.ts +41 -0
- package/dist/components/NcCounterBubble/index.d.ts +1 -0
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +142 -0
- package/dist/components/NcDashboardWidget/index.d.ts +1 -0
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +170 -0
- package/dist/components/NcDashboardWidgetItem/index.d.ts +1 -0
- package/dist/components/NcDateTime/NcDateTime.vue.d.ts +2 -0
- package/dist/components/NcDateTime/index.d.ts +1 -0
- package/dist/components/NcDateTimePicker/index.d.ts +1 -0
- package/dist/components/NcDateTimePickerNative/index.d.ts +1 -0
- package/dist/components/NcDialog/NcDialog.vue.d.ts +2 -0
- package/dist/components/NcDialog/index.d.ts +1 -0
- package/dist/components/NcDialogButton/NcDialogButton.vue.d.ts +2 -0
- package/dist/components/NcDialogButton/index.d.ts +1 -0
- package/dist/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +48 -0
- package/dist/components/NcEllipsisedOption/index.d.ts +1 -0
- package/dist/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +184 -0
- package/dist/components/NcEmojiPicker/index.d.ts +1 -0
- package/dist/components/NcEmptyContent/NcEmptyContent.vue.d.ts +39 -0
- package/dist/components/NcEmptyContent/index.d.ts +1 -0
- package/dist/components/NcGuestContent/NcGuestContent.vue.d.ts +2 -0
- package/dist/components/NcGuestContent/index.d.ts +1 -0
- package/dist/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +147 -0
- package/dist/components/NcHeaderMenu/index.d.ts +1 -0
- package/dist/components/NcHighlight/NcHighlight.vue.d.ts +65 -0
- package/dist/components/NcHighlight/index.d.ts +1 -0
- package/dist/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +102 -0
- package/dist/components/NcIconSvgWrapper/index.d.ts +1 -0
- package/dist/components/NcInputField/NcInputField.vue.d.ts +278 -0
- package/dist/components/NcInputField/index.d.ts +1 -0
- package/dist/components/NcListItem/NcListItem.vue.d.ts +264 -0
- package/dist/components/NcListItem/index.d.ts +1 -0
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +207 -0
- package/dist/components/NcListItemIcon/index.d.ts +1 -0
- package/dist/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +58 -0
- package/dist/components/NcLoadingIcon/index.d.ts +1 -0
- package/dist/components/NcModal/NcModal.vue.d.ts +2 -0
- package/dist/components/NcModal/index.d.ts +2 -0
- package/dist/components/NcNoteCard/NcNoteCard.vue.d.ts +44 -0
- package/dist/components/NcNoteCard/index.d.ts +1 -0
- package/dist/components/NcPasswordField/index.d.ts +1 -0
- package/dist/components/NcPopover/NcPopover.vue.d.ts +2 -0
- package/dist/components/NcPopover/NcPopoverTriggerProvider.vue.d.ts +27 -0
- package/dist/components/NcPopover/index.d.ts +1 -0
- package/dist/components/NcProgressBar/NcProgressBar.vue.d.ts +2 -0
- package/dist/components/NcProgressBar/index.d.ts +1 -0
- package/dist/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +140 -0
- package/dist/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +34 -0
- package/dist/components/NcRelatedResourcesPanel/NcTeamResources.vue.d.ts +36 -0
- package/dist/components/NcRelatedResourcesPanel/index.d.ts +1 -0
- package/dist/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +90 -0
- package/dist/components/NcRichContenteditable/NcMentionBubble.vue.d.ts +2 -0
- package/dist/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +349 -0
- package/dist/components/NcRichContenteditable/index.d.ts +3 -0
- package/dist/components/NcRichText/NcReferenceList.vue.d.ts +81 -0
- package/dist/components/NcRichText/NcReferencePicker/NcCustomPickerElement.vue.d.ts +28 -0
- package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +16 -0
- package/dist/components/NcRichText/NcReferencePicker/NcRawLinkInput.vue.d.ts +34 -0
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +84 -0
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +72 -0
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +69 -0
- package/dist/components/NcRichText/NcReferencePicker/NcSearchResult.vue.d.ts +34 -0
- package/dist/components/NcRichText/NcReferencePicker/utils.d.ts +11 -0
- package/dist/components/NcRichText/NcReferenceWidget.vue.d.ts +72 -0
- package/dist/components/NcRichText/NcRichText.vue.d.ts +151 -0
- package/dist/components/NcRichText/autolink.d.ts +17 -0
- package/dist/components/NcRichText/helpers.d.ts +12 -0
- package/dist/components/NcRichText/index.d.ts +12 -0
- package/dist/components/NcRichText/placeholder.d.ts +5 -0
- package/dist/components/NcRichText/remarkDisableBlocks.d.ts +11 -0
- package/dist/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +73 -0
- package/dist/components/NcSavingIndicatorIcon/index.d.ts +1 -0
- package/dist/components/NcSelect/NcSelect.vue.d.ts +15 -0
- package/dist/components/NcSelect/index.d.ts +1 -0
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +23 -0
- package/dist/components/NcSelectTags/api.d.ts +7 -0
- package/dist/components/NcSelectTags/index.d.ts +1 -0
- package/dist/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +97 -0
- package/dist/components/NcSettingsInputText/index.d.ts +1 -0
- package/dist/components/NcSettingsSection/NcSettingsSection.vue.d.ts +36 -0
- package/dist/components/NcSettingsSection/index.d.ts +1 -0
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +144 -0
- package/dist/components/NcSettingsSelectGroup/index.d.ts +3 -0
- package/dist/components/NcTextArea/NcTextArea.vue.d.ts +205 -0
- package/dist/components/NcTextArea/index.d.ts +1 -0
- package/dist/components/NcTextField/NcTextField.vue.d.ts +20 -0
- package/dist/components/NcTextField/index.d.ts +1 -0
- package/dist/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +78 -0
- package/dist/components/NcTimezonePicker/index.d.ts +1 -0
- package/dist/components/NcTimezonePicker/timezone.d.ts +14 -0
- package/dist/components/NcTimezonePicker/timezoneDataProviderService.d.ts +7 -0
- package/dist/components/NcUserBubble/NcUserBubble.vue.d.ts +180 -0
- package/dist/components/NcUserBubble/NcUserBubbleDiv.vue.d.ts +2 -0
- package/dist/components/NcUserBubble/index.d.ts +1 -0
- package/dist/components/NcUserStatusIcon/NcUserStatusIcon.vue.d.ts +2 -0
- package/dist/components/NcUserStatusIcon/index.d.ts +1 -0
- package/dist/components/NcVNodes/NcVNodes.vue.d.ts +20 -0
- package/dist/components/NcVNodes/index.d.ts +1 -0
- package/dist/components/index.d.ts +92 -0
- package/dist/composables/index.d.ts +3 -0
- package/dist/composables/useFormatDateTime.d.ts +56 -0
- package/dist/composables/useIsFullscreen/index.d.ts +6 -0
- package/dist/composables/useIsMobile/index.d.ts +22 -0
- package/dist/directives/Focus/index.d.ts +4 -0
- package/dist/directives/Linkify/index.d.ts +2 -0
- package/dist/directives/Tooltip/index.d.ts +3 -0
- package/dist/functions/index.d.ts +4 -0
- package/dist/functions/reference/customPickerElements.d.ts +21 -0
- package/dist/functions/reference/index.d.ts +6 -0
- package/dist/functions/reference/providerHelper.d.ts +34 -0
- package/dist/functions/reference/referencePickerModal.d.ts +8 -0
- package/dist/functions/reference/widgets.d.ts +37 -0
- package/dist/functions/registerReference/index.d.ts +2 -0
- package/dist/functions/usernameToColor/index.d.ts +1 -0
- package/dist/functions/usernameToColor/usernameToColor.d.ts +8 -0
- package/dist/index.mjs +285 -261
- package/dist/index.mjs.map +1 -1
- package/dist/l10n.d.ts +2 -0
- package/dist/mixins/actionGlobal.d.ts +13 -0
- package/dist/mixins/actionText.d.ts +63 -0
- package/dist/mixins/clickOutsideOptions/index.d.ts +15 -0
- package/dist/mixins/index.d.ts +3 -0
- package/dist/mixins/richEditor/index.d.ts +43 -0
- package/dist/mixins/userStatus.d.ts +21 -0
- package/dist/plugin.d.ts +17 -0
- package/dist/utils/FindRanges.d.ts +30 -0
- package/dist/utils/GenColors.d.ts +28 -0
- package/dist/utils/GenRandomId.d.ts +23 -0
- package/dist/utils/GetChildren.d.ts +30 -0
- package/dist/utils/GetParent.d.ts +30 -0
- package/dist/utils/IsOutOfViewport.d.ts +8 -0
- package/dist/utils/Linkify.d.ts +8 -0
- package/dist/utils/ScopeComponent.d.ts +23 -0
- package/dist/utils/Timer.d.ts +59 -0
- package/dist/utils/focusTrap.d.ts +1 -0
- package/dist/utils/getAvatarUrl.d.ts +22 -0
- package/dist/utils/isSlotPopulated.d.ts +9 -0
- package/dist/utils/logger.d.ts +2 -0
- package/dist/vendor.LICENSE.txt +4 -0
- package/package.json +65 -66
- package/dist/Components/NcActionButton.cjs +0 -3
- package/dist/Components/NcActionButton.cjs.map +0 -1
- package/dist/Components/NcActionButtonGroup.cjs +0 -3
- package/dist/Components/NcActionButtonGroup.cjs.map +0 -1
- package/dist/Components/NcActionCaption.cjs +0 -3
- package/dist/Components/NcActionCaption.cjs.map +0 -1
- package/dist/Components/NcActionCheckbox.cjs +0 -3
- package/dist/Components/NcActionCheckbox.cjs.map +0 -1
- package/dist/Components/NcActionInput.cjs +0 -3
- package/dist/Components/NcActionInput.cjs.map +0 -1
- package/dist/Components/NcActionLink.cjs +0 -3
- package/dist/Components/NcActionLink.cjs.map +0 -1
- package/dist/Components/NcActionRadio.cjs +0 -3
- package/dist/Components/NcActionRadio.cjs.map +0 -1
- package/dist/Components/NcActionRouter.cjs +0 -3
- package/dist/Components/NcActionRouter.cjs.map +0 -1
- package/dist/Components/NcActionSeparator.cjs +0 -3
- package/dist/Components/NcActionSeparator.cjs.map +0 -1
- package/dist/Components/NcActionText.cjs +0 -3
- package/dist/Components/NcActionText.cjs.map +0 -1
- package/dist/Components/NcActionTextEditable.cjs +0 -3
- package/dist/Components/NcActionTextEditable.cjs.map +0 -1
- package/dist/Components/NcActions.cjs +0 -3
- package/dist/Components/NcActions.cjs.map +0 -1
- package/dist/Components/NcAppContent.cjs +0 -3
- package/dist/Components/NcAppContent.cjs.map +0 -1
- package/dist/Components/NcAppContentDetails.cjs +0 -3
- package/dist/Components/NcAppContentDetails.cjs.map +0 -1
- package/dist/Components/NcAppContentList.cjs +0 -3
- package/dist/Components/NcAppContentList.cjs.map +0 -1
- package/dist/Components/NcAppNavigation.cjs +0 -3
- package/dist/Components/NcAppNavigation.cjs.map +0 -1
- package/dist/Components/NcAppNavigationCaption.cjs +0 -3
- package/dist/Components/NcAppNavigationCaption.cjs.map +0 -1
- package/dist/Components/NcAppNavigationIconBullet.cjs +0 -3
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +0 -1
- package/dist/Components/NcAppNavigationItem.cjs +0 -3
- package/dist/Components/NcAppNavigationItem.cjs.map +0 -1
- package/dist/Components/NcAppNavigationNew.cjs +0 -3
- package/dist/Components/NcAppNavigationNew.cjs.map +0 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +0 -3
- package/dist/Components/NcAppNavigationNewItem.cjs.map +0 -1
- package/dist/Components/NcAppNavigationSettings.cjs +0 -3
- package/dist/Components/NcAppNavigationSettings.cjs.map +0 -1
- package/dist/Components/NcAppNavigationSpacer.cjs +0 -3
- package/dist/Components/NcAppNavigationSpacer.cjs.map +0 -1
- package/dist/Components/NcAppNavigationToggle.cjs +0 -25
- package/dist/Components/NcAppNavigationToggle.cjs.map +0 -1
- package/dist/Components/NcAppSettingsDialog.cjs +0 -3
- package/dist/Components/NcAppSettingsDialog.cjs.map +0 -1
- package/dist/Components/NcAppSettingsSection.cjs +0 -3
- package/dist/Components/NcAppSettingsSection.cjs.map +0 -1
- package/dist/Components/NcAppSidebar.cjs +0 -3
- package/dist/Components/NcAppSidebar.cjs.map +0 -1
- package/dist/Components/NcAppSidebarTab.cjs +0 -3
- package/dist/Components/NcAppSidebarTab.cjs.map +0 -1
- package/dist/Components/NcAvatar.cjs +0 -3
- package/dist/Components/NcAvatar.cjs.map +0 -1
- package/dist/Components/NcBreadcrumb.cjs +0 -3
- package/dist/Components/NcBreadcrumb.cjs.map +0 -1
- package/dist/Components/NcBreadcrumbs.cjs +0 -3
- package/dist/Components/NcBreadcrumbs.cjs.map +0 -1
- package/dist/Components/NcButton.cjs +0 -3
- package/dist/Components/NcButton.cjs.map +0 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +0 -3
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +0 -1
- package/dist/Components/NcColorPicker.cjs +0 -3
- package/dist/Components/NcColorPicker.cjs.map +0 -1
- package/dist/Components/NcContent.cjs +0 -3
- package/dist/Components/NcContent.cjs.map +0 -1
- package/dist/Components/NcCounterBubble.cjs +0 -3
- package/dist/Components/NcCounterBubble.cjs.map +0 -1
- package/dist/Components/NcDashboardWidget.cjs +0 -3
- package/dist/Components/NcDashboardWidget.cjs.map +0 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +0 -3
- package/dist/Components/NcDashboardWidgetItem.cjs.map +0 -1
- package/dist/Components/NcDateTime.cjs +0 -3
- package/dist/Components/NcDateTime.cjs.map +0 -1
- package/dist/Components/NcDateTimePicker.cjs +0 -3
- package/dist/Components/NcDateTimePicker.cjs.map +0 -1
- package/dist/Components/NcDateTimePickerNative.cjs +0 -3
- package/dist/Components/NcDateTimePickerNative.cjs.map +0 -1
- package/dist/Components/NcDialog.cjs +0 -3
- package/dist/Components/NcDialog.cjs.map +0 -1
- package/dist/Components/NcDialogButton.cjs +0 -3
- package/dist/Components/NcDialogButton.cjs.map +0 -1
- package/dist/Components/NcEllipsisedOption.cjs +0 -3
- package/dist/Components/NcEllipsisedOption.cjs.map +0 -1
- package/dist/Components/NcEmojiPicker.cjs +0 -3
- package/dist/Components/NcEmojiPicker.cjs.map +0 -1
- package/dist/Components/NcEmptyContent.cjs +0 -3
- package/dist/Components/NcEmptyContent.cjs.map +0 -1
- package/dist/Components/NcGuestContent.cjs +0 -3
- package/dist/Components/NcGuestContent.cjs.map +0 -1
- package/dist/Components/NcHeaderMenu.cjs +0 -3
- package/dist/Components/NcHeaderMenu.cjs.map +0 -1
- package/dist/Components/NcHighlight.cjs +0 -3
- package/dist/Components/NcHighlight.cjs.map +0 -1
- package/dist/Components/NcIconSvgWrapper.cjs +0 -3
- package/dist/Components/NcIconSvgWrapper.cjs.map +0 -1
- package/dist/Components/NcInputField.cjs +0 -3
- package/dist/Components/NcInputField.cjs.map +0 -1
- package/dist/Components/NcListItem.cjs +0 -3
- package/dist/Components/NcListItem.cjs.map +0 -1
- package/dist/Components/NcListItemIcon.cjs +0 -3
- package/dist/Components/NcListItemIcon.cjs.map +0 -1
- package/dist/Components/NcLoadingIcon.cjs +0 -3
- package/dist/Components/NcLoadingIcon.cjs.map +0 -1
- package/dist/Components/NcModal.cjs +0 -689
- package/dist/Components/NcModal.cjs.map +0 -1
- package/dist/Components/NcNoteCard.cjs +0 -3
- package/dist/Components/NcNoteCard.cjs.map +0 -1
- package/dist/Components/NcPasswordField.cjs +0 -3
- package/dist/Components/NcPasswordField.cjs.map +0 -1
- package/dist/Components/NcPopover.cjs +0 -3
- package/dist/Components/NcPopover.cjs.map +0 -1
- package/dist/Components/NcProgressBar.cjs +0 -3
- package/dist/Components/NcProgressBar.cjs.map +0 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +0 -3
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +0 -1
- package/dist/Components/NcRichContenteditable.cjs +0 -6
- package/dist/Components/NcRichContenteditable.cjs.map +0 -1
- package/dist/Components/NcRichText.cjs +0 -44
- package/dist/Components/NcRichText.cjs.map +0 -1
- package/dist/Components/NcSavingIndicatorIcon.cjs +0 -3
- package/dist/Components/NcSavingIndicatorIcon.cjs.map +0 -1
- package/dist/Components/NcSelect.cjs +0 -3
- package/dist/Components/NcSelect.cjs.map +0 -1
- package/dist/Components/NcSelectTags.cjs +0 -3
- package/dist/Components/NcSelectTags.cjs.map +0 -1
- package/dist/Components/NcSettingsInputText.cjs +0 -3
- package/dist/Components/NcSettingsInputText.cjs.map +0 -1
- package/dist/Components/NcSettingsSection.cjs +0 -3
- package/dist/Components/NcSettingsSection.cjs.map +0 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +0 -26
- package/dist/Components/NcSettingsSelectGroup.cjs.map +0 -1
- package/dist/Components/NcTextArea.cjs +0 -3
- package/dist/Components/NcTextArea.cjs.map +0 -1
- package/dist/Components/NcTextField.cjs +0 -3
- package/dist/Components/NcTextField.cjs.map +0 -1
- package/dist/Components/NcTimezonePicker.cjs +0 -3
- package/dist/Components/NcTimezonePicker.cjs.map +0 -1
- package/dist/Components/NcUserBubble.cjs +0 -3
- package/dist/Components/NcUserBubble.cjs.map +0 -1
- package/dist/Components/NcUserStatusIcon.cjs +0 -3
- package/dist/Components/NcUserStatusIcon.cjs.map +0 -1
- package/dist/Components/NcVNodes.cjs +0 -23
- package/dist/Components/NcVNodes.cjs.map +0 -1
- package/dist/Composables/useIsFullscreen.cjs +0 -32
- package/dist/Composables/useIsFullscreen.cjs.map +0 -1
- package/dist/Composables/useIsMobile.cjs +0 -40
- package/dist/Composables/useIsMobile.cjs.map +0 -1
- package/dist/Directives/Focus.cjs +0 -30
- package/dist/Directives/Focus.cjs.map +0 -1
- package/dist/Directives/Linkify.cjs +0 -8
- package/dist/Directives/Linkify.cjs.map +0 -1
- package/dist/Directives/Tooltip.cjs +0 -37
- package/dist/Directives/Tooltip.cjs.map +0 -1
- package/dist/Functions/a11y.cjs +0 -25
- package/dist/Functions/a11y.cjs.map +0 -1
- package/dist/Functions/emoji.cjs +0 -8
- package/dist/Functions/emoji.cjs.map +0 -1
- package/dist/Functions/usernameToColor.cjs +0 -3
- package/dist/Functions/usernameToColor.cjs.map +0 -1
- package/dist/Mixins/clickOutsideOptions.cjs +0 -40
- package/dist/Mixins/clickOutsideOptions.cjs.map +0 -1
- package/dist/Mixins/richEditor.cjs +0 -10
- package/dist/Mixins/richEditor.cjs.map +0 -1
- package/dist/assets/NcActionButton-De4wlKZH.css +0 -134
- package/dist/assets/NcActionButtonGroup-oXobVIqQ.css +0 -60
- package/dist/assets/NcActionCaption-afJqyJO6.css +0 -44
- package/dist/assets/NcActionCheckbox-T379T-FC.css +0 -106
- package/dist/assets/NcActionInput-MGVmREKR.css +0 -243
- package/dist/assets/NcActionLink-zdzQgwtH.css +0 -121
- package/dist/assets/NcActionRadio-UC-7SDBI.css +0 -106
- package/dist/assets/NcActionRouter-g0zV3dVT.css +0 -133
- package/dist/assets/NcActionSeparator-l98xWbiL.css +0 -35
- package/dist/assets/NcActionText-GJYwsw_U.css +0 -137
- package/dist/assets/NcActionTextEditable-DE_5Sc0w.css +0 -259
- package/dist/assets/NcActions-PR-7NI_x.css +0 -84
- package/dist/assets/NcAppContent-kIkHd4VN.css +0 -116
- package/dist/assets/NcAppNavigation-9xEM_GAn.css +0 -92
- package/dist/assets/NcAppNavigationCaption-0s4Wxc88.css +0 -52
- package/dist/assets/NcAppNavigationIconBullet-Nf3ARMLv.css +0 -41
- package/dist/assets/NcAppNavigationItem-_MHs9DEv.css +0 -213
- package/dist/assets/NcAppNavigationNew-PtSC3Wy5.css +0 -36
- package/dist/assets/NcAppNavigationNewItem-ue-H4LQY.css +0 -206
- package/dist/assets/NcAppNavigationSettings-Q_od5CcP.css +0 -88
- package/dist/assets/NcAppNavigationSpacer-MfL8GeCN.css +0 -5
- package/dist/assets/NcAppNavigationToggle-VrntFGdJ.css +0 -38
- package/dist/assets/NcAppSettingsDialog-HOydlmNi.css +0 -86
- package/dist/assets/NcAppSettingsSection-Gh575p0x.css +0 -41
- package/dist/assets/NcAppSidebar-UFABwmpX.css +0 -318
- package/dist/assets/NcAppSidebarTab-goNfHK4d.css +0 -45
- package/dist/assets/NcAvatar-DCUiVghV.css +0 -144
- package/dist/assets/NcBreadcrumb-ZsIS1jDx.css +0 -80
- package/dist/assets/NcBreadcrumbs-VKFJ9HrE.css +0 -49
- package/dist/assets/NcButton-rKJYdkZn.css +0 -204
- package/dist/assets/NcCheckboxRadioSwitch-dNV4KgTO.css +0 -201
- package/dist/assets/NcColorPicker-FiFz1rof.css +0 -131
- package/dist/assets/NcContent-3Fl9j87E.css +0 -82
- package/dist/assets/NcCounterBubble-rgkmqN46.css +0 -64
- package/dist/assets/NcDashboardWidget-7x3QrWFu.css +0 -83
- package/dist/assets/NcDashboardWidgetItem-S7fELANA.css +0 -82
- package/dist/assets/NcDateTimePicker-CC5ocPIo.css +0 -907
- package/dist/assets/NcDateTimePickerNative-BeREqSH_.css +0 -58
- package/dist/assets/NcDialog-IM0YIgKq.css +0 -126
- package/dist/assets/NcEllipsisedOption-eoI10kvc.css +0 -47
- package/dist/assets/NcEmojiPicker-nDpi1GKA.css +0 -552
- package/dist/assets/NcEmptyContent-b8eqBVE_.css +0 -75
- package/dist/assets/NcGuestContent-FRQFLxlW.css +0 -51
- package/dist/assets/NcHeaderMenu-kKraSlS3.css +0 -92
- package/dist/assets/NcIconSvgWrapper-0OJxiD3Q.css +0 -44
- package/dist/assets/NcInputConfirmCancel-_GF_RjYc.css +0 -51
- package/dist/assets/NcInputField-qx4Me7uJ.css +0 -194
- package/dist/assets/NcListItem-RylkggkP.css +0 -165
- package/dist/assets/NcListItemIcon-mlEQ7oK0.css +0 -80
- package/dist/assets/NcLoadingIcon-hZn7TJM8.css +0 -32
- package/dist/assets/NcMentionBubble-2OXF_uEJ.css +0 -81
- package/dist/assets/NcModal-lgvjJTYz.css +0 -298
- package/dist/assets/NcNoteCard-f0NZpwjL.css +0 -60
- package/dist/assets/NcPopover-MK4GcuPY.css +0 -107
- package/dist/assets/NcProgressBar-w4-G5gQR.css +0 -67
- package/dist/assets/NcRelatedResourcesPanel-i1-7CClp.css +0 -76
- package/dist/assets/NcRichContenteditable--bkjerM1.css +0 -268
- package/dist/assets/NcSelect-GsLmwj9w.css +0 -172
- package/dist/assets/NcSettingsInputText-JpZtS9DS.css +0 -46
- package/dist/assets/NcSettingsSection-PEWm0eeL.css +0 -68
- package/dist/assets/NcSettingsSelectGroup-51HMKLZQ.css +0 -34
- package/dist/assets/NcTextArea-Eqv_-5FR.css +0 -139
- package/dist/assets/NcUserBubble-t1uOyYCF.css +0 -59
- package/dist/assets/NcUserStatusIcon-AXLspcOQ.css +0 -41
- package/dist/assets/Tooltip-wOLIuz0Q.css +0 -93
- package/dist/assets/referencePickerModal-k5G-IS2z.css +0 -509
- package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs +0 -44
- package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs.map +0 -1
- package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs +0 -41
- package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs.map +0 -1
- package/dist/chunks/ArrowLeft-arUkZZ3U.cjs +0 -41
- package/dist/chunks/ArrowLeft-arUkZZ3U.cjs.map +0 -1
- package/dist/chunks/ArrowLeft-uvAzhtxD.mjs +0 -44
- package/dist/chunks/ArrowLeft-uvAzhtxD.mjs.map +0 -1
- package/dist/chunks/ArrowRight-6gYTXvBH.mjs +0 -44
- package/dist/chunks/ArrowRight-6gYTXvBH.mjs.map +0 -1
- package/dist/chunks/ArrowRight-UxW1qyeX.cjs +0 -41
- package/dist/chunks/ArrowRight-UxW1qyeX.cjs.map +0 -1
- package/dist/chunks/Check-fwcsc82n.cjs +0 -41
- package/dist/chunks/Check-fwcsc82n.cjs.map +0 -1
- package/dist/chunks/Check-tQl0Vp18.mjs +0 -44
- package/dist/chunks/Check-tQl0Vp18.mjs.map +0 -1
- package/dist/chunks/ChevronDown-8tkFE94e.cjs +0 -41
- package/dist/chunks/ChevronDown-8tkFE94e.cjs.map +0 -1
- package/dist/chunks/ChevronDown-BxTx7hZm.mjs +0 -44
- package/dist/chunks/ChevronDown-BxTx7hZm.mjs.map +0 -1
- package/dist/chunks/ChevronRight-7GGKl2bX.cjs +0 -41
- package/dist/chunks/ChevronRight-7GGKl2bX.cjs.map +0 -1
- package/dist/chunks/ChevronRight-gF2cX9Cu.mjs +0 -44
- package/dist/chunks/ChevronRight-gF2cX9Cu.mjs.map +0 -1
- package/dist/chunks/Close-e2vDvDm2.cjs +0 -41
- package/dist/chunks/Close-e2vDvDm2.cjs.map +0 -1
- package/dist/chunks/Close-hKJ11hky.mjs +0 -44
- package/dist/chunks/Close-hKJ11hky.mjs.map +0 -1
- package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs +0 -44
- package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs.map +0 -1
- package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs +0 -41
- package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs.map +0 -1
- package/dist/chunks/GenColors-L7jWucCS.mjs +0 -142
- package/dist/chunks/GenColors-L7jWucCS.mjs.map +0 -1
- package/dist/chunks/GenColors-vx_p2Tvw.cjs +0 -141
- package/dist/chunks/GenColors-vx_p2Tvw.cjs.map +0 -1
- package/dist/chunks/GenRandomId-ULxaMkkr.cjs +0 -24
- package/dist/chunks/GenRandomId-ULxaMkkr.cjs.map +0 -1
- package/dist/chunks/GenRandomId-VodkdWbp.mjs +0 -25
- package/dist/chunks/GenRandomId-VodkdWbp.mjs.map +0 -1
- package/dist/chunks/Linkify-V7PfCeZ8.mjs +0 -33
- package/dist/chunks/Linkify-V7PfCeZ8.mjs.map +0 -1
- package/dist/chunks/Linkify-f3s3nAe_.cjs +0 -32
- package/dist/chunks/Linkify-f3s3nAe_.cjs.map +0 -1
- package/dist/chunks/NcActionButton-VnbqrtOY.mjs +0 -180
- package/dist/chunks/NcActionButton-VnbqrtOY.mjs.map +0 -1
- package/dist/chunks/NcActionButton-sJpgOVU9.cjs +0 -173
- package/dist/chunks/NcActionButton-sJpgOVU9.cjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs +0 -50
- package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs +0 -55
- package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs.map +0 -1
- package/dist/chunks/NcActionCaption-SIz5c1sE.cjs +0 -27
- package/dist/chunks/NcActionCaption-SIz5c1sE.cjs.map +0 -1
- package/dist/chunks/NcActionCaption-vguA2tEL.mjs +0 -31
- package/dist/chunks/NcActionCaption-vguA2tEL.mjs.map +0 -1
- package/dist/chunks/NcActionCheckbox-5-bIAzkC.mjs +0 -113
- package/dist/chunks/NcActionCheckbox-5-bIAzkC.mjs.map +0 -1
- package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs +0 -107
- package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs.map +0 -1
- package/dist/chunks/NcActionInput-of1oXP_n.cjs +0 -335
- package/dist/chunks/NcActionInput-of1oXP_n.cjs.map +0 -1
- package/dist/chunks/NcActionInput-zg13uJ6x.mjs +0 -346
- package/dist/chunks/NcActionInput-zg13uJ6x.mjs.map +0 -1
- package/dist/chunks/NcActionLink-eBaRU5qY.cjs +0 -106
- package/dist/chunks/NcActionLink-eBaRU5qY.cjs.map +0 -1
- package/dist/chunks/NcActionLink-pscYsQ_3.mjs +0 -111
- package/dist/chunks/NcActionLink-pscYsQ_3.mjs.map +0 -1
- package/dist/chunks/NcActionRadio-1QLxEcfl.mjs +0 -121
- package/dist/chunks/NcActionRadio-1QLxEcfl.mjs.map +0 -1
- package/dist/chunks/NcActionRadio-3UkRsS6r.cjs +0 -115
- package/dist/chunks/NcActionRadio-3UkRsS6r.cjs.map +0 -1
- package/dist/chunks/NcActionRouter-BsOXVKlY.mjs +0 -75
- package/dist/chunks/NcActionRouter-BsOXVKlY.mjs.map +0 -1
- package/dist/chunks/NcActionRouter-c6pYto3T.cjs +0 -70
- package/dist/chunks/NcActionRouter-c6pYto3T.cjs.map +0 -1
- package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs +0 -16
- package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs.map +0 -1
- package/dist/chunks/NcActionSeparator-craHv8oO.cjs +0 -12
- package/dist/chunks/NcActionSeparator-craHv8oO.cjs.map +0 -1
- package/dist/chunks/NcActionText-9Ti6bh1b.mjs +0 -57
- package/dist/chunks/NcActionText-9Ti6bh1b.mjs.map +0 -1
- package/dist/chunks/NcActionText-Sw_tMRaW.cjs +0 -52
- package/dist/chunks/NcActionText-Sw_tMRaW.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs +0 -114
- package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs +0 -121
- package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs.map +0 -1
- package/dist/chunks/NcActions-76CtOBCq.mjs +0 -497
- package/dist/chunks/NcActions-76CtOBCq.mjs.map +0 -1
- package/dist/chunks/NcActions-YpbmJ7hS.cjs +0 -488
- package/dist/chunks/NcActions-YpbmJ7hS.cjs.map +0 -1
- package/dist/chunks/NcAppContent-Tw5gNorr.mjs +0 -275
- package/dist/chunks/NcAppContent-Tw5gNorr.mjs.map +0 -1
- package/dist/chunks/NcAppContent-mHc-Ms2b.cjs +0 -264
- package/dist/chunks/NcAppContent-mHc-Ms2b.cjs.map +0 -1
- package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs +0 -11
- package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs.map +0 -1
- package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs +0 -14
- package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs.map +0 -1
- package/dist/chunks/NcAppContentList-_kO9F-p0.mjs +0 -26
- package/dist/chunks/NcAppContentList-_kO9F-p0.mjs.map +0 -1
- package/dist/chunks/NcAppContentList-blRtleBI.cjs +0 -23
- package/dist/chunks/NcAppContentList-blRtleBI.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-sY7HaHMv.mjs +0 -134
- package/dist/chunks/NcAppNavigation-sY7HaHMv.mjs.map +0 -1
- package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs +0 -125
- package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs +0 -42
- package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.mjs +0 -47
- package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs +0 -36
- package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs +0 -40
- package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-JLYTEgEH.mjs +0 -608
- package/dist/chunks/NcAppNavigationItem-JLYTEgEH.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs +0 -595
- package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs +0 -56
- package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs +0 -51
- package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs +0 -106
- package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs +0 -112
- package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs +0 -128
- package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs +0 -131
- package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs +0 -9
- package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs +0 -13
- package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-SEvIEY16.mjs +0 -145
- package/dist/chunks/NcAppNavigationToggle-SEvIEY16.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs +0 -140
- package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs +0 -211
- package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs +0 -219
- package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs +0 -54
- package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs.map +0 -1
- package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs +0 -58
- package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs +0 -712
- package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs.map +0 -1
- package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs +0 -731
- package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs.map +0 -1
- package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs +0 -84
- package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs.map +0 -1
- package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs +0 -88
- package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs.map +0 -1
- package/dist/chunks/NcAvatar-JsMCceHU.mjs +0 -542
- package/dist/chunks/NcAvatar-JsMCceHU.mjs.map +0 -1
- package/dist/chunks/NcAvatar-uPVG9WWg.cjs +0 -526
- package/dist/chunks/NcAvatar-uPVG9WWg.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs +0 -208
- package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs +0 -216
- package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs +0 -369
- package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs +0 -381
- package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs.map +0 -1
- package/dist/chunks/NcButton-7UKtzkX5.cjs +0 -252
- package/dist/chunks/NcButton-7UKtzkX5.cjs.map +0 -1
- package/dist/chunks/NcButton-YOXv3gFY.mjs +0 -255
- package/dist/chunks/NcButton-YOXv3gFY.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs +0 -696
- package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs +0 -701
- package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-DNy0FRJb.mjs +0 -254
- package/dist/chunks/NcColorPicker-DNy0FRJb.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-i9PgTYBd.cjs +0 -242
- package/dist/chunks/NcColorPicker-i9PgTYBd.cjs.map +0 -1
- package/dist/chunks/NcContent-HdbQCleH.mjs +0 -111
- package/dist/chunks/NcContent-HdbQCleH.mjs.map +0 -1
- package/dist/chunks/NcContent-MOEEa0z1.cjs +0 -103
- package/dist/chunks/NcContent-MOEEa0z1.cjs.map +0 -1
- package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs +0 -40
- package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs.map +0 -1
- package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs +0 -44
- package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-JGkvqDWC.mjs +0 -169
- package/dist/chunks/NcDashboardWidget-JGkvqDWC.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs +0 -161
- package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs +0 -177
- package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs +0 -184
- package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs.map +0 -1
- package/dist/chunks/NcDateTime-JYO8uPbb.mjs +0 -140
- package/dist/chunks/NcDateTime-JYO8uPbb.mjs.map +0 -1
- package/dist/chunks/NcDateTime-T52KrH65.cjs +0 -136
- package/dist/chunks/NcDateTime-T52KrH65.cjs.map +0 -1
- package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs +0 -328
- package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs.map +0 -1
- package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs +0 -338
- package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs.map +0 -1
- package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs +0 -181
- package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs.map +0 -1
- package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs +0 -176
- package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs.map +0 -1
- package/dist/chunks/NcDialog-BYXi2emF.cjs +0 -237
- package/dist/chunks/NcDialog-BYXi2emF.cjs.map +0 -1
- package/dist/chunks/NcDialog-rTTTdaH3.mjs +0 -245
- package/dist/chunks/NcDialog-rTTTdaH3.mjs.map +0 -1
- package/dist/chunks/NcDialogButton-37TPbyFs.cjs +0 -73
- package/dist/chunks/NcDialogButton-37TPbyFs.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-ax4NTfDU.mjs +0 -78
- package/dist/chunks/NcDialogButton-ax4NTfDU.mjs.map +0 -1
- package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs +0 -86
- package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs.map +0 -1
- package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs +0 -81
- package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-oWZ5anxp.mjs +0 -339
- package/dist/chunks/NcEmojiPicker-oWZ5anxp.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-tOE2N9VS.cjs +0 -326
- package/dist/chunks/NcEmojiPicker-tOE2N9VS.cjs.map +0 -1
- package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs +0 -62
- package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs.map +0 -1
- package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs +0 -58
- package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs.map +0 -1
- package/dist/chunks/NcGuestContent-8HpHaN1K.mjs +0 -21
- package/dist/chunks/NcGuestContent-8HpHaN1K.mjs.map +0 -1
- package/dist/chunks/NcGuestContent-vbt8h0nE.cjs +0 -17
- package/dist/chunks/NcGuestContent-vbt8h0nE.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-67JCzTGo.mjs +0 -225
- package/dist/chunks/NcHeaderMenu-67JCzTGo.mjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs +0 -218
- package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs.map +0 -1
- package/dist/chunks/NcHighlight-cBMxLCnf.cjs +0 -136
- package/dist/chunks/NcHighlight-cBMxLCnf.cjs.map +0 -1
- package/dist/chunks/NcHighlight-kWLldgWB.mjs +0 -137
- package/dist/chunks/NcHighlight-kWLldgWB.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-ACaaN_pS.mjs +0 -82
- package/dist/chunks/NcIconSvgWrapper-ACaaN_pS.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs +0 -77
- package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs +0 -105
- package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs +0 -112
- package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs.map +0 -1
- package/dist/chunks/NcInputField-6pRWha3h.mjs +0 -291
- package/dist/chunks/NcInputField-6pRWha3h.mjs.map +0 -1
- package/dist/chunks/NcInputField-6vveMrmf.cjs +0 -283
- package/dist/chunks/NcInputField-6vveMrmf.cjs.map +0 -1
- package/dist/chunks/NcListItem-3QDILDKr.cjs +0 -339
- package/dist/chunks/NcListItem-3QDILDKr.cjs.map +0 -1
- package/dist/chunks/NcListItem-vkgu6Biu.mjs +0 -346
- package/dist/chunks/NcListItem-vkgu6Biu.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-130Lt3dW.mjs +0 -193
- package/dist/chunks/NcListItemIcon-130Lt3dW.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs +0 -189
- package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs.map +0 -1
- package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs +0 -68
- package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs.map +0 -1
- package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs +0 -64
- package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs.map +0 -1
- package/dist/chunks/NcNoteCard-MnmgJvKD.mjs +0 -230
- package/dist/chunks/NcNoteCard-MnmgJvKD.mjs.map +0 -1
- package/dist/chunks/NcNoteCard-ujnbiyLI.cjs +0 -226
- package/dist/chunks/NcNoteCard-ujnbiyLI.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-8rboJv29.cjs +0 -255
- package/dist/chunks/NcPasswordField-8rboJv29.cjs.map +0 -1
- package/dist/chunks/NcPasswordField-RHelr3R-.mjs +0 -265
- package/dist/chunks/NcPasswordField-RHelr3R-.mjs.map +0 -1
- package/dist/chunks/NcPopover-J0pw-klF.cjs +0 -216
- package/dist/chunks/NcPopover-J0pw-klF.cjs.map +0 -1
- package/dist/chunks/NcPopover-XgOWyuQF.mjs +0 -223
- package/dist/chunks/NcPopover-XgOWyuQF.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-1EANJyYJ.mjs +0 -127
- package/dist/chunks/NcProgressBar-1EANJyYJ.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-zsehqkEw.cjs +0 -123
- package/dist/chunks/NcProgressBar-zsehqkEw.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs +0 -220
- package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs +0 -213
- package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs +0 -531
- package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs +0 -543
- package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs.map +0 -1
- package/dist/chunks/NcRichText-91v7gJEe.cjs +0 -331
- package/dist/chunks/NcRichText-91v7gJEe.cjs.map +0 -1
- package/dist/chunks/NcRichText-RTwlrmhz.mjs +0 -348
- package/dist/chunks/NcRichText-RTwlrmhz.mjs.map +0 -1
- package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs +0 -71
- package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs.map +0 -1
- package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs +0 -74
- package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs.map +0 -1
- package/dist/chunks/NcSelect-HmmLuUCp.mjs +0 -515
- package/dist/chunks/NcSelect-HmmLuUCp.mjs.map +0 -1
- package/dist/chunks/NcSelect-P2FpWJBr.cjs +0 -503
- package/dist/chunks/NcSelect-P2FpWJBr.cjs.map +0 -1
- package/dist/chunks/NcSelectTags-HX8YbYwd.cjs +0 -256
- package/dist/chunks/NcSelectTags-HX8YbYwd.cjs.map +0 -1
- package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs +0 -263
- package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs +0 -113
- package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs +0 -108
- package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs +0 -114
- package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs.map +0 -1
- package/dist/chunks/NcSettingsSection-bpmpu801.mjs +0 -118
- package/dist/chunks/NcSettingsSection-bpmpu801.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs +0 -208
- package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs +0 -199
- package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs.map +0 -1
- package/dist/chunks/NcTextArea-QIkvyzz7.cjs +0 -196
- package/dist/chunks/NcTextArea-QIkvyzz7.cjs.map +0 -1
- package/dist/chunks/NcTextArea-SeSiP6Dy.mjs +0 -203
- package/dist/chunks/NcTextArea-SeSiP6Dy.mjs.map +0 -1
- package/dist/chunks/NcTextField-qqwMB07_.mjs +0 -165
- package/dist/chunks/NcTextField-qqwMB07_.mjs.map +0 -1
- package/dist/chunks/NcTextField-zi19KqEm.cjs +0 -158
- package/dist/chunks/NcTextField-zi19KqEm.cjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs +0 -3790
- package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs +0 -3783
- package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs.map +0 -1
- package/dist/chunks/NcUserBubble-Jw-rOju8.mjs +0 -205
- package/dist/chunks/NcUserBubble-Jw-rOju8.mjs.map +0 -1
- package/dist/chunks/NcUserBubble-NZeBFOmo.cjs +0 -199
- package/dist/chunks/NcUserBubble-NZeBFOmo.cjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs +0 -146
- package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs +0 -154
- package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs +0 -26
- package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs.map +0 -1
- package/dist/chunks/ScopeComponent-mG7CSpxl.mjs +0 -27
- package/dist/chunks/ScopeComponent-mG7CSpxl.mjs.map +0 -1
- package/dist/chunks/_l10n-Fl7RzbcZ.cjs +0 -64
- package/dist/chunks/_l10n-Fl7RzbcZ.cjs.map +0 -1
- package/dist/chunks/_l10n-uuAvfQgY.mjs +0 -66
- package/dist/chunks/_l10n-uuAvfQgY.mjs.map +0 -1
- package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs +0 -9
- package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs.map +0 -1
- package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs +0 -8
- package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs.map +0 -1
- package/dist/chunks/actionGlobal-Cx6Fi9Pj.cjs +0 -46
- package/dist/chunks/actionGlobal-Cx6Fi9Pj.cjs.map +0 -1
- package/dist/chunks/actionGlobal-pi4JQ0yh.mjs +0 -47
- package/dist/chunks/actionGlobal-pi4JQ0yh.mjs.map +0 -1
- package/dist/chunks/actionText-H_SIpDkO.cjs +0 -126
- package/dist/chunks/actionText-H_SIpDkO.cjs.map +0 -1
- package/dist/chunks/actionText-yZ-YQ_fz.mjs +0 -127
- package/dist/chunks/actionText-yZ-YQ_fz.mjs.map +0 -1
- package/dist/chunks/emoji-NrWIXNZ4.cjs +0 -59
- package/dist/chunks/emoji-NrWIXNZ4.cjs.map +0 -1
- package/dist/chunks/emoji-mEkenm2t.mjs +0 -62
- package/dist/chunks/emoji-mEkenm2t.mjs.map +0 -1
- package/dist/chunks/focusTrap-Py2bQ9-r.mjs +0 -27
- package/dist/chunks/focusTrap-Py2bQ9-r.mjs.map +0 -1
- package/dist/chunks/focusTrap-n3H52LOw.cjs +0 -26
- package/dist/chunks/focusTrap-n3H52LOw.cjs.map +0 -1
- package/dist/chunks/index-6mzaBTml.cjs +0 -159
- package/dist/chunks/index-6mzaBTml.cjs.map +0 -1
- package/dist/chunks/index-clpvFjGU.mjs +0 -165
- package/dist/chunks/index-clpvFjGU.mjs.map +0 -1
- package/dist/chunks/logger-3m1eQsSo.mjs +0 -25
- package/dist/chunks/logger-3m1eQsSo.mjs.map +0 -1
- package/dist/chunks/logger-G6OKp5ly.cjs +0 -24
- package/dist/chunks/logger-G6OKp5ly.cjs.map +0 -1
- package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs +0 -1129
- package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-JVKOIVTG.cjs +0 -1111
- package/dist/chunks/referencePickerModal-JVKOIVTG.cjs.map +0 -1
- package/dist/chunks/usernameToColor-YCPAFxlc.mjs +0 -41
- package/dist/chunks/usernameToColor-YCPAFxlc.mjs.map +0 -1
- package/dist/chunks/usernameToColor-r5M5P032.cjs +0 -39
- package/dist/chunks/usernameToColor-r5M5P032.cjs.map +0 -1
- package/dist/cypress/component/NcButton.cy.d.ts +0 -1
- package/dist/cypress/component/NcSelect.cy.d.ts +0 -1
- package/dist/cypress/component/modal.cy.d.ts +0 -1
- package/dist/cypress/component/richtext.cy.d.ts +0 -1
- package/dist/cypress/support/commands.d.ts +0 -1
- package/dist/cypress/support/component.d.ts +0 -8
- package/dist/cypress/visual/AppNavigationItem.cy.d.ts +0 -1
- package/dist/cypress.config.d.ts +0 -3
- package/dist/index.cjs +0 -239
- package/dist/index.cjs.map +0 -1
- package/dist/src/components/NcActionButton/NcActionButton.vue.d.ts +0 -206
- package/dist/src/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +0 -26
- package/dist/src/components/NcActionCaption/NcActionCaption.vue.d.ts +0 -18
- package/dist/src/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +0 -99
- package/dist/src/components/NcActionInput/NcActionInput.vue.d.ts +0 -261
- package/dist/src/components/NcActionLink/NcActionLink.vue.d.ts +0 -2
- package/dist/src/components/NcActionRadio/NcActionRadio.vue.d.ts +0 -115
- package/dist/src/components/NcActionRouter/NcActionRouter.vue.d.ts +0 -68
- package/dist/src/components/NcActionSeparator/NcActionSeparator.vue.d.ts +0 -2
- package/dist/src/components/NcActionText/NcActionText.vue.d.ts +0 -48
- package/dist/src/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +0 -113
- package/dist/src/components/NcActions/NcActions.vue.d.ts +0 -343
- package/dist/src/components/NcAppContent/NcAppContent.vue.d.ts +0 -162
- package/dist/src/components/NcAppContent/NcAppDetailsToggle.vue.d.ts +0 -6
- package/dist/src/components/NcAppContentDetails/NcAppContentDetails.vue.d.ts +0 -2
- package/dist/src/components/NcAppContentList/NcAppContentList.vue.d.ts +0 -23
- package/dist/src/components/NcAppNavigation/NcAppNavigation.vue.d.ts +0 -55
- package/dist/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +0 -20
- package/dist/src/components/NcAppNavigationIconBullet/NcAppNavigationIconBullet.vue.d.ts +0 -20
- package/dist/src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue.d.ts +0 -20
- package/dist/src/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +0 -413
- package/dist/src/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +0 -54
- package/dist/src/components/NcAppNavigationNew/NcAppNavigationNew.vue.d.ts +0 -48
- package/dist/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue.d.ts +0 -92
- package/dist/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +0 -37
- package/dist/src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue.d.ts +0 -2
- package/dist/src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue.d.ts +0 -32
- package/dist/src/components/NcAppSettingsSection/NcAppSettingsSection.vue.d.ts +0 -24
- package/dist/src/components/NcAppSidebar/NcAppSidebar.vue.d.ts +0 -287
- package/dist/src/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +0 -91
- package/dist/src/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +0 -75
- package/dist/src/components/NcAvatar/NcAvatar.vue.d.ts +0 -348
- package/dist/src/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +0 -197
- package/dist/src/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +0 -144
- package/dist/src/components/NcButton/NcButton.vue.d.ts +0 -237
- package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue.d.ts +0 -6
- package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue.d.ts +0 -2
- package/dist/src/components/NcColorPicker/NcColorPicker.vue.d.ts +0 -2
- package/dist/src/components/NcContent/NcContent.vue.d.ts +0 -23
- package/dist/src/components/NcCounterBubble/NcCounterBubble.vue.d.ts +0 -41
- package/dist/src/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +0 -142
- package/dist/src/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +0 -170
- package/dist/src/components/NcDateTime/NcDateTime.vue.d.ts +0 -2
- package/dist/src/components/NcDialog/NcDialog.vue.d.ts +0 -2
- package/dist/src/components/NcDialogButton/NcDialogButton.vue.d.ts +0 -2
- package/dist/src/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +0 -48
- package/dist/src/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +0 -184
- package/dist/src/components/NcEmptyContent/NcEmptyContent.vue.d.ts +0 -39
- package/dist/src/components/NcGuestContent/NcGuestContent.vue.d.ts +0 -2
- package/dist/src/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +0 -147
- package/dist/src/components/NcHighlight/NcHighlight.vue.d.ts +0 -65
- package/dist/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +0 -83
- package/dist/src/components/NcInputField/NcInputField.vue.d.ts +0 -278
- package/dist/src/components/NcListItem/NcListItem.vue.d.ts +0 -259
- package/dist/src/components/NcListItemIcon/NcListItemIcon.vue.d.ts +0 -207
- package/dist/src/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +0 -58
- package/dist/src/components/NcModal/NcModal.vue.d.ts +0 -2
- package/dist/src/components/NcNoteCard/NcNoteCard.vue.d.ts +0 -44
- package/dist/src/components/NcPopover/NcPopover.vue.d.ts +0 -2
- package/dist/src/components/NcPopover/NcPopoverTriggerProvider.vue.d.ts +0 -25
- package/dist/src/components/NcProgressBar/NcProgressBar.vue.d.ts +0 -2
- package/dist/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +0 -140
- package/dist/src/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +0 -32
- package/dist/src/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +0 -69
- package/dist/src/components/NcRichContenteditable/NcMentionBubble.vue.d.ts +0 -2
- package/dist/src/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +0 -342
- package/dist/src/components/NcRichText/NcReferenceList.vue.d.ts +0 -72
- package/dist/src/components/NcRichText/NcReferencePicker/NcCustomPickerElement.vue.d.ts +0 -28
- package/dist/src/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +0 -16
- package/dist/src/components/NcRichText/NcReferencePicker/NcRawLinkInput.vue.d.ts +0 -34
- package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +0 -84
- package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +0 -72
- package/dist/src/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +0 -69
- package/dist/src/components/NcRichText/NcReferencePicker/NcSearchResult.vue.d.ts +0 -34
- package/dist/src/components/NcRichText/NcReferenceWidget.vue.d.ts +0 -29
- package/dist/src/components/NcRichText/NcRichText.vue.d.ts +0 -140
- package/dist/src/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +0 -73
- package/dist/src/components/NcSelect/NcSelect.vue.d.ts +0 -14
- package/dist/src/components/NcSelectTags/NcSelectTags.vue.d.ts +0 -23
- package/dist/src/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +0 -97
- package/dist/src/components/NcSettingsSection/NcSettingsSection.vue.d.ts +0 -57
- package/dist/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +0 -144
- package/dist/src/components/NcTextArea/NcTextArea.vue.d.ts +0 -205
- package/dist/src/components/NcTextField/NcTextField.vue.d.ts +0 -20
- package/dist/src/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +0 -78
- package/dist/src/components/NcUserBubble/NcUserBubble.vue.d.ts +0 -180
- package/dist/src/components/NcUserBubble/NcUserBubbleDiv.vue.d.ts +0 -2
- package/dist/src/components/NcUserStatusIcon/NcUserStatusIcon.vue.d.ts +0 -2
- package/dist/src/components/NcVNodes/NcVNodes.vue.d.ts +0 -20
- package/dist/src/components/index.d.ts +0 -91
- package/dist/src/plugin.d.ts +0 -16
- package/dist/src/utils/isSlotPopulated.d.ts +0 -29
- package/dist/tests/unit/components/NcActions/NcActionButton.spec.d.ts +0 -22
- package/dist/tests/unit/components/NcActions/NcActions.spec.d.ts +0 -23
- package/dist/tests/unit/components/NcAppSettingsDialog/NcAppSettingsDialog.spec.d.ts +0 -22
- package/dist/tests/unit/components/NcAvatar/NcAvatar.spec.d.ts +0 -22
- package/dist/tests/unit/components/NcInputField/NcInputField.spec.d.ts +0 -1
- package/dist/tests/unit/components/NcListItemIcon/list-item-icon.spec.d.ts +0 -22
- package/dist/tests/unit/components/NcRichContenteditable/NcRichContenteditable.spec.d.ts +0 -1
- package/dist/tests/unit/plugin.spec.d.ts +0 -22
- package/dist/tests/unit/testing-utils.d.ts +0 -6
- package/dist/tests/unit/utils/isSlotPopulated.spec.d.ts +0 -1
- package/dist/vite.config.d.ts +0 -3
- package/dist/vitest.config.d.ts +0 -3
- /package/dist/{src/components → components}/NcButton/index.d.ts +0 -0
- /package/dist/{src/components → components}/NcDateTimePicker/NcDateTimePicker.vue.d.ts +0 -0
- /package/dist/{src/components → components}/NcDateTimePickerNative/NcDateTimePickerNative.vue.d.ts +0 -0
- /package/dist/{src/directives → directives}/index.d.ts +0 -0
- /package/dist/{src/functions → functions}/a11y/index.d.ts +0 -0
- /package/dist/{src/functions → functions}/emoji/emoji.d.ts +0 -0
- /package/dist/{src/functions → functions}/emoji/index.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/utils → utils}/UserStatus.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_l10n-uuAvfQgY.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_plugin-vue_export-helper-hUChTQA_.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_plugin-vue_export-helper-xG2iG1wl.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
-
*
|
|
5
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
-
*
|
|
7
|
-
* @license AGPL-3.0-or-later
|
|
8
|
-
*
|
|
9
|
-
* This program is free software: you can redistribute it and/or modify
|
|
10
|
-
* it under the terms of the GNU Affero General Public License as
|
|
11
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
-
* License, or (at your option) any later version.
|
|
13
|
-
*
|
|
14
|
-
* This program is distributed in the hope that it will be useful,
|
|
15
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
* GNU Affero General Public License for more details.
|
|
18
|
-
*
|
|
19
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const n = {
|
|
24
|
-
beforeUpdate() {
|
|
25
|
-
this.text = this.getText();
|
|
26
|
-
},
|
|
27
|
-
data() {
|
|
28
|
-
return {
|
|
29
|
-
// $slots are not reactive.
|
|
30
|
-
// We need to update the content manually
|
|
31
|
-
text: this.getText()
|
|
32
|
-
};
|
|
33
|
-
},
|
|
34
|
-
computed: {
|
|
35
|
-
isLongText() {
|
|
36
|
-
return this.text && this.text.trim().length > 20;
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
methods: {
|
|
40
|
-
getText() {
|
|
41
|
-
var e, i, t, s;
|
|
42
|
-
return ((s = (t = (i = (e = this.$slots).default) == null ? void 0 : i.call(e)[0].children) == null ? void 0 : t.trim) == null ? void 0 : s.call(t)) || "";
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
exports.ActionGlobalMixin = n;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionGlobal-Cx6Fi9Pj.cjs","sources":["../../src/mixins/actionGlobal.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nexport default {\n\tbeforeUpdate() {\n\t\tthis.text = this.getText()\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t// $slots are not reactive.\n\t\t\t// We need to update the content manually\n\t\t\ttext: this.getText(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisLongText() {\n\t\t\treturn this.text && this.text.trim().length > 20\n\t\t},\n\t},\n\n\tmethods: {\n\t\tgetText() {\n\t\t\treturn this.$slots.default?.()[0].children?.trim?.() || ''\n\t\t},\n\t},\n}\n"],"names":["ActionGlobalMixin","_d","_c","_b","_a"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,MAAeA,IAAA;AAAA,EACd,eAAe;AACd,SAAK,OAAO,KAAK,QAAS;AAAA,EAC1B;AAAA,EAED,OAAO;AACN,WAAO;AAAA;AAAA;AAAA,MAGN,MAAM,KAAK,QAAS;AAAA,IACpB;AAAA,EACD;AAAA,EAED,UAAU;AAAA,IACT,aAAa;AACZ,aAAO,KAAK,QAAQ,KAAK,KAAK,KAAI,EAAG,SAAS;AAAA,IAC9C;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,UAAU;;AACT,eAAOC,KAAAC,KAAAC,KAAAC,IAAA,KAAK,QAAO,YAAZ,gBAAAD,EAAA,KAAAC,GAAwB,GAAG,aAA3B,gBAAAF,EAAqC,SAArC,gBAAAD,EAAA,KAAAC,OAAiD;AAAA,IACxD;AAAA,EACD;AACF;;"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
3
|
-
*
|
|
4
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
5
|
-
*
|
|
6
|
-
* @license AGPL-3.0-or-later
|
|
7
|
-
*
|
|
8
|
-
* This program is free software: you can redistribute it and/or modify
|
|
9
|
-
* it under the terms of the GNU Affero General Public License as
|
|
10
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
11
|
-
* License, or (at your option) any later version.
|
|
12
|
-
*
|
|
13
|
-
* This program is distributed in the hope that it will be useful,
|
|
14
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
* GNU Affero General Public License for more details.
|
|
17
|
-
*
|
|
18
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
19
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
const r = {
|
|
23
|
-
beforeUpdate() {
|
|
24
|
-
this.text = this.getText();
|
|
25
|
-
},
|
|
26
|
-
data() {
|
|
27
|
-
return {
|
|
28
|
-
// $slots are not reactive.
|
|
29
|
-
// We need to update the content manually
|
|
30
|
-
text: this.getText()
|
|
31
|
-
};
|
|
32
|
-
},
|
|
33
|
-
computed: {
|
|
34
|
-
isLongText() {
|
|
35
|
-
return this.text && this.text.trim().length > 20;
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
methods: {
|
|
39
|
-
getText() {
|
|
40
|
-
var e, i, t, s;
|
|
41
|
-
return ((s = (t = (i = (e = this.$slots).default) == null ? void 0 : i.call(e)[0].children) == null ? void 0 : t.trim) == null ? void 0 : s.call(t)) || "";
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
export {
|
|
46
|
-
r as A
|
|
47
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionGlobal-pi4JQ0yh.mjs","sources":["../../src/mixins/actionGlobal.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nexport default {\n\tbeforeUpdate() {\n\t\tthis.text = this.getText()\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t// $slots are not reactive.\n\t\t\t// We need to update the content manually\n\t\t\ttext: this.getText(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisLongText() {\n\t\t\treturn this.text && this.text.trim().length > 20\n\t\t},\n\t},\n\n\tmethods: {\n\t\tgetText() {\n\t\t\treturn this.$slots.default?.()[0].children?.trim?.() || ''\n\t\t},\n\t},\n}\n"],"names":["ActionGlobalMixin","_a","_b","_c","_d"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,MAAeA,IAAA;AAAA,EACd,eAAe;AACd,SAAK,OAAO,KAAK,QAAS;AAAA,EAC1B;AAAA,EAED,OAAO;AACN,WAAO;AAAA;AAAA;AAAA,MAGN,MAAM,KAAK,QAAS;AAAA,IACpB;AAAA,EACD;AAAA,EAED,UAAU;AAAA,IACT,aAAa;AACZ,aAAO,KAAK,QAAQ,KAAK,KAAK,KAAI,EAAG,SAAS;AAAA,IAC9C;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,UAAU;AAzCZ,UAAAC,GAAAC,GAAAC,GAAAC;AA0CG,eAAOA,KAAAD,KAAAD,KAAAD,IAAA,KAAK,QAAO,YAAZ,gBAAAC,EAAA,KAAAD,GAAwB,GAAG,aAA3B,gBAAAE,EAAqC,SAArC,gBAAAC,EAAA,KAAAD,OAAiD;AAAA,IACxD;AAAA,EACD;AACF;"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const n = require("./actionGlobal-Cx6Fi9Pj.cjs");
|
|
3
|
-
/**
|
|
4
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
5
|
-
*
|
|
6
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
7
|
-
*
|
|
8
|
-
* @license AGPL-3.0-or-later
|
|
9
|
-
*
|
|
10
|
-
* This program is free software: you can redistribute it and/or modify
|
|
11
|
-
* it under the terms of the GNU Affero General Public License as
|
|
12
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
13
|
-
* License, or (at your option) any later version.
|
|
14
|
-
*
|
|
15
|
-
* This program is distributed in the hope that it will be useful,
|
|
16
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
-
* GNU Affero General Public License for more details.
|
|
19
|
-
*
|
|
20
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
21
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
const o = function(i, t) {
|
|
25
|
-
let e = i.$parent;
|
|
26
|
-
for (; e; ) {
|
|
27
|
-
if (e.$options.name === t)
|
|
28
|
-
return e;
|
|
29
|
-
e = e.$parent;
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
34
|
-
*
|
|
35
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
36
|
-
*
|
|
37
|
-
* @license AGPL-3.0-or-later
|
|
38
|
-
*
|
|
39
|
-
* This program is free software: you can redistribute it and/or modify
|
|
40
|
-
* it under the terms of the GNU Affero General Public License as
|
|
41
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
42
|
-
* License, or (at your option) any later version.
|
|
43
|
-
*
|
|
44
|
-
* This program is distributed in the hope that it will be useful,
|
|
45
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
46
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
47
|
-
* GNU Affero General Public License for more details.
|
|
48
|
-
*
|
|
49
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
50
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
const l = {
|
|
54
|
-
mixins: [n.ActionGlobalMixin],
|
|
55
|
-
props: {
|
|
56
|
-
/**
|
|
57
|
-
* Icon to show with the action, can be either a CSS class or an URL
|
|
58
|
-
*/
|
|
59
|
-
icon: {
|
|
60
|
-
type: String,
|
|
61
|
-
default: ""
|
|
62
|
-
},
|
|
63
|
-
/**
|
|
64
|
-
* The main text content of the entry.
|
|
65
|
-
*/
|
|
66
|
-
name: {
|
|
67
|
-
type: String,
|
|
68
|
-
default: ""
|
|
69
|
-
},
|
|
70
|
-
/**
|
|
71
|
-
* The title attribute of the element.
|
|
72
|
-
*/
|
|
73
|
-
title: {
|
|
74
|
-
type: String,
|
|
75
|
-
default: ""
|
|
76
|
-
},
|
|
77
|
-
/**
|
|
78
|
-
* Whether we close the Actions menu after the click
|
|
79
|
-
*/
|
|
80
|
-
closeAfterClick: {
|
|
81
|
-
type: Boolean,
|
|
82
|
-
default: !1
|
|
83
|
-
},
|
|
84
|
-
/**
|
|
85
|
-
* Aria label for the button. Not needed if the button has text.
|
|
86
|
-
*/
|
|
87
|
-
ariaLabel: {
|
|
88
|
-
type: String,
|
|
89
|
-
default: null
|
|
90
|
-
},
|
|
91
|
-
/**
|
|
92
|
-
* @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.
|
|
93
|
-
* @todo Add a check in @nextcloud/vue 9 that this prop is not provided,
|
|
94
|
-
* otherwise root element will inherit incorrect aria-hidden.
|
|
95
|
-
*/
|
|
96
|
-
ariaHidden: {
|
|
97
|
-
type: Boolean,
|
|
98
|
-
default: null
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
emits: [
|
|
102
|
-
"click"
|
|
103
|
-
],
|
|
104
|
-
computed: {
|
|
105
|
-
/**
|
|
106
|
-
* Check if icon prop is an URL
|
|
107
|
-
* @return {boolean} Whether the icon prop is an URL
|
|
108
|
-
*/
|
|
109
|
-
isIconUrl() {
|
|
110
|
-
try {
|
|
111
|
-
return !!new URL(this.icon, this.icon.startsWith("/") ? window.location.origin : void 0);
|
|
112
|
-
} catch {
|
|
113
|
-
return !1;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
methods: {
|
|
118
|
-
onClick(i) {
|
|
119
|
-
if (this.$emit("click", i), this.closeAfterClick) {
|
|
120
|
-
const t = o(this, "NcActions");
|
|
121
|
-
t && t.closeMenu && t.closeMenu(!1);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
exports.ActionTextMixin = l;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionText-H_SIpDkO.cjs","sources":["../../src/utils/GetParent.js","../../src/mixins/actionText.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Get the first parent component matching the provided name\n *\n * @param {object} context the context to search from (usually this)\n * @param {string} name the parent name\n * @return {object|undefined} the parent component\n */\nconst GetParent = function(context, name) {\n\tlet parent = context.$parent\n\twhile (parent) {\n\t\tif (parent.$options.name === name) {\n\t\t\treturn parent\n\t\t}\n\t\tparent = parent.$parent\n\t}\n}\n\nexport default GetParent\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport actionGlobal from './actionGlobal.js'\nimport GetParent from '../utils/GetParent.js'\n\nexport default {\n\tmixins: [actionGlobal],\n\tprops: {\n\t\t/**\n\t\t * Icon to show with the action, can be either a CSS class or an URL\n\t\t */\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The main text content of the entry.\n\t\t */\n\t\tname: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The title attribute of the element.\n\t\t */\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Whether we close the Actions menu after the click\n\t\t */\n\t\tcloseAfterClick: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t/**\n\t\t * Aria label for the button. Not needed if the button has text.\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\t/**\n\t\t * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n\t\t * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n\t\t * otherwise root element will inherit incorrect aria-hidden.\n\t\t */\n\t\tariaHidden: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: null,\n\t\t},\n\t},\n\n\temits: [\n\t\t'click',\n\t],\n\n\tcomputed: {\n\t\t/**\n\t\t * Check if icon prop is an URL\n\t\t * @return {boolean} Whether the icon prop is an URL\n\t\t */\n\t\tisIconUrl() {\n\t\t\ttry {\n\t\t\t\treturn !!(new URL(this.icon, this.icon.startsWith('/') ? window.location.origin : undefined))\n\t\t\t} catch (error) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t},\n\t},\n\n\tmethods: {\n\t\tonClick(event) {\n\t\t\t/**\n\t\t\t * Emitted when the action is clicked\n\t\t\t *\n\t\t\t * @type {Event}\n\t\t\t */\n\t\t\tthis.$emit('click', event)\n\n\t\t\tif (this.closeAfterClick) {\n\t\t\t\tconst parent = GetParent(this, 'NcActions')\n\t\t\t\tif (parent && parent.closeMenu) {\n\t\t\t\t\tparent.closeMenu(false)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n"],"names":["GetParent","context","name","parent","ActionTextMixin","actionGlobal","event"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,IAAY,SAASC,GAASC,GAAM;AACzC,MAAIC,IAASF,EAAQ;AACrB,SAAOE,KAAQ;AACd,QAAIA,EAAO,SAAS,SAASD;AAC5B,aAAOC;AAER,IAAAA,IAASA,EAAO;AAAA,EAChB;AACF;ACrCA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeC,IAAA;AAAA,EACd,QAAQ,CAACC,EAAAA,iBAAY;AAAA,EACrB,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,OAAO;AAAA,MACN,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,WAAW;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,YAAY;AAAA,MACX,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EAED,OAAO;AAAA,IACN;AAAA,EACA;AAAA,EAED,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,YAAY;AACX,UAAI;AACH,eAAO,CAAC,CAAE,IAAI,IAAI,KAAK,MAAM,KAAK,KAAK,WAAW,GAAG,IAAI,OAAO,SAAS,SAAS,MAAS;AAAA,MAC3F,QAAe;AACf,eAAO;AAAA,MACP;AAAA,IACD;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,QAAQC,GAAO;AAQd,UAFA,KAAK,MAAM,SAASA,CAAK,GAErB,KAAK,iBAAiB;AACzB,cAAMH,IAASH,EAAU,MAAM,WAAW;AAC1C,QAAIG,KAAUA,EAAO,aACpBA,EAAO,UAAU,EAAK;AAAA,MAEvB;AAAA,IACD;AAAA,EACD;AACF;;"}
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { A as n } from "./actionGlobal-pi4JQ0yh.mjs";
|
|
2
|
-
/**
|
|
3
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
-
*
|
|
5
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
-
*
|
|
7
|
-
* @license AGPL-3.0-or-later
|
|
8
|
-
*
|
|
9
|
-
* This program is free software: you can redistribute it and/or modify
|
|
10
|
-
* it under the terms of the GNU Affero General Public License as
|
|
11
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
-
* License, or (at your option) any later version.
|
|
13
|
-
*
|
|
14
|
-
* This program is distributed in the hope that it will be useful,
|
|
15
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
* GNU Affero General Public License for more details.
|
|
18
|
-
*
|
|
19
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const o = function(i, t) {
|
|
24
|
-
let e = i.$parent;
|
|
25
|
-
for (; e; ) {
|
|
26
|
-
if (e.$options.name === t)
|
|
27
|
-
return e;
|
|
28
|
-
e = e.$parent;
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
33
|
-
*
|
|
34
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
35
|
-
*
|
|
36
|
-
* @license AGPL-3.0-or-later
|
|
37
|
-
*
|
|
38
|
-
* This program is free software: you can redistribute it and/or modify
|
|
39
|
-
* it under the terms of the GNU Affero General Public License as
|
|
40
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
41
|
-
* License, or (at your option) any later version.
|
|
42
|
-
*
|
|
43
|
-
* This program is distributed in the hope that it will be useful,
|
|
44
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
45
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
46
|
-
* GNU Affero General Public License for more details.
|
|
47
|
-
*
|
|
48
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
49
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
const r = {
|
|
53
|
-
mixins: [n],
|
|
54
|
-
props: {
|
|
55
|
-
/**
|
|
56
|
-
* Icon to show with the action, can be either a CSS class or an URL
|
|
57
|
-
*/
|
|
58
|
-
icon: {
|
|
59
|
-
type: String,
|
|
60
|
-
default: ""
|
|
61
|
-
},
|
|
62
|
-
/**
|
|
63
|
-
* The main text content of the entry.
|
|
64
|
-
*/
|
|
65
|
-
name: {
|
|
66
|
-
type: String,
|
|
67
|
-
default: ""
|
|
68
|
-
},
|
|
69
|
-
/**
|
|
70
|
-
* The title attribute of the element.
|
|
71
|
-
*/
|
|
72
|
-
title: {
|
|
73
|
-
type: String,
|
|
74
|
-
default: ""
|
|
75
|
-
},
|
|
76
|
-
/**
|
|
77
|
-
* Whether we close the Actions menu after the click
|
|
78
|
-
*/
|
|
79
|
-
closeAfterClick: {
|
|
80
|
-
type: Boolean,
|
|
81
|
-
default: !1
|
|
82
|
-
},
|
|
83
|
-
/**
|
|
84
|
-
* Aria label for the button. Not needed if the button has text.
|
|
85
|
-
*/
|
|
86
|
-
ariaLabel: {
|
|
87
|
-
type: String,
|
|
88
|
-
default: null
|
|
89
|
-
},
|
|
90
|
-
/**
|
|
91
|
-
* @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.
|
|
92
|
-
* @todo Add a check in @nextcloud/vue 9 that this prop is not provided,
|
|
93
|
-
* otherwise root element will inherit incorrect aria-hidden.
|
|
94
|
-
*/
|
|
95
|
-
ariaHidden: {
|
|
96
|
-
type: Boolean,
|
|
97
|
-
default: null
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
emits: [
|
|
101
|
-
"click"
|
|
102
|
-
],
|
|
103
|
-
computed: {
|
|
104
|
-
/**
|
|
105
|
-
* Check if icon prop is an URL
|
|
106
|
-
* @return {boolean} Whether the icon prop is an URL
|
|
107
|
-
*/
|
|
108
|
-
isIconUrl() {
|
|
109
|
-
try {
|
|
110
|
-
return !!new URL(this.icon, this.icon.startsWith("/") ? window.location.origin : void 0);
|
|
111
|
-
} catch {
|
|
112
|
-
return !1;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
methods: {
|
|
117
|
-
onClick(i) {
|
|
118
|
-
if (this.$emit("click", i), this.closeAfterClick) {
|
|
119
|
-
const t = o(this, "NcActions");
|
|
120
|
-
t && t.closeMenu && t.closeMenu(!1);
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
export {
|
|
126
|
-
r as A
|
|
127
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"actionText-yZ-YQ_fz.mjs","sources":["../../src/utils/GetParent.js","../../src/mixins/actionText.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Get the first parent component matching the provided name\n *\n * @param {object} context the context to search from (usually this)\n * @param {string} name the parent name\n * @return {object|undefined} the parent component\n */\nconst GetParent = function(context, name) {\n\tlet parent = context.$parent\n\twhile (parent) {\n\t\tif (parent.$options.name === name) {\n\t\t\treturn parent\n\t\t}\n\t\tparent = parent.$parent\n\t}\n}\n\nexport default GetParent\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport actionGlobal from './actionGlobal.js'\nimport GetParent from '../utils/GetParent.js'\n\nexport default {\n\tmixins: [actionGlobal],\n\tprops: {\n\t\t/**\n\t\t * Icon to show with the action, can be either a CSS class or an URL\n\t\t */\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The main text content of the entry.\n\t\t */\n\t\tname: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The title attribute of the element.\n\t\t */\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Whether we close the Actions menu after the click\n\t\t */\n\t\tcloseAfterClick: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t/**\n\t\t * Aria label for the button. Not needed if the button has text.\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\t/**\n\t\t * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n\t\t * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n\t\t * otherwise root element will inherit incorrect aria-hidden.\n\t\t */\n\t\tariaHidden: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: null,\n\t\t},\n\t},\n\n\temits: [\n\t\t'click',\n\t],\n\n\tcomputed: {\n\t\t/**\n\t\t * Check if icon prop is an URL\n\t\t * @return {boolean} Whether the icon prop is an URL\n\t\t */\n\t\tisIconUrl() {\n\t\t\ttry {\n\t\t\t\treturn !!(new URL(this.icon, this.icon.startsWith('/') ? window.location.origin : undefined))\n\t\t\t} catch (error) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t},\n\t},\n\n\tmethods: {\n\t\tonClick(event) {\n\t\t\t/**\n\t\t\t * Emitted when the action is clicked\n\t\t\t *\n\t\t\t * @type {Event}\n\t\t\t */\n\t\t\tthis.$emit('click', event)\n\n\t\t\tif (this.closeAfterClick) {\n\t\t\t\tconst parent = GetParent(this, 'NcActions')\n\t\t\t\tif (parent && parent.closeMenu) {\n\t\t\t\t\tparent.closeMenu(false)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n"],"names":["GetParent","context","name","parent","ActionTextMixin","actionGlobal","event"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,IAAY,SAASC,GAASC,GAAM;AACzC,MAAIC,IAASF,EAAQ;AACrB,SAAOE,KAAQ;AACd,QAAIA,EAAO,SAAS,SAASD;AAC5B,aAAOC;AAER,IAAAA,IAASA,EAAO;AAAA,EAChB;AACF;ACrCA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeC,IAAA;AAAA,EACd,QAAQ,CAACC,CAAY;AAAA,EACrB,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,OAAO;AAAA,MACN,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,WAAW;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,YAAY;AAAA,MACX,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EAED,OAAO;AAAA,IACN;AAAA,EACA;AAAA,EAED,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,YAAY;AACX,UAAI;AACH,eAAO,CAAC,CAAE,IAAI,IAAI,KAAK,MAAM,KAAK,KAAK,WAAW,GAAG,IAAI,OAAO,SAAS,SAAS,MAAS;AAAA,MAC3F,QAAe;AACf,eAAO;AAAA,MACP;AAAA,IACD;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,QAAQC,GAAO;AAQd,UAFA,KAAK,MAAM,SAASA,CAAK,GAErB,KAAK,iBAAiB;AACzB,cAAMH,IAASH,EAAU,MAAM,WAAW;AAC1C,QAAIG,KAAUA,EAAO,aACpBA,EAAO,UAAU,EAAK;AAAA,MAEvB;AAAA,IACD;AAAA,EACD;AACF;"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const o = require("@nextcloud/browser-storage"), u = require("emoji-mart-vue-fast"), l = require("emoji-mart-vue-fast/data/all.json"), g = (e) => e && e.__esModule ? e : { default: e }, h = /* @__PURE__ */ g(l);
|
|
3
|
-
/**
|
|
4
|
-
* @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>
|
|
5
|
-
*
|
|
6
|
-
* @author Jonas Meurer <jonas@freesources.org>
|
|
7
|
-
*
|
|
8
|
-
* @license AGPL-3.0-or-later
|
|
9
|
-
*
|
|
10
|
-
* This program is free software: you can redistribute it and/or modify
|
|
11
|
-
* it under the terms of the GNU Affero General Public License as
|
|
12
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
13
|
-
* License, or (at your option) any later version.
|
|
14
|
-
*
|
|
15
|
-
* This program is distributed in the hope that it will be useful,
|
|
16
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
-
* GNU Affero General Public License for more details.
|
|
19
|
-
*
|
|
20
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
21
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
const c = o.getBuilder("nextcloud-vue").persist(!0).build();
|
|
25
|
-
var d = /* @__PURE__ */ ((e) => (e[e.Neutral = 1] = "Neutral", e[e.Light = 2] = "Light", e[e.MediumLight = 3] = "MediumLight", e[e.Medium = 4] = "Medium", e[e.MediumDark = 5] = "MediumDark", e[e.Dark = 6] = "Dark", e))(d || {});
|
|
26
|
-
const M = (e, r = 10) => {
|
|
27
|
-
const n = new u.EmojiIndex(h.default), s = i();
|
|
28
|
-
let t;
|
|
29
|
-
return e ? (t = n.search(":".concat(e), r), t.length < r && (t = t.concat(n.search(e, r - t.length)))) : t = u.frequently.get(r).map((a) => n.emoji(a)) || [], t.map((a) => a.getSkin(s));
|
|
30
|
-
}, m = function(e) {
|
|
31
|
-
u.frequently.add(e);
|
|
32
|
-
}, i = () => {
|
|
33
|
-
var e;
|
|
34
|
-
const r = Number.parseInt((e = c.getItem("NcEmojiPicker::currentSkinTone")) != null ? e : "1");
|
|
35
|
-
return Math.min(
|
|
36
|
-
Math.max(
|
|
37
|
-
r,
|
|
38
|
-
1
|
|
39
|
-
/* Neutral */
|
|
40
|
-
),
|
|
41
|
-
6
|
|
42
|
-
/* Dark */
|
|
43
|
-
);
|
|
44
|
-
}, f = (e) => {
|
|
45
|
-
e = Math.min(
|
|
46
|
-
Math.max(
|
|
47
|
-
e,
|
|
48
|
-
1
|
|
49
|
-
/* Neutral */
|
|
50
|
-
),
|
|
51
|
-
6
|
|
52
|
-
/* Dark */
|
|
53
|
-
), c.setItem("NcEmojiPicker::currentSkinTone", e.toString());
|
|
54
|
-
};
|
|
55
|
-
exports.EmojiSkinTone = d;
|
|
56
|
-
exports.emojiAddRecent = m;
|
|
57
|
-
exports.emojiSearch = M;
|
|
58
|
-
exports.getCurrentSkinTone = i;
|
|
59
|
-
exports.setCurrentSkinTone = f;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emoji-NrWIXNZ4.cjs","sources":["../../src/functions/emoji/emoji.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>\n *\n * @author Jonas Meurer <jonas@freesources.org>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getBuilder } from '@nextcloud/browser-storage'\nimport { EmojiIndex, frequently } from 'emoji-mart-vue-fast'\n\nimport data from 'emoji-mart-vue-fast/data/all.json'\n\nconst storage = getBuilder('nextcloud-vue').persist(true).build()\n\n/**\n * Skin tones supported by Unicode Emojis (Fitzpatrick scale)\n * The numeric values align with `emoji-mart-vue`\n */\nexport enum EmojiSkinTone {\n\tNeutral = 1,\n\tLight = 2,\n\tMediumLight = 3,\n\tMedium = 4,\n\tMediumDark = 5,\n\tDark = 6,\n}\n\n/**\n * @param {string} query Emoji search string\n * @param {number} maxResults Maximum of returned emojis\n * @return {Array} list of found emojis\n */\nexport const emojiSearch = (query: string, maxResults: number = 10) => {\n\tconst index = new EmojiIndex(data)\n\tconst currentSkinTone = getCurrentSkinTone()\n\n\tlet results\n\tif (query) {\n\t\tresults = index.search(`:${query}`, maxResults)\n\t\tif (results.length < maxResults) {\n\t\t\tresults = results.concat(index.search(query, maxResults - results.length))\n\t\t}\n\t} else {\n\t\tresults = frequently.get(maxResults).map((id: number) => index.emoji(id)) || []\n\t}\n\n\treturn results.map((emoji) => emoji.getSkin(currentSkinTone))\n}\n\nexport const emojiAddRecent = function(id) {\n\tfrequently.add(id)\n}\n\n/**\n * Get the current skin tone index used for emojis\n * @return {EmojiSkinTone} The skin tone\n */\nexport const getCurrentSkinTone = () => {\n\tconst skinTone = Number.parseInt(storage.getItem('NcEmojiPicker::currentSkinTone') ?? '1')\n\t// Clamp skinTone to valid ranges\n\treturn Math.min(Math.max(skinTone, EmojiSkinTone.Neutral), EmojiSkinTone.Dark)\n}\n\n/**\n * Set the current active skin tone for emojis\n * @param {EmojiSkinTone} skinTone Skin tone\n */\nexport const setCurrentSkinTone = (skinTone: EmojiSkinTone) => {\n\t// Clamp skinTone to valid ranges\n\tskinTone = Math.min(Math.max(skinTone, EmojiSkinTone.Neutral), EmojiSkinTone.Dark)\n\tstorage.setItem('NcEmojiPicker::currentSkinTone', skinTone.toString())\n}\n"],"names":["storage","getBuilder","EmojiSkinTone","emojiSearch","query","maxResults","index","EmojiIndex","data","currentSkinTone","getCurrentSkinTone","results","frequently","id","emoji","emojiAddRecent","_a","skinTone","setCurrentSkinTone"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2BA,MAAMA,IAAUC,EAAW,WAAA,eAAe,EAAE,QAAQ,EAAI,EAAE;AAM9C,IAAAC,sBAAAA,OACXA,EAAAA,EAAA,UAAU,CAAV,IAAA,WACAA,EAAAA,EAAA,QAAQ,CAAR,IAAA,SACAA,EAAAA,EAAA,cAAc,CAAd,IAAA,eACAA,EAAAA,EAAA,SAAS,CAAT,IAAA,UACAA,EAAAA,EAAA,aAAa,CAAb,IAAA,cACAA,EAAAA,EAAA,OAAO,CAAP,IAAA,QANWA,IAAAA,KAAA,CAAA,CAAA;AAcL,MAAMC,IAAc,CAACC,GAAeC,IAAqB,OAAO;AAChE,QAAAC,IAAQ,IAAIC,aAAWC,EAAAA,OAAI,GAC3BC,IAAkBC;AAEpB,MAAAC;AACJ,SAAIP,KACHO,IAAUL,EAAM,OAAO,IAAI,OAAAF,CAAA,GAASC,CAAU,GAC1CM,EAAQ,SAASN,MACVM,IAAAA,EAAQ,OAAOL,EAAM,OAAOF,GAAOC,IAAaM,EAAQ,MAAM,CAAC,MAG1EA,IAAUC,EAAW,WAAA,IAAIP,CAAU,EAAE,IAAI,CAACQ,MAAeP,EAAM,MAAMO,CAAE,CAAC,KAAK,CAAA,GAGvEF,EAAQ,IAAI,CAACG,MAAUA,EAAM,QAAQL,CAAe,CAAC;AAC7D,GAEaM,IAAiB,SAASF,GAAI;AAC1CD,EAAAA,aAAW,IAAIC,CAAE;AAClB,GAMaH,IAAqB,MAAM;AAxExC,MAAAM;AAyEO,QAAAC,IAAW,OAAO,UAASD,IAAAhB,EAAQ,QAAQ,gCAAgC,MAAhD,WAAqD,GAAG;AAEzF,SAAO,KAAK;AAAA,IAAI,KAAK;AAAA,MAAIiB;AAAA,MAAU;AAAA;AAAA,IAAA;AAAA,IAAwB;AAAA;AAAA;AAC5D,GAMaC,IAAqB,CAACD,MAA4B;AAE9D,EAAAA,IAAW,KAAK;AAAA,IAAI,KAAK;AAAA,MAAIA;AAAA,MAAU;AAAA;AAAA;IAAwB;AAAA;AAAA,KAC/DjB,EAAQ,QAAQ,kCAAkCiB,EAAS,SAAU,CAAA;AACtE;;;;;;"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { getBuilder as d } from "@nextcloud/browser-storage";
|
|
2
|
-
import { EmojiIndex as g, frequently as u } from "emoji-mart-vue-fast";
|
|
3
|
-
import i from "emoji-mart-vue-fast/data/all.json";
|
|
4
|
-
/**
|
|
5
|
-
* @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>
|
|
6
|
-
*
|
|
7
|
-
* @author Jonas Meurer <jonas@freesources.org>
|
|
8
|
-
*
|
|
9
|
-
* @license AGPL-3.0-or-later
|
|
10
|
-
*
|
|
11
|
-
* This program is free software: you can redistribute it and/or modify
|
|
12
|
-
* it under the terms of the GNU Affero General Public License as
|
|
13
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
14
|
-
* License, or (at your option) any later version.
|
|
15
|
-
*
|
|
16
|
-
* This program is distributed in the hope that it will be useful,
|
|
17
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
-
* GNU Affero General Public License for more details.
|
|
20
|
-
*
|
|
21
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
22
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
const n = d("nextcloud-vue").persist(!0).build();
|
|
26
|
-
var h = /* @__PURE__ */ ((t) => (t[t.Neutral = 1] = "Neutral", t[t.Light = 2] = "Light", t[t.MediumLight = 3] = "MediumLight", t[t.Medium = 4] = "Medium", t[t.MediumDark = 5] = "MediumDark", t[t.Dark = 6] = "Dark", t))(h || {});
|
|
27
|
-
const p = (t, r = 10) => {
|
|
28
|
-
const a = new g(i), s = m();
|
|
29
|
-
let e;
|
|
30
|
-
return t ? (e = a.search(":".concat(t), r), e.length < r && (e = e.concat(a.search(t, r - e.length)))) : e = u.get(r).map((c) => a.emoji(c)) || [], e.map((c) => c.getSkin(s));
|
|
31
|
-
}, f = function(t) {
|
|
32
|
-
u.add(t);
|
|
33
|
-
}, m = () => {
|
|
34
|
-
var t;
|
|
35
|
-
const r = Number.parseInt((t = n.getItem("NcEmojiPicker::currentSkinTone")) != null ? t : "1");
|
|
36
|
-
return Math.min(
|
|
37
|
-
Math.max(
|
|
38
|
-
r,
|
|
39
|
-
1
|
|
40
|
-
/* Neutral */
|
|
41
|
-
),
|
|
42
|
-
6
|
|
43
|
-
/* Dark */
|
|
44
|
-
);
|
|
45
|
-
}, N = (t) => {
|
|
46
|
-
t = Math.min(
|
|
47
|
-
Math.max(
|
|
48
|
-
t,
|
|
49
|
-
1
|
|
50
|
-
/* Neutral */
|
|
51
|
-
),
|
|
52
|
-
6
|
|
53
|
-
/* Dark */
|
|
54
|
-
), n.setItem("NcEmojiPicker::currentSkinTone", t.toString());
|
|
55
|
-
};
|
|
56
|
-
export {
|
|
57
|
-
h as E,
|
|
58
|
-
f as a,
|
|
59
|
-
p as e,
|
|
60
|
-
m as g,
|
|
61
|
-
N as s
|
|
62
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emoji-mEkenm2t.mjs","sources":["../../src/functions/emoji/emoji.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2021 Jonas Meurer <jonas@freesources.org>\n *\n * @author Jonas Meurer <jonas@freesources.org>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { getBuilder } from '@nextcloud/browser-storage'\nimport { EmojiIndex, frequently } from 'emoji-mart-vue-fast'\n\nimport data from 'emoji-mart-vue-fast/data/all.json'\n\nconst storage = getBuilder('nextcloud-vue').persist(true).build()\n\n/**\n * Skin tones supported by Unicode Emojis (Fitzpatrick scale)\n * The numeric values align with `emoji-mart-vue`\n */\nexport enum EmojiSkinTone {\n\tNeutral = 1,\n\tLight = 2,\n\tMediumLight = 3,\n\tMedium = 4,\n\tMediumDark = 5,\n\tDark = 6,\n}\n\n/**\n * @param {string} query Emoji search string\n * @param {number} maxResults Maximum of returned emojis\n * @return {Array} list of found emojis\n */\nexport const emojiSearch = (query: string, maxResults: number = 10) => {\n\tconst index = new EmojiIndex(data)\n\tconst currentSkinTone = getCurrentSkinTone()\n\n\tlet results\n\tif (query) {\n\t\tresults = index.search(`:${query}`, maxResults)\n\t\tif (results.length < maxResults) {\n\t\t\tresults = results.concat(index.search(query, maxResults - results.length))\n\t\t}\n\t} else {\n\t\tresults = frequently.get(maxResults).map((id: number) => index.emoji(id)) || []\n\t}\n\n\treturn results.map((emoji) => emoji.getSkin(currentSkinTone))\n}\n\nexport const emojiAddRecent = function(id) {\n\tfrequently.add(id)\n}\n\n/**\n * Get the current skin tone index used for emojis\n * @return {EmojiSkinTone} The skin tone\n */\nexport const getCurrentSkinTone = () => {\n\tconst skinTone = Number.parseInt(storage.getItem('NcEmojiPicker::currentSkinTone') ?? '1')\n\t// Clamp skinTone to valid ranges\n\treturn Math.min(Math.max(skinTone, EmojiSkinTone.Neutral), EmojiSkinTone.Dark)\n}\n\n/**\n * Set the current active skin tone for emojis\n * @param {EmojiSkinTone} skinTone Skin tone\n */\nexport const setCurrentSkinTone = (skinTone: EmojiSkinTone) => {\n\t// Clamp skinTone to valid ranges\n\tskinTone = Math.min(Math.max(skinTone, EmojiSkinTone.Neutral), EmojiSkinTone.Dark)\n\tstorage.setItem('NcEmojiPicker::currentSkinTone', skinTone.toString())\n}\n"],"names":["storage","getBuilder","EmojiSkinTone","emojiSearch","query","maxResults","index","EmojiIndex","data","currentSkinTone","getCurrentSkinTone","results","frequently","id","emoji","emojiAddRecent","_a","skinTone","setCurrentSkinTone"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2BA,MAAMA,IAAUC,EAAW,eAAe,EAAE,QAAQ,EAAI,EAAE;AAM9C,IAAAC,sBAAAA,OACXA,EAAAA,EAAA,UAAU,CAAV,IAAA,WACAA,EAAAA,EAAA,QAAQ,CAAR,IAAA,SACAA,EAAAA,EAAA,cAAc,CAAd,IAAA,eACAA,EAAAA,EAAA,SAAS,CAAT,IAAA,UACAA,EAAAA,EAAA,aAAa,CAAb,IAAA,cACAA,EAAAA,EAAA,OAAO,CAAP,IAAA,QANWA,IAAAA,KAAA,CAAA,CAAA;AAcL,MAAMC,IAAc,CAACC,GAAeC,IAAqB,OAAO;AAChE,QAAAC,IAAQ,IAAIC,EAAWC,CAAI,GAC3BC,IAAkBC;AAEpB,MAAAC;AACJ,SAAIP,KACHO,IAAUL,EAAM,OAAO,IAAI,OAAAF,CAAA,GAASC,CAAU,GAC1CM,EAAQ,SAASN,MACVM,IAAAA,EAAQ,OAAOL,EAAM,OAAOF,GAAOC,IAAaM,EAAQ,MAAM,CAAC,MAG1EA,IAAUC,EAAW,IAAIP,CAAU,EAAE,IAAI,CAACQ,MAAeP,EAAM,MAAMO,CAAE,CAAC,KAAK,CAAA,GAGvEF,EAAQ,IAAI,CAACG,MAAUA,EAAM,QAAQL,CAAe,CAAC;AAC7D,GAEaM,IAAiB,SAASF,GAAI;AAC1C,EAAAD,EAAW,IAAIC,CAAE;AAClB,GAMaH,IAAqB,MAAM;AAxExC,MAAAM;AAyEO,QAAAC,IAAW,OAAO,UAASD,IAAAhB,EAAQ,QAAQ,gCAAgC,MAAhD,WAAqD,GAAG;AAEzF,SAAO,KAAK;AAAA,IAAI,KAAK;AAAA,MAAIiB;AAAA,MAAU;AAAA;AAAA,IAAA;AAAA,IAAwB;AAAA;AAAA;AAC5D,GAMaC,IAAqB,CAACD,MAA4B;AAE9D,EAAAA,IAAW,KAAK;AAAA,IAAI,KAAK;AAAA,MAAIA;AAAA,MAAU;AAAA;AAAA;IAAwB;AAAA;AAAA,KAC/DjB,EAAQ,QAAQ,kCAAkCiB,EAAS,SAAU,CAAA;AACtE;"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
|
|
3
|
-
*
|
|
4
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
5
|
-
*
|
|
6
|
-
* @license AGPL-3.0-or-later
|
|
7
|
-
*
|
|
8
|
-
* This program is free software: you can redistribute it and/or modify
|
|
9
|
-
* it under the terms of the GNU Affero General Public License as
|
|
10
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
11
|
-
* License, or (at your option) any later version.
|
|
12
|
-
*
|
|
13
|
-
* This program is distributed in the hope that it will be useful,
|
|
14
|
-
* but WITHOUT ANY WARRANTY without even the implied warranty of
|
|
15
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
-
* GNU Affero General Public License for more details.
|
|
17
|
-
*
|
|
18
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
19
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
const n = function() {
|
|
23
|
-
return Object.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] }), window._nc_focus_trap;
|
|
24
|
-
};
|
|
25
|
-
export {
|
|
26
|
-
n as g
|
|
27
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"focusTrap-Py2bQ9-r.mjs","sources":["../../src/utils/focusTrap.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return the default global focus trap stack\n *\n * @return {import('focus-trap').FocusTrap[]}\n */\nexport const getTrapStack = function() {\n\t// Create global stack if undefined\n\tObject.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] })\n\n\treturn window._nc_focus_trap\n}\n"],"names":["getTrapStack"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2BY,MAACA,IAAe,WAAW;AAEtC,gBAAO,OAAO,QAAQ,EAAE,gBAAgB,OAAO,kBAAkB,CAAA,GAAI,GAE9D,OAAO;AACf;"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
-
*
|
|
5
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
-
*
|
|
7
|
-
* @license AGPL-3.0-or-later
|
|
8
|
-
*
|
|
9
|
-
* This program is free software: you can redistribute it and/or modify
|
|
10
|
-
* it under the terms of the GNU Affero General Public License as
|
|
11
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
-
* License, or (at your option) any later version.
|
|
13
|
-
*
|
|
14
|
-
* This program is distributed in the hope that it will be useful,
|
|
15
|
-
* but WITHOUT ANY WARRANTY without even the implied warranty of
|
|
16
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
* GNU Affero General Public License for more details.
|
|
18
|
-
*
|
|
19
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
const t = function() {
|
|
24
|
-
return Object.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] }), window._nc_focus_trap;
|
|
25
|
-
};
|
|
26
|
-
exports.getTrapStack = t;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"focusTrap-n3H52LOw.cjs","sources":["../../src/utils/focusTrap.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2022 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return the default global focus trap stack\n *\n * @return {import('focus-trap').FocusTrap[]}\n */\nexport const getTrapStack = function() {\n\t// Create global stack if undefined\n\tObject.assign(window, { _nc_focus_trap: window._nc_focus_trap || [] })\n\n\treturn window._nc_focus_trap\n}\n"],"names":["getTrapStack"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA2BY,MAACA,IAAe,WAAW;AAEtC,gBAAO,OAAO,QAAQ,EAAE,gBAAgB,OAAO,kBAAkB,CAAA,GAAI,GAE9D,OAAO;AACf;;"}
|