@nextcloud/vue 8.0.0-beta.8 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/CHANGELOG.md +64 -2
  2. package/dist/Components/NcActionButton.cjs +22 -11
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +24 -12
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionInput.cjs +23 -18
  7. package/dist/Components/NcActionInput.cjs.map +1 -1
  8. package/dist/Components/NcActionInput.mjs +20 -14
  9. package/dist/Components/NcActionInput.mjs.map +1 -1
  10. package/dist/Components/NcActionLink.cjs +7 -7
  11. package/dist/Components/NcActionLink.cjs.map +1 -1
  12. package/dist/Components/NcActionLink.mjs +4 -4
  13. package/dist/Components/NcActionLink.mjs.map +1 -1
  14. package/dist/Components/NcActionRouter.cjs +8 -8
  15. package/dist/Components/NcActionRouter.cjs.map +1 -1
  16. package/dist/Components/NcActionRouter.mjs +4 -4
  17. package/dist/Components/NcActionRouter.mjs.map +1 -1
  18. package/dist/Components/NcActionText.cjs +10 -10
  19. package/dist/Components/NcActionText.cjs.map +1 -1
  20. package/dist/Components/NcActionText.mjs +11 -11
  21. package/dist/Components/NcActionText.mjs.map +1 -1
  22. package/dist/Components/NcActionTextEditable.cjs +10 -10
  23. package/dist/Components/NcActionTextEditable.cjs.map +1 -1
  24. package/dist/Components/NcActionTextEditable.mjs +2 -2
  25. package/dist/Components/NcActions.cjs +64 -57
  26. package/dist/Components/NcActions.cjs.map +1 -1
  27. package/dist/Components/NcActions.mjs +76 -69
  28. package/dist/Components/NcActions.mjs.map +1 -1
  29. package/dist/Components/NcAppContent.cjs +19 -20
  30. package/dist/Components/NcAppContent.cjs.map +1 -1
  31. package/dist/Components/NcAppContent.mjs +8 -8
  32. package/dist/Components/NcAppContent.mjs.map +1 -1
  33. package/dist/Components/NcAppNavigation.cjs +58 -27
  34. package/dist/Components/NcAppNavigation.cjs.map +1 -1
  35. package/dist/Components/NcAppNavigation.mjs +67 -34
  36. package/dist/Components/NcAppNavigation.mjs.map +1 -1
  37. package/dist/Components/NcAppNavigationItem.cjs +167 -63
  38. package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
  39. package/dist/Components/NcAppNavigationItem.mjs +142 -40
  40. package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
  41. package/dist/Components/NcAppNavigationNew.cjs +6 -6
  42. package/dist/Components/NcAppNavigationNew.cjs.map +1 -1
  43. package/dist/Components/NcAppNavigationNew.mjs +17 -17
  44. package/dist/Components/NcAppNavigationNew.mjs.map +1 -1
  45. package/dist/Components/NcAppNavigationNewItem.cjs +7 -7
  46. package/dist/Components/NcAppNavigationNewItem.cjs.map +1 -1
  47. package/dist/Components/NcAppNavigationNewItem.mjs +5 -5
  48. package/dist/Components/NcAppNavigationNewItem.mjs.map +1 -1
  49. package/dist/Components/NcAppNavigationSettings.cjs +46 -14
  50. package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
  51. package/dist/Components/NcAppNavigationSettings.mjs +48 -16
  52. package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
  53. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  54. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  55. package/dist/Components/NcAppSettingsDialog.cjs +87 -117
  56. package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
  57. package/dist/Components/NcAppSettingsDialog.mjs +95 -124
  58. package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
  59. package/dist/Components/NcAppSettingsSection.cjs +29 -10
  60. package/dist/Components/NcAppSettingsSection.cjs.map +1 -1
  61. package/dist/Components/NcAppSettingsSection.mjs +29 -10
  62. package/dist/Components/NcAppSettingsSection.mjs.map +1 -1
  63. package/dist/Components/NcAppSidebar.cjs +100 -34
  64. package/dist/Components/NcAppSidebar.cjs.map +1 -1
  65. package/dist/Components/NcAppSidebar.mjs +157 -93
  66. package/dist/Components/NcAppSidebar.mjs.map +1 -1
  67. package/dist/Components/NcAppSidebarTab.cjs +7 -7
  68. package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
  69. package/dist/Components/NcAppSidebarTab.mjs +4 -4
  70. package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
  71. package/dist/Components/NcAvatar.cjs +1 -1
  72. package/dist/Components/NcAvatar.mjs +1 -1
  73. package/dist/Components/NcBreadcrumb.cjs +10 -10
  74. package/dist/Components/NcBreadcrumb.cjs.map +1 -1
  75. package/dist/Components/NcBreadcrumb.mjs +1 -1
  76. package/dist/Components/NcBreadcrumbs.cjs +86 -54
  77. package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
  78. package/dist/Components/NcBreadcrumbs.mjs +93 -62
  79. package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
  80. package/dist/Components/NcButton.cjs +25 -25
  81. package/dist/Components/NcButton.cjs.map +1 -1
  82. package/dist/Components/NcButton.mjs +25 -25
  83. package/dist/Components/NcButton.mjs.map +1 -1
  84. package/dist/Components/NcCheckboxRadioSwitch.cjs +400 -54
  85. package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
  86. package/dist/Components/NcCheckboxRadioSwitch.mjs +398 -58
  87. package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
  88. package/dist/Components/NcColorPicker.cjs +18 -18
  89. package/dist/Components/NcColorPicker.cjs.map +1 -1
  90. package/dist/Components/NcColorPicker.mjs +17 -17
  91. package/dist/Components/NcColorPicker.mjs.map +1 -1
  92. package/dist/Components/NcDashboardWidget.cjs +30 -30
  93. package/dist/Components/NcDashboardWidget.cjs.map +1 -1
  94. package/dist/Components/NcDashboardWidget.mjs +3 -3
  95. package/dist/Components/NcDashboardWidgetItem.cjs +11 -11
  96. package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
  97. package/dist/Components/NcDashboardWidgetItem.mjs +9 -9
  98. package/dist/Components/NcDashboardWidgetItem.mjs.map +1 -1
  99. package/dist/Components/NcDateTime.cjs +1 -1
  100. package/dist/Components/NcDateTime.mjs +1 -1
  101. package/dist/Components/NcDateTimePicker.cjs +109 -44
  102. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  103. package/dist/Components/NcDateTimePicker.mjs +115 -52
  104. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  105. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  106. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  107. package/dist/Components/NcDialog.cjs +171 -0
  108. package/dist/Components/NcDialog.cjs.map +1 -0
  109. package/dist/Components/NcDialog.mjs +177 -0
  110. package/dist/Components/NcDialog.mjs.map +1 -0
  111. package/dist/Components/NcDialogButton.cjs +69 -0
  112. package/dist/Components/NcDialogButton.cjs.map +1 -0
  113. package/dist/Components/NcDialogButton.mjs +74 -0
  114. package/dist/Components/NcDialogButton.mjs.map +1 -0
  115. package/dist/Components/NcEmojiPicker.cjs +1 -1
  116. package/dist/Components/NcEmojiPicker.mjs +1 -1
  117. package/dist/Components/NcEmptyContent.cjs +14 -14
  118. package/dist/Components/NcEmptyContent.cjs.map +1 -1
  119. package/dist/Components/NcEmptyContent.mjs +7 -7
  120. package/dist/Components/NcEmptyContent.mjs.map +1 -1
  121. package/dist/Components/NcIconSvgWrapper.cjs +29 -14
  122. package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
  123. package/dist/Components/NcIconSvgWrapper.mjs +32 -17
  124. package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
  125. package/dist/Components/NcInputField.cjs +16 -16
  126. package/dist/Components/NcInputField.cjs.map +1 -1
  127. package/dist/Components/NcInputField.mjs +5 -5
  128. package/dist/Components/NcInputField.mjs.map +1 -1
  129. package/dist/Components/NcListItem.cjs +3 -3
  130. package/dist/Components/NcListItem.cjs.map +1 -1
  131. package/dist/Components/NcListItem.mjs +3 -3
  132. package/dist/Components/NcListItem.mjs.map +1 -1
  133. package/dist/Components/NcListItemIcon.cjs +20 -12
  134. package/dist/Components/NcListItemIcon.cjs.map +1 -1
  135. package/dist/Components/NcListItemIcon.mjs +21 -13
  136. package/dist/Components/NcListItemIcon.mjs.map +1 -1
  137. package/dist/Components/NcModal.cjs +167 -72
  138. package/dist/Components/NcModal.cjs.map +1 -1
  139. package/dist/Components/NcModal.mjs +171 -79
  140. package/dist/Components/NcModal.mjs.map +1 -1
  141. package/dist/Components/NcNoteCard.cjs +147 -19
  142. package/dist/Components/NcNoteCard.cjs.map +1 -1
  143. package/dist/Components/NcNoteCard.mjs +148 -23
  144. package/dist/Components/NcNoteCard.mjs.map +1 -1
  145. package/dist/Components/NcPasswordField.cjs +114 -39
  146. package/dist/Components/NcPasswordField.cjs.map +1 -1
  147. package/dist/Components/NcPasswordField.mjs +125 -52
  148. package/dist/Components/NcPasswordField.mjs.map +1 -1
  149. package/dist/Components/NcRelatedResourcesPanel.cjs +70 -37
  150. package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
  151. package/dist/Components/NcRelatedResourcesPanel.mjs +60 -27
  152. package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
  153. package/dist/Components/NcRichContenteditable.cjs +22 -18
  154. package/dist/Components/NcRichContenteditable.cjs.map +1 -1
  155. package/dist/Components/NcRichContenteditable.mjs +32 -28
  156. package/dist/Components/NcRichContenteditable.mjs.map +1 -1
  157. package/dist/Components/NcRichText.cjs +1 -1
  158. package/dist/Components/NcRichText.mjs +3 -3
  159. package/dist/Components/NcSelect.cjs +82 -54
  160. package/dist/Components/NcSelect.cjs.map +1 -1
  161. package/dist/Components/NcSelect.mjs +77 -47
  162. package/dist/Components/NcSelect.mjs.map +1 -1
  163. package/dist/Components/NcSelectTags.cjs +2 -2
  164. package/dist/Components/NcSelectTags.cjs.map +1 -1
  165. package/dist/Components/NcSelectTags.mjs +4 -4
  166. package/dist/Components/NcSelectTags.mjs.map +1 -1
  167. package/dist/Components/NcSettingsInputText.cjs +1 -1
  168. package/dist/Components/NcSettingsInputText.mjs +1 -1
  169. package/dist/Components/NcSettingsSection.cjs +46 -14
  170. package/dist/Components/NcSettingsSection.cjs.map +1 -1
  171. package/dist/Components/NcSettingsSection.mjs +44 -12
  172. package/dist/Components/NcSettingsSection.mjs.map +1 -1
  173. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  174. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  175. package/dist/Components/NcTextArea.cjs +167 -0
  176. package/dist/Components/NcTextArea.cjs.map +1 -0
  177. package/dist/Components/NcTextArea.mjs +172 -0
  178. package/dist/Components/NcTextArea.mjs.map +1 -0
  179. package/dist/Components/NcTextField.cjs +79 -23
  180. package/dist/Components/NcTextField.cjs.map +1 -1
  181. package/dist/Components/NcTextField.mjs +82 -27
  182. package/dist/Components/NcTextField.mjs.map +1 -1
  183. package/dist/Components/NcTimezonePicker.cjs +26 -19
  184. package/dist/Components/NcTimezonePicker.cjs.map +1 -1
  185. package/dist/Components/NcTimezonePicker.mjs +31 -23
  186. package/dist/Components/NcTimezonePicker.mjs.map +1 -1
  187. package/dist/Components/NcUserBubble.cjs +24 -20
  188. package/dist/Components/NcUserBubble.cjs.map +1 -1
  189. package/dist/Components/NcUserBubble.mjs +25 -20
  190. package/dist/Components/NcUserBubble.mjs.map +1 -1
  191. package/dist/assets/{NcAppNavigationToggle-2cc5b864.css → NcAppNavigationToggle-9e170630.css} +3 -2
  192. package/dist/assets/{NcInputConfirmCancel-2ba60a52.css → NcInputConfirmCancel-45d1d76b.css} +7 -7
  193. package/dist/assets/{index-5072b6ee.css → index-05760fea.css} +16 -11
  194. package/dist/assets/{index-30e099f7.css → index-0ac09203.css} +3 -3
  195. package/dist/assets/{index-0ab8e182.css → index-0e9b11c7.css} +27 -22
  196. package/dist/assets/{index-1151d229.css → index-1f25a3c0.css} +3 -3
  197. package/dist/assets/{index-5eff69c7.css → index-2e5e3b55.css} +32 -30
  198. package/dist/assets/{index-03ec5f40.css → index-400b48a6.css} +7 -7
  199. package/dist/assets/{index-ed4adf1d.css → index-4271da53.css} +18 -17
  200. package/dist/assets/{index-33da80f0.css → index-4611417f.css} +8 -9
  201. package/dist/assets/{index-01e5adf4.css → index-55600948.css} +11 -11
  202. package/dist/assets/{index-c7905a53.css → index-57b305d3.css} +3 -3
  203. package/dist/assets/{index-de0326c7.css → index-5ee8a575.css} +69 -78
  204. package/dist/assets/index-6899d75b.css +150 -0
  205. package/dist/assets/{index-9354264c.css → index-6f721577.css} +16 -16
  206. package/dist/assets/{index-1beccc92.css → index-750c02cc.css} +28 -10
  207. package/dist/assets/{index-0557f12a.css → index-77a548be.css} +4 -4
  208. package/dist/assets/{index-fbdeb5ab.css → index-7d211db9.css} +11 -11
  209. package/dist/assets/{index-becfbea7.css → index-802d2118.css} +28 -23
  210. package/dist/assets/{index-a2d55f92.css → index-9176105d.css} +41 -41
  211. package/dist/assets/index-93bc89ef.css +197 -0
  212. package/dist/assets/{index-50b0766d.css → index-a0532427.css} +55 -70
  213. package/dist/assets/{index-6405cd50.css → index-ab715d82.css} +4 -4
  214. package/dist/assets/index-abb90c97.css +164 -0
  215. package/dist/assets/{index-23e64bbb.css → index-c221fe05.css} +9 -9
  216. package/dist/assets/{index-c6f0da2e.css → index-c239a2fc.css} +14 -8
  217. package/dist/assets/{index-fec4bb7b.css → index-d3702c91.css} +22 -17
  218. package/dist/assets/{index-194e9415.css → index-d5716ef0.css} +74 -59
  219. package/dist/assets/{index-4a775ba1.css → index-d812ed9e.css} +43 -43
  220. package/dist/assets/{index-793eae6b.css → index-d9ae9479.css} +6 -6
  221. package/dist/assets/{index-1cf8eeb4.css → index-db5a8b1c.css} +26 -33
  222. package/dist/assets/index-dc612aa3.css +112 -0
  223. package/dist/assets/{index-294382c8.css → index-e1a7aa6f.css} +43 -38
  224. package/dist/assets/{index-376d2dec.css → index-e7c55791.css} +67 -67
  225. package/dist/assets/{index-165fce0e.css → index-e7eadba7.css} +13 -13
  226. package/dist/assets/{index-0adc989c.css → index-ebbb7829.css} +9 -13
  227. package/dist/assets/{referencePickerModal-0acecb5e.css → referencePickerModal-3a127978.css} +55 -55
  228. package/dist/chunks/AlertCircleOutline-7085c10f.cjs +35 -0
  229. package/dist/chunks/AlertCircleOutline-7085c10f.cjs.map +1 -0
  230. package/dist/chunks/AlertCircleOutline-b73838e0.mjs +37 -0
  231. package/dist/chunks/AlertCircleOutline-b73838e0.mjs.map +1 -0
  232. package/dist/chunks/ArrowLeft-2f9b9323.cjs +35 -0
  233. package/dist/chunks/ArrowLeft-2f9b9323.cjs.map +1 -0
  234. package/dist/chunks/ArrowLeft-3779ba88.mjs +37 -0
  235. package/dist/chunks/ArrowLeft-3779ba88.mjs.map +1 -0
  236. package/dist/chunks/ArrowRight-7315f6c1.cjs +35 -0
  237. package/dist/chunks/ArrowRight-7315f6c1.cjs.map +1 -0
  238. package/dist/chunks/ArrowRight-74a9fcb2.mjs +37 -0
  239. package/dist/chunks/ArrowRight-74a9fcb2.mjs.map +1 -0
  240. package/dist/chunks/Check-2ea0a88a.mjs +37 -0
  241. package/dist/chunks/Check-2ea0a88a.mjs.map +1 -0
  242. package/dist/chunks/Check-be8cd6af.cjs +35 -0
  243. package/dist/chunks/Check-be8cd6af.cjs.map +1 -0
  244. package/dist/chunks/ChevronDown-a72d365d.mjs +37 -0
  245. package/dist/chunks/ChevronDown-a72d365d.mjs.map +1 -0
  246. package/dist/chunks/ChevronDown-dc32e51d.cjs +35 -0
  247. package/dist/chunks/ChevronDown-dc32e51d.cjs.map +1 -0
  248. package/dist/chunks/ChevronRight-1a6a6cf2.mjs +37 -0
  249. package/dist/chunks/ChevronRight-1a6a6cf2.mjs.map +1 -0
  250. package/dist/chunks/ChevronRight-a4c1e0d3.cjs +35 -0
  251. package/dist/chunks/ChevronRight-a4c1e0d3.cjs.map +1 -0
  252. package/dist/chunks/Close-271f72e2.mjs +37 -0
  253. package/dist/chunks/Close-271f72e2.mjs.map +1 -0
  254. package/dist/chunks/Close-98cb6f12.cjs +35 -0
  255. package/dist/chunks/Close-98cb6f12.cjs.map +1 -0
  256. package/dist/chunks/DotsHorizontal-0ee7d901.mjs +37 -0
  257. package/dist/chunks/DotsHorizontal-0ee7d901.mjs.map +1 -0
  258. package/dist/chunks/DotsHorizontal-ac96129a.cjs +35 -0
  259. package/dist/chunks/DotsHorizontal-ac96129a.cjs.map +1 -0
  260. package/dist/chunks/NcAppNavigationToggle-364eb664.cjs +113 -0
  261. package/dist/chunks/NcAppNavigationToggle-364eb664.cjs.map +1 -0
  262. package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs +118 -0
  263. package/dist/chunks/NcAppNavigationToggle-cd2ef112.mjs.map +1 -0
  264. package/dist/chunks/{NcInputConfirmCancel-f881168d.mjs → NcInputConfirmCancel-304f0b74.mjs} +22 -15
  265. package/dist/chunks/NcInputConfirmCancel-304f0b74.mjs.map +1 -0
  266. package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs +90 -0
  267. package/dist/chunks/NcInputConfirmCancel-c873bb9b.cjs.map +1 -0
  268. package/dist/chunks/{NcRichText-1c3d2654.mjs → NcRichText-25edeb8e.mjs} +9 -9
  269. package/dist/chunks/{NcRichText-d385dc10.cjs.map → NcRichText-25edeb8e.mjs.map} +1 -1
  270. package/dist/chunks/{NcRichText-d385dc10.cjs → NcRichText-dcb4fb97.cjs} +2 -2
  271. package/dist/chunks/{NcRichText-1c3d2654.mjs.map → NcRichText-dcb4fb97.cjs.map} +1 -1
  272. package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs → NcSettingsSelectGroup-d639533d.cjs} +1 -1
  273. package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs.map → NcSettingsSelectGroup-d639533d.cjs.map} +1 -1
  274. package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs → NcSettingsSelectGroup-fd91d31a.mjs} +2 -2
  275. package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs.map → NcSettingsSelectGroup-fd91d31a.mjs.map} +1 -1
  276. package/dist/chunks/{ScopeComponent-97a014a1.mjs → ScopeComponent-5b9e60d8.mjs} +3 -3
  277. package/dist/chunks/{ScopeComponent-97a014a1.mjs.map → ScopeComponent-5b9e60d8.mjs.map} +1 -1
  278. package/dist/chunks/{ScopeComponent-1c75ec38.cjs → ScopeComponent-dfa5ec75.cjs} +1 -1
  279. package/dist/chunks/{ScopeComponent-1c75ec38.cjs.map → ScopeComponent-dfa5ec75.cjs.map} +1 -1
  280. package/dist/chunks/{actionText-b0bd6eb7.cjs → actionText-54bc24a6.cjs} +1 -1
  281. package/dist/chunks/{actionText-9f5c55bd.mjs.map → actionText-54bc24a6.cjs.map} +1 -1
  282. package/dist/chunks/{actionText-9f5c55bd.mjs → actionText-a64be267.mjs} +1 -1
  283. package/dist/chunks/{actionText-b0bd6eb7.cjs.map → actionText-a64be267.mjs.map} +1 -1
  284. package/dist/chunks/{index-2a5b8ace.cjs → index-343ecbe5.cjs} +98 -55
  285. package/dist/chunks/index-343ecbe5.cjs.map +1 -0
  286. package/dist/chunks/{index-6c221fa0.mjs → index-a01ff595.mjs} +143 -100
  287. package/dist/chunks/index-a01ff595.mjs.map +1 -0
  288. package/dist/chunks/{l10n-4326316a.cjs → l10n-9321b50d.cjs} +1 -1
  289. package/dist/chunks/{l10n-4326316a.cjs.map → l10n-9321b50d.cjs.map} +1 -1
  290. package/dist/chunks/l10n-9f3afaf5.cjs +29 -0
  291. package/dist/chunks/l10n-9f3afaf5.cjs.map +1 -0
  292. package/dist/chunks/l10n-b6d21146.mjs +31 -0
  293. package/dist/chunks/l10n-b6d21146.mjs.map +1 -0
  294. package/dist/chunks/{l10n-c5f5f001.mjs → l10n-bef4ea85.mjs} +1 -1
  295. package/dist/chunks/{l10n-c5f5f001.mjs.map → l10n-bef4ea85.mjs.map} +1 -1
  296. package/dist/chunks/{referencePickerModal-0fde503d.mjs → referencePickerModal-58498cac.mjs} +157 -125
  297. package/dist/chunks/referencePickerModal-58498cac.mjs.map +1 -0
  298. package/dist/chunks/{referencePickerModal-9b4ff88d.cjs → referencePickerModal-a739a17b.cjs} +145 -112
  299. package/dist/chunks/referencePickerModal-a739a17b.cjs.map +1 -0
  300. package/dist/index.cjs +105 -103
  301. package/dist/index.cjs.map +1 -1
  302. package/dist/index.mjs +138 -133
  303. package/dist/index.mjs.map +1 -1
  304. package/dist/vendor.LICENSE.txt +5 -1
  305. package/package.json +8 -5
  306. package/dist/assets/index-7768d5e5.css +0 -148
  307. package/dist/assets/index-d646553d.css +0 -41
  308. package/dist/chunks/NcAppNavigationToggle-960658a0.cjs +0 -49
  309. package/dist/chunks/NcAppNavigationToggle-960658a0.cjs.map +0 -1
  310. package/dist/chunks/NcAppNavigationToggle-d868f651.mjs +0 -55
  311. package/dist/chunks/NcAppNavigationToggle-d868f651.mjs.map +0 -1
  312. package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs +0 -83
  313. package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs.map +0 -1
  314. package/dist/chunks/NcInputConfirmCancel-f881168d.mjs.map +0 -1
  315. package/dist/chunks/index-2a5b8ace.cjs.map +0 -1
  316. package/dist/chunks/index-6c221fa0.mjs.map +0 -1
  317. package/dist/chunks/l10n-27a75c40.mjs +0 -31
  318. package/dist/chunks/l10n-27a75c40.mjs.map +0 -1
  319. package/dist/chunks/l10n-903083c4.cjs +0 -29
  320. package/dist/chunks/l10n-903083c4.cjs.map +0 -1
  321. package/dist/chunks/referencePickerModal-0fde503d.mjs.map +0 -1
  322. package/dist/chunks/referencePickerModal-9b4ff88d.cjs.map +0 -1
package/dist/index.mjs CHANGED
@@ -25,10 +25,10 @@ import I from "./Components/NcAppSettingsDialog.mjs";
25
25
  import y from "./Components/NcAppSettingsSection.mjs";
26
26
  import P from "./Components/NcAppSidebar.mjs";
27
27
  import B from "./Components/NcAppSidebarTab.mjs";
28
- import { N as j } from "./chunks/index-6c221fa0.mjs";
29
- import { u as or } from "./chunks/index-6c221fa0.mjs";
30
- import R from "./Components/NcBreadcrumb.mjs";
31
- import D from "./Components/NcBreadcrumbs.mjs";
28
+ import { N as D } from "./chunks/index-a01ff595.mjs";
29
+ import { u as tt } from "./chunks/index-a01ff595.mjs";
30
+ import j from "./Components/NcBreadcrumb.mjs";
31
+ import R from "./Components/NcBreadcrumbs.mjs";
32
32
  import O from "./Components/NcButton.mjs";
33
33
  import _ from "./Components/NcCheckboxRadioSwitch.mjs";
34
34
  import E from "./Components/NcColorPicker.mjs";
@@ -39,54 +39,53 @@ import F from "./Components/NcDashboardWidgetItem.mjs";
39
39
  import z from "./Components/NcDateTime.mjs";
40
40
  import G from "./Components/NcDateTimePicker.mjs";
41
41
  import W from "./Components/NcDateTimePickerNative.mjs";
42
- import H from "./Components/NcEmojiPicker.mjs";
43
- import V from "./Components/NcEmptyContent.mjs";
44
- import U from "./Components/NcGuestContent.mjs";
45
- import $ from "./Components/NcHeaderMenu.mjs";
46
- import { N as q } from "./chunks/index-20a9ace9.mjs";
47
- import J from "./Components/NcIconSvgWrapper.mjs";
48
- import K from "./Components/NcListItem.mjs";
49
- import Q from "./Components/NcListItemIcon.mjs";
50
- import X from "./Components/NcLoadingIcon.mjs";
51
- import Y from "./Components/NcModal.mjs";
52
- import Z from "./Components/NcNoteCard.mjs";
53
- import oo from "./Components/NcPasswordField.mjs";
54
- import to from "./Components/NcPopover.mjs";
55
- import ro from "./Components/NcProgressBar.mjs";
56
- import io from "./Components/NcRelatedResourcesPanel.mjs";
57
- import { N as mo } from "./chunks/index-5f2a5f57.mjs";
58
- import { r as rr } from "./chunks/index-5f2a5f57.mjs";
59
- import eo, { NcAutoCompleteResult as po } from "./Components/NcRichContenteditable.mjs";
60
- import { N as co } from "./chunks/NcRichText-1c3d2654.mjs";
61
- import "./chunks/referencePickerModal-0fde503d.mjs";
42
+ import H from "./Components/NcDialog.mjs";
43
+ import V from "./Components/NcDialogButton.mjs";
44
+ import U from "./Components/NcEmojiPicker.mjs";
45
+ import $ from "./Components/NcEmptyContent.mjs";
46
+ import q from "./Components/NcGuestContent.mjs";
47
+ import J from "./Components/NcHeaderMenu.mjs";
48
+ import { N as K } from "./chunks/index-20a9ace9.mjs";
49
+ import Q from "./Components/NcIconSvgWrapper.mjs";
50
+ import X from "./Components/NcListItem.mjs";
51
+ import Y from "./Components/NcListItemIcon.mjs";
52
+ import Z from "./Components/NcLoadingIcon.mjs";
53
+ import oo from "./Components/NcModal.mjs";
54
+ import ro from "./Components/NcNoteCard.mjs";
55
+ import to from "./Components/NcPasswordField.mjs";
56
+ import io from "./Components/NcPopover.mjs";
57
+ import mo from "./Components/NcProgressBar.mjs";
58
+ import eo from "./Components/NcRelatedResourcesPanel.mjs";
59
+ import { N as po } from "./chunks/index-5f2a5f57.mjs";
60
+ import { r as mt } from "./chunks/index-5f2a5f57.mjs";
61
+ import co, { NcAutoCompleteResult as fo } from "./Components/NcRichContenteditable.mjs";
62
+ import { N as no } from "./chunks/NcRichText-25edeb8e.mjs";
63
+ import "./chunks/referencePickerModal-58498cac.mjs";
62
64
  import "@nextcloud/axios";
63
65
  import "@nextcloud/router";
64
- import fo from "./Components/NcSelect.mjs";
65
- import "./chunks/l10n-27a75c40.mjs";
66
- import "vue-material-design-icons/LinkVariant.vue";
67
- import no from "./Components/NcTextField.mjs";
68
- import "vue-material-design-icons/DotsHorizontal.vue";
66
+ import No from "./Components/NcSelect.mjs";
67
+ import "./chunks/l10n-b6d21146.mjs";
68
+ import ao from "./Components/NcTextField.mjs";
69
69
  import "@nextcloud/event-bus";
70
- import "vue-material-design-icons/ArrowLeft.vue";
71
- import "vue-material-design-icons/Close.vue";
72
70
  import "vue";
73
- import No from "./Components/NcSavingIndicatorIcon.mjs";
74
- import ao from "./Components/NcSelectTags.mjs";
75
- import so from "./Components/NcSettingsInputText.mjs";
76
- import lo from "./Components/NcSettingsSection.mjs";
77
- import { N as uo } from "./chunks/NcSettingsSelectGroup-0f4a0f94.mjs";
78
- import Ao from "./Components/NcTimezonePicker.mjs";
79
- import go from "./Components/NcUserBubble.mjs";
80
- import { emojiAddRecent as mr, emojiSearch as er } from "./Functions/emoji.mjs";
81
- import { default as cr } from "./Functions/usernameToColor.mjs";
82
- import { directive as bo } from "./Directives/Focus.mjs";
83
- import { directive as So } from "./Directives/Linkify.mjs";
71
+ import so from "./Components/NcSavingIndicatorIcon.mjs";
72
+ import lo from "./Components/NcSelectTags.mjs";
73
+ import uo from "./Components/NcSettingsInputText.mjs";
74
+ import Ao from "./Components/NcSettingsSection.mjs";
75
+ import { N as go } from "./chunks/NcSettingsSelectGroup-fd91d31a.mjs";
76
+ import bo from "./Components/NcTimezonePicker.mjs";
77
+ import So from "./Components/NcUserBubble.mjs";
78
+ import vo from "./Components/NcTextArea.mjs";
79
+ import { emojiAddRecent as pt, emojiSearch as ct } from "./Functions/emoji.mjs";
80
+ import { default as nt } from "./Functions/usernameToColor.mjs";
81
+ import { directive as To } from "./Directives/Focus.mjs";
82
+ import { directive as xo } from "./Directives/Linkify.mjs";
84
83
  import "./Directives/Tooltip.mjs";
85
- import { default as nr } from "./Mixins/clickOutsideOptions.mjs";
86
- import { default as ar } from "./Mixins/isFullscreen.mjs";
87
- import { default as lr } from "./Mixins/isMobile.mjs";
88
- import { VTooltip as vo } from "floating-vue";
89
- import { VTooltip as dr } from "floating-vue";
84
+ import { default as at } from "./Mixins/clickOutsideOptions.mjs";
85
+ import { default as lt } from "./Mixins/isFullscreen.mjs";
86
+ import { default as dt } from "./Mixins/isMobile.mjs";
87
+ import { VTooltip as Co } from "floating-vue";
88
+ import { VTooltip as gt } from "floating-vue";
90
89
  /**
91
90
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
92
91
  *
@@ -108,7 +107,7 @@ import { VTooltip as dr } from "floating-vue";
108
107
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
109
108
  *
110
109
  */
111
- const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
110
+ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
112
111
  __proto__: null,
113
112
  NcActionButton: i,
114
113
  NcActionButtonGroup: m,
@@ -137,10 +136,10 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
137
136
  NcAppSettingsSection: y,
138
137
  NcAppSidebar: P,
139
138
  NcAppSidebarTab: B,
140
- NcAutoCompleteResult: po,
141
- NcAvatar: j,
142
- NcBreadcrumb: R,
143
- NcBreadcrumbs: D,
139
+ NcAutoCompleteResult: fo,
140
+ NcAvatar: D,
141
+ NcBreadcrumb: j,
142
+ NcBreadcrumbs: R,
144
143
  NcButton: O,
145
144
  NcCheckboxRadioSwitch: _,
146
145
  NcColorPicker: E,
@@ -151,33 +150,36 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
151
150
  NcDateTime: z,
152
151
  NcDateTimePicker: G,
153
152
  NcDateTimePickerNative: W,
154
- NcEmojiPicker: H,
155
- NcEmptyContent: V,
156
- NcGuestContent: U,
157
- NcHeaderMenu: $,
158
- NcHighlight: q,
159
- NcIconSvgWrapper: J,
160
- NcListItem: K,
161
- NcListItemIcon: Q,
162
- NcLoadingIcon: X,
163
- NcMentionBubble: mo,
164
- NcModal: Y,
165
- NcNoteCard: Z,
166
- NcPasswordField: oo,
167
- NcPopover: to,
168
- NcProgressBar: ro,
169
- NcRelatedResourcesPanel: io,
170
- NcRichContenteditable: eo,
171
- NcRichText: co,
172
- NcSavingIndicatorIcon: No,
173
- NcSelect: fo,
174
- NcSelectTags: ao,
175
- NcSettingsInputText: so,
176
- NcSettingsSection: lo,
177
- NcSettingsSelectGroup: uo,
178
- NcTextField: no,
179
- NcTimezonePicker: Ao,
180
- NcUserBubble: go
153
+ NcDialog: H,
154
+ NcDialogButton: V,
155
+ NcEmojiPicker: U,
156
+ NcEmptyContent: $,
157
+ NcGuestContent: q,
158
+ NcHeaderMenu: J,
159
+ NcHighlight: K,
160
+ NcIconSvgWrapper: Q,
161
+ NcListItem: X,
162
+ NcListItemIcon: Y,
163
+ NcLoadingIcon: Z,
164
+ NcMentionBubble: po,
165
+ NcModal: oo,
166
+ NcNoteCard: ro,
167
+ NcPasswordField: to,
168
+ NcPopover: io,
169
+ NcProgressBar: mo,
170
+ NcRelatedResourcesPanel: eo,
171
+ NcRichContenteditable: co,
172
+ NcRichText: no,
173
+ NcSavingIndicatorIcon: so,
174
+ NcSelect: No,
175
+ NcSelectTags: lo,
176
+ NcSettingsInputText: uo,
177
+ NcSettingsSection: Ao,
178
+ NcSettingsSelectGroup: go,
179
+ NcTextArea: vo,
180
+ NcTextField: ao,
181
+ NcTimezonePicker: bo,
182
+ NcUserBubble: So
181
183
  }, Symbol.toStringTag, { value: "Module" }));
182
184
  /**
183
185
  * @copyright 2022 Christopher Ng <chrng8@gmail.com>
@@ -200,7 +202,7 @@ const To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
200
202
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
201
203
  *
202
204
  */
203
- const Qt = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter";
205
+ const Yr = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter";
204
206
  /**
205
207
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
206
208
  *
@@ -222,23 +224,23 @@ const Qt = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter
222
224
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
223
225
  *
224
226
  */
225
- const xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
227
+ const ho = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
226
228
  __proto__: null,
227
- Focus: bo,
228
- Linkify: So,
229
- Tooltip: vo
230
- }, Symbol.toStringTag, { value: "Module" })), Xt = {
229
+ Focus: To,
230
+ Linkify: xo,
231
+ Tooltip: Co
232
+ }, Symbol.toStringTag, { value: "Module" })), Zr = {
231
233
  install(o) {
232
- Object.entries(To).forEach(([r, t]) => {
233
- o.component(t.name || r, t);
234
- }), Object.entries(xo).forEach(([r, t]) => {
235
- o.directive(r, t);
234
+ Object.entries(ko).forEach(([t, r]) => {
235
+ o.component(r.name || t, r);
236
+ }), Object.entries(ho).forEach(([t, r]) => {
237
+ o.directive(t, r);
236
238
  });
237
239
  }
238
240
  };
239
241
  export {
240
- bo as Focus,
241
- So as Linkify,
242
+ To as Focus,
243
+ xo as Linkify,
242
244
  i as NcActionButton,
243
245
  m as NcActionButtonGroup,
244
246
  e as NcActionCaption,
@@ -266,10 +268,10 @@ export {
266
268
  y as NcAppSettingsSection,
267
269
  P as NcAppSidebar,
268
270
  B as NcAppSidebarTab,
269
- po as NcAutoCompleteResult,
270
- j as NcAvatar,
271
- R as NcBreadcrumb,
272
- D as NcBreadcrumbs,
271
+ fo as NcAutoCompleteResult,
272
+ D as NcAvatar,
273
+ j as NcBreadcrumb,
274
+ R as NcBreadcrumbs,
273
275
  O as NcButton,
274
276
  _ as NcCheckboxRadioSwitch,
275
277
  E as NcColorPicker,
@@ -280,42 +282,45 @@ export {
280
282
  z as NcDateTime,
281
283
  G as NcDateTimePicker,
282
284
  W as NcDateTimePickerNative,
283
- H as NcEmojiPicker,
284
- V as NcEmptyContent,
285
- U as NcGuestContent,
286
- $ as NcHeaderMenu,
287
- q as NcHighlight,
288
- J as NcIconSvgWrapper,
289
- K as NcListItem,
290
- Q as NcListItemIcon,
291
- X as NcLoadingIcon,
292
- mo as NcMentionBubble,
293
- Y as NcModal,
294
- Z as NcNoteCard,
295
- oo as NcPasswordField,
296
- to as NcPopover,
297
- ro as NcProgressBar,
298
- io as NcRelatedResourcesPanel,
299
- eo as NcRichContenteditable,
300
- co as NcRichText,
301
- No as NcSavingIndicatorIcon,
302
- fo as NcSelect,
303
- ao as NcSelectTags,
304
- so as NcSettingsInputText,
305
- lo as NcSettingsSection,
306
- uo as NcSettingsSelectGroup,
307
- no as NcTextField,
308
- Ao as NcTimezonePicker,
309
- go as NcUserBubble,
310
- Xt as NextcloudVuePlugin,
311
- dr as Tooltip,
312
- nr as clickOutsideOptions,
313
- mr as emojiAddRecent,
314
- er as emojiSearch,
315
- Qt as isA11yActivation,
316
- ar as isFullscreen,
317
- lr as isMobile,
318
- rr as richEditor,
319
- or as userStatus,
320
- cr as usernameToColor
285
+ H as NcDialog,
286
+ V as NcDialogButton,
287
+ U as NcEmojiPicker,
288
+ $ as NcEmptyContent,
289
+ q as NcGuestContent,
290
+ J as NcHeaderMenu,
291
+ K as NcHighlight,
292
+ Q as NcIconSvgWrapper,
293
+ X as NcListItem,
294
+ Y as NcListItemIcon,
295
+ Z as NcLoadingIcon,
296
+ po as NcMentionBubble,
297
+ oo as NcModal,
298
+ ro as NcNoteCard,
299
+ to as NcPasswordField,
300
+ io as NcPopover,
301
+ mo as NcProgressBar,
302
+ eo as NcRelatedResourcesPanel,
303
+ co as NcRichContenteditable,
304
+ no as NcRichText,
305
+ so as NcSavingIndicatorIcon,
306
+ No as NcSelect,
307
+ lo as NcSelectTags,
308
+ uo as NcSettingsInputText,
309
+ Ao as NcSettingsSection,
310
+ go as NcSettingsSelectGroup,
311
+ vo as NcTextArea,
312
+ ao as NcTextField,
313
+ bo as NcTimezonePicker,
314
+ So as NcUserBubble,
315
+ Zr as NextcloudVuePlugin,
316
+ gt as Tooltip,
317
+ at as clickOutsideOptions,
318
+ pt as emojiAddRecent,
319
+ ct as emojiSearch,
320
+ Yr as isA11yActivation,
321
+ lt as isFullscreen,
322
+ dt as isMobile,
323
+ mt as richEditor,
324
+ tt as userStatus,
325
+ nt as usernameToColor
321
326
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\n","/**\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","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
1
+ {"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\nexport { default as NcDialog } from './NcDialog/index.js'\nexport { default as NcDialogButton } from './NcDialogButton/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\nexport { default as NcTextArea } from './NcTextArea/index.js'\n","/**\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","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
@@ -1 +1,5 @@
1
- Included dependencies:
1
+ Included dependencies:
2
+
3
+ vue-material-design-icons
4
+ version: 5.2.0
5
+ license: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/vue",
3
- "version": "8.0.0-beta.8",
3
+ "version": "8.0.0",
4
4
  "description": "Nextcloud vue components",
5
5
  "keywords": [
6
6
  "vuejs",
@@ -28,7 +28,7 @@
28
28
  "styleguide:build": "vue-styleguidist build",
29
29
  "cypress": "TZ=UTC cypress run --component",
30
30
  "cypress:gui": "TZ=UTC cypress open --component",
31
- "cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.js\" --env type=base --config screenshotsFolder=cypress/snapshots/base"
31
+ "cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.{t,j}s\" --env type=base --config screenshotsFolder=cypress/snapshots/base"
32
32
  },
33
33
  "main": "dist/index.cjs",
34
34
  "exports": {
@@ -63,7 +63,7 @@
63
63
  "@floating-ui/dom": "^1.1.0",
64
64
  "@nextcloud/auth": "^2.0.0",
65
65
  "@nextcloud/axios": "^2.0.0",
66
- "@nextcloud/browser-storage": "^0.2.0",
66
+ "@nextcloud/browser-storage": "^0.3.0",
67
67
  "@nextcloud/calendar-js": "^6.0.0",
68
68
  "@nextcloud/capabilities": "^1.0.4",
69
69
  "@nextcloud/event-bus": "^3.0.0",
@@ -71,7 +71,7 @@
71
71
  "@nextcloud/l10n": "^2.0.1",
72
72
  "@nextcloud/logger": "^2.2.1",
73
73
  "@nextcloud/router": "^2.0.0",
74
- "@nextcloud/vue-select": "^3.23.0",
74
+ "@nextcloud/vue-select": "^3.24.0",
75
75
  "@vueuse/components": "^10.0.2",
76
76
  "@vueuse/core": "^10.1.2",
77
77
  "clone": "^2.1.2",
@@ -99,7 +99,6 @@
99
99
  "vue": "^2.7.14",
100
100
  "vue-color": "^2.8.1",
101
101
  "vue-frag": "^1.4.3",
102
- "vue-material-design-icons": "^5.1.2",
103
102
  "vue2-datepicker": "^3.11.0"
104
103
  },
105
104
  "engines": {
@@ -111,6 +110,7 @@
111
110
  "@babel/preset-typescript": "^7.22.5",
112
111
  "@cypress/vue2": "^2.0.1",
113
112
  "@fontsource/roboto": "^5.0.0",
113
+ "@mdi/js": "^7.3.67",
114
114
  "@mdi/svg": "^7.0.96",
115
115
  "@nextcloud/babel-config": "^1.0.0",
116
116
  "@nextcloud/browserslist-config": "^3.0.0",
@@ -118,6 +118,7 @@
118
118
  "@nextcloud/stylelint-config": "^2.3.1",
119
119
  "@nextcloud/vite-config": "^1.0.1",
120
120
  "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master",
121
+ "@types/jest": "^29.5.5",
121
122
  "@vue/test-utils": "^1.3.0",
122
123
  "@vue/tsconfig": "^0.4.0",
123
124
  "@vue/vue2-jest": "^29.0.0",
@@ -141,6 +142,8 @@
141
142
  "url-loader": "^4.1.1",
142
143
  "vite": "^4.3.9",
143
144
  "vue-eslint-parser": "^9.0.3",
145
+ "vue-material-design-icons": "^5.2.0",
146
+ "vue-router": "^3.6.5",
144
147
  "vue-styleguidist": "~4.72.0",
145
148
  "vue-template-compiler": "^2.7.14",
146
149
  "webpack": "^5.88.1",
@@ -1,148 +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
- .material-design-icon[data-v-425183ac] {
24
- display: flex;
25
- align-self: center;
26
- justify-self: center;
27
- align-items: center;
28
- justify-content: center;
29
- }
30
- .list-item__wrapper[data-v-425183ac] {
31
- position: relative;
32
- width: 100%;
33
- }
34
- .list-item__wrapper--active .list-item[data-v-425183ac],
35
- .list-item__wrapper:active .list-item[data-v-425183ac],
36
- .list-item__wrapper.active .list-item[data-v-425183ac] {
37
- background-color: var(--color-primary-element);
38
- }
39
- .list-item__wrapper--active .line-one__name[data-v-425183ac],
40
- .list-item__wrapper--active .line-one__details[data-v-425183ac],
41
- .list-item__wrapper:active .line-one__name[data-v-425183ac],
42
- .list-item__wrapper:active .line-one__details[data-v-425183ac],
43
- .list-item__wrapper.active .line-one__name[data-v-425183ac],
44
- .list-item__wrapper.active .line-one__details[data-v-425183ac],
45
- .list-item__wrapper--active .line-two__subname[data-v-425183ac],
46
- .list-item__wrapper:active .line-two__subname[data-v-425183ac],
47
- .list-item__wrapper.active .line-two__subname[data-v-425183ac] {
48
- color: var(--color-primary-element-text) !important;
49
- }
50
- .list-item[data-v-425183ac] {
51
- display: block;
52
- position: relative;
53
- flex: 0 0 auto;
54
- justify-content: flex-start;
55
- padding: 8px;
56
- border-radius: 32px;
57
- margin: 2px 0;
58
- width: 100%;
59
- cursor: pointer;
60
- transition: background-color var(--animation-quick) ease-in-out;
61
- list-style: none;
62
- }
63
- .list-item[data-v-425183ac]:hover,
64
- .list-item[data-v-425183ac]:focus {
65
- background-color: var(--color-background-hover);
66
- }
67
- .list-item-content__wrapper[data-v-425183ac] {
68
- display: flex;
69
- align-items: center;
70
- height: 48px;
71
- }
72
- .list-item-content__wrapper--compact[data-v-425183ac] {
73
- height: 36px;
74
- }
75
- .list-item-content__wrapper--compact .line-one[data-v-425183ac],
76
- .list-item-content__wrapper--compact .line-two[data-v-425183ac] {
77
- margin-top: -4px;
78
- margin-bottom: -4px;
79
- }
80
- .list-item-content[data-v-425183ac] {
81
- display: flex;
82
- flex: 1 1 auto;
83
- justify-content: space-between;
84
- padding-left: 8px;
85
- }
86
- .list-item-content__main[data-v-425183ac] {
87
- flex: 1 1 auto;
88
- width: 0;
89
- margin: auto 0;
90
- }
91
- .list-item-content__main--oneline[data-v-425183ac] {
92
- display: flex;
93
- }
94
- .list-item-content__actions[data-v-425183ac] {
95
- flex: 0 0 auto;
96
- align-self: center;
97
- justify-content: center;
98
- margin-left: 4px;
99
- }
100
- .list-item__extra[data-v-425183ac] {
101
- margin-top: 4px;
102
- }
103
- .line-one[data-v-425183ac] {
104
- display: flex;
105
- align-items: center;
106
- justify-content: space-between;
107
- white-space: nowrap;
108
- margin: 0 auto 0 0;
109
- overflow: hidden;
110
- }
111
- .line-one__name[data-v-425183ac] {
112
- overflow: hidden;
113
- flex-grow: 1;
114
- cursor: pointer;
115
- text-overflow: ellipsis;
116
- color: var(--color-main-text);
117
- font-weight: 700;
118
- }
119
- .line-one__details[data-v-425183ac] {
120
- color: var(--color-text-maxcontrast);
121
- margin: 0 8px;
122
- font-weight: 400;
123
- }
124
- .line-two[data-v-425183ac] {
125
- display: flex;
126
- align-items: flex-start;
127
- justify-content: space-between;
128
- white-space: nowrap;
129
- }
130
- .line-two--bold[data-v-425183ac] {
131
- font-weight: 700;
132
- }
133
- .line-two__subname[data-v-425183ac] {
134
- overflow: hidden;
135
- flex-grow: 1;
136
- cursor: pointer;
137
- white-space: nowrap;
138
- text-overflow: ellipsis;
139
- color: var(--color-text-maxcontrast);
140
- }
141
- .line-two__additional_elements[data-v-425183ac] {
142
- margin: 2px 4px 0;
143
- display: flex;
144
- align-items: center;
145
- }
146
- .line-two__indicator[data-v-425183ac] {
147
- margin: 0 5px;
148
- }