@nextcloud/vue 8.0.1 → 8.1.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 +15 -0
- package/dist/Components/NcActionInput.cjs +1 -1
- package/dist/Components/NcActionInput.mjs +1 -1
- package/dist/Components/NcActions.cjs +1 -1
- package/dist/Components/NcActions.mjs +1 -1
- package/dist/Components/NcAppContent.cjs +9 -5
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +13 -9
- package/dist/Components/NcAppContent.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +11 -7
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +9 -5
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +16 -12
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +14 -10
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +1 -1
- package/dist/Components/NcAppNavigationNewItem.mjs +1 -1
- package/dist/Components/NcAppNavigationSettings.cjs +4 -2
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +6 -4
- package/dist/Components/NcAppNavigationSettings.mjs.map +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +10 -6
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +14 -10
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +3 -3
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +3 -3
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/Components/NcColorPicker.cjs +1 -1
- package/dist/Components/NcColorPicker.mjs +1 -1
- package/dist/Components/NcDashboardWidget.cjs +1 -1
- package/dist/Components/NcDashboardWidget.mjs +2 -2
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +1 -1
- package/dist/Components/NcDateTime.mjs +1 -1
- package/dist/Components/NcDateTimePicker.cjs +2 -2
- package/dist/Components/NcDateTimePicker.mjs +4 -4
- package/dist/Components/NcDateTimePickerNative.cjs +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +1 -1
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcHeaderMenu.cjs +11 -9
- package/dist/Components/NcHeaderMenu.cjs.map +1 -1
- package/dist/Components/NcHeaderMenu.mjs +16 -14
- package/dist/Components/NcHeaderMenu.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.cjs +4 -2
- package/dist/Components/NcListItemIcon.cjs.map +1 -1
- package/dist/Components/NcListItemIcon.mjs +9 -7
- package/dist/Components/NcListItemIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +1 -1
- package/dist/Components/NcModal.mjs +3 -3
- package/dist/Components/NcPasswordField.cjs +1 -1
- package/dist/Components/NcPasswordField.mjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +1 -1
- package/dist/Components/NcRichContenteditable.cjs +2 -2
- package/dist/Components/NcRichContenteditable.mjs +2 -2
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +2 -2
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +3 -3
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +1 -1
- package/dist/Components/NcSelectTags.mjs +1 -1
- package/dist/Components/NcSettingsInputText.cjs +1 -1
- package/dist/Components/NcSettingsInputText.mjs +1 -1
- package/dist/Components/NcSettingsSection.cjs +1 -1
- package/dist/Components/NcSettingsSection.mjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextField.cjs +25 -17
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +27 -19
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +1 -1
- package/dist/Components/NcTimezonePicker.mjs +1 -1
- package/dist/Components/NcUserBubble.cjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Composables/useIsFullscreen.cjs +35 -0
- package/dist/Composables/useIsFullscreen.cjs.map +1 -0
- package/dist/Composables/useIsFullscreen.mjs +35 -0
- package/dist/Composables/useIsFullscreen.mjs.map +1 -0
- package/dist/Composables/useIsMobile.cjs +35 -0
- package/dist/Composables/useIsMobile.cjs.map +1 -0
- package/dist/Composables/useIsMobile.mjs +35 -0
- package/dist/Composables/useIsMobile.mjs.map +1 -0
- package/dist/Mixins/isFullscreen.cjs +10 -19
- package/dist/Mixins/isFullscreen.cjs.map +1 -1
- package/dist/Mixins/isFullscreen.mjs +10 -19
- package/dist/Mixins/isFullscreen.mjs.map +1 -1
- package/dist/Mixins/isMobile.cjs +10 -62
- package/dist/Mixins/isMobile.cjs.map +1 -1
- package/dist/Mixins/isMobile.mjs +10 -62
- package/dist/Mixins/isMobile.mjs.map +1 -1
- package/dist/assets/{index-7d211db9.css → index-2e31f707.css} +29 -14
- package/dist/assets/{index-ebbb7829.css → index-4437e6bf.css} +8 -8
- package/dist/assets/{index-4271da53.css → index-4596132f.css} +17 -17
- package/dist/assets/{index-db5a8b1c.css → index-9ca89b81.css} +11 -11
- package/dist/assets/{index-dea0aef3.css → index-dce4b705.css} +10 -10
- package/dist/assets/{index-9176105d.css → index-f8d6daf3.css} +41 -41
- package/dist/assets/{index-750c02cc.css → index-f9bfa317.css} +3 -0
- package/dist/chunks/{NcAppNavigationToggle-82764816.mjs → NcAppNavigationToggle-a031dce0.mjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-82764816.mjs.map → NcAppNavigationToggle-a031dce0.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-60664a28.cjs → NcAppNavigationToggle-d248cb09.cjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-60664a28.cjs.map → NcAppNavigationToggle-d248cb09.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-262d455f.cjs → NcInputConfirmCancel-00bdeac7.cjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-262d455f.cjs.map → NcInputConfirmCancel-00bdeac7.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-906c7816.mjs → NcInputConfirmCancel-40ea7cd1.mjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-906c7816.mjs.map → NcInputConfirmCancel-40ea7cd1.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-ae95c854.cjs → NcRichText-89373b11.cjs} +1 -1
- package/dist/chunks/{NcRichText-ae95c854.cjs.map → NcRichText-89373b11.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-1e8fd02d.mjs → NcRichText-e2026b55.mjs} +1 -1
- package/dist/chunks/{NcRichText-1e8fd02d.mjs.map → NcRichText-e2026b55.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-ae323579.mjs → NcSettingsSelectGroup-b49652df.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-ae323579.mjs.map → NcSettingsSelectGroup-b49652df.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-e8f9f9fe.cjs → NcSettingsSelectGroup-fad68876.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-e8f9f9fe.cjs.map → NcSettingsSelectGroup-fad68876.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-1ab1ebb9.mjs → ScopeComponent-a06864ef.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-1ab1ebb9.mjs.map → ScopeComponent-a06864ef.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-50287dad.cjs → ScopeComponent-a24eb082.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-50287dad.cjs.map → ScopeComponent-a24eb082.cjs.map} +1 -1
- package/dist/chunks/{index-fbf943b3.mjs → index-831524a1.mjs} +6 -4
- package/dist/chunks/{index-fbf943b3.mjs.map → index-831524a1.mjs.map} +1 -1
- package/dist/chunks/{index-e06b96d3.cjs → index-ac31691c.cjs} +7 -5
- package/dist/chunks/{index-e06b96d3.cjs.map → index-ac31691c.cjs.map} +1 -1
- package/dist/chunks/{l10n-ec2d3010.cjs → l10n-098e6a54.cjs} +1 -1
- package/dist/chunks/{l10n-ec2d3010.cjs.map → l10n-098e6a54.cjs.map} +1 -1
- package/dist/chunks/{l10n-9fc9974f.mjs → l10n-a929cdef.mjs} +1 -1
- package/dist/chunks/{l10n-9fc9974f.mjs.map → l10n-a929cdef.mjs.map} +1 -1
- package/dist/chunks/l10n-c3dbf018.cjs +29 -0
- package/dist/chunks/l10n-c3dbf018.cjs.map +1 -0
- package/dist/chunks/l10n-f51d3415.mjs +31 -0
- package/dist/chunks/l10n-f51d3415.mjs.map +1 -0
- package/dist/chunks/{referencePickerModal-e033bf2c.cjs → referencePickerModal-b79b7b92.cjs} +1 -1
- package/dist/chunks/{referencePickerModal-e033bf2c.cjs.map → referencePickerModal-b79b7b92.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-6bc8f6b9.mjs → referencePickerModal-c87eab17.mjs} +1 -1
- package/dist/chunks/{referencePickerModal-6bc8f6b9.mjs.map → referencePickerModal-c87eab17.mjs.map} +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
- package/dist/chunks/l10n-f491109d.cjs +0 -29
- package/dist/chunks/l10n-f491109d.cjs.map +0 -1
- package/dist/chunks/l10n-f692947e.mjs +0 -31
- package/dist/chunks/l10n-f692947e.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isMobile.cjs","sources":["../../src/
|
|
1
|
+
{"version":3,"file":"isMobile.cjs","sources":["../../src/mixins/isMobile/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { isMobileState } from '../../composables/useIsMobile/index.js'\n\nexport default {\n\tcomputed: {\n\t\t/**\n\t\t * @deprecated Is to be removed in v9.0.0 with Vue 3 migration.\n\t\t * Use `composables/useIsMobile` instead.\n\t\t */\n\t\tisMobile() {\n\t\t\treturn isMobileState.value\n\t\t},\n\t},\n}\n"],"names":["index","isMobileState"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeA,IAAA;AAAA,EACd,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,WAAW;AACV,aAAOC,EAAa,cAAC;AAAA,IACrB;AAAA,EACD;AACF;;"}
|
package/dist/Mixins/isMobile.mjs
CHANGED
|
@@ -1,49 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
/**
|
|
3
|
-
* @copyright Copyright (c) 2019 Kristof Hamann, Paul Schwörer
|
|
4
|
-
*
|
|
5
|
-
* @author Kristof Hamann
|
|
6
|
-
* @author Paul Schwörer
|
|
7
|
-
*
|
|
8
|
-
* @license AGPL-3.0-or-later
|
|
9
|
-
*
|
|
10
|
-
* This program is free software: you can redistribute it and/or modify
|
|
11
|
-
* it under the terms of the GNU Affero General Public License as
|
|
12
|
-
* published by the Free Software Foundation, either version 3 of the
|
|
13
|
-
* License, or (at your option) any later version.
|
|
14
|
-
*
|
|
15
|
-
* This program is distributed in the hope that it will be useful,
|
|
16
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
18
|
-
* GNU Affero General Public License for more details.
|
|
19
|
-
*
|
|
20
|
-
* You should have received a copy of the GNU Affero General Public License
|
|
21
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
const i = /* @__PURE__ */ new o({
|
|
25
|
-
data() {
|
|
26
|
-
return {
|
|
27
|
-
isMobile: !1
|
|
28
|
-
};
|
|
29
|
-
},
|
|
30
|
-
watch: {
|
|
31
|
-
isMobile(e) {
|
|
32
|
-
this.$emit("changed", e);
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
created() {
|
|
36
|
-
window.addEventListener("resize", this.handleWindowResize), this.handleWindowResize();
|
|
37
|
-
},
|
|
38
|
-
beforeDestroy() {
|
|
39
|
-
window.removeEventListener("resize", this.handleWindowResize);
|
|
40
|
-
},
|
|
41
|
-
methods: {
|
|
42
|
-
handleWindowResize() {
|
|
43
|
-
this.isMobile = document.documentElement.clientWidth < 1024;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
});
|
|
1
|
+
import { isMobileState as e } from "../Composables/useIsMobile.mjs";
|
|
47
2
|
/**
|
|
48
3
|
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
49
4
|
*
|
|
@@ -65,24 +20,17 @@ const i = /* @__PURE__ */ new o({
|
|
|
65
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
66
21
|
*
|
|
67
22
|
*/
|
|
68
|
-
const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
},
|
|
77
|
-
beforeDestroy() {
|
|
78
|
-
i.$off("changed", this.onIsMobileChanged);
|
|
79
|
-
},
|
|
80
|
-
methods: {
|
|
81
|
-
onIsMobileChanged(e) {
|
|
82
|
-
this.isMobile = e;
|
|
23
|
+
const o = {
|
|
24
|
+
computed: {
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated Is to be removed in v9.0.0 with Vue 3 migration.
|
|
27
|
+
* Use `composables/useIsMobile` instead.
|
|
28
|
+
*/
|
|
29
|
+
isMobile() {
|
|
30
|
+
return e.value;
|
|
83
31
|
}
|
|
84
32
|
}
|
|
85
33
|
};
|
|
86
34
|
export {
|
|
87
|
-
|
|
35
|
+
o as default
|
|
88
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isMobile.mjs","sources":["../../src/
|
|
1
|
+
{"version":3,"file":"isMobile.mjs","sources":["../../src/mixins/isMobile/index.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { isMobileState } from '../../composables/useIsMobile/index.js'\n\nexport default {\n\tcomputed: {\n\t\t/**\n\t\t * @deprecated Is to be removed in v9.0.0 with Vue 3 migration.\n\t\t * Use `composables/useIsMobile` instead.\n\t\t */\n\t\tisMobile() {\n\t\t\treturn isMobileState.value\n\t\t},\n\t},\n}\n"],"names":["index","isMobileState"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBA,MAAeA,IAAA;AAAA,EACd,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,IAKT,WAAW;AACV,aAAOC,EAAc;AAAA,IACrB;AAAA,EACD;AACF;"}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-146b0d37] {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-self: center;
|
|
5
5
|
justify-self: center;
|
|
6
6
|
align-items: center;
|
|
7
7
|
justify-content: center;
|
|
8
8
|
}
|
|
9
|
-
.app-sidebar-tabs[data-v-
|
|
9
|
+
.app-sidebar-tabs[data-v-146b0d37] {
|
|
10
10
|
display: flex;
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
min-height: 0;
|
|
13
13
|
flex: 1 1 100%;
|
|
14
14
|
}
|
|
15
|
-
.app-sidebar-tabs__nav[data-v-
|
|
15
|
+
.app-sidebar-tabs__nav[data-v-146b0d37] {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: stretch;
|
|
18
|
-
margin
|
|
19
|
-
|
|
18
|
+
margin: 10px 8px 0;
|
|
19
|
+
border-bottom: 1px solid var(--color-border);
|
|
20
20
|
}
|
|
21
|
-
.app-sidebar-tabs__tab[data-v-
|
|
21
|
+
.app-sidebar-tabs__tab[data-v-146b0d37] {
|
|
22
22
|
flex: 1 1;
|
|
23
23
|
}
|
|
24
|
-
.app-sidebar-tabs__tab.active[data-v-
|
|
24
|
+
.app-sidebar-tabs__tab.active[data-v-146b0d37] {
|
|
25
25
|
color: var(--color-primary-element);
|
|
26
26
|
}
|
|
27
|
-
.app-sidebar-tabs__tab-caption[data-v-
|
|
27
|
+
.app-sidebar-tabs__tab-caption[data-v-146b0d37] {
|
|
28
28
|
flex: 0 1 100%;
|
|
29
29
|
width: 100%;
|
|
30
30
|
overflow: hidden;
|
|
@@ -32,25 +32,40 @@
|
|
|
32
32
|
text-overflow: ellipsis;
|
|
33
33
|
text-align: center;
|
|
34
34
|
}
|
|
35
|
-
.app-sidebar-tabs__tab-icon[data-v-
|
|
35
|
+
.app-sidebar-tabs__tab-icon[data-v-146b0d37] {
|
|
36
36
|
display: flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
justify-content: center;
|
|
39
39
|
background-size: 20px;
|
|
40
40
|
}
|
|
41
|
-
.app-sidebar-tabs__tab[data-v-
|
|
41
|
+
.app-sidebar-tabs__tab[data-v-146b0d37] .checkbox-radio-switch__content {
|
|
42
42
|
max-width: unset;
|
|
43
43
|
}
|
|
44
|
-
.app-sidebar-tabs__content[data-v-
|
|
44
|
+
.app-sidebar-tabs__content[data-v-146b0d37] {
|
|
45
45
|
position: relative;
|
|
46
46
|
min-height: 0;
|
|
47
47
|
height: 100%;
|
|
48
48
|
}
|
|
49
|
-
.app-sidebar-tabs__content--multiple[data-v-
|
|
49
|
+
.app-sidebar-tabs__content--multiple[data-v-146b0d37] > :not(section) {
|
|
50
50
|
display: none;
|
|
51
51
|
}
|
|
52
|
-
[data-v-
|
|
53
|
-
border: unset;
|
|
52
|
+
[data-v-146b0d37] .checkbox-radio-switch--button-variant {
|
|
53
|
+
border: unset !important;
|
|
54
|
+
border-radius: 0 !important;
|
|
55
|
+
}
|
|
56
|
+
[data-v-146b0d37] .checkbox-radio-switch--button-variant .checkbox-content {
|
|
57
|
+
padding: var(--default-grid-baseline);
|
|
58
|
+
border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0 !important;
|
|
59
|
+
margin: 0 !important;
|
|
60
|
+
border-bottom: var(--default-grid-baseline) solid transparent !important;
|
|
61
|
+
}
|
|
62
|
+
[data-v-146b0d37] .checkbox-radio-switch--button-variant .checkbox-content .checkbox-content__icon--checked > * {
|
|
63
|
+
color: var(--color-main-text) !important;
|
|
64
|
+
}
|
|
65
|
+
[data-v-146b0d37] .checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content {
|
|
66
|
+
background: transparent !important;
|
|
67
|
+
color: var(--color-main-text) !important;
|
|
68
|
+
border-bottom: var(--default-grid-baseline) solid var(--color-primary-element) !important;
|
|
54
69
|
}
|
|
55
70
|
.material-design-icon[data-v-90858b97] {
|
|
56
71
|
display: flex;
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
.material-design-icon[data-v-
|
|
34
|
+
.material-design-icon[data-v-926cf86d] {
|
|
35
35
|
display: flex;
|
|
36
36
|
align-self: center;
|
|
37
37
|
justify-self: center;
|
|
38
38
|
align-items: center;
|
|
39
39
|
justify-content: center;
|
|
40
40
|
}
|
|
41
|
-
.app-navigation[data-v-
|
|
41
|
+
.app-navigation[data-v-926cf86d] {
|
|
42
42
|
--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default));
|
|
43
43
|
transition: transform var(--animation-quick), margin var(--animation-quick);
|
|
44
44
|
width: 300px;
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
-webkit-backdrop-filter: var(--filter-background-blur, none);
|
|
61
61
|
backdrop-filter: var(--filter-background-blur, none);
|
|
62
62
|
}
|
|
63
|
-
.app-navigation--close[data-v-
|
|
63
|
+
.app-navigation--close[data-v-926cf86d] {
|
|
64
64
|
transform: translate(-100%);
|
|
65
65
|
position: absolute;
|
|
66
66
|
}
|
|
67
|
-
.app-navigation__content > ul[data-v-
|
|
68
|
-
.app-navigation__list[data-v-
|
|
67
|
+
.app-navigation__content > ul[data-v-926cf86d],
|
|
68
|
+
.app-navigation__list[data-v-926cf86d] {
|
|
69
69
|
position: relative;
|
|
70
70
|
height: 100%;
|
|
71
71
|
width: 100%;
|
|
@@ -77,16 +77,16 @@
|
|
|
77
77
|
gap: var(--default-grid-baseline, 4px);
|
|
78
78
|
padding: var(--app-navigation-padding);
|
|
79
79
|
}
|
|
80
|
-
.app-navigation__content[data-v-
|
|
80
|
+
.app-navigation__content[data-v-926cf86d] {
|
|
81
81
|
height: 100%;
|
|
82
82
|
display: flex;
|
|
83
83
|
flex-direction: column;
|
|
84
84
|
}
|
|
85
|
-
[data-themes*=highcontrast] .app-navigation[data-v-
|
|
85
|
+
[data-themes*=highcontrast] .app-navigation[data-v-926cf86d] {
|
|
86
86
|
border-right: 1px solid var(--color-border);
|
|
87
87
|
}
|
|
88
88
|
@media only screen and (max-width: 1024px) {
|
|
89
|
-
.app-navigation[data-v-
|
|
89
|
+
.app-navigation[data-v-926cf86d]:not(.app-navigation--close) {
|
|
90
90
|
position: absolute;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
|
-
.material-design-icon[data-v-
|
|
46
|
+
.material-design-icon[data-v-27fc3f3a] {
|
|
47
47
|
display: flex;
|
|
48
48
|
align-self: center;
|
|
49
49
|
justify-self: center;
|
|
50
50
|
align-items: center;
|
|
51
51
|
justify-content: center;
|
|
52
52
|
}
|
|
53
|
-
.app-content[data-v-
|
|
53
|
+
.app-content[data-v-27fc3f3a] {
|
|
54
54
|
position: initial;
|
|
55
55
|
z-index: 1000;
|
|
56
56
|
flex-basis: 100vw;
|
|
@@ -59,58 +59,58 @@
|
|
|
59
59
|
background-color: var(--color-main-background);
|
|
60
60
|
min-width: 0;
|
|
61
61
|
}
|
|
62
|
-
.app-content[data-v-
|
|
62
|
+
.app-content[data-v-27fc3f3a]:not(.app-content--has-list) {
|
|
63
63
|
overflow: auto;
|
|
64
64
|
}
|
|
65
|
-
.app-content-wrapper[data-v-
|
|
65
|
+
.app-content-wrapper[data-v-27fc3f3a] {
|
|
66
66
|
position: relative;
|
|
67
67
|
width: 100%;
|
|
68
68
|
height: 100%;
|
|
69
69
|
}
|
|
70
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-
|
|
70
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-27fc3f3a] .app-content-list {
|
|
71
71
|
display: flex;
|
|
72
72
|
}
|
|
73
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-
|
|
74
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-
|
|
73
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-27fc3f3a] .app-content-details,
|
|
74
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-27fc3f3a] .app-content-list {
|
|
75
75
|
display: none;
|
|
76
76
|
}
|
|
77
|
-
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-
|
|
77
|
+
.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-27fc3f3a] .app-content-details {
|
|
78
78
|
display: block;
|
|
79
79
|
}
|
|
80
|
-
[data-v-
|
|
80
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .app-content-list {
|
|
81
81
|
max-width: none;
|
|
82
82
|
scrollbar-width: auto;
|
|
83
83
|
}
|
|
84
|
-
[data-v-
|
|
84
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__pane {
|
|
85
85
|
background-color: transparent;
|
|
86
86
|
transition: none;
|
|
87
87
|
}
|
|
88
|
-
[data-v-
|
|
88
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__pane-list {
|
|
89
89
|
min-width: 300px;
|
|
90
90
|
position: -webkit-sticky;
|
|
91
91
|
position: sticky;
|
|
92
92
|
top: var(--header-height);
|
|
93
93
|
}
|
|
94
94
|
@media only screen and (width < 1024px) {
|
|
95
|
-
[data-v-
|
|
95
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__pane-list {
|
|
96
96
|
display: none;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
[data-v-
|
|
99
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__pane-details {
|
|
100
100
|
overflow-y: auto;
|
|
101
101
|
}
|
|
102
102
|
@media only screen and (width < 1024px) {
|
|
103
|
-
[data-v-
|
|
103
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__pane-details {
|
|
104
104
|
min-width: 100%;
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
[data-v-
|
|
107
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__splitter {
|
|
108
108
|
width: 9px;
|
|
109
109
|
margin-left: -5px;
|
|
110
110
|
background-color: transparent;
|
|
111
111
|
border-left: none;
|
|
112
112
|
}
|
|
113
|
-
[data-v-
|
|
114
|
-
[data-v-
|
|
113
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__splitter:before,
|
|
114
|
+
[data-v-27fc3f3a] .splitpanes.default-theme .splitpanes__splitter:after {
|
|
115
115
|
display: none;
|
|
116
116
|
}
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-c8194bfe] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
29
29
|
}
|
|
30
|
-
.app-settings__navigation[data-v-
|
|
30
|
+
.app-settings__navigation[data-v-c8194bfe] {
|
|
31
31
|
min-width: 200px;
|
|
32
32
|
margin-right: 20px;
|
|
33
33
|
overflow-x: hidden;
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
position: relative;
|
|
36
36
|
height: 100%;
|
|
37
37
|
}
|
|
38
|
-
.app-settings__content[data-v-
|
|
38
|
+
.app-settings__content[data-v-c8194bfe] {
|
|
39
39
|
max-width: 100vw;
|
|
40
40
|
overflow-y: auto;
|
|
41
41
|
overflow-x: hidden;
|
|
42
42
|
padding: 24px;
|
|
43
43
|
width: 100%;
|
|
44
44
|
}
|
|
45
|
-
.navigation-list[data-v-
|
|
45
|
+
.navigation-list[data-v-c8194bfe] {
|
|
46
46
|
height: 100%;
|
|
47
47
|
box-sizing: border-box;
|
|
48
48
|
overflow-y: auto;
|
|
49
49
|
padding: 12px;
|
|
50
50
|
}
|
|
51
|
-
.navigation-list--collapsed[data-v-
|
|
51
|
+
.navigation-list--collapsed[data-v-c8194bfe] {
|
|
52
52
|
display: flex;
|
|
53
53
|
flex-direction: row;
|
|
54
54
|
gap: 6px;
|
|
55
55
|
}
|
|
56
|
-
.navigation-list__link[data-v-
|
|
56
|
+
.navigation-list__link[data-v-c8194bfe] {
|
|
57
57
|
display: flex;
|
|
58
58
|
align-content: center;
|
|
59
59
|
font-size: 16px;
|
|
@@ -70,18 +70,18 @@
|
|
|
70
70
|
background-color: transparent;
|
|
71
71
|
border: none;
|
|
72
72
|
}
|
|
73
|
-
.navigation-list__link[data-v-
|
|
74
|
-
.navigation-list__link[data-v-
|
|
73
|
+
.navigation-list__link[data-v-c8194bfe]:hover,
|
|
74
|
+
.navigation-list__link[data-v-c8194bfe]:focus {
|
|
75
75
|
background-color: var(--color-background-hover);
|
|
76
76
|
}
|
|
77
|
-
.navigation-list__link--active[data-v-
|
|
77
|
+
.navigation-list__link--active[data-v-c8194bfe] {
|
|
78
78
|
background-color: var(--color-primary-element-light) !important;
|
|
79
79
|
}
|
|
80
|
-
.navigation-list__link--icon[data-v-
|
|
80
|
+
.navigation-list__link--icon[data-v-c8194bfe] {
|
|
81
81
|
padding-inline-start: 8px;
|
|
82
82
|
gap: 4px;
|
|
83
83
|
}
|
|
84
|
-
.navigation-list__link-icon[data-v-
|
|
84
|
+
.navigation-list__link-icon[data-v-c8194bfe] {
|
|
85
85
|
display: flex;
|
|
86
86
|
justify-content: center;
|
|
87
87
|
align-content: center;
|
|
@@ -424,32 +424,32 @@
|
|
|
424
424
|
color: #ccc;
|
|
425
425
|
background-color: #f3f3f3;
|
|
426
426
|
}
|
|
427
|
-
.mx-datepicker[data-v-
|
|
427
|
+
.mx-datepicker[data-v-85d065f] {
|
|
428
428
|
-webkit-user-select: none;
|
|
429
429
|
user-select: none;
|
|
430
430
|
color: var(--color-main-text);
|
|
431
431
|
}
|
|
432
|
-
.mx-datepicker[data-v-
|
|
432
|
+
.mx-datepicker[data-v-85d065f] svg {
|
|
433
433
|
fill: var(--color-main-text);
|
|
434
434
|
}
|
|
435
|
-
.mx-datepicker[data-v-
|
|
435
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-input {
|
|
436
436
|
width: 100%;
|
|
437
437
|
border: 2px solid var(--color-border-maxcontrast);
|
|
438
438
|
background-color: var(--color-main-background);
|
|
439
439
|
background-clip: content-box;
|
|
440
440
|
}
|
|
441
|
-
.mx-datepicker[data-v-
|
|
442
|
-
.mx-datepicker[data-v-
|
|
443
|
-
.mx-datepicker[data-v-
|
|
441
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-input:active:not(.disabled),
|
|
442
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-input:hover:not(.disabled),
|
|
443
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-input:focus:not(.disabled) {
|
|
444
444
|
border-color: var(--color-primary-element);
|
|
445
445
|
}
|
|
446
|
-
.mx-datepicker[data-v-
|
|
447
|
-
.mx-datepicker[data-v-
|
|
446
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper:disabled,
|
|
447
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper.disabled {
|
|
448
448
|
cursor: not-allowed;
|
|
449
449
|
opacity: .7;
|
|
450
450
|
}
|
|
451
|
-
.mx-datepicker[data-v-
|
|
452
|
-
.mx-datepicker[data-v-
|
|
451
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-icon-calendar,
|
|
452
|
+
.mx-datepicker[data-v-85d065f] .mx-input-wrapper .mx-icon-clear {
|
|
453
453
|
color: var(--color-text-lighter);
|
|
454
454
|
}
|
|
455
455
|
.mx-datepicker-main {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
|
-
.material-design-icon[data-v-
|
|
42
|
+
.material-design-icon[data-v-24094dee] {
|
|
43
43
|
display: flex;
|
|
44
44
|
align-self: center;
|
|
45
45
|
justify-self: center;
|
|
46
46
|
align-items: center;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
}
|
|
49
|
-
.app-navigation-entry[data-v-
|
|
49
|
+
.app-navigation-entry[data-v-24094dee] {
|
|
50
50
|
position: relative;
|
|
51
51
|
display: flex;
|
|
52
52
|
flex-shrink: 0;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
transition: background-color .2s ease-in-out;
|
|
59
59
|
border-radius: var(--border-radius-pill);
|
|
60
60
|
}
|
|
61
|
-
.app-navigation-entry-wrapper[data-v-
|
|
61
|
+
.app-navigation-entry-wrapper[data-v-24094dee] {
|
|
62
62
|
position: relative;
|
|
63
63
|
display: flex;
|
|
64
64
|
flex-shrink: 0;
|
|
@@ -66,41 +66,41 @@
|
|
|
66
66
|
box-sizing: border-box;
|
|
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-24094dee] {
|
|
70
70
|
display: none;
|
|
71
71
|
}
|
|
72
|
-
.app-navigation-entry.active[data-v-
|
|
72
|
+
.app-navigation-entry.active[data-v-24094dee] {
|
|
73
73
|
background-color: var(--color-primary-element) !important;
|
|
74
74
|
}
|
|
75
|
-
.app-navigation-entry.active .app-navigation-entry-link[data-v-
|
|
76
|
-
.app-navigation-entry.active .app-navigation-entry-button[data-v-
|
|
75
|
+
.app-navigation-entry.active .app-navigation-entry-link[data-v-24094dee],
|
|
76
|
+
.app-navigation-entry.active .app-navigation-entry-button[data-v-24094dee] {
|
|
77
77
|
color: var(--color-primary-element-text) !important;
|
|
78
78
|
}
|
|
79
|
-
.app-navigation-entry[data-v-
|
|
80
|
-
.app-navigation-entry[data-v-
|
|
79
|
+
.app-navigation-entry[data-v-24094dee]:focus-within,
|
|
80
|
+
.app-navigation-entry[data-v-24094dee]:hover {
|
|
81
81
|
background-color: var(--color-background-hover);
|
|
82
82
|
}
|
|
83
|
-
.app-navigation-entry.active .app-navigation-entry__children[data-v-
|
|
84
|
-
.app-navigation-entry:focus-within .app-navigation-entry__children[data-v-
|
|
85
|
-
.app-navigation-entry:hover .app-navigation-entry__children[data-v-
|
|
83
|
+
.app-navigation-entry.active .app-navigation-entry__children[data-v-24094dee],
|
|
84
|
+
.app-navigation-entry:focus-within .app-navigation-entry__children[data-v-24094dee],
|
|
85
|
+
.app-navigation-entry:hover .app-navigation-entry__children[data-v-24094dee] {
|
|
86
86
|
background-color: var(--color-main-background);
|
|
87
87
|
}
|
|
88
|
-
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-
|
|
89
|
-
.app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-
|
|
90
|
-
.app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-
|
|
91
|
-
.app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-
|
|
92
|
-
.app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-
|
|
88
|
+
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-24094dee],
|
|
89
|
+
.app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-24094dee],
|
|
90
|
+
.app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-24094dee],
|
|
91
|
+
.app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-24094dee],
|
|
92
|
+
.app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-24094dee] {
|
|
93
93
|
display: inline-block;
|
|
94
94
|
}
|
|
95
|
-
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-
|
|
95
|
+
.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-24094dee] {
|
|
96
96
|
display: none;
|
|
97
97
|
}
|
|
98
|
-
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-
|
|
99
|
-
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-
|
|
98
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-24094dee],
|
|
99
|
+
.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-24094dee] {
|
|
100
100
|
padding-right: 14px;
|
|
101
101
|
}
|
|
102
|
-
.app-navigation-entry .app-navigation-entry-link[data-v-
|
|
103
|
-
.app-navigation-entry .app-navigation-entry-button[data-v-
|
|
102
|
+
.app-navigation-entry .app-navigation-entry-link[data-v-24094dee],
|
|
103
|
+
.app-navigation-entry .app-navigation-entry-button[data-v-24094dee] {
|
|
104
104
|
z-index: 100;
|
|
105
105
|
display: flex;
|
|
106
106
|
overflow: hidden;
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
background-size: 16px 16px;
|
|
116
116
|
line-height: 44px;
|
|
117
117
|
}
|
|
118
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-
|
|
119
|
-
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-
|
|
118
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-24094dee],
|
|
119
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-24094dee] {
|
|
120
120
|
display: flex;
|
|
121
121
|
align-items: center;
|
|
122
122
|
flex: 0 0 44px;
|
|
@@ -127,19 +127,19 @@
|
|
|
127
127
|
background-repeat: no-repeat;
|
|
128
128
|
background-position: 14px center;
|
|
129
129
|
}
|
|
130
|
-
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-
|
|
131
|
-
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-
|
|
130
|
+
.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-24094dee],
|
|
131
|
+
.app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-24094dee] {
|
|
132
132
|
overflow: hidden;
|
|
133
133
|
max-width: 100%;
|
|
134
134
|
white-space: nowrap;
|
|
135
135
|
text-overflow: ellipsis;
|
|
136
136
|
}
|
|
137
|
-
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-
|
|
138
|
-
.app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-
|
|
137
|
+
.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-24094dee],
|
|
138
|
+
.app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-24094dee] {
|
|
139
139
|
width: calc(100% - 44px);
|
|
140
140
|
margin: auto;
|
|
141
141
|
}
|
|
142
|
-
.app-navigation-entry__children[data-v-
|
|
142
|
+
.app-navigation-entry__children[data-v-24094dee] {
|
|
143
143
|
position: relative;
|
|
144
144
|
display: flex;
|
|
145
145
|
flex: 0 1 auto;
|
|
@@ -147,17 +147,17 @@
|
|
|
147
147
|
width: 100%;
|
|
148
148
|
gap: var(--default-grid-baseline, 4px);
|
|
149
149
|
}
|
|
150
|
-
.app-navigation-entry__children .app-navigation-entry[data-v-
|
|
150
|
+
.app-navigation-entry__children .app-navigation-entry[data-v-24094dee] {
|
|
151
151
|
display: inline-flex;
|
|
152
152
|
flex-wrap: wrap;
|
|
153
153
|
padding-left: 16px;
|
|
154
154
|
}
|
|
155
|
-
.app-navigation-entry__deleted[data-v-
|
|
155
|
+
.app-navigation-entry__deleted[data-v-24094dee] {
|
|
156
156
|
display: inline-flex;
|
|
157
157
|
flex: 1 1 0;
|
|
158
158
|
padding-left: 30px !important;
|
|
159
159
|
}
|
|
160
|
-
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-
|
|
160
|
+
.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-24094dee] {
|
|
161
161
|
position: relative;
|
|
162
162
|
overflow: hidden;
|
|
163
163
|
flex: 1 1 0;
|
|
@@ -165,40 +165,40 @@
|
|
|
165
165
|
text-overflow: ellipsis;
|
|
166
166
|
line-height: 44px;
|
|
167
167
|
}
|
|
168
|
-
.app-navigation-entry__utils[data-v-
|
|
168
|
+
.app-navigation-entry__utils[data-v-24094dee] {
|
|
169
169
|
display: flex;
|
|
170
170
|
min-width: 44px;
|
|
171
171
|
align-items: center;
|
|
172
172
|
flex: 0 1 auto;
|
|
173
173
|
justify-content: flex-end;
|
|
174
174
|
}
|
|
175
|
-
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-
|
|
175
|
+
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-24094dee] {
|
|
176
176
|
display: inline-block;
|
|
177
177
|
}
|
|
178
|
-
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-
|
|
178
|
+
.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-24094dee] {
|
|
179
179
|
margin-right: calc(var(--default-grid-baseline) * 3);
|
|
180
180
|
display: flex;
|
|
181
181
|
align-items: center;
|
|
182
182
|
flex: 0 1 auto;
|
|
183
183
|
}
|
|
184
|
-
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-
|
|
184
|
+
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-24094dee] {
|
|
185
185
|
display: none;
|
|
186
186
|
}
|
|
187
|
-
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-
|
|
187
|
+
.app-navigation-entry--editing .app-navigation-entry-edit[data-v-24094dee] {
|
|
188
188
|
z-index: 250;
|
|
189
189
|
opacity: 1;
|
|
190
190
|
}
|
|
191
|
-
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-
|
|
191
|
+
.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-24094dee] {
|
|
192
192
|
z-index: 250;
|
|
193
193
|
transform: translate(0);
|
|
194
194
|
}
|
|
195
|
-
.app-navigation-entry--pinned[data-v-
|
|
195
|
+
.app-navigation-entry--pinned[data-v-24094dee] {
|
|
196
196
|
order: 2;
|
|
197
197
|
margin-top: auto;
|
|
198
198
|
}
|
|
199
|
-
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-
|
|
199
|
+
.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-24094dee] {
|
|
200
200
|
margin-top: 0;
|
|
201
201
|
}
|
|
202
|
-
[data-themes*=highcontrast] .app-navigation-entry[data-v-
|
|
202
|
+
[data-themes*=highcontrast] .app-navigation-entry[data-v-24094dee]:active {
|
|
203
203
|
background-color: var(--color-primary-element-light-hover) !important;
|
|
204
204
|
}
|
|
@@ -130,6 +130,9 @@ body {
|
|
|
130
130
|
.v-select.select.vs--single .vs__selected-options {
|
|
131
131
|
flex-wrap: nowrap;
|
|
132
132
|
}
|
|
133
|
+
.v-select.select.vs--single .vs__selected {
|
|
134
|
+
background: unset !important;
|
|
135
|
+
}
|
|
133
136
|
.vs__dropdown-menu {
|
|
134
137
|
border-color: var(--color-main-text) !important;
|
|
135
138
|
outline: 2px solid var(--color-main-background);
|