@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,34 +1,34 @@
1
- import '../assets/referencePickerModal-A0PlFUEI.css';
2
- import { isWidgetRegistered as bt, destroyWidget as Rt, renderWidget as Pt, isCustomPickerElementRegistered as z, destroyCustomPickerElement as Ct, renderCustomPickerElement as Et, getCustomPickerElementSize as St } from "../Functions/registerReference.mjs";
3
- import { n as N } from "./_plugin-vue2_normalizer-u6G_3nkj.mjs";
4
- import { r as W, O as kt, a as S, P as xt, Q as Ge, R as $t, u as Nt, S as Lt, G as Ot, T as Tt } from "./_l10n-Y2fvkVoK.mjs";
1
+ import '../assets/referencePickerModal-C1KJzICb.css';
2
+ import { e as Ct, i as ke, h as Pt, a as Et, f as St, d as F, g as kt, c as xt, j as $t } from "./index-CU14QsCg.mjs";
3
+ import { n as N } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
4
+ import { r as q, P as Nt, a as S, Q as Ot, R as Lt, S as Qe, T as Tt, u as It, U as Vt, E as At, V as jt } from "./_l10n-D8Scz3mH.mjs";
5
5
  import me from "@nextcloud/axios";
6
- import { loadState as Qe } from "@nextcloud/initial-state";
7
- import { imagePath as At, generateOcsUrl as Z } from "@nextcloud/router";
6
+ import { loadState as Ke } from "@nextcloud/initial-state";
7
+ import { imagePath as Bt, generateOcsUrl as Z } from "@nextcloud/router";
8
8
  import ye from "../Components/NcEmptyContent.mjs";
9
- import { N as Ke } from "./index-2phCrsSH.mjs";
10
- import { N as Je } from "./NcSelect-75KHhmKy.mjs";
11
- import { g as It } from "./autolink-oKM43mOC.mjs";
12
- import { useResizeObserver as Vt } from "@vueuse/core";
13
- import jt from "../Components/NcLoadingIcon.mjs";
14
- import { N as Bt } from "./NcTextField-J7CSrszM.mjs";
15
- import { D as qt } from "./DotsHorizontal-IbmXTXRA.mjs";
16
- import Mt from "../Components/NcButton.mjs";
17
- import Ut from "../Components/NcModal.mjs";
18
- import { emit as Dt } from "@nextcloud/event-bus";
19
- import { A as zt } from "./ArrowLeft-uW5eNVkY.mjs";
20
- import { C as Wt } from "./Close-QtH6_3PP.mjs";
21
- import Ft from "vue";
9
+ import { N as Je } from "./index-CnpswYi6.mjs";
10
+ import { N as Xe } from "./NcSelect-BVmjiQFa.mjs";
11
+ import { g as qt } from "./autolink-BtgUDDdk.mjs";
12
+ import { useIntersectionObserver as Mt, useResizeObserver as Ut } from "@vueuse/core";
13
+ import Ye from "../Components/NcButton.mjs";
14
+ import Dt from "../Components/NcLoadingIcon.mjs";
15
+ import { N as Wt } from "./NcTextField-CU-YIhL3.mjs";
16
+ import { D as Ft } from "./DotsHorizontal-DfVgEXgz.mjs";
17
+ import zt from "../Components/NcModal.mjs";
18
+ import { emit as Ht } from "@nextcloud/event-bus";
19
+ import { A as Gt } from "./ArrowLeft-kklNBL9z.mjs";
20
+ import { C as Qt } from "./Close-BtO5TPBO.mjs";
21
+ import Kt from "vue";
22
22
  /*!
23
23
  * vue-router v3.6.5
24
24
  * (c) 2022 Evan You
25
25
  * @license MIT
26
26
  */
27
- function I(t, e) {
27
+ function V(t, e) {
28
28
  if (!t)
29
29
  throw new Error("[vue-router] " + e);
30
30
  }
31
- function P(t, e) {
31
+ function C(t, e) {
32
32
  t || typeof console < "u" && console.warn("[vue-router] " + e);
33
33
  }
34
34
  function k(t, e) {
@@ -36,44 +36,44 @@ function k(t, e) {
36
36
  t[r] = e[r];
37
37
  return t;
38
38
  }
39
- var Ht = /[!'()*]/g, Gt = function(t) {
39
+ var Jt = /[!'()*]/g, Xt = function(t) {
40
40
  return "%" + t.charCodeAt(0).toString(16);
41
- }, Qt = /%2C/g, j = function(t) {
42
- return encodeURIComponent(t).replace(Ht, Gt).replace(Qt, ",");
41
+ }, Yt = /%2C/g, j = function(t) {
42
+ return encodeURIComponent(t).replace(Jt, Xt).replace(Yt, ",");
43
43
  };
44
44
  function fe(t) {
45
45
  try {
46
46
  return decodeURIComponent(t);
47
47
  } catch {
48
- process.env.NODE_ENV !== "production" && P(!1, 'Error decoding "' + t + '". Leaving it intact.');
48
+ process.env.NODE_ENV !== "production" && C(!1, 'Error decoding "' + t + '". Leaving it intact.');
49
49
  }
50
50
  return t;
51
51
  }
52
- function Kt(t, e, r) {
52
+ function Zt(t, e, r) {
53
53
  e === void 0 && (e = {});
54
- var n = r || Jt, i;
54
+ var n = r || er, i;
55
55
  try {
56
56
  i = n(t || "");
57
- } catch (a) {
58
- process.env.NODE_ENV !== "production" && P(!1, a.message), i = {};
57
+ } catch (o) {
58
+ process.env.NODE_ENV !== "production" && C(!1, o.message), i = {};
59
59
  }
60
60
  for (var s in e) {
61
- var o = e[s];
62
- i[s] = Array.isArray(o) ? o.map(ke) : ke(o);
61
+ var a = e[s];
62
+ i[s] = Array.isArray(a) ? a.map(xe) : xe(a);
63
63
  }
64
64
  return i;
65
65
  }
66
- var ke = function(t) {
66
+ var xe = function(t) {
67
67
  return t == null || typeof t == "object" ? t : String(t);
68
68
  };
69
- function Jt(t) {
69
+ function er(t) {
70
70
  var e = {};
71
71
  return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
72
72
  var n = r.replace(/\+/g, " ").split("="), i = fe(n.shift()), s = n.length > 0 ? fe(n.join("=")) : null;
73
73
  e[i] === void 0 ? e[i] = s : Array.isArray(e[i]) ? e[i].push(s) : e[i] = [e[i], s];
74
74
  }), e;
75
75
  }
76
- function Xt(t) {
76
+ function tr(t) {
77
77
  var e = t ? Object.keys(t).map(function(r) {
78
78
  var n = t[r];
79
79
  if (n === void 0)
@@ -99,17 +99,17 @@ function te(t, e, r, n) {
99
99
  s = he(s);
100
100
  } catch {
101
101
  }
102
- var o = {
102
+ var a = {
103
103
  name: e.name || t && t.name,
104
104
  meta: t && t.meta || {},
105
105
  path: e.path || "/",
106
106
  hash: e.hash || "",
107
107
  query: s,
108
108
  params: e.params || {},
109
- fullPath: xe(e, i),
110
- matched: t ? Yt(t) : []
109
+ fullPath: $e(e, i),
110
+ matched: t ? rr(t) : []
111
111
  };
112
- return r && (o.redirectedFrom = xe(r, i)), Object.freeze(o);
112
+ return r && (a.redirectedFrom = $e(r, i)), Object.freeze(a);
113
113
  }
114
114
  function he(t) {
115
115
  if (Array.isArray(t))
@@ -122,62 +122,62 @@ function he(t) {
122
122
  } else
123
123
  return t;
124
124
  }
125
- var A = te(null, {
125
+ var I = te(null, {
126
126
  path: "/"
127
127
  });
128
- function Yt(t) {
128
+ function rr(t) {
129
129
  for (var e = []; t; )
130
130
  e.unshift(t), t = t.parent;
131
131
  return e;
132
132
  }
133
- function xe(t, e) {
133
+ function $e(t, e) {
134
134
  var r = t.path, n = t.query;
135
135
  n === void 0 && (n = {});
136
136
  var i = t.hash;
137
137
  i === void 0 && (i = "");
138
- var s = e || Xt;
138
+ var s = e || tr;
139
139
  return (r || "/") + s(n) + i;
140
140
  }
141
- function Xe(t, e, r) {
142
- return e === A ? t === e : e ? t.path && e.path ? t.path.replace(ee, "") === e.path.replace(ee, "") && (r || t.hash === e.hash && Q(t.query, e.query)) : t.name && e.name ? t.name === e.name && (r || t.hash === e.hash && Q(t.query, e.query) && Q(t.params, e.params)) : !1 : !1;
141
+ function Ze(t, e, r) {
142
+ return e === I ? t === e : e ? t.path && e.path ? t.path.replace(ee, "") === e.path.replace(ee, "") && (r || t.hash === e.hash && Q(t.query, e.query)) : t.name && e.name ? t.name === e.name && (r || t.hash === e.hash && Q(t.query, e.query) && Q(t.params, e.params)) : !1 : !1;
143
143
  }
144
144
  function Q(t, e) {
145
145
  if (t === void 0 && (t = {}), e === void 0 && (e = {}), !t || !e)
146
146
  return t === e;
147
147
  var r = Object.keys(t).sort(), n = Object.keys(e).sort();
148
148
  return r.length !== n.length ? !1 : r.every(function(i, s) {
149
- var o = t[i], a = n[s];
150
- if (a !== i)
149
+ var a = t[i], o = n[s];
150
+ if (o !== i)
151
151
  return !1;
152
152
  var c = e[i];
153
- return o == null || c == null ? o === c : typeof o == "object" && typeof c == "object" ? Q(o, c) : String(o) === String(c);
153
+ return a == null || c == null ? a === c : typeof a == "object" && typeof c == "object" ? Q(a, c) : String(a) === String(c);
154
154
  });
155
155
  }
156
- function Zt(t, e) {
156
+ function nr(t, e) {
157
157
  return t.path.replace(ee, "/").indexOf(
158
158
  e.path.replace(ee, "/")
159
- ) === 0 && (!e.hash || t.hash === e.hash) && er(t.query, e.query);
159
+ ) === 0 && (!e.hash || t.hash === e.hash) && ir(t.query, e.query);
160
160
  }
161
- function er(t, e) {
161
+ function ir(t, e) {
162
162
  for (var r in e)
163
163
  if (!(r in t))
164
164
  return !1;
165
165
  return !0;
166
166
  }
167
- function Ye(t) {
167
+ function et(t) {
168
168
  for (var e = 0; e < t.matched.length; e++) {
169
169
  var r = t.matched[e];
170
170
  for (var n in r.instances) {
171
171
  var i = r.instances[n], s = r.enteredCbs[n];
172
172
  if (!(!i || !s)) {
173
173
  delete r.enteredCbs[n];
174
- for (var o = 0; o < s.length; o++)
175
- i._isBeingDestroyed || s[o](i);
174
+ for (var a = 0; a < s.length; a++)
175
+ i._isBeingDestroyed || s[a](i);
176
176
  }
177
177
  }
178
178
  }
179
179
  }
180
- var tr = {
180
+ var sr = {
181
181
  name: "RouterView",
182
182
  functional: !0,
183
183
  props: {
@@ -187,44 +187,44 @@ var tr = {
187
187
  }
188
188
  },
189
189
  render: function(e, r) {
190
- var n = r.props, i = r.children, s = r.parent, o = r.data;
191
- o.routerView = !0;
192
- for (var a = s.$createElement, c = n.name, u = s.$route, d = s._routerViewCache || (s._routerViewCache = {}), m = 0, h = !1; s && s._routerRoot !== s; ) {
190
+ var n = r.props, i = r.children, s = r.parent, a = r.data;
191
+ a.routerView = !0;
192
+ for (var o = s.$createElement, c = n.name, u = s.$route, p = s._routerViewCache || (s._routerViewCache = {}), m = 0, h = !1; s && s._routerRoot !== s; ) {
193
193
  var v = s.$vnode ? s.$vnode.data : {};
194
194
  v.routerView && m++, v.keepAlive && s._directInactive && s._inactive && (h = !0), s = s.$parent;
195
195
  }
196
- if (o.routerViewDepth = m, h) {
197
- var p = d[c], l = p && p.component;
198
- return l ? (p.configProps && $e(l, o, p.route, p.configProps), a(l, o, i)) : a();
196
+ if (a.routerViewDepth = m, h) {
197
+ var d = p[c], l = d && d.component;
198
+ return l ? (d.configProps && Ne(l, a, d.route, d.configProps), o(l, a, i)) : o();
199
199
  }
200
200
  var f = u.matched[m], y = f && f.components[c];
201
201
  if (!f || !y)
202
- return d[c] = null, a();
203
- d[c] = { component: y }, o.registerRouteInstance = function(g, b) {
202
+ return p[c] = null, o();
203
+ p[c] = { component: y }, a.registerRouteInstance = function(g, w) {
204
204
  var R = f.instances[c];
205
- (b && R !== g || !b && R === g) && (f.instances[c] = b);
206
- }, (o.hook || (o.hook = {})).prepatch = function(g, b) {
207
- f.instances[c] = b.componentInstance;
208
- }, o.hook.init = function(g) {
209
- g.data.keepAlive && g.componentInstance && g.componentInstance !== f.instances[c] && (f.instances[c] = g.componentInstance), Ye(u);
205
+ (w && R !== g || !w && R === g) && (f.instances[c] = w);
206
+ }, (a.hook || (a.hook = {})).prepatch = function(g, w) {
207
+ f.instances[c] = w.componentInstance;
208
+ }, a.hook.init = function(g) {
209
+ g.data.keepAlive && g.componentInstance && g.componentInstance !== f.instances[c] && (f.instances[c] = g.componentInstance), et(u);
210
210
  };
211
211
  var _ = f.props && f.props[c];
212
- return _ && (k(d[c], {
212
+ return _ && (k(p[c], {
213
213
  route: u,
214
214
  configProps: _
215
- }), $e(y, o, u, _)), a(y, o, i);
215
+ }), Ne(y, a, u, _)), o(y, a, i);
216
216
  }
217
217
  };
218
- function $e(t, e, r, n) {
219
- var i = e.props = rr(r, n);
218
+ function Ne(t, e, r, n) {
219
+ var i = e.props = ar(r, n);
220
220
  if (i) {
221
221
  i = e.props = k({}, i);
222
222
  var s = e.attrs = e.attrs || {};
223
- for (var o in i)
224
- (!t.props || !(o in t.props)) && (s[o] = i[o], delete i[o]);
223
+ for (var a in i)
224
+ (!t.props || !(a in t.props)) && (s[a] = i[a], delete i[a]);
225
225
  }
226
226
  }
227
- function rr(t, e) {
227
+ function ar(t, e) {
228
228
  switch (typeof e) {
229
229
  case "undefined":
230
230
  return;
@@ -235,13 +235,13 @@ function rr(t, e) {
235
235
  case "boolean":
236
236
  return e ? t.params : void 0;
237
237
  default:
238
- process.env.NODE_ENV !== "production" && P(
238
+ process.env.NODE_ENV !== "production" && C(
239
239
  !1,
240
240
  'props in "' + t.path + '" is a ' + typeof e + ", expecting an object, function or boolean."
241
241
  );
242
242
  }
243
243
  }
244
- function Ze(t, e, r) {
244
+ function tt(t, e, r) {
245
245
  var n = t.charAt(0);
246
246
  if (n === "/")
247
247
  return t;
@@ -249,13 +249,13 @@ function Ze(t, e, r) {
249
249
  return e + t;
250
250
  var i = e.split("/");
251
251
  (!r || !i[i.length - 1]) && i.pop();
252
- for (var s = t.replace(/^\//, "").split("/"), o = 0; o < s.length; o++) {
253
- var a = s[o];
254
- a === ".." ? i.pop() : a !== "." && i.push(a);
252
+ for (var s = t.replace(/^\//, "").split("/"), a = 0; a < s.length; a++) {
253
+ var o = s[a];
254
+ o === ".." ? i.pop() : o !== "." && i.push(o);
255
255
  }
256
256
  return i[0] !== "" && i.unshift(""), i.join("/");
257
257
  }
258
- function nr(t) {
258
+ function or(t) {
259
259
  var e = "", r = "", n = t.indexOf("#");
260
260
  n >= 0 && (e = t.slice(n), t = t.slice(0, n));
261
261
  var i = t.indexOf("?");
@@ -265,12 +265,12 @@ function nr(t) {
265
265
  hash: e
266
266
  };
267
267
  }
268
- function L(t) {
268
+ function O(t) {
269
269
  return t.replace(/\/(?:\s*\/)+/g, "/");
270
270
  }
271
271
  var re = Array.isArray || function(t) {
272
272
  return Object.prototype.toString.call(t) == "[object Array]";
273
- }, q = rt, ir = ge, sr = ur, or = et, ar = tt, cr = new RegExp([
273
+ }, M = it, cr = ge, ur = pr, lr = rt, fr = nt, hr = new RegExp([
274
274
  // Match escaped characters that would otherwise appear in future matches.
275
275
  // This allows the user to escape special characters that won't transform.
276
276
  "(\\\\.)",
@@ -283,55 +283,55 @@ var re = Array.isArray || function(t) {
283
283
  "([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"
284
284
  ].join("|"), "g");
285
285
  function ge(t, e) {
286
- for (var r = [], n = 0, i = 0, s = "", o = e && e.delimiter || "/", a; (a = cr.exec(t)) != null; ) {
287
- var c = a[0], u = a[1], d = a.index;
288
- if (s += t.slice(i, d), i = d + c.length, u) {
286
+ for (var r = [], n = 0, i = 0, s = "", a = e && e.delimiter || "/", o; (o = hr.exec(t)) != null; ) {
287
+ var c = o[0], u = o[1], p = o.index;
288
+ if (s += t.slice(i, p), i = p + c.length, u) {
289
289
  s += u[1];
290
290
  continue;
291
291
  }
292
- var m = t[i], h = a[2], v = a[3], p = a[4], l = a[5], f = a[6], y = a[7];
292
+ var m = t[i], h = o[2], v = o[3], d = o[4], l = o[5], f = o[6], y = o[7];
293
293
  s && (r.push(s), s = "");
294
- var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", b = f === "?" || f === "*", R = a[2] || o, C = p || l;
294
+ var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", w = f === "?" || f === "*", R = o[2] || a, P = d || l;
295
295
  r.push({
296
296
  name: v || n++,
297
297
  prefix: h || "",
298
298
  delimiter: R,
299
- optional: b,
299
+ optional: w,
300
300
  repeat: g,
301
301
  partial: _,
302
302
  asterisk: !!y,
303
- pattern: C ? hr(C) : y ? ".*" : "[^" + K(R) + "]+?"
303
+ pattern: P ? mr(P) : y ? ".*" : "[^" + K(R) + "]+?"
304
304
  });
305
305
  }
306
306
  return i < t.length && (s += t.substr(i)), s && r.push(s), r;
307
307
  }
308
- function ur(t, e) {
309
- return et(ge(t, e), e);
308
+ function pr(t, e) {
309
+ return rt(ge(t, e), e);
310
310
  }
311
- function lr(t) {
311
+ function dr(t) {
312
312
  return encodeURI(t).replace(/[\/?#]/g, function(e) {
313
313
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
314
314
  });
315
315
  }
316
- function fr(t) {
316
+ function vr(t) {
317
317
  return encodeURI(t).replace(/[?#]/g, function(e) {
318
318
  return "%" + e.charCodeAt(0).toString(16).toUpperCase();
319
319
  });
320
320
  }
321
- function et(t, e) {
321
+ function rt(t, e) {
322
322
  for (var r = new Array(t.length), n = 0; n < t.length; n++)
323
- typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", we(e)));
323
+ typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", be(e)));
324
324
  return function(i, s) {
325
- for (var o = "", a = i || {}, c = s || {}, u = c.pretty ? lr : encodeURIComponent, d = 0; d < t.length; d++) {
326
- var m = t[d];
325
+ for (var a = "", o = i || {}, c = s || {}, u = c.pretty ? dr : encodeURIComponent, p = 0; p < t.length; p++) {
326
+ var m = t[p];
327
327
  if (typeof m == "string") {
328
- o += m;
328
+ a += m;
329
329
  continue;
330
330
  }
331
- var h = a[m.name], v;
331
+ var h = o[m.name], v;
332
332
  if (h == null)
333
333
  if (m.optional) {
334
- m.partial && (o += m.prefix);
334
+ m.partial && (a += m.prefix);
335
335
  continue;
336
336
  } else
337
337
  throw new TypeError('Expected "' + m.name + '" to be defined');
@@ -343,33 +343,33 @@ function et(t, e) {
343
343
  continue;
344
344
  throw new TypeError('Expected "' + m.name + '" to not be empty');
345
345
  }
346
- for (var p = 0; p < h.length; p++) {
347
- if (v = u(h[p]), !r[d].test(v))
346
+ for (var d = 0; d < h.length; d++) {
347
+ if (v = u(h[d]), !r[p].test(v))
348
348
  throw new TypeError('Expected all "' + m.name + '" to match "' + m.pattern + '", but received `' + JSON.stringify(v) + "`");
349
- o += (p === 0 ? m.prefix : m.delimiter) + v;
349
+ a += (d === 0 ? m.prefix : m.delimiter) + v;
350
350
  }
351
351
  continue;
352
352
  }
353
- if (v = m.asterisk ? fr(h) : u(h), !r[d].test(v))
353
+ if (v = m.asterisk ? vr(h) : u(h), !r[p].test(v))
354
354
  throw new TypeError('Expected "' + m.name + '" to match "' + m.pattern + '", but received "' + v + '"');
355
- o += m.prefix + v;
355
+ a += m.prefix + v;
356
356
  }
357
- return o;
357
+ return a;
358
358
  };
359
359
  }
360
360
  function K(t) {
361
361
  return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g, "\\$1");
362
362
  }
363
- function hr(t) {
363
+ function mr(t) {
364
364
  return t.replace(/([=!:$\/()])/g, "\\$1");
365
365
  }
366
366
  function _e(t, e) {
367
367
  return t.keys = e, t;
368
368
  }
369
- function we(t) {
369
+ function be(t) {
370
370
  return t && t.sensitive ? "" : "i";
371
371
  }
372
- function pr(t, e) {
372
+ function yr(t, e) {
373
373
  var r = t.source.match(/\((?!\?)/g);
374
374
  if (r)
375
375
  for (var n = 0; n < r.length; n++)
@@ -385,43 +385,43 @@ function pr(t, e) {
385
385
  });
386
386
  return _e(t, e);
387
387
  }
388
- function dr(t, e, r) {
388
+ function gr(t, e, r) {
389
389
  for (var n = [], i = 0; i < t.length; i++)
390
- n.push(rt(t[i], e, r).source);
391
- var s = new RegExp("(?:" + n.join("|") + ")", we(r));
390
+ n.push(it(t[i], e, r).source);
391
+ var s = new RegExp("(?:" + n.join("|") + ")", be(r));
392
392
  return _e(s, e);
393
393
  }
394
- function vr(t, e, r) {
395
- return tt(ge(t, r), e, r);
394
+ function _r(t, e, r) {
395
+ return nt(ge(t, r), e, r);
396
396
  }
397
- function tt(t, e, r) {
397
+ function nt(t, e, r) {
398
398
  re(e) || (r = /** @type {!Object} */
399
399
  e || r, e = []), r = r || {};
400
- for (var n = r.strict, i = r.end !== !1, s = "", o = 0; o < t.length; o++) {
401
- var a = t[o];
402
- if (typeof a == "string")
403
- s += K(a);
400
+ for (var n = r.strict, i = r.end !== !1, s = "", a = 0; a < t.length; a++) {
401
+ var o = t[a];
402
+ if (typeof o == "string")
403
+ s += K(o);
404
404
  else {
405
- var c = K(a.prefix), u = "(?:" + a.pattern + ")";
406
- e.push(a), a.repeat && (u += "(?:" + c + u + ")*"), a.optional ? a.partial ? u = c + "(" + u + ")?" : u = "(?:" + c + "(" + u + "))?" : u = c + "(" + u + ")", s += u;
405
+ var c = K(o.prefix), u = "(?:" + o.pattern + ")";
406
+ e.push(o), o.repeat && (u += "(?:" + c + u + ")*"), o.optional ? o.partial ? u = c + "(" + u + ")?" : u = "(?:" + c + "(" + u + "))?" : u = c + "(" + u + ")", s += u;
407
407
  }
408
408
  }
409
- var d = K(r.delimiter || "/"), m = s.slice(-d.length) === d;
410
- return n || (s = (m ? s.slice(0, -d.length) : s) + "(?:" + d + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + d + "|$)", _e(new RegExp("^" + s, we(r)), e);
409
+ var p = K(r.delimiter || "/"), m = s.slice(-p.length) === p;
410
+ return n || (s = (m ? s.slice(0, -p.length) : s) + "(?:" + p + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + p + "|$)", _e(new RegExp("^" + s, be(r)), e);
411
411
  }
412
- function rt(t, e, r) {
412
+ function it(t, e, r) {
413
413
  return re(e) || (r = /** @type {!Object} */
414
- e || r, e = []), r = r || {}, t instanceof RegExp ? pr(
414
+ e || r, e = []), r = r || {}, t instanceof RegExp ? yr(
415
415
  t,
416
416
  /** @type {!Array} */
417
417
  e
418
- ) : re(t) ? dr(
418
+ ) : re(t) ? gr(
419
419
  /** @type {!Array} */
420
420
  t,
421
421
  /** @type {!Array} */
422
422
  e,
423
423
  r
424
- ) : vr(
424
+ ) : _r(
425
425
  /** @type {string} */
426
426
  t,
427
427
  /** @type {!Array} */
@@ -429,23 +429,23 @@ function rt(t, e, r) {
429
429
  r
430
430
  );
431
431
  }
432
- q.parse = ir;
433
- q.compile = sr;
434
- q.tokensToFunction = or;
435
- q.tokensToRegExp = ar;
436
- var Ne = /* @__PURE__ */ Object.create(null);
432
+ M.parse = cr;
433
+ M.compile = ur;
434
+ M.tokensToFunction = lr;
435
+ M.tokensToRegExp = fr;
436
+ var Oe = /* @__PURE__ */ Object.create(null);
437
437
  function J(t, e, r) {
438
438
  e = e || {};
439
439
  try {
440
- var n = Ne[t] || (Ne[t] = q.compile(t));
440
+ var n = Oe[t] || (Oe[t] = M.compile(t));
441
441
  return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
442
442
  } catch (i) {
443
- return process.env.NODE_ENV !== "production" && P(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
443
+ return process.env.NODE_ENV !== "production" && C(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
444
444
  } finally {
445
445
  delete e[0];
446
446
  }
447
447
  }
448
- function be(t, e, r, n) {
448
+ function we(t, e, r, n) {
449
449
  var i = typeof t == "string" ? { path: t } : t;
450
450
  if (i._normalized)
451
451
  return i;
@@ -456,34 +456,34 @@ function be(t, e, r, n) {
456
456
  }
457
457
  if (!i.path && i.params && e) {
458
458
  i = k({}, i), i._normalized = !0;
459
- var o = k(k({}, e.params), i.params);
459
+ var a = k(k({}, e.params), i.params);
460
460
  if (e.name)
461
- i.name = e.name, i.params = o;
461
+ i.name = e.name, i.params = a;
462
462
  else if (e.matched.length) {
463
- var a = e.matched[e.matched.length - 1].path;
464
- i.path = J(a, o, "path " + e.path);
463
+ var o = e.matched[e.matched.length - 1].path;
464
+ i.path = J(o, a, "path " + e.path);
465
465
  } else
466
- process.env.NODE_ENV !== "production" && P(!1, "relative params navigation requires a current route.");
466
+ process.env.NODE_ENV !== "production" && C(!1, "relative params navigation requires a current route.");
467
467
  return i;
468
468
  }
469
- var c = nr(i.path || ""), u = e && e.path || "/", d = c.path ? Ze(c.path, u, r || i.append) : u, m = Kt(
469
+ var c = or(i.path || ""), u = e && e.path || "/", p = c.path ? tt(c.path, u, r || i.append) : u, m = Zt(
470
470
  c.query,
471
471
  i.query,
472
472
  n && n.options.parseQuery
473
473
  ), h = i.hash || c.hash;
474
474
  return h && h.charAt(0) !== "#" && (h = "#" + h), {
475
475
  _normalized: !0,
476
- path: d,
476
+ path: p,
477
477
  query: m,
478
478
  hash: h
479
479
  };
480
480
  }
481
- var mr = [String, Object], yr = [String, Array], Le = function() {
482
- }, Oe, Te, Ae, nt = {
481
+ var br = [String, Object], wr = [String, Array], Le = function() {
482
+ }, Te, Ie, Ve, st = {
483
483
  name: "RouterLink",
484
484
  props: {
485
485
  to: {
486
- type: mr,
486
+ type: br,
487
487
  required: !0
488
488
  },
489
489
  tag: {
@@ -502,7 +502,7 @@ var mr = [String, Object], yr = [String, Array], Le = function() {
502
502
  default: "page"
503
503
  },
504
504
  event: {
505
- type: yr,
505
+ type: wr,
506
506
  default: "click"
507
507
  }
508
508
  },
@@ -511,61 +511,59 @@ var mr = [String, Object], yr = [String, Array], Le = function() {
511
511
  this.to,
512
512
  i,
513
513
  this.append
514
- ), o = s.location, a = s.route, c = s.href, u = {}, d = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = d ?? "router-link-active", v = m ?? "router-link-exact-active", p = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = a.redirectedFrom ? te(null, be(a.redirectedFrom), null, n) : a;
515
- u[l] = Xe(i, f, this.exactPath), u[p] = this.exact || this.exactPath ? u[l] : Zt(i, f);
514
+ ), a = s.location, o = s.route, c = s.href, u = {}, p = n.options.linkActiveClass, m = n.options.linkExactActiveClass, h = p == null ? "router-link-active" : p, v = m == null ? "router-link-exact-active" : m, d = this.activeClass == null ? h : this.activeClass, l = this.exactActiveClass == null ? v : this.exactActiveClass, f = o.redirectedFrom ? te(null, we(o.redirectedFrom), null, n) : o;
515
+ u[l] = Ze(i, f, this.exactPath), u[d] = this.exact || this.exactPath ? u[l] : nr(i, f);
516
516
  var y = u[l] ? this.ariaCurrentValue : null, _ = function(le) {
517
- Ie(le) && (r.replace ? n.replace(o, Le) : n.push(o, Le));
518
- }, g = { click: Ie };
517
+ Ae(le) && (r.replace ? n.replace(a, Le) : n.push(a, Le));
518
+ }, g = { click: Ae };
519
519
  Array.isArray(this.event) ? this.event.forEach(function(le) {
520
520
  g[le] = _;
521
521
  }) : g[this.event] = _;
522
- var b = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
522
+ var w = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
523
523
  href: c,
524
- route: a,
524
+ route: o,
525
525
  navigate: _,
526
- isActive: u[p],
526
+ isActive: u[d],
527
527
  isExactActive: u[l]
528
528
  });
529
529
  if (R) {
530
- if (process.env.NODE_ENV !== "production" && !this.custom && (!Oe && P(!1, `In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning:
531
- <router-link v-slot="{ navigate, href }" custom></router-link>
532
- `), Oe = !0), R.length === 1)
530
+ if (process.env.NODE_ENV !== "production" && !this.custom && (!Te && C(!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'), Te = !0), R.length === 1)
533
531
  return R[0];
534
532
  if (R.length > 1 || !R.length)
535
- return process.env.NODE_ENV !== "production" && P(
533
+ return process.env.NODE_ENV !== "production" && C(
536
534
  !1,
537
- '<router-link> with to="' + this.to + `" is trying to use a scoped slot but it didn't provide exactly one child. Wrapping the content with a span element.`
535
+ '<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."
538
536
  ), R.length === 0 ? e() : e("span", {}, R);
539
537
  }
540
- if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Te && (P(
538
+ if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ie && (C(
541
539
  !1,
542
540
  "<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."
543
- ), Te = !0), "event" in this.$options.propsData && !Ae && (P(
541
+ ), Ie = !0), "event" in this.$options.propsData && !Ve && (C(
544
542
  !1,
545
543
  "<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."
546
- ), Ae = !0)), this.tag === "a")
547
- b.on = g, b.attrs = { href: c, "aria-current": y };
544
+ ), Ve = !0)), this.tag === "a")
545
+ w.on = g, w.attrs = { href: c, "aria-current": y };
548
546
  else {
549
- var C = it(this.$slots.default);
550
- if (C) {
551
- C.isStatic = !1;
552
- var E = C.data = k({}, C.data);
547
+ var P = at(this.$slots.default);
548
+ if (P) {
549
+ P.isStatic = !1;
550
+ var E = P.data = k({}, P.data);
553
551
  E.on = E.on || {};
554
552
  for (var $ in E.on) {
555
- var M = E.on[$];
556
- $ in g && (E.on[$] = Array.isArray(M) ? M : [M]);
553
+ var U = E.on[$];
554
+ $ in g && (E.on[$] = Array.isArray(U) ? U : [U]);
557
555
  }
558
556
  for (var H in g)
559
557
  H in E.on ? E.on[H].push(g[H]) : E.on[H] = _;
560
- var Se = C.data.attrs = k({}, C.data.attrs);
558
+ var Se = P.data.attrs = k({}, P.data.attrs);
561
559
  Se.href = c, Se["aria-current"] = y;
562
560
  } else
563
- b.on = g;
561
+ w.on = g;
564
562
  }
565
- return e(this.tag, b, this.$slots.default);
563
+ return e(this.tag, w, this.$slots.default);
566
564
  }
567
565
  };
568
- function Ie(t) {
566
+ function Ae(t) {
569
567
  if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
570
568
  if (t.currentTarget && t.currentTarget.getAttribute) {
571
569
  var e = t.currentTarget.getAttribute("target");
@@ -575,10 +573,10 @@ function Ie(t) {
575
573
  return t.preventDefault && t.preventDefault(), !0;
576
574
  }
577
575
  }
578
- function it(t) {
576
+ function at(t) {
579
577
  if (t) {
580
578
  for (var e, r = 0; r < t.length; r++)
581
- if (e = t[r], e.tag === "a" || e.children && (e = it(e.children)))
579
+ if (e = t[r], e.tag === "a" || e.children && (e = at(e.children)))
582
580
  return e;
583
581
  }
584
582
  }
@@ -589,8 +587,8 @@ function ie(t) {
589
587
  var e = function(i) {
590
588
  return i !== void 0;
591
589
  }, r = function(i, s) {
592
- var o = i.$options._parentVnode;
593
- e(o) && e(o = o.data) && e(o = o.registerRouteInstance) && o(i, s);
590
+ var a = i.$options._parentVnode;
591
+ e(a) && e(a = a.data) && e(a = a.registerRouteInstance) && a(i, s);
594
592
  };
595
593
  t.mixin({
596
594
  beforeCreate: function() {
@@ -607,60 +605,58 @@ function ie(t) {
607
605
  get: function() {
608
606
  return this._routerRoot._route;
609
607
  }
610
- }), t.component("RouterView", tr), t.component("RouterLink", nt);
608
+ }), t.component("RouterView", sr), t.component("RouterLink", st);
611
609
  var n = t.config.optionMergeStrategies;
612
610
  n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
613
611
  }
614
612
  }
615
- var F = typeof window < "u";
613
+ var z = typeof window < "u";
616
614
  function G(t, e, r, n, i) {
617
- var s = e || [], o = r || /* @__PURE__ */ Object.create(null), a = n || /* @__PURE__ */ Object.create(null);
615
+ var s = e || [], a = r || /* @__PURE__ */ Object.create(null), o = n || /* @__PURE__ */ Object.create(null);
618
616
  t.forEach(function(h) {
619
- pe(s, o, a, h, i);
617
+ pe(s, a, o, h, i);
620
618
  });
621
619
  for (var c = 0, u = s.length; c < u; c++)
622
620
  s[c] === "*" && (s.push(s.splice(c, 1)[0]), u--, c--);
623
621
  if (process.env.NODE_ENV === "development") {
624
- var d = s.filter(function(h) {
622
+ var p = s.filter(function(h) {
625
623
  return h && h.charAt(0) !== "*" && h.charAt(0) !== "/";
626
624
  });
627
- if (d.length > 0) {
628
- var m = d.map(function(h) {
625
+ if (p.length > 0) {
626
+ var m = p.map(function(h) {
629
627
  return "- " + h;
630
- }).join(`
631
- `);
632
- P(!1, `Non-nested routes must include a leading slash character. Fix the following routes:
633
- ` + m);
628
+ }).join("\n");
629
+ C(!1, "Non-nested routes must include a leading slash character. Fix the following routes: \n" + m);
634
630
  }
635
631
  }
636
632
  return {
637
633
  pathList: s,
638
- pathMap: o,
639
- nameMap: a
634
+ pathMap: a,
635
+ nameMap: o
640
636
  };
641
637
  }
642
638
  function pe(t, e, r, n, i, s) {
643
- var o = n.path, a = n.name;
644
- process.env.NODE_ENV !== "production" && (I(o != null, '"path" is required in a route configuration.'), I(
639
+ var a = n.path, o = n.name;
640
+ process.env.NODE_ENV !== "production" && (V(a != null, '"path" is required in a route configuration.'), V(
645
641
  typeof n.component != "string",
646
642
  'route config "component" for path: ' + String(
647
- o || a
643
+ a || o
648
644
  ) + " cannot be a string id. Use an actual component instead."
649
- ), P(
645
+ ), C(
650
646
  // eslint-disable-next-line no-control-regex
651
- !/[^\u0000-\u007F]+/.test(o),
652
- 'Route with path "' + o + '" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path.'
647
+ !/[^\u0000-\u007F]+/.test(a),
648
+ 'Route with path "' + a + '" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path.'
653
649
  ));
654
- var c = n.pathToRegexpOptions || {}, u = _r(o, i, c.strict);
650
+ var c = n.pathToRegexpOptions || {}, u = Cr(a, i, c.strict);
655
651
  typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
656
- var d = {
652
+ var p = {
657
653
  path: u,
658
- regex: gr(u, c),
654
+ regex: Rr(u, c),
659
655
  components: n.components || { default: n.component },
660
656
  alias: n.alias ? typeof n.alias == "string" ? [n.alias] : n.alias : [],
661
657
  instances: {},
662
658
  enteredCbs: {},
663
- name: a,
659
+ name: o,
664
660
  parent: i,
665
661
  matchAs: s,
666
662
  redirect: n.redirect,
@@ -670,23 +666,23 @@ function pe(t, e, r, n, i, s) {
670
666
  };
671
667
  if (n.children && (process.env.NODE_ENV !== "production" && n.name && !n.redirect && n.children.some(function(l) {
672
668
  return /^\/?$/.test(l.path);
673
- }) && P(
669
+ }) && C(
674
670
  !1,
675
- "Named Route '" + n.name + `' has a default child route. When navigating to this named route (:to="{name: '` + n.name + `'}"), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead.`
671
+ "Named Route '" + n.name + "' has a default child route. When navigating to this named route (:to=\"{name: '" + n.name + "'}\"), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead."
676
672
  ), n.children.forEach(function(l) {
677
- var f = s ? L(s + "/" + l.path) : void 0;
678
- pe(t, e, r, l, d, f);
679
- })), e[d.path] || (t.push(d.path), e[d.path] = d), n.alias !== void 0)
673
+ var f = s ? O(s + "/" + l.path) : void 0;
674
+ pe(t, e, r, l, p, f);
675
+ })), e[p.path] || (t.push(p.path), e[p.path] = p), n.alias !== void 0)
680
676
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
681
677
  var v = m[h];
682
- if (process.env.NODE_ENV !== "production" && v === o) {
683
- P(
678
+ if (process.env.NODE_ENV !== "production" && v === a) {
679
+ C(
684
680
  !1,
685
- 'Found an alias with the same value as the path: "' + o + '". You have to remove that alias. It will be ignored in development.'
681
+ 'Found an alias with the same value as the path: "' + a + '". You have to remove that alias. It will be ignored in development.'
686
682
  );
687
683
  continue;
688
684
  }
689
- var p = {
685
+ var d = {
690
686
  path: v,
691
687
  children: n.children
692
688
  };
@@ -694,23 +690,23 @@ function pe(t, e, r, n, i, s) {
694
690
  t,
695
691
  e,
696
692
  r,
697
- p,
693
+ d,
698
694
  i,
699
- d.path || "/"
695
+ p.path || "/"
700
696
  // matchAs
701
697
  );
702
698
  }
703
- a && (r[a] ? process.env.NODE_ENV !== "production" && !s && P(
699
+ o && (r[o] ? process.env.NODE_ENV !== "production" && !s && C(
704
700
  !1,
705
- 'Duplicate named routes definition: { name: "' + a + '", path: "' + d.path + '" }'
706
- ) : r[a] = d);
701
+ 'Duplicate named routes definition: { name: "' + o + '", path: "' + p.path + '" }'
702
+ ) : r[o] = p);
707
703
  }
708
- function gr(t, e) {
709
- var r = q(t, [], e);
704
+ function Rr(t, e) {
705
+ var r = M(t, [], e);
710
706
  if (process.env.NODE_ENV !== "production") {
711
707
  var n = /* @__PURE__ */ Object.create(null);
712
708
  r.keys.forEach(function(i) {
713
- P(
709
+ C(
714
710
  !n[i.name],
715
711
  'Duplicate param keys in route with path: "' + t + '"'
716
712
  ), n[i.name] = !0;
@@ -718,20 +714,20 @@ function gr(t, e) {
718
714
  }
719
715
  return r;
720
716
  }
721
- function _r(t, e, r) {
722
- return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : L(e.path + "/" + t);
717
+ function Cr(t, e, r) {
718
+ return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
723
719
  }
724
- function wr(t, e) {
720
+ function Pr(t, e) {
725
721
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
726
- function o(v) {
722
+ function a(v) {
727
723
  G(v, n, i, s);
728
724
  }
729
- function a(v, p) {
725
+ function o(v, d) {
730
726
  var l = typeof v != "object" ? s[v] : void 0;
731
- G([p || v], n, i, s, l), l && l.alias.length && G(
727
+ G([d || v], n, i, s, l), l && l.alias.length && G(
732
728
  // $flow-disable-line route is defined if parent is
733
729
  l.alias.map(function(f) {
734
- return { path: f, children: [p] };
730
+ return { path: f, children: [d] };
735
731
  }),
736
732
  n,
737
733
  i,
@@ -744,81 +740,81 @@ function wr(t, e) {
744
740
  return i[v];
745
741
  });
746
742
  }
747
- function u(v, p, l) {
748
- var f = be(v, p, !1, e), y = f.name;
743
+ function u(v, d, l) {
744
+ var f = we(v, d, !1, e), y = f.name;
749
745
  if (y) {
750
746
  var _ = s[y];
751
- if (process.env.NODE_ENV !== "production" && P(_, "Route with name '" + y + "' does not exist"), !_)
747
+ if (process.env.NODE_ENV !== "production" && C(_, "Route with name '" + y + "' does not exist"), !_)
752
748
  return h(null, f);
753
749
  var g = _.regex.keys.filter(function($) {
754
750
  return !$.optional;
755
751
  }).map(function($) {
756
752
  return $.name;
757
753
  });
758
- if (typeof f.params != "object" && (f.params = {}), p && typeof p.params == "object")
759
- for (var b in p.params)
760
- !(b in f.params) && g.indexOf(b) > -1 && (f.params[b] = p.params[b]);
754
+ if (typeof f.params != "object" && (f.params = {}), d && typeof d.params == "object")
755
+ for (var w in d.params)
756
+ !(w in f.params) && g.indexOf(w) > -1 && (f.params[w] = d.params[w]);
761
757
  return f.path = J(_.path, f.params, 'named route "' + y + '"'), h(_, f, l);
762
758
  } else if (f.path) {
763
759
  f.params = {};
764
760
  for (var R = 0; R < n.length; R++) {
765
- var C = n[R], E = i[C];
766
- if (br(E.regex, f.path, f.params))
761
+ var P = n[R], E = i[P];
762
+ if (Er(E.regex, f.path, f.params))
767
763
  return h(E, f, l);
768
764
  }
769
765
  }
770
766
  return h(null, f);
771
767
  }
772
- function d(v, p) {
773
- var l = v.redirect, f = typeof l == "function" ? l(te(v, p, null, e)) : l;
768
+ function p(v, d) {
769
+ var l = v.redirect, f = typeof l == "function" ? l(te(v, d, null, e)) : l;
774
770
  if (typeof f == "string" && (f = { path: f }), !f || typeof f != "object")
775
- return process.env.NODE_ENV !== "production" && P(
771
+ return process.env.NODE_ENV !== "production" && C(
776
772
  !1,
777
773
  "invalid redirect option: " + JSON.stringify(f)
778
- ), h(null, p);
779
- var y = f, _ = y.name, g = y.path, b = p.query, R = p.hash, C = p.params;
780
- if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, C = y.hasOwnProperty("params") ? y.params : C, _) {
774
+ ), h(null, d);
775
+ var y = f, _ = y.name, g = y.path, w = d.query, R = d.hash, P = d.params;
776
+ if (w = y.hasOwnProperty("query") ? y.query : w, R = y.hasOwnProperty("hash") ? y.hash : R, P = y.hasOwnProperty("params") ? y.params : P, _) {
781
777
  var E = s[_];
782
- return process.env.NODE_ENV !== "production" && I(E, 'redirect failed: named route "' + _ + '" not found.'), u({
778
+ return process.env.NODE_ENV !== "production" && V(E, 'redirect failed: named route "' + _ + '" not found.'), u({
783
779
  _normalized: !0,
784
780
  name: _,
785
- query: b,
781
+ query: w,
786
782
  hash: R,
787
- params: C
788
- }, void 0, p);
783
+ params: P
784
+ }, void 0, d);
789
785
  } else if (g) {
790
- var $ = Rr(g, v), M = J($, C, 'redirect route with path "' + $ + '"');
786
+ var $ = Sr(g, v), U = J($, P, 'redirect route with path "' + $ + '"');
791
787
  return u({
792
788
  _normalized: !0,
793
- path: M,
794
- query: b,
789
+ path: U,
790
+ query: w,
795
791
  hash: R
796
- }, void 0, p);
792
+ }, void 0, d);
797
793
  } else
798
- return process.env.NODE_ENV !== "production" && P(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, p);
794
+ return process.env.NODE_ENV !== "production" && C(!1, "invalid redirect option: " + JSON.stringify(f)), h(null, d);
799
795
  }
800
- function m(v, p, l) {
801
- var f = J(l, p.params, 'aliased route with path "' + l + '"'), y = u({
796
+ function m(v, d, l) {
797
+ var f = J(l, d.params, 'aliased route with path "' + l + '"'), y = u({
802
798
  _normalized: !0,
803
799
  path: f
804
800
  });
805
801
  if (y) {
806
802
  var _ = y.matched, g = _[_.length - 1];
807
- return p.params = y.params, h(g, p);
803
+ return d.params = y.params, h(g, d);
808
804
  }
809
- return h(null, p);
805
+ return h(null, d);
810
806
  }
811
- function h(v, p, l) {
812
- return v && v.redirect ? d(v, l || p) : v && v.matchAs ? m(v, p, v.matchAs) : te(v, p, l, e);
807
+ function h(v, d, l) {
808
+ return v && v.redirect ? p(v, l || d) : v && v.matchAs ? m(v, d, v.matchAs) : te(v, d, l, e);
813
809
  }
814
810
  return {
815
811
  match: u,
816
- addRoute: a,
812
+ addRoute: o,
817
813
  getRoutes: c,
818
- addRoutes: o
814
+ addRoutes: a
819
815
  };
820
816
  }
821
- function br(t, e, r) {
817
+ function Er(t, e, r) {
822
818
  var n = e.match(t);
823
819
  if (n) {
824
820
  if (!r)
@@ -826,83 +822,83 @@ function br(t, e, r) {
826
822
  } else
827
823
  return !1;
828
824
  for (var i = 1, s = n.length; i < s; ++i) {
829
- var o = t.keys[i - 1];
830
- o && (r[o.name || "pathMatch"] = typeof n[i] == "string" ? fe(n[i]) : n[i]);
825
+ var a = t.keys[i - 1];
826
+ a && (r[a.name || "pathMatch"] = typeof n[i] == "string" ? fe(n[i]) : n[i]);
831
827
  }
832
828
  return !0;
833
829
  }
834
- function Rr(t, e) {
835
- return Ze(t, e.parent ? e.parent.path : "/", !0);
830
+ function Sr(t, e) {
831
+ return tt(t, e.parent ? e.parent.path : "/", !0);
836
832
  }
837
- var Pr = F && window.performance && window.performance.now ? window.performance : Date;
838
- function st() {
839
- return Pr.now().toFixed(3);
833
+ var kr = z && window.performance && window.performance.now ? window.performance : Date;
834
+ function ot() {
835
+ return kr.now().toFixed(3);
840
836
  }
841
- var ot = st();
842
- function ae() {
843
- return ot;
837
+ var ct = ot();
838
+ function oe() {
839
+ return ct;
844
840
  }
845
- function at(t) {
846
- return ot = t;
841
+ function ut(t) {
842
+ return ct = t;
847
843
  }
848
- var ct = /* @__PURE__ */ Object.create(null);
849
- function ut() {
844
+ var lt = /* @__PURE__ */ Object.create(null);
845
+ function ft() {
850
846
  "scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
851
847
  var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = k({}, window.history.state);
852
- return r.key = ae(), window.history.replaceState(r, "", e), window.addEventListener("popstate", Ve), function() {
853
- window.removeEventListener("popstate", Ve);
848
+ return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", je), function() {
849
+ window.removeEventListener("popstate", je);
854
850
  };
855
851
  }
856
- function O(t, e, r, n) {
852
+ function L(t, e, r, n) {
857
853
  if (t.app) {
858
854
  var i = t.options.scrollBehavior;
859
- i && (process.env.NODE_ENV !== "production" && I(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
860
- var s = Cr(), o = i.call(
855
+ i && (process.env.NODE_ENV !== "production" && V(typeof i == "function", "scrollBehavior must be a function"), t.app.$nextTick(function() {
856
+ var s = xr(), a = i.call(
861
857
  t,
862
858
  e,
863
859
  r,
864
860
  n ? s : null
865
861
  );
866
- o && (typeof o.then == "function" ? o.then(function(a) {
867
- qe(a, s);
868
- }).catch(function(a) {
869
- process.env.NODE_ENV !== "production" && I(!1, a.toString());
870
- }) : qe(o, s));
862
+ a && (typeof a.then == "function" ? a.then(function(o) {
863
+ Me(o, s);
864
+ }).catch(function(o) {
865
+ process.env.NODE_ENV !== "production" && V(!1, o.toString());
866
+ }) : Me(a, s));
871
867
  }));
872
868
  }
873
869
  }
874
- function lt() {
875
- var t = ae();
876
- t && (ct[t] = {
870
+ function ht() {
871
+ var t = oe();
872
+ t && (lt[t] = {
877
873
  x: window.pageXOffset,
878
874
  y: window.pageYOffset
879
875
  });
880
876
  }
881
- function Ve(t) {
882
- lt(), t.state && t.state.key && at(t.state.key);
877
+ function je(t) {
878
+ ht(), t.state && t.state.key && ut(t.state.key);
883
879
  }
884
- function Cr() {
885
- var t = ae();
880
+ function xr() {
881
+ var t = oe();
886
882
  if (t)
887
- return ct[t];
883
+ return lt[t];
888
884
  }
889
- function Er(t, e) {
885
+ function $r(t, e) {
890
886
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
891
887
  return {
892
888
  x: i.left - n.left - e.x,
893
889
  y: i.top - n.top - e.y
894
890
  };
895
891
  }
896
- function je(t) {
892
+ function Be(t) {
897
893
  return B(t.x) || B(t.y);
898
894
  }
899
- function Be(t) {
895
+ function qe(t) {
900
896
  return {
901
897
  x: B(t.x) ? t.x : window.pageXOffset,
902
898
  y: B(t.y) ? t.y : window.pageYOffset
903
899
  };
904
900
  }
905
- function Sr(t) {
901
+ function Nr(t) {
906
902
  return {
907
903
  x: B(t.x) ? t.x : 0,
908
904
  y: B(t.y) ? t.y : 0
@@ -911,18 +907,18 @@ function Sr(t) {
911
907
  function B(t) {
912
908
  return typeof t == "number";
913
909
  }
914
- var kr = /^#\d/;
915
- function qe(t, e) {
910
+ var Or = /^#\d/;
911
+ function Me(t, e) {
916
912
  var r = typeof t == "object";
917
913
  if (r && typeof t.selector == "string") {
918
- var n = kr.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
914
+ var n = Or.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
919
915
  if (n) {
920
916
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
921
- i = Sr(i), e = Er(n, i);
917
+ i = Nr(i), e = $r(n, i);
922
918
  } else
923
- je(t) && (e = Be(t));
919
+ Be(t) && (e = qe(t));
924
920
  } else
925
- r && je(t) && (e = Be(t));
921
+ r && Be(t) && (e = qe(t));
926
922
  e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
927
923
  left: e.x,
928
924
  top: e.y,
@@ -930,19 +926,19 @@ function qe(t, e) {
930
926
  behavior: t.behavior
931
927
  }) : window.scrollTo(e.x, e.y));
932
928
  }
933
- var T = F && function() {
929
+ var T = z && function() {
934
930
  var t = window.navigator.userAgent;
935
931
  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";
936
932
  }();
937
933
  function se(t, e) {
938
- lt();
934
+ ht();
939
935
  var r = window.history;
940
936
  try {
941
937
  if (e) {
942
938
  var n = k({}, r.state);
943
- n.key = ae(), r.replaceState(n, "", t);
939
+ n.key = oe(), r.replaceState(n, "", t);
944
940
  } else
945
- r.pushState({ key: at(st()) }, "", t);
941
+ r.pushState({ key: ut(ot()) }, "", t);
946
942
  } catch {
947
943
  window.location[e ? "replace" : "assign"](t);
948
944
  }
@@ -950,44 +946,44 @@ function se(t, e) {
950
946
  function de(t) {
951
947
  se(t, !0);
952
948
  }
953
- var V = {
949
+ var A = {
954
950
  redirected: 2,
955
951
  aborted: 4,
956
952
  cancelled: 8,
957
953
  duplicated: 16
958
954
  };
959
- function xr(t, e) {
955
+ function Lr(t, e) {
960
956
  return ce(
961
957
  t,
962
958
  e,
963
- V.redirected,
964
- 'Redirected when going from "' + t.fullPath + '" to "' + Or(
959
+ A.redirected,
960
+ 'Redirected when going from "' + t.fullPath + '" to "' + Ar(
965
961
  e
966
962
  ) + '" via a navigation guard.'
967
963
  );
968
964
  }
969
- function $r(t, e) {
965
+ function Tr(t, e) {
970
966
  var r = ce(
971
967
  t,
972
968
  e,
973
- V.duplicated,
969
+ A.duplicated,
974
970
  'Avoided redundant navigation to current location: "' + t.fullPath + '".'
975
971
  );
976
972
  return r.name = "NavigationDuplicated", r;
977
973
  }
978
- function Me(t, e) {
974
+ function Ue(t, e) {
979
975
  return ce(
980
976
  t,
981
977
  e,
982
- V.cancelled,
978
+ A.cancelled,
983
979
  'Navigation cancelled from "' + t.fullPath + '" to "' + e.fullPath + '" with a new navigation.'
984
980
  );
985
981
  }
986
- function Nr(t, e) {
982
+ function Ir(t, e) {
987
983
  return ce(
988
984
  t,
989
985
  e,
990
- V.aborted,
986
+ A.aborted,
991
987
  'Navigation aborted from "' + t.fullPath + '" to "' + e.fullPath + '" via a navigation guard.'
992
988
  );
993
989
  }
@@ -995,24 +991,24 @@ function ce(t, e, r, n) {
995
991
  var i = new Error(n);
996
992
  return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
997
993
  }
998
- var Lr = ["params", "query", "hash"];
999
- function Or(t) {
994
+ var Vr = ["params", "query", "hash"];
995
+ function Ar(t) {
1000
996
  if (typeof t == "string")
1001
997
  return t;
1002
998
  if ("path" in t)
1003
999
  return t.path;
1004
1000
  var e = {};
1005
- return Lr.forEach(function(r) {
1001
+ return Vr.forEach(function(r) {
1006
1002
  r in t && (e[r] = t[r]);
1007
1003
  }), JSON.stringify(e, null, 2);
1008
1004
  }
1009
- function oe(t) {
1005
+ function ae(t) {
1010
1006
  return Object.prototype.toString.call(t).indexOf("Error") > -1;
1011
1007
  }
1012
1008
  function ue(t, e) {
1013
- return oe(t) && t._isRouter && (e == null || t.type === e);
1009
+ return ae(t) && t._isRouter && (e == null || t.type === e);
1014
1010
  }
1015
- function Ue(t, e, r) {
1011
+ function De(t, e, r) {
1016
1012
  var n = function(i) {
1017
1013
  i >= t.length ? r() : t[i] ? e(t[i], function() {
1018
1014
  n(i + 1);
@@ -1020,20 +1016,20 @@ function Ue(t, e, r) {
1020
1016
  };
1021
1017
  n(0);
1022
1018
  }
1023
- function Tr(t) {
1019
+ function jr(t) {
1024
1020
  return function(e, r, n) {
1025
- var i = !1, s = 0, o = null;
1026
- ft(t, function(a, c, u, d) {
1027
- if (typeof a == "function" && a.cid === void 0) {
1021
+ var i = !1, s = 0, a = null;
1022
+ pt(t, function(o, c, u, p) {
1023
+ if (typeof o == "function" && o.cid === void 0) {
1028
1024
  i = !0, s++;
1029
- var m = De(function(l) {
1030
- Ir(l) && (l = l.default), a.resolved = typeof l == "function" ? l : ne.extend(l), u.components[d] = l, s--, s <= 0 && n();
1031
- }), h = De(function(l) {
1032
- var f = "Failed to resolve async component " + d + ": " + l;
1033
- process.env.NODE_ENV !== "production" && P(!1, f), o || (o = oe(l) ? l : new Error(f), n(o));
1025
+ var m = We(function(l) {
1026
+ qr(l) && (l = l.default), o.resolved = typeof l == "function" ? l : ne.extend(l), u.components[p] = l, s--, s <= 0 && n();
1027
+ }), h = We(function(l) {
1028
+ var f = "Failed to resolve async component " + p + ": " + l;
1029
+ process.env.NODE_ENV !== "production" && C(!1, f), a || (a = ae(l) ? l : new Error(f), n(a));
1034
1030
  }), v;
1035
1031
  try {
1036
- v = a(m, h);
1032
+ v = o(m, h);
1037
1033
  } catch (l) {
1038
1034
  h(l);
1039
1035
  }
@@ -1041,15 +1037,15 @@ function Tr(t) {
1041
1037
  if (typeof v.then == "function")
1042
1038
  v.then(m, h);
1043
1039
  else {
1044
- var p = v.component;
1045
- p && typeof p.then == "function" && p.then(m, h);
1040
+ var d = v.component;
1041
+ d && typeof d.then == "function" && d.then(m, h);
1046
1042
  }
1047
1043
  }
1048
1044
  }), i || n();
1049
1045
  };
1050
1046
  }
1051
- function ft(t, e) {
1052
- return ht(t.map(function(r) {
1047
+ function pt(t, e) {
1048
+ return dt(t.map(function(r) {
1053
1049
  return Object.keys(r.components).map(function(n) {
1054
1050
  return e(
1055
1051
  r.components[n],
@@ -1060,14 +1056,14 @@ function ft(t, e) {
1060
1056
  });
1061
1057
  }));
1062
1058
  }
1063
- function ht(t) {
1059
+ function dt(t) {
1064
1060
  return Array.prototype.concat.apply([], t);
1065
1061
  }
1066
- var Ar = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1067
- function Ir(t) {
1068
- return t.__esModule || Ar && t[Symbol.toStringTag] === "Module";
1062
+ var Br = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1063
+ function qr(t) {
1064
+ return t.__esModule || Br && t[Symbol.toStringTag] === "Module";
1069
1065
  }
1070
- function De(t) {
1066
+ function We(t) {
1071
1067
  var e = !1;
1072
1068
  return function() {
1073
1069
  for (var r = [], n = arguments.length; n--; )
@@ -1077,7 +1073,7 @@ function De(t) {
1077
1073
  };
1078
1074
  }
1079
1075
  var x = function(e, r) {
1080
- this.router = e, this.base = Vr(r), this.current = A, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1076
+ this.router = e, this.base = Mr(r), this.current = I, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1081
1077
  };
1082
1078
  x.prototype.listen = function(e) {
1083
1079
  this.cb = e;
@@ -1092,24 +1088,24 @@ x.prototype.transitionTo = function(e, r, n) {
1092
1088
  var i = this, s;
1093
1089
  try {
1094
1090
  s = this.router.match(e, this.current);
1095
- } catch (a) {
1091
+ } catch (o) {
1096
1092
  throw this.errorCbs.forEach(function(c) {
1097
- c(a);
1098
- }), a;
1093
+ c(o);
1094
+ }), o;
1099
1095
  }
1100
- var o = this.current;
1096
+ var a = this.current;
1101
1097
  this.confirmTransition(
1102
1098
  s,
1103
1099
  function() {
1104
- i.updateRoute(s), r && r(s), i.ensureURL(), i.router.afterHooks.forEach(function(a) {
1105
- a && a(s, o);
1106
- }), i.ready || (i.ready = !0, i.readyCbs.forEach(function(a) {
1107
- a(s);
1100
+ i.updateRoute(s), r && r(s), i.ensureURL(), i.router.afterHooks.forEach(function(o) {
1101
+ o && o(s, a);
1102
+ }), i.ready || (i.ready = !0, i.readyCbs.forEach(function(o) {
1103
+ o(s);
1108
1104
  }));
1109
1105
  },
1110
- function(a) {
1111
- n && n(a), a && !i.ready && (!ue(a, V.redirected) || o !== A) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1112
- c(a);
1106
+ function(o) {
1107
+ n && n(o), o && !i.ready && (!ue(o, A.redirected) || a !== I) && (i.ready = !0, i.readyErrorCbs.forEach(function(c) {
1108
+ c(o);
1113
1109
  }));
1114
1110
  }
1115
1111
  );
@@ -1117,48 +1113,48 @@ x.prototype.transitionTo = function(e, r, n) {
1117
1113
  x.prototype.confirmTransition = function(e, r, n) {
1118
1114
  var i = this, s = this.current;
1119
1115
  this.pending = e;
1120
- var o = function(l) {
1121
- !ue(l) && oe(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
1116
+ var a = function(l) {
1117
+ !ue(l) && ae(l) && (i.errorCbs.length ? i.errorCbs.forEach(function(f) {
1122
1118
  f(l);
1123
- }) : (process.env.NODE_ENV !== "production" && P(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1124
- }, a = e.matched.length - 1, c = s.matched.length - 1;
1125
- if (Xe(e, s) && // in the case the route map has been dynamically appended to
1126
- a === c && e.matched[a] === s.matched[c])
1127
- return this.ensureURL(), e.hash && O(this.router, s, e, !1), o($r(s, e));
1128
- var u = jr(
1119
+ }) : (process.env.NODE_ENV !== "production" && C(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1120
+ }, o = e.matched.length - 1, c = s.matched.length - 1;
1121
+ if (Ze(e, s) && // in the case the route map has been dynamically appended to
1122
+ o === c && e.matched[o] === s.matched[c])
1123
+ return this.ensureURL(), e.hash && L(this.router, s, e, !1), a(Tr(s, e));
1124
+ var u = Ur(
1129
1125
  this.current.matched,
1130
1126
  e.matched
1131
- ), d = u.updated, m = u.deactivated, h = u.activated, v = [].concat(
1127
+ ), p = u.updated, m = u.deactivated, h = u.activated, v = [].concat(
1132
1128
  // in-component leave guards
1133
- qr(m),
1129
+ Wr(m),
1134
1130
  // global before hooks
1135
1131
  this.router.beforeHooks,
1136
1132
  // in-component update hooks
1137
- Mr(d),
1133
+ Fr(p),
1138
1134
  // in-config enter guards
1139
1135
  h.map(function(l) {
1140
1136
  return l.beforeEnter;
1141
1137
  }),
1142
1138
  // async components
1143
- Tr(h)
1144
- ), p = function(l, f) {
1139
+ jr(h)
1140
+ ), d = function(l, f) {
1145
1141
  if (i.pending !== e)
1146
- return o(Me(s, e));
1142
+ return a(Ue(s, e));
1147
1143
  try {
1148
1144
  l(e, s, function(y) {
1149
- y === !1 ? (i.ensureURL(!0), o(Nr(s, e))) : oe(y) ? (i.ensureURL(!0), o(y)) : typeof y == "string" || typeof y == "object" && (typeof y.path == "string" || typeof y.name == "string") ? (o(xr(s, e)), typeof y == "object" && y.replace ? i.replace(y) : i.push(y)) : f(y);
1145
+ y === !1 ? (i.ensureURL(!0), a(Ir(s, e))) : ae(y) ? (i.ensureURL(!0), a(y)) : typeof y == "string" || typeof y == "object" && (typeof y.path == "string" || typeof y.name == "string") ? (a(Lr(s, e)), typeof y == "object" && y.replace ? i.replace(y) : i.push(y)) : f(y);
1150
1146
  });
1151
1147
  } catch (y) {
1152
- o(y);
1148
+ a(y);
1153
1149
  }
1154
1150
  };
1155
- Ue(v, p, function() {
1156
- var l = Ur(h), f = l.concat(i.router.resolveHooks);
1157
- Ue(f, p, function() {
1151
+ De(v, d, function() {
1152
+ var l = zr(h), f = l.concat(i.router.resolveHooks);
1153
+ De(f, d, function() {
1158
1154
  if (i.pending !== e)
1159
- return o(Me(s, e));
1155
+ return a(Ue(s, e));
1160
1156
  i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
1161
- Ye(e);
1157
+ et(e);
1162
1158
  });
1163
1159
  });
1164
1160
  });
@@ -1171,18 +1167,18 @@ x.prototype.setupListeners = function() {
1171
1167
  x.prototype.teardown = function() {
1172
1168
  this.listeners.forEach(function(e) {
1173
1169
  e();
1174
- }), this.listeners = [], this.current = A, this.pending = null;
1170
+ }), this.listeners = [], this.current = I, this.pending = null;
1175
1171
  };
1176
- function Vr(t) {
1172
+ function Mr(t) {
1177
1173
  if (!t)
1178
- if (F) {
1174
+ if (z) {
1179
1175
  var e = document.querySelector("base");
1180
1176
  t = e && e.getAttribute("href") || "/", t = t.replace(/^https?:\/\/[^\/]+/, "");
1181
1177
  } else
1182
1178
  t = "/";
1183
1179
  return t.charAt(0) !== "/" && (t = "/" + t), t.replace(/\/$/, "");
1184
1180
  }
1185
- function jr(t, e) {
1181
+ function Ur(t, e) {
1186
1182
  var r, n = Math.max(t.length, e.length);
1187
1183
  for (r = 0; r < n && t[r] === e[r]; r++)
1188
1184
  ;
@@ -1193,127 +1189,127 @@ function jr(t, e) {
1193
1189
  };
1194
1190
  }
1195
1191
  function Re(t, e, r, n) {
1196
- var i = ft(t, function(s, o, a, c) {
1197
- var u = Br(s, e);
1192
+ var i = pt(t, function(s, a, o, c) {
1193
+ var u = Dr(s, e);
1198
1194
  if (u)
1199
- return Array.isArray(u) ? u.map(function(d) {
1200
- return r(d, o, a, c);
1201
- }) : r(u, o, a, c);
1195
+ return Array.isArray(u) ? u.map(function(p) {
1196
+ return r(p, a, o, c);
1197
+ }) : r(u, a, o, c);
1202
1198
  });
1203
- return ht(n ? i.reverse() : i);
1199
+ return dt(n ? i.reverse() : i);
1204
1200
  }
1205
- function Br(t, e) {
1201
+ function Dr(t, e) {
1206
1202
  return typeof t != "function" && (t = ne.extend(t)), t.options[e];
1207
1203
  }
1208
- function qr(t) {
1209
- return Re(t, "beforeRouteLeave", pt, !0);
1204
+ function Wr(t) {
1205
+ return Re(t, "beforeRouteLeave", vt, !0);
1210
1206
  }
1211
- function Mr(t) {
1212
- return Re(t, "beforeRouteUpdate", pt);
1207
+ function Fr(t) {
1208
+ return Re(t, "beforeRouteUpdate", vt);
1213
1209
  }
1214
- function pt(t, e) {
1210
+ function vt(t, e) {
1215
1211
  if (e)
1216
1212
  return function() {
1217
1213
  return t.apply(e, arguments);
1218
1214
  };
1219
1215
  }
1220
- function Ur(t) {
1216
+ function zr(t) {
1221
1217
  return Re(
1222
1218
  t,
1223
1219
  "beforeRouteEnter",
1224
1220
  function(e, r, n, i) {
1225
- return Dr(e, n, i);
1221
+ return Hr(e, n, i);
1226
1222
  }
1227
1223
  );
1228
1224
  }
1229
- function Dr(t, e, r) {
1230
- return function(i, s, o) {
1231
- return t(i, s, function(a) {
1232
- typeof a == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(a)), o(a);
1225
+ function Hr(t, e, r) {
1226
+ return function(i, s, a) {
1227
+ return t(i, s, function(o) {
1228
+ typeof o == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(o)), a(o);
1233
1229
  });
1234
1230
  };
1235
1231
  }
1236
- var dt = /* @__PURE__ */ function(t) {
1232
+ var mt = /* @__PURE__ */ function(t) {
1237
1233
  function e(r, n) {
1238
- t.call(this, r, n), this._startLocation = D(this.base);
1234
+ t.call(this, r, n), this._startLocation = W(this.base);
1239
1235
  }
1240
1236
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1241
1237
  var n = this;
1242
1238
  if (!(this.listeners.length > 0)) {
1243
- var i = this.router, s = i.options.scrollBehavior, o = T && s;
1244
- o && this.listeners.push(ut());
1245
- var a = function() {
1246
- var c = n.current, u = D(n.base);
1247
- n.current === A && u === n._startLocation || n.transitionTo(u, function(d) {
1248
- o && O(i, d, c, !0);
1239
+ var i = this.router, s = i.options.scrollBehavior, a = T && s;
1240
+ a && this.listeners.push(ft());
1241
+ var o = function() {
1242
+ var c = n.current, u = W(n.base);
1243
+ n.current === I && u === n._startLocation || n.transitionTo(u, function(p) {
1244
+ a && L(i, p, c, !0);
1249
1245
  });
1250
1246
  };
1251
- window.addEventListener("popstate", a), this.listeners.push(function() {
1252
- window.removeEventListener("popstate", a);
1247
+ window.addEventListener("popstate", o), this.listeners.push(function() {
1248
+ window.removeEventListener("popstate", o);
1253
1249
  });
1254
1250
  }
1255
1251
  }, e.prototype.go = function(n) {
1256
1252
  window.history.go(n);
1257
1253
  }, e.prototype.push = function(n, i, s) {
1258
- var o = this, a = this, c = a.current;
1254
+ var a = this, o = this, c = o.current;
1259
1255
  this.transitionTo(n, function(u) {
1260
- se(L(o.base + u.fullPath)), O(o.router, u, c, !1), i && i(u);
1256
+ se(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1261
1257
  }, s);
1262
1258
  }, e.prototype.replace = function(n, i, s) {
1263
- var o = this, a = this, c = a.current;
1259
+ var a = this, o = this, c = o.current;
1264
1260
  this.transitionTo(n, function(u) {
1265
- de(L(o.base + u.fullPath)), O(o.router, u, c, !1), i && i(u);
1261
+ de(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1266
1262
  }, s);
1267
1263
  }, e.prototype.ensureURL = function(n) {
1268
- if (D(this.base) !== this.current.fullPath) {
1269
- var i = L(this.base + this.current.fullPath);
1264
+ if (W(this.base) !== this.current.fullPath) {
1265
+ var i = O(this.base + this.current.fullPath);
1270
1266
  n ? se(i) : de(i);
1271
1267
  }
1272
1268
  }, e.prototype.getCurrentLocation = function() {
1273
- return D(this.base);
1269
+ return W(this.base);
1274
1270
  }, e;
1275
1271
  }(x);
1276
- function D(t) {
1272
+ function W(t) {
1277
1273
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1278
- return t && (r === n || r.indexOf(L(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1274
+ return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1279
1275
  }
1280
- var vt = /* @__PURE__ */ function(t) {
1276
+ var yt = /* @__PURE__ */ function(t) {
1281
1277
  function e(r, n, i) {
1282
- t.call(this, r, n), !(i && zr(this.base)) && ze();
1278
+ t.call(this, r, n), !(i && Gr(this.base)) && Fe();
1283
1279
  }
1284
1280
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1285
1281
  var n = this;
1286
1282
  if (!(this.listeners.length > 0)) {
1287
- var i = this.router, s = i.options.scrollBehavior, o = T && s;
1288
- o && this.listeners.push(ut());
1289
- var a = function() {
1283
+ var i = this.router, s = i.options.scrollBehavior, a = T && s;
1284
+ a && this.listeners.push(ft());
1285
+ var o = function() {
1290
1286
  var u = n.current;
1291
- ze() && n.transitionTo(X(), function(d) {
1292
- o && O(n.router, d, u, !0), T || Y(d.fullPath);
1287
+ Fe() && n.transitionTo(X(), function(p) {
1288
+ a && L(n.router, p, u, !0), T || Y(p.fullPath);
1293
1289
  });
1294
1290
  }, c = T ? "popstate" : "hashchange";
1295
1291
  window.addEventListener(
1296
1292
  c,
1297
- a
1293
+ o
1298
1294
  ), this.listeners.push(function() {
1299
- window.removeEventListener(c, a);
1295
+ window.removeEventListener(c, o);
1300
1296
  });
1301
1297
  }
1302
1298
  }, e.prototype.push = function(n, i, s) {
1303
- var o = this, a = this, c = a.current;
1299
+ var a = this, o = this, c = o.current;
1304
1300
  this.transitionTo(
1305
1301
  n,
1306
1302
  function(u) {
1307
- We(u.fullPath), O(o.router, u, c, !1), i && i(u);
1303
+ ze(u.fullPath), L(a.router, u, c, !1), i && i(u);
1308
1304
  },
1309
1305
  s
1310
1306
  );
1311
1307
  }, e.prototype.replace = function(n, i, s) {
1312
- var o = this, a = this, c = a.current;
1308
+ var a = this, o = this, c = o.current;
1313
1309
  this.transitionTo(
1314
1310
  n,
1315
1311
  function(u) {
1316
- Y(u.fullPath), O(o.router, u, c, !1), i && i(u);
1312
+ Y(u.fullPath), L(a.router, u, c, !1), i && i(u);
1317
1313
  },
1318
1314
  s
1319
1315
  );
@@ -1321,17 +1317,17 @@ var vt = /* @__PURE__ */ function(t) {
1321
1317
  window.history.go(n);
1322
1318
  }, e.prototype.ensureURL = function(n) {
1323
1319
  var i = this.current.fullPath;
1324
- X() !== i && (n ? We(i) : Y(i));
1320
+ X() !== i && (n ? ze(i) : Y(i));
1325
1321
  }, e.prototype.getCurrentLocation = function() {
1326
1322
  return X();
1327
1323
  }, e;
1328
1324
  }(x);
1329
- function zr(t) {
1330
- var e = D(t);
1325
+ function Gr(t) {
1326
+ var e = W(t);
1331
1327
  if (!/^\/#/.test(e))
1332
- return window.location.replace(L(t + "/#" + e)), !0;
1328
+ return window.location.replace(O(t + "/#" + e)), !0;
1333
1329
  }
1334
- function ze() {
1330
+ function Fe() {
1335
1331
  var t = X();
1336
1332
  return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
1337
1333
  }
@@ -1343,48 +1339,48 @@ function ve(t) {
1343
1339
  var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
1344
1340
  return n + "#" + t;
1345
1341
  }
1346
- function We(t) {
1342
+ function ze(t) {
1347
1343
  T ? se(ve(t)) : window.location.hash = t;
1348
1344
  }
1349
1345
  function Y(t) {
1350
1346
  T ? de(ve(t)) : window.location.replace(ve(t));
1351
1347
  }
1352
- var Wr = /* @__PURE__ */ function(t) {
1348
+ var Qr = /* @__PURE__ */ function(t) {
1353
1349
  function e(r, n) {
1354
1350
  t.call(this, r, n), this.stack = [], this.index = -1;
1355
1351
  }
1356
1352
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.push = function(n, i, s) {
1357
- var o = this;
1353
+ var a = this;
1358
1354
  this.transitionTo(
1359
1355
  n,
1360
- function(a) {
1361
- o.stack = o.stack.slice(0, o.index + 1).concat(a), o.index++, i && i(a);
1356
+ function(o) {
1357
+ a.stack = a.stack.slice(0, a.index + 1).concat(o), a.index++, i && i(o);
1362
1358
  },
1363
1359
  s
1364
1360
  );
1365
1361
  }, e.prototype.replace = function(n, i, s) {
1366
- var o = this;
1362
+ var a = this;
1367
1363
  this.transitionTo(
1368
1364
  n,
1369
- function(a) {
1370
- o.stack = o.stack.slice(0, o.index).concat(a), i && i(a);
1365
+ function(o) {
1366
+ a.stack = a.stack.slice(0, a.index).concat(o), i && i(o);
1371
1367
  },
1372
1368
  s
1373
1369
  );
1374
1370
  }, e.prototype.go = function(n) {
1375
1371
  var i = this, s = this.index + n;
1376
1372
  if (!(s < 0 || s >= this.stack.length)) {
1377
- var o = this.stack[s];
1373
+ var a = this.stack[s];
1378
1374
  this.confirmTransition(
1379
- o,
1375
+ a,
1380
1376
  function() {
1381
- var a = i.current;
1382
- i.index = s, i.updateRoute(o), i.router.afterHooks.forEach(function(c) {
1383
- c && c(o, a);
1377
+ var o = i.current;
1378
+ i.index = s, i.updateRoute(a), i.router.afterHooks.forEach(function(c) {
1379
+ c && c(a, o);
1384
1380
  });
1385
1381
  },
1386
- function(a) {
1387
- ue(a, V.duplicated) && (i.index = s);
1382
+ function(o) {
1383
+ ue(o, A.duplicated) && (i.index = s);
1388
1384
  }
1389
1385
  );
1390
1386
  }
@@ -1393,46 +1389,46 @@ var Wr = /* @__PURE__ */ function(t) {
1393
1389
  return n ? n.fullPath : "/";
1394
1390
  }, e.prototype.ensureURL = function() {
1395
1391
  }, e;
1396
- }(x), w = function t(e) {
1397
- e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && P(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = wr(e.routes || [], this);
1392
+ }(x), b = function t(e) {
1393
+ e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && C(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = Pr(e.routes || [], this);
1398
1394
  var r = e.mode || "hash";
1399
- switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), F || (r = "abstract"), this.mode = r, r) {
1395
+ switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), z || (r = "abstract"), this.mode = r, r) {
1400
1396
  case "history":
1401
- this.history = new dt(this, e.base);
1397
+ this.history = new mt(this, e.base);
1402
1398
  break;
1403
1399
  case "hash":
1404
- this.history = new vt(this, e.base, this.fallback);
1400
+ this.history = new yt(this, e.base, this.fallback);
1405
1401
  break;
1406
1402
  case "abstract":
1407
- this.history = new Wr(this, e.base);
1403
+ this.history = new Qr(this, e.base);
1408
1404
  break;
1409
1405
  default:
1410
- process.env.NODE_ENV !== "production" && I(!1, "invalid mode: " + r);
1406
+ process.env.NODE_ENV !== "production" && V(!1, "invalid mode: " + r);
1411
1407
  }
1412
- }, mt = { currentRoute: { configurable: !0 } };
1413
- w.prototype.match = function(e, r, n) {
1408
+ }, gt = { currentRoute: { configurable: !0 } };
1409
+ b.prototype.match = function(e, r, n) {
1414
1410
  return this.matcher.match(e, r, n);
1415
1411
  };
1416
- mt.currentRoute.get = function() {
1412
+ gt.currentRoute.get = function() {
1417
1413
  return this.history && this.history.current;
1418
1414
  };
1419
- w.prototype.init = function(e) {
1415
+ b.prototype.init = function(e) {
1420
1416
  var r = this;
1421
- if (process.env.NODE_ENV !== "production" && I(
1417
+ if (process.env.NODE_ENV !== "production" && V(
1422
1418
  ie.installed,
1423
1419
  "not installed. Make sure to call `Vue.use(VueRouter)` before creating root instance."
1424
1420
  ), this.apps.push(e), e.$once("hook:destroyed", function() {
1425
- var o = r.apps.indexOf(e);
1426
- o > -1 && r.apps.splice(o, 1), r.app === e && (r.app = r.apps[0] || null), r.app || r.history.teardown();
1421
+ var a = r.apps.indexOf(e);
1422
+ a > -1 && r.apps.splice(a, 1), r.app === e && (r.app = r.apps[0] || null), r.app || r.history.teardown();
1427
1423
  }), !this.app) {
1428
1424
  this.app = e;
1429
1425
  var n = this.history;
1430
- if (n instanceof dt || n instanceof vt) {
1431
- var i = function(o) {
1432
- var a = n.current, c = r.options.scrollBehavior, u = T && c;
1433
- u && "fullPath" in o && O(r, o, a, !1);
1434
- }, s = function(o) {
1435
- n.setupListeners(), i(o);
1426
+ if (n instanceof mt || n instanceof yt) {
1427
+ var i = function(a) {
1428
+ var o = n.current, c = r.options.scrollBehavior, u = T && c;
1429
+ u && "fullPath" in a && L(r, a, o, !1);
1430
+ }, s = function(a) {
1431
+ n.setupListeners(), i(a);
1436
1432
  };
1437
1433
  n.transitionTo(
1438
1434
  n.getCurrentLocation(),
@@ -1440,54 +1436,54 @@ w.prototype.init = function(e) {
1440
1436
  s
1441
1437
  );
1442
1438
  }
1443
- n.listen(function(o) {
1444
- r.apps.forEach(function(a) {
1445
- a._route = o;
1439
+ n.listen(function(a) {
1440
+ r.apps.forEach(function(o) {
1441
+ o._route = a;
1446
1442
  });
1447
1443
  });
1448
1444
  }
1449
1445
  };
1450
- w.prototype.beforeEach = function(e) {
1451
- return Pe(this.beforeHooks, e);
1446
+ b.prototype.beforeEach = function(e) {
1447
+ return Ce(this.beforeHooks, e);
1452
1448
  };
1453
- w.prototype.beforeResolve = function(e) {
1454
- return Pe(this.resolveHooks, e);
1449
+ b.prototype.beforeResolve = function(e) {
1450
+ return Ce(this.resolveHooks, e);
1455
1451
  };
1456
- w.prototype.afterEach = function(e) {
1457
- return Pe(this.afterHooks, e);
1452
+ b.prototype.afterEach = function(e) {
1453
+ return Ce(this.afterHooks, e);
1458
1454
  };
1459
- w.prototype.onReady = function(e, r) {
1455
+ b.prototype.onReady = function(e, r) {
1460
1456
  this.history.onReady(e, r);
1461
1457
  };
1462
- w.prototype.onError = function(e) {
1458
+ b.prototype.onError = function(e) {
1463
1459
  this.history.onError(e);
1464
1460
  };
1465
- w.prototype.push = function(e, r, n) {
1461
+ b.prototype.push = function(e, r, n) {
1466
1462
  var i = this;
1467
1463
  if (!r && !n && typeof Promise < "u")
1468
- return new Promise(function(s, o) {
1469
- i.history.push(e, s, o);
1464
+ return new Promise(function(s, a) {
1465
+ i.history.push(e, s, a);
1470
1466
  });
1471
1467
  this.history.push(e, r, n);
1472
1468
  };
1473
- w.prototype.replace = function(e, r, n) {
1469
+ b.prototype.replace = function(e, r, n) {
1474
1470
  var i = this;
1475
1471
  if (!r && !n && typeof Promise < "u")
1476
- return new Promise(function(s, o) {
1477
- i.history.replace(e, s, o);
1472
+ return new Promise(function(s, a) {
1473
+ i.history.replace(e, s, a);
1478
1474
  });
1479
1475
  this.history.replace(e, r, n);
1480
1476
  };
1481
- w.prototype.go = function(e) {
1477
+ b.prototype.go = function(e) {
1482
1478
  this.history.go(e);
1483
1479
  };
1484
- w.prototype.back = function() {
1480
+ b.prototype.back = function() {
1485
1481
  this.go(-1);
1486
1482
  };
1487
- w.prototype.forward = function() {
1483
+ b.prototype.forward = function() {
1488
1484
  this.go(1);
1489
1485
  };
1490
- w.prototype.getMatchedComponents = function(e) {
1486
+ b.prototype.getMatchedComponents = function(e) {
1491
1487
  var r = e ? e.matched ? e : this.resolve(e).route : this.currentRoute;
1492
1488
  return r ? [].concat.apply(
1493
1489
  [],
@@ -1498,9 +1494,9 @@ w.prototype.getMatchedComponents = function(e) {
1498
1494
  })
1499
1495
  ) : [];
1500
1496
  };
1501
- w.prototype.resolve = function(e, r, n) {
1497
+ b.prototype.resolve = function(e, r, n) {
1502
1498
  r = r || this.history.current;
1503
- var i = be(e, r, n, this), s = this.match(i, r), o = s.redirectedFrom || s.fullPath, a = this.history.base, c = Fr(a, o, this.mode);
1499
+ var i = we(e, r, n, this), s = this.match(i, r), a = s.redirectedFrom || s.fullPath, o = this.history.base, c = Kr(o, a, this.mode);
1504
1500
  return {
1505
1501
  location: i,
1506
1502
  route: s,
@@ -1510,48 +1506,73 @@ w.prototype.resolve = function(e, r, n) {
1510
1506
  resolved: s
1511
1507
  };
1512
1508
  };
1513
- w.prototype.getRoutes = function() {
1509
+ b.prototype.getRoutes = function() {
1514
1510
  return this.matcher.getRoutes();
1515
1511
  };
1516
- w.prototype.addRoute = function(e, r) {
1517
- this.matcher.addRoute(e, r), this.history.current !== A && this.history.transitionTo(this.history.getCurrentLocation());
1512
+ b.prototype.addRoute = function(e, r) {
1513
+ this.matcher.addRoute(e, r), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
1518
1514
  };
1519
- w.prototype.addRoutes = function(e) {
1520
- process.env.NODE_ENV !== "production" && P(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== A && this.history.transitionTo(this.history.getCurrentLocation());
1515
+ b.prototype.addRoutes = function(e) {
1516
+ process.env.NODE_ENV !== "production" && C(!1, "router.addRoutes() is deprecated and has been removed in Vue Router 4. Use router.addRoute() instead."), this.matcher.addRoutes(e), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
1521
1517
  };
1522
- Object.defineProperties(w.prototype, mt);
1523
- function Pe(t, e) {
1518
+ Object.defineProperties(b.prototype, gt);
1519
+ function Ce(t, e) {
1524
1520
  return t.push(e), function() {
1525
1521
  var r = t.indexOf(e);
1526
1522
  r > -1 && t.splice(r, 1);
1527
1523
  };
1528
1524
  }
1529
- function Fr(t, e, r) {
1525
+ function Kr(t, e, r) {
1530
1526
  var n = r === "hash" ? "#" + e : e;
1531
- return t ? L(t + "/" + n) : n;
1532
- }
1533
- w.install = ie;
1534
- w.version = "3.6.5";
1535
- w.isNavigationFailure = ue;
1536
- w.NavigationFailureType = V;
1537
- w.START_LOCATION = A;
1538
- F && window.Vue && window.Vue.use(w);
1539
- const Hr = {
1527
+ return t ? O(t + "/" + n) : n;
1528
+ }
1529
+ b.install = ie;
1530
+ b.version = "3.6.5";
1531
+ b.isNavigationFailure = ue;
1532
+ b.NavigationFailureType = A;
1533
+ b.START_LOCATION = I;
1534
+ z && window.Vue && window.Vue.use(b);
1535
+ q(Nt);
1536
+ const Jr = {
1540
1537
  name: "NcReferenceWidget",
1538
+ components: {
1539
+ NcButton: Ye
1540
+ },
1541
1541
  props: {
1542
1542
  reference: {
1543
1543
  type: Object,
1544
1544
  required: !0
1545
+ },
1546
+ interactive: {
1547
+ type: Boolean,
1548
+ default: !0
1549
+ },
1550
+ interactiveOptIn: {
1551
+ type: Boolean,
1552
+ default: !1
1545
1553
  }
1546
1554
  },
1547
1555
  data() {
1548
1556
  return {
1549
- compact: 3
1557
+ compact: 3,
1558
+ showInteractive: !1,
1559
+ isVisible: !1,
1560
+ rendered: !1,
1561
+ enableLabel: S("Enable interactive view")
1550
1562
  };
1551
1563
  },
1552
1564
  computed: {
1565
+ isInteractive() {
1566
+ return !this.interactiveOptIn && this.interactive || this.showInteractive;
1567
+ },
1568
+ hasFullWidth() {
1569
+ return Ct(this.reference.richObjectType);
1570
+ },
1553
1571
  hasCustomWidget() {
1554
- return bt(this.reference.richObjectType);
1572
+ return ke(this.reference.richObjectType);
1573
+ },
1574
+ hasInteractiveView() {
1575
+ return ke(this.reference.richObjectType) && Pt(this.reference.richObjectType);
1555
1576
  },
1556
1577
  noAccess() {
1557
1578
  return this.reference && !this.reference.accessible;
@@ -1572,45 +1593,73 @@ const Hr = {
1572
1593
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1573
1594
  },
1574
1595
  route() {
1575
- return It(this.$router, this.reference.openGraphObject.link);
1596
+ return qt(this.$router, this.reference.openGraphObject.link);
1576
1597
  },
1577
1598
  referenceWidgetLinkComponent() {
1578
- return this.route ? nt : "a";
1599
+ return this.route ? st : "a";
1579
1600
  },
1580
1601
  referenceWidgetLinkProps() {
1581
1602
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
1582
1603
  }
1583
1604
  },
1605
+ watch: {
1606
+ isVisible: {
1607
+ handler(t) {
1608
+ if (!t) {
1609
+ this.destroyWidget();
1610
+ return;
1611
+ }
1612
+ this.renderWidget();
1613
+ },
1614
+ immediate: !0
1615
+ }
1616
+ },
1584
1617
  mounted() {
1585
- this.renderWidget(), Vt(this.$el, (t) => {
1618
+ Mt(this.$el, (t) => {
1619
+ var e, r;
1620
+ this.isVisible = (r = (e = t[0]) == null ? void 0 : e.isIntersecting) != null ? r : !1;
1621
+ }), Ut(this.$el, (t) => {
1586
1622
  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;
1587
1623
  });
1588
1624
  },
1589
1625
  beforeDestroy() {
1590
- Rt(this.reference.richObjectType, this.$el);
1626
+ this.destroyWidget();
1591
1627
  },
1592
1628
  methods: {
1629
+ enableInteractive() {
1630
+ this.showInteractive = !0, this.renderWidget();
1631
+ },
1593
1632
  renderWidget() {
1594
- this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), this?.reference?.richObjectType !== "open-graph" && this.$nextTick(() => {
1595
- Pt(this.$refs.customWidget, this.reference);
1633
+ var e;
1634
+ if (this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), ((e = this == null ? void 0 : this.reference) == null ? void 0 : e.richObjectType) === "open-graph")
1635
+ return;
1636
+ const t = document.createElement("div");
1637
+ this.$refs.customWidget.appendChild(t), this.$nextTick(() => {
1638
+ Et(t, {
1639
+ ...this.reference,
1640
+ interactive: this.isInteractive
1641
+ }), this.rendered = !0;
1596
1642
  });
1643
+ },
1644
+ destroyWidget() {
1645
+ this.rendered && (St(this.reference.richObjectType, this.$el), this.rendered = !1);
1597
1646
  }
1598
1647
  }
1599
1648
  };
1600
- var Gr = function() {
1649
+ var Xr = function() {
1601
1650
  var e = this, r = e._self._c;
1602
- return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom" }, [r("div", { ref: "customWidget" })]) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(e._s(e.reference.openGraphObject.name))]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(e._s(e.reference.openGraphObject.description))]), r("p", { staticClass: "widget-default--link" }, [e._v(e._s(e.compactLink))])])]) : e._e()], 1);
1603
- }, Qr = [], Kr = /* @__PURE__ */ N(
1604
- Hr,
1605
- Gr,
1606
- Qr,
1651
+ 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);
1652
+ }, Yr = [], Zr = /* @__PURE__ */ N(
1653
+ Jr,
1654
+ Xr,
1655
+ Yr,
1607
1656
  !1,
1608
1657
  null,
1609
- "38b1d56a",
1658
+ "ac43d4a5",
1610
1659
  null,
1611
1660
  null
1612
1661
  );
1613
- const Jr = Kr.exports, Xr = {
1662
+ const en = Zr.exports, tn = {
1614
1663
  name: "NcCustomPickerElement",
1615
1664
  props: {
1616
1665
  /**
@@ -1627,7 +1676,7 @@ const Jr = Kr.exports, Xr = {
1627
1676
  ],
1628
1677
  data() {
1629
1678
  return {
1630
- isRegistered: z(this.provider.id),
1679
+ isRegistered: F(this.provider.id),
1631
1680
  renderResult: null
1632
1681
  };
1633
1682
  },
@@ -1635,15 +1684,16 @@ const Jr = Kr.exports, Xr = {
1635
1684
  this.isRegistered && this.renderElement();
1636
1685
  },
1637
1686
  beforeDestroy() {
1638
- this.isRegistered && Ct(this.provider.id, this.$el, this.renderResult);
1687
+ this.isRegistered && kt(this.provider.id, this.$el, this.renderResult);
1639
1688
  },
1640
1689
  methods: {
1641
1690
  renderElement() {
1642
1691
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
1643
- const t = Et(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1692
+ const t = xt(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1644
1693
  Promise.resolve(t).then((e) => {
1645
- this.renderResult = e, this.renderResult.object?._isVue && this.renderResult.object?.$on && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (r) => {
1646
- this.onSubmit(r.detail);
1694
+ var r, n;
1695
+ 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) => {
1696
+ this.onSubmit(i.detail);
1647
1697
  }), this.renderResult.element.addEventListener("cancel", this.onCancel);
1648
1698
  });
1649
1699
  },
@@ -1655,49 +1705,49 @@ const Jr = Kr.exports, Xr = {
1655
1705
  }
1656
1706
  }
1657
1707
  };
1658
- var Yr = function() {
1708
+ var rn = function() {
1659
1709
  var e = this, r = e._self._c;
1660
1710
  return r("div", { ref: "domElement" });
1661
- }, Zr = [], en = /* @__PURE__ */ N(
1662
- Xr,
1663
- Yr,
1664
- Zr,
1711
+ }, nn = [], sn = /* @__PURE__ */ N(
1712
+ tn,
1713
+ rn,
1714
+ nn,
1665
1715
  !1,
1666
1716
  null,
1667
1717
  "25f1cef8",
1668
1718
  null,
1669
1719
  null
1670
1720
  );
1671
- const tn = en.exports;
1672
- W(kt);
1673
- const yt = "any-link", gt = {
1674
- id: yt,
1721
+ const an = sn.exports;
1722
+ q(Ot);
1723
+ const _t = "any-link", bt = {
1724
+ id: _t,
1675
1725
  title: S("Any link"),
1676
- icon_url: At("core", "filetypes/link.svg")
1726
+ icon_url: Bt("core", "filetypes/link.svg")
1677
1727
  };
1678
- window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Qe("core", "reference-provider-list", []));
1679
- window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Qe("core", "reference-provider-timestamps", {}));
1680
- function rn(t) {
1681
- return t === yt ? gt : _t().find((e) => e.id === t);
1728
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Ke("core", "reference-provider-list", []));
1729
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Ke("core", "reference-provider-timestamps", {}));
1730
+ function on(t) {
1731
+ return t === _t ? bt : wt().find((e) => e.id === t);
1682
1732
  }
1683
- function _t() {
1733
+ function wt() {
1684
1734
  return window._vue_richtext_reference_providers.filter((t) => {
1685
- const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || z(t.id);
1735
+ const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || F(t.id);
1686
1736
  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;
1687
1737
  });
1688
1738
  }
1689
- function nn(t) {
1739
+ function cn(t) {
1690
1740
  const e = window._vue_richtext_reference_provider_timestamps;
1691
1741
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1692
1742
  const i = e[r.id], s = e[n.id];
1693
1743
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1694
1744
  });
1695
1745
  }
1696
- function sn(t, e = null) {
1697
- const r = _t(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), o = nn(r).filter((c) => c.title.match(i)), a = e ? o.slice(0, e) : o;
1698
- return (t === "" || a.length === 0) && a.push(gt), a;
1746
+ function un(t, e = null) {
1747
+ const r = wt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), a = cn(r).filter((c) => c.title.match(i)), o = e ? a.slice(0, e) : a;
1748
+ return (t === "" || o.length === 0) && o.push(bt), o;
1699
1749
  }
1700
- function on(t) {
1750
+ function ln(t) {
1701
1751
  const e = Math.floor(Date.now() / 1e3), r = {
1702
1752
  timestamp: e
1703
1753
  }, n = Z("references/provider/{providerId}", { providerId: t });
@@ -1705,24 +1755,24 @@ function on(t) {
1705
1755
  window._vue_richtext_reference_provider_timestamps[t] = e;
1706
1756
  });
1707
1757
  }
1708
- let Fe = 0;
1709
- function wt(t, e) {
1758
+ let He = 0;
1759
+ function Rt(t, e) {
1710
1760
  return function() {
1711
1761
  const r = this, n = arguments;
1712
- clearTimeout(Fe), Fe = setTimeout(function() {
1762
+ clearTimeout(He), He = setTimeout(function() {
1713
1763
  t.apply(r, n);
1714
1764
  }, e || 0);
1715
1765
  };
1716
1766
  }
1717
- function Ce(t) {
1767
+ function Pe(t) {
1718
1768
  try {
1719
1769
  return !!new URL(t);
1720
1770
  } catch {
1721
1771
  return !1;
1722
1772
  }
1723
1773
  }
1724
- W(Ge, xt);
1725
- const an = {
1774
+ q(Qe, Lt);
1775
+ const fn = {
1726
1776
  name: "LinkVariantIcon",
1727
1777
  emits: ["click"],
1728
1778
  props: {
@@ -1739,26 +1789,26 @@ const an = {
1739
1789
  }
1740
1790
  }
1741
1791
  };
1742
- var cn = function() {
1792
+ var hn = function() {
1743
1793
  var e = this, r = e._self._c;
1744
1794
  return r("span", e._b({ staticClass: "material-design-icon link-variant-icon", attrs: { "aria-hidden": e.title ? null : !0, "aria-label": e.title, role: "img" }, on: { click: function(n) {
1745
1795
  return e.$emit("click", n);
1746
1796
  } } }, "span", e.$attrs, !1), [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { d: "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" } }, [e.title ? r("title", [e._v(e._s(e.title))]) : e._e()])])]);
1747
- }, un = [], ln = /* @__PURE__ */ N(
1748
- an,
1749
- cn,
1750
- un,
1797
+ }, pn = [], dn = /* @__PURE__ */ N(
1798
+ fn,
1799
+ hn,
1800
+ pn,
1751
1801
  !1,
1752
1802
  null,
1753
1803
  null,
1754
1804
  null,
1755
1805
  null
1756
1806
  );
1757
- const Ee = ln.exports, fn = {
1807
+ const Ee = dn.exports, vn = {
1758
1808
  name: "NcProviderList",
1759
1809
  components: {
1760
- NcSelect: Je,
1761
- NcHighlight: Ke,
1810
+ NcSelect: Xe,
1811
+ NcHighlight: Je,
1762
1812
  NcEmptyContent: ye,
1763
1813
  LinkVariantIcon: Ee
1764
1814
  },
@@ -1777,17 +1827,18 @@ const Ee = ln.exports, fn = {
1777
1827
  computed: {
1778
1828
  options() {
1779
1829
  const t = [];
1780
- return this.query !== "" && Ce(this.query) && t.push({
1830
+ return this.query !== "" && Pe(this.query) && t.push({
1781
1831
  id: this.query,
1782
1832
  title: this.query,
1783
1833
  isLink: !0
1784
- }), t.push(...sn(this.query)), t;
1834
+ }), t.push(...un(this.query)), t;
1785
1835
  }
1786
1836
  },
1787
1837
  methods: {
1788
1838
  focus() {
1789
1839
  setTimeout(() => {
1790
- this.$refs["provider-select"]?.$el?.querySelector("#provider-select-input")?.focus();
1840
+ var t, e, r;
1841
+ (r = (e = (t = this.$refs["provider-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#provider-select-input")) == null || r.focus();
1791
1842
  }, 300);
1792
1843
  },
1793
1844
  onProviderSelected(t) {
@@ -1798,7 +1849,7 @@ const Ee = ln.exports, fn = {
1798
1849
  }
1799
1850
  }
1800
1851
  };
1801
- var hn = function() {
1852
+ var mn = function() {
1802
1853
  var e = this, r = e._self._c;
1803
1854
  return r("div", { staticClass: "provider-list" }, [r("NcSelect", { ref: "provider-select", staticClass: "provider-list--select", attrs: { "input-id": "provider-select-input", label: "title", placeholder: e.multiselectPlaceholder, options: e.options, "append-to-body": !1, "clear-search-on-select": !0, "clear-search-on-blur": () => !1, filterable: !1 }, on: { search: e.onSearch, input: e.onProviderSelected }, scopedSlots: e._u([{ key: "option", fn: function(n) {
1804
1855
  return [n.isLink ? r("div", { staticClass: "provider" }, [r("LinkVariantIcon", { staticClass: "link-icon", attrs: { size: 20 } }), r("span", [e._v(e._s(n.title))])], 1) : r("div", { staticClass: "provider" }, [r("img", { staticClass: "provider-icon", attrs: { src: n.icon_url, alt: e.providerIconAlt } }), r("NcHighlight", { staticClass: "option-text", attrs: { search: e.query, text: n.title } })], 1)];
@@ -1807,26 +1858,26 @@ var hn = function() {
1807
1858
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1808
1859
  return [r("LinkVariantIcon")];
1809
1860
  }, proxy: !0 }]) })], 1);
1810
- }, pn = [], dn = /* @__PURE__ */ N(
1811
- fn,
1812
- hn,
1813
- pn,
1861
+ }, yn = [], gn = /* @__PURE__ */ N(
1862
+ vn,
1863
+ mn,
1864
+ yn,
1814
1865
  !1,
1815
1866
  null,
1816
1867
  "e880790e",
1817
1868
  null,
1818
1869
  null
1819
1870
  );
1820
- const vn = dn.exports;
1821
- W($t);
1822
- const mn = {
1871
+ const _n = gn.exports;
1872
+ q(Tt);
1873
+ const bn = {
1823
1874
  name: "NcRawLinkInput",
1824
1875
  components: {
1825
1876
  LinkVariantIcon: Ee,
1826
1877
  NcEmptyContent: ye,
1827
- NcLoadingIcon: jt,
1828
- NcReferenceWidget: Jr,
1829
- NcTextField: Bt
1878
+ NcLoadingIcon: Dt,
1879
+ NcReferenceWidget: en,
1880
+ NcTextField: Wt
1830
1881
  },
1831
1882
  props: {
1832
1883
  /**
@@ -1851,12 +1902,13 @@ const mn = {
1851
1902
  },
1852
1903
  computed: {
1853
1904
  isLinkValid() {
1854
- return Ce(this.inputValue);
1905
+ return Pe(this.inputValue);
1855
1906
  }
1856
1907
  },
1857
1908
  methods: {
1858
1909
  focus() {
1859
- this.$refs["url-input"].$el.getElementsByTagName("input")[0]?.focus();
1910
+ var t;
1911
+ (t = this.$refs["url-input"].$el.getElementsByTagName("input")[0]) == null || t.focus();
1860
1912
  },
1861
1913
  onSubmit(t) {
1862
1914
  const e = t.target.value;
@@ -1866,7 +1918,7 @@ const mn = {
1866
1918
  this.inputValue = "", this.reference = null;
1867
1919
  },
1868
1920
  onInput() {
1869
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && wt(() => {
1921
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Rt(() => {
1870
1922
  this.updateReference();
1871
1923
  }, 500)();
1872
1924
  },
@@ -1883,7 +1935,7 @@ const mn = {
1883
1935
  }
1884
1936
  }
1885
1937
  };
1886
- var yn = function() {
1938
+ var wn = function() {
1887
1939
  var e = this, r = e._self._c;
1888
1940
  return r("div", { staticClass: "raw-link" }, [r("div", { staticClass: "input-wrapper" }, [r("NcTextField", { ref: "url-input", attrs: { value: e.inputValue, "show-trailing-button": e.inputValue !== "", label: e.inputPlaceholder }, on: { "update:value": [function(n) {
1889
1941
  e.inputValue = n;
@@ -1892,20 +1944,20 @@ var yn = function() {
1892
1944
  } } }, [e.loading ? r("NcLoadingIcon", { attrs: { size: 16 } }) : r("LinkVariantIcon", { attrs: { size: 16 } })], 1)], 1), e.reference !== null ? r("NcReferenceWidget", { staticClass: "reference-widget", attrs: { reference: e.reference } }) : r("NcEmptyContent", { staticClass: "raw-link--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1893
1945
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1894
1946
  }, proxy: !0 }]) })], 1);
1895
- }, gn = [], _n = /* @__PURE__ */ N(
1896
- mn,
1897
- yn,
1898
- gn,
1947
+ }, Rn = [], Cn = /* @__PURE__ */ N(
1948
+ bn,
1949
+ wn,
1950
+ Rn,
1899
1951
  !1,
1900
1952
  null,
1901
1953
  "d0ba247a",
1902
1954
  null,
1903
1955
  null
1904
1956
  );
1905
- const wn = _n.exports, bn = {
1957
+ const Pn = Cn.exports, En = {
1906
1958
  name: "NcSearchResult",
1907
1959
  components: {
1908
- NcHighlight: Ke
1960
+ NcHighlight: Je
1909
1961
  },
1910
1962
  props: {
1911
1963
  /**
@@ -1925,29 +1977,29 @@ const wn = _n.exports, bn = {
1925
1977
  }
1926
1978
  }
1927
1979
  };
1928
- var Rn = function() {
1980
+ var Sn = function() {
1929
1981
  var e = this, r = e._self._c;
1930
1982
  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)])]);
1931
- }, Pn = [], Cn = /* @__PURE__ */ N(
1932
- bn,
1933
- Rn,
1934
- Pn,
1983
+ }, kn = [], xn = /* @__PURE__ */ N(
1984
+ En,
1985
+ Sn,
1986
+ kn,
1935
1987
  !1,
1936
1988
  null,
1937
1989
  "7a394a58",
1938
1990
  null,
1939
1991
  null
1940
1992
  );
1941
- const En = Cn.exports;
1942
- W(Lt, Ge, Nt);
1943
- const He = 5, Sn = {
1993
+ const $n = xn.exports;
1994
+ q(Vt, Qe, It);
1995
+ const Ge = 5, Nn = {
1944
1996
  name: "NcSearch",
1945
1997
  components: {
1946
1998
  LinkVariantIcon: Ee,
1947
- DotsHorizontalIcon: qt,
1999
+ DotsHorizontalIcon: Ft,
1948
2000
  NcEmptyContent: ye,
1949
- NcSelect: Je,
1950
- NcSearchResult: En
2001
+ NcSelect: Xe,
2002
+ NcSearchResult: $n
1951
2003
  },
1952
2004
  props: {
1953
2005
  /**
@@ -1992,7 +2044,7 @@ const He = 5, Sn = {
1992
2044
  if (this.searchQuery === "")
1993
2045
  return [];
1994
2046
  const t = [];
1995
- return Ce(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2047
+ return Pe(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
1996
2048
  },
1997
2049
  rawLinkEntry() {
1998
2050
  return {
@@ -2044,14 +2096,15 @@ const He = 5, Sn = {
2044
2096
  },
2045
2097
  focus() {
2046
2098
  setTimeout(() => {
2047
- this.$refs["search-select"]?.$el?.querySelector("#search-select-input")?.focus();
2099
+ var t, e, r;
2100
+ (r = (e = (t = this.$refs["search-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#search-select-input")) == null || r.focus();
2048
2101
  }, 300);
2049
2102
  },
2050
2103
  cancelSearchRequests() {
2051
2104
  this.abortController && this.abortController.abort();
2052
2105
  },
2053
2106
  onSearchInput(t, e) {
2054
- this.searchQuery = t, wt(() => {
2107
+ this.searchQuery = t, Rt(() => {
2055
2108
  this.updateSearch();
2056
2109
  }, 500)();
2057
2110
  },
@@ -2071,14 +2124,15 @@ const He = 5, Sn = {
2071
2124
  return this.searchProviders();
2072
2125
  },
2073
2126
  searchProviders(t = null) {
2127
+ var r, n;
2074
2128
  this.abortController = new AbortController(), this.searching = !0;
2075
- const e = t === null ? [...this.searchProviderIds].map((r) => this.searchOneProvider(r)) : [this.searchOneProvider(t, this.resultsBySearchProvider[t]?.cursor ?? null)];
2076
- return Promise.allSettled(e).then((r) => {
2077
- !!r.find((i) => i.status === "rejected" && (i.reason.name === "CanceledError" || i.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
2129
+ 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)];
2130
+ return Promise.allSettled(e).then((i) => {
2131
+ !!i.find((a) => a.status === "rejected" && (a.reason.name === "CanceledError" || a.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
2078
2132
  });
2079
2133
  },
2080
2134
  searchOneProvider(t, e = null) {
2081
- const r = e === null ? Z("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: He }) : Z("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: He, cursor: e });
2135
+ const r = e === null ? Z("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Ge }) : Z("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Ge, cursor: e });
2082
2136
  return me.get(r, {
2083
2137
  signal: this.abortController.signal
2084
2138
  }).then((n) => {
@@ -2088,7 +2142,7 @@ const He = 5, Sn = {
2088
2142
  }
2089
2143
  }
2090
2144
  };
2091
- var kn = function() {
2145
+ var On = function() {
2092
2146
  var e = this, r = e._self._c;
2093
2147
  return r("div", { staticClass: "smart-picker-search", class: { "with-empty-content": e.showEmptyContent } }, [r("NcSelect", { ref: "search-select", staticClass: "smart-picker-search--select", attrs: { "input-id": "search-select-input", label: "name", placeholder: e.mySearchPlaceholder, options: e.options, "append-to-body": !1, "close-on-select": !1, "clear-search-on-select": !1, "clear-search-on-blur": () => !1, "reset-focus-on-options-change": !1, filterable: !1, autoscroll: !0, "reset-on-options-change": !1, loading: e.searching }, on: { search: e.onSearchInput, input: e.onSelectResultSelected }, scopedSlots: e._u([{ key: "option", fn: function(n) {
2094
2148
  return [n.isRawLink ? r("div", { staticClass: "custom-option" }, [r("LinkVariantIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t("Raw link {options}", { options: n.resourceUrl })) + " ")])], 1) : n.resourceUrl ? r("NcSearchResult", { staticClass: "search-result", attrs: { entry: n, query: e.searchQuery } }) : n.isCustomGroupTitle ? r("span", { staticClass: "custom-option group-name" }, [e.provider.icon_url ? r("img", { staticClass: "provider-icon group-name-icon", attrs: { src: e.provider.icon_url } }) : e._e(), r("span", { staticClass: "option-text" }, [r("strong", [e._v(e._s(n.name))])])]) : n.isMore ? r("span", { class: { "custom-option": !0 } }, [n.isLoading ? r("span", { staticClass: "option-simple-icon icon-loading-small" }) : r("DotsHorizontalIcon", { staticClass: "option-simple-icon", attrs: { size: 20 } }), r("span", { staticClass: "option-text" }, [e._v(" " + e._s(e.t('Load more "{options}"', { options: n.name })) + " ")])], 1) : e._e()];
@@ -2099,28 +2153,28 @@ var kn = function() {
2099
2153
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2100
2154
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2101
2155
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2102
- }, xn = [], $n = /* @__PURE__ */ N(
2103
- Sn,
2104
- kn,
2105
- xn,
2156
+ }, Ln = [], Tn = /* @__PURE__ */ N(
2157
+ Nn,
2158
+ On,
2159
+ Ln,
2106
2160
  !1,
2107
2161
  null,
2108
2162
  "97d196f0",
2109
2163
  null,
2110
2164
  null
2111
2165
  );
2112
- const Nn = $n.exports, U = {
2166
+ const In = Tn.exports, D = {
2113
2167
  providerList: 1,
2114
2168
  standardLinkInput: 2,
2115
2169
  searchInput: 3,
2116
2170
  customElement: 4
2117
- }, Ln = {
2171
+ }, Vn = {
2118
2172
  name: "NcReferencePicker",
2119
2173
  components: {
2120
- NcCustomPickerElement: tn,
2121
- NcProviderList: vn,
2122
- NcRawLinkInput: wn,
2123
- NcSearch: Nn
2174
+ NcCustomPickerElement: an,
2175
+ NcProviderList: _n,
2176
+ NcRawLinkInput: Pn,
2177
+ NcSearch: In
2124
2178
  },
2125
2179
  props: {
2126
2180
  /**
@@ -2157,13 +2211,13 @@ const Nn = $n.exports, U = {
2157
2211
  ],
2158
2212
  data() {
2159
2213
  return {
2160
- MODES: U,
2214
+ MODES: D,
2161
2215
  selectedProvider: this.initialProvider
2162
2216
  };
2163
2217
  },
2164
2218
  computed: {
2165
2219
  mode() {
2166
- return this.selectedProvider === null ? U.providerList : z(this.selectedProvider.id) ? U.customElement : this.selectedProvider.search_providers_ids ? U.searchInput : U.standardLinkInput;
2220
+ return this.selectedProvider === null ? D.providerList : F(this.selectedProvider.id) ? D.customElement : this.selectedProvider.search_providers_ids ? D.searchInput : D.standardLinkInput;
2167
2221
  },
2168
2222
  pickerWrapperStyle() {
2169
2223
  return {
@@ -2173,9 +2227,11 @@ const Nn = $n.exports, U = {
2173
2227
  },
2174
2228
  mounted() {
2175
2229
  this.focusOnCreate && (this.initialProvider ? setTimeout(() => {
2176
- this.$refs["url-input"]?.focus();
2230
+ var t;
2231
+ (t = this.$refs["url-input"]) == null || t.focus();
2177
2232
  }, 300) : this.$nextTick(() => {
2178
- this.$refs["provider-list"]?.focus();
2233
+ var t;
2234
+ (t = this.$refs["provider-list"]) == null || t.focus();
2179
2235
  }));
2180
2236
  },
2181
2237
  methods: {
@@ -2184,56 +2240,60 @@ const Nn = $n.exports, U = {
2184
2240
  },
2185
2241
  onProviderSelected(t) {
2186
2242
  this.selectedProvider = t, this.$emit("provider-selected", t), this.$nextTick(() => {
2187
- this.$refs["url-input"]?.focus();
2243
+ var e;
2244
+ (e = this.$refs["url-input"]) == null || e.focus();
2188
2245
  });
2189
2246
  },
2190
2247
  cancelCustomElement() {
2191
2248
  this.deselectProvider();
2192
2249
  },
2193
2250
  cancelSearch() {
2194
- this.$emit("cancel-search", this.selectedProvider?.title), this.deselectProvider();
2251
+ var t;
2252
+ this.$emit("cancel-search", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
2195
2253
  },
2196
2254
  cancelRawLinkInput() {
2197
- this.$emit("cancel-raw-link", this.selectedProvider?.title), this.deselectProvider();
2255
+ var t;
2256
+ this.$emit("cancel-raw-link", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
2198
2257
  },
2199
2258
  cancelProviderSelection() {
2200
2259
  this.$emit("cancel");
2201
2260
  },
2202
2261
  submitLink(t) {
2203
- this.selectedProvider !== null && on(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2262
+ this.selectedProvider !== null && ln(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2204
2263
  },
2205
2264
  deselectProvider() {
2206
2265
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
2207
- this.$refs["provider-list"]?.focus();
2266
+ var t;
2267
+ (t = this.$refs["provider-list"]) == null || t.focus();
2208
2268
  }, 300);
2209
2269
  }
2210
2270
  }
2211
2271
  };
2212
- var On = function() {
2272
+ var An = function() {
2213
2273
  var e = this, r = e._self._c;
2214
2274
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2215
2275
  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));
2216
2276
  } } }, [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);
2217
- }, Tn = [], An = /* @__PURE__ */ N(
2218
- Ln,
2219
- On,
2220
- Tn,
2277
+ }, jn = [], Bn = /* @__PURE__ */ N(
2278
+ Vn,
2279
+ An,
2280
+ jn,
2221
2281
  !1,
2222
2282
  null,
2223
2283
  "12c38c93",
2224
2284
  null,
2225
2285
  null
2226
2286
  );
2227
- const In = An.exports;
2228
- W(Tt, Ot);
2229
- const Vn = {
2287
+ const qn = Bn.exports;
2288
+ q(jt, At);
2289
+ const Mn = {
2230
2290
  name: "NcReferencePickerModal",
2231
2291
  components: {
2232
- NcReferencePicker: In,
2233
- NcModal: Ut,
2234
- NcButton: Mt,
2235
- ArrowLeftIcon: zt,
2236
- CloseIcon: Wt
2292
+ NcReferencePicker: qn,
2293
+ NcModal: zt,
2294
+ NcButton: Ye,
2295
+ ArrowLeftIcon: Gt,
2296
+ CloseIcon: Qt
2237
2297
  },
2238
2298
  props: {
2239
2299
  /**
@@ -2280,10 +2340,11 @@ const Vn = {
2280
2340
  return this.initialProvider === null && this.isProviderSelected;
2281
2341
  },
2282
2342
  modalSize() {
2283
- return this.isProviderSelected && z(this.selectedProvider.id) ? St(this.selectedProvider.id) ?? "large" : "normal";
2343
+ var t;
2344
+ return this.isProviderSelected && F(this.selectedProvider.id) ? (t = $t(this.selectedProvider.id)) != null ? t : "large" : "normal";
2284
2345
  },
2285
2346
  showModalName() {
2286
- return !this.isProviderSelected || !z(this.selectedProvider.id);
2347
+ return !this.isProviderSelected || !F(this.selectedProvider.id);
2287
2348
  },
2288
2349
  modalName() {
2289
2350
  return this.isProviderSelected ? this.selectedProvider.title : S("Smart Picker");
@@ -2292,7 +2353,7 @@ const Vn = {
2292
2353
  mounted() {
2293
2354
  if (this.isInsideViewer) {
2294
2355
  const t = this.$refs.modal_content;
2295
- Dt("viewer:trapElements:changed", t);
2356
+ Ht("viewer:trapElements:changed", t);
2296
2357
  }
2297
2358
  },
2298
2359
  methods: {
@@ -2310,51 +2371,52 @@ const Vn = {
2310
2371
  }
2311
2372
  }
2312
2373
  };
2313
- var jn = function() {
2374
+ var Un = function() {
2314
2375
  var e = this, r = e._self._c;
2315
2376
  return e.show ? r("NcModal", { staticClass: "reference-picker-modal", attrs: { size: e.modalSize, "can-close": !1 }, on: { close: e.onCancel } }, [r("div", { ref: "modal_content", staticClass: "reference-picker-modal--content" }, [e.showBackButton ? r("NcButton", { staticClass: "back-button", attrs: { "aria-label": e.backButtonTitle, title: e.backButtonTitle }, on: { click: e.onBackClicked }, scopedSlots: e._u([{ key: "icon", fn: function() {
2316
2377
  return [r("ArrowLeftIcon")];
2317
2378
  }, 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() {
2318
2379
  return [r("CloseIcon")];
2319
2380
  }, 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();
2320
- }, Bn = [], qn = /* @__PURE__ */ N(
2321
- Vn,
2322
- jn,
2323
- Bn,
2381
+ }, Dn = [], Wn = /* @__PURE__ */ N(
2382
+ Mn,
2383
+ Un,
2384
+ Dn,
2324
2385
  !1,
2325
2386
  null,
2326
2387
  "ab09ebaa",
2327
2388
  null,
2328
2389
  null
2329
2390
  );
2330
- const Mn = qn.exports;
2331
- async function ai(t = null, e = void 0) {
2391
+ const Fn = Wn.exports;
2392
+ async function fi(t = null, e = void 0) {
2332
2393
  return await new Promise((r, n) => {
2394
+ var u;
2333
2395
  const i = "referencePickerModal", s = document.createElement("div");
2334
2396
  s.id = i, document.body.append(s);
2335
- const o = t === null ? null : rn(t) ?? null, a = Ft.extend(Mn), c = new a({
2397
+ const a = t === null ? null : (u = on(t)) != null ? u : null, o = Kt.extend(Fn), c = new o({
2336
2398
  propsData: {
2337
- initialProvider: o,
2399
+ initialProvider: a,
2338
2400
  isInsideViewer: e
2339
2401
  }
2340
2402
  }).$mount(s);
2341
2403
  c.$on("cancel", () => {
2342
2404
  c.$destroy(), n(new Error("User cancellation"));
2343
- }), c.$on("submit", (u) => {
2344
- c.$destroy(), r(u);
2405
+ }), c.$on("submit", (p) => {
2406
+ c.$destroy(), r(p);
2345
2407
  });
2346
2408
  });
2347
2409
  }
2348
2410
  export {
2349
- nt as L,
2350
- Jr as N,
2351
- yt as a,
2352
- rn as b,
2353
- _t as c,
2354
- sn as d,
2355
- In as e,
2356
- Mn as f,
2357
- ai as g,
2358
- Nn as h,
2359
- nn as s
2411
+ st as L,
2412
+ en as N,
2413
+ _t as a,
2414
+ on as b,
2415
+ wt as c,
2416
+ un as d,
2417
+ qn as e,
2418
+ Fn as f,
2419
+ fi as g,
2420
+ In as h,
2421
+ cn as s
2360
2422
  };