@alfresco/adf-process-services-cloud 8.1.0-14605928703 → 8.1.0-14618390551
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/esm2022/lib/form/components/widgets/display-external-property/display-external-property.widget.mjs +3 -3
- package/esm2022/lib/group/components/group-cloud.component.mjs +3 -3
- package/esm2022/lib/people/components/people-cloud.component.mjs +3 -3
- package/esm2022/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.mjs +3 -3
- package/esm2022/lib/process/process-header/components/process-header-cloud.component.mjs +3 -3
- package/esm2022/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.mjs +3 -3
- package/esm2022/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.mjs +3 -3
- package/esm2022/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.mjs +3 -3
- package/fesm2022/adf-process-services-cloud.mjs +16 -16
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/form/components/widgets/display-external-property/display-external-property.widget.scss +1 -1
- package/lib/group/components/group-cloud.component.scss +5 -5
- package/lib/people/components/people-cloud.component.scss +6 -6
- package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.scss +5 -5
- package/lib/process/process-header/components/process-header-cloud.component.scss +1 -1
- package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.scss +5 -5
- package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.scss +5 -5
- package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.scss +4 -4
- package/package.json +4 -4
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
width: 100%;
|
|
23
23
|
|
|
24
24
|
&-title {
|
|
25
|
-
color: var(--adf-
|
|
25
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
26
26
|
|
|
27
27
|
&--focus {
|
|
28
|
-
color: var(--
|
|
28
|
+
color: var(--theme-primary-color);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&-option-active:not(&:disabled) {
|
|
33
|
-
color: var(--adf-
|
|
33
|
+
color: var(--adf-theme-foreground-text-color);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&-option-not-active:not(&:active) {
|
|
37
37
|
background: inherit;
|
|
38
|
-
color: var(--adf-
|
|
38
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
&-error {
|
|
42
|
-
color: var(--
|
|
42
|
+
color: var(--theme-warn-color);
|
|
43
43
|
margin-top: -10px;
|
|
44
44
|
position: absolute;
|
|
45
45
|
height: 20px;
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
&-option-not-active:not(&:active) {
|
|
6
6
|
background: inherit;
|
|
7
|
-
color: var(--adf-
|
|
7
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
&-title {
|
|
11
|
-
color: var(--adf-
|
|
11
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
12
12
|
|
|
13
13
|
&--focus {
|
|
14
|
-
color: var(--
|
|
14
|
+
color: var(--theme-primary-color);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
&-people-cloud-option-active:not(&:disabled) {
|
|
25
|
-
color: var(--adf-
|
|
25
|
+
color: var(--adf-theme-foreground-text-color);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
&-people-cloud-option-not-active:not(&:active) {
|
|
29
|
-
color: var(--adf-
|
|
29
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
&-people-cloud-row {
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
&-error,
|
|
63
63
|
&-error-text,
|
|
64
64
|
&-error-icon {
|
|
65
|
-
color: var(--
|
|
65
|
+
color: var(--theme-warn-color);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
@@ -62,25 +62,25 @@
|
|
|
62
62
|
|
|
63
63
|
&-edit-process-filter {
|
|
64
64
|
&-header {
|
|
65
|
-
height:
|
|
65
|
+
height: 48px;
|
|
66
66
|
|
|
67
67
|
&__title {
|
|
68
|
-
color: var(--adf-
|
|
68
|
+
color: var(--adf-theme-foreground-text-color);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
&__description {
|
|
72
|
-
color: var(--adf-
|
|
72
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
73
73
|
place-content: center space-between;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&-content {
|
|
78
78
|
&__text-label {
|
|
79
|
-
color: var(--adf-
|
|
79
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
&__select-label {
|
|
83
|
-
color: var(--adf-
|
|
83
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -72,25 +72,25 @@
|
|
|
72
72
|
|
|
73
73
|
&-edit-task-filter {
|
|
74
74
|
&-header {
|
|
75
|
-
height:
|
|
75
|
+
height: 48px;
|
|
76
76
|
|
|
77
77
|
&__title {
|
|
78
|
-
color: var(--adf-
|
|
78
|
+
color: var(--adf-theme-foreground-text-color);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&__description {
|
|
82
|
-
color: var(--adf-
|
|
82
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
83
83
|
place-content: center space-between;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
&-content {
|
|
88
88
|
&__text-label {
|
|
89
|
-
color: var(--adf-
|
|
89
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&__select-label {
|
|
93
|
-
color: var(--adf-
|
|
93
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -72,25 +72,25 @@
|
|
|
72
72
|
|
|
73
73
|
&-edit-task-filter {
|
|
74
74
|
&-header {
|
|
75
|
-
height:
|
|
75
|
+
height: 48px;
|
|
76
76
|
|
|
77
77
|
&__title {
|
|
78
|
-
color: var(--adf-
|
|
78
|
+
color: var(--adf-theme-foreground-text-color);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
&__description {
|
|
82
|
-
color: var(--adf-
|
|
82
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
83
83
|
place-content: center space-between;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
&-content {
|
|
88
88
|
&__text-label {
|
|
89
|
-
color: var(--adf-
|
|
89
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&__select-label {
|
|
93
|
-
color: var(--adf-
|
|
93
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
&-label {
|
|
14
|
-
color: var(--adf-
|
|
14
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
15
15
|
|
|
16
16
|
&.adf-task-assignment-filter-label--focus {
|
|
17
|
-
color: var(--
|
|
17
|
+
color: var(--theme-primary-color);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&-option {
|
|
22
|
-
color: var(--adf-
|
|
22
|
+
color: var(--adf-theme-foreground-text-color);
|
|
23
23
|
|
|
24
24
|
&.adf-task-assignment-filter-option--selected:not(&:disabled) {
|
|
25
|
-
color: var(--
|
|
25
|
+
color: var(--theme-primary-color);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-process-services-cloud",
|
|
3
3
|
"description": "Alfresco ADF process services cloud",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-14618390551",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@angular/platform-browser": ">=14.1.3",
|
|
38
38
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
39
39
|
"@angular/router": ">=14.1.3",
|
|
40
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
41
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
42
|
-
"@alfresco/adf-content-services": ">=8.1.0-
|
|
40
|
+
"@alfresco/js-api": ">=9.1.0-14618390551",
|
|
41
|
+
"@alfresco/adf-core": ">=8.1.0-14618390551",
|
|
42
|
+
"@alfresco/adf-content-services": ">=8.1.0-14618390551",
|
|
43
43
|
"@apollo/client": ">=3.7.2",
|
|
44
44
|
"@ngx-translate/core": ">=14.0.0",
|
|
45
45
|
"apollo-angular": ">=4.0.1"
|