@nextcloud/vue 8.1.0 → 8.3.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 +57 -5
- package/dist/Components/NcActionButton.cjs +16 -8
- package/dist/Components/NcActionButton.cjs.map +1 -1
- package/dist/Components/NcActionButton.mjs +22 -14
- package/dist/Components/NcActionButton.mjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.cjs +22 -11
- package/dist/Components/NcActionButtonGroup.cjs.map +1 -1
- package/dist/Components/NcActionButtonGroup.mjs +19 -7
- package/dist/Components/NcActionButtonGroup.mjs.map +1 -1
- package/dist/Components/NcActionCaption.cjs +17 -11
- package/dist/Components/NcActionCaption.cjs.map +1 -1
- package/dist/Components/NcActionCaption.mjs +14 -8
- package/dist/Components/NcActionCaption.mjs.map +1 -1
- package/dist/Components/NcActionCheckbox.cjs +26 -11
- package/dist/Components/NcActionCheckbox.cjs.map +1 -1
- package/dist/Components/NcActionCheckbox.mjs +26 -11
- package/dist/Components/NcActionCheckbox.mjs.map +1 -1
- package/dist/Components/NcActionInput.cjs +7 -5
- package/dist/Components/NcActionInput.cjs.map +1 -1
- package/dist/Components/NcActionInput.mjs +11 -9
- package/dist/Components/NcActionInput.mjs.map +1 -1
- package/dist/Components/NcActionLink.cjs +14 -6
- package/dist/Components/NcActionLink.cjs.map +1 -1
- package/dist/Components/NcActionLink.mjs +19 -11
- package/dist/Components/NcActionLink.mjs.map +1 -1
- package/dist/Components/NcActionRadio.cjs +29 -14
- package/dist/Components/NcActionRadio.cjs.map +1 -1
- package/dist/Components/NcActionRadio.mjs +26 -11
- package/dist/Components/NcActionRadio.mjs.map +1 -1
- package/dist/Components/NcActionRouter.cjs +14 -8
- package/dist/Components/NcActionRouter.cjs.map +1 -1
- package/dist/Components/NcActionRouter.mjs +17 -11
- package/dist/Components/NcActionRouter.mjs.map +1 -1
- package/dist/Components/NcActionSeparator.cjs +10 -10
- package/dist/Components/NcActionSeparator.cjs.map +1 -1
- package/dist/Components/NcActionSeparator.mjs +11 -11
- package/dist/Components/NcActionSeparator.mjs.map +1 -1
- package/dist/Components/NcActionText.cjs +15 -9
- package/dist/Components/NcActionText.cjs.map +1 -1
- package/dist/Components/NcActionText.mjs +20 -14
- 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 +100 -79
- package/dist/Components/NcActions.cjs.map +1 -1
- package/dist/Components/NcActions.mjs +103 -82
- 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 +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 +3 -3
- package/dist/Components/NcAppNavigationItem.cjs.map +1 -1
- package/dist/Components/NcAppNavigationItem.mjs +4 -4
- 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 +33 -33
- package/dist/Components/NcAppSettingsDialog.cjs.map +1 -1
- package/dist/Components/NcAppSettingsDialog.mjs +57 -56
- 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/NcButton.cjs +6 -4
- package/dist/Components/NcButton.cjs.map +1 -1
- package/dist/Components/NcButton.mjs +11 -9
- package/dist/Components/NcButton.mjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.cjs +7 -7
- package/dist/Components/NcCheckboxRadioSwitch.cjs.map +1 -1
- package/dist/Components/NcCheckboxRadioSwitch.mjs +7 -7
- package/dist/Components/NcCheckboxRadioSwitch.mjs.map +1 -1
- package/dist/Components/NcColorPicker.cjs +48 -31
- package/dist/Components/NcColorPicker.cjs.map +1 -1
- package/dist/Components/NcColorPicker.mjs +58 -40
- package/dist/Components/NcColorPicker.mjs.map +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 +17 -14
- package/dist/Components/NcDateTime.cjs.map +1 -1
- package/dist/Components/NcDateTime.mjs +18 -15
- package/dist/Components/NcDateTime.mjs.map +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 +15 -15
- package/dist/Components/NcDialog.cjs.map +1 -1
- package/dist/Components/NcDialog.mjs +13 -13
- 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 +1 -1
- package/dist/Components/NcEmojiPicker.mjs +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 +1 -1
- package/dist/Components/NcListItem.mjs +1 -1
- package/dist/Components/NcListItemIcon.cjs +1 -1
- package/dist/Components/NcListItemIcon.mjs +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 +5 -5
- package/dist/Components/NcRichContenteditable.cjs.map +1 -1
- package/dist/Components/NcRichContenteditable.mjs +5 -5
- 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 +1 -1
- package/dist/Components/NcSelect.mjs +2 -2
- 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 +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 +1 -1
- package/dist/Components/NcTextField.mjs +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 +1 -2
- package/dist/Composables/useIsFullscreen.cjs.map +1 -1
- package/dist/Composables/useIsFullscreen.mjs +1 -2
- package/dist/Composables/useIsFullscreen.mjs.map +1 -1
- package/dist/Functions/usernameToColor.cjs +1 -1
- package/dist/Functions/usernameToColor.mjs +1 -1
- package/dist/assets/{NcAppNavigationToggle-9e170630.css → NcAppNavigationToggle-2bc73ee8.css} +2 -2
- package/dist/assets/{NcSettingsSelectGroup-0d38d76b.css → NcSettingsSelectGroup-6ddb63a6.css} +2 -2
- package/dist/assets/{index-d3702c91.css → index-00012a4c.css} +18 -18
- package/dist/assets/{index-8f52a20f.css → index-018895f7.css} +2 -2
- package/dist/assets/{index-a0532427.css → index-2a1ec06b.css} +42 -36
- package/dist/assets/{index-6899d75b.css → index-30ca9574.css} +31 -30
- package/dist/assets/{index-2e31f707.css → index-3d1ccc15.css} +29 -29
- package/dist/assets/{index-441b6552.css → index-418d4e87.css} +2 -2
- package/dist/assets/{index-05760fea.css → index-4ba699a1.css} +12 -12
- package/dist/assets/{index-dce4b705.css → index-50dc154e.css} +10 -10
- package/dist/assets/{index-24f6c355.css → index-542cf50a.css} +12 -12
- package/dist/assets/{index-4437e6bf.css → index-5784183b.css} +8 -8
- package/dist/assets/{index-f8d6daf3.css → index-5e4bf286.css} +41 -41
- package/dist/assets/{index-4ef32afd.css → index-7157aefa.css} +26 -23
- package/dist/assets/{index-802d2118.css → index-7868494b.css} +24 -24
- package/dist/assets/{index-0e9b11c7.css → index-7fac55ed.css} +24 -24
- package/dist/assets/{index-9ca89b81.css → index-810b8984.css} +16 -19
- package/dist/assets/{index-e7c55791.css → index-9020d9ca.css} +67 -67
- package/dist/assets/{index-dc612aa3.css → index-9941f384.css} +15 -12
- package/dist/assets/{index-55600948.css → index-b0a8a48c.css} +11 -11
- package/dist/assets/{index-baf8711a.css → index-e0e6bab6.css} +12 -12
- package/dist/assets/{index-fbc0b606.css → index-e6a91529.css} +50 -45
- package/dist/assets/{index-d812ed9e.css → index-f091e784.css} +43 -43
- package/dist/assets/{index-edee3304.css → index-f72cef5d.css} +6 -7
- package/dist/assets/{index-d9ae9479.css → index-ffa6d11c.css} +7 -7
- package/dist/chunks/GenColors-12ec1caa.mjs +56 -0
- package/dist/chunks/GenColors-12ec1caa.mjs.map +1 -0
- package/dist/chunks/GenColors-a8d54566.cjs +55 -0
- package/dist/chunks/GenColors-a8d54566.cjs.map +1 -0
- package/dist/chunks/{NcAppNavigationToggle-d248cb09.cjs → NcAppNavigationToggle-6a975868.cjs} +21 -26
- package/dist/chunks/{NcAppNavigationToggle-a031dce0.mjs.map → NcAppNavigationToggle-6a975868.cjs.map} +1 -1
- package/dist/chunks/{NcAppNavigationToggle-a031dce0.mjs → NcAppNavigationToggle-f5591773.mjs} +25 -30
- package/dist/chunks/{NcAppNavigationToggle-d248cb09.cjs.map → NcAppNavigationToggle-f5591773.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-40ea7cd1.mjs → NcInputConfirmCancel-7837eb4d.mjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-40ea7cd1.mjs.map → NcInputConfirmCancel-7837eb4d.mjs.map} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-00bdeac7.cjs → NcInputConfirmCancel-790f5902.cjs} +1 -1
- package/dist/chunks/{NcInputConfirmCancel-00bdeac7.cjs.map → NcInputConfirmCancel-790f5902.cjs.map} +1 -1
- package/dist/chunks/{NcRichText-e2026b55.mjs → NcRichText-0db09c78.mjs} +1 -1
- package/dist/chunks/{NcRichText-e2026b55.mjs.map → NcRichText-0db09c78.mjs.map} +1 -1
- package/dist/chunks/{NcRichText-89373b11.cjs → NcRichText-0dd96aac.cjs} +1 -1
- package/dist/chunks/{NcRichText-89373b11.cjs.map → NcRichText-0dd96aac.cjs.map} +1 -1
- package/dist/chunks/{NcSettingsSelectGroup-fad68876.cjs → NcSettingsSelectGroup-532ba813.cjs} +12 -12
- package/dist/chunks/NcSettingsSelectGroup-532ba813.cjs.map +1 -0
- package/dist/chunks/{NcSettingsSelectGroup-b49652df.mjs → NcSettingsSelectGroup-cdd84895.mjs} +12 -12
- package/dist/chunks/NcSettingsSelectGroup-cdd84895.mjs.map +1 -0
- package/dist/chunks/{ScopeComponent-a24eb082.cjs → ScopeComponent-92144d97.cjs} +1 -1
- package/dist/chunks/{ScopeComponent-a24eb082.cjs.map → ScopeComponent-92144d97.cjs.map} +1 -1
- package/dist/chunks/{ScopeComponent-a06864ef.mjs → ScopeComponent-ac5265f5.mjs} +1 -1
- package/dist/chunks/{ScopeComponent-a06864ef.mjs.map → ScopeComponent-ac5265f5.mjs.map} +1 -1
- package/dist/chunks/{actionText-a64be267.mjs → actionText-60ff01d1.mjs} +3 -1
- package/dist/chunks/{actionText-54bc24a6.cjs.map → actionText-60ff01d1.mjs.map} +1 -1
- package/dist/chunks/{actionText-54bc24a6.cjs → actionText-9582810f.cjs} +3 -1
- package/dist/chunks/{actionText-a64be267.mjs.map → actionText-9582810f.cjs.map} +1 -1
- package/dist/chunks/{index-ac31691c.cjs → index-32c8b581.cjs} +1 -1
- package/dist/chunks/{index-ac31691c.cjs.map → index-32c8b581.cjs.map} +1 -1
- package/dist/chunks/{index-831524a1.mjs → index-efb07851.mjs} +1 -1
- package/dist/chunks/{index-831524a1.mjs.map → index-efb07851.mjs.map} +1 -1
- package/dist/chunks/l10n-070da9ad.cjs +29 -0
- package/dist/chunks/l10n-070da9ad.cjs.map +1 -0
- package/dist/chunks/l10n-1b905a9a.mjs +31 -0
- package/dist/chunks/l10n-1b905a9a.mjs.map +1 -0
- package/dist/chunks/{l10n-098e6a54.cjs → l10n-38626490.cjs} +1 -1
- package/dist/chunks/{l10n-098e6a54.cjs.map → l10n-38626490.cjs.map} +1 -1
- package/dist/chunks/{l10n-a929cdef.mjs → l10n-6cfc1200.mjs} +1 -1
- package/dist/chunks/{l10n-a929cdef.mjs.map → l10n-6cfc1200.mjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-b79b7b92.cjs → referencePickerModal-90dac0d0.cjs} +1 -1
- package/dist/chunks/{referencePickerModal-b79b7b92.cjs.map → referencePickerModal-90dac0d0.cjs.map} +1 -1
- package/dist/chunks/{referencePickerModal-c87eab17.mjs → referencePickerModal-ded8273d.mjs} +1 -1
- package/dist/chunks/{referencePickerModal-c87eab17.mjs.map → referencePickerModal-ded8273d.mjs.map} +1 -1
- package/dist/index.cjs +139 -134
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +96 -89
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunks/GenColors-38246c38.mjs +0 -46
- package/dist/chunks/GenColors-38246c38.mjs.map +0 -1
- package/dist/chunks/GenColors-eedcc70a.cjs +0 -45
- package/dist/chunks/GenColors-eedcc70a.cjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-b49652df.mjs.map +0 -1
- package/dist/chunks/NcSettingsSelectGroup-fad68876.cjs.map +0 -1
- package/dist/chunks/l10n-c3dbf018.cjs +0 -29
- package/dist/chunks/l10n-c3dbf018.cjs.map +0 -1
- package/dist/chunks/l10n-f51d3415.mjs +0 -31
- package/dist/chunks/l10n-f51d3415.mjs.map +0 -1
|
@@ -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,25 +19,29 @@
|
|
|
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;
|
|
44
|
+
flex-shrink: 0;
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
43
47
|
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
@@ -60,14 +64,14 @@
|
|
|
60
64
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
|
-
.material-design-icon[data-v-
|
|
67
|
+
.material-design-icon[data-v-9f4bf554] {
|
|
64
68
|
display: flex;
|
|
65
69
|
align-self: center;
|
|
66
70
|
justify-self: center;
|
|
67
71
|
align-items: center;
|
|
68
72
|
justify-content: center;
|
|
69
73
|
}
|
|
70
|
-
.checkbox-radio-switch[data-v-
|
|
74
|
+
.checkbox-radio-switch[data-v-9f4bf554] {
|
|
71
75
|
display: flex;
|
|
72
76
|
align-items: center;
|
|
73
77
|
color: var(--color-main-text);
|
|
@@ -75,8 +79,9 @@
|
|
|
75
79
|
font-size: var(--default-font-size);
|
|
76
80
|
line-height: var(--default-line-height);
|
|
77
81
|
padding: 0;
|
|
82
|
+
position: relative;
|
|
78
83
|
}
|
|
79
|
-
.checkbox-radio-switch__input[data-v-
|
|
84
|
+
.checkbox-radio-switch__input[data-v-9f4bf554] {
|
|
80
85
|
position: absolute;
|
|
81
86
|
z-index: -1;
|
|
82
87
|
opacity: 0 !important;
|
|
@@ -84,105 +89,105 @@
|
|
|
84
89
|
height: var(--icon-size);
|
|
85
90
|
margin: 4px 14px;
|
|
86
91
|
}
|
|
87
|
-
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-
|
|
88
|
-
.checkbox-radio-switch__input[data-v-
|
|
92
|
+
.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-9f4bf554],
|
|
93
|
+
.checkbox-radio-switch__input[data-v-9f4bf554]:focus-visible {
|
|
89
94
|
outline: 2px solid var(--color-main-text);
|
|
90
95
|
border-color: var(--color-main-background);
|
|
91
96
|
outline-offset: -2px;
|
|
92
97
|
}
|
|
93
|
-
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-
|
|
98
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-9f4bf554] {
|
|
94
99
|
opacity: .5;
|
|
95
100
|
}
|
|
96
|
-
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-
|
|
101
|
+
.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-9f4bf554] .checkbox-radio-switch__icon > * {
|
|
97
102
|
color: var(--color-main-text);
|
|
98
103
|
}
|
|
99
|
-
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-switch__content[data-v-
|
|
100
|
-
.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-9f4bf554],
|
|
105
|
+
.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-switch__content[data-v-9f4bf554]:hover {
|
|
101
106
|
background-color: var(--color-background-hover);
|
|
102
107
|
}
|
|
103
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-
|
|
104
|
-
.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-9f4bf554],
|
|
109
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-9f4bf554]:hover {
|
|
105
110
|
background-color: var(--color-primary-element-hover);
|
|
106
111
|
}
|
|
107
|
-
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-
|
|
108
|
-
.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-9f4bf554],
|
|
113
|
+
.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-9f4bf554]:hover {
|
|
109
114
|
background-color: var(--color-primary-element-light-hover);
|
|
110
115
|
}
|
|
111
|
-
.checkbox-radio-switch-switch[data-v-
|
|
116
|
+
.checkbox-radio-switch-switch[data-v-9f4bf554]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
112
117
|
color: var(--color-text-maxcontrast);
|
|
113
118
|
}
|
|
114
|
-
.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-9f4bf554] .checkbox-radio-switch__icon > * {
|
|
115
120
|
color: var(--color-primary-element-light);
|
|
116
121
|
}
|
|
117
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-
|
|
122
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-9f4bf554] {
|
|
118
123
|
border: 2px solid var(--color-border-maxcontrast);
|
|
119
124
|
overflow: hidden;
|
|
120
125
|
}
|
|
121
|
-
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-
|
|
126
|
+
.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-9f4bf554] {
|
|
122
127
|
font-weight: 700;
|
|
123
128
|
}
|
|
124
|
-
.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-9f4bf554] {
|
|
125
130
|
background-color: var(--color-primary-element);
|
|
126
131
|
color: var(--color-primary-element-text);
|
|
127
132
|
}
|
|
128
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
133
|
+
.checkbox-radio-switch--button-variant[data-v-9f4bf554] .checkbox-radio-switch__text {
|
|
129
134
|
overflow: hidden;
|
|
130
135
|
text-overflow: ellipsis;
|
|
131
136
|
white-space: nowrap;
|
|
132
137
|
width: 100%;
|
|
133
138
|
}
|
|
134
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
139
|
+
.checkbox-radio-switch--button-variant[data-v-9f4bf554]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * {
|
|
135
140
|
color: var(--color-main-text);
|
|
136
141
|
}
|
|
137
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
142
|
+
.checkbox-radio-switch--button-variant[data-v-9f4bf554] .checkbox-radio-switch__icon:empty {
|
|
138
143
|
display: none;
|
|
139
144
|
}
|
|
140
|
-
.checkbox-radio-switch--button-variant[data-v-
|
|
141
|
-
.checkbox-radio-switch--button-variant .checkbox-radio-switch__content[data-v-
|
|
145
|
+
.checkbox-radio-switch--button-variant[data-v-9f4bf554]: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-9f4bf554] {
|
|
142
147
|
border-radius: calc(var(--default-clickable-area) / 2);
|
|
143
148
|
}
|
|
144
|
-
.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-9f4bf554] {
|
|
145
150
|
flex-basis: 100%;
|
|
146
151
|
max-width: unset;
|
|
147
152
|
}
|
|
148
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
153
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-9f4bf554]:first-of-type {
|
|
149
154
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
150
155
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
151
156
|
}
|
|
152
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
157
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-9f4bf554]:last-of-type {
|
|
153
158
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
154
159
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
155
160
|
}
|
|
156
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
161
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-9f4bf554]:not(:last-of-type) {
|
|
157
162
|
border-bottom: 0 !important;
|
|
158
163
|
}
|
|
159
|
-
.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-9f4bf554] {
|
|
160
165
|
margin-bottom: 2px;
|
|
161
166
|
}
|
|
162
|
-
.checkbox-radio-switch--button-variant-v-grouped[data-v-
|
|
167
|
+
.checkbox-radio-switch--button-variant-v-grouped[data-v-9f4bf554]:not(:first-of-type) {
|
|
163
168
|
border-top: 0 !important;
|
|
164
169
|
}
|
|
165
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
170
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-9f4bf554]:first-of-type {
|
|
166
171
|
border-top-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
167
172
|
border-bottom-left-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
168
173
|
}
|
|
169
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
174
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-9f4bf554]:last-of-type {
|
|
170
175
|
border-top-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
171
176
|
border-bottom-right-radius: calc(var(--default-clickable-area) / 2 + 2px);
|
|
172
177
|
}
|
|
173
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
178
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-9f4bf554]:not(:last-of-type) {
|
|
174
179
|
border-right: 0 !important;
|
|
175
180
|
}
|
|
176
|
-
.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-9f4bf554] {
|
|
177
182
|
margin-right: 2px;
|
|
178
183
|
}
|
|
179
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
184
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-9f4bf554]:not(:first-of-type) {
|
|
180
185
|
border-left: 0 !important;
|
|
181
186
|
}
|
|
182
|
-
.checkbox-radio-switch--button-variant-h-grouped[data-v-
|
|
187
|
+
.checkbox-radio-switch--button-variant-h-grouped[data-v-9f4bf554] .checkbox-radio-switch__text {
|
|
183
188
|
text-align: center;
|
|
184
189
|
}
|
|
185
|
-
.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-9f4bf554] {
|
|
186
191
|
flex-direction: column;
|
|
187
192
|
justify-content: center;
|
|
188
193
|
width: 100%;
|
|
@@ -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-8f4e0666] {
|
|
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
|
-
.button-vue[data-v-
|
|
30
|
+
.button-vue[data-v-8f4e0666] {
|
|
31
31
|
position: relative;
|
|
32
32
|
width: fit-content;
|
|
33
33
|
overflow: hidden;
|
|
@@ -51,46 +51,46 @@
|
|
|
51
51
|
color: var(--color-primary-element-light-text);
|
|
52
52
|
background-color: var(--color-primary-element-light);
|
|
53
53
|
}
|
|
54
|
-
.button-vue *[data-v-
|
|
55
|
-
.button-vue span[data-v-
|
|
54
|
+
.button-vue *[data-v-8f4e0666],
|
|
55
|
+
.button-vue span[data-v-8f4e0666] {
|
|
56
56
|
cursor: pointer;
|
|
57
57
|
}
|
|
58
|
-
.button-vue[data-v-
|
|
58
|
+
.button-vue[data-v-8f4e0666]:focus {
|
|
59
59
|
outline: none;
|
|
60
60
|
}
|
|
61
|
-
.button-vue[data-v-
|
|
61
|
+
.button-vue[data-v-8f4e0666]:disabled {
|
|
62
62
|
cursor: default;
|
|
63
63
|
opacity: .5;
|
|
64
64
|
filter: saturate(.7);
|
|
65
65
|
}
|
|
66
|
-
.button-vue:disabled *[data-v-
|
|
66
|
+
.button-vue:disabled *[data-v-8f4e0666] {
|
|
67
67
|
cursor: default;
|
|
68
68
|
}
|
|
69
|
-
.button-vue[data-v-
|
|
69
|
+
.button-vue[data-v-8f4e0666]:hover:not(:disabled) {
|
|
70
70
|
background-color: var(--color-primary-element-light-hover);
|
|
71
71
|
}
|
|
72
|
-
.button-vue[data-v-
|
|
72
|
+
.button-vue[data-v-8f4e0666]:active {
|
|
73
73
|
background-color: var(--color-primary-element-light);
|
|
74
74
|
}
|
|
75
|
-
.button-vue__wrapper[data-v-
|
|
75
|
+
.button-vue__wrapper[data-v-8f4e0666] {
|
|
76
76
|
display: inline-flex;
|
|
77
77
|
align-items: center;
|
|
78
78
|
justify-content: center;
|
|
79
79
|
width: 100%;
|
|
80
80
|
}
|
|
81
|
-
.button-vue--end .button-vue__wrapper[data-v-
|
|
81
|
+
.button-vue--end .button-vue__wrapper[data-v-8f4e0666] {
|
|
82
82
|
justify-content: end;
|
|
83
83
|
}
|
|
84
|
-
.button-vue--start .button-vue__wrapper[data-v-
|
|
84
|
+
.button-vue--start .button-vue__wrapper[data-v-8f4e0666] {
|
|
85
85
|
justify-content: start;
|
|
86
86
|
}
|
|
87
|
-
.button-vue--reverse .button-vue__wrapper[data-v-
|
|
87
|
+
.button-vue--reverse .button-vue__wrapper[data-v-8f4e0666] {
|
|
88
88
|
flex-direction: row-reverse;
|
|
89
89
|
}
|
|
90
|
-
.button-vue--reverse.button-vue--icon-and-text[data-v-
|
|
90
|
+
.button-vue--reverse.button-vue--icon-and-text[data-v-8f4e0666] {
|
|
91
91
|
padding-inline: calc(var(--default-grid-baseline) * 4) var(--default-grid-baseline);
|
|
92
92
|
}
|
|
93
|
-
.button-vue__icon[data-v-
|
|
93
|
+
.button-vue__icon[data-v-8f4e0666] {
|
|
94
94
|
height: 44px;
|
|
95
95
|
width: 44px;
|
|
96
96
|
min-height: 44px;
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
justify-content: center;
|
|
100
100
|
align-items: center;
|
|
101
101
|
}
|
|
102
|
-
.button-vue__text[data-v-
|
|
102
|
+
.button-vue__text[data-v-8f4e0666] {
|
|
103
103
|
font-weight: 700;
|
|
104
104
|
margin-bottom: 1px;
|
|
105
105
|
padding: 2px 0;
|
|
@@ -107,98 +107,98 @@
|
|
|
107
107
|
text-overflow: ellipsis;
|
|
108
108
|
overflow: hidden;
|
|
109
109
|
}
|
|
110
|
-
.button-vue--icon-only[data-v-
|
|
110
|
+
.button-vue--icon-only[data-v-8f4e0666] {
|
|
111
111
|
width: 44px !important;
|
|
112
112
|
}
|
|
113
|
-
.button-vue--text-only[data-v-
|
|
113
|
+
.button-vue--text-only[data-v-8f4e0666] {
|
|
114
114
|
padding: 0 12px;
|
|
115
115
|
}
|
|
116
|
-
.button-vue--text-only .button-vue__text[data-v-
|
|
116
|
+
.button-vue--text-only .button-vue__text[data-v-8f4e0666] {
|
|
117
117
|
margin-left: 4px;
|
|
118
118
|
margin-right: 4px;
|
|
119
119
|
}
|
|
120
|
-
.button-vue--icon-and-text[data-v-
|
|
120
|
+
.button-vue--icon-and-text[data-v-8f4e0666] {
|
|
121
121
|
padding-block: 0;
|
|
122
122
|
padding-inline: var(--default-grid-baseline) calc(var(--default-grid-baseline) * 4);
|
|
123
123
|
}
|
|
124
|
-
.button-vue--wide[data-v-
|
|
124
|
+
.button-vue--wide[data-v-8f4e0666] {
|
|
125
125
|
width: 100%;
|
|
126
126
|
}
|
|
127
|
-
.button-vue[data-v-
|
|
127
|
+
.button-vue[data-v-8f4e0666]:focus-visible {
|
|
128
128
|
outline: 2px solid var(--color-main-text) !important;
|
|
129
129
|
box-shadow: 0 0 0 4px var(--color-main-background) !important;
|
|
130
130
|
}
|
|
131
|
-
.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-
|
|
131
|
+
.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-8f4e0666] {
|
|
132
132
|
outline: 2px solid var(--color-primary-element-text);
|
|
133
133
|
border-radius: var(--border-radius);
|
|
134
134
|
background-color: transparent;
|
|
135
135
|
}
|
|
136
|
-
.button-vue--vue-primary[data-v-
|
|
136
|
+
.button-vue--vue-primary[data-v-8f4e0666] {
|
|
137
137
|
background-color: var(--color-primary-element);
|
|
138
138
|
color: var(--color-primary-element-text);
|
|
139
139
|
}
|
|
140
|
-
.button-vue--vue-primary[data-v-
|
|
140
|
+
.button-vue--vue-primary[data-v-8f4e0666]:hover:not(:disabled) {
|
|
141
141
|
background-color: var(--color-primary-element-hover);
|
|
142
142
|
}
|
|
143
|
-
.button-vue--vue-primary[data-v-
|
|
143
|
+
.button-vue--vue-primary[data-v-8f4e0666]:active {
|
|
144
144
|
background-color: var(--color-primary-element);
|
|
145
145
|
}
|
|
146
|
-
.button-vue--vue-secondary[data-v-
|
|
146
|
+
.button-vue--vue-secondary[data-v-8f4e0666] {
|
|
147
147
|
color: var(--color-primary-element-light-text);
|
|
148
148
|
background-color: var(--color-primary-element-light);
|
|
149
149
|
}
|
|
150
|
-
.button-vue--vue-secondary[data-v-
|
|
150
|
+
.button-vue--vue-secondary[data-v-8f4e0666]:hover:not(:disabled) {
|
|
151
151
|
color: var(--color-primary-element-light-text);
|
|
152
152
|
background-color: var(--color-primary-element-light-hover);
|
|
153
153
|
}
|
|
154
|
-
.button-vue--vue-tertiary[data-v-
|
|
154
|
+
.button-vue--vue-tertiary[data-v-8f4e0666] {
|
|
155
155
|
color: var(--color-main-text);
|
|
156
156
|
background-color: transparent;
|
|
157
157
|
}
|
|
158
|
-
.button-vue--vue-tertiary[data-v-
|
|
158
|
+
.button-vue--vue-tertiary[data-v-8f4e0666]:hover:not(:disabled) {
|
|
159
159
|
background-color: var(--color-background-hover);
|
|
160
160
|
}
|
|
161
|
-
.button-vue--vue-tertiary-no-background[data-v-
|
|
161
|
+
.button-vue--vue-tertiary-no-background[data-v-8f4e0666] {
|
|
162
162
|
color: var(--color-main-text);
|
|
163
163
|
background-color: transparent;
|
|
164
164
|
}
|
|
165
|
-
.button-vue--vue-tertiary-no-background[data-v-
|
|
165
|
+
.button-vue--vue-tertiary-no-background[data-v-8f4e0666]:hover:not(:disabled) {
|
|
166
166
|
background-color: transparent;
|
|
167
167
|
}
|
|
168
|
-
.button-vue--vue-tertiary-on-primary[data-v-
|
|
168
|
+
.button-vue--vue-tertiary-on-primary[data-v-8f4e0666] {
|
|
169
169
|
color: var(--color-primary-element-text);
|
|
170
170
|
background-color: transparent;
|
|
171
171
|
}
|
|
172
|
-
.button-vue--vue-tertiary-on-primary[data-v-
|
|
172
|
+
.button-vue--vue-tertiary-on-primary[data-v-8f4e0666]:hover:not(:disabled) {
|
|
173
173
|
background-color: transparent;
|
|
174
174
|
}
|
|
175
|
-
.button-vue--vue-success[data-v-
|
|
175
|
+
.button-vue--vue-success[data-v-8f4e0666] {
|
|
176
176
|
background-color: var(--color-success);
|
|
177
177
|
color: #fff;
|
|
178
178
|
}
|
|
179
|
-
.button-vue--vue-success[data-v-
|
|
179
|
+
.button-vue--vue-success[data-v-8f4e0666]:hover:not(:disabled) {
|
|
180
180
|
background-color: var(--color-success-hover);
|
|
181
181
|
}
|
|
182
|
-
.button-vue--vue-success[data-v-
|
|
182
|
+
.button-vue--vue-success[data-v-8f4e0666]:active {
|
|
183
183
|
background-color: var(--color-success);
|
|
184
184
|
}
|
|
185
|
-
.button-vue--vue-warning[data-v-
|
|
185
|
+
.button-vue--vue-warning[data-v-8f4e0666] {
|
|
186
186
|
background-color: var(--color-warning);
|
|
187
187
|
color: #fff;
|
|
188
188
|
}
|
|
189
|
-
.button-vue--vue-warning[data-v-
|
|
189
|
+
.button-vue--vue-warning[data-v-8f4e0666]:hover:not(:disabled) {
|
|
190
190
|
background-color: var(--color-warning-hover);
|
|
191
191
|
}
|
|
192
|
-
.button-vue--vue-warning[data-v-
|
|
192
|
+
.button-vue--vue-warning[data-v-8f4e0666]:active {
|
|
193
193
|
background-color: var(--color-warning);
|
|
194
194
|
}
|
|
195
|
-
.button-vue--vue-error[data-v-
|
|
195
|
+
.button-vue--vue-error[data-v-8f4e0666] {
|
|
196
196
|
background-color: var(--color-error);
|
|
197
197
|
color: #fff;
|
|
198
198
|
}
|
|
199
|
-
.button-vue--vue-error[data-v-
|
|
199
|
+
.button-vue--vue-error[data-v-8f4e0666]:hover:not(:disabled) {
|
|
200
200
|
background-color: var(--color-error-hover);
|
|
201
201
|
}
|
|
202
|
-
.button-vue--vue-error[data-v-
|
|
202
|
+
.button-vue--vue-error[data-v-8f4e0666]:active {
|
|
203
203
|
background-color: var(--color-error);
|
|
204
204
|
}
|
|
@@ -20,33 +20,32 @@
|
|
|
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-5d751802] {
|
|
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-navigation-caption[data-v-
|
|
30
|
+
.app-navigation-caption[data-v-5d751802] {
|
|
31
31
|
display: flex;
|
|
32
32
|
justify-content: space-between;
|
|
33
33
|
}
|
|
34
|
-
.app-navigation-caption__name[data-v-
|
|
34
|
+
.app-navigation-caption__name[data-v-5d751802] {
|
|
35
35
|
font-weight: 700;
|
|
36
|
-
color: var(--color-
|
|
36
|
+
color: var(--color-main-text);
|
|
37
37
|
font-size: var(--default-font-size);
|
|
38
38
|
line-height: 44px;
|
|
39
39
|
white-space: nowrap;
|
|
40
40
|
overflow: hidden;
|
|
41
41
|
text-overflow: ellipsis;
|
|
42
|
-
opacity: .7;
|
|
43
42
|
box-shadow: none !important;
|
|
44
43
|
flex-shrink: 0;
|
|
45
44
|
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
|
|
46
45
|
}
|
|
47
|
-
.app-navigation-caption__actions[data-v-
|
|
46
|
+
.app-navigation-caption__actions[data-v-5d751802] {
|
|
48
47
|
flex: 0 0 44px;
|
|
49
48
|
}
|
|
50
|
-
.app-navigation-caption[data-v-
|
|
49
|
+
.app-navigation-caption[data-v-5d751802]:not(:first-child) {
|
|
51
50
|
margin-top: 22px;
|
|
52
51
|
}
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
.autocomplete-result__subline[data-v-25cf09d8] {
|
|
83
83
|
color: var(--color-text-maxcontrast);
|
|
84
84
|
}
|
|
85
|
-
.material-design-icon[data-v-
|
|
85
|
+
.material-design-icon[data-v-9e395f41] {
|
|
86
86
|
display: flex;
|
|
87
87
|
align-self: center;
|
|
88
88
|
justify-self: center;
|
|
89
89
|
align-items: center;
|
|
90
90
|
justify-content: center;
|
|
91
91
|
}
|
|
92
|
-
.rich-contenteditable__input[data-v-
|
|
92
|
+
.rich-contenteditable__input[data-v-9e395f41] {
|
|
93
93
|
overflow-y: auto;
|
|
94
94
|
width: auto;
|
|
95
95
|
margin: 0;
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
min-height: 44px;
|
|
108
108
|
max-height: 242px;
|
|
109
109
|
}
|
|
110
|
-
.rich-contenteditable__input--empty[data-v-
|
|
111
|
-
content: attr(placeholder);
|
|
110
|
+
.rich-contenteditable__input--empty[data-v-9e395f41]:before {
|
|
111
|
+
content: attr(aria-placeholder);
|
|
112
112
|
color: var(--color-text-maxcontrast);
|
|
113
113
|
position: absolute;
|
|
114
114
|
}
|
|
115
|
-
.rich-contenteditable__input[contenteditable=false][data-v-
|
|
115
|
+
.rich-contenteditable__input[contenteditable=false][data-v-9e395f41]:not(.rich-contenteditable__input--disabled) {
|
|
116
116
|
cursor: default;
|
|
117
117
|
background-color: transparent;
|
|
118
118
|
color: var(--color-main-text);
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
opacity: 1;
|
|
121
121
|
border-radius: 0;
|
|
122
122
|
}
|
|
123
|
-
.rich-contenteditable__input--multiline[data-v-
|
|
123
|
+
.rich-contenteditable__input--multiline[data-v-9e395f41] {
|
|
124
124
|
min-height: 132px;
|
|
125
125
|
max-height: none;
|
|
126
126
|
}
|
|
127
|
-
.rich-contenteditable__input--disabled[data-v-
|
|
127
|
+
.rich-contenteditable__input--disabled[data-v-9e395f41] {
|
|
128
128
|
opacity: .5;
|
|
129
129
|
color: var(--color-text-maxcontrast);
|
|
130
130
|
border: 2px solid var(--color-background-darker);
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { t as u } from "./l10n-1b905a9a.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
+
*
|
|
5
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
+
* @author Grigorii K. Shartsev <me@shgk.me>
|
|
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
|
+
class l {
|
|
25
|
+
/**
|
|
26
|
+
* @param {number} r The red value
|
|
27
|
+
* @param {number} g The green value
|
|
28
|
+
* @param {number} b The blue value
|
|
29
|
+
* @param {string} [name] The name of the color
|
|
30
|
+
*/
|
|
31
|
+
constructor(t, n, r, c) {
|
|
32
|
+
this.r = t, this.g = n, this.b = r, c && (this.name = c);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
function b(o, t) {
|
|
36
|
+
const n = new Array(3);
|
|
37
|
+
return n[0] = (t[1].r - t[0].r) / o, n[1] = (t[1].g - t[0].g) / o, n[2] = (t[1].b - t[0].b) / o, n;
|
|
38
|
+
}
|
|
39
|
+
function i(o, t, n) {
|
|
40
|
+
const r = [];
|
|
41
|
+
r.push(t);
|
|
42
|
+
const c = b(o, [t, n]);
|
|
43
|
+
for (let e = 1; e < o; e++) {
|
|
44
|
+
const a = Math.floor(t.r + c[0] * e), f = Math.floor(t.g + c[1] * e), h = Math.floor(t.b + c[2] * e);
|
|
45
|
+
r.push(new l(a, f, h));
|
|
46
|
+
}
|
|
47
|
+
return r;
|
|
48
|
+
}
|
|
49
|
+
function w(o) {
|
|
50
|
+
o || (o = 6);
|
|
51
|
+
const t = new l(182, 70, 157, u("Purple")), n = new l(221, 203, 85, u("Gold")), r = new l(0, 130, 201, u("Nextcloud blue")), c = i(o, t, n), e = i(o, n, r), a = i(o, r, t);
|
|
52
|
+
return c.concat(e).concat(a);
|
|
53
|
+
}
|
|
54
|
+
export {
|
|
55
|
+
w as G
|
|
56
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenColors-12ec1caa.mjs","sources":["../../src/utils/GenColors.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Grigorii K. Shartsev <me@shgk.me>\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\n/**\n * Originally taken from https://github.com/nextcloud/server/blob/master/core/js/placeholder.js\n */\n\nimport { t } from '../l10n.js'\n\nclass Color {\n\n\t/**\n\t * @param {number} r The red value\n\t * @param {number} g The green value\n\t * @param {number} b The blue value\n\t * @param {string} [name] The name of the color\n\t */\n\tconstructor(r, g, b, name) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t\tif (name) {\n\t\t\tthis.name = name\n\t\t}\n\t}\n\n}\n\n/**\n * Calculate the number of steps\n *\n * @param {number} steps The number of steps\n * @param {Array} ends The ends\n * @return {Array} Array containing the number of steps per color\n */\nfunction stepCalc(steps, ends) {\n\tconst step = new Array(3)\n\tstep[0] = (ends[1].r - ends[0].r) / steps\n\tstep[1] = (ends[1].g - ends[0].g) / steps\n\tstep[2] = (ends[1].b - ends[0].b) / steps\n\treturn step\n}\n\n/**\n * Create a color palette from two colors\n *\n * @param {number} steps The number of steps the palette has\n * @param {Color} color1 The first color\n * @param {Color} color2 The second color\n * @return {Array} The created palette array\n */\nfunction mixPalette(steps, color1, color2) {\n\tconst palette = []\n\tpalette.push(color1)\n\tconst step = stepCalc(steps, [color1, color2])\n\tfor (let i = 1; i < steps; i++) {\n\t\tconst r = Math.floor(color1.r + step[0] * i)\n\t\tconst g = Math.floor(color1.g + step[1] * i)\n\t\tconst b = Math.floor(color1.b + step[2] * i)\n\t\tpalette.push(new Color(r, g, b))\n\t}\n\treturn palette\n}\n\n/**\n * Generate colors from the official nextcloud color\n * You can provide how many colors you want (multiplied by 3)\n * if step = 6\n * 3 colors * 6 will result in 18 generated colors\n *\n * @param {number} [steps] Number of steps to go from a color to another\n * @return {object[]}\n */\nfunction GenColors(steps) {\n\tif (!steps) {\n\t\tsteps = 6\n\t}\n\n\tconst red = new Color(182, 70, 157, t('Purple'))\n\tconst yellow = new Color(221, 203, 85, t('Gold'))\n\tconst blue = new Color(0, 130, 201, t('Nextcloud blue'))\n\n\tconst palette1 = mixPalette(steps, red, yellow)\n\tconst palette2 = mixPalette(steps, yellow, blue)\n\tconst palette3 = mixPalette(steps, blue, red)\n\n\treturn palette1.concat(palette2).concat(palette3)\n}\n\nexport default GenColors\n"],"names":["Color","r","g","b","name","stepCalc","steps","ends","step","mixPalette","color1","color2","palette","i","GenColors","red","t","yellow","blue","palette1","palette2","palette3"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,EAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQX,YAAYC,GAAGC,GAAGC,GAAGC,GAAM;AAC1B,SAAK,IAAIH,GACT,KAAK,IAAIC,GACT,KAAK,IAAIC,GACLC,MACH,KAAK,OAAOA;AAAA,EAEb;AAEF;AASA,SAASC,EAASC,GAAOC,GAAM;AAC9B,QAAMC,IAAO,IAAI,MAAM,CAAC;AACxB,SAAAA,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GACpCE,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GACpCE,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GAC7BE;AACR;AAUA,SAASC,EAAWH,GAAOI,GAAQC,GAAQ;AAC1C,QAAMC,IAAU,CAAE;AAClB,EAAAA,EAAQ,KAAKF,CAAM;AACnB,QAAMF,IAAOH,EAASC,GAAO,CAACI,GAAQC,CAAM,CAAC;AAC7C,WAASE,IAAI,GAAGA,IAAIP,GAAOO,KAAK;AAC/B,UAAMZ,IAAI,KAAK,MAAMS,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC,GACrCX,IAAI,KAAK,MAAMQ,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC,GACrCV,IAAI,KAAK,MAAMO,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC;AAC3C,IAAAD,EAAQ,KAAK,IAAIZ,EAAMC,GAAGC,GAAGC,CAAC,CAAC;AAAA,EAC/B;AACD,SAAOS;AACR;AAWA,SAASE,EAAUR,GAAO;AACzB,EAAKA,MACJA,IAAQ;AAGT,QAAMS,IAAM,IAAIf,EAAM,KAAK,IAAI,KAAKgB,EAAE,QAAQ,CAAC,GACzCC,IAAS,IAAIjB,EAAM,KAAK,KAAK,IAAIgB,EAAE,MAAM,CAAC,GAC1CE,IAAO,IAAIlB,EAAM,GAAG,KAAK,KAAKgB,EAAE,gBAAgB,CAAC,GAEjDG,IAAWV,EAAWH,GAAOS,GAAKE,CAAM,GACxCG,IAAWX,EAAWH,GAAOW,GAAQC,CAAI,GACzCG,IAAWZ,EAAWH,GAAOY,GAAMH,CAAG;AAE5C,SAAOI,EAAS,OAAOC,CAAQ,EAAE,OAAOC,CAAQ;AACjD;"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const a = require("./l10n-070da9ad.cjs");
|
|
3
|
+
/**
|
|
4
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
5
|
+
*
|
|
6
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
7
|
+
* @author Grigorii K. Shartsev <me@shgk.me>
|
|
8
|
+
*
|
|
9
|
+
* @license AGPL-3.0-or-later
|
|
10
|
+
*
|
|
11
|
+
* This program is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Affero General Public License as
|
|
13
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
14
|
+
* License, or (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* This program is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Affero General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
22
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class l {
|
|
26
|
+
/**
|
|
27
|
+
* @param {number} r The red value
|
|
28
|
+
* @param {number} g The green value
|
|
29
|
+
* @param {number} b The blue value
|
|
30
|
+
* @param {string} [name] The name of the color
|
|
31
|
+
*/
|
|
32
|
+
constructor(t, o, r, c) {
|
|
33
|
+
this.r = t, this.g = o, this.b = r, c && (this.name = c);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
function h(n, t) {
|
|
37
|
+
const o = new Array(3);
|
|
38
|
+
return o[0] = (t[1].r - t[0].r) / n, o[1] = (t[1].g - t[0].g) / n, o[2] = (t[1].b - t[0].b) / n, o;
|
|
39
|
+
}
|
|
40
|
+
function i(n, t, o) {
|
|
41
|
+
const r = [];
|
|
42
|
+
r.push(t);
|
|
43
|
+
const c = h(n, [t, o]);
|
|
44
|
+
for (let e = 1; e < n; e++) {
|
|
45
|
+
const u = Math.floor(t.r + c[0] * e), s = Math.floor(t.g + c[1] * e), f = Math.floor(t.b + c[2] * e);
|
|
46
|
+
r.push(new l(u, s, f));
|
|
47
|
+
}
|
|
48
|
+
return r;
|
|
49
|
+
}
|
|
50
|
+
function b(n) {
|
|
51
|
+
n || (n = 6);
|
|
52
|
+
const t = new l(182, 70, 157, a.t("Purple")), o = new l(221, 203, 85, a.t("Gold")), r = new l(0, 130, 201, a.t("Nextcloud blue")), c = i(n, t, o), e = i(n, o, r), u = i(n, r, t);
|
|
53
|
+
return c.concat(e).concat(u);
|
|
54
|
+
}
|
|
55
|
+
exports.GenColors = b;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenColors-a8d54566.cjs","sources":["../../src/utils/GenColors.js"],"sourcesContent":["/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\n * @author Grigorii K. Shartsev <me@shgk.me>\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\n/**\n * Originally taken from https://github.com/nextcloud/server/blob/master/core/js/placeholder.js\n */\n\nimport { t } from '../l10n.js'\n\nclass Color {\n\n\t/**\n\t * @param {number} r The red value\n\t * @param {number} g The green value\n\t * @param {number} b The blue value\n\t * @param {string} [name] The name of the color\n\t */\n\tconstructor(r, g, b, name) {\n\t\tthis.r = r\n\t\tthis.g = g\n\t\tthis.b = b\n\t\tif (name) {\n\t\t\tthis.name = name\n\t\t}\n\t}\n\n}\n\n/**\n * Calculate the number of steps\n *\n * @param {number} steps The number of steps\n * @param {Array} ends The ends\n * @return {Array} Array containing the number of steps per color\n */\nfunction stepCalc(steps, ends) {\n\tconst step = new Array(3)\n\tstep[0] = (ends[1].r - ends[0].r) / steps\n\tstep[1] = (ends[1].g - ends[0].g) / steps\n\tstep[2] = (ends[1].b - ends[0].b) / steps\n\treturn step\n}\n\n/**\n * Create a color palette from two colors\n *\n * @param {number} steps The number of steps the palette has\n * @param {Color} color1 The first color\n * @param {Color} color2 The second color\n * @return {Array} The created palette array\n */\nfunction mixPalette(steps, color1, color2) {\n\tconst palette = []\n\tpalette.push(color1)\n\tconst step = stepCalc(steps, [color1, color2])\n\tfor (let i = 1; i < steps; i++) {\n\t\tconst r = Math.floor(color1.r + step[0] * i)\n\t\tconst g = Math.floor(color1.g + step[1] * i)\n\t\tconst b = Math.floor(color1.b + step[2] * i)\n\t\tpalette.push(new Color(r, g, b))\n\t}\n\treturn palette\n}\n\n/**\n * Generate colors from the official nextcloud color\n * You can provide how many colors you want (multiplied by 3)\n * if step = 6\n * 3 colors * 6 will result in 18 generated colors\n *\n * @param {number} [steps] Number of steps to go from a color to another\n * @return {object[]}\n */\nfunction GenColors(steps) {\n\tif (!steps) {\n\t\tsteps = 6\n\t}\n\n\tconst red = new Color(182, 70, 157, t('Purple'))\n\tconst yellow = new Color(221, 203, 85, t('Gold'))\n\tconst blue = new Color(0, 130, 201, t('Nextcloud blue'))\n\n\tconst palette1 = mixPalette(steps, red, yellow)\n\tconst palette2 = mixPalette(steps, yellow, blue)\n\tconst palette3 = mixPalette(steps, blue, red)\n\n\treturn palette1.concat(palette2).concat(palette3)\n}\n\nexport default GenColors\n"],"names":["Color","r","g","b","name","stepCalc","steps","ends","step","mixPalette","color1","color2","palette","i","GenColors","red","t","yellow","blue","palette1","palette2","palette3"],"mappings":";;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA6BA,MAAMA,EAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQX,YAAYC,GAAGC,GAAGC,GAAGC,GAAM;AAC1B,SAAK,IAAIH,GACT,KAAK,IAAIC,GACT,KAAK,IAAIC,GACLC,MACH,KAAK,OAAOA;AAAA,EAEb;AAEF;AASA,SAASC,EAASC,GAAOC,GAAM;AAC9B,QAAMC,IAAO,IAAI,MAAM,CAAC;AACxB,SAAAA,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GACpCE,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GACpCE,EAAK,CAAC,KAAKD,EAAK,CAAC,EAAE,IAAIA,EAAK,CAAC,EAAE,KAAKD,GAC7BE;AACR;AAUA,SAASC,EAAWH,GAAOI,GAAQC,GAAQ;AAC1C,QAAMC,IAAU,CAAE;AAClB,EAAAA,EAAQ,KAAKF,CAAM;AACnB,QAAMF,IAAOH,EAASC,GAAO,CAACI,GAAQC,CAAM,CAAC;AAC7C,WAASE,IAAI,GAAGA,IAAIP,GAAOO,KAAK;AAC/B,UAAMZ,IAAI,KAAK,MAAMS,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC,GACrCX,IAAI,KAAK,MAAMQ,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC,GACrCV,IAAI,KAAK,MAAMO,EAAO,IAAIF,EAAK,CAAC,IAAIK,CAAC;AAC3C,IAAAD,EAAQ,KAAK,IAAIZ,EAAMC,GAAGC,GAAGC,CAAC,CAAC;AAAA,EAC/B;AACD,SAAOS;AACR;AAWA,SAASE,EAAUR,GAAO;AACzB,EAAKA,MACJA,IAAQ;AAGT,QAAMS,IAAM,IAAIf,EAAM,KAAK,IAAI,KAAKgB,EAAAA,EAAE,QAAQ,CAAC,GACzCC,IAAS,IAAIjB,EAAM,KAAK,KAAK,IAAIgB,EAAAA,EAAE,MAAM,CAAC,GAC1CE,IAAO,IAAIlB,EAAM,GAAG,KAAK,KAAKgB,EAAAA,EAAE,gBAAgB,CAAC,GAEjDG,IAAWV,EAAWH,GAAOS,GAAKE,CAAM,GACxCG,IAAWX,EAAWH,GAAOW,GAAQC,CAAI,GACzCG,IAAWZ,EAAWH,GAAOY,GAAMH,CAAG;AAE5C,SAAOI,EAAS,OAAOC,CAAQ,EAAE,OAAOC,CAAQ;AACjD;;"}
|