@nextcloud/vue 8.9.1 → 8.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +4 -2
  3. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  4. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  5. package/dist/Components/NcActionInput.cjs +1 -1
  6. package/dist/Components/NcActionInput.mjs +1 -1
  7. package/dist/Components/NcActions.cjs +1 -1
  8. package/dist/Components/NcActions.mjs +1 -1
  9. package/dist/Components/NcAppContent.cjs +1 -1
  10. package/dist/Components/NcAppContent.mjs +1 -1
  11. package/dist/Components/NcAppNavigation.cjs +1 -1
  12. package/dist/Components/NcAppNavigation.mjs +1 -1
  13. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  14. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  15. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  16. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  17. package/dist/Components/NcAppNavigationList.cjs +6 -6
  18. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  19. package/dist/Components/NcAppNavigationList.mjs +8 -8
  20. package/dist/Components/NcAppNavigationList.mjs.map +1 -1
  21. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  22. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  24. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  25. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  26. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  27. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  28. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  29. package/dist/Components/NcAppSidebar.cjs +1 -1
  30. package/dist/Components/NcAppSidebar.mjs +1 -1
  31. package/dist/Components/NcAvatar.cjs +1 -1
  32. package/dist/Components/NcAvatar.mjs +1 -1
  33. package/dist/Components/NcBreadcrumb.cjs +1 -1
  34. package/dist/Components/NcBreadcrumb.mjs +1 -1
  35. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  36. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  37. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  38. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  39. package/dist/Components/NcColorPicker.cjs +1 -1
  40. package/dist/Components/NcColorPicker.mjs +1 -1
  41. package/dist/Components/NcContent.cjs +1 -1
  42. package/dist/Components/NcContent.mjs +1 -1
  43. package/dist/Components/NcDashboardWidget.cjs +1 -1
  44. package/dist/Components/NcDashboardWidget.mjs +1 -1
  45. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  46. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  47. package/dist/Components/NcDateTime.cjs +1 -1
  48. package/dist/Components/NcDateTime.mjs +1 -1
  49. package/dist/Components/NcDateTimePicker.cjs +2 -2
  50. package/dist/Components/NcDateTimePicker.mjs +4 -4
  51. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  52. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  53. package/dist/Components/NcEmojiPicker.cjs +1 -1
  54. package/dist/Components/NcEmojiPicker.mjs +1 -1
  55. package/dist/Components/NcListItem.cjs +1 -1
  56. package/dist/Components/NcListItem.mjs +1 -1
  57. package/dist/Components/NcListItemIcon.cjs +1 -1
  58. package/dist/Components/NcListItemIcon.mjs +1 -1
  59. package/dist/Components/NcModal.cjs +1 -1
  60. package/dist/Components/NcModal.mjs +3 -3
  61. package/dist/Components/NcPasswordField.cjs +1 -1
  62. package/dist/Components/NcPasswordField.mjs +1 -1
  63. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  64. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  65. package/dist/Components/NcRichContenteditable.cjs +1 -1
  66. package/dist/Components/NcRichContenteditable.mjs +2 -2
  67. package/dist/Components/NcRichText.cjs +1 -1
  68. package/dist/Components/NcRichText.mjs +3 -3
  69. package/dist/Components/NcSelect.cjs +1 -1
  70. package/dist/Components/NcSelect.mjs +1 -1
  71. package/dist/Components/NcSelectTags.cjs +1 -1
  72. package/dist/Components/NcSelectTags.mjs +1 -1
  73. package/dist/Components/NcSettingsInputText.cjs +1 -1
  74. package/dist/Components/NcSettingsInputText.mjs +1 -1
  75. package/dist/Components/NcSettingsSection.cjs +1 -1
  76. package/dist/Components/NcSettingsSection.mjs +1 -1
  77. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  78. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  79. package/dist/Components/NcTextField.cjs +1 -1
  80. package/dist/Components/NcTextField.mjs +1 -1
  81. package/dist/Components/NcTimezonePicker.cjs +1 -1
  82. package/dist/Components/NcTimezonePicker.mjs +1 -1
  83. package/dist/Components/NcUserBubble.cjs +1 -1
  84. package/dist/Components/NcUserBubble.mjs +1 -1
  85. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  86. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  87. package/dist/Functions/reference.cjs +1 -1
  88. package/dist/Functions/reference.mjs +1 -1
  89. package/dist/Functions/usernameToColor.cjs +1 -1
  90. package/dist/Functions/usernameToColor.mjs +1 -1
  91. package/dist/Mixins/richEditor.cjs +1 -1
  92. package/dist/Mixins/richEditor.mjs +1 -1
  93. package/dist/assets/{NcActions-CEbgl0_n.css → NcActions-DL7ZZIjx.css} +12 -12
  94. package/dist/assets/{NcAppContent-Cv8rRTyy.css → NcAppContent-aWiDWWeq.css} +36 -24
  95. package/dist/assets/{NcAppNavigation-D2eVie5R.css → NcAppNavigation-BgGJuJPv.css} +15 -9
  96. package/dist/assets/{NcAppNavigationList-BGig8-Dj.css → NcAppNavigationList-CUnaMQQD.css} +4 -8
  97. package/dist/assets/{NcAvatar-Dkf1ypwP.css → NcAvatar-j5b9vXAH.css} +27 -27
  98. package/dist/assets/{NcDateTimePicker-C3D1hmlB.css → NcDateTimePicker-D8gouVII.css} +10 -10
  99. package/dist/assets/NcListItem--ilRNXci.css +179 -0
  100. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  101. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  102. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  103. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DWB2ghBg.css} +19 -19
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-BCHzPRPI.cjs} +1 -1
  105. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-BCHzPRPI.cjs.map} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SRrPRTFN.mjs} +1 -1
  107. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SRrPRTFN.mjs.map} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-BS4fKDux.mjs} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-BS4fKDux.mjs.map} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-Dc9G34Er.cjs} +1 -1
  111. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-Dc9G34Er.cjs.map} +1 -1
  112. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-B_upGNjs.mjs} +4 -4
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-B_upGNjs.mjs.map} +1 -1
  114. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-C6WR9W8-.cjs} +1 -1
  115. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-C6WR9W8-.cjs.map} +1 -1
  116. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-ClU5w8U1.mjs} +144 -85
  117. package/dist/chunks/NcActions-ClU5w8U1.mjs.map +1 -0
  118. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-DL722iMU.cjs} +144 -85
  119. package/dist/chunks/NcActions-DL722iMU.cjs.map +1 -0
  120. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CZUuFw1x.mjs} +72 -38
  121. package/dist/chunks/NcAppContent-CZUuFw1x.mjs.map +1 -0
  122. package/dist/chunks/NcAppContent-CyPht0ua.cjs +256 -0
  123. package/dist/chunks/NcAppContent-CyPht0ua.cjs.map +1 -0
  124. package/dist/chunks/{NcAppNavigation-C1Qe3lsk.mjs → NcAppNavigation-8_Bef_ph.mjs} +25 -23
  125. package/dist/chunks/NcAppNavigation-8_Bef_ph.mjs.map +1 -0
  126. package/dist/chunks/{NcAppNavigation-C423R_m2.cjs → NcAppNavigation-BPCfq5ox.cjs} +25 -24
  127. package/dist/chunks/NcAppNavigation-BPCfq5ox.cjs.map +1 -0
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-DNugUyEL.cjs} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-DNugUyEL.cjs.map} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-DZl4aJXn.mjs} +1 -1
  131. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-DZl4aJXn.mjs.map} +1 -1
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-D7L6HxhH.mjs} +3 -3
  133. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-D7L6HxhH.mjs.map} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-znyy3LU1.cjs} +1 -1
  135. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-znyy3LU1.cjs.map} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-CRLPUH7B.mjs} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-CRLPUH7B.mjs.map} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DgPfNmx6.cjs} +1 -1
  139. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DgPfNmx6.cjs.map} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-DPb0p_eD.cjs} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-DPb0p_eD.cjs.map} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-EcktukV4.mjs} +1 -1
  143. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-EcktukV4.mjs.map} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-CSOgniTa.cjs} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-CSOgniTa.cjs.map} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-DwO9-oiH.mjs} +1 -1
  147. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-DwO9-oiH.mjs.map} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-EIsS0HU9.cjs} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-EIsS0HU9.cjs.map} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-fgbU_-h8.mjs} +1 -1
  151. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-fgbU_-h8.mjs.map} +1 -1
  152. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-BbEflEtM.mjs} +3 -3
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-BbEflEtM.mjs.map} +1 -1
  154. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-DNAgJFfm.cjs} +2 -2
  155. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-DNAgJFfm.cjs.map} +1 -1
  156. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-CDeuGCns.cjs} +45 -35
  157. package/dist/chunks/NcAvatar-CDeuGCns.cjs.map +1 -0
  158. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-k_VeT7Vp.mjs} +65 -54
  159. package/dist/chunks/NcAvatar-k_VeT7Vp.mjs.map +1 -0
  160. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-6--UKRl5.cjs} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-6--UKRl5.cjs.map} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-Yg1njNwp.mjs} +1 -1
  163. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-Yg1njNwp.mjs.map} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-CgSLqCmo.cjs} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-CgSLqCmo.cjs.map} +1 -1
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DXD2Kiak.mjs} +2 -2
  167. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DXD2Kiak.mjs.map} +1 -1
  168. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-BRPYihez.mjs} +2 -2
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-BRPYihez.mjs.map} +1 -1
  170. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BS2C-YSz.cjs} +2 -2
  171. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BS2C-YSz.cjs.map} +1 -1
  172. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs} +1 -1
  173. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs.map +1 -0
  174. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs} +1 -1
  175. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs.map +1 -0
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-D0rQKQAy.cjs} +1 -1
  177. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-D0rQKQAy.cjs.map} +1 -1
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-DNGismgl.mjs} +2 -2
  179. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-DNGismgl.mjs.map} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-BXfreK7p.cjs} +1 -1
  181. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-BXfreK7p.cjs.map} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-DCmLP8Ly.mjs} +1 -1
  183. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-DCmLP8Ly.mjs.map} +1 -1
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-6UWLF9LM.mjs} +3 -3
  185. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-6UWLF9LM.mjs.map} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CPXbrHii.cjs} +1 -1
  187. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CPXbrHii.cjs.map} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-Buh2BPAN.cjs} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-Buh2BPAN.cjs.map} +1 -1
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-bFGf6_R7.mjs} +2 -2
  191. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-bFGf6_R7.mjs.map} +1 -1
  192. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-DG_XAvbT.cjs} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-DG_XAvbT.cjs.map} +1 -1
  194. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-GW15p7yp.mjs} +1 -1
  195. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-GW15p7yp.mjs.map} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-B34sLJKs.mjs} +4 -4
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-B34sLJKs.mjs.map} +1 -1
  198. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-BDcdqsgr.cjs} +1 -1
  199. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-BDcdqsgr.cjs.map} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-CVgJcgbg.cjs} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-CVgJcgbg.cjs.map} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-GFlH1B9I.mjs} +1 -1
  203. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-GFlH1B9I.mjs.map} +1 -1
  204. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-BDrxkM0q.cjs} +30 -23
  205. package/dist/chunks/NcListItem-BDrxkM0q.cjs.map +1 -0
  206. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-rlwo19vU.mjs} +29 -22
  207. package/dist/chunks/NcListItem-rlwo19vU.mjs.map +1 -0
  208. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-Bwl8bKaY.mjs} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-Bwl8bKaY.mjs.map} +1 -1
  210. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D_cwlGhm.cjs} +1 -1
  211. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D_cwlGhm.cjs.map} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-D91QgkSR.mjs} +1 -1
  213. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-D91QgkSR.mjs.map} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-EDrr_9PG.cjs} +1 -1
  215. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-EDrr_9PG.cjs.map} +1 -1
  216. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-DDL8rJnB.cjs} +4 -4
  217. package/dist/chunks/NcRelatedResourcesPanel-DDL8rJnB.cjs.map +1 -0
  218. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-DaLcC_9H.mjs} +8 -8
  219. package/dist/chunks/NcRelatedResourcesPanel-DaLcC_9H.mjs.map +1 -0
  220. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-CaeNwWTC.mjs} +35 -26
  221. package/dist/chunks/NcRichContenteditable-CaeNwWTC.mjs.map +1 -0
  222. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DjUF2Kzl.cjs} +41 -32
  223. package/dist/chunks/NcRichContenteditable-DjUF2Kzl.cjs.map +1 -0
  224. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-DVnS4C_H.mjs} +45 -29
  225. package/dist/chunks/NcRichText-DVnS4C_H.mjs.map +1 -0
  226. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-D_p79y2S.cjs} +35 -19
  227. package/dist/chunks/NcRichText-D_p79y2S.cjs.map +1 -0
  228. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-BVCCppX6.cjs} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-BVCCppX6.cjs.map} +1 -1
  230. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-BjojUUy7.mjs} +2 -2
  231. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-BjojUUy7.mjs.map} +1 -1
  232. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-CIa3RL2u.mjs} +2 -2
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-CIa3RL2u.mjs.map} +1 -1
  234. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-b_FdAE_d.cjs} +1 -1
  235. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-b_FdAE_d.cjs.map} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-BESxHP0m.mjs} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-BESxHP0m.mjs.map} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-D_wATSbL.cjs} +1 -1
  239. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-D_wATSbL.cjs.map} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-BzN6JXnV.mjs} +1 -1
  241. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-BzN6JXnV.mjs.map} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-TG0j5-kd.cjs} +1 -1
  243. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-TG0j5-kd.cjs.map} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BRov--RO.mjs} +2 -2
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BRov--RO.mjs.map} +1 -1
  246. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-JJ4LZALf.cjs} +1 -1
  247. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-JJ4LZALf.cjs.map} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BPGi70PD.mjs} +1 -1
  249. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BPGi70PD.mjs.map} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-DgzR5_48.cjs} +1 -1
  251. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-DgzR5_48.cjs.map} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-8ZYdOp_g.cjs} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-8ZYdOp_g.cjs.map} +1 -1
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-jCKohlic.mjs} +2 -2
  255. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-jCKohlic.mjs.map} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-Bfph5VfL.cjs} +1 -1
  257. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-Bfph5VfL.cjs.map} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-DwKN1aRa.mjs} +1 -1
  259. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-DwKN1aRa.mjs.map} +1 -1
  260. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-Blep5GZX.mjs} +9 -9
  261. package/dist/chunks/NcUserStatusIcon-Blep5GZX.mjs.map +1 -0
  262. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-Bu_nFfO_.cjs} +4 -4
  263. package/dist/chunks/NcUserStatusIcon-Bu_nFfO_.cjs.map +1 -0
  264. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs → ScopeComponent-BiLZtJeb.cjs} +1 -1
  265. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs.map → ScopeComponent-BiLZtJeb.cjs.map} +1 -1
  266. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs → ScopeComponent-CGJeYf1D.mjs} +1 -1
  267. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs.map → ScopeComponent-CGJeYf1D.mjs.map} +1 -1
  268. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-BG5lXDmm.cjs} +3 -3
  269. package/dist/chunks/_l10n-BG5lXDmm.cjs.map +1 -0
  270. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-Cj65IvRp.mjs} +3 -3
  271. package/dist/chunks/_l10n-Cj65IvRp.mjs.map +1 -0
  272. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  273. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  274. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  275. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  276. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-ChgMFkNu.mjs} +443 -437
  277. package/dist/chunks/referencePickerModal-ChgMFkNu.mjs.map +1 -0
  278. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-DRZH-El6.cjs} +343 -337
  279. package/dist/chunks/referencePickerModal-DRZH-El6.cjs.map +1 -0
  280. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-BG9PjZRM.cjs} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-BG9PjZRM.cjs.map} +1 -1
  282. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-DrnKFnLP.mjs} +1 -1
  283. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-DrnKFnLP.mjs.map} +1 -1
  284. package/dist/index.cjs +8 -9
  285. package/dist/index.cjs.map +1 -1
  286. package/dist/index.mjs +45 -45
  287. package/package.json +1 -1
  288. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  289. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  290. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  291. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  292. package/dist/chunks/NcAppContent-kqYjKpzU.cjs +0 -222
  293. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  294. package/dist/chunks/NcAppNavigation-C1Qe3lsk.mjs.map +0 -1
  295. package/dist/chunks/NcAppNavigation-C423R_m2.cjs.map +0 -1
  296. package/dist/chunks/NcAvatar-BEet_8fB.cjs.map +0 -1
  297. package/dist/chunks/NcAvatar-e0M-nnF6.mjs.map +0 -1
  298. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  299. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  300. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  301. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  302. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  303. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  304. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  305. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  306. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  307. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  308. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  309. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  310. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  311. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  312. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  313. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  314. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  315. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
@@ -1,6 +1,6 @@
1
- require('../assets/referencePickerModal-C1KJzICb.css');
1
+ require('../assets/referencePickerModal-DWB2ghBg.css');
2
2
  "use strict";
3
- const k = require("./index-Bh9FEWbr.cjs"), L = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), y = require("./_l10n-B986q8RC.cjs"), Nt = require("@nextcloud/axios"), Je = require("@nextcloud/initial-state"), W = require("@nextcloud/router"), ve = require("../Components/NcEmptyContent.cjs"), Xe = require("./index-Cke9rKBg.cjs"), Ye = require("./NcSelect-DjTSAsNL.cjs"), $t = require("./autolink-D0rLUkqm.cjs"), Ne = require("@vueuse/core"), Ze = require("../Components/NcButton.cjs"), Lt = require("../Components/NcLoadingIcon.cjs"), Ot = require("./NcTextField-CsnzlYWD.cjs"), Tt = require("./DotsHorizontal-B8kTqpHe.cjs"), It = require("../Components/NcModal.cjs"), Vt = require("@nextcloud/event-bus"), At = require("./ArrowLeft-CjNnGIlF.cjs"), qt = require("./Close-DBfrdXMw.cjs"), Bt = require("vue"), et = (t) => t && t.__esModule ? t : { default: t }, me = /* @__PURE__ */ et(Nt), jt = /* @__PURE__ */ et(Bt);
3
+ const k = require("./index-Bh9FEWbr.cjs"), $ = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), y = require("./_l10n-BG5lXDmm.cjs"), Ot = require("@nextcloud/axios"), Xe = require("@nextcloud/initial-state"), W = require("@nextcloud/router"), me = require("../Components/NcEmptyContent.cjs"), Ye = require("./index-Cke9rKBg.cjs"), Ze = require("./NcSelect-BVCCppX6.cjs"), Oe = require("@vueuse/core"), Q = require("vue"), $t = require("./autolink-D0rLUkqm.cjs"), et = require("../Components/NcButton.cjs"), Lt = require("../Components/NcLoadingIcon.cjs"), Tt = require("./NcTextField-DgzR5_48.cjs"), It = require("./DotsHorizontal-B8kTqpHe.cjs"), Vt = require("../Components/NcModal.cjs"), At = require("@nextcloud/event-bus"), qt = require("./ArrowLeft-CjNnGIlF.cjs"), Bt = require("./Close-DBfrdXMw.cjs"), tt = (t) => t && t.__esModule ? t : { default: t }, ge = /* @__PURE__ */ tt(Ot), jt = /* @__PURE__ */ tt(Q);
4
4
  /*!
5
5
  * vue-router v3.6.5
6
6
  * (c) 2022 Evan You
@@ -23,7 +23,7 @@ var Mt = /[!'()*]/g, Ut = function(t) {
23
23
  }, zt = /%2C/g, B = function(t) {
24
24
  return encodeURIComponent(t).replace(Mt, Ut).replace(zt, ",");
25
25
  };
26
- function le(t) {
26
+ function fe(t) {
27
27
  try {
28
28
  return decodeURIComponent(t);
29
29
  } catch {
@@ -51,7 +51,7 @@ var $e = function(t) {
51
51
  function Wt(t) {
52
52
  var e = {};
53
53
  return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
54
- var n = r.replace(/\+/g, " ").split("="), i = le(n.shift()), s = n.length > 0 ? le(n.join("=")) : null;
54
+ var n = r.replace(/\+/g, " ").split("="), i = fe(n.shift()), s = n.length > 0 ? fe(n.join("=")) : null;
55
55
  e[i] === void 0 ? e[i] = s : Array.isArray(e[i]) ? e[i].push(s) : e[i] = [e[i], s];
56
56
  }), e;
57
57
  }
@@ -74,11 +74,11 @@ function Ft(t) {
74
74
  }).join("&") : null;
75
75
  return e ? "?" + e : "";
76
76
  }
77
- var Z = /\/?$/;
78
- function ee(t, e, r, n) {
77
+ var ee = /\/?$/;
78
+ function te(t, e, r, n) {
79
79
  var i = n && n.options.stringifyQuery, s = e.query || {};
80
80
  try {
81
- s = fe(s);
81
+ s = he(s);
82
82
  } catch {
83
83
  }
84
84
  var o = {
@@ -93,18 +93,18 @@ function ee(t, e, r, n) {
93
93
  };
94
94
  return r && (o.redirectedFrom = Le(r, i)), Object.freeze(o);
95
95
  }
96
- function fe(t) {
96
+ function he(t) {
97
97
  if (Array.isArray(t))
98
- return t.map(fe);
98
+ return t.map(he);
99
99
  if (t && typeof t == "object") {
100
100
  var e = {};
101
101
  for (var r in t)
102
- e[r] = fe(t[r]);
102
+ e[r] = he(t[r]);
103
103
  return e;
104
104
  } else
105
105
  return t;
106
106
  }
107
- var V = ee(null, {
107
+ var V = te(null, {
108
108
  path: "/"
109
109
  });
110
110
  function Ht(t) {
@@ -120,10 +120,10 @@ function Le(t, e) {
120
120
  var s = e || Ft;
121
121
  return (r || "/") + s(n) + i;
122
122
  }
123
- function tt(t, e, r) {
124
- return e === V ? t === e : e ? t.path && e.path ? t.path.replace(Z, "") === e.path.replace(Z, "") && (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;
123
+ function rt(t, e, r) {
124
+ return e === V ? t === e : e ? t.path && e.path ? t.path.replace(ee, "") === e.path.replace(ee, "") && (r || t.hash === e.hash && K(t.query, e.query)) : t.name && e.name ? t.name === e.name && (r || t.hash === e.hash && K(t.query, e.query) && K(t.params, e.params)) : !1 : !1;
125
125
  }
126
- function Q(t, e) {
126
+ function K(t, e) {
127
127
  if (t === void 0 && (t = {}), e === void 0 && (e = {}), !t || !e)
128
128
  return t === e;
129
129
  var r = Object.keys(t).sort(), n = Object.keys(e).sort();
@@ -132,12 +132,12 @@ function Q(t, e) {
132
132
  if (a !== i)
133
133
  return !1;
134
134
  var c = e[i];
135
- return o == null || c == null ? o === c : typeof o == "object" && typeof c == "object" ? Q(o, c) : String(o) === String(c);
135
+ return o == null || c == null ? o === c : typeof o == "object" && typeof c == "object" ? K(o, c) : String(o) === String(c);
136
136
  });
137
137
  }
138
138
  function Gt(t, e) {
139
- return t.path.replace(Z, "/").indexOf(
140
- e.path.replace(Z, "/")
139
+ return t.path.replace(ee, "/").indexOf(
140
+ e.path.replace(ee, "/")
141
141
  ) === 0 && (!e.hash || t.hash === e.hash) && Qt(t.query, e.query);
142
142
  }
143
143
  function Qt(t, e) {
@@ -146,7 +146,7 @@ function Qt(t, e) {
146
146
  return !1;
147
147
  return !0;
148
148
  }
149
- function rt(t) {
149
+ function nt(t) {
150
150
  for (var e = 0; e < t.matched.length; e++) {
151
151
  var r = t.matched[e];
152
152
  for (var n in r.instances) {
@@ -177,7 +177,7 @@ var Kt = {
177
177
  }
178
178
  if (o.routerViewDepth = m, h) {
179
179
  var p = d[c], l = p && p.component;
180
- return l ? (p.configProps && Oe(l, o, p.route, p.configProps), a(l, o, i)) : a();
180
+ return l ? (p.configProps && Te(l, o, p.route, p.configProps), a(l, o, i)) : a();
181
181
  }
182
182
  var f = u.matched[m], g = f && f.components[c];
183
183
  if (!f || !g)
@@ -188,16 +188,16 @@ var Kt = {
188
188
  }, (o.hook || (o.hook = {})).prepatch = function(_, C) {
189
189
  f.instances[c] = C.componentInstance;
190
190
  }, o.hook.init = function(_) {
191
- _.data.keepAlive && _.componentInstance && _.componentInstance !== f.instances[c] && (f.instances[c] = _.componentInstance), rt(u);
191
+ _.data.keepAlive && _.componentInstance && _.componentInstance !== f.instances[c] && (f.instances[c] = _.componentInstance), nt(u);
192
192
  };
193
193
  var w = f.props && f.props[c];
194
194
  return w && (x(d[c], {
195
195
  route: u,
196
196
  configProps: w
197
- }), Oe(g, o, u, w)), a(g, o, i);
197
+ }), Te(g, o, u, w)), a(g, o, i);
198
198
  }
199
199
  };
200
- function Oe(t, e, r, n) {
200
+ function Te(t, e, r, n) {
201
201
  var i = e.props = Jt(r, n);
202
202
  if (i) {
203
203
  i = e.props = x({}, i);
@@ -223,7 +223,7 @@ function Jt(t, e) {
223
223
  );
224
224
  }
225
225
  }
226
- function nt(t, e, r) {
226
+ function it(t, e, r) {
227
227
  var n = t.charAt(0);
228
228
  if (n === "/")
229
229
  return t;
@@ -247,12 +247,12 @@ function Xt(t) {
247
247
  hash: e
248
248
  };
249
249
  }
250
- function O(t) {
250
+ function L(t) {
251
251
  return t.replace(/\/(?:\s*\/)+/g, "/");
252
252
  }
253
- var te = Array.isArray || function(t) {
253
+ var re = Array.isArray || function(t) {
254
254
  return Object.prototype.toString.call(t) == "[object Array]";
255
- }, M = ot, Yt = ge, Zt = nr, er = it, tr = st, rr = new RegExp([
255
+ }, M = at, Yt = ye, Zt = nr, er = st, tr = ot, rr = new RegExp([
256
256
  // Match escaped characters that would otherwise appear in future matches.
257
257
  // This allows the user to escape special characters that won't transform.
258
258
  "(\\\\.)",
@@ -264,7 +264,7 @@ var te = Array.isArray || function(t) {
264
264
  // "/*" => ["/", undefined, undefined, undefined, undefined, "*"]
265
265
  "([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"
266
266
  ].join("|"), "g");
267
- function ge(t, e) {
267
+ function ye(t, e) {
268
268
  for (var r = [], n = 0, i = 0, s = "", o = e && e.delimiter || "/", a; (a = rr.exec(t)) != null; ) {
269
269
  var c = a[0], u = a[1], d = a.index;
270
270
  if (s += t.slice(i, d), i = d + c.length, u) {
@@ -282,13 +282,13 @@ function ge(t, e) {
282
282
  repeat: _,
283
283
  partial: w,
284
284
  asterisk: !!g,
285
- pattern: E ? or(E) : g ? ".*" : "[^" + K(R) + "]+?"
285
+ pattern: E ? or(E) : g ? ".*" : "[^" + J(R) + "]+?"
286
286
  });
287
287
  }
288
288
  return i < t.length && (s += t.substr(i)), s && r.push(s), r;
289
289
  }
290
290
  function nr(t, e) {
291
- return it(ge(t, e), e);
291
+ return st(ye(t, e), e);
292
292
  }
293
293
  function ir(t) {
294
294
  return encodeURI(t).replace(/[\/?#]/g, function(e) {
@@ -300,9 +300,9 @@ function sr(t) {
300
300
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
301
301
  });
302
302
  }
303
- function it(t, e) {
303
+ function st(t, e) {
304
304
  for (var r = new Array(t.length), n = 0; n < t.length; n++)
305
- typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", _e(e)));
305
+ typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", we(e)));
306
306
  return function(i, s) {
307
307
  for (var o = "", a = i || {}, c = s || {}, u = c.pretty ? ir : encodeURIComponent, d = 0; d < t.length; d++) {
308
308
  var m = t[d];
@@ -317,7 +317,7 @@ function it(t, e) {
317
317
  continue;
318
318
  } else
319
319
  throw new TypeError('Expected "' + m.name + '" to be defined');
320
- if (te(h)) {
320
+ if (re(h)) {
321
321
  if (!m.repeat)
322
322
  throw new TypeError('Expected "' + m.name + '" to not repeat, but received `' + JSON.stringify(h) + "`");
323
323
  if (h.length === 0) {
@@ -339,16 +339,16 @@ function it(t, e) {
339
339
  return o;
340
340
  };
341
341
  }
342
- function K(t) {
342
+ function J(t) {
343
343
  return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g, "\\$1");
344
344
  }
345
345
  function or(t) {
346
346
  return t.replace(/([=!:$\/()])/g, "\\$1");
347
347
  }
348
- function ye(t, e) {
348
+ function _e(t, e) {
349
349
  return t.keys = e, t;
350
350
  }
351
- function _e(t) {
351
+ function we(t) {
352
352
  return t && t.sensitive ? "" : "i";
353
353
  }
354
354
  function ar(t, e) {
@@ -365,39 +365,39 @@ function ar(t, e) {
365
365
  asterisk: !1,
366
366
  pattern: null
367
367
  });
368
- return ye(t, e);
368
+ return _e(t, e);
369
369
  }
370
370
  function cr(t, e, r) {
371
371
  for (var n = [], i = 0; i < t.length; i++)
372
- n.push(ot(t[i], e, r).source);
373
- var s = new RegExp("(?:" + n.join("|") + ")", _e(r));
374
- return ye(s, e);
372
+ n.push(at(t[i], e, r).source);
373
+ var s = new RegExp("(?:" + n.join("|") + ")", we(r));
374
+ return _e(s, e);
375
375
  }
376
376
  function ur(t, e, r) {
377
- return st(ge(t, r), e, r);
377
+ return ot(ye(t, r), e, r);
378
378
  }
379
- function st(t, e, r) {
380
- te(e) || (r = /** @type {!Object} */
379
+ function ot(t, e, r) {
380
+ re(e) || (r = /** @type {!Object} */
381
381
  e || r, e = []), r = r || {};
382
382
  for (var n = r.strict, i = r.end !== !1, s = "", o = 0; o < t.length; o++) {
383
383
  var a = t[o];
384
384
  if (typeof a == "string")
385
- s += K(a);
385
+ s += J(a);
386
386
  else {
387
- var c = K(a.prefix), u = "(?:" + a.pattern + ")";
387
+ var c = J(a.prefix), u = "(?:" + a.pattern + ")";
388
388
  e.push(a), a.repeat && (u += "(?:" + c + u + ")*"), a.optional ? a.partial ? u = c + "(" + u + ")?" : u = "(?:" + c + "(" + u + "))?" : u = c + "(" + u + ")", s += u;
389
389
  }
390
390
  }
391
- var d = K(r.delimiter || "/"), m = s.slice(-d.length) === d;
392
- return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", ye(new RegExp("^" + s, _e(r)), e);
391
+ var d = J(r.delimiter || "/"), m = s.slice(-d.length) === d;
392
+ return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", _e(new RegExp("^" + s, we(r)), e);
393
393
  }
394
- function ot(t, e, r) {
395
- return te(e) || (r = /** @type {!Object} */
394
+ function at(t, e, r) {
395
+ return re(e) || (r = /** @type {!Object} */
396
396
  e || r, e = []), r = r || {}, t instanceof RegExp ? ar(
397
397
  t,
398
398
  /** @type {!Array} */
399
399
  e
400
- ) : te(t) ? cr(
400
+ ) : re(t) ? cr(
401
401
  /** @type {!Array} */
402
402
  t,
403
403
  /** @type {!Array} */
@@ -415,11 +415,11 @@ M.parse = Yt;
415
415
  M.compile = Zt;
416
416
  M.tokensToFunction = er;
417
417
  M.tokensToRegExp = tr;
418
- var Te = /* @__PURE__ */ Object.create(null);
419
- function J(t, e, r) {
418
+ var Ie = /* @__PURE__ */ Object.create(null);
419
+ function X(t, e, r) {
420
420
  e = e || {};
421
421
  try {
422
- var n = Te[t] || (Te[t] = M.compile(t));
422
+ var n = Ie[t] || (Ie[t] = M.compile(t));
423
423
  return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
424
424
  } catch (i) {
425
425
  return process.env.NODE_ENV !== "production" && P(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
@@ -427,7 +427,7 @@ function J(t, e, r) {
427
427
  delete e[0];
428
428
  }
429
429
  }
430
- function we(t, e, r, n) {
430
+ function be(t, e, r, n) {
431
431
  var i = typeof t == "string" ? { path: t } : t;
432
432
  if (i._normalized)
433
433
  return i;
@@ -443,12 +443,12 @@ function we(t, e, r, n) {
443
443
  i.name = e.name, i.params = o;
444
444
  else if (e.matched.length) {
445
445
  var a = e.matched[e.matched.length - 1].path;
446
- i.path = J(a, o, "path " + e.path);
446
+ i.path = X(a, o, "path " + e.path);
447
447
  } else
448
448
  process.env.NODE_ENV !== "production" && P(!1, "relative params navigation requires a current route.");
449
449
  return i;
450
450
  }
451
- var c = Xt(i.path || ""), u = e && e.path || "/", d = c.path ? nt(c.path, u, r || i.append) : u, m = Dt(
451
+ var c = Xt(i.path || ""), u = e && e.path || "/", d = c.path ? it(c.path, u, r || i.append) : u, m = Dt(
452
452
  c.query,
453
453
  i.query,
454
454
  n && n.options.parseQuery
@@ -460,8 +460,8 @@ function we(t, e, r, n) {
460
460
  hash: h
461
461
  };
462
462
  }
463
- var lr = [String, Object], fr = [String, Array], Ie = function() {
464
- }, Ve, Ae, qe, be = {
463
+ var lr = [String, Object], fr = [String, Array], Ve = function() {
464
+ }, Ae, qe, Be, Ce = {
465
465
  name: "RouterLink",
466
466
  props: {
467
467
  to: {
@@ -493,13 +493,13 @@ var lr = [String, Object], fr = [String, Array], Ie = function() {
493
493
  this.to,
494
494
  i,
495
495
  this.append
496
- ), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d == null ? "router-link-active" : d, v = m == null ? "router-link-exact-active" : m, p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? ee(null, we(a.redirectedFrom), null, n) : a;
497
- u[l] = tt(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Gt(i, f);
498
- var g = u[l] ? this.ariaCurrentValue : null, w = function(ue) {
499
- Be(ue) && (r.replace ? n.replace(o, Ie) : n.push(o, Ie));
500
- }, _ = { click: Be };
501
- Array.isArray(this.event) ? this.event.forEach(function(ue) {
502
- _[ue] = w;
496
+ ), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d == null ? "router-link-active" : d, v = m == null ? "router-link-exact-active" : m, 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;
497
+ u[l] = rt(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Gt(i, f);
498
+ var g = u[l] ? this.ariaCurrentValue : null, w = function(le) {
499
+ je(le) && (r.replace ? n.replace(o, Ve) : n.push(o, Ve));
500
+ }, _ = { click: je };
501
+ Array.isArray(this.event) ? this.event.forEach(function(le) {
502
+ _[le] = w;
503
503
  }) : _[this.event] = w;
504
504
  var C = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
505
505
  href: c,
@@ -509,7 +509,7 @@ var lr = [String, Object], fr = [String, Array], Ie = function() {
509
509
  isExactActive: u[l]
510
510
  });
511
511
  if (R) {
512
- if (process.env.NODE_ENV !== "production" && !this.custom && (!Ve && 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:\n<router-link v-slot="{ navigate, href }" custom></router-link>\n'), Ve = !0), R.length === 1)
512
+ if (process.env.NODE_ENV !== "production" && !this.custom && (!Ae && 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:\n<router-link v-slot="{ navigate, href }" custom></router-link>\n'), Ae = !0), R.length === 1)
513
513
  return R[0];
514
514
  if (R.length > 1 || !R.length)
515
515
  return process.env.NODE_ENV !== "production" && P(
@@ -517,35 +517,35 @@ var lr = [String, Object], fr = [String, Array], Ie = function() {
517
517
  '<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."
518
518
  ), R.length === 0 ? e() : e("span", {}, R);
519
519
  }
520
- if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ae && (P(
520
+ if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !qe && (P(
521
521
  !1,
522
522
  "<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."
523
- ), Ae = !0), "event" in this.$options.propsData && !qe && (P(
523
+ ), qe = !0), "event" in this.$options.propsData && !Be && (P(
524
524
  !1,
525
525
  "<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."
526
- ), qe = !0)), this.tag === "a")
526
+ ), Be = !0)), this.tag === "a")
527
527
  C.on = _, C.attrs = { href: c, "aria-current": g };
528
528
  else {
529
- var E = at(this.$slots.default);
529
+ var E = ct(this.$slots.default);
530
530
  if (E) {
531
531
  E.isStatic = !1;
532
532
  var S = E.data = x({}, E.data);
533
533
  S.on = S.on || {};
534
- for (var $ in S.on) {
535
- var U = S.on[$];
536
- $ in _ && (S.on[$] = Array.isArray(U) ? U : [U]);
534
+ for (var O in S.on) {
535
+ var U = S.on[O];
536
+ O in _ && (S.on[O] = Array.isArray(U) ? U : [U]);
537
537
  }
538
538
  for (var H in _)
539
539
  H in S.on ? S.on[H].push(_[H]) : S.on[H] = w;
540
- var xe = E.data.attrs = x({}, E.data.attrs);
541
- xe.href = c, xe["aria-current"] = g;
540
+ var Ne = E.data.attrs = x({}, E.data.attrs);
541
+ Ne.href = c, Ne["aria-current"] = g;
542
542
  } else
543
543
  C.on = _;
544
544
  }
545
545
  return e(this.tag, C, this.$slots.default);
546
546
  }
547
547
  };
548
- function Be(t) {
548
+ function je(t) {
549
549
  if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
550
550
  if (t.currentTarget && t.currentTarget.getAttribute) {
551
551
  var e = t.currentTarget.getAttribute("target");
@@ -555,17 +555,17 @@ function Be(t) {
555
555
  return t.preventDefault && t.preventDefault(), !0;
556
556
  }
557
557
  }
558
- function at(t) {
558
+ function ct(t) {
559
559
  if (t) {
560
560
  for (var e, r = 0; r < t.length; r++)
561
- if (e = t[r], e.tag === "a" || e.children && (e = at(e.children)))
561
+ if (e = t[r], e.tag === "a" || e.children && (e = ct(e.children)))
562
562
  return e;
563
563
  }
564
564
  }
565
- var re;
566
- function ne(t) {
567
- if (!(ne.installed && re === t)) {
568
- ne.installed = !0, re = t;
565
+ var ne;
566
+ function ie(t) {
567
+ if (!(ie.installed && ne === t)) {
568
+ ie.installed = !0, ne = t;
569
569
  var e = function(i) {
570
570
  return i !== void 0;
571
571
  }, r = function(i, s) {
@@ -587,7 +587,7 @@ function ne(t) {
587
587
  get: function() {
588
588
  return this._routerRoot._route;
589
589
  }
590
- }), t.component("RouterView", Kt), t.component("RouterLink", be);
590
+ }), t.component("RouterView", Kt), t.component("RouterLink", Ce);
591
591
  var n = t.config.optionMergeStrategies;
592
592
  n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
593
593
  }
@@ -596,7 +596,7 @@ var F = typeof window < "u";
596
596
  function G(t, e, r, n, i) {
597
597
  var s = e || [], o = r || /* @__PURE__ */ Object.create(null), a = n || /* @__PURE__ */ Object.create(null);
598
598
  t.forEach(function(h) {
599
- he(s, o, a, h, i);
599
+ de(s, o, a, h, i);
600
600
  });
601
601
  for (var c = 0, u = s.length; c < u; c++)
602
602
  s[c] === "*" && (s.push(s.splice(c, 1)[0]), u--, c--);
@@ -617,7 +617,7 @@ function G(t, e, r, n, i) {
617
617
  nameMap: a
618
618
  };
619
619
  }
620
- function he(t, e, r, n, i, s) {
620
+ function de(t, e, r, n, i, s) {
621
621
  var o = n.path, a = n.name;
622
622
  process.env.NODE_ENV !== "production" && (A(o != null, '"path" is required in a route configuration.'), A(
623
623
  typeof n.component != "string",
@@ -652,8 +652,8 @@ function he(t, e, r, n, i, s) {
652
652
  !1,
653
653
  "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."
654
654
  ), n.children.forEach(function(l) {
655
- var f = s ? O(s + "/" + l.path) : void 0;
656
- he(t, e, r, l, d, f);
655
+ var f = s ? L(s + "/" + l.path) : void 0;
656
+ de(t, e, r, l, d, f);
657
657
  })), e[d.path] || (t.push(d.path), e[d.path] = d), n.alias !== void 0)
658
658
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
659
659
  var v = m[h];
@@ -668,7 +668,7 @@ function he(t, e, r, n, i, s) {
668
668
  path: v,
669
669
  children: n.children
670
670
  };
671
- he(
671
+ de(
672
672
  t,
673
673
  e,
674
674
  r,
@@ -697,7 +697,7 @@ function hr(t, e) {
697
697
  return r;
698
698
  }
699
699
  function dr(t, e, r) {
700
- return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
700
+ return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : L(e.path + "/" + t);
701
701
  }
702
702
  function pr(t, e) {
703
703
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
@@ -723,20 +723,20 @@ function pr(t, e) {
723
723
  });
724
724
  }
725
725
  function u(v, p, l) {
726
- var f = we(v, p, !1, e), g = f.name;
726
+ var f = be(v, p, !1, e), g = f.name;
727
727
  if (g) {
728
728
  var w = s[g];
729
729
  if (process.env.NODE_ENV !== "production" && P(w, "Route with name '" + g + "' does not exist"), !w)
730
730
  return h(null, f);
731
- var _ = w.regex.keys.filter(function($) {
732
- return !$.optional;
733
- }).map(function($) {
734
- return $.name;
731
+ var _ = w.regex.keys.filter(function(O) {
732
+ return !O.optional;
733
+ }).map(function(O) {
734
+ return O.name;
735
735
  });
736
736
  if (typeof f.params != "object" && (f.params = {}), p && typeof p.params == "object")
737
737
  for (var C in p.params)
738
738
  !(C in f.params) && _.indexOf(C) > -1 && (f.params[C] = p.params[C]);
739
- return f.path = J(w.path, f.params, 'named route "' + g + '"'), h(w, f, l);
739
+ return f.path = X(w.path, f.params, 'named route "' + g + '"'), h(w, f, l);
740
740
  } else if (f.path) {
741
741
  f.params = {};
742
742
  for (var R = 0; R < n.length; R++) {
@@ -748,7 +748,7 @@ function pr(t, e) {
748
748
  return h(null, f);
749
749
  }
750
750
  function d(v, p) {
751
- var l = v.redirect, f = typeof l == "function" ? l(ee(v, p, null, e)) : l;
751
+ var l = v.redirect, f = typeof l == "function" ? l(te(v, p, null, e)) : l;
752
752
  if (typeof f == "string" && (f = { path: f }), !f || typeof f != "object")
753
753
  return process.env.NODE_ENV !== "production" && P(
754
754
  !1,
@@ -765,7 +765,7 @@ function pr(t, e) {
765
765
  params: E
766
766
  }, void 0, p);
767
767
  } else if (_) {
768
- var $ = mr(_, v), U = J($, E, 'redirect route with path "' + $ + '"');
768
+ var O = mr(_, v), U = X(O, E, 'redirect route with path "' + O + '"');
769
769
  return u({
770
770
  _normalized: !0,
771
771
  path: U,
@@ -776,7 +776,7 @@ function pr(t, e) {
776
776
  return process.env.NODE_ENV !== "production" && P(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
777
777
  }
778
778
  function m(v, p, l) {
779
- var f = J(l, p.params, 'aliased route with path "' + l + '"'), g = u({
779
+ var f = X(l, p.params, 'aliased route with path "' + l + '"'), g = u({
780
780
  _normalized: !0,
781
781
  path: f
782
782
  });
@@ -787,7 +787,7 @@ function pr(t, e) {
787
787
  return h(null, p);
788
788
  }
789
789
  function h(v, p, l) {
790
- return v && v.redirect ? d(v, l || p) : v && v.matchAs ? m(v, p, v.matchAs) : ee(v, p, l, e);
790
+ return v && v.redirect ? d(v, l || p) : v && v.matchAs ? m(v, p, v.matchAs) : te(v, p, l, e);
791
791
  }
792
792
  return {
793
793
  match: u,
@@ -805,30 +805,30 @@ function vr(t, e, r) {
805
805
  return !1;
806
806
  for (var i = 1, s = n.length; i < s; ++i) {
807
807
  var o = t.keys[i - 1];
808
- o && (r[o.name || "pathMatch"] = typeof n[i] == "string" ? le(n[i]) : n[i]);
808
+ o && (r[o.name || "pathMatch"] = typeof n[i] == "string" ? fe(n[i]) : n[i]);
809
809
  }
810
810
  return !0;
811
811
  }
812
812
  function mr(t, e) {
813
- return nt(t, e.parent ? e.parent.path : "/", !0);
813
+ return it(t, e.parent ? e.parent.path : "/", !0);
814
814
  }
815
815
  var gr = F && window.performance && window.performance.now ? window.performance : Date;
816
- function ct() {
816
+ function ut() {
817
817
  return gr.now().toFixed(3);
818
818
  }
819
- var ut = ct();
820
- function oe() {
821
- return ut;
819
+ var lt = ut();
820
+ function ae() {
821
+ return lt;
822
822
  }
823
- function lt(t) {
824
- return ut = t;
823
+ function ft(t) {
824
+ return lt = t;
825
825
  }
826
- var ft = /* @__PURE__ */ Object.create(null);
827
- function ht() {
826
+ var ht = /* @__PURE__ */ Object.create(null);
827
+ function dt() {
828
828
  "scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
829
829
  var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = x({}, window.history.state);
830
- return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", je), function() {
831
- window.removeEventListener("popstate", je);
830
+ return r.key = ae(), window.history.replaceState(r, "", e), window.addEventListener("popstate", Me), function() {
831
+ window.removeEventListener("popstate", Me);
832
832
  };
833
833
  }
834
834
  function T(t, e, r, n) {
@@ -842,27 +842,27 @@ function T(t, e, r, n) {
842
842
  n ? s : null
843
843
  );
844
844
  o && (typeof o.then == "function" ? o.then(function(a) {
845
- ze(a, s);
845
+ De(a, s);
846
846
  }).catch(function(a) {
847
847
  process.env.NODE_ENV !== "production" && A(!1, a.toString());
848
- }) : ze(o, s));
848
+ }) : De(o, s));
849
849
  }));
850
850
  }
851
851
  }
852
- function dt() {
853
- var t = oe();
854
- t && (ft[t] = {
852
+ function pt() {
853
+ var t = ae();
854
+ t && (ht[t] = {
855
855
  x: window.pageXOffset,
856
856
  y: window.pageYOffset
857
857
  });
858
858
  }
859
- function je(t) {
860
- dt(), t.state && t.state.key && lt(t.state.key);
859
+ function Me(t) {
860
+ pt(), t.state && t.state.key && ft(t.state.key);
861
861
  }
862
862
  function yr() {
863
- var t = oe();
863
+ var t = ae();
864
864
  if (t)
865
- return ft[t];
865
+ return ht[t];
866
866
  }
867
867
  function _r(t, e) {
868
868
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
@@ -871,10 +871,10 @@ function _r(t, e) {
871
871
  y: i.top - n.top - e.y
872
872
  };
873
873
  }
874
- function Me(t) {
874
+ function Ue(t) {
875
875
  return j(t.x) || j(t.y);
876
876
  }
877
- function Ue(t) {
877
+ function ze(t) {
878
878
  return {
879
879
  x: j(t.x) ? t.x : window.pageXOffset,
880
880
  y: j(t.y) ? t.y : window.pageYOffset
@@ -890,7 +890,7 @@ function j(t) {
890
890
  return typeof t == "number";
891
891
  }
892
892
  var br = /^#\d/;
893
- function ze(t, e) {
893
+ function De(t, e) {
894
894
  var r = typeof t == "object";
895
895
  if (r && typeof t.selector == "string") {
896
896
  var n = br.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
@@ -898,9 +898,9 @@ function ze(t, e) {
898
898
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
899
899
  i = wr(i), e = _r(n, i);
900
900
  } else
901
- Me(t) && (e = Ue(t));
901
+ Ue(t) && (e = ze(t));
902
902
  } else
903
- r && Me(t) && (e = Ue(t));
903
+ r && Ue(t) && (e = ze(t));
904
904
  e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
905
905
  left: e.x,
906
906
  top: e.y,
@@ -912,21 +912,21 @@ var I = F && function() {
912
912
  var t = window.navigator.userAgent;
913
913
  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";
914
914
  }();
915
- function ie(t, e) {
916
- dt();
915
+ function se(t, e) {
916
+ pt();
917
917
  var r = window.history;
918
918
  try {
919
919
  if (e) {
920
920
  var n = x({}, r.state);
921
- n.key = oe(), r.replaceState(n, "", t);
921
+ n.key = ae(), r.replaceState(n, "", t);
922
922
  } else
923
- r.pushState({ key: lt(ct()) }, "", t);
923
+ r.pushState({ key: ft(ut()) }, "", t);
924
924
  } catch {
925
925
  window.location[e ? "replace" : "assign"](t);
926
926
  }
927
927
  }
928
- function de(t) {
929
- ie(t, !0);
928
+ function pe(t) {
929
+ se(t, !0);
930
930
  }
931
931
  var q = {
932
932
  redirected: 2,
@@ -935,7 +935,7 @@ var q = {
935
935
  duplicated: 16
936
936
  };
937
937
  function Cr(t, e) {
938
- return ae(
938
+ return ce(
939
939
  t,
940
940
  e,
941
941
  q.redirected,
@@ -945,7 +945,7 @@ function Cr(t, e) {
945
945
  );
946
946
  }
947
947
  function Rr(t, e) {
948
- var r = ae(
948
+ var r = ce(
949
949
  t,
950
950
  e,
951
951
  q.duplicated,
@@ -953,8 +953,8 @@ function Rr(t, e) {
953
953
  );
954
954
  return r.name = "NavigationDuplicated", r;
955
955
  }
956
- function De(t, e) {
957
- return ae(
956
+ function We(t, e) {
957
+ return ce(
958
958
  t,
959
959
  e,
960
960
  q.cancelled,
@@ -962,14 +962,14 @@ function De(t, e) {
962
962
  );
963
963
  }
964
964
  function Pr(t, e) {
965
- return ae(
965
+ return ce(
966
966
  t,
967
967
  e,
968
968
  q.aborted,
969
969
  'Navigation aborted from "' + t.fullPath + '" to "' + e.fullPath + '" via a navigation guard.'
970
970
  );
971
971
  }
972
- function ae(t, e, r, n) {
972
+ function ce(t, e, r, n) {
973
973
  var i = new Error(n);
974
974
  return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
975
975
  }
@@ -984,13 +984,13 @@ function kr(t) {
984
984
  r in t && (e[r] = t[r]);
985
985
  }), JSON.stringify(e, null, 2);
986
986
  }
987
- function se(t) {
987
+ function oe(t) {
988
988
  return Object.prototype.toString.call(t).indexOf("Error") > -1;
989
989
  }
990
- function ce(t, e) {
991
- return se(t) && t._isRouter && (e == null || t.type === e);
990
+ function ue(t, e) {
991
+ return oe(t) && t._isRouter && (e == null || t.type === e);
992
992
  }
993
- function We(t, e, r) {
993
+ function Fe(t, e, r) {
994
994
  var n = function(i) {
995
995
  i >= t.length ? r() : t[i] ? e(t[i], function() {
996
996
  n(i + 1);
@@ -1001,14 +1001,14 @@ function We(t, e, r) {
1001
1001
  function Sr(t) {
1002
1002
  return function(e, r, n) {
1003
1003
  var i = !1, s = 0, o = null;
1004
- pt(t, function(a, c, u, d) {
1004
+ vt(t, function(a, c, u, d) {
1005
1005
  if (typeof a == "function" && a.cid === void 0) {
1006
1006
  i = !0, s++;
1007
- var m = Fe(function(l) {
1008
- Nr(l) && (l = l.default), a.resolved = typeof l == "function" ? l : re.extend(l), u.components[d] = l, s--, s <= 0 && n();
1009
- }), h = Fe(function(l) {
1007
+ var m = He(function(l) {
1008
+ Nr(l) && (l = l.default), a.resolved = typeof l == "function" ? l : ne.extend(l), u.components[d] = l, s--, s <= 0 && n();
1009
+ }), h = He(function(l) {
1010
1010
  var f = "Failed to resolve async component " + d + ": " + l;
1011
- process.env.NODE_ENV !== "production" && P(!1, f), o || (o = se(l) ? l : new Error(f), n(o));
1011
+ process.env.NODE_ENV !== "production" && P(!1, f), o || (o = oe(l) ? l : new Error(f), n(o));
1012
1012
  }), v;
1013
1013
  try {
1014
1014
  v = a(m, h);
@@ -1026,8 +1026,8 @@ function Sr(t) {
1026
1026
  }), i || n();
1027
1027
  };
1028
1028
  }
1029
- function pt(t, e) {
1030
- return vt(t.map(function(r) {
1029
+ function vt(t, e) {
1030
+ return mt(t.map(function(r) {
1031
1031
  return Object.keys(r.components).map(function(n) {
1032
1032
  return e(
1033
1033
  r.components[n],
@@ -1038,14 +1038,14 @@ function pt(t, e) {
1038
1038
  });
1039
1039
  }));
1040
1040
  }
1041
- function vt(t) {
1041
+ function mt(t) {
1042
1042
  return Array.prototype.concat.apply([], t);
1043
1043
  }
1044
1044
  var xr = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1045
1045
  function Nr(t) {
1046
1046
  return t.__esModule || xr && t[Symbol.toStringTag] === "Module";
1047
1047
  }
1048
- function Fe(t) {
1048
+ function He(t) {
1049
1049
  var e = !1;
1050
1050
  return function() {
1051
1051
  for (var r = [], n = arguments.length; n--; )
@@ -1055,7 +1055,7 @@ function Fe(t) {
1055
1055
  };
1056
1056
  }
1057
1057
  var N = function(e, r) {
1058
- this.router = e, this.base = $r(r), this.current = V, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1058
+ this.router = e, this.base = Or(r), this.current = V, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1059
1059
  };
1060
1060
  N.prototype.listen = function(e) {
1061
1061
  this.cb = e;
@@ -1086,7 +1086,7 @@ N.prototype.transitionTo = function(e, r, n) {
1086
1086
  }));
1087
1087
  },
1088
1088
  function(a) {
1089
- n && n(a), a && !i.ready && (!ce(a, q.redirected) || o !== V) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1089
+ n && n(a), a && !i.ready && (!ue(a, q.redirected) || o !== V) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1090
1090
  c(a);
1091
1091
  }));
1092
1092
  }
@@ -1096,14 +1096,14 @@ N.prototype.confirmTransition = function(e, r, n) {
1096
1096
  var i = this, s = this.current;
1097
1097
  this.pending = e;
1098
1098
  var o = function(l) {
1099
- !ce(l) && se(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
1099
+ !ue(l) && oe(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
1100
1100
  f(l);
1101
1101
  }) : (process.env.NODE_ENV !== "production" && P(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1102
1102
  }, a = e.matched.length - 1, c = s.matched.length - 1;
1103
- if (tt(e, s) && // in the case the route map has been dynamically appended to
1103
+ if (rt(e, s) && // in the case the route map has been dynamically appended to
1104
1104
  a === c && e.matched[a] === s.matched[c])
1105
1105
  return this.ensureURL(), e.hash && T(this.router, s, e, !1), o(Rr(s, e));
1106
- var u = Lr(
1106
+ var u = $r(
1107
1107
  this.current.matched,
1108
1108
  e.matched
1109
1109
  ), d = u.updated, m = u.deactivated, h = u.activated, v = [].concat(
@@ -1121,22 +1121,22 @@ N.prototype.confirmTransition = function(e, r, n) {
1121
1121
  Sr(h)
1122
1122
  ), p = function(l, f) {
1123
1123
  if (i.pending !== e)
1124
- return o(De(s, e));
1124
+ return o(We(s, e));
1125
1125
  try {
1126
1126
  l(e, s, function(g) {
1127
- g === !1 ? (i.ensureURL(!0), o(Pr(s, e))) : se(g) ? (i.ensureURL(!0), o(g)) : typeof g == "string" || typeof g == "object" && (typeof g.path == "string" || typeof g.name == "string") ? (o(Cr(s, e)), typeof g == "object" && g.replace ? i.replace(g) : i.push(g)) : f(g);
1127
+ g === !1 ? (i.ensureURL(!0), o(Pr(s, e))) : oe(g) ? (i.ensureURL(!0), o(g)) : typeof g == "string" || typeof g == "object" && (typeof g.path == "string" || typeof g.name == "string") ? (o(Cr(s, e)), typeof g == "object" && g.replace ? i.replace(g) : i.push(g)) : f(g);
1128
1128
  });
1129
1129
  } catch (g) {
1130
1130
  o(g);
1131
1131
  }
1132
1132
  };
1133
- We(v, p, function() {
1133
+ Fe(v, p, function() {
1134
1134
  var l = Vr(h), f = l.concat(i.router.resolveHooks);
1135
- We(f, p, function() {
1135
+ Fe(f, p, function() {
1136
1136
  if (i.pending !== e)
1137
- return o(De(s, e));
1137
+ return o(We(s, e));
1138
1138
  i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
1139
- rt(e);
1139
+ nt(e);
1140
1140
  });
1141
1141
  });
1142
1142
  });
@@ -1151,7 +1151,7 @@ N.prototype.teardown = function() {
1151
1151
  e();
1152
1152
  }), this.listeners = [], this.current = V, this.pending = null;
1153
1153
  };
1154
- function $r(t) {
1154
+ function Or(t) {
1155
1155
  if (!t)
1156
1156
  if (F) {
1157
1157
  var e = document.querySelector("base");
@@ -1160,7 +1160,7 @@ function $r(t) {
1160
1160
  t = "/";
1161
1161
  return t.charAt(0) !== "/" && (t = "/" + t), t.replace(/\/$/, "");
1162
1162
  }
1163
- function Lr(t, e) {
1163
+ function $r(t, e) {
1164
1164
  var r, n = Math.max(t.length, e.length);
1165
1165
  for (r = 0; r < n && t[r] === e[r]; r++)
1166
1166
  ;
@@ -1170,33 +1170,33 @@ function Lr(t, e) {
1170
1170
  deactivated: t.slice(r)
1171
1171
  };
1172
1172
  }
1173
- function Ce(t, e, r, n) {
1174
- var i = pt(t, function(s, o, a, c) {
1175
- var u = Or(s, e);
1173
+ function Re(t, e, r, n) {
1174
+ var i = vt(t, function(s, o, a, c) {
1175
+ var u = Lr(s, e);
1176
1176
  if (u)
1177
1177
  return Array.isArray(u) ? u.map(function(d) {
1178
1178
  return r(d, o, a, c);
1179
1179
  }) : r(u, o, a, c);
1180
1180
  });
1181
- return vt(n ? i.reverse() : i);
1181
+ return mt(n ? i.reverse() : i);
1182
1182
  }
1183
- function Or(t, e) {
1184
- return typeof t != "function" && (t = re.extend(t)), t.options[e];
1183
+ function Lr(t, e) {
1184
+ return typeof t != "function" && (t = ne.extend(t)), t.options[e];
1185
1185
  }
1186
1186
  function Tr(t) {
1187
- return Ce(t, "beforeRouteLeave", mt, !0);
1187
+ return Re(t, "beforeRouteLeave", gt, !0);
1188
1188
  }
1189
1189
  function Ir(t) {
1190
- return Ce(t, "beforeRouteUpdate", mt);
1190
+ return Re(t, "beforeRouteUpdate", gt);
1191
1191
  }
1192
- function mt(t, e) {
1192
+ function gt(t, e) {
1193
1193
  if (e)
1194
1194
  return function() {
1195
1195
  return t.apply(e, arguments);
1196
1196
  };
1197
1197
  }
1198
1198
  function Vr(t) {
1199
- return Ce(
1199
+ return Re(
1200
1200
  t,
1201
1201
  "beforeRouteEnter",
1202
1202
  function(e, r, n, i) {
@@ -1211,7 +1211,7 @@ function Ar(t, e, r) {
1211
1211
  });
1212
1212
  };
1213
1213
  }
1214
- var gt = /* @__PURE__ */ function(t) {
1214
+ var yt = /* @__PURE__ */ function(t) {
1215
1215
  function e(r, n) {
1216
1216
  t.call(this, r, n), this._startLocation = D(this.base);
1217
1217
  }
@@ -1219,7 +1219,7 @@ var gt = /* @__PURE__ */ function(t) {
1219
1219
  var n = this;
1220
1220
  if (!(this.listeners.length > 0)) {
1221
1221
  var i = this.router, s = i.options.scrollBehavior, o = I && s;
1222
- o && this.listeners.push(ht());
1222
+ o && this.listeners.push(dt());
1223
1223
  var a = function() {
1224
1224
  var c = n.current, u = D(n.base);
1225
1225
  n.current === V && u === n._startLocation || n.transitionTo(u, function(d) {
@@ -1235,17 +1235,17 @@ var gt = /* @__PURE__ */ function(t) {
1235
1235
  }, e.prototype.push = function(n, i, s) {
1236
1236
  var o = this, a = this, c = a.current;
1237
1237
  this.transitionTo(n, function(u) {
1238
- ie(O(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1238
+ se(L(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1239
1239
  }, s);
1240
1240
  }, e.prototype.replace = function(n, i, s) {
1241
1241
  var o = this, a = this, c = a.current;
1242
1242
  this.transitionTo(n, function(u) {
1243
- de(O(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1243
+ pe(L(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1244
1244
  }, s);
1245
1245
  }, e.prototype.ensureURL = function(n) {
1246
1246
  if (D(this.base) !== this.current.fullPath) {
1247
- var i = O(this.base + this.current.fullPath);
1248
- n ? ie(i) : de(i);
1247
+ var i = L(this.base + this.current.fullPath);
1248
+ n ? se(i) : pe(i);
1249
1249
  }
1250
1250
  }, e.prototype.getCurrentLocation = function() {
1251
1251
  return D(this.base);
@@ -1253,21 +1253,21 @@ var gt = /* @__PURE__ */ function(t) {
1253
1253
  }(N);
1254
1254
  function D(t) {
1255
1255
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1256
- return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1256
+ return t && (r === n || r.indexOf(L(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1257
1257
  }
1258
- var yt = /* @__PURE__ */ function(t) {
1258
+ var _t = /* @__PURE__ */ function(t) {
1259
1259
  function e(r, n, i) {
1260
- t.call(this, r, n), !(i && qr(this.base)) && He();
1260
+ t.call(this, r, n), !(i && qr(this.base)) && Ge();
1261
1261
  }
1262
1262
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1263
1263
  var n = this;
1264
1264
  if (!(this.listeners.length > 0)) {
1265
1265
  var i = this.router, s = i.options.scrollBehavior, o = I && s;
1266
- o && this.listeners.push(ht());
1266
+ o && this.listeners.push(dt());
1267
1267
  var a = function() {
1268
1268
  var u = n.current;
1269
- He() && n.transitionTo(X(), function(d) {
1270
- o && T(n.router, d, u, !0), I || Y(d.fullPath);
1269
+ Ge() && n.transitionTo(Y(), function(d) {
1270
+ o && T(n.router, d, u, !0), I || Z(d.fullPath);
1271
1271
  });
1272
1272
  }, c = I ? "popstate" : "hashchange";
1273
1273
  window.addEventListener(
@@ -1282,7 +1282,7 @@ var yt = /* @__PURE__ */ function(t) {
1282
1282
  this.transitionTo(
1283
1283
  n,
1284
1284
  function(u) {
1285
- Ge(u.fullPath), T(o.router, u, c, !1), i && i(u);
1285
+ Qe(u.fullPath), T(o.router, u, c, !1), i && i(u);
1286
1286
  },
1287
1287
  s
1288
1288
  );
@@ -1291,7 +1291,7 @@ var yt = /* @__PURE__ */ function(t) {
1291
1291
  this.transitionTo(
1292
1292
  n,
1293
1293
  function(u) {
1294
- Y(u.fullPath), T(o.router, u, c, !1), i && i(u);
1294
+ Z(u.fullPath), T(o.router, u, c, !1), i && i(u);
1295
1295
  },
1296
1296
  s
1297
1297
  );
@@ -1299,33 +1299,33 @@ var yt = /* @__PURE__ */ function(t) {
1299
1299
  window.history.go(n);
1300
1300
  }, e.prototype.ensureURL = function(n) {
1301
1301
  var i = this.current.fullPath;
1302
- X() !== i && (n ? Ge(i) : Y(i));
1302
+ Y() !== i && (n ? Qe(i) : Z(i));
1303
1303
  }, e.prototype.getCurrentLocation = function() {
1304
- return X();
1304
+ return Y();
1305
1305
  }, e;
1306
1306
  }(N);
1307
1307
  function qr(t) {
1308
1308
  var e = D(t);
1309
1309
  if (!/^\/#/.test(e))
1310
- return window.location.replace(O(t + "/#" + e)), !0;
1310
+ return window.location.replace(L(t + "/#" + e)), !0;
1311
1311
  }
1312
- function He() {
1313
- var t = X();
1314
- return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
1312
+ function Ge() {
1313
+ var t = Y();
1314
+ return t.charAt(0) === "/" ? !0 : (Z("/" + t), !1);
1315
1315
  }
1316
- function X() {
1316
+ function Y() {
1317
1317
  var t = window.location.href, e = t.indexOf("#");
1318
1318
  return e < 0 ? "" : (t = t.slice(e + 1), t);
1319
1319
  }
1320
- function pe(t) {
1320
+ function ve(t) {
1321
1321
  var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
1322
1322
  return n + "#" + t;
1323
1323
  }
1324
- function Ge(t) {
1325
- I ? ie(pe(t)) : window.location.hash = t;
1324
+ function Qe(t) {
1325
+ I ? se(ve(t)) : window.location.hash = t;
1326
1326
  }
1327
- function Y(t) {
1328
- I ? de(pe(t)) : window.location.replace(pe(t));
1327
+ function Z(t) {
1328
+ I ? pe(ve(t)) : window.location.replace(ve(t));
1329
1329
  }
1330
1330
  var Br = /* @__PURE__ */ function(t) {
1331
1331
  function e(r, n) {
@@ -1362,7 +1362,7 @@ var Br = /* @__PURE__ */ function(t) {
1362
1362
  });
1363
1363
  },
1364
1364
  function(a) {
1365
- ce(a, q.duplicated) && (i.index = s);
1365
+ ue(a, q.duplicated) && (i.index = s);
1366
1366
  }
1367
1367
  );
1368
1368
  }
@@ -1376,10 +1376,10 @@ var Br = /* @__PURE__ */ function(t) {
1376
1376
  var r = e.mode || "hash";
1377
1377
  switch (this.fallback = r === "history" && !I && e.fallback !== !1, this.fallback && (r = "hash"), F || (r = "abstract"), this.mode = r, r) {
1378
1378
  case "history":
1379
- this.history = new gt(this, e.base);
1379
+ this.history = new yt(this, e.base);
1380
1380
  break;
1381
1381
  case "hash":
1382
- this.history = new yt(this, e.base, this.fallback);
1382
+ this.history = new _t(this, e.base, this.fallback);
1383
1383
  break;
1384
1384
  case "abstract":
1385
1385
  this.history = new Br(this, e.base);
@@ -1387,17 +1387,17 @@ var Br = /* @__PURE__ */ function(t) {
1387
1387
  default:
1388
1388
  process.env.NODE_ENV !== "production" && A(!1, "invalid mode: " + r);
1389
1389
  }
1390
- }, _t = { currentRoute: { configurable: !0 } };
1390
+ }, wt = { currentRoute: { configurable: !0 } };
1391
1391
  b.prototype.match = function(e, r, n) {
1392
1392
  return this.matcher.match(e, r, n);
1393
1393
  };
1394
- _t.currentRoute.get = function() {
1394
+ wt.currentRoute.get = function() {
1395
1395
  return this.history && this.history.current;
1396
1396
  };
1397
1397
  b.prototype.init = function(e) {
1398
1398
  var r = this;
1399
1399
  if (process.env.NODE_ENV !== "production" && A(
1400
- ne.installed,
1400
+ ie.installed,
1401
1401
  "not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."
1402
1402
  ), this.apps.push(e), e.$once("hook:destroyed", function() {
1403
1403
  var o = r.apps.indexOf(e);
@@ -1405,7 +1405,7 @@ b.prototype.init = function(e) {
1405
1405
  }), !this.app) {
1406
1406
  this.app = e;
1407
1407
  var n = this.history;
1408
- if (n instanceof gt || n instanceof yt) {
1408
+ if (n instanceof yt || n instanceof _t) {
1409
1409
  var i = function(o) {
1410
1410
  var a = n.current, c = r.options.scrollBehavior, u = I && c;
1411
1411
  u && "fullPath" in o && T(r, o, a, !1);
@@ -1426,13 +1426,13 @@ b.prototype.init = function(e) {
1426
1426
  }
1427
1427
  };
1428
1428
  b.prototype.beforeEach = function(e) {
1429
- return Re(this.beforeHooks, e);
1429
+ return Pe(this.beforeHooks, e);
1430
1430
  };
1431
1431
  b.prototype.beforeResolve = function(e) {
1432
- return Re(this.resolveHooks, e);
1432
+ return Pe(this.resolveHooks, e);
1433
1433
  };
1434
1434
  b.prototype.afterEach = function(e) {
1435
- return Re(this.afterHooks, e);
1435
+ return Pe(this.afterHooks, e);
1436
1436
  };
1437
1437
  b.prototype.onReady = function(e, r) {
1438
1438
  this.history.onReady(e, r);
@@ -1478,7 +1478,7 @@ b.prototype.getMatchedComponents = function(e) {
1478
1478
  };
1479
1479
  b.prototype.resolve = function(e, r, n) {
1480
1480
  r = r || this.history.current;
1481
- var i = we(e, r, n, this), s = this.match(i, r), o = s.redirectedFrom || s.fullPath, a = this.history.base, c = jr(a, o, this.mode);
1481
+ var i = be(e, r, n, this), s = this.match(i, r), o = s.redirectedFrom || s.fullPath, a = this.history.base, c = jr(a, o, this.mode);
1482
1482
  return {
1483
1483
  location: i,
1484
1484
  route: s,
@@ -1497,8 +1497,8 @@ b.prototype.addRoute = function(e, r) {
1497
1497
  b.prototype.addRoutes = function(e) {
1498
1498
  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 !== V && this.history.transitionTo(this.history.getCurrentLocation());
1499
1499
  };
1500
- Object.defineProperties(b.prototype, _t);
1501
- function Re(t, e) {
1500
+ Object.defineProperties(b.prototype, wt);
1501
+ function Pe(t, e) {
1502
1502
  return t.push(e), function() {
1503
1503
  var r = t.indexOf(e);
1504
1504
  r > -1 && t.splice(r, 1);
@@ -1506,19 +1506,19 @@ function Re(t, e) {
1506
1506
  }
1507
1507
  function jr(t, e, r) {
1508
1508
  var n = r === "hash" ? "#" + e : e;
1509
- return t ? O(t + "/" + n) : n;
1509
+ return t ? L(t + "/" + n) : n;
1510
1510
  }
1511
- b.install = ne;
1511
+ b.install = ie;
1512
1512
  b.version = "3.6.5";
1513
- b.isNavigationFailure = ce;
1513
+ b.isNavigationFailure = ue;
1514
1514
  b.NavigationFailureType = q;
1515
1515
  b.START_LOCATION = V;
1516
1516
  F && window.Vue && window.Vue.use(b);
1517
1517
  y.register(y.t20);
1518
- const Mr = {
1518
+ const Mr = 3 * 60 * 1e3, Ur = {
1519
1519
  name: "NcReferenceWidget",
1520
1520
  components: {
1521
- NcButton: Ze
1521
+ NcButton: et
1522
1522
  },
1523
1523
  props: {
1524
1524
  reference: {
@@ -1534,13 +1534,24 @@ const Mr = {
1534
1534
  default: !1
1535
1535
  }
1536
1536
  },
1537
+ setup() {
1538
+ const t = Q.ref(3), e = Q.ref(!1), r = Q.ref();
1539
+ return Oe.useIntersectionObserver(r, (n) => {
1540
+ var i, s;
1541
+ e.value = (s = (i = n[0]) == null ? void 0 : i.isIntersecting) != null ? s : !1;
1542
+ }), Oe.useResizeObserver(r, (n) => {
1543
+ n[0].contentRect.width < 450 ? t.value = 0 : n[0].contentRect.width < 550 ? t.value = 1 : n[0].contentRect.width < 650 ? t.value = 2 : t.value = 3;
1544
+ }), {
1545
+ compact: t,
1546
+ isVisible: e,
1547
+ widgetRoot: r
1548
+ };
1549
+ },
1537
1550
  data() {
1538
1551
  return {
1539
- compact: 3,
1540
1552
  showInteractive: !1,
1541
- isVisible: !1,
1542
1553
  rendered: !1,
1543
- enableLabel: y.t("Enable interactive view")
1554
+ idleTimeout: null
1544
1555
  };
1545
1556
  },
1546
1557
  computed: {
@@ -1578,7 +1589,7 @@ const Mr = {
1578
1589
  return $t.getRoute(this.$router, this.reference.openGraphObject.link);
1579
1590
  },
1580
1591
  referenceWidgetLinkComponent() {
1581
- return this.route ? be : "a";
1592
+ return this.route ? Ce : "a";
1582
1593
  },
1583
1594
  referenceWidgetLinkProps() {
1584
1595
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
@@ -1588,26 +1599,21 @@ const Mr = {
1588
1599
  isVisible: {
1589
1600
  handler(t) {
1590
1601
  if (!t) {
1591
- this.destroyWidget();
1602
+ this.idleTimeout = setTimeout(() => {
1603
+ this.isVisible || this.destroyWidget();
1604
+ }, Mr);
1592
1605
  return;
1593
1606
  }
1594
- this.renderWidget();
1607
+ this.idleTimeout && (clearTimeout(this.idleTimeout), this.idleTimeout = null), this.rendered || this.renderWidget();
1595
1608
  },
1596
1609
  immediate: !0
1597
1610
  }
1598
1611
  },
1599
- mounted() {
1600
- Ne.useIntersectionObserver(this.$el, (t) => {
1601
- var e, r;
1602
- this.isVisible = (r = (e = t[0]) == null ? void 0 : e.isIntersecting) != null ? r : !1;
1603
- }), Ne.useResizeObserver(this.$el, (t) => {
1604
- 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;
1605
- });
1606
- },
1607
1612
  beforeDestroy() {
1608
1613
  this.destroyWidget();
1609
1614
  },
1610
1615
  methods: {
1616
+ t: y.t,
1611
1617
  enableInteractive() {
1612
1618
  this.showInteractive = !0, this.renderWidget();
1613
1619
  },
@@ -1628,20 +1634,20 @@ const Mr = {
1628
1634
  }
1629
1635
  }
1630
1636
  };
1631
- var Ur = function() {
1637
+ var zr = function() {
1632
1638
  var e = this, r = e._self._c;
1633
- return r("div", { class: { "toggle-interactive": e.hasInteractiveView && !e.isInteractive } }, [e.reference && e.hasCustomWidget ? r("div", { ref: "customWidget", staticClass: "widget-custom", class: { "full-width": e.hasFullWidth } }) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(" " + e._s(e.reference.openGraphObject.name) + " ")]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(" " + e._s(e.reference.openGraphObject.description) + " ")]), r("p", { staticClass: "widget-default--link" }, [e._v(" " + e._s(e.compactLink) + " ")])])]) : e._e(), e.hasInteractiveView && !e.isInteractive ? r("NcButton", { staticClass: "toggle-interactive--button", on: { click: e.enableInteractive } }, [e._v(" " + e._s(e.enableLabel) + " ")]) : e._e()], 1);
1634
- }, zr = [], Dr = /* @__PURE__ */ L.normalizeComponent(
1635
- Mr,
1639
+ return r("div", { ref: "widgetRoot", class: { "toggle-interactive": e.hasInteractiveView && !e.isInteractive } }, [e.reference && e.hasCustomWidget ? r("div", { ref: "customWidget", staticClass: "widget-custom", class: { "full-width": e.hasFullWidth } }) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(" " + e._s(e.reference.openGraphObject.name) + " ")]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(" " + e._s(e.reference.openGraphObject.description) + " ")]), r("p", { staticClass: "widget-default--link" }, [e._v(" " + e._s(e.compactLink) + " ")])])]) : e._e(), e.interactiveOptIn && e.hasInteractiveView && !e.isInteractive ? r("NcButton", { staticClass: "toggle-interactive--button", on: { click: e.enableInteractive } }, [e._v(" " + e._s(e.t("Enable interactive view")) + " ")]) : e._e()], 1);
1640
+ }, Dr = [], Wr = /* @__PURE__ */ $.normalizeComponent(
1636
1641
  Ur,
1637
1642
  zr,
1643
+ Dr,
1638
1644
  !1,
1639
1645
  null,
1640
- "ac43d4a5",
1646
+ "08d7279d",
1641
1647
  null,
1642
1648
  null
1643
1649
  );
1644
- const wt = Dr.exports, Wr = {
1650
+ const bt = Wr.exports, Fr = {
1645
1651
  name: "NcCustomPickerElement",
1646
1652
  props: {
1647
1653
  /**
@@ -1687,66 +1693,66 @@ const wt = Dr.exports, Wr = {
1687
1693
  }
1688
1694
  }
1689
1695
  };
1690
- var Fr = function() {
1696
+ var Hr = function() {
1691
1697
  var e = this, r = e._self._c;
1692
1698
  return r("div", { ref: "domElement" });
1693
- }, Hr = [], Gr = /* @__PURE__ */ L.normalizeComponent(
1694
- Wr,
1699
+ }, Gr = [], Qr = /* @__PURE__ */ $.normalizeComponent(
1695
1700
  Fr,
1696
1701
  Hr,
1702
+ Gr,
1697
1703
  !1,
1698
1704
  null,
1699
1705
  "25f1cef8",
1700
1706
  null,
1701
1707
  null
1702
1708
  );
1703
- const Qr = Gr.exports;
1709
+ const Kr = Qr.exports;
1704
1710
  y.register(y.t7);
1705
- const Pe = "any-link", bt = {
1706
- id: Pe,
1711
+ const Ee = "any-link", Ct = {
1712
+ id: Ee,
1707
1713
  title: y.t("Any link"),
1708
1714
  icon_url: W.imagePath("core", "filetypes/link.svg")
1709
1715
  };
1710
- window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Je.loadState("core", "reference-provider-list", []));
1711
- window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Je.loadState("core", "reference-provider-timestamps", {}));
1712
- function Ct(t) {
1713
- return t === Pe ? bt : Ee().find((e) => e.id === t);
1716
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Xe.loadState("core", "reference-provider-list", []));
1717
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Xe.loadState("core", "reference-provider-timestamps", {}));
1718
+ function Rt(t) {
1719
+ return t === Ee ? Ct : ke().find((e) => e.id === t);
1714
1720
  }
1715
- function Ee() {
1721
+ function ke() {
1716
1722
  return window._vue_richtext_reference_providers.filter((t) => {
1717
1723
  const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || k.isCustomPickerElementRegistered(t.id);
1718
1724
  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;
1719
1725
  });
1720
1726
  }
1721
- function Rt(t) {
1727
+ function Pt(t) {
1722
1728
  const e = window._vue_richtext_reference_provider_timestamps;
1723
1729
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1724
1730
  const i = e[r.id], s = e[n.id];
1725
1731
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1726
1732
  });
1727
1733
  }
1728
- function Pt(t, e = null) {
1729
- const r = Ee(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = Rt(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1730
- return (t === "" || a.length === 0) && a.push(bt), a;
1734
+ function Et(t, e = null) {
1735
+ const r = ke(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = Pt(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1736
+ return (t === "" || a.length === 0) && a.push(Ct), a;
1731
1737
  }
1732
- function Kr(t) {
1738
+ function Jr(t) {
1733
1739
  const e = Math.floor(Date.now() / 1e3), r = {
1734
1740
  timestamp: e
1735
1741
  }, n = W.generateOcsUrl("references/provider/{providerId}", { providerId: t });
1736
- me.default.put(n, r).then((i) => {
1742
+ ge.default.put(n, r).then((i) => {
1737
1743
  window._vue_richtext_reference_provider_timestamps[t] = e;
1738
1744
  });
1739
1745
  }
1740
- let Qe = 0;
1741
- function Et(t, e) {
1746
+ let Ke = 0;
1747
+ function kt(t, e) {
1742
1748
  return function() {
1743
1749
  const r = this, n = arguments;
1744
- clearTimeout(Qe), Qe = setTimeout(function() {
1750
+ clearTimeout(Ke), Ke = setTimeout(function() {
1745
1751
  t.apply(r, n);
1746
1752
  }, e || 0);
1747
1753
  };
1748
1754
  }
1749
- function ke(t) {
1755
+ function Se(t) {
1750
1756
  try {
1751
1757
  return !!new URL(t);
1752
1758
  } catch {
@@ -1754,7 +1760,7 @@ function ke(t) {
1754
1760
  }
1755
1761
  }
1756
1762
  y.register(y.t34, y.t38);
1757
- const Jr = {
1763
+ const Xr = {
1758
1764
  name: "LinkVariantIcon",
1759
1765
  emits: ["click"],
1760
1766
  props: {
@@ -1771,28 +1777,28 @@ const Jr = {
1771
1777
  }
1772
1778
  }
1773
1779
  };
1774
- var Xr = function() {
1780
+ var Yr = function() {
1775
1781
  var e = this, r = e._self._c;
1776
1782
  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) {
1777
1783
  return e.$emit("click", n);
1778
1784
  } } }, "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()])])]);
1779
- }, Yr = [], Zr = /* @__PURE__ */ L.normalizeComponent(
1780
- Jr,
1785
+ }, Zr = [], en = /* @__PURE__ */ $.normalizeComponent(
1781
1786
  Xr,
1782
1787
  Yr,
1788
+ Zr,
1783
1789
  !1,
1784
1790
  null,
1785
1791
  null,
1786
1792
  null,
1787
1793
  null
1788
1794
  );
1789
- const Se = Zr.exports, en = {
1795
+ const xe = en.exports, tn = {
1790
1796
  name: "NcProviderList",
1791
1797
  components: {
1792
- NcSelect: Ye.NcSelect,
1793
- NcHighlight: Xe.NcHighlight,
1794
- NcEmptyContent: ve,
1795
- LinkVariantIcon: Se
1798
+ NcSelect: Ze.NcSelect,
1799
+ NcHighlight: Ye.NcHighlight,
1800
+ NcEmptyContent: me,
1801
+ LinkVariantIcon: xe
1796
1802
  },
1797
1803
  emits: [
1798
1804
  "select-provider",
@@ -1809,11 +1815,11 @@ const Se = Zr.exports, en = {
1809
1815
  computed: {
1810
1816
  options() {
1811
1817
  const t = [];
1812
- return this.query !== "" && ke(this.query) && t.push({
1818
+ return this.query !== "" && Se(this.query) && t.push({
1813
1819
  id: this.query,
1814
1820
  title: this.query,
1815
1821
  isLink: !0
1816
- }), t.push(...Pt(this.query)), t;
1822
+ }), t.push(...Et(this.query)), t;
1817
1823
  }
1818
1824
  },
1819
1825
  methods: {
@@ -1831,7 +1837,7 @@ const Se = Zr.exports, en = {
1831
1837
  }
1832
1838
  }
1833
1839
  };
1834
- var tn = function() {
1840
+ var rn = function() {
1835
1841
  var e = this, r = e._self._c;
1836
1842
  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) {
1837
1843
  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)];
@@ -1840,26 +1846,26 @@ var tn = function() {
1840
1846
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1841
1847
  return [r("LinkVariantIcon")];
1842
1848
  }, proxy: !0 }]) })], 1);
1843
- }, rn = [], nn = /* @__PURE__ */ L.normalizeComponent(
1844
- en,
1849
+ }, nn = [], sn = /* @__PURE__ */ $.normalizeComponent(
1845
1850
  tn,
1846
1851
  rn,
1852
+ nn,
1847
1853
  !1,
1848
1854
  null,
1849
1855
  "e880790e",
1850
1856
  null,
1851
1857
  null
1852
1858
  );
1853
- const sn = nn.exports;
1859
+ const on = sn.exports;
1854
1860
  y.register(y.t21);
1855
- const on = {
1861
+ const an = {
1856
1862
  name: "NcRawLinkInput",
1857
1863
  components: {
1858
- LinkVariantIcon: Se,
1859
- NcEmptyContent: ve,
1864
+ LinkVariantIcon: xe,
1865
+ NcEmptyContent: me,
1860
1866
  NcLoadingIcon: Lt,
1861
- NcReferenceWidget: wt,
1862
- NcTextField: Ot.NcTextField
1867
+ NcReferenceWidget: bt,
1868
+ NcTextField: Tt.NcTextField
1863
1869
  },
1864
1870
  props: {
1865
1871
  /**
@@ -1884,7 +1890,7 @@ const on = {
1884
1890
  },
1885
1891
  computed: {
1886
1892
  isLinkValid() {
1887
- return ke(this.inputValue);
1893
+ return Se(this.inputValue);
1888
1894
  }
1889
1895
  },
1890
1896
  methods: {
@@ -1900,12 +1906,12 @@ const on = {
1900
1906
  this.inputValue = "", this.reference = null;
1901
1907
  },
1902
1908
  onInput() {
1903
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Et(() => {
1909
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && kt(() => {
1904
1910
  this.updateReference();
1905
1911
  }, 500)();
1906
1912
  },
1907
1913
  updateReference() {
1908
- this.loading = !0, this.abortController = new AbortController(), me.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1914
+ this.loading = !0, this.abortController = new AbortController(), ge.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1909
1915
  signal: this.abortController.signal
1910
1916
  }).then((t) => {
1911
1917
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1917,7 +1923,7 @@ const on = {
1917
1923
  }
1918
1924
  }
1919
1925
  };
1920
- var an = function() {
1926
+ var cn = function() {
1921
1927
  var e = this, r = e._self._c;
1922
1928
  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) {
1923
1929
  e.inputValue = n;
@@ -1926,20 +1932,20 @@ var an = function() {
1926
1932
  } } }, [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() {
1927
1933
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1928
1934
  }, proxy: !0 }]) })], 1);
1929
- }, cn = [], un = /* @__PURE__ */ L.normalizeComponent(
1930
- on,
1935
+ }, un = [], ln = /* @__PURE__ */ $.normalizeComponent(
1931
1936
  an,
1932
1937
  cn,
1938
+ un,
1933
1939
  !1,
1934
1940
  null,
1935
1941
  "d0ba247a",
1936
1942
  null,
1937
1943
  null
1938
1944
  );
1939
- const ln = un.exports, fn = {
1945
+ const fn = ln.exports, hn = {
1940
1946
  name: "NcSearchResult",
1941
1947
  components: {
1942
- NcHighlight: Xe.NcHighlight
1948
+ NcHighlight: Ye.NcHighlight
1943
1949
  },
1944
1950
  props: {
1945
1951
  /**
@@ -1959,29 +1965,29 @@ const ln = un.exports, fn = {
1959
1965
  }
1960
1966
  }
1961
1967
  };
1962
- var hn = function() {
1968
+ var dn = function() {
1963
1969
  var e = this, r = e._self._c;
1964
1970
  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)])]);
1965
- }, dn = [], pn = /* @__PURE__ */ L.normalizeComponent(
1966
- fn,
1971
+ }, pn = [], vn = /* @__PURE__ */ $.normalizeComponent(
1967
1972
  hn,
1968
1973
  dn,
1974
+ pn,
1969
1975
  !1,
1970
1976
  null,
1971
1977
  "7a394a58",
1972
1978
  null,
1973
1979
  null
1974
1980
  );
1975
- const vn = pn.exports;
1981
+ const mn = vn.exports;
1976
1982
  y.register(y.t27, y.t34, y.t36);
1977
- const Ke = 5, mn = {
1983
+ const Je = 5, gn = {
1978
1984
  name: "NcSearch",
1979
1985
  components: {
1980
- LinkVariantIcon: Se,
1981
- DotsHorizontalIcon: Tt.DotsHorizontal,
1982
- NcEmptyContent: ve,
1983
- NcSelect: Ye.NcSelect,
1984
- NcSearchResult: vn
1986
+ LinkVariantIcon: xe,
1987
+ DotsHorizontalIcon: It.DotsHorizontal,
1988
+ NcEmptyContent: me,
1989
+ NcSelect: Ze.NcSelect,
1990
+ NcSearchResult: mn
1985
1991
  },
1986
1992
  props: {
1987
1993
  /**
@@ -2026,7 +2032,7 @@ const Ke = 5, mn = {
2026
2032
  if (this.searchQuery === "")
2027
2033
  return [];
2028
2034
  const t = [];
2029
- return ke(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2035
+ return Se(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2030
2036
  },
2031
2037
  rawLinkEntry() {
2032
2038
  return {
@@ -2086,7 +2092,7 @@ const Ke = 5, mn = {
2086
2092
  this.abortController && this.abortController.abort();
2087
2093
  },
2088
2094
  onSearchInput(t, e) {
2089
- this.searchQuery = t, Et(() => {
2095
+ this.searchQuery = t, kt(() => {
2090
2096
  this.updateSearch();
2091
2097
  }, 500)();
2092
2098
  },
@@ -2114,8 +2120,8 @@ const Ke = 5, mn = {
2114
2120
  });
2115
2121
  },
2116
2122
  searchOneProvider(t, e = null) {
2117
- const r = e === null ? W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Ke }) : W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Ke, cursor: e });
2118
- return me.default.get(r, {
2123
+ const r = e === null ? W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Je }) : W.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Je, cursor: e });
2124
+ return ge.default.get(r, {
2119
2125
  signal: this.abortController.signal
2120
2126
  }).then((n) => {
2121
2127
  const i = n.data.ocs.data;
@@ -2124,7 +2130,7 @@ const Ke = 5, mn = {
2124
2130
  }
2125
2131
  }
2126
2132
  };
2127
- var gn = function() {
2133
+ var yn = function() {
2128
2134
  var e = this, r = e._self._c;
2129
2135
  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) {
2130
2136
  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()];
@@ -2135,28 +2141,28 @@ var gn = function() {
2135
2141
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2136
2142
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2137
2143
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2138
- }, yn = [], _n = /* @__PURE__ */ L.normalizeComponent(
2139
- mn,
2144
+ }, _n = [], wn = /* @__PURE__ */ $.normalizeComponent(
2140
2145
  gn,
2141
2146
  yn,
2147
+ _n,
2142
2148
  !1,
2143
2149
  null,
2144
2150
  "97d196f0",
2145
2151
  null,
2146
2152
  null
2147
2153
  );
2148
- const kt = _n.exports, z = {
2154
+ const St = wn.exports, z = {
2149
2155
  providerList: 1,
2150
2156
  standardLinkInput: 2,
2151
2157
  searchInput: 3,
2152
2158
  customElement: 4
2153
- }, wn = {
2159
+ }, bn = {
2154
2160
  name: "NcReferencePicker",
2155
2161
  components: {
2156
- NcCustomPickerElement: Qr,
2157
- NcProviderList: sn,
2158
- NcRawLinkInput: ln,
2159
- NcSearch: kt
2162
+ NcCustomPickerElement: Kr,
2163
+ NcProviderList: on,
2164
+ NcRawLinkInput: fn,
2165
+ NcSearch: St
2160
2166
  },
2161
2167
  props: {
2162
2168
  /**
@@ -2241,7 +2247,7 @@ const kt = _n.exports, z = {
2241
2247
  this.$emit("cancel");
2242
2248
  },
2243
2249
  submitLink(t) {
2244
- this.selectedProvider !== null && Kr(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2250
+ this.selectedProvider !== null && Jr(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2245
2251
  },
2246
2252
  deselectProvider() {
2247
2253
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
@@ -2251,31 +2257,31 @@ const kt = _n.exports, z = {
2251
2257
  }
2252
2258
  }
2253
2259
  };
2254
- var bn = function() {
2260
+ var Cn = function() {
2255
2261
  var e = this, r = e._self._c;
2256
2262
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2257
2263
  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));
2258
2264
  } } }, [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);
2259
- }, Cn = [], Rn = /* @__PURE__ */ L.normalizeComponent(
2260
- wn,
2265
+ }, Rn = [], Pn = /* @__PURE__ */ $.normalizeComponent(
2261
2266
  bn,
2262
2267
  Cn,
2268
+ Rn,
2263
2269
  !1,
2264
2270
  null,
2265
2271
  "12c38c93",
2266
2272
  null,
2267
2273
  null
2268
2274
  );
2269
- const St = Rn.exports;
2275
+ const xt = Pn.exports;
2270
2276
  y.register(y.t11, y.t16);
2271
- const Pn = {
2277
+ const En = {
2272
2278
  name: "NcReferencePickerModal",
2273
2279
  components: {
2274
- NcReferencePicker: St,
2275
- NcModal: It,
2276
- NcButton: Ze,
2277
- ArrowLeftIcon: At.ArrowLeft,
2278
- CloseIcon: qt.Close
2280
+ NcReferencePicker: xt,
2281
+ NcModal: Vt,
2282
+ NcButton: et,
2283
+ ArrowLeftIcon: qt.ArrowLeft,
2284
+ CloseIcon: Bt.Close
2279
2285
  },
2280
2286
  props: {
2281
2287
  /**
@@ -2335,7 +2341,7 @@ const Pn = {
2335
2341
  mounted() {
2336
2342
  if (this.isInsideViewer) {
2337
2343
  const t = this.$refs.modal_content;
2338
- Vt.emit("viewer:trapElements:changed", t);
2344
+ At.emit("viewer:trapElements:changed", t);
2339
2345
  }
2340
2346
  },
2341
2347
  methods: {
@@ -2353,30 +2359,30 @@ const Pn = {
2353
2359
  }
2354
2360
  }
2355
2361
  };
2356
- var En = function() {
2362
+ var kn = function() {
2357
2363
  var e = this, r = e._self._c;
2358
2364
  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() {
2359
2365
  return [r("ArrowLeftIcon")];
2360
2366
  }, 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() {
2361
2367
  return [r("CloseIcon")];
2362
2368
  }, 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();
2363
- }, kn = [], Sn = /* @__PURE__ */ L.normalizeComponent(
2364
- Pn,
2369
+ }, Sn = [], xn = /* @__PURE__ */ $.normalizeComponent(
2365
2370
  En,
2366
2371
  kn,
2372
+ Sn,
2367
2373
  !1,
2368
2374
  null,
2369
2375
  "ab09ebaa",
2370
2376
  null,
2371
2377
  null
2372
2378
  );
2373
- const xt = Sn.exports;
2374
- async function xn(t = null, e = void 0) {
2379
+ const Nt = xn.exports;
2380
+ async function Nn(t = null, e = void 0) {
2375
2381
  return await new Promise((r, n) => {
2376
2382
  var u;
2377
2383
  const i = "referencePickerModal", s = document.createElement("div");
2378
2384
  s.id = i, document.body.append(s);
2379
- const o = t === null ? null : (u = Ct(t)) != null ? u : null, a = jt.default.extend(xt), c = new a({
2385
+ const o = t === null ? null : (u = Rt(t)) != null ? u : null, a = jt.default.extend(Nt), c = new a({
2380
2386
  propsData: {
2381
2387
  initialProvider: o,
2382
2388
  isInsideViewer: e
@@ -2389,14 +2395,14 @@ async function xn(t = null, e = void 0) {
2389
2395
  });
2390
2396
  });
2391
2397
  }
2392
- exports.Link = be;
2393
- exports.NcReferencePicker = St;
2394
- exports.NcReferencePickerModal = xt;
2395
- exports.NcReferenceWidget = wt;
2396
- exports.NcSearch = kt;
2397
- exports.anyLinkProviderId = Pe;
2398
- exports.getLinkWithPicker = xn;
2399
- exports.getProvider = Ct;
2400
- exports.getProviders = Ee;
2401
- exports.searchProvider = Pt;
2402
- exports.sortProviders = Rt;
2398
+ exports.Link = Ce;
2399
+ exports.NcReferencePicker = xt;
2400
+ exports.NcReferencePickerModal = Nt;
2401
+ exports.NcReferenceWidget = bt;
2402
+ exports.NcSearch = St;
2403
+ exports.anyLinkProviderId = Ee;
2404
+ exports.getLinkWithPicker = Nn;
2405
+ exports.getProvider = Rt;
2406
+ exports.getProviders = ke;
2407
+ exports.searchProvider = Et;
2408
+ exports.sortProviders = Pt;