@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
|
@@ -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 = {
|
|
@@ -628,7 +623,7 @@
|
|
|
628
623
|
/**
|
|
629
624
|
* @fileoverview added by tsickle
|
|
630
625
|
* Generated from: lib/ra.gridster.config.ts
|
|
631
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
626
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
632
627
|
*/
|
|
633
628
|
/** @type {?} */
|
|
634
629
|
var GridsterConfigDefaultSettings = {
|
|
@@ -690,7 +685,7 @@
|
|
|
690
685
|
/**
|
|
691
686
|
* @fileoverview added by tsickle
|
|
692
687
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
693
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
688
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
694
689
|
*/
|
|
695
690
|
var RADashboardResponsiveService = /** @class */ (function () {
|
|
696
691
|
function RADashboardResponsiveService() {
|
|
@@ -949,7 +944,7 @@
|
|
|
949
944
|
/**
|
|
950
945
|
* @fileoverview added by tsickle
|
|
951
946
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
952
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
947
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
953
948
|
*/
|
|
954
949
|
var RADashboardArea = /** @class */ (function () {
|
|
955
950
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier, responsiveService, permissionService) {
|
|
@@ -1851,13 +1846,113 @@
|
|
|
1851
1846
|
RADashboardArea.prototype.permissionService;
|
|
1852
1847
|
}
|
|
1853
1848
|
|
|
1849
|
+
/**
|
|
1850
|
+
* @fileoverview added by tsickle
|
|
1851
|
+
* Generated from: lib/ra-widget-container/lock-tooltip/lock.tooltip.component.ts
|
|
1852
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1853
|
+
*/
|
|
1854
|
+
var LockTooltip = /** @class */ (function () {
|
|
1855
|
+
function LockTooltip(domService) {
|
|
1856
|
+
this.domService = domService;
|
|
1857
|
+
}
|
|
1858
|
+
/**
|
|
1859
|
+
* @return {?}
|
|
1860
|
+
*/
|
|
1861
|
+
LockTooltip.prototype.ngOnInit = /**
|
|
1862
|
+
* @return {?}
|
|
1863
|
+
*/
|
|
1864
|
+
function () {
|
|
1865
|
+
if (this.element) {
|
|
1866
|
+
this.setPopupPosition();
|
|
1867
|
+
}
|
|
1868
|
+
};
|
|
1869
|
+
/**
|
|
1870
|
+
* @private
|
|
1871
|
+
* @return {?}
|
|
1872
|
+
*/
|
|
1873
|
+
LockTooltip.prototype.setPopupPosition = /**
|
|
1874
|
+
* @private
|
|
1875
|
+
* @return {?}
|
|
1876
|
+
*/
|
|
1877
|
+
function () {
|
|
1878
|
+
/** @type {?} */
|
|
1879
|
+
var rect = this.element.getBoundingClientRect();
|
|
1880
|
+
if ((rect.left + 250) > window.innerWidth) {
|
|
1881
|
+
this.containerLeft = (rect.left - ((rect.left + 270) - window.innerWidth)) + 'px';
|
|
1882
|
+
}
|
|
1883
|
+
else {
|
|
1884
|
+
this.containerLeft = rect.left + 'px';
|
|
1885
|
+
}
|
|
1886
|
+
if (rect.bottom + 100 < window.innerHeight) {
|
|
1887
|
+
this.containerTop = (rect.bottom) + 'px';
|
|
1888
|
+
this.containerBottom = null;
|
|
1889
|
+
}
|
|
1890
|
+
else {
|
|
1891
|
+
this.containerTop = null;
|
|
1892
|
+
this.containerBottom = (window.innerHeight - rect.top) + 'px';
|
|
1893
|
+
}
|
|
1894
|
+
};
|
|
1895
|
+
/**
|
|
1896
|
+
* @param {?} comp
|
|
1897
|
+
* @return {?}
|
|
1898
|
+
*/
|
|
1899
|
+
LockTooltip.prototype.removeMe = /**
|
|
1900
|
+
* @param {?} comp
|
|
1901
|
+
* @return {?}
|
|
1902
|
+
*/
|
|
1903
|
+
function (comp) {
|
|
1904
|
+
var _this = this;
|
|
1905
|
+
setTimeout((/**
|
|
1906
|
+
* @return {?}
|
|
1907
|
+
*/
|
|
1908
|
+
function () {
|
|
1909
|
+
_this.domService.removeComponent(comp);
|
|
1910
|
+
}));
|
|
1911
|
+
};
|
|
1912
|
+
LockTooltip.decorators = [
|
|
1913
|
+
{ type: core.Component, args: [{
|
|
1914
|
+
selector: 'ra-lock-tooltip',
|
|
1915
|
+
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>",
|
|
1916
|
+
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}"]
|
|
1917
|
+
}] }
|
|
1918
|
+
];
|
|
1919
|
+
/** @nocollapse */
|
|
1920
|
+
LockTooltip.ctorParameters = function () { return [
|
|
1921
|
+
{ type: raCommon.DomService }
|
|
1922
|
+
]; };
|
|
1923
|
+
return LockTooltip;
|
|
1924
|
+
}());
|
|
1925
|
+
if (false) {
|
|
1926
|
+
/** @type {?} */
|
|
1927
|
+
LockTooltip.prototype.element;
|
|
1928
|
+
/** @type {?} */
|
|
1929
|
+
LockTooltip.prototype.title;
|
|
1930
|
+
/** @type {?} */
|
|
1931
|
+
LockTooltip.prototype.data;
|
|
1932
|
+
/** @type {?} */
|
|
1933
|
+
LockTooltip.prototype.footer;
|
|
1934
|
+
/** @type {?} */
|
|
1935
|
+
LockTooltip.prototype.template;
|
|
1936
|
+
/** @type {?} */
|
|
1937
|
+
LockTooltip.prototype.containerLeft;
|
|
1938
|
+
/** @type {?} */
|
|
1939
|
+
LockTooltip.prototype.containerTop;
|
|
1940
|
+
/** @type {?} */
|
|
1941
|
+
LockTooltip.prototype.containerBottom;
|
|
1942
|
+
/**
|
|
1943
|
+
* @type {?}
|
|
1944
|
+
* @private
|
|
1945
|
+
*/
|
|
1946
|
+
LockTooltip.prototype.domService;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1854
1949
|
/**
|
|
1855
1950
|
* @fileoverview added by tsickle
|
|
1856
1951
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1857
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1952
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1858
1953
|
*/
|
|
1859
1954
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1860
|
-
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
1955
|
+
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService, domService) {
|
|
1861
1956
|
var _this = this;
|
|
1862
1957
|
this.dashboardService = dashboardService;
|
|
1863
1958
|
this.ngxService = ngxService;
|
|
@@ -1866,6 +1961,7 @@
|
|
|
1866
1961
|
this.notifier = notifier;
|
|
1867
1962
|
this.renderer = renderer;
|
|
1868
1963
|
this.raPermissionService = raPermissionService;
|
|
1964
|
+
this.domService = domService;
|
|
1869
1965
|
this.showPanel = true;
|
|
1870
1966
|
this.isWidgetLoaded = false;
|
|
1871
1967
|
this.lockClass = "unlocked";
|
|
@@ -1940,6 +2036,10 @@
|
|
|
1940
2036
|
*/
|
|
1941
2037
|
function () {
|
|
1942
2038
|
this.WidgetDisplayName = this.translateService.translate('Common.' + this.data.widgetInfo.widgetTitle, true);
|
|
2039
|
+
this.lockIconTitle = this.translateService.translate('Common.lockedfields');
|
|
2040
|
+
this.lockIconFooter = this.translateService.translate('Common.lockedfieldseditinfo');
|
|
2041
|
+
this.inapplicableIconTitle = this.translateService.translate('Common.InapplicableFilters');
|
|
2042
|
+
this.inapplicableIconFooter = this.translateService.translate('Common.InapplicableFiltersDesc');
|
|
1943
2043
|
};
|
|
1944
2044
|
Object.defineProperty(RAWidgetContainer.prototype, "widgetViewState", {
|
|
1945
2045
|
get: /**
|
|
@@ -2051,6 +2151,7 @@
|
|
|
2051
2151
|
*/
|
|
2052
2152
|
function () {
|
|
2053
2153
|
_this.removeMenu();
|
|
2154
|
+
_this.closePopup();
|
|
2054
2155
|
}));
|
|
2055
2156
|
setTimeout((/**
|
|
2056
2157
|
* @return {?}
|
|
@@ -2185,8 +2286,6 @@
|
|
|
2185
2286
|
*/
|
|
2186
2287
|
function () {
|
|
2187
2288
|
this.baseUrl = this.getHostUrl();
|
|
2188
|
-
if (this.data.widgetInfo.widgetType == 'AV Widget')
|
|
2189
|
-
this.baseUrl = '';
|
|
2190
2289
|
/** @type {?} */
|
|
2191
2290
|
var url = this.baseUrl + this.detailPageUrl;
|
|
2192
2291
|
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
@@ -2316,7 +2415,6 @@
|
|
|
2316
2415
|
return __generator(this, function (_a) {
|
|
2317
2416
|
switch (_a.label) {
|
|
2318
2417
|
case 0:
|
|
2319
|
-
console.log('widget inititated listener triggered');
|
|
2320
2418
|
this.widgetElement.addEventListener('on-widget-respond', (/**
|
|
2321
2419
|
* @param {?} e
|
|
2322
2420
|
* @return {?}
|
|
@@ -2720,7 +2818,15 @@
|
|
|
2720
2818
|
_this.addEventListener('wcMoveWidget', _this.moveWidget);
|
|
2721
2819
|
_this.addEventListener('wcWidgetDelete', _this.deleteWidget);
|
|
2722
2820
|
}
|
|
2723
|
-
|
|
2821
|
+
/** @type {?} */
|
|
2822
|
+
var customPageParams = false;
|
|
2823
|
+
if (_this.data.widgetInfo && _this.data.widgetInfo.widgetSettings) {
|
|
2824
|
+
_this.widgetSettings = _this.getParsedConfig(_this.data.widgetInfo.widgetSettings);
|
|
2825
|
+
if (_this.widgetSettings.customPageParams) {
|
|
2826
|
+
customPageParams = true;
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
if (_this.detailPageUrl || customPageParams) {
|
|
2724
2830
|
_this.addEventListener('wcVisitWidget', _this.visitPage);
|
|
2725
2831
|
}
|
|
2726
2832
|
if (_this.isChartDownloadVisible) {
|
|
@@ -2801,7 +2907,15 @@
|
|
|
2801
2907
|
settings += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
|
|
2802
2908
|
settings += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);
|
|
2803
2909
|
}
|
|
2804
|
-
|
|
2910
|
+
/** @type {?} */
|
|
2911
|
+
var customPageParams = false;
|
|
2912
|
+
if (this.data.widgetInfo && this.data.widgetInfo.widgetSettings) {
|
|
2913
|
+
this.widgetSettings = this.getParsedConfig(this.data.widgetInfo.widgetSettings);
|
|
2914
|
+
if (this.widgetSettings.customPageParams) {
|
|
2915
|
+
customPageParams = true;
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2918
|
+
if (this.detailPageUrl || customPageParams) {
|
|
2805
2919
|
settings += '<a style="max-height: 30px;align-items: center;align-content: center; display: flex;" id="wcVisitWidget">';
|
|
2806
2920
|
settings += '<i style="padding-left: 4px;font-size: 27px !important;" class="fal fa-angle-right"></i> ';
|
|
2807
2921
|
settings += '<span style="padding-left: 11px;margin-top: 2px;" style="padding-left: 6px;">';
|
|
@@ -2963,10 +3077,52 @@
|
|
|
2963
3077
|
}
|
|
2964
3078
|
this.updateAppliedFilters.emit(widgetData);
|
|
2965
3079
|
};
|
|
3080
|
+
/**
|
|
3081
|
+
* @param {?} title
|
|
3082
|
+
* @param {?} data
|
|
3083
|
+
* @param {?} footer
|
|
3084
|
+
* @param {?} type
|
|
3085
|
+
* @param {?=} template
|
|
3086
|
+
* @return {?}
|
|
3087
|
+
*/
|
|
3088
|
+
RAWidgetContainer.prototype.openPopup = /**
|
|
3089
|
+
* @param {?} title
|
|
3090
|
+
* @param {?} data
|
|
3091
|
+
* @param {?} footer
|
|
3092
|
+
* @param {?} type
|
|
3093
|
+
* @param {?=} template
|
|
3094
|
+
* @return {?}
|
|
3095
|
+
*/
|
|
3096
|
+
function (title, data, footer, type, template) {
|
|
3097
|
+
if (template === void 0) { template = undefined; }
|
|
3098
|
+
/** @type {?} */
|
|
3099
|
+
var props = {};
|
|
3100
|
+
if (type == 'innaplicable' && this.banPopupDiv)
|
|
3101
|
+
props.element = this.banPopupDiv.nativeElement;
|
|
3102
|
+
if (type == 'lock' && this.lockPopupDiv)
|
|
3103
|
+
props.element = this.lockPopupDiv.nativeElement;
|
|
3104
|
+
props.title = title;
|
|
3105
|
+
props.data = data;
|
|
3106
|
+
props.footer = footer;
|
|
3107
|
+
if (template)
|
|
3108
|
+
props.template = template;
|
|
3109
|
+
this.currentComponent = this.domService.appendComponent(LockTooltip, document.body, props);
|
|
3110
|
+
this.popupInstance = (/** @type {?} */ (this.currentComponent.instance));
|
|
3111
|
+
};
|
|
3112
|
+
/**
|
|
3113
|
+
* @return {?}
|
|
3114
|
+
*/
|
|
3115
|
+
RAWidgetContainer.prototype.closePopup = /**
|
|
3116
|
+
* @return {?}
|
|
3117
|
+
*/
|
|
3118
|
+
function () {
|
|
3119
|
+
if (this.currentComponent)
|
|
3120
|
+
this.popupInstance.removeMe(this.currentComponent);
|
|
3121
|
+
};
|
|
2966
3122
|
RAWidgetContainer.decorators = [
|
|
2967
3123
|
{ type: core.Component, args: [{
|
|
2968
3124
|
selector: 'ra-widget-container',
|
|
2969
|
-
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
|
|
3125
|
+
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>"
|
|
2970
3126
|
}] }
|
|
2971
3127
|
];
|
|
2972
3128
|
/** @nocollapse */
|
|
@@ -2977,13 +3133,16 @@
|
|
|
2977
3133
|
{ type: core.NgZone },
|
|
2978
3134
|
{ type: angularNotifier.NotifierService },
|
|
2979
3135
|
{ type: core.Renderer2 },
|
|
2980
|
-
{ type: raCommon.RAPermissionService }
|
|
3136
|
+
{ type: raCommon.RAPermissionService },
|
|
3137
|
+
{ type: raCommon.DomService }
|
|
2981
3138
|
]; };
|
|
2982
3139
|
RAWidgetContainer.propDecorators = {
|
|
2983
3140
|
ctlWidget: [{ type: core.ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
2984
3141
|
widgetDropdown: [{ type: core.ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
2985
3142
|
searchInput: [{ type: core.ViewChild, args: ['searchInput', { static: false },] }],
|
|
2986
3143
|
wcWrapper: [{ type: core.ViewChild, args: ['wcWrapper', { static: false },] }],
|
|
3144
|
+
banPopupDiv: [{ type: core.ViewChild, args: ['banPopupDiv', { static: false },] }],
|
|
3145
|
+
lockPopupDiv: [{ type: core.ViewChild, args: ['lockPopupDiv', { static: false },] }],
|
|
2987
3146
|
widgetInstanceId: [{ type: core.Input, args: ['widget-instance-id',] }],
|
|
2988
3147
|
globalFilter: [{ type: core.Input, args: ['global-filter',] }],
|
|
2989
3148
|
data: [{ type: core.Input, args: ['data',] }],
|
|
@@ -3089,6 +3248,18 @@
|
|
|
3089
3248
|
/** @type {?} */
|
|
3090
3249
|
RAWidgetContainer.prototype.inapplicableFilters;
|
|
3091
3250
|
/** @type {?} */
|
|
3251
|
+
RAWidgetContainer.prototype.popupInstance;
|
|
3252
|
+
/** @type {?} */
|
|
3253
|
+
RAWidgetContainer.prototype.currentComponent;
|
|
3254
|
+
/** @type {?} */
|
|
3255
|
+
RAWidgetContainer.prototype.lockIconTitle;
|
|
3256
|
+
/** @type {?} */
|
|
3257
|
+
RAWidgetContainer.prototype.lockIconFooter;
|
|
3258
|
+
/** @type {?} */
|
|
3259
|
+
RAWidgetContainer.prototype.inapplicableIconTitle;
|
|
3260
|
+
/** @type {?} */
|
|
3261
|
+
RAWidgetContainer.prototype.inapplicableIconFooter;
|
|
3262
|
+
/** @type {?} */
|
|
3092
3263
|
RAWidgetContainer.prototype.ctlWidget;
|
|
3093
3264
|
/** @type {?} */
|
|
3094
3265
|
RAWidgetContainer.prototype.widgetDropdown;
|
|
@@ -3097,6 +3268,10 @@
|
|
|
3097
3268
|
/** @type {?} */
|
|
3098
3269
|
RAWidgetContainer.prototype.wcWrapper;
|
|
3099
3270
|
/** @type {?} */
|
|
3271
|
+
RAWidgetContainer.prototype.banPopupDiv;
|
|
3272
|
+
/** @type {?} */
|
|
3273
|
+
RAWidgetContainer.prototype.lockPopupDiv;
|
|
3274
|
+
/** @type {?} */
|
|
3100
3275
|
RAWidgetContainer.prototype.widgetInstanceId;
|
|
3101
3276
|
/** @type {?} */
|
|
3102
3277
|
RAWidgetContainer.prototype.globalFilter;
|
|
@@ -3175,12 +3350,17 @@
|
|
|
3175
3350
|
* @private
|
|
3176
3351
|
*/
|
|
3177
3352
|
RAWidgetContainer.prototype.raPermissionService;
|
|
3353
|
+
/**
|
|
3354
|
+
* @type {?}
|
|
3355
|
+
* @private
|
|
3356
|
+
*/
|
|
3357
|
+
RAWidgetContainer.prototype.domService;
|
|
3178
3358
|
}
|
|
3179
3359
|
|
|
3180
3360
|
/**
|
|
3181
3361
|
* @fileoverview added by tsickle
|
|
3182
3362
|
* Generated from: lib/custom.notifier.options.ts
|
|
3183
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3363
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3184
3364
|
*/
|
|
3185
3365
|
/** @type {?} */
|
|
3186
3366
|
var customNotifierOptions = {
|
|
@@ -3227,7 +3407,7 @@
|
|
|
3227
3407
|
/**
|
|
3228
3408
|
* @fileoverview added by tsickle
|
|
3229
3409
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
3230
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3410
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3231
3411
|
*/
|
|
3232
3412
|
/** @enum {string} */
|
|
3233
3413
|
var GridType = {
|
|
@@ -3444,7 +3624,7 @@
|
|
|
3444
3624
|
/**
|
|
3445
3625
|
* @fileoverview added by tsickle
|
|
3446
3626
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
3447
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3627
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3448
3628
|
*/
|
|
3449
3629
|
/** @type {?} */
|
|
3450
3630
|
var GridsterConfigService = {
|
|
@@ -3623,7 +3803,7 @@
|
|
|
3623
3803
|
/**
|
|
3624
3804
|
* @fileoverview added by tsickle
|
|
3625
3805
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
3626
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3806
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3627
3807
|
*/
|
|
3628
3808
|
var GridsterUtils = /** @class */ (function () {
|
|
3629
3809
|
function GridsterUtils() {
|
|
@@ -3799,7 +3979,7 @@
|
|
|
3799
3979
|
/**
|
|
3800
3980
|
* @fileoverview added by tsickle
|
|
3801
3981
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3802
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3982
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3803
3983
|
*/
|
|
3804
3984
|
/**
|
|
3805
3985
|
* @abstract
|
|
@@ -3890,7 +4070,7 @@
|
|
|
3890
4070
|
/**
|
|
3891
4071
|
* @fileoverview added by tsickle
|
|
3892
4072
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3893
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4073
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3894
4074
|
*/
|
|
3895
4075
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
3896
4076
|
function GridsterEmptyCell(gridster) {
|
|
@@ -4245,7 +4425,7 @@
|
|
|
4245
4425
|
/**
|
|
4246
4426
|
* @fileoverview added by tsickle
|
|
4247
4427
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
4248
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4428
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4249
4429
|
*/
|
|
4250
4430
|
var GridsterCompact = /** @class */ (function () {
|
|
4251
4431
|
function GridsterCompact(gridster) {
|
|
@@ -4495,7 +4675,7 @@
|
|
|
4495
4675
|
/**
|
|
4496
4676
|
* @fileoverview added by tsickle
|
|
4497
4677
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
4498
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4678
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4499
4679
|
*/
|
|
4500
4680
|
var GridsterRenderer = /** @class */ (function () {
|
|
4501
4681
|
function GridsterRenderer(gridster) {
|
|
@@ -4814,7 +4994,7 @@
|
|
|
4814
4994
|
/**
|
|
4815
4995
|
* @fileoverview added by tsickle
|
|
4816
4996
|
* Generated from: gridster/lib/gridster.component.ts
|
|
4817
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4997
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4818
4998
|
*/
|
|
4819
4999
|
var GridsterComponent = /** @class */ (function () {
|
|
4820
5000
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -5611,7 +5791,7 @@
|
|
|
5611
5791
|
/**
|
|
5612
5792
|
* @fileoverview added by tsickle
|
|
5613
5793
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
5614
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5794
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5615
5795
|
*/
|
|
5616
5796
|
/**
|
|
5617
5797
|
* @abstract
|
|
@@ -5666,7 +5846,7 @@
|
|
|
5666
5846
|
/**
|
|
5667
5847
|
* @fileoverview added by tsickle
|
|
5668
5848
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
5669
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5849
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5670
5850
|
*/
|
|
5671
5851
|
var GridsterSwap = /** @class */ (function () {
|
|
5672
5852
|
function GridsterSwap(gridsterItem) {
|
|
@@ -5816,7 +5996,7 @@
|
|
|
5816
5996
|
/**
|
|
5817
5997
|
* @fileoverview added by tsickle
|
|
5818
5998
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
5819
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5999
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5820
6000
|
*/
|
|
5821
6001
|
/** @type {?} */
|
|
5822
6002
|
var scrollSensitivity;
|
|
@@ -6012,7 +6192,7 @@
|
|
|
6012
6192
|
/**
|
|
6013
6193
|
* @fileoverview added by tsickle
|
|
6014
6194
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
6015
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6195
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6016
6196
|
*/
|
|
6017
6197
|
var GridsterPush = /** @class */ (function () {
|
|
6018
6198
|
function GridsterPush(gridsterItem) {
|
|
@@ -6557,7 +6737,7 @@
|
|
|
6557
6737
|
/**
|
|
6558
6738
|
* @fileoverview added by tsickle
|
|
6559
6739
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
6560
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6740
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6561
6741
|
*/
|
|
6562
6742
|
var GridsterDraggable = /** @class */ (function () {
|
|
6563
6743
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -7099,7 +7279,7 @@
|
|
|
7099
7279
|
/**
|
|
7100
7280
|
* @fileoverview added by tsickle
|
|
7101
7281
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
7102
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7282
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7103
7283
|
*/
|
|
7104
7284
|
var GridsterPushResize = /** @class */ (function () {
|
|
7105
7285
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -7519,7 +7699,7 @@
|
|
|
7519
7699
|
/**
|
|
7520
7700
|
* @fileoverview added by tsickle
|
|
7521
7701
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
7522
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7702
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7523
7703
|
*/
|
|
7524
7704
|
var GridsterResizable = /** @class */ (function () {
|
|
7525
7705
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -8141,7 +8321,7 @@
|
|
|
8141
8321
|
/**
|
|
8142
8322
|
* @fileoverview added by tsickle
|
|
8143
8323
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
8144
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8324
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8145
8325
|
*/
|
|
8146
8326
|
var GridsterItemComponent = /** @class */ (function () {
|
|
8147
8327
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -8374,7 +8554,7 @@
|
|
|
8374
8554
|
/**
|
|
8375
8555
|
* @fileoverview added by tsickle
|
|
8376
8556
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
8377
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8557
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8378
8558
|
*/
|
|
8379
8559
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
8380
8560
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -8442,7 +8622,7 @@
|
|
|
8442
8622
|
/**
|
|
8443
8623
|
* @fileoverview added by tsickle
|
|
8444
8624
|
* Generated from: gridster/lib/gridster.module.ts
|
|
8445
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8625
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8446
8626
|
*/
|
|
8447
8627
|
var GridsterModule = /** @class */ (function () {
|
|
8448
8628
|
function GridsterModule() {
|
|
@@ -8468,7 +8648,7 @@
|
|
|
8468
8648
|
/**
|
|
8469
8649
|
* @fileoverview added by tsickle
|
|
8470
8650
|
* Generated from: lib/ra.dashboard.module.ts
|
|
8471
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8651
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8472
8652
|
*/
|
|
8473
8653
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
8474
8654
|
function DashboardFrameworkModule() {
|
|
@@ -8477,7 +8657,8 @@
|
|
|
8477
8657
|
{ type: core.NgModule, args: [{
|
|
8478
8658
|
declarations: [
|
|
8479
8659
|
RADashboardArea,
|
|
8480
|
-
RAWidgetContainer
|
|
8660
|
+
RAWidgetContainer,
|
|
8661
|
+
LockTooltip
|
|
8481
8662
|
],
|
|
8482
8663
|
imports: [
|
|
8483
8664
|
platformBrowser.BrowserModule,
|
|
@@ -8492,7 +8673,10 @@
|
|
|
8492
8673
|
exports: [
|
|
8493
8674
|
RADashboardArea
|
|
8494
8675
|
],
|
|
8495
|
-
bootstrap: [RADashboardArea]
|
|
8676
|
+
bootstrap: [RADashboardArea],
|
|
8677
|
+
entryComponents: [
|
|
8678
|
+
LockTooltip
|
|
8679
|
+
]
|
|
8496
8680
|
},] }
|
|
8497
8681
|
];
|
|
8498
8682
|
return DashboardFrameworkModule;
|
|
@@ -8501,7 +8685,7 @@
|
|
|
8501
8685
|
/**
|
|
8502
8686
|
* @fileoverview added by tsickle
|
|
8503
8687
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
8504
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8688
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8505
8689
|
*/
|
|
8506
8690
|
/**
|
|
8507
8691
|
* @abstract
|
|
@@ -8574,7 +8758,7 @@
|
|
|
8574
8758
|
/**
|
|
8575
8759
|
* @fileoverview added by tsickle
|
|
8576
8760
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
8577
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8761
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8578
8762
|
*/
|
|
8579
8763
|
/**
|
|
8580
8764
|
* @abstract
|
|
@@ -8691,11 +8875,12 @@
|
|
|
8691
8875
|
exports.RaBaseDashboardFilter = RaBaseDashboardFilter;
|
|
8692
8876
|
exports.RaBaseDashboardTemplate = RaBaseDashboardTemplate;
|
|
8693
8877
|
exports.RaDashboardService = RaDashboardService;
|
|
8694
|
-
exports.ɵa =
|
|
8695
|
-
exports.ɵb =
|
|
8696
|
-
exports.ɵc =
|
|
8697
|
-
exports.ɵd =
|
|
8698
|
-
exports.ɵe =
|
|
8878
|
+
exports.ɵa = LockTooltip;
|
|
8879
|
+
exports.ɵb = GridsterModule;
|
|
8880
|
+
exports.ɵc = GridsterComponent;
|
|
8881
|
+
exports.ɵd = GridsterItemComponent;
|
|
8882
|
+
exports.ɵe = GridsterPreviewComponent;
|
|
8883
|
+
exports.ɵf = customNotifierOptions;
|
|
8699
8884
|
|
|
8700
8885
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
8701
8886
|
|