@colijnit/corecomponents_v12 256.1.3 → 256.1.4
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 +1 -1
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/list-of-icons/list-of-icons.component.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +1 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/list-of-icons/style/_layout.scss +1 -0
- package/package.json +1 -1
- package/colijnit-corecomponents_v12-255.1.14.tgz +0 -0
- package/colijnit-corecomponents_v12-255.1.15.tgz +0 -0
- package/colijnit-corecomponents_v12-255.1.16.tgz +0 -0
|
@@ -11868,7 +11868,7 @@
|
|
|
11868
11868
|
this.showMenu = !this.showMenu;
|
|
11869
11869
|
};
|
|
11870
11870
|
ListOfIconsComponent.prototype.selectItem = function (item) {
|
|
11871
|
-
if (item.label ===
|
|
11871
|
+
if (item.label.toUpperCase() === 'LOGISTICS') {
|
|
11872
11872
|
this.showSubCategories = !this.showSubCategories;
|
|
11873
11873
|
return;
|
|
11874
11874
|
}
|