@schneideress/dashboardframework 0.0.188 → 0.0.190
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 +264 -119
- 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/ra.widget.container.component.js +197 -47
- package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
- package/esm2015/lib/ra.base.dashboard.template.js +1 -1
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +1 -1
- package/esm2015/lib/ra.dashboard.responsive.service.js +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 +1 -1
- package/esm5/gridster/index.js +1 -1
- package/esm5/gridster/lib/gridster.component.js +1 -1
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +1 -1
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +1 -1
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +226 -76
- package/esm5/lib/ra.base.dashboard.filter.js +1 -1
- package/esm5/lib/ra.base.dashboard.template.js +1 -1
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +1 -1
- package/esm5/lib/ra.dashboard.responsive.service.js +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 +1 -1
- package/fesm2015/schneideress-dashboardframework.js +226 -76
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +255 -105
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +8 -7
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
}(this, (function (exports, core, rxjs, raCommon, operators, ngxUiLoader, angularNotifier, widgetframework, platformBrowser, http, common, userControls, commonControls) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
|
-
Copyright (c) Microsoft Corporation.
|
|
8
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
9
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
10
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
11
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
13
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
15
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
16
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
12
17
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
18
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
19
|
+
and limitations under the License.
|
|
20
20
|
***************************************************************************** */
|
|
21
21
|
/* global Reflect, Promise */
|
|
22
22
|
|
|
@@ -109,13 +109,8 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
function __createBinding(o, m, k, k2) {
|
|
113
|
-
if (k2 === undefined) k2 = k;
|
|
114
|
-
o[k2] = m[k];
|
|
115
|
-
}
|
|
116
|
-
|
|
117
112
|
function __exportStar(m, exports) {
|
|
118
|
-
for (var p in m) if (
|
|
113
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
119
114
|
}
|
|
120
115
|
|
|
121
116
|
function __values(o) {
|
|
@@ -226,7 +221,7 @@
|
|
|
226
221
|
/**
|
|
227
222
|
* @fileoverview added by tsickle
|
|
228
223
|
* Generated from: lib/ra.dashboard.service.ts
|
|
229
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
224
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
230
225
|
*/
|
|
231
226
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
232
227
|
__extends(RaDashboardService, _super);
|
|
@@ -442,7 +437,7 @@
|
|
|
442
437
|
/**
|
|
443
438
|
* @fileoverview added by tsickle
|
|
444
439
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
445
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
440
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
446
441
|
*/
|
|
447
442
|
var RADashboardEventBus = /** @class */ (function () {
|
|
448
443
|
function RADashboardEventBus() {
|
|
@@ -563,7 +558,7 @@
|
|
|
563
558
|
/**
|
|
564
559
|
* @fileoverview added by tsickle
|
|
565
560
|
* Generated from: lib/ra.event.enum.ts
|
|
566
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
561
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
567
562
|
*/
|
|
568
563
|
/** @enum {string} */
|
|
569
564
|
var RAEvent = {
|
|
@@ -619,7 +614,7 @@
|
|
|
619
614
|
/**
|
|
620
615
|
* @fileoverview added by tsickle
|
|
621
616
|
* Generated from: lib/ra.gridster.config.ts
|
|
622
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
617
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
623
618
|
*/
|
|
624
619
|
/** @type {?} */
|
|
625
620
|
var GridsterConfigDefaultSettings = {
|
|
@@ -681,7 +676,7 @@
|
|
|
681
676
|
/**
|
|
682
677
|
* @fileoverview added by tsickle
|
|
683
678
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
684
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
679
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
685
680
|
*/
|
|
686
681
|
var RADashboardResponsiveService = /** @class */ (function () {
|
|
687
682
|
function RADashboardResponsiveService() {
|
|
@@ -924,7 +919,7 @@
|
|
|
924
919
|
/**
|
|
925
920
|
* @fileoverview added by tsickle
|
|
926
921
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
927
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
922
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
928
923
|
*/
|
|
929
924
|
var RADashboardArea = /** @class */ (function () {
|
|
930
925
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier, responsiveService) {
|
|
@@ -1710,7 +1705,7 @@
|
|
|
1710
1705
|
/**
|
|
1711
1706
|
* @fileoverview added by tsickle
|
|
1712
1707
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1713
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1708
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1714
1709
|
*/
|
|
1715
1710
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1716
1711
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer, raPermissionService) {
|
|
@@ -1724,14 +1719,11 @@
|
|
|
1724
1719
|
this.raPermissionService = raPermissionService;
|
|
1725
1720
|
this.showPanel = true;
|
|
1726
1721
|
this.isWidgetLoaded = false;
|
|
1727
|
-
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1728
1722
|
this.lockClass = "unlocked";
|
|
1729
1723
|
this.lockStatus = widgetframework.RaWidgetlockStatus.Unlocked;
|
|
1730
1724
|
this.isDownloadIconVisible = false;
|
|
1731
1725
|
this.isChartDownloadVisible = false;
|
|
1732
1726
|
this.isGridDownloadVisible = false;
|
|
1733
|
-
this.dropDownShown = false;
|
|
1734
|
-
this.isDownloadChartVisible = false;
|
|
1735
1727
|
this.enableTitleLine = false;
|
|
1736
1728
|
this.isGlobalFilterApplied = false;
|
|
1737
1729
|
this.toolTipValue = ' ';
|
|
@@ -1752,6 +1744,7 @@
|
|
|
1752
1744
|
this.excelToolTipWidth = '0px';
|
|
1753
1745
|
this.deleteToolTipWidth = '0px';
|
|
1754
1746
|
this.noPadding = false;
|
|
1747
|
+
this.isMouseHover = false;
|
|
1755
1748
|
this.widgetDeleted = new core.EventEmitter();
|
|
1756
1749
|
this.isWidgetStateApplicable = false;
|
|
1757
1750
|
this.widgetEmptyState = '';
|
|
@@ -1762,11 +1755,13 @@
|
|
|
1762
1755
|
* @return {?}
|
|
1763
1756
|
*/
|
|
1764
1757
|
function (e) {
|
|
1765
|
-
if (e.target
|
|
1766
|
-
|
|
1758
|
+
if (e.target.className) {
|
|
1759
|
+
if (e.target.className != 'fal fa-ellipsis-v widget-menu-ellipse') {
|
|
1760
|
+
_this.removeMenu();
|
|
1761
|
+
}
|
|
1767
1762
|
}
|
|
1768
|
-
|
|
1769
|
-
_this.
|
|
1763
|
+
else {
|
|
1764
|
+
_this.removeMenu();
|
|
1770
1765
|
}
|
|
1771
1766
|
}));
|
|
1772
1767
|
}
|
|
@@ -1856,6 +1851,7 @@
|
|
|
1856
1851
|
*/
|
|
1857
1852
|
function (isHover) {
|
|
1858
1853
|
if (isHover === void 0) { isHover = true; }
|
|
1854
|
+
this.isMouseHover = isHover;
|
|
1859
1855
|
if (this.widgetElement) {
|
|
1860
1856
|
if (typeof this.widgetElement.hoverStatus === "function") {
|
|
1861
1857
|
this.widgetElement.hoverStatus(isHover);
|
|
@@ -1864,9 +1860,6 @@
|
|
|
1864
1860
|
console.warn('widget framework outdated, please update to version 0.0.96');
|
|
1865
1861
|
}
|
|
1866
1862
|
}
|
|
1867
|
-
if (!isHover) {
|
|
1868
|
-
this.hideDropDown();
|
|
1869
|
-
}
|
|
1870
1863
|
};
|
|
1871
1864
|
/**
|
|
1872
1865
|
* @return {?}
|
|
@@ -1882,6 +1875,39 @@
|
|
|
1882
1875
|
function () {
|
|
1883
1876
|
_this.loadWidget(_this.data.widgetInfo);
|
|
1884
1877
|
}));
|
|
1878
|
+
document.addEventListener("scroll", (/**
|
|
1879
|
+
* @return {?}
|
|
1880
|
+
*/
|
|
1881
|
+
function () {
|
|
1882
|
+
_this.removeMenu();
|
|
1883
|
+
}));
|
|
1884
|
+
setTimeout((/**
|
|
1885
|
+
* @return {?}
|
|
1886
|
+
*/
|
|
1887
|
+
function () {
|
|
1888
|
+
/** @type {?} */
|
|
1889
|
+
var item = jQuery(_this.wcWrapper.nativeElement).closest('gridster-item');
|
|
1890
|
+
item.bind('mouseenter', (/**
|
|
1891
|
+
* @return {?}
|
|
1892
|
+
*/
|
|
1893
|
+
function () {
|
|
1894
|
+
window.gridsterItemEnter = true;
|
|
1895
|
+
}));
|
|
1896
|
+
item.bind('mouseleave', (/**
|
|
1897
|
+
* @return {?}
|
|
1898
|
+
*/
|
|
1899
|
+
function () {
|
|
1900
|
+
window.gridsterItemEnter = false;
|
|
1901
|
+
setTimeout((/**
|
|
1902
|
+
* @return {?}
|
|
1903
|
+
*/
|
|
1904
|
+
function () {
|
|
1905
|
+
if (!window.mouseOverWidgetMenu) {
|
|
1906
|
+
_this.removeMenu();
|
|
1907
|
+
}
|
|
1908
|
+
}));
|
|
1909
|
+
}));
|
|
1910
|
+
}));
|
|
1885
1911
|
};
|
|
1886
1912
|
/**
|
|
1887
1913
|
* @return {?}
|
|
@@ -2287,8 +2313,6 @@
|
|
|
2287
2313
|
widgetInfo: widgetInfo,
|
|
2288
2314
|
configChanges: this.getConfigChanges(configChanged)
|
|
2289
2315
|
}));
|
|
2290
|
-
console.log('wiget container filter data is');
|
|
2291
|
-
console.log(widgetConfigFilter);
|
|
2292
2316
|
if (!widgetContainerContext.isWidgetLoaded) return [3 /*break*/, 3];
|
|
2293
2317
|
if (this.widgetElement && typeof (this.widgetElement.setConfigFilter) == 'function') {
|
|
2294
2318
|
widgetContainerContext.widgetElement.setConfigFilter(widgetConfigFilter);
|
|
@@ -2399,48 +2423,11 @@
|
|
|
2399
2423
|
});
|
|
2400
2424
|
});
|
|
2401
2425
|
};
|
|
2402
|
-
// public downloadClicked() {
|
|
2403
|
-
// switch (this.downloadIconType) {
|
|
2404
|
-
// case RADownloadType.Grid:
|
|
2405
|
-
// this.downloadIconClicked('CSV');
|
|
2406
|
-
// break;
|
|
2407
|
-
// case RADownloadType.Chart:
|
|
2408
|
-
// this.isDownloadChartVisible = true;
|
|
2409
|
-
// break;
|
|
2410
|
-
// case RADownloadType.Custom:
|
|
2411
|
-
// break;
|
|
2412
|
-
// }
|
|
2413
|
-
// }
|
|
2414
|
-
// public downloadClicked() {
|
|
2415
|
-
// switch (this.downloadIconType) {
|
|
2416
|
-
// case RADownloadType.Grid:
|
|
2417
|
-
// this.downloadIconClicked('CSV');
|
|
2418
|
-
// break;
|
|
2419
|
-
// case RADownloadType.Chart:
|
|
2420
|
-
// this.isDownloadChartVisible = true;
|
|
2421
|
-
// break;
|
|
2422
|
-
// case RADownloadType.Custom:
|
|
2423
|
-
// break;
|
|
2424
|
-
// }
|
|
2425
|
-
// }
|
|
2426
2426
|
/**
|
|
2427
2427
|
* @param {?} type
|
|
2428
2428
|
* @return {?}
|
|
2429
2429
|
*/
|
|
2430
|
-
RAWidgetContainer.prototype.downloadIconClicked =
|
|
2431
|
-
// public downloadClicked() {
|
|
2432
|
-
// switch (this.downloadIconType) {
|
|
2433
|
-
// case RADownloadType.Grid:
|
|
2434
|
-
// this.downloadIconClicked('CSV');
|
|
2435
|
-
// break;
|
|
2436
|
-
// case RADownloadType.Chart:
|
|
2437
|
-
// this.isDownloadChartVisible = true;
|
|
2438
|
-
// break;
|
|
2439
|
-
// case RADownloadType.Custom:
|
|
2440
|
-
// break;
|
|
2441
|
-
// }
|
|
2442
|
-
// }
|
|
2443
|
-
/**
|
|
2430
|
+
RAWidgetContainer.prototype.downloadIconClicked = /**
|
|
2444
2431
|
* @param {?} type
|
|
2445
2432
|
* @return {?}
|
|
2446
2433
|
*/
|
|
@@ -2463,33 +2450,199 @@
|
|
|
2463
2450
|
break;
|
|
2464
2451
|
}
|
|
2465
2452
|
};
|
|
2453
|
+
/**
|
|
2454
|
+
* @private
|
|
2455
|
+
* @return {?}
|
|
2456
|
+
*/
|
|
2457
|
+
RAWidgetContainer.prototype.removeMenu = /**
|
|
2458
|
+
* @private
|
|
2459
|
+
* @return {?}
|
|
2460
|
+
*/
|
|
2461
|
+
function () {
|
|
2462
|
+
jQuery('#ra-db-widget-menu').remove();
|
|
2463
|
+
};
|
|
2466
2464
|
/**Show dropdown on gear icon click */
|
|
2467
2465
|
/**
|
|
2468
2466
|
* Show dropdown on gear icon click
|
|
2467
|
+
* @param {?} e
|
|
2469
2468
|
* @return {?}
|
|
2470
2469
|
*/
|
|
2471
2470
|
RAWidgetContainer.prototype.showDropDown = /**
|
|
2472
2471
|
* Show dropdown on gear icon click
|
|
2472
|
+
* @param {?} e
|
|
2473
2473
|
* @return {?}
|
|
2474
2474
|
*/
|
|
2475
|
-
function () {
|
|
2475
|
+
function (e) {
|
|
2476
|
+
var _this = this;
|
|
2476
2477
|
this.setDownloadIcon();
|
|
2477
|
-
this.
|
|
2478
|
+
this.removeMenu();
|
|
2479
|
+
setTimeout((/**
|
|
2480
|
+
* @return {?}
|
|
2481
|
+
*/
|
|
2482
|
+
function () {
|
|
2483
|
+
/** @type {?} */
|
|
2484
|
+
var targetPos = e.target.getBoundingClientRect();
|
|
2485
|
+
/** @type {?} */
|
|
2486
|
+
var style = "position:fixed;top:" + (targetPos.y + 15) + 'px' + ';left:' + (e.pageX - 122) + 'px;z-index:1000;';
|
|
2487
|
+
/** @type {?} */
|
|
2488
|
+
var html = _this.getContenxtHtml(style);
|
|
2489
|
+
jQuery(html).appendTo('body');
|
|
2490
|
+
if (_this.isWidgetMgmnt) {
|
|
2491
|
+
_this.addEventListener('wcEditWidget', _this.editWidget);
|
|
2492
|
+
_this.addEventListener('wcCopyWidget', _this.copyWidget);
|
|
2493
|
+
_this.addEventListener('wcMoveWidget', _this.moveWidget);
|
|
2494
|
+
_this.addEventListener('wcWidgetDelete', _this.deleteWidget);
|
|
2495
|
+
}
|
|
2496
|
+
if (_this.detailPageUrl) {
|
|
2497
|
+
_this.addEventListener('wcVisitWidget', _this.visitPage);
|
|
2498
|
+
}
|
|
2499
|
+
if (_this.isChartDownloadVisible) {
|
|
2500
|
+
_this.addEventListener('wcDownloadPng', _this.downloadIconClicked, 'PNG');
|
|
2501
|
+
_this.addEventListener('wcDownloadJpg', _this.downloadIconClicked, 'JPEG');
|
|
2502
|
+
_this.addEventListener('wcDownloadPdf', _this.downloadIconClicked, 'PDF');
|
|
2503
|
+
_this.addEventListener('wcDownloadSvg', _this.downloadIconClicked, 'SVG');
|
|
2504
|
+
}
|
|
2505
|
+
if (_this.isGridDownloadVisible) {
|
|
2506
|
+
_this.addEventListener('wcDownloadExcel', _this.downloadIconClicked, 'CSV');
|
|
2507
|
+
}
|
|
2508
|
+
document.getElementById('ra-db-widget-menu').addEventListener('mouseenter', (/**
|
|
2509
|
+
* @return {?}
|
|
2510
|
+
*/
|
|
2511
|
+
function () {
|
|
2512
|
+
window.mouseOverWidgetMenu = true;
|
|
2513
|
+
}));
|
|
2514
|
+
document.getElementById('ra-db-widget-menu').addEventListener('mouseleave', (/**
|
|
2515
|
+
* @return {?}
|
|
2516
|
+
*/
|
|
2517
|
+
function () {
|
|
2518
|
+
window.mouseOverWidgetMenu = false;
|
|
2519
|
+
setTimeout((/**
|
|
2520
|
+
* @return {?}
|
|
2521
|
+
*/
|
|
2522
|
+
function () {
|
|
2523
|
+
if (!window.gridsterItemEnter) {
|
|
2524
|
+
_this.removeMenu();
|
|
2525
|
+
}
|
|
2526
|
+
}));
|
|
2527
|
+
}));
|
|
2528
|
+
}));
|
|
2478
2529
|
};
|
|
2479
|
-
/**Hide dropdown on outside click */
|
|
2480
2530
|
/**
|
|
2481
|
-
*
|
|
2531
|
+
* @private
|
|
2532
|
+
* @param {?} id
|
|
2533
|
+
* @param {?} event
|
|
2534
|
+
* @param {?=} params
|
|
2482
2535
|
* @return {?}
|
|
2483
2536
|
*/
|
|
2484
|
-
RAWidgetContainer.prototype.
|
|
2485
|
-
*
|
|
2537
|
+
RAWidgetContainer.prototype.addEventListener = /**
|
|
2538
|
+
* @private
|
|
2539
|
+
* @param {?} id
|
|
2540
|
+
* @param {?} event
|
|
2541
|
+
* @param {?=} params
|
|
2486
2542
|
* @return {?}
|
|
2487
2543
|
*/
|
|
2488
|
-
function () {
|
|
2489
|
-
|
|
2490
|
-
|
|
2544
|
+
function (id, event, params) {
|
|
2545
|
+
var _this = this;
|
|
2546
|
+
/** @type {?} */
|
|
2547
|
+
var element = document.getElementById(id);
|
|
2548
|
+
if (element) {
|
|
2549
|
+
element.addEventListener('click', (/**
|
|
2550
|
+
* @return {?}
|
|
2551
|
+
*/
|
|
2552
|
+
function () {
|
|
2553
|
+
event.call(_this, params);
|
|
2554
|
+
}));
|
|
2491
2555
|
}
|
|
2492
|
-
|
|
2556
|
+
};
|
|
2557
|
+
/**
|
|
2558
|
+
* @private
|
|
2559
|
+
* @param {?} style
|
|
2560
|
+
* @return {?}
|
|
2561
|
+
*/
|
|
2562
|
+
RAWidgetContainer.prototype.getContenxtHtml = /**
|
|
2563
|
+
* @private
|
|
2564
|
+
* @param {?} style
|
|
2565
|
+
* @return {?}
|
|
2566
|
+
*/
|
|
2567
|
+
function (style) {
|
|
2568
|
+
/** @type {?} */
|
|
2569
|
+
var html = '<div id="ra-db-widget-menu"' + 'style="' + style + '" class="download-content dropdown-content widget-config-item dropdown-click" style="z-index: 1002;">';
|
|
2570
|
+
html += '<div style="color: #9FA0A4;font-size: 12px;padding-top: 8px;padding-left: 12px;">';
|
|
2571
|
+
html += this.translateService.translate('Common.settings') + '</div>';
|
|
2572
|
+
if (this.isWidgetMgmnt) {
|
|
2573
|
+
html += this.getHtmlForButton('wcEditWidget', 'fal fa-edit', this.editText);
|
|
2574
|
+
html += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
|
|
2575
|
+
html += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);
|
|
2576
|
+
}
|
|
2577
|
+
if (this.detailPageUrl) {
|
|
2578
|
+
html += '<a style="max-height: 30px;align-items: center;align-content: center; display: flex;" id="wcVisitWidget">';
|
|
2579
|
+
html += '<i style="padding-left: 4px;font-size: 27px !important;" class="fal fa-angle-right"></i> ';
|
|
2580
|
+
html += '<span style="padding-left: 11px;margin-top: 2px;" style="padding-left: 6px;">';
|
|
2581
|
+
html += this.translateService.translate('Common.visitpage');
|
|
2582
|
+
html += '</span></a>';
|
|
2583
|
+
}
|
|
2584
|
+
html += this.getHr();
|
|
2585
|
+
;
|
|
2586
|
+
if (this.isDownloadIconVisible) {
|
|
2587
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;">';
|
|
2588
|
+
html += this.translateService.translate('Common.downloads');
|
|
2589
|
+
html += '</span>';
|
|
2590
|
+
if (this.isChartDownloadVisible) {
|
|
2591
|
+
html += '<div style="padding-top: 10px;" class="chartDownload">';
|
|
2592
|
+
html += this.getHtmlForButton('wcDownloadPng', 'fal fa-file-image', this.translateService.translate('Common.png'));
|
|
2593
|
+
html += this.getHtmlForButton('wcDownloadJpg', 'fal fa-file-image', this.translateService.translate('Common.jpeg'));
|
|
2594
|
+
html += this.getHtmlForButton('wcDownloadPdf', 'fal fa-file-pdf', this.translateService.translate('Common.pdf'));
|
|
2595
|
+
html += this.getHtmlForButton('wcDownloadSvg', 'fal fa-file-alt', this.translateService.translate('Common.svg'));
|
|
2596
|
+
html += '</div>';
|
|
2597
|
+
}
|
|
2598
|
+
if (this.isGridDownloadVisible) {
|
|
2599
|
+
html += '<div class="gridDownload">';
|
|
2600
|
+
html += this.getHtmlForButton('wcDownloadExcel', 'fal fa-download', this.excelText);
|
|
2601
|
+
html += '</div>';
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
if (this.isDownloadIconVisible && this.isWidgetMgmnt) {
|
|
2605
|
+
html += this.getHr();
|
|
2606
|
+
}
|
|
2607
|
+
if (this.isWidgetMgmnt) {
|
|
2608
|
+
html += '<a id="wcWidgetDelete"><i class="fal fa-times" style="padding-left: 3px;color: red;"></i><span>';
|
|
2609
|
+
html += this.deleteText;
|
|
2610
|
+
html += '</span></a>';
|
|
2611
|
+
}
|
|
2612
|
+
html += '</div>';
|
|
2613
|
+
return html;
|
|
2614
|
+
};
|
|
2615
|
+
/**
|
|
2616
|
+
* @private
|
|
2617
|
+
* @return {?}
|
|
2618
|
+
*/
|
|
2619
|
+
RAWidgetContainer.prototype.getHr = /**
|
|
2620
|
+
* @private
|
|
2621
|
+
* @return {?}
|
|
2622
|
+
*/
|
|
2623
|
+
function () {
|
|
2624
|
+
return '<hr class="hr" style="margin-top: 5px;margin-bottom: 5px;">';
|
|
2625
|
+
};
|
|
2626
|
+
/**
|
|
2627
|
+
* @private
|
|
2628
|
+
* @param {?} id
|
|
2629
|
+
* @param {?} fontClass
|
|
2630
|
+
* @param {?} text
|
|
2631
|
+
* @return {?}
|
|
2632
|
+
*/
|
|
2633
|
+
RAWidgetContainer.prototype.getHtmlForButton = /**
|
|
2634
|
+
* @private
|
|
2635
|
+
* @param {?} id
|
|
2636
|
+
* @param {?} fontClass
|
|
2637
|
+
* @param {?} text
|
|
2638
|
+
* @return {?}
|
|
2639
|
+
*/
|
|
2640
|
+
function (id, fontClass, text) {
|
|
2641
|
+
/** @type {?} */
|
|
2642
|
+
var html = '<a id="' + id + '"><i style="width:16px" class="' + fontClass + '"></i> <span style="padding-left: 6px;">';
|
|
2643
|
+
html += text;
|
|
2644
|
+
html += '</span></a>';
|
|
2645
|
+
return html;
|
|
2493
2646
|
};
|
|
2494
2647
|
/**
|
|
2495
2648
|
* @private
|
|
@@ -2536,8 +2689,7 @@
|
|
|
2536
2689
|
RAWidgetContainer.decorators = [
|
|
2537
2690
|
{ type: core.Component, args: [{
|
|
2538
2691
|
selector: 'ra-widget-container',
|
|
2539
|
-
template: "<div class=\"wc-wrapper\" (mouseenter)=\"mouseHover(true)\" (mouseleave)=\"mouseHover(false)\"\r\n [ngStyle]=\"{'margin-left': noPadding?'0px':'15px','margin-right': noPadding?'0px':'15px'}\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isWidgetStateApplicable}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\r\n <div style=\"display:flex;margin-top:10px;\"\r\n [ngStyle]=\"{'margin-left': noPadding?'15px':'0px','margin-right': noPadding?'15px':'0px'}\">\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n
|
|
2540
|
-
styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{color:#42b4e6;text-align:right;height:100%}.dropbtn i{cursor:pointer;width:100%;height:100%}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative;width:100%}@media screen and (max-width:400px){.dropdown{visibility:visible;opacity:1}}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400;width:122px}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.wc{height:100%}.defaultConfig{height:100%;display:flex;align-items:center}.defaultConfig .button{min-height:34px;font-size:13px;width:100%;min-height:34px;color:#fff;display:table;margin:9px 0 0;cursor:pointer;text-align:center;float:left}.defaultConfig .contentarea{width:80%;margin:0 auto;float:left;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.defaultConfig .textarea{width:100%;float:left}.defaultConfig .textarea .icon{width:52px;height:100%;float:left}.defaultConfig .textarea .error-view{color:#dc0a0a}.defaultConfig .textarea .empty-data{color:#5ab5e6}.defaultConfig .textarea .text{width:calc(100% - 52px);min-height:60px;float:left;font-size:14px;text-align:left}.defaultConfig .textarea .icon i{font-size:40px!important}.configuretext{display:table-cell;vertical-align:middle;height:34px}.dropdown-content a:hover{background-color:#f1f1f1}.lockInvisible{margin-right:-17px}.dropdown-click{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.download-icon{cursor:pointer}.dropdown:hover .dropdown-content{color:#fff}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}.settingstyle{color:#9fa0a4;font-size:12px}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.widget-config-item i{font-size:17px;color:#42b4e6}.widget-config-item span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.lock{color:#42b4e6}.locked{color:#42b4e6;background:#fff}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.wc-wrapper:hover .download{visibility:visible;opacity:1}.download-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.download-content a:hover{background-color:#f1f1f1}.download-content a i{font-size:17px;color:#42b4e6}.download-content a span{font-size:12px;font:inherit;padding-left:12px;color:#42b4e6}.title-label{width:96%;padding-left:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lock-dropdown{transition:visibility,opacity .5s linear;position:relative;display:inline-block;margin:0 6px 0 10px}.lock-dropdown-content{display:none;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}.lock-dropdown-content hr{border-bottom:1px solid #fff}.lock-dropdown:hover .lock-dropdown-content{display:block!important;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}"]
|
|
2692
|
+
template: "<div #wcWrapper class=\"wc-wrapper\" (mouseenter)=\"mouseHover(true)\" (mouseleave)=\"mouseHover(false)\"\r\n [ngStyle]=\"{'margin-left': noPadding?'0px':'15px','margin-right': noPadding?'0px':'15px'}\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isWidgetStateApplicable}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;padding-right: 0px;\">\r\n <div style=\"display:flex;margin-top:10px;\"\r\n [ngStyle]=\"{'margin-left': noPadding?'15px':'0px','margin-right': noPadding?'15px':'0px'}\">\r\n <div class=\"col-md-10 float-left title-label\">\r\n <ra-tooltip [value]=\"toolTipValue\" [width]=\"toolTipWidth\">\r\n <div style=\"text-overflow: ellipsis;white-space: nowrap;overflow: hidden;\" (mouseover)=\"mouseOver($event)\"\r\n #searchInput>{{data.widgetInfo.widgetTitle}}</div>\r\n </ra-tooltip>\r\n </div>\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\r\n <div class=\"title-bar-lock-icon lock-dropdown\" [hidden]=\"!lockDetails && !lockTemplateInfo\">\r\n <i class=\"fal fa-lock lock\"></i>\r\n <div class=\"lock-dropdown-content light widget-config-item\">\r\n <div *ngIf=\"lockDetails && !lockTemplateInfo\">\r\n <label style=\"color: #D9F0FA;\">\r\n {{'Common.lockedfields'|translate}}\r\n </label>\r\n <div style=\"color: white;\">\r\n <label class=\"bold\" style=\"margin-bottom: 0px;width: 100%;\" *ngFor=\"let item of lockDetails\">\r\n {{item}}\r\n </label>\r\n </div>\r\n <hr>\r\n <div style=\"color: #D9F0FA;\">\r\n <label>{{'Common.lockedfieldseditinfo'|translate}}</label>\r\n </div>\r\n </div>\r\n <div *ngIf=\"!lockDetails && lockTemplateInfo\">\r\n <ng-container *ngTemplateOutlet=\"lockTemplateInfo\">\r\n </ng-container>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"widget-menu\" style=\"width:10px;\" [ngClass]=\"{'widget-menu-show': isMouseHover}\">\r\n <div class=\"dropbtn title-bar-icon\">\r\n <i (click)=\"showDropDown($event)\" #widgetDropdown class=\"fal fa-ellipsis-v widget-menu-ellipse\"></i>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" [ngStyle]=\"{'bottom': noPadding?'0px':'10px'}\">\r\n <div [hidden]=\"isWidgetStateApplicable\" class=\"m-fadeOut widget-overlay\" [ngClass]=\"{'m-fadeIn': showPanel}\">\r\n <div class=\"lds-roller\">\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n <div></div>\r\n </div>\r\n </div>\r\n <div class=\"wc\" [hidden]=\"isWidgetStateApplicable\">\r\n <div #ctlWidget></div>\r\n </div>\r\n <div *ngIf=\"isWidgetStateApplicable\" class=\"defaultConfig\">\r\n <ra-widget-state style=\"width: 100%;\" [isWidgetStateApplicable]=\"isWidgetStateApplicable\" [isGlobalFilterApplied]=\"isGlobalFilterApplied\"\r\n [widgetEmptyState]=\"widgetEmptyState\" (editWidgetClicked)=editWidget()>\r\n </ra-widget-state>\r\n </div>\r\n <div>\r\n </div>\r\n </div>\r\n</div>"
|
|
2541
2693
|
}] }
|
|
2542
2694
|
];
|
|
2543
2695
|
/** @nocollapse */
|
|
@@ -2553,8 +2705,8 @@
|
|
|
2553
2705
|
RAWidgetContainer.propDecorators = {
|
|
2554
2706
|
ctlWidget: [{ type: core.ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
2555
2707
|
widgetDropdown: [{ type: core.ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
2556
|
-
widgetDownload: [{ type: core.ViewChild, args: ['widgetDownload', { static: false },] }],
|
|
2557
2708
|
searchInput: [{ type: core.ViewChild, args: ['searchInput', { static: false },] }],
|
|
2709
|
+
wcWrapper: [{ type: core.ViewChild, args: ['wcWrapper', { static: false },] }],
|
|
2558
2710
|
widgetInstanceId: [{ type: core.Input, args: ['widget-instance-id',] }],
|
|
2559
2711
|
globalFilter: [{ type: core.Input, args: ['global-filter',] }],
|
|
2560
2712
|
data: [{ type: core.Input, args: ['data',] }],
|
|
@@ -2586,11 +2738,6 @@
|
|
|
2586
2738
|
* @private
|
|
2587
2739
|
*/
|
|
2588
2740
|
RAWidgetContainer.prototype.configChanged;
|
|
2589
|
-
/**
|
|
2590
|
-
* @type {?}
|
|
2591
|
-
* @private
|
|
2592
|
-
*/
|
|
2593
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
2594
2741
|
/** @type {?} */
|
|
2595
2742
|
RAWidgetContainer.prototype.widgetHeight;
|
|
2596
2743
|
/** @type {?} */
|
|
@@ -2604,10 +2751,6 @@
|
|
|
2604
2751
|
/** @type {?} */
|
|
2605
2752
|
RAWidgetContainer.prototype.isGridDownloadVisible;
|
|
2606
2753
|
/** @type {?} */
|
|
2607
|
-
RAWidgetContainer.prototype.dropDownShown;
|
|
2608
|
-
/** @type {?} */
|
|
2609
|
-
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
2610
|
-
/** @type {?} */
|
|
2611
2754
|
RAWidgetContainer.prototype.downloadIconType;
|
|
2612
2755
|
/** @type {?} */
|
|
2613
2756
|
RAWidgetContainer.prototype.enableTitleLine;
|
|
@@ -2656,14 +2799,16 @@
|
|
|
2656
2799
|
/** @type {?} */
|
|
2657
2800
|
RAWidgetContainer.prototype.noPadding;
|
|
2658
2801
|
/** @type {?} */
|
|
2802
|
+
RAWidgetContainer.prototype.isMouseHover;
|
|
2803
|
+
/** @type {?} */
|
|
2659
2804
|
RAWidgetContainer.prototype.ctlWidget;
|
|
2660
2805
|
/** @type {?} */
|
|
2661
2806
|
RAWidgetContainer.prototype.widgetDropdown;
|
|
2662
2807
|
/** @type {?} */
|
|
2663
|
-
RAWidgetContainer.prototype.widgetDownload;
|
|
2664
|
-
/** @type {?} */
|
|
2665
2808
|
RAWidgetContainer.prototype.searchInput;
|
|
2666
2809
|
/** @type {?} */
|
|
2810
|
+
RAWidgetContainer.prototype.wcWrapper;
|
|
2811
|
+
/** @type {?} */
|
|
2667
2812
|
RAWidgetContainer.prototype.widgetInstanceId;
|
|
2668
2813
|
/** @type {?} */
|
|
2669
2814
|
RAWidgetContainer.prototype.globalFilter;
|
|
@@ -2739,7 +2884,7 @@
|
|
|
2739
2884
|
/**
|
|
2740
2885
|
* @fileoverview added by tsickle
|
|
2741
2886
|
* Generated from: lib/custom.notifier.options.ts
|
|
2742
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2887
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2743
2888
|
*/
|
|
2744
2889
|
/** @type {?} */
|
|
2745
2890
|
var customNotifierOptions = {
|
|
@@ -2786,7 +2931,7 @@
|
|
|
2786
2931
|
/**
|
|
2787
2932
|
* @fileoverview added by tsickle
|
|
2788
2933
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
2789
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2934
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2790
2935
|
*/
|
|
2791
2936
|
/** @enum {string} */
|
|
2792
2937
|
var GridType = {
|
|
@@ -3003,7 +3148,7 @@
|
|
|
3003
3148
|
/**
|
|
3004
3149
|
* @fileoverview added by tsickle
|
|
3005
3150
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
3006
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3151
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3007
3152
|
*/
|
|
3008
3153
|
/** @type {?} */
|
|
3009
3154
|
var GridsterConfigService = {
|
|
@@ -3182,7 +3327,7 @@
|
|
|
3182
3327
|
/**
|
|
3183
3328
|
* @fileoverview added by tsickle
|
|
3184
3329
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
3185
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3330
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3186
3331
|
*/
|
|
3187
3332
|
var GridsterUtils = /** @class */ (function () {
|
|
3188
3333
|
function GridsterUtils() {
|
|
@@ -3358,7 +3503,7 @@
|
|
|
3358
3503
|
/**
|
|
3359
3504
|
* @fileoverview added by tsickle
|
|
3360
3505
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
3361
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3506
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3362
3507
|
*/
|
|
3363
3508
|
/**
|
|
3364
3509
|
* @abstract
|
|
@@ -3449,7 +3594,7 @@
|
|
|
3449
3594
|
/**
|
|
3450
3595
|
* @fileoverview added by tsickle
|
|
3451
3596
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
3452
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3597
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3453
3598
|
*/
|
|
3454
3599
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
3455
3600
|
function GridsterEmptyCell(gridster) {
|
|
@@ -3804,7 +3949,7 @@
|
|
|
3804
3949
|
/**
|
|
3805
3950
|
* @fileoverview added by tsickle
|
|
3806
3951
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
3807
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3952
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3808
3953
|
*/
|
|
3809
3954
|
var GridsterCompact = /** @class */ (function () {
|
|
3810
3955
|
function GridsterCompact(gridster) {
|
|
@@ -4054,7 +4199,7 @@
|
|
|
4054
4199
|
/**
|
|
4055
4200
|
* @fileoverview added by tsickle
|
|
4056
4201
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
4057
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4202
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4058
4203
|
*/
|
|
4059
4204
|
var GridsterRenderer = /** @class */ (function () {
|
|
4060
4205
|
function GridsterRenderer(gridster) {
|
|
@@ -4373,7 +4518,7 @@
|
|
|
4373
4518
|
/**
|
|
4374
4519
|
* @fileoverview added by tsickle
|
|
4375
4520
|
* Generated from: gridster/lib/gridster.component.ts
|
|
4376
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4521
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4377
4522
|
*/
|
|
4378
4523
|
var GridsterComponent = /** @class */ (function () {
|
|
4379
4524
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -5170,7 +5315,7 @@
|
|
|
5170
5315
|
/**
|
|
5171
5316
|
* @fileoverview added by tsickle
|
|
5172
5317
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
5173
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5318
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5174
5319
|
*/
|
|
5175
5320
|
/**
|
|
5176
5321
|
* @abstract
|
|
@@ -5225,7 +5370,7 @@
|
|
|
5225
5370
|
/**
|
|
5226
5371
|
* @fileoverview added by tsickle
|
|
5227
5372
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
5228
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5373
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5229
5374
|
*/
|
|
5230
5375
|
var GridsterSwap = /** @class */ (function () {
|
|
5231
5376
|
function GridsterSwap(gridsterItem) {
|
|
@@ -5375,7 +5520,7 @@
|
|
|
5375
5520
|
/**
|
|
5376
5521
|
* @fileoverview added by tsickle
|
|
5377
5522
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
5378
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5523
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5379
5524
|
*/
|
|
5380
5525
|
/** @type {?} */
|
|
5381
5526
|
var scrollSensitivity;
|
|
@@ -5571,7 +5716,7 @@
|
|
|
5571
5716
|
/**
|
|
5572
5717
|
* @fileoverview added by tsickle
|
|
5573
5718
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
5574
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5719
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5575
5720
|
*/
|
|
5576
5721
|
var GridsterPush = /** @class */ (function () {
|
|
5577
5722
|
function GridsterPush(gridsterItem) {
|
|
@@ -6116,7 +6261,7 @@
|
|
|
6116
6261
|
/**
|
|
6117
6262
|
* @fileoverview added by tsickle
|
|
6118
6263
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
6119
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6264
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6120
6265
|
*/
|
|
6121
6266
|
var GridsterDraggable = /** @class */ (function () {
|
|
6122
6267
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -6658,7 +6803,7 @@
|
|
|
6658
6803
|
/**
|
|
6659
6804
|
* @fileoverview added by tsickle
|
|
6660
6805
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
6661
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6806
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6662
6807
|
*/
|
|
6663
6808
|
var GridsterPushResize = /** @class */ (function () {
|
|
6664
6809
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -7078,7 +7223,7 @@
|
|
|
7078
7223
|
/**
|
|
7079
7224
|
* @fileoverview added by tsickle
|
|
7080
7225
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
7081
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7226
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7082
7227
|
*/
|
|
7083
7228
|
var GridsterResizable = /** @class */ (function () {
|
|
7084
7229
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -7700,7 +7845,7 @@
|
|
|
7700
7845
|
/**
|
|
7701
7846
|
* @fileoverview added by tsickle
|
|
7702
7847
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
7703
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7848
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7704
7849
|
*/
|
|
7705
7850
|
var GridsterItemComponent = /** @class */ (function () {
|
|
7706
7851
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -7933,7 +8078,7 @@
|
|
|
7933
8078
|
/**
|
|
7934
8079
|
* @fileoverview added by tsickle
|
|
7935
8080
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
7936
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8081
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7937
8082
|
*/
|
|
7938
8083
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
7939
8084
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -8001,7 +8146,7 @@
|
|
|
8001
8146
|
/**
|
|
8002
8147
|
* @fileoverview added by tsickle
|
|
8003
8148
|
* Generated from: gridster/lib/gridster.module.ts
|
|
8004
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8149
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8005
8150
|
*/
|
|
8006
8151
|
var GridsterModule = /** @class */ (function () {
|
|
8007
8152
|
function GridsterModule() {
|
|
@@ -8027,7 +8172,7 @@
|
|
|
8027
8172
|
/**
|
|
8028
8173
|
* @fileoverview added by tsickle
|
|
8029
8174
|
* Generated from: lib/ra.dashboard.module.ts
|
|
8030
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8175
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8031
8176
|
*/
|
|
8032
8177
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
8033
8178
|
function DashboardFrameworkModule() {
|
|
@@ -8060,7 +8205,7 @@
|
|
|
8060
8205
|
/**
|
|
8061
8206
|
* @fileoverview added by tsickle
|
|
8062
8207
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
8063
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8208
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8064
8209
|
*/
|
|
8065
8210
|
/**
|
|
8066
8211
|
* @abstract
|
|
@@ -8133,7 +8278,7 @@
|
|
|
8133
8278
|
/**
|
|
8134
8279
|
* @fileoverview added by tsickle
|
|
8135
8280
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
8136
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
8281
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8137
8282
|
*/
|
|
8138
8283
|
/**
|
|
8139
8284
|
* @abstract
|