@nextcloud/vue 9.0.0-alpha.3 → 9.0.0-alpha.5
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 +68 -2
- 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 +4 -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/NcCollectionList.mjs +4 -0
- package/dist/Components/NcCollectionList.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 +36 -58
- 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-CWeMjjhD.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-TYqL_3Eu.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-C_QldGnW.css +30 -0
- package/dist/assets/{NcAppSidebar-v-H-37nV.css → NcAppSidebar-B7CgUHLX.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-B62D9Gft.css +210 -0
- package/dist/assets/{NcCheckboxRadioSwitch-BrP8x4oD.css → NcCheckboxRadioSwitch-ChIIElUW.css} +53 -81
- package/dist/assets/NcChip-Cho4h_Kr.css +61 -0
- package/dist/assets/NcCollectionList-BT2L4guq.css +221 -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-DHWLpzCH.css} +38 -76
- package/dist/assets/NcDateTimePickerNative-DLch-JRA.css +47 -0
- package/dist/assets/NcDialog-DXX2MKxJ.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-Cb5YSERm.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-CZnSCalG.css} +43 -56
- 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-C6t8od-_.css +73 -0
- package/dist/assets/{NcModal-JZMyM8zO.css → NcModal-Cr_CG7O3.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-Cf8PvtvB.css} +55 -97
- package/dist/assets/NcRichText-yXgN8zvG.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-FLA1tQpD.css +30 -0
- package/dist/assets/{Tooltip-jHgt4m-W.css → Tooltip-4CSl8xev.css} +10 -30
- package/dist/assets/referencePickerModal-G4uFPuyg.css +413 -0
- package/dist/chunks/{GenColors-BjorWIgA.mjs → GenColors-AKX06ocD.mjs} +1 -23
- package/dist/chunks/GenColors-AKX06ocD.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-QSxR0BLf.mjs} +3 -3
- package/dist/chunks/NcActionButtonGroup-QSxR0BLf.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-DY8dxchc.mjs} +11 -11
- package/dist/chunks/NcActionInput-DY8dxchc.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-DqMOvrbN.mjs} +7 -7
- package/dist/chunks/NcActions-DqMOvrbN.mjs.map +1 -0
- package/dist/chunks/{NcAppContent-jvz75P8O.mjs → NcAppContent-xtfi9kNO.mjs} +6 -6
- package/dist/chunks/NcAppContent-xtfi9kNO.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-C9Ku9eb2.mjs} +5 -5
- package/dist/chunks/NcAppNavigation-C9Ku9eb2.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationCaption-BnhoAPkJ.mjs → NcAppNavigationCaption-BysnsczC.mjs} +10 -6
- package/dist/chunks/NcAppNavigationCaption-BysnsczC.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--znMc-4G.mjs} +12 -12
- package/dist/chunks/NcAppNavigationItem--znMc-4G.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-xPVyvfza.mjs} +3 -3
- package/dist/chunks/NcAppNavigationNew-xPVyvfza.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNewItem-u85Ffz-V.mjs → NcAppNavigationNewItem-DS1hIl6W.mjs} +4 -4
- package/dist/chunks/NcAppNavigationNewItem-DS1hIl6W.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationSettings-D_4gHC9H.mjs → NcAppNavigationSettings-CekHqqk0.mjs} +5 -5
- package/dist/chunks/NcAppNavigationSettings-CekHqqk0.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-DfX9dazn.mjs} +5 -5
- package/dist/chunks/NcAppNavigationToggle-DfX9dazn.mjs.map +1 -0
- package/dist/chunks/{NcAppSettingsDialog-DXpamfEo.mjs → NcAppSettingsDialog-ChTLtlsE.mjs} +5 -5
- package/dist/chunks/NcAppSettingsDialog-ChTLtlsE.mjs.map +1 -0
- package/dist/chunks/{NcAppSettingsSection-PG8OLRbP.mjs → NcAppSettingsSection-CJff2xNR.mjs} +10 -6
- package/dist/chunks/NcAppSettingsSection-CJff2xNR.mjs.map +1 -0
- package/dist/chunks/{NcAppSidebar-B0pjWsoI.mjs → NcAppSidebar-C9frc6kG.mjs} +252 -202
- package/dist/chunks/NcAppSidebar-C9frc6kG.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-BjooMt8H.mjs} +16 -37
- package/dist/chunks/NcAvatar-BjooMt8H.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumb-C3k6T3Bj.mjs → NcBreadcrumb-Btbcn1IT.mjs} +5 -5
- package/dist/chunks/NcBreadcrumb-Btbcn1IT.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumbs-Crc4BkfA.mjs → NcBreadcrumbs-BFR0zNov.mjs} +12 -16
- package/dist/chunks/NcBreadcrumbs-BFR0zNov.mjs.map +1 -0
- package/dist/chunks/{NcButton-B27fpd1m.mjs → NcButton-Bhuckhtj.mjs} +57 -43
- package/dist/chunks/NcButton-Bhuckhtj.mjs.map +1 -0
- package/dist/chunks/{NcCheckboxRadioSwitch-DdG8AL_h.mjs → NcCheckboxRadioSwitch-fsQs5UG3.mjs} +49 -31
- package/dist/chunks/NcCheckboxRadioSwitch-fsQs5UG3.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_266d05fb_lang-8iSIJ9Oz.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_266d05fb_lang-8iSIJ9Oz.mjs.map +1 -0
- package/dist/chunks/NcChip-Z436j_vb.mjs +143 -0
- package/dist/chunks/NcChip-Z436j_vb.mjs.map +1 -0
- package/dist/chunks/NcCollectionList-B8r2GWp5.mjs +589 -0
- package/dist/chunks/NcCollectionList-B8r2GWp5.mjs.map +1 -0
- package/dist/chunks/{NcColorPicker-D4IB1shI.mjs → NcColorPicker-ChOP5UKN.mjs} +7 -7
- package/dist/chunks/NcColorPicker-ChOP5UKN.mjs.map +1 -0
- package/dist/chunks/NcContent-BTRh5byh.mjs +130 -0
- package/dist/chunks/NcContent-BTRh5byh.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-CyEJLxAR.mjs} +8 -8
- package/dist/chunks/NcDashboardWidget-CyEJLxAR.mjs.map +1 -0
- package/dist/chunks/{NcDashboardWidgetItem-BbgZpZ-D.mjs → NcDashboardWidgetItem-DfP6DwdF.mjs} +5 -5
- package/dist/chunks/NcDashboardWidgetItem-DfP6DwdF.mjs.map +1 -0
- package/dist/chunks/{NcDateTime-p5872lEX.mjs → NcDateTime-DX34z7Lo.mjs} +1 -22
- package/dist/chunks/NcDateTime-DX34z7Lo.mjs.map +1 -0
- package/dist/chunks/{NcDateTimePicker-C1gBl-W0.mjs → NcDateTimePicker-D9gDwRl4.mjs} +8 -8
- package/dist/chunks/NcDateTimePicker-D9gDwRl4.mjs.map +1 -0
- package/dist/chunks/{NcDateTimePickerNative-CyCL5Ovh.mjs → NcDateTimePickerNative-d04KsMAl.mjs} +3 -3
- package/dist/chunks/NcDateTimePickerNative-d04KsMAl.mjs.map +1 -0
- package/dist/chunks/{NcDialog-Dq3Qnbke.mjs → NcDialog-D5IAHMrC.mjs} +13 -9
- package/dist/chunks/NcDialog-D5IAHMrC.mjs.map +1 -0
- package/dist/chunks/{NcDialogButton-C6SudZTq.mjs → NcDialogButton-BkFODtad.mjs} +15 -5
- package/dist/chunks/NcDialogButton-BkFODtad.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-Dtc8dnSp.mjs} +10 -10
- package/dist/chunks/NcEmojiPicker-Dtc8dnSp.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-CKynqFZZ.mjs} +7 -6
- package/dist/chunks/NcHeaderMenu-CKynqFZZ.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-DkOh9UP_.mjs} +5 -5
- package/dist/chunks/NcInputConfirmCancel-DkOh9UP_.mjs.map +1 -0
- package/dist/chunks/{NcInputField-DX0Brmlk.mjs → NcInputField-hpiI0X9L.mjs} +4 -4
- package/dist/chunks/NcInputField-hpiI0X9L.mjs.map +1 -0
- package/dist/chunks/{NcListItem-CgZoQEIf.mjs → NcListItem-DX-yKrou.mjs} +5 -5
- package/dist/chunks/{NcListItem-CgZoQEIf.mjs.map → NcListItem-DX-yKrou.mjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-A5o8HkQv.mjs → NcListItemIcon-Bgd2w_Ug.mjs} +6 -6
- package/dist/chunks/NcListItemIcon-Bgd2w_Ug.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-Vfr9wcwj.mjs} +5 -4
- package/dist/chunks/NcPasswordField-Vfr9wcwj.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-DXQ9WHF5.mjs} +11 -11
- package/dist/chunks/NcRelatedResourcesPanel-DXQ9WHF5.mjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-P06ORHyg.mjs → NcRichContenteditable-Bf9Kg4hl.mjs} +53 -30
- package/dist/chunks/NcRichContenteditable-Bf9Kg4hl.mjs.map +1 -0
- package/dist/chunks/{NcRichText-BfreYq5m.mjs → NcRichText-COi8Ex6O.mjs} +11 -10
- package/dist/chunks/NcRichText-COi8Ex6O.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs.map +1 -1
- package/dist/chunks/{NcSelect-Dt3JJc9b.mjs → NcSelect-uOkQ9CdB.mjs} +7 -7
- package/dist/chunks/NcSelect-uOkQ9CdB.mjs.map +1 -0
- package/dist/chunks/{NcSelectTags-F8Z_SdXE.mjs → NcSelectTags-1hIEJsvj.mjs} +3 -24
- package/dist/chunks/NcSelectTags-1hIEJsvj.mjs.map +1 -0
- package/dist/chunks/{NcSettingsInputText-BtDwhhX0.mjs → NcSettingsInputText-DO40BQ3B.mjs} +5 -5
- package/dist/chunks/NcSettingsInputText-DO40BQ3B.mjs.map +1 -0
- package/dist/chunks/{NcSettingsSection-BN98AV4b.mjs → NcSettingsSection-BDI1fNYG.mjs} +4 -4
- package/dist/chunks/NcSettingsSection-BDI1fNYG.mjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-61ylzaOo.mjs → NcSettingsSelectGroup-OQVMB2G-.mjs} +6 -6
- package/dist/chunks/NcSettingsSelectGroup-OQVMB2G-.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-DctsarIL.mjs} +3 -3
- package/dist/chunks/NcTextField-DctsarIL.mjs.map +1 -0
- package/dist/chunks/NcTimezonePicker-CGW5Q2gI.mjs +187 -0
- package/dist/chunks/NcTimezonePicker-CGW5Q2gI.mjs.map +1 -0
- package/dist/chunks/{NcUserBubble-B1nO-OgL.mjs → NcUserBubble-CsVyJK3C.mjs} +4 -4
- package/dist/chunks/NcUserBubble-CsVyJK3C.mjs.map +1 -0
- package/dist/chunks/{NcUserStatusIcon-DXxHWiO9.mjs → NcUserStatusIcon-CLYI768S.mjs} +10 -36
- package/dist/chunks/NcUserStatusIcon-CLYI768S.mjs.map +1 -0
- package/dist/chunks/ScopeComponent-59SnWk9S.mjs +14 -0
- package/dist/chunks/ScopeComponent-59SnWk9S.mjs.map +1 -0
- package/dist/chunks/_l10n-6dsjYig_.mjs +126 -0
- package/dist/chunks/_l10n-6dsjYig_.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-CtoB4eIp.mjs.map +1 -1
- package/dist/chunks/{index-5AsHlmYO.mjs → index-CyNq54HS.mjs} +4 -25
- package/dist/chunks/index-CyNq54HS.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-Tr-vmVPW.mjs → referencePickerModal-BwzqUWFA.mjs} +27 -246
- package/dist/chunks/referencePickerModal-BwzqUWFA.mjs.map +1 -0
- package/dist/chunks/usernameToColor-CEyHwgy-.mjs +26 -0
- package/dist/chunks/usernameToColor-CEyHwgy-.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 +6 -6
- package/dist/components/NcAppContent/NcAppContent.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +6 -69
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +6 -6
- 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 +62 -15
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +16 -0
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +4 -4
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +5 -5
- package/dist/components/NcButton/NcButton.vue.d.ts +47 -25
- package/dist/components/NcButton/index.d.ts +3 -19
- package/dist/components/NcButton/types.d.ts +30 -0
- package/dist/components/NcChip/NcChip.vue.d.ts +113 -0
- package/dist/components/NcChip/index.d.ts +5 -0
- package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +126 -0
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +50 -0
- package/dist/components/NcCollectionList/index.d.ts +1 -0
- package/dist/components/NcCollectionList/service.d.ts +47 -0
- package/dist/components/NcCollectionList/useCollections.d.ts +31 -0
- package/dist/components/NcContent/NcContent.vue.d.ts +1 -1
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +1 -1
- package/dist/components/NcDialog/NcDialog.vue.d.ts +359 -1
- package/dist/components/NcDialogButton/NcDialogButton.vue.d.ts +94 -1
- package/dist/components/NcDialogButton/index.d.ts +4 -0
- 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 +3 -3
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- 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 +4 -4
- package/dist/components/NcVNodes/NcVNodes.vue.d.ts +3 -3
- package/dist/components/index.d.ts +7 -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 +93 -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/VueTypes.d.ts +3 -0
- package/dist/utils/getAvatarUrl.d.ts +2 -19
- package/dist/vendor.LICENSE.txt +4 -4
- package/package.json +32 -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/NcButton-BqOBMPBj.css +0 -204
- 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 +0 -122
- 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
|
@@ -40,7 +40,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
40
40
|
*
|
|
41
41
|
* @return {'true'|'false'|undefined} aria-checked value if needed
|
|
42
42
|
*/
|
|
43
|
-
ariaChecked():
|
|
43
|
+
ariaChecked(): "true" | "false" | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
checkInput(): void;
|
|
46
46
|
onChange(event: any): void;
|
|
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
55
55
|
methods: {
|
|
56
56
|
getText(): any;
|
|
57
57
|
};
|
|
58
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
58
|
+
}, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue" | "check" | "uncheck")[], "change" | "update:modelValue" | "check" | "uncheck", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
59
59
|
/**
|
|
60
60
|
* id attribute of the checkbox element
|
|
61
61
|
*/
|
|
@@ -86,14 +86,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
86
86
|
default: boolean;
|
|
87
87
|
};
|
|
88
88
|
}>> & {
|
|
89
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
89
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
onCheck?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
onUncheck?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}, {
|
|
94
94
|
disabled: boolean;
|
|
95
|
-
modelValue: boolean;
|
|
96
95
|
value: string | number;
|
|
97
96
|
id: string;
|
|
97
|
+
modelValue: boolean;
|
|
98
98
|
}, {}>;
|
|
99
99
|
export default _default;
|
|
@@ -63,7 +63,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
63
63
|
* value attribute of the input field
|
|
64
64
|
*/
|
|
65
65
|
modelValue: {
|
|
66
|
-
type: (
|
|
66
|
+
type: (ArrayConstructor | StringConstructor | DateConstructor | NumberConstructor)[];
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
@@ -107,7 +107,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
107
107
|
* CSS class to apply to the root element.
|
|
108
108
|
*/
|
|
109
109
|
class: {
|
|
110
|
-
type: (
|
|
110
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
111
111
|
default: string;
|
|
112
112
|
};
|
|
113
113
|
}, any, any, {
|
|
@@ -136,7 +136,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
136
136
|
methods: {
|
|
137
137
|
getText(): any;
|
|
138
138
|
};
|
|
139
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
139
|
+
}, import('vue').ComponentOptionsMixin, ("submit" | "update:modelValue")[], "submit" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
140
140
|
/**
|
|
141
141
|
* id attribute of the checkbox element
|
|
142
142
|
*/
|
|
@@ -201,7 +201,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
201
201
|
* value attribute of the input field
|
|
202
202
|
*/
|
|
203
203
|
modelValue: {
|
|
204
|
-
type: (
|
|
204
|
+
type: (ArrayConstructor | StringConstructor | DateConstructor | NumberConstructor)[];
|
|
205
205
|
default: string;
|
|
206
206
|
};
|
|
207
207
|
/**
|
|
@@ -245,22 +245,22 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
245
245
|
* CSS class to apply to the root element.
|
|
246
246
|
*/
|
|
247
247
|
class: {
|
|
248
|
-
type: (
|
|
248
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
249
249
|
default: string;
|
|
250
250
|
};
|
|
251
251
|
}>> & {
|
|
252
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
253
252
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
253
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
icon: string;
|
|
256
|
-
ariaHidden: boolean;
|
|
257
255
|
disabled: boolean;
|
|
258
256
|
type: string;
|
|
259
|
-
|
|
257
|
+
ariaLabel: string;
|
|
258
|
+
ariaHidden: boolean;
|
|
260
259
|
label: string;
|
|
261
|
-
class: string | Record<string, any
|
|
260
|
+
class: string | unknown[] | Record<string, any>;
|
|
261
|
+
icon: string;
|
|
262
262
|
id: string;
|
|
263
|
-
|
|
263
|
+
modelValue: string | number | Date | unknown[];
|
|
264
264
|
inputId: string;
|
|
265
265
|
labelOutside: boolean;
|
|
266
266
|
showTrailingButton: boolean;
|
|
@@ -49,7 +49,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
49
49
|
*
|
|
50
50
|
* @return {'true'|'false'|undefined} aria-checked value if needed
|
|
51
51
|
*/
|
|
52
|
-
ariaChecked():
|
|
52
|
+
ariaChecked(): "true" | "false" | undefined;
|
|
53
53
|
}, {
|
|
54
54
|
toggleInput(): void;
|
|
55
55
|
onChange(event: any): void;
|
|
@@ -64,7 +64,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
64
64
|
methods: {
|
|
65
65
|
getText(): any;
|
|
66
66
|
};
|
|
67
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
67
|
+
}, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
68
|
/**
|
|
69
69
|
* id attribute of the radio element
|
|
70
70
|
*/
|
|
@@ -104,12 +104,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
104
104
|
default: boolean;
|
|
105
105
|
};
|
|
106
106
|
}>> & {
|
|
107
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
107
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
disabled: boolean;
|
|
111
|
-
modelValue: boolean;
|
|
112
111
|
value: string | number;
|
|
113
112
|
id: string;
|
|
113
|
+
modelValue: boolean;
|
|
114
114
|
}, {}>;
|
|
115
115
|
export default _default;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
78
78
|
methods: {
|
|
79
79
|
onClick(event: any): void;
|
|
80
80
|
};
|
|
81
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
81
|
+
}, import('vue').ComponentOptionsMixin, ("submit" | "input" | "update:modelValue")[], "submit" | "input" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
82
82
|
/**
|
|
83
83
|
* id attribute of the checkbox element
|
|
84
84
|
*/
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
104
|
}>> & {
|
|
105
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
107
105
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
106
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
}, {
|
|
109
109
|
disabled: boolean;
|
|
110
|
-
modelValue: string;
|
|
111
110
|
id: string;
|
|
111
|
+
modelValue: string;
|
|
112
112
|
}, {}>;
|
|
113
113
|
export default _default;
|
|
@@ -132,7 +132,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
132
132
|
/**
|
|
133
133
|
* @type {'menu'|'navigation'|'dialog'|'tooltip'|'unknown'}
|
|
134
134
|
*/
|
|
135
|
-
actionsMenuSemanticType:
|
|
135
|
+
actionsMenuSemanticType: "menu" | "navigation" | "dialog" | "tooltip" | "unknown";
|
|
136
136
|
externalFocusTrapStack: never[];
|
|
137
137
|
}, {
|
|
138
138
|
triggerBtnType(): any;
|
|
@@ -371,19 +371,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
371
371
|
};
|
|
372
372
|
}>> & {
|
|
373
373
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
374
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
375
374
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
376
375
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
376
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
377
377
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
378
378
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
379
379
|
}, {
|
|
380
|
-
|
|
380
|
+
primary: boolean;
|
|
381
381
|
disabled: boolean;
|
|
382
382
|
type: string;
|
|
383
|
-
primary: boolean;
|
|
384
383
|
ariaLabel: string;
|
|
384
|
+
ariaHidden: boolean;
|
|
385
|
+
inline: number;
|
|
385
386
|
placement: string;
|
|
386
|
-
container: string | boolean |
|
|
387
|
+
container: string | boolean | Record<string, any> | Element;
|
|
387
388
|
open: boolean;
|
|
388
389
|
manualOpen: boolean;
|
|
389
390
|
forceMenu: boolean;
|
|
@@ -391,6 +392,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
391
392
|
menuName: string;
|
|
392
393
|
defaultIcon: string;
|
|
393
394
|
boundariesElement: Element;
|
|
394
|
-
inline: number;
|
|
395
395
|
}, {}>;
|
|
396
396
|
export default _default;
|
|
@@ -99,7 +99,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
99
99
|
* @param {TouchEvent} e The touch event
|
|
100
100
|
* @param {import('@vueuse/core').SwipeDirection} direction The swipe direction of the event
|
|
101
101
|
*/
|
|
102
|
-
handleSwipe(e: TouchEvent, direction:
|
|
102
|
+
handleSwipe(e: TouchEvent, direction: import('@vueuse/core').SwipeDirection): void;
|
|
103
103
|
handlePaneResize(event: any): void;
|
|
104
104
|
checkSlots(): void;
|
|
105
105
|
restorePaneConfig(): number | undefined;
|
|
@@ -1,73 +1,10 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
required: true;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<any, any, any, {
|
|
2
|
+
actionsProps(): {
|
|
3
|
+
[k: string]: any;
|
|
5
4
|
};
|
|
6
|
-
|
|
7
|
-
* `id` to set on the inner caption
|
|
8
|
-
* Can be used for connecting the `NcActionCaption` with `NcActionList` using `aria-labelledby`.
|
|
9
|
-
*/
|
|
10
|
-
headingId: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: null;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Enable when used as a heading
|
|
16
|
-
* e.g. Before NcAppNavigationList
|
|
17
|
-
*/
|
|
18
|
-
isHeading: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* If `isHeading` is set, this defines the heading level that should be used
|
|
24
|
-
*/
|
|
25
|
-
headingLevel: {
|
|
26
|
-
type: NumberConstructor;
|
|
27
|
-
default: number;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Any [NcActions](#/Components/NcActions?id=ncactions-1) prop
|
|
31
|
-
*/
|
|
32
|
-
' ': {};
|
|
33
|
-
}, any, any, {
|
|
34
|
-
wrapperTag(): "li" | "div";
|
|
5
|
+
wrapperTag(): "div" | "li";
|
|
35
6
|
captionTag(): string;
|
|
36
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
37
|
-
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* `id` to set on the inner caption
|
|
43
|
-
* Can be used for connecting the `NcActionCaption` with `NcActionList` using `aria-labelledby`.
|
|
44
|
-
*/
|
|
45
|
-
headingId: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: null;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Enable when used as a heading
|
|
51
|
-
* e.g. Before NcAppNavigationList
|
|
52
|
-
*/
|
|
53
|
-
isHeading: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* If `isHeading` is set, this defines the heading level that should be used
|
|
59
|
-
*/
|
|
60
|
-
headingLevel: {
|
|
61
|
-
type: NumberConstructor;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
|
-
/**
|
|
65
|
-
* Any [NcActions](#/Components/NcActions?id=ncactions-1) prop
|
|
66
|
-
*/
|
|
67
|
-
' ': {};
|
|
68
|
-
}>>, {
|
|
69
|
-
headingId: string;
|
|
70
|
-
isHeading: boolean;
|
|
71
|
-
headingLevel: number;
|
|
7
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<any>, {} | {
|
|
8
|
+
[x: string]: any;
|
|
72
9
|
}, {}>;
|
|
73
10
|
export default _default;
|
|
@@ -388,17 +388,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
388
388
|
"onUpdate:menuOpen"?: ((...args: any[]) => any) | undefined;
|
|
389
389
|
"onUpdate:name"?: ((...args: any[]) => any) | undefined;
|
|
390
390
|
}, {
|
|
391
|
-
icon: string;
|
|
392
|
-
title: string;
|
|
393
|
-
id: string;
|
|
394
391
|
href: string;
|
|
395
392
|
to: string | Record<string, any>;
|
|
393
|
+
title: string;
|
|
394
|
+
icon: string;
|
|
395
|
+
id: string;
|
|
396
396
|
ariaDescription: string;
|
|
397
397
|
open: boolean;
|
|
398
398
|
forceMenu: boolean;
|
|
399
|
-
|
|
400
|
-
loading: boolean;
|
|
399
|
+
inlineActions: number;
|
|
401
400
|
undo: boolean;
|
|
401
|
+
loading: boolean;
|
|
402
|
+
active: boolean;
|
|
402
403
|
allowCollapse: boolean;
|
|
403
404
|
editable: boolean;
|
|
404
405
|
editLabel: string;
|
|
@@ -408,6 +409,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
408
409
|
menuIcon: string;
|
|
409
410
|
menuPlacement: string;
|
|
410
411
|
forceDisplayActions: boolean;
|
|
411
|
-
inlineActions: number;
|
|
412
412
|
}, {}>;
|
|
413
413
|
export default _default;
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
26
26
|
confirm(): void;
|
|
27
27
|
cancel(): void;
|
|
28
28
|
focusInput(): void;
|
|
29
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
29
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("cancel" | "update:modelValue" | "confirm")[], "cancel" | "update:modelValue" | "confirm", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* If this element is used on a primary element set to true for primary styling.
|
|
32
32
|
*/
|
|
@@ -43,12 +43,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
43
|
type: StringConstructor;
|
|
44
44
|
};
|
|
45
45
|
}>> & {
|
|
46
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
47
46
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
modelValue: string;
|
|
51
50
|
primary: boolean;
|
|
51
|
+
modelValue: string;
|
|
52
52
|
placeholder: string;
|
|
53
53
|
}, {}>;
|
|
54
54
|
export default _default;
|
|
@@ -7,16 +7,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
}, any, {
|
|
8
8
|
open: boolean;
|
|
9
9
|
}, {
|
|
10
|
-
clickOutsideConfig(): ({
|
|
10
|
+
clickOutsideConfig(): ((() => void) | {
|
|
11
11
|
ignore: any;
|
|
12
|
-
}
|
|
12
|
+
})[];
|
|
13
13
|
}, {
|
|
14
14
|
toggleMenu(): void;
|
|
15
15
|
closeMenu(): void;
|
|
16
16
|
}, {
|
|
17
17
|
props: {
|
|
18
18
|
excludeClickOutsideSelectors: {
|
|
19
|
-
type: (
|
|
19
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
20
20
|
default: () => never[];
|
|
21
21
|
};
|
|
22
22
|
};
|
|
@@ -83,6 +83,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
83
83
|
type: BooleanConstructor;
|
|
84
84
|
default: boolean;
|
|
85
85
|
};
|
|
86
|
+
/**
|
|
87
|
+
* Force the tab navigation to display even if there is only one tab
|
|
88
|
+
*/
|
|
89
|
+
forceTabs: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
86
93
|
/**
|
|
87
94
|
* Linkify the name
|
|
88
95
|
*/
|
|
@@ -101,23 +108,37 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
101
108
|
/**
|
|
102
109
|
* Allow to conditionally show the sidebar
|
|
103
110
|
* You can also use `v-if` on the sidebar, but using the open prop allow to keep
|
|
104
|
-
* the sidebar inside the DOM for performance if it is opened and closed
|
|
111
|
+
* the sidebar inside the DOM for performance if it is opened and closed multiple times.
|
|
105
112
|
*
|
|
106
113
|
* When using the `open` property to close the sidebar a built-in toggle button will be shown to reopen it,
|
|
107
|
-
* similar to the app navigation.
|
|
114
|
+
* similar to the app navigation. You can remove this button with the `no-toggle` prop.
|
|
108
115
|
*/
|
|
109
116
|
open: {
|
|
110
117
|
type: BooleanConstructor;
|
|
111
118
|
default: boolean;
|
|
112
119
|
};
|
|
113
120
|
/**
|
|
114
|
-
* Custom classes to assign to the sidebar toggle button
|
|
121
|
+
* Custom classes to assign to the sidebar toggle button.
|
|
115
122
|
* If needed this can be used to assign styles to the button using `:deep()` selector.
|
|
116
123
|
*/
|
|
117
124
|
toggleClasses: {
|
|
118
|
-
type: (
|
|
125
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
119
126
|
default: string;
|
|
120
127
|
};
|
|
128
|
+
/**
|
|
129
|
+
* Custom attrs to assign to the sidebar toggle button.
|
|
130
|
+
*/
|
|
131
|
+
toggleAttrs: {
|
|
132
|
+
type: ObjectConstructor;
|
|
133
|
+
default: undefined;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Do not add the built-in toggle button with `open` prop.
|
|
137
|
+
*/
|
|
138
|
+
noToggle: {
|
|
139
|
+
type: BooleanConstructor;
|
|
140
|
+
default: boolean;
|
|
141
|
+
};
|
|
121
142
|
}, {
|
|
122
143
|
uid: string;
|
|
123
144
|
isMobile: Readonly<import('vue').Ref<boolean>>;
|
|
@@ -132,10 +153,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
132
153
|
canStar(): boolean;
|
|
133
154
|
hasFigureClickListener(): boolean;
|
|
134
155
|
}, {
|
|
135
|
-
isSlotPopulated: (vnodes?: import('vue').VNode
|
|
136
|
-
|
|
137
|
-
}>[] | import('vue').VNodeNormalizedChildren | undefined) => boolean;
|
|
138
|
-
t: (original: string, placeholders?: Record<string, string | number> | undefined) => string;
|
|
156
|
+
isSlotPopulated: (vnodes?: import('vue').VNode[] | import('vue').VNodeNormalizedChildren) => boolean;
|
|
157
|
+
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
139
158
|
preserveElementToReturnFocus(): void;
|
|
140
159
|
initFocusTrap(): void;
|
|
141
160
|
/**
|
|
@@ -178,6 +197,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
178
197
|
* @public
|
|
179
198
|
*/
|
|
180
199
|
focusActiveTabContent(): void;
|
|
200
|
+
/**
|
|
201
|
+
* Check if the toggle button container is available
|
|
202
|
+
*/
|
|
203
|
+
checkToggleButtonContainerAvailability(): void;
|
|
181
204
|
/**
|
|
182
205
|
* Emit name change event to parent component
|
|
183
206
|
*
|
|
@@ -278,6 +301,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
278
301
|
type: BooleanConstructor;
|
|
279
302
|
default: boolean;
|
|
280
303
|
};
|
|
304
|
+
/**
|
|
305
|
+
* Force the tab navigation to display even if there is only one tab
|
|
306
|
+
*/
|
|
307
|
+
forceTabs: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
281
311
|
/**
|
|
282
312
|
* Linkify the name
|
|
283
313
|
*/
|
|
@@ -296,23 +326,37 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
296
326
|
/**
|
|
297
327
|
* Allow to conditionally show the sidebar
|
|
298
328
|
* You can also use `v-if` on the sidebar, but using the open prop allow to keep
|
|
299
|
-
* the sidebar inside the DOM for performance if it is opened and closed
|
|
329
|
+
* the sidebar inside the DOM for performance if it is opened and closed multiple times.
|
|
300
330
|
*
|
|
301
331
|
* When using the `open` property to close the sidebar a built-in toggle button will be shown to reopen it,
|
|
302
|
-
* similar to the app navigation.
|
|
332
|
+
* similar to the app navigation. You can remove this button with the `no-toggle` prop.
|
|
303
333
|
*/
|
|
304
334
|
open: {
|
|
305
335
|
type: BooleanConstructor;
|
|
306
336
|
default: boolean;
|
|
307
337
|
};
|
|
308
338
|
/**
|
|
309
|
-
* Custom classes to assign to the sidebar toggle button
|
|
339
|
+
* Custom classes to assign to the sidebar toggle button.
|
|
310
340
|
* If needed this can be used to assign styles to the button using `:deep()` selector.
|
|
311
341
|
*/
|
|
312
342
|
toggleClasses: {
|
|
313
|
-
type: (
|
|
343
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
314
344
|
default: string;
|
|
315
345
|
};
|
|
346
|
+
/**
|
|
347
|
+
* Custom attrs to assign to the sidebar toggle button.
|
|
348
|
+
*/
|
|
349
|
+
toggleAttrs: {
|
|
350
|
+
type: ObjectConstructor;
|
|
351
|
+
default: undefined;
|
|
352
|
+
};
|
|
353
|
+
/**
|
|
354
|
+
* Do not add the built-in toggle button with `open` prop.
|
|
355
|
+
*/
|
|
356
|
+
noToggle: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: boolean;
|
|
359
|
+
};
|
|
316
360
|
}>> & {
|
|
317
361
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
318
362
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
@@ -329,9 +373,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
329
373
|
title: string;
|
|
330
374
|
open: boolean;
|
|
331
375
|
forceMenu: boolean;
|
|
332
|
-
|
|
376
|
+
empty: boolean;
|
|
333
377
|
subname: string;
|
|
334
378
|
loading: boolean;
|
|
379
|
+
active: string;
|
|
380
|
+
forceTabs: boolean;
|
|
335
381
|
nameEditable: boolean;
|
|
336
382
|
namePlaceholder: string;
|
|
337
383
|
subtitle: string;
|
|
@@ -339,8 +385,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
339
385
|
starred: boolean;
|
|
340
386
|
starLoading: boolean;
|
|
341
387
|
compact: boolean;
|
|
342
|
-
empty: boolean;
|
|
343
388
|
linkifyName: boolean;
|
|
344
|
-
toggleClasses: string | Record<string, any
|
|
389
|
+
toggleClasses: string | unknown[] | Record<string, any>;
|
|
390
|
+
toggleAttrs: Record<string, any>;
|
|
391
|
+
noToggle: boolean;
|
|
345
392
|
}, {}>;
|
|
346
393
|
export default _default;
|
|
@@ -6,6 +6,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
|
+
/**
|
|
10
|
+
* Force the tab navigation to display even if there is only one tab
|
|
11
|
+
*/
|
|
12
|
+
forceTabs: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
9
16
|
}, any, {
|
|
10
17
|
/**
|
|
11
18
|
* Tab descriptions from the passed NcSidebarTab components' props to build the tab navbar from.
|
|
@@ -22,6 +29,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
22
29
|
* @return {boolean}
|
|
23
30
|
*/
|
|
24
31
|
hasMultipleTabs(): boolean;
|
|
32
|
+
showForSingleTab(): any;
|
|
25
33
|
currentTabIndex(): number;
|
|
26
34
|
}, {
|
|
27
35
|
/**
|
|
@@ -83,9 +91,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
83
91
|
type: StringConstructor;
|
|
84
92
|
default: string;
|
|
85
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* Force the tab navigation to display even if there is only one tab
|
|
96
|
+
*/
|
|
97
|
+
forceTabs: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
86
101
|
}>> & {
|
|
87
102
|
"onUpdate:active"?: ((...args: any[]) => any) | undefined;
|
|
88
103
|
}, {
|
|
89
104
|
active: string;
|
|
105
|
+
forceTabs: boolean;
|
|
90
106
|
}, {}>;
|
|
91
107
|
export default _default;
|
|
@@ -286,7 +286,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
286
286
|
text: any;
|
|
287
287
|
}[];
|
|
288
288
|
}, {
|
|
289
|
-
t: (original: string, placeholders?: Record<string, string | number>
|
|
289
|
+
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
290
290
|
handleUserStatusUpdated(state: any): void;
|
|
291
291
|
/**
|
|
292
292
|
* Toggle the popover menu on click or enter
|
|
@@ -449,19 +449,19 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
449
449
|
};
|
|
450
450
|
}>>, {
|
|
451
451
|
size: number;
|
|
452
|
-
url: string;
|
|
453
452
|
user: string;
|
|
453
|
+
url: string;
|
|
454
|
+
displayName: string;
|
|
454
455
|
iconClass: string;
|
|
455
456
|
showUserStatus: boolean;
|
|
456
457
|
showUserStatusCompact: boolean;
|
|
457
458
|
preloadedUserStatus: Record<string, any>;
|
|
458
459
|
isGuest: boolean;
|
|
459
|
-
displayName: string;
|
|
460
460
|
allowPlaceholder: boolean;
|
|
461
461
|
disableTooltip: boolean;
|
|
462
462
|
disableMenu: boolean;
|
|
463
463
|
tooltipMessage: string;
|
|
464
464
|
isNoUser: boolean;
|
|
465
|
-
menuContainer: string | boolean |
|
|
465
|
+
menuContainer: string | boolean | Record<string, any> | Element;
|
|
466
466
|
}, {}>;
|
|
467
467
|
export default _default;
|
|
@@ -68,7 +68,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
68
68
|
* CSS class to apply to the root element.
|
|
69
69
|
*/
|
|
70
70
|
class: {
|
|
71
|
-
type: (
|
|
71
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
}, any, {
|
|
@@ -190,7 +190,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
190
190
|
* CSS class to apply to the root element.
|
|
191
191
|
*/
|
|
192
192
|
class: {
|
|
193
|
-
type: (
|
|
193
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
194
194
|
default: string;
|
|
195
195
|
};
|
|
196
196
|
}>> & {
|
|
@@ -199,11 +199,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
199
199
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
onDropped?: ((...args: any[]) => any) | undefined;
|
|
201
201
|
}, {
|
|
202
|
-
icon: string;
|
|
203
|
-
title: string;
|
|
204
|
-
class: string | Record<string, any> | unknown[];
|
|
205
202
|
href: string;
|
|
206
203
|
to: string | Record<string, any>;
|
|
204
|
+
title: string;
|
|
205
|
+
class: string | unknown[] | Record<string, any>;
|
|
206
|
+
icon: string;
|
|
207
207
|
open: boolean;
|
|
208
208
|
forceMenu: boolean;
|
|
209
209
|
forceIconText: boolean;
|