@nextcloud/vue 9.13.0 → 9.13.1
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/NcAppNavigationSettings.css +6 -6
- package/dist/assets/NcAppSettingsDialog.css +3 -3
- package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
- package/dist/assets/NcAppSidebar.css +28 -28
- 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/NcDateTimePicker.css +234 -234
- 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/NcModal.css +71 -64
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcReferenceWidget.css +24 -23
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcSelect.css +8 -13
- package/dist/assets/NcUploadPicker.css +7 -7
- package/dist/assets/autolink.css +3 -3
- 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 +12 -12
- 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/NcDateTimePicker.mjs +39 -1
- package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
- 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/NcModal.mjs +6 -9
- package/dist/chunks/NcModal.mjs.map +1 -1
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcPopover.mjs.map +1 -1
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcReferenceWidget.mjs +2 -2
- package/dist/chunks/NcReferenceWidget.mjs.map +1 -1
- package/dist/chunks/NcRichContenteditable.mjs +10 -10
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/NcUploadPicker.mjs +6 -6
- package/dist/chunks/_l10n.mjs +3 -3
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/components/NcDateTimePicker/formatValidation.d.ts +10 -0
- package/package.json +7 -7
|
@@ -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_sCkSO {
|
|
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_HD5BC.v-popper--theme-nc-popover-9, ._ncPopover_HD5BC.v-popper--theme-nc-popover-9 * {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._ncPopover_HD5BC.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_HD5BC.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_HD5BC.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_HD5BC.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_HD5BC.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_HD5BC.v-popper--theme-nc-popover-9.v-popper__popper .v-popper__arrow-container {
|
|
77
77
|
display: none;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._ncPopover_HD5BC.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_HD5BC.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_HD5BC.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_HD5BC.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_HD5BC.v-popper--theme-nc-popover-9.v-popper__popper.v-popper__popper--hidden {
|
|
94
94
|
visibility: hidden;
|
|
95
95
|
transition: opacity var(--animation-quick), visibility var(--animation-quick);
|
|
96
96
|
opacity: 0;
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
._ncPopover_HD5BC.v-popper--theme-nc-popover-9.v-popper__popper.v-popper__popper--hidden .v-popper__wrapper {
|
|
99
99
|
transform: scale(0.96);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
._ncPopover_HD5BC.v-popper--theme-nc-popover-9.v-popper__popper.v-popper__popper--shown {
|
|
102
102
|
visibility: visible;
|
|
103
103
|
transition: opacity var(--animation-quick);
|
|
104
104
|
opacity: 1;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._ncPopover_HD5BC.v-popper--theme-nc-popover-9.v-popper__popper.v-popper__popper--shown .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_KFY-h {
|
|
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_JW-uf .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_WI1tJ {
|
|
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_zvINB {
|
|
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_zvINB * {
|
|
45
45
|
cursor: pointer;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._radioGroupButton_zvINB:has(._radioGroupButton__label_bAKze) {
|
|
48
48
|
padding-inline: calc(var(--radio-group-button--padding) + var(--border-radius-element));
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
._radioGroupButton_zvINB:has(._radioGroupButton__icon_DB-zg) {
|
|
51
51
|
padding-inline-start: var(--radio-group-button--padding);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._radioGroupButton_zvINB:hover:not(._radioGroupButton_disabled_Acqgc) {
|
|
54
54
|
background-color: var(--radio-group-button--background-color-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._radioGroupButton_zvINB:active:not(._radioGroupButton_disabled_Acqgc) {
|
|
57
57
|
transform: scale(0.985);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
._radioGroupButton_zvINB: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_EEJX- {
|
|
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_bAKze {
|
|
71
71
|
font-weight: var(--font-weight-element, bold);
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._radioGroupButton_disabled_Acqgc {
|
|
74
74
|
filter: saturate(0.7);
|
|
75
75
|
opacity: 0.5;
|
|
76
76
|
cursor: default;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._radioGroupButton_disabled_Acqgc * {
|
|
79
79
|
cursor: default;
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._radioGroupButton__icon_DB-zg {
|
|
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_DB-zg * {
|
|
90
90
|
--default-clickable-area: var(--radio-group-button--icon-size);
|
|
91
91
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
.material-design-icon[data-v-
|
|
12
|
+
.material-design-icon[data-v-f8edbaf7] {
|
|
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
|
-
.widget-custom[data-v-
|
|
19
|
+
.widget-custom[data-v-f8edbaf7] {
|
|
20
20
|
width: 100%;
|
|
21
21
|
margin: auto;
|
|
22
22
|
margin-bottom: calc(var(--default-grid-baseline, 4px) * 3);
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
display: flex;
|
|
29
29
|
position: relative;
|
|
30
30
|
}
|
|
31
|
-
.widget-custom.full-width[data-v-
|
|
31
|
+
.widget-custom.full-width[data-v-f8edbaf7] {
|
|
32
32
|
width: var(--widget-full-width, 100%) !important;
|
|
33
33
|
inset-inline-start: calc((var(--widget-full-width, 100%) - 100%) / 2 * -1);
|
|
34
34
|
position: relative;
|
|
35
35
|
}
|
|
36
|
-
.widget-custom__content[data-v-
|
|
36
|
+
.widget-custom__content[data-v-f8edbaf7] {
|
|
37
37
|
width: 100%;
|
|
38
38
|
display: flex;
|
|
39
39
|
flex-direction: column;
|
|
40
40
|
}
|
|
41
|
-
.widget-custom__resize-handle[data-v-
|
|
41
|
+
.widget-custom__resize-handle[data-v-f8edbaf7] {
|
|
42
42
|
position: absolute;
|
|
43
43
|
bottom: 0;
|
|
44
44
|
inset-inline-start: 0;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
cursor: row-resize;
|
|
50
50
|
touch-action: none;
|
|
51
51
|
}
|
|
52
|
-
.widget-custom__resize-handle[data-v-
|
|
52
|
+
.widget-custom__resize-handle[data-v-f8edbaf7]::before, .widget-custom__resize-handle[data-v-f8edbaf7]::after {
|
|
53
53
|
content: "";
|
|
54
54
|
position: absolute;
|
|
55
55
|
top: 50%;
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
width: 30px;
|
|
61
61
|
height: 1px;
|
|
62
62
|
}
|
|
63
|
-
.widget-custom__resize-handle[data-v-
|
|
63
|
+
.widget-custom__resize-handle[data-v-f8edbaf7]::before {
|
|
64
64
|
margin-top: -2px;
|
|
65
65
|
}
|
|
66
|
-
.widget-custom__resize-handle[data-v-
|
|
66
|
+
.widget-custom__resize-handle[data-v-f8edbaf7]:focus-visible {
|
|
67
67
|
outline: 2px solid var(--color-primary-element);
|
|
68
68
|
outline-offset: -4px;
|
|
69
69
|
}
|
|
70
|
-
.widget-access[data-v-
|
|
70
|
+
.widget-access[data-v-f8edbaf7] {
|
|
71
71
|
width: 100%;
|
|
72
72
|
margin: auto;
|
|
73
73
|
margin-bottom: calc(var(--default-grid-baseline, 4px) * 3);
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
display: flex;
|
|
80
80
|
padding: calc(var(--default-grid-baseline, 4px) * 3);
|
|
81
81
|
}
|
|
82
|
-
.widget-default[data-v-
|
|
82
|
+
.widget-default[data-v-f8edbaf7] {
|
|
83
83
|
width: 100%;
|
|
84
84
|
margin: auto;
|
|
85
85
|
margin-bottom: calc(var(--default-grid-baseline, 4px) * 3);
|
|
@@ -90,42 +90,43 @@
|
|
|
90
90
|
background-color: transparent;
|
|
91
91
|
display: flex;
|
|
92
92
|
}
|
|
93
|
-
.widget-default--compact[data-v-
|
|
93
|
+
.widget-default--compact[data-v-f8edbaf7] {
|
|
94
94
|
flex-direction: column;
|
|
95
95
|
}
|
|
96
|
-
.widget-default--compact .widget-default--image[data-v-
|
|
96
|
+
.widget-default--compact .widget-default--image[data-v-f8edbaf7] {
|
|
97
97
|
width: 100%;
|
|
98
98
|
height: 150px;
|
|
99
99
|
}
|
|
100
|
-
.widget-default--compact .widget-default--details[data-v-
|
|
100
|
+
.widget-default--compact .widget-default--details[data-v-f8edbaf7] {
|
|
101
101
|
width: 100%;
|
|
102
102
|
padding-top: calc(var(--default-grid-baseline, 4px) * 2);
|
|
103
103
|
padding-bottom: calc(var(--default-grid-baseline, 4px) * 2);
|
|
104
104
|
}
|
|
105
|
-
.widget-default--compact .widget-default--description[data-v-
|
|
105
|
+
.widget-default--compact .widget-default--description[data-v-f8edbaf7] {
|
|
106
106
|
display: none;
|
|
107
107
|
}
|
|
108
|
-
.widget-default--image[data-v-
|
|
108
|
+
.widget-default--image[data-v-f8edbaf7] {
|
|
109
109
|
width: 40%;
|
|
110
110
|
background-position: center;
|
|
111
111
|
background-size: cover;
|
|
112
112
|
background-repeat: no-repeat;
|
|
113
113
|
}
|
|
114
|
-
.widget-default--name[data-v-
|
|
114
|
+
.widget-default--name[data-v-f8edbaf7] {
|
|
115
115
|
overflow: hidden;
|
|
116
116
|
text-overflow: ellipsis;
|
|
117
117
|
white-space: nowrap;
|
|
118
118
|
font-weight: var(--font-weight-heading, bold);
|
|
119
119
|
}
|
|
120
|
-
.widget-default--details[data-v-
|
|
120
|
+
.widget-default--details[data-v-f8edbaf7] {
|
|
121
121
|
padding: calc(var(--default-grid-baseline, 4px) * 3);
|
|
122
|
-
width:
|
|
122
|
+
width: 0;
|
|
123
|
+
flex-grow: 1;
|
|
123
124
|
}
|
|
124
|
-
.widget-default--details p[data-v-
|
|
125
|
+
.widget-default--details p[data-v-f8edbaf7] {
|
|
125
126
|
margin: 0;
|
|
126
127
|
padding: 0;
|
|
127
128
|
}
|
|
128
|
-
.widget-default--description[data-v-
|
|
129
|
+
.widget-default--description[data-v-f8edbaf7] {
|
|
129
130
|
overflow: hidden;
|
|
130
131
|
text-overflow: ellipsis;
|
|
131
132
|
display: -webkit-box;
|
|
@@ -133,16 +134,16 @@
|
|
|
133
134
|
line-clamp: 3; /* stylelint-disable-line property-no-unknown */
|
|
134
135
|
-webkit-box-orient: vertical;
|
|
135
136
|
}
|
|
136
|
-
.widget-default--link[data-v-
|
|
137
|
+
.widget-default--link[data-v-f8edbaf7] {
|
|
137
138
|
color: var(--color-text-maxcontrast);
|
|
138
139
|
overflow: hidden;
|
|
139
140
|
text-overflow: ellipsis;
|
|
140
141
|
white-space: nowrap;
|
|
141
142
|
}
|
|
142
|
-
.toggle-interactive[data-v-
|
|
143
|
+
.toggle-interactive[data-v-f8edbaf7] {
|
|
143
144
|
position: relative;
|
|
144
145
|
}
|
|
145
|
-
.toggle-interactive .toggle-interactive--button[data-v-
|
|
146
|
+
.toggle-interactive .toggle-interactive--button[data-v-f8edbaf7] {
|
|
146
147
|
position: absolute;
|
|
147
148
|
bottom: var(--default-grid-baseline);
|
|
148
149
|
inset-inline-end: var(--default-grid-baseline);
|
|
@@ -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_GKvku {
|
|
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_hX6n7 {
|
|
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_hX6n7, ._tribute-container_hX6n7 * {
|
|
213
213
|
box-sizing: border-box;
|
|
214
214
|
}
|
|
215
|
-
._tribute-
|
|
215
|
+
._tribute-container_hX6n7 ul {
|
|
216
216
|
display: flex;
|
|
217
217
|
flex-direction: column;
|
|
218
218
|
gap: var(--default-grid-baseline);
|
|
219
219
|
}
|
|
220
|
-
._tribute-
|
|
220
|
+
._tribute-container_hX6n7 ._tribute-container__item_okiJn {
|
|
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_hX6n7 ._tribute-container__item_okiJn.highlight {
|
|
228
228
|
color: var(--color-main-text);
|
|
229
229
|
background: var(--color-background-hover);
|
|
230
230
|
}
|
|
231
|
-
._tribute-
|
|
231
|
+
._tribute-container_hX6n7 ._tribute-container__item_okiJn.highlight, ._tribute-container_hX6n7 ._tribute-container__item_okiJn.highlight * {
|
|
232
232
|
cursor: pointer;
|
|
233
233
|
}
|
|
234
|
-
._tribute-
|
|
234
|
+
._tribute-container_hX6n7._tribute-container--focus-visible_x0aUZ .highlight._tribute-container__item_okiJn {
|
|
235
235
|
outline: 2px solid var(--color-main-text) !important;
|
|
236
236
|
}
|
|
237
|
-
._tribute-container-
|
|
237
|
+
._tribute-container-autocomplete_ersEF {
|
|
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_d9cIo,
|
|
243
|
+
._tribute-container-link_nJUJo {
|
|
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_d9cIo ._tribute-item_CEjO6,
|
|
249
|
+
._tribute-container-link_nJUJo ._tribute-item_CEjO6 {
|
|
250
250
|
white-space: nowrap;
|
|
251
251
|
overflow: hidden;
|
|
252
252
|
text-overflow: ellipsis;
|
|
253
253
|
}
|
|
254
|
-
._tribute-container-
|
|
254
|
+
._tribute-container-link_nJUJo {
|
|
255
255
|
min-width: 200px;
|
|
256
256
|
max-width: 300px;
|
|
257
257
|
}
|
|
258
|
-
._tribute-container-
|
|
258
|
+
._tribute-container-link_nJUJo ._tribute-item_CEjO6 {
|
|
259
259
|
display: flex;
|
|
260
260
|
align-items: center;
|
|
261
261
|
}
|
|
262
|
-
._tribute-container-
|
|
262
|
+
._tribute-container-link_nJUJo ._tribute-item__title_lwK2r {
|
|
263
263
|
white-space: nowrap;
|
|
264
264
|
overflow: hidden;
|
|
265
265
|
text-overflow: ellipsis;
|
|
266
266
|
}
|
|
267
|
-
._tribute-container-
|
|
267
|
+
._tribute-container-link_nJUJo ._tribute-item__icon_FlDIT {
|
|
268
268
|
margin: auto 0;
|
|
269
269
|
width: 20px;
|
|
270
270
|
height: 20px;
|
package/dist/assets/NcSelect.css
CHANGED
|
@@ -47,8 +47,12 @@
|
|
|
47
47
|
.nc-select.v-select.select .select__helper-text .select__helper-text-icon {
|
|
48
48
|
margin-inline-end: 8px;
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
|
|
51
|
+
/* Custom vue-select CSS variables scoped to NcSelect */
|
|
52
|
+
/* The select's dropdown may be mounted outside the select. */
|
|
53
|
+
/* Therefore, it does not inherit the variables and requires them on its own */
|
|
54
|
+
.nc-select.v-select.select,
|
|
55
|
+
.nc-select__dropdown.vs__dropdown-menu {
|
|
52
56
|
/* Search Input */
|
|
53
57
|
--vs-search-input-color: var(--color-main-text);
|
|
54
58
|
--vs-search-input-bg: var(--color-main-background);
|
|
@@ -96,6 +100,8 @@
|
|
|
96
100
|
--vs-transition-duration: 0ms;
|
|
97
101
|
/* Actions */
|
|
98
102
|
--vs-actions-padding: 0 8px 0 8px;
|
|
103
|
+
}
|
|
104
|
+
.nc-select.v-select.select {
|
|
99
105
|
/* Override default vue-select styles */
|
|
100
106
|
min-height: calc(var(--default-clickable-area) - 2 * var(--border-width-input, 2px));
|
|
101
107
|
min-width: 260px;
|
|
@@ -330,17 +336,6 @@
|
|
|
330
336
|
display: none;
|
|
331
337
|
}
|
|
332
338
|
.nc-select__dropdown.vs__dropdown-menu {
|
|
333
|
-
--vs-border-color: var(--color-border-maxcontrast);
|
|
334
|
-
--vs-border-style: solid;
|
|
335
|
-
--vs-border-radius: var(--border-radius-element);
|
|
336
|
-
--vs-dropdown-bg: var(--color-main-background);
|
|
337
|
-
--vs-dropdown-color: var(--color-main-text);
|
|
338
|
-
--vs-dropdown-option-padding: 8px 20px;
|
|
339
|
-
--vs-dropdown-option--active-bg: var(--color-background-hover);
|
|
340
|
-
--vs-dropdown-option--active-color: var(--color-main-text);
|
|
341
|
-
--vs-dropdown-option--kb-focus-box-shadow: inset 0px 0px 0px 2px var(--color-border-maxcontrast);
|
|
342
|
-
--vs-dropdown-option--deselect-bg: var(--color-error);
|
|
343
|
-
--vs-dropdown-option--deselect-color: #fff;
|
|
344
339
|
border-width: var(--border-width-input-focused) !important;
|
|
345
340
|
border-color: var(--color-main-text) !important;
|
|
346
341
|
outline: none !important;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._uploadPicker_progress_nucBV {
|
|
3
3
|
--upload-picker-progress-width: 200px;
|
|
4
4
|
width: var(--upload-picker-progress-width);
|
|
5
5
|
/* Animate show/hide */
|
|
@@ -8,24 +8,24 @@
|
|
|
8
8
|
/* Align progress/text separation with the middle */
|
|
9
9
|
margin-top: 8px;
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
._uploadPicker_progress__uploading_i-lP3 {
|
|
12
12
|
max-width: var(--upload-picker-progress-width);
|
|
13
13
|
|
|
14
14
|
/* Visually more pleasing spacing */
|
|
15
15
|
margin-inline: 8px 20px;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
18
|
-
animation:
|
|
17
|
+
._uploadPicker_progress__paused_x9K9W {
|
|
18
|
+
animation: _breathing_cXpss 3s ease-out infinite normal;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._uploadPicker_progressLabel_1DNU0 {
|
|
21
21
|
overflow: hidden;
|
|
22
22
|
white-space: nowrap;
|
|
23
23
|
text-overflow: ellipsis;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._uploadPicker_progressLabelSpeed_YtMHl{
|
|
26
26
|
color: var(--color-text-maxcontrast);
|
|
27
27
|
}
|
|
28
|
-
@keyframes
|
|
28
|
+
@keyframes _breathing_cXpss {
|
|
29
29
|
0% {
|
|
30
30
|
opacity: .5;
|
|
31
31
|
}
|
package/dist/assets/autolink.css
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
/*
|
|
11
11
|
* Ensure proper alignment of the vue material icons
|
|
12
12
|
*/
|
|
13
|
-
._material-design-
|
|
13
|
+
._material-design-icon_Fq-2a {
|
|
14
14
|
display: flex;
|
|
15
15
|
align-self: center;
|
|
16
16
|
justify-self: center;
|
|
17
17
|
align-items: center;
|
|
18
18
|
justify-content: center;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._externalLink_pbE0W {
|
|
21
21
|
text-decoration: underline;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
._externalLink_decorated_AvzkD::after {
|
|
24
24
|
content: " ↗";
|
|
25
25
|
}
|
|
@@ -74,12 +74,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
74
|
};
|
|
75
75
|
}
|
|
76
76
|
});
|
|
77
|
-
const container = "
|
|
78
|
-
const header = "
|
|
79
|
-
const button = "
|
|
80
|
-
const content = "
|
|
81
|
-
const animationActive = "
|
|
82
|
-
const animationStop = "
|
|
77
|
+
const container = "_container_zi17B";
|
|
78
|
+
const header = "_header_XIMX6";
|
|
79
|
+
const button = "_button_Nq9sk";
|
|
80
|
+
const content = "_content_c4AKU";
|
|
81
|
+
const animationActive = "_animationActive_yi5Xn";
|
|
82
|
+
const animationStop = "_animationStop_IUQ5r";
|
|
83
83
|
const style0 = {
|
|
84
84
|
container,
|
|
85
85
|
header,
|
|
@@ -21,10 +21,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
const appSettingsDialogVersion = "
|
|
25
|
-
const appSettingsDialogVersion__legacy = "
|
|
24
|
+
const appSettingsDialogVersion = "_appSettingsDialogVersion_zdiMg";
|
|
25
|
+
const appSettingsDialogVersion__legacy = "_appSettingsDialogVersion__legacy_S2z5e";
|
|
26
26
|
const style0 = {
|
|
27
|
-
"material-design-icon": "_material-design-
|
|
27
|
+
"material-design-icon": "_material-design-icon_hQ2c6",
|
|
28
28
|
appSettingsDialogVersion,
|
|
29
29
|
appSettingsDialogVersion__legacy
|
|
30
30
|
};
|
|
@@ -24,7 +24,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
-
const appSettingsSectionShortcuts = "
|
|
27
|
+
const appSettingsSectionShortcuts = "_appSettingsSectionShortcuts_r6ONT";
|
|
28
28
|
const style0 = {
|
|
29
29
|
appSettingsSectionShortcuts
|
|
30
30
|
};
|
|
@@ -222,18 +222,18 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
222
222
|
};
|
|
223
223
|
}
|
|
224
224
|
});
|
|
225
|
-
const sidebarTabsButton = "
|
|
226
|
-
const sidebarTabsButton_legacy = "
|
|
227
|
-
const sidebarTabsButton_selected = "
|
|
228
|
-
const sidebarTabsButton_animatedHighlight = "
|
|
229
|
-
const sidebarTabsButton__name = "
|
|
230
|
-
const sidebarTabsButton__icon = "
|
|
231
|
-
const sidebarTabsButton__iconLayer = "
|
|
232
|
-
const sidebarTabsButton__iconLayer_hidden = "
|
|
233
|
-
const sidebarTabsButton__icon_pop = "
|
|
234
|
-
const sidebarTabsButton__legacyIcon = "
|
|
225
|
+
const sidebarTabsButton = "_sidebarTabsButton_84y6N";
|
|
226
|
+
const sidebarTabsButton_legacy = "_sidebarTabsButton_legacy_hAgzM";
|
|
227
|
+
const sidebarTabsButton_selected = "_sidebarTabsButton_selected_3SBK3";
|
|
228
|
+
const sidebarTabsButton_animatedHighlight = "_sidebarTabsButton_animatedHighlight_aM1Xk";
|
|
229
|
+
const sidebarTabsButton__name = "_sidebarTabsButton__name_ZY51V";
|
|
230
|
+
const sidebarTabsButton__icon = "_sidebarTabsButton__icon_N8gq1";
|
|
231
|
+
const sidebarTabsButton__iconLayer = "_sidebarTabsButton__iconLayer_7Lq7Y";
|
|
232
|
+
const sidebarTabsButton__iconLayer_hidden = "_sidebarTabsButton__iconLayer_hidden_kU-q2";
|
|
233
|
+
const sidebarTabsButton__icon_pop = "_sidebarTabsButton__icon_pop_S4IPa";
|
|
234
|
+
const sidebarTabsButton__legacyIcon = "_sidebarTabsButton__legacyIcon_jX-vn";
|
|
235
235
|
const style0 = {
|
|
236
|
-
"material-design-icon": "_material-design-
|
|
236
|
+
"material-design-icon": "_material-design-icon_HlGlF",
|
|
237
237
|
sidebarTabsButton,
|
|
238
238
|
sidebarTabsButton_legacy,
|
|
239
239
|
sidebarTabsButton_selected,
|
|
@@ -243,7 +243,7 @@ const style0 = {
|
|
|
243
243
|
sidebarTabsButton__iconLayer,
|
|
244
244
|
sidebarTabsButton__iconLayer_hidden,
|
|
245
245
|
sidebarTabsButton__icon_pop,
|
|
246
|
-
"sidebar-tab-icon-pop": "_sidebar-tab-icon-
|
|
246
|
+
"sidebar-tab-icon-pop": "_sidebar-tab-icon-pop_jtQ54",
|
|
247
247
|
sidebarTabsButton__legacyIcon
|
|
248
248
|
};
|
|
249
249
|
const cssModules = {
|
|
@@ -54,14 +54,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
54
|
};
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
|
-
const assistantButton = "
|
|
58
|
-
const assistantButton_disabled = "
|
|
59
|
-
const assistantButton_primary = "
|
|
60
|
-
const assistantButton__icon = "
|
|
61
|
-
const assistantButton__text = "
|
|
62
|
-
const assistantButton__button = "
|
|
57
|
+
const assistantButton = "_assistantButton_INrLY";
|
|
58
|
+
const assistantButton_disabled = "_assistantButton_disabled_XbO66";
|
|
59
|
+
const assistantButton_primary = "_assistantButton_primary_tmvoO";
|
|
60
|
+
const assistantButton__icon = "_assistantButton__icon_DL-Fv";
|
|
61
|
+
const assistantButton__text = "_assistantButton__text_w9n-j";
|
|
62
|
+
const assistantButton__button = "_assistantButton__button_e4Hlc";
|
|
63
63
|
const style0 = {
|
|
64
|
-
"material-design-icon": "_material-design-
|
|
64
|
+
"material-design-icon": "_material-design-icon_Ht5PM",
|
|
65
65
|
assistantButton,
|
|
66
66
|
assistantButton_disabled,
|
|
67
67
|
assistantButton_primary,
|
|
@@ -20,10 +20,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
|
-
const assistantContent = "
|
|
24
|
-
const assistantContent__inner = "
|
|
23
|
+
const assistantContent = "_assistantContent_fwJqA";
|
|
24
|
+
const assistantContent__inner = "_assistantContent__inner_6BPbA";
|
|
25
25
|
const style0 = {
|
|
26
|
-
"material-design-icon": "_material-design-
|
|
26
|
+
"material-design-icon": "_material-design-icon_QPrJl",
|
|
27
27
|
assistantContent,
|
|
28
28
|
assistantContent__inner
|
|
29
29
|
};
|