@nextcloud/vue 8.9.0 → 8.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/CHANGELOG.md +34 -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 +2 -2
  18. package/dist/Components/NcAppNavigationList.cjs.map +1 -1
  19. package/dist/Components/NcAppNavigationList.mjs +4 -4
  20. package/dist/Components/NcAppNavigationList.mjs.map +1 -1
  21. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  22. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  24. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  25. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  26. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  27. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  28. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  29. package/dist/Components/NcAppSidebar.cjs +1 -1
  30. package/dist/Components/NcAppSidebar.mjs +1 -1
  31. package/dist/Components/NcAvatar.cjs +1 -1
  32. package/dist/Components/NcAvatar.mjs +1 -1
  33. package/dist/Components/NcBreadcrumb.cjs +1 -1
  34. package/dist/Components/NcBreadcrumb.mjs +1 -1
  35. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  36. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  37. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  38. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  39. package/dist/Components/NcColorPicker.cjs +1 -1
  40. package/dist/Components/NcColorPicker.mjs +1 -1
  41. package/dist/Components/NcContent.cjs +1 -1
  42. package/dist/Components/NcContent.mjs +1 -1
  43. package/dist/Components/NcDashboardWidget.cjs +1 -1
  44. package/dist/Components/NcDashboardWidget.mjs +1 -1
  45. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  46. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  47. package/dist/Components/NcDateTime.cjs +1 -1
  48. package/dist/Components/NcDateTime.mjs +1 -1
  49. package/dist/Components/NcDateTimePicker.cjs +2 -2
  50. package/dist/Components/NcDateTimePicker.mjs +4 -4
  51. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  52. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  53. package/dist/Components/NcEmojiPicker.cjs +1 -1
  54. package/dist/Components/NcEmojiPicker.mjs +1 -1
  55. package/dist/Components/NcListItem.cjs +1 -1
  56. package/dist/Components/NcListItem.mjs +1 -1
  57. package/dist/Components/NcListItemIcon.cjs +1 -1
  58. package/dist/Components/NcListItemIcon.mjs +1 -1
  59. package/dist/Components/NcModal.cjs +1 -1
  60. package/dist/Components/NcModal.mjs +3 -3
  61. package/dist/Components/NcPasswordField.cjs +1 -1
  62. package/dist/Components/NcPasswordField.mjs +1 -1
  63. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  64. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  65. package/dist/Components/NcRichContenteditable.cjs +1 -1
  66. package/dist/Components/NcRichContenteditable.mjs +2 -2
  67. package/dist/Components/NcRichText.cjs +1 -1
  68. package/dist/Components/NcRichText.mjs +3 -3
  69. package/dist/Components/NcSelect.cjs +1 -1
  70. package/dist/Components/NcSelect.mjs +1 -1
  71. package/dist/Components/NcSelectTags.cjs +1 -1
  72. package/dist/Components/NcSelectTags.mjs +1 -1
  73. package/dist/Components/NcSettingsInputText.cjs +1 -1
  74. package/dist/Components/NcSettingsInputText.mjs +1 -1
  75. package/dist/Components/NcSettingsSection.cjs +1 -1
  76. package/dist/Components/NcSettingsSection.mjs +1 -1
  77. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  78. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  79. package/dist/Components/NcTextField.cjs +1 -1
  80. package/dist/Components/NcTextField.mjs +1 -1
  81. package/dist/Components/NcTimezonePicker.cjs +1 -1
  82. package/dist/Components/NcTimezonePicker.mjs +1 -1
  83. package/dist/Components/NcUserBubble.cjs +1 -1
  84. package/dist/Components/NcUserBubble.mjs +1 -1
  85. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  86. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  87. package/dist/Functions/reference.cjs +1 -1
  88. package/dist/Functions/reference.mjs +1 -1
  89. package/dist/Functions/usernameToColor.cjs +1 -1
  90. package/dist/Functions/usernameToColor.mjs +1 -1
  91. package/dist/Mixins/richEditor.cjs +1 -1
  92. package/dist/Mixins/richEditor.mjs +1 -1
  93. package/dist/assets/{NcActions-CEbgl0_n.css → NcActions-DL7ZZIjx.css} +12 -12
  94. package/dist/assets/{NcAppContent-Cv8rRTyy.css → NcAppContent-DcXMrsBz.css} +32 -23
  95. package/dist/assets/{NcAppNavigation-D4ZBCJrI.css → NcAppNavigation-BgGJuJPv.css} +15 -19
  96. package/dist/assets/{NcAppNavigationList-Bj9PwL4X.css → NcAppNavigationList-CUnaMQQD.css} +4 -4
  97. package/dist/assets/{NcDateTimePicker-BChLYJ5X.css → NcDateTimePicker-DR7jRFm4.css} +10 -10
  98. package/dist/assets/NcListItem-DLFj1G31.css +175 -0
  99. package/dist/assets/{NcRelatedResourcesPanel-COW9gzml.css → NcRelatedResourcesPanel-D6K7OQFJ.css} +19 -13
  100. package/dist/assets/{NcRichContenteditable-CtbqXSHe.css → NcRichContenteditable-DvTdg1DO.css} +12 -12
  101. package/dist/assets/{NcRichText-BMe-xENJ.css → NcRichText-D2BBsB-_.css} +65 -65
  102. package/dist/assets/{referencePickerModal-C1KJzICb.css → referencePickerModal-DZ7qJeiJ.css} +19 -19
  103. package/dist/chunks/{GenColors-vI-bx9ZY.cjs → GenColors-DQEIzxqb.cjs} +1 -1
  104. package/dist/chunks/{GenColors-vI-bx9ZY.cjs.map → GenColors-DQEIzxqb.cjs.map} +1 -1
  105. package/dist/chunks/{GenColors-BteFtwOv.mjs → GenColors-SIdMEx1i.mjs} +1 -1
  106. package/dist/chunks/{GenColors-BteFtwOv.mjs.map → GenColors-SIdMEx1i.mjs.map} +1 -1
  107. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs → NcActionButtonGroup-B47_9Jpc.cjs} +1 -1
  108. package/dist/chunks/{NcActionButtonGroup-BdxkXNwc.cjs.map → NcActionButtonGroup-B47_9Jpc.cjs.map} +1 -1
  109. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs → NcActionButtonGroup-D6_CIr2e.mjs} +1 -1
  110. package/dist/chunks/{NcActionButtonGroup-SS3PkUD2.mjs.map → NcActionButtonGroup-D6_CIr2e.mjs.map} +1 -1
  111. package/dist/chunks/{NcActionInput-D308ZntG.cjs → NcActionInput-BPPLjfW5.cjs} +1 -1
  112. package/dist/chunks/{NcActionInput-D308ZntG.cjs.map → NcActionInput-BPPLjfW5.cjs.map} +1 -1
  113. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs → NcActionInput-GZcIfn-2.mjs} +4 -4
  114. package/dist/chunks/{NcActionInput-BHq3Le0q.mjs.map → NcActionInput-GZcIfn-2.mjs.map} +1 -1
  115. package/dist/chunks/{NcActions-Dfkog_G0.cjs → NcActions-B049TCK5.cjs} +144 -85
  116. package/dist/chunks/NcActions-B049TCK5.cjs.map +1 -0
  117. package/dist/chunks/{NcActions-CpU9WXzM.mjs → NcActions-D2wvJbMw.mjs} +144 -85
  118. package/dist/chunks/NcActions-D2wvJbMw.mjs.map +1 -0
  119. package/dist/chunks/{NcAppContent-BDwOdxJE.mjs → NcAppContent-CUnQ4EVa.mjs} +67 -40
  120. package/dist/chunks/NcAppContent-CUnQ4EVa.mjs.map +1 -0
  121. package/dist/chunks/{NcAppContent-kqYjKpzU.cjs → NcAppContent-CuOJJPbt.cjs} +59 -32
  122. package/dist/chunks/NcAppContent-CuOJJPbt.cjs.map +1 -0
  123. package/dist/chunks/{NcAppNavigation-BRtyTvKt.mjs → NcAppNavigation-Dl1g_orJ.mjs} +26 -24
  124. package/dist/chunks/NcAppNavigation-Dl1g_orJ.mjs.map +1 -0
  125. package/dist/chunks/{NcAppNavigation-DMxORgkV.cjs → NcAppNavigation-DtxPGDOf.cjs} +19 -18
  126. package/dist/chunks/NcAppNavigation-DtxPGDOf.cjs.map +1 -0
  127. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs → NcAppNavigationCaption-BefNtbTx.cjs} +1 -1
  128. package/dist/chunks/{NcAppNavigationCaption-BKchbDsJ.cjs.map → NcAppNavigationCaption-BefNtbTx.cjs.map} +1 -1
  129. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs → NcAppNavigationCaption-g4NsNSvL.mjs} +1 -1
  130. package/dist/chunks/{NcAppNavigationCaption-DsT6O4Hx.mjs.map → NcAppNavigationCaption-g4NsNSvL.mjs.map} +1 -1
  131. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs → NcAppNavigationItem-BSV20azN.mjs} +3 -3
  132. package/dist/chunks/{NcAppNavigationItem-bjPcEx5D.mjs.map → NcAppNavigationItem-BSV20azN.mjs.map} +1 -1
  133. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs → NcAppNavigationItem-DVlpQH-e.cjs} +1 -1
  134. package/dist/chunks/{NcAppNavigationItem-CABF2T4q.cjs.map → NcAppNavigationItem-DVlpQH-e.cjs.map} +1 -1
  135. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs → NcAppNavigationNewItem-C7PviElx.mjs} +1 -1
  136. package/dist/chunks/{NcAppNavigationNewItem-BHCgaCoK.mjs.map → NcAppNavigationNewItem-C7PviElx.mjs.map} +1 -1
  137. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs → NcAppNavigationNewItem-DG-KzABc.cjs} +1 -1
  138. package/dist/chunks/{NcAppNavigationNewItem-t45tM5u1.cjs.map → NcAppNavigationNewItem-DG-KzABc.cjs.map} +1 -1
  139. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs → NcAppNavigationSettings-CoutbNdC.cjs} +1 -1
  140. package/dist/chunks/{NcAppNavigationSettings-CBeUiVLk.cjs.map → NcAppNavigationSettings-CoutbNdC.cjs.map} +1 -1
  141. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs → NcAppNavigationSettings-D8MkJD-a.mjs} +1 -1
  142. package/dist/chunks/{NcAppNavigationSettings-BQD7JA4m.mjs.map → NcAppNavigationSettings-D8MkJD-a.mjs.map} +1 -1
  143. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs → NcAppNavigationToggle-ACf6tmPq.cjs} +1 -1
  144. package/dist/chunks/{NcAppNavigationToggle-DDChOnAq.cjs.map → NcAppNavigationToggle-ACf6tmPq.cjs.map} +1 -1
  145. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs → NcAppNavigationToggle-n8ES2H5d.mjs} +1 -1
  146. package/dist/chunks/{NcAppNavigationToggle-BZxbkhCr.mjs.map → NcAppNavigationToggle-n8ES2H5d.mjs.map} +1 -1
  147. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs → NcAppSettingsDialog-CmQPplb5.mjs} +1 -1
  148. package/dist/chunks/{NcAppSettingsDialog-DeFBTD2J.mjs.map → NcAppSettingsDialog-CmQPplb5.mjs.map} +1 -1
  149. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs → NcAppSettingsDialog-DYr9eXTI.cjs} +1 -1
  150. package/dist/chunks/{NcAppSettingsDialog-EUys9Os_.cjs.map → NcAppSettingsDialog-DYr9eXTI.cjs.map} +1 -1
  151. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs → NcAppSidebar-BsbmJ5H_.cjs} +2 -2
  152. package/dist/chunks/{NcAppSidebar-Du-IRmEO.cjs.map → NcAppSidebar-BsbmJ5H_.cjs.map} +1 -1
  153. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs → NcAppSidebar-CSjqjYTb.mjs} +3 -3
  154. package/dist/chunks/{NcAppSidebar-CdSvRI6l.mjs.map → NcAppSidebar-CSjqjYTb.mjs.map} +1 -1
  155. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs → NcAvatar-BdtXzaRJ.mjs} +4 -4
  156. package/dist/chunks/{NcAvatar-e0M-nnF6.mjs.map → NcAvatar-BdtXzaRJ.mjs.map} +1 -1
  157. package/dist/chunks/{NcAvatar-BEet_8fB.cjs → NcAvatar-Bn9oT7sS.cjs} +2 -2
  158. package/dist/chunks/{NcAvatar-BEet_8fB.cjs.map → NcAvatar-Bn9oT7sS.cjs.map} +1 -1
  159. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs → NcBreadcrumb-D8yGqnFJ.mjs} +1 -1
  160. package/dist/chunks/{NcBreadcrumb-CVMyBckA.mjs.map → NcBreadcrumb-D8yGqnFJ.mjs.map} +1 -1
  161. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs → NcBreadcrumb-DApyHRGZ.cjs} +1 -1
  162. package/dist/chunks/{NcBreadcrumb-DVXsgQkE.cjs.map → NcBreadcrumb-DApyHRGZ.cjs.map} +1 -1
  163. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs → NcBreadcrumbs-BoA2lxaY.cjs} +1 -1
  164. package/dist/chunks/{NcBreadcrumbs-DkgzO9f5.cjs.map → NcBreadcrumbs-BoA2lxaY.cjs.map} +1 -1
  165. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs → NcBreadcrumbs-DVyfjkgH.mjs} +2 -2
  166. package/dist/chunks/{NcBreadcrumbs-DqRU0BfB.mjs.map → NcBreadcrumbs-DVyfjkgH.mjs.map} +1 -1
  167. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs → NcCheckboxRadioSwitch-BEYj-jaN.cjs} +2 -2
  168. package/dist/chunks/{NcCheckboxRadioSwitch-Dt96X5bR.cjs.map → NcCheckboxRadioSwitch-BEYj-jaN.cjs.map} +1 -1
  169. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs → NcCheckboxRadioSwitch-DiNnRbJI.mjs} +2 -2
  170. package/dist/chunks/{NcCheckboxRadioSwitch-7Yib86y3.mjs.map → NcCheckboxRadioSwitch-DiNnRbJI.mjs.map} +1 -1
  171. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs} +1 -1
  172. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DMJGZndr.mjs.map +1 -0
  173. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs} +1 -1
  174. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dh3GUSYj.cjs.map +1 -0
  175. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs → NcColorPicker-Acx2mFFG.cjs} +1 -1
  176. package/dist/chunks/{NcColorPicker-BVqwn1Fr.cjs.map → NcColorPicker-Acx2mFFG.cjs.map} +1 -1
  177. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs → NcColorPicker-sge8Yr9m.mjs} +2 -2
  178. package/dist/chunks/{NcColorPicker-Dkxeigs5.mjs.map → NcColorPicker-sge8Yr9m.mjs.map} +1 -1
  179. package/dist/chunks/{NcContent-Bmeq8hLO.cjs → NcContent-COHfXhM3.cjs} +1 -1
  180. package/dist/chunks/{NcContent-Bmeq8hLO.cjs.map → NcContent-COHfXhM3.cjs.map} +1 -1
  181. package/dist/chunks/{NcContent-COIw1X7V.mjs → NcContent-kTlEGtKt.mjs} +1 -1
  182. package/dist/chunks/{NcContent-COIw1X7V.mjs.map → NcContent-kTlEGtKt.mjs.map} +1 -1
  183. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs → NcDashboardWidget-CL7e1yAw.mjs} +3 -3
  184. package/dist/chunks/{NcDashboardWidget-Cxz_n1AN.mjs.map → NcDashboardWidget-CL7e1yAw.mjs.map} +1 -1
  185. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs → NcDashboardWidget-CyrKw12p.cjs} +1 -1
  186. package/dist/chunks/{NcDashboardWidget-DArU3jbL.cjs.map → NcDashboardWidget-CyrKw12p.cjs.map} +1 -1
  187. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs → NcDashboardWidgetItem-C6Npm5U9.cjs} +1 -1
  188. package/dist/chunks/{NcDashboardWidgetItem-BAhzcFfs.cjs.map → NcDashboardWidgetItem-C6Npm5U9.cjs.map} +1 -1
  189. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs → NcDashboardWidgetItem-Cq-HAbIB.mjs} +2 -2
  190. package/dist/chunks/{NcDashboardWidgetItem-BV2tuXoj.mjs.map → NcDashboardWidgetItem-Cq-HAbIB.mjs.map} +1 -1
  191. package/dist/chunks/{NcDateTime-B0oaElJX.mjs → NcDateTime-B1X22iSf.mjs} +1 -1
  192. package/dist/chunks/{NcDateTime-B0oaElJX.mjs.map → NcDateTime-B1X22iSf.mjs.map} +1 -1
  193. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs → NcDateTime-CyKYSWsT.cjs} +1 -1
  194. package/dist/chunks/{NcDateTime-Dl0XztMt.cjs.map → NcDateTime-CyKYSWsT.cjs.map} +1 -1
  195. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs → NcEmojiPicker-DuZc08BD.cjs} +1 -1
  196. package/dist/chunks/{NcEmojiPicker-BCdoIKXJ.cjs.map → NcEmojiPicker-DuZc08BD.cjs.map} +1 -1
  197. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs → NcEmojiPicker-r6eAlCKl.mjs} +4 -4
  198. package/dist/chunks/{NcEmojiPicker-fRx7dTTf.mjs.map → NcEmojiPicker-r6eAlCKl.mjs.map} +1 -1
  199. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs → NcInputConfirmCancel-DAaMkW9I.cjs} +1 -1
  200. package/dist/chunks/{NcInputConfirmCancel-DpgXTGmT.cjs.map → NcInputConfirmCancel-DAaMkW9I.cjs.map} +1 -1
  201. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs → NcInputConfirmCancel-fwl4-RD4.mjs} +1 -1
  202. package/dist/chunks/{NcInputConfirmCancel-BXZqwqY6.mjs.map → NcInputConfirmCancel-fwl4-RD4.mjs.map} +1 -1
  203. package/dist/chunks/{NcListItem-wxqWqs4s.cjs → NcListItem-8heZoa83.cjs} +28 -23
  204. package/dist/chunks/NcListItem-8heZoa83.cjs.map +1 -0
  205. package/dist/chunks/{NcListItem-C5oWvAZQ.mjs → NcListItem-DxnCJdGU.mjs} +27 -22
  206. package/dist/chunks/NcListItem-DxnCJdGU.mjs.map +1 -0
  207. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs → NcListItemIcon-D5NW3bY2.cjs} +1 -1
  208. package/dist/chunks/{NcListItemIcon-DfdkSCin.cjs.map → NcListItemIcon-D5NW3bY2.cjs.map} +1 -1
  209. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs → NcListItemIcon-DyE902SK.mjs} +1 -1
  210. package/dist/chunks/{NcListItemIcon-WH9TUCxb.mjs.map → NcListItemIcon-DyE902SK.mjs.map} +1 -1
  211. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs → NcPasswordField-BeIfZq-I.mjs} +1 -1
  212. package/dist/chunks/{NcPasswordField-BPAivxc_.mjs.map → NcPasswordField-BeIfZq-I.mjs.map} +1 -1
  213. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs → NcPasswordField-Bx3rarNt.cjs} +1 -1
  214. package/dist/chunks/{NcPasswordField-BgNcvN0V.cjs.map → NcPasswordField-Bx3rarNt.cjs.map} +1 -1
  215. package/dist/chunks/{NcRelatedResourcesPanel-Cp8Au2iI.cjs → NcRelatedResourcesPanel-BmE02hfU.cjs} +4 -4
  216. package/dist/chunks/NcRelatedResourcesPanel-BmE02hfU.cjs.map +1 -0
  217. package/dist/chunks/{NcRelatedResourcesPanel-LTNqJecS.mjs → NcRelatedResourcesPanel-C8HsjDiN.mjs} +8 -8
  218. package/dist/chunks/NcRelatedResourcesPanel-C8HsjDiN.mjs.map +1 -0
  219. package/dist/chunks/{NcRichContenteditable-CHggLQuR.mjs → NcRichContenteditable-COl1GELF.mjs} +35 -26
  220. package/dist/chunks/NcRichContenteditable-COl1GELF.mjs.map +1 -0
  221. package/dist/chunks/{NcRichContenteditable-hT5m_2tr.cjs → NcRichContenteditable-DVCrsKyc.cjs} +41 -32
  222. package/dist/chunks/NcRichContenteditable-DVCrsKyc.cjs.map +1 -0
  223. package/dist/chunks/{NcRichText-BBXbh0Hh.mjs → NcRichText-BEoKx41c.mjs} +45 -29
  224. package/dist/chunks/NcRichText-BEoKx41c.mjs.map +1 -0
  225. package/dist/chunks/{NcRichText-BWX8BLVh.cjs → NcRichText-Dow2nMvP.cjs} +35 -19
  226. package/dist/chunks/NcRichText-Dow2nMvP.cjs.map +1 -0
  227. package/dist/chunks/{NcSelect-BVmjiQFa.mjs → NcSelect-C_dMqtoe.mjs} +2 -2
  228. package/dist/chunks/{NcSelect-BVmjiQFa.mjs.map → NcSelect-C_dMqtoe.mjs.map} +1 -1
  229. package/dist/chunks/{NcSelect-DjTSAsNL.cjs → NcSelect-CyESQ4uQ.cjs} +1 -1
  230. package/dist/chunks/{NcSelect-DjTSAsNL.cjs.map → NcSelect-CyESQ4uQ.cjs.map} +1 -1
  231. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs → NcSelectTags-Bl95j2Kh.cjs} +1 -1
  232. package/dist/chunks/{NcSelectTags-BJvxyO8E.cjs.map → NcSelectTags-Bl95j2Kh.cjs.map} +1 -1
  233. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs → NcSelectTags-BoX-3tOa.mjs} +2 -2
  234. package/dist/chunks/{NcSelectTags-Ccv-eQzZ.mjs.map → NcSelectTags-BoX-3tOa.mjs.map} +1 -1
  235. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs → NcSettingsInputText-DlBTOZRv.cjs} +1 -1
  236. package/dist/chunks/{NcSettingsInputText-CcO2Du6E.cjs.map → NcSettingsInputText-DlBTOZRv.cjs.map} +1 -1
  237. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs → NcSettingsInputText-fLyjAE06.mjs} +1 -1
  238. package/dist/chunks/{NcSettingsInputText-DXxmqvcd.mjs.map → NcSettingsInputText-fLyjAE06.mjs.map} +1 -1
  239. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs → NcSettingsSection-COSdi50c.mjs} +1 -1
  240. package/dist/chunks/{NcSettingsSection-DBe4fKFA.mjs.map → NcSettingsSection-COSdi50c.mjs.map} +1 -1
  241. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs → NcSettingsSection-CoHKnYDP.cjs} +1 -1
  242. package/dist/chunks/{NcSettingsSection-qgIYSB_M.cjs.map → NcSettingsSection-CoHKnYDP.cjs.map} +1 -1
  243. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs → NcSettingsSelectGroup-2wsNrz7x.cjs} +1 -1
  244. package/dist/chunks/{NcSettingsSelectGroup-DD8PEgvQ.cjs.map → NcSettingsSelectGroup-2wsNrz7x.cjs.map} +1 -1
  245. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs → NcSettingsSelectGroup-BZG67QrR.mjs} +2 -2
  246. package/dist/chunks/{NcSettingsSelectGroup-d2TLOW1O.mjs.map → NcSettingsSelectGroup-BZG67QrR.mjs.map} +1 -1
  247. package/dist/chunks/{NcTextField-CU-YIhL3.mjs → NcTextField-BEpgHsY2.mjs} +1 -1
  248. package/dist/chunks/{NcTextField-CU-YIhL3.mjs.map → NcTextField-BEpgHsY2.mjs.map} +1 -1
  249. package/dist/chunks/{NcTextField-CsnzlYWD.cjs → NcTextField-C-2-Of6b.cjs} +1 -1
  250. package/dist/chunks/{NcTextField-CsnzlYWD.cjs.map → NcTextField-C-2-Of6b.cjs.map} +1 -1
  251. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs → NcTimezonePicker-BMlKQe6-.cjs} +1 -1
  252. package/dist/chunks/{NcTimezonePicker-C-Ci2IuC.cjs.map → NcTimezonePicker-BMlKQe6-.cjs.map} +1 -1
  253. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs → NcTimezonePicker-JJeMG5Mo.mjs} +2 -2
  254. package/dist/chunks/{NcTimezonePicker-gvp9MAcg.mjs.map → NcTimezonePicker-JJeMG5Mo.mjs.map} +1 -1
  255. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs → NcUserBubble-DMBDwtwW.cjs} +1 -1
  256. package/dist/chunks/{NcUserBubble-COhpp9l_.cjs.map → NcUserBubble-DMBDwtwW.cjs.map} +1 -1
  257. package/dist/chunks/{NcUserBubble-CbufscPi.mjs → NcUserBubble-RZlZRmxZ.mjs} +1 -1
  258. package/dist/chunks/{NcUserBubble-CbufscPi.mjs.map → NcUserBubble-RZlZRmxZ.mjs.map} +1 -1
  259. package/dist/chunks/{NcUserStatusIcon-C7dfcW39.cjs → NcUserStatusIcon-7yBYL8ur.cjs} +4 -4
  260. package/dist/chunks/NcUserStatusIcon-7yBYL8ur.cjs.map +1 -0
  261. package/dist/chunks/{NcUserStatusIcon-0SGYQL9L.mjs → NcUserStatusIcon-DMQxYiY6.mjs} +9 -9
  262. package/dist/chunks/NcUserStatusIcon-DMQxYiY6.mjs.map +1 -0
  263. package/dist/chunks/{ScopeComponent-LxI8YPnR.mjs → ScopeComponent-9FoStIVM.mjs} +1 -1
  264. package/dist/chunks/{ScopeComponent-LxI8YPnR.mjs.map → ScopeComponent-9FoStIVM.mjs.map} +1 -1
  265. package/dist/chunks/{ScopeComponent-CSd5rNUA.cjs → ScopeComponent-DdL1psE0.cjs} +1 -1
  266. package/dist/chunks/{ScopeComponent-CSd5rNUA.cjs.map → ScopeComponent-DdL1psE0.cjs.map} +1 -1
  267. package/dist/chunks/{_l10n-D8Scz3mH.mjs → _l10n-CAwwH-o2.mjs} +3 -3
  268. package/dist/chunks/_l10n-CAwwH-o2.mjs.map +1 -0
  269. package/dist/chunks/{_l10n-B986q8RC.cjs → _l10n-DZggkcVs.cjs} +3 -3
  270. package/dist/chunks/_l10n-DZggkcVs.cjs.map +1 -0
  271. package/dist/chunks/{index-DYXjj9ET.mjs → index-BAVa4G2v.mjs} +31 -31
  272. package/dist/chunks/index-BAVa4G2v.mjs.map +1 -0
  273. package/dist/chunks/{index-CIsMzBte.cjs → index-CVsxVZon.cjs} +19 -19
  274. package/dist/chunks/index-CVsxVZon.cjs.map +1 -0
  275. package/dist/chunks/{referencePickerModal-DUhJWt2e.mjs → referencePickerModal-CtIcJRWz.mjs} +417 -414
  276. package/dist/chunks/referencePickerModal-CtIcJRWz.mjs.map +1 -0
  277. package/dist/chunks/{referencePickerModal-DV7-XzCc.cjs → referencePickerModal-Ig4S8WI3.cjs} +298 -295
  278. package/dist/chunks/referencePickerModal-Ig4S8WI3.cjs.map +1 -0
  279. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs → usernameToColor-3Z3jKEos.mjs} +1 -1
  280. package/dist/chunks/{usernameToColor-iYF-oKTP.mjs.map → usernameToColor-3Z3jKEos.mjs.map} +1 -1
  281. package/dist/chunks/{usernameToColor-DibvD_OP.cjs → usernameToColor-7pQQJMR_.cjs} +1 -1
  282. package/dist/chunks/{usernameToColor-DibvD_OP.cjs.map → usernameToColor-7pQQJMR_.cjs.map} +1 -1
  283. package/dist/index.cjs +8 -9
  284. package/dist/index.cjs.map +1 -1
  285. package/dist/index.mjs +45 -45
  286. package/package.json +1 -1
  287. package/dist/assets/NcListItem-vwt4bCl6.css +0 -165
  288. package/dist/chunks/NcActions-CpU9WXzM.mjs.map +0 -1
  289. package/dist/chunks/NcActions-Dfkog_G0.cjs.map +0 -1
  290. package/dist/chunks/NcAppContent-BDwOdxJE.mjs.map +0 -1
  291. package/dist/chunks/NcAppContent-kqYjKpzU.cjs.map +0 -1
  292. package/dist/chunks/NcAppNavigation-BRtyTvKt.mjs.map +0 -1
  293. package/dist/chunks/NcAppNavigation-DMxORgkV.cjs.map +0 -1
  294. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-C1WLneXl.cjs.map +0 -1
  295. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CKROuACA.mjs.map +0 -1
  296. package/dist/chunks/NcListItem-C5oWvAZQ.mjs.map +0 -1
  297. package/dist/chunks/NcListItem-wxqWqs4s.cjs.map +0 -1
  298. package/dist/chunks/NcRelatedResourcesPanel-Cp8Au2iI.cjs.map +0 -1
  299. package/dist/chunks/NcRelatedResourcesPanel-LTNqJecS.mjs.map +0 -1
  300. package/dist/chunks/NcRichContenteditable-CHggLQuR.mjs.map +0 -1
  301. package/dist/chunks/NcRichContenteditable-hT5m_2tr.cjs.map +0 -1
  302. package/dist/chunks/NcRichText-BBXbh0Hh.mjs.map +0 -1
  303. package/dist/chunks/NcRichText-BWX8BLVh.cjs.map +0 -1
  304. package/dist/chunks/NcUserStatusIcon-0SGYQL9L.mjs.map +0 -1
  305. package/dist/chunks/NcUserStatusIcon-C7dfcW39.cjs.map +0 -1
  306. package/dist/chunks/_l10n-B986q8RC.cjs.map +0 -1
  307. package/dist/chunks/_l10n-D8Scz3mH.mjs.map +0 -1
  308. package/dist/chunks/index-CIsMzBte.cjs.map +0 -1
  309. package/dist/chunks/index-DYXjj9ET.mjs.map +0 -1
  310. package/dist/chunks/referencePickerModal-DUhJWt2e.mjs.map +0 -1
  311. package/dist/chunks/referencePickerModal-DV7-XzCc.cjs.map +0 -1
@@ -1,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";
1
+ import '../assets/referencePickerModal-DZ7qJeiJ.css';
2
+ import { e as Pt, i as xe, h as Et, a as St, f as kt, d as F, g as xt, c as $t, j as Nt } from "./index-CU14QsCg.mjs";
3
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";
4
+ import { r as q, P as Ot, 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-CAwwH-o2.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-C_dMqtoe.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-BEpgHsY2.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: Ne(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 = Ne(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 Ne(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: {
@@ -195,28 +195,28 @@ var sr = {
195
195
  }
196
196
  if (a.routerViewDepth = m, h) {
197
197
  var d = p[c], l = d && d.component;
198
- return l ? (d.configProps && Ne(l, a, d.route, d.configProps), o(l, a, i)) : o();
198
+ return l ? (d.configProps && Oe(l, a, d.route, d.configProps), o(l, a, i)) : o();
199
199
  }
200
200
  var f = u.matched[m], y = f && f.components[c];
201
201
  if (!f || !y)
202
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], {
213
213
  route: u,
214
214
  configProps: _
215
- }), Ne(y, a, u, _)), o(y, a, i);
215
+ }), Oe(y, a, u, _)), o(y, a, i);
216
216
  }
217
217
  };
218
- function Ne(t, e, r, n) {
219
- var i = e.props = ar(r, n);
218
+ function Oe(t, e, 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("?");
@@ -270,7 +270,7 @@ function O(t) {
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, P = 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: P ? yr(P) : y ? ".*" : "[^" + K(R) + "]+?"
304
304
  });
305
305
  }
306
306
  return i < t.length && (s += t.substr(i)), s && r.push(s), r;
307
307
  }
308
- function 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,16 +535,16 @@ 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);
547
+ var P = ot(this.$slots.default);
548
548
  if (P) {
549
549
  P.isStatic = !1;
550
550
  var E = P.data = k({}, P.data);
@@ -555,15 +555,15 @@ var br = [String, Object], wr = [String, Array], Le = function() {
555
555
  }
556
556
  for (var H in g)
557
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;
558
+ var ke = P.data.attrs = k({}, P.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 = Pr(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: {},
@@ -671,7 +671,7 @@ function pe(t, e, r, n, i, s) {
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
673
  var f = s ? O(s + "/" + l.path) : void 0;
674
- pe(t, e, r, l, p, f);
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,10 +714,10 @@ function Rr(t, e) {
714
714
  }
715
715
  return r;
716
716
  }
717
- function Cr(t, e, r) {
717
+ function Pr(t, e, r) {
718
718
  return r || (t = t.replace(/\/$/, "")), t[0] === "/" || e == null ? t : O(e.path + "/" + t);
719
719
  }
720
- function Pr(t, e) {
720
+ function Er(t, e) {
721
721
  var r = G(t), n = r.pathList, i = r.pathMap, s = r.nameMap;
722
722
  function a(v) {
723
723
  G(v, n, i, s);
@@ -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,14 +752,14 @@ 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
761
  var P = n[R], E = i[P];
762
- if (Er(E.regex, f.path, f.params))
762
+ if (Sr(E.regex, f.path, f.params))
763
763
  return h(E, f, l);
764
764
  }
765
765
  }
@@ -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, _) {
775
+ var y = f, _ = y.name, g = y.path, b = d.query, R = d.hash, P = d.params;
776
+ if (b = y.hasOwnProperty("query") ? y.query : b, R = y.hasOwnProperty("hash") ? y.hash : R, P = y.hasOwnProperty("params") ? y.params : P, _) {
777
777
  var E = s[_];
778
778
  return process.env.NODE_ENV !== "production" && V(E, '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
783
  params: P
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($, P, '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,82 +823,82 @@ 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 Nr(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
899
899
  };
900
900
  }
901
- function Nr(t) {
901
+ function Or(t) {
902
902
  return {
903
903
  x: B(t.x) ? t.x : 0,
904
904
  y: B(t.y) ? t.y : 0
@@ -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 = Or(i), e = Nr(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) {
@@ -1258,12 +1258,12 @@ var mt = /* @__PURE__ */ function(t) {
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(O(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
1265
  var i = O(this.base + this.current.fullPath);
1266
- n ? se(i) : de(i);
1266
+ n ? se(i) : ve(i);
1267
1267
  }
1268
1268
  }, e.prototype.getCurrentLocation = function() {
1269
1269
  return W(this.base);
@@ -1273,18 +1273,18 @@ function W(t) {
1273
1273
  var e = window.location.pathname, r = e.toLowerCase(), n = t.toLowerCase();
1274
1274
  return t && (r === n || r.indexOf(O(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
1328
  return window.location.replace(O(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) {
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);
1392
+ }(x), w = function t(e) {
1393
+ e === void 0 && (e = {}), process.env.NODE_ENV !== "production" && C(this instanceof t, "Router must be called with the new operator."), this.app = null, this.apps = [], this.options = e, this.beforeHooks = [], this.resolveHooks = [], this.afterHooks = [], this.matcher = Er(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 Pe(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 Pe(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 Pe(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 Pe(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
1527
  return t ? O(t + "/" + n) : n;
1528
1528
  }
1529
- b.install = ie;
1530
- b.version = "3.6.5";
1531
- b.isNavigationFailure = ue;
1532
- b.NavigationFailureType = A;
1533
- b.START_LOCATION = I;
1534
- z && window.Vue && window.Vue.use(b);
1535
- q(Nt);
1536
- const Jr = {
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
+ q(Ot);
1536
+ const Xr = {
1537
1537
  name: "NcReferenceWidget",
1538
1538
  components: {
1539
- NcButton: Ye
1539
+ NcButton: Ze
1540
1540
  },
1541
1541
  props: {
1542
1542
  reference: {
@@ -1552,13 +1552,23 @@ 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
- rendered: !1,
1561
- enableLabel: S("Enable interactive view")
1571
+ rendered: !1
1562
1572
  };
1563
1573
  },
1564
1574
  computed: {
@@ -1566,13 +1576,13 @@ const Jr = {
1566
1576
  return !this.interactiveOptIn && this.interactive || this.showInteractive;
1567
1577
  },
1568
1578
  hasFullWidth() {
1569
- return Ct(this.reference.richObjectType);
1579
+ return Pt(this.reference.richObjectType);
1570
1580
  },
1571
1581
  hasCustomWidget() {
1572
- return ke(this.reference.richObjectType);
1582
+ return xe(this.reference.richObjectType);
1573
1583
  },
1574
1584
  hasInteractiveView() {
1575
- return ke(this.reference.richObjectType) && Pt(this.reference.richObjectType);
1585
+ return xe(this.reference.richObjectType) && Et(this.reference.richObjectType);
1576
1586
  },
1577
1587
  noAccess() {
1578
1588
  return this.reference && !this.reference.accessible;
@@ -1593,10 +1603,10 @@ const Jr = {
1593
1603
  return t ? t.startsWith("https://") ? t.substring(8) : t.startsWith("http://") ? t.substring(7) : t : "";
1594
1604
  },
1595
1605
  route() {
1596
- return qt(this.$router, this.reference.openGraphObject.link);
1606
+ return Wt(this.$router, this.reference.openGraphObject.link);
1597
1607
  },
1598
1608
  referenceWidgetLinkComponent() {
1599
- return this.route ? st : "a";
1609
+ return this.route ? at : "a";
1600
1610
  },
1601
1611
  referenceWidgetLinkProps() {
1602
1612
  return this.route ? { to: this.route } : { href: this.reference.openGraphObject.link, target: "_blank" };
@@ -1614,18 +1624,11 @@ const Jr = {
1614
1624
  immediate: !0
1615
1625
  }
1616
1626
  },
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
1627
  beforeDestroy() {
1626
1628
  this.destroyWidget();
1627
1629
  },
1628
1630
  methods: {
1631
+ t: S,
1629
1632
  enableInteractive() {
1630
1633
  this.showInteractive = !0, this.renderWidget();
1631
1634
  },
@@ -1635,31 +1638,31 @@ const Jr = {
1635
1638
  return;
1636
1639
  const t = document.createElement("div");
1637
1640
  this.$refs.customWidget.appendChild(t), this.$nextTick(() => {
1638
- Et(t, {
1641
+ St(t, {
1639
1642
  ...this.reference,
1640
1643
  interactive: this.isInteractive
1641
1644
  }), this.rendered = !0;
1642
1645
  });
1643
1646
  },
1644
1647
  destroyWidget() {
1645
- this.rendered && (St(this.reference.richObjectType, this.$el), this.rendered = !1);
1648
+ this.rendered && (kt(this.reference.richObjectType, this.$el), this.rendered = !1);
1646
1649
  }
1647
1650
  }
1648
1651
  };
1649
- var Xr = function() {
1652
+ var Yr = function() {
1650
1653
  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
+ 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);
1655
+ }, Zr = [], en = /* @__PURE__ */ N(
1654
1656
  Xr,
1655
1657
  Yr,
1658
+ Zr,
1656
1659
  !1,
1657
1660
  null,
1658
- "ac43d4a5",
1661
+ "9aee285d",
1659
1662
  null,
1660
1663
  null
1661
1664
  );
1662
- const en = Zr.exports, tn = {
1665
+ const tn = en.exports, rn = {
1663
1666
  name: "NcCustomPickerElement",
1664
1667
  props: {
1665
1668
  /**
@@ -1684,12 +1687,12 @@ const en = Zr.exports, tn = {
1684
1687
  this.isRegistered && this.renderElement();
1685
1688
  },
1686
1689
  beforeDestroy() {
1687
- this.isRegistered && kt(this.provider.id, this.$el, this.renderResult);
1690
+ this.isRegistered && xt(this.provider.id, this.$el, this.renderResult);
1688
1691
  },
1689
1692
  methods: {
1690
1693
  renderElement() {
1691
1694
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
1692
- const t = xt(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1695
+ const t = $t(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
1693
1696
  Promise.resolve(t).then((e) => {
1694
1697
  var r, n;
1695
1698
  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,74 +1708,74 @@ const en = Zr.exports, tn = {
1705
1708
  }
1706
1709
  }
1707
1710
  };
1708
- var rn = function() {
1711
+ var nn = function() {
1709
1712
  var e = this, r = e._self._c;
1710
1713
  return r("div", { ref: "domElement" });
1711
- }, nn = [], sn = /* @__PURE__ */ N(
1712
- tn,
1714
+ }, sn = [], an = /* @__PURE__ */ N(
1713
1715
  rn,
1714
1716
  nn,
1717
+ sn,
1715
1718
  !1,
1716
1719
  null,
1717
1720
  "25f1cef8",
1718
1721
  null,
1719
1722
  null
1720
1723
  );
1721
- const an = sn.exports;
1722
- q(Ot);
1723
- const _t = "any-link", bt = {
1724
- id: _t,
1724
+ const on = an.exports;
1725
+ q(Lt);
1726
+ const wt = "any-link", bt = {
1727
+ id: wt,
1725
1728
  title: S("Any link"),
1726
- icon_url: Bt("core", "filetypes/link.svg")
1729
+ icon_url: qt("core", "filetypes/link.svg")
1727
1730
  };
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);
1731
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = Je("core", "reference-provider-list", []));
1732
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = Je("core", "reference-provider-timestamps", {}));
1733
+ function cn(t) {
1734
+ return t === wt ? bt : Rt().find((e) => e.id === t);
1732
1735
  }
1733
- function wt() {
1736
+ function Rt() {
1734
1737
  return window._vue_richtext_reference_providers.filter((t) => {
1735
1738
  const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || F(t.id);
1736
1739
  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
1740
  });
1738
1741
  }
1739
- function cn(t) {
1742
+ function un(t) {
1740
1743
  const e = window._vue_richtext_reference_provider_timestamps;
1741
1744
  return t.sort((r, n) => r.order === n.order ? 0 : r.order > n.order ? 1 : -1).sort((r, n) => {
1742
1745
  const i = e[r.id], s = e[n.id];
1743
1746
  return i === s ? 0 : s === void 0 ? -1 : i === void 0 ? 1 : i > s ? -1 : 1;
1744
1747
  });
1745
1748
  }
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;
1749
+ function ln(t, e = null) {
1750
+ const r = Rt(), n = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(n, "i"), a = un(r).filter((c) => c.title.match(i)), o = e ? a.slice(0, e) : a;
1748
1751
  return (t === "" || o.length === 0) && o.push(bt), o;
1749
1752
  }
1750
- function ln(t) {
1753
+ function fn(t) {
1751
1754
  const e = Math.floor(Date.now() / 1e3), r = {
1752
1755
  timestamp: e
1753
1756
  }, n = Z("references/provider/{providerId}", { providerId: t });
1754
- me.put(n, r).then((i) => {
1757
+ ye.put(n, r).then((i) => {
1755
1758
  window._vue_richtext_reference_provider_timestamps[t] = e;
1756
1759
  });
1757
1760
  }
1758
- let He = 0;
1759
- function Rt(t, e) {
1761
+ let Ge = 0;
1762
+ function Ct(t, e) {
1760
1763
  return function() {
1761
1764
  const r = this, n = arguments;
1762
- clearTimeout(He), He = setTimeout(function() {
1765
+ clearTimeout(Ge), Ge = setTimeout(function() {
1763
1766
  t.apply(r, n);
1764
1767
  }, e || 0);
1765
1768
  };
1766
1769
  }
1767
- function Pe(t) {
1770
+ function Ee(t) {
1768
1771
  try {
1769
1772
  return !!new URL(t);
1770
1773
  } catch {
1771
1774
  return !1;
1772
1775
  }
1773
1776
  }
1774
- q(Qe, Lt);
1775
- const fn = {
1777
+ q(Ke, Tt);
1778
+ const hn = {
1776
1779
  name: "LinkVariantIcon",
1777
1780
  emits: ["click"],
1778
1781
  props: {
@@ -1789,28 +1792,28 @@ const fn = {
1789
1792
  }
1790
1793
  }
1791
1794
  };
1792
- var hn = function() {
1795
+ var pn = function() {
1793
1796
  var e = this, r = e._self._c;
1794
1797
  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
1798
  return e.$emit("click", n);
1796
1799
  } } }, "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,
1800
+ }, dn = [], vn = /* @__PURE__ */ N(
1799
1801
  hn,
1800
1802
  pn,
1803
+ dn,
1801
1804
  !1,
1802
1805
  null,
1803
1806
  null,
1804
1807
  null,
1805
1808
  null
1806
1809
  );
1807
- const Ee = dn.exports, vn = {
1810
+ const Se = vn.exports, mn = {
1808
1811
  name: "NcProviderList",
1809
1812
  components: {
1810
- NcSelect: Xe,
1811
- NcHighlight: Je,
1812
- NcEmptyContent: ye,
1813
- LinkVariantIcon: Ee
1813
+ NcSelect: Ye,
1814
+ NcHighlight: Xe,
1815
+ NcEmptyContent: ge,
1816
+ LinkVariantIcon: Se
1814
1817
  },
1815
1818
  emits: [
1816
1819
  "select-provider",
@@ -1827,11 +1830,11 @@ const Ee = dn.exports, vn = {
1827
1830
  computed: {
1828
1831
  options() {
1829
1832
  const t = [];
1830
- return this.query !== "" && Pe(this.query) && t.push({
1833
+ return this.query !== "" && Ee(this.query) && t.push({
1831
1834
  id: this.query,
1832
1835
  title: this.query,
1833
1836
  isLink: !0
1834
- }), t.push(...un(this.query)), t;
1837
+ }), t.push(...ln(this.query)), t;
1835
1838
  }
1836
1839
  },
1837
1840
  methods: {
@@ -1849,7 +1852,7 @@ const Ee = dn.exports, vn = {
1849
1852
  }
1850
1853
  }
1851
1854
  };
1852
- var mn = function() {
1855
+ var yn = function() {
1853
1856
  var e = this, r = e._self._c;
1854
1857
  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
1858
  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 +1861,26 @@ var mn = function() {
1858
1861
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
1859
1862
  return [r("LinkVariantIcon")];
1860
1863
  }, proxy: !0 }]) })], 1);
1861
- }, yn = [], gn = /* @__PURE__ */ N(
1862
- vn,
1864
+ }, gn = [], _n = /* @__PURE__ */ N(
1863
1865
  mn,
1864
1866
  yn,
1867
+ gn,
1865
1868
  !1,
1866
1869
  null,
1867
1870
  "e880790e",
1868
1871
  null,
1869
1872
  null
1870
1873
  );
1871
- const _n = gn.exports;
1872
- q(Tt);
1874
+ const wn = _n.exports;
1875
+ q(It);
1873
1876
  const bn = {
1874
1877
  name: "NcRawLinkInput",
1875
1878
  components: {
1876
- LinkVariantIcon: Ee,
1877
- NcEmptyContent: ye,
1878
- NcLoadingIcon: Dt,
1879
- NcReferenceWidget: en,
1880
- NcTextField: Wt
1879
+ LinkVariantIcon: Se,
1880
+ NcEmptyContent: ge,
1881
+ NcLoadingIcon: Ft,
1882
+ NcReferenceWidget: tn,
1883
+ NcTextField: zt
1881
1884
  },
1882
1885
  props: {
1883
1886
  /**
@@ -1902,7 +1905,7 @@ const bn = {
1902
1905
  },
1903
1906
  computed: {
1904
1907
  isLinkValid() {
1905
- return Pe(this.inputValue);
1908
+ return Ee(this.inputValue);
1906
1909
  }
1907
1910
  },
1908
1911
  methods: {
@@ -1918,12 +1921,12 @@ const bn = {
1918
1921
  this.inputValue = "", this.reference = null;
1919
1922
  },
1920
1923
  onInput() {
1921
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Rt(() => {
1924
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && Ct(() => {
1922
1925
  this.updateReference();
1923
1926
  }, 500)();
1924
1927
  },
1925
1928
  updateReference() {
1926
- this.loading = !0, this.abortController = new AbortController(), me.get(Z("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1929
+ this.loading = !0, this.abortController = new AbortController(), ye.get(Z("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
1927
1930
  signal: this.abortController.signal
1928
1931
  }).then((t) => {
1929
1932
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -1935,7 +1938,7 @@ const bn = {
1935
1938
  }
1936
1939
  }
1937
1940
  };
1938
- var wn = function() {
1941
+ var Rn = function() {
1939
1942
  var e = this, r = e._self._c;
1940
1943
  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
1944
  e.inputValue = n;
@@ -1944,20 +1947,20 @@ var wn = function() {
1944
1947
  } } }, [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
1948
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
1946
1949
  }, proxy: !0 }]) })], 1);
1947
- }, Rn = [], Cn = /* @__PURE__ */ N(
1950
+ }, Cn = [], Pn = /* @__PURE__ */ N(
1948
1951
  bn,
1949
- wn,
1950
1952
  Rn,
1953
+ Cn,
1951
1954
  !1,
1952
1955
  null,
1953
1956
  "d0ba247a",
1954
1957
  null,
1955
1958
  null
1956
1959
  );
1957
- const Pn = Cn.exports, En = {
1960
+ const En = Pn.exports, Sn = {
1958
1961
  name: "NcSearchResult",
1959
1962
  components: {
1960
- NcHighlight: Je
1963
+ NcHighlight: Xe
1961
1964
  },
1962
1965
  props: {
1963
1966
  /**
@@ -1977,29 +1980,29 @@ const Pn = Cn.exports, En = {
1977
1980
  }
1978
1981
  }
1979
1982
  };
1980
- var Sn = function() {
1983
+ var kn = function() {
1981
1984
  var e = this, r = e._self._c;
1982
1985
  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,
1986
+ }, xn = [], $n = /* @__PURE__ */ N(
1985
1987
  Sn,
1986
1988
  kn,
1989
+ xn,
1987
1990
  !1,
1988
1991
  null,
1989
1992
  "7a394a58",
1990
1993
  null,
1991
1994
  null
1992
1995
  );
1993
- const $n = xn.exports;
1994
- q(Vt, Qe, It);
1995
- const Ge = 5, Nn = {
1996
+ const Nn = $n.exports;
1997
+ q(At, Ke, Vt);
1998
+ const Qe = 5, On = {
1996
1999
  name: "NcSearch",
1997
2000
  components: {
1998
- LinkVariantIcon: Ee,
1999
- DotsHorizontalIcon: Ft,
2000
- NcEmptyContent: ye,
2001
- NcSelect: Xe,
2002
- NcSearchResult: $n
2001
+ LinkVariantIcon: Se,
2002
+ DotsHorizontalIcon: Ht,
2003
+ NcEmptyContent: ge,
2004
+ NcSelect: Ye,
2005
+ NcSearchResult: Nn
2003
2006
  },
2004
2007
  props: {
2005
2008
  /**
@@ -2044,7 +2047,7 @@ const Ge = 5, Nn = {
2044
2047
  if (this.searchQuery === "")
2045
2048
  return [];
2046
2049
  const t = [];
2047
- return Pe(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2050
+ return Ee(this.searchQuery) && t.push(this.rawLinkEntry), t.push(...this.formattedSearchResults), t;
2048
2051
  },
2049
2052
  rawLinkEntry() {
2050
2053
  return {
@@ -2104,7 +2107,7 @@ const Ge = 5, Nn = {
2104
2107
  this.abortController && this.abortController.abort();
2105
2108
  },
2106
2109
  onSearchInput(t, e) {
2107
- this.searchQuery = t, Rt(() => {
2110
+ this.searchQuery = t, Ct(() => {
2108
2111
  this.updateSearch();
2109
2112
  }, 500)();
2110
2113
  },
@@ -2132,8 +2135,8 @@ const Ge = 5, Nn = {
2132
2135
  });
2133
2136
  },
2134
2137
  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, {
2138
+ 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 });
2139
+ return ye.get(r, {
2137
2140
  signal: this.abortController.signal
2138
2141
  }).then((n) => {
2139
2142
  const i = n.data.ocs.data;
@@ -2142,7 +2145,7 @@ const Ge = 5, Nn = {
2142
2145
  }
2143
2146
  }
2144
2147
  };
2145
- var On = function() {
2148
+ var Ln = function() {
2146
2149
  var e = this, r = e._self._c;
2147
2150
  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
2151
  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 +2156,28 @@ var On = function() {
2153
2156
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
2154
2157
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
2155
2158
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
2156
- }, Ln = [], Tn = /* @__PURE__ */ N(
2157
- Nn,
2159
+ }, Tn = [], In = /* @__PURE__ */ N(
2158
2160
  On,
2159
2161
  Ln,
2162
+ Tn,
2160
2163
  !1,
2161
2164
  null,
2162
2165
  "97d196f0",
2163
2166
  null,
2164
2167
  null
2165
2168
  );
2166
- const In = Tn.exports, D = {
2169
+ const Vn = In.exports, D = {
2167
2170
  providerList: 1,
2168
2171
  standardLinkInput: 2,
2169
2172
  searchInput: 3,
2170
2173
  customElement: 4
2171
- }, Vn = {
2174
+ }, An = {
2172
2175
  name: "NcReferencePicker",
2173
2176
  components: {
2174
- NcCustomPickerElement: an,
2175
- NcProviderList: _n,
2176
- NcRawLinkInput: Pn,
2177
- NcSearch: In
2177
+ NcCustomPickerElement: on,
2178
+ NcProviderList: wn,
2179
+ NcRawLinkInput: En,
2180
+ NcSearch: Vn
2178
2181
  },
2179
2182
  props: {
2180
2183
  /**
@@ -2259,7 +2262,7 @@ const In = Tn.exports, D = {
2259
2262
  this.$emit("cancel");
2260
2263
  },
2261
2264
  submitLink(t) {
2262
- this.selectedProvider !== null && ln(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2265
+ this.selectedProvider !== null && fn(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
2263
2266
  },
2264
2267
  deselectProvider() {
2265
2268
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
@@ -2269,31 +2272,31 @@ const In = Tn.exports, D = {
2269
2272
  }
2270
2273
  }
2271
2274
  };
2272
- var An = function() {
2275
+ var jn = function() {
2273
2276
  var e = this, r = e._self._c;
2274
2277
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(n) {
2275
2278
  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
2279
  } } }, [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,
2280
+ }, Bn = [], qn = /* @__PURE__ */ N(
2279
2281
  An,
2280
2282
  jn,
2283
+ Bn,
2281
2284
  !1,
2282
2285
  null,
2283
2286
  "12c38c93",
2284
2287
  null,
2285
2288
  null
2286
2289
  );
2287
- const qn = Bn.exports;
2288
- q(jt, At);
2289
- const Mn = {
2290
+ const Mn = qn.exports;
2291
+ q(Bt, jt);
2292
+ const Un = {
2290
2293
  name: "NcReferencePickerModal",
2291
2294
  components: {
2292
- NcReferencePicker: qn,
2293
- NcModal: zt,
2294
- NcButton: Ye,
2295
- ArrowLeftIcon: Gt,
2296
- CloseIcon: Qt
2295
+ NcReferencePicker: Mn,
2296
+ NcModal: Gt,
2297
+ NcButton: Ze,
2298
+ ArrowLeftIcon: Kt,
2299
+ CloseIcon: Jt
2297
2300
  },
2298
2301
  props: {
2299
2302
  /**
@@ -2341,7 +2344,7 @@ const Mn = {
2341
2344
  },
2342
2345
  modalSize() {
2343
2346
  var t;
2344
- return this.isProviderSelected && F(this.selectedProvider.id) ? (t = $t(this.selectedProvider.id)) != null ? t : "large" : "normal";
2347
+ return this.isProviderSelected && F(this.selectedProvider.id) ? (t = Nt(this.selectedProvider.id)) != null ? t : "large" : "normal";
2345
2348
  },
2346
2349
  showModalName() {
2347
2350
  return !this.isProviderSelected || !F(this.selectedProvider.id);
@@ -2353,7 +2356,7 @@ const Mn = {
2353
2356
  mounted() {
2354
2357
  if (this.isInsideViewer) {
2355
2358
  const t = this.$refs.modal_content;
2356
- Ht("viewer:trapElements:changed", t);
2359
+ Qt("viewer:trapElements:changed", t);
2357
2360
  }
2358
2361
  },
2359
2362
  methods: {
@@ -2371,30 +2374,30 @@ const Mn = {
2371
2374
  }
2372
2375
  }
2373
2376
  };
2374
- var Un = function() {
2377
+ var Dn = function() {
2375
2378
  var e = this, r = e._self._c;
2376
2379
  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
2380
  return [r("ArrowLeftIcon")];
2378
2381
  }, 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
2382
  return [r("CloseIcon")];
2380
2383
  }, 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,
2384
+ }, Wn = [], Fn = /* @__PURE__ */ N(
2383
2385
  Un,
2384
2386
  Dn,
2387
+ Wn,
2385
2388
  !1,
2386
2389
  null,
2387
2390
  "ab09ebaa",
2388
2391
  null,
2389
2392
  null
2390
2393
  );
2391
- const Fn = Wn.exports;
2392
- async function fi(t = null, e = void 0) {
2394
+ const zn = Fn.exports;
2395
+ async function hi(t = null, e = void 0) {
2393
2396
  return await new Promise((r, n) => {
2394
2397
  var u;
2395
2398
  const i = "referencePickerModal", s = document.createElement("div");
2396
2399
  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({
2400
+ const a = t === null ? null : (u = cn(t)) != null ? u : null, o = Dt.extend(zn), c = new o({
2398
2401
  propsData: {
2399
2402
  initialProvider: a,
2400
2403
  isInsideViewer: e
@@ -2408,15 +2411,15 @@ async function fi(t = null, e = void 0) {
2408
2411
  });
2409
2412
  }
2410
2413
  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
2414
+ at as L,
2415
+ tn as N,
2416
+ wt as a,
2417
+ cn as b,
2418
+ Rt as c,
2419
+ ln as d,
2420
+ Mn as e,
2421
+ zn as f,
2422
+ hi as g,
2423
+ Vn as h,
2424
+ un as s
2422
2425
  };