@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
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
}(this, (function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, common, userControls, commonControls) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation.
|
|
8
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
12
17
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
18
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
+
and limitations under the License.
|
|
20
20
|
***************************************************************************** */
|
|
21
21
|
/* global Reflect, Promise */
|
|
22
22
|
|
|
@@ -109,13 +109,8 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
function __createBinding(o, m, k, k2) {
|
|
113
|
-
if (k2 === undefined) k2 = k;
|
|
114
|
-
o[k2] = m[k];
|
|
115
|
-
}
|
|
116
|
-
|
|
117
112
|
function __exportStar(m, exports) {
|
|
118
|
-
for (var p in m) if (
|
|
113
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
119
114
|
}
|
|
120
115
|
|
|
121
116
|
function __values(o) {
|
|
@@ -226,7 +221,7 @@
|
|
|
226
221
|
/**
|
|
227
222
|
* @fileoverview added by tsickle
|
|
228
223
|
* Generated from: lib/ra.dashboard.service.ts
|
|
229
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
224
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
230
225
|
*/
|
|
231
226
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
232
227
|
__extends(RaDashboardService, _super);
|
|
@@ -442,7 +437,7 @@
|
|
|
442
437
|
/**
|
|
443
438
|
* @fileoverview added by tsickle
|
|
444
439
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
445
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
440
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
446
441
|
*/
|
|
447
442
|
var RADashboardEventBus = /** @class */ (function () {
|
|
448
443
|
function RADashboardEventBus() {
|
|
@@ -563,7 +558,7 @@
|
|
|
563
558
|
/**
|
|
564
559
|
* @fileoverview added by tsickle
|
|
565
560
|
* Generated from: lib/ra.event.enum.ts
|
|
566
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
561
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
567
562
|
*/
|
|
568
563
|
/** @enum {string} */
|
|
569
564
|
var RAEvent = {
|
|
@@ -622,7 +617,7 @@
|
|
|
622
617
|
/**
|
|
623
618
|
* @fileoverview added by tsickle
|
|
624
619
|
* Generated from: lib/ra.gridster.config.ts
|
|
625
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
620
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
626
621
|
*/
|
|
627
622
|
/** @type {?} */
|
|
628
623
|
var GridsterConfigDefaultSettings = {
|
|
@@ -684,7 +679,7 @@
|
|
|
684
679
|
/**
|
|
685
680
|
* @fileoverview added by tsickle
|
|
686
681
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
687
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
682
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
688
683
|
*/
|
|
689
684
|
var RADashboardResponsiveService = /** @class */ (function () {
|
|
690
685
|
function RADashboardResponsiveService() {
|
|
@@ -766,37 +761,38 @@
|
|
|
766
761
|
enumerable: true,
|
|
767
762
|
configurable: true
|
|
768
763
|
});
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
764
|
+
/**
|
|
765
|
+
* @param {?} isWidgetMgmnt
|
|
766
|
+
* @return {?}
|
|
767
|
+
*/
|
|
768
|
+
RADashboardResponsiveService.prototype.getGridsterConfig = /**
|
|
769
|
+
* @param {?} isWidgetMgmnt
|
|
770
|
+
* @return {?}
|
|
771
|
+
*/
|
|
772
|
+
function (isWidgetMgmnt) {
|
|
773
|
+
/** @type {?} */
|
|
774
|
+
var config = GridsterConfigDefaultSettings;
|
|
775
|
+
config.minCols = this.currentResInfo.maxCols;
|
|
776
|
+
config.maxCols = this.currentResInfo.maxCols;
|
|
777
|
+
config.minRows = this.currentResInfo.minCols;
|
|
778
|
+
config.maxItemCols = this.currentResInfo.maxCols;
|
|
779
|
+
config.minItemCols = this.currentResInfo.minCols;
|
|
780
|
+
config.minItemRows = this.currentResInfo.minCols;
|
|
781
|
+
config.minItemArea = this.currentResInfo.minCols * this.currentResInfo.minCols;
|
|
782
|
+
config.defaultItemCols = this.currentResInfo.minCols;
|
|
783
|
+
config.defaultItemRows = this.currentResInfo.minCols;
|
|
784
|
+
if (!this.IsDesktopView || !isWidgetMgmnt) {
|
|
785
|
+
config.resizable.enabled = false;
|
|
786
|
+
config.swap = false;
|
|
787
|
+
config.draggable.enabled = false;
|
|
788
|
+
}
|
|
789
|
+
else {
|
|
790
|
+
config.resizable.enabled = true;
|
|
791
|
+
config.swap = true;
|
|
792
|
+
config.draggable.enabled = true;
|
|
793
|
+
}
|
|
794
|
+
return config;
|
|
795
|
+
};
|
|
800
796
|
/**To map IwidgetInfo object to gridsterItem */
|
|
801
797
|
/**
|
|
802
798
|
* To map IwidgetInfo object to gridsterItem
|
|
@@ -927,7 +923,7 @@
|
|
|
927
923
|
/**
|
|
928
924
|
* @fileoverview added by tsickle
|
|
929
925
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
930
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
926
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
931
927
|
*/
|
|
932
928
|
var RADashboardArea = /** @class */ (function () {
|
|
933
929
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier, responsiveService, permissionService) {
|
|
@@ -945,7 +941,7 @@
|
|
|
945
941
|
this.isWidgetLoaded = false;
|
|
946
942
|
this.domResized = false;
|
|
947
943
|
this.showEmptyDashboard = false;
|
|
948
|
-
this.
|
|
944
|
+
this.isWidgetMgmnt = false;
|
|
949
945
|
this.widgetHeight = 2;
|
|
950
946
|
this.widgetWidth = 4;
|
|
951
947
|
this.hideDashboardBanner = new core.EventEmitter();
|
|
@@ -995,7 +991,7 @@
|
|
|
995
991
|
* @return {?}
|
|
996
992
|
*/
|
|
997
993
|
function (changes) {
|
|
998
|
-
this.
|
|
994
|
+
this.isWidgetMgmnt = this.permissionService.hasPermission('ra.widgetmanagement');
|
|
999
995
|
if (this.raDashboardEventBus && this.appConfig && !this.isWidgetLoaded) {
|
|
1000
996
|
this.isWidgetLoaded = true;
|
|
1001
997
|
this.loadWidgets(this.userDashboardId, this.areaKey);
|
|
@@ -1016,7 +1012,7 @@
|
|
|
1016
1012
|
function () {
|
|
1017
1013
|
var _this = this;
|
|
1018
1014
|
/**To override default configuration values to the gridster control */
|
|
1019
|
-
this.options = this.responsiveService.
|
|
1015
|
+
this.options = this.responsiveService.getGridsterConfig(this.isWidgetMgmnt);
|
|
1020
1016
|
this.options.initCallback = (/**
|
|
1021
1017
|
* @param {?} gridster
|
|
1022
1018
|
* @return {?}
|
|
@@ -1322,6 +1318,7 @@
|
|
|
1322
1318
|
if (_this.options.api) {
|
|
1323
1319
|
curRowHeight = _this.options.api.getCurrentRowHeight();
|
|
1324
1320
|
}
|
|
1321
|
+
_this.showEmptyDashboard = _this.userWidgets.length > 0 ? false : true;
|
|
1325
1322
|
_this.widgetList.forEach((/**
|
|
1326
1323
|
* @param {?} t
|
|
1327
1324
|
* @return {?}
|
|
@@ -1621,7 +1618,7 @@
|
|
|
1621
1618
|
RADashboardArea.decorators = [
|
|
1622
1619
|
{ type: core.Component, args: [{
|
|
1623
1620
|
selector: 'ra-dashboard-area',
|
|
1624
|
-
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=\"
|
|
1621
|
+
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>",
|
|
1625
1622
|
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}}"]
|
|
1626
1623
|
}] }
|
|
1627
1624
|
];
|
|
@@ -1694,7 +1691,7 @@
|
|
|
1694
1691
|
/** @type {?} */
|
|
1695
1692
|
RADashboardArea.prototype.showEmptyDashboard;
|
|
1696
1693
|
/** @type {?} */
|
|
1697
|
-
RADashboardArea.prototype.
|
|
1694
|
+
RADashboardArea.prototype.isWidgetMgmnt;
|
|
1698
1695
|
/** @type {?} */
|
|
1699
1696
|
RADashboardArea.prototype.userDashboardId;
|
|
1700
1697
|
/** @type {?} */
|
|
@@ -1753,7 +1750,7 @@
|
|
|
1753
1750
|
/**
|
|
1754
1751
|
* @fileoverview added by tsickle
|
|
1755
1752
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1756
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1753
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1757
1754
|
*/
|
|
1758
1755
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1759
1756
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
@@ -1824,6 +1821,15 @@
|
|
|
1824
1821
|
enumerable: true,
|
|
1825
1822
|
configurable: true
|
|
1826
1823
|
});
|
|
1824
|
+
/**
|
|
1825
|
+
* @return {?}
|
|
1826
|
+
*/
|
|
1827
|
+
RAWidgetContainer.prototype.ngOnInit = /**
|
|
1828
|
+
* @return {?}
|
|
1829
|
+
*/
|
|
1830
|
+
function () {
|
|
1831
|
+
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
1832
|
+
};
|
|
1827
1833
|
Object.defineProperty(RAWidgetContainer.prototype, "widgetViewState", {
|
|
1828
1834
|
get: /**
|
|
1829
1835
|
* @return {?}
|
|
@@ -2019,7 +2025,7 @@
|
|
|
2019
2025
|
widgetContainerContext.widgetDeleted.emit(_this.data.widgetInfo.widgetInstanceId);
|
|
2020
2026
|
}
|
|
2021
2027
|
else {
|
|
2022
|
-
widgetContainerContext.notifier.notify('error', " " + _this.translateService.translate('FailedToRemoveWidget') + " (" + _this.data.widgetInfo.widgetTitle + ")!");
|
|
2028
|
+
widgetContainerContext.notifier.notify('error', " " + _this.translateService.translate('FailedToRemoveWidget') + " (" + _this.translateService.translate('Common.' + _this.data.widgetInfo.widgetTitle, true) + ")!");
|
|
2023
2029
|
}
|
|
2024
2030
|
}));
|
|
2025
2031
|
};
|
|
@@ -2351,6 +2357,7 @@
|
|
|
2351
2357
|
return __generator(this, function (_a) {
|
|
2352
2358
|
switch (_a.label) {
|
|
2353
2359
|
case 0:
|
|
2360
|
+
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
2354
2361
|
widgetInfo.rowHeight = this.gridCellHeight;
|
|
2355
2362
|
this.setNotConfiguredState(widgetInfo);
|
|
2356
2363
|
widgetContainerContext = this;
|
|
@@ -2737,7 +2744,7 @@
|
|
|
2737
2744
|
RAWidgetContainer.decorators = [
|
|
2738
2745
|
{ type: core.Component, args: [{
|
|
2739
2746
|
selector: 'ra-widget-container',
|
|
2740
|
-
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>{{
|
|
2747
|
+
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>"
|
|
2741
2748
|
}] }
|
|
2742
2749
|
];
|
|
2743
2750
|
/** @nocollapse */
|
|
@@ -2892,6 +2899,8 @@
|
|
|
2892
2899
|
RAWidgetContainer.prototype.baseUrl;
|
|
2893
2900
|
/** @type {?} */
|
|
2894
2901
|
RAWidgetContainer.prototype.isWidgetMgmnt;
|
|
2902
|
+
/** @type {?} */
|
|
2903
|
+
RAWidgetContainer.prototype.WidgetDisplayName;
|
|
2895
2904
|
/**
|
|
2896
2905
|
* @type {?}
|
|
2897
2906
|
* @private
|
|
@@ -2932,7 +2941,7 @@
|
|
|
2932
2941
|
/**
|
|
2933
2942
|
* @fileoverview added by tsickle
|
|
2934
2943
|
* Generated from: lib/custom.notifier.options.ts
|
|
2935
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2944
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2936
2945
|
*/
|
|
2937
2946
|
/** @type {?} */
|
|
2938
2947
|
var customNotifierOptions = {
|
|
@@ -2979,7 +2988,7 @@
|
|
|
2979
2988
|
/**
|
|
2980
2989
|
* @fileoverview added by tsickle
|
|
2981
2990
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
2982
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2991
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2983
2992
|
*/
|
|
2984
2993
|
/** @enum {string} */
|
|
2985
2994
|
var GridType = {
|
|
@@ -3196,7 +3205,7 @@
|
|
|
3196
3205
|
/**
|
|
3197
3206
|
* @fileoverview added by tsickle
|
|
3198
3207
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
3199
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3208
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3200
3209
|
*/
|
|
3201
3210
|
/** @type {?} */
|
|
3202
3211
|
var GridsterConfigService = {
|
|
@@ -3375,7 +3384,7 @@
|
|
|
3375
3384
|
/**
|
|
3376
3385
|
* @fileoverview added by tsickle
|
|
3377
3386
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
3378
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3387
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3379
3388
|
*/
|
|
3380
3389
|
var GridsterUtils = /** @class */ (function () {
|
|
3381
3390
|
function GridsterUtils() {
|
|
@@ -3551,7 +3560,7 @@
|
|
|
3551
3560
|
/**
|
|
3552
3561
|
* @fileoverview added by tsickle
|
|
3553
3562
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3554
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3563
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3555
3564
|
*/
|
|
3556
3565
|
/**
|
|
3557
3566
|
* @abstract
|
|
@@ -3642,7 +3651,7 @@
|
|
|
3642
3651
|
/**
|
|
3643
3652
|
* @fileoverview added by tsickle
|
|
3644
3653
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3645
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3654
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3646
3655
|
*/
|
|
3647
3656
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
3648
3657
|
function GridsterEmptyCell(gridster) {
|
|
@@ -3997,7 +4006,7 @@
|
|
|
3997
4006
|
/**
|
|
3998
4007
|
* @fileoverview added by tsickle
|
|
3999
4008
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
4000
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4009
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4001
4010
|
*/
|
|
4002
4011
|
var GridsterCompact = /** @class */ (function () {
|
|
4003
4012
|
function GridsterCompact(gridster) {
|
|
@@ -4247,7 +4256,7 @@
|
|
|
4247
4256
|
/**
|
|
4248
4257
|
* @fileoverview added by tsickle
|
|
4249
4258
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
4250
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4259
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4251
4260
|
*/
|
|
4252
4261
|
var GridsterRenderer = /** @class */ (function () {
|
|
4253
4262
|
function GridsterRenderer(gridster) {
|
|
@@ -4566,7 +4575,7 @@
|
|
|
4566
4575
|
/**
|
|
4567
4576
|
* @fileoverview added by tsickle
|
|
4568
4577
|
* Generated from: gridster/lib/gridster.component.ts
|
|
4569
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4578
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4570
4579
|
*/
|
|
4571
4580
|
var GridsterComponent = /** @class */ (function () {
|
|
4572
4581
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -5363,7 +5372,7 @@
|
|
|
5363
5372
|
/**
|
|
5364
5373
|
* @fileoverview added by tsickle
|
|
5365
5374
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
5366
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5375
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5367
5376
|
*/
|
|
5368
5377
|
/**
|
|
5369
5378
|
* @abstract
|
|
@@ -5418,7 +5427,7 @@
|
|
|
5418
5427
|
/**
|
|
5419
5428
|
* @fileoverview added by tsickle
|
|
5420
5429
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
5421
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5430
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5422
5431
|
*/
|
|
5423
5432
|
var GridsterSwap = /** @class */ (function () {
|
|
5424
5433
|
function GridsterSwap(gridsterItem) {
|
|
@@ -5568,7 +5577,7 @@
|
|
|
5568
5577
|
/**
|
|
5569
5578
|
* @fileoverview added by tsickle
|
|
5570
5579
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
5571
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5580
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5572
5581
|
*/
|
|
5573
5582
|
/** @type {?} */
|
|
5574
5583
|
var scrollSensitivity;
|
|
@@ -5764,7 +5773,7 @@
|
|
|
5764
5773
|
/**
|
|
5765
5774
|
* @fileoverview added by tsickle
|
|
5766
5775
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
5767
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5776
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5768
5777
|
*/
|
|
5769
5778
|
var GridsterPush = /** @class */ (function () {
|
|
5770
5779
|
function GridsterPush(gridsterItem) {
|
|
@@ -6309,7 +6318,7 @@
|
|
|
6309
6318
|
/**
|
|
6310
6319
|
* @fileoverview added by tsickle
|
|
6311
6320
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
6312
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6321
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6313
6322
|
*/
|
|
6314
6323
|
var GridsterDraggable = /** @class */ (function () {
|
|
6315
6324
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -6851,7 +6860,7 @@
|
|
|
6851
6860
|
/**
|
|
6852
6861
|
* @fileoverview added by tsickle
|
|
6853
6862
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
6854
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6863
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6855
6864
|
*/
|
|
6856
6865
|
var GridsterPushResize = /** @class */ (function () {
|
|
6857
6866
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -7271,7 +7280,7 @@
|
|
|
7271
7280
|
/**
|
|
7272
7281
|
* @fileoverview added by tsickle
|
|
7273
7282
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
7274
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7283
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7275
7284
|
*/
|
|
7276
7285
|
var GridsterResizable = /** @class */ (function () {
|
|
7277
7286
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -7893,7 +7902,7 @@
|
|
|
7893
7902
|
/**
|
|
7894
7903
|
* @fileoverview added by tsickle
|
|
7895
7904
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
7896
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7905
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7897
7906
|
*/
|
|
7898
7907
|
var GridsterItemComponent = /** @class */ (function () {
|
|
7899
7908
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -8126,7 +8135,7 @@
|
|
|
8126
8135
|
/**
|
|
8127
8136
|
* @fileoverview added by tsickle
|
|
8128
8137
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
8129
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8138
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8130
8139
|
*/
|
|
8131
8140
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
8132
8141
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -8194,7 +8203,7 @@
|
|
|
8194
8203
|
/**
|
|
8195
8204
|
* @fileoverview added by tsickle
|
|
8196
8205
|
* Generated from: gridster/lib/gridster.module.ts
|
|
8197
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8198
8207
|
*/
|
|
8199
8208
|
var GridsterModule = /** @class */ (function () {
|
|
8200
8209
|
function GridsterModule() {
|
|
@@ -8220,7 +8229,7 @@
|
|
|
8220
8229
|
/**
|
|
8221
8230
|
* @fileoverview added by tsickle
|
|
8222
8231
|
* Generated from: lib/ra.dashboard.module.ts
|
|
8223
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8232
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8224
8233
|
*/
|
|
8225
8234
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
8226
8235
|
function DashboardFrameworkModule() {
|
|
@@ -8253,7 +8262,7 @@
|
|
|
8253
8262
|
/**
|
|
8254
8263
|
* @fileoverview added by tsickle
|
|
8255
8264
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
8256
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8265
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8257
8266
|
*/
|
|
8258
8267
|
/**
|
|
8259
8268
|
* @abstract
|
|
@@ -8326,7 +8335,7 @@
|
|
|
8326
8335
|
/**
|
|
8327
8336
|
* @fileoverview added by tsickle
|
|
8328
8337
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
8329
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8338
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8330
8339
|
*/
|
|
8331
8340
|
/**
|
|
8332
8341
|
* @abstract
|