@schneideress/dashboardframework 0.0.101 → 0.0.103
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 +1180 -72
- 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 +4 -3
- 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 +4 -3
- 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 +4 -3
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +12 -4
- 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 +4 -3
- 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 +4 -3
- 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 +4 -3
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +12 -4
- 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 +1060 -70
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1063 -73
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +1 -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
|
/**
|
|
@@ -791,7 +996,7 @@ RADashboardArea.decorators = [
|
|
|
791
996
|
{ type: Component, args: [{
|
|
792
997
|
selector: 'ra-dashboard-area',
|
|
793
998
|
template: "<div #gridWrapper class=\"wrap gridster\" [style.height.px]=\"gridheight\" >\r\n<!-- <div #gridWrapper class=\"wrap gridster\"> -->\r\n <gridster [options]=\"options\" style=\"height:100%;\">\r\n <gridster-item [item]=\"item\" *ngFor=\"let item of widgetList\">\r\n <ra-widget-container [app-config]=\"appConfig\" [event-bus]=\"raDashboardEventBus\" (widgetDeleted)=\"deleteWidget($event)\" [data]=\"item\"\r\n [global-filter]=\"globalFilter\" [grid-cell-height]=\"item.widgetInfo.rowHeight\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\" [dom-resized]=\"domResized\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
794
|
-
styles: ["gridster{width:inherit;resize:height;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
|
|
999
|
+
styles: ["gridster{width:inherit;resize:height;display:-webkit-box;display:flex;background-color:#ededed;overflow-y:hidden!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;box-shadow:0 1px 10px rgba(0,0,0,.05)}gridster-item:hover{box-shadow:0 1px 10px rgba(0,0,0,.15)}"]
|
|
795
1000
|
}] }
|
|
796
1001
|
];
|
|
797
1002
|
/** @nocollapse */
|
|
@@ -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.lockVisible = false;
|
|
849
1132
|
this.renderer.listen('window', 'click', (/**
|
|
850
1133
|
* @param {?} e
|
|
851
1134
|
* @return {?}
|
|
@@ -1104,18 +1387,22 @@ class RAWidgetContainer {
|
|
|
1104
1387
|
switch (this.lockStatus) {
|
|
1105
1388
|
case RaWidgetlockStatus.Locked: {
|
|
1106
1389
|
this.lockClass = "fas fa-lock locked";
|
|
1390
|
+
this.lockVisible = false;
|
|
1107
1391
|
break;
|
|
1108
1392
|
}
|
|
1109
1393
|
case RaWidgetlockStatus.Unlocked: {
|
|
1110
1394
|
this.lockClass = "unlocked";
|
|
1395
|
+
this.lockVisible = true;
|
|
1111
1396
|
break;
|
|
1112
1397
|
}
|
|
1113
1398
|
case RaWidgetlockStatus.PartiallyLocked: {
|
|
1114
1399
|
this.lockClass = "fas fa-lock partiallocked";
|
|
1400
|
+
this.lockVisible = false;
|
|
1115
1401
|
break;
|
|
1116
1402
|
}
|
|
1117
1403
|
default: {
|
|
1118
1404
|
this.lockClass = "unlocked";
|
|
1405
|
+
this.lockVisible = true;
|
|
1119
1406
|
break;
|
|
1120
1407
|
}
|
|
1121
1408
|
}
|
|
@@ -1194,8 +1481,8 @@ class RAWidgetContainer {
|
|
|
1194
1481
|
RAWidgetContainer.decorators = [
|
|
1195
1482
|
{ type: Component, args: [{
|
|
1196
1483
|
selector: 'ra-widget-container',
|
|
1197
|
-
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;\">\r\n <div class=\"float-right\" style=\"display: flex;\">\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
|
|
1198
|
-
styles: [".
|
|
1484
|
+
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;\" >\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 <div class=\"dropdown\">\r\n <div class=\"dropbtn title-bar-icon\"> <i #widgetDropdown class=\"fal fa-cog\" (click)=\"showDropDown()\"></i>\r\n </div>\r\n <div class=\"dropdown-content widget-config-item\" [ngClass]=\"{'dropdown-click': dropDownShown}\">\r\n <a (click)=\"editWidget()\">\r\n <i class=\"fal fa-edit\"></i>\r\n <span>{{'Edit'|translate}}</span>\r\n </a>\r\n <a (click)=\"copyWidget()\">\r\n <i class=\"fal fa-copy\"></i>\r\n <span>{{'Copy'|translate}}</span>\r\n </a>\r\n <a (click)=\"moveWidget()\">\r\n <i class=\"fal fa-arrows-alt\"></i>\r\n <span>{{'Move'|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;\"></i>\r\n <span>{{'Delete'|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>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n <div 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 <perfect-scrollbar [scrollIndicators]=\"true\">\r\n <div #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>",
|
|
1485
|
+
styles: [".sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;transition:visibility,opacity .5s linear;position:relative}.dropdown hr{margin:0!important}.dropdown-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}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.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{margin:0 3px;color:#42b4e6}.title-bar-lock-icon{margin:0 3px}.hr{border:0;border-top:1px solid rgba(0,0,0,.1)}@-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}.locked{color:#42b4e6}.partiallocked{color:#a0d9f2}.unlocked{display:none}.download{visibility:hidden;opacity:0;-webkit-transition:visibility,opacity .5s linear;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}"]
|
|
1199
1486
|
}] }
|
|
1200
1487
|
];
|
|
1201
1488
|
/** @nocollapse */
|
|
@@ -1222,11 +1509,118 @@ RAWidgetContainer.propDecorators = {
|
|
|
1222
1509
|
gridCellHeight: [{ type: Input, args: ['grid-cell-height',] }],
|
|
1223
1510
|
widgetDeleted: [{ type: Output }],
|
|
1224
1511
|
setResized: [{ type: Input, args: ['dom-resized',] }]
|
|
1225
|
-
};
|
|
1512
|
+
};
|
|
1513
|
+
if (false) {
|
|
1514
|
+
/** @type {?} */
|
|
1515
|
+
RAWidgetContainer.prototype.showPanel;
|
|
1516
|
+
/**
|
|
1517
|
+
* @type {?}
|
|
1518
|
+
* @private
|
|
1519
|
+
*/
|
|
1520
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1521
|
+
/**
|
|
1522
|
+
* @type {?}
|
|
1523
|
+
* @private
|
|
1524
|
+
*/
|
|
1525
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1526
|
+
/**
|
|
1527
|
+
* @type {?}
|
|
1528
|
+
* @private
|
|
1529
|
+
*/
|
|
1530
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1531
|
+
/**
|
|
1532
|
+
* @type {?}
|
|
1533
|
+
* @private
|
|
1534
|
+
*/
|
|
1535
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1536
|
+
/** @type {?} */
|
|
1537
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1538
|
+
/** @type {?} */
|
|
1539
|
+
RAWidgetContainer.prototype.lockClass;
|
|
1540
|
+
/** @type {?} */
|
|
1541
|
+
RAWidgetContainer.prototype.lockStatus;
|
|
1542
|
+
/** @type {?} */
|
|
1543
|
+
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1544
|
+
/** @type {?} */
|
|
1545
|
+
RAWidgetContainer.prototype.dropDownShown;
|
|
1546
|
+
/** @type {?} */
|
|
1547
|
+
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1548
|
+
/** @type {?} */
|
|
1549
|
+
RAWidgetContainer.prototype.downloadIconType;
|
|
1550
|
+
/** @type {?} */
|
|
1551
|
+
RAWidgetContainer.prototype.enableTitleLine;
|
|
1552
|
+
/** @type {?} */
|
|
1553
|
+
RAWidgetContainer.prototype.toolTipValue;
|
|
1554
|
+
/** @type {?} */
|
|
1555
|
+
RAWidgetContainer.prototype.toolTipWidth;
|
|
1556
|
+
/** @type {?} */
|
|
1557
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1558
|
+
/** @type {?} */
|
|
1559
|
+
RAWidgetContainer.prototype.widgetDropdown;
|
|
1560
|
+
/** @type {?} */
|
|
1561
|
+
RAWidgetContainer.prototype.widgetDownload;
|
|
1562
|
+
/** @type {?} */
|
|
1563
|
+
RAWidgetContainer.prototype.searchInput;
|
|
1564
|
+
/** @type {?} */
|
|
1565
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1566
|
+
/** @type {?} */
|
|
1567
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1568
|
+
/** @type {?} */
|
|
1569
|
+
RAWidgetContainer.prototype.data;
|
|
1570
|
+
/** @type {?} */
|
|
1571
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1572
|
+
/** @type {?} */
|
|
1573
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1574
|
+
/** @type {?} */
|
|
1575
|
+
RAWidgetContainer.prototype.width;
|
|
1576
|
+
/** @type {?} */
|
|
1577
|
+
RAWidgetContainer.prototype.height;
|
|
1578
|
+
/** @type {?} */
|
|
1579
|
+
RAWidgetContainer.prototype.gridCellHeight;
|
|
1580
|
+
/** @type {?} */
|
|
1581
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1582
|
+
/** @type {?} */
|
|
1583
|
+
RAWidgetContainer.prototype.lockTitle;
|
|
1584
|
+
/** @type {?} */
|
|
1585
|
+
RAWidgetContainer.prototype.domResized;
|
|
1586
|
+
/** @type {?} */
|
|
1587
|
+
RAWidgetContainer.prototype.lockVisible;
|
|
1588
|
+
/**
|
|
1589
|
+
* @type {?}
|
|
1590
|
+
* @private
|
|
1591
|
+
*/
|
|
1592
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1593
|
+
/**
|
|
1594
|
+
* @type {?}
|
|
1595
|
+
* @private
|
|
1596
|
+
*/
|
|
1597
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1598
|
+
/**
|
|
1599
|
+
* @type {?}
|
|
1600
|
+
* @private
|
|
1601
|
+
*/
|
|
1602
|
+
RAWidgetContainer.prototype.translateService;
|
|
1603
|
+
/**
|
|
1604
|
+
* @type {?}
|
|
1605
|
+
* @private
|
|
1606
|
+
*/
|
|
1607
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1608
|
+
/**
|
|
1609
|
+
* @type {?}
|
|
1610
|
+
* @private
|
|
1611
|
+
*/
|
|
1612
|
+
RAWidgetContainer.prototype.notifier;
|
|
1613
|
+
/**
|
|
1614
|
+
* @type {?}
|
|
1615
|
+
* @private
|
|
1616
|
+
*/
|
|
1617
|
+
RAWidgetContainer.prototype.renderer;
|
|
1618
|
+
}
|
|
1226
1619
|
|
|
1227
1620
|
/**
|
|
1228
1621
|
* @fileoverview added by tsickle
|
|
1229
|
-
*
|
|
1622
|
+
* Generated from: lib/custom.notifier.options.ts
|
|
1623
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1230
1624
|
*/
|
|
1231
1625
|
/** @type {?} */
|
|
1232
1626
|
const customNotifierOptions = {
|
|
@@ -1272,7 +1666,8 @@ const customNotifierOptions = {
|
|
|
1272
1666
|
|
|
1273
1667
|
/**
|
|
1274
1668
|
* @fileoverview added by tsickle
|
|
1275
|
-
*
|
|
1669
|
+
* Generated from: gridster/lib/gridsterConfig.constant.ts
|
|
1670
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1276
1671
|
*/
|
|
1277
1672
|
/** @type {?} */
|
|
1278
1673
|
const GridsterConfigService = {
|
|
@@ -1450,7 +1845,8 @@ const GridsterConfigService = {
|
|
|
1450
1845
|
|
|
1451
1846
|
/**
|
|
1452
1847
|
* @fileoverview added by tsickle
|
|
1453
|
-
*
|
|
1848
|
+
* Generated from: gridster/lib/gridsterUtils.service.ts
|
|
1849
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1454
1850
|
*/
|
|
1455
1851
|
class GridsterUtils {
|
|
1456
1852
|
/**
|
|
@@ -1586,17 +1982,93 @@ GridsterUtils.decorators = [
|
|
|
1586
1982
|
|
|
1587
1983
|
/**
|
|
1588
1984
|
* @fileoverview added by tsickle
|
|
1589
|
-
*
|
|
1985
|
+
* Generated from: gridster/lib/gridster.interface.ts
|
|
1986
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1590
1987
|
*/
|
|
1591
1988
|
/**
|
|
1592
1989
|
* @abstract
|
|
1593
1990
|
*/
|
|
1594
1991
|
class GridsterComponentInterface {
|
|
1992
|
+
}
|
|
1993
|
+
if (false) {
|
|
1994
|
+
/** @type {?} */
|
|
1995
|
+
GridsterComponentInterface.prototype.$options;
|
|
1996
|
+
/** @type {?} */
|
|
1997
|
+
GridsterComponentInterface.prototype.grid;
|
|
1998
|
+
/** @type {?} */
|
|
1999
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2000
|
+
/** @type {?} */
|
|
2001
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2002
|
+
/** @type {?} */
|
|
2003
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2004
|
+
/** @type {?} */
|
|
2005
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2006
|
+
/** @type {?} */
|
|
2007
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2008
|
+
/** @type {?} */
|
|
2009
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2010
|
+
/** @type {?} */
|
|
2011
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2012
|
+
/** @type {?} */
|
|
2013
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2014
|
+
/** @type {?} */
|
|
2015
|
+
GridsterComponentInterface.prototype.el;
|
|
2016
|
+
/** @type {?} */
|
|
2017
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2018
|
+
/** @type {?} */
|
|
2019
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2020
|
+
/** @type {?} */
|
|
2021
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2022
|
+
/** @type {?} */
|
|
2023
|
+
GridsterComponentInterface.prototype.options;
|
|
2024
|
+
/** @type {?} */
|
|
2025
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2026
|
+
/** @type {?} */
|
|
2027
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2028
|
+
/** @type {?} */
|
|
2029
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2030
|
+
/** @type {?} */
|
|
2031
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2032
|
+
/** @type {?} */
|
|
2033
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2034
|
+
/** @type {?} */
|
|
2035
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2036
|
+
/** @type {?} */
|
|
2037
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2038
|
+
/** @type {?} */
|
|
2039
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2040
|
+
/** @type {?} */
|
|
2041
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2042
|
+
/** @type {?} */
|
|
2043
|
+
GridsterComponentInterface.prototype.columns;
|
|
2044
|
+
/** @type {?} */
|
|
2045
|
+
GridsterComponentInterface.prototype.rows;
|
|
2046
|
+
/** @type {?} */
|
|
2047
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2048
|
+
/** @type {?} */
|
|
2049
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2050
|
+
/** @type {?} */
|
|
2051
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2052
|
+
/** @type {?} */
|
|
2053
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2054
|
+
/** @type {?} */
|
|
2055
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2056
|
+
/** @type {?} */
|
|
2057
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2058
|
+
/** @type {?} */
|
|
2059
|
+
GridsterComponentInterface.prototype.compact;
|
|
2060
|
+
/** @type {?} */
|
|
2061
|
+
GridsterComponentInterface.prototype.zone;
|
|
2062
|
+
/** @type {?} */
|
|
2063
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2064
|
+
/** @type {?} */
|
|
2065
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
1595
2066
|
}
|
|
1596
2067
|
|
|
1597
2068
|
/**
|
|
1598
2069
|
* @fileoverview added by tsickle
|
|
1599
|
-
*
|
|
2070
|
+
* Generated from: gridster/lib/gridsterEmptyCell.service.ts
|
|
2071
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1600
2072
|
*/
|
|
1601
2073
|
class GridsterEmptyCell {
|
|
1602
2074
|
/**
|
|
@@ -1873,11 +2345,45 @@ GridsterEmptyCell.decorators = [
|
|
|
1873
2345
|
/** @nocollapse */
|
|
1874
2346
|
GridsterEmptyCell.ctorParameters = () => [
|
|
1875
2347
|
{ type: GridsterComponentInterface }
|
|
1876
|
-
];
|
|
2348
|
+
];
|
|
2349
|
+
if (false) {
|
|
2350
|
+
/** @type {?} */
|
|
2351
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2352
|
+
/** @type {?} */
|
|
2353
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2354
|
+
/** @type {?} */
|
|
2355
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2356
|
+
/** @type {?} */
|
|
2357
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2358
|
+
/** @type {?} */
|
|
2359
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2360
|
+
/** @type {?} */
|
|
2361
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2362
|
+
/** @type {?} */
|
|
2363
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2364
|
+
/** @type {?} */
|
|
2365
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2366
|
+
/** @type {?} */
|
|
2367
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2368
|
+
/** @type {?} */
|
|
2369
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2370
|
+
/** @type {?} */
|
|
2371
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2372
|
+
/** @type {?} */
|
|
2373
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2374
|
+
/** @type {?} */
|
|
2375
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2376
|
+
/**
|
|
2377
|
+
* @type {?}
|
|
2378
|
+
* @private
|
|
2379
|
+
*/
|
|
2380
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2381
|
+
}
|
|
1877
2382
|
|
|
1878
2383
|
/**
|
|
1879
2384
|
* @fileoverview added by tsickle
|
|
1880
|
-
*
|
|
2385
|
+
* Generated from: gridster/lib/gridsterCompact.service.ts
|
|
2386
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1881
2387
|
*/
|
|
1882
2388
|
class GridsterCompact {
|
|
1883
2389
|
/**
|
|
@@ -2086,11 +2592,19 @@ GridsterCompact.decorators = [
|
|
|
2086
2592
|
/** @nocollapse */
|
|
2087
2593
|
GridsterCompact.ctorParameters = () => [
|
|
2088
2594
|
{ type: GridsterComponentInterface }
|
|
2089
|
-
];
|
|
2595
|
+
];
|
|
2596
|
+
if (false) {
|
|
2597
|
+
/**
|
|
2598
|
+
* @type {?}
|
|
2599
|
+
* @private
|
|
2600
|
+
*/
|
|
2601
|
+
GridsterCompact.prototype.gridster;
|
|
2602
|
+
}
|
|
2090
2603
|
|
|
2091
2604
|
/**
|
|
2092
2605
|
* @fileoverview added by tsickle
|
|
2093
|
-
*
|
|
2606
|
+
* Generated from: gridster/lib/gridsterRenderer.service.ts
|
|
2607
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2094
2608
|
*/
|
|
2095
2609
|
class GridsterRenderer {
|
|
2096
2610
|
/**
|
|
@@ -2353,11 +2867,19 @@ GridsterRenderer.decorators = [
|
|
|
2353
2867
|
/** @nocollapse */
|
|
2354
2868
|
GridsterRenderer.ctorParameters = () => [
|
|
2355
2869
|
{ type: GridsterComponentInterface }
|
|
2356
|
-
];
|
|
2870
|
+
];
|
|
2871
|
+
if (false) {
|
|
2872
|
+
/**
|
|
2873
|
+
* @type {?}
|
|
2874
|
+
* @private
|
|
2875
|
+
*/
|
|
2876
|
+
GridsterRenderer.prototype.gridster;
|
|
2877
|
+
}
|
|
2357
2878
|
|
|
2358
2879
|
/**
|
|
2359
2880
|
* @fileoverview added by tsickle
|
|
2360
|
-
*
|
|
2881
|
+
* Generated from: gridster/lib/gridster.component.ts
|
|
2882
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2361
2883
|
*/
|
|
2362
2884
|
class GridsterComponent {
|
|
2363
2885
|
/**
|
|
@@ -2491,6 +3013,17 @@ class GridsterComponent {
|
|
|
2491
3013
|
if (this.options.destroyCallback) {
|
|
2492
3014
|
this.options.destroyCallback(this);
|
|
2493
3015
|
}
|
|
3016
|
+
//if (this.options.api) {
|
|
3017
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3018
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3019
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3020
|
+
*/
|
|
3021
|
+
if (false) {
|
|
3022
|
+
this.options.api.resize = undefined;
|
|
3023
|
+
this.options.api.optionsChanged = undefined;
|
|
3024
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3025
|
+
this.options.api = undefined;
|
|
3026
|
+
}
|
|
2494
3027
|
this.emptyCell.destroy();
|
|
2495
3028
|
delete this.emptyCell;
|
|
2496
3029
|
this.compact.destroy();
|
|
@@ -2974,7 +3507,7 @@ GridsterComponent.decorators = [
|
|
|
2974
3507
|
selector: 'gridster',
|
|
2975
3508
|
template: "<div class=\"gridster-column\" *ngFor=\"let column of gridColumns; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridColumnStyle(i)\"></div>\r\n<div class=\"gridster-row\" *ngFor=\"let row of gridRows; let i = index;\"\r\n [ngStyle]=\"gridRenderer.getGridRowStyle(i)\"></div>\r\n<ng-content></ng-content>\r\n<gridster-preview class=\"gridster-preview\"></gridster-preview>\r\n",
|
|
2976
3509
|
encapsulation: ViewEncapsulation.None,
|
|
2977
|
-
styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
|
|
3510
|
+
styles: ["gridster{clear:both;position:relative;box-sizing:border-box;background:#fff;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;overflow:auto}gridster.fit{overflow-x:hidden;overflow-y:hidden}gridster.scrollVertical{overflow-x:hidden;overflow-y:auto}gridster.scrollHorizontal{overflow-x:auto;overflow-y:hidden}gridster.fixed{overflow:auto}gridster.mobile{overflow-x:hidden;overflow-y:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column}gridster.mobile gridster-item{position:relative;width:100%!important;min-height:300px!important}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none;-webkit-transition:.3s;transition:.3s;box-sizing:border-box}gridster.display-grid .gridster-column,gridster.display-grid .gridster-row{display:block}gridster .gridster-column{border-left:1px solid #ccc;border-right:1px solid #ccc}gridster .gridster-row{border-top:1px solid #ccc;border-bottom:1px solid #ccc}"]
|
|
2978
3511
|
}] }
|
|
2979
3512
|
];
|
|
2980
3513
|
/** @nocollapse */
|
|
@@ -2986,21 +3519,111 @@ GridsterComponent.ctorParameters = () => [
|
|
|
2986
3519
|
];
|
|
2987
3520
|
GridsterComponent.propDecorators = {
|
|
2988
3521
|
options: [{ type: Input }]
|
|
2989
|
-
};
|
|
3522
|
+
};
|
|
3523
|
+
if (false) {
|
|
3524
|
+
/** @type {?} */
|
|
3525
|
+
GridsterComponent.prototype.options;
|
|
3526
|
+
/** @type {?} */
|
|
3527
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3528
|
+
/** @type {?} */
|
|
3529
|
+
GridsterComponent.prototype.movingItem;
|
|
3530
|
+
/** @type {?} */
|
|
3531
|
+
GridsterComponent.prototype.previewStyle;
|
|
3532
|
+
/** @type {?} */
|
|
3533
|
+
GridsterComponent.prototype.el;
|
|
3534
|
+
/** @type {?} */
|
|
3535
|
+
GridsterComponent.prototype.$options;
|
|
3536
|
+
/** @type {?} */
|
|
3537
|
+
GridsterComponent.prototype.mobile;
|
|
3538
|
+
/** @type {?} */
|
|
3539
|
+
GridsterComponent.prototype.curWidth;
|
|
3540
|
+
/** @type {?} */
|
|
3541
|
+
GridsterComponent.prototype.curHeight;
|
|
3542
|
+
/** @type {?} */
|
|
3543
|
+
GridsterComponent.prototype.grid;
|
|
3544
|
+
/** @type {?} */
|
|
3545
|
+
GridsterComponent.prototype.columns;
|
|
3546
|
+
/** @type {?} */
|
|
3547
|
+
GridsterComponent.prototype.rows;
|
|
3548
|
+
/** @type {?} */
|
|
3549
|
+
GridsterComponent.prototype.curColWidth;
|
|
3550
|
+
/** @type {?} */
|
|
3551
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3552
|
+
/** @type {?} */
|
|
3553
|
+
GridsterComponent.prototype.gridColumns;
|
|
3554
|
+
/** @type {?} */
|
|
3555
|
+
GridsterComponent.prototype.gridRows;
|
|
3556
|
+
/** @type {?} */
|
|
3557
|
+
GridsterComponent.prototype.windowResize;
|
|
3558
|
+
/** @type {?} */
|
|
3559
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3560
|
+
/** @type {?} */
|
|
3561
|
+
GridsterComponent.prototype.emptyCell;
|
|
3562
|
+
/** @type {?} */
|
|
3563
|
+
GridsterComponent.prototype.compact;
|
|
3564
|
+
/** @type {?} */
|
|
3565
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3566
|
+
/** @type {?} */
|
|
3567
|
+
GridsterComponent.prototype.renderer;
|
|
3568
|
+
/** @type {?} */
|
|
3569
|
+
GridsterComponent.prototype.cdRef;
|
|
3570
|
+
/** @type {?} */
|
|
3571
|
+
GridsterComponent.prototype.zone;
|
|
3572
|
+
}
|
|
2990
3573
|
|
|
2991
3574
|
/**
|
|
2992
3575
|
* @fileoverview added by tsickle
|
|
2993
|
-
*
|
|
3576
|
+
* Generated from: gridster/lib/gridsterItemComponent.interface.ts
|
|
3577
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2994
3578
|
*/
|
|
2995
3579
|
/**
|
|
2996
3580
|
* @abstract
|
|
2997
3581
|
*/
|
|
2998
3582
|
class GridsterItemComponentInterface {
|
|
3583
|
+
}
|
|
3584
|
+
if (false) {
|
|
3585
|
+
/** @type {?} */
|
|
3586
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3587
|
+
/** @type {?} */
|
|
3588
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3589
|
+
/** @type {?} */
|
|
3590
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3591
|
+
/** @type {?} */
|
|
3592
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3593
|
+
/** @type {?} */
|
|
3594
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3595
|
+
/** @type {?} */
|
|
3596
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3597
|
+
/** @type {?} */
|
|
3598
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3599
|
+
/** @type {?} */
|
|
3600
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3601
|
+
/** @type {?} */
|
|
3602
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3603
|
+
/** @type {?} */
|
|
3604
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3605
|
+
/** @type {?} */
|
|
3606
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3607
|
+
/** @type {?} */
|
|
3608
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
3609
|
+
/** @type {?} */
|
|
3610
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
3611
|
+
/** @type {?} */
|
|
3612
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
3613
|
+
/** @type {?} */
|
|
3614
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
3615
|
+
/** @type {?} */
|
|
3616
|
+
GridsterItemComponentInterface.prototype.el;
|
|
3617
|
+
/** @type {?} */
|
|
3618
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
3619
|
+
/** @type {?} */
|
|
3620
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
2999
3621
|
}
|
|
3000
3622
|
|
|
3001
3623
|
/**
|
|
3002
3624
|
* @fileoverview added by tsickle
|
|
3003
|
-
*
|
|
3625
|
+
* Generated from: gridster/lib/gridsterSwap.service.ts
|
|
3626
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3004
3627
|
*/
|
|
3005
3628
|
class GridsterSwap {
|
|
3006
3629
|
/**
|
|
@@ -3111,11 +3734,29 @@ GridsterSwap.decorators = [
|
|
|
3111
3734
|
/** @nocollapse */
|
|
3112
3735
|
GridsterSwap.ctorParameters = () => [
|
|
3113
3736
|
{ type: GridsterItemComponentInterface }
|
|
3114
|
-
];
|
|
3737
|
+
];
|
|
3738
|
+
if (false) {
|
|
3739
|
+
/**
|
|
3740
|
+
* @type {?}
|
|
3741
|
+
* @private
|
|
3742
|
+
*/
|
|
3743
|
+
GridsterSwap.prototype.swapedItem;
|
|
3744
|
+
/**
|
|
3745
|
+
* @type {?}
|
|
3746
|
+
* @private
|
|
3747
|
+
*/
|
|
3748
|
+
GridsterSwap.prototype.gridsterItem;
|
|
3749
|
+
/**
|
|
3750
|
+
* @type {?}
|
|
3751
|
+
* @private
|
|
3752
|
+
*/
|
|
3753
|
+
GridsterSwap.prototype.gridster;
|
|
3754
|
+
}
|
|
3115
3755
|
|
|
3116
3756
|
/**
|
|
3117
3757
|
* @fileoverview added by tsickle
|
|
3118
|
-
*
|
|
3758
|
+
* Generated from: gridster/lib/gridsterScroll.service.ts
|
|
3759
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3119
3760
|
*/
|
|
3120
3761
|
/** @type {?} */
|
|
3121
3762
|
let scrollSensitivity;
|
|
@@ -3310,7 +3951,8 @@ function cancelN() {
|
|
|
3310
3951
|
|
|
3311
3952
|
/**
|
|
3312
3953
|
* @fileoverview added by tsickle
|
|
3313
|
-
*
|
|
3954
|
+
* Generated from: gridster/lib/gridsterPush.service.ts
|
|
3955
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3314
3956
|
*/
|
|
3315
3957
|
class GridsterPush {
|
|
3316
3958
|
/**
|
|
@@ -3721,11 +4363,62 @@ GridsterPush.decorators = [
|
|
|
3721
4363
|
/** @nocollapse */
|
|
3722
4364
|
GridsterPush.ctorParameters = () => [
|
|
3723
4365
|
{ type: GridsterItemComponentInterface }
|
|
3724
|
-
];
|
|
4366
|
+
];
|
|
4367
|
+
if (false) {
|
|
4368
|
+
/** @type {?} */
|
|
4369
|
+
GridsterPush.prototype.fromSouth;
|
|
4370
|
+
/** @type {?} */
|
|
4371
|
+
GridsterPush.prototype.fromNorth;
|
|
4372
|
+
/** @type {?} */
|
|
4373
|
+
GridsterPush.prototype.fromEast;
|
|
4374
|
+
/** @type {?} */
|
|
4375
|
+
GridsterPush.prototype.fromWest;
|
|
4376
|
+
/**
|
|
4377
|
+
* @type {?}
|
|
4378
|
+
* @private
|
|
4379
|
+
*/
|
|
4380
|
+
GridsterPush.prototype.pushedItems;
|
|
4381
|
+
/**
|
|
4382
|
+
* @type {?}
|
|
4383
|
+
* @private
|
|
4384
|
+
*/
|
|
4385
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4386
|
+
/**
|
|
4387
|
+
* @type {?}
|
|
4388
|
+
* @private
|
|
4389
|
+
*/
|
|
4390
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4391
|
+
/**
|
|
4392
|
+
* @type {?}
|
|
4393
|
+
* @private
|
|
4394
|
+
*/
|
|
4395
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4396
|
+
/**
|
|
4397
|
+
* @type {?}
|
|
4398
|
+
* @private
|
|
4399
|
+
*/
|
|
4400
|
+
GridsterPush.prototype.gridsterItem;
|
|
4401
|
+
/**
|
|
4402
|
+
* @type {?}
|
|
4403
|
+
* @private
|
|
4404
|
+
*/
|
|
4405
|
+
GridsterPush.prototype.gridster;
|
|
4406
|
+
/**
|
|
4407
|
+
* @type {?}
|
|
4408
|
+
* @private
|
|
4409
|
+
*/
|
|
4410
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4411
|
+
/**
|
|
4412
|
+
* @type {?}
|
|
4413
|
+
* @private
|
|
4414
|
+
*/
|
|
4415
|
+
GridsterPush.prototype.tryPattern;
|
|
4416
|
+
}
|
|
3725
4417
|
|
|
3726
4418
|
/**
|
|
3727
4419
|
* @fileoverview added by tsickle
|
|
3728
|
-
*
|
|
4420
|
+
* Generated from: gridster/lib/gridsterDraggable.service.ts
|
|
4421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3729
4422
|
*/
|
|
3730
4423
|
class GridsterDraggable {
|
|
3731
4424
|
/**
|
|
@@ -4003,6 +4696,10 @@ class GridsterDraggable {
|
|
|
4003
4696
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4004
4697
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4005
4698
|
}
|
|
4699
|
+
else {
|
|
4700
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
4701
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
4702
|
+
}
|
|
4006
4703
|
return this.gridsterItem.$item;
|
|
4007
4704
|
}
|
|
4008
4705
|
/**
|
|
@@ -4147,11 +4844,85 @@ GridsterDraggable.ctorParameters = () => [
|
|
|
4147
4844
|
{ type: GridsterItemComponentInterface },
|
|
4148
4845
|
{ type: GridsterComponentInterface },
|
|
4149
4846
|
{ type: NgZone }
|
|
4150
|
-
];
|
|
4847
|
+
];
|
|
4848
|
+
if (false) {
|
|
4849
|
+
/** @type {?} */
|
|
4850
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
4851
|
+
/** @type {?} */
|
|
4852
|
+
GridsterDraggable.prototype.gridster;
|
|
4853
|
+
/** @type {?} */
|
|
4854
|
+
GridsterDraggable.prototype.lastMouse;
|
|
4855
|
+
/** @type {?} */
|
|
4856
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
4857
|
+
/** @type {?} */
|
|
4858
|
+
GridsterDraggable.prototype.offsetTop;
|
|
4859
|
+
/** @type {?} */
|
|
4860
|
+
GridsterDraggable.prototype.margin;
|
|
4861
|
+
/** @type {?} */
|
|
4862
|
+
GridsterDraggable.prototype.diffTop;
|
|
4863
|
+
/** @type {?} */
|
|
4864
|
+
GridsterDraggable.prototype.diffLeft;
|
|
4865
|
+
/** @type {?} */
|
|
4866
|
+
GridsterDraggable.prototype.top;
|
|
4867
|
+
/** @type {?} */
|
|
4868
|
+
GridsterDraggable.prototype.left;
|
|
4869
|
+
/** @type {?} */
|
|
4870
|
+
GridsterDraggable.prototype.height;
|
|
4871
|
+
/** @type {?} */
|
|
4872
|
+
GridsterDraggable.prototype.width;
|
|
4873
|
+
/** @type {?} */
|
|
4874
|
+
GridsterDraggable.prototype.positionX;
|
|
4875
|
+
/** @type {?} */
|
|
4876
|
+
GridsterDraggable.prototype.positionY;
|
|
4877
|
+
/** @type {?} */
|
|
4878
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
4879
|
+
/** @type {?} */
|
|
4880
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
4881
|
+
/** @type {?} */
|
|
4882
|
+
GridsterDraggable.prototype.enabled;
|
|
4883
|
+
/** @type {?} */
|
|
4884
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
4885
|
+
/** @type {?} */
|
|
4886
|
+
GridsterDraggable.prototype.dragFunction;
|
|
4887
|
+
/** @type {?} */
|
|
4888
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
4889
|
+
/** @type {?} */
|
|
4890
|
+
GridsterDraggable.prototype.mousemove;
|
|
4891
|
+
/** @type {?} */
|
|
4892
|
+
GridsterDraggable.prototype.mouseup;
|
|
4893
|
+
/** @type {?} */
|
|
4894
|
+
GridsterDraggable.prototype.mouseleave;
|
|
4895
|
+
/** @type {?} */
|
|
4896
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
4897
|
+
/** @type {?} */
|
|
4898
|
+
GridsterDraggable.prototype.touchmove;
|
|
4899
|
+
/** @type {?} */
|
|
4900
|
+
GridsterDraggable.prototype.touchend;
|
|
4901
|
+
/** @type {?} */
|
|
4902
|
+
GridsterDraggable.prototype.touchcancel;
|
|
4903
|
+
/** @type {?} */
|
|
4904
|
+
GridsterDraggable.prototype.mousedown;
|
|
4905
|
+
/** @type {?} */
|
|
4906
|
+
GridsterDraggable.prototype.touchstart;
|
|
4907
|
+
/** @type {?} */
|
|
4908
|
+
GridsterDraggable.prototype.push;
|
|
4909
|
+
/** @type {?} */
|
|
4910
|
+
GridsterDraggable.prototype.swap;
|
|
4911
|
+
/** @type {?} */
|
|
4912
|
+
GridsterDraggable.prototype.path;
|
|
4913
|
+
/** @type {?} */
|
|
4914
|
+
GridsterDraggable.prototype.collision;
|
|
4915
|
+
/**
|
|
4916
|
+
* @type {?}
|
|
4917
|
+
* @private
|
|
4918
|
+
*/
|
|
4919
|
+
GridsterDraggable.prototype.zone;
|
|
4920
|
+
}
|
|
4151
4921
|
|
|
4152
4922
|
/**
|
|
4153
4923
|
* @fileoverview added by tsickle
|
|
4154
|
-
*
|
|
4924
|
+
* Generated from: gridster/lib/gridsterPushResize.service.ts
|
|
4925
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4155
4926
|
*/
|
|
4156
4927
|
class GridsterPushResize {
|
|
4157
4928
|
/**
|
|
@@ -4467,11 +5238,47 @@ GridsterPushResize.decorators = [
|
|
|
4467
5238
|
/** @nocollapse */
|
|
4468
5239
|
GridsterPushResize.ctorParameters = () => [
|
|
4469
5240
|
{ type: GridsterItemComponentInterface }
|
|
4470
|
-
];
|
|
5241
|
+
];
|
|
5242
|
+
if (false) {
|
|
5243
|
+
/** @type {?} */
|
|
5244
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5245
|
+
/** @type {?} */
|
|
5246
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5247
|
+
/** @type {?} */
|
|
5248
|
+
GridsterPushResize.prototype.fromEast;
|
|
5249
|
+
/** @type {?} */
|
|
5250
|
+
GridsterPushResize.prototype.fromWest;
|
|
5251
|
+
/**
|
|
5252
|
+
* @type {?}
|
|
5253
|
+
* @private
|
|
5254
|
+
*/
|
|
5255
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5256
|
+
/**
|
|
5257
|
+
* @type {?}
|
|
5258
|
+
* @private
|
|
5259
|
+
*/
|
|
5260
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5261
|
+
/**
|
|
5262
|
+
* @type {?}
|
|
5263
|
+
* @private
|
|
5264
|
+
*/
|
|
5265
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5266
|
+
/**
|
|
5267
|
+
* @type {?}
|
|
5268
|
+
* @private
|
|
5269
|
+
*/
|
|
5270
|
+
GridsterPushResize.prototype.gridster;
|
|
5271
|
+
/**
|
|
5272
|
+
* @type {?}
|
|
5273
|
+
* @private
|
|
5274
|
+
*/
|
|
5275
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5276
|
+
}
|
|
4471
5277
|
|
|
4472
5278
|
/**
|
|
4473
5279
|
* @fileoverview added by tsickle
|
|
4474
|
-
*
|
|
5280
|
+
* Generated from: gridster/lib/gridsterResizable.service.ts
|
|
5281
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4475
5282
|
*/
|
|
4476
5283
|
class GridsterResizable {
|
|
4477
5284
|
/**
|
|
@@ -4937,11 +5744,87 @@ GridsterResizable.ctorParameters = () => [
|
|
|
4937
5744
|
{ type: GridsterItemComponentInterface },
|
|
4938
5745
|
{ type: GridsterComponentInterface },
|
|
4939
5746
|
{ type: NgZone }
|
|
4940
|
-
];
|
|
5747
|
+
];
|
|
5748
|
+
if (false) {
|
|
5749
|
+
/** @type {?} */
|
|
5750
|
+
GridsterResizable.prototype.gridsterItem;
|
|
5751
|
+
/** @type {?} */
|
|
5752
|
+
GridsterResizable.prototype.gridster;
|
|
5753
|
+
/** @type {?} */
|
|
5754
|
+
GridsterResizable.prototype.lastMouse;
|
|
5755
|
+
/** @type {?} */
|
|
5756
|
+
GridsterResizable.prototype.itemBackup;
|
|
5757
|
+
/** @type {?} */
|
|
5758
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
5759
|
+
/** @type {?} */
|
|
5760
|
+
GridsterResizable.prototype.directionFunction;
|
|
5761
|
+
/** @type {?} */
|
|
5762
|
+
GridsterResizable.prototype.dragFunction;
|
|
5763
|
+
/** @type {?} */
|
|
5764
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
5765
|
+
/** @type {?} */
|
|
5766
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
5767
|
+
/** @type {?} */
|
|
5768
|
+
GridsterResizable.prototype.mousemove;
|
|
5769
|
+
/** @type {?} */
|
|
5770
|
+
GridsterResizable.prototype.mouseup;
|
|
5771
|
+
/** @type {?} */
|
|
5772
|
+
GridsterResizable.prototype.mouseleave;
|
|
5773
|
+
/** @type {?} */
|
|
5774
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
5775
|
+
/** @type {?} */
|
|
5776
|
+
GridsterResizable.prototype.touchmove;
|
|
5777
|
+
/** @type {?} */
|
|
5778
|
+
GridsterResizable.prototype.touchend;
|
|
5779
|
+
/** @type {?} */
|
|
5780
|
+
GridsterResizable.prototype.touchcancel;
|
|
5781
|
+
/** @type {?} */
|
|
5782
|
+
GridsterResizable.prototype.push;
|
|
5783
|
+
/** @type {?} */
|
|
5784
|
+
GridsterResizable.prototype.pushResize;
|
|
5785
|
+
/** @type {?} */
|
|
5786
|
+
GridsterResizable.prototype.minHeight;
|
|
5787
|
+
/** @type {?} */
|
|
5788
|
+
GridsterResizable.prototype.minWidth;
|
|
5789
|
+
/** @type {?} */
|
|
5790
|
+
GridsterResizable.prototype.offsetTop;
|
|
5791
|
+
/** @type {?} */
|
|
5792
|
+
GridsterResizable.prototype.offsetLeft;
|
|
5793
|
+
/** @type {?} */
|
|
5794
|
+
GridsterResizable.prototype.diffTop;
|
|
5795
|
+
/** @type {?} */
|
|
5796
|
+
GridsterResizable.prototype.diffLeft;
|
|
5797
|
+
/** @type {?} */
|
|
5798
|
+
GridsterResizable.prototype.diffRight;
|
|
5799
|
+
/** @type {?} */
|
|
5800
|
+
GridsterResizable.prototype.diffBottom;
|
|
5801
|
+
/** @type {?} */
|
|
5802
|
+
GridsterResizable.prototype.margin;
|
|
5803
|
+
/** @type {?} */
|
|
5804
|
+
GridsterResizable.prototype.top;
|
|
5805
|
+
/** @type {?} */
|
|
5806
|
+
GridsterResizable.prototype.left;
|
|
5807
|
+
/** @type {?} */
|
|
5808
|
+
GridsterResizable.prototype.bottom;
|
|
5809
|
+
/** @type {?} */
|
|
5810
|
+
GridsterResizable.prototype.right;
|
|
5811
|
+
/** @type {?} */
|
|
5812
|
+
GridsterResizable.prototype.width;
|
|
5813
|
+
/** @type {?} */
|
|
5814
|
+
GridsterResizable.prototype.height;
|
|
5815
|
+
/** @type {?} */
|
|
5816
|
+
GridsterResizable.prototype.newPosition;
|
|
5817
|
+
/**
|
|
5818
|
+
* @type {?}
|
|
5819
|
+
* @private
|
|
5820
|
+
*/
|
|
5821
|
+
GridsterResizable.prototype.zone;
|
|
5822
|
+
}
|
|
4941
5823
|
|
|
4942
5824
|
/**
|
|
4943
5825
|
* @fileoverview added by tsickle
|
|
4944
|
-
*
|
|
5826
|
+
* Generated from: gridster/lib/gridsterItem.component.ts
|
|
5827
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4945
5828
|
*/
|
|
4946
5829
|
class GridsterItemComponent {
|
|
4947
5830
|
/**
|
|
@@ -5100,7 +5983,7 @@ GridsterItemComponent.decorators = [
|
|
|
5100
5983
|
selector: 'gridster-item',
|
|
5101
5984
|
template: "<ng-content></ng-content>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.s || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-s\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.e || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-e\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.n || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-n\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.w || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-w\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.se || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-se\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.ne || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-ne\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.sw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-sw\"></div>\r\n<div (mousedown)=\"resize.dragStartDelay($event)\" (touchstart)=\"resize.dragStartDelay($event)\"\r\n [hidden]=\"!gridster.$options.resizable.handles.nw || !resize.resizeEnabled\"\r\n class=\"gridster-item-resizable-handler handle-nw\"></div>\r\n",
|
|
5102
5985
|
encapsulation: ViewEncapsulation.None,
|
|
5103
|
-
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
|
|
5986
|
+
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:none;background:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}gridster-item.gridster-item-moving{cursor:move}gridster-item.gridster-item-moving,gridster-item.gridster-item-resizing{-webkit-transition:none;transition:none;z-index:2;box-shadow:0 0 5px 5px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.gridster-item-resizable-handler{position:absolute;z-index:2}.gridster-item-resizable-handler.handle-n{cursor:n-resize;height:10px;right:0;top:0;left:0}.gridster-item-resizable-handler.handle-e{cursor:e-resize;width:10px;bottom:0;right:0;top:0}.gridster-item-resizable-handler.handle-s{cursor:s-resize;height:10px;right:0;bottom:0;left:0}.gridster-item-resizable-handler.handle-w{cursor:w-resize;width:10px;left:0;top:0;bottom:0}.gridster-item-resizable-handler.handle-ne{cursor:ne-resize;width:10px;height:10px;right:0;top:0}.gridster-item-resizable-handler.handle-nw{cursor:nw-resize;width:10px;height:10px;left:0;top:0}.gridster-item-resizable-handler.handle-se{cursor:se-resize;width:0;height:0;right:0;bottom:0;border-style:solid;border-width:0 0 10px 10px;border-color:transparent}.gridster-item-resizable-handler.handle-sw{cursor:sw-resize;width:10px;height:10px;left:0;bottom:0}gridster-item:hover .gridster-item-resizable-handler.handle-se{border-color:transparent transparent #ccc}"]
|
|
5104
5987
|
}] }
|
|
5105
5988
|
];
|
|
5106
5989
|
/** @nocollapse */
|
|
@@ -5112,11 +5995,45 @@ GridsterItemComponent.ctorParameters = () => [
|
|
|
5112
5995
|
];
|
|
5113
5996
|
GridsterItemComponent.propDecorators = {
|
|
5114
5997
|
item: [{ type: Input }]
|
|
5115
|
-
};
|
|
5998
|
+
};
|
|
5999
|
+
if (false) {
|
|
6000
|
+
/** @type {?} */
|
|
6001
|
+
GridsterItemComponent.prototype.item;
|
|
6002
|
+
/** @type {?} */
|
|
6003
|
+
GridsterItemComponent.prototype.$item;
|
|
6004
|
+
/** @type {?} */
|
|
6005
|
+
GridsterItemComponent.prototype.el;
|
|
6006
|
+
/** @type {?} */
|
|
6007
|
+
GridsterItemComponent.prototype.gridster;
|
|
6008
|
+
/** @type {?} */
|
|
6009
|
+
GridsterItemComponent.prototype.top;
|
|
6010
|
+
/** @type {?} */
|
|
6011
|
+
GridsterItemComponent.prototype.left;
|
|
6012
|
+
/** @type {?} */
|
|
6013
|
+
GridsterItemComponent.prototype.width;
|
|
6014
|
+
/** @type {?} */
|
|
6015
|
+
GridsterItemComponent.prototype.height;
|
|
6016
|
+
/** @type {?} */
|
|
6017
|
+
GridsterItemComponent.prototype.drag;
|
|
6018
|
+
/** @type {?} */
|
|
6019
|
+
GridsterItemComponent.prototype.resize;
|
|
6020
|
+
/** @type {?} */
|
|
6021
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6022
|
+
/** @type {?} */
|
|
6023
|
+
GridsterItemComponent.prototype.init;
|
|
6024
|
+
/** @type {?} */
|
|
6025
|
+
GridsterItemComponent.prototype.renderer;
|
|
6026
|
+
/**
|
|
6027
|
+
* @type {?}
|
|
6028
|
+
* @private
|
|
6029
|
+
*/
|
|
6030
|
+
GridsterItemComponent.prototype.zone;
|
|
6031
|
+
}
|
|
5116
6032
|
|
|
5117
6033
|
/**
|
|
5118
6034
|
* @fileoverview added by tsickle
|
|
5119
|
-
*
|
|
6035
|
+
* Generated from: gridster/lib/gridsterPreview.component.ts
|
|
6036
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5120
6037
|
*/
|
|
5121
6038
|
class GridsterPreviewComponent {
|
|
5122
6039
|
/**
|
|
@@ -5168,11 +6085,20 @@ GridsterPreviewComponent.ctorParameters = () => [
|
|
|
5168
6085
|
{ type: ElementRef },
|
|
5169
6086
|
{ type: GridsterComponent, decorators: [{ type: Host }] },
|
|
5170
6087
|
{ type: Renderer2 }
|
|
5171
|
-
];
|
|
6088
|
+
];
|
|
6089
|
+
if (false) {
|
|
6090
|
+
/** @type {?} */
|
|
6091
|
+
GridsterPreviewComponent.prototype.el;
|
|
6092
|
+
/** @type {?} */
|
|
6093
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6094
|
+
/** @type {?} */
|
|
6095
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6096
|
+
}
|
|
5172
6097
|
|
|
5173
6098
|
/**
|
|
5174
6099
|
* @fileoverview added by tsickle
|
|
5175
|
-
*
|
|
6100
|
+
* Generated from: gridster/lib/gridster.module.ts
|
|
6101
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5176
6102
|
*/
|
|
5177
6103
|
class GridsterModule {
|
|
5178
6104
|
}
|
|
@@ -5194,7 +6120,8 @@ GridsterModule.decorators = [
|
|
|
5194
6120
|
|
|
5195
6121
|
/**
|
|
5196
6122
|
* @fileoverview added by tsickle
|
|
5197
|
-
*
|
|
6123
|
+
* Generated from: lib/ra.dashboard.module.ts
|
|
6124
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5198
6125
|
*/
|
|
5199
6126
|
/** @type {?} */
|
|
5200
6127
|
const DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -5232,7 +6159,8 @@ DashboardFrameworkModule.decorators = [
|
|
|
5232
6159
|
|
|
5233
6160
|
/**
|
|
5234
6161
|
* @fileoverview added by tsickle
|
|
5235
|
-
*
|
|
6162
|
+
* Generated from: lib/ra.base.dashboard.template.ts
|
|
6163
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5236
6164
|
*/
|
|
5237
6165
|
/**
|
|
5238
6166
|
* @abstract
|
|
@@ -5274,11 +6202,36 @@ RaBaseDashboardTemplate.propDecorators = {
|
|
|
5274
6202
|
dashboardId: [{ type: Input, args: ['dashboard-id',] }],
|
|
5275
6203
|
globalFilter: [{ type: Input, args: ['global-filter',] }],
|
|
5276
6204
|
initialize: [{ type: Input }]
|
|
5277
|
-
};
|
|
6205
|
+
};
|
|
6206
|
+
if (false) {
|
|
6207
|
+
/** @type {?} */
|
|
6208
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6209
|
+
/** @type {?} */
|
|
6210
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6211
|
+
/** @type {?} */
|
|
6212
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6213
|
+
/** @type {?} */
|
|
6214
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6215
|
+
/** @type {?} */
|
|
6216
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6217
|
+
/** @type {?} */
|
|
6218
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6219
|
+
/**
|
|
6220
|
+
* @type {?}
|
|
6221
|
+
* @private
|
|
6222
|
+
*/
|
|
6223
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6224
|
+
/**
|
|
6225
|
+
* @abstract
|
|
6226
|
+
* @return {?}
|
|
6227
|
+
*/
|
|
6228
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6229
|
+
}
|
|
5278
6230
|
|
|
5279
6231
|
/**
|
|
5280
6232
|
* @fileoverview added by tsickle
|
|
5281
|
-
*
|
|
6233
|
+
* Generated from: lib/ra.base.dashboard.filter.ts
|
|
6234
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5282
6235
|
*/
|
|
5283
6236
|
/**
|
|
5284
6237
|
* @abstract
|
|
@@ -5327,16 +6280,53 @@ RaBaseDashboardFilter.propDecorators = {
|
|
|
5327
6280
|
setAllFilterConfig: [{ type: Input }],
|
|
5328
6281
|
isValidEntry: [{ type: Input }],
|
|
5329
6282
|
clearAllData: [{ type: Input }]
|
|
5330
|
-
};
|
|
6283
|
+
};
|
|
6284
|
+
if (false) {
|
|
6285
|
+
/**
|
|
6286
|
+
* @type {?}
|
|
6287
|
+
* @private
|
|
6288
|
+
*/
|
|
6289
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6290
|
+
/** @type {?} */
|
|
6291
|
+
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
6292
|
+
/** @type {?} */
|
|
6293
|
+
RaBaseDashboardFilter.prototype.isValidEntry;
|
|
6294
|
+
/** @type {?} */
|
|
6295
|
+
RaBaseDashboardFilter.prototype.clearAllData;
|
|
6296
|
+
/**
|
|
6297
|
+
* @abstract
|
|
6298
|
+
* @return {?}
|
|
6299
|
+
*/
|
|
6300
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6301
|
+
/**
|
|
6302
|
+
* @abstract
|
|
6303
|
+
* @param {?} filter
|
|
6304
|
+
* @param {?} appConfig
|
|
6305
|
+
* @return {?}
|
|
6306
|
+
*/
|
|
6307
|
+
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
6308
|
+
/**
|
|
6309
|
+
* @abstract
|
|
6310
|
+
* @return {?}
|
|
6311
|
+
*/
|
|
6312
|
+
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
6313
|
+
/**
|
|
6314
|
+
* @abstract
|
|
6315
|
+
* @return {?}
|
|
6316
|
+
*/
|
|
6317
|
+
RaBaseDashboardFilter.prototype.isValid = function () { };
|
|
6318
|
+
}
|
|
5331
6319
|
|
|
5332
6320
|
/**
|
|
5333
6321
|
* @fileoverview added by tsickle
|
|
5334
|
-
*
|
|
6322
|
+
* Generated from: public-api.ts
|
|
6323
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5335
6324
|
*/
|
|
5336
6325
|
|
|
5337
6326
|
/**
|
|
5338
6327
|
* @fileoverview added by tsickle
|
|
5339
|
-
*
|
|
6328
|
+
* Generated from: schneideress-dashboardframework.ts
|
|
6329
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5340
6330
|
*/
|
|
5341
6331
|
|
|
5342
6332
|
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 };
|