@colijnit/corecomponents_v12 257.1.0 → 257.1.1
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/package.json +1 -1
|
@@ -11951,7 +11951,7 @@
|
|
|
11951
11951
|
this.showMenu = !this.showMenu;
|
|
11952
11952
|
};
|
|
11953
11953
|
ListOfIconsComponent.prototype.selectItem = function (item) {
|
|
11954
|
-
if (item.label.toUpperCase() === 'LOGISTICS') {
|
|
11954
|
+
if (item.label.toUpperCase() === 'LOGISTICS' || item.label.toUpperCase() === 'LOGISTIEK') {
|
|
11955
11955
|
this.showSubCategories = !this.showSubCategories;
|
|
11956
11956
|
return;
|
|
11957
11957
|
}
|