@nextcloud/vue 8.5.0 → 9.0.0-alpha.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 (1076) hide show
  1. package/CHANGELOG.md +88 -0
  2. package/dist/Components/NcActionButton.cjs +3 -130
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +2 -134
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  7. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  8. package/dist/Components/NcActionCaption.cjs +3 -34
  9. package/dist/Components/NcActionCaption.cjs.map +1 -1
  10. package/dist/Components/NcActionCaption.mjs +2 -35
  11. package/dist/Components/NcActionCaption.mjs.map +1 -1
  12. package/dist/Components/NcActionCheckbox.cjs +3 -92
  13. package/dist/Components/NcActionCheckbox.cjs.map +1 -1
  14. package/dist/Components/NcActionCheckbox.mjs +2 -95
  15. package/dist/Components/NcActionCheckbox.mjs.map +1 -1
  16. package/dist/Components/NcActionInput.cjs +1 -1
  17. package/dist/Components/NcActionInput.mjs +1 -1
  18. package/dist/Components/NcActionLink.cjs +3 -76
  19. package/dist/Components/NcActionLink.cjs.map +1 -1
  20. package/dist/Components/NcActionLink.mjs +2 -78
  21. package/dist/Components/NcActionLink.mjs.map +1 -1
  22. package/dist/Components/NcActionRadio.cjs +3 -99
  23. package/dist/Components/NcActionRadio.cjs.map +1 -1
  24. package/dist/Components/NcActionRadio.mjs +2 -102
  25. package/dist/Components/NcActionRadio.mjs.map +1 -1
  26. package/dist/Components/NcActionRouter.cjs +3 -47
  27. package/dist/Components/NcActionRouter.cjs.map +1 -1
  28. package/dist/Components/NcActionRouter.mjs +2 -49
  29. package/dist/Components/NcActionRouter.mjs.map +1 -1
  30. package/dist/Components/NcActionSeparator.cjs +3 -19
  31. package/dist/Components/NcActionSeparator.cjs.map +1 -1
  32. package/dist/Components/NcActionSeparator.mjs +2 -20
  33. package/dist/Components/NcActionSeparator.mjs.map +1 -1
  34. package/dist/Components/NcActionText.cjs +3 -28
  35. package/dist/Components/NcActionText.cjs.map +1 -1
  36. package/dist/Components/NcActionText.mjs +2 -30
  37. package/dist/Components/NcActionText.mjs.map +1 -1
  38. package/dist/Components/NcActionTextEditable.cjs +3 -80
  39. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  40. package/dist/Components/NcActionTextEditable.mjs +2 -84
  41. package/dist/Components/NcActionTextEditable.mjs.map +1 -1
  42. package/dist/Components/NcActions.cjs +1 -1
  43. package/dist/Components/NcActions.mjs +1 -1
  44. package/dist/Components/NcAppContent.cjs +1 -1
  45. package/dist/Components/NcAppContent.mjs +1 -1
  46. package/dist/Components/NcAppContentDetails.cjs +2 -18
  47. package/dist/Components/NcAppContentDetails.cjs.map +1 -1
  48. package/dist/Components/NcAppContentDetails.mjs +2 -19
  49. package/dist/Components/NcAppContentDetails.mjs.map +1 -1
  50. package/dist/Components/NcAppContentList.cjs +2 -28
  51. package/dist/Components/NcAppContentList.cjs.map +1 -1
  52. package/dist/Components/NcAppContentList.mjs +2 -29
  53. package/dist/Components/NcAppContentList.mjs.map +1 -1
  54. package/dist/Components/NcAppNavigation.cjs +1 -1
  55. package/dist/Components/NcAppNavigation.mjs +1 -1
  56. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  57. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  58. package/dist/Components/NcAppNavigationIconBullet.cjs +3 -39
  59. package/dist/Components/NcAppNavigationIconBullet.cjs.map +1 -1
  60. package/dist/Components/NcAppNavigationIconBullet.mjs +2 -40
  61. package/dist/Components/NcAppNavigationIconBullet.mjs.map +1 -1
  62. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  63. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  64. package/dist/Components/NcAppNavigationNew.cjs +3 -49
  65. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  66. package/dist/Components/NcAppNavigationNew.mjs +1 -50
  67. package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
  68. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  69. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  70. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  71. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  72. package/dist/Components/NcAppNavigationSpacer.cjs +3 -19
  73. package/dist/Components/NcAppNavigationSpacer.cjs.map +1 -1
  74. package/dist/Components/NcAppNavigationSpacer.mjs +2 -20
  75. package/dist/Components/NcAppNavigationSpacer.mjs.map +1 -1
  76. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  77. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  78. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  79. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  80. package/dist/Components/NcAppSettingsSection.cjs +3 -54
  81. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  82. package/dist/Components/NcAppSettingsSection.mjs +2 -55
  83. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  84. package/dist/Components/NcAppSidebar.cjs +1 -1
  85. package/dist/Components/NcAppSidebar.mjs +1 -1
  86. package/dist/Components/NcAppSidebarTab.cjs +3 -81
  87. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  88. package/dist/Components/NcAppSidebarTab.mjs +2 -82
  89. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  90. package/dist/Components/NcAvatar.cjs +1 -1
  91. package/dist/Components/NcAvatar.mjs +1 -1
  92. package/dist/Components/NcBreadcrumb.cjs +1 -1
  93. package/dist/Components/NcBreadcrumb.mjs +1 -1
  94. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  95. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  96. package/dist/Components/NcButton.cjs +3 -237
  97. package/dist/Components/NcButton.cjs.map +1 -1
  98. package/dist/Components/NcButton.mjs +2 -238
  99. package/dist/Components/NcButton.mjs.map +1 -1
  100. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  101. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  102. package/dist/Components/NcColorPicker.cjs +1 -1
  103. package/dist/Components/NcColorPicker.mjs +1 -1
  104. package/dist/Components/NcContent.cjs +1 -1
  105. package/dist/Components/NcContent.mjs +1 -1
  106. package/dist/Components/NcCounterBubble.cjs +3 -46
  107. package/dist/Components/NcCounterBubble.cjs.map +1 -1
  108. package/dist/Components/NcCounterBubble.mjs +2 -47
  109. package/dist/Components/NcCounterBubble.mjs.map +1 -1
  110. package/dist/Components/NcDashboardWidget.cjs +1 -1
  111. package/dist/Components/NcDashboardWidget.mjs +1 -1
  112. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  113. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  114. package/dist/Components/NcDateTime.cjs +1 -1
  115. package/dist/Components/NcDateTime.mjs +1 -1
  116. package/dist/Components/NcDateTimePicker.cjs +3 -301
  117. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  118. package/dist/Components/NcDateTimePicker.mjs +2 -308
  119. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  120. package/dist/Components/NcDateTimePickerNative.cjs +3 -198
  121. package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
  122. package/dist/Components/NcDateTimePickerNative.mjs +2 -200
  123. package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
  124. package/dist/Components/NcDialog.cjs +1 -1
  125. package/dist/Components/NcDialog.mjs +1 -1
  126. package/dist/Components/NcDialogButton.cjs +1 -1
  127. package/dist/Components/NcDialogButton.mjs +1 -1
  128. package/dist/Components/NcEllipsisedOption.cjs +3 -73
  129. package/dist/Components/NcEllipsisedOption.cjs.map +1 -1
  130. package/dist/Components/NcEllipsisedOption.mjs +2 -75
  131. package/dist/Components/NcEllipsisedOption.mjs.map +1 -1
  132. package/dist/Components/NcEmojiPicker.cjs +1 -1
  133. package/dist/Components/NcEmojiPicker.mjs +1 -1
  134. package/dist/Components/NcEmptyContent.cjs +3 -52
  135. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  136. package/dist/Components/NcEmptyContent.mjs +2 -53
  137. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  138. package/dist/Components/NcGuestContent.cjs +3 -25
  139. package/dist/Components/NcGuestContent.cjs.map +1 -1
  140. package/dist/Components/NcGuestContent.mjs +2 -26
  141. package/dist/Components/NcGuestContent.mjs.map +1 -1
  142. package/dist/Components/NcHeaderMenu.cjs +1 -1
  143. package/dist/Components/NcHeaderMenu.mjs +1 -1
  144. package/dist/Components/NcHighlight.cjs +2 -2
  145. package/dist/Components/NcHighlight.mjs +1 -1
  146. package/dist/Components/NcIconSvgWrapper.cjs +1 -1
  147. package/dist/Components/NcIconSvgWrapper.mjs +1 -1
  148. package/dist/Components/NcInputField.cjs +3 -221
  149. package/dist/Components/NcInputField.cjs.map +1 -1
  150. package/dist/Components/NcInputField.mjs +2 -226
  151. package/dist/Components/NcInputField.mjs.map +1 -1
  152. package/dist/Components/NcListItem.cjs +1 -1
  153. package/dist/Components/NcListItem.mjs +1 -1
  154. package/dist/Components/NcListItemIcon.cjs +1 -1
  155. package/dist/Components/NcListItemIcon.mjs +1 -1
  156. package/dist/Components/NcLoadingIcon.cjs +3 -53
  157. package/dist/Components/NcLoadingIcon.cjs.map +1 -1
  158. package/dist/Components/NcLoadingIcon.mjs +2 -54
  159. package/dist/Components/NcLoadingIcon.mjs.map +1 -1
  160. package/dist/Components/NcModal.cjs +315 -139
  161. package/dist/Components/NcModal.cjs.map +1 -1
  162. package/dist/Components/NcModal.mjs +326 -149
  163. package/dist/Components/NcModal.mjs.map +1 -1
  164. package/dist/Components/NcNoteCard.cjs +3 -198
  165. package/dist/Components/NcNoteCard.cjs.map +1 -1
  166. package/dist/Components/NcNoteCard.mjs +2 -199
  167. package/dist/Components/NcNoteCard.mjs.map +1 -1
  168. package/dist/Components/NcPasswordField.cjs +1 -1
  169. package/dist/Components/NcPasswordField.mjs +1 -1
  170. package/dist/Components/NcPopover.cjs +1 -1
  171. package/dist/Components/NcPopover.mjs +1 -1
  172. package/dist/Components/NcProgressBar.cjs +1 -1
  173. package/dist/Components/NcProgressBar.mjs +1 -1
  174. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  175. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  176. package/dist/Components/NcRichContenteditable.cjs +1 -1
  177. package/dist/Components/NcRichContenteditable.mjs +2 -2
  178. package/dist/Components/NcRichText.cjs +1 -1
  179. package/dist/Components/NcRichText.mjs +3 -3
  180. package/dist/Components/NcSavingIndicatorIcon.cjs +1 -1
  181. package/dist/Components/NcSavingIndicatorIcon.mjs +1 -1
  182. package/dist/Components/NcSelect.cjs +1 -1
  183. package/dist/Components/NcSelect.mjs +1 -1
  184. package/dist/Components/NcSelectTags.cjs +1 -1
  185. package/dist/Components/NcSelectTags.mjs +1 -1
  186. package/dist/Components/NcSettingsInputText.cjs +1 -1
  187. package/dist/Components/NcSettingsInputText.mjs +1 -1
  188. package/dist/Components/NcSettingsSection.cjs +1 -1
  189. package/dist/Components/NcSettingsSection.mjs +1 -1
  190. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  191. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  192. package/dist/Components/NcTextArea.cjs +3 -166
  193. package/dist/Components/NcTextArea.cjs.map +1 -1
  194. package/dist/Components/NcTextArea.mjs +1 -169
  195. package/dist/Components/NcTextArea.mjs.map +1 -1
  196. package/dist/Components/NcTextField.cjs +1 -1
  197. package/dist/Components/NcTextField.mjs +1 -1
  198. package/dist/Components/NcTimezonePicker.cjs +1 -1
  199. package/dist/Components/NcTimezonePicker.mjs +1 -1
  200. package/dist/Components/NcUserBubble.cjs +1 -1
  201. package/dist/Components/NcUserBubble.mjs +1 -1
  202. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  203. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  204. package/dist/Components/NcVNodes.cjs +5 -17
  205. package/dist/Components/NcVNodes.cjs.map +1 -1
  206. package/dist/Components/NcVNodes.mjs +4 -17
  207. package/dist/Components/NcVNodes.mjs.map +1 -1
  208. package/dist/Composables/useIsFullscreen.cjs +5 -7
  209. package/dist/Composables/useIsFullscreen.cjs.map +1 -1
  210. package/dist/Composables/useIsFullscreen.mjs +6 -8
  211. package/dist/Composables/useIsFullscreen.mjs.map +1 -1
  212. package/dist/Directives/Focus.cjs +1 -1
  213. package/dist/Directives/Focus.cjs.map +1 -1
  214. package/dist/Directives/Focus.mjs +1 -1
  215. package/dist/Directives/Focus.mjs.map +1 -1
  216. package/dist/Functions/a11y.cjs +25 -0
  217. package/dist/Functions/a11y.cjs.map +1 -0
  218. package/dist/Functions/a11y.mjs +25 -0
  219. package/dist/Functions/a11y.mjs.map +1 -0
  220. package/dist/Functions/emoji.cjs +8 -0
  221. package/dist/Functions/emoji.cjs.map +1 -0
  222. package/dist/Functions/emoji.mjs +8 -0
  223. package/dist/Functions/emoji.mjs.map +1 -0
  224. package/dist/Functions/usernameToColor.cjs +1 -1
  225. package/dist/Functions/usernameToColor.mjs +1 -1
  226. package/dist/Mixins/richEditor.cjs +1 -1
  227. package/dist/Mixins/richEditor.mjs +1 -1
  228. package/dist/assets/NcActionButton-p7spK21h.css +134 -0
  229. package/dist/assets/NcActionCheckbox-T379T-FC.css +106 -0
  230. package/dist/assets/NcActionInput-MGVmREKR.css +243 -0
  231. package/dist/assets/NcActionRadio-UC-7SDBI.css +106 -0
  232. package/dist/assets/NcActionRouter-g0zV3dVT.css +133 -0
  233. package/dist/assets/NcActionTextEditable-DE_5Sc0w.css +259 -0
  234. package/dist/assets/NcActions-cEMOhd0g.css +84 -0
  235. package/dist/assets/NcAppContent--D5zvLsb.css +115 -0
  236. package/dist/assets/NcAppNavigation-9xEM_GAn.css +92 -0
  237. package/dist/assets/NcAppNavigationCaption-0s4Wxc88.css +52 -0
  238. package/dist/assets/NcAppNavigationItem-V2jQd3bm.css +206 -0
  239. package/dist/assets/NcAppNavigationNew-PtSC3Wy5.css +36 -0
  240. package/dist/assets/NcAppNavigationSettings-Q_od5CcP.css +88 -0
  241. package/dist/assets/NcAppNavigationToggle-egZffUzR.css +38 -0
  242. package/dist/assets/NcAppSettingsDialog-F29bz2Yx.css +87 -0
  243. package/dist/assets/NcAppSettingsSection-Gh575p0x.css +41 -0
  244. package/dist/assets/NcAppSidebar-QQPSZPo9.css +318 -0
  245. package/dist/assets/NcAppSidebarTab-goNfHK4d.css +45 -0
  246. package/dist/assets/NcAvatar-qgACiUer.css +144 -0
  247. package/dist/assets/NcBreadcrumb-ZsIS1jDx.css +80 -0
  248. package/dist/assets/NcBreadcrumbs-liWjT068.css +49 -0
  249. package/dist/assets/NcButton-fqTN6SJK.css +204 -0
  250. package/dist/assets/NcCheckboxRadioSwitch-P71iLdgD.css +199 -0
  251. package/dist/assets/NcColorPicker-88MDZrB0.css +131 -0
  252. package/dist/assets/NcContent-ZG2BJ837.css +82 -0
  253. package/dist/assets/NcDashboardWidget-7x3QrWFu.css +83 -0
  254. package/dist/assets/NcDateTimePicker-SsDztIsS.css +907 -0
  255. package/dist/assets/NcDateTimePickerNative-QBosiBWA.css +46 -0
  256. package/dist/assets/NcDialog-9-cx1V0y.css +115 -0
  257. package/dist/assets/NcEmojiPicker-KRMyqbWg.css +551 -0
  258. package/dist/assets/NcEmptyContent-b8eqBVE_.css +75 -0
  259. package/dist/assets/NcGuestContent-FRQFLxlW.css +51 -0
  260. package/dist/assets/NcHeaderMenu-j8h_puZT.css +92 -0
  261. package/dist/assets/NcIconSvgWrapper-0OJxiD3Q.css +44 -0
  262. package/dist/assets/NcInputConfirmCancel-_GF_RjYc.css +51 -0
  263. package/dist/assets/NcInputField-42mSa1zm.css +193 -0
  264. package/dist/assets/NcListItem--i7b67QY.css +165 -0
  265. package/dist/assets/NcListItemIcon-mlEQ7oK0.css +80 -0
  266. package/dist/assets/NcModal-DzsqMWSJ.css +298 -0
  267. package/dist/assets/NcRelatedResourcesPanel-i1-7CClp.css +76 -0
  268. package/dist/assets/NcRichContenteditable-nUZdQSMZ.css +267 -0
  269. package/dist/assets/NcSettingsInputText-JpZtS9DS.css +46 -0
  270. package/dist/assets/NcSettingsSelectGroup-51HMKLZQ.css +34 -0
  271. package/dist/assets/NcTextArea-6akBm4Ks.css +138 -0
  272. package/dist/assets/NcUserBubble-t1uOyYCF.css +59 -0
  273. package/dist/assets/NcUserStatusIcon-AXLspcOQ.css +41 -0
  274. package/dist/assets/referencePickerModal-G-NTZHL1.css +509 -0
  275. package/dist/chunks/AlertCircleOutline-Q4EgxGNm.mjs +44 -0
  276. package/dist/chunks/AlertCircleOutline-Q4EgxGNm.mjs.map +1 -0
  277. package/dist/chunks/AlertCircleOutline-aU4Cu4IM.cjs +41 -0
  278. package/dist/chunks/AlertCircleOutline-aU4Cu4IM.cjs.map +1 -0
  279. package/dist/chunks/ArrowLeft-4DZMGcXE.cjs +41 -0
  280. package/dist/chunks/ArrowLeft-4DZMGcXE.cjs.map +1 -0
  281. package/dist/chunks/ArrowLeft-LlLrrfss.mjs +44 -0
  282. package/dist/chunks/ArrowLeft-LlLrrfss.mjs.map +1 -0
  283. package/dist/chunks/ArrowRight-Fk_qtqpW.mjs +44 -0
  284. package/dist/chunks/ArrowRight-Fk_qtqpW.mjs.map +1 -0
  285. package/dist/chunks/ArrowRight-mI4Fw0h2.cjs +41 -0
  286. package/dist/chunks/ArrowRight-mI4Fw0h2.cjs.map +1 -0
  287. package/dist/chunks/Check-SlTPuUzR.cjs +41 -0
  288. package/dist/chunks/Check-SlTPuUzR.cjs.map +1 -0
  289. package/dist/chunks/Check-hentWFPd.mjs +44 -0
  290. package/dist/chunks/Check-hentWFPd.mjs.map +1 -0
  291. package/dist/chunks/ChevronDown-7w1_NWAd.cjs +41 -0
  292. package/dist/chunks/ChevronDown-7w1_NWAd.cjs.map +1 -0
  293. package/dist/chunks/ChevronDown-hP8YKVnf.mjs +44 -0
  294. package/dist/chunks/ChevronDown-hP8YKVnf.mjs.map +1 -0
  295. package/dist/chunks/ChevronRight-iDcqZ2Ih.cjs +41 -0
  296. package/dist/chunks/ChevronRight-iDcqZ2Ih.cjs.map +1 -0
  297. package/dist/chunks/ChevronRight-xEIO1OE7.mjs +44 -0
  298. package/dist/chunks/ChevronRight-xEIO1OE7.mjs.map +1 -0
  299. package/dist/chunks/Close-2nENZfbn.cjs +41 -0
  300. package/dist/chunks/Close-2nENZfbn.cjs.map +1 -0
  301. package/dist/chunks/Close-4lZze_oD.mjs +44 -0
  302. package/dist/chunks/Close-4lZze_oD.mjs.map +1 -0
  303. package/dist/chunks/DotsHorizontal-2GCivGee.mjs +44 -0
  304. package/dist/chunks/DotsHorizontal-2GCivGee.mjs.map +1 -0
  305. package/dist/chunks/DotsHorizontal-Ehuu1q0g.cjs +41 -0
  306. package/dist/chunks/DotsHorizontal-Ehuu1q0g.cjs.map +1 -0
  307. package/dist/chunks/GenColors-avBT67Zu.mjs +142 -0
  308. package/dist/chunks/GenColors-avBT67Zu.mjs.map +1 -0
  309. package/dist/chunks/GenColors-ojnUsIA8.cjs +141 -0
  310. package/dist/chunks/GenColors-ojnUsIA8.cjs.map +1 -0
  311. package/dist/chunks/NcActionButton-G4OSfyii.cjs +171 -0
  312. package/dist/chunks/NcActionButton-G4OSfyii.cjs.map +1 -0
  313. package/dist/chunks/NcActionButton-TAhaLmwa.mjs +178 -0
  314. package/dist/chunks/NcActionButton-TAhaLmwa.mjs.map +1 -0
  315. package/dist/chunks/NcActionButtonGroup-0hif9Dcf.mjs +55 -0
  316. package/dist/chunks/NcActionButtonGroup-0hif9Dcf.mjs.map +1 -0
  317. package/dist/chunks/NcActionButtonGroup-jTRjqpYM.cjs +50 -0
  318. package/dist/chunks/NcActionButtonGroup-jTRjqpYM.cjs.map +1 -0
  319. package/dist/chunks/NcActionCaption-SIz5c1sE.cjs +27 -0
  320. package/dist/chunks/NcActionCaption-SIz5c1sE.cjs.map +1 -0
  321. package/dist/chunks/NcActionCaption-vguA2tEL.mjs +31 -0
  322. package/dist/chunks/NcActionCaption-vguA2tEL.mjs.map +1 -0
  323. package/dist/chunks/NcActionCheckbox-PWAridhc.mjs +113 -0
  324. package/dist/chunks/NcActionCheckbox-PWAridhc.mjs.map +1 -0
  325. package/dist/chunks/NcActionCheckbox-Z4Wc9828.cjs +107 -0
  326. package/dist/chunks/NcActionCheckbox-Z4Wc9828.cjs.map +1 -0
  327. package/dist/chunks/NcActionInput-7-f1OPr6.mjs +346 -0
  328. package/dist/chunks/NcActionInput-7-f1OPr6.mjs.map +1 -0
  329. package/dist/chunks/NcActionInput-GuwDt73G.cjs +335 -0
  330. package/dist/chunks/NcActionInput-GuwDt73G.cjs.map +1 -0
  331. package/dist/chunks/NcActionLink-QLFtD_iF.cjs +106 -0
  332. package/dist/chunks/NcActionLink-QLFtD_iF.cjs.map +1 -0
  333. package/dist/chunks/NcActionLink-YllmwOrF.mjs +111 -0
  334. package/dist/chunks/NcActionLink-YllmwOrF.mjs.map +1 -0
  335. package/dist/chunks/NcActionRadio-1U50276u.cjs +115 -0
  336. package/dist/chunks/NcActionRadio-1U50276u.cjs.map +1 -0
  337. package/dist/chunks/NcActionRadio-DSBghCIA.mjs +121 -0
  338. package/dist/chunks/NcActionRadio-DSBghCIA.mjs.map +1 -0
  339. package/dist/chunks/NcActionRouter-Vg-BSvq7.cjs +70 -0
  340. package/dist/chunks/NcActionRouter-Vg-BSvq7.cjs.map +1 -0
  341. package/dist/chunks/NcActionRouter-vBYCxyc1.mjs +75 -0
  342. package/dist/chunks/NcActionRouter-vBYCxyc1.mjs.map +1 -0
  343. package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs +16 -0
  344. package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs.map +1 -0
  345. package/dist/chunks/NcActionSeparator-craHv8oO.cjs +12 -0
  346. package/dist/chunks/NcActionSeparator-craHv8oO.cjs.map +1 -0
  347. package/dist/chunks/NcActionText-aWTbDRVH.cjs +52 -0
  348. package/dist/chunks/NcActionText-aWTbDRVH.cjs.map +1 -0
  349. package/dist/chunks/NcActionText-p3Ew3r1G.mjs +57 -0
  350. package/dist/chunks/NcActionText-p3Ew3r1G.mjs.map +1 -0
  351. package/dist/chunks/NcActionTextEditable-PAn8Dpv4.mjs +121 -0
  352. package/dist/chunks/NcActionTextEditable-PAn8Dpv4.mjs.map +1 -0
  353. package/dist/chunks/NcActionTextEditable-RUh3BjpU.cjs +114 -0
  354. package/dist/chunks/NcActionTextEditable-RUh3BjpU.cjs.map +1 -0
  355. package/dist/chunks/NcActions-6Yv0De7D.mjs +451 -0
  356. package/dist/chunks/NcActions-6Yv0De7D.mjs.map +1 -0
  357. package/dist/chunks/NcActions-VJy75Dj8.cjs +443 -0
  358. package/dist/chunks/NcActions-VJy75Dj8.cjs.map +1 -0
  359. package/dist/chunks/NcAppContent-khCUrgDu.cjs +264 -0
  360. package/dist/chunks/NcAppContent-khCUrgDu.cjs.map +1 -0
  361. package/dist/chunks/NcAppContent-rV1EGzGY.mjs +275 -0
  362. package/dist/chunks/NcAppContent-rV1EGzGY.mjs.map +1 -0
  363. package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs +11 -0
  364. package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs.map +1 -0
  365. package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs +14 -0
  366. package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs.map +1 -0
  367. package/dist/chunks/NcAppContentList-_kO9F-p0.mjs +26 -0
  368. package/dist/chunks/NcAppContentList-_kO9F-p0.mjs.map +1 -0
  369. package/dist/chunks/NcAppContentList-blRtleBI.cjs +23 -0
  370. package/dist/chunks/NcAppContentList-blRtleBI.cjs.map +1 -0
  371. package/dist/chunks/NcAppNavigation-qnc3o3YP.cjs +125 -0
  372. package/dist/chunks/NcAppNavigation-qnc3o3YP.cjs.map +1 -0
  373. package/dist/chunks/NcAppNavigation-wvBM1j2_.mjs +134 -0
  374. package/dist/chunks/NcAppNavigation-wvBM1j2_.mjs.map +1 -0
  375. package/dist/chunks/NcAppNavigationCaption-6SpoIhcW.cjs +42 -0
  376. package/dist/chunks/NcAppNavigationCaption-6SpoIhcW.cjs.map +1 -0
  377. package/dist/chunks/NcAppNavigationCaption-wnBg9gYq.mjs +47 -0
  378. package/dist/chunks/NcAppNavigationCaption-wnBg9gYq.mjs.map +1 -0
  379. package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs +36 -0
  380. package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs.map +1 -0
  381. package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs +40 -0
  382. package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs.map +1 -0
  383. package/dist/chunks/NcAppNavigationItem-6kzsp9I8.cjs +595 -0
  384. package/dist/chunks/NcAppNavigationItem-6kzsp9I8.cjs.map +1 -0
  385. package/dist/chunks/NcAppNavigationItem-VR6oSt2q.mjs +608 -0
  386. package/dist/chunks/NcAppNavigationItem-VR6oSt2q.mjs.map +1 -0
  387. package/dist/chunks/NcAppNavigationNew-AamR4VD3.mjs +56 -0
  388. package/dist/chunks/NcAppNavigationNew-AamR4VD3.mjs.map +1 -0
  389. package/dist/chunks/NcAppNavigationNew-ae4GCKxx.cjs +51 -0
  390. package/dist/chunks/NcAppNavigationNew-ae4GCKxx.cjs.map +1 -0
  391. package/dist/chunks/NcAppNavigationNewItem-sZ0DdaXr.cjs +106 -0
  392. package/dist/chunks/NcAppNavigationNewItem-sZ0DdaXr.cjs.map +1 -0
  393. package/dist/chunks/NcAppNavigationNewItem-tSH06MX2.mjs +112 -0
  394. package/dist/chunks/NcAppNavigationNewItem-tSH06MX2.mjs.map +1 -0
  395. package/dist/chunks/NcAppNavigationSettings-giVx2sHN.mjs +131 -0
  396. package/dist/chunks/NcAppNavigationSettings-giVx2sHN.mjs.map +1 -0
  397. package/dist/chunks/NcAppNavigationSettings-mYqB3vRb.cjs +128 -0
  398. package/dist/chunks/NcAppNavigationSettings-mYqB3vRb.cjs.map +1 -0
  399. package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs +9 -0
  400. package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs.map +1 -0
  401. package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs +13 -0
  402. package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs.map +1 -0
  403. package/dist/chunks/NcAppNavigationToggle-DBCPaseG.mjs +136 -0
  404. package/dist/chunks/NcAppNavigationToggle-DBCPaseG.mjs.map +1 -0
  405. package/dist/chunks/NcAppNavigationToggle-cRUPsHZH.cjs +131 -0
  406. package/dist/chunks/NcAppNavigationToggle-cRUPsHZH.cjs.map +1 -0
  407. package/dist/chunks/NcAppSettingsDialog-90cJBaTf.mjs +212 -0
  408. package/dist/chunks/NcAppSettingsDialog-90cJBaTf.mjs.map +1 -0
  409. package/dist/chunks/NcAppSettingsDialog-WvDTWMwC.cjs +204 -0
  410. package/dist/chunks/NcAppSettingsDialog-WvDTWMwC.cjs.map +1 -0
  411. package/dist/chunks/NcAppSettingsSection-WcupJObJ.mjs +55 -0
  412. package/dist/chunks/NcAppSettingsSection-WcupJObJ.mjs.map +1 -0
  413. package/dist/chunks/NcAppSettingsSection-wLClE1lO.cjs +51 -0
  414. package/dist/chunks/NcAppSettingsSection-wLClE1lO.cjs.map +1 -0
  415. package/dist/chunks/NcAppSidebar-19vWkj82.cjs +706 -0
  416. package/dist/chunks/NcAppSidebar-19vWkj82.cjs.map +1 -0
  417. package/dist/chunks/NcAppSidebar-yjd-HiUO.mjs +725 -0
  418. package/dist/chunks/NcAppSidebar-yjd-HiUO.mjs.map +1 -0
  419. package/dist/chunks/NcAppSidebarTab--7BkDK9T.mjs +87 -0
  420. package/dist/chunks/NcAppSidebarTab--7BkDK9T.mjs.map +1 -0
  421. package/dist/chunks/NcAppSidebarTab-BeWt8Sdt.cjs +83 -0
  422. package/dist/chunks/NcAppSidebarTab-BeWt8Sdt.cjs.map +1 -0
  423. package/dist/chunks/NcAvatar-1MXwkOA2.cjs +516 -0
  424. package/dist/chunks/NcAvatar-1MXwkOA2.cjs.map +1 -0
  425. package/dist/chunks/NcAvatar-paLjF9Tc.mjs +532 -0
  426. package/dist/chunks/NcAvatar-paLjF9Tc.mjs.map +1 -0
  427. package/dist/chunks/NcBreadcrumb-X45pwcLq.cjs +208 -0
  428. package/dist/chunks/NcBreadcrumb-X45pwcLq.cjs.map +1 -0
  429. package/dist/chunks/NcBreadcrumb-gB_hnDG_.mjs +216 -0
  430. package/dist/chunks/NcBreadcrumb-gB_hnDG_.mjs.map +1 -0
  431. package/dist/chunks/NcBreadcrumbs-N7-Jj_ry.mjs +377 -0
  432. package/dist/chunks/NcBreadcrumbs-N7-Jj_ry.mjs.map +1 -0
  433. package/dist/chunks/NcBreadcrumbs-Y8LRE6xz.cjs +365 -0
  434. package/dist/chunks/NcBreadcrumbs-Y8LRE6xz.cjs.map +1 -0
  435. package/dist/chunks/NcButton-Uxh-oARg.cjs +245 -0
  436. package/dist/chunks/NcButton-Uxh-oARg.cjs.map +1 -0
  437. package/dist/chunks/NcButton-nCkJxwsi.mjs +248 -0
  438. package/dist/chunks/NcButton-nCkJxwsi.mjs.map +1 -0
  439. package/dist/chunks/NcCheckboxRadioSwitch-Hi5ocuhB.cjs +696 -0
  440. package/dist/chunks/NcCheckboxRadioSwitch-Hi5ocuhB.cjs.map +1 -0
  441. package/dist/chunks/NcCheckboxRadioSwitch-RgFq8ZUL.mjs +701 -0
  442. package/dist/chunks/NcCheckboxRadioSwitch-RgFq8ZUL.mjs.map +1 -0
  443. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-RYt-H2PA.cjs +3 -0
  444. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-RYt-H2PA.cjs.map +1 -0
  445. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-kB-352LR.mjs +3 -0
  446. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_c3135eb8_lang-kB-352LR.mjs.map +1 -0
  447. package/dist/chunks/NcColorPicker-hS0KYrLP.mjs +247 -0
  448. package/dist/chunks/NcColorPicker-hS0KYrLP.mjs.map +1 -0
  449. package/dist/chunks/NcColorPicker-rE3Dd7s7.cjs +235 -0
  450. package/dist/chunks/NcColorPicker-rE3Dd7s7.cjs.map +1 -0
  451. package/dist/chunks/NcContent-CUWR0V-w.mjs +156 -0
  452. package/dist/chunks/NcContent-CUWR0V-w.mjs.map +1 -0
  453. package/dist/chunks/NcContent-fGj1oSM5.cjs +148 -0
  454. package/dist/chunks/NcContent-fGj1oSM5.cjs.map +1 -0
  455. package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs +40 -0
  456. package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs.map +1 -0
  457. package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs +44 -0
  458. package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs.map +1 -0
  459. package/dist/chunks/NcDashboardWidget-DC4_9Yv_.mjs +169 -0
  460. package/dist/chunks/NcDashboardWidget-DC4_9Yv_.mjs.map +1 -0
  461. package/dist/chunks/NcDashboardWidget-fnhMGIb6.cjs +161 -0
  462. package/dist/chunks/NcDashboardWidget-fnhMGIb6.cjs.map +1 -0
  463. package/dist/chunks/NcDashboardWidgetItem-0jGJ_5Nx.cjs +177 -0
  464. package/dist/chunks/NcDashboardWidgetItem-0jGJ_5Nx.cjs.map +1 -0
  465. package/dist/chunks/NcDashboardWidgetItem-TD0N9xlv.mjs +184 -0
  466. package/dist/chunks/NcDashboardWidgetItem-TD0N9xlv.mjs.map +1 -0
  467. package/dist/chunks/NcDateTime-EnQV6T52.mjs +140 -0
  468. package/dist/chunks/NcDateTime-EnQV6T52.mjs.map +1 -0
  469. package/dist/chunks/NcDateTime-m_WZoAvd.cjs +136 -0
  470. package/dist/chunks/NcDateTime-m_WZoAvd.cjs.map +1 -0
  471. package/dist/chunks/NcDateTimePicker-4edYzlVf.cjs +326 -0
  472. package/dist/chunks/NcDateTimePicker-4edYzlVf.cjs.map +1 -0
  473. package/dist/chunks/NcDateTimePicker-GHt3kJ7B.mjs +336 -0
  474. package/dist/chunks/NcDateTimePicker-GHt3kJ7B.mjs.map +1 -0
  475. package/dist/chunks/NcDateTimePickerNative-m30hv5MT.cjs +176 -0
  476. package/dist/chunks/NcDateTimePickerNative-m30hv5MT.cjs.map +1 -0
  477. package/dist/chunks/NcDateTimePickerNative-nDQjZSiZ.mjs +181 -0
  478. package/dist/chunks/NcDateTimePickerNative-nDQjZSiZ.mjs.map +1 -0
  479. package/dist/chunks/NcDialog-eZWcoYL9.mjs +243 -0
  480. package/dist/chunks/NcDialog-eZWcoYL9.mjs.map +1 -0
  481. package/dist/chunks/NcDialog-qsI2VY8S.cjs +235 -0
  482. package/dist/chunks/NcDialog-qsI2VY8S.cjs.map +1 -0
  483. package/dist/chunks/NcDialogButton-Dou0EAc_.cjs +72 -0
  484. package/dist/chunks/NcDialogButton-Dou0EAc_.cjs.map +1 -0
  485. package/dist/chunks/NcDialogButton-R-zAILHz.mjs +77 -0
  486. package/dist/chunks/NcDialogButton-R-zAILHz.mjs.map +1 -0
  487. package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs +86 -0
  488. package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs.map +1 -0
  489. package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs +81 -0
  490. package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs.map +1 -0
  491. package/dist/chunks/NcEmojiPicker-84m02Stk.mjs +336 -0
  492. package/dist/chunks/NcEmojiPicker-84m02Stk.mjs.map +1 -0
  493. package/dist/chunks/NcEmojiPicker-hxiKGEHb.cjs +323 -0
  494. package/dist/chunks/NcEmojiPicker-hxiKGEHb.cjs.map +1 -0
  495. package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs +62 -0
  496. package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs.map +1 -0
  497. package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs +58 -0
  498. package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs.map +1 -0
  499. package/dist/chunks/NcGuestContent-8HpHaN1K.mjs +21 -0
  500. package/dist/chunks/NcGuestContent-8HpHaN1K.mjs.map +1 -0
  501. package/dist/chunks/NcGuestContent-vbt8h0nE.cjs +17 -0
  502. package/dist/chunks/NcGuestContent-vbt8h0nE.cjs.map +1 -0
  503. package/dist/chunks/NcHeaderMenu-Eo6rZDeL.cjs +216 -0
  504. package/dist/chunks/NcHeaderMenu-Eo6rZDeL.cjs.map +1 -0
  505. package/dist/chunks/NcHeaderMenu-yJJ4FWin.mjs +223 -0
  506. package/dist/chunks/NcHeaderMenu-yJJ4FWin.mjs.map +1 -0
  507. package/dist/chunks/NcHighlight-cBMxLCnf.cjs +136 -0
  508. package/dist/chunks/NcHighlight-cBMxLCnf.cjs.map +1 -0
  509. package/dist/chunks/NcHighlight-kWLldgWB.mjs +137 -0
  510. package/dist/chunks/NcHighlight-kWLldgWB.mjs.map +1 -0
  511. package/dist/chunks/NcIconSvgWrapper-gQnsseD2.mjs +82 -0
  512. package/dist/chunks/NcIconSvgWrapper-gQnsseD2.mjs.map +1 -0
  513. package/dist/chunks/NcIconSvgWrapper-rDMSblV4.cjs +77 -0
  514. package/dist/chunks/NcIconSvgWrapper-rDMSblV4.cjs.map +1 -0
  515. package/dist/chunks/NcInputConfirmCancel-3c-uWUuw.cjs +105 -0
  516. package/dist/chunks/NcInputConfirmCancel-3c-uWUuw.cjs.map +1 -0
  517. package/dist/chunks/NcInputConfirmCancel-cDJ5_L-Z.mjs +112 -0
  518. package/dist/chunks/NcInputConfirmCancel-cDJ5_L-Z.mjs.map +1 -0
  519. package/dist/chunks/NcInputField-9PAE2ONE.mjs +291 -0
  520. package/dist/chunks/NcInputField-9PAE2ONE.mjs.map +1 -0
  521. package/dist/chunks/NcInputField-dP-QARJo.cjs +283 -0
  522. package/dist/chunks/NcInputField-dP-QARJo.cjs.map +1 -0
  523. package/dist/chunks/NcListItem-gdczIybY.mjs +344 -0
  524. package/dist/chunks/NcListItem-gdczIybY.mjs.map +1 -0
  525. package/dist/chunks/NcListItem-iWTR4IZZ.cjs +337 -0
  526. package/dist/chunks/NcListItem-iWTR4IZZ.cjs.map +1 -0
  527. package/dist/chunks/NcListItemIcon-FeNwaJy4.cjs +188 -0
  528. package/dist/chunks/NcListItemIcon-FeNwaJy4.cjs.map +1 -0
  529. package/dist/chunks/NcListItemIcon-XsKTtITp.mjs +192 -0
  530. package/dist/chunks/NcListItemIcon-XsKTtITp.mjs.map +1 -0
  531. package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs +68 -0
  532. package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs.map +1 -0
  533. package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs +64 -0
  534. package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs.map +1 -0
  535. package/dist/chunks/NcNoteCard-IAgTi5HW.cjs +224 -0
  536. package/dist/chunks/NcNoteCard-IAgTi5HW.cjs.map +1 -0
  537. package/dist/chunks/NcNoteCard-joOYqjyF.mjs +228 -0
  538. package/dist/chunks/NcNoteCard-joOYqjyF.mjs.map +1 -0
  539. package/dist/chunks/NcPasswordField-8NI5u7lk.mjs +265 -0
  540. package/dist/chunks/NcPasswordField-8NI5u7lk.mjs.map +1 -0
  541. package/dist/chunks/NcPasswordField-QA6kIMu2.cjs +255 -0
  542. package/dist/chunks/NcPasswordField-QA6kIMu2.cjs.map +1 -0
  543. package/dist/chunks/NcPopover-HwP68PjO.mjs +224 -0
  544. package/dist/chunks/NcPopover-HwP68PjO.mjs.map +1 -0
  545. package/dist/chunks/NcPopover-sVfBFdPh.cjs +217 -0
  546. package/dist/chunks/NcPopover-sVfBFdPh.cjs.map +1 -0
  547. package/dist/chunks/NcProgressBar-3p3Phbcw.cjs +123 -0
  548. package/dist/chunks/NcProgressBar-3p3Phbcw.cjs.map +1 -0
  549. package/dist/chunks/NcProgressBar-KvtCwl-0.mjs +127 -0
  550. package/dist/chunks/NcProgressBar-KvtCwl-0.mjs.map +1 -0
  551. package/dist/chunks/NcRelatedResourcesPanel--UoHihRf.mjs +216 -0
  552. package/dist/chunks/NcRelatedResourcesPanel--UoHihRf.mjs.map +1 -0
  553. package/dist/chunks/NcRelatedResourcesPanel-oTY2g2gt.cjs +209 -0
  554. package/dist/chunks/NcRelatedResourcesPanel-oTY2g2gt.cjs.map +1 -0
  555. package/dist/chunks/NcRichContenteditable-0x4AmYZf.cjs +528 -0
  556. package/dist/chunks/NcRichContenteditable-0x4AmYZf.cjs.map +1 -0
  557. package/dist/chunks/NcRichContenteditable-rSquEMs2.mjs +540 -0
  558. package/dist/chunks/NcRichContenteditable-rSquEMs2.mjs.map +1 -0
  559. package/dist/chunks/NcRichText-S8FLpGCe.cjs +319 -0
  560. package/dist/chunks/NcRichText-S8FLpGCe.cjs.map +1 -0
  561. package/dist/chunks/NcRichText-_MNRVaQB.mjs +336 -0
  562. package/dist/chunks/NcRichText-_MNRVaQB.mjs.map +1 -0
  563. package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs +71 -0
  564. package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs.map +1 -0
  565. package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs +74 -0
  566. package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs.map +1 -0
  567. package/dist/chunks/NcSelect-9cM-OGdn.cjs +498 -0
  568. package/dist/chunks/NcSelect-9cM-OGdn.cjs.map +1 -0
  569. package/dist/chunks/NcSelect-w_Gt1U72.mjs +510 -0
  570. package/dist/chunks/NcSelect-w_Gt1U72.mjs.map +1 -0
  571. package/dist/chunks/NcSelectTags-6F9oTRUw.mjs +272 -0
  572. package/dist/chunks/NcSelectTags-6F9oTRUw.mjs.map +1 -0
  573. package/dist/chunks/NcSelectTags-vm5Fx2H5.cjs +265 -0
  574. package/dist/chunks/NcSelectTags-vm5Fx2H5.cjs.map +1 -0
  575. package/dist/chunks/NcSettingsInputText-KTYvd9zc.mjs +113 -0
  576. package/dist/chunks/NcSettingsInputText-KTYvd9zc.mjs.map +1 -0
  577. package/dist/chunks/NcSettingsInputText-wY_R_c6S.cjs +108 -0
  578. package/dist/chunks/NcSettingsInputText-wY_R_c6S.cjs.map +1 -0
  579. package/dist/chunks/NcSettingsSection-2TP0NQPH.cjs +114 -0
  580. package/dist/chunks/NcSettingsSection-2TP0NQPH.cjs.map +1 -0
  581. package/dist/chunks/NcSettingsSection-dEPaFL2w.mjs +118 -0
  582. package/dist/chunks/NcSettingsSection-dEPaFL2w.mjs.map +1 -0
  583. package/dist/chunks/NcSettingsSelectGroup-JfvkEnNr.mjs +208 -0
  584. package/dist/chunks/NcSettingsSelectGroup-JfvkEnNr.mjs.map +1 -0
  585. package/dist/chunks/NcSettingsSelectGroup-p8cgn6pv.cjs +199 -0
  586. package/dist/chunks/NcSettingsSelectGroup-p8cgn6pv.cjs.map +1 -0
  587. package/dist/chunks/NcTextArea-dRgNOiSU.mjs +203 -0
  588. package/dist/chunks/NcTextArea-dRgNOiSU.mjs.map +1 -0
  589. package/dist/chunks/NcTextArea-hNPj4rEs.cjs +196 -0
  590. package/dist/chunks/NcTextArea-hNPj4rEs.cjs.map +1 -0
  591. package/dist/chunks/NcTextField-avDV7Ry_.mjs +165 -0
  592. package/dist/chunks/NcTextField-avDV7Ry_.mjs.map +1 -0
  593. package/dist/chunks/NcTextField-bz_keSKF.cjs +158 -0
  594. package/dist/chunks/NcTextField-bz_keSKF.cjs.map +1 -0
  595. package/dist/chunks/NcTimezonePicker-YNWJXRnl.cjs +7202 -0
  596. package/dist/chunks/NcTimezonePicker-YNWJXRnl.cjs.map +1 -0
  597. package/dist/chunks/NcTimezonePicker-wLjOcbbU.mjs +7209 -0
  598. package/dist/chunks/NcTimezonePicker-wLjOcbbU.mjs.map +1 -0
  599. package/dist/chunks/NcUserBubble-epl-RDQa.cjs +198 -0
  600. package/dist/chunks/NcUserBubble-epl-RDQa.cjs.map +1 -0
  601. package/dist/chunks/NcUserBubble-fA1TQtnx.mjs +204 -0
  602. package/dist/chunks/NcUserBubble-fA1TQtnx.mjs.map +1 -0
  603. package/dist/chunks/NcUserStatusIcon--z2VUZIt.mjs +171 -0
  604. package/dist/chunks/NcUserStatusIcon--z2VUZIt.mjs.map +1 -0
  605. package/dist/chunks/NcUserStatusIcon-swCHU0tl.cjs +163 -0
  606. package/dist/chunks/NcUserStatusIcon-swCHU0tl.cjs.map +1 -0
  607. package/dist/chunks/ScopeComponent-4ppIHwI4.cjs +26 -0
  608. package/dist/chunks/ScopeComponent-4ppIHwI4.cjs.map +1 -0
  609. package/dist/chunks/ScopeComponent-KbEZrKGJ.mjs +27 -0
  610. package/dist/chunks/ScopeComponent-KbEZrKGJ.mjs.map +1 -0
  611. package/dist/chunks/_l10n-JmazR_zZ.mjs +66 -0
  612. package/dist/chunks/_l10n-JmazR_zZ.mjs.map +1 -0
  613. package/dist/chunks/_l10n-wK0o0jNS.cjs +64 -0
  614. package/dist/chunks/_l10n-wK0o0jNS.cjs.map +1 -0
  615. package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs +9 -0
  616. package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs.map +1 -0
  617. package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs +8 -0
  618. package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs.map +1 -0
  619. package/dist/chunks/actionGlobal-1onxXJwM.mjs +46 -0
  620. package/dist/chunks/actionGlobal-1onxXJwM.mjs.map +1 -0
  621. package/dist/chunks/actionGlobal-kyAHPMcH.cjs +45 -0
  622. package/dist/chunks/actionGlobal-kyAHPMcH.cjs.map +1 -0
  623. package/dist/chunks/actionText-IqPIFk1D.mjs +127 -0
  624. package/dist/chunks/actionText-IqPIFk1D.mjs.map +1 -0
  625. package/dist/chunks/actionText-WQ07UNmt.cjs +126 -0
  626. package/dist/chunks/actionText-WQ07UNmt.cjs.map +1 -0
  627. package/dist/chunks/index-NP8hZQhr.cjs +161 -0
  628. package/dist/chunks/index-NP8hZQhr.cjs.map +1 -0
  629. package/dist/chunks/index-hX7KRzaJ.mjs +167 -0
  630. package/dist/chunks/index-hX7KRzaJ.mjs.map +1 -0
  631. package/dist/chunks/referencePickerModal-9sd4Ftja.mjs +1114 -0
  632. package/dist/chunks/referencePickerModal-9sd4Ftja.mjs.map +1 -0
  633. package/dist/chunks/referencePickerModal-gCkuVbeM.cjs +1096 -0
  634. package/dist/chunks/referencePickerModal-gCkuVbeM.cjs.map +1 -0
  635. package/dist/chunks/usernameToColor--FE9Dq8h.cjs +39 -0
  636. package/dist/chunks/usernameToColor--FE9Dq8h.cjs.map +1 -0
  637. package/dist/chunks/usernameToColor-t95If_mB.mjs +41 -0
  638. package/dist/chunks/usernameToColor-t95If_mB.mjs.map +1 -0
  639. package/dist/cypress/component/NcButton.cy.d.ts +1 -0
  640. package/dist/cypress/component/NcSelect.cy.d.ts +1 -0
  641. package/dist/cypress/component/modal.cy.d.ts +1 -0
  642. package/dist/cypress/component/richtext.cy.d.ts +1 -0
  643. package/dist/cypress/support/commands.d.ts +1 -0
  644. package/dist/cypress/support/component.d.ts +8 -0
  645. package/dist/cypress/visual/AppNavigationItem.cy.d.ts +1 -0
  646. package/dist/cypress.config.d.ts +3 -0
  647. package/dist/index.cjs +142 -167
  648. package/dist/index.cjs.map +1 -1
  649. package/dist/index.mjs +179 -205
  650. package/dist/index.mjs.map +1 -1
  651. package/dist/src/components/NcActionButton/NcActionButton.vue.d.ts +202 -0
  652. package/dist/src/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +26 -0
  653. package/dist/src/components/NcActionCaption/NcActionCaption.vue.d.ts +18 -0
  654. package/dist/src/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +99 -0
  655. package/dist/src/components/NcActionInput/NcActionInput.vue.d.ts +261 -0
  656. package/dist/src/components/NcActionLink/NcActionLink.vue.d.ts +2 -0
  657. package/dist/src/components/NcActionRadio/NcActionRadio.vue.d.ts +115 -0
  658. package/dist/src/components/NcActionRouter/NcActionRouter.vue.d.ts +68 -0
  659. package/dist/src/components/NcActionSeparator/NcActionSeparator.vue.d.ts +2 -0
  660. package/dist/src/components/NcActionText/NcActionText.vue.d.ts +48 -0
  661. package/dist/src/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +113 -0
  662. package/dist/src/components/NcActions/NcActions.vue.d.ts +321 -0
  663. package/dist/src/components/NcAppContent/NcAppContent.vue.d.ts +162 -0
  664. package/dist/src/components/NcAppContent/NcAppDetailsToggle.vue.d.ts +6 -0
  665. package/dist/src/components/NcAppContentDetails/NcAppContentDetails.vue.d.ts +2 -0
  666. package/dist/src/components/NcAppContentList/NcAppContentList.vue.d.ts +23 -0
  667. package/dist/src/components/NcAppNavigation/NcAppNavigation.vue.d.ts +55 -0
  668. package/dist/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +20 -0
  669. package/dist/src/components/NcAppNavigationIconBullet/NcAppNavigationIconBullet.vue.d.ts +20 -0
  670. package/dist/src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue.d.ts +20 -0
  671. package/dist/src/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +413 -0
  672. package/dist/src/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +54 -0
  673. package/dist/src/components/NcAppNavigationNew/NcAppNavigationNew.vue.d.ts +48 -0
  674. package/dist/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue.d.ts +92 -0
  675. package/dist/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +37 -0
  676. package/dist/src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue.d.ts +2 -0
  677. package/dist/src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue.d.ts +18 -0
  678. package/dist/src/components/NcAppSettingsSection/NcAppSettingsSection.vue.d.ts +24 -0
  679. package/dist/src/components/NcAppSidebar/NcAppSidebar.vue.d.ts +287 -0
  680. package/dist/src/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +91 -0
  681. package/dist/src/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +75 -0
  682. package/dist/src/components/NcAvatar/NcAvatar.vue.d.ts +348 -0
  683. package/dist/src/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +197 -0
  684. package/dist/src/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +145 -0
  685. package/dist/src/components/NcButton/NcButton.vue.d.ts +236 -0
  686. package/dist/src/components/NcButton/index.d.ts +22 -0
  687. package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue.d.ts +6 -0
  688. package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue.d.ts +2 -0
  689. package/dist/src/components/NcColorPicker/NcColorPicker.vue.d.ts +2 -0
  690. package/dist/src/components/NcContent/NcContent.vue.d.ts +23 -0
  691. package/dist/src/components/NcCounterBubble/NcCounterBubble.vue.d.ts +41 -0
  692. package/dist/src/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +142 -0
  693. package/dist/src/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +170 -0
  694. package/dist/src/components/NcDateTime/NcDateTime.vue.d.ts +2 -0
  695. package/dist/src/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -0
  696. package/dist/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue.d.ts +2 -0
  697. package/dist/src/components/NcDialog/NcDialog.vue.d.ts +2 -0
  698. package/dist/src/components/NcDialogButton/NcDialogButton.vue.d.ts +2 -0
  699. package/dist/src/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +48 -0
  700. package/dist/src/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +184 -0
  701. package/dist/src/components/NcEmptyContent/NcEmptyContent.vue.d.ts +39 -0
  702. package/dist/src/components/NcGuestContent/NcGuestContent.vue.d.ts +2 -0
  703. package/dist/src/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +147 -0
  704. package/dist/src/components/NcHighlight/NcHighlight.vue.d.ts +65 -0
  705. package/dist/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +83 -0
  706. package/dist/src/components/NcInputField/NcInputField.vue.d.ts +278 -0
  707. package/dist/src/components/NcListItem/NcListItem.vue.d.ts +259 -0
  708. package/dist/src/components/NcListItemIcon/NcListItemIcon.vue.d.ts +207 -0
  709. package/dist/src/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +58 -0
  710. package/dist/src/components/NcModal/NcModal.vue.d.ts +2 -0
  711. package/dist/src/components/NcNoteCard/NcNoteCard.vue.d.ts +44 -0
  712. package/dist/src/components/NcPopover/NcPopover.vue.d.ts +2 -0
  713. package/dist/src/components/NcPopover/NcPopoverTriggerProvider.vue.d.ts +25 -0
  714. package/dist/src/components/NcProgressBar/NcProgressBar.vue.d.ts +2 -0
  715. package/dist/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +140 -0
  716. package/dist/src/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +32 -0
  717. package/dist/src/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +69 -0
  718. package/dist/src/components/NcRichContenteditable/NcMentionBubble.vue.d.ts +2 -0
  719. package/dist/src/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +342 -0
  720. package/dist/src/components/NcRichText/NcReferenceList.vue.d.ts +63 -0
  721. package/dist/src/components/NcRichText/NcReferencePicker/NcCustomPickerElement.vue.d.ts +28 -0
  722. package/dist/src/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +16 -0
  723. package/dist/src/components/NcRichText/NcReferencePicker/NcRawLinkInput.vue.d.ts +34 -0
  724. package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +84 -0
  725. package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +72 -0
  726. package/dist/src/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +69 -0
  727. package/dist/src/components/NcRichText/NcReferencePicker/NcSearchResult.vue.d.ts +34 -0
  728. package/dist/src/components/NcRichText/NcReferenceWidget.vue.d.ts +29 -0
  729. package/dist/src/components/NcRichText/NcRichText.vue.d.ts +140 -0
  730. package/dist/src/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +73 -0
  731. package/dist/src/components/NcSelect/NcSelect.vue.d.ts +14 -0
  732. package/dist/src/components/NcSelectTags/NcSelectTags.vue.d.ts +23 -0
  733. package/dist/src/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +97 -0
  734. package/dist/src/components/NcSettingsSection/NcSettingsSection.vue.d.ts +57 -0
  735. package/dist/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +144 -0
  736. package/dist/src/components/NcTextArea/NcTextArea.vue.d.ts +205 -0
  737. package/dist/src/components/NcTextField/NcTextField.vue.d.ts +20 -0
  738. package/dist/src/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +78 -0
  739. package/dist/src/components/NcUserBubble/NcUserBubble.vue.d.ts +180 -0
  740. package/dist/src/components/NcUserBubble/NcUserBubbleDiv.vue.d.ts +2 -0
  741. package/dist/src/components/NcUserStatusIcon/NcUserStatusIcon.vue.d.ts +2 -0
  742. package/dist/src/components/NcVNodes/NcVNodes.vue.d.ts +20 -0
  743. package/dist/src/components/index.d.ts +91 -0
  744. package/dist/src/directives/index.d.ts +24 -0
  745. package/dist/src/index.d.ts +27 -0
  746. package/dist/src/plugin.d.ts +16 -0
  747. package/dist/src/utils/isSlotPopulated.d.ts +29 -0
  748. package/dist/tests/unit/components/NcActions/NcActionButton.spec.d.ts +22 -0
  749. package/dist/tests/unit/components/NcActions/NcActions.spec.d.ts +23 -0
  750. package/dist/tests/unit/components/NcAppSettingsDialog/NcAppSettingsDialog.spec.d.ts +22 -0
  751. package/dist/tests/unit/components/NcAvatar/NcAvatar.spec.d.ts +22 -0
  752. package/dist/tests/unit/components/NcInputField/NcInputField.spec.d.ts +1 -0
  753. package/dist/tests/unit/components/NcListItemIcon/list-item-icon.spec.d.ts +22 -0
  754. package/dist/tests/unit/components/NcRichContenteditable/NcRichContenteditable.spec.d.ts +1 -0
  755. package/dist/tests/unit/plugin.spec.d.ts +22 -0
  756. package/dist/tests/unit/testing-utils.d.ts +6 -0
  757. package/dist/tests/unit/utils/isSlotPopulated.spec.d.ts +1 -0
  758. package/dist/vite.config.d.ts +3 -0
  759. package/dist/vitest.config.d.ts +3 -0
  760. package/package.json +35 -40
  761. package/dist/Mixins/isFullscreen.cjs +0 -35
  762. package/dist/Mixins/isFullscreen.cjs.map +0 -1
  763. package/dist/Mixins/isFullscreen.mjs +0 -36
  764. package/dist/Mixins/isFullscreen.mjs.map +0 -1
  765. package/dist/Mixins/isMobile.cjs +0 -35
  766. package/dist/Mixins/isMobile.cjs.map +0 -1
  767. package/dist/Mixins/isMobile.mjs +0 -36
  768. package/dist/Mixins/isMobile.mjs.map +0 -1
  769. package/dist/assets/NcActionButton-YVkNHN_x.css +0 -134
  770. package/dist/assets/NcActionCheckbox-6Pvlr1E7.css +0 -106
  771. package/dist/assets/NcActionInput-4zSvDkWm.css +0 -243
  772. package/dist/assets/NcActionRadio-eOr9Sp-D.css +0 -106
  773. package/dist/assets/NcActionRouter-MFTD6tYI.css +0 -133
  774. package/dist/assets/NcActionTextEditable-JrYuWEDd.css +0 -259
  775. package/dist/assets/NcActions-nAi2TA1m.css +0 -84
  776. package/dist/assets/NcAppContent-SZz3PTd8.css +0 -115
  777. package/dist/assets/NcAppNavigation-vjqOL-kR.css +0 -92
  778. package/dist/assets/NcAppNavigationCaption-l5yRGXZx.css +0 -52
  779. package/dist/assets/NcAppNavigationItem-n-wauJE7.css +0 -206
  780. package/dist/assets/NcAppNavigationNew-joyd78FM.css +0 -36
  781. package/dist/assets/NcAppNavigationSettings-Jx_6RpSn.css +0 -88
  782. package/dist/assets/NcAppNavigationToggle-upUgYNtL.css +0 -38
  783. package/dist/assets/NcAppSettingsDialog-8K8FduDk.css +0 -87
  784. package/dist/assets/NcAppSettingsSection-ahfdhix_.css +0 -41
  785. package/dist/assets/NcAppSidebar-iU8Zp4Qk.css +0 -318
  786. package/dist/assets/NcAppSidebarTab-Phau6edJ.css +0 -45
  787. package/dist/assets/NcAvatar-Vg6Mi1TD.css +0 -144
  788. package/dist/assets/NcBreadcrumb-M3hqCbqS.css +0 -80
  789. package/dist/assets/NcBreadcrumbs-KBV0Jccv.css +0 -49
  790. package/dist/assets/NcButton-DTnreNJ5.css +0 -204
  791. package/dist/assets/NcCheckboxRadioSwitch-IKpLtz9k.css +0 -199
  792. package/dist/assets/NcColorPicker-CNX9fj56.css +0 -131
  793. package/dist/assets/NcContent-LWR23l9i.css +0 -84
  794. package/dist/assets/NcDashboardWidget-01deRW9Z.css +0 -83
  795. package/dist/assets/NcDateTimePicker-J_kGHwdu.css +0 -884
  796. package/dist/assets/NcDateTimePickerNative-2pQS5L0H.css +0 -46
  797. package/dist/assets/NcDialog-2V180xdm.css +0 -115
  798. package/dist/assets/NcEmojiPicker-lBXbC6Jd.css +0 -550
  799. package/dist/assets/NcEmptyContent-pSz7F6Oe.css +0 -75
  800. package/dist/assets/NcGuestContent-mGGTzI2_.css +0 -51
  801. package/dist/assets/NcHeaderMenu-P0OkK9WN.css +0 -92
  802. package/dist/assets/NcIconSvgWrapper-arqrq5Bj.css +0 -44
  803. package/dist/assets/NcInputConfirmCancel-ks8z8dIn.css +0 -51
  804. package/dist/assets/NcInputField-Y-Qp3D_b.css +0 -193
  805. package/dist/assets/NcListItem-xcW2PRrk.css +0 -165
  806. package/dist/assets/NcListItemIcon-PQ2s6ZqX.css +0 -80
  807. package/dist/assets/NcModal-QzDLeQrW.css +0 -295
  808. package/dist/assets/NcRelatedResourcesPanel-m3uf_nvH.css +0 -76
  809. package/dist/assets/NcRichContenteditable-xiQ4y2Z6.css +0 -267
  810. package/dist/assets/NcSettingsInputText-MPi6a3Yy.css +0 -46
  811. package/dist/assets/NcSettingsSelectGroup-_Jpb8yE3.css +0 -34
  812. package/dist/assets/NcTextArea-K-KVPiMp.css +0 -138
  813. package/dist/assets/NcUserBubble-jjzI5imn.css +0 -59
  814. package/dist/assets/NcUserStatusIcon-62u43_6P.css +0 -41
  815. package/dist/assets/referencePickerModal-VxSowpb5.css +0 -509
  816. package/dist/chunks/AlertCircleOutline-VgVvRWpm.cjs +0 -35
  817. package/dist/chunks/AlertCircleOutline-VgVvRWpm.cjs.map +0 -1
  818. package/dist/chunks/AlertCircleOutline-lwSRucNO.mjs +0 -37
  819. package/dist/chunks/AlertCircleOutline-lwSRucNO.mjs.map +0 -1
  820. package/dist/chunks/ArrowLeft-3KC2k3tR.cjs +0 -35
  821. package/dist/chunks/ArrowLeft-3KC2k3tR.cjs.map +0 -1
  822. package/dist/chunks/ArrowLeft-buaCjhfr.mjs +0 -37
  823. package/dist/chunks/ArrowLeft-buaCjhfr.mjs.map +0 -1
  824. package/dist/chunks/ArrowRight-4p6gv-9o.mjs +0 -37
  825. package/dist/chunks/ArrowRight-4p6gv-9o.mjs.map +0 -1
  826. package/dist/chunks/ArrowRight-uEMed4kl.cjs +0 -35
  827. package/dist/chunks/ArrowRight-uEMed4kl.cjs.map +0 -1
  828. package/dist/chunks/Check-5uKO4aXx.cjs +0 -35
  829. package/dist/chunks/Check-5uKO4aXx.cjs.map +0 -1
  830. package/dist/chunks/Check-FObi_cEO.mjs +0 -37
  831. package/dist/chunks/Check-FObi_cEO.mjs.map +0 -1
  832. package/dist/chunks/ChevronDown-TbRvziNU.mjs +0 -37
  833. package/dist/chunks/ChevronDown-TbRvziNU.mjs.map +0 -1
  834. package/dist/chunks/ChevronDown-rdCNNu7u.cjs +0 -35
  835. package/dist/chunks/ChevronDown-rdCNNu7u.cjs.map +0 -1
  836. package/dist/chunks/ChevronRight-XOmSMmxA.mjs +0 -37
  837. package/dist/chunks/ChevronRight-XOmSMmxA.mjs.map +0 -1
  838. package/dist/chunks/ChevronRight-bp7fT1r7.cjs +0 -35
  839. package/dist/chunks/ChevronRight-bp7fT1r7.cjs.map +0 -1
  840. package/dist/chunks/Close-5Hzp7J3v.mjs +0 -37
  841. package/dist/chunks/Close-5Hzp7J3v.mjs.map +0 -1
  842. package/dist/chunks/Close-QFLrdRdG.cjs +0 -35
  843. package/dist/chunks/Close-QFLrdRdG.cjs.map +0 -1
  844. package/dist/chunks/DotsHorizontal-NssXDZGM.mjs +0 -37
  845. package/dist/chunks/DotsHorizontal-NssXDZGM.mjs.map +0 -1
  846. package/dist/chunks/DotsHorizontal-dlN1WvqM.cjs +0 -35
  847. package/dist/chunks/DotsHorizontal-dlN1WvqM.cjs.map +0 -1
  848. package/dist/chunks/GenColors-6mrcK1J2.cjs +0 -141
  849. package/dist/chunks/GenColors-6mrcK1J2.cjs.map +0 -1
  850. package/dist/chunks/GenColors-ZwEj275X.mjs +0 -142
  851. package/dist/chunks/GenColors-ZwEj275X.mjs.map +0 -1
  852. package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs +0 -50
  853. package/dist/chunks/NcActionButtonGroup-3W6tc8gZ.mjs.map +0 -1
  854. package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs +0 -45
  855. package/dist/chunks/NcActionButtonGroup-IEaXhYp3.cjs.map +0 -1
  856. package/dist/chunks/NcActionInput-bLRYLx45.cjs +0 -234
  857. package/dist/chunks/NcActionInput-bLRYLx45.cjs.map +0 -1
  858. package/dist/chunks/NcActionInput-v8cC8WD4.mjs +0 -244
  859. package/dist/chunks/NcActionInput-v8cC8WD4.mjs.map +0 -1
  860. package/dist/chunks/NcActions-7ytNFRBJ.cjs +0 -493
  861. package/dist/chunks/NcActions-7ytNFRBJ.cjs.map +0 -1
  862. package/dist/chunks/NcActions-CNDgnRLf.mjs +0 -501
  863. package/dist/chunks/NcActions-CNDgnRLf.mjs.map +0 -1
  864. package/dist/chunks/NcAppContent-XBosilQH.mjs +0 -231
  865. package/dist/chunks/NcAppContent-XBosilQH.mjs.map +0 -1
  866. package/dist/chunks/NcAppContent-f3dNUfhO.cjs +0 -221
  867. package/dist/chunks/NcAppContent-f3dNUfhO.cjs.map +0 -1
  868. package/dist/chunks/NcAppNavigation-oke9RxP6.cjs +0 -113
  869. package/dist/chunks/NcAppNavigation-oke9RxP6.cjs.map +0 -1
  870. package/dist/chunks/NcAppNavigation-qUXaV47L.mjs +0 -122
  871. package/dist/chunks/NcAppNavigation-qUXaV47L.mjs.map +0 -1
  872. package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs +0 -47
  873. package/dist/chunks/NcAppNavigationCaption-M-KZKijE.mjs.map +0 -1
  874. package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs +0 -43
  875. package/dist/chunks/NcAppNavigationCaption-hVmjPz-2.cjs.map +0 -1
  876. package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs +0 -508
  877. package/dist/chunks/NcAppNavigationItem-GNnDmUq5.mjs.map +0 -1
  878. package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs +0 -496
  879. package/dist/chunks/NcAppNavigationItem-YYoh37Ky.cjs.map +0 -1
  880. package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs +0 -86
  881. package/dist/chunks/NcAppNavigationNewItem-3l4mRRsI.cjs.map +0 -1
  882. package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs +0 -91
  883. package/dist/chunks/NcAppNavigationNewItem-pBHgj8Es.mjs.map +0 -1
  884. package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs +0 -102
  885. package/dist/chunks/NcAppNavigationSettings-IkF_z_xt.cjs.map +0 -1
  886. package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs +0 -105
  887. package/dist/chunks/NcAppNavigationSettings-c_S9UbSU.mjs.map +0 -1
  888. package/dist/chunks/NcAppNavigationToggle-S4YTmnky.mjs +0 -113
  889. package/dist/chunks/NcAppNavigationToggle-S4YTmnky.mjs.map +0 -1
  890. package/dist/chunks/NcAppNavigationToggle-Tvz9copM.cjs +0 -109
  891. package/dist/chunks/NcAppNavigationToggle-Tvz9copM.cjs.map +0 -1
  892. package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs +0 -184
  893. package/dist/chunks/NcAppSettingsDialog-CQtmRXyZ.mjs.map +0 -1
  894. package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs +0 -176
  895. package/dist/chunks/NcAppSettingsDialog-L6IvAL_I.cjs.map +0 -1
  896. package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs +0 -547
  897. package/dist/chunks/NcAppSidebar-GCbKi7Tk.cjs.map +0 -1
  898. package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs +0 -565
  899. package/dist/chunks/NcAppSidebar-nHbqU8Wl.mjs.map +0 -1
  900. package/dist/chunks/NcAvatar-1gX-bnpd.mjs +0 -467
  901. package/dist/chunks/NcAvatar-1gX-bnpd.mjs.map +0 -1
  902. package/dist/chunks/NcAvatar-8NgbtiTN.cjs +0 -453
  903. package/dist/chunks/NcAvatar-8NgbtiTN.cjs.map +0 -1
  904. package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs +0 -172
  905. package/dist/chunks/NcBreadcrumb-3vNer4Fs.cjs.map +0 -1
  906. package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs +0 -179
  907. package/dist/chunks/NcBreadcrumb-VlYks8Vu.mjs.map +0 -1
  908. package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs +0 -407
  909. package/dist/chunks/NcBreadcrumbs-GhYBmcix.cjs.map +0 -1
  910. package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs +0 -418
  911. package/dist/chunks/NcBreadcrumbs-UCJPNjZg.mjs.map +0 -1
  912. package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs +0 -607
  913. package/dist/chunks/NcCheckboxRadioSwitch-3sa_9DpY.mjs.map +0 -1
  914. package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs +0 -603
  915. package/dist/chunks/NcCheckboxRadioSwitch-s5C7ZGB_.cjs.map +0 -1
  916. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs +0 -3
  917. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-2l55YbP4.cjs.map +0 -1
  918. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs +0 -3
  919. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_835b7036_lang-4V3NxICZ.mjs.map +0 -1
  920. package/dist/chunks/NcColorPicker-4qA0UWdA.cjs +0 -161
  921. package/dist/chunks/NcColorPicker-4qA0UWdA.cjs.map +0 -1
  922. package/dist/chunks/NcColorPicker-aNJDKf-I.mjs +0 -172
  923. package/dist/chunks/NcColorPicker-aNJDKf-I.mjs.map +0 -1
  924. package/dist/chunks/NcContent-V1PRVhsU.mjs +0 -131
  925. package/dist/chunks/NcContent-V1PRVhsU.mjs.map +0 -1
  926. package/dist/chunks/NcContent-x5KPSopo.cjs +0 -123
  927. package/dist/chunks/NcContent-x5KPSopo.cjs.map +0 -1
  928. package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs +0 -141
  929. package/dist/chunks/NcDashboardWidget-pzCvVb_0.mjs.map +0 -1
  930. package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs +0 -134
  931. package/dist/chunks/NcDashboardWidget-w15LYpmC.cjs.map +0 -1
  932. package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs +0 -143
  933. package/dist/chunks/NcDashboardWidgetItem-FNmPTAuj.mjs.map +0 -1
  934. package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs +0 -137
  935. package/dist/chunks/NcDashboardWidgetItem-YJerQyu5.cjs.map +0 -1
  936. package/dist/chunks/NcDateTime-22ULCxg8.mjs +0 -146
  937. package/dist/chunks/NcDateTime-22ULCxg8.mjs.map +0 -1
  938. package/dist/chunks/NcDateTime-eHTrKYG4.cjs +0 -142
  939. package/dist/chunks/NcDateTime-eHTrKYG4.cjs.map +0 -1
  940. package/dist/chunks/NcDialog-KlvRL7k1.cjs +0 -209
  941. package/dist/chunks/NcDialog-KlvRL7k1.cjs.map +0 -1
  942. package/dist/chunks/NcDialog-b2LjzZB8.mjs +0 -217
  943. package/dist/chunks/NcDialog-b2LjzZB8.mjs.map +0 -1
  944. package/dist/chunks/NcDialogButton-37xKCh_l.cjs +0 -68
  945. package/dist/chunks/NcDialogButton-37xKCh_l.cjs.map +0 -1
  946. package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs +0 -73
  947. package/dist/chunks/NcDialogButton-O4JZ53Dj.mjs.map +0 -1
  948. package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs +0 -249
  949. package/dist/chunks/NcEmojiPicker-H_YmCt4L.mjs.map +0 -1
  950. package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs +0 -238
  951. package/dist/chunks/NcEmojiPicker-o1VRXxQO.cjs.map +0 -1
  952. package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs +0 -183
  953. package/dist/chunks/NcHeaderMenu-CIYGCufy.cjs.map +0 -1
  954. package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs +0 -190
  955. package/dist/chunks/NcHeaderMenu-CfEUQ0JV.mjs.map +0 -1
  956. package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs +0 -85
  957. package/dist/chunks/NcIconSvgWrapper-P-GkSjTH.mjs.map +0 -1
  958. package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs +0 -80
  959. package/dist/chunks/NcIconSvgWrapper-_lgitSfS.cjs.map +0 -1
  960. package/dist/chunks/NcInputConfirmCancel-YzEcukdc.cjs +0 -91
  961. package/dist/chunks/NcInputConfirmCancel-YzEcukdc.cjs.map +0 -1
  962. package/dist/chunks/NcInputConfirmCancel-lUDtoN2O.mjs +0 -97
  963. package/dist/chunks/NcInputConfirmCancel-lUDtoN2O.mjs.map +0 -1
  964. package/dist/chunks/NcListItem-AZpInn_s.mjs +0 -248
  965. package/dist/chunks/NcListItem-AZpInn_s.mjs.map +0 -1
  966. package/dist/chunks/NcListItem-bBx6_yWw.cjs +0 -242
  967. package/dist/chunks/NcListItem-bBx6_yWw.cjs.map +0 -1
  968. package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs +0 -164
  969. package/dist/chunks/NcListItemIcon-1ZcwsrMT.mjs.map +0 -1
  970. package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs +0 -160
  971. package/dist/chunks/NcListItemIcon-uPc7p1KY.cjs.map +0 -1
  972. package/dist/chunks/NcPasswordField-YvUbX2WS.cjs +0 -229
  973. package/dist/chunks/NcPasswordField-YvUbX2WS.cjs.map +0 -1
  974. package/dist/chunks/NcPasswordField-fNiTJMmG.mjs +0 -238
  975. package/dist/chunks/NcPasswordField-fNiTJMmG.mjs.map +0 -1
  976. package/dist/chunks/NcPopover-EXxv8Pzw.cjs +0 -218
  977. package/dist/chunks/NcPopover-EXxv8Pzw.cjs.map +0 -1
  978. package/dist/chunks/NcPopover-NyUZ2r7V.mjs +0 -225
  979. package/dist/chunks/NcPopover-NyUZ2r7V.mjs.map +0 -1
  980. package/dist/chunks/NcProgressBar-hQCFE5H3.mjs +0 -99
  981. package/dist/chunks/NcProgressBar-hQCFE5H3.mjs.map +0 -1
  982. package/dist/chunks/NcProgressBar-yrdD1jxU.cjs +0 -95
  983. package/dist/chunks/NcProgressBar-yrdD1jxU.cjs.map +0 -1
  984. package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs +0 -199
  985. package/dist/chunks/NcRelatedResourcesPanel-DCqlPqZc.cjs.map +0 -1
  986. package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs +0 -205
  987. package/dist/chunks/NcRelatedResourcesPanel-H2imJgxi.mjs.map +0 -1
  988. package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs +0 -515
  989. package/dist/chunks/NcRichContenteditable-EZp-vrCT.mjs.map +0 -1
  990. package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs +0 -504
  991. package/dist/chunks/NcRichContenteditable-lPa8fqWG.cjs.map +0 -1
  992. package/dist/chunks/NcRichText-7CHftQ4Z.mjs +0 -346
  993. package/dist/chunks/NcRichText-7CHftQ4Z.mjs.map +0 -1
  994. package/dist/chunks/NcRichText-SPiEkcnt.cjs +0 -330
  995. package/dist/chunks/NcRichText-SPiEkcnt.cjs.map +0 -1
  996. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs +0 -62
  997. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs.map +0 -1
  998. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs +0 -59
  999. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs.map +0 -1
  1000. package/dist/chunks/NcSelect-c9-eF29z.cjs +0 -462
  1001. package/dist/chunks/NcSelect-c9-eF29z.cjs.map +0 -1
  1002. package/dist/chunks/NcSelect-zx9IspDS.mjs +0 -474
  1003. package/dist/chunks/NcSelect-zx9IspDS.mjs.map +0 -1
  1004. package/dist/chunks/NcSelectTags-WGdCwmRr.mjs +0 -267
  1005. package/dist/chunks/NcSelectTags-WGdCwmRr.mjs.map +0 -1
  1006. package/dist/chunks/NcSelectTags-doFIXNxC.cjs +0 -261
  1007. package/dist/chunks/NcSelectTags-doFIXNxC.cjs.map +0 -1
  1008. package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs +0 -95
  1009. package/dist/chunks/NcSettingsInputText-YMRo6B3V.mjs.map +0 -1
  1010. package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs +0 -91
  1011. package/dist/chunks/NcSettingsInputText-sJarpoq-.cjs.map +0 -1
  1012. package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs +0 -95
  1013. package/dist/chunks/NcSettingsSection-R_JKZdJk.cjs.map +0 -1
  1014. package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs +0 -98
  1015. package/dist/chunks/NcSettingsSection-zdWzOqxk.mjs.map +0 -1
  1016. package/dist/chunks/NcSettingsSelectGroup-Ghgl6Y_d.mjs +0 -192
  1017. package/dist/chunks/NcSettingsSelectGroup-Ghgl6Y_d.mjs.map +0 -1
  1018. package/dist/chunks/NcSettingsSelectGroup-NhJyFPsw.cjs +0 -184
  1019. package/dist/chunks/NcSettingsSelectGroup-NhJyFPsw.cjs.map +0 -1
  1020. package/dist/chunks/NcTextField-8ap5MAGr.cjs +0 -140
  1021. package/dist/chunks/NcTextField-8ap5MAGr.cjs.map +0 -1
  1022. package/dist/chunks/NcTextField-tIJ3fJ37.mjs +0 -146
  1023. package/dist/chunks/NcTextField-tIJ3fJ37.mjs.map +0 -1
  1024. package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs +0 -7205
  1025. package/dist/chunks/NcTimezonePicker-Ue_mc4jo.mjs.map +0 -1
  1026. package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs +0 -7199
  1027. package/dist/chunks/NcTimezonePicker-ag-krDDP.cjs.map +0 -1
  1028. package/dist/chunks/NcUserBubble-hfgJXqk2.cjs +0 -191
  1029. package/dist/chunks/NcUserBubble-hfgJXqk2.cjs.map +0 -1
  1030. package/dist/chunks/NcUserBubble-s30BQXdv.mjs +0 -197
  1031. package/dist/chunks/NcUserBubble-s30BQXdv.mjs.map +0 -1
  1032. package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs +0 -174
  1033. package/dist/chunks/NcUserStatusIcon-H5b_e8YL.mjs.map +0 -1
  1034. package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs +0 -166
  1035. package/dist/chunks/NcUserStatusIcon-PevYJx6w.cjs.map +0 -1
  1036. package/dist/chunks/ScopeComponent-9XNLQCuu.mjs +0 -29
  1037. package/dist/chunks/ScopeComponent-9XNLQCuu.mjs.map +0 -1
  1038. package/dist/chunks/ScopeComponent-_Cg8ogL-.cjs +0 -28
  1039. package/dist/chunks/ScopeComponent-_Cg8ogL-.cjs.map +0 -1
  1040. package/dist/chunks/_l10n-juAR1Sua.cjs +0 -64
  1041. package/dist/chunks/_l10n-juAR1Sua.cjs.map +0 -1
  1042. package/dist/chunks/_l10n-tZEKUJRj.mjs +0 -66
  1043. package/dist/chunks/_l10n-tZEKUJRj.mjs.map +0 -1
  1044. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs +0 -31
  1045. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +0 -1
  1046. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs +0 -32
  1047. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +0 -1
  1048. package/dist/chunks/actionGlobal-_f-PhW84.cjs +0 -45
  1049. package/dist/chunks/actionGlobal-_f-PhW84.cjs.map +0 -1
  1050. package/dist/chunks/actionGlobal-ejpd0zqm.mjs +0 -46
  1051. package/dist/chunks/actionGlobal-ejpd0zqm.mjs.map +0 -1
  1052. package/dist/chunks/actionText-AoAs4kqP.mjs +0 -127
  1053. package/dist/chunks/actionText-AoAs4kqP.mjs.map +0 -1
  1054. package/dist/chunks/actionText-pGrMQtZ3.cjs +0 -126
  1055. package/dist/chunks/actionText-pGrMQtZ3.cjs.map +0 -1
  1056. package/dist/chunks/index-2phCrsSH.mjs +0 -149
  1057. package/dist/chunks/index-2phCrsSH.mjs.map +0 -1
  1058. package/dist/chunks/index-AX_b-FPF.cjs +0 -150
  1059. package/dist/chunks/index-AX_b-FPF.cjs.map +0 -1
  1060. package/dist/chunks/index-FO4BaGaF.cjs +0 -148
  1061. package/dist/chunks/index-FO4BaGaF.cjs.map +0 -1
  1062. package/dist/chunks/index-KrMGGc7j.mjs +0 -156
  1063. package/dist/chunks/index-KrMGGc7j.mjs.map +0 -1
  1064. package/dist/chunks/referencePickerModal-jbqYHMmd.mjs +0 -897
  1065. package/dist/chunks/referencePickerModal-jbqYHMmd.mjs.map +0 -1
  1066. package/dist/chunks/referencePickerModal-rHOAeK-a.cjs +0 -879
  1067. package/dist/chunks/referencePickerModal-rHOAeK-a.cjs.map +0 -1
  1068. package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs +0 -39
  1069. package/dist/chunks/usernameToColor-fJ1S8Q2S.cjs.map +0 -1
  1070. package/dist/chunks/usernameToColor-pYptUj7i.mjs +0 -41
  1071. package/dist/chunks/usernameToColor-pYptUj7i.mjs.map +0 -1
  1072. package/dist/plugin.d.ts +0 -17
  1073. /package/dist/{functions → src/functions}/a11y/index.d.ts +0 -0
  1074. /package/dist/{functions → src/functions}/emoji/emoji.d.ts +0 -0
  1075. /package/dist/{functions → src/functions}/emoji/index.d.ts +0 -0
  1076. /package/dist/{utils → src/utils}/UserStatus.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"_l10n-tZEKUJRj.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,31 +0,0 @@
1
- "use strict";
2
- function C(r, t, d, u, i, a, f, h) {
3
- var e = typeof r == "function" ? r.options : r;
4
- t && (e.render = t, e.staticRenderFns = d, e._compiled = !0), u && (e.functional = !0), a && (e._scopeId = "data-v-" + a);
5
- var o;
6
- if (f ? (o = function(n) {
7
- n = n || // cached call
8
- this.$vnode && this.$vnode.ssrContext || // stateful
9
- this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ < "u" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
10
- }, e._ssrRegister = o) : i && (o = h ? function() {
11
- i.call(
12
- this,
13
- (e.functional ? this.parent : this).$root.$options.shadowRoot
14
- );
15
- } : i), o)
16
- if (e.functional) {
17
- e._injectStyles = o;
18
- var l = e.render;
19
- e.render = function(p, _) {
20
- return o.call(_), l(p, _);
21
- };
22
- } else {
23
- var s = e.beforeCreate;
24
- e.beforeCreate = s ? [].concat(s, o) : [o];
25
- }
26
- return {
27
- exports: r,
28
- options: e
29
- };
30
- }
31
- exports.normalizeComponent = C;
@@ -1 +0,0 @@
1
- {"version":3,"file":"_plugin-vue2_normalizer-DCfUPqga.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,32 +0,0 @@
1
- function v(r, a, d, h, i, t, f, u) {
2
- var e = typeof r == "function" ? r.options : r;
3
- a && (e.render = a, e.staticRenderFns = d, e._compiled = !0), h && (e.functional = !0), t && (e._scopeId = "data-v-" + t);
4
- var o;
5
- if (f ? (o = function(n) {
6
- n = n || // cached call
7
- this.$vnode && this.$vnode.ssrContext || // stateful
8
- this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ < "u" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
9
- }, e._ssrRegister = o) : i && (o = u ? function() {
10
- i.call(
11
- this,
12
- (e.functional ? this.parent : this).$root.$options.shadowRoot
13
- );
14
- } : i), o)
15
- if (e.functional) {
16
- e._injectStyles = o;
17
- var l = e.render;
18
- e.render = function(p, _) {
19
- return o.call(_), l(p, _);
20
- };
21
- } else {
22
- var s = e.beforeCreate;
23
- e.beforeCreate = s ? [].concat(s, o) : [o];
24
- }
25
- return {
26
- exports: r,
27
- options: e
28
- };
29
- }
30
- export {
31
- v as n
32
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"_plugin-vue2_normalizer-u6G_3nkj.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,45 +0,0 @@
1
- "use strict";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license AGPL-3.0-or-later
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- const t = {
24
- beforeUpdate() {
25
- this.text = this.getText();
26
- },
27
- data() {
28
- return {
29
- // $slots are not reactive.
30
- // We need to update the content manually
31
- text: this.getText()
32
- };
33
- },
34
- computed: {
35
- isLongText() {
36
- return this.text && this.text.trim().length > 20;
37
- }
38
- },
39
- methods: {
40
- getText() {
41
- return this.$scopedSlots.default ? this.$scopedSlots.default()?.[0].text.trim() : "";
42
- }
43
- }
44
- };
45
- exports.ActionGlobalMixin = t;
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionGlobal-_f-PhW84.cjs","sources":["../../src/mixins/actionGlobal.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nexport default {\n\tbeforeUpdate() {\n\t\tthis.text = this.getText()\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t// $slots are not reactive.\n\t\t\t// We need to update the content manually\n\t\t\ttext: this.getText(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisLongText() {\n\t\t\treturn this.text && this.text.trim().length > 20\n\t\t},\n\t},\n\n\tmethods: {\n\t\tgetText() {\n\t\t\treturn this.$scopedSlots.default ? this.$scopedSlots.default()?.[0].text.trim() : ''\n\t\t},\n\t},\n}\n"],"names":["ActionGlobalMixin"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,MAAeA,IAAA;AAAA,EACd,eAAe;AACd,SAAK,OAAO,KAAK,QAAS;AAAA,EAC1B;AAAA,EAED,OAAO;AACN,WAAO;AAAA;AAAA;AAAA,MAGN,MAAM,KAAK,QAAS;AAAA,IACpB;AAAA,EACD;AAAA,EAED,UAAU;AAAA,IACT,aAAa;AACZ,aAAO,KAAK,QAAQ,KAAK,KAAK,KAAI,EAAG,SAAS;AAAA,IAC9C;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,UAAU;AACT,aAAO,KAAK,aAAa,UAAU,KAAK,aAAa,QAAS,IAAG,CAAC,EAAE,KAAK,KAAM,IAAG;AAAA,IAClF;AAAA,EACD;AACF;;"}
@@ -1,46 +0,0 @@
1
- /**
2
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
3
- *
4
- * @author John Molakvoæ <skjnldsv@protonmail.com>
5
- *
6
- * @license AGPL-3.0-or-later
7
- *
8
- * This program is free software: you can redistribute it and/or modify
9
- * it under the terms of the GNU Affero General Public License as
10
- * published by the Free Software Foundation, either version 3 of the
11
- * License, or (at your option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU Affero General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public License
19
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
- const t = {
23
- beforeUpdate() {
24
- this.text = this.getText();
25
- },
26
- data() {
27
- return {
28
- // $slots are not reactive.
29
- // We need to update the content manually
30
- text: this.getText()
31
- };
32
- },
33
- computed: {
34
- isLongText() {
35
- return this.text && this.text.trim().length > 20;
36
- }
37
- },
38
- methods: {
39
- getText() {
40
- return this.$scopedSlots.default ? this.$scopedSlots.default()?.[0].text.trim() : "";
41
- }
42
- }
43
- };
44
- export {
45
- t as A
46
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionGlobal-ejpd0zqm.mjs","sources":["../../src/mixins/actionGlobal.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nexport default {\n\tbeforeUpdate() {\n\t\tthis.text = this.getText()\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t// $slots are not reactive.\n\t\t\t// We need to update the content manually\n\t\t\ttext: this.getText(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisLongText() {\n\t\t\treturn this.text && this.text.trim().length > 20\n\t\t},\n\t},\n\n\tmethods: {\n\t\tgetText() {\n\t\t\treturn this.$scopedSlots.default ? this.$scopedSlots.default()?.[0].text.trim() : ''\n\t\t},\n\t},\n}\n"],"names":["ActionGlobalMixin"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqBA,MAAeA,IAAA;AAAA,EACd,eAAe;AACd,SAAK,OAAO,KAAK,QAAS;AAAA,EAC1B;AAAA,EAED,OAAO;AACN,WAAO;AAAA;AAAA;AAAA,MAGN,MAAM,KAAK,QAAS;AAAA,IACpB;AAAA,EACD;AAAA,EAED,UAAU;AAAA,IACT,aAAa;AACZ,aAAO,KAAK,QAAQ,KAAK,KAAK,KAAI,EAAG,SAAS;AAAA,IAC9C;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,UAAU;AACT,aAAO,KAAK,aAAa,UAAU,KAAK,aAAa,QAAS,IAAG,CAAC,EAAE,KAAK,KAAM,IAAG;AAAA,IAClF;AAAA,EACD;AACF;"}
@@ -1,127 +0,0 @@
1
- import { A as n } from "./actionGlobal-ejpd0zqm.mjs";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license AGPL-3.0-or-later
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- const o = function(i, t) {
24
- let e = i.$parent;
25
- for (; e; ) {
26
- if (e.$options.name === t)
27
- return e;
28
- e = e.$parent;
29
- }
30
- };
31
- /**
32
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
33
- *
34
- * @author John Molakvoæ <skjnldsv@protonmail.com>
35
- *
36
- * @license AGPL-3.0-or-later
37
- *
38
- * This program is free software: you can redistribute it and/or modify
39
- * it under the terms of the GNU Affero General Public License as
40
- * published by the Free Software Foundation, either version 3 of the
41
- * License, or (at your option) any later version.
42
- *
43
- * This program is distributed in the hope that it will be useful,
44
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
45
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46
- * GNU Affero General Public License for more details.
47
- *
48
- * You should have received a copy of the GNU Affero General Public License
49
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
50
- *
51
- */
52
- const r = {
53
- mixins: [n],
54
- props: {
55
- /**
56
- * Icon to show with the action, can be either a CSS class or an URL
57
- */
58
- icon: {
59
- type: String,
60
- default: ""
61
- },
62
- /**
63
- * The main text content of the entry.
64
- */
65
- name: {
66
- type: String,
67
- default: ""
68
- },
69
- /**
70
- * The title attribute of the element.
71
- */
72
- title: {
73
- type: String,
74
- default: ""
75
- },
76
- /**
77
- * Whether we close the Actions menu after the click
78
- */
79
- closeAfterClick: {
80
- type: Boolean,
81
- default: !1
82
- },
83
- /**
84
- * Aria label for the button. Not needed if the button has text.
85
- */
86
- ariaLabel: {
87
- type: String,
88
- default: null
89
- },
90
- /**
91
- * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.
92
- * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,
93
- * otherwise root element will inherit incorrect aria-hidden.
94
- */
95
- ariaHidden: {
96
- type: Boolean,
97
- default: null
98
- }
99
- },
100
- emits: [
101
- "click"
102
- ],
103
- computed: {
104
- /**
105
- * Check if icon prop is an URL
106
- * @return {boolean} Whether the icon prop is an URL
107
- */
108
- isIconUrl() {
109
- try {
110
- return !!new URL(this.icon, this.icon.startsWith("/") ? window.location.origin : void 0);
111
- } catch {
112
- return !1;
113
- }
114
- }
115
- },
116
- methods: {
117
- onClick(i) {
118
- if (this.$emit("click", i), this.closeAfterClick) {
119
- const t = o(this, "NcActions");
120
- t && t.closeMenu && t.closeMenu(!1);
121
- }
122
- }
123
- }
124
- };
125
- export {
126
- r as A
127
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionText-AoAs4kqP.mjs","sources":["../../src/utils/GetParent.js","../../src/mixins/actionText.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Get the first parent component matching the provided name\n *\n * @param {object} context the context to search from (usually this)\n * @param {string} name the parent name\n * @return {object|undefined} the parent component\n */\nconst GetParent = function(context, name) {\n\tlet parent = context.$parent\n\twhile (parent) {\n\t\tif (parent.$options.name === name) {\n\t\t\treturn parent\n\t\t}\n\t\tparent = parent.$parent\n\t}\n}\n\nexport default GetParent\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport actionGlobal from './actionGlobal.js'\nimport GetParent from '../utils/GetParent.js'\n\nexport default {\n\tmixins: [actionGlobal],\n\tprops: {\n\t\t/**\n\t\t * Icon to show with the action, can be either a CSS class or an URL\n\t\t */\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The main text content of the entry.\n\t\t */\n\t\tname: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The title attribute of the element.\n\t\t */\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Whether we close the Actions menu after the click\n\t\t */\n\t\tcloseAfterClick: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t/**\n\t\t * Aria label for the button. Not needed if the button has text.\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\t/**\n\t\t * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n\t\t * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n\t\t * otherwise root element will inherit incorrect aria-hidden.\n\t\t */\n\t\tariaHidden: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: null,\n\t\t},\n\t},\n\n\temits: [\n\t\t'click',\n\t],\n\n\tcomputed: {\n\t\t/**\n\t\t * Check if icon prop is an URL\n\t\t * @return {boolean} Whether the icon prop is an URL\n\t\t */\n\t\tisIconUrl() {\n\t\t\ttry {\n\t\t\t\treturn !!(new URL(this.icon, this.icon.startsWith('/') ? window.location.origin : undefined))\n\t\t\t} catch (error) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t},\n\t},\n\n\tmethods: {\n\t\tonClick(event) {\n\t\t\t/**\n\t\t\t * Emitted when the action is clicked\n\t\t\t *\n\t\t\t * @type {Event}\n\t\t\t */\n\t\t\tthis.$emit('click', event)\n\n\t\t\tif (this.closeAfterClick) {\n\t\t\t\tconst parent = GetParent(this, 'NcActions')\n\t\t\t\tif (parent && parent.closeMenu) {\n\t\t\t\t\tparent.closeMenu(false)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n"],"names":["GetParent","context","name","parent","ActionTextMixin","actionGlobal","event"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,IAAY,SAASC,GAASC,GAAM;AACzC,MAAIC,IAASF,EAAQ;AACrB,SAAOE,KAAQ;AACd,QAAIA,EAAO,SAAS,SAASD;AAC5B,aAAOC;AAER,IAAAA,IAASA,EAAO;AAAA,EAChB;AACF;ACrCA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeC,IAAA;AAAA,EACd,QAAQ,CAACC,CAAY;AAAA,EACrB,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,OAAO;AAAA,MACN,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,WAAW;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,YAAY;AAAA,MACX,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EAED,OAAO;AAAA,IACN;AAAA,EACA;AAAA,EAED,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,YAAY;AACX,UAAI;AACH,eAAO,CAAC,CAAE,IAAI,IAAI,KAAK,MAAM,KAAK,KAAK,WAAW,GAAG,IAAI,OAAO,SAAS,SAAS,MAAS;AAAA,MAC3F,QAAe;AACf,eAAO;AAAA,MACP;AAAA,IACD;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,QAAQC,GAAO;AAQd,UAFA,KAAK,MAAM,SAASA,CAAK,GAErB,KAAK,iBAAiB;AACzB,cAAMH,IAASH,EAAU,MAAM,WAAW;AAC1C,QAAIG,KAAUA,EAAO,aACpBA,EAAO,UAAU,EAAK;AAAA,MAEvB;AAAA,IACD;AAAA,EACD;AACF;"}
@@ -1,126 +0,0 @@
1
- "use strict";
2
- const n = require("./actionGlobal-_f-PhW84.cjs");
3
- /**
4
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
5
- *
6
- * @author John Molakvoæ <skjnldsv@protonmail.com>
7
- *
8
- * @license AGPL-3.0-or-later
9
- *
10
- * This program is free software: you can redistribute it and/or modify
11
- * it under the terms of the GNU Affero General Public License as
12
- * published by the Free Software Foundation, either version 3 of the
13
- * License, or (at your option) any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful,
16
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- * GNU Affero General Public License for more details.
19
- *
20
- * You should have received a copy of the GNU Affero General Public License
21
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
22
- *
23
- */
24
- const o = function(i, t) {
25
- let e = i.$parent;
26
- for (; e; ) {
27
- if (e.$options.name === t)
28
- return e;
29
- e = e.$parent;
30
- }
31
- };
32
- /**
33
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
34
- *
35
- * @author John Molakvoæ <skjnldsv@protonmail.com>
36
- *
37
- * @license AGPL-3.0-or-later
38
- *
39
- * This program is free software: you can redistribute it and/or modify
40
- * it under the terms of the GNU Affero General Public License as
41
- * published by the Free Software Foundation, either version 3 of the
42
- * License, or (at your option) any later version.
43
- *
44
- * This program is distributed in the hope that it will be useful,
45
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
46
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47
- * GNU Affero General Public License for more details.
48
- *
49
- * You should have received a copy of the GNU Affero General Public License
50
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
51
- *
52
- */
53
- const l = {
54
- mixins: [n.ActionGlobalMixin],
55
- props: {
56
- /**
57
- * Icon to show with the action, can be either a CSS class or an URL
58
- */
59
- icon: {
60
- type: String,
61
- default: ""
62
- },
63
- /**
64
- * The main text content of the entry.
65
- */
66
- name: {
67
- type: String,
68
- default: ""
69
- },
70
- /**
71
- * The title attribute of the element.
72
- */
73
- title: {
74
- type: String,
75
- default: ""
76
- },
77
- /**
78
- * Whether we close the Actions menu after the click
79
- */
80
- closeAfterClick: {
81
- type: Boolean,
82
- default: !1
83
- },
84
- /**
85
- * Aria label for the button. Not needed if the button has text.
86
- */
87
- ariaLabel: {
88
- type: String,
89
- default: null
90
- },
91
- /**
92
- * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.
93
- * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,
94
- * otherwise root element will inherit incorrect aria-hidden.
95
- */
96
- ariaHidden: {
97
- type: Boolean,
98
- default: null
99
- }
100
- },
101
- emits: [
102
- "click"
103
- ],
104
- computed: {
105
- /**
106
- * Check if icon prop is an URL
107
- * @return {boolean} Whether the icon prop is an URL
108
- */
109
- isIconUrl() {
110
- try {
111
- return !!new URL(this.icon, this.icon.startsWith("/") ? window.location.origin : void 0);
112
- } catch {
113
- return !1;
114
- }
115
- }
116
- },
117
- methods: {
118
- onClick(i) {
119
- if (this.$emit("click", i), this.closeAfterClick) {
120
- const t = o(this, "NcActions");
121
- t && t.closeMenu && t.closeMenu(!1);
122
- }
123
- }
124
- }
125
- };
126
- exports.ActionTextMixin = l;
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionText-pGrMQtZ3.cjs","sources":["../../src/utils/GetParent.js","../../src/mixins/actionText.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Get the first parent component matching the provided name\n *\n * @param {object} context the context to search from (usually this)\n * @param {string} name the parent name\n * @return {object|undefined} the parent component\n */\nconst GetParent = function(context, name) {\n\tlet parent = context.$parent\n\twhile (parent) {\n\t\tif (parent.$options.name === name) {\n\t\t\treturn parent\n\t\t}\n\t\tparent = parent.$parent\n\t}\n}\n\nexport default GetParent\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport actionGlobal from './actionGlobal.js'\nimport GetParent from '../utils/GetParent.js'\n\nexport default {\n\tmixins: [actionGlobal],\n\tprops: {\n\t\t/**\n\t\t * Icon to show with the action, can be either a CSS class or an URL\n\t\t */\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The main text content of the entry.\n\t\t */\n\t\tname: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The title attribute of the element.\n\t\t */\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Whether we close the Actions menu after the click\n\t\t */\n\t\tcloseAfterClick: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t/**\n\t\t * Aria label for the button. Not needed if the button has text.\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\t\t/**\n\t\t * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n\t\t * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n\t\t * otherwise root element will inherit incorrect aria-hidden.\n\t\t */\n\t\tariaHidden: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: null,\n\t\t},\n\t},\n\n\temits: [\n\t\t'click',\n\t],\n\n\tcomputed: {\n\t\t/**\n\t\t * Check if icon prop is an URL\n\t\t * @return {boolean} Whether the icon prop is an URL\n\t\t */\n\t\tisIconUrl() {\n\t\t\ttry {\n\t\t\t\treturn !!(new URL(this.icon, this.icon.startsWith('/') ? window.location.origin : undefined))\n\t\t\t} catch (error) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t},\n\t},\n\n\tmethods: {\n\t\tonClick(event) {\n\t\t\t/**\n\t\t\t * Emitted when the action is clicked\n\t\t\t *\n\t\t\t * @type {Event}\n\t\t\t */\n\t\t\tthis.$emit('click', event)\n\n\t\t\tif (this.closeAfterClick) {\n\t\t\t\tconst parent = GetParent(this, 'NcActions')\n\t\t\t\tif (parent && parent.closeMenu) {\n\t\t\t\t\tparent.closeMenu(false)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n"],"names":["GetParent","context","name","parent","ActionTextMixin","actionGlobal","event"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,IAAY,SAASC,GAASC,GAAM;AACzC,MAAIC,IAASF,EAAQ;AACrB,SAAOE,KAAQ;AACd,QAAIA,EAAO,SAAS,SAASD;AAC5B,aAAOC;AAER,IAAAA,IAASA,EAAO;AAAA,EAChB;AACF;ACrCA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeC,IAAA;AAAA,EACd,QAAQ,CAACC,EAAAA,iBAAY;AAAA,EACrB,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,MAAM;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,OAAO;AAAA,MACN,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,iBAAiB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA,IAID,WAAW;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,YAAY;AAAA,MACX,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EAED,OAAO;AAAA,IACN;AAAA,EACA;AAAA,EAED,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,YAAY;AACX,UAAI;AACH,eAAO,CAAC,CAAE,IAAI,IAAI,KAAK,MAAM,KAAK,KAAK,WAAW,GAAG,IAAI,OAAO,SAAS,SAAS,MAAS;AAAA,MAC3F,QAAe;AACf,eAAO;AAAA,MACP;AAAA,IACD;AAAA,EACD;AAAA,EAED,SAAS;AAAA,IACR,QAAQC,GAAO;AAQd,UAFA,KAAK,MAAM,SAASA,CAAK,GAErB,KAAK,iBAAiB;AACzB,cAAMH,IAASH,EAAU,MAAM,WAAW;AAC1C,QAAIG,KAAUA,EAAO,aACpBA,EAAO,UAAU,EAAK;AAAA,MAEvB;AAAA,IACD;AAAA,EACD;AACF;;"}
@@ -1,149 +0,0 @@
1
- import { n as r } from "./_plugin-vue2_normalizer-u6G_3nkj.mjs";
2
- /**
3
- * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
4
- *
5
- * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
6
- *
7
- * @license AGPL-3.0-or-later
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- const l = (e, t) => {
24
- const s = [];
25
- let h = 0, n = e.toLowerCase().indexOf(t.toLowerCase(), h), i = 0;
26
- for (; n > -1 && i < e.length; )
27
- h = n + t.length, s.push({ start: n, end: h }), n = e.toLowerCase().indexOf(t.toLowerCase(), h), i++;
28
- return s;
29
- }, a = {
30
- name: "NcHighlight",
31
- props: {
32
- /**
33
- * The string to display
34
- */
35
- text: {
36
- type: String,
37
- default: ""
38
- },
39
- /**
40
- * The string to match and highlight
41
- */
42
- search: {
43
- type: String,
44
- default: ""
45
- },
46
- /**
47
- * The ranges to highlight, takes precedence over the search prop.
48
- */
49
- highlight: {
50
- type: Array,
51
- default: () => []
52
- }
53
- },
54
- computed: {
55
- /**
56
- * The indice ranges which should be highlighted.
57
- * If an array with ranges is provided, we use it. Otherwise
58
- * we calculate it based on the provided substring to highlight.
59
- *
60
- * @return {Array} The array of ranges to highlight
61
- */
62
- ranges() {
63
- let e = [];
64
- return !this.search && this.highlight.length === 0 || (this.highlight.length > 0 ? e = this.highlight : e = l(this.text, this.search), e.forEach((t, s) => {
65
- t.end < t.start && (e[s] = {
66
- start: t.end,
67
- end: t.start
68
- });
69
- }), e = e.reduce((t, s) => (s.start < this.text.length && s.end > 0 && t.push({
70
- start: s.start < 0 ? 0 : s.start,
71
- end: s.end > this.text.length ? this.text.length : s.end
72
- }), t), []), e.sort((t, s) => t.start - s.start), e = e.reduce((t, s) => {
73
- if (!t.length)
74
- t.push(s);
75
- else {
76
- const h = t.length - 1;
77
- t[h].end >= s.start ? t[h] = {
78
- start: t[h].start,
79
- end: Math.max(t[h].end, s.end)
80
- } : t.push(s);
81
- }
82
- return t;
83
- }, [])), e;
84
- },
85
- /**
86
- * Calculate the different chunks to show based on the ranges to highlight.
87
- *
88
- * @return {Array} The chunks
89
- */
90
- chunks() {
91
- if (this.ranges.length === 0)
92
- return [{
93
- start: 0,
94
- end: this.text.length,
95
- highlight: !1,
96
- text: this.text
97
- }];
98
- const e = [];
99
- let t = 0, s = 0;
100
- for (; t < this.text.length; ) {
101
- const h = this.ranges[s];
102
- if (h.start === t) {
103
- e.push({
104
- ...h,
105
- highlight: !0,
106
- text: this.text.slice(h.start, h.end)
107
- }), s++, t = h.end, s >= this.ranges.length && t < this.text.length && (e.push({
108
- start: t,
109
- end: this.text.length,
110
- highlight: !1,
111
- text: this.text.slice(t)
112
- }), t = this.text.length);
113
- continue;
114
- }
115
- e.push({
116
- start: t,
117
- end: h.start,
118
- highlight: !1,
119
- text: this.text.slice(t, h.start)
120
- }), t = h.start;
121
- }
122
- return e;
123
- }
124
- },
125
- /**
126
- * The render function to display the component
127
- *
128
- * @param {Function} h The function to create VNodes
129
- * @return {object} The created VNode
130
- */
131
- render(e) {
132
- return this.ranges.length ? e("span", {}, this.chunks.map((t) => t.highlight ? e("strong", {}, t.text) : t.text)) : e("span", {}, this.text);
133
- }
134
- }, u = null, o = null;
135
- var c = /* @__PURE__ */ r(
136
- a,
137
- u,
138
- o,
139
- !1,
140
- null,
141
- null,
142
- null,
143
- null
144
- );
145
- const d = c.exports;
146
- export {
147
- l as F,
148
- d as N
149
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-2phCrsSH.mjs","sources":["../../src/utils/FindRanges.js","../../src/components/NcHighlight/NcHighlight.vue"],"sourcesContent":["/**\n * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Find the ranges of a substr in a given string\n *\n * @param {string} text The text to search in\n * @param {string} search The text to search for\n * @return {Array} The array of ranges to highlight\n */\nconst FindRanges = (text, search) => {\n\tconst ranges = []\n\tlet currentIndex = 0\n\tlet index = text.toLowerCase().indexOf(search.toLowerCase(), currentIndex)\n\t// Variable to track that we don't iterate more often than the length of the text.\n\t// Shouldn't happen anyway, but just to be sure to not hang the browser for some reason.\n\tlet i = 0\n\twhile (index > -1 && i < text.length) {\n\t\tcurrentIndex = index + search.length\n\t\tranges.push({ start: index, end: currentIndex })\n\n\t\tindex = text.toLowerCase().indexOf(search.toLowerCase(), currentIndex)\n\t\ti++\n\t}\n\treturn ranges\n}\n\nexport default FindRanges\n","<!--\n - @copyright Copyright (c) 2021 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n -\n - @author Raimund Schlüßler <raimund.schluessler@mailbox.org>\n -\n - @license GNU AGPL version 3 or any later version\n -\n - This program is free software: you can redistribute it and/or modify\n - it under the terms of the GNU Affero General Public License as\n - published by the Free Software Foundation, either version 3 of the\n - License, or (at your option) any later version.\n -\n - This program is distributed in the hope that it will be useful,\n - but WITHOUT ANY WARRANTY; without even the implied warranty of\n - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n - GNU Affero General Public License for more details.\n -\n - You should have received a copy of the GNU Affero General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n\n<docs>\n\n### General description\n\nHighlight a string with html &lt;strong&gt;. Accepts a substring to highlight or an array with ranges.\n\n### Usage\n\n```vue\n<template>\n\t<div>\n\t\t<NcHighlight text=\"Highlight me please!\" search=\"me\" />\n\t\t<br />\n\t\t<NcHighlight text=\"Highlight me please!\" :highlight=\"[{ start: 4, end: 12 }]\" />\n\t</div>\n</template>\n```\n</docs>\n\n<script>\nimport FindRanges from '../../utils/FindRanges.js'\n\nexport default {\n\tname: 'NcHighlight',\n\tprops: {\n\t\t/**\n\t\t * The string to display\n\t\t */\n\t\ttext: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The string to match and highlight\n\t\t */\n\t\tsearch: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * The ranges to highlight, takes precedence over the search prop.\n\t\t */\n\t\thighlight: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t},\n\tcomputed: {\n\t\t/**\n\t\t * The indice ranges which should be highlighted.\n\t\t * If an array with ranges is provided, we use it. Otherwise\n\t\t * we calculate it based on the provided substring to highlight.\n\t\t *\n\t\t * @return {Array} The array of ranges to highlight\n\t\t */\n\t\tranges() {\n\t\t\tlet ranges = []\n\t\t\t// If the search term and the highlight array is empty, return early with empty array\n\t\t\tif (!this.search && this.highlight.length === 0) {\n\t\t\t\treturn ranges\n\t\t\t}\n\n\t\t\t// If there are ranges to highlight provided, we use this array.\n\t\t\tif (this.highlight.length > 0) {\n\t\t\t\tranges = this.highlight\n\t\t\t// Otherwise we check the text to highlight for matches of the search term.\n\t\t\t} else {\n\t\t\t\tranges = FindRanges(this.text, this.search)\n\t\t\t}\n\n\t\t\t/**\n\t\t\t * Ensure that the start of each range is equal to or smaller than the end\n\t\t\t */\n\t\t\tranges.forEach((range, i) => {\n\t\t\t\tif (range.end < range.start) {\n\t\t\t\t\tranges[i] = {\n\t\t\t\t\t\tstart: range.end,\n\t\t\t\t\t\tend: range.start,\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t/**\n\t\t\t * Validate the ranges array to be within the string length\n\t\t\t * and discard ranges which are completely out of bonds.\n\t\t\t */\n\t\t\tranges = ranges.reduce((validRanges, range) => {\n\t\t\t\tif (range.start < this.text.length && range.end > 0) {\n\t\t\t\t\tvalidRanges.push({\n\t\t\t\t\t\tstart: (range.start < 0) ? 0 : range.start,\n\t\t\t\t\t\tend: (range.end > this.text.length) ? this.text.length : range.end,\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\treturn validRanges\n\t\t\t}, [])\n\n\t\t\t/**\n\t\t\t * Sort ranges ascendingly (necessary for next step)\n\t\t\t */\n\t\t\tranges.sort((a, b) => {\n\t\t\t\treturn a.start - b.start\n\t\t\t})\n\n\t\t\t/**\n\t\t\t * Merge overlapping or adjacent ranges\n\t\t\t */\n\t\t\tranges = ranges.reduce((mergedRanges, range) => {\n\t\t\t\t// If there are no ranges, just add the range\n\t\t\t\tif (!mergedRanges.length) {\n\t\t\t\t\tmergedRanges.push(range)\n\t\t\t\t} else {\n\t\t\t\t\t// If the range overlaps the last range, merge them\n\t\t\t\t\tconst idx = mergedRanges.length - 1\n\t\t\t\t\tif (mergedRanges[idx].end >= range.start) {\n\t\t\t\t\t\tmergedRanges[idx] = {\n\t\t\t\t\t\t\tstart: mergedRanges[idx].start,\n\t\t\t\t\t\t\tend: Math.max(mergedRanges[idx].end, range.end),\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmergedRanges.push(range)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn mergedRanges\n\t\t\t}, [])\n\n\t\t\treturn ranges\n\t\t},\n\t\t/**\n\t\t * Calculate the different chunks to show based on the ranges to highlight.\n\t\t *\n\t\t * @return {Array} The chunks\n\t\t */\n\t\tchunks() {\n\t\t\t// If the ranges array is empty, show only one chunk with all text\n\t\t\tif (this.ranges.length === 0) {\n\t\t\t\treturn [{\n\t\t\t\t\tstart: 0,\n\t\t\t\t\tend: this.text.length,\n\t\t\t\t\thighlight: false,\n\t\t\t\t\ttext: this.text,\n\t\t\t\t}]\n\t\t\t}\n\t\t\t// Calculate the chunks\n\t\t\tconst chunks = []\n\t\t\tlet currentIndex = 0\n\t\t\tlet currentRange = 0\n\t\t\t// Iterate over all characters in the text\n\t\t\twhile (currentIndex < this.text.length) {\n\t\t\t\t// Get the first range to highlight\n\t\t\t\tconst range = this.ranges[currentRange]\n\t\t\t\t// If the range starts at the current index, construct a chunk to highlight,\n\t\t\t\t// set the next range and continue with the next iteration.\n\t\t\t\tif (range.start === currentIndex) {\n\t\t\t\t\tchunks.push({\n\t\t\t\t\t\t...range,\n\t\t\t\t\t\thighlight: true,\n\t\t\t\t\t\ttext: this.text.slice(range.start, range.end),\n\t\t\t\t\t})\n\t\t\t\t\tcurrentRange++\n\t\t\t\t\tcurrentIndex = range.end\n\t\t\t\t\t// If this was the last range to highlight and we haven't reached the end of the text,\n\t\t\t\t\t// add the rest of the text without highlighting.\n\t\t\t\t\tif (currentRange >= this.ranges.length && currentIndex < this.text.length) {\n\t\t\t\t\t\tchunks.push({\n\t\t\t\t\t\t\tstart: currentIndex,\n\t\t\t\t\t\t\tend: this.text.length,\n\t\t\t\t\t\t\thighlight: false,\n\t\t\t\t\t\t\ttext: this.text.slice(currentIndex),\n\t\t\t\t\t\t})\n\t\t\t\t\t\t// Set the current index so the while loop ends.\n\t\t\t\t\t\tcurrentIndex = this.text.length\n\t\t\t\t\t}\n\t\t\t\t\tcontinue\n\t\t\t\t}\n\t\t\t\t// If the current range does start after the current index, construct a chunk without\n\t\t\t\t// highlighting and set the current index to the start of the current range.\n\t\t\t\tchunks.push({\n\t\t\t\t\tstart: currentIndex,\n\t\t\t\t\tend: range.start,\n\t\t\t\t\thighlight: false,\n\t\t\t\t\ttext: this.text.slice(currentIndex, range.start),\n\t\t\t\t})\n\t\t\t\tcurrentIndex = range.start\n\t\t\t}\n\t\t\treturn chunks\n\t\t},\n\t},\n\t/**\n\t * The render function to display the component\n\t *\n\t * @param {Function} h The function to create VNodes\n\t * @return {object} The created VNode\n\t */\n\trender(h) {\n\t\tif (!this.ranges.length) {\n\t\t\treturn h('span', {}, this.text)\n\t\t}\n\n\t\treturn h('span', {}, this.chunks.map(chunk => {\n\t\t\treturn chunk.highlight ? h('strong', {}, chunk.text) : chunk.text\n\t\t}))\n\t},\n}\n</script>\n"],"names":["FindRanges","text","search","ranges","currentIndex","index","_sfc_main","range","i","validRanges","a","b","mergedRanges","idx","chunks","currentRange","h","chunk"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BK,MAACA,IAAa,CAACC,GAAMC,MAAW;AACpC,QAAMC,IAAS,CAAE;AACjB,MAAIC,IAAe,GACfC,IAAQJ,EAAK,YAAa,EAAC,QAAQC,EAAO,YAAa,GAAEE,CAAY,GAGrE,IAAI;AACR,SAAOC,IAAQ,MAAM,IAAIJ,EAAK;AAC7B,IAAAG,IAAeC,IAAQH,EAAO,QAC9BC,EAAO,KAAK,EAAE,OAAOE,GAAO,KAAKD,GAAc,GAE/CC,IAAQJ,EAAK,YAAa,EAAC,QAAQC,EAAO,YAAa,GAAEE,CAAY,GACrE;AAED,SAAOD;AACR,GCAAG,IAAA;AAAA,EACA,MAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAIA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAIA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA,MAAA,CAAA;AAAA,IACA;AAAA,EACA;AAAA,EACA,UAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA,SAAA;AACA,UAAAH,IAAA,CAAA;AAEA,aAAA,CAAA,KAAA,UAAA,KAAA,UAAA,WAAA,MAKA,KAAA,UAAA,SAAA,IACAA,IAAA,KAAA,YAGAA,IAAAH,EAAA,KAAA,MAAA,KAAA,MAAA,GAMAG,EAAA,QAAA,CAAAI,GAAAC,MAAA;AACA,QAAAD,EAAA,MAAAA,EAAA,UACAJ,EAAAK,CAAA,IAAA;AAAA,UACA,OAAAD,EAAA;AAAA,UACA,KAAAA,EAAA;AAAA,QACA;AAAA,MAEA,CAAA,GAMAJ,IAAAA,EAAA,OAAA,CAAAM,GAAAF,OACAA,EAAA,QAAA,KAAA,KAAA,UAAAA,EAAA,MAAA,KACAE,EAAA,KAAA;AAAA,QACA,OAAAF,EAAA,QAAA,IAAA,IAAAA,EAAA;AAAA,QACA,KAAAA,EAAA,MAAA,KAAA,KAAA,SAAA,KAAA,KAAA,SAAAA,EAAA;AAAA,MACA,CAAA,GAEAE,IACA,EAAA,GAKAN,EAAA,KAAA,CAAAO,GAAAC,MACAD,EAAA,QAAAC,EAAA,KACA,GAKAR,IAAAA,EAAA,OAAA,CAAAS,GAAAL,MAAA;AAEA,YAAA,CAAAK,EAAA;AACA,UAAAA,EAAA,KAAAL,CAAA;AAAA,aACA;AAEA,gBAAAM,IAAAD,EAAA,SAAA;AACA,UAAAA,EAAAC,CAAA,EAAA,OAAAN,EAAA,QACAK,EAAAC,CAAA,IAAA;AAAA,YACA,OAAAD,EAAAC,CAAA,EAAA;AAAA,YACA,KAAA,KAAA,IAAAD,EAAAC,CAAA,EAAA,KAAAN,EAAA,GAAA;AAAA,UACA,IAEAK,EAAA,KAAAL,CAAA;AAAA,QAEA;AACA,eAAAK;AAAA,MACA,GAAA,EAAA,IAEAT;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,SAAA;AAEA,UAAA,KAAA,OAAA,WAAA;AACA,eAAA,CAAA;AAAA,UACA,OAAA;AAAA,UACA,KAAA,KAAA,KAAA;AAAA,UACA,WAAA;AAAA,UACA,MAAA,KAAA;AAAA,QACA,CAAA;AAGA,YAAAW,IAAA,CAAA;AACA,UAAAV,IAAA,GACAW,IAAA;AAEA,aAAAX,IAAA,KAAA,KAAA,UAAA;AAEA,cAAAG,IAAA,KAAA,OAAAQ,CAAA;AAGA,YAAAR,EAAA,UAAAH,GAAA;AACA,UAAAU,EAAA,KAAA;AAAA,YACA,GAAAP;AAAA,YACA,WAAA;AAAA,YACA,MAAA,KAAA,KAAA,MAAAA,EAAA,OAAAA,EAAA,GAAA;AAAA,UACA,CAAA,GACAQ,KACAX,IAAAG,EAAA,KAGAQ,KAAA,KAAA,OAAA,UAAAX,IAAA,KAAA,KAAA,WACAU,EAAA,KAAA;AAAA,YACA,OAAAV;AAAA,YACA,KAAA,KAAA,KAAA;AAAA,YACA,WAAA;AAAA,YACA,MAAA,KAAA,KAAA,MAAAA,CAAA;AAAA,UACA,CAAA,GAEAA,IAAA,KAAA,KAAA;AAEA;AAAA,QACA;AAGA,QAAAU,EAAA,KAAA;AAAA,UACA,OAAAV;AAAA,UACA,KAAAG,EAAA;AAAA,UACA,WAAA;AAAA,UACA,MAAA,KAAA,KAAA,MAAAH,GAAAG,EAAA,KAAA;AAAA,QACA,CAAA,GACAH,IAAAG,EAAA;AAAA,MACA;AACA,aAAAO;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,OAAAE,GAAA;AACA,WAAA,KAAA,OAAA,SAIAA,EAAA,QAAA,CAAA,GAAA,KAAA,OAAA,IAAA,CAAAC,MACAA,EAAA,YAAAD,EAAA,UAAA,CAAA,GAAAC,EAAA,IAAA,IAAAA,EAAA,IACA,CAAA,IALAD,EAAA,QAAA,IAAA,KAAA,IAAA;AAAA,EAMA;AACA;;;;;;;;;;;;"}