@colijnit/sharedcomponents 258.1.16 → 258.1.17
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-sharedcomponents.umd.js +1 -1
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +35 -35
- package/fesm2015/colijnit-sharedcomponents.js +34 -34
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/package.json +1 -1
|
@@ -3569,8 +3569,8 @@
|
|
|
3569
3569
|
else {
|
|
3570
3570
|
this.currentLayout = this.layouts[0];
|
|
3571
3571
|
}
|
|
3572
|
+
this.loadDefaultPrinterName.emit(this.currentLayout.reportId);
|
|
3572
3573
|
}
|
|
3573
|
-
this.loadDefaultPrinterName.emit(this.currentLayout.reportId);
|
|
3574
3574
|
};
|
|
3575
3575
|
LayoutSelectionComponent.prototype.handleSelectLayout = function (reportLayout) {
|
|
3576
3576
|
this.currentLayout = reportLayout;
|