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

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 +72 -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/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 +1 -1
  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,49 @@
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.3](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.3) (2022-08-18)
6
6
 
7
- #### :bug: Bug Fix
7
+ [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v6.0.0-beta.2...v6.0.0-beta.3)
8
+
9
+ ### :boom: Breaking changes
10
+ - Add Nc prefix to all components [\#3058](https://github.com/nextcloud/nextcloud-vue/pull/3058) ([raimund-schluessler](https://github.com/raimund-schluessler))
11
+
12
+ ### :rocket: Enhancement
13
+ - Allow to render x items outside an Actions menu [\#3060](https://github.com/nextcloud/nextcloud-vue/pull/3060) ([skjnldsv](https://github.com/skjnldsv))
14
+ - Allow ListItem components to link to external links [\#3040](https://github.com/nextcloud/nextcloud-vue/pull/3040) ([tcitworld](https://github.com/tcitworld))
15
+
16
+ ### :bug: Fixed bugs
17
+ - Fix breadcrumbs dropdown icon alignment [\#3059](https://github.com/nextcloud/nextcloud-vue/pull/3059) ([raimund-schluessler](https://github.com/raimund-schluessler))
18
+ - Add missing trailing comma [\#3046](https://github.com/nextcloud/nextcloud-vue/pull/3046) ([raimund-schluessler](https://github.com/raimund-schluessler))
19
+ - Correctly overwrite app-settings modal style [\#3035](https://github.com/nextcloud/nextcloud-vue/pull/3035) ([raimund-schluessler](https://github.com/raimund-schluessler))
20
+ - Implement empty content icon slot in DashboardWidget [\#3034](https://github.com/nextcloud/nextcloud-vue/pull/3034) ([raimund-schluessler](https://github.com/raimund-schluessler))
21
+ - Fix reference to closed menu in "aria-controls" [\#3031](https://github.com/nextcloud/nextcloud-vue/pull/3031) ([danxuliu](https://github.com/danxuliu))
22
+ - Don't return focus after close-after-click [\#3030](https://github.com/nextcloud/nextcloud-vue/pull/3030) ([raimund-schluessler](https://github.com/raimund-schluessler))
23
+ - Dismis focus trap when component gets destroyed [\#3023](https://github.com/nextcloud/nextcloud-vue/pull/3023) ([juliushaertl](https://github.com/juliushaertl))
24
+ - Allow click outside for Popover focus trap [\#3022](https://github.com/nextcloud/nextcloud-vue/pull/3022) ([raimund-schluessler](https://github.com/raimund-schluessler))
25
+ - Disable focus-trap for Popover by default [\#3021](https://github.com/nextcloud/nextcloud-vue/pull/3021) ([raimund-schluessler](https://github.com/raimund-schluessler))
26
+ - Fix issues with focus trap on modal [\#3020](https://github.com/nextcloud/nextcloud-vue/pull/3020) ([juliushaertl](https://github.com/juliushaertl))
27
+ - ```aria-expanded``` was fixed for Multiselect.vue [\#3037](https://github.com/nextcloud/nextcloud-vue/pull/3037) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
28
+
29
+ ### Closed pull requests
30
+ - Add note about pre-releases to the readme [\#3019](https://github.com/nextcloud/nextcloud-vue/pull/3019) ([juliushaertl](https://github.com/juliushaertl))
31
+
32
+ ## [v6.0.0-beta.2](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.2) (2022-08-11)
33
+
34
+ ### :bug: Fixed bugs
8
35
 
9
36
  * [#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
37
  * [#3006](https://github.com/nextcloud/nextcloud-vue/pull/3006) Fix single button action icon attribute ([@PVince81](https://github.com/PVince81))
11
38
 
12
- ## v6.0.0-beta.1 (2022-08-11)
39
+ ## [v6.0.0-beta.1](https://github.com/nextcloud/nextcloud-vue/tree/v6.0.0-beta.1) (2022-08-11)
13
40
 
14
- #### :boom: Breaking Change
41
+ ### :boom: Breaking changes
15
42
  * [#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
43
  * ~~[#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
44
  * [#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
45
  * [#2923](https://github.com/nextcloud/nextcloud-vue/pull/2923) Enforce setting section ids ([@nickvergessen](https://github.com/nickvergessen))
19
46
 
20
- #### :rocket: Enhancement
47
+ ### :rocket: Enhancement
21
48
  * [#2911](https://github.com/nextcloud/nextcloud-vue/pull/2911) Use render function in Actions component ([@raimund-schluessler](https://github.com/raimund-schluessler))
22
49
  * [#2998](https://github.com/nextcloud/nextcloud-vue/pull/2998) Import tooltip directive only locally ([@raimund-schluessler](https://github.com/raimund-schluessler))
23
50
  * [#2983](https://github.com/nextcloud/nextcloud-vue/pull/2983) Simplify webpack configuration ([@raimund-schluessler](https://github.com/raimund-schluessler))
@@ -25,7 +52,7 @@ All notable changes to this project will be documented in this file.
25
52
  * [#2868](https://github.com/nextcloud/nextcloud-vue/pull/2868) Create TextField component ([@marcoambrosini](https://github.com/marcoambrosini))
26
53
  * [#2856](https://github.com/nextcloud/nextcloud-vue/pull/2856) Fix ListItem css & add compact mode ([@jotoeri](https://github.com/jotoeri))
27
54
 
28
- #### :bug: Bug Fix
55
+ ### :bug: Bug Fix
29
56
  * [#2533](https://github.com/nextcloud/nextcloud-vue/pull/2533) [MultiSelect] pass the #noResult slot to the underlying component ([@eneiluj](https://github.com/eneiluj))
30
57
  * [#2999](https://github.com/nextcloud/nextcloud-vue/pull/2999) Also export tooltip options ([@raimund-schluessler](https://github.com/raimund-schluessler))
31
58
  * [#2997](https://github.com/nextcloud/nextcloud-vue/pull/2997) Fix regressions from floating-vue migration ([@raimund-schluessler](https://github.com/raimund-schluessler))
@@ -45,7 +72,7 @@ All notable changes to this project will be documented in this file.
45
72
 
46
73
  ## v6.0.0-alpha.0 (2022-07-27)
47
74
 
48
- #### :boom: Breaking Changes
75
+ ### :boom: Breaking Changes
49
76
  * [#2600](https://github.com/nextcloud/nextcloud-vue/pull/2600) Migrate to floating-vue ([@raimund-schluessler](https://github.com/raimund-schluessler))
50
77
  * [#2867](https://github.com/nextcloud/nextcloud-vue/pull/2867) Accessible EmptyContent component ([@Pytal](https://github.com/Pytal))
51
78
  * [#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 +82,7 @@ All notable changes to this project will be documented in this file.
55
82
  * [#2603](https://github.com/nextcloud/nextcloud-vue/pull/2603) Comply with eslint for event name ([@artonge](https://github.com/artonge))
56
83
  * [#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
84
 
58
- #### :rocket: Enhancements
85
+ ### :rocket: Enhancements
59
86
  * [#2875](https://github.com/nextcloud/nextcloud-vue/pull/2875) Adjust loading icon style, replace `fillColor` prop ([@raimund-schluessler](https://github.com/raimund-schluessler))
60
87
  * [#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
88
  * [#2565](https://github.com/nextcloud/nextcloud-vue/pull/2565) Improve SettingsInputText component ([@quentinguidee](https://github.com/quentinguidee))
@@ -79,7 +106,7 @@ All notable changes to this project will be documented in this file.
79
106
  * [#2654](https://github.com/nextcloud/nextcloud-vue/pull/2654) add handle keyboard focus for accessibility ([@vanpertsch](https://github.com/vanpertsch))
80
107
  * [#2629](https://github.com/nextcloud/nextcloud-vue/pull/2629) small cleanup of small modal size ([@szaimen](https://github.com/szaimen))
81
108
 
82
- #### :bug: Fixed bugs
109
+ ### :bug: Fixed bugs
83
110
  * [#2878](https://github.com/nextcloud/nextcloud-vue/pull/2878) Fix single action validation ([@raimund-schluessler](https://github.com/raimund-schluessler))
84
111
  * [#2877](https://github.com/nextcloud/nextcloud-vue/pull/2877) Bring back AppNavigationToggle tooltip ([@raimund-schluessler](https://github.com/raimund-schluessler))
85
112
  * [#2895](https://github.com/nextcloud/nextcloud-vue/pull/2895) Fix issues with Multiselect component ([@nickvergessen](https://github.com/nickvergessen))
@@ -103,7 +130,7 @@ All notable changes to this project will be documented in this file.
103
130
 
104
131
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.3.0...v5.3.1)
105
132
 
106
- ## Fixed bugs
133
+ ### Fixed bugs
107
134
 
108
135
  - Fix button disable state and reactivity [\#2622](https://github.com/nextcloud/nextcloud-vue/pull/2622) ([skjnldsv](https://github.com/skjnldsv))
109
136
  - 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 +149,13 @@ All notable changes to this project will be documented in this file.
122
149
 
123
150
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.2.1...v5.3.0)
124
151
 
125
- ## Fixed bugs
152
+ ### Fixed bugs
126
153
 
127
154
  - Fix tertiary no background button color [\#2589](https://github.com/nextcloud/nextcloud-vue/pull/2589) ([marcoambrosini](https://github.com/marcoambrosini))
128
155
  - Fix tertiary buttons hover feedback [\#2583](https://github.com/nextcloud/nextcloud-vue/pull/2583) ([marcoambrosini](https://github.com/marcoambrosini))
129
156
  - Fix the ProgressBar display in the documentation [\#2564](https://github.com/nextcloud/nextcloud-vue/pull/2564) ([quentinguidee](https://github.com/quentinguidee))
130
157
 
131
- ## Closed pull requests
158
+ ### Closed pull requests
132
159
 
133
160
  - 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
161
  - Update variables.css [\#2574](https://github.com/nextcloud/nextcloud-vue/pull/2574) ([skjnldsv](https://github.com/skjnldsv))
@@ -142,13 +169,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
142
169
 
143
170
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.1...v5.2.0)
144
171
 
145
- ## Enhancements
172
+ ### Enhancements
146
173
 
147
174
  - Use large corner radius for the Popover component [\#2566](https://github.com/nextcloud/nextcloud-vue/pull/2566) ([quentinguidee](https://github.com/quentinguidee))
148
175
  - 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
176
  - Add aria-description to AppNavigationItem [\#2548](https://github.com/nextcloud/nextcloud-vue/pull/2548) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
150
177
 
151
- ## Fixed bugs
178
+ ### Fixed bugs
152
179
 
153
180
  - Fix secondary button with old style as temporary solution [\#2562](https://github.com/nextcloud/nextcloud-vue/pull/2562) ([nickvergessen](https://github.com/nickvergessen))
154
181
  - 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 +185,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
158
185
 
159
186
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v5.1.0...v5.1.1)
160
187
 
161
- ## Fixed bugs
188
+ ### Fixed bugs
162
189
 
163
190
  - Fix error spam of icon only buttons part2 [\#2547](https://github.com/nextcloud/nextcloud-vue/pull/2547) ([nickvergessen](https://github.com/nickvergessen))
164
191
  - Fix error spam from buttons [\#2540](https://github.com/nextcloud/nextcloud-vue/pull/2540) ([nickvergessen](https://github.com/nickvergessen))
@@ -168,18 +195,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
168
195
 
169
196
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.4.0...v5.1.0)
170
197
 
171
- ## Enhancements
198
+ ### Enhancements
172
199
 
173
200
  - Add button native type prop on \<Button\> [\#2516](https://github.com/nextcloud/nextcloud-vue/pull/2516) ([tcitworld](https://github.com/tcitworld))
174
201
  - increase the small modal width [\#2496](https://github.com/nextcloud/nextcloud-vue/pull/2496) ([szaimen](https://github.com/szaimen))
175
202
  - Allow Breadcrumbs "to" prop to be an object [\#2491](https://github.com/nextcloud/nextcloud-vue/pull/2491) ([tcitworld](https://github.com/tcitworld))
176
203
 
177
- ## Fixed bugs
204
+ ### Fixed bugs
178
205
 
179
206
  - Change appearance of the slot "icon" at AppNavigationItem [\#2506](https://github.com/nextcloud/nextcloud-vue/pull/2506) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
180
207
  - 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
208
 
182
- ## Closed pull requests
209
+ ### Closed pull requests
183
210
 
184
211
  - fix: imports from emoji-mart-vue-fast [\#2521](https://github.com/nextcloud/nextcloud-vue/pull/2521) ([max-nextcloud](https://github.com/max-nextcloud))
185
212
 
@@ -187,7 +214,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
187
214
 
188
215
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0)
189
216
 
190
- ## Enhancements
217
+ ### Enhancements
191
218
 
192
219
  - Implement showing global crumb actions [\#2444](https://github.com/nextcloud/nextcloud-vue/pull/2444) ([raimund-schluessler](https://github.com/raimund-schluessler))
193
220
  - Add option to always show actions [\#2419](https://github.com/nextcloud/nextcloud-vue/pull/2419) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -197,13 +224,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
197
224
  - Adjust breadcrumb appearance [\#2411](https://github.com/nextcloud/nextcloud-vue/pull/2411) ([raimund-schluessler](https://github.com/raimund-schluessler))
198
225
  - Automatically use Nextcloud translated months, days and years [\#2397](https://github.com/nextcloud/nextcloud-vue/pull/2397) ([skjnldsv](https://github.com/skjnldsv))
199
226
 
200
- ## Fixed bugs
227
+ ### Fixed bugs
201
228
 
202
229
  - AppNavigationItem.vue: updating of this.$slots [\#2483](https://github.com/nextcloud/nextcloud-vue/pull/2483) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
203
230
  - 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
231
  - Fix dragging onto hidden crumbs [\#2412](https://github.com/nextcloud/nextcloud-vue/pull/2412) ([raimund-schluessler](https://github.com/raimund-schluessler))
205
232
 
206
- ## Closed pull requests
233
+ ### Closed pull requests
207
234
 
208
235
  - Limit avatar request sizes to 64 and 512 pixel [\#2486](https://github.com/nextcloud/nextcloud-vue/pull/2486) ([nickvergessen](https://github.com/nickvergessen))
209
236
  - Add aria label to the ActionInput component [\#2472](https://github.com/nextcloud/nextcloud-vue/pull/2472) ([JuliaKirschenheuter](https://github.com/JuliaKirschenheuter))
@@ -215,11 +242,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
215
242
 
216
243
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.2.0...v4.3.0)
217
244
 
218
- ## Fixed bugs
245
+ ### Fixed bugs
219
246
 
220
247
  - Change background style target for tab icons [\#2374](https://github.com/nextcloud/nextcloud-vue/pull/2374) ([artonge](https://github.com/artonge))
221
248
 
222
- ## Closed pull requests
249
+ ### Closed pull requests
223
250
 
224
251
  - Reduce size of status icons in Avatar component [\#2323](https://github.com/nextcloud/nextcloud-vue/pull/2323) ([CarlSchwan](https://github.com/CarlSchwan))
225
252
  - Free closeOnSelect [\#2391](https://github.com/nextcloud/nextcloud-vue/pull/2391) ([jotoeri](https://github.com/jotoeri)))
@@ -228,16 +255,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
228
255
 
229
256
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.1...v4.2.0)
230
257
 
231
- ## Enhancements
258
+ ### Enhancements
232
259
 
233
260
  - Use material design icon for AppSidebar star [\#2265](https://github.com/nextcloud/nextcloud-vue/pull/2265) ([raimund-schluessler](https://github.com/raimund-schluessler))
234
261
  - Bump vue-material-design-icons from 4.12.1 to 4.13.0 [\#2269](https://github.com/nextcloud/nextcloud-vue/pull/2269)
235
262
  - Allow material design icons for appnavigationitem [\#2276](https://github.com/nextcloud/nextcloud-vue/pull/2276) ([raimund-schluessler](https://github.com/raimund-schluessler))
236
263
  - 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
264
+ - 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
265
  - Add outlined counter [\#2287](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([marcoambrosini](https://github.com/marcoambrosini))
239
266
 
240
- ## Fixed bugs
267
+ ### Fixed bugs
241
268
 
242
269
  - Set material design icon size to 20 [\#2268](https://github.com/nextcloud/nextcloud-vue/pull/2268) ([raimund-schluessler](https://github.com/raimund-schluessler))
243
270
  - Fix missing icon [\#2297](https://github.com/nextcloud/nextcloud-vue/pull/2297#event-5378397330) ([Pytal](https://github.com/Pytal))
@@ -246,13 +273,13 @@ Releasing this patch to re-trigger an npm package build since last release githu
246
273
 
247
274
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.1.0...v4.1.1)
248
275
 
249
- ## Enhancements
276
+ ### Enhancements
250
277
 
251
278
  - Use material design icon for appsidebar close [\#2212](https://github.com/nextcloud/nextcloud-vue/pull/2212) ([raimund-schluessler](https://github.com/raimund-schluessler))
252
279
  - Use material design icon for settings icon [\#2213](https://github.com/nextcloud/nextcloud-vue/pull/2213) ([raimund-schluessler](https://github.com/raimund-schluessler))
253
280
  - Bump @nextcloud/calendar-js from 1.1.1 to 2.0.0 [\#2204](https://github.com/nextcloud/nextcloud-vue/pull/2204)
254
281
 
255
- ## Fixed bugs
282
+ ### Fixed bugs
256
283
 
257
284
  - 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
285
  - 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 +292,18 @@ Releasing this patch to re-trigger an npm package build since last release githu
265
292
 
266
293
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.3...v4.1.0)
267
294
 
268
- ## Enhancements
295
+ ### Enhancements
269
296
 
270
297
  - Set default slideshowdelay to 5000 ms [\#2122](https://github.com/nextcloud/nextcloud-vue/pull/2122) ([szaimen](https://github.com/szaimen))
271
298
  - Optionally make the DatetimePicker timezone-aware [\#2100](https://github.com/nextcloud/nextcloud-vue/pull/2100) ([ChristophWurst](https://github.com/ChristophWurst))
272
299
  - Fix videoplayer controls in viewer [\#2099](https://github.com/nextcloud/nextcloud-vue/pull/2099) ([szaimen](https://github.com/szaimen))
273
300
  - Add timezone picker [\#2095](https://github.com/nextcloud/nextcloud-vue/pull/2095) ([ChristophWurst](https://github.com/ChristophWurst))
274
301
 
275
- ## Fixed bugs
302
+ ### Fixed bugs
276
303
 
277
304
  - Check that userId is defined before querying [\#2159](https://github.com/nextcloud/nextcloud-vue/pull/2159) ([raimund-schluessler](https://github.com/raimund-schluessler))
278
305
 
279
- ## Closed pull requests
306
+ ### Closed pull requests
280
307
 
281
308
  - Use new named slot syntax [\#2160](https://github.com/nextcloud/nextcloud-vue/pull/2160) ([raimund-schluessler](https://github.com/raimund-schluessler))
282
309
  - Add a hint about the tooltip directive [\#2151](https://github.com/nextcloud/nextcloud-vue/pull/2151) ([nickvergessen](https://github.com/nickvergessen))
@@ -287,16 +314,16 @@ Releasing this patch to re-trigger an npm package build since last release githu
287
314
 
288
315
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.2...v4.0.3)
289
316
 
290
- ## Enhancements
317
+ ### Enhancements
291
318
 
292
319
  - Fix ActionCaption layout [\#2043](https://github.com/nextcloud/nextcloud-vue/pull/2043) ([marcoambrosini](https://github.com/marcoambrosini))
293
320
 
294
- ## Fixed bugs
321
+ ### Fixed bugs
295
322
 
296
323
  - Add type=button attribute to buttons [\#2069](https://github.com/nextcloud/nextcloud-vue/pull/2069) ([Pytal](https://github.com/Pytal))
297
324
  - Fix AppContent mobile display [\#2048](https://github.com/nextcloud/nextcloud-vue/pull/2048) ([skjnldsv](https://github.com/skjnldsv))
298
325
 
299
- ## Closed pull requests
326
+ ### Closed pull requests
300
327
 
301
328
  - v4.0.2 [\#2041](https://github.com/nextcloud/nextcloud-vue/pull/2041) ([marcoambrosini](https://github.com/marcoambrosini))
302
329
 
@@ -304,7 +331,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
304
331
 
305
332
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.1...v4.0.2)
306
333
 
307
- ## Fixed bugs
334
+ ### Fixed bugs
308
335
 
309
336
  - Safely check the global appName and handle its inexistence [\#2028](https://github.com/nextcloud/nextcloud-vue/pull/2028) ([ChristophWurst](https://github.com/ChristophWurst))
310
337
  - Fix settings navigation layout [\#2033](https://github.com/nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](https://github.com/marcoambrosini))
@@ -313,11 +340,11 @@ Releasing this patch to re-trigger an npm package build since last release githu
313
340
 
314
341
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v4.0.0...v4.0.1)
315
342
 
316
- ## Fixed bugs
343
+ ### Fixed bugs
317
344
 
318
345
  - Do not use app-content-wrapper if no list is provided [\#2026](nextcloud/nextcloud-vue/pull/2026) ([skjnldsv](@skjnldsv))
319
346
 
320
- ## Closed pull requests
347
+ ### Closed pull requests
321
348
 
322
349
  - Fix settings navigation layout [\#2033](nextcloud/nextcloud-vue/pull/2033) ([marcoambrosini](@marcoambrosini))
323
350
  - Set AppNavigation examples' width to 300px [\#2030](nextcloud/nextcloud-vue/pull/2030) ([korelstar](@korelstar))
@@ -326,14 +353,14 @@ Releasing this patch to re-trigger an npm package build since last release githu
326
353
 
327
354
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.10.1...v4.0.0)
328
355
 
329
- ## Breaking
356
+ ### Breaking
330
357
 
331
358
  - Remove deprecated legacy avatar user status [\#1945](https://github.com/nextcloud/nextcloud-vue/pull/1945) ([skjnldsv](https://github.com/skjnldsv))
332
359
  - Fix vue material icons [\#1816](https://github.com/nextcloud/nextcloud-vue/pull/1816) ([skjnldsv](https://github.com/skjnldsv))
333
360
  - Resizable columns [\#1759](https://github.com/nextcloud/nextcloud-vue/pull/1759) ([brueckner](https://github.com/brueckner))
334
361
  - 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
362
 
336
- ## Enhancements
363
+ ### Enhancements
337
364
 
338
365
  - Add CheckboxRadio component [\#1875](https://github.com/nextcloud/nextcloud-vue/pull/1875) ([skjnldsv](https://github.com/skjnldsv))
339
366
  - 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 +380,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
353
380
  - Update appnavigationcaption [\#1863](https://github.com/nextcloud/nextcloud-vue/pull/1863) ([ma12-co](https://github.com/ma12-co))
354
381
  - 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
382
 
356
- ## Fixed bugs
383
+ ### Fixed bugs
357
384
 
358
385
  - 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
386
  - Allow to append datepicker to body [\#1880](https://github.com/nextcloud/nextcloud-vue/pull/1880) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -377,17 +404,17 @@ Releasing this patch to re-trigger an npm package build since last release githu
377
404
 
378
405
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v3.8.0...v3.9.0)
379
406
 
380
- ## Enhancements
407
+ ### Enhancements
381
408
 
382
409
  - Add icon slot to emptycontent [\#1806](https://github.com/nextcloud/nextcloud-vue/pull/1806) ([skjnldsv](https://github.com/skjnldsv))
383
410
 
384
- ## Fixed bugs
411
+ ### Fixed bugs
385
412
 
386
413
  - 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
414
  - 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
415
  - Fix compact sidebar subtitle not visible [\#1767](https://github.com/nextcloud/nextcloud-vue/pull/1767) ([raimund-schluessler](https://github.com/raimund-schluessler))
389
416
 
390
- ## Closed pull requests
417
+ ### Closed pull requests
391
418
 
392
419
  - Fix translation extraction [\#1776](https://github.com/nextcloud/nextcloud-vue/pull/1776) ([jotoeri](https://github.com/jotoeri))
393
420
  - Minimize bundled translations [\#1775](https://github.com/nextcloud/nextcloud-vue/pull/1775) ([jotoeri](https://github.com/jotoeri))
@@ -883,7 +910,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
883
910
 
884
911
  [Full Changelog](https://github.com/nextcloud/nextcloud-vue/compare/v2.6.0...v2.6.1)
885
912
 
886
- ### Fixed bugs:
913
+ #### Fixed bugs:
887
914
 
888
915
  - Allow to toggle linkification by prop [\#1337](https://github.com/nextcloud/nextcloud-vue/pull/1337) ([raimund-schluessler](https://github.com/raimund-schluessler))
889
916
  - Fix sidebar layout in compact mode [\#1338](https://github.com/nextcloud/nextcloud-vue/pull/1338) ([raimund-schluessler](https://github.com/raimund-schluessler))
@@ -901,7 +928,7 @@ Releasing this patch to re-trigger an npm package build since last release githu
901
928
  - Allow to toggle editable title by click [\#1288](https://github.com/nextcloud/nextcloud-vue/pull/1288) ([raimund-schluessler](https://github.com/raimund-schluessler))
902
929
  - Feature/641/use popover component for actions [\#832](https://github.com/nextcloud/nextcloud-vue/pull/832) ([ma12-co](https://github.com/ma12-co))
903
930
 
904
- ### Fixed bugs:
931
+ #### Fixed bugs:
905
932
 
906
933
  - Add `background-repeat:no-repeat` to icons [\#1330](https://github.com/nextcloud/nextcloud-vue/pull/1330) ([dk1a](https://github.com/dk1a))
907
934
  - 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Components/NcActionButton.js","mappings":"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","sources":["webpack://NextcloudVue/webpack/universalModuleDefinition","webpack://NextcloudVue/./src/mixins/actionGlobal.js","webpack://NextcloudVue/./src/mixins/actionText.js","webpack://NextcloudVue/./src/utils/GetParent.js","webpack://NextcloudVue/./src/components/NcActionButton/NcActionButton.vue?4f3f","webpack://NextcloudVue/./node_modules/css-loader/dist/runtime/api.js","webpack://NextcloudVue/./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://NextcloudVue/./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack://NextcloudVue/external commonjs \"vue\"","webpack://NextcloudVue/webpack/bootstrap","webpack://NextcloudVue/webpack/runtime/compat get default export","webpack://NextcloudVue/webpack/runtime/define property getters","webpack://NextcloudVue/webpack/runtime/hasOwnProperty shorthand","webpack://NextcloudVue/webpack/runtime/make namespace object","webpack://NextcloudVue/webpack/runtime/nonce","webpack://NextcloudVue/./src/components/NcActionButton/NcActionButton.vue","webpack://NextcloudVue/./src/components/NcActionButton/NcActionButton.vue?32cb","webpack://NextcloudVue/src/components/NcActionButton/NcActionButton.vue","webpack://NextcloudVue/./src/components/NcActionButton/NcActionButton.vue?8fc1","webpack://NextcloudVue/./src/components/NcActionButton/NcActionButton.vue?1828","webpack://NextcloudVue/./src/components/NcActionButton/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"NextcloudVue\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"NextcloudVue\"] = factory();\n\telse\n\t\troot[\"NextcloudVue\"] = root[\"NextcloudVue\"] || {}, root[\"NextcloudVue\"][\"Components/NcActionButton\"] = factory();\n})(self, function() {\nreturn ","\n/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport Vue from 'vue'\n\nexport default {\n\tbefore() {\n\t\t// all actions requires a valid text content\n\t\t// if none, forbid the component mount and throw error\n\t\tif (!this.$slots.default || this.text.trim() === '') {\n\t\t\tVue.util.warn(`${this.$options.name} cannot be empty and requires a meaningful text content`, this)\n\t\t\tthis.$destroy()\n\t\t\tthis.$el.remove()\n\t\t}\n\t},\n\n\tbeforeUpdate() {\n\t\tthis.text = this.getText()\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t// $slots are not reactive.\n\t\t\t// We need to update the content manually\n\t\t\ttext: this.getText(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tisLongText() {\n\t\t\treturn this.text && this.text.trim().length > 20\n\t\t},\n\t},\n\n\tmethods: {\n\t\tgetText() {\n\t\t\treturn this.$slots.default ? this.$slots.default[0].text.trim() : ''\n\t\t},\n\t},\n}\n","\n/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport actionGlobal from './actionGlobal.js'\nimport GetParent from '../utils/GetParent.js'\n\nexport default {\n\tmixins: [actionGlobal],\n\tprops: {\n\t\t/**\n\t\t * Icon to show with the action, can be either a CSS class or an URL\n\t\t */\n\t\ticon: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Title to show next to the icon\n\t\t */\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\t/**\n\t\t * Whether we close the Actions menu after the click\n\t\t */\n\t\tcloseAfterClick: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t/**\n\t\t * Aria label for the button. Not needed if the button has text.\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t},\n\n\temits: [\n\t\t'click',\n\t],\n\n\tcomputed: {\n\t\tisIconUrl() {\n\t\t\ttry {\n\t\t\t\treturn new URL(this.icon)\n\t\t\t} catch (error) {\n\t\t\t\treturn false\n\t\t\t}\n\t\t},\n\t},\n\n\tmethods: {\n\t\tonClick(event) {\n\t\t\t/**\n\t\t\t * Emitted when the action is clicked\n\t\t\t *\n\t\t\t * @type {Event}\n\t\t\t */\n\t\t\tthis.$emit('click', event)\n\n\t\t\tif (this.closeAfterClick) {\n\t\t\t\tconst parent = GetParent(this, 'NcActions')\n\t\t\t\tif (parent && parent.closeMenu) {\n\t\t\t\t\tparent.closeMenu(false)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n","\n/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Get the first parent component matching the provided name\n *\n * @param {object} context the context to search from (usualy this)\n * @param {string} name the parent name\n * @return {object} the parent component\n */\nconst GetParent = function(context, name) {\n\tlet parent = context.$parent\n\twhile (parent) {\n\t\tif (parent.$options.name === name) {\n\t\t\treturn parent\n\t\t}\n\t\tparent = parent.$parent\n\t}\n}\n\nexport default GetParent\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.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// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\nvar stylesInDOM = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n\n return updater;\n}\n\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n\n stylesInDOM.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nvar memo = {};\n/* istanbul ignore next */\n\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n}\n/* istanbul ignore next */\n\n\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n}\n\nmodule.exports = insertBySelector;","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\n\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\n\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n\n var needLayer = typeof obj.layer !== \"undefined\";\n\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n\n css += obj.css;\n\n if (needLayer) {\n css += \"}\";\n }\n\n if (obj.media) {\n css += \"}\";\n }\n\n if (obj.supports) {\n css += \"}\";\n }\n\n var sourceMap = obj.sourceMap;\n\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n options.styleTagTransform(css, styleElement, options.options);\n}\n\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n\n styleElement.parentNode.removeChild(styleElement);\n}\n/* istanbul ignore next */\n\n\nfunction domAPI(options) {\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\n\nmodule.exports = domAPI;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n\n styleElement.appendChild(document.createTextNode(css));\n }\n}\n\nmodule.exports = styleTagTransform;","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","module.exports = require(\"vue\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"action\",class:{ 'action--disabled': _vm.disabled },attrs:{\"role\":\"presentation\"}},[_c('button',{staticClass:\"action-button\",class:{ focusable: _vm.isFocusable },attrs:{\"aria-label\":_vm.ariaLabel,\"role\":\"menuitem\",\"type\":\"button\"},on:{\"click\":_vm.onClick}},[_vm._t(\"icon\",function(){return [_c('span',{staticClass:\"action-button__icon\",class:[_vm.isIconUrl ? 'action-button__icon--url' : _vm.icon],style:({ backgroundImage: _vm.isIconUrl ? `url(${_vm.icon})` : null })})]}),_vm._v(\" \"),(_vm.title)?_c('p',[_c('strong',{staticClass:\"action-button__title\"},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.title)+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('br'),_vm._v(\" \"),_c('span',{staticClass:\"action-button__longtext\",domProps:{\"textContent\":_vm._s(_vm.text)}})]):(_vm.isLongText)?_c('p',{staticClass:\"action-button__longtext\",domProps:{\"textContent\":_vm._s(_vm.text)}}):_c('span',{staticClass:\"action-button__text\"},[_vm._v(_vm._s(_vm.text))]),_vm._v(\" \"),(false)?_vm._t(\"default\"):_vm._e()],2)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NcActionButton.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NcActionButton.vue?vue&type=script&lang=js&\"","<!--\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<docs>\nThis component is made to be used inside of the [NcActions](#NcActions) component slots.\n\n```vue\n\t<template>\n\t\t<div style=\"display: flex; align-items: center;\">\n\t\t\t<NcActions>\n\t\t\t\t<NcActionButton @click=\"showMessage('Delete')\">\n\t\t\t\t\t<template #icon>\n\t\t\t\t\t\t<Delete :size=\"20\" />\n\t\t\t\t\t</template>\n\t\t\t\t\tDelete\n\t\t\t\t</NcActionButton>\n\t\t\t\t<NcActionButton :close-after-click=\"true\" @click=\"showMessage('Delete and close menu')\">\n\t\t\t\t\t<template #icon>\n\t\t\t\t\t\t<Delete :size=\"20\" />\n\t\t\t\t\t</template>\n\t\t\t\t\tDelete and close\n\t\t\t\t</NcActionButton>\n\t\t\t\t<NcActionButton :close-after-click=\"true\" @click=\"focusInput\">\n\t\t\t\t\t<template #icon>\n\t\t\t\t\t\t<Plus :size=\"20\" />\n\t\t\t\t\t</template>\n\t\t\t\t\tCreate\n\t\t\t\t</NcActionButton>\n\t\t\t\t<NcActionButton :disabled=\"true\" @click=\"showMessage('Disabled')\">\n\t\t\t\t\t<template #icon>\n\t\t\t\t\t\t<Delete :size=\"20\" />\n\t\t\t\t\t</template>\n\t\t\t\t\tDisabled button\n\t\t\t\t</NcActionButton>\n\t\t\t</NcActions>\n\t\t\t<input ref=\"input\" />\n\t\t</div>\n\t</template>\n\t<script>\n\timport Delete from 'vue-material-design-icons/Delete'\n\timport Plus from 'vue-material-design-icons/Plus'\n\n\texport default {\n\t\tcomponents: {\n\t\t\tDelete,\n\t\t\tPlus,\n\t\t},\n\t\tmethods: {\n\t\t\tshowMessage(msg) {\n\t\t\t\talert(msg)\n\t\t\t},\n\t\t\tfocusInput() {\n\t\t\t\tthis.$nextTick(() => this.$refs.input.focus())\n\t\t\t},\n\t\t},\n\t}\n\t</script>\n```\n\nIf you're using a long text you can specify a title\n\n```vue\n\t<template>\n\t\t<NcActions>\n\t\t\t<NcActionButton icon=\"icon-add\" @click=\"showMessage('Add')\">\n\t\t\t\tAdd new\n\t\t\t</NcActionButton>\n\t\t\t<NcActionButton title=\"Long button\" @click=\"showMessage('Delete')\">\n\t\t\t\t<template #icon>\n\t\t\t\t\t<Delete :size=\"20\" />\n\t\t\t\t</template>\n\t\t\t\tThis button is associated with a very long text.\\nAnd with new lines too.\n\t\t\t</NcActionButton>\n\t\t</NcActions>\n\t</template>\n\t<script>\n\timport Delete from 'vue-material-design-icons/Delete'\n\n\texport default {\n\t\tcomponents: {\n\t\t\tDelete,\n\t\t},\n\t\tmethods: {\n\t\t\tshowMessage(msg) {\n\t\t\t\talert(msg)\n\t\t\t},\n\t\t},\n\t}\n\t</script>\n\n```\n\nAction icon attribute with a single action\n\n```vue\n\t<template>\n\t\t<NcActions>\n\t\t\t<NcActionButton icon=\"icon-add\" @click=\"showMessage('Add')\">\n\t\t\t\tAdd new\n\t\t\t</NcActionButton>\n\t\t</NcActions>\n\t</template>\n\t<script>\n\texport default {\n\t\tmethods: {\n\t\t\tshowMessage(msg) {\n\t\t\t\talert(msg)\n\t\t\t},\n\t\t},\n\t}\n\t</script>\n\n```\n\nYou can also use a custom icon, for example from the vue-material-design-icons library:\n\n```vue\n<template>\n\t<NcActions>\n\t\t<NcActionButton>\n\t\t\t<template #icon>\n\t\t\t\t<HandBackLeft :size=\"20\" />\n\t\t\t</template>\n\t\t\tRaise left hand\n\t\t</NcActionButton>\n\t\t<NcActionButton>\n\t\t\t<template #icon>\n\t\t\t\t<HandBackRight :size=\"20\" />\n\t\t\t</template>\n\t\t\tRaise right hand\n\t\t</NcActionButton>\n\t</NcActions>\n</template>\n<script>\nimport HandBackLeft from 'vue-material-design-icons/HandBackLeft'\nimport HandBackRight from 'vue-material-design-icons/HandBackRight'\n\nexport default {\n\tcomponents: {\n\t\tHandBackLeft,\n\t\tHandBackRight,\n\t},\n}\n</script>\n```\n</docs>\n\n<template>\n\t<li class=\"action\" role=\"presentation\" :class=\"{ 'action--disabled': disabled }\">\n\t\t<button class=\"action-button\"\n\t\t\t:class=\"{ focusable: isFocusable }\"\n\t\t\t:aria-label=\"ariaLabel\"\n\t\t\trole=\"menuitem\"\n\t\t\ttype=\"button\"\n\t\t\t@click=\"onClick\">\n\t\t\t<!-- @slot Manually provide icon -->\n\t\t\t<slot name=\"icon\">\n\t\t\t\t<span :class=\"[isIconUrl ? 'action-button__icon--url' : icon]\"\n\t\t\t\t\t:style=\"{ backgroundImage: isIconUrl ? `url(${icon})` : null }\"\n\t\t\t\t\tclass=\"action-button__icon\" />\n\t\t\t</slot>\n\n\t\t\t<!-- long text with title -->\n\t\t\t<p v-if=\"title\">\n\t\t\t\t<strong class=\"action-button__title\">\n\t\t\t\t\t{{ title }}\n\t\t\t\t</strong>\n\t\t\t\t<br>\n\t\t\t\t<!-- white space is shown on longtext, so we can't\n\t\t\t\t\tput {{ text }} on a new line for code readability -->\n\t\t\t\t<span class=\"action-button__longtext\" v-text=\"text\" />\n\t\t\t</p>\n\n\t\t\t<!-- long text only -->\n\t\t\t<!-- white space is shown on longtext, so we can't\n\t\t\t\tput {{ text }} on a new line for code readability -->\n\t\t\t<p v-else-if=\"isLongText\"\n\t\t\t\tclass=\"action-button__longtext\"\n\t\t\t\tv-text=\"text\" />\n\n\t\t\t<!-- default text display -->\n\t\t\t<span v-else class=\"action-button__text\">{{ text }}</span>\n\n\t\t\t<!-- fake slot to gather inner text -->\n\t\t\t<slot v-if=\"false\" />\n\t\t</button>\n\t</li>\n</template>\n\n<script>\nimport ActionTextMixin from '../../mixins/actionText.js'\n\n/**\n * Button component to be used in Actions\n */\nexport default {\n\tname: 'NcActionButton',\n\n\tmixins: [ActionTextMixin],\n\n\tprops: {\n\t\t/**\n\t\t * disabled state of the action button\n\t\t */\n\t\tdisabled: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\tcomputed: {\n\t\t/**\n\t\t * determines if the action is focusable\n\t\t *\n\t\t * @return {boolean} is the action focusable ?\n\t\t */\n\t\tisFocusable() {\n\t\t\treturn !this.disabled\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n@import '../../assets/action';\n@include action-active;\n@include action--disabled;\n@include action-item('button');\n</style>\n","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NcActionButton.vue?vue&type=style&index=0&id=45a871d0&prod&lang=scss&scoped=true&\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NcActionButton.vue?vue&type=style&index=0&id=45a871d0&prod&lang=scss&scoped=true&\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./NcActionButton.vue?vue&type=template&id=45a871d0&scoped=true&\"\nimport script from \"./NcActionButton.vue?vue&type=script&lang=js&\"\nexport * from \"./NcActionButton.vue?vue&type=script&lang=js&\"\nimport style0 from \"./NcActionButton.vue?vue&type=style&index=0&id=45a871d0&prod&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"45a871d0\",\n null\n \n)\n\n/* custom blocks */\nimport block0 from \"./NcActionButton.vue?vue&type=custom&index=0&blockType=docs\"\nif (typeof block0 === 'function') block0(component)\n\nexport default component.exports","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\nimport NcActionButton from './NcActionButton.vue'\n\nexport default NcActionButton\n"],"names":["root","factory","exports","module","define","amd","self","before","this","$slots","default","text","trim","Vue","$options","name","$destroy","$el","remove","beforeUpdate","getText","data","computed","isLongText","length","methods","mixins","actionGlobal","props","icon","type","String","title","closeAfterClick","Boolean","ariaLabel","emits","isIconUrl","URL","error","onClick","event","$emit","parent","context","$parent","GetParent","closeMenu","___CSS_LOADER_EXPORT___","push","id","cssWithMappingToString","list","toString","map","item","content","concat","join","i","modules","mediaQuery","dedupe","alreadyImportedModules","_i","_arrayLikeToArray","arr","len","arr2","Array","_item","isArray","_arrayWithHoles","Symbol","iterator","_s","_e","_arr","_n","_d","call","next","done","value","err","_iterableToArrayLimit","o","minLen","n","Object","prototype","slice","constructor","from","test","_unsupportedIterableToArray","TypeError","_nonIterableRest","cssMapping","btoa","base64","unescape","encodeURIComponent","JSON","stringify","sourceMapping","sourceURLs","sources","source","sourceRoot","stylesInDOM","getIndexByIdentifier","identifier","result","modulesToDom","options","idCountMap","identifiers","base","count","indexByIdentifier","obj","css","media","sourceMap","supports","layer","references","updater","addElementStyle","byIndex","splice","api","domAPI","update","newObj","lastIdentifiers","newList","index","newLastIdentifiers","_index","memo","insert","style","target","styleTarget","document","querySelector","window","HTMLIFrameElement","contentDocument","head","e","getTarget","Error","appendChild","element","createElement","setAttributes","attributes","styleElement","nonce","setAttribute","insertStyleElement","needLayer","styleTagTransform","apply","parentNode","removeChild","removeStyleElement","styleSheet","cssText","firstChild","createTextNode","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","_compiled","functional","_scopeId","$vnode","ssrContext","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","getter","__esModule","d","a","definition","key","defineProperty","enumerable","get","prop","hasOwnProperty","r","toStringTag","nc","component","_vm","_c","_self","staticClass","class","disabled","attrs","focusable","isFocusable","on","_t","backgroundImage","_v","domProps"],"sourceRoot":""}