@schneideress/dashboardframework 0.0.178 → 0.0.179
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/schneideress-dashboardframework.umd.js +1 -3
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra.dashboard.responsive.service.js +2 -4
- package/esm5/lib/ra.dashboard.responsive.service.js +2 -4
- package/fesm2015/schneideress-dashboardframework.js +1 -3
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1 -3
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -504,10 +504,8 @@ var RADashboardResponsiveService = /** @class */ (function () {
|
|
|
504
504
|
console.log(window.outerWidth);
|
|
505
505
|
console.log('window.innerWidth--------------');
|
|
506
506
|
console.log(window.innerWidth);
|
|
507
|
-
console.log('Orientation---------------');
|
|
508
|
-
console.log(screen.orientation.angle);
|
|
509
507
|
console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
|
|
510
|
-
this.screenWidth = window.
|
|
508
|
+
this.screenWidth = window.outerWidth;
|
|
511
509
|
if (this.IsDesktopView) {
|
|
512
510
|
this.currentResInfo = this.resInfo[3];
|
|
513
511
|
}
|