@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
|
@@ -706,14 +706,14 @@
|
|
|
706
706
|
function () {
|
|
707
707
|
var _this = this;
|
|
708
708
|
console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
|
|
709
|
-
console.log('
|
|
710
|
-
console.log(
|
|
711
|
-
console.log('
|
|
712
|
-
console.log(
|
|
709
|
+
console.log('window.outerWidth---------------');
|
|
710
|
+
console.log(window.outerWidth);
|
|
711
|
+
console.log('window.innerWidth--------------');
|
|
712
|
+
console.log(window.innerWidth);
|
|
713
713
|
console.log('Orientation---------------');
|
|
714
714
|
console.log(screen.orientation.angle);
|
|
715
715
|
console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
|
|
716
|
-
this.screenWidth =
|
|
716
|
+
this.screenWidth = window.outerWidth;
|
|
717
717
|
if (this.IsDesktopView) {
|
|
718
718
|
this.currentResInfo = this.resInfo[3];
|
|
719
719
|
}
|
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
this.gridcellHeight = 0;
|
|
899
899
|
this.isWidgetLoaded = false;
|
|
900
900
|
this.domResized = false;
|
|
901
|
-
this.widgetHeight =
|
|
902
|
-
this.widgetWidth =
|
|
901
|
+
this.widgetHeight = 4;
|
|
902
|
+
this.widgetWidth = 4;
|
|
903
903
|
}
|
|
904
904
|
/**
|
|
905
905
|
* @param {?} event
|