@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,7 +1,7 @@
|
|
|
1
1
|
import { __extends, __awaiter, __generator, __assign } from 'tslib';
|
|
2
2
|
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, EventEmitter, Component, NgZone, Input, Output, ViewChild, Renderer2, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
|
|
3
3
|
import { of, Subject } from 'rxjs';
|
|
4
|
-
import { BaseService, RATranslateService, RAPermissionService, RACommonModule } from '@schneideress/ra-common';
|
|
4
|
+
import { BaseService, RATranslateService, RAPermissionService, DomService, RACommonModule } from '@schneideress/ra-common';
|
|
5
5
|
import { filter, map } from 'rxjs/operators';
|
|
6
6
|
import { NgxUiLoaderService, NgxUiLoaderModule } from 'ngx-ui-loader';
|
|
7
7
|
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
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
21
21
|
__extends(RaDashboardService, _super);
|
|
@@ -231,7 +231,7 @@ if (false) {
|
|
|
231
231
|
/**
|
|
232
232
|
* @fileoverview added by tsickle
|
|
233
233
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
234
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
234
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
235
235
|
*/
|
|
236
236
|
var RADashboardEventBus = /** @class */ (function () {
|
|
237
237
|
function RADashboardEventBus() {
|
|
@@ -352,7 +352,7 @@ if (false) {
|
|
|
352
352
|
/**
|
|
353
353
|
* @fileoverview added by tsickle
|
|
354
354
|
* Generated from: lib/ra.event.enum.ts
|
|
355
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
355
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
356
356
|
*/
|
|
357
357
|
/** @enum {string} */
|
|
358
358
|
var RAEvent = {
|
|
@@ -417,7 +417,7 @@ var RAEventKey = {
|
|
|
417
417
|
/**
|
|
418
418
|
* @fileoverview added by tsickle
|
|
419
419
|
* Generated from: lib/ra.gridster.config.ts
|
|
420
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
420
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
421
421
|
*/
|
|
422
422
|
/** @type {?} */
|
|
423
423
|
var GridsterConfigDefaultSettings = {
|
|
@@ -479,7 +479,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
479
479
|
/**
|
|
480
480
|
* @fileoverview added by tsickle
|
|
481
481
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
482
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
482
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
483
483
|
*/
|
|
484
484
|
var RADashboardResponsiveService = /** @class */ (function () {
|
|
485
485
|
function RADashboardResponsiveService() {
|
|
@@ -738,7 +738,7 @@ if (false) {
|
|
|
738
738
|
/**
|
|
739
739
|
* @fileoverview added by tsickle
|
|
740
740
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
741
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
741
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
742
742
|
*/
|
|
743
743
|
var RADashboardArea = /** @class */ (function () {
|
|
744
744
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier, responsiveService, permissionService) {
|
|
@@ -1640,13 +1640,113 @@ if (false) {
|
|
|
1640
1640
|
RADashboardArea.prototype.permissionService;
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
+
/**
|
|
1644
|
+
* @fileoverview added by tsickle
|
|
1645
|
+
* Generated from: lib/ra-widget-container/lock-tooltip/lock.tooltip.component.ts
|
|
1646
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1647
|
+
*/
|
|
1648
|
+
var LockTooltip = /** @class */ (function () {
|
|
1649
|
+
function LockTooltip(domService) {
|
|
1650
|
+
this.domService = domService;
|
|
1651
|
+
}
|
|
1652
|
+
/**
|
|
1653
|
+
* @return {?}
|
|
1654
|
+
*/
|
|
1655
|
+
LockTooltip.prototype.ngOnInit = /**
|
|
1656
|
+
* @return {?}
|
|
1657
|
+
*/
|
|
1658
|
+
function () {
|
|
1659
|
+
if (this.element) {
|
|
1660
|
+
this.setPopupPosition();
|
|
1661
|
+
}
|
|
1662
|
+
};
|
|
1663
|
+
/**
|
|
1664
|
+
* @private
|
|
1665
|
+
* @return {?}
|
|
1666
|
+
*/
|
|
1667
|
+
LockTooltip.prototype.setPopupPosition = /**
|
|
1668
|
+
* @private
|
|
1669
|
+
* @return {?}
|
|
1670
|
+
*/
|
|
1671
|
+
function () {
|
|
1672
|
+
/** @type {?} */
|
|
1673
|
+
var rect = this.element.getBoundingClientRect();
|
|
1674
|
+
if ((rect.left + 250) > window.innerWidth) {
|
|
1675
|
+
this.containerLeft = (rect.left - ((rect.left + 270) - window.innerWidth)) + 'px';
|
|
1676
|
+
}
|
|
1677
|
+
else {
|
|
1678
|
+
this.containerLeft = rect.left + 'px';
|
|
1679
|
+
}
|
|
1680
|
+
if (rect.bottom + 100 < window.innerHeight) {
|
|
1681
|
+
this.containerTop = (rect.bottom) + 'px';
|
|
1682
|
+
this.containerBottom = null;
|
|
1683
|
+
}
|
|
1684
|
+
else {
|
|
1685
|
+
this.containerTop = null;
|
|
1686
|
+
this.containerBottom = (window.innerHeight - rect.top) + 'px';
|
|
1687
|
+
}
|
|
1688
|
+
};
|
|
1689
|
+
/**
|
|
1690
|
+
* @param {?} comp
|
|
1691
|
+
* @return {?}
|
|
1692
|
+
*/
|
|
1693
|
+
LockTooltip.prototype.removeMe = /**
|
|
1694
|
+
* @param {?} comp
|
|
1695
|
+
* @return {?}
|
|
1696
|
+
*/
|
|
1697
|
+
function (comp) {
|
|
1698
|
+
var _this = this;
|
|
1699
|
+
setTimeout((/**
|
|
1700
|
+
* @return {?}
|
|
1701
|
+
*/
|
|
1702
|
+
function () {
|
|
1703
|
+
_this.domService.removeComponent(comp);
|
|
1704
|
+
}));
|
|
1705
|
+
};
|
|
1706
|
+
LockTooltip.decorators = [
|
|
1707
|
+
{ type: Component, args: [{
|
|
1708
|
+
selector: 'ra-lock-tooltip',
|
|
1709
|
+
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>",
|
|
1710
|
+
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}"]
|
|
1711
|
+
}] }
|
|
1712
|
+
];
|
|
1713
|
+
/** @nocollapse */
|
|
1714
|
+
LockTooltip.ctorParameters = function () { return [
|
|
1715
|
+
{ type: DomService }
|
|
1716
|
+
]; };
|
|
1717
|
+
return LockTooltip;
|
|
1718
|
+
}());
|
|
1719
|
+
if (false) {
|
|
1720
|
+
/** @type {?} */
|
|
1721
|
+
LockTooltip.prototype.element;
|
|
1722
|
+
/** @type {?} */
|
|
1723
|
+
LockTooltip.prototype.title;
|
|
1724
|
+
/** @type {?} */
|
|
1725
|
+
LockTooltip.prototype.data;
|
|
1726
|
+
/** @type {?} */
|
|
1727
|
+
LockTooltip.prototype.footer;
|
|
1728
|
+
/** @type {?} */
|
|
1729
|
+
LockTooltip.prototype.template;
|
|
1730
|
+
/** @type {?} */
|
|
1731
|
+
LockTooltip.prototype.containerLeft;
|
|
1732
|
+
/** @type {?} */
|
|
1733
|
+
LockTooltip.prototype.containerTop;
|
|
1734
|
+
/** @type {?} */
|
|
1735
|
+
LockTooltip.prototype.containerBottom;
|
|
1736
|
+
/**
|
|
1737
|
+
* @type {?}
|
|
1738
|
+
* @private
|
|
1739
|
+
*/
|
|
1740
|
+
LockTooltip.prototype.domService;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1643
1743
|
/**
|
|
1644
1744
|
* @fileoverview added by tsickle
|
|
1645
1745
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1646
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1746
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1647
1747
|
*/
|
|
1648
1748
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1649
|
-
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
1749
|
+
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService, domService) {
|
|
1650
1750
|
var _this = this;
|
|
1651
1751
|
this.dashboardService = dashboardService;
|
|
1652
1752
|
this.ngxService = ngxService;
|
|
@@ -1655,6 +1755,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1655
1755
|
this.notifier = notifier;
|
|
1656
1756
|
this.renderer = renderer;
|
|
1657
1757
|
this.raPermissionService = raPermissionService;
|
|
1758
|
+
this.domService = domService;
|
|
1658
1759
|
this.showPanel = true;
|
|
1659
1760
|
this.isWidgetLoaded = false;
|
|
1660
1761
|
this.lockClass = "unlocked";
|
|
@@ -1729,6 +1830,10 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1729
1830
|
*/
|
|
1730
1831
|
function () {
|
|
1731
1832
|
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
1833
|
+
this.lockIconTitle = this.translateService.translate('Common.lockedfields');
|
|
1834
|
+
this.lockIconFooter = this.translateService.translate('Common.lockedfieldseditinfo');
|
|
1835
|
+
this.inapplicableIconTitle = this.translateService.translate('Common.InapplicableFilters');
|
|
1836
|
+
this.inapplicableIconFooter = this.translateService.translate('Common.InapplicableFiltersDesc');
|
|
1732
1837
|
};
|
|
1733
1838
|
Object.defineProperty(RAWidgetContainer.prototype, "widgetViewState", {
|
|
1734
1839
|
get: /**
|
|
@@ -1840,6 +1945,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1840
1945
|
*/
|
|
1841
1946
|
function () {
|
|
1842
1947
|
_this.removeMenu();
|
|
1948
|
+
_this.closePopup();
|
|
1843
1949
|
}));
|
|
1844
1950
|
setTimeout((/**
|
|
1845
1951
|
* @return {?}
|
|
@@ -1974,8 +2080,6 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1974
2080
|
*/
|
|
1975
2081
|
function () {
|
|
1976
2082
|
this.baseUrl = this.getHostUrl();
|
|
1977
|
-
if (this.data.widgetInfo.widgetType == 'AV Widget')
|
|
1978
|
-
this.baseUrl = '';
|
|
1979
2083
|
/** @type {?} */
|
|
1980
2084
|
var url = this.baseUrl + this.detailPageUrl;
|
|
1981
2085
|
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
@@ -2105,7 +2209,6 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2105
2209
|
return __generator(this, function (_a) {
|
|
2106
2210
|
switch (_a.label) {
|
|
2107
2211
|
case 0:
|
|
2108
|
-
console.log('widget inititated listener triggered');
|
|
2109
2212
|
this.widgetElement.addEventListener('on-widget-respond', (/**
|
|
2110
2213
|
* @param {?} e
|
|
2111
2214
|
* @return {?}
|
|
@@ -2509,7 +2612,15 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2509
2612
|
_this.addEventListener('wcMoveWidget', _this.moveWidget);
|
|
2510
2613
|
_this.addEventListener('wcWidgetDelete', _this.deleteWidget);
|
|
2511
2614
|
}
|
|
2512
|
-
|
|
2615
|
+
/** @type {?} */
|
|
2616
|
+
var customPageParams = false;
|
|
2617
|
+
if (_this.data.widgetInfo && _this.data.widgetInfo.widgetSettings) {
|
|
2618
|
+
_this.widgetSettings = _this.getParsedConfig(_this.data.widgetInfo.widgetSettings);
|
|
2619
|
+
if (_this.widgetSettings.customPageParams) {
|
|
2620
|
+
customPageParams = true;
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
if (_this.detailPageUrl || customPageParams) {
|
|
2513
2624
|
_this.addEventListener('wcVisitWidget', _this.visitPage);
|
|
2514
2625
|
}
|
|
2515
2626
|
if (_this.isChartDownloadVisible) {
|
|
@@ -2590,7 +2701,15 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2590
2701
|
settings += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
|
|
2591
2702
|
settings += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);
|
|
2592
2703
|
}
|
|
2593
|
-
|
|
2704
|
+
/** @type {?} */
|
|
2705
|
+
var customPageParams = false;
|
|
2706
|
+
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
2707
|
+
this.widgetSettings = this.getParsedConfig(this.data.widgetInfo.widgetSettings);
|
|
2708
|
+
if (this.widgetSettings.customPageParams) {
|
|
2709
|
+
customPageParams = true;
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
if (this.detailPageUrl || customPageParams) {
|
|
2594
2713
|
settings += '<a style="max-height: 30px;align-items: center;align-content: center; display: flex;" id="wcVisitWidget">';
|
|
2595
2714
|
settings += '<i style="padding-left: 4px;font-size: 27px !important;" class="fal fa-angle-right"></i> ';
|
|
2596
2715
|
settings += '<span style="padding-left: 11px;margin-top: 2px;" style="padding-left: 6px;">';
|
|
@@ -2752,10 +2871,52 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2752
2871
|
}
|
|
2753
2872
|
this.updateAppliedFilters.emit(widgetData);
|
|
2754
2873
|
};
|
|
2874
|
+
/**
|
|
2875
|
+
* @param {?} title
|
|
2876
|
+
* @param {?} data
|
|
2877
|
+
* @param {?} footer
|
|
2878
|
+
* @param {?} type
|
|
2879
|
+
* @param {?=} template
|
|
2880
|
+
* @return {?}
|
|
2881
|
+
*/
|
|
2882
|
+
RAWidgetContainer.prototype.openPopup = /**
|
|
2883
|
+
* @param {?} title
|
|
2884
|
+
* @param {?} data
|
|
2885
|
+
* @param {?} footer
|
|
2886
|
+
* @param {?} type
|
|
2887
|
+
* @param {?=} template
|
|
2888
|
+
* @return {?}
|
|
2889
|
+
*/
|
|
2890
|
+
function (title, data, footer, type, template) {
|
|
2891
|
+
if (template === void 0) { template = undefined; }
|
|
2892
|
+
/** @type {?} */
|
|
2893
|
+
var props = {};
|
|
2894
|
+
if (type == 'innaplicable' && this.banPopupDiv)
|
|
2895
|
+
props.element = this.banPopupDiv.nativeElement;
|
|
2896
|
+
if (type == 'lock' && this.lockPopupDiv)
|
|
2897
|
+
props.element = this.lockPopupDiv.nativeElement;
|
|
2898
|
+
props.title = title;
|
|
2899
|
+
props.data = data;
|
|
2900
|
+
props.footer = footer;
|
|
2901
|
+
if (template)
|
|
2902
|
+
props.template = template;
|
|
2903
|
+
this.currentComponent = this.domService.appendComponent(LockTooltip, document.body, props);
|
|
2904
|
+
this.popupInstance = (/** @type {?} */ (this.currentComponent.instance));
|
|
2905
|
+
};
|
|
2906
|
+
/**
|
|
2907
|
+
* @return {?}
|
|
2908
|
+
*/
|
|
2909
|
+
RAWidgetContainer.prototype.closePopup = /**
|
|
2910
|
+
* @return {?}
|
|
2911
|
+
*/
|
|
2912
|
+
function () {
|
|
2913
|
+
if (this.currentComponent)
|
|
2914
|
+
this.popupInstance.removeMe(this.currentComponent);
|
|
2915
|
+
};
|
|
2755
2916
|
RAWidgetContainer.decorators = [
|
|
2756
2917
|
{ type: Component, args: [{
|
|
2757
2918
|
selector: 'ra-widget-container',
|
|
2758
|
-
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
|
|
2919
|
+
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>"
|
|
2759
2920
|
}] }
|
|
2760
2921
|
];
|
|
2761
2922
|
/** @nocollapse */
|
|
@@ -2766,13 +2927,16 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2766
2927
|
{ type: NgZone },
|
|
2767
2928
|
{ type: NotifierService },
|
|
2768
2929
|
{ type: Renderer2 },
|
|
2769
|
-
{ type: RAPermissionService }
|
|
2930
|
+
{ type: RAPermissionService },
|
|
2931
|
+
{ type: DomService }
|
|
2770
2932
|
]; };
|
|
2771
2933
|
RAWidgetContainer.propDecorators = {
|
|
2772
2934
|
ctlWidget: [{ type: ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
2773
2935
|
widgetDropdown: [{ type: ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
2774
2936
|
searchInput: [{ type: ViewChild, args: ['searchInput', { static: false },] }],
|
|
2775
2937
|
wcWrapper: [{ type: ViewChild, args: ['wcWrapper', { static: false },] }],
|
|
2938
|
+
banPopupDiv: [{ type: ViewChild, args: ['banPopupDiv', { static: false },] }],
|
|
2939
|
+
lockPopupDiv: [{ type: ViewChild, args: ['lockPopupDiv', { static: false },] }],
|
|
2776
2940
|
widgetInstanceId: [{ type: Input, args: ['widget-instance-id',] }],
|
|
2777
2941
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
2778
2942
|
data: [{ type: Input, args: ['data',] }],
|
|
@@ -2878,6 +3042,18 @@ if (false) {
|
|
|
2878
3042
|
/** @type {?} */
|
|
2879
3043
|
RAWidgetContainer.prototype.inapplicableFilters;
|
|
2880
3044
|
/** @type {?} */
|
|
3045
|
+
RAWidgetContainer.prototype.popupInstance;
|
|
3046
|
+
/** @type {?} */
|
|
3047
|
+
RAWidgetContainer.prototype.currentComponent;
|
|
3048
|
+
/** @type {?} */
|
|
3049
|
+
RAWidgetContainer.prototype.lockIconTitle;
|
|
3050
|
+
/** @type {?} */
|
|
3051
|
+
RAWidgetContainer.prototype.lockIconFooter;
|
|
3052
|
+
/** @type {?} */
|
|
3053
|
+
RAWidgetContainer.prototype.inapplicableIconTitle;
|
|
3054
|
+
/** @type {?} */
|
|
3055
|
+
RAWidgetContainer.prototype.inapplicableIconFooter;
|
|
3056
|
+
/** @type {?} */
|
|
2881
3057
|
RAWidgetContainer.prototype.ctlWidget;
|
|
2882
3058
|
/** @type {?} */
|
|
2883
3059
|
RAWidgetContainer.prototype.widgetDropdown;
|
|
@@ -2886,6 +3062,10 @@ if (false) {
|
|
|
2886
3062
|
/** @type {?} */
|
|
2887
3063
|
RAWidgetContainer.prototype.wcWrapper;
|
|
2888
3064
|
/** @type {?} */
|
|
3065
|
+
RAWidgetContainer.prototype.banPopupDiv;
|
|
3066
|
+
/** @type {?} */
|
|
3067
|
+
RAWidgetContainer.prototype.lockPopupDiv;
|
|
3068
|
+
/** @type {?} */
|
|
2889
3069
|
RAWidgetContainer.prototype.widgetInstanceId;
|
|
2890
3070
|
/** @type {?} */
|
|
2891
3071
|
RAWidgetContainer.prototype.globalFilter;
|
|
@@ -2964,12 +3144,17 @@ if (false) {
|
|
|
2964
3144
|
* @private
|
|
2965
3145
|
*/
|
|
2966
3146
|
RAWidgetContainer.prototype.raPermissionService;
|
|
3147
|
+
/**
|
|
3148
|
+
* @type {?}
|
|
3149
|
+
* @private
|
|
3150
|
+
*/
|
|
3151
|
+
RAWidgetContainer.prototype.domService;
|
|
2967
3152
|
}
|
|
2968
3153
|
|
|
2969
3154
|
/**
|
|
2970
3155
|
* @fileoverview added by tsickle
|
|
2971
3156
|
* Generated from: lib/custom.notifier.options.ts
|
|
2972
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3157
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2973
3158
|
*/
|
|
2974
3159
|
/** @type {?} */
|
|
2975
3160
|
var customNotifierOptions = {
|
|
@@ -3016,7 +3201,7 @@ var customNotifierOptions = {
|
|
|
3016
3201
|
/**
|
|
3017
3202
|
* @fileoverview added by tsickle
|
|
3018
3203
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
3019
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3204
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3020
3205
|
*/
|
|
3021
3206
|
/** @enum {string} */
|
|
3022
3207
|
var GridType = {
|
|
@@ -3233,7 +3418,7 @@ if (false) {
|
|
|
3233
3418
|
/**
|
|
3234
3419
|
* @fileoverview added by tsickle
|
|
3235
3420
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
3236
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3237
3422
|
*/
|
|
3238
3423
|
/** @type {?} */
|
|
3239
3424
|
var GridsterConfigService = {
|
|
@@ -3412,7 +3597,7 @@ var GridsterConfigService = {
|
|
|
3412
3597
|
/**
|
|
3413
3598
|
* @fileoverview added by tsickle
|
|
3414
3599
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
3415
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3600
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3416
3601
|
*/
|
|
3417
3602
|
var GridsterUtils = /** @class */ (function () {
|
|
3418
3603
|
function GridsterUtils() {
|
|
@@ -3588,7 +3773,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
3588
3773
|
/**
|
|
3589
3774
|
* @fileoverview added by tsickle
|
|
3590
3775
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3591
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3776
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3592
3777
|
*/
|
|
3593
3778
|
/**
|
|
3594
3779
|
* @abstract
|
|
@@ -3679,7 +3864,7 @@ if (false) {
|
|
|
3679
3864
|
/**
|
|
3680
3865
|
* @fileoverview added by tsickle
|
|
3681
3866
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3682
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3867
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3683
3868
|
*/
|
|
3684
3869
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
3685
3870
|
function GridsterEmptyCell(gridster) {
|
|
@@ -4034,7 +4219,7 @@ if (false) {
|
|
|
4034
4219
|
/**
|
|
4035
4220
|
* @fileoverview added by tsickle
|
|
4036
4221
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
4037
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4222
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4038
4223
|
*/
|
|
4039
4224
|
var GridsterCompact = /** @class */ (function () {
|
|
4040
4225
|
function GridsterCompact(gridster) {
|
|
@@ -4284,7 +4469,7 @@ if (false) {
|
|
|
4284
4469
|
/**
|
|
4285
4470
|
* @fileoverview added by tsickle
|
|
4286
4471
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
4287
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4472
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4288
4473
|
*/
|
|
4289
4474
|
var GridsterRenderer = /** @class */ (function () {
|
|
4290
4475
|
function GridsterRenderer(gridster) {
|
|
@@ -4603,7 +4788,7 @@ if (false) {
|
|
|
4603
4788
|
/**
|
|
4604
4789
|
* @fileoverview added by tsickle
|
|
4605
4790
|
* Generated from: gridster/lib/gridster.component.ts
|
|
4606
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4791
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4607
4792
|
*/
|
|
4608
4793
|
var GridsterComponent = /** @class */ (function () {
|
|
4609
4794
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -5400,7 +5585,7 @@ if (false) {
|
|
|
5400
5585
|
/**
|
|
5401
5586
|
* @fileoverview added by tsickle
|
|
5402
5587
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
5403
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5588
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5404
5589
|
*/
|
|
5405
5590
|
/**
|
|
5406
5591
|
* @abstract
|
|
@@ -5455,7 +5640,7 @@ if (false) {
|
|
|
5455
5640
|
/**
|
|
5456
5641
|
* @fileoverview added by tsickle
|
|
5457
5642
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
5458
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5643
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5459
5644
|
*/
|
|
5460
5645
|
var GridsterSwap = /** @class */ (function () {
|
|
5461
5646
|
function GridsterSwap(gridsterItem) {
|
|
@@ -5605,7 +5790,7 @@ if (false) {
|
|
|
5605
5790
|
/**
|
|
5606
5791
|
* @fileoverview added by tsickle
|
|
5607
5792
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
5608
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5793
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5609
5794
|
*/
|
|
5610
5795
|
/** @type {?} */
|
|
5611
5796
|
var scrollSensitivity;
|
|
@@ -5801,7 +5986,7 @@ function cancelN() {
|
|
|
5801
5986
|
/**
|
|
5802
5987
|
* @fileoverview added by tsickle
|
|
5803
5988
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
5804
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5989
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5805
5990
|
*/
|
|
5806
5991
|
var GridsterPush = /** @class */ (function () {
|
|
5807
5992
|
function GridsterPush(gridsterItem) {
|
|
@@ -6346,7 +6531,7 @@ if (false) {
|
|
|
6346
6531
|
/**
|
|
6347
6532
|
* @fileoverview added by tsickle
|
|
6348
6533
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
6349
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6534
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6350
6535
|
*/
|
|
6351
6536
|
var GridsterDraggable = /** @class */ (function () {
|
|
6352
6537
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -6888,7 +7073,7 @@ if (false) {
|
|
|
6888
7073
|
/**
|
|
6889
7074
|
* @fileoverview added by tsickle
|
|
6890
7075
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
6891
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7076
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6892
7077
|
*/
|
|
6893
7078
|
var GridsterPushResize = /** @class */ (function () {
|
|
6894
7079
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -7308,7 +7493,7 @@ if (false) {
|
|
|
7308
7493
|
/**
|
|
7309
7494
|
* @fileoverview added by tsickle
|
|
7310
7495
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
7311
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7496
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7312
7497
|
*/
|
|
7313
7498
|
var GridsterResizable = /** @class */ (function () {
|
|
7314
7499
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -7930,7 +8115,7 @@ if (false) {
|
|
|
7930
8115
|
/**
|
|
7931
8116
|
* @fileoverview added by tsickle
|
|
7932
8117
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
7933
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8118
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7934
8119
|
*/
|
|
7935
8120
|
var GridsterItemComponent = /** @class */ (function () {
|
|
7936
8121
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -8163,7 +8348,7 @@ if (false) {
|
|
|
8163
8348
|
/**
|
|
8164
8349
|
* @fileoverview added by tsickle
|
|
8165
8350
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
8166
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8351
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8167
8352
|
*/
|
|
8168
8353
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
8169
8354
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -8231,7 +8416,7 @@ if (false) {
|
|
|
8231
8416
|
/**
|
|
8232
8417
|
* @fileoverview added by tsickle
|
|
8233
8418
|
* Generated from: gridster/lib/gridster.module.ts
|
|
8234
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8419
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8235
8420
|
*/
|
|
8236
8421
|
var GridsterModule = /** @class */ (function () {
|
|
8237
8422
|
function GridsterModule() {
|
|
@@ -8257,7 +8442,7 @@ var GridsterModule = /** @class */ (function () {
|
|
|
8257
8442
|
/**
|
|
8258
8443
|
* @fileoverview added by tsickle
|
|
8259
8444
|
* Generated from: lib/ra.dashboard.module.ts
|
|
8260
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8445
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8261
8446
|
*/
|
|
8262
8447
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
8263
8448
|
function DashboardFrameworkModule() {
|
|
@@ -8266,7 +8451,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
8266
8451
|
{ type: NgModule, args: [{
|
|
8267
8452
|
declarations: [
|
|
8268
8453
|
RADashboardArea,
|
|
8269
|
-
RAWidgetContainer
|
|
8454
|
+
RAWidgetContainer,
|
|
8455
|
+
LockTooltip
|
|
8270
8456
|
],
|
|
8271
8457
|
imports: [
|
|
8272
8458
|
BrowserModule,
|
|
@@ -8281,7 +8467,10 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
8281
8467
|
exports: [
|
|
8282
8468
|
RADashboardArea
|
|
8283
8469
|
],
|
|
8284
|
-
bootstrap: [RADashboardArea]
|
|
8470
|
+
bootstrap: [RADashboardArea],
|
|
8471
|
+
entryComponents: [
|
|
8472
|
+
LockTooltip
|
|
8473
|
+
]
|
|
8285
8474
|
},] }
|
|
8286
8475
|
];
|
|
8287
8476
|
return DashboardFrameworkModule;
|
|
@@ -8290,7 +8479,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
8290
8479
|
/**
|
|
8291
8480
|
* @fileoverview added by tsickle
|
|
8292
8481
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
8293
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8482
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8294
8483
|
*/
|
|
8295
8484
|
/**
|
|
8296
8485
|
* @abstract
|
|
@@ -8363,7 +8552,7 @@ if (false) {
|
|
|
8363
8552
|
/**
|
|
8364
8553
|
* @fileoverview added by tsickle
|
|
8365
8554
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
8366
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8555
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8367
8556
|
*/
|
|
8368
8557
|
/**
|
|
8369
8558
|
* @abstract
|
|
@@ -8473,14 +8662,14 @@ if (false) {
|
|
|
8473
8662
|
/**
|
|
8474
8663
|
* @fileoverview added by tsickle
|
|
8475
8664
|
* Generated from: public-api.ts
|
|
8476
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8665
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8477
8666
|
*/
|
|
8478
8667
|
|
|
8479
8668
|
/**
|
|
8480
8669
|
* @fileoverview added by tsickle
|
|
8481
8670
|
* Generated from: schneideress-dashboardframework.ts
|
|
8482
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8671
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8483
8672
|
*/
|
|
8484
8673
|
|
|
8485
|
-
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RADashboardResponsiveService, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService,
|
|
8674
|
+
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 };
|
|
8486
8675
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|