@nextcloud/vue 9.0.0-alpha.3 → 9.0.0-alpha.4
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 +44 -0
- package/README.md +5 -0
- package/dist/Components/NcActionButton.mjs +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +1 -1
- package/dist/Components/NcActionCaption.mjs +1 -1
- package/dist/Components/NcActionCheckbox.mjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRadio.mjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionSeparator.mjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.mjs +1 -1
- package/dist/Components/NcAppContent.mjs +1 -1
- package/dist/Components/NcAppNavigation.mjs +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +1 -1
- package/dist/Components/NcAppNavigationList.mjs +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +1 -1
- package/dist/Components/NcAppNavigationSpacer.mjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -21
- package/dist/Components/NcAppNavigationToggle.mjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +1 -1
- package/dist/Components/NcAppSidebar.mjs +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumb.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +1 -1
- package/dist/Components/NcButton.mjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/Components/NcChip.mjs +4 -0
- package/dist/Components/NcChip.mjs.map +1 -0
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcContent.mjs +1 -1
- package/dist/Components/NcCounterBubble.mjs +1 -1
- package/dist/Components/NcDashboardWidget.mjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.mjs +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +1 -1
- package/dist/Components/NcDialog.mjs +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcEmptyContent.mjs +1 -1
- package/dist/Components/NcGuestContent.mjs +1 -1
- package/dist/Components/NcHeaderMenu.mjs +1 -1
- package/dist/Components/NcHighlight.mjs +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +1 -1
- package/dist/Components/NcInputField.mjs +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcLoadingIcon.mjs +1 -1
- package/dist/Components/NcModal.mjs +14 -53
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +1 -1
- package/dist/Components/NcPasswordField.mjs +1 -1
- package/dist/Components/NcPopover.mjs +1 -1
- package/dist/Components/NcProgressBar.mjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.mjs +3 -24
- package/dist/Components/NcRichText.mjs.map +1 -1
- package/dist/Components/NcSelect.mjs +1 -1
- package/dist/Components/NcSelectTags.mjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.mjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -22
- package/dist/Components/NcSettingsSelectGroup.mjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +1 -1
- package/dist/Components/NcTextField.mjs +1 -1
- package/dist/Components/NcTimezonePicker.mjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Components/NcUserStatusIcon.mjs +1 -1
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +0 -21
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +0 -21
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.mjs +0 -21
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.mjs +1 -1
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +1 -23
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.mjs +0 -21
- package/dist/Functions/a11y.mjs.map +1 -1
- package/dist/Functions/emoji.mjs +1 -1
- package/dist/Functions/reference.mjs +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Mixins/clickOutsideOptions.mjs +0 -21
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/richEditor.mjs +2 -2
- package/dist/assets/NcActionButton-tvMk0Dz-.css +107 -0
- package/dist/assets/{NcActionButtonGroup-CvloX35s.css → NcActionButtonGroup-CQxLn2fv.css} +6 -20
- package/dist/assets/NcActionCaption-D-VXTPLI.css +32 -0
- package/dist/assets/NcActionCheckbox-DzmNTqwC.css +78 -0
- package/dist/assets/NcActionInput-4qR5N5lV.css +222 -0
- package/dist/assets/NcActionLink-Djp7wPGg.css +92 -0
- package/dist/assets/NcActionRadio-ZRQheAZT.css +78 -0
- package/dist/assets/NcActionRouter-B0l-dISs.css +103 -0
- package/dist/assets/NcActionSeparator-CEbb5P6P.css +24 -0
- package/dist/assets/NcActionText-Ip9hRt85.css +107 -0
- package/dist/assets/NcActionTextEditable-1JPkW_4o.css +238 -0
- package/dist/assets/NcActions-pRTZ3RyK.css +83 -0
- package/dist/assets/NcAppContent-CK9aL637.css +125 -0
- package/dist/assets/NcAppNavigation-BjnW8PQn.css +103 -0
- package/dist/assets/NcAppNavigationCaption-NPhURS5E.css +48 -0
- package/dist/assets/NcAppNavigationIconBullet-EfIZU7x-.css +30 -0
- package/dist/assets/{NcAppNavigationItem-DBjQubbD.css → NcAppNavigationItem-wQ3n8jc-.css} +50 -74
- package/dist/assets/NcAppNavigationList-BIbyyT7b.css +29 -0
- package/dist/assets/NcAppNavigationNew-R0QcGqvG.css +27 -0
- package/dist/assets/{NcAppNavigationNewItem-wTDYmQmA.css → NcAppNavigationNewItem-CO3GnR26.css} +42 -52
- package/dist/assets/NcAppNavigationSettings-Cyn2gy0W.css +79 -0
- package/dist/assets/NcAppNavigationSpacer-DiE3sVy0.css +6 -0
- package/dist/assets/NcAppNavigationToggle-CNPQvWtG.css +27 -0
- package/dist/assets/NcAppSettingsDialog-ksK-DMgk.css +74 -0
- package/dist/assets/NcAppSettingsSection-CcRbdcD-.css +30 -0
- package/dist/assets/{NcAppSidebar-v-H-37nV.css → NcAppSidebar-CxMCtTtn.css} +98 -149
- package/dist/assets/NcAppSidebarTab-Cp0hG2NU.css +34 -0
- package/dist/assets/NcAvatar-BnHiRwVr.css +129 -0
- package/dist/assets/NcBreadcrumb-CJ7KeSKQ.css +68 -0
- package/dist/assets/NcBreadcrumbs-C05lySw_.css +37 -0
- package/dist/assets/{NcButton-BqOBMPBj.css → NcButton-D3_Qd5cl.css} +58 -71
- package/dist/assets/{NcCheckboxRadioSwitch-BrP8x4oD.css → NcCheckboxRadioSwitch-By6afmQ3.css} +53 -81
- package/dist/assets/NcChip-Cho4h_Kr.css +61 -0
- package/dist/assets/NcColorPicker-vEZb9dRS.css +122 -0
- package/dist/assets/NcContent-DljiVMLl.css +80 -0
- package/dist/assets/NcCounterBubble-DT16e2bg.css +53 -0
- package/dist/assets/NcDashboardWidget-CvGZT_xf.css +73 -0
- package/dist/assets/NcDashboardWidgetItem-JCtQhwhS.css +85 -0
- package/dist/assets/{NcDateTimePicker-DBxgtJoU.css → NcDateTimePicker-BLEg7GJo.css} +38 -76
- package/dist/assets/NcDateTimePickerNative-DLch-JRA.css +47 -0
- package/dist/assets/NcDialog-BmN7gR6_.css +132 -0
- package/dist/assets/NcEllipsisedOption-DZK2vWD1.css +34 -0
- package/dist/assets/{NcEmojiPicker-DPDnLnba.css → NcEmojiPicker-C18M6LHu.css} +16 -44
- package/dist/assets/NcEmptyContent-C-nruaFh.css +65 -0
- package/dist/assets/NcGuestContent-Dh5z5Dgm.css +50 -0
- package/dist/assets/NcHeaderMenu-C-0GR7Si.css +77 -0
- package/dist/assets/NcIconSvgWrapper-CtTf2c7f.css +39 -0
- package/dist/assets/NcInputConfirmCancel-DBjIHKvN.css +39 -0
- package/dist/assets/{NcInputField-CSuJUlgW.css → NcInputField-DXzhRkiY.css} +42 -55
- package/dist/assets/NcListItem-Cs-R5Xpu.css +156 -0
- package/dist/assets/NcListItemIcon-C2zhDUEr.css +64 -0
- package/dist/assets/NcLoadingIcon-BSONDy7x.css +21 -0
- package/dist/assets/NcMentionBubble-B-xYaJDc.css +70 -0
- package/dist/assets/{NcModal-JZMyM8zO.css → NcModal-B5iEU9Qr.css} +70 -87
- package/dist/assets/NcNoteCard-BLPU1den.css +50 -0
- package/dist/assets/{NcPopover-BwI1hPzy.css → NcPopover-BDlL00qZ.css} +6 -20
- package/dist/assets/NcProgressBar-BsqdCn-x.css +56 -0
- package/dist/assets/NcRelatedResourcesPanel-C56aj2M3.css +158 -0
- package/dist/assets/{NcRichContenteditable-C9Sikuur.css → NcRichContenteditable-B_YH-89_.css} +55 -97
- package/dist/assets/NcRichText-yqgOn353.css +217 -0
- package/dist/assets/{NcSelect-Fmyu7qyl.css → NcSelect-9AZOhTlS.css} +9 -21
- package/dist/assets/NcSettingsInputText-C3j73xA0.css +35 -0
- package/dist/assets/NcSettingsSection-CFKAEs4p.css +52 -0
- package/dist/assets/NcSettingsSelectGroup-CGfaysRv.css +23 -0
- package/dist/assets/{NcTextArea-n0qdPImB.css → NcTextArea-BjB_qSH0.css} +30 -42
- package/dist/assets/NcUserBubble-CIfQjmmP.css +48 -0
- package/dist/assets/NcUserStatusIcon-D9N1ER72.css +30 -0
- package/dist/assets/{Tooltip-jHgt4m-W.css → Tooltip-4CSl8xev.css} +10 -30
- package/dist/assets/referencePickerModal-DeIfdfau.css +413 -0
- package/dist/chunks/{GenColors-BjorWIgA.mjs → GenColors-BidEIqUL.mjs} +1 -23
- package/dist/chunks/GenColors-BidEIqUL.mjs.map +1 -0
- package/dist/chunks/GenRandomId-CMooMQt0.mjs +6 -0
- package/dist/chunks/GenRandomId-CMooMQt0.mjs.map +1 -0
- package/dist/chunks/Linkify-BtgR-dXX.mjs +14 -0
- package/dist/chunks/Linkify-BtgR-dXX.mjs.map +1 -0
- package/dist/chunks/{NcActionButton-BFQnlisT.mjs → NcActionButton-Bqkgltcz.mjs} +4 -4
- package/dist/chunks/NcActionButton-Bqkgltcz.mjs.map +1 -0
- package/dist/chunks/{NcActionButtonGroup-D-8C3HSO.mjs → NcActionButtonGroup-BeQ4mLmQ.mjs} +3 -3
- package/dist/chunks/NcActionButtonGroup-BeQ4mLmQ.mjs.map +1 -0
- package/dist/chunks/{NcActionCaption-CV_zDfFg.mjs → NcActionCaption-Cb_uvgZc.mjs} +2 -2
- package/dist/chunks/{NcActionCaption-CV_zDfFg.mjs.map → NcActionCaption-Cb_uvgZc.mjs.map} +1 -1
- package/dist/chunks/{NcActionCheckbox-CjZH6kjg.mjs → NcActionCheckbox-A6JNjini.mjs} +4 -4
- package/dist/chunks/NcActionCheckbox-A6JNjini.mjs.map +1 -0
- package/dist/chunks/{NcActionInput-ClUviDGB.mjs → NcActionInput-DCe8K_gs.mjs} +10 -10
- package/dist/chunks/NcActionInput-DCe8K_gs.mjs.map +1 -0
- package/dist/chunks/{NcActionLink-CQEzoS_a.mjs → NcActionLink-C0mINC5i.mjs} +4 -4
- package/dist/chunks/NcActionLink-C0mINC5i.mjs.map +1 -0
- package/dist/chunks/{NcActionRadio-D6VrxjcX.mjs → NcActionRadio-BqAyH2zq.mjs} +4 -4
- package/dist/chunks/NcActionRadio-BqAyH2zq.mjs.map +1 -0
- package/dist/chunks/{NcActionRouter-DmrWV-q1.mjs → NcActionRouter-Dr-j-IUI.mjs} +4 -4
- package/dist/chunks/NcActionRouter-Dr-j-IUI.mjs.map +1 -0
- package/dist/chunks/{NcActionSeparator-ib21YUAE.mjs → NcActionSeparator-DKFXmIJ5.mjs} +2 -2
- package/dist/chunks/NcActionSeparator-DKFXmIJ5.mjs.map +1 -0
- package/dist/chunks/{NcActionText-dj38IHk6.mjs → NcActionText-C5ZPI56c.mjs} +4 -4
- package/dist/chunks/NcActionText-C5ZPI56c.mjs.map +1 -0
- package/dist/chunks/{NcActionTextEditable-W1wFQ9dc.mjs → NcActionTextEditable-CLXTDGjr.mjs} +4 -4
- package/dist/chunks/NcActionTextEditable-CLXTDGjr.mjs.map +1 -0
- package/dist/chunks/{NcActions-B6QL_4DD.mjs → NcActions-COaRMDe5.mjs} +7 -7
- package/dist/chunks/NcActions-COaRMDe5.mjs.map +1 -0
- package/dist/chunks/{NcAppContent-jvz75P8O.mjs → NcAppContent-D2in9bd7.mjs} +5 -5
- package/dist/chunks/NcAppContent-D2in9bd7.mjs.map +1 -0
- package/dist/chunks/NcAppContentDetails-Ch6NJvAl.mjs.map +1 -1
- package/dist/chunks/NcAppContentList-DGwk3AvB.mjs.map +1 -1
- package/dist/chunks/{NcAppNavigation-D0RINQda.mjs → NcAppNavigation-Dz1n-CeR.mjs} +5 -5
- package/dist/chunks/NcAppNavigation-Dz1n-CeR.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationCaption-BnhoAPkJ.mjs → NcAppNavigationCaption-6odGo1iM.mjs} +3 -3
- package/dist/chunks/NcAppNavigationCaption-6odGo1iM.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationIconBullet-JoIYov5C.mjs → NcAppNavigationIconBullet-DuqQFciH.mjs} +2 -2
- package/dist/chunks/NcAppNavigationIconBullet-DuqQFciH.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationItem-s0czI8KR.mjs → NcAppNavigationItem-BHtzDfb2.mjs} +10 -10
- package/dist/chunks/NcAppNavigationItem-BHtzDfb2.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationList-DzTic3Q7.mjs → NcAppNavigationList-DCmrqe9N.mjs} +2 -2
- package/dist/chunks/NcAppNavigationList-DCmrqe9N.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNew-RBp5Nk-2.mjs → NcAppNavigationNew-CRonFKWJ.mjs} +3 -3
- package/dist/chunks/NcAppNavigationNew-CRonFKWJ.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNewItem-u85Ffz-V.mjs → NcAppNavigationNewItem-Ctbp1kb-.mjs} +4 -4
- package/dist/chunks/NcAppNavigationNewItem-Ctbp1kb-.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationSettings-D_4gHC9H.mjs → NcAppNavigationSettings-ynYeFb6Z.mjs} +4 -4
- package/dist/chunks/NcAppNavigationSettings-ynYeFb6Z.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationSpacer-Ctbl-q5I.mjs → NcAppNavigationSpacer-BQFYpMbq.mjs} +2 -2
- package/dist/chunks/NcAppNavigationSpacer-BQFYpMbq.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-BtC5hBww.mjs → NcAppNavigationToggle-DYG8u5dW.mjs} +4 -4
- package/dist/chunks/NcAppNavigationToggle-DYG8u5dW.mjs.map +1 -0
- package/dist/chunks/{NcAppSettingsDialog-DXpamfEo.mjs → NcAppSettingsDialog-CjpGb_I4.mjs} +4 -4
- package/dist/chunks/NcAppSettingsDialog-CjpGb_I4.mjs.map +1 -0
- package/dist/chunks/{NcAppSettingsSection-PG8OLRbP.mjs → NcAppSettingsSection-a7OfJ9GT.mjs} +2 -2
- package/dist/chunks/NcAppSettingsSection-a7OfJ9GT.mjs.map +1 -0
- package/dist/chunks/{NcAppSidebar-B0pjWsoI.mjs → NcAppSidebar-BGCuCKk_.mjs} +232 -200
- package/dist/chunks/NcAppSidebar-BGCuCKk_.mjs.map +1 -0
- package/dist/chunks/{NcAppSidebarTab-BTuuQoW5.mjs → NcAppSidebarTab-zBqyKIgn.mjs} +2 -2
- package/dist/chunks/NcAppSidebarTab-zBqyKIgn.mjs.map +1 -0
- package/dist/chunks/{NcAvatar-BKmfsBcY.mjs → NcAvatar-OjWzLdGK.mjs} +15 -36
- package/dist/chunks/NcAvatar-OjWzLdGK.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumb-C3k6T3Bj.mjs → NcBreadcrumb-Df7Nn5jU.mjs} +5 -5
- package/dist/chunks/NcBreadcrumb-Df7Nn5jU.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumbs-Crc4BkfA.mjs → NcBreadcrumbs-CighY87i.mjs} +12 -16
- package/dist/chunks/NcBreadcrumbs-CighY87i.mjs.map +1 -0
- package/dist/chunks/{NcButton-B27fpd1m.mjs → NcButton-DvO0XwJf.mjs} +6 -31
- package/dist/chunks/NcButton-DvO0XwJf.mjs.map +1 -0
- package/dist/chunks/{NcCheckboxRadioSwitch-DdG8AL_h.mjs → NcCheckboxRadioSwitch-BW7W0ToW.mjs} +6 -6
- package/dist/chunks/NcCheckboxRadioSwitch-BW7W0ToW.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_959f6f1b_lang-C0H-ioQZ.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_959f6f1b_lang-C0H-ioQZ.mjs.map +1 -0
- package/dist/chunks/NcChip-Crkkyllt.mjs +143 -0
- package/dist/chunks/NcChip-Crkkyllt.mjs.map +1 -0
- package/dist/chunks/{NcColorPicker-D4IB1shI.mjs → NcColorPicker-Bq2-21Np.mjs} +7 -7
- package/dist/chunks/NcColorPicker-Bq2-21Np.mjs.map +1 -0
- package/dist/chunks/NcContent-WcbDFG2f.mjs +130 -0
- package/dist/chunks/NcContent-WcbDFG2f.mjs.map +1 -0
- package/dist/chunks/{NcCounterBubble-BVDNwJiw.mjs → NcCounterBubble-B0Sk58x_.mjs} +2 -2
- package/dist/chunks/NcCounterBubble-B0Sk58x_.mjs.map +1 -0
- package/dist/chunks/{NcDashboardWidget-B5H6n5qG.mjs → NcDashboardWidget-xBpqAct1.mjs} +7 -7
- package/dist/chunks/NcDashboardWidget-xBpqAct1.mjs.map +1 -0
- package/dist/chunks/{NcDashboardWidgetItem-BbgZpZ-D.mjs → NcDashboardWidgetItem-BwemNzvL.mjs} +5 -5
- package/dist/chunks/NcDashboardWidgetItem-BwemNzvL.mjs.map +1 -0
- package/dist/chunks/{NcDateTime-p5872lEX.mjs → NcDateTime-BVQqC6rO.mjs} +1 -22
- package/dist/chunks/NcDateTime-BVQqC6rO.mjs.map +1 -0
- package/dist/chunks/{NcDateTimePicker-C1gBl-W0.mjs → NcDateTimePicker-CjuFbS-2.mjs} +7 -7
- package/dist/chunks/NcDateTimePicker-CjuFbS-2.mjs.map +1 -0
- package/dist/chunks/{NcDateTimePickerNative-CyCL5Ovh.mjs → NcDateTimePickerNative-DwJ_yIEg.mjs} +3 -3
- package/dist/chunks/NcDateTimePickerNative-DwJ_yIEg.mjs.map +1 -0
- package/dist/chunks/{NcDialog-Dq3Qnbke.mjs → NcDialog-CE2gyz2g.mjs} +4 -4
- package/dist/chunks/NcDialog-CE2gyz2g.mjs.map +1 -0
- package/dist/chunks/{NcDialogButton-C6SudZTq.mjs → NcDialogButton-DAb0CNtg.mjs} +11 -3
- package/dist/chunks/NcDialogButton-DAb0CNtg.mjs.map +1 -0
- package/dist/chunks/{NcEllipsisedOption-DsCFqgUF.mjs → NcEllipsisedOption-CufdpPBu.mjs} +9 -3
- package/dist/chunks/NcEllipsisedOption-CufdpPBu.mjs.map +1 -0
- package/dist/chunks/{NcEmojiPicker-BwQ8VxQZ.mjs → NcEmojiPicker-DNbUUyLY.mjs} +9 -9
- package/dist/chunks/NcEmojiPicker-DNbUUyLY.mjs.map +1 -0
- package/dist/chunks/{NcEmptyContent-CdgacgQe.mjs → NcEmptyContent-BoGB3vFC.mjs} +2 -2
- package/dist/chunks/NcEmptyContent-BoGB3vFC.mjs.map +1 -0
- package/dist/chunks/{NcGuestContent-DfnVEtGM.mjs → NcGuestContent-DVqg5Bq4.mjs} +2 -2
- package/dist/chunks/NcGuestContent-DVqg5Bq4.mjs.map +1 -0
- package/dist/chunks/{NcHeaderMenu-CJVtnKpb.mjs → NcHeaderMenu-CIWkk8T1.mjs} +6 -6
- package/dist/chunks/NcHeaderMenu-CIWkk8T1.mjs.map +1 -0
- package/dist/chunks/{NcHighlight-CR5kySMp.mjs → NcHighlight-BHtRIzqk.mjs} +0 -21
- package/dist/chunks/NcHighlight-BHtRIzqk.mjs.map +1 -0
- package/dist/chunks/{NcIconSvgWrapper-C0csZ9zg.mjs → NcIconSvgWrapper-DbL6OP85.mjs} +3 -3
- package/dist/chunks/NcIconSvgWrapper-DbL6OP85.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-Rk8B1Q0j.mjs → NcInputConfirmCancel-Cwh6_J6A.mjs} +4 -4
- package/dist/chunks/NcInputConfirmCancel-Cwh6_J6A.mjs.map +1 -0
- package/dist/chunks/{NcInputField-DX0Brmlk.mjs → NcInputField-BrAvsgA4.mjs} +4 -4
- package/dist/chunks/NcInputField-BrAvsgA4.mjs.map +1 -0
- package/dist/chunks/{NcListItem-CgZoQEIf.mjs → NcListItem-D3yyUn7h.mjs} +5 -5
- package/dist/chunks/{NcListItem-CgZoQEIf.mjs.map → NcListItem-D3yyUn7h.mjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-A5o8HkQv.mjs → NcListItemIcon-B06oTqsI.mjs} +6 -6
- package/dist/chunks/NcListItemIcon-B06oTqsI.mjs.map +1 -0
- package/dist/chunks/{NcLoadingIcon-DwbO7gAy.mjs → NcLoadingIcon-DREmHXr2.mjs} +2 -2
- package/dist/chunks/NcLoadingIcon-DREmHXr2.mjs.map +1 -0
- package/dist/chunks/{NcNoteCard-CdZRsd8-.mjs → NcNoteCard-CQgzjr2r.mjs} +2 -2
- package/dist/chunks/NcNoteCard-CQgzjr2r.mjs.map +1 -0
- package/dist/chunks/{NcPasswordField-B7CiEElO.mjs → NcPasswordField-CaRDsoPg.mjs} +4 -3
- package/dist/chunks/NcPasswordField-CaRDsoPg.mjs.map +1 -0
- package/dist/chunks/{NcPopover-B9UbiGTv.mjs → NcPopover-BXfbq-Vs.mjs} +2 -2
- package/dist/chunks/NcPopover-BXfbq-Vs.mjs.map +1 -0
- package/dist/chunks/{NcProgressBar-CAXfza4R.mjs → NcProgressBar-C2r8oqsv.mjs} +3 -3
- package/dist/chunks/NcProgressBar-C2r8oqsv.mjs.map +1 -0
- package/dist/chunks/{NcRelatedResourcesPanel-Dr4jL2gw.mjs → NcRelatedResourcesPanel-Bg_z2tZT.mjs} +8 -8
- package/dist/chunks/NcRelatedResourcesPanel-Bg_z2tZT.mjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-P06ORHyg.mjs → NcRichContenteditable-Cx8Fv6sx.mjs} +51 -29
- package/dist/chunks/NcRichContenteditable-Cx8Fv6sx.mjs.map +1 -0
- package/dist/chunks/{NcRichText-BfreYq5m.mjs → NcRichText-2N_x-ark.mjs} +11 -10
- package/dist/chunks/NcRichText-2N_x-ark.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs.map +1 -1
- package/dist/chunks/{NcSelect-Dt3JJc9b.mjs → NcSelect-CPlvJjcY.mjs} +6 -6
- package/dist/chunks/NcSelect-CPlvJjcY.mjs.map +1 -0
- package/dist/chunks/{NcSelectTags-F8Z_SdXE.mjs → NcSelectTags-Hpq3uQ0b.mjs} +3 -24
- package/dist/chunks/NcSelectTags-Hpq3uQ0b.mjs.map +1 -0
- package/dist/chunks/{NcSettingsInputText-BtDwhhX0.mjs → NcSettingsInputText-oIYmufF3.mjs} +4 -4
- package/dist/chunks/NcSettingsInputText-oIYmufF3.mjs.map +1 -0
- package/dist/chunks/{NcSettingsSection-BN98AV4b.mjs → NcSettingsSection-CMw4W_UL.mjs} +3 -3
- package/dist/chunks/NcSettingsSection-CMw4W_UL.mjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-61ylzaOo.mjs → NcSettingsSelectGroup-BTVYUUsQ.mjs} +5 -5
- package/dist/chunks/NcSettingsSelectGroup-BTVYUUsQ.mjs.map +1 -0
- package/dist/chunks/{NcTextArea-DOXp3B2R.mjs → NcTextArea-qvR02aYz.mjs} +3 -3
- package/dist/chunks/NcTextArea-qvR02aYz.mjs.map +1 -0
- package/dist/chunks/{NcTextField-5CbWAUlw.mjs → NcTextField-W5cVvjob.mjs} +2 -2
- package/dist/chunks/NcTextField-W5cVvjob.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-DQ7LMeQo.mjs +187 -0
- package/dist/chunks/NcTimezonePicker-DQ7LMeQo.mjs.map +1 -0
- package/dist/chunks/{NcUserBubble-B1nO-OgL.mjs → NcUserBubble-DrQahQl0.mjs} +4 -4
- package/dist/chunks/NcUserBubble-DrQahQl0.mjs.map +1 -0
- package/dist/chunks/{NcUserStatusIcon-DXxHWiO9.mjs → NcUserStatusIcon-CA3yJfmu.mjs} +7 -28
- package/dist/chunks/NcUserStatusIcon-CA3yJfmu.mjs.map +1 -0
- package/dist/chunks/ScopeComponent-C5tGtO7l.mjs +14 -0
- package/dist/chunks/ScopeComponent-C5tGtO7l.mjs.map +1 -0
- package/dist/chunks/{_l10n-ipRV_dfs.mjs → _l10n-C3nxU4O-.mjs} +10 -10
- package/dist/chunks/_l10n-C3nxU4O-.mjs.map +1 -0
- package/dist/chunks/actionGlobal-BZFdtdJL.mjs +25 -0
- package/dist/chunks/actionGlobal-BZFdtdJL.mjs.map +1 -0
- package/dist/chunks/{actionText-CBxkao_8.mjs → actionText-aI0owku1.mjs} +1 -43
- package/dist/chunks/actionText-aI0owku1.mjs.map +1 -0
- package/dist/chunks/{autolink-CuPhRJIL.mjs → autolink-CKPk5rzg.mjs} +7 -24
- package/dist/chunks/autolink-CKPk5rzg.mjs.map +1 -0
- package/dist/chunks/{emoji-BjUFGMrw.mjs → emoji-Ba55f8iV.mjs} +0 -21
- package/dist/chunks/emoji-Ba55f8iV.mjs.map +1 -0
- package/dist/chunks/focusTrap-Cecv_gjR.mjs +7 -0
- package/dist/chunks/focusTrap-Cecv_gjR.mjs.map +1 -0
- package/dist/chunks/getAvatarUrl-DxvUjKMi.mjs +11 -0
- package/dist/chunks/getAvatarUrl-DxvUjKMi.mjs.map +1 -0
- package/dist/chunks/{index-5AsHlmYO.mjs → index-BKkaCvJ0.mjs} +4 -25
- package/dist/chunks/index-BKkaCvJ0.mjs.map +1 -0
- package/dist/chunks/index-CtoB4eIp.mjs.map +1 -1
- package/dist/chunks/{referencePickerModal-Tr-vmVPW.mjs → referencePickerModal-Cho5o36L.mjs} +19 -238
- package/dist/chunks/referencePickerModal-Cho5o36L.mjs.map +1 -0
- package/dist/chunks/usernameToColor-4ci35wWd.mjs +26 -0
- package/dist/chunks/usernameToColor-4ci35wWd.mjs.map +1 -0
- package/dist/components/NcActionButton/NcActionButton.vue.d.ts +3 -7
- package/dist/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +1 -1
- package/dist/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +4 -4
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +11 -11
- package/dist/components/NcActionRadio/NcActionRadio.vue.d.ts +4 -4
- package/dist/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +4 -4
- package/dist/components/NcActions/NcActions.vue.d.ts +5 -5
- package/dist/components/NcAppContent/NcAppContent.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +5 -5
- package/dist/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +3 -3
- package/dist/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +3 -3
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +47 -15
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +3 -3
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +5 -5
- package/dist/components/NcButton/NcButton.vue.d.ts +16 -13
- package/dist/components/NcButton/index.d.ts +2 -19
- package/dist/components/NcChip/NcChip.vue.d.ts +113 -0
- package/dist/components/NcChip/index.d.ts +5 -0
- package/dist/components/NcContent/NcContent.vue.d.ts +1 -1
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +1 -1
- package/dist/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +12 -0
- package/dist/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +2 -2
- package/dist/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +3 -3
- package/dist/components/NcHighlight/NcHighlight.vue.d.ts +1 -1
- package/dist/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +4 -4
- package/dist/components/NcInputField/NcInputField.vue.d.ts +6 -6
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +2 -2
- package/dist/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +1 -1
- package/dist/components/NcNoteCard/NcNoteCard.vue.d.ts +1 -1
- package/dist/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +2 -2
- package/dist/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +1 -1
- package/dist/components/NcRelatedResourcesPanel/NcTeamResources.vue.d.ts +1 -1
- package/dist/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +5 -5
- package/dist/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +22 -10
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +1 -1
- package/dist/components/NcRichText/NcReferenceWidget.vue.d.ts +1 -1
- package/dist/components/NcRichText/NcRichText.vue.d.ts +2 -2
- package/dist/components/NcRichText/helpers.d.ts +4 -0
- package/dist/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +2 -2
- package/dist/components/NcSelect/NcSelect.vue.d.ts +2 -2
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +1 -1
- package/dist/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +4 -4
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +5 -5
- package/dist/components/NcTextArea/NcTextArea.vue.d.ts +3 -3
- package/dist/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +1 -1
- package/dist/components/NcUserBubble/NcUserBubble.vue.d.ts +3 -3
- package/dist/components/NcVNodes/NcVNodes.vue.d.ts +3 -3
- package/dist/components/index.d.ts +6 -19
- package/dist/composables/useFormatDateTime.d.ts +5 -5
- package/dist/directives/index.d.ts +2 -19
- package/dist/functions/a11y/index.d.ts +2 -19
- package/dist/functions/emoji/emoji.d.ts +2 -19
- package/dist/functions/emoji/index.d.ts +2 -19
- package/dist/functions/reference/widgets.d.ts +4 -0
- package/dist/index.d.ts +2 -19
- package/dist/index.mjs +90 -119
- package/dist/index.mjs.map +1 -1
- package/dist/l10n.d.ts +2 -2
- package/dist/mixins/clickOutsideOptions/index.d.ts +1 -1
- package/dist/mixins/richEditor/index.d.ts +1 -1
- package/dist/utils/FindRanges.d.ts +2 -19
- package/dist/utils/GenRandomId.d.ts +2 -19
- package/dist/utils/GetChildren.d.ts +2 -19
- package/dist/utils/GetParent.d.ts +2 -19
- package/dist/utils/ScopeComponent.d.ts +2 -19
- package/dist/utils/Timer.d.ts +4 -38
- package/dist/utils/UserStatus.d.ts +2 -19
- package/dist/utils/getAvatarUrl.d.ts +2 -19
- package/dist/vendor.LICENSE.txt +4 -4
- package/package.json +31 -33
- package/LICENSE +0 -661
- package/dist/assets/NcActionButton-DilAGmID.css +0 -139
- package/dist/assets/NcActionCaption-sfcjBZnu.css +0 -46
- package/dist/assets/NcActionCheckbox-BPTe8v7j.css +0 -110
- package/dist/assets/NcActionInput-BCm3Bb6i.css +0 -271
- package/dist/assets/NcActionLink-ufhOZDI9.css +0 -124
- package/dist/assets/NcActionRadio-BgKkAdF8.css +0 -110
- package/dist/assets/NcActionRouter-DJDXSMeq.css +0 -135
- package/dist/assets/NcActionSeparator-CB59y4di.css +0 -38
- package/dist/assets/NcActionText-FrsQgrnA.css +0 -139
- package/dist/assets/NcActionTextEditable-pgsRQJ7l.css +0 -287
- package/dist/assets/NcActions-6uFGQVJQ.css +0 -111
- package/dist/assets/NcAppContent-CVWf32qC.css +0 -153
- package/dist/assets/NcAppNavigation-B_aG01bd.css +0 -131
- package/dist/assets/NcAppNavigationCaption-B32FjjW3.css +0 -62
- package/dist/assets/NcAppNavigationIconBullet-B8q3pUL5.css +0 -44
- package/dist/assets/NcAppNavigationList-DnIxrbVX.css +0 -43
- package/dist/assets/NcAppNavigationNew-B29SvI0s.css +0 -41
- package/dist/assets/NcAppNavigationSettings-RpFZX7Hx.css +0 -93
- package/dist/assets/NcAppNavigationSpacer-C12GX5n6.css +0 -6
- package/dist/assets/NcAppNavigationToggle-Bb19ZkjT.css +0 -41
- package/dist/assets/NcAppSettingsDialog-CQY4VVRw.css +0 -88
- package/dist/assets/NcAppSettingsSection-BUxPrhYB.css +0 -44
- package/dist/assets/NcAppSidebarTab-WhMYMxlI.css +0 -48
- package/dist/assets/NcAvatar-xxyc0_S6.css +0 -143
- package/dist/assets/NcBreadcrumb-BKgJHxzd.css +0 -82
- package/dist/assets/NcBreadcrumbs-Dq8VnSzJ.css +0 -51
- package/dist/assets/NcColorPicker-q8nVYCvu.css +0 -136
- package/dist/assets/NcContent-CQqz6KXD.css +0 -108
- package/dist/assets/NcCounterBubble-CWi_P1Tb.css +0 -67
- package/dist/assets/NcDashboardWidget-DzDAv3ER.css +0 -87
- package/dist/assets/NcDashboardWidgetItem-BevETFRF.css +0 -99
- package/dist/assets/NcDateTimePickerNative-DHZcOvOf.css +0 -61
- package/dist/assets/NcDialog-CvmjNcgn.css +0 -160
- package/dist/assets/NcEllipsisedOption-ClDzkIX6.css +0 -48
- package/dist/assets/NcEmptyContent-CMM4BKRc.css +0 -79
- package/dist/assets/NcGuestContent-BTahASdv.css +0 -78
- package/dist/assets/NcHeaderMenu-fYpidmuR.css +0 -91
- package/dist/assets/NcIconSvgWrapper-C95UOHYS.css +0 -53
- package/dist/assets/NcInputConfirmCancel-dYsxq6pH.css +0 -53
- package/dist/assets/NcListItem-CJa4SoZs.css +0 -170
- package/dist/assets/NcListItemIcon-KqKY7_tj.css +0 -78
- package/dist/assets/NcLoadingIcon-gxK0ujO0.css +0 -35
- package/dist/assets/NcMentionBubble-DmzU72Mw.css +0 -84
- package/dist/assets/NcNoteCard-e7-Bxio8.css +0 -64
- package/dist/assets/NcProgressBar-D5VftcJm.css +0 -70
- package/dist/assets/NcRelatedResourcesPanel-CbFY3Cdm.css +0 -200
- package/dist/assets/NcRichText-Cc65tYYs.css +0 -240
- package/dist/assets/NcSettingsInputText-DR4Wv2XP.css +0 -49
- package/dist/assets/NcSettingsSection-DrlA06-W.css +0 -66
- package/dist/assets/NcSettingsSelectGroup-Ba_9qqBq.css +0 -37
- package/dist/assets/NcUserBubble-a6zTGwWG.css +0 -62
- package/dist/assets/NcUserStatusIcon-DYNzsng_.css +0 -44
- package/dist/assets/referencePickerModal-4K_FZwca.css +0 -539
- package/dist/chunks/GenColors-BjorWIgA.mjs.map +0 -1
- package/dist/chunks/GenRandomId-CXkjMlAT.mjs +0 -27
- package/dist/chunks/GenRandomId-CXkjMlAT.mjs.map +0 -1
- package/dist/chunks/Linkify-BBPJHBma.mjs +0 -35
- package/dist/chunks/Linkify-BBPJHBma.mjs.map +0 -1
- package/dist/chunks/NcActionButton-BFQnlisT.mjs.map +0 -1
- package/dist/chunks/NcActionButtonGroup-D-8C3HSO.mjs.map +0 -1
- package/dist/chunks/NcActionCheckbox-CjZH6kjg.mjs.map +0 -1
- package/dist/chunks/NcActionInput-ClUviDGB.mjs.map +0 -1
- package/dist/chunks/NcActionLink-CQEzoS_a.mjs.map +0 -1
- package/dist/chunks/NcActionRadio-D6VrxjcX.mjs.map +0 -1
- package/dist/chunks/NcActionRouter-DmrWV-q1.mjs.map +0 -1
- package/dist/chunks/NcActionSeparator-ib21YUAE.mjs.map +0 -1
- package/dist/chunks/NcActionText-dj38IHk6.mjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-W1wFQ9dc.mjs.map +0 -1
- package/dist/chunks/NcActions-B6QL_4DD.mjs.map +0 -1
- package/dist/chunks/NcAppContent-jvz75P8O.mjs.map +0 -1
- package/dist/chunks/NcAppNavigation-D0RINQda.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationCaption-BnhoAPkJ.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationIconBullet-JoIYov5C.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-s0czI8KR.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationList-DzTic3Q7.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationNew-RBp5Nk-2.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationNewItem-u85Ffz-V.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSettings-D_4gHC9H.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSpacer-Ctbl-q5I.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-BtC5hBww.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsDialog-DXpamfEo.mjs.map +0 -1
- package/dist/chunks/NcAppSettingsSection-PG8OLRbP.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-B0pjWsoI.mjs.map +0 -1
- package/dist/chunks/NcAppSidebarTab-BTuuQoW5.mjs.map +0 -1
- package/dist/chunks/NcAvatar-BKmfsBcY.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-C3k6T3Bj.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumbs-Crc4BkfA.mjs.map +0 -1
- package/dist/chunks/NcButton-B27fpd1m.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-DdG8AL_h.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-D4IB1shI.mjs.map +0 -1
- package/dist/chunks/NcContent-CMQytlSd.mjs +0 -129
- package/dist/chunks/NcContent-CMQytlSd.mjs.map +0 -1
- package/dist/chunks/NcCounterBubble-BVDNwJiw.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidget-B5H6n5qG.mjs.map +0 -1
- package/dist/chunks/NcDashboardWidgetItem-BbgZpZ-D.mjs.map +0 -1
- package/dist/chunks/NcDateTime-p5872lEX.mjs.map +0 -1
- package/dist/chunks/NcDateTimePicker-C1gBl-W0.mjs.map +0 -1
- package/dist/chunks/NcDateTimePickerNative-CyCL5Ovh.mjs.map +0 -1
- package/dist/chunks/NcDialog-Dq3Qnbke.mjs.map +0 -1
- package/dist/chunks/NcDialogButton-C6SudZTq.mjs.map +0 -1
- package/dist/chunks/NcEllipsisedOption-DsCFqgUF.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-BwQ8VxQZ.mjs.map +0 -1
- package/dist/chunks/NcEmptyContent-CdgacgQe.mjs.map +0 -1
- package/dist/chunks/NcGuestContent-DfnVEtGM.mjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-CJVtnKpb.mjs.map +0 -1
- package/dist/chunks/NcHighlight-CR5kySMp.mjs.map +0 -1
- package/dist/chunks/NcIconSvgWrapper-C0csZ9zg.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-Rk8B1Q0j.mjs.map +0 -1
- package/dist/chunks/NcInputField-DX0Brmlk.mjs.map +0 -1
- package/dist/chunks/NcListItemIcon-A5o8HkQv.mjs.map +0 -1
- package/dist/chunks/NcLoadingIcon-DwbO7gAy.mjs.map +0 -1
- package/dist/chunks/NcNoteCard-CdZRsd8-.mjs.map +0 -1
- package/dist/chunks/NcPasswordField-B7CiEElO.mjs.map +0 -1
- package/dist/chunks/NcPopover-B9UbiGTv.mjs.map +0 -1
- package/dist/chunks/NcProgressBar-CAXfza4R.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-Dr4jL2gw.mjs.map +0 -1
- package/dist/chunks/NcRichContenteditable-P06ORHyg.mjs.map +0 -1
- package/dist/chunks/NcRichText-BfreYq5m.mjs.map +0 -1
- package/dist/chunks/NcSelect-Dt3JJc9b.mjs.map +0 -1
- package/dist/chunks/NcSelectTags-F8Z_SdXE.mjs.map +0 -1
- package/dist/chunks/NcSettingsInputText-BtDwhhX0.mjs.map +0 -1
- package/dist/chunks/NcSettingsSection-BN98AV4b.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-61ylzaOo.mjs.map +0 -1
- package/dist/chunks/NcTextArea-DOXp3B2R.mjs.map +0 -1
- package/dist/chunks/NcTextField-5CbWAUlw.mjs.map +0 -1
- package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs +0 -4051
- package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs.map +0 -1
- package/dist/chunks/NcUserBubble-B1nO-OgL.mjs.map +0 -1
- package/dist/chunks/NcUserStatusIcon-DXxHWiO9.mjs.map +0 -1
- package/dist/chunks/ScopeComponent-B2OE7k3z.mjs +0 -35
- package/dist/chunks/ScopeComponent-B2OE7k3z.mjs.map +0 -1
- package/dist/chunks/_l10n-ipRV_dfs.mjs.map +0 -1
- package/dist/chunks/actionGlobal-BIN1Dngv.mjs +0 -46
- package/dist/chunks/actionGlobal-BIN1Dngv.mjs.map +0 -1
- package/dist/chunks/actionText-CBxkao_8.mjs.map +0 -1
- package/dist/chunks/autolink-CuPhRJIL.mjs.map +0 -1
- package/dist/chunks/emoji-BjUFGMrw.mjs.map +0 -1
- package/dist/chunks/focusTrap-hWDNhn4t.mjs +0 -28
- package/dist/chunks/focusTrap-hWDNhn4t.mjs.map +0 -1
- package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs +0 -32
- package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs.map +0 -1
- package/dist/chunks/index-5AsHlmYO.mjs.map +0 -1
- package/dist/chunks/logger-C7ZZ6zFQ.mjs +0 -25
- package/dist/chunks/logger-C7ZZ6zFQ.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-Tr-vmVPW.mjs.map +0 -1
- package/dist/chunks/usernameToColor-BpeOvoed.mjs +0 -47
- package/dist/chunks/usernameToColor-BpeOvoed.mjs.map +0 -1
- package/dist/utils/IsOutOfViewport.d.ts +0 -8
|
@@ -192,11 +192,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
192
192
|
}>> & {
|
|
193
193
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
disabled: boolean;
|
|
196
|
-
label: string;
|
|
197
195
|
error: boolean;
|
|
198
|
-
resize: string;
|
|
199
196
|
success: boolean;
|
|
197
|
+
disabled: boolean;
|
|
198
|
+
resize: string;
|
|
199
|
+
label: string;
|
|
200
200
|
inputClass: string | Record<string, any>;
|
|
201
201
|
labelOutside: boolean;
|
|
202
202
|
placeholder: string;
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
25
|
selectedTimezone(): any;
|
|
26
26
|
options(): any[];
|
|
27
27
|
}, {
|
|
28
|
-
t: (original: string, placeholders?: Record<string, string | number>
|
|
28
|
+
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
29
29
|
change(newValue: any): void;
|
|
30
30
|
/**
|
|
31
31
|
* Returns whether this is a continent label,
|
|
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
78
78
|
*/
|
|
79
79
|
isCustomAvatar(): boolean;
|
|
80
80
|
hasUrl(): any;
|
|
81
|
-
isLinkComponent(): "
|
|
81
|
+
isLinkComponent(): "a" | "div";
|
|
82
82
|
styles(): {
|
|
83
83
|
content: {
|
|
84
84
|
height: string;
|
|
@@ -168,10 +168,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
168
168
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
size: number;
|
|
171
|
-
url: string;
|
|
172
171
|
primary: boolean;
|
|
173
|
-
open: boolean;
|
|
174
172
|
user: string;
|
|
173
|
+
url: string;
|
|
174
|
+
open: boolean;
|
|
175
175
|
showUserStatus: boolean;
|
|
176
176
|
displayName: string;
|
|
177
177
|
margin: number;
|
|
@@ -3,7 +3,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
* The vnodes to render
|
|
4
4
|
*/
|
|
5
5
|
vnodes: {
|
|
6
|
-
type: (
|
|
6
|
+
type: (ArrayConstructor | ObjectConstructor)[];
|
|
7
7
|
default: null;
|
|
8
8
|
};
|
|
9
9
|
}, any, any, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -11,10 +11,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
* The vnodes to render
|
|
12
12
|
*/
|
|
13
13
|
vnodes: {
|
|
14
|
-
type: (
|
|
14
|
+
type: (ArrayConstructor | ObjectConstructor)[];
|
|
15
15
|
default: null;
|
|
16
16
|
};
|
|
17
17
|
}>>, {
|
|
18
|
-
vnodes: Record<string, any
|
|
18
|
+
vnodes: unknown[] | Record<string, any>;
|
|
19
19
|
}, {}>;
|
|
20
20
|
export default _default;
|
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
export { default as NcActionButton } from './NcActionButton/index.js';
|
|
23
6
|
export { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js';
|
|
@@ -52,6 +35,7 @@ export { default as NcBreadcrumb } from './NcBreadcrumb/index.js';
|
|
|
52
35
|
export { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js';
|
|
53
36
|
export { default as NcButton } from './NcButton/index';
|
|
54
37
|
export { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js';
|
|
38
|
+
export { default as NcChip } from './NcChip/index';
|
|
55
39
|
export { default as NcColorPicker } from './NcColorPicker/index.js';
|
|
56
40
|
export { default as NcContent } from './NcContent/index.js';
|
|
57
41
|
export { default as NcCounterBubble } from './NcCounterBubble/index.js';
|
|
@@ -62,16 +46,19 @@ export { default as NcDateTimePicker } from './NcDateTimePicker/index.js';
|
|
|
62
46
|
export { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js';
|
|
63
47
|
export { default as NcDialog } from './NcDialog/index.js';
|
|
64
48
|
export { default as NcDialogButton } from './NcDialogButton/index.js';
|
|
49
|
+
export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js';
|
|
65
50
|
export { default as NcEmojiPicker } from './NcEmojiPicker/index.js';
|
|
66
51
|
export { default as NcEmptyContent } from './NcEmptyContent/index.js';
|
|
67
52
|
export { default as NcGuestContent } from './NcGuestContent/index.js';
|
|
68
53
|
export { default as NcHeaderMenu } from './NcHeaderMenu/index.js';
|
|
69
54
|
export { default as NcHighlight } from './NcHighlight/index.js';
|
|
70
55
|
export { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js';
|
|
56
|
+
export { default as NcInputField } from './NcInputField/index.js';
|
|
71
57
|
export { default as NcListItem } from './NcListItem/index.js';
|
|
72
58
|
export { default as NcListItemIcon } from './NcListItemIcon/index.js';
|
|
73
59
|
export { default as NcLoadingIcon } from './NcLoadingIcon/index.js';
|
|
74
60
|
export { default as NcModal } from './NcModal/index.js';
|
|
61
|
+
export { default as NcVNodes } from './NcVNodes/index.js';
|
|
75
62
|
export { default as NcNoteCard } from './NcNoteCard/index.js';
|
|
76
63
|
export { default as NcPasswordField } from './NcPasswordField/index.js';
|
|
77
64
|
export { default as NcPopover } from './NcPopover/index.js';
|
|
@@ -32,20 +32,20 @@ export declare function useFormatDateTime(timestamp?: MaybeRef<Date | number>, o
|
|
|
32
32
|
weekday?: "long" | "short" | "narrow" | undefined;
|
|
33
33
|
era?: "long" | "short" | "narrow" | undefined;
|
|
34
34
|
year?: "numeric" | "2-digit" | undefined;
|
|
35
|
-
month?: "
|
|
35
|
+
month?: "numeric" | "2-digit" | "long" | "short" | "narrow" | undefined;
|
|
36
36
|
day?: "numeric" | "2-digit" | undefined;
|
|
37
37
|
hour?: "numeric" | "2-digit" | undefined;
|
|
38
38
|
minute?: "numeric" | "2-digit" | undefined;
|
|
39
39
|
second?: "numeric" | "2-digit" | undefined;
|
|
40
|
-
timeZoneName?: "
|
|
40
|
+
timeZoneName?: "short" | "long" | "shortOffset" | "longOffset" | "shortGeneric" | "longGeneric" | undefined;
|
|
41
41
|
formatMatcher?: "best fit" | "basic" | undefined;
|
|
42
42
|
hour12?: boolean | undefined;
|
|
43
43
|
timeZone?: string | undefined;
|
|
44
44
|
calendar?: string | undefined;
|
|
45
|
-
dayPeriod?: "
|
|
45
|
+
dayPeriod?: "narrow" | "short" | "long" | undefined;
|
|
46
46
|
numberingSystem?: string | undefined;
|
|
47
|
-
dateStyle?: "
|
|
48
|
-
timeStyle?: "
|
|
47
|
+
dateStyle?: "full" | "long" | "medium" | "short" | undefined;
|
|
48
|
+
timeStyle?: "full" | "long" | "medium" | "short" | undefined;
|
|
49
49
|
hourCycle?: "h11" | "h12" | "h23" | "h24" | undefined;
|
|
50
50
|
fractionalSecondDigits?: 1 | 2 | 3 | undefined;
|
|
51
51
|
};
|
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
export { default as Focus } from './Focus/index.js';
|
|
23
6
|
export { default as Linkify } from './Linkify/index.js';
|
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author Christopher Ng <chrng8@gmail.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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
/**
|
|
23
6
|
* Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise
|
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author Jonas Meurer <jonas@freesources.org>
|
|
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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
/**
|
|
23
6
|
* Skin tones supported by Unicode Emojis (Fitzpatrick scale)
|
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* @author Jonas Meurer <jonas@freesources.org>
|
|
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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
export * from './emoji';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,23 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
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
|
-
*
|
|
2
|
+
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
3
|
+
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
21
4
|
*/
|
|
22
5
|
export * from './components/index';
|
|
23
6
|
export * from './composables/index.js';
|
package/dist/index.mjs
CHANGED
|
@@ -1,120 +1,104 @@
|
|
|
1
|
-
import './assets/NcRichText-
|
|
2
|
-
import { N as NcActionButton } from "./chunks/NcActionButton-
|
|
3
|
-
import { N as NcActionButtonGroup } from "./chunks/NcActionButtonGroup-
|
|
4
|
-
import { N as NcActionCaption } from "./chunks/NcActionCaption-
|
|
5
|
-
import { N as NcActionCheckbox } from "./chunks/NcActionCheckbox-
|
|
6
|
-
import { N as NcActionInput } from "./chunks/NcActionInput-
|
|
7
|
-
import { N as NcActionLink } from "./chunks/NcActionLink-
|
|
8
|
-
import { N as NcActionRadio } from "./chunks/NcActionRadio-
|
|
9
|
-
import { N as NcActionRouter } from "./chunks/NcActionRouter-
|
|
10
|
-
import { N as NcActions } from "./chunks/NcActions-
|
|
11
|
-
import { N as NcActionSeparator } from "./chunks/NcActionSeparator-
|
|
12
|
-
import { N as NcActionText } from "./chunks/NcActionText-
|
|
13
|
-
import { N as NcActionTextEditable } from "./chunks/NcActionTextEditable-
|
|
14
|
-
import { N as NcAppContent } from "./chunks/NcAppContent-
|
|
1
|
+
import './assets/NcRichText-yqgOn353.css';
|
|
2
|
+
import { N as NcActionButton } from "./chunks/NcActionButton-Bqkgltcz.mjs";
|
|
3
|
+
import { N as NcActionButtonGroup } from "./chunks/NcActionButtonGroup-BeQ4mLmQ.mjs";
|
|
4
|
+
import { N as NcActionCaption } from "./chunks/NcActionCaption-Cb_uvgZc.mjs";
|
|
5
|
+
import { N as NcActionCheckbox } from "./chunks/NcActionCheckbox-A6JNjini.mjs";
|
|
6
|
+
import { N as NcActionInput } from "./chunks/NcActionInput-DCe8K_gs.mjs";
|
|
7
|
+
import { N as NcActionLink } from "./chunks/NcActionLink-C0mINC5i.mjs";
|
|
8
|
+
import { N as NcActionRadio } from "./chunks/NcActionRadio-BqAyH2zq.mjs";
|
|
9
|
+
import { N as NcActionRouter } from "./chunks/NcActionRouter-Dr-j-IUI.mjs";
|
|
10
|
+
import { N as NcActions } from "./chunks/NcActions-COaRMDe5.mjs";
|
|
11
|
+
import { N as NcActionSeparator } from "./chunks/NcActionSeparator-DKFXmIJ5.mjs";
|
|
12
|
+
import { N as NcActionText } from "./chunks/NcActionText-C5ZPI56c.mjs";
|
|
13
|
+
import { N as NcActionTextEditable } from "./chunks/NcActionTextEditable-CLXTDGjr.mjs";
|
|
14
|
+
import { N as NcAppContent } from "./chunks/NcAppContent-D2in9bd7.mjs";
|
|
15
15
|
import { N as NcAppContentDetails } from "./chunks/NcAppContentDetails-Ch6NJvAl.mjs";
|
|
16
16
|
import { N as NcAppContentList } from "./chunks/NcAppContentList-DGwk3AvB.mjs";
|
|
17
|
-
import { N as NcAppNavigation } from "./chunks/NcAppNavigation-
|
|
18
|
-
import { N as NcAppNavigationCaption } from "./chunks/NcAppNavigationCaption-
|
|
19
|
-
import { N as NcAppNavigationIconBullet } from "./chunks/NcAppNavigationIconBullet-
|
|
20
|
-
import { N as NcAppNavigationItem } from "./chunks/NcAppNavigationItem-
|
|
21
|
-
import { N as NcAppNavigationList } from "./chunks/NcAppNavigationList-
|
|
22
|
-
import { N as NcAppNavigationNew } from "./chunks/NcAppNavigationNew-
|
|
23
|
-
import { N as NcAppNavigationNewItem } from "./chunks/NcAppNavigationNewItem-
|
|
24
|
-
import { N as NcAppNavigationSettings } from "./chunks/NcAppNavigationSettings-
|
|
25
|
-
import { N as NcAppNavigationSpacer } from "./chunks/NcAppNavigationSpacer-
|
|
26
|
-
import { N as NcAppSettingsDialog } from "./chunks/NcAppSettingsDialog-
|
|
27
|
-
import { N as NcAppSettingsSection } from "./chunks/NcAppSettingsSection-
|
|
28
|
-
import { N as NcAppSidebar } from "./chunks/NcAppSidebar-
|
|
29
|
-
import { N as NcAppSidebarTab } from "./chunks/NcAppSidebarTab-
|
|
30
|
-
import { N as NcAvatar } from "./chunks/NcAvatar-
|
|
31
|
-
import { u } from "./chunks/NcAvatar-
|
|
32
|
-
import { N as NcBreadcrumb } from "./chunks/NcBreadcrumb-
|
|
33
|
-
import { N as NcBreadcrumbs } from "./chunks/NcBreadcrumbs-
|
|
34
|
-
import { N as NcButton } from "./chunks/NcButton-
|
|
35
|
-
import { N as NcCheckboxRadioSwitch } from "./chunks/NcCheckboxRadioSwitch-
|
|
36
|
-
import { N as
|
|
37
|
-
import { N as
|
|
38
|
-
import { N as
|
|
39
|
-
import { N as
|
|
40
|
-
import { N as
|
|
41
|
-
import { N as
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import { N as
|
|
45
|
-
import { N as
|
|
46
|
-
import { N as
|
|
47
|
-
import { N as
|
|
48
|
-
import { N as
|
|
49
|
-
import { N as
|
|
50
|
-
import { N as
|
|
51
|
-
import {
|
|
52
|
-
import { N as
|
|
53
|
-
import {
|
|
54
|
-
import { N as
|
|
55
|
-
import { N as
|
|
17
|
+
import { N as NcAppNavigation } from "./chunks/NcAppNavigation-Dz1n-CeR.mjs";
|
|
18
|
+
import { N as NcAppNavigationCaption } from "./chunks/NcAppNavigationCaption-6odGo1iM.mjs";
|
|
19
|
+
import { N as NcAppNavigationIconBullet } from "./chunks/NcAppNavigationIconBullet-DuqQFciH.mjs";
|
|
20
|
+
import { N as NcAppNavigationItem } from "./chunks/NcAppNavigationItem-BHtzDfb2.mjs";
|
|
21
|
+
import { N as NcAppNavigationList } from "./chunks/NcAppNavigationList-DCmrqe9N.mjs";
|
|
22
|
+
import { N as NcAppNavigationNew } from "./chunks/NcAppNavigationNew-CRonFKWJ.mjs";
|
|
23
|
+
import { N as NcAppNavigationNewItem } from "./chunks/NcAppNavigationNewItem-Ctbp1kb-.mjs";
|
|
24
|
+
import { N as NcAppNavigationSettings } from "./chunks/NcAppNavigationSettings-ynYeFb6Z.mjs";
|
|
25
|
+
import { N as NcAppNavigationSpacer } from "./chunks/NcAppNavigationSpacer-BQFYpMbq.mjs";
|
|
26
|
+
import { N as NcAppSettingsDialog } from "./chunks/NcAppSettingsDialog-CjpGb_I4.mjs";
|
|
27
|
+
import { N as NcAppSettingsSection } from "./chunks/NcAppSettingsSection-a7OfJ9GT.mjs";
|
|
28
|
+
import { N as NcAppSidebar } from "./chunks/NcAppSidebar-BGCuCKk_.mjs";
|
|
29
|
+
import { N as NcAppSidebarTab } from "./chunks/NcAppSidebarTab-zBqyKIgn.mjs";
|
|
30
|
+
import { N as NcAvatar } from "./chunks/NcAvatar-OjWzLdGK.mjs";
|
|
31
|
+
import { u } from "./chunks/NcAvatar-OjWzLdGK.mjs";
|
|
32
|
+
import { N as NcBreadcrumb } from "./chunks/NcBreadcrumb-Df7Nn5jU.mjs";
|
|
33
|
+
import { N as NcBreadcrumbs } from "./chunks/NcBreadcrumbs-CighY87i.mjs";
|
|
34
|
+
import { N as NcButton } from "./chunks/NcButton-DvO0XwJf.mjs";
|
|
35
|
+
import { N as NcCheckboxRadioSwitch } from "./chunks/NcCheckboxRadioSwitch-BW7W0ToW.mjs";
|
|
36
|
+
import { N as NcChip } from "./chunks/NcChip-Crkkyllt.mjs";
|
|
37
|
+
import { N as NcColorPicker } from "./chunks/NcColorPicker-Bq2-21Np.mjs";
|
|
38
|
+
import { N as NcContent } from "./chunks/NcContent-WcbDFG2f.mjs";
|
|
39
|
+
import { N as NcCounterBubble } from "./chunks/NcCounterBubble-B0Sk58x_.mjs";
|
|
40
|
+
import { N as NcDashboardWidget } from "./chunks/NcDashboardWidget-xBpqAct1.mjs";
|
|
41
|
+
import { N as NcDashboardWidgetItem } from "./chunks/NcDashboardWidgetItem-BwemNzvL.mjs";
|
|
42
|
+
import { N as NcDateTime } from "./chunks/NcDateTime-BVQqC6rO.mjs";
|
|
43
|
+
import { u as u2 } from "./chunks/NcDateTime-BVQqC6rO.mjs";
|
|
44
|
+
import { N as NcDateTimePicker } from "./chunks/NcDateTimePicker-CjuFbS-2.mjs";
|
|
45
|
+
import { N as NcDateTimePickerNative } from "./chunks/NcDateTimePickerNative-DwJ_yIEg.mjs";
|
|
46
|
+
import { N as NcDialog } from "./chunks/NcDialog-CE2gyz2g.mjs";
|
|
47
|
+
import { N as NcDialogButton } from "./chunks/NcDialogButton-DAb0CNtg.mjs";
|
|
48
|
+
import { N as NcEllipsisedOption } from "./chunks/NcEllipsisedOption-CufdpPBu.mjs";
|
|
49
|
+
import { N as NcEmojiPicker } from "./chunks/NcEmojiPicker-DNbUUyLY.mjs";
|
|
50
|
+
import { N as NcEmptyContent } from "./chunks/NcEmptyContent-BoGB3vFC.mjs";
|
|
51
|
+
import { N as NcGuestContent } from "./chunks/NcGuestContent-DVqg5Bq4.mjs";
|
|
52
|
+
import { N as NcHeaderMenu } from "./chunks/NcHeaderMenu-CIWkk8T1.mjs";
|
|
53
|
+
import { _ as _sfc_main } from "./chunks/NcHighlight-BHtRIzqk.mjs";
|
|
54
|
+
import { N as NcIconSvgWrapper } from "./chunks/NcIconSvgWrapper-DbL6OP85.mjs";
|
|
55
|
+
import { N as NcInputField } from "./chunks/NcInputField-BrAvsgA4.mjs";
|
|
56
|
+
import { N as NcListItem } from "./chunks/NcListItem-D3yyUn7h.mjs";
|
|
57
|
+
import { N as NcListItemIcon } from "./chunks/NcListItemIcon-B06oTqsI.mjs";
|
|
58
|
+
import { N as NcLoadingIcon } from "./chunks/NcLoadingIcon-DREmHXr2.mjs";
|
|
56
59
|
import NcModal from "./Components/NcModal.mjs";
|
|
57
|
-
import
|
|
58
|
-
import { N as
|
|
59
|
-
import { N as
|
|
60
|
-
import { N as
|
|
61
|
-
import { N as
|
|
62
|
-
import { N as
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import { N as
|
|
60
|
+
import _sfc_main$1 from "./Components/NcVNodes.mjs";
|
|
61
|
+
import { N as NcNoteCard } from "./chunks/NcNoteCard-CQgzjr2r.mjs";
|
|
62
|
+
import { N as NcPasswordField } from "./chunks/NcPasswordField-CaRDsoPg.mjs";
|
|
63
|
+
import { N as NcPopover } from "./chunks/NcPopover-BXfbq-Vs.mjs";
|
|
64
|
+
import { N as NcProgressBar } from "./chunks/NcProgressBar-C2r8oqsv.mjs";
|
|
65
|
+
import { N as NcRelatedResourcesPanel } from "./chunks/NcRelatedResourcesPanel-Bg_z2tZT.mjs";
|
|
66
|
+
import { N as NcMentionBubble } from "./chunks/index-BKkaCvJ0.mjs";
|
|
67
|
+
import { r } from "./chunks/index-BKkaCvJ0.mjs";
|
|
68
|
+
import { N as NcAutoCompleteResult, a as NcRichContenteditable } from "./chunks/NcRichContenteditable-Cx8Fv6sx.mjs";
|
|
69
|
+
import { N as NcRichText } from "./chunks/NcRichText-2N_x-ark.mjs";
|
|
66
70
|
import { N, h, d, i, b, r as r2, c, a } from "./chunks/index-CtoB4eIp.mjs";
|
|
67
71
|
import "@vueuse/core";
|
|
68
72
|
import "vue";
|
|
69
|
-
import
|
|
70
|
-
import "./chunks/
|
|
73
|
+
import "vue-router";
|
|
74
|
+
import { a as a2, g, b as b2, c as c2, d as d2, s } from "./chunks/referencePickerModal-Cho5o36L.mjs";
|
|
75
|
+
import "./chunks/autolink-CKPk5rzg.mjs";
|
|
71
76
|
import "@nextcloud/axios";
|
|
72
77
|
import "@nextcloud/router";
|
|
73
78
|
/* empty css */
|
|
74
|
-
import { N as NcSelect } from "./chunks/NcSelect-
|
|
75
|
-
import { N as NcTextField } from "./chunks/NcTextField-
|
|
79
|
+
import { N as NcSelect } from "./chunks/NcSelect-CPlvJjcY.mjs";
|
|
80
|
+
import { N as NcTextField } from "./chunks/NcTextField-W5cVvjob.mjs";
|
|
76
81
|
import "@nextcloud/event-bus";
|
|
77
82
|
import { N as NcSavingIndicatorIcon } from "./chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs";
|
|
78
|
-
import { N as NcSelectTags } from "./chunks/NcSelectTags-
|
|
79
|
-
import { N as NcSettingsInputText } from "./chunks/NcSettingsInputText-
|
|
80
|
-
import { N as NcSettingsSection } from "./chunks/NcSettingsSection-
|
|
81
|
-
import { N as NcSettingsSelectGroup } from "./chunks/NcSettingsSelectGroup-
|
|
82
|
-
import { N as NcTextArea } from "./chunks/NcTextArea-
|
|
83
|
-
import { N as NcTimezonePicker } from "./chunks/NcTimezonePicker-
|
|
84
|
-
import { N as NcUserBubble } from "./chunks/NcUserBubble-
|
|
85
|
-
import { N as NcUserStatusIcon } from "./chunks/NcUserStatusIcon-
|
|
83
|
+
import { N as NcSelectTags } from "./chunks/NcSelectTags-Hpq3uQ0b.mjs";
|
|
84
|
+
import { N as NcSettingsInputText } from "./chunks/NcSettingsInputText-oIYmufF3.mjs";
|
|
85
|
+
import { N as NcSettingsSection } from "./chunks/NcSettingsSection-CMw4W_UL.mjs";
|
|
86
|
+
import { N as NcSettingsSelectGroup } from "./chunks/NcSettingsSelectGroup-BTVYUUsQ.mjs";
|
|
87
|
+
import { N as NcTextArea } from "./chunks/NcTextArea-qvR02aYz.mjs";
|
|
88
|
+
import { N as NcTimezonePicker } from "./chunks/NcTimezonePicker-DQ7LMeQo.mjs";
|
|
89
|
+
import { N as NcUserBubble } from "./chunks/NcUserBubble-DrQahQl0.mjs";
|
|
90
|
+
import { N as NcUserStatusIcon } from "./chunks/NcUserStatusIcon-CA3yJfmu.mjs";
|
|
86
91
|
import { useIsFullscreen } from "./Composables/useIsFullscreen.mjs";
|
|
87
92
|
import { MOBILE_BREAKPOINT, MOBILE_SMALL_BREAKPOINT, isMobileState, useIsMobile, useIsSmallMobile } from "./Composables/useIsMobile.mjs";
|
|
88
93
|
import { isA11yActivation } from "./Functions/a11y.mjs";
|
|
89
|
-
import { E, a as a3, e, g as g2, s as s2 } from "./chunks/emoji-
|
|
90
|
-
import { u as u3 } from "./chunks/usernameToColor-
|
|
94
|
+
import { E, a as a3, e, g as g2, s as s2 } from "./chunks/emoji-Ba55f8iV.mjs";
|
|
95
|
+
import { u as u3 } from "./chunks/usernameToColor-4ci35wWd.mjs";
|
|
91
96
|
import { directive } from "./Directives/Focus.mjs";
|
|
92
97
|
import { directive as directive$1 } from "./Directives/Linkify.mjs";
|
|
93
98
|
import "./Directives/Tooltip.mjs";
|
|
94
99
|
import { default as default2 } from "./Mixins/clickOutsideOptions.mjs";
|
|
95
100
|
import { VTooltip } from "floating-vue";
|
|
96
101
|
import { VTooltip as VTooltip2 } from "floating-vue";
|
|
97
|
-
/**
|
|
98
|
-
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
|
99
|
-
*
|
|
100
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
101
|
-
*
|
|
102
|
-
* @license AGPL-3.0-or-later
|
|
103
|
-
*
|
|
104
|
-
* This program is free software: you can redistribute it and/or modify
|
|
105
|
-
* it under the terms of the GNU Affero General Public License as
|
|
106
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
107
|
-
* License, or (at your option) any later version.
|
|
108
|
-
*
|
|
109
|
-
* This program is distributed in the hope that it will be useful,
|
|
110
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
111
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
112
|
-
* GNU Affero General Public License for more details.
|
|
113
|
-
*
|
|
114
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
115
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
116
|
-
*
|
|
117
|
-
*/
|
|
118
102
|
const NcComponents = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
119
103
|
__proto__: null,
|
|
120
104
|
NcActionButton,
|
|
@@ -151,6 +135,7 @@ const NcComponents = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
151
135
|
NcBreadcrumbs,
|
|
152
136
|
NcButton,
|
|
153
137
|
NcCheckboxRadioSwitch,
|
|
138
|
+
NcChip,
|
|
154
139
|
NcColorPicker,
|
|
155
140
|
NcContent,
|
|
156
141
|
NcCounterBubble,
|
|
@@ -161,12 +146,14 @@ const NcComponents = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
161
146
|
NcDateTimePickerNative,
|
|
162
147
|
NcDialog,
|
|
163
148
|
NcDialogButton,
|
|
149
|
+
NcEllipsisedOption,
|
|
164
150
|
NcEmojiPicker,
|
|
165
151
|
NcEmptyContent,
|
|
166
152
|
NcGuestContent,
|
|
167
153
|
NcHeaderMenu,
|
|
168
154
|
NcHighlight: _sfc_main,
|
|
169
155
|
NcIconSvgWrapper,
|
|
156
|
+
NcInputField,
|
|
170
157
|
NcListItem,
|
|
171
158
|
NcListItemIcon,
|
|
172
159
|
NcLoadingIcon,
|
|
@@ -189,29 +176,9 @@ const NcComponents = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
|
|
|
189
176
|
NcTextField,
|
|
190
177
|
NcTimezonePicker,
|
|
191
178
|
NcUserBubble,
|
|
192
|
-
NcUserStatusIcon
|
|
179
|
+
NcUserStatusIcon,
|
|
180
|
+
NcVNodes: _sfc_main$1
|
|
193
181
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
194
|
-
/**
|
|
195
|
-
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
|
196
|
-
*
|
|
197
|
-
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
198
|
-
*
|
|
199
|
-
* @license AGPL-3.0-or-later
|
|
200
|
-
*
|
|
201
|
-
* This program is free software: you can redistribute it and/or modify
|
|
202
|
-
* it under the terms of the GNU Affero General Public License as
|
|
203
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
204
|
-
* License, or (at your option) any later version.
|
|
205
|
-
*
|
|
206
|
-
* This program is distributed in the hope that it will be useful,
|
|
207
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
208
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
209
|
-
* GNU Affero General Public License for more details.
|
|
210
|
-
*
|
|
211
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
212
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
213
|
-
*
|
|
214
|
-
*/
|
|
215
182
|
const NcDirectives = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
216
183
|
__proto__: null,
|
|
217
184
|
Focus: directive,
|
|
@@ -268,6 +235,7 @@ export {
|
|
|
268
235
|
NcBreadcrumbs,
|
|
269
236
|
NcButton,
|
|
270
237
|
NcCheckboxRadioSwitch,
|
|
238
|
+
NcChip,
|
|
271
239
|
NcColorPicker,
|
|
272
240
|
NcContent,
|
|
273
241
|
NcCounterBubble,
|
|
@@ -279,12 +247,14 @@ export {
|
|
|
279
247
|
NcDateTimePickerNative,
|
|
280
248
|
NcDialog,
|
|
281
249
|
NcDialogButton,
|
|
250
|
+
NcEllipsisedOption,
|
|
282
251
|
NcEmojiPicker,
|
|
283
252
|
NcEmptyContent,
|
|
284
253
|
NcGuestContent,
|
|
285
254
|
NcHeaderMenu,
|
|
286
255
|
_sfc_main as NcHighlight,
|
|
287
256
|
NcIconSvgWrapper,
|
|
257
|
+
NcInputField,
|
|
288
258
|
NcListItem,
|
|
289
259
|
NcListItemIcon,
|
|
290
260
|
NcLoadingIcon,
|
|
@@ -308,6 +278,7 @@ export {
|
|
|
308
278
|
NcTimezonePicker,
|
|
309
279
|
NcUserBubble,
|
|
310
280
|
NcUserStatusIcon,
|
|
281
|
+
_sfc_main$1 as NcVNodes,
|
|
311
282
|
NextcloudVuePlugin,
|
|
312
283
|
VTooltip2 as Tooltip,
|
|
313
284
|
a2 as anyLinkProviderId,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../src/plugin.ts"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\nimport type { Directive, Plugin } from 'vue'\n\nimport * as NcComponents from './components/index'\nimport * as NcDirectives from './directives/index'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import { createApp } from 'vue'\n *\n * const app = createApp({})\n *\n * app.use(NextcloudVuePlugin, {\n * // optional options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: Plugin = {\n\tinstall(app) {\n\t\t// Install components\n\t\tObject.entries(NcComponents).forEach(([name, component]) => {\n\t\t\tapp.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tapp.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwBO,MAAM,qBAA6B;AAAA,EACzC,QAAQ,KAAK;AAEL,WAAA,QAAQ,YAAY,EAAE,QAAQ,CAAC,CAAC,MAAM,SAAS,MAAM;AAC3D,UAAI,UAAU,UAAU,QAAQ,MAAM,SAAS;AAAA,IAAA,CAC/C;AAGM,WAAA,QAAQ,YAA4C,EAAE,QAAQ,CAAC,CAAC,MAAMA,UAAS,MAAM;AACvF,UAAA,UAAU,MAAMA,UAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
|
package/dist/l10n.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const t: (original: string, placeholders?: Record<string, string | number>
|
|
2
|
-
export const n: (singular: string, plural: string, count: number, placeholders?: Record<string, string | number>
|
|
1
|
+
export const t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
2
|
+
export const n: (singular: string, plural: string, count: number, placeholders?: Record<string, string | number>) => string;
|