@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.
- 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
|
@@ -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
|
-
|
|
12982
|
+
hasClass: [{ type: i0.HostBinding, args: ["class.co-filter-item",] }],
|
|
12976
12983
|
hidden: [{ type: i0.HostBinding, args: ['class.co-hidden',] }]
|
|
12977
12984
|
};
|
|
12978
12985
|
|