@nextcloud/vue 9.10.0 → 9.11.0

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 (89) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/assets/NcActionInput.css +66 -66
  3. package/dist/assets/NcActions.css +12 -12
  4. package/dist/assets/NcAppNavigationItem.css +9 -3
  5. package/dist/assets/NcAppNavigationNewItem.css +9 -3
  6. package/dist/assets/NcAppNavigationSettings.css +6 -6
  7. package/dist/assets/NcAppSettingsDialog.css +3 -3
  8. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  9. package/dist/assets/NcAppSidebar.css +130 -76
  10. package/dist/assets/NcAppSidebarTab.css +4 -4
  11. package/dist/assets/NcAssistantButton.css +9 -9
  12. package/dist/assets/NcAssistantContent.css +3 -3
  13. package/dist/assets/NcAssistantIcon.css +4 -4
  14. package/dist/assets/NcBlurHash.css +2 -2
  15. package/dist/assets/NcFilePicker.css +1 -1
  16. package/dist/assets/NcFormBox.css +11 -11
  17. package/dist/assets/NcFormBoxButton.css +2 -2
  18. package/dist/assets/NcFormBoxItem.css +15 -15
  19. package/dist/assets/NcFormBoxSwitch.css +2 -2
  20. package/dist/assets/NcFormGroup.css +7 -7
  21. package/dist/assets/NcHotkey.css +8 -8
  22. package/dist/assets/NcHotkeyList.css +2 -2
  23. package/dist/assets/NcIconToggleSwitch.css +4 -4
  24. package/dist/assets/NcKbd.css +3 -3
  25. package/dist/assets/NcPopover.css +16 -16
  26. package/dist/assets/NcRadioGroup.css +2 -2
  27. package/dist/assets/NcRadioGroupButton.css +14 -14
  28. package/dist/assets/NcRichContenteditable.css +17 -17
  29. package/dist/assets/NcSelect.css +25 -0
  30. package/dist/assets/autolink.css +3 -3
  31. package/dist/chunks/NcActionInput.mjs +2 -2
  32. package/dist/chunks/NcActionInput.mjs.map +1 -1
  33. package/dist/chunks/NcActions.mjs +2 -2
  34. package/dist/chunks/NcActions.mjs.map +1 -1
  35. package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
  36. package/dist/chunks/NcAppSettingsDialog.mjs +3 -3
  37. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
  38. package/dist/chunks/NcAppSidebar.mjs +162 -28
  39. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  40. package/dist/chunks/NcAppSidebarTab.mjs +12 -5
  41. package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
  42. package/dist/chunks/NcAssistantButton.mjs +7 -7
  43. package/dist/chunks/NcAssistantContent.mjs +3 -3
  44. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  45. package/dist/chunks/NcBlurHash.mjs +2 -2
  46. package/dist/chunks/NcFilePicker.mjs +1 -1
  47. package/dist/chunks/NcFormBox.mjs +5 -5
  48. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  49. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  50. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  51. package/dist/chunks/NcFormGroup.mjs +7 -7
  52. package/dist/chunks/NcHotkey.mjs +4 -4
  53. package/dist/chunks/NcHotkeyList.mjs +2 -2
  54. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  55. package/dist/chunks/NcKbd.mjs +2 -2
  56. package/dist/chunks/NcPopover.mjs +2 -2
  57. package/dist/chunks/NcRadioGroup.mjs +2 -2
  58. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  59. package/dist/chunks/NcRichContenteditable.mjs +10 -10
  60. package/dist/chunks/NcSelect.mjs +74 -5
  61. package/dist/chunks/NcSelect.mjs.map +1 -1
  62. package/dist/chunks/_l10n.mjs +3 -3
  63. package/dist/chunks/autolink.mjs +3 -3
  64. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +35 -7
  65. package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
  66. package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
  67. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -1
  68. package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
  69. package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
  70. package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
  71. package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
  72. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +1 -1
  73. package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
  74. package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
  75. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +33 -5
  76. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +2 -2
  77. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +3 -3
  78. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +2 -2
  79. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +5 -5
  80. package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
  81. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +1 -1
  82. package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
  83. package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
  84. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
  85. package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
  86. package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
  87. package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
  88. package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
  89. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@
7
7
 
8
8
  All notable changes to this project will be documented in this file.
9
9
 
10
+ ## [v9.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.11.0) (2026-08-28)
11
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.10.0...v9.11.0)
12
+
13
+ ### 🚀 Enhancements
14
+ * feat(NcAppSidebarTab): add animation effect for tab button [\#8793](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8793) \([jancborchardt](https://github.com/jancborchardt)\)
15
+ * feat(NcSelect): add helperText support [\#8787](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8787) \([skjnldsv](https://github.com/skjnldsv)\)
16
+
17
+ ### 🐛 Fixed bugs
18
+ * fix(NcActionInput): display arrow icon for submit [\#8884](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8884) \([odzhychko](https://github.com/odzhychko)\)
19
+ * fix(NcActions) Listen on afterHide instead of non-existing afterClosed. [\#8870](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8870) \([rotdrop](https://github.com/rotdrop)\)
20
+ * fix(NcSelect): align the multiple variant width with the single one [\#8893](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8893) \([skjnldsv](https://github.com/skjnldsv)\)
21
+ * fix(NcAppNavigationItem): backwards tabbing action selection [\#8821](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8821) \([[GVodyanov](https://github.com/GVodyanov)\)
22
+
10
23
  ## [v9.10.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.10.0) (2026-08-24)
11
24
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.9.0...v9.10.0)
12
25
 
@@ -9,7 +9,7 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-5c72f9b7] {
12
+ .material-design-icon[data-v-7720ab60] {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
@@ -22,9 +22,9 @@
22
22
  * SPDX-License-Identifier: AGPL-3.0-or-later
23
23
  */
24
24
  /* Default global values */
25
- button[data-v-5c72f9b7]:not(.button-vue),
26
- input[data-v-5c72f9b7]:not([type=range]),
27
- textarea[data-v-5c72f9b7] {
25
+ button[data-v-7720ab60]:not(.button-vue),
26
+ input[data-v-7720ab60]:not([type=range]),
27
+ textarea[data-v-7720ab60] {
28
28
  margin: 0;
29
29
  padding: 7px 6px;
30
30
  cursor: text;
@@ -35,74 +35,74 @@ textarea[data-v-5c72f9b7] {
35
35
  background-color: var(--color-main-background);
36
36
  font-size: 13px;
37
37
  }
38
- button[data-v-5c72f9b7]:not(.button-vue):not(:disabled):not(.primary):hover, button[data-v-5c72f9b7]:not(.button-vue):not(:disabled):not(.primary):focus, button:not(.button-vue):not(:disabled):not(.primary).active[data-v-5c72f9b7],
39
- input[data-v-5c72f9b7]:not([type=range]):not(:disabled):not(.primary):hover,
40
- input[data-v-5c72f9b7]:not([type=range]):not(:disabled):not(.primary):focus,
41
- input:not([type=range]):not(:disabled):not(.primary).active[data-v-5c72f9b7],
42
- textarea[data-v-5c72f9b7]:not(:disabled):not(.primary):hover,
43
- textarea[data-v-5c72f9b7]:not(:disabled):not(.primary):focus,
44
- textarea:not(:disabled):not(.primary).active[data-v-5c72f9b7] {
38
+ button[data-v-7720ab60]:not(.button-vue):not(:disabled):not(.primary):hover, button[data-v-7720ab60]:not(.button-vue):not(:disabled):not(.primary):focus, button:not(.button-vue):not(:disabled):not(.primary).active[data-v-7720ab60],
39
+ input[data-v-7720ab60]:not([type=range]):not(:disabled):not(.primary):hover,
40
+ input[data-v-7720ab60]:not([type=range]):not(:disabled):not(.primary):focus,
41
+ input:not([type=range]):not(:disabled):not(.primary).active[data-v-7720ab60],
42
+ textarea[data-v-7720ab60]:not(:disabled):not(.primary):hover,
43
+ textarea[data-v-7720ab60]:not(:disabled):not(.primary):focus,
44
+ textarea:not(:disabled):not(.primary).active[data-v-7720ab60] {
45
45
  /* active class used for multiselect */
46
46
  border-color: var(--color-primary-element);
47
47
  outline: none;
48
48
  }
49
- button[data-v-5c72f9b7]:not(.button-vue):not(:disabled):not(.primary):active,
50
- input[data-v-5c72f9b7]:not([type=range]):not(:disabled):not(.primary):active,
51
- textarea[data-v-5c72f9b7]:not(:disabled):not(.primary):active {
49
+ button[data-v-7720ab60]:not(.button-vue):not(:disabled):not(.primary):active,
50
+ input[data-v-7720ab60]:not([type=range]):not(:disabled):not(.primary):active,
51
+ textarea[data-v-7720ab60]:not(:disabled):not(.primary):active {
52
52
  color: var(--color-main-text);
53
53
  outline: none;
54
54
  background-color: var(--color-main-background);
55
55
  }
56
- button[data-v-5c72f9b7]:not(.button-vue):disabled,
57
- input[data-v-5c72f9b7]:not([type=range]):disabled,
58
- textarea[data-v-5c72f9b7]:disabled {
56
+ button[data-v-7720ab60]:not(.button-vue):disabled,
57
+ input[data-v-7720ab60]:not([type=range]):disabled,
58
+ textarea[data-v-7720ab60]:disabled {
59
59
  cursor: default;
60
60
  opacity: 0.5;
61
61
  color: var(--color-text-maxcontrast);
62
62
  background-color: var(--color-background-dark);
63
63
  }
64
- button[data-v-5c72f9b7]:not(.button-vue):required,
65
- input[data-v-5c72f9b7]:not([type=range]):required,
66
- textarea[data-v-5c72f9b7]:required {
64
+ button[data-v-7720ab60]:not(.button-vue):required,
65
+ input[data-v-7720ab60]:not([type=range]):required,
66
+ textarea[data-v-7720ab60]:required {
67
67
  box-shadow: none;
68
68
  }
69
- button[data-v-5c72f9b7]:not(.button-vue):invalid,
70
- input[data-v-5c72f9b7]:not([type=range]):invalid,
71
- textarea[data-v-5c72f9b7]:invalid {
69
+ button[data-v-7720ab60]:not(.button-vue):invalid,
70
+ input[data-v-7720ab60]:not([type=range]):invalid,
71
+ textarea[data-v-7720ab60]:invalid {
72
72
  border-color: var(--color-border-error, var(--color-error));
73
73
  box-shadow: none !important;
74
74
  }
75
- button[data-v-5c72f9b7]:not(.button-vue),
76
- input[data-v-5c72f9b7]:not([type=range]),
77
- textarea[data-v-5c72f9b7] {
75
+ button[data-v-7720ab60]:not(.button-vue),
76
+ input[data-v-7720ab60]:not([type=range]),
77
+ textarea[data-v-7720ab60] {
78
78
  /* Primary action button, use sparingly */
79
79
  }
80
- button:not(.button-vue).primary[data-v-5c72f9b7],
81
- input:not([type=range]).primary[data-v-5c72f9b7],
82
- textarea.primary[data-v-5c72f9b7] {
80
+ button:not(.button-vue).primary[data-v-7720ab60],
81
+ input:not([type=range]).primary[data-v-7720ab60],
82
+ textarea.primary[data-v-7720ab60] {
83
83
  cursor: pointer;
84
84
  color: var(--color-primary-element-text);
85
85
  border-color: var(--color-primary-element);
86
86
  background-color: var(--color-primary-element);
87
87
  }
88
- button:not(.button-vue).primary[data-v-5c72f9b7]:not(:disabled):hover, button:not(.button-vue).primary[data-v-5c72f9b7]:not(:disabled):focus, button:not(.button-vue).primary[data-v-5c72f9b7]:not(:disabled):active,
89
- input:not([type=range]).primary[data-v-5c72f9b7]:not(:disabled):hover,
90
- input:not([type=range]).primary[data-v-5c72f9b7]:not(:disabled):focus,
91
- input:not([type=range]).primary[data-v-5c72f9b7]:not(:disabled):active,
92
- textarea.primary[data-v-5c72f9b7]:not(:disabled):hover,
93
- textarea.primary[data-v-5c72f9b7]:not(:disabled):focus,
94
- textarea.primary[data-v-5c72f9b7]:not(:disabled):active {
88
+ button:not(.button-vue).primary[data-v-7720ab60]:not(:disabled):hover, button:not(.button-vue).primary[data-v-7720ab60]:not(:disabled):focus, button:not(.button-vue).primary[data-v-7720ab60]:not(:disabled):active,
89
+ input:not([type=range]).primary[data-v-7720ab60]:not(:disabled):hover,
90
+ input:not([type=range]).primary[data-v-7720ab60]:not(:disabled):focus,
91
+ input:not([type=range]).primary[data-v-7720ab60]:not(:disabled):active,
92
+ textarea.primary[data-v-7720ab60]:not(:disabled):hover,
93
+ textarea.primary[data-v-7720ab60]:not(:disabled):focus,
94
+ textarea.primary[data-v-7720ab60]:not(:disabled):active {
95
95
  border-color: var(--color-primary-element-light);
96
96
  background-color: var(--color-primary-element-light);
97
97
  }
98
- button:not(.button-vue).primary[data-v-5c72f9b7]:not(:disabled):active,
99
- input:not([type=range]).primary[data-v-5c72f9b7]:not(:disabled):active,
100
- textarea.primary[data-v-5c72f9b7]:not(:disabled):active {
98
+ button:not(.button-vue).primary[data-v-7720ab60]:not(:disabled):active,
99
+ input:not([type=range]).primary[data-v-7720ab60]:not(:disabled):active,
100
+ textarea.primary[data-v-7720ab60]:not(:disabled):active {
101
101
  color: var(--color-primary-element-text-dark);
102
102
  }
103
- button:not(.button-vue).primary[data-v-5c72f9b7]:disabled,
104
- input:not([type=range]).primary[data-v-5c72f9b7]:disabled,
105
- textarea.primary[data-v-5c72f9b7]:disabled {
103
+ button:not(.button-vue).primary[data-v-7720ab60]:disabled,
104
+ input:not([type=range]).primary[data-v-7720ab60]:disabled,
105
+ textarea.primary[data-v-7720ab60]:disabled {
106
106
  cursor: default;
107
107
  color: var(--color-primary-element-text-dark);
108
108
  background-color: var(--color-primary-element);
@@ -112,25 +112,25 @@ textarea.primary[data-v-5c72f9b7]:disabled {
112
112
  * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
113
113
  * SPDX-License-Identifier: AGPL-3.0-or-later
114
114
  */
115
- li.action[data-v-5c72f9b7]:hover, li.action.active[data-v-5c72f9b7] {
115
+ li.action[data-v-7720ab60]:hover, li.action.active[data-v-7720ab60] {
116
116
  border-radius: 6px;
117
117
  padding: 0;
118
118
  }
119
- li.action[data-v-5c72f9b7]:hover {
119
+ li.action[data-v-7720ab60]:hover {
120
120
  background-color: var(--color-background-hover);
121
121
  }
122
- .action--disabled[data-v-5c72f9b7] {
122
+ .action--disabled[data-v-7720ab60] {
123
123
  pointer-events: none;
124
124
  opacity: 0.5;
125
125
  }
126
- .action--disabled[data-v-5c72f9b7]:hover, .action--disabled[data-v-5c72f9b7]:focus {
126
+ .action--disabled[data-v-7720ab60]:hover, .action--disabled[data-v-7720ab60]:focus {
127
127
  cursor: default;
128
128
  opacity: 0.5;
129
129
  }
130
- .action--disabled[data-v-5c72f9b7] * {
130
+ .action--disabled[data-v-7720ab60] * {
131
131
  opacity: 1 !important;
132
132
  }
133
- .action-input[data-v-5c72f9b7] {
133
+ .action-input[data-v-7720ab60] {
134
134
  display: flex;
135
135
  align-items: flex-start;
136
136
  width: 100%;
@@ -146,64 +146,64 @@ li.action[data-v-5c72f9b7]:hover {
146
146
  box-shadow: none;
147
147
  font-weight: var(--font-weight-default, normal);
148
148
  }
149
- .action-input__icon-wrapper[data-v-5c72f9b7] {
149
+ .action-input__icon-wrapper[data-v-7720ab60] {
150
150
  display: flex;
151
151
  align-self: flex-start;
152
152
  margin-top: var(--default-grid-baseline);
153
153
  align-items: center;
154
154
  justify-content: center;
155
155
  }
156
- .action-input__icon-wrapper[data-v-5c72f9b7] .material-design-icon {
156
+ .action-input__icon-wrapper[data-v-7720ab60] .material-design-icon {
157
157
  width: var(--default-clickable-area);
158
158
  height: var(--default-clickable-area);
159
159
  opacity: 1;
160
160
  }
161
- .action-input__icon-wrapper[data-v-5c72f9b7] .material-design-icon .material-design-icon__svg {
161
+ .action-input__icon-wrapper[data-v-7720ab60] .material-design-icon .material-design-icon__svg {
162
162
  vertical-align: middle;
163
163
  }
164
- .action-input--tight-label .action-input__icon-wrapper[data-v-5c72f9b7] {
164
+ .action-input--tight-label .action-input__icon-wrapper[data-v-7720ab60] {
165
165
  margin-top: 0;
166
166
  }
167
- .action-input > span[data-v-5c72f9b7] {
167
+ .action-input > span[data-v-7720ab60] {
168
168
  cursor: pointer;
169
169
  white-space: nowrap;
170
170
  }
171
- .action-input__icon[data-v-5c72f9b7] {
171
+ .action-input__icon[data-v-7720ab60] {
172
172
  min-width: 0; /* Overwrite icons*/
173
173
  min-height: 0;
174
174
  padding: calc(var(--default-clickable-area) / 2) 0 calc(var(--default-clickable-area) / 2) var(--default-clickable-area);
175
175
  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;
176
176
  background-size: 16px;
177
177
  }
178
- .action-input__form[data-v-5c72f9b7] {
178
+ .action-input__form[data-v-7720ab60] {
179
179
  display: flex;
180
180
  align-items: center;
181
181
  flex: 1 1 auto;
182
182
  margin: 4px 0;
183
183
  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);
184
184
  }
185
- .action-input__container[data-v-5c72f9b7] {
185
+ .action-input__container[data-v-7720ab60] {
186
186
  position: relative;
187
187
  width: 100%;
188
188
  }
189
- .action-input__input-container[data-v-5c72f9b7] {
189
+ .action-input__input-container[data-v-7720ab60] {
190
190
  display: flex;
191
191
  }
192
- .action-input__input-container .colorpicker__trigger[data-v-5c72f9b7], .action-input__input-container .colorpicker__preview[data-v-5c72f9b7] {
192
+ .action-input__input-container .colorpicker__trigger[data-v-7720ab60], .action-input__input-container .colorpicker__preview[data-v-7720ab60] {
193
193
  width: 100%;
194
194
  }
195
- .action-input__input-container .colorpicker__preview[data-v-5c72f9b7] {
195
+ .action-input__input-container .colorpicker__preview[data-v-7720ab60] {
196
196
  width: 100%;
197
197
  height: 36px;
198
198
  border-radius: var(--border-radius-element);
199
199
  border: 2px solid var(--color-border-maxcontrast);
200
200
  box-shadow: none !important;
201
201
  }
202
- .action-input__text-label[data-v-5c72f9b7] {
202
+ .action-input__text-label[data-v-7720ab60] {
203
203
  padding: 4px 0;
204
204
  display: block;
205
205
  }
206
- .action-input__text-label--hidden[data-v-5c72f9b7] {
206
+ .action-input__text-label--hidden[data-v-7720ab60] {
207
207
  position: absolute;
208
208
  inset-inline-start: 0;
209
209
  width: 1px;
@@ -212,18 +212,18 @@ li.action[data-v-5c72f9b7]:hover {
212
212
  z-index: -1;
213
213
  opacity: 0;
214
214
  }
215
- .action-input__datetimepicker[data-v-5c72f9b7] {
215
+ .action-input__datetimepicker[data-v-7720ab60] {
216
216
  width: 100%;
217
217
  }
218
- .action-input__datetimepicker[data-v-5c72f9b7] .mx-input {
218
+ .action-input__datetimepicker[data-v-7720ab60] .mx-input {
219
219
  margin: 0;
220
220
  }
221
- .action-input__multi[data-v-5c72f9b7] {
221
+ .action-input__multi[data-v-7720ab60] {
222
222
  width: 100%;
223
223
  }
224
- li:last-child > .action-input[data-v-5c72f9b7] {
224
+ li:last-child > .action-input[data-v-7720ab60] {
225
225
  padding-bottom: calc((var(--default-clickable-area) - 16px) / 2 - 4px);
226
226
  }
227
- li:first-child > .action-input[data-v-5c72f9b7]:not(.action-input--visible-label) {
227
+ li:first-child > .action-input[data-v-7720ab60]:not(.action-input--visible-label) {
228
228
  padding-top: calc((var(--default-clickable-area) - 16px) / 2 - 4px);
229
229
  }
@@ -9,48 +9,48 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-23e5cae7] {
12
+ .material-design-icon[data-v-7206c1f1] {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- .action-items[data-v-23e5cae7] {
19
+ .action-items[data-v-7206c1f1] {
20
20
  display: flex;
21
21
  align-items: center;
22
22
  gap: calc((var(--default-clickable-area) - 16px) / 2 / 2);
23
23
  }
24
- .action-item[data-v-23e5cae7] {
24
+ .action-item[data-v-7206c1f1] {
25
25
  --open-background-color: var(--color-background-hover, $action-background-hover);
26
26
  position: relative;
27
27
  display: inline-block;
28
28
  }
29
- .action-item.action-item--primary[data-v-23e5cae7] {
29
+ .action-item.action-item--primary[data-v-7206c1f1] {
30
30
  --open-background-color: var(--color-primary-element-hover);
31
31
  }
32
- .action-item.action-item--secondary[data-v-23e5cae7] {
32
+ .action-item.action-item--secondary[data-v-7206c1f1] {
33
33
  --open-background-color: var(--color-primary-element-light-hover);
34
34
  }
35
- .action-item.action-item--error[data-v-23e5cae7] {
35
+ .action-item.action-item--error[data-v-7206c1f1] {
36
36
  --open-background-color: var(--color-error-hover);
37
37
  }
38
- .action-item.action-item--warning[data-v-23e5cae7] {
38
+ .action-item.action-item--warning[data-v-7206c1f1] {
39
39
  --open-background-color: var(--color-warning-hover);
40
40
  }
41
- .action-item.action-item--success[data-v-23e5cae7] {
41
+ .action-item.action-item--success[data-v-7206c1f1] {
42
42
  --open-background-color: var(--color-success-hover);
43
43
  }
44
- .action-item.action-item--tertiary-no-background[data-v-23e5cae7] {
44
+ .action-item.action-item--tertiary-no-background[data-v-7206c1f1] {
45
45
  --open-background-color: transparent;
46
46
  }
47
- .action-item.action-item--open .action-item__menutoggle[data-v-23e5cae7] {
47
+ .action-item.action-item--open .action-item__menutoggle[data-v-7206c1f1] {
48
48
  background-color: var(--open-background-color);
49
49
  }
50
- .action-item.action-item--wide[data-v-23e5cae7] {
50
+ .action-item.action-item--wide[data-v-7206c1f1] {
51
51
  width: 100%;
52
52
  }
53
- .action-item__menutoggle__icon[data-v-23e5cae7] {
53
+ .action-item__menutoggle__icon[data-v-7206c1f1] {
54
54
  width: 20px;
55
55
  height: 20px;
56
56
  object-fit: contain;
@@ -108,7 +108,9 @@
108
108
  background-color: var(--color-main-background);
109
109
  }
110
110
  .app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-01bef41b] {
111
- display: inline-block;
111
+ position: relative;
112
+ opacity: 1;
113
+ pointer-events: auto;
112
114
  }
113
115
  .app-navigation-entry .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
114
116
  background-color: var(--color-background-dark) !important;
@@ -214,7 +216,9 @@
214
216
  justify-content: flex-end;
215
217
  }
216
218
  .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-01bef41b] {
217
- display: inline-block;
219
+ position: relative;
220
+ opacity: 1;
221
+ pointer-events: auto;
218
222
  }
219
223
  .app-navigation-entry__utils[data-v-01bef41b] {
220
224
  /* counter */
@@ -229,7 +233,9 @@
229
233
  /* actions */
230
234
  }
231
235
  .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-01bef41b] {
232
- display: none;
236
+ position: absolute;
237
+ opacity: 0;
238
+ pointer-events: none;
233
239
  }
234
240
 
235
241
  /* editing state */
@@ -81,7 +81,9 @@
81
81
  background-color: var(--color-main-background);
82
82
  }
83
83
  .app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8] {
84
- display: inline-block;
84
+ position: relative;
85
+ opacity: 1;
86
+ pointer-events: auto;
85
87
  }
86
88
  .app-navigation-entry .app-navigation-entry__actions[data-v-ee07f8f8]:hover .button-vue {
87
89
  background-color: var(--color-background-dark) !important;
@@ -187,7 +189,9 @@
187
189
  justify-content: flex-end;
188
190
  }
189
191
  .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-ee07f8f8] {
190
- display: inline-block;
192
+ position: relative;
193
+ opacity: 1;
194
+ pointer-events: auto;
191
195
  }
192
196
  .app-navigation-entry__utils[data-v-ee07f8f8] {
193
197
  /* counter */
@@ -202,7 +206,9 @@
202
206
  /* actions */
203
207
  }
204
208
  .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-ee07f8f8] {
205
- display: none;
209
+ position: absolute;
210
+ opacity: 0;
211
+ pointer-events: none;
206
212
  }
207
213
 
208
214
  /* editing state */
@@ -1,21 +1,21 @@
1
1
 
2
- ._container_xI0aW {
2
+ ._container_cR-ol {
3
3
  margin-top: auto;
4
4
  padding: var(--default-grid-baseline);
5
5
  }
6
- ._header_SBKjd {
6
+ ._header_Xaxvj {
7
7
  margin-block: 0 var(--default-grid-baseline);
8
8
  margin-inline: var(--default-grid-baseline);
9
9
  }
10
10
 
11
11
  /* Overwrite the padding to match NcAppNavigationItem */
12
- ._button_q-hTK {
12
+ ._button_ihQcE {
13
13
  padding-inline: 0 calc((var(--default-clickable-area) - 16px) / 2) !important;
14
14
  .button-vue__text {
15
15
  font-weight: var(--font-weight-default, normal);
16
16
  }
17
17
  }
18
- ._content_dIvPc {
18
+ ._content_T-6kx {
19
19
  display: block;
20
20
  padding: 10px;
21
21
 
@@ -26,12 +26,12 @@
26
26
  max-height: 300px;
27
27
  overflow-y: auto;
28
28
  }
29
- ._animationActive_QkEzk {
29
+ ._animationActive_vanDM {
30
30
  transition-duration: var(--animation-slow);
31
31
  transition-property: max-height, padding;
32
32
  overflow-y: hidden !important;
33
33
  }
34
- ._animationStop_oedIi {
34
+ ._animationStop_WfINV {
35
35
  max-height: 0 !important;
36
36
  padding: 0 10px !important;
37
37
  }
@@ -9,20 +9,20 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_TcYcq {
12
+ ._material-design-icon_MFxpL {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._appSettingsDialogVersion_5OBbS {
19
+ ._appSettingsDialogVersion_e4tNO {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  color: var(--color-text-maxcontrast);
22
22
  margin-block-end: calc(8 * var(--default-grid-baseline));
23
23
  margin-inline: var(--form-element-label-offset);
24
24
  }
25
- ._appSettingsDialogVersion__legacy_Yk7jk {
25
+ ._appSettingsDialogVersion__legacy_AeUZg {
26
26
  margin-inline: 0;
27
27
  }/**
28
28
  * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
@@ -1,5 +1,5 @@
1
1
 
2
- ._appSettingsSectionShortcuts_DBjUV {
2
+ ._appSettingsSectionShortcuts_Flb3s {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  gap: calc(4 * var(--default-grid-baseline));