@colijnit/corecomponents_v12 257.1.15 → 257.1.16

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.
@@ -12478,6 +12478,13 @@
12478
12478
  enumerable: false,
12479
12479
  configurable: true
12480
12480
  });
12481
+ Object.defineProperty(FilterItemComponent.prototype, "hasClass", {
12482
+ get: function () {
12483
+ return true; // Ensures it never gets removed
12484
+ },
12485
+ enumerable: false,
12486
+ configurable: true
12487
+ });
12481
12488
  FilterItemComponent.prototype.ngOnInit = function () {
12482
12489
  this.setToInitialLimit();
12483
12490
  this.showButton = this.valueSelected();
@@ -12972,7 +12979,7 @@
12972
12979
  modelChange: [{ type: i0.Output }],
12973
12980
  collectionChange: [{ type: i0.Output }],
12974
12981
  filterButtonClicked: [{ type: i0.Output }],
12975
- filteredCollection: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
12982
+ hasClass: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
12976
12983
  hidden: [{ type: i0.HostBinding, args: ['class.co-hidden',] }]
12977
12984
  };
12978
12985