@nextcloud/vue 9.0.0-alpha.3 → 9.0.0-alpha.4

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 (568) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +5 -0
  3. package/dist/Components/NcActionButton.mjs +1 -1
  4. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  5. package/dist/Components/NcActionCaption.mjs +1 -1
  6. package/dist/Components/NcActionCheckbox.mjs +1 -1
  7. package/dist/Components/NcActionInput.mjs +1 -1
  8. package/dist/Components/NcActionLink.mjs +1 -1
  9. package/dist/Components/NcActionRadio.mjs +1 -1
  10. package/dist/Components/NcActionRouter.mjs +1 -1
  11. package/dist/Components/NcActionSeparator.mjs +1 -1
  12. package/dist/Components/NcActionText.mjs +1 -1
  13. package/dist/Components/NcActionTextEditable.mjs +1 -1
  14. package/dist/Components/NcActions.mjs +1 -1
  15. package/dist/Components/NcAppContent.mjs +1 -1
  16. package/dist/Components/NcAppNavigation.mjs +1 -1
  17. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  18. package/dist/Components/NcAppNavigationIconBullet.mjs +1 -1
  19. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  20. package/dist/Components/NcAppNavigationList.mjs +1 -1
  21. package/dist/Components/NcAppNavigationNew.mjs +1 -1
  22. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  23. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  24. package/dist/Components/NcAppNavigationSpacer.mjs +1 -1
  25. package/dist/Components/NcAppNavigationToggle.mjs +1 -21
  26. package/dist/Components/NcAppNavigationToggle.mjs.map +1 -1
  27. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  28. package/dist/Components/NcAppSettingsSection.mjs +1 -1
  29. package/dist/Components/NcAppSidebar.mjs +1 -1
  30. package/dist/Components/NcAppSidebarTab.mjs +1 -1
  31. package/dist/Components/NcAvatar.mjs +1 -1
  32. package/dist/Components/NcBreadcrumb.mjs +1 -1
  33. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  34. package/dist/Components/NcButton.mjs +1 -1
  35. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  36. package/dist/Components/NcChip.mjs +4 -0
  37. package/dist/Components/NcChip.mjs.map +1 -0
  38. package/dist/Components/NcColorPicker.mjs +1 -1
  39. package/dist/Components/NcContent.mjs +1 -1
  40. package/dist/Components/NcCounterBubble.mjs +1 -1
  41. package/dist/Components/NcDashboardWidget.mjs +1 -1
  42. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  43. package/dist/Components/NcDateTime.mjs +1 -1
  44. package/dist/Components/NcDateTimePicker.mjs +1 -1
  45. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  46. package/dist/Components/NcDialog.mjs +1 -1
  47. package/dist/Components/NcDialogButton.mjs +1 -1
  48. package/dist/Components/NcEllipsisedOption.mjs +1 -1
  49. package/dist/Components/NcEmojiPicker.mjs +1 -1
  50. package/dist/Components/NcEmptyContent.mjs +1 -1
  51. package/dist/Components/NcGuestContent.mjs +1 -1
  52. package/dist/Components/NcHeaderMenu.mjs +1 -1
  53. package/dist/Components/NcHighlight.mjs +1 -1
  54. package/dist/Components/NcIconSvgWrapper.mjs +1 -1
  55. package/dist/Components/NcInputField.mjs +1 -1
  56. package/dist/Components/NcListItem.mjs +1 -1
  57. package/dist/Components/NcListItemIcon.mjs +1 -1
  58. package/dist/Components/NcLoadingIcon.mjs +1 -1
  59. package/dist/Components/NcModal.mjs +14 -53
  60. package/dist/Components/NcModal.mjs.map +1 -1
  61. package/dist/Components/NcNoteCard.mjs +1 -1
  62. package/dist/Components/NcPasswordField.mjs +1 -1
  63. package/dist/Components/NcPopover.mjs +1 -1
  64. package/dist/Components/NcProgressBar.mjs +1 -1
  65. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  66. package/dist/Components/NcRichContenteditable.mjs +2 -2
  67. package/dist/Components/NcRichText.mjs +3 -24
  68. package/dist/Components/NcRichText.mjs.map +1 -1
  69. package/dist/Components/NcSelect.mjs +1 -1
  70. package/dist/Components/NcSelectTags.mjs +1 -1
  71. package/dist/Components/NcSettingsInputText.mjs +1 -1
  72. package/dist/Components/NcSettingsSection.mjs +1 -1
  73. package/dist/Components/NcSettingsSelectGroup.mjs +1 -22
  74. package/dist/Components/NcSettingsSelectGroup.mjs.map +1 -1
  75. package/dist/Components/NcTextArea.mjs +1 -1
  76. package/dist/Components/NcTextField.mjs +1 -1
  77. package/dist/Components/NcTimezonePicker.mjs +1 -1
  78. package/dist/Components/NcUserBubble.mjs +1 -1
  79. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  80. package/dist/Components/NcVNodes.mjs.map +1 -1
  81. package/dist/Composables/useIsFullscreen.mjs +0 -21
  82. package/dist/Composables/useIsFullscreen.mjs.map +1 -1
  83. package/dist/Composables/useIsMobile.mjs +0 -21
  84. package/dist/Composables/useIsMobile.mjs.map +1 -1
  85. package/dist/Directives/Focus.mjs +0 -21
  86. package/dist/Directives/Focus.mjs.map +1 -1
  87. package/dist/Directives/Linkify.mjs +1 -1
  88. package/dist/Directives/Linkify.mjs.map +1 -1
  89. package/dist/Directives/Tooltip.mjs +1 -23
  90. package/dist/Directives/Tooltip.mjs.map +1 -1
  91. package/dist/Functions/a11y.mjs +0 -21
  92. package/dist/Functions/a11y.mjs.map +1 -1
  93. package/dist/Functions/emoji.mjs +1 -1
  94. package/dist/Functions/reference.mjs +1 -1
  95. package/dist/Functions/usernameToColor.mjs +1 -1
  96. package/dist/Mixins/clickOutsideOptions.mjs +0 -21
  97. package/dist/Mixins/clickOutsideOptions.mjs.map +1 -1
  98. package/dist/Mixins/richEditor.mjs +2 -2
  99. package/dist/assets/NcActionButton-tvMk0Dz-.css +107 -0
  100. package/dist/assets/{NcActionButtonGroup-CvloX35s.css → NcActionButtonGroup-CQxLn2fv.css} +6 -20
  101. package/dist/assets/NcActionCaption-D-VXTPLI.css +32 -0
  102. package/dist/assets/NcActionCheckbox-DzmNTqwC.css +78 -0
  103. package/dist/assets/NcActionInput-4qR5N5lV.css +222 -0
  104. package/dist/assets/NcActionLink-Djp7wPGg.css +92 -0
  105. package/dist/assets/NcActionRadio-ZRQheAZT.css +78 -0
  106. package/dist/assets/NcActionRouter-B0l-dISs.css +103 -0
  107. package/dist/assets/NcActionSeparator-CEbb5P6P.css +24 -0
  108. package/dist/assets/NcActionText-Ip9hRt85.css +107 -0
  109. package/dist/assets/NcActionTextEditable-1JPkW_4o.css +238 -0
  110. package/dist/assets/NcActions-pRTZ3RyK.css +83 -0
  111. package/dist/assets/NcAppContent-CK9aL637.css +125 -0
  112. package/dist/assets/NcAppNavigation-BjnW8PQn.css +103 -0
  113. package/dist/assets/NcAppNavigationCaption-NPhURS5E.css +48 -0
  114. package/dist/assets/NcAppNavigationIconBullet-EfIZU7x-.css +30 -0
  115. package/dist/assets/{NcAppNavigationItem-DBjQubbD.css → NcAppNavigationItem-wQ3n8jc-.css} +50 -74
  116. package/dist/assets/NcAppNavigationList-BIbyyT7b.css +29 -0
  117. package/dist/assets/NcAppNavigationNew-R0QcGqvG.css +27 -0
  118. package/dist/assets/{NcAppNavigationNewItem-wTDYmQmA.css → NcAppNavigationNewItem-CO3GnR26.css} +42 -52
  119. package/dist/assets/NcAppNavigationSettings-Cyn2gy0W.css +79 -0
  120. package/dist/assets/NcAppNavigationSpacer-DiE3sVy0.css +6 -0
  121. package/dist/assets/NcAppNavigationToggle-CNPQvWtG.css +27 -0
  122. package/dist/assets/NcAppSettingsDialog-ksK-DMgk.css +74 -0
  123. package/dist/assets/NcAppSettingsSection-CcRbdcD-.css +30 -0
  124. package/dist/assets/{NcAppSidebar-v-H-37nV.css → NcAppSidebar-CxMCtTtn.css} +98 -149
  125. package/dist/assets/NcAppSidebarTab-Cp0hG2NU.css +34 -0
  126. package/dist/assets/NcAvatar-BnHiRwVr.css +129 -0
  127. package/dist/assets/NcBreadcrumb-CJ7KeSKQ.css +68 -0
  128. package/dist/assets/NcBreadcrumbs-C05lySw_.css +37 -0
  129. package/dist/assets/{NcButton-BqOBMPBj.css → NcButton-D3_Qd5cl.css} +58 -71
  130. package/dist/assets/{NcCheckboxRadioSwitch-BrP8x4oD.css → NcCheckboxRadioSwitch-By6afmQ3.css} +53 -81
  131. package/dist/assets/NcChip-Cho4h_Kr.css +61 -0
  132. package/dist/assets/NcColorPicker-vEZb9dRS.css +122 -0
  133. package/dist/assets/NcContent-DljiVMLl.css +80 -0
  134. package/dist/assets/NcCounterBubble-DT16e2bg.css +53 -0
  135. package/dist/assets/NcDashboardWidget-CvGZT_xf.css +73 -0
  136. package/dist/assets/NcDashboardWidgetItem-JCtQhwhS.css +85 -0
  137. package/dist/assets/{NcDateTimePicker-DBxgtJoU.css → NcDateTimePicker-BLEg7GJo.css} +38 -76
  138. package/dist/assets/NcDateTimePickerNative-DLch-JRA.css +47 -0
  139. package/dist/assets/NcDialog-BmN7gR6_.css +132 -0
  140. package/dist/assets/NcEllipsisedOption-DZK2vWD1.css +34 -0
  141. package/dist/assets/{NcEmojiPicker-DPDnLnba.css → NcEmojiPicker-C18M6LHu.css} +16 -44
  142. package/dist/assets/NcEmptyContent-C-nruaFh.css +65 -0
  143. package/dist/assets/NcGuestContent-Dh5z5Dgm.css +50 -0
  144. package/dist/assets/NcHeaderMenu-C-0GR7Si.css +77 -0
  145. package/dist/assets/NcIconSvgWrapper-CtTf2c7f.css +39 -0
  146. package/dist/assets/NcInputConfirmCancel-DBjIHKvN.css +39 -0
  147. package/dist/assets/{NcInputField-CSuJUlgW.css → NcInputField-DXzhRkiY.css} +42 -55
  148. package/dist/assets/NcListItem-Cs-R5Xpu.css +156 -0
  149. package/dist/assets/NcListItemIcon-C2zhDUEr.css +64 -0
  150. package/dist/assets/NcLoadingIcon-BSONDy7x.css +21 -0
  151. package/dist/assets/NcMentionBubble-B-xYaJDc.css +70 -0
  152. package/dist/assets/{NcModal-JZMyM8zO.css → NcModal-B5iEU9Qr.css} +70 -87
  153. package/dist/assets/NcNoteCard-BLPU1den.css +50 -0
  154. package/dist/assets/{NcPopover-BwI1hPzy.css → NcPopover-BDlL00qZ.css} +6 -20
  155. package/dist/assets/NcProgressBar-BsqdCn-x.css +56 -0
  156. package/dist/assets/NcRelatedResourcesPanel-C56aj2M3.css +158 -0
  157. package/dist/assets/{NcRichContenteditable-C9Sikuur.css → NcRichContenteditable-B_YH-89_.css} +55 -97
  158. package/dist/assets/NcRichText-yqgOn353.css +217 -0
  159. package/dist/assets/{NcSelect-Fmyu7qyl.css → NcSelect-9AZOhTlS.css} +9 -21
  160. package/dist/assets/NcSettingsInputText-C3j73xA0.css +35 -0
  161. package/dist/assets/NcSettingsSection-CFKAEs4p.css +52 -0
  162. package/dist/assets/NcSettingsSelectGroup-CGfaysRv.css +23 -0
  163. package/dist/assets/{NcTextArea-n0qdPImB.css → NcTextArea-BjB_qSH0.css} +30 -42
  164. package/dist/assets/NcUserBubble-CIfQjmmP.css +48 -0
  165. package/dist/assets/NcUserStatusIcon-D9N1ER72.css +30 -0
  166. package/dist/assets/{Tooltip-jHgt4m-W.css → Tooltip-4CSl8xev.css} +10 -30
  167. package/dist/assets/referencePickerModal-DeIfdfau.css +413 -0
  168. package/dist/chunks/{GenColors-BjorWIgA.mjs → GenColors-BidEIqUL.mjs} +1 -23
  169. package/dist/chunks/GenColors-BidEIqUL.mjs.map +1 -0
  170. package/dist/chunks/GenRandomId-CMooMQt0.mjs +6 -0
  171. package/dist/chunks/GenRandomId-CMooMQt0.mjs.map +1 -0
  172. package/dist/chunks/Linkify-BtgR-dXX.mjs +14 -0
  173. package/dist/chunks/Linkify-BtgR-dXX.mjs.map +1 -0
  174. package/dist/chunks/{NcActionButton-BFQnlisT.mjs → NcActionButton-Bqkgltcz.mjs} +4 -4
  175. package/dist/chunks/NcActionButton-Bqkgltcz.mjs.map +1 -0
  176. package/dist/chunks/{NcActionButtonGroup-D-8C3HSO.mjs → NcActionButtonGroup-BeQ4mLmQ.mjs} +3 -3
  177. package/dist/chunks/NcActionButtonGroup-BeQ4mLmQ.mjs.map +1 -0
  178. package/dist/chunks/{NcActionCaption-CV_zDfFg.mjs → NcActionCaption-Cb_uvgZc.mjs} +2 -2
  179. package/dist/chunks/{NcActionCaption-CV_zDfFg.mjs.map → NcActionCaption-Cb_uvgZc.mjs.map} +1 -1
  180. package/dist/chunks/{NcActionCheckbox-CjZH6kjg.mjs → NcActionCheckbox-A6JNjini.mjs} +4 -4
  181. package/dist/chunks/NcActionCheckbox-A6JNjini.mjs.map +1 -0
  182. package/dist/chunks/{NcActionInput-ClUviDGB.mjs → NcActionInput-DCe8K_gs.mjs} +10 -10
  183. package/dist/chunks/NcActionInput-DCe8K_gs.mjs.map +1 -0
  184. package/dist/chunks/{NcActionLink-CQEzoS_a.mjs → NcActionLink-C0mINC5i.mjs} +4 -4
  185. package/dist/chunks/NcActionLink-C0mINC5i.mjs.map +1 -0
  186. package/dist/chunks/{NcActionRadio-D6VrxjcX.mjs → NcActionRadio-BqAyH2zq.mjs} +4 -4
  187. package/dist/chunks/NcActionRadio-BqAyH2zq.mjs.map +1 -0
  188. package/dist/chunks/{NcActionRouter-DmrWV-q1.mjs → NcActionRouter-Dr-j-IUI.mjs} +4 -4
  189. package/dist/chunks/NcActionRouter-Dr-j-IUI.mjs.map +1 -0
  190. package/dist/chunks/{NcActionSeparator-ib21YUAE.mjs → NcActionSeparator-DKFXmIJ5.mjs} +2 -2
  191. package/dist/chunks/NcActionSeparator-DKFXmIJ5.mjs.map +1 -0
  192. package/dist/chunks/{NcActionText-dj38IHk6.mjs → NcActionText-C5ZPI56c.mjs} +4 -4
  193. package/dist/chunks/NcActionText-C5ZPI56c.mjs.map +1 -0
  194. package/dist/chunks/{NcActionTextEditable-W1wFQ9dc.mjs → NcActionTextEditable-CLXTDGjr.mjs} +4 -4
  195. package/dist/chunks/NcActionTextEditable-CLXTDGjr.mjs.map +1 -0
  196. package/dist/chunks/{NcActions-B6QL_4DD.mjs → NcActions-COaRMDe5.mjs} +7 -7
  197. package/dist/chunks/NcActions-COaRMDe5.mjs.map +1 -0
  198. package/dist/chunks/{NcAppContent-jvz75P8O.mjs → NcAppContent-D2in9bd7.mjs} +5 -5
  199. package/dist/chunks/NcAppContent-D2in9bd7.mjs.map +1 -0
  200. package/dist/chunks/NcAppContentDetails-Ch6NJvAl.mjs.map +1 -1
  201. package/dist/chunks/NcAppContentList-DGwk3AvB.mjs.map +1 -1
  202. package/dist/chunks/{NcAppNavigation-D0RINQda.mjs → NcAppNavigation-Dz1n-CeR.mjs} +5 -5
  203. package/dist/chunks/NcAppNavigation-Dz1n-CeR.mjs.map +1 -0
  204. package/dist/chunks/{NcAppNavigationCaption-BnhoAPkJ.mjs → NcAppNavigationCaption-6odGo1iM.mjs} +3 -3
  205. package/dist/chunks/NcAppNavigationCaption-6odGo1iM.mjs.map +1 -0
  206. package/dist/chunks/{NcAppNavigationIconBullet-JoIYov5C.mjs → NcAppNavigationIconBullet-DuqQFciH.mjs} +2 -2
  207. package/dist/chunks/NcAppNavigationIconBullet-DuqQFciH.mjs.map +1 -0
  208. package/dist/chunks/{NcAppNavigationItem-s0czI8KR.mjs → NcAppNavigationItem-BHtzDfb2.mjs} +10 -10
  209. package/dist/chunks/NcAppNavigationItem-BHtzDfb2.mjs.map +1 -0
  210. package/dist/chunks/{NcAppNavigationList-DzTic3Q7.mjs → NcAppNavigationList-DCmrqe9N.mjs} +2 -2
  211. package/dist/chunks/NcAppNavigationList-DCmrqe9N.mjs.map +1 -0
  212. package/dist/chunks/{NcAppNavigationNew-RBp5Nk-2.mjs → NcAppNavigationNew-CRonFKWJ.mjs} +3 -3
  213. package/dist/chunks/NcAppNavigationNew-CRonFKWJ.mjs.map +1 -0
  214. package/dist/chunks/{NcAppNavigationNewItem-u85Ffz-V.mjs → NcAppNavigationNewItem-Ctbp1kb-.mjs} +4 -4
  215. package/dist/chunks/NcAppNavigationNewItem-Ctbp1kb-.mjs.map +1 -0
  216. package/dist/chunks/{NcAppNavigationSettings-D_4gHC9H.mjs → NcAppNavigationSettings-ynYeFb6Z.mjs} +4 -4
  217. package/dist/chunks/NcAppNavigationSettings-ynYeFb6Z.mjs.map +1 -0
  218. package/dist/chunks/{NcAppNavigationSpacer-Ctbl-q5I.mjs → NcAppNavigationSpacer-BQFYpMbq.mjs} +2 -2
  219. package/dist/chunks/NcAppNavigationSpacer-BQFYpMbq.mjs.map +1 -0
  220. package/dist/chunks/{NcAppNavigationToggle-BtC5hBww.mjs → NcAppNavigationToggle-DYG8u5dW.mjs} +4 -4
  221. package/dist/chunks/NcAppNavigationToggle-DYG8u5dW.mjs.map +1 -0
  222. package/dist/chunks/{NcAppSettingsDialog-DXpamfEo.mjs → NcAppSettingsDialog-CjpGb_I4.mjs} +4 -4
  223. package/dist/chunks/NcAppSettingsDialog-CjpGb_I4.mjs.map +1 -0
  224. package/dist/chunks/{NcAppSettingsSection-PG8OLRbP.mjs → NcAppSettingsSection-a7OfJ9GT.mjs} +2 -2
  225. package/dist/chunks/NcAppSettingsSection-a7OfJ9GT.mjs.map +1 -0
  226. package/dist/chunks/{NcAppSidebar-B0pjWsoI.mjs → NcAppSidebar-BGCuCKk_.mjs} +232 -200
  227. package/dist/chunks/NcAppSidebar-BGCuCKk_.mjs.map +1 -0
  228. package/dist/chunks/{NcAppSidebarTab-BTuuQoW5.mjs → NcAppSidebarTab-zBqyKIgn.mjs} +2 -2
  229. package/dist/chunks/NcAppSidebarTab-zBqyKIgn.mjs.map +1 -0
  230. package/dist/chunks/{NcAvatar-BKmfsBcY.mjs → NcAvatar-OjWzLdGK.mjs} +15 -36
  231. package/dist/chunks/NcAvatar-OjWzLdGK.mjs.map +1 -0
  232. package/dist/chunks/{NcBreadcrumb-C3k6T3Bj.mjs → NcBreadcrumb-Df7Nn5jU.mjs} +5 -5
  233. package/dist/chunks/NcBreadcrumb-Df7Nn5jU.mjs.map +1 -0
  234. package/dist/chunks/{NcBreadcrumbs-Crc4BkfA.mjs → NcBreadcrumbs-CighY87i.mjs} +12 -16
  235. package/dist/chunks/NcBreadcrumbs-CighY87i.mjs.map +1 -0
  236. package/dist/chunks/{NcButton-B27fpd1m.mjs → NcButton-DvO0XwJf.mjs} +6 -31
  237. package/dist/chunks/NcButton-DvO0XwJf.mjs.map +1 -0
  238. package/dist/chunks/{NcCheckboxRadioSwitch-DdG8AL_h.mjs → NcCheckboxRadioSwitch-BW7W0ToW.mjs} +6 -6
  239. package/dist/chunks/NcCheckboxRadioSwitch-BW7W0ToW.mjs.map +1 -0
  240. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_959f6f1b_lang-C0H-ioQZ.mjs +3 -0
  241. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_959f6f1b_lang-C0H-ioQZ.mjs.map +1 -0
  242. package/dist/chunks/NcChip-Crkkyllt.mjs +143 -0
  243. package/dist/chunks/NcChip-Crkkyllt.mjs.map +1 -0
  244. package/dist/chunks/{NcColorPicker-D4IB1shI.mjs → NcColorPicker-Bq2-21Np.mjs} +7 -7
  245. package/dist/chunks/NcColorPicker-Bq2-21Np.mjs.map +1 -0
  246. package/dist/chunks/NcContent-WcbDFG2f.mjs +130 -0
  247. package/dist/chunks/NcContent-WcbDFG2f.mjs.map +1 -0
  248. package/dist/chunks/{NcCounterBubble-BVDNwJiw.mjs → NcCounterBubble-B0Sk58x_.mjs} +2 -2
  249. package/dist/chunks/NcCounterBubble-B0Sk58x_.mjs.map +1 -0
  250. package/dist/chunks/{NcDashboardWidget-B5H6n5qG.mjs → NcDashboardWidget-xBpqAct1.mjs} +7 -7
  251. package/dist/chunks/NcDashboardWidget-xBpqAct1.mjs.map +1 -0
  252. package/dist/chunks/{NcDashboardWidgetItem-BbgZpZ-D.mjs → NcDashboardWidgetItem-BwemNzvL.mjs} +5 -5
  253. package/dist/chunks/NcDashboardWidgetItem-BwemNzvL.mjs.map +1 -0
  254. package/dist/chunks/{NcDateTime-p5872lEX.mjs → NcDateTime-BVQqC6rO.mjs} +1 -22
  255. package/dist/chunks/NcDateTime-BVQqC6rO.mjs.map +1 -0
  256. package/dist/chunks/{NcDateTimePicker-C1gBl-W0.mjs → NcDateTimePicker-CjuFbS-2.mjs} +7 -7
  257. package/dist/chunks/NcDateTimePicker-CjuFbS-2.mjs.map +1 -0
  258. package/dist/chunks/{NcDateTimePickerNative-CyCL5Ovh.mjs → NcDateTimePickerNative-DwJ_yIEg.mjs} +3 -3
  259. package/dist/chunks/NcDateTimePickerNative-DwJ_yIEg.mjs.map +1 -0
  260. package/dist/chunks/{NcDialog-Dq3Qnbke.mjs → NcDialog-CE2gyz2g.mjs} +4 -4
  261. package/dist/chunks/NcDialog-CE2gyz2g.mjs.map +1 -0
  262. package/dist/chunks/{NcDialogButton-C6SudZTq.mjs → NcDialogButton-DAb0CNtg.mjs} +11 -3
  263. package/dist/chunks/NcDialogButton-DAb0CNtg.mjs.map +1 -0
  264. package/dist/chunks/{NcEllipsisedOption-DsCFqgUF.mjs → NcEllipsisedOption-CufdpPBu.mjs} +9 -3
  265. package/dist/chunks/NcEllipsisedOption-CufdpPBu.mjs.map +1 -0
  266. package/dist/chunks/{NcEmojiPicker-BwQ8VxQZ.mjs → NcEmojiPicker-DNbUUyLY.mjs} +9 -9
  267. package/dist/chunks/NcEmojiPicker-DNbUUyLY.mjs.map +1 -0
  268. package/dist/chunks/{NcEmptyContent-CdgacgQe.mjs → NcEmptyContent-BoGB3vFC.mjs} +2 -2
  269. package/dist/chunks/NcEmptyContent-BoGB3vFC.mjs.map +1 -0
  270. package/dist/chunks/{NcGuestContent-DfnVEtGM.mjs → NcGuestContent-DVqg5Bq4.mjs} +2 -2
  271. package/dist/chunks/NcGuestContent-DVqg5Bq4.mjs.map +1 -0
  272. package/dist/chunks/{NcHeaderMenu-CJVtnKpb.mjs → NcHeaderMenu-CIWkk8T1.mjs} +6 -6
  273. package/dist/chunks/NcHeaderMenu-CIWkk8T1.mjs.map +1 -0
  274. package/dist/chunks/{NcHighlight-CR5kySMp.mjs → NcHighlight-BHtRIzqk.mjs} +0 -21
  275. package/dist/chunks/NcHighlight-BHtRIzqk.mjs.map +1 -0
  276. package/dist/chunks/{NcIconSvgWrapper-C0csZ9zg.mjs → NcIconSvgWrapper-DbL6OP85.mjs} +3 -3
  277. package/dist/chunks/NcIconSvgWrapper-DbL6OP85.mjs.map +1 -0
  278. package/dist/chunks/{NcInputConfirmCancel-Rk8B1Q0j.mjs → NcInputConfirmCancel-Cwh6_J6A.mjs} +4 -4
  279. package/dist/chunks/NcInputConfirmCancel-Cwh6_J6A.mjs.map +1 -0
  280. package/dist/chunks/{NcInputField-DX0Brmlk.mjs → NcInputField-BrAvsgA4.mjs} +4 -4
  281. package/dist/chunks/NcInputField-BrAvsgA4.mjs.map +1 -0
  282. package/dist/chunks/{NcListItem-CgZoQEIf.mjs → NcListItem-D3yyUn7h.mjs} +5 -5
  283. package/dist/chunks/{NcListItem-CgZoQEIf.mjs.map → NcListItem-D3yyUn7h.mjs.map} +1 -1
  284. package/dist/chunks/{NcListItemIcon-A5o8HkQv.mjs → NcListItemIcon-B06oTqsI.mjs} +6 -6
  285. package/dist/chunks/NcListItemIcon-B06oTqsI.mjs.map +1 -0
  286. package/dist/chunks/{NcLoadingIcon-DwbO7gAy.mjs → NcLoadingIcon-DREmHXr2.mjs} +2 -2
  287. package/dist/chunks/NcLoadingIcon-DREmHXr2.mjs.map +1 -0
  288. package/dist/chunks/{NcNoteCard-CdZRsd8-.mjs → NcNoteCard-CQgzjr2r.mjs} +2 -2
  289. package/dist/chunks/NcNoteCard-CQgzjr2r.mjs.map +1 -0
  290. package/dist/chunks/{NcPasswordField-B7CiEElO.mjs → NcPasswordField-CaRDsoPg.mjs} +4 -3
  291. package/dist/chunks/NcPasswordField-CaRDsoPg.mjs.map +1 -0
  292. package/dist/chunks/{NcPopover-B9UbiGTv.mjs → NcPopover-BXfbq-Vs.mjs} +2 -2
  293. package/dist/chunks/NcPopover-BXfbq-Vs.mjs.map +1 -0
  294. package/dist/chunks/{NcProgressBar-CAXfza4R.mjs → NcProgressBar-C2r8oqsv.mjs} +3 -3
  295. package/dist/chunks/NcProgressBar-C2r8oqsv.mjs.map +1 -0
  296. package/dist/chunks/{NcRelatedResourcesPanel-Dr4jL2gw.mjs → NcRelatedResourcesPanel-Bg_z2tZT.mjs} +8 -8
  297. package/dist/chunks/NcRelatedResourcesPanel-Bg_z2tZT.mjs.map +1 -0
  298. package/dist/chunks/{NcRichContenteditable-P06ORHyg.mjs → NcRichContenteditable-Cx8Fv6sx.mjs} +51 -29
  299. package/dist/chunks/NcRichContenteditable-Cx8Fv6sx.mjs.map +1 -0
  300. package/dist/chunks/{NcRichText-BfreYq5m.mjs → NcRichText-2N_x-ark.mjs} +11 -10
  301. package/dist/chunks/NcRichText-2N_x-ark.mjs.map +1 -0
  302. package/dist/chunks/NcSavingIndicatorIcon-BiGAtlKQ.mjs.map +1 -1
  303. package/dist/chunks/{NcSelect-Dt3JJc9b.mjs → NcSelect-CPlvJjcY.mjs} +6 -6
  304. package/dist/chunks/NcSelect-CPlvJjcY.mjs.map +1 -0
  305. package/dist/chunks/{NcSelectTags-F8Z_SdXE.mjs → NcSelectTags-Hpq3uQ0b.mjs} +3 -24
  306. package/dist/chunks/NcSelectTags-Hpq3uQ0b.mjs.map +1 -0
  307. package/dist/chunks/{NcSettingsInputText-BtDwhhX0.mjs → NcSettingsInputText-oIYmufF3.mjs} +4 -4
  308. package/dist/chunks/NcSettingsInputText-oIYmufF3.mjs.map +1 -0
  309. package/dist/chunks/{NcSettingsSection-BN98AV4b.mjs → NcSettingsSection-CMw4W_UL.mjs} +3 -3
  310. package/dist/chunks/NcSettingsSection-CMw4W_UL.mjs.map +1 -0
  311. package/dist/chunks/{NcSettingsSelectGroup-61ylzaOo.mjs → NcSettingsSelectGroup-BTVYUUsQ.mjs} +5 -5
  312. package/dist/chunks/NcSettingsSelectGroup-BTVYUUsQ.mjs.map +1 -0
  313. package/dist/chunks/{NcTextArea-DOXp3B2R.mjs → NcTextArea-qvR02aYz.mjs} +3 -3
  314. package/dist/chunks/NcTextArea-qvR02aYz.mjs.map +1 -0
  315. package/dist/chunks/{NcTextField-5CbWAUlw.mjs → NcTextField-W5cVvjob.mjs} +2 -2
  316. package/dist/chunks/NcTextField-W5cVvjob.mjs.map +1 -0
  317. package/dist/chunks/NcTimezonePicker-DQ7LMeQo.mjs +187 -0
  318. package/dist/chunks/NcTimezonePicker-DQ7LMeQo.mjs.map +1 -0
  319. package/dist/chunks/{NcUserBubble-B1nO-OgL.mjs → NcUserBubble-DrQahQl0.mjs} +4 -4
  320. package/dist/chunks/NcUserBubble-DrQahQl0.mjs.map +1 -0
  321. package/dist/chunks/{NcUserStatusIcon-DXxHWiO9.mjs → NcUserStatusIcon-CA3yJfmu.mjs} +7 -28
  322. package/dist/chunks/NcUserStatusIcon-CA3yJfmu.mjs.map +1 -0
  323. package/dist/chunks/ScopeComponent-C5tGtO7l.mjs +14 -0
  324. package/dist/chunks/ScopeComponent-C5tGtO7l.mjs.map +1 -0
  325. package/dist/chunks/{_l10n-ipRV_dfs.mjs → _l10n-C3nxU4O-.mjs} +10 -10
  326. package/dist/chunks/_l10n-C3nxU4O-.mjs.map +1 -0
  327. package/dist/chunks/actionGlobal-BZFdtdJL.mjs +25 -0
  328. package/dist/chunks/actionGlobal-BZFdtdJL.mjs.map +1 -0
  329. package/dist/chunks/{actionText-CBxkao_8.mjs → actionText-aI0owku1.mjs} +1 -43
  330. package/dist/chunks/actionText-aI0owku1.mjs.map +1 -0
  331. package/dist/chunks/{autolink-CuPhRJIL.mjs → autolink-CKPk5rzg.mjs} +7 -24
  332. package/dist/chunks/autolink-CKPk5rzg.mjs.map +1 -0
  333. package/dist/chunks/{emoji-BjUFGMrw.mjs → emoji-Ba55f8iV.mjs} +0 -21
  334. package/dist/chunks/emoji-Ba55f8iV.mjs.map +1 -0
  335. package/dist/chunks/focusTrap-Cecv_gjR.mjs +7 -0
  336. package/dist/chunks/focusTrap-Cecv_gjR.mjs.map +1 -0
  337. package/dist/chunks/getAvatarUrl-DxvUjKMi.mjs +11 -0
  338. package/dist/chunks/getAvatarUrl-DxvUjKMi.mjs.map +1 -0
  339. package/dist/chunks/{index-5AsHlmYO.mjs → index-BKkaCvJ0.mjs} +4 -25
  340. package/dist/chunks/index-BKkaCvJ0.mjs.map +1 -0
  341. package/dist/chunks/index-CtoB4eIp.mjs.map +1 -1
  342. package/dist/chunks/{referencePickerModal-Tr-vmVPW.mjs → referencePickerModal-Cho5o36L.mjs} +19 -238
  343. package/dist/chunks/referencePickerModal-Cho5o36L.mjs.map +1 -0
  344. package/dist/chunks/usernameToColor-4ci35wWd.mjs +26 -0
  345. package/dist/chunks/usernameToColor-4ci35wWd.mjs.map +1 -0
  346. package/dist/components/NcActionButton/NcActionButton.vue.d.ts +3 -7
  347. package/dist/components/NcActionButtonGroup/NcActionButtonGroup.vue.d.ts +1 -1
  348. package/dist/components/NcActionCheckbox/NcActionCheckbox.vue.d.ts +4 -4
  349. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +11 -11
  350. package/dist/components/NcActionRadio/NcActionRadio.vue.d.ts +4 -4
  351. package/dist/components/NcActionTextEditable/NcActionTextEditable.vue.d.ts +4 -4
  352. package/dist/components/NcActions/NcActions.vue.d.ts +5 -5
  353. package/dist/components/NcAppContent/NcAppContent.vue.d.ts +1 -1
  354. package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
  355. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +5 -5
  356. package/dist/components/NcAppNavigationItem/NcInputConfirmCancel.vue.d.ts +3 -3
  357. package/dist/components/NcAppNavigationSettings/NcAppNavigationSettings.vue.d.ts +3 -3
  358. package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +47 -15
  359. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +3 -3
  360. package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +5 -5
  361. package/dist/components/NcButton/NcButton.vue.d.ts +16 -13
  362. package/dist/components/NcButton/index.d.ts +2 -19
  363. package/dist/components/NcChip/NcChip.vue.d.ts +113 -0
  364. package/dist/components/NcChip/index.d.ts +5 -0
  365. package/dist/components/NcContent/NcContent.vue.d.ts +1 -1
  366. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +1 -1
  367. package/dist/components/NcEllipsisedOption/NcEllipsisedOption.vue.d.ts +12 -0
  368. package/dist/components/NcEmojiPicker/NcEmojiPicker.vue.d.ts +2 -2
  369. package/dist/components/NcHeaderMenu/NcHeaderMenu.vue.d.ts +3 -3
  370. package/dist/components/NcHighlight/NcHighlight.vue.d.ts +1 -1
  371. package/dist/components/NcIconSvgWrapper/NcIconSvgWrapper.vue.d.ts +4 -4
  372. package/dist/components/NcInputField/NcInputField.vue.d.ts +6 -6
  373. package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
  374. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +2 -2
  375. package/dist/components/NcLoadingIcon/NcLoadingIcon.vue.d.ts +1 -1
  376. package/dist/components/NcNoteCard/NcNoteCard.vue.d.ts +1 -1
  377. package/dist/components/NcRelatedResourcesPanel/NcRelatedResourcesPanel.vue.d.ts +2 -2
  378. package/dist/components/NcRelatedResourcesPanel/NcResource.vue.d.ts +1 -1
  379. package/dist/components/NcRelatedResourcesPanel/NcTeamResources.vue.d.ts +1 -1
  380. package/dist/components/NcRichContenteditable/NcAutoCompleteResult.vue.d.ts +5 -5
  381. package/dist/components/NcRichContenteditable/NcRichContenteditable.vue.d.ts +22 -10
  382. package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +1 -1
  383. package/dist/components/NcRichText/NcReferenceWidget.vue.d.ts +1 -1
  384. package/dist/components/NcRichText/NcRichText.vue.d.ts +2 -2
  385. package/dist/components/NcRichText/helpers.d.ts +4 -0
  386. package/dist/components/NcSavingIndicatorIcon/NcSavingIndicatorIcon.vue.d.ts +2 -2
  387. package/dist/components/NcSelect/NcSelect.vue.d.ts +2 -2
  388. package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +1 -1
  389. package/dist/components/NcSettingsInputText/NcSettingsInputText.vue.d.ts +4 -4
  390. package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +5 -5
  391. package/dist/components/NcTextArea/NcTextArea.vue.d.ts +3 -3
  392. package/dist/components/NcTimezonePicker/NcTimezonePicker.vue.d.ts +1 -1
  393. package/dist/components/NcUserBubble/NcUserBubble.vue.d.ts +3 -3
  394. package/dist/components/NcVNodes/NcVNodes.vue.d.ts +3 -3
  395. package/dist/components/index.d.ts +6 -19
  396. package/dist/composables/useFormatDateTime.d.ts +5 -5
  397. package/dist/directives/index.d.ts +2 -19
  398. package/dist/functions/a11y/index.d.ts +2 -19
  399. package/dist/functions/emoji/emoji.d.ts +2 -19
  400. package/dist/functions/emoji/index.d.ts +2 -19
  401. package/dist/functions/reference/widgets.d.ts +4 -0
  402. package/dist/index.d.ts +2 -19
  403. package/dist/index.mjs +90 -119
  404. package/dist/index.mjs.map +1 -1
  405. package/dist/l10n.d.ts +2 -2
  406. package/dist/mixins/clickOutsideOptions/index.d.ts +1 -1
  407. package/dist/mixins/richEditor/index.d.ts +1 -1
  408. package/dist/utils/FindRanges.d.ts +2 -19
  409. package/dist/utils/GenRandomId.d.ts +2 -19
  410. package/dist/utils/GetChildren.d.ts +2 -19
  411. package/dist/utils/GetParent.d.ts +2 -19
  412. package/dist/utils/ScopeComponent.d.ts +2 -19
  413. package/dist/utils/Timer.d.ts +4 -38
  414. package/dist/utils/UserStatus.d.ts +2 -19
  415. package/dist/utils/getAvatarUrl.d.ts +2 -19
  416. package/dist/vendor.LICENSE.txt +4 -4
  417. package/package.json +31 -33
  418. package/LICENSE +0 -661
  419. package/dist/assets/NcActionButton-DilAGmID.css +0 -139
  420. package/dist/assets/NcActionCaption-sfcjBZnu.css +0 -46
  421. package/dist/assets/NcActionCheckbox-BPTe8v7j.css +0 -110
  422. package/dist/assets/NcActionInput-BCm3Bb6i.css +0 -271
  423. package/dist/assets/NcActionLink-ufhOZDI9.css +0 -124
  424. package/dist/assets/NcActionRadio-BgKkAdF8.css +0 -110
  425. package/dist/assets/NcActionRouter-DJDXSMeq.css +0 -135
  426. package/dist/assets/NcActionSeparator-CB59y4di.css +0 -38
  427. package/dist/assets/NcActionText-FrsQgrnA.css +0 -139
  428. package/dist/assets/NcActionTextEditable-pgsRQJ7l.css +0 -287
  429. package/dist/assets/NcActions-6uFGQVJQ.css +0 -111
  430. package/dist/assets/NcAppContent-CVWf32qC.css +0 -153
  431. package/dist/assets/NcAppNavigation-B_aG01bd.css +0 -131
  432. package/dist/assets/NcAppNavigationCaption-B32FjjW3.css +0 -62
  433. package/dist/assets/NcAppNavigationIconBullet-B8q3pUL5.css +0 -44
  434. package/dist/assets/NcAppNavigationList-DnIxrbVX.css +0 -43
  435. package/dist/assets/NcAppNavigationNew-B29SvI0s.css +0 -41
  436. package/dist/assets/NcAppNavigationSettings-RpFZX7Hx.css +0 -93
  437. package/dist/assets/NcAppNavigationSpacer-C12GX5n6.css +0 -6
  438. package/dist/assets/NcAppNavigationToggle-Bb19ZkjT.css +0 -41
  439. package/dist/assets/NcAppSettingsDialog-CQY4VVRw.css +0 -88
  440. package/dist/assets/NcAppSettingsSection-BUxPrhYB.css +0 -44
  441. package/dist/assets/NcAppSidebarTab-WhMYMxlI.css +0 -48
  442. package/dist/assets/NcAvatar-xxyc0_S6.css +0 -143
  443. package/dist/assets/NcBreadcrumb-BKgJHxzd.css +0 -82
  444. package/dist/assets/NcBreadcrumbs-Dq8VnSzJ.css +0 -51
  445. package/dist/assets/NcColorPicker-q8nVYCvu.css +0 -136
  446. package/dist/assets/NcContent-CQqz6KXD.css +0 -108
  447. package/dist/assets/NcCounterBubble-CWi_P1Tb.css +0 -67
  448. package/dist/assets/NcDashboardWidget-DzDAv3ER.css +0 -87
  449. package/dist/assets/NcDashboardWidgetItem-BevETFRF.css +0 -99
  450. package/dist/assets/NcDateTimePickerNative-DHZcOvOf.css +0 -61
  451. package/dist/assets/NcDialog-CvmjNcgn.css +0 -160
  452. package/dist/assets/NcEllipsisedOption-ClDzkIX6.css +0 -48
  453. package/dist/assets/NcEmptyContent-CMM4BKRc.css +0 -79
  454. package/dist/assets/NcGuestContent-BTahASdv.css +0 -78
  455. package/dist/assets/NcHeaderMenu-fYpidmuR.css +0 -91
  456. package/dist/assets/NcIconSvgWrapper-C95UOHYS.css +0 -53
  457. package/dist/assets/NcInputConfirmCancel-dYsxq6pH.css +0 -53
  458. package/dist/assets/NcListItem-CJa4SoZs.css +0 -170
  459. package/dist/assets/NcListItemIcon-KqKY7_tj.css +0 -78
  460. package/dist/assets/NcLoadingIcon-gxK0ujO0.css +0 -35
  461. package/dist/assets/NcMentionBubble-DmzU72Mw.css +0 -84
  462. package/dist/assets/NcNoteCard-e7-Bxio8.css +0 -64
  463. package/dist/assets/NcProgressBar-D5VftcJm.css +0 -70
  464. package/dist/assets/NcRelatedResourcesPanel-CbFY3Cdm.css +0 -200
  465. package/dist/assets/NcRichText-Cc65tYYs.css +0 -240
  466. package/dist/assets/NcSettingsInputText-DR4Wv2XP.css +0 -49
  467. package/dist/assets/NcSettingsSection-DrlA06-W.css +0 -66
  468. package/dist/assets/NcSettingsSelectGroup-Ba_9qqBq.css +0 -37
  469. package/dist/assets/NcUserBubble-a6zTGwWG.css +0 -62
  470. package/dist/assets/NcUserStatusIcon-DYNzsng_.css +0 -44
  471. package/dist/assets/referencePickerModal-4K_FZwca.css +0 -539
  472. package/dist/chunks/GenColors-BjorWIgA.mjs.map +0 -1
  473. package/dist/chunks/GenRandomId-CXkjMlAT.mjs +0 -27
  474. package/dist/chunks/GenRandomId-CXkjMlAT.mjs.map +0 -1
  475. package/dist/chunks/Linkify-BBPJHBma.mjs +0 -35
  476. package/dist/chunks/Linkify-BBPJHBma.mjs.map +0 -1
  477. package/dist/chunks/NcActionButton-BFQnlisT.mjs.map +0 -1
  478. package/dist/chunks/NcActionButtonGroup-D-8C3HSO.mjs.map +0 -1
  479. package/dist/chunks/NcActionCheckbox-CjZH6kjg.mjs.map +0 -1
  480. package/dist/chunks/NcActionInput-ClUviDGB.mjs.map +0 -1
  481. package/dist/chunks/NcActionLink-CQEzoS_a.mjs.map +0 -1
  482. package/dist/chunks/NcActionRadio-D6VrxjcX.mjs.map +0 -1
  483. package/dist/chunks/NcActionRouter-DmrWV-q1.mjs.map +0 -1
  484. package/dist/chunks/NcActionSeparator-ib21YUAE.mjs.map +0 -1
  485. package/dist/chunks/NcActionText-dj38IHk6.mjs.map +0 -1
  486. package/dist/chunks/NcActionTextEditable-W1wFQ9dc.mjs.map +0 -1
  487. package/dist/chunks/NcActions-B6QL_4DD.mjs.map +0 -1
  488. package/dist/chunks/NcAppContent-jvz75P8O.mjs.map +0 -1
  489. package/dist/chunks/NcAppNavigation-D0RINQda.mjs.map +0 -1
  490. package/dist/chunks/NcAppNavigationCaption-BnhoAPkJ.mjs.map +0 -1
  491. package/dist/chunks/NcAppNavigationIconBullet-JoIYov5C.mjs.map +0 -1
  492. package/dist/chunks/NcAppNavigationItem-s0czI8KR.mjs.map +0 -1
  493. package/dist/chunks/NcAppNavigationList-DzTic3Q7.mjs.map +0 -1
  494. package/dist/chunks/NcAppNavigationNew-RBp5Nk-2.mjs.map +0 -1
  495. package/dist/chunks/NcAppNavigationNewItem-u85Ffz-V.mjs.map +0 -1
  496. package/dist/chunks/NcAppNavigationSettings-D_4gHC9H.mjs.map +0 -1
  497. package/dist/chunks/NcAppNavigationSpacer-Ctbl-q5I.mjs.map +0 -1
  498. package/dist/chunks/NcAppNavigationToggle-BtC5hBww.mjs.map +0 -1
  499. package/dist/chunks/NcAppSettingsDialog-DXpamfEo.mjs.map +0 -1
  500. package/dist/chunks/NcAppSettingsSection-PG8OLRbP.mjs.map +0 -1
  501. package/dist/chunks/NcAppSidebar-B0pjWsoI.mjs.map +0 -1
  502. package/dist/chunks/NcAppSidebarTab-BTuuQoW5.mjs.map +0 -1
  503. package/dist/chunks/NcAvatar-BKmfsBcY.mjs.map +0 -1
  504. package/dist/chunks/NcBreadcrumb-C3k6T3Bj.mjs.map +0 -1
  505. package/dist/chunks/NcBreadcrumbs-Crc4BkfA.mjs.map +0 -1
  506. package/dist/chunks/NcButton-B27fpd1m.mjs.map +0 -1
  507. package/dist/chunks/NcCheckboxRadioSwitch-DdG8AL_h.mjs.map +0 -1
  508. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs +0 -3
  509. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_9bdeea42_lang-C9ptCbXx.mjs.map +0 -1
  510. package/dist/chunks/NcColorPicker-D4IB1shI.mjs.map +0 -1
  511. package/dist/chunks/NcContent-CMQytlSd.mjs +0 -129
  512. package/dist/chunks/NcContent-CMQytlSd.mjs.map +0 -1
  513. package/dist/chunks/NcCounterBubble-BVDNwJiw.mjs.map +0 -1
  514. package/dist/chunks/NcDashboardWidget-B5H6n5qG.mjs.map +0 -1
  515. package/dist/chunks/NcDashboardWidgetItem-BbgZpZ-D.mjs.map +0 -1
  516. package/dist/chunks/NcDateTime-p5872lEX.mjs.map +0 -1
  517. package/dist/chunks/NcDateTimePicker-C1gBl-W0.mjs.map +0 -1
  518. package/dist/chunks/NcDateTimePickerNative-CyCL5Ovh.mjs.map +0 -1
  519. package/dist/chunks/NcDialog-Dq3Qnbke.mjs.map +0 -1
  520. package/dist/chunks/NcDialogButton-C6SudZTq.mjs.map +0 -1
  521. package/dist/chunks/NcEllipsisedOption-DsCFqgUF.mjs.map +0 -1
  522. package/dist/chunks/NcEmojiPicker-BwQ8VxQZ.mjs.map +0 -1
  523. package/dist/chunks/NcEmptyContent-CdgacgQe.mjs.map +0 -1
  524. package/dist/chunks/NcGuestContent-DfnVEtGM.mjs.map +0 -1
  525. package/dist/chunks/NcHeaderMenu-CJVtnKpb.mjs.map +0 -1
  526. package/dist/chunks/NcHighlight-CR5kySMp.mjs.map +0 -1
  527. package/dist/chunks/NcIconSvgWrapper-C0csZ9zg.mjs.map +0 -1
  528. package/dist/chunks/NcInputConfirmCancel-Rk8B1Q0j.mjs.map +0 -1
  529. package/dist/chunks/NcInputField-DX0Brmlk.mjs.map +0 -1
  530. package/dist/chunks/NcListItemIcon-A5o8HkQv.mjs.map +0 -1
  531. package/dist/chunks/NcLoadingIcon-DwbO7gAy.mjs.map +0 -1
  532. package/dist/chunks/NcNoteCard-CdZRsd8-.mjs.map +0 -1
  533. package/dist/chunks/NcPasswordField-B7CiEElO.mjs.map +0 -1
  534. package/dist/chunks/NcPopover-B9UbiGTv.mjs.map +0 -1
  535. package/dist/chunks/NcProgressBar-CAXfza4R.mjs.map +0 -1
  536. package/dist/chunks/NcRelatedResourcesPanel-Dr4jL2gw.mjs.map +0 -1
  537. package/dist/chunks/NcRichContenteditable-P06ORHyg.mjs.map +0 -1
  538. package/dist/chunks/NcRichText-BfreYq5m.mjs.map +0 -1
  539. package/dist/chunks/NcSelect-Dt3JJc9b.mjs.map +0 -1
  540. package/dist/chunks/NcSelectTags-F8Z_SdXE.mjs.map +0 -1
  541. package/dist/chunks/NcSettingsInputText-BtDwhhX0.mjs.map +0 -1
  542. package/dist/chunks/NcSettingsSection-BN98AV4b.mjs.map +0 -1
  543. package/dist/chunks/NcSettingsSelectGroup-61ylzaOo.mjs.map +0 -1
  544. package/dist/chunks/NcTextArea-DOXp3B2R.mjs.map +0 -1
  545. package/dist/chunks/NcTextField-5CbWAUlw.mjs.map +0 -1
  546. package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs +0 -4051
  547. package/dist/chunks/NcTimezonePicker-Cs2arCUX.mjs.map +0 -1
  548. package/dist/chunks/NcUserBubble-B1nO-OgL.mjs.map +0 -1
  549. package/dist/chunks/NcUserStatusIcon-DXxHWiO9.mjs.map +0 -1
  550. package/dist/chunks/ScopeComponent-B2OE7k3z.mjs +0 -35
  551. package/dist/chunks/ScopeComponent-B2OE7k3z.mjs.map +0 -1
  552. package/dist/chunks/_l10n-ipRV_dfs.mjs.map +0 -1
  553. package/dist/chunks/actionGlobal-BIN1Dngv.mjs +0 -46
  554. package/dist/chunks/actionGlobal-BIN1Dngv.mjs.map +0 -1
  555. package/dist/chunks/actionText-CBxkao_8.mjs.map +0 -1
  556. package/dist/chunks/autolink-CuPhRJIL.mjs.map +0 -1
  557. package/dist/chunks/emoji-BjUFGMrw.mjs.map +0 -1
  558. package/dist/chunks/focusTrap-hWDNhn4t.mjs +0 -28
  559. package/dist/chunks/focusTrap-hWDNhn4t.mjs.map +0 -1
  560. package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs +0 -32
  561. package/dist/chunks/getAvatarUrl-BBvqBOJD.mjs.map +0 -1
  562. package/dist/chunks/index-5AsHlmYO.mjs.map +0 -1
  563. package/dist/chunks/logger-C7ZZ6zFQ.mjs +0 -25
  564. package/dist/chunks/logger-C7ZZ6zFQ.mjs.map +0 -1
  565. package/dist/chunks/referencePickerModal-Tr-vmVPW.mjs.map +0 -1
  566. package/dist/chunks/usernameToColor-BpeOvoed.mjs +0 -47
  567. package/dist/chunks/usernameToColor-BpeOvoed.mjs.map +0 -1
  568. package/dist/utils/IsOutOfViewport.d.ts +0 -8
@@ -1,111 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-0b528396] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .action-items[data-v-0b528396] {
34
- display: flex;
35
- align-items: center;
36
- }
37
- .action-items > button[data-v-0b528396] {
38
- margin-right: 7px;
39
- }
40
- .action-item[data-v-0b528396] {
41
- --open-background-color: var(--color-background-hover, $action-background-hover);
42
- position: relative;
43
- display: inline-block;
44
- }
45
- .action-item.action-item--primary[data-v-0b528396] {
46
- --open-background-color: var(--color-primary-element-hover);
47
- }
48
- .action-item.action-item--secondary[data-v-0b528396] {
49
- --open-background-color: var(--color-primary-element-light-hover);
50
- }
51
- .action-item.action-item--error[data-v-0b528396] {
52
- --open-background-color: var(--color-error-hover);
53
- }
54
- .action-item.action-item--warning[data-v-0b528396] {
55
- --open-background-color: var(--color-warning-hover);
56
- }
57
- .action-item.action-item--success[data-v-0b528396] {
58
- --open-background-color: var(--color-success-hover);
59
- }
60
- .action-item.action-item--tertiary-no-background[data-v-0b528396] {
61
- --open-background-color: transparent;
62
- }
63
- .action-item.action-item--open .action-item__menutoggle[data-v-0b528396] {
64
- background-color: var(--open-background-color);
65
- }
66
- .action-item__menutoggle__icon[data-v-0b528396] {
67
- width: 20px;
68
- height: 20px;
69
- object-fit: contain;
70
- }
71
- /**
72
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
73
- *
74
- * @author John Molakvoæ <skjnldsv@protonmail.com>
75
- *
76
- * @license GNU AGPL version 3 or any later version
77
- *
78
- * This program is free software: you can redistribute it and/or modify
79
- * it under the terms of the GNU Affero General Public License as
80
- * published by the Free Software Foundation, either version 3 of the
81
- * License, or (at your option) any later version.
82
- *
83
- * This program is distributed in the hope that it will be useful,
84
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
85
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86
- * GNU Affero General Public License for more details.
87
- *
88
- * You should have received a copy of the GNU Affero General Public License
89
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
90
- *
91
- */
92
- /*
93
- * Ensure proper alignment of the vue material icons
94
- */
95
- .material-design-icon {
96
- display: flex;
97
- align-self: center;
98
- justify-self: center;
99
- align-items: center;
100
- justify-content: center;
101
- }
102
- .v-popper--theme-dropdown.v-popper__popper.action-item__popper .v-popper__wrapper {
103
- border-radius: var(--border-radius-large);
104
- overflow: hidden;
105
- }
106
- .v-popper--theme-dropdown.v-popper__popper.action-item__popper .v-popper__wrapper .v-popper__inner {
107
- border-radius: var(--border-radius-large);
108
- padding: 4px;
109
- max-height: calc(50vh - 16px);
110
- overflow: auto;
111
- }
@@ -1,153 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-90d6785b] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .app-details-toggle[data-v-90d6785b] {
34
- position: sticky;
35
- width: 44px;
36
- height: 44px;
37
- padding: 14px;
38
- cursor: pointer;
39
- opacity: 0.6;
40
- transform: rotate(180deg);
41
- background-color: var(--color-main-background);
42
- z-index: 2000;
43
- top: var(--app-navigation-padding);
44
- left: calc(var(--default-clickable-area) + var(--app-navigation-padding) * 2);
45
- }
46
- .app-details-toggle--mobile[data-v-90d6785b] {
47
- left: var(--app-navigation-padding);
48
- }
49
- .app-details-toggle[data-v-90d6785b]:active, .app-details-toggle[data-v-90d6785b]:hover, .app-details-toggle[data-v-90d6785b]:focus {
50
- opacity: 1;
51
- }
52
- /**
53
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
54
- *
55
- * @author John Molakvoæ <skjnldsv@protonmail.com>
56
- *
57
- * @license GNU AGPL version 3 or any later version
58
- *
59
- * This program is free software: you can redistribute it and/or modify
60
- * it under the terms of the GNU Affero General Public License as
61
- * published by the Free Software Foundation, either version 3 of the
62
- * License, or (at your option) any later version.
63
- *
64
- * This program is distributed in the hope that it will be useful,
65
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
66
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67
- * GNU Affero General Public License for more details.
68
- *
69
- * You should have received a copy of the GNU Affero General Public License
70
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
71
- *
72
- */
73
- /*
74
- * Ensure proper alignment of the vue material icons
75
- */
76
- .material-design-icon[data-v-fb107ac6] {
77
- display: flex;
78
- align-self: center;
79
- justify-self: center;
80
- align-items: center;
81
- justify-content: center;
82
- }
83
- .app-content[data-v-fb107ac6] {
84
- position: initial;
85
- z-index: 1000;
86
- flex-basis: 100vw;
87
- height: 100%;
88
- margin: 0 !important;
89
- background-color: var(--color-main-background);
90
- min-width: 0;
91
- }
92
- .app-content[data-v-fb107ac6]:not(.app-content--has-list) {
93
- overflow: auto;
94
- }
95
- .app-content-wrapper[data-v-fb107ac6] {
96
- position: relative;
97
- width: 100%;
98
- height: 100%;
99
- }
100
- .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-fb107ac6] .app-content-list {
101
- display: flex;
102
- }
103
- .app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-fb107ac6] .app-content-details {
104
- display: none;
105
- }
106
- .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-fb107ac6] .app-content-list {
107
- display: none;
108
- }
109
- .app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-fb107ac6] .app-content-details {
110
- display: block;
111
- }
112
- [data-v-fb107ac6] .splitpanes.default-theme .app-content-list {
113
- max-width: none;
114
- /* Thin scrollbar is hard to catch on resizable columns */
115
- scrollbar-width: auto;
116
- }
117
- [data-v-fb107ac6] .splitpanes.default-theme .splitpanes__pane {
118
- background-color: transparent;
119
- transition: none;
120
- }
121
- [data-v-fb107ac6] .splitpanes.default-theme .splitpanes__pane-list {
122
- min-width: 300px;
123
- position: sticky;
124
- }
125
- @media only screen and (width < 1024px) {
126
- [data-v-fb107ac6] .splitpanes.default-theme .splitpanes__pane-list {
127
- display: none;
128
- }
129
- }
130
- [data-v-fb107ac6] .splitpanes.default-theme .splitpanes__pane-details {
131
- overflow-y: auto;
132
- }
133
- @media only screen and (width < 1024px) {
134
- [data-v-fb107ac6] .splitpanes.default-theme .splitpanes__pane-details {
135
- min-width: 100%;
136
- }
137
- }
138
- [data-v-fb107ac6] .splitpanes.default-theme .app-content-wrapper--vertical-split .splitpanes__splitter {
139
- width: 9px;
140
- margin-left: -5px;
141
- background-color: transparent;
142
- border-left: none;
143
- }
144
- [data-v-fb107ac6] .splitpanes.default-theme .app-content-wrapper--vertical-split .splitpanes__splitter:before,[data-v-fb107ac6] .splitpanes.default-theme .app-content-wrapper--vertical-split .splitpanes__splitter:after {
145
- display: none;
146
- }
147
- [data-v-fb107ac6] .splitpanes.default-theme .app-content-wrapper--horizontal-split .splitpanes__splitter {
148
- height: 9px;
149
- margin-top: -5px;
150
- }
151
- .app-content-wrapper--show-list[data-v-fb107ac6] .app-content-list {
152
- max-width: none;
153
- }
@@ -1,131 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .app-navigation,
34
- .app-content {
35
- /** Distance of the app naviation toggle and the first navigation item to the top edge of the app content container */
36
- --app-navigation-padding: calc(var(--default-grid-baseline, 4px) * 2);
37
- }
38
- /**
39
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
40
- *
41
- * @author John Molakvoæ <skjnldsv@protonmail.com>
42
- *
43
- * @license GNU AGPL version 3 or any later version
44
- *
45
- * This program is free software: you can redistribute it and/or modify
46
- * it under the terms of the GNU Affero General Public License as
47
- * published by the Free Software Foundation, either version 3 of the
48
- * License, or (at your option) any later version.
49
- *
50
- * This program is distributed in the hope that it will be useful,
51
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
52
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53
- * GNU Affero General Public License for more details.
54
- *
55
- * You should have received a copy of the GNU Affero General Public License
56
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
57
- *
58
- */
59
- /*
60
- * Ensure proper alignment of the vue material icons
61
- */
62
- .material-design-icon[data-v-e913526c] {
63
- display: flex;
64
- align-self: center;
65
- justify-self: center;
66
- align-items: center;
67
- justify-content: center;
68
- }
69
- .app-navigation[data-v-e913526c] {
70
- --color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default));
71
- transition: transform var(--animation-quick), margin var(--animation-quick);
72
- width: 300px;
73
- --app-navigation-max-width: calc(100vw - (var(--app-navigation-padding) + var(--default-clickable-area) + var(--default-grid-baseline)));
74
- max-width: var(--app-navigation-max-width);
75
- position: relative;
76
- top: 0;
77
- left: 0;
78
- padding: 0px;
79
- z-index: 1800;
80
- height: 100%;
81
- box-sizing: border-box;
82
- -webkit-user-select: none;
83
- -moz-user-select: none;
84
- -ms-user-select: none;
85
- user-select: none;
86
- flex-grow: 0;
87
- flex-shrink: 0;
88
- background-color: var(--color-main-background-blur, var(--color-main-background));
89
- -webkit-backdrop-filter: var(--filter-background-blur, none);
90
- backdrop-filter: var(--filter-background-blur, none);
91
- }
92
- .app-navigation--close[data-v-e913526c] {
93
- margin-left: calc(-1 * min(300px, var(--app-navigation-max-width)));
94
- }
95
- .app-navigation__content > ul[data-v-e913526c] {
96
- position: relative;
97
- width: 100%;
98
- overflow-x: hidden;
99
- overflow-y: auto;
100
- box-sizing: border-box;
101
- display: flex;
102
- flex-direction: column;
103
- gap: var(--default-grid-baseline, 4px);
104
- padding: var(--app-navigation-padding);
105
- }
106
- .app-navigation .app-navigation__list[data-v-e913526c] {
107
- height: 100%;
108
- }
109
- .app-navigation__body--no-list[data-v-e913526c] {
110
- flex: 1 1 auto;
111
- overflow: auto;
112
- height: 100%;
113
- }
114
- .app-navigation__content[data-v-e913526c] {
115
- height: 100%;
116
- display: flex;
117
- flex-direction: column;
118
- }
119
- [data-themes*=highcontrast] .app-navigation[data-v-e913526c] {
120
- border-right: 1px solid var(--color-border);
121
- }
122
- @media only screen and (max-width: 1024px) {
123
- .app-navigation[data-v-e913526c] {
124
- position: absolute;
125
- }
126
- }
127
- @media only screen and (max-width: 512px) {
128
- .app-navigation[data-v-e913526c] {
129
- z-index: 1400;
130
- }
131
- }
@@ -1,62 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-72ff0d80] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .app-navigation-caption[data-v-72ff0d80] {
34
- display: flex;
35
- justify-content: space-between;
36
- }
37
- .app-navigation-caption--heading[data-v-72ff0d80] {
38
- padding: var(--app-navigation-padding);
39
- }
40
- .app-navigation-caption--heading[data-v-72ff0d80]:not(:first-child):not(:last-child) {
41
- padding: 0 var(--app-navigation-padding);
42
- }
43
- .app-navigation-caption__name[data-v-72ff0d80] {
44
- font-weight: bold;
45
- color: var(--color-main-text);
46
- font-size: var(--default-font-size);
47
- line-height: 44px;
48
- white-space: nowrap;
49
- overflow: hidden;
50
- text-overflow: ellipsis;
51
- box-shadow: none !important;
52
- flex-shrink: 0;
53
- padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
54
- margin-top: 0px;
55
- margin-bottom: 12px;
56
- }
57
- .app-navigation-caption__actions[data-v-72ff0d80] {
58
- flex: 0 0 44px;
59
- }
60
- .app-navigation-caption[data-v-72ff0d80]:not(:first-child) {
61
- margin-top: 22px;
62
- }
@@ -1,44 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-91580127] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .app-navigation-entry__icon-bullet[data-v-91580127] {
34
- display: block;
35
- padding: 15px;
36
- }
37
- .app-navigation-entry__icon-bullet div[data-v-91580127] {
38
- width: 14px;
39
- height: 14px;
40
- cursor: pointer;
41
- transition: background 100ms ease-in-out;
42
- border: none;
43
- border-radius: 50%;
44
- }
@@ -1,43 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-ac3baea0] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- .app-navigation-list[data-v-ac3baea0] {
34
- position: relative;
35
- width: 100%;
36
- overflow-x: hidden;
37
- overflow-y: auto;
38
- box-sizing: border-box;
39
- display: flex;
40
- flex-direction: column;
41
- gap: var(--default-grid-baseline, 4px);
42
- padding: var(--app-navigation-padding);
43
- }
@@ -1,41 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-44b06f7e] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
-
34
- /* 'New' button */
35
- .app-navigation-new[data-v-44b06f7e] {
36
- display: block;
37
- padding: calc(var(--default-grid-baseline, 4px) * 2);
38
- }
39
- .app-navigation-new button[data-v-44b06f7e] {
40
- width: 100%;
41
- }
@@ -1,93 +0,0 @@
1
- @charset "UTF-8";
2
- /**
3
- * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
4
- *
5
- * @author John Molakvoæ <skjnldsv@protonmail.com>
6
- *
7
- * @license GNU AGPL version 3 or any later version
8
- *
9
- * This program is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU Affero General Public License as
11
- * published by the Free Software Foundation, either version 3 of the
12
- * License, or (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU Affero General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- *
22
- */
23
- /*
24
- * Ensure proper alignment of the vue material icons
25
- */
26
- .material-design-icon[data-v-50899abb] {
27
- display: flex;
28
- align-self: center;
29
- justify-self: center;
30
- align-items: center;
31
- justify-content: center;
32
- }
33
- #app-settings[data-v-50899abb] {
34
- margin-top: auto;
35
- padding: 3px;
36
- }
37
- #app-settings__header[data-v-50899abb] {
38
- box-sizing: border-box;
39
- margin: 0 3px 3px 3px;
40
- }
41
- #app-settings__header .settings-button[data-v-50899abb] {
42
- display: flex;
43
- flex: 1 1 0;
44
- height: 44px;
45
- width: 100%;
46
- padding: 0;
47
- margin: 0;
48
- background-color: var(--color-main-background);
49
- box-shadow: none;
50
- border: 0;
51
- border-radius: var(--border-radius-pill);
52
- text-align: left;
53
- font-weight: normal;
54
- font-size: 100%;
55
- color: var(--color-main-text);
56
- padding-right: 14px;
57
- line-height: 44px;
58
- }
59
- #app-settings__header .settings-button[data-v-50899abb]:hover, #app-settings__header .settings-button[data-v-50899abb]:focus {
60
- background-color: var(--color-background-hover);
61
- }
62
- #app-settings__header .settings-button__icon[data-v-50899abb] {
63
- width: 44px;
64
- height: 44px;
65
- min-width: 44px;
66
- }
67
- #app-settings__header .settings-button__label[data-v-50899abb] {
68
- overflow: hidden;
69
- max-width: 100%;
70
- white-space: nowrap;
71
- text-overflow: ellipsis;
72
- }
73
- #app-settings__content[data-v-50899abb] {
74
- display: block;
75
- padding: 10px;
76
- /* prevent scrolled contents from stopping too early */
77
- margin-bottom: -3px;
78
- /* restrict height of settings and make scrollable */
79
- max-height: 300px;
80
- overflow-y: auto;
81
- box-sizing: border-box;
82
- }
83
- .slide-up-leave-active[data-v-50899abb],
84
- .slide-up-enter-active[data-v-50899abb] {
85
- transition-duration: var(--animation-slow);
86
- transition-property: max-height, padding;
87
- overflow-y: hidden !important;
88
- }
89
- .slide-up-enter-from[data-v-50899abb],
90
- .slide-up-leave-to[data-v-50899abb] {
91
- max-height: 0 !important;
92
- padding: 0 10px !important;
93
- }
@@ -1,6 +0,0 @@
1
-
2
- .app-navigation-spacer[data-v-3dd6c4f7] {
3
- flex-shrink: 0;
4
- height: 22px;
5
- }
6
-