@schneideress/dashboardframework 0.0.236 → 0.0.238
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 +245 -60
- 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 +1 -1
- package/esm2015/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.js +92 -0
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +86 -11
- 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 +9 -4
- package/esm2015/lib/ra.dashboard.responsive.service.js +1 -1
- 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 +8 -7
- 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 +1 -1
- package/esm5/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.js +103 -0
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +97 -11
- 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 +9 -4
- package/esm5/lib/ra.dashboard.responsive.service.js +1 -1
- 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 +8 -7
- package/fesm2015/schneideress-dashboardframework.js +211 -43
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +232 -43
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/lock-tooltip/lock.tooltip.component.d.ts +17 -0
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +14 -2
- package/package.json +1 -1
- package/schneideress-dashboardframework.d.ts +6 -5
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, EventEmitter, Component, NgZone, Input, Output, ViewChild, Renderer2, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
|
|
2
2
|
import { of, Subject } from 'rxjs';
|
|
3
|
-
import { BaseService, RATranslateService, RAPermissionService, RACommonModule } from '@schneideress/ra-common';
|
|
3
|
+
import { BaseService, RATranslateService, RAPermissionService, DomService, RACommonModule } from '@schneideress/ra-common';
|
|
4
4
|
import { filter, map } from 'rxjs/operators';
|
|
5
5
|
import { NgxUiLoaderService, NgxUiLoaderModule } from 'ngx-ui-loader';
|
|
6
6
|
import { NotifierService, NotifierModule } from 'angular-notifier';
|
|
@@ -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
|
class RaDashboardService extends BaseService {
|
|
21
21
|
/**
|
|
@@ -156,7 +156,7 @@ if (false) {
|
|
|
156
156
|
/**
|
|
157
157
|
* @fileoverview added by tsickle
|
|
158
158
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
159
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
159
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
160
160
|
*/
|
|
161
161
|
class RADashboardEventBus {
|
|
162
162
|
constructor() {
|
|
@@ -238,7 +238,7 @@ if (false) {
|
|
|
238
238
|
/**
|
|
239
239
|
* @fileoverview added by tsickle
|
|
240
240
|
* Generated from: lib/ra.event.enum.ts
|
|
241
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
241
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
242
242
|
*/
|
|
243
243
|
/** @enum {string} */
|
|
244
244
|
const RAEvent = {
|
|
@@ -303,7 +303,7 @@ const RAEventKey = {
|
|
|
303
303
|
/**
|
|
304
304
|
* @fileoverview added by tsickle
|
|
305
305
|
* Generated from: lib/ra.gridster.config.ts
|
|
306
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
306
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
307
307
|
*/
|
|
308
308
|
/** @type {?} */
|
|
309
309
|
const GridsterConfigDefaultSettings = {
|
|
@@ -365,7 +365,7 @@ const GridsterConfigDefaultSettings = {
|
|
|
365
365
|
/**
|
|
366
366
|
* @fileoverview added by tsickle
|
|
367
367
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
368
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
368
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
369
369
|
*/
|
|
370
370
|
class RADashboardResponsiveService {
|
|
371
371
|
constructor() {
|
|
@@ -579,7 +579,7 @@ if (false) {
|
|
|
579
579
|
/**
|
|
580
580
|
* @fileoverview added by tsickle
|
|
581
581
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
582
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
582
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
583
583
|
*/
|
|
584
584
|
class RADashboardArea {
|
|
585
585
|
/**
|
|
@@ -1363,10 +1363,100 @@ if (false) {
|
|
|
1363
1363
|
RADashboardArea.prototype.permissionService;
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
|
+
/**
|
|
1367
|
+
* @fileoverview added by tsickle
|
|
1368
|
+
* Generated from: lib/ra-widget-container/lock-tooltip/lock.tooltip.component.ts
|
|
1369
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1370
|
+
*/
|
|
1371
|
+
class LockTooltip {
|
|
1372
|
+
/**
|
|
1373
|
+
* @param {?} domService
|
|
1374
|
+
*/
|
|
1375
|
+
constructor(domService) {
|
|
1376
|
+
this.domService = domService;
|
|
1377
|
+
}
|
|
1378
|
+
/**
|
|
1379
|
+
* @return {?}
|
|
1380
|
+
*/
|
|
1381
|
+
ngOnInit() {
|
|
1382
|
+
if (this.element) {
|
|
1383
|
+
this.setPopupPosition();
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* @private
|
|
1388
|
+
* @return {?}
|
|
1389
|
+
*/
|
|
1390
|
+
setPopupPosition() {
|
|
1391
|
+
/** @type {?} */
|
|
1392
|
+
let rect = this.element.getBoundingClientRect();
|
|
1393
|
+
if ((rect.left + 250) > window.innerWidth) {
|
|
1394
|
+
this.containerLeft = (rect.left - ((rect.left + 270) - window.innerWidth)) + 'px';
|
|
1395
|
+
}
|
|
1396
|
+
else {
|
|
1397
|
+
this.containerLeft = rect.left + 'px';
|
|
1398
|
+
}
|
|
1399
|
+
if (rect.bottom + 100 < window.innerHeight) {
|
|
1400
|
+
this.containerTop = (rect.bottom) + 'px';
|
|
1401
|
+
this.containerBottom = null;
|
|
1402
|
+
}
|
|
1403
|
+
else {
|
|
1404
|
+
this.containerTop = null;
|
|
1405
|
+
this.containerBottom = (window.innerHeight - rect.top) + 'px';
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
/**
|
|
1409
|
+
* @param {?} comp
|
|
1410
|
+
* @return {?}
|
|
1411
|
+
*/
|
|
1412
|
+
removeMe(comp) {
|
|
1413
|
+
setTimeout((/**
|
|
1414
|
+
* @return {?}
|
|
1415
|
+
*/
|
|
1416
|
+
() => {
|
|
1417
|
+
this.domService.removeComponent(comp);
|
|
1418
|
+
}));
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
LockTooltip.decorators = [
|
|
1422
|
+
{ type: Component, args: [{
|
|
1423
|
+
selector: 'ra-lock-tooltip',
|
|
1424
|
+
template: "<div class=\"lock-popup-content light widget-config-item\"\r\n [ngStyle]=\"{'top': containerTop,'bottom':containerBottom,'position':'fixed','left':containerLeft,'z-index': '9999','width':'250px','min-height':'fit-content'}\">\r\n <div *ngIf=\"data && !template\">\r\n <label style=\"color: #D9F0FA;\">\r\n {{title}}:\r\n </label>\r\n <div style=\"color: white;\">\r\n <label class=\"bold\" style=\"margin-bottom: 0px;width: 100%;\" *ngFor=\"let item of data\">\r\n {{item}}\r\n </label>\r\n </div>\r\n <hr style=\"background-color: white;\">\r\n <div style=\"color: #D9F0FA;\">\r\n <label>{{footer}}</label>\r\n </div>\r\n </div>\r\n <div *ngIf=\"!data && template\">\r\n <ng-container *ngTemplateOutlet=\"template\">\r\n </ng-container>\r\n </div>\r\n</div>",
|
|
1425
|
+
styles: [".lock-popup-content{margin-top:8px;position:absolute;right:0;top:79%;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:899;font-size:12px;min-width:220px!important;min-height:112px;background-color:#219bfd;opacity:.9;padding:15px;color:#fff}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}"]
|
|
1426
|
+
}] }
|
|
1427
|
+
];
|
|
1428
|
+
/** @nocollapse */
|
|
1429
|
+
LockTooltip.ctorParameters = () => [
|
|
1430
|
+
{ type: DomService }
|
|
1431
|
+
];
|
|
1432
|
+
if (false) {
|
|
1433
|
+
/** @type {?} */
|
|
1434
|
+
LockTooltip.prototype.element;
|
|
1435
|
+
/** @type {?} */
|
|
1436
|
+
LockTooltip.prototype.title;
|
|
1437
|
+
/** @type {?} */
|
|
1438
|
+
LockTooltip.prototype.data;
|
|
1439
|
+
/** @type {?} */
|
|
1440
|
+
LockTooltip.prototype.footer;
|
|
1441
|
+
/** @type {?} */
|
|
1442
|
+
LockTooltip.prototype.template;
|
|
1443
|
+
/** @type {?} */
|
|
1444
|
+
LockTooltip.prototype.containerLeft;
|
|
1445
|
+
/** @type {?} */
|
|
1446
|
+
LockTooltip.prototype.containerTop;
|
|
1447
|
+
/** @type {?} */
|
|
1448
|
+
LockTooltip.prototype.containerBottom;
|
|
1449
|
+
/**
|
|
1450
|
+
* @type {?}
|
|
1451
|
+
* @private
|
|
1452
|
+
*/
|
|
1453
|
+
LockTooltip.prototype.domService;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1366
1456
|
/**
|
|
1367
1457
|
* @fileoverview added by tsickle
|
|
1368
1458
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1369
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1459
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1370
1460
|
*/
|
|
1371
1461
|
class RAWidgetContainer {
|
|
1372
1462
|
/**
|
|
@@ -1377,8 +1467,9 @@ class RAWidgetContainer {
|
|
|
1377
1467
|
* @param {?} notifier
|
|
1378
1468
|
* @param {?} renderer
|
|
1379
1469
|
* @param {?} raPermissionService
|
|
1470
|
+
* @param {?} domService
|
|
1380
1471
|
*/
|
|
1381
|
-
constructor(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
1472
|
+
constructor(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService, domService) {
|
|
1382
1473
|
this.dashboardService = dashboardService;
|
|
1383
1474
|
this.ngxService = ngxService;
|
|
1384
1475
|
this.translateService = translateService;
|
|
@@ -1386,6 +1477,7 @@ class RAWidgetContainer {
|
|
|
1386
1477
|
this.notifier = notifier;
|
|
1387
1478
|
this.renderer = renderer;
|
|
1388
1479
|
this.raPermissionService = raPermissionService;
|
|
1480
|
+
this.domService = domService;
|
|
1389
1481
|
this.showPanel = true;
|
|
1390
1482
|
this.isWidgetLoaded = false;
|
|
1391
1483
|
this.lockClass = "unlocked";
|
|
@@ -1453,6 +1545,10 @@ class RAWidgetContainer {
|
|
|
1453
1545
|
*/
|
|
1454
1546
|
ngOnInit() {
|
|
1455
1547
|
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
1548
|
+
this.lockIconTitle = this.translateService.translate('Common.lockedfields');
|
|
1549
|
+
this.lockIconFooter = this.translateService.translate('Common.lockedfieldseditinfo');
|
|
1550
|
+
this.inapplicableIconTitle = this.translateService.translate('Common.InapplicableFilters');
|
|
1551
|
+
this.inapplicableIconFooter = this.translateService.translate('Common.InapplicableFiltersDesc');
|
|
1456
1552
|
}
|
|
1457
1553
|
/**
|
|
1458
1554
|
* @return {?}
|
|
@@ -1543,6 +1639,7 @@ class RAWidgetContainer {
|
|
|
1543
1639
|
*/
|
|
1544
1640
|
() => {
|
|
1545
1641
|
this.removeMenu();
|
|
1642
|
+
this.closePopup();
|
|
1546
1643
|
}));
|
|
1547
1644
|
setTimeout((/**
|
|
1548
1645
|
* @return {?}
|
|
@@ -1650,8 +1747,6 @@ class RAWidgetContainer {
|
|
|
1650
1747
|
*/
|
|
1651
1748
|
visitPage() {
|
|
1652
1749
|
this.baseUrl = this.getHostUrl();
|
|
1653
|
-
if (this.data.widgetInfo.widgetType == 'AV Widget')
|
|
1654
|
-
this.baseUrl = '';
|
|
1655
1750
|
/** @type {?} */
|
|
1656
1751
|
let url = this.baseUrl + this.detailPageUrl;
|
|
1657
1752
|
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
@@ -1755,7 +1850,6 @@ class RAWidgetContainer {
|
|
|
1755
1850
|
* @return {?}
|
|
1756
1851
|
*/
|
|
1757
1852
|
() => __awaiter(this, void 0, void 0, function* () {
|
|
1758
|
-
console.log('widget inititated listener triggered');
|
|
1759
1853
|
this.widgetElement.addEventListener('on-widget-respond', (/**
|
|
1760
1854
|
* @param {?} e
|
|
1761
1855
|
* @return {?}
|
|
@@ -2079,7 +2173,15 @@ class RAWidgetContainer {
|
|
|
2079
2173
|
this.addEventListener('wcMoveWidget', this.moveWidget);
|
|
2080
2174
|
this.addEventListener('wcWidgetDelete', this.deleteWidget);
|
|
2081
2175
|
}
|
|
2082
|
-
|
|
2176
|
+
/** @type {?} */
|
|
2177
|
+
let customPageParams = false;
|
|
2178
|
+
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
2179
|
+
this.widgetSettings = this.getParsedConfig(this.data.widgetInfo.widgetSettings);
|
|
2180
|
+
if (this.widgetSettings.customPageParams) {
|
|
2181
|
+
customPageParams = true;
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
if (this.detailPageUrl || customPageParams) {
|
|
2083
2185
|
this.addEventListener('wcVisitWidget', this.visitPage);
|
|
2084
2186
|
}
|
|
2085
2187
|
if (this.isChartDownloadVisible) {
|
|
@@ -2147,7 +2249,15 @@ class RAWidgetContainer {
|
|
|
2147
2249
|
settings += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
|
|
2148
2250
|
settings += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);
|
|
2149
2251
|
}
|
|
2150
|
-
|
|
2252
|
+
/** @type {?} */
|
|
2253
|
+
let customPageParams = false;
|
|
2254
|
+
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
2255
|
+
this.widgetSettings = this.getParsedConfig(this.data.widgetInfo.widgetSettings);
|
|
2256
|
+
if (this.widgetSettings.customPageParams) {
|
|
2257
|
+
customPageParams = true;
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
if (this.detailPageUrl || customPageParams) {
|
|
2151
2261
|
settings += '<a style="max-height: 30px;align-items: center;align-content: center; display: flex;" id="wcVisitWidget">';
|
|
2152
2262
|
settings += '<i style="padding-left: 4px;font-size: 27px !important;" class="fal fa-angle-right"></i> ';
|
|
2153
2263
|
settings += '<span style="padding-left: 11px;margin-top: 2px;" style="padding-left: 6px;">';
|
|
@@ -2281,11 +2391,41 @@ class RAWidgetContainer {
|
|
|
2281
2391
|
}
|
|
2282
2392
|
this.updateAppliedFilters.emit(widgetData);
|
|
2283
2393
|
}
|
|
2394
|
+
/**
|
|
2395
|
+
* @param {?} title
|
|
2396
|
+
* @param {?} data
|
|
2397
|
+
* @param {?} footer
|
|
2398
|
+
* @param {?} type
|
|
2399
|
+
* @param {?=} template
|
|
2400
|
+
* @return {?}
|
|
2401
|
+
*/
|
|
2402
|
+
openPopup(title, data, footer, type, template = undefined) {
|
|
2403
|
+
/** @type {?} */
|
|
2404
|
+
let props = {};
|
|
2405
|
+
if (type == 'innaplicable' && this.banPopupDiv)
|
|
2406
|
+
props.element = this.banPopupDiv.nativeElement;
|
|
2407
|
+
if (type == 'lock' && this.lockPopupDiv)
|
|
2408
|
+
props.element = this.lockPopupDiv.nativeElement;
|
|
2409
|
+
props.title = title;
|
|
2410
|
+
props.data = data;
|
|
2411
|
+
props.footer = footer;
|
|
2412
|
+
if (template)
|
|
2413
|
+
props.template = template;
|
|
2414
|
+
this.currentComponent = this.domService.appendComponent(LockTooltip, document.body, props);
|
|
2415
|
+
this.popupInstance = (/** @type {?} */ (this.currentComponent.instance));
|
|
2416
|
+
}
|
|
2417
|
+
/**
|
|
2418
|
+
* @return {?}
|
|
2419
|
+
*/
|
|
2420
|
+
closePopup() {
|
|
2421
|
+
if (this.currentComponent)
|
|
2422
|
+
this.popupInstance.removeMe(this.currentComponent);
|
|
2423
|
+
}
|
|
2284
2424
|
}
|
|
2285
2425
|
RAWidgetContainer.decorators = [
|
|
2286
2426
|
{ type: Component, args: [{
|
|
2287
2427
|
selector: 'ra-widget-container',
|
|
2288
|
-
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\" *ngIf=\"!hideTitle\"\r\n [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-9 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div [hidden]=\"hideTitle\" style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\"\r\n (mouseover)=\"mouseOver($event)\" #searchInput>{{WidgetDisplayName}}</div>\r\n </ra-tooltip>\r\n </div>\r\n <div class=\"col-3\" 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]=\"!inapplicableFilters || inapplicableFilters.length == 0 || !globalFilter || globalFilter == '{}'\">\r\n <i class=\"fal fa-ban lock\"></i
|
|
2428
|
+
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\" *ngIf=\"!hideTitle\"\r\n [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-9 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div [hidden]=\"hideTitle\" style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\"\r\n (mouseover)=\"mouseOver($event)\" #searchInput>{{WidgetDisplayName}}</div>\r\n </ra-tooltip>\r\n </div>\r\n <div class=\"col-3\" style=\"cursor:default;padding-right: 0px;\"> \r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div #banPopupDiv (mouseover)=\"openPopup(inapplicableIconTitle,inapplicableFilters,inapplicableIconFooter,'innaplicable')\" (mouseout)=\"closePopup()\" class=\"title-bar-lock-icon lock-dropdown\" [hidden]=\"!inapplicableFilters || inapplicableFilters.length == 0 || !globalFilter || globalFilter == '{}'\">\r\n <i class=\"fal fa-ban lock\"></i> \r\n </div>\r\n <div #lockPopupDiv (mouseover)=\"openPopup(lockIconTitle,lockDetails,lockIconFooter,'lock',lockTemplateInfo)\" (mouseout)=\"closePopup()\" class=\"title-bar-lock-icon lock-dropdown\" [hidden]=\"!lockDetails && !lockTemplateInfo\">\r\n <i class=\"fal fa-lock lock\"></i> \r\n </div>\r\n <div class=\"widget-menu\" style=\"width:10px;\"\r\n [ngClass]=\"{'widget-menu-show': isMouseHover && showSettingsLink}\">\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 *ngIf=\"hideTitle\" class=\"wcheader widget-move\"\r\n style=\"height: 45px;width: 95%;cursor: move;z-index: 99;opacity: 0;\">\r\n </div>\r\n <div *ngIf=\"hideTitle\" class=\"widget-menu widget-menu-title-hidden\" [ngClass]=\"{'widget-menu-show': isMouseHover && showSettingsLink}\">\r\n <div class=\"dropbtn title-bar-icon\">\r\n <i (click)=\"showDropDown($event)\" class=\"fal fa-ellipsis-v\" style=\"text-align: center;\"></i>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" [ngStyle]=\"{'bottom': noPadding?'0px':'10px','top':hideTitle?'10px':'46px'}\">\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%;height: 100%;\" [isWidgetStateApplicable]=\"isWidgetStateApplicable\"\r\n [isGlobalFilterApplied]=\"isGlobalFilterApplied\" [widgetEmptyState]=\"widgetEmptyState\"\r\n (editWidgetClicked)=editWidget() [widthCol]=\"width\" [heightCol]=\"height\">\r\n </ra-widget-state>\r\n </div>\r\n <div>\r\n </div>\r\n </div>\r\n</div>"
|
|
2289
2429
|
}] }
|
|
2290
2430
|
];
|
|
2291
2431
|
/** @nocollapse */
|
|
@@ -2296,13 +2436,16 @@ RAWidgetContainer.ctorParameters = () => [
|
|
|
2296
2436
|
{ type: NgZone },
|
|
2297
2437
|
{ type: NotifierService },
|
|
2298
2438
|
{ type: Renderer2 },
|
|
2299
|
-
{ type: RAPermissionService }
|
|
2439
|
+
{ type: RAPermissionService },
|
|
2440
|
+
{ type: DomService }
|
|
2300
2441
|
];
|
|
2301
2442
|
RAWidgetContainer.propDecorators = {
|
|
2302
2443
|
ctlWidget: [{ type: ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
2303
2444
|
widgetDropdown: [{ type: ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
2304
2445
|
searchInput: [{ type: ViewChild, args: ['searchInput', { static: false },] }],
|
|
2305
2446
|
wcWrapper: [{ type: ViewChild, args: ['wcWrapper', { static: false },] }],
|
|
2447
|
+
banPopupDiv: [{ type: ViewChild, args: ['banPopupDiv', { static: false },] }],
|
|
2448
|
+
lockPopupDiv: [{ type: ViewChild, args: ['lockPopupDiv', { static: false },] }],
|
|
2306
2449
|
widgetInstanceId: [{ type: Input, args: ['widget-instance-id',] }],
|
|
2307
2450
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
2308
2451
|
data: [{ type: Input, args: ['data',] }],
|
|
@@ -2406,6 +2549,18 @@ if (false) {
|
|
|
2406
2549
|
/** @type {?} */
|
|
2407
2550
|
RAWidgetContainer.prototype.inapplicableFilters;
|
|
2408
2551
|
/** @type {?} */
|
|
2552
|
+
RAWidgetContainer.prototype.popupInstance;
|
|
2553
|
+
/** @type {?} */
|
|
2554
|
+
RAWidgetContainer.prototype.currentComponent;
|
|
2555
|
+
/** @type {?} */
|
|
2556
|
+
RAWidgetContainer.prototype.lockIconTitle;
|
|
2557
|
+
/** @type {?} */
|
|
2558
|
+
RAWidgetContainer.prototype.lockIconFooter;
|
|
2559
|
+
/** @type {?} */
|
|
2560
|
+
RAWidgetContainer.prototype.inapplicableIconTitle;
|
|
2561
|
+
/** @type {?} */
|
|
2562
|
+
RAWidgetContainer.prototype.inapplicableIconFooter;
|
|
2563
|
+
/** @type {?} */
|
|
2409
2564
|
RAWidgetContainer.prototype.ctlWidget;
|
|
2410
2565
|
/** @type {?} */
|
|
2411
2566
|
RAWidgetContainer.prototype.widgetDropdown;
|
|
@@ -2414,6 +2569,10 @@ if (false) {
|
|
|
2414
2569
|
/** @type {?} */
|
|
2415
2570
|
RAWidgetContainer.prototype.wcWrapper;
|
|
2416
2571
|
/** @type {?} */
|
|
2572
|
+
RAWidgetContainer.prototype.banPopupDiv;
|
|
2573
|
+
/** @type {?} */
|
|
2574
|
+
RAWidgetContainer.prototype.lockPopupDiv;
|
|
2575
|
+
/** @type {?} */
|
|
2417
2576
|
RAWidgetContainer.prototype.widgetInstanceId;
|
|
2418
2577
|
/** @type {?} */
|
|
2419
2578
|
RAWidgetContainer.prototype.globalFilter;
|
|
@@ -2492,12 +2651,17 @@ if (false) {
|
|
|
2492
2651
|
* @private
|
|
2493
2652
|
*/
|
|
2494
2653
|
RAWidgetContainer.prototype.raPermissionService;
|
|
2654
|
+
/**
|
|
2655
|
+
* @type {?}
|
|
2656
|
+
* @private
|
|
2657
|
+
*/
|
|
2658
|
+
RAWidgetContainer.prototype.domService;
|
|
2495
2659
|
}
|
|
2496
2660
|
|
|
2497
2661
|
/**
|
|
2498
2662
|
* @fileoverview added by tsickle
|
|
2499
2663
|
* Generated from: lib/custom.notifier.options.ts
|
|
2500
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2664
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2501
2665
|
*/
|
|
2502
2666
|
/** @type {?} */
|
|
2503
2667
|
const customNotifierOptions = {
|
|
@@ -2544,7 +2708,7 @@ const customNotifierOptions = {
|
|
|
2544
2708
|
/**
|
|
2545
2709
|
* @fileoverview added by tsickle
|
|
2546
2710
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
2547
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2711
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2548
2712
|
*/
|
|
2549
2713
|
/** @enum {string} */
|
|
2550
2714
|
const GridType = {
|
|
@@ -2761,7 +2925,7 @@ if (false) {
|
|
|
2761
2925
|
/**
|
|
2762
2926
|
* @fileoverview added by tsickle
|
|
2763
2927
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
2764
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2928
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2765
2929
|
*/
|
|
2766
2930
|
/** @type {?} */
|
|
2767
2931
|
const GridsterConfigService = {
|
|
@@ -2940,7 +3104,7 @@ const GridsterConfigService = {
|
|
|
2940
3104
|
/**
|
|
2941
3105
|
* @fileoverview added by tsickle
|
|
2942
3106
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
2943
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3107
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2944
3108
|
*/
|
|
2945
3109
|
class GridsterUtils {
|
|
2946
3110
|
/**
|
|
@@ -3077,7 +3241,7 @@ GridsterUtils.decorators = [
|
|
|
3077
3241
|
/**
|
|
3078
3242
|
* @fileoverview added by tsickle
|
|
3079
3243
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3080
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3244
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3081
3245
|
*/
|
|
3082
3246
|
/**
|
|
3083
3247
|
* @abstract
|
|
@@ -3162,7 +3326,7 @@ if (false) {
|
|
|
3162
3326
|
/**
|
|
3163
3327
|
* @fileoverview added by tsickle
|
|
3164
3328
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3165
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3329
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3166
3330
|
*/
|
|
3167
3331
|
class GridsterEmptyCell {
|
|
3168
3332
|
/**
|
|
@@ -3477,7 +3641,7 @@ if (false) {
|
|
|
3477
3641
|
/**
|
|
3478
3642
|
* @fileoverview added by tsickle
|
|
3479
3643
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
3480
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3644
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3481
3645
|
*/
|
|
3482
3646
|
class GridsterCompact {
|
|
3483
3647
|
/**
|
|
@@ -3698,7 +3862,7 @@ if (false) {
|
|
|
3698
3862
|
/**
|
|
3699
3863
|
* @fileoverview added by tsickle
|
|
3700
3864
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
3701
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3865
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3702
3866
|
*/
|
|
3703
3867
|
class GridsterRenderer {
|
|
3704
3868
|
/**
|
|
@@ -3973,7 +4137,7 @@ if (false) {
|
|
|
3973
4137
|
/**
|
|
3974
4138
|
* @fileoverview added by tsickle
|
|
3975
4139
|
* Generated from: gridster/lib/gridster.component.ts
|
|
3976
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4140
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3977
4141
|
*/
|
|
3978
4142
|
class GridsterComponent {
|
|
3979
4143
|
/**
|
|
@@ -4668,7 +4832,7 @@ if (false) {
|
|
|
4668
4832
|
/**
|
|
4669
4833
|
* @fileoverview added by tsickle
|
|
4670
4834
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
4671
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4835
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4672
4836
|
*/
|
|
4673
4837
|
/**
|
|
4674
4838
|
* @abstract
|
|
@@ -4717,7 +4881,7 @@ if (false) {
|
|
|
4717
4881
|
/**
|
|
4718
4882
|
* @fileoverview added by tsickle
|
|
4719
4883
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
4720
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4884
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4721
4885
|
*/
|
|
4722
4886
|
class GridsterSwap {
|
|
4723
4887
|
/**
|
|
@@ -4850,7 +5014,7 @@ if (false) {
|
|
|
4850
5014
|
/**
|
|
4851
5015
|
* @fileoverview added by tsickle
|
|
4852
5016
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
4853
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5017
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4854
5018
|
*/
|
|
4855
5019
|
/** @type {?} */
|
|
4856
5020
|
let scrollSensitivity;
|
|
@@ -5046,7 +5210,7 @@ function cancelN() {
|
|
|
5046
5210
|
/**
|
|
5047
5211
|
* @fileoverview added by tsickle
|
|
5048
5212
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
5049
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5213
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5050
5214
|
*/
|
|
5051
5215
|
class GridsterPush {
|
|
5052
5216
|
/**
|
|
@@ -5512,7 +5676,7 @@ if (false) {
|
|
|
5512
5676
|
/**
|
|
5513
5677
|
* @fileoverview added by tsickle
|
|
5514
5678
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
5515
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5679
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5516
5680
|
*/
|
|
5517
5681
|
class GridsterDraggable {
|
|
5518
5682
|
/**
|
|
@@ -6016,7 +6180,7 @@ if (false) {
|
|
|
6016
6180
|
/**
|
|
6017
6181
|
* @fileoverview added by tsickle
|
|
6018
6182
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
6019
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6183
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6020
6184
|
*/
|
|
6021
6185
|
class GridsterPushResize {
|
|
6022
6186
|
/**
|
|
@@ -6372,7 +6536,7 @@ if (false) {
|
|
|
6372
6536
|
/**
|
|
6373
6537
|
* @fileoverview added by tsickle
|
|
6374
6538
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
6375
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6539
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6376
6540
|
*/
|
|
6377
6541
|
class GridsterResizable {
|
|
6378
6542
|
/**
|
|
@@ -6918,7 +7082,7 @@ if (false) {
|
|
|
6918
7082
|
/**
|
|
6919
7083
|
* @fileoverview added by tsickle
|
|
6920
7084
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
6921
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7085
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6922
7086
|
*/
|
|
6923
7087
|
class GridsterItemComponent {
|
|
6924
7088
|
/**
|
|
@@ -7127,7 +7291,7 @@ if (false) {
|
|
|
7127
7291
|
/**
|
|
7128
7292
|
* @fileoverview added by tsickle
|
|
7129
7293
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
7130
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7294
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7131
7295
|
*/
|
|
7132
7296
|
class GridsterPreviewComponent {
|
|
7133
7297
|
/**
|
|
@@ -7192,7 +7356,7 @@ if (false) {
|
|
|
7192
7356
|
/**
|
|
7193
7357
|
* @fileoverview added by tsickle
|
|
7194
7358
|
* Generated from: gridster/lib/gridster.module.ts
|
|
7195
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7359
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7196
7360
|
*/
|
|
7197
7361
|
class GridsterModule {
|
|
7198
7362
|
}
|
|
@@ -7215,7 +7379,7 @@ GridsterModule.decorators = [
|
|
|
7215
7379
|
/**
|
|
7216
7380
|
* @fileoverview added by tsickle
|
|
7217
7381
|
* Generated from: lib/ra.dashboard.module.ts
|
|
7218
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7382
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7219
7383
|
*/
|
|
7220
7384
|
class DashboardFrameworkModule {
|
|
7221
7385
|
}
|
|
@@ -7223,7 +7387,8 @@ DashboardFrameworkModule.decorators = [
|
|
|
7223
7387
|
{ type: NgModule, args: [{
|
|
7224
7388
|
declarations: [
|
|
7225
7389
|
RADashboardArea,
|
|
7226
|
-
RAWidgetContainer
|
|
7390
|
+
RAWidgetContainer,
|
|
7391
|
+
LockTooltip
|
|
7227
7392
|
],
|
|
7228
7393
|
imports: [
|
|
7229
7394
|
BrowserModule,
|
|
@@ -7238,14 +7403,17 @@ DashboardFrameworkModule.decorators = [
|
|
|
7238
7403
|
exports: [
|
|
7239
7404
|
RADashboardArea
|
|
7240
7405
|
],
|
|
7241
|
-
bootstrap: [RADashboardArea]
|
|
7406
|
+
bootstrap: [RADashboardArea],
|
|
7407
|
+
entryComponents: [
|
|
7408
|
+
LockTooltip
|
|
7409
|
+
]
|
|
7242
7410
|
},] }
|
|
7243
7411
|
];
|
|
7244
7412
|
|
|
7245
7413
|
/**
|
|
7246
7414
|
* @fileoverview added by tsickle
|
|
7247
7415
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
7248
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7416
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7249
7417
|
*/
|
|
7250
7418
|
/**
|
|
7251
7419
|
* @abstract
|
|
@@ -7316,7 +7484,7 @@ if (false) {
|
|
|
7316
7484
|
/**
|
|
7317
7485
|
* @fileoverview added by tsickle
|
|
7318
7486
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
7319
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7487
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7320
7488
|
*/
|
|
7321
7489
|
/**
|
|
7322
7490
|
* @abstract
|
|
@@ -7421,14 +7589,14 @@ if (false) {
|
|
|
7421
7589
|
/**
|
|
7422
7590
|
* @fileoverview added by tsickle
|
|
7423
7591
|
* Generated from: public-api.ts
|
|
7424
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7592
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7425
7593
|
*/
|
|
7426
7594
|
|
|
7427
7595
|
/**
|
|
7428
7596
|
* @fileoverview added by tsickle
|
|
7429
7597
|
* Generated from: schneideress-dashboardframework.ts
|
|
7430
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7598
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7431
7599
|
*/
|
|
7432
7600
|
|
|
7433
|
-
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RADashboardResponsiveService, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService,
|
|
7601
|
+
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RADashboardResponsiveService, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, LockTooltip as ɵa, GridsterModule as ɵb, GridsterComponent as ɵc, GridsterItemComponent as ɵd, GridsterPreviewComponent as ɵe, customNotifierOptions as ɵf };
|
|
7434
7602
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|