@schneideress/dashboardframework 17.0.1 → 17.0.2

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.
Files changed (34) hide show
  1. package/esm2022/gridster/lib/gridster.component.mjs +11 -11
  2. package/esm2022/gridster/lib/gridster.interface.mjs +1 -1
  3. package/esm2022/gridster/lib/gridster.module.mjs +5 -5
  4. package/esm2022/gridster/lib/gridsterCompact.service.mjs +1 -1
  5. package/esm2022/gridster/lib/gridsterConfig.constant.mjs +1 -1
  6. package/esm2022/gridster/lib/gridsterConfig.interface.mjs +1 -1
  7. package/esm2022/gridster/lib/gridsterConfigS.interface.mjs +1 -1
  8. package/esm2022/gridster/lib/gridsterDraggable.service.mjs +1 -1
  9. package/esm2022/gridster/lib/gridsterEmptyCell.service.mjs +1 -1
  10. package/esm2022/gridster/lib/gridsterItem.component.mjs +5 -5
  11. package/esm2022/gridster/lib/gridsterItem.interface.mjs +1 -1
  12. package/esm2022/gridster/lib/gridsterPreview.component.mjs +4 -4
  13. package/esm2022/gridster/lib/gridsterPush.service.mjs +1 -1
  14. package/esm2022/gridster/lib/gridsterPushResize.service.mjs +1 -1
  15. package/esm2022/gridster/lib/gridsterRenderer.interface.mjs +1 -1
  16. package/esm2022/gridster/lib/gridsterRenderer.service.mjs +1 -1
  17. package/esm2022/gridster/lib/gridsterResizable.service.mjs +1 -1
  18. package/esm2022/gridster/lib/gridsterResizeEventType.interface.mjs +1 -1
  19. package/esm2022/gridster/lib/gridsterScroll.service.mjs +1 -1
  20. package/esm2022/gridster/lib/gridsterSwap.service.mjs +1 -1
  21. package/esm2022/gridster/lib/gridsterUtils.service.mjs +1 -1
  22. package/esm2022/lib/ra-dashboard-area/ra.dashboard.area.mjs +3 -3
  23. package/esm2022/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.mjs +3 -3
  24. package/esm2022/lib/ra-widget-container/ra.widget.container.component.mjs +96 -96
  25. package/esm2022/lib/ra.base.dashboard.filter.mjs +3 -3
  26. package/esm2022/lib/ra.base.dashboard.template.mjs +3 -3
  27. package/esm2022/lib/ra.dashbard.event.bus.mjs +3 -3
  28. package/esm2022/lib/ra.dashboard.module.mjs +4 -4
  29. package/esm2022/lib/ra.dashboard.responsive.service.mjs +3 -3
  30. package/esm2022/lib/ra.dashboard.service.mjs +3 -3
  31. package/fesm2022/schneideress-dashboardframework.mjs +141 -141
  32. package/fesm2022/schneideress-dashboardframework.mjs.map +1 -1
  33. package/gridster/lib/gridsterItem.interface.d.ts +3 -0
  34. package/package.json +1 -1
@@ -22,10 +22,10 @@ export class RaBaseDashboardFilter {
22
22
  var myEvent = new CustomEvent("global-filter-initiated");
23
23
  document.body.dispatchEvent(myEvent);
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaBaseDashboardFilter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: RaBaseDashboardFilter, inputs: { getAllFilterConfig: "getAllFilterConfig", setInapplicableFilterMsg: "setInapplicableFilterMsg", isValidEntry: "isValidEntry", clearAllData: "clearAllData", setAllFilterConfig: "setAllFilterConfig" }, ngImport: i0 }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaBaseDashboardFilter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: RaBaseDashboardFilter, inputs: { getAllFilterConfig: "getAllFilterConfig", setInapplicableFilterMsg: "setInapplicableFilterMsg", isValidEntry: "isValidEntry", clearAllData: "clearAllData", setAllFilterConfig: "setAllFilterConfig" }, ngImport: i0 }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaBaseDashboardFilter, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaBaseDashboardFilter, decorators: [{
29
29
  type: Directive
30
30
  }], propDecorators: { getAllFilterConfig: [{
31
31
  type: Input
@@ -16,10 +16,10 @@ export class RaBaseDashboardTemplate {
16
16
  var myEvent = new CustomEvent("event-template-initiated");
17
17
  document.body.dispatchEvent(myEvent);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaBaseDashboardTemplate, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0", type: RaBaseDashboardTemplate, inputs: { dashboardId: ["dashboard-id", "dashboardId"], globalFilter: ["global-filter", "globalFilter"], initialize: "initialize" }, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaBaseDashboardTemplate, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.1", type: RaBaseDashboardTemplate, inputs: { dashboardId: ["dashboard-id", "dashboardId"], globalFilter: ["global-filter", "globalFilter"], initialize: "initialize" }, ngImport: i0 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaBaseDashboardTemplate, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaBaseDashboardTemplate, decorators: [{
23
23
  type: Directive
24
24
  }], ctorParameters: () => [{ type: i0.NgZone }], propDecorators: { dashboardId: [{
25
25
  type: Input,
@@ -34,10 +34,10 @@ export class RADashboardEventBus {
34
34
  return event.eventName == eventName && event.key == key && event.value == value;
35
35
  }), map(event => event.data));
36
36
  }
37
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardEventBus, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardEventBus, providedIn: 'root' }); }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardEventBus, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardEventBus, providedIn: 'root' }); }
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardEventBus, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardEventBus, decorators: [{
41
41
  type: Injectable,
42
42
  args: [{
43
43
  providedIn: 'root'
@@ -13,15 +13,15 @@ import { LockTooltip } from './ra-widget-container/lock-tooltip/lock.tooltip.com
13
13
  import * as i0 from "@angular/core";
14
14
  import * as i1 from "angular-notifier";
15
15
  export class DashboardFrameworkModule {
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DashboardFrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
17
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0", ngImport: i0, type: DashboardFrameworkModule, bootstrap: [RADashboardArea], declarations: [RADashboardArea,
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DashboardFrameworkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
17
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.1", ngImport: i0, type: DashboardFrameworkModule, bootstrap: [RADashboardArea], declarations: [RADashboardArea,
18
18
  RAWidgetContainer,
19
19
  LockTooltip], imports: [BrowserModule,
20
20
  GridsterModule,
21
21
  HttpClientModule,
22
22
  NgxUiLoaderModule, i1.NotifierModule, RACommonModule,
23
23
  RACommonControlsModule], exports: [RADashboardArea] }); }
24
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DashboardFrameworkModule, imports: [BrowserModule,
24
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DashboardFrameworkModule, imports: [BrowserModule,
25
25
  GridsterModule,
26
26
  HttpClientModule,
27
27
  NgxUiLoaderModule,
@@ -29,7 +29,7 @@ export class DashboardFrameworkModule {
29
29
  RACommonModule,
30
30
  RACommonControlsModule] }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: DashboardFrameworkModule, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: DashboardFrameworkModule, decorators: [{
33
33
  type: NgModule,
34
34
  args: [{
35
35
  declarations: [
@@ -129,10 +129,10 @@ export class RADashboardResponsiveService {
129
129
  }
130
130
  return height;
131
131
  }
132
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
133
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardResponsiveService, providedIn: "root" }); }
132
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
133
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardResponsiveService, providedIn: "root" }); }
134
134
  }
135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RADashboardResponsiveService, decorators: [{
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RADashboardResponsiveService, decorators: [{
136
136
  type: Injectable,
137
137
  args: [{ providedIn: "root" }]
138
138
  }], ctorParameters: () => [] });
@@ -65,10 +65,10 @@ export class RaDashboardService extends BaseService {
65
65
  /** To Copy Current widget with same configuration*/
66
66
  copyWidget(widgetInfo) {
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaDashboardService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
69
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaDashboardService, providedIn: 'root' }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaDashboardService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
69
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaDashboardService, providedIn: 'root' }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImport: i0, type: RaDashboardService, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.1", ngImport: i0, type: RaDashboardService, decorators: [{
72
72
  type: Injectable,
73
73
  args: [{
74
74
  providedIn: 'root'