@nextcloud/vue 6.0.0-beta.1 → 6.0.0-beta.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 (285) hide show
  1. package/CHANGELOG.md +107 -44
  2. package/README.md +12 -0
  3. package/dist/Components/NcActionButton.js +3 -0
  4. package/dist/Components/{ActionButton.js.LICENSE.txt → NcActionButton.js.LICENSE.txt} +0 -0
  5. package/dist/Components/NcActionButton.js.map +1 -0
  6. package/dist/Components/NcActionCaption.js +2 -0
  7. package/dist/Components/NcActionCaption.js.map +1 -0
  8. package/dist/Components/NcActionCheckbox.js +3 -0
  9. package/dist/Components/{ActionCheckbox.js.LICENSE.txt → NcActionCheckbox.js.LICENSE.txt} +0 -0
  10. package/dist/Components/NcActionCheckbox.js.map +1 -0
  11. package/dist/Components/NcActionInput.js +3 -0
  12. package/dist/Components/{ActionInput.js.LICENSE.txt → NcActionInput.js.LICENSE.txt} +0 -0
  13. package/dist/Components/NcActionInput.js.map +1 -0
  14. package/dist/Components/NcActionLink.js +3 -0
  15. package/dist/Components/{ActionLink.js.LICENSE.txt → NcActionLink.js.LICENSE.txt} +0 -0
  16. package/dist/Components/NcActionLink.js.map +1 -0
  17. package/dist/Components/NcActionRadio.js +3 -0
  18. package/dist/Components/{ActionRadio.js.LICENSE.txt → NcActionRadio.js.LICENSE.txt} +0 -0
  19. package/dist/Components/NcActionRadio.js.map +1 -0
  20. package/dist/Components/NcActionRouter.js +3 -0
  21. package/dist/Components/{ActionRouter.js.LICENSE.txt → NcActionRouter.js.LICENSE.txt} +0 -0
  22. package/dist/Components/NcActionRouter.js.map +1 -0
  23. package/dist/Components/NcActionSeparator.js +2 -0
  24. package/dist/Components/NcActionSeparator.js.map +1 -0
  25. package/dist/Components/NcActionText.js +3 -0
  26. package/dist/Components/{ActionText.js.LICENSE.txt → NcActionText.js.LICENSE.txt} +0 -0
  27. package/dist/Components/NcActionText.js.map +1 -0
  28. package/dist/Components/NcActionTextEditable.js +3 -0
  29. package/dist/Components/{ActionTextEditable.js.LICENSE.txt → NcActionTextEditable.js.LICENSE.txt} +0 -0
  30. package/dist/Components/NcActionTextEditable.js.map +1 -0
  31. package/dist/Components/NcActions.js +3 -0
  32. package/dist/Components/{Actions.js.LICENSE.txt → NcActions.js.LICENSE.txt} +0 -0
  33. package/dist/Components/NcActions.js.map +1 -0
  34. package/dist/Components/NcAppContent.js +3 -0
  35. package/dist/Components/{AppContent.js.LICENSE.txt → NcAppContent.js.LICENSE.txt} +0 -0
  36. package/dist/Components/NcAppContent.js.map +1 -0
  37. package/dist/Components/NcAppContentDetails.js +2 -0
  38. package/dist/Components/NcAppContentDetails.js.map +1 -0
  39. package/dist/Components/NcAppContentList.js +2 -0
  40. package/dist/Components/NcAppContentList.js.map +1 -0
  41. package/dist/Components/NcAppNavigation.js +3 -0
  42. package/dist/Components/{AppNavigation.js.LICENSE.txt → NcAppNavigation.js.LICENSE.txt} +0 -0
  43. package/dist/Components/NcAppNavigation.js.map +1 -0
  44. package/dist/Components/NcAppNavigationCaption.js +3 -0
  45. package/dist/Components/{AppNavigationCaption.js.LICENSE.txt → NcAppNavigationCaption.js.LICENSE.txt} +0 -0
  46. package/dist/Components/NcAppNavigationCaption.js.map +1 -0
  47. package/dist/Components/NcAppNavigationCounter.js +2 -0
  48. package/dist/Components/NcAppNavigationCounter.js.map +1 -0
  49. package/dist/Components/NcAppNavigationIconBullet.js +2 -0
  50. package/dist/Components/NcAppNavigationIconBullet.js.map +1 -0
  51. package/dist/Components/NcAppNavigationItem.js +3 -0
  52. package/dist/Components/{AppNavigationItem.js.LICENSE.txt → NcAppNavigationItem.js.LICENSE.txt} +0 -0
  53. package/dist/Components/NcAppNavigationItem.js.map +1 -0
  54. package/dist/Components/NcAppNavigationNew.js +2 -0
  55. package/dist/Components/NcAppNavigationNew.js.map +1 -0
  56. package/dist/Components/NcAppNavigationNewItem.js +2 -0
  57. package/dist/Components/NcAppNavigationNewItem.js.map +1 -0
  58. package/dist/Components/NcAppNavigationSettings.js +3 -0
  59. package/dist/Components/{AppNavigationSettings.js.LICENSE.txt → NcAppNavigationSettings.js.LICENSE.txt} +0 -0
  60. package/dist/Components/NcAppNavigationSettings.js.map +1 -0
  61. package/dist/Components/NcAppNavigationSpacer.js +2 -0
  62. package/dist/Components/NcAppNavigationSpacer.js.map +1 -0
  63. package/dist/Components/NcAppNavigationToggle.js +3 -0
  64. package/dist/Components/{AppNavigationToggle.js.LICENSE.txt → NcAppNavigationToggle.js.LICENSE.txt} +0 -0
  65. package/dist/Components/NcAppNavigationToggle.js.map +1 -0
  66. package/dist/Components/NcAppSettingsDialog.js +3 -0
  67. package/dist/Components/{AppSettingsDialog.js.LICENSE.txt → NcAppSettingsDialog.js.LICENSE.txt} +0 -0
  68. package/dist/Components/NcAppSettingsDialog.js.map +1 -0
  69. package/dist/Components/NcAppSettingsSection.js +2 -0
  70. package/dist/Components/NcAppSettingsSection.js.map +1 -0
  71. package/dist/Components/NcAppSidebar.js +3 -0
  72. package/dist/Components/{AppSidebar.js.LICENSE.txt → NcAppSidebar.js.LICENSE.txt} +0 -0
  73. package/dist/Components/NcAppSidebar.js.map +1 -0
  74. package/dist/Components/NcAppSidebarTab.js +2 -0
  75. package/dist/Components/NcAppSidebarTab.js.map +1 -0
  76. package/dist/Components/NcAvatar.js +3 -0
  77. package/dist/Components/{Avatar.js.LICENSE.txt → NcAvatar.js.LICENSE.txt} +0 -0
  78. package/dist/Components/NcAvatar.js.map +1 -0
  79. package/dist/Components/NcBreadcrumb.js +3 -0
  80. package/dist/Components/{Breadcrumb.js.LICENSE.txt → NcBreadcrumb.js.LICENSE.txt} +0 -0
  81. package/dist/Components/NcBreadcrumb.js.map +1 -0
  82. package/dist/Components/NcBreadcrumbs.js +3 -0
  83. package/dist/Components/{Breadcrumbs.js.LICENSE.txt → NcBreadcrumbs.js.LICENSE.txt} +0 -0
  84. package/dist/Components/NcBreadcrumbs.js.map +1 -0
  85. package/dist/Components/NcButton.js +2 -0
  86. package/dist/Components/NcButton.js.map +1 -0
  87. package/dist/Components/NcCheckboxRadioSwitch.js +3 -0
  88. package/dist/Components/{CheckboxRadioSwitch.js.LICENSE.txt → NcCheckboxRadioSwitch.js.LICENSE.txt} +0 -0
  89. package/dist/Components/NcCheckboxRadioSwitch.js.map +1 -0
  90. package/dist/Components/NcColorPicker.js +3 -0
  91. package/dist/Components/{ColorPicker.js.LICENSE.txt → NcColorPicker.js.LICENSE.txt} +0 -0
  92. package/dist/Components/NcColorPicker.js.map +1 -0
  93. package/dist/Components/NcContent.js +2 -0
  94. package/dist/Components/NcContent.js.map +1 -0
  95. package/dist/Components/NcCounterBubble.js +2 -0
  96. package/dist/Components/NcCounterBubble.js.map +1 -0
  97. package/dist/Components/NcDashboardWidget.js +3 -0
  98. package/dist/Components/{DashboardWidget.js.LICENSE.txt → NcDashboardWidget.js.LICENSE.txt} +0 -0
  99. package/dist/Components/NcDashboardWidget.js.map +1 -0
  100. package/dist/Components/NcDashboardWidgetItem.js +3 -0
  101. package/dist/Components/{DashboardWidgetItem.js.LICENSE.txt → NcDashboardWidgetItem.js.LICENSE.txt} +0 -0
  102. package/dist/Components/NcDashboardWidgetItem.js.map +1 -0
  103. package/dist/Components/NcDatetimePicker.js +3 -0
  104. package/dist/Components/{DatetimePicker.js.LICENSE.txt → NcDatetimePicker.js.LICENSE.txt} +0 -0
  105. package/dist/Components/NcDatetimePicker.js.map +1 -0
  106. package/dist/Components/NcEmojiPicker.js +2 -0
  107. package/dist/Components/NcEmojiPicker.js.map +1 -0
  108. package/dist/Components/NcEmptyContent.js +2 -0
  109. package/dist/Components/NcEmptyContent.js.map +1 -0
  110. package/dist/Components/NcHighlight.js +3 -0
  111. package/dist/Components/{Highlight.js.LICENSE.txt → NcHighlight.js.LICENSE.txt} +0 -0
  112. package/dist/Components/NcHighlight.js.map +1 -0
  113. package/dist/Components/NcInputField.js +2 -0
  114. package/dist/Components/NcInputField.js.map +1 -0
  115. package/dist/Components/NcListItem.js +3 -0
  116. package/dist/Components/{ListItem.js.LICENSE.txt → NcListItem.js.LICENSE.txt} +0 -0
  117. package/dist/Components/NcListItem.js.map +1 -0
  118. package/dist/Components/NcListItemIcon.js +3 -0
  119. package/dist/Components/{ListItemIcon.js.LICENSE.txt → NcListItemIcon.js.LICENSE.txt} +0 -0
  120. package/dist/Components/NcListItemIcon.js.map +1 -0
  121. package/dist/Components/NcLoadingIcon.js +2 -0
  122. package/dist/Components/NcLoadingIcon.js.map +1 -0
  123. package/dist/Components/NcModal.js +3 -0
  124. package/dist/Components/{Modal.js.LICENSE.txt → NcModal.js.LICENSE.txt} +0 -0
  125. package/dist/Components/NcModal.js.map +1 -0
  126. package/dist/Components/NcMultiselect.js +3 -0
  127. package/dist/Components/{Multiselect.js.LICENSE.txt → NcMultiselect.js.LICENSE.txt} +0 -0
  128. package/dist/Components/NcMultiselect.js.map +1 -0
  129. package/dist/Components/NcMultiselectTags.js +3 -0
  130. package/dist/Components/{MultiselectTags.js.LICENSE.txt → NcMultiselectTags.js.LICENSE.txt} +0 -0
  131. package/dist/Components/NcMultiselectTags.js.map +1 -0
  132. package/dist/Components/NcPopover.js +2 -0
  133. package/dist/Components/NcPopover.js.map +1 -0
  134. package/dist/Components/NcPopoverMenu.js +2 -0
  135. package/dist/Components/NcPopoverMenu.js.map +1 -0
  136. package/dist/Components/NcProgressBar.js +2 -0
  137. package/dist/Components/NcProgressBar.js.map +1 -0
  138. package/dist/Components/NcRichContenteditable.js +3 -0
  139. package/dist/Components/{RichContenteditable.js.LICENSE.txt → NcRichContenteditable.js.LICENSE.txt} +0 -0
  140. package/dist/Components/NcRichContenteditable.js.map +1 -0
  141. package/dist/Components/NcSettingsInputText.js +2 -0
  142. package/dist/Components/NcSettingsInputText.js.map +1 -0
  143. package/dist/Components/NcSettingsSection.js +2 -0
  144. package/dist/Components/NcSettingsSection.js.map +1 -0
  145. package/dist/Components/NcSettingsSelectGroup.js +3 -0
  146. package/dist/Components/{SettingsSelectGroup.js.LICENSE.txt → NcSettingsSelectGroup.js.LICENSE.txt} +0 -0
  147. package/dist/Components/NcSettingsSelectGroup.js.map +1 -0
  148. package/dist/Components/NcTextField.js +3 -0
  149. package/dist/Components/{TextField.js.LICENSE.txt → NcTextField.js.LICENSE.txt} +0 -0
  150. package/dist/Components/NcTextField.js.map +1 -0
  151. package/dist/Components/NcTimezonePicker.js +3 -0
  152. package/dist/Components/{TimezonePicker.js.LICENSE.txt → NcTimezonePicker.js.LICENSE.txt} +0 -0
  153. package/dist/Components/NcTimezonePicker.js.map +1 -0
  154. package/dist/Components/NcUserBubble.js +3 -0
  155. package/dist/Components/{UserBubble.js.LICENSE.txt → NcUserBubble.js.LICENSE.txt} +0 -0
  156. package/dist/Components/NcUserBubble.js.map +1 -0
  157. package/dist/Components/NcVNodes.js +2 -0
  158. package/dist/Components/NcVNodes.js.map +1 -0
  159. package/dist/Directives/Tooltip.js +1 -1
  160. package/dist/Directives/Tooltip.js.map +1 -1
  161. package/dist/Mixins/richEditor.js +1 -1
  162. package/dist/Mixins/richEditor.js.map +1 -1
  163. package/dist/ncvuecomponents.js +1 -1
  164. package/dist/ncvuecomponents.js.map +1 -1
  165. package/package.json +9 -7
  166. package/dist/Components/ActionButton.js +0 -3
  167. package/dist/Components/ActionButton.js.map +0 -1
  168. package/dist/Components/ActionCaption.js +0 -2
  169. package/dist/Components/ActionCaption.js.map +0 -1
  170. package/dist/Components/ActionCheckbox.js +0 -3
  171. package/dist/Components/ActionCheckbox.js.map +0 -1
  172. package/dist/Components/ActionInput.js +0 -3
  173. package/dist/Components/ActionInput.js.map +0 -1
  174. package/dist/Components/ActionLink.js +0 -3
  175. package/dist/Components/ActionLink.js.map +0 -1
  176. package/dist/Components/ActionRadio.js +0 -3
  177. package/dist/Components/ActionRadio.js.map +0 -1
  178. package/dist/Components/ActionRouter.js +0 -3
  179. package/dist/Components/ActionRouter.js.map +0 -1
  180. package/dist/Components/ActionSeparator.js +0 -2
  181. package/dist/Components/ActionSeparator.js.map +0 -1
  182. package/dist/Components/ActionText.js +0 -3
  183. package/dist/Components/ActionText.js.map +0 -1
  184. package/dist/Components/ActionTextEditable.js +0 -3
  185. package/dist/Components/ActionTextEditable.js.map +0 -1
  186. package/dist/Components/Actions.js +0 -3
  187. package/dist/Components/Actions.js.map +0 -1
  188. package/dist/Components/AppContent.js +0 -3
  189. package/dist/Components/AppContent.js.map +0 -1
  190. package/dist/Components/AppContentDetails.js +0 -2
  191. package/dist/Components/AppContentDetails.js.map +0 -1
  192. package/dist/Components/AppContentList.js +0 -2
  193. package/dist/Components/AppContentList.js.map +0 -1
  194. package/dist/Components/AppNavigation.js +0 -3
  195. package/dist/Components/AppNavigation.js.map +0 -1
  196. package/dist/Components/AppNavigationCaption.js +0 -3
  197. package/dist/Components/AppNavigationCaption.js.map +0 -1
  198. package/dist/Components/AppNavigationCounter.js +0 -2
  199. package/dist/Components/AppNavigationCounter.js.map +0 -1
  200. package/dist/Components/AppNavigationIconBullet.js +0 -2
  201. package/dist/Components/AppNavigationIconBullet.js.map +0 -1
  202. package/dist/Components/AppNavigationItem.js +0 -3
  203. package/dist/Components/AppNavigationItem.js.map +0 -1
  204. package/dist/Components/AppNavigationNew.js +0 -2
  205. package/dist/Components/AppNavigationNew.js.map +0 -1
  206. package/dist/Components/AppNavigationNewItem.js +0 -2
  207. package/dist/Components/AppNavigationNewItem.js.map +0 -1
  208. package/dist/Components/AppNavigationSettings.js +0 -3
  209. package/dist/Components/AppNavigationSettings.js.map +0 -1
  210. package/dist/Components/AppNavigationSpacer.js +0 -2
  211. package/dist/Components/AppNavigationSpacer.js.map +0 -1
  212. package/dist/Components/AppNavigationToggle.js +0 -3
  213. package/dist/Components/AppNavigationToggle.js.map +0 -1
  214. package/dist/Components/AppSettingsDialog.js +0 -3
  215. package/dist/Components/AppSettingsDialog.js.map +0 -1
  216. package/dist/Components/AppSettingsSection.js +0 -2
  217. package/dist/Components/AppSettingsSection.js.map +0 -1
  218. package/dist/Components/AppSidebar.js +0 -3
  219. package/dist/Components/AppSidebar.js.map +0 -1
  220. package/dist/Components/AppSidebarTab.js +0 -2
  221. package/dist/Components/AppSidebarTab.js.map +0 -1
  222. package/dist/Components/Avatar.js +0 -3
  223. package/dist/Components/Avatar.js.map +0 -1
  224. package/dist/Components/Breadcrumb.js +0 -3
  225. package/dist/Components/Breadcrumb.js.map +0 -1
  226. package/dist/Components/Breadcrumbs.js +0 -3
  227. package/dist/Components/Breadcrumbs.js.map +0 -1
  228. package/dist/Components/ButtonVue.js +0 -2
  229. package/dist/Components/ButtonVue.js.map +0 -1
  230. package/dist/Components/CheckboxRadioSwitch.js +0 -3
  231. package/dist/Components/CheckboxRadioSwitch.js.map +0 -1
  232. package/dist/Components/ColorPicker.js +0 -3
  233. package/dist/Components/ColorPicker.js.map +0 -1
  234. package/dist/Components/Content.js +0 -2
  235. package/dist/Components/Content.js.map +0 -1
  236. package/dist/Components/CounterBubble.js +0 -2
  237. package/dist/Components/CounterBubble.js.map +0 -1
  238. package/dist/Components/DashboardWidget.js +0 -3
  239. package/dist/Components/DashboardWidget.js.map +0 -1
  240. package/dist/Components/DashboardWidgetItem.js +0 -3
  241. package/dist/Components/DashboardWidgetItem.js.map +0 -1
  242. package/dist/Components/DatetimePicker.js +0 -3
  243. package/dist/Components/DatetimePicker.js.map +0 -1
  244. package/dist/Components/EmojiPicker.js +0 -2
  245. package/dist/Components/EmojiPicker.js.map +0 -1
  246. package/dist/Components/EmptyContent.js +0 -2
  247. package/dist/Components/EmptyContent.js.map +0 -1
  248. package/dist/Components/Highlight.js +0 -3
  249. package/dist/Components/Highlight.js.map +0 -1
  250. package/dist/Components/InputField.js +0 -2
  251. package/dist/Components/InputField.js.map +0 -1
  252. package/dist/Components/ListItem.js +0 -3
  253. package/dist/Components/ListItem.js.map +0 -1
  254. package/dist/Components/ListItemIcon.js +0 -3
  255. package/dist/Components/ListItemIcon.js.map +0 -1
  256. package/dist/Components/LoadingIcon.js +0 -2
  257. package/dist/Components/LoadingIcon.js.map +0 -1
  258. package/dist/Components/Modal.js +0 -3
  259. package/dist/Components/Modal.js.map +0 -1
  260. package/dist/Components/Multiselect.js +0 -3
  261. package/dist/Components/Multiselect.js.map +0 -1
  262. package/dist/Components/MultiselectTags.js +0 -3
  263. package/dist/Components/MultiselectTags.js.map +0 -1
  264. package/dist/Components/Popover.js +0 -2
  265. package/dist/Components/Popover.js.map +0 -1
  266. package/dist/Components/PopoverMenu.js +0 -2
  267. package/dist/Components/PopoverMenu.js.map +0 -1
  268. package/dist/Components/ProgressBar.js +0 -2
  269. package/dist/Components/ProgressBar.js.map +0 -1
  270. package/dist/Components/RichContenteditable.js +0 -3
  271. package/dist/Components/RichContenteditable.js.map +0 -1
  272. package/dist/Components/SettingsInputText.js +0 -2
  273. package/dist/Components/SettingsInputText.js.map +0 -1
  274. package/dist/Components/SettingsSection.js +0 -2
  275. package/dist/Components/SettingsSection.js.map +0 -1
  276. package/dist/Components/SettingsSelectGroup.js +0 -3
  277. package/dist/Components/SettingsSelectGroup.js.map +0 -1
  278. package/dist/Components/TextField.js +0 -3
  279. package/dist/Components/TextField.js.map +0 -1
  280. package/dist/Components/TimezonePicker.js +0 -3
  281. package/dist/Components/TimezonePicker.js.map +0 -1
  282. package/dist/Components/UserBubble.js +0 -3
  283. package/dist/Components/UserBubble.js.map +0 -1
  284. package/dist/Components/VNodes.js +0 -2
  285. package/dist/Components/VNodes.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,22 +2,85 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## v6.0.0-beta.1 (2022-08-11)
5
+ ## [v6.0.0-beta.4](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.4) (2022-08-23)
6
6
 
7
- #### :boom: Breaking Change
7
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.3...v6.0.0-beta.4)
8
+
9
+ ### :rocket: Enhancements
10
+
11
+ - Allow more than text on EmptyContent description [\#3082](https://github.com/nextcloud/nextcloud-vue/pull/3082) ([jotoeri](https://github.com/jotoeri))
12
+ - Add ref to NcInputField in NcTextField [\#3078](https://github.com/nextcloud/nextcloud-vue/pull/3078) ([raimund-schluessler](https://github.com/raimund-schluessler))
13
+ - 📰 Update AppNavigationItem design [\#3056](https://github.com/nextcloud/nextcloud-vue/pull/3056) ([marcoambrosini](https://github.com/marcoambrosini))
14
+ - ListItem Design update [\#3055](https://github.com/nextcloud/nextcloud-vue/pull/3055) ([marcoambrosini](https://github.com/marcoambrosini))
15
+
16
+ ### :bug: Fixed bugs
17
+
18
+ - Make input field button style take precedence [\#3077](https://github.com/nextcloud/nextcloud-vue/pull/3077) ([raimund-schluessler](https://github.com/raimund-schluessler))
19
+ - Fix NcAppNavigationItem docs [\#3076](https://github.com/nextcloud/nextcloud-vue/pull/3076) ([raimund-schluessler](https://github.com/raimund-schluessler))
20
+ - Fix listitem tabbed navigation [\#3075](https://github.com/nextcloud/nextcloud-vue/pull/3075) ([marcoambrosini](https://github.com/marcoambrosini))
21
+ - Always show NcAppSettingsDialog title [\#3074](https://github.com/nextcloud/nextcloud-vue/pull/3074) ([raimund-schluessler](https://github.com/raimund-schluessler))
22
+ - Fix link in docs to NcCounterBubble [\#3071](https://github.com/nextcloud/nextcloud-vue/pull/3071) ([raimund-schluessler](https://github.com/raimund-schluessler))
23
+ - Only set target and rel attributes when href != '\#' [\#3069](https://github.com/nextcloud/nextcloud-vue/pull/3069) ([tcitworld](https://github.com/tcitworld))
24
+ - Fix margin for Modal inline actions [\#3065](https://github.com/nextcloud/nextcloud-vue/pull/3065) ([skjnldsv](https://github.com/skjnldsv))
25
+ - Fix InputField focus state [\#2970](https://github.com/nextcloud/nextcloud-vue/pull/2970) ([marcoambrosini](https://github.com/marcoambrosini))
26
+ - Fix Modal closing [\#3066](https://github.com/nextcloud/nextcloud-vue/pull/3066) ([skjnldsv](https://github.com/skjnldsv))
27
+
28
+ ### Closed pull requests
29
+
30
+ - Fix EmptyContent comments example in docs [\#3089](https://github.com/nextcloud/nextcloud-vue/pull/3089) ([Pytal](https://github.com/Pytal))
31
+ - Remove debug log statement [\#3072](https://github.com/nextcloud/nextcloud-vue/pull/3072) ([st3iny](https://github.com/st3iny))
32
+
33
+ ## [v6.0.0-beta.3](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.3) (2022-08-18)
34
+
35
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.2...v6.0.0-beta.3)
36
+
37
+ ### :boom: Breaking changes
38
+ - Add Nc prefix to all components [\#3058](https://github.com/nextcloud/nextcloud-vue/pull/3058) ([raimund-schluessler](https://github.com/raimund-schluessler))
39
+
40
+ ### :rocket: Enhancement
41
+ - Allow to render x items outside an Actions menu [\#3060](https://github.com/nextcloud/nextcloud-vue/pull/3060) ([skjnldsv](https://github.com/skjnldsv))
42
+ - Allow ListItem components to link to external links [\#3040](https://github.com/nextcloud/nextcloud-vue/pull/3040) ([tcitworld](https://github.com/tcitworld))
43
+
44
+ ### :bug: Fixed bugs
45
+ - Fix breadcrumbs dropdown icon alignment [\#3059](https://github.com/nextcloud/nextcloud-vue/pull/3059) ([raimund-schluessler](https://github.com/raimund-schluessler))
46
+ - Add missing trailing comma [\#3046](https://github.com/nextcloud/nextcloud-vue/pull/3046) ([raimund-schluessler](https://github.com/raimund-schluessler))
47
+ - Correctly overwrite app-settings modal style [\#3035](https://github.com/nextcloud/nextcloud-vue/pull/3035) ([raimund-schluessler](https://github.com/raimund-schluessler))
48
+ - Implement empty content icon slot in DashboardWidget [\#3034](https://github.com/nextcloud/nextcloud-vue/pull/3034) ([raimund-schluessler](https://github.com/raimund-schluessler))
49
+ - Fix reference to closed menu in "aria-controls" [\#3031](https://github.com/nextcloud/nextcloud-vue/pull/3031) ([danxuliu](https://github.com/danxuliu))
50
+ - Don't return focus after close-after-click [\#3030](https://github.com/nextcloud/nextcloud-vue/pull/3030) ([raimund-schluessler](https://github.com/raimund-schluessler))
51
+ - Dismis focus trap when component gets destroyed [\#3023](https://github.com/nextcloud/nextcloud-vue/pull/3023) ([juliushaertl](https://github.com/juliushaertl))
52
+ - Allow click outside for Popover focus trap [\#3022](https://github.com/nextcloud/nextcloud-vue/pull/3022) ([raimund-schluessler](https://github.com/raimund-schluessler))
53
+ - Disable focus-trap for Popover by default [\#3021](https://github.com/nextcloud/nextcloud-vue/pull/3021) ([raimund-schluessler](https://github.com/raimund-schluessler))
54
+ - Fix issues with focus trap on modal [\#3020](https://github.com/nextcloud/nextcloud-vue/pull/3020) ([juliushaertl](https://github.com/juliushaertl))
55
+ - ```aria-expanded``` was fixed for Multiselect.vue [\#3037](https://github.com/nextcloud/nextcloud-vue/pull/3037) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
56
+
57
+ ### Closed pull requests
58
+ - Add note about pre-releases to the readme [\#3019](https://github.com/nextcloud/nextcloud-vue/pull/3019) ([juliushaertl](https://github.com/juliushaertl))
59
+
60
+ ## [v6.0.0-beta.2](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.2) (2022-08-11)
61
+
62
+ ### :bug: Fixed bugs
63
+
64
+ * [#3017](https://github.com/nextcloud/nextcloud-vue/pull/3017) Fix icon-class, re-add default-icon support for Actions ([@raimund-schluessler](https://github.com/raimund-schluessler))
65
+ * [#3006](https://github.com/nextcloud/nextcloud-vue/pull/3006) Fix single button action icon attribute ([@PVince81](https://github.com/PVince81))
66
+
67
+ ## [v6.0.0-beta.1](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.1) (2022-08-11)
68
+
69
+ ### :boom: Breaking changes
8
70
  * [#2980](https://github.com/nextcloud/nextcloud-vue/pull/2980) Bump @nextcloud/eslint-config from 8.0.0 to 8.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
9
- * [#2911](https://github.com/nextcloud/nextcloud-vue/pull/2911) Use render function in Actions component ([@raimund-schluessler](https://github.com/raimund-schluessler))
71
+ * ~~[#2911](https://github.com/nextcloud/nextcloud-vue/pull/2911) Use render function in Actions component ([@raimund-schluessler](https://github.com/raimund-schluessler))~~ No more breaking after [#3006](https://github.com/nextcloud/nextcloud-vue/pull/3006) in beta.2
10
72
  * [#2929](https://github.com/nextcloud/nextcloud-vue/pull/2929) Bump vue from 2.6.14 to 2.7.8 ([@raimund-schluessler](https://github.com/raimund-schluessler))
11
73
  * [#2923](https://github.com/nextcloud/nextcloud-vue/pull/2923) Enforce setting section ids ([@nickvergessen](https://github.com/nickvergessen))
12
74
 
13
- #### :rocket: Enhancement
75
+ ### :rocket: Enhancement
76
+ * [#2911](https://github.com/nextcloud/nextcloud-vue/pull/2911) Use render function in Actions component ([@raimund-schluessler](https://github.com/raimund-schluessler))
14
77
  * [#2998](https://github.com/nextcloud/nextcloud-vue/pull/2998) Import tooltip directive only locally ([@raimund-schluessler](https://github.com/raimund-schluessler))
15
78
  * [#2983](https://github.com/nextcloud/nextcloud-vue/pull/2983) Simplify webpack configuration ([@raimund-schluessler](https://github.com/raimund-schluessler))
16
79
  * [#2973](https://github.com/nextcloud/nextcloud-vue/pull/2973) Allow to filter the available tags ([@nickvergessen](https://github.com/nickvergessen))
17
80
  * [#2868](https://github.com/nextcloud/nextcloud-vue/pull/2868) Create TextField component ([@marcoambrosini](https://github.com/marcoambrosini))
18
81
  * [#2856](https://github.com/nextcloud/nextcloud-vue/pull/2856) Fix ListItem css & add compact mode ([@jotoeri](https://github.com/jotoeri))
19
82
 
20
- #### :bug: Bug Fix
83
+ ### :bug: Bug Fix
21
84
  * [#2533](https://github.com/nextcloud/nextcloud-vue/pull/2533) [MultiSelect] pass the #noResult slot to the underlying component ([@eneiluj](https://github.com/eneiluj))
22
85
  * [#2999](https://github.com/nextcloud/nextcloud-vue/pull/2999) Also export tooltip options ([@raimund-schluessler](https://github.com/raimund-schluessler))
23
86
  * [#2997](https://github.com/nextcloud/nextcloud-vue/pull/2997) Fix regressions from floating-vue migration ([@raimund-schluessler](https://github.com/raimund-schluessler))
@@ -37,7 +100,7 @@ All notable changes to this project will be documented in this file.
37
100
 
38
101
  ## v6.0.0-alpha.0 (2022-07-27)
39
102
 
40
- #### :boom: Breaking Changes
103
+ ### :boom: Breaking Changes
41
104
  * [#2600](https://github.com/nextcloud/nextcloud-vue/pull/2600) Migrate to floating-vue ([@raimund-schluessler](https://github.com/raimund-schluessler))
42
105
  * [#2867](https://github.com/nextcloud/nextcloud-vue/pull/2867) Accessible EmptyContent component ([@Pytal](https://github.com/Pytal))
43
106
  * [#2630](https://github.com/nextcloud/nextcloud-vue/pull/2630) show the action buttons on top of the modal always by default ([@szaimen](https://github.com/szaimen))
@@ -47,7 +110,7 @@ All notable changes to this project will be documented in this file.
47
110
  * [#2603](https://github.com/nextcloud/nextcloud-vue/pull/2603) Comply with eslint for event name ([@artonge](https://github.com/artonge))
48
111
  * [#2704](https://github.com/nextcloud/nextcloud-vue/pull/2704) Put the children of AppNavigationItem outside of the main item ([@raimund-schluessler](https://github.com/raimund-schluessler))
49
112
 
50
- #### :rocket: Enhancements
113
+ ### :rocket: Enhancements
51
114
  * [#2875](https://github.com/nextcloud/nextcloud-vue/pull/2875) Adjust loading icon style, replace `fillColor` prop ([@raimund-schluessler](https://github.com/raimund-schluessler))
52
115
  * [#2879](https://github.com/nextcloud/nextcloud-vue/pull/2879) Turn the button into router-link when to is there ([@raimund-schluessler](https://github.com/raimund-schluessler))
53
116
  * [#2565](https://github.com/nextcloud/nextcloud-vue/pull/2565) Improve SettingsInputText component ([@quentinguidee](https://github.com/quentinguidee))
@@ -71,7 +134,7 @@ All notable changes to this project will be documented in this file.
71
134
  * [#2654](https://github.com/nextcloud/nextcloud-vue/pull/2654) add handle keyboard focus for accessibility ([@vanpertsch](https://github.com/vanpertsch))
72
135
  * [#2629](https://github.com/nextcloud/nextcloud-vue/pull/2629) small cleanup of small modal size ([@szaimen](https://github.com/szaimen))
73
136
 
74
- #### :bug: Fixed bugs
137
+ ### :bug: Fixed bugs
75
138
  * [#2878](https://github.com/nextcloud/nextcloud-vue/pull/2878) Fix single action validation ([@raimund-schluessler](https://github.com/raimund-schluessler))
76
139
  * [#2877](https://github.com/nextcloud/nextcloud-vue/pull/2877) Bring back AppNavigationToggle tooltip ([@raimund-schluessler](https://github.com/raimund-schluessler))
77
140
  * [#2895](https://github.com/nextcloud/nextcloud-vue/pull/2895) Fix issues with Multiselect component ([@nickvergessen](https://github.com/nickvergessen))
@@ -95,7 +158,7 @@ All notable changes to this project will be documented in this file.
95
158
 
96
159
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1)
97
160
 
98
- ## Fixed bugs
161
+ ### Fixed bugs
99
162
 
100
163
  - Fix button disable state and reactivity [\#2622](https://github.com/nextcloud/nextcloud-vue/pull/2622) ([skjnldsv](https://github.com/skjnldsv))
101
164
  - Fix border radius for small progress bar [\#2618](https://github.com/nextcloud/nextcloud-vue/pull/2618) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -114,13 +177,13 @@ All notable changes to this project will be documented in this file.
114
177
 
115
178
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.2.1...v5.3.0)
116
179
 
117
- ## Fixed bugs
180
+ ### Fixed bugs
118
181
 
119
182
  - Fix tertiary no background button color [\#2589](https://github.com/nextcloud/nextcloud-vue/pull/2589) ([marcoambrosini](https://github.com/marcoambrosini))
120
183
  - Fix tertiary buttons hover feedback [\#2583](https://github.com/nextcloud/nextcloud-vue/pull/2583) ([marcoambrosini](https://github.com/marcoambrosini))
121
184
  - Fix the ProgressBar display in the documentation [\#2564](https://github.com/nextcloud/nextcloud-vue/pull/2564) ([quentinguidee](https://github.com/quentinguidee))
122
185
 
123
- ## Closed pull requests
186
+ ### Closed pull requests
124
187
 
125
188
  - Add tertiary buttons with background and make them the default [\#2585](https://github.com/nextcloud/nextcloud-vue/pull/2585) ([marcoambrosini](https://github.com/marcoambrosini))
126
189
  - Update variables.css [\#2574](https://github.com/nextcloud/nextcloud-vue/pull/2574) ([skjnldsv](https://github.com/skjnldsv))
@@ -134,13 +197,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
134
197
 
135
198
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.1...v5.2.0)
136
199
 
137
- ## Enhancements
200
+ ### Enhancements
138
201
 
139
202
  - Use large corner radius for the Popover component [\#2566](https://github.com/nextcloud/nextcloud-vue/pull/2566) ([quentinguidee](https://github.com/quentinguidee))
140
203
  - Inherit attrs and forward listeners in the emojipicker's popover [\#2563](https://github.com/nextcloud/nextcloud-vue/pull/2563) ([marcoambrosini](https://github.com/marcoambrosini))
141
204
  - Add aria-description to AppNavigationItem [\#2548](https://github.com/nextcloud/nextcloud-vue/pull/2548) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
142
205
 
143
- ## Fixed bugs
206
+ ### Fixed bugs
144
207
 
145
208
  - Fix secondary button with old style as temporary solution [\#2562](https://github.com/nextcloud/nextcloud-vue/pull/2562) ([nickvergessen](https://github.com/nickvergessen))
146
209
  - Pass in a boolean instead of a string in the 'wide' prop [\#2556](https://github.com/nextcloud/nextcloud-vue/pull/2556) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -150,7 +213,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
150
213
 
151
214
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.0...v5.1.1)
152
215
 
153
- ## Fixed bugs
216
+ ### Fixed bugs
154
217
 
155
218
  - Fix error spam of icon only buttons part2 [\#2547](https://github.com/nextcloud/nextcloud-vue/pull/2547) ([nickvergessen](https://github.com/nickvergessen))
156
219
  - Fix error spam from buttons [\#2540](https://github.com/nextcloud/nextcloud-vue/pull/2540) ([nickvergessen](https://github.com/nickvergessen))
@@ -160,18 +223,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
160
223
 
161
224
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.4.0...v5.1.0)
162
225
 
163
- ## Enhancements
226
+ ### Enhancements
164
227
 
165
228
  - Add button native type prop on \<Button\> [\#2516](https://github.com/nextcloud/nextcloud-vue/pull/2516) ([tcitworld](https://github.com/tcitworld))
166
229
  - increase the small modal width [\#2496](https://github.com/nextcloud/nextcloud-vue/pull/2496) ([szaimen](https://github.com/szaimen))
167
230
  - Allow Breadcrumbs "to" prop to be an object [\#2491](https://github.com/nextcloud/nextcloud-vue/pull/2491) ([tcitworld](https://github.com/tcitworld))
168
231
 
169
- ## Fixed bugs
232
+ ### Fixed bugs
170
233
 
171
234
  - Change appearance of the slot "icon" at AppNavigationItem [\#2506](https://github.com/nextcloud/nextcloud-vue/pull/2506) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
172
235
  - Fix shrinking of last breadcrumb for narrow width [\#2492](https://github.com/nextcloud/nextcloud-vue/pull/2492) ([raimund-schluessler](https://github.com/raimund-schluessler))
173
236
 
174
- ## Closed pull requests
237
+ ### Closed pull requests
175
238
 
176
239
  - fix: imports from emoji-mart-vue-fast [\#2521](https://github.com/nextcloud/nextcloud-vue/pull/2521) ([max-nextcloud](https://github.com/max-nextcloud))
177
240
 
@@ -179,7 +242,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
179
242
 
180
243
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0)
181
244
 
182
- ## Enhancements
245
+ ### Enhancements
183
246
 
184
247
  - Implement showing global crumb actions [\#2444](https://github.com/nextcloud/nextcloud-vue/pull/2444) ([raimund-schluessler](https://github.com/raimund-schluessler))
185
248
  - Add option to always show actions [\#2419](https://github.com/nextcloud/nextcloud-vue/pull/2419) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -189,13 +252,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
189
252
  - Adjust breadcrumb appearance [\#2411](https://github.com/nextcloud/nextcloud-vue/pull/2411) ([raimund-schluessler](https://github.com/raimund-schluessler))
190
253
  - Automatically use Nextcloud translated months, days and years [\#2397](https://github.com/nextcloud/nextcloud-vue/pull/2397) ([skjnldsv](https://github.com/skjnldsv))
191
254
 
192
- ## Fixed bugs
255
+ ### Fixed bugs
193
256
 
194
257
  - AppNavigationItem.vue: updating of this.$slots [\#2483](https://github.com/nextcloud/nextcloud-vue/pull/2483) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
195
258
  - Fix md icon position for Actions with title [\#2435](https://github.com/nextcloud/nextcloud-vue/pull/2435) ([raimund-schluessler](https://github.com/raimund-schluessler))
196
259
  - Fix dragging onto hidden crumbs [\#2412](https://github.com/nextcloud/nextcloud-vue/pull/2412) ([raimund-schluessler](https://github.com/raimund-schluessler))
197
260
 
198
- ## Closed pull requests
261
+ ### Closed pull requests
199
262
 
200
263
  - Limit avatar request sizes to 64 and 512 pixel [\#2486](https://github.com/nextcloud/nextcloud-vue/pull/2486) ([nickvergessen](https://github.com/nickvergessen))
201
264
  - Add aria label to the ActionInput component [\#2472](https://github.com/nextcloud/nextcloud-vue/pull/2472) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
@@ -207,11 +270,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
207
270
 
208
271
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.2.0...v4.3.0)
209
272
 
210
- ## Fixed bugs
273
+ ### Fixed bugs
211
274
 
212
275
  - Change background style target for tab icons [\#2374](https://github.com/nextcloud/nextcloud-vue/pull/2374) ([artonge](https://github.com/artonge))
213
276
 
214
- ## Closed pull requests
277
+ ### Closed pull requests
215
278
 
216
279
  - Reduce size of status icons in Avatar component [\#2323](https://github.com/nextcloud/nextcloud-vue/pull/2323) ([CarlSchwan](https://github.com/CarlSchwan))
217
280
  - Free closeOnSelect [\#2391](https://github.com/nextcloud/nextcloud-vue/pull/2391) ([jotoeri](https://github.com/jotoeri)))
@@ -220,16 +283,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
220
283
 
221
284
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.1...v4.2.0)
222
285
 
223
- ## Enhancements
286
+ ### Enhancements
224
287
 
225
288
  - Use material design icon for AppSidebar star [\#2265](https://github.com/nextcloud/nextcloud-vue/pull/2265) ([raimund-schluessler](https://github.com/raimund-schluessler))
226
289
  - Bump vue-material-design-icons from 4.12.1 to 4.13.0 [\#2269](https://github.com/nextcloud/nextcloud-vue/pull/2269)
227
290
  - Allow material design icons for appnavigationitem [\#2276](https://github.com/nextcloud/nextcloud-vue/pull/2276) ([raimund-schluessler](https://github.com/raimund-schluessler))
228
291
  - Unify linkify usage, move to linkify-string [\#2281](https://github.com/nextcloud/nextcloud-vue/pull/2281) ([raimund-schluessler](https://github.com/raimund-schluessler))
229
- - Unify linkify usage, move to linkify-string [\#2281](https://github.com/nextcloud/nextcloud-vue/pull/2281) ([raimund-schluessler](https://github.com/raimund-schluessler))## Fixed bugs
292
+ - Unify linkify usage, move to linkify-string [\#2281](https://github.com/nextcloud/nextcloud-vue/pull/2281) ([raimund-schluessler](https://github.com/raimund-schluessler))### Fixed bugs
230
293
  - Add outlined counter [\#2287](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([marcoambrosini](https://github.com/marcoambrosini))
231
294
 
232
- ## Fixed bugs
295
+ ### Fixed bugs
233
296
 
234
297
  - Set material design icon size to 20 [\#2268](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([raimund-schluessler](https://github.com/raimund-schluessler))
235
298
  - Fix missing icon [\#2297](https://github.com/nextcloud/nextcloud-vue/pull/2297#event-5378397330) ([Pytal](https://github.com/Pytal))
@@ -238,13 +301,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
238
301
 
239
302
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.0...v4.1.1)
240
303
 
241
- ## Enhancements
304
+ ### Enhancements
242
305
 
243
306
  - Use material design icon for appsidebar close [\#2212](https://github.com/nextcloud/nextcloud-vue/pull/2212) ([raimund-schluessler](https://github.com/raimund-schluessler))
244
307
  - Use material design icon for settings icon [\#2213](https://github.com/nextcloud/nextcloud-vue/pull/2213) ([raimund-schluessler](https://github.com/raimund-schluessler))
245
308
  - Bump @nextcloud/calendar-js from 1.1.1 to 2.0.0 [\#2204](https://github.com/nextcloud/nextcloud-vue/pull/2204)
246
309
 
247
- ## Fixed bugs
310
+ ### Fixed bugs
248
311
 
249
312
  - Do not duplicate character in Highlight directive, only highlight first match occurence [\#2226](https://github.com/nextcloud/nextcloud-vue/pull/2226) ([raimund-schluessler](https://github.com/raimund-schluessler))
250
313
  - Disable actions when the only action is disabeld [\#2227](https://github.com/nextcloud/nextcloud-vue/pull/2227) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -257,18 +320,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
257
320
 
258
321
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.3...v4.1.0)
259
322
 
260
- ## Enhancements
323
+ ### Enhancements
261
324
 
262
325
  - Set default slideshowdelay to 5000 ms [\#2122](https://github.com/nextcloud/nextcloud-vue/pull/2122) ([szaimen](https://github.com/szaimen))
263
326
  - Optionally make the DatetimePicker timezone-aware [\#2100](https://github.com/nextcloud/nextcloud-vue/pull/2100) ([ChristophWurst](https://github.com/ChristophWurst))
264
327
  - Fix videoplayer controls in viewer [\#2099](https://github.com/nextcloud/nextcloud-vue/pull/2099) ([szaimen](https://github.com/szaimen))
265
328
  - Add timezone picker [\#2095](https://github.com/nextcloud/nextcloud-vue/pull/2095) ([ChristophWurst](https://github.com/ChristophWurst))
266
329
 
267
- ## Fixed bugs
330
+ ### Fixed bugs
268
331
 
269
332
  - Check that userId is defined before querying [\#2159](https://github.com/nextcloud/nextcloud-vue/pull/2159) ([raimund-schluessler](https://github.com/raimund-schluessler))
270
333
 
271
- ## Closed pull requests
334
+ ### Closed pull requests
272
335
 
273
336
  - Use new named slot syntax [\#2160](https://github.com/nextcloud/nextcloud-vue/pull/2160) ([raimund-schluessler](https://github.com/raimund-schluessler))
274
337
  - Add a hint about the tooltip directive [\#2151](https://github.com/nextcloud/nextcloud-vue/pull/2151) ([nickvergessen](https://github.com/nickvergessen))
@@ -279,16 +342,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
279
342
 
280
343
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.2...v4.0.3)
281
344
 
282
- ## Enhancements
345
+ ### Enhancements
283
346
 
284
347
  - Fix ActionCaption layout [\#2043](https://github.com/nextcloud/nextcloud-vue/pull/2043) ([marcoambrosini](https://github.com/marcoambrosini))
285
348
 
286
- ## Fixed bugs
349
+ ### Fixed bugs
287
350
 
288
351
  - Add type=button attribute to buttons [\#2069](https://github.com/nextcloud/nextcloud-vue/pull/2069) ([Pytal](https://github.com/Pytal))
289
352
  - Fix AppContent mobile display [\#2048](https://github.com/nextcloud/nextcloud-vue/pull/2048) ([skjnldsv](https://github.com/skjnldsv))
290
353
 
291
- ## Closed pull requests
354
+ ### Closed pull requests
292
355
 
293
356
  - v4.0.2 [\#2041](https://github.com/nextcloud/nextcloud-vue/pull/2041) ([marcoambrosini](https://github.com/marcoambrosini))
294
357
 
@@ -296,7 +359,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
296
359
 
297
360
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.1...v4.0.2)
298
361
 
299
- ## Fixed bugs
362
+ ### Fixed bugs
300
363
 
301
364
  - Safely check the global appName and handle its inexistence [\#2028](https://github.com/nextcloud/nextcloud-vue/pull/2028) ([ChristophWurst](https://github.com/ChristophWurst))
302
365
  - Fix settings navigation layout [\#2033](https://github.com/nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -305,11 +368,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
305
368
 
306
369
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.0...v4.0.1)
307
370
 
308
- ## Fixed bugs
371
+ ### Fixed bugs
309
372
 
310
373
  - Do not use app-content-wrapper if no list is provided [\#2026](nextcloud/nextcloud-vue/pull/2026) ([skjnldsv](@skjnldsv))
311
374
 
312
- ## Closed pull requests
375
+ ### Closed pull requests
313
376
 
314
377
  - Fix settings navigation layout [\#2033](nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](@marcoambrosini))
315
378
  - Set AppNavigation examples' width to 300px [\#2030](nextcloud/nextcloud-vue/pull/2030) ([korelstar](@korelstar))
@@ -318,14 +381,14 @@ Releasing this patch to re-trigger an npm package build since last release githu
318
381
 
319
382
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.10.1...v4.0.0)
320
383
 
321
- ## Breaking
384
+ ### Breaking
322
385
 
323
386
  - Remove deprecated legacy avatar user status [\#1945](https://github.com/nextcloud/nextcloud-vue/pull/1945) ([skjnldsv](https://github.com/skjnldsv))
324
387
  - Fix vue material icons [\#1816](https://github.com/nextcloud/nextcloud-vue/pull/1816) ([skjnldsv](https://github.com/skjnldsv))
325
388
  - Resizable columns [\#1759](https://github.com/nextcloud/nextcloud-vue/pull/1759) ([brueckner](https://github.com/brueckner))
326
389
  - Bump @nextcloud/browserslist-config from 1.0.0 to 2.1.0 [\#1786](https://github.com/nextcloud/nextcloud-vue/pull/1786) ([dependabot](https://github.com/dependabot))
327
390
 
328
- ## Enhancements
391
+ ### Enhancements
329
392
 
330
393
  - Add CheckboxRadio component [\#1875](https://github.com/nextcloud/nextcloud-vue/pull/1875) ([skjnldsv](https://github.com/skjnldsv))
331
394
  - Add disabled state to RichContenteditable and clean not-working v-model [\#1894](https://github.com/nextcloud/nextcloud-vue/pull/1894) ([skjnldsv](https://github.com/skjnldsv))
@@ -345,7 +408,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
345
408
  - Update appnavigationcaption [\#1863](https://github.com/nextcloud/nextcloud-vue/pull/1863) ([ma12-co](https://github.com/ma12-co))
346
409
  - Wrap icon span in icon slot for ActionButton [\#1930](https://github.com/nextcloud/nextcloud-vue/pull/1930) ([raimund-schluessler](https://github.com/raimund-schluessler))
347
410
 
348
- ## Fixed bugs
411
+ ### Fixed bugs
349
412
 
350
413
  - Add id prop to ListItemIcon to prevent v-binding to the Avatar [\#1833](https://github.com/nextcloud/nextcloud-vue/pull/1833) ([skjnldsv](https://github.com/skjnldsv))
351
414
  - Allow to append datepicker to body [\#1880](https://github.com/nextcloud/nextcloud-vue/pull/1880) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -369,17 +432,17 @@ Releasing this patch to re-trigger an npm package build since last release githu
369
432
 
370
433
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.8.0...v3.9.0)
371
434
 
372
- ## Enhancements
435
+ ### Enhancements
373
436
 
374
437
  - Add icon slot to emptycontent [\#1806](https://github.com/nextcloud/nextcloud-vue/pull/1806) ([skjnldsv](https://github.com/skjnldsv))
375
438
 
376
- ## Fixed bugs
439
+ ### Fixed bugs
377
440
 
378
441
  - Make sure to pass all props and attributes to single-action Actions [\#1809](https://github.com/nextcloud/nextcloud-vue/pull/1809) ([skjnldsv](https://github.com/skjnldsv))
379
442
  - Ensure that crumbs to hide have correct class [\#1807](https://github.com/nextcloud/nextcloud-vue/pull/1807) ([raimund-schluessler](https://github.com/raimund-schluessler))
380
443
  - Fix compact sidebar subtitle not visible [\#1767](https://github.com/nextcloud/nextcloud-vue/pull/1767) ([raimund-schluessler](https://github.com/raimund-schluessler))
381
444
 
382
- ## Closed pull requests
445
+ ### Closed pull requests
383
446
 
384
447
  - Fix translation extraction [\#1776](https://github.com/nextcloud/nextcloud-vue/pull/1776) ([jotoeri](https://github.com/jotoeri))
385
448
  - Minimize bundled translations [\#1775](https://github.com/nextcloud/nextcloud-vue/pull/1775) ([jotoeri](https://github.com/jotoeri))
@@ -875,7 +938,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
875
938
 
876
939
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.0...v2.6.1)
877
940
 
878
- ### Fixed bugs:
941
+ #### Fixed bugs:
879
942
 
880
943
  - Allow to toggle linkification by prop [\#1337](https://github.com/nextcloud/nextcloud-vue/pull/1337) ([raimund-schluessler](https://github.com/raimund-schluessler))
881
944
  - Fix sidebar layout in compact mode [\#1338](https://github.com/nextcloud/nextcloud-vue/pull/1338) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -893,7 +956,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
893
956
  - Allow to toggle editable title by click [\#1288](https://github.com/nextcloud/nextcloud-vue/pull/1288) ([raimund-schluessler](https://github.com/raimund-schluessler))
894
957
  - Feature/641/use popover component for actions [\#832](https://github.com/nextcloud/nextcloud-vue/pull/832) ([ma12-co](https://github.com/ma12-co))
895
958
 
896
- ### Fixed bugs:
959
+ #### Fixed bugs:
897
960
 
898
961
  - Add `background-repeat:no-repeat` to icons [\#1330](https://github.com/nextcloud/nextcloud-vue/pull/1330) ([dk1a](https://github.com/dk1a))
899
962
  - Fix tabs & lint [\#1303](https://github.com/nextcloud/nextcloud-vue/pull/1303) ([skjnldsv](https://github.com/skjnldsv))
package/README.md CHANGED
@@ -94,3 +94,15 @@ index 0e3a6a705d..416b8b0fb9 100644
94
94
  <a href="https://www.netlify.com">
95
95
  <img src="https://www.netlify.com/img/global/badges/netlify-dark.svg"/>
96
96
  </a>
97
+
98
+ ### Releasing a pre-release
99
+
100
+ A pre-release can be built in the same way as described above, however it requires manual adjustments to avoid that npm ships the pre-release to all users:
101
+
102
+ 1. Retag latest to the last stable release
103
+
104
+ npm dist-tag add @nextcloud/vue@5.4.0 latest
105
+
106
+ 2. Tag the new pre-release as next
107
+
108
+ npm dist-tag add @nextcloud/vue@6.0.0-beta.2 next
@@ -0,0 +1,3 @@
1
+ /*! For license information please see NcActionButton.js.LICENSE.txt */
2
+ !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define("NextcloudVue",[],n):"object"==typeof exports?exports.NextcloudVue=n():(t.NextcloudVue=t.NextcloudVue||{},t.NextcloudVue["Components/NcActionButton"]=n())}(self,(function(){return function(){var t={723:function(t,n,e){"use strict";var o=e(2734),i=e.n(o);n.Z={before:function(){this.$slots.default&&""!==this.text.trim()||(i().util.warn("".concat(this.$options.name," cannot be empty and requires a meaningful text content"),this),this.$destroy(),this.$el.remove())},beforeUpdate:function(){this.text=this.getText()},data:function(){return{text:this.getText()}},computed:{isLongText:function(){return this.text&&this.text.trim().length>20}},methods:{getText:function(){return this.$slots.default?this.$slots.default[0].text.trim():""}}}},1139:function(t,n,e){"use strict";e.d(n,{Z:function(){return i}});var o=e(723),i={mixins:[o.Z],props:{icon:{type:String,default:""},title:{type:String,default:""},closeAfterClick:{type:Boolean,default:!1},ariaLabel:{type:String,default:""}},emits:["click"],computed:{isIconUrl:function(){try{return new URL(this.icon)}catch(t){return!1}}},methods:{onClick:function(t){if(this.$emit("click",t),this.closeAfterClick){var n=function(t,n){for(var e=t.$parent;e;){if(e.$options.name===n)return e;e=e.$parent}}(this,"NcActions");n&&n.closeMenu&&n.closeMenu(!1)}}}}},5698:function(t,n,e){"use strict";var o=e(4015),i=e.n(o),r=e(3645),a=e.n(r)()(i());a.push([t.id,".material-design-icon[data-v-45a871d0]{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}li.active[data-v-45a871d0]{background-color:var(--color-background-hover);border-radius:6px;padding:0}.action--disabled[data-v-45a871d0]{pointer-events:none;opacity:.5}.action--disabled[data-v-45a871d0]:hover,.action--disabled[data-v-45a871d0]:focus{cursor:default;opacity:.5}.action--disabled *[data-v-45a871d0]{opacity:1 !important}.action-button[data-v-45a871d0]{display:flex;align-items:flex-start;width:100%;height:auto;margin:0;padding:0;padding-right:14px;box-sizing:border-box;cursor:pointer;white-space:nowrap;opacity:.7;color:var(--color-main-text);border:0;border-radius:0;background-color:rgba(0,0,0,0);box-shadow:none;font-weight:normal;font-size:var(--default-font-size);line-height:44px}.action-button[data-v-45a871d0]:hover,.action-button[data-v-45a871d0]:focus{opacity:1}.action-button>span[data-v-45a871d0]{cursor:pointer;white-space:nowrap}.action-button__icon[data-v-45a871d0]{width:44px;height:44px;opacity:1;background-position:14px center;background-size:16px;background-repeat:no-repeat}.action-button[data-v-45a871d0] .material-design-icon{width:44px;height:44px;opacity:1}.action-button[data-v-45a871d0] .material-design-icon .material-design-icon__svg{vertical-align:middle}.action-button p[data-v-45a871d0]{max-width:220px;line-height:1.6em;padding:10.8px 0;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis}.action-button__longtext[data-v-45a871d0]{cursor:pointer;white-space:pre-wrap}.action-button__title[data-v-45a871d0]{font-weight:bold;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}","",{version:3,sources:["webpack://./src/assets/material-icons.css","webpack://./src/assets/action.scss","webpack://./src/assets/variables.scss"],names:[],mappings:"AAGA,uCACC,YAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CCiBC,2BACC,8CAAA,CACA,iBAAA,CACA,SAAA,CAMF,mCACC,mBAAA,CACA,UCMiB,CDLjB,kFACC,cAAA,CACA,UCGgB,CDDjB,qCACC,oBAAA,CAOF,gCACC,YAAA,CACA,sBAAA,CAEA,UAAA,CACA,WAAA,CACA,QAAA,CACA,SAAA,CACA,kBCxBY,CDyBZ,qBAAA,CAEA,cAAA,CACA,kBAAA,CAEA,UCpBe,CDqBf,4BAAA,CACA,QAAA,CACA,eAAA,CACA,8BAAA,CACA,eAAA,CAEA,kBAAA,CACA,kCAAA,CACA,gBC/Ce,CDiDf,4EAEC,SChCY,CDmCb,qCACC,cAAA,CACA,kBAAA,CAGD,sCACC,UC5Dc,CD6Dd,WC7Dc,CD8Dd,SC3CY,CD4CZ,+BAAA,CACA,oBC5DS,CD6DT,2BAAA,CAGD,sDACC,UCrEc,CDsEd,WCtEc,CDuEd,SCpDY,CDsDZ,iFACC,qBAAA,CAKF,kCACC,eAAA,CACA,iBAAA,CAGA,gBAAA,CAEA,cAAA,CACA,eAAA,CAGA,eAAA,CACA,sBAAA,CAGD,0CACC,cAAA,CAEA,oBAAA,CAGD,uCACC,gBAAA,CACA,sBAAA,CACA,eAAA,CACA,kBAAA,CACA,cAAA,CACA,oBAAA",sourcesContent:["/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n\tdisplay: flex;\n\talign-self: center;\n\tjustify-self: center;\n\talign-items: center;\n\tjustify-content: center;\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Marco Ambrosini <marcoambrosini@icloud.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n@mixin action-active {\n\tli {\n\t\t&.active {\n\t\t\tbackground-color: var(--color-background-hover);\n\t\t\tborder-radius: 6px;\n\t\t\tpadding: 0;\n\t\t}\n\t}\n}\n\n@mixin action--disabled {\n\t.action--disabled {\n\t\tpointer-events: none;\n\t\topacity: $opacity_disabled;\n\t\t&:hover, &:focus {\n\t\t\tcursor: default;\n\t\t\topacity: $opacity_disabled;\n\t\t}\n\t\t& * {\n\t\t\topacity: 1 !important;\n\t\t}\n\t}\n}\n\n\n@mixin action-item($name) {\n\t.action-#{$name} {\n\t\tdisplay: flex;\n\t\talign-items: flex-start;\n\n\t\twidth: 100%;\n\t\theight: auto;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tpadding-right: $icon-margin;\n\t\tbox-sizing: border-box; // otherwise router-link overflows in Firefox\n\n\t\tcursor: pointer;\n\t\twhite-space: nowrap;\n\n\t\topacity: $opacity_normal;\n\t\tcolor: var(--color-main-text);\n\t\tborder: 0;\n\t\tborder-radius: 0; // otherwise Safari will cut the border-radius area\n\t\tbackground-color: transparent;\n\t\tbox-shadow: none;\n\n\t\tfont-weight: normal;\n\t\tfont-size: var(--default-font-size);\n\t\tline-height: $clickable-area;\n\n\t\t&:hover,\n\t\t&:focus {\n\t\t\topacity: $opacity_full;\n\t\t}\n\n\t\t& > span {\n\t\t\tcursor: pointer;\n\t\t\twhite-space: nowrap;\n\t\t}\n\n\t\t&__icon {\n\t\t\twidth: $clickable-area;\n\t\t\theight: $clickable-area;\n\t\t\topacity: $opacity_full;\n\t\t\tbackground-position: $icon-margin center;\n\t\t\tbackground-size: $icon-size;\n\t\t\tbackground-repeat: no-repeat;\n\t\t}\n\n\t\t&::v-deep .material-design-icon {\n\t\t\twidth: $clickable-area;\n\t\t\theight: $clickable-area;\n\t\t\topacity: $opacity_full;\n\n\t\t\t.material-design-icon__svg {\n\t\t\t\tvertical-align: middle;\n\t\t\t}\n\t\t}\n\n\t\t// long text area\n\t\tp {\n\t\t\tmax-width: 220px;\n\t\t\tline-height: 1.6em;\n\n\t\t\t// 14px are currently 1em line-height. Mixing units as '44px - 1.6em' does not work.\n\t\t\tpadding: #{math.div($clickable-area - 1.6 * 14px, 2)} 0;\n\n\t\t\tcursor: pointer;\n\t\t\ttext-align: left;\n\n\t\t\t// in case there are no spaces like long email addresses\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t}\n\n\t\t&__longtext {\n\t\t\tcursor: pointer;\n\t\t\t// allow the use of `\\n`\n\t\t\twhite-space: pre-wrap;\n\t\t}\n\n\t\t&__title {\n\t\t\tfont-weight: bold;\n\t\t\ttext-overflow: ellipsis;\n\t\t\toverflow: hidden;\n\t\t\twhite-space: nowrap;\n\t\t\tmax-width: 100%;\n\t\t\tdisplay: inline-block;\n\t\t}\n\t}\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\n// recommended is 48px\n// 44px is what we choose and have very good visual-to-usability ratio\n$clickable-area: 44px;\n\n// background icon size\n// also used for the scss icon font\n$icon-size: 16px;\n\n// icon padding for a $clickable-area width and a $icon-size icon\n// ( 44px - 16px ) / 2\n$icon-margin: math.div($clickable-area - $icon-size, 2);\n\n// transparency background for icons\n$icon-focus-bg: rgba(127, 127, 127, .25);\n\n// popovermenu arrow width from the triangle center\n$arrow-width: 9px;\n\n// opacities\n$opacity_disabled: .5;\n$opacity_normal: .7;\n$opacity_full: 1;\n\n// menu round background hover feedback\n// good looking on dark AND white bg\n$action-background-hover: rgba(127, 127, 127, .25);\n\n// various structure data used in the \n// `AppNavigation` component\n$header-height: 50px;\n$navigation-width: 300px;\n\n// mobile breakpoint\n$breakpoint-mobile: 1024px;\n\n// top-bar spacing\n$topbar-margin: 4px;\n"],sourceRoot:""}]),n.Z=a},3645:function(t){"use strict";t.exports=function(t){var n=[];return n.toString=function(){return this.map((function(n){var e=t(n);return n[2]?"@media ".concat(n[2]," {").concat(e,"}"):e})).join("")},n.i=function(t,e,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var a=this[r][0];null!=a&&(i[a]=!0)}for(var s=0;s<t.length;s++){var c=[].concat(t[s]);o&&i[c[0]]||(e&&(c[2]?c[2]="".concat(e," and ").concat(c[2]):c[2]=e),n.push(c))}},n}},4015:function(t){"use strict";function n(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}t.exports=function(t){var e,o,i=(o=4,function(t){if(Array.isArray(t))return t}(e=t)||function(t,n){var e=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null!=e){var o,i,r=[],a=!0,s=!1;try{for(e=e.call(t);!(a=(o=e.next()).done)&&(r.push(o.value),!n||r.length!==n);a=!0);}catch(t){s=!0,i=t}finally{try{a||null==e.return||e.return()}finally{if(s)throw i}}return r}}(e,o)||function(t,e){if(t){if("string"==typeof t)return n(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);return"Object"===o&&t.constructor&&(o=t.constructor.name),"Map"===o||"Set"===o?Array.from(t):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?n(t,e):void 0}}(e,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),r=i[1],a=i[3];if(!a)return r;if("function"==typeof btoa){var s=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(s),l="/*# ".concat(c," */"),u=a.sources.map((function(t){return"/*# sourceURL=".concat(a.sourceRoot||"").concat(t," */")}));return[r].concat(u).concat([l]).join("\n")}return[r].join("\n")}},3379:function(t){"use strict";var n=[];function e(t){for(var e=-1,o=0;o<n.length;o++)if(n[o].identifier===t){e=o;break}return e}function o(t,o){for(var r={},a=[],s=0;s<t.length;s++){var c=t[s],l=o.base?c[0]+o.base:c[0],u=r[l]||0,d="".concat(l," ").concat(u);r[l]=u+1;var p=e(d),A={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==p)n[p].references++,n[p].updater(A);else{var f=i(A,o);o.byIndex=s,n.splice(s,0,{identifier:d,updater:f,references:1})}a.push(d)}return a}function i(t,n){var e=n.domAPI(n);return e.update(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap&&n.supports===t.supports&&n.layer===t.layer)return;e.update(t=n)}else e.remove()}}t.exports=function(t,i){var r=o(t=t||[],i=i||{});return function(t){t=t||[];for(var a=0;a<r.length;a++){var s=e(r[a]);n[s].references--}for(var c=o(t,i),l=0;l<r.length;l++){var u=e(r[l]);0===n[u].references&&(n[u].updater(),n.splice(u,1))}r=c}}},569:function(t){"use strict";var n={};t.exports=function(t,e){var o=function(t){if(void 0===n[t]){var e=document.querySelector(t);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(t){e=null}n[t]=e}return n[t]}(t);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(e)}},9216:function(t){"use strict";t.exports=function(t){var n=document.createElement("style");return t.setAttributes(n,t.attributes),t.insert(n,t.options),n}},3565:function(t,n,e){"use strict";t.exports=function(t){var n=e.nc;n&&t.setAttribute("nonce",n)}},7795:function(t){"use strict";t.exports=function(t){var n=t.insertStyleElement(t);return{update:function(e){!function(t,n,e){var o="";e.supports&&(o+="@supports (".concat(e.supports,") {")),e.media&&(o+="@media ".concat(e.media," {"));var i=void 0!==e.layer;i&&(o+="@layer".concat(e.layer.length>0?" ".concat(e.layer):""," {")),o+=e.css,i&&(o+="}"),e.media&&(o+="}"),e.supports&&(o+="}");var r=e.sourceMap;r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),n.styleTagTransform(o,t,n.options)}(n,t,e)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)}}}},4589:function(t){"use strict";t.exports=function(t,n){if(n.styleSheet)n.styleSheet.cssText=t;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(t))}}},4216:function(){},1900:function(t,n,e){"use strict";function o(t,n,e,o,i,r,a,s){var c,l="function"==typeof t?t.options:t;if(n&&(l.render=n,l.staticRenderFns=e,l._compiled=!0),o&&(l.functional=!0),r&&(l._scopeId="data-v-"+r),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,n){return c.call(n),u(t,n)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:t,options:l}}e.d(n,{Z:function(){return o}})},2734:function(t){"use strict";t.exports=require("vue")}},n={};function e(o){var i=n[o];if(void 0!==i)return i.exports;var r=n[o]={id:o,exports:{}};return t[o](r,r.exports,e),r.exports}e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,{a:n}),n},e.d=function(t,n){for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.nc=void 0;var o={};return function(){"use strict";e.r(o),e.d(o,{default:function(){return y}});var t={name:"NcActionButton",mixins:[e(1139).Z],props:{disabled:{type:Boolean,default:!1}},computed:{isFocusable:function(){return!this.disabled}}},n=e(3379),i=e.n(n),r=e(7795),a=e.n(r),s=e(569),c=e.n(s),l=e(3565),u=e.n(l),d=e(9216),p=e.n(d),A=e(4589),f=e.n(A),h=e(5698),C={};C.styleTagTransform=f(),C.setAttributes=u(),C.insert=c().bind(null,"head"),C.domAPI=a(),C.insertStyleElement=p(),i()(h.Z,C),h.Z&&h.Z.locals&&h.Z.locals;var b=e(1900),m=e(4216),v=e.n(m),g=(0,b.Z)(t,(function(){var t=this,n=t._self._c;return n("li",{staticClass:"action",class:{"action--disabled":t.disabled},attrs:{role:"presentation"}},[n("button",{staticClass:"action-button",class:{focusable:t.isFocusable},attrs:{"aria-label":t.ariaLabel,role:"menuitem",type:"button"},on:{click:t.onClick}},[t._t("icon",(function(){return[n("span",{staticClass:"action-button__icon",class:[t.isIconUrl?"action-button__icon--url":t.icon],style:{backgroundImage:t.isIconUrl?"url(".concat(t.icon,")"):null}})]})),t._v(" "),t.title?n("p",[n("strong",{staticClass:"action-button__title"},[t._v("\n\t\t\t\t"+t._s(t.title)+"\n\t\t\t")]),t._v(" "),n("br"),t._v(" "),n("span",{staticClass:"action-button__longtext",domProps:{textContent:t._s(t.text)}})]):t.isLongText?n("p",{staticClass:"action-button__longtext",domProps:{textContent:t._s(t.text)}}):n("span",{staticClass:"action-button__text"},[t._v(t._s(t.text))]),t._v(" "),t._e()],2)])}),[],!1,null,"45a871d0",null);"function"==typeof v()&&v()(g);var y=g.exports}(),o}()}));
3
+ //# sourceMappingURL=NcActionButton.js.map