@nextcloud/vue 9.11.0 → 9.12.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 (129) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/assets/NcAppNavigationItem.css +45 -49
  3. package/dist/assets/NcAppNavigationList.css +2 -26
  4. package/dist/assets/NcAppNavigationNewItem.css +0 -4
  5. package/dist/assets/NcAppNavigationSettings.css +6 -6
  6. package/dist/assets/NcAppSettingsDialog.css +3 -3
  7. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  8. package/dist/assets/NcAppSidebar.css +28 -28
  9. package/dist/assets/NcAssistantButton.css +9 -9
  10. package/dist/assets/NcAssistantContent.css +3 -3
  11. package/dist/assets/NcAssistantIcon.css +4 -4
  12. package/dist/assets/NcAvatar.css +26 -26
  13. package/dist/assets/NcBlurHash.css +2 -2
  14. package/dist/assets/NcDateTimePicker.css +234 -234
  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/NcModal.css +69 -63
  26. package/dist/assets/NcPopover.css +16 -16
  27. package/dist/assets/NcProfileHoverCard.css +82 -59
  28. package/dist/assets/NcRadioGroup.css +2 -2
  29. package/dist/assets/NcRadioGroupButton.css +14 -14
  30. package/dist/assets/NcRichContenteditable.css +17 -17
  31. package/dist/assets/NcRichText.css +2 -2
  32. package/dist/assets/NcUploadPicker.css +41 -0
  33. package/dist/assets/autolink.css +3 -3
  34. package/dist/chunks/NcActionInput.mjs +2 -2
  35. package/dist/chunks/NcActions.mjs +2 -2
  36. package/dist/chunks/NcAppContent.mjs +4 -4
  37. package/dist/chunks/NcAppContent.mjs.map +1 -1
  38. package/dist/chunks/NcAppNavigation.mjs +2 -2
  39. package/dist/chunks/NcAppNavigationItem.mjs +6 -29
  40. package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
  41. package/dist/chunks/NcAppNavigationList.mjs +8 -138
  42. package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
  43. package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
  44. package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
  45. package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
  46. package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
  47. package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
  48. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
  49. package/dist/chunks/NcAppSidebar.mjs +15 -15
  50. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  51. package/dist/chunks/NcAssistantButton.mjs +7 -7
  52. package/dist/chunks/NcAssistantContent.mjs +3 -3
  53. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  54. package/dist/chunks/NcAvatar.mjs +17 -4
  55. package/dist/chunks/NcAvatar.mjs.map +1 -1
  56. package/dist/chunks/NcBlurHash.mjs +2 -2
  57. package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
  58. package/dist/chunks/NcCollectionList.mjs +3 -3
  59. package/dist/chunks/NcColorPicker.mjs +2 -2
  60. package/dist/chunks/NcContent.mjs +2 -2
  61. package/dist/chunks/NcDashboardWidget.mjs +4 -4
  62. package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
  63. package/dist/chunks/NcDateTimePicker.mjs +7 -4
  64. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  65. package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
  66. package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
  67. package/dist/chunks/NcEmojiPicker.mjs +2 -2
  68. package/dist/chunks/NcFilePicker.mjs +6 -5
  69. package/dist/chunks/NcFilePicker.mjs.map +1 -1
  70. package/dist/chunks/NcFormBox.mjs +5 -5
  71. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  72. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  73. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  74. package/dist/chunks/NcFormGroup.mjs +7 -7
  75. package/dist/chunks/NcHotkey.mjs +4 -4
  76. package/dist/chunks/NcHotkeyList.mjs +4 -4
  77. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  78. package/dist/chunks/NcKbd.mjs +4 -4
  79. package/dist/chunks/NcModal.mjs +13 -8
  80. package/dist/chunks/NcModal.mjs.map +1 -1
  81. package/dist/chunks/NcPasswordField.mjs +2 -2
  82. package/dist/chunks/NcPopover.mjs +2 -2
  83. package/dist/chunks/NcProfileHoverCard.mjs +205 -157
  84. package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
  85. package/dist/chunks/NcRadioGroup.mjs +2 -2
  86. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  87. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  88. package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
  89. package/dist/chunks/NcRichContenteditable.mjs +12 -12
  90. package/dist/chunks/NcRichText.mjs +3 -3
  91. package/dist/chunks/NcRichText.mjs.map +1 -1
  92. package/dist/chunks/NcSettingsSection.mjs +2 -2
  93. package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
  94. package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
  95. package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
  96. package/dist/chunks/NcUploadPicker.mjs +269 -0
  97. package/dist/chunks/NcUploadPicker.mjs.map +1 -0
  98. package/dist/chunks/NcUserStatusIcon.mjs +2 -2
  99. package/dist/chunks/_l10n.mjs +86 -84
  100. package/dist/chunks/_l10n.mjs.map +1 -1
  101. package/dist/chunks/autolink.mjs +3 -3
  102. package/dist/chunks/colors.mjs +2 -2
  103. package/dist/chunks/mdi.mjs +7 -5
  104. package/dist/chunks/mdi.mjs.map +1 -1
  105. package/dist/chunks/referencePickerModal.mjs +5 -5
  106. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +3 -3
  107. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +0 -4
  108. package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
  109. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +9 -0
  110. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +8 -0
  111. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +4 -0
  112. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +8 -0
  113. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +4 -0
  114. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +2 -2
  115. package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
  116. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +5 -1
  117. package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
  118. package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
  119. package/dist/components/NcUploadPicker/index.d.ts +6 -0
  120. package/dist/components/NcUploadPicker/index.mjs +5 -0
  121. package/dist/components/NcUploadPicker/index.mjs.map +1 -0
  122. package/dist/components/index.d.ts +1 -0
  123. package/dist/composables/useFormatDateTime/index.mjs +2 -2
  124. package/dist/index.mjs +2 -0
  125. package/dist/index.mjs.map +1 -1
  126. package/package.json +25 -11
  127. package/dist/chunks/highlight.mjs +0 -5
  128. package/dist/chunks/highlight.mjs.map +0 -1
  129. package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
package/CHANGELOG.md CHANGED
@@ -7,6 +7,24 @@
7
7
 
8
8
  All notable changes to this project will be documented in this file.
9
9
 
10
+ ## [v9.12.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.12.0) (2026-09-11)
11
+ [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.11.0...v9.12.0)
12
+
13
+ ### 🚀 Enhancements
14
+ * feat(NcUploadPicker): migrate component from `@nextcloud/upload` [\#7882](https://github.com/nextcloud-libraries/nextcloud-vue/pull/7882) \([susnux](https://github.com/susnux)\)
15
+
16
+ ### 🐛 Fixed bugs
17
+ * fix: modal height in small screen [\#8859](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8859) \([kristian-zendato](https://github.com/kristian-zendato)\)
18
+ * fix(NcDateTimePicker): for week picker do not show time picker [\#8923](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8923) \([odzhychko](https://github.com/odzhychko)\)
19
+ * fix(NcAvatar): pick the avatar variant a display actually needs [\#8948](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8948) \([pringelmann](https://github.com/pringelmann)\)
20
+ * fix(NcReferenceList): do not flash empty widget list before first fetch [\#8865](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8865) \([jospoortvliet](https://github.com/jospoortvliet)\)
21
+ * fix: update profile hovercard content data [\#8885](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8885) \([kristian-zendato](https://github.com/kristian-zendato)\)
22
+
23
+ ### Other Changes
24
+ * Revert "feat(NcAppNavigation): add animation effect for navigation items" [\#8939](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8939) \([susnux](https://github.com/susnux)\)
25
+ * Updated dependencies
26
+ * Updated translations
27
+
10
28
  ## [v9.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.11.0) (2026-08-28)
11
29
  [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.10.0...v9.11.0)
12
30
 
@@ -36,7 +36,7 @@
36
36
  /*
37
37
  * Ensure proper alignment of the vue material icons
38
38
  */
39
- .material-design-icon[data-v-01bef41b] {
39
+ .material-design-icon[data-v-6cae7342] {
40
40
  display: flex;
41
41
  align-self: center;
42
42
  justify-self: center;
@@ -48,7 +48,7 @@
48
48
  * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
49
49
  * SPDX-License-Identifier: AGPL-3.0-or-later
50
50
  */
51
- .app-navigation-entry[data-v-01bef41b] {
51
+ .app-navigation-entry[data-v-6cae7342] {
52
52
  position: relative;
53
53
  display: flex;
54
54
  flex-shrink: 0;
@@ -59,27 +59,27 @@
59
59
  transition: background-color 200ms ease-in-out;
60
60
  border-radius: var(--border-radius-element);
61
61
  }
62
- .app-navigation-entry-wrapper[data-v-01bef41b] {
62
+ .app-navigation-entry-wrapper[data-v-6cae7342] {
63
63
  position: relative;
64
64
  display: flex;
65
65
  flex-shrink: 0;
66
66
  flex-wrap: wrap;
67
67
  width: 100%;
68
68
  }
69
- .app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-01bef41b] {
69
+ .app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-6cae7342] {
70
70
  display: none;
71
71
  }
72
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b] {
72
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342] {
73
73
  background-color: color-mix(in srgb, var(--color-primary-element) 16%, transparent) !important;
74
74
  }
75
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b]:hover {
75
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342]:hover {
76
76
  background-color: color-mix(in srgb, var(--color-primary-element) 22%, transparent) !important;
77
77
  }
78
- .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-01bef41b],
79
- .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-01bef41b] {
78
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-6cae7342],
79
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-6cae7342] {
80
80
  color: var(--color-main-text) !important;
81
81
  }
82
- .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-01bef41b]:not(.app-navigation-entry--editing)::before {
82
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active[data-v-6cae7342]:not(.app-navigation-entry--editing)::before {
83
83
  content: "";
84
84
  position: absolute;
85
85
  inset-block: calc(var(--default-grid-baseline, 4px) * 2);
@@ -87,50 +87,50 @@
87
87
  width: 3px;
88
88
  background-color: var(--color-primary-element);
89
89
  border-radius: 999px;
90
- animation: nc-nav-stripe-in-01bef41b var(--animation-quick, 200ms) ease-out;
90
+ animation: nc-nav-stripe-in-6cae7342 var(--animation-quick, 200ms) ease-out;
91
91
  }
92
- .app-navigation-entry.app-navigation-entry--legacy.active[data-v-01bef41b] {
92
+ .app-navigation-entry.app-navigation-entry--legacy.active[data-v-6cae7342] {
93
93
  background-color: var(--color-primary-element) !important;
94
94
  }
95
- .app-navigation-entry.app-navigation-entry--legacy.active[data-v-01bef41b]:hover {
95
+ .app-navigation-entry.app-navigation-entry--legacy.active[data-v-6cae7342]:hover {
96
96
  background-color: var(--color-primary-element-hover) !important;
97
97
  }
98
- .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-button[data-v-01bef41b] {
98
+ .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry-button[data-v-6cae7342] {
99
99
  color: var(--color-primary-element-text) !important;
100
100
  }
101
- .app-navigation-entry[data-v-01bef41b]:focus-within, .app-navigation-entry[data-v-01bef41b]:hover {
101
+ .app-navigation-entry[data-v-6cae7342]:focus-within, .app-navigation-entry[data-v-6cae7342]:hover {
102
102
  background-color: var(--color-background-hover);
103
103
  }
104
- .app-navigation-entry[data-v-01bef41b]:not(.app-navigation-entry--legacy):focus-within, .app-navigation-entry[data-v-01bef41b]:not(.app-navigation-entry--legacy):hover {
104
+ .app-navigation-entry[data-v-6cae7342]:not(.app-navigation-entry--legacy):focus-within, .app-navigation-entry[data-v-6cae7342]:not(.app-navigation-entry--legacy):hover {
105
105
  background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
106
106
  }
107
- .app-navigation-entry.active .app-navigation-entry__children[data-v-01bef41b], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-01bef41b], .app-navigation-entry:hover .app-navigation-entry__children[data-v-01bef41b] {
107
+ .app-navigation-entry.active .app-navigation-entry__children[data-v-6cae7342], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-6cae7342], .app-navigation-entry:hover .app-navigation-entry__children[data-v-6cae7342] {
108
108
  background-color: var(--color-main-background);
109
109
  }
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] {
110
+ .app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-6cae7342] {
111
111
  position: relative;
112
112
  opacity: 1;
113
113
  pointer-events: auto;
114
114
  }
115
- .app-navigation-entry .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
115
+ .app-navigation-entry .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
116
116
  background-color: var(--color-background-dark) !important;
117
117
  }
118
- .app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
118
+ .app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
119
119
  background-color: var(--color-background-dark) !important;
120
120
  }
121
- .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-01bef41b]:hover .button-vue {
121
+ .app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
122
122
  background-color: var(--color-primary-element) !important;
123
123
  }
124
- .app-navigation-entry[data-v-01bef41b] {
124
+ .app-navigation-entry[data-v-6cae7342] {
125
125
  /* hide deletion/collapse of subitems */
126
126
  }
127
- .app-navigation-entry.app-navigation-entry--deleted > ul[data-v-01bef41b] {
127
+ .app-navigation-entry.app-navigation-entry--deleted > ul[data-v-6cae7342] {
128
128
  display: none;
129
129
  }
130
- .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-01bef41b] {
130
+ .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-6cae7342] {
131
131
  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);
132
132
  }
133
- .app-navigation-entry .app-navigation-entry-link[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button[data-v-01bef41b] {
133
+ .app-navigation-entry .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button[data-v-6cae7342] {
134
134
  z-index: 100; /* above the bullet to allow click*/
135
135
  display: flex;
136
136
  overflow: hidden;
@@ -145,7 +145,7 @@
145
145
  background-size: 16px 16px;
146
146
  line-height: var(--default-clickable-area);
147
147
  }
148
- .app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-01bef41b] {
148
+ .app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-6cae7342] {
149
149
  display: flex;
150
150
  align-items: center;
151
151
  flex: 0 0 var(--default-clickable-area);
@@ -156,25 +156,25 @@
156
156
  background-repeat: no-repeat;
157
157
  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;
158
158
  }
159
- .app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-01bef41b] {
159
+ .app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-6cae7342] {
160
160
  overflow: hidden;
161
161
  max-width: 100%;
162
162
  white-space: nowrap;
163
163
  text-overflow: ellipsis;
164
164
  font-weight: var(--font-weight-element, normal);
165
165
  }
166
- .app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-01bef41b], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-01bef41b] {
166
+ .app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-6cae7342] {
167
167
  width: calc(100% - var(--default-clickable-area));
168
168
  margin: auto;
169
169
  }
170
- .app-navigation-entry .app-navigation-entry-link[data-v-01bef41b]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-01bef41b]:focus-visible {
170
+ .app-navigation-entry .app-navigation-entry-link[data-v-6cae7342]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-6cae7342]:focus-visible {
171
171
  box-shadow: 0 0 0 4px var(--color-main-background);
172
172
  outline: 2px solid var(--color-main-text);
173
173
  border-radius: var(--border-radius-element);
174
174
  }
175
175
 
176
176
  /* Second level nesting for lists */
177
- .app-navigation-entry__children[data-v-01bef41b] {
177
+ .app-navigation-entry__children[data-v-6cae7342] {
178
178
  --app-navigation-item-child-offset: 10px;
179
179
  position: relative;
180
180
  display: flex;
@@ -184,21 +184,21 @@
184
184
  gap: var(--default-grid-baseline, 4px);
185
185
  padding-inline-start: var(--app-navigation-item-child-offset);
186
186
  }
187
- .app-navigation-entry__children .app-navigation-entry[data-v-01bef41b] {
187
+ .app-navigation-entry__children .app-navigation-entry[data-v-6cae7342] {
188
188
  display: inline-flex;
189
189
  flex-wrap: wrap;
190
190
  }
191
- .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children[data-v-01bef41b] {
191
+ .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children .app-navigation-entry__children[data-v-6cae7342] {
192
192
  --app-navigation-item-child-offset: 0;
193
193
  }
194
194
 
195
195
  /* Deleted entries */
196
- .app-navigation-entry__deleted[data-v-01bef41b] {
196
+ .app-navigation-entry__deleted[data-v-6cae7342] {
197
197
  display: inline-flex;
198
198
  flex: 1 1 0;
199
199
  padding-inline-start: calc(var(--default-clickable-area) - (var(--default-clickable-area) - 16px) / 2) !important;
200
200
  }
201
- .app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-01bef41b] {
201
+ .app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-6cae7342] {
202
202
  position: relative;
203
203
  overflow: hidden;
204
204
  flex: 1 1 0;
@@ -208,64 +208,60 @@
208
208
  }
209
209
 
210
210
  /* counter and actions */
211
- .app-navigation-entry__utils[data-v-01bef41b] {
211
+ .app-navigation-entry__utils[data-v-6cae7342] {
212
212
  display: flex;
213
213
  min-width: var(--default-clickable-area);
214
214
  align-items: center;
215
215
  flex: 0 1 auto;
216
216
  justify-content: flex-end;
217
217
  }
218
- .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-01bef41b] {
218
+ .app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-6cae7342] {
219
219
  position: relative;
220
220
  opacity: 1;
221
221
  pointer-events: auto;
222
222
  }
223
- .app-navigation-entry__utils[data-v-01bef41b] {
223
+ .app-navigation-entry__utils[data-v-6cae7342] {
224
224
  /* counter */
225
225
  }
226
- .app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-01bef41b] {
226
+ .app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-6cae7342] {
227
227
  margin-inline-end: calc(var(--default-grid-baseline) * 2);
228
228
  display: flex;
229
229
  align-items: center;
230
230
  flex: 0 1 auto;
231
231
  }
232
- .app-navigation-entry__utils[data-v-01bef41b] {
232
+ .app-navigation-entry__utils[data-v-6cae7342] {
233
233
  /* actions */
234
234
  }
235
- .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-01bef41b] {
235
+ .app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-6cae7342] {
236
236
  position: absolute;
237
237
  opacity: 0;
238
238
  pointer-events: none;
239
239
  }
240
240
 
241
241
  /* editing state */
242
- .app-navigation-entry--editing .app-navigation-entry-edit[data-v-01bef41b] {
242
+ .app-navigation-entry--editing .app-navigation-entry-edit[data-v-6cae7342] {
243
243
  z-index: 250;
244
244
  opacity: 1;
245
245
  }
246
246
 
247
247
  /* deleted state */
248
- .app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-01bef41b] {
248
+ .app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-6cae7342] {
249
249
  z-index: 250;
250
250
  transform: translateX(0);
251
251
  }
252
252
 
253
253
  /* pinned state */
254
- .app-navigation-entry--pinned[data-v-01bef41b] {
254
+ .app-navigation-entry--pinned[data-v-6cae7342] {
255
255
  order: 2;
256
256
  margin-top: auto;
257
257
  }
258
- .app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-01bef41b] {
258
+ .app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-6cae7342] {
259
259
  margin-top: 0;
260
260
  }
261
- [data-themes*=highcontrast] .app-navigation-entry[data-v-01bef41b]:active {
261
+ [data-themes*=highcontrast] .app-navigation-entry[data-v-6cae7342]:active {
262
262
  background-color: var(--color-primary-element-light-hover) !important;
263
263
  }
264
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-01bef41b]:not(.active):hover,
265
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-01bef41b]:not(.active):focus-within {
266
- background-color: transparent !important;
267
- }
268
- @keyframes nc-nav-stripe-in-01bef41b {
264
+ @keyframes nc-nav-stripe-in-6cae7342 {
269
265
  from {
270
266
  transform: scaleY(0);
271
267
  opacity: 0;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-3e73e246] {
12
+ .material-design-icon[data-v-d72957ed] {
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
- .app-navigation-list[data-v-3e73e246] {
19
+ .app-navigation-list[data-v-d72957ed] {
20
20
  position: relative;
21
21
  width: 100%;
22
22
  overflow-x: hidden;
@@ -25,28 +25,4 @@
25
25
  flex-direction: column;
26
26
  gap: var(--default-grid-baseline, 4px);
27
27
  padding: var(--app-navigation-padding);
28
- isolation: isolate;
29
- }
30
- .app-navigation-list__highlight[data-v-3e73e246] {
31
- --highlight-animation-duration: calc(var(--animation-quick) / 2);
32
- position: absolute;
33
- inset-inline: var(--app-navigation-padding);
34
- top: 0;
35
- height: 0;
36
- z-index: 0;
37
- pointer-events: none;
38
- opacity: 0;
39
- border-radius: var(--border-radius-element);
40
- background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
41
- will-change: transform;
42
- transition: opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
43
- }
44
- .app-navigation-list__highlight--animated[data-v-3e73e246] {
45
- transition: transform var(--highlight-animation-duration) ease-out, opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
46
- }
47
- .app-navigation-list__highlight--visible[data-v-3e73e246] {
48
- opacity: 1;
49
- }
50
- .app-navigation-list__highlight--over-active[data-v-3e73e246] {
51
- background-color: transparent;
52
28
  }
@@ -234,10 +234,6 @@
234
234
  [data-themes*=highcontrast] .app-navigation-entry[data-v-ee07f8f8]:active {
235
235
  background-color: var(--color-primary-element-light-hover) !important;
236
236
  }
237
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):hover,
238
- .app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):focus-within {
239
- background-color: transparent !important;
240
- }
241
237
  @keyframes nc-nav-stripe-in-ee07f8f8 {
242
238
  from {
243
239
  transform: scaleY(0);
@@ -1,21 +1,21 @@
1
1
 
2
- ._container_cR-ol {
2
+ ._container_2uWBM {
3
3
  margin-top: auto;
4
4
  padding: var(--default-grid-baseline);
5
5
  }
6
- ._header_Xaxvj {
6
+ ._header_jtpAp {
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_ihQcE {
12
+ ._button_9llR- {
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_T-6kx {
18
+ ._content_CW2CF {
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_vanDM {
29
+ ._animationActive_Lz0UV {
30
30
  transition-duration: var(--animation-slow);
31
31
  transition-property: max-height, padding;
32
32
  overflow-y: hidden !important;
33
33
  }
34
- ._animationStop_WfINV {
34
+ ._animationStop_lwpSi {
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_MFxpL {
12
+ ._material-design-icon_aR3lm {
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_e4tNO {
19
+ ._appSettingsDialogVersion_j2PVw {
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_AeUZg {
25
+ ._appSettingsDialogVersion__legacy_JGPJ9 {
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_Flb3s {
2
+ ._appSettingsSectionShortcuts_mggQb {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  gap: calc(4 * var(--default-grid-baseline));
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_GQ9O0 {
12
+ ._material-design-icon_2zJD7 {
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
- ._sidebarTabsButton_q3kBA {
19
+ ._sidebarTabsButton_wVqtZ {
20
20
  border: none;
21
21
  color: var(--color-main-text);
22
22
  font-size: var(--default-font-size);
@@ -26,10 +26,10 @@
26
26
  gap: var(--default-grid-baseline);
27
27
  min-width: var(--default-clickable-area);
28
28
  }
29
- ._sidebarTabsButton_q3kBA * {
29
+ ._sidebarTabsButton_wVqtZ * {
30
30
  cursor: pointer;
31
31
  }
32
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1) {
32
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka) {
33
33
  position: relative;
34
34
  border-radius: var(--border-radius-element);
35
35
  background-color: var(--color-main-background);
@@ -37,7 +37,7 @@
37
37
  padding-block-end: calc(var(--default-grid-baseline) * 2);
38
38
  transition: background-color var(--animation-quick);
39
39
  }
40
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1)::after {
40
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)::after {
41
41
  content: "";
42
42
  position: absolute;
43
43
  bottom: 0;
@@ -50,82 +50,82 @@
50
50
  transform: translateX(-50%);
51
51
  transition: width var(--animation-quick), opacity var(--animation-quick);
52
52
  }
53
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1):hover {
53
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka):hover {
54
54
  background-color: var(--color-background-hover);
55
55
  }
56
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1):focus-visible {
56
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka):focus-visible {
57
57
  outline: 2px solid var(--color-main-text);
58
58
  outline-offset: 2px;
59
59
  }
60
- ._sidebarTabsButton_legacy_KQ4d1 {
60
+ ._sidebarTabsButton_legacy_MiLka {
61
61
  border-bottom: var(--default-grid-baseline) solid transparent !important;
62
62
  border-radius: var(--border-radius-small);
63
63
  background-color: var(--color-main-background);
64
64
  padding: var(--border-radius-small);
65
65
  transition: background-color var(--animation-quick), border-bottom-color var(--animation-quick);
66
66
  }
67
- ._sidebarTabsButton_legacy_KQ4d1:hover {
67
+ ._sidebarTabsButton_legacy_MiLka:hover {
68
68
  background-color: var(--color-background-hover) !important;
69
69
  }
70
- ._sidebarTabsButton_legacy_KQ4d1:active, ._sidebarTabsButton_legacy_KQ4d1:focus {
70
+ ._sidebarTabsButton_legacy_MiLka:active, ._sidebarTabsButton_legacy_MiLka:focus {
71
71
  background-color: var(--color-main-background) !important;
72
72
  }
73
- ._sidebarTabsButton_selected_Pjayf {
73
+ ._sidebarTabsButton_selected_NRkiP {
74
74
  cursor: default;
75
75
  }
76
- ._sidebarTabsButton_selected_Pjayf * {
76
+ ._sidebarTabsButton_selected_NRkiP * {
77
77
  cursor: default;
78
78
  }
79
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1)._sidebarTabsButton_selected_Pjayf {
79
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP {
80
80
  background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
81
81
  }
82
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1)._sidebarTabsButton_selected_Pjayf::after {
82
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP::after {
83
83
  width: 80%;
84
84
  opacity: 1;
85
85
  }
86
- ._sidebarTabsButton_q3kBA:not(._sidebarTabsButton_legacy_KQ4d1)._sidebarTabsButton_selected_Pjayf:hover {
86
+ ._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP:hover {
87
87
  background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
88
88
  }
89
- ._sidebarTabsButton_animatedHighlight_uvp-0:not(._sidebarTabsButton_legacy_KQ4d1) {
89
+ ._sidebarTabsButton_animatedHighlight_Rx-Vy:not(._sidebarTabsButton_legacy_MiLka) {
90
90
  background-color: transparent;
91
91
  }
92
- ._sidebarTabsButton_animatedHighlight_uvp-0:not(._sidebarTabsButton_legacy_KQ4d1):hover {
92
+ ._sidebarTabsButton_animatedHighlight_Rx-Vy:not(._sidebarTabsButton_legacy_MiLka):hover {
93
93
  background-color: transparent;
94
94
  }
95
- ._sidebarTabsButton_legacy_KQ4d1._sidebarTabsButton_selected_Pjayf {
95
+ ._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP {
96
96
  border-bottom-color: var(--color-primary-element) !important;
97
97
  border-bottom-left-radius: 0;
98
98
  border-bottom-right-radius: 0;
99
99
  }
100
- ._sidebarTabsButton_legacy_KQ4d1._sidebarTabsButton_selected_Pjayf:hover {
100
+ ._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP:hover {
101
101
  background-color: var(--color-primary-element-light-hover) !important;
102
102
  color: var(--color-primary-element-light-text) !important;
103
103
  }
104
- ._sidebarTabsButton__name_rlQsL {
104
+ ._sidebarTabsButton__name_s15U2 {
105
105
  font-weight: var(--font-weight-element, normal);
106
106
  overflow: hidden;
107
107
  text-overflow: ellipsis;
108
108
  text-wrap: nowrap;
109
109
  }
110
- ._sidebarTabsButton_legacy_KQ4d1._sidebarTabsButton_selected_Pjayf ._sidebarTabsButton__name_rlQsL {
110
+ ._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP ._sidebarTabsButton__name_s15U2 {
111
111
  font-weight: var(--font-weight-element, bold);
112
112
  }
113
- ._sidebarTabsButton__icon_QzZg4 {
113
+ ._sidebarTabsButton__icon_V0H0n {
114
114
  display: inline-grid;
115
115
  place-items: center;
116
116
  }
117
- ._sidebarTabsButton__iconLayer_ZkZan {
117
+ ._sidebarTabsButton__iconLayer_AfHls {
118
118
  grid-area: 1/1;
119
119
  display: inline-flex;
120
120
  transition: opacity var(--animation-slow) ease-in-out;
121
121
  }
122
- ._sidebarTabsButton__iconLayer_hidden_c7Cpv {
122
+ ._sidebarTabsButton__iconLayer_hidden_rWAtb {
123
123
  opacity: 0;
124
124
  }
125
- ._sidebarTabsButton__icon_pop_IA0By {
126
- animation: _sidebar-tab-icon-pop_mqaHb var(--animation-slow) ease-in-out;
125
+ ._sidebarTabsButton__icon_pop_WOWop {
126
+ animation: _sidebar-tab-icon-pop_xeA4L var(--animation-slow) ease-in-out;
127
127
  }
128
- @keyframes _sidebar-tab-icon-pop_mqaHb {
128
+ @keyframes _sidebar-tab-icon-pop_xeA4L {
129
129
  0% {
130
130
  transform: scale(1);
131
131
  }
@@ -136,7 +136,7 @@
136
136
  transform: scale(1);
137
137
  }
138
138
  }
139
- ._sidebarTabsButton__legacyIcon_QhcNW {
139
+ ._sidebarTabsButton__legacyIcon_dSozI {
140
140
  background-size: 20px;
141
141
  display: flex;
142
142
  align-items: center;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_orM0Z {
12
+ ._material-design-icon_sdFb4 {
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
- ._assistantButton_AP4O9 {
19
+ ._assistantButton_vV7zo {
20
20
  --assistant-button-color: var(--color-element-assistant, linear-gradient(238deg, #A569D3 12%, #00679E 39%, #422083 86%));
21
21
  --assistant-button-background-color: var(--color-background-assistant, #F6F5FF);
22
22
  background-image: var(--color-border-assistant, linear-gradient(125deg, #7398FE 50%, #6104A4 125%));
@@ -26,28 +26,28 @@
26
26
  padding-inline: 1px;
27
27
  padding-block: 1px 2px;
28
28
  }
29
- ._assistantButton_disabled_FOYpW {
29
+ ._assistantButton_disabled_6AC6J {
30
30
  filter: saturate(0.5);
31
31
  opacity: 0.5;
32
32
  }
33
- ._assistantButton_primary_pFv94 {
33
+ ._assistantButton_primary_HXmQs {
34
34
  --assistant-button-color: white;
35
35
  --assistant-button-background-color: var(--color-element-assistant,linear-gradient(238deg, #A569D3 12%, #00679E 39%, #422083 86%));
36
36
  }
37
- ._assistantButton_primary_pFv94 ._assistantButton__icon_aIu5k,
38
- ._assistantButton_primary_pFv94 ._assistantButton__text_NGMtt {
37
+ ._assistantButton_primary_HXmQs ._assistantButton__icon_rN-ty,
38
+ ._assistantButton_primary_HXmQs ._assistantButton__text_JPP09 {
39
39
  color: white !important;
40
40
  }
41
- ._assistantButton__button_Qt-gF {
41
+ ._assistantButton__button_uNbmX {
42
42
  --button-size: calc(var(--default-clickable-area) - 3px) !important;
43
43
  background-color: var(--assistant-button-background-color) !important;
44
44
  background-image: var(--assistant-button-background-color) !important;
45
45
  border: none !important;
46
46
  }
47
- ._assistantButton__button_Qt-gF:hover {
47
+ ._assistantButton__button_uNbmX:hover {
48
48
  filter: brightness(120%);
49
49
  }
50
- ._assistantButton__text_NGMtt {
50
+ ._assistantButton__text_JPP09 {
51
51
  background-image: var(--assistant-button-color);
52
52
  color: transparent !important;
53
53
  background-clip: text;
@@ -9,19 +9,19 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_fwhLn {
12
+ ._material-design-icon_-nl2s {
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
- ._assistantContent_iyAWz {
19
+ ._assistantContent_G-E7W {
20
20
  background-image: var(--color-border-assistant, linear-gradient(125deg, #7398FE 50%, #6104A4 125%));
21
21
  border-radius: var(--border-radius-container);
22
22
  padding: 2px;
23
23
  }
24
- ._assistantContent__inner_U1ntk {
24
+ ._assistantContent__inner_Wj2Kk {
25
25
  background-color: var(--color-background-assistant, #F6F5FF);
26
26
  border-radius: calc(var(--border-radius-container) - 1px);
27
27
  color: var(--color-main-text);