@nextcloud/vue 8.9.1 → 8.11.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 (315) hide show
  1. package/CHANGELOG.md +46 -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 +6 -6
  18. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  19. package/dist/Components/NcAppNavigationList.mjs +8 -8
  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-aWiDWWeq.css} +36 -24
  95. package/dist/assets/{NcAppNavigation-D2eVie5R.css → NcAppNavigation-BgGJuJPv.css} +15 -9
  96. package/dist/assets/{NcAppNavigationList-BGig8-Dj.css → NcAppNavigationList-CUnaMQQD.css} +4 -8
  97. package/dist/assets/{NcAvatar-Dkf1ypwP.css → NcAvatar-j5b9vXAH.css} +27 -27
  98. package/dist/assets/{NcDateTimePicker-C3D1hmlB.css → NcDateTimePicker-D8gouVII.css} +10 -10
  99. package/dist/assets/NcListItem--ilRNXci.css +179 -0
  100. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  101. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  102. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  103. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DWB2ghBg.css} +19 -19
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-BCHzPRPI.cjs} +1 -1
  105. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-BCHzPRPI.cjs.map} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SRrPRTFN.mjs} +1 -1
  107. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SRrPRTFN.mjs.map} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-BS4fKDux.mjs} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-BS4fKDux.mjs.map} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-Dc9G34Er.cjs} +1 -1
  111. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-Dc9G34Er.cjs.map} +1 -1
  112. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-B_upGNjs.mjs} +4 -4
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-B_upGNjs.mjs.map} +1 -1
  114. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-C6WR9W8-.cjs} +1 -1
  115. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-C6WR9W8-.cjs.map} +1 -1
  116. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-ClU5w8U1.mjs} +144 -85
  117. package/dist/chunks/NcActions-ClU5w8U1.mjs.map +1 -0
  118. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-DL722iMU.cjs} +144 -85
  119. package/dist/chunks/NcActions-DL722iMU.cjs.map +1 -0
  120. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CZUuFw1x.mjs} +72 -38
  121. package/dist/chunks/NcAppContent-CZUuFw1x.mjs.map +1 -0
  122. package/dist/chunks/NcAppContent-CyPht0ua.cjs +256 -0
  123. package/dist/chunks/NcAppContent-CyPht0ua.cjs.map +1 -0
  124. package/dist/chunks/{NcAppNavigation-C1Qe3lsk.mjs → NcAppNavigation-8_Bef_ph.mjs} +25 -23
  125. package/dist/chunks/NcAppNavigation-8_Bef_ph.mjs.map +1 -0
  126. package/dist/chunks/{NcAppNavigation-C423R_m2.cjs → NcAppNavigation-BPCfq5ox.cjs} +25 -24
  127. package/dist/chunks/NcAppNavigation-BPCfq5ox.cjs.map +1 -0
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-DNugUyEL.cjs} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-DNugUyEL.cjs.map} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-DZl4aJXn.mjs} +1 -1
  131. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-DZl4aJXn.mjs.map} +1 -1
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-D7L6HxhH.mjs} +3 -3
  133. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-D7L6HxhH.mjs.map} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-znyy3LU1.cjs} +1 -1
  135. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-znyy3LU1.cjs.map} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-CRLPUH7B.mjs} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-CRLPUH7B.mjs.map} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DgPfNmx6.cjs} +1 -1
  139. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DgPfNmx6.cjs.map} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-DPb0p_eD.cjs} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-DPb0p_eD.cjs.map} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-EcktukV4.mjs} +1 -1
  143. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-EcktukV4.mjs.map} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-CSOgniTa.cjs} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-CSOgniTa.cjs.map} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-DwO9-oiH.mjs} +1 -1
  147. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-DwO9-oiH.mjs.map} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-EIsS0HU9.cjs} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-EIsS0HU9.cjs.map} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-fgbU_-h8.mjs} +1 -1
  151. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-fgbU_-h8.mjs.map} +1 -1
  152. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-BbEflEtM.mjs} +3 -3
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-BbEflEtM.mjs.map} +1 -1
  154. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-DNAgJFfm.cjs} +2 -2
  155. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-DNAgJFfm.cjs.map} +1 -1
  156. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-CDeuGCns.cjs} +45 -35
  157. package/dist/chunks/NcAvatar-CDeuGCns.cjs.map +1 -0
  158. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-k_VeT7Vp.mjs} +65 -54
  159. package/dist/chunks/NcAvatar-k_VeT7Vp.mjs.map +1 -0
  160. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-6--UKRl5.cjs} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-6--UKRl5.cjs.map} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-Yg1njNwp.mjs} +1 -1
  163. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-Yg1njNwp.mjs.map} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-CgSLqCmo.cjs} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-CgSLqCmo.cjs.map} +1 -1
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DXD2Kiak.mjs} +2 -2
  167. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DXD2Kiak.mjs.map} +1 -1
  168. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-BRPYihez.mjs} +2 -2
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-BRPYihez.mjs.map} +1 -1
  170. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BS2C-YSz.cjs} +2 -2
  171. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BS2C-YSz.cjs.map} +1 -1
  172. 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-B5QWlofX.cjs} +1 -1
  173. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs.map +1 -0
  174. 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-CURkxtfw.mjs} +1 -1
  175. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs.map +1 -0
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-D0rQKQAy.cjs} +1 -1
  177. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-D0rQKQAy.cjs.map} +1 -1
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-DNGismgl.mjs} +2 -2
  179. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-DNGismgl.mjs.map} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-BXfreK7p.cjs} +1 -1
  181. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-BXfreK7p.cjs.map} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-DCmLP8Ly.mjs} +1 -1
  183. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-DCmLP8Ly.mjs.map} +1 -1
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-6UWLF9LM.mjs} +3 -3
  185. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-6UWLF9LM.mjs.map} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CPXbrHii.cjs} +1 -1
  187. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CPXbrHii.cjs.map} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-Buh2BPAN.cjs} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-Buh2BPAN.cjs.map} +1 -1
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-bFGf6_R7.mjs} +2 -2
  191. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-bFGf6_R7.mjs.map} +1 -1
  192. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-DG_XAvbT.cjs} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-DG_XAvbT.cjs.map} +1 -1
  194. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-GW15p7yp.mjs} +1 -1
  195. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-GW15p7yp.mjs.map} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-B34sLJKs.mjs} +4 -4
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-B34sLJKs.mjs.map} +1 -1
  198. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-BDcdqsgr.cjs} +1 -1
  199. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-BDcdqsgr.cjs.map} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-CVgJcgbg.cjs} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-CVgJcgbg.cjs.map} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-GFlH1B9I.mjs} +1 -1
  203. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-GFlH1B9I.mjs.map} +1 -1
  204. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-BDrxkM0q.cjs} +30 -23
  205. package/dist/chunks/NcListItem-BDrxkM0q.cjs.map +1 -0
  206. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-rlwo19vU.mjs} +29 -22
  207. package/dist/chunks/NcListItem-rlwo19vU.mjs.map +1 -0
  208. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-Bwl8bKaY.mjs} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-Bwl8bKaY.mjs.map} +1 -1
  210. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D_cwlGhm.cjs} +1 -1
  211. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D_cwlGhm.cjs.map} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-D91QgkSR.mjs} +1 -1
  213. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-D91QgkSR.mjs.map} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-EDrr_9PG.cjs} +1 -1
  215. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-EDrr_9PG.cjs.map} +1 -1
  216. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-DDL8rJnB.cjs} +4 -4
  217. package/dist/chunks/NcRelatedResourcesPanel-DDL8rJnB.cjs.map +1 -0
  218. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-DaLcC_9H.mjs} +8 -8
  219. package/dist/chunks/NcRelatedResourcesPanel-DaLcC_9H.mjs.map +1 -0
  220. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-CaeNwWTC.mjs} +35 -26
  221. package/dist/chunks/NcRichContenteditable-CaeNwWTC.mjs.map +1 -0
  222. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DjUF2Kzl.cjs} +41 -32
  223. package/dist/chunks/NcRichContenteditable-DjUF2Kzl.cjs.map +1 -0
  224. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-DVnS4C_H.mjs} +45 -29
  225. package/dist/chunks/NcRichText-DVnS4C_H.mjs.map +1 -0
  226. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-D_p79y2S.cjs} +35 -19
  227. package/dist/chunks/NcRichText-D_p79y2S.cjs.map +1 -0
  228. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-BVCCppX6.cjs} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-BVCCppX6.cjs.map} +1 -1
  230. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-BjojUUy7.mjs} +2 -2
  231. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-BjojUUy7.mjs.map} +1 -1
  232. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-CIa3RL2u.mjs} +2 -2
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-CIa3RL2u.mjs.map} +1 -1
  234. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-b_FdAE_d.cjs} +1 -1
  235. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-b_FdAE_d.cjs.map} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-BESxHP0m.mjs} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-BESxHP0m.mjs.map} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-D_wATSbL.cjs} +1 -1
  239. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-D_wATSbL.cjs.map} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-BzN6JXnV.mjs} +1 -1
  241. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-BzN6JXnV.mjs.map} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-TG0j5-kd.cjs} +1 -1
  243. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-TG0j5-kd.cjs.map} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BRov--RO.mjs} +2 -2
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BRov--RO.mjs.map} +1 -1
  246. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-JJ4LZALf.cjs} +1 -1
  247. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-JJ4LZALf.cjs.map} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BPGi70PD.mjs} +1 -1
  249. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BPGi70PD.mjs.map} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-DgzR5_48.cjs} +1 -1
  251. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-DgzR5_48.cjs.map} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-8ZYdOp_g.cjs} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-8ZYdOp_g.cjs.map} +1 -1
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-jCKohlic.mjs} +2 -2
  255. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-jCKohlic.mjs.map} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-Bfph5VfL.cjs} +1 -1
  257. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-Bfph5VfL.cjs.map} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-DwKN1aRa.mjs} +1 -1
  259. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-DwKN1aRa.mjs.map} +1 -1
  260. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-Blep5GZX.mjs} +9 -9
  261. package/dist/chunks/NcUserStatusIcon-Blep5GZX.mjs.map +1 -0
  262. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-Bu_nFfO_.cjs} +4 -4
  263. package/dist/chunks/NcUserStatusIcon-Bu_nFfO_.cjs.map +1 -0
  264. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs → ScopeComponent-BiLZtJeb.cjs} +1 -1
  265. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs.map → ScopeComponent-BiLZtJeb.cjs.map} +1 -1
  266. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs → ScopeComponent-CGJeYf1D.mjs} +1 -1
  267. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs.map → ScopeComponent-CGJeYf1D.mjs.map} +1 -1
  268. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-BG5lXDmm.cjs} +3 -3
  269. package/dist/chunks/_l10n-BG5lXDmm.cjs.map +1 -0
  270. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-Cj65IvRp.mjs} +3 -3
  271. package/dist/chunks/_l10n-Cj65IvRp.mjs.map +1 -0
  272. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  273. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  274. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  275. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  276. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-ChgMFkNu.mjs} +443 -437
  277. package/dist/chunks/referencePickerModal-ChgMFkNu.mjs.map +1 -0
  278. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-DRZH-El6.cjs} +343 -337
  279. package/dist/chunks/referencePickerModal-DRZH-El6.cjs.map +1 -0
  280. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-BG9PjZRM.cjs} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-BG9PjZRM.cjs.map} +1 -1
  282. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-DrnKFnLP.mjs} +1 -1
  283. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-DrnKFnLP.mjs.map} +1 -1
  284. package/dist/index.cjs +8 -9
  285. package/dist/index.cjs.map +1 -1
  286. package/dist/index.mjs +45 -45
  287. package/package.json +1 -1
  288. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  289. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  290. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  291. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  292. package/dist/chunks/NcAppContent-kqYjKpzU.cjs +0 -222
  293. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  294. package/dist/chunks/NcAppNavigation-C1Qe3lsk.mjs.map +0 -1
  295. package/dist/chunks/NcAppNavigation-C423R_m2.cjs.map +0 -1
  296. package/dist/chunks/NcAvatar-BEet_8fB.cjs.map +0 -1
  297. package/dist/chunks/NcAvatar-e0M-nnF6.mjs.map +0 -1
  298. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  299. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  300. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  301. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  302. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  303. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  304. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  305. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  306. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  307. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  308. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  309. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  310. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  311. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  312. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  313. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  314. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  315. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,52 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v8.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.10.0) (2024-03-15)
6
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.10.0...v8.11.0)
7
+
8
+ ### 🚀 Enhancements
9
+ * feat(NcListItem): add title slot by @emoral435 in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5388
10
+ * feat(NcAppContent): add horizontal split layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5401
11
+ ### 🐛 Fixed bugs
12
+ * fix(NcListItem): bring back old styling for two-line list items by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5400
13
+ * fix(NcListItem): align indicators at the element bottom by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5408
14
+ * fix(NcReferenceWidget): set timeout to destroy idle widgets outside of viewports by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5411
15
+ * fix(NcAvatar): rendering user status emoji in the menu by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5409
16
+ * fix(NcAvatar): handle regex error on initials match by @kyteinsky in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5407
17
+ ### Other Changes
18
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5404
19
+
20
+ ## New Contributors
21
+ * @kyteinsky made their first contribution in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5407
22
+
23
+ ## [v8.10.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.10.0) (2024-03-11)
24
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.1...v8.10.0)
25
+
26
+ ### 🚀 Enhancements
27
+ * feat(NcAppContent): add no-split layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209
28
+ * feat(NcListItem): add one-line layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209
29
+ * feat(NcActions): Allow to manually specify the semantic menu type by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5336
30
+
31
+ ### 🐛 Fixed bugs
32
+ * fix(NcAppNavigation): stretch the main content when there is no list slot by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5360
33
+ * fix(NcRichContenteditable): capture and stop `Esc` keydown event when closing tribute by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5353
34
+ * fix(NcRelatedResourcesPanel): Adjust styling of team resource images by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5364
35
+ * fix(NcRichContentEditable): require leading space to open tributes by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5378
36
+ * fix(richEditor): reference server-scoped regular expression to match complex user mentions by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359
37
+ * fix(richText): when parse HTML content collapse consecutive spaces by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359
38
+ * fix(NcListItem): open _blank link by Enter and allow prevent by @pulsejet in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5342
39
+ * fix(NcRichText): Allow to pass interactive widget toggle by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5365
40
+ * fix(NcActions): correct dialog a11y attrs place by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5381
41
+ * fix(NcUserStatusicon): set status icons size explicitly by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5390
42
+ * fix(NcListItem): change padding for one-line layout by @GretaD in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5391
43
+ * fix(NcReferenceWidget): Only use composables in `setup` context by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5394
44
+
45
+ ### Other Changes
46
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5358
47
+ * chore: Remove GitHub Package Registry from publish workflow by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5357
48
+ * chore(README): remove build:module and watch:module by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5346
49
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5387
50
+
5
51
  ## [v8.9.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.9.1) (2024-03-06)
6
52
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.0...v8.9.1)
7
53
 
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-Dc9G34Er.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-BS4fKDux.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-C6WR9W8-.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-B_upGNjs.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-DL722iMU.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-ClU5w8U1.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-CyPht0ua.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-CZUuFw1x.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-C423R_m2.cjs");
2
+ const i = require("../chunks/NcAppNavigation-BPCfq5ox.cjs");
3
3
  module.exports = i.NcAppNavigation;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigation-C1Qe3lsk.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigation-8_Bef_ph.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-DNugUyEL.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-DZl4aJXn.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-znyy3LU1.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-D7L6HxhH.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,18 +1,18 @@
1
- require('../assets/NcAppNavigationList-BGig8-Dj.css');
1
+ require('../assets/NcAppNavigationList-CUnaMQQD.css');
2
2
  "use strict";
3
- const e = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), s = {
3
+ const a = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), e = {
4
4
  name: "NcAppNavigationList"
5
5
  };
6
- var a = function() {
6
+ var s = function() {
7
7
  var n = this, t = n._self._c;
8
8
  return t("ul", { staticClass: "app-navigation-list" }, [n._t("default")], 2);
9
- }, i = [], r = /* @__PURE__ */ e.normalizeComponent(
9
+ }, i = [], r = /* @__PURE__ */ a.normalizeComponent(
10
+ e,
10
11
  s,
11
- a,
12
12
  i,
13
13
  !1,
14
14
  null,
15
- "d44f8d4b",
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: unset;\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\t&:nth-last-of-type(2) {\n\t\t// Fill remaining space before NcAppNavigation footer\n\t\theight: 100%;\n\t\toverflow: auto;\n\t}\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,22 +1,22 @@
1
- import '../assets/NcAppNavigationList-BGig8-Dj.css';
2
- import { n as a } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
1
+ import '../assets/NcAppNavigationList-CUnaMQQD.css';
2
+ import { n as t } from "../chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs";
3
3
  const s = {
4
4
  name: "NcAppNavigationList"
5
5
  };
6
6
  var e = function() {
7
- var n = this, t = n._self._c;
8
- return t("ul", { staticClass: "app-navigation-list" }, [n._t("default")], 2);
9
- }, i = [], r = /* @__PURE__ */ a(
7
+ var a = this, n = a._self._c;
8
+ return n("ul", { staticClass: "app-navigation-list" }, [a._t("default")], 2);
9
+ }, i = [], r = /* @__PURE__ */ t(
10
10
  s,
11
11
  e,
12
12
  i,
13
13
  !1,
14
14
  null,
15
- "d44f8d4b",
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: unset;\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\t&:nth-last-of-type(2) {\n\t\t// Fill remaining space before NcAppNavigation footer\n\t\theight: 100%;\n\t\toverflow: auto;\n\t}\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-DgPfNmx6.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-CRLPUH7B.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-DPb0p_eD.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-EcktukV4.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-CSOgniTa.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-DwO9-oiH.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-EIsS0HU9.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-fgbU_-h8.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-DNAgJFfm.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-BbEflEtM.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-CDeuGCns.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-k_VeT7Vp.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-6--UKRl5.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-Yg1njNwp.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-CgSLqCmo.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-DXD2Kiak.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-BS2C-YSz.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-BRPYihez.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-D0rQKQAy.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-DNGismgl.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-BXfreK7p.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-DCmLP8Ly.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-CPXbrHii.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-6UWLF9LM.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-Buh2BPAN.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-bFGf6_R7.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-DG_XAvbT.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-GW15p7yp.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
- require('../assets/NcDateTimePicker-C3D1hmlB.css');
1
+ require('../assets/NcDateTimePicker-D8gouVII.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-DXQGLon_.cjs"), _ = (n) => n && n.__esModule ? n : { default: n }, g = /* @__PURE__ */ _(f);
3
+ const r = require("../chunks/_l10n-BG5lXDmm.cjs"), p = require("../chunks/GenRandomId-B2O1GMbH.cjs"), d = require("../chunks/NcTimezonePicker-8ZYdOp_g.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-BiLZtJeb.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-C3D1hmlB.css';
2
- import { r as c, F as u, a as l } from "../chunks/_l10n-D8Scz3mH.mjs";
1
+ import '../assets/NcDateTimePicker-D8gouVII.css';
2
+ import { r as c, F as u, a as l } from "../chunks/_l10n-Cj65IvRp.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-jCKohlic.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-DFDrMcn0.mjs";
9
+ import { S as k } from "../chunks/ScopeComponent-CGJeYf1D.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-DXQGLon_.cjs"), f = ["date", "datetime-local", "month", "time", "week"], y = {
3
+ const c = require("../chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs"), h = require("../chunks/ScopeComponent-BiLZtJeb.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-DFDrMcn0.mjs";
3
+ import { S as h } from "../chunks/ScopeComponent-CGJeYf1D.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-BDcdqsgr.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-B34sLJKs.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-BDrxkM0q.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-rlwo19vU.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-D_cwlGhm.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-Bwl8bKaY.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-DXQGLon_.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-BiLZtJeb.cjs"), r = require("../chunks/focusTrap-xauhLvvr.cjs"), i = require("../chunks/_l10n-BG5lXDmm.cjs"), d = require("../chunks/GenRandomId-B2O1GMbH.cjs"), h = require("../chunks/NcActions-DL722iMU.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-DFDrMcn0.mjs";
2
+ import { S as c } from "../chunks/ScopeComponent-CGJeYf1D.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-Cj65IvRp.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-ClU5w8U1.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-EDrr_9PG.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-D91QgkSR.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-DDL8rJnB.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-DaLcC_9H.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-DjUF2Kzl.cjs");
4
4
  exports.NcMentionBubble = t.NcMentionBubble;
5
5
  exports.NcAutoCompleteResult = e.NcAutoCompleteResult;
6
6
  exports.default = e.NcRichContenteditable;