@nextcloud/vue 8.2.0 → 8.4.0

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