@nextcloud/vue 8.0.0-beta.8 → 8.0.0-beta.9
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 +25 -0
- package/dist/Components/NcActionButton.cjs +8 -8
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +10 -10
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +23 -18
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +20 -14
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +7 -7
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +4 -4
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +8 -8
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +4 -4
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +10 -10
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +11 -11
- package/dist/Components/NcActionText.mjs.map +1 -1
- package/dist/Components/NcActionTextEditable.cjs +1 -1
- package/dist/Components/NcActionTextEditable.mjs +1 -1
- package/dist/Components/NcActions.cjs +67 -63
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +75 -71
- package/dist/Components/NcActions.mjs.map +1 -1
- package/dist/Components/NcAppContent.cjs +1 -1
- package/dist/Components/NcAppContent.mjs +1 -1
- package/dist/Components/NcAppNavigation.cjs +1 -1
- package/dist/Components/NcAppNavigation.mjs +1 -1
- package/dist/Components/NcAppNavigationItem.cjs +12 -12
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +15 -15
- 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 +1 -1
- package/dist/Components/NcAppNavigationSettings.mjs +1 -1
- package/dist/Components/NcAppNavigationToggle.cjs +1 -1
- package/dist/Components/NcAppNavigationToggle.mjs +1 -1
- package/dist/Components/NcAppSettingsDialog.cjs +57 -108
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +59 -110
- package/dist/Components/NcAppSettingsDialog.mjs.map +1 -1
- package/dist/Components/NcAppSidebar.cjs +5 -5
- package/dist/Components/NcAppSidebar.cjs.map +1 -1
- package/dist/Components/NcAppSidebar.mjs +5 -5
- package/dist/Components/NcAppSidebar.mjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.cjs +3 -3
- package/dist/Components/NcAppSidebarTab.cjs.map +1 -1
- package/dist/Components/NcAppSidebarTab.mjs +5 -5
- package/dist/Components/NcAppSidebarTab.mjs.map +1 -1
- package/dist/Components/NcAvatar.cjs +1 -1
- package/dist/Components/NcAvatar.mjs +1 -1
- package/dist/Components/NcBreadcrumbs.cjs +2 -2
- package/dist/Components/NcBreadcrumbs.cjs.map +1 -1
- package/dist/Components/NcBreadcrumbs.mjs +2 -2
- package/dist/Components/NcBreadcrumbs.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +157 -42
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +168 -53
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +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 +11 -11
- package/dist/Components/NcDashboardWidgetItem.cjs.map +1 -1
- package/dist/Components/NcDashboardWidgetItem.mjs +9 -9
- package/dist/Components/NcDashboardWidgetItem.mjs.map +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/NcDialog.cjs +171 -0
- package/dist/Components/NcDialog.cjs.map +1 -0
- package/dist/Components/NcDialog.mjs +177 -0
- package/dist/Components/NcDialog.mjs.map +1 -0
- package/dist/Components/NcDialogButton.cjs +69 -0
- package/dist/Components/NcDialogButton.cjs.map +1 -0
- package/dist/Components/NcDialogButton.mjs +74 -0
- package/dist/Components/NcDialogButton.mjs.map +1 -0
- package/dist/Components/NcEmojiPicker.cjs +1 -1
- package/dist/Components/NcEmojiPicker.mjs +1 -1
- package/dist/Components/NcIconSvgWrapper.cjs +29 -14
- package/dist/Components/NcIconSvgWrapper.cjs.map +1 -1
- package/dist/Components/NcIconSvgWrapper.mjs +32 -17
- package/dist/Components/NcIconSvgWrapper.mjs.map +1 -1
- package/dist/Components/NcListItem.cjs +3 -3
- package/dist/Components/NcListItem.cjs.map +1 -1
- package/dist/Components/NcListItem.mjs +3 -3
- package/dist/Components/NcListItem.mjs.map +1 -1
- package/dist/Components/NcListItemIcon.cjs +20 -12
- package/dist/Components/NcListItemIcon.cjs.map +1 -1
- package/dist/Components/NcListItemIcon.mjs +21 -13
- package/dist/Components/NcListItemIcon.mjs.map +1 -1
- package/dist/Components/NcModal.cjs +24 -26
- package/dist/Components/NcModal.cjs.map +1 -1
- package/dist/Components/NcModal.mjs +54 -56
- package/dist/Components/NcModal.mjs.map +1 -1
- package/dist/Components/NcNoteCard.cjs +4 -4
- package/dist/Components/NcNoteCard.cjs.map +1 -1
- package/dist/Components/NcNoteCard.mjs +3 -3
- package/dist/Components/NcNoteCard.mjs.map +1 -1
- package/dist/Components/NcPasswordField.cjs +49 -38
- package/dist/Components/NcPasswordField.cjs.map +1 -1
- package/dist/Components/NcPasswordField.mjs +59 -48
- package/dist/Components/NcPasswordField.mjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.cjs +29 -13
- package/dist/Components/NcRelatedResourcesPanel.cjs.map +1 -1
- package/dist/Components/NcRelatedResourcesPanel.mjs +41 -25
- package/dist/Components/NcRelatedResourcesPanel.mjs.map +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 +34 -29
- package/dist/Components/NcSelect.cjs.map +1 -1
- package/dist/Components/NcSelect.mjs +48 -43
- 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/NcTextArea.cjs +167 -0
- package/dist/Components/NcTextArea.cjs.map +1 -0
- package/dist/Components/NcTextArea.mjs +172 -0
- package/dist/Components/NcTextArea.mjs.map +1 -0
- package/dist/Components/NcTextField.cjs +37 -13
- package/dist/Components/NcTextField.cjs.map +1 -1
- package/dist/Components/NcTextField.mjs +45 -21
- 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 +4 -4
- package/dist/Components/NcUserBubble.cjs.map +1 -1
- package/dist/Components/NcUserBubble.mjs +4 -4
- package/dist/Components/NcUserBubble.mjs.map +1 -1
- package/dist/assets/index-236620b0.css +150 -0
- package/dist/assets/{index-03ec5f40.css → index-400b48a6.css} +7 -7
- package/dist/assets/{index-33da80f0.css → index-4611417f.css} +8 -9
- package/dist/assets/{index-01e5adf4.css → index-4b75fe20.css} +11 -11
- package/dist/assets/{index-294382c8.css → index-574438d6.css} +43 -38
- package/dist/assets/{index-c7905a53.css → index-57b305d3.css} +3 -3
- package/dist/assets/{index-de0326c7.css → index-5ee8a575.css} +69 -78
- package/dist/assets/{index-9354264c.css → index-6f721577.css} +16 -16
- package/dist/assets/{index-fec4bb7b.css → index-73867d38.css} +17 -16
- package/dist/assets/{index-becfbea7.css → index-8304db49.css} +23 -22
- package/dist/assets/{index-5eff69c7.css → index-9dcf6260.css} +32 -30
- package/dist/assets/{index-23e64bbb.css → index-9e44e336.css} +9 -9
- package/dist/assets/{index-0557f12a.css → index-9e9587e1.css} +4 -4
- package/dist/assets/index-abb90c97.css +164 -0
- package/dist/assets/{index-5072b6ee.css → index-af72a30b.css} +11 -10
- package/dist/assets/{index-194e9415.css → index-c06ad941.css} +70 -58
- package/dist/assets/{index-fbdeb5ab.css → index-c5ae3bc4.css} +11 -11
- package/dist/assets/index-dc612aa3.css +112 -0
- package/dist/assets/{index-376d2dec.css → index-e7c55791.css} +67 -67
- package/dist/assets/{index-165fce0e.css → index-e7eadba7.css} +13 -13
- package/dist/assets/{index-6405cd50.css → index-e828b286.css} +4 -4
- package/dist/assets/{index-0ab8e182.css → index-eea65531.css} +23 -22
- package/dist/assets/{index-1cf8eeb4.css → index-f85aa003.css} +13 -32
- package/dist/assets/{referencePickerModal-0acecb5e.css → referencePickerModal-3a127978.css} +55 -55
- package/dist/chunks/{NcAppNavigationToggle-960658a0.cjs → NcAppNavigationToggle-841d3015.cjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-960658a0.cjs.map → NcAppNavigationToggle-841d3015.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-d868f651.mjs → NcAppNavigationToggle-e358aa47.mjs} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-d868f651.mjs.map → NcAppNavigationToggle-e358aa47.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-f881168d.mjs → NcInputConfirmCancel-44052477.mjs} +16 -9
- package/dist/chunks/NcInputConfirmCancel-44052477.mjs.map +1 -0
- package/dist/chunks/{NcInputConfirmCancel-0c4bee9a.cjs → NcInputConfirmCancel-6bea0fdc.cjs} +11 -4
- package/dist/chunks/NcInputConfirmCancel-6bea0fdc.cjs.map +1 -0
- package/dist/chunks/{NcRichText-d385dc10.cjs → NcRichText-332fe454.cjs} +2 -2
- package/dist/chunks/{NcRichText-1c3d2654.mjs.map → NcRichText-332fe454.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-1c3d2654.mjs → NcRichText-8fda53c8.mjs} +9 -9
- package/dist/chunks/{NcRichText-d385dc10.cjs.map → NcRichText-8fda53c8.mjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs → NcSettingsSelectGroup-a5ff8c36.cjs} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-47d9c113.cjs.map → NcSettingsSelectGroup-a5ff8c36.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs → NcSettingsSelectGroup-fdd3309c.mjs} +2 -2
- package/dist/chunks/{NcSettingsSelectGroup-0f4a0f94.mjs.map → NcSettingsSelectGroup-fdd3309c.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-97a014a1.mjs → ScopeComponent-9519afcc.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-97a014a1.mjs.map → ScopeComponent-9519afcc.mjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs → ScopeComponent-e060526a.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-1c75ec38.cjs.map → ScopeComponent-e060526a.cjs.map} +1 -1
- package/dist/chunks/{actionText-b0bd6eb7.cjs → actionText-54bc24a6.cjs} +1 -1
- package/dist/chunks/{actionText-9f5c55bd.mjs.map → actionText-54bc24a6.cjs.map} +1 -1
- package/dist/chunks/{actionText-9f5c55bd.mjs → actionText-a64be267.mjs} +1 -1
- package/dist/chunks/{actionText-b0bd6eb7.cjs.map → actionText-a64be267.mjs.map} +1 -1
- package/dist/chunks/{index-2a5b8ace.cjs → index-032137a6.cjs} +63 -29
- package/dist/chunks/index-032137a6.cjs.map +1 -0
- package/dist/chunks/{index-6c221fa0.mjs → index-fb2ee22c.mjs} +72 -38
- package/dist/chunks/index-fb2ee22c.mjs.map +1 -0
- package/dist/chunks/l10n-05a09c66.mjs +31 -0
- package/dist/chunks/l10n-05a09c66.mjs.map +1 -0
- package/dist/chunks/{l10n-c5f5f001.mjs → l10n-9aa6482d.mjs} +1 -1
- package/dist/chunks/{l10n-c5f5f001.mjs.map → l10n-9aa6482d.mjs.map} +1 -1
- package/dist/chunks/l10n-b1d264c7.cjs +29 -0
- package/dist/chunks/l10n-b1d264c7.cjs.map +1 -0
- package/dist/chunks/{l10n-4326316a.cjs → l10n-c7bd0ea6.cjs} +1 -1
- package/dist/chunks/{l10n-4326316a.cjs.map → l10n-c7bd0ea6.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-9b4ff88d.cjs → referencePickerModal-279a483d.cjs} +2 -2
- package/dist/chunks/{referencePickerModal-9b4ff88d.cjs.map → referencePickerModal-279a483d.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-0fde503d.mjs → referencePickerModal-443a4c57.mjs} +2 -2
- package/dist/chunks/{referencePickerModal-0fde503d.mjs.map → referencePickerModal-443a4c57.mjs.map} +1 -1
- package/dist/index.cjs +105 -99
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +138 -129
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -3
- package/dist/assets/index-7768d5e5.css +0 -148
- package/dist/chunks/NcInputConfirmCancel-0c4bee9a.cjs.map +0 -1
- package/dist/chunks/NcInputConfirmCancel-f881168d.mjs.map +0 -1
- package/dist/chunks/index-2a5b8ace.cjs.map +0 -1
- package/dist/chunks/index-6c221fa0.mjs.map +0 -1
- package/dist/chunks/l10n-27a75c40.mjs +0 -31
- package/dist/chunks/l10n-27a75c40.mjs.map +0 -1
- package/dist/chunks/l10n-903083c4.cjs +0 -29
- package/dist/chunks/l10n-903083c4.cjs.map +0 -1
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
.material-design-icon[data-v-ad1f8733] {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-self: center;
|
|
5
|
+
justify-self: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
}
|
|
9
|
+
.checkbox-content[data-v-ad1f8733] {
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
gap: 4px;
|
|
14
|
+
-webkit-user-select: none;
|
|
15
|
+
user-select: none;
|
|
16
|
+
min-height: 44px;
|
|
17
|
+
border-radius: 44px;
|
|
18
|
+
padding: 4px 14px;
|
|
19
|
+
width: 100%;
|
|
20
|
+
max-width: fit-content;
|
|
21
|
+
}
|
|
22
|
+
.checkbox-content__text[data-v-ad1f8733]:empty {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
.checkbox-content__icon > *[data-v-ad1f8733] {
|
|
26
|
+
color: var(--color-primary-element);
|
|
27
|
+
width: var(--icon-size);
|
|
28
|
+
height: var(--icon-size);
|
|
29
|
+
}
|
|
30
|
+
.checkbox-content[data-v-ad1f8733],
|
|
31
|
+
.checkbox-content *[data-v-ad1f8733] {
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
}
|
|
2
34
|
/**
|
|
3
35
|
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
36
|
*
|
|
@@ -20,18 +52,23 @@
|
|
|
20
52
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
53
|
*
|
|
22
54
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
55
|
+
.material-design-icon[data-v-dcc8fabc] {
|
|
24
56
|
display: flex;
|
|
25
57
|
align-self: center;
|
|
26
58
|
justify-self: center;
|
|
27
59
|
align-items: center;
|
|
28
60
|
justify-content: center;
|
|
29
61
|
}
|
|
30
|
-
.checkbox-radio-switch[data-v-
|
|
62
|
+
.checkbox-radio-switch[data-v-dcc8fabc] {
|
|
31
63
|
display: flex;
|
|
32
64
|
align-items: center;
|
|
65
|
+
color: var(--color-main-text);
|
|
66
|
+
background-color: transparent;
|
|
67
|
+
font-size: var(--default-font-size);
|
|
68
|
+
line-height: var(--default-line-height);
|
|
69
|
+
padding: 0;
|
|
33
70
|
}
|
|
34
|
-
.checkbox-radio-switch__input[data-v-
|
|
71
|
+
.checkbox-radio-switch__input[data-v-dcc8fabc] {
|
|
35
72
|
position: absolute;
|
|
36
73
|
z-index: -1;
|
|
37
74
|
opacity: 0 !important;
|
|
@@ -39,122 +76,97 @@
|
|
|
39
76
|
height: var(--icon-size);
|
|
40
77
|
margin: 4px 14px;
|
|
41
78
|
}
|
|
42
|
-
.checkbox-radio-switch__input:focus-visible +
|
|
79
|
+
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
43
80
|
outline: 2px solid var(--color-primary-element) !important;
|
|
44
81
|
}
|
|
45
|
-
.checkbox-radio-
|
|
46
|
-
display: flex;
|
|
47
|
-
align-items: center;
|
|
48
|
-
flex-direction: row;
|
|
49
|
-
gap: 4px;
|
|
50
|
-
-webkit-user-select: none;
|
|
51
|
-
user-select: none;
|
|
52
|
-
min-height: 44px;
|
|
53
|
-
border-radius: 44px;
|
|
54
|
-
padding: 4px 14px;
|
|
55
|
-
width: 100%;
|
|
56
|
-
max-width: fit-content;
|
|
57
|
-
}
|
|
58
|
-
.checkbox-radio-switch__label[data-v-a6f82e18],
|
|
59
|
-
.checkbox-radio-switch__label *[data-v-a6f82e18] {
|
|
60
|
-
cursor: pointer;
|
|
61
|
-
}
|
|
62
|
-
.checkbox-radio-switch__label-text[data-v-a6f82e18]:empty {
|
|
63
|
-
display: none;
|
|
64
|
-
}
|
|
65
|
-
.checkbox-radio-switch__icon > *[data-v-a6f82e18] {
|
|
66
|
-
color: var(--color-primary-element);
|
|
67
|
-
width: var(--icon-size);
|
|
68
|
-
height: var(--icon-size);
|
|
69
|
-
}
|
|
70
|
-
.checkbox-radio-switch--disabled .checkbox-radio-switch__label[data-v-a6f82e18] {
|
|
82
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
71
83
|
opacity: .5;
|
|
72
84
|
}
|
|
73
|
-
.checkbox-radio-switch--disabled .checkbox-radio-
|
|
85
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-dcc8fabc] .checkbox-radio-switch__icon > * {
|
|
74
86
|
color: var(--color-main-text);
|
|
75
87
|
}
|
|
76
|
-
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-
|
|
77
|
-
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-
|
|
88
|
+
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-switch__content[data-v-dcc8fabc],
|
|
89
|
+
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-switch__content[data-v-dcc8fabc]:hover {
|
|
78
90
|
background-color: var(--color-background-hover);
|
|
79
91
|
}
|
|
80
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-
|
|
81
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-
|
|
92
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-dcc8fabc],
|
|
93
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-dcc8fabc]:hover {
|
|
82
94
|
background-color: var(--color-primary-element-light-hover);
|
|
83
95
|
}
|
|
84
|
-
.checkbox-radio-switch-switch:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > *
|
|
96
|
+
.checkbox-radio-switch-switch[data-v-dcc8fabc]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
85
97
|
color: var(--color-text-maxcontrast);
|
|
86
98
|
}
|
|
87
|
-
.checkbox-radio-switch-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked .checkbox-radio-switch__icon > *
|
|
99
|
+
.checkbox-radio-switch-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked[data-v-dcc8fabc] .checkbox-radio-switch__icon > * {
|
|
88
100
|
color: var(--color-primary-element-light);
|
|
89
101
|
}
|
|
90
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-
|
|
102
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-dcc8fabc] {
|
|
91
103
|
border: 2px solid var(--color-border-maxcontrast);
|
|
92
104
|
overflow: hidden;
|
|
93
105
|
}
|
|
94
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-
|
|
106
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-dcc8fabc] {
|
|
95
107
|
font-weight: 700;
|
|
96
108
|
}
|
|
97
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked
|
|
109
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
98
110
|
background-color: var(--color-primary-element-light);
|
|
99
111
|
}
|
|
100
|
-
.checkbox-radio-switch--button-variant
|
|
112
|
+
.checkbox-radio-switch--button-variant[data-v-dcc8fabc] .checkbox-radio-switch__text {
|
|
101
113
|
overflow: hidden;
|
|
102
114
|
text-overflow: ellipsis;
|
|
103
115
|
white-space: nowrap;
|
|
104
116
|
width: 100%;
|
|
105
117
|
}
|
|
106
|
-
.checkbox-radio-switch--button-variant:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > *
|
|
118
|
+
.checkbox-radio-switch--button-variant[data-v-dcc8fabc]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
107
119
|
color: var(--color-main-text);
|
|
108
120
|
}
|
|
109
|
-
.checkbox-radio-switch--button-variant .checkbox-radio-switch__icon
|
|
121
|
+
.checkbox-radio-switch--button-variant[data-v-dcc8fabc] .checkbox-radio-switch__icon:empty {
|
|
110
122
|
display: none;
|
|
111
123
|
}
|
|
112
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
113
|
-
.checkbox-radio-switch--button-variant .checkbox-radio-
|
|
124
|
+
.checkbox-radio-switch--button-variant[data-v-dcc8fabc]:not(.checkbox-radio-switch--button-variant-v-grouped):not(.checkbox-radio-switch--button-variant-h-grouped),
|
|
125
|
+
.checkbox-radio-switch--button-variant .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
114
126
|
border-radius: calc(var(--default-clickable-area) / 2);
|
|
115
127
|
}
|
|
116
|
-
.checkbox-radio-switch--button-variant-v-grouped .checkbox-radio-
|
|
128
|
+
.checkbox-radio-switch--button-variant-v-grouped .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
117
129
|
flex-basis: 100%;
|
|
118
130
|
max-width: unset;
|
|
119
131
|
}
|
|
120
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
132
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-dcc8fabc]:first-of-type {
|
|
121
133
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
122
134
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
123
135
|
}
|
|
124
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
136
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-dcc8fabc]:last-of-type {
|
|
125
137
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
126
138
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
127
139
|
}
|
|
128
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
140
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-dcc8fabc]:not(:last-of-type) {
|
|
129
141
|
border-bottom: 0 !important;
|
|
130
142
|
}
|
|
131
|
-
.checkbox-radio-switch--button-variant-v-grouped:not(:last-of-type) .checkbox-radio-
|
|
143
|
+
.checkbox-radio-switch--button-variant-v-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
132
144
|
margin-bottom: 2px;
|
|
133
145
|
}
|
|
134
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
146
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-dcc8fabc]:not(:first-of-type) {
|
|
135
147
|
border-top: 0 !important;
|
|
136
148
|
}
|
|
137
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
149
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-dcc8fabc]:first-of-type {
|
|
138
150
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
139
151
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
140
152
|
}
|
|
141
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
153
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-dcc8fabc]:last-of-type {
|
|
142
154
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
143
155
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
144
156
|
}
|
|
145
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
157
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-dcc8fabc]:not(:last-of-type) {
|
|
146
158
|
border-right: 0 !important;
|
|
147
159
|
}
|
|
148
|
-
.checkbox-radio-switch--button-variant-h-grouped:not(:last-of-type) .checkbox-radio-
|
|
160
|
+
.checkbox-radio-switch--button-variant-h-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
149
161
|
margin-right: 2px;
|
|
150
162
|
}
|
|
151
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
163
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-dcc8fabc]:not(:first-of-type) {
|
|
152
164
|
border-left: 0 !important;
|
|
153
165
|
}
|
|
154
|
-
.checkbox-radio-switch--button-variant-h-grouped
|
|
166
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-dcc8fabc] .checkbox-radio-switch__text {
|
|
155
167
|
text-align: center;
|
|
156
168
|
}
|
|
157
|
-
.checkbox-radio-switch--button-variant-h-grouped .checkbox-radio-
|
|
169
|
+
.checkbox-radio-switch--button-variant-h-grouped .checkbox-radio-switch__content[data-v-dcc8fabc] {
|
|
158
170
|
flex-direction: column;
|
|
159
171
|
justify-content: center;
|
|
160
172
|
width: 100%;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-3b9aca31] {
|
|
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-3b9aca31] {
|
|
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-3b9aca31] {
|
|
16
16
|
display: flex;
|
|
17
17
|
justify-content: stretch;
|
|
18
18
|
margin-top: 10px;
|
|
19
19
|
padding: 0 4px;
|
|
20
20
|
}
|
|
21
|
-
.app-sidebar-tabs__tab[data-v-
|
|
21
|
+
.app-sidebar-tabs__tab[data-v-3b9aca31] {
|
|
22
22
|
flex: 1 1;
|
|
23
23
|
}
|
|
24
|
-
.app-sidebar-tabs__tab.active[data-v-
|
|
24
|
+
.app-sidebar-tabs__tab.active[data-v-3b9aca31] {
|
|
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-3b9aca31] {
|
|
28
28
|
flex: 0 1 100%;
|
|
29
29
|
width: 100%;
|
|
30
30
|
overflow: hidden;
|
|
@@ -32,24 +32,24 @@
|
|
|
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-3b9aca31] {
|
|
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-3b9aca31] .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-3b9aca31] {
|
|
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-3b9aca31] > :not(section) {
|
|
50
50
|
display: none;
|
|
51
51
|
}
|
|
52
|
-
[data-v-
|
|
52
|
+
[data-v-3b9aca31] .checkbox-radio-switch--button-variant.checkbox-radio-switch {
|
|
53
53
|
border: unset;
|
|
54
54
|
}
|
|
55
55
|
.material-design-icon[data-v-90858b97] {
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
.material-design-icon {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-self: center;
|
|
5
|
+
justify-self: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
}
|
|
9
|
+
@media only screen and (max-width: 512px) {
|
|
10
|
+
.dialog__modal .modal-wrapper--small .modal-container {
|
|
11
|
+
width: fit-content;
|
|
12
|
+
height: unset;
|
|
13
|
+
max-height: 90%;
|
|
14
|
+
position: relative;
|
|
15
|
+
top: unset;
|
|
16
|
+
border-radius: var(--border-radius-large);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
21
|
+
*
|
|
22
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
23
|
+
*
|
|
24
|
+
* @license GNU AGPL version 3 or any later version
|
|
25
|
+
*
|
|
26
|
+
* This program is free software: you can redistribute it and/or modify
|
|
27
|
+
* it under the terms of the GNU Affero General Public License as
|
|
28
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
29
|
+
* License, or (at your option) any later version.
|
|
30
|
+
*
|
|
31
|
+
* This program is distributed in the hope that it will be useful,
|
|
32
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
33
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
34
|
+
* GNU Affero General Public License for more details.
|
|
35
|
+
*
|
|
36
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
37
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
.material-design-icon[data-v-cf1c45bf] {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-self: center;
|
|
43
|
+
justify-self: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: center;
|
|
46
|
+
}
|
|
47
|
+
.dialog[data-v-cf1c45bf] {
|
|
48
|
+
height: 100%;
|
|
49
|
+
width: 100%;
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
justify-content: space-between;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
}
|
|
55
|
+
.dialog__modal[data-v-cf1c45bf] .modal-container {
|
|
56
|
+
display: flex !important;
|
|
57
|
+
padding-block: 4px 8px;
|
|
58
|
+
padding-inline: 12px 8px;
|
|
59
|
+
}
|
|
60
|
+
.dialog__modal[data-v-cf1c45bf] .modal-container__content {
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: column;
|
|
63
|
+
}
|
|
64
|
+
.dialog__wrapper[data-v-cf1c45bf] {
|
|
65
|
+
display: flex;
|
|
66
|
+
flex-direction: row;
|
|
67
|
+
flex: 1;
|
|
68
|
+
min-height: 0;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
padding-inline-end: 4px;
|
|
71
|
+
}
|
|
72
|
+
.dialog__wrapper--collapsed[data-v-cf1c45bf] {
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
}
|
|
75
|
+
.dialog__navigation[data-v-cf1c45bf] {
|
|
76
|
+
display: flex;
|
|
77
|
+
flex-shrink: 0;
|
|
78
|
+
}
|
|
79
|
+
.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-cf1c45bf] {
|
|
80
|
+
flex-direction: column;
|
|
81
|
+
overflow: hidden auto;
|
|
82
|
+
height: 100%;
|
|
83
|
+
min-width: 200px;
|
|
84
|
+
margin-inline-end: 20px;
|
|
85
|
+
}
|
|
86
|
+
.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-cf1c45bf] {
|
|
87
|
+
flex-direction: row;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
overflow: auto hidden;
|
|
90
|
+
width: 100%;
|
|
91
|
+
min-width: 100%;
|
|
92
|
+
}
|
|
93
|
+
.dialog__name[data-v-cf1c45bf] {
|
|
94
|
+
text-align: center;
|
|
95
|
+
height: var(--default-clickable-area);
|
|
96
|
+
min-height: var(--default-clickable-area);
|
|
97
|
+
line-height: var(--default-clickable-area);
|
|
98
|
+
margin-block-end: 12px;
|
|
99
|
+
}
|
|
100
|
+
.dialog__content[data-v-cf1c45bf] {
|
|
101
|
+
flex: 1;
|
|
102
|
+
min-height: 0;
|
|
103
|
+
overflow: auto;
|
|
104
|
+
}
|
|
105
|
+
.dialog__actions[data-v-cf1c45bf] {
|
|
106
|
+
display: flex;
|
|
107
|
+
gap: 6px;
|
|
108
|
+
align-content: center;
|
|
109
|
+
width: fit-content;
|
|
110
|
+
margin-inline: auto 4px;
|
|
111
|
+
margin-block: 6px 4px;
|
|
112
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.material-design-icon[data-v-
|
|
2
|
+
.material-design-icon[data-v-7412a2c7] {
|
|
3
3
|
display: flex;
|
|
4
4
|
align-self: center;
|
|
5
5
|
justify-self: center;
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
|
-
button[data-v-
|
|
31
|
-
input[data-v-
|
|
32
|
-
textarea[data-v-
|
|
30
|
+
button[data-v-7412a2c7]:not(.button-vue),
|
|
31
|
+
input[data-v-7412a2c7]:not([type=range]),
|
|
32
|
+
textarea[data-v-7412a2c7] {
|
|
33
33
|
margin: 0;
|
|
34
34
|
padding: 7px 6px;
|
|
35
35
|
cursor: text;
|
|
@@ -40,72 +40,72 @@ textarea[data-v-444bf7e8] {
|
|
|
40
40
|
background-color: var(--color-main-background);
|
|
41
41
|
font-size: 13px;
|
|
42
42
|
}
|
|
43
|
-
button[data-v-
|
|
44
|
-
button[data-v-
|
|
45
|
-
button:not(.button-vue):not(:disabled):not(.primary).active[data-v-
|
|
46
|
-
input[data-v-
|
|
47
|
-
input[data-v-
|
|
48
|
-
input:not([type=range]):not(:disabled):not(.primary).active[data-v-
|
|
49
|
-
textarea[data-v-
|
|
50
|
-
textarea[data-v-
|
|
51
|
-
textarea:not(:disabled):not(.primary).active[data-v-
|
|
43
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):hover,
|
|
44
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):focus,
|
|
45
|
+
button:not(.button-vue):not(:disabled):not(.primary).active[data-v-7412a2c7],
|
|
46
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):hover,
|
|
47
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):focus,
|
|
48
|
+
input:not([type=range]):not(:disabled):not(.primary).active[data-v-7412a2c7],
|
|
49
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):hover,
|
|
50
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):focus,
|
|
51
|
+
textarea:not(:disabled):not(.primary).active[data-v-7412a2c7] {
|
|
52
52
|
border-color: var(--color-primary-element);
|
|
53
53
|
outline: none;
|
|
54
54
|
}
|
|
55
|
-
button[data-v-
|
|
56
|
-
input[data-v-
|
|
57
|
-
textarea[data-v-
|
|
55
|
+
button[data-v-7412a2c7]:not(.button-vue):not(:disabled):not(.primary):active,
|
|
56
|
+
input[data-v-7412a2c7]:not([type=range]):not(:disabled):not(.primary):active,
|
|
57
|
+
textarea[data-v-7412a2c7]:not(:disabled):not(.primary):active {
|
|
58
58
|
color: var(--color-text-light);
|
|
59
59
|
outline: none;
|
|
60
60
|
background-color: var(--color-main-background);
|
|
61
61
|
}
|
|
62
|
-
button[data-v-
|
|
63
|
-
input[data-v-
|
|
64
|
-
textarea[data-v-
|
|
62
|
+
button[data-v-7412a2c7]:not(.button-vue):disabled,
|
|
63
|
+
input[data-v-7412a2c7]:not([type=range]):disabled,
|
|
64
|
+
textarea[data-v-7412a2c7]:disabled {
|
|
65
65
|
cursor: default;
|
|
66
66
|
opacity: .5;
|
|
67
67
|
color: var(--color-text-maxcontrast);
|
|
68
68
|
background-color: var(--color-background-dark);
|
|
69
69
|
}
|
|
70
|
-
button[data-v-
|
|
71
|
-
input[data-v-
|
|
72
|
-
textarea[data-v-
|
|
70
|
+
button[data-v-7412a2c7]:not(.button-vue):required,
|
|
71
|
+
input[data-v-7412a2c7]:not([type=range]):required,
|
|
72
|
+
textarea[data-v-7412a2c7]:required {
|
|
73
73
|
box-shadow: none;
|
|
74
74
|
}
|
|
75
|
-
button[data-v-
|
|
76
|
-
input[data-v-
|
|
77
|
-
textarea[data-v-
|
|
75
|
+
button[data-v-7412a2c7]:not(.button-vue):invalid,
|
|
76
|
+
input[data-v-7412a2c7]:not([type=range]):invalid,
|
|
77
|
+
textarea[data-v-7412a2c7]:invalid {
|
|
78
78
|
border-color: var(--color-error);
|
|
79
79
|
box-shadow: none !important;
|
|
80
80
|
}
|
|
81
|
-
button:not(.button-vue).primary[data-v-
|
|
82
|
-
input:not([type=range]).primary[data-v-
|
|
83
|
-
textarea.primary[data-v-
|
|
81
|
+
button:not(.button-vue).primary[data-v-7412a2c7],
|
|
82
|
+
input:not([type=range]).primary[data-v-7412a2c7],
|
|
83
|
+
textarea.primary[data-v-7412a2c7] {
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
color: var(--color-primary-element-text);
|
|
86
86
|
border-color: var(--color-primary-element);
|
|
87
87
|
background-color: var(--color-primary-element);
|
|
88
88
|
}
|
|
89
|
-
button:not(.button-vue).primary[data-v-
|
|
90
|
-
button:not(.button-vue).primary[data-v-
|
|
91
|
-
button:not(.button-vue).primary[data-v-
|
|
92
|
-
input:not([type=range]).primary[data-v-
|
|
93
|
-
input:not([type=range]).primary[data-v-
|
|
94
|
-
input:not([type=range]).primary[data-v-
|
|
95
|
-
textarea.primary[data-v-
|
|
96
|
-
textarea.primary[data-v-
|
|
97
|
-
textarea.primary[data-v-
|
|
89
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
90
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
91
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
92
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
93
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
94
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
95
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):hover,
|
|
96
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):focus,
|
|
97
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):active {
|
|
98
98
|
border-color: var(--color-primary-element-light);
|
|
99
99
|
background-color: var(--color-primary-element-light);
|
|
100
100
|
}
|
|
101
|
-
button:not(.button-vue).primary[data-v-
|
|
102
|
-
input:not([type=range]).primary[data-v-
|
|
103
|
-
textarea.primary[data-v-
|
|
101
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
102
|
+
input:not([type=range]).primary[data-v-7412a2c7]:not(:disabled):active,
|
|
103
|
+
textarea.primary[data-v-7412a2c7]:not(:disabled):active {
|
|
104
104
|
color: var(--color-primary-element-text-dark);
|
|
105
105
|
}
|
|
106
|
-
button:not(.button-vue).primary[data-v-
|
|
107
|
-
input:not([type=range]).primary[data-v-
|
|
108
|
-
textarea.primary[data-v-
|
|
106
|
+
button:not(.button-vue).primary[data-v-7412a2c7]:disabled,
|
|
107
|
+
input:not([type=range]).primary[data-v-7412a2c7]:disabled,
|
|
108
|
+
textarea.primary[data-v-7412a2c7]:disabled {
|
|
109
109
|
cursor: default;
|
|
110
110
|
color: var(--color-primary-element-text-dark);
|
|
111
111
|
background-color: var(--color-primary-element);
|
|
@@ -132,24 +132,24 @@ textarea.primary[data-v-444bf7e8]:disabled {
|
|
|
132
132
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
133
133
|
*
|
|
134
134
|
*/
|
|
135
|
-
li.active[data-v-
|
|
135
|
+
li.active[data-v-7412a2c7] {
|
|
136
136
|
background-color: var(--color-background-hover);
|
|
137
137
|
border-radius: 6px;
|
|
138
138
|
padding: 0;
|
|
139
139
|
}
|
|
140
|
-
.action--disabled[data-v-
|
|
140
|
+
.action--disabled[data-v-7412a2c7] {
|
|
141
141
|
pointer-events: none;
|
|
142
142
|
opacity: .5;
|
|
143
143
|
}
|
|
144
|
-
.action--disabled[data-v-
|
|
145
|
-
.action--disabled[data-v-
|
|
144
|
+
.action--disabled[data-v-7412a2c7]:hover,
|
|
145
|
+
.action--disabled[data-v-7412a2c7]:focus {
|
|
146
146
|
cursor: default;
|
|
147
147
|
opacity: .5;
|
|
148
148
|
}
|
|
149
|
-
.action--disabled *[data-v-
|
|
149
|
+
.action--disabled *[data-v-7412a2c7] {
|
|
150
150
|
opacity: 1 !important;
|
|
151
151
|
}
|
|
152
|
-
.action-input[data-v-
|
|
152
|
+
.action-input[data-v-7412a2c7] {
|
|
153
153
|
display: flex;
|
|
154
154
|
align-items: flex-start;
|
|
155
155
|
width: 100%;
|
|
@@ -165,60 +165,60 @@ li.active[data-v-444bf7e8] {
|
|
|
165
165
|
box-shadow: none;
|
|
166
166
|
font-weight: 400;
|
|
167
167
|
}
|
|
168
|
-
.action-input__icon-wrapper[data-v-
|
|
168
|
+
.action-input__icon-wrapper[data-v-7412a2c7] {
|
|
169
169
|
display: flex;
|
|
170
170
|
align-self: center;
|
|
171
171
|
align-items: center;
|
|
172
172
|
justify-content: center;
|
|
173
173
|
}
|
|
174
|
-
.action-input__icon-wrapper[data-v-
|
|
174
|
+
.action-input__icon-wrapper[data-v-7412a2c7] .material-design-icon {
|
|
175
175
|
width: 44px;
|
|
176
176
|
height: 44px;
|
|
177
177
|
opacity: 1;
|
|
178
178
|
}
|
|
179
|
-
.action-input__icon-wrapper[data-v-
|
|
179
|
+
.action-input__icon-wrapper[data-v-7412a2c7] .material-design-icon .material-design-icon__svg {
|
|
180
180
|
vertical-align: middle;
|
|
181
181
|
}
|
|
182
|
-
.action-input > span[data-v-
|
|
182
|
+
.action-input > span[data-v-7412a2c7] {
|
|
183
183
|
cursor: pointer;
|
|
184
184
|
white-space: nowrap;
|
|
185
185
|
}
|
|
186
|
-
.action-input__icon[data-v-
|
|
186
|
+
.action-input__icon[data-v-7412a2c7] {
|
|
187
187
|
min-width: 0;
|
|
188
188
|
min-height: 0;
|
|
189
189
|
padding: 22px 0 22px 44px;
|
|
190
190
|
background-position: 14px center;
|
|
191
191
|
background-size: 16px;
|
|
192
192
|
}
|
|
193
|
-
.action-input__form[data-v-
|
|
193
|
+
.action-input__form[data-v-7412a2c7] {
|
|
194
194
|
display: flex;
|
|
195
195
|
align-items: center;
|
|
196
196
|
flex: 1 1 auto;
|
|
197
197
|
margin: 4px 0;
|
|
198
198
|
padding-right: 14px;
|
|
199
199
|
}
|
|
200
|
-
.action-input__container[data-v-
|
|
200
|
+
.action-input__container[data-v-7412a2c7] {
|
|
201
201
|
width: 100%;
|
|
202
202
|
}
|
|
203
|
-
.action-input__input-container[data-v-
|
|
203
|
+
.action-input__input-container[data-v-7412a2c7] {
|
|
204
204
|
display: flex;
|
|
205
205
|
}
|
|
206
|
-
.action-input__input-container .colorpicker__trigger[data-v-
|
|
207
|
-
.action-input__input-container .colorpicker__preview[data-v-
|
|
206
|
+
.action-input__input-container .colorpicker__trigger[data-v-7412a2c7],
|
|
207
|
+
.action-input__input-container .colorpicker__preview[data-v-7412a2c7] {
|
|
208
208
|
width: 100%;
|
|
209
209
|
}
|
|
210
|
-
.action-input__input-container .colorpicker__preview[data-v-
|
|
210
|
+
.action-input__input-container .colorpicker__preview[data-v-7412a2c7] {
|
|
211
211
|
width: 100%;
|
|
212
212
|
height: 36px;
|
|
213
213
|
border-radius: var(--border-radius-large);
|
|
214
214
|
border: 2px solid var(--color-border-maxcontrast);
|
|
215
215
|
box-shadow: none !important;
|
|
216
216
|
}
|
|
217
|
-
.action-input__text-label[data-v-
|
|
217
|
+
.action-input__text-label[data-v-7412a2c7] {
|
|
218
218
|
padding: 4px 0;
|
|
219
219
|
display: block;
|
|
220
220
|
}
|
|
221
|
-
.action-input__text-label--hidden[data-v-
|
|
221
|
+
.action-input__text-label--hidden[data-v-7412a2c7] {
|
|
222
222
|
position: absolute;
|
|
223
223
|
left: -10000px;
|
|
224
224
|
top: auto;
|
|
@@ -226,18 +226,18 @@ li.active[data-v-444bf7e8] {
|
|
|
226
226
|
height: 1px;
|
|
227
227
|
overflow: hidden;
|
|
228
228
|
}
|
|
229
|
-
.action-input__datetimepicker[data-v-
|
|
229
|
+
.action-input__datetimepicker[data-v-7412a2c7] {
|
|
230
230
|
width: 100%;
|
|
231
231
|
}
|
|
232
|
-
.action-input__datetimepicker[data-v-
|
|
232
|
+
.action-input__datetimepicker[data-v-7412a2c7] .mx-input {
|
|
233
233
|
margin: 0;
|
|
234
234
|
}
|
|
235
|
-
.action-input__multi[data-v-
|
|
235
|
+
.action-input__multi[data-v-7412a2c7] {
|
|
236
236
|
width: 100%;
|
|
237
237
|
}
|
|
238
|
-
li:last-child > .action-input[data-v-
|
|
238
|
+
li:last-child > .action-input[data-v-7412a2c7] {
|
|
239
239
|
padding-bottom: 10px;
|
|
240
240
|
}
|
|
241
|
-
li:first-child > .action-input[data-v-
|
|
241
|
+
li:first-child > .action-input[data-v-7412a2c7]:not(.action-input--visible-label) {
|
|
242
242
|
padding-top: 10px;
|
|
243
243
|
}
|