@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.
- package/bundles/colijnit-corecomponents_v12.umd.js +8 -1
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/lib/components/filter-item/filter-item.component.js +5 -2
- package/fesm2015/colijnit-corecomponents_v12.js +4 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/filter-item/filter-item.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
-
|
|
12977
|
+
hasClass: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
|
|
12971
12978
|
hidden: [{ type: i0.HostBinding, args: ['class.co-hidden',] }]
|
|
12972
12979
|
};
|
|
12973
12980
|
|