@nextcloud/vue 8.2.0 → 8.4.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 +67 -2
- package/dist/Components/NcActionButton.cjs +4 -4
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +9 -9
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +13 -9
- package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +16 -11
- package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +9 -8
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +11 -10
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +1 -1
- package/dist/Components/NcActionLink.mjs +1 -1
- package/dist/Components/NcActionRouter.cjs +1 -1
- package/dist/Components/NcActionRouter.mjs +1 -1
- package/dist/Components/NcActionText.cjs +1 -1
- package/dist/Components/NcActionText.mjs +1 -1
- package/dist/Components/NcActionTextEditable.cjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +40 -40
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +37 -37
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +15 -14
- package/dist/Components/NcAppContent.cjs.map +1 -1
- package/dist/Components/NcAppContent.mjs +35 -34
- package/dist/Components/NcAppContent.mjs.map +1 -1
- package/dist/Components/NcAppNavigation.cjs +14 -14
- package/dist/Components/NcAppNavigation.cjs.map +1 -1
- package/dist/Components/NcAppNavigation.mjs +20 -20
- package/dist/Components/NcAppNavigation.mjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.cjs +2 -2
- package/dist/Components/NcAppNavigationCaption.cjs.map +1 -1
- package/dist/Components/NcAppNavigationCaption.mjs +2 -2
- package/dist/Components/NcAppNavigationCaption.mjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +28 -24
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +66 -63
- package/dist/Components/NcAppNavigationItem.mjs.map +1 -1
- package/dist/Components/NcAppNavigationNewItem.cjs +2 -2
- package/dist/Components/NcAppNavigationNewItem.mjs +2 -2
- package/dist/Components/NcAppNavigationSettings.cjs +7 -8
- package/dist/Components/NcAppNavigationSettings.cjs.map +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +27 -29
- 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 +31 -30
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +30 -29
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +88 -45
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +158 -112
- 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/NcBreadcrumb.cjs +4 -3
- package/dist/Components/NcBreadcrumb.cjs.map +1 -1
- package/dist/Components/NcBreadcrumb.mjs +6 -5
- package/dist/Components/NcBreadcrumb.mjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +26 -19
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +48 -41
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +48 -38
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +73 -63
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +35 -12
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +52 -29
- package/dist/Components/NcColorPicker.mjs.map +1 -1
- package/dist/Components/NcDashboardWidget.cjs +7 -6
- package/dist/Components/NcDashboardWidget.cjs.map +1 -1
- package/dist/Components/NcDashboardWidget.mjs +17 -16
- package/dist/Components/NcDashboardWidget.mjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.cjs +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +1 -1
- package/dist/Components/NcDateTime.cjs +15 -13
- package/dist/Components/NcDateTime.cjs.map +1 -1
- package/dist/Components/NcDateTime.mjs +12 -11
- package/dist/Components/NcDateTime.mjs.map +1 -1
- package/dist/Components/NcDateTimePicker.cjs +24 -23
- package/dist/Components/NcDateTimePicker.cjs.map +1 -1
- package/dist/Components/NcDateTimePicker.mjs +36 -36
- package/dist/Components/NcDateTimePicker.mjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.cjs +3 -3
- package/dist/Components/NcDateTimePickerNative.cjs.map +1 -1
- package/dist/Components/NcDateTimePickerNative.mjs +3 -3
- package/dist/Components/NcDateTimePickerNative.mjs.map +1 -1
- package/dist/Components/NcDialog.cjs +21 -20
- package/dist/Components/NcDialog.cjs.map +1 -1
- package/dist/Components/NcDialog.mjs +30 -28
- package/dist/Components/NcDialog.mjs.map +1 -1
- package/dist/Components/NcDialogButton.cjs +1 -1
- package/dist/Components/NcDialogButton.cjs.map +1 -1
- package/dist/Components/NcDialogButton.mjs +1 -1
- package/dist/Components/NcDialogButton.mjs.map +1 -1
- package/dist/Components/NcEmojiPicker.cjs +2 -1
- package/dist/Components/NcEmojiPicker.cjs.map +1 -1
- package/dist/Components/NcEmojiPicker.mjs +18 -17
- package/dist/Components/NcEmojiPicker.mjs.map +1 -1
- package/dist/Components/NcHeaderMenu.cjs +8 -8
- package/dist/Components/NcHeaderMenu.cjs.map +1 -1
- package/dist/Components/NcHeaderMenu.mjs +6 -6
- package/dist/Components/NcHeaderMenu.mjs.map +1 -1
- package/dist/Components/NcInputField.cjs +15 -4
- package/dist/Components/NcInputField.cjs.map +1 -1
- package/dist/Components/NcInputField.mjs +18 -7
- package/dist/Components/NcInputField.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +15 -10
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +22 -17
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +1 -1
- package/dist/Components/NcModal.cjs +50 -46
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +66 -63
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +14 -12
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +25 -23
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +6 -4
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +24 -22
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +1 -1
- package/dist/Components/NcRichContenteditable.cjs +113 -82
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +89 -55
- package/dist/Components/NcRichContenteditable.mjs.map +1 -1
- package/dist/Components/NcRichText.cjs +1 -1
- package/dist/Components/NcRichText.mjs +3 -3
- package/dist/Components/NcSelect.cjs +22 -21
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +28 -28
- package/dist/Components/NcSelect.mjs.map +1 -1
- package/dist/Components/NcSelectTags.cjs +4 -2
- package/dist/Components/NcSelectTags.cjs.map +1 -1
- package/dist/Components/NcSelectTags.mjs +46 -44
- package/dist/Components/NcSelectTags.mjs.map +1 -1
- package/dist/Components/NcSettingsInputText.cjs +5 -4
- package/dist/Components/NcSettingsInputText.cjs.map +1 -1
- package/dist/Components/NcSettingsInputText.mjs +15 -14
- package/dist/Components/NcSettingsInputText.mjs.map +1 -1
- package/dist/Components/NcSettingsSection.cjs +8 -6
- package/dist/Components/NcSettingsSection.cjs.map +1 -1
- package/dist/Components/NcSettingsSection.mjs +18 -17
- package/dist/Components/NcSettingsSection.mjs.map +1 -1
- package/dist/Components/NcSettingsSelectGroup.cjs +1 -1
- package/dist/Components/NcSettingsSelectGroup.mjs +1 -1
- package/dist/Components/NcTextArea.cjs +5 -5
- package/dist/Components/NcTextArea.cjs.map +1 -1
- package/dist/Components/NcTextArea.mjs +4 -4
- package/dist/Components/NcTextArea.mjs.map +1 -1
- package/dist/Components/NcTextField.cjs +4 -2
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +19 -17
- package/dist/Components/NcTextField.mjs.map +1 -1
- package/dist/Components/NcTimezonePicker.cjs +10 -8
- package/dist/Components/NcTimezonePicker.cjs.map +1 -1
- package/dist/Components/NcTimezonePicker.mjs +35 -33
- package/dist/Components/NcTimezonePicker.mjs.map +1 -1
- package/dist/Components/NcUserBubble.cjs +1 -1
- package/dist/Components/NcUserBubble.mjs +1 -1
- package/dist/Composables/useIsMobile.cjs +13 -8
- package/dist/Composables/useIsMobile.cjs.map +1 -1
- package/dist/Composables/useIsMobile.mjs +15 -10
- package/dist/Composables/useIsMobile.mjs.map +1 -1
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.cjs.map +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/Functions/usernameToColor.mjs.map +1 -1
- package/dist/assets/{NcAppNavigationToggle-9e170630.css → NcAppNavigationToggle-48c375e8.css} +4 -2
- package/dist/assets/{NcSettingsSelectGroup-6ddb63a6.css → NcSettingsSelectGroup-a29e2156.css} +2 -2
- package/dist/assets/{index-a9d1ad5c.css → index-13720a46.css} +24 -24
- package/dist/assets/{index-93bc89ef.css → index-1a317434.css} +9 -12
- package/dist/assets/{index-a0532427.css → index-2a1ec06b.css} +42 -36
- package/dist/assets/{index-3d1ccc15.css → index-2d5cf6b2.css} +45 -45
- package/dist/assets/index-3b654875.css +144 -0
- package/dist/assets/{index-4437e6bf.css → index-5784183b.css} +8 -8
- package/dist/assets/{index-e9fce208.css → index-7868494b.css} +16 -16
- package/dist/assets/{index-db846386.css → index-7f77b8ae.css} +49 -45
- package/dist/assets/{index-dc612aa3.css → index-86454928.css} +15 -12
- package/dist/assets/{index-2d4de2fc.css → index-8b327013.css} +11 -3
- package/dist/assets/{index-30ca9574.css → index-97305c1f.css} +27 -40
- package/dist/assets/{index-73ded07b.css → index-a3c23731.css} +63 -63
- package/dist/assets/{index-5c74e333.css → index-a7fc7815.css} +16 -16
- package/dist/assets/{index-51c1f2a9.css → index-a9999048.css} +13 -20
- package/dist/assets/{index-3764a447.css → index-aacb7cf8.css} +16 -16
- package/dist/assets/{index-d1c0876d.css → index-b0bba2fc.css} +11 -11
- package/dist/assets/{index-b991895f.css → index-c20f9f7e.css} +15 -15
- package/dist/assets/{index-f8d6daf3.css → index-d8bc189c.css} +38 -41
- package/dist/assets/{index-ffa6d11c.css → index-dab51681.css} +64 -31
- package/dist/assets/{index-4e03d941.css → index-f24e102f.css} +49 -48
- package/dist/assets/{index-4611417f.css → index-f5162bbd.css} +7 -7
- package/dist/assets/{index-34dfc54e.css → index-f78bd735.css} +13 -13
- package/dist/assets/{index-edee3304.css → index-fe84a063.css} +6 -7
- package/dist/chunks/GenColors-5c054042.mjs +137 -0
- package/dist/chunks/GenColors-5c054042.mjs.map +1 -0
- package/dist/chunks/GenColors-7495e6f6.cjs +136 -0
- package/dist/chunks/GenColors-7495e6f6.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs → NcAppNavigationToggle-0bc638a8.mjs} +27 -31
- package/dist/chunks/{NcAppNavigationToggle-2574bba5.mjs.map → NcAppNavigationToggle-0bc638a8.mjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs → NcAppNavigationToggle-6d192bea.cjs} +27 -30
- package/dist/chunks/{NcAppNavigationToggle-1301e882.cjs.map → NcAppNavigationToggle-6d192bea.cjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs → NcInputConfirmCancel-a08c5cb4.mjs} +14 -13
- package/dist/chunks/{NcInputConfirmCancel-a612e6a3.mjs.map → NcInputConfirmCancel-a08c5cb4.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs → NcInputConfirmCancel-b99898db.cjs} +8 -7
- package/dist/chunks/{NcInputConfirmCancel-9906b563.cjs.map → NcInputConfirmCancel-b99898db.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-f5cfcd57.mjs → NcRichText-e4bf7767.mjs} +1 -1
- package/dist/chunks/{NcRichText-f5cfcd57.mjs.map → NcRichText-e4bf7767.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-9f77a9c6.cjs → NcRichText-f729896c.cjs} +1 -1
- package/dist/chunks/{NcRichText-9f77a9c6.cjs.map → NcRichText-f729896c.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-0f71fef4.cjs → NcSettingsSelectGroup-b065ffc8.cjs} +18 -17
- package/dist/chunks/NcSettingsSelectGroup-b065ffc8.cjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-091c0306.mjs → NcSettingsSelectGroup-ecc8bc5a.mjs} +19 -19
- package/dist/chunks/NcSettingsSelectGroup-ecc8bc5a.mjs.map +1 -0
- package/dist/chunks/{ScopeComponent-df4b58b1.cjs → ScopeComponent-06c558d3.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-df4b58b1.cjs.map → ScopeComponent-06c558d3.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-3ea00dcd.mjs → ScopeComponent-b039a43c.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-3ea00dcd.mjs.map → ScopeComponent-b039a43c.mjs.map} +1 -1
- package/dist/chunks/_l10n-72c5e29e.cjs +62 -0
- package/dist/chunks/_l10n-72c5e29e.cjs.map +1 -0
- package/dist/chunks/_l10n-f5af5269.mjs +64 -0
- package/dist/chunks/_l10n-f5af5269.mjs.map +1 -0
- package/dist/chunks/{actionText-60ff01d1.mjs → actionText-123f26b0.mjs} +3 -3
- package/dist/chunks/{actionText-60ff01d1.mjs.map → actionText-123f26b0.mjs.map} +1 -1
- package/dist/chunks/{actionText-9582810f.cjs → actionText-e450809c.cjs} +5 -5
- package/dist/chunks/{actionText-9582810f.cjs.map → actionText-e450809c.cjs.map} +1 -1
- package/dist/chunks/{index-cea13a24.mjs → index-309426ff.mjs} +123 -77
- package/dist/chunks/index-309426ff.mjs.map +1 -0
- package/dist/chunks/{index-dc10fd2b.cjs → index-693e993c.cjs} +109 -64
- package/dist/chunks/index-693e993c.cjs.map +1 -0
- package/dist/chunks/{referencePickerModal-c2f33569.mjs → referencePickerModal-12935fb3.mjs} +175 -169
- package/dist/chunks/{referencePickerModal-c2f33569.mjs.map → referencePickerModal-12935fb3.mjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-aa5d3f47.cjs → referencePickerModal-12fa2ad0.cjs} +36 -30
- package/dist/chunks/{referencePickerModal-aa5d3f47.cjs.map → referencePickerModal-12fa2ad0.cjs.map} +1 -1
- package/dist/index.cjs +93 -93
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +96 -95
- package/dist/index.mjs.map +1 -1
- package/dist/utils/UserStatus.d.ts +26 -0
- package/package.json +10 -4
- package/dist/assets/index-2e5e3b55.css +0 -151
- package/dist/chunks/GenColors-02173e2c.mjs +0 -56
- package/dist/chunks/GenColors-02173e2c.mjs.map +0 -1
- package/dist/chunks/GenColors-4314c256.cjs +0 -55
- package/dist/chunks/GenColors-4314c256.cjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-091c0306.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-0f71fef4.cjs.map +0 -1
- package/dist/chunks/index-cea13a24.mjs.map +0 -1
- package/dist/chunks/index-dc10fd2b.cjs.map +0 -1
- package/dist/chunks/l10n-a12cdbfa.cjs +0 -8
- package/dist/chunks/l10n-a12cdbfa.cjs.map +0 -1
- package/dist/chunks/l10n-c603e589.mjs +0 -10
- package/dist/chunks/l10n-c603e589.mjs.map +0 -1
- package/dist/chunks/l10n-e9ffbe5e.cjs +0 -29
- package/dist/chunks/l10n-e9ffbe5e.cjs.map +0 -1
- package/dist/chunks/l10n-ef44019c.mjs +0 -31
- package/dist/chunks/l10n-ef44019c.mjs.map +0 -1
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/**
|
|
3
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
+
*
|
|
5
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
+
*
|
|
7
|
+
* @license GNU AGPL version 3 or any later version
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU Affero General Public License as
|
|
11
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
+
* License, or (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU Affero General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
.material-design-icon[data-v-2524b2d4] {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-self: center;
|
|
26
|
+
justify-self: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
.avatardiv[data-v-2524b2d4] {
|
|
31
|
+
position: relative;
|
|
32
|
+
display: inline-block;
|
|
33
|
+
width: var(--size);
|
|
34
|
+
height: var(--size);
|
|
35
|
+
}
|
|
36
|
+
.avatardiv--unknown[data-v-2524b2d4] {
|
|
37
|
+
position: relative;
|
|
38
|
+
background-color: var(--color-main-background);
|
|
39
|
+
white-space: normal;
|
|
40
|
+
}
|
|
41
|
+
.avatardiv[data-v-2524b2d4]:not(.avatardiv--unknown) {
|
|
42
|
+
background-color: var(--color-main-background) !important;
|
|
43
|
+
box-shadow: 0 0 5px #0000000d inset;
|
|
44
|
+
}
|
|
45
|
+
.avatardiv--with-menu[data-v-2524b2d4] {
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
}
|
|
48
|
+
.avatardiv--with-menu .action-item[data-v-2524b2d4] {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0;
|
|
51
|
+
left: 0;
|
|
52
|
+
}
|
|
53
|
+
.avatardiv--with-menu[data-v-2524b2d4] .action-item__menutoggle {
|
|
54
|
+
cursor: pointer;
|
|
55
|
+
opacity: 0;
|
|
56
|
+
}
|
|
57
|
+
.avatardiv--with-menu[data-v-2524b2d4]:focus .action-item__menutoggle,
|
|
58
|
+
.avatardiv--with-menu[data-v-2524b2d4]:hover .action-item__menutoggle,
|
|
59
|
+
.avatardiv--with-menu.avatardiv--with-menu-loading[data-v-2524b2d4] .action-item__menutoggle {
|
|
60
|
+
opacity: 1;
|
|
61
|
+
}
|
|
62
|
+
.avatardiv--with-menu:focus img[data-v-2524b2d4],
|
|
63
|
+
.avatardiv--with-menu:hover img[data-v-2524b2d4],
|
|
64
|
+
.avatardiv--with-menu.avatardiv--with-menu-loading img[data-v-2524b2d4] {
|
|
65
|
+
opacity: .3;
|
|
66
|
+
}
|
|
67
|
+
.avatardiv--with-menu[data-v-2524b2d4] .action-item__menutoggle,
|
|
68
|
+
.avatardiv--with-menu img[data-v-2524b2d4] {
|
|
69
|
+
transition: opacity var(--animation-quick);
|
|
70
|
+
}
|
|
71
|
+
.avatardiv--with-menu[data-v-2524b2d4] .button-vue,
|
|
72
|
+
.avatardiv--with-menu[data-v-2524b2d4] .button-vue__icon {
|
|
73
|
+
height: var(--size);
|
|
74
|
+
min-height: var(--size);
|
|
75
|
+
width: var(--size) !important;
|
|
76
|
+
min-width: var(--size);
|
|
77
|
+
}
|
|
78
|
+
.avatardiv .avatardiv__initials-wrapper[data-v-2524b2d4] {
|
|
79
|
+
display: block;
|
|
80
|
+
height: var(--size);
|
|
81
|
+
width: var(--size);
|
|
82
|
+
background-color: var(--color-main-background);
|
|
83
|
+
border-radius: 50%;
|
|
84
|
+
}
|
|
85
|
+
.avatardiv .avatardiv__initials-wrapper .avatardiv__initials[data-v-2524b2d4] {
|
|
86
|
+
position: absolute;
|
|
87
|
+
top: 0;
|
|
88
|
+
left: 0;
|
|
89
|
+
display: block;
|
|
90
|
+
width: 100%;
|
|
91
|
+
text-align: center;
|
|
92
|
+
font-weight: 400;
|
|
93
|
+
}
|
|
94
|
+
.avatardiv img[data-v-2524b2d4] {
|
|
95
|
+
width: 100%;
|
|
96
|
+
height: 100%;
|
|
97
|
+
object-fit: cover;
|
|
98
|
+
}
|
|
99
|
+
.avatardiv .material-design-icon[data-v-2524b2d4] {
|
|
100
|
+
width: var(--size);
|
|
101
|
+
height: var(--size);
|
|
102
|
+
}
|
|
103
|
+
.avatardiv .avatardiv__user-status[data-v-2524b2d4] {
|
|
104
|
+
box-sizing: border-box;
|
|
105
|
+
position: absolute;
|
|
106
|
+
right: -4px;
|
|
107
|
+
bottom: -4px;
|
|
108
|
+
min-height: 18px;
|
|
109
|
+
min-width: 18px;
|
|
110
|
+
max-height: 18px;
|
|
111
|
+
max-width: 18px;
|
|
112
|
+
height: 40%;
|
|
113
|
+
width: 40%;
|
|
114
|
+
line-height: 15px;
|
|
115
|
+
font-size: var(--default-font-size);
|
|
116
|
+
border: 2px solid var(--color-main-background);
|
|
117
|
+
background-color: var(--color-main-background);
|
|
118
|
+
background-repeat: no-repeat;
|
|
119
|
+
background-size: 16px;
|
|
120
|
+
background-position: center;
|
|
121
|
+
border-radius: 50%;
|
|
122
|
+
}
|
|
123
|
+
.acli:hover .avatardiv .avatardiv__user-status[data-v-2524b2d4] {
|
|
124
|
+
border-color: var(--color-background-hover);
|
|
125
|
+
background-color: var(--color-background-hover);
|
|
126
|
+
}
|
|
127
|
+
.acli.active .avatardiv .avatardiv__user-status[data-v-2524b2d4] {
|
|
128
|
+
border-color: var(--color-primary-element-light);
|
|
129
|
+
background-color: var(--color-primary-element-light);
|
|
130
|
+
}
|
|
131
|
+
.avatardiv .avatardiv__user-status--icon[data-v-2524b2d4] {
|
|
132
|
+
border: none;
|
|
133
|
+
background-color: transparent;
|
|
134
|
+
}
|
|
135
|
+
.avatardiv .popovermenu-wrapper[data-v-2524b2d4] {
|
|
136
|
+
position: relative;
|
|
137
|
+
display: inline-block;
|
|
138
|
+
}
|
|
139
|
+
.avatar-class-icon[data-v-2524b2d4] {
|
|
140
|
+
display: block;
|
|
141
|
+
border-radius: 50%;
|
|
142
|
+
background-color: var(--color-background-darker);
|
|
143
|
+
height: 100%;
|
|
144
|
+
}
|
|
@@ -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-8c6d0d34] {
|
|
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-8c6d0d34] {
|
|
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-8c6d0d34] {
|
|
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-8c6d0d34],
|
|
68
|
+
.app-navigation__list[data-v-8c6d0d34] {
|
|
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-8c6d0d34] {
|
|
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-8c6d0d34] {
|
|
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-8c6d0d34]:not(.app-navigation--close) {
|
|
90
90
|
position: absolute;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
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-41ba401e] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
@@ -49,24 +49,24 @@
|
|
|
49
49
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
|
-
li.active[data-v-
|
|
52
|
+
li.active[data-v-41ba401e] {
|
|
53
53
|
background-color: var(--color-background-hover);
|
|
54
54
|
border-radius: 6px;
|
|
55
55
|
padding: 0;
|
|
56
56
|
}
|
|
57
|
-
.action--disabled[data-v-
|
|
57
|
+
.action--disabled[data-v-41ba401e] {
|
|
58
58
|
pointer-events: none;
|
|
59
59
|
opacity: .5;
|
|
60
60
|
}
|
|
61
|
-
.action--disabled[data-v-
|
|
62
|
-
.action--disabled[data-v-
|
|
61
|
+
.action--disabled[data-v-41ba401e]:hover,
|
|
62
|
+
.action--disabled[data-v-41ba401e]:focus {
|
|
63
63
|
cursor: default;
|
|
64
64
|
opacity: .5;
|
|
65
65
|
}
|
|
66
|
-
.action--disabled *[data-v-
|
|
66
|
+
.action--disabled *[data-v-41ba401e] {
|
|
67
67
|
opacity: 1 !important;
|
|
68
68
|
}
|
|
69
|
-
.action-button[data-v-
|
|
69
|
+
.action-button[data-v-41ba401e] {
|
|
70
70
|
display: flex;
|
|
71
71
|
align-items: flex-start;
|
|
72
72
|
width: 100%;
|
|
@@ -85,11 +85,11 @@ li.active[data-v-7e49b418] {
|
|
|
85
85
|
font-size: var(--default-font-size);
|
|
86
86
|
line-height: 44px;
|
|
87
87
|
}
|
|
88
|
-
.action-button > span[data-v-
|
|
88
|
+
.action-button > span[data-v-41ba401e] {
|
|
89
89
|
cursor: pointer;
|
|
90
90
|
white-space: nowrap;
|
|
91
91
|
}
|
|
92
|
-
.action-button__icon[data-v-
|
|
92
|
+
.action-button__icon[data-v-41ba401e] {
|
|
93
93
|
width: 44px;
|
|
94
94
|
height: 44px;
|
|
95
95
|
opacity: 1;
|
|
@@ -97,16 +97,16 @@ li.active[data-v-7e49b418] {
|
|
|
97
97
|
background-size: 16px;
|
|
98
98
|
background-repeat: no-repeat;
|
|
99
99
|
}
|
|
100
|
-
.action-button[data-v-
|
|
100
|
+
.action-button[data-v-41ba401e] .material-design-icon {
|
|
101
101
|
width: 44px;
|
|
102
102
|
height: 44px;
|
|
103
103
|
opacity: 1;
|
|
104
104
|
}
|
|
105
|
-
.action-button[data-v-
|
|
105
|
+
.action-button[data-v-41ba401e] .material-design-icon .material-design-icon__svg {
|
|
106
106
|
vertical-align: middle;
|
|
107
107
|
}
|
|
108
|
-
.action-button__longtext-wrapper[data-v-
|
|
109
|
-
.action-button__longtext[data-v-
|
|
108
|
+
.action-button__longtext-wrapper[data-v-41ba401e],
|
|
109
|
+
.action-button__longtext[data-v-41ba401e] {
|
|
110
110
|
max-width: 220px;
|
|
111
111
|
line-height: 1.6em;
|
|
112
112
|
padding: 10.8px 0;
|
|
@@ -115,11 +115,11 @@ li.active[data-v-7e49b418] {
|
|
|
115
115
|
overflow: hidden;
|
|
116
116
|
text-overflow: ellipsis;
|
|
117
117
|
}
|
|
118
|
-
.action-button__longtext[data-v-
|
|
118
|
+
.action-button__longtext[data-v-41ba401e] {
|
|
119
119
|
cursor: pointer;
|
|
120
120
|
white-space: pre-wrap !important;
|
|
121
121
|
}
|
|
122
|
-
.action-button__name[data-v-
|
|
122
|
+
.action-button__name[data-v-41ba401e] {
|
|
123
123
|
font-weight: 700;
|
|
124
124
|
text-overflow: ellipsis;
|
|
125
125
|
overflow: hidden;
|
|
@@ -127,7 +127,7 @@ li.active[data-v-7e49b418] {
|
|
|
127
127
|
max-width: 100%;
|
|
128
128
|
display: inline-block;
|
|
129
129
|
}
|
|
130
|
-
.action-button__menu-icon[data-v-
|
|
130
|
+
.action-button__menu-icon[data-v-41ba401e] {
|
|
131
131
|
margin-left: auto;
|
|
132
132
|
margin-right: -14px;
|
|
133
133
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-bc42acb7] {
|
|
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
|
-
.checkbox-content[data-v-
|
|
9
|
+
.checkbox-content[data-v-bc42acb7] {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
flex-direction: row;
|
|
@@ -19,24 +19,27 @@
|
|
|
19
19
|
width: 100%;
|
|
20
20
|
max-width: fit-content;
|
|
21
21
|
}
|
|
22
|
-
.checkbox-content__text[data-v-
|
|
22
|
+
.checkbox-content__text[data-v-bc42acb7] {
|
|
23
|
+
flex: 1 0;
|
|
24
|
+
}
|
|
25
|
+
.checkbox-content__text[data-v-bc42acb7]:empty {
|
|
23
26
|
display: none;
|
|
24
27
|
}
|
|
25
|
-
.checkbox-content__icon > *[data-v-
|
|
28
|
+
.checkbox-content__icon > *[data-v-bc42acb7] {
|
|
26
29
|
width: var(--icon-size);
|
|
27
30
|
height: var(--icon-size);
|
|
28
31
|
}
|
|
29
|
-
.checkbox-content--button-variant .checkbox-content__icon:not(.checkbox-content__icon--checked) > *[data-v-
|
|
32
|
+
.checkbox-content--button-variant .checkbox-content__icon:not(.checkbox-content__icon--checked) > *[data-v-bc42acb7] {
|
|
30
33
|
color: var(--color-primary-element);
|
|
31
34
|
}
|
|
32
|
-
.checkbox-content--button-variant .checkbox-content__icon--checked > *[data-v-
|
|
35
|
+
.checkbox-content--button-variant .checkbox-content__icon--checked > *[data-v-bc42acb7] {
|
|
33
36
|
color: var(--color-primary-element-text);
|
|
34
37
|
}
|
|
35
|
-
.checkbox-content:not(.checkbox-content--button-variant) .checkbox-content__icon > *[data-v-
|
|
38
|
+
.checkbox-content:not(.checkbox-content--button-variant) .checkbox-content__icon > *[data-v-bc42acb7] {
|
|
36
39
|
color: var(--color-primary-element);
|
|
37
40
|
}
|
|
38
|
-
.checkbox-content[data-v-
|
|
39
|
-
.checkbox-content *[data-v-
|
|
41
|
+
.checkbox-content[data-v-bc42acb7],
|
|
42
|
+
.checkbox-content *[data-v-bc42acb7] {
|
|
40
43
|
cursor: pointer;
|
|
41
44
|
flex-shrink: 0;
|
|
42
45
|
}
|
|
@@ -61,14 +64,14 @@
|
|
|
61
64
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
.material-design-icon[data-v-
|
|
67
|
+
.material-design-icon[data-v-87511acb] {
|
|
65
68
|
display: flex;
|
|
66
69
|
align-self: center;
|
|
67
70
|
justify-self: center;
|
|
68
71
|
align-items: center;
|
|
69
72
|
justify-content: center;
|
|
70
73
|
}
|
|
71
|
-
.checkbox-radio-switch[data-v-
|
|
74
|
+
.checkbox-radio-switch[data-v-87511acb] {
|
|
72
75
|
display: flex;
|
|
73
76
|
align-items: center;
|
|
74
77
|
color: var(--color-main-text);
|
|
@@ -76,8 +79,9 @@
|
|
|
76
79
|
font-size: var(--default-font-size);
|
|
77
80
|
line-height: var(--default-line-height);
|
|
78
81
|
padding: 0;
|
|
82
|
+
position: relative;
|
|
79
83
|
}
|
|
80
|
-
.checkbox-radio-switch__input[data-v-
|
|
84
|
+
.checkbox-radio-switch__input[data-v-87511acb] {
|
|
81
85
|
position: absolute;
|
|
82
86
|
z-index: -1;
|
|
83
87
|
opacity: 0 !important;
|
|
@@ -85,105 +89,105 @@
|
|
|
85
89
|
height: var(--icon-size);
|
|
86
90
|
margin: 4px 14px;
|
|
87
91
|
}
|
|
88
|
-
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-
|
|
89
|
-
.checkbox-radio-switch__input[data-v-
|
|
92
|
+
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-87511acb],
|
|
93
|
+
.checkbox-radio-switch__input[data-v-87511acb]:focus-visible {
|
|
90
94
|
outline: 2px solid var(--color-main-text);
|
|
91
95
|
border-color: var(--color-main-background);
|
|
92
96
|
outline-offset: -2px;
|
|
93
97
|
}
|
|
94
|
-
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-
|
|
98
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-87511acb] {
|
|
95
99
|
opacity: .5;
|
|
96
100
|
}
|
|
97
|
-
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-
|
|
101
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-87511acb] .checkbox-radio-switch__icon > * {
|
|
98
102
|
color: var(--color-main-text);
|
|
99
103
|
}
|
|
100
|
-
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-switch__content[data-v-
|
|
101
|
-
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-switch__content[data-v-
|
|
104
|
+
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-switch__content[data-v-87511acb],
|
|
105
|
+
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-switch__content[data-v-87511acb]:hover {
|
|
102
106
|
background-color: var(--color-background-hover);
|
|
103
107
|
}
|
|
104
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-
|
|
105
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-
|
|
108
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-87511acb],
|
|
109
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-87511acb]:hover {
|
|
106
110
|
background-color: var(--color-primary-element-hover);
|
|
107
111
|
}
|
|
108
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-
|
|
109
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-
|
|
112
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-87511acb],
|
|
113
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-87511acb]:hover {
|
|
110
114
|
background-color: var(--color-primary-element-light-hover);
|
|
111
115
|
}
|
|
112
|
-
.checkbox-radio-switch-switch[data-v-
|
|
116
|
+
.checkbox-radio-switch-switch[data-v-87511acb]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
113
117
|
color: var(--color-text-maxcontrast);
|
|
114
118
|
}
|
|
115
|
-
.checkbox-radio-switch-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked[data-v-
|
|
119
|
+
.checkbox-radio-switch-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked[data-v-87511acb] .checkbox-radio-switch__icon > * {
|
|
116
120
|
color: var(--color-primary-element-light);
|
|
117
121
|
}
|
|
118
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-
|
|
122
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-87511acb] {
|
|
119
123
|
border: 2px solid var(--color-border-maxcontrast);
|
|
120
124
|
overflow: hidden;
|
|
121
125
|
}
|
|
122
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-
|
|
126
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-87511acb] {
|
|
123
127
|
font-weight: 700;
|
|
124
128
|
}
|
|
125
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content[data-v-
|
|
129
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content[data-v-87511acb] {
|
|
126
130
|
background-color: var(--color-primary-element);
|
|
127
131
|
color: var(--color-primary-element-text);
|
|
128
132
|
}
|
|
129
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
133
|
+
.checkbox-radio-switch--button-variant[data-v-87511acb] .checkbox-radio-switch__text {
|
|
130
134
|
overflow: hidden;
|
|
131
135
|
text-overflow: ellipsis;
|
|
132
136
|
white-space: nowrap;
|
|
133
137
|
width: 100%;
|
|
134
138
|
}
|
|
135
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
139
|
+
.checkbox-radio-switch--button-variant[data-v-87511acb]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
136
140
|
color: var(--color-main-text);
|
|
137
141
|
}
|
|
138
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
142
|
+
.checkbox-radio-switch--button-variant[data-v-87511acb] .checkbox-radio-switch__icon:empty {
|
|
139
143
|
display: none;
|
|
140
144
|
}
|
|
141
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
142
|
-
.checkbox-radio-switch--button-variant .checkbox-radio-switch__content[data-v-
|
|
145
|
+
.checkbox-radio-switch--button-variant[data-v-87511acb]:not(.checkbox-radio-switch--button-variant-v-grouped):not(.checkbox-radio-switch--button-variant-h-grouped),
|
|
146
|
+
.checkbox-radio-switch--button-variant .checkbox-radio-switch__content[data-v-87511acb] {
|
|
143
147
|
border-radius: calc(var(--default-clickable-area) / 2);
|
|
144
148
|
}
|
|
145
|
-
.checkbox-radio-switch--button-variant-v-grouped .checkbox-radio-switch__content[data-v-
|
|
149
|
+
.checkbox-radio-switch--button-variant-v-grouped .checkbox-radio-switch__content[data-v-87511acb] {
|
|
146
150
|
flex-basis: 100%;
|
|
147
151
|
max-width: unset;
|
|
148
152
|
}
|
|
149
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
153
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-87511acb]:first-of-type {
|
|
150
154
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
151
155
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
152
156
|
}
|
|
153
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
157
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-87511acb]:last-of-type {
|
|
154
158
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
155
159
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
156
160
|
}
|
|
157
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
161
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-87511acb]:not(:last-of-type) {
|
|
158
162
|
border-bottom: 0 !important;
|
|
159
163
|
}
|
|
160
|
-
.checkbox-radio-switch--button-variant-v-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-
|
|
164
|
+
.checkbox-radio-switch--button-variant-v-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-87511acb] {
|
|
161
165
|
margin-bottom: 2px;
|
|
162
166
|
}
|
|
163
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
167
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-87511acb]:not(:first-of-type) {
|
|
164
168
|
border-top: 0 !important;
|
|
165
169
|
}
|
|
166
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
170
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-87511acb]:first-of-type {
|
|
167
171
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
168
172
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
169
173
|
}
|
|
170
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
174
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-87511acb]:last-of-type {
|
|
171
175
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
172
176
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
173
177
|
}
|
|
174
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
178
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-87511acb]:not(:last-of-type) {
|
|
175
179
|
border-right: 0 !important;
|
|
176
180
|
}
|
|
177
|
-
.checkbox-radio-switch--button-variant-h-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-
|
|
181
|
+
.checkbox-radio-switch--button-variant-h-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-87511acb] {
|
|
178
182
|
margin-right: 2px;
|
|
179
183
|
}
|
|
180
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
184
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-87511acb]:not(:first-of-type) {
|
|
181
185
|
border-left: 0 !important;
|
|
182
186
|
}
|
|
183
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
187
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-87511acb] .checkbox-radio-switch__text {
|
|
184
188
|
text-align: center;
|
|
185
189
|
}
|
|
186
|
-
.checkbox-radio-switch--button-variant-h-grouped .checkbox-radio-switch__content[data-v-
|
|
190
|
+
.checkbox-radio-switch--button-variant-h-grouped .checkbox-radio-switch__content[data-v-87511acb] {
|
|
187
191
|
flex-direction: column;
|
|
188
192
|
justify-content: center;
|
|
189
193
|
width: 100%;
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
|
-
.material-design-icon[data-v-
|
|
40
|
+
.material-design-icon[data-v-758f0283] {
|
|
41
41
|
display: flex;
|
|
42
42
|
align-self: center;
|
|
43
43
|
justify-self: center;
|
|
44
44
|
align-items: center;
|
|
45
45
|
justify-content: center;
|
|
46
46
|
}
|
|
47
|
-
.dialog[data-v-
|
|
47
|
+
.dialog[data-v-758f0283] {
|
|
48
48
|
height: 100%;
|
|
49
49
|
width: 100%;
|
|
50
50
|
display: flex;
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
justify-content: space-between;
|
|
53
53
|
overflow: hidden;
|
|
54
54
|
}
|
|
55
|
-
.dialog__modal[data-v-
|
|
55
|
+
.dialog__modal[data-v-758f0283] .modal-wrapper .modal-container {
|
|
56
56
|
display: flex !important;
|
|
57
57
|
padding-block: 4px 8px;
|
|
58
58
|
padding-inline: 12px 8px;
|
|
59
59
|
}
|
|
60
|
-
.dialog__modal[data-v-
|
|
60
|
+
.dialog__modal[data-v-758f0283] .modal-container__content {
|
|
61
61
|
display: flex;
|
|
62
62
|
flex-direction: column;
|
|
63
63
|
}
|
|
64
|
-
.dialog__wrapper[data-v-
|
|
64
|
+
.dialog__wrapper[data-v-758f0283] {
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: row;
|
|
67
67
|
flex: 1;
|
|
@@ -69,40 +69,43 @@
|
|
|
69
69
|
overflow: hidden;
|
|
70
70
|
padding-inline-end: 4px;
|
|
71
71
|
}
|
|
72
|
-
.dialog__wrapper--collapsed[data-v-
|
|
72
|
+
.dialog__wrapper--collapsed[data-v-758f0283] {
|
|
73
73
|
flex-direction: column;
|
|
74
74
|
}
|
|
75
|
-
.dialog__navigation[data-v-
|
|
75
|
+
.dialog__navigation[data-v-758f0283] {
|
|
76
76
|
display: flex;
|
|
77
77
|
flex-shrink: 0;
|
|
78
78
|
}
|
|
79
|
-
.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-
|
|
79
|
+
.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-758f0283] {
|
|
80
80
|
flex-direction: column;
|
|
81
81
|
overflow: hidden auto;
|
|
82
82
|
height: 100%;
|
|
83
83
|
min-width: 200px;
|
|
84
84
|
margin-inline-end: 20px;
|
|
85
85
|
}
|
|
86
|
-
.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-
|
|
86
|
+
.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-758f0283] {
|
|
87
87
|
flex-direction: row;
|
|
88
88
|
justify-content: space-between;
|
|
89
89
|
overflow: auto hidden;
|
|
90
90
|
width: 100%;
|
|
91
91
|
min-width: 100%;
|
|
92
92
|
}
|
|
93
|
-
.dialog__name[data-v-
|
|
93
|
+
.dialog__name[data-v-758f0283] {
|
|
94
94
|
text-align: center;
|
|
95
95
|
height: var(--default-clickable-area);
|
|
96
96
|
min-height: var(--default-clickable-area);
|
|
97
97
|
line-height: var(--default-clickable-area);
|
|
98
98
|
margin-block-end: 12px;
|
|
99
99
|
}
|
|
100
|
-
.dialog__content[data-v-
|
|
100
|
+
.dialog__content[data-v-758f0283] {
|
|
101
101
|
flex: 1;
|
|
102
102
|
min-height: 0;
|
|
103
103
|
overflow: auto;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.dialog__text[data-v-758f0283] {
|
|
106
|
+
padding-block-end: 6px;
|
|
107
|
+
}
|
|
108
|
+
.dialog__actions[data-v-758f0283] {
|
|
106
109
|
display: flex;
|
|
107
110
|
gap: 6px;
|
|
108
111
|
align-content: center;
|
|
@@ -20,19 +20,27 @@
|
|
|
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-992a6e31] {
|
|
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
|
-
.native-datetime-picker[data-v-
|
|
30
|
+
.native-datetime-picker[data-v-992a6e31] {
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
}
|
|
34
|
-
.native-datetime-picker .native-datetime-picker--input[data-v-
|
|
34
|
+
.native-datetime-picker .native-datetime-picker--input[data-v-992a6e31] {
|
|
35
35
|
width: 100%;
|
|
36
36
|
flex: 0 0 auto;
|
|
37
37
|
padding-right: 4px;
|
|
38
38
|
}
|
|
39
|
+
[data-theme-light] .native-datetime-picker--input[data-v-992a6e31],
|
|
40
|
+
[data-themes*=light] .native-datetime-picker--input[data-v-992a6e31] {
|
|
41
|
+
color-scheme: light;
|
|
42
|
+
}
|
|
43
|
+
[data-theme-dark] .native-datetime-picker--input[data-v-992a6e31],
|
|
44
|
+
[data-themes*=dark] .native-datetime-picker--input[data-v-992a6e31] {
|
|
45
|
+
color-scheme: dark;
|
|
46
|
+
}
|