@schneideress/dashboardframework 0.0.168 → 0.0.170
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 +7 -7
- 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-area/ra.dashboard.area.js +3 -3
- package/esm2015/lib/ra.dashboard.responsive.service.js +6 -6
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -3
- package/esm5/lib/ra.dashboard.responsive.service.js +6 -6
- package/fesm2015/schneideress-dashboardframework.js +7 -7
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +7 -7
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -500,14 +500,14 @@ var RADashboardResponsiveService = /** @class */ (function () {
|
|
|
500
500
|
function () {
|
|
501
501
|
var _this = this;
|
|
502
502
|
console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
|
|
503
|
-
console.log('
|
|
504
|
-
console.log(
|
|
505
|
-
console.log('
|
|
506
|
-
console.log(
|
|
503
|
+
console.log('window.outerWidth---------------');
|
|
504
|
+
console.log(window.outerWidth);
|
|
505
|
+
console.log('window.innerWidth--------------');
|
|
506
|
+
console.log(window.innerWidth);
|
|
507
507
|
console.log('Orientation---------------');
|
|
508
508
|
console.log(screen.orientation.angle);
|
|
509
509
|
console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
|
|
510
|
-
this.screenWidth =
|
|
510
|
+
this.screenWidth = window.outerWidth;
|
|
511
511
|
if (this.IsDesktopView) {
|
|
512
512
|
this.currentResInfo = this.resInfo[3];
|
|
513
513
|
}
|
|
@@ -692,8 +692,8 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
692
692
|
this.gridcellHeight = 0;
|
|
693
693
|
this.isWidgetLoaded = false;
|
|
694
694
|
this.domResized = false;
|
|
695
|
-
this.widgetHeight =
|
|
696
|
-
this.widgetWidth =
|
|
695
|
+
this.widgetHeight = 4;
|
|
696
|
+
this.widgetWidth = 4;
|
|
697
697
|
}
|
|
698
698
|
/**
|
|
699
699
|
* @param {?} event
|