@alfresco/adf-content-services 8.4.0-18787036972 → 8.4.0-18832063520
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-content-services/i18n/en.json +10 -3
- package/fesm2022/adf-content-services.mjs +16 -8
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss +0 -8
- package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +0 -4
- package/lib/search/components/search-properties/search-properties.component.d.ts +2 -2
- package/lib/search/components/search-properties/search-properties.component.scss +32 -111
- package/package.json +3 -3
|
@@ -26,8 +26,8 @@ import { SearchWidget } from '../../models/search-widget.interface';
|
|
|
26
26
|
import { AutocompleteOption } from '../../models/autocomplete-option.interface';
|
|
27
27
|
import * as i0 from "@angular/core";
|
|
28
28
|
export declare class SearchPropertiesComponent implements OnInit, AfterViewChecked, SearchWidget {
|
|
29
|
-
private formBuilder;
|
|
30
|
-
private translateService;
|
|
29
|
+
private readonly formBuilder;
|
|
30
|
+
private readonly translateService;
|
|
31
31
|
id: string;
|
|
32
32
|
settings?: SearchWidgetSettings;
|
|
33
33
|
context?: SearchQueryBuilderService;
|
|
@@ -3,133 +3,54 @@
|
|
|
3
3
|
|
|
4
4
|
adf-search-properties {
|
|
5
5
|
.adf-search-properties-form {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
fieldset {
|
|
7
|
+
padding: 0;
|
|
8
|
+
margin: 0;
|
|
9
|
+
border: none;
|
|
10
|
+
}
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
.adf-search-properties-file-size-label {
|
|
13
|
+
margin-top: 4px;
|
|
14
|
+
margin-bottom: 10px;
|
|
15
|
+
display: block;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.adf-search-properties-file-type-label {
|
|
19
|
+
margin-top: 10px;
|
|
20
|
+
margin-bottom: 6px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.adf-search-properties-file-size-container {
|
|
24
|
+
width: 370px;
|
|
25
|
+
display: flex;
|
|
19
26
|
|
|
20
27
|
#{ms.$mat-form-field-infix} {
|
|
21
28
|
height: 37.5px;
|
|
22
29
|
min-height: 37.5px;
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
#{ms.$mat-select-trigger} {
|
|
27
|
-
height: 17.5px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
#{ms.$mat-select-arrow-wrapper} {
|
|
31
|
-
width: 16px;
|
|
30
|
+
padding-top: 9px;
|
|
32
31
|
}
|
|
33
32
|
|
|
34
|
-
#{ms.$mat-line-ripple} {
|
|
35
|
-
&::before {
|
|
36
|
-
display: none;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
#{ms.$mat-select-arrow} {
|
|
41
|
-
margin-left: 5px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
#{ms.$mat-form-field} {
|
|
45
|
-
margin-bottom: 18px;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
adf-search-chip-autocomplete-input {
|
|
50
|
-
display: block;
|
|
51
|
-
|
|
52
33
|
#{ms.$mat-text-field-outlined} {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
border-top: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
56
|
-
border-bottom: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
57
|
-
}
|
|
34
|
+
padding: 0 9px;
|
|
35
|
+
}
|
|
58
36
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
37
|
+
.adf-search-properties-form-field {
|
|
38
|
+
width: 100%;
|
|
39
|
+
display: block;
|
|
40
|
+
flex: 1;
|
|
62
41
|
|
|
63
|
-
|
|
64
|
-
|
|
42
|
+
&:nth-child(1) {
|
|
43
|
+
min-width: 115px;
|
|
65
44
|
}
|
|
66
|
-
}
|
|
67
45
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
outline: 2px auto -webkit-focus-ring-color;
|
|
46
|
+
&:nth-child(2) {
|
|
47
|
+
margin: 0 8px;
|
|
71
48
|
}
|
|
72
|
-
}
|
|
73
49
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
#{ms.$mat-text-field-outlined} {
|
|
77
|
-
&-start,
|
|
78
|
-
&-end {
|
|
79
|
-
border-width: 1px;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
50
|
+
&:nth-child(3) {
|
|
51
|
+
max-width: 90px;
|
|
82
52
|
}
|
|
83
53
|
}
|
|
84
|
-
|
|
85
|
-
#{ms.$mat-notched-outline-leading} {
|
|
86
|
-
border-color: var(--adf-theme-foreground-text-color-027);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
#{ms.$mat-notched-outline-trailing} {
|
|
90
|
-
border-color: var(--adf-theme-foreground-text-color-027);
|
|
91
|
-
}
|
|
92
54
|
}
|
|
93
55
|
}
|
|
94
|
-
|
|
95
|
-
input,
|
|
96
|
-
.mat-form-field-infix.mat-form-field-infix {
|
|
97
|
-
height: 25px;
|
|
98
|
-
border: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
99
|
-
border-radius: 5px;
|
|
100
|
-
margin-top: 5px;
|
|
101
|
-
padding: 5px;
|
|
102
|
-
font-size: 14px;
|
|
103
|
-
color: var(--adf-theme-foreground-text-color);
|
|
104
|
-
margin-left: 8px;
|
|
105
|
-
margin-right: 8px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.adf-search-properties-file-size-operator,
|
|
109
|
-
.adf-search-properties-file-size-unit {
|
|
110
|
-
#{ms.$mat-form-field-infix} {
|
|
111
|
-
border: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
112
|
-
border-radius: 5px;
|
|
113
|
-
padding: 9px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
&#{ms.$mat-focused} {
|
|
117
|
-
#{ms.$mat-form-field-infix} {
|
|
118
|
-
outline: 2px auto -webkit-focus-ring-color;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.adf-search-properties-file-size-unit {
|
|
124
|
-
width: 78px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.adf-search-properties-file-type-label {
|
|
128
|
-
margin-top: 10px;
|
|
129
|
-
margin-bottom: 6px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.adf-search-filter-chip-menu-panel-properties {
|
|
134
|
-
max-width: unset;
|
|
135
56
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-content-services",
|
|
3
3
|
"description": "Alfresco ADF content services",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-18832063520",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.4.0-18832063520",
|
|
25
25
|
"@ngx-translate/core": ">=16.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.4.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.4.0-18832063520"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|