@nextcloud/vue 8.9.1 → 8.10.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 (311) hide show
  1. package/CHANGELOG.md +28 -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-DcXMrsBz.css} +32 -23
  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/{NcDateTimePicker-C3D1hmlB.css → NcDateTimePicker-DR7jRFm4.css} +10 -10
  98. package/dist/assets/NcListItem-DLFj1G31.css +175 -0
  99. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  100. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  101. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  102. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DZ7qJeiJ.css} +19 -19
  103. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-DQEIzxqb.cjs} +1 -1
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-DQEIzxqb.cjs.map} +1 -1
  105. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SIdMEx1i.mjs} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SIdMEx1i.mjs.map} +1 -1
  107. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-B47_9Jpc.cjs} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-B47_9Jpc.cjs.map} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-D6_CIr2e.mjs} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-D6_CIr2e.mjs.map} +1 -1
  111. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-BPPLjfW5.cjs} +1 -1
  112. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-BPPLjfW5.cjs.map} +1 -1
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-GZcIfn-2.mjs} +4 -4
  114. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-GZcIfn-2.mjs.map} +1 -1
  115. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-B049TCK5.cjs} +144 -85
  116. package/dist/chunks/NcActions-B049TCK5.cjs.map +1 -0
  117. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-D2wvJbMw.mjs} +144 -85
  118. package/dist/chunks/NcActions-D2wvJbMw.mjs.map +1 -0
  119. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CUnQ4EVa.mjs} +67 -40
  120. package/dist/chunks/NcAppContent-CUnQ4EVa.mjs.map +1 -0
  121. package/dist/chunks/{NcAppContent-kqYjKpzU.cjs → NcAppContent-CuOJJPbt.cjs} +59 -32
  122. package/dist/chunks/NcAppContent-CuOJJPbt.cjs.map +1 -0
  123. package/dist/chunks/{NcAppNavigation-C1Qe3lsk.mjs → NcAppNavigation-Dl1g_orJ.mjs} +25 -23
  124. package/dist/chunks/NcAppNavigation-Dl1g_orJ.mjs.map +1 -0
  125. package/dist/chunks/{NcAppNavigation-C423R_m2.cjs → NcAppNavigation-DtxPGDOf.cjs} +25 -24
  126. package/dist/chunks/NcAppNavigation-DtxPGDOf.cjs.map +1 -0
  127. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-BefNtbTx.cjs} +1 -1
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-BefNtbTx.cjs.map} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-g4NsNSvL.mjs} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-g4NsNSvL.mjs.map} +1 -1
  131. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-BSV20azN.mjs} +3 -3
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-BSV20azN.mjs.map} +1 -1
  133. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-DVlpQH-e.cjs} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-DVlpQH-e.cjs.map} +1 -1
  135. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-C7PviElx.mjs} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-C7PviElx.mjs.map} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DG-KzABc.cjs} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DG-KzABc.cjs.map} +1 -1
  139. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-CoutbNdC.cjs} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-CoutbNdC.cjs.map} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-D8MkJD-a.mjs} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-D8MkJD-a.mjs.map} +1 -1
  143. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-ACf6tmPq.cjs} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-ACf6tmPq.cjs.map} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-n8ES2H5d.mjs} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-n8ES2H5d.mjs.map} +1 -1
  147. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-CmQPplb5.mjs} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-CmQPplb5.mjs.map} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-DYr9eXTI.cjs} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-DYr9eXTI.cjs.map} +1 -1
  151. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-BsbmJ5H_.cjs} +2 -2
  152. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-BsbmJ5H_.cjs.map} +1 -1
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-CSjqjYTb.mjs} +3 -3
  154. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-CSjqjYTb.mjs.map} +1 -1
  155. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-BdtXzaRJ.mjs} +4 -4
  156. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs.map → NcAvatar-BdtXzaRJ.mjs.map} +1 -1
  157. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-Bn9oT7sS.cjs} +2 -2
  158. package/dist/chunks/{NcAvatar-BEet_8fB.cjs.map → NcAvatar-Bn9oT7sS.cjs.map} +1 -1
  159. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-D8yGqnFJ.mjs} +1 -1
  160. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-D8yGqnFJ.mjs.map} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-DApyHRGZ.cjs} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-DApyHRGZ.cjs.map} +1 -1
  163. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-BoA2lxaY.cjs} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-BoA2lxaY.cjs.map} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DVyfjkgH.mjs} +2 -2
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DVyfjkgH.mjs.map} +1 -1
  167. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BEYj-jaN.cjs} +2 -2
  168. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BEYj-jaN.cjs.map} +1 -1
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-DiNnRbJI.mjs} +2 -2
  170. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-DiNnRbJI.mjs.map} +1 -1
  171. 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-DMJGZndr.mjs} +1 -1
  172. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs.map +1 -0
  173. 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-Dh3GUSYj.cjs} +1 -1
  174. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs.map +1 -0
  175. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-Acx2mFFG.cjs} +1 -1
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-Acx2mFFG.cjs.map} +1 -1
  177. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-sge8Yr9m.mjs} +2 -2
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-sge8Yr9m.mjs.map} +1 -1
  179. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-COHfXhM3.cjs} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-COHfXhM3.cjs.map} +1 -1
  181. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-kTlEGtKt.mjs} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-kTlEGtKt.mjs.map} +1 -1
  183. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-CL7e1yAw.mjs} +3 -3
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-CL7e1yAw.mjs.map} +1 -1
  185. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CyrKw12p.cjs} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CyrKw12p.cjs.map} +1 -1
  187. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-C6Npm5U9.cjs} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-C6Npm5U9.cjs.map} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-Cq-HAbIB.mjs} +2 -2
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-Cq-HAbIB.mjs.map} +1 -1
  191. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-B1X22iSf.mjs} +1 -1
  192. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-B1X22iSf.mjs.map} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-CyKYSWsT.cjs} +1 -1
  194. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-CyKYSWsT.cjs.map} +1 -1
  195. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-DuZc08BD.cjs} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-DuZc08BD.cjs.map} +1 -1
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-r6eAlCKl.mjs} +4 -4
  198. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-r6eAlCKl.mjs.map} +1 -1
  199. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-DAaMkW9I.cjs} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-DAaMkW9I.cjs.map} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-fwl4-RD4.mjs} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-fwl4-RD4.mjs.map} +1 -1
  203. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-8heZoa83.cjs} +28 -23
  204. package/dist/chunks/NcListItem-8heZoa83.cjs.map +1 -0
  205. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-DxnCJdGU.mjs} +27 -22
  206. package/dist/chunks/NcListItem-DxnCJdGU.mjs.map +1 -0
  207. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D5NW3bY2.cjs} +1 -1
  208. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D5NW3bY2.cjs.map} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-DyE902SK.mjs} +1 -1
  210. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-DyE902SK.mjs.map} +1 -1
  211. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-BeIfZq-I.mjs} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-BeIfZq-I.mjs.map} +1 -1
  213. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-Bx3rarNt.cjs} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-Bx3rarNt.cjs.map} +1 -1
  215. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-BmE02hfU.cjs} +4 -4
  216. package/dist/chunks/NcRelatedResourcesPanel-BmE02hfU.cjs.map +1 -0
  217. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-C8HsjDiN.mjs} +8 -8
  218. package/dist/chunks/NcRelatedResourcesPanel-C8HsjDiN.mjs.map +1 -0
  219. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-COl1GELF.mjs} +35 -26
  220. package/dist/chunks/NcRichContenteditable-COl1GELF.mjs.map +1 -0
  221. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DVCrsKyc.cjs} +41 -32
  222. package/dist/chunks/NcRichContenteditable-DVCrsKyc.cjs.map +1 -0
  223. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-BEoKx41c.mjs} +45 -29
  224. package/dist/chunks/NcRichText-BEoKx41c.mjs.map +1 -0
  225. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-Dow2nMvP.cjs} +35 -19
  226. package/dist/chunks/NcRichText-Dow2nMvP.cjs.map +1 -0
  227. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-C_dMqtoe.mjs} +2 -2
  228. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-C_dMqtoe.mjs.map} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-CyESQ4uQ.cjs} +1 -1
  230. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-CyESQ4uQ.cjs.map} +1 -1
  231. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-Bl95j2Kh.cjs} +1 -1
  232. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-Bl95j2Kh.cjs.map} +1 -1
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-BoX-3tOa.mjs} +2 -2
  234. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-BoX-3tOa.mjs.map} +1 -1
  235. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-DlBTOZRv.cjs} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-DlBTOZRv.cjs.map} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-fLyjAE06.mjs} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-fLyjAE06.mjs.map} +1 -1
  239. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-COSdi50c.mjs} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-COSdi50c.mjs.map} +1 -1
  241. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-CoHKnYDP.cjs} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-CoHKnYDP.cjs.map} +1 -1
  243. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-2wsNrz7x.cjs} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-2wsNrz7x.cjs.map} +1 -1
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BZG67QrR.mjs} +2 -2
  246. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BZG67QrR.mjs.map} +1 -1
  247. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BEpgHsY2.mjs} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BEpgHsY2.mjs.map} +1 -1
  249. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-C-2-Of6b.cjs} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-C-2-Of6b.cjs.map} +1 -1
  251. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-BMlKQe6-.cjs} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-BMlKQe6-.cjs.map} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-JJeMG5Mo.mjs} +2 -2
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-JJeMG5Mo.mjs.map} +1 -1
  255. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-DMBDwtwW.cjs} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-DMBDwtwW.cjs.map} +1 -1
  257. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-RZlZRmxZ.mjs} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-RZlZRmxZ.mjs.map} +1 -1
  259. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-7yBYL8ur.cjs} +4 -4
  260. package/dist/chunks/NcUserStatusIcon-7yBYL8ur.cjs.map +1 -0
  261. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-DMQxYiY6.mjs} +9 -9
  262. package/dist/chunks/NcUserStatusIcon-DMQxYiY6.mjs.map +1 -0
  263. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs → ScopeComponent-9FoStIVM.mjs} +1 -1
  264. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs.map → ScopeComponent-9FoStIVM.mjs.map} +1 -1
  265. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs → ScopeComponent-DdL1psE0.cjs} +1 -1
  266. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs.map → ScopeComponent-DdL1psE0.cjs.map} +1 -1
  267. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-CAwwH-o2.mjs} +3 -3
  268. package/dist/chunks/_l10n-CAwwH-o2.mjs.map +1 -0
  269. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-DZggkcVs.cjs} +3 -3
  270. package/dist/chunks/_l10n-DZggkcVs.cjs.map +1 -0
  271. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  272. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  273. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  274. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  275. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-CtIcJRWz.mjs} +417 -414
  276. package/dist/chunks/referencePickerModal-CtIcJRWz.mjs.map +1 -0
  277. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-Ig4S8WI3.cjs} +298 -295
  278. package/dist/chunks/referencePickerModal-Ig4S8WI3.cjs.map +1 -0
  279. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-3Z3jKEos.mjs} +1 -1
  280. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-3Z3jKEos.mjs.map} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-7pQQJMR_.cjs} +1 -1
  282. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-7pQQJMR_.cjs.map} +1 -1
  283. package/dist/index.cjs +8 -9
  284. package/dist/index.cjs.map +1 -1
  285. package/dist/index.mjs +45 -45
  286. package/package.json +1 -1
  287. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  288. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  289. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  290. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  291. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  292. package/dist/chunks/NcAppNavigation-C1Qe3lsk.mjs.map +0 -1
  293. package/dist/chunks/NcAppNavigation-C423R_m2.cjs.map +0 -1
  294. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  295. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  296. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  297. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  298. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  299. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  300. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  301. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  302. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  303. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  304. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  305. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  306. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  307. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  308. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  309. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  310. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  311. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
@@ -1,6 +1,6 @@
1
- require('../assets/referencePickerModal-C1KJzICb.css');
1
+ require('../assets/referencePickerModal-DZ7qJeiJ.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"), O = require("./_plugin-vue2_normalizer-GXKvuwrq.cjs"), y = require("./_l10n-DZggkcVs.cjs"), $t = 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-CyESQ4uQ.cjs"), $e = require("@vueuse/core"), Q = require("vue"), Ot = require("./autolink-D0rLUkqm.cjs"), et = require("../Components/NcButton.cjs"), Lt = require("../Components/NcLoadingIcon.cjs"), Tt = require("./NcTextField-C-2-Of6b.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($t), 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 {
@@ -41,17 +41,17 @@ function Dt(t, e, r) {
41
41
  }
42
42
  for (var s in e) {
43
43
  var o = e[s];
44
- i[s] = Array.isArray(o) ? o.map($e) : $e(o);
44
+ i[s] = Array.isArray(o) ? o.map(Oe) : Oe(o);
45
45
  }
46
46
  return i;
47
47
  }
48
- var $e = function(t) {
48
+ var Oe = function(t) {
49
49
  return t == null || typeof t == "object" ? t : String(t);
50
50
  };
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,16 +517,16 @@ 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);
@@ -537,15 +537,15 @@ var lr = [String, Object], fr = [String, Array], Ie = function() {
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,7 +723,7 @@ 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)
@@ -736,7 +736,7 @@ function pr(t, e) {
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 $ = mr(_, v), U = X($, E, 'redirect route with path "' + $ + '"');
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--; )
@@ -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 = Or(
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
  });
@@ -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 Or(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,11 +1506,11 @@ 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);
@@ -1518,7 +1518,7 @@ y.register(y.t20);
1518
1518
  const Mr = {
1519
1519
  name: "NcReferenceWidget",
1520
1520
  components: {
1521
- NcButton: Ze
1521
+ NcButton: et
1522
1522
  },
1523
1523
  props: {
1524
1524
  reference: {
@@ -1534,13 +1534,23 @@ 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 $e.useIntersectionObserver(r, (n) => {
1540
+ var i, s;
1541
+ e.value = (s = (i = n[0]) == null ? void 0 : i.isIntersecting) != null ? s : !1;
1542
+ }), $e.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
- rendered: !1,
1543
- enableLabel: y.t("Enable interactive view")
1553
+ rendered: !1
1544
1554
  };
1545
1555
  },
1546
1556
  computed: {
@@ -1575,10 +1585,10 @@ const Mr = {
1575
1585
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1576
1586
  },
1577
1587
  route() {
1578
- return $t.getRoute(this.$router, this.reference.openGraphObject.link);
1588
+ return Ot.getRoute(this.$router, this.reference.openGraphObject.link);
1579
1589
  },
1580
1590
  referenceWidgetLinkComponent() {
1581
- return this.route ? be : "a";
1591
+ return this.route ? Ce : "a";
1582
1592
  },
1583
1593
  referenceWidgetLinkProps() {
1584
1594
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
@@ -1596,18 +1606,11 @@ const Mr = {
1596
1606
  immediate: !0
1597
1607
  }
1598
1608
  },
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
1609
  beforeDestroy() {
1608
1610
  this.destroyWidget();
1609
1611
  },
1610
1612
  methods: {
1613
+ t: y.t,
1611
1614
  enableInteractive() {
1612
1615
  this.showInteractive = !0, this.renderWidget();
1613
1616
  },
@@ -1630,18 +1633,18 @@ const Mr = {
1630
1633
  };
1631
1634
  var Ur = function() {
1632
1635
  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(
1636
+ 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);
1637
+ }, zr = [], Dr = /* @__PURE__ */ O.normalizeComponent(
1635
1638
  Mr,
1636
1639
  Ur,
1637
1640
  zr,
1638
1641
  !1,
1639
1642
  null,
1640
- "ac43d4a5",
1643
+ "9aee285d",
1641
1644
  null,
1642
1645
  null
1643
1646
  );
1644
- const wt = Dr.exports, Wr = {
1647
+ const bt = Dr.exports, Wr = {
1645
1648
  name: "NcCustomPickerElement",
1646
1649
  props: {
1647
1650
  /**
@@ -1690,7 +1693,7 @@ const wt = Dr.exports, Wr = {
1690
1693
  var Fr = function() {
1691
1694
  var e = this, r = e._self._c;
1692
1695
  return r("div", { ref: "domElement" });
1693
- }, Hr = [], Gr = /* @__PURE__ */ L.normalizeComponent(
1696
+ }, Hr = [], Gr = /* @__PURE__ */ O.normalizeComponent(
1694
1697
  Wr,
1695
1698
  Fr,
1696
1699
  Hr,
@@ -1702,51 +1705,51 @@ var Fr = function() {
1702
1705
  );
1703
1706
  const Qr = Gr.exports;
1704
1707
  y.register(y.t7);
1705
- const Pe = "any-link", bt = {
1706
- id: Pe,
1708
+ const Ee = "any-link", Ct = {
1709
+ id: Ee,
1707
1710
  title: y.t("Any link"),
1708
1711
  icon_url: W.imagePath("core", "filetypes/link.svg")
1709
1712
  };
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);
1713
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Xe.loadState("core", "reference-provider-list", []));
1714
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Xe.loadState("core", "reference-provider-timestamps", {}));
1715
+ function Rt(t) {
1716
+ return t === Ee ? Ct : ke().find((e) => e.id === t);
1714
1717
  }
1715
- function Ee() {
1718
+ function ke() {
1716
1719
  return window._vue_richtext_reference_providers.filter((t) => {
1717
1720
  const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || k.isCustomPickerElementRegistered(t.id);
1718
1721
  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
1722
  });
1720
1723
  }
1721
- function Rt(t) {
1724
+ function Pt(t) {
1722
1725
  const e = window._vue_richtext_reference_provider_timestamps;
1723
1726
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1724
1727
  const i = e[r.id], s = e[n.id];
1725
1728
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1726
1729
  });
1727
1730
  }
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;
1731
+ function Et(t, e = null) {
1732
+ 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;
1733
+ return (t === "" || a.length === 0) && a.push(Ct), a;
1731
1734
  }
1732
1735
  function Kr(t) {
1733
1736
  const e = Math.floor(Date.now() / 1e3), r = {
1734
1737
  timestamp: e
1735
1738
  }, n = W.generateOcsUrl("references/provider/{providerId}", { providerId: t });
1736
- me.default.put(n, r).then((i) => {
1739
+ ge.default.put(n, r).then((i) => {
1737
1740
  window._vue_richtext_reference_provider_timestamps[t] = e;
1738
1741
  });
1739
1742
  }
1740
- let Qe = 0;
1741
- function Et(t, e) {
1743
+ let Ke = 0;
1744
+ function kt(t, e) {
1742
1745
  return function() {
1743
1746
  const r = this, n = arguments;
1744
- clearTimeout(Qe), Qe = setTimeout(function() {
1747
+ clearTimeout(Ke), Ke = setTimeout(function() {
1745
1748
  t.apply(r, n);
1746
1749
  }, e || 0);
1747
1750
  };
1748
1751
  }
1749
- function ke(t) {
1752
+ function Se(t) {
1750
1753
  try {
1751
1754
  return !!new URL(t);
1752
1755
  } catch {
@@ -1776,7 +1779,7 @@ var Xr = function() {
1776
1779
  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
1780
  return e.$emit("click", n);
1778
1781
  } } }, "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(
1782
+ }, Yr = [], Zr = /* @__PURE__ */ O.normalizeComponent(
1780
1783
  Jr,
1781
1784
  Xr,
1782
1785
  Yr,
@@ -1786,13 +1789,13 @@ var Xr = function() {
1786
1789
  null,
1787
1790
  null
1788
1791
  );
1789
- const Se = Zr.exports, en = {
1792
+ const xe = Zr.exports, en = {
1790
1793
  name: "NcProviderList",
1791
1794
  components: {
1792
- NcSelect: Ye.NcSelect,
1793
- NcHighlight: Xe.NcHighlight,
1794
- NcEmptyContent: ve,
1795
- LinkVariantIcon: Se
1795
+ NcSelect: Ze.NcSelect,
1796
+ NcHighlight: Ye.NcHighlight,
1797
+ NcEmptyContent: me,
1798
+ LinkVariantIcon: xe
1796
1799
  },
1797
1800
  emits: [
1798
1801
  "select-provider",
@@ -1809,11 +1812,11 @@ const Se = Zr.exports, en = {
1809
1812
  computed: {
1810
1813
  options() {
1811
1814
  const t = [];
1812
- return this.query !== "" && ke(this.query) && t.push({
1815
+ return this.query !== "" && Se(this.query) && t.push({
1813
1816
  id: this.query,
1814
1817
  title: this.query,
1815
1818
  isLink: !0
1816
- }), t.push(...Pt(this.query)), t;
1819
+ }), t.push(...Et(this.query)), t;
1817
1820
  }
1818
1821
  },
1819
1822
  methods: {
@@ -1840,7 +1843,7 @@ var tn = function() {
1840
1843
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1841
1844
  return [r("LinkVariantIcon")];
1842
1845
  }, proxy: !0 }]) })], 1);
1843
- }, rn = [], nn = /* @__PURE__ */ L.normalizeComponent(
1846
+ }, rn = [], nn = /* @__PURE__ */ O.normalizeComponent(
1844
1847
  en,
1845
1848
  tn,
1846
1849
  rn,
@@ -1855,11 +1858,11 @@ y.register(y.t21);
1855
1858
  const on = {
1856
1859
  name: "NcRawLinkInput",
1857
1860
  components: {
1858
- LinkVariantIcon: Se,
1859
- NcEmptyContent: ve,
1861
+ LinkVariantIcon: xe,
1862
+ NcEmptyContent: me,
1860
1863
  NcLoadingIcon: Lt,
1861
- NcReferenceWidget: wt,
1862
- NcTextField: Ot.NcTextField
1864
+ NcReferenceWidget: bt,
1865
+ NcTextField: Tt.NcTextField
1863
1866
  },
1864
1867
  props: {
1865
1868
  /**
@@ -1884,7 +1887,7 @@ const on = {
1884
1887
  },
1885
1888
  computed: {
1886
1889
  isLinkValid() {
1887
- return ke(this.inputValue);
1890
+ return Se(this.inputValue);
1888
1891
  }
1889
1892
  },
1890
1893
  methods: {
@@ -1900,12 +1903,12 @@ const on = {
1900
1903
  this.inputValue = "", this.reference = null;
1901
1904
  },
1902
1905
  onInput() {
1903
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Et(() => {
1906
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && kt(() => {
1904
1907
  this.updateReference();
1905
1908
  }, 500)();
1906
1909
  },
1907
1910
  updateReference() {
1908
- this.loading = !0, this.abortController = new AbortController(), me.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1911
+ this.loading = !0, this.abortController = new AbortController(), ge.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1909
1912
  signal: this.abortController.signal
1910
1913
  }).then((t) => {
1911
1914
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1926,7 +1929,7 @@ var an = function() {
1926
1929
  } } }, [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
1930
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1928
1931
  }, proxy: !0 }]) })], 1);
1929
- }, cn = [], un = /* @__PURE__ */ L.normalizeComponent(
1932
+ }, cn = [], un = /* @__PURE__ */ O.normalizeComponent(
1930
1933
  on,
1931
1934
  an,
1932
1935
  cn,
@@ -1939,7 +1942,7 @@ var an = function() {
1939
1942
  const ln = un.exports, fn = {
1940
1943
  name: "NcSearchResult",
1941
1944
  components: {
1942
- NcHighlight: Xe.NcHighlight
1945
+ NcHighlight: Ye.NcHighlight
1943
1946
  },
1944
1947
  props: {
1945
1948
  /**
@@ -1962,7 +1965,7 @@ const ln = un.exports, fn = {
1962
1965
  var hn = function() {
1963
1966
  var e = this, r = e._self._c;
1964
1967
  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(
1968
+ }, dn = [], pn = /* @__PURE__ */ O.normalizeComponent(
1966
1969
  fn,
1967
1970
  hn,
1968
1971
  dn,
@@ -1974,13 +1977,13 @@ var hn = function() {
1974
1977
  );
1975
1978
  const vn = pn.exports;
1976
1979
  y.register(y.t27, y.t34, y.t36);
1977
- const Ke = 5, mn = {
1980
+ const Je = 5, mn = {
1978
1981
  name: "NcSearch",
1979
1982
  components: {
1980
- LinkVariantIcon: Se,
1981
- DotsHorizontalIcon: Tt.DotsHorizontal,
1982
- NcEmptyContent: ve,
1983
- NcSelect: Ye.NcSelect,
1983
+ LinkVariantIcon: xe,
1984
+ DotsHorizontalIcon: It.DotsHorizontal,
1985
+ NcEmptyContent: me,
1986
+ NcSelect: Ze.NcSelect,
1984
1987
  NcSearchResult: vn
1985
1988
  },
1986
1989
  props: {
@@ -2026,7 +2029,7 @@ const Ke = 5, mn = {
2026
2029
  if (this.searchQuery === "")
2027
2030
  return [];
2028
2031
  const t = [];
2029
- return ke(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2032
+ return Se(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2030
2033
  },
2031
2034
  rawLinkEntry() {
2032
2035
  return {
@@ -2086,7 +2089,7 @@ const Ke = 5, mn = {
2086
2089
  this.abortController && this.abortController.abort();
2087
2090
  },
2088
2091
  onSearchInput(t, e) {
2089
- this.searchQuery = t, Et(() => {
2092
+ this.searchQuery = t, kt(() => {
2090
2093
  this.updateSearch();
2091
2094
  }, 500)();
2092
2095
  },
@@ -2114,8 +2117,8 @@ const Ke = 5, mn = {
2114
2117
  });
2115
2118
  },
2116
2119
  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, {
2120
+ 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 });
2121
+ return ge.default.get(r, {
2119
2122
  signal: this.abortController.signal
2120
2123
  }).then((n) => {
2121
2124
  const i = n.data.ocs.data;
@@ -2135,7 +2138,7 @@ var gn = function() {
2135
2138
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2136
2139
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2137
2140
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2138
- }, yn = [], _n = /* @__PURE__ */ L.normalizeComponent(
2141
+ }, yn = [], _n = /* @__PURE__ */ O.normalizeComponent(
2139
2142
  mn,
2140
2143
  gn,
2141
2144
  yn,
@@ -2145,7 +2148,7 @@ var gn = function() {
2145
2148
  null,
2146
2149
  null
2147
2150
  );
2148
- const kt = _n.exports, z = {
2151
+ const St = _n.exports, z = {
2149
2152
  providerList: 1,
2150
2153
  standardLinkInput: 2,
2151
2154
  searchInput: 3,
@@ -2156,7 +2159,7 @@ const kt = _n.exports, z = {
2156
2159
  NcCustomPickerElement: Qr,
2157
2160
  NcProviderList: sn,
2158
2161
  NcRawLinkInput: ln,
2159
- NcSearch: kt
2162
+ NcSearch: St
2160
2163
  },
2161
2164
  props: {
2162
2165
  /**
@@ -2256,7 +2259,7 @@ var bn = function() {
2256
2259
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2257
2260
  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
2261
  } } }, [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(
2262
+ }, Cn = [], Rn = /* @__PURE__ */ O.normalizeComponent(
2260
2263
  wn,
2261
2264
  bn,
2262
2265
  Cn,
@@ -2266,16 +2269,16 @@ var bn = function() {
2266
2269
  null,
2267
2270
  null
2268
2271
  );
2269
- const St = Rn.exports;
2272
+ const xt = Rn.exports;
2270
2273
  y.register(y.t11, y.t16);
2271
2274
  const Pn = {
2272
2275
  name: "NcReferencePickerModal",
2273
2276
  components: {
2274
- NcReferencePicker: St,
2275
- NcModal: It,
2276
- NcButton: Ze,
2277
- ArrowLeftIcon: At.ArrowLeft,
2278
- CloseIcon: qt.Close
2277
+ NcReferencePicker: xt,
2278
+ NcModal: Vt,
2279
+ NcButton: et,
2280
+ ArrowLeftIcon: qt.ArrowLeft,
2281
+ CloseIcon: Bt.Close
2279
2282
  },
2280
2283
  props: {
2281
2284
  /**
@@ -2335,7 +2338,7 @@ const Pn = {
2335
2338
  mounted() {
2336
2339
  if (this.isInsideViewer) {
2337
2340
  const t = this.$refs.modal_content;
2338
- Vt.emit("viewer:trapElements:changed", t);
2341
+ At.emit("viewer:trapElements:changed", t);
2339
2342
  }
2340
2343
  },
2341
2344
  methods: {
@@ -2360,7 +2363,7 @@ var En = function() {
2360
2363
  }, 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
2364
  return [r("CloseIcon")];
2362
2365
  }, 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(
2366
+ }, kn = [], Sn = /* @__PURE__ */ O.normalizeComponent(
2364
2367
  Pn,
2365
2368
  En,
2366
2369
  kn,
@@ -2370,13 +2373,13 @@ var En = function() {
2370
2373
  null,
2371
2374
  null
2372
2375
  );
2373
- const xt = Sn.exports;
2376
+ const Nt = Sn.exports;
2374
2377
  async function xn(t = null, e = void 0) {
2375
2378
  return await new Promise((r, n) => {
2376
2379
  var u;
2377
2380
  const i = "referencePickerModal", s = document.createElement("div");
2378
2381
  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({
2382
+ const o = t === null ? null : (u = Rt(t)) != null ? u : null, a = jt.default.extend(Nt), c = new a({
2380
2383
  propsData: {
2381
2384
  initialProvider: o,
2382
2385
  isInsideViewer: e
@@ -2389,14 +2392,14 @@ async function xn(t = null, e = void 0) {
2389
2392
  });
2390
2393
  });
2391
2394
  }
2392
- exports.Link = be;
2393
- exports.NcReferencePicker = St;
2394
- exports.NcReferencePickerModal = xt;
2395
- exports.NcReferenceWidget = wt;
2396
- exports.NcSearch = kt;
2397
- exports.anyLinkProviderId = Pe;
2395
+ exports.Link = Ce;
2396
+ exports.NcReferencePicker = xt;
2397
+ exports.NcReferencePickerModal = Nt;
2398
+ exports.NcReferenceWidget = bt;
2399
+ exports.NcSearch = St;
2400
+ exports.anyLinkProviderId = Ee;
2398
2401
  exports.getLinkWithPicker = xn;
2399
- exports.getProvider = Ct;
2400
- exports.getProviders = Ee;
2401
- exports.searchProvider = Pt;
2402
- exports.sortProviders = Rt;
2402
+ exports.getProvider = Rt;
2403
+ exports.getProviders = ke;
2404
+ exports.searchProvider = Et;
2405
+ exports.sortProviders = Pt;