@schneideress/dashboardframework 0.0.9 → 0.0.11
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 +85 -48
- 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/custom.notifier.options.js +46 -0
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +15 -5
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +31 -20
- package/esm2015/lib/ra.dashboard.module.js +5 -2
- package/esm2015/lib/ra.dashboard.service.js +1 -8
- package/esm2015/lib/ra.event.enum.js +3 -1
- package/esm2015/schneideress-dashboardframework.js +2 -1
- package/esm5/lib/custom.notifier.options.js +46 -0
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +14 -5
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +30 -27
- package/esm5/lib/ra.dashboard.module.js +5 -2
- package/esm5/lib/ra.dashboard.service.js +1 -14
- package/esm5/lib/ra.event.enum.js +3 -1
- package/esm5/schneideress-dashboardframework.js +2 -1
- package/fesm2015/schneideress-dashboardframework.js +84 -32
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +82 -45
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/custom.notifier.options.d.ts +2 -0
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +3 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +4 -4
- package/lib/ra.dashboard.service.d.ts +0 -2
- package/lib/ra.event.enum.d.ts +3 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.d.ts +1 -0
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ess-util'), require('rxjs/operators'), require('ngx-ui-loader'), require('@angular/platform-browser'), require('@angular/common/http'), require('@angular/common')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ess-util', 'rxjs/operators', 'ngx-ui-loader', '@angular/platform-browser', '@angular/common/http', '@angular/common'], factory) :
|
|
4
|
-
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global.essUtil, global.rxjs.operators, global.ngxUiLoader, global.ng.platformBrowser, global.ng.common.http, global.ng.common));
|
|
5
|
-
}(this, function (exports, core, rxjs, essUtil, operators, ngxUiLoader, platformBrowser, http, common) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ess-util'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@angular/platform-browser'), require('@angular/common/http'), require('@angular/common')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ess-util', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@angular/platform-browser', '@angular/common/http', '@angular/common'], factory) :
|
|
4
|
+
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global.essUtil, global.rxjs.operators, global.ngxUiLoader, global.angularNotifier, global.ng.platformBrowser, global.ng.common.http, global.ng.common));
|
|
5
|
+
}(this, function (exports, core, rxjs, essUtil, operators, ngxUiLoader, angularNotifier, platformBrowser, http, common) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -239,19 +239,6 @@
|
|
|
239
239
|
*/
|
|
240
240
|
function (widgetInfo) {
|
|
241
241
|
};
|
|
242
|
-
/** To Collapse current widget*/
|
|
243
|
-
/**
|
|
244
|
-
* To Collapse current widget
|
|
245
|
-
* @param {?} widgetInfo
|
|
246
|
-
* @return {?}
|
|
247
|
-
*/
|
|
248
|
-
RaDashboardService.prototype.collapse = /**
|
|
249
|
-
* To Collapse current widget
|
|
250
|
-
* @param {?} widgetInfo
|
|
251
|
-
* @return {?}
|
|
252
|
-
*/
|
|
253
|
-
function (widgetInfo) {
|
|
254
|
-
};
|
|
255
242
|
RaDashboardService.decorators = [
|
|
256
243
|
{ type: core.Injectable, args: [{
|
|
257
244
|
providedIn: 'root'
|
|
@@ -406,6 +393,8 @@
|
|
|
406
393
|
LoadDashboard: "LoadDashboard",
|
|
407
394
|
/** triggers when user clicks on copywidget */
|
|
408
395
|
CopyWidget: "CopyWidget",
|
|
396
|
+
/**triggers when user clicks on Move widget */
|
|
397
|
+
MoveWidget: "MoveWidget",
|
|
409
398
|
};
|
|
410
399
|
/** @enum {string} */
|
|
411
400
|
var RAEventKey = {
|
|
@@ -511,10 +500,11 @@
|
|
|
511
500
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
512
501
|
*/
|
|
513
502
|
var RADashboardArea = /** @class */ (function () {
|
|
514
|
-
function RADashboardArea(dashboardService, ngZone, ngxService) {
|
|
503
|
+
function RADashboardArea(dashboardService, ngZone, ngxService, notifier) {
|
|
515
504
|
this.dashboardService = dashboardService;
|
|
516
505
|
this.ngZone = ngZone;
|
|
517
506
|
this.ngxService = ngxService;
|
|
507
|
+
this.notifier = notifier;
|
|
518
508
|
this.widgetList = Array();
|
|
519
509
|
this.gridheight = 300;
|
|
520
510
|
this.widgetHeight = 20;
|
|
@@ -699,6 +689,7 @@
|
|
|
699
689
|
if (widget.length > 0) {
|
|
700
690
|
this.widgetList.splice(this.widgetList.indexOf(widget[0]), 1);
|
|
701
691
|
this.setAreaHeight();
|
|
692
|
+
this.notifier.notify('success', "Widget (" + widget[0].widgetInfo.widgetTitle + ") deleted successfully!");
|
|
702
693
|
}
|
|
703
694
|
};
|
|
704
695
|
/**To add widget instance to the database with the next available position and to make changes in
|
|
@@ -742,7 +733,7 @@
|
|
|
742
733
|
gridsterItem = _this.mapObjectsToGridsterItem(widget);
|
|
743
734
|
_this.widgetList.push(gridsterItem);
|
|
744
735
|
_this.setAreaHeight();
|
|
745
|
-
|
|
736
|
+
//this.ngxService.stop();
|
|
746
737
|
}));
|
|
747
738
|
};
|
|
748
739
|
/**To map IwidgetInfo object to gridsterItem */
|
|
@@ -830,7 +821,7 @@
|
|
|
830
821
|
RADashboardArea.decorators = [
|
|
831
822
|
{ type: core.Component, args: [{
|
|
832
823
|
selector: 'ra-dashboard-area',
|
|
833
|
-
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</div>\r\n\r\n",
|
|
824
|
+
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",
|
|
834
825
|
styles: ["gridster{width:inherit;resize:height;display:flex;min-height:600px}gridster-item{border:1px solid #ccc;background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
|
|
835
826
|
}] }
|
|
836
827
|
];
|
|
@@ -838,7 +829,8 @@
|
|
|
838
829
|
RADashboardArea.ctorParameters = function () { return [
|
|
839
830
|
{ type: RaDashboardService },
|
|
840
831
|
{ type: core.NgZone },
|
|
841
|
-
{ type: ngxUiLoader.NgxUiLoaderService }
|
|
832
|
+
{ type: ngxUiLoader.NgxUiLoaderService },
|
|
833
|
+
{ type: angularNotifier.NotifierService }
|
|
842
834
|
]; };
|
|
843
835
|
RADashboardArea.propDecorators = {
|
|
844
836
|
userDashboardId: [{ type: core.Input, args: ['user-dashboard-id',] }],
|
|
@@ -857,9 +849,10 @@
|
|
|
857
849
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
858
850
|
*/
|
|
859
851
|
var RAWidgetContainer = /** @class */ (function () {
|
|
860
|
-
function RAWidgetContainer(dashboardService, ngxService) {
|
|
852
|
+
function RAWidgetContainer(dashboardService, ngxService, notifier) {
|
|
861
853
|
this.dashboardService = dashboardService;
|
|
862
854
|
this.ngxService = ngxService;
|
|
855
|
+
this.notifier = notifier;
|
|
863
856
|
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
864
857
|
this.widgetDeleted = new core.EventEmitter();
|
|
865
858
|
}
|
|
@@ -942,24 +935,26 @@
|
|
|
942
935
|
*/
|
|
943
936
|
function (status) {
|
|
944
937
|
widgetContainerContext.ngxService.stop();
|
|
945
|
-
{
|
|
938
|
+
if (status) {
|
|
946
939
|
widgetContainerContext.widgetDeleted.emit(_this.data.widgetInfo.widgetInstanceId);
|
|
947
940
|
}
|
|
941
|
+
else {
|
|
942
|
+
widgetContainerContext.notifier.notify('error', "Failed to remove widget (" + _this.data.widgetInfo.widgetTitle + ")!");
|
|
943
|
+
}
|
|
948
944
|
}));
|
|
949
945
|
};
|
|
950
946
|
/** To Move or change position if current widget container*/
|
|
951
947
|
/**
|
|
952
948
|
* To Move or change position if current widget container
|
|
953
|
-
* @param {?} widgetInfo
|
|
954
949
|
* @return {?}
|
|
955
950
|
*/
|
|
956
951
|
RAWidgetContainer.prototype.moveWidget = /**
|
|
957
952
|
* To Move or change position if current widget container
|
|
958
|
-
* @param {?} widgetInfo
|
|
959
953
|
* @return {?}
|
|
960
954
|
*/
|
|
961
|
-
function (
|
|
962
|
-
this.
|
|
955
|
+
function () {
|
|
956
|
+
this.raDashboardEventBus.publish(RAEvent.MoveWidget, this.data.widgetInfo);
|
|
957
|
+
// this.dashboardService.moveWidget(widgetInfo);
|
|
963
958
|
};
|
|
964
959
|
/** To Copy Current widget with same configuration*/
|
|
965
960
|
/**
|
|
@@ -974,20 +969,6 @@
|
|
|
974
969
|
this.raDashboardEventBus.publish(RAEvent.CopyWidget, this.data.widgetInfo);
|
|
975
970
|
//this.dashboardService.copyWidget(widgetInfo);
|
|
976
971
|
};
|
|
977
|
-
/** To Collapse current widget*/
|
|
978
|
-
/**
|
|
979
|
-
* To Collapse current widget
|
|
980
|
-
* @param {?} widgetInfo
|
|
981
|
-
* @return {?}
|
|
982
|
-
*/
|
|
983
|
-
RAWidgetContainer.prototype.collapse = /**
|
|
984
|
-
* To Collapse current widget
|
|
985
|
-
* @param {?} widgetInfo
|
|
986
|
-
* @return {?}
|
|
987
|
-
*/
|
|
988
|
-
function (widgetInfo) {
|
|
989
|
-
this.dashboardService.collapse(widgetInfo);
|
|
990
|
-
};
|
|
991
972
|
/**
|
|
992
973
|
* @param {?} config
|
|
993
974
|
* @return {?}
|
|
@@ -1045,7 +1026,13 @@
|
|
|
1045
1026
|
widgetConfigFilter.appConfig = _this.appConfig;
|
|
1046
1027
|
widgetConfigFilter.widgetInfo = (/** @type {?} */ ({}));
|
|
1047
1028
|
widgetConfigFilter.widgetInfo.widgetName = widgetInfo.widgetName;
|
|
1048
|
-
widgetContainer.widgetElement.loadContent(widgetConfigFilter
|
|
1029
|
+
widgetContainer.widgetElement.loadContent(widgetConfigFilter);
|
|
1030
|
+
widgetContainer.widgetElement.addEventListener('load-data-initiated', (/**
|
|
1031
|
+
* @param {?} hidePanel
|
|
1032
|
+
* @return {?}
|
|
1033
|
+
*/
|
|
1034
|
+
function (hidePanel) {
|
|
1035
|
+
}));
|
|
1049
1036
|
}), 2000);
|
|
1050
1037
|
}));
|
|
1051
1038
|
};
|
|
@@ -1064,21 +1051,23 @@
|
|
|
1064
1051
|
/** @type {?} */
|
|
1065
1052
|
var widgetConfigFilter = (/** @type {?} */ ({
|
|
1066
1053
|
config: widgetInfo.widgetConfigInfo.config,
|
|
1067
|
-
globalFilter: this.globalFilter
|
|
1054
|
+
globalFilter: this.globalFilter,
|
|
1055
|
+
appConfig: this.appConfig
|
|
1068
1056
|
}));
|
|
1069
|
-
this.widgetElement.loadContent(widgetConfigFilter
|
|
1057
|
+
this.widgetElement.loadContent(widgetConfigFilter);
|
|
1070
1058
|
};
|
|
1071
1059
|
RAWidgetContainer.decorators = [
|
|
1072
1060
|
{ type: core.Component, args: [{
|
|
1073
1061
|
selector: 'ra-widget-container',
|
|
1074
|
-
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.title?data.widgetInfo.title:\"Title\"}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content\">\r\n <a (click)=\"editWidget()\">Edit</a>\r\n <a (click)=\"copyWidget()\">Copy</a>\r\n <a (click)=\"moveWidget(
|
|
1075
|
-
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{display:none;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content,.wc-wrapper:hover .dropdown{display:block}.dropdown:hover .dropbtn{color:#2b7797}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}"]
|
|
1062
|
+
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.title?data.widgetInfo.title:\"Title\"}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content\">\r\n <a (click)=\"editWidget()\">Edit</a>\r\n <a (click)=\"copyWidget()\">Copy</a>\r\n <a (click)=\"moveWidget()\">Move</a> \r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">Delete</a>\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\">\r\n <div class=\"wcBodyBorder\" #ctlWidget></div>\r\n </div>\r\n</div>\r\n",
|
|
1063
|
+
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{display:none;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content,.wc-wrapper:hover .dropdown{display:block}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}"]
|
|
1076
1064
|
}] }
|
|
1077
1065
|
];
|
|
1078
1066
|
/** @nocollapse */
|
|
1079
1067
|
RAWidgetContainer.ctorParameters = function () { return [
|
|
1080
1068
|
{ type: RaDashboardService },
|
|
1081
|
-
{ type: ngxUiLoader.NgxUiLoaderService }
|
|
1069
|
+
{ type: ngxUiLoader.NgxUiLoaderService },
|
|
1070
|
+
{ type: angularNotifier.NotifierService }
|
|
1082
1071
|
]; };
|
|
1083
1072
|
RAWidgetContainer.propDecorators = {
|
|
1084
1073
|
ctlWidget: [{ type: core.ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
@@ -1092,6 +1081,52 @@
|
|
|
1092
1081
|
return RAWidgetContainer;
|
|
1093
1082
|
}());
|
|
1094
1083
|
|
|
1084
|
+
/**
|
|
1085
|
+
* @fileoverview added by tsickle
|
|
1086
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1087
|
+
*/
|
|
1088
|
+
/** @type {?} */
|
|
1089
|
+
var customNotifierOptions = {
|
|
1090
|
+
position: {
|
|
1091
|
+
horizontal: {
|
|
1092
|
+
position: 'right',
|
|
1093
|
+
distance: 12
|
|
1094
|
+
},
|
|
1095
|
+
vertical: {
|
|
1096
|
+
position: 'top',
|
|
1097
|
+
distance: 12,
|
|
1098
|
+
gap: 10
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
1101
|
+
theme: 'material',
|
|
1102
|
+
behaviour: {
|
|
1103
|
+
autoHide: 5000,
|
|
1104
|
+
onClick: 'hide',
|
|
1105
|
+
onMouseover: 'pauseAutoHide',
|
|
1106
|
+
showDismissButton: true,
|
|
1107
|
+
stacking: 4
|
|
1108
|
+
},
|
|
1109
|
+
animations: {
|
|
1110
|
+
enabled: true,
|
|
1111
|
+
show: {
|
|
1112
|
+
preset: 'slide',
|
|
1113
|
+
speed: 300,
|
|
1114
|
+
easing: 'ease'
|
|
1115
|
+
},
|
|
1116
|
+
hide: {
|
|
1117
|
+
preset: 'fade',
|
|
1118
|
+
speed: 300,
|
|
1119
|
+
easing: 'ease',
|
|
1120
|
+
offset: 50
|
|
1121
|
+
},
|
|
1122
|
+
shift: {
|
|
1123
|
+
speed: 300,
|
|
1124
|
+
easing: 'ease'
|
|
1125
|
+
},
|
|
1126
|
+
overlap: 150
|
|
1127
|
+
}
|
|
1128
|
+
};
|
|
1129
|
+
|
|
1095
1130
|
/**
|
|
1096
1131
|
* @fileoverview added by tsickle
|
|
1097
1132
|
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
@@ -5607,7 +5642,8 @@
|
|
|
5607
5642
|
platformBrowser.BrowserModule,
|
|
5608
5643
|
GridsterModule,
|
|
5609
5644
|
http.HttpClientModule,
|
|
5610
|
-
ngxUiLoader.NgxUiLoaderModule
|
|
5645
|
+
ngxUiLoader.NgxUiLoaderModule,
|
|
5646
|
+
angularNotifier.NotifierModule.withConfig(customNotifierOptions)
|
|
5611
5647
|
],
|
|
5612
5648
|
exports: [
|
|
5613
5649
|
RADashboardArea
|
|
@@ -5693,6 +5729,7 @@
|
|
|
5693
5729
|
exports.ɵb = GridsterComponent;
|
|
5694
5730
|
exports.ɵc = GridsterItemComponent;
|
|
5695
5731
|
exports.ɵd = GridsterPreviewComponent;
|
|
5732
|
+
exports.ɵe = customNotifierOptions;
|
|
5696
5733
|
|
|
5697
5734
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5698
5735
|
|