@nextcloud/vue 8.9.0 → 8.10.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.
Files changed (311) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +4 -2
  3. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  4. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  5. package/dist/Components/NcActionInput.cjs +1 -1
  6. package/dist/Components/NcActionInput.mjs +1 -1
  7. package/dist/Components/NcActions.cjs +1 -1
  8. package/dist/Components/NcActions.mjs +1 -1
  9. package/dist/Components/NcAppContent.cjs +1 -1
  10. package/dist/Components/NcAppContent.mjs +1 -1
  11. package/dist/Components/NcAppNavigation.cjs +1 -1
  12. package/dist/Components/NcAppNavigation.mjs +1 -1
  13. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  14. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  15. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  16. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  17. package/dist/Components/NcAppNavigationList.cjs +2 -2
  18. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  19. package/dist/Components/NcAppNavigationList.mjs +4 -4
  20. package/dist/Components/NcAppNavigationList.mjs.map +1 -1
  21. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  22. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  24. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  25. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  26. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  27. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  28. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  29. package/dist/Components/NcAppSidebar.cjs +1 -1
  30. package/dist/Components/NcAppSidebar.mjs +1 -1
  31. package/dist/Components/NcAvatar.cjs +1 -1
  32. package/dist/Components/NcAvatar.mjs +1 -1
  33. package/dist/Components/NcBreadcrumb.cjs +1 -1
  34. package/dist/Components/NcBreadcrumb.mjs +1 -1
  35. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  36. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  37. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  38. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  39. package/dist/Components/NcColorPicker.cjs +1 -1
  40. package/dist/Components/NcColorPicker.mjs +1 -1
  41. package/dist/Components/NcContent.cjs +1 -1
  42. package/dist/Components/NcContent.mjs +1 -1
  43. package/dist/Components/NcDashboardWidget.cjs +1 -1
  44. package/dist/Components/NcDashboardWidget.mjs +1 -1
  45. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  46. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  47. package/dist/Components/NcDateTime.cjs +1 -1
  48. package/dist/Components/NcDateTime.mjs +1 -1
  49. package/dist/Components/NcDateTimePicker.cjs +2 -2
  50. package/dist/Components/NcDateTimePicker.mjs +4 -4
  51. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  52. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  53. package/dist/Components/NcEmojiPicker.cjs +1 -1
  54. package/dist/Components/NcEmojiPicker.mjs +1 -1
  55. package/dist/Components/NcListItem.cjs +1 -1
  56. package/dist/Components/NcListItem.mjs +1 -1
  57. package/dist/Components/NcListItemIcon.cjs +1 -1
  58. package/dist/Components/NcListItemIcon.mjs +1 -1
  59. package/dist/Components/NcModal.cjs +1 -1
  60. package/dist/Components/NcModal.mjs +3 -3
  61. package/dist/Components/NcPasswordField.cjs +1 -1
  62. package/dist/Components/NcPasswordField.mjs +1 -1
  63. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  64. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  65. package/dist/Components/NcRichContenteditable.cjs +1 -1
  66. package/dist/Components/NcRichContenteditable.mjs +2 -2
  67. package/dist/Components/NcRichText.cjs +1 -1
  68. package/dist/Components/NcRichText.mjs +3 -3
  69. package/dist/Components/NcSelect.cjs +1 -1
  70. package/dist/Components/NcSelect.mjs +1 -1
  71. package/dist/Components/NcSelectTags.cjs +1 -1
  72. package/dist/Components/NcSelectTags.mjs +1 -1
  73. package/dist/Components/NcSettingsInputText.cjs +1 -1
  74. package/dist/Components/NcSettingsInputText.mjs +1 -1
  75. package/dist/Components/NcSettingsSection.cjs +1 -1
  76. package/dist/Components/NcSettingsSection.mjs +1 -1
  77. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  78. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  79. package/dist/Components/NcTextField.cjs +1 -1
  80. package/dist/Components/NcTextField.mjs +1 -1
  81. package/dist/Components/NcTimezonePicker.cjs +1 -1
  82. package/dist/Components/NcTimezonePicker.mjs +1 -1
  83. package/dist/Components/NcUserBubble.cjs +1 -1
  84. package/dist/Components/NcUserBubble.mjs +1 -1
  85. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  86. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  87. package/dist/Functions/reference.cjs +1 -1
  88. package/dist/Functions/reference.mjs +1 -1
  89. package/dist/Functions/usernameToColor.cjs +1 -1
  90. package/dist/Functions/usernameToColor.mjs +1 -1
  91. package/dist/Mixins/richEditor.cjs +1 -1
  92. package/dist/Mixins/richEditor.mjs +1 -1
  93. package/dist/assets/{NcActions-CEbgl0_n.css → NcActions-DL7ZZIjx.css} +12 -12
  94. package/dist/assets/{NcAppContent-Cv8rRTyy.css → NcAppContent-DcXMrsBz.css} +32 -23
  95. package/dist/assets/{NcAppNavigation-D4ZBCJrI.css → NcAppNavigation-BgGJuJPv.css} +15 -19
  96. package/dist/assets/{NcAppNavigationList-Bj9PwL4X.css → NcAppNavigationList-CUnaMQQD.css} +4 -4
  97. package/dist/assets/{NcDateTimePicker-BChLYJ5X.css → NcDateTimePicker-DR7jRFm4.css} +10 -10
  98. package/dist/assets/NcListItem-DLFj1G31.css +175 -0
  99. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  100. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  101. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  102. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DZ7qJeiJ.css} +19 -19
  103. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-DQEIzxqb.cjs} +1 -1
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-DQEIzxqb.cjs.map} +1 -1
  105. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SIdMEx1i.mjs} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SIdMEx1i.mjs.map} +1 -1
  107. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-B47_9Jpc.cjs} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-B47_9Jpc.cjs.map} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-D6_CIr2e.mjs} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-D6_CIr2e.mjs.map} +1 -1
  111. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-BPPLjfW5.cjs} +1 -1
  112. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-BPPLjfW5.cjs.map} +1 -1
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-GZcIfn-2.mjs} +4 -4
  114. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-GZcIfn-2.mjs.map} +1 -1
  115. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-B049TCK5.cjs} +144 -85
  116. package/dist/chunks/NcActions-B049TCK5.cjs.map +1 -0
  117. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-D2wvJbMw.mjs} +144 -85
  118. package/dist/chunks/NcActions-D2wvJbMw.mjs.map +1 -0
  119. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CUnQ4EVa.mjs} +67 -40
  120. package/dist/chunks/NcAppContent-CUnQ4EVa.mjs.map +1 -0
  121. package/dist/chunks/{NcAppContent-kqYjKpzU.cjs → NcAppContent-CuOJJPbt.cjs} +59 -32
  122. package/dist/chunks/NcAppContent-CuOJJPbt.cjs.map +1 -0
  123. package/dist/chunks/{NcAppNavigation-BRtyTvKt.mjs → NcAppNavigation-Dl1g_orJ.mjs} +26 -24
  124. package/dist/chunks/NcAppNavigation-Dl1g_orJ.mjs.map +1 -0
  125. package/dist/chunks/{NcAppNavigation-DMxORgkV.cjs → NcAppNavigation-DtxPGDOf.cjs} +19 -18
  126. package/dist/chunks/NcAppNavigation-DtxPGDOf.cjs.map +1 -0
  127. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-BefNtbTx.cjs} +1 -1
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-BefNtbTx.cjs.map} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-g4NsNSvL.mjs} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-g4NsNSvL.mjs.map} +1 -1
  131. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-BSV20azN.mjs} +3 -3
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-BSV20azN.mjs.map} +1 -1
  133. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-DVlpQH-e.cjs} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-DVlpQH-e.cjs.map} +1 -1
  135. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-C7PviElx.mjs} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-C7PviElx.mjs.map} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DG-KzABc.cjs} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DG-KzABc.cjs.map} +1 -1
  139. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-CoutbNdC.cjs} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-CoutbNdC.cjs.map} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-D8MkJD-a.mjs} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-D8MkJD-a.mjs.map} +1 -1
  143. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-ACf6tmPq.cjs} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-ACf6tmPq.cjs.map} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-n8ES2H5d.mjs} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-n8ES2H5d.mjs.map} +1 -1
  147. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-CmQPplb5.mjs} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-CmQPplb5.mjs.map} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-DYr9eXTI.cjs} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-DYr9eXTI.cjs.map} +1 -1
  151. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-BsbmJ5H_.cjs} +2 -2
  152. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-BsbmJ5H_.cjs.map} +1 -1
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-CSjqjYTb.mjs} +3 -3
  154. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-CSjqjYTb.mjs.map} +1 -1
  155. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-BdtXzaRJ.mjs} +4 -4
  156. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs.map → NcAvatar-BdtXzaRJ.mjs.map} +1 -1
  157. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-Bn9oT7sS.cjs} +2 -2
  158. package/dist/chunks/{NcAvatar-BEet_8fB.cjs.map → NcAvatar-Bn9oT7sS.cjs.map} +1 -1
  159. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-D8yGqnFJ.mjs} +1 -1
  160. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-D8yGqnFJ.mjs.map} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-DApyHRGZ.cjs} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-DApyHRGZ.cjs.map} +1 -1
  163. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-BoA2lxaY.cjs} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-BoA2lxaY.cjs.map} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DVyfjkgH.mjs} +2 -2
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DVyfjkgH.mjs.map} +1 -1
  167. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BEYj-jaN.cjs} +2 -2
  168. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BEYj-jaN.cjs.map} +1 -1
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-DiNnRbJI.mjs} +2 -2
  170. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-DiNnRbJI.mjs.map} +1 -1
  171. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs} +1 -1
  172. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs.map +1 -0
  173. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs} +1 -1
  174. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs.map +1 -0
  175. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-Acx2mFFG.cjs} +1 -1
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-Acx2mFFG.cjs.map} +1 -1
  177. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-sge8Yr9m.mjs} +2 -2
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-sge8Yr9m.mjs.map} +1 -1
  179. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-COHfXhM3.cjs} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-COHfXhM3.cjs.map} +1 -1
  181. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-kTlEGtKt.mjs} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-kTlEGtKt.mjs.map} +1 -1
  183. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-CL7e1yAw.mjs} +3 -3
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-CL7e1yAw.mjs.map} +1 -1
  185. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CyrKw12p.cjs} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CyrKw12p.cjs.map} +1 -1
  187. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-C6Npm5U9.cjs} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-C6Npm5U9.cjs.map} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-Cq-HAbIB.mjs} +2 -2
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-Cq-HAbIB.mjs.map} +1 -1
  191. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-B1X22iSf.mjs} +1 -1
  192. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-B1X22iSf.mjs.map} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-CyKYSWsT.cjs} +1 -1
  194. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-CyKYSWsT.cjs.map} +1 -1
  195. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-DuZc08BD.cjs} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-DuZc08BD.cjs.map} +1 -1
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-r6eAlCKl.mjs} +4 -4
  198. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-r6eAlCKl.mjs.map} +1 -1
  199. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-DAaMkW9I.cjs} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-DAaMkW9I.cjs.map} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-fwl4-RD4.mjs} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-fwl4-RD4.mjs.map} +1 -1
  203. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-8heZoa83.cjs} +28 -23
  204. package/dist/chunks/NcListItem-8heZoa83.cjs.map +1 -0
  205. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-DxnCJdGU.mjs} +27 -22
  206. package/dist/chunks/NcListItem-DxnCJdGU.mjs.map +1 -0
  207. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D5NW3bY2.cjs} +1 -1
  208. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D5NW3bY2.cjs.map} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-DyE902SK.mjs} +1 -1
  210. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-DyE902SK.mjs.map} +1 -1
  211. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-BeIfZq-I.mjs} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-BeIfZq-I.mjs.map} +1 -1
  213. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-Bx3rarNt.cjs} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-Bx3rarNt.cjs.map} +1 -1
  215. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-BmE02hfU.cjs} +4 -4
  216. package/dist/chunks/NcRelatedResourcesPanel-BmE02hfU.cjs.map +1 -0
  217. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-C8HsjDiN.mjs} +8 -8
  218. package/dist/chunks/NcRelatedResourcesPanel-C8HsjDiN.mjs.map +1 -0
  219. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-COl1GELF.mjs} +35 -26
  220. package/dist/chunks/NcRichContenteditable-COl1GELF.mjs.map +1 -0
  221. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DVCrsKyc.cjs} +41 -32
  222. package/dist/chunks/NcRichContenteditable-DVCrsKyc.cjs.map +1 -0
  223. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-BEoKx41c.mjs} +45 -29
  224. package/dist/chunks/NcRichText-BEoKx41c.mjs.map +1 -0
  225. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-Dow2nMvP.cjs} +35 -19
  226. package/dist/chunks/NcRichText-Dow2nMvP.cjs.map +1 -0
  227. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-C_dMqtoe.mjs} +2 -2
  228. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-C_dMqtoe.mjs.map} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-CyESQ4uQ.cjs} +1 -1
  230. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-CyESQ4uQ.cjs.map} +1 -1
  231. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-Bl95j2Kh.cjs} +1 -1
  232. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-Bl95j2Kh.cjs.map} +1 -1
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-BoX-3tOa.mjs} +2 -2
  234. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-BoX-3tOa.mjs.map} +1 -1
  235. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-DlBTOZRv.cjs} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-DlBTOZRv.cjs.map} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-fLyjAE06.mjs} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-fLyjAE06.mjs.map} +1 -1
  239. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-COSdi50c.mjs} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-COSdi50c.mjs.map} +1 -1
  241. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-CoHKnYDP.cjs} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-CoHKnYDP.cjs.map} +1 -1
  243. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-2wsNrz7x.cjs} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-2wsNrz7x.cjs.map} +1 -1
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BZG67QrR.mjs} +2 -2
  246. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BZG67QrR.mjs.map} +1 -1
  247. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BEpgHsY2.mjs} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BEpgHsY2.mjs.map} +1 -1
  249. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-C-2-Of6b.cjs} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-C-2-Of6b.cjs.map} +1 -1
  251. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-BMlKQe6-.cjs} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-BMlKQe6-.cjs.map} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-JJeMG5Mo.mjs} +2 -2
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-JJeMG5Mo.mjs.map} +1 -1
  255. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-DMBDwtwW.cjs} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-DMBDwtwW.cjs.map} +1 -1
  257. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-RZlZRmxZ.mjs} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-RZlZRmxZ.mjs.map} +1 -1
  259. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-7yBYL8ur.cjs} +4 -4
  260. package/dist/chunks/NcUserStatusIcon-7yBYL8ur.cjs.map +1 -0
  261. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-DMQxYiY6.mjs} +9 -9
  262. package/dist/chunks/NcUserStatusIcon-DMQxYiY6.mjs.map +1 -0
  263. package/dist/chunks/{ScopeComponent-LxI8YPnR.mjs → ScopeComponent-9FoStIVM.mjs} +1 -1
  264. package/dist/chunks/{ScopeComponent-LxI8YPnR.mjs.map → ScopeComponent-9FoStIVM.mjs.map} +1 -1
  265. package/dist/chunks/{ScopeComponent-CSd5rNUA.cjs → ScopeComponent-DdL1psE0.cjs} +1 -1
  266. package/dist/chunks/{ScopeComponent-CSd5rNUA.cjs.map → ScopeComponent-DdL1psE0.cjs.map} +1 -1
  267. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-CAwwH-o2.mjs} +3 -3
  268. package/dist/chunks/_l10n-CAwwH-o2.mjs.map +1 -0
  269. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-DZggkcVs.cjs} +3 -3
  270. package/dist/chunks/_l10n-DZggkcVs.cjs.map +1 -0
  271. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  272. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  273. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  274. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  275. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-CtIcJRWz.mjs} +417 -414
  276. package/dist/chunks/referencePickerModal-CtIcJRWz.mjs.map +1 -0
  277. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-Ig4S8WI3.cjs} +298 -295
  278. package/dist/chunks/referencePickerModal-Ig4S8WI3.cjs.map +1 -0
  279. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-3Z3jKEos.mjs} +1 -1
  280. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-3Z3jKEos.mjs.map} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-7pQQJMR_.cjs} +1 -1
  282. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-7pQQJMR_.cjs.map} +1 -1
  283. package/dist/index.cjs +8 -9
  284. package/dist/index.cjs.map +1 -1
  285. package/dist/index.mjs +45 -45
  286. package/package.json +1 -1
  287. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  288. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  289. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  290. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  291. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  292. package/dist/chunks/NcAppNavigation-BRtyTvKt.mjs.map +0 -1
  293. package/dist/chunks/NcAppNavigation-DMxORgkV.cjs.map +0 -1
  294. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  295. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  296. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  297. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  298. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  299. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  300. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  301. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  302. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  303. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  304. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  305. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  306. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  307. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  308. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  309. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  310. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  311. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v8.10.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.10.0) (2024-03-11)
6
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.1...v8.10.0)
7
+
8
+ ### 🚀 Enhancements
9
+ * feat(NcAppContent): add no-split layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209
10
+ * feat(NcListItem): add one-line layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209
11
+ * feat(NcActions): Allow to manually specify the semantic menu type by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5336
12
+
13
+ ### 🐛 Fixed bugs
14
+ * fix(NcAppNavigation): stretch the main content when there is no list slot by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5360
15
+ * fix(NcRichContenteditable): capture and stop `Esc` keydown event when closing tribute by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5353
16
+ * fix(NcRelatedResourcesPanel): Adjust styling of team resource images by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5364
17
+ * fix(NcRichContentEditable): require leading space to open tributes by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5378
18
+ * fix(richEditor): reference server-scoped regular expression to match complex user mentions by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359
19
+ * fix(richText): when parse HTML content collapse consecutive spaces by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359
20
+ * fix(NcListItem): open _blank link by Enter and allow prevent by @pulsejet in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5342
21
+ * fix(NcRichText): Allow to pass interactive widget toggle by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5365
22
+ * fix(NcActions): correct dialog a11y attrs place by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5381
23
+ * fix(NcUserStatusicon): set status icons size explicitly by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5390
24
+ * fix(NcListItem): change padding for one-line layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5391
25
+ * fix(NcReferenceWidget): Only use composables in `setup` context by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5394
26
+
27
+ ### Other Changes
28
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5358
29
+ * chore: Remove GitHub Package Registry from publish workflow by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5357
30
+ * chore(README): remove build:module and watch:module by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5346
31
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5387
32
+
33
+ ## [v8.9.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.1) (2024-03-06)
34
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.0...v8.9.1)
35
+
36
+ ### 🐛 Fixed bugs
37
+ * fix: Revert "fix(NcAppNavigation): Wrap app navigation default slot with scrollable container" by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5355
38
+
5
39
  ## [v8.9.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.0) (2024-03-06)
6
40
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.8.1...v8.9.0)
7
41
 
package/README.md CHANGED
@@ -51,8 +51,10 @@ Vue.use(NextcloudVuePlugin)
51
51
  If you want to work on improving the components it’s best to run the latest code and link it to your local Nextcloud installation:
52
52
 
53
53
  1. Install the dependencies with `npm ci`
54
- 2. Build the components every time you do changes: `npm run build` or `npm run build:module` (for es modules)
55
- - To watch for changes and rebuild automatically: `npm run watch` or `npm run watch:module`
54
+ 2. Build the components every time you do changes: `npm run build`
55
+ - To make development build: `npm run dev`
56
+ - To watch for changes and rebuild automatically: `npm run watch`
57
+ - To watch for changes and rebuild development build: `npm run dev:watch`
56
58
  3. Connect it to your local Nextcloud development setup:
57
59
  - In this repository do `npm link`
58
60
  - In the repository of an app do `npm link @nextcloud/vue` (you need to re-link any time you do `npm ci` in the app)
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcActionButtonGroup-BdxkXNwc.cjs");
2
+ const t = require("../chunks/NcActionButtonGroup-B47_9Jpc.cjs");
3
3
  module.exports = t.NcActionButtonGroup;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActionButtonGroup-SS3PkUD2.mjs";
1
+ import { N as f } from "../chunks/NcActionButtonGroup-D6_CIr2e.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcActionInput-D308ZntG.cjs");
2
+ const t = require("../chunks/NcActionInput-BPPLjfW5.cjs");
3
3
  module.exports = t.NcActionInput;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActionInput-BHq3Le0q.mjs";
1
+ import { N as f } from "../chunks/NcActionInput-GZcIfn-2.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const c = require("../chunks/NcActions-Dfkog_G0.cjs");
2
+ const c = require("../chunks/NcActions-B049TCK5.cjs");
3
3
  module.exports = c.NcActions;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActions-CpU9WXzM.mjs";
1
+ import { N as f } from "../chunks/NcActions-D2wvJbMw.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcAppContent-kqYjKpzU.cjs");
2
+ const t = require("../chunks/NcAppContent-CuOJJPbt.cjs");
3
3
  module.exports = t.NcAppContent;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppContent-BDwOdxJE.mjs";
1
+ import { N as f } from "../chunks/NcAppContent-CUnQ4EVa.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const i = require("../chunks/NcAppNavigation-DMxORgkV.cjs");
2
+ const i = require("../chunks/NcAppNavigation-DtxPGDOf.cjs");
3
3
  module.exports = i.NcAppNavigation;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigation-BRtyTvKt.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigation-Dl1g_orJ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const i = require("../chunks/NcAppNavigationCaption-BKchbDsJ.cjs");
2
+ const i = require("../chunks/NcAppNavigationCaption-BefNtbTx.cjs");
3
3
  module.exports = i.NcAppNavigationCaption;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationCaption-DsT6O4Hx.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationCaption-g4NsNSvL.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcAppNavigationItem-CABF2T4q.cjs");
2
+ const t = require("../chunks/NcAppNavigationItem-DVlpQH-e.cjs");
3
3
  module.exports = t.NcAppNavigationItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationItem-bjPcEx5D.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationItem-BSV20azN.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- require('../assets/NcAppNavigationList-Bj9PwL4X.css');
1
+ require('../assets/NcAppNavigationList-CUnaMQQD.css');
2
2
  "use strict";
3
3
  const a = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), e = {
4
4
  name: "NcAppNavigationList"
@@ -12,7 +12,7 @@ var s = function() {
12
12
  i,
13
13
  !1,
14
14
  null,
15
- "4ad756a2",
15
+ "ac3baea0",
16
16
  null,
17
17
  null
18
18
  );
@@ -1 +1 @@
1
- {"version":3,"file":"NcAppNavigationList.cjs","sources":["../../src/components/NcAppNavigationList/NcAppNavigationList.vue"],"sourcesContent":["<!--\n - @copyright 2024 Christopher Ng <chrng8@gmail.com>\n -\n - @author Christopher Ng <chrng8@gmail.com>\n -\n - @license AGPL-3.0-or-later\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n-->\n\n<docs>\n### Description\n\nList wrapper for use in NcAppNavigation.\n\n#### Example\n\nUsage with NcAppNavigationCaption as a heading.\n\n```vue\n<NcAppNavigation>\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"First\" />\n\t\t<NcAppNavigationItem name=\"Second\" />\n\t\t<NcAppNavigationItem name=\"Third\" />\n\t</NcAppNavigationList>\n\t<NcAppNavigationCaption name=\"Sections\" is-heading />\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"Foo\" />\n\t\t<NcAppNavigationItem name=\"Bar\" />\n\t\t<NcAppNavigationItem name=\"Baz\" />\n\t</NcAppNavigationList>\n</NcAppNavigation>\n```\n</docs>\n\n<template>\n\t<ul class=\"app-navigation-list\">\n\t\t<slot />\n\t</ul>\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationList',\n}\n</script>\n\n<style lang=\"scss\" scoped>\nul.app-navigation-list { // Increase specificity over NcAppNavigation styles\n\tposition: relative;\n\theight: fit-content;\n\twidth: 100%;\n\toverflow: visible;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: var(--default-grid-baseline, 4px);\n\tpadding: var(--app-navigation-padding);\n}\n</style>\n"],"names":["_sfc_main"],"mappings":";qEAuDAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcAppNavigationList.cjs","sources":["../../src/components/NcAppNavigationList/NcAppNavigationList.vue"],"sourcesContent":["<!--\n - @copyright 2024 Christopher Ng <chrng8@gmail.com>\n -\n - @author Christopher Ng <chrng8@gmail.com>\n -\n - @license AGPL-3.0-or-later\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n-->\n\n<docs>\n### Description\n\nList wrapper for use in NcAppNavigation.\n\n#### Example\n\nUsage with NcAppNavigationCaption as a heading.\n\n```vue\n<NcAppNavigation>\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"First\" />\n\t\t<NcAppNavigationItem name=\"Second\" />\n\t\t<NcAppNavigationItem name=\"Third\" />\n\t</NcAppNavigationList>\n\t<NcAppNavigationCaption name=\"Sections\" is-heading />\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"Foo\" />\n\t\t<NcAppNavigationItem name=\"Bar\" />\n\t\t<NcAppNavigationItem name=\"Baz\" />\n\t</NcAppNavigationList>\n</NcAppNavigation>\n```\n</docs>\n\n<template>\n\t<ul class=\"app-navigation-list\">\n\t\t<slot />\n\t</ul>\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationList',\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.app-navigation-list {\n\tposition: relative;\n\twidth: 100%;\n\toverflow-x: hidden;\n\toverflow-y: auto;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: var(--default-grid-baseline, 4px);\n\tpadding: var(--app-navigation-padding);\n}\n</style>\n"],"names":["_sfc_main"],"mappings":";qEAuDAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import '../assets/NcAppNavigationList-Bj9PwL4X.css';
1
+ import '../assets/NcAppNavigationList-CUnaMQQD.css';
2
2
  import { n as t } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
3
3
  const s = {
4
4
  name: "NcAppNavigationList"
@@ -12,11 +12,11 @@ var e = function() {
12
12
  i,
13
13
  !1,
14
14
  null,
15
- "4ad756a2",
15
+ "ac3baea0",
16
16
  null,
17
17
  null
18
18
  );
19
- const l = r.exports;
19
+ const c = r.exports;
20
20
  export {
21
- l as default
21
+ c as default
22
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NcAppNavigationList.mjs","sources":["../../src/components/NcAppNavigationList/NcAppNavigationList.vue"],"sourcesContent":["<!--\n - @copyright 2024 Christopher Ng <chrng8@gmail.com>\n -\n - @author Christopher Ng <chrng8@gmail.com>\n -\n - @license AGPL-3.0-or-later\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n-->\n\n<docs>\n### Description\n\nList wrapper for use in NcAppNavigation.\n\n#### Example\n\nUsage with NcAppNavigationCaption as a heading.\n\n```vue\n<NcAppNavigation>\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"First\" />\n\t\t<NcAppNavigationItem name=\"Second\" />\n\t\t<NcAppNavigationItem name=\"Third\" />\n\t</NcAppNavigationList>\n\t<NcAppNavigationCaption name=\"Sections\" is-heading />\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"Foo\" />\n\t\t<NcAppNavigationItem name=\"Bar\" />\n\t\t<NcAppNavigationItem name=\"Baz\" />\n\t</NcAppNavigationList>\n</NcAppNavigation>\n```\n</docs>\n\n<template>\n\t<ul class=\"app-navigation-list\">\n\t\t<slot />\n\t</ul>\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationList',\n}\n</script>\n\n<style lang=\"scss\" scoped>\nul.app-navigation-list { // Increase specificity over NcAppNavigation styles\n\tposition: relative;\n\theight: fit-content;\n\twidth: 100%;\n\toverflow: visible;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: var(--default-grid-baseline, 4px);\n\tpadding: var(--app-navigation-padding);\n}\n</style>\n"],"names":["_sfc_main"],"mappings":";AAuDA,MAAAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcAppNavigationList.mjs","sources":["../../src/components/NcAppNavigationList/NcAppNavigationList.vue"],"sourcesContent":["<!--\n - @copyright 2024 Christopher Ng <chrng8@gmail.com>\n -\n - @author Christopher Ng <chrng8@gmail.com>\n -\n - @license AGPL-3.0-or-later\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n-->\n\n<docs>\n### Description\n\nList wrapper for use in NcAppNavigation.\n\n#### Example\n\nUsage with NcAppNavigationCaption as a heading.\n\n```vue\n<NcAppNavigation>\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"First\" />\n\t\t<NcAppNavigationItem name=\"Second\" />\n\t\t<NcAppNavigationItem name=\"Third\" />\n\t</NcAppNavigationList>\n\t<NcAppNavigationCaption name=\"Sections\" is-heading />\n\t<NcAppNavigationList>\n\t\t<NcAppNavigationItem name=\"Foo\" />\n\t\t<NcAppNavigationItem name=\"Bar\" />\n\t\t<NcAppNavigationItem name=\"Baz\" />\n\t</NcAppNavigationList>\n</NcAppNavigation>\n```\n</docs>\n\n<template>\n\t<ul class=\"app-navigation-list\">\n\t\t<slot />\n\t</ul>\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationList',\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.app-navigation-list {\n\tposition: relative;\n\twidth: 100%;\n\toverflow-x: hidden;\n\toverflow-y: auto;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-direction: column;\n\tgap: var(--default-grid-baseline, 4px);\n\tpadding: var(--app-navigation-padding);\n}\n</style>\n"],"names":["_sfc_main"],"mappings":";AAuDA,MAAAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcAppNavigationNewItem-t45tM5u1.cjs");
2
+ const e = require("../chunks/NcAppNavigationNewItem-DG-KzABc.cjs");
3
3
  module.exports = e.NcAppNavigationNewItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationNewItem-BHCgaCoK.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationNewItem-C7PviElx.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcAppNavigationSettings-CBeUiVLk.cjs");
2
+ const t = require("../chunks/NcAppNavigationSettings-CoutbNdC.cjs");
3
3
  module.exports = t.NcAppNavigationSettings;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationSettings-BQD7JA4m.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationSettings-D8MkJD-a.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const e = require("../chunks/NcAppNavigationToggle-DDChOnAq.cjs");
3
+ const e = require("../chunks/NcAppNavigationToggle-ACf6tmPq.cjs");
4
4
  /**
5
5
  * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
6
6
  *
@@ -1,4 +1,4 @@
1
- import { N as p } from "../chunks/NcAppNavigationToggle-BZxbkhCr.mjs";
1
+ import { N as p } from "../chunks/NcAppNavigationToggle-n8ES2H5d.mjs";
2
2
  /**
3
3
  * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
4
4
  *
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcAppSettingsDialog-EUys9Os_.cjs");
2
+ const t = require("../chunks/NcAppSettingsDialog-DYr9eXTI.cjs");
3
3
  module.exports = t.NcAppSettingsDialog;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppSettingsDialog-DeFBTD2J.mjs";
1
+ import { N as f } from "../chunks/NcAppSettingsDialog-CmQPplb5.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcAppSidebar-Du-IRmEO.cjs");
2
+ const e = require("../chunks/NcAppSidebar-BsbmJ5H_.cjs");
3
3
  module.exports = e.NcAppSidebar;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppSidebar-CdSvRI6l.mjs";
1
+ import { N as f } from "../chunks/NcAppSidebar-CSjqjYTb.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const r = require("../chunks/NcAvatar-BEet_8fB.cjs");
2
+ const r = require("../chunks/NcAvatar-Bn9oT7sS.cjs");
3
3
  module.exports = r.NcAvatar;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAvatar-e0M-nnF6.mjs";
1
+ import { N as f } from "../chunks/NcAvatar-BdtXzaRJ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const r = require("../chunks/NcBreadcrumb-DVXsgQkE.cjs");
2
+ const r = require("../chunks/NcBreadcrumb-DApyHRGZ.cjs");
3
3
  module.exports = r.NcBreadcrumb;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcBreadcrumb-CVMyBckA.mjs";
1
+ import { N as f } from "../chunks/NcBreadcrumb-D8yGqnFJ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const r = require("../chunks/NcBreadcrumbs-DkgzO9f5.cjs");
2
+ const r = require("../chunks/NcBreadcrumbs-BoA2lxaY.cjs");
3
3
  module.exports = r.NcBreadcrumbs;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcBreadcrumbs-DqRU0BfB.mjs";
1
+ import { N as f } from "../chunks/NcBreadcrumbs-DVyfjkgH.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const c = require("../chunks/NcCheckboxRadioSwitch-Dt96X5bR.cjs");
2
+ const c = require("../chunks/NcCheckboxRadioSwitch-BEYj-jaN.cjs");
3
3
  module.exports = c.NcCheckboxRadioSwitch;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcCheckboxRadioSwitch-7Yib86y3.mjs";
1
+ import { N as f } from "../chunks/NcCheckboxRadioSwitch-DiNnRbJI.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const r = require("../chunks/NcColorPicker-BVqwn1Fr.cjs");
2
+ const r = require("../chunks/NcColorPicker-Acx2mFFG.cjs");
3
3
  module.exports = r.NcColorPicker;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcColorPicker-Dkxeigs5.mjs";
1
+ import { N as f } from "../chunks/NcColorPicker-sge8Yr9m.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcContent-Bmeq8hLO.cjs");
2
+ const t = require("../chunks/NcContent-COHfXhM3.cjs");
3
3
  module.exports = t.NcContent;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcContent-COIw1X7V.mjs";
1
+ import { N as f } from "../chunks/NcContent-kTlEGtKt.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcDashboardWidget-DArU3jbL.cjs");
2
+ const e = require("../chunks/NcDashboardWidget-CyrKw12p.cjs");
3
3
  module.exports = e.NcDashboardWidget;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDashboardWidget-Cxz_n1AN.mjs";
1
+ import { N as f } from "../chunks/NcDashboardWidget-CL7e1yAw.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcDashboardWidgetItem-BAhzcFfs.cjs");
2
+ const e = require("../chunks/NcDashboardWidgetItem-C6Npm5U9.cjs");
3
3
  module.exports = e.NcDashboardWidgetItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDashboardWidgetItem-BV2tuXoj.mjs";
1
+ import { N as f } from "../chunks/NcDashboardWidgetItem-Cq-HAbIB.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcDateTime-Dl0XztMt.cjs");
2
+ const e = require("../chunks/NcDateTime-CyKYSWsT.cjs");
3
3
  module.exports = e.NcDateTime;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDateTime-B0oaElJX.mjs";
1
+ import { N as f } from "../chunks/NcDateTime-B1X22iSf.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
- require('../assets/NcDateTimePicker-BChLYJ5X.css');
1
+ require('../assets/NcDateTimePicker-DR7jRFm4.css');
2
2
  "use strict";
3
- const r = require("../chunks/_l10n-B986q8RC.cjs"), p = require("../chunks/GenRandomId-B2O1GMbH.cjs"), d = require("../chunks/NcTimezonePicker-C-Ci2IuC.cjs"), m = require("../chunks/NcPopover-h-t7Dnjk.cjs"), i = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), o = require("@nextcloud/l10n"), f = require("vue2-datepicker"), h = require("../chunks/ScopeComponent-CSd5rNUA.cjs"), _ = (n) => n && n.__esModule ? n : { default: n }, g = /* @__PURE__ */ _(f);
3
+ const r = require("../chunks/_l10n-DZggkcVs.cjs"), p = require("../chunks/GenRandomId-B2O1GMbH.cjs"), d = require("../chunks/NcTimezonePicker-BMlKQe6-.cjs"), m = require("../chunks/NcPopover-h-t7Dnjk.cjs"), i = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), o = require("@nextcloud/l10n"), f = require("vue2-datepicker"), h = require("../chunks/ScopeComponent-DdL1psE0.cjs"), _ = (n) => n && n.__esModule ? n : { default: n }, g = /* @__PURE__ */ _(f);
4
4
  r.register(r.t33);
5
5
  const v = {
6
6
  name: "CalendarBlankIcon",
@@ -1,12 +1,12 @@
1
- import '../assets/NcDateTimePicker-BChLYJ5X.css';
2
- import { r as c, F as u, a as l } from "../chunks/_l10n-D8Scz3mH.mjs";
1
+ import '../assets/NcDateTimePicker-DR7jRFm4.css';
2
+ import { r as c, F as u, a as l } from "../chunks/_l10n-CAwwH-o2.mjs";
3
3
  import { G as p } from "../chunks/GenRandomId-BW3iYFf9.mjs";
4
- import { N as m } from "../chunks/NcTimezonePicker-gvp9MAcg.mjs";
4
+ import { N as m } from "../chunks/NcTimezonePicker-JJeMG5Mo.mjs";
5
5
  import { N as d } from "../chunks/NcPopover--V3R3EKV.mjs";
6
6
  import { n as o } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
7
7
  import { getMonthNames as f, getMonthNamesShort as h, getDayNames as _, getDayNamesShort as g, getDayNamesMin as y, getFirstDay as v } from "@nextcloud/l10n";
8
8
  import C from "vue2-datepicker";
9
- import { S as k } from "../chunks/ScopeComponent-LxI8YPnR.mjs";
9
+ import { S as k } from "../chunks/ScopeComponent-9FoStIVM.mjs";
10
10
  c(u);
11
11
  const w = {
12
12
  name: "CalendarBlankIcon",
@@ -1,6 +1,6 @@
1
1
  require('../assets/NcDateTimePickerNative-DnLJu29_.css');
2
2
  "use strict";
3
- const c = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), h = require("../chunks/ScopeComponent-CSd5rNUA.cjs"), f = ["date", "datetime-local", "month", "time", "week"], y = {
3
+ const c = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), h = require("../chunks/ScopeComponent-DdL1psE0.cjs"), f = ["date", "datetime-local", "month", "time", "week"], y = {
4
4
  name: "NcDateTimePickerNative",
5
5
  inheritAttrs: !1,
6
6
  props: {
@@ -1,6 +1,6 @@
1
1
  import '../assets/NcDateTimePickerNative-DnLJu29_.css';
2
2
  import { n as f } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
3
- import { S as h } from "../chunks/ScopeComponent-LxI8YPnR.mjs";
3
+ import { S as h } from "../chunks/ScopeComponent-9FoStIVM.mjs";
4
4
  const p = ["date", "datetime-local", "month", "time", "week"], c = {
5
5
  name: "NcDateTimePickerNative",
6
6
  inheritAttrs: !1,
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const c = require("../chunks/NcEmojiPicker-BCdoIKXJ.cjs");
2
+ const c = require("../chunks/NcEmojiPicker-DuZc08BD.cjs");
3
3
  module.exports = c.NcEmojiPicker;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcEmojiPicker-fRx7dTTf.mjs";
1
+ import { N as f } from "../chunks/NcEmojiPicker-r6eAlCKl.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcListItem-wxqWqs4s.cjs");
2
+ const t = require("../chunks/NcListItem-8heZoa83.cjs");
3
3
  module.exports = t.NcListItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcListItem-C5oWvAZQ.mjs";
1
+ import { N as f } from "../chunks/NcListItem-DxnCJdGU.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcListItemIcon-DfdkSCin.cjs");
2
+ const t = require("../chunks/NcListItemIcon-D5NW3bY2.cjs");
3
3
  module.exports = t.NcListItemIcon;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcListItemIcon-WH9TUCxb.mjs";
1
+ import { N as f } from "../chunks/NcListItemIcon-DyE902SK.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  require('../assets/NcModal-CwgrmxSg.css');
2
2
  "use strict";
3
- const u = require("../chunks/ScopeComponent-CSd5rNUA.cjs"), r = require("../chunks/focusTrap-xauhLvvr.cjs"), i = require("../chunks/_l10n-B986q8RC.cjs"), d = require("../chunks/GenRandomId-B2O1GMbH.cjs"), h = require("../chunks/NcActions-Dfkog_G0.cjs"), p = require("./NcButton.cjs");
3
+ const u = require("../chunks/ScopeComponent-DdL1psE0.cjs"), r = require("../chunks/focusTrap-xauhLvvr.cjs"), i = require("../chunks/_l10n-DZggkcVs.cjs"), d = require("../chunks/GenRandomId-B2O1GMbH.cjs"), h = require("../chunks/NcActions-B049TCK5.cjs"), p = require("./NcButton.cjs");
4
4
  require("../Directives/Tooltip.cjs");
5
5
  const l = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), f = require("../chunks/ChevronRight-BAJhNawb.cjs"), m = require("../chunks/Close-DBfrdXMw.cjs"), _ = require("focus-trap"), y = require("@vueuse/core"), w = require("floating-vue");
6
6
  i.register(i.t16, i.t30);
@@ -1,9 +1,9 @@
1
1
  import '../assets/NcModal-CwgrmxSg.css';
2
- import { S as c } from "../chunks/ScopeComponent-LxI8YPnR.mjs";
2
+ import { S as c } from "../chunks/ScopeComponent-9FoStIVM.mjs";
3
3
  import { g as r } from "../chunks/focusTrap-Be9GEB5C.mjs";
4
- import { r as u, D as d, E as p, a as i } from "../chunks/_l10n-D8Scz3mH.mjs";
4
+ import { r as u, D as d, E as p, a as i } from "../chunks/_l10n-CAwwH-o2.mjs";
5
5
  import { G as h } from "../chunks/GenRandomId-BW3iYFf9.mjs";
6
- import { N as f } from "../chunks/NcActions-CpU9WXzM.mjs";
6
+ import { N as f } from "../chunks/NcActions-D2wvJbMw.mjs";
7
7
  import m from "./NcButton.mjs";
8
8
  import "../Directives/Tooltip.mjs";
9
9
  import { n as l } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const s = require("../chunks/NcPasswordField-BgNcvN0V.cjs");
2
+ const s = require("../chunks/NcPasswordField-Bx3rarNt.cjs");
3
3
  module.exports = s.NcPasswordField;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcPasswordField-BPAivxc_.mjs";
1
+ import { N as f } from "../chunks/NcPasswordField-BeIfZq-I.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs");
2
+ const e = require("../chunks/NcRelatedResourcesPanel-BmE02hfU.cjs");
3
3
  module.exports = e.NcRelatedResourcesPanel;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcRelatedResourcesPanel-LTNqJecS.mjs";
1
+ import { N as f } from "../chunks/NcRelatedResourcesPanel-C8HsjDiN.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const t = require("../chunks/index-CIsMzBte.cjs"), e = require("../chunks/NcRichContenteditable-hT5m_2tr.cjs");
3
+ const t = require("../chunks/index-CVsxVZon.cjs"), e = require("../chunks/NcRichContenteditable-DVCrsKyc.cjs");
4
4
  exports.NcMentionBubble = t.NcMentionBubble;
5
5
  exports.NcAutoCompleteResult = e.NcAutoCompleteResult;
6
6
  exports.default = e.NcRichContenteditable;
@@ -1,5 +1,5 @@
1
- import { N as t } from "../chunks/index-DYXjj9ET.mjs";
2
- import { N as l, a as r } from "../chunks/NcRichContenteditable-CHggLQuR.mjs";
1
+ import { N as t } from "../chunks/index-BAVa4G2v.mjs";
2
+ import { N as l, a as r } from "../chunks/NcRichContenteditable-COl1GELF.mjs";
3
3
  export {
4
4
  l as NcAutoCompleteResult,
5
5
  t as NcMentionBubble,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const i = require("../chunks/NcRichText-BWX8BLVh.cjs"), r = require("../chunks/index-Bh9FEWbr.cjs"), e = require("../chunks/referencePickerModal-DV7-XzCc.cjs");
3
+ const i = require("../chunks/NcRichText-Dow2nMvP.cjs"), r = require("../chunks/index-Bh9FEWbr.cjs"), e = require("../chunks/referencePickerModal-Ig4S8WI3.cjs");
4
4
  /**
5
5
  * @copyright Copyright (c) 2023 Raimund Schlüßler <raimund.schluessler@mailbox.org>
6
6
  *
@@ -1,7 +1,7 @@
1
- import { N as r } from "../chunks/NcRichText-BBXbh0Hh.mjs";
2
- import { a as t } from "../chunks/NcRichText-BBXbh0Hh.mjs";
1
+ import { N as r } from "../chunks/NcRichText-BEoKx41c.mjs";
2
+ import { a as t } from "../chunks/NcRichText-BEoKx41c.mjs";
3
3
  import { N as c, d as o, i as d, b as n, r as g, c as m, a as P } from "../chunks/index-CU14QsCg.mjs";
4
- import { e as N, f as k, N as R, h as l, a as u, g as h, b as p, c as v, d as x, s as W } from "../chunks/referencePickerModal-DUhJWt2e.mjs";
4
+ import { e as N, f as k, N as R, h as l, a as u, g as h, b as p, c as v, d as x, s as W } from "../chunks/referencePickerModal-CtIcJRWz.mjs";
5
5
  /**
6
6
  * @copyright Copyright (c) 2023 Raimund Schlüßler <raimund.schluessler@mailbox.org>
7
7
  *
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcSelect-DjTSAsNL.cjs");
2
+ const e = require("../chunks/NcSelect-CyESQ4uQ.cjs");
3
3
  module.exports = e.NcSelect;