@nextcloud/vue 6.0.0-beta.2 → 6.0.0-beta.5

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 (290) hide show
  1. package/CHANGELOG.md +120 -45
  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/NcNoteCard.js +2 -0
  133. package/dist/Components/NcNoteCard.js.map +1 -0
  134. package/dist/Components/NcPasswordField.js +3 -0
  135. package/dist/Components/{TextField.js.LICENSE.txt → NcPasswordField.js.LICENSE.txt} +0 -0
  136. package/dist/Components/NcPasswordField.js.map +1 -0
  137. package/dist/Components/NcPopover.js +2 -0
  138. package/dist/Components/NcPopover.js.map +1 -0
  139. package/dist/Components/NcPopoverMenu.js +2 -0
  140. package/dist/Components/NcPopoverMenu.js.map +1 -0
  141. package/dist/Components/NcProgressBar.js +2 -0
  142. package/dist/Components/NcProgressBar.js.map +1 -0
  143. package/dist/Components/NcRichContenteditable.js +3 -0
  144. package/dist/Components/{RichContenteditable.js.LICENSE.txt → NcRichContenteditable.js.LICENSE.txt} +0 -0
  145. package/dist/Components/NcRichContenteditable.js.map +1 -0
  146. package/dist/Components/NcSettingsInputText.js +2 -0
  147. package/dist/Components/NcSettingsInputText.js.map +1 -0
  148. package/dist/Components/NcSettingsSection.js +2 -0
  149. package/dist/Components/NcSettingsSection.js.map +1 -0
  150. package/dist/Components/NcSettingsSelectGroup.js +3 -0
  151. package/dist/Components/{SettingsSelectGroup.js.LICENSE.txt → NcSettingsSelectGroup.js.LICENSE.txt} +0 -0
  152. package/dist/Components/NcSettingsSelectGroup.js.map +1 -0
  153. package/dist/Components/NcTextField.js +3 -0
  154. package/dist/Components/NcTextField.js.LICENSE.txt +21 -0
  155. package/dist/Components/NcTextField.js.map +1 -0
  156. package/dist/Components/NcTimezonePicker.js +3 -0
  157. package/dist/Components/{TimezonePicker.js.LICENSE.txt → NcTimezonePicker.js.LICENSE.txt} +0 -0
  158. package/dist/Components/NcTimezonePicker.js.map +1 -0
  159. package/dist/Components/NcUserBubble.js +3 -0
  160. package/dist/Components/{UserBubble.js.LICENSE.txt → NcUserBubble.js.LICENSE.txt} +0 -0
  161. package/dist/Components/NcUserBubble.js.map +1 -0
  162. package/dist/Components/NcVNodes.js +2 -0
  163. package/dist/Components/NcVNodes.js.map +1 -0
  164. package/dist/Directives/Tooltip.js +1 -1
  165. package/dist/Directives/Tooltip.js.map +1 -1
  166. package/dist/Mixins/richEditor.js +1 -1
  167. package/dist/Mixins/richEditor.js.map +1 -1
  168. package/dist/ncvuecomponents.js +1 -1
  169. package/dist/ncvuecomponents.js.map +1 -1
  170. package/package.json +10 -8
  171. package/dist/Components/ActionButton.js +0 -3
  172. package/dist/Components/ActionButton.js.map +0 -1
  173. package/dist/Components/ActionCaption.js +0 -2
  174. package/dist/Components/ActionCaption.js.map +0 -1
  175. package/dist/Components/ActionCheckbox.js +0 -3
  176. package/dist/Components/ActionCheckbox.js.map +0 -1
  177. package/dist/Components/ActionInput.js +0 -3
  178. package/dist/Components/ActionInput.js.map +0 -1
  179. package/dist/Components/ActionLink.js +0 -3
  180. package/dist/Components/ActionLink.js.map +0 -1
  181. package/dist/Components/ActionRadio.js +0 -3
  182. package/dist/Components/ActionRadio.js.map +0 -1
  183. package/dist/Components/ActionRouter.js +0 -3
  184. package/dist/Components/ActionRouter.js.map +0 -1
  185. package/dist/Components/ActionSeparator.js +0 -2
  186. package/dist/Components/ActionSeparator.js.map +0 -1
  187. package/dist/Components/ActionText.js +0 -3
  188. package/dist/Components/ActionText.js.map +0 -1
  189. package/dist/Components/ActionTextEditable.js +0 -3
  190. package/dist/Components/ActionTextEditable.js.map +0 -1
  191. package/dist/Components/Actions.js +0 -3
  192. package/dist/Components/Actions.js.map +0 -1
  193. package/dist/Components/AppContent.js +0 -3
  194. package/dist/Components/AppContent.js.map +0 -1
  195. package/dist/Components/AppContentDetails.js +0 -2
  196. package/dist/Components/AppContentDetails.js.map +0 -1
  197. package/dist/Components/AppContentList.js +0 -2
  198. package/dist/Components/AppContentList.js.map +0 -1
  199. package/dist/Components/AppNavigation.js +0 -3
  200. package/dist/Components/AppNavigation.js.map +0 -1
  201. package/dist/Components/AppNavigationCaption.js +0 -3
  202. package/dist/Components/AppNavigationCaption.js.map +0 -1
  203. package/dist/Components/AppNavigationCounter.js +0 -2
  204. package/dist/Components/AppNavigationCounter.js.map +0 -1
  205. package/dist/Components/AppNavigationIconBullet.js +0 -2
  206. package/dist/Components/AppNavigationIconBullet.js.map +0 -1
  207. package/dist/Components/AppNavigationItem.js +0 -3
  208. package/dist/Components/AppNavigationItem.js.map +0 -1
  209. package/dist/Components/AppNavigationNew.js +0 -2
  210. package/dist/Components/AppNavigationNew.js.map +0 -1
  211. package/dist/Components/AppNavigationNewItem.js +0 -2
  212. package/dist/Components/AppNavigationNewItem.js.map +0 -1
  213. package/dist/Components/AppNavigationSettings.js +0 -3
  214. package/dist/Components/AppNavigationSettings.js.map +0 -1
  215. package/dist/Components/AppNavigationSpacer.js +0 -2
  216. package/dist/Components/AppNavigationSpacer.js.map +0 -1
  217. package/dist/Components/AppNavigationToggle.js +0 -3
  218. package/dist/Components/AppNavigationToggle.js.map +0 -1
  219. package/dist/Components/AppSettingsDialog.js +0 -3
  220. package/dist/Components/AppSettingsDialog.js.map +0 -1
  221. package/dist/Components/AppSettingsSection.js +0 -2
  222. package/dist/Components/AppSettingsSection.js.map +0 -1
  223. package/dist/Components/AppSidebar.js +0 -3
  224. package/dist/Components/AppSidebar.js.map +0 -1
  225. package/dist/Components/AppSidebarTab.js +0 -2
  226. package/dist/Components/AppSidebarTab.js.map +0 -1
  227. package/dist/Components/Avatar.js +0 -3
  228. package/dist/Components/Avatar.js.map +0 -1
  229. package/dist/Components/Breadcrumb.js +0 -3
  230. package/dist/Components/Breadcrumb.js.map +0 -1
  231. package/dist/Components/Breadcrumbs.js +0 -3
  232. package/dist/Components/Breadcrumbs.js.map +0 -1
  233. package/dist/Components/ButtonVue.js +0 -2
  234. package/dist/Components/ButtonVue.js.map +0 -1
  235. package/dist/Components/CheckboxRadioSwitch.js +0 -3
  236. package/dist/Components/CheckboxRadioSwitch.js.map +0 -1
  237. package/dist/Components/ColorPicker.js +0 -3
  238. package/dist/Components/ColorPicker.js.map +0 -1
  239. package/dist/Components/Content.js +0 -2
  240. package/dist/Components/Content.js.map +0 -1
  241. package/dist/Components/CounterBubble.js +0 -2
  242. package/dist/Components/CounterBubble.js.map +0 -1
  243. package/dist/Components/DashboardWidget.js +0 -3
  244. package/dist/Components/DashboardWidget.js.map +0 -1
  245. package/dist/Components/DashboardWidgetItem.js +0 -3
  246. package/dist/Components/DashboardWidgetItem.js.map +0 -1
  247. package/dist/Components/DatetimePicker.js +0 -3
  248. package/dist/Components/DatetimePicker.js.map +0 -1
  249. package/dist/Components/EmojiPicker.js +0 -2
  250. package/dist/Components/EmojiPicker.js.map +0 -1
  251. package/dist/Components/EmptyContent.js +0 -2
  252. package/dist/Components/EmptyContent.js.map +0 -1
  253. package/dist/Components/Highlight.js +0 -3
  254. package/dist/Components/Highlight.js.map +0 -1
  255. package/dist/Components/InputField.js +0 -2
  256. package/dist/Components/InputField.js.map +0 -1
  257. package/dist/Components/ListItem.js +0 -3
  258. package/dist/Components/ListItem.js.map +0 -1
  259. package/dist/Components/ListItemIcon.js +0 -3
  260. package/dist/Components/ListItemIcon.js.map +0 -1
  261. package/dist/Components/LoadingIcon.js +0 -2
  262. package/dist/Components/LoadingIcon.js.map +0 -1
  263. package/dist/Components/Modal.js +0 -3
  264. package/dist/Components/Modal.js.map +0 -1
  265. package/dist/Components/Multiselect.js +0 -3
  266. package/dist/Components/Multiselect.js.map +0 -1
  267. package/dist/Components/MultiselectTags.js +0 -3
  268. package/dist/Components/MultiselectTags.js.map +0 -1
  269. package/dist/Components/Popover.js +0 -2
  270. package/dist/Components/Popover.js.map +0 -1
  271. package/dist/Components/PopoverMenu.js +0 -2
  272. package/dist/Components/PopoverMenu.js.map +0 -1
  273. package/dist/Components/ProgressBar.js +0 -2
  274. package/dist/Components/ProgressBar.js.map +0 -1
  275. package/dist/Components/RichContenteditable.js +0 -3
  276. package/dist/Components/RichContenteditable.js.map +0 -1
  277. package/dist/Components/SettingsInputText.js +0 -2
  278. package/dist/Components/SettingsInputText.js.map +0 -1
  279. package/dist/Components/SettingsSection.js +0 -2
  280. package/dist/Components/SettingsSection.js.map +0 -1
  281. package/dist/Components/SettingsSelectGroup.js +0 -3
  282. package/dist/Components/SettingsSelectGroup.js.map +0 -1
  283. package/dist/Components/TextField.js +0 -3
  284. package/dist/Components/TextField.js.map +0 -1
  285. package/dist/Components/TimezonePicker.js +0 -3
  286. package/dist/Components/TimezonePicker.js.map +0 -1
  287. package/dist/Components/UserBubble.js +0 -3
  288. package/dist/Components/UserBubble.js.map +0 -1
  289. package/dist/Components/VNodes.js +0 -2
  290. package/dist/Components/VNodes.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,22 +2,97 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## v6.0.0-beta.2 (2022-08-11)
5
+ ## [v6.0.0-beta.5](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.5) (2022-08-30)
6
6
 
7
- #### :bug: Bug Fix
7
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.4...v6.0.0-beta.5)
8
+
9
+ ### :boom: Breaking changes
10
+
11
+ - Fix emptyContent once more [\#3106](https://github.com/nextcloud/nextcloud-vue/pull/3106) ([jotoeri](https://github.com/jotoeri))
12
+ - Fix EmptyContent Reactivity [\#3090](https://github.com/nextcloud/nextcloud-vue/pull/3090) ([jotoeri](https://github.com/jotoeri))
13
+
14
+ ### :rocket: Enhancements
15
+
16
+ - Improve multiselect [\#3100](https://github.com/nextcloud/nextcloud-vue/pull/3100) ([CarlSchwan](https://github.com/CarlSchwan))
17
+ - 🥛 Make app navigation semi-transparent [\#3057](https://github.com/nextcloud/nextcloud-vue/pull/3057) ([GretaD](https://github.com/GretaD))
18
+ - Make unread counter primary colour [\#3070](https://github.com/nextcloud/nextcloud-vue/pull/3070) ([GretaD](https://github.com/GretaD))
19
+
20
+ ### Closed pull requests
21
+
22
+ - Add aria-modal to Modal dialog [\#3113](https://github.com/nextcloud/nextcloud-vue/pull/3113) ([PVince81](https://github.com/PVince81))
23
+ - Fix contrast of next/prev modal buttons [\#3080](https://github.com/nextcloud/nextcloud-vue/pull/3080) ([Pytal](https://github.com/Pytal))
24
+
25
+ ## [v6.0.0-beta.4](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.4) (2022-08-23)
26
+
27
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.3...v6.0.0-beta.4)
28
+
29
+ ### :rocket: Enhancements
30
+
31
+ - Allow more than text on EmptyContent description [\#3082](https://github.com/nextcloud/nextcloud-vue/pull/3082) ([jotoeri](https://github.com/jotoeri))
32
+ - Add ref to NcInputField in NcTextField [\#3078](https://github.com/nextcloud/nextcloud-vue/pull/3078) ([raimund-schluessler](https://github.com/raimund-schluessler))
33
+ - 📰 Update AppNavigationItem design [\#3056](https://github.com/nextcloud/nextcloud-vue/pull/3056) ([marcoambrosini](https://github.com/marcoambrosini))
34
+ - ListItem Design update [\#3055](https://github.com/nextcloud/nextcloud-vue/pull/3055) ([marcoambrosini](https://github.com/marcoambrosini))
35
+
36
+ ### :bug: Fixed bugs
37
+
38
+ - Make input field button style take precedence [\#3077](https://github.com/nextcloud/nextcloud-vue/pull/3077) ([raimund-schluessler](https://github.com/raimund-schluessler))
39
+ - Fix NcAppNavigationItem docs [\#3076](https://github.com/nextcloud/nextcloud-vue/pull/3076) ([raimund-schluessler](https://github.com/raimund-schluessler))
40
+ - Fix listitem tabbed navigation [\#3075](https://github.com/nextcloud/nextcloud-vue/pull/3075) ([marcoambrosini](https://github.com/marcoambrosini))
41
+ - Always show NcAppSettingsDialog title [\#3074](https://github.com/nextcloud/nextcloud-vue/pull/3074) ([raimund-schluessler](https://github.com/raimund-schluessler))
42
+ - Fix link in docs to NcCounterBubble [\#3071](https://github.com/nextcloud/nextcloud-vue/pull/3071) ([raimund-schluessler](https://github.com/raimund-schluessler))
43
+ - Only set target and rel attributes when href != '\#' [\#3069](https://github.com/nextcloud/nextcloud-vue/pull/3069) ([tcitworld](https://github.com/tcitworld))
44
+ - Fix margin for Modal inline actions [\#3065](https://github.com/nextcloud/nextcloud-vue/pull/3065) ([skjnldsv](https://github.com/skjnldsv))
45
+ - Fix InputField focus state [\#2970](https://github.com/nextcloud/nextcloud-vue/pull/2970) ([marcoambrosini](https://github.com/marcoambrosini))
46
+ - Fix Modal closing [\#3066](https://github.com/nextcloud/nextcloud-vue/pull/3066) ([skjnldsv](https://github.com/skjnldsv))
47
+
48
+ ### Closed pull requests
49
+
50
+ - Fix EmptyContent comments example in docs [\#3089](https://github.com/nextcloud/nextcloud-vue/pull/3089) ([Pytal](https://github.com/Pytal))
51
+ - Remove debug log statement [\#3072](https://github.com/nextcloud/nextcloud-vue/pull/3072) ([st3iny](https://github.com/st3iny))
52
+
53
+ ## [v6.0.0-beta.3](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.3) (2022-08-18)
54
+
55
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.2...v6.0.0-beta.3)
56
+
57
+ ### :boom: Breaking changes
58
+ - Add Nc prefix to all components [\#3058](https://github.com/nextcloud/nextcloud-vue/pull/3058) ([raimund-schluessler](https://github.com/raimund-schluessler))
59
+
60
+ ### :rocket: Enhancement
61
+ - Allow to render x items outside an Actions menu [\#3060](https://github.com/nextcloud/nextcloud-vue/pull/3060) ([skjnldsv](https://github.com/skjnldsv))
62
+ - Allow ListItem components to link to external links [\#3040](https://github.com/nextcloud/nextcloud-vue/pull/3040) ([tcitworld](https://github.com/tcitworld))
63
+
64
+ ### :bug: Fixed bugs
65
+ - Fix breadcrumbs dropdown icon alignment [\#3059](https://github.com/nextcloud/nextcloud-vue/pull/3059) ([raimund-schluessler](https://github.com/raimund-schluessler))
66
+ - Add missing trailing comma [\#3046](https://github.com/nextcloud/nextcloud-vue/pull/3046) ([raimund-schluessler](https://github.com/raimund-schluessler))
67
+ - Correctly overwrite app-settings modal style [\#3035](https://github.com/nextcloud/nextcloud-vue/pull/3035) ([raimund-schluessler](https://github.com/raimund-schluessler))
68
+ - Implement empty content icon slot in DashboardWidget [\#3034](https://github.com/nextcloud/nextcloud-vue/pull/3034) ([raimund-schluessler](https://github.com/raimund-schluessler))
69
+ - Fix reference to closed menu in "aria-controls" [\#3031](https://github.com/nextcloud/nextcloud-vue/pull/3031) ([danxuliu](https://github.com/danxuliu))
70
+ - Don't return focus after close-after-click [\#3030](https://github.com/nextcloud/nextcloud-vue/pull/3030) ([raimund-schluessler](https://github.com/raimund-schluessler))
71
+ - Dismis focus trap when component gets destroyed [\#3023](https://github.com/nextcloud/nextcloud-vue/pull/3023) ([juliushaertl](https://github.com/juliushaertl))
72
+ - Allow click outside for Popover focus trap [\#3022](https://github.com/nextcloud/nextcloud-vue/pull/3022) ([raimund-schluessler](https://github.com/raimund-schluessler))
73
+ - Disable focus-trap for Popover by default [\#3021](https://github.com/nextcloud/nextcloud-vue/pull/3021) ([raimund-schluessler](https://github.com/raimund-schluessler))
74
+ - Fix issues with focus trap on modal [\#3020](https://github.com/nextcloud/nextcloud-vue/pull/3020) ([juliushaertl](https://github.com/juliushaertl))
75
+ - ```aria-expanded``` was fixed for Multiselect.vue [\#3037](https://github.com/nextcloud/nextcloud-vue/pull/3037) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
76
+
77
+ ### Closed pull requests
78
+ - Add note about pre-releases to the readme [\#3019](https://github.com/nextcloud/nextcloud-vue/pull/3019) ([juliushaertl](https://github.com/juliushaertl))
79
+
80
+ ## [v6.0.0-beta.2](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.2) (2022-08-11)
81
+
82
+ ### :bug: Fixed bugs
8
83
 
9
84
  * [#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))
10
85
  * [#3006](https://github.com/nextcloud/nextcloud-vue/pull/3006) Fix single button action icon attribute ([@PVince81](https://github.com/PVince81))
11
86
 
12
- ## v6.0.0-beta.1 (2022-08-11)
87
+ ## [v6.0.0-beta.1](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.1) (2022-08-11)
13
88
 
14
- #### :boom: Breaking Change
89
+ ### :boom: Breaking changes
15
90
  * [#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))
16
91
  * ~~[#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
17
92
  * [#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))
18
93
  * [#2923](https://github.com/nextcloud/nextcloud-vue/pull/2923) Enforce setting section ids ([@nickvergessen](https://github.com/nickvergessen))
19
94
 
20
- #### :rocket: Enhancement
95
+ ### :rocket: Enhancement
21
96
  * [#2911](https://github.com/nextcloud/nextcloud-vue/pull/2911) Use render function in Actions component ([@raimund-schluessler](https://github.com/raimund-schluessler))
22
97
  * [#2998](https://github.com/nextcloud/nextcloud-vue/pull/2998) Import tooltip directive only locally ([@raimund-schluessler](https://github.com/raimund-schluessler))
23
98
  * [#2983](https://github.com/nextcloud/nextcloud-vue/pull/2983) Simplify webpack configuration ([@raimund-schluessler](https://github.com/raimund-schluessler))
@@ -25,7 +100,7 @@ All notable changes to this project will be documented in this file.
25
100
  * [#2868](https://github.com/nextcloud/nextcloud-vue/pull/2868) Create TextField component ([@marcoambrosini](https://github.com/marcoambrosini))
26
101
  * [#2856](https://github.com/nextcloud/nextcloud-vue/pull/2856) Fix ListItem css & add compact mode ([@jotoeri](https://github.com/jotoeri))
27
102
 
28
- #### :bug: Bug Fix
103
+ ### :bug: Bug Fix
29
104
  * [#2533](https://github.com/nextcloud/nextcloud-vue/pull/2533) [MultiSelect] pass the #noResult slot to the underlying component ([@eneiluj](https://github.com/eneiluj))
30
105
  * [#2999](https://github.com/nextcloud/nextcloud-vue/pull/2999) Also export tooltip options ([@raimund-schluessler](https://github.com/raimund-schluessler))
31
106
  * [#2997](https://github.com/nextcloud/nextcloud-vue/pull/2997) Fix regressions from floating-vue migration ([@raimund-schluessler](https://github.com/raimund-schluessler))
@@ -45,7 +120,7 @@ All notable changes to this project will be documented in this file.
45
120
 
46
121
  ## v6.0.0-alpha.0 (2022-07-27)
47
122
 
48
- #### :boom: Breaking Changes
123
+ ### :boom: Breaking Changes
49
124
  * [#2600](https://github.com/nextcloud/nextcloud-vue/pull/2600) Migrate to floating-vue ([@raimund-schluessler](https://github.com/raimund-schluessler))
50
125
  * [#2867](https://github.com/nextcloud/nextcloud-vue/pull/2867) Accessible EmptyContent component ([@Pytal](https://github.com/Pytal))
51
126
  * [#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))
@@ -55,7 +130,7 @@ All notable changes to this project will be documented in this file.
55
130
  * [#2603](https://github.com/nextcloud/nextcloud-vue/pull/2603) Comply with eslint for event name ([@artonge](https://github.com/artonge))
56
131
  * [#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))
57
132
 
58
- #### :rocket: Enhancements
133
+ ### :rocket: Enhancements
59
134
  * [#2875](https://github.com/nextcloud/nextcloud-vue/pull/2875) Adjust loading icon style, replace `fillColor` prop ([@raimund-schluessler](https://github.com/raimund-schluessler))
60
135
  * [#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))
61
136
  * [#2565](https://github.com/nextcloud/nextcloud-vue/pull/2565) Improve SettingsInputText component ([@quentinguidee](https://github.com/quentinguidee))
@@ -79,7 +154,7 @@ All notable changes to this project will be documented in this file.
79
154
  * [#2654](https://github.com/nextcloud/nextcloud-vue/pull/2654) add handle keyboard focus for accessibility ([@vanpertsch](https://github.com/vanpertsch))
80
155
  * [#2629](https://github.com/nextcloud/nextcloud-vue/pull/2629) small cleanup of small modal size ([@szaimen](https://github.com/szaimen))
81
156
 
82
- #### :bug: Fixed bugs
157
+ ### :bug: Fixed bugs
83
158
  * [#2878](https://github.com/nextcloud/nextcloud-vue/pull/2878) Fix single action validation ([@raimund-schluessler](https://github.com/raimund-schluessler))
84
159
  * [#2877](https://github.com/nextcloud/nextcloud-vue/pull/2877) Bring back AppNavigationToggle tooltip ([@raimund-schluessler](https://github.com/raimund-schluessler))
85
160
  * [#2895](https://github.com/nextcloud/nextcloud-vue/pull/2895) Fix issues with Multiselect component ([@nickvergessen](https://github.com/nickvergessen))
@@ -103,7 +178,7 @@ All notable changes to this project will be documented in this file.
103
178
 
104
179
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1)
105
180
 
106
- ## Fixed bugs
181
+ ### Fixed bugs
107
182
 
108
183
  - Fix button disable state and reactivity [\#2622](https://github.com/nextcloud/nextcloud-vue/pull/2622) ([skjnldsv](https://github.com/skjnldsv))
109
184
  - Fix border radius for small progress bar [\#2618](https://github.com/nextcloud/nextcloud-vue/pull/2618) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -122,13 +197,13 @@ All notable changes to this project will be documented in this file.
122
197
 
123
198
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.2.1...v5.3.0)
124
199
 
125
- ## Fixed bugs
200
+ ### Fixed bugs
126
201
 
127
202
  - Fix tertiary no background button color [\#2589](https://github.com/nextcloud/nextcloud-vue/pull/2589) ([marcoambrosini](https://github.com/marcoambrosini))
128
203
  - Fix tertiary buttons hover feedback [\#2583](https://github.com/nextcloud/nextcloud-vue/pull/2583) ([marcoambrosini](https://github.com/marcoambrosini))
129
204
  - Fix the ProgressBar display in the documentation [\#2564](https://github.com/nextcloud/nextcloud-vue/pull/2564) ([quentinguidee](https://github.com/quentinguidee))
130
205
 
131
- ## Closed pull requests
206
+ ### Closed pull requests
132
207
 
133
208
  - Add tertiary buttons with background and make them the default [\#2585](https://github.com/nextcloud/nextcloud-vue/pull/2585) ([marcoambrosini](https://github.com/marcoambrosini))
134
209
  - Update variables.css [\#2574](https://github.com/nextcloud/nextcloud-vue/pull/2574) ([skjnldsv](https://github.com/skjnldsv))
@@ -142,13 +217,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
142
217
 
143
218
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.1...v5.2.0)
144
219
 
145
- ## Enhancements
220
+ ### Enhancements
146
221
 
147
222
  - Use large corner radius for the Popover component [\#2566](https://github.com/nextcloud/nextcloud-vue/pull/2566) ([quentinguidee](https://github.com/quentinguidee))
148
223
  - Inherit attrs and forward listeners in the emojipicker's popover [\#2563](https://github.com/nextcloud/nextcloud-vue/pull/2563) ([marcoambrosini](https://github.com/marcoambrosini))
149
224
  - Add aria-description to AppNavigationItem [\#2548](https://github.com/nextcloud/nextcloud-vue/pull/2548) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
150
225
 
151
- ## Fixed bugs
226
+ ### Fixed bugs
152
227
 
153
228
  - Fix secondary button with old style as temporary solution [\#2562](https://github.com/nextcloud/nextcloud-vue/pull/2562) ([nickvergessen](https://github.com/nickvergessen))
154
229
  - 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))
@@ -158,7 +233,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
158
233
 
159
234
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.0...v5.1.1)
160
235
 
161
- ## Fixed bugs
236
+ ### Fixed bugs
162
237
 
163
238
  - Fix error spam of icon only buttons part2 [\#2547](https://github.com/nextcloud/nextcloud-vue/pull/2547) ([nickvergessen](https://github.com/nickvergessen))
164
239
  - Fix error spam from buttons [\#2540](https://github.com/nextcloud/nextcloud-vue/pull/2540) ([nickvergessen](https://github.com/nickvergessen))
@@ -168,18 +243,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
168
243
 
169
244
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.4.0...v5.1.0)
170
245
 
171
- ## Enhancements
246
+ ### Enhancements
172
247
 
173
248
  - Add button native type prop on \<Button\> [\#2516](https://github.com/nextcloud/nextcloud-vue/pull/2516) ([tcitworld](https://github.com/tcitworld))
174
249
  - increase the small modal width [\#2496](https://github.com/nextcloud/nextcloud-vue/pull/2496) ([szaimen](https://github.com/szaimen))
175
250
  - Allow Breadcrumbs "to" prop to be an object [\#2491](https://github.com/nextcloud/nextcloud-vue/pull/2491) ([tcitworld](https://github.com/tcitworld))
176
251
 
177
- ## Fixed bugs
252
+ ### Fixed bugs
178
253
 
179
254
  - Change appearance of the slot "icon" at AppNavigationItem [\#2506](https://github.com/nextcloud/nextcloud-vue/pull/2506) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
180
255
  - Fix shrinking of last breadcrumb for narrow width [\#2492](https://github.com/nextcloud/nextcloud-vue/pull/2492) ([raimund-schluessler](https://github.com/raimund-schluessler))
181
256
 
182
- ## Closed pull requests
257
+ ### Closed pull requests
183
258
 
184
259
  - fix: imports from emoji-mart-vue-fast [\#2521](https://github.com/nextcloud/nextcloud-vue/pull/2521) ([max-nextcloud](https://github.com/max-nextcloud))
185
260
 
@@ -187,7 +262,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
187
262
 
188
263
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0)
189
264
 
190
- ## Enhancements
265
+ ### Enhancements
191
266
 
192
267
  - Implement showing global crumb actions [\#2444](https://github.com/nextcloud/nextcloud-vue/pull/2444) ([raimund-schluessler](https://github.com/raimund-schluessler))
193
268
  - Add option to always show actions [\#2419](https://github.com/nextcloud/nextcloud-vue/pull/2419) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -197,13 +272,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
197
272
  - Adjust breadcrumb appearance [\#2411](https://github.com/nextcloud/nextcloud-vue/pull/2411) ([raimund-schluessler](https://github.com/raimund-schluessler))
198
273
  - Automatically use Nextcloud translated months, days and years [\#2397](https://github.com/nextcloud/nextcloud-vue/pull/2397) ([skjnldsv](https://github.com/skjnldsv))
199
274
 
200
- ## Fixed bugs
275
+ ### Fixed bugs
201
276
 
202
277
  - AppNavigationItem.vue: updating of this.$slots [\#2483](https://github.com/nextcloud/nextcloud-vue/pull/2483) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
203
278
  - Fix md icon position for Actions with title [\#2435](https://github.com/nextcloud/nextcloud-vue/pull/2435) ([raimund-schluessler](https://github.com/raimund-schluessler))
204
279
  - Fix dragging onto hidden crumbs [\#2412](https://github.com/nextcloud/nextcloud-vue/pull/2412) ([raimund-schluessler](https://github.com/raimund-schluessler))
205
280
 
206
- ## Closed pull requests
281
+ ### Closed pull requests
207
282
 
208
283
  - Limit avatar request sizes to 64 and 512 pixel [\#2486](https://github.com/nextcloud/nextcloud-vue/pull/2486) ([nickvergessen](https://github.com/nickvergessen))
209
284
  - Add aria label to the ActionInput component [\#2472](https://github.com/nextcloud/nextcloud-vue/pull/2472) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
@@ -215,11 +290,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
215
290
 
216
291
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.2.0...v4.3.0)
217
292
 
218
- ## Fixed bugs
293
+ ### Fixed bugs
219
294
 
220
295
  - Change background style target for tab icons [\#2374](https://github.com/nextcloud/nextcloud-vue/pull/2374) ([artonge](https://github.com/artonge))
221
296
 
222
- ## Closed pull requests
297
+ ### Closed pull requests
223
298
 
224
299
  - Reduce size of status icons in Avatar component [\#2323](https://github.com/nextcloud/nextcloud-vue/pull/2323) ([CarlSchwan](https://github.com/CarlSchwan))
225
300
  - Free closeOnSelect [\#2391](https://github.com/nextcloud/nextcloud-vue/pull/2391) ([jotoeri](https://github.com/jotoeri)))
@@ -228,16 +303,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
228
303
 
229
304
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.1...v4.2.0)
230
305
 
231
- ## Enhancements
306
+ ### Enhancements
232
307
 
233
308
  - Use material design icon for AppSidebar star [\#2265](https://github.com/nextcloud/nextcloud-vue/pull/2265) ([raimund-schluessler](https://github.com/raimund-schluessler))
234
309
  - Bump vue-material-design-icons from 4.12.1 to 4.13.0 [\#2269](https://github.com/nextcloud/nextcloud-vue/pull/2269)
235
310
  - Allow material design icons for appnavigationitem [\#2276](https://github.com/nextcloud/nextcloud-vue/pull/2276) ([raimund-schluessler](https://github.com/raimund-schluessler))
236
311
  - Unify linkify usage, move to linkify-string [\#2281](https://github.com/nextcloud/nextcloud-vue/pull/2281) ([raimund-schluessler](https://github.com/raimund-schluessler))
237
- - 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
312
+ - 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
238
313
  - Add outlined counter [\#2287](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([marcoambrosini](https://github.com/marcoambrosini))
239
314
 
240
- ## Fixed bugs
315
+ ### Fixed bugs
241
316
 
242
317
  - Set material design icon size to 20 [\#2268](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([raimund-schluessler](https://github.com/raimund-schluessler))
243
318
  - Fix missing icon [\#2297](https://github.com/nextcloud/nextcloud-vue/pull/2297#event-5378397330) ([Pytal](https://github.com/Pytal))
@@ -246,13 +321,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
246
321
 
247
322
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.0...v4.1.1)
248
323
 
249
- ## Enhancements
324
+ ### Enhancements
250
325
 
251
326
  - Use material design icon for appsidebar close [\#2212](https://github.com/nextcloud/nextcloud-vue/pull/2212) ([raimund-schluessler](https://github.com/raimund-schluessler))
252
327
  - Use material design icon for settings icon [\#2213](https://github.com/nextcloud/nextcloud-vue/pull/2213) ([raimund-schluessler](https://github.com/raimund-schluessler))
253
328
  - Bump @nextcloud/calendar-js from 1.1.1 to 2.0.0 [\#2204](https://github.com/nextcloud/nextcloud-vue/pull/2204)
254
329
 
255
- ## Fixed bugs
330
+ ### Fixed bugs
256
331
 
257
332
  - 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))
258
333
  - Disable actions when the only action is disabeld [\#2227](https://github.com/nextcloud/nextcloud-vue/pull/2227) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -265,18 +340,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
265
340
 
266
341
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.3...v4.1.0)
267
342
 
268
- ## Enhancements
343
+ ### Enhancements
269
344
 
270
345
  - Set default slideshowdelay to 5000 ms [\#2122](https://github.com/nextcloud/nextcloud-vue/pull/2122) ([szaimen](https://github.com/szaimen))
271
346
  - Optionally make the DatetimePicker timezone-aware [\#2100](https://github.com/nextcloud/nextcloud-vue/pull/2100) ([ChristophWurst](https://github.com/ChristophWurst))
272
347
  - Fix videoplayer controls in viewer [\#2099](https://github.com/nextcloud/nextcloud-vue/pull/2099) ([szaimen](https://github.com/szaimen))
273
348
  - Add timezone picker [\#2095](https://github.com/nextcloud/nextcloud-vue/pull/2095) ([ChristophWurst](https://github.com/ChristophWurst))
274
349
 
275
- ## Fixed bugs
350
+ ### Fixed bugs
276
351
 
277
352
  - Check that userId is defined before querying [\#2159](https://github.com/nextcloud/nextcloud-vue/pull/2159) ([raimund-schluessler](https://github.com/raimund-schluessler))
278
353
 
279
- ## Closed pull requests
354
+ ### Closed pull requests
280
355
 
281
356
  - Use new named slot syntax [\#2160](https://github.com/nextcloud/nextcloud-vue/pull/2160) ([raimund-schluessler](https://github.com/raimund-schluessler))
282
357
  - Add a hint about the tooltip directive [\#2151](https://github.com/nextcloud/nextcloud-vue/pull/2151) ([nickvergessen](https://github.com/nickvergessen))
@@ -287,16 +362,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
287
362
 
288
363
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.2...v4.0.3)
289
364
 
290
- ## Enhancements
365
+ ### Enhancements
291
366
 
292
367
  - Fix ActionCaption layout [\#2043](https://github.com/nextcloud/nextcloud-vue/pull/2043) ([marcoambrosini](https://github.com/marcoambrosini))
293
368
 
294
- ## Fixed bugs
369
+ ### Fixed bugs
295
370
 
296
371
  - Add type=button attribute to buttons [\#2069](https://github.com/nextcloud/nextcloud-vue/pull/2069) ([Pytal](https://github.com/Pytal))
297
372
  - Fix AppContent mobile display [\#2048](https://github.com/nextcloud/nextcloud-vue/pull/2048) ([skjnldsv](https://github.com/skjnldsv))
298
373
 
299
- ## Closed pull requests
374
+ ### Closed pull requests
300
375
 
301
376
  - v4.0.2 [\#2041](https://github.com/nextcloud/nextcloud-vue/pull/2041) ([marcoambrosini](https://github.com/marcoambrosini))
302
377
 
@@ -304,7 +379,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
304
379
 
305
380
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.1...v4.0.2)
306
381
 
307
- ## Fixed bugs
382
+ ### Fixed bugs
308
383
 
309
384
  - Safely check the global appName and handle its inexistence [\#2028](https://github.com/nextcloud/nextcloud-vue/pull/2028) ([ChristophWurst](https://github.com/ChristophWurst))
310
385
  - Fix settings navigation layout [\#2033](https://github.com/nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -313,11 +388,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
313
388
 
314
389
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.0...v4.0.1)
315
390
 
316
- ## Fixed bugs
391
+ ### Fixed bugs
317
392
 
318
393
  - Do not use app-content-wrapper if no list is provided [\#2026](nextcloud/nextcloud-vue/pull/2026) ([skjnldsv](@skjnldsv))
319
394
 
320
- ## Closed pull requests
395
+ ### Closed pull requests
321
396
 
322
397
  - Fix settings navigation layout [\#2033](nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](@marcoambrosini))
323
398
  - Set AppNavigation examples' width to 300px [\#2030](nextcloud/nextcloud-vue/pull/2030) ([korelstar](@korelstar))
@@ -326,14 +401,14 @@ Releasing this patch to re-trigger an npm package build since last release githu
326
401
 
327
402
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.10.1...v4.0.0)
328
403
 
329
- ## Breaking
404
+ ### Breaking
330
405
 
331
406
  - Remove deprecated legacy avatar user status [\#1945](https://github.com/nextcloud/nextcloud-vue/pull/1945) ([skjnldsv](https://github.com/skjnldsv))
332
407
  - Fix vue material icons [\#1816](https://github.com/nextcloud/nextcloud-vue/pull/1816) ([skjnldsv](https://github.com/skjnldsv))
333
408
  - Resizable columns [\#1759](https://github.com/nextcloud/nextcloud-vue/pull/1759) ([brueckner](https://github.com/brueckner))
334
409
  - 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))
335
410
 
336
- ## Enhancements
411
+ ### Enhancements
337
412
 
338
413
  - Add CheckboxRadio component [\#1875](https://github.com/nextcloud/nextcloud-vue/pull/1875) ([skjnldsv](https://github.com/skjnldsv))
339
414
  - 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))
@@ -353,7 +428,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
353
428
  - Update appnavigationcaption [\#1863](https://github.com/nextcloud/nextcloud-vue/pull/1863) ([ma12-co](https://github.com/ma12-co))
354
429
  - Wrap icon span in icon slot for ActionButton [\#1930](https://github.com/nextcloud/nextcloud-vue/pull/1930) ([raimund-schluessler](https://github.com/raimund-schluessler))
355
430
 
356
- ## Fixed bugs
431
+ ### Fixed bugs
357
432
 
358
433
  - 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))
359
434
  - Allow to append datepicker to body [\#1880](https://github.com/nextcloud/nextcloud-vue/pull/1880) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -377,17 +452,17 @@ Releasing this patch to re-trigger an npm package build since last release githu
377
452
 
378
453
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.8.0...v3.9.0)
379
454
 
380
- ## Enhancements
455
+ ### Enhancements
381
456
 
382
457
  - Add icon slot to emptycontent [\#1806](https://github.com/nextcloud/nextcloud-vue/pull/1806) ([skjnldsv](https://github.com/skjnldsv))
383
458
 
384
- ## Fixed bugs
459
+ ### Fixed bugs
385
460
 
386
461
  - 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))
387
462
  - Ensure that crumbs to hide have correct class [\#1807](https://github.com/nextcloud/nextcloud-vue/pull/1807) ([raimund-schluessler](https://github.com/raimund-schluessler))
388
463
  - Fix compact sidebar subtitle not visible [\#1767](https://github.com/nextcloud/nextcloud-vue/pull/1767) ([raimund-schluessler](https://github.com/raimund-schluessler))
389
464
 
390
- ## Closed pull requests
465
+ ### Closed pull requests
391
466
 
392
467
  - Fix translation extraction [\#1776](https://github.com/nextcloud/nextcloud-vue/pull/1776) ([jotoeri](https://github.com/jotoeri))
393
468
  - Minimize bundled translations [\#1775](https://github.com/nextcloud/nextcloud-vue/pull/1775) ([jotoeri](https://github.com/jotoeri))
@@ -883,7 +958,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
883
958
 
884
959
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.0...v2.6.1)
885
960
 
886
- ### Fixed bugs:
961
+ #### Fixed bugs:
887
962
 
888
963
  - Allow to toggle linkification by prop [\#1337](https://github.com/nextcloud/nextcloud-vue/pull/1337) ([raimund-schluessler](https://github.com/raimund-schluessler))
889
964
  - Fix sidebar layout in compact mode [\#1338](https://github.com/nextcloud/nextcloud-vue/pull/1338) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -901,7 +976,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
901
976
  - Allow to toggle editable title by click [\#1288](https://github.com/nextcloud/nextcloud-vue/pull/1288) ([raimund-schluessler](https://github.com/raimund-schluessler))
902
977
  - Feature/641/use popover component for actions [\#832](https://github.com/nextcloud/nextcloud-vue/pull/832) ([ma12-co](https://github.com/ma12-co))
903
978
 
904
- ### Fixed bugs:
979
+ #### Fixed bugs:
905
980
 
906
981
  - Add `background-repeat:no-repeat` to icons [\#1330](https://github.com/nextcloud/nextcloud-vue/pull/1330) ([dk1a](https://github.com/dk1a))
907
982
  - 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