@nextcloud/vue 8.11.1 → 8.11.2

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 (298) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/Components/NcActionButtonGroup.cjs +1 -1
  3. package/dist/Components/NcActionButtonGroup.mjs +1 -1
  4. package/dist/Components/NcActionInput.cjs +1 -1
  5. package/dist/Components/NcActionInput.mjs +1 -1
  6. package/dist/Components/NcActions.cjs +1 -1
  7. package/dist/Components/NcActions.mjs +1 -1
  8. package/dist/Components/NcAppContent.cjs +1 -1
  9. package/dist/Components/NcAppContent.mjs +1 -1
  10. package/dist/Components/NcAppNavigation.cjs +1 -1
  11. package/dist/Components/NcAppNavigation.mjs +1 -1
  12. package/dist/Components/NcAppNavigationCaption.cjs +1 -1
  13. package/dist/Components/NcAppNavigationCaption.mjs +1 -1
  14. package/dist/Components/NcAppNavigationItem.cjs +1 -1
  15. package/dist/Components/NcAppNavigationItem.mjs +1 -1
  16. package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
  17. package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
  18. package/dist/Components/NcAppNavigationSettings.cjs +1 -1
  19. package/dist/Components/NcAppNavigationSettings.mjs +1 -1
  20. package/dist/Components/NcAppNavigationToggle.cjs +1 -1
  21. package/dist/Components/NcAppNavigationToggle.mjs +1 -1
  22. package/dist/Components/NcAppSettingsDialog.cjs +1 -1
  23. package/dist/Components/NcAppSettingsDialog.mjs +1 -1
  24. package/dist/Components/NcAppSidebar.cjs +1 -1
  25. package/dist/Components/NcAppSidebar.mjs +1 -1
  26. package/dist/Components/NcAvatar.cjs +1 -1
  27. package/dist/Components/NcAvatar.mjs +1 -1
  28. package/dist/Components/NcBreadcrumb.cjs +1 -1
  29. package/dist/Components/NcBreadcrumb.mjs +1 -1
  30. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  31. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  32. package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
  33. package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
  34. package/dist/Components/NcColorPicker.cjs +1 -1
  35. package/dist/Components/NcColorPicker.mjs +1 -1
  36. package/dist/Components/NcContent.cjs +1 -1
  37. package/dist/Components/NcContent.mjs +1 -1
  38. package/dist/Components/NcDashboardWidget.cjs +1 -1
  39. package/dist/Components/NcDashboardWidget.mjs +1 -1
  40. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  41. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  42. package/dist/Components/NcDateTime.cjs +1 -1
  43. package/dist/Components/NcDateTime.mjs +1 -1
  44. package/dist/Components/NcDateTimePicker.cjs +2 -2
  45. package/dist/Components/NcDateTimePicker.mjs +4 -4
  46. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  47. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  48. package/dist/Components/NcDialog.cjs +1 -1
  49. package/dist/Components/NcDialog.mjs +1 -1
  50. package/dist/Components/NcEmojiPicker.cjs +1 -1
  51. package/dist/Components/NcEmojiPicker.mjs +1 -1
  52. package/dist/Components/NcListItem.cjs +1 -1
  53. package/dist/Components/NcListItem.mjs +1 -1
  54. package/dist/Components/NcListItemIcon.cjs +1 -1
  55. package/dist/Components/NcListItemIcon.mjs +1 -1
  56. package/dist/Components/NcModal.cjs +1 -1
  57. package/dist/Components/NcModal.mjs +3 -3
  58. package/dist/Components/NcPasswordField.cjs +1 -1
  59. package/dist/Components/NcPasswordField.mjs +1 -1
  60. package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
  61. package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
  62. package/dist/Components/NcRichContenteditable.cjs +1 -1
  63. package/dist/Components/NcRichContenteditable.mjs +1 -1
  64. package/dist/Components/NcRichText.cjs +1 -1
  65. package/dist/Components/NcRichText.mjs +3 -3
  66. package/dist/Components/NcSelect.cjs +1 -1
  67. package/dist/Components/NcSelect.mjs +1 -1
  68. package/dist/Components/NcSelectTags.cjs +1 -1
  69. package/dist/Components/NcSelectTags.mjs +1 -1
  70. package/dist/Components/NcSettingsInputText.cjs +1 -1
  71. package/dist/Components/NcSettingsInputText.mjs +1 -1
  72. package/dist/Components/NcSettingsSection.cjs +1 -1
  73. package/dist/Components/NcSettingsSection.mjs +1 -1
  74. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  75. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  76. package/dist/Components/NcTextField.cjs +1 -1
  77. package/dist/Components/NcTextField.mjs +1 -1
  78. package/dist/Components/NcTimezonePicker.cjs +1 -1
  79. package/dist/Components/NcTimezonePicker.mjs +1 -1
  80. package/dist/Components/NcUserBubble.cjs +1 -1
  81. package/dist/Components/NcUserBubble.mjs +1 -1
  82. package/dist/Components/NcUserStatusIcon.cjs +1 -1
  83. package/dist/Components/NcUserStatusIcon.mjs +1 -1
  84. package/dist/Functions/reference.cjs +1 -1
  85. package/dist/Functions/reference.mjs +1 -1
  86. package/dist/Functions/usernameToColor.cjs +1 -1
  87. package/dist/Functions/usernameToColor.mjs +1 -1
  88. package/dist/assets/{NcActions-DL7ZZIjx.css → NcActions-CiiQkX9v.css} +12 -12
  89. package/dist/assets/{NcAppNavigationItem-BxoyzD83.css → NcAppNavigationItem-hYyNqvah.css} +44 -44
  90. package/dist/assets/{NcAppSidebar-BJPR-mTB.css → NcAppSidebar-DlVjDHcd.css} +45 -45
  91. package/dist/assets/{NcAvatar-CR4U9eTm.css → NcAvatar-BozWHt1s.css} +27 -27
  92. package/dist/assets/{NcBreadcrumbs-oFXQlxy-.css → NcBreadcrumbs-E-TglkuV.css} +7 -7
  93. package/dist/assets/{NcDateTimePicker-qKgAO9KO.css → NcDateTimePicker-q_BLnhHU.css} +10 -10
  94. package/dist/assets/{NcDialog-M36tj7nk.css → NcDialog-DEKSpcnR.css} +17 -16
  95. package/dist/assets/{NcRichText-D2BBsB-_.css → NcRichText-DNXuHl34.css} +76 -65
  96. package/dist/chunks/{GenColors-D0bH59Rv.mjs → GenColors-Dceu3ds2.mjs} +1 -1
  97. package/dist/chunks/{GenColors-D0bH59Rv.mjs.map → GenColors-Dceu3ds2.mjs.map} +1 -1
  98. package/dist/chunks/{GenColors-Du2-qv6X.cjs → GenColors-hkqGpnOK.cjs} +1 -1
  99. package/dist/chunks/{GenColors-Du2-qv6X.cjs.map → GenColors-hkqGpnOK.cjs.map} +1 -1
  100. package/dist/chunks/{NcActionButtonGroup-Cawk1Q5J.cjs → NcActionButtonGroup-B1XhnIBl.cjs} +1 -1
  101. package/dist/chunks/{NcActionButtonGroup-Cawk1Q5J.cjs.map → NcActionButtonGroup-B1XhnIBl.cjs.map} +1 -1
  102. package/dist/chunks/{NcActionButtonGroup-jODsi2kz.mjs → NcActionButtonGroup-DU1taycQ.mjs} +1 -1
  103. package/dist/chunks/{NcActionButtonGroup-jODsi2kz.mjs.map → NcActionButtonGroup-DU1taycQ.mjs.map} +1 -1
  104. package/dist/chunks/{NcActionInput-BJSgHPYh.mjs → NcActionInput-53RB9uQe.mjs} +4 -4
  105. package/dist/chunks/{NcActionInput-BJSgHPYh.mjs.map → NcActionInput-53RB9uQe.mjs.map} +1 -1
  106. package/dist/chunks/{NcActionInput-NL0c8XAX.cjs → NcActionInput-N2wrvq5K.cjs} +1 -1
  107. package/dist/chunks/{NcActionInput-NL0c8XAX.cjs.map → NcActionInput-N2wrvq5K.cjs.map} +1 -1
  108. package/dist/chunks/{NcActions-X10TnO-4.cjs → NcActions-BtvXtZF4.cjs} +55 -35
  109. package/dist/chunks/{NcActions-B1Ue3gj8.mjs.map → NcActions-BtvXtZF4.cjs.map} +1 -1
  110. package/dist/chunks/{NcActions-B1Ue3gj8.mjs → NcActions-DiFslXqv.mjs} +84 -64
  111. package/dist/chunks/{NcActions-X10TnO-4.cjs.map → NcActions-DiFslXqv.mjs.map} +1 -1
  112. package/dist/chunks/{NcAppContent-BkVLz0T8.mjs → NcAppContent-BDhK1rUf.mjs} +1 -1
  113. package/dist/chunks/{NcAppContent-BkVLz0T8.mjs.map → NcAppContent-BDhK1rUf.mjs.map} +1 -1
  114. package/dist/chunks/{NcAppContent-CxdfMOVw.cjs → NcAppContent-Be1m1O_W.cjs} +1 -1
  115. package/dist/chunks/{NcAppContent-CxdfMOVw.cjs.map → NcAppContent-Be1m1O_W.cjs.map} +1 -1
  116. package/dist/chunks/{NcAppNavigation-BxaQQTmk.mjs → NcAppNavigation-CElLRpH-.mjs} +1 -1
  117. package/dist/chunks/{NcAppNavigation-BxaQQTmk.mjs.map → NcAppNavigation-CElLRpH-.mjs.map} +1 -1
  118. package/dist/chunks/{NcAppNavigation-CmBNq0sh.cjs → NcAppNavigation-DKUnWfen.cjs} +1 -1
  119. package/dist/chunks/{NcAppNavigation-CmBNq0sh.cjs.map → NcAppNavigation-DKUnWfen.cjs.map} +1 -1
  120. package/dist/chunks/{NcAppNavigationCaption-CUJSIO54.cjs → NcAppNavigationCaption-Cdcv-0jj.cjs} +1 -1
  121. package/dist/chunks/{NcAppNavigationCaption-CUJSIO54.cjs.map → NcAppNavigationCaption-Cdcv-0jj.cjs.map} +1 -1
  122. package/dist/chunks/{NcAppNavigationCaption-BQsUUBUS.mjs → NcAppNavigationCaption-DI7SIPdI.mjs} +1 -1
  123. package/dist/chunks/{NcAppNavigationCaption-BQsUUBUS.mjs.map → NcAppNavigationCaption-DI7SIPdI.mjs.map} +1 -1
  124. package/dist/chunks/{NcAppNavigationItem-DdfXf1p_.cjs → NcAppNavigationItem-7xN_CMHW.cjs} +6 -8
  125. package/dist/chunks/{NcAppNavigationItem-Cheox0NI.mjs.map → NcAppNavigationItem-7xN_CMHW.cjs.map} +1 -1
  126. package/dist/chunks/{NcAppNavigationItem-Cheox0NI.mjs → NcAppNavigationItem-Djfc0DPY.mjs} +8 -10
  127. package/dist/chunks/{NcAppNavigationItem-DdfXf1p_.cjs.map → NcAppNavigationItem-Djfc0DPY.mjs.map} +1 -1
  128. package/dist/chunks/{NcAppNavigationNewItem-BkyKxjL8.cjs → NcAppNavigationNewItem-5B4-U2NI.cjs} +1 -1
  129. package/dist/chunks/{NcAppNavigationNewItem-BkyKxjL8.cjs.map → NcAppNavigationNewItem-5B4-U2NI.cjs.map} +1 -1
  130. package/dist/chunks/{NcAppNavigationNewItem-Dmb8qw0g.mjs → NcAppNavigationNewItem-CN3vYnc_.mjs} +1 -1
  131. package/dist/chunks/{NcAppNavigationNewItem-Dmb8qw0g.mjs.map → NcAppNavigationNewItem-CN3vYnc_.mjs.map} +1 -1
  132. package/dist/chunks/{NcAppNavigationSettings-CCjTkNf3.cjs → NcAppNavigationSettings-Cnr4jYzW.cjs} +1 -1
  133. package/dist/chunks/{NcAppNavigationSettings-CCjTkNf3.cjs.map → NcAppNavigationSettings-Cnr4jYzW.cjs.map} +1 -1
  134. package/dist/chunks/{NcAppNavigationSettings-_O0oYU8k.mjs → NcAppNavigationSettings-LmpAoM-x.mjs} +1 -1
  135. package/dist/chunks/{NcAppNavigationSettings-_O0oYU8k.mjs.map → NcAppNavigationSettings-LmpAoM-x.mjs.map} +1 -1
  136. package/dist/chunks/{NcAppNavigationToggle-nnE6CrRb.cjs → NcAppNavigationToggle-B5XmO21v.cjs} +1 -1
  137. package/dist/chunks/{NcAppNavigationToggle-nnE6CrRb.cjs.map → NcAppNavigationToggle-B5XmO21v.cjs.map} +1 -1
  138. package/dist/chunks/{NcAppNavigationToggle-VDwkZ4nu.mjs → NcAppNavigationToggle-D0oeWL17.mjs} +1 -1
  139. package/dist/chunks/{NcAppNavigationToggle-VDwkZ4nu.mjs.map → NcAppNavigationToggle-D0oeWL17.mjs.map} +1 -1
  140. package/dist/chunks/{NcAppSettingsDialog-wqDewrRQ.cjs → NcAppSettingsDialog-B6crPJ6a.cjs} +1 -1
  141. package/dist/chunks/{NcAppSettingsDialog-wqDewrRQ.cjs.map → NcAppSettingsDialog-B6crPJ6a.cjs.map} +1 -1
  142. package/dist/chunks/{NcAppSettingsDialog-CECnsnfv.mjs → NcAppSettingsDialog-BLOgrVCz.mjs} +2 -2
  143. package/dist/chunks/{NcAppSettingsDialog-CECnsnfv.mjs.map → NcAppSettingsDialog-BLOgrVCz.mjs.map} +1 -1
  144. package/dist/chunks/{NcAppSidebar-9W8ytMkj.mjs → NcAppSidebar-CqER6-dl.mjs} +18 -12
  145. package/dist/chunks/NcAppSidebar-CqER6-dl.mjs.map +1 -0
  146. package/dist/chunks/{NcAppSidebar-DkDtOUbu.cjs → NcAppSidebar-qC5-u1p0.cjs} +18 -12
  147. package/dist/chunks/NcAppSidebar-qC5-u1p0.cjs.map +1 -0
  148. package/dist/chunks/{NcAvatar-GULQurjA.mjs → NcAvatar-BBhoG-za.mjs} +63 -51
  149. package/dist/chunks/NcAvatar-BBhoG-za.mjs.map +1 -0
  150. package/dist/chunks/{NcAvatar-CO9waN_L.cjs → NcAvatar-BuqOk4mX.cjs} +50 -41
  151. package/dist/chunks/NcAvatar-BuqOk4mX.cjs.map +1 -0
  152. package/dist/chunks/{NcBreadcrumb-BBZofeFG.cjs → NcBreadcrumb-BRpLGeLr.cjs} +1 -1
  153. package/dist/chunks/{NcBreadcrumb-BBZofeFG.cjs.map → NcBreadcrumb-BRpLGeLr.cjs.map} +1 -1
  154. package/dist/chunks/{NcBreadcrumb-BerOYeSO.mjs → NcBreadcrumb-BxCf2hEA.mjs} +1 -1
  155. package/dist/chunks/{NcBreadcrumb-BerOYeSO.mjs.map → NcBreadcrumb-BxCf2hEA.mjs.map} +1 -1
  156. package/dist/chunks/{NcBreadcrumbs-D0aoSiDN.cjs → NcBreadcrumbs-BKPXzHC1.cjs} +28 -28
  157. package/dist/chunks/{NcBreadcrumbs-D0aoSiDN.cjs.map → NcBreadcrumbs-BKPXzHC1.cjs.map} +1 -1
  158. package/dist/chunks/{NcBreadcrumbs-BypDKcgj.mjs → NcBreadcrumbs-BmK-6Q-n.mjs} +25 -25
  159. package/dist/chunks/{NcBreadcrumbs-BypDKcgj.mjs.map → NcBreadcrumbs-BmK-6Q-n.mjs.map} +1 -1
  160. package/dist/chunks/{NcCheckboxRadioSwitch-UnycoV8I.cjs → NcCheckboxRadioSwitch-B9w3Znu7.cjs} +2 -2
  161. package/dist/chunks/{NcCheckboxRadioSwitch-UnycoV8I.cjs.map → NcCheckboxRadioSwitch-B9w3Znu7.cjs.map} +1 -1
  162. package/dist/chunks/{NcCheckboxRadioSwitch-BcwXUfkk.mjs → NcCheckboxRadioSwitch-BOl1O2zi.mjs} +2 -2
  163. package/dist/chunks/{NcCheckboxRadioSwitch-BcwXUfkk.mjs.map → NcCheckboxRadioSwitch-BOl1O2zi.mjs.map} +1 -1
  164. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Zn4mWlPY.mjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs} +1 -1
  165. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-CCwH-BzH.mjs.map +1 -0
  166. package/dist/chunks/{NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dfig4O2O.cjs → NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs} +1 -1
  167. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-DAxGPyzS.cjs.map +1 -0
  168. package/dist/chunks/{NcColorPicker-C29EJ5Gw.mjs → NcColorPicker-CeoImUTC.mjs} +2 -2
  169. package/dist/chunks/{NcColorPicker-C29EJ5Gw.mjs.map → NcColorPicker-CeoImUTC.mjs.map} +1 -1
  170. package/dist/chunks/{NcColorPicker-BUsEYIj3.cjs → NcColorPicker-DOcxlY35.cjs} +1 -1
  171. package/dist/chunks/{NcColorPicker-BUsEYIj3.cjs.map → NcColorPicker-DOcxlY35.cjs.map} +1 -1
  172. package/dist/chunks/{NcContent-CQk_EERB.mjs → NcContent-BPA0KfuT.mjs} +1 -1
  173. package/dist/chunks/{NcContent-CQk_EERB.mjs.map → NcContent-BPA0KfuT.mjs.map} +1 -1
  174. package/dist/chunks/{NcContent-D-F_hXQE.cjs → NcContent-DbFAEdX_.cjs} +1 -1
  175. package/dist/chunks/{NcContent-D-F_hXQE.cjs.map → NcContent-DbFAEdX_.cjs.map} +1 -1
  176. package/dist/chunks/{NcDashboardWidget-B5kIIXjc.mjs → NcDashboardWidget-2-nW7dII.mjs} +3 -3
  177. package/dist/chunks/{NcDashboardWidget-B5kIIXjc.mjs.map → NcDashboardWidget-2-nW7dII.mjs.map} +1 -1
  178. package/dist/chunks/{NcDashboardWidget-DLTh61Jk.cjs → NcDashboardWidget-auMQiAFt.cjs} +1 -1
  179. package/dist/chunks/{NcDashboardWidget-DLTh61Jk.cjs.map → NcDashboardWidget-auMQiAFt.cjs.map} +1 -1
  180. package/dist/chunks/{NcDashboardWidgetItem-xj-DfJjn.mjs → NcDashboardWidgetItem-D2yoF9Oo.mjs} +2 -2
  181. package/dist/chunks/{NcDashboardWidgetItem-xj-DfJjn.mjs.map → NcDashboardWidgetItem-D2yoF9Oo.mjs.map} +1 -1
  182. package/dist/chunks/{NcDashboardWidgetItem-BKhL4kyY.cjs → NcDashboardWidgetItem-xqVAP32n.cjs} +1 -1
  183. package/dist/chunks/{NcDashboardWidgetItem-BKhL4kyY.cjs.map → NcDashboardWidgetItem-xqVAP32n.cjs.map} +1 -1
  184. package/dist/chunks/{NcDateTime-BeI2IjH3.mjs → NcDateTime-CeOdKcvC.mjs} +1 -1
  185. package/dist/chunks/{NcDateTime-BeI2IjH3.mjs.map → NcDateTime-CeOdKcvC.mjs.map} +1 -1
  186. package/dist/chunks/{NcDateTime-DuS_515z.cjs → NcDateTime-DneyKibb.cjs} +1 -1
  187. package/dist/chunks/{NcDateTime-DuS_515z.cjs.map → NcDateTime-DneyKibb.cjs.map} +1 -1
  188. package/dist/chunks/{NcDialog-D6YSjidf.mjs → NcDialog-C_1rhUHk.mjs} +2 -2
  189. package/dist/chunks/{NcDialog-D6YSjidf.mjs.map → NcDialog-C_1rhUHk.mjs.map} +1 -1
  190. package/dist/chunks/{NcDialog-C6nYgBDF.cjs → NcDialog-Ciz0hlFn.cjs} +2 -2
  191. package/dist/chunks/{NcDialog-C6nYgBDF.cjs.map → NcDialog-Ciz0hlFn.cjs.map} +1 -1
  192. package/dist/chunks/{NcEmojiPicker-028V7lKH.mjs → NcEmojiPicker-Cie30NYK.mjs} +4 -4
  193. package/dist/chunks/{NcEmojiPicker-028V7lKH.mjs.map → NcEmojiPicker-Cie30NYK.mjs.map} +1 -1
  194. package/dist/chunks/{NcEmojiPicker-BDRuuzNw.cjs → NcEmojiPicker-S2pfwxlK.cjs} +1 -1
  195. package/dist/chunks/{NcEmojiPicker-BDRuuzNw.cjs.map → NcEmojiPicker-S2pfwxlK.cjs.map} +1 -1
  196. package/dist/chunks/{NcInputConfirmCancel-unF2X_Ax.cjs → NcInputConfirmCancel-DVmY85-V.cjs} +1 -1
  197. package/dist/chunks/{NcInputConfirmCancel-unF2X_Ax.cjs.map → NcInputConfirmCancel-DVmY85-V.cjs.map} +1 -1
  198. package/dist/chunks/{NcInputConfirmCancel-D5GYt1Th.mjs → NcInputConfirmCancel-Nn_JgG9d.mjs} +1 -1
  199. package/dist/chunks/{NcInputConfirmCancel-D5GYt1Th.mjs.map → NcInputConfirmCancel-Nn_JgG9d.mjs.map} +1 -1
  200. package/dist/chunks/{NcListItem-BnsP7HQy.cjs → NcListItem-B_MPLJ_8.cjs} +1 -1
  201. package/dist/chunks/{NcListItem-BnsP7HQy.cjs.map → NcListItem-B_MPLJ_8.cjs.map} +1 -1
  202. package/dist/chunks/{NcListItem-DUrmhUuv.mjs → NcListItem-BopkGRDs.mjs} +2 -2
  203. package/dist/chunks/{NcListItem-DUrmhUuv.mjs.map → NcListItem-BopkGRDs.mjs.map} +1 -1
  204. package/dist/chunks/{NcListItemIcon-9um1JI9_.mjs → NcListItemIcon-CI23iFQz.mjs} +1 -1
  205. package/dist/chunks/{NcListItemIcon-9um1JI9_.mjs.map → NcListItemIcon-CI23iFQz.mjs.map} +1 -1
  206. package/dist/chunks/{NcListItemIcon-Dd_ykGiP.cjs → NcListItemIcon-Dwgi2cPr.cjs} +1 -1
  207. package/dist/chunks/{NcListItemIcon-Dd_ykGiP.cjs.map → NcListItemIcon-Dwgi2cPr.cjs.map} +1 -1
  208. package/dist/chunks/{NcPasswordField-BE4xwMjQ.mjs → NcPasswordField-BgSp7dK4.mjs} +1 -1
  209. package/dist/chunks/{NcPasswordField-BE4xwMjQ.mjs.map → NcPasswordField-BgSp7dK4.mjs.map} +1 -1
  210. package/dist/chunks/{NcPasswordField-ghqpLn7G.cjs → NcPasswordField-BooDzf0Z.cjs} +1 -1
  211. package/dist/chunks/{NcPasswordField-ghqpLn7G.cjs.map → NcPasswordField-BooDzf0Z.cjs.map} +1 -1
  212. package/dist/chunks/{NcRelatedResourcesPanel-CuvKC8Is.mjs → NcRelatedResourcesPanel-Ch1b_Gl3.mjs} +2 -2
  213. package/dist/chunks/{NcRelatedResourcesPanel-CuvKC8Is.mjs.map → NcRelatedResourcesPanel-Ch1b_Gl3.mjs.map} +1 -1
  214. package/dist/chunks/{NcRelatedResourcesPanel-_r1K7ZaY.cjs → NcRelatedResourcesPanel-DaiuNCYU.cjs} +1 -1
  215. package/dist/chunks/{NcRelatedResourcesPanel-_r1K7ZaY.cjs.map → NcRelatedResourcesPanel-DaiuNCYU.cjs.map} +1 -1
  216. package/dist/chunks/{NcRichContenteditable-Bm4NjGuD.cjs → NcRichContenteditable-BF3BkdqM.cjs} +6 -6
  217. package/dist/chunks/{NcRichContenteditable-Bm4NjGuD.cjs.map → NcRichContenteditable-BF3BkdqM.cjs.map} +1 -1
  218. package/dist/chunks/{NcRichContenteditable-Bo4te1z-.mjs → NcRichContenteditable-CEqdmoem.mjs} +7 -7
  219. package/dist/chunks/{NcRichContenteditable-Bo4te1z-.mjs.map → NcRichContenteditable-CEqdmoem.mjs.map} +1 -1
  220. package/dist/chunks/{NcRichText-DUCudV4J.mjs → NcRichText-CUKFkHQg.mjs} +72 -62
  221. package/dist/chunks/NcRichText-CUKFkHQg.mjs.map +1 -0
  222. package/dist/chunks/{NcRichText-BP7ht7d4.cjs → NcRichText-DCkExl5g.cjs} +65 -55
  223. package/dist/chunks/NcRichText-DCkExl5g.cjs.map +1 -0
  224. package/dist/chunks/{NcSelect-C58Mm9lZ.cjs → NcSelect-Bn3oTHtq.cjs} +1 -1
  225. package/dist/chunks/{NcSelect-C58Mm9lZ.cjs.map → NcSelect-Bn3oTHtq.cjs.map} +1 -1
  226. package/dist/chunks/{NcSelect-DRVEZt73.mjs → NcSelect-Bo71Yd6L.mjs} +2 -2
  227. package/dist/chunks/{NcSelect-DRVEZt73.mjs.map → NcSelect-Bo71Yd6L.mjs.map} +1 -1
  228. package/dist/chunks/{NcSelectTags-35nlauoq.mjs → NcSelectTags-9aCrLRT0.mjs} +2 -2
  229. package/dist/chunks/{NcSelectTags-35nlauoq.mjs.map → NcSelectTags-9aCrLRT0.mjs.map} +1 -1
  230. package/dist/chunks/{NcSelectTags-Cleij1YB.cjs → NcSelectTags-CgYWiDjX.cjs} +1 -1
  231. package/dist/chunks/{NcSelectTags-Cleij1YB.cjs.map → NcSelectTags-CgYWiDjX.cjs.map} +1 -1
  232. package/dist/chunks/{NcSettingsInputText-Cy7Umyq4.cjs → NcSettingsInputText-1i2TqdMB.cjs} +1 -1
  233. package/dist/chunks/{NcSettingsInputText-Cy7Umyq4.cjs.map → NcSettingsInputText-1i2TqdMB.cjs.map} +1 -1
  234. package/dist/chunks/{NcSettingsInputText-BxsnpVjM.mjs → NcSettingsInputText-JboV8u2l.mjs} +1 -1
  235. package/dist/chunks/{NcSettingsInputText-BxsnpVjM.mjs.map → NcSettingsInputText-JboV8u2l.mjs.map} +1 -1
  236. package/dist/chunks/{NcSettingsSection-fWPqQmzZ.cjs → NcSettingsSection-CNMpCD3o.cjs} +1 -1
  237. package/dist/chunks/{NcSettingsSection-fWPqQmzZ.cjs.map → NcSettingsSection-CNMpCD3o.cjs.map} +1 -1
  238. package/dist/chunks/{NcSettingsSection-BntYMcIt.mjs → NcSettingsSection-Lgwm3w2e.mjs} +1 -1
  239. package/dist/chunks/{NcSettingsSection-BntYMcIt.mjs.map → NcSettingsSection-Lgwm3w2e.mjs.map} +1 -1
  240. package/dist/chunks/{NcSettingsSelectGroup-68kJocD5.cjs → NcSettingsSelectGroup-CgUJmyF7.cjs} +1 -1
  241. package/dist/chunks/{NcSettingsSelectGroup-68kJocD5.cjs.map → NcSettingsSelectGroup-CgUJmyF7.cjs.map} +1 -1
  242. package/dist/chunks/{NcSettingsSelectGroup-CehQI4oG.mjs → NcSettingsSelectGroup-DUzmbtZx.mjs} +2 -2
  243. package/dist/chunks/{NcSettingsSelectGroup-CehQI4oG.mjs.map → NcSettingsSelectGroup-DUzmbtZx.mjs.map} +1 -1
  244. package/dist/chunks/{NcTextField-DKppZoIo.cjs → NcTextField-B5cUYgRy.cjs} +1 -1
  245. package/dist/chunks/{NcTextField-DKppZoIo.cjs.map → NcTextField-B5cUYgRy.cjs.map} +1 -1
  246. package/dist/chunks/{NcTextField-BAKyJTQ0.mjs → NcTextField-D_eUEl2B.mjs} +1 -1
  247. package/dist/chunks/{NcTextField-BAKyJTQ0.mjs.map → NcTextField-D_eUEl2B.mjs.map} +1 -1
  248. package/dist/chunks/{NcTimezonePicker-D6psCKlf.cjs → NcTimezonePicker-BF5TeadZ.cjs} +1 -1
  249. package/dist/chunks/{NcTimezonePicker-D6psCKlf.cjs.map → NcTimezonePicker-BF5TeadZ.cjs.map} +1 -1
  250. package/dist/chunks/{NcTimezonePicker-8juQvyGU.mjs → NcTimezonePicker-CH1lkCMF.mjs} +2 -2
  251. package/dist/chunks/{NcTimezonePicker-8juQvyGU.mjs.map → NcTimezonePicker-CH1lkCMF.mjs.map} +1 -1
  252. package/dist/chunks/{NcUserBubble-J_kbLTpc.cjs → NcUserBubble-BadEJRgs.cjs} +1 -1
  253. package/dist/chunks/{NcUserBubble-J_kbLTpc.cjs.map → NcUserBubble-BadEJRgs.cjs.map} +1 -1
  254. package/dist/chunks/{NcUserBubble-6o5fw3gB.mjs → NcUserBubble-C0HbPO9p.mjs} +1 -1
  255. package/dist/chunks/{NcUserBubble-6o5fw3gB.mjs.map → NcUserBubble-C0HbPO9p.mjs.map} +1 -1
  256. package/dist/chunks/{NcUserStatusIcon-Bqtgf32T.cjs → NcUserStatusIcon-B69NZ9Hw.cjs} +1 -1
  257. package/dist/chunks/{NcUserStatusIcon-Bqtgf32T.cjs.map → NcUserStatusIcon-B69NZ9Hw.cjs.map} +1 -1
  258. package/dist/chunks/{NcUserStatusIcon-D_ItGF5U.mjs → NcUserStatusIcon-HOUdT_MR.mjs} +1 -1
  259. package/dist/chunks/{NcUserStatusIcon-D_ItGF5U.mjs.map → NcUserStatusIcon-HOUdT_MR.mjs.map} +1 -1
  260. package/dist/chunks/{ScopeComponent-BZYPT7rR.mjs → ScopeComponent-Dz4pyD77.mjs} +3 -3
  261. package/dist/chunks/{ScopeComponent-BZYPT7rR.mjs.map → ScopeComponent-Dz4pyD77.mjs.map} +1 -1
  262. package/dist/chunks/{ScopeComponent-C0EJf0Ag.cjs → ScopeComponent-IO407Bzb.cjs} +1 -1
  263. package/dist/chunks/{ScopeComponent-C0EJf0Ag.cjs.map → ScopeComponent-IO407Bzb.cjs.map} +1 -1
  264. package/dist/chunks/_l10n-B8iumFKB.cjs +66 -0
  265. package/dist/chunks/_l10n-B8iumFKB.cjs.map +1 -0
  266. package/dist/chunks/_l10n-BaNxGGXy.mjs +68 -0
  267. package/dist/chunks/_l10n-BaNxGGXy.mjs.map +1 -0
  268. package/dist/chunks/autolink-DNGB8YSW.mjs +86 -0
  269. package/dist/chunks/autolink-DNGB8YSW.mjs.map +1 -0
  270. package/dist/chunks/autolink-MMzlO_Ai.cjs +82 -0
  271. package/dist/chunks/autolink-MMzlO_Ai.cjs.map +1 -0
  272. package/dist/chunks/{referencePickerModal-DJNSkODj.mjs → referencePickerModal-AvSHyw1b.mjs} +4 -4
  273. package/dist/chunks/{referencePickerModal-DJNSkODj.mjs.map → referencePickerModal-AvSHyw1b.mjs.map} +1 -1
  274. package/dist/chunks/{referencePickerModal-CoaOqLOw.cjs → referencePickerModal-B_Su3XpN.cjs} +1 -1
  275. package/dist/chunks/{referencePickerModal-CoaOqLOw.cjs.map → referencePickerModal-B_Su3XpN.cjs.map} +1 -1
  276. package/dist/chunks/{usernameToColor-CgqbKJ4t.mjs → usernameToColor-BHkzj1tb.mjs} +1 -1
  277. package/dist/chunks/{usernameToColor-CgqbKJ4t.mjs.map → usernameToColor-BHkzj1tb.mjs.map} +1 -1
  278. package/dist/chunks/{usernameToColor-B7GSjspk.cjs → usernameToColor-DA36rR48.cjs} +1 -1
  279. package/dist/chunks/{usernameToColor-B7GSjspk.cjs.map → usernameToColor-DA36rR48.cjs.map} +1 -1
  280. package/dist/index.cjs +5 -5
  281. package/dist/index.mjs +42 -42
  282. package/package.json +2 -1
  283. package/dist/chunks/NcAppSidebar-9W8ytMkj.mjs.map +0 -1
  284. package/dist/chunks/NcAppSidebar-DkDtOUbu.cjs.map +0 -1
  285. package/dist/chunks/NcAvatar-CO9waN_L.cjs.map +0 -1
  286. package/dist/chunks/NcAvatar-GULQurjA.mjs.map +0 -1
  287. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Dfig4O2O.cjs.map +0 -1
  288. package/dist/chunks/NcCheckboxRadioSwitch.vue_vue_type_style_index_0_scoped_2603be83_lang-Zn4mWlPY.mjs.map +0 -1
  289. package/dist/chunks/NcRichText-BP7ht7d4.cjs.map +0 -1
  290. package/dist/chunks/NcRichText-DUCudV4J.mjs.map +0 -1
  291. package/dist/chunks/_l10n-BVVVUgGU.cjs +0 -66
  292. package/dist/chunks/_l10n-BVVVUgGU.cjs.map +0 -1
  293. package/dist/chunks/_l10n-BZu8wI2q.mjs +0 -68
  294. package/dist/chunks/_l10n-BZu8wI2q.mjs.map +0 -1
  295. package/dist/chunks/autolink-BtgUDDdk.mjs +0 -59
  296. package/dist/chunks/autolink-BtgUDDdk.mjs.map +0 -1
  297. package/dist/chunks/autolink-D0rLUkqm.cjs +0 -55
  298. package/dist/chunks/autolink-D0rLUkqm.cjs.map +0 -1
@@ -1,10 +1,10 @@
1
- import '../assets/NcActions-DL7ZZIjx.css';
1
+ import '../assets/NcActions-CiiQkX9v.css';
2
2
  import Q from "../Components/NcButton.mjs";
3
3
  import { N as X } from "./NcPopover--V3R3EKV.mjs";
4
4
  import { G as Y } from "./GenRandomId-BW3iYFf9.mjs";
5
5
  import { g as Z } from "./focusTrap-Be9GEB5C.mjs";
6
- import { r as ee, o as te, a as ne } from "./_l10n-BZu8wI2q.mjs";
7
- import ie, { computed as se } from "vue";
6
+ import { r as ee, o as te, a as ie } from "./_l10n-BaNxGGXy.mjs";
7
+ import ne, { computed as se } from "vue";
8
8
  import { D as oe } from "./DotsHorizontal-DfVgEXgz.mjs";
9
9
  import { n as re } from "./_plugin-vue2_normalizer-Bj5bLKV4.mjs";
10
10
  ee(te);
@@ -132,7 +132,7 @@ const W = ".focusable", ce = {
132
132
  */
133
133
  ariaLabel: {
134
134
  type: String,
135
- default: ne("Actions")
135
+ default: ie("Actions")
136
136
  },
137
137
  /**
138
138
  * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.
@@ -296,8 +296,8 @@ const W = ".focusable", ce = {
296
296
  * @return {string} the name of the action component
297
297
  */
298
298
  getActionName(e) {
299
- var n, i, s, o, l;
300
- return (l = (s = (i = (n = e == null ? void 0 : e.componentOptions) == null ? void 0 : n.Ctor) == null ? void 0 : i.extendOptions) == null ? void 0 : s.name) != null ? l : (o = e == null ? void 0 : e.componentOptions) == null ? void 0 : o.tag;
299
+ var i, n, s, o, r;
300
+ return (r = (s = (n = (i = e == null ? void 0 : e.componentOptions) == null ? void 0 : i.Ctor) == null ? void 0 : n.extendOptions) == null ? void 0 : s.name) != null ? r : (o = e == null ? void 0 : e.componentOptions) == null ? void 0 : o.tag;
301
301
  },
302
302
  /**
303
303
  * When the component has its own focus trap, then it is managed by global trap stack by focus-trap.
@@ -346,14 +346,33 @@ const W = ".focusable", ce = {
346
346
  this.opened || (this.opened = !0, this.$emit("update:open", !0), this.$emit("open"));
347
347
  },
348
348
  async closeMenu(e = !0) {
349
- var n, i;
350
- this.opened && (await this.$nextTick(), this.opened = !1, (n = this.$refs.popover) == null || n.clearFocusTrap({ returnFocus: e }), this.$emit("update:open", !1), this.$emit("close"), this.focusIndex = 0, e && ((i = this.$refs.menuButton) == null || i.$el.focus()));
349
+ var i, n;
350
+ this.opened && (await this.$nextTick(), this.opened = !1, (i = this.$refs.popover) == null || i.clearFocusTrap({ returnFocus: e }), this.$emit("update:open", !1), this.$emit("close"), this.focusIndex = 0, e && ((n = this.$refs.menuButton) == null || n.$el.focus()));
351
351
  },
352
- onOpen(e) {
352
+ /**
353
+ * Called when popover is shown after the show delay
354
+ */
355
+ onOpen() {
353
356
  this.$nextTick(() => {
354
- this.focusFirstAction(e);
357
+ this.focusFirstAction(null), this.resizePopover();
355
358
  });
356
359
  },
360
+ /**
361
+ * Hanle resizing the popover to make sure users can discover there is more to scroll
362
+ */
363
+ resizePopover() {
364
+ const e = this.$refs.menu.closest(".v-popper__inner"), i = Number.parseFloat(window.getComputedStyle(e).maxHeight);
365
+ if (this.$refs.menu.clientHeight > i) {
366
+ let s = 0, o = 0;
367
+ for (const r of this.$refs.menuList.children) {
368
+ if (s + r.clientHeight / 2 > i) {
369
+ e.style.height = "".concat(s - o / 2, "px");
370
+ break;
371
+ }
372
+ o = r.clientHeight, s += o;
373
+ }
374
+ }
375
+ },
357
376
  // MENU KEYS & FOCUS MANAGEMENT
358
377
  /**
359
378
  * @return {HTMLElement|null}
@@ -377,11 +396,11 @@ const W = ".focusable", ce = {
377
396
  onMouseFocusAction(e) {
378
397
  if (document.activeElement === e.target)
379
398
  return;
380
- const n = e.target.closest("li");
381
- if (n && this.$refs.menu.contains(n)) {
382
- const i = n.querySelector(W);
383
- if (i) {
384
- const o = [...this.getFocusableMenuItemElements()].indexOf(i);
399
+ const i = e.target.closest("li");
400
+ if (i && this.$refs.menu.contains(i)) {
401
+ const n = i.querySelector(W);
402
+ if (n) {
403
+ const o = [...this.getFocusableMenuItemElements()].indexOf(n);
385
404
  o > -1 && (this.focusIndex = o, this.focusAction());
386
405
  }
387
406
  }
@@ -400,11 +419,11 @@ const W = ".focusable", ce = {
400
419
  return;
401
420
  }
402
421
  e.preventDefault();
403
- const n = this.getFocusableMenuItemElements(), i = [...n].indexOf(document.activeElement);
404
- if (i === -1)
422
+ const i = this.getFocusableMenuItemElements(), n = [...i].indexOf(document.activeElement);
423
+ if (n === -1)
405
424
  return;
406
- const s = e.shiftKey ? i - 1 : i + 1;
407
- (s < 0 || s === n.length) && this.closeMenu(!0), this.focusIndex = s, this.focusAction();
425
+ const s = e.shiftKey ? n - 1 : n + 1;
426
+ (s < 0 || s === i.length) && this.closeMenu(!0), this.focusIndex = s, this.focusAction();
408
427
  return;
409
428
  }
410
429
  this.config.withArrowNavigation && (e.key === "ArrowUp" && this.focusPreviousAction(e), e.key === "ArrowDown" && this.focusNextAction(e), e.key === "PageUp" && this.focusFirstAction(e), e.key === "PageDown" && this.focusLastAction(e)), e.key === "Escape" && (this.closeMenu(), e.preventDefault());
@@ -420,8 +439,8 @@ const W = ".focusable", ce = {
420
439
  const e = this.getFocusableMenuItemElements()[this.focusIndex];
421
440
  if (e) {
422
441
  this.removeCurrentActive();
423
- const n = e.closest("li.action");
424
- e.focus(), n && n.classList.add("active");
442
+ const i = e.closest("li.action");
443
+ e.focus(), i && i.classList.add("active");
425
444
  }
426
445
  },
427
446
  focusPreviousAction(e) {
@@ -429,15 +448,15 @@ const W = ".focusable", ce = {
429
448
  },
430
449
  focusNextAction(e) {
431
450
  if (this.opened) {
432
- const n = this.getFocusableMenuItemElements().length - 1;
433
- this.focusIndex === n ? this.focusFirstAction(e) : (this.preventIfEvent(e), this.focusIndex = this.focusIndex + 1), this.focusAction();
451
+ const i = this.getFocusableMenuItemElements().length - 1;
452
+ this.focusIndex === i ? this.focusFirstAction(e) : (this.preventIfEvent(e), this.focusIndex = this.focusIndex + 1), this.focusAction();
434
453
  }
435
454
  },
436
455
  focusFirstAction(e) {
437
456
  if (this.opened) {
438
457
  this.preventIfEvent(e);
439
- const n = [...this.getFocusableMenuItemElements()].findIndex((i) => i.getAttribute("aria-checked") === "true" && i.getAttribute("role") === "menuitemradio");
440
- this.focusIndex = n > -1 ? n : 0, this.focusAction();
458
+ const i = [...this.getFocusableMenuItemElements()].findIndex((n) => n.getAttribute("aria-checked") === "true" && n.getAttribute("role") === "menuitemradio");
459
+ this.focusIndex = i > -1 ? i : 0, this.focusAction();
441
460
  }
442
461
  },
443
462
  focusLastAction(e) {
@@ -463,51 +482,51 @@ const W = ".focusable", ce = {
463
482
  * @return {object|undefined} The created VNode
464
483
  */
465
484
  render(e) {
466
- const n = (this.$slots.default || []).filter((t) => this.getActionName(t));
467
- if (n.length === 0)
485
+ const i = (this.$slots.default || []).filter((t) => this.getActionName(t));
486
+ if (i.length === 0)
468
487
  return;
469
- let i = n.filter(this.isValidSingleAction);
470
- this.forceMenu && i.length > 0 && this.inline > 0 && (ie.util.warn("Specifying forceMenu will ignore any inline actions rendering."), i = []);
471
- const s = i.slice(0, this.inline), o = n.filter((t) => !s.includes(t));
488
+ let n = i.filter(this.isValidSingleAction);
489
+ this.forceMenu && n.length > 0 && this.inline > 0 && (ne.util.warn("Specifying forceMenu will ignore any inline actions rendering."), n = []);
490
+ const s = n.slice(0, this.inline), o = i.filter((t) => !s.includes(t));
472
491
  if (this.forceSemanticType)
473
492
  this.actionsMenuSemanticType = this.forceSemanticType;
474
493
  else {
475
- const t = ["NcActionInput", "NcActionTextEditable"], c = ["NcActionButton", "NcActionButtonGroup", "NcActionCheckbox", "NcActionRadio"], a = ["NcActionLink", "NcActionRouter"], u = o.some((r) => t.includes(this.getActionName(r))), p = o.some((r) => c.includes(this.getActionName(r))), f = o.some((r) => a.includes(this.getActionName(r)));
476
- u ? this.actionsMenuSemanticType = "dialog" : p ? this.actionsMenuSemanticType = "menu" : f ? this.actionsMenuSemanticType = "expanded" : n.filter((h) => this.getActionName(h).startsWith("NcAction")).length === n.length ? this.actionsMenuSemanticType = "tooltip" : this.actionsMenuSemanticType = "unknown";
494
+ const t = ["NcActionInput", "NcActionTextEditable"], a = ["NcActionButton", "NcActionButtonGroup", "NcActionCheckbox", "NcActionRadio"], l = ["NcActionLink", "NcActionRouter"], u = o.some((c) => t.includes(this.getActionName(c))), p = o.some((c) => a.includes(this.getActionName(c))), h = o.some((c) => l.includes(this.getActionName(c)));
495
+ u ? this.actionsMenuSemanticType = "dialog" : p ? this.actionsMenuSemanticType = "menu" : h ? this.actionsMenuSemanticType = "expanded" : i.filter((d) => this.getActionName(d).startsWith("NcAction")).length === i.length ? this.actionsMenuSemanticType = "tooltip" : this.actionsMenuSemanticType = "unknown";
477
496
  }
478
- const l = (t) => {
479
- var y, I, b, v, w, T, N, x, S, k, F, M, m, $, E, B, O, C, R, L, _, D, U, P, V, q, z, K, G, H;
480
- const c = (I = (y = t == null ? void 0 : t.componentOptions) == null ? void 0 : y.propsData) == null ? void 0 : I.icon, a = (T = (w = (v = (b = t == null ? void 0 : t.data) == null ? void 0 : b.scopedSlots) == null ? void 0 : v.icon()) == null ? void 0 : w[0]) != null ? T : this.isIconUrl(c) ? e("img", { class: "action-item__menutoggle__icon", attrs: { src: c, alt: "" } }) : e("span", { class: ["icon", c] }), u = ((N = t == null ? void 0 : t.data) == null ? void 0 : N.attrs) || {}, p = (S = (x = t == null ? void 0 : t.componentOptions) == null ? void 0 : x.listeners) == null ? void 0 : S.click, f = ($ = (m = (M = (F = (k = t == null ? void 0 : t.componentOptions) == null ? void 0 : k.children) == null ? void 0 : F[0]) == null ? void 0 : M.text) == null ? void 0 : m.trim) == null ? void 0 : $.call(m), r = ((B = (E = t == null ? void 0 : t.componentOptions) == null ? void 0 : E.propsData) == null ? void 0 : B.ariaLabel) || f, h = this.forceName ? f : "";
481
- let g = (C = (O = t == null ? void 0 : t.componentOptions) == null ? void 0 : O.propsData) == null ? void 0 : C.title;
482
- this.forceName || g || (g = f);
483
- const d = { ...(L = (R = t == null ? void 0 : t.componentOptions) == null ? void 0 : R.propsData) != null ? L : {} }, j = ["submit", "reset"].includes(d.type) ? d.modelValue : "button";
484
- return delete d.modelValue, delete d.type, e(
497
+ const r = (t) => {
498
+ var y, v, b, I, w, T, N, x, S, k, F, M, m, $, E, B, C, L, O, _, R, D, P, U, H, z, V, q, K, G;
499
+ const a = (v = (y = t == null ? void 0 : t.componentOptions) == null ? void 0 : y.propsData) == null ? void 0 : v.icon, l = (T = (w = (I = (b = t == null ? void 0 : t.data) == null ? void 0 : b.scopedSlots) == null ? void 0 : I.icon()) == null ? void 0 : w[0]) != null ? T : this.isIconUrl(a) ? e("img", { class: "action-item__menutoggle__icon", attrs: { src: a, alt: "" } }) : e("span", { class: ["icon", a] }), u = ((N = t == null ? void 0 : t.data) == null ? void 0 : N.attrs) || {}, p = (S = (x = t == null ? void 0 : t.componentOptions) == null ? void 0 : x.listeners) == null ? void 0 : S.click, h = ($ = (m = (M = (F = (k = t == null ? void 0 : t.componentOptions) == null ? void 0 : k.children) == null ? void 0 : F[0]) == null ? void 0 : M.text) == null ? void 0 : m.trim) == null ? void 0 : $.call(m), c = ((B = (E = t == null ? void 0 : t.componentOptions) == null ? void 0 : E.propsData) == null ? void 0 : B.ariaLabel) || h, d = this.forceName ? h : "";
500
+ let g = (L = (C = t == null ? void 0 : t.componentOptions) == null ? void 0 : C.propsData) == null ? void 0 : L.title;
501
+ this.forceName || g || (g = h);
502
+ const f = { ...(_ = (O = t == null ? void 0 : t.componentOptions) == null ? void 0 : O.propsData) != null ? _ : {} }, j = ["submit", "reset"].includes(f.type) ? f.modelValue : "button";
503
+ return delete f.modelValue, delete f.type, e(
485
504
  "NcButton",
486
505
  {
487
506
  class: [
488
507
  "action-item action-item--single",
489
- (_ = t == null ? void 0 : t.data) == null ? void 0 : _.staticClass,
508
+ (R = t == null ? void 0 : t.data) == null ? void 0 : R.staticClass,
490
509
  (D = t == null ? void 0 : t.data) == null ? void 0 : D.class
491
510
  ],
492
511
  attrs: {
493
512
  ...u,
494
- "aria-label": r,
513
+ "aria-label": c,
495
514
  title: g
496
515
  },
497
- ref: (U = t == null ? void 0 : t.data) == null ? void 0 : U.ref,
516
+ ref: (P = t == null ? void 0 : t.data) == null ? void 0 : P.ref,
498
517
  props: {
499
518
  // If it has a menuName, we use a secondary button
500
- type: this.type || (h ? "secondary" : "tertiary"),
501
- disabled: this.disabled || ((V = (P = t == null ? void 0 : t.componentOptions) == null ? void 0 : P.propsData) == null ? void 0 : V.disabled),
502
- pressed: (z = (q = t == null ? void 0 : t.componentOptions) == null ? void 0 : q.propsData) == null ? void 0 : z.modelValue,
519
+ type: this.type || (d ? "secondary" : "tertiary"),
520
+ disabled: this.disabled || ((H = (U = t == null ? void 0 : t.componentOptions) == null ? void 0 : U.propsData) == null ? void 0 : H.disabled),
521
+ pressed: (V = (z = t == null ? void 0 : t.componentOptions) == null ? void 0 : z.propsData) == null ? void 0 : V.modelValue,
503
522
  nativeType: j,
504
- ...d
523
+ ...f
505
524
  },
506
525
  on: {
507
526
  focus: this.onFocus,
508
527
  blur: this.onBlur,
509
528
  // forward any pressed state from NcButton just like NcActionButton does
510
- "update:pressed": (H = (G = (K = t == null ? void 0 : t.componentOptions) == null ? void 0 : K.listeners) == null ? void 0 : G["update:modelValue"]) != null ? H : () => {
529
+ "update:pressed": (G = (K = (q = t == null ? void 0 : t.componentOptions) == null ? void 0 : q.listeners) == null ? void 0 : K["update:modelValue"]) != null ? G : () => {
511
530
  },
512
531
  // If we have a click listener,
513
532
  // we bind it to execute on click and forward the click event
@@ -519,13 +538,13 @@ const W = ".focusable", ce = {
519
538
  }
520
539
  },
521
540
  [
522
- e("template", { slot: "icon" }, [a]),
523
- h
541
+ e("template", { slot: "icon" }, [l]),
542
+ d
524
543
  ]
525
544
  );
526
545
  }, A = (t) => {
527
- var a, u;
528
- const c = ((a = this.$slots.icon) == null ? void 0 : a[0]) || (this.defaultIcon ? e("span", { class: ["icon", this.defaultIcon] }) : e("DotsHorizontal", {
546
+ var l, u;
547
+ const a = ((l = this.$slots.icon) == null ? void 0 : l[0]) || (this.defaultIcon ? e("span", { class: ["icon", this.defaultIcon] }) : e("DotsHorizontal", {
529
548
  props: {
530
549
  size: 20
531
550
  }
@@ -560,7 +579,7 @@ const W = ".focusable", ce = {
560
579
  },
561
580
  on: {
562
581
  show: this.openMenu,
563
- "after-show": this.onOpen,
582
+ "apply-show": this.onOpen,
564
583
  hide: this.closeMenu
565
584
  }
566
585
  },
@@ -585,7 +604,7 @@ const W = ".focusable", ce = {
585
604
  keydown: this.onTriggerKeydown
586
605
  }
587
606
  }, [
588
- e("template", { slot: "icon" }, [c]),
607
+ e("template", { slot: "icon" }, [a]),
589
608
  this.menuName
590
609
  ]),
591
610
  e("div", {
@@ -606,7 +625,8 @@ const W = ".focusable", ce = {
606
625
  attrs: {
607
626
  tabindex: "-1",
608
627
  ...this.config.popoverUlA11yAttrs
609
- }
628
+ },
629
+ ref: "menuList"
610
630
  }, [
611
631
  t
612
632
  ])
@@ -614,8 +634,8 @@ const W = ".focusable", ce = {
614
634
  ]
615
635
  );
616
636
  };
617
- return n.length === 1 && i.length === 1 && !this.forceMenu ? l(n[0]) : (this.$nextTick(() => {
618
- this.opened && this.$refs.menu && (this.$refs.menu.querySelector("li.active") || []).length === 0 && this.focusFirstAction();
637
+ return i.length === 1 && n.length === 1 && !this.forceMenu ? r(i[0]) : (this.$nextTick(() => {
638
+ this.opened && this.$refs.menu && (this.resizePopover(), (this.$refs.menu.querySelector("li.active") || []).length === 0 && this.focusFirstAction());
619
639
  }), s.length > 0 && this.inline > 0 ? e(
620
640
  "div",
621
641
  {
@@ -626,7 +646,7 @@ const W = ".focusable", ce = {
626
646
  },
627
647
  [
628
648
  // Render inline actions
629
- ...s.map(l),
649
+ ...s.map(r),
630
650
  // render the rest within the popover menu
631
651
  o.length > 0 ? e(
632
652
  "div",
@@ -655,22 +675,22 @@ const W = ".focusable", ce = {
655
675
  ]
656
676
  },
657
677
  [
658
- A(n)
678
+ A(i)
659
679
  ]
660
680
  ));
661
681
  }
662
- }, ae = null, ue = null;
663
- var le = /* @__PURE__ */ re(
682
+ }, ae = null, le = null;
683
+ var ue = /* @__PURE__ */ re(
664
684
  ce,
665
685
  ae,
666
- ue,
686
+ le,
667
687
  !1,
668
688
  null,
669
- "65ff86b8",
689
+ "7f6b7570",
670
690
  null,
671
691
  null
672
692
  );
673
- const Ie = le.exports;
693
+ const ve = ue.exports;
674
694
  export {
675
- Ie as N
695
+ ve as N
676
696
  };