@nextcloud/vue 8.8.0 → 8.9.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 (580) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/Components/NcActionButton.cjs +3 -3
  3. package/dist/Components/NcActionButton.mjs +6 -6
  4. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  5. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  6. package/dist/Components/NcActionCaption.cjs +2 -2
  7. package/dist/Components/NcActionCaption.mjs +2 -2
  8. package/dist/Components/NcActionCheckbox.cjs +2 -2
  9. package/dist/Components/NcActionCheckbox.mjs +4 -4
  10. package/dist/Components/NcActionInput.cjs +1 -1
  11. package/dist/Components/NcActionInput.mjs +1 -1
  12. package/dist/Components/NcActionLink.cjs +3 -3
  13. package/dist/Components/NcActionLink.mjs +4 -4
  14. package/dist/Components/NcActionRadio.cjs +2 -2
  15. package/dist/Components/NcActionRadio.mjs +4 -4
  16. package/dist/Components/NcActionRouter.cjs +3 -3
  17. package/dist/Components/NcActionRouter.mjs +4 -4
  18. package/dist/Components/NcActionSeparator.cjs +2 -2
  19. package/dist/Components/NcActionSeparator.mjs +2 -2
  20. package/dist/Components/NcActionText.cjs +3 -3
  21. package/dist/Components/NcActionText.mjs +4 -4
  22. package/dist/Components/NcActionTextEditable.cjs +3 -3
  23. package/dist/Components/NcActionTextEditable.mjs +6 -6
  24. package/dist/Components/NcActions.cjs +1 -1
  25. package/dist/Components/NcActions.mjs +1 -1
  26. package/dist/Components/NcAppContent.cjs +1 -1
  27. package/dist/Components/NcAppContent.mjs +1 -1
  28. package/dist/Components/NcAppContentDetails.cjs +1 -1
  29. package/dist/Components/NcAppContentDetails.mjs +1 -1
  30. package/dist/Components/NcAppContentList.cjs +1 -1
  31. package/dist/Components/NcAppContentList.mjs +1 -1
  32. package/dist/Components/NcAppNavigation.cjs +1 -1
  33. package/dist/Components/NcAppNavigation.mjs +1 -1
  34. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  35. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  36. package/dist/Components/NcAppNavigationIconBullet.cjs +2 -2
  37. package/dist/Components/NcAppNavigationIconBullet.mjs +2 -2
  38. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  39. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  40. package/dist/Components/NcAppNavigationList.cjs +6 -6
  41. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  42. package/dist/Components/NcAppNavigationList.mjs +6 -6
  43. package/dist/Components/NcAppNavigationList.mjs.map +1 -1
  44. package/dist/Components/NcAppNavigationNew.cjs +2 -2
  45. package/dist/Components/NcAppNavigationNew.mjs +2 -2
  46. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  47. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  48. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  49. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  50. package/dist/Components/NcAppNavigationSpacer.cjs +2 -2
  51. package/dist/Components/NcAppNavigationSpacer.mjs +2 -2
  52. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  53. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  54. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  55. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  56. package/dist/Components/NcAppSettingsSection.cjs +8 -5
  57. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  58. package/dist/Components/NcAppSettingsSection.mjs +8 -5
  59. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  60. package/dist/Components/NcAppSidebar.cjs +1 -1
  61. package/dist/Components/NcAppSidebar.mjs +1 -1
  62. package/dist/Components/NcAppSidebarTab.cjs +5 -4
  63. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  64. package/dist/Components/NcAppSidebarTab.mjs +5 -4
  65. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  66. package/dist/Components/NcAvatar.cjs +1 -1
  67. package/dist/Components/NcAvatar.mjs +1 -1
  68. package/dist/Components/NcBreadcrumb.cjs +1 -1
  69. package/dist/Components/NcBreadcrumb.mjs +1 -1
  70. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  71. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  72. package/dist/Components/NcButton.cjs +27 -26
  73. package/dist/Components/NcButton.cjs.map +1 -1
  74. package/dist/Components/NcButton.mjs +28 -27
  75. package/dist/Components/NcButton.mjs.map +1 -1
  76. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  77. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  78. package/dist/Components/NcColorPicker.cjs +1 -1
  79. package/dist/Components/NcColorPicker.mjs +1 -1
  80. package/dist/Components/NcContent.cjs +1 -1
  81. package/dist/Components/NcContent.mjs +1 -1
  82. package/dist/Components/NcCounterBubble.cjs +2 -2
  83. package/dist/Components/NcCounterBubble.mjs +2 -2
  84. package/dist/Components/NcDashboardWidget.cjs +1 -1
  85. package/dist/Components/NcDashboardWidget.mjs +1 -1
  86. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  87. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  88. package/dist/Components/NcDateTime.cjs +1 -1
  89. package/dist/Components/NcDateTime.mjs +1 -1
  90. package/dist/Components/NcDateTimePicker.cjs +42 -40
  91. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  92. package/dist/Components/NcDateTimePicker.mjs +27 -25
  93. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  94. package/dist/Components/NcDateTimePickerNative.cjs +11 -11
  95. package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
  96. package/dist/Components/NcDateTimePickerNative.mjs +12 -12
  97. package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
  98. package/dist/Components/NcDialog.cjs +1 -1
  99. package/dist/Components/NcDialog.mjs +1 -1
  100. package/dist/Components/NcDialogButton.cjs +1 -1
  101. package/dist/Components/NcDialogButton.mjs +1 -1
  102. package/dist/Components/NcEllipsisedOption.cjs +2 -2
  103. package/dist/Components/NcEllipsisedOption.mjs +3 -3
  104. package/dist/Components/NcEmojiPicker.cjs +1 -1
  105. package/dist/Components/NcEmojiPicker.mjs +1 -1
  106. package/dist/Components/NcEmptyContent.cjs +9 -8
  107. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  108. package/dist/Components/NcEmptyContent.mjs +9 -8
  109. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  110. package/dist/Components/NcGuestContent.cjs +2 -2
  111. package/dist/Components/NcGuestContent.mjs +2 -2
  112. package/dist/Components/NcHeaderMenu.cjs +1 -1
  113. package/dist/Components/NcHeaderMenu.mjs +1 -1
  114. package/dist/Components/NcHighlight.cjs +1 -1
  115. package/dist/Components/NcHighlight.mjs +1 -1
  116. package/dist/Components/NcIconSvgWrapper.cjs +1 -1
  117. package/dist/Components/NcIconSvgWrapper.mjs +1 -1
  118. package/dist/Components/NcInputField.cjs +4 -4
  119. package/dist/Components/NcInputField.cjs.map +1 -1
  120. package/dist/Components/NcInputField.mjs +7 -7
  121. package/dist/Components/NcInputField.mjs.map +1 -1
  122. package/dist/Components/NcListItem.cjs +1 -1
  123. package/dist/Components/NcListItem.mjs +1 -1
  124. package/dist/Components/NcListItemIcon.cjs +1 -1
  125. package/dist/Components/NcListItemIcon.mjs +1 -1
  126. package/dist/Components/NcLoadingIcon.cjs +2 -2
  127. package/dist/Components/NcLoadingIcon.mjs +2 -2
  128. package/dist/Components/NcModal.cjs +8 -7
  129. package/dist/Components/NcModal.cjs.map +1 -1
  130. package/dist/Components/NcModal.mjs +19 -18
  131. package/dist/Components/NcModal.mjs.map +1 -1
  132. package/dist/Components/NcNoteCard.cjs +3 -3
  133. package/dist/Components/NcNoteCard.mjs +3 -3
  134. package/dist/Components/NcPasswordField.cjs +1 -1
  135. package/dist/Components/NcPasswordField.mjs +1 -1
  136. package/dist/Components/NcPopover.cjs +1 -1
  137. package/dist/Components/NcPopover.mjs +1 -1
  138. package/dist/Components/NcProgressBar.cjs +1 -1
  139. package/dist/Components/NcProgressBar.mjs +1 -1
  140. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  141. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  142. package/dist/Components/NcRichContenteditable.cjs +1 -1
  143. package/dist/Components/NcRichContenteditable.mjs +2 -2
  144. package/dist/Components/NcRichText.cjs +1 -1
  145. package/dist/Components/NcRichText.cjs.map +1 -1
  146. package/dist/Components/NcRichText.mjs +8 -8
  147. package/dist/Components/NcRichText.mjs.map +1 -1
  148. package/dist/Components/NcSavingIndicatorIcon.cjs +1 -1
  149. package/dist/Components/NcSavingIndicatorIcon.mjs +1 -1
  150. package/dist/Components/NcSelect.cjs +1 -1
  151. package/dist/Components/NcSelect.mjs +1 -1
  152. package/dist/Components/NcSelectTags.cjs +1 -1
  153. package/dist/Components/NcSelectTags.mjs +1 -1
  154. package/dist/Components/NcSettingsInputText.cjs +1 -1
  155. package/dist/Components/NcSettingsInputText.mjs +1 -1
  156. package/dist/Components/NcSettingsSection.cjs +1 -1
  157. package/dist/Components/NcSettingsSection.mjs +1 -1
  158. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  159. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  160. package/dist/Components/NcTextArea.cjs +4 -4
  161. package/dist/Components/NcTextArea.cjs.map +1 -1
  162. package/dist/Components/NcTextArea.mjs +7 -7
  163. package/dist/Components/NcTextArea.mjs.map +1 -1
  164. package/dist/Components/NcTextField.cjs +1 -1
  165. package/dist/Components/NcTextField.mjs +1 -1
  166. package/dist/Components/NcTimezonePicker.cjs +1 -1
  167. package/dist/Components/NcTimezonePicker.mjs +1 -1
  168. package/dist/Components/NcUserBubble.cjs +1 -1
  169. package/dist/Components/NcUserBubble.mjs +1 -1
  170. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  171. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  172. package/dist/Components/NcVNodes.cjs +11 -10
  173. package/dist/Components/NcVNodes.cjs.map +1 -1
  174. package/dist/Components/NcVNodes.mjs +12 -11
  175. package/dist/Components/NcVNodes.mjs.map +1 -1
  176. package/dist/Directives/Linkify.cjs +5 -4
  177. package/dist/Directives/Linkify.cjs.map +1 -1
  178. package/dist/Directives/Linkify.mjs +6 -5
  179. package/dist/Directives/Linkify.mjs.map +1 -1
  180. package/dist/Directives/Tooltip.cjs +1 -1
  181. package/dist/Directives/Tooltip.mjs +1 -1
  182. package/dist/Functions/reference.cjs +2 -1
  183. package/dist/Functions/reference.cjs.map +1 -1
  184. package/dist/Functions/reference.mjs +12 -11
  185. package/dist/Functions/registerReference.cjs +11 -69
  186. package/dist/Functions/registerReference.cjs.map +1 -1
  187. package/dist/Functions/registerReference.mjs +9 -67
  188. package/dist/Functions/registerReference.mjs.map +1 -1
  189. package/dist/Functions/usernameToColor.cjs +1 -1
  190. package/dist/Functions/usernameToColor.mjs +1 -1
  191. package/dist/Mixins/richEditor.cjs +2 -2
  192. package/dist/Mixins/richEditor.mjs +2 -2
  193. package/dist/assets/{NcActions-mt8BQ_bn.css → NcActions-CEbgl0_n.css} +12 -12
  194. package/dist/assets/{NcAppContent-SZz3PTd8.css → NcAppContent-Cv8rRTyy.css} +1 -0
  195. package/dist/assets/{NcAppNavigation-9nlYnuUQ.css → NcAppNavigation-D4ZBCJrI.css} +18 -8
  196. package/dist/assets/{NcAppNavigationList-RooPPg4w.css → NcAppNavigationList-Bj9PwL4X.css} +3 -7
  197. package/dist/assets/{NcDateTimePicker-l-C3PwHK.css → NcDateTimePicker-BChLYJ5X.css} +10 -10
  198. package/dist/assets/{NcEmojiPicker-hTlSVIq0.css → NcEmojiPicker-B-4WNYcx.css} +1 -0
  199. package/dist/assets/{NcRelatedResourcesPanel-oq5eMIoh.css → NcRelatedResourcesPanel-COW9gzml.css} +72 -6
  200. package/dist/assets/{NcRichText-kDp48Nji.css → NcRichText-BMe-xENJ.css} +5 -2
  201. package/dist/assets/{NcSelect-GsLmwj9w.css → NcSelect-4aBmXHhA.css} +3 -0
  202. package/dist/assets/{referencePickerModal-A0PlFUEI.css → referencePickerModal-C1KJzICb.css} +34 -14
  203. package/dist/chunks/{AlertCircleOutline-HYz1lvHU.cjs → AlertCircleOutline-DHFN4OkX.cjs} +1 -1
  204. package/dist/chunks/{AlertCircleOutline-HYz1lvHU.cjs.map → AlertCircleOutline-DHFN4OkX.cjs.map} +1 -1
  205. package/dist/chunks/{AlertCircleOutline-XY0EPUmQ.mjs → AlertCircleOutline-U_bhL30C.mjs} +1 -1
  206. package/dist/chunks/{AlertCircleOutline-XY0EPUmQ.mjs.map → AlertCircleOutline-U_bhL30C.mjs.map} +1 -1
  207. package/dist/chunks/{ArrowLeft-fC5aEWWu.cjs → ArrowLeft-CjNnGIlF.cjs} +1 -1
  208. package/dist/chunks/{ArrowLeft-fC5aEWWu.cjs.map → ArrowLeft-CjNnGIlF.cjs.map} +1 -1
  209. package/dist/chunks/{ArrowLeft-uW5eNVkY.mjs → ArrowLeft-kklNBL9z.mjs} +1 -1
  210. package/dist/chunks/{ArrowLeft-uW5eNVkY.mjs.map → ArrowLeft-kklNBL9z.mjs.map} +1 -1
  211. package/dist/chunks/{ArrowRight-16bLxoZc.mjs → ArrowRight-C3BxTDjF.mjs} +1 -1
  212. package/dist/chunks/{ArrowRight-16bLxoZc.mjs.map → ArrowRight-C3BxTDjF.mjs.map} +1 -1
  213. package/dist/chunks/{ArrowRight-uUC8qW2c.cjs → ArrowRight-CxzzJJQ6.cjs} +1 -1
  214. package/dist/chunks/{ArrowRight-uUC8qW2c.cjs.map → ArrowRight-CxzzJJQ6.cjs.map} +1 -1
  215. package/dist/chunks/{Check-qy5XrF1J.mjs → Check-CRLmJNGG.mjs} +1 -1
  216. package/dist/chunks/{Check-qy5XrF1J.mjs.map → Check-CRLmJNGG.mjs.map} +1 -1
  217. package/dist/chunks/{Check-QBzDcHpr.cjs → Check-CVn5nytg.cjs} +1 -1
  218. package/dist/chunks/{Check-QBzDcHpr.cjs.map → Check-CVn5nytg.cjs.map} +1 -1
  219. package/dist/chunks/{ChevronDown-Hc_DTRav.cjs → ChevronDown-DQPox_nl.cjs} +1 -1
  220. package/dist/chunks/{ChevronDown-Hc_DTRav.cjs.map → ChevronDown-DQPox_nl.cjs.map} +1 -1
  221. package/dist/chunks/{ChevronDown-suAKKmeb.mjs → ChevronDown-HHJdUMN4.mjs} +1 -1
  222. package/dist/chunks/{ChevronDown-suAKKmeb.mjs.map → ChevronDown-HHJdUMN4.mjs.map} +1 -1
  223. package/dist/chunks/{ChevronRight-MdQC55Yq.cjs → ChevronRight-BAJhNawb.cjs} +1 -1
  224. package/dist/chunks/{ChevronRight-MdQC55Yq.cjs.map → ChevronRight-BAJhNawb.cjs.map} +1 -1
  225. package/dist/chunks/{ChevronRight-9owhU_17.mjs → ChevronRight-DL3e8bjj.mjs} +1 -1
  226. package/dist/chunks/{ChevronRight-9owhU_17.mjs.map → ChevronRight-DL3e8bjj.mjs.map} +1 -1
  227. package/dist/chunks/ChevronUp-B6TIgl1a.mjs +37 -0
  228. package/dist/chunks/ChevronUp-B6TIgl1a.mjs.map +1 -0
  229. package/dist/chunks/ChevronUp-kmHRpe7H.cjs +35 -0
  230. package/dist/chunks/ChevronUp-kmHRpe7H.cjs.map +1 -0
  231. package/dist/chunks/{Close-QtH6_3PP.mjs → Close-BtO5TPBO.mjs} +1 -1
  232. package/dist/chunks/{Close-QtH6_3PP.mjs.map → Close-BtO5TPBO.mjs.map} +1 -1
  233. package/dist/chunks/{Close-dotk0707.cjs → Close-DBfrdXMw.cjs} +1 -1
  234. package/dist/chunks/{Close-dotk0707.cjs.map → Close-DBfrdXMw.cjs.map} +1 -1
  235. package/dist/chunks/{DotsHorizontal-6hepLUSS.cjs → DotsHorizontal-B8kTqpHe.cjs} +1 -1
  236. package/dist/chunks/{DotsHorizontal-6hepLUSS.cjs.map → DotsHorizontal-B8kTqpHe.cjs.map} +1 -1
  237. package/dist/chunks/{DotsHorizontal-IbmXTXRA.mjs → DotsHorizontal-DfVgEXgz.mjs} +1 -1
  238. package/dist/chunks/{DotsHorizontal-IbmXTXRA.mjs.map → DotsHorizontal-DfVgEXgz.mjs.map} +1 -1
  239. package/dist/chunks/{GenColors-MjG_SfWn.mjs → GenColors-BteFtwOv.mjs} +3 -3
  240. package/dist/chunks/{GenColors-MjG_SfWn.mjs.map → GenColors-BteFtwOv.mjs.map} +1 -1
  241. package/dist/chunks/{GenColors-LzmNxRE8.cjs → GenColors-vI-bx9ZY.cjs} +3 -3
  242. package/dist/chunks/{GenColors-LzmNxRE8.cjs.map → GenColors-vI-bx9ZY.cjs.map} +1 -1
  243. package/dist/chunks/{GenRandomId-ULxaMkkr.cjs.map → GenRandomId-B2O1GMbH.cjs.map} +1 -1
  244. package/dist/chunks/{GenRandomId-VodkdWbp.mjs.map → GenRandomId-BW3iYFf9.mjs.map} +1 -1
  245. package/dist/chunks/{Linkify-V7PfCeZ8.mjs.map → Linkify-BaDLLFxP.mjs.map} +1 -1
  246. package/dist/chunks/{Linkify-f3s3nAe_.cjs.map → Linkify-Dola0NBa.cjs.map} +1 -1
  247. package/dist/chunks/{NcActionButtonGroup-6TAtQFtq.cjs → NcActionButtonGroup-BdxkXNwc.cjs} +3 -3
  248. package/dist/chunks/{NcActionButtonGroup-6TAtQFtq.cjs.map → NcActionButtonGroup-BdxkXNwc.cjs.map} +1 -1
  249. package/dist/chunks/{NcActionButtonGroup-w6A9Fw2n.mjs → NcActionButtonGroup-SS3PkUD2.mjs} +5 -5
  250. package/dist/chunks/{NcActionButtonGroup-w6A9Fw2n.mjs.map → NcActionButtonGroup-SS3PkUD2.mjs.map} +1 -1
  251. package/dist/chunks/{NcActionInput-yvhGpEsS.mjs → NcActionInput-BHq3Le0q.mjs} +9 -9
  252. package/dist/chunks/{NcActionInput-yvhGpEsS.mjs.map → NcActionInput-BHq3Le0q.mjs.map} +1 -1
  253. package/dist/chunks/{NcActionInput-Fl2UyuVW.cjs → NcActionInput-D308ZntG.cjs} +4 -4
  254. package/dist/chunks/{NcActionInput-Fl2UyuVW.cjs.map → NcActionInput-D308ZntG.cjs.map} +1 -1
  255. package/dist/chunks/{NcActions-rHzi4RcQ.mjs → NcActions-CpU9WXzM.mjs} +135 -131
  256. package/dist/chunks/{NcActions-rHzi4RcQ.mjs.map → NcActions-CpU9WXzM.mjs.map} +1 -1
  257. package/dist/chunks/{NcActions-iACO4laf.cjs → NcActions-Dfkog_G0.cjs} +134 -130
  258. package/dist/chunks/{NcActions-iACO4laf.cjs.map → NcActions-Dfkog_G0.cjs.map} +1 -1
  259. package/dist/chunks/{NcAppContent-c0KjHkMb.mjs → NcAppContent-BDwOdxJE.mjs} +6 -6
  260. package/dist/chunks/{NcAppContent-c0KjHkMb.mjs.map → NcAppContent-BDwOdxJE.mjs.map} +1 -1
  261. package/dist/chunks/{NcAppContent--JRFOyLe.cjs → NcAppContent-kqYjKpzU.cjs} +6 -6
  262. package/dist/chunks/{NcAppContent--JRFOyLe.cjs.map → NcAppContent-kqYjKpzU.cjs.map} +1 -1
  263. package/dist/chunks/{NcAppNavigation-7U8buuT7.mjs → NcAppNavigation-BRtyTvKt.mjs} +19 -19
  264. package/dist/chunks/NcAppNavigation-BRtyTvKt.mjs.map +1 -0
  265. package/dist/chunks/{NcAppNavigation-AcPesLHq.cjs → NcAppNavigation-DMxORgkV.cjs} +15 -15
  266. package/dist/chunks/NcAppNavigation-DMxORgkV.cjs.map +1 -0
  267. package/dist/chunks/{NcAppNavigationCaption-Iuzt-yzb.cjs → NcAppNavigationCaption-BKchbDsJ.cjs} +2 -2
  268. package/dist/chunks/{NcAppNavigationCaption-Iuzt-yzb.cjs.map → NcAppNavigationCaption-BKchbDsJ.cjs.map} +1 -1
  269. package/dist/chunks/{NcAppNavigationCaption-UJ7iY1q5.mjs → NcAppNavigationCaption-DsT6O4Hx.mjs} +3 -3
  270. package/dist/chunks/{NcAppNavigationCaption-UJ7iY1q5.mjs.map → NcAppNavigationCaption-DsT6O4Hx.mjs.map} +1 -1
  271. package/dist/chunks/{NcAppNavigationItem-pvFIrGQv.cjs → NcAppNavigationItem-CABF2T4q.cjs} +47 -79
  272. package/dist/chunks/NcAppNavigationItem-CABF2T4q.cjs.map +1 -0
  273. package/dist/chunks/{NcAppNavigationItem-9n2uXjvj.mjs → NcAppNavigationItem-bjPcEx5D.mjs} +55 -86
  274. package/dist/chunks/NcAppNavigationItem-bjPcEx5D.mjs.map +1 -0
  275. package/dist/chunks/{NcAppNavigationNewItem-jr12p6VL.mjs → NcAppNavigationNewItem-BHCgaCoK.mjs} +3 -3
  276. package/dist/chunks/{NcAppNavigationNewItem-jr12p6VL.mjs.map → NcAppNavigationNewItem-BHCgaCoK.mjs.map} +1 -1
  277. package/dist/chunks/{NcAppNavigationNewItem-CXGDvuMl.cjs → NcAppNavigationNewItem-t45tM5u1.cjs} +2 -2
  278. package/dist/chunks/{NcAppNavigationNewItem-CXGDvuMl.cjs.map → NcAppNavigationNewItem-t45tM5u1.cjs.map} +1 -1
  279. package/dist/chunks/{NcAppNavigationSettings-NRqRmMXw.mjs → NcAppNavigationSettings-BQD7JA4m.mjs} +4 -4
  280. package/dist/chunks/{NcAppNavigationSettings-NRqRmMXw.mjs.map → NcAppNavigationSettings-BQD7JA4m.mjs.map} +1 -1
  281. package/dist/chunks/{NcAppNavigationSettings-Nd8RJnYL.cjs → NcAppNavigationSettings-CBeUiVLk.cjs} +5 -5
  282. package/dist/chunks/{NcAppNavigationSettings-Nd8RJnYL.cjs.map → NcAppNavigationSettings-CBeUiVLk.cjs.map} +1 -1
  283. package/dist/chunks/{NcAppNavigationToggle-kL5XkG2J.mjs → NcAppNavigationToggle-BZxbkhCr.mjs} +3 -3
  284. package/dist/chunks/{NcAppNavigationToggle-kL5XkG2J.mjs.map → NcAppNavigationToggle-BZxbkhCr.mjs.map} +1 -1
  285. package/dist/chunks/{NcAppNavigationToggle-KZ_xHLv9.cjs → NcAppNavigationToggle-DDChOnAq.cjs} +2 -2
  286. package/dist/chunks/{NcAppNavigationToggle-KZ_xHLv9.cjs.map → NcAppNavigationToggle-DDChOnAq.cjs.map} +1 -1
  287. package/dist/chunks/{NcAppSettingsDialog-S9pm_eoJ.mjs → NcAppSettingsDialog-DeFBTD2J.mjs} +35 -28
  288. package/dist/chunks/{NcAppSettingsDialog-S9pm_eoJ.mjs.map → NcAppSettingsDialog-DeFBTD2J.mjs.map} +1 -1
  289. package/dist/chunks/{NcAppSettingsDialog-8l-aNNFq.cjs → NcAppSettingsDialog-EUys9Os_.cjs} +29 -22
  290. package/dist/chunks/{NcAppSettingsDialog-8l-aNNFq.cjs.map → NcAppSettingsDialog-EUys9Os_.cjs.map} +1 -1
  291. package/dist/chunks/{NcAppSidebar-kN5SMxgh.mjs → NcAppSidebar-CdSvRI6l.mjs} +26 -22
  292. package/dist/chunks/{NcAppSidebar-kN5SMxgh.mjs.map → NcAppSidebar-CdSvRI6l.mjs.map} +1 -1
  293. package/dist/chunks/{NcAppSidebar-l6rV-lnp.cjs → NcAppSidebar-Du-IRmEO.cjs} +17 -13
  294. package/dist/chunks/{NcAppSidebar-l6rV-lnp.cjs.map → NcAppSidebar-Du-IRmEO.cjs.map} +1 -1
  295. package/dist/chunks/{NcAvatar-CVj9XTPL.cjs → NcAvatar-BEet_8fB.cjs} +57 -53
  296. package/dist/chunks/{NcAvatar-CVj9XTPL.cjs.map → NcAvatar-BEet_8fB.cjs.map} +1 -1
  297. package/dist/chunks/{NcAvatar-MI8_N7U1.mjs → NcAvatar-e0M-nnF6.mjs} +73 -69
  298. package/dist/chunks/{NcAvatar-MI8_N7U1.mjs.map → NcAvatar-e0M-nnF6.mjs.map} +1 -1
  299. package/dist/chunks/{NcBreadcrumb-LpXeIBcG.mjs → NcBreadcrumb-CVMyBckA.mjs} +7 -7
  300. package/dist/chunks/{NcBreadcrumb-LpXeIBcG.mjs.map → NcBreadcrumb-CVMyBckA.mjs.map} +1 -1
  301. package/dist/chunks/{NcBreadcrumb-EhfhBqAL.cjs → NcBreadcrumb-DVXsgQkE.cjs} +4 -4
  302. package/dist/chunks/{NcBreadcrumb-EhfhBqAL.cjs.map → NcBreadcrumb-DVXsgQkE.cjs.map} +1 -1
  303. package/dist/chunks/{NcBreadcrumbs-zYhyJxEY.cjs → NcBreadcrumbs-DkgzO9f5.cjs} +103 -99
  304. package/dist/chunks/{NcBreadcrumbs-zYhyJxEY.cjs.map → NcBreadcrumbs-DkgzO9f5.cjs.map} +1 -1
  305. package/dist/chunks/{NcBreadcrumbs--4xgDVR7.mjs → NcBreadcrumbs-DqRU0BfB.mjs} +65 -61
  306. package/dist/chunks/{NcBreadcrumbs--4xgDVR7.mjs.map → NcBreadcrumbs-DqRU0BfB.mjs.map} +1 -1
  307. package/dist/chunks/{NcCheckboxRadioSwitch-ymUA5BIs.mjs → NcCheckboxRadioSwitch-7Yib86y3.mjs} +6 -6
  308. package/dist/chunks/{NcCheckboxRadioSwitch-ymUA5BIs.mjs.map → NcCheckboxRadioSwitch-7Yib86y3.mjs.map} +1 -1
  309. package/dist/chunks/{NcCheckboxRadioSwitch-Ox3J2r7t.cjs → NcCheckboxRadioSwitch-Dt96X5bR.cjs} +5 -5
  310. package/dist/chunks/{NcCheckboxRadioSwitch-Ox3J2r7t.cjs.map → NcCheckboxRadioSwitch-Dt96X5bR.cjs.map} +1 -1
  311. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs +4 -0
  312. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +1 -0
  313. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs +3 -0
  314. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +1 -0
  315. package/dist/chunks/{NcColorPicker-7PNp6DUg.cjs → NcColorPicker-BVqwn1Fr.cjs} +4 -5
  316. package/dist/chunks/{NcColorPicker-1m1Xv5fE.mjs.map → NcColorPicker-BVqwn1Fr.cjs.map} +1 -1
  317. package/dist/chunks/{NcColorPicker-1m1Xv5fE.mjs → NcColorPicker-Dkxeigs5.mjs} +11 -12
  318. package/dist/chunks/{NcColorPicker-7PNp6DUg.cjs.map → NcColorPicker-Dkxeigs5.mjs.map} +1 -1
  319. package/dist/chunks/NcContent-Bmeq8hLO.cjs +80 -0
  320. package/dist/chunks/{NcContent-YJfqE5Kv.mjs.map → NcContent-Bmeq8hLO.cjs.map} +1 -1
  321. package/dist/chunks/NcContent-COIw1X7V.mjs +87 -0
  322. package/dist/chunks/{NcContent-L5DDeJmE.cjs.map → NcContent-COIw1X7V.mjs.map} +1 -1
  323. package/dist/chunks/{NcDashboardWidget-oUPY199x.mjs → NcDashboardWidget-Cxz_n1AN.mjs} +6 -6
  324. package/dist/chunks/{NcDashboardWidget-oUPY199x.mjs.map → NcDashboardWidget-Cxz_n1AN.mjs.map} +1 -1
  325. package/dist/chunks/{NcDashboardWidget-KPADyPUh.cjs → NcDashboardWidget-DArU3jbL.cjs} +3 -3
  326. package/dist/chunks/{NcDashboardWidget-KPADyPUh.cjs.map → NcDashboardWidget-DArU3jbL.cjs.map} +1 -1
  327. package/dist/chunks/{NcDashboardWidgetItem-KpDnCM7Y.cjs → NcDashboardWidgetItem-BAhzcFfs.cjs} +2 -2
  328. package/dist/chunks/{NcDashboardWidgetItem-KpDnCM7Y.cjs.map → NcDashboardWidgetItem-BAhzcFfs.cjs.map} +1 -1
  329. package/dist/chunks/{NcDashboardWidgetItem-iZA9aHuL.mjs → NcDashboardWidgetItem-BV2tuXoj.mjs} +4 -4
  330. package/dist/chunks/{NcDashboardWidgetItem-iZA9aHuL.mjs.map → NcDashboardWidgetItem-BV2tuXoj.mjs.map} +1 -1
  331. package/dist/chunks/{NcDateTime-EqdvmXRa.mjs → NcDateTime-B0oaElJX.mjs} +2 -2
  332. package/dist/chunks/{NcDateTime-EqdvmXRa.mjs.map → NcDateTime-B0oaElJX.mjs.map} +1 -1
  333. package/dist/chunks/{NcDateTime-ez2Mc6Ut.cjs → NcDateTime-Dl0XztMt.cjs} +1 -1
  334. package/dist/chunks/{NcDateTime-ez2Mc6Ut.cjs.map → NcDateTime-Dl0XztMt.cjs.map} +1 -1
  335. package/dist/chunks/{NcDialog-f6KwlaqC.cjs → NcDialog-C6nYgBDF.cjs} +3 -3
  336. package/dist/chunks/{NcDialog-f6KwlaqC.cjs.map → NcDialog-C6nYgBDF.cjs.map} +1 -1
  337. package/dist/chunks/{NcDialog-_HZnlBi4.mjs → NcDialog-D6YSjidf.mjs} +5 -5
  338. package/dist/chunks/{NcDialog-_HZnlBi4.mjs.map → NcDialog-D6YSjidf.mjs.map} +1 -1
  339. package/dist/chunks/{NcDialogButton-CtdP0-DO.cjs → NcDialogButton-D7ibBxsQ.cjs} +11 -10
  340. package/dist/chunks/{NcDialogButton-xDZQrfsw.mjs.map → NcDialogButton-D7ibBxsQ.cjs.map} +1 -1
  341. package/dist/chunks/{NcDialogButton-xDZQrfsw.mjs → NcDialogButton-DQFoaN7q.mjs} +14 -13
  342. package/dist/chunks/{NcDialogButton-CtdP0-DO.cjs.map → NcDialogButton-DQFoaN7q.mjs.map} +1 -1
  343. package/dist/chunks/{NcEmojiPicker-gZaqE1rk.cjs → NcEmojiPicker-BCdoIKXJ.cjs} +54 -52
  344. package/dist/chunks/{NcEmojiPicker-gZaqE1rk.cjs.map → NcEmojiPicker-BCdoIKXJ.cjs.map} +1 -1
  345. package/dist/chunks/{NcEmojiPicker-Qi10uLHB.mjs → NcEmojiPicker-fRx7dTTf.mjs} +12 -10
  346. package/dist/chunks/{NcEmojiPicker-Qi10uLHB.mjs.map → NcEmojiPicker-fRx7dTTf.mjs.map} +1 -1
  347. package/dist/chunks/{NcHeaderMenu-0d6eqre6.cjs → NcHeaderMenu-BUeI4DGP.cjs} +11 -9
  348. package/dist/chunks/{NcHeaderMenu-0d6eqre6.cjs.map → NcHeaderMenu-BUeI4DGP.cjs.map} +1 -1
  349. package/dist/chunks/{NcHeaderMenu-91qMsRIw.mjs → NcHeaderMenu-CXBimxcN.mjs} +11 -9
  350. package/dist/chunks/{NcHeaderMenu-91qMsRIw.mjs.map → NcHeaderMenu-CXBimxcN.mjs.map} +1 -1
  351. package/dist/chunks/{NcIconSvgWrapper-CvnWKK7h.mjs → NcIconSvgWrapper-BTdzvQGV.mjs} +3 -3
  352. package/dist/chunks/{NcIconSvgWrapper-CvnWKK7h.mjs.map → NcIconSvgWrapper-BTdzvQGV.mjs.map} +1 -1
  353. package/dist/chunks/{NcIconSvgWrapper-RwagV5P9.cjs → NcIconSvgWrapper-kIn1eQyv.cjs} +3 -3
  354. package/dist/chunks/{NcIconSvgWrapper-RwagV5P9.cjs.map → NcIconSvgWrapper-kIn1eQyv.cjs.map} +1 -1
  355. package/dist/chunks/{NcInputConfirmCancel-EgnZwbmj.mjs → NcInputConfirmCancel-BXZqwqY6.mjs} +5 -5
  356. package/dist/chunks/{NcInputConfirmCancel-EgnZwbmj.mjs.map → NcInputConfirmCancel-BXZqwqY6.mjs.map} +1 -1
  357. package/dist/chunks/{NcInputConfirmCancel-wK1KES_K.cjs → NcInputConfirmCancel-DpgXTGmT.cjs} +2 -2
  358. package/dist/chunks/{NcInputConfirmCancel-wK1KES_K.cjs.map → NcInputConfirmCancel-DpgXTGmT.cjs.map} +1 -1
  359. package/dist/chunks/{NcListItem-DwAhV_Om.mjs → NcListItem-C5oWvAZQ.mjs} +5 -5
  360. package/dist/chunks/{NcListItem-DwAhV_Om.mjs.map → NcListItem-C5oWvAZQ.mjs.map} +1 -1
  361. package/dist/chunks/{NcListItem-7wde4DHX.cjs → NcListItem-wxqWqs4s.cjs} +3 -3
  362. package/dist/chunks/{NcListItem-7wde4DHX.cjs.map → NcListItem-wxqWqs4s.cjs.map} +1 -1
  363. package/dist/chunks/{NcListItemIcon-1qPc7NDv.cjs → NcListItemIcon-DfdkSCin.cjs} +6 -5
  364. package/dist/chunks/{NcListItemIcon-1qPc7NDv.cjs.map → NcListItemIcon-DfdkSCin.cjs.map} +1 -1
  365. package/dist/chunks/{NcListItemIcon-S06TFU1A.mjs → NcListItemIcon-WH9TUCxb.mjs} +8 -7
  366. package/dist/chunks/{NcListItemIcon-S06TFU1A.mjs.map → NcListItemIcon-WH9TUCxb.mjs.map} +1 -1
  367. package/dist/chunks/{NcPasswordField-F30zJsph.mjs → NcPasswordField-BPAivxc_.mjs} +38 -38
  368. package/dist/chunks/{NcPasswordField-F30zJsph.mjs.map → NcPasswordField-BPAivxc_.mjs.map} +1 -1
  369. package/dist/chunks/{NcPasswordField-hngMvgyo.cjs → NcPasswordField-BgNcvN0V.cjs} +16 -16
  370. package/dist/chunks/{NcPasswordField-hngMvgyo.cjs.map → NcPasswordField-BgNcvN0V.cjs.map} +1 -1
  371. package/dist/chunks/{NcPopover-93ns_0K4.mjs → NcPopover--V3R3EKV.mjs} +39 -33
  372. package/dist/chunks/{NcPopover-93ns_0K4.mjs.map → NcPopover--V3R3EKV.mjs.map} +1 -1
  373. package/dist/chunks/{NcPopover-fv7OFtxM.cjs → NcPopover-h-t7Dnjk.cjs} +16 -10
  374. package/dist/chunks/{NcPopover-fv7OFtxM.cjs.map → NcPopover-h-t7Dnjk.cjs.map} +1 -1
  375. package/dist/chunks/{NcProgressBar-BthaVVHU.cjs → NcProgressBar-BYk5hfPI.cjs} +3 -3
  376. package/dist/chunks/{NcProgressBar-BthaVVHU.cjs.map → NcProgressBar-BYk5hfPI.cjs.map} +1 -1
  377. package/dist/chunks/{NcProgressBar-h2ufKS6c.mjs → NcProgressBar-DDAeXyp8.mjs} +3 -3
  378. package/dist/chunks/{NcProgressBar-h2ufKS6c.mjs.map → NcProgressBar-DDAeXyp8.mjs.map} +1 -1
  379. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs +371 -0
  380. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +1 -0
  381. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs +381 -0
  382. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +1 -0
  383. package/dist/chunks/{NcRichContenteditable-lE_j-Gfc.mjs → NcRichContenteditable-CHggLQuR.mjs} +42 -35
  384. package/dist/chunks/{NcRichContenteditable--pSQfJW9.cjs.map → NcRichContenteditable-CHggLQuR.mjs.map} +1 -1
  385. package/dist/chunks/{NcRichContenteditable--pSQfJW9.cjs → NcRichContenteditable-hT5m_2tr.cjs} +120 -113
  386. package/dist/chunks/{NcRichContenteditable-lE_j-Gfc.mjs.map → NcRichContenteditable-hT5m_2tr.cjs.map} +1 -1
  387. package/dist/chunks/{NcRichText-Vm0d22pV.mjs → NcRichText-BBXbh0Hh.mjs} +65 -62
  388. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +1 -0
  389. package/dist/chunks/{NcRichText-0eMrB-8S.cjs → NcRichText-BWX8BLVh.cjs} +53 -50
  390. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +1 -0
  391. package/dist/chunks/{NcSavingIndicatorIcon-wcQ0mBIL.cjs → NcSavingIndicatorIcon-BTvUkUn-.cjs} +1 -1
  392. package/dist/chunks/{NcSavingIndicatorIcon-wcQ0mBIL.cjs.map → NcSavingIndicatorIcon-BTvUkUn-.cjs.map} +1 -1
  393. package/dist/chunks/{NcSavingIndicatorIcon-IqoMFcDK.mjs → NcSavingIndicatorIcon-Bf0SEmgS.mjs} +1 -1
  394. package/dist/chunks/{NcSavingIndicatorIcon-IqoMFcDK.mjs.map → NcSavingIndicatorIcon-Bf0SEmgS.mjs.map} +1 -1
  395. package/dist/chunks/{NcSelect-75KHhmKy.mjs → NcSelect-BVmjiQFa.mjs} +55 -51
  396. package/dist/chunks/{NcSelect-DmqYvkx5.cjs.map → NcSelect-BVmjiQFa.mjs.map} +1 -1
  397. package/dist/chunks/{NcSelect-DmqYvkx5.cjs → NcSelect-DjTSAsNL.cjs} +50 -46
  398. package/dist/chunks/{NcSelect-75KHhmKy.mjs.map → NcSelect-DjTSAsNL.cjs.map} +1 -1
  399. package/dist/chunks/{NcSelectTags-hNbQxoKD.cjs → NcSelectTags-BJvxyO8E.cjs} +2 -11
  400. package/dist/chunks/{NcSelectTags-hNbQxoKD.cjs.map → NcSelectTags-BJvxyO8E.cjs.map} +1 -1
  401. package/dist/chunks/{NcSelectTags--fJnxT3p.mjs → NcSelectTags-Ccv-eQzZ.mjs} +4 -13
  402. package/dist/chunks/{NcSelectTags--fJnxT3p.mjs.map → NcSelectTags-Ccv-eQzZ.mjs.map} +1 -1
  403. package/dist/chunks/{NcSettingsInputText-TsKBeDLR.cjs → NcSettingsInputText-CcO2Du6E.cjs} +3 -3
  404. package/dist/chunks/{NcSettingsInputText-TsKBeDLR.cjs.map → NcSettingsInputText-CcO2Du6E.cjs.map} +1 -1
  405. package/dist/chunks/{NcSettingsInputText-UaZCytJK.mjs → NcSettingsInputText-DXxmqvcd.mjs} +4 -4
  406. package/dist/chunks/{NcSettingsInputText-UaZCytJK.mjs.map → NcSettingsInputText-DXxmqvcd.mjs.map} +1 -1
  407. package/dist/chunks/{NcSettingsSection-bupJ6Jna.mjs → NcSettingsSection-DBe4fKFA.mjs} +3 -3
  408. package/dist/chunks/{NcSettingsSection-bupJ6Jna.mjs.map → NcSettingsSection-DBe4fKFA.mjs.map} +1 -1
  409. package/dist/chunks/{NcSettingsSection-m79BAMzc.cjs → NcSettingsSection-qgIYSB_M.cjs} +3 -3
  410. package/dist/chunks/{NcSettingsSection-m79BAMzc.cjs.map → NcSettingsSection-qgIYSB_M.cjs.map} +1 -1
  411. package/dist/chunks/{NcSettingsSelectGroup--i1OpaqD.cjs → NcSettingsSelectGroup-DD8PEgvQ.cjs} +6 -6
  412. package/dist/chunks/{NcSettingsSelectGroup--i1OpaqD.cjs.map → NcSettingsSelectGroup-DD8PEgvQ.cjs.map} +1 -1
  413. package/dist/chunks/{NcSettingsSelectGroup-OBtXPYek.mjs → NcSettingsSelectGroup-d2TLOW1O.mjs} +8 -8
  414. package/dist/chunks/{NcSettingsSelectGroup-OBtXPYek.mjs.map → NcSettingsSelectGroup-d2TLOW1O.mjs.map} +1 -1
  415. package/dist/chunks/{NcTextField-J7CSrszM.mjs → NcTextField-CU-YIhL3.mjs} +4 -4
  416. package/dist/chunks/{NcTextField-J7CSrszM.mjs.map → NcTextField-CU-YIhL3.mjs.map} +1 -1
  417. package/dist/chunks/{NcTextField-_LseQJYw.cjs → NcTextField-CsnzlYWD.cjs} +2 -2
  418. package/dist/chunks/{NcTextField-_LseQJYw.cjs.map → NcTextField-CsnzlYWD.cjs.map} +1 -1
  419. package/dist/chunks/NcTimezonePicker-C-Ci2IuC.cjs +3780 -0
  420. package/dist/chunks/{NcTimezonePicker-3_GbgBdk.cjs.map → NcTimezonePicker-C-Ci2IuC.cjs.map} +1 -1
  421. package/dist/chunks/NcTimezonePicker-gvp9MAcg.mjs +3786 -0
  422. package/dist/chunks/{NcTimezonePicker-WyBb1HGy.mjs.map → NcTimezonePicker-gvp9MAcg.mjs.map} +1 -1
  423. package/dist/chunks/{NcUserBubble-dk-rgek6.cjs → NcUserBubble-COhpp9l_.cjs} +4 -3
  424. package/dist/chunks/{NcUserBubble-GvPAfzyX.mjs.map → NcUserBubble-COhpp9l_.cjs.map} +1 -1
  425. package/dist/chunks/{NcUserBubble-GvPAfzyX.mjs → NcUserBubble-CbufscPi.mjs} +6 -5
  426. package/dist/chunks/{NcUserBubble-dk-rgek6.cjs.map → NcUserBubble-CbufscPi.mjs.map} +1 -1
  427. package/dist/chunks/{NcUserStatusIcon-Y1esUu9e.mjs → NcUserStatusIcon-0SGYQL9L.mjs} +37 -54
  428. package/dist/chunks/{NcUserStatusIcon-Y1esUu9e.mjs.map → NcUserStatusIcon-0SGYQL9L.mjs.map} +1 -1
  429. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs +150 -0
  430. package/dist/chunks/{NcUserStatusIcon-vElqf2Lx.cjs.map → NcUserStatusIcon-C7dfcW39.cjs.map} +1 -1
  431. package/dist/chunks/{ScopeComponent-Cswoc9a6.cjs → ScopeComponent-CSd5rNUA.cjs} +1 -1
  432. package/dist/chunks/{ScopeComponent-Cswoc9a6.cjs.map → ScopeComponent-CSd5rNUA.cjs.map} +1 -1
  433. package/dist/chunks/{ScopeComponent-_g3nK3Vt.mjs → ScopeComponent-LxI8YPnR.mjs} +1 -1
  434. package/dist/chunks/{ScopeComponent-_g3nK3Vt.mjs.map → ScopeComponent-LxI8YPnR.mjs.map} +1 -1
  435. package/dist/chunks/_l10n-B986q8RC.cjs +66 -0
  436. package/dist/chunks/_l10n-B986q8RC.cjs.map +1 -0
  437. package/dist/chunks/_l10n-D8Scz3mH.mjs +68 -0
  438. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +1 -0
  439. package/dist/chunks/_plugin-vue2_normalizer-Bj5bLKV4.mjs.map +1 -0
  440. package/dist/chunks/_plugin-vue2_normalizer-GXKvuwrq.cjs.map +1 -0
  441. package/dist/chunks/{actionGlobal-fRayfdEK.mjs.map → actionGlobal-D49NL940.mjs.map} +1 -1
  442. package/dist/chunks/{actionGlobal-SGFis4LZ.cjs.map → actionGlobal-DL1VaQzF.cjs.map} +1 -1
  443. package/dist/chunks/{actionText-nj1gFMEY.cjs → actionText-iWNpvZuI.cjs} +1 -1
  444. package/dist/chunks/{actionText-nj1gFMEY.cjs.map → actionText-iWNpvZuI.cjs.map} +1 -1
  445. package/dist/chunks/{actionText-bMy_49i8.mjs → actionText-jLsEBszD.mjs} +1 -1
  446. package/dist/chunks/{actionText-bMy_49i8.mjs.map → actionText-jLsEBszD.mjs.map} +1 -1
  447. package/dist/chunks/{autolink-oKM43mOC.mjs.map → autolink-BtgUDDdk.mjs.map} +1 -1
  448. package/dist/chunks/{autolink-gVCgJtXh.cjs.map → autolink-D0rLUkqm.cjs.map} +1 -1
  449. package/dist/chunks/{emoji-mJIuLpNR.cjs → emoji-DEH9dtOa.cjs} +7 -6
  450. package/dist/chunks/{emoji-mJIuLpNR.cjs.map → emoji-DEH9dtOa.cjs.map} +1 -1
  451. package/dist/chunks/{emoji-tllD0Rvt.mjs → emoji-k4gWHxrE.mjs} +4 -3
  452. package/dist/chunks/{emoji-tllD0Rvt.mjs.map → emoji-k4gWHxrE.mjs.map} +1 -1
  453. package/dist/chunks/{focusTrap-Py2bQ9-r.mjs.map → focusTrap-Be9GEB5C.mjs.map} +1 -1
  454. package/dist/chunks/{focusTrap-n3H52LOw.cjs.map → focusTrap-xauhLvvr.cjs.map} +1 -1
  455. package/dist/chunks/index-Bh9FEWbr.cjs +87 -0
  456. package/dist/chunks/index-Bh9FEWbr.cjs.map +1 -0
  457. package/dist/chunks/{index-XRGLuo0a.cjs → index-CIsMzBte.cjs} +9 -11
  458. package/dist/chunks/{index-XRGLuo0a.cjs.map → index-CIsMzBte.cjs.map} +1 -1
  459. package/dist/chunks/index-CU14QsCg.mjs +88 -0
  460. package/dist/chunks/index-CU14QsCg.mjs.map +1 -0
  461. package/dist/chunks/{index-FO4BaGaF.cjs → index-Cke9rKBg.cjs} +1 -1
  462. package/dist/chunks/{index-FO4BaGaF.cjs.map → index-Cke9rKBg.cjs.map} +1 -1
  463. package/dist/chunks/{index-2phCrsSH.mjs → index-CnpswYi6.mjs} +1 -1
  464. package/dist/chunks/{index-2phCrsSH.mjs.map → index-CnpswYi6.mjs.map} +1 -1
  465. package/dist/chunks/{index-05Rfhge1.mjs → index-DYXjj9ET.mjs} +10 -12
  466. package/dist/chunks/{index-05Rfhge1.mjs.map → index-DYXjj9ET.mjs.map} +1 -1
  467. package/dist/chunks/{logger-3m1eQsSo.mjs.map → logger-C7qcfVW8.mjs.map} +1 -1
  468. package/dist/chunks/{logger-G6OKp5ly.cjs.map → logger-D9RRY4er.cjs.map} +1 -1
  469. package/dist/chunks/{referencePickerModal-TxU49swn.mjs → referencePickerModal-DUhJWt2e.mjs} +721 -659
  470. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +1 -0
  471. package/dist/chunks/{referencePickerModal-bKXpgb2c.cjs → referencePickerModal-DV7-XzCc.cjs} +377 -315
  472. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +1 -0
  473. package/dist/chunks/{usernameToColor-AinK73Yf.cjs → usernameToColor-DibvD_OP.cjs} +1 -1
  474. package/dist/chunks/{usernameToColor-AinK73Yf.cjs.map → usernameToColor-DibvD_OP.cjs.map} +1 -1
  475. package/dist/chunks/{usernameToColor-CgFQ3CLQ.mjs → usernameToColor-iYF-oKTP.mjs} +1 -1
  476. package/dist/chunks/{usernameToColor-CgFQ3CLQ.mjs.map → usernameToColor-iYF-oKTP.mjs.map} +1 -1
  477. package/dist/functions/reference/widgets.d.ts +37 -0
  478. package/dist/index.cjs +18 -17
  479. package/dist/index.cjs.map +1 -1
  480. package/dist/index.mjs +112 -111
  481. package/package.json +13 -13
  482. package/dist/chunks/NcAppNavigation-7U8buuT7.mjs.map +0 -1
  483. package/dist/chunks/NcAppNavigation-AcPesLHq.cjs.map +0 -1
  484. package/dist/chunks/NcAppNavigationItem-9n2uXjvj.mjs.map +0 -1
  485. package/dist/chunks/NcAppNavigationItem-pvFIrGQv.cjs.map +0 -1
  486. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0EjSdGnM.mjs +0 -3
  487. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0EjSdGnM.mjs.map +0 -1
  488. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0FNcC7Nt.cjs +0 -4
  489. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-0FNcC7Nt.cjs.map +0 -1
  490. package/dist/chunks/NcContent-L5DDeJmE.cjs +0 -124
  491. package/dist/chunks/NcContent-YJfqE5Kv.mjs +0 -131
  492. package/dist/chunks/NcRelatedResourcesPanel-f1Up3M7Q.cjs +0 -205
  493. package/dist/chunks/NcRelatedResourcesPanel-f1Up3M7Q.cjs.map +0 -1
  494. package/dist/chunks/NcRelatedResourcesPanel-zXNE9qiS.mjs +0 -211
  495. package/dist/chunks/NcRelatedResourcesPanel-zXNE9qiS.mjs.map +0 -1
  496. package/dist/chunks/NcRichText-0eMrB-8S.cjs.map +0 -1
  497. package/dist/chunks/NcRichText-Vm0d22pV.mjs.map +0 -1
  498. package/dist/chunks/NcTimezonePicker-3_GbgBdk.cjs +0 -7195
  499. package/dist/chunks/NcTimezonePicker-WyBb1HGy.mjs +0 -7201
  500. package/dist/chunks/NcUserStatusIcon-vElqf2Lx.cjs +0 -167
  501. package/dist/chunks/_l10n-AmjncLyn.cjs +0 -64
  502. package/dist/chunks/_l10n-AmjncLyn.cjs.map +0 -1
  503. package/dist/chunks/_l10n-Y2fvkVoK.mjs +0 -66
  504. package/dist/chunks/_l10n-Y2fvkVoK.mjs.map +0 -1
  505. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +0 -1
  506. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +0 -1
  507. package/dist/chunks/referencePickerModal-TxU49swn.mjs.map +0 -1
  508. package/dist/chunks/referencePickerModal-bKXpgb2c.cjs.map +0 -1
  509. /package/dist/assets/{NcActionButton-rOZFVQA8.css → NcActionButton-Cs5kVVAD.css} +0 -0
  510. /package/dist/assets/{NcActionButtonGroup-oXobVIqQ.css → NcActionButtonGroup-ChehtUip.css} +0 -0
  511. /package/dist/assets/{NcActionCaption-afJqyJO6.css → NcActionCaption-Bp8mrIk7.css} +0 -0
  512. /package/dist/assets/{NcActionCheckbox-6Pvlr1E7.css → NcActionCheckbox-Do--WvUT.css} +0 -0
  513. /package/dist/assets/{NcActionInput-4zSvDkWm.css → NcActionInput-DjNK8ORa.css} +0 -0
  514. /package/dist/assets/{NcActionLink-zdzQgwtH.css → NcActionLink-DN3NCDC0.css} +0 -0
  515. /package/dist/assets/{NcActionRadio-eOr9Sp-D.css → NcActionRadio-B46v1Kn4.css} +0 -0
  516. /package/dist/assets/{NcActionRouter-MFTD6tYI.css → NcActionRouter-wVMPq1gi.css} +0 -0
  517. /package/dist/assets/{NcActionSeparator-l98xWbiL.css → NcActionSeparator-CX3zFZuI.css} +0 -0
  518. /package/dist/assets/{NcActionText-GJYwsw_U.css → NcActionText-YljCzD9Q.css} +0 -0
  519. /package/dist/assets/{NcActionTextEditable-JrYuWEDd.css → NcActionTextEditable-mti5YQN1.css} +0 -0
  520. /package/dist/assets/{NcAppNavigationCaption-I1dcvB0N.css → NcAppNavigationCaption-jV1y8HQ1.css} +0 -0
  521. /package/dist/assets/{NcAppNavigationIconBullet-Nf3ARMLv.css → NcAppNavigationIconBullet-1_cBEwu8.css} +0 -0
  522. /package/dist/assets/{NcAppNavigationItem-caMsw_N_.css → NcAppNavigationItem-BxoyzD83.css} +0 -0
  523. /package/dist/assets/{NcAppNavigationNew-joyd78FM.css → NcAppNavigationNew-COjJ3vwU.css} +0 -0
  524. /package/dist/assets/{NcAppNavigationNewItem-ue-H4LQY.css → NcAppNavigationNewItem-C574fgtB.css} +0 -0
  525. /package/dist/assets/{NcAppNavigationSettings-Jx_6RpSn.css → NcAppNavigationSettings-nH_pGlKc.css} +0 -0
  526. /package/dist/assets/{NcAppNavigationSpacer-uaft91Uz.css → NcAppNavigationSpacer-C5p-33VT.css} +0 -0
  527. /package/dist/assets/{NcAppNavigationToggle-3vMKtCQL.css → NcAppNavigationToggle-De8wq0JA.css} +0 -0
  528. /package/dist/assets/{NcAppSettingsDialog-0eOo3ERv.css → NcAppSettingsDialog-DR46jcRG.css} +0 -0
  529. /package/dist/assets/{NcAppSettingsSection-ahfdhix_.css → NcAppSettingsSection-BqF92GLH.css} +0 -0
  530. /package/dist/assets/{NcAppSidebar-RkF-tqKy.css → NcAppSidebar-BGQX62or.css} +0 -0
  531. /package/dist/assets/{NcAppSidebarTab-FywbKxqo.css → NcAppSidebarTab-XLBsrGqg.css} +0 -0
  532. /package/dist/assets/{NcAvatar-5H9cqcD1.css → NcAvatar-Dkf1ypwP.css} +0 -0
  533. /package/dist/assets/{NcBreadcrumb-HspaFygg.css → NcBreadcrumb-eyloXKCC.css} +0 -0
  534. /package/dist/assets/{NcBreadcrumbs-KBV0Jccv.css → NcBreadcrumbs-oFXQlxy-.css} +0 -0
  535. /package/dist/assets/{NcButton-4Wj3KJn8.css → NcButton-DhaPcomf.css} +0 -0
  536. /package/dist/assets/{NcCheckboxRadioSwitch-mgKotCbU.css → NcCheckboxRadioSwitch-CaAqi0Jt.css} +0 -0
  537. /package/dist/assets/{NcColorPicker-jW6HOxWA.css → NcColorPicker-CNboc7FY.css} +0 -0
  538. /package/dist/assets/{NcContent-LWR23l9i.css → NcContent-tZHbeX2L.css} +0 -0
  539. /package/dist/assets/{NcCounterBubble-rgkmqN46.css → NcCounterBubble-CuCSao3j.css} +0 -0
  540. /package/dist/assets/{NcDashboardWidget-01deRW9Z.css → NcDashboardWidget-DTV15Fb1.css} +0 -0
  541. /package/dist/assets/{NcDashboardWidgetItem-OL--xR_P.css → NcDashboardWidgetItem-4v77FH89.css} +0 -0
  542. /package/dist/assets/{NcDateTimePickerNative-5yybtvfx.css → NcDateTimePickerNative-DnLJu29_.css} +0 -0
  543. /package/dist/assets/{NcDialog-DN-rY-55.css → NcDialog-M36tj7nk.css} +0 -0
  544. /package/dist/assets/{NcEllipsisedOption-eoI10kvc.css → NcEllipsisedOption-B6gjXSS9.css} +0 -0
  545. /package/dist/assets/{NcEmptyContent-pSz7F6Oe.css → NcEmptyContent-ClLPsXo5.css} +0 -0
  546. /package/dist/assets/{NcGuestContent-mGGTzI2_.css → NcGuestContent-CYYZPMjb.css} +0 -0
  547. /package/dist/assets/{NcHeaderMenu-Srn5iXdL.css → NcHeaderMenu-BKufmJd0.css} +0 -0
  548. /package/dist/assets/{NcIconSvgWrapper-KLotijwU.css → NcIconSvgWrapper-oui2KPBT.css} +0 -0
  549. /package/dist/assets/{NcInputConfirmCancel-ks8z8dIn.css → NcInputConfirmCancel-CSzzPx0i.css} +0 -0
  550. /package/dist/assets/{NcInputField-L2Lld_iG.css → NcInputField-vYuV3-IY.css} +0 -0
  551. /package/dist/assets/{NcListItem-L8LeGwpe.css → NcListItem-vwt4bCl6.css} +0 -0
  552. /package/dist/assets/{NcListItemIcon-PQ2s6ZqX.css → NcListItemIcon-9Dazpmpd.css} +0 -0
  553. /package/dist/assets/{NcLoadingIcon-hZn7TJM8.css → NcLoadingIcon-CFmftMkz.css} +0 -0
  554. /package/dist/assets/{NcMentionBubble-YYl1ib_F.css → NcMentionBubble-BhiXWJv8.css} +0 -0
  555. /package/dist/assets/{NcModal-sIK5sUoC.css → NcModal-CwgrmxSg.css} +0 -0
  556. /package/dist/assets/{NcNoteCard-f0NZpwjL.css → NcNoteCard-B_Q1mnCM.css} +0 -0
  557. /package/dist/assets/{NcPopover-MK4GcuPY.css → NcPopover-wrgZy49g.css} +0 -0
  558. /package/dist/assets/{NcProgressBar-w4-G5gQR.css → NcProgressBar-DDj4bmBB.css} +0 -0
  559. /package/dist/assets/{NcRichContenteditable-rW6l0h3m.css → NcRichContenteditable-CtbqXSHe.css} +0 -0
  560. /package/dist/assets/{NcSettingsInputText-MPi6a3Yy.css → NcSettingsInputText-w-LprdjK.css} +0 -0
  561. /package/dist/assets/{NcSettingsSection-PEWm0eeL.css → NcSettingsSection-8RabR54v.css} +0 -0
  562. /package/dist/assets/{NcSettingsSelectGroup-_Jpb8yE3.css → NcSettingsSelectGroup-D8mlvzIT.css} +0 -0
  563. /package/dist/assets/{NcTextArea-4rVwq6GK.css → NcTextArea-DitXCroY.css} +0 -0
  564. /package/dist/assets/{NcUserBubble-jjzI5imn.css → NcUserBubble-COPMjmKa.css} +0 -0
  565. /package/dist/assets/{NcUserStatusIcon-62u43_6P.css → NcUserStatusIcon-Dra7jf_o.css} +0 -0
  566. /package/dist/assets/{Tooltip-wOLIuz0Q.css → Tooltip-DA4si7PR.css} +0 -0
  567. /package/dist/chunks/{GenRandomId-ULxaMkkr.cjs → GenRandomId-B2O1GMbH.cjs} +0 -0
  568. /package/dist/chunks/{GenRandomId-VodkdWbp.mjs → GenRandomId-BW3iYFf9.mjs} +0 -0
  569. /package/dist/chunks/{Linkify-V7PfCeZ8.mjs → Linkify-BaDLLFxP.mjs} +0 -0
  570. /package/dist/chunks/{Linkify-f3s3nAe_.cjs → Linkify-Dola0NBa.cjs} +0 -0
  571. /package/dist/chunks/{_plugin-vue2_normalizer-u6G_3nkj.mjs → _plugin-vue2_normalizer-Bj5bLKV4.mjs} +0 -0
  572. /package/dist/chunks/{_plugin-vue2_normalizer-DCfUPqga.cjs → _plugin-vue2_normalizer-GXKvuwrq.cjs} +0 -0
  573. /package/dist/chunks/{actionGlobal-fRayfdEK.mjs → actionGlobal-D49NL940.mjs} +0 -0
  574. /package/dist/chunks/{actionGlobal-SGFis4LZ.cjs → actionGlobal-DL1VaQzF.cjs} +0 -0
  575. /package/dist/chunks/{autolink-oKM43mOC.mjs → autolink-BtgUDDdk.mjs} +0 -0
  576. /package/dist/chunks/{autolink-gVCgJtXh.cjs → autolink-D0rLUkqm.cjs} +0 -0
  577. /package/dist/chunks/{focusTrap-Py2bQ9-r.mjs → focusTrap-Be9GEB5C.mjs} +0 -0
  578. /package/dist/chunks/{focusTrap-n3H52LOw.cjs → focusTrap-xauhLvvr.cjs} +0 -0
  579. /package/dist/chunks/{logger-3m1eQsSo.mjs → logger-C7qcfVW8.mjs} +0 -0
  580. /package/dist/chunks/{logger-G6OKp5ly.cjs → logger-D9RRY4er.cjs} +0 -0
@@ -1,19 +1,19 @@
1
- require('../assets/referencePickerModal-A0PlFUEI.css');
1
+ require('../assets/referencePickerModal-C1KJzICb.css');
2
2
  "use strict";
3
- const x = require("../Functions/registerReference.cjs"), L = require("./_plugin-vue2_normalizer-DCfUPqga.cjs"), y = require("./_l10n-AmjncLyn.cjs"), kt = require("@nextcloud/axios"), Ke = require("@nextcloud/initial-state"), F = require("@nextcloud/router"), ve = require("../Components/NcEmptyContent.cjs"), Je = require("./index-FO4BaGaF.cjs"), Xe = require("./NcSelect-DmqYvkx5.cjs"), xt = require("./autolink-gVCgJtXh.cjs"), Nt = require("@vueuse/core"), $t = require("../Components/NcLoadingIcon.cjs"), Lt = require("./NcTextField-_LseQJYw.cjs"), Ot = require("./DotsHorizontal-6hepLUSS.cjs"), Tt = require("../Components/NcButton.cjs"), At = require("../Components/NcModal.cjs"), It = require("@nextcloud/event-bus"), qt = require("./ArrowLeft-fC5aEWWu.cjs"), Vt = require("./Close-dotk0707.cjs"), Bt = require("vue"), Ye = (t) => t && t.__esModule ? t : { default: t }, me = /* @__PURE__ */ Ye(kt), jt = /* @__PURE__ */ Ye(Bt);
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);
4
4
  /*!
5
5
  * vue-router v3.6.5
6
6
  * (c) 2022 Evan You
7
7
  * @license MIT
8
8
  */
9
- function q(t, e) {
9
+ function A(t, e) {
10
10
  if (!t)
11
11
  throw new Error("[vue-router] " + e);
12
12
  }
13
- function R(t, e) {
13
+ function P(t, e) {
14
14
  t || typeof console < "u" && console.warn("[vue-router] " + e);
15
15
  }
16
- function k(t, e) {
16
+ function x(t, e) {
17
17
  for (var r in e)
18
18
  t[r] = e[r];
19
19
  return t;
@@ -27,35 +27,35 @@ function le(t) {
27
27
  try {
28
28
  return decodeURIComponent(t);
29
29
  } catch {
30
- process.env.NODE_ENV !== "production" && R(!1, 'Error decoding "' + t + '". Leaving it intact.');
30
+ process.env.NODE_ENV !== "production" && P(!1, 'Error decoding "' + t + '". Leaving it intact.');
31
31
  }
32
32
  return t;
33
33
  }
34
34
  function Dt(t, e, r) {
35
35
  e === void 0 && (e = {});
36
- var n = r || Ft, i;
36
+ var n = r || Wt, i;
37
37
  try {
38
38
  i = n(t || "");
39
39
  } catch (a) {
40
- process.env.NODE_ENV !== "production" && R(!1, a.message), i = {};
40
+ process.env.NODE_ENV !== "production" && P(!1, a.message), i = {};
41
41
  }
42
42
  for (var s in e) {
43
43
  var o = e[s];
44
- i[s] = Array.isArray(o) ? o.map(Ne) : Ne(o);
44
+ i[s] = Array.isArray(o) ? o.map($e) : $e(o);
45
45
  }
46
46
  return i;
47
47
  }
48
- var Ne = function(t) {
48
+ var $e = function(t) {
49
49
  return t == null || typeof t == "object" ? t : String(t);
50
50
  };
51
- function Ft(t) {
51
+ function Wt(t) {
52
52
  var e = {};
53
53
  return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
54
54
  var n = r.replace(/\+/g, " ").split("="), i = le(n.shift()), s = n.length > 0 ? le(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
  }
58
- function Wt(t) {
58
+ function Ft(t) {
59
59
  var e = t ? Object.keys(t).map(function(r) {
60
60
  var n = t[r];
61
61
  if (n === void 0)
@@ -88,10 +88,10 @@ function ee(t, e, r, n) {
88
88
  hash: e.hash || "",
89
89
  query: s,
90
90
  params: e.params || {},
91
- fullPath: $e(e, i),
91
+ fullPath: Le(e, i),
92
92
  matched: t ? Ht(t) : []
93
93
  };
94
- return r && (o.redirectedFrom = $e(r, i)), Object.freeze(o);
94
+ return r && (o.redirectedFrom = Le(r, i)), Object.freeze(o);
95
95
  }
96
96
  function fe(t) {
97
97
  if (Array.isArray(t))
@@ -104,7 +104,7 @@ function fe(t) {
104
104
  } else
105
105
  return t;
106
106
  }
107
- var I = ee(null, {
107
+ var V = ee(null, {
108
108
  path: "/"
109
109
  });
110
110
  function Ht(t) {
@@ -112,16 +112,16 @@ function Ht(t) {
112
112
  e.unshift(t), t = t.parent;
113
113
  return e;
114
114
  }
115
- function $e(t, e) {
115
+ function Le(t, e) {
116
116
  var r = t.path, n = t.query;
117
117
  n === void 0 && (n = {});
118
118
  var i = t.hash;
119
119
  i === void 0 && (i = "");
120
- var s = e || Wt;
120
+ var s = e || Ft;
121
121
  return (r || "/") + s(n) + i;
122
122
  }
123
- function Ze(t, e, r) {
124
- return e === I ? 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 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;
125
125
  }
126
126
  function Q(t, e) {
127
127
  if (t === void 0 && (t = {}), e === void 0 && (e = {}), !t || !e)
@@ -146,7 +146,7 @@ function Qt(t, e) {
146
146
  return !1;
147
147
  return !0;
148
148
  }
149
- function et(t) {
149
+ function rt(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,30 +177,30 @@ 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 && Le(l, o, p.route, p.configProps), a(l, o, i)) : a();
180
+ return l ? (p.configProps && Oe(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)
184
184
  return d[c] = null, a();
185
185
  d[c] = { component: g }, o.registerRouteInstance = function(_, C) {
186
- var P = f.instances[c];
187
- (C && P !== _ || !C && P === _) && (f.instances[c] = C);
186
+ var R = f.instances[c];
187
+ (C && R !== _ || !C && R === _) && (f.instances[c] = C);
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), et(u);
191
+ _.data.keepAlive && _.componentInstance && _.componentInstance !== f.instances[c] && (f.instances[c] = _.componentInstance), rt(u);
192
192
  };
193
193
  var w = f.props && f.props[c];
194
- return w && (k(d[c], {
194
+ return w && (x(d[c], {
195
195
  route: u,
196
196
  configProps: w
197
- }), Le(g, o, u, w)), a(g, o, i);
197
+ }), Oe(g, o, u, w)), a(g, o, i);
198
198
  }
199
199
  };
200
- function Le(t, e, r, n) {
200
+ function Oe(t, e, r, n) {
201
201
  var i = e.props = Jt(r, n);
202
202
  if (i) {
203
- i = e.props = k({}, i);
203
+ i = e.props = x({}, i);
204
204
  var s = e.attrs = e.attrs || {};
205
205
  for (var o in i)
206
206
  (!t.props || !(o in t.props)) && (s[o] = i[o], delete i[o]);
@@ -217,13 +217,13 @@ function Jt(t, e) {
217
217
  case "boolean":
218
218
  return e ? t.params : void 0;
219
219
  default:
220
- process.env.NODE_ENV !== "production" && R(
220
+ process.env.NODE_ENV !== "production" && P(
221
221
  !1,
222
222
  'props in "' + t.path + '" is a ' + typeof e + ", expecting an object, function or boolean."
223
223
  );
224
224
  }
225
225
  }
226
- function tt(t, e, r) {
226
+ function nt(t, e, r) {
227
227
  var n = t.charAt(0);
228
228
  if (n === "/")
229
229
  return t;
@@ -252,7 +252,7 @@ function O(t) {
252
252
  }
253
253
  var te = Array.isArray || function(t) {
254
254
  return Object.prototype.toString.call(t) == "[object Array]";
255
- }, M = it, Yt = ge, Zt = nr, er = rt, tr = nt, rr = new RegExp([
255
+ }, M = ot, Yt = ge, Zt = nr, er = it, tr = st, 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
  "(\\\\.)",
@@ -273,22 +273,22 @@ function ge(t, e) {
273
273
  }
274
274
  var m = t[i], h = a[2], v = a[3], p = a[4], l = a[5], f = a[6], g = a[7];
275
275
  s && (r.push(s), s = "");
276
- var w = h != null && m != null && m !== h, _ = f === "+" || f === "*", C = f === "?" || f === "*", P = a[2] || o, E = p || l;
276
+ var w = h != null && m != null && m !== h, _ = f === "+" || f === "*", C = f === "?" || f === "*", R = a[2] || o, E = p || l;
277
277
  r.push({
278
278
  name: v || n++,
279
279
  prefix: h || "",
280
- delimiter: P,
280
+ delimiter: R,
281
281
  optional: C,
282
282
  repeat: _,
283
283
  partial: w,
284
284
  asterisk: !!g,
285
- pattern: E ? or(E) : g ? ".*" : "[^" + K(P) + "]+?"
285
+ pattern: E ? or(E) : g ? ".*" : "[^" + K(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 rt(ge(t, e), e);
291
+ return it(ge(t, e), e);
292
292
  }
293
293
  function ir(t) {
294
294
  return encodeURI(t).replace(/[\/?#]/g, function(e) {
@@ -300,7 +300,7 @@ function sr(t) {
300
300
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
301
301
  });
302
302
  }
303
- function rt(t, e) {
303
+ function it(t, e) {
304
304
  for (var r = new Array(t.length), n = 0; n < t.length; n++)
305
305
  typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", _e(e)));
306
306
  return function(i, s) {
@@ -369,14 +369,14 @@ function ar(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(it(t[i], e, r).source);
372
+ n.push(ot(t[i], e, r).source);
373
373
  var s = new RegExp("(?:" + n.join("|") + ")", _e(r));
374
374
  return ye(s, e);
375
375
  }
376
376
  function ur(t, e, r) {
377
- return nt(ge(t, r), e, r);
377
+ return st(ge(t, r), e, r);
378
378
  }
379
- function nt(t, e, r) {
379
+ function st(t, e, r) {
380
380
  te(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++) {
@@ -391,7 +391,7 @@ function nt(t, e, r) {
391
391
  var d = K(r.delimiter || "/"), m = s.slice(-d.length) === d;
392
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);
393
393
  }
394
- function it(t, e, r) {
394
+ function ot(t, e, r) {
395
395
  return te(e) || (r = /** @type {!Object} */
396
396
  e || r, e = []), r = r || {}, t instanceof RegExp ? ar(
397
397
  t,
@@ -415,14 +415,14 @@ M.parse = Yt;
415
415
  M.compile = Zt;
416
416
  M.tokensToFunction = er;
417
417
  M.tokensToRegExp = tr;
418
- var Oe = /* @__PURE__ */ Object.create(null);
418
+ var Te = /* @__PURE__ */ Object.create(null);
419
419
  function J(t, e, r) {
420
420
  e = e || {};
421
421
  try {
422
- var n = Oe[t] || (Oe[t] = M.compile(t));
422
+ var n = Te[t] || (Te[t] = M.compile(t));
423
423
  return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
424
424
  } catch (i) {
425
- return process.env.NODE_ENV !== "production" && R(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
425
+ return process.env.NODE_ENV !== "production" && P(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
426
426
  } finally {
427
427
  delete e[0];
428
428
  }
@@ -432,23 +432,23 @@ function we(t, e, r, n) {
432
432
  if (i._normalized)
433
433
  return i;
434
434
  if (i.name) {
435
- i = k({}, t);
435
+ i = x({}, t);
436
436
  var s = i.params;
437
- return s && typeof s == "object" && (i.params = k({}, s)), i;
437
+ return s && typeof s == "object" && (i.params = x({}, s)), i;
438
438
  }
439
439
  if (!i.path && i.params && e) {
440
- i = k({}, i), i._normalized = !0;
441
- var o = k(k({}, e.params), i.params);
440
+ i = x({}, i), i._normalized = !0;
441
+ var o = x(x({}, e.params), i.params);
442
442
  if (e.name)
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
446
  i.path = J(a, o, "path " + e.path);
447
447
  } else
448
- process.env.NODE_ENV !== "production" && R(!1, "relative params navigation requires a current route.");
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 ? tt(c.path, u, r || i.append) : u, m = Dt(
451
+ var c = Xt(i.path || ""), u = e && e.path || "/", d = c.path ? nt(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], Te = function() {
464
- }, Ae, Ie, qe, be = {
463
+ var lr = [String, Object], fr = [String, Array], Ie = function() {
464
+ }, Ve, Ae, qe, be = {
465
465
  name: "RouterLink",
466
466
  props: {
467
467
  to: {
@@ -493,45 +493,43 @@ var lr = [String, Object], fr = [String, Array], Te = 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 ?? "router-link-active", v = m ?? "router-link-exact-active", p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? ee(null, we(a.redirectedFrom), null, n) : a;
497
- u[l] = Ze(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Gt(i, f);
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
498
  var g = u[l] ? this.ariaCurrentValue : null, w = function(ue) {
499
- Ve(ue) && (r.replace ? n.replace(o, Te) : n.push(o, Te));
500
- }, _ = { click: Ve };
499
+ Be(ue) && (r.replace ? n.replace(o, Ie) : n.push(o, Ie));
500
+ }, _ = { click: Be };
501
501
  Array.isArray(this.event) ? this.event.forEach(function(ue) {
502
502
  _[ue] = w;
503
503
  }) : _[this.event] = w;
504
- var C = { class: u }, P = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
504
+ var C = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
505
505
  href: c,
506
506
  route: a,
507
507
  navigate: w,
508
508
  isActive: u[p],
509
509
  isExactActive: u[l]
510
510
  });
511
- if (P) {
512
- if (process.env.NODE_ENV !== "production" && !this.custom && (!Ae && R(!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:
513
- <router-link v-slot="{ navigate, href }" custom></router-link>
514
- `), Ae = !0), P.length === 1)
515
- return P[0];
516
- if (P.length > 1 || !P.length)
517
- return process.env.NODE_ENV !== "production" && R(
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)
513
+ return R[0];
514
+ if (R.length > 1 || !R.length)
515
+ return process.env.NODE_ENV !== "production" && P(
518
516
  !1,
519
- '<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.`
520
- ), P.length === 0 ? e() : e("span", {}, P);
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
+ ), R.length === 0 ? e() : e("span", {}, R);
521
519
  }
522
- if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ie && (R(
520
+ if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ae && (P(
523
521
  !1,
524
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."
525
- ), Ie = !0), "event" in this.$options.propsData && !qe && (R(
523
+ ), Ae = !0), "event" in this.$options.propsData && !qe && (P(
526
524
  !1,
527
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."
528
526
  ), qe = !0)), this.tag === "a")
529
527
  C.on = _, C.attrs = { href: c, "aria-current": g };
530
528
  else {
531
- var E = st(this.$slots.default);
529
+ var E = at(this.$slots.default);
532
530
  if (E) {
533
531
  E.isStatic = !1;
534
- var S = E.data = k({}, E.data);
532
+ var S = E.data = x({}, E.data);
535
533
  S.on = S.on || {};
536
534
  for (var $ in S.on) {
537
535
  var U = S.on[$];
@@ -539,7 +537,7 @@ var lr = [String, Object], fr = [String, Array], Te = function() {
539
537
  }
540
538
  for (var H in _)
541
539
  H in S.on ? S.on[H].push(_[H]) : S.on[H] = w;
542
- var xe = E.data.attrs = k({}, E.data.attrs);
540
+ var xe = E.data.attrs = x({}, E.data.attrs);
543
541
  xe.href = c, xe["aria-current"] = g;
544
542
  } else
545
543
  C.on = _;
@@ -547,7 +545,7 @@ var lr = [String, Object], fr = [String, Array], Te = function() {
547
545
  return e(this.tag, C, this.$slots.default);
548
546
  }
549
547
  };
550
- function Ve(t) {
548
+ function Be(t) {
551
549
  if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
552
550
  if (t.currentTarget && t.currentTarget.getAttribute) {
553
551
  var e = t.currentTarget.getAttribute("target");
@@ -557,10 +555,10 @@ function Ve(t) {
557
555
  return t.preventDefault && t.preventDefault(), !0;
558
556
  }
559
557
  }
560
- function st(t) {
558
+ function at(t) {
561
559
  if (t) {
562
560
  for (var e, r = 0; r < t.length; r++)
563
- if (e = t[r], e.tag === "a" || e.children && (e = st(e.children)))
561
+ if (e = t[r], e.tag === "a" || e.children && (e = at(e.children)))
564
562
  return e;
565
563
  }
566
564
  }
@@ -594,7 +592,7 @@ function ne(t) {
594
592
  n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
595
593
  }
596
594
  }
597
- var W = typeof window < "u";
595
+ var F = typeof window < "u";
598
596
  function G(t, e, r, n, i) {
599
597
  var s = e || [], o = r || /* @__PURE__ */ Object.create(null), a = n || /* @__PURE__ */ Object.create(null);
600
598
  t.forEach(function(h) {
@@ -609,10 +607,8 @@ function G(t, e, r, n, i) {
609
607
  if (d.length > 0) {
610
608
  var m = d.map(function(h) {
611
609
  return "- " + h;
612
- }).join(`
613
- `);
614
- R(!1, `Non-nested routes must include a leading slash character. Fix the following routes:
615
- ` + m);
610
+ }).join("\n");
611
+ P(!1, "Non-nested routes must include a leading slash character. Fix the following routes: \n" + m);
616
612
  }
617
613
  }
618
614
  return {
@@ -623,17 +619,17 @@ function G(t, e, r, n, i) {
623
619
  }
624
620
  function he(t, e, r, n, i, s) {
625
621
  var o = n.path, a = n.name;
626
- process.env.NODE_ENV !== "production" && (q(o != null, '"path" is required in a route configuration.'), q(
622
+ process.env.NODE_ENV !== "production" && (A(o != null, '"path" is required in a route configuration.'), A(
627
623
  typeof n.component != "string",
628
624
  'route config "component" for path: ' + String(
629
625
  o || a
630
626
  ) + " cannot be a string id. Use an actual component instead."
631
- ), R(
627
+ ), P(
632
628
  // eslint-disable-next-line no-control-regex
633
629
  !/[^\u0000-\u007F]+/.test(o),
634
630
  'Route with path "' + o + '" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path.'
635
631
  ));
636
- var c = n.pathToRegexpOptions || {}, u = pr(o, i, c.strict);
632
+ var c = n.pathToRegexpOptions || {}, u = dr(o, i, c.strict);
637
633
  typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
638
634
  var d = {
639
635
  path: u,
@@ -652,9 +648,9 @@ function he(t, e, r, n, i, s) {
652
648
  };
653
649
  if (n.children && (process.env.NODE_ENV !== "production" && n.name && !n.redirect && n.children.some(function(l) {
654
650
  return /^\/?$/.test(l.path);
655
- }) && R(
651
+ }) && P(
656
652
  !1,
657
- "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.`
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."
658
654
  ), n.children.forEach(function(l) {
659
655
  var f = s ? O(s + "/" + l.path) : void 0;
660
656
  he(t, e, r, l, d, f);
@@ -662,7 +658,7 @@ function he(t, e, r, n, i, s) {
662
658
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
663
659
  var v = m[h];
664
660
  if (process.env.NODE_ENV !== "production" && v === o) {
665
- R(
661
+ P(
666
662
  !1,
667
663
  'Found an alias with the same value as the path: "' + o + '". You have to remove that alias. It will be ignored in development.'
668
664
  );
@@ -682,7 +678,7 @@ function he(t, e, r, n, i, s) {
682
678
  // matchAs
683
679
  );
684
680
  }
685
- a && (r[a] ? process.env.NODE_ENV !== "production" && !s && R(
681
+ a && (r[a] ? process.env.NODE_ENV !== "production" && !s && P(
686
682
  !1,
687
683
  'Duplicate named routes definition: { name: "' + a + '", path: "' + d.path + '" }'
688
684
  ) : r[a] = d);
@@ -692,7 +688,7 @@ function hr(t, e) {
692
688
  if (process.env.NODE_ENV !== "production") {
693
689
  var n = /* @__PURE__ */ Object.create(null);
694
690
  r.keys.forEach(function(i) {
695
- R(
691
+ P(
696
692
  !n[i.name],
697
693
  'Duplicate param keys in route with path: "' + t + '"'
698
694
  ), n[i.name] = !0;
@@ -700,10 +696,10 @@ function hr(t, e) {
700
696
  }
701
697
  return r;
702
698
  }
703
- function pr(t, e, r) {
699
+ function dr(t, e, r) {
704
700
  return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
705
701
  }
706
- function dr(t, e) {
702
+ function pr(t, e) {
707
703
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
708
704
  function o(v) {
709
705
  G(v, n, i, s);
@@ -730,7 +726,7 @@ function dr(t, e) {
730
726
  var f = we(v, p, !1, e), g = f.name;
731
727
  if (g) {
732
728
  var w = s[g];
733
- if (process.env.NODE_ENV !== "production" && R(w, "Route with name '" + g + "' does not exist"), !w)
729
+ if (process.env.NODE_ENV !== "production" && P(w, "Route with name '" + g + "' does not exist"), !w)
734
730
  return h(null, f);
735
731
  var _ = w.regex.keys.filter(function($) {
736
732
  return !$.optional;
@@ -743,8 +739,8 @@ function dr(t, e) {
743
739
  return f.path = J(w.path, f.params, 'named route "' + g + '"'), h(w, f, l);
744
740
  } else if (f.path) {
745
741
  f.params = {};
746
- for (var P = 0; P < n.length; P++) {
747
- var E = n[P], S = i[E];
742
+ for (var R = 0; R < n.length; R++) {
743
+ var E = n[R], S = i[E];
748
744
  if (vr(S.regex, f.path, f.params))
749
745
  return h(S, f, l);
750
746
  }
@@ -754,18 +750,18 @@ function dr(t, e) {
754
750
  function d(v, p) {
755
751
  var l = v.redirect, f = typeof l == "function" ? l(ee(v, p, null, e)) : l;
756
752
  if (typeof f == "string" && (f = { path: f }), !f || typeof f != "object")
757
- return process.env.NODE_ENV !== "production" && R(
753
+ return process.env.NODE_ENV !== "production" && P(
758
754
  !1,
759
755
  "invalid redirect option: " + JSON.stringify(f)
760
756
  ), h(null, p);
761
- var g = f, w = g.name, _ = g.path, C = p.query, P = p.hash, E = p.params;
762
- if (C = g.hasOwnProperty("query") ? g.query : C, P = g.hasOwnProperty("hash") ? g.hash : P, E = g.hasOwnProperty("params") ? g.params : E, w) {
757
+ var g = f, w = g.name, _ = g.path, C = p.query, R = p.hash, E = p.params;
758
+ if (C = g.hasOwnProperty("query") ? g.query : C, R = g.hasOwnProperty("hash") ? g.hash : R, E = g.hasOwnProperty("params") ? g.params : E, w) {
763
759
  var S = s[w];
764
- return process.env.NODE_ENV !== "production" && q(S, 'redirect failed: named route "' + w + '" not found.'), u({
760
+ return process.env.NODE_ENV !== "production" && A(S, 'redirect failed: named route "' + w + '" not found.'), u({
765
761
  _normalized: !0,
766
762
  name: w,
767
763
  query: C,
768
- hash: P,
764
+ hash: R,
769
765
  params: E
770
766
  }, void 0, p);
771
767
  } else if (_) {
@@ -774,10 +770,10 @@ function dr(t, e) {
774
770
  _normalized: !0,
775
771
  path: U,
776
772
  query: C,
777
- hash: P
773
+ hash: R
778
774
  }, void 0, p);
779
775
  } else
780
- return process.env.NODE_ENV !== "production" && R(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
776
+ return process.env.NODE_ENV !== "production" && P(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
781
777
  }
782
778
  function m(v, p, l) {
783
779
  var f = J(l, p.params, 'aliased route with path "' + l + '"'), g = u({
@@ -814,31 +810,31 @@ function vr(t, e, r) {
814
810
  return !0;
815
811
  }
816
812
  function mr(t, e) {
817
- return tt(t, e.parent ? e.parent.path : "/", !0);
813
+ return nt(t, e.parent ? e.parent.path : "/", !0);
818
814
  }
819
- var gr = W && window.performance && window.performance.now ? window.performance : Date;
820
- function ot() {
815
+ var gr = F && window.performance && window.performance.now ? window.performance : Date;
816
+ function ct() {
821
817
  return gr.now().toFixed(3);
822
818
  }
823
- var at = ot();
819
+ var ut = ct();
824
820
  function oe() {
825
- return at;
821
+ return ut;
826
822
  }
827
- function ct(t) {
828
- return at = t;
823
+ function lt(t) {
824
+ return ut = t;
829
825
  }
830
- var ut = /* @__PURE__ */ Object.create(null);
831
- function lt() {
826
+ var ft = /* @__PURE__ */ Object.create(null);
827
+ function ht() {
832
828
  "scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
833
- var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = k({}, window.history.state);
834
- return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", Be), function() {
835
- window.removeEventListener("popstate", Be);
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);
836
832
  };
837
833
  }
838
834
  function T(t, e, r, n) {
839
835
  if (t.app) {
840
836
  var i = t.options.scrollBehavior;
841
- i && (process.env.NODE_ENV !== "production" && q(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
837
+ i && (process.env.NODE_ENV !== "production" && A(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
842
838
  var s = yr(), o = i.call(
843
839
  t,
844
840
  e,
@@ -846,27 +842,27 @@ function T(t, e, r, n) {
846
842
  n ? s : null
847
843
  );
848
844
  o && (typeof o.then == "function" ? o.then(function(a) {
849
- Ue(a, s);
845
+ ze(a, s);
850
846
  }).catch(function(a) {
851
- process.env.NODE_ENV !== "production" && q(!1, a.toString());
852
- }) : Ue(o, s));
847
+ process.env.NODE_ENV !== "production" && A(!1, a.toString());
848
+ }) : ze(o, s));
853
849
  }));
854
850
  }
855
851
  }
856
- function ft() {
852
+ function dt() {
857
853
  var t = oe();
858
- t && (ut[t] = {
854
+ t && (ft[t] = {
859
855
  x: window.pageXOffset,
860
856
  y: window.pageYOffset
861
857
  });
862
858
  }
863
- function Be(t) {
864
- ft(), t.state && t.state.key && ct(t.state.key);
859
+ function je(t) {
860
+ dt(), t.state && t.state.key && lt(t.state.key);
865
861
  }
866
862
  function yr() {
867
863
  var t = oe();
868
864
  if (t)
869
- return ut[t];
865
+ return ft[t];
870
866
  }
871
867
  function _r(t, e) {
872
868
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
@@ -875,10 +871,10 @@ function _r(t, e) {
875
871
  y: i.top - n.top - e.y
876
872
  };
877
873
  }
878
- function je(t) {
874
+ function Me(t) {
879
875
  return j(t.x) || j(t.y);
880
876
  }
881
- function Me(t) {
877
+ function Ue(t) {
882
878
  return {
883
879
  x: j(t.x) ? t.x : window.pageXOffset,
884
880
  y: j(t.y) ? t.y : window.pageYOffset
@@ -894,7 +890,7 @@ function j(t) {
894
890
  return typeof t == "number";
895
891
  }
896
892
  var br = /^#\d/;
897
- function Ue(t, e) {
893
+ function ze(t, e) {
898
894
  var r = typeof t == "object";
899
895
  if (r && typeof t.selector == "string") {
900
896
  var n = br.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
@@ -902,9 +898,9 @@ function Ue(t, e) {
902
898
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
903
899
  i = wr(i), e = _r(n, i);
904
900
  } else
905
- je(t) && (e = Me(t));
901
+ Me(t) && (e = Ue(t));
906
902
  } else
907
- r && je(t) && (e = Me(t));
903
+ r && Me(t) && (e = Ue(t));
908
904
  e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
909
905
  left: e.x,
910
906
  top: e.y,
@@ -912,27 +908,27 @@ function Ue(t, e) {
912
908
  behavior: t.behavior
913
909
  }) : window.scrollTo(e.x, e.y));
914
910
  }
915
- var A = W && function() {
911
+ var I = F && function() {
916
912
  var t = window.navigator.userAgent;
917
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";
918
914
  }();
919
915
  function ie(t, e) {
920
- ft();
916
+ dt();
921
917
  var r = window.history;
922
918
  try {
923
919
  if (e) {
924
- var n = k({}, r.state);
920
+ var n = x({}, r.state);
925
921
  n.key = oe(), r.replaceState(n, "", t);
926
922
  } else
927
- r.pushState({ key: ct(ot()) }, "", t);
923
+ r.pushState({ key: lt(ct()) }, "", t);
928
924
  } catch {
929
925
  window.location[e ? "replace" : "assign"](t);
930
926
  }
931
927
  }
932
- function pe(t) {
928
+ function de(t) {
933
929
  ie(t, !0);
934
930
  }
935
- var V = {
931
+ var q = {
936
932
  redirected: 2,
937
933
  aborted: 4,
938
934
  cancelled: 8,
@@ -942,34 +938,34 @@ function Cr(t, e) {
942
938
  return ae(
943
939
  t,
944
940
  e,
945
- V.redirected,
946
- 'Redirected when going from "' + t.fullPath + '" to "' + Sr(
941
+ q.redirected,
942
+ 'Redirected when going from "' + t.fullPath + '" to "' + kr(
947
943
  e
948
944
  ) + '" via a navigation guard.'
949
945
  );
950
946
  }
951
- function Pr(t, e) {
947
+ function Rr(t, e) {
952
948
  var r = ae(
953
949
  t,
954
950
  e,
955
- V.duplicated,
951
+ q.duplicated,
956
952
  'Avoided redundant navigation to current location: "' + t.fullPath + '".'
957
953
  );
958
954
  return r.name = "NavigationDuplicated", r;
959
955
  }
960
- function ze(t, e) {
956
+ function De(t, e) {
961
957
  return ae(
962
958
  t,
963
959
  e,
964
- V.cancelled,
960
+ q.cancelled,
965
961
  'Navigation cancelled from "' + t.fullPath + '" to "' + e.fullPath + '" with a new navigation.'
966
962
  );
967
963
  }
968
- function Rr(t, e) {
964
+ function Pr(t, e) {
969
965
  return ae(
970
966
  t,
971
967
  e,
972
- V.aborted,
968
+ q.aborted,
973
969
  'Navigation aborted from "' + t.fullPath + '" to "' + e.fullPath + '" via a navigation guard.'
974
970
  );
975
971
  }
@@ -978,7 +974,7 @@ function ae(t, e, r, n) {
978
974
  return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
979
975
  }
980
976
  var Er = ["params", "query", "hash"];
981
- function Sr(t) {
977
+ function kr(t) {
982
978
  if (typeof t == "string")
983
979
  return t;
984
980
  if ("path" in t)
@@ -994,7 +990,7 @@ function se(t) {
994
990
  function ce(t, e) {
995
991
  return se(t) && t._isRouter && (e == null || t.type === e);
996
992
  }
997
- function De(t, e, r) {
993
+ function We(t, e, r) {
998
994
  var n = function(i) {
999
995
  i >= t.length ? r() : t[i] ? e(t[i], function() {
1000
996
  n(i + 1);
@@ -1002,17 +998,17 @@ function De(t, e, r) {
1002
998
  };
1003
999
  n(0);
1004
1000
  }
1005
- function kr(t) {
1001
+ function Sr(t) {
1006
1002
  return function(e, r, n) {
1007
1003
  var i = !1, s = 0, o = null;
1008
- ht(t, function(a, c, u, d) {
1004
+ pt(t, function(a, c, u, d) {
1009
1005
  if (typeof a == "function" && a.cid === void 0) {
1010
1006
  i = !0, s++;
1011
1007
  var m = Fe(function(l) {
1012
1008
  Nr(l) && (l = l.default), a.resolved = typeof l == "function" ? l : re.extend(l), u.components[d] = l, s--, s <= 0 && n();
1013
1009
  }), h = Fe(function(l) {
1014
1010
  var f = "Failed to resolve async component " + d + ": " + l;
1015
- process.env.NODE_ENV !== "production" && R(!1, f), o || (o = se(l) ? l : new Error(f), n(o));
1011
+ process.env.NODE_ENV !== "production" && P(!1, f), o || (o = se(l) ? l : new Error(f), n(o));
1016
1012
  }), v;
1017
1013
  try {
1018
1014
  v = a(m, h);
@@ -1030,8 +1026,8 @@ function kr(t) {
1030
1026
  }), i || n();
1031
1027
  };
1032
1028
  }
1033
- function ht(t, e) {
1034
- return pt(t.map(function(r) {
1029
+ function pt(t, e) {
1030
+ return vt(t.map(function(r) {
1035
1031
  return Object.keys(r.components).map(function(n) {
1036
1032
  return e(
1037
1033
  r.components[n],
@@ -1042,7 +1038,7 @@ function ht(t, e) {
1042
1038
  });
1043
1039
  }));
1044
1040
  }
1045
- function pt(t) {
1041
+ function vt(t) {
1046
1042
  return Array.prototype.concat.apply([], t);
1047
1043
  }
1048
1044
  var xr = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
@@ -1059,7 +1055,7 @@ function Fe(t) {
1059
1055
  };
1060
1056
  }
1061
1057
  var N = function(e, r) {
1062
- this.router = e, this.base = $r(r), this.current = I, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1058
+ this.router = e, this.base = $r(r), this.current = V, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1063
1059
  };
1064
1060
  N.prototype.listen = function(e) {
1065
1061
  this.cb = e;
@@ -1090,7 +1086,7 @@ N.prototype.transitionTo = function(e, r, n) {
1090
1086
  }));
1091
1087
  },
1092
1088
  function(a) {
1093
- n && n(a), a && !i.ready && (!ce(a, V.redirected) || o !== I) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1089
+ n && n(a), a && !i.ready && (!ce(a, q.redirected) || o !== V) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1094
1090
  c(a);
1095
1091
  }));
1096
1092
  }
@@ -1102,11 +1098,11 @@ N.prototype.confirmTransition = function(e, r, n) {
1102
1098
  var o = function(l) {
1103
1099
  !ce(l) && se(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
1104
1100
  f(l);
1105
- }) : (process.env.NODE_ENV !== "production" && R(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1101
+ }) : (process.env.NODE_ENV !== "production" && P(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1106
1102
  }, a = e.matched.length - 1, c = s.matched.length - 1;
1107
- if (Ze(e, s) && // in the case the route map has been dynamically appended to
1103
+ if (tt(e, s) && // in the case the route map has been dynamically appended to
1108
1104
  a === c && e.matched[a] === s.matched[c])
1109
- return this.ensureURL(), e.hash && T(this.router, s, e, !1), o(Pr(s, e));
1105
+ return this.ensureURL(), e.hash && T(this.router, s, e, !1), o(Rr(s, e));
1110
1106
  var u = Lr(
1111
1107
  this.current.matched,
1112
1108
  e.matched
@@ -1116,31 +1112,31 @@ N.prototype.confirmTransition = function(e, r, n) {
1116
1112
  // global before hooks
1117
1113
  this.router.beforeHooks,
1118
1114
  // in-component update hooks
1119
- Ar(d),
1115
+ Ir(d),
1120
1116
  // in-config enter guards
1121
1117
  h.map(function(l) {
1122
1118
  return l.beforeEnter;
1123
1119
  }),
1124
1120
  // async components
1125
- kr(h)
1121
+ Sr(h)
1126
1122
  ), p = function(l, f) {
1127
1123
  if (i.pending !== e)
1128
- return o(ze(s, e));
1124
+ return o(De(s, e));
1129
1125
  try {
1130
1126
  l(e, s, function(g) {
1131
- g === !1 ? (i.ensureURL(!0), o(Rr(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))) : 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);
1132
1128
  });
1133
1129
  } catch (g) {
1134
1130
  o(g);
1135
1131
  }
1136
1132
  };
1137
- De(v, p, function() {
1138
- var l = Ir(h), f = l.concat(i.router.resolveHooks);
1139
- De(f, p, function() {
1133
+ We(v, p, function() {
1134
+ var l = Vr(h), f = l.concat(i.router.resolveHooks);
1135
+ We(f, p, function() {
1140
1136
  if (i.pending !== e)
1141
- return o(ze(s, e));
1137
+ return o(De(s, e));
1142
1138
  i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
1143
- et(e);
1139
+ rt(e);
1144
1140
  });
1145
1141
  });
1146
1142
  });
@@ -1153,11 +1149,11 @@ N.prototype.setupListeners = function() {
1153
1149
  N.prototype.teardown = function() {
1154
1150
  this.listeners.forEach(function(e) {
1155
1151
  e();
1156
- }), this.listeners = [], this.current = I, this.pending = null;
1152
+ }), this.listeners = [], this.current = V, this.pending = null;
1157
1153
  };
1158
1154
  function $r(t) {
1159
1155
  if (!t)
1160
- if (W) {
1156
+ if (F) {
1161
1157
  var e = document.querySelector("base");
1162
1158
  t = e && e.getAttribute("href") || "/", t = t.replace(/^https?:\/\/[^\/]+/, "");
1163
1159
  } else
@@ -1175,58 +1171,58 @@ function Lr(t, e) {
1175
1171
  };
1176
1172
  }
1177
1173
  function Ce(t, e, r, n) {
1178
- var i = ht(t, function(s, o, a, c) {
1174
+ var i = pt(t, function(s, o, a, c) {
1179
1175
  var u = Or(s, e);
1180
1176
  if (u)
1181
1177
  return Array.isArray(u) ? u.map(function(d) {
1182
1178
  return r(d, o, a, c);
1183
1179
  }) : r(u, o, a, c);
1184
1180
  });
1185
- return pt(n ? i.reverse() : i);
1181
+ return vt(n ? i.reverse() : i);
1186
1182
  }
1187
1183
  function Or(t, e) {
1188
1184
  return typeof t != "function" && (t = re.extend(t)), t.options[e];
1189
1185
  }
1190
1186
  function Tr(t) {
1191
- return Ce(t, "beforeRouteLeave", dt, !0);
1187
+ return Ce(t, "beforeRouteLeave", mt, !0);
1192
1188
  }
1193
- function Ar(t) {
1194
- return Ce(t, "beforeRouteUpdate", dt);
1189
+ function Ir(t) {
1190
+ return Ce(t, "beforeRouteUpdate", mt);
1195
1191
  }
1196
- function dt(t, e) {
1192
+ function mt(t, e) {
1197
1193
  if (e)
1198
1194
  return function() {
1199
1195
  return t.apply(e, arguments);
1200
1196
  };
1201
1197
  }
1202
- function Ir(t) {
1198
+ function Vr(t) {
1203
1199
  return Ce(
1204
1200
  t,
1205
1201
  "beforeRouteEnter",
1206
1202
  function(e, r, n, i) {
1207
- return qr(e, n, i);
1203
+ return Ar(e, n, i);
1208
1204
  }
1209
1205
  );
1210
1206
  }
1211
- function qr(t, e, r) {
1207
+ function Ar(t, e, r) {
1212
1208
  return function(i, s, o) {
1213
1209
  return t(i, s, function(a) {
1214
1210
  typeof a == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(a)), o(a);
1215
1211
  });
1216
1212
  };
1217
1213
  }
1218
- var vt = /* @__PURE__ */ function(t) {
1214
+ var gt = /* @__PURE__ */ function(t) {
1219
1215
  function e(r, n) {
1220
1216
  t.call(this, r, n), this._startLocation = D(this.base);
1221
1217
  }
1222
1218
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1223
1219
  var n = this;
1224
1220
  if (!(this.listeners.length > 0)) {
1225
- var i = this.router, s = i.options.scrollBehavior, o = A && s;
1226
- o && this.listeners.push(lt());
1221
+ var i = this.router, s = i.options.scrollBehavior, o = I && s;
1222
+ o && this.listeners.push(ht());
1227
1223
  var a = function() {
1228
1224
  var c = n.current, u = D(n.base);
1229
- n.current === I && u === n._startLocation || n.transitionTo(u, function(d) {
1225
+ n.current === V && u === n._startLocation || n.transitionTo(u, function(d) {
1230
1226
  o && T(i, d, c, !0);
1231
1227
  });
1232
1228
  };
@@ -1244,12 +1240,12 @@ var vt = /* @__PURE__ */ function(t) {
1244
1240
  }, e.prototype.replace = function(n, i, s) {
1245
1241
  var o = this, a = this, c = a.current;
1246
1242
  this.transitionTo(n, function(u) {
1247
- pe(O(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1243
+ de(O(o.base + u.fullPath)), T(o.router, u, c, !1), i && i(u);
1248
1244
  }, s);
1249
1245
  }, e.prototype.ensureURL = function(n) {
1250
1246
  if (D(this.base) !== this.current.fullPath) {
1251
1247
  var i = O(this.base + this.current.fullPath);
1252
- n ? ie(i) : pe(i);
1248
+ n ? ie(i) : de(i);
1253
1249
  }
1254
1250
  }, e.prototype.getCurrentLocation = function() {
1255
1251
  return D(this.base);
@@ -1259,21 +1255,21 @@ function D(t) {
1259
1255
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1260
1256
  return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1261
1257
  }
1262
- var mt = /* @__PURE__ */ function(t) {
1258
+ var yt = /* @__PURE__ */ function(t) {
1263
1259
  function e(r, n, i) {
1264
- t.call(this, r, n), !(i && Vr(this.base)) && We();
1260
+ t.call(this, r, n), !(i && qr(this.base)) && He();
1265
1261
  }
1266
1262
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1267
1263
  var n = this;
1268
1264
  if (!(this.listeners.length > 0)) {
1269
- var i = this.router, s = i.options.scrollBehavior, o = A && s;
1270
- o && this.listeners.push(lt());
1265
+ var i = this.router, s = i.options.scrollBehavior, o = I && s;
1266
+ o && this.listeners.push(ht());
1271
1267
  var a = function() {
1272
1268
  var u = n.current;
1273
- We() && n.transitionTo(X(), function(d) {
1274
- o && T(n.router, d, u, !0), A || Y(d.fullPath);
1269
+ He() && n.transitionTo(X(), function(d) {
1270
+ o && T(n.router, d, u, !0), I || Y(d.fullPath);
1275
1271
  });
1276
- }, c = A ? "popstate" : "hashchange";
1272
+ }, c = I ? "popstate" : "hashchange";
1277
1273
  window.addEventListener(
1278
1274
  c,
1279
1275
  a
@@ -1286,7 +1282,7 @@ var mt = /* @__PURE__ */ function(t) {
1286
1282
  this.transitionTo(
1287
1283
  n,
1288
1284
  function(u) {
1289
- He(u.fullPath), T(o.router, u, c, !1), i && i(u);
1285
+ Ge(u.fullPath), T(o.router, u, c, !1), i && i(u);
1290
1286
  },
1291
1287
  s
1292
1288
  );
@@ -1303,17 +1299,17 @@ var mt = /* @__PURE__ */ function(t) {
1303
1299
  window.history.go(n);
1304
1300
  }, e.prototype.ensureURL = function(n) {
1305
1301
  var i = this.current.fullPath;
1306
- X() !== i && (n ? He(i) : Y(i));
1302
+ X() !== i && (n ? Ge(i) : Y(i));
1307
1303
  }, e.prototype.getCurrentLocation = function() {
1308
1304
  return X();
1309
1305
  }, e;
1310
1306
  }(N);
1311
- function Vr(t) {
1307
+ function qr(t) {
1312
1308
  var e = D(t);
1313
1309
  if (!/^\/#/.test(e))
1314
1310
  return window.location.replace(O(t + "/#" + e)), !0;
1315
1311
  }
1316
- function We() {
1312
+ function He() {
1317
1313
  var t = X();
1318
1314
  return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
1319
1315
  }
@@ -1321,15 +1317,15 @@ function X() {
1321
1317
  var t = window.location.href, e = t.indexOf("#");
1322
1318
  return e < 0 ? "" : (t = t.slice(e + 1), t);
1323
1319
  }
1324
- function de(t) {
1320
+ function pe(t) {
1325
1321
  var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
1326
1322
  return n + "#" + t;
1327
1323
  }
1328
- function He(t) {
1329
- A ? ie(de(t)) : window.location.hash = t;
1324
+ function Ge(t) {
1325
+ I ? ie(pe(t)) : window.location.hash = t;
1330
1326
  }
1331
1327
  function Y(t) {
1332
- A ? pe(de(t)) : window.location.replace(de(t));
1328
+ I ? de(pe(t)) : window.location.replace(pe(t));
1333
1329
  }
1334
1330
  var Br = /* @__PURE__ */ function(t) {
1335
1331
  function e(r, n) {
@@ -1366,7 +1362,7 @@ var Br = /* @__PURE__ */ function(t) {
1366
1362
  });
1367
1363
  },
1368
1364
  function(a) {
1369
- ce(a, V.duplicated) && (i.index = s);
1365
+ ce(a, q.duplicated) && (i.index = s);
1370
1366
  }
1371
1367
  );
1372
1368
  }
@@ -1376,31 +1372,31 @@ var Br = /* @__PURE__ */ function(t) {
1376
1372
  }, e.prototype.ensureURL = function() {
1377
1373
  }, e;
1378
1374
  }(N), b = function t(e) {
1379
- e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && R(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = dr(e.routes || [], this);
1375
+ e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && P(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = pr(e.routes || [], this);
1380
1376
  var r = e.mode || "hash";
1381
- switch (this.fallback = r === "history" && !A && e.fallback !== !1, this.fallback && (r = "hash"), W || (r = "abstract"), this.mode = r, r) {
1377
+ switch (this.fallback = r === "history" && !I && e.fallback !== !1, this.fallback && (r = "hash"), F || (r = "abstract"), this.mode = r, r) {
1382
1378
  case "history":
1383
- this.history = new vt(this, e.base);
1379
+ this.history = new gt(this, e.base);
1384
1380
  break;
1385
1381
  case "hash":
1386
- this.history = new mt(this, e.base, this.fallback);
1382
+ this.history = new yt(this, e.base, this.fallback);
1387
1383
  break;
1388
1384
  case "abstract":
1389
1385
  this.history = new Br(this, e.base);
1390
1386
  break;
1391
1387
  default:
1392
- process.env.NODE_ENV !== "production" && q(!1, "invalid mode: " + r);
1388
+ process.env.NODE_ENV !== "production" && A(!1, "invalid mode: " + r);
1393
1389
  }
1394
- }, gt = { currentRoute: { configurable: !0 } };
1390
+ }, _t = { currentRoute: { configurable: !0 } };
1395
1391
  b.prototype.match = function(e, r, n) {
1396
1392
  return this.matcher.match(e, r, n);
1397
1393
  };
1398
- gt.currentRoute.get = function() {
1394
+ _t.currentRoute.get = function() {
1399
1395
  return this.history && this.history.current;
1400
1396
  };
1401
1397
  b.prototype.init = function(e) {
1402
1398
  var r = this;
1403
- if (process.env.NODE_ENV !== "production" && q(
1399
+ if (process.env.NODE_ENV !== "production" && A(
1404
1400
  ne.installed,
1405
1401
  "not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."
1406
1402
  ), this.apps.push(e), e.$once("hook:destroyed", function() {
@@ -1409,9 +1405,9 @@ b.prototype.init = function(e) {
1409
1405
  }), !this.app) {
1410
1406
  this.app = e;
1411
1407
  var n = this.history;
1412
- if (n instanceof vt || n instanceof mt) {
1408
+ if (n instanceof gt || n instanceof yt) {
1413
1409
  var i = function(o) {
1414
- var a = n.current, c = r.options.scrollBehavior, u = A && c;
1410
+ var a = n.current, c = r.options.scrollBehavior, u = I && c;
1415
1411
  u && "fullPath" in o && T(r, o, a, !1);
1416
1412
  }, s = function(o) {
1417
1413
  n.setupListeners(), i(o);
@@ -1430,13 +1426,13 @@ b.prototype.init = function(e) {
1430
1426
  }
1431
1427
  };
1432
1428
  b.prototype.beforeEach = function(e) {
1433
- return Pe(this.beforeHooks, e);
1429
+ return Re(this.beforeHooks, e);
1434
1430
  };
1435
1431
  b.prototype.beforeResolve = function(e) {
1436
- return Pe(this.resolveHooks, e);
1432
+ return Re(this.resolveHooks, e);
1437
1433
  };
1438
1434
  b.prototype.afterEach = function(e) {
1439
- return Pe(this.afterHooks, e);
1435
+ return Re(this.afterHooks, e);
1440
1436
  };
1441
1437
  b.prototype.onReady = function(e, r) {
1442
1438
  this.history.onReady(e, r);
@@ -1496,13 +1492,13 @@ b.prototype.getRoutes = function() {
1496
1492
  return this.matcher.getRoutes();
1497
1493
  };
1498
1494
  b.prototype.addRoute = function(e, r) {
1499
- this.matcher.addRoute(e, r), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
1495
+ this.matcher.addRoute(e, r), this.history.current !== V && this.history.transitionTo(this.history.getCurrentLocation());
1500
1496
  };
1501
1497
  b.prototype.addRoutes = function(e) {
1502
- process.env.NODE_ENV !== "production" && R(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
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());
1503
1499
  };
1504
- Object.defineProperties(b.prototype, gt);
1505
- function Pe(t, e) {
1500
+ Object.defineProperties(b.prototype, _t);
1501
+ function Re(t, e) {
1506
1502
  return t.push(e), function() {
1507
1503
  var r = t.indexOf(e);
1508
1504
  r > -1 && t.splice(r, 1);
@@ -1515,25 +1511,50 @@ function jr(t, e, r) {
1515
1511
  b.install = ne;
1516
1512
  b.version = "3.6.5";
1517
1513
  b.isNavigationFailure = ce;
1518
- b.NavigationFailureType = V;
1519
- b.START_LOCATION = I;
1520
- W && window.Vue && window.Vue.use(b);
1514
+ b.NavigationFailureType = q;
1515
+ b.START_LOCATION = V;
1516
+ F && window.Vue && window.Vue.use(b);
1517
+ y.register(y.t20);
1521
1518
  const Mr = {
1522
1519
  name: "NcReferenceWidget",
1520
+ components: {
1521
+ NcButton: Ze
1522
+ },
1523
1523
  props: {
1524
1524
  reference: {
1525
1525
  type: Object,
1526
1526
  required: !0
1527
+ },
1528
+ interactive: {
1529
+ type: Boolean,
1530
+ default: !0
1531
+ },
1532
+ interactiveOptIn: {
1533
+ type: Boolean,
1534
+ default: !1
1527
1535
  }
1528
1536
  },
1529
1537
  data() {
1530
1538
  return {
1531
- compact: 3
1539
+ compact: 3,
1540
+ showInteractive: !1,
1541
+ isVisible: !1,
1542
+ rendered: !1,
1543
+ enableLabel: y.t("Enable interactive view")
1532
1544
  };
1533
1545
  },
1534
1546
  computed: {
1547
+ isInteractive() {
1548
+ return !this.interactiveOptIn && this.interactive || this.showInteractive;
1549
+ },
1550
+ hasFullWidth() {
1551
+ return k.hasFullWidth(this.reference.richObjectType);
1552
+ },
1535
1553
  hasCustomWidget() {
1536
- return x.isWidgetRegistered(this.reference.richObjectType);
1554
+ return k.isWidgetRegistered(this.reference.richObjectType);
1555
+ },
1556
+ hasInteractiveView() {
1557
+ return k.isWidgetRegistered(this.reference.richObjectType) && k.hasInteractiveView(this.reference.richObjectType);
1537
1558
  },
1538
1559
  noAccess() {
1539
1560
  return this.reference && !this.reference.accessible;
@@ -1554,7 +1575,7 @@ const Mr = {
1554
1575
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1555
1576
  },
1556
1577
  route() {
1557
- return xt.getRoute(this.$router, this.reference.openGraphObject.link);
1578
+ return $t.getRoute(this.$router, this.reference.openGraphObject.link);
1558
1579
  },
1559
1580
  referenceWidgetLinkComponent() {
1560
1581
  return this.route ? be : "a";
@@ -1563,36 +1584,64 @@ const Mr = {
1563
1584
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
1564
1585
  }
1565
1586
  },
1587
+ watch: {
1588
+ isVisible: {
1589
+ handler(t) {
1590
+ if (!t) {
1591
+ this.destroyWidget();
1592
+ return;
1593
+ }
1594
+ this.renderWidget();
1595
+ },
1596
+ immediate: !0
1597
+ }
1598
+ },
1566
1599
  mounted() {
1567
- this.renderWidget(), Nt.useResizeObserver(this.$el, (t) => {
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) => {
1568
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;
1569
1605
  });
1570
1606
  },
1571
1607
  beforeDestroy() {
1572
- x.destroyWidget(this.reference.richObjectType, this.$el);
1608
+ this.destroyWidget();
1573
1609
  },
1574
1610
  methods: {
1611
+ enableInteractive() {
1612
+ this.showInteractive = !0, this.renderWidget();
1613
+ },
1575
1614
  renderWidget() {
1576
- this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), this?.reference?.richObjectType !== "open-graph" && this.$nextTick(() => {
1577
- x.renderWidget(this.$refs.customWidget, this.reference);
1615
+ var e;
1616
+ if (this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), ((e = this == null ? void 0 : this.reference) == null ? void 0 : e.richObjectType) === "open-graph")
1617
+ return;
1618
+ const t = document.createElement("div");
1619
+ this.$refs.customWidget.appendChild(t), this.$nextTick(() => {
1620
+ k.renderWidget(t, {
1621
+ ...this.reference,
1622
+ interactive: this.isInteractive
1623
+ }), this.rendered = !0;
1578
1624
  });
1625
+ },
1626
+ destroyWidget() {
1627
+ this.rendered && (k.destroyWidget(this.reference.richObjectType, this.$el), this.rendered = !1);
1579
1628
  }
1580
1629
  }
1581
1630
  };
1582
1631
  var Ur = function() {
1583
1632
  var e = this, r = e._self._c;
1584
- return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom" }, [r("div", { ref: "customWidget" })]) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(e._s(e.reference.openGraphObject.name))]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(e._s(e.reference.openGraphObject.description))]), r("p", { staticClass: "widget-default--link" }, [e._v(e._s(e.compactLink))])])]) : e._e()], 1);
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);
1585
1634
  }, zr = [], Dr = /* @__PURE__ */ L.normalizeComponent(
1586
1635
  Mr,
1587
1636
  Ur,
1588
1637
  zr,
1589
1638
  !1,
1590
1639
  null,
1591
- "38b1d56a",
1640
+ "ac43d4a5",
1592
1641
  null,
1593
1642
  null
1594
1643
  );
1595
- const yt = Dr.exports, Fr = {
1644
+ const wt = Dr.exports, Wr = {
1596
1645
  name: "NcCustomPickerElement",
1597
1646
  props: {
1598
1647
  /**
@@ -1609,7 +1658,7 @@ const yt = Dr.exports, Fr = {
1609
1658
  ],
1610
1659
  data() {
1611
1660
  return {
1612
- isRegistered: x.isCustomPickerElementRegistered(this.provider.id),
1661
+ isRegistered: k.isCustomPickerElementRegistered(this.provider.id),
1613
1662
  renderResult: null
1614
1663
  };
1615
1664
  },
@@ -1617,15 +1666,16 @@ const yt = Dr.exports, Fr = {
1617
1666
  this.isRegistered && this.renderElement();
1618
1667
  },
1619
1668
  beforeDestroy() {
1620
- this.isRegistered && x.destroyCustomPickerElement(this.provider.id, this.$el, this.renderResult);
1669
+ this.isRegistered && k.destroyCustomPickerElement(this.provider.id, this.$el, this.renderResult);
1621
1670
  },
1622
1671
  methods: {
1623
1672
  renderElement() {
1624
1673
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
1625
- const t = x.renderCustomPickerElement(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1674
+ const t = k.renderCustomPickerElement(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1626
1675
  Promise.resolve(t).then((e) => {
1627
- this.renderResult = e, this.renderResult.object?._isVue && this.renderResult.object?.$on && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (r) => {
1628
- this.onSubmit(r.detail);
1676
+ var r, n;
1677
+ this.renderResult = e, (r = this.renderResult.object) != null && r._isVue && ((n = this.renderResult.object) != null && n.$on) && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (i) => {
1678
+ this.onSubmit(i.detail);
1629
1679
  }), this.renderResult.element.addEventListener("cancel", this.onCancel);
1630
1680
  });
1631
1681
  },
@@ -1637,12 +1687,12 @@ const yt = Dr.exports, Fr = {
1637
1687
  }
1638
1688
  }
1639
1689
  };
1640
- var Wr = function() {
1690
+ var Fr = function() {
1641
1691
  var e = this, r = e._self._c;
1642
1692
  return r("div", { ref: "domElement" });
1643
1693
  }, Hr = [], Gr = /* @__PURE__ */ L.normalizeComponent(
1644
- Fr,
1645
1694
  Wr,
1695
+ Fr,
1646
1696
  Hr,
1647
1697
  !1,
1648
1698
  null,
@@ -1652,58 +1702,58 @@ var Wr = function() {
1652
1702
  );
1653
1703
  const Qr = Gr.exports;
1654
1704
  y.register(y.t7);
1655
- const Re = "any-link", _t = {
1656
- id: Re,
1705
+ const Pe = "any-link", bt = {
1706
+ id: Pe,
1657
1707
  title: y.t("Any link"),
1658
- icon_url: F.imagePath("core", "filetypes/link.svg")
1708
+ icon_url: W.imagePath("core", "filetypes/link.svg")
1659
1709
  };
1660
- window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Ke.loadState("core", "reference-provider-list", []));
1661
- window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Ke.loadState("core", "reference-provider-timestamps", {}));
1662
- function wt(t) {
1663
- return t === Re ? _t : Ee().find((e) => e.id === t);
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);
1664
1714
  }
1665
1715
  function Ee() {
1666
1716
  return window._vue_richtext_reference_providers.filter((t) => {
1667
- const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || x.isCustomPickerElementRegistered(t.id);
1717
+ const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || k.isCustomPickerElementRegistered(t.id);
1668
1718
  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;
1669
1719
  });
1670
1720
  }
1671
- function bt(t) {
1721
+ function Rt(t) {
1672
1722
  const e = window._vue_richtext_reference_provider_timestamps;
1673
1723
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1674
1724
  const i = e[r.id], s = e[n.id];
1675
1725
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1676
1726
  });
1677
1727
  }
1678
- function Ct(t, e = null) {
1679
- const r = Ee(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = bt(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1680
- return (t === "" || a.length === 0) && a.push(_t), a;
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;
1681
1731
  }
1682
1732
  function Kr(t) {
1683
1733
  const e = Math.floor(Date.now() / 1e3), r = {
1684
1734
  timestamp: e
1685
- }, n = F.generateOcsUrl("references/provider/{providerId}", { providerId: t });
1735
+ }, n = W.generateOcsUrl("references/provider/{providerId}", { providerId: t });
1686
1736
  me.default.put(n, r).then((i) => {
1687
1737
  window._vue_richtext_reference_provider_timestamps[t] = e;
1688
1738
  });
1689
1739
  }
1690
- let Ge = 0;
1691
- function Pt(t, e) {
1740
+ let Qe = 0;
1741
+ function Et(t, e) {
1692
1742
  return function() {
1693
1743
  const r = this, n = arguments;
1694
- clearTimeout(Ge), Ge = setTimeout(function() {
1744
+ clearTimeout(Qe), Qe = setTimeout(function() {
1695
1745
  t.apply(r, n);
1696
1746
  }, e || 0);
1697
1747
  };
1698
1748
  }
1699
- function Se(t) {
1749
+ function ke(t) {
1700
1750
  try {
1701
1751
  return !!new URL(t);
1702
1752
  } catch {
1703
1753
  return !1;
1704
1754
  }
1705
1755
  }
1706
- y.register(y.t33, y.t36);
1756
+ y.register(y.t34, y.t38);
1707
1757
  const Jr = {
1708
1758
  name: "LinkVariantIcon",
1709
1759
  emits: ["click"],
@@ -1736,13 +1786,13 @@ var Xr = function() {
1736
1786
  null,
1737
1787
  null
1738
1788
  );
1739
- const ke = Zr.exports, en = {
1789
+ const Se = Zr.exports, en = {
1740
1790
  name: "NcProviderList",
1741
1791
  components: {
1742
- NcSelect: Xe.NcSelect,
1743
- NcHighlight: Je.NcHighlight,
1792
+ NcSelect: Ye.NcSelect,
1793
+ NcHighlight: Xe.NcHighlight,
1744
1794
  NcEmptyContent: ve,
1745
- LinkVariantIcon: ke
1795
+ LinkVariantIcon: Se
1746
1796
  },
1747
1797
  emits: [
1748
1798
  "select-provider",
@@ -1759,17 +1809,18 @@ const ke = Zr.exports, en = {
1759
1809
  computed: {
1760
1810
  options() {
1761
1811
  const t = [];
1762
- return this.query !== "" && Se(this.query) && t.push({
1812
+ return this.query !== "" && ke(this.query) && t.push({
1763
1813
  id: this.query,
1764
1814
  title: this.query,
1765
1815
  isLink: !0
1766
- }), t.push(...Ct(this.query)), t;
1816
+ }), t.push(...Pt(this.query)), t;
1767
1817
  }
1768
1818
  },
1769
1819
  methods: {
1770
1820
  focus() {
1771
1821
  setTimeout(() => {
1772
- this.$refs["provider-select"]?.$el?.querySelector("#provider-select-input")?.focus();
1822
+ var t, e, r;
1823
+ (r = (e = (t = this.$refs["provider-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#provider-select-input")) == null || r.focus();
1773
1824
  }, 300);
1774
1825
  },
1775
1826
  onProviderSelected(t) {
@@ -1800,15 +1851,15 @@ var tn = function() {
1800
1851
  null
1801
1852
  );
1802
1853
  const sn = nn.exports;
1803
- y.register(y.t20);
1854
+ y.register(y.t21);
1804
1855
  const on = {
1805
1856
  name: "NcRawLinkInput",
1806
1857
  components: {
1807
- LinkVariantIcon: ke,
1858
+ LinkVariantIcon: Se,
1808
1859
  NcEmptyContent: ve,
1809
- NcLoadingIcon: $t,
1810
- NcReferenceWidget: yt,
1811
- NcTextField: Lt.NcTextField
1860
+ NcLoadingIcon: Lt,
1861
+ NcReferenceWidget: wt,
1862
+ NcTextField: Ot.NcTextField
1812
1863
  },
1813
1864
  props: {
1814
1865
  /**
@@ -1833,12 +1884,13 @@ const on = {
1833
1884
  },
1834
1885
  computed: {
1835
1886
  isLinkValid() {
1836
- return Se(this.inputValue);
1887
+ return ke(this.inputValue);
1837
1888
  }
1838
1889
  },
1839
1890
  methods: {
1840
1891
  focus() {
1841
- this.$refs["url-input"].$el.getElementsByTagName("input")[0]?.focus();
1892
+ var t;
1893
+ (t = this.$refs["url-input"].$el.getElementsByTagName("input")[0]) == null || t.focus();
1842
1894
  },
1843
1895
  onSubmit(t) {
1844
1896
  const e = t.target.value;
@@ -1848,12 +1900,12 @@ const on = {
1848
1900
  this.inputValue = "", this.reference = null;
1849
1901
  },
1850
1902
  onInput() {
1851
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Pt(() => {
1903
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Et(() => {
1852
1904
  this.updateReference();
1853
1905
  }, 500)();
1854
1906
  },
1855
1907
  updateReference() {
1856
- this.loading = !0, this.abortController = new AbortController(), me.default.get(F.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1908
+ this.loading = !0, this.abortController = new AbortController(), me.default.get(W.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1857
1909
  signal: this.abortController.signal
1858
1910
  }).then((t) => {
1859
1911
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1887,7 +1939,7 @@ var an = function() {
1887
1939
  const ln = un.exports, fn = {
1888
1940
  name: "NcSearchResult",
1889
1941
  components: {
1890
- NcHighlight: Je.NcHighlight
1942
+ NcHighlight: Xe.NcHighlight
1891
1943
  },
1892
1944
  props: {
1893
1945
  /**
@@ -1910,25 +1962,25 @@ const ln = un.exports, fn = {
1910
1962
  var hn = function() {
1911
1963
  var e = this, r = e._self._c;
1912
1964
  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)])]);
1913
- }, pn = [], dn = /* @__PURE__ */ L.normalizeComponent(
1965
+ }, dn = [], pn = /* @__PURE__ */ L.normalizeComponent(
1914
1966
  fn,
1915
1967
  hn,
1916
- pn,
1968
+ dn,
1917
1969
  !1,
1918
1970
  null,
1919
1971
  "7a394a58",
1920
1972
  null,
1921
1973
  null
1922
1974
  );
1923
- const vn = dn.exports;
1924
- y.register(y.t26, y.t33, y.t34);
1925
- const Qe = 5, mn = {
1975
+ const vn = pn.exports;
1976
+ y.register(y.t27, y.t34, y.t36);
1977
+ const Ke = 5, mn = {
1926
1978
  name: "NcSearch",
1927
1979
  components: {
1928
- LinkVariantIcon: ke,
1929
- DotsHorizontalIcon: Ot.DotsHorizontal,
1980
+ LinkVariantIcon: Se,
1981
+ DotsHorizontalIcon: Tt.DotsHorizontal,
1930
1982
  NcEmptyContent: ve,
1931
- NcSelect: Xe.NcSelect,
1983
+ NcSelect: Ye.NcSelect,
1932
1984
  NcSearchResult: vn
1933
1985
  },
1934
1986
  props: {
@@ -1974,7 +2026,7 @@ const Qe = 5, mn = {
1974
2026
  if (this.searchQuery === "")
1975
2027
  return [];
1976
2028
  const t = [];
1977
- return Se(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2029
+ return ke(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
1978
2030
  },
1979
2031
  rawLinkEntry() {
1980
2032
  return {
@@ -2026,14 +2078,15 @@ const Qe = 5, mn = {
2026
2078
  },
2027
2079
  focus() {
2028
2080
  setTimeout(() => {
2029
- this.$refs["search-select"]?.$el?.querySelector("#search-select-input")?.focus();
2081
+ var t, e, r;
2082
+ (r = (e = (t = this.$refs["search-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#search-select-input")) == null || r.focus();
2030
2083
  }, 300);
2031
2084
  },
2032
2085
  cancelSearchRequests() {
2033
2086
  this.abortController && this.abortController.abort();
2034
2087
  },
2035
2088
  onSearchInput(t, e) {
2036
- this.searchQuery = t, Pt(() => {
2089
+ this.searchQuery = t, Et(() => {
2037
2090
  this.updateSearch();
2038
2091
  }, 500)();
2039
2092
  },
@@ -2053,14 +2106,15 @@ const Qe = 5, mn = {
2053
2106
  return this.searchProviders();
2054
2107
  },
2055
2108
  searchProviders(t = null) {
2109
+ var r, n;
2056
2110
  this.abortController = new AbortController(), this.searching = !0;
2057
- const e = t === null ? [...this.searchProviderIds].map((r) => this.searchOneProvider(r)) : [this.searchOneProvider(t, this.resultsBySearchProvider[t]?.cursor ?? null)];
2058
- return Promise.allSettled(e).then((r) => {
2059
- !!r.find((i) => i.status === "rejected" && (i.reason.name === "CanceledError" || i.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
2111
+ const e = t === null ? [...this.searchProviderIds].map((i) => this.searchOneProvider(i)) : [this.searchOneProvider(t, (n = (r = this.resultsBySearchProvider[t]) == null ? void 0 : r.cursor) != null ? n : null)];
2112
+ return Promise.allSettled(e).then((i) => {
2113
+ !!i.find((o) => o.status === "rejected" && (o.reason.name === "CanceledError" || o.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
2060
2114
  });
2061
2115
  },
2062
2116
  searchOneProvider(t, e = null) {
2063
- const r = e === null ? F.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Qe }) : F.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Qe, cursor: e });
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 });
2064
2118
  return me.default.get(r, {
2065
2119
  signal: this.abortController.signal
2066
2120
  }).then((n) => {
@@ -2091,7 +2145,7 @@ var gn = function() {
2091
2145
  null,
2092
2146
  null
2093
2147
  );
2094
- const Rt = _n.exports, z = {
2148
+ const kt = _n.exports, z = {
2095
2149
  providerList: 1,
2096
2150
  standardLinkInput: 2,
2097
2151
  searchInput: 3,
@@ -2102,7 +2156,7 @@ const Rt = _n.exports, z = {
2102
2156
  NcCustomPickerElement: Qr,
2103
2157
  NcProviderList: sn,
2104
2158
  NcRawLinkInput: ln,
2105
- NcSearch: Rt
2159
+ NcSearch: kt
2106
2160
  },
2107
2161
  props: {
2108
2162
  /**
@@ -2145,7 +2199,7 @@ const Rt = _n.exports, z = {
2145
2199
  },
2146
2200
  computed: {
2147
2201
  mode() {
2148
- return this.selectedProvider === null ? z.providerList : x.isCustomPickerElementRegistered(this.selectedProvider.id) ? z.customElement : this.selectedProvider.search_providers_ids ? z.searchInput : z.standardLinkInput;
2202
+ return this.selectedProvider === null ? z.providerList : k.isCustomPickerElementRegistered(this.selectedProvider.id) ? z.customElement : this.selectedProvider.search_providers_ids ? z.searchInput : z.standardLinkInput;
2149
2203
  },
2150
2204
  pickerWrapperStyle() {
2151
2205
  return {
@@ -2155,9 +2209,11 @@ const Rt = _n.exports, z = {
2155
2209
  },
2156
2210
  mounted() {
2157
2211
  this.focusOnCreate && (this.initialProvider ? setTimeout(() => {
2158
- this.$refs["url-input"]?.focus();
2212
+ var t;
2213
+ (t = this.$refs["url-input"]) == null || t.focus();
2159
2214
  }, 300) : this.$nextTick(() => {
2160
- this.$refs["provider-list"]?.focus();
2215
+ var t;
2216
+ (t = this.$refs["provider-list"]) == null || t.focus();
2161
2217
  }));
2162
2218
  },
2163
2219
  methods: {
@@ -2166,17 +2222,20 @@ const Rt = _n.exports, z = {
2166
2222
  },
2167
2223
  onProviderSelected(t) {
2168
2224
  this.selectedProvider = t, this.$emit("provider-selected", t), this.$nextTick(() => {
2169
- this.$refs["url-input"]?.focus();
2225
+ var e;
2226
+ (e = this.$refs["url-input"]) == null || e.focus();
2170
2227
  });
2171
2228
  },
2172
2229
  cancelCustomElement() {
2173
2230
  this.deselectProvider();
2174
2231
  },
2175
2232
  cancelSearch() {
2176
- this.$emit("cancel-search", this.selectedProvider?.title), this.deselectProvider();
2233
+ var t;
2234
+ this.$emit("cancel-search", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
2177
2235
  },
2178
2236
  cancelRawLinkInput() {
2179
- this.$emit("cancel-raw-link", this.selectedProvider?.title), this.deselectProvider();
2237
+ var t;
2238
+ this.$emit("cancel-raw-link", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
2180
2239
  },
2181
2240
  cancelProviderSelection() {
2182
2241
  this.$emit("cancel");
@@ -2186,7 +2245,8 @@ const Rt = _n.exports, z = {
2186
2245
  },
2187
2246
  deselectProvider() {
2188
2247
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
2189
- this.$refs["provider-list"]?.focus();
2248
+ var t;
2249
+ (t = this.$refs["provider-list"]) == null || t.focus();
2190
2250
  }, 300);
2191
2251
  }
2192
2252
  }
@@ -2196,7 +2256,7 @@ var bn = function() {
2196
2256
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2197
2257
  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));
2198
2258
  } } }, [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);
2199
- }, Cn = [], Pn = /* @__PURE__ */ L.normalizeComponent(
2259
+ }, Cn = [], Rn = /* @__PURE__ */ L.normalizeComponent(
2200
2260
  wn,
2201
2261
  bn,
2202
2262
  Cn,
@@ -2206,16 +2266,16 @@ var bn = function() {
2206
2266
  null,
2207
2267
  null
2208
2268
  );
2209
- const Et = Pn.exports;
2269
+ const St = Rn.exports;
2210
2270
  y.register(y.t11, y.t16);
2211
- const Rn = {
2271
+ const Pn = {
2212
2272
  name: "NcReferencePickerModal",
2213
2273
  components: {
2214
- NcReferencePicker: Et,
2215
- NcModal: At,
2216
- NcButton: Tt,
2217
- ArrowLeftIcon: qt.ArrowLeft,
2218
- CloseIcon: Vt.Close
2274
+ NcReferencePicker: St,
2275
+ NcModal: It,
2276
+ NcButton: Ze,
2277
+ ArrowLeftIcon: At.ArrowLeft,
2278
+ CloseIcon: qt.Close
2219
2279
  },
2220
2280
  props: {
2221
2281
  /**
@@ -2262,10 +2322,11 @@ const Rn = {
2262
2322
  return this.initialProvider === null && this.isProviderSelected;
2263
2323
  },
2264
2324
  modalSize() {
2265
- return this.isProviderSelected && x.isCustomPickerElementRegistered(this.selectedProvider.id) ? x.getCustomPickerElementSize(this.selectedProvider.id) ?? "large" : "normal";
2325
+ var t;
2326
+ return this.isProviderSelected && k.isCustomPickerElementRegistered(this.selectedProvider.id) ? (t = k.getCustomPickerElementSize(this.selectedProvider.id)) != null ? t : "large" : "normal";
2266
2327
  },
2267
2328
  showModalName() {
2268
- return !this.isProviderSelected || !x.isCustomPickerElementRegistered(this.selectedProvider.id);
2329
+ return !this.isProviderSelected || !k.isCustomPickerElementRegistered(this.selectedProvider.id);
2269
2330
  },
2270
2331
  modalName() {
2271
2332
  return this.isProviderSelected ? this.selectedProvider.title : y.t("Smart Picker");
@@ -2274,7 +2335,7 @@ const Rn = {
2274
2335
  mounted() {
2275
2336
  if (this.isInsideViewer) {
2276
2337
  const t = this.$refs.modal_content;
2277
- It.emit("viewer:trapElements:changed", t);
2338
+ Vt.emit("viewer:trapElements:changed", t);
2278
2339
  }
2279
2340
  },
2280
2341
  methods: {
@@ -2299,22 +2360,23 @@ var En = function() {
2299
2360
  }, 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() {
2300
2361
  return [r("CloseIcon")];
2301
2362
  }, 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();
2302
- }, Sn = [], kn = /* @__PURE__ */ L.normalizeComponent(
2303
- Rn,
2363
+ }, kn = [], Sn = /* @__PURE__ */ L.normalizeComponent(
2364
+ Pn,
2304
2365
  En,
2305
- Sn,
2366
+ kn,
2306
2367
  !1,
2307
2368
  null,
2308
2369
  "ab09ebaa",
2309
2370
  null,
2310
2371
  null
2311
2372
  );
2312
- const St = kn.exports;
2373
+ const xt = Sn.exports;
2313
2374
  async function xn(t = null, e = void 0) {
2314
2375
  return await new Promise((r, n) => {
2376
+ var u;
2315
2377
  const i = "referencePickerModal", s = document.createElement("div");
2316
2378
  s.id = i, document.body.append(s);
2317
- const o = t === null ? null : wt(t) ?? null, a = jt.default.extend(St), c = new a({
2379
+ const o = t === null ? null : (u = Ct(t)) != null ? u : null, a = jt.default.extend(xt), c = new a({
2318
2380
  propsData: {
2319
2381
  initialProvider: o,
2320
2382
  isInsideViewer: e
@@ -2322,19 +2384,19 @@ async function xn(t = null, e = void 0) {
2322
2384
  }).$mount(s);
2323
2385
  c.$on("cancel", () => {
2324
2386
  c.$destroy(), n(new Error("User cancellation"));
2325
- }), c.$on("submit", (u) => {
2326
- c.$destroy(), r(u);
2387
+ }), c.$on("submit", (d) => {
2388
+ c.$destroy(), r(d);
2327
2389
  });
2328
2390
  });
2329
2391
  }
2330
2392
  exports.Link = be;
2331
- exports.NcReferencePicker = Et;
2332
- exports.NcReferencePickerModal = St;
2333
- exports.NcReferenceWidget = yt;
2334
- exports.NcSearch = Rt;
2335
- exports.anyLinkProviderId = Re;
2393
+ exports.NcReferencePicker = St;
2394
+ exports.NcReferencePickerModal = xt;
2395
+ exports.NcReferenceWidget = wt;
2396
+ exports.NcSearch = kt;
2397
+ exports.anyLinkProviderId = Pe;
2336
2398
  exports.getLinkWithPicker = xn;
2337
- exports.getProvider = wt;
2399
+ exports.getProvider = Ct;
2338
2400
  exports.getProviders = Ee;
2339
- exports.searchProvider = Ct;
2340
- exports.sortProviders = bt;
2401
+ exports.searchProvider = Pt;
2402
+ exports.sortProviders = Rt;