@alfresco/adf-core 8.4.0-19063861366 → 8.4.0-19066638615
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/bundles/assets/adf-core/i18n/en.json +13 -2
- package/fesm2022/adf-core.mjs +408 -210
- 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/clipboard/clipboard.theme.scss +3 -3
- 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 +13 -6
- 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.d.ts +7 -5
- package/lib/form/components/form-renderer.component.scss +54 -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/core/container-column.model.d.ts +2 -0
- package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
- package/lib/form/components/widgets/core/form-field-types.d.ts +2 -0
- package/lib/form/components/widgets/core/form-field.model.d.ts +25 -2
- 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/index.d.ts +1 -0
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +1 -1
- package/lib/form/components/widgets/repeat/repeat.widget.d.ts +10 -0
- package/lib/form/components/widgets/repeat/repeat.widget.scss +25 -0
- 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 +3 -3
|
@@ -9,6 +9,7 @@ $adf-pagination-line-height: 20px;
|
|
|
9
9
|
border-top: $adf-pagination-border;
|
|
10
10
|
height: $adf-pagination-height;
|
|
11
11
|
line-height: $adf-pagination-line-height;
|
|
12
|
+
color: var(--adf-theme-foreground-text-color);
|
|
12
13
|
|
|
13
14
|
&__block {
|
|
14
15
|
display: flex;
|
|
@@ -55,6 +56,11 @@ $adf-pagination-line-height: 20px;
|
|
|
55
56
|
&__current-page {
|
|
56
57
|
margin-right: 5px;
|
|
57
58
|
|
|
59
|
+
&,
|
|
60
|
+
& + button {
|
|
61
|
+
color: var(--adf-theme-foreground-text-color);
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
& + button {
|
|
59
65
|
margin-left: -10px;
|
|
60
66
|
}
|
|
@@ -18,9 +18,14 @@
|
|
|
18
18
|
&-search-fixed-text {
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
&-clear-search-button {
|
|
23
|
+
font-size: var(--theme-button-font-size);
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
21
26
|
}
|
|
22
27
|
|
|
23
28
|
.adf-highlight {
|
|
24
|
-
color: var(--
|
|
29
|
+
color: var(--adf-theme-primary-900);
|
|
25
30
|
}
|
|
26
31
|
}
|
package/lib/styles/_globals.scss
CHANGED
|
@@ -6,7 +6,30 @@
|
|
|
6
6
|
& #{ms.$mat-expansion-panel-header}.cdk-program-focused,
|
|
7
7
|
&:not(#{ms.$mat-expanded}) #{ms.$mat-expansion-panel-header}:hover {
|
|
8
8
|
&:not([aria-disabled='true']) {
|
|
9
|
-
background-color: var(--
|
|
9
|
+
background-color: var(--adf-theme-background-hover-color);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#{ms.$mat-calendar} {
|
|
15
|
+
#{ms.$mat-calendar-header} {
|
|
16
|
+
button {
|
|
17
|
+
color: var(--adf-theme-foreground-text-color-087);
|
|
18
|
+
|
|
19
|
+
&:disabled {
|
|
20
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#{ms.$mat-calendar-content} {
|
|
26
|
+
#{ms.$mat-calendar-table-header} th {
|
|
27
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
#{ms.$mat-calendar-body-disabled} > div {
|
|
31
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
32
|
+
color: var(--adf-theme-foreground-text-color-054) !important;
|
|
10
33
|
}
|
|
11
34
|
}
|
|
12
35
|
}
|
|
@@ -28,11 +51,11 @@
|
|
|
28
51
|
|
|
29
52
|
#{ms.$mat-datetimepicker-calendar-content} {
|
|
30
53
|
#{ms.$mat-datetimepicker-calendar-table-header} th {
|
|
31
|
-
color: var(--
|
|
54
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
32
55
|
}
|
|
33
56
|
|
|
34
57
|
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
|
|
35
|
-
color: var(--
|
|
58
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
36
59
|
}
|
|
37
60
|
}
|
|
38
61
|
}
|
|
@@ -47,6 +70,12 @@
|
|
|
47
70
|
}
|
|
48
71
|
}
|
|
49
72
|
|
|
73
|
+
#{ms.$mat-input-element} {
|
|
74
|
+
&:focus::placeholder {
|
|
75
|
+
color: var(--theme-primary-color);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
50
79
|
#{ms.$mat-datetimepicker-dialog} {
|
|
51
80
|
#{ms.$mat-dialog-container} {
|
|
52
81
|
#{ms.$mat-dialog-surface} {
|
package/lib/styles/_mixins.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
.adf-empty-content {
|
|
2
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
2
3
|
display: flex;
|
|
3
4
|
flex-direction: column;
|
|
4
5
|
align-items: center;
|
|
@@ -7,13 +8,13 @@
|
|
|
7
8
|
width: 100%;
|
|
8
9
|
|
|
9
10
|
&__icon > *:first-child {
|
|
10
|
-
font-size: var(--
|
|
11
|
-
height: var(--
|
|
12
|
-
width: var(--
|
|
11
|
+
font-size: var(--theme-display-3-font-size);
|
|
12
|
+
height: var(--theme-display-3-font-size);
|
|
13
|
+
width: var(--theme-display-3-font-size);
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
&__title {
|
|
16
|
-
font-size: var(--
|
|
17
|
+
font-size: var(--theme-adf-task-title-font-size);
|
|
17
18
|
font-weight: 600;
|
|
18
19
|
line-height: 0;
|
|
19
20
|
white-space: normal;
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
|
|
24
25
|
&__subtitle,
|
|
25
26
|
&__text {
|
|
27
|
+
font-size: var(--theme-body-1-font-size);
|
|
26
28
|
font-weight: 300;
|
|
27
29
|
line-height: inherit;
|
|
28
30
|
white-space: normal;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use '../../styles/flex' as flex;
|
|
2
2
|
|
|
3
3
|
.adf-error-content {
|
|
4
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
4
5
|
display: flex;
|
|
5
6
|
flex-direction: column;
|
|
6
7
|
align-items: center;
|
|
@@ -48,11 +49,11 @@
|
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
&-title {
|
|
51
|
-
font-size: var(--
|
|
52
|
+
font-size: var(--theme-headline-font-size);
|
|
52
53
|
}
|
|
53
54
|
|
|
54
55
|
&-description {
|
|
55
|
-
font-size: var(--
|
|
56
|
+
font-size: var(--theme-subheading-2-font-size);
|
|
56
57
|
}
|
|
57
58
|
}
|
|
58
59
|
}
|
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.adf-toolbar-container.adf-toolbar-container-row {
|
|
13
|
+
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
14
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
13
15
|
height: 64px;
|
|
16
|
+
font-size: var(--theme-body-1-font-size);
|
|
14
17
|
white-space: normal;
|
|
15
18
|
padding: 0 16px;
|
|
16
19
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
@use '../../../styles/mat-selectors' as ms;
|
|
2
|
+
|
|
1
3
|
.adf-image-viewer {
|
|
2
4
|
width: 100%;
|
|
3
5
|
|
|
4
6
|
.adf-image-container {
|
|
5
7
|
&:focus {
|
|
6
8
|
outline-offset: -1px;
|
|
7
|
-
outline: 1px solid var(--
|
|
9
|
+
outline: 1px solid var(--theme-accent-color-a200);
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
display: flex;
|
|
@@ -31,6 +33,15 @@
|
|
|
31
33
|
left: 50%;
|
|
32
34
|
transform: translateX(-50%);
|
|
33
35
|
|
|
36
|
+
.adf-toolbar #{ms.$mat-toolbar} {
|
|
37
|
+
max-height: 48px;
|
|
38
|
+
background-color: var(--adf-theme-background-card-color);
|
|
39
|
+
border-width: 0;
|
|
40
|
+
border-radius: 2px;
|
|
41
|
+
/* stylelint-disable-next-line */
|
|
42
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
43
|
+
}
|
|
44
|
+
|
|
34
45
|
.adf-main-toolbar {
|
|
35
46
|
display: inline-block;
|
|
36
47
|
}
|
|
@@ -44,7 +55,8 @@
|
|
|
44
55
|
cursor: default;
|
|
45
56
|
width: 79px;
|
|
46
57
|
height: 24px;
|
|
47
|
-
|
|
58
|
+
font-size: var(--theme-body-1-font-size);
|
|
59
|
+
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
48
60
|
text-align: center;
|
|
49
61
|
line-height: 24px;
|
|
50
62
|
margin-left: 4px;
|
|
@@ -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-19066638615",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -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-19066638615",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-19066638615",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|