@nextcloud/vue 8.3.0 → 8.5.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 (662) hide show
  1. package/CHANGELOG.md +95 -3
  2. package/dist/Components/NcActionButton.cjs +85 -23
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +88 -24
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionButtonGroup.cjs +3 -41
  7. package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
  8. package/dist/Components/NcActionButtonGroup.mjs +2 -43
  9. package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
  10. package/dist/Components/NcActionCaption.cjs +8 -9
  11. package/dist/Components/NcActionCaption.cjs.map +1 -1
  12. package/dist/Components/NcActionCaption.mjs +8 -8
  13. package/dist/Components/NcActionCheckbox.cjs +4 -5
  14. package/dist/Components/NcActionCheckbox.cjs.map +1 -1
  15. package/dist/Components/NcActionCheckbox.mjs +13 -13
  16. package/dist/Components/NcActionInput.cjs +3 -233
  17. package/dist/Components/NcActionInput.cjs.map +1 -1
  18. package/dist/Components/NcActionInput.mjs +2 -241
  19. package/dist/Components/NcActionInput.mjs.map +1 -1
  20. package/dist/Components/NcActionLink.cjs +2 -3
  21. package/dist/Components/NcActionLink.cjs.map +1 -1
  22. package/dist/Components/NcActionLink.mjs +3 -3
  23. package/dist/Components/NcActionRadio.cjs +12 -13
  24. package/dist/Components/NcActionRadio.cjs.map +1 -1
  25. package/dist/Components/NcActionRadio.mjs +11 -11
  26. package/dist/Components/NcActionRouter.cjs +5 -6
  27. package/dist/Components/NcActionRouter.cjs.map +1 -1
  28. package/dist/Components/NcActionRouter.mjs +6 -6
  29. package/dist/Components/NcActionSeparator.cjs +6 -7
  30. package/dist/Components/NcActionSeparator.cjs.map +1 -1
  31. package/dist/Components/NcActionSeparator.mjs +9 -9
  32. package/dist/Components/NcActionText.cjs +7 -8
  33. package/dist/Components/NcActionText.cjs.map +1 -1
  34. package/dist/Components/NcActionText.mjs +10 -10
  35. package/dist/Components/NcActionTextEditable.cjs +4 -5
  36. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  37. package/dist/Components/NcActionTextEditable.mjs +5 -5
  38. package/dist/Components/NcActions.cjs +3 -483
  39. package/dist/Components/NcActions.cjs.map +1 -1
  40. package/dist/Components/NcActions.mjs +2 -489
  41. package/dist/Components/NcActions.mjs.map +1 -1
  42. package/dist/Components/NcAppContent.cjs +3 -221
  43. package/dist/Components/NcAppContent.cjs.map +1 -1
  44. package/dist/Components/NcAppContent.mjs +2 -229
  45. package/dist/Components/NcAppContent.mjs.map +1 -1
  46. package/dist/Components/NcAppContentDetails.cjs +1 -1
  47. package/dist/Components/NcAppContentDetails.mjs +1 -1
  48. package/dist/Components/NcAppContentList.cjs +1 -1
  49. package/dist/Components/NcAppContentList.mjs +1 -1
  50. package/dist/Components/NcAppNavigation.cjs +3 -101
  51. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  52. package/dist/Components/NcAppNavigation.mjs +2 -106
  53. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  54. package/dist/Components/NcAppNavigationCaption.cjs +3 -44
  55. package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
  56. package/dist/Components/NcAppNavigationCaption.mjs +2 -45
  57. package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
  58. package/dist/Components/NcAppNavigationIconBullet.cjs +5 -6
  59. package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
  60. package/dist/Components/NcAppNavigationIconBullet.mjs +8 -8
  61. package/dist/Components/NcAppNavigationItem.cjs +3 -494
  62. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  63. package/dist/Components/NcAppNavigationItem.mjs +2 -505
  64. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  65. package/dist/Components/NcAppNavigationNew.cjs +14 -15
  66. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  67. package/dist/Components/NcAppNavigationNew.mjs +6 -6
  68. package/dist/Components/NcAppNavigationNewItem.cjs +3 -87
  69. package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
  70. package/dist/Components/NcAppNavigationNewItem.mjs +2 -89
  71. package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
  72. package/dist/Components/NcAppNavigationSettings.cjs +3 -103
  73. package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
  74. package/dist/Components/NcAppNavigationSettings.mjs +2 -105
  75. package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
  76. package/dist/Components/NcAppNavigationSpacer.cjs +10 -11
  77. package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
  78. package/dist/Components/NcAppNavigationSpacer.mjs +10 -10
  79. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  80. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  81. package/dist/Components/NcAppSettingsDialog.cjs +3 -181
  82. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  83. package/dist/Components/NcAppSettingsDialog.mjs +2 -187
  84. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  85. package/dist/Components/NcAppSettingsSection.cjs +7 -11
  86. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  87. package/dist/Components/NcAppSettingsSection.mjs +7 -10
  88. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  89. package/dist/Components/NcAppSidebar.cjs +3 -509
  90. package/dist/Components/NcAppSidebar.cjs.map +1 -1
  91. package/dist/Components/NcAppSidebar.mjs +2 -521
  92. package/dist/Components/NcAppSidebar.mjs.map +1 -1
  93. package/dist/Components/NcAppSidebarTab.cjs +5 -7
  94. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  95. package/dist/Components/NcAppSidebarTab.mjs +3 -4
  96. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  97. package/dist/Components/NcAvatar.cjs +2 -2
  98. package/dist/Components/NcAvatar.mjs +1 -1
  99. package/dist/Components/NcBreadcrumb.cjs +3 -175
  100. package/dist/Components/NcBreadcrumb.cjs.map +1 -1
  101. package/dist/Components/NcBreadcrumb.mjs +2 -178
  102. package/dist/Components/NcBreadcrumb.mjs.map +1 -1
  103. package/dist/Components/NcBreadcrumbs.cjs +3 -404
  104. package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
  105. package/dist/Components/NcBreadcrumbs.mjs +2 -413
  106. package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
  107. package/dist/Components/NcButton.cjs +37 -28
  108. package/dist/Components/NcButton.cjs.map +1 -1
  109. package/dist/Components/NcButton.mjs +37 -27
  110. package/dist/Components/NcButton.mjs.map +1 -1
  111. package/dist/Components/NcCheckboxRadioSwitch.cjs +3 -590
  112. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  113. package/dist/Components/NcCheckboxRadioSwitch.mjs +2 -594
  114. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  115. package/dist/Components/NcColorPicker.cjs +3 -135
  116. package/dist/Components/NcColorPicker.cjs.map +1 -1
  117. package/dist/Components/NcColorPicker.mjs +2 -144
  118. package/dist/Components/NcColorPicker.mjs.map +1 -1
  119. package/dist/Components/NcContent.cjs +3 -25
  120. package/dist/Components/NcContent.cjs.map +1 -1
  121. package/dist/Components/NcContent.mjs +2 -25
  122. package/dist/Components/NcContent.mjs.map +1 -1
  123. package/dist/Components/NcCounterBubble.cjs +4 -5
  124. package/dist/Components/NcCounterBubble.cjs.map +1 -1
  125. package/dist/Components/NcCounterBubble.mjs +4 -4
  126. package/dist/Components/NcDashboardWidget.cjs +3 -133
  127. package/dist/Components/NcDashboardWidget.cjs.map +1 -1
  128. package/dist/Components/NcDashboardWidget.mjs +2 -138
  129. package/dist/Components/NcDashboardWidget.mjs.map +1 -1
  130. package/dist/Components/NcDashboardWidgetItem.cjs +3 -138
  131. package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
  132. package/dist/Components/NcDashboardWidgetItem.mjs +2 -141
  133. package/dist/Components/NcDashboardWidgetItem.mjs.map +1 -1
  134. package/dist/Components/NcDateTime.cjs +2 -127
  135. package/dist/Components/NcDateTime.cjs.map +1 -1
  136. package/dist/Components/NcDateTime.mjs +2 -130
  137. package/dist/Components/NcDateTime.mjs.map +1 -1
  138. package/dist/Components/NcDateTimePicker.cjs +70 -51
  139. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  140. package/dist/Components/NcDateTimePicker.mjs +77 -58
  141. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  142. package/dist/Components/NcDateTimePickerNative.cjs +9 -10
  143. package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
  144. package/dist/Components/NcDateTimePickerNative.mjs +8 -8
  145. package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
  146. package/dist/Components/NcDialog.cjs +3 -171
  147. package/dist/Components/NcDialog.cjs.map +1 -1
  148. package/dist/Components/NcDialog.mjs +2 -175
  149. package/dist/Components/NcDialog.mjs.map +1 -1
  150. package/dist/Components/NcDialogButton.cjs +2 -68
  151. package/dist/Components/NcDialogButton.cjs.map +1 -1
  152. package/dist/Components/NcDialogButton.mjs +2 -72
  153. package/dist/Components/NcDialogButton.mjs.map +1 -1
  154. package/dist/Components/NcEllipsisedOption.cjs +4 -5
  155. package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
  156. package/dist/Components/NcEllipsisedOption.mjs +14 -14
  157. package/dist/Components/NcEmojiPicker.cjs +3 -175
  158. package/dist/Components/NcEmojiPicker.cjs.map +1 -1
  159. package/dist/Components/NcEmojiPicker.mjs +2 -180
  160. package/dist/Components/NcEmojiPicker.mjs.map +1 -1
  161. package/dist/Components/NcEmptyContent.cjs +14 -16
  162. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  163. package/dist/Components/NcEmptyContent.mjs +8 -9
  164. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  165. package/dist/Components/NcGuestContent.cjs +8 -9
  166. package/dist/Components/NcGuestContent.cjs.map +1 -1
  167. package/dist/Components/NcGuestContent.mjs +7 -7
  168. package/dist/Components/NcHeaderMenu.cjs +3 -169
  169. package/dist/Components/NcHeaderMenu.cjs.map +1 -1
  170. package/dist/Components/NcHeaderMenu.mjs +2 -172
  171. package/dist/Components/NcHeaderMenu.mjs.map +1 -1
  172. package/dist/Components/NcHighlight.cjs +1 -1
  173. package/dist/Components/NcHighlight.mjs +1 -1
  174. package/dist/Components/NcIconSvgWrapper.cjs +3 -59
  175. package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
  176. package/dist/Components/NcIconSvgWrapper.mjs +2 -61
  177. package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
  178. package/dist/Components/NcInputField.cjs +7 -7
  179. package/dist/Components/NcInputField.cjs.map +1 -1
  180. package/dist/Components/NcInputField.mjs +10 -9
  181. package/dist/Components/NcInputField.mjs.map +1 -1
  182. package/dist/Components/NcListItem.cjs +3 -237
  183. package/dist/Components/NcListItem.cjs.map +1 -1
  184. package/dist/Components/NcListItem.mjs +2 -241
  185. package/dist/Components/NcListItem.mjs.map +1 -1
  186. package/dist/Components/NcListItemIcon.cjs +3 -160
  187. package/dist/Components/NcListItemIcon.cjs.map +1 -1
  188. package/dist/Components/NcListItemIcon.mjs +2 -162
  189. package/dist/Components/NcListItemIcon.mjs.map +1 -1
  190. package/dist/Components/NcLoadingIcon.cjs +9 -10
  191. package/dist/Components/NcLoadingIcon.cjs.map +1 -1
  192. package/dist/Components/NcLoadingIcon.mjs +10 -10
  193. package/dist/Components/NcModal.cjs +61 -49
  194. package/dist/Components/NcModal.cjs.map +1 -1
  195. package/dist/Components/NcModal.mjs +79 -68
  196. package/dist/Components/NcModal.mjs.map +1 -1
  197. package/dist/Components/NcNoteCard.cjs +8 -9
  198. package/dist/Components/NcNoteCard.cjs.map +1 -1
  199. package/dist/Components/NcNoteCard.mjs +8 -9
  200. package/dist/Components/NcNoteCard.mjs.map +1 -1
  201. package/dist/Components/NcPasswordField.cjs +2 -226
  202. package/dist/Components/NcPasswordField.cjs.map +1 -1
  203. package/dist/Components/NcPasswordField.mjs +2 -234
  204. package/dist/Components/NcPasswordField.mjs.map +1 -1
  205. package/dist/Components/NcPopover.cjs +3 -125
  206. package/dist/Components/NcPopover.cjs.map +1 -1
  207. package/dist/Components/NcPopover.mjs +2 -128
  208. package/dist/Components/NcPopover.mjs.map +1 -1
  209. package/dist/Components/NcProgressBar.cjs +3 -57
  210. package/dist/Components/NcProgressBar.cjs.map +1 -1
  211. package/dist/Components/NcProgressBar.mjs +2 -57
  212. package/dist/Components/NcProgressBar.mjs.map +1 -1
  213. package/dist/Components/NcRelatedResourcesPanel.cjs +3 -201
  214. package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
  215. package/dist/Components/NcRelatedResourcesPanel.mjs +2 -205
  216. package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
  217. package/dist/Components/NcRichContenteditable.cjs +5 -481
  218. package/dist/Components/NcRichContenteditable.cjs.map +1 -1
  219. package/dist/Components/NcRichContenteditable.mjs +5 -489
  220. package/dist/Components/NcRichContenteditable.mjs.map +1 -1
  221. package/dist/Components/NcRichText.cjs +1 -1
  222. package/dist/Components/NcRichText.mjs +3 -3
  223. package/dist/Components/NcSavingIndicatorIcon.cjs +2 -58
  224. package/dist/Components/NcSavingIndicatorIcon.cjs.map +1 -1
  225. package/dist/Components/NcSavingIndicatorIcon.mjs +2 -60
  226. package/dist/Components/NcSavingIndicatorIcon.mjs.map +1 -1
  227. package/dist/Components/NcSelect.cjs +3 -434
  228. package/dist/Components/NcSelect.cjs.map +1 -1
  229. package/dist/Components/NcSelect.mjs +2 -444
  230. package/dist/Components/NcSelect.mjs.map +1 -1
  231. package/dist/Components/NcSelectTags.cjs +2 -258
  232. package/dist/Components/NcSelectTags.cjs.map +1 -1
  233. package/dist/Components/NcSelectTags.mjs +2 -263
  234. package/dist/Components/NcSelectTags.mjs.map +1 -1
  235. package/dist/Components/NcSettingsInputText.cjs +3 -90
  236. package/dist/Components/NcSettingsInputText.cjs.map +1 -1
  237. package/dist/Components/NcSettingsInputText.mjs +2 -92
  238. package/dist/Components/NcSettingsInputText.mjs.map +1 -1
  239. package/dist/Components/NcSettingsSection.cjs +3 -94
  240. package/dist/Components/NcSettingsSection.cjs.map +1 -1
  241. package/dist/Components/NcSettingsSection.mjs +2 -96
  242. package/dist/Components/NcSettingsSection.mjs.map +1 -1
  243. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  244. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  245. package/dist/Components/NcTextArea.cjs +3 -4
  246. package/dist/Components/NcTextArea.cjs.map +1 -1
  247. package/dist/Components/NcTextArea.mjs +6 -6
  248. package/dist/Components/NcTextArea.mjs.map +1 -1
  249. package/dist/Components/NcTextField.cjs +2 -137
  250. package/dist/Components/NcTextField.cjs.map +1 -1
  251. package/dist/Components/NcTextField.mjs +2 -142
  252. package/dist/Components/NcTextField.mjs.map +1 -1
  253. package/dist/Components/NcTimezonePicker.cjs +2 -7196
  254. package/dist/Components/NcTimezonePicker.cjs.map +1 -1
  255. package/dist/Components/NcTimezonePicker.mjs +1 -7200
  256. package/dist/Components/NcTimezonePicker.mjs.map +1 -1
  257. package/dist/Components/NcUserBubble.cjs +3 -193
  258. package/dist/Components/NcUserBubble.cjs.map +1 -1
  259. package/dist/Components/NcUserBubble.mjs +2 -197
  260. package/dist/Components/NcUserBubble.mjs.map +1 -1
  261. package/dist/Components/NcUserStatusIcon.cjs +3 -0
  262. package/dist/Components/NcUserStatusIcon.cjs.map +1 -0
  263. package/dist/Components/NcUserStatusIcon.mjs +4 -0
  264. package/dist/Components/NcUserStatusIcon.mjs.map +1 -0
  265. package/dist/Components/NcVNodes.cjs +10 -11
  266. package/dist/Components/NcVNodes.cjs.map +1 -1
  267. package/dist/Components/NcVNodes.mjs +11 -12
  268. package/dist/Components/NcVNodes.mjs.map +1 -1
  269. package/dist/Composables/useIsMobile.cjs +13 -8
  270. package/dist/Composables/useIsMobile.cjs.map +1 -1
  271. package/dist/Composables/useIsMobile.mjs +15 -10
  272. package/dist/Composables/useIsMobile.mjs.map +1 -1
  273. package/dist/Directives/Linkify.cjs +4 -5
  274. package/dist/Directives/Linkify.cjs.map +1 -1
  275. package/dist/Directives/Linkify.mjs +5 -6
  276. package/dist/Directives/Linkify.mjs.map +1 -1
  277. package/dist/Directives/Tooltip.cjs +1 -1
  278. package/dist/Directives/Tooltip.mjs +3 -3
  279. package/dist/Functions/usernameToColor.cjs +2 -38
  280. package/dist/Functions/usernameToColor.cjs.map +1 -1
  281. package/dist/Functions/usernameToColor.mjs +2 -39
  282. package/dist/Functions/usernameToColor.mjs.map +1 -1
  283. package/dist/Mixins/richEditor.cjs +2 -2
  284. package/dist/Mixins/richEditor.mjs +2 -2
  285. package/dist/assets/{index-7868494b.css → NcActionButton-YVkNHN_x.css} +17 -16
  286. package/dist/assets/{index-5fa0ac5a.css → NcActionButtonGroup-oXobVIqQ.css} +14 -0
  287. package/dist/assets/{index-e0e6bab6.css → NcActionCheckbox-6Pvlr1E7.css} +1 -1
  288. package/dist/assets/{index-9020d9ca.css → NcActionInput-4zSvDkWm.css} +67 -67
  289. package/dist/assets/{index-4ba699a1.css → NcActionLink-zdzQgwtH.css} +1 -1
  290. package/dist/assets/{index-542cf50a.css → NcActionRadio-eOr9Sp-D.css} +1 -1
  291. package/dist/assets/{index-7fac55ed.css → NcActionRouter-MFTD6tYI.css} +1 -1
  292. package/dist/assets/{index-00012a4c.css → NcActionText-GJYwsw_U.css} +1 -1
  293. package/dist/assets/{index-93ad846c.css → NcActionTextEditable-JrYuWEDd.css} +1 -1
  294. package/dist/assets/{index-b0a8a48c.css → NcActions-nAi2TA1m.css} +16 -11
  295. package/dist/assets/{index-4596132f.css → NcAppContent-SZz3PTd8.css} +0 -1
  296. package/dist/assets/{index-5784183b.css → NcAppNavigation-vjqOL-kR.css} +8 -8
  297. package/dist/assets/{index-f72cef5d.css → NcAppNavigationCaption-l5yRGXZx.css} +6 -5
  298. package/dist/assets/{index-5e4bf286.css → NcAppNavigationItem-n-wauJE7.css} +43 -41
  299. package/dist/assets/{index-93bc89ef.css → NcAppNavigationNewItem-MQBvffq9.css} +14 -12
  300. package/dist/assets/{index-34dfc54e.css → NcAppNavigationSettings-Jx_6RpSn.css} +13 -13
  301. package/dist/assets/{NcAppNavigationToggle-2bc73ee8.css → NcAppNavigationToggle-upUgYNtL.css} +4 -2
  302. package/dist/assets/{index-810b8984.css → NcAppSettingsDialog-8K8FduDk.css} +11 -11
  303. package/dist/assets/{index-3d1ccc15.css → NcAppSidebar-iU8Zp4Qk.css} +45 -45
  304. package/dist/assets/NcAvatar-Vg6Mi1TD.css +144 -0
  305. package/dist/assets/{index-b991895f.css → NcBreadcrumb-M3hqCbqS.css} +26 -33
  306. package/dist/assets/{index-4611417f.css → NcBreadcrumbs-KBV0Jccv.css} +7 -8
  307. package/dist/assets/{index-f091e784.css → NcButton-DTnreNJ5.css} +43 -43
  308. package/dist/assets/{index-e6a91529.css → NcCheckboxRadioSwitch-IKpLtz9k.css} +50 -47
  309. package/dist/assets/{index-7157aefa.css → NcColorPicker-CNX9fj56.css} +24 -24
  310. package/dist/assets/{index-a9e4fe04.css → NcContent-LWR23l9i.css} +42 -4
  311. package/dist/assets/{index-50dc154e.css → NcDateTimePicker-J_kGHwdu.css} +20 -20
  312. package/dist/assets/NcDateTimePickerNative-2pQS5L0H.css +46 -0
  313. package/dist/assets/{index-9941f384.css → NcDialog-2V180xdm.css} +13 -13
  314. package/dist/assets/{index-2a8e4ca1.css → NcEmojiPicker-lBXbC6Jd.css} +36 -26
  315. package/dist/assets/{index-3764a447.css → NcHeaderMenu-P0OkK9WN.css} +18 -25
  316. package/dist/assets/{index-2d4de2fc.css → NcIconSvgWrapper-arqrq5Bj.css} +13 -7
  317. package/dist/assets/{index-2a1ec06b.css → NcInputField-Y-Qp3D_b.css} +40 -40
  318. package/dist/assets/{index-4e03d941.css → NcListItem-xcW2PRrk.css} +49 -48
  319. package/dist/assets/{index-73ded07b.css → NcModal-QzDLeQrW.css} +63 -63
  320. package/dist/assets/{index-61b63a8f.css → NcProgressBar-w4-G5gQR.css} +19 -9
  321. package/dist/assets/{index-ab715d82.css → NcRelatedResourcesPanel-m3uf_nvH.css} +4 -4
  322. package/dist/assets/{index-ffa6d11c.css → NcRichContenteditable-xiQ4y2Z6.css} +64 -31
  323. package/dist/assets/{index-f9bfa317.css → NcSelect-GsLmwj9w.css} +13 -2
  324. package/dist/assets/{index-76a58945.css → NcSettingsSection-PEWm0eeL.css} +13 -13
  325. package/dist/assets/{NcSettingsSelectGroup-6ddb63a6.css → NcSettingsSelectGroup-_Jpb8yE3.css} +2 -2
  326. package/dist/assets/{index-30ca9574.css → NcTextArea-K-KVPiMp.css} +27 -40
  327. package/dist/assets/{index-c221fe05.css → NcUserBubble-jjzI5imn.css} +9 -9
  328. package/dist/assets/{index-57b305d3.css → NcUserStatusIcon-62u43_6P.css} +7 -10
  329. package/dist/assets/{referencePickerModal-3a127978.css → referencePickerModal-VxSowpb5.css} +84 -57
  330. package/dist/chunks/{AlertCircleOutline-7085c10f.cjs → AlertCircleOutline-VgVvRWpm.cjs} +1 -1
  331. package/dist/chunks/{AlertCircleOutline-7085c10f.cjs.map → AlertCircleOutline-VgVvRWpm.cjs.map} +1 -1
  332. package/dist/chunks/{AlertCircleOutline-b73838e0.mjs → AlertCircleOutline-lwSRucNO.mjs} +1 -1
  333. package/dist/chunks/{AlertCircleOutline-b73838e0.mjs.map → AlertCircleOutline-lwSRucNO.mjs.map} +1 -1
  334. package/dist/chunks/{ArrowLeft-2f9b9323.cjs → ArrowLeft-3KC2k3tR.cjs} +1 -1
  335. package/dist/chunks/{ArrowLeft-2f9b9323.cjs.map → ArrowLeft-3KC2k3tR.cjs.map} +1 -1
  336. package/dist/chunks/{ArrowLeft-3779ba88.mjs → ArrowLeft-buaCjhfr.mjs} +1 -1
  337. package/dist/chunks/{ArrowLeft-3779ba88.mjs.map → ArrowLeft-buaCjhfr.mjs.map} +1 -1
  338. package/dist/chunks/{ArrowRight-74a9fcb2.mjs → ArrowRight-4p6gv-9o.mjs} +1 -1
  339. package/dist/chunks/{ArrowRight-74a9fcb2.mjs.map → ArrowRight-4p6gv-9o.mjs.map} +1 -1
  340. package/dist/chunks/{ArrowRight-7315f6c1.cjs → ArrowRight-uEMed4kl.cjs} +1 -1
  341. package/dist/chunks/{ArrowRight-7315f6c1.cjs.map → ArrowRight-uEMed4kl.cjs.map} +1 -1
  342. package/dist/chunks/{Check-be8cd6af.cjs → Check-5uKO4aXx.cjs} +1 -1
  343. package/dist/chunks/{Check-be8cd6af.cjs.map → Check-5uKO4aXx.cjs.map} +1 -1
  344. package/dist/chunks/{Check-2ea0a88a.mjs → Check-FObi_cEO.mjs} +1 -1
  345. package/dist/chunks/{Check-2ea0a88a.mjs.map → Check-FObi_cEO.mjs.map} +1 -1
  346. package/dist/chunks/{ChevronDown-a72d365d.mjs → ChevronDown-TbRvziNU.mjs} +1 -1
  347. package/dist/chunks/{ChevronDown-a72d365d.mjs.map → ChevronDown-TbRvziNU.mjs.map} +1 -1
  348. package/dist/chunks/{ChevronDown-dc32e51d.cjs → ChevronDown-rdCNNu7u.cjs} +1 -1
  349. package/dist/chunks/{ChevronDown-dc32e51d.cjs.map → ChevronDown-rdCNNu7u.cjs.map} +1 -1
  350. package/dist/chunks/{ChevronRight-1a6a6cf2.mjs → ChevronRight-XOmSMmxA.mjs} +1 -1
  351. package/dist/chunks/{ChevronRight-1a6a6cf2.mjs.map → ChevronRight-XOmSMmxA.mjs.map} +1 -1
  352. package/dist/chunks/{ChevronRight-a4c1e0d3.cjs → ChevronRight-bp7fT1r7.cjs} +1 -1
  353. package/dist/chunks/{ChevronRight-a4c1e0d3.cjs.map → ChevronRight-bp7fT1r7.cjs.map} +1 -1
  354. package/dist/chunks/{Close-271f72e2.mjs → Close-5Hzp7J3v.mjs} +1 -1
  355. package/dist/chunks/{Close-271f72e2.mjs.map → Close-5Hzp7J3v.mjs.map} +1 -1
  356. package/dist/chunks/{Close-98cb6f12.cjs → Close-QFLrdRdG.cjs} +1 -1
  357. package/dist/chunks/{Close-98cb6f12.cjs.map → Close-QFLrdRdG.cjs.map} +1 -1
  358. package/dist/chunks/{DotsHorizontal-0ee7d901.mjs → DotsHorizontal-NssXDZGM.mjs} +1 -1
  359. package/dist/chunks/{DotsHorizontal-0ee7d901.mjs.map → DotsHorizontal-NssXDZGM.mjs.map} +1 -1
  360. package/dist/chunks/{DotsHorizontal-ac96129a.cjs → DotsHorizontal-dlN1WvqM.cjs} +1 -1
  361. package/dist/chunks/{DotsHorizontal-ac96129a.cjs.map → DotsHorizontal-dlN1WvqM.cjs.map} +1 -1
  362. package/dist/chunks/GenColors-6mrcK1J2.cjs +141 -0
  363. package/dist/chunks/GenColors-6mrcK1J2.cjs.map +1 -0
  364. package/dist/chunks/GenColors-ZwEj275X.mjs +142 -0
  365. package/dist/chunks/GenColors-ZwEj275X.mjs.map +1 -0
  366. package/dist/chunks/{GenRandomId-c214d235.cjs.map → GenRandomId-ULxaMkkr.cjs.map} +1 -1
  367. package/dist/chunks/{GenRandomId-cb9ccebe.mjs.map → GenRandomId-VodkdWbp.mjs.map} +1 -1
  368. package/dist/chunks/{Linkify-39f20c9a.mjs.map → Linkify-V7PfCeZ8.mjs.map} +1 -1
  369. package/dist/chunks/{Linkify-40cdd635.cjs.map → Linkify-f3s3nAe_.cjs.map} +1 -1
  370. package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs +50 -0
  371. package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs.map +1 -0
  372. package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs +45 -0
  373. package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs.map +1 -0
  374. package/dist/chunks/NcActionInput-bLRYLx45.cjs +234 -0
  375. package/dist/chunks/NcActionInput-bLRYLx45.cjs.map +1 -0
  376. package/dist/chunks/NcActionInput-v8cC8WD4.mjs +244 -0
  377. package/dist/chunks/NcActionInput-v8cC8WD4.mjs.map +1 -0
  378. package/dist/chunks/NcActions-7ytNFRBJ.cjs +493 -0
  379. package/dist/chunks/NcActions-7ytNFRBJ.cjs.map +1 -0
  380. package/dist/chunks/NcActions-CNDgnRLf.mjs +501 -0
  381. package/dist/chunks/NcActions-CNDgnRLf.mjs.map +1 -0
  382. package/dist/chunks/NcAppContent-XBosilQH.mjs +231 -0
  383. package/dist/chunks/NcAppContent-XBosilQH.mjs.map +1 -0
  384. package/dist/chunks/NcAppContent-f3dNUfhO.cjs +221 -0
  385. package/dist/chunks/NcAppContent-f3dNUfhO.cjs.map +1 -0
  386. package/dist/chunks/NcAppNavigation-oke9RxP6.cjs +113 -0
  387. package/dist/chunks/NcAppNavigation-oke9RxP6.cjs.map +1 -0
  388. package/dist/chunks/NcAppNavigation-qUXaV47L.mjs +122 -0
  389. package/dist/chunks/NcAppNavigation-qUXaV47L.mjs.map +1 -0
  390. package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs +47 -0
  391. package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs.map +1 -0
  392. package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs +43 -0
  393. package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs.map +1 -0
  394. package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs +508 -0
  395. package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs.map +1 -0
  396. package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs +496 -0
  397. package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs.map +1 -0
  398. package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs +86 -0
  399. package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs.map +1 -0
  400. package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs +91 -0
  401. package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs.map +1 -0
  402. package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs +102 -0
  403. package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs.map +1 -0
  404. package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs +105 -0
  405. package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs.map +1 -0
  406. package/dist/chunks/{NcAppNavigationToggle-f5591773.mjs → NcAppNavigationToggle-S4YTmnky.mjs} +30 -30
  407. package/dist/chunks/{NcAppNavigationToggle-6a975868.cjs.map → NcAppNavigationToggle-S4YTmnky.mjs.map} +1 -1
  408. package/dist/chunks/NcAppNavigationToggle-Tvz9copM.cjs +109 -0
  409. package/dist/chunks/{NcAppNavigationToggle-f5591773.mjs.map → NcAppNavigationToggle-Tvz9copM.cjs.map} +1 -1
  410. package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs +184 -0
  411. package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs.map +1 -0
  412. package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs +176 -0
  413. package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs.map +1 -0
  414. package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs +547 -0
  415. package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs.map +1 -0
  416. package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs +565 -0
  417. package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs.map +1 -0
  418. package/dist/chunks/{index-efb07851.mjs → NcAvatar-1gX-bnpd.mjs} +68 -93
  419. package/dist/chunks/NcAvatar-1gX-bnpd.mjs.map +1 -0
  420. package/dist/chunks/{index-32c8b581.cjs → NcAvatar-8NgbtiTN.cjs} +40 -66
  421. package/dist/chunks/NcAvatar-8NgbtiTN.cjs.map +1 -0
  422. package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs +172 -0
  423. package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs.map +1 -0
  424. package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs +179 -0
  425. package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs.map +1 -0
  426. package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs +407 -0
  427. package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs.map +1 -0
  428. package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs +418 -0
  429. package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs.map +1 -0
  430. package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs +607 -0
  431. package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs.map +1 -0
  432. package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs +603 -0
  433. package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs.map +1 -0
  434. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs +3 -0
  435. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs.map +1 -0
  436. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs +3 -0
  437. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs.map +1 -0
  438. package/dist/chunks/NcColorPicker-4qA0UWdA.cjs +161 -0
  439. package/dist/chunks/NcColorPicker-4qA0UWdA.cjs.map +1 -0
  440. package/dist/chunks/NcColorPicker-aNJDKf-I.mjs +172 -0
  441. package/dist/chunks/NcColorPicker-aNJDKf-I.mjs.map +1 -0
  442. package/dist/chunks/NcContent-V1PRVhsU.mjs +131 -0
  443. package/dist/chunks/NcContent-V1PRVhsU.mjs.map +1 -0
  444. package/dist/chunks/NcContent-x5KPSopo.cjs +123 -0
  445. package/dist/chunks/NcContent-x5KPSopo.cjs.map +1 -0
  446. package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs +141 -0
  447. package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs.map +1 -0
  448. package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs +134 -0
  449. package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs.map +1 -0
  450. package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs +143 -0
  451. package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs.map +1 -0
  452. package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs +137 -0
  453. package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs.map +1 -0
  454. package/dist/chunks/NcDateTime-22ULCxg8.mjs +146 -0
  455. package/dist/chunks/NcDateTime-22ULCxg8.mjs.map +1 -0
  456. package/dist/chunks/NcDateTime-eHTrKYG4.cjs +142 -0
  457. package/dist/chunks/NcDateTime-eHTrKYG4.cjs.map +1 -0
  458. package/dist/chunks/NcDialog-KlvRL7k1.cjs +209 -0
  459. package/dist/chunks/NcDialog-KlvRL7k1.cjs.map +1 -0
  460. package/dist/chunks/NcDialog-b2LjzZB8.mjs +217 -0
  461. package/dist/chunks/NcDialog-b2LjzZB8.mjs.map +1 -0
  462. package/dist/chunks/NcDialogButton-37xKCh_l.cjs +68 -0
  463. package/dist/chunks/NcDialogButton-37xKCh_l.cjs.map +1 -0
  464. package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs +73 -0
  465. package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs.map +1 -0
  466. package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs +249 -0
  467. package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs.map +1 -0
  468. package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs +238 -0
  469. package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs.map +1 -0
  470. package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs +183 -0
  471. package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs.map +1 -0
  472. package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs +190 -0
  473. package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs.map +1 -0
  474. package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs +85 -0
  475. package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs.map +1 -0
  476. package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs +80 -0
  477. package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs.map +1 -0
  478. package/dist/chunks/NcInputConfirmCancel-YzEcukdc.cjs +91 -0
  479. package/dist/chunks/{NcInputConfirmCancel-790f5902.cjs.map → NcInputConfirmCancel-YzEcukdc.cjs.map} +1 -1
  480. package/dist/chunks/{NcInputConfirmCancel-7837eb4d.mjs → NcInputConfirmCancel-lUDtoN2O.mjs} +15 -14
  481. package/dist/chunks/{NcInputConfirmCancel-7837eb4d.mjs.map → NcInputConfirmCancel-lUDtoN2O.mjs.map} +1 -1
  482. package/dist/chunks/NcListItem-AZpInn_s.mjs +248 -0
  483. package/dist/chunks/NcListItem-AZpInn_s.mjs.map +1 -0
  484. package/dist/chunks/NcListItem-bBx6_yWw.cjs +242 -0
  485. package/dist/chunks/NcListItem-bBx6_yWw.cjs.map +1 -0
  486. package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs +164 -0
  487. package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs.map +1 -0
  488. package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs +160 -0
  489. package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs.map +1 -0
  490. package/dist/chunks/NcPasswordField-YvUbX2WS.cjs +229 -0
  491. package/dist/chunks/NcPasswordField-YvUbX2WS.cjs.map +1 -0
  492. package/dist/chunks/NcPasswordField-fNiTJMmG.mjs +238 -0
  493. package/dist/chunks/NcPasswordField-fNiTJMmG.mjs.map +1 -0
  494. package/dist/chunks/NcPopover-EXxv8Pzw.cjs +218 -0
  495. package/dist/chunks/NcPopover-EXxv8Pzw.cjs.map +1 -0
  496. package/dist/chunks/NcPopover-NyUZ2r7V.mjs +225 -0
  497. package/dist/chunks/NcPopover-NyUZ2r7V.mjs.map +1 -0
  498. package/dist/chunks/NcProgressBar-hQCFE5H3.mjs +99 -0
  499. package/dist/chunks/NcProgressBar-hQCFE5H3.mjs.map +1 -0
  500. package/dist/chunks/NcProgressBar-yrdD1jxU.cjs +95 -0
  501. package/dist/chunks/NcProgressBar-yrdD1jxU.cjs.map +1 -0
  502. package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs +199 -0
  503. package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs.map +1 -0
  504. package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs +205 -0
  505. package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs.map +1 -0
  506. package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs +515 -0
  507. package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs.map +1 -0
  508. package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs +504 -0
  509. package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs.map +1 -0
  510. package/dist/chunks/{NcRichText-0db09c78.mjs → NcRichText-7CHftQ4Z.mjs} +125 -81
  511. package/dist/chunks/NcRichText-7CHftQ4Z.mjs.map +1 -0
  512. package/dist/chunks/{NcRichText-0dd96aac.cjs → NcRichText-SPiEkcnt.cjs} +112 -71
  513. package/dist/chunks/NcRichText-SPiEkcnt.cjs.map +1 -0
  514. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs +62 -0
  515. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs.map +1 -0
  516. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs +59 -0
  517. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs.map +1 -0
  518. package/dist/chunks/NcSelect-c9-eF29z.cjs +462 -0
  519. package/dist/chunks/NcSelect-c9-eF29z.cjs.map +1 -0
  520. package/dist/chunks/NcSelect-zx9IspDS.mjs +474 -0
  521. package/dist/chunks/NcSelect-zx9IspDS.mjs.map +1 -0
  522. package/dist/chunks/NcSelectTags-WGdCwmRr.mjs +267 -0
  523. package/dist/chunks/NcSelectTags-WGdCwmRr.mjs.map +1 -0
  524. package/dist/chunks/NcSelectTags-doFIXNxC.cjs +261 -0
  525. package/dist/chunks/NcSelectTags-doFIXNxC.cjs.map +1 -0
  526. package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs +95 -0
  527. package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs.map +1 -0
  528. package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs +91 -0
  529. package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs.map +1 -0
  530. package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs +95 -0
  531. package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs.map +1 -0
  532. package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs +98 -0
  533. package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs.map +1 -0
  534. package/dist/chunks/{NcSettingsSelectGroup-cdd84895.mjs → NcSettingsSelectGroup-Ghgl6Y_d.mjs} +20 -20
  535. package/dist/chunks/NcSettingsSelectGroup-Ghgl6Y_d.mjs.map +1 -0
  536. package/dist/chunks/{NcSettingsSelectGroup-532ba813.cjs → NcSettingsSelectGroup-NhJyFPsw.cjs} +16 -15
  537. package/dist/chunks/NcSettingsSelectGroup-NhJyFPsw.cjs.map +1 -0
  538. package/dist/chunks/NcTextField-8ap5MAGr.cjs +140 -0
  539. package/dist/chunks/NcTextField-8ap5MAGr.cjs.map +1 -0
  540. package/dist/chunks/NcTextField-tIJ3fJ37.mjs +146 -0
  541. package/dist/chunks/NcTextField-tIJ3fJ37.mjs.map +1 -0
  542. package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs +7205 -0
  543. package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs.map +1 -0
  544. package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs +7199 -0
  545. package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs.map +1 -0
  546. package/dist/chunks/NcUserBubble-hfgJXqk2.cjs +191 -0
  547. package/dist/chunks/NcUserBubble-hfgJXqk2.cjs.map +1 -0
  548. package/dist/chunks/NcUserBubble-s30BQXdv.mjs +197 -0
  549. package/dist/chunks/NcUserBubble-s30BQXdv.mjs.map +1 -0
  550. package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs +174 -0
  551. package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs.map +1 -0
  552. package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs +166 -0
  553. package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs.map +1 -0
  554. package/dist/chunks/{ScopeComponent-ac5265f5.mjs → ScopeComponent-9XNLQCuu.mjs} +1 -1
  555. package/dist/chunks/{ScopeComponent-ac5265f5.mjs.map → ScopeComponent-9XNLQCuu.mjs.map} +1 -1
  556. package/dist/chunks/{ScopeComponent-92144d97.cjs → ScopeComponent-_Cg8ogL-.cjs} +1 -1
  557. package/dist/chunks/{ScopeComponent-92144d97.cjs.map → ScopeComponent-_Cg8ogL-.cjs.map} +1 -1
  558. package/dist/chunks/_l10n-juAR1Sua.cjs +64 -0
  559. package/dist/chunks/_l10n-juAR1Sua.cjs.map +1 -0
  560. package/dist/chunks/_l10n-tZEKUJRj.mjs +66 -0
  561. package/dist/chunks/_l10n-tZEKUJRj.mjs.map +1 -0
  562. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +1 -0
  563. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +1 -0
  564. package/dist/chunks/{actionGlobal-9e29e11b.cjs → actionGlobal-_f-PhW84.cjs} +3 -7
  565. package/dist/chunks/actionGlobal-_f-PhW84.cjs.map +1 -0
  566. package/dist/chunks/{actionGlobal-8c1c28c9.mjs → actionGlobal-ejpd0zqm.mjs} +3 -7
  567. package/dist/chunks/actionGlobal-ejpd0zqm.mjs.map +1 -0
  568. package/dist/chunks/{actionText-60ff01d1.mjs → actionText-AoAs4kqP.mjs} +8 -4
  569. package/dist/chunks/{actionText-60ff01d1.mjs.map → actionText-AoAs4kqP.mjs.map} +1 -1
  570. package/dist/chunks/{actionText-9582810f.cjs → actionText-pGrMQtZ3.cjs} +10 -6
  571. package/dist/chunks/{actionText-9582810f.cjs.map → actionText-pGrMQtZ3.cjs.map} +1 -1
  572. package/dist/chunks/emoji-mJIuLpNR.cjs +58 -0
  573. package/dist/chunks/emoji-mJIuLpNR.cjs.map +1 -0
  574. package/dist/chunks/emoji-tllD0Rvt.mjs +61 -0
  575. package/dist/chunks/emoji-tllD0Rvt.mjs.map +1 -0
  576. package/dist/chunks/{focusTrap-5d0f71d4.mjs.map → focusTrap-Py2bQ9-r.mjs.map} +1 -1
  577. package/dist/chunks/{focusTrap-14985831.cjs.map → focusTrap-n3H52LOw.cjs.map} +1 -1
  578. package/dist/chunks/{index-20a9ace9.mjs → index-2phCrsSH.mjs} +1 -1
  579. package/dist/chunks/{index-20a9ace9.mjs.map → index-2phCrsSH.mjs.map} +1 -1
  580. package/dist/chunks/{index-4398f925.cjs → index-AX_b-FPF.cjs} +2 -1
  581. package/dist/chunks/{index-4398f925.cjs.map → index-AX_b-FPF.cjs.map} +1 -1
  582. package/dist/chunks/{index-e894376a.cjs → index-FO4BaGaF.cjs} +1 -1
  583. package/dist/chunks/{index-e894376a.cjs.map → index-FO4BaGaF.cjs.map} +1 -1
  584. package/dist/chunks/{index-5f2a5f57.mjs → index-KrMGGc7j.mjs} +3 -2
  585. package/dist/chunks/{index-5f2a5f57.mjs.map → index-KrMGGc7j.mjs.map} +1 -1
  586. package/dist/chunks/{logger-3612e664.mjs.map → logger-3m1eQsSo.mjs.map} +1 -1
  587. package/dist/chunks/{logger-4998b668.cjs.map → logger-G6OKp5ly.cjs.map} +1 -1
  588. package/dist/chunks/{referencePickerModal-ded8273d.mjs → referencePickerModal-jbqYHMmd.mjs} +202 -214
  589. package/dist/chunks/{referencePickerModal-ded8273d.mjs.map → referencePickerModal-jbqYHMmd.mjs.map} +1 -1
  590. package/dist/chunks/{referencePickerModal-90dac0d0.cjs → referencePickerModal-rHOAeK-a.cjs} +171 -183
  591. package/dist/chunks/{referencePickerModal-90dac0d0.cjs.map → referencePickerModal-rHOAeK-a.cjs.map} +1 -1
  592. package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs +39 -0
  593. package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs.map +1 -0
  594. package/dist/chunks/usernameToColor-pYptUj7i.mjs +41 -0
  595. package/dist/chunks/usernameToColor-pYptUj7i.mjs.map +1 -0
  596. package/dist/functions/emoji/emoji.d.ts +50 -0
  597. package/dist/{Functions/emoji.mjs → functions/emoji/index.d.ts} +1 -16
  598. package/dist/index.cjs +170 -164
  599. package/dist/index.cjs.map +1 -1
  600. package/dist/index.mjs +169 -160
  601. package/dist/index.mjs.map +1 -1
  602. package/dist/utils/UserStatus.d.ts +24 -0
  603. package/package.json +14 -6
  604. package/dist/Functions/emoji.cjs +0 -36
  605. package/dist/Functions/emoji.cjs.map +0 -1
  606. package/dist/Functions/emoji.mjs.map +0 -1
  607. package/dist/assets/index-2e5e3b55.css +0 -151
  608. package/dist/chunks/GenColors-12ec1caa.mjs +0 -56
  609. package/dist/chunks/GenColors-12ec1caa.mjs.map +0 -1
  610. package/dist/chunks/GenColors-a8d54566.cjs +0 -55
  611. package/dist/chunks/GenColors-a8d54566.cjs.map +0 -1
  612. package/dist/chunks/NcAppNavigationToggle-6a975868.cjs +0 -108
  613. package/dist/chunks/NcInputConfirmCancel-790f5902.cjs +0 -90
  614. package/dist/chunks/NcRichText-0db09c78.mjs.map +0 -1
  615. package/dist/chunks/NcRichText-0dd96aac.cjs.map +0 -1
  616. package/dist/chunks/NcSettingsSelectGroup-532ba813.cjs.map +0 -1
  617. package/dist/chunks/NcSettingsSelectGroup-cdd84895.mjs.map +0 -1
  618. package/dist/chunks/_plugin-vue2_normalizer-71e2aa87.mjs.map +0 -1
  619. package/dist/chunks/_plugin-vue2_normalizer-7f9efb60.cjs.map +0 -1
  620. package/dist/chunks/actionGlobal-8c1c28c9.mjs.map +0 -1
  621. package/dist/chunks/actionGlobal-9e29e11b.cjs.map +0 -1
  622. package/dist/chunks/index-32c8b581.cjs.map +0 -1
  623. package/dist/chunks/index-efb07851.mjs.map +0 -1
  624. package/dist/chunks/l10n-070da9ad.cjs +0 -29
  625. package/dist/chunks/l10n-070da9ad.cjs.map +0 -1
  626. package/dist/chunks/l10n-1b905a9a.mjs +0 -31
  627. package/dist/chunks/l10n-1b905a9a.mjs.map +0 -1
  628. package/dist/chunks/l10n-38626490.cjs +0 -8
  629. package/dist/chunks/l10n-38626490.cjs.map +0 -1
  630. package/dist/chunks/l10n-6cfc1200.mjs +0 -10
  631. package/dist/chunks/l10n-6cfc1200.mjs.map +0 -1
  632. /package/dist/assets/{index-418d4e87.css → NcActionCaption-afJqyJO6.css} +0 -0
  633. /package/dist/assets/{index-018895f7.css → NcActionSeparator-l98xWbiL.css} +0 -0
  634. /package/dist/assets/{index-fc61f2d8.css → NcAppNavigationIconBullet-Nf3ARMLv.css} +0 -0
  635. /package/dist/assets/{index-0ac09203.css → NcAppNavigationNew-joyd78FM.css} +0 -0
  636. /package/dist/assets/{index-76dd9f11.css → NcAppNavigationSpacer-MfL8GeCN.css} +0 -0
  637. /package/dist/assets/{index-1f25a3c0.css → NcAppSettingsSection-ahfdhix_.css} +0 -0
  638. /package/dist/assets/{index-77a548be.css → NcAppSidebarTab-Phau6edJ.css} +0 -0
  639. /package/dist/assets/{index-17673ea1.css → NcCounterBubble-rgkmqN46.css} +0 -0
  640. /package/dist/assets/{index-6416f636.css → NcDashboardWidget-01deRW9Z.css} +0 -0
  641. /package/dist/assets/{index-e7eadba7.css → NcDashboardWidgetItem-S7fELANA.css} +0 -0
  642. /package/dist/assets/{index-a2b51bce.css → NcEllipsisedOption-eoI10kvc.css} +0 -0
  643. /package/dist/assets/{index-c239a2fc.css → NcEmptyContent-pSz7F6Oe.css} +0 -0
  644. /package/dist/assets/{index-8aa4712e.css → NcGuestContent-mGGTzI2_.css} +0 -0
  645. /package/dist/assets/{NcInputConfirmCancel-45d1d76b.css → NcInputConfirmCancel-ks8z8dIn.css} +0 -0
  646. /package/dist/assets/{index-6f721577.css → NcListItemIcon-PQ2s6ZqX.css} +0 -0
  647. /package/dist/assets/{index-b8f13a1f.css → NcLoadingIcon-hZn7TJM8.css} +0 -0
  648. /package/dist/assets/{NcMentionBubble-6e887c5f.css → NcMentionBubble-2OXF_uEJ.css} +0 -0
  649. /package/dist/assets/{index-400b48a6.css → NcNoteCard-OTfZqVvP.css} +0 -0
  650. /package/dist/assets/{index-4ebacc78.css → NcPopover-MK4GcuPY.css} +0 -0
  651. /package/dist/assets/{index-6c47e88a.css → NcSettingsInputText-MPi6a3Yy.css} +0 -0
  652. /package/dist/assets/{index-d211cae8.css → Tooltip-wOLIuz0Q.css} +0 -0
  653. /package/dist/chunks/{GenRandomId-c214d235.cjs → GenRandomId-ULxaMkkr.cjs} +0 -0
  654. /package/dist/chunks/{GenRandomId-cb9ccebe.mjs → GenRandomId-VodkdWbp.mjs} +0 -0
  655. /package/dist/chunks/{Linkify-39f20c9a.mjs → Linkify-V7PfCeZ8.mjs} +0 -0
  656. /package/dist/chunks/{Linkify-40cdd635.cjs → Linkify-f3s3nAe_.cjs} +0 -0
  657. /package/dist/chunks/{_plugin-vue2_normalizer-7f9efb60.cjs → _plugin-vue2_normalizer-DCfUPqga.cjs} +0 -0
  658. /package/dist/chunks/{_plugin-vue2_normalizer-71e2aa87.mjs → _plugin-vue2_normalizer-u6G_3nkj.mjs} +0 -0
  659. /package/dist/chunks/{focusTrap-5d0f71d4.mjs → focusTrap-Py2bQ9-r.mjs} +0 -0
  660. /package/dist/chunks/{focusTrap-14985831.cjs → focusTrap-n3H52LOw.cjs} +0 -0
  661. /package/dist/chunks/{logger-3612e664.mjs → logger-3m1eQsSo.mjs} +0 -0
  662. /package/dist/chunks/{logger-4998b668.cjs → logger-G6OKp5ly.cjs} +0 -0
@@ -1,7 +1,7 @@
1
- var Ue = require("../assets/referencePickerModal-3a127978.css");
2
- const c = require("./_plugin-vue2_normalizer-7f9efb60.cjs"), n = require("./l10n-070da9ad.cjs"), j = require("@nextcloud/axios"), w = require("@nextcloud/initial-state"), _ = require("@nextcloud/router"), p = require("../Components/NcEmptyContent.cjs"), b = require("./index-e894376a.cjs"), S = require("../Components/NcSelect.cjs"), A = require("../Components/NcLoadingIcon.cjs"), H = require("../Components/NcTextField.cjs"), U = require("./DotsHorizontal-ac96129a.cjs"), F = require("../Components/NcButton.cjs"), Q = require("../Components/NcModal.cjs"), G = require("@nextcloud/event-bus"), Z = require("./ArrowLeft-2f9b9323.cjs"), J = require("./Close-98cb6f12.cjs"), K = require("vue"), R = (t) => t && t.__esModule ? t : { default: t }, m = /* @__PURE__ */ R(j), X = /* @__PURE__ */ R(K);
1
+ var Fe = require("../assets/referencePickerModal-VxSowpb5.css");
2
+ const o = require("./_plugin-vue2_normalizer-DCfUPqga.cjs"), i = require("./_l10n-juAR1Sua.cjs"), D = require("@nextcloud/axios"), y = require("@nextcloud/initial-state"), h = require("@nextcloud/router"), p = require("../Components/NcEmptyContent.cjs"), w = require("./index-FO4BaGaF.cjs"), b = require("./NcSelect-c9-eF29z.cjs"), j = require("../Components/NcLoadingIcon.cjs"), A = require("./NcTextField-8ap5MAGr.cjs"), F = require("./DotsHorizontal-dlN1WvqM.cjs"), H = require("../Components/NcButton.cjs"), U = require("../Components/NcModal.cjs"), Q = require("@nextcloud/event-bus"), G = require("./ArrowLeft-3KC2k3tR.cjs"), Z = require("./Close-QFLrdRdG.cjs"), J = require("vue"), S = (t) => t && t.__esModule ? t : { default: t }, f = /* @__PURE__ */ S(D), K = /* @__PURE__ */ S(J);
3
3
  window._vue_richtext_widgets || (window._vue_richtext_widgets = {});
4
- const x = (t) => !!window._vue_richtext_widgets[t], N = (t, e, r = (s) => {
4
+ const R = (t) => !!window._vue_richtext_widgets[t], $ = (t, e, r = (s) => {
5
5
  }) => {
6
6
  if (window._vue_richtext_widgets[t]) {
7
7
  console.error("Widget for id " + t + " already registered");
@@ -20,11 +20,11 @@ const x = (t) => !!window._vue_richtext_widgets[t], N = (t, e, r = (s) => {
20
20
  }
21
21
  window._vue_richtext_widgets[e].callback(t, { richObjectType: e, richObject: r, accessible: s });
22
22
  }
23
- }, Y = (t, e) => {
23
+ }, X = (t, e) => {
24
24
  t !== "open-graph" && window._vue_richtext_widgets[t] && window._vue_richtext_widgets[t].onDestroy(e);
25
25
  };
26
- window._registerWidget = N;
27
- const ee = {
26
+ window._registerWidget = $;
27
+ const Y = {
28
28
  name: "NcReferenceWidget",
29
29
  props: {
30
30
  reference: {
@@ -39,7 +39,7 @@ const ee = {
39
39
  },
40
40
  computed: {
41
41
  hasCustomWidget() {
42
- return x(this.reference.richObjectType);
42
+ return R(this.reference.richObjectType);
43
43
  },
44
44
  noAccess() {
45
45
  return this.reference && !this.reference.accessible;
@@ -66,33 +66,32 @@ const ee = {
66
66
  }), this.observer.observe(this.$el);
67
67
  },
68
68
  beforeDestroy() {
69
- this.observer.disconnect(), Y(this.reference.richObjectType, this.$el);
69
+ this.observer.disconnect(), X(this.reference.richObjectType, this.$el);
70
70
  },
71
71
  methods: {
72
72
  renderWidget() {
73
- var t;
74
- this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), ((t = this == null ? void 0 : this.reference) == null ? void 0 : t.richObjectType) !== "open-graph" && this.$nextTick(() => {
73
+ this.$refs.customWidget && (this.$refs.customWidget.innerHTML = ""), this?.reference?.richObjectType !== "open-graph" && this.$nextTick(() => {
75
74
  L(this.$refs.customWidget, this.reference);
76
75
  });
77
76
  }
78
77
  }
79
78
  };
80
- var te = function() {
79
+ var ee = function() {
81
80
  var e = this, r = e._self._c;
82
81
  return r("div", [e.reference && e.hasCustomWidget ? r("div", { staticClass: "widget-custom" }, [r("div", { ref: "customWidget" })]) : !e.noAccess && e.reference && e.reference.openGraphObject && !e.hasCustomWidget ? r("a", { staticClass: "widget-default", attrs: { href: e.reference.openGraphObject.link, rel: "noopener noreferrer", target: "_blank" } }, [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()]);
83
- }, re = [], se = /* @__PURE__ */ c.normalizeComponent(
82
+ }, te = [], re = /* @__PURE__ */ o.normalizeComponent(
83
+ Y,
84
84
  ee,
85
85
  te,
86
- re,
87
86
  !1,
88
87
  null,
89
88
  "b1c5a80f",
90
89
  null,
91
90
  null
92
91
  );
93
- const $ = se.exports;
92
+ const N = re.exports;
94
93
  window._vue_richtext_custom_picker_elements || (window._vue_richtext_custom_picker_elements = {});
95
- class ie {
94
+ class se {
96
95
  /**
97
96
  * @param {HTMLElement} element The HTML element
98
97
  * @param {object} object The object
@@ -101,11 +100,10 @@ class ie {
101
100
  this.element = e, this.object = r;
102
101
  }
103
102
  }
104
- const u = (t) => !!window._vue_richtext_custom_picker_elements[t], ne = (t) => {
105
- var r;
106
- const e = (r = window._vue_richtext_custom_picker_elements[t]) == null ? void 0 : r.size;
103
+ const a = (t) => !!window._vue_richtext_custom_picker_elements[t], ie = (t) => {
104
+ const e = window._vue_richtext_custom_picker_elements[t]?.size;
107
105
  return ["small", "normal", "large", "full"].includes(e) ? e : null;
108
- }, E = (t, e, r = (i) => {
106
+ }, x = (t, e, r = (n) => {
109
107
  }, s = "large") => {
110
108
  if (window._vue_richtext_custom_picker_elements[t]) {
111
109
  console.error("Custom reference picker element for id " + t + " already registered");
@@ -117,17 +115,17 @@ const u = (t) => !!window._vue_richtext_custom_picker_elements[t], ne = (t) => {
117
115
  onDestroy: r,
118
116
  size: s
119
117
  };
120
- }, I = (t, { providerId: e, accessible: r }) => {
118
+ }, E = (t, { providerId: e, accessible: r }) => {
121
119
  if (!window._vue_richtext_custom_picker_elements[e]) {
122
120
  console.error("Custom reference picker element for reference provider ID " + e + " not registered");
123
121
  return;
124
122
  }
125
123
  return window._vue_richtext_custom_picker_elements[e].callback(t, { providerId: e, accessible: r });
126
- }, oe = (t, e, r) => {
124
+ }, ne = (t, e, r) => {
127
125
  window._vue_richtext_custom_picker_elements[t] && window._vue_richtext_custom_picker_elements[t].onDestroy(e, r);
128
126
  };
129
- window._registerCustomPickerElement = E;
130
- const ce = {
127
+ window._registerCustomPickerElement = x;
128
+ const oe = {
131
129
  name: "NcCustomPickerElement",
132
130
  props: {
133
131
  /**
@@ -144,7 +142,7 @@ const ce = {
144
142
  ],
145
143
  data() {
146
144
  return {
147
- isRegistered: u(this.provider.id),
145
+ isRegistered: a(this.provider.id),
148
146
  renderResult: null
149
147
  };
150
148
  },
@@ -152,16 +150,15 @@ const ce = {
152
150
  this.isRegistered && this.renderElement();
153
151
  },
154
152
  beforeDestroy() {
155
- this.isRegistered && oe(this.provider.id, this.$el, this.renderResult);
153
+ this.isRegistered && ne(this.provider.id, this.$el, this.renderResult);
156
154
  },
157
155
  methods: {
158
156
  renderElement() {
159
157
  this.$refs.domElement && (this.$refs.domElement.innerHTML = "");
160
- const t = I(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
158
+ const t = E(this.$refs.domElement, { providerId: this.provider.id, accessible: !1 });
161
159
  Promise.resolve(t).then((e) => {
162
- var r, s;
163
- this.renderResult = e, (r = this.renderResult.object) != null && r._isVue && ((s = this.renderResult.object) != null && s.$on) && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (i) => {
164
- this.onSubmit(i.detail);
160
+ this.renderResult = e, this.renderResult.object?._isVue && this.renderResult.object?.$on && (this.renderResult.object.$on("submit", this.onSubmit), this.renderResult.object.$on("cancel", this.onCancel)), this.renderResult.element.addEventListener("submit", (r) => {
161
+ this.onSubmit(r.detail);
165
162
  }), this.renderResult.element.addEventListener("cancel", this.onCancel);
166
163
  });
167
164
  },
@@ -173,56 +170,58 @@ const ce = {
173
170
  }
174
171
  }
175
172
  };
176
- var le = function() {
173
+ var ce = function() {
177
174
  var e = this, r = e._self._c;
178
175
  return r("div", { ref: "domElement" });
179
- }, ae = [], ue = /* @__PURE__ */ c.normalizeComponent(
176
+ }, le = [], ae = /* @__PURE__ */ o.normalizeComponent(
177
+ oe,
180
178
  ce,
181
179
  le,
182
- ae,
183
180
  !1,
184
181
  null,
185
182
  "cf695ff9",
186
183
  null,
187
184
  null
188
185
  );
189
- const de = ue.exports, f = "any-link", O = {
190
- id: f,
191
- title: n.t("Any link"),
192
- icon_url: _.imagePath("core", "filetypes/link.svg")
186
+ const ue = ae.exports;
187
+ i.register(i.t7);
188
+ const _ = "any-link", I = {
189
+ id: _,
190
+ title: i.t("Any link"),
191
+ icon_url: h.imagePath("core", "filetypes/link.svg")
193
192
  };
194
- window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = w.loadState("core", "reference-provider-list", []));
195
- window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = w.loadState("core", "reference-provider-timestamps", {}));
196
- function q(t) {
197
- return t === f ? O : v().find((e) => e.id === t);
193
+ window._vue_richtext_reference_providers || (window._vue_richtext_reference_providers = y.loadState("core", "reference-provider-list", []));
194
+ window._vue_richtext_reference_provider_timestamps || (window._vue_richtext_reference_provider_timestamps = y.loadState("core", "reference-provider-timestamps", {}));
195
+ function O(t) {
196
+ return t === _ ? I : v().find((e) => e.id === t);
198
197
  }
199
198
  function v() {
200
199
  return window._vue_richtext_reference_providers.filter((t) => {
201
- const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || u(t.id);
200
+ const e = !!t.search_providers_ids && t.search_providers_ids.length > 0 || a(t.id);
202
201
  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;
203
202
  });
204
203
  }
205
- function B(t) {
204
+ function q(t) {
206
205
  const e = window._vue_richtext_reference_provider_timestamps;
207
206
  return t.sort((r, s) => r.order === s.order ? 0 : r.order > s.order ? 1 : -1).sort((r, s) => {
208
- const i = e[r.id], o = e[s.id];
209
- return i === o ? 0 : o === void 0 ? -1 : i === void 0 ? 1 : i > o ? -1 : 1;
207
+ const n = e[r.id], c = e[s.id];
208
+ return n === c ? 0 : c === void 0 ? -1 : n === void 0 ? 1 : n > c ? -1 : 1;
210
209
  });
211
210
  }
212
- function M(t, e = null) {
213
- const r = v(), s = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), i = new RegExp(s, "i"), l = B(r).filter((a) => a.title.match(i)), d = e ? l.slice(0, e) : l;
214
- return (t === "" || d.length === 0) && d.push(O), d;
211
+ function B(t, e = null) {
212
+ const r = v(), s = t.replace(/[/\-\\^$*+?.()|[\]{}]/g, "\\$&"), n = new RegExp(s, "i"), m = q(r).filter((l) => l.title.match(n)), u = e ? m.slice(0, e) : m;
213
+ return (t === "" || u.length === 0) && u.push(I), u;
215
214
  }
216
- function he(t) {
215
+ function de(t) {
217
216
  const e = Math.floor(Date.now() / 1e3), r = {
218
217
  timestamp: e
219
- }, s = _.generateOcsUrl("references/provider/{providerId}", { providerId: t });
220
- m.default.put(s, r).then((i) => {
218
+ }, s = h.generateOcsUrl("references/provider/{providerId}", { providerId: t });
219
+ f.default.put(s, r).then((n) => {
221
220
  window._vue_richtext_reference_provider_timestamps[t] = e;
222
221
  });
223
222
  }
224
223
  let k = 0;
225
- function W(t, e) {
224
+ function M(t, e) {
226
225
  return function() {
227
226
  const r = this, s = arguments;
228
227
  clearTimeout(k), k = setTimeout(function() {
@@ -237,7 +236,8 @@ function g(t) {
237
236
  return !1;
238
237
  }
239
238
  }
240
- const _e = {
239
+ i.register(i.t33, i.t36);
240
+ const he = {
241
241
  name: "LinkVariantIcon",
242
242
  emits: ["click"],
243
243
  props: {
@@ -254,29 +254,28 @@ const _e = {
254
254
  }
255
255
  }
256
256
  };
257
- var pe = function() {
257
+ var me = function() {
258
258
  var e = this, r = e._self._c;
259
259
  return r("span", e._b({ staticClass: "material-design-icon link-variant-icon", attrs: { "aria-hidden": !e.title, "aria-label": e.title, role: "img" }, on: { click: function(s) {
260
260
  return e.$emit("click", s);
261
261
  } } }, "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()])])]);
262
- }, me = [], fe = /* @__PURE__ */ c.normalizeComponent(
263
- _e,
264
- pe,
262
+ }, pe = [], fe = /* @__PURE__ */ o.normalizeComponent(
263
+ he,
265
264
  me,
265
+ pe,
266
266
  !1,
267
267
  null,
268
268
  null,
269
269
  null,
270
270
  null
271
271
  );
272
- const y = fe.exports;
273
- const ve = {
272
+ const C = fe.exports, _e = {
274
273
  name: "NcProviderList",
275
274
  components: {
276
- NcSelect: S,
277
- NcHighlight: b.NcHighlight,
275
+ NcSelect: b.NcSelect,
276
+ NcHighlight: w.NcHighlight,
278
277
  NcEmptyContent: p,
279
- LinkVariantIcon: y
278
+ LinkVariantIcon: C
280
279
  },
281
280
  emits: [
282
281
  "select-provider",
@@ -286,8 +285,8 @@ const ve = {
286
285
  return {
287
286
  selectedProvider: null,
288
287
  query: "",
289
- multiselectPlaceholder: n.t("Select provider"),
290
- providerIconAlt: n.t("Provider icon")
288
+ multiselectPlaceholder: i.t("Select provider"),
289
+ providerIconAlt: i.t("Provider icon")
291
290
  };
292
291
  },
293
292
  computed: {
@@ -297,14 +296,13 @@ const ve = {
297
296
  id: this.query,
298
297
  title: this.query,
299
298
  isLink: !0
300
- }), t.push(...M(this.query)), t;
299
+ }), t.push(...B(this.query)), t;
301
300
  }
302
301
  },
303
302
  methods: {
304
303
  focus() {
305
304
  setTimeout(() => {
306
- var t, e, r;
307
- (r = (e = (t = this.$refs["provider-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#provider-select-input")) == null || r.focus();
305
+ this.$refs["provider-select"]?.$el?.querySelector("#provider-select-input")?.focus();
308
306
  }, 300);
309
307
  },
310
308
  onProviderSelected(t) {
@@ -315,7 +313,7 @@ const ve = {
315
313
  }
316
314
  }
317
315
  };
318
- var ge = function() {
316
+ var ve = function() {
319
317
  var e = this, r = e._self._c;
320
318
  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(s) {
321
319
  return [s.isLink ? r("div", { staticClass: "provider" }, [r("LinkVariantIcon", { staticClass: "link-icon", attrs: { size: 20 } }), r("span", [e._v(e._s(s.title))])], 1) : r("div", { staticClass: "provider" }, [r("img", { staticClass: "provider-icon", attrs: { src: s.icon_url, alt: e.providerIconAlt } }), r("NcHighlight", { staticClass: "option-text", attrs: { search: e.query, text: s.title } })], 1)];
@@ -324,10 +322,10 @@ var ge = function() {
324
322
  }, expression: "selectedProvider" } }), r("NcEmptyContent", { staticClass: "provider-list--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
325
323
  return [r("LinkVariantIcon")];
326
324
  }, proxy: !0 }]) })], 1);
327
- }, ye = [], Ce = /* @__PURE__ */ c.normalizeComponent(
325
+ }, ge = [], Ce = /* @__PURE__ */ o.normalizeComponent(
326
+ _e,
328
327
  ve,
329
328
  ge,
330
- ye,
331
329
  !1,
332
330
  null,
333
331
  "9d850ea5",
@@ -335,14 +333,15 @@ var ge = function() {
335
333
  null
336
334
  );
337
335
  const ke = Ce.exports;
336
+ i.register(i.t20);
338
337
  const Pe = {
339
338
  name: "NcRawLinkInput",
340
339
  components: {
341
- LinkVariantIcon: y,
340
+ LinkVariantIcon: C,
342
341
  NcEmptyContent: p,
343
- NcLoadingIcon: A,
344
- NcReferenceWidget: $,
345
- NcTextField: H
342
+ NcLoadingIcon: j,
343
+ NcReferenceWidget: N,
344
+ NcTextField: A.NcTextField
346
345
  },
347
346
  props: {
348
347
  /**
@@ -362,7 +361,7 @@ const Pe = {
362
361
  loading: !1,
363
362
  reference: null,
364
363
  abortController: null,
365
- inputPlaceholder: n.t("Enter link")
364
+ inputPlaceholder: i.t("Enter link")
366
365
  };
367
366
  },
368
367
  computed: {
@@ -372,8 +371,7 @@ const Pe = {
372
371
  },
373
372
  methods: {
374
373
  focus() {
375
- var t;
376
- (t = this.$refs["url-input"].$el.getElementsByTagName("input")[0]) == null || t.focus();
374
+ this.$refs["url-input"].$el.getElementsByTagName("input")[0]?.focus();
377
375
  },
378
376
  onSubmit(t) {
379
377
  const e = t.target.value;
@@ -383,12 +381,12 @@ const Pe = {
383
381
  this.inputValue = "", this.reference = null;
384
382
  },
385
383
  onInput() {
386
- this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && W(() => {
384
+ this.reference = null, this.abortController && this.abortController.abort(), this.isLinkValid && M(() => {
387
385
  this.updateReference();
388
386
  }, 500)();
389
387
  },
390
388
  updateReference() {
391
- this.loading = !0, this.abortController = new AbortController(), m.default.get(_.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
389
+ this.loading = !0, this.abortController = new AbortController(), f.default.get(h.generateOcsUrl("references/resolve", 2) + "?reference=" + encodeURIComponent(this.inputValue), {
392
390
  signal: this.abortController.signal
393
391
  }).then((t) => {
394
392
  this.reference = t.data.ocs.data.references[this.inputValue];
@@ -400,7 +398,7 @@ const Pe = {
400
398
  }
401
399
  }
402
400
  };
403
- var we = function() {
401
+ var ye = function() {
404
402
  var e = this, r = e._self._c;
405
403
  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(s) {
406
404
  e.inputValue = s;
@@ -409,21 +407,20 @@ var we = function() {
409
407
  } } }, [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() {
410
408
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { src: e.provider.icon_url } }) : r("LinkVariantIcon")];
411
409
  }, proxy: !0 }]) })], 1);
412
- }, be = [], Se = /* @__PURE__ */ c.normalizeComponent(
410
+ }, we = [], be = /* @__PURE__ */ o.normalizeComponent(
413
411
  Pe,
412
+ ye,
414
413
  we,
415
- be,
416
414
  !1,
417
415
  null,
418
416
  "d0ba247a",
419
417
  null,
420
418
  null
421
419
  );
422
- const Re = Se.exports;
423
- const xe = {
420
+ const Se = be.exports, Re = {
424
421
  name: "NcSearchResult",
425
422
  components: {
426
- NcHighlight: b.NcHighlight
423
+ NcHighlight: w.NcHighlight
427
424
  },
428
425
  props: {
429
426
  /**
@@ -443,12 +440,12 @@ const xe = {
443
440
  }
444
441
  }
445
442
  };
446
- var Ne = function() {
443
+ var $e = function() {
447
444
  var e = this, r = e._self._c;
448
445
  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)])]);
449
- }, Le = [], $e = /* @__PURE__ */ c.normalizeComponent(
450
- xe,
451
- Ne,
446
+ }, Le = [], Ne = /* @__PURE__ */ o.normalizeComponent(
447
+ Re,
448
+ $e,
452
449
  Le,
453
450
  !1,
454
451
  null,
@@ -456,15 +453,16 @@ var Ne = function() {
456
453
  null,
457
454
  null
458
455
  );
459
- const Ee = $e.exports;
460
- const P = 5, Ie = {
456
+ const xe = Ne.exports;
457
+ i.register(i.t26, i.t33, i.t34);
458
+ const P = 5, Ee = {
461
459
  name: "NcSearch",
462
460
  components: {
463
- LinkVariantIcon: y,
464
- DotsHorizontalIcon: U.DotsHorizontal,
461
+ LinkVariantIcon: C,
462
+ DotsHorizontalIcon: F.DotsHorizontal,
465
463
  NcEmptyContent: p,
466
- NcSelect: S,
467
- NcSearchResult: Ee
464
+ NcSelect: b.NcSelect,
465
+ NcSearchResult: xe
468
466
  },
469
467
  props: {
470
468
  /**
@@ -494,13 +492,13 @@ const P = 5, Ie = {
494
492
  searching: !1,
495
493
  searchingMoreOf: null,
496
494
  abortController: null,
497
- noOptionsText: n.t("Start typing to search"),
498
- providerIconAlt: n.t("Provider icon")
495
+ noOptionsText: i.t("Start typing to search"),
496
+ providerIconAlt: i.t("Provider icon")
499
497
  };
500
498
  },
501
499
  computed: {
502
500
  mySearchPlaceholder() {
503
- return this.searchPlaceholder || n.t("Search");
501
+ return this.searchPlaceholder || i.t("Search");
504
502
  },
505
503
  searchProviderIds() {
506
504
  return this.provider.search_providers_ids;
@@ -528,8 +526,8 @@ const P = 5, Ie = {
528
526
  isCustomGroupTitle: !0,
529
527
  providerId: e
530
528
  });
531
- const r = this.resultsBySearchProvider[e].entries.map((s, i) => ({
532
- id: "provider-" + e + "-entry-" + i,
529
+ const r = this.resultsBySearchProvider[e].entries.map((s, n) => ({
530
+ id: "provider-" + e + "-entry-" + n,
533
531
  ...s
534
532
  }));
535
533
  t.push(...r), this.resultsBySearchProvider[e].isPaginated && t.push({
@@ -550,7 +548,7 @@ const P = 5, Ie = {
550
548
  this.cancelSearchRequests();
551
549
  },
552
550
  methods: {
553
- t: n.t,
551
+ t: i.t,
554
552
  resetResults() {
555
553
  const t = {};
556
554
  this.searchProviderIds.forEach((e) => {
@@ -561,15 +559,14 @@ const P = 5, Ie = {
561
559
  },
562
560
  focus() {
563
561
  setTimeout(() => {
564
- var t, e, r;
565
- (r = (e = (t = this.$refs["search-select"]) == null ? void 0 : t.$el) == null ? void 0 : e.querySelector("#search-select-input")) == null || r.focus();
562
+ this.$refs["search-select"]?.$el?.querySelector("#search-select-input")?.focus();
566
563
  }, 300);
567
564
  },
568
565
  cancelSearchRequests() {
569
566
  this.abortController && this.abortController.abort();
570
567
  },
571
568
  onSearchInput(t, e) {
572
- this.searchQuery = t, W(() => {
569
+ this.searchQuery = t, M(() => {
573
570
  this.updateSearch();
574
571
  }, 500)();
575
572
  },
@@ -589,25 +586,24 @@ const P = 5, Ie = {
589
586
  return this.searchProviders();
590
587
  },
591
588
  searchProviders(t = null) {
592
- var r, s;
593
589
  this.abortController = new AbortController(), this.searching = !0;
594
- const e = t === null ? [...this.searchProviderIds].map((i) => this.searchOneProvider(i)) : [this.searchOneProvider(t, (s = (r = this.resultsBySearchProvider[t]) == null ? void 0 : r.cursor) != null ? s : null)];
595
- return Promise.allSettled(e).then((i) => {
596
- !!i.find((l) => l.status === "rejected" && (l.reason.name === "CanceledError" || l.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
590
+ const e = t === null ? [...this.searchProviderIds].map((r) => this.searchOneProvider(r)) : [this.searchOneProvider(t, this.resultsBySearchProvider[t]?.cursor ?? null)];
591
+ return Promise.allSettled(e).then((r) => {
592
+ !!r.find((n) => n.status === "rejected" && (n.reason.name === "CanceledError" || n.reason.code === "ERR_CANCELED")) || (this.searching = !1, this.searchingMoreOf = null);
597
593
  });
598
594
  },
599
595
  searchOneProvider(t, e = null) {
600
- const r = e === null ? _.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: P }) : _.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: P, cursor: e });
601
- return m.default.get(r, {
596
+ const r = e === null ? h.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}", { providerId: t, term: this.searchQuery, limit: P }) : h.generateOcsUrl("search/providers/{providerId}/search?term={term}&limit={limit}&cursor={cursor}", { providerId: t, term: this.searchQuery, limit: P, cursor: e });
597
+ return f.default.get(r, {
602
598
  signal: this.abortController.signal
603
599
  }).then((s) => {
604
- const i = s.data.ocs.data;
605
- this.resultsBySearchProvider[t].name = i.name, this.resultsBySearchProvider[t].cursor = i.cursor, this.resultsBySearchProvider[t].isPaginated = i.isPaginated, this.resultsBySearchProvider[t].entries.push(...i.entries);
600
+ const n = s.data.ocs.data;
601
+ this.resultsBySearchProvider[t].name = n.name, this.resultsBySearchProvider[t].cursor = n.cursor, this.resultsBySearchProvider[t].isPaginated = n.isPaginated, this.resultsBySearchProvider[t].entries.push(...n.entries);
606
602
  });
607
603
  }
608
604
  }
609
605
  };
610
- var Oe = function() {
606
+ var Ie = function() {
611
607
  var e = this, r = e._self._c;
612
608
  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(s) {
613
609
  return [s.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: s.resourceUrl })) + " ")])], 1) : s.resourceUrl ? r("NcSearchResult", { staticClass: "search-result", attrs: { entry: s, query: e.searchQuery } }) : s.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(s.name))])])]) : s.isMore ? r("span", { class: { "custom-option": !0 } }, [s.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: s.name })) + " ")])], 1) : e._e()];
@@ -618,29 +614,28 @@ var Oe = function() {
618
614
  }, expression: "selectedResult" } }), e.showEmptyContent ? r("NcEmptyContent", { staticClass: "smart-picker-search--empty-content", scopedSlots: e._u([{ key: "icon", fn: function() {
619
615
  return [e.provider.icon_url ? r("img", { staticClass: "provider-icon", attrs: { alt: e.providerIconAlt, src: e.provider.icon_url } }) : r("LinkVariantIcon")];
620
616
  }, proxy: !0 }], null, !1, 2922132592) }) : e._e()], 1);
621
- }, qe = [], Be = /* @__PURE__ */ c.normalizeComponent(
617
+ }, Oe = [], qe = /* @__PURE__ */ o.normalizeComponent(
618
+ Ee,
622
619
  Ie,
623
620
  Oe,
624
- qe,
625
621
  !1,
626
622
  null,
627
623
  "97d196f0",
628
624
  null,
629
625
  null
630
626
  );
631
- const z = Be.exports;
632
- const h = {
627
+ const W = qe.exports, d = {
633
628
  providerList: 1,
634
629
  standardLinkInput: 2,
635
630
  searchInput: 3,
636
631
  customElement: 4
637
- }, Me = {
632
+ }, Be = {
638
633
  name: "NcReferencePicker",
639
634
  components: {
640
- NcCustomPickerElement: de,
635
+ NcCustomPickerElement: ue,
641
636
  NcProviderList: ke,
642
- NcRawLinkInput: Re,
643
- NcSearch: z
637
+ NcRawLinkInput: Se,
638
+ NcSearch: W
644
639
  },
645
640
  props: {
646
641
  /**
@@ -677,13 +672,13 @@ const h = {
677
672
  ],
678
673
  data() {
679
674
  return {
680
- MODES: h,
675
+ MODES: d,
681
676
  selectedProvider: this.initialProvider
682
677
  };
683
678
  },
684
679
  computed: {
685
680
  mode() {
686
- return this.selectedProvider === null ? h.providerList : u(this.selectedProvider.id) ? h.customElement : this.selectedProvider.search_providers_ids ? h.searchInput : h.standardLinkInput;
681
+ return this.selectedProvider === null ? d.providerList : a(this.selectedProvider.id) ? d.customElement : this.selectedProvider.search_providers_ids ? d.searchInput : d.standardLinkInput;
687
682
  },
688
683
  pickerWrapperStyle() {
689
684
  return {
@@ -693,11 +688,9 @@ const h = {
693
688
  },
694
689
  mounted() {
695
690
  this.focusOnCreate && (this.initialProvider ? setTimeout(() => {
696
- var t;
697
- (t = this.$refs["url-input"]) == null || t.focus();
691
+ this.$refs["url-input"]?.focus();
698
692
  }, 300) : this.$nextTick(() => {
699
- var t;
700
- (t = this.$refs["provider-list"]) == null || t.focus();
693
+ this.$refs["provider-list"]?.focus();
701
694
  }));
702
695
  },
703
696
  methods: {
@@ -706,59 +699,56 @@ const h = {
706
699
  },
707
700
  onProviderSelected(t) {
708
701
  this.selectedProvider = t, this.$emit("provider-selected", t), this.$nextTick(() => {
709
- var e;
710
- (e = this.$refs["url-input"]) == null || e.focus();
702
+ this.$refs["url-input"]?.focus();
711
703
  });
712
704
  },
713
705
  cancelCustomElement() {
714
706
  this.deselectProvider();
715
707
  },
716
708
  cancelSearch() {
717
- var t;
718
- this.$emit("cancel-search", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
709
+ this.$emit("cancel-search", this.selectedProvider?.title), this.deselectProvider();
719
710
  },
720
711
  cancelRawLinkInput() {
721
- var t;
722
- this.$emit("cancel-raw-link", (t = this.selectedProvider) == null ? void 0 : t.title), this.deselectProvider();
712
+ this.$emit("cancel-raw-link", this.selectedProvider?.title), this.deselectProvider();
723
713
  },
724
714
  cancelProviderSelection() {
725
715
  this.$emit("cancel");
726
716
  },
727
717
  submitLink(t) {
728
- this.selectedProvider !== null && he(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
718
+ this.selectedProvider !== null && de(this.selectedProvider.id), this.$emit("submit", t), this.deselectProvider();
729
719
  },
730
720
  deselectProvider() {
731
721
  this.selectedProvider = null, this.$emit("provider-selected", null), setTimeout(() => {
732
- var t;
733
- (t = this.$refs["provider-list"]) == null || t.focus();
722
+ this.$refs["provider-list"]?.focus();
734
723
  }, 300);
735
724
  }
736
725
  }
737
726
  };
738
- var We = function() {
727
+ var Me = function() {
739
728
  var e = this, r = e._self._c;
740
729
  return r("div", { staticClass: "reference-picker", style: e.pickerWrapperStyle, attrs: { tabindex: "-1" }, on: { keydown: function(s) {
741
730
  return !s.type.indexOf("key") && e._k(s.keyCode, "esc", 27, s.key, ["Esc", "Escape"]) ? null : (s.stopPropagation(), s.preventDefault(), e.onEscapePressed.apply(null, arguments));
742
731
  } } }, [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);
743
- }, ze = [], Ve = /* @__PURE__ */ c.normalizeComponent(
732
+ }, We = [], ze = /* @__PURE__ */ o.normalizeComponent(
733
+ Be,
744
734
  Me,
745
735
  We,
746
- ze,
747
736
  !1,
748
737
  null,
749
738
  "aa77d0d3",
750
739
  null,
751
740
  null
752
741
  );
753
- const V = Ve.exports;
754
- const Te = {
742
+ const z = ze.exports;
743
+ i.register(i.t11, i.t16);
744
+ const Ve = {
755
745
  name: "NcReferencePickerModal",
756
746
  components: {
757
- NcReferencePicker: V,
758
- NcModal: Q,
759
- NcButton: F,
760
- ArrowLeftIcon: Z.ArrowLeft,
761
- CloseIcon: J.Close
747
+ NcReferencePicker: z,
748
+ NcModal: U,
749
+ NcButton: H,
750
+ ArrowLeftIcon: G.ArrowLeft,
751
+ CloseIcon: Z.Close
762
752
  },
763
753
  props: {
764
754
  /**
@@ -792,9 +782,9 @@ const Te = {
792
782
  return {
793
783
  show: !0,
794
784
  selectedProvider: this.initialProvider,
795
- backButtonTitle: n.t("Back to provider selection"),
796
- closeButtonTitle: n.t("Close"),
797
- closeButtonLabel: n.t("Close Smart Picker")
785
+ backButtonTitle: i.t("Back to provider selection"),
786
+ closeButtonTitle: i.t("Close"),
787
+ closeButtonLabel: i.t("Close Smart Picker")
798
788
  };
799
789
  },
800
790
  computed: {
@@ -805,20 +795,19 @@ const Te = {
805
795
  return this.initialProvider === null && this.isProviderSelected;
806
796
  },
807
797
  modalSize() {
808
- var t;
809
- return this.isProviderSelected && u(this.selectedProvider.id) ? (t = ne(this.selectedProvider.id)) != null ? t : "large" : "normal";
798
+ return this.isProviderSelected && a(this.selectedProvider.id) ? ie(this.selectedProvider.id) ?? "large" : "normal";
810
799
  },
811
800
  showModalName() {
812
- return !this.isProviderSelected || !u(this.selectedProvider.id);
801
+ return !this.isProviderSelected || !a(this.selectedProvider.id);
813
802
  },
814
803
  modalName() {
815
- return this.isProviderSelected ? this.selectedProvider.title : n.t("Smart Picker");
804
+ return this.isProviderSelected ? this.selectedProvider.title : i.t("Smart Picker");
816
805
  }
817
806
  },
818
807
  mounted() {
819
808
  if (this.isInsideViewer) {
820
809
  const t = this.$refs.modal_content;
821
- G.emit("viewer:trapElements:changed", t);
810
+ Q.emit("viewer:trapElements:changed", t);
822
811
  }
823
812
  },
824
813
  methods: {
@@ -836,56 +825,55 @@ const Te = {
836
825
  }
837
826
  }
838
827
  };
839
- var De = function() {
828
+ var Te = function() {
840
829
  var e = this, r = e._self._c;
841
830
  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() {
842
831
  return [r("ArrowLeftIcon")];
843
832
  }, 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() {
844
833
  return [r("CloseIcon")];
845
834
  }, 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();
846
- }, je = [], Ae = /* @__PURE__ */ c.normalizeComponent(
835
+ }, De = [], je = /* @__PURE__ */ o.normalizeComponent(
836
+ Ve,
847
837
  Te,
848
838
  De,
849
- je,
850
839
  !1,
851
840
  null,
852
841
  "3f1a4ac7",
853
842
  null,
854
843
  null
855
844
  );
856
- const T = Ae.exports;
857
- async function He(t = null, e = void 0) {
845
+ const V = je.exports;
846
+ async function Ae(t = null, e = void 0) {
858
847
  return await new Promise((r, s) => {
859
- var C;
860
- const i = "referencePickerModal", o = document.createElement("div");
861
- o.id = i, document.body.append(o);
862
- const l = t === null ? null : (C = q(t)) != null ? C : null, d = X.default.extend(T), a = new d({
848
+ const n = "referencePickerModal", c = document.createElement("div");
849
+ c.id = n, document.body.append(c);
850
+ const m = t === null ? null : O(t) ?? null, u = K.default.extend(V), l = new u({
863
851
  propsData: {
864
- initialProvider: l,
852
+ initialProvider: m,
865
853
  isInsideViewer: e
866
854
  }
867
- }).$mount(o);
868
- a.$on("cancel", () => {
869
- a.$destroy(), s(new Error("User cancellation"));
870
- }), a.$on("submit", (D) => {
871
- a.$destroy(), r(D);
855
+ }).$mount(c);
856
+ l.$on("cancel", () => {
857
+ l.$destroy(), s(new Error("User cancellation"));
858
+ }), l.$on("submit", (T) => {
859
+ l.$destroy(), r(T);
872
860
  });
873
861
  });
874
862
  }
875
- exports.NcCustomPickerRenderResult = ie;
876
- exports.NcReferencePicker = V;
877
- exports.NcReferencePickerModal = T;
878
- exports.NcReferenceWidget = $;
879
- exports.NcSearch = z;
880
- exports.anyLinkProviderId = f;
881
- exports.getLinkWithPicker = He;
882
- exports.getProvider = q;
863
+ exports.NcCustomPickerRenderResult = se;
864
+ exports.NcReferencePicker = z;
865
+ exports.NcReferencePickerModal = V;
866
+ exports.NcReferenceWidget = N;
867
+ exports.NcSearch = W;
868
+ exports.anyLinkProviderId = _;
869
+ exports.getLinkWithPicker = Ae;
870
+ exports.getProvider = O;
883
871
  exports.getProviders = v;
884
- exports.isCustomPickerElementRegistered = u;
885
- exports.isWidgetRegistered = x;
886
- exports.registerCustomPickerElement = E;
887
- exports.registerWidget = N;
888
- exports.renderCustomPickerElement = I;
872
+ exports.isCustomPickerElementRegistered = a;
873
+ exports.isWidgetRegistered = R;
874
+ exports.registerCustomPickerElement = x;
875
+ exports.registerWidget = $;
876
+ exports.renderCustomPickerElement = E;
889
877
  exports.renderWidget = L;
890
- exports.searchProvider = M;
891
- exports.sortProviders = B;
878
+ exports.searchProvider = B;
879
+ exports.sortProviders = q;