@nextcloud/vue 8.9.1 → 8.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +4 -2
  3. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  4. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  5. package/dist/Components/NcActionInput.cjs +1 -1
  6. package/dist/Components/NcActionInput.mjs +1 -1
  7. package/dist/Components/NcActions.cjs +1 -1
  8. package/dist/Components/NcActions.mjs +1 -1
  9. package/dist/Components/NcAppContent.cjs +1 -1
  10. package/dist/Components/NcAppContent.mjs +1 -1
  11. package/dist/Components/NcAppNavigation.cjs +1 -1
  12. package/dist/Components/NcAppNavigation.mjs +1 -1
  13. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  14. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  15. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  16. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  17. package/dist/Components/NcAppNavigationList.cjs +6 -6
  18. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  19. package/dist/Components/NcAppNavigationList.mjs +8 -8
  20. package/dist/Components/NcAppNavigationList.mjs.map +1 -1
  21. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  22. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  24. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  25. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  26. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  27. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  28. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  29. package/dist/Components/NcAppSidebar.cjs +1 -1
  30. package/dist/Components/NcAppSidebar.mjs +1 -1
  31. package/dist/Components/NcAvatar.cjs +1 -1
  32. package/dist/Components/NcAvatar.mjs +1 -1
  33. package/dist/Components/NcBreadcrumb.cjs +1 -1
  34. package/dist/Components/NcBreadcrumb.mjs +1 -1
  35. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  36. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  37. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  38. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  39. package/dist/Components/NcColorPicker.cjs +1 -1
  40. package/dist/Components/NcColorPicker.mjs +1 -1
  41. package/dist/Components/NcContent.cjs +1 -1
  42. package/dist/Components/NcContent.mjs +1 -1
  43. package/dist/Components/NcDashboardWidget.cjs +1 -1
  44. package/dist/Components/NcDashboardWidget.mjs +1 -1
  45. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  46. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  47. package/dist/Components/NcDateTime.cjs +1 -1
  48. package/dist/Components/NcDateTime.mjs +1 -1
  49. package/dist/Components/NcDateTimePicker.cjs +2 -2
  50. package/dist/Components/NcDateTimePicker.mjs +4 -4
  51. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  52. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  53. package/dist/Components/NcEmojiPicker.cjs +1 -1
  54. package/dist/Components/NcEmojiPicker.mjs +1 -1
  55. package/dist/Components/NcListItem.cjs +1 -1
  56. package/dist/Components/NcListItem.mjs +1 -1
  57. package/dist/Components/NcListItemIcon.cjs +1 -1
  58. package/dist/Components/NcListItemIcon.mjs +1 -1
  59. package/dist/Components/NcModal.cjs +1 -1
  60. package/dist/Components/NcModal.mjs +3 -3
  61. package/dist/Components/NcPasswordField.cjs +1 -1
  62. package/dist/Components/NcPasswordField.mjs +1 -1
  63. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  64. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  65. package/dist/Components/NcRichContenteditable.cjs +1 -1
  66. package/dist/Components/NcRichContenteditable.mjs +2 -2
  67. package/dist/Components/NcRichText.cjs +1 -1
  68. package/dist/Components/NcRichText.mjs +3 -3
  69. package/dist/Components/NcSelect.cjs +1 -1
  70. package/dist/Components/NcSelect.mjs +1 -1
  71. package/dist/Components/NcSelectTags.cjs +1 -1
  72. package/dist/Components/NcSelectTags.mjs +1 -1
  73. package/dist/Components/NcSettingsInputText.cjs +1 -1
  74. package/dist/Components/NcSettingsInputText.mjs +1 -1
  75. package/dist/Components/NcSettingsSection.cjs +1 -1
  76. package/dist/Components/NcSettingsSection.mjs +1 -1
  77. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  78. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  79. package/dist/Components/NcTextField.cjs +1 -1
  80. package/dist/Components/NcTextField.mjs +1 -1
  81. package/dist/Components/NcTimezonePicker.cjs +1 -1
  82. package/dist/Components/NcTimezonePicker.mjs +1 -1
  83. package/dist/Components/NcUserBubble.cjs +1 -1
  84. package/dist/Components/NcUserBubble.mjs +1 -1
  85. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  86. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  87. package/dist/Functions/reference.cjs +1 -1
  88. package/dist/Functions/reference.mjs +1 -1
  89. package/dist/Functions/usernameToColor.cjs +1 -1
  90. package/dist/Functions/usernameToColor.mjs +1 -1
  91. package/dist/Mixins/richEditor.cjs +1 -1
  92. package/dist/Mixins/richEditor.mjs +1 -1
  93. package/dist/assets/{NcActions-CEbgl0_n.css → NcActions-DL7ZZIjx.css} +12 -12
  94. package/dist/assets/{NcAppContent-Cv8rRTyy.css → NcAppContent-aWiDWWeq.css} +36 -24
  95. package/dist/assets/{NcAppNavigation-D2eVie5R.css → NcAppNavigation-BgGJuJPv.css} +15 -9
  96. package/dist/assets/{NcAppNavigationList-BGig8-Dj.css → NcAppNavigationList-CUnaMQQD.css} +4 -8
  97. package/dist/assets/{NcAvatar-Dkf1ypwP.css → NcAvatar-j5b9vXAH.css} +27 -27
  98. package/dist/assets/{NcDateTimePicker-C3D1hmlB.css → NcDateTimePicker-D8gouVII.css} +10 -10
  99. package/dist/assets/NcListItem--ilRNXci.css +179 -0
  100. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  101. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  102. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  103. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DWB2ghBg.css} +19 -19
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-BCHzPRPI.cjs} +1 -1
  105. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-BCHzPRPI.cjs.map} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SRrPRTFN.mjs} +1 -1
  107. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SRrPRTFN.mjs.map} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-BS4fKDux.mjs} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-BS4fKDux.mjs.map} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-Dc9G34Er.cjs} +1 -1
  111. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-Dc9G34Er.cjs.map} +1 -1
  112. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-B_upGNjs.mjs} +4 -4
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-B_upGNjs.mjs.map} +1 -1
  114. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-C6WR9W8-.cjs} +1 -1
  115. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-C6WR9W8-.cjs.map} +1 -1
  116. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-ClU5w8U1.mjs} +144 -85
  117. package/dist/chunks/NcActions-ClU5w8U1.mjs.map +1 -0
  118. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-DL722iMU.cjs} +144 -85
  119. package/dist/chunks/NcActions-DL722iMU.cjs.map +1 -0
  120. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CZUuFw1x.mjs} +72 -38
  121. package/dist/chunks/NcAppContent-CZUuFw1x.mjs.map +1 -0
  122. package/dist/chunks/NcAppContent-CyPht0ua.cjs +256 -0
  123. package/dist/chunks/NcAppContent-CyPht0ua.cjs.map +1 -0
  124. package/dist/chunks/{NcAppNavigation-C1Qe3lsk.mjs → NcAppNavigation-8_Bef_ph.mjs} +25 -23
  125. package/dist/chunks/NcAppNavigation-8_Bef_ph.mjs.map +1 -0
  126. package/dist/chunks/{NcAppNavigation-C423R_m2.cjs → NcAppNavigation-BPCfq5ox.cjs} +25 -24
  127. package/dist/chunks/NcAppNavigation-BPCfq5ox.cjs.map +1 -0
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-DNugUyEL.cjs} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-DNugUyEL.cjs.map} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-DZl4aJXn.mjs} +1 -1
  131. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-DZl4aJXn.mjs.map} +1 -1
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-D7L6HxhH.mjs} +3 -3
  133. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-D7L6HxhH.mjs.map} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-znyy3LU1.cjs} +1 -1
  135. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-znyy3LU1.cjs.map} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-CRLPUH7B.mjs} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-CRLPUH7B.mjs.map} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DgPfNmx6.cjs} +1 -1
  139. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DgPfNmx6.cjs.map} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-DPb0p_eD.cjs} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-DPb0p_eD.cjs.map} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-EcktukV4.mjs} +1 -1
  143. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-EcktukV4.mjs.map} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-CSOgniTa.cjs} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-CSOgniTa.cjs.map} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-DwO9-oiH.mjs} +1 -1
  147. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-DwO9-oiH.mjs.map} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-EIsS0HU9.cjs} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-EIsS0HU9.cjs.map} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-fgbU_-h8.mjs} +1 -1
  151. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-fgbU_-h8.mjs.map} +1 -1
  152. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-BbEflEtM.mjs} +3 -3
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-BbEflEtM.mjs.map} +1 -1
  154. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-DNAgJFfm.cjs} +2 -2
  155. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-DNAgJFfm.cjs.map} +1 -1
  156. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-CDeuGCns.cjs} +45 -35
  157. package/dist/chunks/NcAvatar-CDeuGCns.cjs.map +1 -0
  158. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-k_VeT7Vp.mjs} +65 -54
  159. package/dist/chunks/NcAvatar-k_VeT7Vp.mjs.map +1 -0
  160. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-6--UKRl5.cjs} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-6--UKRl5.cjs.map} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-Yg1njNwp.mjs} +1 -1
  163. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-Yg1njNwp.mjs.map} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-CgSLqCmo.cjs} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-CgSLqCmo.cjs.map} +1 -1
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DXD2Kiak.mjs} +2 -2
  167. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DXD2Kiak.mjs.map} +1 -1
  168. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-BRPYihez.mjs} +2 -2
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-BRPYihez.mjs.map} +1 -1
  170. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BS2C-YSz.cjs} +2 -2
  171. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BS2C-YSz.cjs.map} +1 -1
  172. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs} +1 -1
  173. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-B5QWlofX.cjs.map +1 -0
  174. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs} +1 -1
  175. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CURkxtfw.mjs.map +1 -0
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-D0rQKQAy.cjs} +1 -1
  177. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-D0rQKQAy.cjs.map} +1 -1
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-DNGismgl.mjs} +2 -2
  179. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-DNGismgl.mjs.map} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-BXfreK7p.cjs} +1 -1
  181. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-BXfreK7p.cjs.map} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-DCmLP8Ly.mjs} +1 -1
  183. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-DCmLP8Ly.mjs.map} +1 -1
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-6UWLF9LM.mjs} +3 -3
  185. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-6UWLF9LM.mjs.map} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CPXbrHii.cjs} +1 -1
  187. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CPXbrHii.cjs.map} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-Buh2BPAN.cjs} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-Buh2BPAN.cjs.map} +1 -1
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-bFGf6_R7.mjs} +2 -2
  191. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-bFGf6_R7.mjs.map} +1 -1
  192. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-DG_XAvbT.cjs} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-DG_XAvbT.cjs.map} +1 -1
  194. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-GW15p7yp.mjs} +1 -1
  195. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-GW15p7yp.mjs.map} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-B34sLJKs.mjs} +4 -4
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-B34sLJKs.mjs.map} +1 -1
  198. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-BDcdqsgr.cjs} +1 -1
  199. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-BDcdqsgr.cjs.map} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-CVgJcgbg.cjs} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-CVgJcgbg.cjs.map} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-GFlH1B9I.mjs} +1 -1
  203. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-GFlH1B9I.mjs.map} +1 -1
  204. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-BDrxkM0q.cjs} +30 -23
  205. package/dist/chunks/NcListItem-BDrxkM0q.cjs.map +1 -0
  206. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-rlwo19vU.mjs} +29 -22
  207. package/dist/chunks/NcListItem-rlwo19vU.mjs.map +1 -0
  208. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-Bwl8bKaY.mjs} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-Bwl8bKaY.mjs.map} +1 -1
  210. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D_cwlGhm.cjs} +1 -1
  211. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D_cwlGhm.cjs.map} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-D91QgkSR.mjs} +1 -1
  213. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-D91QgkSR.mjs.map} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-EDrr_9PG.cjs} +1 -1
  215. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-EDrr_9PG.cjs.map} +1 -1
  216. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-DDL8rJnB.cjs} +4 -4
  217. package/dist/chunks/NcRelatedResourcesPanel-DDL8rJnB.cjs.map +1 -0
  218. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-DaLcC_9H.mjs} +8 -8
  219. package/dist/chunks/NcRelatedResourcesPanel-DaLcC_9H.mjs.map +1 -0
  220. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-CaeNwWTC.mjs} +35 -26
  221. package/dist/chunks/NcRichContenteditable-CaeNwWTC.mjs.map +1 -0
  222. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DjUF2Kzl.cjs} +41 -32
  223. package/dist/chunks/NcRichContenteditable-DjUF2Kzl.cjs.map +1 -0
  224. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-DVnS4C_H.mjs} +45 -29
  225. package/dist/chunks/NcRichText-DVnS4C_H.mjs.map +1 -0
  226. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-D_p79y2S.cjs} +35 -19
  227. package/dist/chunks/NcRichText-D_p79y2S.cjs.map +1 -0
  228. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-BVCCppX6.cjs} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-BVCCppX6.cjs.map} +1 -1
  230. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-BjojUUy7.mjs} +2 -2
  231. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-BjojUUy7.mjs.map} +1 -1
  232. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-CIa3RL2u.mjs} +2 -2
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-CIa3RL2u.mjs.map} +1 -1
  234. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-b_FdAE_d.cjs} +1 -1
  235. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-b_FdAE_d.cjs.map} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-BESxHP0m.mjs} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-BESxHP0m.mjs.map} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-D_wATSbL.cjs} +1 -1
  239. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-D_wATSbL.cjs.map} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-BzN6JXnV.mjs} +1 -1
  241. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-BzN6JXnV.mjs.map} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-TG0j5-kd.cjs} +1 -1
  243. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-TG0j5-kd.cjs.map} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BRov--RO.mjs} +2 -2
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BRov--RO.mjs.map} +1 -1
  246. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-JJ4LZALf.cjs} +1 -1
  247. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-JJ4LZALf.cjs.map} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BPGi70PD.mjs} +1 -1
  249. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BPGi70PD.mjs.map} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-DgzR5_48.cjs} +1 -1
  251. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-DgzR5_48.cjs.map} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-8ZYdOp_g.cjs} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-8ZYdOp_g.cjs.map} +1 -1
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-jCKohlic.mjs} +2 -2
  255. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-jCKohlic.mjs.map} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-Bfph5VfL.cjs} +1 -1
  257. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-Bfph5VfL.cjs.map} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-DwKN1aRa.mjs} +1 -1
  259. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-DwKN1aRa.mjs.map} +1 -1
  260. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-Blep5GZX.mjs} +9 -9
  261. package/dist/chunks/NcUserStatusIcon-Blep5GZX.mjs.map +1 -0
  262. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-Bu_nFfO_.cjs} +4 -4
  263. package/dist/chunks/NcUserStatusIcon-Bu_nFfO_.cjs.map +1 -0
  264. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs → ScopeComponent-BiLZtJeb.cjs} +1 -1
  265. package/dist/chunks/{ScopeComponent-DXQGLon_.cjs.map → ScopeComponent-BiLZtJeb.cjs.map} +1 -1
  266. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs → ScopeComponent-CGJeYf1D.mjs} +1 -1
  267. package/dist/chunks/{ScopeComponent-DFDrMcn0.mjs.map → ScopeComponent-CGJeYf1D.mjs.map} +1 -1
  268. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-BG5lXDmm.cjs} +3 -3
  269. package/dist/chunks/_l10n-BG5lXDmm.cjs.map +1 -0
  270. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-Cj65IvRp.mjs} +3 -3
  271. package/dist/chunks/_l10n-Cj65IvRp.mjs.map +1 -0
  272. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  273. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  274. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  275. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  276. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-ChgMFkNu.mjs} +443 -437
  277. package/dist/chunks/referencePickerModal-ChgMFkNu.mjs.map +1 -0
  278. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-DRZH-El6.cjs} +343 -337
  279. package/dist/chunks/referencePickerModal-DRZH-El6.cjs.map +1 -0
  280. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-BG9PjZRM.cjs} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-BG9PjZRM.cjs.map} +1 -1
  282. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-DrnKFnLP.mjs} +1 -1
  283. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-DrnKFnLP.mjs.map} +1 -1
  284. package/dist/index.cjs +8 -9
  285. package/dist/index.cjs.map +1 -1
  286. package/dist/index.mjs +45 -45
  287. package/package.json +1 -1
  288. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  289. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  290. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  291. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  292. package/dist/chunks/NcAppContent-kqYjKpzU.cjs +0 -222
  293. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  294. package/dist/chunks/NcAppNavigation-C1Qe3lsk.mjs.map +0 -1
  295. package/dist/chunks/NcAppNavigation-C423R_m2.cjs.map +0 -1
  296. package/dist/chunks/NcAvatar-BEet_8fB.cjs.map +0 -1
  297. package/dist/chunks/NcAvatar-e0M-nnF6.mjs.map +0 -1
  298. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  299. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  300. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  301. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  302. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  303. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  304. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  305. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  306. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  307. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  308. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  309. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  310. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  311. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  312. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  313. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  314. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  315. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
@@ -1,24 +1,24 @@
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
- import me from "@nextcloud/axios";
6
- import { loadState as Ke } from "@nextcloud/initial-state";
7
- import { imagePath as Bt, generateOcsUrl as Z } from "@nextcloud/router";
8
- import ye from "../Components/NcEmptyContent.mjs";
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";
1
+ import '../assets/referencePickerModal-DWB2ghBg.css';
2
+ import { e as Et, i as xe, h as Pt, a as St, f as kt, d as F, g as xt, c as $t, j as Ot } from "./index-CU14QsCg.mjs";
3
+ import { n as O } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
4
+ import { r as q, P as Nt, a as S, Q as Lt, R as Tt, S as Ke, T as It, u as Vt, U as At, E as jt, V as Bt } from "./_l10n-Cj65IvRp.mjs";
5
+ import ye from "@nextcloud/axios";
6
+ import { loadState as Je } from "@nextcloud/initial-state";
7
+ import { imagePath as qt, generateOcsUrl as Z } from "@nextcloud/router";
8
+ import ge from "../Components/NcEmptyContent.mjs";
9
+ import { N as Xe } from "./index-CnpswYi6.mjs";
10
+ import { N as Ye } from "./NcSelect-BjojUUy7.mjs";
12
11
  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";
12
+ import Dt, { ref as fe } from "vue";
13
+ import { g as Wt } from "./autolink-BtgUDDdk.mjs";
14
+ import Ze from "../Components/NcButton.mjs";
15
+ import Ft from "../Components/NcLoadingIcon.mjs";
16
+ import { N as zt } from "./NcTextField-BPGi70PD.mjs";
17
+ import { D as Ht } from "./DotsHorizontal-DfVgEXgz.mjs";
18
+ import Gt from "../Components/NcModal.mjs";
19
+ import { emit as Qt } from "@nextcloud/event-bus";
20
+ import { A as Kt } from "./ArrowLeft-kklNBL9z.mjs";
21
+ import { C as Jt } from "./Close-BtO5TPBO.mjs";
22
22
  /*!
23
23
  * vue-router v3.6.5
24
24
  * (c) 2022 Evan You
@@ -36,12 +36,12 @@ function k(t, e) {
36
36
  t[r] = e[r];
37
37
  return t;
38
38
  }
39
- var Jt = /[!'()*]/g, Xt = function(t) {
39
+ var Xt = /[!'()*]/g, Yt = function(t) {
40
40
  return "%" + t.charCodeAt(0).toString(16);
41
- }, Yt = /%2C/g, j = function(t) {
42
- return encodeURIComponent(t).replace(Jt, Xt).replace(Yt, ",");
41
+ }, Zt = /%2C/g, j = function(t) {
42
+ return encodeURIComponent(t).replace(Xt, Yt).replace(Zt, ",");
43
43
  };
44
- function fe(t) {
44
+ function he(t) {
45
45
  try {
46
46
  return decodeURIComponent(t);
47
47
  } catch {
@@ -49,9 +49,9 @@ function fe(t) {
49
49
  }
50
50
  return t;
51
51
  }
52
- function Zt(t, e, r) {
52
+ function er(t, e, r) {
53
53
  e === void 0 && (e = {});
54
- var n = r || er, i;
54
+ var n = r || tr, i;
55
55
  try {
56
56
  i = n(t || "");
57
57
  } catch (o) {
@@ -59,21 +59,21 @@ function Zt(t, e, r) {
59
59
  }
60
60
  for (var s in e) {
61
61
  var a = e[s];
62
- i[s] = Array.isArray(a) ? a.map(xe) : xe(a);
62
+ i[s] = Array.isArray(a) ? a.map($e) : $e(a);
63
63
  }
64
64
  return i;
65
65
  }
66
- var xe = function(t) {
66
+ var $e = function(t) {
67
67
  return t == null || typeof t == "object" ? t : String(t);
68
68
  };
69
- function er(t) {
69
+ function tr(t) {
70
70
  var e = {};
71
71
  return t = t.trim().replace(/^(\?|#|&)/, ""), t && t.split("&").forEach(function(r) {
72
- var n = r.replace(/\+/g, " ").split("="), i = fe(n.shift()), s = n.length > 0 ? fe(n.join("=")) : null;
72
+ var n = r.replace(/\+/g, " ").split("="), i = he(n.shift()), s = n.length > 0 ? he(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 tr(t) {
76
+ function rr(t) {
77
77
  var e = t ? Object.keys(t).map(function(r) {
78
78
  var n = t[r];
79
79
  if (n === void 0)
@@ -96,7 +96,7 @@ var ee = /\/?$/;
96
96
  function te(t, e, r, n) {
97
97
  var i = n && n.options.stringifyQuery, s = e.query || {};
98
98
  try {
99
- s = he(s);
99
+ s = pe(s);
100
100
  } catch {
101
101
  }
102
102
  var a = {
@@ -106,18 +106,18 @@ function te(t, e, r, n) {
106
106
  hash: e.hash || "",
107
107
  query: s,
108
108
  params: e.params || {},
109
- fullPath: $e(e, i),
110
- matched: t ? rr(t) : []
109
+ fullPath: Oe(e, i),
110
+ matched: t ? nr(t) : []
111
111
  };
112
- return r && (a.redirectedFrom = $e(r, i)), Object.freeze(a);
112
+ return r && (a.redirectedFrom = Oe(r, i)), Object.freeze(a);
113
113
  }
114
- function he(t) {
114
+ function pe(t) {
115
115
  if (Array.isArray(t))
116
- return t.map(he);
116
+ return t.map(pe);
117
117
  if (t && typeof t == "object") {
118
118
  var e = {};
119
119
  for (var r in t)
120
- e[r] = he(t[r]);
120
+ e[r] = pe(t[r]);
121
121
  return e;
122
122
  } else
123
123
  return t;
@@ -125,20 +125,20 @@ function he(t) {
125
125
  var I = te(null, {
126
126
  path: "/"
127
127
  });
128
- function rr(t) {
128
+ function nr(t) {
129
129
  for (var e = []; t; )
130
130
  e.unshift(t), t = t.parent;
131
131
  return e;
132
132
  }
133
- function $e(t, e) {
133
+ function Oe(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 || tr;
138
+ var s = e || rr;
139
139
  return (r || "/") + s(n) + i;
140
140
  }
141
- function Ze(t, e, r) {
141
+ function et(t, e, r) {
142
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) {
@@ -153,18 +153,18 @@ function Q(t, e) {
153
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 nr(t, e) {
156
+ function ir(t, e) {
157
157
  return t.path.replace(ee, "/").indexOf(
158
158
  e.path.replace(ee, "/")
159
- ) === 0 && (!e.hash || t.hash === e.hash) && ir(t.query, e.query);
159
+ ) === 0 && (!e.hash || t.hash === e.hash) && sr(t.query, e.query);
160
160
  }
161
- function ir(t, e) {
161
+ function sr(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 et(t) {
167
+ function tt(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) {
@@ -177,7 +177,7 @@ function et(t) {
177
177
  }
178
178
  }
179
179
  }
180
- var sr = {
180
+ var ar = {
181
181
  name: "RouterView",
182
182
  functional: !0,
183
183
  props: {
@@ -200,13 +200,13 @@ var sr = {
200
200
  var f = u.matched[m], y = f && f.components[c];
201
201
  if (!f || !y)
202
202
  return p[c] = null, o();
203
- p[c] = { component: y }, a.registerRouteInstance = function(g, w) {
203
+ p[c] = { component: y }, a.registerRouteInstance = function(g, b) {
204
204
  var R = f.instances[c];
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;
205
+ (b && R !== g || !b && R === g) && (f.instances[c] = b);
206
+ }, (a.hook || (a.hook = {})).prepatch = function(g, b) {
207
+ f.instances[c] = b.componentInstance;
208
208
  }, a.hook.init = function(g) {
209
- g.data.keepAlive && g.componentInstance && g.componentInstance !== f.instances[c] && (f.instances[c] = g.componentInstance), et(u);
209
+ g.data.keepAlive && g.componentInstance && g.componentInstance !== f.instances[c] && (f.instances[c] = g.componentInstance), tt(u);
210
210
  };
211
211
  var _ = f.props && f.props[c];
212
212
  return _ && (k(p[c], {
@@ -216,7 +216,7 @@ var sr = {
216
216
  }
217
217
  };
218
218
  function Ne(t, e, r, n) {
219
- var i = e.props = ar(r, n);
219
+ var i = e.props = or(r, n);
220
220
  if (i) {
221
221
  i = e.props = k({}, i);
222
222
  var s = e.attrs = e.attrs || {};
@@ -224,7 +224,7 @@ function Ne(t, e, r, n) {
224
224
  (!t.props || !(a in t.props)) && (s[a] = i[a], delete i[a]);
225
225
  }
226
226
  }
227
- function ar(t, e) {
227
+ function or(t, e) {
228
228
  switch (typeof e) {
229
229
  case "undefined":
230
230
  return;
@@ -241,7 +241,7 @@ function ar(t, e) {
241
241
  );
242
242
  }
243
243
  }
244
- function tt(t, e, r) {
244
+ function rt(t, e, r) {
245
245
  var n = t.charAt(0);
246
246
  if (n === "/")
247
247
  return t;
@@ -255,7 +255,7 @@ function tt(t, e, r) {
255
255
  }
256
256
  return i[0] !== "" && i.unshift(""), i.join("/");
257
257
  }
258
- function or(t) {
258
+ function cr(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 or(t) {
265
265
  hash: e
266
266
  };
267
267
  }
268
- function O(t) {
268
+ function N(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
- }, M = it, cr = ge, ur = pr, lr = rt, fr = nt, hr = new RegExp([
273
+ }, M = st, ur = _e, lr = dr, fr = nt, hr = it, pr = 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
  "(\\\\.)",
@@ -282,8 +282,8 @@ var re = Array.isArray || function(t) {
282
282
  // "/*" => ["/", undefined, undefined, undefined, undefined, "*"]
283
283
  "([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"
284
284
  ].join("|"), "g");
285
- function ge(t, e) {
286
- for (var r = [], n = 0, i = 0, s = "", a = e && e.delimiter || "/", o; (o = hr.exec(t)) != null; ) {
285
+ function _e(t, e) {
286
+ for (var r = [], n = 0, i = 0, s = "", a = e && e.delimiter || "/", o; (o = pr.exec(t)) != null; ) {
287
287
  var c = o[0], u = o[1], p = o.index;
288
288
  if (s += t.slice(i, p), i = p + c.length, u) {
289
289
  s += u[1];
@@ -291,38 +291,38 @@ function ge(t, e) {
291
291
  }
292
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 === "*", w = f === "?" || f === "*", R = o[2] || a, P = d || l;
294
+ var _ = h != null && m != null && m !== h, g = f === "+" || f === "*", b = f === "?" || f === "*", R = o[2] || a, E = d || l;
295
295
  r.push({
296
296
  name: v || n++,
297
297
  prefix: h || "",
298
298
  delimiter: R,
299
- optional: w,
299
+ optional: b,
300
300
  repeat: g,
301
301
  partial: _,
302
302
  asterisk: !!y,
303
- pattern: P ? mr(P) : y ? ".*" : "[^" + K(R) + "]+?"
303
+ pattern: E ? yr(E) : 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 pr(t, e) {
309
- return rt(ge(t, e), e);
308
+ function dr(t, e) {
309
+ return nt(_e(t, e), e);
310
310
  }
311
- function dr(t) {
311
+ function vr(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 vr(t) {
316
+ function mr(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 rt(t, e) {
321
+ function nt(t, e) {
322
322
  for (var r = new Array(t.length), n = 0; n < t.length; n++)
323
323
  typeof t[n] == "object" && (r[n] = new RegExp("^(?:" + t[n].pattern + ")$", be(e)));
324
324
  return function(i, s) {
325
- for (var a = "", o = i || {}, c = s || {}, u = c.pretty ? dr : encodeURIComponent, p = 0; p < t.length; p++) {
325
+ for (var a = "", o = i || {}, c = s || {}, u = c.pretty ? vr : encodeURIComponent, p = 0; p < t.length; p++) {
326
326
  var m = t[p];
327
327
  if (typeof m == "string") {
328
328
  a += m;
@@ -350,7 +350,7 @@ function rt(t, e) {
350
350
  }
351
351
  continue;
352
352
  }
353
- if (v = m.asterisk ? vr(h) : u(h), !r[p].test(v))
353
+ if (v = m.asterisk ? mr(h) : u(h), !r[p].test(v))
354
354
  throw new TypeError('Expected "' + m.name + '" to match "' + m.pattern + '", but received "' + v + '"');
355
355
  a += m.prefix + v;
356
356
  }
@@ -360,16 +360,16 @@ function rt(t, e) {
360
360
  function K(t) {
361
361
  return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g, "\\$1");
362
362
  }
363
- function mr(t) {
363
+ function yr(t) {
364
364
  return t.replace(/([=!:$\/()])/g, "\\$1");
365
365
  }
366
- function _e(t, e) {
366
+ function we(t, e) {
367
367
  return t.keys = e, t;
368
368
  }
369
369
  function be(t) {
370
370
  return t && t.sensitive ? "" : "i";
371
371
  }
372
- function yr(t, e) {
372
+ function gr(t, e) {
373
373
  var r = t.source.match(/\((?!\?)/g);
374
374
  if (r)
375
375
  for (var n = 0; n < r.length; n++)
@@ -383,18 +383,18 @@ function yr(t, e) {
383
383
  asterisk: !1,
384
384
  pattern: null
385
385
  });
386
- return _e(t, e);
386
+ return we(t, e);
387
387
  }
388
- function gr(t, e, r) {
388
+ function _r(t, e, r) {
389
389
  for (var n = [], i = 0; i < t.length; i++)
390
- n.push(it(t[i], e, r).source);
390
+ n.push(st(t[i], e, r).source);
391
391
  var s = new RegExp("(?:" + n.join("|") + ")", be(r));
392
- return _e(s, e);
392
+ return we(s, e);
393
393
  }
394
- function _r(t, e, r) {
395
- return nt(ge(t, r), e, r);
394
+ function wr(t, e, r) {
395
+ return it(_e(t, r), e, r);
396
396
  }
397
- function nt(t, e, r) {
397
+ function it(t, e, r) {
398
398
  re(e) || (r = /** @type {!Object} */
399
399
  e || r, e = []), r = r || {};
400
400
  for (var n = r.strict, i = r.end !== !1, s = "", a = 0; a < t.length; a++) {
@@ -407,21 +407,21 @@ function nt(t, e, r) {
407
407
  }
408
408
  }
409
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);
410
+ return n || (s = (m ? s.slice(0, -p.length) : s) + "(?:" + p + "(?=$))?"), i ? s += "$" : s += n && m ? "" : "(?=" + p + "|$)", we(new RegExp("^" + s, be(r)), e);
411
411
  }
412
- function it(t, e, r) {
412
+ function st(t, e, r) {
413
413
  return re(e) || (r = /** @type {!Object} */
414
- e || r, e = []), r = r || {}, t instanceof RegExp ? yr(
414
+ e || r, e = []), r = r || {}, t instanceof RegExp ? gr(
415
415
  t,
416
416
  /** @type {!Array} */
417
417
  e
418
- ) : re(t) ? gr(
418
+ ) : re(t) ? _r(
419
419
  /** @type {!Array} */
420
420
  t,
421
421
  /** @type {!Array} */
422
422
  e,
423
423
  r
424
- ) : _r(
424
+ ) : wr(
425
425
  /** @type {string} */
426
426
  t,
427
427
  /** @type {!Array} */
@@ -429,15 +429,15 @@ function it(t, e, r) {
429
429
  r
430
430
  );
431
431
  }
432
- M.parse = cr;
433
- M.compile = ur;
434
- M.tokensToFunction = lr;
435
- M.tokensToRegExp = fr;
436
- var Oe = /* @__PURE__ */ Object.create(null);
432
+ M.parse = ur;
433
+ M.compile = lr;
434
+ M.tokensToFunction = fr;
435
+ M.tokensToRegExp = hr;
436
+ var Le = /* @__PURE__ */ Object.create(null);
437
437
  function J(t, e, r) {
438
438
  e = e || {};
439
439
  try {
440
- var n = Oe[t] || (Oe[t] = M.compile(t));
440
+ var n = Le[t] || (Le[t] = M.compile(t));
441
441
  return typeof e.pathMatch == "string" && (e[0] = e.pathMatch), n(e, { pretty: !0 });
442
442
  } catch (i) {
443
443
  return process.env.NODE_ENV !== "production" && C(typeof e.pathMatch == "string", "missing param for " + r + ": " + i.message), "";
@@ -445,7 +445,7 @@ function J(t, e, r) {
445
445
  delete e[0];
446
446
  }
447
447
  }
448
- function we(t, e, r, n) {
448
+ function Re(t, e, r, n) {
449
449
  var i = typeof t == "string" ? { path: t } : t;
450
450
  if (i._normalized)
451
451
  return i;
@@ -466,7 +466,7 @@ function we(t, e, r, n) {
466
466
  process.env.NODE_ENV !== "production" && C(!1, "relative params navigation requires a current route.");
467
467
  return i;
468
468
  }
469
- var c = or(i.path || ""), u = e && e.path || "/", p = c.path ? tt(c.path, u, r || i.append) : u, m = Zt(
469
+ var c = cr(i.path || ""), u = e && e.path || "/", p = c.path ? rt(c.path, u, r || i.append) : u, m = er(
470
470
  c.query,
471
471
  i.query,
472
472
  n && n.options.parseQuery
@@ -478,8 +478,8 @@ function we(t, e, r, n) {
478
478
  hash: h
479
479
  };
480
480
  }
481
- var br = [String, Object], wr = [String, Array], Le = function() {
482
- }, Te, Ie, Ve, st = {
481
+ var br = [String, Object], Rr = [String, Array], Te = function() {
482
+ }, Ie, Ve, Ae, at = {
483
483
  name: "RouterLink",
484
484
  props: {
485
485
  to: {
@@ -502,7 +502,7 @@ var br = [String, Object], wr = [String, Array], Le = function() {
502
502
  default: "page"
503
503
  },
504
504
  event: {
505
- type: wr,
505
+ type: Rr,
506
506
  default: "click"
507
507
  }
508
508
  },
@@ -511,15 +511,15 @@ var br = [String, Object], wr = [String, Array], Le = function() {
511
511
  this.to,
512
512
  i,
513
513
  this.append
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);
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, Re(o.redirectedFrom), null, n) : o;
515
+ u[l] = et(i, f, this.exactPath), u[d] = this.exact || this.exactPath ? u[l] : ir(i, f);
516
516
  var y = u[l] ? this.ariaCurrentValue : null, _ = function(le) {
517
- Ae(le) && (r.replace ? n.replace(a, Le) : n.push(a, Le));
518
- }, g = { click: Ae };
517
+ je(le) && (r.replace ? n.replace(a, Te) : n.push(a, Te));
518
+ }, g = { click: je };
519
519
  Array.isArray(this.event) ? this.event.forEach(function(le) {
520
520
  g[le] = _;
521
521
  }) : g[this.event] = _;
522
- var w = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
522
+ var b = { class: u }, R = !this.$scopedSlots.$hasNormal && this.$scopedSlots.default && this.$scopedSlots.default({
523
523
  href: c,
524
524
  route: o,
525
525
  navigate: _,
@@ -527,7 +527,7 @@ var br = [String, Object], wr = [String, Array], Le = function() {
527
527
  isExactActive: u[l]
528
528
  });
529
529
  if (R) {
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)
530
+ if (process.env.NODE_ENV !== "production" && !this.custom && (!Ie && 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'), Ie = !0), R.length === 1)
531
531
  return R[0];
532
532
  if (R.length > 1 || !R.length)
533
533
  return process.env.NODE_ENV !== "production" && C(
@@ -535,35 +535,35 @@ var br = [String, Object], wr = [String, Array], Le = function() {
535
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."
536
536
  ), R.length === 0 ? e() : e("span", {}, R);
537
537
  }
538
- if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ie && (C(
538
+ if (process.env.NODE_ENV !== "production" && ("tag" in this.$options.propsData && !Ve && (C(
539
539
  !1,
540
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."
541
- ), Ie = !0), "event" in this.$options.propsData && !Ve && (C(
541
+ ), Ve = !0), "event" in this.$options.propsData && !Ae && (C(
542
542
  !1,
543
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."
544
- ), Ve = !0)), this.tag === "a")
545
- w.on = g, w.attrs = { href: c, "aria-current": y };
544
+ ), Ae = !0)), this.tag === "a")
545
+ b.on = g, b.attrs = { href: c, "aria-current": y };
546
546
  else {
547
- var P = at(this.$slots.default);
548
- if (P) {
549
- P.isStatic = !1;
550
- var E = P.data = k({}, P.data);
551
- E.on = E.on || {};
552
- for (var $ in E.on) {
553
- var U = E.on[$];
554
- $ in g && (E.on[$] = Array.isArray(U) ? U : [U]);
547
+ var E = ot(this.$slots.default);
548
+ if (E) {
549
+ E.isStatic = !1;
550
+ var P = E.data = k({}, E.data);
551
+ P.on = P.on || {};
552
+ for (var $ in P.on) {
553
+ var U = P.on[$];
554
+ $ in g && (P.on[$] = Array.isArray(U) ? U : [U]);
555
555
  }
556
556
  for (var H in g)
557
- H in E.on ? E.on[H].push(g[H]) : E.on[H] = _;
558
- var Se = P.data.attrs = k({}, P.data.attrs);
559
- Se.href = c, Se["aria-current"] = y;
557
+ H in P.on ? P.on[H].push(g[H]) : P.on[H] = _;
558
+ var ke = E.data.attrs = k({}, E.data.attrs);
559
+ ke.href = c, ke["aria-current"] = y;
560
560
  } else
561
- w.on = g;
561
+ b.on = g;
562
562
  }
563
- return e(this.tag, w, this.$slots.default);
563
+ return e(this.tag, b, this.$slots.default);
564
564
  }
565
565
  };
566
- function Ae(t) {
566
+ function je(t) {
567
567
  if (!(t.metaKey || t.altKey || t.ctrlKey || t.shiftKey) && !t.defaultPrevented && !(t.button !== void 0 && t.button !== 0)) {
568
568
  if (t.currentTarget && t.currentTarget.getAttribute) {
569
569
  var e = t.currentTarget.getAttribute("target");
@@ -573,10 +573,10 @@ function Ae(t) {
573
573
  return t.preventDefault && t.preventDefault(), !0;
574
574
  }
575
575
  }
576
- function at(t) {
576
+ function ot(t) {
577
577
  if (t) {
578
578
  for (var e, r = 0; r < t.length; r++)
579
- if (e = t[r], e.tag === "a" || e.children && (e = at(e.children)))
579
+ if (e = t[r], e.tag === "a" || e.children && (e = ot(e.children)))
580
580
  return e;
581
581
  }
582
582
  }
@@ -605,7 +605,7 @@ function ie(t) {
605
605
  get: function() {
606
606
  return this._routerRoot._route;
607
607
  }
608
- }), t.component("RouterView", sr), t.component("RouterLink", st);
608
+ }), t.component("RouterView", ar), t.component("RouterLink", at);
609
609
  var n = t.config.optionMergeStrategies;
610
610
  n.beforeRouteEnter = n.beforeRouteLeave = n.beforeRouteUpdate = n.created;
611
611
  }
@@ -614,7 +614,7 @@ var z = typeof window < "u";
614
614
  function G(t, e, r, n, i) {
615
615
  var s = e || [], a = r || /* @__PURE__ */ Object.create(null), o = n || /* @__PURE__ */ Object.create(null);
616
616
  t.forEach(function(h) {
617
- pe(s, a, o, h, i);
617
+ de(s, a, o, h, i);
618
618
  });
619
619
  for (var c = 0, u = s.length; c < u; c++)
620
620
  s[c] === "*" && (s.push(s.splice(c, 1)[0]), u--, c--);
@@ -635,7 +635,7 @@ function G(t, e, r, n, i) {
635
635
  nameMap: o
636
636
  };
637
637
  }
638
- function pe(t, e, r, n, i, s) {
638
+ function de(t, e, r, n, i, s) {
639
639
  var a = n.path, o = n.name;
640
640
  process.env.NODE_ENV !== "production" && (V(a != null, '"path" is required in a route configuration.'), V(
641
641
  typeof n.component != "string",
@@ -647,11 +647,11 @@ function pe(t, e, r, n, i, s) {
647
647
  !/[^\u0000-\u007F]+/.test(a),
648
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.'
649
649
  ));
650
- var c = n.pathToRegexpOptions || {}, u = Cr(a, i, c.strict);
650
+ var c = n.pathToRegexpOptions || {}, u = Er(a, i, c.strict);
651
651
  typeof n.caseSensitive == "boolean" && (c.sensitive = n.caseSensitive);
652
652
  var p = {
653
653
  path: u,
654
- regex: Rr(u, c),
654
+ regex: Cr(u, c),
655
655
  components: n.components || { default: n.component },
656
656
  alias: n.alias ? typeof n.alias == "string" ? [n.alias] : n.alias : [],
657
657
  instances: {},
@@ -670,8 +670,8 @@ function pe(t, e, r, n, i, s) {
670
670
  !1,
671
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."
672
672
  ), n.children.forEach(function(l) {
673
- var f = s ? O(s + "/" + l.path) : void 0;
674
- pe(t, e, r, l, p, f);
673
+ var f = s ? N(s + "/" + l.path) : void 0;
674
+ de(t, e, r, l, p, f);
675
675
  })), e[p.path] || (t.push(p.path), e[p.path] = p), n.alias !== void 0)
676
676
  for (var m = Array.isArray(n.alias) ? n.alias : [n.alias], h = 0; h < m.length; ++h) {
677
677
  var v = m[h];
@@ -686,7 +686,7 @@ function pe(t, e, r, n, i, s) {
686
686
  path: v,
687
687
  children: n.children
688
688
  };
689
- pe(
689
+ de(
690
690
  t,
691
691
  e,
692
692
  r,
@@ -701,7 +701,7 @@ function pe(t, e, r, n, i, s) {
701
701
  'Duplicate named routes definition: { name: "' + o + '", path: "' + p.path + '" }'
702
702
  ) : r[o] = p);
703
703
  }
704
- function Rr(t, e) {
704
+ function Cr(t, e) {
705
705
  var r = M(t, [], e);
706
706
  if (process.env.NODE_ENV !== "production") {
707
707
  var n = /* @__PURE__ */ Object.create(null);
@@ -714,8 +714,8 @@ function Rr(t, e) {
714
714
  }
715
715
  return r;
716
716
  }
717
- function Cr(t, e, r) {
718
- return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
717
+ function Er(t, e, r) {
718
+ return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : N(e.path + "/" + t);
719
719
  }
720
720
  function Pr(t, e) {
721
721
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
@@ -741,7 +741,7 @@ function Pr(t, e) {
741
741
  });
742
742
  }
743
743
  function u(v, d, l) {
744
- var f = we(v, d, !1, e), y = f.name;
744
+ var f = Re(v, d, !1, e), y = f.name;
745
745
  if (y) {
746
746
  var _ = s[y];
747
747
  if (process.env.NODE_ENV !== "production" && C(_, "Route with name '" + y + "' does not exist"), !_)
@@ -752,15 +752,15 @@ function Pr(t, e) {
752
752
  return $.name;
753
753
  });
754
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]);
755
+ for (var b in d.params)
756
+ !(b in f.params) && g.indexOf(b) > -1 && (f.params[b] = d.params[b]);
757
757
  return f.path = J(_.path, f.params, 'named route "' + y + '"'), h(_, f, l);
758
758
  } else if (f.path) {
759
759
  f.params = {};
760
760
  for (var R = 0; R < n.length; R++) {
761
- var P = n[R], E = i[P];
762
- if (Er(E.regex, f.path, f.params))
763
- return h(E, f, l);
761
+ var E = n[R], P = i[E];
762
+ if (Sr(P.regex, f.path, f.params))
763
+ return h(P, f, l);
764
764
  }
765
765
  }
766
766
  return h(null, f);
@@ -772,22 +772,22 @@ function Pr(t, e) {
772
772
  !1,
773
773
  "invalid redirect option: " + JSON.stringify(f)
774
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, _) {
777
- var E = s[_];
778
- return process.env.NODE_ENV !== "production" && V(E, 'redirect failed: named route "' + _ + '" not found.'), u({
775
+ var y = f, _ = y.name, g = y.path, b = d.query, R = d.hash, E = d.params;
776
+ if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, E = y.hasOwnProperty("params") ? y.params : E, _) {
777
+ var P = s[_];
778
+ return process.env.NODE_ENV !== "production" && V(P, 'redirect failed: named route "' + _ + '" not found.'), u({
779
779
  _normalized: !0,
780
780
  name: _,
781
- query: w,
781
+ query: b,
782
782
  hash: R,
783
- params: P
783
+ params: E
784
784
  }, void 0, d);
785
785
  } else if (g) {
786
- var $ = Sr(g, v), U = J($, P, 'redirect route with path "' + $ + '"');
786
+ var $ = kr(g, v), U = J($, E, 'redirect route with path "' + $ + '"');
787
787
  return u({
788
788
  _normalized: !0,
789
789
  path: U,
790
- query: w,
790
+ query: b,
791
791
  hash: R
792
792
  }, void 0, d);
793
793
  } else
@@ -814,7 +814,7 @@ function Pr(t, e) {
814
814
  addRoutes: a
815
815
  };
816
816
  }
817
- function Er(t, e, r) {
817
+ function Sr(t, e, r) {
818
818
  var n = e.match(t);
819
819
  if (n) {
820
820
  if (!r)
@@ -823,76 +823,76 @@ function Er(t, e, r) {
823
823
  return !1;
824
824
  for (var i = 1, s = n.length; i < s; ++i) {
825
825
  var a = t.keys[i - 1];
826
- a && (r[a.name || "pathMatch"] = typeof n[i] == "string" ? fe(n[i]) : n[i]);
826
+ a && (r[a.name || "pathMatch"] = typeof n[i] == "string" ? he(n[i]) : n[i]);
827
827
  }
828
828
  return !0;
829
829
  }
830
- function Sr(t, e) {
831
- return tt(t, e.parent ? e.parent.path : "/", !0);
830
+ function kr(t, e) {
831
+ return rt(t, e.parent ? e.parent.path : "/", !0);
832
832
  }
833
- var kr = z && window.performance && window.performance.now ? window.performance : Date;
834
- function ot() {
835
- return kr.now().toFixed(3);
833
+ var xr = z && window.performance && window.performance.now ? window.performance : Date;
834
+ function ct() {
835
+ return xr.now().toFixed(3);
836
836
  }
837
- var ct = ot();
837
+ var ut = ct();
838
838
  function oe() {
839
- return ct;
839
+ return ut;
840
840
  }
841
- function ut(t) {
842
- return ct = t;
841
+ function lt(t) {
842
+ return ut = t;
843
843
  }
844
- var lt = /* @__PURE__ */ Object.create(null);
845
- function ft() {
844
+ var ft = /* @__PURE__ */ Object.create(null);
845
+ function ht() {
846
846
  "scrollRestoration" in window.history && (window.history.scrollRestoration = "manual");
847
847
  var t = window.location.protocol + "//" + window.location.host, e = window.location.href.replace(t, ""), r = k({}, window.history.state);
848
- return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", je), function() {
849
- window.removeEventListener("popstate", je);
848
+ return r.key = oe(), window.history.replaceState(r, "", e), window.addEventListener("popstate", Be), function() {
849
+ window.removeEventListener("popstate", Be);
850
850
  };
851
851
  }
852
852
  function L(t, e, r, n) {
853
853
  if (t.app) {
854
854
  var i = t.options.scrollBehavior;
855
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(
856
+ var s = $r(), a = i.call(
857
857
  t,
858
858
  e,
859
859
  r,
860
860
  n ? s : null
861
861
  );
862
862
  a && (typeof a.then == "function" ? a.then(function(o) {
863
- Me(o, s);
863
+ Ue(o, s);
864
864
  }).catch(function(o) {
865
865
  process.env.NODE_ENV !== "production" && V(!1, o.toString());
866
- }) : Me(a, s));
866
+ }) : Ue(a, s));
867
867
  }));
868
868
  }
869
869
  }
870
- function ht() {
870
+ function pt() {
871
871
  var t = oe();
872
- t && (lt[t] = {
872
+ t && (ft[t] = {
873
873
  x: window.pageXOffset,
874
874
  y: window.pageYOffset
875
875
  });
876
876
  }
877
- function je(t) {
878
- ht(), t.state && t.state.key && ut(t.state.key);
877
+ function Be(t) {
878
+ pt(), t.state && t.state.key && lt(t.state.key);
879
879
  }
880
- function xr() {
880
+ function $r() {
881
881
  var t = oe();
882
882
  if (t)
883
- return lt[t];
883
+ return ft[t];
884
884
  }
885
- function $r(t, e) {
885
+ function Or(t, e) {
886
886
  var r = document.documentElement, n = r.getBoundingClientRect(), i = t.getBoundingClientRect();
887
887
  return {
888
888
  x: i.left - n.left - e.x,
889
889
  y: i.top - n.top - e.y
890
890
  };
891
891
  }
892
- function Be(t) {
892
+ function qe(t) {
893
893
  return B(t.x) || B(t.y);
894
894
  }
895
- function qe(t) {
895
+ function Me(t) {
896
896
  return {
897
897
  x: B(t.x) ? t.x : window.pageXOffset,
898
898
  y: B(t.y) ? t.y : window.pageYOffset
@@ -907,18 +907,18 @@ function Nr(t) {
907
907
  function B(t) {
908
908
  return typeof t == "number";
909
909
  }
910
- var Or = /^#\d/;
911
- function Me(t, e) {
910
+ var Lr = /^#\d/;
911
+ function Ue(t, e) {
912
912
  var r = typeof t == "object";
913
913
  if (r && typeof t.selector == "string") {
914
- var n = Or.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
914
+ var n = Lr.test(t.selector) ? document.getElementById(t.selector.slice(1)) : document.querySelector(t.selector);
915
915
  if (n) {
916
916
  var i = t.offset && typeof t.offset == "object" ? t.offset : {};
917
- i = Nr(i), e = $r(n, i);
917
+ i = Nr(i), e = Or(n, i);
918
918
  } else
919
- Be(t) && (e = qe(t));
919
+ qe(t) && (e = Me(t));
920
920
  } else
921
- r && Be(t) && (e = qe(t));
921
+ r && qe(t) && (e = Me(t));
922
922
  e && ("scrollBehavior" in document.documentElement.style ? window.scrollTo({
923
923
  left: e.x,
924
924
  top: e.y,
@@ -931,19 +931,19 @@ var T = z && function() {
931
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";
932
932
  }();
933
933
  function se(t, e) {
934
- ht();
934
+ pt();
935
935
  var r = window.history;
936
936
  try {
937
937
  if (e) {
938
938
  var n = k({}, r.state);
939
939
  n.key = oe(), r.replaceState(n, "", t);
940
940
  } else
941
- r.pushState({ key: ut(ot()) }, "", t);
941
+ r.pushState({ key: lt(ct()) }, "", t);
942
942
  } catch {
943
943
  window.location[e ? "replace" : "assign"](t);
944
944
  }
945
945
  }
946
- function de(t) {
946
+ function ve(t) {
947
947
  se(t, !0);
948
948
  }
949
949
  var A = {
@@ -952,17 +952,17 @@ var A = {
952
952
  cancelled: 8,
953
953
  duplicated: 16
954
954
  };
955
- function Lr(t, e) {
955
+ function Tr(t, e) {
956
956
  return ce(
957
957
  t,
958
958
  e,
959
959
  A.redirected,
960
- 'Redirected when going from "' + t.fullPath + '" to "' + Ar(
960
+ 'Redirected when going from "' + t.fullPath + '" to "' + jr(
961
961
  e
962
962
  ) + '" via a navigation guard.'
963
963
  );
964
964
  }
965
- function Tr(t, e) {
965
+ function Ir(t, e) {
966
966
  var r = ce(
967
967
  t,
968
968
  e,
@@ -971,7 +971,7 @@ function Tr(t, e) {
971
971
  );
972
972
  return r.name = "NavigationDuplicated", r;
973
973
  }
974
- function Ue(t, e) {
974
+ function De(t, e) {
975
975
  return ce(
976
976
  t,
977
977
  e,
@@ -979,7 +979,7 @@ function Ue(t, e) {
979
979
  'Navigation cancelled from "' + t.fullPath + '" to "' + e.fullPath + '" with a new navigation.'
980
980
  );
981
981
  }
982
- function Ir(t, e) {
982
+ function Vr(t, e) {
983
983
  return ce(
984
984
  t,
985
985
  e,
@@ -991,14 +991,14 @@ function ce(t, e, r, n) {
991
991
  var i = new Error(n);
992
992
  return i._isRouter = !0, i.from = t, i.to = e, i.type = r, i;
993
993
  }
994
- var Vr = ["params", "query", "hash"];
995
- function Ar(t) {
994
+ var Ar = ["params", "query", "hash"];
995
+ function jr(t) {
996
996
  if (typeof t == "string")
997
997
  return t;
998
998
  if ("path" in t)
999
999
  return t.path;
1000
1000
  var e = {};
1001
- return Vr.forEach(function(r) {
1001
+ return Ar.forEach(function(r) {
1002
1002
  r in t && (e[r] = t[r]);
1003
1003
  }), JSON.stringify(e, null, 2);
1004
1004
  }
@@ -1008,7 +1008,7 @@ function ae(t) {
1008
1008
  function ue(t, e) {
1009
1009
  return ae(t) && t._isRouter && (e == null || t.type === e);
1010
1010
  }
1011
- function De(t, e, r) {
1011
+ function We(t, e, r) {
1012
1012
  var n = function(i) {
1013
1013
  i >= t.length ? r() : t[i] ? e(t[i], function() {
1014
1014
  n(i + 1);
@@ -1016,15 +1016,15 @@ function De(t, e, r) {
1016
1016
  };
1017
1017
  n(0);
1018
1018
  }
1019
- function jr(t) {
1019
+ function Br(t) {
1020
1020
  return function(e, r, n) {
1021
1021
  var i = !1, s = 0, a = null;
1022
- pt(t, function(o, c, u, p) {
1022
+ dt(t, function(o, c, u, p) {
1023
1023
  if (typeof o == "function" && o.cid === void 0) {
1024
1024
  i = !0, s++;
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) {
1025
+ var m = Fe(function(l) {
1026
+ Mr(l) && (l = l.default), o.resolved = typeof l == "function" ? l : ne.extend(l), u.components[p] = l, s--, s <= 0 && n();
1027
+ }), h = Fe(function(l) {
1028
1028
  var f = "Failed to resolve async component " + p + ": " + l;
1029
1029
  process.env.NODE_ENV !== "production" && C(!1, f), a || (a = ae(l) ? l : new Error(f), n(a));
1030
1030
  }), v;
@@ -1044,8 +1044,8 @@ function jr(t) {
1044
1044
  }), i || n();
1045
1045
  };
1046
1046
  }
1047
- function pt(t, e) {
1048
- return dt(t.map(function(r) {
1047
+ function dt(t, e) {
1048
+ return vt(t.map(function(r) {
1049
1049
  return Object.keys(r.components).map(function(n) {
1050
1050
  return e(
1051
1051
  r.components[n],
@@ -1056,14 +1056,14 @@ function pt(t, e) {
1056
1056
  });
1057
1057
  }));
1058
1058
  }
1059
- function dt(t) {
1059
+ function vt(t) {
1060
1060
  return Array.prototype.concat.apply([], t);
1061
1061
  }
1062
- var Br = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1063
- function qr(t) {
1064
- return t.__esModule || Br && t[Symbol.toStringTag] === "Module";
1062
+ var qr = typeof Symbol == "function" && typeof Symbol.toStringTag == "symbol";
1063
+ function Mr(t) {
1064
+ return t.__esModule || qr && t[Symbol.toStringTag] === "Module";
1065
1065
  }
1066
- function We(t) {
1066
+ function Fe(t) {
1067
1067
  var e = !1;
1068
1068
  return function() {
1069
1069
  for (var r = [], n = arguments.length; n--; )
@@ -1073,7 +1073,7 @@ function We(t) {
1073
1073
  };
1074
1074
  }
1075
1075
  var x = function(e, r) {
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 = [];
1076
+ this.router = e, this.base = Ur(r), this.current = I, this.pending = null, this.ready = !1, this.readyCbs = [], this.readyErrorCbs = [], this.errorCbs = [], this.listeners = [];
1077
1077
  };
1078
1078
  x.prototype.listen = function(e) {
1079
1079
  this.cb = e;
@@ -1118,43 +1118,43 @@ x.prototype.confirmTransition = function(e, r, n) {
1118
1118
  f(l);
1119
1119
  }) : (process.env.NODE_ENV !== "production" && C(!1, "uncaught error during route navigation:"), console.error(l))), n && n(l);
1120
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
1121
+ if (et(e, s) && // in the case the route map has been dynamically appended to
1122
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(
1123
+ return this.ensureURL(), e.hash && L(this.router, s, e, !1), a(Ir(s, e));
1124
+ var u = Dr(
1125
1125
  this.current.matched,
1126
1126
  e.matched
1127
1127
  ), p = u.updated, m = u.deactivated, h = u.activated, v = [].concat(
1128
1128
  // in-component leave guards
1129
- Wr(m),
1129
+ Fr(m),
1130
1130
  // global before hooks
1131
1131
  this.router.beforeHooks,
1132
1132
  // in-component update hooks
1133
- Fr(p),
1133
+ zr(p),
1134
1134
  // in-config enter guards
1135
1135
  h.map(function(l) {
1136
1136
  return l.beforeEnter;
1137
1137
  }),
1138
1138
  // async components
1139
- jr(h)
1139
+ Br(h)
1140
1140
  ), d = function(l, f) {
1141
1141
  if (i.pending !== e)
1142
- return a(Ue(s, e));
1142
+ return a(De(s, e));
1143
1143
  try {
1144
1144
  l(e, s, function(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);
1145
+ y === !1 ? (i.ensureURL(!0), a(Vr(s, e))) : ae(y) ? (i.ensureURL(!0), a(y)) : typeof y == "string" || typeof y == "object" && (typeof y.path == "string" || typeof y.name == "string") ? (a(Tr(s, e)), typeof y == "object" && y.replace ? i.replace(y) : i.push(y)) : f(y);
1146
1146
  });
1147
1147
  } catch (y) {
1148
1148
  a(y);
1149
1149
  }
1150
1150
  };
1151
- De(v, d, function() {
1152
- var l = zr(h), f = l.concat(i.router.resolveHooks);
1153
- De(f, d, function() {
1151
+ We(v, d, function() {
1152
+ var l = Hr(h), f = l.concat(i.router.resolveHooks);
1153
+ We(f, d, function() {
1154
1154
  if (i.pending !== e)
1155
- return a(Ue(s, e));
1155
+ return a(De(s, e));
1156
1156
  i.pending = null, r(e), i.router.app && i.router.app.$nextTick(function() {
1157
- et(e);
1157
+ tt(e);
1158
1158
  });
1159
1159
  });
1160
1160
  });
@@ -1169,7 +1169,7 @@ x.prototype.teardown = function() {
1169
1169
  e();
1170
1170
  }), this.listeners = [], this.current = I, this.pending = null;
1171
1171
  };
1172
- function Mr(t) {
1172
+ function Ur(t) {
1173
1173
  if (!t)
1174
1174
  if (z) {
1175
1175
  var e = document.querySelector("base");
@@ -1178,7 +1178,7 @@ function Mr(t) {
1178
1178
  t = "/";
1179
1179
  return t.charAt(0) !== "/" && (t = "/" + t), t.replace(/\/$/, "");
1180
1180
  }
1181
- function Ur(t, e) {
1181
+ function Dr(t, e) {
1182
1182
  var r, n = Math.max(t.length, e.length);
1183
1183
  for (r = 0; r < n && t[r] === e[r]; r++)
1184
1184
  ;
@@ -1188,48 +1188,48 @@ function Ur(t, e) {
1188
1188
  deactivated: t.slice(r)
1189
1189
  };
1190
1190
  }
1191
- function Re(t, e, r, n) {
1192
- var i = pt(t, function(s, a, o, c) {
1193
- var u = Dr(s, e);
1191
+ function Ce(t, e, r, n) {
1192
+ var i = dt(t, function(s, a, o, c) {
1193
+ var u = Wr(s, e);
1194
1194
  if (u)
1195
1195
  return Array.isArray(u) ? u.map(function(p) {
1196
1196
  return r(p, a, o, c);
1197
1197
  }) : r(u, a, o, c);
1198
1198
  });
1199
- return dt(n ? i.reverse() : i);
1199
+ return vt(n ? i.reverse() : i);
1200
1200
  }
1201
- function Dr(t, e) {
1201
+ function Wr(t, e) {
1202
1202
  return typeof t != "function" && (t = ne.extend(t)), t.options[e];
1203
1203
  }
1204
- function Wr(t) {
1205
- return Re(t, "beforeRouteLeave", vt, !0);
1206
- }
1207
1204
  function Fr(t) {
1208
- return Re(t, "beforeRouteUpdate", vt);
1205
+ return Ce(t, "beforeRouteLeave", mt, !0);
1206
+ }
1207
+ function zr(t) {
1208
+ return Ce(t, "beforeRouteUpdate", mt);
1209
1209
  }
1210
- function vt(t, e) {
1210
+ function mt(t, e) {
1211
1211
  if (e)
1212
1212
  return function() {
1213
1213
  return t.apply(e, arguments);
1214
1214
  };
1215
1215
  }
1216
- function zr(t) {
1217
- return Re(
1216
+ function Hr(t) {
1217
+ return Ce(
1218
1218
  t,
1219
1219
  "beforeRouteEnter",
1220
1220
  function(e, r, n, i) {
1221
- return Hr(e, n, i);
1221
+ return Gr(e, n, i);
1222
1222
  }
1223
1223
  );
1224
1224
  }
1225
- function Hr(t, e, r) {
1225
+ function Gr(t, e, r) {
1226
1226
  return function(i, s, a) {
1227
1227
  return t(i, s, function(o) {
1228
1228
  typeof o == "function" && (e.enteredCbs[r] || (e.enteredCbs[r] = []), e.enteredCbs[r].push(o)), a(o);
1229
1229
  });
1230
1230
  };
1231
1231
  }
1232
- var mt = /* @__PURE__ */ function(t) {
1232
+ var yt = /* @__PURE__ */ function(t) {
1233
1233
  function e(r, n) {
1234
1234
  t.call(this, r, n), this._startLocation = W(this.base);
1235
1235
  }
@@ -1237,7 +1237,7 @@ var mt = /* @__PURE__ */ function(t) {
1237
1237
  var n = this;
1238
1238
  if (!(this.listeners.length > 0)) {
1239
1239
  var i = this.router, s = i.options.scrollBehavior, a = T && s;
1240
- a && this.listeners.push(ft());
1240
+ a && this.listeners.push(ht());
1241
1241
  var o = function() {
1242
1242
  var c = n.current, u = W(n.base);
1243
1243
  n.current === I && u === n._startLocation || n.transitionTo(u, function(p) {
@@ -1253,17 +1253,17 @@ var mt = /* @__PURE__ */ function(t) {
1253
1253
  }, e.prototype.push = function(n, i, s) {
1254
1254
  var a = this, o = this, c = o.current;
1255
1255
  this.transitionTo(n, function(u) {
1256
- se(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1256
+ se(N(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1257
1257
  }, s);
1258
1258
  }, e.prototype.replace = function(n, i, s) {
1259
1259
  var a = this, o = this, c = o.current;
1260
1260
  this.transitionTo(n, function(u) {
1261
- de(O(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1261
+ ve(N(a.base + u.fullPath)), L(a.router, u, c, !1), i && i(u);
1262
1262
  }, s);
1263
1263
  }, e.prototype.ensureURL = function(n) {
1264
1264
  if (W(this.base) !== this.current.fullPath) {
1265
- var i = O(this.base + this.current.fullPath);
1266
- n ? se(i) : de(i);
1265
+ var i = N(this.base + this.current.fullPath);
1266
+ n ? se(i) : ve(i);
1267
1267
  }
1268
1268
  }, e.prototype.getCurrentLocation = function() {
1269
1269
  return W(this.base);
@@ -1271,20 +1271,20 @@ var mt = /* @__PURE__ */ function(t) {
1271
1271
  }(x);
1272
1272
  function W(t) {
1273
1273
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1274
- return t && (r === n || r.indexOf(O(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1274
+ return t && (r === n || r.indexOf(N(n + "/")) === 0) && (e = e.slice(t.length)), (e || "/") + window.location.search + window.location.hash;
1275
1275
  }
1276
- var yt = /* @__PURE__ */ function(t) {
1276
+ var gt = /* @__PURE__ */ function(t) {
1277
1277
  function e(r, n, i) {
1278
- t.call(this, r, n), !(i && Gr(this.base)) && Fe();
1278
+ t.call(this, r, n), !(i && Qr(this.base)) && ze();
1279
1279
  }
1280
1280
  return t && (e.__proto__ = t), e.prototype = Object.create(t && t.prototype), e.prototype.constructor = e, e.prototype.setupListeners = function() {
1281
1281
  var n = this;
1282
1282
  if (!(this.listeners.length > 0)) {
1283
1283
  var i = this.router, s = i.options.scrollBehavior, a = T && s;
1284
- a && this.listeners.push(ft());
1284
+ a && this.listeners.push(ht());
1285
1285
  var o = function() {
1286
1286
  var u = n.current;
1287
- Fe() && n.transitionTo(X(), function(p) {
1287
+ ze() && n.transitionTo(X(), function(p) {
1288
1288
  a && L(n.router, p, u, !0), T || Y(p.fullPath);
1289
1289
  });
1290
1290
  }, c = T ? "popstate" : "hashchange";
@@ -1300,7 +1300,7 @@ var yt = /* @__PURE__ */ function(t) {
1300
1300
  this.transitionTo(
1301
1301
  n,
1302
1302
  function(u) {
1303
- ze(u.fullPath), L(a.router, u, c, !1), i && i(u);
1303
+ He(u.fullPath), L(a.router, u, c, !1), i && i(u);
1304
1304
  },
1305
1305
  s
1306
1306
  );
@@ -1317,17 +1317,17 @@ var yt = /* @__PURE__ */ function(t) {
1317
1317
  window.history.go(n);
1318
1318
  }, e.prototype.ensureURL = function(n) {
1319
1319
  var i = this.current.fullPath;
1320
- X() !== i && (n ? ze(i) : Y(i));
1320
+ X() !== i && (n ? He(i) : Y(i));
1321
1321
  }, e.prototype.getCurrentLocation = function() {
1322
1322
  return X();
1323
1323
  }, e;
1324
1324
  }(x);
1325
- function Gr(t) {
1325
+ function Qr(t) {
1326
1326
  var e = W(t);
1327
1327
  if (!/^\/#/.test(e))
1328
- return window.location.replace(O(t + "/#" + e)), !0;
1328
+ return window.location.replace(N(t + "/#" + e)), !0;
1329
1329
  }
1330
- function Fe() {
1330
+ function ze() {
1331
1331
  var t = X();
1332
1332
  return t.charAt(0) === "/" ? !0 : (Y("/" + t), !1);
1333
1333
  }
@@ -1335,17 +1335,17 @@ function X() {
1335
1335
  var t = window.location.href, e = t.indexOf("#");
1336
1336
  return e < 0 ? "" : (t = t.slice(e + 1), t);
1337
1337
  }
1338
- function ve(t) {
1338
+ function me(t) {
1339
1339
  var e = window.location.href, r = e.indexOf("#"), n = r >= 0 ? e.slice(0, r) : e;
1340
1340
  return n + "#" + t;
1341
1341
  }
1342
- function ze(t) {
1343
- T ? se(ve(t)) : window.location.hash = t;
1342
+ function He(t) {
1343
+ T ? se(me(t)) : window.location.hash = t;
1344
1344
  }
1345
1345
  function Y(t) {
1346
- T ? de(ve(t)) : window.location.replace(ve(t));
1346
+ T ? ve(me(t)) : window.location.replace(me(t));
1347
1347
  }
1348
- var Qr = /* @__PURE__ */ function(t) {
1348
+ var Kr = /* @__PURE__ */ function(t) {
1349
1349
  function e(r, n) {
1350
1350
  t.call(this, r, n), this.stack = [], this.index = -1;
1351
1351
  }
@@ -1389,30 +1389,30 @@ var Qr = /* @__PURE__ */ function(t) {
1389
1389
  return n ? n.fullPath : "/";
1390
1390
  }, e.prototype.ensureURL = function() {
1391
1391
  }, e;
1392
- }(x), b = function t(e) {
1392
+ }(x), w = function t(e) {
1393
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);
1394
1394
  var r = e.mode || "hash";
1395
1395
  switch (this.fallback = r === "history" && !T && e.fallback !== !1, this.fallback && (r = "hash"), z || (r = "abstract"), this.mode = r, r) {
1396
1396
  case "history":
1397
- this.history = new mt(this, e.base);
1397
+ this.history = new yt(this, e.base);
1398
1398
  break;
1399
1399
  case "hash":
1400
- this.history = new yt(this, e.base, this.fallback);
1400
+ this.history = new gt(this, e.base, this.fallback);
1401
1401
  break;
1402
1402
  case "abstract":
1403
- this.history = new Qr(this, e.base);
1403
+ this.history = new Kr(this, e.base);
1404
1404
  break;
1405
1405
  default:
1406
1406
  process.env.NODE_ENV !== "production" && V(!1, "invalid mode: " + r);
1407
1407
  }
1408
- }, gt = { currentRoute: { configurable: !0 } };
1409
- b.prototype.match = function(e, r, n) {
1408
+ }, _t = { currentRoute: { configurable: !0 } };
1409
+ w.prototype.match = function(e, r, n) {
1410
1410
  return this.matcher.match(e, r, n);
1411
1411
  };
1412
- gt.currentRoute.get = function() {
1412
+ _t.currentRoute.get = function() {
1413
1413
  return this.history && this.history.current;
1414
1414
  };
1415
- b.prototype.init = function(e) {
1415
+ w.prototype.init = function(e) {
1416
1416
  var r = this;
1417
1417
  if (process.env.NODE_ENV !== "production" && V(
1418
1418
  ie.installed,
@@ -1423,7 +1423,7 @@ b.prototype.init = function(e) {
1423
1423
  }), !this.app) {
1424
1424
  this.app = e;
1425
1425
  var n = this.history;
1426
- if (n instanceof mt || n instanceof yt) {
1426
+ if (n instanceof yt || n instanceof gt) {
1427
1427
  var i = function(a) {
1428
1428
  var o = n.current, c = r.options.scrollBehavior, u = T && c;
1429
1429
  u && "fullPath" in a && L(r, a, o, !1);
@@ -1443,22 +1443,22 @@ b.prototype.init = function(e) {
1443
1443
  });
1444
1444
  }
1445
1445
  };
1446
- b.prototype.beforeEach = function(e) {
1447
- return Ce(this.beforeHooks, e);
1446
+ w.prototype.beforeEach = function(e) {
1447
+ return Ee(this.beforeHooks, e);
1448
1448
  };
1449
- b.prototype.beforeResolve = function(e) {
1450
- return Ce(this.resolveHooks, e);
1449
+ w.prototype.beforeResolve = function(e) {
1450
+ return Ee(this.resolveHooks, e);
1451
1451
  };
1452
- b.prototype.afterEach = function(e) {
1453
- return Ce(this.afterHooks, e);
1452
+ w.prototype.afterEach = function(e) {
1453
+ return Ee(this.afterHooks, e);
1454
1454
  };
1455
- b.prototype.onReady = function(e, r) {
1455
+ w.prototype.onReady = function(e, r) {
1456
1456
  this.history.onReady(e, r);
1457
1457
  };
1458
- b.prototype.onError = function(e) {
1458
+ w.prototype.onError = function(e) {
1459
1459
  this.history.onError(e);
1460
1460
  };
1461
- b.prototype.push = function(e, r, n) {
1461
+ w.prototype.push = function(e, r, n) {
1462
1462
  var i = this;
1463
1463
  if (!r && !n && typeof Promise < "u")
1464
1464
  return new Promise(function(s, a) {
@@ -1466,7 +1466,7 @@ b.prototype.push = function(e, r, n) {
1466
1466
  });
1467
1467
  this.history.push(e, r, n);
1468
1468
  };
1469
- b.prototype.replace = function(e, r, n) {
1469
+ w.prototype.replace = function(e, r, n) {
1470
1470
  var i = this;
1471
1471
  if (!r && !n && typeof Promise < "u")
1472
1472
  return new Promise(function(s, a) {
@@ -1474,16 +1474,16 @@ b.prototype.replace = function(e, r, n) {
1474
1474
  });
1475
1475
  this.history.replace(e, r, n);
1476
1476
  };
1477
- b.prototype.go = function(e) {
1477
+ w.prototype.go = function(e) {
1478
1478
  this.history.go(e);
1479
1479
  };
1480
- b.prototype.back = function() {
1480
+ w.prototype.back = function() {
1481
1481
  this.go(-1);
1482
1482
  };
1483
- b.prototype.forward = function() {
1483
+ w.prototype.forward = function() {
1484
1484
  this.go(1);
1485
1485
  };
1486
- b.prototype.getMatchedComponents = function(e) {
1486
+ w.prototype.getMatchedComponents = function(e) {
1487
1487
  var r = e ? e.matched ? e : this.resolve(e).route : this.currentRoute;
1488
1488
  return r ? [].concat.apply(
1489
1489
  [],
@@ -1494,9 +1494,9 @@ b.prototype.getMatchedComponents = function(e) {
1494
1494
  })
1495
1495
  ) : [];
1496
1496
  };
1497
- b.prototype.resolve = function(e, r, n) {
1497
+ w.prototype.resolve = function(e, r, n) {
1498
1498
  r = r || this.history.current;
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);
1499
+ var i = Re(e, r, n, this), s = this.match(i, r), a = s.redirectedFrom || s.fullPath, o = this.history.base, c = Jr(o, a, this.mode);
1500
1500
  return {
1501
1501
  location: i,
1502
1502
  route: s,
@@ -1506,37 +1506,37 @@ b.prototype.resolve = function(e, r, n) {
1506
1506
  resolved: s
1507
1507
  };
1508
1508
  };
1509
- b.prototype.getRoutes = function() {
1509
+ w.prototype.getRoutes = function() {
1510
1510
  return this.matcher.getRoutes();
1511
1511
  };
1512
- b.prototype.addRoute = function(e, r) {
1512
+ w.prototype.addRoute = function(e, r) {
1513
1513
  this.matcher.addRoute(e, r), this.history.current !== I && this.history.transitionTo(this.history.getCurrentLocation());
1514
1514
  };
1515
- b.prototype.addRoutes = function(e) {
1515
+ w.prototype.addRoutes = function(e) {
1516
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());
1517
1517
  };
1518
- Object.defineProperties(b.prototype, gt);
1519
- function Ce(t, e) {
1518
+ Object.defineProperties(w.prototype, _t);
1519
+ function Ee(t, e) {
1520
1520
  return t.push(e), function() {
1521
1521
  var r = t.indexOf(e);
1522
1522
  r > -1 && t.splice(r, 1);
1523
1523
  };
1524
1524
  }
1525
- function Kr(t, e, r) {
1525
+ function Jr(t, e, r) {
1526
1526
  var n = r === "hash" ? "#" + e : e;
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);
1527
+ return t ? N(t + "/" + n) : n;
1528
+ }
1529
+ w.install = ie;
1530
+ w.version = "3.6.5";
1531
+ w.isNavigationFailure = ue;
1532
+ w.NavigationFailureType = A;
1533
+ w.START_LOCATION = I;
1534
+ z && window.Vue && window.Vue.use(w);
1535
1535
  q(Nt);
1536
- const Jr = {
1536
+ const Xr = 3 * 60 * 1e3, Yr = {
1537
1537
  name: "NcReferenceWidget",
1538
1538
  components: {
1539
- NcButton: Ye
1539
+ NcButton: Ze
1540
1540
  },
1541
1541
  props: {
1542
1542
  reference: {
@@ -1552,13 +1552,24 @@ const Jr = {
1552
1552
  default: !1
1553
1553
  }
1554
1554
  },
1555
+ setup() {
1556
+ const t = fe(3), e = fe(!1), r = fe();
1557
+ return Mt(r, (n) => {
1558
+ var i, s;
1559
+ e.value = (s = (i = n[0]) == null ? void 0 : i.isIntersecting) != null ? s : !1;
1560
+ }), Ut(r, (n) => {
1561
+ n[0].contentRect.width < 450 ? t.value = 0 : n[0].contentRect.width < 550 ? t.value = 1 : n[0].contentRect.width < 650 ? t.value = 2 : t.value = 3;
1562
+ }), {
1563
+ compact: t,
1564
+ isVisible: e,
1565
+ widgetRoot: r
1566
+ };
1567
+ },
1555
1568
  data() {
1556
1569
  return {
1557
- compact: 3,
1558
1570
  showInteractive: !1,
1559
- isVisible: !1,
1560
1571
  rendered: !1,
1561
- enableLabel: S("Enable interactive view")
1572
+ idleTimeout: null
1562
1573
  };
1563
1574
  },
1564
1575
  computed: {
@@ -1566,13 +1577,13 @@ const Jr = {
1566
1577
  return !this.interactiveOptIn && this.interactive || this.showInteractive;
1567
1578
  },
1568
1579
  hasFullWidth() {
1569
- return Ct(this.reference.richObjectType);
1580
+ return Et(this.reference.richObjectType);
1570
1581
  },
1571
1582
  hasCustomWidget() {
1572
- return ke(this.reference.richObjectType);
1583
+ return xe(this.reference.richObjectType);
1573
1584
  },
1574
1585
  hasInteractiveView() {
1575
- return ke(this.reference.richObjectType) && Pt(this.reference.richObjectType);
1586
+ return xe(this.reference.richObjectType) && Pt(this.reference.richObjectType);
1576
1587
  },
1577
1588
  noAccess() {
1578
1589
  return this.reference && !this.reference.accessible;
@@ -1593,10 +1604,10 @@ const Jr = {
1593
1604
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1594
1605
  },
1595
1606
  route() {
1596
- return qt(this.$router, this.reference.openGraphObject.link);
1607
+ return Wt(this.$router, this.reference.openGraphObject.link);
1597
1608
  },
1598
1609
  referenceWidgetLinkComponent() {
1599
- return this.route ? st : "a";
1610
+ return this.route ? at : "a";
1600
1611
  },
1601
1612
  referenceWidgetLinkProps() {
1602
1613
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
@@ -1606,26 +1617,21 @@ const Jr = {
1606
1617
  isVisible: {
1607
1618
  handler(t) {
1608
1619
  if (!t) {
1609
- this.destroyWidget();
1620
+ this.idleTimeout = setTimeout(() => {
1621
+ this.isVisible || this.destroyWidget();
1622
+ }, Xr);
1610
1623
  return;
1611
1624
  }
1612
- this.renderWidget();
1625
+ this.idleTimeout && (clearTimeout(this.idleTimeout), this.idleTimeout = null), this.rendered || this.renderWidget();
1613
1626
  },
1614
1627
  immediate: !0
1615
1628
  }
1616
1629
  },
1617
- mounted() {
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) => {
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;
1623
- });
1624
- },
1625
1630
  beforeDestroy() {
1626
1631
  this.destroyWidget();
1627
1632
  },
1628
1633
  methods: {
1634
+ t: S,
1629
1635
  enableInteractive() {
1630
1636
  this.showInteractive = !0, this.renderWidget();
1631
1637
  },
@@ -1635,31 +1641,31 @@ const Jr = {
1635
1641
  return;
1636
1642
  const t = document.createElement("div");
1637
1643
  this.$refs.customWidget.appendChild(t), this.$nextTick(() => {
1638
- Et(t, {
1644
+ St(t, {
1639
1645
  ...this.reference,
1640
1646
  interactive: this.isInteractive
1641
1647
  }), this.rendered = !0;
1642
1648
  });
1643
1649
  },
1644
1650
  destroyWidget() {
1645
- this.rendered && (St(this.reference.richObjectType, this.$el), this.rendered = !1);
1651
+ this.rendered && (kt(this.reference.richObjectType, this.$el), this.rendered = !1);
1646
1652
  }
1647
1653
  }
1648
1654
  };
1649
- var Xr = function() {
1655
+ var Zr = function() {
1650
1656
  var e = this, r = e._self._c;
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,
1657
+ return r("div", { ref: "widgetRoot", class: { "toggle-interactive": e.hasInteractiveView && !e.isInteractive } }, [e.reference && e.hasCustomWidget ? r("div", { ref: "customWidget", staticClass: "widget-custom", class: { "full-width": e.hasFullWidth } }) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r(e.referenceWidgetLinkComponent, e._b({ tag: "component", staticClass: "widget-default", attrs: { rel: "noopener noreferrer" } }, "component", e.referenceWidgetLinkProps, !1), [e.reference.openGraphObject.thumb ? r("img", { staticClass: "widget-default--image", attrs: { src: e.reference.openGraphObject.thumb } }) : e._e(), r("div", { staticClass: "widget-default--details" }, [r("p", { staticClass: "widget-default--name" }, [e._v(" " + e._s(e.reference.openGraphObject.name) + " ")]), r("p", { staticClass: "widget-default--description", style: e.descriptionStyle }, [e._v(" " + e._s(e.reference.openGraphObject.description) + " ")]), r("p", { staticClass: "widget-default--link" }, [e._v(" " + e._s(e.compactLink) + " ")])])]) : e._e(), e.interactiveOptIn && e.hasInteractiveView && !e.isInteractive ? r("NcButton", { staticClass: "toggle-interactive--button", on: { click: e.enableInteractive } }, [e._v(" " + e._s(e.t("Enable interactive view")) + " ")]) : e._e()], 1);
1658
+ }, en = [], tn = /* @__PURE__ */ O(
1655
1659
  Yr,
1660
+ Zr,
1661
+ en,
1656
1662
  !1,
1657
1663
  null,
1658
- "ac43d4a5",
1664
+ "08d7279d",
1659
1665
  null,
1660
1666
  null
1661
1667
  );
1662
- const en = Zr.exports, tn = {
1668
+ const rn = tn.exports, nn = {
1663
1669
  name: "NcCustomPickerElement",
1664
1670
  props: {
1665
1671
  /**
@@ -1684,12 +1690,12 @@ const en = Zr.exports, tn = {
1684
1690
  this.isRegistered && this.renderElement();
1685
1691
  },
1686
1692
  beforeDestroy() {
1687
- this.isRegistered && kt(this.provider.id, this.$el, this.renderResult);
1693
+ this.isRegistered && xt(this.provider.id, this.$el, this.renderResult);
1688
1694
  },
1689
1695
  methods: {
1690
1696
  renderElement() {
1691
1697
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
1692
- const t = xt(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1698
+ const t = $t(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1693
1699
  Promise.resolve(t).then((e) => {
1694
1700
  var r, n;
1695
1701
  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) => {
@@ -1705,61 +1711,61 @@ const en = Zr.exports, tn = {
1705
1711
  }
1706
1712
  }
1707
1713
  };
1708
- var rn = function() {
1714
+ var sn = function() {
1709
1715
  var e = this, r = e._self._c;
1710
1716
  return r("div", { ref: "domElement" });
1711
- }, nn = [], sn = /* @__PURE__ */ N(
1712
- tn,
1713
- rn,
1717
+ }, an = [], on = /* @__PURE__ */ O(
1714
1718
  nn,
1719
+ sn,
1720
+ an,
1715
1721
  !1,
1716
1722
  null,
1717
1723
  "25f1cef8",
1718
1724
  null,
1719
1725
  null
1720
1726
  );
1721
- const an = sn.exports;
1722
- q(Ot);
1723
- const _t = "any-link", bt = {
1724
- id: _t,
1727
+ const cn = on.exports;
1728
+ q(Lt);
1729
+ const wt = "any-link", bt = {
1730
+ id: wt,
1725
1731
  title: S("Any link"),
1726
- icon_url: Bt("core", "filetypes/link.svg")
1732
+ icon_url: qt("core", "filetypes/link.svg")
1727
1733
  };
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);
1734
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Je("core", "reference-provider-list", []));
1735
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Je("core", "reference-provider-timestamps", {}));
1736
+ function un(t) {
1737
+ return t === wt ? bt : Rt().find((e) => e.id === t);
1732
1738
  }
1733
- function wt() {
1739
+ function Rt() {
1734
1740
  return window._vue_richtext_reference_providers.filter((t) => {
1735
1741
  const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || F(t.id);
1736
1742
  return e || console.debug("[smart picker]", t.id, "reference provider is discoverable but does not have any related search provider or custom picker component registered"), e;
1737
1743
  });
1738
1744
  }
1739
- function cn(t) {
1745
+ function ln(t) {
1740
1746
  const e = window._vue_richtext_reference_provider_timestamps;
1741
1747
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1742
1748
  const i = e[r.id], s = e[n.id];
1743
1749
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1744
1750
  });
1745
1751
  }
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;
1752
+ function fn(t, e = null) {
1753
+ const r = Rt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), a = ln(r).filter((c) => c.title.match(i)), o = e ? a.slice(0, e) : a;
1748
1754
  return (t === "" || o.length === 0) && o.push(bt), o;
1749
1755
  }
1750
- function ln(t) {
1756
+ function hn(t) {
1751
1757
  const e = Math.floor(Date.now() / 1e3), r = {
1752
1758
  timestamp: e
1753
1759
  }, n = Z("references/provider/{providerId}", { providerId: t });
1754
- me.put(n, r).then((i) => {
1760
+ ye.put(n, r).then((i) => {
1755
1761
  window._vue_richtext_reference_provider_timestamps[t] = e;
1756
1762
  });
1757
1763
  }
1758
- let He = 0;
1759
- function Rt(t, e) {
1764
+ let Ge = 0;
1765
+ function Ct(t, e) {
1760
1766
  return function() {
1761
1767
  const r = this, n = arguments;
1762
- clearTimeout(He), He = setTimeout(function() {
1768
+ clearTimeout(Ge), Ge = setTimeout(function() {
1763
1769
  t.apply(r, n);
1764
1770
  }, e || 0);
1765
1771
  };
@@ -1771,8 +1777,8 @@ function Pe(t) {
1771
1777
  return !1;
1772
1778
  }
1773
1779
  }
1774
- q(Qe, Lt);
1775
- const fn = {
1780
+ q(Ke, Tt);
1781
+ const pn = {
1776
1782
  name: "LinkVariantIcon",
1777
1783
  emits: ["click"],
1778
1784
  props: {
@@ -1789,28 +1795,28 @@ const fn = {
1789
1795
  }
1790
1796
  }
1791
1797
  };
1792
- var hn = function() {
1798
+ var dn = function() {
1793
1799
  var e = this, r = e._self._c;
1794
1800
  return r("span", e._b({ staticClass: "material-design-icon link-variant-icon", attrs: { "aria-hidden": e.title ? null : !0, "aria-label": e.title, role: "img" }, on: { click: function(n) {
1795
1801
  return e.$emit("click", n);
1796
1802
  } } }, "span", e.$attrs, !1), [r("svg", { staticClass: "material-design-icon__svg", attrs: { fill: e.fillColor, width: e.size, height: e.size, viewBox: "0 0 24 24" } }, [r("path", { attrs: { d: "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z" } }, [e.title ? r("title", [e._v(e._s(e.title))]) : e._e()])])]);
1797
- }, pn = [], dn = /* @__PURE__ */ N(
1798
- fn,
1799
- hn,
1803
+ }, vn = [], mn = /* @__PURE__ */ O(
1800
1804
  pn,
1805
+ dn,
1806
+ vn,
1801
1807
  !1,
1802
1808
  null,
1803
1809
  null,
1804
1810
  null,
1805
1811
  null
1806
1812
  );
1807
- const Ee = dn.exports, vn = {
1813
+ const Se = mn.exports, yn = {
1808
1814
  name: "NcProviderList",
1809
1815
  components: {
1810
- NcSelect: Xe,
1811
- NcHighlight: Je,
1812
- NcEmptyContent: ye,
1813
- LinkVariantIcon: Ee
1816
+ NcSelect: Ye,
1817
+ NcHighlight: Xe,
1818
+ NcEmptyContent: ge,
1819
+ LinkVariantIcon: Se
1814
1820
  },
1815
1821
  emits: [
1816
1822
  "select-provider",
@@ -1831,7 +1837,7 @@ const Ee = dn.exports, vn = {
1831
1837
  id: this.query,
1832
1838
  title: this.query,
1833
1839
  isLink: !0
1834
- }), t.push(...un(this.query)), t;
1840
+ }), t.push(...fn(this.query)), t;
1835
1841
  }
1836
1842
  },
1837
1843
  methods: {
@@ -1849,7 +1855,7 @@ const Ee = dn.exports, vn = {
1849
1855
  }
1850
1856
  }
1851
1857
  };
1852
- var mn = function() {
1858
+ var gn = function() {
1853
1859
  var e = this, r = e._self._c;
1854
1860
  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) {
1855
1861
  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)];
@@ -1858,26 +1864,26 @@ var mn = function() {
1858
1864
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1859
1865
  return [r("LinkVariantIcon")];
1860
1866
  }, proxy: !0 }]) })], 1);
1861
- }, yn = [], gn = /* @__PURE__ */ N(
1862
- vn,
1863
- mn,
1867
+ }, _n = [], wn = /* @__PURE__ */ O(
1864
1868
  yn,
1869
+ gn,
1870
+ _n,
1865
1871
  !1,
1866
1872
  null,
1867
1873
  "e880790e",
1868
1874
  null,
1869
1875
  null
1870
1876
  );
1871
- const _n = gn.exports;
1872
- q(Tt);
1873
- const bn = {
1877
+ const bn = wn.exports;
1878
+ q(It);
1879
+ const Rn = {
1874
1880
  name: "NcRawLinkInput",
1875
1881
  components: {
1876
- LinkVariantIcon: Ee,
1877
- NcEmptyContent: ye,
1878
- NcLoadingIcon: Dt,
1879
- NcReferenceWidget: en,
1880
- NcTextField: Wt
1882
+ LinkVariantIcon: Se,
1883
+ NcEmptyContent: ge,
1884
+ NcLoadingIcon: Ft,
1885
+ NcReferenceWidget: rn,
1886
+ NcTextField: zt
1881
1887
  },
1882
1888
  props: {
1883
1889
  /**
@@ -1918,12 +1924,12 @@ const bn = {
1918
1924
  this.inputValue = "", this.reference = null;
1919
1925
  },
1920
1926
  onInput() {
1921
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Rt(() => {
1927
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Ct(() => {
1922
1928
  this.updateReference();
1923
1929
  }, 500)();
1924
1930
  },
1925
1931
  updateReference() {
1926
- this.loading = !0, this.abortController = new AbortController(), me.get(Z("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1932
+ this.loading = !0, this.abortController = new AbortController(), ye.get(Z("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1927
1933
  signal: this.abortController.signal
1928
1934
  }).then((t) => {
1929
1935
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1935,7 +1941,7 @@ const bn = {
1935
1941
  }
1936
1942
  }
1937
1943
  };
1938
- var wn = function() {
1944
+ var Cn = function() {
1939
1945
  var e = this, r = e._self._c;
1940
1946
  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) {
1941
1947
  e.inputValue = n;
@@ -1944,20 +1950,20 @@ var wn = function() {
1944
1950
  } } }, [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() {
1945
1951
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1946
1952
  }, proxy: !0 }]) })], 1);
1947
- }, Rn = [], Cn = /* @__PURE__ */ N(
1948
- bn,
1949
- wn,
1953
+ }, En = [], Pn = /* @__PURE__ */ O(
1950
1954
  Rn,
1955
+ Cn,
1956
+ En,
1951
1957
  !1,
1952
1958
  null,
1953
1959
  "d0ba247a",
1954
1960
  null,
1955
1961
  null
1956
1962
  );
1957
- const Pn = Cn.exports, En = {
1963
+ const Sn = Pn.exports, kn = {
1958
1964
  name: "NcSearchResult",
1959
1965
  components: {
1960
- NcHighlight: Je
1966
+ NcHighlight: Xe
1961
1967
  },
1962
1968
  props: {
1963
1969
  /**
@@ -1977,29 +1983,29 @@ const Pn = Cn.exports, En = {
1977
1983
  }
1978
1984
  }
1979
1985
  };
1980
- var Sn = function() {
1986
+ var xn = function() {
1981
1987
  var e = this, r = e._self._c;
1982
1988
  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)])]);
1983
- }, kn = [], xn = /* @__PURE__ */ N(
1984
- En,
1985
- Sn,
1989
+ }, $n = [], On = /* @__PURE__ */ O(
1986
1990
  kn,
1991
+ xn,
1992
+ $n,
1987
1993
  !1,
1988
1994
  null,
1989
1995
  "7a394a58",
1990
1996
  null,
1991
1997
  null
1992
1998
  );
1993
- const $n = xn.exports;
1994
- q(Vt, Qe, It);
1995
- const Ge = 5, Nn = {
1999
+ const Nn = On.exports;
2000
+ q(At, Ke, Vt);
2001
+ const Qe = 5, Ln = {
1996
2002
  name: "NcSearch",
1997
2003
  components: {
1998
- LinkVariantIcon: Ee,
1999
- DotsHorizontalIcon: Ft,
2000
- NcEmptyContent: ye,
2001
- NcSelect: Xe,
2002
- NcSearchResult: $n
2004
+ LinkVariantIcon: Se,
2005
+ DotsHorizontalIcon: Ht,
2006
+ NcEmptyContent: ge,
2007
+ NcSelect: Ye,
2008
+ NcSearchResult: Nn
2003
2009
  },
2004
2010
  props: {
2005
2011
  /**
@@ -2104,7 +2110,7 @@ const Ge = 5, Nn = {
2104
2110
  this.abortController && this.abortController.abort();
2105
2111
  },
2106
2112
  onSearchInput(t, e) {
2107
- this.searchQuery = t, Rt(() => {
2113
+ this.searchQuery = t, Ct(() => {
2108
2114
  this.updateSearch();
2109
2115
  }, 500)();
2110
2116
  },
@@ -2132,8 +2138,8 @@ const Ge = 5, Nn = {
2132
2138
  });
2133
2139
  },
2134
2140
  searchOneProvider(t, e = null) {
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 });
2136
- return me.get(r, {
2141
+ const r = e === null ? Z("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: Qe }) : Z("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: Qe, cursor: e });
2142
+ return ye.get(r, {
2137
2143
  signal: this.abortController.signal
2138
2144
  }).then((n) => {
2139
2145
  const i = n.data.ocs.data;
@@ -2142,7 +2148,7 @@ const Ge = 5, Nn = {
2142
2148
  }
2143
2149
  }
2144
2150
  };
2145
- var On = function() {
2151
+ var Tn = function() {
2146
2152
  var e = this, r = e._self._c;
2147
2153
  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) {
2148
2154
  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()];
@@ -2153,28 +2159,28 @@ var On = function() {
2153
2159
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2154
2160
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2155
2161
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2156
- }, Ln = [], Tn = /* @__PURE__ */ N(
2157
- Nn,
2158
- On,
2162
+ }, In = [], Vn = /* @__PURE__ */ O(
2159
2163
  Ln,
2164
+ Tn,
2165
+ In,
2160
2166
  !1,
2161
2167
  null,
2162
2168
  "97d196f0",
2163
2169
  null,
2164
2170
  null
2165
2171
  );
2166
- const In = Tn.exports, D = {
2172
+ const An = Vn.exports, D = {
2167
2173
  providerList: 1,
2168
2174
  standardLinkInput: 2,
2169
2175
  searchInput: 3,
2170
2176
  customElement: 4
2171
- }, Vn = {
2177
+ }, jn = {
2172
2178
  name: "NcReferencePicker",
2173
2179
  components: {
2174
- NcCustomPickerElement: an,
2175
- NcProviderList: _n,
2176
- NcRawLinkInput: Pn,
2177
- NcSearch: In
2180
+ NcCustomPickerElement: cn,
2181
+ NcProviderList: bn,
2182
+ NcRawLinkInput: Sn,
2183
+ NcSearch: An
2178
2184
  },
2179
2185
  props: {
2180
2186
  /**
@@ -2259,7 +2265,7 @@ const In = Tn.exports, D = {
2259
2265
  this.$emit("cancel");
2260
2266
  },
2261
2267
  submitLink(t) {
2262
- this.selectedProvider !== null && ln(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2268
+ this.selectedProvider !== null && hn(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2263
2269
  },
2264
2270
  deselectProvider() {
2265
2271
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
@@ -2269,31 +2275,31 @@ const In = Tn.exports, D = {
2269
2275
  }
2270
2276
  }
2271
2277
  };
2272
- var An = function() {
2278
+ var Bn = function() {
2273
2279
  var e = this, r = e._self._c;
2274
2280
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2275
2281
  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));
2276
2282
  } } }, [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);
2277
- }, jn = [], Bn = /* @__PURE__ */ N(
2278
- Vn,
2279
- An,
2283
+ }, qn = [], Mn = /* @__PURE__ */ O(
2280
2284
  jn,
2285
+ Bn,
2286
+ qn,
2281
2287
  !1,
2282
2288
  null,
2283
2289
  "12c38c93",
2284
2290
  null,
2285
2291
  null
2286
2292
  );
2287
- const qn = Bn.exports;
2288
- q(jt, At);
2289
- const Mn = {
2293
+ const Un = Mn.exports;
2294
+ q(Bt, jt);
2295
+ const Dn = {
2290
2296
  name: "NcReferencePickerModal",
2291
2297
  components: {
2292
- NcReferencePicker: qn,
2293
- NcModal: zt,
2294
- NcButton: Ye,
2295
- ArrowLeftIcon: Gt,
2296
- CloseIcon: Qt
2298
+ NcReferencePicker: Un,
2299
+ NcModal: Gt,
2300
+ NcButton: Ze,
2301
+ ArrowLeftIcon: Kt,
2302
+ CloseIcon: Jt
2297
2303
  },
2298
2304
  props: {
2299
2305
  /**
@@ -2341,7 +2347,7 @@ const Mn = {
2341
2347
  },
2342
2348
  modalSize() {
2343
2349
  var t;
2344
- return this.isProviderSelected && F(this.selectedProvider.id) ? (t = $t(this.selectedProvider.id)) != null ? t : "large" : "normal";
2350
+ return this.isProviderSelected && F(this.selectedProvider.id) ? (t = Ot(this.selectedProvider.id)) != null ? t : "large" : "normal";
2345
2351
  },
2346
2352
  showModalName() {
2347
2353
  return !this.isProviderSelected || !F(this.selectedProvider.id);
@@ -2353,7 +2359,7 @@ const Mn = {
2353
2359
  mounted() {
2354
2360
  if (this.isInsideViewer) {
2355
2361
  const t = this.$refs.modal_content;
2356
- Ht("viewer:trapElements:changed", t);
2362
+ Qt("viewer:trapElements:changed", t);
2357
2363
  }
2358
2364
  },
2359
2365
  methods: {
@@ -2371,30 +2377,30 @@ const Mn = {
2371
2377
  }
2372
2378
  }
2373
2379
  };
2374
- var Un = function() {
2380
+ var Wn = function() {
2375
2381
  var e = this, r = e._self._c;
2376
2382
  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() {
2377
2383
  return [r("ArrowLeftIcon")];
2378
2384
  }, 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() {
2379
2385
  return [r("CloseIcon")];
2380
2386
  }, 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();
2381
- }, Dn = [], Wn = /* @__PURE__ */ N(
2382
- Mn,
2383
- Un,
2387
+ }, Fn = [], zn = /* @__PURE__ */ O(
2384
2388
  Dn,
2389
+ Wn,
2390
+ Fn,
2385
2391
  !1,
2386
2392
  null,
2387
2393
  "ab09ebaa",
2388
2394
  null,
2389
2395
  null
2390
2396
  );
2391
- const Fn = Wn.exports;
2392
- async function fi(t = null, e = void 0) {
2397
+ const Hn = zn.exports;
2398
+ async function pi(t = null, e = void 0) {
2393
2399
  return await new Promise((r, n) => {
2394
2400
  var u;
2395
2401
  const i = "referencePickerModal", s = document.createElement("div");
2396
2402
  s.id = i, document.body.append(s);
2397
- const a = t === null ? null : (u = on(t)) != null ? u : null, o = Kt.extend(Fn), c = new o({
2403
+ const a = t === null ? null : (u = un(t)) != null ? u : null, o = Dt.extend(Hn), c = new o({
2398
2404
  propsData: {
2399
2405
  initialProvider: a,
2400
2406
  isInsideViewer: e
@@ -2408,15 +2414,15 @@ async function fi(t = null, e = void 0) {
2408
2414
  });
2409
2415
  }
2410
2416
  export {
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
2417
+ at as L,
2418
+ rn as N,
2419
+ wt as a,
2420
+ un as b,
2421
+ Rt as c,
2422
+ fn as d,
2423
+ Un as e,
2424
+ Hn as f,
2425
+ pi as g,
2426
+ An as h,
2427
+ ln as s
2422
2428
  };