@nextcloud/vue 8.7.0 → 8.8.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 (356) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  3. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  4. package/dist/Components/NcActionInput.cjs +1 -1
  5. package/dist/Components/NcActionInput.mjs +1 -1
  6. package/dist/Components/NcActions.cjs +1 -1
  7. package/dist/Components/NcActions.mjs +1 -1
  8. package/dist/Components/NcAppContent.cjs +1 -1
  9. package/dist/Components/NcAppContent.mjs +1 -1
  10. package/dist/Components/NcAppNavigation.cjs +1 -1
  11. package/dist/Components/NcAppNavigation.mjs +1 -1
  12. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  13. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  14. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  15. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  16. package/dist/Components/NcAppNavigationList.cjs +20 -0
  17. package/dist/Components/NcAppNavigationList.cjs.map +1 -0
  18. package/dist/Components/NcAppNavigationList.mjs +22 -0
  19. package/dist/Components/NcAppNavigationList.mjs.map +1 -0
  20. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  21. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  22. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  24. package/dist/Components/NcAppNavigationSpacer.cjs +2 -2
  25. package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
  26. package/dist/Components/NcAppNavigationSpacer.mjs +5 -5
  27. package/dist/Components/NcAppNavigationSpacer.mjs.map +1 -1
  28. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  29. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  30. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  31. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  32. package/dist/Components/NcAppSidebar.cjs +1 -1
  33. package/dist/Components/NcAppSidebar.mjs +1 -1
  34. package/dist/Components/NcAvatar.cjs +1 -1
  35. package/dist/Components/NcAvatar.mjs +1 -1
  36. package/dist/Components/NcBreadcrumb.cjs +1 -1
  37. package/dist/Components/NcBreadcrumb.mjs +1 -1
  38. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  39. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  40. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  41. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  42. package/dist/Components/NcColorPicker.cjs +1 -1
  43. package/dist/Components/NcColorPicker.mjs +1 -1
  44. package/dist/Components/NcContent.cjs +1 -1
  45. package/dist/Components/NcContent.mjs +1 -1
  46. package/dist/Components/NcDashboardWidget.cjs +1 -1
  47. package/dist/Components/NcDashboardWidget.mjs +1 -1
  48. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  49. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  50. package/dist/Components/NcDateTime.cjs +1 -1
  51. package/dist/Components/NcDateTime.mjs +1 -1
  52. package/dist/Components/NcDateTimePicker.cjs +2 -2
  53. package/dist/Components/NcDateTimePicker.mjs +5 -5
  54. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  55. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  56. package/dist/Components/NcDialog.cjs +1 -1
  57. package/dist/Components/NcDialog.mjs +1 -1
  58. package/dist/Components/NcDialogButton.cjs +1 -1
  59. package/dist/Components/NcDialogButton.mjs +1 -1
  60. package/dist/Components/NcEmojiPicker.cjs +1 -1
  61. package/dist/Components/NcEmojiPicker.mjs +1 -1
  62. package/dist/Components/NcIconSvgWrapper.cjs +1 -1
  63. package/dist/Components/NcIconSvgWrapper.mjs +1 -1
  64. package/dist/Components/NcListItem.cjs +1 -1
  65. package/dist/Components/NcListItem.mjs +1 -1
  66. package/dist/Components/NcListItemIcon.cjs +1 -1
  67. package/dist/Components/NcListItemIcon.mjs +1 -1
  68. package/dist/Components/NcModal.cjs +1 -1
  69. package/dist/Components/NcModal.mjs +3 -3
  70. package/dist/Components/NcPasswordField.cjs +1 -1
  71. package/dist/Components/NcPasswordField.mjs +1 -1
  72. package/dist/Components/NcPopover.cjs +1 -1
  73. package/dist/Components/NcPopover.mjs +1 -1
  74. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  75. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  76. package/dist/Components/NcRichContenteditable.cjs +1 -1
  77. package/dist/Components/NcRichContenteditable.mjs +2 -2
  78. package/dist/Components/NcRichText.cjs +1 -1
  79. package/dist/Components/NcRichText.mjs +3 -3
  80. package/dist/Components/NcSelect.cjs +1 -1
  81. package/dist/Components/NcSelect.mjs +1 -1
  82. package/dist/Components/NcSelectTags.cjs +1 -1
  83. package/dist/Components/NcSelectTags.mjs +1 -1
  84. package/dist/Components/NcSettingsInputText.cjs +1 -1
  85. package/dist/Components/NcSettingsInputText.mjs +1 -1
  86. package/dist/Components/NcSettingsSection.cjs +1 -1
  87. package/dist/Components/NcSettingsSection.mjs +1 -1
  88. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  89. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  90. package/dist/Components/NcTextField.cjs +1 -1
  91. package/dist/Components/NcTextField.mjs +1 -1
  92. package/dist/Components/NcTimezonePicker.cjs +1 -1
  93. package/dist/Components/NcTimezonePicker.mjs +1 -1
  94. package/dist/Components/NcUserBubble.cjs +1 -1
  95. package/dist/Components/NcUserBubble.mjs +1 -1
  96. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  97. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  98. package/dist/Functions/reference.cjs +1 -1
  99. package/dist/Functions/reference.mjs +1 -1
  100. package/dist/Functions/usernameToColor.cjs +1 -1
  101. package/dist/Functions/usernameToColor.mjs +1 -1
  102. package/dist/Mixins/richEditor.cjs +1 -1
  103. package/dist/Mixins/richEditor.mjs +1 -1
  104. package/dist/assets/{NcActions-4Gq5bZLW.css → NcActions-mt8BQ_bn.css} +12 -12
  105. package/dist/assets/{NcAppNavigation-vjqOL-kR.css → NcAppNavigation-9nlYnuUQ.css} +8 -8
  106. package/dist/assets/{NcAppNavigationCaption-l5yRGXZx.css → NcAppNavigationCaption-I1dcvB0N.css} +11 -5
  107. package/dist/assets/NcAppNavigationList-RooPPg4w.css +44 -0
  108. package/dist/assets/NcAppNavigationSpacer-uaft91Uz.css +4 -0
  109. package/dist/assets/{NcAppSidebar-YHd7DpMW.css → NcAppSidebar-RkF-tqKy.css} +49 -46
  110. package/dist/assets/{NcColorPicker-PzIRM1j1.css → NcColorPicker-jW6HOxWA.css} +24 -24
  111. package/dist/assets/{NcDashboardWidgetItem-S7fELANA.css → NcDashboardWidgetItem-OL--xR_P.css} +15 -13
  112. package/dist/assets/{NcDateTimePicker-w8SEtYvQ.css → NcDateTimePicker-l-C3PwHK.css} +10 -10
  113. package/dist/assets/{NcEmojiPicker-wTIbvcrG.css → NcEmojiPicker-hTlSVIq0.css} +5 -5
  114. package/dist/assets/{NcIconSvgWrapper-arqrq5Bj.css → NcIconSvgWrapper-KLotijwU.css} +13 -7
  115. package/dist/assets/{NcRelatedResourcesPanel-m3uf_nvH.css → NcRelatedResourcesPanel-oq5eMIoh.css} +7 -7
  116. package/dist/assets/{NcRichContenteditable-N1TxeACO.css → NcRichContenteditable-rW6l0h3m.css} +33 -31
  117. package/dist/chunks/{GenColors-zPMSiY0e.cjs → GenColors-LzmNxRE8.cjs} +1 -1
  118. package/dist/chunks/{GenColors-zPMSiY0e.cjs.map → GenColors-LzmNxRE8.cjs.map} +1 -1
  119. package/dist/chunks/{GenColors-wNwbCHuq.mjs → GenColors-MjG_SfWn.mjs} +1 -1
  120. package/dist/chunks/{GenColors-wNwbCHuq.mjs.map → GenColors-MjG_SfWn.mjs.map} +1 -1
  121. package/dist/chunks/{NcActionButtonGroup-HIUn669C.cjs → NcActionButtonGroup-6TAtQFtq.cjs} +1 -1
  122. package/dist/chunks/{NcActionButtonGroup-HIUn669C.cjs.map → NcActionButtonGroup-6TAtQFtq.cjs.map} +1 -1
  123. package/dist/chunks/{NcActionButtonGroup-A5Ixaw5n.mjs → NcActionButtonGroup-w6A9Fw2n.mjs} +1 -1
  124. package/dist/chunks/{NcActionButtonGroup-A5Ixaw5n.mjs.map → NcActionButtonGroup-w6A9Fw2n.mjs.map} +1 -1
  125. package/dist/chunks/{NcActionInput-f1Oq2O71.cjs → NcActionInput-Fl2UyuVW.cjs} +1 -1
  126. package/dist/chunks/{NcActionInput-f1Oq2O71.cjs.map → NcActionInput-Fl2UyuVW.cjs.map} +1 -1
  127. package/dist/chunks/{NcActionInput-XHMzOL_h.mjs → NcActionInput-yvhGpEsS.mjs} +4 -4
  128. package/dist/chunks/{NcActionInput-XHMzOL_h.mjs.map → NcActionInput-yvhGpEsS.mjs.map} +1 -1
  129. package/dist/chunks/{NcActions-JXnhQhum.cjs → NcActions-iACO4laf.cjs} +143 -70
  130. package/dist/chunks/NcActions-iACO4laf.cjs.map +1 -0
  131. package/dist/chunks/{NcActions-5_igU-CH.mjs → NcActions-rHzi4RcQ.mjs} +153 -80
  132. package/dist/chunks/NcActions-rHzi4RcQ.mjs.map +1 -0
  133. package/dist/chunks/{NcAppContent-Kq5fJ7_W.cjs → NcAppContent--JRFOyLe.cjs} +1 -1
  134. package/dist/chunks/{NcAppContent-Kq5fJ7_W.cjs.map → NcAppContent--JRFOyLe.cjs.map} +1 -1
  135. package/dist/chunks/{NcAppContent-WBzZJh-y.mjs → NcAppContent-c0KjHkMb.mjs} +1 -1
  136. package/dist/chunks/{NcAppContent-WBzZJh-y.mjs.map → NcAppContent-c0KjHkMb.mjs.map} +1 -1
  137. package/dist/chunks/{NcAppNavigation-n6P3oVZv.mjs → NcAppNavigation-7U8buuT7.mjs} +8 -8
  138. package/dist/chunks/NcAppNavigation-7U8buuT7.mjs.map +1 -0
  139. package/dist/chunks/{NcAppNavigation-U6yaDk7k.cjs → NcAppNavigation-AcPesLHq.cjs} +4 -4
  140. package/dist/chunks/NcAppNavigation-AcPesLHq.cjs.map +1 -0
  141. package/dist/chunks/NcAppNavigationCaption-Iuzt-yzb.cjs +58 -0
  142. package/dist/chunks/NcAppNavigationCaption-Iuzt-yzb.cjs.map +1 -0
  143. package/dist/chunks/NcAppNavigationCaption-UJ7iY1q5.mjs +61 -0
  144. package/dist/chunks/NcAppNavigationCaption-UJ7iY1q5.mjs.map +1 -0
  145. package/dist/chunks/{NcAppNavigationItem-A1yAdDNN.mjs → NcAppNavigationItem-9n2uXjvj.mjs} +3 -3
  146. package/dist/chunks/{NcAppNavigationItem-A1yAdDNN.mjs.map → NcAppNavigationItem-9n2uXjvj.mjs.map} +1 -1
  147. package/dist/chunks/{NcAppNavigationItem-Wb8gX-Ln.cjs → NcAppNavigationItem-pvFIrGQv.cjs} +1 -1
  148. package/dist/chunks/{NcAppNavigationItem-Wb8gX-Ln.cjs.map → NcAppNavigationItem-pvFIrGQv.cjs.map} +1 -1
  149. package/dist/chunks/{NcAppNavigationNewItem-TyGHutbG.cjs → NcAppNavigationNewItem-CXGDvuMl.cjs} +1 -1
  150. package/dist/chunks/{NcAppNavigationNewItem-TyGHutbG.cjs.map → NcAppNavigationNewItem-CXGDvuMl.cjs.map} +1 -1
  151. package/dist/chunks/{NcAppNavigationNewItem-t1ST1cif.mjs → NcAppNavigationNewItem-jr12p6VL.mjs} +1 -1
  152. package/dist/chunks/{NcAppNavigationNewItem-t1ST1cif.mjs.map → NcAppNavigationNewItem-jr12p6VL.mjs.map} +1 -1
  153. package/dist/chunks/{NcAppNavigationSettings-gwL_FqLN.mjs → NcAppNavigationSettings-NRqRmMXw.mjs} +1 -1
  154. package/dist/chunks/{NcAppNavigationSettings-gwL_FqLN.mjs.map → NcAppNavigationSettings-NRqRmMXw.mjs.map} +1 -1
  155. package/dist/chunks/{NcAppNavigationSettings-VLa79G7w.cjs → NcAppNavigationSettings-Nd8RJnYL.cjs} +1 -1
  156. package/dist/chunks/{NcAppNavigationSettings-VLa79G7w.cjs.map → NcAppNavigationSettings-Nd8RJnYL.cjs.map} +1 -1
  157. package/dist/chunks/{NcAppNavigationToggle-Wz0s35Rd.cjs → NcAppNavigationToggle-KZ_xHLv9.cjs} +1 -1
  158. package/dist/chunks/{NcAppNavigationToggle-Wz0s35Rd.cjs.map → NcAppNavigationToggle-KZ_xHLv9.cjs.map} +1 -1
  159. package/dist/chunks/{NcAppNavigationToggle-KT8eqw6r.mjs → NcAppNavigationToggle-kL5XkG2J.mjs} +1 -1
  160. package/dist/chunks/{NcAppNavigationToggle-KT8eqw6r.mjs.map → NcAppNavigationToggle-kL5XkG2J.mjs.map} +1 -1
  161. package/dist/chunks/{NcAppSettingsDialog-h22q7l_7.cjs → NcAppSettingsDialog-8l-aNNFq.cjs} +1 -1
  162. package/dist/chunks/{NcAppSettingsDialog-h22q7l_7.cjs.map → NcAppSettingsDialog-8l-aNNFq.cjs.map} +1 -1
  163. package/dist/chunks/{NcAppSettingsDialog-5t3vGpRF.mjs → NcAppSettingsDialog-S9pm_eoJ.mjs} +2 -2
  164. package/dist/chunks/{NcAppSettingsDialog-5t3vGpRF.mjs.map → NcAppSettingsDialog-S9pm_eoJ.mjs.map} +1 -1
  165. package/dist/chunks/{NcAppSidebar-tnHBPGbL.mjs → NcAppSidebar-kN5SMxgh.mjs} +8 -6
  166. package/dist/chunks/NcAppSidebar-kN5SMxgh.mjs.map +1 -0
  167. package/dist/chunks/{NcAppSidebar-rRNJnN-k.cjs → NcAppSidebar-l6rV-lnp.cjs} +7 -5
  168. package/dist/chunks/NcAppSidebar-l6rV-lnp.cjs.map +1 -0
  169. package/dist/chunks/{NcAvatar-zTS9P1lK.cjs → NcAvatar-CVj9XTPL.cjs} +2 -2
  170. package/dist/chunks/{NcAvatar-zTS9P1lK.cjs.map → NcAvatar-CVj9XTPL.cjs.map} +1 -1
  171. package/dist/chunks/{NcAvatar-xT3kz6mU.mjs → NcAvatar-MI8_N7U1.mjs} +4 -4
  172. package/dist/chunks/{NcAvatar-xT3kz6mU.mjs.map → NcAvatar-MI8_N7U1.mjs.map} +1 -1
  173. package/dist/chunks/{NcBreadcrumb-DEWk7wO9.cjs → NcBreadcrumb-EhfhBqAL.cjs} +1 -1
  174. package/dist/chunks/{NcBreadcrumb-DEWk7wO9.cjs.map → NcBreadcrumb-EhfhBqAL.cjs.map} +1 -1
  175. package/dist/chunks/{NcBreadcrumb-w1UX2NR-.mjs → NcBreadcrumb-LpXeIBcG.mjs} +1 -1
  176. package/dist/chunks/{NcBreadcrumb-w1UX2NR-.mjs.map → NcBreadcrumb-LpXeIBcG.mjs.map} +1 -1
  177. package/dist/chunks/{NcBreadcrumbs-tRR9CjKD.mjs → NcBreadcrumbs--4xgDVR7.mjs} +2 -2
  178. package/dist/chunks/{NcBreadcrumbs-tRR9CjKD.mjs.map → NcBreadcrumbs--4xgDVR7.mjs.map} +1 -1
  179. package/dist/chunks/{NcBreadcrumbs-VuaG3ex5.cjs → NcBreadcrumbs-zYhyJxEY.cjs} +1 -1
  180. package/dist/chunks/{NcBreadcrumbs-VuaG3ex5.cjs.map → NcBreadcrumbs-zYhyJxEY.cjs.map} +1 -1
  181. package/dist/chunks/{NcCheckboxRadioSwitch-7pZp_rWo.cjs → NcCheckboxRadioSwitch-Ox3J2r7t.cjs} +2 -2
  182. package/dist/chunks/{NcCheckboxRadioSwitch-7pZp_rWo.cjs.map → NcCheckboxRadioSwitch-Ox3J2r7t.cjs.map} +1 -1
  183. package/dist/chunks/{NcCheckboxRadioSwitch-PlgK1zWr.mjs → NcCheckboxRadioSwitch-ymUA5BIs.mjs} +2 -2
  184. package/dist/chunks/{NcCheckboxRadioSwitch-PlgK1zWr.mjs.map → NcCheckboxRadioSwitch-ymUA5BIs.mjs.map} +1 -1
  185. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-rJ3UZLGm.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0EjSdGnM.mjs} +1 -1
  186. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0EjSdGnM.mjs.map +1 -0
  187. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-kOW4T17e.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0FNcC7Nt.cjs} +1 -1
  188. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0FNcC7Nt.cjs.map +1 -0
  189. package/dist/chunks/{NcColorPicker-rPobPO3M.mjs → NcColorPicker-1m1Xv5fE.mjs} +6 -6
  190. package/dist/chunks/NcColorPicker-1m1Xv5fE.mjs.map +1 -0
  191. package/dist/chunks/{NcColorPicker-yr9Pfeem.cjs → NcColorPicker-7PNp6DUg.cjs} +4 -4
  192. package/dist/chunks/NcColorPicker-7PNp6DUg.cjs.map +1 -0
  193. package/dist/chunks/{NcContent-BdekB7Zr.cjs → NcContent-L5DDeJmE.cjs} +1 -1
  194. package/dist/chunks/{NcContent-BdekB7Zr.cjs.map → NcContent-L5DDeJmE.cjs.map} +1 -1
  195. package/dist/chunks/{NcContent-EGBAB5sy.mjs → NcContent-YJfqE5Kv.mjs} +2 -2
  196. package/dist/chunks/{NcContent-EGBAB5sy.mjs.map → NcContent-YJfqE5Kv.mjs.map} +1 -1
  197. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs → NcDashboardWidget-KPADyPUh.cjs} +1 -1
  198. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs.map → NcDashboardWidget-KPADyPUh.cjs.map} +1 -1
  199. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs → NcDashboardWidget-oUPY199x.mjs} +3 -3
  200. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs.map → NcDashboardWidget-oUPY199x.mjs.map} +1 -1
  201. package/dist/chunks/{NcDashboardWidgetItem-mIPkPR7r.cjs → NcDashboardWidgetItem-KpDnCM7Y.cjs} +4 -4
  202. package/dist/chunks/NcDashboardWidgetItem-KpDnCM7Y.cjs.map +1 -0
  203. package/dist/chunks/{NcDashboardWidgetItem-wuUHTeLl.mjs → NcDashboardWidgetItem-iZA9aHuL.mjs} +7 -7
  204. package/dist/chunks/NcDashboardWidgetItem-iZA9aHuL.mjs.map +1 -0
  205. package/dist/chunks/{NcDateTime-UCw1o96E.mjs → NcDateTime-EqdvmXRa.mjs} +1 -1
  206. package/dist/chunks/{NcDateTime-UCw1o96E.mjs.map → NcDateTime-EqdvmXRa.mjs.map} +1 -1
  207. package/dist/chunks/{NcDateTime-hyWStpUj.cjs → NcDateTime-ez2Mc6Ut.cjs} +1 -1
  208. package/dist/chunks/{NcDateTime-hyWStpUj.cjs.map → NcDateTime-ez2Mc6Ut.cjs.map} +1 -1
  209. package/dist/chunks/{NcDialog-652A8lMI.mjs → NcDialog-_HZnlBi4.mjs} +1 -1
  210. package/dist/chunks/{NcDialog-652A8lMI.mjs.map → NcDialog-_HZnlBi4.mjs.map} +1 -1
  211. package/dist/chunks/{NcDialog-dPYf81Dr.cjs → NcDialog-f6KwlaqC.cjs} +1 -1
  212. package/dist/chunks/{NcDialog-dPYf81Dr.cjs.map → NcDialog-f6KwlaqC.cjs.map} +1 -1
  213. package/dist/chunks/{NcDialogButton-V3nj_xwS.cjs → NcDialogButton-CtdP0-DO.cjs} +1 -1
  214. package/dist/chunks/{NcDialogButton-V3nj_xwS.cjs.map → NcDialogButton-CtdP0-DO.cjs.map} +1 -1
  215. package/dist/chunks/{NcDialogButton-QuoJDLGH.mjs → NcDialogButton-xDZQrfsw.mjs} +1 -1
  216. package/dist/chunks/{NcDialogButton-QuoJDLGH.mjs.map → NcDialogButton-xDZQrfsw.mjs.map} +1 -1
  217. package/dist/chunks/{NcEmojiPicker-O0EAGlkS.mjs → NcEmojiPicker-Qi10uLHB.mjs} +8 -8
  218. package/dist/chunks/NcEmojiPicker-Qi10uLHB.mjs.map +1 -0
  219. package/dist/chunks/{NcEmojiPicker-xzt2RvDK.cjs → NcEmojiPicker-gZaqE1rk.cjs} +13 -13
  220. package/dist/chunks/NcEmojiPicker-gZaqE1rk.cjs.map +1 -0
  221. package/dist/chunks/{NcIconSvgWrapper-n3MnAe1S.mjs → NcIconSvgWrapper-CvnWKK7h.mjs} +23 -15
  222. package/dist/chunks/NcIconSvgWrapper-CvnWKK7h.mjs.map +1 -0
  223. package/dist/chunks/{NcIconSvgWrapper-R7a7dIg4.cjs → NcIconSvgWrapper-RwagV5P9.cjs} +20 -12
  224. package/dist/chunks/NcIconSvgWrapper-RwagV5P9.cjs.map +1 -0
  225. package/dist/chunks/{NcInputConfirmCancel-z3ANO-1N.mjs → NcInputConfirmCancel-EgnZwbmj.mjs} +1 -1
  226. package/dist/chunks/{NcInputConfirmCancel-z3ANO-1N.mjs.map → NcInputConfirmCancel-EgnZwbmj.mjs.map} +1 -1
  227. package/dist/chunks/{NcInputConfirmCancel-tvpFnpKT.cjs → NcInputConfirmCancel-wK1KES_K.cjs} +1 -1
  228. package/dist/chunks/{NcInputConfirmCancel-tvpFnpKT.cjs.map → NcInputConfirmCancel-wK1KES_K.cjs.map} +1 -1
  229. package/dist/chunks/{NcListItem--_PCqetA.cjs → NcListItem-7wde4DHX.cjs} +1 -1
  230. package/dist/chunks/{NcListItem--_PCqetA.cjs.map → NcListItem-7wde4DHX.cjs.map} +1 -1
  231. package/dist/chunks/{NcListItem-AMcc69jK.mjs → NcListItem-DwAhV_Om.mjs} +2 -2
  232. package/dist/chunks/{NcListItem-AMcc69jK.mjs.map → NcListItem-DwAhV_Om.mjs.map} +1 -1
  233. package/dist/chunks/{NcListItemIcon-BnoIbVbD.cjs → NcListItemIcon-1qPc7NDv.cjs} +1 -1
  234. package/dist/chunks/{NcListItemIcon-BnoIbVbD.cjs.map → NcListItemIcon-1qPc7NDv.cjs.map} +1 -1
  235. package/dist/chunks/{NcListItemIcon-rqgXledP.mjs → NcListItemIcon-S06TFU1A.mjs} +2 -2
  236. package/dist/chunks/{NcListItemIcon-rqgXledP.mjs.map → NcListItemIcon-S06TFU1A.mjs.map} +1 -1
  237. package/dist/chunks/{NcPasswordField-EbKN3MlL.mjs → NcPasswordField-F30zJsph.mjs} +1 -1
  238. package/dist/chunks/{NcPasswordField-EbKN3MlL.mjs.map → NcPasswordField-F30zJsph.mjs.map} +1 -1
  239. package/dist/chunks/{NcPasswordField-IkBZCjOy.cjs → NcPasswordField-hngMvgyo.cjs} +1 -1
  240. package/dist/chunks/{NcPasswordField-IkBZCjOy.cjs.map → NcPasswordField-hngMvgyo.cjs.map} +1 -1
  241. package/dist/chunks/{NcPopover-T4GMXmKV.mjs → NcPopover-93ns_0K4.mjs} +38 -23
  242. package/dist/chunks/NcPopover-93ns_0K4.mjs.map +1 -0
  243. package/dist/chunks/{NcPopover-judBGW5r.cjs → NcPopover-fv7OFtxM.cjs} +33 -18
  244. package/dist/chunks/NcPopover-fv7OFtxM.cjs.map +1 -0
  245. package/dist/chunks/{NcRelatedResourcesPanel-f2UeB_6X.cjs → NcRelatedResourcesPanel-f1Up3M7Q.cjs} +22 -17
  246. package/dist/chunks/NcRelatedResourcesPanel-f1Up3M7Q.cjs.map +1 -0
  247. package/dist/chunks/{NcRelatedResourcesPanel-EDvgZgjQ.mjs → NcRelatedResourcesPanel-zXNE9qiS.mjs} +27 -21
  248. package/dist/chunks/NcRelatedResourcesPanel-zXNE9qiS.mjs.map +1 -0
  249. package/dist/chunks/{NcRichContenteditable-jReu2l-M.cjs → NcRichContenteditable--pSQfJW9.cjs} +45 -46
  250. package/dist/chunks/NcRichContenteditable--pSQfJW9.cjs.map +1 -0
  251. package/dist/chunks/{NcRichContenteditable-eG8Fyo-M.mjs → NcRichContenteditable-lE_j-Gfc.mjs} +36 -37
  252. package/dist/chunks/NcRichContenteditable-lE_j-Gfc.mjs.map +1 -0
  253. package/dist/chunks/{NcRichText-Yo5pFnd0.cjs → NcRichText-0eMrB-8S.cjs} +38 -38
  254. package/dist/chunks/{NcRichText-Yo5pFnd0.cjs.map → NcRichText-0eMrB-8S.cjs.map} +1 -1
  255. package/dist/chunks/{NcRichText-qID66jAy.mjs → NcRichText-Vm0d22pV.mjs} +9 -8
  256. package/dist/chunks/{NcRichText-qID66jAy.mjs.map → NcRichText-Vm0d22pV.mjs.map} +1 -1
  257. package/dist/chunks/{NcSelect-b2H-YQsK.mjs → NcSelect-75KHhmKy.mjs} +2 -2
  258. package/dist/chunks/{NcSelect-b2H-YQsK.mjs.map → NcSelect-75KHhmKy.mjs.map} +1 -1
  259. package/dist/chunks/{NcSelect-U9LJcdIo.cjs → NcSelect-DmqYvkx5.cjs} +1 -1
  260. package/dist/chunks/{NcSelect-U9LJcdIo.cjs.map → NcSelect-DmqYvkx5.cjs.map} +1 -1
  261. package/dist/chunks/{NcSelectTags-MlILya2b.mjs → NcSelectTags--fJnxT3p.mjs} +2 -2
  262. package/dist/chunks/{NcSelectTags-MlILya2b.mjs.map → NcSelectTags--fJnxT3p.mjs.map} +1 -1
  263. package/dist/chunks/{NcSelectTags-rO88Pk-1.cjs → NcSelectTags-hNbQxoKD.cjs} +1 -1
  264. package/dist/chunks/{NcSelectTags-rO88Pk-1.cjs.map → NcSelectTags-hNbQxoKD.cjs.map} +1 -1
  265. package/dist/chunks/{NcSettingsInputText-0K3HYGJr.cjs → NcSettingsInputText-TsKBeDLR.cjs} +1 -1
  266. package/dist/chunks/{NcSettingsInputText-0K3HYGJr.cjs.map → NcSettingsInputText-TsKBeDLR.cjs.map} +1 -1
  267. package/dist/chunks/{NcSettingsInputText-Pz6fV7At.mjs → NcSettingsInputText-UaZCytJK.mjs} +1 -1
  268. package/dist/chunks/{NcSettingsInputText-Pz6fV7At.mjs.map → NcSettingsInputText-UaZCytJK.mjs.map} +1 -1
  269. package/dist/chunks/{NcSettingsSection-CRmU7GLC.mjs → NcSettingsSection-bupJ6Jna.mjs} +1 -1
  270. package/dist/chunks/{NcSettingsSection-CRmU7GLC.mjs.map → NcSettingsSection-bupJ6Jna.mjs.map} +1 -1
  271. package/dist/chunks/{NcSettingsSection-IbUOeZ-e.cjs → NcSettingsSection-m79BAMzc.cjs} +1 -1
  272. package/dist/chunks/{NcSettingsSection-IbUOeZ-e.cjs.map → NcSettingsSection-m79BAMzc.cjs.map} +1 -1
  273. package/dist/chunks/{NcSettingsSelectGroup-rfeDPLCg.cjs → NcSettingsSelectGroup--i1OpaqD.cjs} +1 -1
  274. package/dist/chunks/{NcSettingsSelectGroup-rfeDPLCg.cjs.map → NcSettingsSelectGroup--i1OpaqD.cjs.map} +1 -1
  275. package/dist/chunks/{NcSettingsSelectGroup-xhnDBg8a.mjs → NcSettingsSelectGroup-OBtXPYek.mjs} +2 -2
  276. package/dist/chunks/{NcSettingsSelectGroup-xhnDBg8a.mjs.map → NcSettingsSelectGroup-OBtXPYek.mjs.map} +1 -1
  277. package/dist/chunks/{NcTextField-NnW31cA4.mjs → NcTextField-J7CSrszM.mjs} +1 -1
  278. package/dist/chunks/{NcTextField-NnW31cA4.mjs.map → NcTextField-J7CSrszM.mjs.map} +1 -1
  279. package/dist/chunks/{NcTextField-eclRKl_B.cjs → NcTextField-_LseQJYw.cjs} +1 -1
  280. package/dist/chunks/{NcTextField-eclRKl_B.cjs.map → NcTextField-_LseQJYw.cjs.map} +1 -1
  281. package/dist/chunks/{NcTimezonePicker-KG0dvgUv.cjs → NcTimezonePicker-3_GbgBdk.cjs} +1 -1
  282. package/dist/chunks/{NcTimezonePicker-KG0dvgUv.cjs.map → NcTimezonePicker-3_GbgBdk.cjs.map} +1 -1
  283. package/dist/chunks/{NcTimezonePicker-jJeiI-Ff.mjs → NcTimezonePicker-WyBb1HGy.mjs} +2 -2
  284. package/dist/chunks/{NcTimezonePicker-jJeiI-Ff.mjs.map → NcTimezonePicker-WyBb1HGy.mjs.map} +1 -1
  285. package/dist/chunks/{NcUserBubble-9StjszDh.mjs → NcUserBubble-GvPAfzyX.mjs} +2 -2
  286. package/dist/chunks/{NcUserBubble-9StjszDh.mjs.map → NcUserBubble-GvPAfzyX.mjs.map} +1 -1
  287. package/dist/chunks/{NcUserBubble-027_C0cM.cjs → NcUserBubble-dk-rgek6.cjs} +1 -1
  288. package/dist/chunks/{NcUserBubble-027_C0cM.cjs.map → NcUserBubble-dk-rgek6.cjs.map} +1 -1
  289. package/dist/chunks/{NcUserStatusIcon-pRUzQidI.mjs → NcUserStatusIcon-Y1esUu9e.mjs} +1 -1
  290. package/dist/chunks/{NcUserStatusIcon-pRUzQidI.mjs.map → NcUserStatusIcon-Y1esUu9e.mjs.map} +1 -1
  291. package/dist/chunks/{NcUserStatusIcon-79RsINrv.cjs → NcUserStatusIcon-vElqf2Lx.cjs} +1 -1
  292. package/dist/chunks/{NcUserStatusIcon-79RsINrv.cjs.map → NcUserStatusIcon-vElqf2Lx.cjs.map} +1 -1
  293. package/dist/chunks/{ScopeComponent-R0tAsT2f.cjs → ScopeComponent-Cswoc9a6.cjs} +1 -1
  294. package/dist/chunks/{ScopeComponent-R0tAsT2f.cjs.map → ScopeComponent-Cswoc9a6.cjs.map} +1 -1
  295. package/dist/chunks/{ScopeComponent-9fOoDGYa.mjs → ScopeComponent-_g3nK3Vt.mjs} +1 -1
  296. package/dist/chunks/{ScopeComponent-9fOoDGYa.mjs.map → ScopeComponent-_g3nK3Vt.mjs.map} +1 -1
  297. package/dist/chunks/_l10n-AmjncLyn.cjs +64 -0
  298. package/dist/chunks/_l10n-AmjncLyn.cjs.map +1 -0
  299. package/dist/chunks/_l10n-Y2fvkVoK.mjs +66 -0
  300. package/dist/chunks/_l10n-Y2fvkVoK.mjs.map +1 -0
  301. package/dist/chunks/autolink-gVCgJtXh.cjs +55 -0
  302. package/dist/chunks/autolink-gVCgJtXh.cjs.map +1 -0
  303. package/dist/chunks/autolink-oKM43mOC.mjs +59 -0
  304. package/dist/chunks/autolink-oKM43mOC.mjs.map +1 -0
  305. package/dist/chunks/{index-xnq0-IMW.mjs → index-05Rfhge1.mjs} +1 -1
  306. package/dist/chunks/index-05Rfhge1.mjs.map +1 -0
  307. package/dist/chunks/{index-5TyVc_TT.cjs → index-XRGLuo0a.cjs} +1 -1
  308. package/dist/chunks/index-XRGLuo0a.cjs.map +1 -0
  309. package/dist/chunks/{referencePickerModal-gDBkGfNV.mjs → referencePickerModal-TxU49swn.mjs} +474 -528
  310. package/dist/chunks/referencePickerModal-TxU49swn.mjs.map +1 -0
  311. package/dist/chunks/{referencePickerModal-cPBjsn4r.cjs → referencePickerModal-bKXpgb2c.cjs} +464 -517
  312. package/dist/chunks/referencePickerModal-bKXpgb2c.cjs.map +1 -0
  313. package/dist/chunks/{usernameToColor-D5bplyWJ.cjs → usernameToColor-AinK73Yf.cjs} +1 -1
  314. package/dist/chunks/{usernameToColor-D5bplyWJ.cjs.map → usernameToColor-AinK73Yf.cjs.map} +1 -1
  315. package/dist/chunks/{usernameToColor-xm3MLiw4.mjs → usernameToColor-CgFQ3CLQ.mjs} +1 -1
  316. package/dist/chunks/{usernameToColor-xm3MLiw4.mjs.map → usernameToColor-CgFQ3CLQ.mjs.map} +1 -1
  317. package/dist/index.cjs +125 -123
  318. package/dist/index.cjs.map +1 -1
  319. package/dist/index.mjs +231 -228
  320. package/dist/index.mjs.map +1 -1
  321. package/package.json +6 -6
  322. package/dist/assets/NcAppNavigationSpacer-MfL8GeCN.css +0 -5
  323. package/dist/chunks/NcActions-5_igU-CH.mjs.map +0 -1
  324. package/dist/chunks/NcActions-JXnhQhum.cjs.map +0 -1
  325. package/dist/chunks/NcAppNavigation-U6yaDk7k.cjs.map +0 -1
  326. package/dist/chunks/NcAppNavigation-n6P3oVZv.mjs.map +0 -1
  327. package/dist/chunks/NcAppNavigationCaption-2rUO5Mns.mjs +0 -47
  328. package/dist/chunks/NcAppNavigationCaption-2rUO5Mns.mjs.map +0 -1
  329. package/dist/chunks/NcAppNavigationCaption-JQWbmgdy.cjs +0 -44
  330. package/dist/chunks/NcAppNavigationCaption-JQWbmgdy.cjs.map +0 -1
  331. package/dist/chunks/NcAppSidebar-rRNJnN-k.cjs.map +0 -1
  332. package/dist/chunks/NcAppSidebar-tnHBPGbL.mjs.map +0 -1
  333. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-kOW4T17e.cjs.map +0 -1
  334. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-rJ3UZLGm.mjs.map +0 -1
  335. package/dist/chunks/NcColorPicker-rPobPO3M.mjs.map +0 -1
  336. package/dist/chunks/NcColorPicker-yr9Pfeem.cjs.map +0 -1
  337. package/dist/chunks/NcDashboardWidgetItem-mIPkPR7r.cjs.map +0 -1
  338. package/dist/chunks/NcDashboardWidgetItem-wuUHTeLl.mjs.map +0 -1
  339. package/dist/chunks/NcEmojiPicker-O0EAGlkS.mjs.map +0 -1
  340. package/dist/chunks/NcEmojiPicker-xzt2RvDK.cjs.map +0 -1
  341. package/dist/chunks/NcIconSvgWrapper-R7a7dIg4.cjs.map +0 -1
  342. package/dist/chunks/NcIconSvgWrapper-n3MnAe1S.mjs.map +0 -1
  343. package/dist/chunks/NcPopover-T4GMXmKV.mjs.map +0 -1
  344. package/dist/chunks/NcPopover-judBGW5r.cjs.map +0 -1
  345. package/dist/chunks/NcRelatedResourcesPanel-EDvgZgjQ.mjs.map +0 -1
  346. package/dist/chunks/NcRelatedResourcesPanel-f2UeB_6X.cjs.map +0 -1
  347. package/dist/chunks/NcRichContenteditable-eG8Fyo-M.mjs.map +0 -1
  348. package/dist/chunks/NcRichContenteditable-jReu2l-M.cjs.map +0 -1
  349. package/dist/chunks/_l10n-FmsZpnE4.mjs +0 -66
  350. package/dist/chunks/_l10n-FmsZpnE4.mjs.map +0 -1
  351. package/dist/chunks/_l10n-Od-4xzJA.cjs +0 -64
  352. package/dist/chunks/_l10n-Od-4xzJA.cjs.map +0 -1
  353. package/dist/chunks/index-5TyVc_TT.cjs.map +0 -1
  354. package/dist/chunks/index-xnq0-IMW.mjs.map +0 -1
  355. package/dist/chunks/referencePickerModal-cPBjsn4r.cjs.map +0 -1
  356. package/dist/chunks/referencePickerModal-gDBkGfNV.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,42 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [v8.8.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.8.0) (2024-02-29)
6
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.1...v8.8.0)
7
+
8
+ ## What's Changed
9
+
10
+ ### 🚀 Enhancements
11
+ * feat(NcAppSidebar): Add `subname` slot by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5285
12
+ * feat: Add NcAppNavigationList by @Pytal in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5302
13
+
14
+ ### 🐛 Fixed bugs
15
+ * fix(NcAppNavigationSpacer): Adjust order to make the spacer work again by @susnux in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5286
16
+ * fix(NcResource): use RouterLink where possible for internal shared resources by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5282
17
+ * fix(NcActions): remove `aria-haspopup` and `aria-controls` from navigation menu by @JuliaKirschenheuter in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5300
18
+ * fix(NcActions): put in order tab and arrow navigation by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5305
19
+ * fix(NcPopover): remove invalid aria-describedby by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5304
20
+ * fix(NcActions): provide a label in dialog role by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5308
21
+ * fix(NcActions): focus first checked item on open by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5313
22
+ * fix(NcRichContenteditable): respect forward slash as user mention character by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5323
23
+ * fix(NcPopover): add aria-modal to some popover-based dialog components by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5309
24
+ * fix(NcPopover): make popupRole non-required by @ShGKme in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5306
25
+ * fix(NcRichContenteditable): disable global allowSpaces tribute option by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5321
26
+
27
+ ### Other Changes
28
+ * Updates for project Nextcloud vue library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5289
29
+ * Revert "fix(NcReferenceList): Resolve relative URLs before fetching references" by @mejo- in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5291
30
+
31
+ ## [v8.7.1](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.7.1) (2024-02-21)
32
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.7.0...v8.7.1)
33
+
34
+ ## What's Changed
35
+
36
+ ### 🐛 Fixed bugs
37
+ * fix(NcRichContenteditable): register props globally for new Tribute by @Antreesy in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5268
38
+ * fix(NcReferenceList): Resolve relative URLs before fetching references by @mejo- in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5272
39
+ * fix(NcDashboardWidgetItem): Center dashboard list items when there is no subtext by @juliushaertl in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5271
40
+
5
41
  ## [v8.7.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.7.0) (2024-02-20)
6
42
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.2...v8.7.0)
7
43
 
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcActionButtonGroup-HIUn669C.cjs");
2
+ const t = require("../chunks/NcActionButtonGroup-6TAtQFtq.cjs");
3
3
  module.exports = t.NcActionButtonGroup;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActionButtonGroup-A5Ixaw5n.mjs";
1
+ import { N as f } from "../chunks/NcActionButtonGroup-w6A9Fw2n.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-f1Oq2O71.cjs");
2
+ const t = require("../chunks/NcActionInput-Fl2UyuVW.cjs");
3
3
  module.exports = t.NcActionInput;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActionInput-XHMzOL_h.mjs";
1
+ import { N as f } from "../chunks/NcActionInput-yvhGpEsS.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-JXnhQhum.cjs");
2
+ const c = require("../chunks/NcActions-iACO4laf.cjs");
3
3
  module.exports = c.NcActions;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcActions-5_igU-CH.mjs";
1
+ import { N as f } from "../chunks/NcActions-rHzi4RcQ.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-Kq5fJ7_W.cjs");
2
+ const t = require("../chunks/NcAppContent--JRFOyLe.cjs");
3
3
  module.exports = t.NcAppContent;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppContent-WBzZJh-y.mjs";
1
+ import { N as f } from "../chunks/NcAppContent-c0KjHkMb.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-U6yaDk7k.cjs");
2
+ const i = require("../chunks/NcAppNavigation-AcPesLHq.cjs");
3
3
  module.exports = i.NcAppNavigation;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigation-n6P3oVZv.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigation-7U8buuT7.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-JQWbmgdy.cjs");
2
+ const i = require("../chunks/NcAppNavigationCaption-Iuzt-yzb.cjs");
3
3
  module.exports = i.NcAppNavigationCaption;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationCaption-2rUO5Mns.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationCaption-UJ7iY1q5.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-Wb8gX-Ln.cjs");
2
+ const t = require("../chunks/NcAppNavigationItem-pvFIrGQv.cjs");
3
3
  module.exports = t.NcAppNavigationItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationItem-A1yAdDNN.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationItem-9n2uXjvj.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -0,0 +1,20 @@
1
+ require('../assets/NcAppNavigationList-RooPPg4w.css');
2
+ "use strict";
3
+ const e = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), s = {
4
+ name: "NcAppNavigationList"
5
+ };
6
+ var a = 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__ */ e.normalizeComponent(
10
+ s,
11
+ a,
12
+ i,
13
+ !1,
14
+ null,
15
+ "d44f8d4b",
16
+ null,
17
+ null
18
+ );
19
+ const _ = r.exports;
20
+ module.exports = _;
@@ -0,0 +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;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,22 @@
1
+ import '../assets/NcAppNavigationList-RooPPg4w.css';
2
+ import { n as a } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs";
3
+ const s = {
4
+ name: "NcAppNavigationList"
5
+ };
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(
10
+ s,
11
+ e,
12
+ i,
13
+ !1,
14
+ null,
15
+ "d44f8d4b",
16
+ null,
17
+ null
18
+ );
19
+ const l = r.exports;
20
+ export {
21
+ l as default
22
+ };
@@ -0,0 +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,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcAppNavigationNewItem-TyGHutbG.cjs");
2
+ const e = require("../chunks/NcAppNavigationNewItem-CXGDvuMl.cjs");
3
3
  module.exports = e.NcAppNavigationNewItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationNewItem-t1ST1cif.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationNewItem-jr12p6VL.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-VLa79G7w.cjs");
2
+ const t = require("../chunks/NcAppNavigationSettings-Nd8RJnYL.cjs");
3
3
  module.exports = t.NcAppNavigationSettings;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppNavigationSettings-gwL_FqLN.mjs";
1
+ import { N as f } from "../chunks/NcAppNavigationSettings-NRqRmMXw.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- require('../assets/NcAppNavigationSpacer-MfL8GeCN.css');
1
+ require('../assets/NcAppNavigationSpacer-uaft91Uz.css');
2
2
  "use strict";
3
3
  const a = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), r = {
4
4
  name: "NcAppNavigationSpacer"
@@ -12,7 +12,7 @@ var c = function() {
12
12
  s,
13
13
  !1,
14
14
  null,
15
- "c8233ec5",
15
+ "3dd6c4f7",
16
16
  null,
17
17
  null
18
18
  );
@@ -1 +1 @@
1
- {"version":3,"file":"NcAppNavigationSpacer.cjs","sources":["../../src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<li class=\"app-navigation-spacer\" />\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationSpacer',\n}\n</script>\n\n<style scoped>\n\t.app-navigation-spacer {\n\t\tflex-shrink: 0;\n\t\torder: 1;\n\t\theight: 22px;\n\t}\n\n</style>\n"],"names":["_sfc_main"],"mappings":";qEA0BAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcAppNavigationSpacer.cjs","sources":["../../src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<li class=\"app-navigation-spacer\" />\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationSpacer',\n}\n</script>\n\n<style scoped>\n\t.app-navigation-spacer {\n\t\tflex-shrink: 0;\n\t\theight: 22px;\n\t}\n\n</style>\n"],"names":["_sfc_main"],"mappings":";qEA0BAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;;"}
@@ -1,18 +1,18 @@
1
- import '../assets/NcAppNavigationSpacer-MfL8GeCN.css';
1
+ import '../assets/NcAppNavigationSpacer-uaft91Uz.css';
2
2
  import { n as e } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs";
3
3
  const r = {
4
4
  name: "NcAppNavigationSpacer"
5
5
  };
6
- var c = function() {
6
+ var t = function() {
7
7
  var a = this, n = a._self._c;
8
8
  return n("li", { staticClass: "app-navigation-spacer" });
9
- }, t = [], s = /* @__PURE__ */ e(
9
+ }, c = [], s = /* @__PURE__ */ e(
10
10
  r,
11
- c,
12
11
  t,
12
+ c,
13
13
  !1,
14
14
  null,
15
- "c8233ec5",
15
+ "3dd6c4f7",
16
16
  null,
17
17
  null
18
18
  );
@@ -1 +1 @@
1
- {"version":3,"file":"NcAppNavigationSpacer.mjs","sources":["../../src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<li class=\"app-navigation-spacer\" />\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationSpacer',\n}\n</script>\n\n<style scoped>\n\t.app-navigation-spacer {\n\t\tflex-shrink: 0;\n\t\torder: 1;\n\t\theight: 22px;\n\t}\n\n</style>\n"],"names":["_sfc_main"],"mappings":";AA0BA,MAAAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcAppNavigationSpacer.mjs","sources":["../../src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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<template>\n\t<li class=\"app-navigation-spacer\" />\n</template>\n\n<script>\nexport default {\n\tname: 'NcAppNavigationSpacer',\n}\n</script>\n\n<style scoped>\n\t.app-navigation-spacer {\n\t\tflex-shrink: 0;\n\t\theight: 22px;\n\t}\n\n</style>\n"],"names":["_sfc_main"],"mappings":";AA0BA,MAAAA,IAAA;AAAA,EACA,MAAA;AACA;;;;;;;;;;;;;;;"}
@@ -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-Wz0s35Rd.cjs");
3
+ const e = require("../chunks/NcAppNavigationToggle-KZ_xHLv9.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-KT8eqw6r.mjs";
1
+ import { N as p } from "../chunks/NcAppNavigationToggle-kL5XkG2J.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-h22q7l_7.cjs");
2
+ const t = require("../chunks/NcAppSettingsDialog-8l-aNNFq.cjs");
3
3
  module.exports = t.NcAppSettingsDialog;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppSettingsDialog-5t3vGpRF.mjs";
1
+ import { N as f } from "../chunks/NcAppSettingsDialog-S9pm_eoJ.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-rRNJnN-k.cjs");
2
+ const e = require("../chunks/NcAppSidebar-l6rV-lnp.cjs");
3
3
  module.exports = e.NcAppSidebar;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAppSidebar-tnHBPGbL.mjs";
1
+ import { N as f } from "../chunks/NcAppSidebar-kN5SMxgh.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-zTS9P1lK.cjs");
2
+ const r = require("../chunks/NcAvatar-CVj9XTPL.cjs");
3
3
  module.exports = r.NcAvatar;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcAvatar-xT3kz6mU.mjs";
1
+ import { N as f } from "../chunks/NcAvatar-MI8_N7U1.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-DEWk7wO9.cjs");
2
+ const r = require("../chunks/NcBreadcrumb-EhfhBqAL.cjs");
3
3
  module.exports = r.NcBreadcrumb;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcBreadcrumb-w1UX2NR-.mjs";
1
+ import { N as f } from "../chunks/NcBreadcrumb-LpXeIBcG.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-VuaG3ex5.cjs");
2
+ const r = require("../chunks/NcBreadcrumbs-zYhyJxEY.cjs");
3
3
  module.exports = r.NcBreadcrumbs;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcBreadcrumbs-tRR9CjKD.mjs";
1
+ import { N as f } from "../chunks/NcBreadcrumbs--4xgDVR7.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-7pZp_rWo.cjs");
2
+ const c = require("../chunks/NcCheckboxRadioSwitch-Ox3J2r7t.cjs");
3
3
  module.exports = c.NcCheckboxRadioSwitch;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcCheckboxRadioSwitch-PlgK1zWr.mjs";
1
+ import { N as f } from "../chunks/NcCheckboxRadioSwitch-ymUA5BIs.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-yr9Pfeem.cjs");
2
+ const r = require("../chunks/NcColorPicker-7PNp6DUg.cjs");
3
3
  module.exports = r.NcColorPicker;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcColorPicker-rPobPO3M.mjs";
1
+ import { N as f } from "../chunks/NcColorPicker-1m1Xv5fE.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-BdekB7Zr.cjs");
2
+ const t = require("../chunks/NcContent-L5DDeJmE.cjs");
3
3
  module.exports = t.NcContent;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcContent-EGBAB5sy.mjs";
1
+ import { N as f } from "../chunks/NcContent-YJfqE5Kv.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-QciRRvL4.cjs");
2
+ const e = require("../chunks/NcDashboardWidget-KPADyPUh.cjs");
3
3
  module.exports = e.NcDashboardWidget;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDashboardWidget-ogqyHahY.mjs";
1
+ import { N as f } from "../chunks/NcDashboardWidget-oUPY199x.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-mIPkPR7r.cjs");
2
+ const e = require("../chunks/NcDashboardWidgetItem-KpDnCM7Y.cjs");
3
3
  module.exports = e.NcDashboardWidgetItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDashboardWidgetItem-wuUHTeLl.mjs";
1
+ import { N as f } from "../chunks/NcDashboardWidgetItem-iZA9aHuL.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-hyWStpUj.cjs");
2
+ const e = require("../chunks/NcDateTime-ez2Mc6Ut.cjs");
3
3
  module.exports = e.NcDateTime;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDateTime-UCw1o96E.mjs";
1
+ import { N as f } from "../chunks/NcDateTime-EqdvmXRa.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
- require('../assets/NcDateTimePicker-w8SEtYvQ.css');
1
+ require('../assets/NcDateTimePicker-l-C3PwHK.css');
2
2
  "use strict";
3
- const r = require("../chunks/_l10n-Od-4xzJA.cjs"), p = require("../chunks/GenRandomId-ULxaMkkr.cjs"), d = require("../chunks/NcTimezonePicker-KG0dvgUv.cjs"), m = require("../chunks/NcPopover-judBGW5r.cjs"), i = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), l = require("@nextcloud/l10n"), f = require("vue2-datepicker"), h = require("../chunks/ScopeComponent-R0tAsT2f.cjs"), _ = (a) => a && a.__esModule ? a : { default: a }, g = /* @__PURE__ */ _(f);
3
+ const r = require("../chunks/_l10n-AmjncLyn.cjs"), p = require("../chunks/GenRandomId-ULxaMkkr.cjs"), d = require("../chunks/NcTimezonePicker-3_GbgBdk.cjs"), m = require("../chunks/NcPopover-fv7OFtxM.cjs"), i = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), l = require("@nextcloud/l10n"), f = require("vue2-datepicker"), h = require("../chunks/ScopeComponent-Cswoc9a6.cjs"), _ = (a) => a && a.__esModule ? a : { default: a }, g = /* @__PURE__ */ _(f);
4
4
  r.register(r.t32);
5
5
  const v = {
6
6
  name: "CalendarBlankIcon",
@@ -1,12 +1,12 @@
1
- import '../assets/NcDateTimePicker-w8SEtYvQ.css';
2
- import { r as c, H as u, a as n } from "../chunks/_l10n-FmsZpnE4.mjs";
1
+ import '../assets/NcDateTimePicker-l-C3PwHK.css';
2
+ import { r as c, H as u, a as n } from "../chunks/_l10n-Y2fvkVoK.mjs";
3
3
  import { G as p } from "../chunks/GenRandomId-VodkdWbp.mjs";
4
- import { N as m } from "../chunks/NcTimezonePicker-jJeiI-Ff.mjs";
5
- import { N as d } from "../chunks/NcPopover-T4GMXmKV.mjs";
4
+ import { N as m } from "../chunks/NcTimezonePicker-WyBb1HGy.mjs";
5
+ import { N as d } from "../chunks/NcPopover-93ns_0K4.mjs";
6
6
  import { n as o } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.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-9fOoDGYa.mjs";
9
+ import { S as k } from "../chunks/ScopeComponent-_g3nK3Vt.mjs";
10
10
  c(u);
11
11
  const w = {
12
12
  name: "CalendarBlankIcon",
@@ -1,6 +1,6 @@
1
1
  require('../assets/NcDateTimePickerNative-5yybtvfx.css');
2
2
  "use strict";
3
- const c = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), h = require("../chunks/ScopeComponent-R0tAsT2f.cjs"), f = ["date", "datetime-local", "month", "time", "week"], y = {
3
+ const c = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), h = require("../chunks/ScopeComponent-Cswoc9a6.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-5yybtvfx.css';
2
2
  import { n as f } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs";
3
- import { S as h } from "../chunks/ScopeComponent-9fOoDGYa.mjs";
3
+ import { S as h } from "../chunks/ScopeComponent-_g3nK3Vt.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/NcDialog-dPYf81Dr.cjs");
2
+ const c = require("../chunks/NcDialog-f6KwlaqC.cjs");
3
3
  module.exports = c.NcDialog;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDialog-652A8lMI.mjs";
1
+ import { N as f } from "../chunks/NcDialog-_HZnlBi4.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const t = require("../chunks/NcDialogButton-V3nj_xwS.cjs");
2
+ const t = require("../chunks/NcDialogButton-CtdP0-DO.cjs");
3
3
  module.exports = t.NcDialogButton;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcDialogButton-QuoJDLGH.mjs";
1
+ import { N as f } from "../chunks/NcDialogButton-xDZQrfsw.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const c = require("../chunks/NcEmojiPicker-xzt2RvDK.cjs");
2
+ const c = require("../chunks/NcEmojiPicker-gZaqE1rk.cjs");
3
3
  module.exports = c.NcEmojiPicker;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcEmojiPicker-O0EAGlkS.mjs";
1
+ import { N as f } from "../chunks/NcEmojiPicker-Qi10uLHB.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const r = require("../chunks/NcIconSvgWrapper-R7a7dIg4.cjs");
2
+ const r = require("../chunks/NcIconSvgWrapper-RwagV5P9.cjs");
3
3
  module.exports = r.NcIconSvgWrapper;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcIconSvgWrapper-n3MnAe1S.mjs";
1
+ import { N as f } from "../chunks/NcIconSvgWrapper-CvnWKK7h.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--_PCqetA.cjs");
2
+ const t = require("../chunks/NcListItem-7wde4DHX.cjs");
3
3
  module.exports = t.NcListItem;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcListItem-AMcc69jK.mjs";
1
+ import { N as f } from "../chunks/NcListItem-DwAhV_Om.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-BnoIbVbD.cjs");
2
+ const t = require("../chunks/NcListItemIcon-1qPc7NDv.cjs");
3
3
  module.exports = t.NcListItemIcon;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcListItemIcon-rqgXledP.mjs";
1
+ import { N as f } from "../chunks/NcListItemIcon-S06TFU1A.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,6 +1,6 @@
1
1
  require('../assets/NcModal-sIK5sUoC.css');
2
2
  "use strict";
3
- const u = require("../chunks/ScopeComponent-R0tAsT2f.cjs"), r = require("../chunks/focusTrap-n3H52LOw.cjs"), i = require("../chunks/_l10n-Od-4xzJA.cjs"), d = require("../chunks/GenRandomId-ULxaMkkr.cjs"), h = require("../chunks/NcActions-JXnhQhum.cjs"), p = require("./NcButton.cjs");
3
+ const u = require("../chunks/ScopeComponent-Cswoc9a6.cjs"), r = require("../chunks/focusTrap-n3H52LOw.cjs"), i = require("../chunks/_l10n-AmjncLyn.cjs"), d = require("../chunks/GenRandomId-ULxaMkkr.cjs"), h = require("../chunks/NcActions-iACO4laf.cjs"), p = require("./NcButton.cjs");
4
4
  require("../Directives/Tooltip.cjs");
5
5
  const l = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), f = require("../chunks/ChevronRight-MdQC55Yq.cjs"), m = require("../chunks/Close-dotk0707.cjs"), _ = require("focus-trap"), y = require("@vueuse/core"), w = require("floating-vue");
6
6
  i.register(i.t16, i.t29);