@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
|
@@ -1,2 +1,360 @@
|
|
|
1
|
-
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ComponentProps } from '../../utils/VueTypes.ts';
|
|
3
|
+
import { default as NcDialogButton } from '../NcDialogButton/index.js';
|
|
4
|
+
|
|
5
|
+
type NcDialogButtonProps = ComponentProps<typeof NcDialogButton>;
|
|
6
|
+
declare const _default: import('vue').DefineComponent<{
|
|
7
|
+
/** Name of the dialog (the heading) */
|
|
8
|
+
name: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
/** Text of the dialog */
|
|
13
|
+
message: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
/** Additional elements to add to the focus trap */
|
|
18
|
+
additionalTrapElements: {
|
|
19
|
+
type: PropType<(string | HTMLElement)[]>;
|
|
20
|
+
validator: (arr: unknown) => arr is (string | HTMLElement)[];
|
|
21
|
+
default: () => never[];
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* The element where to mount the dialog, if `null` is passed the dialog is mounted in place
|
|
25
|
+
* @default 'body'
|
|
26
|
+
*/
|
|
27
|
+
container: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: false;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Whether the dialog should be shown
|
|
34
|
+
* @default true
|
|
35
|
+
*/
|
|
36
|
+
open: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Size of the underlying NcModal
|
|
42
|
+
* @default 'small'
|
|
43
|
+
* @type {'small'|'normal'|'large'|'full'}
|
|
44
|
+
*/
|
|
45
|
+
size: {
|
|
46
|
+
type: PropType<"small" | "normal" | "large" | "full">;
|
|
47
|
+
required: false;
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: string) => boolean;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Buttons to display
|
|
53
|
+
* @default []
|
|
54
|
+
*/
|
|
55
|
+
buttons: {
|
|
56
|
+
type: PropType<NcDialogButtonProps[]>;
|
|
57
|
+
required: false;
|
|
58
|
+
default: () => never[];
|
|
59
|
+
validator(value: unknown[]): value is (object | null)[];
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Set to false to no show a close button on the dialog
|
|
63
|
+
* @default true
|
|
64
|
+
*/
|
|
65
|
+
canClose: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Close the dialog if the user clicked outside of the dialog
|
|
71
|
+
* Only relevant if `canClose` is set to true.
|
|
72
|
+
*/
|
|
73
|
+
closeOnClickOutside: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Declare if hiding the modal should be animated
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
outTransition: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Optionally pass additionaly classes which will be set on the navigation for custom styling
|
|
87
|
+
* @default ''
|
|
88
|
+
* @example
|
|
89
|
+
* ```html
|
|
90
|
+
* <DialogBase :navigation-classes="['mydialog-navigation']"><!-- --></DialogBase>
|
|
91
|
+
* <!-- ... -->
|
|
92
|
+
* <style lang="scss">
|
|
93
|
+
* :deep(.mydialog-navigation) {
|
|
94
|
+
* flex-direction: row-reverse;
|
|
95
|
+
* }
|
|
96
|
+
* </style>
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
navigationClasses: {
|
|
100
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
101
|
+
required: false;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* aria-label for the dialog navigation.
|
|
106
|
+
* Use it when you want to provide a more meaningful label than the dialog name.
|
|
107
|
+
*
|
|
108
|
+
* By default, navigation is labeled by the dialog name.
|
|
109
|
+
*/
|
|
110
|
+
navigationAriaLabel: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
required: false;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* aria-labelledby for the dialog navigation.
|
|
117
|
+
* Use it when you have an implicit navigation label (e.g. a heading).
|
|
118
|
+
*
|
|
119
|
+
* By default, navigation is labeled by the dialog name.
|
|
120
|
+
*/
|
|
121
|
+
navigationAriaLabelledby: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
required: false;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* Optionally pass additionaly classes which will be set on the content wrapper for custom styling
|
|
128
|
+
* @default ''
|
|
129
|
+
*/
|
|
130
|
+
contentClasses: {
|
|
131
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
132
|
+
required: false;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Optionally pass additionaly classes which will be set on the dialog itself
|
|
137
|
+
* (the default `class` attribute will be set on the modal wrapper)
|
|
138
|
+
* @default ''
|
|
139
|
+
*/
|
|
140
|
+
dialogClasses: {
|
|
141
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
142
|
+
required: false;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
}, {
|
|
146
|
+
handleButtonClose: () => void;
|
|
147
|
+
handleClosing: () => void;
|
|
148
|
+
handleClosed: () => void;
|
|
149
|
+
hasNavigation: import('vue').ComputedRef<boolean>;
|
|
150
|
+
navigationId: string;
|
|
151
|
+
navigationAriaLabelAttr: import('vue').ComputedRef<string | undefined>;
|
|
152
|
+
navigationAriaLabelledbyAttr: import('vue').ComputedRef<string | undefined>;
|
|
153
|
+
isNavigationCollapsed: import('vue').ComputedRef<boolean>;
|
|
154
|
+
modalProps: import('vue').ComputedRef<{
|
|
155
|
+
canClose: boolean;
|
|
156
|
+
container: string;
|
|
157
|
+
labelId: string;
|
|
158
|
+
size: "normal" | "small" | "large" | "full";
|
|
159
|
+
show: boolean;
|
|
160
|
+
outTransition: boolean;
|
|
161
|
+
closeOnClickOutside: boolean;
|
|
162
|
+
additionalTrapElements: (string | HTMLElement)[];
|
|
163
|
+
}>;
|
|
164
|
+
wrapper: import('vue').Ref<HTMLDivElement | undefined>;
|
|
165
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:open" | "closing")[], "update:open" | "closing", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
166
|
+
/** Name of the dialog (the heading) */
|
|
167
|
+
name: {
|
|
168
|
+
type: StringConstructor;
|
|
169
|
+
required: true;
|
|
170
|
+
};
|
|
171
|
+
/** Text of the dialog */
|
|
172
|
+
message: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
/** Additional elements to add to the focus trap */
|
|
177
|
+
additionalTrapElements: {
|
|
178
|
+
type: PropType<(string | HTMLElement)[]>;
|
|
179
|
+
validator: (arr: unknown) => arr is (string | HTMLElement)[];
|
|
180
|
+
default: () => never[];
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* The element where to mount the dialog, if `null` is passed the dialog is mounted in place
|
|
184
|
+
* @default 'body'
|
|
185
|
+
*/
|
|
186
|
+
container: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
required: false;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Whether the dialog should be shown
|
|
193
|
+
* @default true
|
|
194
|
+
*/
|
|
195
|
+
open: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* Size of the underlying NcModal
|
|
201
|
+
* @default 'small'
|
|
202
|
+
* @type {'small'|'normal'|'large'|'full'}
|
|
203
|
+
*/
|
|
204
|
+
size: {
|
|
205
|
+
type: PropType<"small" | "normal" | "large" | "full">;
|
|
206
|
+
required: false;
|
|
207
|
+
default: string;
|
|
208
|
+
validator: (value: string) => boolean;
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Buttons to display
|
|
212
|
+
* @default []
|
|
213
|
+
*/
|
|
214
|
+
buttons: {
|
|
215
|
+
type: PropType<NcDialogButtonProps[]>;
|
|
216
|
+
required: false;
|
|
217
|
+
default: () => never[];
|
|
218
|
+
validator(value: unknown[]): value is (object | null)[];
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Set to false to no show a close button on the dialog
|
|
222
|
+
* @default true
|
|
223
|
+
*/
|
|
224
|
+
canClose: {
|
|
225
|
+
type: BooleanConstructor;
|
|
226
|
+
default: boolean;
|
|
227
|
+
};
|
|
228
|
+
/**
|
|
229
|
+
* Close the dialog if the user clicked outside of the dialog
|
|
230
|
+
* Only relevant if `canClose` is set to true.
|
|
231
|
+
*/
|
|
232
|
+
closeOnClickOutside: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
/**
|
|
237
|
+
* Declare if hiding the modal should be animated
|
|
238
|
+
* @default false
|
|
239
|
+
*/
|
|
240
|
+
outTransition: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* Optionally pass additionaly classes which will be set on the navigation for custom styling
|
|
246
|
+
* @default ''
|
|
247
|
+
* @example
|
|
248
|
+
* ```html
|
|
249
|
+
* <DialogBase :navigation-classes="['mydialog-navigation']"><!-- --></DialogBase>
|
|
250
|
+
* <!-- ... -->
|
|
251
|
+
* <style lang="scss">
|
|
252
|
+
* :deep(.mydialog-navigation) {
|
|
253
|
+
* flex-direction: row-reverse;
|
|
254
|
+
* }
|
|
255
|
+
* </style>
|
|
256
|
+
* ```
|
|
257
|
+
*/
|
|
258
|
+
navigationClasses: {
|
|
259
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
260
|
+
required: false;
|
|
261
|
+
default: string;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* aria-label for the dialog navigation.
|
|
265
|
+
* Use it when you want to provide a more meaningful label than the dialog name.
|
|
266
|
+
*
|
|
267
|
+
* By default, navigation is labeled by the dialog name.
|
|
268
|
+
*/
|
|
269
|
+
navigationAriaLabel: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
required: false;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* aria-labelledby for the dialog navigation.
|
|
276
|
+
* Use it when you have an implicit navigation label (e.g. a heading).
|
|
277
|
+
*
|
|
278
|
+
* By default, navigation is labeled by the dialog name.
|
|
279
|
+
*/
|
|
280
|
+
navigationAriaLabelledby: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
required: false;
|
|
283
|
+
default: string;
|
|
284
|
+
};
|
|
285
|
+
/**
|
|
286
|
+
* Optionally pass additionaly classes which will be set on the content wrapper for custom styling
|
|
287
|
+
* @default ''
|
|
288
|
+
*/
|
|
289
|
+
contentClasses: {
|
|
290
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
291
|
+
required: false;
|
|
292
|
+
default: string;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* Optionally pass additionaly classes which will be set on the dialog itself
|
|
296
|
+
* (the default `class` attribute will be set on the modal wrapper)
|
|
297
|
+
* @default ''
|
|
298
|
+
*/
|
|
299
|
+
dialogClasses: {
|
|
300
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
301
|
+
required: false;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
}>> & {
|
|
305
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
306
|
+
onClosing?: ((...args: any[]) => any) | undefined;
|
|
307
|
+
}, {
|
|
308
|
+
size: "normal" | "small" | "large" | "full";
|
|
309
|
+
container: string;
|
|
310
|
+
open: boolean;
|
|
311
|
+
outTransition: boolean;
|
|
312
|
+
canClose: boolean;
|
|
313
|
+
closeOnClickOutside: boolean;
|
|
314
|
+
additionalTrapElements: (string | HTMLElement)[];
|
|
315
|
+
message: string;
|
|
316
|
+
buttons: Omit<Partial<{
|
|
317
|
+
disabled: boolean;
|
|
318
|
+
type: import('../NcButton/types.js').ButtonType;
|
|
319
|
+
icon: string;
|
|
320
|
+
}> & Omit<{
|
|
321
|
+
readonly disabled: boolean;
|
|
322
|
+
readonly type: import('../NcButton/types.js').ButtonType;
|
|
323
|
+
readonly label: string;
|
|
324
|
+
readonly callback: Function;
|
|
325
|
+
readonly icon?: string | undefined;
|
|
326
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
327
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
328
|
+
callback: {
|
|
329
|
+
type: FunctionConstructor;
|
|
330
|
+
required: true;
|
|
331
|
+
};
|
|
332
|
+
label: {
|
|
333
|
+
type: StringConstructor;
|
|
334
|
+
required: true;
|
|
335
|
+
};
|
|
336
|
+
icon: {
|
|
337
|
+
type: StringConstructor;
|
|
338
|
+
required: false;
|
|
339
|
+
default: undefined;
|
|
340
|
+
};
|
|
341
|
+
type: {
|
|
342
|
+
type: PropType<import('../NcButton/types.js').ButtonType>;
|
|
343
|
+
default: import('../NcButton/types.js').ButtonType;
|
|
344
|
+
required: false;
|
|
345
|
+
validator(value: string): boolean;
|
|
346
|
+
};
|
|
347
|
+
disabled: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
}>> & {
|
|
352
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
353
|
+
}, "disabled" | "type" | "icon">, `on${string}` | "style" | "class" | "key" | "ref" | "ref_for" | "ref_key">[];
|
|
354
|
+
navigationClasses: string | unknown[] | Record<string, any>;
|
|
355
|
+
navigationAriaLabel: string;
|
|
356
|
+
navigationAriaLabelledby: string;
|
|
357
|
+
contentClasses: string | unknown[] | Record<string, any>;
|
|
358
|
+
dialogClasses: string | unknown[] | Record<string, any>;
|
|
359
|
+
}, {}>;
|
|
2
360
|
export default _default;
|
|
@@ -1,2 +1,95 @@
|
|
|
1
|
-
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { ButtonType } from '../NcButton/index';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
/**
|
|
6
|
+
* The function that will be called when the button is pressed
|
|
7
|
+
* @type {() => void}
|
|
8
|
+
*/
|
|
9
|
+
callback: {
|
|
10
|
+
type: FunctionConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* The label of the button
|
|
15
|
+
*/
|
|
16
|
+
label: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Optional inline SVG icon for the button
|
|
22
|
+
*/
|
|
23
|
+
icon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: false;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* The button type, see NcButton
|
|
30
|
+
* @type {'primary'|'secondary'|'error'|'warning'|'success'}
|
|
31
|
+
*/
|
|
32
|
+
type: {
|
|
33
|
+
type: PropType<ButtonType>;
|
|
34
|
+
default: ButtonType;
|
|
35
|
+
required: false;
|
|
36
|
+
validator(value: string): boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* If the button should be shown as disabled
|
|
40
|
+
*/
|
|
41
|
+
disabled: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}, {
|
|
46
|
+
handleClick: (e: any) => void;
|
|
47
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
|
+
/**
|
|
49
|
+
* The function that will be called when the button is pressed
|
|
50
|
+
* @type {() => void}
|
|
51
|
+
*/
|
|
52
|
+
callback: {
|
|
53
|
+
type: FunctionConstructor;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* The label of the button
|
|
58
|
+
*/
|
|
59
|
+
label: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Optional inline SVG icon for the button
|
|
65
|
+
*/
|
|
66
|
+
icon: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
default: undefined;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* The button type, see NcButton
|
|
73
|
+
* @type {'primary'|'secondary'|'error'|'warning'|'success'}
|
|
74
|
+
*/
|
|
75
|
+
type: {
|
|
76
|
+
type: PropType<ButtonType>;
|
|
77
|
+
default: ButtonType;
|
|
78
|
+
required: false;
|
|
79
|
+
validator(value: string): boolean;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* If the button should be shown as disabled
|
|
83
|
+
*/
|
|
84
|
+
disabled: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>> & {
|
|
89
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
}, {
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
type: ButtonType;
|
|
93
|
+
icon: string;
|
|
94
|
+
}, {}>;
|
|
2
95
|
export default _default;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The text to be display in one line. If it is longer than 10 characters, it is be truncated with ellipsis in the end but keeping up to 10 last characters to fit the parent container.
|
|
4
|
+
*/
|
|
2
5
|
name: {
|
|
3
6
|
type: StringConstructor;
|
|
4
7
|
default: string;
|
|
5
8
|
};
|
|
9
|
+
/**
|
|
10
|
+
* The search value to highlight in the text
|
|
11
|
+
*/
|
|
6
12
|
search: {
|
|
7
13
|
type: StringConstructor;
|
|
8
14
|
default: string;
|
|
@@ -33,10 +39,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
33
39
|
*/
|
|
34
40
|
highlight2(): any[];
|
|
35
41
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
/**
|
|
43
|
+
* The text to be display in one line. If it is longer than 10 characters, it is be truncated with ellipsis in the end but keeping up to 10 last characters to fit the parent container.
|
|
44
|
+
*/
|
|
36
45
|
name: {
|
|
37
46
|
type: StringConstructor;
|
|
38
47
|
default: string;
|
|
39
48
|
};
|
|
49
|
+
/**
|
|
50
|
+
* The search value to highlight in the text
|
|
51
|
+
*/
|
|
40
52
|
search: {
|
|
41
53
|
type: StringConstructor;
|
|
42
54
|
default: string;
|
|
@@ -95,7 +95,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
95
95
|
}, {
|
|
96
96
|
native(): boolean;
|
|
97
97
|
}, {
|
|
98
|
-
t: (original: string, placeholders?: Record<string, string | number>
|
|
98
|
+
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
99
99
|
clearSearch(): void;
|
|
100
100
|
/**
|
|
101
101
|
* Update the current skin tone by the result of the color picker
|
|
@@ -172,7 +172,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
172
172
|
"onSelect-data"?: ((...args: any[]) => any) | undefined;
|
|
173
173
|
onUnselect?: ((...args: any[]) => any) | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
container: string | boolean |
|
|
175
|
+
container: string | boolean | Record<string, any> | Element;
|
|
176
176
|
closeOnSelect: boolean;
|
|
177
177
|
activeSet: string;
|
|
178
178
|
showPreview: boolean;
|
|
@@ -46,9 +46,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
46
46
|
descriptionId: string;
|
|
47
47
|
}, {
|
|
48
48
|
wrapperTag(): "div" | "nav";
|
|
49
|
-
clickOutsideConfig(): ({
|
|
49
|
+
clickOutsideConfig(): (((cancelled?: boolean) => void) | {
|
|
50
50
|
ignore: any;
|
|
51
|
-
}
|
|
51
|
+
})[];
|
|
52
52
|
listeners(): {
|
|
53
53
|
focusout: (event: FocusEvent) => void;
|
|
54
54
|
} | null;
|
|
@@ -82,7 +82,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
82
82
|
}, {
|
|
83
83
|
props: {
|
|
84
84
|
excludeClickOutsideSelectors: {
|
|
85
|
-
type: (
|
|
85
|
+
type: (ArrayConstructor | StringConstructor)[];
|
|
86
86
|
default: () => never[];
|
|
87
87
|
};
|
|
88
88
|
};
|
|
@@ -36,7 +36,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
36
36
|
size: {
|
|
37
37
|
type: (StringConstructor | NumberConstructor)[];
|
|
38
38
|
default: number;
|
|
39
|
-
validator: (value: unknown) =>
|
|
39
|
+
validator: (value: unknown) => value is number | "auto";
|
|
40
40
|
};
|
|
41
41
|
}, any, any, {
|
|
42
42
|
/**
|
|
@@ -90,13 +90,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
90
90
|
size: {
|
|
91
91
|
type: (StringConstructor | NumberConstructor)[];
|
|
92
92
|
default: number;
|
|
93
|
-
validator: (value: unknown) =>
|
|
93
|
+
validator: (value: unknown) => value is number | "auto";
|
|
94
94
|
};
|
|
95
95
|
}>>, {
|
|
96
|
-
name: string;
|
|
97
96
|
size: string | number;
|
|
98
|
-
|
|
97
|
+
name: string;
|
|
99
98
|
path: string;
|
|
100
99
|
inline: boolean;
|
|
100
|
+
svg: string;
|
|
101
101
|
}, {}>;
|
|
102
102
|
export default _default;
|
|
@@ -105,7 +105,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
105
105
|
* Class to add to the root component.
|
|
106
106
|
*/
|
|
107
107
|
class: {
|
|
108
|
-
type: (
|
|
108
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
109
109
|
default: string;
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
@@ -246,7 +246,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
246
246
|
* Class to add to the root component.
|
|
247
247
|
*/
|
|
248
248
|
class: {
|
|
249
|
-
type: (
|
|
249
|
+
type: (ArrayConstructor | StringConstructor | ObjectConstructor)[];
|
|
250
250
|
default: string;
|
|
251
251
|
};
|
|
252
252
|
/**
|
|
@@ -261,18 +261,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
261
261
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
262
262
|
"onTrailing-button-click"?: ((...args: any[]) => any) | undefined;
|
|
263
263
|
}, {
|
|
264
|
+
error: boolean;
|
|
265
|
+
success: boolean;
|
|
264
266
|
disabled: boolean;
|
|
265
267
|
type: string;
|
|
266
268
|
label: string;
|
|
267
|
-
class: string | Record<string, any
|
|
268
|
-
|
|
269
|
-
success: boolean;
|
|
269
|
+
class: string | unknown[] | Record<string, any>;
|
|
270
|
+
pill: boolean;
|
|
270
271
|
inputClass: string | Record<string, any>;
|
|
271
272
|
labelOutside: boolean;
|
|
272
273
|
placeholder: string;
|
|
273
274
|
showTrailingButton: boolean;
|
|
274
275
|
trailingButtonLabel: string;
|
|
275
276
|
helperText: string;
|
|
276
|
-
pill: boolean;
|
|
277
277
|
}, {}>;
|
|
278
278
|
export default _default;
|
|
@@ -247,9 +247,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
247
247
|
"onUpdate:menuOpen"?: ((...args: any[]) => any) | undefined;
|
|
248
248
|
}, {
|
|
249
249
|
bold: boolean;
|
|
250
|
-
details: string;
|
|
251
250
|
href: string;
|
|
252
251
|
to: string | Record<string, any>;
|
|
252
|
+
details: string;
|
|
253
253
|
target: string;
|
|
254
254
|
active: boolean;
|
|
255
255
|
forceDisplayActions: boolean;
|
|
@@ -193,12 +193,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
193
193
|
default: null;
|
|
194
194
|
};
|
|
195
195
|
}>>, {
|
|
196
|
-
icon: string;
|
|
197
196
|
search: string;
|
|
198
|
-
|
|
197
|
+
icon: string;
|
|
199
198
|
displayName: string;
|
|
200
|
-
|
|
199
|
+
id: string;
|
|
201
200
|
iconSvg: string;
|
|
201
|
+
isNoUser: boolean;
|
|
202
202
|
subname: string;
|
|
203
203
|
iconName: string;
|
|
204
204
|
avatarSize: number;
|
|
@@ -66,7 +66,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
66
66
|
isFiles(): boolean;
|
|
67
67
|
url(): string;
|
|
68
68
|
}, {
|
|
69
|
-
t: (original: string, placeholders?: Record<string, string | number>
|
|
69
|
+
t: (original: string, placeholders?: Record<string, string | number>) => string;
|
|
70
70
|
fetchRelatedResources(): Promise<void>;
|
|
71
71
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("has-error" | "has-resources")[], "has-error" | "has-resources", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
72
|
/**
|
|
@@ -128,13 +128,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
128
128
|
"onHas-error"?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
"onHas-resources"?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
header: string;
|
|
132
131
|
primary: boolean;
|
|
132
|
+
header: string;
|
|
133
|
+
resourceType: string;
|
|
133
134
|
limit: number;
|
|
134
135
|
description: string;
|
|
135
136
|
providerId: string;
|
|
136
137
|
itemId: string | number;
|
|
137
138
|
fileInfo: Record<string, any>;
|
|
138
|
-
resourceType: string;
|
|
139
139
|
}, {}>;
|
|
140
140
|
export default _default;
|