@schneideress/dashboardframework 0.0.24 → 0.0.26

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.
@@ -5,7 +5,7 @@ import { BaseService } from '@schneideress/ess-util';
5
5
  import { filter, map } from 'rxjs/operators';
6
6
  import { NgxUiLoaderService, NgxUiLoaderModule } from 'ngx-ui-loader';
7
7
  import { NotifierService, NotifierModule } from 'angular-notifier';
8
- import { TranslateService } from '@schneideress/ess-base';
8
+ import { TranslateService, TranslateModule } from '@schneideress/ess-base';
9
9
  import { BrowserModule } from '@angular/platform-browser';
10
10
  import { HttpClientModule } from '@angular/common/http';
11
11
  import { CommonModule } from '@angular/common';
@@ -177,7 +177,6 @@ var RaDashboardService = /** @class */ (function (_super) {
177
177
  */
178
178
  function (widgetInfo, appConfig) {
179
179
  this.baseUrl = appConfig.apiBaseUrl;
180
- console.log('in update widget service');
181
180
  return this.post('widget/UpdateUserWidget', widgetInfo);
182
181
  };
183
182
  /** To Move or change position if current widget container*/
@@ -886,7 +885,7 @@ var RADashboardArea = /** @class */ (function () {
886
885
  { type: Component, args: [{
887
886
  selector: 'ra-dashboard-area',
888
887
  template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\">\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
889
- styles: ["gridster{width:inherit;resize:height;display:flex;min-height:600px}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
888
+ styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
890
889
  }] }
891
890
  ];
892
891
  /** @nocollapse */
@@ -5712,6 +5711,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
5712
5711
  GridsterModule,
5713
5712
  HttpClientModule,
5714
5713
  NgxUiLoaderModule,
5714
+ TranslateModule,
5715
5715
  NotifierModule.withConfig(customNotifierOptions)
5716
5716
  ],
5717
5717
  exports: [