@alfresco/adf-content-services 8.4.0-19060916420 → 8.4.0-19063861366
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/fesm2022/adf-content-services.mjs +116 -116
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/aspect-list/aspect-list-dialog.component.scss +1 -7
- package/lib/aspect-list/aspect-list.component.scss +7 -9
- package/lib/breadcrumb/breadcrumb.component.scss +10 -22
- package/lib/breadcrumb/dropdown-breadcrumb.component.scss +5 -8
- package/lib/category/categories-management/categories-management.component.scss +3 -39
- package/lib/content-metadata/components/content-metadata/content-metadata.component.scss +4 -54
- package/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.scss +0 -9
- package/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.component.scss +11 -61
- package/lib/content-node-selector/content-node-selector.component.scss +2 -46
- package/lib/content-node-selector/name-location-cell/name-location-cell.component.scss +2 -2
- package/lib/content-node-share/content-node-share.dialog.scss +11 -34
- package/lib/content-type/content-type-dialog.component.scss +3 -5
- package/lib/dialogs/folder/folder.dialog.scss +3 -22
- package/lib/document-list/components/document-list.component.scss +15 -39
- package/lib/new-version-uploader/new-version-uploader.dialog.scss +2 -9
- package/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss +6 -31
- package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss +5 -27
- package/lib/permission-manager/components/permission-list/permission-list.component.scss +2 -5
- package/lib/permission-manager/components/user-icon-column/user-icon-column.component.scss +6 -11
- package/lib/permission-manager/components/user-name-column/user-name-column.component.scss +2 -6
- package/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss +10 -22
- package/lib/search/components/search-chip-list/search-chip-list.component.scss +3 -3
- package/lib/search/components/search-control.component.scss +4 -5
- package/lib/search/components/search-facet-field/search-facet-field.component.scss +4 -6
- package/lib/search/components/search-filter/search-filter.component.scss +3 -3
- package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +7 -21
- package/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.scss +1 -9
- package/lib/search/components/search-filter-container/search-filter-container.component.scss +6 -19
- package/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.scss +1 -5
- package/lib/search/components/search-form/search-form.component.scss +3 -8
- package/lib/search/components/search-logical-filter/search-logical-filter.component.scss +0 -10
- package/lib/tag/tag-actions/tag-actions.component.scss +1 -1
- package/lib/tag/tag-list/tag-list.component.scss +3 -3
- package/lib/tag/tags-creator/tags-creator.component.scss +3 -19
- package/lib/tree/components/tree.component.scss +7 -7
- package/lib/tree-view/components/tree-view.component.scss +2 -2
- package/lib/upload/components/file-uploading-dialog.component.scss +6 -12
- package/lib/upload/components/file-uploading-list-row.component.scss +8 -12
- package/lib/upload/components/upload-button.component.scss +1 -15
- package/lib/version-manager/version-comparison.component.scss +1 -1
- package/lib/version-manager/version-list.component.scss +3 -3
- package/package.json +3 -3
- package/lib/permission-manager/components/add-permission/add-permission.component.scss +0 -11
- package/lib/search/components/search-sorting-picker/search-sorting-picker.component.scss +0 -5
|
@@ -1,31 +1,20 @@
|
|
|
1
|
-
@use '../mat-selectors.scss' as ms;
|
|
2
|
-
|
|
3
1
|
.adf-share-link-dialog {
|
|
4
2
|
.adf-share-link {
|
|
5
|
-
#{ms.$mat-form-field-flex} {
|
|
6
|
-
height: 48px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
3
|
&__dialog-content {
|
|
10
4
|
display: flex;
|
|
11
5
|
flex-direction: column;
|
|
12
6
|
}
|
|
13
7
|
|
|
14
8
|
&__dialog-container {
|
|
15
|
-
background-color: var(--
|
|
9
|
+
background-color: var(--mat-sys-surface);
|
|
16
10
|
border-radius: 16px;
|
|
17
11
|
}
|
|
18
12
|
|
|
19
13
|
&__label,
|
|
20
14
|
&__title,
|
|
21
15
|
&__info {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
font-weight: normal;
|
|
25
|
-
font-style: normal;
|
|
26
|
-
font-stretch: normal;
|
|
27
|
-
font-size: var(--theme-body-1-font-size);
|
|
28
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
16
|
+
font: var(--mat-sys-body-medium);
|
|
17
|
+
color: var(--mat-sys-on-surface);
|
|
29
18
|
}
|
|
30
19
|
|
|
31
20
|
&__label {
|
|
@@ -35,25 +24,19 @@
|
|
|
35
24
|
&__form {
|
|
36
25
|
padding-top: 8px;
|
|
37
26
|
|
|
38
|
-
#{ms.$mat-form-field-infix}:has(.adf-share-link__input) {
|
|
39
|
-
border-top: 0.9375em solid transparent;
|
|
40
|
-
border-bottom: 0.9375em solid transparent;
|
|
41
|
-
height: 16px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
27
|
&--field {
|
|
45
28
|
padding-bottom: 16px;
|
|
46
29
|
}
|
|
47
30
|
}
|
|
48
31
|
|
|
49
32
|
&__public-content {
|
|
50
|
-
color: var(--
|
|
51
|
-
font
|
|
33
|
+
color: var(--mat-sys-on-secondary-container);
|
|
34
|
+
font: var(--mat-sys-body-small);
|
|
52
35
|
}
|
|
53
36
|
|
|
54
37
|
&__warn {
|
|
55
|
-
color: var(--
|
|
56
|
-
font
|
|
38
|
+
color: var(--mat-sys-error);
|
|
39
|
+
font: var(--mat-sys-body-small);
|
|
57
40
|
}
|
|
58
41
|
|
|
59
42
|
&--row {
|
|
@@ -82,12 +65,8 @@
|
|
|
82
65
|
padding-bottom: 0;
|
|
83
66
|
}
|
|
84
67
|
|
|
85
|
-
&__input {
|
|
86
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
68
|
&__separation-line {
|
|
90
|
-
border: 1px solid var(--
|
|
69
|
+
border: 1px solid var(--mat-sys-outline-variant);
|
|
91
70
|
margin: 8px -24px;
|
|
92
71
|
}
|
|
93
72
|
|
|
@@ -97,7 +76,7 @@
|
|
|
97
76
|
}
|
|
98
77
|
|
|
99
78
|
&__icon {
|
|
100
|
-
color: var(--
|
|
79
|
+
color: var(--mat-sys-on-secondary-container);
|
|
101
80
|
padding-bottom: 0;
|
|
102
81
|
padding-right: 0;
|
|
103
82
|
}
|
|
@@ -109,7 +88,7 @@
|
|
|
109
88
|
|
|
110
89
|
&__heading {
|
|
111
90
|
font-weight: 700;
|
|
112
|
-
font-size: var(--
|
|
91
|
+
font-size: var(--mat-sys-title-small-size);
|
|
113
92
|
}
|
|
114
93
|
|
|
115
94
|
&__copy-icon {
|
|
@@ -133,7 +112,7 @@
|
|
|
133
112
|
}
|
|
134
113
|
|
|
135
114
|
&__border-color {
|
|
136
|
-
border: 1px solid var(--
|
|
115
|
+
border: 1px solid var(--mat-sys-error);
|
|
137
116
|
}
|
|
138
117
|
}
|
|
139
118
|
|
|
@@ -158,8 +137,6 @@
|
|
|
158
137
|
margin: 8px 0 0;
|
|
159
138
|
|
|
160
139
|
& > button {
|
|
161
|
-
color: var(--adf-theme-foreground-base-color);
|
|
162
|
-
background-color: var(--theme-grey-text-background-color);
|
|
163
140
|
margin-right: 12px;
|
|
164
141
|
}
|
|
165
142
|
}
|
|
@@ -6,14 +6,12 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
&-content-type-dialog-title {
|
|
9
|
-
font
|
|
10
|
-
font-weight: 200;
|
|
9
|
+
font: var(--mat-sys-title-large);
|
|
11
10
|
margin-top: 0;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
13
|
&-content-type-dialog-description {
|
|
15
|
-
font
|
|
16
|
-
line-height: normal;
|
|
14
|
+
font: var(--mat-sys-body-small);
|
|
17
15
|
}
|
|
18
16
|
|
|
19
17
|
&-content-type-table {
|
|
@@ -21,6 +19,6 @@
|
|
|
21
19
|
}
|
|
22
20
|
|
|
23
21
|
&-content-type-dialog-apply-button {
|
|
24
|
-
color: var(--
|
|
22
|
+
color: var(--mat-sys-primary);
|
|
25
23
|
}
|
|
26
24
|
}
|
|
@@ -1,26 +1,7 @@
|
|
|
1
|
-
@use '../../mat-selectors.scss' as ms;
|
|
2
|
-
|
|
3
1
|
.adf-folder-dialog {
|
|
4
2
|
.adf-folder-dialog-content {
|
|
5
3
|
padding: 0;
|
|
6
4
|
overflow: unset;
|
|
7
|
-
|
|
8
|
-
#{ms.$mat-form-field-infix} {
|
|
9
|
-
padding-bottom: 3.5px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
#{ms.$mat-form-field-hide-placeholder} {
|
|
13
|
-
#{ms.$mat-floating-label} {
|
|
14
|
-
padding-top: 20px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
#{ms.$mat-form-field-hint-wrapper} {
|
|
19
|
-
padding-left: 0;
|
|
20
|
-
margin-left: -2px;
|
|
21
|
-
color: var(--adf-theme-foreground-secondary-text-color);
|
|
22
|
-
font-size: 10.5px;
|
|
23
|
-
}
|
|
24
5
|
}
|
|
25
6
|
|
|
26
7
|
.adf-folder-dialog-title {
|
|
@@ -41,14 +22,14 @@
|
|
|
41
22
|
}
|
|
42
23
|
|
|
43
24
|
.adf-dialog-action-button:enabled {
|
|
44
|
-
color: var(--
|
|
25
|
+
color: var(--mat-sys-primary);
|
|
45
26
|
}
|
|
46
27
|
|
|
47
28
|
.adf-dialog-action-button:disabled > span {
|
|
48
|
-
color: var(--
|
|
29
|
+
color: var(--mat-sys-on-secondary-container);
|
|
49
30
|
}
|
|
50
31
|
|
|
51
|
-
@media screen and (width <=
|
|
32
|
+
@media screen and (width <=380px) {
|
|
52
33
|
.adf-folder-dialog-title {
|
|
53
34
|
margin: 0;
|
|
54
35
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.adf-document-list {
|
|
4
4
|
min-height: 0;
|
|
5
5
|
height: 100%;
|
|
6
|
-
background-color: var(--
|
|
6
|
+
background-color: var(--mat-sys-surface);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.adf-sticky-document-list {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
.adf-datatable-card {
|
|
15
15
|
.adf-datatable-selected > svg {
|
|
16
|
-
fill: var(--
|
|
16
|
+
fill: var(--mat-sys-primary);
|
|
17
17
|
width: 30px;
|
|
18
18
|
height: 30px;
|
|
19
19
|
position: absolute;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
display: inline-table;
|
|
27
27
|
|
|
28
28
|
& > svg {
|
|
29
|
-
fill: var(--
|
|
29
|
+
fill: var(--mat-sys-primary);
|
|
30
30
|
width: 30px;
|
|
31
31
|
height: 30px;
|
|
32
32
|
}
|
|
@@ -55,37 +55,26 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&--text {
|
|
58
|
-
color: var(--
|
|
59
|
-
font-size: var(--
|
|
58
|
+
color: var(--mat-sys-on-surface);
|
|
59
|
+
font-size: var(--mat-sys-title-small-size);
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.adf-document-list__this-space-is-empty {
|
|
64
64
|
height: 32px;
|
|
65
|
-
|
|
66
|
-
font-size: var(--theme-headline-font-size);
|
|
67
|
-
line-height: 1.33;
|
|
68
|
-
letter-spacing: -1px;
|
|
69
|
-
color: var(--adf-theme-foreground-text-color);
|
|
65
|
+
font: var(--mat-sys-display-medium);
|
|
70
66
|
}
|
|
71
67
|
|
|
72
68
|
.adf-document-list__drag-drop {
|
|
73
69
|
height: 56px;
|
|
74
|
-
|
|
75
|
-
font-size: 56px;
|
|
76
|
-
line-height: 1;
|
|
77
|
-
letter-spacing: -2px;
|
|
78
|
-
color: var(--adf-theme-foreground-text-color);
|
|
70
|
+
font: var(--mat-sys-display-medium);
|
|
79
71
|
margin-top: 40px;
|
|
80
72
|
}
|
|
81
73
|
|
|
82
74
|
.adf-document-list__any-files-here-to-add {
|
|
83
75
|
height: 24px;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
line-height: 1.5;
|
|
87
|
-
letter-spacing: -0.4px;
|
|
88
|
-
color: var(--adf-theme-foreground-text-color);
|
|
76
|
+
font: var(--mat-sys-title-medium);
|
|
77
|
+
color: var(--mat-sys-on-surface);
|
|
89
78
|
margin-top: 17px;
|
|
90
79
|
}
|
|
91
80
|
|
|
@@ -109,15 +98,11 @@
|
|
|
109
98
|
|
|
110
99
|
.adf-empty-list-header {
|
|
111
100
|
height: 32px;
|
|
112
|
-
|
|
113
|
-
font-size: var(--theme-headline-font-size);
|
|
114
|
-
line-height: 1.33;
|
|
115
|
-
letter-spacing: -1px;
|
|
116
|
-
color: var(--adf-theme-foreground-text-color);
|
|
101
|
+
font: var(--mat-sys-display-medium);
|
|
117
102
|
}
|
|
118
103
|
|
|
119
104
|
.adf-documentlist-pagination {
|
|
120
|
-
color: var(--
|
|
105
|
+
color: var(--mat-sys-on-surface);
|
|
121
106
|
|
|
122
107
|
.adf-pagination__block {
|
|
123
108
|
border-right: none;
|
|
@@ -127,33 +112,24 @@
|
|
|
127
112
|
.adf-empty-folder {
|
|
128
113
|
&-this-space-is-empty {
|
|
129
114
|
height: 32px;
|
|
130
|
-
font
|
|
131
|
-
line-height: 1.33;
|
|
132
|
-
letter-spacing: -1px;
|
|
133
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
115
|
+
font: var(--mat-sys-display-medium);
|
|
134
116
|
}
|
|
135
117
|
|
|
136
118
|
&-drag-drop {
|
|
137
119
|
min-height: 56px;
|
|
138
|
-
font
|
|
139
|
-
line-height: 1;
|
|
140
|
-
letter-spacing: -2px;
|
|
141
|
-
color: var(--adf-theme-foreground-text-color);
|
|
120
|
+
font: var(--mat-sys-display-medium);
|
|
142
121
|
margin-top: 40px;
|
|
143
122
|
word-break: break-all;
|
|
144
123
|
white-space: pre-line;
|
|
145
124
|
|
|
146
125
|
@include flex.layout-bp(lt-sm) {
|
|
147
|
-
font
|
|
126
|
+
font: var(--mat-sys-display-small);
|
|
148
127
|
}
|
|
149
128
|
}
|
|
150
129
|
|
|
151
130
|
&-any-files-here-to-add {
|
|
152
131
|
min-height: 24px;
|
|
153
|
-
font
|
|
154
|
-
line-height: 1.5;
|
|
155
|
-
letter-spacing: -0.4px;
|
|
156
|
-
color: var(--adf-theme-foreground-text-color);
|
|
132
|
+
font: var(--mat-sys-title-medium);
|
|
157
133
|
margin-top: 17px;
|
|
158
134
|
word-break: break-all;
|
|
159
135
|
white-space: pre-line;
|
|
@@ -11,14 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
.adf-new-version-uploader-dialog-title {
|
|
13
13
|
flex: 0 0 auto;
|
|
14
|
-
font
|
|
15
|
-
font-weight: 600;
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-stretch: normal;
|
|
18
|
-
line-height: 1.6;
|
|
14
|
+
font: var(--mat-sys-title-medium);
|
|
19
15
|
margin: 0;
|
|
20
|
-
letter-spacing: -0.5px;
|
|
21
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
22
16
|
}
|
|
23
17
|
|
|
24
18
|
section.adf-new-version-uploader-dialog-content {
|
|
@@ -34,12 +28,11 @@
|
|
|
34
28
|
padding: 8px 8px 24px 8px;
|
|
35
29
|
display: flex;
|
|
36
30
|
justify-content: flex-end;
|
|
37
|
-
color: var(--
|
|
31
|
+
color: var(--mat-sys-on-secondary-container);
|
|
38
32
|
-webkit-font-smoothing: antialiased;
|
|
39
33
|
|
|
40
34
|
button {
|
|
41
35
|
text-transform: uppercase;
|
|
42
|
-
font-weight: normal;
|
|
43
36
|
}
|
|
44
37
|
}
|
|
45
38
|
|
package/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
@use '../../../mat-selectors.scss' as ms;
|
|
2
|
-
|
|
3
|
-
#{ms.$mdc-dialog} {
|
|
4
|
-
#{ms.$mat-dialog-surface}:is(div) {
|
|
5
|
-
padding-bottom: 0;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
1
|
.adf-add-permission-dialog {
|
|
10
2
|
.adf-add-permission-dialog-title {
|
|
11
3
|
margin-bottom: 28px;
|
|
12
4
|
margin-left: 20px;
|
|
13
5
|
margin-right: 20px;
|
|
14
|
-
font
|
|
15
|
-
|
|
16
|
-
font-style: normal;
|
|
17
|
-
font-stretch: normal;
|
|
18
|
-
line-height: 1.6;
|
|
19
|
-
letter-spacing: -0.5px;
|
|
20
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
6
|
+
font: var(--mat-sys-title-medium);
|
|
7
|
+
color: var(--mat-sys-on-surface);
|
|
21
8
|
}
|
|
22
9
|
|
|
23
10
|
.adf-add-permission-dialog-content {
|
|
@@ -30,17 +17,6 @@
|
|
|
30
17
|
&-search-user-button {
|
|
31
18
|
width: 100%;
|
|
32
19
|
justify-content: unset;
|
|
33
|
-
|
|
34
|
-
#{ms.$mat-button-label} {
|
|
35
|
-
padding-right: 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
#{ms.$mat-icon} {
|
|
39
|
-
font-size: 24px;
|
|
40
|
-
width: 24px;
|
|
41
|
-
height: 24px;
|
|
42
|
-
margin-left: 0;
|
|
43
|
-
}
|
|
44
20
|
}
|
|
45
21
|
|
|
46
22
|
&-add-member-action {
|
|
@@ -59,23 +35,22 @@
|
|
|
59
35
|
|
|
60
36
|
.adf-add-permission-dialog-actions {
|
|
61
37
|
padding: 0 24px;
|
|
62
|
-
background-color: var(--
|
|
38
|
+
background-color: var(--mat-sys-surface);
|
|
63
39
|
display: flex;
|
|
64
40
|
justify-content: flex-end;
|
|
65
|
-
color: var(--
|
|
41
|
+
color: var(--mat-sys-on-surface);
|
|
66
42
|
|
|
67
43
|
button {
|
|
68
44
|
text-transform: uppercase;
|
|
69
|
-
font-weight: normal;
|
|
70
45
|
}
|
|
71
46
|
|
|
72
47
|
.adf-choose-action {
|
|
73
48
|
&[disabled] {
|
|
74
|
-
color: var(--
|
|
49
|
+
color: var(--mat-sys-on-surface-variant);
|
|
75
50
|
}
|
|
76
51
|
|
|
77
52
|
&:enabled {
|
|
78
|
-
color: var(--
|
|
53
|
+
color: var(--mat-sys-primary);
|
|
79
54
|
}
|
|
80
55
|
}
|
|
81
56
|
}
|
package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use '../../../mat-selectors.scss' as ms;
|
|
2
|
-
|
|
3
1
|
$search-result-height: calc(100% - 60px);
|
|
4
2
|
|
|
5
3
|
.adf {
|
|
@@ -7,11 +5,7 @@ $search-result-height: calc(100% - 60px);
|
|
|
7
5
|
display: flex;
|
|
8
6
|
height: $search-result-height;
|
|
9
7
|
overflow: auto;
|
|
10
|
-
border: 2px solid var(--
|
|
11
|
-
|
|
12
|
-
#{ms.$mat-list-item-end} {
|
|
13
|
-
display: none;
|
|
14
|
-
}
|
|
8
|
+
border: 2px solid var(--mat-sys-outline-variant);
|
|
15
9
|
|
|
16
10
|
&-elements {
|
|
17
11
|
width: 100%;
|
|
@@ -38,7 +32,7 @@ $search-result-height: calc(100% - 60px);
|
|
|
38
32
|
justify-content: space-around;
|
|
39
33
|
height: $search-result-height;
|
|
40
34
|
overflow: auto;
|
|
41
|
-
border: 2px solid var(--
|
|
35
|
+
border: 2px solid var(--mat-sys-outline-variant);
|
|
42
36
|
}
|
|
43
37
|
|
|
44
38
|
&-permission-no-result {
|
|
@@ -54,24 +48,9 @@ $search-result-height: calc(100% - 60px);
|
|
|
54
48
|
padding-bottom: 0;
|
|
55
49
|
padding-top: 12px;
|
|
56
50
|
|
|
57
|
-
#{ms.$mat-form-field-wrapper} {
|
|
58
|
-
#{ms.$mat-form-field-flex} {
|
|
59
|
-
align-items: center;
|
|
60
|
-
|
|
61
|
-
#{ms.$mat-form-field-infix} {
|
|
62
|
-
padding-top: 0;
|
|
63
|
-
padding-bottom: 0;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
#{ms.$mat-form-field-subscript-wrapper} {
|
|
69
|
-
height: 16px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
51
|
.adf-permission-search-input-control {
|
|
73
52
|
&:focus::placeholder {
|
|
74
|
-
color: var(--
|
|
53
|
+
color: var(--mat-sys-primary);
|
|
75
54
|
}
|
|
76
55
|
}
|
|
77
56
|
|
|
@@ -79,7 +58,6 @@ $search-result-height: calc(100% - 60px);
|
|
|
79
58
|
padding: 0 0 12px;
|
|
80
59
|
width: 1em;
|
|
81
60
|
height: 1em;
|
|
82
|
-
font-size: 20px;
|
|
83
61
|
}
|
|
84
62
|
|
|
85
63
|
.adf-permission-search-input-clear-button {
|
|
@@ -92,7 +70,7 @@ $search-result-height: calc(100% - 60px);
|
|
|
92
70
|
cursor: pointer;
|
|
93
71
|
|
|
94
72
|
&:hover {
|
|
95
|
-
color: var(--
|
|
73
|
+
color: var(--mat-sys-on-surface);
|
|
96
74
|
}
|
|
97
75
|
}
|
|
98
76
|
}
|
|
@@ -105,7 +83,7 @@ $search-result-height: calc(100% - 60px);
|
|
|
105
83
|
}
|
|
106
84
|
|
|
107
85
|
&:enabled {
|
|
108
|
-
color: var(--
|
|
86
|
+
color: var(--mat-sys-primary);
|
|
109
87
|
}
|
|
110
88
|
}
|
|
111
89
|
}
|
|
@@ -21,13 +21,10 @@
|
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
align-items: center;
|
|
23
23
|
padding: 10px 15px;
|
|
24
|
-
border: 1px solid var(--
|
|
24
|
+
border: 1px solid var(--mat-sys-outline-variant);
|
|
25
25
|
|
|
26
26
|
.adf-permission-visibility-toggle {
|
|
27
27
|
.adf-permission-visibility-toggle-icon {
|
|
28
|
-
font-size: 24px;
|
|
29
|
-
height: 24px;
|
|
30
|
-
width: 24px;
|
|
31
28
|
margin: 1px 0 0 4px;
|
|
32
29
|
}
|
|
33
30
|
}
|
|
@@ -108,6 +105,6 @@
|
|
|
108
105
|
.adf-pop-over-card {
|
|
109
106
|
width: 100%;
|
|
110
107
|
overflow: hidden;
|
|
111
|
-
box-shadow:
|
|
108
|
+
box-shadow: var(--mat-sys-level-2);
|
|
112
109
|
}
|
|
113
110
|
}
|
|
@@ -1,27 +1,22 @@
|
|
|
1
1
|
.adf-cell-value {
|
|
2
2
|
.adf-people-initial {
|
|
3
|
-
background: var(--
|
|
3
|
+
background: var(--mat-sys-primary);
|
|
4
4
|
border-radius: 50%;
|
|
5
5
|
display: flex;
|
|
6
6
|
justify-content: center;
|
|
7
7
|
align-items: center;
|
|
8
8
|
width: 40px;
|
|
9
9
|
height: 40px;
|
|
10
|
-
color: var(--
|
|
11
|
-
font
|
|
12
|
-
font-size: var(--theme-adf-picture-1-font-size);
|
|
10
|
+
color: var(--mat-sys-on-primary);
|
|
11
|
+
font: var(--mat-sys-body-small);
|
|
13
12
|
text-transform: uppercase;
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
.adf-group-icon {
|
|
17
|
-
|
|
18
|
-
width: 20px;
|
|
19
|
-
background: var(--theme-primary-color);
|
|
16
|
+
background: var(--mat-sys-primary);
|
|
20
17
|
border-radius: 50%;
|
|
21
18
|
padding: 10px;
|
|
22
|
-
color: var(--
|
|
23
|
-
font-weight: bolder;
|
|
24
|
-
font-size: var(--theme-title-font-size);
|
|
19
|
+
color: var(--mat-sys-on-primary);
|
|
25
20
|
}
|
|
26
21
|
|
|
27
22
|
.adf-datatable-selected {
|
|
@@ -35,7 +30,7 @@
|
|
|
35
30
|
margin: 0;
|
|
36
31
|
|
|
37
32
|
svg {
|
|
38
|
-
fill: var(--
|
|
33
|
+
fill: var(--mat-sys-secondary);
|
|
39
34
|
width: 40px;
|
|
40
35
|
height: 40px;
|
|
41
36
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
.adf-user {
|
|
2
2
|
&-name-column {
|
|
3
|
-
font
|
|
4
|
-
font-size: var(--theme-body-1-font-size);
|
|
3
|
+
font: var(--mat-sys-body-medium);
|
|
5
4
|
}
|
|
6
5
|
|
|
7
6
|
&-email-column {
|
|
8
|
-
font
|
|
9
|
-
letter-spacing: -0.2px;
|
|
10
|
-
line-height: 1.43;
|
|
11
|
-
color: var(--adf-theme-foreground-text-color);
|
|
7
|
+
font: var(--mat-sys-body-medium);
|
|
12
8
|
}
|
|
13
9
|
}
|
|
@@ -10,26 +10,14 @@ adf-search-chip-autocomplete-input {
|
|
|
10
10
|
margin-top: 4px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
#{ms.$mat-form-text-field-infix} {
|
|
14
|
-
border: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.adf-chip-list#{ms.$mat-form-field} {
|
|
18
|
-
#{ms.$mat-form-field-infix} {
|
|
19
|
-
padding-top: 14px;
|
|
20
|
-
padding-bottom: 14px;
|
|
21
|
-
min-height: unset;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
13
|
.adf-search-properties-file-input {
|
|
26
14
|
margin-left: 3px;
|
|
27
15
|
}
|
|
28
16
|
|
|
29
17
|
.adf-autocomplete-added-option-chips.adf-option-chips {
|
|
30
|
-
border: 1px solid var(--
|
|
18
|
+
border: 1px solid var(--mat-sys-on-surface);
|
|
31
19
|
border-radius: 10px;
|
|
32
|
-
background-color: var(--
|
|
20
|
+
background-color: var(--mat-sys-on-primary);
|
|
33
21
|
height: auto;
|
|
34
22
|
word-break: break-word;
|
|
35
23
|
padding: 4px 0;
|
|
@@ -43,19 +31,19 @@ adf-search-chip-autocomplete-input {
|
|
|
43
31
|
}
|
|
44
32
|
|
|
45
33
|
.adf-option-chips-delete-button.adf-autocomplete-added-option-chips-delete-button {
|
|
46
|
-
font
|
|
47
|
-
height:
|
|
48
|
-
width:
|
|
34
|
+
font: var(--mat-sys-body-small);
|
|
35
|
+
height: var(--mat-sys-body-small-size);
|
|
36
|
+
width: var(--mat-sys-body-small-size);
|
|
49
37
|
|
|
50
38
|
.adf-option-chips-delete-icon.adf-autocomplete-added-option-chips-delete-icon {
|
|
51
|
-
font
|
|
52
|
-
height:
|
|
53
|
-
width:
|
|
39
|
+
font: var(--mat-sys-body-small);
|
|
40
|
+
height: var(--mat-sys-body-small-size);
|
|
41
|
+
width: var(--mat-sys-body-small-size);
|
|
54
42
|
}
|
|
55
43
|
}
|
|
56
44
|
}
|
|
57
45
|
|
|
58
46
|
.adf-search-chip-autocomplete-added-option.adf-autocomplete-added-option {
|
|
59
|
-
background: var(--
|
|
60
|
-
color: var(--
|
|
47
|
+
background: var(--mat-sys-surface-variant);
|
|
48
|
+
color: var(--mat-sys-primary);
|
|
61
49
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.adf-search-chip-list-item:focus {
|
|
2
|
-
color: var(--
|
|
3
|
-
background-color: var(--
|
|
2
|
+
color: var(--mat-sys-on-secondary);
|
|
3
|
+
background-color: var(--mat-sys-secondary);
|
|
4
4
|
|
|
5
5
|
.adf-search-chip-list-item-remove {
|
|
6
|
-
color: var(--
|
|
6
|
+
color: var(--mat-sys-on-secondary);
|
|
7
7
|
opacity: 1;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
@@ -18,11 +18,10 @@ $mat-menu-overlay-max-width: 280px !default; // 56 * 5
|
|
|
18
18
|
max-height: 400px;
|
|
19
19
|
margin-left: 45px;
|
|
20
20
|
margin-top: -22px;
|
|
21
|
-
font
|
|
21
|
+
font: var(--mat-sys-body-large);
|
|
22
22
|
z-index: 5;
|
|
23
|
-
color: var(--
|
|
24
|
-
background-color: var(--
|
|
25
|
-
border-radius: 2px;
|
|
23
|
+
color: var(--mat-sys-on-surface);
|
|
24
|
+
background-color: var(--mat-sys-surface);
|
|
26
25
|
|
|
27
26
|
@include flex.layout-bp(lt-md) {
|
|
28
27
|
white-space: nowrap;
|
|
@@ -33,7 +32,7 @@ $mat-menu-overlay-max-width: 280px !default; // 56 * 5
|
|
|
33
32
|
|
|
34
33
|
&-search-autocomplete-item {
|
|
35
34
|
&:hover {
|
|
36
|
-
background-color: var(--
|
|
35
|
+
background-color: var(--mat-sys-surface-container);
|
|
37
36
|
opacity: 1;
|
|
38
37
|
}
|
|
39
38
|
}
|