@alfresco/adf-core 8.4.0-19302006691 → 8.4.0-19336680353
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-core.mjs +151 -151
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +2 -2
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-feature-flags.mjs +2 -2
- package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
- package/lib/about/about-package/package-list.component.scss +10 -0
- package/lib/about/about-server-settings/about-server-settings.component.scss +2 -0
- package/lib/about/about.component.scss +4 -0
- package/lib/avatar/avatar.component.scss +9 -7
- package/lib/button/button.component.scss +13 -0
- package/lib/card-view/components/card-view/card-view.component.scss +26 -2
- package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +11 -1
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +1 -0
- package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +7 -2
- package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -0
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +28 -1
- package/lib/comments/comment-list/comment-list.component.scss +7 -5
- package/lib/comments/comments.component.scss +31 -2
- package/lib/datatable/components/columns-selector/columns-selector.component.scss +9 -9
- package/lib/datatable/components/datatable/datatable.component.scss +42 -29
- package/lib/dialogs/dialog/dialog.component.scss +2 -2
- package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.scss +8 -11
- package/lib/directives/tooltip-card/tooltip-card.component.scss +9 -3
- package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +4 -0
- package/lib/form/components/form-renderer.component.scss +30 -3
- package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +19 -0
- package/lib/form/components/widgets/amount/amount.widget.scss +6 -0
- package/lib/form/components/widgets/date-time/date-time.widget.scss +1 -1
- package/lib/form/components/widgets/display-text/display-text.widget.scss +3 -0
- package/lib/form/components/widgets/form.theme.scss +42 -6
- package/lib/form/components/widgets/header/header.widget.scss +4 -2
- package/lib/form/components/widgets/hyperlink/hyperlink.widget.scss +1 -1
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +1 -1
- package/lib/header/header.component.scss +12 -12
- package/lib/header/navbar/navbar-item.component.scss +11 -3
- package/lib/identity-user-info/identity-user-info.component.scss +4 -4
- package/lib/info-drawer/info-drawer-layout.component.scss +5 -1
- package/lib/info-drawer/info-drawer.component.scss +21 -1
- package/lib/layout/components/header/header.component.scss +3 -3
- package/lib/layout/components/layout-container/layout-container.component.scss +3 -1
- package/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss +8 -2
- package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +1 -0
- package/lib/login/components/login/login.component.scss +70 -12
- package/lib/notifications/components/notification-history.component.scss +17 -3
- package/lib/pagination/pagination.component.scss +6 -0
- package/lib/search-text/search-text-input.component.scss +6 -1
- package/lib/styles/_globals.scss +32 -3
- package/lib/styles/_mixins.scss +1 -1
- package/lib/templates/empty-content/empty-content.component.scss +6 -4
- package/lib/templates/error-content/error-content.component.scss +3 -2
- package/lib/toolbar/toolbar.component.scss +3 -0
- package/lib/viewer/components/img-viewer/img-viewer.component.scss +14 -2
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +9 -8
- package/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.scss +4 -0
- package/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.scss +3 -3
- package/lib/viewer/components/txt-viewer/txt-viewer.component.scss +1 -1
- package/lib/viewer/components/unknown-format/unknown-format.component.scss +1 -0
- package/lib/viewer/components/viewer-render/viewer-render.component.scss +2 -2
- package/lib/viewer/components/viewer.component.scss +23 -11
- package/package.json +7 -7
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
justify-content: flex-end;
|
|
60
60
|
align-items: flex-end;
|
|
61
61
|
display: flex;
|
|
62
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
|
|
@@ -99,23 +100,23 @@
|
|
|
99
100
|
|
|
100
101
|
.adf-toolbar #{ms.$mat-toolbar} {
|
|
101
102
|
max-height: 48px;
|
|
102
|
-
background-color: var(--
|
|
103
|
+
background-color: var(--adf-theme-background-card-color);
|
|
103
104
|
border-width: 0;
|
|
104
105
|
border-radius: 2px;
|
|
105
|
-
box-shadow:
|
|
106
|
-
0 2px 2px 0 rgba(0, 0, 0, 20.4),
|
|
107
|
-
0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
106
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 20.4), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
108
107
|
}
|
|
109
108
|
|
|
110
109
|
&-page-selector {
|
|
111
110
|
padding-left: 10px;
|
|
112
111
|
padding-right: 10px;
|
|
113
112
|
white-space: nowrap;
|
|
113
|
+
font-size: var(--theme-body-1-font-size);
|
|
114
114
|
|
|
115
115
|
& > input {
|
|
116
|
-
border: 1px solid var(--
|
|
117
|
-
background-color: var(--
|
|
116
|
+
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
117
|
+
background-color: var(--adf-theme-background-card-color);
|
|
118
118
|
color: inherit;
|
|
119
|
+
font-size: var(--theme-body-1-font-size);
|
|
119
120
|
padding: 5px;
|
|
120
121
|
height: 24px;
|
|
121
122
|
line-height: 24px;
|
|
@@ -131,8 +132,8 @@
|
|
|
131
132
|
cursor: default;
|
|
132
133
|
width: 79px;
|
|
133
134
|
height: 24px;
|
|
134
|
-
font-size: var(--
|
|
135
|
-
border: 1px solid var(--
|
|
135
|
+
font-size: var(--theme-body-1-font-size);
|
|
136
|
+
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
136
137
|
text-align: center;
|
|
137
138
|
line-height: 24px;
|
|
138
139
|
margin-left: 4px;
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
display: block;
|
|
18
18
|
width: 91px;
|
|
19
|
-
background: var(--
|
|
19
|
+
background: var(--theme-background-color);
|
|
20
20
|
margin-bottom: 15px;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&__thumb:hover {
|
|
24
|
-
box-shadow: var(--
|
|
24
|
+
box-shadow: 0 0 5px 0 var(--adf-theme-foreground-text-color-087);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&__thumb--selected {
|
|
28
|
-
border: 2px solid var(--
|
|
28
|
+
border: 2px solid var(--theme-accent-color-a200);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.adf-full-screen {
|
|
4
4
|
width: 100%;
|
|
5
5
|
height: 100%;
|
|
6
|
-
background-color: var(--
|
|
6
|
+
background-color: var(--adf-theme-background-card-color);
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.adf-viewer-render-main-loader {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
position: relative;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
z-index: 1;
|
|
39
|
-
background-color: var(--
|
|
39
|
+
background-color: var(--theme-background-color);
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-flow: row wrap;
|
|
42
42
|
flex: 1;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/* stylelint-disable scss/at-extend-no-missing-placeholder */
|
|
2
|
+
@use '../../styles/mat-selectors' as ms;
|
|
2
3
|
|
|
3
4
|
.adf-full-screen {
|
|
4
5
|
width: 100%;
|
|
5
6
|
height: 100%;
|
|
6
|
-
background-color: var(--
|
|
7
|
+
background-color: var(--adf-theme-background-card-color);
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.adf-viewer {
|
|
@@ -11,8 +12,12 @@
|
|
|
11
12
|
width: 100%;
|
|
12
13
|
height: 100%;
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
#{ms.$mat-toolbar} {
|
|
16
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
17
|
+
|
|
18
|
+
.adf-toolbar-title {
|
|
19
|
+
width: auto;
|
|
20
|
+
}
|
|
16
21
|
}
|
|
17
22
|
|
|
18
23
|
&-main {
|
|
@@ -27,6 +32,12 @@
|
|
|
27
32
|
margin-right: 4px;
|
|
28
33
|
}
|
|
29
34
|
|
|
35
|
+
&-toolbar {
|
|
36
|
+
#{ms.$mat-toolbar} {
|
|
37
|
+
background-color: var(--adf-theme-background-card-color-087);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
30
41
|
&__file-title {
|
|
31
42
|
text-align: center;
|
|
32
43
|
flex: 1 1 auto;
|
|
@@ -37,16 +48,17 @@
|
|
|
37
48
|
flex-direction: row;
|
|
38
49
|
align-items: center;
|
|
39
50
|
|
|
40
|
-
@media screen and (width <=1450px) {
|
|
51
|
+
@media screen and (width <= 1450px) {
|
|
41
52
|
left: 30%;
|
|
42
53
|
}
|
|
43
54
|
}
|
|
44
55
|
|
|
45
56
|
&__title-display-name-container,
|
|
46
57
|
&__display-name {
|
|
47
|
-
font-size: var(--
|
|
58
|
+
font-size: var(--theme-subheading-2-font-size);
|
|
48
59
|
line-height: 1.5;
|
|
49
60
|
vertical-align: middle;
|
|
61
|
+
color: var(--adf-theme-foreground-text-color);
|
|
50
62
|
white-space: nowrap;
|
|
51
63
|
}
|
|
52
64
|
|
|
@@ -58,7 +70,7 @@
|
|
|
58
70
|
}
|
|
59
71
|
|
|
60
72
|
&__display-name-value {
|
|
61
|
-
font-size: var(--
|
|
73
|
+
font-size: var(--theme-body-1-font-size);
|
|
62
74
|
}
|
|
63
75
|
|
|
64
76
|
&-container {
|
|
@@ -68,7 +80,7 @@
|
|
|
68
80
|
position: relative;
|
|
69
81
|
overflow: hidden;
|
|
70
82
|
z-index: 1;
|
|
71
|
-
background-color: var(--
|
|
83
|
+
background-color: var(--theme-background-color);
|
|
72
84
|
display: flex;
|
|
73
85
|
flex-direction: row;
|
|
74
86
|
/* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
|
|
@@ -127,17 +139,17 @@
|
|
|
127
139
|
width: 350px;
|
|
128
140
|
display: block;
|
|
129
141
|
padding: 0;
|
|
130
|
-
background-color: var(--
|
|
131
|
-
box-shadow: var(--
|
|
142
|
+
background-color: var(--theme-background-color);
|
|
143
|
+
box-shadow: 0 2px 4px 0 var(--adf-theme-foreground-text-color-027);
|
|
132
144
|
overflow: auto;
|
|
133
145
|
|
|
134
146
|
&__right {
|
|
135
|
-
border-left: 1px solid var(--
|
|
147
|
+
border-left: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
136
148
|
order: 4;
|
|
137
149
|
}
|
|
138
150
|
|
|
139
151
|
&__left {
|
|
140
|
-
border-right: 1px solid var(--
|
|
152
|
+
border-right: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
141
153
|
order: 1;
|
|
142
154
|
}
|
|
143
155
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-19336680353",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"types": "./api/index.d.ts",
|
|
31
31
|
"default": "./fesm2022/alfresco-adf-core-api.mjs"
|
|
32
32
|
},
|
|
33
|
-
"./auth": {
|
|
34
|
-
"types": "./auth/index.d.ts",
|
|
35
|
-
"default": "./fesm2022/alfresco-adf-core-auth.mjs"
|
|
36
|
-
},
|
|
37
33
|
"./feature-flags": {
|
|
38
34
|
"types": "./feature-flags/index.d.ts",
|
|
39
35
|
"default": "./fesm2022/alfresco-adf-core-feature-flags.mjs"
|
|
40
36
|
},
|
|
37
|
+
"./auth": {
|
|
38
|
+
"types": "./auth/index.d.ts",
|
|
39
|
+
"default": "./fesm2022/alfresco-adf-core-auth.mjs"
|
|
40
|
+
},
|
|
41
41
|
"./shell": {
|
|
42
42
|
"types": "./shell/index.d.ts",
|
|
43
43
|
"default": "./fesm2022/alfresco-adf-core-shell.mjs"
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-19336680353",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-19336680353",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|