@colijnit/corecomponents_v12 256.1.17 → 256.1.18

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.
@@ -12473,6 +12473,13 @@
12473
12473
  enumerable: false,
12474
12474
  configurable: true
12475
12475
  });
12476
+ Object.defineProperty(FilterItemComponent.prototype, "hasClass", {
12477
+ get: function () {
12478
+ return true; // Ensures it never gets removed
12479
+ },
12480
+ enumerable: false,
12481
+ configurable: true
12482
+ });
12476
12483
  FilterItemComponent.prototype.ngOnInit = function () {
12477
12484
  this.setToInitialLimit();
12478
12485
  this.showButton = this.valueSelected();
@@ -12967,7 +12974,7 @@
12967
12974
  modelChange: [{ type: i0.Output }],
12968
12975
  collectionChange: [{ type: i0.Output }],
12969
12976
  filterButtonClicked: [{ type: i0.Output }],
12970
- filteredCollection: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
12977
+ hasClass: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
12971
12978
  hidden: [{ type: i0.HostBinding, args: ['class.co-hidden',] }]
12972
12979
  };
12973
12980