mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3407] New component : Filter Menu created and implemented inside the Document List (#5748)
* [ACA-3407] New component : Filter Menu, implemented inside the Document List * [ACA-3407] Refactor click method * [ACA-3407] Update Filter Icon style * [ACA-3407] Add filter icon and update tooltip with column name
This commit is contained in:
6
lib/core/assets/images/ft_ic_filter.svg
Normal file
6
lib/core/assets/images/ft_ic_filter.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg id="Component_268_6" data-name="Component 268 – 6" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<rect id="Rectangle_4868" data-name="Rectangle 4868" width="18" height="18" fill="none"/>
|
||||
<g id="_1.-Icons_1.-system_ic-filter" data-name="1.-Icons/1.-system/ic-filter" transform="translate(-1 -1)" opacity="0.87">
|
||||
<path id="Combined-Shape" d="M10.722,13.893a.793.793,0,0,1,.788.7l.005.092v.568h1.48a.793.793,0,0,1,.092,1.58l-.092.005h-1.48v.431a.793.793,0,0,1-1.58.092l-.005-.092V14.686A.793.793,0,0,1,10.722,13.893Zm-2.379,1.36a.793.793,0,0,1,.092,1.58l-.092.005H7.55a.793.793,0,0,1-.092-1.58l.092-.005Zm.793-7.478a.793.793,0,0,1,.788.7l.005.092v.568h5.444a.793.793,0,0,1,.092,1.58l-.092.005H9.929v.431a.793.793,0,0,1-1.58.092l-.005-.092V8.568A.793.793,0,0,1,9.136,7.775ZM5.964,9.136a.793.793,0,0,1,.092,1.58l-.092.005H4.379a.793.793,0,0,1-.092-1.58l.092-.005ZM13.1,2a.793.793,0,0,1,.788.7l.005.092V3.36h3.066a.793.793,0,0,1,.092,1.58l-.092.005H13.893v.431a.793.793,0,0,1-1.58.092l-.005-.092V2.793A.793.793,0,0,1,13.1,2ZM9.929,3.36a.793.793,0,0,1,.092,1.58l-.092.005H2.793A.793.793,0,0,1,2.7,3.366l.092-.005Z" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@@ -424,7 +424,7 @@
|
||||
}
|
||||
}
|
||||
&--fileSize .adf-datatable-cell-value {
|
||||
padding: 0;
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -157,7 +157,8 @@ export class ThumbnailService {
|
||||
'disable/folder': './assets/images/ft_ic_folder_disable.svg',
|
||||
'selected': './assets/images/ft_ic_selected.svg',
|
||||
'dynamic-feed': './assets/images/dynamic_feed-24px.svg',
|
||||
'ic-process': './assets/images/ic-process.svg'
|
||||
'ic-process': './assets/images/ic-process.svg',
|
||||
'filter': './assets/images/ft_ic_filter.svg'
|
||||
};
|
||||
|
||||
constructor(protected apiService: AlfrescoApiService, matIconRegistry: MatIconRegistry, sanitizer: DomSanitizer) {
|
||||
|
Reference in New Issue
Block a user