@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
@@ -1,25 +1,24 @@
1
1
  import '../assets/referencePickerModal-A0PlFUEI.css';
2
- import { isWidgetRegistered as Pt, destroyWidget as Ct, renderWidget as Et, isCustomPickerElementRegistered as z, destroyCustomPickerElement as kt, renderCustomPickerElement as St, getCustomPickerElementSize as xt } from "../Functions/registerReference.mjs";
2
+ import { isWidgetRegistered as bt, destroyWidget as Rt, renderWidget as Pt, isCustomPickerElementRegistered as z, destroyCustomPickerElement as Ct, renderCustomPickerElement as Et, getCustomPickerElementSize as St } from "../Functions/registerReference.mjs";
3
3
  import { n as N } from "./_plugin-vue2_normalizer-u6G_3nkj.mjs";
4
- import { r as F, O as $t, a as k, P as Nt, Q as Ke, R as Lt, u as Ot, S as Tt, G as At, T as It } from "./_l10n-FmsZpnE4.mjs";
5
- import ge from "@nextcloud/axios";
6
- import { loadState as Ze } from "@nextcloud/initial-state";
7
- import { getBaseUrl as Vt, imagePath as jt, generateOcsUrl as Y } from "@nextcloud/router";
4
+ import { r as W, O as kt, a as S, P as xt, Q as Ge, R as $t, u as Nt, S as Lt, G as Ot, T as Tt } from "./_l10n-Y2fvkVoK.mjs";
5
+ import me from "@nextcloud/axios";
6
+ import { loadState as Qe } from "@nextcloud/initial-state";
7
+ import { imagePath as At, generateOcsUrl as Z } from "@nextcloud/router";
8
8
  import ye from "../Components/NcEmptyContent.mjs";
9
- import { N as Je } from "./index-2phCrsSH.mjs";
10
- import { N as Xe } from "./NcSelect-b2H-YQsK.mjs";
11
- import { visit as Bt, SKIP as qt } from "unist-util-visit";
12
- import { u as fe } from "unist-builder";
13
- import { useResizeObserver as Mt } from "@vueuse/core";
14
- import Ut from "../Components/NcLoadingIcon.mjs";
15
- import { N as Dt } from "./NcTextField-NnW31cA4.mjs";
16
- import { D as zt } from "./DotsHorizontal-IbmXTXRA.mjs";
17
- import Ft from "../Components/NcButton.mjs";
18
- import Wt from "../Components/NcModal.mjs";
19
- import { emit as Ht } from "@nextcloud/event-bus";
20
- import { A as Gt } from "./ArrowLeft-uW5eNVkY.mjs";
21
- import { C as Qt } from "./Close-QtH6_3PP.mjs";
22
- import Kt from "vue";
9
+ import { N as Ke } from "./index-2phCrsSH.mjs";
10
+ import { N as Je } from "./NcSelect-75KHhmKy.mjs";
11
+ import { g as It } from "./autolink-oKM43mOC.mjs";
12
+ import { useResizeObserver as Vt } from "@vueuse/core";
13
+ import jt from "../Components/NcLoadingIcon.mjs";
14
+ import { N as Bt } from "./NcTextField-J7CSrszM.mjs";
15
+ import { D as qt } from "./DotsHorizontal-IbmXTXRA.mjs";
16
+ import Mt from "../Components/NcButton.mjs";
17
+ import Ut from "../Components/NcModal.mjs";
18
+ import { emit as Dt } from "@nextcloud/event-bus";
19
+ import { A as zt } from "./ArrowLeft-uW5eNVkY.mjs";
20
+ import { C as Wt } from "./Close-QtH6_3PP.mjs";
21
+ import Ft from "vue";
23
22
  /*!
24
23
  * vue-router v3.6.5
25
24
  * (c) 2022 Evan You
@@ -32,17 +31,17 @@ function I(t, e) {
32
31
  function P(t, e) {
33
32
  t || typeof console < "u" && console.warn("[vue-router] " + e);
34
33
  }
35
- function S(t, e) {
34
+ function k(t, e) {
36
35
  for (var r in e)
37
36
  t[r] = e[r];
38
37
  return t;
39
38
  }
40
- var Zt = /[!'()*]/g, Jt = function(t) {
39
+ var Ht = /[!'()*]/g, Gt = function(t) {
41
40
  return "%" + t.charCodeAt(0).toString(16);
42
- }, Xt = /%2C/g, j = function(t) {
43
- return encodeURIComponent(t).replace(Zt, Jt).replace(Xt, ",");
41
+ }, Qt = /%2C/g, j = function(t) {
42
+ return encodeURIComponent(t).replace(Ht, Gt).replace(Qt, ",");
44
43
  };
45
- function he(t) {
44
+ function fe(t) {
46
45
  try {
47
46
  return decodeURIComponent(t);
48
47
  } catch {
@@ -50,9 +49,9 @@ function he(t) {
50
49
  }
51
50
  return t;
52
51
  }
53
- function Yt(t, e, r) {
52
+ function Kt(t, e, r) {
54
53
  e === void 0 && (e = {});
55
- var n = r || er, i;
54
+ var n = r || Jt, i;
56
55
  try {
57
56
  i = n(t || "");
58
57
  } catch (a) {
@@ -60,21 +59,21 @@ function Yt(t, e, r) {
60
59
  }
61
60
  for (var s in e) {
62
61
  var o = e[s];
63
- i[s] = Array.isArray(o) ? o.map(xe) : xe(o);
62
+ i[s] = Array.isArray(o) ? o.map(ke) : ke(o);
64
63
  }
65
64
  return i;
66
65
  }
67
- var xe = function(t) {
66
+ var ke = function(t) {
68
67
  return t == null || typeof t == "object" ? t : String(t);
69
68
  };
70
- function er(t) {
69
+ function Jt(t) {
71
70
  var e = {};
72
71
  return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
73
- var n = r.replace(/\+/g, " ").split("="), i = he(n.shift()), s = n.length > 0 ? he(n.join("=")) : null;
72
+ var n = r.replace(/\+/g, " ").split("="), i = fe(n.shift()), s = n.length > 0 ? fe(n.join("=")) : null;
74
73
  e[i] === void 0 ? e[i] = s : Array.isArray(e[i]) ? e[i].push(s) : e[i] = [e[i], s];
75
74
  }), e;
76
75
  }
77
- function tr(t) {
76
+ function Xt(t) {
78
77
  var e = t ? Object.keys(t).map(function(r) {
79
78
  var n = t[r];
80
79
  if (n === void 0)
@@ -97,7 +96,7 @@ var ee = /\/?$/;
97
96
  function te(t, e, r, n) {
98
97
  var i = n && n.options.stringifyQuery, s = e.query || {};
99
98
  try {
100
- s = pe(s);
99
+ s = he(s);
101
100
  } catch {
102
101
  }
103
102
  var o = {
@@ -107,18 +106,18 @@ function te(t, e, r, n) {
107
106
  hash: e.hash || "",
108
107
  query: s,
109
108
  params: e.params || {},
110
- fullPath: $e(e, i),
111
- matched: t ? rr(t) : []
109
+ fullPath: xe(e, i),
110
+ matched: t ? Yt(t) : []
112
111
  };
113
- return r && (o.redirectedFrom = $e(r, i)), Object.freeze(o);
112
+ return r && (o.redirectedFrom = xe(r, i)), Object.freeze(o);
114
113
  }
115
- function pe(t) {
114
+ function he(t) {
116
115
  if (Array.isArray(t))
117
- return t.map(pe);
116
+ return t.map(he);
118
117
  if (t && typeof t == "object") {
119
118
  var e = {};
120
119
  for (var r in t)
121
- e[r] = pe(t[r]);
120
+ e[r] = he(t[r]);
122
121
  return e;
123
122
  } else
124
123
  return t;
@@ -126,20 +125,20 @@ function pe(t) {
126
125
  var A = te(null, {
127
126
  path: "/"
128
127
  });
129
- function rr(t) {
128
+ function Yt(t) {
130
129
  for (var e = []; t; )
131
130
  e.unshift(t), t = t.parent;
132
131
  return e;
133
132
  }
134
- function $e(t, e) {
133
+ function xe(t, e) {
135
134
  var r = t.path, n = t.query;
136
135
  n === void 0 && (n = {});
137
136
  var i = t.hash;
138
137
  i === void 0 && (i = "");
139
- var s = e || tr;
138
+ var s = e || Xt;
140
139
  return (r || "/") + s(n) + i;
141
140
  }
142
- function Ye(t, e, r) {
141
+ function Xe(t, e, r) {
143
142
  return e === A ? t === e : e ? t.path && e.path ? t.path.replace(ee, "") === e.path.replace(ee, "") && (r || t.hash === e.hash && Q(t.query, e.query)) : t.name && e.name ? t.name === e.name && (r || t.hash === e.hash && Q(t.query, e.query) && Q(t.params, e.params)) : !1 : !1;
144
143
  }
145
144
  function Q(t, e) {
@@ -154,18 +153,18 @@ function Q(t, e) {
154
153
  return o == null || c == null ? o === c : typeof o == "object" && typeof c == "object" ? Q(o, c) : String(o) === String(c);
155
154
  });
156
155
  }
157
- function nr(t, e) {
156
+ function Zt(t, e) {
158
157
  return t.path.replace(ee, "/").indexOf(
159
158
  e.path.replace(ee, "/")
160
- ) === 0 && (!e.hash || t.hash === e.hash) && ir(t.query, e.query);
159
+ ) === 0 && (!e.hash || t.hash === e.hash) && er(t.query, e.query);
161
160
  }
162
- function ir(t, e) {
161
+ function er(t, e) {
163
162
  for (var r in e)
164
163
  if (!(r in t))
165
164
  return !1;
166
165
  return !0;
167
166
  }
168
- function et(t) {
167
+ function Ye(t) {
169
168
  for (var e = 0; e < t.matched.length; e++) {
170
169
  var r = t.matched[e];
171
170
  for (var n in r.instances) {
@@ -178,7 +177,7 @@ function et(t) {
178
177
  }
179
178
  }
180
179
  }
181
- var sr = {
180
+ var tr = {
182
181
  name: "RouterView",
183
182
  functional: !0,
184
183
  props: {
@@ -196,36 +195,36 @@ var sr = {
196
195
  }
197
196
  if (o.routerViewDepth = m, h) {
198
197
  var p = d[c], l = p && p.component;
199
- return l ? (p.configProps && Ne(l, o, p.route, p.configProps), a(l, o, i)) : a();
198
+ return l ? (p.configProps && $e(l, o, p.route, p.configProps), a(l, o, i)) : a();
200
199
  }
201
- var f = u.matched[m], g = f && f.components[c];
202
- if (!f || !g)
200
+ var f = u.matched[m], y = f && f.components[c];
201
+ if (!f || !y)
203
202
  return d[c] = null, a();
204
- d[c] = { component: g }, o.registerRouteInstance = function(y, w) {
203
+ d[c] = { component: y }, o.registerRouteInstance = function(g, b) {
205
204
  var R = f.instances[c];
206
- (w && R !== y || !w && R === y) && (f.instances[c] = w);
207
- }, (o.hook || (o.hook = {})).prepatch = function(y, w) {
208
- f.instances[c] = w.componentInstance;
209
- }, o.hook.init = function(y) {
210
- y.data.keepAlive && y.componentInstance && y.componentInstance !== f.instances[c] && (f.instances[c] = y.componentInstance), et(u);
205
+ (b && R !== g || !b && R === g) && (f.instances[c] = b);
206
+ }, (o.hook || (o.hook = {})).prepatch = function(g, b) {
207
+ f.instances[c] = b.componentInstance;
208
+ }, o.hook.init = function(g) {
209
+ g.data.keepAlive && g.componentInstance && g.componentInstance !== f.instances[c] && (f.instances[c] = g.componentInstance), Ye(u);
211
210
  };
212
211
  var _ = f.props && f.props[c];
213
- return _ && (S(d[c], {
212
+ return _ && (k(d[c], {
214
213
  route: u,
215
214
  configProps: _
216
- }), Ne(g, o, u, _)), a(g, o, i);
215
+ }), $e(y, o, u, _)), a(y, o, i);
217
216
  }
218
217
  };
219
- function Ne(t, e, r, n) {
220
- var i = e.props = or(r, n);
218
+ function $e(t, e, r, n) {
219
+ var i = e.props = rr(r, n);
221
220
  if (i) {
222
- i = e.props = S({}, i);
221
+ i = e.props = k({}, i);
223
222
  var s = e.attrs = e.attrs || {};
224
223
  for (var o in i)
225
224
  (!t.props || !(o in t.props)) && (s[o] = i[o], delete i[o]);
226
225
  }
227
226
  }
228
- function or(t, e) {
227
+ function rr(t, e) {
229
228
  switch (typeof e) {
230
229
  case "undefined":
231
230
  return;
@@ -242,7 +241,7 @@ function or(t, e) {
242
241
  );
243
242
  }
244
243
  }
245
- function tt(t, e, r) {
244
+ function Ze(t, e, r) {
246
245
  var n = t.charAt(0);
247
246
  if (n === "/")
248
247
  return t;
@@ -256,7 +255,7 @@ function tt(t, e, r) {
256
255
  }
257
256
  return i[0] !== "" && i.unshift(""), i.join("/");
258
257
  }
259
- function ar(t) {
258
+ function nr(t) {
260
259
  var e = "", r = "", n = t.indexOf("#");
261
260
  n >= 0 && (e = t.slice(n), t = t.slice(0, n));
262
261
  var i = t.indexOf("?");
@@ -271,7 +270,7 @@ function L(t) {
271
270
  }
272
271
  var re = Array.isArray || function(t) {
273
272
  return Object.prototype.toString.call(t) == "[object Array]";
274
- }, q = it, cr = _e, ur = pr, lr = rt, fr = nt, hr = new RegExp([
273
+ }, q = rt, ir = ge, sr = ur, or = et, ar = tt, cr = new RegExp([
275
274
  // Match escaped characters that would otherwise appear in future matches.
276
275
  // This allows the user to escape special characters that won't transform.
277
276
  "(\\\\.)",
@@ -283,47 +282,47 @@ var re = Array.isArray || function(t) {
283
282
  // "/*" => ["/", undefined, undefined, undefined, undefined, "*"]
284
283
  "([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"
285
284
  ].join("|"), "g");
286
- function _e(t, e) {
287
- for (var r = [], n = 0, i = 0, s = "", o = e && e.delimiter || "/", a; (a = hr.exec(t)) != null; ) {
285
+ function ge(t, e) {
286
+ for (var r = [], n = 0, i = 0, s = "", o = e && e.delimiter || "/", a; (a = cr.exec(t)) != null; ) {
288
287
  var c = a[0], u = a[1], d = a.index;
289
288
  if (s += t.slice(i, d), i = d + c.length, u) {
290
289
  s += u[1];
291
290
  continue;
292
291
  }
293
- var m = t[i], h = a[2], v = a[3], p = a[4], l = a[5], f = a[6], g = a[7];
292
+ var m = t[i], h = a[2], v = a[3], p = a[4], l = a[5], f = a[6], y = a[7];
294
293
  s && (r.push(s), s = "");
295
- var _ = h != null && m != null && m !== h, y = f === "+" || f === "*", w = f === "?" || f === "*", R = a[2] || o, C = p || l;
294
+ var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", b = f === "?" || f === "*", R = a[2] || o, C = p || l;
296
295
  r.push({
297
296
  name: v || n++,
298
297
  prefix: h || "",
299
298
  delimiter: R,
300
- optional: w,
301
- repeat: y,
299
+ optional: b,
300
+ repeat: g,
302
301
  partial: _,
303
- asterisk: !!g,
304
- pattern: C ? mr(C) : g ? ".*" : "[^" + K(R) + "]+?"
302
+ asterisk: !!y,
303
+ pattern: C ? hr(C) : y ? ".*" : "[^" + K(R) + "]+?"
305
304
  });
306
305
  }
307
306
  return i < t.length && (s += t.substr(i)), s && r.push(s), r;
308
307
  }
309
- function pr(t, e) {
310
- return rt(_e(t, e), e);
308
+ function ur(t, e) {
309
+ return et(ge(t, e), e);
311
310
  }
312
- function dr(t) {
311
+ function lr(t) {
313
312
  return encodeURI(t).replace(/[\/?#]/g, function(e) {
314
313
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
315
314
  });
316
315
  }
317
- function vr(t) {
316
+ function fr(t) {
318
317
  return encodeURI(t).replace(/[?#]/g, function(e) {
319
318
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
320
319
  });
321
320
  }
322
- function rt(t, e) {
321
+ function et(t, e) {
323
322
  for (var r = new Array(t.length), n = 0; n < t.length; n++)
324
323
  typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", we(e)));
325
324
  return function(i, s) {
326
- for (var o = "", a = i || {}, c = s || {}, u = c.pretty ? dr : encodeURIComponent, d = 0; d < t.length; d++) {
325
+ for (var o = "", a = i || {}, c = s || {}, u = c.pretty ? lr : encodeURIComponent, d = 0; d < t.length; d++) {
327
326
  var m = t[d];
328
327
  if (typeof m == "string") {
329
328
  o += m;
@@ -351,7 +350,7 @@ function rt(t, e) {
351
350
  }
352
351
  continue;
353
352
  }
354
- if (v = m.asterisk ? vr(h) : u(h), !r[d].test(v))
353
+ if (v = m.asterisk ? fr(h) : u(h), !r[d].test(v))
355
354
  throw new TypeError('Expected "' + m.name + '" to match "' + m.pattern + '", but received "' + v + '"');
356
355
  o += m.prefix + v;
357
356
  }
@@ -361,16 +360,16 @@ function rt(t, e) {
361
360
  function K(t) {
362
361
  return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g, "\\$1");
363
362
  }
364
- function mr(t) {
363
+ function hr(t) {
365
364
  return t.replace(/([=!:$\/()])/g, "\\$1");
366
365
  }
367
- function be(t, e) {
366
+ function _e(t, e) {
368
367
  return t.keys = e, t;
369
368
  }
370
369
  function we(t) {
371
370
  return t && t.sensitive ? "" : "i";
372
371
  }
373
- function gr(t, e) {
372
+ function pr(t, e) {
374
373
  var r = t.source.match(/\((?!\?)/g);
375
374
  if (r)
376
375
  for (var n = 0; n < r.length; n++)
@@ -384,18 +383,18 @@ function gr(t, e) {
384
383
  asterisk: !1,
385
384
  pattern: null
386
385
  });
387
- return be(t, e);
386
+ return _e(t, e);
388
387
  }
389
- function yr(t, e, r) {
388
+ function dr(t, e, r) {
390
389
  for (var n = [], i = 0; i < t.length; i++)
391
- n.push(it(t[i], e, r).source);
390
+ n.push(rt(t[i], e, r).source);
392
391
  var s = new RegExp("(?:" + n.join("|") + ")", we(r));
393
- return be(s, e);
392
+ return _e(s, e);
394
393
  }
395
- function _r(t, e, r) {
396
- return nt(_e(t, r), e, r);
394
+ function vr(t, e, r) {
395
+ return tt(ge(t, r), e, r);
397
396
  }
398
- function nt(t, e, r) {
397
+ function tt(t, e, r) {
399
398
  re(e) || (r = /** @type {!Object} */
400
399
  e || r, e = []), r = r || {};
401
400
  for (var n = r.strict, i = r.end !== !1, s = "", o = 0; o < t.length; o++) {
@@ -408,21 +407,21 @@ function nt(t, e, r) {
408
407
  }
409
408
  }
410
409
  var d = K(r.delimiter || "/"), m = s.slice(-d.length) === d;
411
- return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", be(new RegExp("^" + s, we(r)), e);
410
+ return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", _e(new RegExp("^" + s, we(r)), e);
412
411
  }
413
- function it(t, e, r) {
412
+ function rt(t, e, r) {
414
413
  return re(e) || (r = /** @type {!Object} */
415
- e || r, e = []), r = r || {}, t instanceof RegExp ? gr(
414
+ e || r, e = []), r = r || {}, t instanceof RegExp ? pr(
416
415
  t,
417
416
  /** @type {!Array} */
418
417
  e
419
- ) : re(t) ? yr(
418
+ ) : re(t) ? dr(
420
419
  /** @type {!Array} */
421
420
  t,
422
421
  /** @type {!Array} */
423
422
  e,
424
423
  r
425
- ) : _r(
424
+ ) : vr(
426
425
  /** @type {string} */
427
426
  t,
428
427
  /** @type {!Array} */
@@ -430,15 +429,15 @@ function it(t, e, r) {
430
429
  r
431
430
  );
432
431
  }
433
- q.parse = cr;
434
- q.compile = ur;
435
- q.tokensToFunction = lr;
436
- q.tokensToRegExp = fr;
437
- var Le = /* @__PURE__ */ Object.create(null);
438
- function Z(t, e, r) {
432
+ q.parse = ir;
433
+ q.compile = sr;
434
+ q.tokensToFunction = or;
435
+ q.tokensToRegExp = ar;
436
+ var Ne = /* @__PURE__ */ Object.create(null);
437
+ function J(t, e, r) {
439
438
  e = e || {};
440
439
  try {
441
- var n = Le[t] || (Le[t] = q.compile(t));
440
+ var n = Ne[t] || (Ne[t] = q.compile(t));
442
441
  return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
443
442
  } catch (i) {
444
443
  return process.env.NODE_ENV !== "production" && P(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
@@ -446,28 +445,28 @@ function Z(t, e, r) {
446
445
  delete e[0];
447
446
  }
448
447
  }
449
- function Re(t, e, r, n) {
448
+ function be(t, e, r, n) {
450
449
  var i = typeof t == "string" ? { path: t } : t;
451
450
  if (i._normalized)
452
451
  return i;
453
452
  if (i.name) {
454
- i = S({}, t);
453
+ i = k({}, t);
455
454
  var s = i.params;
456
- return s && typeof s == "object" && (i.params = S({}, s)), i;
455
+ return s && typeof s == "object" && (i.params = k({}, s)), i;
457
456
  }
458
457
  if (!i.path && i.params && e) {
459
- i = S({}, i), i._normalized = !0;
460
- var o = S(S({}, e.params), i.params);
458
+ i = k({}, i), i._normalized = !0;
459
+ var o = k(k({}, e.params), i.params);
461
460
  if (e.name)
462
461
  i.name = e.name, i.params = o;
463
462
  else if (e.matched.length) {
464
463
  var a = e.matched[e.matched.length - 1].path;
465
- i.path = Z(a, o, "path " + e.path);
464
+ i.path = J(a, o, "path " + e.path);
466
465
  } else
467
466
  process.env.NODE_ENV !== "production" && P(!1, "relative params navigation requires a current route.");
468
467
  return i;
469
468
  }
470
- var c = ar(i.path || ""), u = e && e.path || "/", d = c.path ? tt(c.path, u, r || i.append) : u, m = Yt(
469
+ var c = nr(i.path || ""), u = e && e.path || "/", d = c.path ? Ze(c.path, u, r || i.append) : u, m = Kt(
471
470
  c.query,
472
471
  i.query,
473
472
  n && n.options.parseQuery
@@ -479,12 +478,12 @@ function Re(t, e, r, n) {
479
478
  hash: h
480
479
  };
481
480
  }
482
- var br = [String, Object], wr = [String, Array], Oe = function() {
483
- }, Te, Ae, Ie, st = {
481
+ var mr = [String, Object], yr = [String, Array], Le = function() {
482
+ }, Oe, Te, Ae, nt = {
484
483
  name: "RouterLink",
485
484
  props: {
486
485
  to: {
487
- type: br,
486
+ type: mr,
488
487
  required: !0
489
488
  },
490
489
  tag: {
@@ -503,7 +502,7 @@ var br = [String, Object], wr = [String, Array], Oe = function() {
503
502
  default: "page"
504
503
  },
505
504
  event: {
506
- type: wr,
505
+ type: yr,
507
506
  default: "click"
508
507
  }
509
508
  },
@@ -512,15 +511,15 @@ var br = [String, Object], wr = [String, Array], Oe = function() {
512
511
  this.to,
513
512
  i,
514
513
  this.append
515
- ), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d ?? "router-link-active", v = m ?? "router-link-exact-active", p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? te(null, Re(a.redirectedFrom), null, n) : a;
516
- u[l] = Ye(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : nr(i, f);
517
- var g = u[l] ? this.ariaCurrentValue : null, _ = function(le) {
518
- Ve(le) && (r.replace ? n.replace(o, Oe) : n.push(o, Oe));
519
- }, y = { click: Ve };
514
+ ), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d ?? "router-link-active", v = m ?? "router-link-exact-active", p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? te(null, be(a.redirectedFrom), null, n) : a;
515
+ u[l] = Xe(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Zt(i, f);
516
+ var y = u[l] ? this.ariaCurrentValue : null, _ = function(le) {
517
+ Ie(le) && (r.replace ? n.replace(o, Le) : n.push(o, Le));
518
+ }, g = { click: Ie };
520
519
  Array.isArray(this.event) ? this.event.forEach(function(le) {
521
- y[le] = _;
522
- }) : y[this.event] = _;
523
- var w = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
520
+ g[le] = _;
521
+ }) : g[this.event] = _;
522
+ var b = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
524
523
  href: c,
525
524
  route: a,
526
525
  navigate: _,
@@ -528,9 +527,9 @@ var br = [String, Object], wr = [String, Array], Oe = function() {
528
527
  isExactActive: u[l]
529
528
  });
530
529
  if (R) {
531
- if (process.env.NODE_ENV !== "production" && !this.custom && (!Te && P(!1, `In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning:
530
+ if (process.env.NODE_ENV !== "production" && !this.custom && (!Oe && P(!1, `In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning:
532
531
  <router-link v-slot="{ navigate, href }" custom></router-link>
533
- `), Te = !0), R.length === 1)
532
+ `), Oe = !0), R.length === 1)
534
533
  return R[0];
535
534
  if (R.length > 1 || !R.length)
536
535
  return process.env.NODE_ENV !== "production" && P(
@@ -538,35 +537,35 @@ var br = [String, Object], wr = [String, Array], Oe = function() {
538
537
  '<router-link> with to="' + this.to + `" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.`
539
538
  ), R.length === 0 ? e() : e("span", {}, R);
540
539
  }
541
- if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ae && (P(
540
+ if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Te && (P(
542
541
  !1,
543
542
  "<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
544
- ), Ae = !0), "event" in this.$options.propsData && !Ie && (P(
543
+ ), Te = !0), "event" in this.$options.propsData && !Ae && (P(
545
544
  !1,
546
545
  "<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
547
- ), Ie = !0)), this.tag === "a")
548
- w.on = y, w.attrs = { href: c, "aria-current": g };
546
+ ), Ae = !0)), this.tag === "a")
547
+ b.on = g, b.attrs = { href: c, "aria-current": y };
549
548
  else {
550
- var C = ot(this.$slots.default);
549
+ var C = it(this.$slots.default);
551
550
  if (C) {
552
551
  C.isStatic = !1;
553
- var E = C.data = S({}, C.data);
552
+ var E = C.data = k({}, C.data);
554
553
  E.on = E.on || {};
555
554
  for (var $ in E.on) {
556
555
  var M = E.on[$];
557
- $ in y && (E.on[$] = Array.isArray(M) ? M : [M]);
556
+ $ in g && (E.on[$] = Array.isArray(M) ? M : [M]);
558
557
  }
559
- for (var H in y)
560
- H in E.on ? E.on[H].push(y[H]) : E.on[H] = _;
561
- var Se = C.data.attrs = S({}, C.data.attrs);
562
- Se.href = c, Se["aria-current"] = g;
558
+ for (var H in g)
559
+ H in E.on ? E.on[H].push(g[H]) : E.on[H] = _;
560
+ var Se = C.data.attrs = k({}, C.data.attrs);
561
+ Se.href = c, Se["aria-current"] = y;
563
562
  } else
564
- w.on = y;
563
+ b.on = g;
565
564
  }
566
- return e(this.tag, w, this.$slots.default);
565
+ return e(this.tag, b, this.$slots.default);
567
566
  }
568
567
  };
569
- function Ve(t) {
568
+ function Ie(t) {
570
569
  if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
571
570
  if (t.currentTarget && t.currentTarget.getAttribute) {
572
571
  var e = t.currentTarget.getAttribute("target");
@@ -576,10 +575,10 @@ function Ve(t) {
576
575
  return t.preventDefault && t.preventDefault(), !0;
577
576
  }
578
577
  }
579
- function ot(t) {
578
+ function it(t) {
580
579
  if (t) {
581
580
  for (var e, r = 0; r < t.length; r++)
582
- if (e = t[r], e.tag === "a" || e.children && (e = ot(e.children)))
581
+ if (e = t[r], e.tag === "a" || e.children && (e = it(e.children)))
583
582
  return e;
584
583
  }
585
584
  }
@@ -608,16 +607,16 @@ function ie(t) {
608
607
  get: function() {
609
608
  return this._routerRoot._route;
610
609
  }
611
- }), t.component("RouterView", sr), t.component("RouterLink", st);
610
+ }), t.component("RouterView", tr), t.component("RouterLink", nt);
612
611
  var n = t.config.optionMergeStrategies;
613
612
  n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
614
613
  }
615
614
  }
616
- var W = typeof window < "u";
615
+ var F = typeof window < "u";
617
616
  function G(t, e, r, n, i) {
618
617
  var s = e || [], o = r || /* @__PURE__ */ Object.create(null), a = n || /* @__PURE__ */ Object.create(null);
619
618
  t.forEach(function(h) {
620
- de(s, o, a, h, i);
619
+ pe(s, o, a, h, i);
621
620
  });
622
621
  for (var c = 0, u = s.length; c < u; c++)
623
622
  s[c] === "*" && (s.push(s.splice(c, 1)[0]), u--, c--);
@@ -640,7 +639,7 @@ function G(t, e, r, n, i) {
640
639
  nameMap: a
641
640
  };
642
641
  }
643
- function de(t, e, r, n, i, s) {
642
+ function pe(t, e, r, n, i, s) {
644
643
  var o = n.path, a = n.name;
645
644
  process.env.NODE_ENV !== "production" && (I(o != null, '"path" is required in a route configuration.'), I(
646
645
  typeof n.component != "string",
@@ -652,11 +651,11 @@ function de(t, e, r, n, i, s) {
652
651
  !/[^\u0000-\u007F]+/.test(o),
653
652
  'Route with path "' + o + '" 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.'
654
653
  ));
655
- var c = n.pathToRegexpOptions || {}, u = Pr(o, i, c.strict);
654
+ var c = n.pathToRegexpOptions || {}, u = _r(o, i, c.strict);
656
655
  typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
657
656
  var d = {
658
657
  path: u,
659
- regex: Rr(u, c),
658
+ regex: gr(u, c),
660
659
  components: n.components || { default: n.component },
661
660
  alias: n.alias ? typeof n.alias == "string" ? [n.alias] : n.alias : [],
662
661
  instances: {},
@@ -676,7 +675,7 @@ function de(t, e, r, n, i, s) {
676
675
  "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.`
677
676
  ), n.children.forEach(function(l) {
678
677
  var f = s ? L(s + "/" + l.path) : void 0;
679
- de(t, e, r, l, d, f);
678
+ pe(t, e, r, l, d, f);
680
679
  })), e[d.path] || (t.push(d.path), e[d.path] = d), n.alias !== void 0)
681
680
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
682
681
  var v = m[h];
@@ -691,7 +690,7 @@ function de(t, e, r, n, i, s) {
691
690
  path: v,
692
691
  children: n.children
693
692
  };
694
- de(
693
+ pe(
695
694
  t,
696
695
  e,
697
696
  r,
@@ -706,7 +705,7 @@ function de(t, e, r, n, i, s) {
706
705
  'Duplicate named routes definition: { name: "' + a + '", path: "' + d.path + '" }'
707
706
  ) : r[a] = d);
708
707
  }
709
- function Rr(t, e) {
708
+ function gr(t, e) {
710
709
  var r = q(t, [], e);
711
710
  if (process.env.NODE_ENV !== "production") {
712
711
  var n = /* @__PURE__ */ Object.create(null);
@@ -719,10 +718,10 @@ function Rr(t, e) {
719
718
  }
720
719
  return r;
721
720
  }
722
- function Pr(t, e, r) {
721
+ function _r(t, e, r) {
723
722
  return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : L(e.path + "/" + t);
724
723
  }
725
- function Cr(t, e) {
724
+ function wr(t, e) {
726
725
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
727
726
  function o(v) {
728
727
  G(v, n, i, s);
@@ -746,25 +745,25 @@ function Cr(t, e) {
746
745
  });
747
746
  }
748
747
  function u(v, p, l) {
749
- var f = Re(v, p, !1, e), g = f.name;
750
- if (g) {
751
- var _ = s[g];
752
- if (process.env.NODE_ENV !== "production" && P(_, "Route with name '" + g + "' does not exist"), !_)
748
+ var f = be(v, p, !1, e), y = f.name;
749
+ if (y) {
750
+ var _ = s[y];
751
+ if (process.env.NODE_ENV !== "production" && P(_, "Route with name '" + y + "' does not exist"), !_)
753
752
  return h(null, f);
754
- var y = _.regex.keys.filter(function($) {
753
+ var g = _.regex.keys.filter(function($) {
755
754
  return !$.optional;
756
755
  }).map(function($) {
757
756
  return $.name;
758
757
  });
759
758
  if (typeof f.params != "object" && (f.params = {}), p && typeof p.params == "object")
760
- for (var w in p.params)
761
- !(w in f.params) && y.indexOf(w) > -1 && (f.params[w] = p.params[w]);
762
- return f.path = Z(_.path, f.params, 'named route "' + g + '"'), h(_, f, l);
759
+ for (var b in p.params)
760
+ !(b in f.params) && g.indexOf(b) > -1 && (f.params[b] = p.params[b]);
761
+ return f.path = J(_.path, f.params, 'named route "' + y + '"'), h(_, f, l);
763
762
  } else if (f.path) {
764
763
  f.params = {};
765
764
  for (var R = 0; R < n.length; R++) {
766
765
  var C = n[R], E = i[C];
767
- if (Er(E.regex, f.path, f.params))
766
+ if (br(E.regex, f.path, f.params))
768
767
  return h(E, f, l);
769
768
  }
770
769
  }
@@ -777,35 +776,35 @@ function Cr(t, e) {
777
776
  !1,
778
777
  "invalid redirect option: " + JSON.stringify(f)
779
778
  ), h(null, p);
780
- var g = f, _ = g.name, y = g.path, w = p.query, R = p.hash, C = p.params;
781
- if (w = g.hasOwnProperty("query") ? g.query : w, R = g.hasOwnProperty("hash") ? g.hash : R, C = g.hasOwnProperty("params") ? g.params : C, _) {
779
+ var y = f, _ = y.name, g = y.path, b = p.query, R = p.hash, C = p.params;
780
+ if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, C = y.hasOwnProperty("params") ? y.params : C, _) {
782
781
  var E = s[_];
783
782
  return process.env.NODE_ENV !== "production" && I(E, 'redirect failed: named route "' + _ + '" not found.'), u({
784
783
  _normalized: !0,
785
784
  name: _,
786
- query: w,
785
+ query: b,
787
786
  hash: R,
788
787
  params: C
789
788
  }, void 0, p);
790
- } else if (y) {
791
- var $ = kr(y, v), M = Z($, C, 'redirect route with path "' + $ + '"');
789
+ } else if (g) {
790
+ var $ = Rr(g, v), M = J($, C, 'redirect route with path "' + $ + '"');
792
791
  return u({
793
792
  _normalized: !0,
794
793
  path: M,
795
- query: w,
794
+ query: b,
796
795
  hash: R
797
796
  }, void 0, p);
798
797
  } else
799
798
  return process.env.NODE_ENV !== "production" && P(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
800
799
  }
801
800
  function m(v, p, l) {
802
- var f = Z(l, p.params, 'aliased route with path "' + l + '"'), g = u({
801
+ var f = J(l, p.params, 'aliased route with path "' + l + '"'), y = u({
803
802
  _normalized: !0,
804
803
  path: f
805
804
  });
806
- if (g) {
807
- var _ = g.matched, y = _[_.length - 1];
808
- return p.params = g.params, h(y, p);
805
+ if (y) {
806
+ var _ = y.matched, g = _[_.length - 1];
807
+ return p.params = y.params, h(g, p);
809
808
  }
810
809
  return h(null, p);
811
810
  }
@@ -819,7 +818,7 @@ function Cr(t, e) {
819
818
  addRoutes: o
820
819
  };
821
820
  }
822
- function Er(t, e, r) {
821
+ function br(t, e, r) {
823
822
  var n = e.match(t);
824
823
  if (n) {
825
824
  if (!r)
@@ -828,82 +827,82 @@ function Er(t, e, r) {
828
827
  return !1;
829
828
  for (var i = 1, s = n.length; i < s; ++i) {
830
829
  var o = t.keys[i - 1];
831
- o && (r[o.name || "pathMatch"] = typeof n[i] == "string" ? he(n[i]) : n[i]);
830
+ o && (r[o.name || "pathMatch"] = typeof n[i] == "string" ? fe(n[i]) : n[i]);
832
831
  }
833
832
  return !0;
834
833
  }
835
- function kr(t, e) {
836
- return tt(t, e.parent ? e.parent.path : "/", !0);
834
+ function Rr(t, e) {
835
+ return Ze(t, e.parent ? e.parent.path : "/", !0);
837
836
  }
838
- var Sr = W && window.performance && window.performance.now ? window.performance : Date;
839
- function at() {
840
- return Sr.now().toFixed(3);
837
+ var Pr = F && window.performance && window.performance.now ? window.performance : Date;
838
+ function st() {
839
+ return Pr.now().toFixed(3);
841
840
  }
842
- var ct = at();
841
+ var ot = st();
843
842
  function ae() {
844
- return ct;
843
+ return ot;
845
844
  }
846
- function ut(t) {
847
- return ct = t;
845
+ function at(t) {
846
+ return ot = t;
848
847
  }
849
- var lt = /* @__PURE__ */ Object.create(null);
850
- function ft() {
848
+ var ct = /* @__PURE__ */ Object.create(null);
849
+ function ut() {
851
850
  "scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
852
- var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = S({}, window.history.state);
853
- return r.key = ae(), window.history.replaceState(r, "", e), window.addEventListener("popstate", je), function() {
854
- window.removeEventListener("popstate", je);
851
+ var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = k({}, window.history.state);
852
+ return r.key = ae(), window.history.replaceState(r, "", e), window.addEventListener("popstate", Ve), function() {
853
+ window.removeEventListener("popstate", Ve);
855
854
  };
856
855
  }
857
856
  function O(t, e, r, n) {
858
857
  if (t.app) {
859
858
  var i = t.options.scrollBehavior;
860
859
  i && (process.env.NODE_ENV !== "production" && I(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
861
- var s = xr(), o = i.call(
860
+ var s = Cr(), o = i.call(
862
861
  t,
863
862
  e,
864
863
  r,
865
864
  n ? s : null
866
865
  );
867
866
  o && (typeof o.then == "function" ? o.then(function(a) {
868
- Me(a, s);
867
+ qe(a, s);
869
868
  }).catch(function(a) {
870
869
  process.env.NODE_ENV !== "production" && I(!1, a.toString());
871
- }) : Me(o, s));
870
+ }) : qe(o, s));
872
871
  }));
873
872
  }
874
873
  }
875
- function ht() {
874
+ function lt() {
876
875
  var t = ae();
877
- t && (lt[t] = {
876
+ t && (ct[t] = {
878
877
  x: window.pageXOffset,
879
878
  y: window.pageYOffset
880
879
  });
881
880
  }
882
- function je(t) {
883
- ht(), t.state && t.state.key && ut(t.state.key);
881
+ function Ve(t) {
882
+ lt(), t.state && t.state.key && at(t.state.key);
884
883
  }
885
- function xr() {
884
+ function Cr() {
886
885
  var t = ae();
887
886
  if (t)
888
- return lt[t];
887
+ return ct[t];
889
888
  }
890
- function $r(t, e) {
889
+ function Er(t, e) {
891
890
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
892
891
  return {
893
892
  x: i.left - n.left - e.x,
894
893
  y: i.top - n.top - e.y
895
894
  };
896
895
  }
897
- function Be(t) {
896
+ function je(t) {
898
897
  return B(t.x) || B(t.y);
899
898
  }
900
- function qe(t) {
899
+ function Be(t) {
901
900
  return {
902
901
  x: B(t.x) ? t.x : window.pageXOffset,
903
902
  y: B(t.y) ? t.y : window.pageYOffset
904
903
  };
905
904
  }
906
- function Nr(t) {
905
+ function Sr(t) {
907
906
  return {
908
907
  x: B(t.x) ? t.x : 0,
909
908
  y: B(t.y) ? t.y : 0
@@ -912,18 +911,18 @@ function Nr(t) {
912
911
  function B(t) {
913
912
  return typeof t == "number";
914
913
  }
915
- var Lr = /^#\d/;
916
- function Me(t, e) {
914
+ var kr = /^#\d/;
915
+ function qe(t, e) {
917
916
  var r = typeof t == "object";
918
917
  if (r && typeof t.selector == "string") {
919
- var n = Lr.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
918
+ var n = kr.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
920
919
  if (n) {
921
920
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
922
- i = Nr(i), e = $r(n, i);
921
+ i = Sr(i), e = Er(n, i);
923
922
  } else
924
- Be(t) && (e = qe(t));
923
+ je(t) && (e = Be(t));
925
924
  } else
926
- r && Be(t) && (e = qe(t));
925
+ r && je(t) && (e = Be(t));
927
926
  e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
928
927
  left: e.x,
929
928
  top: e.y,
@@ -931,24 +930,24 @@ function Me(t, e) {
931
930
  behavior: t.behavior
932
931
  }) : window.scrollTo(e.x, e.y));
933
932
  }
934
- var T = W && function() {
933
+ var T = F && function() {
935
934
  var t = window.navigator.userAgent;
936
935
  return (t.indexOf("Android 2.") !== -1 || t.indexOf("Android 4.0") !== -1) && t.indexOf("Mobile Safari") !== -1 && t.indexOf("Chrome") === -1 && t.indexOf("Windows Phone") === -1 ? !1 : window.history && typeof window.history.pushState == "function";
937
936
  }();
938
937
  function se(t, e) {
939
- ht();
938
+ lt();
940
939
  var r = window.history;
941
940
  try {
942
941
  if (e) {
943
- var n = S({}, r.state);
942
+ var n = k({}, r.state);
944
943
  n.key = ae(), r.replaceState(n, "", t);
945
944
  } else
946
- r.pushState({ key: ut(at()) }, "", t);
945
+ r.pushState({ key: at(st()) }, "", t);
947
946
  } catch {
948
947
  window.location[e ? "replace" : "assign"](t);
949
948
  }
950
949
  }
951
- function ve(t) {
950
+ function de(t) {
952
951
  se(t, !0);
953
952
  }
954
953
  var V = {
@@ -957,17 +956,17 @@ var V = {
957
956
  cancelled: 8,
958
957
  duplicated: 16
959
958
  };
960
- function Or(t, e) {
959
+ function xr(t, e) {
961
960
  return ce(
962
961
  t,
963
962
  e,
964
963
  V.redirected,
965
- 'Redirected when going from "' + t.fullPath + '" to "' + Vr(
964
+ 'Redirected when going from "' + t.fullPath + '" to "' + Or(
966
965
  e
967
966
  ) + '" via a navigation guard.'
968
967
  );
969
968
  }
970
- function Tr(t, e) {
969
+ function $r(t, e) {
971
970
  var r = ce(
972
971
  t,
973
972
  e,
@@ -976,7 +975,7 @@ function Tr(t, e) {
976
975
  );
977
976
  return r.name = "NavigationDuplicated", r;
978
977
  }
979
- function Ue(t, e) {
978
+ function Me(t, e) {
980
979
  return ce(
981
980
  t,
982
981
  e,
@@ -984,7 +983,7 @@ function Ue(t, e) {
984
983
  'Navigation cancelled from "' + t.fullPath + '" to "' + e.fullPath + '" with a new navigation.'
985
984
  );
986
985
  }
987
- function Ar(t, e) {
986
+ function Nr(t, e) {
988
987
  return ce(
989
988
  t,
990
989
  e,
@@ -996,14 +995,14 @@ function ce(t, e, r, n) {
996
995
  var i = new Error(n);
997
996
  return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
998
997
  }
999
- var Ir = ["params", "query", "hash"];
1000
- function Vr(t) {
998
+ var Lr = ["params", "query", "hash"];
999
+ function Or(t) {
1001
1000
  if (typeof t == "string")
1002
1001
  return t;
1003
1002
  if ("path" in t)
1004
1003
  return t.path;
1005
1004
  var e = {};
1006
- return Ir.forEach(function(r) {
1005
+ return Lr.forEach(function(r) {
1007
1006
  r in t && (e[r] = t[r]);
1008
1007
  }), JSON.stringify(e, null, 2);
1009
1008
  }
@@ -1013,7 +1012,7 @@ function oe(t) {
1013
1012
  function ue(t, e) {
1014
1013
  return oe(t) && t._isRouter && (e == null || t.type === e);
1015
1014
  }
1016
- function De(t, e, r) {
1015
+ function Ue(t, e, r) {
1017
1016
  var n = function(i) {
1018
1017
  i >= t.length ? r() : t[i] ? e(t[i], function() {
1019
1018
  n(i + 1);
@@ -1021,15 +1020,15 @@ function De(t, e, r) {
1021
1020
  };
1022
1021
  n(0);
1023
1022
  }
1024
- function jr(t) {
1023
+ function Tr(t) {
1025
1024
  return function(e, r, n) {
1026
1025
  var i = !1, s = 0, o = null;
1027
- pt(t, function(a, c, u, d) {
1026
+ ft(t, function(a, c, u, d) {
1028
1027
  if (typeof a == "function" && a.cid === void 0) {
1029
1028
  i = !0, s++;
1030
- var m = ze(function(l) {
1031
- qr(l) && (l = l.default), a.resolved = typeof l == "function" ? l : ne.extend(l), u.components[d] = l, s--, s <= 0 && n();
1032
- }), h = ze(function(l) {
1029
+ var m = De(function(l) {
1030
+ Ir(l) && (l = l.default), a.resolved = typeof l == "function" ? l : ne.extend(l), u.components[d] = l, s--, s <= 0 && n();
1031
+ }), h = De(function(l) {
1033
1032
  var f = "Failed to resolve async component " + d + ": " + l;
1034
1033
  process.env.NODE_ENV !== "production" && P(!1, f), o || (o = oe(l) ? l : new Error(f), n(o));
1035
1034
  }), v;
@@ -1049,8 +1048,8 @@ function jr(t) {
1049
1048
  }), i || n();
1050
1049
  };
1051
1050
  }
1052
- function pt(t, e) {
1053
- return dt(t.map(function(r) {
1051
+ function ft(t, e) {
1052
+ return ht(t.map(function(r) {
1054
1053
  return Object.keys(r.components).map(function(n) {
1055
1054
  return e(
1056
1055
  r.components[n],
@@ -1061,14 +1060,14 @@ function pt(t, e) {
1061
1060
  });
1062
1061
  }));
1063
1062
  }
1064
- function dt(t) {
1063
+ function ht(t) {
1065
1064
  return Array.prototype.concat.apply([], t);
1066
1065
  }
1067
- var Br = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1068
- function qr(t) {
1069
- return t.__esModule || Br && t[Symbol.toStringTag] === "Module";
1066
+ var Ar = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1067
+ function Ir(t) {
1068
+ return t.__esModule || Ar && t[Symbol.toStringTag] === "Module";
1070
1069
  }
1071
- function ze(t) {
1070
+ function De(t) {
1072
1071
  var e = !1;
1073
1072
  return function() {
1074
1073
  for (var r = [], n = arguments.length; n--; )
@@ -1078,7 +1077,7 @@ function ze(t) {
1078
1077
  };
1079
1078
  }
1080
1079
  var x = function(e, r) {
1081
- this.router = e, this.base = Mr(r), this.current = A, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1080
+ this.router = e, this.base = Vr(r), this.current = A, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1082
1081
  };
1083
1082
  x.prototype.listen = function(e) {
1084
1083
  this.cb = e;
@@ -1123,43 +1122,43 @@ x.prototype.confirmTransition = function(e, r, n) {
1123
1122
  f(l);
1124
1123
  }) : (process.env.NODE_ENV !== "production" && P(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1125
1124
  }, a = e.matched.length - 1, c = s.matched.length - 1;
1126
- if (Ye(e, s) && // in the case the route map has been dynamically appended to
1125
+ if (Xe(e, s) && // in the case the route map has been dynamically appended to
1127
1126
  a === c && e.matched[a] === s.matched[c])
1128
- return this.ensureURL(), e.hash && O(this.router, s, e, !1), o(Tr(s, e));
1129
- var u = Ur(
1127
+ return this.ensureURL(), e.hash && O(this.router, s, e, !1), o($r(s, e));
1128
+ var u = jr(
1130
1129
  this.current.matched,
1131
1130
  e.matched
1132
1131
  ), d = u.updated, m = u.deactivated, h = u.activated, v = [].concat(
1133
1132
  // in-component leave guards
1134
- zr(m),
1133
+ qr(m),
1135
1134
  // global before hooks
1136
1135
  this.router.beforeHooks,
1137
1136
  // in-component update hooks
1138
- Fr(d),
1137
+ Mr(d),
1139
1138
  // in-config enter guards
1140
1139
  h.map(function(l) {
1141
1140
  return l.beforeEnter;
1142
1141
  }),
1143
1142
  // async components
1144
- jr(h)
1143
+ Tr(h)
1145
1144
  ), p = function(l, f) {
1146
1145
  if (i.pending !== e)
1147
- return o(Ue(s, e));
1146
+ return o(Me(s, e));
1148
1147
  try {
1149
- l(e, s, function(g) {
1150
- g === !1 ? (i.ensureURL(!0), o(Ar(s, e))) : oe(g) ? (i.ensureURL(!0), o(g)) : typeof g == "string" || typeof g == "object" && (typeof g.path == "string" || typeof g.name == "string") ? (o(Or(s, e)), typeof g == "object" && g.replace ? i.replace(g) : i.push(g)) : f(g);
1148
+ l(e, s, function(y) {
1149
+ y === !1 ? (i.ensureURL(!0), o(Nr(s, e))) : oe(y) ? (i.ensureURL(!0), o(y)) : typeof y == "string" || typeof y == "object" && (typeof y.path == "string" || typeof y.name == "string") ? (o(xr(s, e)), typeof y == "object" && y.replace ? i.replace(y) : i.push(y)) : f(y);
1151
1150
  });
1152
- } catch (g) {
1153
- o(g);
1151
+ } catch (y) {
1152
+ o(y);
1154
1153
  }
1155
1154
  };
1156
- De(v, p, function() {
1157
- var l = Wr(h), f = l.concat(i.router.resolveHooks);
1158
- De(f, p, function() {
1155
+ Ue(v, p, function() {
1156
+ var l = Ur(h), f = l.concat(i.router.resolveHooks);
1157
+ Ue(f, p, function() {
1159
1158
  if (i.pending !== e)
1160
- return o(Ue(s, e));
1159
+ return o(Me(s, e));
1161
1160
  i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
1162
- et(e);
1161
+ Ye(e);
1163
1162
  });
1164
1163
  });
1165
1164
  });
@@ -1174,16 +1173,16 @@ x.prototype.teardown = function() {
1174
1173
  e();
1175
1174
  }), this.listeners = [], this.current = A, this.pending = null;
1176
1175
  };
1177
- function Mr(t) {
1176
+ function Vr(t) {
1178
1177
  if (!t)
1179
- if (W) {
1178
+ if (F) {
1180
1179
  var e = document.querySelector("base");
1181
1180
  t = e && e.getAttribute("href") || "/", t = t.replace(/^https?:\/\/[^\/]+/, "");
1182
1181
  } else
1183
1182
  t = "/";
1184
1183
  return t.charAt(0) !== "/" && (t = "/" + t), t.replace(/\/$/, "");
1185
1184
  }
1186
- function Ur(t, e) {
1185
+ function jr(t, e) {
1187
1186
  var r, n = Math.max(t.length, e.length);
1188
1187
  for (r = 0; r < n && t[r] === e[r]; r++)
1189
1188
  ;
@@ -1193,48 +1192,48 @@ function Ur(t, e) {
1193
1192
  deactivated: t.slice(r)
1194
1193
  };
1195
1194
  }
1196
- function Pe(t, e, r, n) {
1197
- var i = pt(t, function(s, o, a, c) {
1198
- var u = Dr(s, e);
1195
+ function Re(t, e, r, n) {
1196
+ var i = ft(t, function(s, o, a, c) {
1197
+ var u = Br(s, e);
1199
1198
  if (u)
1200
1199
  return Array.isArray(u) ? u.map(function(d) {
1201
1200
  return r(d, o, a, c);
1202
1201
  }) : r(u, o, a, c);
1203
1202
  });
1204
- return dt(n ? i.reverse() : i);
1203
+ return ht(n ? i.reverse() : i);
1205
1204
  }
1206
- function Dr(t, e) {
1205
+ function Br(t, e) {
1207
1206
  return typeof t != "function" && (t = ne.extend(t)), t.options[e];
1208
1207
  }
1209
- function zr(t) {
1210
- return Pe(t, "beforeRouteLeave", vt, !0);
1208
+ function qr(t) {
1209
+ return Re(t, "beforeRouteLeave", pt, !0);
1211
1210
  }
1212
- function Fr(t) {
1213
- return Pe(t, "beforeRouteUpdate", vt);
1211
+ function Mr(t) {
1212
+ return Re(t, "beforeRouteUpdate", pt);
1214
1213
  }
1215
- function vt(t, e) {
1214
+ function pt(t, e) {
1216
1215
  if (e)
1217
1216
  return function() {
1218
1217
  return t.apply(e, arguments);
1219
1218
  };
1220
1219
  }
1221
- function Wr(t) {
1222
- return Pe(
1220
+ function Ur(t) {
1221
+ return Re(
1223
1222
  t,
1224
1223
  "beforeRouteEnter",
1225
1224
  function(e, r, n, i) {
1226
- return Hr(e, n, i);
1225
+ return Dr(e, n, i);
1227
1226
  }
1228
1227
  );
1229
1228
  }
1230
- function Hr(t, e, r) {
1229
+ function Dr(t, e, r) {
1231
1230
  return function(i, s, o) {
1232
1231
  return t(i, s, function(a) {
1233
1232
  typeof a == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(a)), o(a);
1234
1233
  });
1235
1234
  };
1236
1235
  }
1237
- var mt = /* @__PURE__ */ function(t) {
1236
+ var dt = /* @__PURE__ */ function(t) {
1238
1237
  function e(r, n) {
1239
1238
  t.call(this, r, n), this._startLocation = D(this.base);
1240
1239
  }
@@ -1242,7 +1241,7 @@ var mt = /* @__PURE__ */ function(t) {
1242
1241
  var n = this;
1243
1242
  if (!(this.listeners.length > 0)) {
1244
1243
  var i = this.router, s = i.options.scrollBehavior, o = T && s;
1245
- o && this.listeners.push(ft());
1244
+ o && this.listeners.push(ut());
1246
1245
  var a = function() {
1247
1246
  var c = n.current, u = D(n.base);
1248
1247
  n.current === A && u === n._startLocation || n.transitionTo(u, function(d) {
@@ -1263,12 +1262,12 @@ var mt = /* @__PURE__ */ function(t) {
1263
1262
  }, e.prototype.replace = function(n, i, s) {
1264
1263
  var o = this, a = this, c = a.current;
1265
1264
  this.transitionTo(n, function(u) {
1266
- ve(L(o.base + u.fullPath)), O(o.router, u, c, !1), i && i(u);
1265
+ de(L(o.base + u.fullPath)), O(o.router, u, c, !1), i && i(u);
1267
1266
  }, s);
1268
1267
  }, e.prototype.ensureURL = function(n) {
1269
1268
  if (D(this.base) !== this.current.fullPath) {
1270
1269
  var i = L(this.base + this.current.fullPath);
1271
- n ? se(i) : ve(i);
1270
+ n ? se(i) : de(i);
1272
1271
  }
1273
1272
  }, e.prototype.getCurrentLocation = function() {
1274
1273
  return D(this.base);
@@ -1278,19 +1277,19 @@ function D(t) {
1278
1277
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1279
1278
  return t && (r === n || r.indexOf(L(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1280
1279
  }
1281
- var gt = /* @__PURE__ */ function(t) {
1280
+ var vt = /* @__PURE__ */ function(t) {
1282
1281
  function e(r, n, i) {
1283
- t.call(this, r, n), !(i && Gr(this.base)) && Fe();
1282
+ t.call(this, r, n), !(i && zr(this.base)) && ze();
1284
1283
  }
1285
1284
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1286
1285
  var n = this;
1287
1286
  if (!(this.listeners.length > 0)) {
1288
1287
  var i = this.router, s = i.options.scrollBehavior, o = T && s;
1289
- o && this.listeners.push(ft());
1288
+ o && this.listeners.push(ut());
1290
1289
  var a = function() {
1291
1290
  var u = n.current;
1292
- Fe() && n.transitionTo(J(), function(d) {
1293
- o && O(n.router, d, u, !0), T || X(d.fullPath);
1291
+ ze() && n.transitionTo(X(), function(d) {
1292
+ o && O(n.router, d, u, !0), T || Y(d.fullPath);
1294
1293
  });
1295
1294
  }, c = T ? "popstate" : "hashchange";
1296
1295
  window.addEventListener(
@@ -1314,7 +1313,7 @@ var gt = /* @__PURE__ */ function(t) {
1314
1313
  this.transitionTo(
1315
1314
  n,
1316
1315
  function(u) {
1317
- X(u.fullPath), O(o.router, u, c, !1), i && i(u);
1316
+ Y(u.fullPath), O(o.router, u, c, !1), i && i(u);
1318
1317
  },
1319
1318
  s
1320
1319
  );
@@ -1322,35 +1321,35 @@ var gt = /* @__PURE__ */ function(t) {
1322
1321
  window.history.go(n);
1323
1322
  }, e.prototype.ensureURL = function(n) {
1324
1323
  var i = this.current.fullPath;
1325
- J() !== i && (n ? We(i) : X(i));
1324
+ X() !== i && (n ? We(i) : Y(i));
1326
1325
  }, e.prototype.getCurrentLocation = function() {
1327
- return J();
1326
+ return X();
1328
1327
  }, e;
1329
1328
  }(x);
1330
- function Gr(t) {
1329
+ function zr(t) {
1331
1330
  var e = D(t);
1332
1331
  if (!/^\/#/.test(e))
1333
1332
  return window.location.replace(L(t + "/#" + e)), !0;
1334
1333
  }
1335
- function Fe() {
1336
- var t = J();
1337
- return t.charAt(0) === "/" ? !0 : (X("/" + t), !1);
1334
+ function ze() {
1335
+ var t = X();
1336
+ return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
1338
1337
  }
1339
- function J() {
1338
+ function X() {
1340
1339
  var t = window.location.href, e = t.indexOf("#");
1341
1340
  return e < 0 ? "" : (t = t.slice(e + 1), t);
1342
1341
  }
1343
- function me(t) {
1342
+ function ve(t) {
1344
1343
  var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
1345
1344
  return n + "#" + t;
1346
1345
  }
1347
1346
  function We(t) {
1348
- T ? se(me(t)) : window.location.hash = t;
1347
+ T ? se(ve(t)) : window.location.hash = t;
1349
1348
  }
1350
- function X(t) {
1351
- T ? ve(me(t)) : window.location.replace(me(t));
1349
+ function Y(t) {
1350
+ T ? de(ve(t)) : window.location.replace(ve(t));
1352
1351
  }
1353
- var Qr = /* @__PURE__ */ function(t) {
1352
+ var Wr = /* @__PURE__ */ function(t) {
1354
1353
  function e(r, n) {
1355
1354
  t.call(this, r, n), this.stack = [], this.index = -1;
1356
1355
  }
@@ -1394,30 +1393,30 @@ var Qr = /* @__PURE__ */ function(t) {
1394
1393
  return n ? n.fullPath : "/";
1395
1394
  }, e.prototype.ensureURL = function() {
1396
1395
  }, e;
1397
- }(x), b = function t(e) {
1398
- e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && P(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 = Cr(e.routes || [], this);
1396
+ }(x), w = function t(e) {
1397
+ e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && P(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 = wr(e.routes || [], this);
1399
1398
  var r = e.mode || "hash";
1400
- switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), W || (r = "abstract"), this.mode = r, r) {
1399
+ switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), F || (r = "abstract"), this.mode = r, r) {
1401
1400
  case "history":
1402
- this.history = new mt(this, e.base);
1401
+ this.history = new dt(this, e.base);
1403
1402
  break;
1404
1403
  case "hash":
1405
- this.history = new gt(this, e.base, this.fallback);
1404
+ this.history = new vt(this, e.base, this.fallback);
1406
1405
  break;
1407
1406
  case "abstract":
1408
- this.history = new Qr(this, e.base);
1407
+ this.history = new Wr(this, e.base);
1409
1408
  break;
1410
1409
  default:
1411
1410
  process.env.NODE_ENV !== "production" && I(!1, "invalid mode: " + r);
1412
1411
  }
1413
- }, yt = { currentRoute: { configurable: !0 } };
1414
- b.prototype.match = function(e, r, n) {
1412
+ }, mt = { currentRoute: { configurable: !0 } };
1413
+ w.prototype.match = function(e, r, n) {
1415
1414
  return this.matcher.match(e, r, n);
1416
1415
  };
1417
- yt.currentRoute.get = function() {
1416
+ mt.currentRoute.get = function() {
1418
1417
  return this.history && this.history.current;
1419
1418
  };
1420
- b.prototype.init = function(e) {
1419
+ w.prototype.init = function(e) {
1421
1420
  var r = this;
1422
1421
  if (process.env.NODE_ENV !== "production" && I(
1423
1422
  ie.installed,
@@ -1428,7 +1427,7 @@ b.prototype.init = function(e) {
1428
1427
  }), !this.app) {
1429
1428
  this.app = e;
1430
1429
  var n = this.history;
1431
- if (n instanceof mt || n instanceof gt) {
1430
+ if (n instanceof dt || n instanceof vt) {
1432
1431
  var i = function(o) {
1433
1432
  var a = n.current, c = r.options.scrollBehavior, u = T && c;
1434
1433
  u && "fullPath" in o && O(r, o, a, !1);
@@ -1448,22 +1447,22 @@ b.prototype.init = function(e) {
1448
1447
  });
1449
1448
  }
1450
1449
  };
1451
- b.prototype.beforeEach = function(e) {
1452
- return Ce(this.beforeHooks, e);
1450
+ w.prototype.beforeEach = function(e) {
1451
+ return Pe(this.beforeHooks, e);
1453
1452
  };
1454
- b.prototype.beforeResolve = function(e) {
1455
- return Ce(this.resolveHooks, e);
1453
+ w.prototype.beforeResolve = function(e) {
1454
+ return Pe(this.resolveHooks, e);
1456
1455
  };
1457
- b.prototype.afterEach = function(e) {
1458
- return Ce(this.afterHooks, e);
1456
+ w.prototype.afterEach = function(e) {
1457
+ return Pe(this.afterHooks, e);
1459
1458
  };
1460
- b.prototype.onReady = function(e, r) {
1459
+ w.prototype.onReady = function(e, r) {
1461
1460
  this.history.onReady(e, r);
1462
1461
  };
1463
- b.prototype.onError = function(e) {
1462
+ w.prototype.onError = function(e) {
1464
1463
  this.history.onError(e);
1465
1464
  };
1466
- b.prototype.push = function(e, r, n) {
1465
+ w.prototype.push = function(e, r, n) {
1467
1466
  var i = this;
1468
1467
  if (!r && !n && typeof Promise < "u")
1469
1468
  return new Promise(function(s, o) {
@@ -1471,7 +1470,7 @@ b.prototype.push = function(e, r, n) {
1471
1470
  });
1472
1471
  this.history.push(e, r, n);
1473
1472
  };
1474
- b.prototype.replace = function(e, r, n) {
1473
+ w.prototype.replace = function(e, r, n) {
1475
1474
  var i = this;
1476
1475
  if (!r && !n && typeof Promise < "u")
1477
1476
  return new Promise(function(s, o) {
@@ -1479,16 +1478,16 @@ b.prototype.replace = function(e, r, n) {
1479
1478
  });
1480
1479
  this.history.replace(e, r, n);
1481
1480
  };
1482
- b.prototype.go = function(e) {
1481
+ w.prototype.go = function(e) {
1483
1482
  this.history.go(e);
1484
1483
  };
1485
- b.prototype.back = function() {
1484
+ w.prototype.back = function() {
1486
1485
  this.go(-1);
1487
1486
  };
1488
- b.prototype.forward = function() {
1487
+ w.prototype.forward = function() {
1489
1488
  this.go(1);
1490
1489
  };
1491
- b.prototype.getMatchedComponents = function(e) {
1490
+ w.prototype.getMatchedComponents = function(e) {
1492
1491
  var r = e ? e.matched ? e : this.resolve(e).route : this.currentRoute;
1493
1492
  return r ? [].concat.apply(
1494
1493
  [],
@@ -1499,9 +1498,9 @@ b.prototype.getMatchedComponents = function(e) {
1499
1498
  })
1500
1499
  ) : [];
1501
1500
  };
1502
- b.prototype.resolve = function(e, r, n) {
1501
+ w.prototype.resolve = function(e, r, n) {
1503
1502
  r = r || this.history.current;
1504
- var i = Re(e, r, n, this), s = this.match(i, r), o = s.redirectedFrom || s.fullPath, a = this.history.base, c = Kr(a, o, this.mode);
1503
+ var i = be(e, r, n, this), s = this.match(i, r), o = s.redirectedFrom || s.fullPath, a = this.history.base, c = Fr(a, o, this.mode);
1505
1504
  return {
1506
1505
  location: i,
1507
1506
  route: s,
@@ -1511,82 +1510,33 @@ b.prototype.resolve = function(e, r, n) {
1511
1510
  resolved: s
1512
1511
  };
1513
1512
  };
1514
- b.prototype.getRoutes = function() {
1513
+ w.prototype.getRoutes = function() {
1515
1514
  return this.matcher.getRoutes();
1516
1515
  };
1517
- b.prototype.addRoute = function(e, r) {
1516
+ w.prototype.addRoute = function(e, r) {
1518
1517
  this.matcher.addRoute(e, r), this.history.current !== A && this.history.transitionTo(this.history.getCurrentLocation());
1519
1518
  };
1520
- b.prototype.addRoutes = function(e) {
1519
+ w.prototype.addRoutes = function(e) {
1521
1520
  process.env.NODE_ENV !== "production" && P(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== A && this.history.transitionTo(this.history.getCurrentLocation());
1522
1521
  };
1523
- Object.defineProperties(b.prototype, yt);
1524
- function Ce(t, e) {
1522
+ Object.defineProperties(w.prototype, mt);
1523
+ function Pe(t, e) {
1525
1524
  return t.push(e), function() {
1526
1525
  var r = t.indexOf(e);
1527
1526
  r > -1 && t.splice(r, 1);
1528
1527
  };
1529
1528
  }
1530
- function Kr(t, e, r) {
1529
+ function Fr(t, e, r) {
1531
1530
  var n = r === "hash" ? "#" + e : e;
1532
1531
  return t ? L(t + "/" + n) : n;
1533
1532
  }
1534
- b.install = ie;
1535
- b.version = "3.6.5";
1536
- b.isNavigationFailure = ue;
1537
- b.NavigationFailureType = V;
1538
- b.START_LOCATION = A;
1539
- W && window.Vue && window.Vue.use(b);
1540
- const vi = /(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*)(\s|$)/ig, He = /(\s|\(|^)((https?:\/\/)([-A-Z0-9+_.]+[-A-Z0-9]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|!:,.;()]*)*))(?=\s|\)|$)/ig, Zr = {
1541
- name: "NcLink",
1542
- props: {
1543
- href: {
1544
- type: String,
1545
- required: !0
1546
- }
1547
- },
1548
- render(t) {
1549
- return t("a", {
1550
- attrs: {
1551
- href: this.href,
1552
- rel: "noopener noreferrer",
1553
- target: "_blank",
1554
- class: "rich-text--external-link"
1555
- }
1556
- }, [this.href.trim()]);
1557
- }
1558
- }, mi = function({ autolink: t, useMarkdown: e, useExtendedMarkdown: r }) {
1559
- return function(n) {
1560
- r || !e || !t || Bt(n, (i) => i.type === "text", (i, s, o) => {
1561
- let a = Jr(i.value);
1562
- return a = a.map((c) => typeof c == "string" ? fe("text", c) : fe("link", {
1563
- url: c.props.href
1564
- }, [fe("text", c.props.href)])).filter((c) => c), o.children.splice(s, 1, ...a.flat()), [qt, s + a.flat().length];
1565
- });
1566
- };
1567
- }, Jr = (t) => {
1568
- let e = He.exec(t);
1569
- const r = [];
1570
- let n = 0;
1571
- for (; e !== null; ) {
1572
- let s = e[2], o, a = t.substring(n, e.index + e[1].length);
1573
- s[0] === " " && (a += s[0], s = s.substring(1).trim());
1574
- const c = s[s.length - 1];
1575
- (c === "." || c === "," || c === ";" || e[0][0] === "(" && c === ")") && (s = s.substring(0, s.length - 1), o = c), r.push(a), r.push({ component: Zr, props: { href: s } }), o && r.push(o), n = e.index + e[0].length, e = He.exec(t);
1576
- }
1577
- r.push(t.substring(n));
1578
- const i = r.map((s) => typeof s == "string" ? s : s.props.href).join("");
1579
- return t === i ? r : (console.error("Failed to reassemble the chunked text: " + t), t);
1580
- }, Xr = (t, e) => {
1581
- if (!t || !e.includes(Vt()))
1582
- return null;
1583
- const r = t.getRoutes().map((n) => new RegExp(n.regex.source.slice(1, -1), n.regex.flags));
1584
- for (const n of r) {
1585
- const i = e.search(n);
1586
- if (i !== -1)
1587
- return e.slice(i);
1588
- }
1589
- }, Yr = {
1533
+ w.install = ie;
1534
+ w.version = "3.6.5";
1535
+ w.isNavigationFailure = ue;
1536
+ w.NavigationFailureType = V;
1537
+ w.START_LOCATION = A;
1538
+ F && window.Vue && window.Vue.use(w);
1539
+ const Hr = {
1590
1540
  name: "NcReferenceWidget",
1591
1541
  props: {
1592
1542
  reference: {
@@ -1601,7 +1551,7 @@ const vi = /(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|
1601
1551
  },
1602
1552
  computed: {
1603
1553
  hasCustomWidget() {
1604
- return Pt(this.reference.richObjectType);
1554
+ return bt(this.reference.richObjectType);
1605
1555
  },
1606
1556
  noAccess() {
1607
1557
  return this.reference && !this.reference.accessible;
@@ -1622,45 +1572,45 @@ const vi = /(\s|^)(https?:\/\/)([-A-Z0-9+_.]+(?::[0-9]+)?(?:\/[-A-Z0-9+&@#%?=~_|
1622
1572
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1623
1573
  },
1624
1574
  route() {
1625
- return Xr(this.$router, this.reference.openGraphObject.link);
1575
+ return It(this.$router, this.reference.openGraphObject.link);
1626
1576
  },
1627
1577
  referenceWidgetLinkComponent() {
1628
- return this.route ? st : "a";
1578
+ return this.route ? nt : "a";
1629
1579
  },
1630
1580
  referenceWidgetLinkProps() {
1631
1581
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
1632
1582
  }
1633
1583
  },
1634
1584
  mounted() {
1635
- this.renderWidget(), Mt(this.$el, (t) => {
1585
+ this.renderWidget(), Vt(this.$el, (t) => {
1636
1586
  t[0].contentRect.width < 450 ? this.compact = 0 : t[0].contentRect.width < 550 ? this.compact = 1 : t[0].contentRect.width < 650 ? this.compact = 2 : this.compact = 3;
1637
1587
  });
1638
1588
  },
1639
1589
  beforeDestroy() {
1640
- Ct(this.reference.richObjectType, this.$el);
1590
+ Rt(this.reference.richObjectType, this.$el);
1641
1591
  },
1642
1592
  methods: {
1643
1593
  renderWidget() {
1644
1594
  this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), this?.reference?.richObjectType !== "open-graph" && this.$nextTick(() => {
1645
- Et(this.$refs.customWidget, this.reference);
1595
+ Pt(this.$refs.customWidget, this.reference);
1646
1596
  });
1647
1597
  }
1648
1598
  }
1649
1599
  };
1650
- var en = function() {
1600
+ var Gr = function() {
1651
1601
  var e = this, r = e._self._c;
1652
1602
  return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom" }, [r("div", { ref: "customWidget" })]) : !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()], 1);
1653
- }, tn = [], rn = /* @__PURE__ */ N(
1654
- Yr,
1655
- en,
1656
- tn,
1603
+ }, Qr = [], Kr = /* @__PURE__ */ N(
1604
+ Hr,
1605
+ Gr,
1606
+ Qr,
1657
1607
  !1,
1658
1608
  null,
1659
1609
  "38b1d56a",
1660
1610
  null,
1661
1611
  null
1662
1612
  );
1663
- const nn = rn.exports, sn = {
1613
+ const Jr = Kr.exports, Xr = {
1664
1614
  name: "NcCustomPickerElement",
1665
1615
  props: {
1666
1616
  /**
@@ -1685,12 +1635,12 @@ const nn = rn.exports, sn = {
1685
1635
  this.isRegistered && this.renderElement();
1686
1636
  },
1687
1637
  beforeDestroy() {
1688
- this.isRegistered && kt(this.provider.id, this.$el, this.renderResult);
1638
+ this.isRegistered && Ct(this.provider.id, this.$el, this.renderResult);
1689
1639
  },
1690
1640
  methods: {
1691
1641
  renderElement() {
1692
1642
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
1693
- const t = St(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1643
+ const t = Et(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1694
1644
  Promise.resolve(t).then((e) => {
1695
1645
  this.renderResult = e, this.renderResult.object?._isVue && this.renderResult.object?.$on && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (r) => {
1696
1646
  this.onSubmit(r.detail);
@@ -1705,74 +1655,74 @@ const nn = rn.exports, sn = {
1705
1655
  }
1706
1656
  }
1707
1657
  };
1708
- var on = function() {
1658
+ var Yr = function() {
1709
1659
  var e = this, r = e._self._c;
1710
1660
  return r("div", { ref: "domElement" });
1711
- }, an = [], cn = /* @__PURE__ */ N(
1712
- sn,
1713
- on,
1714
- an,
1661
+ }, Zr = [], en = /* @__PURE__ */ N(
1662
+ Xr,
1663
+ Yr,
1664
+ Zr,
1715
1665
  !1,
1716
1666
  null,
1717
1667
  "25f1cef8",
1718
1668
  null,
1719
1669
  null
1720
1670
  );
1721
- const un = cn.exports;
1722
- F($t);
1723
- const _t = "any-link", bt = {
1724
- id: _t,
1725
- title: k("Any link"),
1726
- icon_url: jt("core", "filetypes/link.svg")
1671
+ const tn = en.exports;
1672
+ W(kt);
1673
+ const yt = "any-link", gt = {
1674
+ id: yt,
1675
+ title: S("Any link"),
1676
+ icon_url: At("core", "filetypes/link.svg")
1727
1677
  };
1728
- window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Ze("core", "reference-provider-list", []));
1729
- window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Ze("core", "reference-provider-timestamps", {}));
1730
- function ln(t) {
1731
- return t === _t ? bt : wt().find((e) => e.id === t);
1678
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Qe("core", "reference-provider-list", []));
1679
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Qe("core", "reference-provider-timestamps", {}));
1680
+ function rn(t) {
1681
+ return t === yt ? gt : _t().find((e) => e.id === t);
1732
1682
  }
1733
- function wt() {
1683
+ function _t() {
1734
1684
  return window._vue_richtext_reference_providers.filter((t) => {
1735
1685
  const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || z(t.id);
1736
1686
  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;
1737
1687
  });
1738
1688
  }
1739
- function fn(t) {
1689
+ function nn(t) {
1740
1690
  const e = window._vue_richtext_reference_provider_timestamps;
1741
1691
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1742
1692
  const i = e[r.id], s = e[n.id];
1743
1693
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1744
1694
  });
1745
1695
  }
1746
- function hn(t, e = null) {
1747
- const r = wt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = fn(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1748
- return (t === "" || a.length === 0) && a.push(bt), a;
1696
+ function sn(t, e = null) {
1697
+ const r = _t(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = nn(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1698
+ return (t === "" || a.length === 0) && a.push(gt), a;
1749
1699
  }
1750
- function pn(t) {
1700
+ function on(t) {
1751
1701
  const e = Math.floor(Date.now() / 1e3), r = {
1752
1702
  timestamp: e
1753
- }, n = Y("references/provider/{providerId}", { providerId: t });
1754
- ge.put(n, r).then((i) => {
1703
+ }, n = Z("references/provider/{providerId}", { providerId: t });
1704
+ me.put(n, r).then((i) => {
1755
1705
  window._vue_richtext_reference_provider_timestamps[t] = e;
1756
1706
  });
1757
1707
  }
1758
- let Ge = 0;
1759
- function Rt(t, e) {
1708
+ let Fe = 0;
1709
+ function wt(t, e) {
1760
1710
  return function() {
1761
1711
  const r = this, n = arguments;
1762
- clearTimeout(Ge), Ge = setTimeout(function() {
1712
+ clearTimeout(Fe), Fe = setTimeout(function() {
1763
1713
  t.apply(r, n);
1764
1714
  }, e || 0);
1765
1715
  };
1766
1716
  }
1767
- function Ee(t) {
1717
+ function Ce(t) {
1768
1718
  try {
1769
1719
  return !!new URL(t);
1770
1720
  } catch {
1771
1721
  return !1;
1772
1722
  }
1773
1723
  }
1774
- F(Ke, Nt);
1775
- const dn = {
1724
+ W(Ge, xt);
1725
+ const an = {
1776
1726
  name: "LinkVariantIcon",
1777
1727
  emits: ["click"],
1778
1728
  props: {
@@ -1789,28 +1739,28 @@ const dn = {
1789
1739
  }
1790
1740
  }
1791
1741
  };
1792
- var vn = function() {
1742
+ var cn = function() {
1793
1743
  var e = this, r = e._self._c;
1794
1744
  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) {
1795
1745
  return e.$emit("click", n);
1796
1746
  } } }, "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()])])]);
1797
- }, mn = [], gn = /* @__PURE__ */ N(
1798
- dn,
1799
- vn,
1800
- mn,
1747
+ }, un = [], ln = /* @__PURE__ */ N(
1748
+ an,
1749
+ cn,
1750
+ un,
1801
1751
  !1,
1802
1752
  null,
1803
1753
  null,
1804
1754
  null,
1805
1755
  null
1806
1756
  );
1807
- const ke = gn.exports, yn = {
1757
+ const Ee = ln.exports, fn = {
1808
1758
  name: "NcProviderList",
1809
1759
  components: {
1810
- NcSelect: Xe,
1811
- NcHighlight: Je,
1760
+ NcSelect: Je,
1761
+ NcHighlight: Ke,
1812
1762
  NcEmptyContent: ye,
1813
- LinkVariantIcon: ke
1763
+ LinkVariantIcon: Ee
1814
1764
  },
1815
1765
  emits: [
1816
1766
  "select-provider",
@@ -1820,18 +1770,18 @@ const ke = gn.exports, yn = {
1820
1770
  return {
1821
1771
  selectedProvider: null,
1822
1772
  query: "",
1823
- multiselectPlaceholder: k("Select provider"),
1824
- providerIconAlt: k("Provider icon")
1773
+ multiselectPlaceholder: S("Select provider"),
1774
+ providerIconAlt: S("Provider icon")
1825
1775
  };
1826
1776
  },
1827
1777
  computed: {
1828
1778
  options() {
1829
1779
  const t = [];
1830
- return this.query !== "" && Ee(this.query) && t.push({
1780
+ return this.query !== "" && Ce(this.query) && t.push({
1831
1781
  id: this.query,
1832
1782
  title: this.query,
1833
1783
  isLink: !0
1834
- }), t.push(...hn(this.query)), t;
1784
+ }), t.push(...sn(this.query)), t;
1835
1785
  }
1836
1786
  },
1837
1787
  methods: {
@@ -1848,7 +1798,7 @@ const ke = gn.exports, yn = {
1848
1798
  }
1849
1799
  }
1850
1800
  };
1851
- var _n = function() {
1801
+ var hn = function() {
1852
1802
  var e = this, r = e._self._c;
1853
1803
  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) {
1854
1804
  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)];
@@ -1857,26 +1807,26 @@ var _n = function() {
1857
1807
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1858
1808
  return [r("LinkVariantIcon")];
1859
1809
  }, proxy: !0 }]) })], 1);
1860
- }, bn = [], wn = /* @__PURE__ */ N(
1861
- yn,
1862
- _n,
1863
- bn,
1810
+ }, pn = [], dn = /* @__PURE__ */ N(
1811
+ fn,
1812
+ hn,
1813
+ pn,
1864
1814
  !1,
1865
1815
  null,
1866
1816
  "e880790e",
1867
1817
  null,
1868
1818
  null
1869
1819
  );
1870
- const Rn = wn.exports;
1871
- F(Lt);
1872
- const Pn = {
1820
+ const vn = dn.exports;
1821
+ W($t);
1822
+ const mn = {
1873
1823
  name: "NcRawLinkInput",
1874
1824
  components: {
1875
- LinkVariantIcon: ke,
1825
+ LinkVariantIcon: Ee,
1876
1826
  NcEmptyContent: ye,
1877
- NcLoadingIcon: Ut,
1878
- NcReferenceWidget: nn,
1879
- NcTextField: Dt
1827
+ NcLoadingIcon: jt,
1828
+ NcReferenceWidget: Jr,
1829
+ NcTextField: Bt
1880
1830
  },
1881
1831
  props: {
1882
1832
  /**
@@ -1896,12 +1846,12 @@ const Pn = {
1896
1846
  loading: !1,
1897
1847
  reference: null,
1898
1848
  abortController: null,
1899
- inputPlaceholder: k("Enter link")
1849
+ inputPlaceholder: S("Enter link")
1900
1850
  };
1901
1851
  },
1902
1852
  computed: {
1903
1853
  isLinkValid() {
1904
- return Ee(this.inputValue);
1854
+ return Ce(this.inputValue);
1905
1855
  }
1906
1856
  },
1907
1857
  methods: {
@@ -1916,12 +1866,12 @@ const Pn = {
1916
1866
  this.inputValue = "", this.reference = null;
1917
1867
  },
1918
1868
  onInput() {
1919
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Rt(() => {
1869
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && wt(() => {
1920
1870
  this.updateReference();
1921
1871
  }, 500)();
1922
1872
  },
1923
1873
  updateReference() {
1924
- this.loading = !0, this.abortController = new AbortController(), ge.get(Y("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1874
+ this.loading = !0, this.abortController = new AbortController(), me.get(Z("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1925
1875
  signal: this.abortController.signal
1926
1876
  }).then((t) => {
1927
1877
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1933,7 +1883,7 @@ const Pn = {
1933
1883
  }
1934
1884
  }
1935
1885
  };
1936
- var Cn = function() {
1886
+ var yn = function() {
1937
1887
  var e = this, r = e._self._c;
1938
1888
  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) {
1939
1889
  e.inputValue = n;
@@ -1942,20 +1892,20 @@ var Cn = function() {
1942
1892
  } } }, [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() {
1943
1893
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1944
1894
  }, proxy: !0 }]) })], 1);
1945
- }, En = [], kn = /* @__PURE__ */ N(
1946
- Pn,
1947
- Cn,
1948
- En,
1895
+ }, gn = [], _n = /* @__PURE__ */ N(
1896
+ mn,
1897
+ yn,
1898
+ gn,
1949
1899
  !1,
1950
1900
  null,
1951
1901
  "d0ba247a",
1952
1902
  null,
1953
1903
  null
1954
1904
  );
1955
- const Sn = kn.exports, xn = {
1905
+ const wn = _n.exports, bn = {
1956
1906
  name: "NcSearchResult",
1957
1907
  components: {
1958
- NcHighlight: Je
1908
+ NcHighlight: Ke
1959
1909
  },
1960
1910
  props: {
1961
1911
  /**
@@ -1975,29 +1925,29 @@ const Sn = kn.exports, xn = {
1975
1925
  }
1976
1926
  }
1977
1927
  };
1978
- var $n = function() {
1928
+ var Rn = function() {
1979
1929
  var e = this, r = e._self._c;
1980
1930
  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)])]);
1981
- }, Nn = [], Ln = /* @__PURE__ */ N(
1982
- xn,
1983
- $n,
1984
- Nn,
1931
+ }, Pn = [], Cn = /* @__PURE__ */ N(
1932
+ bn,
1933
+ Rn,
1934
+ Pn,
1985
1935
  !1,
1986
1936
  null,
1987
1937
  "7a394a58",
1988
1938
  null,
1989
1939
  null
1990
1940
  );
1991
- const On = Ln.exports;
1992
- F(Tt, Ke, Ot);
1993
- const Qe = 5, Tn = {
1941
+ const En = Cn.exports;
1942
+ W(Lt, Ge, Nt);
1943
+ const He = 5, Sn = {
1994
1944
  name: "NcSearch",
1995
1945
  components: {
1996
- LinkVariantIcon: ke,
1997
- DotsHorizontalIcon: zt,
1946
+ LinkVariantIcon: Ee,
1947
+ DotsHorizontalIcon: qt,
1998
1948
  NcEmptyContent: ye,
1999
- NcSelect: Xe,
2000
- NcSearchResult: On
1949
+ NcSelect: Je,
1950
+ NcSearchResult: En
2001
1951
  },
2002
1952
  props: {
2003
1953
  /**
@@ -2027,13 +1977,13 @@ const Qe = 5, Tn = {
2027
1977
  searching: !1,
2028
1978
  searchingMoreOf: null,
2029
1979
  abortController: null,
2030
- noOptionsText: k("Start typing to search"),
2031
- providerIconAlt: k("Provider icon")
1980
+ noOptionsText: S("Start typing to search"),
1981
+ providerIconAlt: S("Provider icon")
2032
1982
  };
2033
1983
  },
2034
1984
  computed: {
2035
1985
  mySearchPlaceholder() {
2036
- return this.searchPlaceholder || k("Search");
1986
+ return this.searchPlaceholder || S("Search");
2037
1987
  },
2038
1988
  searchProviderIds() {
2039
1989
  return this.provider.search_providers_ids;
@@ -2042,7 +1992,7 @@ const Qe = 5, Tn = {
2042
1992
  if (this.searchQuery === "")
2043
1993
  return [];
2044
1994
  const t = [];
2045
- return Ee(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
1995
+ return Ce(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2046
1996
  },
2047
1997
  rawLinkEntry() {
2048
1998
  return {
@@ -2083,7 +2033,7 @@ const Qe = 5, Tn = {
2083
2033
  this.cancelSearchRequests();
2084
2034
  },
2085
2035
  methods: {
2086
- t: k,
2036
+ t: S,
2087
2037
  resetResults() {
2088
2038
  const t = {};
2089
2039
  this.searchProviderIds.forEach((e) => {
@@ -2101,7 +2051,7 @@ const Qe = 5, Tn = {
2101
2051
  this.abortController && this.abortController.abort();
2102
2052
  },
2103
2053
  onSearchInput(t, e) {
2104
- this.searchQuery = t, Rt(() => {
2054
+ this.searchQuery = t, wt(() => {
2105
2055
  this.updateSearch();
2106
2056
  }, 500)();
2107
2057
  },
@@ -2128,8 +2078,8 @@ const Qe = 5, Tn = {
2128
2078
  });
2129
2079
  },
2130
2080
  searchOneProvider(t, e = null) {
2131
- const r = e === null ? Y("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Qe }) : Y("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Qe, cursor: e });
2132
- return ge.get(r, {
2081
+ const r = e === null ? Z("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: He }) : Z("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: He, cursor: e });
2082
+ return me.get(r, {
2133
2083
  signal: this.abortController.signal
2134
2084
  }).then((n) => {
2135
2085
  const i = n.data.ocs.data;
@@ -2138,7 +2088,7 @@ const Qe = 5, Tn = {
2138
2088
  }
2139
2089
  }
2140
2090
  };
2141
- var An = function() {
2091
+ var kn = function() {
2142
2092
  var e = this, r = e._self._c;
2143
2093
  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) {
2144
2094
  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()];
@@ -2149,28 +2099,28 @@ var An = function() {
2149
2099
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2150
2100
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2151
2101
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2152
- }, In = [], Vn = /* @__PURE__ */ N(
2153
- Tn,
2154
- An,
2155
- In,
2102
+ }, xn = [], $n = /* @__PURE__ */ N(
2103
+ Sn,
2104
+ kn,
2105
+ xn,
2156
2106
  !1,
2157
2107
  null,
2158
2108
  "97d196f0",
2159
2109
  null,
2160
2110
  null
2161
2111
  );
2162
- const jn = Vn.exports, U = {
2112
+ const Nn = $n.exports, U = {
2163
2113
  providerList: 1,
2164
2114
  standardLinkInput: 2,
2165
2115
  searchInput: 3,
2166
2116
  customElement: 4
2167
- }, Bn = {
2117
+ }, Ln = {
2168
2118
  name: "NcReferencePicker",
2169
2119
  components: {
2170
- NcCustomPickerElement: un,
2171
- NcProviderList: Rn,
2172
- NcRawLinkInput: Sn,
2173
- NcSearch: jn
2120
+ NcCustomPickerElement: tn,
2121
+ NcProviderList: vn,
2122
+ NcRawLinkInput: wn,
2123
+ NcSearch: Nn
2174
2124
  },
2175
2125
  props: {
2176
2126
  /**
@@ -2250,7 +2200,7 @@ const jn = Vn.exports, U = {
2250
2200
  this.$emit("cancel");
2251
2201
  },
2252
2202
  submitLink(t) {
2253
- this.selectedProvider !== null && pn(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2203
+ this.selectedProvider !== null && on(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2254
2204
  },
2255
2205
  deselectProvider() {
2256
2206
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
@@ -2259,31 +2209,31 @@ const jn = Vn.exports, U = {
2259
2209
  }
2260
2210
  }
2261
2211
  };
2262
- var qn = function() {
2212
+ var On = function() {
2263
2213
  var e = this, r = e._self._c;
2264
2214
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2265
2215
  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));
2266
2216
  } } }, [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);
2267
- }, Mn = [], Un = /* @__PURE__ */ N(
2268
- Bn,
2269
- qn,
2270
- Mn,
2217
+ }, Tn = [], An = /* @__PURE__ */ N(
2218
+ Ln,
2219
+ On,
2220
+ Tn,
2271
2221
  !1,
2272
2222
  null,
2273
2223
  "12c38c93",
2274
2224
  null,
2275
2225
  null
2276
2226
  );
2277
- const Dn = Un.exports;
2278
- F(It, At);
2279
- const zn = {
2227
+ const In = An.exports;
2228
+ W(Tt, Ot);
2229
+ const Vn = {
2280
2230
  name: "NcReferencePickerModal",
2281
2231
  components: {
2282
- NcReferencePicker: Dn,
2283
- NcModal: Wt,
2284
- NcButton: Ft,
2285
- ArrowLeftIcon: Gt,
2286
- CloseIcon: Qt
2232
+ NcReferencePicker: In,
2233
+ NcModal: Ut,
2234
+ NcButton: Mt,
2235
+ ArrowLeftIcon: zt,
2236
+ CloseIcon: Wt
2287
2237
  },
2288
2238
  props: {
2289
2239
  /**
@@ -2317,9 +2267,9 @@ const zn = {
2317
2267
  return {
2318
2268
  show: !0,
2319
2269
  selectedProvider: this.initialProvider,
2320
- backButtonTitle: k("Back to provider selection"),
2321
- closeButtonTitle: k("Close"),
2322
- closeButtonLabel: k("Close Smart Picker")
2270
+ backButtonTitle: S("Back to provider selection"),
2271
+ closeButtonTitle: S("Close"),
2272
+ closeButtonLabel: S("Close Smart Picker")
2323
2273
  };
2324
2274
  },
2325
2275
  computed: {
@@ -2330,19 +2280,19 @@ const zn = {
2330
2280
  return this.initialProvider === null && this.isProviderSelected;
2331
2281
  },
2332
2282
  modalSize() {
2333
- return this.isProviderSelected && z(this.selectedProvider.id) ? xt(this.selectedProvider.id) ?? "large" : "normal";
2283
+ return this.isProviderSelected && z(this.selectedProvider.id) ? St(this.selectedProvider.id) ?? "large" : "normal";
2334
2284
  },
2335
2285
  showModalName() {
2336
2286
  return !this.isProviderSelected || !z(this.selectedProvider.id);
2337
2287
  },
2338
2288
  modalName() {
2339
- return this.isProviderSelected ? this.selectedProvider.title : k("Smart Picker");
2289
+ return this.isProviderSelected ? this.selectedProvider.title : S("Smart Picker");
2340
2290
  }
2341
2291
  },
2342
2292
  mounted() {
2343
2293
  if (this.isInsideViewer) {
2344
2294
  const t = this.$refs.modal_content;
2345
- Ht("viewer:trapElements:changed", t);
2295
+ Dt("viewer:trapElements:changed", t);
2346
2296
  }
2347
2297
  },
2348
2298
  methods: {
@@ -2360,29 +2310,29 @@ const zn = {
2360
2310
  }
2361
2311
  }
2362
2312
  };
2363
- var Fn = function() {
2313
+ var jn = function() {
2364
2314
  var e = this, r = e._self._c;
2365
2315
  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() {
2366
2316
  return [r("ArrowLeftIcon")];
2367
2317
  }, 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() {
2368
2318
  return [r("CloseIcon")];
2369
2319
  }, 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();
2370
- }, Wn = [], Hn = /* @__PURE__ */ N(
2371
- zn,
2372
- Fn,
2373
- Wn,
2320
+ }, Bn = [], qn = /* @__PURE__ */ N(
2321
+ Vn,
2322
+ jn,
2323
+ Bn,
2374
2324
  !1,
2375
2325
  null,
2376
2326
  "ab09ebaa",
2377
2327
  null,
2378
2328
  null
2379
2329
  );
2380
- const Gn = Hn.exports;
2381
- async function gi(t = null, e = void 0) {
2330
+ const Mn = qn.exports;
2331
+ async function ai(t = null, e = void 0) {
2382
2332
  return await new Promise((r, n) => {
2383
2333
  const i = "referencePickerModal", s = document.createElement("div");
2384
2334
  s.id = i, document.body.append(s);
2385
- const o = t === null ? null : ln(t) ?? null, a = Kt.extend(Gn), c = new a({
2335
+ const o = t === null ? null : rn(t) ?? null, a = Ft.extend(Mn), c = new a({
2386
2336
  propsData: {
2387
2337
  initialProvider: o,
2388
2338
  isInsideViewer: e
@@ -2396,19 +2346,15 @@ async function gi(t = null, e = void 0) {
2396
2346
  });
2397
2347
  }
2398
2348
  export {
2399
- st as L,
2400
- nn as N,
2401
- vi as U,
2402
- _t as a,
2403
- ln as b,
2404
- wt as c,
2405
- hn as d,
2406
- Dn as e,
2407
- Gn as f,
2408
- gi as g,
2409
- jn as h,
2410
- Xr as i,
2411
- Jr as p,
2412
- mi as r,
2413
- fn as s
2349
+ nt as L,
2350
+ Jr as N,
2351
+ yt as a,
2352
+ rn as b,
2353
+ _t as c,
2354
+ sn as d,
2355
+ In as e,
2356
+ Mn as f,
2357
+ ai as g,
2358
+ Nn as h,
2359
+ nn as s
2414
2360
  };