mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-5213] Metadata - select list filter (#5961)
* select filter input component * include theme * add filter input * show input conditionally * convert value to string for d:int type values * filter list options pipe * add components to module * convert int value to string * i18n * update tests * tests * update config * remove unneeded decorator * fix lint * update schema * remove filter pipe * provide a filtered list
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@import './components/card-view-textitem/card-view-textitem.component';
|
||||
@import './components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component';
|
||||
@import './components/card-view/card-view.component';
|
||||
@import './components/card-view-selectitem/select-filter-input/select-filter-input.component';
|
||||
@import '~@mat-datetimepicker/core/datetimepicker/datetimepicker-theme.scss';
|
||||
|
||||
@mixin adf-card-view-module-theme($theme) {
|
||||
@@ -12,4 +13,5 @@
|
||||
@include adf-card-view-theme($theme);
|
||||
@include mat-datetimepicker-theme($theme);
|
||||
@include adf-card-view-array-item-theme($theme);
|
||||
@include adf-select-filter-input-theme($theme);
|
||||
}
|
||||
|
Reference in New Issue
Block a user