@schneideress/dashboardframework 0.0.106 → 0.0.108
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 +1210 -73
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +15 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +3 -2
- package/esm2015/gridster/lib/gridster.component.js +3 -2
- package/esm2015/gridster/lib/gridster.interface.js +3 -2
- package/esm2015/gridster/lib/gridster.module.js +3 -2
- package/esm2015/gridster/lib/gridsterCompact.service.js +3 -2
- package/esm2015/gridster/lib/gridsterConfig.constant.js +3 -2
- package/esm2015/gridster/lib/gridsterConfig.interface.js +20 -19
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterDraggable.service.js +3 -2
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +3 -2
- package/esm2015/gridster/lib/gridsterItem.component.js +3 -2
- package/esm2015/gridster/lib/gridsterItem.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterPreview.component.js +3 -2
- package/esm2015/gridster/lib/gridsterPush.service.js +3 -2
- package/esm2015/gridster/lib/gridsterPushResize.service.js +3 -2
- package/esm2015/gridster/lib/gridsterRenderer.service.js +3 -2
- package/esm2015/gridster/lib/gridsterResizable.service.js +3 -2
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +3 -2
- package/esm2015/gridster/lib/gridsterScroll.service.js +3 -2
- package/esm2015/gridster/lib/gridsterSwap.service.js +3 -2
- package/esm2015/gridster/lib/gridsterUtils.service.js +3 -2
- package/esm2015/lib/custom.notifier.options.js +3 -2
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +37 -7
- package/esm2015/lib/ra.base.dashboard.filter.js +3 -2
- package/esm2015/lib/ra.base.dashboard.template.js +3 -2
- package/esm2015/lib/ra.dashbard.event.bus.js +3 -2
- package/esm2015/lib/ra.dashboard.module.js +3 -2
- package/esm2015/lib/ra.dashboard.service.js +3 -2
- package/esm2015/lib/ra.event.enum.js +3 -2
- package/esm2015/lib/ra.gridster.config.js +3 -2
- package/esm2015/public-api.js +3 -2
- package/esm2015/schneideress-dashboardframework.js +3 -2
- package/esm5/gridster/index.js +3 -2
- package/esm5/gridster/lib/gridster.component.js +3 -2
- package/esm5/gridster/lib/gridster.interface.js +3 -2
- package/esm5/gridster/lib/gridster.module.js +3 -2
- package/esm5/gridster/lib/gridsterCompact.service.js +3 -2
- package/esm5/gridster/lib/gridsterConfig.constant.js +3 -2
- package/esm5/gridster/lib/gridsterConfig.interface.js +20 -19
- package/esm5/gridster/lib/gridsterConfigS.interface.js +3 -2
- package/esm5/gridster/lib/gridsterDraggable.service.js +3 -2
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +3 -2
- package/esm5/gridster/lib/gridsterItem.component.js +3 -2
- package/esm5/gridster/lib/gridsterItem.interface.js +3 -2
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +3 -2
- package/esm5/gridster/lib/gridsterPreview.component.js +3 -2
- package/esm5/gridster/lib/gridsterPush.service.js +3 -2
- package/esm5/gridster/lib/gridsterPushResize.service.js +3 -2
- package/esm5/gridster/lib/gridsterRenderer.service.js +3 -2
- package/esm5/gridster/lib/gridsterResizable.service.js +3 -2
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +3 -2
- package/esm5/gridster/lib/gridsterScroll.service.js +3 -2
- package/esm5/gridster/lib/gridsterSwap.service.js +3 -2
- package/esm5/gridster/lib/gridsterUtils.service.js +3 -2
- package/esm5/lib/custom.notifier.options.js +3 -2
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +43 -8
- package/esm5/lib/ra.base.dashboard.filter.js +3 -2
- package/esm5/lib/ra.base.dashboard.template.js +3 -2
- package/esm5/lib/ra.dashbard.event.bus.js +3 -2
- package/esm5/lib/ra.dashboard.module.js +3 -2
- package/esm5/lib/ra.dashboard.service.js +3 -2
- package/esm5/lib/ra.event.enum.js +3 -2
- package/esm5/lib/ra.gridster.config.js +3 -2
- package/esm5/public-api.js +3 -2
- package/esm5/schneideress-dashboardframework.js +3 -2
- package/fesm2015/schneideress-dashboardframework.js +1084 -70
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1093 -74
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +3 -0
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -14,7 +14,8 @@ import { RAUserControlModule } from '@schneideress/user-controls';
|
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @fileoverview added by tsickle
|
|
17
|
-
*
|
|
17
|
+
* Generated from: lib/ra.dashboard.service.ts
|
|
18
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
18
19
|
*/
|
|
19
20
|
class RaDashboardService extends BaseService {
|
|
20
21
|
/**
|
|
@@ -143,11 +144,19 @@ RaDashboardService.decorators = [
|
|
|
143
144
|
RaDashboardService.ctorParameters = () => [
|
|
144
145
|
{ type: Injector }
|
|
145
146
|
];
|
|
146
|
-
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
147
|
+
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
148
|
+
if (false) {
|
|
149
|
+
/**
|
|
150
|
+
* @type {?}
|
|
151
|
+
* @private
|
|
152
|
+
*/
|
|
153
|
+
RaDashboardService.prototype.loadedScripts;
|
|
154
|
+
}
|
|
147
155
|
|
|
148
156
|
/**
|
|
149
157
|
* @fileoverview added by tsickle
|
|
150
|
-
*
|
|
158
|
+
* Generated from: lib/ra.dashbard.event.bus.ts
|
|
159
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
151
160
|
*/
|
|
152
161
|
class RADashboardEventBus {
|
|
153
162
|
constructor() {
|
|
@@ -217,11 +226,19 @@ RADashboardEventBus.decorators = [
|
|
|
217
226
|
providedIn: 'root'
|
|
218
227
|
},] }
|
|
219
228
|
];
|
|
220
|
-
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
229
|
+
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
230
|
+
if (false) {
|
|
231
|
+
/**
|
|
232
|
+
* @type {?}
|
|
233
|
+
* @private
|
|
234
|
+
*/
|
|
235
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
236
|
+
}
|
|
221
237
|
|
|
222
238
|
/**
|
|
223
239
|
* @fileoverview added by tsickle
|
|
224
|
-
*
|
|
240
|
+
* Generated from: lib/ra.event.enum.ts
|
|
241
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
225
242
|
*/
|
|
226
243
|
/** @enum {string} */
|
|
227
244
|
const RAEvent = {
|
|
@@ -270,38 +287,225 @@ const RAEventKey = {
|
|
|
270
287
|
|
|
271
288
|
/**
|
|
272
289
|
* @fileoverview added by tsickle
|
|
273
|
-
*
|
|
290
|
+
* Generated from: gridster/lib/gridsterConfig.interface.ts
|
|
291
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
274
292
|
*/
|
|
275
293
|
/** @enum {string} */
|
|
276
294
|
const GridType = {
|
|
277
|
-
Fit:
|
|
278
|
-
ScrollVertical:
|
|
279
|
-
ScrollHorizontal:
|
|
280
|
-
Fixed:
|
|
281
|
-
VerticalFixed:
|
|
282
|
-
HorizontalFixed:
|
|
295
|
+
Fit: "fit",
|
|
296
|
+
ScrollVertical: "scrollVertical",
|
|
297
|
+
ScrollHorizontal: "scrollHorizontal",
|
|
298
|
+
Fixed: "fixed",
|
|
299
|
+
VerticalFixed: "verticalFixed",
|
|
300
|
+
HorizontalFixed: "horizontalFixed",
|
|
283
301
|
};
|
|
284
302
|
/** @enum {string} */
|
|
285
303
|
const DisplayGrid = {
|
|
286
|
-
Always:
|
|
287
|
-
OnDragAndResize:
|
|
288
|
-
None:
|
|
304
|
+
Always: "always",
|
|
305
|
+
OnDragAndResize: "onDrag&Resize",
|
|
306
|
+
None: "none",
|
|
289
307
|
};
|
|
290
308
|
/** @enum {string} */
|
|
291
309
|
const CompactType = {
|
|
292
|
-
None:
|
|
293
|
-
CompactUp:
|
|
294
|
-
CompactLeft:
|
|
295
|
-
CompactUpAndLeft:
|
|
296
|
-
CompactLeftAndUp:
|
|
297
|
-
CompactRight:
|
|
298
|
-
CompactUpAndRight:
|
|
299
|
-
CompactRightAndUp:
|
|
300
|
-
};
|
|
310
|
+
None: "none",
|
|
311
|
+
CompactUp: "compactUp",
|
|
312
|
+
CompactLeft: "compactLeft",
|
|
313
|
+
CompactUpAndLeft: "compactUp&Left",
|
|
314
|
+
CompactLeftAndUp: "compactLeft&Up",
|
|
315
|
+
CompactRight: "compactRight",
|
|
316
|
+
CompactUpAndRight: "compactUp&Right",
|
|
317
|
+
CompactRightAndUp: "compactRight&Up",
|
|
318
|
+
};
|
|
319
|
+
/**
|
|
320
|
+
* @record
|
|
321
|
+
*/
|
|
322
|
+
function GridsterConfig() { }
|
|
323
|
+
if (false) {
|
|
324
|
+
/** @type {?|undefined} */
|
|
325
|
+
GridsterConfig.prototype.gridType;
|
|
326
|
+
/** @type {?|undefined} */
|
|
327
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
328
|
+
/** @type {?|undefined} */
|
|
329
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
330
|
+
/** @type {?|undefined} */
|
|
331
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
332
|
+
/** @type {?|undefined} */
|
|
333
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
334
|
+
/** @type {?|undefined} */
|
|
335
|
+
GridsterConfig.prototype.setGridSize;
|
|
336
|
+
/** @type {?|undefined} */
|
|
337
|
+
GridsterConfig.prototype.compactType;
|
|
338
|
+
/** @type {?|undefined} */
|
|
339
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
340
|
+
/** @type {?|undefined} */
|
|
341
|
+
GridsterConfig.prototype.minCols;
|
|
342
|
+
/** @type {?|undefined} */
|
|
343
|
+
GridsterConfig.prototype.maxCols;
|
|
344
|
+
/** @type {?|undefined} */
|
|
345
|
+
GridsterConfig.prototype.minRows;
|
|
346
|
+
/** @type {?|undefined} */
|
|
347
|
+
GridsterConfig.prototype.maxRows;
|
|
348
|
+
/** @type {?|undefined} */
|
|
349
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
350
|
+
/** @type {?|undefined} */
|
|
351
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
352
|
+
/** @type {?|undefined} */
|
|
353
|
+
GridsterConfig.prototype.maxItemCols;
|
|
354
|
+
/** @type {?|undefined} */
|
|
355
|
+
GridsterConfig.prototype.maxItemRows;
|
|
356
|
+
/** @type {?|undefined} */
|
|
357
|
+
GridsterConfig.prototype.minItemCols;
|
|
358
|
+
/** @type {?|undefined} */
|
|
359
|
+
GridsterConfig.prototype.minItemRows;
|
|
360
|
+
/** @type {?|undefined} */
|
|
361
|
+
GridsterConfig.prototype.minItemArea;
|
|
362
|
+
/** @type {?|undefined} */
|
|
363
|
+
GridsterConfig.prototype.maxItemArea;
|
|
364
|
+
/** @type {?|undefined} */
|
|
365
|
+
GridsterConfig.prototype.margin;
|
|
366
|
+
/** @type {?|undefined} */
|
|
367
|
+
GridsterConfig.prototype.outerMargin;
|
|
368
|
+
/** @type {?|undefined} */
|
|
369
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
370
|
+
/** @type {?|undefined} */
|
|
371
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
372
|
+
/** @type {?|undefined} */
|
|
373
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
374
|
+
/** @type {?|undefined} */
|
|
375
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
376
|
+
/** @type {?|undefined} */
|
|
377
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
378
|
+
/** @type {?|undefined} */
|
|
379
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
380
|
+
/** @type {?|undefined} */
|
|
381
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
382
|
+
/** @type {?|undefined} */
|
|
383
|
+
GridsterConfig.prototype.initCallback;
|
|
384
|
+
/** @type {?|undefined} */
|
|
385
|
+
GridsterConfig.prototype.destroyCallback;
|
|
386
|
+
/** @type {?|undefined} */
|
|
387
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
388
|
+
/** @type {?|undefined} */
|
|
389
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
390
|
+
/** @type {?|undefined} */
|
|
391
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
392
|
+
/** @type {?|undefined} */
|
|
393
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
394
|
+
/** @type {?|undefined} */
|
|
395
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
396
|
+
/** @type {?|undefined} */
|
|
397
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
398
|
+
/** @type {?|undefined} */
|
|
399
|
+
GridsterConfig.prototype.draggable;
|
|
400
|
+
/** @type {?|undefined} */
|
|
401
|
+
GridsterConfig.prototype.resizable;
|
|
402
|
+
/** @type {?|undefined} */
|
|
403
|
+
GridsterConfig.prototype.swap;
|
|
404
|
+
/** @type {?|undefined} */
|
|
405
|
+
GridsterConfig.prototype.pushItems;
|
|
406
|
+
/** @type {?|undefined} */
|
|
407
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
408
|
+
/** @type {?|undefined} */
|
|
409
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
410
|
+
/** @type {?|undefined} */
|
|
411
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
412
|
+
/** @type {?|undefined} */
|
|
413
|
+
GridsterConfig.prototype.pushDirections;
|
|
414
|
+
/** @type {?|undefined} */
|
|
415
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
416
|
+
/** @type {?|undefined} */
|
|
417
|
+
GridsterConfig.prototype.displayGrid;
|
|
418
|
+
/** @type {?|undefined} */
|
|
419
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
420
|
+
/** @type {?|undefined} */
|
|
421
|
+
GridsterConfig.prototype.disableWarnings;
|
|
422
|
+
/** @type {?|undefined} */
|
|
423
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
424
|
+
/** @type {?|undefined} */
|
|
425
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
426
|
+
/** @type {?|undefined} */
|
|
427
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
428
|
+
/** @type {?|undefined} */
|
|
429
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
430
|
+
/** @type {?|undefined} */
|
|
431
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
432
|
+
/** @type {?|undefined} */
|
|
433
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
434
|
+
/** @type {?|undefined} */
|
|
435
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
436
|
+
/** @type {?|undefined} */
|
|
437
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
438
|
+
/** @type {?|undefined} */
|
|
439
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
440
|
+
/** @type {?|undefined} */
|
|
441
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
442
|
+
/** @type {?|undefined} */
|
|
443
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
444
|
+
/** @type {?|undefined} */
|
|
445
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
446
|
+
/** @type {?|undefined} */
|
|
447
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
448
|
+
/** @type {?|undefined} */
|
|
449
|
+
GridsterConfig.prototype.api;
|
|
450
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* @record
|
|
454
|
+
*/
|
|
455
|
+
function DragBase() { }
|
|
456
|
+
if (false) {
|
|
457
|
+
/** @type {?|undefined} */
|
|
458
|
+
DragBase.prototype.enabled;
|
|
459
|
+
/** @type {?|undefined} */
|
|
460
|
+
DragBase.prototype.stop;
|
|
461
|
+
/** @type {?|undefined} */
|
|
462
|
+
DragBase.prototype.start;
|
|
463
|
+
/** @type {?|undefined} */
|
|
464
|
+
DragBase.prototype.delayStart;
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* @record
|
|
468
|
+
*/
|
|
469
|
+
function Draggable() { }
|
|
470
|
+
if (false) {
|
|
471
|
+
/** @type {?|undefined} */
|
|
472
|
+
Draggable.prototype.ignoreContentClass;
|
|
473
|
+
/** @type {?|undefined} */
|
|
474
|
+
Draggable.prototype.ignoreContent;
|
|
475
|
+
/** @type {?|undefined} */
|
|
476
|
+
Draggable.prototype.dragHandleClass;
|
|
477
|
+
/** @type {?|undefined} */
|
|
478
|
+
Draggable.prototype.dropOverItems;
|
|
479
|
+
/** @type {?|undefined} */
|
|
480
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* @record
|
|
484
|
+
*/
|
|
485
|
+
function Resizable() { }
|
|
486
|
+
if (false) {
|
|
487
|
+
/** @type {?|undefined} */
|
|
488
|
+
Resizable.prototype.handles;
|
|
489
|
+
}
|
|
490
|
+
/**
|
|
491
|
+
* @record
|
|
492
|
+
*/
|
|
493
|
+
function PushDirections() { }
|
|
494
|
+
if (false) {
|
|
495
|
+
/** @type {?} */
|
|
496
|
+
PushDirections.prototype.north;
|
|
497
|
+
/** @type {?} */
|
|
498
|
+
PushDirections.prototype.east;
|
|
499
|
+
/** @type {?} */
|
|
500
|
+
PushDirections.prototype.south;
|
|
501
|
+
/** @type {?} */
|
|
502
|
+
PushDirections.prototype.west;
|
|
503
|
+
}
|
|
301
504
|
|
|
302
505
|
/**
|
|
303
506
|
* @fileoverview added by tsickle
|
|
304
|
-
*
|
|
507
|
+
* Generated from: lib/ra.gridster.config.ts
|
|
508
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
305
509
|
*/
|
|
306
510
|
/** @type {?} */
|
|
307
511
|
const GridsterConfigDefaultSettings = {
|
|
@@ -367,7 +571,8 @@ const GridsterConfigDefaultSettings = {
|
|
|
367
571
|
|
|
368
572
|
/**
|
|
369
573
|
* @fileoverview added by tsickle
|
|
370
|
-
*
|
|
574
|
+
* Generated from: lib/ra-dashboard-area/ra.dashboard.area.ts
|
|
575
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
371
576
|
*/
|
|
372
577
|
class RADashboardArea {
|
|
373
578
|
/**
|
|
@@ -812,11 +1017,88 @@ RADashboardArea.propDecorators = {
|
|
|
812
1017
|
appConfig: [{ type: Input, args: ['app-config',] }],
|
|
813
1018
|
gridWrapper: [{ type: ViewChild, args: ['gridWrapper', { static: false },] }],
|
|
814
1019
|
onResize: [{ type: HostListener, args: ['window:resize', ['$event'],] }]
|
|
815
|
-
};
|
|
1020
|
+
};
|
|
1021
|
+
if (false) {
|
|
1022
|
+
/** @type {?} */
|
|
1023
|
+
RADashboardArea.prototype.widgetList;
|
|
1024
|
+
/** @type {?} */
|
|
1025
|
+
RADashboardArea.prototype.options;
|
|
1026
|
+
/** @type {?} */
|
|
1027
|
+
RADashboardArea.prototype.gridheight;
|
|
1028
|
+
/**
|
|
1029
|
+
* @type {?}
|
|
1030
|
+
* @private
|
|
1031
|
+
*/
|
|
1032
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1033
|
+
/**
|
|
1034
|
+
* @type {?}
|
|
1035
|
+
* @private
|
|
1036
|
+
*/
|
|
1037
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1038
|
+
/**
|
|
1039
|
+
* @type {?}
|
|
1040
|
+
* @private
|
|
1041
|
+
*/
|
|
1042
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1043
|
+
/**
|
|
1044
|
+
* @type {?}
|
|
1045
|
+
* @private
|
|
1046
|
+
*/
|
|
1047
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1048
|
+
/**
|
|
1049
|
+
* @type {?}
|
|
1050
|
+
* @private
|
|
1051
|
+
*/
|
|
1052
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1053
|
+
/** @type {?} */
|
|
1054
|
+
RADashboardArea.prototype.domResized;
|
|
1055
|
+
/** @type {?} */
|
|
1056
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1057
|
+
/** @type {?} */
|
|
1058
|
+
RADashboardArea.prototype.areaKey;
|
|
1059
|
+
/** @type {?} */
|
|
1060
|
+
RADashboardArea.prototype.globalFilter;
|
|
1061
|
+
/** @type {?} */
|
|
1062
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1063
|
+
/** @type {?} */
|
|
1064
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1065
|
+
/** @type {?} */
|
|
1066
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1067
|
+
/** @type {?} */
|
|
1068
|
+
RADashboardArea.prototype.appConfig;
|
|
1069
|
+
/** @type {?} */
|
|
1070
|
+
RADashboardArea.prototype.gridWrapper;
|
|
1071
|
+
/**
|
|
1072
|
+
* @type {?}
|
|
1073
|
+
* @private
|
|
1074
|
+
*/
|
|
1075
|
+
RADashboardArea.prototype.dashboardService;
|
|
1076
|
+
/**
|
|
1077
|
+
* @type {?}
|
|
1078
|
+
* @private
|
|
1079
|
+
*/
|
|
1080
|
+
RADashboardArea.prototype.ngZone;
|
|
1081
|
+
/**
|
|
1082
|
+
* @type {?}
|
|
1083
|
+
* @private
|
|
1084
|
+
*/
|
|
1085
|
+
RADashboardArea.prototype.ngxService;
|
|
1086
|
+
/**
|
|
1087
|
+
* @type {?}
|
|
1088
|
+
* @private
|
|
1089
|
+
*/
|
|
1090
|
+
RADashboardArea.prototype.translateService;
|
|
1091
|
+
/**
|
|
1092
|
+
* @type {?}
|
|
1093
|
+
* @private
|
|
1094
|
+
*/
|
|
1095
|
+
RADashboardArea.prototype.notifier;
|
|
1096
|
+
}
|
|
816
1097
|
|
|
817
1098
|
/**
|
|
818
1099
|
* @fileoverview added by tsickle
|
|
819
|
-
*
|
|
1100
|
+
* Generated from: lib/ra-widget-container/ra.widget.container.component.ts
|
|
1101
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
820
1102
|
*/
|
|
821
1103
|
class RAWidgetContainer {
|
|
822
1104
|
/**
|
|
@@ -846,6 +1128,7 @@ class RAWidgetContainer {
|
|
|
846
1128
|
this.toolTipValue = ' ';
|
|
847
1129
|
this.toolTipWidth = '0px';
|
|
848
1130
|
this.widgetDeleted = new EventEmitter();
|
|
1131
|
+
this.isNotConfigured = false;
|
|
849
1132
|
this.lockVisible = false;
|
|
850
1133
|
this.renderer.listen('window', 'click', (/**
|
|
851
1134
|
* @param {?} e
|
|
@@ -1003,6 +1286,7 @@ class RAWidgetContainer {
|
|
|
1003
1286
|
* @return {?}
|
|
1004
1287
|
*/
|
|
1005
1288
|
() => {
|
|
1289
|
+
this.setNotConfiguredState(widgetInfo);
|
|
1006
1290
|
this.translateService.loadTranslations(this.appConfig.appManagementBaseUrl, this.data.widgetInfo.widgetName, false).then((/**
|
|
1007
1291
|
* @return {?}
|
|
1008
1292
|
*/
|
|
@@ -1017,15 +1301,22 @@ class RAWidgetContainer {
|
|
|
1017
1301
|
* @return {?}
|
|
1018
1302
|
*/
|
|
1019
1303
|
() => __awaiter(this, void 0, void 0, function* () {
|
|
1020
|
-
|
|
1304
|
+
widgetContainer.widgetElement.addEventListener('on-data-load', (/**
|
|
1021
1305
|
* @param {?} e
|
|
1022
1306
|
* @return {?}
|
|
1023
1307
|
*/
|
|
1024
1308
|
(e) => {
|
|
1025
1309
|
if (e.detail)
|
|
1026
|
-
|
|
1310
|
+
widgetContainer.showPanel = true;
|
|
1027
1311
|
else
|
|
1028
|
-
|
|
1312
|
+
widgetContainer.showPanel = false;
|
|
1313
|
+
}));
|
|
1314
|
+
widgetContainer.widgetElement.addEventListener('config-edit-clicked', (/**
|
|
1315
|
+
* @param {?} e
|
|
1316
|
+
* @return {?}
|
|
1317
|
+
*/
|
|
1318
|
+
(e) => {
|
|
1319
|
+
widgetContainer.editWidget();
|
|
1029
1320
|
}));
|
|
1030
1321
|
/** @type {?} */
|
|
1031
1322
|
let titleLineEnabled = widgetContainer.widgetElement.titleLineEnabled();
|
|
@@ -1047,6 +1338,23 @@ class RAWidgetContainer {
|
|
|
1047
1338
|
}));
|
|
1048
1339
|
});
|
|
1049
1340
|
}
|
|
1341
|
+
/**
|
|
1342
|
+
* To set Default State for the widget when it is not configured
|
|
1343
|
+
* @param {?} widgetInfo
|
|
1344
|
+
* @return {?}
|
|
1345
|
+
*/
|
|
1346
|
+
setNotConfiguredState(widgetInfo) {
|
|
1347
|
+
console.log('in set not configured state');
|
|
1348
|
+
console.log(widgetInfo);
|
|
1349
|
+
/**Temp commit, will be reading data from db to check whether it needs default state */
|
|
1350
|
+
if ((widgetInfo.widgetId == 870 || widgetInfo.widgetId == 864) && (widgetInfo.widgetConfigInfo.config == "" || typeof (JSON.parse(widgetInfo.widgetConfigInfo.config).length) == 'undefined')) {
|
|
1351
|
+
this.isNotConfigured = true;
|
|
1352
|
+
}
|
|
1353
|
+
else {
|
|
1354
|
+
this.isNotConfigured = false;
|
|
1355
|
+
}
|
|
1356
|
+
console.log(this.isNotConfigured);
|
|
1357
|
+
}
|
|
1050
1358
|
/**
|
|
1051
1359
|
* To refresh widget on input config changes
|
|
1052
1360
|
* @param {?} widgetInfo
|
|
@@ -1054,6 +1362,7 @@ class RAWidgetContainer {
|
|
|
1054
1362
|
*/
|
|
1055
1363
|
refreshWidget(widgetInfo) {
|
|
1056
1364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1365
|
+
this.setNotConfiguredState(widgetInfo);
|
|
1057
1366
|
/** @type {?} */
|
|
1058
1367
|
let widgetContainerContext = this;
|
|
1059
1368
|
/** @type {?} */
|
|
@@ -1199,8 +1508,8 @@ class RAWidgetContainer {
|
|
|
1199
1508
|
RAWidgetContainer.decorators = [
|
|
1200
1509
|
{ type: Component, args: [{
|
|
1201
1510
|
selector: 'ra-widget-container',
|
|
1202
|
-
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine}\">\r\n <div class=\"col-md-12 wc-mover\" style=\"padding-left: 0px;height:inherit;\">\r\n <div style=\"display:flex;margin-top:10px;\">\r\n\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\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\"
|
|
1203
|
-
styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-content{display:none;position:absolute;right:0;background-color:#
|
|
1511
|
+
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\" [ngClass]=\"{'underLine': enableTitleLine || isNotConfigured}\">\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\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\r\n\r\n <div class=\"col-md-2\" style=\"cursor:default;padding-right: 0px;\">\r\n <div class=\"float-right\" style=\"display: flex;\" [ngClass]=\"{'lockInvisible': lockVisible}\">\r\n <!-- <div class=\"title-bar-icon download download-icon\" *ngIf=\"isDownloadIconVisible\">\r\n <i class=\"fal fa-download\" (mouseover)=\"setDownloadIcon()\" #widgetDownload\r\n (click)=\"downloadClicked()\"></i>\r\n <div class=\"download-content\" [ngClass]=\"{'dropdown-click': isDownloadChartVisible}\">\r\n <a (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'PNG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file\"></i>\r\n <span>{{'JPEG'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'PDF'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'SVG'|translate}}</span>\r\n </a>\r\n </div>\r\n </div> -->\r\n <ra-tooltip [value]=\"lockTitle\" [width]=\"'300px'\">\r\n <div class=\"title-bar-lock-icon\" style=\"margin-right: 12px;\">\r\n <i [ngClass]=\"lockClass\"></i>\r\n\r\n </div>\r\n </ra-tooltip>\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-ellipsis-v\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n \r\n <div style=\"color: #9FA0A4;font-size: 12px;padding-top: 8px;padding-left: 12px;\">{{'Common.settings'|translate}}</div>\r\n \r\n <a style=\"padding-top: 10px;\" (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Common.edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Common.copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Common.move'|translate}}</span>\r\n </a>\r\n <a >\r\n <i style=\"padding-left: 4px;\" class=\"fal fa-angle-right\"></i>\r\n <span style=\"padding-left: 16px;\">{{'Common.visitpage'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\" style=\"padding-bottom: 9px;\">\r\n <span style=\"color: #9FA0A4;font-size: 12px;\">{{'Common.downloads'|translate}}</span>\r\n <a style=\"padding-top: 10px;\" (click)=\"downloadIconClicked('PNG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.png'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('JPEG')\">\r\n <i class=\"fal fa-file-image\"></i>\r\n <span>{{'Common.jpeg'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('PDF')\">\r\n <i class=\"fal fa-file-pdf\"></i>\r\n <span>{{'Common.pdf'|translate}}</span>\r\n </a>\r\n <a (click)=\"downloadIconClicked('SVG')\">\r\n <i class=\"fal fa-file-alt\"></i>\r\n <span>{{'Common.svg'|translate}}</span>\r\n </a>\r\n <hr class=\"hr\">\r\n <a (click)=\"deleteWidget()\">\r\n <i class=\"fal fa-times\" style=\"padding-left: 3px;color: red;\"></i>\r\n <span>{{'Common.delete'|translate}}</span>\r\n </a>\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\">\r\n <div [hidden]=\"isNotConfigured\" 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]=\"isNotConfigured\">\r\n <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n <div [hidden]=\"!isNotConfigured\" class=\"defaultConfig\">\r\n <div class=\"button\" (click)=\"editWidget()\">\r\n <span class=\"editIcon\"><i class=\"fal fa-edit\"></i></span><span class=\"text\">Configure Widget</span>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
1512
|
+
styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;transition:visibility,opacity .5s linear;position:relative}.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;height:334px;width:122px}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.wc{height:100%}.defaultConfig{background:no-repeat padding-box #ededed;height:100%}.defaultConfig .button{width:25%;float:left;position:relative;top:46%;left:36%;height:34px;color:#fff;background:no-repeat padding-box #3dcd58}.defaultConfig .button span{position:relative;float:left;top:23%;height:50%}.defaultConfig .button .editIcon{width:20%;text-align:center}.defaultConfig .button .text{width:80%}.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-icon{color:#42b4e6}.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;transform:translateY(-20%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20%)}100%{opacity:1;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}.locked{color:#42b4e6}.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{display:none;position:absolute;right:0;background-color:#f9f9f9;min-width:100px;box-shadow:0 8px 16px 8px rgba(0,0,0,.2);z-index:2;font-size:12px;font-weight:400}.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}"]
|
|
1204
1513
|
}] }
|
|
1205
1514
|
];
|
|
1206
1515
|
/** @nocollapse */
|
|
@@ -1227,11 +1536,120 @@ RAWidgetContainer.propDecorators = {
|
|
|
1227
1536
|
gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
|
|
1228
1537
|
widgetDeleted: [{ type: Output }],
|
|
1229
1538
|
setResized: [{ type: Input, args: ['dom-resized',] }]
|
|
1230
|
-
};
|
|
1539
|
+
};
|
|
1540
|
+
if (false) {
|
|
1541
|
+
/** @type {?} */
|
|
1542
|
+
RAWidgetContainer.prototype.showPanel;
|
|
1543
|
+
/**
|
|
1544
|
+
* @type {?}
|
|
1545
|
+
* @private
|
|
1546
|
+
*/
|
|
1547
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1548
|
+
/**
|
|
1549
|
+
* @type {?}
|
|
1550
|
+
* @private
|
|
1551
|
+
*/
|
|
1552
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1553
|
+
/**
|
|
1554
|
+
* @type {?}
|
|
1555
|
+
* @private
|
|
1556
|
+
*/
|
|
1557
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1558
|
+
/**
|
|
1559
|
+
* @type {?}
|
|
1560
|
+
* @private
|
|
1561
|
+
*/
|
|
1562
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1563
|
+
/** @type {?} */
|
|
1564
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1565
|
+
/** @type {?} */
|
|
1566
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1567
|
+
/** @type {?} */
|
|
1568
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1569
|
+
/** @type {?} */
|
|
1570
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1571
|
+
/** @type {?} */
|
|
1572
|
+
RAWidgetContainer.prototype.dropDownShown;
|
|
1573
|
+
/** @type {?} */
|
|
1574
|
+
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1575
|
+
/** @type {?} */
|
|
1576
|
+
RAWidgetContainer.prototype.downloadIconType;
|
|
1577
|
+
/** @type {?} */
|
|
1578
|
+
RAWidgetContainer.prototype.enableTitleLine;
|
|
1579
|
+
/** @type {?} */
|
|
1580
|
+
RAWidgetContainer.prototype.toolTipValue;
|
|
1581
|
+
/** @type {?} */
|
|
1582
|
+
RAWidgetContainer.prototype.toolTipWidth;
|
|
1583
|
+
/** @type {?} */
|
|
1584
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1585
|
+
/** @type {?} */
|
|
1586
|
+
RAWidgetContainer.prototype.widgetDropdown;
|
|
1587
|
+
/** @type {?} */
|
|
1588
|
+
RAWidgetContainer.prototype.widgetDownload;
|
|
1589
|
+
/** @type {?} */
|
|
1590
|
+
RAWidgetContainer.prototype.searchInput;
|
|
1591
|
+
/** @type {?} */
|
|
1592
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1593
|
+
/** @type {?} */
|
|
1594
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1595
|
+
/** @type {?} */
|
|
1596
|
+
RAWidgetContainer.prototype.data;
|
|
1597
|
+
/** @type {?} */
|
|
1598
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1599
|
+
/** @type {?} */
|
|
1600
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1601
|
+
/** @type {?} */
|
|
1602
|
+
RAWidgetContainer.prototype.width;
|
|
1603
|
+
/** @type {?} */
|
|
1604
|
+
RAWidgetContainer.prototype.height;
|
|
1605
|
+
/** @type {?} */
|
|
1606
|
+
RAWidgetContainer.prototype.gridCellHeight;
|
|
1607
|
+
/** @type {?} */
|
|
1608
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1609
|
+
/** @type {?} */
|
|
1610
|
+
RAWidgetContainer.prototype.lockTitle;
|
|
1611
|
+
/** @type {?} */
|
|
1612
|
+
RAWidgetContainer.prototype.isNotConfigured;
|
|
1613
|
+
/** @type {?} */
|
|
1614
|
+
RAWidgetContainer.prototype.domResized;
|
|
1615
|
+
/** @type {?} */
|
|
1616
|
+
RAWidgetContainer.prototype.lockVisible;
|
|
1617
|
+
/**
|
|
1618
|
+
* @type {?}
|
|
1619
|
+
* @private
|
|
1620
|
+
*/
|
|
1621
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1622
|
+
/**
|
|
1623
|
+
* @type {?}
|
|
1624
|
+
* @private
|
|
1625
|
+
*/
|
|
1626
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1627
|
+
/**
|
|
1628
|
+
* @type {?}
|
|
1629
|
+
* @private
|
|
1630
|
+
*/
|
|
1631
|
+
RAWidgetContainer.prototype.translateService;
|
|
1632
|
+
/**
|
|
1633
|
+
* @type {?}
|
|
1634
|
+
* @private
|
|
1635
|
+
*/
|
|
1636
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1637
|
+
/**
|
|
1638
|
+
* @type {?}
|
|
1639
|
+
* @private
|
|
1640
|
+
*/
|
|
1641
|
+
RAWidgetContainer.prototype.notifier;
|
|
1642
|
+
/**
|
|
1643
|
+
* @type {?}
|
|
1644
|
+
* @private
|
|
1645
|
+
*/
|
|
1646
|
+
RAWidgetContainer.prototype.renderer;
|
|
1647
|
+
}
|
|
1231
1648
|
|
|
1232
1649
|
/**
|
|
1233
1650
|
* @fileoverview added by tsickle
|
|
1234
|
-
*
|
|
1651
|
+
* Generated from: lib/custom.notifier.options.ts
|
|
1652
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1235
1653
|
*/
|
|
1236
1654
|
/** @type {?} */
|
|
1237
1655
|
const customNotifierOptions = {
|
|
@@ -1277,7 +1695,8 @@ const customNotifierOptions = {
|
|
|
1277
1695
|
|
|
1278
1696
|
/**
|
|
1279
1697
|
* @fileoverview added by tsickle
|
|
1280
|
-
*
|
|
1698
|
+
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
1699
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1281
1700
|
*/
|
|
1282
1701
|
/** @type {?} */
|
|
1283
1702
|
const GridsterConfigService = {
|
|
@@ -1455,7 +1874,8 @@ const GridsterConfigService = {
|
|
|
1455
1874
|
|
|
1456
1875
|
/**
|
|
1457
1876
|
* @fileoverview added by tsickle
|
|
1458
|
-
*
|
|
1877
|
+
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
1878
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1459
1879
|
*/
|
|
1460
1880
|
class GridsterUtils {
|
|
1461
1881
|
/**
|
|
@@ -1591,17 +2011,93 @@ GridsterUtils.decorators = [
|
|
|
1591
2011
|
|
|
1592
2012
|
/**
|
|
1593
2013
|
* @fileoverview added by tsickle
|
|
1594
|
-
*
|
|
2014
|
+
* Generated from: gridster/lib/gridster.interface.ts
|
|
2015
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1595
2016
|
*/
|
|
1596
2017
|
/**
|
|
1597
2018
|
* @abstract
|
|
1598
2019
|
*/
|
|
1599
2020
|
class GridsterComponentInterface {
|
|
2021
|
+
}
|
|
2022
|
+
if (false) {
|
|
2023
|
+
/** @type {?} */
|
|
2024
|
+
GridsterComponentInterface.prototype.$options;
|
|
2025
|
+
/** @type {?} */
|
|
2026
|
+
GridsterComponentInterface.prototype.grid;
|
|
2027
|
+
/** @type {?} */
|
|
2028
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2029
|
+
/** @type {?} */
|
|
2030
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2031
|
+
/** @type {?} */
|
|
2032
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2033
|
+
/** @type {?} */
|
|
2034
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2035
|
+
/** @type {?} */
|
|
2036
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2037
|
+
/** @type {?} */
|
|
2038
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2039
|
+
/** @type {?} */
|
|
2040
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2041
|
+
/** @type {?} */
|
|
2042
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2043
|
+
/** @type {?} */
|
|
2044
|
+
GridsterComponentInterface.prototype.el;
|
|
2045
|
+
/** @type {?} */
|
|
2046
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2047
|
+
/** @type {?} */
|
|
2048
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2049
|
+
/** @type {?} */
|
|
2050
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2051
|
+
/** @type {?} */
|
|
2052
|
+
GridsterComponentInterface.prototype.options;
|
|
2053
|
+
/** @type {?} */
|
|
2054
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2055
|
+
/** @type {?} */
|
|
2056
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2057
|
+
/** @type {?} */
|
|
2058
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2059
|
+
/** @type {?} */
|
|
2060
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2061
|
+
/** @type {?} */
|
|
2062
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2063
|
+
/** @type {?} */
|
|
2064
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2065
|
+
/** @type {?} */
|
|
2066
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2067
|
+
/** @type {?} */
|
|
2068
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2069
|
+
/** @type {?} */
|
|
2070
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2071
|
+
/** @type {?} */
|
|
2072
|
+
GridsterComponentInterface.prototype.columns;
|
|
2073
|
+
/** @type {?} */
|
|
2074
|
+
GridsterComponentInterface.prototype.rows;
|
|
2075
|
+
/** @type {?} */
|
|
2076
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2077
|
+
/** @type {?} */
|
|
2078
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2079
|
+
/** @type {?} */
|
|
2080
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2081
|
+
/** @type {?} */
|
|
2082
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2083
|
+
/** @type {?} */
|
|
2084
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2085
|
+
/** @type {?} */
|
|
2086
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2087
|
+
/** @type {?} */
|
|
2088
|
+
GridsterComponentInterface.prototype.compact;
|
|
2089
|
+
/** @type {?} */
|
|
2090
|
+
GridsterComponentInterface.prototype.zone;
|
|
2091
|
+
/** @type {?} */
|
|
2092
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2093
|
+
/** @type {?} */
|
|
2094
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
1600
2095
|
}
|
|
1601
2096
|
|
|
1602
2097
|
/**
|
|
1603
2098
|
* @fileoverview added by tsickle
|
|
1604
|
-
*
|
|
2099
|
+
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
2100
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1605
2101
|
*/
|
|
1606
2102
|
class GridsterEmptyCell {
|
|
1607
2103
|
/**
|
|
@@ -1878,11 +2374,45 @@ GridsterEmptyCell.decorators = [
|
|
|
1878
2374
|
/** @nocollapse */
|
|
1879
2375
|
GridsterEmptyCell.ctorParameters = () => [
|
|
1880
2376
|
{ type: GridsterComponentInterface }
|
|
1881
|
-
];
|
|
2377
|
+
];
|
|
2378
|
+
if (false) {
|
|
2379
|
+
/** @type {?} */
|
|
2380
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2381
|
+
/** @type {?} */
|
|
2382
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2383
|
+
/** @type {?} */
|
|
2384
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2385
|
+
/** @type {?} */
|
|
2386
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2387
|
+
/** @type {?} */
|
|
2388
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2389
|
+
/** @type {?} */
|
|
2390
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2391
|
+
/** @type {?} */
|
|
2392
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2393
|
+
/** @type {?} */
|
|
2394
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2395
|
+
/** @type {?} */
|
|
2396
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2397
|
+
/** @type {?} */
|
|
2398
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2399
|
+
/** @type {?} */
|
|
2400
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2401
|
+
/** @type {?} */
|
|
2402
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2403
|
+
/** @type {?} */
|
|
2404
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2405
|
+
/**
|
|
2406
|
+
* @type {?}
|
|
2407
|
+
* @private
|
|
2408
|
+
*/
|
|
2409
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2410
|
+
}
|
|
1882
2411
|
|
|
1883
2412
|
/**
|
|
1884
2413
|
* @fileoverview added by tsickle
|
|
1885
|
-
*
|
|
2414
|
+
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
2415
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1886
2416
|
*/
|
|
1887
2417
|
class GridsterCompact {
|
|
1888
2418
|
/**
|
|
@@ -2091,11 +2621,19 @@ GridsterCompact.decorators = [
|
|
|
2091
2621
|
/** @nocollapse */
|
|
2092
2622
|
GridsterCompact.ctorParameters = () => [
|
|
2093
2623
|
{ type: GridsterComponentInterface }
|
|
2094
|
-
];
|
|
2624
|
+
];
|
|
2625
|
+
if (false) {
|
|
2626
|
+
/**
|
|
2627
|
+
* @type {?}
|
|
2628
|
+
* @private
|
|
2629
|
+
*/
|
|
2630
|
+
GridsterCompact.prototype.gridster;
|
|
2631
|
+
}
|
|
2095
2632
|
|
|
2096
2633
|
/**
|
|
2097
2634
|
* @fileoverview added by tsickle
|
|
2098
|
-
*
|
|
2635
|
+
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
2636
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2099
2637
|
*/
|
|
2100
2638
|
class GridsterRenderer {
|
|
2101
2639
|
/**
|
|
@@ -2358,11 +2896,19 @@ GridsterRenderer.decorators = [
|
|
|
2358
2896
|
/** @nocollapse */
|
|
2359
2897
|
GridsterRenderer.ctorParameters = () => [
|
|
2360
2898
|
{ type: GridsterComponentInterface }
|
|
2361
|
-
];
|
|
2899
|
+
];
|
|
2900
|
+
if (false) {
|
|
2901
|
+
/**
|
|
2902
|
+
* @type {?}
|
|
2903
|
+
* @private
|
|
2904
|
+
*/
|
|
2905
|
+
GridsterRenderer.prototype.gridster;
|
|
2906
|
+
}
|
|
2362
2907
|
|
|
2363
2908
|
/**
|
|
2364
2909
|
* @fileoverview added by tsickle
|
|
2365
|
-
*
|
|
2910
|
+
* Generated from: gridster/lib/gridster.component.ts
|
|
2911
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2366
2912
|
*/
|
|
2367
2913
|
class GridsterComponent {
|
|
2368
2914
|
/**
|
|
@@ -2496,6 +3042,17 @@ class GridsterComponent {
|
|
|
2496
3042
|
if (this.options.destroyCallback) {
|
|
2497
3043
|
this.options.destroyCallback(this);
|
|
2498
3044
|
}
|
|
3045
|
+
//if (this.options.api) {
|
|
3046
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3047
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3048
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3049
|
+
*/
|
|
3050
|
+
if (false) {
|
|
3051
|
+
this.options.api.resize = undefined;
|
|
3052
|
+
this.options.api.optionsChanged = undefined;
|
|
3053
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3054
|
+
this.options.api = undefined;
|
|
3055
|
+
}
|
|
2499
3056
|
this.emptyCell.destroy();
|
|
2500
3057
|
delete this.emptyCell;
|
|
2501
3058
|
this.compact.destroy();
|
|
@@ -2991,21 +3548,111 @@ GridsterComponent.ctorParameters = () => [
|
|
|
2991
3548
|
];
|
|
2992
3549
|
GridsterComponent.propDecorators = {
|
|
2993
3550
|
options: [{ type: Input }]
|
|
2994
|
-
};
|
|
3551
|
+
};
|
|
3552
|
+
if (false) {
|
|
3553
|
+
/** @type {?} */
|
|
3554
|
+
GridsterComponent.prototype.options;
|
|
3555
|
+
/** @type {?} */
|
|
3556
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3557
|
+
/** @type {?} */
|
|
3558
|
+
GridsterComponent.prototype.movingItem;
|
|
3559
|
+
/** @type {?} */
|
|
3560
|
+
GridsterComponent.prototype.previewStyle;
|
|
3561
|
+
/** @type {?} */
|
|
3562
|
+
GridsterComponent.prototype.el;
|
|
3563
|
+
/** @type {?} */
|
|
3564
|
+
GridsterComponent.prototype.$options;
|
|
3565
|
+
/** @type {?} */
|
|
3566
|
+
GridsterComponent.prototype.mobile;
|
|
3567
|
+
/** @type {?} */
|
|
3568
|
+
GridsterComponent.prototype.curWidth;
|
|
3569
|
+
/** @type {?} */
|
|
3570
|
+
GridsterComponent.prototype.curHeight;
|
|
3571
|
+
/** @type {?} */
|
|
3572
|
+
GridsterComponent.prototype.grid;
|
|
3573
|
+
/** @type {?} */
|
|
3574
|
+
GridsterComponent.prototype.columns;
|
|
3575
|
+
/** @type {?} */
|
|
3576
|
+
GridsterComponent.prototype.rows;
|
|
3577
|
+
/** @type {?} */
|
|
3578
|
+
GridsterComponent.prototype.curColWidth;
|
|
3579
|
+
/** @type {?} */
|
|
3580
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3581
|
+
/** @type {?} */
|
|
3582
|
+
GridsterComponent.prototype.gridColumns;
|
|
3583
|
+
/** @type {?} */
|
|
3584
|
+
GridsterComponent.prototype.gridRows;
|
|
3585
|
+
/** @type {?} */
|
|
3586
|
+
GridsterComponent.prototype.windowResize;
|
|
3587
|
+
/** @type {?} */
|
|
3588
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3589
|
+
/** @type {?} */
|
|
3590
|
+
GridsterComponent.prototype.emptyCell;
|
|
3591
|
+
/** @type {?} */
|
|
3592
|
+
GridsterComponent.prototype.compact;
|
|
3593
|
+
/** @type {?} */
|
|
3594
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3595
|
+
/** @type {?} */
|
|
3596
|
+
GridsterComponent.prototype.renderer;
|
|
3597
|
+
/** @type {?} */
|
|
3598
|
+
GridsterComponent.prototype.cdRef;
|
|
3599
|
+
/** @type {?} */
|
|
3600
|
+
GridsterComponent.prototype.zone;
|
|
3601
|
+
}
|
|
2995
3602
|
|
|
2996
3603
|
/**
|
|
2997
3604
|
* @fileoverview added by tsickle
|
|
2998
|
-
*
|
|
3605
|
+
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
3606
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2999
3607
|
*/
|
|
3000
3608
|
/**
|
|
3001
3609
|
* @abstract
|
|
3002
3610
|
*/
|
|
3003
3611
|
class GridsterItemComponentInterface {
|
|
3612
|
+
}
|
|
3613
|
+
if (false) {
|
|
3614
|
+
/** @type {?} */
|
|
3615
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3616
|
+
/** @type {?} */
|
|
3617
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3618
|
+
/** @type {?} */
|
|
3619
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3620
|
+
/** @type {?} */
|
|
3621
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3622
|
+
/** @type {?} */
|
|
3623
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3624
|
+
/** @type {?} */
|
|
3625
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3626
|
+
/** @type {?} */
|
|
3627
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3628
|
+
/** @type {?} */
|
|
3629
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3630
|
+
/** @type {?} */
|
|
3631
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3632
|
+
/** @type {?} */
|
|
3633
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3634
|
+
/** @type {?} */
|
|
3635
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3636
|
+
/** @type {?} */
|
|
3637
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
3638
|
+
/** @type {?} */
|
|
3639
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3640
|
+
/** @type {?} */
|
|
3641
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3642
|
+
/** @type {?} */
|
|
3643
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3644
|
+
/** @type {?} */
|
|
3645
|
+
GridsterItemComponentInterface.prototype.el;
|
|
3646
|
+
/** @type {?} */
|
|
3647
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
3648
|
+
/** @type {?} */
|
|
3649
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
3004
3650
|
}
|
|
3005
3651
|
|
|
3006
3652
|
/**
|
|
3007
3653
|
* @fileoverview added by tsickle
|
|
3008
|
-
*
|
|
3654
|
+
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
3655
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3009
3656
|
*/
|
|
3010
3657
|
class GridsterSwap {
|
|
3011
3658
|
/**
|
|
@@ -3116,11 +3763,29 @@ GridsterSwap.decorators = [
|
|
|
3116
3763
|
/** @nocollapse */
|
|
3117
3764
|
GridsterSwap.ctorParameters = () => [
|
|
3118
3765
|
{ type: GridsterItemComponentInterface }
|
|
3119
|
-
];
|
|
3766
|
+
];
|
|
3767
|
+
if (false) {
|
|
3768
|
+
/**
|
|
3769
|
+
* @type {?}
|
|
3770
|
+
* @private
|
|
3771
|
+
*/
|
|
3772
|
+
GridsterSwap.prototype.swapedItem;
|
|
3773
|
+
/**
|
|
3774
|
+
* @type {?}
|
|
3775
|
+
* @private
|
|
3776
|
+
*/
|
|
3777
|
+
GridsterSwap.prototype.gridsterItem;
|
|
3778
|
+
/**
|
|
3779
|
+
* @type {?}
|
|
3780
|
+
* @private
|
|
3781
|
+
*/
|
|
3782
|
+
GridsterSwap.prototype.gridster;
|
|
3783
|
+
}
|
|
3120
3784
|
|
|
3121
3785
|
/**
|
|
3122
3786
|
* @fileoverview added by tsickle
|
|
3123
|
-
*
|
|
3787
|
+
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
3788
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3124
3789
|
*/
|
|
3125
3790
|
/** @type {?} */
|
|
3126
3791
|
let scrollSensitivity;
|
|
@@ -3315,7 +3980,8 @@ function cancelN() {
|
|
|
3315
3980
|
|
|
3316
3981
|
/**
|
|
3317
3982
|
* @fileoverview added by tsickle
|
|
3318
|
-
*
|
|
3983
|
+
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
3984
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3319
3985
|
*/
|
|
3320
3986
|
class GridsterPush {
|
|
3321
3987
|
/**
|
|
@@ -3726,11 +4392,62 @@ GridsterPush.decorators = [
|
|
|
3726
4392
|
/** @nocollapse */
|
|
3727
4393
|
GridsterPush.ctorParameters = () => [
|
|
3728
4394
|
{ type: GridsterItemComponentInterface }
|
|
3729
|
-
];
|
|
4395
|
+
];
|
|
4396
|
+
if (false) {
|
|
4397
|
+
/** @type {?} */
|
|
4398
|
+
GridsterPush.prototype.fromSouth;
|
|
4399
|
+
/** @type {?} */
|
|
4400
|
+
GridsterPush.prototype.fromNorth;
|
|
4401
|
+
/** @type {?} */
|
|
4402
|
+
GridsterPush.prototype.fromEast;
|
|
4403
|
+
/** @type {?} */
|
|
4404
|
+
GridsterPush.prototype.fromWest;
|
|
4405
|
+
/**
|
|
4406
|
+
* @type {?}
|
|
4407
|
+
* @private
|
|
4408
|
+
*/
|
|
4409
|
+
GridsterPush.prototype.pushedItems;
|
|
4410
|
+
/**
|
|
4411
|
+
* @type {?}
|
|
4412
|
+
* @private
|
|
4413
|
+
*/
|
|
4414
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4415
|
+
/**
|
|
4416
|
+
* @type {?}
|
|
4417
|
+
* @private
|
|
4418
|
+
*/
|
|
4419
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4420
|
+
/**
|
|
4421
|
+
* @type {?}
|
|
4422
|
+
* @private
|
|
4423
|
+
*/
|
|
4424
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4425
|
+
/**
|
|
4426
|
+
* @type {?}
|
|
4427
|
+
* @private
|
|
4428
|
+
*/
|
|
4429
|
+
GridsterPush.prototype.gridsterItem;
|
|
4430
|
+
/**
|
|
4431
|
+
* @type {?}
|
|
4432
|
+
* @private
|
|
4433
|
+
*/
|
|
4434
|
+
GridsterPush.prototype.gridster;
|
|
4435
|
+
/**
|
|
4436
|
+
* @type {?}
|
|
4437
|
+
* @private
|
|
4438
|
+
*/
|
|
4439
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4440
|
+
/**
|
|
4441
|
+
* @type {?}
|
|
4442
|
+
* @private
|
|
4443
|
+
*/
|
|
4444
|
+
GridsterPush.prototype.tryPattern;
|
|
4445
|
+
}
|
|
3730
4446
|
|
|
3731
4447
|
/**
|
|
3732
4448
|
* @fileoverview added by tsickle
|
|
3733
|
-
*
|
|
4449
|
+
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
4450
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3734
4451
|
*/
|
|
3735
4452
|
class GridsterDraggable {
|
|
3736
4453
|
/**
|
|
@@ -4008,6 +4725,10 @@ class GridsterDraggable {
|
|
|
4008
4725
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4009
4726
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4010
4727
|
}
|
|
4728
|
+
else {
|
|
4729
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
4730
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
4731
|
+
}
|
|
4011
4732
|
return this.gridsterItem.$item;
|
|
4012
4733
|
}
|
|
4013
4734
|
/**
|
|
@@ -4152,11 +4873,85 @@ GridsterDraggable.ctorParameters = () => [
|
|
|
4152
4873
|
{ type: GridsterItemComponentInterface },
|
|
4153
4874
|
{ type: GridsterComponentInterface },
|
|
4154
4875
|
{ type: NgZone }
|
|
4155
|
-
];
|
|
4876
|
+
];
|
|
4877
|
+
if (false) {
|
|
4878
|
+
/** @type {?} */
|
|
4879
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
4880
|
+
/** @type {?} */
|
|
4881
|
+
GridsterDraggable.prototype.gridster;
|
|
4882
|
+
/** @type {?} */
|
|
4883
|
+
GridsterDraggable.prototype.lastMouse;
|
|
4884
|
+
/** @type {?} */
|
|
4885
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
4886
|
+
/** @type {?} */
|
|
4887
|
+
GridsterDraggable.prototype.offsetTop;
|
|
4888
|
+
/** @type {?} */
|
|
4889
|
+
GridsterDraggable.prototype.margin;
|
|
4890
|
+
/** @type {?} */
|
|
4891
|
+
GridsterDraggable.prototype.diffTop;
|
|
4892
|
+
/** @type {?} */
|
|
4893
|
+
GridsterDraggable.prototype.diffLeft;
|
|
4894
|
+
/** @type {?} */
|
|
4895
|
+
GridsterDraggable.prototype.top;
|
|
4896
|
+
/** @type {?} */
|
|
4897
|
+
GridsterDraggable.prototype.left;
|
|
4898
|
+
/** @type {?} */
|
|
4899
|
+
GridsterDraggable.prototype.height;
|
|
4900
|
+
/** @type {?} */
|
|
4901
|
+
GridsterDraggable.prototype.width;
|
|
4902
|
+
/** @type {?} */
|
|
4903
|
+
GridsterDraggable.prototype.positionX;
|
|
4904
|
+
/** @type {?} */
|
|
4905
|
+
GridsterDraggable.prototype.positionY;
|
|
4906
|
+
/** @type {?} */
|
|
4907
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
4908
|
+
/** @type {?} */
|
|
4909
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
4910
|
+
/** @type {?} */
|
|
4911
|
+
GridsterDraggable.prototype.enabled;
|
|
4912
|
+
/** @type {?} */
|
|
4913
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
4914
|
+
/** @type {?} */
|
|
4915
|
+
GridsterDraggable.prototype.dragFunction;
|
|
4916
|
+
/** @type {?} */
|
|
4917
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
4918
|
+
/** @type {?} */
|
|
4919
|
+
GridsterDraggable.prototype.mousemove;
|
|
4920
|
+
/** @type {?} */
|
|
4921
|
+
GridsterDraggable.prototype.mouseup;
|
|
4922
|
+
/** @type {?} */
|
|
4923
|
+
GridsterDraggable.prototype.mouseleave;
|
|
4924
|
+
/** @type {?} */
|
|
4925
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
4926
|
+
/** @type {?} */
|
|
4927
|
+
GridsterDraggable.prototype.touchmove;
|
|
4928
|
+
/** @type {?} */
|
|
4929
|
+
GridsterDraggable.prototype.touchend;
|
|
4930
|
+
/** @type {?} */
|
|
4931
|
+
GridsterDraggable.prototype.touchcancel;
|
|
4932
|
+
/** @type {?} */
|
|
4933
|
+
GridsterDraggable.prototype.mousedown;
|
|
4934
|
+
/** @type {?} */
|
|
4935
|
+
GridsterDraggable.prototype.touchstart;
|
|
4936
|
+
/** @type {?} */
|
|
4937
|
+
GridsterDraggable.prototype.push;
|
|
4938
|
+
/** @type {?} */
|
|
4939
|
+
GridsterDraggable.prototype.swap;
|
|
4940
|
+
/** @type {?} */
|
|
4941
|
+
GridsterDraggable.prototype.path;
|
|
4942
|
+
/** @type {?} */
|
|
4943
|
+
GridsterDraggable.prototype.collision;
|
|
4944
|
+
/**
|
|
4945
|
+
* @type {?}
|
|
4946
|
+
* @private
|
|
4947
|
+
*/
|
|
4948
|
+
GridsterDraggable.prototype.zone;
|
|
4949
|
+
}
|
|
4156
4950
|
|
|
4157
4951
|
/**
|
|
4158
4952
|
* @fileoverview added by tsickle
|
|
4159
|
-
*
|
|
4953
|
+
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
4954
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4160
4955
|
*/
|
|
4161
4956
|
class GridsterPushResize {
|
|
4162
4957
|
/**
|
|
@@ -4472,11 +5267,47 @@ GridsterPushResize.decorators = [
|
|
|
4472
5267
|
/** @nocollapse */
|
|
4473
5268
|
GridsterPushResize.ctorParameters = () => [
|
|
4474
5269
|
{ type: GridsterItemComponentInterface }
|
|
4475
|
-
];
|
|
5270
|
+
];
|
|
5271
|
+
if (false) {
|
|
5272
|
+
/** @type {?} */
|
|
5273
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5274
|
+
/** @type {?} */
|
|
5275
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5276
|
+
/** @type {?} */
|
|
5277
|
+
GridsterPushResize.prototype.fromEast;
|
|
5278
|
+
/** @type {?} */
|
|
5279
|
+
GridsterPushResize.prototype.fromWest;
|
|
5280
|
+
/**
|
|
5281
|
+
* @type {?}
|
|
5282
|
+
* @private
|
|
5283
|
+
*/
|
|
5284
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5285
|
+
/**
|
|
5286
|
+
* @type {?}
|
|
5287
|
+
* @private
|
|
5288
|
+
*/
|
|
5289
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5290
|
+
/**
|
|
5291
|
+
* @type {?}
|
|
5292
|
+
* @private
|
|
5293
|
+
*/
|
|
5294
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5295
|
+
/**
|
|
5296
|
+
* @type {?}
|
|
5297
|
+
* @private
|
|
5298
|
+
*/
|
|
5299
|
+
GridsterPushResize.prototype.gridster;
|
|
5300
|
+
/**
|
|
5301
|
+
* @type {?}
|
|
5302
|
+
* @private
|
|
5303
|
+
*/
|
|
5304
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5305
|
+
}
|
|
4476
5306
|
|
|
4477
5307
|
/**
|
|
4478
5308
|
* @fileoverview added by tsickle
|
|
4479
|
-
*
|
|
5309
|
+
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
5310
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4480
5311
|
*/
|
|
4481
5312
|
class GridsterResizable {
|
|
4482
5313
|
/**
|
|
@@ -4942,11 +5773,87 @@ GridsterResizable.ctorParameters = () => [
|
|
|
4942
5773
|
{ type: GridsterItemComponentInterface },
|
|
4943
5774
|
{ type: GridsterComponentInterface },
|
|
4944
5775
|
{ type: NgZone }
|
|
4945
|
-
];
|
|
5776
|
+
];
|
|
5777
|
+
if (false) {
|
|
5778
|
+
/** @type {?} */
|
|
5779
|
+
GridsterResizable.prototype.gridsterItem;
|
|
5780
|
+
/** @type {?} */
|
|
5781
|
+
GridsterResizable.prototype.gridster;
|
|
5782
|
+
/** @type {?} */
|
|
5783
|
+
GridsterResizable.prototype.lastMouse;
|
|
5784
|
+
/** @type {?} */
|
|
5785
|
+
GridsterResizable.prototype.itemBackup;
|
|
5786
|
+
/** @type {?} */
|
|
5787
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
5788
|
+
/** @type {?} */
|
|
5789
|
+
GridsterResizable.prototype.directionFunction;
|
|
5790
|
+
/** @type {?} */
|
|
5791
|
+
GridsterResizable.prototype.dragFunction;
|
|
5792
|
+
/** @type {?} */
|
|
5793
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
5794
|
+
/** @type {?} */
|
|
5795
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
5796
|
+
/** @type {?} */
|
|
5797
|
+
GridsterResizable.prototype.mousemove;
|
|
5798
|
+
/** @type {?} */
|
|
5799
|
+
GridsterResizable.prototype.mouseup;
|
|
5800
|
+
/** @type {?} */
|
|
5801
|
+
GridsterResizable.prototype.mouseleave;
|
|
5802
|
+
/** @type {?} */
|
|
5803
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
5804
|
+
/** @type {?} */
|
|
5805
|
+
GridsterResizable.prototype.touchmove;
|
|
5806
|
+
/** @type {?} */
|
|
5807
|
+
GridsterResizable.prototype.touchend;
|
|
5808
|
+
/** @type {?} */
|
|
5809
|
+
GridsterResizable.prototype.touchcancel;
|
|
5810
|
+
/** @type {?} */
|
|
5811
|
+
GridsterResizable.prototype.push;
|
|
5812
|
+
/** @type {?} */
|
|
5813
|
+
GridsterResizable.prototype.pushResize;
|
|
5814
|
+
/** @type {?} */
|
|
5815
|
+
GridsterResizable.prototype.minHeight;
|
|
5816
|
+
/** @type {?} */
|
|
5817
|
+
GridsterResizable.prototype.minWidth;
|
|
5818
|
+
/** @type {?} */
|
|
5819
|
+
GridsterResizable.prototype.offsetTop;
|
|
5820
|
+
/** @type {?} */
|
|
5821
|
+
GridsterResizable.prototype.offsetLeft;
|
|
5822
|
+
/** @type {?} */
|
|
5823
|
+
GridsterResizable.prototype.diffTop;
|
|
5824
|
+
/** @type {?} */
|
|
5825
|
+
GridsterResizable.prototype.diffLeft;
|
|
5826
|
+
/** @type {?} */
|
|
5827
|
+
GridsterResizable.prototype.diffRight;
|
|
5828
|
+
/** @type {?} */
|
|
5829
|
+
GridsterResizable.prototype.diffBottom;
|
|
5830
|
+
/** @type {?} */
|
|
5831
|
+
GridsterResizable.prototype.margin;
|
|
5832
|
+
/** @type {?} */
|
|
5833
|
+
GridsterResizable.prototype.top;
|
|
5834
|
+
/** @type {?} */
|
|
5835
|
+
GridsterResizable.prototype.left;
|
|
5836
|
+
/** @type {?} */
|
|
5837
|
+
GridsterResizable.prototype.bottom;
|
|
5838
|
+
/** @type {?} */
|
|
5839
|
+
GridsterResizable.prototype.right;
|
|
5840
|
+
/** @type {?} */
|
|
5841
|
+
GridsterResizable.prototype.width;
|
|
5842
|
+
/** @type {?} */
|
|
5843
|
+
GridsterResizable.prototype.height;
|
|
5844
|
+
/** @type {?} */
|
|
5845
|
+
GridsterResizable.prototype.newPosition;
|
|
5846
|
+
/**
|
|
5847
|
+
* @type {?}
|
|
5848
|
+
* @private
|
|
5849
|
+
*/
|
|
5850
|
+
GridsterResizable.prototype.zone;
|
|
5851
|
+
}
|
|
4946
5852
|
|
|
4947
5853
|
/**
|
|
4948
5854
|
* @fileoverview added by tsickle
|
|
4949
|
-
*
|
|
5855
|
+
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
5856
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4950
5857
|
*/
|
|
4951
5858
|
class GridsterItemComponent {
|
|
4952
5859
|
/**
|
|
@@ -5117,11 +6024,45 @@ GridsterItemComponent.ctorParameters = () => [
|
|
|
5117
6024
|
];
|
|
5118
6025
|
GridsterItemComponent.propDecorators = {
|
|
5119
6026
|
item: [{ type: Input }]
|
|
5120
|
-
};
|
|
6027
|
+
};
|
|
6028
|
+
if (false) {
|
|
6029
|
+
/** @type {?} */
|
|
6030
|
+
GridsterItemComponent.prototype.item;
|
|
6031
|
+
/** @type {?} */
|
|
6032
|
+
GridsterItemComponent.prototype.$item;
|
|
6033
|
+
/** @type {?} */
|
|
6034
|
+
GridsterItemComponent.prototype.el;
|
|
6035
|
+
/** @type {?} */
|
|
6036
|
+
GridsterItemComponent.prototype.gridster;
|
|
6037
|
+
/** @type {?} */
|
|
6038
|
+
GridsterItemComponent.prototype.top;
|
|
6039
|
+
/** @type {?} */
|
|
6040
|
+
GridsterItemComponent.prototype.left;
|
|
6041
|
+
/** @type {?} */
|
|
6042
|
+
GridsterItemComponent.prototype.width;
|
|
6043
|
+
/** @type {?} */
|
|
6044
|
+
GridsterItemComponent.prototype.height;
|
|
6045
|
+
/** @type {?} */
|
|
6046
|
+
GridsterItemComponent.prototype.drag;
|
|
6047
|
+
/** @type {?} */
|
|
6048
|
+
GridsterItemComponent.prototype.resize;
|
|
6049
|
+
/** @type {?} */
|
|
6050
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6051
|
+
/** @type {?} */
|
|
6052
|
+
GridsterItemComponent.prototype.init;
|
|
6053
|
+
/** @type {?} */
|
|
6054
|
+
GridsterItemComponent.prototype.renderer;
|
|
6055
|
+
/**
|
|
6056
|
+
* @type {?}
|
|
6057
|
+
* @private
|
|
6058
|
+
*/
|
|
6059
|
+
GridsterItemComponent.prototype.zone;
|
|
6060
|
+
}
|
|
5121
6061
|
|
|
5122
6062
|
/**
|
|
5123
6063
|
* @fileoverview added by tsickle
|
|
5124
|
-
*
|
|
6064
|
+
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
6065
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5125
6066
|
*/
|
|
5126
6067
|
class GridsterPreviewComponent {
|
|
5127
6068
|
/**
|
|
@@ -5173,11 +6114,20 @@ GridsterPreviewComponent.ctorParameters = () => [
|
|
|
5173
6114
|
{ type: ElementRef },
|
|
5174
6115
|
{ type: GridsterComponent, decorators: [{ type: Host }] },
|
|
5175
6116
|
{ type: Renderer2 }
|
|
5176
|
-
];
|
|
6117
|
+
];
|
|
6118
|
+
if (false) {
|
|
6119
|
+
/** @type {?} */
|
|
6120
|
+
GridsterPreviewComponent.prototype.el;
|
|
6121
|
+
/** @type {?} */
|
|
6122
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6123
|
+
/** @type {?} */
|
|
6124
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6125
|
+
}
|
|
5177
6126
|
|
|
5178
6127
|
/**
|
|
5179
6128
|
* @fileoverview added by tsickle
|
|
5180
|
-
*
|
|
6129
|
+
* Generated from: gridster/lib/gridster.module.ts
|
|
6130
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5181
6131
|
*/
|
|
5182
6132
|
class GridsterModule {
|
|
5183
6133
|
}
|
|
@@ -5199,7 +6149,8 @@ GridsterModule.decorators = [
|
|
|
5199
6149
|
|
|
5200
6150
|
/**
|
|
5201
6151
|
* @fileoverview added by tsickle
|
|
5202
|
-
*
|
|
6152
|
+
* Generated from: lib/ra.dashboard.module.ts
|
|
6153
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5203
6154
|
*/
|
|
5204
6155
|
/** @type {?} */
|
|
5205
6156
|
const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -5237,7 +6188,8 @@ DashboardFrameworkModule.decorators = [
|
|
|
5237
6188
|
|
|
5238
6189
|
/**
|
|
5239
6190
|
* @fileoverview added by tsickle
|
|
5240
|
-
*
|
|
6191
|
+
* Generated from: lib/ra.base.dashboard.template.ts
|
|
6192
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5241
6193
|
*/
|
|
5242
6194
|
/**
|
|
5243
6195
|
* @abstract
|
|
@@ -5279,11 +6231,36 @@ RaBaseDashboardTemplate.propDecorators = {
|
|
|
5279
6231
|
dashboardId: [{ type: Input, args: ['dashboard-id',] }],
|
|
5280
6232
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
5281
6233
|
initialize: [{ type: Input }]
|
|
5282
|
-
};
|
|
6234
|
+
};
|
|
6235
|
+
if (false) {
|
|
6236
|
+
/** @type {?} */
|
|
6237
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6238
|
+
/** @type {?} */
|
|
6239
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6240
|
+
/** @type {?} */
|
|
6241
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6242
|
+
/** @type {?} */
|
|
6243
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6244
|
+
/** @type {?} */
|
|
6245
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6246
|
+
/** @type {?} */
|
|
6247
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6248
|
+
/**
|
|
6249
|
+
* @type {?}
|
|
6250
|
+
* @private
|
|
6251
|
+
*/
|
|
6252
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6253
|
+
/**
|
|
6254
|
+
* @abstract
|
|
6255
|
+
* @return {?}
|
|
6256
|
+
*/
|
|
6257
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6258
|
+
}
|
|
5283
6259
|
|
|
5284
6260
|
/**
|
|
5285
6261
|
* @fileoverview added by tsickle
|
|
5286
|
-
*
|
|
6262
|
+
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
6263
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5287
6264
|
*/
|
|
5288
6265
|
/**
|
|
5289
6266
|
* @abstract
|
|
@@ -5332,16 +6309,53 @@ RaBaseDashboardFilter.propDecorators = {
|
|
|
5332
6309
|
setAllFilterConfig: [{ type: Input }],
|
|
5333
6310
|
isValidEntry: [{ type: Input }],
|
|
5334
6311
|
clearAllData: [{ type: Input }]
|
|
5335
|
-
};
|
|
6312
|
+
};
|
|
6313
|
+
if (false) {
|
|
6314
|
+
/**
|
|
6315
|
+
* @type {?}
|
|
6316
|
+
* @private
|
|
6317
|
+
*/
|
|
6318
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6319
|
+
/** @type {?} */
|
|
6320
|
+
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
6321
|
+
/** @type {?} */
|
|
6322
|
+
RaBaseDashboardFilter.prototype.isValidEntry;
|
|
6323
|
+
/** @type {?} */
|
|
6324
|
+
RaBaseDashboardFilter.prototype.clearAllData;
|
|
6325
|
+
/**
|
|
6326
|
+
* @abstract
|
|
6327
|
+
* @return {?}
|
|
6328
|
+
*/
|
|
6329
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6330
|
+
/**
|
|
6331
|
+
* @abstract
|
|
6332
|
+
* @param {?} filter
|
|
6333
|
+
* @param {?} appConfig
|
|
6334
|
+
* @return {?}
|
|
6335
|
+
*/
|
|
6336
|
+
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
6337
|
+
/**
|
|
6338
|
+
* @abstract
|
|
6339
|
+
* @return {?}
|
|
6340
|
+
*/
|
|
6341
|
+
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
6342
|
+
/**
|
|
6343
|
+
* @abstract
|
|
6344
|
+
* @return {?}
|
|
6345
|
+
*/
|
|
6346
|
+
RaBaseDashboardFilter.prototype.isValid = function () { };
|
|
6347
|
+
}
|
|
5336
6348
|
|
|
5337
6349
|
/**
|
|
5338
6350
|
* @fileoverview added by tsickle
|
|
5339
|
-
*
|
|
6351
|
+
* Generated from: public-api.ts
|
|
6352
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5340
6353
|
*/
|
|
5341
6354
|
|
|
5342
6355
|
/**
|
|
5343
6356
|
* @fileoverview added by tsickle
|
|
5344
|
-
*
|
|
6357
|
+
* Generated from: schneideress-dashboardframework.ts
|
|
6358
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5345
6359
|
*/
|
|
5346
6360
|
|
|
5347
6361
|
export { DashboardFrameworkModule, RADashboardArea, RADashboardEventBus, RAEvent, RAEventKey, RAWidgetContainer, RaBaseDashboardFilter, RaBaseDashboardTemplate, RaDashboardService, GridsterModule as ɵa, GridsterComponent as ɵb, GridsterItemComponent as ɵc, GridsterPreviewComponent as ɵd, customNotifierOptions as ɵe };
|