@schneideress/dashboardframework 0.0.201 → 0.0.203
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 +92 -83
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +11 -11
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +1 -1
- package/esm2015/gridster/lib/gridster.component.js +1 -1
- package/esm2015/gridster/lib/gridster.interface.js +1 -1
- package/esm2015/gridster/lib/gridster.module.js +1 -1
- package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
- package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm2015/lib/custom.notifier.options.js +1 -1
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +8 -7
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +13 -4
- package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
- package/esm2015/lib/ra.base.dashboard.template.js +1 -1
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +1 -1
- package/esm2015/lib/ra.dashboard.responsive.service.js +5 -4
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm2015/lib/ra.event.enum.js +1 -1
- package/esm2015/lib/ra.gridster.config.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/schneideress-dashboardframework.js +1 -1
- package/esm5/gridster/index.js +1 -1
- package/esm5/gridster/lib/gridster.component.js +1 -1
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +1 -1
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +8 -7
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +16 -4
- package/esm5/lib/ra.base.dashboard.filter.js +1 -1
- package/esm5/lib/ra.base.dashboard.template.js +1 -1
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +1 -1
- package/esm5/lib/ra.dashboard.responsive.service.js +34 -33
- package/esm5/lib/ra.dashboard.service.js +1 -1
- package/esm5/lib/ra.event.enum.js +1 -1
- package/esm5/lib/ra.gridster.config.js +1 -1
- package/esm5/public-api.js +1 -1
- package/esm5/schneideress-dashboardframework.js +1 -1
- package/fesm2015/schneideress-dashboardframework.js +51 -40
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +83 -69
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +4 -2
- package/lib/ra.dashboard.responsive.service.d.ts +1 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -15,7 +15,7 @@ import { RACommonControlsModule } from '@schneideress/common-controls';
|
|
|
15
15
|
/**
|
|
16
16
|
* @fileoverview added by tsickle
|
|
17
17
|
* Generated from: lib/ra.dashboard.service.ts
|
|
18
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
18
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
19
19
|
*/
|
|
20
20
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
21
21
|
__extends(RaDashboardService, _super);
|
|
@@ -231,7 +231,7 @@ if (false) {
|
|
|
231
231
|
/**
|
|
232
232
|
* @fileoverview added by tsickle
|
|
233
233
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
234
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
234
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
235
235
|
*/
|
|
236
236
|
var RADashboardEventBus = /** @class */ (function () {
|
|
237
237
|
function RADashboardEventBus() {
|
|
@@ -352,7 +352,7 @@ if (false) {
|
|
|
352
352
|
/**
|
|
353
353
|
* @fileoverview added by tsickle
|
|
354
354
|
* Generated from: lib/ra.event.enum.ts
|
|
355
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
355
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
356
356
|
*/
|
|
357
357
|
/** @enum {string} */
|
|
358
358
|
var RAEvent = {
|
|
@@ -411,7 +411,7 @@ var RAEventKey = {
|
|
|
411
411
|
/**
|
|
412
412
|
* @fileoverview added by tsickle
|
|
413
413
|
* Generated from: lib/ra.gridster.config.ts
|
|
414
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
414
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
415
415
|
*/
|
|
416
416
|
/** @type {?} */
|
|
417
417
|
var GridsterConfigDefaultSettings = {
|
|
@@ -473,7 +473,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
473
473
|
/**
|
|
474
474
|
* @fileoverview added by tsickle
|
|
475
475
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
476
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
476
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
477
477
|
*/
|
|
478
478
|
var RADashboardResponsiveService = /** @class */ (function () {
|
|
479
479
|
function RADashboardResponsiveService() {
|
|
@@ -555,37 +555,38 @@ var RADashboardResponsiveService = /** @class */ (function () {
|
|
|
555
555
|
enumerable: true,
|
|
556
556
|
configurable: true
|
|
557
557
|
});
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
558
|
+
/**
|
|
559
|
+
* @param {?} isWidgetMgmnt
|
|
560
|
+
* @return {?}
|
|
561
|
+
*/
|
|
562
|
+
RADashboardResponsiveService.prototype.getGridsterConfig = /**
|
|
563
|
+
* @param {?} isWidgetMgmnt
|
|
564
|
+
* @return {?}
|
|
565
|
+
*/
|
|
566
|
+
function (isWidgetMgmnt) {
|
|
567
|
+
/** @type {?} */
|
|
568
|
+
var config = GridsterConfigDefaultSettings;
|
|
569
|
+
config.minCols = this.currentResInfo.maxCols;
|
|
570
|
+
config.maxCols = this.currentResInfo.maxCols;
|
|
571
|
+
config.minRows = this.currentResInfo.minCols;
|
|
572
|
+
config.maxItemCols = this.currentResInfo.maxCols;
|
|
573
|
+
config.minItemCols = this.currentResInfo.minCols;
|
|
574
|
+
config.minItemRows = this.currentResInfo.minCols;
|
|
575
|
+
config.minItemArea = this.currentResInfo.minCols * this.currentResInfo.minCols;
|
|
576
|
+
config.defaultItemCols = this.currentResInfo.minCols;
|
|
577
|
+
config.defaultItemRows = this.currentResInfo.minCols;
|
|
578
|
+
if (!this.IsDesktopView || !isWidgetMgmnt) {
|
|
579
|
+
config.resizable.enabled = false;
|
|
580
|
+
config.swap = false;
|
|
581
|
+
config.draggable.enabled = false;
|
|
582
|
+
}
|
|
583
|
+
else {
|
|
584
|
+
config.resizable.enabled = true;
|
|
585
|
+
config.swap = true;
|
|
586
|
+
config.draggable.enabled = true;
|
|
587
|
+
}
|
|
588
|
+
return config;
|
|
589
|
+
};
|
|
589
590
|
/**To map IwidgetInfo object to gridsterItem */
|
|
590
591
|
/**
|
|
591
592
|
* To map IwidgetInfo object to gridsterItem
|
|
@@ -716,7 +717,7 @@ if (false) {
|
|
|
716
717
|
/**
|
|
717
718
|
* @fileoverview added by tsickle
|
|
718
719
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
719
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
720
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
720
721
|
*/
|
|
721
722
|
var RADashboardArea = /** @class */ (function () {
|
|
722
723
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier, responsiveService, permissionService) {
|
|
@@ -734,7 +735,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
734
735
|
this.isWidgetLoaded = false;
|
|
735
736
|
this.domResized = false;
|
|
736
737
|
this.showEmptyDashboard = false;
|
|
737
|
-
this.
|
|
738
|
+
this.isWidgetMgmnt = false;
|
|
738
739
|
this.widgetHeight = 2;
|
|
739
740
|
this.widgetWidth = 4;
|
|
740
741
|
this.hideDashboardBanner = new EventEmitter();
|
|
@@ -784,7 +785,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
784
785
|
* @return {?}
|
|
785
786
|
*/
|
|
786
787
|
function (changes) {
|
|
787
|
-
this.
|
|
788
|
+
this.isWidgetMgmnt = this.permissionService.hasPermission('ra.widgetmanagement');
|
|
788
789
|
if (this.raDashboardEventBus && this.appConfig && !this.isWidgetLoaded) {
|
|
789
790
|
this.isWidgetLoaded = true;
|
|
790
791
|
this.loadWidgets(this.userDashboardId, this.areaKey);
|
|
@@ -805,7 +806,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
805
806
|
function () {
|
|
806
807
|
var _this = this;
|
|
807
808
|
/**To override default configuration values to the gridster control */
|
|
808
|
-
this.options = this.responsiveService.
|
|
809
|
+
this.options = this.responsiveService.getGridsterConfig(this.isWidgetMgmnt);
|
|
809
810
|
this.options.initCallback = (/**
|
|
810
811
|
* @param {?} gridster
|
|
811
812
|
* @return {?}
|
|
@@ -1111,6 +1112,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1111
1112
|
if (_this.options.api) {
|
|
1112
1113
|
curRowHeight = _this.options.api.getCurrentRowHeight();
|
|
1113
1114
|
}
|
|
1115
|
+
_this.showEmptyDashboard = _this.userWidgets.length > 0 ? false : true;
|
|
1114
1116
|
_this.widgetList.forEach((/**
|
|
1115
1117
|
* @param {?} t
|
|
1116
1118
|
* @return {?}
|
|
@@ -1410,7 +1412,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1410
1412
|
RADashboardArea.decorators = [
|
|
1411
1413
|
{ type: Component, args: [{
|
|
1412
1414
|
selector: 'ra-dashboard-area',
|
|
1413
|
-
template: "<div #gridWrapper class=\"wrap gridster gridster-mobile\" [ngStyle]=\"{'height': userWidgets.length > 0 ? (gridheight + 'px') : 'unset'}\">\r\n <!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\" *ngIf=\"userWidgets.length > 0\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\"\r\n (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\" [global-filter]=\"globalFilter\"\r\n [grid-cell-height]=\"gridcellHeight\" *ngIf=\"gridcellHeight && gridcellHeight > 0\" [widget-width]=\"item.cols\"\r\n [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\">\r\n </ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n\r\n <div class=\"empty-padding kiosk-hide\" *ngIf=\"showEmptyDashboard\">\r\n <div class=\"empty-wrapper\">\r\n <div></div>\r\n <div class=\"m-1 empty-prefix\">\r\n <i class=\"fal fa-edit edit-icon\"></i>\r\n <span class=\"empty-title\">{{'dashboard.emptydashboard'|translate}}</span>\r\n </div>\r\n <div class=\"empty-content light\">\r\n <div>\r\n <div class=\"col-sm-12 empty-msg\">\r\n {{'dashboard.emptydashboardmessage'|translate}} <br />\r\n {{'dashboard.emptydashboardmessage2'|translate}}\r\n </div>\r\n <button *ngIf=\"
|
|
1415
|
+
template: "<div #gridWrapper class=\"wrap gridster gridster-mobile\" [ngStyle]=\"{'height': userWidgets.length > 0 ? (gridheight + 'px') : 'unset'}\">\r\n <!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\" *ngIf=\"userWidgets.length > 0\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\"\r\n (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\" [global-filter]=\"globalFilter\"\r\n [grid-cell-height]=\"gridcellHeight\" *ngIf=\"gridcellHeight && gridcellHeight > 0\" [widget-width]=\"item.cols\"\r\n [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\">\r\n </ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n\r\n <div class=\"empty-padding kiosk-hide\" *ngIf=\"showEmptyDashboard\">\r\n <div class=\"empty-wrapper\">\r\n <div></div>\r\n <div class=\"m-1 empty-prefix\">\r\n <i class=\"fal fa-edit edit-icon\"></i>\r\n <span class=\"empty-title\">{{'dashboard.emptydashboard'|translate}}</span>\r\n </div>\r\n <div class=\"empty-content light\">\r\n <div>\r\n <div class=\"col-sm-12 empty-msg\">\r\n {{'dashboard.emptydashboardmessage'|translate}} <br />\r\n {{'dashboard.emptydashboardmessage2'|translate}}\r\n </div>\r\n <button *ngIf=\"isWidgetMgmnt\" class=\"btn btnLib btn-sm m-1 dashboard-button light\" (click)=\"addNewWidget()\">\r\n <i class=\"fal fa-plus m-1\"></i>{{'dashboard.addawidgets'|translate}}</button>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <notifier-container></notifier-container>\r\n</div>",
|
|
1414
1416
|
styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}@media screen and (max-width:685px){.gridster-mobile{height:auto!important;margin-bottom:50px!important}}@media screen and (max-width:350px){.gridster-mobile{min-height:330px!important;margin-bottom:0!important}}.empty-padding{padding:40px 20px 20px;background-color:#ededed;display:flex;justify-content:center;align-content:center}.empty-wrapper{display:flex;background-color:#fff;border-radius:8px;min-height:125px;width:72%}.empty-prefix{color:#32ad3c;font-size:18px;display:flex;align-items:center;padding:10px 30px;min-width:-webkit-max-content;min-width:max-content;min-width:-moz-max-content}.empty-content{color:#333;border-left:1px solid #a9afb1;width:100%;display:flex;align-items:center;padding:15px 30px 10px 40px}.empty-msg{padding:0 0 5px;font-size:16px}.dashboard-button{padding:5px 10px 5px 5px!important}.btnLib{background-color:#ededed;color:#333!important}.btn-group-sm>.btn,.btn-sm{padding:5px 20px 5px 5px}.edit-icon{color:#32ad3c;font-size:24px;margin-right:15px}.empty-title{margin-top:10px}@media screen and (max-width:600px){.empty-padding{padding:10px;background-color:#ededed;width:100%;display:block}.empty-wrapper{display:flex;background-color:#fff;border-radius:8px;min-height:125px;width:100%}.empty-prefix{color:#32ad3c;font-size:16px;display:flex;height:40px;padding:6px 10px 8px}.empty-content{color:#333;display:flex;padding:5px 10px 10px;margin-top:44px;margin-left:-185px;border-left:none}.empty-msg{padding:12px 10px 10px 5px;font-size:14px;border-top:1px solid #a9afb1}.edit-icon{color:#32ad3c;font-size:20px;margin-right:6px}.empty-title{margin-top:6px}}"]
|
|
1415
1417
|
}] }
|
|
1416
1418
|
];
|
|
@@ -1483,7 +1485,7 @@ if (false) {
|
|
|
1483
1485
|
/** @type {?} */
|
|
1484
1486
|
RADashboardArea.prototype.showEmptyDashboard;
|
|
1485
1487
|
/** @type {?} */
|
|
1486
|
-
RADashboardArea.prototype.
|
|
1488
|
+
RADashboardArea.prototype.isWidgetMgmnt;
|
|
1487
1489
|
/** @type {?} */
|
|
1488
1490
|
RADashboardArea.prototype.userDashboardId;
|
|
1489
1491
|
/** @type {?} */
|
|
@@ -1542,7 +1544,7 @@ if (false) {
|
|
|
1542
1544
|
/**
|
|
1543
1545
|
* @fileoverview added by tsickle
|
|
1544
1546
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1545
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1547
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1546
1548
|
*/
|
|
1547
1549
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1548
1550
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
@@ -1613,6 +1615,15 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1613
1615
|
enumerable: true,
|
|
1614
1616
|
configurable: true
|
|
1615
1617
|
});
|
|
1618
|
+
/**
|
|
1619
|
+
* @return {?}
|
|
1620
|
+
*/
|
|
1621
|
+
RAWidgetContainer.prototype.ngOnInit = /**
|
|
1622
|
+
* @return {?}
|
|
1623
|
+
*/
|
|
1624
|
+
function () {
|
|
1625
|
+
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
1626
|
+
};
|
|
1616
1627
|
Object.defineProperty(RAWidgetContainer.prototype, "widgetViewState", {
|
|
1617
1628
|
get: /**
|
|
1618
1629
|
* @return {?}
|
|
@@ -1808,7 +1819,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1808
1819
|
widgetContainerContext.widgetDeleted.emit(_this.data.widgetInfo.widgetInstanceId);
|
|
1809
1820
|
}
|
|
1810
1821
|
else {
|
|
1811
|
-
widgetContainerContext.notifier.notify('error', " " + _this.translateService.translate('FailedToRemoveWidget') + " (" + _this.data.widgetInfo.widgetTitle + ")!");
|
|
1822
|
+
widgetContainerContext.notifier.notify('error', " " + _this.translateService.translate('FailedToRemoveWidget') + " (" + _this.translateService.translate('Common.' + _this.data.widgetInfo.widgetTitle, true) + ")!");
|
|
1812
1823
|
}
|
|
1813
1824
|
}));
|
|
1814
1825
|
};
|
|
@@ -2140,6 +2151,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2140
2151
|
return __generator(this, function (_a) {
|
|
2141
2152
|
switch (_a.label) {
|
|
2142
2153
|
case 0:
|
|
2154
|
+
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
2143
2155
|
widgetInfo.rowHeight = this.gridCellHeight;
|
|
2144
2156
|
this.setNotConfiguredState(widgetInfo);
|
|
2145
2157
|
widgetContainerContext = this;
|
|
@@ -2526,7 +2538,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2526
2538
|
RAWidgetContainer.decorators = [
|
|
2527
2539
|
{ type: Component, args: [{
|
|
2528
2540
|
selector: 'ra-widget-container',
|
|
2529
|
-
template: "<div #wcWrapper class=\"wc-wrapper\" (mouseenter)=\"mouseHover(true)\" (mouseleave)=\"mouseHover(false)\"\r\n [ngStyle]=\"{'margin-left': noPadding?'0px':'15px','margin-right': noPadding?'0px':'15px'}\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isWidgetStateApplicable}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\r\n <div style=\"display:flex;margin-top:10px;\"\r\n [ngStyle]=\"{'margin-left': noPadding?'15px':'0px','margin-right': noPadding?'15px':'0px'}\">\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{
|
|
2541
|
+
template: "<div #wcWrapper class=\"wc-wrapper\" (mouseenter)=\"mouseHover(true)\" (mouseleave)=\"mouseHover(false)\"\r\n [ngStyle]=\"{'margin-left': noPadding?'0px':'15px','margin-right': noPadding?'0px':'15px'}\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isWidgetStateApplicable}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\r\n <div style=\"display:flex;margin-top:10px;\"\r\n [ngStyle]=\"{'margin-left': noPadding?'15px':'0px','margin-right': noPadding?'15px':'0px'}\">\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{WidgetDisplayName}}</div>\r\n </ra-tooltip>\r\n </div>\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-lock-icon lock-dropdown\" [hidden]=\"!lockDetails && !lockTemplateInfo\">\r\n <i class=\"fal fa-lock lock\"></i>\r\n <div class=\"lock-dropdown-content light widget-config-item\">\r\n <div *ngIf=\"lockDetails && !lockTemplateInfo\">\r\n <label style=\"color: #D9F0FA;\">\r\n {{'Common.lockedfields'|translate}}\r\n </label>\r\n <div style=\"color: white;\">\r\n <label class=\"bold\" style=\"margin-bottom: 0px;width: 100%;\" *ngFor=\"let item of lockDetails\">\r\n {{item}}\r\n </label>\r\n </div>\r\n <hr>\r\n <div style=\"color: #D9F0FA;\">\r\n <label>{{'Common.lockedfieldseditinfo'|translate}}</label>\r\n </div>\r\n </div>\r\n <div *ngIf=\"!lockDetails && lockTemplateInfo\">\r\n <ng-container *ngTemplateOutlet=\"lockTemplateInfo\">\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"widget-menu\" style=\"width:10px;\" [ngClass]=\"{'widget-menu-show': isMouseHover}\">\r\n <div class=\"dropbtn title-bar-icon\">\r\n <i (click)=\"showDropDown($event)\" #widgetDropdown class=\"fal fa-ellipsis-v widget-menu-ellipse\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" [ngStyle]=\"{'bottom': noPadding?'0px':'10px'}\">\r\n <div [hidden]=\"isWidgetStateApplicable\" class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <div class=\"wc\" [hidden]=\"isWidgetStateApplicable\">\r\n <div #ctlWidget></div>\r\n </div>\r\n <div *ngIf=\"isWidgetStateApplicable\" class=\"defaultConfig\">\r\n <ra-widget-state style=\"width: 100%;\" [isWidgetStateApplicable]=\"isWidgetStateApplicable\" [isGlobalFilterApplied]=\"isGlobalFilterApplied\"\r\n [widgetEmptyState]=\"widgetEmptyState\" (editWidgetClicked)=editWidget()>\r\n </ra-widget-state>\r\n </div>\r\n <div>\r\n </div>\r\n </div>\r\n</div>"
|
|
2530
2542
|
}] }
|
|
2531
2543
|
];
|
|
2532
2544
|
/** @nocollapse */
|
|
@@ -2681,6 +2693,8 @@ if (false) {
|
|
|
2681
2693
|
RAWidgetContainer.prototype.baseUrl;
|
|
2682
2694
|
/** @type {?} */
|
|
2683
2695
|
RAWidgetContainer.prototype.isWidgetMgmnt;
|
|
2696
|
+
/** @type {?} */
|
|
2697
|
+
RAWidgetContainer.prototype.WidgetDisplayName;
|
|
2684
2698
|
/**
|
|
2685
2699
|
* @type {?}
|
|
2686
2700
|
* @private
|
|
@@ -2721,7 +2735,7 @@ if (false) {
|
|
|
2721
2735
|
/**
|
|
2722
2736
|
* @fileoverview added by tsickle
|
|
2723
2737
|
* Generated from: lib/custom.notifier.options.ts
|
|
2724
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2738
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2725
2739
|
*/
|
|
2726
2740
|
/** @type {?} */
|
|
2727
2741
|
var customNotifierOptions = {
|
|
@@ -2768,7 +2782,7 @@ var customNotifierOptions = {
|
|
|
2768
2782
|
/**
|
|
2769
2783
|
* @fileoverview added by tsickle
|
|
2770
2784
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
2771
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2785
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2772
2786
|
*/
|
|
2773
2787
|
/** @enum {string} */
|
|
2774
2788
|
var GridType = {
|
|
@@ -2985,7 +2999,7 @@ if (false) {
|
|
|
2985
2999
|
/**
|
|
2986
3000
|
* @fileoverview added by tsickle
|
|
2987
3001
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
2988
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3002
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2989
3003
|
*/
|
|
2990
3004
|
/** @type {?} */
|
|
2991
3005
|
var GridsterConfigService = {
|
|
@@ -3164,7 +3178,7 @@ var GridsterConfigService = {
|
|
|
3164
3178
|
/**
|
|
3165
3179
|
* @fileoverview added by tsickle
|
|
3166
3180
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
3167
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3181
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3168
3182
|
*/
|
|
3169
3183
|
var GridsterUtils = /** @class */ (function () {
|
|
3170
3184
|
function GridsterUtils() {
|
|
@@ -3340,7 +3354,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
3340
3354
|
/**
|
|
3341
3355
|
* @fileoverview added by tsickle
|
|
3342
3356
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3343
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3357
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3344
3358
|
*/
|
|
3345
3359
|
/**
|
|
3346
3360
|
* @abstract
|
|
@@ -3431,7 +3445,7 @@ if (false) {
|
|
|
3431
3445
|
/**
|
|
3432
3446
|
* @fileoverview added by tsickle
|
|
3433
3447
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3434
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3448
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3435
3449
|
*/
|
|
3436
3450
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
3437
3451
|
function GridsterEmptyCell(gridster) {
|
|
@@ -3786,7 +3800,7 @@ if (false) {
|
|
|
3786
3800
|
/**
|
|
3787
3801
|
* @fileoverview added by tsickle
|
|
3788
3802
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
3789
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3803
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3790
3804
|
*/
|
|
3791
3805
|
var GridsterCompact = /** @class */ (function () {
|
|
3792
3806
|
function GridsterCompact(gridster) {
|
|
@@ -4036,7 +4050,7 @@ if (false) {
|
|
|
4036
4050
|
/**
|
|
4037
4051
|
* @fileoverview added by tsickle
|
|
4038
4052
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
4039
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4053
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4040
4054
|
*/
|
|
4041
4055
|
var GridsterRenderer = /** @class */ (function () {
|
|
4042
4056
|
function GridsterRenderer(gridster) {
|
|
@@ -4355,7 +4369,7 @@ if (false) {
|
|
|
4355
4369
|
/**
|
|
4356
4370
|
* @fileoverview added by tsickle
|
|
4357
4371
|
* Generated from: gridster/lib/gridster.component.ts
|
|
4358
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4372
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4359
4373
|
*/
|
|
4360
4374
|
var GridsterComponent = /** @class */ (function () {
|
|
4361
4375
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -5152,7 +5166,7 @@ if (false) {
|
|
|
5152
5166
|
/**
|
|
5153
5167
|
* @fileoverview added by tsickle
|
|
5154
5168
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
5155
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5169
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5156
5170
|
*/
|
|
5157
5171
|
/**
|
|
5158
5172
|
* @abstract
|
|
@@ -5207,7 +5221,7 @@ if (false) {
|
|
|
5207
5221
|
/**
|
|
5208
5222
|
* @fileoverview added by tsickle
|
|
5209
5223
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
5210
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5224
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5211
5225
|
*/
|
|
5212
5226
|
var GridsterSwap = /** @class */ (function () {
|
|
5213
5227
|
function GridsterSwap(gridsterItem) {
|
|
@@ -5357,7 +5371,7 @@ if (false) {
|
|
|
5357
5371
|
/**
|
|
5358
5372
|
* @fileoverview added by tsickle
|
|
5359
5373
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
5360
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5374
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5361
5375
|
*/
|
|
5362
5376
|
/** @type {?} */
|
|
5363
5377
|
var scrollSensitivity;
|
|
@@ -5553,7 +5567,7 @@ function cancelN() {
|
|
|
5553
5567
|
/**
|
|
5554
5568
|
* @fileoverview added by tsickle
|
|
5555
5569
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
5556
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5570
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5557
5571
|
*/
|
|
5558
5572
|
var GridsterPush = /** @class */ (function () {
|
|
5559
5573
|
function GridsterPush(gridsterItem) {
|
|
@@ -6098,7 +6112,7 @@ if (false) {
|
|
|
6098
6112
|
/**
|
|
6099
6113
|
* @fileoverview added by tsickle
|
|
6100
6114
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
6101
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6115
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6102
6116
|
*/
|
|
6103
6117
|
var GridsterDraggable = /** @class */ (function () {
|
|
6104
6118
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -6640,7 +6654,7 @@ if (false) {
|
|
|
6640
6654
|
/**
|
|
6641
6655
|
* @fileoverview added by tsickle
|
|
6642
6656
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
6643
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6657
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6644
6658
|
*/
|
|
6645
6659
|
var GridsterPushResize = /** @class */ (function () {
|
|
6646
6660
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -7060,7 +7074,7 @@ if (false) {
|
|
|
7060
7074
|
/**
|
|
7061
7075
|
* @fileoverview added by tsickle
|
|
7062
7076
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
7063
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7077
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7064
7078
|
*/
|
|
7065
7079
|
var GridsterResizable = /** @class */ (function () {
|
|
7066
7080
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -7682,7 +7696,7 @@ if (false) {
|
|
|
7682
7696
|
/**
|
|
7683
7697
|
* @fileoverview added by tsickle
|
|
7684
7698
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
7685
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7699
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7686
7700
|
*/
|
|
7687
7701
|
var GridsterItemComponent = /** @class */ (function () {
|
|
7688
7702
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -7915,7 +7929,7 @@ if (false) {
|
|
|
7915
7929
|
/**
|
|
7916
7930
|
* @fileoverview added by tsickle
|
|
7917
7931
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
7918
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7932
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7919
7933
|
*/
|
|
7920
7934
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
7921
7935
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -7983,7 +7997,7 @@ if (false) {
|
|
|
7983
7997
|
/**
|
|
7984
7998
|
* @fileoverview added by tsickle
|
|
7985
7999
|
* Generated from: gridster/lib/gridster.module.ts
|
|
7986
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8000
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7987
8001
|
*/
|
|
7988
8002
|
var GridsterModule = /** @class */ (function () {
|
|
7989
8003
|
function GridsterModule() {
|
|
@@ -8009,7 +8023,7 @@ var GridsterModule = /** @class */ (function () {
|
|
|
8009
8023
|
/**
|
|
8010
8024
|
* @fileoverview added by tsickle
|
|
8011
8025
|
* Generated from: lib/ra.dashboard.module.ts
|
|
8012
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8026
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8013
8027
|
*/
|
|
8014
8028
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
8015
8029
|
function DashboardFrameworkModule() {
|
|
@@ -8042,7 +8056,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
8042
8056
|
/**
|
|
8043
8057
|
* @fileoverview added by tsickle
|
|
8044
8058
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
8045
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8059
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8046
8060
|
*/
|
|
8047
8061
|
/**
|
|
8048
8062
|
* @abstract
|
|
@@ -8115,7 +8129,7 @@ if (false) {
|
|
|
8115
8129
|
/**
|
|
8116
8130
|
* @fileoverview added by tsickle
|
|
8117
8131
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
8118
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8132
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8119
8133
|
*/
|
|
8120
8134
|
/**
|
|
8121
8135
|
* @abstract
|
|
@@ -8209,13 +8223,13 @@ if (false) {
|
|
|
8209
8223
|
/**
|
|
8210
8224
|
* @fileoverview added by tsickle
|
|
8211
8225
|
* Generated from: public-api.ts
|
|
8212
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8226
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8213
8227
|
*/
|
|
8214
8228
|
|
|
8215
8229
|
/**
|
|
8216
8230
|
* @fileoverview added by tsickle
|
|
8217
8231
|
* Generated from: schneideress-dashboardframework.ts
|
|
8218
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8232
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8219
8233
|
*/
|
|
8220
8234
|
|
|
8221
8235
|
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RADashboardResponsiveService, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
|