@nextcloud/vue 9.10.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.
- package/CHANGELOG.md +31 -0
- package/dist/assets/NcActionInput.css +66 -66
- package/dist/assets/NcActions.css +12 -12
- package/dist/assets/NcAppNavigationItem.css +54 -52
- package/dist/assets/NcAppNavigationList.css +2 -26
- package/dist/assets/NcAppNavigationNewItem.css +9 -7
- 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/NcAvatar.css +26 -26
- package/dist/assets/NcBlurHash.css +2 -2
- package/dist/assets/NcDateTimePicker.css +234 -234
- 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/NcModal.css +69 -63
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcProfileHoverCard.css +82 -59
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcRichText.css +2 -2
- package/dist/assets/NcSelect.css +25 -0
- package/dist/assets/NcUploadPicker.css +41 -0
- package/dist/assets/autolink.css +3 -3
- package/dist/chunks/NcActionInput.mjs +4 -4
- package/dist/chunks/NcActionInput.mjs.map +1 -1
- package/dist/chunks/NcActions.mjs +4 -4
- package/dist/chunks/NcActions.mjs.map +1 -1
- package/dist/chunks/NcAppContent.mjs +4 -4
- package/dist/chunks/NcAppContent.mjs.map +1 -1
- package/dist/chunks/NcAppNavigation.mjs +2 -2
- package/dist/chunks/NcAppNavigationItem.mjs +6 -29
- package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationList.mjs +8 -138
- package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
- package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
- package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
- package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
- package/dist/chunks/NcAppSidebar.mjs +165 -31
- 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/NcAvatar.mjs +17 -4
- package/dist/chunks/NcAvatar.mjs.map +1 -1
- package/dist/chunks/NcBlurHash.mjs +2 -2
- package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/chunks/NcCollectionList.mjs +3 -3
- package/dist/chunks/NcColorPicker.mjs +2 -2
- package/dist/chunks/NcContent.mjs +2 -2
- package/dist/chunks/NcDashboardWidget.mjs +4 -4
- package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
- package/dist/chunks/NcDateTimePicker.mjs +7 -4
- package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
- package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
- package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcEmojiPicker.mjs +2 -2
- package/dist/chunks/NcFilePicker.mjs +6 -5
- package/dist/chunks/NcFilePicker.mjs.map +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 +4 -4
- package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
- package/dist/chunks/NcKbd.mjs +4 -4
- package/dist/chunks/NcModal.mjs +13 -8
- package/dist/chunks/NcModal.mjs.map +1 -1
- package/dist/chunks/NcPasswordField.mjs +2 -2
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcProfileHoverCard.mjs +205 -157
- package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcReferenceWidget.mjs +2 -2
- package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
- package/dist/chunks/NcRichContenteditable.mjs +12 -12
- package/dist/chunks/NcRichText.mjs +3 -3
- package/dist/chunks/NcRichText.mjs.map +1 -1
- package/dist/chunks/NcSelect.mjs +74 -5
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/NcSettingsSection.mjs +2 -2
- package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
- package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcUploadPicker.mjs +269 -0
- package/dist/chunks/NcUploadPicker.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon.mjs +2 -2
- package/dist/chunks/_l10n.mjs +86 -84
- package/dist/chunks/_l10n.mjs.map +1 -1
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/chunks/colors.mjs +2 -2
- package/dist/chunks/mdi.mjs +7 -5
- package/dist/chunks/mdi.mjs.map +1 -1
- package/dist/chunks/referencePickerModal.mjs +5 -5
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +38 -10
- 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 -5
- package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
- 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 +10 -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 +41 -5
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +6 -2
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +11 -3
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +6 -2
- package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +7 -7
- package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +6 -2
- package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
- 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/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
- package/dist/components/NcUploadPicker/index.d.ts +6 -0
- package/dist/components/NcUploadPicker/index.mjs +5 -0
- package/dist/components/NcUploadPicker/index.mjs.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/useFormatDateTime/index.mjs +2 -2
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -11
- package/dist/chunks/highlight.mjs +0 -5
- package/dist/chunks/highlight.mjs.map +0 -1
- package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,37 @@
|
|
|
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
|
+
|
|
28
|
+
## [v9.11.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.11.0) (2026-08-28)
|
|
29
|
+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.10.0...v9.11.0)
|
|
30
|
+
|
|
31
|
+
### 🚀 Enhancements
|
|
32
|
+
* feat(NcAppSidebarTab): add animation effect for tab button [\#8793](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8793) \([jancborchardt](https://github.com/jancborchardt)\)
|
|
33
|
+
* feat(NcSelect): add helperText support [\#8787](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8787) \([skjnldsv](https://github.com/skjnldsv)\)
|
|
34
|
+
|
|
35
|
+
### 🐛 Fixed bugs
|
|
36
|
+
* fix(NcActionInput): display arrow icon for submit [\#8884](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8884) \([odzhychko](https://github.com/odzhychko)\)
|
|
37
|
+
* 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)\)
|
|
38
|
+
* 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)\)
|
|
39
|
+
* fix(NcAppNavigationItem): backwards tabbing action selection [\#8821](https://github.com/nextcloud-libraries/nextcloud-vue/pull/8821) \([[GVodyanov](https://github.com/GVodyanov)\)
|
|
40
|
+
|
|
10
41
|
## [v9.10.0](https://github.com/nextcloud-libraries/nextcloud-vue/tree/v9.10.0) (2026-08-24)
|
|
11
42
|
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.9.0...v9.10.0)
|
|
12
43
|
|
|
@@ -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;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
/*
|
|
37
37
|
* Ensure proper alignment of the vue material icons
|
|
38
38
|
*/
|
|
39
|
-
.material-design-icon[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
79
|
-
.app-navigation-entry:not(.app-navigation-entry--legacy).active:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-
|
|
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-
|
|
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,48 +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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
111
|
-
|
|
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
|
+
position: relative;
|
|
112
|
+
opacity: 1;
|
|
113
|
+
pointer-events: auto;
|
|
112
114
|
}
|
|
113
|
-
.app-navigation-entry .app-navigation-entry__actions[data-v-
|
|
115
|
+
.app-navigation-entry .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
|
|
114
116
|
background-color: var(--color-background-dark) !important;
|
|
115
117
|
}
|
|
116
|
-
.app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-
|
|
118
|
+
.app-navigation-entry:not(.app-navigation-entry--legacy).active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
|
|
117
119
|
background-color: var(--color-background-dark) !important;
|
|
118
120
|
}
|
|
119
|
-
.app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-
|
|
121
|
+
.app-navigation-entry.app-navigation-entry--legacy.active .app-navigation-entry__actions[data-v-6cae7342]:hover .button-vue {
|
|
120
122
|
background-color: var(--color-primary-element) !important;
|
|
121
123
|
}
|
|
122
|
-
.app-navigation-entry[data-v-
|
|
124
|
+
.app-navigation-entry[data-v-6cae7342] {
|
|
123
125
|
/* hide deletion/collapse of subitems */
|
|
124
126
|
}
|
|
125
|
-
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-
|
|
127
|
+
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-6cae7342] {
|
|
126
128
|
display: none;
|
|
127
129
|
}
|
|
128
|
-
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-
|
|
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] {
|
|
129
131
|
padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);
|
|
130
132
|
}
|
|
131
|
-
.app-navigation-entry .app-navigation-entry-link[data-v-
|
|
133
|
+
.app-navigation-entry .app-navigation-entry-link[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button[data-v-6cae7342] {
|
|
132
134
|
z-index: 100; /* above the bullet to allow click*/
|
|
133
135
|
display: flex;
|
|
134
136
|
overflow: hidden;
|
|
@@ -143,7 +145,7 @@
|
|
|
143
145
|
background-size: 16px 16px;
|
|
144
146
|
line-height: var(--default-clickable-area);
|
|
145
147
|
}
|
|
146
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-
|
|
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] {
|
|
147
149
|
display: flex;
|
|
148
150
|
align-items: center;
|
|
149
151
|
flex: 0 0 var(--default-clickable-area);
|
|
@@ -154,25 +156,25 @@
|
|
|
154
156
|
background-repeat: no-repeat;
|
|
155
157
|
background-position: calc((var(--default-clickable-area) - 16px) / 2) center;
|
|
156
158
|
}
|
|
157
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-
|
|
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] {
|
|
158
160
|
overflow: hidden;
|
|
159
161
|
max-width: 100%;
|
|
160
162
|
white-space: nowrap;
|
|
161
163
|
text-overflow: ellipsis;
|
|
162
164
|
font-weight: var(--font-weight-element, normal);
|
|
163
165
|
}
|
|
164
|
-
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-
|
|
166
|
+
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-6cae7342], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-6cae7342] {
|
|
165
167
|
width: calc(100% - var(--default-clickable-area));
|
|
166
168
|
margin: auto;
|
|
167
169
|
}
|
|
168
|
-
.app-navigation-entry .app-navigation-entry-link[data-v-
|
|
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 {
|
|
169
171
|
box-shadow: 0 0 0 4px var(--color-main-background);
|
|
170
172
|
outline: 2px solid var(--color-main-text);
|
|
171
173
|
border-radius: var(--border-radius-element);
|
|
172
174
|
}
|
|
173
175
|
|
|
174
176
|
/* Second level nesting for lists */
|
|
175
|
-
.app-navigation-entry__children[data-v-
|
|
177
|
+
.app-navigation-entry__children[data-v-6cae7342] {
|
|
176
178
|
--app-navigation-item-child-offset: 10px;
|
|
177
179
|
position: relative;
|
|
178
180
|
display: flex;
|
|
@@ -182,21 +184,21 @@
|
|
|
182
184
|
gap: var(--default-grid-baseline, 4px);
|
|
183
185
|
padding-inline-start: var(--app-navigation-item-child-offset);
|
|
184
186
|
}
|
|
185
|
-
.app-navigation-entry__children .app-navigation-entry[data-v-
|
|
187
|
+
.app-navigation-entry__children .app-navigation-entry[data-v-6cae7342] {
|
|
186
188
|
display: inline-flex;
|
|
187
189
|
flex-wrap: wrap;
|
|
188
190
|
}
|
|
189
|
-
.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-
|
|
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] {
|
|
190
192
|
--app-navigation-item-child-offset: 0;
|
|
191
193
|
}
|
|
192
194
|
|
|
193
195
|
/* Deleted entries */
|
|
194
|
-
.app-navigation-entry__deleted[data-v-
|
|
196
|
+
.app-navigation-entry__deleted[data-v-6cae7342] {
|
|
195
197
|
display: inline-flex;
|
|
196
198
|
flex: 1 1 0;
|
|
197
199
|
padding-inline-start: calc(var(--default-clickable-area) - (var(--default-clickable-area) - 16px) / 2) !important;
|
|
198
200
|
}
|
|
199
|
-
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-
|
|
201
|
+
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-6cae7342] {
|
|
200
202
|
position: relative;
|
|
201
203
|
overflow: hidden;
|
|
202
204
|
flex: 1 1 0;
|
|
@@ -206,60 +208,60 @@
|
|
|
206
208
|
}
|
|
207
209
|
|
|
208
210
|
/* counter and actions */
|
|
209
|
-
.app-navigation-entry__utils[data-v-
|
|
211
|
+
.app-navigation-entry__utils[data-v-6cae7342] {
|
|
210
212
|
display: flex;
|
|
211
213
|
min-width: var(--default-clickable-area);
|
|
212
214
|
align-items: center;
|
|
213
215
|
flex: 0 1 auto;
|
|
214
216
|
justify-content: flex-end;
|
|
215
217
|
}
|
|
216
|
-
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-
|
|
217
|
-
|
|
218
|
+
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-6cae7342] {
|
|
219
|
+
position: relative;
|
|
220
|
+
opacity: 1;
|
|
221
|
+
pointer-events: auto;
|
|
218
222
|
}
|
|
219
|
-
.app-navigation-entry__utils[data-v-
|
|
223
|
+
.app-navigation-entry__utils[data-v-6cae7342] {
|
|
220
224
|
/* counter */
|
|
221
225
|
}
|
|
222
|
-
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-
|
|
226
|
+
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-6cae7342] {
|
|
223
227
|
margin-inline-end: calc(var(--default-grid-baseline) * 2);
|
|
224
228
|
display: flex;
|
|
225
229
|
align-items: center;
|
|
226
230
|
flex: 0 1 auto;
|
|
227
231
|
}
|
|
228
|
-
.app-navigation-entry__utils[data-v-
|
|
232
|
+
.app-navigation-entry__utils[data-v-6cae7342] {
|
|
229
233
|
/* actions */
|
|
230
234
|
}
|
|
231
|
-
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-
|
|
232
|
-
|
|
235
|
+
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-6cae7342] {
|
|
236
|
+
position: absolute;
|
|
237
|
+
opacity: 0;
|
|
238
|
+
pointer-events: none;
|
|
233
239
|
}
|
|
234
240
|
|
|
235
241
|
/* editing state */
|
|
236
|
-
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-
|
|
242
|
+
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-6cae7342] {
|
|
237
243
|
z-index: 250;
|
|
238
244
|
opacity: 1;
|
|
239
245
|
}
|
|
240
246
|
|
|
241
247
|
/* deleted state */
|
|
242
|
-
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-
|
|
248
|
+
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-6cae7342] {
|
|
243
249
|
z-index: 250;
|
|
244
250
|
transform: translateX(0);
|
|
245
251
|
}
|
|
246
252
|
|
|
247
253
|
/* pinned state */
|
|
248
|
-
.app-navigation-entry--pinned[data-v-
|
|
254
|
+
.app-navigation-entry--pinned[data-v-6cae7342] {
|
|
249
255
|
order: 2;
|
|
250
256
|
margin-top: auto;
|
|
251
257
|
}
|
|
252
|
-
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-
|
|
258
|
+
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-6cae7342] {
|
|
253
259
|
margin-top: 0;
|
|
254
260
|
}
|
|
255
|
-
[data-themes*=highcontrast] .app-navigation-entry[data-v-
|
|
261
|
+
[data-themes*=highcontrast] .app-navigation-entry[data-v-6cae7342]:active {
|
|
256
262
|
background-color: var(--color-primary-element-light-hover) !important;
|
|
257
263
|
}
|
|
258
|
-
|
|
259
|
-
.app-navigation-list--animated-highlight .app-navigation-entry[data-v-01bef41b]:not(.active):focus-within {
|
|
260
|
-
background-color: transparent !important;
|
|
261
|
-
}
|
|
262
|
-
@keyframes nc-nav-stripe-in-01bef41b {
|
|
264
|
+
@keyframes nc-nav-stripe-in-6cae7342 {
|
|
263
265
|
from {
|
|
264
266
|
transform: scaleY(0);
|
|
265
267
|
opacity: 0;
|