@nextcloud/vue 9.10.0 → 9.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/assets/NcActionInput.css +66 -66
- package/dist/assets/NcActions.css +12 -12
- package/dist/assets/NcAppNavigationItem.css +9 -3
- package/dist/assets/NcAppNavigationNewItem.css +9 -3
- package/dist/assets/NcAppNavigationSettings.css +6 -6
- package/dist/assets/NcAppSettingsDialog.css +3 -3
- package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
- package/dist/assets/NcAppSidebar.css +130 -76
- package/dist/assets/NcAppSidebarTab.css +4 -4
- package/dist/assets/NcAssistantButton.css +9 -9
- package/dist/assets/NcAssistantContent.css +3 -3
- package/dist/assets/NcAssistantIcon.css +4 -4
- package/dist/assets/NcBlurHash.css +2 -2
- package/dist/assets/NcFilePicker.css +1 -1
- package/dist/assets/NcFormBox.css +11 -11
- package/dist/assets/NcFormBoxButton.css +2 -2
- package/dist/assets/NcFormBoxItem.css +15 -15
- package/dist/assets/NcFormBoxSwitch.css +2 -2
- package/dist/assets/NcFormGroup.css +7 -7
- package/dist/assets/NcHotkey.css +8 -8
- package/dist/assets/NcHotkeyList.css +2 -2
- package/dist/assets/NcIconToggleSwitch.css +4 -4
- package/dist/assets/NcKbd.css +3 -3
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcSelect.css +25 -0
- package/dist/assets/autolink.css +3 -3
- package/dist/chunks/NcActionInput.mjs +2 -2
- package/dist/chunks/NcActionInput.mjs.map +1 -1
- package/dist/chunks/NcActions.mjs +2 -2
- package/dist/chunks/NcActions.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationSettings.mjs +6 -6
- package/dist/chunks/NcAppSettingsDialog.mjs +3 -3
- package/dist/chunks/NcAppSettingsShortcutsSection.mjs +1 -1
- package/dist/chunks/NcAppSidebar.mjs +162 -28
- package/dist/chunks/NcAppSidebar.mjs.map +1 -1
- package/dist/chunks/NcAppSidebarTab.mjs +12 -5
- package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
- package/dist/chunks/NcAssistantButton.mjs +7 -7
- package/dist/chunks/NcAssistantContent.mjs +3 -3
- package/dist/chunks/NcAssistantIcon.mjs +4 -4
- package/dist/chunks/NcBlurHash.mjs +2 -2
- package/dist/chunks/NcFilePicker.mjs +1 -1
- package/dist/chunks/NcFormBox.mjs +5 -5
- package/dist/chunks/NcFormBoxButton.mjs +2 -2
- package/dist/chunks/NcFormBoxItem.mjs +8 -8
- package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
- package/dist/chunks/NcFormGroup.mjs +7 -7
- package/dist/chunks/NcHotkey.mjs +4 -4
- package/dist/chunks/NcHotkeyList.mjs +2 -2
- package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
- package/dist/chunks/NcKbd.mjs +2 -2
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcRichContenteditable.mjs +10 -10
- package/dist/chunks/NcSelect.mjs +74 -5
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/_l10n.mjs +3 -3
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +35 -7
- package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -1
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
- package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
- package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
- package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +33 -5
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +2 -2
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +3 -3
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +2 -2
- package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +5 -5
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +1 -1
- package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
- package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
- package/package.json +3 -3
|
@@ -9,46 +9,46 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_g04W5 {
|
|
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
|
-
.
|
|
19
|
+
._ncFormBox_DLj7n {
|
|
20
20
|
display: flex;
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
gap: calc(1 * var(--default-grid-baseline));
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._ncFormBox_DLj7n._ncFormBox_row_Fr1lK {
|
|
25
25
|
flex-direction: row;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
._ncFormBox__item_-SJyo {
|
|
28
28
|
border-radius: var(--border-radius-small) !important;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._ncFormBox_col_1wgxQ {
|
|
31
31
|
flex-direction: column;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._ncFormBox_col_1wgxQ ._ncFormBox__item_-SJyo: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
|
-
.
|
|
37
|
+
._ncFormBox_col_1wgxQ ._ncFormBox__item_-SJyo: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
|
-
.
|
|
41
|
+
._ncFormBox_row_Fr1lK {
|
|
42
42
|
flex-direction: row;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._ncFormBox_row_Fr1lK ._ncFormBox__item_-SJyo {
|
|
45
45
|
flex: 1 1;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._ncFormBox_row_Fr1lK ._ncFormBox__item_-SJyo: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
|
-
.
|
|
51
|
+
._ncFormBox_row_Fr1lK ._ncFormBox__item_-SJyo: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-
|
|
12
|
+
._material-design-icon_oW-0j {
|
|
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
|
-
.
|
|
19
|
+
._formBoxButton_pfcXH {
|
|
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-
|
|
12
|
+
._material-design-icon_oeKe9 {
|
|
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
|
-
.
|
|
19
|
+
._formBoxItem_A3svz {
|
|
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
|
-
.
|
|
46
|
+
._formBoxItem_A3svz * {
|
|
47
47
|
cursor: inherit;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._formBoxItem_A3svz:has(:disabled) {
|
|
50
50
|
cursor: default;
|
|
51
51
|
opacity: 0.5;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._formBoxItem_A3svz: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
|
-
.
|
|
57
|
+
._formBoxItem_A3svz:active:not(:disabled) {
|
|
58
58
|
transform: scale(0.985);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._formBoxItem_A3svz: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
|
-
.
|
|
64
|
+
._formBoxItem__description_s3aoO {
|
|
65
65
|
font-weight: var(--font-weight-default, normal);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
._formBoxItem_A3svz._formBoxItem_legacy_M8oCv {
|
|
68
68
|
--nc-form-box-item-border-width: 0px;
|
|
69
69
|
border: none;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._formBoxItem_A3svz._formBoxItem_inverted_yQ6cM ._formBoxItem__element_63no0 {
|
|
72
72
|
color: var(--color-text-maxcontrast);
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._formBoxItem_A3svz._formBoxItem_inverted_yQ6cM ._formBoxItem__description_s3aoO {
|
|
75
75
|
color: inherit;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._formBoxItem__content_plRks {
|
|
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
|
-
.
|
|
84
|
+
._formBoxItem__element_63no0::after {
|
|
85
85
|
content: "";
|
|
86
86
|
position: absolute;
|
|
87
87
|
inset: 0;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._formBoxItem__description_s3aoO {
|
|
90
90
|
color: var(--color-text-maxcontrast);
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._formBoxItem__icon_xzuO7 {
|
|
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-
|
|
12
|
+
._material-design-icon_5UzOd {
|
|
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.
|
|
19
|
+
input._formBoxSwitch__input_MIhKf {
|
|
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-
|
|
12
|
+
._material-design-icon_ux73t {
|
|
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
|
-
.
|
|
19
|
+
._formGroup_s9Y0Y {
|
|
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
|
-
.
|
|
23
|
+
._formGroup_s9Y0Y._formGroup_noGap_ni6Ax {
|
|
24
24
|
--form-group-content-gap: 0;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._formGroup__label_flCX6 {
|
|
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
|
-
.
|
|
31
|
+
._formGroup__description_ettaL {
|
|
32
32
|
padding-inline: var(--form-element-label-offset);
|
|
33
33
|
color: var(--color-text-maxcontrast);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._formGroup__content_AhX7q {
|
|
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
|
-
.
|
|
41
|
+
._formGroup__content_AhX7q._formGroup__content_only_h-mqW {
|
|
42
42
|
margin-block-start: 0;
|
|
43
43
|
}
|
package/dist/assets/NcHotkey.css
CHANGED
|
@@ -9,35 +9,35 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_XAHPq {
|
|
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
|
-
.
|
|
19
|
+
._hotkey_kSlAl {
|
|
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
|
-
.
|
|
27
|
-
.
|
|
26
|
+
._hotkey_kSlAl:first-child ._hotkey__label_LLPgA,
|
|
27
|
+
._hotkey_kSlAl:first-child ._hotkey__keys_EMshL {
|
|
28
28
|
border-block-start: none;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
31
|
-
.
|
|
30
|
+
._hotkey__label_LLPgA,
|
|
31
|
+
._hotkey__keys_EMshL {
|
|
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
|
-
.
|
|
37
|
+
._hotkey__label_LLPgA {
|
|
38
38
|
flex: 1 1 200px;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._hotkey__keys_EMshL {
|
|
41
41
|
flex: 1 1 auto;
|
|
42
42
|
flex-wrap: wrap;
|
|
43
43
|
justify-content: end;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._hotkeyList_QEQTC {
|
|
3
3
|
--form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
._hotkeyList__heading_BXcc- {
|
|
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-
|
|
12
|
+
._material-design-icon_9yzS5 {
|
|
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
|
-
.
|
|
19
|
+
._iconToggleSwitch_ouXRn {
|
|
20
20
|
color: var(--v6bd152af);
|
|
21
21
|
transition: color var(--animation-quick) ease;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
._iconToggleSwitch_ouXRn svg {
|
|
24
24
|
/* Unlike other icons, this icon is not a square */
|
|
25
25
|
height: auto !important;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
._iconToggleSwitch_ouXRn circle {
|
|
28
28
|
cx: var(--v16fd8ca9);
|
|
29
29
|
transition: cx var(--animation-quick) ease;
|
|
30
30
|
}
|
package/dist/assets/NcKbd.css
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_9pyby {
|
|
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
|
-
.
|
|
19
|
+
._kbd_BJxuE {
|
|
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
|
-
.
|
|
34
|
+
._kbd_BJxuE + ._kbd_BJxuE {
|
|
35
35
|
margin-inline-start: calc(1 * var(--default-grid-baseline));
|
|
36
36
|
}
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_NkIOG {
|
|
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
|
-
.
|
|
19
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9, ._ncPopover_qgtYg.v-popper--theme-nc-popover-9 * {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9 .resize-observer {
|
|
23
23
|
position: absolute;
|
|
24
24
|
top: 0;
|
|
25
25
|
/* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
opacity: 0;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9 .resize-observer object {
|
|
38
38
|
display: block;
|
|
39
39
|
position: absolute;
|
|
40
40
|
top: 0;
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
pointer-events: none;
|
|
47
47
|
z-index: -1;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper {
|
|
50
50
|
z-index: 100000;
|
|
51
51
|
top: 0;
|
|
52
52
|
/* stylelint-disable-next-line csstools/use-logical */ /* upstream logic */
|
|
53
53
|
left: 0;
|
|
54
54
|
display: block !important;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__wrapper {
|
|
57
57
|
/*
|
|
58
58
|
* In theory, "filter: drop-shadow" would look better here with arrow shadow.
|
|
59
59
|
* In fact, in results in a blurry popover in Chromium on scaling.
|
|
@@ -66,43 +66,43 @@
|
|
|
66
66
|
border-radius: var(--border-radius-element);
|
|
67
67
|
transition: transform var(--animation-quick);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__inner {
|
|
70
70
|
padding: 0;
|
|
71
71
|
color: var(--color-main-text);
|
|
72
72
|
border-radius: var(--border-radius-element);
|
|
73
73
|
overflow: hidden;
|
|
74
74
|
background: var(--color-main-background);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
|
|
77
77
|
display: none;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=top] .v-popper__wrapper {
|
|
80
80
|
transform-origin: bottom center;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=bottom] .v-popper__wrapper {
|
|
83
83
|
transform-origin: top center;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=right] .v-popper__wrapper {
|
|
86
86
|
/* stylelint-disable-next-line csstools/use-logical */ /* transform-origin has no logical keyword */
|
|
87
87
|
transform-origin: left center;
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[data-popper-placement^=left] .v-popper__wrapper {
|
|
90
90
|
/* stylelint-disable-next-line csstools/use-logical */ /* transform-origin has no logical keyword */
|
|
91
91
|
transform-origin: right center;
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] {
|
|
94
94
|
visibility: hidden;
|
|
95
95
|
transition: opacity var(--animation-quick), visibility var(--animation-quick);
|
|
96
96
|
opacity: 0;
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=true] .v-popper__wrapper {
|
|
99
99
|
transform: scale(0.96);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] {
|
|
102
102
|
visibility: visible;
|
|
103
103
|
transition: opacity var(--animation-quick);
|
|
104
104
|
opacity: 1;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._ncPopover_qgtYg.v-popper--theme-nc-popover-9.v-popper__popper[aria-hidden=false] .v-popper__wrapper {
|
|
107
107
|
transform: scale(1);
|
|
108
108
|
}
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_TUacq {
|
|
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
|
-
.
|
|
19
|
+
._radioGroup_checkboxRadioContainer_AUPA7 .checkbox-content {
|
|
20
20
|
max-width: unset !important;
|
|
21
21
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_L0tBR {
|
|
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
|
-
.
|
|
19
|
+
._radioGroupButton_YNoo0 {
|
|
20
20
|
--radio-group-button--border-radius: var(--border-radius-small);
|
|
21
21
|
--radio-group-button--border-width: 1px;
|
|
22
22
|
--radio-group-button--color: var(--color-primary-element-light-text);
|
|
@@ -41,44 +41,44 @@
|
|
|
41
41
|
padding-block: var(--radio-group-button--padding) 0;
|
|
42
42
|
padding-inline: var(--radio-group-button--padding);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._radioGroupButton_YNoo0 * {
|
|
45
45
|
cursor: pointer;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._radioGroupButton_YNoo0:has(._radioGroupButton__label_8W6-c) {
|
|
48
48
|
padding-inline: calc(var(--radio-group-button--padding) + var(--border-radius-element));
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
._radioGroupButton_YNoo0:has(._radioGroupButton__icon_lPjNx) {
|
|
51
51
|
padding-inline-start: var(--radio-group-button--padding);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._radioGroupButton_YNoo0:hover:not(._radioGroupButton_disabled_8uxSh) {
|
|
54
54
|
background-color: var(--radio-group-button--background-color-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._radioGroupButton_YNoo0:active:not(._radioGroupButton_disabled_8uxSh) {
|
|
57
57
|
transform: scale(0.985);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
._radioGroupButton_YNoo0:focus-within {
|
|
60
60
|
--radio-group-button--border-width: 2px;
|
|
61
61
|
--radio-group-button--padding: 0px;
|
|
62
62
|
border: var(--radio-group-button--border-width) solid var(--color-main-text) !important;
|
|
63
63
|
outline: calc(var(--default-grid-baseline) / 2) var(--color-main-background);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
._radioGroupButton_active_qTVBh {
|
|
66
66
|
--radio-group-button--color: var(--color-primary-element-text);
|
|
67
67
|
--radio-group-button--background-color: var(--color-primary-element);
|
|
68
68
|
--radio-group-button--background-color-hover: var(--color-primary-element-hover);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
._radioGroupButton__label_8W6-c {
|
|
71
71
|
font-weight: var(--font-weight-element, bold);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._radioGroupButton_disabled_8uxSh {
|
|
74
74
|
filter: saturate(0.7);
|
|
75
75
|
opacity: 0.5;
|
|
76
76
|
cursor: default;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._radioGroupButton_disabled_8uxSh * {
|
|
79
79
|
cursor: default;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._radioGroupButton__icon_lPjNx {
|
|
82
82
|
--radio-group-button--icon-size: calc(var(--default-clickable-area) - 4px);
|
|
83
83
|
display: flex;
|
|
84
84
|
align-items: center;
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
height: 100%;
|
|
87
87
|
width: var(--radio-group-button--icon-size);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._radioGroupButton__icon_lPjNx * {
|
|
90
90
|
--default-clickable-area: var(--radio-group-button--icon-size);
|
|
91
91
|
}
|
|
@@ -189,14 +189,14 @@
|
|
|
189
189
|
/*
|
|
190
190
|
* Ensure proper alignment of the vue material icons
|
|
191
191
|
*/
|
|
192
|
-
._material-design-
|
|
192
|
+
._material-design-icon_mr-D2 {
|
|
193
193
|
display: flex;
|
|
194
194
|
align-self: center;
|
|
195
195
|
justify-self: center;
|
|
196
196
|
align-items: center;
|
|
197
197
|
justify-content: center;
|
|
198
198
|
}
|
|
199
|
-
._tribute-
|
|
199
|
+
._tribute-container_x6S5- {
|
|
200
200
|
z-index: 9000;
|
|
201
201
|
overflow: auto;
|
|
202
202
|
position: absolute;
|
|
@@ -209,62 +209,62 @@
|
|
|
209
209
|
background: var(--color-main-background);
|
|
210
210
|
box-shadow: 0 1px 5px var(--color-box-shadow);
|
|
211
211
|
}
|
|
212
|
-
._tribute-
|
|
212
|
+
._tribute-container_x6S5-, ._tribute-container_x6S5- * {
|
|
213
213
|
box-sizing: border-box;
|
|
214
214
|
}
|
|
215
|
-
._tribute-
|
|
215
|
+
._tribute-container_x6S5- ul {
|
|
216
216
|
display: flex;
|
|
217
217
|
flex-direction: column;
|
|
218
218
|
gap: var(--default-grid-baseline);
|
|
219
219
|
}
|
|
220
|
-
._tribute-
|
|
220
|
+
._tribute-container_x6S5- ._tribute-container__item_DySp8 {
|
|
221
221
|
color: var(--color-text-maxcontrast);
|
|
222
222
|
border-radius: var(--border-radius-small);
|
|
223
223
|
padding: var(--default-grid-baseline);
|
|
224
224
|
cursor: pointer;
|
|
225
225
|
min-height: var(--clickable-area-small, auto);
|
|
226
226
|
}
|
|
227
|
-
._tribute-
|
|
227
|
+
._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight {
|
|
228
228
|
color: var(--color-main-text);
|
|
229
229
|
background: var(--color-background-hover);
|
|
230
230
|
}
|
|
231
|
-
._tribute-
|
|
231
|
+
._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight, ._tribute-container_x6S5- ._tribute-container__item_DySp8.highlight * {
|
|
232
232
|
cursor: pointer;
|
|
233
233
|
}
|
|
234
|
-
._tribute-
|
|
234
|
+
._tribute-container_x6S5-._tribute-container--focus-visible_cY0kd .highlight._tribute-container__item_DySp8 {
|
|
235
235
|
outline: 2px solid var(--color-main-text) !important;
|
|
236
236
|
}
|
|
237
|
-
._tribute-container-
|
|
237
|
+
._tribute-container-autocomplete_bSLlH {
|
|
238
238
|
min-width: 250px;
|
|
239
239
|
max-width: 300px;
|
|
240
240
|
max-height: calc((var(--default-clickable-area) + 3 * var(--default-grid-baseline)) * 4.5 - 1.5 * var(--default-grid-baseline));
|
|
241
241
|
}
|
|
242
|
-
._tribute-container-
|
|
243
|
-
._tribute-container-
|
|
242
|
+
._tribute-container-emoji_JH-rN,
|
|
243
|
+
._tribute-container-link_fcdOz {
|
|
244
244
|
min-width: 200px;
|
|
245
245
|
max-width: 200px;
|
|
246
246
|
max-height: calc((24px + 3 * var(--default-grid-baseline)) * 5.5 - 1.5 * var(--default-grid-baseline));
|
|
247
247
|
}
|
|
248
|
-
._tribute-container-
|
|
249
|
-
._tribute-container-
|
|
248
|
+
._tribute-container-emoji_JH-rN ._tribute-item_gtmOq,
|
|
249
|
+
._tribute-container-link_fcdOz ._tribute-item_gtmOq {
|
|
250
250
|
white-space: nowrap;
|
|
251
251
|
overflow: hidden;
|
|
252
252
|
text-overflow: ellipsis;
|
|
253
253
|
}
|
|
254
|
-
._tribute-container-
|
|
254
|
+
._tribute-container-link_fcdOz {
|
|
255
255
|
min-width: 200px;
|
|
256
256
|
max-width: 300px;
|
|
257
257
|
}
|
|
258
|
-
._tribute-container-
|
|
258
|
+
._tribute-container-link_fcdOz ._tribute-item_gtmOq {
|
|
259
259
|
display: flex;
|
|
260
260
|
align-items: center;
|
|
261
261
|
}
|
|
262
|
-
._tribute-container-
|
|
262
|
+
._tribute-container-link_fcdOz ._tribute-item__title_emV92 {
|
|
263
263
|
white-space: nowrap;
|
|
264
264
|
overflow: hidden;
|
|
265
265
|
text-overflow: ellipsis;
|
|
266
266
|
}
|
|
267
|
-
._tribute-container-
|
|
267
|
+
._tribute-container-link_fcdOz ._tribute-item__icon_-Zn0O {
|
|
268
268
|
margin: auto 0;
|
|
269
269
|
width: 20px;
|
|
270
270
|
height: 20px;
|
package/dist/assets/NcSelect.css
CHANGED
|
@@ -28,6 +28,25 @@
|
|
|
28
28
|
* Create a consistent border for an input element.
|
|
29
29
|
* With Nextcloud 32+ there is no real border anymore but we use a box-shadow.
|
|
30
30
|
*/
|
|
31
|
+
.nc-select.v-select.select .select__helper-text {
|
|
32
|
+
display: flex;
|
|
33
|
+
align-items: center;
|
|
34
|
+
margin: 0;
|
|
35
|
+
padding-block: 4px;
|
|
36
|
+
padding-inline: var(--border-radius-element);
|
|
37
|
+
color: var(--color-text-maxcontrast);
|
|
38
|
+
font-size: var(--default-font-size);
|
|
39
|
+
overflow-wrap: anywhere;
|
|
40
|
+
}
|
|
41
|
+
.nc-select.v-select.select .select__helper-text--error {
|
|
42
|
+
color: var(--color-text-error);
|
|
43
|
+
}
|
|
44
|
+
.nc-select.v-select.select .select__helper-text--success {
|
|
45
|
+
color: var(--color-text-success);
|
|
46
|
+
}
|
|
47
|
+
.nc-select.v-select.select .select__helper-text .select__helper-text-icon {
|
|
48
|
+
margin-inline-end: 8px;
|
|
49
|
+
}
|
|
31
50
|
.nc-select.v-select.select {
|
|
32
51
|
/* Custom vue-select CSS variables scoped to NcSelect */
|
|
33
52
|
/* Search Input */
|
|
@@ -122,6 +141,9 @@
|
|
|
122
141
|
box-shadow: none !important;
|
|
123
142
|
background: transparent;
|
|
124
143
|
}
|
|
144
|
+
.nc-select.v-select.select .vs__dropdown-toggle {
|
|
145
|
+
position: relative;
|
|
146
|
+
}
|
|
125
147
|
.nc-select.v-select.select .vs__actions {
|
|
126
148
|
position: absolute;
|
|
127
149
|
z-index: 999;
|
|
@@ -190,6 +212,9 @@
|
|
|
190
212
|
border: none;
|
|
191
213
|
overflow: visible;
|
|
192
214
|
}
|
|
215
|
+
.nc-select.v-select.select.vs--multiple {
|
|
216
|
+
margin-inline: 1px;
|
|
217
|
+
}
|
|
193
218
|
.nc-select.v-select.select.vs--multiple .vs__dropdown-toggle {
|
|
194
219
|
border: var(--border-width-input-focused, 2px) solid transparent;
|
|
195
220
|
box-shadow: var(--input-border-box-shadow);
|