@nextcloud/vue 8.6.2 → 8.7.1

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 (137) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/Components/NcActionButton.cjs +6 -6
  3. package/dist/Components/NcActionButton.cjs.map +1 -1
  4. package/dist/Components/NcActionButton.mjs +3 -3
  5. package/dist/Components/NcActionButton.mjs.map +1 -1
  6. package/dist/Components/NcActionInput.cjs +1 -1
  7. package/dist/Components/NcActionInput.mjs +1 -1
  8. package/dist/Components/NcBreadcrumb.cjs +1 -1
  9. package/dist/Components/NcBreadcrumb.mjs +1 -1
  10. package/dist/Components/NcBreadcrumbs.cjs +1 -1
  11. package/dist/Components/NcBreadcrumbs.mjs +1 -1
  12. package/dist/Components/NcDashboardWidget.cjs +1 -1
  13. package/dist/Components/NcDashboardWidget.mjs +1 -1
  14. package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
  15. package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
  16. package/dist/Components/NcDateTimePicker.cjs +3 -3
  17. package/dist/Components/NcDateTimePicker.cjs.map +1 -1
  18. package/dist/Components/NcDateTimePicker.mjs +8 -8
  19. package/dist/Components/NcDateTimePicker.mjs.map +1 -1
  20. package/dist/Components/NcDateTimePickerNative.cjs +1 -1
  21. package/dist/Components/NcDateTimePickerNative.mjs +1 -1
  22. package/dist/Components/NcListItem.cjs +1 -1
  23. package/dist/Components/NcListItem.mjs +1 -1
  24. package/dist/Components/NcModal.cjs +7 -7
  25. package/dist/Components/NcModal.cjs.map +1 -1
  26. package/dist/Components/NcModal.mjs +6 -6
  27. package/dist/Components/NcModal.mjs.map +1 -1
  28. package/dist/Components/NcRichContenteditable.cjs +1 -1
  29. package/dist/Components/NcRichContenteditable.mjs +1 -1
  30. package/dist/Components/NcRichText.cjs +11 -11
  31. package/dist/Components/NcRichText.cjs.map +1 -1
  32. package/dist/Components/NcRichText.mjs +22 -21
  33. package/dist/Components/NcRichText.mjs.map +1 -1
  34. package/dist/Components/NcSelect.cjs +1 -1
  35. package/dist/Components/NcSelect.mjs +1 -1
  36. package/dist/Components/NcSelectTags.cjs +1 -1
  37. package/dist/Components/NcSelectTags.mjs +1 -1
  38. package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
  39. package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
  40. package/dist/Components/NcTimezonePicker.cjs +1 -1
  41. package/dist/Components/NcTimezonePicker.mjs +1 -1
  42. package/dist/Functions/reference.cjs +16 -0
  43. package/dist/Functions/reference.cjs.map +1 -0
  44. package/dist/Functions/reference.mjs +17 -0
  45. package/dist/Functions/reference.mjs.map +1 -0
  46. package/dist/Functions/registerReference.cjs +71 -0
  47. package/dist/Functions/registerReference.cjs.map +1 -0
  48. package/dist/Functions/registerReference.mjs +71 -0
  49. package/dist/Functions/registerReference.mjs.map +1 -0
  50. package/dist/assets/{NcActionButton-1Z9lN7ar.css → NcActionButton-rOZFVQA8.css} +17 -17
  51. package/dist/assets/{NcBreadcrumb-M3hqCbqS.css → NcBreadcrumb-HspaFygg.css} +16 -16
  52. package/dist/assets/{NcDashboardWidgetItem-S7fELANA.css → NcDashboardWidgetItem-OL--xR_P.css} +15 -13
  53. package/dist/assets/{NcDateTimePicker-rixdCL1X.css → NcDateTimePicker-TArRbMs-.css} +17 -17
  54. package/dist/assets/{NcListItem-5XAhBDJv.css → NcListItem-L8LeGwpe.css} +43 -43
  55. package/dist/assets/{NcModal-UZh031V1.css → NcModal-sIK5sUoC.css} +63 -63
  56. package/dist/assets/{NcRichContenteditable-WQVknpPy.css → NcRichContenteditable-CuR1YKTU.css} +34 -32
  57. package/dist/assets/NcRichText-Pw6kTpnR.css +215 -0
  58. package/dist/assets/referencePickerModal-A0PlFUEI.css +316 -0
  59. package/dist/chunks/{NcActionInput-BN9rIyI8.mjs → NcActionInput-XHMzOL_h.mjs} +1 -1
  60. package/dist/chunks/{NcActionInput-BN9rIyI8.mjs.map → NcActionInput-XHMzOL_h.mjs.map} +1 -1
  61. package/dist/chunks/{NcActionInput-qeRQBGlt.cjs → NcActionInput-f1Oq2O71.cjs} +1 -1
  62. package/dist/chunks/{NcActionInput-qeRQBGlt.cjs.map → NcActionInput-f1Oq2O71.cjs.map} +1 -1
  63. package/dist/chunks/{NcBreadcrumb-EGgIr-sA.cjs → NcBreadcrumb-DEWk7wO9.cjs} +27 -20
  64. package/dist/chunks/NcBreadcrumb-DEWk7wO9.cjs.map +1 -0
  65. package/dist/chunks/{NcBreadcrumb-on01ofev.mjs → NcBreadcrumb-w1UX2NR-.mjs} +13 -6
  66. package/dist/chunks/NcBreadcrumb-w1UX2NR-.mjs.map +1 -0
  67. package/dist/chunks/{NcBreadcrumbs-hQmUGh48.cjs → NcBreadcrumbs-VuaG3ex5.cjs} +1 -1
  68. package/dist/chunks/{NcBreadcrumbs-hQmUGh48.cjs.map → NcBreadcrumbs-VuaG3ex5.cjs.map} +1 -1
  69. package/dist/chunks/{NcBreadcrumbs-2l-mWYHl.mjs → NcBreadcrumbs-tRR9CjKD.mjs} +1 -1
  70. package/dist/chunks/{NcBreadcrumbs-2l-mWYHl.mjs.map → NcBreadcrumbs-tRR9CjKD.mjs.map} +1 -1
  71. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs → NcDashboardWidget-9LDutUO0.mjs} +1 -1
  72. package/dist/chunks/{NcDashboardWidget-ogqyHahY.mjs.map → NcDashboardWidget-9LDutUO0.mjs.map} +1 -1
  73. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs → NcDashboardWidget-oPZKAkd-.cjs} +1 -1
  74. package/dist/chunks/{NcDashboardWidget-QciRRvL4.cjs.map → NcDashboardWidget-oPZKAkd-.cjs.map} +1 -1
  75. package/dist/chunks/{NcDashboardWidgetItem-mIPkPR7r.cjs → NcDashboardWidgetItem-1r760Ikh.cjs} +3 -3
  76. package/dist/chunks/NcDashboardWidgetItem-1r760Ikh.cjs.map +1 -0
  77. package/dist/chunks/{NcDashboardWidgetItem-wuUHTeLl.mjs → NcDashboardWidgetItem-Qd8gSF2h.mjs} +5 -5
  78. package/dist/chunks/NcDashboardWidgetItem-Qd8gSF2h.mjs.map +1 -0
  79. package/dist/chunks/{NcListItem-RDF4Yv0n.cjs → NcListItem--_PCqetA.cjs} +2 -2
  80. package/dist/chunks/{NcListItem-_PBHug1k.mjs.map → NcListItem--_PCqetA.cjs.map} +1 -1
  81. package/dist/chunks/{NcListItem-_PBHug1k.mjs → NcListItem-AMcc69jK.mjs} +2 -2
  82. package/dist/chunks/{NcListItem-RDF4Yv0n.cjs.map → NcListItem-AMcc69jK.mjs.map} +1 -1
  83. package/dist/chunks/{NcRichContenteditable-xcoJkj3I.cjs → NcRichContenteditable-cUZMZlgG.cjs} +77 -54
  84. package/dist/chunks/NcRichContenteditable-cUZMZlgG.cjs.map +1 -0
  85. package/dist/chunks/{NcRichContenteditable-glkLWE43.mjs → NcRichContenteditable-d4EOAT2a.mjs} +86 -64
  86. package/dist/chunks/NcRichContenteditable-d4EOAT2a.mjs.map +1 -0
  87. package/dist/chunks/NcRichText-S34HoIhH.cjs +313 -0
  88. package/dist/chunks/NcRichText-S34HoIhH.cjs.map +1 -0
  89. package/dist/chunks/NcRichText-yfYdNWFh.mjs +328 -0
  90. package/dist/chunks/NcRichText-yfYdNWFh.mjs.map +1 -0
  91. package/dist/chunks/{NcSelect-SlL-Y8Qz.cjs → NcSelect-U9LJcdIo.cjs} +54 -44
  92. package/dist/chunks/NcSelect-U9LJcdIo.cjs.map +1 -0
  93. package/dist/chunks/{NcSelect-2ClmJ8jJ.mjs → NcSelect-b2H-YQsK.mjs} +39 -29
  94. package/dist/chunks/NcSelect-b2H-YQsK.mjs.map +1 -0
  95. package/dist/chunks/{NcSelectTags-TC2UmbfI.mjs → NcSelectTags-MlILya2b.mjs} +1 -1
  96. package/dist/chunks/{NcSelectTags-TC2UmbfI.mjs.map → NcSelectTags-MlILya2b.mjs.map} +1 -1
  97. package/dist/chunks/{NcSelectTags-FKigJPco.cjs → NcSelectTags-rO88Pk-1.cjs} +1 -1
  98. package/dist/chunks/{NcSelectTags-FKigJPco.cjs.map → NcSelectTags-rO88Pk-1.cjs.map} +1 -1
  99. package/dist/chunks/{NcSettingsSelectGroup-fOU9O4VD.cjs → NcSettingsSelectGroup-rfeDPLCg.cjs} +1 -1
  100. package/dist/chunks/{NcSettingsSelectGroup-fOU9O4VD.cjs.map → NcSettingsSelectGroup-rfeDPLCg.cjs.map} +1 -1
  101. package/dist/chunks/{NcSettingsSelectGroup-Bcai5uHx.mjs → NcSettingsSelectGroup-xhnDBg8a.mjs} +1 -1
  102. package/dist/chunks/{NcSettingsSelectGroup-Bcai5uHx.mjs.map → NcSettingsSelectGroup-xhnDBg8a.mjs.map} +1 -1
  103. package/dist/chunks/{NcTimezonePicker-Dv6pIP9O.cjs → NcTimezonePicker-KG0dvgUv.cjs} +1 -1
  104. package/dist/chunks/{NcTimezonePicker-Dv6pIP9O.cjs.map → NcTimezonePicker-KG0dvgUv.cjs.map} +1 -1
  105. package/dist/chunks/{NcTimezonePicker-DDce-mch.mjs → NcTimezonePicker-jJeiI-Ff.mjs} +1 -1
  106. package/dist/chunks/{NcTimezonePicker-DDce-mch.mjs.map → NcTimezonePicker-jJeiI-Ff.mjs.map} +1 -1
  107. package/dist/chunks/{ScopeComponent-hYwaRplQ.mjs → ScopeComponent-ZQvTL_tO.mjs} +1 -1
  108. package/dist/chunks/{ScopeComponent-hYwaRplQ.mjs.map → ScopeComponent-ZQvTL_tO.mjs.map} +1 -1
  109. package/dist/chunks/{ScopeComponent-qBzpvxit.cjs → ScopeComponent-v4OJPQb8.cjs} +1 -1
  110. package/dist/chunks/{ScopeComponent-qBzpvxit.cjs.map → ScopeComponent-v4OJPQb8.cjs.map} +1 -1
  111. package/dist/chunks/referencePickerModal-cPBjsn4r.cjs +2393 -0
  112. package/dist/chunks/referencePickerModal-cPBjsn4r.cjs.map +1 -0
  113. package/dist/chunks/referencePickerModal-gDBkGfNV.mjs +2414 -0
  114. package/dist/chunks/referencePickerModal-gDBkGfNV.mjs.map +1 -0
  115. package/dist/index.cjs +189 -170
  116. package/dist/index.cjs.map +1 -1
  117. package/dist/index.mjs +178 -159
  118. package/dist/index.mjs.map +1 -1
  119. package/dist/vendor.LICENSE.txt +4 -0
  120. package/package.json +2 -2
  121. package/dist/assets/referencePickerModal-yucfxaTX.css +0 -509
  122. package/dist/chunks/NcBreadcrumb-EGgIr-sA.cjs.map +0 -1
  123. package/dist/chunks/NcBreadcrumb-on01ofev.mjs.map +0 -1
  124. package/dist/chunks/NcDashboardWidgetItem-mIPkPR7r.cjs.map +0 -1
  125. package/dist/chunks/NcDashboardWidgetItem-wuUHTeLl.mjs.map +0 -1
  126. package/dist/chunks/NcRichContenteditable-glkLWE43.mjs.map +0 -1
  127. package/dist/chunks/NcRichContenteditable-xcoJkj3I.cjs.map +0 -1
  128. package/dist/chunks/NcRichText-TdyEC_z7.cjs +0 -337
  129. package/dist/chunks/NcRichText-TdyEC_z7.cjs.map +0 -1
  130. package/dist/chunks/NcRichText-lyvuLvpr.mjs +0 -353
  131. package/dist/chunks/NcRichText-lyvuLvpr.mjs.map +0 -1
  132. package/dist/chunks/NcSelect-2ClmJ8jJ.mjs.map +0 -1
  133. package/dist/chunks/NcSelect-SlL-Y8Qz.cjs.map +0 -1
  134. package/dist/chunks/referencePickerModal-cy4_Q5bu.cjs +0 -880
  135. package/dist/chunks/referencePickerModal-cy4_Q5bu.cjs.map +0 -1
  136. package/dist/chunks/referencePickerModal-wDsYQHxX.mjs +0 -897
  137. package/dist/chunks/referencePickerModal-wDsYQHxX.mjs.map +0 -1
package/dist/index.mjs CHANGED
@@ -1,45 +1,46 @@
1
+ import './assets/NcRichText-Pw6kTpnR.css';
1
2
  import i from "./Components/NcActionButton.mjs";
2
- import { N as m } from "./chunks/NcActionButtonGroup-A5Ixaw5n.mjs";
3
- import e from "./Components/NcActionCaption.mjs";
4
- import p from "./Components/NcActionCheckbox.mjs";
5
- import { N as a } from "./chunks/NcActionInput-BN9rIyI8.mjs";
3
+ import { N as e } from "./chunks/NcActionButtonGroup-A5Ixaw5n.mjs";
4
+ import m from "./Components/NcActionCaption.mjs";
5
+ import a from "./Components/NcActionCheckbox.mjs";
6
+ import { N as p } from "./chunks/NcActionInput-XHMzOL_h.mjs";
6
7
  import c from "./Components/NcActionLink.mjs";
7
- import N from "./Components/NcActionRadio.mjs";
8
- import s from "./Components/NcActionRouter.mjs";
8
+ import s from "./Components/NcActionRadio.mjs";
9
+ import N from "./Components/NcActionRouter.mjs";
9
10
  import { N as n } from "./chunks/NcActions-5_igU-CH.mjs";
10
11
  import f from "./Components/NcActionSeparator.mjs";
11
12
  import l from "./Components/NcActionText.mjs";
12
13
  import u from "./Components/NcActionTextEditable.mjs";
13
14
  import { N as d } from "./chunks/NcAppContent-WBzZJh-y.mjs";
14
- import A from "./Components/NcAppContentDetails.mjs";
15
- import g from "./Components/NcAppContentList.mjs";
15
+ import g from "./Components/NcAppContentDetails.mjs";
16
+ import A from "./Components/NcAppContentList.mjs";
16
17
  import { N as S } from "./chunks/NcAppNavigation-n6P3oVZv.mjs";
17
18
  import { N as b } from "./chunks/NcAppNavigationCaption-2rUO5Mns.mjs";
18
19
  import T from "./Components/NcAppNavigationIconBullet.mjs";
19
- import { N as x } from "./chunks/NcAppNavigationItem-A1yAdDNN.mjs";
20
- import I from "./Components/NcAppNavigationNew.mjs";
21
- import { N as v } from "./chunks/NcAppNavigationNewItem-t1ST1cif.mjs";
22
- import { N as C } from "./chunks/NcAppNavigationSettings-gwL_FqLN.mjs";
23
- import k from "./Components/NcAppNavigationSpacer.mjs";
24
- import { N as B } from "./chunks/NcAppSettingsDialog-5t3vGpRF.mjs";
25
- import P from "./Components/NcAppSettingsSection.mjs";
20
+ import { N as k } from "./chunks/NcAppNavigationItem-A1yAdDNN.mjs";
21
+ import v from "./Components/NcAppNavigationNew.mjs";
22
+ import { N as P } from "./chunks/NcAppNavigationNewItem-t1ST1cif.mjs";
23
+ import { N as x } from "./chunks/NcAppNavigationSettings-gwL_FqLN.mjs";
24
+ import C from "./Components/NcAppNavigationSpacer.mjs";
25
+ import { N as I } from "./chunks/NcAppSettingsDialog-5t3vGpRF.mjs";
26
+ import E from "./Components/NcAppSettingsSection.mjs";
26
27
  import { N as h } from "./chunks/NcAppSidebar-tnHBPGbL.mjs";
27
- import E from "./Components/NcAppSidebarTab.mjs";
28
- import { N as y } from "./chunks/NcAvatar-xT3kz6mU.mjs";
29
- import { u as it } from "./chunks/NcAvatar-xT3kz6mU.mjs";
30
- import { N as M } from "./chunks/NcBreadcrumb-on01ofev.mjs";
31
- import { N as O } from "./chunks/NcBreadcrumbs-2l-mWYHl.mjs";
32
- import D from "./Components/NcButton.mjs";
33
- import { N as L } from "./chunks/NcCheckboxRadioSwitch-PlgK1zWr.mjs";
34
- import { N as R } from "./chunks/NcColorPicker-rPobPO3M.mjs";
28
+ import B from "./Components/NcAppSidebarTab.mjs";
29
+ import { N as R } from "./chunks/NcAvatar-xT3kz6mU.mjs";
30
+ import { u as at } from "./chunks/NcAvatar-xT3kz6mU.mjs";
31
+ import { N as y } from "./chunks/NcBreadcrumb-w1UX2NR-.mjs";
32
+ import { N as L } from "./chunks/NcBreadcrumbs-tRR9CjKD.mjs";
33
+ import M from "./Components/NcButton.mjs";
34
+ import { N as O } from "./chunks/NcCheckboxRadioSwitch-PlgK1zWr.mjs";
35
+ import { N as D } from "./chunks/NcColorPicker-rPobPO3M.mjs";
35
36
  import { N as _ } from "./chunks/NcContent-EGBAB5sy.mjs";
36
37
  import j from "./Components/NcCounterBubble.mjs";
37
- import { N as F } from "./chunks/NcDashboardWidget-ogqyHahY.mjs";
38
- import { N as w } from "./chunks/NcDashboardWidgetItem-wuUHTeLl.mjs";
39
- import { N as z } from "./chunks/NcDateTime-UCw1o96E.mjs";
40
- import { u as et } from "./chunks/NcDateTime-UCw1o96E.mjs";
41
- import G from "./Components/NcDateTimePicker.mjs";
42
- import W from "./Components/NcDateTimePickerNative.mjs";
38
+ import { N as F } from "./chunks/NcDashboardWidget-9LDutUO0.mjs";
39
+ import { N as W } from "./chunks/NcDashboardWidgetItem-Qd8gSF2h.mjs";
40
+ import { N as w } from "./chunks/NcDateTime-UCw1o96E.mjs";
41
+ import { u as ct } from "./chunks/NcDateTime-UCw1o96E.mjs";
42
+ import z from "./Components/NcDateTimePicker.mjs";
43
+ import G from "./Components/NcDateTimePickerNative.mjs";
43
44
  import { N as H } from "./chunks/NcDialog-652A8lMI.mjs";
44
45
  import { N as K } from "./chunks/NcDialogButton-QuoJDLGH.mjs";
45
46
  import { N as U } from "./chunks/NcEmojiPicker-O0EAGlkS.mjs";
@@ -48,47 +49,52 @@ import $ from "./Components/NcGuestContent.mjs";
48
49
  import { N as q } from "./chunks/NcHeaderMenu-91qMsRIw.mjs";
49
50
  import { N as J } from "./chunks/index-2phCrsSH.mjs";
50
51
  import { N as Q } from "./chunks/NcIconSvgWrapper-n3MnAe1S.mjs";
51
- import { N as X } from "./chunks/NcListItem-_PBHug1k.mjs";
52
+ import { N as X } from "./chunks/NcListItem-AMcc69jK.mjs";
52
53
  import { N as Y } from "./chunks/NcListItemIcon-rqgXledP.mjs";
53
54
  import Z from "./Components/NcLoadingIcon.mjs";
54
55
  import oo from "./Components/NcModal.mjs";
55
56
  import ro from "./Components/NcNoteCard.mjs";
56
57
  import { N as to } from "./chunks/NcPasswordField-EbKN3MlL.mjs";
57
58
  import { N as io } from "./chunks/NcPopover-T4GMXmKV.mjs";
58
- import { N as mo } from "./chunks/NcProgressBar-h2ufKS6c.mjs";
59
- import { N as eo } from "./chunks/NcRelatedResourcesPanel-EDvgZgjQ.mjs";
60
- import { N as po } from "./chunks/index-xnq0-IMW.mjs";
61
- import { r as at } from "./chunks/index-xnq0-IMW.mjs";
62
- import { N as ao, a as co } from "./chunks/NcRichContenteditable-glkLWE43.mjs";
63
- import { N as No } from "./chunks/NcRichText-lyvuLvpr.mjs";
64
- import "./chunks/referencePickerModal-wDsYQHxX.mjs";
65
- import "@nextcloud/axios";
59
+ import { N as eo } from "./chunks/NcProgressBar-h2ufKS6c.mjs";
60
+ import { N as mo } from "./chunks/NcRelatedResourcesPanel-EDvgZgjQ.mjs";
61
+ import { N as ao } from "./chunks/index-xnq0-IMW.mjs";
62
+ import { r as Nt } from "./chunks/index-xnq0-IMW.mjs";
63
+ import { N as po, a as co } from "./chunks/NcRichContenteditable-d4EOAT2a.mjs";
64
+ import { N as so } from "./chunks/NcRichText-yfYdNWFh.mjs";
65
+ import { NcCustomPickerRenderResult as ft, isCustomPickerElementRegistered as lt, isWidgetRegistered as ut, registerCustomPickerElement as dt, registerWidget as gt, renderCustomPickerElement as At, renderWidget as St } from "./Functions/registerReference.mjs";
66
+ import "unist-util-visit";
67
+ import "unist-builder";
66
68
  import "@nextcloud/router";
67
- import { N as so } from "./chunks/NcSelect-2ClmJ8jJ.mjs";
69
+ import "@vueuse/core";
70
+ import { a as Tt, g as kt, b as vt, c as Pt, d as xt, s as Ct } from "./chunks/referencePickerModal-gDBkGfNV.mjs";
71
+ import "@nextcloud/axios";
72
+ /* empty css */
73
+ import { N as No } from "./chunks/NcSelect-b2H-YQsK.mjs";
68
74
  import { N as no } from "./chunks/NcTextField-NnW31cA4.mjs";
69
75
  import "@nextcloud/event-bus";
70
- import "vue";
71
76
  import { N as fo } from "./chunks/NcSavingIndicatorIcon-IqoMFcDK.mjs";
72
- import { N as lo } from "./chunks/NcSelectTags-TC2UmbfI.mjs";
77
+ import { N as lo } from "./chunks/NcSelectTags-MlILya2b.mjs";
73
78
  import { N as uo } from "./chunks/NcSettingsInputText-Pz6fV7At.mjs";
74
- import { N as Ao } from "./chunks/NcSettingsSection-CRmU7GLC.mjs";
75
- import { N as go } from "./chunks/NcSettingsSelectGroup-Bcai5uHx.mjs";
76
- import { N as So } from "./chunks/NcTimezonePicker-DDce-mch.mjs";
79
+ import { N as go } from "./chunks/NcSettingsSection-CRmU7GLC.mjs";
80
+ import { N as Ao } from "./chunks/NcSettingsSelectGroup-xhnDBg8a.mjs";
81
+ import { N as So } from "./chunks/NcTimezonePicker-jJeiI-Ff.mjs";
77
82
  import { N as bo } from "./chunks/NcUserBubble-9StjszDh.mjs";
78
83
  import { N as To } from "./chunks/NcUserStatusIcon-pRUzQidI.mjs";
79
- import xo from "./Components/NcTextArea.mjs";
80
- import { isFullscreenState as Nt, useIsFullscreen as st } from "./Composables/useIsFullscreen.mjs";
81
- import { MOBILE_BREAKPOINT as ft, MOBILE_SMALL_BREAKPOINT as lt, isMobileState as ut, useIsMobile as dt, useIsSmallMobile as At } from "./Composables/useIsMobile.mjs";
82
- import { E as St, a as bt, e as Tt, g as xt, s as It } from "./chunks/emoji-tllD0Rvt.mjs";
83
- import { u as Ct } from "./chunks/usernameToColor-xm3MLiw4.mjs";
84
- import { directive as Io } from "./Directives/Focus.mjs";
85
- import { directive as vo } from "./Directives/Linkify.mjs";
84
+ import ko from "./Components/NcTextArea.mjs";
85
+ import { isFullscreenState as Et, useIsFullscreen as ht } from "./Composables/useIsFullscreen.mjs";
86
+ import { MOBILE_BREAKPOINT as Rt, MOBILE_SMALL_BREAKPOINT as yt, isMobileState as Lt, useIsMobile as Mt, useIsSmallMobile as Ot } from "./Composables/useIsMobile.mjs";
87
+ import { E as _t, a as jt, e as Ft, g as Wt, s as wt } from "./chunks/emoji-tllD0Rvt.mjs";
88
+ import { u as Gt } from "./chunks/usernameToColor-xm3MLiw4.mjs";
89
+ import { directive as vo } from "./Directives/Focus.mjs";
90
+ import { directive as Po } from "./Directives/Linkify.mjs";
86
91
  import "./Directives/Tooltip.mjs";
87
- import { default as Bt } from "./Mixins/clickOutsideOptions.mjs";
88
- import { default as ht } from "./Mixins/isFullscreen.mjs";
89
- import { default as yt } from "./Mixins/isMobile.mjs";
90
- import { VTooltip as Co } from "floating-vue";
91
- import { VTooltip as Ot } from "floating-vue";
92
+ import { default as Kt } from "./Mixins/clickOutsideOptions.mjs";
93
+ import { default as Vt } from "./Mixins/isFullscreen.mjs";
94
+ import { default as qt } from "./Mixins/isMobile.mjs";
95
+ import "vue";
96
+ import { VTooltip as xo } from "floating-vue";
97
+ import { VTooltip as Qt } from "floating-vue";
92
98
  /**
93
99
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
94
100
  *
@@ -110,49 +116,49 @@ import { VTooltip as Ot } from "floating-vue";
110
116
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
111
117
  *
112
118
  */
113
- const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
119
+ const Co = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
114
120
  __proto__: null,
115
121
  NcActionButton: i,
116
- NcActionButtonGroup: m,
117
- NcActionCaption: e,
118
- NcActionCheckbox: p,
119
- NcActionInput: a,
122
+ NcActionButtonGroup: e,
123
+ NcActionCaption: m,
124
+ NcActionCheckbox: a,
125
+ NcActionInput: p,
120
126
  NcActionLink: c,
121
- NcActionRadio: N,
122
- NcActionRouter: s,
127
+ NcActionRadio: s,
128
+ NcActionRouter: N,
123
129
  NcActionSeparator: f,
124
130
  NcActionText: l,
125
131
  NcActionTextEditable: u,
126
132
  NcActions: n,
127
133
  NcAppContent: d,
128
- NcAppContentDetails: A,
129
- NcAppContentList: g,
134
+ NcAppContentDetails: g,
135
+ NcAppContentList: A,
130
136
  NcAppNavigation: S,
131
137
  NcAppNavigationCaption: b,
132
138
  NcAppNavigationIconBullet: T,
133
- NcAppNavigationItem: x,
134
- NcAppNavigationNew: I,
135
- NcAppNavigationNewItem: v,
136
- NcAppNavigationSettings: C,
137
- NcAppNavigationSpacer: k,
138
- NcAppSettingsDialog: B,
139
- NcAppSettingsSection: P,
139
+ NcAppNavigationItem: k,
140
+ NcAppNavigationNew: v,
141
+ NcAppNavigationNewItem: P,
142
+ NcAppNavigationSettings: x,
143
+ NcAppNavigationSpacer: C,
144
+ NcAppSettingsDialog: I,
145
+ NcAppSettingsSection: E,
140
146
  NcAppSidebar: h,
141
- NcAppSidebarTab: E,
142
- NcAutoCompleteResult: ao,
143
- NcAvatar: y,
144
- NcBreadcrumb: M,
145
- NcBreadcrumbs: O,
146
- NcButton: D,
147
- NcCheckboxRadioSwitch: L,
148
- NcColorPicker: R,
147
+ NcAppSidebarTab: B,
148
+ NcAutoCompleteResult: po,
149
+ NcAvatar: R,
150
+ NcBreadcrumb: y,
151
+ NcBreadcrumbs: L,
152
+ NcButton: M,
153
+ NcCheckboxRadioSwitch: O,
154
+ NcColorPicker: D,
149
155
  NcContent: _,
150
156
  NcCounterBubble: j,
151
157
  NcDashboardWidget: F,
152
- NcDashboardWidgetItem: w,
153
- NcDateTime: z,
154
- NcDateTimePicker: G,
155
- NcDateTimePickerNative: W,
158
+ NcDashboardWidgetItem: W,
159
+ NcDateTime: w,
160
+ NcDateTimePicker: z,
161
+ NcDateTimePickerNative: G,
156
162
  NcDialog: H,
157
163
  NcDialogButton: K,
158
164
  NcEmojiPicker: U,
@@ -164,22 +170,22 @@ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
164
170
  NcListItem: X,
165
171
  NcListItemIcon: Y,
166
172
  NcLoadingIcon: Z,
167
- NcMentionBubble: po,
173
+ NcMentionBubble: ao,
168
174
  NcModal: oo,
169
175
  NcNoteCard: ro,
170
176
  NcPasswordField: to,
171
177
  NcPopover: io,
172
- NcProgressBar: mo,
173
- NcRelatedResourcesPanel: eo,
178
+ NcProgressBar: eo,
179
+ NcRelatedResourcesPanel: mo,
174
180
  NcRichContenteditable: co,
175
- NcRichText: No,
181
+ NcRichText: so,
176
182
  NcSavingIndicatorIcon: fo,
177
- NcSelect: so,
183
+ NcSelect: No,
178
184
  NcSelectTags: lo,
179
185
  NcSettingsInputText: uo,
180
- NcSettingsSection: Ao,
181
- NcSettingsSelectGroup: go,
182
- NcTextArea: xo,
186
+ NcSettingsSection: go,
187
+ NcSettingsSelectGroup: Ao,
188
+ NcTextArea: ko,
183
189
  NcTextField: no,
184
190
  NcTimezonePicker: So,
185
191
  NcUserBubble: bo,
@@ -206,7 +212,7 @@ const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
206
212
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
207
213
  *
208
214
  */
209
- const Zr = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter";
215
+ const tt = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter";
210
216
  /**
211
217
  * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
212
218
  *
@@ -228,67 +234,68 @@ const Zr = (o) => o.type === "click" || o.type === "keydown" && o.key === "Enter
228
234
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
229
235
  *
230
236
  */
231
- const Bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
237
+ const Io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
232
238
  __proto__: null,
233
- Focus: Io,
234
- Linkify: vo,
235
- Tooltip: Co
236
- }, Symbol.toStringTag, { value: "Module" })), ot = {
239
+ Focus: vo,
240
+ Linkify: Po,
241
+ Tooltip: xo
242
+ }, Symbol.toStringTag, { value: "Module" })), it = {
237
243
  install(o) {
238
- Object.entries(ko).forEach(([t, r]) => {
244
+ Object.entries(Co).forEach(([t, r]) => {
239
245
  o.component(r.name || t, r);
240
- }), Object.entries(Bo).forEach(([t, r]) => {
246
+ }), Object.entries(Io).forEach(([t, r]) => {
241
247
  o.directive(t, r);
242
248
  });
243
249
  }
244
250
  };
245
251
  export {
246
- St as EmojiSkinTone,
247
- Io as Focus,
248
- vo as Linkify,
249
- ft as MOBILE_BREAKPOINT,
250
- lt as MOBILE_SMALL_BREAKPOINT,
252
+ _t as EmojiSkinTone,
253
+ vo as Focus,
254
+ Po as Linkify,
255
+ Rt as MOBILE_BREAKPOINT,
256
+ yt as MOBILE_SMALL_BREAKPOINT,
251
257
  i as NcActionButton,
252
- m as NcActionButtonGroup,
253
- e as NcActionCaption,
254
- p as NcActionCheckbox,
255
- a as NcActionInput,
258
+ e as NcActionButtonGroup,
259
+ m as NcActionCaption,
260
+ a as NcActionCheckbox,
261
+ p as NcActionInput,
256
262
  c as NcActionLink,
257
- N as NcActionRadio,
258
- s as NcActionRouter,
263
+ s as NcActionRadio,
264
+ N as NcActionRouter,
259
265
  f as NcActionSeparator,
260
266
  l as NcActionText,
261
267
  u as NcActionTextEditable,
262
268
  n as NcActions,
263
269
  d as NcAppContent,
264
- A as NcAppContentDetails,
265
- g as NcAppContentList,
270
+ g as NcAppContentDetails,
271
+ A as NcAppContentList,
266
272
  S as NcAppNavigation,
267
273
  b as NcAppNavigationCaption,
268
274
  T as NcAppNavigationIconBullet,
269
- x as NcAppNavigationItem,
270
- I as NcAppNavigationNew,
271
- v as NcAppNavigationNewItem,
272
- C as NcAppNavigationSettings,
273
- k as NcAppNavigationSpacer,
274
- B as NcAppSettingsDialog,
275
- P as NcAppSettingsSection,
275
+ k as NcAppNavigationItem,
276
+ v as NcAppNavigationNew,
277
+ P as NcAppNavigationNewItem,
278
+ x as NcAppNavigationSettings,
279
+ C as NcAppNavigationSpacer,
280
+ I as NcAppSettingsDialog,
281
+ E as NcAppSettingsSection,
276
282
  h as NcAppSidebar,
277
- E as NcAppSidebarTab,
278
- ao as NcAutoCompleteResult,
279
- y as NcAvatar,
280
- M as NcBreadcrumb,
281
- O as NcBreadcrumbs,
282
- D as NcButton,
283
- L as NcCheckboxRadioSwitch,
284
- R as NcColorPicker,
283
+ B as NcAppSidebarTab,
284
+ po as NcAutoCompleteResult,
285
+ R as NcAvatar,
286
+ y as NcBreadcrumb,
287
+ L as NcBreadcrumbs,
288
+ M as NcButton,
289
+ O as NcCheckboxRadioSwitch,
290
+ D as NcColorPicker,
285
291
  _ as NcContent,
286
292
  j as NcCounterBubble,
293
+ ft as NcCustomPickerRenderResult,
287
294
  F as NcDashboardWidget,
288
- w as NcDashboardWidgetItem,
289
- z as NcDateTime,
290
- G as NcDateTimePicker,
291
- W as NcDateTimePickerNative,
295
+ W as NcDashboardWidgetItem,
296
+ w as NcDateTime,
297
+ z as NcDateTimePicker,
298
+ G as NcDateTimePickerNative,
292
299
  H as NcDialog,
293
300
  K as NcDialogButton,
294
301
  U as NcEmojiPicker,
@@ -300,43 +307,55 @@ export {
300
307
  X as NcListItem,
301
308
  Y as NcListItemIcon,
302
309
  Z as NcLoadingIcon,
303
- po as NcMentionBubble,
310
+ ao as NcMentionBubble,
304
311
  oo as NcModal,
305
312
  ro as NcNoteCard,
306
313
  to as NcPasswordField,
307
314
  io as NcPopover,
308
- mo as NcProgressBar,
309
- eo as NcRelatedResourcesPanel,
315
+ eo as NcProgressBar,
316
+ mo as NcRelatedResourcesPanel,
310
317
  co as NcRichContenteditable,
311
- No as NcRichText,
318
+ so as NcRichText,
312
319
  fo as NcSavingIndicatorIcon,
313
- so as NcSelect,
320
+ No as NcSelect,
314
321
  lo as NcSelectTags,
315
322
  uo as NcSettingsInputText,
316
- Ao as NcSettingsSection,
317
- go as NcSettingsSelectGroup,
318
- xo as NcTextArea,
323
+ go as NcSettingsSection,
324
+ Ao as NcSettingsSelectGroup,
325
+ ko as NcTextArea,
319
326
  no as NcTextField,
320
327
  So as NcTimezonePicker,
321
328
  bo as NcUserBubble,
322
329
  To as NcUserStatusIcon,
323
- ot as NextcloudVuePlugin,
324
- Ot as Tooltip,
325
- Bt as clickOutsideOptions,
326
- bt as emojiAddRecent,
327
- Tt as emojiSearch,
328
- xt as getCurrentSkinTone,
329
- Zr as isA11yActivation,
330
- ht as isFullscreen,
331
- Nt as isFullscreenState,
332
- yt as isMobile,
333
- ut as isMobileState,
334
- at as richEditor,
335
- It as setCurrentSkinTone,
336
- et as useFormatDateTime,
337
- st as useIsFullscreen,
338
- dt as useIsMobile,
339
- At as useIsSmallMobile,
340
- it as userStatus,
341
- Ct as usernameToColor
330
+ it as NextcloudVuePlugin,
331
+ Qt as Tooltip,
332
+ Tt as anyLinkProviderId,
333
+ Kt as clickOutsideOptions,
334
+ jt as emojiAddRecent,
335
+ Ft as emojiSearch,
336
+ Wt as getCurrentSkinTone,
337
+ kt as getLinkWithPicker,
338
+ vt as getProvider,
339
+ Pt as getProviders,
340
+ tt as isA11yActivation,
341
+ lt as isCustomPickerElementRegistered,
342
+ Vt as isFullscreen,
343
+ Et as isFullscreenState,
344
+ qt as isMobile,
345
+ Lt as isMobileState,
346
+ ut as isWidgetRegistered,
347
+ dt as registerCustomPickerElement,
348
+ gt as registerWidget,
349
+ At as renderCustomPickerElement,
350
+ St as renderWidget,
351
+ Nt as richEditor,
352
+ xt as searchProvider,
353
+ wt as setCurrentSkinTone,
354
+ Ct as sortProviders,
355
+ ct as useFormatDateTime,
356
+ ht as useIsFullscreen,
357
+ Mt as useIsMobile,
358
+ Ot as useIsSmallMobile,
359
+ at as userStatus,
360
+ Gt as usernameToColor
342
361
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\nexport { default as NcDialog } from './NcDialog/index.js'\nexport { default as NcDialogButton } from './NcDialogButton/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\nexport { default as NcUserStatusIcon } from './NcUserStatusIcon/index.js'\nexport { default as NcTextArea } from './NcTextArea/index.js'\n","/**\n * @copyright 2022 Christopher Ng <chrng8@gmail.com>\n *\n * @author Christopher Ng <chrng8@gmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event: Event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && (event as KeyboardEvent).key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
1
+ {"version":3,"file":"index.mjs","sources":["../src/components/index.js","../src/functions/a11y/index.ts","../src/directives/index.js","../src/plugin.ts"],"sourcesContent":["/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as NcActionButton } from './NcActionButton/index.js'\nexport { default as NcActionButtonGroup } from './NcActionButtonGroup/index.js'\nexport { default as NcActionCaption } from './NcActionCaption/index.js'\nexport { default as NcActionCheckbox } from './NcActionCheckbox/index.js'\nexport { default as NcActionInput } from './NcActionInput/index.js'\nexport { default as NcActionLink } from './NcActionLink/index.js'\nexport { default as NcActionRadio } from './NcActionRadio/index.js'\nexport { default as NcActionRouter } from './NcActionRouter/index.js'\nexport { default as NcActions } from './NcActions/index.js'\nexport { default as NcActionSeparator } from './NcActionSeparator/index.js'\nexport { default as NcActionText } from './NcActionText/index.js'\nexport { default as NcActionTextEditable } from './NcActionTextEditable/index.js'\nexport { default as NcAppContent } from './NcAppContent/index.js'\nexport { default as NcAppContentDetails } from './NcAppContentDetails/index.js'\nexport { default as NcAppContentList } from './NcAppContentList/index.js'\nexport { default as NcAppNavigation } from './NcAppNavigation/index.js'\nexport { default as NcAppNavigationCaption } from './NcAppNavigationCaption/index.js'\nexport { default as NcAppNavigationIconBullet } from './NcAppNavigationIconBullet/index.js'\nexport { default as NcAppNavigationItem } from './NcAppNavigationItem/index.js'\nexport { default as NcAppNavigationNew } from './NcAppNavigationNew/index.js'\nexport { default as NcAppNavigationNewItem } from './NcAppNavigationNewItem/index.js'\nexport { default as NcAppNavigationSettings } from './NcAppNavigationSettings/index.js'\nexport { default as NcAppNavigationSpacer } from './NcAppNavigationSpacer/index.js'\nexport { default as NcAppSettingsDialog } from './NcAppSettingsDialog/index.js'\nexport { default as NcAppSettingsSection } from './NcAppSettingsSection/index.js'\nexport { default as NcAppSidebar } from './NcAppSidebar/index.js'\nexport { default as NcAppSidebarTab } from './NcAppSidebarTab/index.js'\nexport { default as NcAvatar } from './NcAvatar/index.js'\nexport { default as NcBreadcrumb } from './NcBreadcrumb/index.js'\nexport { default as NcBreadcrumbs } from './NcBreadcrumbs/index.js'\nexport { default as NcButton } from './NcButton/index.js'\nexport { default as NcCheckboxRadioSwitch } from './NcCheckboxRadioSwitch/index.js'\nexport { default as NcColorPicker } from './NcColorPicker/index.js'\nexport { default as NcContent } from './NcContent/index.js'\nexport { default as NcCounterBubble } from './NcCounterBubble/index.js'\nexport { default as NcDashboardWidget } from './NcDashboardWidget/index.js'\nexport { default as NcDashboardWidgetItem } from './NcDashboardWidgetItem/index.js'\nexport { default as NcDateTime } from './NcDateTime/index.js'\nexport { default as NcDateTimePicker } from './NcDateTimePicker/index.js'\nexport { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'\nexport { default as NcDialog } from './NcDialog/index.js'\nexport { default as NcDialogButton } from './NcDialogButton/index.js'\n// Not exported on purpose\n// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'\nexport { default as NcEmojiPicker } from './NcEmojiPicker/index.js'\nexport { default as NcEmptyContent } from './NcEmptyContent/index.js'\nexport { default as NcGuestContent } from './NcGuestContent/index.js'\nexport { default as NcHeaderMenu } from './NcHeaderMenu/index.js'\nexport { default as NcHighlight } from './NcHighlight/index.js'\nexport { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'\n// Not exported on purpose as it is only meant as a base component\n// export { default as NcInputField } from './NcInputField/index.js'\nexport { default as NcListItem } from './NcListItem/index.js'\nexport { default as NcListItemIcon } from './NcListItemIcon/index.js'\nexport { default as NcLoadingIcon } from './NcLoadingIcon/index.js'\nexport { default as NcModal } from './NcModal/index.js'\nexport { default as NcNoteCard } from './NcNoteCard/index.js'\nexport { default as NcPasswordField } from './NcPasswordField/index.js'\nexport { default as NcPopover } from './NcPopover/index.js'\nexport { default as NcProgressBar } from './NcProgressBar/index.js'\nexport { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'\nexport { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'\nexport { default as NcRichText } from './NcRichText/index.js'\nexport { default as NcSavingIndicatorIcon } from './NcSavingIndicatorIcon/index.js'\nexport { default as NcSelect } from './NcSelect/index.js'\nexport { default as NcSelectTags } from './NcSelectTags/index.js'\nexport { default as NcSettingsInputText } from './NcSettingsInputText/index.js'\nexport { default as NcSettingsSection } from './NcSettingsSection/index.js'\nexport { default as NcSettingsSelectGroup } from './NcSettingsSelectGroup/index.js'\nexport { default as NcTextField } from './NcTextField/index.js'\nexport { default as NcTimezonePicker } from './NcTimezonePicker/index.js'\nexport { default as NcUserBubble } from './NcUserBubble/index.js'\nexport { default as NcUserStatusIcon } from './NcUserStatusIcon/index.js'\nexport { default as NcTextArea } from './NcTextArea/index.js'\n","/**\n * @copyright 2022 Christopher Ng <chrng8@gmail.com>\n *\n * @author Christopher Ng <chrng8@gmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\n/**\n * Return true if the DOM event is an accessible mouse or keyboard element activation, false otherwise\n *\n * @param {Event} event DOM event\n *\n * @return {boolean}\n */\nexport const isA11yActivation = (event: Event) => {\n\tif (event.type === 'click') {\n\t\treturn true\n\t}\n\tif (event.type === 'keydown' && (event as KeyboardEvent).key === 'Enter') {\n\t\treturn true\n\t}\n\treturn false\n}\n","/**\n * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nexport { default as Focus } from './Focus/index.js'\nexport { default as Linkify } from './Linkify/index.js'\nexport { default as Tooltip } from './Tooltip/index.js'\n","import type { DefineComponent, Directive, PluginObject } from 'vue'\n\nimport * as NcComponents from './components/index.js'\nimport * as NcDirectives from './directives/index.js'\n\n/**\n * Install all Nextcloud Vue components and directives globally\n * @example\n * ```js\n * import { NextcloudVuePlugin } from '@nextcloud/vue'\n * import Vue from 'vue'\n *\n * // ...\n *\n * Vue.use(NextcloudVuePlugin)\n * new Vue({\n * // options\n * })\n * ```\n */\nexport const NextcloudVuePlugin: PluginObject<never> = {\n\tinstall(Vue) {\n\t\t// Install components\n\t\tObject.entries(NcComponents as { [key: string]: DefineComponent }).forEach(([name, component]) => {\n\t\t\tVue.component(component.name || name, component)\n\t\t})\n\n\t\t// Install directives\n\t\tObject.entries(NcDirectives as { [key: string]: Directive }).forEach(([name, directive]) => {\n\t\t\tVue.directive(name, directive)\n\t\t})\n\t},\n}\n"],"names":["isA11yActivation","event","NextcloudVuePlugin","Vue","NcComponents","name","component","NcDirectives","directive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6Ba,MAAAA,KAAmB,CAACC,MAC5BA,EAAM,SAAS,WAGfA,EAAM,SAAS,aAAcA,EAAwB,QAAQ;ACjClE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;8CCoBaC,KAA0C;AAAA,EACtD,QAAQC,GAAK;AAEL,WAAA,QAAQC,EAAkD,EAAE,QAAQ,CAAC,CAACC,GAAMC,CAAS,MAAM;AACjG,MAAAH,EAAI,UAAUG,EAAU,QAAQD,GAAMC,CAAS;AAAA,IAAA,CAC/C,GAGM,OAAA,QAAQC,EAA4C,EAAE,QAAQ,CAAC,CAACF,GAAMG,CAAS,MAAM;AACvF,MAAAL,EAAA,UAAUE,GAAMG,CAAS;AAAA,IAAA,CAC7B;AAAA,EACF;AACD;"}
@@ -2,4 +2,8 @@ Included dependencies:
2
2
 
3
3
  vue-material-design-icons
4
4
  version: 5.3.0
5
+ license: MIT
6
+
7
+ vue-router
8
+ version: 3.6.5
5
9
  license: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextcloud/vue",
3
- "version": "8.6.2",
3
+ "version": "8.7.1",
4
4
  "description": "Nextcloud vue components",
5
5
  "keywords": [
6
6
  "vuejs",
@@ -135,7 +135,7 @@
135
135
  "eslint-plugin-cypress": "^2.11.1",
136
136
  "file-loader": "^6.2.0",
137
137
  "gettext-extractor": "^3.7.2",
138
- "gettext-parser": "^7.0.0",
138
+ "gettext-parser": "^8.0.0",
139
139
  "glob": "^10.0.0",
140
140
  "jest": "^29.0.1",
141
141
  "jest-environment-jsdom": "29.7.0",