@nextcloud/vue 9.10.0 → 9.12.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 (155) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/assets/NcActionInput.css +66 -66
  3. package/dist/assets/NcActions.css +12 -12
  4. package/dist/assets/NcAppNavigationItem.css +54 -52
  5. package/dist/assets/NcAppNavigationList.css +2 -26
  6. package/dist/assets/NcAppNavigationNewItem.css +9 -7
  7. package/dist/assets/NcAppNavigationSettings.css +6 -6
  8. package/dist/assets/NcAppSettingsDialog.css +3 -3
  9. package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
  10. package/dist/assets/NcAppSidebar.css +130 -76
  11. package/dist/assets/NcAppSidebarTab.css +4 -4
  12. package/dist/assets/NcAssistantButton.css +9 -9
  13. package/dist/assets/NcAssistantContent.css +3 -3
  14. package/dist/assets/NcAssistantIcon.css +4 -4
  15. package/dist/assets/NcAvatar.css +26 -26
  16. package/dist/assets/NcBlurHash.css +2 -2
  17. package/dist/assets/NcDateTimePicker.css +234 -234
  18. package/dist/assets/NcFilePicker.css +1 -1
  19. package/dist/assets/NcFormBox.css +11 -11
  20. package/dist/assets/NcFormBoxButton.css +2 -2
  21. package/dist/assets/NcFormBoxItem.css +15 -15
  22. package/dist/assets/NcFormBoxSwitch.css +2 -2
  23. package/dist/assets/NcFormGroup.css +7 -7
  24. package/dist/assets/NcHotkey.css +8 -8
  25. package/dist/assets/NcHotkeyList.css +2 -2
  26. package/dist/assets/NcIconToggleSwitch.css +4 -4
  27. package/dist/assets/NcKbd.css +3 -3
  28. package/dist/assets/NcModal.css +69 -63
  29. package/dist/assets/NcPopover.css +16 -16
  30. package/dist/assets/NcProfileHoverCard.css +82 -59
  31. package/dist/assets/NcRadioGroup.css +2 -2
  32. package/dist/assets/NcRadioGroupButton.css +14 -14
  33. package/dist/assets/NcRichContenteditable.css +17 -17
  34. package/dist/assets/NcRichText.css +2 -2
  35. package/dist/assets/NcSelect.css +25 -0
  36. package/dist/assets/NcUploadPicker.css +41 -0
  37. package/dist/assets/autolink.css +3 -3
  38. package/dist/chunks/NcActionInput.mjs +4 -4
  39. package/dist/chunks/NcActionInput.mjs.map +1 -1
  40. package/dist/chunks/NcActions.mjs +4 -4
  41. package/dist/chunks/NcActions.mjs.map +1 -1
  42. package/dist/chunks/NcAppContent.mjs +4 -4
  43. package/dist/chunks/NcAppContent.mjs.map +1 -1
  44. package/dist/chunks/NcAppNavigation.mjs +2 -2
  45. package/dist/chunks/NcAppNavigationItem.mjs +6 -29
  46. package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
  47. package/dist/chunks/NcAppNavigationList.mjs +8 -138
  48. package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
  49. package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
  50. package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
  51. package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
  52. package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
  53. package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
  54. package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
  55. package/dist/chunks/NcAppSidebar.mjs +165 -31
  56. package/dist/chunks/NcAppSidebar.mjs.map +1 -1
  57. package/dist/chunks/NcAppSidebarTab.mjs +12 -5
  58. package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
  59. package/dist/chunks/NcAssistantButton.mjs +7 -7
  60. package/dist/chunks/NcAssistantContent.mjs +3 -3
  61. package/dist/chunks/NcAssistantIcon.mjs +4 -4
  62. package/dist/chunks/NcAvatar.mjs +17 -4
  63. package/dist/chunks/NcAvatar.mjs.map +1 -1
  64. package/dist/chunks/NcBlurHash.mjs +2 -2
  65. package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
  66. package/dist/chunks/NcCollectionList.mjs +3 -3
  67. package/dist/chunks/NcColorPicker.mjs +2 -2
  68. package/dist/chunks/NcContent.mjs +2 -2
  69. package/dist/chunks/NcDashboardWidget.mjs +4 -4
  70. package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
  71. package/dist/chunks/NcDateTimePicker.mjs +7 -4
  72. package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
  73. package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
  74. package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
  75. package/dist/chunks/NcEmojiPicker.mjs +2 -2
  76. package/dist/chunks/NcFilePicker.mjs +6 -5
  77. package/dist/chunks/NcFilePicker.mjs.map +1 -1
  78. package/dist/chunks/NcFormBox.mjs +5 -5
  79. package/dist/chunks/NcFormBoxButton.mjs +2 -2
  80. package/dist/chunks/NcFormBoxItem.mjs +8 -8
  81. package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
  82. package/dist/chunks/NcFormGroup.mjs +7 -7
  83. package/dist/chunks/NcHotkey.mjs +4 -4
  84. package/dist/chunks/NcHotkeyList.mjs +4 -4
  85. package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
  86. package/dist/chunks/NcKbd.mjs +4 -4
  87. package/dist/chunks/NcModal.mjs +13 -8
  88. package/dist/chunks/NcModal.mjs.map +1 -1
  89. package/dist/chunks/NcPasswordField.mjs +2 -2
  90. package/dist/chunks/NcPopover.mjs +2 -2
  91. package/dist/chunks/NcProfileHoverCard.mjs +205 -157
  92. package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
  93. package/dist/chunks/NcRadioGroup.mjs +2 -2
  94. package/dist/chunks/NcRadioGroupButton.mjs +6 -6
  95. package/dist/chunks/NcReferenceWidget.mjs +2 -2
  96. package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
  97. package/dist/chunks/NcRichContenteditable.mjs +12 -12
  98. package/dist/chunks/NcRichText.mjs +3 -3
  99. package/dist/chunks/NcRichText.mjs.map +1 -1
  100. package/dist/chunks/NcSelect.mjs +74 -5
  101. package/dist/chunks/NcSelect.mjs.map +1 -1
  102. package/dist/chunks/NcSettingsSection.mjs +2 -2
  103. package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
  104. package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
  105. package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
  106. package/dist/chunks/NcUploadPicker.mjs +269 -0
  107. package/dist/chunks/NcUploadPicker.mjs.map +1 -0
  108. package/dist/chunks/NcUserStatusIcon.mjs +2 -2
  109. package/dist/chunks/_l10n.mjs +86 -84
  110. package/dist/chunks/_l10n.mjs.map +1 -1
  111. package/dist/chunks/autolink.mjs +3 -3
  112. package/dist/chunks/colors.mjs +2 -2
  113. package/dist/chunks/mdi.mjs +7 -5
  114. package/dist/chunks/mdi.mjs.map +1 -1
  115. package/dist/chunks/referencePickerModal.mjs +5 -5
  116. package/dist/components/NcActionInput/NcActionInput.vue.d.ts +38 -10
  117. package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
  118. package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
  119. package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -5
  120. package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
  121. package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
  122. package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
  123. package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
  124. package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
  125. package/dist/components/NcAvatar/NcAvatar.vue.d.ts +10 -1
  126. package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
  127. package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
  128. package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +41 -5
  129. package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +6 -2
  130. package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +11 -3
  131. package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +6 -2
  132. package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +7 -7
  133. package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
  134. package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
  135. package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +6 -2
  136. package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
  137. package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
  138. package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
  139. package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
  140. package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
  141. package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
  142. package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
  143. package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
  144. package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
  145. package/dist/components/NcUploadPicker/index.d.ts +6 -0
  146. package/dist/components/NcUploadPicker/index.mjs +5 -0
  147. package/dist/components/NcUploadPicker/index.mjs.map +1 -0
  148. package/dist/components/index.d.ts +1 -0
  149. package/dist/composables/useFormatDateTime/index.mjs +2 -2
  150. package/dist/index.mjs +2 -0
  151. package/dist/index.mjs.map +1 -1
  152. package/package.json +25 -11
  153. package/dist/chunks/highlight.mjs +0 -5
  154. package/dist/chunks/highlight.mjs.map +0 -1
  155. package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
@@ -1,5 +1,5 @@
1
1
 
2
- ._filePicker_-ApSE {
2
+ ._filePicker_BUlcx {
3
3
  display: inline-flex;
4
4
  align-items: center;
5
5
  height: var(--default-clickable-area);
@@ -9,46 +9,46 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_3IHTT {
12
+ ._material-design-icon_UQYft {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._ncFormBox_swAVY {
19
+ ._ncFormBox_VNb0a {
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  gap: calc(1 * var(--default-grid-baseline));
23
23
  }
24
- ._ncFormBox_swAVY._ncFormBox_row_evDMT {
24
+ ._ncFormBox_VNb0a._ncFormBox_row_NzGjv {
25
25
  flex-direction: row;
26
26
  }
27
- ._ncFormBox__item_puTSq {
27
+ ._ncFormBox__item_JIu9L {
28
28
  border-radius: var(--border-radius-small) !important;
29
29
  }
30
- ._ncFormBox_col_o5BAr {
30
+ ._ncFormBox_col_UaYOI {
31
31
  flex-direction: column;
32
32
  }
33
- ._ncFormBox_col_o5BAr ._ncFormBox__item_puTSq:first-child {
33
+ ._ncFormBox_col_UaYOI ._ncFormBox__item_JIu9L:first-child {
34
34
  border-start-start-radius: var(--border-radius-element) !important;
35
35
  border-start-end-radius: var(--border-radius-element) !important;
36
36
  }
37
- ._ncFormBox_col_o5BAr ._ncFormBox__item_puTSq:last-child {
37
+ ._ncFormBox_col_UaYOI ._ncFormBox__item_JIu9L:last-child {
38
38
  border-end-start-radius: var(--border-radius-element) !important;
39
39
  border-end-end-radius: var(--border-radius-element) !important;
40
40
  }
41
- ._ncFormBox_row_evDMT {
41
+ ._ncFormBox_row_NzGjv {
42
42
  flex-direction: row;
43
43
  }
44
- ._ncFormBox_row_evDMT ._ncFormBox__item_puTSq {
44
+ ._ncFormBox_row_NzGjv ._ncFormBox__item_JIu9L {
45
45
  flex: 1 1;
46
46
  }
47
- ._ncFormBox_row_evDMT ._ncFormBox__item_puTSq:first-child {
47
+ ._ncFormBox_row_NzGjv ._ncFormBox__item_JIu9L:first-child {
48
48
  border-start-start-radius: var(--border-radius-element) !important;
49
49
  border-end-start-radius: var(--border-radius-element) !important;
50
50
  }
51
- ._ncFormBox_row_evDMT ._ncFormBox__item_puTSq:last-child {
51
+ ._ncFormBox_row_NzGjv ._ncFormBox__item_JIu9L:last-child {
52
52
  border-end-end-radius: var(--border-radius-element) !important;
53
53
  border-start-end-radius: var(--border-radius-element) !important;
54
54
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_JU39t {
12
+ ._material-design-icon_0RfRa {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._formBoxButton_vDhd8 {
19
+ ._formBoxButton_14txJ {
20
20
  /* Reset default HTML button styles */
21
21
  background: unset;
22
22
  border: none;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_K3a0K {
12
+ ._material-design-icon_ILRX2 {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._formBoxItem_ddJuY {
19
+ ._formBoxItem_ER-6m {
20
20
  --nc-form-box-item-border-width: 1px;
21
21
  --nc-form-box-item-min-height: 40px;
22
22
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
@@ -43,53 +43,53 @@
43
43
  user-select: none;
44
44
  cursor: pointer;
45
45
  }
46
- ._formBoxItem_ddJuY * {
46
+ ._formBoxItem_ER-6m * {
47
47
  cursor: inherit;
48
48
  }
49
- ._formBoxItem_ddJuY:has(:disabled) {
49
+ ._formBoxItem_ER-6m:has(:disabled) {
50
50
  cursor: default;
51
51
  opacity: 0.5;
52
52
  }
53
- ._formBoxItem_ddJuY:hover:not(:has(:disabled)) {
53
+ ._formBoxItem_ER-6m:hover:not(:has(:disabled)) {
54
54
  color: var(--color-primary-element-light-text);
55
55
  background-color: var(--color-primary-element-extra-light-hover);
56
56
  }
57
- ._formBoxItem_ddJuY:active:not(:disabled) {
57
+ ._formBoxItem_ER-6m:active:not(:disabled) {
58
58
  transform: scale(0.985);
59
59
  }
60
- ._formBoxItem_ddJuY:has(:focus-visible) {
60
+ ._formBoxItem_ER-6m:has(:focus-visible) {
61
61
  outline: 2px solid var(--color-main-text);
62
62
  box-shadow: 0 0 0 4px var(--color-main-background);
63
63
  }
64
- ._formBoxItem__description_0ad-0 {
64
+ ._formBoxItem__description_g-KcX {
65
65
  font-weight: var(--font-weight-default, normal);
66
66
  }
67
- ._formBoxItem_ddJuY._formBoxItem_legacy_RkVdo {
67
+ ._formBoxItem_ER-6m._formBoxItem_legacy_TW1Sp {
68
68
  --nc-form-box-item-border-width: 0px;
69
69
  border: none;
70
70
  }
71
- ._formBoxItem_ddJuY._formBoxItem_inverted_dNsBM ._formBoxItem__element_kvIKv {
71
+ ._formBoxItem_ER-6m._formBoxItem_inverted_CxfyH ._formBoxItem__element_zgVx- {
72
72
  color: var(--color-text-maxcontrast);
73
73
  }
74
- ._formBoxItem_ddJuY._formBoxItem_inverted_dNsBM ._formBoxItem__description_0ad-0 {
74
+ ._formBoxItem_ER-6m._formBoxItem_inverted_CxfyH ._formBoxItem__description_g-KcX {
75
75
  color: inherit;
76
76
  }
77
- ._formBoxItem__content_b8i1H {
77
+ ._formBoxItem__content_dYtDe {
78
78
  flex: 1;
79
79
  display: flex;
80
80
  flex-direction: column;
81
81
  padding-block: calc(2 * var(--default-grid-baseline));
82
82
  overflow-wrap: anywhere;
83
83
  }
84
- ._formBoxItem__element_kvIKv::after {
84
+ ._formBoxItem__element_zgVx-::after {
85
85
  content: "";
86
86
  position: absolute;
87
87
  inset: 0;
88
88
  }
89
- ._formBoxItem__description_0ad-0 {
89
+ ._formBoxItem__description_g-KcX {
90
90
  color: var(--color-text-maxcontrast);
91
91
  }
92
- ._formBoxItem__icon_Ih2Qe {
92
+ ._formBoxItem__icon_ZIpCi {
93
93
  display: flex;
94
94
  align-items: center;
95
95
  justify-content: flex-end;
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_eEr7D {
12
+ ._material-design-icon_0Ylmc {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- input._formBoxSwitch__input_tdNTo {
19
+ input._formBoxSwitch__input_BLkhF {
20
20
  margin: 0;
21
21
  width: var(--default-clickable-area);
22
22
  /* Keep it visually hidden but on the position of visual switch icon */
@@ -9,35 +9,35 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_O8Rlq {
12
+ ._material-design-icon_pO-y6 {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._formGroup_lN8iy {
19
+ ._formGroup_eD8cV {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  --form-group-content-gap: calc(2 * var(--default-grid-baseline));
22
22
  }
23
- ._formGroup_lN8iy._formGroup_noGap_Z4GeD {
23
+ ._formGroup_eD8cV._formGroup_noGap_Eo-YJ {
24
24
  --form-group-content-gap: 0;
25
25
  }
26
- ._formGroup__label_3Ybt6 {
26
+ ._formGroup__label_KZ5RR {
27
27
  padding-inline: var(--form-element-label-offset);
28
28
  font-size: var(--font-size);
29
29
  font-weight: var(--font-weight-heading, bold);
30
30
  }
31
- ._formGroup__description_U7U3u {
31
+ ._formGroup__description_rYOct {
32
32
  padding-inline: var(--form-element-label-offset);
33
33
  color: var(--color-text-maxcontrast);
34
34
  }
35
- ._formGroup__content_68ebn {
35
+ ._formGroup__content_ypTY1 {
36
36
  display: flex;
37
37
  flex-direction: column;
38
38
  gap: var(--form-group-content-gap);
39
39
  margin-block-start: calc(2.5 * var(--default-grid-baseline));
40
40
  }
41
- ._formGroup__content_68ebn._formGroup__content_only_HC7hj {
41
+ ._formGroup__content_ypTY1._formGroup__content_only_z-ggI {
42
42
  margin-block-start: 0;
43
43
  }
@@ -9,35 +9,35 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_FAVb2 {
12
+ ._material-design-icon_Lafyy {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._hotkey_0OqPH {
19
+ ._hotkey_rps3- {
20
20
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
21
21
  display: flex;
22
22
  flex-direction: row-reverse;
23
23
  align-items: stretch;
24
24
  padding-inline: var(--form-element-label-offset);
25
25
  }
26
- ._hotkey_0OqPH:first-child ._hotkey__label_hRfYR,
27
- ._hotkey_0OqPH:first-child ._hotkey__keys_lfZWo {
26
+ ._hotkey_rps3-:first-child ._hotkey__label_9rACj,
27
+ ._hotkey_rps3-:first-child ._hotkey__keys_D5xsu {
28
28
  border-block-start: none;
29
29
  }
30
- ._hotkey__label_hRfYR,
31
- ._hotkey__keys_lfZWo {
30
+ ._hotkey__label_9rACj,
31
+ ._hotkey__keys_D5xsu {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  padding-block: calc(2 * var(--default-grid-baseline));
35
35
  border-block-start: 1px solid var(--color-border);
36
36
  }
37
- ._hotkey__label_hRfYR {
37
+ ._hotkey__label_9rACj {
38
38
  flex: 1 1 200px;
39
39
  }
40
- ._hotkey__keys_lfZWo {
40
+ ._hotkey__keys_D5xsu {
41
41
  flex: 1 1 auto;
42
42
  flex-wrap: wrap;
43
43
  justify-content: end;
@@ -1,8 +1,8 @@
1
1
 
2
- ._hotkeyList_N1G5w {
2
+ ._hotkeyList_tAexI {
3
3
  --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
4
4
  }
5
- ._hotkeyList__heading_xHIQ- {
5
+ ._hotkeyList__heading_KDnkd {
6
6
  font-weight: var(--font-weight-heading, bold);
7
7
  margin-inline: var(--form-element-label-offset);
8
8
  }
@@ -9,22 +9,22 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_k9ISS {
12
+ ._material-design-icon_Pm1ga {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._iconToggleSwitch_7MD0p {
19
+ ._iconToggleSwitch_fKjEc {
20
20
  color: var(--v6bd152af);
21
21
  transition: color var(--animation-quick) ease;
22
22
  }
23
- ._iconToggleSwitch_7MD0p svg {
23
+ ._iconToggleSwitch_fKjEc svg {
24
24
  /* Unlike other icons, this icon is not a square */
25
25
  height: auto !important;
26
26
  }
27
- ._iconToggleSwitch_7MD0p circle {
27
+ ._iconToggleSwitch_fKjEc circle {
28
28
  cx: var(--v16fd8ca9);
29
29
  transition: cx var(--animation-quick) ease;
30
30
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- ._material-design-icon_MIgpl {
12
+ ._material-design-icon_5751A {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- ._kbd_fAhrp {
19
+ ._kbd_gHLon {
20
20
  display: inline-flex;
21
21
  align-items: center;
22
22
  justify-content: center;
@@ -31,6 +31,6 @@
31
31
  line-height: 1;
32
32
  white-space: nowrap;
33
33
  }
34
- ._kbd_fAhrp + ._kbd_fAhrp {
34
+ ._kbd_gHLon + ._kbd_gHLon {
35
35
  margin-inline-start: calc(1 * var(--default-grid-baseline));
36
36
  }
@@ -9,14 +9,14 @@
9
9
  /*
10
10
  * Ensure proper alignment of the vue material icons
11
11
  */
12
- .material-design-icon[data-v-3c357e2d] {
12
+ .material-design-icon[data-v-3aeb69e6] {
13
13
  display: flex;
14
14
  align-self: center;
15
15
  justify-self: center;
16
16
  align-items: center;
17
17
  justify-content: center;
18
18
  }
19
- .modal-mask[data-v-3c357e2d] {
19
+ .modal-mask[data-v-3aeb69e6] {
20
20
  position: fixed;
21
21
  z-index: 9998;
22
22
  top: 0;
@@ -27,16 +27,16 @@
27
27
  --backdrop-color: 0, 0, 0;
28
28
  background-color: rgba(var(--backdrop-color), 0.5);
29
29
  }
30
- .modal-mask[data-v-3c357e2d], .modal-mask[data-v-3c357e2d] * {
30
+ .modal-mask[data-v-3aeb69e6], .modal-mask[data-v-3aeb69e6] * {
31
31
  box-sizing: border-box;
32
32
  }
33
- .modal-mask--opaque[data-v-3c357e2d] {
33
+ .modal-mask--opaque[data-v-3aeb69e6] {
34
34
  background-color: rgba(var(--backdrop-color), 0.92);
35
35
  }
36
- .modal-mask--light[data-v-3c357e2d] {
36
+ .modal-mask--light[data-v-3aeb69e6] {
37
37
  --backdrop-color: 255, 255, 255;
38
38
  }
39
- .modal-header[data-v-3c357e2d] {
39
+ .modal-header[data-v-3aeb69e6] {
40
40
  position: absolute;
41
41
  z-index: 10001;
42
42
  top: 0;
@@ -49,7 +49,7 @@
49
49
  overflow: hidden;
50
50
  transition: opacity 250ms, visibility 250ms;
51
51
  }
52
- .modal-header__name[data-v-3c357e2d] {
52
+ .modal-header__name[data-v-3aeb69e6] {
53
53
  overflow-x: hidden;
54
54
  width: 100%;
55
55
  padding-inline: 12px 0;
@@ -60,25 +60,25 @@
60
60
  margin-block: 0;
61
61
  }
62
62
  @media only screen and (min-width: 1024px) {
63
- .modal-header__name[data-v-3c357e2d] {
64
- padding-inline-start: calc(var(--header-height) * var(--v046d2bb2));
63
+ .modal-header__name[data-v-3aeb69e6] {
64
+ padding-inline-start: calc(var(--header-height) * var(--v56ab185f));
65
65
  text-align: center;
66
66
  }
67
67
  }
68
- .modal-header .icons-menu[data-v-3c357e2d] {
68
+ .modal-header .icons-menu[data-v-3aeb69e6] {
69
69
  display: flex;
70
70
  align-items: center;
71
71
  justify-content: flex-end;
72
72
  align-self: flex-end;
73
73
  }
74
- .modal-header .icons-menu .header-close[data-v-3c357e2d] {
74
+ .modal-header .icons-menu .header-close[data-v-3aeb69e6] {
75
75
  display: flex;
76
76
  align-items: center;
77
77
  justify-content: center;
78
78
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
79
79
  padding: 0;
80
80
  }
81
- .modal-header .icons-menu .play-pause-icons[data-v-3c357e2d] {
81
+ .modal-header .icons-menu .play-pause-icons[data-v-3aeb69e6] {
82
82
  position: relative;
83
83
  width: var(--header-height);
84
84
  height: var(--header-height);
@@ -88,42 +88,48 @@
88
88
  border: none;
89
89
  background-color: transparent;
90
90
  }
91
- .modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__icon[data-v-3c357e2d], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-3c357e2d] {
91
+ .modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__icon[data-v-3aeb69e6], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__icon[data-v-3aeb69e6] {
92
92
  opacity: 1;
93
93
  border-radius: calc(var(--default-clickable-area) / 2);
94
94
  background-color: rgba(127, 127, 127, 0.25);
95
95
  }
96
- .modal-header .icons-menu .play-pause-icons__icon[data-v-3c357e2d] {
96
+ .modal-header .icons-menu .play-pause-icons__icon[data-v-3aeb69e6] {
97
97
  width: var(--default-clickable-area);
98
98
  height: var(--default-clickable-area);
99
99
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
100
100
  cursor: pointer;
101
101
  opacity: 0.7;
102
102
  }
103
- .modal-header .icons-menu[data-v-3c357e2d] .action-item {
103
+ .modal-header .icons-menu[data-v-3aeb69e6] .action-item {
104
104
  margin: calc((var(--header-height) - var(--default-clickable-area)) / 2);
105
105
  }
106
- .modal-header .icons-menu[data-v-3c357e2d] .action-item--single {
106
+ .modal-header .icons-menu[data-v-3aeb69e6] .action-item--single {
107
107
  width: var(--default-clickable-area);
108
108
  height: var(--default-clickable-area);
109
109
  cursor: pointer;
110
110
  background-position: center;
111
111
  background-size: 22px;
112
112
  }
113
- .modal-header .icons-menu .header-actions[data-v-3c357e2d] button:focus-visible {
113
+ .modal-header .icons-menu .header-actions[data-v-3aeb69e6] button:focus-visible {
114
114
  box-shadow: none !important;
115
115
  outline: 2px solid #fff !important;
116
116
  }
117
- .modal-wrapper[data-v-3c357e2d] {
117
+ .modal-wrapper[data-v-3aeb69e6] {
118
+ --modal-header-offset: var(--header-height);
118
119
  display: flex;
119
120
  align-items: center;
120
121
  justify-content: center;
121
122
  width: 100%;
122
123
  height: 100%;
124
+ }
125
+ .modal-wrapper--no-header[data-v-3aeb69e6] {
126
+ --modal-header-offset: var(--body-container-margin);
127
+ }
128
+ .modal-wrapper[data-v-3aeb69e6] {
123
129
  /* Navigation buttons */
124
130
  }
125
- .modal-wrapper .prev[data-v-3c357e2d],
126
- .modal-wrapper .next[data-v-3c357e2d] {
131
+ .modal-wrapper .prev[data-v-3aeb69e6],
132
+ .modal-wrapper .next[data-v-3aeb69e6] {
127
133
  z-index: 10000;
128
134
  height: 35vh;
129
135
  min-height: 300px;
@@ -131,21 +137,21 @@
131
137
  transition: opacity 250ms;
132
138
  color: white;
133
139
  }
134
- .modal-wrapper .prev[data-v-3c357e2d]:focus-visible,
135
- .modal-wrapper .next[data-v-3c357e2d]:focus-visible {
140
+ .modal-wrapper .prev[data-v-3aeb69e6]:focus-visible,
141
+ .modal-wrapper .next[data-v-3aeb69e6]:focus-visible {
136
142
  box-shadow: 0 0 0 2px var(--color-primary-element-text);
137
143
  background-color: var(--color-box-shadow);
138
144
  }
139
- .modal-wrapper .prev[data-v-3c357e2d] {
145
+ .modal-wrapper .prev[data-v-3aeb69e6] {
140
146
  inset-inline-start: 2px;
141
147
  }
142
- .modal-wrapper .next[data-v-3c357e2d] {
148
+ .modal-wrapper .next[data-v-3aeb69e6] {
143
149
  inset-inline-end: 2px;
144
150
  }
145
- .modal-wrapper[data-v-3c357e2d] {
151
+ .modal-wrapper[data-v-3aeb69e6] {
146
152
  /* Content */
147
153
  }
148
- .modal-wrapper .modal-container[data-v-3c357e2d] {
154
+ .modal-wrapper .modal-container[data-v-3aeb69e6] {
149
155
  position: relative;
150
156
  display: flex;
151
157
  padding: 0;
@@ -156,106 +162,106 @@
156
162
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
157
163
  overflow: auto;
158
164
  }
159
- .modal-wrapper .modal-container__close[data-v-3c357e2d] {
165
+ .modal-wrapper .modal-container__close[data-v-3aeb69e6] {
160
166
  z-index: 1;
161
167
  position: absolute;
162
168
  top: 4px;
163
169
  inset-inline-end: var(--default-grid-baseline);
164
170
  }
165
- .modal-wrapper .modal-container__content[data-v-3c357e2d] {
171
+ .modal-wrapper .modal-container__content[data-v-3aeb69e6] {
166
172
  width: 100%;
167
173
  min-height: 52px;
168
174
  overflow: auto;
169
175
  }
170
- .modal-wrapper--small > .modal-container[data-v-3c357e2d] {
176
+ .modal-wrapper--small > .modal-container[data-v-3aeb69e6] {
171
177
  width: 400px;
172
178
  max-width: 90%;
173
179
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
174
180
  }
175
- .modal-wrapper--normal > .modal-container[data-v-3c357e2d] {
181
+ .modal-wrapper--normal > .modal-container[data-v-3aeb69e6] {
176
182
  max-width: 90%;
177
183
  width: 600px;
178
184
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
179
185
  }
180
- .modal-wrapper--large > .modal-container[data-v-3c357e2d] {
186
+ .modal-wrapper--large > .modal-container[data-v-3aeb69e6] {
181
187
  max-width: 90%;
182
188
  width: 900px;
183
189
  max-height: min(90%, 100% - 2 * var(--header-height) - 2 * var(--body-container-margin));
184
190
  }
185
- .modal-wrapper--full > .modal-container[data-v-3c357e2d] {
191
+ .modal-wrapper--full > .modal-container[data-v-3aeb69e6] {
186
192
  width: 100%;
187
- height: calc(100% - var(--header-height));
193
+ height: calc(100% - var(--modal-header-offset));
188
194
  position: absolute;
189
- top: var(--header-height);
195
+ top: var(--modal-header-offset);
190
196
  border-radius: 0;
191
197
  }
192
198
  @media only screen and ((max-width: 512px) or (max-height: 400px)) {
193
- .modal-wrapper .modal-container[data-v-3c357e2d] {
199
+ .modal-wrapper .modal-container[data-v-3aeb69e6] {
194
200
  max-width: initial;
195
201
  width: 100%;
196
202
  max-height: initial;
197
- height: calc(100% - var(--header-height));
203
+ height: calc(100% - var(--modal-header-offset));
198
204
  position: absolute;
199
- top: var(--header-height);
205
+ top: var(--modal-header-offset);
200
206
  border-radius: 0;
201
207
  }
202
208
  }
203
209
 
204
210
  /* TRANSITIONS */
205
- .fade-enter-active[data-v-3c357e2d],
206
- .fade-leave-active[data-v-3c357e2d] {
211
+ .fade-enter-active[data-v-3aeb69e6],
212
+ .fade-leave-active[data-v-3aeb69e6] {
207
213
  transition: opacity 250ms;
208
214
  }
209
- .fade-enter-from[data-v-3c357e2d],
210
- .fade-leave-to[data-v-3c357e2d] {
215
+ .fade-enter-from[data-v-3aeb69e6],
216
+ .fade-leave-to[data-v-3aeb69e6] {
211
217
  opacity: 0;
212
218
  }
213
- .fade-visibility-enter-from[data-v-3c357e2d],
214
- .fade-visibility-leave-to[data-v-3c357e2d] {
219
+ .fade-visibility-enter-from[data-v-3aeb69e6],
220
+ .fade-visibility-leave-to[data-v-3aeb69e6] {
215
221
  visibility: hidden;
216
222
  opacity: 0;
217
223
  }
218
- .modal-in-enter-active[data-v-3c357e2d],
219
- .modal-in-leave-active[data-v-3c357e2d],
220
- .modal-out-enter-active[data-v-3c357e2d],
221
- .modal-out-leave-active[data-v-3c357e2d] {
224
+ .modal-in-enter-active[data-v-3aeb69e6],
225
+ .modal-in-leave-active[data-v-3aeb69e6],
226
+ .modal-out-enter-active[data-v-3aeb69e6],
227
+ .modal-out-leave-active[data-v-3aeb69e6] {
222
228
  transition: opacity 250ms;
223
229
  }
224
- .modal-in-enter-from[data-v-3c357e2d],
225
- .modal-in-leave-to[data-v-3c357e2d],
226
- .modal-out-enter-from[data-v-3c357e2d],
227
- .modal-out-leave-to[data-v-3c357e2d] {
230
+ .modal-in-enter-from[data-v-3aeb69e6],
231
+ .modal-in-leave-to[data-v-3aeb69e6],
232
+ .modal-out-enter-from[data-v-3aeb69e6],
233
+ .modal-out-leave-to[data-v-3aeb69e6] {
228
234
  opacity: 0;
229
235
  }
230
- .modal-in-enter .modal-container[data-v-3c357e2d],
231
- .modal-in-leave-to .modal-container[data-v-3c357e2d] {
236
+ .modal-in-enter .modal-container[data-v-3aeb69e6],
237
+ .modal-in-leave-to .modal-container[data-v-3aeb69e6] {
232
238
  transform: scale(0.9);
233
239
  }
234
- .modal-out-enter .modal-container[data-v-3c357e2d],
235
- .modal-out-leave-to .modal-container[data-v-3c357e2d] {
240
+ .modal-out-enter .modal-container[data-v-3aeb69e6],
241
+ .modal-out-leave-to .modal-container[data-v-3aeb69e6] {
236
242
  transform: scale(1.1);
237
243
  }
238
- .modal-mask .play-pause-icons .progress-ring[data-v-3c357e2d] {
244
+ .modal-mask .play-pause-icons .progress-ring[data-v-3aeb69e6] {
239
245
  position: absolute;
240
246
  top: 0;
241
247
  inset-inline-start: 0;
242
248
  transform: rotate(-90deg);
243
249
  }
244
- .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-3c357e2d] {
250
+ .modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-3aeb69e6] {
245
251
  transition: 100ms stroke-dashoffset;
246
252
  transform-origin: 50% 50%;
247
- animation: progressring-3c357e2d linear var(--v71f7c020) infinite;
253
+ animation: progressring-3aeb69e6 linear var(--v86f86e3a) infinite;
248
254
  stroke-linecap: round;
249
255
  stroke-dashoffset: 94.2477796077;
250
256
  stroke-dasharray: 94.2477796077;
251
257
  }
252
- .modal-mask .play-pause-icons--paused .play-pause-icons__icon[data-v-3c357e2d] {
253
- animation: breath-3c357e2d 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
258
+ .modal-mask .play-pause-icons--paused .play-pause-icons__icon[data-v-3aeb69e6] {
259
+ animation: breath-3aeb69e6 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
254
260
  }
255
- .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-3c357e2d] {
261
+ .modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-3aeb69e6] {
256
262
  animation-play-state: paused !important;
257
263
  }
258
- @keyframes progressring-3c357e2d {
264
+ @keyframes progressring-3aeb69e6 {
259
265
  from {
260
266
  stroke-dashoffset: 94.2477796077;
261
267
  }
@@ -263,7 +269,7 @@ to {
263
269
  stroke-dashoffset: 0;
264
270
  }
265
271
  }
266
- @keyframes breath-3c357e2d {
272
+ @keyframes breath-3aeb69e6 {
267
273
  0% {
268
274
  opacity: 1;
269
275
  }