@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
|
@@ -20,68 +20,69 @@
|
|
|
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-538ddb41] {
|
|
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
|
-
.avatardiv[data-v-
|
|
30
|
+
.avatardiv[data-v-538ddb41] {
|
|
31
31
|
position: relative;
|
|
32
32
|
display: inline-block;
|
|
33
33
|
width: var(--size);
|
|
34
34
|
height: var(--size);
|
|
35
35
|
}
|
|
36
|
-
.avatardiv--unknown[data-v-
|
|
36
|
+
.avatardiv--unknown[data-v-538ddb41] {
|
|
37
37
|
position: relative;
|
|
38
38
|
background-color: var(--color-main-background);
|
|
39
39
|
white-space: normal;
|
|
40
40
|
}
|
|
41
|
-
.avatardiv[data-v-
|
|
41
|
+
.avatardiv[data-v-538ddb41]:not(.avatardiv--unknown) {
|
|
42
42
|
background-color: var(--color-main-background) !important;
|
|
43
43
|
box-shadow: 0 0 5px #0000000d inset;
|
|
44
44
|
}
|
|
45
|
-
.avatardiv--with-menu[data-v-
|
|
45
|
+
.avatardiv--with-menu[data-v-538ddb41] {
|
|
46
46
|
cursor: pointer;
|
|
47
47
|
}
|
|
48
|
-
.avatardiv--with-menu .action-item[data-v-
|
|
48
|
+
.avatardiv--with-menu .action-item[data-v-538ddb41] {
|
|
49
49
|
position: absolute;
|
|
50
50
|
top: 0;
|
|
51
51
|
left: 0;
|
|
52
52
|
}
|
|
53
|
-
.avatardiv--with-menu[data-v-
|
|
53
|
+
.avatardiv--with-menu[data-v-538ddb41] .action-item__menutoggle {
|
|
54
54
|
cursor: pointer;
|
|
55
55
|
opacity: 0;
|
|
56
56
|
}
|
|
57
|
-
.avatardiv--with-menu[data-v-
|
|
58
|
-
.avatardiv--with-menu[data-v-
|
|
59
|
-
.avatardiv--with-menu.avatardiv--with-menu-loading[data-v-
|
|
57
|
+
.avatardiv--with-menu[data-v-538ddb41]:focus .action-item__menutoggle,
|
|
58
|
+
.avatardiv--with-menu[data-v-538ddb41]:hover .action-item__menutoggle,
|
|
59
|
+
.avatardiv--with-menu.avatardiv--with-menu-loading[data-v-538ddb41] .action-item__menutoggle {
|
|
60
60
|
opacity: 1;
|
|
61
61
|
}
|
|
62
|
-
.avatardiv--with-menu:focus img[data-v-
|
|
63
|
-
.avatardiv--with-menu:hover img[data-v-
|
|
64
|
-
.avatardiv--with-menu.avatardiv--with-menu-loading img[data-v-
|
|
62
|
+
.avatardiv--with-menu:focus img[data-v-538ddb41],
|
|
63
|
+
.avatardiv--with-menu:hover img[data-v-538ddb41],
|
|
64
|
+
.avatardiv--with-menu.avatardiv--with-menu-loading img[data-v-538ddb41] {
|
|
65
65
|
opacity: .3;
|
|
66
66
|
}
|
|
67
|
-
.avatardiv--with-menu[data-v-
|
|
68
|
-
.avatardiv--with-menu img[data-v-
|
|
67
|
+
.avatardiv--with-menu[data-v-538ddb41] .action-item__menutoggle,
|
|
68
|
+
.avatardiv--with-menu img[data-v-538ddb41] {
|
|
69
69
|
transition: opacity var(--animation-quick);
|
|
70
70
|
}
|
|
71
|
-
.avatardiv--with-menu[data-v-
|
|
72
|
-
.avatardiv--with-menu[data-v-
|
|
71
|
+
.avatardiv--with-menu[data-v-538ddb41] .button-vue,
|
|
72
|
+
.avatardiv--with-menu[data-v-538ddb41] .button-vue__icon {
|
|
73
73
|
height: var(--size);
|
|
74
74
|
min-height: var(--size);
|
|
75
75
|
width: var(--size) !important;
|
|
76
76
|
min-width: var(--size);
|
|
77
77
|
}
|
|
78
|
-
.avatardiv .avatardiv__initials-wrapper[data-v-
|
|
78
|
+
.avatardiv .avatardiv__initials-wrapper[data-v-538ddb41] {
|
|
79
|
+
display: block;
|
|
79
80
|
height: var(--size);
|
|
80
81
|
width: var(--size);
|
|
81
82
|
background-color: var(--color-main-background);
|
|
82
83
|
border-radius: 50%;
|
|
83
84
|
}
|
|
84
|
-
.avatardiv .avatardiv__initials-wrapper .unknown[data-v-
|
|
85
|
+
.avatardiv .avatardiv__initials-wrapper .unknown[data-v-538ddb41] {
|
|
85
86
|
position: absolute;
|
|
86
87
|
top: 0;
|
|
87
88
|
left: 0;
|
|
@@ -90,16 +91,16 @@
|
|
|
90
91
|
text-align: center;
|
|
91
92
|
font-weight: 400;
|
|
92
93
|
}
|
|
93
|
-
.avatardiv img[data-v-
|
|
94
|
+
.avatardiv img[data-v-538ddb41] {
|
|
94
95
|
width: 100%;
|
|
95
96
|
height: 100%;
|
|
96
97
|
object-fit: cover;
|
|
97
98
|
}
|
|
98
|
-
.avatardiv .material-design-icon[data-v-
|
|
99
|
+
.avatardiv .material-design-icon[data-v-538ddb41] {
|
|
99
100
|
width: var(--size);
|
|
100
101
|
height: var(--size);
|
|
101
102
|
}
|
|
102
|
-
.avatardiv .avatardiv__user-status[data-v-
|
|
103
|
+
.avatardiv .avatardiv__user-status[data-v-538ddb41] {
|
|
103
104
|
position: absolute;
|
|
104
105
|
right: -4px;
|
|
105
106
|
bottom: -4px;
|
|
@@ -116,33 +117,34 @@
|
|
|
116
117
|
background-position: center;
|
|
117
118
|
border-radius: 50%;
|
|
118
119
|
}
|
|
119
|
-
.acli:hover .avatardiv .avatardiv__user-status[data-v-
|
|
120
|
+
.acli:hover .avatardiv .avatardiv__user-status[data-v-538ddb41] {
|
|
120
121
|
border-color: var(--color-background-hover);
|
|
121
122
|
background-color: var(--color-background-hover);
|
|
122
123
|
}
|
|
123
|
-
.acli.active .avatardiv .avatardiv__user-status[data-v-
|
|
124
|
+
.acli.active .avatardiv .avatardiv__user-status[data-v-538ddb41] {
|
|
124
125
|
border-color: var(--color-primary-element-light);
|
|
125
126
|
background-color: var(--color-primary-element-light);
|
|
126
127
|
}
|
|
127
|
-
.avatardiv .avatardiv__user-status--online[data-v-
|
|
128
|
+
.avatardiv .avatardiv__user-status--online[data-v-538ddb41] {
|
|
128
129
|
background-image: url(data:image/svg+xml;base64,PCEtLSBUaGlzIGljb24gaXMgcGFydCBvZiBNYXRlcmlhbCBVSSBJY29ucy4gQ29weXJpZ2h0IDIwMjAgR29vZ2xlIEluYy4sIEFwYWNoZS0yLjAgTGljZW5zZSAtLT4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTQuOCAxMS4yaDYuNFY0LjhINC44djYuNHpNOCAwQzMuNiAwIDAgMy42IDAgOHMzLjYgOCA4IDggOC0zLjYgOC04LTMuNi04LTgtOHoiIGZpbGw9IiM0OWIzODIiLz48L3N2Zz4K);
|
|
129
130
|
}
|
|
130
|
-
.avatardiv .avatardiv__user-status--dnd[data-v-
|
|
131
|
+
.avatardiv .avatardiv__user-status--dnd[data-v-538ddb41] {
|
|
131
132
|
background-image: url(data:image/svg+xml;base64,PCEtLSBUaGlzIGljb24gaXMgcGFydCBvZiBNYXRlcmlhbCBVSSBJY29ucy4gQ29weXJpZ2h0IDIwMjAgR29vZ2xlIEluYy4sIEFwYWNoZS0yLjAgTGljZW5zZSAtLT4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTS00LTRoMjR2MjRILTRWLTR6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhzMy42IDggOCA4IDgtMy42IDgtOC0zLjYtOC04LTh6IiBmaWxsPSIjZWQ0ODRjIi8+PHBhdGggZD0iTTUgNi41aDZjLjggMCAxLjUuNyAxLjUgMS41cy0uNyAxLjUtMS41IDEuNUg1Yy0uOCAwLTEuNS0uNy0xLjUtMS41UzQuMiA2LjUgNSA2LjV6IiBmaWxsPSIjZmRmZmZmIi8+PC9zdmc+Cg==);
|
|
132
133
|
background-color: #fff;
|
|
133
134
|
}
|
|
134
|
-
.avatardiv .avatardiv__user-status--away[data-v-
|
|
135
|
+
.avatardiv .avatardiv__user-status--away[data-v-538ddb41] {
|
|
135
136
|
background-image: url(data:image/svg+xml;base64,PCEtLSBUaGlzIGljb24gaXMgcGFydCBvZiBNYXRlcmlhbCBVSSBJY29ucy4gQ29weXJpZ2h0IDIwMjAgR29vZ2xlIEluYy4sIEFwYWNoZS0yLjAgTGljZW5zZSAtLT4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS00LTRoMjR2MjRILTR6Ii8+PHBhdGggZD0iTTYuOS4xQzMgLjYtLjEgNC0uMSA4YzAgNC40IDMuNiA4IDggOCA0IDAgNy40LTMgOC02LjktMS4yIDEuMy0yLjkgMi4xLTQuNyAyLjEtMy41IDAtNi40LTIuOS02LjQtNi40IDAtMS45LjgtMy42IDIuMS00Ljd6IiBmaWxsPSIjZjRhMzMxIi8+PC9zdmc+Cg==);
|
|
136
137
|
}
|
|
137
|
-
.avatardiv .avatardiv__user-status--icon[data-v-
|
|
138
|
+
.avatardiv .avatardiv__user-status--icon[data-v-538ddb41] {
|
|
138
139
|
border: none;
|
|
139
140
|
background-color: transparent;
|
|
140
141
|
}
|
|
141
|
-
.avatardiv .popovermenu-wrapper[data-v-
|
|
142
|
+
.avatardiv .popovermenu-wrapper[data-v-538ddb41] {
|
|
142
143
|
position: relative;
|
|
143
144
|
display: inline-block;
|
|
144
145
|
}
|
|
145
|
-
.avatar-class-icon[data-v-
|
|
146
|
+
.avatar-class-icon[data-v-538ddb41] {
|
|
147
|
+
display: block;
|
|
146
148
|
border-radius: 50%;
|
|
147
149
|
background-color: var(--color-background-darker);
|
|
148
150
|
height: 100%;
|
|
@@ -20,40 +20,40 @@
|
|
|
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-14da7eb2] {
|
|
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
|
-
.user-bubble__wrapper[data-v-
|
|
30
|
+
.user-bubble__wrapper[data-v-14da7eb2] {
|
|
31
31
|
display: inline-block;
|
|
32
32
|
vertical-align: middle;
|
|
33
33
|
min-width: 0;
|
|
34
34
|
max-width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.user-bubble__content[data-v-
|
|
36
|
+
.user-bubble__content[data-v-14da7eb2] {
|
|
37
37
|
display: inline-flex;
|
|
38
38
|
max-width: 100%;
|
|
39
39
|
background-color: var(--color-background-dark);
|
|
40
40
|
}
|
|
41
|
-
.user-bubble__content--primary[data-v-
|
|
41
|
+
.user-bubble__content--primary[data-v-14da7eb2] {
|
|
42
42
|
color: var(--color-primary-element-text);
|
|
43
43
|
background-color: var(--color-primary-element);
|
|
44
44
|
}
|
|
45
|
-
.user-bubble__content[data-v-
|
|
45
|
+
.user-bubble__content[data-v-14da7eb2] > :last-child {
|
|
46
46
|
padding-right: 8px;
|
|
47
47
|
}
|
|
48
|
-
.user-bubble__avatar[data-v-
|
|
48
|
+
.user-bubble__avatar[data-v-14da7eb2] {
|
|
49
49
|
align-self: center;
|
|
50
50
|
}
|
|
51
|
-
.user-bubble__name[data-v-
|
|
51
|
+
.user-bubble__name[data-v-14da7eb2] {
|
|
52
52
|
overflow: hidden;
|
|
53
53
|
white-space: nowrap;
|
|
54
54
|
text-overflow: ellipsis;
|
|
55
55
|
}
|
|
56
|
-
.user-bubble__name[data-v-
|
|
57
|
-
.user-bubble__secondary[data-v-
|
|
56
|
+
.user-bubble__name[data-v-14da7eb2],
|
|
57
|
+
.user-bubble__secondary[data-v-14da7eb2] {
|
|
58
58
|
padding: 0 0 0 4px;
|
|
59
59
|
}
|
|
@@ -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-01c0bc0e] {
|
|
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-sidebar__tab[data-v-
|
|
30
|
+
.app-sidebar__tab[data-v-01c0bc0e] {
|
|
31
31
|
display: none;
|
|
32
32
|
padding: 10px;
|
|
33
33
|
min-height: 100%;
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
height: 100%;
|
|
36
36
|
overflow: auto;
|
|
37
37
|
}
|
|
38
|
-
.app-sidebar__tab[data-v-
|
|
38
|
+
.app-sidebar__tab[data-v-01c0bc0e]:focus {
|
|
39
39
|
border-color: var(--color-primary-element);
|
|
40
40
|
box-shadow: 0 0 .2em var(--color-primary-element);
|
|
41
41
|
outline: 0;
|
|
42
42
|
}
|
|
43
|
-
.app-sidebar__tab--active[data-v-
|
|
43
|
+
.app-sidebar__tab--active[data-v-01c0bc0e] {
|
|
44
44
|
display: block;
|
|
45
45
|
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/**
|
|
3
|
+
* @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
|
|
4
|
+
*
|
|
5
|
+
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
|
6
|
+
*
|
|
7
|
+
* @license GNU AGPL version 3 or any later version
|
|
8
|
+
*
|
|
9
|
+
* This program is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU Affero General Public License as
|
|
11
|
+
* published by the Free Software Foundation, either version 3 of the
|
|
12
|
+
* License, or (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU Affero General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
.material-design-icon[data-v-9db3a32a] {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-self: center;
|
|
26
|
+
justify-self: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: center;
|
|
29
|
+
}
|
|
30
|
+
.list-item__wrapper[data-v-9db3a32a] {
|
|
31
|
+
position: relative;
|
|
32
|
+
width: 100%;
|
|
33
|
+
}
|
|
34
|
+
.list-item__wrapper--active .list-item[data-v-9db3a32a],
|
|
35
|
+
.list-item__wrapper:active .list-item[data-v-9db3a32a],
|
|
36
|
+
.list-item__wrapper.active .list-item[data-v-9db3a32a] {
|
|
37
|
+
background-color: var(--color-primary-element);
|
|
38
|
+
}
|
|
39
|
+
.list-item__wrapper--active .list-item[data-v-9db3a32a]:active,
|
|
40
|
+
.list-item__wrapper--active .list-item[data-v-9db3a32a]:hover,
|
|
41
|
+
.list-item__wrapper--active .list-item[data-v-9db3a32a]:focus,
|
|
42
|
+
.list-item__wrapper--active .list-item[data-v-9db3a32a]:focus-visible,
|
|
43
|
+
.list-item__wrapper:active .list-item[data-v-9db3a32a]:active,
|
|
44
|
+
.list-item__wrapper:active .list-item[data-v-9db3a32a]:hover,
|
|
45
|
+
.list-item__wrapper:active .list-item[data-v-9db3a32a]:focus,
|
|
46
|
+
.list-item__wrapper:active .list-item[data-v-9db3a32a]:focus-visible,
|
|
47
|
+
.list-item__wrapper.active .list-item[data-v-9db3a32a]:active,
|
|
48
|
+
.list-item__wrapper.active .list-item[data-v-9db3a32a]:hover,
|
|
49
|
+
.list-item__wrapper.active .list-item[data-v-9db3a32a]:focus,
|
|
50
|
+
.list-item__wrapper.active .list-item[data-v-9db3a32a]:focus-visible {
|
|
51
|
+
background-color: var(--color-primary-element-hover);
|
|
52
|
+
}
|
|
53
|
+
.list-item__wrapper--active .line-one__name[data-v-9db3a32a],
|
|
54
|
+
.list-item__wrapper--active .line-one__details[data-v-9db3a32a],
|
|
55
|
+
.list-item__wrapper:active .line-one__name[data-v-9db3a32a],
|
|
56
|
+
.list-item__wrapper:active .line-one__details[data-v-9db3a32a],
|
|
57
|
+
.list-item__wrapper.active .line-one__name[data-v-9db3a32a],
|
|
58
|
+
.list-item__wrapper.active .line-one__details[data-v-9db3a32a],
|
|
59
|
+
.list-item__wrapper--active .line-two__subname[data-v-9db3a32a],
|
|
60
|
+
.list-item__wrapper:active .line-two__subname[data-v-9db3a32a],
|
|
61
|
+
.list-item__wrapper.active .line-two__subname[data-v-9db3a32a] {
|
|
62
|
+
color: var(--color-primary-element-text) !important;
|
|
63
|
+
}
|
|
64
|
+
.list-item[data-v-9db3a32a] {
|
|
65
|
+
display: block;
|
|
66
|
+
position: relative;
|
|
67
|
+
flex: 0 0 auto;
|
|
68
|
+
justify-content: flex-start;
|
|
69
|
+
padding: 8px 10px;
|
|
70
|
+
border-radius: 32px;
|
|
71
|
+
margin: 2px 0;
|
|
72
|
+
width: 100%;
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
transition: background-color var(--animation-quick) ease-in-out;
|
|
75
|
+
list-style: none;
|
|
76
|
+
}
|
|
77
|
+
.list-item[data-v-9db3a32a]:active,
|
|
78
|
+
.list-item[data-v-9db3a32a]:hover,
|
|
79
|
+
.list-item[data-v-9db3a32a]:focus,
|
|
80
|
+
.list-item[data-v-9db3a32a]:focus-visible {
|
|
81
|
+
background-color: var(--color-background-hover);
|
|
82
|
+
}
|
|
83
|
+
.list-item-content__wrapper[data-v-9db3a32a] {
|
|
84
|
+
display: flex;
|
|
85
|
+
align-items: center;
|
|
86
|
+
height: 48px;
|
|
87
|
+
}
|
|
88
|
+
.list-item-content__wrapper--compact[data-v-9db3a32a] {
|
|
89
|
+
height: 36px;
|
|
90
|
+
}
|
|
91
|
+
.list-item-content__wrapper--compact .line-one[data-v-9db3a32a],
|
|
92
|
+
.list-item-content__wrapper--compact .line-two[data-v-9db3a32a] {
|
|
93
|
+
margin-top: -4px;
|
|
94
|
+
margin-bottom: -4px;
|
|
95
|
+
}
|
|
96
|
+
.list-item-content[data-v-9db3a32a] {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex: 1 1 auto;
|
|
99
|
+
justify-content: space-between;
|
|
100
|
+
padding-left: 8px;
|
|
101
|
+
}
|
|
102
|
+
.list-item-content__main[data-v-9db3a32a] {
|
|
103
|
+
flex: 1 1 auto;
|
|
104
|
+
width: 0;
|
|
105
|
+
margin: auto 0;
|
|
106
|
+
}
|
|
107
|
+
.list-item-content__main--oneline[data-v-9db3a32a] {
|
|
108
|
+
display: flex;
|
|
109
|
+
}
|
|
110
|
+
.list-item-content__actions[data-v-9db3a32a] {
|
|
111
|
+
flex: 0 0 auto;
|
|
112
|
+
align-self: center;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
margin-left: 4px;
|
|
115
|
+
}
|
|
116
|
+
.list-item__extra[data-v-9db3a32a] {
|
|
117
|
+
margin-top: 4px;
|
|
118
|
+
}
|
|
119
|
+
.line-one[data-v-9db3a32a] {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
122
|
+
justify-content: space-between;
|
|
123
|
+
white-space: nowrap;
|
|
124
|
+
margin: 0 auto 0 0;
|
|
125
|
+
overflow: hidden;
|
|
126
|
+
}
|
|
127
|
+
.line-one__name[data-v-9db3a32a] {
|
|
128
|
+
overflow: hidden;
|
|
129
|
+
flex-grow: 1;
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
text-overflow: ellipsis;
|
|
132
|
+
color: var(--color-main-text);
|
|
133
|
+
font-weight: 700;
|
|
134
|
+
}
|
|
135
|
+
.line-one__details[data-v-9db3a32a] {
|
|
136
|
+
color: var(--color-text-maxcontrast);
|
|
137
|
+
margin: 0 8px;
|
|
138
|
+
font-weight: 400;
|
|
139
|
+
}
|
|
140
|
+
.line-two[data-v-9db3a32a] {
|
|
141
|
+
display: flex;
|
|
142
|
+
align-items: flex-start;
|
|
143
|
+
justify-content: space-between;
|
|
144
|
+
white-space: nowrap;
|
|
145
|
+
}
|
|
146
|
+
.line-two--bold[data-v-9db3a32a] {
|
|
147
|
+
font-weight: 700;
|
|
148
|
+
}
|
|
149
|
+
.line-two__subname[data-v-9db3a32a] {
|
|
150
|
+
overflow: hidden;
|
|
151
|
+
flex-grow: 1;
|
|
152
|
+
cursor: pointer;
|
|
153
|
+
white-space: nowrap;
|
|
154
|
+
text-overflow: ellipsis;
|
|
155
|
+
color: var(--color-text-maxcontrast);
|
|
156
|
+
}
|
|
157
|
+
.line-two__additional_elements[data-v-9db3a32a] {
|
|
158
|
+
margin: 2px 4px 0;
|
|
159
|
+
display: flex;
|
|
160
|
+
align-items: center;
|
|
161
|
+
}
|
|
162
|
+
.line-two__indicator[data-v-9db3a32a] {
|
|
163
|
+
margin: 0 5px;
|
|
164
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
.material-design-icon[data-v-
|
|
23
|
+
.material-design-icon[data-v-979f3026] {
|
|
24
24
|
display: flex;
|
|
25
25
|
align-self: center;
|
|
26
26
|
justify-self: center;
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
|
-
li.active[data-v-
|
|
52
|
+
li.active[data-v-979f3026] {
|
|
53
53
|
background-color: var(--color-background-hover);
|
|
54
54
|
border-radius: 6px;
|
|
55
55
|
padding: 0;
|
|
56
56
|
}
|
|
57
|
-
.action-link[data-v-
|
|
57
|
+
.action-link[data-v-979f3026] {
|
|
58
58
|
display: flex;
|
|
59
59
|
align-items: flex-start;
|
|
60
60
|
width: 100%;
|
|
@@ -73,11 +73,11 @@ li.active[data-v-50c84140] {
|
|
|
73
73
|
font-size: var(--default-font-size);
|
|
74
74
|
line-height: 44px;
|
|
75
75
|
}
|
|
76
|
-
.action-link > span[data-v-
|
|
76
|
+
.action-link > span[data-v-979f3026] {
|
|
77
77
|
cursor: pointer;
|
|
78
78
|
white-space: nowrap;
|
|
79
79
|
}
|
|
80
|
-
.action-link__icon[data-v-
|
|
80
|
+
.action-link__icon[data-v-979f3026] {
|
|
81
81
|
width: 44px;
|
|
82
82
|
height: 44px;
|
|
83
83
|
opacity: 1;
|
|
@@ -85,15 +85,16 @@ li.active[data-v-50c84140] {
|
|
|
85
85
|
background-size: 16px;
|
|
86
86
|
background-repeat: no-repeat;
|
|
87
87
|
}
|
|
88
|
-
.action-link[data-v-
|
|
88
|
+
.action-link[data-v-979f3026] .material-design-icon {
|
|
89
89
|
width: 44px;
|
|
90
90
|
height: 44px;
|
|
91
91
|
opacity: 1;
|
|
92
92
|
}
|
|
93
|
-
.action-link[data-v-
|
|
93
|
+
.action-link[data-v-979f3026] .material-design-icon .material-design-icon__svg {
|
|
94
94
|
vertical-align: middle;
|
|
95
95
|
}
|
|
96
|
-
.action-
|
|
96
|
+
.action-link__longtext-wrapper[data-v-979f3026],
|
|
97
|
+
.action-link__longtext[data-v-979f3026] {
|
|
97
98
|
max-width: 220px;
|
|
98
99
|
line-height: 1.6em;
|
|
99
100
|
padding: 10.8px 0;
|
|
@@ -102,11 +103,11 @@ li.active[data-v-50c84140] {
|
|
|
102
103
|
overflow: hidden;
|
|
103
104
|
text-overflow: ellipsis;
|
|
104
105
|
}
|
|
105
|
-
.action-link__longtext[data-v-
|
|
106
|
+
.action-link__longtext[data-v-979f3026] {
|
|
106
107
|
cursor: pointer;
|
|
107
108
|
white-space: pre-wrap;
|
|
108
109
|
}
|
|
109
|
-
.action-link__name[data-v-
|
|
110
|
+
.action-link__name[data-v-979f3026] {
|
|
110
111
|
font-weight: 700;
|
|
111
112
|
text-overflow: ellipsis;
|
|
112
113
|
overflow: hidden;
|