@nextcloud/vue 8.10.0 → 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 (282) hide show
  1. package/CHANGELOG.md +18 -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/NcAppNavigationNewItem.cjs +1 -1
  17. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  18. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  19. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  20. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  21. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  22. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  23. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  24. package/dist/Components/NcAppSidebar.cjs +1 -1
  25. package/dist/Components/NcAppSidebar.mjs +1 -1
  26. package/dist/Components/NcAvatar.cjs +1 -1
  27. package/dist/Components/NcAvatar.mjs +1 -1
  28. package/dist/Components/NcBreadcrumb.cjs +1 -1
  29. package/dist/Components/NcBreadcrumb.mjs +1 -1
  30. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  31. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  32. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  33. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  34. package/dist/Components/NcColorPicker.cjs +1 -1
  35. package/dist/Components/NcColorPicker.mjs +1 -1
  36. package/dist/Components/NcContent.cjs +1 -1
  37. package/dist/Components/NcContent.mjs +1 -1
  38. package/dist/Components/NcDashboardWidget.cjs +1 -1
  39. package/dist/Components/NcDashboardWidget.mjs +1 -1
  40. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  41. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  42. package/dist/Components/NcDateTime.cjs +1 -1
  43. package/dist/Components/NcDateTime.mjs +1 -1
  44. package/dist/Components/NcDateTimePicker.cjs +2 -2
  45. package/dist/Components/NcDateTimePicker.mjs +4 -4
  46. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  47. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  48. package/dist/Components/NcEmojiPicker.cjs +1 -1
  49. package/dist/Components/NcEmojiPicker.mjs +1 -1
  50. package/dist/Components/NcListItem.cjs +1 -1
  51. package/dist/Components/NcListItem.mjs +1 -1
  52. package/dist/Components/NcListItemIcon.cjs +1 -1
  53. package/dist/Components/NcListItemIcon.mjs +1 -1
  54. package/dist/Components/NcModal.cjs +1 -1
  55. package/dist/Components/NcModal.mjs +3 -3
  56. package/dist/Components/NcPasswordField.cjs +1 -1
  57. package/dist/Components/NcPasswordField.mjs +1 -1
  58. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  59. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  60. package/dist/Components/NcRichContenteditable.cjs +1 -1
  61. package/dist/Components/NcRichContenteditable.mjs +1 -1
  62. package/dist/Components/NcRichText.cjs +1 -1
  63. package/dist/Components/NcRichText.mjs +3 -3
  64. package/dist/Components/NcSelect.cjs +1 -1
  65. package/dist/Components/NcSelect.mjs +1 -1
  66. package/dist/Components/NcSelectTags.cjs +1 -1
  67. package/dist/Components/NcSelectTags.mjs +1 -1
  68. package/dist/Components/NcSettingsInputText.cjs +1 -1
  69. package/dist/Components/NcSettingsInputText.mjs +1 -1
  70. package/dist/Components/NcSettingsSection.cjs +1 -1
  71. package/dist/Components/NcSettingsSection.mjs +1 -1
  72. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  73. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  74. package/dist/Components/NcTextField.cjs +1 -1
  75. package/dist/Components/NcTextField.mjs +1 -1
  76. package/dist/Components/NcTimezonePicker.cjs +1 -1
  77. package/dist/Components/NcTimezonePicker.mjs +1 -1
  78. package/dist/Components/NcUserBubble.cjs +1 -1
  79. package/dist/Components/NcUserBubble.mjs +1 -1
  80. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  81. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  82. package/dist/Functions/reference.cjs +1 -1
  83. package/dist/Functions/reference.mjs +1 -1
  84. package/dist/Functions/usernameToColor.cjs +1 -1
  85. package/dist/Functions/usernameToColor.mjs +1 -1
  86. package/dist/assets/{NcAppContent-DcXMrsBz.css → NcAppContent-aWiDWWeq.css} +22 -19
  87. package/dist/assets/{NcAvatar-Dkf1ypwP.css → NcAvatar-j5b9vXAH.css} +27 -27
  88. package/dist/assets/{NcDateTimePicker-DR7jRFm4.css → NcDateTimePicker-D8gouVII.css} +10 -10
  89. package/dist/assets/NcListItem--ilRNXci.css +179 -0
  90. package/dist/assets/{referencePickerModal-DZ7qJeiJ.css → referencePickerModal-DWB2ghBg.css} +19 -19
  91. package/dist/chunks/{GenColors-DQEIzxqb.cjs → GenColors-BCHzPRPI.cjs} +1 -1
  92. package/dist/chunks/{GenColors-DQEIzxqb.cjs.map → GenColors-BCHzPRPI.cjs.map} +1 -1
  93. package/dist/chunks/{GenColors-SIdMEx1i.mjs → GenColors-SRrPRTFN.mjs} +1 -1
  94. package/dist/chunks/{GenColors-SIdMEx1i.mjs.map → GenColors-SRrPRTFN.mjs.map} +1 -1
  95. package/dist/chunks/{NcActionButtonGroup-D6_CIr2e.mjs → NcActionButtonGroup-BS4fKDux.mjs} +1 -1
  96. package/dist/chunks/{NcActionButtonGroup-D6_CIr2e.mjs.map → NcActionButtonGroup-BS4fKDux.mjs.map} +1 -1
  97. package/dist/chunks/{NcActionButtonGroup-B47_9Jpc.cjs → NcActionButtonGroup-Dc9G34Er.cjs} +1 -1
  98. package/dist/chunks/{NcActionButtonGroup-B47_9Jpc.cjs.map → NcActionButtonGroup-Dc9G34Er.cjs.map} +1 -1
  99. package/dist/chunks/{NcActionInput-GZcIfn-2.mjs → NcActionInput-B_upGNjs.mjs} +4 -4
  100. package/dist/chunks/{NcActionInput-GZcIfn-2.mjs.map → NcActionInput-B_upGNjs.mjs.map} +1 -1
  101. package/dist/chunks/{NcActionInput-BPPLjfW5.cjs → NcActionInput-C6WR9W8-.cjs} +1 -1
  102. package/dist/chunks/{NcActionInput-BPPLjfW5.cjs.map → NcActionInput-C6WR9W8-.cjs.map} +1 -1
  103. package/dist/chunks/{NcActions-D2wvJbMw.mjs → NcActions-ClU5w8U1.mjs} +1 -1
  104. package/dist/chunks/{NcActions-D2wvJbMw.mjs.map → NcActions-ClU5w8U1.mjs.map} +1 -1
  105. package/dist/chunks/{NcActions-B049TCK5.cjs → NcActions-DL722iMU.cjs} +1 -1
  106. package/dist/chunks/{NcActions-B049TCK5.cjs.map → NcActions-DL722iMU.cjs.map} +1 -1
  107. package/dist/chunks/{NcAppContent-CUnQ4EVa.mjs → NcAppContent-CZUuFw1x.mjs} +24 -17
  108. package/dist/chunks/NcAppContent-CZUuFw1x.mjs.map +1 -0
  109. package/dist/chunks/{NcAppContent-CuOJJPbt.cjs → NcAppContent-CyPht0ua.cjs} +49 -42
  110. package/dist/chunks/NcAppContent-CyPht0ua.cjs.map +1 -0
  111. package/dist/chunks/{NcAppNavigation-Dl1g_orJ.mjs → NcAppNavigation-8_Bef_ph.mjs} +1 -1
  112. package/dist/chunks/{NcAppNavigation-Dl1g_orJ.mjs.map → NcAppNavigation-8_Bef_ph.mjs.map} +1 -1
  113. package/dist/chunks/{NcAppNavigation-DtxPGDOf.cjs → NcAppNavigation-BPCfq5ox.cjs} +1 -1
  114. package/dist/chunks/{NcAppNavigation-DtxPGDOf.cjs.map → NcAppNavigation-BPCfq5ox.cjs.map} +1 -1
  115. package/dist/chunks/{NcAppNavigationCaption-BefNtbTx.cjs → NcAppNavigationCaption-DNugUyEL.cjs} +1 -1
  116. package/dist/chunks/{NcAppNavigationCaption-BefNtbTx.cjs.map → NcAppNavigationCaption-DNugUyEL.cjs.map} +1 -1
  117. package/dist/chunks/{NcAppNavigationCaption-g4NsNSvL.mjs → NcAppNavigationCaption-DZl4aJXn.mjs} +1 -1
  118. package/dist/chunks/{NcAppNavigationCaption-g4NsNSvL.mjs.map → NcAppNavigationCaption-DZl4aJXn.mjs.map} +1 -1
  119. package/dist/chunks/{NcAppNavigationItem-BSV20azN.mjs → NcAppNavigationItem-D7L6HxhH.mjs} +3 -3
  120. package/dist/chunks/{NcAppNavigationItem-BSV20azN.mjs.map → NcAppNavigationItem-D7L6HxhH.mjs.map} +1 -1
  121. package/dist/chunks/{NcAppNavigationItem-DVlpQH-e.cjs → NcAppNavigationItem-znyy3LU1.cjs} +1 -1
  122. package/dist/chunks/{NcAppNavigationItem-DVlpQH-e.cjs.map → NcAppNavigationItem-znyy3LU1.cjs.map} +1 -1
  123. package/dist/chunks/{NcAppNavigationNewItem-C7PviElx.mjs → NcAppNavigationNewItem-CRLPUH7B.mjs} +1 -1
  124. package/dist/chunks/{NcAppNavigationNewItem-C7PviElx.mjs.map → NcAppNavigationNewItem-CRLPUH7B.mjs.map} +1 -1
  125. package/dist/chunks/{NcAppNavigationNewItem-DG-KzABc.cjs → NcAppNavigationNewItem-DgPfNmx6.cjs} +1 -1
  126. package/dist/chunks/{NcAppNavigationNewItem-DG-KzABc.cjs.map → NcAppNavigationNewItem-DgPfNmx6.cjs.map} +1 -1
  127. package/dist/chunks/{NcAppNavigationSettings-CoutbNdC.cjs → NcAppNavigationSettings-DPb0p_eD.cjs} +1 -1
  128. package/dist/chunks/{NcAppNavigationSettings-CoutbNdC.cjs.map → NcAppNavigationSettings-DPb0p_eD.cjs.map} +1 -1
  129. package/dist/chunks/{NcAppNavigationSettings-D8MkJD-a.mjs → NcAppNavigationSettings-EcktukV4.mjs} +1 -1
  130. package/dist/chunks/{NcAppNavigationSettings-D8MkJD-a.mjs.map → NcAppNavigationSettings-EcktukV4.mjs.map} +1 -1
  131. package/dist/chunks/{NcAppNavigationToggle-ACf6tmPq.cjs → NcAppNavigationToggle-CSOgniTa.cjs} +1 -1
  132. package/dist/chunks/{NcAppNavigationToggle-ACf6tmPq.cjs.map → NcAppNavigationToggle-CSOgniTa.cjs.map} +1 -1
  133. package/dist/chunks/{NcAppNavigationToggle-n8ES2H5d.mjs → NcAppNavigationToggle-DwO9-oiH.mjs} +1 -1
  134. package/dist/chunks/{NcAppNavigationToggle-n8ES2H5d.mjs.map → NcAppNavigationToggle-DwO9-oiH.mjs.map} +1 -1
  135. package/dist/chunks/{NcAppSettingsDialog-DYr9eXTI.cjs → NcAppSettingsDialog-EIsS0HU9.cjs} +1 -1
  136. package/dist/chunks/{NcAppSettingsDialog-DYr9eXTI.cjs.map → NcAppSettingsDialog-EIsS0HU9.cjs.map} +1 -1
  137. package/dist/chunks/{NcAppSettingsDialog-CmQPplb5.mjs → NcAppSettingsDialog-fgbU_-h8.mjs} +1 -1
  138. package/dist/chunks/{NcAppSettingsDialog-CmQPplb5.mjs.map → NcAppSettingsDialog-fgbU_-h8.mjs.map} +1 -1
  139. package/dist/chunks/{NcAppSidebar-CSjqjYTb.mjs → NcAppSidebar-BbEflEtM.mjs} +3 -3
  140. package/dist/chunks/{NcAppSidebar-CSjqjYTb.mjs.map → NcAppSidebar-BbEflEtM.mjs.map} +1 -1
  141. package/dist/chunks/{NcAppSidebar-BsbmJ5H_.cjs → NcAppSidebar-DNAgJFfm.cjs} +2 -2
  142. package/dist/chunks/{NcAppSidebar-BsbmJ5H_.cjs.map → NcAppSidebar-DNAgJFfm.cjs.map} +1 -1
  143. package/dist/chunks/{NcAvatar-Bn9oT7sS.cjs → NcAvatar-CDeuGCns.cjs} +45 -35
  144. package/dist/chunks/NcAvatar-CDeuGCns.cjs.map +1 -0
  145. package/dist/chunks/{NcAvatar-BdtXzaRJ.mjs → NcAvatar-k_VeT7Vp.mjs} +65 -54
  146. package/dist/chunks/NcAvatar-k_VeT7Vp.mjs.map +1 -0
  147. package/dist/chunks/{NcBreadcrumb-DApyHRGZ.cjs → NcBreadcrumb-6--UKRl5.cjs} +1 -1
  148. package/dist/chunks/{NcBreadcrumb-DApyHRGZ.cjs.map → NcBreadcrumb-6--UKRl5.cjs.map} +1 -1
  149. package/dist/chunks/{NcBreadcrumb-D8yGqnFJ.mjs → NcBreadcrumb-Yg1njNwp.mjs} +1 -1
  150. package/dist/chunks/{NcBreadcrumb-D8yGqnFJ.mjs.map → NcBreadcrumb-Yg1njNwp.mjs.map} +1 -1
  151. package/dist/chunks/{NcBreadcrumbs-BoA2lxaY.cjs → NcBreadcrumbs-CgSLqCmo.cjs} +1 -1
  152. package/dist/chunks/{NcBreadcrumbs-BoA2lxaY.cjs.map → NcBreadcrumbs-CgSLqCmo.cjs.map} +1 -1
  153. package/dist/chunks/{NcBreadcrumbs-DVyfjkgH.mjs → NcBreadcrumbs-DXD2Kiak.mjs} +2 -2
  154. package/dist/chunks/{NcBreadcrumbs-DVyfjkgH.mjs.map → NcBreadcrumbs-DXD2Kiak.mjs.map} +1 -1
  155. package/dist/chunks/{NcCheckboxRadioSwitch-DiNnRbJI.mjs → NcCheckboxRadioSwitch-BRPYihez.mjs} +2 -2
  156. package/dist/chunks/{NcCheckboxRadioSwitch-DiNnRbJI.mjs.map → NcCheckboxRadioSwitch-BRPYihez.mjs.map} +1 -1
  157. package/dist/chunks/{NcCheckboxRadioSwitch-BEYj-jaN.cjs → NcCheckboxRadioSwitch-BS2C-YSz.cjs} +2 -2
  158. package/dist/chunks/{NcCheckboxRadioSwitch-BEYj-jaN.cjs.map → NcCheckboxRadioSwitch-BS2C-YSz.cjs.map} +1 -1
  159. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs} +1 -1
  160. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs.map +1 -0
  161. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs} +1 -1
  162. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs.map +1 -0
  163. package/dist/chunks/{NcColorPicker-Acx2mFFG.cjs → NcColorPicker-D0rQKQAy.cjs} +1 -1
  164. package/dist/chunks/{NcColorPicker-Acx2mFFG.cjs.map → NcColorPicker-D0rQKQAy.cjs.map} +1 -1
  165. package/dist/chunks/{NcColorPicker-sge8Yr9m.mjs → NcColorPicker-DNGismgl.mjs} +2 -2
  166. package/dist/chunks/{NcColorPicker-sge8Yr9m.mjs.map → NcColorPicker-DNGismgl.mjs.map} +1 -1
  167. package/dist/chunks/{NcContent-COHfXhM3.cjs → NcContent-BXfreK7p.cjs} +1 -1
  168. package/dist/chunks/{NcContent-COHfXhM3.cjs.map → NcContent-BXfreK7p.cjs.map} +1 -1
  169. package/dist/chunks/{NcContent-kTlEGtKt.mjs → NcContent-DCmLP8Ly.mjs} +1 -1
  170. package/dist/chunks/{NcContent-kTlEGtKt.mjs.map → NcContent-DCmLP8Ly.mjs.map} +1 -1
  171. package/dist/chunks/{NcDashboardWidget-CL7e1yAw.mjs → NcDashboardWidget-6UWLF9LM.mjs} +3 -3
  172. package/dist/chunks/{NcDashboardWidget-CL7e1yAw.mjs.map → NcDashboardWidget-6UWLF9LM.mjs.map} +1 -1
  173. package/dist/chunks/{NcDashboardWidget-CyrKw12p.cjs → NcDashboardWidget-CPXbrHii.cjs} +1 -1
  174. package/dist/chunks/{NcDashboardWidget-CyrKw12p.cjs.map → NcDashboardWidget-CPXbrHii.cjs.map} +1 -1
  175. package/dist/chunks/{NcDashboardWidgetItem-C6Npm5U9.cjs → NcDashboardWidgetItem-Buh2BPAN.cjs} +1 -1
  176. package/dist/chunks/{NcDashboardWidgetItem-C6Npm5U9.cjs.map → NcDashboardWidgetItem-Buh2BPAN.cjs.map} +1 -1
  177. package/dist/chunks/{NcDashboardWidgetItem-Cq-HAbIB.mjs → NcDashboardWidgetItem-bFGf6_R7.mjs} +2 -2
  178. package/dist/chunks/{NcDashboardWidgetItem-Cq-HAbIB.mjs.map → NcDashboardWidgetItem-bFGf6_R7.mjs.map} +1 -1
  179. package/dist/chunks/{NcDateTime-CyKYSWsT.cjs → NcDateTime-DG_XAvbT.cjs} +1 -1
  180. package/dist/chunks/{NcDateTime-CyKYSWsT.cjs.map → NcDateTime-DG_XAvbT.cjs.map} +1 -1
  181. package/dist/chunks/{NcDateTime-B1X22iSf.mjs → NcDateTime-GW15p7yp.mjs} +1 -1
  182. package/dist/chunks/{NcDateTime-B1X22iSf.mjs.map → NcDateTime-GW15p7yp.mjs.map} +1 -1
  183. package/dist/chunks/{NcEmojiPicker-r6eAlCKl.mjs → NcEmojiPicker-B34sLJKs.mjs} +4 -4
  184. package/dist/chunks/{NcEmojiPicker-r6eAlCKl.mjs.map → NcEmojiPicker-B34sLJKs.mjs.map} +1 -1
  185. package/dist/chunks/{NcEmojiPicker-DuZc08BD.cjs → NcEmojiPicker-BDcdqsgr.cjs} +1 -1
  186. package/dist/chunks/{NcEmojiPicker-DuZc08BD.cjs.map → NcEmojiPicker-BDcdqsgr.cjs.map} +1 -1
  187. package/dist/chunks/{NcInputConfirmCancel-DAaMkW9I.cjs → NcInputConfirmCancel-CVgJcgbg.cjs} +1 -1
  188. package/dist/chunks/{NcInputConfirmCancel-DAaMkW9I.cjs.map → NcInputConfirmCancel-CVgJcgbg.cjs.map} +1 -1
  189. package/dist/chunks/{NcInputConfirmCancel-fwl4-RD4.mjs → NcInputConfirmCancel-GFlH1B9I.mjs} +1 -1
  190. package/dist/chunks/{NcInputConfirmCancel-fwl4-RD4.mjs.map → NcInputConfirmCancel-GFlH1B9I.mjs.map} +1 -1
  191. package/dist/chunks/{NcListItem-8heZoa83.cjs → NcListItem-BDrxkM0q.cjs} +6 -4
  192. package/dist/chunks/NcListItem-BDrxkM0q.cjs.map +1 -0
  193. package/dist/chunks/{NcListItem-DxnCJdGU.mjs → NcListItem-rlwo19vU.mjs} +9 -7
  194. package/dist/chunks/NcListItem-rlwo19vU.mjs.map +1 -0
  195. package/dist/chunks/{NcListItemIcon-DyE902SK.mjs → NcListItemIcon-Bwl8bKaY.mjs} +1 -1
  196. package/dist/chunks/{NcListItemIcon-DyE902SK.mjs.map → NcListItemIcon-Bwl8bKaY.mjs.map} +1 -1
  197. package/dist/chunks/{NcListItemIcon-D5NW3bY2.cjs → NcListItemIcon-D_cwlGhm.cjs} +1 -1
  198. package/dist/chunks/{NcListItemIcon-D5NW3bY2.cjs.map → NcListItemIcon-D_cwlGhm.cjs.map} +1 -1
  199. package/dist/chunks/{NcPasswordField-BeIfZq-I.mjs → NcPasswordField-D91QgkSR.mjs} +1 -1
  200. package/dist/chunks/{NcPasswordField-BeIfZq-I.mjs.map → NcPasswordField-D91QgkSR.mjs.map} +1 -1
  201. package/dist/chunks/{NcPasswordField-Bx3rarNt.cjs → NcPasswordField-EDrr_9PG.cjs} +1 -1
  202. package/dist/chunks/{NcPasswordField-Bx3rarNt.cjs.map → NcPasswordField-EDrr_9PG.cjs.map} +1 -1
  203. package/dist/chunks/{NcRelatedResourcesPanel-BmE02hfU.cjs → NcRelatedResourcesPanel-DDL8rJnB.cjs} +1 -1
  204. package/dist/chunks/{NcRelatedResourcesPanel-BmE02hfU.cjs.map → NcRelatedResourcesPanel-DDL8rJnB.cjs.map} +1 -1
  205. package/dist/chunks/{NcRelatedResourcesPanel-C8HsjDiN.mjs → NcRelatedResourcesPanel-DaLcC_9H.mjs} +1 -1
  206. package/dist/chunks/{NcRelatedResourcesPanel-C8HsjDiN.mjs.map → NcRelatedResourcesPanel-DaLcC_9H.mjs.map} +1 -1
  207. package/dist/chunks/{NcRichContenteditable-COl1GELF.mjs → NcRichContenteditable-CaeNwWTC.mjs} +6 -6
  208. package/dist/chunks/{NcRichContenteditable-COl1GELF.mjs.map → NcRichContenteditable-CaeNwWTC.mjs.map} +1 -1
  209. package/dist/chunks/{NcRichContenteditable-DVCrsKyc.cjs → NcRichContenteditable-DjUF2Kzl.cjs} +5 -5
  210. package/dist/chunks/{NcRichContenteditable-DVCrsKyc.cjs.map → NcRichContenteditable-DjUF2Kzl.cjs.map} +1 -1
  211. package/dist/chunks/{NcRichText-BEoKx41c.mjs → NcRichText-DVnS4C_H.mjs} +2 -2
  212. package/dist/chunks/{NcRichText-BEoKx41c.mjs.map → NcRichText-DVnS4C_H.mjs.map} +1 -1
  213. package/dist/chunks/{NcRichText-Dow2nMvP.cjs → NcRichText-D_p79y2S.cjs} +2 -2
  214. package/dist/chunks/{NcRichText-Dow2nMvP.cjs.map → NcRichText-D_p79y2S.cjs.map} +1 -1
  215. package/dist/chunks/{NcSelect-CyESQ4uQ.cjs → NcSelect-BVCCppX6.cjs} +1 -1
  216. package/dist/chunks/{NcSelect-CyESQ4uQ.cjs.map → NcSelect-BVCCppX6.cjs.map} +1 -1
  217. package/dist/chunks/{NcSelect-C_dMqtoe.mjs → NcSelect-BjojUUy7.mjs} +2 -2
  218. package/dist/chunks/{NcSelect-C_dMqtoe.mjs.map → NcSelect-BjojUUy7.mjs.map} +1 -1
  219. package/dist/chunks/{NcSelectTags-BoX-3tOa.mjs → NcSelectTags-CIa3RL2u.mjs} +2 -2
  220. package/dist/chunks/{NcSelectTags-BoX-3tOa.mjs.map → NcSelectTags-CIa3RL2u.mjs.map} +1 -1
  221. package/dist/chunks/{NcSelectTags-Bl95j2Kh.cjs → NcSelectTags-b_FdAE_d.cjs} +1 -1
  222. package/dist/chunks/{NcSelectTags-Bl95j2Kh.cjs.map → NcSelectTags-b_FdAE_d.cjs.map} +1 -1
  223. package/dist/chunks/{NcSettingsInputText-fLyjAE06.mjs → NcSettingsInputText-BESxHP0m.mjs} +1 -1
  224. package/dist/chunks/{NcSettingsInputText-fLyjAE06.mjs.map → NcSettingsInputText-BESxHP0m.mjs.map} +1 -1
  225. package/dist/chunks/{NcSettingsInputText-DlBTOZRv.cjs → NcSettingsInputText-D_wATSbL.cjs} +1 -1
  226. package/dist/chunks/{NcSettingsInputText-DlBTOZRv.cjs.map → NcSettingsInputText-D_wATSbL.cjs.map} +1 -1
  227. package/dist/chunks/{NcSettingsSection-COSdi50c.mjs → NcSettingsSection-BzN6JXnV.mjs} +1 -1
  228. package/dist/chunks/{NcSettingsSection-COSdi50c.mjs.map → NcSettingsSection-BzN6JXnV.mjs.map} +1 -1
  229. package/dist/chunks/{NcSettingsSection-CoHKnYDP.cjs → NcSettingsSection-TG0j5-kd.cjs} +1 -1
  230. package/dist/chunks/{NcSettingsSection-CoHKnYDP.cjs.map → NcSettingsSection-TG0j5-kd.cjs.map} +1 -1
  231. package/dist/chunks/{NcSettingsSelectGroup-BZG67QrR.mjs → NcSettingsSelectGroup-BRov--RO.mjs} +2 -2
  232. package/dist/chunks/{NcSettingsSelectGroup-BZG67QrR.mjs.map → NcSettingsSelectGroup-BRov--RO.mjs.map} +1 -1
  233. package/dist/chunks/{NcSettingsSelectGroup-2wsNrz7x.cjs → NcSettingsSelectGroup-JJ4LZALf.cjs} +1 -1
  234. package/dist/chunks/{NcSettingsSelectGroup-2wsNrz7x.cjs.map → NcSettingsSelectGroup-JJ4LZALf.cjs.map} +1 -1
  235. package/dist/chunks/{NcTextField-BEpgHsY2.mjs → NcTextField-BPGi70PD.mjs} +1 -1
  236. package/dist/chunks/{NcTextField-BEpgHsY2.mjs.map → NcTextField-BPGi70PD.mjs.map} +1 -1
  237. package/dist/chunks/{NcTextField-C-2-Of6b.cjs → NcTextField-DgzR5_48.cjs} +1 -1
  238. package/dist/chunks/{NcTextField-C-2-Of6b.cjs.map → NcTextField-DgzR5_48.cjs.map} +1 -1
  239. package/dist/chunks/{NcTimezonePicker-BMlKQe6-.cjs → NcTimezonePicker-8ZYdOp_g.cjs} +1 -1
  240. package/dist/chunks/{NcTimezonePicker-BMlKQe6-.cjs.map → NcTimezonePicker-8ZYdOp_g.cjs.map} +1 -1
  241. package/dist/chunks/{NcTimezonePicker-JJeMG5Mo.mjs → NcTimezonePicker-jCKohlic.mjs} +2 -2
  242. package/dist/chunks/{NcTimezonePicker-JJeMG5Mo.mjs.map → NcTimezonePicker-jCKohlic.mjs.map} +1 -1
  243. package/dist/chunks/{NcUserBubble-DMBDwtwW.cjs → NcUserBubble-Bfph5VfL.cjs} +1 -1
  244. package/dist/chunks/{NcUserBubble-DMBDwtwW.cjs.map → NcUserBubble-Bfph5VfL.cjs.map} +1 -1
  245. package/dist/chunks/{NcUserBubble-RZlZRmxZ.mjs → NcUserBubble-DwKN1aRa.mjs} +1 -1
  246. package/dist/chunks/{NcUserBubble-RZlZRmxZ.mjs.map → NcUserBubble-DwKN1aRa.mjs.map} +1 -1
  247. package/dist/chunks/{NcUserStatusIcon-DMQxYiY6.mjs → NcUserStatusIcon-Blep5GZX.mjs} +1 -1
  248. package/dist/chunks/{NcUserStatusIcon-DMQxYiY6.mjs.map → NcUserStatusIcon-Blep5GZX.mjs.map} +1 -1
  249. package/dist/chunks/{NcUserStatusIcon-7yBYL8ur.cjs → NcUserStatusIcon-Bu_nFfO_.cjs} +1 -1
  250. package/dist/chunks/{NcUserStatusIcon-7yBYL8ur.cjs.map → NcUserStatusIcon-Bu_nFfO_.cjs.map} +1 -1
  251. package/dist/chunks/{ScopeComponent-DdL1psE0.cjs → ScopeComponent-BiLZtJeb.cjs} +1 -1
  252. package/dist/chunks/{ScopeComponent-DdL1psE0.cjs.map → ScopeComponent-BiLZtJeb.cjs.map} +1 -1
  253. package/dist/chunks/{ScopeComponent-9FoStIVM.mjs → ScopeComponent-CGJeYf1D.mjs} +1 -1
  254. package/dist/chunks/{ScopeComponent-9FoStIVM.mjs.map → ScopeComponent-CGJeYf1D.mjs.map} +1 -1
  255. package/dist/chunks/{_l10n-DZggkcVs.cjs → _l10n-BG5lXDmm.cjs} +1 -1
  256. package/dist/chunks/_l10n-BG5lXDmm.cjs.map +1 -0
  257. package/dist/chunks/{_l10n-CAwwH-o2.mjs → _l10n-Cj65IvRp.mjs} +1 -1
  258. package/dist/chunks/_l10n-Cj65IvRp.mjs.map +1 -0
  259. package/dist/chunks/{referencePickerModal-CtIcJRWz.mjs → referencePickerModal-ChgMFkNu.mjs} +133 -130
  260. package/dist/chunks/referencePickerModal-ChgMFkNu.mjs.map +1 -0
  261. package/dist/chunks/{referencePickerModal-Ig4S8WI3.cjs → referencePickerModal-DRZH-El6.cjs} +76 -73
  262. package/dist/chunks/referencePickerModal-DRZH-El6.cjs.map +1 -0
  263. package/dist/chunks/{usernameToColor-7pQQJMR_.cjs → usernameToColor-BG9PjZRM.cjs} +1 -1
  264. package/dist/chunks/{usernameToColor-7pQQJMR_.cjs.map → usernameToColor-BG9PjZRM.cjs.map} +1 -1
  265. package/dist/chunks/{usernameToColor-3Z3jKEos.mjs → usernameToColor-DrnKFnLP.mjs} +1 -1
  266. package/dist/chunks/{usernameToColor-3Z3jKEos.mjs.map → usernameToColor-DrnKFnLP.mjs.map} +1 -1
  267. package/dist/index.cjs +4 -4
  268. package/dist/index.mjs +40 -40
  269. package/package.json +1 -1
  270. package/dist/assets/NcListItem-DLFj1G31.css +0 -175
  271. package/dist/chunks/NcAppContent-CUnQ4EVa.mjs.map +0 -1
  272. package/dist/chunks/NcAppContent-CuOJJPbt.cjs.map +0 -1
  273. package/dist/chunks/NcAvatar-BdtXzaRJ.mjs.map +0 -1
  274. package/dist/chunks/NcAvatar-Bn9oT7sS.cjs.map +0 -1
  275. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs.map +0 -1
  276. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs.map +0 -1
  277. package/dist/chunks/NcListItem-8heZoa83.cjs.map +0 -1
  278. package/dist/chunks/NcListItem-DxnCJdGU.mjs.map +0 -1
  279. package/dist/chunks/_l10n-CAwwH-o2.mjs.map +0 -1
  280. package/dist/chunks/_l10n-DZggkcVs.cjs.map +0 -1
  281. package/dist/chunks/referencePickerModal-CtIcJRWz.mjs.map +0 -1
  282. package/dist/chunks/referencePickerModal-Ig4S8WI3.cjs.map +0 -1
@@ -1,19 +1,19 @@
1
- import '../assets/referencePickerModal-DZ7qJeiJ.css';
2
- import { e as Pt, i as xe, h as Et, a as St, f as kt, d as F, g as xt, c as $t, j as Nt } from "./index-CU14QsCg.mjs";
3
- import { n as N } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
4
- import { r as q, P as Ot, a as S, Q as Lt, R as Tt, S as Ke, T as It, u as Vt, U as At, E as jt, V as Bt } from "./_l10n-CAwwH-o2.mjs";
1
+ import '../assets/referencePickerModal-DWB2ghBg.css';
2
+ import { e as Et, i as xe, h as Pt, a as St, f as kt, d as F, g as xt, c as $t, j as Ot } from "./index-CU14QsCg.mjs";
3
+ import { n as O } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
4
+ import { r as q, P as Nt, a as S, Q as Lt, R as Tt, S as Ke, T as It, u as Vt, U as At, E as jt, V as Bt } from "./_l10n-Cj65IvRp.mjs";
5
5
  import ye from "@nextcloud/axios";
6
6
  import { loadState as Je } from "@nextcloud/initial-state";
7
7
  import { imagePath as qt, generateOcsUrl as Z } from "@nextcloud/router";
8
8
  import ge from "../Components/NcEmptyContent.mjs";
9
9
  import { N as Xe } from "./index-CnpswYi6.mjs";
10
- import { N as Ye } from "./NcSelect-C_dMqtoe.mjs";
10
+ import { N as Ye } from "./NcSelect-BjojUUy7.mjs";
11
11
  import { useIntersectionObserver as Mt, useResizeObserver as Ut } from "@vueuse/core";
12
12
  import Dt, { ref as fe } from "vue";
13
13
  import { g as Wt } from "./autolink-BtgUDDdk.mjs";
14
14
  import Ze from "../Components/NcButton.mjs";
15
15
  import Ft from "../Components/NcLoadingIcon.mjs";
16
- import { N as zt } from "./NcTextField-BEpgHsY2.mjs";
16
+ import { N as zt } from "./NcTextField-BPGi70PD.mjs";
17
17
  import { D as Ht } from "./DotsHorizontal-DfVgEXgz.mjs";
18
18
  import Gt from "../Components/NcModal.mjs";
19
19
  import { emit as Qt } from "@nextcloud/event-bus";
@@ -106,10 +106,10 @@ function te(t, e, r, n) {
106
106
  hash: e.hash || "",
107
107
  query: s,
108
108
  params: e.params || {},
109
- fullPath: Ne(e, i),
109
+ fullPath: Oe(e, i),
110
110
  matched: t ? nr(t) : []
111
111
  };
112
- return r && (a.redirectedFrom = Ne(r, i)), Object.freeze(a);
112
+ return r && (a.redirectedFrom = Oe(r, i)), Object.freeze(a);
113
113
  }
114
114
  function pe(t) {
115
115
  if (Array.isArray(t))
@@ -130,7 +130,7 @@ function nr(t) {
130
130
  e.unshift(t), t = t.parent;
131
131
  return e;
132
132
  }
133
- function Ne(t, e) {
133
+ function Oe(t, e) {
134
134
  var r = t.path, n = t.query;
135
135
  n === void 0 && (n = {});
136
136
  var i = t.hash;
@@ -195,7 +195,7 @@ var ar = {
195
195
  }
196
196
  if (a.routerViewDepth = m, h) {
197
197
  var d = p[c], l = d && d.component;
198
- return l ? (d.configProps && Oe(l, a, d.route, d.configProps), o(l, a, i)) : o();
198
+ return l ? (d.configProps && Ne(l, a, d.route, d.configProps), o(l, a, i)) : o();
199
199
  }
200
200
  var f = u.matched[m], y = f && f.components[c];
201
201
  if (!f || !y)
@@ -212,10 +212,10 @@ var ar = {
212
212
  return _ && (k(p[c], {
213
213
  route: u,
214
214
  configProps: _
215
- }), Oe(y, a, u, _)), o(y, a, i);
215
+ }), Ne(y, a, u, _)), o(y, a, i);
216
216
  }
217
217
  };
218
- function Oe(t, e, r, n) {
218
+ function Ne(t, e, r, n) {
219
219
  var i = e.props = or(r, n);
220
220
  if (i) {
221
221
  i = e.props = k({}, i);
@@ -265,7 +265,7 @@ function cr(t) {
265
265
  hash: e
266
266
  };
267
267
  }
268
- function O(t) {
268
+ function N(t) {
269
269
  return t.replace(/\/(?:\s*\/)+/g, "/");
270
270
  }
271
271
  var re = Array.isArray || function(t) {
@@ -291,7 +291,7 @@ function _e(t, e) {
291
291
  }
292
292
  var m = t[i], h = o[2], v = o[3], d = o[4], l = o[5], f = o[6], y = o[7];
293
293
  s && (r.push(s), s = "");
294
- var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", b = f === "?" || f === "*", R = o[2] || a, P = d || l;
294
+ var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", b = f === "?" || f === "*", R = o[2] || a, E = d || l;
295
295
  r.push({
296
296
  name: v || n++,
297
297
  prefix: h || "",
@@ -300,7 +300,7 @@ function _e(t, e) {
300
300
  repeat: g,
301
301
  partial: _,
302
302
  asterisk: !!y,
303
- pattern: P ? yr(P) : y ? ".*" : "[^" + K(R) + "]+?"
303
+ pattern: E ? yr(E) : y ? ".*" : "[^" + K(R) + "]+?"
304
304
  });
305
305
  }
306
306
  return i < t.length && (s += t.substr(i)), s && r.push(s), r;
@@ -544,18 +544,18 @@ var br = [String, Object], Rr = [String, Array], Te = function() {
544
544
  ), Ae = !0)), this.tag === "a")
545
545
  b.on = g, b.attrs = { href: c, "aria-current": y };
546
546
  else {
547
- var P = ot(this.$slots.default);
548
- if (P) {
549
- P.isStatic = !1;
550
- var E = P.data = k({}, P.data);
551
- E.on = E.on || {};
552
- for (var $ in E.on) {
553
- var U = E.on[$];
554
- $ in g && (E.on[$] = Array.isArray(U) ? U : [U]);
547
+ var E = ot(this.$slots.default);
548
+ if (E) {
549
+ E.isStatic = !1;
550
+ var P = E.data = k({}, E.data);
551
+ P.on = P.on || {};
552
+ for (var $ in P.on) {
553
+ var U = P.on[$];
554
+ $ in g && (P.on[$] = Array.isArray(U) ? U : [U]);
555
555
  }
556
556
  for (var H in g)
557
- H in E.on ? E.on[H].push(g[H]) : E.on[H] = _;
558
- var ke = P.data.attrs = k({}, P.data.attrs);
557
+ H in P.on ? P.on[H].push(g[H]) : P.on[H] = _;
558
+ var ke = E.data.attrs = k({}, E.data.attrs);
559
559
  ke.href = c, ke["aria-current"] = y;
560
560
  } else
561
561
  b.on = g;
@@ -647,7 +647,7 @@ function de(t, e, r, n, i, s) {
647
647
  !/[^\u0000-\u007F]+/.test(a),
648
648
  'Route with path "' + a + '" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path.'
649
649
  ));
650
- var c = n.pathToRegexpOptions || {}, u = Pr(a, i, c.strict);
650
+ var c = n.pathToRegexpOptions || {}, u = Er(a, i, c.strict);
651
651
  typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
652
652
  var p = {
653
653
  path: u,
@@ -670,7 +670,7 @@ function de(t, e, r, n, i, s) {
670
670
  !1,
671
671
  "Named Route '" + n.name + "' has a default child route. When navigating to this named route (:to=\"{name: '" + n.name + "'}\"), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead."
672
672
  ), n.children.forEach(function(l) {
673
- var f = s ? O(s + "/" + l.path) : void 0;
673
+ var f = s ? N(s + "/" + l.path) : void 0;
674
674
  de(t, e, r, l, p, f);
675
675
  })), e[p.path] || (t.push(p.path), e[p.path] = p), n.alias !== void 0)
676
676
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
@@ -714,10 +714,10 @@ function Cr(t, e) {
714
714
  }
715
715
  return r;
716
716
  }
717
- function Pr(t, e, r) {
718
- return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
717
+ function Er(t, e, r) {
718
+ return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : N(e.path + "/" + t);
719
719
  }
720
- function Er(t, e) {
720
+ function Pr(t, e) {
721
721
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
722
722
  function a(v) {
723
723
  G(v, n, i, s);
@@ -758,9 +758,9 @@ function Er(t, e) {
758
758
  } else if (f.path) {
759
759
  f.params = {};
760
760
  for (var R = 0; R < n.length; R++) {
761
- var P = n[R], E = i[P];
762
- if (Sr(E.regex, f.path, f.params))
763
- return h(E, f, l);
761
+ var E = n[R], P = i[E];
762
+ if (Sr(P.regex, f.path, f.params))
763
+ return h(P, f, l);
764
764
  }
765
765
  }
766
766
  return h(null, f);
@@ -772,18 +772,18 @@ function Er(t, e) {
772
772
  !1,
773
773
  "invalid redirect option: " + JSON.stringify(f)
774
774
  ), h(null, d);
775
- var y = f, _ = y.name, g = y.path, b = d.query, R = d.hash, P = d.params;
776
- if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, P = y.hasOwnProperty("params") ? y.params : P, _) {
777
- var E = s[_];
778
- return process.env.NODE_ENV !== "production" && V(E, 'redirect failed: named route "' + _ + '" not found.'), u({
775
+ var y = f, _ = y.name, g = y.path, b = d.query, R = d.hash, E = d.params;
776
+ if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, E = y.hasOwnProperty("params") ? y.params : E, _) {
777
+ var P = s[_];
778
+ return process.env.NODE_ENV !== "production" && V(P, 'redirect failed: named route "' + _ + '" not found.'), u({
779
779
  _normalized: !0,
780
780
  name: _,
781
781
  query: b,
782
782
  hash: R,
783
- params: P
783
+ params: E
784
784
  }, void 0, d);
785
785
  } else if (g) {
786
- var $ = kr(g, v), U = J($, P, 'redirect route with path "' + $ + '"');
786
+ var $ = kr(g, v), U = J($, E, 'redirect route with path "' + $ + '"');
787
787
  return u({
788
788
  _normalized: !0,
789
789
  path: U,
@@ -882,7 +882,7 @@ function $r() {
882
882
  if (t)
883
883
  return ft[t];
884
884
  }
885
- function Nr(t, e) {
885
+ function Or(t, e) {
886
886
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
887
887
  return {
888
888
  x: i.left - n.left - e.x,
@@ -898,7 +898,7 @@ function Me(t) {
898
898
  y: B(t.y) ? t.y : window.pageYOffset
899
899
  };
900
900
  }
901
- function Or(t) {
901
+ function Nr(t) {
902
902
  return {
903
903
  x: B(t.x) ? t.x : 0,
904
904
  y: B(t.y) ? t.y : 0
@@ -914,7 +914,7 @@ function Ue(t, e) {
914
914
  var n = Lr.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
915
915
  if (n) {
916
916
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
917
- i = Or(i), e = Nr(n, i);
917
+ i = Nr(i), e = Or(n, i);
918
918
  } else
919
919
  qe(t) && (e = Me(t));
920
920
  } else
@@ -1253,16 +1253,16 @@ var yt = /* @__PURE__ */ function(t) {
1253
1253
  }, e.prototype.push = function(n, i, s) {
1254
1254
  var a = this, o = this, c = o.current;
1255
1255
  this.transitionTo(n, function(u) {
1256
- se(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1256
+ se(N(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1257
1257
  }, s);
1258
1258
  }, e.prototype.replace = function(n, i, s) {
1259
1259
  var a = this, o = this, c = o.current;
1260
1260
  this.transitionTo(n, function(u) {
1261
- ve(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1261
+ ve(N(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1262
1262
  }, s);
1263
1263
  }, e.prototype.ensureURL = function(n) {
1264
1264
  if (W(this.base) !== this.current.fullPath) {
1265
- var i = O(this.base + this.current.fullPath);
1265
+ var i = N(this.base + this.current.fullPath);
1266
1266
  n ? se(i) : ve(i);
1267
1267
  }
1268
1268
  }, e.prototype.getCurrentLocation = function() {
@@ -1271,7 +1271,7 @@ var yt = /* @__PURE__ */ function(t) {
1271
1271
  }(x);
1272
1272
  function W(t) {
1273
1273
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1274
- return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1274
+ return t && (r === n || r.indexOf(N(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1275
1275
  }
1276
1276
  var gt = /* @__PURE__ */ function(t) {
1277
1277
  function e(r, n, i) {
@@ -1325,7 +1325,7 @@ var gt = /* @__PURE__ */ function(t) {
1325
1325
  function Qr(t) {
1326
1326
  var e = W(t);
1327
1327
  if (!/^\/#/.test(e))
1328
- return window.location.replace(O(t + "/#" + e)), !0;
1328
+ return window.location.replace(N(t + "/#" + e)), !0;
1329
1329
  }
1330
1330
  function ze() {
1331
1331
  var t = X();
@@ -1390,7 +1390,7 @@ var Kr = /* @__PURE__ */ function(t) {
1390
1390
  }, e.prototype.ensureURL = function() {
1391
1391
  }, e;
1392
1392
  }(x), w = function t(e) {
1393
- e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && C(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = Er(e.routes || [], this);
1393
+ e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && C(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = Pr(e.routes || [], this);
1394
1394
  var r = e.mode || "hash";
1395
1395
  switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), z || (r = "abstract"), this.mode = r, r) {
1396
1396
  case "history":
@@ -1444,13 +1444,13 @@ w.prototype.init = function(e) {
1444
1444
  }
1445
1445
  };
1446
1446
  w.prototype.beforeEach = function(e) {
1447
- return Pe(this.beforeHooks, e);
1447
+ return Ee(this.beforeHooks, e);
1448
1448
  };
1449
1449
  w.prototype.beforeResolve = function(e) {
1450
- return Pe(this.resolveHooks, e);
1450
+ return Ee(this.resolveHooks, e);
1451
1451
  };
1452
1452
  w.prototype.afterEach = function(e) {
1453
- return Pe(this.afterHooks, e);
1453
+ return Ee(this.afterHooks, e);
1454
1454
  };
1455
1455
  w.prototype.onReady = function(e, r) {
1456
1456
  this.history.onReady(e, r);
@@ -1516,7 +1516,7 @@ w.prototype.addRoutes = function(e) {
1516
1516
  process.env.NODE_ENV !== "production" && C(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
1517
1517
  };
1518
1518
  Object.defineProperties(w.prototype, _t);
1519
- function Pe(t, e) {
1519
+ function Ee(t, e) {
1520
1520
  return t.push(e), function() {
1521
1521
  var r = t.indexOf(e);
1522
1522
  r > -1 && t.splice(r, 1);
@@ -1524,7 +1524,7 @@ function Pe(t, e) {
1524
1524
  }
1525
1525
  function Jr(t, e, r) {
1526
1526
  var n = r === "hash" ? "#" + e : e;
1527
- return t ? O(t + "/" + n) : n;
1527
+ return t ? N(t + "/" + n) : n;
1528
1528
  }
1529
1529
  w.install = ie;
1530
1530
  w.version = "3.6.5";
@@ -1532,8 +1532,8 @@ w.isNavigationFailure = ue;
1532
1532
  w.NavigationFailureType = A;
1533
1533
  w.START_LOCATION = I;
1534
1534
  z && window.Vue && window.Vue.use(w);
1535
- q(Ot);
1536
- const Xr = {
1535
+ q(Nt);
1536
+ const Xr = 3 * 60 * 1e3, Yr = {
1537
1537
  name: "NcReferenceWidget",
1538
1538
  components: {
1539
1539
  NcButton: Ze
@@ -1568,7 +1568,8 @@ const Xr = {
1568
1568
  data() {
1569
1569
  return {
1570
1570
  showInteractive: !1,
1571
- rendered: !1
1571
+ rendered: !1,
1572
+ idleTimeout: null
1572
1573
  };
1573
1574
  },
1574
1575
  computed: {
@@ -1576,13 +1577,13 @@ const Xr = {
1576
1577
  return !this.interactiveOptIn && this.interactive || this.showInteractive;
1577
1578
  },
1578
1579
  hasFullWidth() {
1579
- return Pt(this.reference.richObjectType);
1580
+ return Et(this.reference.richObjectType);
1580
1581
  },
1581
1582
  hasCustomWidget() {
1582
1583
  return xe(this.reference.richObjectType);
1583
1584
  },
1584
1585
  hasInteractiveView() {
1585
- return xe(this.reference.richObjectType) && Et(this.reference.richObjectType);
1586
+ return xe(this.reference.richObjectType) && Pt(this.reference.richObjectType);
1586
1587
  },
1587
1588
  noAccess() {
1588
1589
  return this.reference && !this.reference.accessible;
@@ -1616,10 +1617,12 @@ const Xr = {
1616
1617
  isVisible: {
1617
1618
  handler(t) {
1618
1619
  if (!t) {
1619
- this.destroyWidget();
1620
+ this.idleTimeout = setTimeout(() => {
1621
+ this.isVisible || this.destroyWidget();
1622
+ }, Xr);
1620
1623
  return;
1621
1624
  }
1622
- this.renderWidget();
1625
+ this.idleTimeout && (clearTimeout(this.idleTimeout), this.idleTimeout = null), this.rendered || this.renderWidget();
1623
1626
  },
1624
1627
  immediate: !0
1625
1628
  }
@@ -1649,20 +1652,20 @@ const Xr = {
1649
1652
  }
1650
1653
  }
1651
1654
  };
1652
- var Yr = function() {
1655
+ var Zr = function() {
1653
1656
  var e = this, r = e._self._c;
1654
1657
  return r("div", { ref: "widgetRoot", class: { "toggle-interactive": e.hasInteractiveView && !e.isInteractive } }, [e.reference && e.hasCustomWidget ? r("div", { ref: "customWidget", staticClass: "widget-custom", class: { "full-width": e.hasFullWidth } }) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(" " + e._s(e.reference.openGraphObject.name) + " ")]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(" " + e._s(e.reference.openGraphObject.description) + " ")]), r("p", { staticClass: "widget-default--link" }, [e._v(" " + e._s(e.compactLink) + " ")])])]) : e._e(), e.interactiveOptIn && e.hasInteractiveView && !e.isInteractive ? r("NcButton", { staticClass: "toggle-interactive--button", on: { click: e.enableInteractive } }, [e._v(" " + e._s(e.t("Enable interactive view")) + " ")]) : e._e()], 1);
1655
- }, Zr = [], en = /* @__PURE__ */ N(
1656
- Xr,
1658
+ }, en = [], tn = /* @__PURE__ */ O(
1657
1659
  Yr,
1658
1660
  Zr,
1661
+ en,
1659
1662
  !1,
1660
1663
  null,
1661
- "9aee285d",
1664
+ "08d7279d",
1662
1665
  null,
1663
1666
  null
1664
1667
  );
1665
- const tn = en.exports, rn = {
1668
+ const rn = tn.exports, nn = {
1666
1669
  name: "NcCustomPickerElement",
1667
1670
  props: {
1668
1671
  /**
@@ -1708,20 +1711,20 @@ const tn = en.exports, rn = {
1708
1711
  }
1709
1712
  }
1710
1713
  };
1711
- var nn = function() {
1714
+ var sn = function() {
1712
1715
  var e = this, r = e._self._c;
1713
1716
  return r("div", { ref: "domElement" });
1714
- }, sn = [], an = /* @__PURE__ */ N(
1715
- rn,
1717
+ }, an = [], on = /* @__PURE__ */ O(
1716
1718
  nn,
1717
1719
  sn,
1720
+ an,
1718
1721
  !1,
1719
1722
  null,
1720
1723
  "25f1cef8",
1721
1724
  null,
1722
1725
  null
1723
1726
  );
1724
- const on = an.exports;
1727
+ const cn = on.exports;
1725
1728
  q(Lt);
1726
1729
  const wt = "any-link", bt = {
1727
1730
  id: wt,
@@ -1730,7 +1733,7 @@ const wt = "any-link", bt = {
1730
1733
  };
1731
1734
  window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Je("core", "reference-provider-list", []));
1732
1735
  window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Je("core", "reference-provider-timestamps", {}));
1733
- function cn(t) {
1736
+ function un(t) {
1734
1737
  return t === wt ? bt : Rt().find((e) => e.id === t);
1735
1738
  }
1736
1739
  function Rt() {
@@ -1739,18 +1742,18 @@ function Rt() {
1739
1742
  return e || console.debug("[smart picker]", t.id, "reference provider is discoverable but does not have any related search provider or custom picker component registered"), e;
1740
1743
  });
1741
1744
  }
1742
- function un(t) {
1745
+ function ln(t) {
1743
1746
  const e = window._vue_richtext_reference_provider_timestamps;
1744
1747
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1745
1748
  const i = e[r.id], s = e[n.id];
1746
1749
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1747
1750
  });
1748
1751
  }
1749
- function ln(t, e = null) {
1750
- const r = Rt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), a = un(r).filter((c) => c.title.match(i)), o = e ? a.slice(0, e) : a;
1752
+ function fn(t, e = null) {
1753
+ const r = Rt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), a = ln(r).filter((c) => c.title.match(i)), o = e ? a.slice(0, e) : a;
1751
1754
  return (t === "" || o.length === 0) && o.push(bt), o;
1752
1755
  }
1753
- function fn(t) {
1756
+ function hn(t) {
1754
1757
  const e = Math.floor(Date.now() / 1e3), r = {
1755
1758
  timestamp: e
1756
1759
  }, n = Z("references/provider/{providerId}", { providerId: t });
@@ -1767,7 +1770,7 @@ function Ct(t, e) {
1767
1770
  }, e || 0);
1768
1771
  };
1769
1772
  }
1770
- function Ee(t) {
1773
+ function Pe(t) {
1771
1774
  try {
1772
1775
  return !!new URL(t);
1773
1776
  } catch {
@@ -1775,7 +1778,7 @@ function Ee(t) {
1775
1778
  }
1776
1779
  }
1777
1780
  q(Ke, Tt);
1778
- const hn = {
1781
+ const pn = {
1779
1782
  name: "LinkVariantIcon",
1780
1783
  emits: ["click"],
1781
1784
  props: {
@@ -1792,22 +1795,22 @@ const hn = {
1792
1795
  }
1793
1796
  }
1794
1797
  };
1795
- var pn = function() {
1798
+ var dn = function() {
1796
1799
  var e = this, r = e._self._c;
1797
1800
  return r("span", e._b({ staticClass: "material-design-icon link-variant-icon", attrs: { "aria-hidden": e.title ? null : !0, "aria-label": e.title, role: "img" }, on: { click: function(n) {
1798
1801
  return e.$emit("click", n);
1799
1802
  } } }, "span", e.$attrs, !1), [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { d: "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" } }, [e.title ? r("title", [e._v(e._s(e.title))]) : e._e()])])]);
1800
- }, dn = [], vn = /* @__PURE__ */ N(
1801
- hn,
1803
+ }, vn = [], mn = /* @__PURE__ */ O(
1802
1804
  pn,
1803
1805
  dn,
1806
+ vn,
1804
1807
  !1,
1805
1808
  null,
1806
1809
  null,
1807
1810
  null,
1808
1811
  null
1809
1812
  );
1810
- const Se = vn.exports, mn = {
1813
+ const Se = mn.exports, yn = {
1811
1814
  name: "NcProviderList",
1812
1815
  components: {
1813
1816
  NcSelect: Ye,
@@ -1830,11 +1833,11 @@ const Se = vn.exports, mn = {
1830
1833
  computed: {
1831
1834
  options() {
1832
1835
  const t = [];
1833
- return this.query !== "" && Ee(this.query) && t.push({
1836
+ return this.query !== "" && Pe(this.query) && t.push({
1834
1837
  id: this.query,
1835
1838
  title: this.query,
1836
1839
  isLink: !0
1837
- }), t.push(...ln(this.query)), t;
1840
+ }), t.push(...fn(this.query)), t;
1838
1841
  }
1839
1842
  },
1840
1843
  methods: {
@@ -1852,7 +1855,7 @@ const Se = vn.exports, mn = {
1852
1855
  }
1853
1856
  }
1854
1857
  };
1855
- var yn = function() {
1858
+ var gn = function() {
1856
1859
  var e = this, r = e._self._c;
1857
1860
  return r("div", { staticClass: "provider-list" }, [r("NcSelect", { ref: "provider-select", staticClass: "provider-list--select", attrs: { "input-id": "provider-select-input", label: "title", placeholder: e.multiselectPlaceholder, options: e.options, "append-to-body": !1, "clear-search-on-select": !0, "clear-search-on-blur": () => !1, filterable: !1 }, on: { search: e.onSearch, input: e.onProviderSelected }, scopedSlots: e._u([{ key: "option", fn: function(n) {
1858
1861
  return [n.isLink ? r("div", { staticClass: "provider" }, [r("LinkVariantIcon", { staticClass: "link-icon", attrs: { size: 20 } }), r("span", [e._v(e._s(n.title))])], 1) : r("div", { staticClass: "provider" }, [r("img", { staticClass: "provider-icon", attrs: { src: n.icon_url, alt: e.providerIconAlt } }), r("NcHighlight", { staticClass: "option-text", attrs: { search: e.query, text: n.title } })], 1)];
@@ -1861,25 +1864,25 @@ var yn = function() {
1861
1864
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1862
1865
  return [r("LinkVariantIcon")];
1863
1866
  }, proxy: !0 }]) })], 1);
1864
- }, gn = [], _n = /* @__PURE__ */ N(
1865
- mn,
1867
+ }, _n = [], wn = /* @__PURE__ */ O(
1866
1868
  yn,
1867
1869
  gn,
1870
+ _n,
1868
1871
  !1,
1869
1872
  null,
1870
1873
  "e880790e",
1871
1874
  null,
1872
1875
  null
1873
1876
  );
1874
- const wn = _n.exports;
1877
+ const bn = wn.exports;
1875
1878
  q(It);
1876
- const bn = {
1879
+ const Rn = {
1877
1880
  name: "NcRawLinkInput",
1878
1881
  components: {
1879
1882
  LinkVariantIcon: Se,
1880
1883
  NcEmptyContent: ge,
1881
1884
  NcLoadingIcon: Ft,
1882
- NcReferenceWidget: tn,
1885
+ NcReferenceWidget: rn,
1883
1886
  NcTextField: zt
1884
1887
  },
1885
1888
  props: {
@@ -1905,7 +1908,7 @@ const bn = {
1905
1908
  },
1906
1909
  computed: {
1907
1910
  isLinkValid() {
1908
- return Ee(this.inputValue);
1911
+ return Pe(this.inputValue);
1909
1912
  }
1910
1913
  },
1911
1914
  methods: {
@@ -1938,7 +1941,7 @@ const bn = {
1938
1941
  }
1939
1942
  }
1940
1943
  };
1941
- var Rn = function() {
1944
+ var Cn = function() {
1942
1945
  var e = this, r = e._self._c;
1943
1946
  return r("div", { staticClass: "raw-link" }, [r("div", { staticClass: "input-wrapper" }, [r("NcTextField", { ref: "url-input", attrs: { value: e.inputValue, "show-trailing-button": e.inputValue !== "", label: e.inputPlaceholder }, on: { "update:value": [function(n) {
1944
1947
  e.inputValue = n;
@@ -1947,17 +1950,17 @@ var Rn = function() {
1947
1950
  } } }, [e.loading ? r("NcLoadingIcon", { attrs: { size: 16 } }) : r("LinkVariantIcon", { attrs: { size: 16 } })], 1)], 1), e.reference !== null ? r("NcReferenceWidget", { staticClass: "reference-widget", attrs: { reference: e.reference } }) : r("NcEmptyContent", { staticClass: "raw-link--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1948
1951
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1949
1952
  }, proxy: !0 }]) })], 1);
1950
- }, Cn = [], Pn = /* @__PURE__ */ N(
1951
- bn,
1953
+ }, En = [], Pn = /* @__PURE__ */ O(
1952
1954
  Rn,
1953
1955
  Cn,
1956
+ En,
1954
1957
  !1,
1955
1958
  null,
1956
1959
  "d0ba247a",
1957
1960
  null,
1958
1961
  null
1959
1962
  );
1960
- const En = Pn.exports, Sn = {
1963
+ const Sn = Pn.exports, kn = {
1961
1964
  name: "NcSearchResult",
1962
1965
  components: {
1963
1966
  NcHighlight: Xe
@@ -1980,22 +1983,22 @@ const En = Pn.exports, Sn = {
1980
1983
  }
1981
1984
  }
1982
1985
  };
1983
- var kn = function() {
1986
+ var xn = function() {
1984
1987
  var e = this, r = e._self._c;
1985
1988
  return r("div", { staticClass: "result" }, [e.entry.icon ? r("div", { staticClass: "result--icon-class", class: { [e.entry.icon]: !0, rounded: e.entry.rounded } }) : r("img", { staticClass: "result--image", class: { rounded: e.entry.rounded }, attrs: { src: e.entry.thumbnailUrl } }), r("div", { staticClass: "result--content" }, [r("span", { staticClass: "result--content--name" }, [r("NcHighlight", { attrs: { search: e.query, text: e.entry.title } })], 1), r("span", { staticClass: "result--content--subline" }, [r("NcHighlight", { attrs: { search: e.query, text: e.entry.subline } })], 1)])]);
1986
- }, xn = [], $n = /* @__PURE__ */ N(
1987
- Sn,
1989
+ }, $n = [], On = /* @__PURE__ */ O(
1988
1990
  kn,
1989
1991
  xn,
1992
+ $n,
1990
1993
  !1,
1991
1994
  null,
1992
1995
  "7a394a58",
1993
1996
  null,
1994
1997
  null
1995
1998
  );
1996
- const Nn = $n.exports;
1999
+ const Nn = On.exports;
1997
2000
  q(At, Ke, Vt);
1998
- const Qe = 5, On = {
2001
+ const Qe = 5, Ln = {
1999
2002
  name: "NcSearch",
2000
2003
  components: {
2001
2004
  LinkVariantIcon: Se,
@@ -2047,7 +2050,7 @@ const Qe = 5, On = {
2047
2050
  if (this.searchQuery === "")
2048
2051
  return [];
2049
2052
  const t = [];
2050
- return Ee(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2053
+ return Pe(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2051
2054
  },
2052
2055
  rawLinkEntry() {
2053
2056
  return {
@@ -2145,7 +2148,7 @@ const Qe = 5, On = {
2145
2148
  }
2146
2149
  }
2147
2150
  };
2148
- var Ln = function() {
2151
+ var Tn = function() {
2149
2152
  var e = this, r = e._self._c;
2150
2153
  return r("div", { staticClass: "smart-picker-search", class: { "with-empty-content": e.showEmptyContent } }, [r("NcSelect", { ref: "search-select", staticClass: "smart-picker-search--select", attrs: { "input-id": "search-select-input", label: "name", placeholder: e.mySearchPlaceholder, options: e.options, "append-to-body": !1, "close-on-select": !1, "clear-search-on-select": !1, "clear-search-on-blur": () => !1, "reset-focus-on-options-change": !1, filterable: !1, autoscroll: !0, "reset-on-options-change": !1, loading: e.searching }, on: { search: e.onSearchInput, input: e.onSelectResultSelected }, scopedSlots: e._u([{ key: "option", fn: function(n) {
2151
2154
  return [n.isRawLink ? r("div", { staticClass: "custom-option" }, [r("LinkVariantIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t("Raw link {options}", { options: n.resourceUrl })) + " ")])], 1) : n.resourceUrl ? r("NcSearchResult", { staticClass: "search-result", attrs: { entry: n, query: e.searchQuery } }) : n.isCustomGroupTitle ? r("span", { staticClass: "custom-option group-name" }, [e.provider.icon_url ? r("img", { staticClass: "provider-icon group-name-icon", attrs: { src: e.provider.icon_url } }) : e._e(), r("span", { staticClass: "option-text" }, [r("strong", [e._v(e._s(n.name))])])]) : n.isMore ? r("span", { class: { "custom-option": !0 } }, [n.isLoading ? r("span", { staticClass: "option-simple-icon icon-loading-small" }) : r("DotsHorizontalIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t('Load more "{options}"', { options: n.name })) + " ")])], 1) : e._e()];
@@ -2156,28 +2159,28 @@ var Ln = function() {
2156
2159
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2157
2160
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2158
2161
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2159
- }, Tn = [], In = /* @__PURE__ */ N(
2160
- On,
2162
+ }, In = [], Vn = /* @__PURE__ */ O(
2161
2163
  Ln,
2162
2164
  Tn,
2165
+ In,
2163
2166
  !1,
2164
2167
  null,
2165
2168
  "97d196f0",
2166
2169
  null,
2167
2170
  null
2168
2171
  );
2169
- const Vn = In.exports, D = {
2172
+ const An = Vn.exports, D = {
2170
2173
  providerList: 1,
2171
2174
  standardLinkInput: 2,
2172
2175
  searchInput: 3,
2173
2176
  customElement: 4
2174
- }, An = {
2177
+ }, jn = {
2175
2178
  name: "NcReferencePicker",
2176
2179
  components: {
2177
- NcCustomPickerElement: on,
2178
- NcProviderList: wn,
2179
- NcRawLinkInput: En,
2180
- NcSearch: Vn
2180
+ NcCustomPickerElement: cn,
2181
+ NcProviderList: bn,
2182
+ NcRawLinkInput: Sn,
2183
+ NcSearch: An
2181
2184
  },
2182
2185
  props: {
2183
2186
  /**
@@ -2262,7 +2265,7 @@ const Vn = In.exports, D = {
2262
2265
  this.$emit("cancel");
2263
2266
  },
2264
2267
  submitLink(t) {
2265
- this.selectedProvider !== null && fn(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2268
+ this.selectedProvider !== null && hn(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2266
2269
  },
2267
2270
  deselectProvider() {
2268
2271
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
@@ -2272,27 +2275,27 @@ const Vn = In.exports, D = {
2272
2275
  }
2273
2276
  }
2274
2277
  };
2275
- var jn = function() {
2278
+ var Bn = function() {
2276
2279
  var e = this, r = e._self._c;
2277
2280
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2278
2281
  return !n.type.indexOf("key") && e._k(n.keyCode, "esc", 27, n.key, ["Esc", "Escape"]) ? null : (n.stopPropagation(), n.preventDefault(), e.onEscapePressed.apply(null, arguments));
2279
2282
  } } }, [e.mode === e.MODES.providerList ? r("NcProviderList", { ref: "provider-list", on: { "select-provider": e.onProviderSelected, submit: e.submitLink, cancel: e.cancelProviderSelection } }) : e.mode === e.MODES.standardLinkInput ? r("NcRawLinkInput", { ref: "url-input", attrs: { provider: e.selectedProvider }, on: { submit: e.submitLink, cancel: e.cancelRawLinkInput } }) : e.mode === e.MODES.searchInput ? r("NcSearch", { ref: "url-input", attrs: { provider: e.selectedProvider }, on: { cancel: e.cancelSearch, submit: e.submitLink } }) : e.mode === e.MODES.customElement ? r("div", { staticClass: "custom-element-wrapper" }, [r("NcCustomPickerElement", { attrs: { provider: e.selectedProvider }, on: { submit: e.submitLink, cancel: e.cancelCustomElement } })], 1) : e._e()], 1);
2280
- }, Bn = [], qn = /* @__PURE__ */ N(
2281
- An,
2283
+ }, qn = [], Mn = /* @__PURE__ */ O(
2282
2284
  jn,
2283
2285
  Bn,
2286
+ qn,
2284
2287
  !1,
2285
2288
  null,
2286
2289
  "12c38c93",
2287
2290
  null,
2288
2291
  null
2289
2292
  );
2290
- const Mn = qn.exports;
2293
+ const Un = Mn.exports;
2291
2294
  q(Bt, jt);
2292
- const Un = {
2295
+ const Dn = {
2293
2296
  name: "NcReferencePickerModal",
2294
2297
  components: {
2295
- NcReferencePicker: Mn,
2298
+ NcReferencePicker: Un,
2296
2299
  NcModal: Gt,
2297
2300
  NcButton: Ze,
2298
2301
  ArrowLeftIcon: Kt,
@@ -2344,7 +2347,7 @@ const Un = {
2344
2347
  },
2345
2348
  modalSize() {
2346
2349
  var t;
2347
- return this.isProviderSelected && F(this.selectedProvider.id) ? (t = Nt(this.selectedProvider.id)) != null ? t : "large" : "normal";
2350
+ return this.isProviderSelected && F(this.selectedProvider.id) ? (t = Ot(this.selectedProvider.id)) != null ? t : "large" : "normal";
2348
2351
  },
2349
2352
  showModalName() {
2350
2353
  return !this.isProviderSelected || !F(this.selectedProvider.id);
@@ -2374,30 +2377,30 @@ const Un = {
2374
2377
  }
2375
2378
  }
2376
2379
  };
2377
- var Dn = function() {
2380
+ var Wn = function() {
2378
2381
  var e = this, r = e._self._c;
2379
2382
  return e.show ? r("NcModal", { staticClass: "reference-picker-modal", attrs: { size: e.modalSize, "can-close": !1 }, on: { close: e.onCancel } }, [r("div", { ref: "modal_content", staticClass: "reference-picker-modal--content" }, [e.showBackButton ? r("NcButton", { staticClass: "back-button", attrs: { "aria-label": e.backButtonTitle, title: e.backButtonTitle }, on: { click: e.onBackClicked }, scopedSlots: e._u([{ key: "icon", fn: function() {
2380
2383
  return [r("ArrowLeftIcon")];
2381
2384
  }, proxy: !0 }], null, !1, 3001860362) }) : e._e(), r("NcButton", { staticClass: "close-button", attrs: { "aria-label": e.closeButtonLabel, title: e.closeButtonTitle, type: "tertiary" }, on: { click: e.onCancel }, scopedSlots: e._u([{ key: "icon", fn: function() {
2382
2385
  return [r("CloseIcon")];
2383
2386
  }, proxy: !0 }], null, !1, 2491825086) }), e.showModalName ? r("h2", [e._v(" " + e._s(e.modalName) + " ")]) : e._e(), r("NcReferencePicker", { ref: "referencePicker", attrs: { "initial-provider": e.initialProvider, "focus-on-create": e.focusOnCreate }, on: { "provider-selected": e.onProviderSelect, submit: e.onSubmit, cancel: e.onCancel } })], 1)]) : e._e();
2384
- }, Wn = [], Fn = /* @__PURE__ */ N(
2385
- Un,
2387
+ }, Fn = [], zn = /* @__PURE__ */ O(
2386
2388
  Dn,
2387
2389
  Wn,
2390
+ Fn,
2388
2391
  !1,
2389
2392
  null,
2390
2393
  "ab09ebaa",
2391
2394
  null,
2392
2395
  null
2393
2396
  );
2394
- const zn = Fn.exports;
2395
- async function hi(t = null, e = void 0) {
2397
+ const Hn = zn.exports;
2398
+ async function pi(t = null, e = void 0) {
2396
2399
  return await new Promise((r, n) => {
2397
2400
  var u;
2398
2401
  const i = "referencePickerModal", s = document.createElement("div");
2399
2402
  s.id = i, document.body.append(s);
2400
- const a = t === null ? null : (u = cn(t)) != null ? u : null, o = Dt.extend(zn), c = new o({
2403
+ const a = t === null ? null : (u = un(t)) != null ? u : null, o = Dt.extend(Hn), c = new o({
2401
2404
  propsData: {
2402
2405
  initialProvider: a,
2403
2406
  isInsideViewer: e
@@ -2412,14 +2415,14 @@ async function hi(t = null, e = void 0) {
2412
2415
  }
2413
2416
  export {
2414
2417
  at as L,
2415
- tn as N,
2418
+ rn as N,
2416
2419
  wt as a,
2417
- cn as b,
2420
+ un as b,
2418
2421
  Rt as c,
2419
- ln as d,
2420
- Mn as e,
2421
- zn as f,
2422
- hi as g,
2423
- Vn as h,
2424
- un as s
2422
+ fn as d,
2423
+ Un as e,
2424
+ Hn as f,
2425
+ pi as g,
2426
+ An as h,
2427
+ ln as s
2425
2428
  };