@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.
@@ -4338,12 +4338,11 @@
4338
4338
  * @return {?}
4339
4339
  */
4340
4340
  function () {
4341
- if (this.currentLocale === this.localeIds['en']) {
4342
- this.isControlInline = false;
4343
- }
4344
- else {
4345
- this.isControlInline = true;
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;