@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
|
@@ -15,7 +15,7 @@ import { RACommonControlsModule } from '@schneideress/common-controls';
|
|
|
15
15
|
/**
|
|
16
16
|
* @fileoverview added by tsickle
|
|
17
17
|
* Generated from: lib/ra.dashboard.service.ts
|
|
18
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
18
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
19
19
|
*/
|
|
20
20
|
class RaDashboardService extends BaseService {
|
|
21
21
|
/**
|
|
@@ -156,7 +156,7 @@ if (false) {
|
|
|
156
156
|
/**
|
|
157
157
|
* @fileoverview added by tsickle
|
|
158
158
|
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
159
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
159
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
160
160
|
*/
|
|
161
161
|
class RADashboardEventBus {
|
|
162
162
|
constructor() {
|
|
@@ -238,7 +238,7 @@ if (false) {
|
|
|
238
238
|
/**
|
|
239
239
|
* @fileoverview added by tsickle
|
|
240
240
|
* Generated from: lib/ra.event.enum.ts
|
|
241
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
241
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
242
242
|
*/
|
|
243
243
|
/** @enum {string} */
|
|
244
244
|
const RAEvent = {
|
|
@@ -294,7 +294,7 @@ const RAEventKey = {
|
|
|
294
294
|
/**
|
|
295
295
|
* @fileoverview added by tsickle
|
|
296
296
|
* Generated from: lib/ra.gridster.config.ts
|
|
297
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
297
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
298
298
|
*/
|
|
299
299
|
/** @type {?} */
|
|
300
300
|
const GridsterConfigDefaultSettings = {
|
|
@@ -356,7 +356,7 @@ const GridsterConfigDefaultSettings = {
|
|
|
356
356
|
/**
|
|
357
357
|
* @fileoverview added by tsickle
|
|
358
358
|
* Generated from: lib/ra.dashboard.responsive.service.ts
|
|
359
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
359
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
360
360
|
*/
|
|
361
361
|
class RADashboardResponsiveService {
|
|
362
362
|
constructor() {
|
|
@@ -554,7 +554,7 @@ if (false) {
|
|
|
554
554
|
/**
|
|
555
555
|
* @fileoverview added by tsickle
|
|
556
556
|
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
557
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
557
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
558
558
|
*/
|
|
559
559
|
class RADashboardArea {
|
|
560
560
|
/**
|
|
@@ -1231,7 +1231,7 @@ if (false) {
|
|
|
1231
1231
|
/**
|
|
1232
1232
|
* @fileoverview added by tsickle
|
|
1233
1233
|
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1234
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
1234
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1235
1235
|
*/
|
|
1236
1236
|
class RAWidgetContainer {
|
|
1237
1237
|
/**
|
|
@@ -1253,14 +1253,11 @@ class RAWidgetContainer {
|
|
|
1253
1253
|
this.raPermissionService = raPermissionService;
|
|
1254
1254
|
this.showPanel = true;
|
|
1255
1255
|
this.isWidgetLoaded = false;
|
|
1256
|
-
this.isIEOrEdge = /msie\s|trident\/|edge\//i.test(window.navigator.userAgent);
|
|
1257
1256
|
this.lockClass = "unlocked";
|
|
1258
1257
|
this.lockStatus = RaWidgetlockStatus.Unlocked;
|
|
1259
1258
|
this.isDownloadIconVisible = false;
|
|
1260
1259
|
this.isChartDownloadVisible = false;
|
|
1261
1260
|
this.isGridDownloadVisible = false;
|
|
1262
|
-
this.dropDownShown = false;
|
|
1263
|
-
this.isDownloadChartVisible = false;
|
|
1264
1261
|
this.enableTitleLine = false;
|
|
1265
1262
|
this.isGlobalFilterApplied = false;
|
|
1266
1263
|
this.toolTipValue = ' ';
|
|
@@ -1281,6 +1278,7 @@ class RAWidgetContainer {
|
|
|
1281
1278
|
this.excelToolTipWidth = '0px';
|
|
1282
1279
|
this.deleteToolTipWidth = '0px';
|
|
1283
1280
|
this.noPadding = false;
|
|
1281
|
+
this.isMouseHover = false;
|
|
1284
1282
|
this.widgetDeleted = new EventEmitter();
|
|
1285
1283
|
this.isWidgetStateApplicable = false;
|
|
1286
1284
|
this.widgetEmptyState = '';
|
|
@@ -1291,11 +1289,13 @@ class RAWidgetContainer {
|
|
|
1291
1289
|
* @return {?}
|
|
1292
1290
|
*/
|
|
1293
1291
|
(e) => {
|
|
1294
|
-
if (e.target
|
|
1295
|
-
|
|
1292
|
+
if (e.target.className) {
|
|
1293
|
+
if (e.target.className != 'fal fa-ellipsis-v widget-menu-ellipse') {
|
|
1294
|
+
this.removeMenu();
|
|
1295
|
+
}
|
|
1296
1296
|
}
|
|
1297
|
-
|
|
1298
|
-
this.
|
|
1297
|
+
else {
|
|
1298
|
+
this.removeMenu();
|
|
1299
1299
|
}
|
|
1300
1300
|
}));
|
|
1301
1301
|
}
|
|
@@ -1364,6 +1364,7 @@ class RAWidgetContainer {
|
|
|
1364
1364
|
* @return {?}
|
|
1365
1365
|
*/
|
|
1366
1366
|
mouseHover(isHover = true) {
|
|
1367
|
+
this.isMouseHover = isHover;
|
|
1367
1368
|
if (this.widgetElement) {
|
|
1368
1369
|
if (typeof this.widgetElement.hoverStatus === "function") {
|
|
1369
1370
|
this.widgetElement.hoverStatus(isHover);
|
|
@@ -1372,9 +1373,6 @@ class RAWidgetContainer {
|
|
|
1372
1373
|
console.warn('widget framework outdated, please update to version 0.0.96');
|
|
1373
1374
|
}
|
|
1374
1375
|
}
|
|
1375
|
-
if (!isHover) {
|
|
1376
|
-
this.hideDropDown();
|
|
1377
|
-
}
|
|
1378
1376
|
}
|
|
1379
1377
|
/**
|
|
1380
1378
|
* @return {?}
|
|
@@ -1386,6 +1384,39 @@ class RAWidgetContainer {
|
|
|
1386
1384
|
() => {
|
|
1387
1385
|
this.loadWidget(this.data.widgetInfo);
|
|
1388
1386
|
}));
|
|
1387
|
+
document.addEventListener("scroll", (/**
|
|
1388
|
+
* @return {?}
|
|
1389
|
+
*/
|
|
1390
|
+
() => {
|
|
1391
|
+
this.removeMenu();
|
|
1392
|
+
}));
|
|
1393
|
+
setTimeout((/**
|
|
1394
|
+
* @return {?}
|
|
1395
|
+
*/
|
|
1396
|
+
() => {
|
|
1397
|
+
/** @type {?} */
|
|
1398
|
+
let item = jQuery(this.wcWrapper.nativeElement).closest('gridster-item');
|
|
1399
|
+
item.bind('mouseenter', (/**
|
|
1400
|
+
* @return {?}
|
|
1401
|
+
*/
|
|
1402
|
+
() => {
|
|
1403
|
+
window.gridsterItemEnter = true;
|
|
1404
|
+
}));
|
|
1405
|
+
item.bind('mouseleave', (/**
|
|
1406
|
+
* @return {?}
|
|
1407
|
+
*/
|
|
1408
|
+
() => {
|
|
1409
|
+
window.gridsterItemEnter = false;
|
|
1410
|
+
setTimeout((/**
|
|
1411
|
+
* @return {?}
|
|
1412
|
+
*/
|
|
1413
|
+
() => {
|
|
1414
|
+
if (!window.mouseOverWidgetMenu) {
|
|
1415
|
+
this.removeMenu();
|
|
1416
|
+
}
|
|
1417
|
+
}));
|
|
1418
|
+
}));
|
|
1419
|
+
}));
|
|
1389
1420
|
}
|
|
1390
1421
|
/**
|
|
1391
1422
|
* @return {?}
|
|
@@ -1699,8 +1730,6 @@ class RAWidgetContainer {
|
|
|
1699
1730
|
widgetInfo: widgetInfo,
|
|
1700
1731
|
configChanges: this.getConfigChanges(configChanged)
|
|
1701
1732
|
}));
|
|
1702
|
-
console.log('wiget container filter data is');
|
|
1703
|
-
console.log(widgetConfigFilter);
|
|
1704
1733
|
if (widgetContainerContext.isWidgetLoaded) {
|
|
1705
1734
|
if (this.widgetElement && typeof (this.widgetElement.setConfigFilter) == 'function') {
|
|
1706
1735
|
widgetContainerContext.widgetElement.setConfigFilter(widgetConfigFilter);
|
|
@@ -1783,18 +1812,6 @@ class RAWidgetContainer {
|
|
|
1783
1812
|
}
|
|
1784
1813
|
});
|
|
1785
1814
|
}
|
|
1786
|
-
// public downloadClicked() {
|
|
1787
|
-
// switch (this.downloadIconType) {
|
|
1788
|
-
// case RADownloadType.Grid:
|
|
1789
|
-
// this.downloadIconClicked('CSV');
|
|
1790
|
-
// break;
|
|
1791
|
-
// case RADownloadType.Chart:
|
|
1792
|
-
// this.isDownloadChartVisible = true;
|
|
1793
|
-
// break;
|
|
1794
|
-
// case RADownloadType.Custom:
|
|
1795
|
-
// break;
|
|
1796
|
-
// }
|
|
1797
|
-
// }
|
|
1798
1815
|
/**
|
|
1799
1816
|
* @param {?} type
|
|
1800
1817
|
* @return {?}
|
|
@@ -1818,23 +1835,164 @@ class RAWidgetContainer {
|
|
|
1818
1835
|
break;
|
|
1819
1836
|
}
|
|
1820
1837
|
}
|
|
1838
|
+
/**
|
|
1839
|
+
* @private
|
|
1840
|
+
* @return {?}
|
|
1841
|
+
*/
|
|
1842
|
+
removeMenu() {
|
|
1843
|
+
jQuery('#ra-db-widget-menu').remove();
|
|
1844
|
+
}
|
|
1821
1845
|
/**
|
|
1822
1846
|
* Show dropdown on gear icon click
|
|
1847
|
+
* @param {?} e
|
|
1823
1848
|
* @return {?}
|
|
1824
1849
|
*/
|
|
1825
|
-
showDropDown() {
|
|
1850
|
+
showDropDown(e) {
|
|
1826
1851
|
this.setDownloadIcon();
|
|
1827
|
-
this.
|
|
1852
|
+
this.removeMenu();
|
|
1853
|
+
setTimeout((/**
|
|
1854
|
+
* @return {?}
|
|
1855
|
+
*/
|
|
1856
|
+
() => {
|
|
1857
|
+
/** @type {?} */
|
|
1858
|
+
let targetPos = e.target.getBoundingClientRect();
|
|
1859
|
+
/** @type {?} */
|
|
1860
|
+
let style = "position:fixed;top:" + (targetPos.y + 15) + 'px' + ';left:' + (e.pageX - 122) + 'px;z-index:1000;';
|
|
1861
|
+
/** @type {?} */
|
|
1862
|
+
let html = this.getContenxtHtml(style);
|
|
1863
|
+
jQuery(html).appendTo('body');
|
|
1864
|
+
if (this.isWidgetMgmnt) {
|
|
1865
|
+
this.addEventListener('wcEditWidget', this.editWidget);
|
|
1866
|
+
this.addEventListener('wcCopyWidget', this.copyWidget);
|
|
1867
|
+
this.addEventListener('wcMoveWidget', this.moveWidget);
|
|
1868
|
+
this.addEventListener('wcWidgetDelete', this.deleteWidget);
|
|
1869
|
+
}
|
|
1870
|
+
if (this.detailPageUrl) {
|
|
1871
|
+
this.addEventListener('wcVisitWidget', this.visitPage);
|
|
1872
|
+
}
|
|
1873
|
+
if (this.isChartDownloadVisible) {
|
|
1874
|
+
this.addEventListener('wcDownloadPng', this.downloadIconClicked, 'PNG');
|
|
1875
|
+
this.addEventListener('wcDownloadJpg', this.downloadIconClicked, 'JPEG');
|
|
1876
|
+
this.addEventListener('wcDownloadPdf', this.downloadIconClicked, 'PDF');
|
|
1877
|
+
this.addEventListener('wcDownloadSvg', this.downloadIconClicked, 'SVG');
|
|
1878
|
+
}
|
|
1879
|
+
if (this.isGridDownloadVisible) {
|
|
1880
|
+
this.addEventListener('wcDownloadExcel', this.downloadIconClicked, 'CSV');
|
|
1881
|
+
}
|
|
1882
|
+
document.getElementById('ra-db-widget-menu').addEventListener('mouseenter', (/**
|
|
1883
|
+
* @return {?}
|
|
1884
|
+
*/
|
|
1885
|
+
() => {
|
|
1886
|
+
window.mouseOverWidgetMenu = true;
|
|
1887
|
+
}));
|
|
1888
|
+
document.getElementById('ra-db-widget-menu').addEventListener('mouseleave', (/**
|
|
1889
|
+
* @return {?}
|
|
1890
|
+
*/
|
|
1891
|
+
() => {
|
|
1892
|
+
window.mouseOverWidgetMenu = false;
|
|
1893
|
+
setTimeout((/**
|
|
1894
|
+
* @return {?}
|
|
1895
|
+
*/
|
|
1896
|
+
() => {
|
|
1897
|
+
if (!window.gridsterItemEnter) {
|
|
1898
|
+
this.removeMenu();
|
|
1899
|
+
}
|
|
1900
|
+
}));
|
|
1901
|
+
}));
|
|
1902
|
+
}));
|
|
1828
1903
|
}
|
|
1829
1904
|
/**
|
|
1830
|
-
*
|
|
1905
|
+
* @private
|
|
1906
|
+
* @param {?} id
|
|
1907
|
+
* @param {?} event
|
|
1908
|
+
* @param {?=} params
|
|
1831
1909
|
* @return {?}
|
|
1832
1910
|
*/
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1911
|
+
addEventListener(id, event, params) {
|
|
1912
|
+
/** @type {?} */
|
|
1913
|
+
let element = document.getElementById(id);
|
|
1914
|
+
if (element) {
|
|
1915
|
+
element.addEventListener('click', (/**
|
|
1916
|
+
* @return {?}
|
|
1917
|
+
*/
|
|
1918
|
+
() => {
|
|
1919
|
+
event.call(this, params);
|
|
1920
|
+
}));
|
|
1836
1921
|
}
|
|
1837
|
-
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* @private
|
|
1925
|
+
* @param {?} style
|
|
1926
|
+
* @return {?}
|
|
1927
|
+
*/
|
|
1928
|
+
getContenxtHtml(style) {
|
|
1929
|
+
/** @type {?} */
|
|
1930
|
+
let html = '<div id="ra-db-widget-menu"' + 'style="' + style + '" class="download-content dropdown-content widget-config-item dropdown-click" style="z-index: 1002;">';
|
|
1931
|
+
html += '<div style="color: #9FA0A4;font-size: 12px;padding-top: 8px;padding-left: 12px;">';
|
|
1932
|
+
html += this.translateService.translate('Common.settings') + '</div>';
|
|
1933
|
+
if (this.isWidgetMgmnt) {
|
|
1934
|
+
html += this.getHtmlForButton('wcEditWidget', 'fal fa-edit', this.editText);
|
|
1935
|
+
html += this.getHtmlForButton('wcCopyWidget', 'fal fa-copy', this.copyText);
|
|
1936
|
+
html += this.getHtmlForButton('wcMoveWidget', 'fal fa-arrows-alt', this.moveText);
|
|
1937
|
+
}
|
|
1938
|
+
if (this.detailPageUrl) {
|
|
1939
|
+
html += '<a style="max-height: 30px;align-items: center;align-content: center; display: flex;" id="wcVisitWidget">';
|
|
1940
|
+
html += '<i style="padding-left: 4px;font-size: 27px !important;" class="fal fa-angle-right"></i> ';
|
|
1941
|
+
html += '<span style="padding-left: 11px;margin-top: 2px;" style="padding-left: 6px;">';
|
|
1942
|
+
html += this.translateService.translate('Common.visitpage');
|
|
1943
|
+
html += '</span></a>';
|
|
1944
|
+
}
|
|
1945
|
+
html += this.getHr();
|
|
1946
|
+
;
|
|
1947
|
+
if (this.isDownloadIconVisible) {
|
|
1948
|
+
html += '<span style="color: #9FA0A4;font-size: 12px;">';
|
|
1949
|
+
html += this.translateService.translate('Common.downloads');
|
|
1950
|
+
html += '</span>';
|
|
1951
|
+
if (this.isChartDownloadVisible) {
|
|
1952
|
+
html += '<div style="padding-top: 10px;" class="chartDownload">';
|
|
1953
|
+
html += this.getHtmlForButton('wcDownloadPng', 'fal fa-file-image', this.translateService.translate('Common.png'));
|
|
1954
|
+
html += this.getHtmlForButton('wcDownloadJpg', 'fal fa-file-image', this.translateService.translate('Common.jpeg'));
|
|
1955
|
+
html += this.getHtmlForButton('wcDownloadPdf', 'fal fa-file-pdf', this.translateService.translate('Common.pdf'));
|
|
1956
|
+
html += this.getHtmlForButton('wcDownloadSvg', 'fal fa-file-alt', this.translateService.translate('Common.svg'));
|
|
1957
|
+
html += '</div>';
|
|
1958
|
+
}
|
|
1959
|
+
if (this.isGridDownloadVisible) {
|
|
1960
|
+
html += '<div class="gridDownload">';
|
|
1961
|
+
html += this.getHtmlForButton('wcDownloadExcel', 'fal fa-download', this.excelText);
|
|
1962
|
+
html += '</div>';
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
if (this.isDownloadIconVisible && this.isWidgetMgmnt) {
|
|
1966
|
+
html += this.getHr();
|
|
1967
|
+
}
|
|
1968
|
+
if (this.isWidgetMgmnt) {
|
|
1969
|
+
html += '<a id="wcWidgetDelete"><i class="fal fa-times" style="padding-left: 3px;color: red;"></i><span>';
|
|
1970
|
+
html += this.deleteText;
|
|
1971
|
+
html += '</span></a>';
|
|
1972
|
+
}
|
|
1973
|
+
html += '</div>';
|
|
1974
|
+
return html;
|
|
1975
|
+
}
|
|
1976
|
+
/**
|
|
1977
|
+
* @private
|
|
1978
|
+
* @return {?}
|
|
1979
|
+
*/
|
|
1980
|
+
getHr() {
|
|
1981
|
+
return '<hr class="hr" style="margin-top: 5px;margin-bottom: 5px;">';
|
|
1982
|
+
}
|
|
1983
|
+
/**
|
|
1984
|
+
* @private
|
|
1985
|
+
* @param {?} id
|
|
1986
|
+
* @param {?} fontClass
|
|
1987
|
+
* @param {?} text
|
|
1988
|
+
* @return {?}
|
|
1989
|
+
*/
|
|
1990
|
+
getHtmlForButton(id, fontClass, text) {
|
|
1991
|
+
/** @type {?} */
|
|
1992
|
+
let html = '<a id="' + id + '"><i style="width:16px" class="' + fontClass + '"></i> <span style="padding-left: 6px;">';
|
|
1993
|
+
html += text;
|
|
1994
|
+
html += '</span></a>';
|
|
1995
|
+
return html;
|
|
1838
1996
|
}
|
|
1839
1997
|
/**
|
|
1840
1998
|
* @private
|
|
@@ -1872,8 +2030,7 @@ class RAWidgetContainer {
|
|
|
1872
2030
|
RAWidgetContainer.decorators = [
|
|
1873
2031
|
{ type: Component, args: [{
|
|
1874
2032
|
selector: 'ra-widget-container',
|
|
1875
|
-
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
|
|
1876
|
-
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}"]
|
|
2033
|
+
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>"
|
|
1877
2034
|
}] }
|
|
1878
2035
|
];
|
|
1879
2036
|
/** @nocollapse */
|
|
@@ -1889,8 +2046,8 @@ RAWidgetContainer.ctorParameters = () => [
|
|
|
1889
2046
|
RAWidgetContainer.propDecorators = {
|
|
1890
2047
|
ctlWidget: [{ type: ViewChild, args: ['ctlWidget', { static: false },] }],
|
|
1891
2048
|
widgetDropdown: [{ type: ViewChild, args: ['widgetDropdown', { static: false },] }],
|
|
1892
|
-
widgetDownload: [{ type: ViewChild, args: ['widgetDownload', { static: false },] }],
|
|
1893
2049
|
searchInput: [{ type: ViewChild, args: ['searchInput', { static: false },] }],
|
|
2050
|
+
wcWrapper: [{ type: ViewChild, args: ['wcWrapper', { static: false },] }],
|
|
1894
2051
|
widgetInstanceId: [{ type: Input, args: ['widget-instance-id',] }],
|
|
1895
2052
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
1896
2053
|
data: [{ type: Input, args: ['data',] }],
|
|
@@ -1920,11 +2077,6 @@ if (false) {
|
|
|
1920
2077
|
* @private
|
|
1921
2078
|
*/
|
|
1922
2079
|
RAWidgetContainer.prototype.configChanged;
|
|
1923
|
-
/**
|
|
1924
|
-
* @type {?}
|
|
1925
|
-
* @private
|
|
1926
|
-
*/
|
|
1927
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1928
2080
|
/** @type {?} */
|
|
1929
2081
|
RAWidgetContainer.prototype.widgetHeight;
|
|
1930
2082
|
/** @type {?} */
|
|
@@ -1938,10 +2090,6 @@ if (false) {
|
|
|
1938
2090
|
/** @type {?} */
|
|
1939
2091
|
RAWidgetContainer.prototype.isGridDownloadVisible;
|
|
1940
2092
|
/** @type {?} */
|
|
1941
|
-
RAWidgetContainer.prototype.dropDownShown;
|
|
1942
|
-
/** @type {?} */
|
|
1943
|
-
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1944
|
-
/** @type {?} */
|
|
1945
2093
|
RAWidgetContainer.prototype.downloadIconType;
|
|
1946
2094
|
/** @type {?} */
|
|
1947
2095
|
RAWidgetContainer.prototype.enableTitleLine;
|
|
@@ -1990,14 +2138,16 @@ if (false) {
|
|
|
1990
2138
|
/** @type {?} */
|
|
1991
2139
|
RAWidgetContainer.prototype.noPadding;
|
|
1992
2140
|
/** @type {?} */
|
|
2141
|
+
RAWidgetContainer.prototype.isMouseHover;
|
|
2142
|
+
/** @type {?} */
|
|
1993
2143
|
RAWidgetContainer.prototype.ctlWidget;
|
|
1994
2144
|
/** @type {?} */
|
|
1995
2145
|
RAWidgetContainer.prototype.widgetDropdown;
|
|
1996
2146
|
/** @type {?} */
|
|
1997
|
-
RAWidgetContainer.prototype.widgetDownload;
|
|
1998
|
-
/** @type {?} */
|
|
1999
2147
|
RAWidgetContainer.prototype.searchInput;
|
|
2000
2148
|
/** @type {?} */
|
|
2149
|
+
RAWidgetContainer.prototype.wcWrapper;
|
|
2150
|
+
/** @type {?} */
|
|
2001
2151
|
RAWidgetContainer.prototype.widgetInstanceId;
|
|
2002
2152
|
/** @type {?} */
|
|
2003
2153
|
RAWidgetContainer.prototype.globalFilter;
|
|
@@ -2073,7 +2223,7 @@ if (false) {
|
|
|
2073
2223
|
/**
|
|
2074
2224
|
* @fileoverview added by tsickle
|
|
2075
2225
|
* Generated from: lib/custom.notifier.options.ts
|
|
2076
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2226
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2077
2227
|
*/
|
|
2078
2228
|
/** @type {?} */
|
|
2079
2229
|
const customNotifierOptions = {
|
|
@@ -2120,7 +2270,7 @@ const customNotifierOptions = {
|
|
|
2120
2270
|
/**
|
|
2121
2271
|
* @fileoverview added by tsickle
|
|
2122
2272
|
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
2123
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2273
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2124
2274
|
*/
|
|
2125
2275
|
/** @enum {string} */
|
|
2126
2276
|
const GridType = {
|
|
@@ -2337,7 +2487,7 @@ if (false) {
|
|
|
2337
2487
|
/**
|
|
2338
2488
|
* @fileoverview added by tsickle
|
|
2339
2489
|
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
2340
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2490
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2341
2491
|
*/
|
|
2342
2492
|
/** @type {?} */
|
|
2343
2493
|
const GridsterConfigService = {
|
|
@@ -2516,7 +2666,7 @@ const GridsterConfigService = {
|
|
|
2516
2666
|
/**
|
|
2517
2667
|
* @fileoverview added by tsickle
|
|
2518
2668
|
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
2519
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2669
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2520
2670
|
*/
|
|
2521
2671
|
class GridsterUtils {
|
|
2522
2672
|
/**
|
|
@@ -2653,7 +2803,7 @@ GridsterUtils.decorators = [
|
|
|
2653
2803
|
/**
|
|
2654
2804
|
* @fileoverview added by tsickle
|
|
2655
2805
|
* Generated from: gridster/lib/gridster.interface.ts
|
|
2656
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2806
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2657
2807
|
*/
|
|
2658
2808
|
/**
|
|
2659
2809
|
* @abstract
|
|
@@ -2738,7 +2888,7 @@ if (false) {
|
|
|
2738
2888
|
/**
|
|
2739
2889
|
* @fileoverview added by tsickle
|
|
2740
2890
|
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
2741
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
2891
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2742
2892
|
*/
|
|
2743
2893
|
class GridsterEmptyCell {
|
|
2744
2894
|
/**
|
|
@@ -3053,7 +3203,7 @@ if (false) {
|
|
|
3053
3203
|
/**
|
|
3054
3204
|
* @fileoverview added by tsickle
|
|
3055
3205
|
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
3056
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3057
3207
|
*/
|
|
3058
3208
|
class GridsterCompact {
|
|
3059
3209
|
/**
|
|
@@ -3274,7 +3424,7 @@ if (false) {
|
|
|
3274
3424
|
/**
|
|
3275
3425
|
* @fileoverview added by tsickle
|
|
3276
3426
|
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
3277
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3427
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3278
3428
|
*/
|
|
3279
3429
|
class GridsterRenderer {
|
|
3280
3430
|
/**
|
|
@@ -3549,7 +3699,7 @@ if (false) {
|
|
|
3549
3699
|
/**
|
|
3550
3700
|
* @fileoverview added by tsickle
|
|
3551
3701
|
* Generated from: gridster/lib/gridster.component.ts
|
|
3552
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
3702
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3553
3703
|
*/
|
|
3554
3704
|
class GridsterComponent {
|
|
3555
3705
|
/**
|
|
@@ -4244,7 +4394,7 @@ if (false) {
|
|
|
4244
4394
|
/**
|
|
4245
4395
|
* @fileoverview added by tsickle
|
|
4246
4396
|
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
4247
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4397
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4248
4398
|
*/
|
|
4249
4399
|
/**
|
|
4250
4400
|
* @abstract
|
|
@@ -4293,7 +4443,7 @@ if (false) {
|
|
|
4293
4443
|
/**
|
|
4294
4444
|
* @fileoverview added by tsickle
|
|
4295
4445
|
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
4296
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4446
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4297
4447
|
*/
|
|
4298
4448
|
class GridsterSwap {
|
|
4299
4449
|
/**
|
|
@@ -4426,7 +4576,7 @@ if (false) {
|
|
|
4426
4576
|
/**
|
|
4427
4577
|
* @fileoverview added by tsickle
|
|
4428
4578
|
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
4429
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4579
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4430
4580
|
*/
|
|
4431
4581
|
/** @type {?} */
|
|
4432
4582
|
let scrollSensitivity;
|
|
@@ -4622,7 +4772,7 @@ function cancelN() {
|
|
|
4622
4772
|
/**
|
|
4623
4773
|
* @fileoverview added by tsickle
|
|
4624
4774
|
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
4625
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
4775
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4626
4776
|
*/
|
|
4627
4777
|
class GridsterPush {
|
|
4628
4778
|
/**
|
|
@@ -5088,7 +5238,7 @@ if (false) {
|
|
|
5088
5238
|
/**
|
|
5089
5239
|
* @fileoverview added by tsickle
|
|
5090
5240
|
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
5091
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5241
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5092
5242
|
*/
|
|
5093
5243
|
class GridsterDraggable {
|
|
5094
5244
|
/**
|
|
@@ -5592,7 +5742,7 @@ if (false) {
|
|
|
5592
5742
|
/**
|
|
5593
5743
|
* @fileoverview added by tsickle
|
|
5594
5744
|
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
5595
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
5745
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5596
5746
|
*/
|
|
5597
5747
|
class GridsterPushResize {
|
|
5598
5748
|
/**
|
|
@@ -5948,7 +6098,7 @@ if (false) {
|
|
|
5948
6098
|
/**
|
|
5949
6099
|
* @fileoverview added by tsickle
|
|
5950
6100
|
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
5951
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6101
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5952
6102
|
*/
|
|
5953
6103
|
class GridsterResizable {
|
|
5954
6104
|
/**
|
|
@@ -6494,7 +6644,7 @@ if (false) {
|
|
|
6494
6644
|
/**
|
|
6495
6645
|
* @fileoverview added by tsickle
|
|
6496
6646
|
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
6497
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6647
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6498
6648
|
*/
|
|
6499
6649
|
class GridsterItemComponent {
|
|
6500
6650
|
/**
|
|
@@ -6703,7 +6853,7 @@ if (false) {
|
|
|
6703
6853
|
/**
|
|
6704
6854
|
* @fileoverview added by tsickle
|
|
6705
6855
|
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
6706
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6856
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6707
6857
|
*/
|
|
6708
6858
|
class GridsterPreviewComponent {
|
|
6709
6859
|
/**
|
|
@@ -6768,7 +6918,7 @@ if (false) {
|
|
|
6768
6918
|
/**
|
|
6769
6919
|
* @fileoverview added by tsickle
|
|
6770
6920
|
* Generated from: gridster/lib/gridster.module.ts
|
|
6771
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6921
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6772
6922
|
*/
|
|
6773
6923
|
class GridsterModule {
|
|
6774
6924
|
}
|
|
@@ -6791,7 +6941,7 @@ GridsterModule.decorators = [
|
|
|
6791
6941
|
/**
|
|
6792
6942
|
* @fileoverview added by tsickle
|
|
6793
6943
|
* Generated from: lib/ra.dashboard.module.ts
|
|
6794
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6944
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6795
6945
|
*/
|
|
6796
6946
|
class DashboardFrameworkModule {
|
|
6797
6947
|
}
|
|
@@ -6821,7 +6971,7 @@ DashboardFrameworkModule.decorators = [
|
|
|
6821
6971
|
/**
|
|
6822
6972
|
* @fileoverview added by tsickle
|
|
6823
6973
|
* Generated from: lib/ra.base.dashboard.template.ts
|
|
6824
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
6974
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6825
6975
|
*/
|
|
6826
6976
|
/**
|
|
6827
6977
|
* @abstract
|
|
@@ -6892,7 +7042,7 @@ if (false) {
|
|
|
6892
7042
|
/**
|
|
6893
7043
|
* @fileoverview added by tsickle
|
|
6894
7044
|
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
6895
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7045
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6896
7046
|
*/
|
|
6897
7047
|
/**
|
|
6898
7048
|
* @abstract
|
|
@@ -6981,13 +7131,13 @@ if (false) {
|
|
|
6981
7131
|
/**
|
|
6982
7132
|
* @fileoverview added by tsickle
|
|
6983
7133
|
* Generated from: public-api.ts
|
|
6984
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7134
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6985
7135
|
*/
|
|
6986
7136
|
|
|
6987
7137
|
/**
|
|
6988
7138
|
* @fileoverview added by tsickle
|
|
6989
7139
|
* Generated from: schneideress-dashboardframework.ts
|
|
6990
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,
|
|
7140
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6991
7141
|
*/
|
|
6992
7142
|
|
|
6993
7143
|
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RADashboardResponsiveService, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
|