@nextcloud/vue 8.11.2 → 8.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/Components/NcActionButton.cjs +67 -30
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +67 -34
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +2 -2
- package/dist/Components/NcActionButtonGroup.mjs +2 -2
- package/dist/Components/NcActionCaption.cjs +17 -14
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +17 -15
- package/dist/Components/NcActionCaption.mjs.map +1 -1
- package/dist/Components/NcActionCheckbox.cjs +42 -24
- package/dist/Components/NcActionCheckbox.cjs.map +1 -1
- package/dist/Components/NcActionCheckbox.mjs +42 -27
- package/dist/Components/NcActionCheckbox.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +2 -2
- package/dist/Components/NcActionInput.mjs +2 -2
- package/dist/Components/NcActionLink.cjs +28 -22
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +28 -24
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRadio.cjs +38 -25
- package/dist/Components/NcActionRadio.cjs.map +1 -1
- package/dist/Components/NcActionRadio.mjs +38 -28
- package/dist/Components/NcActionRadio.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +24 -20
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +24 -22
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionSeparator.cjs +15 -12
- package/dist/Components/NcActionSeparator.cjs.map +1 -1
- package/dist/Components/NcActionSeparator.mjs +15 -13
- package/dist/Components/NcActionSeparator.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +20 -16
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +20 -18
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +40 -29
- package/dist/Components/NcActionTextEditable.cjs.map +1 -1
- package/dist/Components/NcActionTextEditable.mjs +40 -33
- package/dist/Components/NcActionTextEditable.mjs.map +1 -1
- package/dist/Components/NcActions.cjs +2 -2
- package/dist/Components/NcActions.mjs +2 -2
- package/dist/Components/NcAppContent.cjs +2 -2
- package/dist/Components/NcAppContent.mjs +2 -2
- package/dist/Components/NcAppContentDetails.cjs +14 -11
- package/dist/Components/NcAppContentDetails.cjs.map +1 -1
- package/dist/Components/NcAppContentDetails.mjs +14 -12
- package/dist/Components/NcAppContentDetails.mjs.map +1 -1
- package/dist/Components/NcAppContentList.cjs +16 -13
- package/dist/Components/NcAppContentList.cjs.map +1 -1
- package/dist/Components/NcAppContentList.mjs +16 -14
- package/dist/Components/NcAppContentList.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +2 -2
- package/dist/Components/NcAppNavigation.mjs +2 -2
- package/dist/Components/NcAppNavigationCaption.cjs +2 -2
- package/dist/Components/NcAppNavigationCaption.mjs +2 -2
- package/dist/Components/NcAppNavigationIconBullet.cjs +24 -18
- package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
- package/dist/Components/NcAppNavigationIconBullet.mjs +24 -19
- package/dist/Components/NcAppNavigationIconBullet.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +2 -2
- package/dist/Components/NcAppNavigationItem.mjs +2 -2
- package/dist/Components/NcAppNavigationList.cjs +15 -12
- package/dist/Components/NcAppNavigationList.cjs.map +1 -1
- package/dist/Components/NcAppNavigationList.mjs +15 -13
- package/dist/Components/NcAppNavigationList.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.cjs +27 -23
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +27 -25
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -2
- package/dist/Components/NcAppNavigationSettings.cjs +2 -2
- package/dist/Components/NcAppNavigationSettings.mjs +2 -2
- package/dist/Components/NcAppNavigationSpacer.cjs +15 -12
- package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSpacer.mjs +15 -13
- package/dist/Components/NcAppNavigationSpacer.mjs.map +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +4 -4
- package/dist/Components/NcAppNavigationToggle.mjs +3 -3
- package/dist/Components/NcAppSettingsDialog.cjs +2 -2
- package/dist/Components/NcAppSettingsDialog.mjs +2 -2
- package/dist/Components/NcAppSettingsSection.cjs +29 -24
- package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
- package/dist/Components/NcAppSettingsSection.mjs +29 -25
- package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +2 -2
- package/dist/Components/NcAppSidebar.mjs +2 -2
- package/dist/Components/NcAppSidebarTab.cjs +24 -18
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +24 -19
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +2 -2
- package/dist/Components/NcAvatar.mjs +2 -2
- package/dist/Components/NcBreadcrumb.cjs +2 -2
- package/dist/Components/NcBreadcrumb.mjs +2 -2
- package/dist/Components/NcBreadcrumbs.cjs +2 -2
- package/dist/Components/NcBreadcrumbs.mjs +2 -2
- package/dist/Components/NcButton.cjs +79 -58
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +79 -59
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +2 -2
- package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -2
- package/dist/Components/NcColorPicker.cjs +2 -2
- package/dist/Components/NcColorPicker.mjs +2 -2
- package/dist/Components/NcContent.cjs +2 -2
- package/dist/Components/NcContent.mjs +2 -2
- package/dist/Components/NcCounterBubble.cjs +18 -15
- package/dist/Components/NcCounterBubble.cjs.map +1 -1
- package/dist/Components/NcCounterBubble.mjs +18 -16
- package/dist/Components/NcCounterBubble.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +2 -2
- package/dist/Components/NcDashboardWidget.mjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.cjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.mjs +2 -2
- package/dist/Components/NcDateTime.cjs +2 -2
- package/dist/Components/NcDateTime.mjs +2 -2
- package/dist/Components/NcDateTimePicker.cjs +142 -101
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +140 -108
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +72 -52
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +72 -54
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +2 -2
- package/dist/Components/NcDialog.mjs +2 -2
- package/dist/Components/NcDialogButton.cjs +2 -2
- package/dist/Components/NcDialogButton.mjs +2 -2
- package/dist/Components/NcEllipsisedOption.cjs +35 -20
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +35 -22
- package/dist/Components/NcEllipsisedOption.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +2 -2
- package/dist/Components/NcEmojiPicker.mjs +2 -2
- package/dist/Components/NcEmptyContent.cjs +21 -18
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +21 -19
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +15 -12
- package/dist/Components/NcGuestContent.cjs.map +1 -1
- package/dist/Components/NcGuestContent.mjs +15 -13
- package/dist/Components/NcGuestContent.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +2 -2
- package/dist/Components/NcHeaderMenu.mjs +2 -2
- package/dist/Components/NcHighlight.cjs +2 -2
- package/dist/Components/NcHighlight.mjs +2 -2
- package/dist/Components/NcIconSvgWrapper.cjs +2 -2
- package/dist/Components/NcIconSvgWrapper.mjs +2 -2
- package/dist/Components/NcInputField.cjs +68 -52
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +68 -57
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +2 -2
- package/dist/Components/NcListItem.mjs +2 -2
- package/dist/Components/NcListItemIcon.cjs +2 -2
- package/dist/Components/NcListItemIcon.mjs +2 -2
- package/dist/Components/NcLoadingIcon.cjs +24 -16
- package/dist/Components/NcLoadingIcon.cjs.map +1 -1
- package/dist/Components/NcLoadingIcon.mjs +24 -17
- package/dist/Components/NcLoadingIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +257 -146
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +257 -156
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +80 -65
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +80 -66
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +2 -2
- package/dist/Components/NcPasswordField.mjs +2 -2
- package/dist/Components/NcPopover.cjs +2 -2
- package/dist/Components/NcPopover.mjs +2 -2
- package/dist/Components/NcProgressBar.cjs +2 -2
- package/dist/Components/NcProgressBar.mjs +2 -2
- package/dist/Components/NcRelatedResourcesPanel.cjs +2 -2
- package/dist/Components/NcRelatedResourcesPanel.mjs +2 -2
- package/dist/Components/NcRichContenteditable.cjs +6 -5
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +5 -5
- package/dist/Components/NcRichText.cjs +24 -22
- package/dist/Components/NcRichText.cjs.map +1 -1
- package/dist/Components/NcRichText.mjs +24 -24
- package/dist/Components/NcSavingIndicatorIcon.cjs +2 -2
- package/dist/Components/NcSavingIndicatorIcon.mjs +2 -2
- package/dist/Components/NcSelect.cjs +2 -2
- package/dist/Components/NcSelect.mjs +2 -2
- package/dist/Components/NcSelectTags.cjs +2 -2
- package/dist/Components/NcSelectTags.mjs +2 -2
- package/dist/Components/NcSettingsInputText.cjs +2 -2
- package/dist/Components/NcSettingsInputText.mjs +2 -2
- package/dist/Components/NcSettingsSection.cjs +2 -2
- package/dist/Components/NcSettingsSection.mjs +2 -2
- package/dist/Components/NcSettingsSelectGroup.cjs +4 -4
- package/dist/Components/NcSettingsSelectGroup.mjs +3 -3
- package/dist/Components/NcTextArea.cjs +51 -36
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +51 -40
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +2 -2
- package/dist/Components/NcTextField.mjs +2 -2
- package/dist/Components/NcTimezonePicker.cjs +2 -2
- package/dist/Components/NcTimezonePicker.mjs +2 -2
- package/dist/Components/NcUserBubble.cjs +2 -2
- package/dist/Components/NcUserBubble.mjs +2 -2
- package/dist/Components/NcUserStatusIcon.cjs +2 -2
- package/dist/Components/NcUserStatusIcon.mjs +2 -2
- package/dist/Components/NcVNodes.cjs +15 -12
- package/dist/Components/NcVNodes.cjs.map +1 -1
- package/dist/Components/NcVNodes.mjs +15 -13
- package/dist/Components/NcVNodes.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.cjs +9 -8
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +9 -8
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.cjs +19 -14
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +19 -14
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.cjs +6 -6
- package/dist/Directives/Focus.cjs.map +1 -1
- package/dist/Directives/Focus.mjs +5 -5
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +9 -6
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +8 -6
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +11 -11
- package/dist/Directives/Tooltip.cjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +9 -9
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.cjs +33 -0
- package/dist/Functions/a11y.cjs.map +1 -0
- package/dist/Functions/a11y.mjs +33 -0
- package/dist/Functions/a11y.mjs.map +1 -0
- package/dist/Functions/emoji.cjs +8 -0
- package/dist/Functions/emoji.cjs.map +1 -0
- package/dist/Functions/emoji.mjs +8 -0
- package/dist/Functions/emoji.mjs.map +1 -0
- package/dist/Functions/reference.cjs +16 -15
- package/dist/Functions/reference.cjs.map +1 -1
- package/dist/Functions/reference.mjs +16 -16
- package/dist/Functions/registerReference.cjs +11 -11
- package/dist/Functions/registerReference.mjs +10 -10
- package/dist/Functions/usernameToColor.cjs +2 -2
- package/dist/Functions/usernameToColor.mjs +2 -2
- package/dist/Mixins/clickOutsideOptions.cjs +4 -3
- package/dist/Mixins/clickOutsideOptions.cjs.map +1 -1
- package/dist/Mixins/clickOutsideOptions.mjs +4 -3
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/isFullscreen.cjs +4 -4
- package/dist/Mixins/isFullscreen.cjs.map +1 -1
- package/dist/Mixins/isFullscreen.mjs +4 -4
- package/dist/Mixins/isFullscreen.mjs.map +1 -1
- package/dist/Mixins/isMobile.cjs +4 -4
- package/dist/Mixins/isMobile.cjs.map +1 -1
- package/dist/Mixins/isMobile.mjs +4 -4
- package/dist/Mixins/isMobile.mjs.map +1 -1
- package/dist/Mixins/richEditor.cjs +6 -6
- package/dist/Mixins/richEditor.mjs +5 -5
- package/dist/assets/{NcActionButton-Cs5kVVAD.css → NcActionButton-CkChpLnH.css} +16 -11
- package/dist/assets/{NcActionButtonGroup-ChehtUip.css → NcActionButtonGroup-CvloX35s.css} +5 -4
- package/dist/assets/{NcActionCaption-Bp8mrIk7.css → NcActionCaption-sfcjBZnu.css} +4 -2
- package/dist/assets/{NcActionCheckbox-Do--WvUT.css → NcActionCheckbox-DTlI7y7p.css} +13 -9
- package/dist/assets/{NcActionInput-8F2WF3yH.css → NcActionInput-B8l22cnm.css} +44 -16
- package/dist/assets/{NcActionLink-DN3NCDC0.css → NcActionLink-C-NDmERH.css} +9 -6
- package/dist/assets/{NcActionRadio-B46v1Kn4.css → NcActionRadio-syUIsm9B.css} +13 -9
- package/dist/assets/{NcActionRouter-wVMPq1gi.css → NcActionRouter-BbTCI4sn.css} +12 -10
- package/dist/assets/{NcActionSeparator-CX3zFZuI.css → NcActionSeparator-CB59y4di.css} +4 -1
- package/dist/assets/{NcActionText-YljCzD9Q.css → NcActionText-Ceh88fy8.css} +12 -10
- package/dist/assets/{NcActionTextEditable-mti5YQN1.css → NcActionTextEditable-BoxziChR.css} +52 -24
- package/dist/assets/{NcActions-CiiQkX9v.css → NcActions-9_rnkpG4.css} +28 -1
- package/dist/assets/{NcAppContent-aWiDWWeq.css → NcAppContent-C08OMmgh.css} +42 -17
- package/dist/assets/{NcAppNavigation-wkQJnaLW.css → NcAppNavigation-ClImKhvx.css} +31 -3
- package/dist/assets/{NcAppNavigationCaption-jV1y8HQ1.css → NcAppNavigationCaption-BbwgabsF.css} +5 -2
- package/dist/assets/{NcAppNavigationIconBullet-1_cBEwu8.css → NcAppNavigationIconBullet-B8q3pUL5.css} +5 -2
- package/dist/assets/{NcAppNavigationItem-hYyNqvah.css → NcAppNavigationItem-Dy9C3jxc.css} +50 -28
- package/dist/assets/{NcAppNavigationList-CUnaMQQD.css → NcAppNavigationList-DnIxrbVX.css} +4 -1
- package/dist/assets/{NcAppNavigationNew-COjJ3vwU.css → NcAppNavigationNew-BPZ1O8Xm.css} +6 -1
- package/dist/assets/{NcAppNavigationNewItem-C574fgtB.css → NcAppNavigationNewItem-DF3nldsK.css} +26 -28
- package/dist/assets/{NcAppNavigationSettings-nH_pGlKc.css → NcAppNavigationSettings-BCkvRAy8.css} +11 -6
- package/dist/assets/{NcAppNavigationSpacer-C5p-33VT.css → NcAppNavigationSpacer-Cb4q1zb5.css} +4 -2
- package/dist/assets/{NcAppNavigationToggle-De8wq0JA.css → NcAppNavigationToggle-0yhQ9xse.css} +4 -1
- package/dist/assets/{NcAppSettingsDialog-DR46jcRG.css → NcAppSettingsDialog-CajWZJNV.css} +7 -5
- package/dist/assets/{NcAppSettingsSection-BqF92GLH.css → NcAppSettingsSection-BDvzWKkd.css} +5 -2
- package/dist/assets/{NcAppSidebar-DlVjDHcd.css → NcAppSidebar-Bi22qfW1.css} +66 -14
- package/dist/assets/{NcAppSidebarTab-XLBsrGqg.css → NcAppSidebarTab-CBFET-hQ.css} +5 -2
- package/dist/assets/{NcAvatar-BozWHt1s.css → NcAvatar-DaftSb4x.css} +11 -12
- package/dist/assets/{NcBreadcrumb-eyloXKCC.css → NcBreadcrumb-AES5eSWo.css} +8 -6
- package/dist/assets/{NcBreadcrumbs-E-TglkuV.css → NcBreadcrumbs-tYrp1DVs.css} +5 -3
- package/dist/assets/{NcButton-DhaPcomf.css → NcButton-D4HxnscK.css} +13 -13
- package/dist/assets/{NcCheckboxRadioSwitch-CaAqi0Jt.css → NcCheckboxRadioSwitch-DArK1Q95.css} +76 -53
- package/dist/assets/{NcColorPicker-CNboc7FY.css → NcColorPicker-CzKZjMxY.css} +38 -33
- package/dist/assets/{NcContent-tZHbeX2L.css → NcContent-Cuv2HvFH.css} +29 -3
- package/dist/assets/{NcCounterBubble-CuCSao3j.css → NcCounterBubble-CWi_P1Tb.css} +6 -3
- package/dist/assets/{NcDashboardWidget-DTV15Fb1.css → NcDashboardWidget-CGOA8X60.css} +7 -3
- package/dist/assets/{NcDashboardWidgetItem-4v77FH89.css → NcDashboardWidgetItem-BevETFRF.css} +18 -3
- package/dist/assets/{NcDateTimePicker-q_BLnhHU.css → NcDateTimePicker-D1jwoP61.css} +144 -163
- package/dist/assets/{NcDateTimePickerNative-DnLJu29_.css → NcDateTimePickerNative-CV_VuzvQ.css} +7 -4
- package/dist/assets/{NcDialog-DEKSpcnR.css → NcDialog-DFMxsFp5.css} +53 -20
- package/dist/assets/{NcEllipsisedOption-B6gjXSS9.css → NcEllipsisedOption-ClDzkIX6.css} +7 -6
- package/dist/assets/{NcEmojiPicker-B-4WNYcx.css → NcEmojiPicker-XL3oUsqE.css} +79 -50
- package/dist/assets/{NcEmptyContent-ClLPsXo5.css → NcEmptyContent--xKgddPn.css} +7 -3
- package/dist/assets/{NcGuestContent-CYYZPMjb.css → NcGuestContent-CeRLfUEi.css} +28 -1
- package/dist/assets/{NcHeaderMenu-BKufmJd0.css → NcHeaderMenu-N5y8yFGd.css} +7 -7
- package/dist/assets/{NcIconSvgWrapper-oui2KPBT.css → NcIconSvgWrapper-C5vV6-c0.css} +4 -1
- package/dist/assets/{NcInputConfirmCancel-CSzzPx0i.css → NcInputConfirmCancel-UcHrm0al.css} +7 -5
- package/dist/assets/{NcInputField-vYuV3-IY.css → NcInputField-CXoTqF9T.css} +16 -33
- package/dist/assets/{NcListItem-BIFTbr17.css → NcListItem-DMYcn1cc.css} +11 -21
- package/dist/assets/{NcListItemIcon-9Dazpmpd.css → NcListItemIcon-B9UQBQSa.css} +9 -11
- package/dist/assets/{NcLoadingIcon-CFmftMkz.css → NcLoadingIcon-gxK0ujO0.css} +5 -2
- package/dist/assets/{NcMentionBubble-7PQ8wEko.css → NcMentionBubble-DmzU72Mw.css} +5 -2
- package/dist/assets/{NcModal-CwgrmxSg.css → NcModal-Cof88czY.css} +42 -38
- package/dist/assets/{NcNoteCard-B_Q1mnCM.css → NcNoteCard-e7-Bxio8.css} +10 -6
- package/dist/assets/{NcPopover-wrgZy49g.css → NcPopover-BwI1hPzy.css} +4 -1
- package/dist/assets/{NcProgressBar-DDj4bmBB.css → NcProgressBar-D5VftcJm.css} +4 -1
- package/dist/assets/{NcRelatedResourcesPanel-D6K7OQFJ.css → NcRelatedResourcesPanel-BrXxbjgR.css} +60 -8
- package/dist/assets/{NcRichContenteditable-BQ2-fqnd.css → NcRichContenteditable-C-eZyVQM.css} +60 -22
- package/dist/assets/NcRichText-Cdp_2wEm.css +240 -0
- package/dist/assets/{NcSelect-4aBmXHhA.css → NcSelect-Fmyu7qyl.css} +34 -13
- package/dist/assets/{NcSettingsInputText-w-LprdjK.css → NcSettingsInputText-CU65Coab.css} +4 -1
- package/dist/assets/{NcSettingsSection-8RabR54v.css → NcSettingsSection-e9XGyBq8.css} +9 -7
- package/dist/assets/{NcSettingsSelectGroup-D8mlvzIT.css → NcSettingsSelectGroup-CPauLI-o.css} +4 -1
- package/dist/assets/{NcTextArea-DitXCroY.css → NcTextArea-XCi8a16Y.css} +13 -28
- package/dist/assets/{NcUserBubble-COPMjmKa.css → NcUserBubble-D5ieZC-f.css} +7 -4
- package/dist/assets/{NcUserStatusIcon-Dra7jf_o.css → NcUserStatusIcon-BcLArDqV.css} +4 -1
- package/dist/assets/{Tooltip-DA4si7PR.css → Tooltip-jHgt4m-W.css} +19 -3
- package/dist/assets/referencePickerModal-C0ibN2gO.css +539 -0
- package/dist/chunks/AlertCircleOutline-BzttElgq.mjs +39 -0
- package/dist/chunks/{AlertCircleOutline-DHFN4OkX.cjs.map → AlertCircleOutline-BzttElgq.mjs.map} +1 -1
- package/dist/chunks/AlertCircleOutline-Cb0gAiDw.cjs +38 -0
- package/dist/chunks/{AlertCircleOutline-U_bhL30C.mjs.map → AlertCircleOutline-Cb0gAiDw.cjs.map} +1 -1
- package/dist/chunks/ArrowLeft-B9iGweTd.mjs +39 -0
- package/dist/chunks/{ArrowLeft-CjNnGIlF.cjs.map → ArrowLeft-B9iGweTd.mjs.map} +1 -1
- package/dist/chunks/ArrowLeft-BhNmMdMz.cjs +38 -0
- package/dist/chunks/{ArrowLeft-kklNBL9z.mjs.map → ArrowLeft-BhNmMdMz.cjs.map} +1 -1
- package/dist/chunks/ArrowRight-Clf455e1.mjs +39 -0
- package/dist/chunks/{ArrowRight-CxzzJJQ6.cjs.map → ArrowRight-Clf455e1.mjs.map} +1 -1
- package/dist/chunks/ArrowRight-DaYrccVG.cjs +38 -0
- package/dist/chunks/{ArrowRight-C3BxTDjF.mjs.map → ArrowRight-DaYrccVG.cjs.map} +1 -1
- package/dist/chunks/Check-DZc7keoa.cjs +38 -0
- package/dist/chunks/{Check-CVn5nytg.cjs.map → Check-DZc7keoa.cjs.map} +1 -1
- package/dist/chunks/Check-PawIlCwa.mjs +39 -0
- package/dist/chunks/{Check-CRLmJNGG.mjs.map → Check-PawIlCwa.mjs.map} +1 -1
- package/dist/chunks/ChevronDown-CF9m1o8_.cjs +38 -0
- package/dist/chunks/{ChevronDown-DQPox_nl.cjs.map → ChevronDown-CF9m1o8_.cjs.map} +1 -1
- package/dist/chunks/ChevronDown-PedEroXo.mjs +39 -0
- package/dist/chunks/{ChevronDown-HHJdUMN4.mjs.map → ChevronDown-PedEroXo.mjs.map} +1 -1
- package/dist/chunks/ChevronRight-BNa7yMja.mjs +39 -0
- package/dist/chunks/{ChevronRight-BAJhNawb.cjs.map → ChevronRight-BNa7yMja.mjs.map} +1 -1
- package/dist/chunks/ChevronRight-DVw6mR11.cjs +38 -0
- package/dist/chunks/{ChevronRight-DL3e8bjj.mjs.map → ChevronRight-DVw6mR11.cjs.map} +1 -1
- package/dist/chunks/ChevronUp-CTOKWYlC.cjs +38 -0
- package/dist/chunks/{ChevronUp-kmHRpe7H.cjs.map → ChevronUp-CTOKWYlC.cjs.map} +1 -1
- package/dist/chunks/ChevronUp-DGLTg_nO.mjs +39 -0
- package/dist/chunks/{ChevronUp-B6TIgl1a.mjs.map → ChevronUp-DGLTg_nO.mjs.map} +1 -1
- package/dist/chunks/Close-1V1F2F-M.mjs +39 -0
- package/dist/chunks/{Close-DBfrdXMw.cjs.map → Close-1V1F2F-M.mjs.map} +1 -1
- package/dist/chunks/Close-C2VrgKj3.cjs +38 -0
- package/dist/chunks/{Close-BtO5TPBO.mjs.map → Close-C2VrgKj3.cjs.map} +1 -1
- package/dist/chunks/DotsHorizontal-C0STD_HU.mjs +39 -0
- package/dist/chunks/{DotsHorizontal-B8kTqpHe.cjs.map → DotsHorizontal-C0STD_HU.mjs.map} +1 -1
- package/dist/chunks/DotsHorizontal-Cjw3-45t.cjs +38 -0
- package/dist/chunks/{DotsHorizontal-DfVgEXgz.mjs.map → DotsHorizontal-Cjw3-45t.cjs.map} +1 -1
- package/dist/chunks/GenColors-B1GUK4zF.cjs +160 -0
- package/dist/chunks/{GenColors-Dceu3ds2.mjs.map → GenColors-B1GUK4zF.cjs.map} +1 -1
- package/dist/chunks/{GenColors-Dceu3ds2.mjs → GenColors-DjFwlIhX.mjs} +69 -50
- package/dist/chunks/{GenColors-hkqGpnOK.cjs.map → GenColors-DjFwlIhX.mjs.map} +1 -1
- package/dist/chunks/{GenRandomId-BW3iYFf9.mjs → GenRandomId-CXkjMlAT.mjs} +4 -2
- package/dist/chunks/{GenRandomId-BW3iYFf9.mjs.map → GenRandomId-CXkjMlAT.mjs.map} +1 -1
- package/dist/chunks/{GenRandomId-B2O1GMbH.cjs → GenRandomId-kBCcgMJd.cjs} +4 -2
- package/dist/chunks/{GenRandomId-B2O1GMbH.cjs.map → GenRandomId-kBCcgMJd.cjs.map} +1 -1
- package/dist/chunks/{Linkify-BaDLLFxP.mjs → Linkify-BBPJHBma.mjs} +12 -10
- package/dist/chunks/{Linkify-Dola0NBa.cjs.map → Linkify-BBPJHBma.mjs.map} +1 -1
- package/dist/chunks/{Linkify-Dola0NBa.cjs → Linkify-CIO279AG.cjs} +14 -10
- package/dist/chunks/{Linkify-BaDLLFxP.mjs.map → Linkify-CIO279AG.cjs.map} +1 -1
- package/dist/chunks/NcActionButtonGroup-BISuGifY.mjs +53 -0
- package/dist/chunks/{NcActionButtonGroup-DU1taycQ.mjs.map → NcActionButtonGroup-BISuGifY.mjs.map} +1 -1
- package/dist/chunks/NcActionButtonGroup-iKUlQ6Sg.cjs +52 -0
- package/dist/chunks/{NcActionButtonGroup-B1XhnIBl.cjs.map → NcActionButtonGroup-iKUlQ6Sg.cjs.map} +1 -1
- package/dist/chunks/NcActionInput-CU4Ycto_.cjs +253 -0
- package/dist/chunks/{NcActionInput-N2wrvq5K.cjs.map → NcActionInput-CU4Ycto_.cjs.map} +1 -1
- package/dist/chunks/NcActionInput-GJBTX1-r.mjs +254 -0
- package/dist/chunks/{NcActionInput-53RB9uQe.mjs.map → NcActionInput-GJBTX1-r.mjs.map} +1 -1
- package/dist/chunks/NcActions-CZe78ai2.mjs +845 -0
- package/dist/chunks/{NcActions-BtvXtZF4.cjs.map → NcActions-CZe78ai2.mjs.map} +1 -1
- package/dist/chunks/NcActions-ePQTvWyX.cjs +846 -0
- package/dist/chunks/{NcActions-DiFslXqv.mjs.map → NcActions-ePQTvWyX.cjs.map} +1 -1
- package/dist/chunks/NcAppContent-BCShRsQU.cjs +303 -0
- package/dist/chunks/{NcAppContent-BDhK1rUf.mjs.map → NcAppContent-BCShRsQU.cjs.map} +1 -1
- package/dist/chunks/NcAppContent-gyRkh2hd.mjs +304 -0
- package/dist/chunks/{NcAppContent-Be1m1O_W.cjs.map → NcAppContent-gyRkh2hd.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigation-DjlepJn1.mjs +142 -0
- package/dist/chunks/{NcAppNavigation-CElLRpH-.mjs.map → NcAppNavigation-DjlepJn1.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigation-NMvbfe_y.cjs +143 -0
- package/dist/chunks/{NcAppNavigation-DKUnWfen.cjs.map → NcAppNavigation-NMvbfe_y.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationCaption-B-flkujS.cjs +62 -0
- package/dist/chunks/{NcAppNavigationCaption-DI7SIPdI.mjs.map → NcAppNavigationCaption-B-flkujS.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationCaption-PZDKx81g.mjs +63 -0
- package/dist/chunks/{NcAppNavigationCaption-Cdcv-0jj.cjs.map → NcAppNavigationCaption-PZDKx81g.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationItem-CFyEP8wP.mjs +522 -0
- package/dist/chunks/{NcAppNavigationItem-Djfc0DPY.mjs.map → NcAppNavigationItem-CFyEP8wP.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationItem-D-j_j_i5.cjs +521 -0
- package/dist/chunks/{NcAppNavigationItem-7xN_CMHW.cjs.map → NcAppNavigationItem-D-j_j_i5.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationNewItem-0C1S6gig.mjs +98 -0
- package/dist/chunks/{NcAppNavigationNewItem-CN3vYnc_.mjs.map → NcAppNavigationNewItem-0C1S6gig.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationNewItem-DU1Va5Qs.cjs +97 -0
- package/dist/chunks/{NcAppNavigationNewItem-5B4-U2NI.cjs.map → NcAppNavigationNewItem-DU1Va5Qs.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationSettings-BVYD-_ON.mjs +111 -0
- package/dist/chunks/{NcAppNavigationSettings-Cnr4jYzW.cjs.map → NcAppNavigationSettings-BVYD-_ON.mjs.map} +1 -1
- package/dist/chunks/NcAppNavigationSettings-CnuxB4p7.cjs +110 -0
- package/dist/chunks/{NcAppNavigationSettings-LmpAoM-x.mjs.map → NcAppNavigationSettings-CnuxB4p7.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationToggle--6uvG5sY.cjs +129 -0
- package/dist/chunks/{NcAppNavigationToggle-D0oeWL17.mjs.map → NcAppNavigationToggle--6uvG5sY.cjs.map} +1 -1
- package/dist/chunks/NcAppNavigationToggle-xOyRbwls.mjs +130 -0
- package/dist/chunks/{NcAppNavigationToggle-B5XmO21v.cjs.map → NcAppNavigationToggle-xOyRbwls.mjs.map} +1 -1
- package/dist/chunks/NcAppSettingsDialog-CAYJSfm3.cjs +232 -0
- package/dist/chunks/{NcAppSettingsDialog-BLOgrVCz.mjs.map → NcAppSettingsDialog-CAYJSfm3.cjs.map} +1 -1
- package/dist/chunks/NcAppSettingsDialog-CMknLVAP.mjs +230 -0
- package/dist/chunks/{NcAppSettingsDialog-B6crPJ6a.cjs.map → NcAppSettingsDialog-CMknLVAP.mjs.map} +1 -1
- package/dist/chunks/NcAppSidebar-D4v3Msgl.cjs +723 -0
- package/dist/chunks/{NcAppSidebar-CqER6-dl.mjs.map → NcAppSidebar-D4v3Msgl.cjs.map} +1 -1
- package/dist/chunks/NcAppSidebar-DWb4MNeo.mjs +724 -0
- package/dist/chunks/{NcAppSidebar-qC5-u1p0.cjs.map → NcAppSidebar-DWb4MNeo.mjs.map} +1 -1
- package/dist/chunks/NcAvatar-BYvbqQP3.mjs +594 -0
- package/dist/chunks/{NcAvatar-BBhoG-za.mjs.map → NcAvatar-BYvbqQP3.mjs.map} +1 -1
- package/dist/chunks/NcAvatar-DvV77AjU.cjs +595 -0
- package/dist/chunks/{NcAvatar-BuqOk4mX.cjs.map → NcAvatar-DvV77AjU.cjs.map} +1 -1
- package/dist/chunks/NcBreadcrumb-CccFNtmn.mjs +206 -0
- package/dist/chunks/{NcBreadcrumb-BxCf2hEA.mjs.map → NcBreadcrumb-CccFNtmn.mjs.map} +1 -1
- package/dist/chunks/NcBreadcrumb-D_B838UO.cjs +205 -0
- package/dist/chunks/{NcBreadcrumb-BRpLGeLr.cjs.map → NcBreadcrumb-D_B838UO.cjs.map} +1 -1
- package/dist/chunks/NcBreadcrumbs-BhBkulau.mjs +525 -0
- package/dist/chunks/{NcBreadcrumbs-BmK-6Q-n.mjs.map → NcBreadcrumbs-BhBkulau.mjs.map} +1 -1
- package/dist/chunks/NcBreadcrumbs-CaLzYM5s.cjs +527 -0
- package/dist/chunks/{NcBreadcrumbs-BKPXzHC1.cjs.map → NcBreadcrumbs-CaLzYM5s.cjs.map} +1 -1
- package/dist/chunks/NcCheckboxRadioSwitch-0kVQhCVw.cjs +685 -0
- package/dist/chunks/NcCheckboxRadioSwitch-0kVQhCVw.cjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch-ByOy5xz5.mjs +686 -0
- package/dist/chunks/NcCheckboxRadioSwitch-ByOy5xz5.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-BhTGXTuA.mjs +3 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-BhTGXTuA.mjs.map +1 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-CrbKZag1.cjs +4 -0
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_6d6e6a47_lang-CrbKZag1.cjs.map +1 -0
- package/dist/chunks/NcColorPicker-BZ8w5NOJ.mjs +191 -0
- package/dist/chunks/NcColorPicker-BZ8w5NOJ.mjs.map +1 -0
- package/dist/chunks/NcColorPicker-BhdOJcFp.cjs +190 -0
- package/dist/chunks/NcColorPicker-BhdOJcFp.cjs.map +1 -0
- package/dist/chunks/NcContent-DW28aXMb.mjs +104 -0
- package/dist/chunks/{NcContent-BPA0KfuT.mjs.map → NcContent-DW28aXMb.mjs.map} +1 -1
- package/dist/chunks/NcContent-JMqroMPc.cjs +103 -0
- package/dist/chunks/{NcContent-DbFAEdX_.cjs.map → NcContent-JMqroMPc.cjs.map} +1 -1
- package/dist/chunks/NcDashboardWidget-Bt_AiMLT.cjs +147 -0
- package/dist/chunks/{NcDashboardWidget-2-nW7dII.mjs.map → NcDashboardWidget-Bt_AiMLT.cjs.map} +1 -1
- package/dist/chunks/NcDashboardWidget-hoZw8Qfz.mjs +148 -0
- package/dist/chunks/{NcDashboardWidget-auMQiAFt.cjs.map → NcDashboardWidget-hoZw8Qfz.mjs.map} +1 -1
- package/dist/chunks/NcDashboardWidgetItem-C-Wa9TNk.mjs +151 -0
- package/dist/chunks/{NcDashboardWidgetItem-D2yoF9Oo.mjs.map → NcDashboardWidgetItem-C-Wa9TNk.mjs.map} +1 -1
- package/dist/chunks/NcDashboardWidgetItem-DjSXMVgm.cjs +150 -0
- package/dist/chunks/{NcDashboardWidgetItem-xqVAP32n.cjs.map → NcDashboardWidgetItem-DjSXMVgm.cjs.map} +1 -1
- package/dist/chunks/NcDateTime-iW-kErE1.mjs +181 -0
- package/dist/chunks/NcDateTime-iW-kErE1.mjs.map +1 -0
- package/dist/chunks/NcDateTime-kvWumSJA.cjs +180 -0
- package/dist/chunks/NcDateTime-kvWumSJA.cjs.map +1 -0
- package/dist/chunks/NcDialog-1TWFrsjf.mjs +235 -0
- package/dist/chunks/{NcDialog-C_1rhUHk.mjs.map → NcDialog-1TWFrsjf.mjs.map} +1 -1
- package/dist/chunks/NcDialog-G7XA1Z88.cjs +234 -0
- package/dist/chunks/{NcDialog-Ciz0hlFn.cjs.map → NcDialog-G7XA1Z88.cjs.map} +1 -1
- package/dist/chunks/NcDialogButton-NiGZGBjq.cjs +78 -0
- package/dist/chunks/{NcDialogButton-DQFoaN7q.mjs.map → NcDialogButton-NiGZGBjq.cjs.map} +1 -1
- package/dist/chunks/NcDialogButton-jh2GOQ_7.mjs +79 -0
- package/dist/chunks/{NcDialogButton-D7ibBxsQ.cjs.map → NcDialogButton-jh2GOQ_7.mjs.map} +1 -1
- package/dist/chunks/NcEmojiPicker-Drc9tYzl.mjs +284 -0
- package/dist/chunks/{NcEmojiPicker-Cie30NYK.mjs.map → NcEmojiPicker-Drc9tYzl.mjs.map} +1 -1
- package/dist/chunks/NcEmojiPicker-Ju0ogVxs.cjs +285 -0
- package/dist/chunks/{NcEmojiPicker-S2pfwxlK.cjs.map → NcEmojiPicker-Ju0ogVxs.cjs.map} +1 -1
- package/dist/chunks/NcHeaderMenu-2n5GDt37.mjs +226 -0
- package/dist/chunks/{NcHeaderMenu-DOGXti7v.mjs.map → NcHeaderMenu-2n5GDt37.mjs.map} +1 -1
- package/dist/chunks/NcHeaderMenu-830tFszI.cjs +225 -0
- package/dist/chunks/{NcHeaderMenu-58OTmM-5.cjs.map → NcHeaderMenu-830tFszI.cjs.map} +1 -1
- package/dist/chunks/NcIconSvgWrapper-5v5HBSpx.mjs +109 -0
- package/dist/chunks/{NcIconSvgWrapper-kIn1eQyv.cjs.map → NcIconSvgWrapper-5v5HBSpx.mjs.map} +1 -1
- package/dist/chunks/NcIconSvgWrapper-D4GEZPIc.cjs +111 -0
- package/dist/chunks/{NcIconSvgWrapper-BTdzvQGV.mjs.map → NcIconSvgWrapper-D4GEZPIc.cjs.map} +1 -1
- package/dist/chunks/NcInputConfirmCancel-_SvdghX9.cjs +112 -0
- package/dist/chunks/{NcInputConfirmCancel-DVmY85-V.cjs.map → NcInputConfirmCancel-_SvdghX9.cjs.map} +1 -1
- package/dist/chunks/NcInputConfirmCancel-uSZodQXZ.mjs +113 -0
- package/dist/chunks/{NcInputConfirmCancel-Nn_JgG9d.mjs.map → NcInputConfirmCancel-uSZodQXZ.mjs.map} +1 -1
- package/dist/chunks/NcListItem-DwXB_QT2.cjs +275 -0
- package/dist/chunks/{NcListItem-BopkGRDs.mjs.map → NcListItem-DwXB_QT2.cjs.map} +1 -1
- package/dist/chunks/NcListItem-R4rlqTZ-.mjs +276 -0
- package/dist/chunks/{NcListItem-B_MPLJ_8.cjs.map → NcListItem-R4rlqTZ-.mjs.map} +1 -1
- package/dist/chunks/NcListItemIcon-DKSzgujO.cjs +175 -0
- package/dist/chunks/{NcListItemIcon-CI23iFQz.mjs.map → NcListItemIcon-DKSzgujO.cjs.map} +1 -1
- package/dist/chunks/NcListItemIcon-DONcrnT_.mjs +176 -0
- package/dist/chunks/{NcListItemIcon-Dwgi2cPr.cjs.map → NcListItemIcon-DONcrnT_.mjs.map} +1 -1
- package/dist/chunks/NcPasswordField-CGhVkWI2.cjs +256 -0
- package/dist/chunks/{NcPasswordField-BgSp7dK4.mjs.map → NcPasswordField-CGhVkWI2.cjs.map} +1 -1
- package/dist/chunks/NcPasswordField-Vyt7Pk2z.mjs +254 -0
- package/dist/chunks/{NcPasswordField-BooDzf0Z.cjs.map → NcPasswordField-Vyt7Pk2z.mjs.map} +1 -1
- package/dist/chunks/NcPopover-BS1bBSkg.cjs +268 -0
- package/dist/chunks/{NcPopover--V3R3EKV.mjs.map → NcPopover-BS1bBSkg.cjs.map} +1 -1
- package/dist/chunks/NcPopover-foxJPAfG.mjs +267 -0
- package/dist/chunks/{NcPopover-h-t7Dnjk.cjs.map → NcPopover-foxJPAfG.mjs.map} +1 -1
- package/dist/chunks/NcProgressBar-BafFcKiu.mjs +117 -0
- package/dist/chunks/{NcProgressBar-BYk5hfPI.cjs.map → NcProgressBar-BafFcKiu.mjs.map} +1 -1
- package/dist/chunks/NcProgressBar-mFqoqB4L.cjs +116 -0
- package/dist/chunks/{NcProgressBar-DDAeXyp8.mjs.map → NcProgressBar-mFqoqB4L.cjs.map} +1 -1
- package/dist/chunks/NcRelatedResourcesPanel-BY8X00Zd.mjs +438 -0
- package/dist/chunks/{NcRelatedResourcesPanel-DaiuNCYU.cjs.map → NcRelatedResourcesPanel-BY8X00Zd.mjs.map} +1 -1
- package/dist/chunks/NcRelatedResourcesPanel-Ci31S2dU.cjs +439 -0
- package/dist/chunks/{NcRelatedResourcesPanel-Ch1b_Gl3.mjs.map → NcRelatedResourcesPanel-Ci31S2dU.cjs.map} +1 -1
- package/dist/chunks/NcRichContenteditable-BpHLlt5A.mjs +797 -0
- package/dist/chunks/{NcRichContenteditable-CEqdmoem.mjs.map → NcRichContenteditable-BpHLlt5A.mjs.map} +1 -1
- package/dist/chunks/NcRichContenteditable-DnukwC1y.cjs +800 -0
- package/dist/chunks/{NcRichContenteditable-BF3BkdqM.cjs.map → NcRichContenteditable-DnukwC1y.cjs.map} +1 -1
- package/dist/chunks/NcRichText-Ba2D7EQq.mjs +412 -0
- package/dist/chunks/{NcRichText-CUKFkHQg.mjs.map → NcRichText-Ba2D7EQq.mjs.map} +1 -1
- package/dist/chunks/NcRichText-U0Ral4-y.cjs +419 -0
- package/dist/chunks/{NcRichText-DCkExl5g.cjs.map → NcRichText-U0Ral4-y.cjs.map} +1 -1
- package/dist/chunks/NcSavingIndicatorIcon-Bhy7wcoT.mjs +65 -0
- package/dist/chunks/{NcSavingIndicatorIcon-Bf0SEmgS.mjs.map → NcSavingIndicatorIcon-Bhy7wcoT.mjs.map} +1 -1
- package/dist/chunks/NcSavingIndicatorIcon-BzKAIkhk.cjs +64 -0
- package/dist/chunks/{NcSavingIndicatorIcon-BTvUkUn-.cjs.map → NcSavingIndicatorIcon-BzKAIkhk.cjs.map} +1 -1
- package/dist/chunks/{NcSelect-Bo71Yd6L.mjs → NcSelect-EnQUx7gf.mjs} +159 -121
- package/dist/chunks/{NcSelect-Bn3oTHtq.cjs.map → NcSelect-EnQUx7gf.mjs.map} +1 -1
- package/dist/chunks/{NcSelect-Bn3oTHtq.cjs → NcSelect-uODI-lly.cjs} +161 -111
- package/dist/chunks/{NcSelect-Bo71Yd6L.mjs.map → NcSelect-uODI-lly.cjs.map} +1 -1
- package/dist/chunks/NcSelectTags-BzQxtK0g.cjs +303 -0
- package/dist/chunks/{NcSelectTags-CgYWiDjX.cjs.map → NcSelectTags-BzQxtK0g.cjs.map} +1 -1
- package/dist/chunks/NcSelectTags-tEADv0cv.mjs +302 -0
- package/dist/chunks/{NcSelectTags-9aCrLRT0.mjs.map → NcSelectTags-tEADv0cv.mjs.map} +1 -1
- package/dist/chunks/NcSettingsInputText-BdjyNei5.mjs +102 -0
- package/dist/chunks/{NcSettingsInputText-JboV8u2l.mjs.map → NcSettingsInputText-BdjyNei5.mjs.map} +1 -1
- package/dist/chunks/NcSettingsInputText-Bg_VDGoS.cjs +101 -0
- package/dist/chunks/{NcSettingsInputText-1i2TqdMB.cjs.map → NcSettingsInputText-Bg_VDGoS.cjs.map} +1 -1
- package/dist/chunks/NcSettingsSection-CWQHnXy4.cjs +102 -0
- package/dist/chunks/{NcSettingsSection-Lgwm3w2e.mjs.map → NcSettingsSection-CWQHnXy4.cjs.map} +1 -1
- package/dist/chunks/NcSettingsSection-CWUIg3WZ.mjs +103 -0
- package/dist/chunks/{NcSettingsSection-CNMpCD3o.cjs.map → NcSettingsSection-CWUIg3WZ.mjs.map} +1 -1
- package/dist/chunks/NcSettingsSelectGroup-DyQfy9P5.cjs +213 -0
- package/dist/chunks/{NcSettingsSelectGroup-DUzmbtZx.mjs.map → NcSettingsSelectGroup-DyQfy9P5.cjs.map} +1 -1
- package/dist/chunks/NcSettingsSelectGroup-I_qUQ6nA.mjs +211 -0
- package/dist/chunks/{NcSettingsSelectGroup-CgUJmyF7.cjs.map → NcSettingsSelectGroup-I_qUQ6nA.mjs.map} +1 -1
- package/dist/chunks/NcTextField-Bu1cvjSc.mjs +151 -0
- package/dist/chunks/{NcTextField-D_eUEl2B.mjs.map → NcTextField-Bu1cvjSc.mjs.map} +1 -1
- package/dist/chunks/NcTextField-CO0wnb8n.cjs +150 -0
- package/dist/chunks/{NcTextField-B5cUYgRy.cjs.map → NcTextField-CO0wnb8n.cjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-CH1lkCMF.mjs → NcTimezonePicker-BA3AYCBm.mjs} +131 -84
- package/dist/chunks/{NcTimezonePicker-CH1lkCMF.mjs.map → NcTimezonePicker-BA3AYCBm.mjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-BF5TeadZ.cjs → NcTimezonePicker-D1jVCuUh.cjs} +131 -79
- package/dist/chunks/{NcTimezonePicker-BF5TeadZ.cjs.map → NcTimezonePicker-D1jVCuUh.cjs.map} +1 -1
- package/dist/chunks/NcUserBubble-CSAU8jCM.cjs +212 -0
- package/dist/chunks/{NcUserBubble-C0HbPO9p.mjs.map → NcUserBubble-CSAU8jCM.cjs.map} +1 -1
- package/dist/chunks/NcUserBubble-h9Zo3CCT.mjs +211 -0
- package/dist/chunks/{NcUserBubble-BadEJRgs.cjs.map → NcUserBubble-h9Zo3CCT.mjs.map} +1 -1
- package/dist/chunks/NcUserStatusIcon-BC9qDAzb.mjs +168 -0
- package/dist/chunks/{NcUserStatusIcon-B69NZ9Hw.cjs.map → NcUserStatusIcon-BC9qDAzb.mjs.map} +1 -1
- package/dist/chunks/NcUserStatusIcon-BpLvFq3p.cjs +170 -0
- package/dist/chunks/{NcUserStatusIcon-HOUdT_MR.mjs.map → NcUserStatusIcon-BpLvFq3p.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-Dz4pyD77.mjs → ScopeComponent-B9RptB1A.mjs} +9 -4
- package/dist/chunks/{ScopeComponent-Dz4pyD77.mjs.map → ScopeComponent-B9RptB1A.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-IO407Bzb.cjs → ScopeComponent-Cmn9OSZb.cjs} +9 -4
- package/dist/chunks/{ScopeComponent-IO407Bzb.cjs.map → ScopeComponent-Cmn9OSZb.cjs.map} +1 -1
- package/dist/chunks/_l10n-DwEsZ6zb.mjs +122 -0
- package/dist/chunks/_l10n-DwEsZ6zb.mjs.map +1 -0
- package/dist/chunks/_l10n-ftziezFF.cjs +121 -0
- package/dist/chunks/_l10n-ftziezFF.cjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-D637Qkok.mjs +59 -0
- package/dist/chunks/_plugin-vue2_normalizer-D637Qkok.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-DbFIE4_M.cjs +58 -0
- package/dist/chunks/_plugin-vue2_normalizer-DbFIE4_M.cjs.map +1 -0
- package/dist/chunks/{actionGlobal-DL1VaQzF.cjs → actionGlobal-BfK-CImU.cjs} +2 -2
- package/dist/chunks/{actionGlobal-D49NL940.mjs.map → actionGlobal-BfK-CImU.cjs.map} +1 -1
- package/dist/chunks/{actionGlobal-D49NL940.mjs → actionGlobal-DV5ZiuS0.mjs} +2 -2
- package/dist/chunks/{actionGlobal-DL1VaQzF.cjs.map → actionGlobal-DV5ZiuS0.mjs.map} +1 -1
- package/dist/chunks/{actionText-jLsEBszD.mjs → actionText-BaGktsVf.mjs} +21 -17
- package/dist/chunks/{actionText-jLsEBszD.mjs.map → actionText-BaGktsVf.mjs.map} +1 -1
- package/dist/chunks/{actionText-iWNpvZuI.cjs → actionText-BnA6RS9I.cjs} +21 -17
- package/dist/chunks/{actionText-iWNpvZuI.cjs.map → actionText-BnA6RS9I.cjs.map} +1 -1
- package/dist/chunks/autolink-Bgjz08wN.cjs +125 -0
- package/dist/chunks/autolink-Bgjz08wN.cjs.map +1 -0
- package/dist/chunks/autolink-DA7VzS8Y.mjs +126 -0
- package/dist/chunks/autolink-DA7VzS8Y.mjs.map +1 -0
- package/dist/chunks/emoji-CWr00EYY.cjs +87 -0
- package/dist/chunks/emoji-CWr00EYY.cjs.map +1 -0
- package/dist/chunks/emoji-CbOkKZx5.mjs +86 -0
- package/dist/chunks/emoji-CbOkKZx5.mjs.map +1 -0
- package/dist/chunks/{focusTrap-xauhLvvr.cjs → focusTrap-Dsmd28wG.cjs} +4 -3
- package/dist/chunks/{focusTrap-Be9GEB5C.mjs.map → focusTrap-Dsmd28wG.cjs.map} +1 -1
- package/dist/chunks/{focusTrap-Be9GEB5C.mjs → focusTrap-hWDNhn4t.mjs} +4 -3
- package/dist/chunks/{focusTrap-xauhLvvr.cjs.map → focusTrap-hWDNhn4t.mjs.map} +1 -1
- package/dist/chunks/{getAvatarUrl-BHpn8LgJ.mjs → getAvatarUrl-BBvqBOJD.mjs} +7 -7
- package/dist/chunks/{getAvatarUrl-BHpn8LgJ.mjs.map → getAvatarUrl-BBvqBOJD.mjs.map} +1 -1
- package/dist/chunks/{getAvatarUrl-CjIpoO6I.cjs → getAvatarUrl-C40xfr4C.cjs} +7 -7
- package/dist/chunks/{getAvatarUrl-CjIpoO6I.cjs.map → getAvatarUrl-C40xfr4C.cjs.map} +1 -1
- package/dist/chunks/index-BRQQ9NaL.mjs +198 -0
- package/dist/chunks/{index-uiNhPYvS.mjs.map → index-BRQQ9NaL.mjs.map} +1 -1
- package/dist/chunks/index-BwyQ2N-M.mjs +119 -0
- package/dist/chunks/index-BwyQ2N-M.mjs.map +1 -0
- package/dist/chunks/index-D0euettC.cjs +201 -0
- package/dist/chunks/{index-CMnR5Pf6.cjs.map → index-D0euettC.cjs.map} +1 -1
- package/dist/chunks/index-DYccGIvD.mjs +197 -0
- package/dist/chunks/{index-CnpswYi6.mjs.map → index-DYccGIvD.mjs.map} +1 -1
- package/dist/chunks/index-Dl-SBuhJ.cjs +196 -0
- package/dist/chunks/{index-Cke9rKBg.cjs.map → index-Dl-SBuhJ.cjs.map} +1 -1
- package/dist/chunks/index-Dsgv-f-l.cjs +118 -0
- package/dist/chunks/index-Dsgv-f-l.cjs.map +1 -0
- package/dist/chunks/{logger-D9RRY4er.cjs → logger-BcZGm6Un.cjs} +3 -3
- package/dist/chunks/{logger-C7qcfVW8.mjs.map → logger-BcZGm6Un.cjs.map} +1 -1
- package/dist/chunks/{logger-C7qcfVW8.mjs → logger-C7ZZ6zFQ.mjs} +3 -3
- package/dist/chunks/{logger-D9RRY4er.cjs.map → logger-C7ZZ6zFQ.mjs.map} +1 -1
- package/dist/chunks/referencePickerModal-DBIqS1ep.mjs +3474 -0
- package/dist/chunks/referencePickerModal-DBIqS1ep.mjs.map +1 -0
- package/dist/chunks/referencePickerModal-XXILzgbd.cjs +3476 -0
- package/dist/chunks/referencePickerModal-XXILzgbd.cjs.map +1 -0
- package/dist/chunks/{usernameToColor-BHkzj1tb.mjs → usernameToColor-3O2cQhM4.mjs} +22 -16
- package/dist/chunks/{usernameToColor-BHkzj1tb.mjs.map → usernameToColor-3O2cQhM4.mjs.map} +1 -1
- package/dist/chunks/usernameToColor-DiRnOvlG.cjs +48 -0
- package/dist/chunks/{usernameToColor-DA36rR48.cjs.map → usernameToColor-DiRnOvlG.cjs.map} +1 -1
- package/dist/composables/useFormatDateTime.d.ts +57 -0
- package/dist/index.cjs +284 -224
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +287 -306
- package/dist/index.mjs.map +1 -1
- package/dist/plugin.d.ts +2 -1
- package/package.json +6 -6
- package/dist/assets/NcRichText-DNXuHl34.css +0 -229
- package/dist/assets/referencePickerModal-DWB2ghBg.css +0 -336
- package/dist/chunks/AlertCircleOutline-DHFN4OkX.cjs +0 -35
- package/dist/chunks/AlertCircleOutline-U_bhL30C.mjs +0 -37
- package/dist/chunks/ArrowLeft-CjNnGIlF.cjs +0 -35
- package/dist/chunks/ArrowLeft-kklNBL9z.mjs +0 -37
- package/dist/chunks/ArrowRight-C3BxTDjF.mjs +0 -37
- package/dist/chunks/ArrowRight-CxzzJJQ6.cjs +0 -35
- package/dist/chunks/Check-CRLmJNGG.mjs +0 -37
- package/dist/chunks/Check-CVn5nytg.cjs +0 -35
- package/dist/chunks/ChevronDown-DQPox_nl.cjs +0 -35
- package/dist/chunks/ChevronDown-HHJdUMN4.mjs +0 -37
- package/dist/chunks/ChevronRight-BAJhNawb.cjs +0 -35
- package/dist/chunks/ChevronRight-DL3e8bjj.mjs +0 -37
- package/dist/chunks/ChevronUp-B6TIgl1a.mjs +0 -37
- package/dist/chunks/ChevronUp-kmHRpe7H.cjs +0 -35
- package/dist/chunks/Close-BtO5TPBO.mjs +0 -37
- package/dist/chunks/Close-DBfrdXMw.cjs +0 -35
- package/dist/chunks/DotsHorizontal-B8kTqpHe.cjs +0 -35
- package/dist/chunks/DotsHorizontal-DfVgEXgz.mjs +0 -37
- package/dist/chunks/GenColors-hkqGpnOK.cjs +0 -141
- package/dist/chunks/NcActionButtonGroup-B1XhnIBl.cjs +0 -46
- package/dist/chunks/NcActionButtonGroup-DU1taycQ.mjs +0 -50
- package/dist/chunks/NcActionInput-53RB9uQe.mjs +0 -244
- package/dist/chunks/NcActionInput-N2wrvq5K.cjs +0 -235
- package/dist/chunks/NcActions-BtvXtZF4.cjs +0 -688
- package/dist/chunks/NcActions-DiFslXqv.mjs +0 -696
- package/dist/chunks/NcAppContent-BDhK1rUf.mjs +0 -265
- package/dist/chunks/NcAppContent-Be1m1O_W.cjs +0 -256
- package/dist/chunks/NcAppNavigation-CElLRpH-.mjs +0 -124
- package/dist/chunks/NcAppNavigation-DKUnWfen.cjs +0 -115
- package/dist/chunks/NcAppNavigationCaption-Cdcv-0jj.cjs +0 -58
- package/dist/chunks/NcAppNavigationCaption-DI7SIPdI.mjs +0 -61
- package/dist/chunks/NcAppNavigationItem-7xN_CMHW.cjs +0 -463
- package/dist/chunks/NcAppNavigationItem-Djfc0DPY.mjs +0 -475
- package/dist/chunks/NcAppNavigationNewItem-5B4-U2NI.cjs +0 -87
- package/dist/chunks/NcAppNavigationNewItem-CN3vYnc_.mjs +0 -91
- package/dist/chunks/NcAppNavigationSettings-Cnr4jYzW.cjs +0 -104
- package/dist/chunks/NcAppNavigationSettings-LmpAoM-x.mjs +0 -106
- package/dist/chunks/NcAppNavigationToggle-B5XmO21v.cjs +0 -119
- package/dist/chunks/NcAppNavigationToggle-D0oeWL17.mjs +0 -122
- package/dist/chunks/NcAppSettingsDialog-B6crPJ6a.cjs +0 -184
- package/dist/chunks/NcAppSettingsDialog-BLOgrVCz.mjs +0 -191
- package/dist/chunks/NcAppSidebar-CqER6-dl.mjs +0 -606
- package/dist/chunks/NcAppSidebar-qC5-u1p0.cjs +0 -588
- package/dist/chunks/NcAvatar-BBhoG-za.mjs +0 -486
- package/dist/chunks/NcAvatar-BuqOk4mX.cjs +0 -467
- package/dist/chunks/NcBreadcrumb-BRpLGeLr.cjs +0 -180
- package/dist/chunks/NcBreadcrumb-BxCf2hEA.mjs +0 -186
- package/dist/chunks/NcBreadcrumbs-BKPXzHC1.cjs +0 -412
- package/dist/chunks/NcBreadcrumbs-BmK-6Q-n.mjs +0 -422
- package/dist/chunks/NcCheckboxRadioSwitch-B9w3Znu7.cjs +0 -603
- package/dist/chunks/NcCheckboxRadioSwitch-B9w3Znu7.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-BOl1O2zi.mjs +0 -607
- package/dist/chunks/NcCheckboxRadioSwitch-BOl1O2zi.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs +0 -3
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs +0 -4
- package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-CeoImUTC.mjs +0 -178
- package/dist/chunks/NcColorPicker-CeoImUTC.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-DOcxlY35.cjs +0 -168
- package/dist/chunks/NcColorPicker-DOcxlY35.cjs.map +0 -1
- package/dist/chunks/NcContent-BPA0KfuT.mjs +0 -87
- package/dist/chunks/NcContent-DbFAEdX_.cjs +0 -80
- package/dist/chunks/NcDashboardWidget-2-nW7dII.mjs +0 -141
- package/dist/chunks/NcDashboardWidget-auMQiAFt.cjs +0 -135
- package/dist/chunks/NcDashboardWidgetItem-D2yoF9Oo.mjs +0 -143
- package/dist/chunks/NcDashboardWidgetItem-xqVAP32n.cjs +0 -138
- package/dist/chunks/NcDateTime-CeOdKcvC.mjs +0 -146
- package/dist/chunks/NcDateTime-CeOdKcvC.mjs.map +0 -1
- package/dist/chunks/NcDateTime-DneyKibb.cjs +0 -142
- package/dist/chunks/NcDateTime-DneyKibb.cjs.map +0 -1
- package/dist/chunks/NcDialog-C_1rhUHk.mjs +0 -214
- package/dist/chunks/NcDialog-Ciz0hlFn.cjs +0 -207
- package/dist/chunks/NcDialogButton-D7ibBxsQ.cjs +0 -69
- package/dist/chunks/NcDialogButton-DQFoaN7q.mjs +0 -74
- package/dist/chunks/NcEmojiPicker-Cie30NYK.mjs +0 -251
- package/dist/chunks/NcEmojiPicker-S2pfwxlK.cjs +0 -241
- package/dist/chunks/NcHeaderMenu-58OTmM-5.cjs +0 -187
- package/dist/chunks/NcHeaderMenu-DOGXti7v.mjs +0 -193
- package/dist/chunks/NcIconSvgWrapper-BTdzvQGV.mjs +0 -93
- package/dist/chunks/NcIconSvgWrapper-kIn1eQyv.cjs +0 -89
- package/dist/chunks/NcInputConfirmCancel-DVmY85-V.cjs +0 -92
- package/dist/chunks/NcInputConfirmCancel-Nn_JgG9d.mjs +0 -97
- package/dist/chunks/NcListItem-B_MPLJ_8.cjs +0 -233
- package/dist/chunks/NcListItem-BopkGRDs.mjs +0 -238
- package/dist/chunks/NcListItemIcon-CI23iFQz.mjs +0 -166
- package/dist/chunks/NcListItemIcon-Dwgi2cPr.cjs +0 -163
- package/dist/chunks/NcPasswordField-BgSp7dK4.mjs +0 -238
- package/dist/chunks/NcPasswordField-BooDzf0Z.cjs +0 -229
- package/dist/chunks/NcPopover--V3R3EKV.mjs +0 -239
- package/dist/chunks/NcPopover-h-t7Dnjk.cjs +0 -233
- package/dist/chunks/NcProgressBar-BYk5hfPI.cjs +0 -96
- package/dist/chunks/NcProgressBar-DDAeXyp8.mjs +0 -99
- package/dist/chunks/NcRelatedResourcesPanel-Ch1b_Gl3.mjs +0 -381
- package/dist/chunks/NcRelatedResourcesPanel-DaiuNCYU.cjs +0 -371
- package/dist/chunks/NcRichContenteditable-BF3BkdqM.cjs +0 -640
- package/dist/chunks/NcRichContenteditable-CEqdmoem.mjs +0 -649
- package/dist/chunks/NcRichText-CUKFkHQg.mjs +0 -355
- package/dist/chunks/NcRichText-DCkExl5g.cjs +0 -339
- package/dist/chunks/NcSavingIndicatorIcon-BTvUkUn-.cjs +0 -59
- package/dist/chunks/NcSavingIndicatorIcon-Bf0SEmgS.mjs +0 -62
- package/dist/chunks/NcSelectTags-9aCrLRT0.mjs +0 -258
- package/dist/chunks/NcSelectTags-CgYWiDjX.cjs +0 -252
- package/dist/chunks/NcSettingsInputText-1i2TqdMB.cjs +0 -92
- package/dist/chunks/NcSettingsInputText-JboV8u2l.mjs +0 -95
- package/dist/chunks/NcSettingsSection-CNMpCD3o.cjs +0 -96
- package/dist/chunks/NcSettingsSection-Lgwm3w2e.mjs +0 -98
- package/dist/chunks/NcSettingsSelectGroup-CgUJmyF7.cjs +0 -185
- package/dist/chunks/NcSettingsSelectGroup-DUzmbtZx.mjs +0 -192
- package/dist/chunks/NcTextField-B5cUYgRy.cjs +0 -140
- package/dist/chunks/NcTextField-D_eUEl2B.mjs +0 -146
- package/dist/chunks/NcUserBubble-BadEJRgs.cjs +0 -193
- package/dist/chunks/NcUserBubble-C0HbPO9p.mjs +0 -198
- package/dist/chunks/NcUserStatusIcon-B69NZ9Hw.cjs +0 -150
- package/dist/chunks/NcUserStatusIcon-HOUdT_MR.mjs +0 -157
- package/dist/chunks/_l10n-B8iumFKB.cjs +0 -66
- package/dist/chunks/_l10n-B8iumFKB.cjs.map +0 -1
- package/dist/chunks/_l10n-BaNxGGXy.mjs +0 -68
- package/dist/chunks/_l10n-BaNxGGXy.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs +0 -32
- package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs +0 -31
- package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs.map +0 -1
- package/dist/chunks/autolink-DNGB8YSW.mjs +0 -86
- package/dist/chunks/autolink-DNGB8YSW.mjs.map +0 -1
- package/dist/chunks/autolink-MMzlO_Ai.cjs +0 -82
- package/dist/chunks/autolink-MMzlO_Ai.cjs.map +0 -1
- package/dist/chunks/emoji-DEH9dtOa.cjs +0 -59
- package/dist/chunks/emoji-DEH9dtOa.cjs.map +0 -1
- package/dist/chunks/emoji-k4gWHxrE.mjs +0 -62
- package/dist/chunks/emoji-k4gWHxrE.mjs.map +0 -1
- package/dist/chunks/index-Bh9FEWbr.cjs +0 -87
- package/dist/chunks/index-Bh9FEWbr.cjs.map +0 -1
- package/dist/chunks/index-CMnR5Pf6.cjs +0 -157
- package/dist/chunks/index-CU14QsCg.mjs +0 -88
- package/dist/chunks/index-CU14QsCg.mjs.map +0 -1
- package/dist/chunks/index-Cke9rKBg.cjs +0 -148
- package/dist/chunks/index-CnpswYi6.mjs +0 -149
- package/dist/chunks/index-uiNhPYvS.mjs +0 -163
- package/dist/chunks/referencePickerModal-AvSHyw1b.mjs +0 -2428
- package/dist/chunks/referencePickerModal-AvSHyw1b.mjs.map +0 -1
- package/dist/chunks/referencePickerModal-B_Su3XpN.cjs +0 -2408
- package/dist/chunks/referencePickerModal-B_Su3XpN.cjs.map +0 -1
- package/dist/chunks/usernameToColor-DA36rR48.cjs +0 -39
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const t = require("vue"), a = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), i = t.defineComponent({
|
|
3
|
-
name: "NcSavingIndicatorIcon",
|
|
4
|
-
props: {
|
|
5
|
-
/**
|
|
6
|
-
* Specify the size of the saving icon.
|
|
7
|
-
*/
|
|
8
|
-
size: {
|
|
9
|
-
type: Number,
|
|
10
|
-
default: 20
|
|
11
|
-
},
|
|
12
|
-
/**
|
|
13
|
-
* Specify what is saved.
|
|
14
|
-
*/
|
|
15
|
-
name: {
|
|
16
|
-
type: String,
|
|
17
|
-
default: ""
|
|
18
|
-
},
|
|
19
|
-
/**
|
|
20
|
-
* Set to true when saving is in progress.
|
|
21
|
-
*/
|
|
22
|
-
saving: {
|
|
23
|
-
type: Boolean,
|
|
24
|
-
default: !1,
|
|
25
|
-
required: !1
|
|
26
|
-
},
|
|
27
|
-
/**
|
|
28
|
-
* Set to true if an error occured while saving.
|
|
29
|
-
*/
|
|
30
|
-
error: {
|
|
31
|
-
type: Boolean,
|
|
32
|
-
default: !1,
|
|
33
|
-
required: !1
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
emits: ["click"],
|
|
37
|
-
computed: {
|
|
38
|
-
indicatorColor() {
|
|
39
|
-
return this.error ? "var(--color-error)" : this.saving ? "var(--color-primary-element)" : "none";
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
var o = function() {
|
|
44
|
-
var e = this, r = e._self._c;
|
|
45
|
-
return e._self._setupProxy, r("span", { staticClass: "material-design-icon", attrs: { "aria-label": e.name, role: "img" }, on: { click: function(n) {
|
|
46
|
-
return e.$emit("click", n);
|
|
47
|
-
} } }, [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { fill: e.indicatorColor, d: "m19 15a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4z" } }), r("path", { attrs: { fill: "currentColor", d: "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" } }, [e.name ? r("title", [e._v(e._s(e.name))]) : e._e()])])]);
|
|
48
|
-
}, l = [], s = /* @__PURE__ */ a.normalizeComponent(
|
|
49
|
-
i,
|
|
50
|
-
o,
|
|
51
|
-
l,
|
|
52
|
-
!1,
|
|
53
|
-
null,
|
|
54
|
-
null,
|
|
55
|
-
null,
|
|
56
|
-
null
|
|
57
|
-
);
|
|
58
|
-
const c = s.exports;
|
|
59
|
-
exports.NcSavingIndicatorIcon = c;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { defineComponent as a } from "vue";
|
|
2
|
-
import { n } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
|
|
3
|
-
const i = a({
|
|
4
|
-
name: "NcSavingIndicatorIcon",
|
|
5
|
-
props: {
|
|
6
|
-
/**
|
|
7
|
-
* Specify the size of the saving icon.
|
|
8
|
-
*/
|
|
9
|
-
size: {
|
|
10
|
-
type: Number,
|
|
11
|
-
default: 20
|
|
12
|
-
},
|
|
13
|
-
/**
|
|
14
|
-
* Specify what is saved.
|
|
15
|
-
*/
|
|
16
|
-
name: {
|
|
17
|
-
type: String,
|
|
18
|
-
default: ""
|
|
19
|
-
},
|
|
20
|
-
/**
|
|
21
|
-
* Set to true when saving is in progress.
|
|
22
|
-
*/
|
|
23
|
-
saving: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
default: !1,
|
|
26
|
-
required: !1
|
|
27
|
-
},
|
|
28
|
-
/**
|
|
29
|
-
* Set to true if an error occured while saving.
|
|
30
|
-
*/
|
|
31
|
-
error: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
default: !1,
|
|
34
|
-
required: !1
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
emits: ["click"],
|
|
38
|
-
computed: {
|
|
39
|
-
indicatorColor() {
|
|
40
|
-
return this.error ? "var(--color-error)" : this.saving ? "var(--color-primary-element)" : "none";
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
var o = function() {
|
|
45
|
-
var e = this, r = e._self._c;
|
|
46
|
-
return e._self._setupProxy, r("span", { staticClass: "material-design-icon", attrs: { "aria-label": e.name, role: "img" }, on: { click: function(t) {
|
|
47
|
-
return e.$emit("click", t);
|
|
48
|
-
} } }, [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { fill: e.indicatorColor, d: "m19 15a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4z" } }), r("path", { attrs: { fill: "currentColor", d: "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" } }, [e.name ? r("title", [e._v(e._s(e.name))]) : e._e()])])]);
|
|
49
|
-
}, l = [], s = /* @__PURE__ */ n(
|
|
50
|
-
i,
|
|
51
|
-
o,
|
|
52
|
-
l,
|
|
53
|
-
!1,
|
|
54
|
-
null,
|
|
55
|
-
null,
|
|
56
|
-
null,
|
|
57
|
-
null
|
|
58
|
-
);
|
|
59
|
-
const _ = s.exports;
|
|
60
|
-
export {
|
|
61
|
-
_ as N
|
|
62
|
-
};
|
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
import p from "../Components/NcEllipsisedOption.mjs";
|
|
2
|
-
import { N as l } from "./NcSelect-Bo71Yd6L.mjs";
|
|
3
|
-
import c from "@nextcloud/axios";
|
|
4
|
-
import { generateRemoteUrl as d } from "@nextcloud/router";
|
|
5
|
-
import { r as f, g as h, a as o } from "./_l10n-BaNxGGXy.mjs";
|
|
6
|
-
import { n as m } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
|
|
7
|
-
/**
|
|
8
|
-
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
|
|
9
|
-
*
|
|
10
|
-
* @author Julius Härtl <jus@bitgrid.net>
|
|
11
|
-
*
|
|
12
|
-
* @license AGPL-3.0-or-later
|
|
13
|
-
*
|
|
14
|
-
* This program is free software: you can redistribute it and/or modify
|
|
15
|
-
* it under the terms of the GNU Affero General Public License as
|
|
16
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
17
|
-
* License, or (at your option) any later version.
|
|
18
|
-
*
|
|
19
|
-
* This program is distributed in the hope that it will be useful,
|
|
20
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
21
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
22
|
-
* GNU Affero General Public License for more details.
|
|
23
|
-
*
|
|
24
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
25
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
const a = (e) => {
|
|
29
|
-
let t = {};
|
|
30
|
-
if (e.nodeType === 1) {
|
|
31
|
-
if (e.attributes.length > 0) {
|
|
32
|
-
t["@attributes"] = {};
|
|
33
|
-
for (let r = 0; r < e.attributes.length; r++) {
|
|
34
|
-
const s = e.attributes.item(r);
|
|
35
|
-
t["@attributes"][s.nodeName] = s.nodeValue;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
} else
|
|
39
|
-
e.nodeType === 3 && (t = e.nodeValue);
|
|
40
|
-
if (e.hasChildNodes())
|
|
41
|
-
for (let r = 0; r < e.childNodes.length; r++) {
|
|
42
|
-
const s = e.childNodes.item(r), n = s.nodeName;
|
|
43
|
-
if (typeof t[n] > "u")
|
|
44
|
-
t[n] = a(s);
|
|
45
|
-
else {
|
|
46
|
-
if (typeof t[n].push > "u") {
|
|
47
|
-
const i = t[n];
|
|
48
|
-
t[n] = [], t[n].push(i);
|
|
49
|
-
}
|
|
50
|
-
t[n].push(a(s));
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
return t;
|
|
54
|
-
}, g = (e) => {
|
|
55
|
-
let t = null;
|
|
56
|
-
try {
|
|
57
|
-
t = new DOMParser().parseFromString(e, "text/xml");
|
|
58
|
-
} catch (r) {
|
|
59
|
-
console.error("Failed to parse xml document", r);
|
|
60
|
-
}
|
|
61
|
-
return t;
|
|
62
|
-
}, u = (e) => {
|
|
63
|
-
const r = a(g(e))["d:multistatus"]["d:response"], s = [];
|
|
64
|
-
for (const n in r) {
|
|
65
|
-
const i = r[n]["d:propstat"];
|
|
66
|
-
i["d:status"]["#text"] === "HTTP/1.1 200 OK" && s.push({
|
|
67
|
-
id: parseInt(i["d:prop"]["oc:id"]["#text"]),
|
|
68
|
-
displayName: i["d:prop"]["oc:display-name"]["#text"],
|
|
69
|
-
canAssign: i["d:prop"]["oc:can-assign"]["#text"] === "true",
|
|
70
|
-
userAssignable: i["d:prop"]["oc:user-assignable"]["#text"] === "true",
|
|
71
|
-
userVisible: i["d:prop"]["oc:user-visible"]["#text"] === "true"
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
return s;
|
|
75
|
-
}, b = async function() {
|
|
76
|
-
if (window.NextcloudVueDocs)
|
|
77
|
-
return Promise.resolve(u(window.NextcloudVueDocs.tags));
|
|
78
|
-
const e = await c({
|
|
79
|
-
method: "PROPFIND",
|
|
80
|
-
url: d("dav") + "/systemtags/",
|
|
81
|
-
data: '<?xml version="1.0"?>\n <d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns">\n <d:prop>\n <oc:id />\n <oc:display-name />\n <oc:user-visible />\n <oc:user-assignable />\n <oc:can-assign />\n </d:prop>\n </d:propfind>'
|
|
82
|
-
});
|
|
83
|
-
return u(e.data);
|
|
84
|
-
};
|
|
85
|
-
f(h);
|
|
86
|
-
const y = {
|
|
87
|
-
name: "NcSelectTags",
|
|
88
|
-
components: {
|
|
89
|
-
NcEllipsisedOption: p,
|
|
90
|
-
NcSelect: l
|
|
91
|
-
},
|
|
92
|
-
props: {
|
|
93
|
-
// Add NcSelect prop defaults and populate $props
|
|
94
|
-
...l.props,
|
|
95
|
-
/**
|
|
96
|
-
* Enable automatic fetching of tags
|
|
97
|
-
*
|
|
98
|
-
* If `false`, available tags must be passed using the `options` prop
|
|
99
|
-
*/
|
|
100
|
-
fetchTags: {
|
|
101
|
-
type: Boolean,
|
|
102
|
-
default: !0
|
|
103
|
-
},
|
|
104
|
-
/**
|
|
105
|
-
* Callback to generate the label text
|
|
106
|
-
*
|
|
107
|
-
* @see https://vue-select.org/api/props.html#getoptionlabel
|
|
108
|
-
*/
|
|
109
|
-
getOptionLabel: {
|
|
110
|
-
type: Function,
|
|
111
|
-
default: (e) => {
|
|
112
|
-
const { displayName: t, userVisible: r, userAssignable: s } = e;
|
|
113
|
-
return r === !1 ? o("{tag} (invisible)", { tag: t }) : s === !1 ? o("{tag} (restricted)", { tag: t }) : t;
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
/**
|
|
117
|
-
* Sets the maximum number of tags to display in the dropdown list
|
|
118
|
-
*
|
|
119
|
-
* Because of compatibility reasons only 5 tag entries are shown by
|
|
120
|
-
* default
|
|
121
|
-
*/
|
|
122
|
-
limit: {
|
|
123
|
-
type: Number,
|
|
124
|
-
default: 5
|
|
125
|
-
},
|
|
126
|
-
/**
|
|
127
|
-
* Allow selection of multiple options
|
|
128
|
-
*
|
|
129
|
-
* This prop automatically sets the internal `closeOnSelect` prop to
|
|
130
|
-
* its boolean opposite
|
|
131
|
-
*
|
|
132
|
-
* @see https://vue-select.org/api/props.html#multiple
|
|
133
|
-
*/
|
|
134
|
-
multiple: {
|
|
135
|
-
type: Boolean,
|
|
136
|
-
default: !0
|
|
137
|
-
},
|
|
138
|
-
/**
|
|
139
|
-
* Callback to filter available options
|
|
140
|
-
*/
|
|
141
|
-
optionsFilter: {
|
|
142
|
-
type: Function,
|
|
143
|
-
default: null
|
|
144
|
-
},
|
|
145
|
-
/**
|
|
146
|
-
* Enable passing of `value` prop and emitted `input` events as-is
|
|
147
|
-
* i.e. for usage with `v-model`
|
|
148
|
-
*
|
|
149
|
-
* If `true`, custom internal `value` and `input` handling is disabled
|
|
150
|
-
*/
|
|
151
|
-
passthru: {
|
|
152
|
-
type: Boolean,
|
|
153
|
-
default: !1
|
|
154
|
-
},
|
|
155
|
-
/**
|
|
156
|
-
* Placeholder text
|
|
157
|
-
*
|
|
158
|
-
* @see https://vue-select.org/api/props.html#placeholder
|
|
159
|
-
*/
|
|
160
|
-
placeholder: {
|
|
161
|
-
type: String,
|
|
162
|
-
default: o("Select a tag")
|
|
163
|
-
},
|
|
164
|
-
/**
|
|
165
|
-
* Currently selected value
|
|
166
|
-
*/
|
|
167
|
-
value: {
|
|
168
|
-
type: [Number, Array, Object],
|
|
169
|
-
default: null
|
|
170
|
-
},
|
|
171
|
-
/**
|
|
172
|
-
* Any available prop
|
|
173
|
-
*
|
|
174
|
-
* @see https://vue-select.org/api/props.html
|
|
175
|
-
*/
|
|
176
|
-
// Not an actual prop but needed to show in vue-styleguidist docs
|
|
177
|
-
// eslint-disable-next-line
|
|
178
|
-
" ": {}
|
|
179
|
-
},
|
|
180
|
-
emits: [
|
|
181
|
-
"input",
|
|
182
|
-
/**
|
|
183
|
-
* All events from https://vue-select.org/api/events.html
|
|
184
|
-
*/
|
|
185
|
-
// Not an actual event but needed to show in vue-styleguidist docs
|
|
186
|
-
" "
|
|
187
|
-
],
|
|
188
|
-
data() {
|
|
189
|
-
return {
|
|
190
|
-
search: "",
|
|
191
|
-
availableTags: []
|
|
192
|
-
};
|
|
193
|
-
},
|
|
194
|
-
computed: {
|
|
195
|
-
availableOptions() {
|
|
196
|
-
return this.optionsFilter ? this.tags.filter(this.optionsFilter) : this.tags;
|
|
197
|
-
},
|
|
198
|
-
localValue() {
|
|
199
|
-
return this.tags.length === 0 ? [] : this.multiple ? this.value.filter((e) => e !== "").map((e) => this.tags.find((t) => t.id === e)) : this.tags.find((e) => e.id === this.value);
|
|
200
|
-
},
|
|
201
|
-
propsToForward() {
|
|
202
|
-
const {
|
|
203
|
-
// Props handled by this component
|
|
204
|
-
fetchTags: e,
|
|
205
|
-
optionsFilter: t,
|
|
206
|
-
passthru: r,
|
|
207
|
-
// Props to forward
|
|
208
|
-
...s
|
|
209
|
-
} = this.$props;
|
|
210
|
-
return s;
|
|
211
|
-
},
|
|
212
|
-
tags() {
|
|
213
|
-
return this.fetchTags ? this.availableTags : this.options;
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
async created() {
|
|
217
|
-
if (this.fetchTags)
|
|
218
|
-
try {
|
|
219
|
-
const e = await b();
|
|
220
|
-
this.availableTags = e;
|
|
221
|
-
} catch (e) {
|
|
222
|
-
console.error("Loading systemtags failed", e);
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
methods: {
|
|
226
|
-
handleInput(e) {
|
|
227
|
-
this.multiple ? this.$emit("input", e.map((t) => t.id)) : e === null ? this.$emit("input", null) : this.$emit("input", e.id);
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
var N = function() {
|
|
232
|
-
var t = this, r = t._self._c;
|
|
233
|
-
return r("NcSelect", t._g(t._b({ attrs: { options: t.availableOptions, "close-on-select": !t.multiple, value: t.passthru ? t.value : t.localValue }, on: { search: (s) => t.search = s }, scopedSlots: t._u([{ key: "option", fn: function(s) {
|
|
234
|
-
return [r("NcEllipsisedOption", { attrs: { name: t.getOptionLabel(s), search: t.search } })];
|
|
235
|
-
} }, { key: "selected-option", fn: function(s) {
|
|
236
|
-
return [r("NcEllipsisedOption", { attrs: { name: t.getOptionLabel(s), search: t.search } })];
|
|
237
|
-
} }, t._l(t.$scopedSlots, function(s, n) {
|
|
238
|
-
return { key: n, fn: function(i) {
|
|
239
|
-
return [t._t(n, null, null, i)];
|
|
240
|
-
} };
|
|
241
|
-
})], null, !0) }, "NcSelect", t.propsToForward, !1), {
|
|
242
|
-
...t.$listeners,
|
|
243
|
-
input: t.passthru ? t.$listeners.input : t.handleInput
|
|
244
|
-
}));
|
|
245
|
-
}, T = [], _ = /* @__PURE__ */ m(
|
|
246
|
-
y,
|
|
247
|
-
N,
|
|
248
|
-
T,
|
|
249
|
-
!1,
|
|
250
|
-
null,
|
|
251
|
-
null,
|
|
252
|
-
null,
|
|
253
|
-
null
|
|
254
|
-
);
|
|
255
|
-
const V = _.exports;
|
|
256
|
-
export {
|
|
257
|
-
V as N
|
|
258
|
-
};
|
|
@@ -1,252 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const c = require("../Components/NcEllipsisedOption.cjs"), l = require("./NcSelect-Bn3oTHtq.cjs"), p = require("@nextcloud/axios"), d = require("@nextcloud/router"), o = require("./_l10n-B8iumFKB.cjs"), f = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), h = (t) => t && t.__esModule ? t : { default: t }, g = /* @__PURE__ */ h(p);
|
|
3
|
-
/**
|
|
4
|
-
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
|
|
5
|
-
*
|
|
6
|
-
* @author Julius Härtl <jus@bitgrid.net>
|
|
7
|
-
*
|
|
8
|
-
* @license AGPL-3.0-or-later
|
|
9
|
-
*
|
|
10
|
-
* This program is free software: you can redistribute it and/or modify
|
|
11
|
-
* it under the terms of the GNU Affero General Public License as
|
|
12
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
13
|
-
* License, or (at your option) any later version.
|
|
14
|
-
*
|
|
15
|
-
* This program is distributed in the hope that it will be useful,
|
|
16
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
-
* GNU Affero General Public License for more details.
|
|
19
|
-
*
|
|
20
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
21
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
const a = (t) => {
|
|
25
|
-
let e = {};
|
|
26
|
-
if (t.nodeType === 1) {
|
|
27
|
-
if (t.attributes.length > 0) {
|
|
28
|
-
e["@attributes"] = {};
|
|
29
|
-
for (let n = 0; n < t.attributes.length; n++) {
|
|
30
|
-
const s = t.attributes.item(n);
|
|
31
|
-
e["@attributes"][s.nodeName] = s.nodeValue;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
} else
|
|
35
|
-
t.nodeType === 3 && (e = t.nodeValue);
|
|
36
|
-
if (t.hasChildNodes())
|
|
37
|
-
for (let n = 0; n < t.childNodes.length; n++) {
|
|
38
|
-
const s = t.childNodes.item(n), r = s.nodeName;
|
|
39
|
-
if (typeof e[r] > "u")
|
|
40
|
-
e[r] = a(s);
|
|
41
|
-
else {
|
|
42
|
-
if (typeof e[r].push > "u") {
|
|
43
|
-
const i = e[r];
|
|
44
|
-
e[r] = [], e[r].push(i);
|
|
45
|
-
}
|
|
46
|
-
e[r].push(a(s));
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
return e;
|
|
50
|
-
}, m = (t) => {
|
|
51
|
-
let e = null;
|
|
52
|
-
try {
|
|
53
|
-
e = new DOMParser().parseFromString(t, "text/xml");
|
|
54
|
-
} catch (n) {
|
|
55
|
-
console.error("Failed to parse xml document", n);
|
|
56
|
-
}
|
|
57
|
-
return e;
|
|
58
|
-
}, u = (t) => {
|
|
59
|
-
const n = a(m(t))["d:multistatus"]["d:response"], s = [];
|
|
60
|
-
for (const r in n) {
|
|
61
|
-
const i = n[r]["d:propstat"];
|
|
62
|
-
i["d:status"]["#text"] === "HTTP/1.1 200 OK" && s.push({
|
|
63
|
-
id: parseInt(i["d:prop"]["oc:id"]["#text"]),
|
|
64
|
-
displayName: i["d:prop"]["oc:display-name"]["#text"],
|
|
65
|
-
canAssign: i["d:prop"]["oc:can-assign"]["#text"] === "true",
|
|
66
|
-
userAssignable: i["d:prop"]["oc:user-assignable"]["#text"] === "true",
|
|
67
|
-
userVisible: i["d:prop"]["oc:user-visible"]["#text"] === "true"
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
return s;
|
|
71
|
-
}, _ = async function() {
|
|
72
|
-
if (window.NextcloudVueDocs)
|
|
73
|
-
return Promise.resolve(u(window.NextcloudVueDocs.tags));
|
|
74
|
-
const t = await g.default({
|
|
75
|
-
method: "PROPFIND",
|
|
76
|
-
url: d.generateRemoteUrl("dav") + "/systemtags/",
|
|
77
|
-
data: '<?xml version="1.0"?>\n <d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns">\n <d:prop>\n <oc:id />\n <oc:display-name />\n <oc:user-visible />\n <oc:user-assignable />\n <oc:can-assign />\n </d:prop>\n </d:propfind>'
|
|
78
|
-
});
|
|
79
|
-
return u(t.data);
|
|
80
|
-
};
|
|
81
|
-
o.register(o.t0);
|
|
82
|
-
const b = {
|
|
83
|
-
name: "NcSelectTags",
|
|
84
|
-
components: {
|
|
85
|
-
NcEllipsisedOption: c,
|
|
86
|
-
NcSelect: l.NcSelect
|
|
87
|
-
},
|
|
88
|
-
props: {
|
|
89
|
-
// Add NcSelect prop defaults and populate $props
|
|
90
|
-
...l.NcSelect.props,
|
|
91
|
-
/**
|
|
92
|
-
* Enable automatic fetching of tags
|
|
93
|
-
*
|
|
94
|
-
* If `false`, available tags must be passed using the `options` prop
|
|
95
|
-
*/
|
|
96
|
-
fetchTags: {
|
|
97
|
-
type: Boolean,
|
|
98
|
-
default: !0
|
|
99
|
-
},
|
|
100
|
-
/**
|
|
101
|
-
* Callback to generate the label text
|
|
102
|
-
*
|
|
103
|
-
* @see https://vue-select.org/api/props.html#getoptionlabel
|
|
104
|
-
*/
|
|
105
|
-
getOptionLabel: {
|
|
106
|
-
type: Function,
|
|
107
|
-
default: (t) => {
|
|
108
|
-
const { displayName: e, userVisible: n, userAssignable: s } = t;
|
|
109
|
-
return n === !1 ? o.t("{tag} (invisible)", { tag: e }) : s === !1 ? o.t("{tag} (restricted)", { tag: e }) : e;
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
/**
|
|
113
|
-
* Sets the maximum number of tags to display in the dropdown list
|
|
114
|
-
*
|
|
115
|
-
* Because of compatibility reasons only 5 tag entries are shown by
|
|
116
|
-
* default
|
|
117
|
-
*/
|
|
118
|
-
limit: {
|
|
119
|
-
type: Number,
|
|
120
|
-
default: 5
|
|
121
|
-
},
|
|
122
|
-
/**
|
|
123
|
-
* Allow selection of multiple options
|
|
124
|
-
*
|
|
125
|
-
* This prop automatically sets the internal `closeOnSelect` prop to
|
|
126
|
-
* its boolean opposite
|
|
127
|
-
*
|
|
128
|
-
* @see https://vue-select.org/api/props.html#multiple
|
|
129
|
-
*/
|
|
130
|
-
multiple: {
|
|
131
|
-
type: Boolean,
|
|
132
|
-
default: !0
|
|
133
|
-
},
|
|
134
|
-
/**
|
|
135
|
-
* Callback to filter available options
|
|
136
|
-
*/
|
|
137
|
-
optionsFilter: {
|
|
138
|
-
type: Function,
|
|
139
|
-
default: null
|
|
140
|
-
},
|
|
141
|
-
/**
|
|
142
|
-
* Enable passing of `value` prop and emitted `input` events as-is
|
|
143
|
-
* i.e. for usage with `v-model`
|
|
144
|
-
*
|
|
145
|
-
* If `true`, custom internal `value` and `input` handling is disabled
|
|
146
|
-
*/
|
|
147
|
-
passthru: {
|
|
148
|
-
type: Boolean,
|
|
149
|
-
default: !1
|
|
150
|
-
},
|
|
151
|
-
/**
|
|
152
|
-
* Placeholder text
|
|
153
|
-
*
|
|
154
|
-
* @see https://vue-select.org/api/props.html#placeholder
|
|
155
|
-
*/
|
|
156
|
-
placeholder: {
|
|
157
|
-
type: String,
|
|
158
|
-
default: o.t("Select a tag")
|
|
159
|
-
},
|
|
160
|
-
/**
|
|
161
|
-
* Currently selected value
|
|
162
|
-
*/
|
|
163
|
-
value: {
|
|
164
|
-
type: [Number, Array, Object],
|
|
165
|
-
default: null
|
|
166
|
-
},
|
|
167
|
-
/**
|
|
168
|
-
* Any available prop
|
|
169
|
-
*
|
|
170
|
-
* @see https://vue-select.org/api/props.html
|
|
171
|
-
*/
|
|
172
|
-
// Not an actual prop but needed to show in vue-styleguidist docs
|
|
173
|
-
// eslint-disable-next-line
|
|
174
|
-
" ": {}
|
|
175
|
-
},
|
|
176
|
-
emits: [
|
|
177
|
-
"input",
|
|
178
|
-
/**
|
|
179
|
-
* All events from https://vue-select.org/api/events.html
|
|
180
|
-
*/
|
|
181
|
-
// Not an actual event but needed to show in vue-styleguidist docs
|
|
182
|
-
" "
|
|
183
|
-
],
|
|
184
|
-
data() {
|
|
185
|
-
return {
|
|
186
|
-
search: "",
|
|
187
|
-
availableTags: []
|
|
188
|
-
};
|
|
189
|
-
},
|
|
190
|
-
computed: {
|
|
191
|
-
availableOptions() {
|
|
192
|
-
return this.optionsFilter ? this.tags.filter(this.optionsFilter) : this.tags;
|
|
193
|
-
},
|
|
194
|
-
localValue() {
|
|
195
|
-
return this.tags.length === 0 ? [] : this.multiple ? this.value.filter((t) => t !== "").map((t) => this.tags.find((e) => e.id === t)) : this.tags.find((t) => t.id === this.value);
|
|
196
|
-
},
|
|
197
|
-
propsToForward() {
|
|
198
|
-
const {
|
|
199
|
-
// Props handled by this component
|
|
200
|
-
fetchTags: t,
|
|
201
|
-
optionsFilter: e,
|
|
202
|
-
passthru: n,
|
|
203
|
-
// Props to forward
|
|
204
|
-
...s
|
|
205
|
-
} = this.$props;
|
|
206
|
-
return s;
|
|
207
|
-
},
|
|
208
|
-
tags() {
|
|
209
|
-
return this.fetchTags ? this.availableTags : this.options;
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
async created() {
|
|
213
|
-
if (this.fetchTags)
|
|
214
|
-
try {
|
|
215
|
-
const t = await _();
|
|
216
|
-
this.availableTags = t;
|
|
217
|
-
} catch (t) {
|
|
218
|
-
console.error("Loading systemtags failed", t);
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
methods: {
|
|
222
|
-
handleInput(t) {
|
|
223
|
-
this.multiple ? this.$emit("input", t.map((e) => e.id)) : t === null ? this.$emit("input", null) : this.$emit("input", t.id);
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
};
|
|
227
|
-
var y = function() {
|
|
228
|
-
var e = this, n = e._self._c;
|
|
229
|
-
return n("NcSelect", e._g(e._b({ attrs: { options: e.availableOptions, "close-on-select": !e.multiple, value: e.passthru ? e.value : e.localValue }, on: { search: (s) => e.search = s }, scopedSlots: e._u([{ key: "option", fn: function(s) {
|
|
230
|
-
return [n("NcEllipsisedOption", { attrs: { name: e.getOptionLabel(s), search: e.search } })];
|
|
231
|
-
} }, { key: "selected-option", fn: function(s) {
|
|
232
|
-
return [n("NcEllipsisedOption", { attrs: { name: e.getOptionLabel(s), search: e.search } })];
|
|
233
|
-
} }, e._l(e.$scopedSlots, function(s, r) {
|
|
234
|
-
return { key: r, fn: function(i) {
|
|
235
|
-
return [e._t(r, null, null, i)];
|
|
236
|
-
} };
|
|
237
|
-
})], null, !0) }, "NcSelect", e.propsToForward, !1), {
|
|
238
|
-
...e.$listeners,
|
|
239
|
-
input: e.passthru ? e.$listeners.input : e.handleInput
|
|
240
|
-
}));
|
|
241
|
-
}, N = [], T = /* @__PURE__ */ f.normalizeComponent(
|
|
242
|
-
b,
|
|
243
|
-
y,
|
|
244
|
-
N,
|
|
245
|
-
!1,
|
|
246
|
-
null,
|
|
247
|
-
null,
|
|
248
|
-
null,
|
|
249
|
-
null
|
|
250
|
-
);
|
|
251
|
-
const v = T.exports;
|
|
252
|
-
exports.NcSelectTags = v;
|