@farris/ui-list-filter 0.1.13 → 0.1.14
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/farris-ui-list-filter.umd.js +6 -6
- package/bundles/farris-ui-list-filter.umd.js.map +1 -1
- package/bundles/farris-ui-list-filter.umd.min.js +1 -1
- package/bundles/farris-ui-list-filter.umd.min.js.map +1 -1
- package/esm2015/lib/list-filter.component.js +7 -7
- package/esm5/lib/list-filter.component.js +7 -7
- package/farris-ui-list-filter.metadata.json +1 -1
- package/fesm2015/farris-ui-list-filter.js +7 -7
- package/fesm2015/farris-ui-list-filter.js.map +1 -1
- package/fesm5/farris-ui-list-filter.js +7 -7
- package/fesm5/farris-ui-list-filter.js.map +1 -1
- package/package.json +1 -1
|
@@ -4338,12 +4338,11 @@
|
|
|
4338
4338
|
* @return {?}
|
|
4339
4339
|
*/
|
|
4340
4340
|
function () {
|
|
4341
|
-
if (this.currentLocale === this.localeIds['en']) {
|
|
4342
|
-
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
}
|
|
4341
|
+
// if (this.currentLocale === this.localeIds['en']) {
|
|
4342
|
+
// this.isControlInline = false;
|
|
4343
|
+
// } else {
|
|
4344
|
+
// this.isControlInline = true;
|
|
4345
|
+
// }
|
|
4347
4346
|
this.canShowMoreIcon();
|
|
4348
4347
|
};
|
|
4349
4348
|
/**
|
|
@@ -5138,6 +5137,7 @@
|
|
|
5138
5137
|
query: [{ type: i0.Output }],
|
|
5139
5138
|
clear: [{ type: i0.Output }],
|
|
5140
5139
|
searchChange: [{ type: i0.Output }],
|
|
5140
|
+
isControlInline: [{ type: i0.Input }],
|
|
5141
5141
|
filterList: [{ type: i0.Input }]
|
|
5142
5142
|
};
|
|
5143
5143
|
return ListFilterComponent;
|