@schneideress/dashboardframework 0.0.76 → 0.0.77
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 +85 -1152
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -15
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +2 -3
- package/esm2015/gridster/lib/gridster.component.js +3 -4
- package/esm2015/gridster/lib/gridster.interface.js +2 -3
- package/esm2015/gridster/lib/gridster.module.js +2 -3
- package/esm2015/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm2015/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm2015/gridster/lib/gridsterItem.component.js +3 -4
- package/esm2015/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm2015/gridster/lib/gridsterPush.service.js +2 -3
- package/esm2015/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm2015/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm2015/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm2015/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm2015/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm2015/lib/custom.notifier.options.js +2 -3
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +14 -5
- package/esm2015/lib/ra.base.dashboard.filter.js +2 -3
- package/esm2015/lib/ra.base.dashboard.template.js +2 -3
- package/esm2015/lib/ra.dashbard.event.bus.js +2 -3
- package/esm2015/lib/ra.dashboard.module.js +5 -4
- package/esm2015/lib/ra.dashboard.service.js +2 -3
- package/esm2015/lib/ra.event.enum.js +2 -3
- package/esm2015/lib/ra.gridster.config.js +2 -3
- package/esm2015/public-api.js +2 -3
- package/esm2015/schneideress-dashboardframework.js +2 -3
- package/esm5/gridster/index.js +2 -3
- package/esm5/gridster/lib/gridster.component.js +3 -4
- package/esm5/gridster/lib/gridster.interface.js +2 -3
- package/esm5/gridster/lib/gridster.module.js +2 -3
- package/esm5/gridster/lib/gridsterCompact.service.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.constant.js +2 -3
- package/esm5/gridster/lib/gridsterConfig.interface.js +19 -20
- package/esm5/gridster/lib/gridsterConfigS.interface.js +2 -3
- package/esm5/gridster/lib/gridsterDraggable.service.js +2 -3
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +2 -3
- package/esm5/gridster/lib/gridsterItem.component.js +3 -4
- package/esm5/gridster/lib/gridsterItem.interface.js +2 -3
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +2 -3
- package/esm5/gridster/lib/gridsterPreview.component.js +2 -3
- package/esm5/gridster/lib/gridsterPush.service.js +2 -3
- package/esm5/gridster/lib/gridsterPushResize.service.js +2 -3
- package/esm5/gridster/lib/gridsterRenderer.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizable.service.js +2 -3
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +2 -3
- package/esm5/gridster/lib/gridsterScroll.service.js +2 -3
- package/esm5/gridster/lib/gridsterSwap.service.js +2 -3
- package/esm5/gridster/lib/gridsterUtils.service.js +2 -3
- package/esm5/lib/custom.notifier.options.js +2 -3
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -4
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +14 -5
- package/esm5/lib/ra.base.dashboard.filter.js +2 -3
- package/esm5/lib/ra.base.dashboard.template.js +2 -3
- package/esm5/lib/ra.dashbard.event.bus.js +2 -3
- package/esm5/lib/ra.dashboard.module.js +5 -4
- package/esm5/lib/ra.dashboard.service.js +2 -3
- package/esm5/lib/ra.event.enum.js +2 -3
- package/esm5/lib/ra.gridster.config.js +2 -3
- package/esm5/public-api.js +2 -3
- package/esm5/schneideress-dashboardframework.js +2 -3
- package/fesm2015/schneideress-dashboardframework.js +79 -1037
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +82 -1040
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __extends, __awaiter, __generator, __assign } from 'tslib';
|
|
2
|
-
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input,
|
|
2
|
+
import { Injectable, Injector, ɵɵdefineInjectable, ɵɵinject, INJECTOR, Component, NgZone, Input, Renderer2, ViewChild, Output, EventEmitter, ViewEncapsulation, ElementRef, ChangeDetectorRef, Host, NgModule } from '@angular/core';
|
|
3
3
|
import { of, Subject } from 'rxjs';
|
|
4
4
|
import { BaseService, RATranslateService, RACommonModule } from '@schneideress/ra-common';
|
|
5
5
|
import { filter, map } from 'rxjs/operators';
|
|
@@ -10,11 +10,11 @@ import { BrowserModule } from '@angular/platform-browser';
|
|
|
10
10
|
import { HttpClientModule } from '@angular/common/http';
|
|
11
11
|
import { PerfectScrollbarModule, PERFECT_SCROLLBAR_CONFIG } from 'ngx-perfect-scrollbar';
|
|
12
12
|
import { CommonModule } from '@angular/common';
|
|
13
|
+
import { RAUserControlModule } from '@schneideress/user-controls';
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* @fileoverview added by tsickle
|
|
16
|
-
*
|
|
17
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
17
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
18
18
|
*/
|
|
19
19
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
20
20
|
__extends(RaDashboardService, _super);
|
|
@@ -218,19 +218,11 @@ var RaDashboardService = /** @class */ (function (_super) {
|
|
|
218
218
|
]; };
|
|
219
219
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(ɵɵinject(INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
220
220
|
return RaDashboardService;
|
|
221
|
-
}(BaseService));
|
|
222
|
-
if (false) {
|
|
223
|
-
/**
|
|
224
|
-
* @type {?}
|
|
225
|
-
* @private
|
|
226
|
-
*/
|
|
227
|
-
RaDashboardService.prototype.loadedScripts;
|
|
228
|
-
}
|
|
221
|
+
}(BaseService));
|
|
229
222
|
|
|
230
223
|
/**
|
|
231
224
|
* @fileoverview added by tsickle
|
|
232
|
-
*
|
|
233
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
225
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
234
226
|
*/
|
|
235
227
|
var RADashboardEventBus = /** @class */ (function () {
|
|
236
228
|
function RADashboardEventBus() {
|
|
@@ -339,19 +331,11 @@ var RADashboardEventBus = /** @class */ (function () {
|
|
|
339
331
|
];
|
|
340
332
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
341
333
|
return RADashboardEventBus;
|
|
342
|
-
}());
|
|
343
|
-
if (false) {
|
|
344
|
-
/**
|
|
345
|
-
* @type {?}
|
|
346
|
-
* @private
|
|
347
|
-
*/
|
|
348
|
-
RADashboardEventBus.prototype.eventQueue;
|
|
349
|
-
}
|
|
334
|
+
}());
|
|
350
335
|
|
|
351
336
|
/**
|
|
352
337
|
* @fileoverview added by tsickle
|
|
353
|
-
*
|
|
354
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
338
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
355
339
|
*/
|
|
356
340
|
/** @enum {string} */
|
|
357
341
|
var RAEvent = {
|
|
@@ -400,225 +384,38 @@ var RAEventKey = {
|
|
|
400
384
|
|
|
401
385
|
/**
|
|
402
386
|
* @fileoverview added by tsickle
|
|
403
|
-
*
|
|
404
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
387
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
405
388
|
*/
|
|
406
389
|
/** @enum {string} */
|
|
407
390
|
var GridType = {
|
|
408
|
-
Fit:
|
|
409
|
-
ScrollVertical:
|
|
410
|
-
ScrollHorizontal:
|
|
411
|
-
Fixed:
|
|
412
|
-
VerticalFixed:
|
|
413
|
-
HorizontalFixed:
|
|
391
|
+
Fit: 'fit',
|
|
392
|
+
ScrollVertical: 'scrollVertical',
|
|
393
|
+
ScrollHorizontal: 'scrollHorizontal',
|
|
394
|
+
Fixed: 'fixed',
|
|
395
|
+
VerticalFixed: 'verticalFixed',
|
|
396
|
+
HorizontalFixed: 'horizontalFixed',
|
|
414
397
|
};
|
|
415
398
|
/** @enum {string} */
|
|
416
399
|
var DisplayGrid = {
|
|
417
|
-
Always:
|
|
418
|
-
OnDragAndResize:
|
|
419
|
-
None:
|
|
400
|
+
Always: 'always',
|
|
401
|
+
OnDragAndResize: 'onDrag&Resize',
|
|
402
|
+
None: 'none',
|
|
420
403
|
};
|
|
421
404
|
/** @enum {string} */
|
|
422
405
|
var CompactType = {
|
|
423
|
-
None:
|
|
424
|
-
CompactUp:
|
|
425
|
-
CompactLeft:
|
|
426
|
-
CompactUpAndLeft:
|
|
427
|
-
CompactLeftAndUp:
|
|
428
|
-
CompactRight:
|
|
429
|
-
CompactUpAndRight:
|
|
430
|
-
CompactRightAndUp:
|
|
431
|
-
};
|
|
432
|
-
/**
|
|
433
|
-
* @record
|
|
434
|
-
*/
|
|
435
|
-
function GridsterConfig() { }
|
|
436
|
-
if (false) {
|
|
437
|
-
/** @type {?|undefined} */
|
|
438
|
-
GridsterConfig.prototype.gridType;
|
|
439
|
-
/** @type {?|undefined} */
|
|
440
|
-
GridsterConfig.prototype.fixedColWidth;
|
|
441
|
-
/** @type {?|undefined} */
|
|
442
|
-
GridsterConfig.prototype.fixedRowHeight;
|
|
443
|
-
/** @type {?|undefined} */
|
|
444
|
-
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
445
|
-
/** @type {?|undefined} */
|
|
446
|
-
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
447
|
-
/** @type {?|undefined} */
|
|
448
|
-
GridsterConfig.prototype.setGridSize;
|
|
449
|
-
/** @type {?|undefined} */
|
|
450
|
-
GridsterConfig.prototype.compactType;
|
|
451
|
-
/** @type {?|undefined} */
|
|
452
|
-
GridsterConfig.prototype.mobileBreakpoint;
|
|
453
|
-
/** @type {?|undefined} */
|
|
454
|
-
GridsterConfig.prototype.minCols;
|
|
455
|
-
/** @type {?|undefined} */
|
|
456
|
-
GridsterConfig.prototype.maxCols;
|
|
457
|
-
/** @type {?|undefined} */
|
|
458
|
-
GridsterConfig.prototype.minRows;
|
|
459
|
-
/** @type {?|undefined} */
|
|
460
|
-
GridsterConfig.prototype.maxRows;
|
|
461
|
-
/** @type {?|undefined} */
|
|
462
|
-
GridsterConfig.prototype.defaultItemCols;
|
|
463
|
-
/** @type {?|undefined} */
|
|
464
|
-
GridsterConfig.prototype.defaultItemRows;
|
|
465
|
-
/** @type {?|undefined} */
|
|
466
|
-
GridsterConfig.prototype.maxItemCols;
|
|
467
|
-
/** @type {?|undefined} */
|
|
468
|
-
GridsterConfig.prototype.maxItemRows;
|
|
469
|
-
/** @type {?|undefined} */
|
|
470
|
-
GridsterConfig.prototype.minItemCols;
|
|
471
|
-
/** @type {?|undefined} */
|
|
472
|
-
GridsterConfig.prototype.minItemRows;
|
|
473
|
-
/** @type {?|undefined} */
|
|
474
|
-
GridsterConfig.prototype.minItemArea;
|
|
475
|
-
/** @type {?|undefined} */
|
|
476
|
-
GridsterConfig.prototype.maxItemArea;
|
|
477
|
-
/** @type {?|undefined} */
|
|
478
|
-
GridsterConfig.prototype.margin;
|
|
479
|
-
/** @type {?|undefined} */
|
|
480
|
-
GridsterConfig.prototype.outerMargin;
|
|
481
|
-
/** @type {?|undefined} */
|
|
482
|
-
GridsterConfig.prototype.outerMarginTop;
|
|
483
|
-
/** @type {?|undefined} */
|
|
484
|
-
GridsterConfig.prototype.outerMarginRight;
|
|
485
|
-
/** @type {?|undefined} */
|
|
486
|
-
GridsterConfig.prototype.outerMarginBottom;
|
|
487
|
-
/** @type {?|undefined} */
|
|
488
|
-
GridsterConfig.prototype.outerMarginLeft;
|
|
489
|
-
/** @type {?|undefined} */
|
|
490
|
-
GridsterConfig.prototype.useTransformPositioning;
|
|
491
|
-
/** @type {?|undefined} */
|
|
492
|
-
GridsterConfig.prototype.scrollSensitivity;
|
|
493
|
-
/** @type {?|undefined} */
|
|
494
|
-
GridsterConfig.prototype.scrollSpeed;
|
|
495
|
-
/** @type {?|undefined} */
|
|
496
|
-
GridsterConfig.prototype.initCallback;
|
|
497
|
-
/** @type {?|undefined} */
|
|
498
|
-
GridsterConfig.prototype.destroyCallback;
|
|
499
|
-
/** @type {?|undefined} */
|
|
500
|
-
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
501
|
-
/** @type {?|undefined} */
|
|
502
|
-
GridsterConfig.prototype.itemChangeCallback;
|
|
503
|
-
/** @type {?|undefined} */
|
|
504
|
-
GridsterConfig.prototype.itemResizeCallback;
|
|
505
|
-
/** @type {?|undefined} */
|
|
506
|
-
GridsterConfig.prototype.itemInitCallback;
|
|
507
|
-
/** @type {?|undefined} */
|
|
508
|
-
GridsterConfig.prototype.itemRemovedCallback;
|
|
509
|
-
/** @type {?|undefined} */
|
|
510
|
-
GridsterConfig.prototype.itemValidateCallback;
|
|
511
|
-
/** @type {?|undefined} */
|
|
512
|
-
GridsterConfig.prototype.draggable;
|
|
513
|
-
/** @type {?|undefined} */
|
|
514
|
-
GridsterConfig.prototype.resizable;
|
|
515
|
-
/** @type {?|undefined} */
|
|
516
|
-
GridsterConfig.prototype.swap;
|
|
517
|
-
/** @type {?|undefined} */
|
|
518
|
-
GridsterConfig.prototype.pushItems;
|
|
519
|
-
/** @type {?|undefined} */
|
|
520
|
-
GridsterConfig.prototype.disablePushOnDrag;
|
|
521
|
-
/** @type {?|undefined} */
|
|
522
|
-
GridsterConfig.prototype.disablePushOnResize;
|
|
523
|
-
/** @type {?|undefined} */
|
|
524
|
-
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
525
|
-
/** @type {?|undefined} */
|
|
526
|
-
GridsterConfig.prototype.pushDirections;
|
|
527
|
-
/** @type {?|undefined} */
|
|
528
|
-
GridsterConfig.prototype.pushResizeItems;
|
|
529
|
-
/** @type {?|undefined} */
|
|
530
|
-
GridsterConfig.prototype.displayGrid;
|
|
531
|
-
/** @type {?|undefined} */
|
|
532
|
-
GridsterConfig.prototype.disableWindowResize;
|
|
533
|
-
/** @type {?|undefined} */
|
|
534
|
-
GridsterConfig.prototype.disableWarnings;
|
|
535
|
-
/** @type {?|undefined} */
|
|
536
|
-
GridsterConfig.prototype.scrollToNewItems;
|
|
537
|
-
/** @type {?|undefined} */
|
|
538
|
-
GridsterConfig.prototype.enableEmptyCellClick;
|
|
539
|
-
/** @type {?|undefined} */
|
|
540
|
-
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
541
|
-
/** @type {?|undefined} */
|
|
542
|
-
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
543
|
-
/** @type {?|undefined} */
|
|
544
|
-
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
545
|
-
/** @type {?|undefined} */
|
|
546
|
-
GridsterConfig.prototype.emptyCellClickCallback;
|
|
547
|
-
/** @type {?|undefined} */
|
|
548
|
-
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
549
|
-
/** @type {?|undefined} */
|
|
550
|
-
GridsterConfig.prototype.emptyCellDropCallback;
|
|
551
|
-
/** @type {?|undefined} */
|
|
552
|
-
GridsterConfig.prototype.emptyCellDragCallback;
|
|
553
|
-
/** @type {?|undefined} */
|
|
554
|
-
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
555
|
-
/** @type {?|undefined} */
|
|
556
|
-
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
557
|
-
/** @type {?|undefined} */
|
|
558
|
-
GridsterConfig.prototype.ignoreMarginInRow;
|
|
559
|
-
/** @type {?|undefined} */
|
|
560
|
-
GridsterConfig.prototype.autoResizeonDrag;
|
|
561
|
-
/** @type {?|undefined} */
|
|
562
|
-
GridsterConfig.prototype.api;
|
|
563
|
-
/* Skipping unhandled member: [propName: string]: any;*/
|
|
564
|
-
}
|
|
565
|
-
/**
|
|
566
|
-
* @record
|
|
567
|
-
*/
|
|
568
|
-
function DragBase() { }
|
|
569
|
-
if (false) {
|
|
570
|
-
/** @type {?|undefined} */
|
|
571
|
-
DragBase.prototype.enabled;
|
|
572
|
-
/** @type {?|undefined} */
|
|
573
|
-
DragBase.prototype.stop;
|
|
574
|
-
/** @type {?|undefined} */
|
|
575
|
-
DragBase.prototype.start;
|
|
576
|
-
/** @type {?|undefined} */
|
|
577
|
-
DragBase.prototype.delayStart;
|
|
578
|
-
}
|
|
579
|
-
/**
|
|
580
|
-
* @record
|
|
581
|
-
*/
|
|
582
|
-
function Draggable() { }
|
|
583
|
-
if (false) {
|
|
584
|
-
/** @type {?|undefined} */
|
|
585
|
-
Draggable.prototype.ignoreContentClass;
|
|
586
|
-
/** @type {?|undefined} */
|
|
587
|
-
Draggable.prototype.ignoreContent;
|
|
588
|
-
/** @type {?|undefined} */
|
|
589
|
-
Draggable.prototype.dragHandleClass;
|
|
590
|
-
/** @type {?|undefined} */
|
|
591
|
-
Draggable.prototype.dropOverItems;
|
|
592
|
-
/** @type {?|undefined} */
|
|
593
|
-
Draggable.prototype.dropOverItemsCallback;
|
|
594
|
-
}
|
|
595
|
-
/**
|
|
596
|
-
* @record
|
|
597
|
-
*/
|
|
598
|
-
function Resizable() { }
|
|
599
|
-
if (false) {
|
|
600
|
-
/** @type {?|undefined} */
|
|
601
|
-
Resizable.prototype.handles;
|
|
602
|
-
}
|
|
603
|
-
/**
|
|
604
|
-
* @record
|
|
605
|
-
*/
|
|
606
|
-
function PushDirections() { }
|
|
607
|
-
if (false) {
|
|
608
|
-
/** @type {?} */
|
|
609
|
-
PushDirections.prototype.north;
|
|
610
|
-
/** @type {?} */
|
|
611
|
-
PushDirections.prototype.east;
|
|
612
|
-
/** @type {?} */
|
|
613
|
-
PushDirections.prototype.south;
|
|
614
|
-
/** @type {?} */
|
|
615
|
-
PushDirections.prototype.west;
|
|
616
|
-
}
|
|
406
|
+
None: 'none',
|
|
407
|
+
CompactUp: 'compactUp',
|
|
408
|
+
CompactLeft: 'compactLeft',
|
|
409
|
+
CompactUpAndLeft: 'compactUp&Left',
|
|
410
|
+
CompactLeftAndUp: 'compactLeft&Up',
|
|
411
|
+
CompactRight: 'compactRight',
|
|
412
|
+
CompactUpAndRight: 'compactUp&Right',
|
|
413
|
+
CompactRightAndUp: 'compactRight&Up',
|
|
414
|
+
};
|
|
617
415
|
|
|
618
416
|
/**
|
|
619
417
|
* @fileoverview added by tsickle
|
|
620
|
-
*
|
|
621
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
418
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
622
419
|
*/
|
|
623
420
|
/** @type {?} */
|
|
624
421
|
var GridsterConfigDefaultSettings = {
|
|
@@ -684,8 +481,7 @@ var GridsterConfigDefaultSettings = {
|
|
|
684
481
|
|
|
685
482
|
/**
|
|
686
483
|
* @fileoverview added by tsickle
|
|
687
|
-
*
|
|
688
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
484
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
689
485
|
*/
|
|
690
486
|
var RADashboardArea = /** @class */ (function () {
|
|
691
487
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -1167,7 +963,7 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1167
963
|
{ type: Component, args: [{
|
|
1168
964
|
selector: 'ra-dashboard-area',
|
|
1169
965
|
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\" [widget-width]=\"item.cols\" [widget-height]=\"item.rows\" [widget-instance-id]=\"item.widgetInstanceId\"></ra-widget-container>\r\n </gridster-item>\r\n </gridster>\r\n <notifier-container></notifier-container>\r\n</div>\r\n\r\n",
|
|
1170
|
-
styles: ["gridster{width:inherit;resize:height;display
|
|
966
|
+
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)}"]
|
|
1171
967
|
}] }
|
|
1172
968
|
];
|
|
1173
969
|
/** @nocollapse */
|
|
@@ -1188,84 +984,11 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
1188
984
|
appConfig: [{ type: Input, args: ['app-config',] }]
|
|
1189
985
|
};
|
|
1190
986
|
return RADashboardArea;
|
|
1191
|
-
}());
|
|
1192
|
-
if (false) {
|
|
1193
|
-
/** @type {?} */
|
|
1194
|
-
RADashboardArea.prototype.widgetList;
|
|
1195
|
-
/** @type {?} */
|
|
1196
|
-
RADashboardArea.prototype.options;
|
|
1197
|
-
/** @type {?} */
|
|
1198
|
-
RADashboardArea.prototype.gridheight;
|
|
1199
|
-
/**
|
|
1200
|
-
* @type {?}
|
|
1201
|
-
* @private
|
|
1202
|
-
*/
|
|
1203
|
-
RADashboardArea.prototype.conifgAddClick;
|
|
1204
|
-
/**
|
|
1205
|
-
* @type {?}
|
|
1206
|
-
* @private
|
|
1207
|
-
*/
|
|
1208
|
-
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1209
|
-
/**
|
|
1210
|
-
* @type {?}
|
|
1211
|
-
* @private
|
|
1212
|
-
*/
|
|
1213
|
-
RADashboardArea.prototype.widgetAddEvent;
|
|
1214
|
-
/**
|
|
1215
|
-
* @type {?}
|
|
1216
|
-
* @private
|
|
1217
|
-
*/
|
|
1218
|
-
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1219
|
-
/**
|
|
1220
|
-
* @type {?}
|
|
1221
|
-
* @private
|
|
1222
|
-
*/
|
|
1223
|
-
RADashboardArea.prototype.isWidgetLoaded;
|
|
1224
|
-
/** @type {?} */
|
|
1225
|
-
RADashboardArea.prototype.userDashboardId;
|
|
1226
|
-
/** @type {?} */
|
|
1227
|
-
RADashboardArea.prototype.areaKey;
|
|
1228
|
-
/** @type {?} */
|
|
1229
|
-
RADashboardArea.prototype.globalFilter;
|
|
1230
|
-
/** @type {?} */
|
|
1231
|
-
RADashboardArea.prototype.raDashboardEventBus;
|
|
1232
|
-
/** @type {?} */
|
|
1233
|
-
RADashboardArea.prototype.widgetHeight;
|
|
1234
|
-
/** @type {?} */
|
|
1235
|
-
RADashboardArea.prototype.widgetWidth;
|
|
1236
|
-
/** @type {?} */
|
|
1237
|
-
RADashboardArea.prototype.appConfig;
|
|
1238
|
-
/**
|
|
1239
|
-
* @type {?}
|
|
1240
|
-
* @private
|
|
1241
|
-
*/
|
|
1242
|
-
RADashboardArea.prototype.dashboardService;
|
|
1243
|
-
/**
|
|
1244
|
-
* @type {?}
|
|
1245
|
-
* @private
|
|
1246
|
-
*/
|
|
1247
|
-
RADashboardArea.prototype.ngZone;
|
|
1248
|
-
/**
|
|
1249
|
-
* @type {?}
|
|
1250
|
-
* @private
|
|
1251
|
-
*/
|
|
1252
|
-
RADashboardArea.prototype.ngxService;
|
|
1253
|
-
/**
|
|
1254
|
-
* @type {?}
|
|
1255
|
-
* @private
|
|
1256
|
-
*/
|
|
1257
|
-
RADashboardArea.prototype.translateService;
|
|
1258
|
-
/**
|
|
1259
|
-
* @type {?}
|
|
1260
|
-
* @private
|
|
1261
|
-
*/
|
|
1262
|
-
RADashboardArea.prototype.notifier;
|
|
1263
|
-
}
|
|
987
|
+
}());
|
|
1264
988
|
|
|
1265
989
|
/**
|
|
1266
990
|
* @fileoverview added by tsickle
|
|
1267
|
-
*
|
|
1268
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
991
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1269
992
|
*/
|
|
1270
993
|
var RAWidgetContainer = /** @class */ (function () {
|
|
1271
994
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier, renderer) {
|
|
@@ -1581,10 +1304,18 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1581
1304
|
return __generator(this, function (_b) {
|
|
1582
1305
|
switch (_b.label) {
|
|
1583
1306
|
case 0:
|
|
1307
|
+
debugger;
|
|
1584
1308
|
_a = this;
|
|
1585
1309
|
return [4 /*yield*/, this.widgetElement.loadLockStatus(config)];
|
|
1586
1310
|
case 1:
|
|
1587
1311
|
_a.lockStatus = _b.sent();
|
|
1312
|
+
if (this.lockStatus == 'lock') {
|
|
1313
|
+
this.lockTitle = 'Locked';
|
|
1314
|
+
console.log(this.lockTitle);
|
|
1315
|
+
}
|
|
1316
|
+
else {
|
|
1317
|
+
this.lockTitle = 'Partially Locked';
|
|
1318
|
+
}
|
|
1588
1319
|
if (this.lockStatus) {
|
|
1589
1320
|
switch (this.lockStatus) {
|
|
1590
1321
|
case "lock": {
|
|
@@ -1708,8 +1439,8 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1708
1439
|
RAWidgetContainer.decorators = [
|
|
1709
1440
|
{ type: Component, args: [{
|
|
1710
1441
|
selector: 'ra-widget-container',
|
|
1711
|
-
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" 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\"
|
|
1712
|
-
styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.sp_icon{float:left;margin:0 15% 0 0}.dropbtn{cursor:pointer;color:#42b4e6}.dropdown{visibility:hidden;opacity:0
|
|
1442
|
+
template: "<div class=\"wc-wrapper\" (mouseleave)=\"hideDropDown()\">\r\n <div class=\"wcheader widget-move\">\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 <div class=\"col-md-11 float-left\" style=\"width:96%;padding-left: 0px\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\" 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=\"fas 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=\"fas 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\">\r\n \r\n <i [ngClass]=\"lockClass\" ></i>\r\n \r\n <!-- <i [ngClass]=\"lockClass\"\r\n [attr.title]=\"lockStatus=='lock' ? 'Locked' : 'Partially Locked'\"></i> -->\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>",
|
|
1443
|
+
styles: [".wcheader{width:100%;height:24px;background:#fff;color:#3dcd58;font-family:\"Arial Rounded MT\";font-size:16px;position:absolute;left:0;top:0}.wc-wrapper{height:100%;position:relative;margin:auto 15px}.wc-mover{cursor:all-scroll}.wcBody{width:100%;position:absolute;top:46px;left:0;bottom:15px}.wcBodyBorder{border:1px dashed #e6e2e2}.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:#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}.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}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.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)}@keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-down{0%{opacity:0;-webkit-transform:translateY(-20%)}100%{opacity:1;-webkit-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}"]
|
|
1713
1444
|
}] }
|
|
1714
1445
|
];
|
|
1715
1446
|
/** @nocollapse */
|
|
@@ -1735,102 +1466,11 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1735
1466
|
widgetDeleted: [{ type: Output }]
|
|
1736
1467
|
};
|
|
1737
1468
|
return RAWidgetContainer;
|
|
1738
|
-
}());
|
|
1739
|
-
if (false) {
|
|
1740
|
-
/** @type {?} */
|
|
1741
|
-
RAWidgetContainer.prototype.showPanel;
|
|
1742
|
-
/**
|
|
1743
|
-
* @type {?}
|
|
1744
|
-
* @private
|
|
1745
|
-
*/
|
|
1746
|
-
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1747
|
-
/**
|
|
1748
|
-
* @type {?}
|
|
1749
|
-
* @private
|
|
1750
|
-
*/
|
|
1751
|
-
RAWidgetContainer.prototype.widgetElement;
|
|
1752
|
-
/**
|
|
1753
|
-
* @type {?}
|
|
1754
|
-
* @private
|
|
1755
|
-
*/
|
|
1756
|
-
RAWidgetContainer.prototype.configChanged;
|
|
1757
|
-
/**
|
|
1758
|
-
* @type {?}
|
|
1759
|
-
* @private
|
|
1760
|
-
*/
|
|
1761
|
-
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1762
|
-
/** @type {?} */
|
|
1763
|
-
RAWidgetContainer.prototype.widgetHeight;
|
|
1764
|
-
/** @type {?} */
|
|
1765
|
-
RAWidgetContainer.prototype.lockClass;
|
|
1766
|
-
/** @type {?} */
|
|
1767
|
-
RAWidgetContainer.prototype.lockStatus;
|
|
1768
|
-
/** @type {?} */
|
|
1769
|
-
RAWidgetContainer.prototype.isDownloadIconVisible;
|
|
1770
|
-
/** @type {?} */
|
|
1771
|
-
RAWidgetContainer.prototype.dropDownShown;
|
|
1772
|
-
/** @type {?} */
|
|
1773
|
-
RAWidgetContainer.prototype.isDownloadChartVisible;
|
|
1774
|
-
/** @type {?} */
|
|
1775
|
-
RAWidgetContainer.prototype.downloadIconType;
|
|
1776
|
-
/** @type {?} */
|
|
1777
|
-
RAWidgetContainer.prototype.ctlWidget;
|
|
1778
|
-
/** @type {?} */
|
|
1779
|
-
RAWidgetContainer.prototype.widgetDropdown;
|
|
1780
|
-
/** @type {?} */
|
|
1781
|
-
RAWidgetContainer.prototype.widgetDownload;
|
|
1782
|
-
/** @type {?} */
|
|
1783
|
-
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1784
|
-
/** @type {?} */
|
|
1785
|
-
RAWidgetContainer.prototype.globalFilter;
|
|
1786
|
-
/** @type {?} */
|
|
1787
|
-
RAWidgetContainer.prototype.data;
|
|
1788
|
-
/** @type {?} */
|
|
1789
|
-
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1790
|
-
/** @type {?} */
|
|
1791
|
-
RAWidgetContainer.prototype.appConfig;
|
|
1792
|
-
/** @type {?} */
|
|
1793
|
-
RAWidgetContainer.prototype.width;
|
|
1794
|
-
/** @type {?} */
|
|
1795
|
-
RAWidgetContainer.prototype.height;
|
|
1796
|
-
/** @type {?} */
|
|
1797
|
-
RAWidgetContainer.prototype.widgetDeleted;
|
|
1798
|
-
/**
|
|
1799
|
-
* @type {?}
|
|
1800
|
-
* @private
|
|
1801
|
-
*/
|
|
1802
|
-
RAWidgetContainer.prototype.dashboardService;
|
|
1803
|
-
/**
|
|
1804
|
-
* @type {?}
|
|
1805
|
-
* @private
|
|
1806
|
-
*/
|
|
1807
|
-
RAWidgetContainer.prototype.ngxService;
|
|
1808
|
-
/**
|
|
1809
|
-
* @type {?}
|
|
1810
|
-
* @private
|
|
1811
|
-
*/
|
|
1812
|
-
RAWidgetContainer.prototype.translateService;
|
|
1813
|
-
/**
|
|
1814
|
-
* @type {?}
|
|
1815
|
-
* @private
|
|
1816
|
-
*/
|
|
1817
|
-
RAWidgetContainer.prototype.ngZone;
|
|
1818
|
-
/**
|
|
1819
|
-
* @type {?}
|
|
1820
|
-
* @private
|
|
1821
|
-
*/
|
|
1822
|
-
RAWidgetContainer.prototype.notifier;
|
|
1823
|
-
/**
|
|
1824
|
-
* @type {?}
|
|
1825
|
-
* @private
|
|
1826
|
-
*/
|
|
1827
|
-
RAWidgetContainer.prototype.renderer;
|
|
1828
|
-
}
|
|
1469
|
+
}());
|
|
1829
1470
|
|
|
1830
1471
|
/**
|
|
1831
1472
|
* @fileoverview added by tsickle
|
|
1832
|
-
*
|
|
1833
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1473
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1834
1474
|
*/
|
|
1835
1475
|
/** @type {?} */
|
|
1836
1476
|
var customNotifierOptions = {
|
|
@@ -1876,8 +1516,7 @@ var customNotifierOptions = {
|
|
|
1876
1516
|
|
|
1877
1517
|
/**
|
|
1878
1518
|
* @fileoverview added by tsickle
|
|
1879
|
-
*
|
|
1880
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1519
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1881
1520
|
*/
|
|
1882
1521
|
/** @type {?} */
|
|
1883
1522
|
var GridsterConfigService = {
|
|
@@ -2055,8 +1694,7 @@ var GridsterConfigService = {
|
|
|
2055
1694
|
|
|
2056
1695
|
/**
|
|
2057
1696
|
* @fileoverview added by tsickle
|
|
2058
|
-
*
|
|
2059
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1697
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2060
1698
|
*/
|
|
2061
1699
|
var GridsterUtils = /** @class */ (function () {
|
|
2062
1700
|
function GridsterUtils() {
|
|
@@ -2231,8 +1869,7 @@ var GridsterUtils = /** @class */ (function () {
|
|
|
2231
1869
|
|
|
2232
1870
|
/**
|
|
2233
1871
|
* @fileoverview added by tsickle
|
|
2234
|
-
*
|
|
2235
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1872
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2236
1873
|
*/
|
|
2237
1874
|
/**
|
|
2238
1875
|
* @abstract
|
|
@@ -2244,86 +1881,11 @@ GridsterComponentInterface = /** @class */ (function () {
|
|
|
2244
1881
|
function GridsterComponentInterface() {
|
|
2245
1882
|
}
|
|
2246
1883
|
return GridsterComponentInterface;
|
|
2247
|
-
}());
|
|
2248
|
-
if (false) {
|
|
2249
|
-
/** @type {?} */
|
|
2250
|
-
GridsterComponentInterface.prototype.$options;
|
|
2251
|
-
/** @type {?} */
|
|
2252
|
-
GridsterComponentInterface.prototype.grid;
|
|
2253
|
-
/** @type {?} */
|
|
2254
|
-
GridsterComponentInterface.prototype.checkCollision;
|
|
2255
|
-
/** @type {?} */
|
|
2256
|
-
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2257
|
-
/** @type {?} */
|
|
2258
|
-
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2259
|
-
/** @type {?} */
|
|
2260
|
-
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2261
|
-
/** @type {?} */
|
|
2262
|
-
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2263
|
-
/** @type {?} */
|
|
2264
|
-
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2265
|
-
/** @type {?} */
|
|
2266
|
-
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2267
|
-
/** @type {?} */
|
|
2268
|
-
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2269
|
-
/** @type {?} */
|
|
2270
|
-
GridsterComponentInterface.prototype.el;
|
|
2271
|
-
/** @type {?} */
|
|
2272
|
-
GridsterComponentInterface.prototype.renderer;
|
|
2273
|
-
/** @type {?} */
|
|
2274
|
-
GridsterComponentInterface.prototype.gridRenderer;
|
|
2275
|
-
/** @type {?} */
|
|
2276
|
-
GridsterComponentInterface.prototype.cdRef;
|
|
2277
|
-
/** @type {?} */
|
|
2278
|
-
GridsterComponentInterface.prototype.options;
|
|
2279
|
-
/** @type {?} */
|
|
2280
|
-
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2281
|
-
/** @type {?} */
|
|
2282
|
-
GridsterComponentInterface.prototype.updateGrid;
|
|
2283
|
-
/** @type {?} */
|
|
2284
|
-
GridsterComponentInterface.prototype.movingItem;
|
|
2285
|
-
/** @type {?} */
|
|
2286
|
-
GridsterComponentInterface.prototype.addItem;
|
|
2287
|
-
/** @type {?} */
|
|
2288
|
-
GridsterComponentInterface.prototype.removeItem;
|
|
2289
|
-
/** @type {?} */
|
|
2290
|
-
GridsterComponentInterface.prototype.previewStyle;
|
|
2291
|
-
/** @type {?} */
|
|
2292
|
-
GridsterComponentInterface.prototype.mobile;
|
|
2293
|
-
/** @type {?} */
|
|
2294
|
-
GridsterComponentInterface.prototype.curWidth;
|
|
2295
|
-
/** @type {?} */
|
|
2296
|
-
GridsterComponentInterface.prototype.curHeight;
|
|
2297
|
-
/** @type {?} */
|
|
2298
|
-
GridsterComponentInterface.prototype.columns;
|
|
2299
|
-
/** @type {?} */
|
|
2300
|
-
GridsterComponentInterface.prototype.rows;
|
|
2301
|
-
/** @type {?} */
|
|
2302
|
-
GridsterComponentInterface.prototype.curColWidth;
|
|
2303
|
-
/** @type {?} */
|
|
2304
|
-
GridsterComponentInterface.prototype.curRowHeight;
|
|
2305
|
-
/** @type {?} */
|
|
2306
|
-
GridsterComponentInterface.prototype.windowResize;
|
|
2307
|
-
/** @type {?} */
|
|
2308
|
-
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2309
|
-
/** @type {?} */
|
|
2310
|
-
GridsterComponentInterface.prototype.dragInProgress;
|
|
2311
|
-
/** @type {?} */
|
|
2312
|
-
GridsterComponentInterface.prototype.emptyCell;
|
|
2313
|
-
/** @type {?} */
|
|
2314
|
-
GridsterComponentInterface.prototype.compact;
|
|
2315
|
-
/** @type {?} */
|
|
2316
|
-
GridsterComponentInterface.prototype.zone;
|
|
2317
|
-
/** @type {?} */
|
|
2318
|
-
GridsterComponentInterface.prototype.gridRows;
|
|
2319
|
-
/** @type {?} */
|
|
2320
|
-
GridsterComponentInterface.prototype.gridColumns;
|
|
2321
|
-
}
|
|
1884
|
+
}());
|
|
2322
1885
|
|
|
2323
1886
|
/**
|
|
2324
1887
|
* @fileoverview added by tsickle
|
|
2325
|
-
*
|
|
2326
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1888
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2327
1889
|
*/
|
|
2328
1890
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
2329
1891
|
function GridsterEmptyCell(gridster) {
|
|
@@ -2640,45 +2202,11 @@ var GridsterEmptyCell = /** @class */ (function () {
|
|
|
2640
2202
|
{ type: GridsterComponentInterface }
|
|
2641
2203
|
]; };
|
|
2642
2204
|
return GridsterEmptyCell;
|
|
2643
|
-
}());
|
|
2644
|
-
if (false) {
|
|
2645
|
-
/** @type {?} */
|
|
2646
|
-
GridsterEmptyCell.prototype.initialItem;
|
|
2647
|
-
/** @type {?} */
|
|
2648
|
-
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2649
|
-
/** @type {?} */
|
|
2650
|
-
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2651
|
-
/** @type {?} */
|
|
2652
|
-
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2653
|
-
/** @type {?} */
|
|
2654
|
-
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2655
|
-
/** @type {?} */
|
|
2656
|
-
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2657
|
-
/** @type {?} */
|
|
2658
|
-
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2659
|
-
/** @type {?} */
|
|
2660
|
-
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2661
|
-
/** @type {?} */
|
|
2662
|
-
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2663
|
-
/** @type {?} */
|
|
2664
|
-
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2665
|
-
/** @type {?} */
|
|
2666
|
-
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2667
|
-
/** @type {?} */
|
|
2668
|
-
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2669
|
-
/** @type {?} */
|
|
2670
|
-
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2671
|
-
/**
|
|
2672
|
-
* @type {?}
|
|
2673
|
-
* @private
|
|
2674
|
-
*/
|
|
2675
|
-
GridsterEmptyCell.prototype.gridster;
|
|
2676
|
-
}
|
|
2205
|
+
}());
|
|
2677
2206
|
|
|
2678
2207
|
/**
|
|
2679
2208
|
* @fileoverview added by tsickle
|
|
2680
|
-
*
|
|
2681
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2209
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2682
2210
|
*/
|
|
2683
2211
|
var GridsterCompact = /** @class */ (function () {
|
|
2684
2212
|
function GridsterCompact(gridster) {
|
|
@@ -2916,19 +2444,11 @@ var GridsterCompact = /** @class */ (function () {
|
|
|
2916
2444
|
{ type: GridsterComponentInterface }
|
|
2917
2445
|
]; };
|
|
2918
2446
|
return GridsterCompact;
|
|
2919
|
-
}());
|
|
2920
|
-
if (false) {
|
|
2921
|
-
/**
|
|
2922
|
-
* @type {?}
|
|
2923
|
-
* @private
|
|
2924
|
-
*/
|
|
2925
|
-
GridsterCompact.prototype.gridster;
|
|
2926
|
-
}
|
|
2447
|
+
}());
|
|
2927
2448
|
|
|
2928
2449
|
/**
|
|
2929
2450
|
* @fileoverview added by tsickle
|
|
2930
|
-
*
|
|
2931
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2451
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2932
2452
|
*/
|
|
2933
2453
|
var GridsterRenderer = /** @class */ (function () {
|
|
2934
2454
|
function GridsterRenderer(gridster) {
|
|
@@ -3235,19 +2755,11 @@ var GridsterRenderer = /** @class */ (function () {
|
|
|
3235
2755
|
{ type: GridsterComponentInterface }
|
|
3236
2756
|
]; };
|
|
3237
2757
|
return GridsterRenderer;
|
|
3238
|
-
}());
|
|
3239
|
-
if (false) {
|
|
3240
|
-
/**
|
|
3241
|
-
* @type {?}
|
|
3242
|
-
* @private
|
|
3243
|
-
*/
|
|
3244
|
-
GridsterRenderer.prototype.gridster;
|
|
3245
|
-
}
|
|
2758
|
+
}());
|
|
3246
2759
|
|
|
3247
2760
|
/**
|
|
3248
2761
|
* @fileoverview added by tsickle
|
|
3249
|
-
*
|
|
3250
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2762
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3251
2763
|
*/
|
|
3252
2764
|
var GridsterComponent = /** @class */ (function () {
|
|
3253
2765
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -3402,17 +2914,6 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3402
2914
|
if (this.options.destroyCallback) {
|
|
3403
2915
|
this.options.destroyCallback(this);
|
|
3404
2916
|
}
|
|
3405
|
-
//if (this.options.api) {
|
|
3406
|
-
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3407
|
-
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3408
|
-
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3409
|
-
*/
|
|
3410
|
-
if (false) {
|
|
3411
|
-
this.options.api.resize = undefined;
|
|
3412
|
-
this.options.api.optionsChanged = undefined;
|
|
3413
|
-
this.options.api.getNextPossiblePosition = undefined;
|
|
3414
|
-
this.options.api = undefined;
|
|
3415
|
-
}
|
|
3416
2917
|
this.emptyCell.destroy();
|
|
3417
2918
|
delete this.emptyCell;
|
|
3418
2919
|
this.compact.destroy();
|
|
@@ -3975,7 +3476,7 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3975
3476
|
selector: 'gridster',
|
|
3976
3477
|
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",
|
|
3977
3478
|
encapsulation: ViewEncapsulation.None,
|
|
3978
|
-
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}gridster.mobile gridster-item{position:relative}gridster .gridster-column,gridster .gridster-row{position:absolute;display:none
|
|
3479
|
+
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}gridster.mobile gridster-item{position:relative}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}"]
|
|
3979
3480
|
}] }
|
|
3980
3481
|
];
|
|
3981
3482
|
/** @nocollapse */
|
|
@@ -3989,62 +3490,11 @@ var GridsterComponent = /** @class */ (function () {
|
|
|
3989
3490
|
options: [{ type: Input }]
|
|
3990
3491
|
};
|
|
3991
3492
|
return GridsterComponent;
|
|
3992
|
-
}());
|
|
3993
|
-
if (false) {
|
|
3994
|
-
/** @type {?} */
|
|
3995
|
-
GridsterComponent.prototype.options;
|
|
3996
|
-
/** @type {?} */
|
|
3997
|
-
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3998
|
-
/** @type {?} */
|
|
3999
|
-
GridsterComponent.prototype.movingItem;
|
|
4000
|
-
/** @type {?} */
|
|
4001
|
-
GridsterComponent.prototype.previewStyle;
|
|
4002
|
-
/** @type {?} */
|
|
4003
|
-
GridsterComponent.prototype.el;
|
|
4004
|
-
/** @type {?} */
|
|
4005
|
-
GridsterComponent.prototype.$options;
|
|
4006
|
-
/** @type {?} */
|
|
4007
|
-
GridsterComponent.prototype.mobile;
|
|
4008
|
-
/** @type {?} */
|
|
4009
|
-
GridsterComponent.prototype.curWidth;
|
|
4010
|
-
/** @type {?} */
|
|
4011
|
-
GridsterComponent.prototype.curHeight;
|
|
4012
|
-
/** @type {?} */
|
|
4013
|
-
GridsterComponent.prototype.grid;
|
|
4014
|
-
/** @type {?} */
|
|
4015
|
-
GridsterComponent.prototype.columns;
|
|
4016
|
-
/** @type {?} */
|
|
4017
|
-
GridsterComponent.prototype.rows;
|
|
4018
|
-
/** @type {?} */
|
|
4019
|
-
GridsterComponent.prototype.curColWidth;
|
|
4020
|
-
/** @type {?} */
|
|
4021
|
-
GridsterComponent.prototype.curRowHeight;
|
|
4022
|
-
/** @type {?} */
|
|
4023
|
-
GridsterComponent.prototype.gridColumns;
|
|
4024
|
-
/** @type {?} */
|
|
4025
|
-
GridsterComponent.prototype.gridRows;
|
|
4026
|
-
/** @type {?} */
|
|
4027
|
-
GridsterComponent.prototype.windowResize;
|
|
4028
|
-
/** @type {?} */
|
|
4029
|
-
GridsterComponent.prototype.dragInProgress;
|
|
4030
|
-
/** @type {?} */
|
|
4031
|
-
GridsterComponent.prototype.emptyCell;
|
|
4032
|
-
/** @type {?} */
|
|
4033
|
-
GridsterComponent.prototype.compact;
|
|
4034
|
-
/** @type {?} */
|
|
4035
|
-
GridsterComponent.prototype.gridRenderer;
|
|
4036
|
-
/** @type {?} */
|
|
4037
|
-
GridsterComponent.prototype.renderer;
|
|
4038
|
-
/** @type {?} */
|
|
4039
|
-
GridsterComponent.prototype.cdRef;
|
|
4040
|
-
/** @type {?} */
|
|
4041
|
-
GridsterComponent.prototype.zone;
|
|
4042
|
-
}
|
|
3493
|
+
}());
|
|
4043
3494
|
|
|
4044
3495
|
/**
|
|
4045
3496
|
* @fileoverview added by tsickle
|
|
4046
|
-
*
|
|
4047
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3497
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4048
3498
|
*/
|
|
4049
3499
|
/**
|
|
4050
3500
|
* @abstract
|
|
@@ -4056,50 +3506,11 @@ GridsterItemComponentInterface = /** @class */ (function () {
|
|
|
4056
3506
|
function GridsterItemComponentInterface() {
|
|
4057
3507
|
}
|
|
4058
3508
|
return GridsterItemComponentInterface;
|
|
4059
|
-
}());
|
|
4060
|
-
if (false) {
|
|
4061
|
-
/** @type {?} */
|
|
4062
|
-
GridsterItemComponentInterface.prototype.item;
|
|
4063
|
-
/** @type {?} */
|
|
4064
|
-
GridsterItemComponentInterface.prototype.$item;
|
|
4065
|
-
/** @type {?} */
|
|
4066
|
-
GridsterItemComponentInterface.prototype.top;
|
|
4067
|
-
/** @type {?} */
|
|
4068
|
-
GridsterItemComponentInterface.prototype.left;
|
|
4069
|
-
/** @type {?} */
|
|
4070
|
-
GridsterItemComponentInterface.prototype.width;
|
|
4071
|
-
/** @type {?} */
|
|
4072
|
-
GridsterItemComponentInterface.prototype.height;
|
|
4073
|
-
/** @type {?} */
|
|
4074
|
-
GridsterItemComponentInterface.prototype.drag;
|
|
4075
|
-
/** @type {?} */
|
|
4076
|
-
GridsterItemComponentInterface.prototype.resize;
|
|
4077
|
-
/** @type {?} */
|
|
4078
|
-
GridsterItemComponentInterface.prototype.notPlaced;
|
|
4079
|
-
/** @type {?} */
|
|
4080
|
-
GridsterItemComponentInterface.prototype.updateOptions;
|
|
4081
|
-
/** @type {?} */
|
|
4082
|
-
GridsterItemComponentInterface.prototype.itemChanged;
|
|
4083
|
-
/** @type {?} */
|
|
4084
|
-
GridsterItemComponentInterface.prototype.setSize;
|
|
4085
|
-
/** @type {?} */
|
|
4086
|
-
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4087
|
-
/** @type {?} */
|
|
4088
|
-
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4089
|
-
/** @type {?} */
|
|
4090
|
-
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4091
|
-
/** @type {?} */
|
|
4092
|
-
GridsterItemComponentInterface.prototype.el;
|
|
4093
|
-
/** @type {?} */
|
|
4094
|
-
GridsterItemComponentInterface.prototype.gridster;
|
|
4095
|
-
/** @type {?} */
|
|
4096
|
-
GridsterItemComponentInterface.prototype.renderer;
|
|
4097
|
-
}
|
|
3509
|
+
}());
|
|
4098
3510
|
|
|
4099
3511
|
/**
|
|
4100
3512
|
* @fileoverview added by tsickle
|
|
4101
|
-
*
|
|
4102
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3513
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4103
3514
|
*/
|
|
4104
3515
|
var GridsterSwap = /** @class */ (function () {
|
|
4105
3516
|
function GridsterSwap(gridsterItem) {
|
|
@@ -4227,29 +3638,11 @@ var GridsterSwap = /** @class */ (function () {
|
|
|
4227
3638
|
{ type: GridsterItemComponentInterface }
|
|
4228
3639
|
]; };
|
|
4229
3640
|
return GridsterSwap;
|
|
4230
|
-
}());
|
|
4231
|
-
if (false) {
|
|
4232
|
-
/**
|
|
4233
|
-
* @type {?}
|
|
4234
|
-
* @private
|
|
4235
|
-
*/
|
|
4236
|
-
GridsterSwap.prototype.swapedItem;
|
|
4237
|
-
/**
|
|
4238
|
-
* @type {?}
|
|
4239
|
-
* @private
|
|
4240
|
-
*/
|
|
4241
|
-
GridsterSwap.prototype.gridsterItem;
|
|
4242
|
-
/**
|
|
4243
|
-
* @type {?}
|
|
4244
|
-
* @private
|
|
4245
|
-
*/
|
|
4246
|
-
GridsterSwap.prototype.gridster;
|
|
4247
|
-
}
|
|
3641
|
+
}());
|
|
4248
3642
|
|
|
4249
3643
|
/**
|
|
4250
3644
|
* @fileoverview added by tsickle
|
|
4251
|
-
*
|
|
4252
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3645
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4253
3646
|
*/
|
|
4254
3647
|
/** @type {?} */
|
|
4255
3648
|
var scrollSensitivity;
|
|
@@ -4444,8 +3837,7 @@ function cancelN() {
|
|
|
4444
3837
|
|
|
4445
3838
|
/**
|
|
4446
3839
|
* @fileoverview added by tsickle
|
|
4447
|
-
*
|
|
4448
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3840
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4449
3841
|
*/
|
|
4450
3842
|
var GridsterPush = /** @class */ (function () {
|
|
4451
3843
|
function GridsterPush(gridsterItem) {
|
|
@@ -4935,62 +4327,11 @@ var GridsterPush = /** @class */ (function () {
|
|
|
4935
4327
|
{ type: GridsterItemComponentInterface }
|
|
4936
4328
|
]; };
|
|
4937
4329
|
return GridsterPush;
|
|
4938
|
-
}());
|
|
4939
|
-
if (false) {
|
|
4940
|
-
/** @type {?} */
|
|
4941
|
-
GridsterPush.prototype.fromSouth;
|
|
4942
|
-
/** @type {?} */
|
|
4943
|
-
GridsterPush.prototype.fromNorth;
|
|
4944
|
-
/** @type {?} */
|
|
4945
|
-
GridsterPush.prototype.fromEast;
|
|
4946
|
-
/** @type {?} */
|
|
4947
|
-
GridsterPush.prototype.fromWest;
|
|
4948
|
-
/**
|
|
4949
|
-
* @type {?}
|
|
4950
|
-
* @private
|
|
4951
|
-
*/
|
|
4952
|
-
GridsterPush.prototype.pushedItems;
|
|
4953
|
-
/**
|
|
4954
|
-
* @type {?}
|
|
4955
|
-
* @private
|
|
4956
|
-
*/
|
|
4957
|
-
GridsterPush.prototype.pushedItemsTemp;
|
|
4958
|
-
/**
|
|
4959
|
-
* @type {?}
|
|
4960
|
-
* @private
|
|
4961
|
-
*/
|
|
4962
|
-
GridsterPush.prototype.pushedItemsTempPath;
|
|
4963
|
-
/**
|
|
4964
|
-
* @type {?}
|
|
4965
|
-
* @private
|
|
4966
|
-
*/
|
|
4967
|
-
GridsterPush.prototype.pushedItemsPath;
|
|
4968
|
-
/**
|
|
4969
|
-
* @type {?}
|
|
4970
|
-
* @private
|
|
4971
|
-
*/
|
|
4972
|
-
GridsterPush.prototype.gridsterItem;
|
|
4973
|
-
/**
|
|
4974
|
-
* @type {?}
|
|
4975
|
-
* @private
|
|
4976
|
-
*/
|
|
4977
|
-
GridsterPush.prototype.gridster;
|
|
4978
|
-
/**
|
|
4979
|
-
* @type {?}
|
|
4980
|
-
* @private
|
|
4981
|
-
*/
|
|
4982
|
-
GridsterPush.prototype.pushedItemsOrder;
|
|
4983
|
-
/**
|
|
4984
|
-
* @type {?}
|
|
4985
|
-
* @private
|
|
4986
|
-
*/
|
|
4987
|
-
GridsterPush.prototype.tryPattern;
|
|
4988
|
-
}
|
|
4330
|
+
}());
|
|
4989
4331
|
|
|
4990
4332
|
/**
|
|
4991
4333
|
* @fileoverview added by tsickle
|
|
4992
|
-
*
|
|
4993
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4334
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4994
4335
|
*/
|
|
4995
4336
|
var GridsterDraggable = /** @class */ (function () {
|
|
4996
4337
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -5294,10 +4635,6 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
5294
4635
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
5295
4636
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
5296
4637
|
}
|
|
5297
|
-
else {
|
|
5298
|
-
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5299
|
-
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5300
|
-
}
|
|
5301
4638
|
return this.gridsterItem.$item;
|
|
5302
4639
|
};
|
|
5303
4640
|
/**
|
|
@@ -5454,85 +4791,11 @@ var GridsterDraggable = /** @class */ (function () {
|
|
|
5454
4791
|
{ type: NgZone }
|
|
5455
4792
|
]; };
|
|
5456
4793
|
return GridsterDraggable;
|
|
5457
|
-
}());
|
|
5458
|
-
if (false) {
|
|
5459
|
-
/** @type {?} */
|
|
5460
|
-
GridsterDraggable.prototype.gridsterItem;
|
|
5461
|
-
/** @type {?} */
|
|
5462
|
-
GridsterDraggable.prototype.gridster;
|
|
5463
|
-
/** @type {?} */
|
|
5464
|
-
GridsterDraggable.prototype.lastMouse;
|
|
5465
|
-
/** @type {?} */
|
|
5466
|
-
GridsterDraggable.prototype.offsetLeft;
|
|
5467
|
-
/** @type {?} */
|
|
5468
|
-
GridsterDraggable.prototype.offsetTop;
|
|
5469
|
-
/** @type {?} */
|
|
5470
|
-
GridsterDraggable.prototype.margin;
|
|
5471
|
-
/** @type {?} */
|
|
5472
|
-
GridsterDraggable.prototype.diffTop;
|
|
5473
|
-
/** @type {?} */
|
|
5474
|
-
GridsterDraggable.prototype.diffLeft;
|
|
5475
|
-
/** @type {?} */
|
|
5476
|
-
GridsterDraggable.prototype.top;
|
|
5477
|
-
/** @type {?} */
|
|
5478
|
-
GridsterDraggable.prototype.left;
|
|
5479
|
-
/** @type {?} */
|
|
5480
|
-
GridsterDraggable.prototype.height;
|
|
5481
|
-
/** @type {?} */
|
|
5482
|
-
GridsterDraggable.prototype.width;
|
|
5483
|
-
/** @type {?} */
|
|
5484
|
-
GridsterDraggable.prototype.positionX;
|
|
5485
|
-
/** @type {?} */
|
|
5486
|
-
GridsterDraggable.prototype.positionY;
|
|
5487
|
-
/** @type {?} */
|
|
5488
|
-
GridsterDraggable.prototype.positionXBackup;
|
|
5489
|
-
/** @type {?} */
|
|
5490
|
-
GridsterDraggable.prototype.positionYBackup;
|
|
5491
|
-
/** @type {?} */
|
|
5492
|
-
GridsterDraggable.prototype.enabled;
|
|
5493
|
-
/** @type {?} */
|
|
5494
|
-
GridsterDraggable.prototype.dragStartFunction;
|
|
5495
|
-
/** @type {?} */
|
|
5496
|
-
GridsterDraggable.prototype.dragFunction;
|
|
5497
|
-
/** @type {?} */
|
|
5498
|
-
GridsterDraggable.prototype.dragStopFunction;
|
|
5499
|
-
/** @type {?} */
|
|
5500
|
-
GridsterDraggable.prototype.mousemove;
|
|
5501
|
-
/** @type {?} */
|
|
5502
|
-
GridsterDraggable.prototype.mouseup;
|
|
5503
|
-
/** @type {?} */
|
|
5504
|
-
GridsterDraggable.prototype.mouseleave;
|
|
5505
|
-
/** @type {?} */
|
|
5506
|
-
GridsterDraggable.prototype.cancelOnBlur;
|
|
5507
|
-
/** @type {?} */
|
|
5508
|
-
GridsterDraggable.prototype.touchmove;
|
|
5509
|
-
/** @type {?} */
|
|
5510
|
-
GridsterDraggable.prototype.touchend;
|
|
5511
|
-
/** @type {?} */
|
|
5512
|
-
GridsterDraggable.prototype.touchcancel;
|
|
5513
|
-
/** @type {?} */
|
|
5514
|
-
GridsterDraggable.prototype.mousedown;
|
|
5515
|
-
/** @type {?} */
|
|
5516
|
-
GridsterDraggable.prototype.touchstart;
|
|
5517
|
-
/** @type {?} */
|
|
5518
|
-
GridsterDraggable.prototype.push;
|
|
5519
|
-
/** @type {?} */
|
|
5520
|
-
GridsterDraggable.prototype.swap;
|
|
5521
|
-
/** @type {?} */
|
|
5522
|
-
GridsterDraggable.prototype.path;
|
|
5523
|
-
/** @type {?} */
|
|
5524
|
-
GridsterDraggable.prototype.collision;
|
|
5525
|
-
/**
|
|
5526
|
-
* @type {?}
|
|
5527
|
-
* @private
|
|
5528
|
-
*/
|
|
5529
|
-
GridsterDraggable.prototype.zone;
|
|
5530
|
-
}
|
|
4794
|
+
}());
|
|
5531
4795
|
|
|
5532
4796
|
/**
|
|
5533
4797
|
* @fileoverview added by tsickle
|
|
5534
|
-
*
|
|
5535
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4798
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5536
4799
|
*/
|
|
5537
4800
|
var GridsterPushResize = /** @class */ (function () {
|
|
5538
4801
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -5912,47 +5175,11 @@ var GridsterPushResize = /** @class */ (function () {
|
|
|
5912
5175
|
{ type: GridsterItemComponentInterface }
|
|
5913
5176
|
]; };
|
|
5914
5177
|
return GridsterPushResize;
|
|
5915
|
-
}());
|
|
5916
|
-
if (false) {
|
|
5917
|
-
/** @type {?} */
|
|
5918
|
-
GridsterPushResize.prototype.fromSouth;
|
|
5919
|
-
/** @type {?} */
|
|
5920
|
-
GridsterPushResize.prototype.fromNorth;
|
|
5921
|
-
/** @type {?} */
|
|
5922
|
-
GridsterPushResize.prototype.fromEast;
|
|
5923
|
-
/** @type {?} */
|
|
5924
|
-
GridsterPushResize.prototype.fromWest;
|
|
5925
|
-
/**
|
|
5926
|
-
* @type {?}
|
|
5927
|
-
* @private
|
|
5928
|
-
*/
|
|
5929
|
-
GridsterPushResize.prototype.pushedItems;
|
|
5930
|
-
/**
|
|
5931
|
-
* @type {?}
|
|
5932
|
-
* @private
|
|
5933
|
-
*/
|
|
5934
|
-
GridsterPushResize.prototype.pushedItemsPath;
|
|
5935
|
-
/**
|
|
5936
|
-
* @type {?}
|
|
5937
|
-
* @private
|
|
5938
|
-
*/
|
|
5939
|
-
GridsterPushResize.prototype.gridsterItem;
|
|
5940
|
-
/**
|
|
5941
|
-
* @type {?}
|
|
5942
|
-
* @private
|
|
5943
|
-
*/
|
|
5944
|
-
GridsterPushResize.prototype.gridster;
|
|
5945
|
-
/**
|
|
5946
|
-
* @type {?}
|
|
5947
|
-
* @private
|
|
5948
|
-
*/
|
|
5949
|
-
GridsterPushResize.prototype.tryPattern;
|
|
5950
|
-
}
|
|
5178
|
+
}());
|
|
5951
5179
|
|
|
5952
5180
|
/**
|
|
5953
5181
|
* @fileoverview added by tsickle
|
|
5954
|
-
*
|
|
5955
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5182
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5956
5183
|
*/
|
|
5957
5184
|
var GridsterResizable = /** @class */ (function () {
|
|
5958
5185
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -6494,87 +5721,11 @@ var GridsterResizable = /** @class */ (function () {
|
|
|
6494
5721
|
{ type: NgZone }
|
|
6495
5722
|
]; };
|
|
6496
5723
|
return GridsterResizable;
|
|
6497
|
-
}());
|
|
6498
|
-
if (false) {
|
|
6499
|
-
/** @type {?} */
|
|
6500
|
-
GridsterResizable.prototype.gridsterItem;
|
|
6501
|
-
/** @type {?} */
|
|
6502
|
-
GridsterResizable.prototype.gridster;
|
|
6503
|
-
/** @type {?} */
|
|
6504
|
-
GridsterResizable.prototype.lastMouse;
|
|
6505
|
-
/** @type {?} */
|
|
6506
|
-
GridsterResizable.prototype.itemBackup;
|
|
6507
|
-
/** @type {?} */
|
|
6508
|
-
GridsterResizable.prototype.resizeEventScrollType;
|
|
6509
|
-
/** @type {?} */
|
|
6510
|
-
GridsterResizable.prototype.directionFunction;
|
|
6511
|
-
/** @type {?} */
|
|
6512
|
-
GridsterResizable.prototype.dragFunction;
|
|
6513
|
-
/** @type {?} */
|
|
6514
|
-
GridsterResizable.prototype.dragStopFunction;
|
|
6515
|
-
/** @type {?} */
|
|
6516
|
-
GridsterResizable.prototype.resizeEnabled;
|
|
6517
|
-
/** @type {?} */
|
|
6518
|
-
GridsterResizable.prototype.mousemove;
|
|
6519
|
-
/** @type {?} */
|
|
6520
|
-
GridsterResizable.prototype.mouseup;
|
|
6521
|
-
/** @type {?} */
|
|
6522
|
-
GridsterResizable.prototype.mouseleave;
|
|
6523
|
-
/** @type {?} */
|
|
6524
|
-
GridsterResizable.prototype.cancelOnBlur;
|
|
6525
|
-
/** @type {?} */
|
|
6526
|
-
GridsterResizable.prototype.touchmove;
|
|
6527
|
-
/** @type {?} */
|
|
6528
|
-
GridsterResizable.prototype.touchend;
|
|
6529
|
-
/** @type {?} */
|
|
6530
|
-
GridsterResizable.prototype.touchcancel;
|
|
6531
|
-
/** @type {?} */
|
|
6532
|
-
GridsterResizable.prototype.push;
|
|
6533
|
-
/** @type {?} */
|
|
6534
|
-
GridsterResizable.prototype.pushResize;
|
|
6535
|
-
/** @type {?} */
|
|
6536
|
-
GridsterResizable.prototype.minHeight;
|
|
6537
|
-
/** @type {?} */
|
|
6538
|
-
GridsterResizable.prototype.minWidth;
|
|
6539
|
-
/** @type {?} */
|
|
6540
|
-
GridsterResizable.prototype.offsetTop;
|
|
6541
|
-
/** @type {?} */
|
|
6542
|
-
GridsterResizable.prototype.offsetLeft;
|
|
6543
|
-
/** @type {?} */
|
|
6544
|
-
GridsterResizable.prototype.diffTop;
|
|
6545
|
-
/** @type {?} */
|
|
6546
|
-
GridsterResizable.prototype.diffLeft;
|
|
6547
|
-
/** @type {?} */
|
|
6548
|
-
GridsterResizable.prototype.diffRight;
|
|
6549
|
-
/** @type {?} */
|
|
6550
|
-
GridsterResizable.prototype.diffBottom;
|
|
6551
|
-
/** @type {?} */
|
|
6552
|
-
GridsterResizable.prototype.margin;
|
|
6553
|
-
/** @type {?} */
|
|
6554
|
-
GridsterResizable.prototype.top;
|
|
6555
|
-
/** @type {?} */
|
|
6556
|
-
GridsterResizable.prototype.left;
|
|
6557
|
-
/** @type {?} */
|
|
6558
|
-
GridsterResizable.prototype.bottom;
|
|
6559
|
-
/** @type {?} */
|
|
6560
|
-
GridsterResizable.prototype.right;
|
|
6561
|
-
/** @type {?} */
|
|
6562
|
-
GridsterResizable.prototype.width;
|
|
6563
|
-
/** @type {?} */
|
|
6564
|
-
GridsterResizable.prototype.height;
|
|
6565
|
-
/** @type {?} */
|
|
6566
|
-
GridsterResizable.prototype.newPosition;
|
|
6567
|
-
/**
|
|
6568
|
-
* @type {?}
|
|
6569
|
-
* @private
|
|
6570
|
-
*/
|
|
6571
|
-
GridsterResizable.prototype.zone;
|
|
6572
|
-
}
|
|
5724
|
+
}());
|
|
6573
5725
|
|
|
6574
5726
|
/**
|
|
6575
5727
|
* @fileoverview added by tsickle
|
|
6576
|
-
*
|
|
6577
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5728
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6578
5729
|
*/
|
|
6579
5730
|
var GridsterItemComponent = /** @class */ (function () {
|
|
6580
5731
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -6755,7 +5906,7 @@ var GridsterItemComponent = /** @class */ (function () {
|
|
|
6755
5906
|
selector: 'gridster-item',
|
|
6756
5907
|
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",
|
|
6757
5908
|
encapsulation: ViewEncapsulation.None,
|
|
6758
|
-
styles: ["gridster-item{box-sizing:border-box;z-index:1;position:absolute;overflow:hidden
|
|
5909
|
+
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}"]
|
|
6759
5910
|
}] }
|
|
6760
5911
|
];
|
|
6761
5912
|
/** @nocollapse */
|
|
@@ -6769,45 +5920,11 @@ var GridsterItemComponent = /** @class */ (function () {
|
|
|
6769
5920
|
item: [{ type: Input }]
|
|
6770
5921
|
};
|
|
6771
5922
|
return GridsterItemComponent;
|
|
6772
|
-
}());
|
|
6773
|
-
if (false) {
|
|
6774
|
-
/** @type {?} */
|
|
6775
|
-
GridsterItemComponent.prototype.item;
|
|
6776
|
-
/** @type {?} */
|
|
6777
|
-
GridsterItemComponent.prototype.$item;
|
|
6778
|
-
/** @type {?} */
|
|
6779
|
-
GridsterItemComponent.prototype.el;
|
|
6780
|
-
/** @type {?} */
|
|
6781
|
-
GridsterItemComponent.prototype.gridster;
|
|
6782
|
-
/** @type {?} */
|
|
6783
|
-
GridsterItemComponent.prototype.top;
|
|
6784
|
-
/** @type {?} */
|
|
6785
|
-
GridsterItemComponent.prototype.left;
|
|
6786
|
-
/** @type {?} */
|
|
6787
|
-
GridsterItemComponent.prototype.width;
|
|
6788
|
-
/** @type {?} */
|
|
6789
|
-
GridsterItemComponent.prototype.height;
|
|
6790
|
-
/** @type {?} */
|
|
6791
|
-
GridsterItemComponent.prototype.drag;
|
|
6792
|
-
/** @type {?} */
|
|
6793
|
-
GridsterItemComponent.prototype.resize;
|
|
6794
|
-
/** @type {?} */
|
|
6795
|
-
GridsterItemComponent.prototype.notPlaced;
|
|
6796
|
-
/** @type {?} */
|
|
6797
|
-
GridsterItemComponent.prototype.init;
|
|
6798
|
-
/** @type {?} */
|
|
6799
|
-
GridsterItemComponent.prototype.renderer;
|
|
6800
|
-
/**
|
|
6801
|
-
* @type {?}
|
|
6802
|
-
* @private
|
|
6803
|
-
*/
|
|
6804
|
-
GridsterItemComponent.prototype.zone;
|
|
6805
|
-
}
|
|
5923
|
+
}());
|
|
6806
5924
|
|
|
6807
5925
|
/**
|
|
6808
5926
|
* @fileoverview added by tsickle
|
|
6809
|
-
*
|
|
6810
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5927
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6811
5928
|
*/
|
|
6812
5929
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
6813
5930
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -6862,20 +5979,11 @@ var GridsterPreviewComponent = /** @class */ (function () {
|
|
|
6862
5979
|
{ type: Renderer2 }
|
|
6863
5980
|
]; };
|
|
6864
5981
|
return GridsterPreviewComponent;
|
|
6865
|
-
}());
|
|
6866
|
-
if (false) {
|
|
6867
|
-
/** @type {?} */
|
|
6868
|
-
GridsterPreviewComponent.prototype.el;
|
|
6869
|
-
/** @type {?} */
|
|
6870
|
-
GridsterPreviewComponent.prototype.gridster;
|
|
6871
|
-
/** @type {?} */
|
|
6872
|
-
GridsterPreviewComponent.prototype.renderer;
|
|
6873
|
-
}
|
|
5982
|
+
}());
|
|
6874
5983
|
|
|
6875
5984
|
/**
|
|
6876
5985
|
* @fileoverview added by tsickle
|
|
6877
|
-
*
|
|
6878
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5986
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6879
5987
|
*/
|
|
6880
5988
|
var GridsterModule = /** @class */ (function () {
|
|
6881
5989
|
function GridsterModule() {
|
|
@@ -6900,8 +6008,7 @@ var GridsterModule = /** @class */ (function () {
|
|
|
6900
6008
|
|
|
6901
6009
|
/**
|
|
6902
6010
|
* @fileoverview added by tsickle
|
|
6903
|
-
*
|
|
6904
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6011
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6905
6012
|
*/
|
|
6906
6013
|
/** @type {?} */
|
|
6907
6014
|
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
@@ -6924,7 +6031,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
6924
6031
|
NgxUiLoaderModule,
|
|
6925
6032
|
NotifierModule.withConfig(customNotifierOptions),
|
|
6926
6033
|
PerfectScrollbarModule,
|
|
6927
|
-
RACommonModule
|
|
6034
|
+
RACommonModule,
|
|
6035
|
+
RAUserControlModule
|
|
6928
6036
|
],
|
|
6929
6037
|
exports: [
|
|
6930
6038
|
RADashboardArea
|
|
@@ -6941,8 +6049,7 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
6941
6049
|
|
|
6942
6050
|
/**
|
|
6943
6051
|
* @fileoverview added by tsickle
|
|
6944
|
-
*
|
|
6945
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6052
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6946
6053
|
*/
|
|
6947
6054
|
/**
|
|
6948
6055
|
* @abstract
|
|
@@ -6986,36 +6093,11 @@ var RaBaseDashboardTemplate = /** @class */ (function () {
|
|
|
6986
6093
|
initialize: [{ type: Input }]
|
|
6987
6094
|
};
|
|
6988
6095
|
return RaBaseDashboardTemplate;
|
|
6989
|
-
}());
|
|
6990
|
-
if (false) {
|
|
6991
|
-
/** @type {?} */
|
|
6992
|
-
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6993
|
-
/** @type {?} */
|
|
6994
|
-
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6995
|
-
/** @type {?} */
|
|
6996
|
-
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6997
|
-
/** @type {?} */
|
|
6998
|
-
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6999
|
-
/** @type {?} */
|
|
7000
|
-
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
7001
|
-
/** @type {?} */
|
|
7002
|
-
RaBaseDashboardTemplate.prototype.initialize;
|
|
7003
|
-
/**
|
|
7004
|
-
* @type {?}
|
|
7005
|
-
* @private
|
|
7006
|
-
*/
|
|
7007
|
-
RaBaseDashboardTemplate.prototype.ngZone;
|
|
7008
|
-
/**
|
|
7009
|
-
* @abstract
|
|
7010
|
-
* @return {?}
|
|
7011
|
-
*/
|
|
7012
|
-
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
7013
|
-
}
|
|
6096
|
+
}());
|
|
7014
6097
|
|
|
7015
6098
|
/**
|
|
7016
6099
|
* @fileoverview added by tsickle
|
|
7017
|
-
*
|
|
7018
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6100
|
+
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7019
6101
|
*/
|
|
7020
6102
|
/**
|
|
7021
6103
|
* @abstract
|
|
@@ -7062,47 +6144,7 @@ var RaBaseDashboardFilter = /** @class */ (function () {
|
|
|
7062
6144
|
clearAllData: [{ type: Input }]
|
|
7063
6145
|
};
|
|
7064
6146
|
return RaBaseDashboardFilter;
|
|
7065
|
-
}());
|
|
7066
|
-
if (false) {
|
|
7067
|
-
/**
|
|
7068
|
-
* @type {?}
|
|
7069
|
-
* @private
|
|
7070
|
-
*/
|
|
7071
|
-
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
7072
|
-
/** @type {?} */
|
|
7073
|
-
RaBaseDashboardFilter.prototype.setAllFilterConfig;
|
|
7074
|
-
/** @type {?} */
|
|
7075
|
-
RaBaseDashboardFilter.prototype.clearAllData;
|
|
7076
|
-
/**
|
|
7077
|
-
* @abstract
|
|
7078
|
-
* @return {?}
|
|
7079
|
-
*/
|
|
7080
|
-
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
7081
|
-
/**
|
|
7082
|
-
* @abstract
|
|
7083
|
-
* @param {?} filter
|
|
7084
|
-
* @param {?} appConfig
|
|
7085
|
-
* @return {?}
|
|
7086
|
-
*/
|
|
7087
|
-
RaBaseDashboardFilter.prototype.setFilterConfig = function (filter, appConfig) { };
|
|
7088
|
-
/**
|
|
7089
|
-
* @abstract
|
|
7090
|
-
* @return {?}
|
|
7091
|
-
*/
|
|
7092
|
-
RaBaseDashboardFilter.prototype.clearData = function () { };
|
|
7093
|
-
}
|
|
7094
|
-
|
|
7095
|
-
/**
|
|
7096
|
-
* @fileoverview added by tsickle
|
|
7097
|
-
* Generated from: public-api.ts
|
|
7098
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7099
|
-
*/
|
|
7100
|
-
|
|
7101
|
-
/**
|
|
7102
|
-
* @fileoverview added by tsickle
|
|
7103
|
-
* Generated from: schneideress-dashboardframework.ts
|
|
7104
|
-
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7105
|
-
*/
|
|
6147
|
+
}());
|
|
7106
6148
|
|
|
7107
6149
|
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 };
|
|
7108
6150
|
//# sourceMappingURL=schneideress-dashboardframework.js.map
|