@nextcloud/vue 8.23.0 → 8.24.0
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 +260 -200
- package/README.md +6 -2
- package/dist/Components/NcActionButton.cjs +2 -1
- package/dist/Components/NcActionButton.mjs +2 -1
- package/dist/Components/NcActionButtonGroup.cjs +2 -1
- package/dist/Components/NcActionButtonGroup.mjs +2 -1
- package/dist/Components/NcActionCaption.cjs +1 -0
- package/dist/Components/NcActionCaption.mjs +1 -0
- package/dist/Components/NcActionCheckbox.cjs +2 -1
- package/dist/Components/NcActionCheckbox.mjs +2 -1
- package/dist/Components/NcActionInput.cjs +2 -1
- package/dist/Components/NcActionInput.mjs +2 -1
- package/dist/Components/NcActionLink.cjs +2 -1
- package/dist/Components/NcActionLink.mjs +2 -1
- package/dist/Components/NcActionRadio.cjs +2 -1
- package/dist/Components/NcActionRadio.mjs +2 -1
- package/dist/Components/NcActionRouter.cjs +2 -1
- package/dist/Components/NcActionRouter.mjs +2 -1
- package/dist/Components/NcActionSeparator.cjs +1 -0
- package/dist/Components/NcActionSeparator.mjs +1 -0
- package/dist/Components/NcActionText.cjs +2 -1
- package/dist/Components/NcActionText.mjs +2 -1
- package/dist/Components/NcActionTextEditable.cjs +2 -1
- package/dist/Components/NcActionTextEditable.mjs +2 -1
- package/dist/Components/NcActions.cjs +2 -1
- package/dist/Components/NcActions.mjs +2 -1
- package/dist/Components/NcAppContent.cjs +2 -1
- package/dist/Components/NcAppContent.mjs +2 -1
- package/dist/Components/NcAppContentDetails.cjs +1 -0
- package/dist/Components/NcAppContentDetails.mjs +1 -0
- package/dist/Components/NcAppContentList.cjs +1 -0
- package/dist/Components/NcAppContentList.mjs +1 -0
- package/dist/Components/NcAppNavigation.cjs +2 -1
- package/dist/Components/NcAppNavigation.mjs +2 -1
- package/dist/Components/NcAppNavigationCaption.cjs +2 -1
- package/dist/Components/NcAppNavigationCaption.mjs +2 -1
- package/dist/Components/NcAppNavigationIconBullet.cjs +1 -0
- package/dist/Components/NcAppNavigationIconBullet.mjs +1 -0
- package/dist/Components/NcAppNavigationItem.cjs +2 -1
- package/dist/Components/NcAppNavigationItem.mjs +2 -1
- package/dist/Components/NcAppNavigationList.cjs +1 -0
- package/dist/Components/NcAppNavigationList.mjs +1 -0
- package/dist/Components/NcAppNavigationNew.cjs +18 -3
- package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
- package/dist/Components/NcAppNavigationNew.mjs +18 -3
- package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +2 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -1
- package/dist/Components/NcAppNavigationSearch.cjs +2 -1
- package/dist/Components/NcAppNavigationSearch.mjs +2 -1
- package/dist/Components/NcAppNavigationSettings.cjs +2 -1
- package/dist/Components/NcAppNavigationSettings.mjs +2 -1
- package/dist/Components/NcAppNavigationSpacer.cjs +1 -0
- package/dist/Components/NcAppNavigationSpacer.mjs +1 -0
- package/dist/Components/NcAppNavigationToggle.cjs +2 -1
- package/dist/Components/NcAppNavigationToggle.mjs +2 -1
- package/dist/Components/NcAppSettingsDialog.cjs +2 -1
- package/dist/Components/NcAppSettingsDialog.mjs +2 -1
- package/dist/Components/NcAppSettingsSection.cjs +1 -0
- package/dist/Components/NcAppSettingsSection.mjs +1 -0
- package/dist/Components/NcAppSidebar.cjs +2 -1
- package/dist/Components/NcAppSidebar.mjs +2 -1
- package/dist/Components/NcAppSidebarTab.cjs +1 -0
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +1 -0
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +2 -1
- package/dist/Components/NcAvatar.mjs +2 -1
- package/dist/Components/NcBlurHash.cjs +4 -0
- package/dist/Components/NcBlurHash.cjs.map +1 -0
- package/dist/Components/NcBlurHash.mjs +5 -0
- package/dist/Components/NcBlurHash.mjs.map +1 -0
- package/dist/Components/NcBreadcrumb.cjs +2 -1
- package/dist/Components/NcBreadcrumb.mjs +2 -1
- package/dist/Components/NcBreadcrumbs.cjs +2 -1
- package/dist/Components/NcBreadcrumbs.mjs +2 -1
- package/dist/Components/NcButton.cjs +52 -10
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +52 -10
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +2 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -1
- package/dist/Components/NcChip.cjs +25 -10
- package/dist/Components/NcChip.cjs.map +1 -1
- package/dist/Components/NcChip.mjs +25 -10
- package/dist/Components/NcChip.mjs.map +1 -1
- package/dist/Components/NcCollectionList.cjs +2 -1
- package/dist/Components/NcCollectionList.mjs +2 -1
- package/dist/Components/NcColorPicker.cjs +2 -1
- package/dist/Components/NcColorPicker.mjs +2 -1
- package/dist/Components/NcContent.cjs +2 -1
- package/dist/Components/NcContent.mjs +2 -1
- package/dist/Components/NcCounterBubble.cjs +1 -0
- package/dist/Components/NcCounterBubble.mjs +1 -0
- package/dist/Components/NcDashboardWidget.cjs +2 -1
- package/dist/Components/NcDashboardWidget.mjs +2 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +2 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +2 -1
- package/dist/Components/NcDateTime.cjs +2 -1
- package/dist/Components/NcDateTime.mjs +2 -1
- package/dist/Components/NcDateTimePicker.cjs +6 -5
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +7 -6
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +2 -1
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +2 -1
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +2 -1
- package/dist/Components/NcDialog.mjs +2 -1
- package/dist/Components/NcDialogButton.cjs +2 -1
- package/dist/Components/NcDialogButton.mjs +2 -1
- package/dist/Components/NcEllipsisedOption.cjs +1 -0
- package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
- package/dist/Components/NcEllipsisedOption.mjs +1 -0
- package/dist/Components/NcEmojiPicker.cjs +2 -1
- package/dist/Components/NcEmojiPicker.mjs +2 -1
- package/dist/Components/NcEmptyContent.cjs +3 -2
- package/dist/Components/NcEmptyContent.cjs.map +1 -1
- package/dist/Components/NcEmptyContent.mjs +3 -2
- package/dist/Components/NcEmptyContent.mjs.map +1 -1
- package/dist/Components/NcGuestContent.cjs +1 -0
- package/dist/Components/NcGuestContent.mjs +1 -0
- package/dist/Components/NcHeaderButton.cjs +4 -3
- package/dist/Components/NcHeaderButton.cjs.map +1 -1
- package/dist/Components/NcHeaderButton.mjs +4 -3
- package/dist/Components/NcHeaderButton.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +2 -1
- package/dist/Components/NcHeaderMenu.mjs +2 -1
- package/dist/Components/NcHighlight.cjs +1 -0
- package/dist/Components/NcHighlight.mjs +1 -0
- package/dist/Components/NcIconSvgWrapper.cjs +1 -0
- package/dist/Components/NcIconSvgWrapper.mjs +1 -0
- package/dist/Components/NcInputField.cjs +2 -1
- package/dist/Components/NcInputField.mjs +2 -1
- package/dist/Components/NcListItem.cjs +2 -1
- package/dist/Components/NcListItem.mjs +2 -1
- package/dist/Components/NcListItemIcon.cjs +2 -1
- package/dist/Components/NcListItemIcon.mjs +2 -1
- package/dist/Components/NcLoadingIcon.cjs +1 -0
- package/dist/Components/NcLoadingIcon.mjs +1 -0
- package/dist/Components/NcModal.cjs +25 -14
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +25 -14
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +1 -0
- package/dist/Components/NcNoteCard.mjs +1 -0
- package/dist/Components/NcPasswordField.cjs +2 -1
- package/dist/Components/NcPasswordField.mjs +2 -1
- package/dist/Components/NcPopover.cjs +2 -1
- package/dist/Components/NcPopover.mjs +2 -1
- package/dist/Components/NcProgressBar.cjs +1 -0
- package/dist/Components/NcProgressBar.mjs +1 -0
- package/dist/Components/NcRelatedResourcesPanel.cjs +2 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +2 -1
- package/dist/Components/NcRichContenteditable.cjs +2 -1
- package/dist/Components/NcRichContenteditable.mjs +2 -1
- package/dist/Components/NcRichText.cjs +3 -2
- package/dist/Components/NcRichText.mjs +5 -4
- package/dist/Components/NcSavingIndicatorIcon.cjs +1 -0
- package/dist/Components/NcSavingIndicatorIcon.mjs +1 -0
- package/dist/Components/NcSelect.cjs +2 -1
- package/dist/Components/NcSelect.mjs +2 -1
- package/dist/Components/NcSelectTags.cjs +2 -1
- package/dist/Components/NcSelectTags.mjs +2 -1
- package/dist/Components/NcSettingsInputText.cjs +2 -1
- package/dist/Components/NcSettingsInputText.mjs +2 -1
- package/dist/Components/NcSettingsSection.cjs +2 -1
- package/dist/Components/NcSettingsSection.mjs +2 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +2 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +2 -1
- package/dist/Components/NcTextArea.cjs +1 -0
- package/dist/Components/NcTextArea.mjs +1 -0
- package/dist/Components/NcTextField.cjs +2 -1
- package/dist/Components/NcTextField.mjs +2 -1
- package/dist/Components/NcTimezonePicker.cjs +2 -1
- package/dist/Components/NcTimezonePicker.mjs +2 -1
- package/dist/Components/NcUserBubble.cjs +2 -1
- package/dist/Components/NcUserBubble.mjs +2 -1
- package/dist/Components/NcUserStatusIcon.cjs +2 -1
- package/dist/Components/NcUserStatusIcon.mjs +2 -1
- package/dist/Components/NcVNodes.cjs +1 -0
- package/dist/Components/NcVNodes.mjs +1 -0
- package/dist/Composables/useHotKey.cjs +1 -0
- package/dist/Composables/useHotKey.cjs.map +1 -1
- package/dist/Composables/useHotKey.mjs +1 -0
- package/dist/Composables/useHotKey.mjs.map +1 -1
- package/dist/Composables/useIsDarkTheme.cjs +1 -0
- package/dist/Composables/useIsDarkTheme.cjs.map +1 -1
- package/dist/Composables/useIsDarkTheme.mjs +1 -0
- package/dist/Composables/useIsDarkTheme.mjs.map +1 -1
- package/dist/Composables/useIsFullscreen.cjs +1 -0
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +1 -0
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Composables/useIsMobile.cjs +1 -0
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +1 -0
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Directives/Focus.cjs +1 -0
- package/dist/Directives/Focus.cjs.map +1 -1
- package/dist/Directives/Focus.mjs +1 -0
- package/dist/Directives/Focus.mjs.map +1 -1
- package/dist/Directives/Linkify.cjs +1 -0
- package/dist/Directives/Linkify.cjs.map +1 -1
- package/dist/Directives/Linkify.mjs +1 -0
- package/dist/Directives/Linkify.mjs.map +1 -1
- package/dist/Directives/Tooltip.cjs +1 -0
- package/dist/Directives/Tooltip.cjs.map +1 -1
- package/dist/Directives/Tooltip.mjs +1 -0
- package/dist/Directives/Tooltip.mjs.map +1 -1
- package/dist/Functions/a11y.cjs +1 -0
- package/dist/Functions/a11y.cjs.map +1 -1
- package/dist/Functions/a11y.mjs +1 -0
- package/dist/Functions/a11y.mjs.map +1 -1
- package/dist/Functions/contactsMenu.cjs +1 -0
- package/dist/Functions/contactsMenu.cjs.map +1 -1
- package/dist/Functions/contactsMenu.mjs +1 -0
- package/dist/Functions/contactsMenu.mjs.map +1 -1
- package/dist/Functions/dialog.cjs +1 -0
- package/dist/Functions/dialog.cjs.map +1 -1
- package/dist/Functions/dialog.mjs +1 -0
- package/dist/Functions/dialog.mjs.map +1 -1
- package/dist/Functions/emoji.cjs +1 -0
- package/dist/Functions/emoji.mjs +1 -0
- package/dist/Functions/isDarkTheme.cjs +1 -0
- package/dist/Functions/isDarkTheme.cjs.map +1 -1
- package/dist/Functions/isDarkTheme.mjs +1 -0
- package/dist/Functions/isDarkTheme.mjs.map +1 -1
- package/dist/Functions/preloadImage.cjs +19 -0
- package/dist/Functions/preloadImage.cjs.map +1 -0
- package/dist/Functions/preloadImage.mjs +17 -0
- package/dist/Functions/preloadImage.mjs.map +1 -0
- package/dist/Functions/reference.cjs +2 -1
- package/dist/Functions/reference.mjs +3 -2
- package/dist/Functions/registerReference.cjs +1 -0
- package/dist/Functions/registerReference.mjs +3 -2
- package/dist/Functions/usernameToColor.cjs +2 -1
- package/dist/Functions/usernameToColor.mjs +2 -1
- package/dist/Mixins/clickOutsideOptions.cjs +1 -0
- package/dist/Mixins/clickOutsideOptions.cjs.map +1 -1
- package/dist/Mixins/clickOutsideOptions.mjs +1 -0
- package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
- package/dist/Mixins/isFullscreen.cjs +1 -0
- package/dist/Mixins/isFullscreen.cjs.map +1 -1
- package/dist/Mixins/isFullscreen.mjs +1 -0
- package/dist/Mixins/isMobile.cjs +1 -0
- package/dist/Mixins/isMobile.cjs.map +1 -1
- package/dist/Mixins/isMobile.mjs +1 -0
- package/dist/Mixins/richEditor.cjs +1 -0
- package/dist/Mixins/richEditor.mjs +1 -0
- package/dist/assets/{NcActionButton-BYN2SUN0.css → NcActionButton-BqMeBMdA.css} +17 -16
- package/dist/assets/{NcActionCheckbox-Dan0EvGm.css → NcActionCheckbox-BlyPt7DF.css} +1 -0
- package/dist/assets/{NcActionInput-Dz21fyVD.css → NcActionInput-gUagFGC5.css} +2 -0
- package/dist/assets/{NcActionLink-BG9B9dP4.css → NcActionLink-DA3ebr8W.css} +1 -0
- package/dist/assets/{NcActionRadio-C87waXE-.css → NcActionRadio-CodyhP86.css} +1 -0
- package/dist/assets/{NcActionRouter-BAGuUfFu.css → NcActionRouter-DlqXQ6ai.css} +1 -0
- package/dist/assets/{NcActionText-Cjp26Bn0.css → NcActionText-Cvug6qMa.css} +1 -0
- package/dist/assets/{NcActionTextEditable-1TXeJ5zp.css → NcActionTextEditable-CasTVqIo.css} +62 -60
- package/dist/assets/{NcActions-C4SuFczn.css → NcActions-3STB3u9J.css} +11 -11
- package/dist/assets/{NcAppContent-BO0ksFwD.css → NcAppContent-JfRwJlWK.css} +23 -23
- package/dist/assets/{NcAppNavigation-CJj8AvqM.css → NcAppNavigation-DfTQlVGB.css} +12 -12
- package/dist/assets/{NcAppNavigationItem-lh9Say1M.css → NcAppNavigationItem-CdT6ce8-.css} +11 -4
- package/dist/assets/{NcAppNavigationNew-BcDuupzO.css → NcAppNavigationNew-Dbo2rvXH.css} +3 -3
- package/dist/assets/{NcAppNavigationNewItem-fUP3wQTQ.css → NcAppNavigationNewItem-D7wroqrc.css} +7 -0
- package/dist/assets/{NcAppNavigationSearch-Df50ss_2.css → NcAppNavigationSearch-CFtTLRbc.css} +6 -6
- package/dist/assets/{NcAppNavigationToggle-B6FCDJp7.css → NcAppNavigationToggle-C5IMygw1.css} +3 -3
- package/dist/assets/{NcAppSidebar-BntAj6H-.css → NcAppSidebar-Dun97zcC.css} +43 -43
- package/dist/assets/{NcAvatar-CcJlFpcI.css → NcAvatar-Cc-2PM1F.css} +24 -24
- package/dist/assets/NcBlurHash-7aGtE-_T.css +8 -0
- package/dist/assets/{NcBreadcrumb-Cjcyeimd.css → NcBreadcrumb-DqaFt2qu.css} +15 -15
- package/dist/assets/{NcButton-CfOAX-eQ.css → NcButton-DnNZaEy_.css} +47 -47
- package/dist/assets/{NcCheckboxRadioSwitch-DuFrRU9C.css → NcCheckboxRadioSwitch-DlEieXCj.css} +41 -41
- package/dist/assets/{NcChip-CIvAlds6.css → NcChip-BNLuZgd6.css} +9 -9
- package/dist/assets/{NcColorPicker-C1DuuANb.css → NcColorPicker-BayJGD4p.css} +28 -30
- package/dist/assets/{NcContent-CZamE_IP.css → NcContent-Bq-7EZQc.css} +9 -9
- package/dist/assets/{NcDateTimePicker-MkokZozI.css → NcDateTimePicker-D07hGMOZ.css} +54 -7
- package/dist/assets/{NcDialog-Bzs9oxyt.css → NcDialog-BPI0CJvw.css} +15 -15
- package/dist/assets/{NcEmojiPicker-rk5qcSl7.css → NcEmojiPicker-Ca6U46T8.css} +19 -15
- package/dist/assets/{NcEmptyContent-BlXL6nnq.css → NcEmptyContent-CSsXYYcn.css} +9 -9
- package/dist/assets/{NcHeaderButton-BPkJ5wxD.css → NcHeaderButton-Dr6MgPDQ.css} +8 -7
- package/dist/assets/{NcHeaderMenu-BYjnMPPl.css → NcHeaderMenu-DN-HfTkh.css} +12 -11
- package/dist/assets/{NcInputConfirmCancel-EYtW7MxF.css → NcInputConfirmCancel-BanazdhC.css} +5 -5
- package/dist/assets/{NcInputField-CzryIHRa.css → NcInputField-GxJ-rf2p.css} +32 -32
- package/dist/assets/{NcListItem-GE5S37TT.css → NcListItem-DfaWGP5A.css} +44 -44
- package/dist/assets/{NcModal-ZfCDJxwd.css → NcModal-DXN1C02T.css} +61 -61
- package/dist/assets/{NcRelatedResourcesPanel-DSf7TVcC.css → NcRelatedResourcesPanel-DhStLIO2.css} +21 -21
- package/dist/assets/{NcRichText-zt8ALFHi.css → NcRichText-BwghUUnz.css} +3 -0
- package/dist/assets/{referencePickerModal-CTumspFH.css → referencePickerModal-Ba6soz9w.css} +8 -8
- package/dist/chunks/AlertCircleOutline-BrsasUsU.cjs +1 -0
- package/dist/chunks/AlertCircleOutline-DBxbepLy.mjs +1 -0
- package/dist/chunks/ArrowLeft-BP7yfzCQ.cjs +1 -0
- package/dist/chunks/ArrowLeft-DuT2LZOm.mjs +1 -0
- package/dist/chunks/ArrowRight-CY2b9hgN.mjs +1 -0
- package/dist/chunks/ArrowRight-DPARnmu3.cjs +1 -0
- package/dist/chunks/Check-BkThHPH7.mjs +1 -0
- package/dist/chunks/Check-Du8mPz_B.cjs +1 -0
- package/dist/chunks/ChevronDown-BlfyuflD.cjs +1 -0
- package/dist/chunks/ChevronDown-DFQfzh63.mjs +1 -0
- package/dist/chunks/ChevronLeft-BK4j9oVH.mjs +1 -0
- package/dist/chunks/ChevronLeft-CAiEPWc5.cjs +1 -0
- package/dist/chunks/ChevronRight-BUv-PtHh.mjs +1 -0
- package/dist/chunks/ChevronRight-ZCKVg9OI.cjs +1 -0
- package/dist/chunks/ChevronUp-Bpd__OBZ.cjs +1 -0
- package/dist/chunks/ChevronUp-C7Dy9Bph.mjs +1 -0
- package/dist/chunks/Close-BtLPUSdO.mjs +1 -0
- package/dist/chunks/Close-CqmXxEKi.cjs +1 -0
- package/dist/chunks/DotsHorizontal-BoI3vnhk.cjs +1 -0
- package/dist/chunks/DotsHorizontal-C6LNsw4N.mjs +1 -0
- package/dist/chunks/{GenColors-DH0trnvh.cjs → GenColors-CV4Niqso.cjs} +2 -1
- package/dist/chunks/{GenColors-DH0trnvh.cjs.map → GenColors-CV4Niqso.cjs.map} +1 -1
- package/dist/chunks/{GenColors-Bp97WTnT.mjs → GenColors-NALDypHH.mjs} +2 -1
- package/dist/chunks/{GenColors-Bp97WTnT.mjs.map → GenColors-NALDypHH.mjs.map} +1 -1
- package/dist/chunks/GenRandomId-BQDud3d4.cjs +1 -0
- package/dist/chunks/GenRandomId-BQDud3d4.cjs.map +1 -1
- package/dist/chunks/GenRandomId-CMooMQt0.mjs +1 -0
- package/dist/chunks/GenRandomId-CMooMQt0.mjs.map +1 -1
- package/dist/chunks/{NcActionButton-CEysTg4c.mjs → NcActionButton-BFxArTsE.mjs} +10 -9
- package/dist/chunks/{NcActionButton-DcpUnqA7.cjs.map → NcActionButton-BFxArTsE.mjs.map} +1 -1
- package/dist/chunks/{NcActionButton-DcpUnqA7.cjs → NcActionButton-ChQFsL4S.cjs} +10 -9
- package/dist/chunks/{NcActionButton-CEysTg4c.mjs.map → NcActionButton-ChQFsL4S.cjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-CCsqO10Q.mjs → NcActionButtonGroup-B5OcRwWQ.mjs} +2 -1
- package/dist/chunks/{NcActionButtonGroup-CCsqO10Q.mjs.map → NcActionButtonGroup-B5OcRwWQ.mjs.map} +1 -1
- package/dist/chunks/{NcActionButtonGroup-CljgCf7q.cjs → NcActionButtonGroup-BSFS4BYN.cjs} +2 -1
- package/dist/chunks/{NcActionButtonGroup-CljgCf7q.cjs.map → NcActionButtonGroup-BSFS4BYN.cjs.map} +1 -1
- package/dist/chunks/{NcActionCheckbox-BnL71Qmi.mjs → NcActionCheckbox-DSMKeccY.mjs} +2 -1
- package/dist/chunks/{NcActionCheckbox-BnL71Qmi.mjs.map → NcActionCheckbox-DSMKeccY.mjs.map} +1 -1
- package/dist/chunks/{NcActionCheckbox-Dd5Y6f63.cjs → NcActionCheckbox-JX-QaTD6.cjs} +2 -1
- package/dist/chunks/{NcActionCheckbox-Dd5Y6f63.cjs.map → NcActionCheckbox-JX-QaTD6.cjs.map} +1 -1
- package/dist/chunks/{NcActionInput-DbFfZx2L.mjs → NcActionInput-DXiL7Phe.mjs} +6 -5
- package/dist/chunks/{NcActionInput-DbFfZx2L.mjs.map → NcActionInput-DXiL7Phe.mjs.map} +1 -1
- package/dist/chunks/{NcActionInput-Co580YPc.cjs → NcActionInput-DghifYMn.cjs} +6 -5
- package/dist/chunks/{NcActionInput-Co580YPc.cjs.map → NcActionInput-DghifYMn.cjs.map} +1 -1
- package/dist/chunks/{NcActionRadio-BQ0jAh5V.cjs → NcActionRadio-BUCQ6VxA.cjs} +2 -1
- package/dist/chunks/{NcActionRadio-BQ0jAh5V.cjs.map → NcActionRadio-BUCQ6VxA.cjs.map} +1 -1
- package/dist/chunks/{NcActionRadio-CCTupqRR.mjs → NcActionRadio-yAm71xxU.mjs} +2 -1
- package/dist/chunks/{NcActionRadio-CCTupqRR.mjs.map → NcActionRadio-yAm71xxU.mjs.map} +1 -1
- package/dist/chunks/{NcActionTextEditable-JRD-G0CT.mjs → NcActionTextEditable-BYqqHPj2.mjs} +6 -5
- package/dist/chunks/NcActionTextEditable-BYqqHPj2.mjs.map +1 -0
- package/dist/chunks/{NcActionTextEditable-C-ZP8_Tn.cjs → NcActionTextEditable-s1Xqpg6x.cjs} +6 -5
- package/dist/chunks/NcActionTextEditable-s1Xqpg6x.cjs.map +1 -0
- package/dist/chunks/{NcActions-DV02tDLT.mjs → NcActions-C_H0APKA.mjs} +52 -53
- package/dist/chunks/NcActions-C_H0APKA.mjs.map +1 -0
- package/dist/chunks/{NcActions-B9hBFogn.cjs → NcActions-C_gPnk6X.cjs} +51 -52
- package/dist/chunks/NcActions-C_gPnk6X.cjs.map +1 -0
- package/dist/chunks/{NcAppContent-D3ku3oxL.mjs → NcAppContent-DiOscHZ8.mjs} +58 -15
- package/dist/chunks/NcAppContent-DiOscHZ8.mjs.map +1 -0
- package/dist/chunks/{NcAppContent-DdfRZmsz.cjs → NcAppContent-PC4RbdhU.cjs} +58 -15
- package/dist/chunks/NcAppContent-PC4RbdhU.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigation-DQnt1SXa.cjs → NcAppNavigation-B9Dd0YBs.cjs} +6 -5
- package/dist/chunks/NcAppNavigation-B9Dd0YBs.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigation-ZFb93kAU.mjs → NcAppNavigation-DD1CfV7A.mjs} +7 -6
- package/dist/chunks/NcAppNavigation-DD1CfV7A.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationCaption-DXufL2i4.mjs → NcAppNavigationCaption-8NN7iPkz.mjs} +2 -1
- package/dist/chunks/{NcAppNavigationCaption-DXufL2i4.mjs.map → NcAppNavigationCaption-8NN7iPkz.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationCaption-LypfQqMe.cjs → NcAppNavigationCaption-CuKecXh9.cjs} +2 -1
- package/dist/chunks/{NcAppNavigationCaption-LypfQqMe.cjs.map → NcAppNavigationCaption-CuKecXh9.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationItem-D-1kyfhH.cjs → NcAppNavigationItem-B2LzgJUC.cjs} +8 -7
- package/dist/chunks/NcAppNavigationItem-B2LzgJUC.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationItem-rJoyDMUX.mjs → NcAppNavigationItem-B50v2lmS.mjs} +8 -7
- package/dist/chunks/NcAppNavigationItem-B50v2lmS.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationNewItem-CO4Mau1P.mjs → NcAppNavigationNewItem-B7_0fFTF.mjs} +3 -2
- package/dist/chunks/{NcAppNavigationNewItem-CO4Mau1P.mjs.map → NcAppNavigationNewItem-B7_0fFTF.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationNewItem-DV3fOuWq.cjs → NcAppNavigationNewItem-bRz_V5Y1.cjs} +3 -2
- package/dist/chunks/{NcAppNavigationNewItem-DV3fOuWq.cjs.map → NcAppNavigationNewItem-bRz_V5Y1.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSearch-BVBeLYXH.cjs → NcAppNavigationSearch-B-HqHu3j.cjs} +5 -4
- package/dist/chunks/NcAppNavigationSearch-B-HqHu3j.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationSearch-DpaZRVqv.mjs → NcAppNavigationSearch-ChGonQL8.mjs} +5 -4
- package/dist/chunks/NcAppNavigationSearch-ChGonQL8.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationSettings-DgUbSU0v.mjs → NcAppNavigationSettings-9nG2gY_9.mjs} +2 -1
- package/dist/chunks/{NcAppNavigationSettings-DgUbSU0v.mjs.map → NcAppNavigationSettings-9nG2gY_9.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationSettings-CpBSr0CG.cjs → NcAppNavigationSettings-C--IJ1A2.cjs} +2 -1
- package/dist/chunks/{NcAppNavigationSettings-CpBSr0CG.cjs.map → NcAppNavigationSettings-C--IJ1A2.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-Z_4QmE4l.mjs → NcAppNavigationToggle-CJ5N3NI4.mjs} +5 -4
- package/dist/chunks/NcAppNavigationToggle-CJ5N3NI4.mjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-BbDj_xom.cjs → NcAppNavigationToggle-FxOt_DlD.cjs} +5 -4
- package/dist/chunks/NcAppNavigationToggle-FxOt_DlD.cjs.map +1 -0
- package/dist/chunks/{NcAppSettingsDialog-DEPymL7F.mjs → NcAppSettingsDialog-C2rBRxUv.mjs} +3 -2
- package/dist/chunks/{NcAppSettingsDialog-DEPymL7F.mjs.map → NcAppSettingsDialog-C2rBRxUv.mjs.map} +1 -1
- package/dist/chunks/{NcAppSettingsDialog-CLTp2nax.cjs → NcAppSettingsDialog-CSLft-a9.cjs} +3 -2
- package/dist/chunks/{NcAppSettingsDialog-CLTp2nax.cjs.map → NcAppSettingsDialog-CSLft-a9.cjs.map} +1 -1
- package/dist/chunks/{NcAppSidebar-C149M_Fz.mjs → NcAppSidebar-19hVcGhv.mjs} +17 -16
- package/dist/chunks/NcAppSidebar-19hVcGhv.mjs.map +1 -0
- package/dist/chunks/{NcAppSidebar-CGra4INE.cjs → NcAppSidebar-DVvZYd17.cjs} +13 -12
- package/dist/chunks/NcAppSidebar-DVvZYd17.cjs.map +1 -0
- package/dist/chunks/{NcAvatar-BGtTigLZ.cjs → NcAvatar--JVA_B6Y.cjs} +41 -17
- package/dist/chunks/NcAvatar--JVA_B6Y.cjs.map +1 -0
- package/dist/chunks/{NcAvatar-DTd55tcm.mjs → NcAvatar-DwORvUjC.mjs} +42 -18
- package/dist/chunks/NcAvatar-DwORvUjC.mjs.map +1 -0
- package/dist/chunks/NcBlurHash-CJ8retHx.cjs +115 -0
- package/dist/chunks/NcBlurHash-CJ8retHx.cjs.map +1 -0
- package/dist/chunks/NcBlurHash-do2wxY-0.mjs +116 -0
- package/dist/chunks/NcBlurHash-do2wxY-0.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumb-DxF8JaOu.cjs → NcBreadcrumb-B0ve-OJl.cjs} +6 -5
- package/dist/chunks/NcBreadcrumb-B0ve-OJl.cjs.map +1 -0
- package/dist/chunks/{NcBreadcrumb-bWA_vFfP.mjs → NcBreadcrumb-DPF3ELzz.mjs} +6 -5
- package/dist/chunks/NcBreadcrumb-DPF3ELzz.mjs.map +1 -0
- package/dist/chunks/{NcBreadcrumbs-sClaGRTt.mjs → NcBreadcrumbs-CL_IHuT9.mjs} +5 -4
- package/dist/chunks/{NcBreadcrumbs-sClaGRTt.mjs.map → NcBreadcrumbs-CL_IHuT9.mjs.map} +1 -1
- package/dist/chunks/{NcBreadcrumbs-IhjgM1JZ.cjs → NcBreadcrumbs-C_XQLT-h.cjs} +4 -3
- package/dist/chunks/{NcBreadcrumbs-IhjgM1JZ.cjs.map → NcBreadcrumbs-C_XQLT-h.cjs.map} +1 -1
- package/dist/chunks/{NcCheckboxRadioSwitch-TK3dfQ23.mjs → NcCheckboxRadioSwitch-BaMf0PDd.mjs} +7 -13
- package/dist/chunks/NcCheckboxRadioSwitch-BaMf0PDd.mjs.map +1 -0
- package/dist/chunks/{NcCheckboxRadioSwitch-BeqHHlB9.cjs → NcCheckboxRadioSwitch-DOxX6fqr.cjs} +7 -13
- package/dist/chunks/NcCheckboxRadioSwitch-DOxX6fqr.cjs.map +1 -0
- package/dist/chunks/{NcCollectionList-960B7fbH.cjs → NcCollectionList-DyZNTQFW.cjs} +6 -5
- package/dist/chunks/{NcCollectionList-960B7fbH.cjs.map → NcCollectionList-DyZNTQFW.cjs.map} +1 -1
- package/dist/chunks/{NcCollectionList-AVScwDI5.mjs → NcCollectionList-iHUm6owG.mjs} +6 -5
- package/dist/chunks/{NcCollectionList-AVScwDI5.mjs.map → NcCollectionList-iHUm6owG.mjs.map} +1 -1
- package/dist/chunks/{NcColorPicker-Cfc8caOi.cjs → NcColorPicker-CKIoVhox.cjs} +9 -8
- package/dist/chunks/NcColorPicker-CKIoVhox.cjs.map +1 -0
- package/dist/chunks/{NcColorPicker-CxUVj8Z0.mjs → NcColorPicker-av-NHSU7.mjs} +9 -8
- package/dist/chunks/NcColorPicker-av-NHSU7.mjs.map +1 -0
- package/dist/chunks/{NcContent-8DrfnMbH.cjs → NcContent-EFEXh_OO.cjs} +6 -5
- package/dist/chunks/{NcContent-8DrfnMbH.cjs.map → NcContent-EFEXh_OO.cjs.map} +1 -1
- package/dist/chunks/{NcContent-CUGljSwq.mjs → NcContent-uiwRXAwA.mjs} +6 -5
- package/dist/chunks/{NcContent-CUGljSwq.mjs.map → NcContent-uiwRXAwA.mjs.map} +1 -1
- package/dist/chunks/NcCounterBubble-BRrUO34D.cjs +1 -0
- package/dist/chunks/NcCounterBubble-CDfRYl8B.mjs +1 -0
- package/dist/chunks/{NcDashboardWidget-DLT7_5SX.cjs → NcDashboardWidget-3kbcJvFx.cjs} +4 -3
- package/dist/chunks/{NcDashboardWidget-DLT7_5SX.cjs.map → NcDashboardWidget-3kbcJvFx.cjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidget-52sFYtbl.mjs → NcDashboardWidget-DDaM0QjK.mjs} +4 -3
- package/dist/chunks/{NcDashboardWidget-52sFYtbl.mjs.map → NcDashboardWidget-DDaM0QjK.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-DU3WZN-y.mjs → NcDashboardWidgetItem-C44gZwCP.mjs} +4 -3
- package/dist/chunks/{NcDashboardWidgetItem-DU3WZN-y.mjs.map → NcDashboardWidgetItem-C44gZwCP.mjs.map} +1 -1
- package/dist/chunks/{NcDashboardWidgetItem-D8hdHDZu.cjs → NcDashboardWidgetItem-DOzM3reO.cjs} +4 -3
- package/dist/chunks/{NcDashboardWidgetItem-D8hdHDZu.cjs.map → NcDashboardWidgetItem-DOzM3reO.cjs.map} +1 -1
- package/dist/chunks/{NcDateTime-CGh9MkHy.mjs → NcDateTime-BfJVNppR.mjs} +2 -1
- package/dist/chunks/{NcDateTime-CGh9MkHy.mjs.map → NcDateTime-BfJVNppR.mjs.map} +1 -1
- package/dist/chunks/{NcDateTime-BRGrNYn0.cjs → NcDateTime-DNnBHGEQ.cjs} +2 -1
- package/dist/chunks/{NcDateTime-BRGrNYn0.cjs.map → NcDateTime-DNnBHGEQ.cjs.map} +1 -1
- package/dist/chunks/{NcDialog-B9vjcT1J.mjs → NcDialog-D3Z5tp_6.mjs} +28 -11
- package/dist/chunks/NcDialog-D3Z5tp_6.mjs.map +1 -0
- package/dist/chunks/{NcDialog-CfYmQm13.cjs → NcDialog-DbCdhtw7.cjs} +28 -11
- package/dist/chunks/NcDialog-DbCdhtw7.cjs.map +1 -0
- package/dist/chunks/{NcDialogButton-B2SWZUHD.mjs → NcDialogButton-BhPydgMe.mjs} +28 -9
- package/dist/chunks/NcDialogButton-BhPydgMe.mjs.map +1 -0
- package/dist/chunks/{NcDialogButton-HxcYXT5L.cjs → NcDialogButton-CYsTKE2g.cjs} +28 -9
- package/dist/chunks/NcDialogButton-CYsTKE2g.cjs.map +1 -0
- package/dist/chunks/{NcEmojiPicker-BXZBDiWy.mjs → NcEmojiPicker-C5HYxVqp.mjs} +19 -11
- package/dist/chunks/NcEmojiPicker-C5HYxVqp.mjs.map +1 -0
- package/dist/chunks/{NcEmojiPicker-Cpll3Z7O.cjs → NcEmojiPicker-DPHhky3J.cjs} +17 -9
- package/dist/chunks/NcEmojiPicker-DPHhky3J.cjs.map +1 -0
- package/dist/chunks/{NcHeaderMenu-BaHhnhN0.cjs → NcHeaderMenu-B287C-Vk.cjs} +6 -5
- package/dist/chunks/NcHeaderMenu-B287C-Vk.cjs.map +1 -0
- package/dist/chunks/{NcHeaderMenu-CLcpStap.mjs → NcHeaderMenu-Bc1ucNsv.mjs} +6 -5
- package/dist/chunks/NcHeaderMenu-Bc1ucNsv.mjs.map +1 -0
- package/dist/chunks/NcIconSvgWrapper-B_eOG2sZ.cjs +1 -0
- package/dist/chunks/NcIconSvgWrapper-B_eOG2sZ.cjs.map +1 -1
- package/dist/chunks/NcIconSvgWrapper-CHmdAuhg.mjs +1 -0
- package/dist/chunks/{NcInputConfirmCancel-ruvJ51Mx.mjs → NcInputConfirmCancel-CvV0tE6s.mjs} +7 -6
- package/dist/chunks/NcInputConfirmCancel-CvV0tE6s.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-usP54-1l.cjs → NcInputConfirmCancel-DRhv_CTt.cjs} +7 -6
- package/dist/chunks/NcInputConfirmCancel-DRhv_CTt.cjs.map +1 -0
- package/dist/chunks/{NcInputField-DkhKrb8k.cjs → NcInputField-C61UUN46.cjs} +4 -3
- package/dist/chunks/NcInputField-C61UUN46.cjs.map +1 -0
- package/dist/chunks/{NcInputField-CU5a68Pc.mjs → NcInputField-DTtUueUZ.mjs} +4 -3
- package/dist/chunks/NcInputField-DTtUueUZ.mjs.map +1 -0
- package/dist/chunks/{NcListItem-Du0jflbS.mjs → NcListItem-CA4CzIW8.mjs} +4 -3
- package/dist/chunks/NcListItem-CA4CzIW8.mjs.map +1 -0
- package/dist/chunks/{NcListItem-DD-ogntB.cjs → NcListItem-D5XlkLgC.cjs} +4 -3
- package/dist/chunks/NcListItem-D5XlkLgC.cjs.map +1 -0
- package/dist/chunks/{NcListItemIcon-BP2C6QPu.cjs → NcListItemIcon-DIJ0vvYv.cjs} +2 -1
- package/dist/chunks/{NcListItemIcon-BP2C6QPu.cjs.map → NcListItemIcon-DIJ0vvYv.cjs.map} +1 -1
- package/dist/chunks/{NcListItemIcon-21-8tZ2J.mjs → NcListItemIcon-DhENqcJ-.mjs} +2 -1
- package/dist/chunks/{NcListItemIcon-21-8tZ2J.mjs.map → NcListItemIcon-DhENqcJ-.mjs.map} +1 -1
- package/dist/chunks/{NcPasswordField-DbFsY4Md.cjs → NcPasswordField-DXJ93Wpz.cjs} +3 -2
- package/dist/chunks/{NcPasswordField-DbFsY4Md.cjs.map → NcPasswordField-DXJ93Wpz.cjs.map} +1 -1
- package/dist/chunks/{NcPasswordField-C6zTx4jJ.mjs → NcPasswordField-zMKko5oa.mjs} +3 -2
- package/dist/chunks/{NcPasswordField-C6zTx4jJ.mjs.map → NcPasswordField-zMKko5oa.mjs.map} +1 -1
- package/dist/chunks/{NcPopover-DFCPlZpS.mjs → NcPopover-C9KlPo4Z.mjs} +11 -4
- package/dist/chunks/NcPopover-C9KlPo4Z.mjs.map +1 -0
- package/dist/chunks/{NcPopover-BKlH1mbx.cjs → NcPopover-CA2Dalxs.cjs} +11 -4
- package/dist/chunks/NcPopover-CA2Dalxs.cjs.map +1 -0
- package/dist/chunks/NcProgressBar-DegJ2JjE.mjs +1 -0
- package/dist/chunks/NcProgressBar-Do5Y3u8S.cjs +1 -0
- package/dist/chunks/{NcRelatedResourcesPanel-D1wjzlCt.mjs → NcRelatedResourcesPanel-BxBE_1N3.mjs} +7 -6
- package/dist/chunks/NcRelatedResourcesPanel-BxBE_1N3.mjs.map +1 -0
- package/dist/chunks/{NcRelatedResourcesPanel-BlasfRyj.cjs → NcRelatedResourcesPanel-X4vhm8hy.cjs} +7 -6
- package/dist/chunks/NcRelatedResourcesPanel-X4vhm8hy.cjs.map +1 -0
- package/dist/chunks/{NcRichContenteditable-DVD649BN.cjs → NcRichContenteditable-CC4jGcJn.cjs} +7 -6
- package/dist/chunks/{NcRichContenteditable-DVD649BN.cjs.map → NcRichContenteditable-CC4jGcJn.cjs.map} +1 -1
- package/dist/chunks/{NcRichContenteditable-BGdgK6Rt.mjs → NcRichContenteditable-Ct8cG0U6.mjs} +9 -8
- package/dist/chunks/{NcRichContenteditable-BGdgK6Rt.mjs.map → NcRichContenteditable-Ct8cG0U6.mjs.map} +1 -1
- package/dist/chunks/NcRichText-Ck9Sk6wk.cjs +3707 -0
- package/dist/chunks/NcRichText-Ck9Sk6wk.cjs.map +1 -0
- package/dist/chunks/NcRichText-h1RHm2bK.mjs +3679 -0
- package/dist/chunks/NcRichText-h1RHm2bK.mjs.map +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-Bu-zt4pR.cjs +1 -0
- package/dist/chunks/NcSavingIndicatorIcon-nv1147dk.mjs +1 -0
- package/dist/chunks/{NcSelect-BvpEfjtz.mjs → NcSelect-DrtYueu1.mjs} +3 -2
- package/dist/chunks/NcSelect-DrtYueu1.mjs.map +1 -0
- package/dist/chunks/{NcSelect-Cr_CFqNk.cjs → NcSelect-vJq9dZPb.cjs} +3 -2
- package/dist/chunks/NcSelect-vJq9dZPb.cjs.map +1 -0
- package/dist/chunks/{NcSelectTags-yVos6fB8.mjs → NcSelectTags--4zU4C41.mjs} +3 -2
- package/dist/chunks/{NcSelectTags-yVos6fB8.mjs.map → NcSelectTags--4zU4C41.mjs.map} +1 -1
- package/dist/chunks/{NcSelectTags-BxJEJZ0W.cjs → NcSelectTags-DvVm-C1N.cjs} +3 -2
- package/dist/chunks/{NcSelectTags-BxJEJZ0W.cjs.map → NcSelectTags-DvVm-C1N.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-GL0a7etX.cjs → NcSettingsInputText-8EcoOEIo.cjs} +2 -1
- package/dist/chunks/{NcSettingsInputText-GL0a7etX.cjs.map → NcSettingsInputText-8EcoOEIo.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsInputText-DzjW5iHT.mjs → NcSettingsInputText-DKscbkn_.mjs} +2 -1
- package/dist/chunks/{NcSettingsInputText-DzjW5iHT.mjs.map → NcSettingsInputText-DKscbkn_.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-BXxHFEGz.mjs → NcSettingsSection-DP3xDXrA.mjs} +2 -1
- package/dist/chunks/{NcSettingsSection-BXxHFEGz.mjs.map → NcSettingsSection-DP3xDXrA.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSection-CJYVADt2.cjs → NcSettingsSection-DW5u2qWg.cjs} +2 -1
- package/dist/chunks/{NcSettingsSection-CJYVADt2.cjs.map → NcSettingsSection-DW5u2qWg.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-BiI2D550.mjs → NcSettingsSelectGroup-DHuru8HO.mjs} +3 -2
- package/dist/chunks/{NcSettingsSelectGroup-BiI2D550.mjs.map → NcSettingsSelectGroup-DHuru8HO.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-BTnOlySM.cjs → NcSettingsSelectGroup-DmnTgIg5.cjs} +3 -2
- package/dist/chunks/{NcSettingsSelectGroup-BTnOlySM.cjs.map → NcSettingsSelectGroup-DmnTgIg5.cjs.map} +1 -1
- package/dist/chunks/NcTextArea-BHERsE_g.mjs +1 -0
- package/dist/chunks/NcTextArea-CYLGAGcO.cjs +1 -0
- package/dist/chunks/NcTextArea-CYLGAGcO.cjs.map +1 -1
- package/dist/chunks/{NcTextField-CIiNGo2q.mjs → NcTextField-DpLIIKYI.mjs} +3 -2
- package/dist/chunks/{NcTextField-CIiNGo2q.mjs.map → NcTextField-DpLIIKYI.mjs.map} +1 -1
- package/dist/chunks/{NcTextField-BKXPIe0I.cjs → NcTextField-rilWP68p.cjs} +3 -2
- package/dist/chunks/{NcTextField-BKXPIe0I.cjs.map → NcTextField-rilWP68p.cjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-B5lkrpg4.mjs → NcTimezonePicker-CGuLj6Bs.mjs} +3 -2
- package/dist/chunks/{NcTimezonePicker-B5lkrpg4.mjs.map → NcTimezonePicker-CGuLj6Bs.mjs.map} +1 -1
- package/dist/chunks/{NcTimezonePicker-CouwhWKh.cjs → NcTimezonePicker-CQkZVQOW.cjs} +3 -2
- package/dist/chunks/{NcTimezonePicker-CouwhWKh.cjs.map → NcTimezonePicker-CQkZVQOW.cjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-CT8n4fXf.cjs → NcUserBubble-Du4ecEXq.cjs} +3 -2
- package/dist/chunks/{NcUserBubble-CT8n4fXf.cjs.map → NcUserBubble-Du4ecEXq.cjs.map} +1 -1
- package/dist/chunks/{NcUserBubble-7svwYkFv.mjs → NcUserBubble-X7NIiLjg.mjs} +3 -2
- package/dist/chunks/{NcUserBubble-7svwYkFv.mjs.map → NcUserBubble-X7NIiLjg.mjs.map} +1 -1
- package/dist/chunks/{NcUserStatusIcon-CRX6G1lZ.cjs → NcUserStatusIcon-Cy942iqr.cjs} +3 -1
- package/dist/chunks/{NcUserStatusIcon-CRX6G1lZ.cjs.map → NcUserStatusIcon-Cy942iqr.cjs.map} +1 -1
- package/dist/chunks/{NcUserStatusIcon-BRDxSfqh.mjs → NcUserStatusIcon-D1Mw6nKB.mjs} +3 -1
- package/dist/chunks/{NcUserStatusIcon-BRDxSfqh.mjs.map → NcUserStatusIcon-D1Mw6nKB.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-l9iK4gT7.mjs → ScopeComponent-Dw8Duyxn.mjs} +2 -1
- package/dist/chunks/{ScopeComponent-l9iK4gT7.mjs.map → ScopeComponent-Dw8Duyxn.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-DumACiuv.cjs → ScopeComponent-Uz_pNcsJ.cjs} +2 -1
- package/dist/chunks/{ScopeComponent-DumACiuv.cjs.map → ScopeComponent-Uz_pNcsJ.cjs.map} +1 -1
- package/dist/chunks/_l10n-DINju8Lo.cjs +139 -0
- package/dist/chunks/{_l10n-CUjmuQOi.cjs.map → _l10n-DINju8Lo.cjs.map} +1 -1
- package/dist/chunks/_l10n-DKne-gFg.mjs +140 -0
- package/dist/chunks/_l10n-DKne-gFg.mjs.map +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs +1 -0
- package/dist/chunks/_plugin-vue2_normalizer-V0q-tHlQ.cjs +1 -0
- package/dist/chunks/actionGlobal-DqVa7c7G.mjs +1 -0
- package/dist/chunks/actionGlobal-DqVa7c7G.mjs.map +1 -1
- package/dist/chunks/actionGlobal-L0Ls8tPJ.cjs +1 -0
- package/dist/chunks/actionGlobal-L0Ls8tPJ.cjs.map +1 -1
- package/dist/chunks/actionText-BcrK4uH1.cjs +1 -0
- package/dist/chunks/actionText-BcrK4uH1.cjs.map +1 -1
- package/dist/chunks/actionText-fFcUPi2g.mjs +1 -0
- package/dist/chunks/actionText-fFcUPi2g.mjs.map +1 -1
- package/dist/chunks/autolink-BAgL31EZ.cjs +1 -0
- package/dist/chunks/autolink-BAgL31EZ.cjs.map +1 -1
- package/dist/chunks/autolink-cbuFALXr.mjs +1 -0
- package/dist/chunks/autolink-cbuFALXr.mjs.map +1 -1
- package/dist/chunks/emoji-BY_D0V5K.mjs +1 -0
- package/dist/chunks/emoji-BY_D0V5K.mjs.map +1 -1
- package/dist/chunks/emoji-VgSjNTd5.cjs +1 -0
- package/dist/chunks/emoji-VgSjNTd5.cjs.map +1 -1
- package/dist/chunks/focusTrap-DmkaYJTC.mjs +32 -0
- package/dist/chunks/focusTrap-DmkaYJTC.mjs.map +1 -0
- package/dist/chunks/focusTrap-Vbgxe8ZX.cjs +31 -0
- package/dist/chunks/focusTrap-Vbgxe8ZX.cjs.map +1 -0
- package/dist/chunks/getAvatarUrl-6z9qRNH-.cjs +1 -0
- package/dist/chunks/getAvatarUrl-DxvUjKMi.mjs +1 -0
- package/dist/chunks/{index-CtoB4eIp.mjs → index-56SXuvlv.mjs} +3 -2
- package/dist/chunks/{index-CtoB4eIp.mjs.map → index-56SXuvlv.mjs.map} +1 -1
- package/dist/chunks/index-BV85rPB7.cjs +1 -0
- package/dist/chunks/index-BV85rPB7.cjs.map +1 -1
- package/dist/chunks/index-BiECbTbJ.cjs +1 -0
- package/dist/chunks/index-BiECbTbJ.cjs.map +1 -1
- package/dist/chunks/index-Bz6q9mZw.mjs +1 -0
- package/dist/chunks/index-Bz6q9mZw.mjs.map +1 -1
- package/dist/chunks/index-DIJxEozm.cjs +1 -0
- package/dist/chunks/index-DIJxEozm.cjs.map +1 -1
- package/dist/chunks/index-G8WQDZ8G.mjs +1 -0
- package/dist/chunks/index-G8WQDZ8G.mjs.map +1 -1
- package/dist/chunks/logger-3HuiEIF6.cjs +1 -0
- package/dist/chunks/logger-D3RVzcfQ.mjs +1 -0
- package/dist/chunks/{referencePickerModal-C81hzdRI.cjs → referencePickerModal-CIO6RuJz.cjs} +7 -6
- package/dist/chunks/{referencePickerModal-C81hzdRI.cjs.map → referencePickerModal-CIO6RuJz.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-O217yxI1.mjs → referencePickerModal-DTLuXI-A.mjs} +8 -7
- package/dist/chunks/{referencePickerModal-O217yxI1.mjs.map → referencePickerModal-DTLuXI-A.mjs.map} +1 -1
- package/dist/chunks/rtl-DLuwcTlm.cjs +5 -0
- package/dist/chunks/rtl-DLuwcTlm.cjs.map +1 -0
- package/dist/chunks/rtl-v0UOPAM7.mjs +6 -0
- package/dist/chunks/rtl-v0UOPAM7.mjs.map +1 -0
- package/dist/chunks/useModelMigration-D5zhrNXr.cjs +1 -0
- package/dist/chunks/useModelMigration-D5zhrNXr.cjs.map +1 -1
- package/dist/chunks/useModelMigration-EhAWvqDD.mjs +1 -0
- package/dist/chunks/useModelMigration-EhAWvqDD.mjs.map +1 -1
- package/dist/chunks/useTrapStackControl-BJmJdJak.cjs +22 -0
- package/dist/chunks/useTrapStackControl-BJmJdJak.cjs.map +1 -0
- package/dist/chunks/useTrapStackControl-b3A_383w.mjs +23 -0
- package/dist/chunks/useTrapStackControl-b3A_383w.mjs.map +1 -0
- package/dist/chunks/{usernameToColor-D_kVgtXG.cjs → usernameToColor-BiO_8cQo.cjs} +2 -1
- package/dist/chunks/{usernameToColor-D_kVgtXG.cjs.map → usernameToColor-BiO_8cQo.cjs.map} +1 -1
- package/dist/chunks/{usernameToColor-D4cWttCX.mjs → usernameToColor-DLOoqQAF.mjs} +2 -1
- package/dist/chunks/{usernameToColor-D4cWttCX.mjs.map → usernameToColor-DLOoqQAF.mjs.map} +1 -1
- package/dist/composables/useTrapStackControl.d.ts +12 -0
- package/dist/functions/index.d.ts +3 -2
- package/dist/functions/preloadImage/index.d.ts +9 -0
- package/dist/functions/reference/widgets.d.ts +1 -1
- package/dist/index.cjs +58 -52
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +59 -53
- package/dist/index.mjs.map +1 -1
- package/dist/utils/focusTrap.d.ts +26 -0
- package/dist/utils/rtl.d.ts +5 -0
- package/dist/vendor.LICENSE.txt +128 -0
- package/package.json +23 -15
- package/dist/chunks/NcActionTextEditable-C-ZP8_Tn.cjs.map +0 -1
- package/dist/chunks/NcActionTextEditable-JRD-G0CT.mjs.map +0 -1
- package/dist/chunks/NcActions-B9hBFogn.cjs.map +0 -1
- package/dist/chunks/NcActions-DV02tDLT.mjs.map +0 -1
- package/dist/chunks/NcAppContent-D3ku3oxL.mjs.map +0 -1
- package/dist/chunks/NcAppContent-DdfRZmsz.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-DQnt1SXa.cjs.map +0 -1
- package/dist/chunks/NcAppNavigation-ZFb93kAU.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-D-1kyfhH.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationItem-rJoyDMUX.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationSearch-BVBeLYXH.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationSearch-DpaZRVqv.mjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-BbDj_xom.cjs.map +0 -1
- package/dist/chunks/NcAppNavigationToggle-Z_4QmE4l.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-C149M_Fz.mjs.map +0 -1
- package/dist/chunks/NcAppSidebar-CGra4INE.cjs.map +0 -1
- package/dist/chunks/NcAvatar-BGtTigLZ.cjs.map +0 -1
- package/dist/chunks/NcAvatar-DTd55tcm.mjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-DxF8JaOu.cjs.map +0 -1
- package/dist/chunks/NcBreadcrumb-bWA_vFfP.mjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-BeqHHlB9.cjs.map +0 -1
- package/dist/chunks/NcCheckboxRadioSwitch-TK3dfQ23.mjs.map +0 -1
- package/dist/chunks/NcColorPicker-Cfc8caOi.cjs.map +0 -1
- package/dist/chunks/NcColorPicker-CxUVj8Z0.mjs.map +0 -1
- package/dist/chunks/NcDialog-B9vjcT1J.mjs.map +0 -1
- package/dist/chunks/NcDialog-CfYmQm13.cjs.map +0 -1
- package/dist/chunks/NcDialogButton-B2SWZUHD.mjs.map +0 -1
- package/dist/chunks/NcDialogButton-HxcYXT5L.cjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-BXZBDiWy.mjs.map +0 -1
- package/dist/chunks/NcEmojiPicker-Cpll3Z7O.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-BaHhnhN0.cjs.map +0 -1
- package/dist/chunks/NcHeaderMenu-CLcpStap.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-ruvJ51Mx.mjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-usP54-1l.cjs.map +0 -1
- package/dist/chunks/NcInputField-CU5a68Pc.mjs.map +0 -1
- package/dist/chunks/NcInputField-DkhKrb8k.cjs.map +0 -1
- package/dist/chunks/NcListItem-DD-ogntB.cjs.map +0 -1
- package/dist/chunks/NcListItem-Du0jflbS.mjs.map +0 -1
- package/dist/chunks/NcPopover-BKlH1mbx.cjs.map +0 -1
- package/dist/chunks/NcPopover-DFCPlZpS.mjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-BlasfRyj.cjs.map +0 -1
- package/dist/chunks/NcRelatedResourcesPanel-D1wjzlCt.mjs.map +0 -1
- package/dist/chunks/NcRichText-CnnsKa8W.cjs +0 -449
- package/dist/chunks/NcRichText-CnnsKa8W.cjs.map +0 -1
- package/dist/chunks/NcRichText-LKapJOAf.mjs +0 -420
- package/dist/chunks/NcRichText-LKapJOAf.mjs.map +0 -1
- package/dist/chunks/NcSelect-BvpEfjtz.mjs.map +0 -1
- package/dist/chunks/NcSelect-Cr_CFqNk.cjs.map +0 -1
- package/dist/chunks/_l10n-BFZBMn-A.mjs +0 -130
- package/dist/chunks/_l10n-BFZBMn-A.mjs.map +0 -1
- package/dist/chunks/_l10n-CUjmuQOi.cjs +0 -129
- package/dist/chunks/focusTrap-Cecv_gjR.mjs +0 -7
- package/dist/chunks/focusTrap-Cecv_gjR.mjs.map +0 -1
- package/dist/chunks/focusTrap-EeXFmjdI.cjs +0 -6
- package/dist/chunks/focusTrap-EeXFmjdI.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,66 @@
|
|
|
5
5
|
|
|
6
6
|
# Changelog
|
|
7
7
|
|
|
8
|
+
## [v8.24.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.24.0) (2025-04-02)
|
|
9
|
+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.23.1...v8.24.0)
|
|
10
|
+
|
|
11
|
+
### 📝 Notes
|
|
12
|
+
|
|
13
|
+
#### Boolean properties
|
|
14
|
+
Some boolean props have been deprecated in favor of alternatives with default value `false`.
|
|
15
|
+
This allows to use shorthand notation on the template, as a prop with a default value of `false`
|
|
16
|
+
will be set to `true` if it is set (without any value) in the template,
|
|
17
|
+
similar to native HTML boolean attributes.
|
|
18
|
+
Following components have been adjusted:
|
|
19
|
+
|
|
20
|
+
| Component | Deprecated prop | New alternative |
|
|
21
|
+
|---------------|-------------------------|-----------------|
|
|
22
|
+
| `NcAvatar` | `showUserStatus` | `hideStatus` |
|
|
23
|
+
| `NcAvatar` | `showUserStatusCompact` | `verboseStatus` |
|
|
24
|
+
| `NcModal` | `canClose` | `noClose` |
|
|
25
|
+
| `NcDialog` | `canClose` | `noClose` |
|
|
26
|
+
|
|
27
|
+
#### `NcButton` color variant and native type
|
|
28
|
+
`NcButton` (and `NcDialogButton`) now provides a `variant` prop to set the color variant to use (e.g. `'primary'`) and allows to set the native button type using the `type` prop.
|
|
29
|
+
The legacy behavior, `type` for the color variant and `nativeType` for the button type, still works but will be removed in the next major version.
|
|
30
|
+
|
|
31
|
+
To make a later migration to version 9 easier you can already migrate your `NcButton` usage like this:
|
|
32
|
+
```html
|
|
33
|
+
<!-- Before: -->
|
|
34
|
+
<NcButton type="primary" native-type="submit">Submit</NcButton>
|
|
35
|
+
<!-- After: -->
|
|
36
|
+
<NcButton variant="primary" type="submit">Submit</NcButton>
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### 🚀 Enhancements
|
|
40
|
+
* feat(NcActions): add `opened` and `closed` events to handle closing/opening end [\#6683](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6683) \([skjnldsv](https://github.com/skjnldsv)\)
|
|
41
|
+
* feat(NcBlurHash): Add a blur hash component [\#6396](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6396) \([susnux](https://github.com/susnux)\)
|
|
42
|
+
* feat(NcDialog): Allow to catch `reset` event [\#6006](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6006) \([susnux](https://github.com/susnux)\)
|
|
43
|
+
* feat: Add consistent `variant` prop for design variant of buttons / chips [\#6472](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6472) \([susnux](https://github.com/susnux)\)
|
|
44
|
+
* feat(NcAppContent): Allow to set the page title [\#5269](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5269) \([susnux](https://github.com/susnux)\)
|
|
45
|
+
* feat: add boolean prop alternatives with false as default value [\#6656](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6656) \([susnux](https://github.com/susnux)\)
|
|
46
|
+
|
|
47
|
+
### 🐛 Fixed bugs
|
|
48
|
+
* fix(NcPopover): correctly wait for animation end in `after-show`/`after-hide` events [\#6683](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6683) \([skjnldsv](https://github.com/skjnldsv)\)
|
|
49
|
+
* fix(NcEmojiPicker): not focusable when used in another focus trap [\#6558](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6558) \([ShGKme](https://github.com/ShGKme)\)
|
|
50
|
+
* fix(RTL): initialize language direction check once in utils [\#6523](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6523) \([Antreesy](https://github.com/Antreesy)\)
|
|
51
|
+
* fix(NcColorPicker): remove unused invalid styles [\#6565](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6565) \([susnux](https://github.com/susnux)\)
|
|
52
|
+
* fix(NcAppSidebar, NcHeaderMenu): correctly focus trigger/close button when no focusable elements inside [\#6636](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6636) \([Antreesy](https://github.com/Antreesy)\)
|
|
53
|
+
* fix(NcInputField): Only show error state border if user interacted with the input [\#6640](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6640) \([susnux](https://github.com/susnux)\)
|
|
54
|
+
* fix(NcEmojiPicker): return focus steals actual focus [\#6652](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6652) \([ShGKme](https://github.com/ShGKme)\)
|
|
55
|
+
|
|
56
|
+
### Other Changes
|
|
57
|
+
* refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name `id` as property name [\#5516](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5516) \([susnux](https://github.com/susnux)\)
|
|
58
|
+
* docs: adjust version number for `variant` props [\#6623](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6623) \([susnux](https://github.com/susnux)\)
|
|
59
|
+
* Updated workflows and dependencies
|
|
60
|
+
* Updated translations
|
|
61
|
+
|
|
62
|
+
## [v8.23.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.23.1) (2025-02-13)
|
|
63
|
+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.23.0...v8.23.1)
|
|
64
|
+
|
|
65
|
+
### 🐛 Fixed bugs
|
|
66
|
+
* fix(l10n): fix build error after `@nextcloud/l10n` bump [\#6521](https://github.com/nextcloud-libraries/nextcloud-vue/pull/6521) \([ShGKme](https://github.com/ShGKme)\)
|
|
67
|
+
|
|
8
68
|
## [v8.23.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.23.0) (2025-02-13)
|
|
9
69
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.22.0...v8.23.0)
|
|
10
70
|
|
|
@@ -404,40 +464,40 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
404
464
|
|
|
405
465
|
## What's Changed
|
|
406
466
|
### 🐛 Fixed bugs
|
|
407
|
-
* fix(NcReferenceWidget): do not try to render widget when there is no widget
|
|
408
|
-
* fix(NcDialog): Actions should not overflow the action container
|
|
409
|
-
* fix(NcColorPicker): Allow to submit selected color in simple-view
|
|
410
|
-
* fix(autolink): correctly handle relative links without webroot
|
|
411
|
-
* fix(NcDateTime): When relative time is disabled return a string and not the reference to it
|
|
412
|
-
* fix(NcCheckboxRadioSwitch): Pass attrs to `input` if available
|
|
413
|
-
* fix(NcCheckboxRadioSwitch): Add background color for button style
|
|
414
|
-
* fix(NcDateTime): Respect language
|
|
415
|
-
* fix(NcRichText): adjust display so long texts in checkboxes can be shown correctly
|
|
416
|
-
* style(NcSelect): restrict max-height to prevent overflow by component
|
|
417
|
-
* build(vite): iterate over .ts files in all directories
|
|
418
|
-
* fix(emoji): index emoji data once for search functions
|
|
467
|
+
* fix(NcReferenceWidget): do not try to render widget when there is no widget [\#5485](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5485) \([ShGKme](https://github.com/ShGKme)\)
|
|
468
|
+
* fix(NcDialog): Actions should not overflow the action container [\#5495](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5495) \([susnux](https://github.com/susnux)\)
|
|
469
|
+
* fix(NcColorPicker): Allow to submit selected color in simple-view [\#5499](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5499) \([susnux](https://github.com/susnux)\)
|
|
470
|
+
* fix(autolink): correctly handle relative links without webroot [\#5487](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5487) \([ShGKme](https://github.com/ShGKme)\)
|
|
471
|
+
* fix(NcDateTime): When relative time is disabled return a string and not the reference to it [\#5493](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5493) \([susnux](https://github.com/susnux)\)
|
|
472
|
+
* fix(NcCheckboxRadioSwitch): Pass attrs to `input` if available [\#5507](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5507) \([susnux](https://github.com/susnux)\)
|
|
473
|
+
* fix(NcCheckboxRadioSwitch): Add background color for button style [\#5509](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5509) \([susnux](https://github.com/susnux)\)
|
|
474
|
+
* fix(NcDateTime): Respect language [\#5501](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5501) \([Pytal](https://github.com/Pytal)\)
|
|
475
|
+
* fix(NcRichText): adjust display so long texts in checkboxes can be shown correctly [\#5527](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5527) \([DorraJaouad](https://github.com/DorraJaouad)\)
|
|
476
|
+
* style(NcSelect): restrict max-height to prevent overflow by component [\#5551](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5551) \([Antreesy](https://github.com/Antreesy)\)
|
|
477
|
+
* build(vite): iterate over .ts files in all directories [\#5553](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5553) \([Antreesy](https://github.com/Antreesy)\)
|
|
478
|
+
* fix(emoji): index emoji data once for search functions [\#5554](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5554) \([Antreesy](https://github.com/Antreesy)\)
|
|
419
479
|
### Other Changes
|
|
420
|
-
* chore(widgets): remove unneeded nullish coalescing
|
|
421
|
-
* Updates for project Nextcloud vue library
|
|
422
|
-
* Updates for project Nextcloud vue library
|
|
423
|
-
* Updates for project Nextcloud vue library
|
|
480
|
+
* chore(widgets): remove unneeded nullish coalescing [\#5484](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5484) \([ShGKme](https://github.com/ShGKme)\)
|
|
481
|
+
* Updates for project Nextcloud vue library [\#5494](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5494) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
482
|
+
* Updates for project Nextcloud vue library [\#5510](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5510) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
483
|
+
* Updates for project Nextcloud vue library [\#5533](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5533) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
424
484
|
|
|
425
485
|
## [v8.11.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.11.2) (2024-04-10)
|
|
426
486
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.1...v8.11.2)
|
|
427
487
|
|
|
428
488
|
## What's Changed
|
|
429
489
|
### 🐛 Fixed bugs
|
|
430
|
-
* fix(NcBreadcrumbs): Only render existing hidden breadcrumbs
|
|
431
|
-
* fix(NcAppNavigationItem): Fix uncollapsible entry
|
|
432
|
-
* fix(NcRichText): include all label items
|
|
433
|
-
* fix(sidebar): propagate keydown unless mobile
|
|
434
|
-
* fix(NcActions): Show last action entry only partial to make it discoverable
|
|
435
|
-
* fix(NcDialog): Set font size to make dialog compatible with Nextcloud 30
|
|
436
|
-
* fix(NcRichText): more strictly resolve vue router's path
|
|
437
|
-
* fix(NcAvatar): support in-app router links for contact menu
|
|
490
|
+
* fix(NcBreadcrumbs): Only render existing hidden breadcrumbs [\#5441](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5441) \([Pytal](https://github.com/Pytal)\)
|
|
491
|
+
* fix(NcAppNavigationItem): Fix uncollapsible entry [\#5456](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5456) \([Pytal](https://github.com/Pytal)\)
|
|
492
|
+
* fix(NcRichText): include all label items [\#5455](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5455) \([DorraJaouad](https://github.com/DorraJaouad)\)
|
|
493
|
+
* fix(sidebar): propagate keydown unless mobile [\#5451](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5451) \([pulsejet](https://github.com/pulsejet)\)
|
|
494
|
+
* fix(NcActions): Show last action entry only partial to make it discoverable [\#5448](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5448) \([susnux](https://github.com/susnux)\)
|
|
495
|
+
* fix(NcDialog): Set font size to make dialog compatible with Nextcloud 30 [\#5463](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5463) \([susnux](https://github.com/susnux)\)
|
|
496
|
+
* fix(NcRichText): more strictly resolve vue router's path [\#5419](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5419) \([ShGKme](https://github.com/ShGKme)\)
|
|
497
|
+
* fix(NcAvatar): support in-app router links for contact menu [\#5477](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5477) \([ShGKme](https://github.com/ShGKme)\)
|
|
438
498
|
### Other Changes
|
|
439
|
-
* Updates for project Nextcloud vue library
|
|
440
|
-
* Updates for project Nextcloud vue library
|
|
499
|
+
* Updates for project Nextcloud vue library [\#5447](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5447) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
500
|
+
* Updates for project Nextcloud vue library [\#5478](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5478) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
441
501
|
|
|
442
502
|
## New Contributors
|
|
443
503
|
* @DorraJaouad made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5455
|
|
@@ -447,14 +507,14 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
447
507
|
|
|
448
508
|
## What's Changed
|
|
449
509
|
### 🐛 Fixed bugs
|
|
450
|
-
* fix(tribute): provide avatar url correctly for dark mode
|
|
451
|
-
* fix(NcListItem): decrease font-weight, restore contrast color for subname
|
|
452
|
-
* fix(NcAppSidebar): fix animation glitch on toggle
|
|
453
|
-
* fix(NcAppSidebar): remove always hover styles from actions in non-compact mode
|
|
454
|
-
* fix(NcActionInput): Add label to docs
|
|
510
|
+
* fix(tribute): provide avatar url correctly for dark mode [\#5420](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5420) \([Antreesy](https://github.com/Antreesy)\)
|
|
511
|
+
* fix(NcListItem): decrease font-weight, restore contrast color for subname [\#5421](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5421) \([Antreesy](https://github.com/Antreesy)\)
|
|
512
|
+
* fix(NcAppSidebar): fix animation glitch on toggle [\#5389](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5389) \([RayBB](https://github.com/RayBB)\)
|
|
513
|
+
* fix(NcAppSidebar): remove always hover styles from actions in non-compact mode [\#5367](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5367) \([ShGKme](https://github.com/ShGKme)\)
|
|
514
|
+
* fix(NcActionInput): Add label to docs [\#5432](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5432) \([nickvergessen](https://github.com/nickvergessen)\)
|
|
455
515
|
### Other Changes
|
|
456
|
-
* Updates for project Nextcloud vue library
|
|
457
|
-
* Updates for project Nextcloud vue library
|
|
516
|
+
* Updates for project Nextcloud vue library [\#5417](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5417) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
517
|
+
* Updates for project Nextcloud vue library [\#5426](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5426) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
458
518
|
|
|
459
519
|
## New Contributors
|
|
460
520
|
* @RayBB made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5389
|
|
@@ -463,16 +523,16 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
463
523
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.10.0...v8.11.0)
|
|
464
524
|
|
|
465
525
|
### 🚀 Enhancements
|
|
466
|
-
* feat(NcListItem): add title slot
|
|
467
|
-
* feat(NcAppContent): add horizontal split layout
|
|
526
|
+
* feat(NcListItem): add title slot [\#5388](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5388) \([emoral435](https://github.com/emoral435)\)
|
|
527
|
+
* feat(NcAppContent): add horizontal split layout [\#5401](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5401) \([GretaD](https://github.com/GretaD)\)
|
|
468
528
|
### 🐛 Fixed bugs
|
|
469
|
-
* fix(NcListItem): bring back old styling for two-line list items
|
|
470
|
-
* fix(NcListItem): align indicators at the element bottom
|
|
471
|
-
* fix(NcReferenceWidget): set timeout to destroy idle widgets outside of viewports
|
|
472
|
-
* fix(NcAvatar): rendering user status emoji in the menu
|
|
473
|
-
* fix(NcAvatar): handle regex error on initials match
|
|
529
|
+
* fix(NcListItem): bring back old styling for two-line list items [\#5400](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5400) \([Antreesy](https://github.com/Antreesy)\)
|
|
530
|
+
* fix(NcListItem): align indicators at the element bottom [\#5408](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5408) \([Antreesy](https://github.com/Antreesy)\)
|
|
531
|
+
* fix(NcReferenceWidget): set timeout to destroy idle widgets outside of viewports [\#5411](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5411) \([Antreesy](https://github.com/Antreesy)\)
|
|
532
|
+
* fix(NcAvatar): rendering user status emoji in the menu [\#5409](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5409) \([ShGKme](https://github.com/ShGKme)\)
|
|
533
|
+
* fix(NcAvatar): handle regex error on initials match [\#5407](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5407) \([kyteinsky](https://github.com/kyteinsky)\)
|
|
474
534
|
### Other Changes
|
|
475
|
-
* Updates for project Nextcloud vue library
|
|
535
|
+
* Updates for project Nextcloud vue library [\#5404](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5404) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
476
536
|
|
|
477
537
|
## New Contributors
|
|
478
538
|
* @kyteinsky made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5407
|
|
@@ -481,58 +541,58 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
481
541
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.1...v8.10.0)
|
|
482
542
|
|
|
483
543
|
### 🚀 Enhancements
|
|
484
|
-
* feat(NcAppContent): add no-split layout
|
|
485
|
-
* feat(NcListItem): add one-line layout
|
|
486
|
-
* feat(NcActions): Allow to manually specify the semantic menu type
|
|
544
|
+
* feat(NcAppContent): add no-split layout [\#5209](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209) \([GretaD](https://github.com/GretaD)\)
|
|
545
|
+
* feat(NcListItem): add one-line layout [\#5209](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209) \([GretaD](https://github.com/GretaD)\)
|
|
546
|
+
* feat(NcActions): Allow to manually specify the semantic menu type [\#5336](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5336) \([susnux](https://github.com/susnux)\)
|
|
487
547
|
|
|
488
548
|
### 🐛 Fixed bugs
|
|
489
|
-
* fix(NcAppNavigation): stretch the main content when there is no list slot
|
|
490
|
-
* fix(NcRichContenteditable): capture and stop `Esc` keydown event when closing tribute
|
|
491
|
-
* fix(NcRelatedResourcesPanel): Adjust styling of team resource images
|
|
492
|
-
* fix(NcRichContentEditable): require leading space to open tributes
|
|
493
|
-
* fix(richEditor): reference server-scoped regular expression to match complex user mentions
|
|
494
|
-
* fix(richText): when parse HTML content collapse consecutive spaces
|
|
495
|
-
* fix(NcListItem): open _blank link by Enter and allow prevent
|
|
496
|
-
* fix(NcRichText): Allow to pass interactive widget toggle
|
|
497
|
-
* fix(NcActions): correct dialog a11y attrs place
|
|
498
|
-
* fix(NcUserStatusicon): set status icons size explicitly
|
|
499
|
-
* fix(NcListItem): change padding for one-line layout
|
|
500
|
-
* fix(NcReferenceWidget): Only use composables in `setup` context
|
|
549
|
+
* fix(NcAppNavigation): stretch the main content when there is no list slot [\#5360](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5360) \([ShGKme](https://github.com/ShGKme)\)
|
|
550
|
+
* fix(NcRichContenteditable): capture and stop `Esc` keydown event when closing tribute [\#5353](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5353) \([Antreesy](https://github.com/Antreesy)\)
|
|
551
|
+
* fix(NcRelatedResourcesPanel): Adjust styling of team resource images [\#5364](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5364) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
552
|
+
* fix(NcRichContentEditable): require leading space to open tributes [\#5378](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5378) \([Antreesy](https://github.com/Antreesy)\)
|
|
553
|
+
* fix(richEditor): reference server-scoped regular expression to match complex user mentions [\#5359](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359) \([Antreesy](https://github.com/Antreesy)\)
|
|
554
|
+
* fix(richText): when parse HTML content collapse consecutive spaces [\#5359](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359) \([Antreesy](https://github.com/Antreesy)\)
|
|
555
|
+
* fix(NcListItem): open _blank link by Enter and allow prevent [\#5342](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5342) \([pulsejet](https://github.com/pulsejet)\)
|
|
556
|
+
* fix(NcRichText): Allow to pass interactive widget toggle [\#5365](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5365) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
557
|
+
* fix(NcActions): correct dialog a11y attrs place [\#5381](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5381) \([ShGKme](https://github.com/ShGKme)\)
|
|
558
|
+
* fix(NcUserStatusicon): set status icons size explicitly [\#5390](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5390) \([Antreesy](https://github.com/Antreesy)\)
|
|
559
|
+
* fix(NcListItem): change padding for one-line layout [\#5391](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5391) \([GretaD](https://github.com/GretaD)\)
|
|
560
|
+
* fix(NcReferenceWidget): Only use composables in `setup` context [\#5394](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5394) \([susnux](https://github.com/susnux)\)
|
|
501
561
|
|
|
502
562
|
### Other Changes
|
|
503
|
-
* Updates for project Nextcloud vue library
|
|
504
|
-
* chore: Remove GitHub Package Registry from publish workflow
|
|
505
|
-
* chore(README): remove build:module and watch:module
|
|
506
|
-
* Updates for project Nextcloud vue library
|
|
563
|
+
* Updates for project Nextcloud vue library [\#5358](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5358) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
564
|
+
* chore: Remove GitHub Package Registry from publish workflow [\#5357](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5357) \([Pytal](https://github.com/Pytal)\)
|
|
565
|
+
* chore(README): remove build:module and watch:module [\#5346](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5346) \([ShGKme](https://github.com/ShGKme)\)
|
|
566
|
+
* Updates for project Nextcloud vue library [\#5387](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5387) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
507
567
|
|
|
508
568
|
## [v8.9.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.1) (2024-03-06)
|
|
509
569
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.0...v8.9.1)
|
|
510
570
|
|
|
511
571
|
### 🐛 Fixed bugs
|
|
512
|
-
* fix: Revert "fix(NcAppNavigation): Wrap app navigation default slot with scrollable container"
|
|
572
|
+
* fix: Revert "fix(NcAppNavigation): Wrap app navigation default slot with scrollable container" [\#5355](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5355) \([Pytal](https://github.com/Pytal)\)
|
|
513
573
|
|
|
514
574
|
## [v8.9.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.0) (2024-03-06)
|
|
515
575
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.1...v8.9.0)
|
|
516
576
|
|
|
517
577
|
### 🚀 Enhancements
|
|
518
|
-
* feat(reference): Add opt-in for interactive mode and render widgets lazy once in view
|
|
519
|
-
* feat: List team resources in related resources panel
|
|
578
|
+
* feat(reference): Add opt-in for interactive mode and render widgets lazy once in view [\#5257](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5257) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
579
|
+
* feat: List team resources in related resources panel [\#5316](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5316) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
520
580
|
|
|
521
581
|
### 🐛 Fixed bugs
|
|
522
|
-
* fix(NcAppNavigation): Wrap app navigation default slot with scrollable container
|
|
582
|
+
* fix(NcAppNavigation): Wrap app navigation default slot with scrollable container [\#5347](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5347) \([Pytal](https://github.com/Pytal)\)
|
|
523
583
|
|
|
524
584
|
### Other Changes
|
|
525
|
-
* Updates for project Nextcloud vue library
|
|
526
|
-
* Updates for project Nextcloud vue library
|
|
527
|
-
* fix(NcActions): clear focus trap and move focus only if elements are existing in the DOM
|
|
528
|
-
* Updates for project Nextcloud vue library
|
|
585
|
+
* Updates for project Nextcloud vue library [\#5333](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5333) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
586
|
+
* Updates for project Nextcloud vue library [\#5343](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5343) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
587
|
+
* fix(NcActions): clear focus trap and move focus only if elements are existing in the DOM [\#5345](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5345) \([Antreesy](https://github.com/Antreesy)\)
|
|
588
|
+
* Updates for project Nextcloud vue library [\#5348](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5348) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
529
589
|
|
|
530
590
|
## [v8.8.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.8.1) (2024-02-29)
|
|
531
591
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.0...v8.8.1)
|
|
532
592
|
|
|
533
593
|
### 🐛 Fixed bugs
|
|
534
|
-
* fix(NcSelect): handle text overflow in NcSelect
|
|
535
|
-
* fix: scope component breaking NcModal and NcDateTimePickers
|
|
594
|
+
* fix(NcSelect): handle text overflow in NcSelect [\#5325](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5325) \([hamza221](https://github.com/hamza221)\)
|
|
595
|
+
* fix: scope component breaking NcModal and NcDateTimePickers [\#5331](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5331) \([ShGKme](https://github.com/ShGKme)\)
|
|
536
596
|
|
|
537
597
|
## [v8.8.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.8.0) (2024-02-29)
|
|
538
598
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.1...v8.8.0)
|
|
@@ -540,25 +600,25 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
540
600
|
## What's Changed
|
|
541
601
|
|
|
542
602
|
### 🚀 Enhancements
|
|
543
|
-
* feat(NcAppSidebar): Add `subname` slot
|
|
544
|
-
* feat: Add NcAppNavigationList
|
|
603
|
+
* feat(NcAppSidebar): Add `subname` slot [\#5285](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5285) \([susnux](https://github.com/susnux)\)
|
|
604
|
+
* feat: Add NcAppNavigationList [\#5302](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5302) \([Pytal](https://github.com/Pytal)\)
|
|
545
605
|
|
|
546
606
|
### 🐛 Fixed bugs
|
|
547
|
-
* fix(NcAppNavigationSpacer): Adjust order to make the spacer work again
|
|
548
|
-
* fix(NcResource): use RouterLink where possible for internal shared resources
|
|
549
|
-
* fix(NcActions): remove `aria-haspopup` and `aria-controls` from navigation menu
|
|
550
|
-
* fix(NcActions): put in order tab and arrow navigation
|
|
551
|
-
* fix(NcPopover): remove invalid aria-describedby
|
|
552
|
-
* fix(NcActions): provide a label in dialog role
|
|
553
|
-
* fix(NcActions): focus first checked item on open
|
|
554
|
-
* fix(NcRichContenteditable): respect forward slash as user mention character
|
|
555
|
-
* fix(NcPopover): add aria-modal to some popover-based dialog components
|
|
556
|
-
* fix(NcPopover): make popupRole non-required
|
|
557
|
-
* fix(NcRichContenteditable): disable global allowSpaces tribute option
|
|
607
|
+
* fix(NcAppNavigationSpacer): Adjust order to make the spacer work again [\#5286](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5286) \([susnux](https://github.com/susnux)\)
|
|
608
|
+
* fix(NcResource): use RouterLink where possible for internal shared resources [\#5282](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5282) \([Antreesy](https://github.com/Antreesy)\)
|
|
609
|
+
* fix(NcActions): remove `aria-haspopup` and `aria-controls` from navigation menu [\#5300](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5300) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
610
|
+
* fix(NcActions): put in order tab and arrow navigation [\#5305](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5305) \([ShGKme](https://github.com/ShGKme)\)
|
|
611
|
+
* fix(NcPopover): remove invalid aria-describedby [\#5304](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5304) \([ShGKme](https://github.com/ShGKme)\)
|
|
612
|
+
* fix(NcActions): provide a label in dialog role [\#5308](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5308) \([ShGKme](https://github.com/ShGKme)\)
|
|
613
|
+
* fix(NcActions): focus first checked item on open [\#5313](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5313) \([ShGKme](https://github.com/ShGKme)\)
|
|
614
|
+
* fix(NcRichContenteditable): respect forward slash as user mention character [\#5323](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5323) \([Antreesy](https://github.com/Antreesy)\)
|
|
615
|
+
* fix(NcPopover): add aria-modal to some popover-based dialog components [\#5309](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5309) \([ShGKme](https://github.com/ShGKme)\)
|
|
616
|
+
* fix(NcPopover): make popupRole non-required [\#5306](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5306) \([ShGKme](https://github.com/ShGKme)\)
|
|
617
|
+
* fix(NcRichContenteditable): disable global allowSpaces tribute option [\#5321](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5321) \([Antreesy](https://github.com/Antreesy)\)
|
|
558
618
|
|
|
559
619
|
### Other Changes
|
|
560
|
-
* Updates for project Nextcloud vue library
|
|
561
|
-
* Revert "fix(NcReferenceList): Resolve relative URLs before fetching references"
|
|
620
|
+
* Updates for project Nextcloud vue library [\#5289](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5289) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
621
|
+
* Revert "fix(NcReferenceList): Resolve relative URLs before fetching references" [\#5291](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5291) \([mejo-](https://github.com/mejo-)\)
|
|
562
622
|
|
|
563
623
|
## [v8.7.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.7.1) (2024-02-21)
|
|
564
624
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.0...v8.7.1)
|
|
@@ -566,9 +626,9 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
566
626
|
## What's Changed
|
|
567
627
|
|
|
568
628
|
### 🐛 Fixed bugs
|
|
569
|
-
* fix(NcRichContenteditable): register props globally for new Tribute
|
|
570
|
-
* fix(NcReferenceList): Resolve relative URLs before fetching references
|
|
571
|
-
* fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext
|
|
629
|
+
* fix(NcRichContenteditable): register props globally for new Tribute [\#5268](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5268) \([Antreesy](https://github.com/Antreesy)\)
|
|
630
|
+
* fix(NcReferenceList): Resolve relative URLs before fetching references [\#5272](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5272) \([mejo-](https://github.com/mejo-)\)
|
|
631
|
+
* fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext [\#5271](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5271) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
572
632
|
|
|
573
633
|
## [v8.7.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.7.0) (2024-02-20)
|
|
574
634
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.2...v8.7.0)
|
|
@@ -576,18 +636,18 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
576
636
|
## What's Changed
|
|
577
637
|
|
|
578
638
|
### 🚀 Enhancements
|
|
579
|
-
* feat: Split reference and smart picker functions from components
|
|
580
|
-
* feat(NcSelect): Add `required` attribute for native form validation
|
|
581
|
-
* feat(NcRichText): handle internal links with Vue Router
|
|
582
|
-
* enh: added option to render icon and text for breadcrumb
|
|
639
|
+
* feat: Split reference and smart picker functions from components [\#5218](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5218) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
640
|
+
* feat(NcSelect): Add `required` attribute for native form validation [\#5225](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5225) \([Pytal](https://github.com/Pytal)\)
|
|
641
|
+
* feat(NcRichText): handle internal links with Vue Router [\#5246](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5246) \([Antreesy](https://github.com/Antreesy)\)
|
|
642
|
+
* enh: added option to render icon and text for breadcrumb [\#5216](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5216) \([emoral435](https://github.com/emoral435)\)
|
|
583
643
|
|
|
584
644
|
### 🐛 Fixed bugs
|
|
585
|
-
* fix(NcRichContenteditable): adjust styles and use CSS Modules to avoid global styles leak
|
|
586
|
-
* fix(NcActionButton): Forward `disabled` state to native button element
|
|
587
|
-
* fix(NcModal): scope modal-container size to current modal, don't propagate it on nested
|
|
588
|
-
* Fix timezone dropdown
|
|
589
|
-
* fix(NcReferenceWidget): `useResizeObserver`
|
|
590
|
-
* fix(NcListItem): compensate added margin for list items
|
|
645
|
+
* fix(NcRichContenteditable): adjust styles and use CSS Modules to avoid global styles leak [\#5235](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5235) \([ShGKme](https://github.com/ShGKme)\)
|
|
646
|
+
* fix(NcActionButton): Forward `disabled` state to native button element [\#5237](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5237) \([susnux](https://github.com/susnux)\)
|
|
647
|
+
* fix(NcModal): scope modal-container size to current modal, don't propagate it on nested [\#5244](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5244) \([Antreesy](https://github.com/Antreesy)\)
|
|
648
|
+
* Fix timezone dropdown [\#5251](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5251) \([GretaD](https://github.com/GretaD)\)
|
|
649
|
+
* fix(NcReferenceWidget): `useResizeObserver` [\#5240](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5240) \([max-nextcloud](https://github.com/max-nextcloud)\)
|
|
650
|
+
* fix(NcListItem): compensate added margin for list items [\#5260](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5260) \([Antreesy](https://github.com/Antreesy)\)
|
|
591
651
|
|
|
592
652
|
## [v8.6.2](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.6.2) (2024-02-07)
|
|
593
653
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.1...v8.6.2)
|
|
@@ -596,15 +656,15 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
596
656
|
* In `NcRichContenteditable` properties `autoComplete.title`/`userData.title` were renamed back to `label` to be in line with server API. The `title` property is still working as a fallback, but deprecated. See https://github.com/nextcloud-libraries/nextcloud-vue/pull/5215
|
|
597
657
|
|
|
598
658
|
### 🐛 Fixed bugs
|
|
599
|
-
* fix(NcHeaderMenu): button size regression on small viewports fixed
|
|
600
|
-
* fix(NcListItem): Remove actions from within `a` which caused invalid HTML output
|
|
601
|
-
* fix(NcRichContenteditable): make autocomplete accessible
|
|
602
|
-
* fix(NcRichContenteditable): unify styles and add contrast border on keyboard navigation
|
|
603
|
-
* fix(NcRichContenteditable): bring back label for autocomplete
|
|
604
|
-
* fix(NcAppSidebar): move focus to sidebar on open and auto return focus on close
|
|
659
|
+
* fix(NcHeaderMenu): button size regression on small viewports fixed [\#5149](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5149) \([emoral435](https://github.com/emoral435)\)
|
|
660
|
+
* fix(NcListItem): Remove actions from within `a` which caused invalid HTML output [\#5198](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5198) \([susnux](https://github.com/susnux)\)
|
|
661
|
+
* fix(NcRichContenteditable): make autocomplete accessible [\#4904](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4904) \([ShGKme](https://github.com/ShGKme)\)
|
|
662
|
+
* fix(NcRichContenteditable): unify styles and add contrast border on keyboard navigation [\#5214](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5214) \([ShGKme](https://github.com/ShGKme)\)
|
|
663
|
+
* fix(NcRichContenteditable): bring back label for autocomplete [\#5215](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5215) \([ShGKme](https://github.com/ShGKme)\)
|
|
664
|
+
* fix(NcAppSidebar): move focus to sidebar on open and auto return focus on close [\#5219](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5219) \([ShGKme](https://github.com/ShGKme)\)
|
|
605
665
|
|
|
606
666
|
### Other Changes
|
|
607
|
-
* chore(NcSelect): Mention labelOutside for external label use
|
|
667
|
+
* chore(NcSelect): Mention labelOutside for external label use [\#5211](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5211) \([Pytal](https://github.com/Pytal)\)
|
|
608
668
|
|
|
609
669
|
## [v8.6.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.6.1) (2024-02-01)
|
|
610
670
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.0...v8.6.1)
|
|
@@ -622,25 +682,25 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
622
682
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.5.1...v8.6.0)
|
|
623
683
|
|
|
624
684
|
### 🚀 Enhancements
|
|
625
|
-
* feat: Implement widget flag for requesting interactive view
|
|
626
|
-
* feat(NcListItem): introduce 'details' slot
|
|
627
|
-
* feat(NcNoteCard): provide a slot for inserting a custom icon instead of default
|
|
628
|
-
* feat(NcActionButton): support boolean value for radio type
|
|
685
|
+
* feat: Implement widget flag for requesting interactive view [\#5144](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5144) \([juliushaertl](https://github.com/juliushaertl)\)
|
|
686
|
+
* feat(NcListItem): introduce 'details' slot [\#5146](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5146) \([Antreesy](https://github.com/Antreesy)\)
|
|
687
|
+
* feat(NcNoteCard): provide a slot for inserting a custom icon instead of default [\#4894](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4894) \([Antreesy](https://github.com/Antreesy)\)
|
|
688
|
+
* feat(NcActionButton): support boolean value for radio type [\#5134](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5134) \([ShGKme](https://github.com/ShGKme)\)
|
|
629
689
|
|
|
630
690
|
### 🐛 Fixed bugs
|
|
631
|
-
* fix(NcActions): keyboard navigation
|
|
632
|
-
* fix(NcSelect): list width on page scaling
|
|
633
|
-
* fix(NcColorPicker): define a container prop
|
|
634
|
-
* fix(NcActions): intercept into current focus trap stack
|
|
635
|
-
* fix(NcRichText): Make URL_PATTERN match localhost and URLs with ports
|
|
636
|
-
* fix(NcActions): hotfix for custom children
|
|
637
|
-
* fix(NcDateTimePickerNative): create possibility to change a color theme on system default
|
|
691
|
+
* fix(NcActions): keyboard navigation [\#5153](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5153) \([ShGKme](https://github.com/ShGKme)\)
|
|
692
|
+
* fix(NcSelect): list width on page scaling [\#5162](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5162) \([ShGKme](https://github.com/ShGKme)\)
|
|
693
|
+
* fix(NcColorPicker): define a container prop [\#5172](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5172) \([Antreesy](https://github.com/Antreesy)\)
|
|
694
|
+
* fix(NcActions): intercept into current focus trap stack [\#4953](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4953) \([ShGKme](https://github.com/ShGKme)\)
|
|
695
|
+
* fix(NcRichText): Make URL_PATTERN match localhost and URLs with ports [\#5176](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5176) \([mejo-](https://github.com/mejo-)\)
|
|
696
|
+
* fix(NcActions): hotfix for custom children [\#5178](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5178) \([ShGKme](https://github.com/ShGKme)\)
|
|
697
|
+
* fix(NcDateTimePickerNative): create possibility to change a color theme on system default [\#5182](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5182) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
638
698
|
|
|
639
699
|
### Other Changes
|
|
640
|
-
* Updates for project Nextcloud vue library
|
|
641
|
-
* chore: Fix missing PR from changelog
|
|
642
|
-
* chore(NcAppNavigationToggle): add comments
|
|
643
|
-
* chore: Update workflows
|
|
700
|
+
* Updates for project Nextcloud vue library [\#5157](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5157) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
701
|
+
* chore: Fix missing PR from changelog [\#5175](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5175) \([Pytal](https://github.com/Pytal)\)
|
|
702
|
+
* chore(NcAppNavigationToggle): add comments [\#5148](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5148) \([emoral435](https://github.com/emoral435)\)
|
|
703
|
+
* chore: Update workflows [\#5148](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5148) \([susnux](https://github.com/susnux)\)
|
|
644
704
|
|
|
645
705
|
## [v8.5.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.5.1) (2024-01-24)
|
|
646
706
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.5.0...v8.5.1)
|
|
@@ -665,53 +725,53 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
665
725
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.4.0...v8.5.0)
|
|
666
726
|
|
|
667
727
|
### 🚀 Enhancements
|
|
668
|
-
* enh(NcSelect): Add visible input label
|
|
669
|
-
* feat(NcModal): Set return focus element on focus trap deactivation
|
|
670
|
-
* Harmonize focus-visible styles for vue-navigation item with none-vue navigation item
|
|
671
|
-
* feat(NcActionInput): allow to append `NcSelect` to body
|
|
672
|
-
* enh(NcSelect): Improve accessibility
|
|
673
|
-
* enh: Make the date time formatting reusable for applications
|
|
674
|
-
* enh(NcHeaderMenu): Close navigation header menu on focusout
|
|
675
|
-
* enh(a11y): added aria-label that matches title attr on icon
|
|
676
|
-
* feat: Add NcUserStatusIcon
|
|
677
|
-
* enh(breadcrumb): conditionally renders button when no redirection link given
|
|
678
|
-
* feat(NcPopover): provide a11y attributes to the trigger
|
|
679
|
-
* feat(NcDialog): add navigationAriaLabel and navigationAriaLabelledBy props
|
|
680
|
-
* enh(NcContent): Add skip content buttons
|
|
681
|
-
* enh(NcInputField): Support numeric values - if numeric also emit numeric
|
|
682
|
-
* feat(NcProgressBar): add circular progress bar
|
|
683
|
-
* feat(NcReferenceList): Add support for a fallback reference widget
|
|
684
|
-
* enh(NcEmojiPicker): Always show skin tone selector + save selection
|
|
685
|
-
* feat(NcActionButton): Allow pressed state on NcActionButton - similar to NcButton
|
|
686
|
-
* feat(`NcRichText`) add support of GFM (extended markdown)
|
|
728
|
+
* enh(NcSelect): Add visible input label [\#4963](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4963) \([Pytal](https://github.com/Pytal)\)
|
|
729
|
+
* feat(NcModal): Set return focus element on focus trap deactivation [\#5025](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5025) \([Pytal](https://github.com/Pytal)\)
|
|
730
|
+
* Harmonize focus-visible styles for vue-navigation item with none-vue navigation item [\#5022](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5022) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
731
|
+
* feat(NcActionInput): allow to append `NcSelect` to body [\#5017](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5017) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
732
|
+
* enh(NcSelect): Improve accessibility [\#5036](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5036) \([Pytal](https://github.com/Pytal)\)
|
|
733
|
+
* enh: Make the date time formatting reusable for applications [\#5046](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5046) \([susnux](https://github.com/susnux)\)
|
|
734
|
+
* enh(NcHeaderMenu): Close navigation header menu on focusout [\#5064](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5064) \([Pytal](https://github.com/Pytal)\)
|
|
735
|
+
* enh(a11y): added aria-label that matches title attr on icon [\#5078](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5078) \([emoral435](https://github.com/emoral435)\)
|
|
736
|
+
* feat: Add NcUserStatusIcon [\#5059](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5059) \([Pytal](https://github.com/Pytal)\)
|
|
737
|
+
* enh(breadcrumb): conditionally renders button when no redirection link given [\#5077](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5077) \([emoral435](https://github.com/emoral435)\)
|
|
738
|
+
* feat(NcPopover): provide a11y attributes to the trigger [\#5086](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5086) \([ShGKme](https://github.com/ShGKme)\)
|
|
739
|
+
* feat(NcDialog): add navigationAriaLabel and navigationAriaLabelledBy props [\#5083](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5083) \([ShGKme](https://github.com/ShGKme)\)
|
|
740
|
+
* enh(NcContent): Add skip content buttons [\#4983](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4983) \([susnux](https://github.com/susnux)\)
|
|
741
|
+
* enh(NcInputField): Support numeric values - if numeric also emit numeric [\#4926](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4926) \([susnux](https://github.com/susnux)\)
|
|
742
|
+
* feat(NcProgressBar): add circular progress bar [\#5100](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5100) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
743
|
+
* feat(NcReferenceList): Add support for a fallback reference widget [\#5092](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5092) \([mejo-](https://github.com/mejo-)\)
|
|
744
|
+
* enh(NcEmojiPicker): Always show skin tone selector + save selection [\#5103](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5103) \([susnux](https://github.com/susnux)\)
|
|
745
|
+
* feat(NcActionButton): Allow pressed state on NcActionButton - similar to NcButton [\#4744](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4744) \([susnux](https://github.com/susnux)\)
|
|
746
|
+
* feat(`NcRichText`) add support of GFM (extended markdown) [\#4365](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4365) \([Antreesy](https://github.com/Antreesy)\)
|
|
687
747
|
|
|
688
748
|
### 🐛 Fixed bugs
|
|
689
|
-
* fix(NcCheckboxRadioSwitch): fix shift+click on firefox
|
|
690
|
-
* fix(NcCheckboxRadioSwitch): use correct padding
|
|
691
|
-
* fix(NcCheckboxRadioSwitch): improve rendering and prevent unecessary elements
|
|
692
|
-
* fix(NcAppNavigation): change h2 to span
|
|
693
|
-
* fix(NcDateTimePicker): Use ISO week numbers if `showWeekNumber` is set
|
|
694
|
-
* fix(NcActions): In case of inline actions make sure to support icon as URL
|
|
695
|
-
* fix(NcDialog): allow to close NcDialog on click outside
|
|
696
|
-
* fix(NcRelatedResourcesPanel): Fix invalid URL query params
|
|
697
|
-
* fix(NcBreadcrumbs): improve the breadcrumbs shrinking behaviour
|
|
698
|
-
* fix(NcInput): input disabled appearance
|
|
699
|
-
* fix(NcButton): use `a` as tag for router-link
|
|
700
|
-
* fix(NcSelect): remove visual gap on top of the list
|
|
701
|
-
* Remove unneeded `tab`, `tablist` and `aria-selected` roles from navigation
|
|
702
|
-
* fix(NcCheckboxRadioSwitch): Fix invalid indeterminate checkbox semantics
|
|
703
|
-
* Remove inaccessible opacity from SettingsSection
|
|
704
|
-
* fix(NcPopover): fix docs example
|
|
705
|
-
* fix(NcPopover): check trigger a11y compatible with Vue 3
|
|
706
|
-
* fix(NcHeaderMenu): mouse in now pointer
|
|
707
|
-
* fix(NcActions): use new slots api
|
|
708
|
-
* fix(NcButton): pressed state a11y
|
|
709
|
-
* Fix additionalTrapElements to accept HTMLelements as well
|
|
749
|
+
* fix(NcCheckboxRadioSwitch): fix shift+click on firefox [\#4999](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4999) \([skjnldsv](https://github.com/skjnldsv)\)
|
|
750
|
+
* fix(NcCheckboxRadioSwitch): use correct padding [\#5009](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5009) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
751
|
+
* fix(NcCheckboxRadioSwitch): improve rendering and prevent unecessary elements [\#5001](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5001) \([skjnldsv](https://github.com/skjnldsv)\)
|
|
752
|
+
* fix(NcAppNavigation): change h2 to span [\#5020](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5020) \([emoral435](https://github.com/emoral435)\)
|
|
753
|
+
* fix(NcDateTimePicker): Use ISO week numbers if `showWeekNumber` is set [\#5045](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5045) \([susnux](https://github.com/susnux)\)
|
|
754
|
+
* fix(NcActions): In case of inline actions make sure to support icon as URL [\#5053](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5053) \([susnux](https://github.com/susnux)\)
|
|
755
|
+
* fix(NcDialog): allow to close NcDialog on click outside [\#5062](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5062) \([Antreesy](https://github.com/Antreesy)\)
|
|
756
|
+
* fix(NcRelatedResourcesPanel): Fix invalid URL query params [\#5065](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5065) \([Pytal](https://github.com/Pytal)\)
|
|
757
|
+
* fix(NcBreadcrumbs): improve the breadcrumbs shrinking behaviour [\#5069](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5069) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
758
|
+
* fix(NcInput): input disabled appearance [\#5000](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5000) \([marcoambrosini](https://github.com/marcoambrosini)\)
|
|
759
|
+
* fix(NcButton): use `a` as tag for router-link [\#5091](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5091) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
760
|
+
* fix(NcSelect): remove visual gap on top of the list [\#5095](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5095) \([ShGKme](https://github.com/ShGKme)\)
|
|
761
|
+
* Remove unneeded `tab`, `tablist` and `aria-selected` roles from navigation [\#5075](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5075) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
762
|
+
* fix(NcCheckboxRadioSwitch): Fix invalid indeterminate checkbox semantics [\#5096](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5096) \([Pytal](https://github.com/Pytal)\)
|
|
763
|
+
* Remove inaccessible opacity from SettingsSection [\#5109](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5109) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
764
|
+
* fix(NcPopover): fix docs example [\#5111](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5111) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
765
|
+
* fix(NcPopover): check trigger a11y compatible with Vue 3 [\#5110](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5110) \([ShGKme](https://github.com/ShGKme)\)
|
|
766
|
+
* fix(NcHeaderMenu): mouse in now pointer [\#5101](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5101) \([emoral435](https://github.com/emoral435)\)
|
|
767
|
+
* fix(NcActions): use new slots api [\#5118](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5118) \([ShGKme](https://github.com/ShGKme)\)
|
|
768
|
+
* fix(NcButton): pressed state a11y [\#5119](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5119) \([ShGKme](https://github.com/ShGKme)\)
|
|
769
|
+
* Fix additionalTrapElements to accept HTMLelements as well [\#5120](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5120) \([GretaD](https://github.com/GretaD)\)
|
|
710
770
|
|
|
711
771
|
### Other Changes
|
|
712
|
-
* refactor(NcCheckboxRadioSwitch): move comment to have a single root node
|
|
713
|
-
* refactor(NcActionButtonGroup): replace computed of constant with constant
|
|
714
|
-
* chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch
|
|
772
|
+
* refactor(NcCheckboxRadioSwitch): move comment to have a single root node [\#5018](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5018) \([ShGKme](https://github.com/ShGKme)\)
|
|
773
|
+
* refactor(NcActionButtonGroup): replace computed of constant with constant [\#5023](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5023) \([ShGKme](https://github.com/ShGKme)\)
|
|
774
|
+
* chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch [\#5079](https://github.com/nextcloud-libraries/nextcloud-vue/pull/5079) \([ShGKme](https://github.com/ShGKme)\)
|
|
715
775
|
|
|
716
776
|
## [v8.4.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.4.0) (2023-12-22)
|
|
717
777
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.4.0...v8.3.0)
|
|
@@ -721,41 +781,41 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
721
781
|
* `isMobile` and `isFullscreen` mixins are now deprecated, use `useIsMobile` and `useIsFullscreen` composables instead
|
|
722
782
|
|
|
723
783
|
### 🚀 Enhancements
|
|
724
|
-
* enh: Split translations by components to only include needed strings in app bundles
|
|
725
|
-
* enh(NcCheckboxRadioSwitch): Allow to set `aria-label`
|
|
726
|
-
* enh(NcRichContenteditable): Add optional visual label for content editable
|
|
727
|
-
* enh(NcBreadcrumbs): Allow setting aria-label on nav
|
|
728
|
-
* feat: add small mobile breakpoint
|
|
729
|
-
* Add target prop for NcListItem
|
|
730
|
-
* Make modal mask dark if some icons are shown outside
|
|
731
|
-
* enh: Add a full labelled color palette to be used as the default for the color picker
|
|
784
|
+
* enh: Split translations by components to only include needed strings in app bundles [\#4861](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4861) \([susnux](https://github.com/susnux)\)
|
|
785
|
+
* enh(NcCheckboxRadioSwitch): Allow to set `aria-label` [\#4903](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4903) \([susnux](https://github.com/susnux)\)
|
|
786
|
+
* enh(NcRichContenteditable): Add optional visual label for content editable [\#4907](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4907) \([susnux](https://github.com/susnux)\)
|
|
787
|
+
* enh(NcBreadcrumbs): Allow setting aria-label on nav [\#4913](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4913) \([Pytal](https://github.com/Pytal)\)
|
|
788
|
+
* feat: add small mobile breakpoint [\#4919](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4919) \([ShGKme](https://github.com/ShGKme)\)
|
|
789
|
+
* Add target prop for NcListItem [\#4923](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923) \([Fenn-CS](https://github.com/Fenn-CS)\)
|
|
790
|
+
* Make modal mask dark if some icons are shown outside [\#4916](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4916) \([szaimen](https://github.com/szaimen)\)
|
|
791
|
+
* enh: Add a full labelled color palette to be used as the default for the color picker [\#4902](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4902) \([susnux](https://github.com/susnux)\)
|
|
732
792
|
|
|
733
793
|
### 🐛 Fixed bugs
|
|
734
|
-
* fix(NcAppNavigationItem): fix style when using `active` prop
|
|
735
|
-
* fix(NcDialog): Increase specificity for modal-content selector
|
|
736
|
-
* Prevent NcBreadcrumb from automatically inheriting attributes
|
|
737
|
-
* fix(NcAvatar): Increase contrast of avatar status icon
|
|
738
|
-
* fix(utils/UserStatus): typo in "invisible" translation key
|
|
739
|
-
* enh(NcDialog): Label dialog nav
|
|
740
|
-
* fix(NcAppNavigationSettings): remove incorrect aria-label
|
|
741
|
-
* fix(NcAppSidebar): add focus trap on mobile
|
|
742
|
-
* feat(NcRichContenteditable): put caret in the end when focus input
|
|
743
|
-
* fix(package): specify exports for composables
|
|
744
|
-
* fix(NcActions): provide `aria-expanded="false"` when menu is closed instead of removing it
|
|
745
|
-
* fix(NcListItem): Ensure list item does not overflow wrapper
|
|
746
|
-
* fix(NcActionX): Allow relative icon URL
|
|
747
|
-
* fix(NcAppSettingsDialog): respect showNavigation prop
|
|
748
|
-
* fix(NcAppNavigation): Bring back hover state for active element
|
|
749
|
-
* enh(aria): changed check color to adhere to 3:1 ratio
|
|
750
|
-
* Use logical style for NcHeaderMenu
|
|
751
|
-
* Equalize `TextArea` styles with `TextField` styles
|
|
752
|
-
* Increase contrast on input field for `NcRichContenteditable`
|
|
753
|
-
* enh(breadcrumbs): changed aria label for voice control on a-tag
|
|
754
|
-
* Differentiate between dark and light theme for NcDateTimePickerNative
|
|
794
|
+
* fix(NcAppNavigationItem): fix style when using `active` prop [\#4989](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4989) \([raimund-schluessler](https://github.com/raimund-schluessler)\)
|
|
795
|
+
* fix(NcDialog): Increase specificity for modal-content selector [\#4897](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4897) \([susnux](https://github.com/susnux)\)
|
|
796
|
+
* Prevent NcBreadcrumb from automatically inheriting attributes [\#4918](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4918) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
797
|
+
* fix(NcAvatar): Increase contrast of avatar status icon [\#4912](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4912) \([Pytal](https://github.com/Pytal)\)
|
|
798
|
+
* fix(utils/UserStatus): typo in "invisible" translation key [\#4931](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4931) \([ShGKme](https://github.com/ShGKme)\)
|
|
799
|
+
* enh(NcDialog): Label dialog nav [\#4928](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4928) \([Pytal](https://github.com/Pytal)\)
|
|
800
|
+
* fix(NcAppNavigationSettings): remove incorrect aria-label [\#4932](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4932) \([ShGKme](https://github.com/ShGKme)\)
|
|
801
|
+
* fix(NcAppSidebar): add focus trap on mobile [\#4909](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4909) \([ShGKme](https://github.com/ShGKme)\)
|
|
802
|
+
* feat(NcRichContenteditable): put caret in the end when focus input [\#4924](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4924) \([Antreesy](https://github.com/Antreesy)\)
|
|
803
|
+
* fix(package): specify exports for composables [\#4951](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4951) \([ShGKme](https://github.com/ShGKme)\)
|
|
804
|
+
* fix(NcActions): provide `aria-expanded="false"` when menu is closed instead of removing it [\#4946](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4946) \([ShGKme](https://github.com/ShGKme)\)
|
|
805
|
+
* fix(NcListItem): Ensure list item does not overflow wrapper [\#4956](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4956) \([susnux](https://github.com/susnux)\)
|
|
806
|
+
* fix(NcActionX): Allow relative icon URL [\#4955](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4955) \([susnux](https://github.com/susnux)\)
|
|
807
|
+
* fix(NcAppSettingsDialog): respect showNavigation prop [\#4954](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4954) \([ShGKme](https://github.com/ShGKme)\)
|
|
808
|
+
* fix(NcAppNavigation): Bring back hover state for active element [\#4960](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4960) \([susnux](https://github.com/susnux)\)
|
|
809
|
+
* enh(aria): changed check color to adhere to 3:1 ratio [\#4958](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4958) \([emoral435](https://github.com/emoral435)\)
|
|
810
|
+
* Use logical style for NcHeaderMenu [\#4965](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4965) \([ahangarha](https://github.com/ahangarha)\)
|
|
811
|
+
* Equalize `TextArea` styles with `TextField` styles [\#4971](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4971) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
812
|
+
* Increase contrast on input field for `NcRichContenteditable` [\#4975](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4975) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
813
|
+
* enh(breadcrumbs): changed aria label for voice control on a-tag [\#4973](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4973) \([emoral435](https://github.com/emoral435)\)
|
|
814
|
+
* Differentiate between dark and light theme for NcDateTimePickerNative [\#4981](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4981) \([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter)\)
|
|
755
815
|
|
|
756
816
|
### Other Changes
|
|
757
|
-
* refactor(NcAppSidebar): remove unneeded debug log
|
|
758
|
-
* chore(ci): make Jest output colorful
|
|
817
|
+
* refactor(NcAppSidebar): remove unneeded debug log [\#4952](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4952) \([ShGKme](https://github.com/ShGKme)\)
|
|
818
|
+
* chore(ci): make Jest output colorful [\#4966](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4966) \([ShGKme](https://github.com/ShGKme)\)
|
|
759
819
|
* Update translations
|
|
760
820
|
|
|
761
821
|
## [v8.3.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.3.0) (2023-11-30)
|
|
@@ -825,14 +885,14 @@ See the full list in [v9 breaking changes](https://github.com/nextcloud-librarie
|
|
|
825
885
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.0.0...v8.0.1)
|
|
826
886
|
|
|
827
887
|
### :bug: Fixed bugs
|
|
828
|
-
* fix(NcModal): Adjust `aria-label` of close button
|
|
829
|
-
* fix(NcCounterBubble): Fix color of highlighted/outlined items when no…
|
|
830
|
-
* fix(NcTimezonePicker): add missing `t` method
|
|
831
|
-
* fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt…
|
|
888
|
+
* fix(NcModal): Adjust `aria-label` of close button [\#4778](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4778) \([susnux](https://github.com/susnux)\)
|
|
889
|
+
* fix(NcCounterBubble): Fix color of highlighted/outlined items when no… [\#4781](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4781) \([nickvergessen](https://github.com/nickvergessen)\)
|
|
890
|
+
* fix(NcTimezonePicker): add missing `t` method [\#4790](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4790) \([ShGKme](https://github.com/ShGKme)\)
|
|
891
|
+
* fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using butt… [\#4791](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4791) \([nickvergessen](https://github.com/nickvergessen)\)
|
|
832
892
|
|
|
833
893
|
### Other Changes
|
|
834
|
-
* Updates for project Nextcloud vue library
|
|
835
|
-
* Updates for project Nextcloud vue library
|
|
894
|
+
* Updates for project Nextcloud vue library [\#4780](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4780) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
895
|
+
* Updates for project Nextcloud vue library [\#4784](https://github.com/nextcloud-libraries/nextcloud-vue/pull/4784) \([transifex-integration](https://github.com/transifex-integration)\)
|
|
836
896
|
|
|
837
897
|
## [v8.0.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.0.0) (2023-11-08)
|
|
838
898
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v7.11.2...v8.0.0)
|