@alfresco/adf-content-services 8.4.0-18778851774 → 8.4.0-18787036972
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 +3 -10
- package/fesm2022/adf-content-services.mjs +8 -16
- 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 +8 -0
- package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +4 -0
- package/lib/search/components/search-properties/search-properties.component.d.ts +2 -2
- package/lib/search/components/search-properties/search-properties.component.scss +111 -32
- 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
|
|
30
|
-
private
|
|
29
|
+
private formBuilder;
|
|
30
|
+
private translateService;
|
|
31
31
|
id: string;
|
|
32
32
|
settings?: SearchWidgetSettings;
|
|
33
33
|
context?: SearchQueryBuilderService;
|
|
@@ -3,54 +3,133 @@
|
|
|
3
3
|
|
|
4
4
|
adf-search-properties {
|
|
5
5
|
.adf-search-properties-form {
|
|
6
|
-
fieldset {
|
|
7
|
-
padding: 0;
|
|
8
|
-
margin: 0;
|
|
9
|
-
border: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
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
6
|
.adf-search-properties-file-size-container {
|
|
24
|
-
|
|
25
|
-
|
|
7
|
+
.adf-search-properties-file-size-label {
|
|
8
|
+
margin-top: 4px;
|
|
9
|
+
display: block;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
#{ms.$mat-text-field-no-label} {
|
|
13
|
+
#{ms.$mat-form-field-infix} {
|
|
14
|
+
padding-top: 9px;
|
|
15
|
+
padding-bottom: 9px;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
26
19
|
|
|
27
20
|
#{ms.$mat-form-field-infix} {
|
|
28
21
|
height: 37.5px;
|
|
29
22
|
min-height: 37.5px;
|
|
30
|
-
|
|
23
|
+
display: inline-block;
|
|
31
24
|
}
|
|
32
25
|
|
|
33
|
-
#{ms.$mat-
|
|
34
|
-
|
|
26
|
+
#{ms.$mat-select-trigger} {
|
|
27
|
+
height: 17.5px;
|
|
35
28
|
}
|
|
36
29
|
|
|
37
|
-
|
|
38
|
-
width:
|
|
39
|
-
|
|
40
|
-
|
|
30
|
+
#{ms.$mat-select-arrow-wrapper} {
|
|
31
|
+
width: 16px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
#{ms.$mat-line-ripple} {
|
|
35
|
+
&::before {
|
|
36
|
+
display: none;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
#{ms.$mat-select-arrow} {
|
|
41
|
+
margin-left: 5px;
|
|
42
|
+
}
|
|
41
43
|
|
|
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
|
+
#{ms.$mat-text-field-outlined} {
|
|
53
|
+
&-start,
|
|
54
|
+
&-end {
|
|
55
|
+
border-top: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
56
|
+
border-bottom: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
44
57
|
}
|
|
45
58
|
|
|
46
|
-
|
|
47
|
-
|
|
59
|
+
&-start {
|
|
60
|
+
border-left: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
48
61
|
}
|
|
49
62
|
|
|
50
|
-
|
|
51
|
-
|
|
63
|
+
&-end {
|
|
64
|
+
border-right: 1px solid var(--adf-theme-mat-grey-color-a400);
|
|
52
65
|
}
|
|
53
66
|
}
|
|
67
|
+
|
|
68
|
+
#{ms.$mat-focused} {
|
|
69
|
+
#{ms.$mat-text-field-outlined} {
|
|
70
|
+
outline: 2px auto -webkit-focus-ring-color;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
#{ms.$mat-form-field-appearance-outline} {
|
|
75
|
+
#{ms.$mat-text-field-outlined-thick} {
|
|
76
|
+
#{ms.$mat-text-field-outlined} {
|
|
77
|
+
&-start,
|
|
78
|
+
&-end {
|
|
79
|
+
border-width: 1px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
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
|
+
}
|
|
54
92
|
}
|
|
55
93
|
}
|
|
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;
|
|
56
135
|
}
|
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-18787036972",
|
|
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-18787036972",
|
|
25
25
|
"@ngx-translate/core": ">=16.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.4.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.4.0-18787036972"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|