@nextcloud/vue 8.6.0 → 9.0.0-alpha.1

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 (1094) hide show
  1. package/CHANGELOG.md +91 -0
  2. package/dist/Components/NcActionButton.cjs +2 -132
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +2 -136
  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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -80
  39. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  40. package/dist/Components/NcActionTextEditable.mjs +1 -83
  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 +2 -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 +2 -49
  65. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  66. package/dist/Components/NcAppNavigationNew.mjs +2 -51
  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 +2 -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 +2 -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 +2 -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 +2 -240
  97. package/dist/Components/NcButton.cjs.map +1 -1
  98. package/dist/Components/NcButton.mjs +2 -241
  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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -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 +318 -142
  161. package/dist/Components/NcModal.cjs.map +1 -1
  162. package/dist/Components/NcModal.mjs +329 -151
  163. package/dist/Components/NcModal.mjs.map +1 -1
  164. package/dist/Components/NcNoteCard.cjs +2 -200
  165. package/dist/Components/NcNoteCard.cjs.map +1 -1
  166. package/dist/Components/NcNoteCard.mjs +2 -201
  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 +2 -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 +6 -17
  205. package/dist/Components/NcVNodes.cjs.map +1 -1
  206. package/dist/Components/NcVNodes.mjs +6 -18
  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/Directives/Linkify.cjs +5 -4
  217. package/dist/Directives/Linkify.cjs.map +1 -1
  218. package/dist/Directives/Linkify.mjs +6 -5
  219. package/dist/Directives/Linkify.mjs.map +1 -1
  220. package/dist/Directives/Tooltip.cjs +1 -2
  221. package/dist/Directives/Tooltip.cjs.map +1 -1
  222. package/dist/Directives/Tooltip.mjs +4 -4
  223. package/dist/Directives/Tooltip.mjs.map +1 -1
  224. package/dist/Functions/a11y.cjs +25 -0
  225. package/dist/Functions/a11y.cjs.map +1 -0
  226. package/dist/Functions/a11y.mjs +25 -0
  227. package/dist/Functions/a11y.mjs.map +1 -0
  228. package/dist/Functions/emoji.cjs +8 -0
  229. package/dist/Functions/emoji.cjs.map +1 -0
  230. package/dist/Functions/emoji.mjs +8 -0
  231. package/dist/Functions/emoji.mjs.map +1 -0
  232. package/dist/Functions/usernameToColor.cjs +1 -1
  233. package/dist/Functions/usernameToColor.mjs +1 -1
  234. package/dist/Mixins/richEditor.cjs +1 -1
  235. package/dist/Mixins/richEditor.mjs +1 -1
  236. package/dist/assets/NcActionButton-De4wlKZH.css +134 -0
  237. package/dist/assets/NcActionCheckbox-T379T-FC.css +106 -0
  238. package/dist/assets/NcActionInput-MGVmREKR.css +243 -0
  239. package/dist/assets/NcActionRadio-UC-7SDBI.css +106 -0
  240. package/dist/assets/NcActionRouter-g0zV3dVT.css +133 -0
  241. package/dist/assets/NcActionTextEditable-DE_5Sc0w.css +259 -0
  242. package/dist/assets/NcActions-PR-7NI_x.css +84 -0
  243. package/dist/assets/NcAppContent-kIkHd4VN.css +116 -0
  244. package/dist/assets/NcAppNavigation-9xEM_GAn.css +92 -0
  245. package/dist/assets/NcAppNavigationCaption-0s4Wxc88.css +52 -0
  246. package/dist/assets/NcAppNavigationItem-_MHs9DEv.css +213 -0
  247. package/dist/assets/NcAppNavigationNew-PtSC3Wy5.css +36 -0
  248. package/dist/assets/NcAppNavigationNewItem-ue-H4LQY.css +206 -0
  249. package/dist/assets/NcAppNavigationSettings-Q_od5CcP.css +88 -0
  250. package/dist/assets/NcAppNavigationToggle-VrntFGdJ.css +38 -0
  251. package/dist/assets/NcAppSettingsDialog-HOydlmNi.css +86 -0
  252. package/dist/assets/NcAppSettingsSection-Gh575p0x.css +41 -0
  253. package/dist/assets/NcAppSidebar-UFABwmpX.css +318 -0
  254. package/dist/assets/NcAppSidebarTab-goNfHK4d.css +45 -0
  255. package/dist/assets/NcAvatar-DCUiVghV.css +144 -0
  256. package/dist/assets/NcBreadcrumb-ZsIS1jDx.css +80 -0
  257. package/dist/assets/NcBreadcrumbs-VKFJ9HrE.css +49 -0
  258. package/dist/assets/NcButton-rKJYdkZn.css +204 -0
  259. package/dist/assets/NcCheckboxRadioSwitch-dNV4KgTO.css +201 -0
  260. package/dist/assets/NcColorPicker-FiFz1rof.css +131 -0
  261. package/dist/assets/NcContent-3Fl9j87E.css +82 -0
  262. package/dist/assets/NcDashboardWidget-7x3QrWFu.css +83 -0
  263. package/dist/assets/NcDateTimePicker-CC5ocPIo.css +907 -0
  264. package/dist/assets/NcDateTimePickerNative-BeREqSH_.css +58 -0
  265. package/dist/assets/NcDialog-IM0YIgKq.css +126 -0
  266. package/dist/assets/NcEmojiPicker-nDpi1GKA.css +552 -0
  267. package/dist/assets/NcEmptyContent-b8eqBVE_.css +75 -0
  268. package/dist/assets/NcGuestContent-FRQFLxlW.css +51 -0
  269. package/dist/assets/NcHeaderMenu-kKraSlS3.css +92 -0
  270. package/dist/assets/NcIconSvgWrapper-0OJxiD3Q.css +44 -0
  271. package/dist/assets/NcInputConfirmCancel-_GF_RjYc.css +51 -0
  272. package/dist/assets/NcInputField-qx4Me7uJ.css +194 -0
  273. package/dist/assets/NcListItem-RylkggkP.css +165 -0
  274. package/dist/assets/NcListItemIcon-mlEQ7oK0.css +80 -0
  275. package/dist/assets/NcModal-lgvjJTYz.css +298 -0
  276. package/dist/assets/NcRelatedResourcesPanel-i1-7CClp.css +76 -0
  277. package/dist/assets/NcRichContenteditable--bkjerM1.css +268 -0
  278. package/dist/assets/NcSettingsInputText-JpZtS9DS.css +46 -0
  279. package/dist/assets/NcSettingsSelectGroup-51HMKLZQ.css +34 -0
  280. package/dist/assets/NcTextArea-Eqv_-5FR.css +139 -0
  281. package/dist/assets/NcUserBubble-t1uOyYCF.css +59 -0
  282. package/dist/assets/NcUserStatusIcon-AXLspcOQ.css +41 -0
  283. package/dist/assets/referencePickerModal-k5G-IS2z.css +509 -0
  284. package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs +44 -0
  285. package/dist/chunks/AlertCircleOutline-1fsF7za7.mjs.map +1 -0
  286. package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs +41 -0
  287. package/dist/chunks/AlertCircleOutline-M7wVqz_-.cjs.map +1 -0
  288. package/dist/chunks/ArrowLeft-arUkZZ3U.cjs +41 -0
  289. package/dist/chunks/ArrowLeft-arUkZZ3U.cjs.map +1 -0
  290. package/dist/chunks/ArrowLeft-uvAzhtxD.mjs +44 -0
  291. package/dist/chunks/ArrowLeft-uvAzhtxD.mjs.map +1 -0
  292. package/dist/chunks/ArrowRight-6gYTXvBH.mjs +44 -0
  293. package/dist/chunks/ArrowRight-6gYTXvBH.mjs.map +1 -0
  294. package/dist/chunks/ArrowRight-UxW1qyeX.cjs +41 -0
  295. package/dist/chunks/ArrowRight-UxW1qyeX.cjs.map +1 -0
  296. package/dist/chunks/Check-fwcsc82n.cjs +41 -0
  297. package/dist/chunks/Check-fwcsc82n.cjs.map +1 -0
  298. package/dist/chunks/Check-tQl0Vp18.mjs +44 -0
  299. package/dist/chunks/Check-tQl0Vp18.mjs.map +1 -0
  300. package/dist/chunks/ChevronDown-8tkFE94e.cjs +41 -0
  301. package/dist/chunks/ChevronDown-8tkFE94e.cjs.map +1 -0
  302. package/dist/chunks/ChevronDown-BxTx7hZm.mjs +44 -0
  303. package/dist/chunks/ChevronDown-BxTx7hZm.mjs.map +1 -0
  304. package/dist/chunks/ChevronRight-7GGKl2bX.cjs +41 -0
  305. package/dist/chunks/ChevronRight-7GGKl2bX.cjs.map +1 -0
  306. package/dist/chunks/ChevronRight-gF2cX9Cu.mjs +44 -0
  307. package/dist/chunks/ChevronRight-gF2cX9Cu.mjs.map +1 -0
  308. package/dist/chunks/Close-e2vDvDm2.cjs +41 -0
  309. package/dist/chunks/Close-e2vDvDm2.cjs.map +1 -0
  310. package/dist/chunks/Close-hKJ11hky.mjs +44 -0
  311. package/dist/chunks/Close-hKJ11hky.mjs.map +1 -0
  312. package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs +44 -0
  313. package/dist/chunks/DotsHorizontal-JfmEIGBo.mjs.map +1 -0
  314. package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs +41 -0
  315. package/dist/chunks/DotsHorizontal-z8LXg-4B.cjs.map +1 -0
  316. package/dist/chunks/GenColors-L7jWucCS.mjs +142 -0
  317. package/dist/chunks/GenColors-L7jWucCS.mjs.map +1 -0
  318. package/dist/chunks/GenColors-vx_p2Tvw.cjs +141 -0
  319. package/dist/chunks/GenColors-vx_p2Tvw.cjs.map +1 -0
  320. package/dist/chunks/NcActionButton-VnbqrtOY.mjs +180 -0
  321. package/dist/chunks/NcActionButton-VnbqrtOY.mjs.map +1 -0
  322. package/dist/chunks/NcActionButton-sJpgOVU9.cjs +173 -0
  323. package/dist/chunks/NcActionButton-sJpgOVU9.cjs.map +1 -0
  324. package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs +50 -0
  325. package/dist/chunks/NcActionButtonGroup-5PPiueIz.cjs.map +1 -0
  326. package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs +55 -0
  327. package/dist/chunks/NcActionButtonGroup-oFPVvd4U.mjs.map +1 -0
  328. package/dist/chunks/NcActionCaption-SIz5c1sE.cjs +27 -0
  329. package/dist/chunks/NcActionCaption-SIz5c1sE.cjs.map +1 -0
  330. package/dist/chunks/NcActionCaption-vguA2tEL.mjs +31 -0
  331. package/dist/chunks/NcActionCaption-vguA2tEL.mjs.map +1 -0
  332. package/dist/chunks/NcActionCheckbox-5-bIAzkC.mjs +113 -0
  333. package/dist/chunks/NcActionCheckbox-5-bIAzkC.mjs.map +1 -0
  334. package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs +107 -0
  335. package/dist/chunks/NcActionCheckbox-CUXJQss6.cjs.map +1 -0
  336. package/dist/chunks/NcActionInput-of1oXP_n.cjs +335 -0
  337. package/dist/chunks/NcActionInput-of1oXP_n.cjs.map +1 -0
  338. package/dist/chunks/NcActionInput-zg13uJ6x.mjs +346 -0
  339. package/dist/chunks/NcActionInput-zg13uJ6x.mjs.map +1 -0
  340. package/dist/chunks/NcActionLink-eBaRU5qY.cjs +106 -0
  341. package/dist/chunks/NcActionLink-eBaRU5qY.cjs.map +1 -0
  342. package/dist/chunks/NcActionLink-pscYsQ_3.mjs +111 -0
  343. package/dist/chunks/NcActionLink-pscYsQ_3.mjs.map +1 -0
  344. package/dist/chunks/NcActionRadio-1QLxEcfl.mjs +121 -0
  345. package/dist/chunks/NcActionRadio-1QLxEcfl.mjs.map +1 -0
  346. package/dist/chunks/NcActionRadio-3UkRsS6r.cjs +115 -0
  347. package/dist/chunks/NcActionRadio-3UkRsS6r.cjs.map +1 -0
  348. package/dist/chunks/NcActionRouter-BsOXVKlY.mjs +75 -0
  349. package/dist/chunks/NcActionRouter-BsOXVKlY.mjs.map +1 -0
  350. package/dist/chunks/NcActionRouter-c6pYto3T.cjs +70 -0
  351. package/dist/chunks/NcActionRouter-c6pYto3T.cjs.map +1 -0
  352. package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs +16 -0
  353. package/dist/chunks/NcActionSeparator-0-kc3NRC.mjs.map +1 -0
  354. package/dist/chunks/NcActionSeparator-craHv8oO.cjs +12 -0
  355. package/dist/chunks/NcActionSeparator-craHv8oO.cjs.map +1 -0
  356. package/dist/chunks/NcActionText-9Ti6bh1b.mjs +57 -0
  357. package/dist/chunks/NcActionText-9Ti6bh1b.mjs.map +1 -0
  358. package/dist/chunks/NcActionText-Sw_tMRaW.cjs +52 -0
  359. package/dist/chunks/NcActionText-Sw_tMRaW.cjs.map +1 -0
  360. package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs +114 -0
  361. package/dist/chunks/NcActionTextEditable-faJIAtYw.cjs.map +1 -0
  362. package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs +121 -0
  363. package/dist/chunks/NcActionTextEditable-xPb_cTMW.mjs.map +1 -0
  364. package/dist/chunks/NcActions-76CtOBCq.mjs +497 -0
  365. package/dist/chunks/NcActions-76CtOBCq.mjs.map +1 -0
  366. package/dist/chunks/NcActions-YpbmJ7hS.cjs +488 -0
  367. package/dist/chunks/NcActions-YpbmJ7hS.cjs.map +1 -0
  368. package/dist/chunks/NcAppContent-Tw5gNorr.mjs +275 -0
  369. package/dist/chunks/NcAppContent-Tw5gNorr.mjs.map +1 -0
  370. package/dist/chunks/NcAppContent-mHc-Ms2b.cjs +264 -0
  371. package/dist/chunks/NcAppContent-mHc-Ms2b.cjs.map +1 -0
  372. package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs +11 -0
  373. package/dist/chunks/NcAppContentDetails-BhbsNp93.cjs.map +1 -0
  374. package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs +14 -0
  375. package/dist/chunks/NcAppContentDetails-bD9j5H59.mjs.map +1 -0
  376. package/dist/chunks/NcAppContentList-_kO9F-p0.mjs +26 -0
  377. package/dist/chunks/NcAppContentList-_kO9F-p0.mjs.map +1 -0
  378. package/dist/chunks/NcAppContentList-blRtleBI.cjs +23 -0
  379. package/dist/chunks/NcAppContentList-blRtleBI.cjs.map +1 -0
  380. package/dist/chunks/NcAppNavigation-sY7HaHMv.mjs +134 -0
  381. package/dist/chunks/NcAppNavigation-sY7HaHMv.mjs.map +1 -0
  382. package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs +125 -0
  383. package/dist/chunks/NcAppNavigation-yEZ-RJA2.cjs.map +1 -0
  384. package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs +42 -0
  385. package/dist/chunks/NcAppNavigationCaption-XpbVXYKV.cjs.map +1 -0
  386. package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.mjs +47 -0
  387. package/dist/chunks/NcAppNavigationCaption-pcyV3wRO.mjs.map +1 -0
  388. package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs +36 -0
  389. package/dist/chunks/NcAppNavigationIconBullet-GLCjMfFF.cjs.map +1 -0
  390. package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs +40 -0
  391. package/dist/chunks/NcAppNavigationIconBullet-OqquWWY6.mjs.map +1 -0
  392. package/dist/chunks/NcAppNavigationItem-JLYTEgEH.mjs +608 -0
  393. package/dist/chunks/NcAppNavigationItem-JLYTEgEH.mjs.map +1 -0
  394. package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs +595 -0
  395. package/dist/chunks/NcAppNavigationItem-NE1UdZkS.cjs.map +1 -0
  396. package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs +56 -0
  397. package/dist/chunks/NcAppNavigationNew-6ZAJS_DY.mjs.map +1 -0
  398. package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs +51 -0
  399. package/dist/chunks/NcAppNavigationNew-hmJL2IDR.cjs.map +1 -0
  400. package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs +106 -0
  401. package/dist/chunks/NcAppNavigationNewItem-MjsbS_dO.cjs.map +1 -0
  402. package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs +112 -0
  403. package/dist/chunks/NcAppNavigationNewItem-NzRL8Uwy.mjs.map +1 -0
  404. package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs +128 -0
  405. package/dist/chunks/NcAppNavigationSettings-DPeH305A.cjs.map +1 -0
  406. package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs +131 -0
  407. package/dist/chunks/NcAppNavigationSettings-LR3QCvNr.mjs.map +1 -0
  408. package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs +9 -0
  409. package/dist/chunks/NcAppNavigationSpacer-FIQIP65d.cjs.map +1 -0
  410. package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs +13 -0
  411. package/dist/chunks/NcAppNavigationSpacer-gzdnlvnT.mjs.map +1 -0
  412. package/dist/chunks/NcAppNavigationToggle-SEvIEY16.mjs +145 -0
  413. package/dist/chunks/NcAppNavigationToggle-SEvIEY16.mjs.map +1 -0
  414. package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs +140 -0
  415. package/dist/chunks/NcAppNavigationToggle-sXvQDqok.cjs.map +1 -0
  416. package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs +211 -0
  417. package/dist/chunks/NcAppSettingsDialog-HnYa47vg.cjs.map +1 -0
  418. package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs +219 -0
  419. package/dist/chunks/NcAppSettingsDialog-nbTWBbti.mjs.map +1 -0
  420. package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs +54 -0
  421. package/dist/chunks/NcAppSettingsSection-LHcKgBpz.cjs.map +1 -0
  422. package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs +58 -0
  423. package/dist/chunks/NcAppSettingsSection-a0Un2ZRv.mjs.map +1 -0
  424. package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs +712 -0
  425. package/dist/chunks/NcAppSidebar-Tvy0LplS.cjs.map +1 -0
  426. package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs +731 -0
  427. package/dist/chunks/NcAppSidebar-xWMj1EI8.mjs.map +1 -0
  428. package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs +84 -0
  429. package/dist/chunks/NcAppSidebarTab-oPHofCKq.cjs.map +1 -0
  430. package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs +88 -0
  431. package/dist/chunks/NcAppSidebarTab-sMoFkDTb.mjs.map +1 -0
  432. package/dist/chunks/NcAvatar-JsMCceHU.mjs +542 -0
  433. package/dist/chunks/NcAvatar-JsMCceHU.mjs.map +1 -0
  434. package/dist/chunks/NcAvatar-uPVG9WWg.cjs +526 -0
  435. package/dist/chunks/NcAvatar-uPVG9WWg.cjs.map +1 -0
  436. package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs +208 -0
  437. package/dist/chunks/NcBreadcrumb-7q3EEfcO.cjs.map +1 -0
  438. package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs +216 -0
  439. package/dist/chunks/NcBreadcrumb-Fr7J33Qv.mjs.map +1 -0
  440. package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs +369 -0
  441. package/dist/chunks/NcBreadcrumbs-XVIsLfXn.cjs.map +1 -0
  442. package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs +381 -0
  443. package/dist/chunks/NcBreadcrumbs-ozezYXlM.mjs.map +1 -0
  444. package/dist/chunks/NcButton-7UKtzkX5.cjs +252 -0
  445. package/dist/chunks/NcButton-7UKtzkX5.cjs.map +1 -0
  446. package/dist/chunks/NcButton-YOXv3gFY.mjs +255 -0
  447. package/dist/chunks/NcButton-YOXv3gFY.mjs.map +1 -0
  448. package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs +696 -0
  449. package/dist/chunks/NcCheckboxRadioSwitch-IA6Ssm8K.cjs.map +1 -0
  450. package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs +701 -0
  451. package/dist/chunks/NcCheckboxRadioSwitch-NwTx_zgG.mjs.map +1 -0
  452. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs +3 -0
  453. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-togIrFzp.cjs.map +1 -0
  454. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs +3 -0
  455. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_48c28b96_lang-yghIE9RS.mjs.map +1 -0
  456. package/dist/chunks/NcColorPicker-DNy0FRJb.mjs +254 -0
  457. package/dist/chunks/NcColorPicker-DNy0FRJb.mjs.map +1 -0
  458. package/dist/chunks/NcColorPicker-i9PgTYBd.cjs +242 -0
  459. package/dist/chunks/NcColorPicker-i9PgTYBd.cjs.map +1 -0
  460. package/dist/chunks/NcContent-HdbQCleH.mjs +111 -0
  461. package/dist/chunks/NcContent-HdbQCleH.mjs.map +1 -0
  462. package/dist/chunks/NcContent-MOEEa0z1.cjs +103 -0
  463. package/dist/chunks/NcContent-MOEEa0z1.cjs.map +1 -0
  464. package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs +40 -0
  465. package/dist/chunks/NcCounterBubble-0pCAxQl7.cjs.map +1 -0
  466. package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs +44 -0
  467. package/dist/chunks/NcCounterBubble-w6SmwTWu.mjs.map +1 -0
  468. package/dist/chunks/NcDashboardWidget-JGkvqDWC.mjs +169 -0
  469. package/dist/chunks/NcDashboardWidget-JGkvqDWC.mjs.map +1 -0
  470. package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs +161 -0
  471. package/dist/chunks/NcDashboardWidget-qHSuK2yd.cjs.map +1 -0
  472. package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs +177 -0
  473. package/dist/chunks/NcDashboardWidgetItem-fl92G4Pt.cjs.map +1 -0
  474. package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs +184 -0
  475. package/dist/chunks/NcDashboardWidgetItem-oQGp29KO.mjs.map +1 -0
  476. package/dist/chunks/NcDateTime-JYO8uPbb.mjs +140 -0
  477. package/dist/chunks/NcDateTime-JYO8uPbb.mjs.map +1 -0
  478. package/dist/chunks/NcDateTime-T52KrH65.cjs +136 -0
  479. package/dist/chunks/NcDateTime-T52KrH65.cjs.map +1 -0
  480. package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs +328 -0
  481. package/dist/chunks/NcDateTimePicker-X2pCnTer.cjs.map +1 -0
  482. package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs +338 -0
  483. package/dist/chunks/NcDateTimePicker-ahgVldMQ.mjs.map +1 -0
  484. package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs +181 -0
  485. package/dist/chunks/NcDateTimePickerNative-3Xru7_OT.mjs.map +1 -0
  486. package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs +176 -0
  487. package/dist/chunks/NcDateTimePickerNative-xSITuvpX.cjs.map +1 -0
  488. package/dist/chunks/NcDialog-BYXi2emF.cjs +237 -0
  489. package/dist/chunks/NcDialog-BYXi2emF.cjs.map +1 -0
  490. package/dist/chunks/NcDialog-rTTTdaH3.mjs +245 -0
  491. package/dist/chunks/NcDialog-rTTTdaH3.mjs.map +1 -0
  492. package/dist/chunks/NcDialogButton-37TPbyFs.cjs +73 -0
  493. package/dist/chunks/NcDialogButton-37TPbyFs.cjs.map +1 -0
  494. package/dist/chunks/NcDialogButton-ax4NTfDU.mjs +78 -0
  495. package/dist/chunks/NcDialogButton-ax4NTfDU.mjs.map +1 -0
  496. package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs +86 -0
  497. package/dist/chunks/NcEllipsisedOption-FGgPyI_T.mjs.map +1 -0
  498. package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs +81 -0
  499. package/dist/chunks/NcEllipsisedOption-eFqGdcUE.cjs.map +1 -0
  500. package/dist/chunks/NcEmojiPicker-oWZ5anxp.mjs +339 -0
  501. package/dist/chunks/NcEmojiPicker-oWZ5anxp.mjs.map +1 -0
  502. package/dist/chunks/NcEmojiPicker-tOE2N9VS.cjs +326 -0
  503. package/dist/chunks/NcEmojiPicker-tOE2N9VS.cjs.map +1 -0
  504. package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs +62 -0
  505. package/dist/chunks/NcEmptyContent-Dvt4jhjb.mjs.map +1 -0
  506. package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs +58 -0
  507. package/dist/chunks/NcEmptyContent-M3ClqFZe.cjs.map +1 -0
  508. package/dist/chunks/NcGuestContent-8HpHaN1K.mjs +21 -0
  509. package/dist/chunks/NcGuestContent-8HpHaN1K.mjs.map +1 -0
  510. package/dist/chunks/NcGuestContent-vbt8h0nE.cjs +17 -0
  511. package/dist/chunks/NcGuestContent-vbt8h0nE.cjs.map +1 -0
  512. package/dist/chunks/NcHeaderMenu-67JCzTGo.mjs +225 -0
  513. package/dist/chunks/NcHeaderMenu-67JCzTGo.mjs.map +1 -0
  514. package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs +218 -0
  515. package/dist/chunks/NcHeaderMenu-TvFFSvGS.cjs.map +1 -0
  516. package/dist/chunks/NcHighlight-cBMxLCnf.cjs +136 -0
  517. package/dist/chunks/NcHighlight-cBMxLCnf.cjs.map +1 -0
  518. package/dist/chunks/NcHighlight-kWLldgWB.mjs +137 -0
  519. package/dist/chunks/NcHighlight-kWLldgWB.mjs.map +1 -0
  520. package/dist/chunks/NcIconSvgWrapper-ACaaN_pS.mjs +82 -0
  521. package/dist/chunks/NcIconSvgWrapper-ACaaN_pS.mjs.map +1 -0
  522. package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs +77 -0
  523. package/dist/chunks/NcIconSvgWrapper-_hHu9P_M.cjs.map +1 -0
  524. package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs +105 -0
  525. package/dist/chunks/NcInputConfirmCancel-DYlc289d.cjs.map +1 -0
  526. package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs +112 -0
  527. package/dist/chunks/NcInputConfirmCancel-lmWu4ouW.mjs.map +1 -0
  528. package/dist/chunks/NcInputField-6pRWha3h.mjs +291 -0
  529. package/dist/chunks/NcInputField-6pRWha3h.mjs.map +1 -0
  530. package/dist/chunks/NcInputField-6vveMrmf.cjs +283 -0
  531. package/dist/chunks/NcInputField-6vveMrmf.cjs.map +1 -0
  532. package/dist/chunks/NcListItem-3QDILDKr.cjs +339 -0
  533. package/dist/chunks/NcListItem-3QDILDKr.cjs.map +1 -0
  534. package/dist/chunks/NcListItem-vkgu6Biu.mjs +346 -0
  535. package/dist/chunks/NcListItem-vkgu6Biu.mjs.map +1 -0
  536. package/dist/chunks/NcListItemIcon-130Lt3dW.mjs +193 -0
  537. package/dist/chunks/NcListItemIcon-130Lt3dW.mjs.map +1 -0
  538. package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs +189 -0
  539. package/dist/chunks/NcListItemIcon-dOvFvjqI.cjs.map +1 -0
  540. package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs +68 -0
  541. package/dist/chunks/NcLoadingIcon-DnhhU7Z8.mjs.map +1 -0
  542. package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs +64 -0
  543. package/dist/chunks/NcLoadingIcon-Fwid-wWE.cjs.map +1 -0
  544. package/dist/chunks/NcNoteCard-MnmgJvKD.mjs +230 -0
  545. package/dist/chunks/NcNoteCard-MnmgJvKD.mjs.map +1 -0
  546. package/dist/chunks/NcNoteCard-ujnbiyLI.cjs +226 -0
  547. package/dist/chunks/NcNoteCard-ujnbiyLI.cjs.map +1 -0
  548. package/dist/chunks/NcPasswordField-8rboJv29.cjs +255 -0
  549. package/dist/chunks/NcPasswordField-8rboJv29.cjs.map +1 -0
  550. package/dist/chunks/NcPasswordField-RHelr3R-.mjs +265 -0
  551. package/dist/chunks/NcPasswordField-RHelr3R-.mjs.map +1 -0
  552. package/dist/chunks/NcPopover-J0pw-klF.cjs +216 -0
  553. package/dist/chunks/NcPopover-J0pw-klF.cjs.map +1 -0
  554. package/dist/chunks/NcPopover-XgOWyuQF.mjs +223 -0
  555. package/dist/chunks/NcPopover-XgOWyuQF.mjs.map +1 -0
  556. package/dist/chunks/NcProgressBar-1EANJyYJ.mjs +127 -0
  557. package/dist/chunks/NcProgressBar-1EANJyYJ.mjs.map +1 -0
  558. package/dist/chunks/NcProgressBar-zsehqkEw.cjs +123 -0
  559. package/dist/chunks/NcProgressBar-zsehqkEw.cjs.map +1 -0
  560. package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs +220 -0
  561. package/dist/chunks/NcRelatedResourcesPanel-NqDuh_7F.mjs.map +1 -0
  562. package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs +213 -0
  563. package/dist/chunks/NcRelatedResourcesPanel-QgNIHnCY.cjs.map +1 -0
  564. package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs +531 -0
  565. package/dist/chunks/NcRichContenteditable-L8aEJNGb.cjs.map +1 -0
  566. package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs +543 -0
  567. package/dist/chunks/NcRichContenteditable-W0BnJp3x.mjs.map +1 -0
  568. package/dist/chunks/NcRichText-91v7gJEe.cjs +331 -0
  569. package/dist/chunks/NcRichText-91v7gJEe.cjs.map +1 -0
  570. package/dist/chunks/NcRichText-RTwlrmhz.mjs +348 -0
  571. package/dist/chunks/NcRichText-RTwlrmhz.mjs.map +1 -0
  572. package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs +71 -0
  573. package/dist/chunks/NcSavingIndicatorIcon-IpOVvSwW.cjs.map +1 -0
  574. package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs +74 -0
  575. package/dist/chunks/NcSavingIndicatorIcon-QRgqeOd3.mjs.map +1 -0
  576. package/dist/chunks/NcSelect-HmmLuUCp.mjs +515 -0
  577. package/dist/chunks/NcSelect-HmmLuUCp.mjs.map +1 -0
  578. package/dist/chunks/NcSelect-P2FpWJBr.cjs +503 -0
  579. package/dist/chunks/NcSelect-P2FpWJBr.cjs.map +1 -0
  580. package/dist/chunks/NcSelectTags-HX8YbYwd.cjs +256 -0
  581. package/dist/chunks/NcSelectTags-HX8YbYwd.cjs.map +1 -0
  582. package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs +263 -0
  583. package/dist/chunks/NcSelectTags-ZoLcdmHG.mjs.map +1 -0
  584. package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs +113 -0
  585. package/dist/chunks/NcSettingsInputText-9TVSwO_s.mjs.map +1 -0
  586. package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs +108 -0
  587. package/dist/chunks/NcSettingsInputText-oJ_c6sMr.cjs.map +1 -0
  588. package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs +114 -0
  589. package/dist/chunks/NcSettingsSection-W7Ieq32P.cjs.map +1 -0
  590. package/dist/chunks/NcSettingsSection-bpmpu801.mjs +118 -0
  591. package/dist/chunks/NcSettingsSection-bpmpu801.mjs.map +1 -0
  592. package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs +208 -0
  593. package/dist/chunks/NcSettingsSelectGroup-HFDYgsw-.mjs.map +1 -0
  594. package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs +199 -0
  595. package/dist/chunks/NcSettingsSelectGroup-UnB2ao3D.cjs.map +1 -0
  596. package/dist/chunks/NcTextArea-QIkvyzz7.cjs +196 -0
  597. package/dist/chunks/NcTextArea-QIkvyzz7.cjs.map +1 -0
  598. package/dist/chunks/NcTextArea-SeSiP6Dy.mjs +203 -0
  599. package/dist/chunks/NcTextArea-SeSiP6Dy.mjs.map +1 -0
  600. package/dist/chunks/NcTextField-qqwMB07_.mjs +165 -0
  601. package/dist/chunks/NcTextField-qqwMB07_.mjs.map +1 -0
  602. package/dist/chunks/NcTextField-zi19KqEm.cjs +158 -0
  603. package/dist/chunks/NcTextField-zi19KqEm.cjs.map +1 -0
  604. package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs +3790 -0
  605. package/dist/chunks/NcTimezonePicker-EPCmHeHy.mjs.map +1 -0
  606. package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs +3783 -0
  607. package/dist/chunks/NcTimezonePicker-f6X4yiuj.cjs.map +1 -0
  608. package/dist/chunks/NcUserBubble-Jw-rOju8.mjs +205 -0
  609. package/dist/chunks/NcUserBubble-Jw-rOju8.mjs.map +1 -0
  610. package/dist/chunks/NcUserBubble-NZeBFOmo.cjs +199 -0
  611. package/dist/chunks/NcUserBubble-NZeBFOmo.cjs.map +1 -0
  612. package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs +146 -0
  613. package/dist/chunks/NcUserStatusIcon-b0xt-g7X.cjs.map +1 -0
  614. package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs +154 -0
  615. package/dist/chunks/NcUserStatusIcon-hmLq9dti.mjs.map +1 -0
  616. package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs +26 -0
  617. package/dist/chunks/ScopeComponent-Gzz2FMnQ.cjs.map +1 -0
  618. package/dist/chunks/ScopeComponent-mG7CSpxl.mjs +27 -0
  619. package/dist/chunks/ScopeComponent-mG7CSpxl.mjs.map +1 -0
  620. package/dist/chunks/_l10n-Fl7RzbcZ.cjs +64 -0
  621. package/dist/chunks/_l10n-Fl7RzbcZ.cjs.map +1 -0
  622. package/dist/chunks/_l10n-uuAvfQgY.mjs +66 -0
  623. package/dist/chunks/_l10n-uuAvfQgY.mjs.map +1 -0
  624. package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs +9 -0
  625. package/dist/chunks/_plugin-vue_export-helper-hUChTQA_.mjs.map +1 -0
  626. package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs +8 -0
  627. package/dist/chunks/_plugin-vue_export-helper-xG2iG1wl.cjs.map +1 -0
  628. package/dist/chunks/actionGlobal-Cx6Fi9Pj.cjs +46 -0
  629. package/dist/chunks/actionGlobal-Cx6Fi9Pj.cjs.map +1 -0
  630. package/dist/chunks/actionGlobal-pi4JQ0yh.mjs +47 -0
  631. package/dist/chunks/actionGlobal-pi4JQ0yh.mjs.map +1 -0
  632. package/dist/chunks/actionText-H_SIpDkO.cjs +126 -0
  633. package/dist/chunks/actionText-H_SIpDkO.cjs.map +1 -0
  634. package/dist/chunks/actionText-yZ-YQ_fz.mjs +127 -0
  635. package/dist/chunks/actionText-yZ-YQ_fz.mjs.map +1 -0
  636. package/dist/chunks/emoji-NrWIXNZ4.cjs +59 -0
  637. package/dist/chunks/emoji-NrWIXNZ4.cjs.map +1 -0
  638. package/dist/chunks/emoji-mEkenm2t.mjs +62 -0
  639. package/dist/chunks/emoji-mEkenm2t.mjs.map +1 -0
  640. package/dist/chunks/index-6mzaBTml.cjs +159 -0
  641. package/dist/chunks/index-6mzaBTml.cjs.map +1 -0
  642. package/dist/chunks/index-clpvFjGU.mjs +165 -0
  643. package/dist/chunks/index-clpvFjGU.mjs.map +1 -0
  644. package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs +1129 -0
  645. package/dist/chunks/referencePickerModal-Fu9pQBdT.mjs.map +1 -0
  646. package/dist/chunks/referencePickerModal-JVKOIVTG.cjs +1111 -0
  647. package/dist/chunks/referencePickerModal-JVKOIVTG.cjs.map +1 -0
  648. package/dist/chunks/usernameToColor-YCPAFxlc.mjs +41 -0
  649. package/dist/chunks/usernameToColor-YCPAFxlc.mjs.map +1 -0
  650. package/dist/chunks/usernameToColor-r5M5P032.cjs +39 -0
  651. package/dist/chunks/usernameToColor-r5M5P032.cjs.map +1 -0
  652. package/dist/cypress/component/NcButton.cy.d.ts +1 -0
  653. package/dist/cypress/component/NcSelect.cy.d.ts +1 -0
  654. package/dist/cypress/component/modal.cy.d.ts +1 -0
  655. package/dist/cypress/component/richtext.cy.d.ts +1 -0
  656. package/dist/cypress/support/commands.d.ts +1 -0
  657. package/dist/cypress/support/component.d.ts +8 -0
  658. package/dist/cypress/visual/AppNavigationItem.cy.d.ts +1 -0
  659. package/dist/cypress.config.d.ts +3 -0
  660. package/dist/index.cjs +142 -167
  661. package/dist/index.cjs.map +1 -1
  662. package/dist/index.mjs +179 -205
  663. package/dist/index.mjs.map +1 -1
  664. package/dist/src/components/NcActionButton/NcActionButton.vue.d.ts +206 -0
  665. package/dist/src/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +26 -0
  666. package/dist/src/components/NcActionCaption/NcActionCaption.vue.d.ts +18 -0
  667. package/dist/src/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +99 -0
  668. package/dist/src/components/NcActionInput/NcActionInput.vue.d.ts +261 -0
  669. package/dist/src/components/NcActionLink/NcActionLink.vue.d.ts +2 -0
  670. package/dist/src/components/NcActionRadio/NcActionRadio.vue.d.ts +115 -0
  671. package/dist/src/components/NcActionRouter/NcActionRouter.vue.d.ts +68 -0
  672. package/dist/src/components/NcActionSeparator/NcActionSeparator.vue.d.ts +2 -0
  673. package/dist/src/components/NcActionText/NcActionText.vue.d.ts +48 -0
  674. package/dist/src/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +113 -0
  675. package/dist/src/components/NcActions/NcActions.vue.d.ts +343 -0
  676. package/dist/src/components/NcAppContent/NcAppContent.vue.d.ts +162 -0
  677. package/dist/src/components/NcAppContent/NcAppDetailsToggle.vue.d.ts +6 -0
  678. package/dist/src/components/NcAppContentDetails/NcAppContentDetails.vue.d.ts +2 -0
  679. package/dist/src/components/NcAppContentList/NcAppContentList.vue.d.ts +23 -0
  680. package/dist/src/components/NcAppNavigation/NcAppNavigation.vue.d.ts +55 -0
  681. package/dist/src/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +20 -0
  682. package/dist/src/components/NcAppNavigationIconBullet/NcAppNavigationIconBullet.vue.d.ts +20 -0
  683. package/dist/src/components/NcAppNavigationItem/NcAppNavigationIconCollapsible.vue.d.ts +20 -0
  684. package/dist/src/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +413 -0
  685. package/dist/src/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +54 -0
  686. package/dist/src/components/NcAppNavigationNew/NcAppNavigationNew.vue.d.ts +48 -0
  687. package/dist/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue.d.ts +92 -0
  688. package/dist/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +37 -0
  689. package/dist/src/components/NcAppNavigationSpacer/NcAppNavigationSpacer.vue.d.ts +2 -0
  690. package/dist/src/components/NcAppNavigationToggle/NcAppNavigationToggle.vue.d.ts +32 -0
  691. package/dist/src/components/NcAppSettingsSection/NcAppSettingsSection.vue.d.ts +24 -0
  692. package/dist/src/components/NcAppSidebar/NcAppSidebar.vue.d.ts +287 -0
  693. package/dist/src/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +91 -0
  694. package/dist/src/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +75 -0
  695. package/dist/src/components/NcAvatar/NcAvatar.vue.d.ts +348 -0
  696. package/dist/src/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +197 -0
  697. package/dist/src/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +144 -0
  698. package/dist/src/components/NcButton/NcButton.vue.d.ts +237 -0
  699. package/dist/src/components/NcButton/index.d.ts +22 -0
  700. package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue.d.ts +6 -0
  701. package/dist/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue.d.ts +2 -0
  702. package/dist/src/components/NcColorPicker/NcColorPicker.vue.d.ts +2 -0
  703. package/dist/src/components/NcContent/NcContent.vue.d.ts +23 -0
  704. package/dist/src/components/NcCounterBubble/NcCounterBubble.vue.d.ts +41 -0
  705. package/dist/src/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +142 -0
  706. package/dist/src/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +170 -0
  707. package/dist/src/components/NcDateTime/NcDateTime.vue.d.ts +2 -0
  708. package/dist/src/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -0
  709. package/dist/src/components/NcDateTimePickerNative/NcDateTimePickerNative.vue.d.ts +2 -0
  710. package/dist/src/components/NcDialog/NcDialog.vue.d.ts +2 -0
  711. package/dist/src/components/NcDialogButton/NcDialogButton.vue.d.ts +2 -0
  712. package/dist/src/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +48 -0
  713. package/dist/src/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +184 -0
  714. package/dist/src/components/NcEmptyContent/NcEmptyContent.vue.d.ts +39 -0
  715. package/dist/src/components/NcGuestContent/NcGuestContent.vue.d.ts +2 -0
  716. package/dist/src/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +147 -0
  717. package/dist/src/components/NcHighlight/NcHighlight.vue.d.ts +65 -0
  718. package/dist/src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +83 -0
  719. package/dist/src/components/NcInputField/NcInputField.vue.d.ts +278 -0
  720. package/dist/src/components/NcListItem/NcListItem.vue.d.ts +259 -0
  721. package/dist/src/components/NcListItemIcon/NcListItemIcon.vue.d.ts +207 -0
  722. package/dist/src/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +58 -0
  723. package/dist/src/components/NcModal/NcModal.vue.d.ts +2 -0
  724. package/dist/src/components/NcNoteCard/NcNoteCard.vue.d.ts +44 -0
  725. package/dist/src/components/NcPopover/NcPopover.vue.d.ts +2 -0
  726. package/dist/src/components/NcPopover/NcPopoverTriggerProvider.vue.d.ts +25 -0
  727. package/dist/src/components/NcProgressBar/NcProgressBar.vue.d.ts +2 -0
  728. package/dist/src/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +140 -0
  729. package/dist/src/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +32 -0
  730. package/dist/src/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +69 -0
  731. package/dist/src/components/NcRichContenteditable/NcMentionBubble.vue.d.ts +2 -0
  732. package/dist/src/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +342 -0
  733. package/dist/src/components/NcRichText/NcReferenceList.vue.d.ts +72 -0
  734. package/dist/src/components/NcRichText/NcReferencePicker/NcCustomPickerElement.vue.d.ts +28 -0
  735. package/dist/src/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +16 -0
  736. package/dist/src/components/NcRichText/NcReferencePicker/NcRawLinkInput.vue.d.ts +34 -0
  737. package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +84 -0
  738. package/dist/src/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +72 -0
  739. package/dist/src/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +69 -0
  740. package/dist/src/components/NcRichText/NcReferencePicker/NcSearchResult.vue.d.ts +34 -0
  741. package/dist/src/components/NcRichText/NcReferenceWidget.vue.d.ts +29 -0
  742. package/dist/src/components/NcRichText/NcRichText.vue.d.ts +140 -0
  743. package/dist/src/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +73 -0
  744. package/dist/src/components/NcSelect/NcSelect.vue.d.ts +14 -0
  745. package/dist/src/components/NcSelectTags/NcSelectTags.vue.d.ts +23 -0
  746. package/dist/src/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +97 -0
  747. package/dist/src/components/NcSettingsSection/NcSettingsSection.vue.d.ts +57 -0
  748. package/dist/src/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +144 -0
  749. package/dist/src/components/NcTextArea/NcTextArea.vue.d.ts +205 -0
  750. package/dist/src/components/NcTextField/NcTextField.vue.d.ts +20 -0
  751. package/dist/src/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +78 -0
  752. package/dist/src/components/NcUserBubble/NcUserBubble.vue.d.ts +180 -0
  753. package/dist/src/components/NcUserBubble/NcUserBubbleDiv.vue.d.ts +2 -0
  754. package/dist/src/components/NcUserStatusIcon/NcUserStatusIcon.vue.d.ts +2 -0
  755. package/dist/src/components/NcVNodes/NcVNodes.vue.d.ts +20 -0
  756. package/dist/src/components/index.d.ts +91 -0
  757. package/dist/src/directives/index.d.ts +24 -0
  758. package/dist/src/index.d.ts +27 -0
  759. package/dist/src/plugin.d.ts +16 -0
  760. package/dist/src/utils/isSlotPopulated.d.ts +29 -0
  761. package/dist/tests/unit/components/NcActions/NcActionButton.spec.d.ts +22 -0
  762. package/dist/tests/unit/components/NcActions/NcActions.spec.d.ts +23 -0
  763. package/dist/tests/unit/components/NcAppSettingsDialog/NcAppSettingsDialog.spec.d.ts +22 -0
  764. package/dist/tests/unit/components/NcAvatar/NcAvatar.spec.d.ts +22 -0
  765. package/dist/tests/unit/components/NcInputField/NcInputField.spec.d.ts +1 -0
  766. package/dist/tests/unit/components/NcListItemIcon/list-item-icon.spec.d.ts +22 -0
  767. package/dist/tests/unit/components/NcRichContenteditable/NcRichContenteditable.spec.d.ts +1 -0
  768. package/dist/tests/unit/plugin.spec.d.ts +22 -0
  769. package/dist/tests/unit/testing-utils.d.ts +6 -0
  770. package/dist/tests/unit/utils/isSlotPopulated.spec.d.ts +1 -0
  771. package/dist/vite.config.d.ts +3 -0
  772. package/dist/vitest.config.d.ts +3 -0
  773. package/package.json +36 -40
  774. package/dist/Mixins/isFullscreen.cjs +0 -35
  775. package/dist/Mixins/isFullscreen.cjs.map +0 -1
  776. package/dist/Mixins/isFullscreen.mjs +0 -36
  777. package/dist/Mixins/isFullscreen.mjs.map +0 -1
  778. package/dist/Mixins/isMobile.cjs +0 -35
  779. package/dist/Mixins/isMobile.cjs.map +0 -1
  780. package/dist/Mixins/isMobile.mjs +0 -36
  781. package/dist/Mixins/isMobile.mjs.map +0 -1
  782. package/dist/assets/NcActionButton-1Z9lN7ar.css +0 -134
  783. package/dist/assets/NcActionCheckbox-6Pvlr1E7.css +0 -106
  784. package/dist/assets/NcActionInput-4zSvDkWm.css +0 -243
  785. package/dist/assets/NcActionRadio-eOr9Sp-D.css +0 -106
  786. package/dist/assets/NcActionRouter-MFTD6tYI.css +0 -133
  787. package/dist/assets/NcActionTextEditable-JrYuWEDd.css +0 -259
  788. package/dist/assets/NcActions-mSL9fcPO.css +0 -84
  789. package/dist/assets/NcAppContent-SZz3PTd8.css +0 -115
  790. package/dist/assets/NcAppNavigation-vjqOL-kR.css +0 -92
  791. package/dist/assets/NcAppNavigationCaption-l5yRGXZx.css +0 -52
  792. package/dist/assets/NcAppNavigationItem-n-wauJE7.css +0 -206
  793. package/dist/assets/NcAppNavigationNew-joyd78FM.css +0 -36
  794. package/dist/assets/NcAppNavigationNewItem-MQBvffq9.css +0 -199
  795. package/dist/assets/NcAppNavigationSettings-Jx_6RpSn.css +0 -88
  796. package/dist/assets/NcAppNavigationToggle-3vMKtCQL.css +0 -38
  797. package/dist/assets/NcAppSettingsDialog-0eOo3ERv.css +0 -86
  798. package/dist/assets/NcAppSettingsSection-ahfdhix_.css +0 -41
  799. package/dist/assets/NcAppSidebar-iU8Zp4Qk.css +0 -318
  800. package/dist/assets/NcAppSidebarTab-Phau6edJ.css +0 -45
  801. package/dist/assets/NcAvatar-5H9cqcD1.css +0 -144
  802. package/dist/assets/NcBreadcrumb-M3hqCbqS.css +0 -80
  803. package/dist/assets/NcBreadcrumbs-KBV0Jccv.css +0 -49
  804. package/dist/assets/NcButton-4Wj3KJn8.css +0 -204
  805. package/dist/assets/NcCheckboxRadioSwitch-mgKotCbU.css +0 -201
  806. package/dist/assets/NcColorPicker-PzIRM1j1.css +0 -131
  807. package/dist/assets/NcContent-LWR23l9i.css +0 -84
  808. package/dist/assets/NcDashboardWidget-01deRW9Z.css +0 -83
  809. package/dist/assets/NcDateTimePicker-RY_Hm2sB.css +0 -884
  810. package/dist/assets/NcDateTimePickerNative-5yybtvfx.css +0 -58
  811. package/dist/assets/NcDialog-DN-rY-55.css +0 -126
  812. package/dist/assets/NcEmojiPicker-wTIbvcrG.css +0 -550
  813. package/dist/assets/NcEmptyContent-pSz7F6Oe.css +0 -75
  814. package/dist/assets/NcGuestContent-mGGTzI2_.css +0 -51
  815. package/dist/assets/NcHeaderMenu-06vdn4tC.css +0 -92
  816. package/dist/assets/NcIconSvgWrapper-arqrq5Bj.css +0 -44
  817. package/dist/assets/NcInputConfirmCancel-ks8z8dIn.css +0 -51
  818. package/dist/assets/NcInputField-L2Lld_iG.css +0 -194
  819. package/dist/assets/NcListItem-6sL-frKJ.css +0 -165
  820. package/dist/assets/NcListItemIcon-PQ2s6ZqX.css +0 -80
  821. package/dist/assets/NcModal-UZh031V1.css +0 -295
  822. package/dist/assets/NcRelatedResourcesPanel-m3uf_nvH.css +0 -76
  823. package/dist/assets/NcRichContenteditable-j9edXOEH.css +0 -268
  824. package/dist/assets/NcSettingsInputText-MPi6a3Yy.css +0 -46
  825. package/dist/assets/NcSettingsSelectGroup-_Jpb8yE3.css +0 -34
  826. package/dist/assets/NcTextArea-4rVwq6GK.css +0 -139
  827. package/dist/assets/NcUserBubble-jjzI5imn.css +0 -59
  828. package/dist/assets/NcUserStatusIcon-62u43_6P.css +0 -41
  829. package/dist/assets/referencePickerModal-iy5QSWj6.css +0 -509
  830. package/dist/chunks/AlertCircleOutline-HYz1lvHU.cjs +0 -35
  831. package/dist/chunks/AlertCircleOutline-HYz1lvHU.cjs.map +0 -1
  832. package/dist/chunks/AlertCircleOutline-XY0EPUmQ.mjs +0 -37
  833. package/dist/chunks/AlertCircleOutline-XY0EPUmQ.mjs.map +0 -1
  834. package/dist/chunks/ArrowLeft-fC5aEWWu.cjs +0 -35
  835. package/dist/chunks/ArrowLeft-fC5aEWWu.cjs.map +0 -1
  836. package/dist/chunks/ArrowLeft-uW5eNVkY.mjs +0 -37
  837. package/dist/chunks/ArrowLeft-uW5eNVkY.mjs.map +0 -1
  838. package/dist/chunks/ArrowRight-16bLxoZc.mjs +0 -37
  839. package/dist/chunks/ArrowRight-16bLxoZc.mjs.map +0 -1
  840. package/dist/chunks/ArrowRight-uUC8qW2c.cjs +0 -35
  841. package/dist/chunks/ArrowRight-uUC8qW2c.cjs.map +0 -1
  842. package/dist/chunks/Check-QBzDcHpr.cjs +0 -35
  843. package/dist/chunks/Check-QBzDcHpr.cjs.map +0 -1
  844. package/dist/chunks/Check-qy5XrF1J.mjs +0 -37
  845. package/dist/chunks/Check-qy5XrF1J.mjs.map +0 -1
  846. package/dist/chunks/ChevronDown-Hc_DTRav.cjs +0 -35
  847. package/dist/chunks/ChevronDown-Hc_DTRav.cjs.map +0 -1
  848. package/dist/chunks/ChevronDown-suAKKmeb.mjs +0 -37
  849. package/dist/chunks/ChevronDown-suAKKmeb.mjs.map +0 -1
  850. package/dist/chunks/ChevronRight-9owhU_17.mjs +0 -37
  851. package/dist/chunks/ChevronRight-9owhU_17.mjs.map +0 -1
  852. package/dist/chunks/ChevronRight-MdQC55Yq.cjs +0 -35
  853. package/dist/chunks/ChevronRight-MdQC55Yq.cjs.map +0 -1
  854. package/dist/chunks/Close-QtH6_3PP.mjs +0 -37
  855. package/dist/chunks/Close-QtH6_3PP.mjs.map +0 -1
  856. package/dist/chunks/Close-dotk0707.cjs +0 -35
  857. package/dist/chunks/Close-dotk0707.cjs.map +0 -1
  858. package/dist/chunks/DotsHorizontal-6hepLUSS.cjs +0 -35
  859. package/dist/chunks/DotsHorizontal-6hepLUSS.cjs.map +0 -1
  860. package/dist/chunks/DotsHorizontal-IbmXTXRA.mjs +0 -37
  861. package/dist/chunks/DotsHorizontal-IbmXTXRA.mjs.map +0 -1
  862. package/dist/chunks/GenColors-OoWIPB3C.mjs +0 -142
  863. package/dist/chunks/GenColors-OoWIPB3C.mjs.map +0 -1
  864. package/dist/chunks/GenColors-gc0oVgC_.cjs +0 -141
  865. package/dist/chunks/GenColors-gc0oVgC_.cjs.map +0 -1
  866. package/dist/chunks/NcActionButtonGroup-D49ovBAN.mjs +0 -50
  867. package/dist/chunks/NcActionButtonGroup-D49ovBAN.mjs.map +0 -1
  868. package/dist/chunks/NcActionButtonGroup-hpwif0u3.cjs +0 -46
  869. package/dist/chunks/NcActionButtonGroup-hpwif0u3.cjs.map +0 -1
  870. package/dist/chunks/NcActionInput-cyxUHqTr.mjs +0 -244
  871. package/dist/chunks/NcActionInput-cyxUHqTr.mjs.map +0 -1
  872. package/dist/chunks/NcActionInput-m10Amrmc.cjs +0 -235
  873. package/dist/chunks/NcActionInput-m10Amrmc.cjs.map +0 -1
  874. package/dist/chunks/NcActions-bAnBpPrc.mjs +0 -540
  875. package/dist/chunks/NcActions-bAnBpPrc.mjs.map +0 -1
  876. package/dist/chunks/NcActions-z-BOuDhM.cjs +0 -532
  877. package/dist/chunks/NcActions-z-BOuDhM.cjs.map +0 -1
  878. package/dist/chunks/NcAppContent-t8UhBH3s.cjs +0 -222
  879. package/dist/chunks/NcAppContent-t8UhBH3s.cjs.map +0 -1
  880. package/dist/chunks/NcAppContent-y9KdCdfx.mjs +0 -231
  881. package/dist/chunks/NcAppContent-y9KdCdfx.mjs.map +0 -1
  882. package/dist/chunks/NcAppNavigation-PLg2oNao.cjs +0 -114
  883. package/dist/chunks/NcAppNavigation-PLg2oNao.cjs.map +0 -1
  884. package/dist/chunks/NcAppNavigation-hiPB8YDB.mjs +0 -122
  885. package/dist/chunks/NcAppNavigation-hiPB8YDB.mjs.map +0 -1
  886. package/dist/chunks/NcAppNavigationCaption-kKsAcV3F.cjs +0 -44
  887. package/dist/chunks/NcAppNavigationCaption-kKsAcV3F.cjs.map +0 -1
  888. package/dist/chunks/NcAppNavigationCaption-q8C0HzdM.mjs +0 -47
  889. package/dist/chunks/NcAppNavigationCaption-q8C0HzdM.mjs.map +0 -1
  890. package/dist/chunks/NcAppNavigationItem-BTI9BVOR.cjs +0 -497
  891. package/dist/chunks/NcAppNavigationItem-BTI9BVOR.cjs.map +0 -1
  892. package/dist/chunks/NcAppNavigationItem-WmNVPGgg.mjs +0 -508
  893. package/dist/chunks/NcAppNavigationItem-WmNVPGgg.mjs.map +0 -1
  894. package/dist/chunks/NcAppNavigationNewItem-bEBZNF2D.cjs +0 -87
  895. package/dist/chunks/NcAppNavigationNewItem-bEBZNF2D.cjs.map +0 -1
  896. package/dist/chunks/NcAppNavigationNewItem-iJxYhc8O.mjs +0 -91
  897. package/dist/chunks/NcAppNavigationNewItem-iJxYhc8O.mjs.map +0 -1
  898. package/dist/chunks/NcAppNavigationSettings--bavO03z.mjs +0 -106
  899. package/dist/chunks/NcAppNavigationSettings--bavO03z.mjs.map +0 -1
  900. package/dist/chunks/NcAppNavigationSettings-J7w9P7fI.cjs +0 -104
  901. package/dist/chunks/NcAppNavigationSettings-J7w9P7fI.cjs.map +0 -1
  902. package/dist/chunks/NcAppNavigationToggle-8FtmM4XU.mjs +0 -122
  903. package/dist/chunks/NcAppNavigationToggle-8FtmM4XU.mjs.map +0 -1
  904. package/dist/chunks/NcAppNavigationToggle-mMhLE73x.cjs +0 -119
  905. package/dist/chunks/NcAppNavigationToggle-mMhLE73x.cjs.map +0 -1
  906. package/dist/chunks/NcAppSettingsDialog-FqEZ3lXG.mjs +0 -184
  907. package/dist/chunks/NcAppSettingsDialog-FqEZ3lXG.mjs.map +0 -1
  908. package/dist/chunks/NcAppSettingsDialog-tN3bu9XO.cjs +0 -177
  909. package/dist/chunks/NcAppSettingsDialog-tN3bu9XO.cjs.map +0 -1
  910. package/dist/chunks/NcAppSidebar-J2XzL1WT.cjs +0 -548
  911. package/dist/chunks/NcAppSidebar-J2XzL1WT.cjs.map +0 -1
  912. package/dist/chunks/NcAppSidebar-lE3w-VIf.mjs +0 -565
  913. package/dist/chunks/NcAppSidebar-lE3w-VIf.mjs.map +0 -1
  914. package/dist/chunks/NcAvatar-MNJp-c9e.mjs +0 -467
  915. package/dist/chunks/NcAvatar-MNJp-c9e.mjs.map +0 -1
  916. package/dist/chunks/NcAvatar-OWW68uV3.cjs +0 -454
  917. package/dist/chunks/NcAvatar-OWW68uV3.cjs.map +0 -1
  918. package/dist/chunks/NcBreadcrumb-4FfLWUDX.mjs +0 -179
  919. package/dist/chunks/NcBreadcrumb-4FfLWUDX.mjs.map +0 -1
  920. package/dist/chunks/NcBreadcrumb-YClz0EeP.cjs +0 -173
  921. package/dist/chunks/NcBreadcrumb-YClz0EeP.cjs.map +0 -1
  922. package/dist/chunks/NcBreadcrumbs-Gln66w_d.mjs +0 -418
  923. package/dist/chunks/NcBreadcrumbs-Gln66w_d.mjs.map +0 -1
  924. package/dist/chunks/NcBreadcrumbs-SPqCk2mi.cjs +0 -408
  925. package/dist/chunks/NcBreadcrumbs-SPqCk2mi.cjs.map +0 -1
  926. package/dist/chunks/NcCheckboxRadioSwitch-R-zNvd7d.cjs +0 -603
  927. package/dist/chunks/NcCheckboxRadioSwitch-R-zNvd7d.cjs.map +0 -1
  928. package/dist/chunks/NcCheckboxRadioSwitch-paTuPXGc.mjs +0 -607
  929. package/dist/chunks/NcCheckboxRadioSwitch-paTuPXGc.mjs.map +0 -1
  930. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Ooje-q1U.cjs +0 -4
  931. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Ooje-q1U.cjs.map +0 -1
  932. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-l6e0b34w.mjs +0 -3
  933. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-l6e0b34w.mjs.map +0 -1
  934. package/dist/chunks/NcColorPicker-ullH7CFZ.mjs +0 -179
  935. package/dist/chunks/NcColorPicker-ullH7CFZ.mjs.map +0 -1
  936. package/dist/chunks/NcColorPicker-vHHSVKQS.cjs +0 -169
  937. package/dist/chunks/NcColorPicker-vHHSVKQS.cjs.map +0 -1
  938. package/dist/chunks/NcContent-M_ZUbKIL.cjs +0 -124
  939. package/dist/chunks/NcContent-M_ZUbKIL.cjs.map +0 -1
  940. package/dist/chunks/NcContent-RGzECysY.mjs +0 -131
  941. package/dist/chunks/NcContent-RGzECysY.mjs.map +0 -1
  942. package/dist/chunks/NcDashboardWidget-KMrDOCQC.mjs +0 -141
  943. package/dist/chunks/NcDashboardWidget-KMrDOCQC.mjs.map +0 -1
  944. package/dist/chunks/NcDashboardWidget-mV9UTaUo.cjs +0 -135
  945. package/dist/chunks/NcDashboardWidget-mV9UTaUo.cjs.map +0 -1
  946. package/dist/chunks/NcDashboardWidgetItem-Hg805JCn.mjs +0 -143
  947. package/dist/chunks/NcDashboardWidgetItem-Hg805JCn.mjs.map +0 -1
  948. package/dist/chunks/NcDashboardWidgetItem-_dvqhu7z.cjs +0 -138
  949. package/dist/chunks/NcDashboardWidgetItem-_dvqhu7z.cjs.map +0 -1
  950. package/dist/chunks/NcDateTime-TRJPnoyx.cjs +0 -142
  951. package/dist/chunks/NcDateTime-TRJPnoyx.cjs.map +0 -1
  952. package/dist/chunks/NcDateTime-t_L5Vf2V.mjs +0 -146
  953. package/dist/chunks/NcDateTime-t_L5Vf2V.mjs.map +0 -1
  954. package/dist/chunks/NcDialog-652A8lMI.mjs +0 -214
  955. package/dist/chunks/NcDialog-652A8lMI.mjs.map +0 -1
  956. package/dist/chunks/NcDialog-dPYf81Dr.cjs +0 -207
  957. package/dist/chunks/NcDialog-dPYf81Dr.cjs.map +0 -1
  958. package/dist/chunks/NcDialogButton-QuoJDLGH.mjs +0 -73
  959. package/dist/chunks/NcDialogButton-QuoJDLGH.mjs.map +0 -1
  960. package/dist/chunks/NcDialogButton-V3nj_xwS.cjs +0 -68
  961. package/dist/chunks/NcDialogButton-V3nj_xwS.cjs.map +0 -1
  962. package/dist/chunks/NcEmojiPicker-SiFuLrOy.cjs +0 -239
  963. package/dist/chunks/NcEmojiPicker-SiFuLrOy.cjs.map +0 -1
  964. package/dist/chunks/NcEmojiPicker-t9ZKXOeE.mjs +0 -249
  965. package/dist/chunks/NcEmojiPicker-t9ZKXOeE.mjs.map +0 -1
  966. package/dist/chunks/NcHeaderMenu-BSi8E43v.cjs +0 -185
  967. package/dist/chunks/NcHeaderMenu-BSi8E43v.cjs.map +0 -1
  968. package/dist/chunks/NcHeaderMenu-Vytc8Eqg.mjs +0 -191
  969. package/dist/chunks/NcHeaderMenu-Vytc8Eqg.mjs.map +0 -1
  970. package/dist/chunks/NcIconSvgWrapper-R7a7dIg4.cjs +0 -81
  971. package/dist/chunks/NcIconSvgWrapper-R7a7dIg4.cjs.map +0 -1
  972. package/dist/chunks/NcIconSvgWrapper-n3MnAe1S.mjs +0 -85
  973. package/dist/chunks/NcIconSvgWrapper-n3MnAe1S.mjs.map +0 -1
  974. package/dist/chunks/NcInputConfirmCancel-QI-5lWEZ.cjs +0 -92
  975. package/dist/chunks/NcInputConfirmCancel-QI-5lWEZ.cjs.map +0 -1
  976. package/dist/chunks/NcInputConfirmCancel-iPOBMuwq.mjs +0 -97
  977. package/dist/chunks/NcInputConfirmCancel-iPOBMuwq.mjs.map +0 -1
  978. package/dist/chunks/NcListItem-J1Ru_eFH.cjs +0 -243
  979. package/dist/chunks/NcListItem-J1Ru_eFH.cjs.map +0 -1
  980. package/dist/chunks/NcListItem-m2T3a1c4.mjs +0 -248
  981. package/dist/chunks/NcListItem-m2T3a1c4.mjs.map +0 -1
  982. package/dist/chunks/NcListItemIcon-RHDhF_NC.mjs +0 -165
  983. package/dist/chunks/NcListItemIcon-RHDhF_NC.mjs.map +0 -1
  984. package/dist/chunks/NcListItemIcon-aE0JNfCX.cjs +0 -162
  985. package/dist/chunks/NcListItemIcon-aE0JNfCX.cjs.map +0 -1
  986. package/dist/chunks/NcPasswordField-h__iqTKL.mjs +0 -238
  987. package/dist/chunks/NcPasswordField-h__iqTKL.mjs.map +0 -1
  988. package/dist/chunks/NcPasswordField-rgZThnoq.cjs +0 -229
  989. package/dist/chunks/NcPasswordField-rgZThnoq.cjs.map +0 -1
  990. package/dist/chunks/NcPopover-T4GMXmKV.mjs +0 -218
  991. package/dist/chunks/NcPopover-T4GMXmKV.mjs.map +0 -1
  992. package/dist/chunks/NcPopover-judBGW5r.cjs +0 -212
  993. package/dist/chunks/NcPopover-judBGW5r.cjs.map +0 -1
  994. package/dist/chunks/NcProgressBar-BthaVVHU.cjs +0 -96
  995. package/dist/chunks/NcProgressBar-BthaVVHU.cjs.map +0 -1
  996. package/dist/chunks/NcProgressBar-h2ufKS6c.mjs +0 -99
  997. package/dist/chunks/NcProgressBar-h2ufKS6c.mjs.map +0 -1
  998. package/dist/chunks/NcRelatedResourcesPanel-DCGxBHHT.mjs +0 -205
  999. package/dist/chunks/NcRelatedResourcesPanel-DCGxBHHT.mjs.map +0 -1
  1000. package/dist/chunks/NcRelatedResourcesPanel-u1ob1njl.cjs +0 -200
  1001. package/dist/chunks/NcRelatedResourcesPanel-u1ob1njl.cjs.map +0 -1
  1002. package/dist/chunks/NcRichContenteditable-03_DWRDq.cjs +0 -505
  1003. package/dist/chunks/NcRichContenteditable-03_DWRDq.cjs.map +0 -1
  1004. package/dist/chunks/NcRichContenteditable-_Ac_ZEfF.mjs +0 -515
  1005. package/dist/chunks/NcRichContenteditable-_Ac_ZEfF.mjs.map +0 -1
  1006. package/dist/chunks/NcRichText-4Y574QZM.mjs +0 -353
  1007. package/dist/chunks/NcRichText-4Y574QZM.mjs.map +0 -1
  1008. package/dist/chunks/NcRichText-Qh1uk4U8.cjs +0 -337
  1009. package/dist/chunks/NcRichText-Qh1uk4U8.cjs.map +0 -1
  1010. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs +0 -62
  1011. package/dist/chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs.map +0 -1
  1012. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs +0 -59
  1013. package/dist/chunks/NcSavingIndicatorIcon-wcQ0mBIL.cjs.map +0 -1
  1014. package/dist/chunks/NcSelect-BnTLFd27.cjs +0 -464
  1015. package/dist/chunks/NcSelect-BnTLFd27.cjs.map +0 -1
  1016. package/dist/chunks/NcSelect-DzZqm1fn.mjs +0 -475
  1017. package/dist/chunks/NcSelect-DzZqm1fn.mjs.map +0 -1
  1018. package/dist/chunks/NcSelectTags-PgYBpBfS.cjs +0 -261
  1019. package/dist/chunks/NcSelectTags-PgYBpBfS.cjs.map +0 -1
  1020. package/dist/chunks/NcSelectTags-qBzjNabg.mjs +0 -267
  1021. package/dist/chunks/NcSelectTags-qBzjNabg.mjs.map +0 -1
  1022. package/dist/chunks/NcSettingsInputText-DROaqnIE.mjs +0 -95
  1023. package/dist/chunks/NcSettingsInputText-DROaqnIE.mjs.map +0 -1
  1024. package/dist/chunks/NcSettingsInputText-FH_6k117.cjs +0 -92
  1025. package/dist/chunks/NcSettingsInputText-FH_6k117.cjs.map +0 -1
  1026. package/dist/chunks/NcSettingsSection-HGZQAB56.cjs +0 -96
  1027. package/dist/chunks/NcSettingsSection-HGZQAB56.cjs.map +0 -1
  1028. package/dist/chunks/NcSettingsSection-pxZK64xe.mjs +0 -98
  1029. package/dist/chunks/NcSettingsSection-pxZK64xe.mjs.map +0 -1
  1030. package/dist/chunks/NcSettingsSelectGroup-NtqYZTN-.mjs +0 -192
  1031. package/dist/chunks/NcSettingsSelectGroup-NtqYZTN-.mjs.map +0 -1
  1032. package/dist/chunks/NcSettingsSelectGroup-d0wrSLXq.cjs +0 -185
  1033. package/dist/chunks/NcSettingsSelectGroup-d0wrSLXq.cjs.map +0 -1
  1034. package/dist/chunks/NcTextField-2P7HaQ-i.cjs +0 -140
  1035. package/dist/chunks/NcTextField-2P7HaQ-i.cjs.map +0 -1
  1036. package/dist/chunks/NcTextField-RnMWfagW.mjs +0 -146
  1037. package/dist/chunks/NcTextField-RnMWfagW.mjs.map +0 -1
  1038. package/dist/chunks/NcTimezonePicker-98XoQsZ0.cjs +0 -7195
  1039. package/dist/chunks/NcTimezonePicker-98XoQsZ0.cjs.map +0 -1
  1040. package/dist/chunks/NcTimezonePicker-HvUUs7VK.mjs +0 -7201
  1041. package/dist/chunks/NcTimezonePicker-HvUUs7VK.mjs.map +0 -1
  1042. package/dist/chunks/NcUserBubble-pCJK4AXS.cjs +0 -192
  1043. package/dist/chunks/NcUserBubble-pCJK4AXS.cjs.map +0 -1
  1044. package/dist/chunks/NcUserBubble-y-RdfxGU.mjs +0 -197
  1045. package/dist/chunks/NcUserBubble-y-RdfxGU.mjs.map +0 -1
  1046. package/dist/chunks/NcUserStatusIcon-Wwtp8zH3.mjs +0 -174
  1047. package/dist/chunks/NcUserStatusIcon-Wwtp8zH3.mjs.map +0 -1
  1048. package/dist/chunks/NcUserStatusIcon-iczxs1an.cjs +0 -167
  1049. package/dist/chunks/NcUserStatusIcon-iczxs1an.cjs.map +0 -1
  1050. package/dist/chunks/ScopeComponent-3zN8-DXa.mjs +0 -29
  1051. package/dist/chunks/ScopeComponent-3zN8-DXa.mjs.map +0 -1
  1052. package/dist/chunks/ScopeComponent-_Qe2Qn0v.cjs +0 -28
  1053. package/dist/chunks/ScopeComponent-_Qe2Qn0v.cjs.map +0 -1
  1054. package/dist/chunks/_l10n--bDJ_Qyj.mjs +0 -66
  1055. package/dist/chunks/_l10n--bDJ_Qyj.mjs.map +0 -1
  1056. package/dist/chunks/_l10n-mEcF7TYU.cjs +0 -64
  1057. package/dist/chunks/_l10n-mEcF7TYU.cjs.map +0 -1
  1058. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs +0 -31
  1059. package/dist/chunks/_plugin-vue2_normalizer-DCfUPqga.cjs.map +0 -1
  1060. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs +0 -32
  1061. package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs.map +0 -1
  1062. package/dist/chunks/actionGlobal-_f-PhW84.cjs +0 -45
  1063. package/dist/chunks/actionGlobal-_f-PhW84.cjs.map +0 -1
  1064. package/dist/chunks/actionGlobal-ejpd0zqm.mjs +0 -46
  1065. package/dist/chunks/actionGlobal-ejpd0zqm.mjs.map +0 -1
  1066. package/dist/chunks/actionText-AoAs4kqP.mjs +0 -127
  1067. package/dist/chunks/actionText-AoAs4kqP.mjs.map +0 -1
  1068. package/dist/chunks/actionText-pGrMQtZ3.cjs +0 -126
  1069. package/dist/chunks/actionText-pGrMQtZ3.cjs.map +0 -1
  1070. package/dist/chunks/emoji-mJIuLpNR.cjs +0 -58
  1071. package/dist/chunks/emoji-mJIuLpNR.cjs.map +0 -1
  1072. package/dist/chunks/emoji-tllD0Rvt.mjs +0 -61
  1073. package/dist/chunks/emoji-tllD0Rvt.mjs.map +0 -1
  1074. package/dist/chunks/index-2phCrsSH.mjs +0 -149
  1075. package/dist/chunks/index-2phCrsSH.mjs.map +0 -1
  1076. package/dist/chunks/index-FO4BaGaF.cjs +0 -148
  1077. package/dist/chunks/index-FO4BaGaF.cjs.map +0 -1
  1078. package/dist/chunks/index-U21dQVa7.cjs +0 -151
  1079. package/dist/chunks/index-U21dQVa7.cjs.map +0 -1
  1080. package/dist/chunks/index-n2q3iT69.mjs +0 -157
  1081. package/dist/chunks/index-n2q3iT69.mjs.map +0 -1
  1082. package/dist/chunks/referencePickerModal-Cnscu3tI.cjs +0 -880
  1083. package/dist/chunks/referencePickerModal-Cnscu3tI.cjs.map +0 -1
  1084. package/dist/chunks/referencePickerModal-oI8JiWDV.mjs +0 -897
  1085. package/dist/chunks/referencePickerModal-oI8JiWDV.mjs.map +0 -1
  1086. package/dist/chunks/usernameToColor-HiPZbTLh.mjs +0 -41
  1087. package/dist/chunks/usernameToColor-HiPZbTLh.mjs.map +0 -1
  1088. package/dist/chunks/usernameToColor-nIJ4GOsW.cjs +0 -39
  1089. package/dist/chunks/usernameToColor-nIJ4GOsW.cjs.map +0 -1
  1090. package/dist/plugin.d.ts +0 -17
  1091. /package/dist/{functions → src/functions}/a11y/index.d.ts +0 -0
  1092. /package/dist/{functions → src/functions}/emoji/emoji.d.ts +0 -0
  1093. /package/dist/{functions → src/functions}/emoji/index.d.ts +0 -0
  1094. /package/dist/{utils → src/utils}/UserStatus.d.ts +0 -0
@@ -1,172 +1,4 @@
1
- import '../assets/NcTextArea-4rVwq6GK.css';
2
- import { G as s } from "../chunks/GenRandomId-VodkdWbp.mjs";
3
- import { A as r } from "../chunks/AlertCircleOutline-XY0EPUmQ.mjs";
4
- import { C as l } from "../chunks/Check-qy5XrF1J.mjs";
5
- import { n as i } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs";
6
- const n = {
7
- name: "NcTextArea",
8
- components: {
9
- AlertCircle: r,
10
- Check: l
11
- },
12
- inheritAttrs: !1,
13
- props: {
14
- /**
15
- * The value of the input field
16
- */
17
- value: {
18
- type: String,
19
- required: !0
20
- },
21
- /**
22
- * The input label, always provide one for accessibility purposes.
23
- * This will also be used as a placeholder unless the placeholder
24
- * prop is populated with a different string.
25
- */
26
- label: {
27
- type: String,
28
- default: void 0
29
- },
30
- /**
31
- * Pass in true if you want to use an external label. This is useful
32
- * if you need a label that looks different from the one provided by
33
- * this component
34
- */
35
- labelOutside: {
36
- type: Boolean,
37
- default: !1
38
- },
39
- /**
40
- * The placeholder of the input. This defaults as the string that's
41
- * passed into the label prop. In order to remove the placeholder,
42
- * pass in an empty string.
43
- */
44
- placeholder: {
45
- type: String,
46
- default: void 0
47
- },
48
- /**
49
- * Toggles the success state of the component. Adds a checkmark icon.
50
- * this cannot be used together with canClear.
51
- */
52
- success: {
53
- type: Boolean,
54
- default: !1
55
- },
56
- /**
57
- * Toggles the error state of the component. Adds an error icon.
58
- * this cannot be used together with canClear.
59
- */
60
- error: {
61
- type: Boolean,
62
- default: !1
63
- },
64
- /**
65
- * Additional helper text message
66
- *
67
- * This will be displayed beneath the input field. In case the field is
68
- * also marked as having an error, the text will be displayed in red.
69
- */
70
- helperText: {
71
- type: String,
72
- default: ""
73
- },
74
- /**
75
- * Disable the input field
76
- */
77
- disabled: {
78
- type: Boolean,
79
- default: !1
80
- },
81
- /**
82
- * Class to add to the input field.
83
- * Necessary to use NcInputField in the NcActionInput component.
84
- */
85
- inputClass: {
86
- type: [Object, String],
87
- default: ""
88
- },
89
- /**
90
- * The resize CSS property sets whether an element is resizable, and if
91
- * so, in which directions.
92
- */
93
- resize: {
94
- type: String,
95
- default: "both",
96
- validator: (t) => ["both", "vertical", "horizontal", "none"].includes(t)
97
- }
98
- },
99
- emits: [
100
- "update:value"
101
- ],
102
- computed: {
103
- computedId() {
104
- return this.$attrs.id && this.$attrs.id !== "" ? this.$attrs.id : this.inputName;
105
- },
106
- inputName() {
107
- return "input" + s();
108
- },
109
- hasPlaceholder() {
110
- return this.placeholder !== "" && this.placeholder !== void 0;
111
- },
112
- computedPlaceholder() {
113
- return this.hasPlaceholder ? this.placeholder : this.label;
114
- },
115
- isValidLabel() {
116
- const t = this.label || this.labelOutside;
117
- return t || console.warn("You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation."), t;
118
- },
119
- ariaDescribedby() {
120
- const t = [];
121
- return this.helperText.length > 0 && t.push(`${this.inputName}-helper-text`), this.$attrs["aria-describedby"] && t.push(this.$attrs["aria-describedby"]), t.join(" ") || null;
122
- }
123
- },
124
- methods: {
125
- /**
126
- * Focus the input element
127
- *
128
- * @public
129
- */
130
- focus() {
131
- this.$refs.input.focus();
132
- },
133
- /**
134
- * Select all the text in the input
135
- *
136
- * @public
137
- */
138
- select() {
139
- this.$refs.input.select();
140
- },
141
- handleInput(t) {
142
- this.$emit("update:value", t.target.value);
143
- }
144
- }
145
- };
146
- var d = function() {
147
- var e = this, a = e._self._c;
148
- return a("div", { staticClass: "textarea", class: { "textarea--disabled": e.disabled } }, [a("div", { staticClass: "textarea__main-wrapper" }, [a("textarea", e._g(e._b({ ref: "input", staticClass: "textarea__input", class: [
149
- e.inputClass,
150
- {
151
- "textarea__input--label-outside": e.labelOutside,
152
- "textarea__input--success": e.success,
153
- "textarea__input--error": e.error
154
- }
155
- ], style: { resize: e.resize }, attrs: { id: e.computedId, type: e.type, disabled: e.disabled, placeholder: e.computedPlaceholder, "aria-describedby": e.ariaDescribedby, "aria-live": "polite" }, domProps: { value: e.value }, on: { input: e.handleInput } }, "textarea", e.$attrs, !1), e.$listeners)), e._v(" "), !e.labelOutside && e.isValidLabel ? a("label", { staticClass: "textarea__label", attrs: { for: e.computedId } }, [e._v(" " + e._s(e.label) + " ")]) : e._e()]), e.helperText.length > 0 ? a("p", { staticClass: "textarea__helper-text-message", class: {
156
- "textarea__helper-text-message--error": e.error,
157
- "textarea__helper-text-message--success": e.success
158
- }, attrs: { id: `${e.inputName}-helper-text` } }, [e.success ? a("Check", { staticClass: "textarea__helper-text-message__icon", attrs: { size: 18 } }) : e.error ? a("AlertCircle", { staticClass: "textarea__helper-text-message__icon", attrs: { size: 18 } }) : e._e(), e._v(" " + e._s(e.helperText) + " ")], 1) : e._e()]);
159
- }, o = [], u = /* @__PURE__ */ i(
160
- n,
161
- d,
162
- o,
163
- !1,
164
- null,
165
- "219a1ffb",
166
- null,
167
- null
168
- );
169
- const f = u.exports;
1
+ import { N as f } from "../chunks/NcTextArea-SeSiP6Dy.mjs";
170
2
  export {
171
3
  f as default
172
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NcTextArea.mjs","sources":["../../src/components/NcTextArea/NcTextArea.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2023 Richard Steinmetz <richard@steinmetz.cloud>\n -\n - @author Richard Steinmetz <richard@steinmetz.cloud>\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 General Public License as published by\n - the Free Software Foundation, either version 3 of the License, or\n - (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 General Public License for more details.\n -\n - You should have received a copy of the GNU General Public License\n - along with this program. If not, see <http://www.gnu.org/licenses/>.\n -\n -->\n\n<docs>\n### Description\n\nThis component is a textarea field.\nIt extends and styles an HTMLTextAreaElement.\n\n```\n<template>\n\t<div class=\"wrapper\">\n\t\t<NcTextArea label=\"Text area\"\n\t\t\tplaceholder=\"Placeholders are possible\"\n\t\t\thelper-text=\"This is a regular helper text.\" >\n\t\t</NcTextArea>\n\t\t<NcTextArea label=\"Success state\"\n\t\t\t:success=\"true\">\n\t\t</NcTextArea>\n\t\t<NcTextArea label=\"Error state\"\n\t\t\tplaceholder=\"Enter something valid\"\n\t\t\thelper-text=\"Helper texts will be styled accordingly.\"\n\t\t\t:error=\"true\">\n\t\t</NcTextArea>\n\t\t<NcTextArea label=\"Disabled\"\n\t\t\t:disabled=\"true\" />\n\t\t<NcTextArea label=\"Disabled + Success\"\n\t\t\t:success=\"true\"\n\t\t\t:disabled=\"true\" />\n\t\t<div class=\"external-label\">\n\t\t\t<label for=\"textField\">External label</label>\n\t\t\t<NcTextArea id=\"textField\"\n\t\t\t\t:label-outside=\"true\"\n\t\t\t\tplaceholder=\"Text area with external label\" />\n\t\t</div>\n\t\t<NcTextArea label=\"Custom size and no resize\"\n\t\t\tresize=\"none\"\n\t\t\trows=\"5\" />\n\t\t</NcTextArea>\n\t</div>\n</template>\n\n<style lang=\"scss\" scoped>\n.wrapper {\n\tdisplay: flex;\n\tgap: 4px;\n\talign-items: flex-end;\n\tflex-wrap: wrap;\n}\n\n.external-label {\n\tdisplay: flex;\n\twidth: 100%;\n\talign-items: center;\n\tgap: 14px;\n\n\t> label {\n\t\tflex-shrink: 0;\n\t}\n}\n</style>\n```\n</docs>\n\n<template>\n\t<div class=\"textarea\" :class=\"{ 'textarea--disabled': disabled }\">\n\t\t<div class=\"textarea__main-wrapper\">\n\t\t\t<textarea v-bind=\"$attrs\"\n\t\t\t\t:id=\"computedId\"\n\t\t\t\tref=\"input\"\n\t\t\t\tclass=\"textarea__input\"\n\t\t\t\t:type=\"type\"\n\t\t\t\t:disabled=\"disabled\"\n\t\t\t\t:placeholder=\"computedPlaceholder\"\n\t\t\t\t:aria-describedby=\"ariaDescribedby\"\n\t\t\t\taria-live=\"polite\"\n\t\t\t\t:class=\"[inputClass,\n\t\t\t\t\t{\n\t\t\t\t\t\t'textarea__input--label-outside': labelOutside,\n\t\t\t\t\t\t'textarea__input--success': success,\n\t\t\t\t\t\t'textarea__input--error': error,\n\t\t\t\t\t}]\"\n\t\t\t\t:style=\"{ resize: resize }\"\n\t\t\t\t:value=\"value\"\n\t\t\t\tv-on=\"$listeners\"\n\t\t\t\t@input=\"handleInput\" />\n\t\t\t<!-- Label -->\n\t\t\t<label v-if=\"!labelOutside && isValidLabel\"\n\t\t\t\tclass=\"textarea__label\"\n\t\t\t\t:for=\"computedId\">\n\t\t\t\t{{ label }}\n\t\t\t</label>\n\t\t</div>\n\t\t<p v-if=\"helperText.length > 0\"\n\t\t\t:id=\"`${inputName}-helper-text`\"\n\t\t\tclass=\"textarea__helper-text-message\"\n\t\t\t:class=\"{\n\t\t\t\t'textarea__helper-text-message--error': error,\n\t\t\t\t'textarea__helper-text-message--success': success,\n\t\t\t}\">\n\t\t\t<Check v-if=\"success\" class=\"textarea__helper-text-message__icon\" :size=\"18\" />\n\t\t\t<AlertCircle v-else-if=\"error\" class=\"textarea__helper-text-message__icon\" :size=\"18\" />\n\t\t\t{{ helperText }}\n\t\t</p>\n\t</div>\n</template>\n\n<script>\nimport GenRandomId from '../../utils/GenRandomId.js'\n\nimport AlertCircle from 'vue-material-design-icons/AlertCircleOutline.vue'\nimport Check from 'vue-material-design-icons/Check.vue'\n\nexport default {\n\tname: 'NcTextArea',\n\n\tcomponents: {\n\t\tAlertCircle,\n\t\tCheck,\n\t},\n\n\tinheritAttrs: false,\n\n\tprops: {\n\t\t/**\n\t\t * The value of the input field\n\t\t */\n\t\tvalue: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\n\t\t/**\n\t\t * The input label, always provide one for accessibility purposes.\n\t\t * This will also be used as a placeholder unless the placeholder\n\t\t * prop is populated with a different string.\n\t\t */\n\t\tlabel: {\n\t\t\ttype: String,\n\t\t\tdefault: undefined,\n\t\t},\n\n\t\t/**\n\t\t * Pass in true if you want to use an external label. This is useful\n\t\t * if you need a label that looks different from the one provided by\n\t\t * this component\n\t\t */\n\t\tlabelOutside: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * The placeholder of the input. This defaults as the string that's\n\t\t * passed into the label prop. In order to remove the placeholder,\n\t\t * pass in an empty string.\n\t\t */\n\t\tplaceholder: {\n\t\t\ttype: String,\n\t\t\tdefault: undefined,\n\t\t},\n\n\t\t/**\n\t\t * Toggles the success state of the component. Adds a checkmark icon.\n\t\t * this cannot be used together with canClear.\n\t\t */\n\t\tsuccess: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * Toggles the error state of the component. Adds an error icon.\n\t\t * this cannot be used together with canClear.\n\t\t */\n\t\terror: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * Additional helper text message\n\t\t *\n\t\t * This will be displayed beneath the input field. In case the field is\n\t\t * also marked as having an error, the text will be displayed in red.\n\t\t */\n\t\thelperText: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\n\t\t/**\n\t\t * Disable the input field\n\t\t */\n\t\tdisabled: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * Class to add to the input field.\n\t\t * Necessary to use NcInputField in the NcActionInput component.\n\t\t */\n\t\tinputClass: {\n\t\t\ttype: [Object, String],\n\t\t\tdefault: '',\n\t\t},\n\n\t\t/**\n\t\t * The resize CSS property sets whether an element is resizable, and if\n\t\t * so, in which directions.\n\t\t */\n\t\tresize: {\n\t\t\ttype: String,\n\t\t\tdefault: 'both',\n\t\t\tvalidator: (value) => ['both', 'vertical', 'horizontal', 'none'].includes(value),\n\t\t},\n\t},\n\n\temits: [\n\t\t'update:value',\n\t],\n\n\tcomputed: {\n\t\tcomputedId() {\n\t\t\treturn this.$attrs.id && this.$attrs.id !== '' ? this.$attrs.id : this.inputName\n\t\t},\n\n\t\tinputName() {\n\t\t\treturn 'input' + GenRandomId()\n\t\t},\n\n\t\thasPlaceholder() {\n\t\t\treturn this.placeholder !== '' && this.placeholder !== undefined\n\t\t},\n\n\t\tcomputedPlaceholder() {\n\t\t\treturn this.hasPlaceholder ? this.placeholder : this.label\n\t\t},\n\n\t\tisValidLabel() {\n\t\t\tconst isValidLabel = this.label || this.labelOutside\n\t\t\tif (!isValidLabel) {\n\t\t\t\tconsole.warn('You need to add a label to the NcInputField component. Either use the prop label or use an external one, as per the example in the documentation.')\n\t\t\t}\n\t\t\treturn isValidLabel\n\t\t},\n\n\t\tariaDescribedby() {\n\t\t\tconst ariaDescribedby = []\n\t\t\tif (this.helperText.length > 0) {\n\t\t\t\tariaDescribedby.push(`${this.inputName}-helper-text`)\n\t\t\t}\n\t\t\tif (this.$attrs['aria-describedby']) {\n\t\t\t\tariaDescribedby.push(this.$attrs['aria-describedby'])\n\t\t\t}\n\t\t\treturn ariaDescribedby.join(' ') || null\n\t\t},\n\t},\n\n\tmethods: {\n\t\t/**\n\t\t * Focus the input element\n\t\t *\n\t\t * @public\n\t\t */\n\t\tfocus() {\n\t\t\tthis.$refs.input.focus()\n\t\t},\n\n\t\t/**\n\t\t * Select all the text in the input\n\t\t *\n\t\t * @public\n\t\t */\n\t\tselect() {\n\t\t\tthis.$refs.input.select()\n\t\t},\n\n\t\thandleInput(event) {\n\t\t\tthis.$emit('update:value', event.target.value)\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n\n.textarea {\n\tposition: relative;\n\twidth: 100%;\n\tborder-radius: var(--border-radius-large);\n\tmargin-block-start: 6px; // for the label in active state\n\tresize: vertical;\n\n\t&__main-wrapper {\n\t\tposition: relative;\n\t}\n\n\t&--disabled {\n\t\topacity: 0.7;\n\t\tfilter: saturate(0.7);\n\t}\n\n\t&__input {\n\t\tmargin: 0;\n\t\tpadding-inline: 10px 6px; // align with label 8px margin label + 4px padding label - 2px border input\n\t\twidth: 100%;\n\n\t\tfont-size: var(--default-font-size);\n\t\ttext-overflow: ellipsis;\n\n\t\tbackground-color: var(--color-main-background);\n\t\tcolor: var(--color-main-text);\n\t\tborder: 2px solid var(--color-border-maxcontrast);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tcursor: pointer;\n\n\t\t&:active:not([disabled]),\n\t\t&:hover:not([disabled]),\n\t\t&:focus:not([disabled]) {\n\t\t\tborder-color: 2px solid var(--color-main-text) !important;\n\t\t\tbox-shadow: 0 0 0 2px var(--color-main-background) !important;\n\t\t}\n\n\t\t// Hide placeholder while not focussed -> show label instead (only if internal label is used)\n\t\t&:not(:focus,&--label-outside)::placeholder {\n\t\t\topacity: 0;\n\t\t}\n\n\t\t&:focus {\n\t\t\tcursor: text;\n\t\t}\n\n\t\t&:disabled {\n\t\t\tcursor: default;\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\tbox-shadow: unset !important; // Override server rules\n\t\t}\n\n\t\t&--success {\n\t\t\tborder-color: var(--color-success) !important; //Override hover border color\n\t\t\t&:focus-visible {\n\t\t\t\tbox-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px\n\t\t\t}\n\t\t}\n\n\t\t&--error {\n\t\t\tborder-color: var(--color-error) !important; //Override hover border color\n\t\t\t&:focus-visible {\n\t\t\t\tbox-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px\n\t\t\t}\n\t\t}\n\t}\n\n\t&__label {\n\t\tposition: absolute;\n\t\tmargin-inline: 12px 0;\n\t\tmax-width: fit-content;\n\t\tinset-block-start: 11px;\n\t\tinset-inline: 0;\n\t\t// Fix color so that users do not think the input already has content\n\t\tcolor: var(--color-text-maxcontrast);\n\t\t// only one line labels are allowed\n\t\twhite-space: nowrap;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\t// forward events to input\n\t\tpointer-events: none;\n\t\t// Position transition\n\t\ttransition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n\t}\n\n\t&__input:focus + &__label,\n\t&__input:not(:placeholder-shown) + &__label {\n\t\tinset-block-start: -10px;\n\t\tline-height: 1.5; // minimum allowed line height for accessibility\n\t\tfont-size: 13px; // minimum allowed font size for accessibility\n\t\tfont-weight: 500;\n\t\tcolor: var(--color-main-text);\n\t\tbackground-color: var(--color-main-background);\n\t\tpadding-inline: 4px;\n\t\tmargin-inline-start: 8px;\n\n\t\ttransition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n\t}\n\n\t&__helper-text-message {\n\t\tpadding-block: 4px;\n\t\tdisplay: flex;\n\t\talign-items: center;\n\n\t\t&__icon {\n\t\t\tmargin-inline-end: 8px;\n\t\t}\n\n\t\t&--error {\n\t\t\tcolor: var(--color-error-text);\n\t\t}\n\n\t\t&--success {\n\t\t\tcolor: var(--color-success-text);\n\t\t}\n\t}\n}\n</style>\n"],"names":["_sfc_main","AlertCircle","Check","value","GenRandomId","isValidLabel","ariaDescribedby","event"],"mappings":";;;;AAoIA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,aAAAC;AAAA,IACA,OAAAC;AAAA,EACA;AAAA,EAEA,cAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,OAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA,OAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA,cAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA,aAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,SAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,OAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,UAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,YAAA;AAAA,MACA,MAAA,CAAA,QAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAAC,MAAA,CAAA,QAAA,YAAA,cAAA,MAAA,EAAA,SAAAA,CAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,aAAA;AACA,aAAA,KAAA,OAAA,MAAA,KAAA,OAAA,OAAA,KAAA,KAAA,OAAA,KAAA,KAAA;AAAA,IACA;AAAA,IAEA,YAAA;AACA,aAAA,UAAAC,EAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,aAAA,KAAA,gBAAA,MAAA,KAAA,gBAAA;AAAA,IACA;AAAA,IAEA,sBAAA;AACA,aAAA,KAAA,iBAAA,KAAA,cAAA,KAAA;AAAA,IACA;AAAA,IAEA,eAAA;AACA,YAAAC,IAAA,KAAA,SAAA,KAAA;AACA,aAAAA,KACA,QAAA,KAAA,mJAAA,GAEAA;AAAA,IACA;AAAA,IAEA,kBAAA;AACA,YAAAC,IAAA,CAAA;AACA,aAAA,KAAA,WAAA,SAAA,KACAA,EAAA,KAAA,GAAA,KAAA,SAAA,cAAA,GAEA,KAAA,OAAA,kBAAA,KACAA,EAAA,KAAA,KAAA,OAAA,kBAAA,CAAA,GAEAA,EAAA,KAAA,GAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AACA,WAAA,MAAA,MAAA,MAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA,SAAA;AACA,WAAA,MAAA,MAAA,OAAA;AAAA,IACA;AAAA,IAEA,YAAAC,GAAA;AACA,WAAA,MAAA,gBAAAA,EAAA,OAAA,KAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcTextArea.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcTextField-2P7HaQ-i.cjs");
2
+ const e = require("../chunks/NcTextField-zi19KqEm.cjs");
3
3
  module.exports = e.NcTextField;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcTextField-RnMWfagW.mjs";
1
+ import { N as f } from "../chunks/NcTextField-qqwMB07_.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcTimezonePicker-98XoQsZ0.cjs");
2
+ const e = require("../chunks/NcTimezonePicker-f6X4yiuj.cjs");
3
3
  module.exports = e.NcTimezonePicker;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcTimezonePicker-HvUUs7VK.mjs";
1
+ import { N as f } from "../chunks/NcTimezonePicker-EPCmHeHy.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const e = require("../chunks/NcUserBubble-pCJK4AXS.cjs");
2
+ const e = require("../chunks/NcUserBubble-NZeBFOmo.cjs");
3
3
  module.exports = e.NcUserBubble;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcUserBubble-y-RdfxGU.mjs";
1
+ import { N as f } from "../chunks/NcUserBubble-Jw-rOju8.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- const s = require("../chunks/NcUserStatusIcon-iczxs1an.cjs");
2
+ const s = require("../chunks/NcUserStatusIcon-b0xt-g7X.cjs");
3
3
  module.exports = s.NcUserStatusIcon;
@@ -1,4 +1,4 @@
1
- import { N as f } from "../chunks/NcUserStatusIcon-Wwtp8zH3.mjs";
1
+ import { N as f } from "../chunks/NcUserStatusIcon-hmLq9dti.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const e = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), n = {
2
+ const t = {
3
3
  name: "NcVNodes",
4
4
  props: {
5
5
  /**
@@ -13,22 +13,11 @@ const e = require("../chunks/_plugin-vue2_normalizer-DCfUPqga.cjs"), n = {
13
13
  /**
14
14
  * The render function to display the component
15
15
  *
16
- * @param {Function} h The function to create VNodes
17
16
  * @return {object} The created VNode
18
17
  */
19
- render(r) {
20
- return this.vnodes || this.$slots?.default || this.$scopedSlots?.default?.();
18
+ render() {
19
+ var e, s;
20
+ return this.vnodes || ((s = (e = this.$slots) == null ? void 0 : e.default) == null ? void 0 : s.call(e, {}));
21
21
  }
22
- }, s = null, t = null;
23
- var l = /* @__PURE__ */ e.normalizeComponent(
24
- n,
25
- s,
26
- t,
27
- !1,
28
- null,
29
- null,
30
- null,
31
- null
32
- );
33
- const o = l.exports;
34
- module.exports = o;
22
+ };
23
+ module.exports = t;
@@ -1 +1 @@
1
- {"version":3,"file":"NcVNodes.cjs","sources":["../../src/components/NcVNodes/NcVNodes.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2023 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<script>\nexport default {\n\tname: 'NcVNodes',\n\tprops: {\n\t\t/**\n\t\t * The vnodes to render\n\t\t */\n\t\tvnodes: {\n\t\t\ttype: [Array, Object],\n\t\t\tdefault: null,\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\treturn this.vnodes || this.$slots?.default || this.$scopedSlots?.default?.()\n\t},\n}\n</script>\n"],"names":["_sfc_main","h"],"mappings":";qEAuBAA,IAAA;AAAA,EACA,MAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,QAAA;AAAA,MACA,MAAA,CAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,OAAAC,GAAA;AACA,WAAA,KAAA,UAAA,KAAA,QAAA,WAAA,KAAA,cAAA,UAAA;AAAA,EACA;AACA;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcVNodes.cjs","sources":["../../src/components/NcVNodes/NcVNodes.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2023 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<script>\nexport default {\n\tname: 'NcVNodes',\n\tprops: {\n\t\t/**\n\t\t * The vnodes to render\n\t\t */\n\t\tvnodes: {\n\t\t\ttype: [Array, Object],\n\t\t\tdefault: null,\n\t\t},\n\t},\n\t/**\n\t * The render function to display the component\n\t *\n\t * @return {object} The created VNode\n\t */\n\trender() {\n\t\treturn this.vnodes || this.$slots?.default?.({})\n\t},\n}\n</script>\n"],"names":["_sfc_main","_b","_a"],"mappings":";AAuBK,MAAAA,IAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,QAAQ;AAAA,MACP,MAAM,CAAC,OAAO,MAAM;AAAA,MACpB,SAAS;AAAA,IACT;AAAA,EACD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,SAAS;;AACR,WAAO,KAAK,YAAUC,KAAAC,IAAA,KAAK,WAAL,gBAAAA,EAAa,YAAb,gBAAAD,EAAA,KAAAC,GAAuB,CAAA;AAAA,EAC7C;AACF;;"}
@@ -1,5 +1,4 @@
1
- import { n } from "../chunks/_plugin-vue2_normalizer-u6G_3nkj.mjs";
2
- const e = {
1
+ const t = {
3
2
  name: "NcVNodes",
4
3
  props: {
5
4
  /**
@@ -13,24 +12,13 @@ const e = {
13
12
  /**
14
13
  * The render function to display the component
15
14
  *
16
- * @param {Function} h The function to create VNodes
17
15
  * @return {object} The created VNode
18
16
  */
19
- render(o) {
20
- return this.vnodes || this.$slots?.default || this.$scopedSlots?.default?.();
17
+ render() {
18
+ var e, s;
19
+ return this.vnodes || ((s = (e = this.$slots) == null ? void 0 : e.default) == null ? void 0 : s.call(e, {}));
21
20
  }
22
- }, s = null, t = null;
23
- var l = /* @__PURE__ */ n(
24
- e,
25
- s,
26
- t,
27
- !1,
28
- null,
29
- null,
30
- null,
31
- null
32
- );
33
- const a = l.exports;
21
+ };
34
22
  export {
35
- a as default
23
+ t as default
36
24
  };
@@ -1 +1 @@
1
- {"version":3,"file":"NcVNodes.mjs","sources":["../../src/components/NcVNodes/NcVNodes.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2023 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<script>\nexport default {\n\tname: 'NcVNodes',\n\tprops: {\n\t\t/**\n\t\t * The vnodes to render\n\t\t */\n\t\tvnodes: {\n\t\t\ttype: [Array, Object],\n\t\t\tdefault: null,\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\treturn this.vnodes || this.$slots?.default || this.$scopedSlots?.default?.()\n\t},\n}\n</script>\n"],"names":["_sfc_main","h"],"mappings":";AAuBA,MAAAA,IAAA;AAAA,EACA,MAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,QAAA;AAAA,MACA,MAAA,CAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,OAAAC,GAAA;AACA,WAAA,KAAA,UAAA,KAAA,QAAA,WAAA,KAAA,cAAA,UAAA;AAAA,EACA;AACA;;;;;;;;;;;;"}
1
+ {"version":3,"file":"NcVNodes.mjs","sources":["../../src/components/NcVNodes/NcVNodes.vue"],"sourcesContent":["<!--\n - @copyright Copyright (c) 2023 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<script>\nexport default {\n\tname: 'NcVNodes',\n\tprops: {\n\t\t/**\n\t\t * The vnodes to render\n\t\t */\n\t\tvnodes: {\n\t\t\ttype: [Array, Object],\n\t\t\tdefault: null,\n\t\t},\n\t},\n\t/**\n\t * The render function to display the component\n\t *\n\t * @return {object} The created VNode\n\t */\n\trender() {\n\t\treturn this.vnodes || this.$slots?.default?.({})\n\t},\n}\n</script>\n"],"names":["_sfc_main","_a","_b"],"mappings":"AAuBK,MAAAA,IAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIN,QAAQ;AAAA,MACP,MAAM,CAAC,OAAO,MAAM;AAAA,MACpB,SAAS;AAAA,IACT;AAAA,EACD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMD,SAAS;AAhBL,QAAAC,GAAAC;AAiBH,WAAO,KAAK,YAAUA,KAAAD,IAAA,KAAK,WAAL,gBAAAA,EAAa,YAAb,gBAAAC,EAAA,KAAAD,GAAuB,CAAA;AAAA,EAC7C;AACF;"}
@@ -22,13 +22,11 @@ const e = require("vue");
22
22
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
23
23
  *
24
24
  */
25
- const n = () => window.outerHeight === screen.height, s = e.ref(n());
25
+ const n = () => window.outerHeight === screen.height, r = e.ref(n());
26
26
  window.addEventListener("resize", () => {
27
- s.value = n();
27
+ r.value = n();
28
28
  });
29
- function r() {
30
- return e.readonly(s);
29
+ function s() {
30
+ return e.readonly(r);
31
31
  }
32
- const t = e.readonly(s);
33
- exports.isFullscreenState = t;
34
- exports.useIsFullscreen = r;
32
+ exports.useIsFullscreen = s;
@@ -1 +1 @@
1
- {"version":3,"file":"useIsFullscreen.cjs","sources":["../../src/composables/useIsFullscreen/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>\n *\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { readonly, ref } from 'vue'\n\n// if the window height is equal to the screen height,\n// we're in full screen mode\nconst checkIfIsFullscreen = () => window.outerHeight === screen.height\n\nconst isFullscreen = ref(checkIfIsFullscreen())\n\nwindow.addEventListener('resize', () => {\n\tisFullscreen.value = checkIfIsFullscreen()\n})\n\n/**\n * Use global isFullscreen state, based on the screen height check\n *\n * @return {import('vue').DeepReadonly<import('vue').Ref<boolean>>}\n */\nexport function useIsFullscreen() {\n\treturn readonly(isFullscreen)\n}\n\n/**\n * @deprecated Is to be removed in v9.0.0 with Vue 3 migration.\n * Use `composables/useIsFullscreen` instead.\n * Defined and exported only for isFullscreen mixin.\n */\nexport const isFullscreenState = readonly(isFullscreen)\n"],"names":["checkIfIsFullscreen","isFullscreen","ref","useIsFullscreen","readonly","isFullscreenState"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0BA,MAAMA,IAAsB,MAAM,OAAO,gBAAgB,OAAO,QAE1DC,IAAeC,EAAAA,IAAIF,GAAqB;AAE9C,OAAO,iBAAiB,UAAU,MAAM;AACvC,EAAAC,EAAa,QAAQD,EAAqB;AAC3C,CAAC;AAOM,SAASG,IAAkB;AACjC,SAAOC,EAAAA,SAASH,CAAY;AAC7B;AAOY,MAACI,IAAoBD,EAAQ,SAACH,CAAY;;;"}
1
+ {"version":3,"file":"useIsFullscreen.cjs","sources":["../../src/composables/useIsFullscreen/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>\n *\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { readonly, ref } from 'vue'\n\n// if the window height is equal to the screen height,\n// we're in full screen mode\nconst checkIfIsFullscreen = () => window.outerHeight === screen.height\n\nconst isFullscreen = ref(checkIfIsFullscreen())\n\nwindow.addEventListener('resize', () => {\n\tisFullscreen.value = checkIfIsFullscreen()\n})\n\n/**\n * Use global isFullscreen state, based on the screen height check\n *\n * @return {import('vue').DeepReadonly<import('vue').Ref<boolean>>}\n */\nexport function useIsFullscreen() {\n\treturn readonly(isFullscreen)\n}\n"],"names":["checkIfIsFullscreen","isFullscreen","ref","useIsFullscreen","readonly"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0BA,MAAMA,IAAsB,MAAM,OAAO,gBAAgB,OAAO,QAE1DC,IAAeC,EAAAA,IAAIF,GAAqB;AAE9C,OAAO,iBAAiB,UAAU,MAAM;AACvC,EAAAC,EAAa,QAAQD,EAAqB;AAC3C,CAAC;AAOM,SAASG,IAAkB;AACjC,SAAOC,EAAAA,SAASH,CAAY;AAC7B;;"}
@@ -1,4 +1,4 @@
1
- import { ref as s, readonly as n } from "vue";
1
+ import { ref as r, readonly as s } from "vue";
2
2
  /**
3
3
  * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>
4
4
  *
@@ -20,15 +20,13 @@ import { ref as s, readonly as n } from "vue";
20
20
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
  *
22
22
  */
23
- const r = () => window.outerHeight === screen.height, e = s(r());
23
+ const e = () => window.outerHeight === screen.height, n = r(e());
24
24
  window.addEventListener("resize", () => {
25
- e.value = r();
25
+ n.value = e();
26
26
  });
27
- function c() {
28
- return n(e);
27
+ function o() {
28
+ return s(n);
29
29
  }
30
- const o = n(e);
31
30
  export {
32
- o as isFullscreenState,
33
- c as useIsFullscreen
31
+ o as useIsFullscreen
34
32
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useIsFullscreen.mjs","sources":["../../src/composables/useIsFullscreen/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>\n *\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { readonly, ref } from 'vue'\n\n// if the window height is equal to the screen height,\n// we're in full screen mode\nconst checkIfIsFullscreen = () => window.outerHeight === screen.height\n\nconst isFullscreen = ref(checkIfIsFullscreen())\n\nwindow.addEventListener('resize', () => {\n\tisFullscreen.value = checkIfIsFullscreen()\n})\n\n/**\n * Use global isFullscreen state, based on the screen height check\n *\n * @return {import('vue').DeepReadonly<import('vue').Ref<boolean>>}\n */\nexport function useIsFullscreen() {\n\treturn readonly(isFullscreen)\n}\n\n/**\n * @deprecated Is to be removed in v9.0.0 with Vue 3 migration.\n * Use `composables/useIsFullscreen` instead.\n * Defined and exported only for isFullscreen mixin.\n */\nexport const isFullscreenState = readonly(isFullscreen)\n"],"names":["checkIfIsFullscreen","isFullscreen","ref","useIsFullscreen","readonly","isFullscreenState"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0BA,MAAMA,IAAsB,MAAM,OAAO,gBAAgB,OAAO,QAE1DC,IAAeC,EAAIF,GAAqB;AAE9C,OAAO,iBAAiB,UAAU,MAAM;AACvC,EAAAC,EAAa,QAAQD,EAAqB;AAC3C,CAAC;AAOM,SAASG,IAAkB;AACjC,SAAOC,EAASH,CAAY;AAC7B;AAOY,MAACI,IAAoBD,EAASH,CAAY;"}
1
+ {"version":3,"file":"useIsFullscreen.mjs","sources":["../../src/composables/useIsFullscreen/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2023 Grigorii K. Shartsev <me@shgk.me>\n *\n * @author Grigorii K. Shartsev <me@shgk.me>\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\nimport { readonly, ref } from 'vue'\n\n// if the window height is equal to the screen height,\n// we're in full screen mode\nconst checkIfIsFullscreen = () => window.outerHeight === screen.height\n\nconst isFullscreen = ref(checkIfIsFullscreen())\n\nwindow.addEventListener('resize', () => {\n\tisFullscreen.value = checkIfIsFullscreen()\n})\n\n/**\n * Use global isFullscreen state, based on the screen height check\n *\n * @return {import('vue').DeepReadonly<import('vue').Ref<boolean>>}\n */\nexport function useIsFullscreen() {\n\treturn readonly(isFullscreen)\n}\n"],"names":["checkIfIsFullscreen","isFullscreen","ref","useIsFullscreen","readonly"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA0BA,MAAMA,IAAsB,MAAM,OAAO,gBAAgB,OAAO,QAE1DC,IAAeC,EAAIF,GAAqB;AAE9C,OAAO,iBAAiB,UAAU,MAAM;AACvC,EAAAC,EAAa,QAAQD,EAAqB;AAC3C,CAAC;AAOM,SAASG,IAAkB;AACjC,SAAOC,EAASH,CAAY;AAC7B;"}
@@ -22,7 +22,7 @@ Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTa
22
22
  *
23
23
  */
24
24
  const e = {
25
- inserted(t) {
25
+ mounted(t) {
26
26
  t.focus();
27
27
  }
28
28
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Focus.cjs","sources":["../../src/directives/Focus/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Georg Ehrke\n *\n * @author Georg Ehrke <oc.list@georgehrke.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\nexport const directive = {\n\tinserted(el) {\n\t\tel.focus()\n\t},\n}\n\nexport default directive\n"],"names":["directive","el"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsBY,MAACA,IAAY;AAAA,EACxB,SAASC,GAAI;AACZ,IAAAA,EAAG,MAAO;AAAA,EACV;AACF;;;"}
1
+ {"version":3,"file":"Focus.cjs","sources":["../../src/directives/Focus/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Georg Ehrke\n *\n * @author Georg Ehrke <oc.list@georgehrke.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\nexport const directive = {\n\tmounted(el) {\n\t\tel.focus()\n\t},\n}\n\nexport default directive\n"],"names":["directive","el"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsBY,MAACA,IAAY;AAAA,EACxB,QAAQC,GAAI;AACX,IAAAA,EAAG,MAAO;AAAA,EACV;AACF;;;"}
@@ -20,7 +20,7 @@
20
20
  *
21
21
  */
22
22
  const t = {
23
- inserted(e) {
23
+ mounted(e) {
24
24
  e.focus();
25
25
  }
26
26
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Focus.mjs","sources":["../../src/directives/Focus/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Georg Ehrke\n *\n * @author Georg Ehrke <oc.list@georgehrke.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\nexport const directive = {\n\tinserted(el) {\n\t\tel.focus()\n\t},\n}\n\nexport default directive\n"],"names":["directive","el"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsBY,MAACA,IAAY;AAAA,EACxB,SAASC,GAAI;AACZ,IAAAA,EAAG,MAAO;AAAA,EACV;AACF;"}
1
+ {"version":3,"file":"Focus.mjs","sources":["../../src/directives/Focus/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Georg Ehrke\n *\n * @author Georg Ehrke <oc.list@georgehrke.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\nexport const directive = {\n\tmounted(el) {\n\t\tel.focus()\n\t},\n}\n\nexport default directive\n"],"names":["directive","el"],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAsBY,MAACA,IAAY;AAAA,EACxB,QAAQC,GAAI;AACX,IAAAA,EAAG,MAAO;AAAA,EACV;AACF;"}
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
3
- const u = require("../chunks/Linkify-f3s3nAe_.cjs"), i = function(t, e) {
4
- e.value?.linkify === !0 && (t.innerHTML = u.Linkify(e.value.text));
3
+ const r = require("../chunks/Linkify-f3s3nAe_.cjs"), t = function(u, e) {
4
+ var i;
5
+ ((i = e.value) == null ? void 0 : i.linkify) === !0 && (u.innerHTML = r.Linkify(e.value.text));
5
6
  };
6
- exports.default = i;
7
- exports.directive = i;
7
+ exports.default = t;
8
+ exports.directive = t;
@@ -1 +1 @@
1
- {"version":3,"file":"Linkify.cjs","sources":["../../src/directives/Linkify/index.js"],"sourcesContent":["/**\n * @author Raimund Schlüßler\n * @copyright 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library 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\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport Linkify from '../../utils/Linkify.js'\n\n// Use function shorthand for same behavior on bind and update\n// https://vuejs.org/v2/guide/custom-directive.html#Function-Shorthand\nexport const directive = function(el, binding) {\n\tif (binding.value?.linkify === true) {\n\t\tel.innerHTML = Linkify(binding.value.text)\n\t}\n}\n\nexport default directive\n"],"names":["directive","el","binding","Linkify"],"mappings":";;qDAsBaA,IAAY,SAASC,GAAIC,GAAS;AAC9C,EAAIA,EAAQ,OAAO,YAAY,OAC9BD,EAAG,YAAYE,EAAAA,QAAQD,EAAQ,MAAM,IAAI;AAE3C;;;"}
1
+ {"version":3,"file":"Linkify.cjs","sources":["../../src/directives/Linkify/index.js"],"sourcesContent":["/**\n * @author Raimund Schlüßler\n * @copyright 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library 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\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport Linkify from '../../utils/Linkify.js'\n\n// Use function shorthand for same behavior on bind and update\n// https://vuejs.org/v2/guide/custom-directive.html#Function-Shorthand\nexport const directive = function(el, binding) {\n\tif (binding.value?.linkify === true) {\n\t\tel.innerHTML = Linkify(binding.value.text)\n\t}\n}\n\nexport default directive\n"],"names":["directive","el","binding","_a","Linkify"],"mappings":";;qDAsBaA,IAAY,SAASC,GAAIC,GAAS;;AAC9C,IAAIC,IAAAD,EAAQ,UAAR,gBAAAC,EAAe,aAAY,OAC9BF,EAAG,YAAYG,EAAAA,QAAQF,EAAQ,MAAM,IAAI;AAE3C;;;"}
@@ -1,8 +1,9 @@
1
- import { L as i } from "../chunks/Linkify-V7PfCeZ8.mjs";
2
- const r = function(t, e) {
3
- e.value?.linkify === !0 && (t.innerHTML = i(e.value.text));
1
+ import { L as f } from "../chunks/Linkify-V7PfCeZ8.mjs";
2
+ const a = function(i, e) {
3
+ var t;
4
+ ((t = e.value) == null ? void 0 : t.linkify) === !0 && (i.innerHTML = f(e.value.text));
4
5
  };
5
6
  export {
6
- r as default,
7
- r as directive
7
+ a as default,
8
+ a as directive
8
9
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Linkify.mjs","sources":["../../src/directives/Linkify/index.js"],"sourcesContent":["/**\n * @author Raimund Schlüßler\n * @copyright 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library 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\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport Linkify from '../../utils/Linkify.js'\n\n// Use function shorthand for same behavior on bind and update\n// https://vuejs.org/v2/guide/custom-directive.html#Function-Shorthand\nexport const directive = function(el, binding) {\n\tif (binding.value?.linkify === true) {\n\t\tel.innerHTML = Linkify(binding.value.text)\n\t}\n}\n\nexport default directive\n"],"names":["directive","el","binding","Linkify"],"mappings":";AAsBY,MAACA,IAAY,SAASC,GAAIC,GAAS;AAC9C,EAAIA,EAAQ,OAAO,YAAY,OAC9BD,EAAG,YAAYE,EAAQD,EAAQ,MAAM,IAAI;AAE3C;"}
1
+ {"version":3,"file":"Linkify.mjs","sources":["../../src/directives/Linkify/index.js"],"sourcesContent":["/**\n * @author Raimund Schlüßler\n * @copyright 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE\n * License as published by the Free Software Foundation; either\n * version 3 of the License, or any later version.\n *\n * This library 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\n * License along with this library. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport Linkify from '../../utils/Linkify.js'\n\n// Use function shorthand for same behavior on bind and update\n// https://vuejs.org/v2/guide/custom-directive.html#Function-Shorthand\nexport const directive = function(el, binding) {\n\tif (binding.value?.linkify === true) {\n\t\tel.innerHTML = Linkify(binding.value.text)\n\t}\n}\n\nexport default directive\n"],"names":["directive","el","binding","_a","Linkify"],"mappings":";AAsBY,MAACA,IAAY,SAASC,GAAIC,GAAS;;AAC9C,IAAIC,IAAAD,EAAQ,UAAR,gBAAAC,EAAe,aAAY,OAC9BF,EAAG,YAAYG,EAAQF,EAAQ,MAAM,IAAI;AAE3C;"}
@@ -1,5 +1,4 @@
1
- require('../assets/Tooltip-wOLIuz0Q.css');
2
- "use strict";
1
+ var t = require("../assets/Tooltip-wOLIuz0Q.css");
3
2
  Object.defineProperties(exports, { __esModule: { value: !0 }, [Symbol.toStringTag]: { value: "Module" } });
4
3
  const e = require("floating-vue");
5
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.cjs","sources":["../../src/directives/Tooltip/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\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 { VTooltip, options } from 'floating-vue'\nimport './index.scss'\n\noptions.themes.tooltip.html = false\noptions.themes.tooltip.delay = { show: 500, hide: 200 }\noptions.themes.tooltip.distance = 10\noptions.themes.tooltip['arrow-padding'] = 3\n\nexport default VTooltip\nexport { options }\n"],"names":["options"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyBAA,EAAAA,QAAQ,OAAO,QAAQ,OAAO;AAC9BA,EAAAA,QAAQ,OAAO,QAAQ,QAAQ,EAAE,MAAM,KAAK,MAAM,IAAK;AACvDA,EAAAA,QAAQ,OAAO,QAAQ,WAAW;AAClCA,EAAAA,QAAQ,OAAO,QAAQ,eAAe,IAAI;;;;;;;;;"}
1
+ {"version":3,"file":"Tooltip.cjs","sources":["../../src/directives/Tooltip/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\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 { VTooltip, options } from 'floating-vue'\nimport './index.scss'\n\noptions.themes.tooltip.html = false\noptions.themes.tooltip.delay = { show: 500, hide: 200 }\noptions.themes.tooltip.distance = 10\noptions.themes.tooltip['arrow-padding'] = 3\n\nexport default VTooltip\nexport { options }\n"],"names":["options"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyBAA,EAAAA,QAAAA,OAAAA,QAAAA,OAAAA;AACAA,EAAAA,QAAAA,OAAAA,QAAAA,QAAAA,EAAAA,MAAAA,KAAAA,MAAAA,IAAAA;AACAA,EAAAA,QAAAA,OAAAA,QAAAA,WAAAA;AACAA,EAAAA,QAAAA,OAAAA,QAAAA,eAAAA,IAAAA;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
- import '../assets/Tooltip-wOLIuz0Q.css';
1
+ import "../assets/Tooltip-wOLIuz0Q.css";
2
2
  import { options as o } from "floating-vue";
3
- import { VTooltip as l, options as s } from "floating-vue";
3
+ import { VTooltip as s, options as m } from "floating-vue";
4
4
  /**
5
5
  * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
6
6
  *
@@ -28,6 +28,6 @@ o.themes.tooltip.delay = { show: 500, hide: 200 };
28
28
  o.themes.tooltip.distance = 10;
29
29
  o.themes.tooltip["arrow-padding"] = 3;
30
30
  export {
31
- l as default,
32
- s as options
31
+ s as default,
32
+ m as options
33
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.mjs","sources":["../../src/directives/Tooltip/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\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 { VTooltip, options } from 'floating-vue'\nimport './index.scss'\n\noptions.themes.tooltip.html = false\noptions.themes.tooltip.delay = { show: 500, hide: 200 }\noptions.themes.tooltip.distance = 10\noptions.themes.tooltip['arrow-padding'] = 3\n\nexport default VTooltip\nexport { options }\n"],"names":["options"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyBAA,EAAQ,OAAO,QAAQ,OAAO;AAC9BA,EAAQ,OAAO,QAAQ,QAAQ,EAAE,MAAM,KAAK,MAAM,IAAK;AACvDA,EAAQ,OAAO,QAAQ,WAAW;AAClCA,EAAQ,OAAO,QAAQ,eAAe,IAAI;"}
1
+ {"version":3,"file":"Tooltip.mjs","sources":["../../src/directives/Tooltip/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\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 { VTooltip, options } from 'floating-vue'\nimport './index.scss'\n\noptions.themes.tooltip.html = false\noptions.themes.tooltip.delay = { show: 500, hide: 200 }\noptions.themes.tooltip.distance = 10\noptions.themes.tooltip['arrow-padding'] = 3\n\nexport default VTooltip\nexport { options }\n"],"names":["options"],"mappings":";;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAyBAA,EAAA,OAAA,QAAA,OAAA;AACAA,EAAA,OAAA,QAAA,QAAA,EAAA,MAAA,KAAA,MAAA,IAAA;AACAA,EAAA,OAAA,QAAA,WAAA;AACAA,EAAA,OAAA,QAAA,eAAA,IAAA;"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ /**
4
+ * @copyright 2022 Christopher Ng <chrng8@gmail.com>
5
+ *
6
+ * @author Christopher Ng <chrng8@gmail.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 e = (t) => t.type === "click" || t.type === "keydown" && t.key === "Enter";
25
+ exports.isA11yActivation = e;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"a11y.cjs","sources":["../../src/functions/a11y/index.ts"],"sourcesContent":["/**\n * @copyright 2022 Christopher Ng <chrng8@gmail.com>\n *\n * @author Christopher Ng <chrng8@gmail.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 * Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event: Event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && (event as KeyboardEvent).key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n"],"names":["isA11yActivation","event"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,IAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;;"}