@schneideress/dashboardframework 0.0.255 → 0.0.257
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 -1
- 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.service.js +7 -1
- package/esm2015/lib/ra.gridster.config.js +2 -2
- package/esm5/lib/ra.dashboard.service.js +7 -1
- package/esm5/lib/ra.gridster.config.js +2 -2
- package/fesm2015/schneideress-dashboardframework.js +7 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +7 -1
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -69,6 +69,12 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
69
69
|
/**To Update widgetInfo in database */
|
|
70
70
|
RaDashboardService.prototype.updateWidget = function (widgetInfo, appConfig) {
|
|
71
71
|
this.baseUrl = appConfig.apiBaseUrl;
|
|
72
|
+
var info = {};
|
|
73
|
+
info.widgetConfigInfo = widgetInfo.widgetConfigInfo;
|
|
74
|
+
info.widgetInstanceId = widgetInfo.widgetInstanceId;
|
|
75
|
+
info.widgetTitle = widgetInfo.widgetTitle;
|
|
76
|
+
info.widgetType = widgetInfo.widgetType;
|
|
77
|
+
info.widgetId = widgetInfo.widgetId;
|
|
72
78
|
return this.post('widget/UpdateUserWidget', widgetInfo);
|
|
73
79
|
};
|
|
74
80
|
/** To Move or change position if current widget container*/
|
|
@@ -196,7 +202,7 @@ var RAEventKey;
|
|
|
196
202
|
var GridsterConfigDefaultSettings = {
|
|
197
203
|
gridType: 'scrollVertical',
|
|
198
204
|
compactType: 'none',
|
|
199
|
-
margin:
|
|
205
|
+
margin: 0,
|
|
200
206
|
outerMargin: true,
|
|
201
207
|
outerMarginTop: 10,
|
|
202
208
|
outerMarginRight: 0,
|