@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.
- package/CHANGELOG.md +13 -0
- package/dist/assets/NcActionInput.css +66 -66
- package/dist/assets/NcActions.css +12 -12
- package/dist/assets/NcAppNavigationItem.css +9 -3
- package/dist/assets/NcAppNavigationNewItem.css +9 -3
- package/dist/assets/NcAppNavigationSettings.css +6 -6
- package/dist/assets/NcAppSettingsDialog.css +3 -3
- package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
- package/dist/assets/NcAppSidebar.css +130 -76
- package/dist/assets/NcAppSidebarTab.css +4 -4
- package/dist/assets/NcAssistantButton.css +9 -9
- package/dist/assets/NcAssistantContent.css +3 -3
- package/dist/assets/NcAssistantIcon.css +4 -4
- package/dist/assets/NcBlurHash.css +2 -2
- package/dist/assets/NcFilePicker.css +1 -1
- package/dist/assets/NcFormBox.css +11 -11
- package/dist/assets/NcFormBoxButton.css +2 -2
- package/dist/assets/NcFormBoxItem.css +15 -15
- package/dist/assets/NcFormBoxSwitch.css +2 -2
- package/dist/assets/NcFormGroup.css +7 -7
- package/dist/assets/NcHotkey.css +8 -8
- package/dist/assets/NcHotkeyList.css +2 -2
- package/dist/assets/NcIconToggleSwitch.css +4 -4
- package/dist/assets/NcKbd.css +3 -3
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcSelect.css +25 -0
- package/dist/assets/autolink.css +3 -3
- package/dist/chunks/NcActionInput.mjs +2 -2
- package/dist/chunks/NcActionInput.mjs.map +1 -1
- package/dist/chunks/NcActions.mjs +2 -2
- package/dist/chunks/NcActions.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
- package/dist/chunks/NcAppSettingsDialog.mjs +3 -3
- package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
- package/dist/chunks/NcAppSidebar.mjs +162 -28
- package/dist/chunks/NcAppSidebar.mjs.map +1 -1
- package/dist/chunks/NcAppSidebarTab.mjs +12 -5
- package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
- package/dist/chunks/NcAssistantButton.mjs +7 -7
- package/dist/chunks/NcAssistantContent.mjs +3 -3
- package/dist/chunks/NcAssistantIcon.mjs +4 -4
- package/dist/chunks/NcBlurHash.mjs +2 -2
- package/dist/chunks/NcFilePicker.mjs +1 -1
- package/dist/chunks/NcFormBox.mjs +5 -5
- package/dist/chunks/NcFormBoxButton.mjs +2 -2
- package/dist/chunks/NcFormBoxItem.mjs +8 -8
- package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
- package/dist/chunks/NcFormGroup.mjs +7 -7
- package/dist/chunks/NcHotkey.mjs +4 -4
- package/dist/chunks/NcHotkeyList.mjs +2 -2
- package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
- package/dist/chunks/NcKbd.mjs +2 -2
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcRichContenteditable.mjs +10 -10
- package/dist/chunks/NcSelect.mjs +74 -5
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/_l10n.mjs +3 -3
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +35 -7
- package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -1
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
- package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
- package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
- package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +33 -5
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +2 -2
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +3 -3
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +2 -2
- package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +5 -5
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +1 -1
- package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
- package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
- 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-
|
|
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-
|
|
26
|
-
input[data-v-
|
|
27
|
-
textarea[data-v-
|
|
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-
|
|
39
|
-
input[data-v-
|
|
40
|
-
input[data-v-
|
|
41
|
-
input:not([type=range]):not(:disabled):not(.primary).active[data-v-
|
|
42
|
-
textarea[data-v-
|
|
43
|
-
textarea[data-v-
|
|
44
|
-
textarea:not(:disabled):not(.primary).active[data-v-
|
|
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-
|
|
50
|
-
input[data-v-
|
|
51
|
-
textarea[data-v-
|
|
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-
|
|
57
|
-
input[data-v-
|
|
58
|
-
textarea[data-v-
|
|
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-
|
|
65
|
-
input[data-v-
|
|
66
|
-
textarea[data-v-
|
|
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-
|
|
70
|
-
input[data-v-
|
|
71
|
-
textarea[data-v-
|
|
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-
|
|
76
|
-
input[data-v-
|
|
77
|
-
textarea[data-v-
|
|
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-
|
|
81
|
-
input:not([type=range]).primary[data-v-
|
|
82
|
-
textarea.primary[data-v-
|
|
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-
|
|
89
|
-
input:not([type=range]).primary[data-v-
|
|
90
|
-
input:not([type=range]).primary[data-v-
|
|
91
|
-
input:not([type=range]).primary[data-v-
|
|
92
|
-
textarea.primary[data-v-
|
|
93
|
-
textarea.primary[data-v-
|
|
94
|
-
textarea.primary[data-v-
|
|
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-
|
|
99
|
-
input:not([type=range]).primary[data-v-
|
|
100
|
-
textarea.primary[data-v-
|
|
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-
|
|
104
|
-
input:not([type=range]).primary[data-v-
|
|
105
|
-
textarea.primary[data-v-
|
|
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-
|
|
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-
|
|
119
|
+
li.action[data-v-7720ab60]:hover {
|
|
120
120
|
background-color: var(--color-background-hover);
|
|
121
121
|
}
|
|
122
|
-
.action--disabled[data-v-
|
|
122
|
+
.action--disabled[data-v-7720ab60] {
|
|
123
123
|
pointer-events: none;
|
|
124
124
|
opacity: 0.5;
|
|
125
125
|
}
|
|
126
|
-
.action--disabled[data-v-
|
|
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-
|
|
130
|
+
.action--disabled[data-v-7720ab60] * {
|
|
131
131
|
opacity: 1 !important;
|
|
132
132
|
}
|
|
133
|
-
.action-input[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
167
|
+
.action-input > span[data-v-7720ab60] {
|
|
168
168
|
cursor: pointer;
|
|
169
169
|
white-space: nowrap;
|
|
170
170
|
}
|
|
171
|
-
.action-input__icon[data-v-
|
|
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-
|
|
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-
|
|
185
|
+
.action-input__container[data-v-7720ab60] {
|
|
186
186
|
position: relative;
|
|
187
187
|
width: 100%;
|
|
188
188
|
}
|
|
189
|
-
.action-input__input-container[data-v-
|
|
189
|
+
.action-input__input-container[data-v-7720ab60] {
|
|
190
190
|
display: flex;
|
|
191
191
|
}
|
|
192
|
-
.action-input__input-container .colorpicker__trigger[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
215
|
+
.action-input__datetimepicker[data-v-7720ab60] {
|
|
216
216
|
width: 100%;
|
|
217
217
|
}
|
|
218
|
-
.action-input__datetimepicker[data-v-
|
|
218
|
+
.action-input__datetimepicker[data-v-7720ab60] .mx-input {
|
|
219
219
|
margin: 0;
|
|
220
220
|
}
|
|
221
|
-
.action-input__multi[data-v-
|
|
221
|
+
.action-input__multi[data-v-7720ab60] {
|
|
222
222
|
width: 100%;
|
|
223
223
|
}
|
|
224
|
-
li:last-child > .action-input[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
50
|
+
.action-item.action-item--wide[data-v-7206c1f1] {
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
|
-
.action-item__menutoggle__icon[data-v-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
2
|
+
._container_cR-ol {
|
|
3
3
|
margin-top: auto;
|
|
4
4
|
padding: var(--default-grid-baseline);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
25
|
+
._appSettingsDialogVersion__legacy_AeUZg {
|
|
26
26
|
margin-inline: 0;
|
|
27
27
|
}/**
|
|
28
28
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|