@colijnit/corecomponents_v12 256.1.8 → 256.1.9
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/tooltip/tooltip.component.js +1 -1
- package/esm2015/lib/directives/screen-configuration/screen-configuration.directive.js +1 -1
- package/esm2015/lib/service/base-module-screen-config.service.js +2 -2
- package/fesm2015/colijnit-corecomponents_v12.js +1 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/service/base-module-screen-config.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -13646,7 +13646,7 @@
|
|
|
13646
13646
|
this._configObjects = configObjects;
|
|
13647
13647
|
if (configObjects && Array.isArray(configObjects)) {
|
|
13648
13648
|
this._buildScreenConfigMap();
|
|
13649
|
-
this.configSet.next(
|
|
13649
|
+
this.configSet.next(this._configObjects);
|
|
13650
13650
|
}
|
|
13651
13651
|
return [2 /*return*/, this._configObjects];
|
|
13652
13652
|
}
|