@schneideress/dashboardframework 0.0.32 → 0.0.34
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 +1145 -62
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/gridster/index.js +1 -1
- package/esm2015/gridster/lib/gridster.component.js +1 -1
- package/esm2015/gridster/lib/gridster.interface.js +1 -1
- package/esm2015/gridster/lib/gridster.module.js +1 -1
- package/esm2015/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm2015/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.component.js +1 -1
- package/esm2015/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm2015/gridster/lib/gridsterPush.service.js +1 -1
- package/esm2015/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm2015/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm2015/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm2015/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm2015/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm2015/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm2015/lib/custom.notifier.options.js +1 -1
- package/esm2015/lib/ra-dashboard-area/ra.dashboard.area.js +17 -6
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +21 -6
- package/esm2015/lib/ra.base.dashboard.filter.js +1 -1
- package/esm2015/lib/ra.base.dashboard.template.js +1 -1
- package/esm2015/lib/ra.dashbard.event.bus.js +1 -1
- package/esm2015/lib/ra.dashboard.module.js +15 -4
- package/esm2015/lib/ra.dashboard.service.js +1 -1
- package/esm2015/lib/ra.event.enum.js +4 -2
- package/esm2015/lib/ra.gridster.config.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/schneideress-dashboardframework.js +1 -1
- package/esm5/gridster/index.js +1 -1
- package/esm5/gridster/lib/gridster.component.js +1 -1
- package/esm5/gridster/lib/gridster.interface.js +1 -1
- package/esm5/gridster/lib/gridster.module.js +1 -1
- package/esm5/gridster/lib/gridsterCompact.service.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.constant.js +1 -1
- package/esm5/gridster/lib/gridsterConfig.interface.js +1 -1
- package/esm5/gridster/lib/gridsterConfigS.interface.js +1 -1
- package/esm5/gridster/lib/gridsterDraggable.service.js +1 -1
- package/esm5/gridster/lib/gridsterEmptyCell.service.js +1 -1
- package/esm5/gridster/lib/gridsterItem.component.js +1 -1
- package/esm5/gridster/lib/gridsterItem.interface.js +1 -1
- package/esm5/gridster/lib/gridsterItemComponent.interface.js +1 -1
- package/esm5/gridster/lib/gridsterPreview.component.js +1 -1
- package/esm5/gridster/lib/gridsterPush.service.js +1 -1
- package/esm5/gridster/lib/gridsterPushResize.service.js +1 -1
- package/esm5/gridster/lib/gridsterRenderer.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizable.service.js +1 -1
- package/esm5/gridster/lib/gridsterResizeEventType.interface.js +1 -1
- package/esm5/gridster/lib/gridsterScroll.service.js +1 -1
- package/esm5/gridster/lib/gridsterSwap.service.js +1 -1
- package/esm5/gridster/lib/gridsterUtils.service.js +1 -1
- package/esm5/lib/custom.notifier.options.js +1 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +18 -6
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +24 -6
- package/esm5/lib/ra.base.dashboard.filter.js +1 -1
- package/esm5/lib/ra.base.dashboard.template.js +1 -1
- package/esm5/lib/ra.dashbard.event.bus.js +1 -1
- package/esm5/lib/ra.dashboard.module.js +15 -4
- package/esm5/lib/ra.dashboard.service.js +1 -1
- package/esm5/lib/ra.event.enum.js +4 -2
- package/esm5/lib/ra.gridster.config.js +1 -1
- package/esm5/public-api.js +1 -1
- package/esm5/schneideress-dashboardframework.js +1 -1
- package/fesm2015/schneideress-dashboardframework.js +988 -55
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +995 -58
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-widget-container/ra.widget.container.component.d.ts +4 -1
- package/lib/ra.event.enum.d.ts +3 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ess-util'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@schneideress/ess-base'), require('@angular/platform-browser'), require('@angular/common/http'), require('@angular/common')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ess-util', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@schneideress/ess-base', '@angular/platform-browser', '@angular/common/http', '@angular/common'], factory) :
|
|
4
|
-
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global['@schneideress/ess-util'], global.rxjs.operators, global['ngx-ui-loader'], global['angular-notifier'], global.essBase, global.ng.platformBrowser, global.ng.common.http, global.ng.common));
|
|
5
|
-
}(this, function (exports, core, rxjs, essUtil, operators, ngxUiLoader, angularNotifier, essBase, platformBrowser, http, common) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@schneideress/ess-util'), require('rxjs/operators'), require('ngx-ui-loader'), require('angular-notifier'), require('@schneideress/ess-base'), require('@angular/platform-browser'), require('@angular/common/http'), require('ngx-perfect-scrollbar'), require('@angular/common')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@schneideress/dashboardframework', ['exports', '@angular/core', 'rxjs', '@schneideress/ess-util', 'rxjs/operators', 'ngx-ui-loader', 'angular-notifier', '@schneideress/ess-base', '@angular/platform-browser', '@angular/common/http', 'ngx-perfect-scrollbar', '@angular/common'], factory) :
|
|
4
|
+
(global = global || self, factory((global.schneideress = global.schneideress || {}, global.schneideress.dashboardframework = {}), global.ng.core, global.rxjs, global['@schneideress/ess-util'], global.rxjs.operators, global['ngx-ui-loader'], global['angular-notifier'], global.essBase, global.ng.platformBrowser, global.ng.common.http, global.ngxPerfectScrollbar, global.ng.common));
|
|
5
|
+
}(this, function (exports, core, rxjs, essUtil, operators, ngxUiLoader, angularNotifier, essBase, platformBrowser, http, ngxPerfectScrollbar, common) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42,11 +42,168 @@
|
|
|
42
42
|
return t;
|
|
43
43
|
};
|
|
44
44
|
return __assign.apply(this, arguments);
|
|
45
|
-
};
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
function __rest(s, e) {
|
|
48
|
+
var t = {};
|
|
49
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
50
|
+
t[p] = s[p];
|
|
51
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
52
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
53
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
54
|
+
t[p[i]] = s[p[i]];
|
|
55
|
+
}
|
|
56
|
+
return t;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function __decorate(decorators, target, key, desc) {
|
|
60
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
61
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
62
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
63
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function __param(paramIndex, decorator) {
|
|
67
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function __metadata(metadataKey, metadataValue) {
|
|
71
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
|
75
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
76
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
77
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
78
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
79
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
function __generator(thisArg, body) {
|
|
84
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
85
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
86
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
87
|
+
function step(op) {
|
|
88
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
89
|
+
while (_) try {
|
|
90
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
91
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
92
|
+
switch (op[0]) {
|
|
93
|
+
case 0: case 1: t = op; break;
|
|
94
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
95
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
96
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
97
|
+
default:
|
|
98
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
99
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
100
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
101
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
102
|
+
if (t[2]) _.ops.pop();
|
|
103
|
+
_.trys.pop(); continue;
|
|
104
|
+
}
|
|
105
|
+
op = body.call(thisArg, _);
|
|
106
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
107
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
function __exportStar(m, exports) {
|
|
112
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function __values(o) {
|
|
116
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0;
|
|
117
|
+
if (m) return m.call(o);
|
|
118
|
+
return {
|
|
119
|
+
next: function () {
|
|
120
|
+
if (o && i >= o.length) o = void 0;
|
|
121
|
+
return { value: o && o[i++], done: !o };
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
function __read(o, n) {
|
|
127
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
128
|
+
if (!m) return o;
|
|
129
|
+
var i = m.call(o), r, ar = [], e;
|
|
130
|
+
try {
|
|
131
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
132
|
+
}
|
|
133
|
+
catch (error) { e = { error: error }; }
|
|
134
|
+
finally {
|
|
135
|
+
try {
|
|
136
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
137
|
+
}
|
|
138
|
+
finally { if (e) throw e.error; }
|
|
139
|
+
}
|
|
140
|
+
return ar;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
function __spread() {
|
|
144
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
145
|
+
ar = ar.concat(__read(arguments[i]));
|
|
146
|
+
return ar;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
function __spreadArrays() {
|
|
150
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
|
|
151
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
152
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
153
|
+
r[k] = a[j];
|
|
154
|
+
return r;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
function __await(v) {
|
|
158
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
162
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
163
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
164
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
165
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
166
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
167
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
168
|
+
function fulfill(value) { resume("next", value); }
|
|
169
|
+
function reject(value) { resume("throw", value); }
|
|
170
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
function __asyncDelegator(o) {
|
|
174
|
+
var i, p;
|
|
175
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
176
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
function __asyncValues(o) {
|
|
180
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
181
|
+
var m = o[Symbol.asyncIterator], i;
|
|
182
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
183
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
184
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
function __makeTemplateObject(cooked, raw) {
|
|
188
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
189
|
+
return cooked;
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
function __importStar(mod) {
|
|
193
|
+
if (mod && mod.__esModule) return mod;
|
|
194
|
+
var result = {};
|
|
195
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
196
|
+
result.default = mod;
|
|
197
|
+
return result;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
function __importDefault(mod) {
|
|
201
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
202
|
+
}
|
|
46
203
|
|
|
47
204
|
/**
|
|
48
205
|
* @fileoverview added by tsickle
|
|
49
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
206
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
50
207
|
*/
|
|
51
208
|
var RaDashboardService = /** @class */ (function (_super) {
|
|
52
209
|
__extends(RaDashboardService, _super);
|
|
@@ -250,11 +407,18 @@
|
|
|
250
407
|
]; };
|
|
251
408
|
/** @nocollapse */ RaDashboardService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RaDashboardService_Factory() { return new RaDashboardService(core.ɵɵinject(core.INJECTOR)); }, token: RaDashboardService, providedIn: "root" });
|
|
252
409
|
return RaDashboardService;
|
|
253
|
-
}(essUtil.BaseService));
|
|
410
|
+
}(essUtil.BaseService));
|
|
411
|
+
if (false) {
|
|
412
|
+
/**
|
|
413
|
+
* @type {?}
|
|
414
|
+
* @private
|
|
415
|
+
*/
|
|
416
|
+
RaDashboardService.prototype.loadedScripts;
|
|
417
|
+
}
|
|
254
418
|
|
|
255
419
|
/**
|
|
256
420
|
* @fileoverview added by tsickle
|
|
257
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
421
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
258
422
|
*/
|
|
259
423
|
var RADashboardEventBus = /** @class */ (function () {
|
|
260
424
|
function RADashboardEventBus() {
|
|
@@ -363,11 +527,18 @@
|
|
|
363
527
|
];
|
|
364
528
|
/** @nocollapse */ RADashboardEventBus.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function RADashboardEventBus_Factory() { return new RADashboardEventBus(); }, token: RADashboardEventBus, providedIn: "root" });
|
|
365
529
|
return RADashboardEventBus;
|
|
366
|
-
}());
|
|
530
|
+
}());
|
|
531
|
+
if (false) {
|
|
532
|
+
/**
|
|
533
|
+
* @type {?}
|
|
534
|
+
* @private
|
|
535
|
+
*/
|
|
536
|
+
RADashboardEventBus.prototype.eventQueue;
|
|
537
|
+
}
|
|
367
538
|
|
|
368
539
|
/**
|
|
369
540
|
* @fileoverview added by tsickle
|
|
370
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
541
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
371
542
|
*/
|
|
372
543
|
/** @enum {string} */
|
|
373
544
|
var RAEvent = {
|
|
@@ -403,6 +574,8 @@
|
|
|
403
574
|
widgetLibraryDoneClick: "widgetLibraryDoneClick",
|
|
404
575
|
/**refresh favorite icon after srtting and resetting favorites */
|
|
405
576
|
favoriteIconRefresh: "favoriteIconRefresh",
|
|
577
|
+
/**to refresh menu content */
|
|
578
|
+
QuickLinkRefresh: "QuickLinkRefresh",
|
|
406
579
|
};
|
|
407
580
|
/** @enum {string} */
|
|
408
581
|
var RAEventKey = {
|
|
@@ -412,7 +585,7 @@
|
|
|
412
585
|
|
|
413
586
|
/**
|
|
414
587
|
* @fileoverview added by tsickle
|
|
415
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
588
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
416
589
|
*/
|
|
417
590
|
/** @enum {string} */
|
|
418
591
|
var GridType = {
|
|
@@ -439,11 +612,196 @@
|
|
|
439
612
|
CompactRight: 'compactRight',
|
|
440
613
|
CompactUpAndRight: 'compactUp&Right',
|
|
441
614
|
CompactRightAndUp: 'compactRight&Up',
|
|
442
|
-
};
|
|
615
|
+
};
|
|
616
|
+
/**
|
|
617
|
+
* @record
|
|
618
|
+
*/
|
|
619
|
+
function GridsterConfig() { }
|
|
620
|
+
if (false) {
|
|
621
|
+
/** @type {?|undefined} */
|
|
622
|
+
GridsterConfig.prototype.gridType;
|
|
623
|
+
/** @type {?|undefined} */
|
|
624
|
+
GridsterConfig.prototype.fixedColWidth;
|
|
625
|
+
/** @type {?|undefined} */
|
|
626
|
+
GridsterConfig.prototype.fixedRowHeight;
|
|
627
|
+
/** @type {?|undefined} */
|
|
628
|
+
GridsterConfig.prototype.keepFixedHeightInMobile;
|
|
629
|
+
/** @type {?|undefined} */
|
|
630
|
+
GridsterConfig.prototype.keepFixedWidthInMobile;
|
|
631
|
+
/** @type {?|undefined} */
|
|
632
|
+
GridsterConfig.prototype.setGridSize;
|
|
633
|
+
/** @type {?|undefined} */
|
|
634
|
+
GridsterConfig.prototype.compactType;
|
|
635
|
+
/** @type {?|undefined} */
|
|
636
|
+
GridsterConfig.prototype.mobileBreakpoint;
|
|
637
|
+
/** @type {?|undefined} */
|
|
638
|
+
GridsterConfig.prototype.minCols;
|
|
639
|
+
/** @type {?|undefined} */
|
|
640
|
+
GridsterConfig.prototype.maxCols;
|
|
641
|
+
/** @type {?|undefined} */
|
|
642
|
+
GridsterConfig.prototype.minRows;
|
|
643
|
+
/** @type {?|undefined} */
|
|
644
|
+
GridsterConfig.prototype.maxRows;
|
|
645
|
+
/** @type {?|undefined} */
|
|
646
|
+
GridsterConfig.prototype.defaultItemCols;
|
|
647
|
+
/** @type {?|undefined} */
|
|
648
|
+
GridsterConfig.prototype.defaultItemRows;
|
|
649
|
+
/** @type {?|undefined} */
|
|
650
|
+
GridsterConfig.prototype.maxItemCols;
|
|
651
|
+
/** @type {?|undefined} */
|
|
652
|
+
GridsterConfig.prototype.maxItemRows;
|
|
653
|
+
/** @type {?|undefined} */
|
|
654
|
+
GridsterConfig.prototype.minItemCols;
|
|
655
|
+
/** @type {?|undefined} */
|
|
656
|
+
GridsterConfig.prototype.minItemRows;
|
|
657
|
+
/** @type {?|undefined} */
|
|
658
|
+
GridsterConfig.prototype.minItemArea;
|
|
659
|
+
/** @type {?|undefined} */
|
|
660
|
+
GridsterConfig.prototype.maxItemArea;
|
|
661
|
+
/** @type {?|undefined} */
|
|
662
|
+
GridsterConfig.prototype.margin;
|
|
663
|
+
/** @type {?|undefined} */
|
|
664
|
+
GridsterConfig.prototype.outerMargin;
|
|
665
|
+
/** @type {?|undefined} */
|
|
666
|
+
GridsterConfig.prototype.outerMarginTop;
|
|
667
|
+
/** @type {?|undefined} */
|
|
668
|
+
GridsterConfig.prototype.outerMarginRight;
|
|
669
|
+
/** @type {?|undefined} */
|
|
670
|
+
GridsterConfig.prototype.outerMarginBottom;
|
|
671
|
+
/** @type {?|undefined} */
|
|
672
|
+
GridsterConfig.prototype.outerMarginLeft;
|
|
673
|
+
/** @type {?|undefined} */
|
|
674
|
+
GridsterConfig.prototype.useTransformPositioning;
|
|
675
|
+
/** @type {?|undefined} */
|
|
676
|
+
GridsterConfig.prototype.scrollSensitivity;
|
|
677
|
+
/** @type {?|undefined} */
|
|
678
|
+
GridsterConfig.prototype.scrollSpeed;
|
|
679
|
+
/** @type {?|undefined} */
|
|
680
|
+
GridsterConfig.prototype.initCallback;
|
|
681
|
+
/** @type {?|undefined} */
|
|
682
|
+
GridsterConfig.prototype.destroyCallback;
|
|
683
|
+
/** @type {?|undefined} */
|
|
684
|
+
GridsterConfig.prototype.gridSizeChangedCallback;
|
|
685
|
+
/** @type {?|undefined} */
|
|
686
|
+
GridsterConfig.prototype.itemChangeCallback;
|
|
687
|
+
/** @type {?|undefined} */
|
|
688
|
+
GridsterConfig.prototype.itemResizeCallback;
|
|
689
|
+
/** @type {?|undefined} */
|
|
690
|
+
GridsterConfig.prototype.itemInitCallback;
|
|
691
|
+
/** @type {?|undefined} */
|
|
692
|
+
GridsterConfig.prototype.itemRemovedCallback;
|
|
693
|
+
/** @type {?|undefined} */
|
|
694
|
+
GridsterConfig.prototype.itemValidateCallback;
|
|
695
|
+
/** @type {?|undefined} */
|
|
696
|
+
GridsterConfig.prototype.draggable;
|
|
697
|
+
/** @type {?|undefined} */
|
|
698
|
+
GridsterConfig.prototype.resizable;
|
|
699
|
+
/** @type {?|undefined} */
|
|
700
|
+
GridsterConfig.prototype.swap;
|
|
701
|
+
/** @type {?|undefined} */
|
|
702
|
+
GridsterConfig.prototype.pushItems;
|
|
703
|
+
/** @type {?|undefined} */
|
|
704
|
+
GridsterConfig.prototype.disablePushOnDrag;
|
|
705
|
+
/** @type {?|undefined} */
|
|
706
|
+
GridsterConfig.prototype.disablePushOnResize;
|
|
707
|
+
/** @type {?|undefined} */
|
|
708
|
+
GridsterConfig.prototype.disableAutoPositionOnConflict;
|
|
709
|
+
/** @type {?|undefined} */
|
|
710
|
+
GridsterConfig.prototype.pushDirections;
|
|
711
|
+
/** @type {?|undefined} */
|
|
712
|
+
GridsterConfig.prototype.pushResizeItems;
|
|
713
|
+
/** @type {?|undefined} */
|
|
714
|
+
GridsterConfig.prototype.displayGrid;
|
|
715
|
+
/** @type {?|undefined} */
|
|
716
|
+
GridsterConfig.prototype.disableWindowResize;
|
|
717
|
+
/** @type {?|undefined} */
|
|
718
|
+
GridsterConfig.prototype.disableWarnings;
|
|
719
|
+
/** @type {?|undefined} */
|
|
720
|
+
GridsterConfig.prototype.scrollToNewItems;
|
|
721
|
+
/** @type {?|undefined} */
|
|
722
|
+
GridsterConfig.prototype.enableEmptyCellClick;
|
|
723
|
+
/** @type {?|undefined} */
|
|
724
|
+
GridsterConfig.prototype.enableEmptyCellContextMenu;
|
|
725
|
+
/** @type {?|undefined} */
|
|
726
|
+
GridsterConfig.prototype.enableEmptyCellDrop;
|
|
727
|
+
/** @type {?|undefined} */
|
|
728
|
+
GridsterConfig.prototype.enableEmptyCellDrag;
|
|
729
|
+
/** @type {?|undefined} */
|
|
730
|
+
GridsterConfig.prototype.emptyCellClickCallback;
|
|
731
|
+
/** @type {?|undefined} */
|
|
732
|
+
GridsterConfig.prototype.emptyCellContextMenuCallback;
|
|
733
|
+
/** @type {?|undefined} */
|
|
734
|
+
GridsterConfig.prototype.emptyCellDropCallback;
|
|
735
|
+
/** @type {?|undefined} */
|
|
736
|
+
GridsterConfig.prototype.emptyCellDragCallback;
|
|
737
|
+
/** @type {?|undefined} */
|
|
738
|
+
GridsterConfig.prototype.emptyCellDragMaxCols;
|
|
739
|
+
/** @type {?|undefined} */
|
|
740
|
+
GridsterConfig.prototype.emptyCellDragMaxRows;
|
|
741
|
+
/** @type {?|undefined} */
|
|
742
|
+
GridsterConfig.prototype.ignoreMarginInRow;
|
|
743
|
+
/** @type {?|undefined} */
|
|
744
|
+
GridsterConfig.prototype.autoResizeonDrag;
|
|
745
|
+
/** @type {?|undefined} */
|
|
746
|
+
GridsterConfig.prototype.api;
|
|
747
|
+
/* Skipping unhandled member: [propName: string]: any;*/
|
|
748
|
+
}
|
|
749
|
+
/**
|
|
750
|
+
* @record
|
|
751
|
+
*/
|
|
752
|
+
function DragBase() { }
|
|
753
|
+
if (false) {
|
|
754
|
+
/** @type {?|undefined} */
|
|
755
|
+
DragBase.prototype.enabled;
|
|
756
|
+
/** @type {?|undefined} */
|
|
757
|
+
DragBase.prototype.stop;
|
|
758
|
+
/** @type {?|undefined} */
|
|
759
|
+
DragBase.prototype.start;
|
|
760
|
+
/** @type {?|undefined} */
|
|
761
|
+
DragBase.prototype.delayStart;
|
|
762
|
+
}
|
|
763
|
+
/**
|
|
764
|
+
* @record
|
|
765
|
+
*/
|
|
766
|
+
function Draggable() { }
|
|
767
|
+
if (false) {
|
|
768
|
+
/** @type {?|undefined} */
|
|
769
|
+
Draggable.prototype.ignoreContentClass;
|
|
770
|
+
/** @type {?|undefined} */
|
|
771
|
+
Draggable.prototype.ignoreContent;
|
|
772
|
+
/** @type {?|undefined} */
|
|
773
|
+
Draggable.prototype.dragHandleClass;
|
|
774
|
+
/** @type {?|undefined} */
|
|
775
|
+
Draggable.prototype.dropOverItems;
|
|
776
|
+
/** @type {?|undefined} */
|
|
777
|
+
Draggable.prototype.dropOverItemsCallback;
|
|
778
|
+
}
|
|
779
|
+
/**
|
|
780
|
+
* @record
|
|
781
|
+
*/
|
|
782
|
+
function Resizable() { }
|
|
783
|
+
if (false) {
|
|
784
|
+
/** @type {?|undefined} */
|
|
785
|
+
Resizable.prototype.handles;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* @record
|
|
789
|
+
*/
|
|
790
|
+
function PushDirections() { }
|
|
791
|
+
if (false) {
|
|
792
|
+
/** @type {?} */
|
|
793
|
+
PushDirections.prototype.north;
|
|
794
|
+
/** @type {?} */
|
|
795
|
+
PushDirections.prototype.east;
|
|
796
|
+
/** @type {?} */
|
|
797
|
+
PushDirections.prototype.south;
|
|
798
|
+
/** @type {?} */
|
|
799
|
+
PushDirections.prototype.west;
|
|
800
|
+
}
|
|
443
801
|
|
|
444
802
|
/**
|
|
445
803
|
* @fileoverview added by tsickle
|
|
446
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
804
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
447
805
|
*/
|
|
448
806
|
/** @type {?} */
|
|
449
807
|
var GridsterConfigDefaultSettings = {
|
|
@@ -505,7 +863,7 @@
|
|
|
505
863
|
|
|
506
864
|
/**
|
|
507
865
|
* @fileoverview added by tsickle
|
|
508
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
866
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
509
867
|
*/
|
|
510
868
|
var RADashboardArea = /** @class */ (function () {
|
|
511
869
|
function RADashboardArea(dashboardService, ngZone, ngxService, translateService, notifier) {
|
|
@@ -754,10 +1112,17 @@
|
|
|
754
1112
|
* @return {?}
|
|
755
1113
|
*/
|
|
756
1114
|
function () {
|
|
1115
|
+
var _this = this;
|
|
757
1116
|
/** @type {?} */
|
|
758
1117
|
var areaScrollHeight = 0;
|
|
759
1118
|
/** @type {?} */
|
|
760
1119
|
var areaHeight = 0;
|
|
1120
|
+
/** @type {?} */
|
|
1121
|
+
var curRowHeight = 0;
|
|
1122
|
+
if (this.options.api) {
|
|
1123
|
+
curRowHeight = this.options.api.getCurrentRowHeight();
|
|
1124
|
+
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
|
|
1125
|
+
}
|
|
761
1126
|
this.widgetList.forEach((/**
|
|
762
1127
|
* @param {?} t
|
|
763
1128
|
* @return {?}
|
|
@@ -768,10 +1133,14 @@
|
|
|
768
1133
|
if (currentHeight > areaScrollHeight) {
|
|
769
1134
|
areaScrollHeight = currentHeight;
|
|
770
1135
|
}
|
|
1136
|
+
if (curRowHeight == 0 || curRowHeight == 2) {
|
|
1137
|
+
if (_this.widgetList && _this.widgetList.length > 0)
|
|
1138
|
+
t.widgetInfo.rowHeight = _this.widgetList[0].curRowHeight;
|
|
1139
|
+
}
|
|
1140
|
+
else {
|
|
1141
|
+
t.widgetInfo.rowHeight = curRowHeight;
|
|
1142
|
+
}
|
|
771
1143
|
}));
|
|
772
|
-
if (this.options.api) {
|
|
773
|
-
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
|
|
774
|
-
}
|
|
775
1144
|
if (areaHeight < 600) {
|
|
776
1145
|
areaHeight = 600;
|
|
777
1146
|
}
|
|
@@ -934,6 +1303,7 @@
|
|
|
934
1303
|
widget.width = widgetItem.cols;
|
|
935
1304
|
widget.position_x = widgetItem.x;
|
|
936
1305
|
widget.position_y = widgetItem.y;
|
|
1306
|
+
widget.rowHeight = widgetItem.curRowHeight;
|
|
937
1307
|
return widget;
|
|
938
1308
|
};
|
|
939
1309
|
/**
|
|
@@ -960,7 +1330,7 @@
|
|
|
960
1330
|
RADashboardArea.decorators = [
|
|
961
1331
|
{ type: core.Component, args: [{
|
|
962
1332
|
selector: 'ra-dashboard-area',
|
|
963
|
-
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-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",
|
|
1333
|
+
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",
|
|
964
1334
|
styles: ["gridster{width:inherit;resize:height;display:flex}gridster-item{background:#fff!important}.dvheader{width:100%;height:35px;background:#000;color:#fff;padding:7px 3px 5px 6px;text-transform:uppercase}"]
|
|
965
1335
|
}] }
|
|
966
1336
|
];
|
|
@@ -982,11 +1352,83 @@
|
|
|
982
1352
|
appConfig: [{ type: core.Input, args: ['app-config',] }]
|
|
983
1353
|
};
|
|
984
1354
|
return RADashboardArea;
|
|
985
|
-
}());
|
|
1355
|
+
}());
|
|
1356
|
+
if (false) {
|
|
1357
|
+
/** @type {?} */
|
|
1358
|
+
RADashboardArea.prototype.widgetList;
|
|
1359
|
+
/** @type {?} */
|
|
1360
|
+
RADashboardArea.prototype.options;
|
|
1361
|
+
/** @type {?} */
|
|
1362
|
+
RADashboardArea.prototype.gridheight;
|
|
1363
|
+
/**
|
|
1364
|
+
* @type {?}
|
|
1365
|
+
* @private
|
|
1366
|
+
*/
|
|
1367
|
+
RADashboardArea.prototype.conifgAddClick;
|
|
1368
|
+
/**
|
|
1369
|
+
* @type {?}
|
|
1370
|
+
* @private
|
|
1371
|
+
*/
|
|
1372
|
+
RADashboardArea.prototype.widgetDeleteEvent;
|
|
1373
|
+
/**
|
|
1374
|
+
* @type {?}
|
|
1375
|
+
* @private
|
|
1376
|
+
*/
|
|
1377
|
+
RADashboardArea.prototype.widgetAddEvent;
|
|
1378
|
+
/**
|
|
1379
|
+
* @type {?}
|
|
1380
|
+
* @private
|
|
1381
|
+
*/
|
|
1382
|
+
RADashboardArea.prototype.widgetLibraryDoneClick;
|
|
1383
|
+
/**
|
|
1384
|
+
* @type {?}
|
|
1385
|
+
* @private
|
|
1386
|
+
*/
|
|
1387
|
+
RADashboardArea.prototype.isWidgetLoaded;
|
|
1388
|
+
/** @type {?} */
|
|
1389
|
+
RADashboardArea.prototype.userDashboardId;
|
|
1390
|
+
/** @type {?} */
|
|
1391
|
+
RADashboardArea.prototype.areaKey;
|
|
1392
|
+
/** @type {?} */
|
|
1393
|
+
RADashboardArea.prototype.globalFilter;
|
|
1394
|
+
/** @type {?} */
|
|
1395
|
+
RADashboardArea.prototype.raDashboardEventBus;
|
|
1396
|
+
/** @type {?} */
|
|
1397
|
+
RADashboardArea.prototype.widgetHeight;
|
|
1398
|
+
/** @type {?} */
|
|
1399
|
+
RADashboardArea.prototype.widgetWidth;
|
|
1400
|
+
/** @type {?} */
|
|
1401
|
+
RADashboardArea.prototype.appConfig;
|
|
1402
|
+
/**
|
|
1403
|
+
* @type {?}
|
|
1404
|
+
* @private
|
|
1405
|
+
*/
|
|
1406
|
+
RADashboardArea.prototype.dashboardService;
|
|
1407
|
+
/**
|
|
1408
|
+
* @type {?}
|
|
1409
|
+
* @private
|
|
1410
|
+
*/
|
|
1411
|
+
RADashboardArea.prototype.ngZone;
|
|
1412
|
+
/**
|
|
1413
|
+
* @type {?}
|
|
1414
|
+
* @private
|
|
1415
|
+
*/
|
|
1416
|
+
RADashboardArea.prototype.ngxService;
|
|
1417
|
+
/**
|
|
1418
|
+
* @type {?}
|
|
1419
|
+
* @private
|
|
1420
|
+
*/
|
|
1421
|
+
RADashboardArea.prototype.translateService;
|
|
1422
|
+
/**
|
|
1423
|
+
* @type {?}
|
|
1424
|
+
* @private
|
|
1425
|
+
*/
|
|
1426
|
+
RADashboardArea.prototype.notifier;
|
|
1427
|
+
}
|
|
986
1428
|
|
|
987
1429
|
/**
|
|
988
1430
|
* @fileoverview added by tsickle
|
|
989
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1431
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
990
1432
|
*/
|
|
991
1433
|
var RAWidgetContainer = /** @class */ (function () {
|
|
992
1434
|
function RAWidgetContainer(dashboardService, ngxService, translateService, ngZone, notifier) {
|
|
@@ -1026,11 +1468,14 @@
|
|
|
1026
1468
|
if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
|
|
1027
1469
|
this.refreshWidget(this.data.widgetInfo);
|
|
1028
1470
|
}
|
|
1029
|
-
if (changes.
|
|
1471
|
+
if (changes.width && changes.width.currentValue != changes.width.previousValue) {
|
|
1030
1472
|
this.data.widgetInfo.isDimensionUpdate = true;
|
|
1031
1473
|
this.refreshWidget(this.data.widgetInfo);
|
|
1032
1474
|
this.data.widgetInfo.isDimensionUpdate = false;
|
|
1033
1475
|
}
|
|
1476
|
+
if (changes.height && changes.height.currentValue != changes.height.previousValue) {
|
|
1477
|
+
this.setWidgetheight();
|
|
1478
|
+
}
|
|
1034
1479
|
};
|
|
1035
1480
|
/**
|
|
1036
1481
|
* @return {?}
|
|
@@ -1136,6 +1581,15 @@
|
|
|
1136
1581
|
this.refreshWidget(this.data.widgetInfo);
|
|
1137
1582
|
// this.updateWidget(widgetInfo);
|
|
1138
1583
|
};
|
|
1584
|
+
/**
|
|
1585
|
+
* @return {?}
|
|
1586
|
+
*/
|
|
1587
|
+
RAWidgetContainer.prototype.setWidgetheight = /**
|
|
1588
|
+
* @return {?}
|
|
1589
|
+
*/
|
|
1590
|
+
function () {
|
|
1591
|
+
this.widgetHeight = this.data.widgetInfo.height * this.data.widgetInfo.rowHeight + 2;
|
|
1592
|
+
};
|
|
1139
1593
|
/** To load external custom element to the widget container*/
|
|
1140
1594
|
/**
|
|
1141
1595
|
* To load external custom element to the widget container
|
|
@@ -1174,6 +1628,7 @@
|
|
|
1174
1628
|
}));
|
|
1175
1629
|
_this.ctlWidget.nativeElement.appendChild(_this.widgetElement);
|
|
1176
1630
|
}));
|
|
1631
|
+
this.setWidgetheight();
|
|
1177
1632
|
};
|
|
1178
1633
|
/** To refresh widget on input config changes */
|
|
1179
1634
|
/**
|
|
@@ -1203,7 +1658,7 @@
|
|
|
1203
1658
|
RAWidgetContainer.decorators = [
|
|
1204
1659
|
{ type: core.Component, args: [{
|
|
1205
1660
|
selector: 'ra-widget-container',
|
|
1206
|
-
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\">\r\n
|
|
1661
|
+
template: "<div class=\"wc-wrapper\">\r\n <div class=\"wcheader\">\r\n <div class=\"col-md-12 wc-mover\">\r\n <div class=\"row\">\r\n <div class=\"col-md-11 float-left\" style=\"width:96%;\">{{data.widgetInfo.widgetTitle}}\r\n </div>\r\n <div class=\"col-md-1\">\r\n <div class=\"float-right\">\r\n <div class=\"dropdown\">\r\n <div class=\"dropbtn gearIcon\"> <i class=\"fal fa-cog\"></i></div>\r\n <div class=\"dropdown-content widget-config-item\">\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 </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wcBody\" [style.height.px]=\"widgetHeight\">\r\n <perfect-scrollbar>\r\n <div class=\"wcBodyBorder\" #ctlWidget></div>\r\n </perfect-scrollbar>\r\n </div>\r\n</div>\r\n",
|
|
1207
1662
|
styles: [".wcheader{width:100%;height:26px;background:#fff;color:#3dcd58;padding:7px 7px 0 6px;font-family:\"Arial Rounded MT\";border-bottom:1px solid;border-color:#fff;font-size:16px}.wc-mover{cursor:all-scroll}.wcBody{padding:8px}.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:1;font-size:12px;font-family:\"Arial Rounded MT\"}.dropdown-content a{color:#000;padding:5px 16px;text-decoration:none;display:block;cursor:pointer}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block;-webkit-animation:.3s ease-out slide-down;animation:.3s ease-out slide-down}.wc-wrapper:hover .dropdown{visibility:visible;opacity:1}.dropdown:hover .dropbtn{color:#2b7797}.gearIcon{color:#42b4e6}.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}"]
|
|
1208
1663
|
}] }
|
|
1209
1664
|
];
|
|
@@ -1222,15 +1677,83 @@
|
|
|
1222
1677
|
data: [{ type: core.Input, args: ['data',] }],
|
|
1223
1678
|
raDashboardEventBus: [{ type: core.Input, args: ['event-bus',] }],
|
|
1224
1679
|
appConfig: [{ type: core.Input, args: ['app-config',] }],
|
|
1225
|
-
|
|
1680
|
+
width: [{ type: core.Input, args: ['widget-width',] }],
|
|
1681
|
+
height: [{ type: core.Input, args: ['widget-height',] }],
|
|
1226
1682
|
widgetDeleted: [{ type: core.Output }]
|
|
1227
1683
|
};
|
|
1228
1684
|
return RAWidgetContainer;
|
|
1229
|
-
}());
|
|
1685
|
+
}());
|
|
1686
|
+
if (false) {
|
|
1687
|
+
/**
|
|
1688
|
+
* @type {?}
|
|
1689
|
+
* @private
|
|
1690
|
+
*/
|
|
1691
|
+
RAWidgetContainer.prototype.isWidgetLoaded;
|
|
1692
|
+
/**
|
|
1693
|
+
* @type {?}
|
|
1694
|
+
* @private
|
|
1695
|
+
*/
|
|
1696
|
+
RAWidgetContainer.prototype.widgetElement;
|
|
1697
|
+
/**
|
|
1698
|
+
* @type {?}
|
|
1699
|
+
* @private
|
|
1700
|
+
*/
|
|
1701
|
+
RAWidgetContainer.prototype.configChanged;
|
|
1702
|
+
/**
|
|
1703
|
+
* @type {?}
|
|
1704
|
+
* @private
|
|
1705
|
+
*/
|
|
1706
|
+
RAWidgetContainer.prototype.isIEOrEdge;
|
|
1707
|
+
/** @type {?} */
|
|
1708
|
+
RAWidgetContainer.prototype.widgetHeight;
|
|
1709
|
+
/** @type {?} */
|
|
1710
|
+
RAWidgetContainer.prototype.ctlWidget;
|
|
1711
|
+
/** @type {?} */
|
|
1712
|
+
RAWidgetContainer.prototype.widgetInstanceId;
|
|
1713
|
+
/** @type {?} */
|
|
1714
|
+
RAWidgetContainer.prototype.globalFilter;
|
|
1715
|
+
/** @type {?} */
|
|
1716
|
+
RAWidgetContainer.prototype.data;
|
|
1717
|
+
/** @type {?} */
|
|
1718
|
+
RAWidgetContainer.prototype.raDashboardEventBus;
|
|
1719
|
+
/** @type {?} */
|
|
1720
|
+
RAWidgetContainer.prototype.appConfig;
|
|
1721
|
+
/** @type {?} */
|
|
1722
|
+
RAWidgetContainer.prototype.width;
|
|
1723
|
+
/** @type {?} */
|
|
1724
|
+
RAWidgetContainer.prototype.height;
|
|
1725
|
+
/** @type {?} */
|
|
1726
|
+
RAWidgetContainer.prototype.widgetDeleted;
|
|
1727
|
+
/**
|
|
1728
|
+
* @type {?}
|
|
1729
|
+
* @private
|
|
1730
|
+
*/
|
|
1731
|
+
RAWidgetContainer.prototype.dashboardService;
|
|
1732
|
+
/**
|
|
1733
|
+
* @type {?}
|
|
1734
|
+
* @private
|
|
1735
|
+
*/
|
|
1736
|
+
RAWidgetContainer.prototype.ngxService;
|
|
1737
|
+
/**
|
|
1738
|
+
* @type {?}
|
|
1739
|
+
* @private
|
|
1740
|
+
*/
|
|
1741
|
+
RAWidgetContainer.prototype.translateService;
|
|
1742
|
+
/**
|
|
1743
|
+
* @type {?}
|
|
1744
|
+
* @private
|
|
1745
|
+
*/
|
|
1746
|
+
RAWidgetContainer.prototype.ngZone;
|
|
1747
|
+
/**
|
|
1748
|
+
* @type {?}
|
|
1749
|
+
* @private
|
|
1750
|
+
*/
|
|
1751
|
+
RAWidgetContainer.prototype.notifier;
|
|
1752
|
+
}
|
|
1230
1753
|
|
|
1231
1754
|
/**
|
|
1232
1755
|
* @fileoverview added by tsickle
|
|
1233
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1756
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1234
1757
|
*/
|
|
1235
1758
|
/** @type {?} */
|
|
1236
1759
|
var customNotifierOptions = {
|
|
@@ -1276,7 +1799,7 @@
|
|
|
1276
1799
|
|
|
1277
1800
|
/**
|
|
1278
1801
|
* @fileoverview added by tsickle
|
|
1279
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1802
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1280
1803
|
*/
|
|
1281
1804
|
/** @type {?} */
|
|
1282
1805
|
var GridsterConfigService = {
|
|
@@ -1454,7 +1977,7 @@
|
|
|
1454
1977
|
|
|
1455
1978
|
/**
|
|
1456
1979
|
* @fileoverview added by tsickle
|
|
1457
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1980
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1458
1981
|
*/
|
|
1459
1982
|
var GridsterUtils = /** @class */ (function () {
|
|
1460
1983
|
function GridsterUtils() {
|
|
@@ -1629,7 +2152,7 @@
|
|
|
1629
2152
|
|
|
1630
2153
|
/**
|
|
1631
2154
|
* @fileoverview added by tsickle
|
|
1632
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2155
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1633
2156
|
*/
|
|
1634
2157
|
/**
|
|
1635
2158
|
* @abstract
|
|
@@ -1641,11 +2164,85 @@
|
|
|
1641
2164
|
function GridsterComponentInterface() {
|
|
1642
2165
|
}
|
|
1643
2166
|
return GridsterComponentInterface;
|
|
1644
|
-
}());
|
|
2167
|
+
}());
|
|
2168
|
+
if (false) {
|
|
2169
|
+
/** @type {?} */
|
|
2170
|
+
GridsterComponentInterface.prototype.$options;
|
|
2171
|
+
/** @type {?} */
|
|
2172
|
+
GridsterComponentInterface.prototype.grid;
|
|
2173
|
+
/** @type {?} */
|
|
2174
|
+
GridsterComponentInterface.prototype.checkCollision;
|
|
2175
|
+
/** @type {?} */
|
|
2176
|
+
GridsterComponentInterface.prototype.positionXToPixels;
|
|
2177
|
+
/** @type {?} */
|
|
2178
|
+
GridsterComponentInterface.prototype.pixelsToPositionX;
|
|
2179
|
+
/** @type {?} */
|
|
2180
|
+
GridsterComponentInterface.prototype.positionYToPixels;
|
|
2181
|
+
/** @type {?} */
|
|
2182
|
+
GridsterComponentInterface.prototype.pixelsToPositionY;
|
|
2183
|
+
/** @type {?} */
|
|
2184
|
+
GridsterComponentInterface.prototype.findItemWithItem;
|
|
2185
|
+
/** @type {?} */
|
|
2186
|
+
GridsterComponentInterface.prototype.findItemsWithItem;
|
|
2187
|
+
/** @type {?} */
|
|
2188
|
+
GridsterComponentInterface.prototype.checkGridCollision;
|
|
2189
|
+
/** @type {?} */
|
|
2190
|
+
GridsterComponentInterface.prototype.el;
|
|
2191
|
+
/** @type {?} */
|
|
2192
|
+
GridsterComponentInterface.prototype.renderer;
|
|
2193
|
+
/** @type {?} */
|
|
2194
|
+
GridsterComponentInterface.prototype.gridRenderer;
|
|
2195
|
+
/** @type {?} */
|
|
2196
|
+
GridsterComponentInterface.prototype.cdRef;
|
|
2197
|
+
/** @type {?} */
|
|
2198
|
+
GridsterComponentInterface.prototype.options;
|
|
2199
|
+
/** @type {?} */
|
|
2200
|
+
GridsterComponentInterface.prototype.calculateLayoutDebounce;
|
|
2201
|
+
/** @type {?} */
|
|
2202
|
+
GridsterComponentInterface.prototype.updateGrid;
|
|
2203
|
+
/** @type {?} */
|
|
2204
|
+
GridsterComponentInterface.prototype.movingItem;
|
|
2205
|
+
/** @type {?} */
|
|
2206
|
+
GridsterComponentInterface.prototype.addItem;
|
|
2207
|
+
/** @type {?} */
|
|
2208
|
+
GridsterComponentInterface.prototype.removeItem;
|
|
2209
|
+
/** @type {?} */
|
|
2210
|
+
GridsterComponentInterface.prototype.previewStyle;
|
|
2211
|
+
/** @type {?} */
|
|
2212
|
+
GridsterComponentInterface.prototype.mobile;
|
|
2213
|
+
/** @type {?} */
|
|
2214
|
+
GridsterComponentInterface.prototype.curWidth;
|
|
2215
|
+
/** @type {?} */
|
|
2216
|
+
GridsterComponentInterface.prototype.curHeight;
|
|
2217
|
+
/** @type {?} */
|
|
2218
|
+
GridsterComponentInterface.prototype.columns;
|
|
2219
|
+
/** @type {?} */
|
|
2220
|
+
GridsterComponentInterface.prototype.rows;
|
|
2221
|
+
/** @type {?} */
|
|
2222
|
+
GridsterComponentInterface.prototype.curColWidth;
|
|
2223
|
+
/** @type {?} */
|
|
2224
|
+
GridsterComponentInterface.prototype.curRowHeight;
|
|
2225
|
+
/** @type {?} */
|
|
2226
|
+
GridsterComponentInterface.prototype.windowResize;
|
|
2227
|
+
/** @type {?} */
|
|
2228
|
+
GridsterComponentInterface.prototype.setGridDimensions;
|
|
2229
|
+
/** @type {?} */
|
|
2230
|
+
GridsterComponentInterface.prototype.dragInProgress;
|
|
2231
|
+
/** @type {?} */
|
|
2232
|
+
GridsterComponentInterface.prototype.emptyCell;
|
|
2233
|
+
/** @type {?} */
|
|
2234
|
+
GridsterComponentInterface.prototype.compact;
|
|
2235
|
+
/** @type {?} */
|
|
2236
|
+
GridsterComponentInterface.prototype.zone;
|
|
2237
|
+
/** @type {?} */
|
|
2238
|
+
GridsterComponentInterface.prototype.gridRows;
|
|
2239
|
+
/** @type {?} */
|
|
2240
|
+
GridsterComponentInterface.prototype.gridColumns;
|
|
2241
|
+
}
|
|
1645
2242
|
|
|
1646
2243
|
/**
|
|
1647
2244
|
* @fileoverview added by tsickle
|
|
1648
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2245
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1649
2246
|
*/
|
|
1650
2247
|
var GridsterEmptyCell = /** @class */ (function () {
|
|
1651
2248
|
function GridsterEmptyCell(gridster) {
|
|
@@ -1962,11 +2559,44 @@
|
|
|
1962
2559
|
{ type: GridsterComponentInterface }
|
|
1963
2560
|
]; };
|
|
1964
2561
|
return GridsterEmptyCell;
|
|
1965
|
-
}());
|
|
2562
|
+
}());
|
|
2563
|
+
if (false) {
|
|
2564
|
+
/** @type {?} */
|
|
2565
|
+
GridsterEmptyCell.prototype.initialItem;
|
|
2566
|
+
/** @type {?} */
|
|
2567
|
+
GridsterEmptyCell.prototype.emptyCellClick;
|
|
2568
|
+
/** @type {?} */
|
|
2569
|
+
GridsterEmptyCell.prototype.emptyCellClickTouch;
|
|
2570
|
+
/** @type {?} */
|
|
2571
|
+
GridsterEmptyCell.prototype.emptyCellContextMenu;
|
|
2572
|
+
/** @type {?} */
|
|
2573
|
+
GridsterEmptyCell.prototype.emptyCellDrop;
|
|
2574
|
+
/** @type {?} */
|
|
2575
|
+
GridsterEmptyCell.prototype.emptyCellDrag;
|
|
2576
|
+
/** @type {?} */
|
|
2577
|
+
GridsterEmptyCell.prototype.emptyCellDragTouch;
|
|
2578
|
+
/** @type {?} */
|
|
2579
|
+
GridsterEmptyCell.prototype.emptyCellMMove;
|
|
2580
|
+
/** @type {?} */
|
|
2581
|
+
GridsterEmptyCell.prototype.emptyCellMMoveTouch;
|
|
2582
|
+
/** @type {?} */
|
|
2583
|
+
GridsterEmptyCell.prototype.emptyCellUp;
|
|
2584
|
+
/** @type {?} */
|
|
2585
|
+
GridsterEmptyCell.prototype.emptyCellUpTouch;
|
|
2586
|
+
/** @type {?} */
|
|
2587
|
+
GridsterEmptyCell.prototype.emptyCellMove;
|
|
2588
|
+
/** @type {?} */
|
|
2589
|
+
GridsterEmptyCell.prototype.emptyCellExit;
|
|
2590
|
+
/**
|
|
2591
|
+
* @type {?}
|
|
2592
|
+
* @private
|
|
2593
|
+
*/
|
|
2594
|
+
GridsterEmptyCell.prototype.gridster;
|
|
2595
|
+
}
|
|
1966
2596
|
|
|
1967
2597
|
/**
|
|
1968
2598
|
* @fileoverview added by tsickle
|
|
1969
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2599
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1970
2600
|
*/
|
|
1971
2601
|
var GridsterCompact = /** @class */ (function () {
|
|
1972
2602
|
function GridsterCompact(gridster) {
|
|
@@ -2204,11 +2834,18 @@
|
|
|
2204
2834
|
{ type: GridsterComponentInterface }
|
|
2205
2835
|
]; };
|
|
2206
2836
|
return GridsterCompact;
|
|
2207
|
-
}());
|
|
2837
|
+
}());
|
|
2838
|
+
if (false) {
|
|
2839
|
+
/**
|
|
2840
|
+
* @type {?}
|
|
2841
|
+
* @private
|
|
2842
|
+
*/
|
|
2843
|
+
GridsterCompact.prototype.gridster;
|
|
2844
|
+
}
|
|
2208
2845
|
|
|
2209
2846
|
/**
|
|
2210
2847
|
* @fileoverview added by tsickle
|
|
2211
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2848
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2212
2849
|
*/
|
|
2213
2850
|
var GridsterRenderer = /** @class */ (function () {
|
|
2214
2851
|
function GridsterRenderer(gridster) {
|
|
@@ -2515,11 +3152,18 @@
|
|
|
2515
3152
|
{ type: GridsterComponentInterface }
|
|
2516
3153
|
]; };
|
|
2517
3154
|
return GridsterRenderer;
|
|
2518
|
-
}());
|
|
3155
|
+
}());
|
|
3156
|
+
if (false) {
|
|
3157
|
+
/**
|
|
3158
|
+
* @type {?}
|
|
3159
|
+
* @private
|
|
3160
|
+
*/
|
|
3161
|
+
GridsterRenderer.prototype.gridster;
|
|
3162
|
+
}
|
|
2519
3163
|
|
|
2520
3164
|
/**
|
|
2521
3165
|
* @fileoverview added by tsickle
|
|
2522
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3166
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2523
3167
|
*/
|
|
2524
3168
|
var GridsterComponent = /** @class */ (function () {
|
|
2525
3169
|
function GridsterComponent(el, renderer, cdRef, zone) {
|
|
@@ -2674,6 +3318,17 @@
|
|
|
2674
3318
|
if (this.options.destroyCallback) {
|
|
2675
3319
|
this.options.destroyCallback(this);
|
|
2676
3320
|
}
|
|
3321
|
+
//if (this.options.api) {
|
|
3322
|
+
/* this.options.api getting undefined for new dashboard load- temp fix
|
|
3323
|
+
* on new dashboard area load, old dashboard area gets destroyed, but that leads to
|
|
3324
|
+
* ondestroy of current this.options.api instance - needs to investigate further
|
|
3325
|
+
*/
|
|
3326
|
+
if (false) {
|
|
3327
|
+
this.options.api.resize = undefined;
|
|
3328
|
+
this.options.api.optionsChanged = undefined;
|
|
3329
|
+
this.options.api.getNextPossiblePosition = undefined;
|
|
3330
|
+
this.options.api = undefined;
|
|
3331
|
+
}
|
|
2677
3332
|
this.emptyCell.destroy();
|
|
2678
3333
|
delete this.emptyCell;
|
|
2679
3334
|
this.compact.destroy();
|
|
@@ -3250,11 +3905,61 @@
|
|
|
3250
3905
|
options: [{ type: core.Input }]
|
|
3251
3906
|
};
|
|
3252
3907
|
return GridsterComponent;
|
|
3253
|
-
}());
|
|
3908
|
+
}());
|
|
3909
|
+
if (false) {
|
|
3910
|
+
/** @type {?} */
|
|
3911
|
+
GridsterComponent.prototype.options;
|
|
3912
|
+
/** @type {?} */
|
|
3913
|
+
GridsterComponent.prototype.calculateLayoutDebounce;
|
|
3914
|
+
/** @type {?} */
|
|
3915
|
+
GridsterComponent.prototype.movingItem;
|
|
3916
|
+
/** @type {?} */
|
|
3917
|
+
GridsterComponent.prototype.previewStyle;
|
|
3918
|
+
/** @type {?} */
|
|
3919
|
+
GridsterComponent.prototype.el;
|
|
3920
|
+
/** @type {?} */
|
|
3921
|
+
GridsterComponent.prototype.$options;
|
|
3922
|
+
/** @type {?} */
|
|
3923
|
+
GridsterComponent.prototype.mobile;
|
|
3924
|
+
/** @type {?} */
|
|
3925
|
+
GridsterComponent.prototype.curWidth;
|
|
3926
|
+
/** @type {?} */
|
|
3927
|
+
GridsterComponent.prototype.curHeight;
|
|
3928
|
+
/** @type {?} */
|
|
3929
|
+
GridsterComponent.prototype.grid;
|
|
3930
|
+
/** @type {?} */
|
|
3931
|
+
GridsterComponent.prototype.columns;
|
|
3932
|
+
/** @type {?} */
|
|
3933
|
+
GridsterComponent.prototype.rows;
|
|
3934
|
+
/** @type {?} */
|
|
3935
|
+
GridsterComponent.prototype.curColWidth;
|
|
3936
|
+
/** @type {?} */
|
|
3937
|
+
GridsterComponent.prototype.curRowHeight;
|
|
3938
|
+
/** @type {?} */
|
|
3939
|
+
GridsterComponent.prototype.gridColumns;
|
|
3940
|
+
/** @type {?} */
|
|
3941
|
+
GridsterComponent.prototype.gridRows;
|
|
3942
|
+
/** @type {?} */
|
|
3943
|
+
GridsterComponent.prototype.windowResize;
|
|
3944
|
+
/** @type {?} */
|
|
3945
|
+
GridsterComponent.prototype.dragInProgress;
|
|
3946
|
+
/** @type {?} */
|
|
3947
|
+
GridsterComponent.prototype.emptyCell;
|
|
3948
|
+
/** @type {?} */
|
|
3949
|
+
GridsterComponent.prototype.compact;
|
|
3950
|
+
/** @type {?} */
|
|
3951
|
+
GridsterComponent.prototype.gridRenderer;
|
|
3952
|
+
/** @type {?} */
|
|
3953
|
+
GridsterComponent.prototype.renderer;
|
|
3954
|
+
/** @type {?} */
|
|
3955
|
+
GridsterComponent.prototype.cdRef;
|
|
3956
|
+
/** @type {?} */
|
|
3957
|
+
GridsterComponent.prototype.zone;
|
|
3958
|
+
}
|
|
3254
3959
|
|
|
3255
3960
|
/**
|
|
3256
3961
|
* @fileoverview added by tsickle
|
|
3257
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3962
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3258
3963
|
*/
|
|
3259
3964
|
/**
|
|
3260
3965
|
* @abstract
|
|
@@ -3266,11 +3971,49 @@
|
|
|
3266
3971
|
function GridsterItemComponentInterface() {
|
|
3267
3972
|
}
|
|
3268
3973
|
return GridsterItemComponentInterface;
|
|
3269
|
-
}());
|
|
3974
|
+
}());
|
|
3975
|
+
if (false) {
|
|
3976
|
+
/** @type {?} */
|
|
3977
|
+
GridsterItemComponentInterface.prototype.item;
|
|
3978
|
+
/** @type {?} */
|
|
3979
|
+
GridsterItemComponentInterface.prototype.$item;
|
|
3980
|
+
/** @type {?} */
|
|
3981
|
+
GridsterItemComponentInterface.prototype.top;
|
|
3982
|
+
/** @type {?} */
|
|
3983
|
+
GridsterItemComponentInterface.prototype.left;
|
|
3984
|
+
/** @type {?} */
|
|
3985
|
+
GridsterItemComponentInterface.prototype.width;
|
|
3986
|
+
/** @type {?} */
|
|
3987
|
+
GridsterItemComponentInterface.prototype.height;
|
|
3988
|
+
/** @type {?} */
|
|
3989
|
+
GridsterItemComponentInterface.prototype.drag;
|
|
3990
|
+
/** @type {?} */
|
|
3991
|
+
GridsterItemComponentInterface.prototype.resize;
|
|
3992
|
+
/** @type {?} */
|
|
3993
|
+
GridsterItemComponentInterface.prototype.notPlaced;
|
|
3994
|
+
/** @type {?} */
|
|
3995
|
+
GridsterItemComponentInterface.prototype.updateOptions;
|
|
3996
|
+
/** @type {?} */
|
|
3997
|
+
GridsterItemComponentInterface.prototype.itemChanged;
|
|
3998
|
+
/** @type {?} */
|
|
3999
|
+
GridsterItemComponentInterface.prototype.setSize;
|
|
4000
|
+
/** @type {?} */
|
|
4001
|
+
GridsterItemComponentInterface.prototype.checkItemChanges;
|
|
4002
|
+
/** @type {?} */
|
|
4003
|
+
GridsterItemComponentInterface.prototype.canBeDragged;
|
|
4004
|
+
/** @type {?} */
|
|
4005
|
+
GridsterItemComponentInterface.prototype.canBeResized;
|
|
4006
|
+
/** @type {?} */
|
|
4007
|
+
GridsterItemComponentInterface.prototype.el;
|
|
4008
|
+
/** @type {?} */
|
|
4009
|
+
GridsterItemComponentInterface.prototype.gridster;
|
|
4010
|
+
/** @type {?} */
|
|
4011
|
+
GridsterItemComponentInterface.prototype.renderer;
|
|
4012
|
+
}
|
|
3270
4013
|
|
|
3271
4014
|
/**
|
|
3272
4015
|
* @fileoverview added by tsickle
|
|
3273
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4016
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3274
4017
|
*/
|
|
3275
4018
|
var GridsterSwap = /** @class */ (function () {
|
|
3276
4019
|
function GridsterSwap(gridsterItem) {
|
|
@@ -3398,11 +4141,28 @@
|
|
|
3398
4141
|
{ type: GridsterItemComponentInterface }
|
|
3399
4142
|
]; };
|
|
3400
4143
|
return GridsterSwap;
|
|
3401
|
-
}());
|
|
4144
|
+
}());
|
|
4145
|
+
if (false) {
|
|
4146
|
+
/**
|
|
4147
|
+
* @type {?}
|
|
4148
|
+
* @private
|
|
4149
|
+
*/
|
|
4150
|
+
GridsterSwap.prototype.swapedItem;
|
|
4151
|
+
/**
|
|
4152
|
+
* @type {?}
|
|
4153
|
+
* @private
|
|
4154
|
+
*/
|
|
4155
|
+
GridsterSwap.prototype.gridsterItem;
|
|
4156
|
+
/**
|
|
4157
|
+
* @type {?}
|
|
4158
|
+
* @private
|
|
4159
|
+
*/
|
|
4160
|
+
GridsterSwap.prototype.gridster;
|
|
4161
|
+
}
|
|
3402
4162
|
|
|
3403
4163
|
/**
|
|
3404
4164
|
* @fileoverview added by tsickle
|
|
3405
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4165
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3406
4166
|
*/
|
|
3407
4167
|
/** @type {?} */
|
|
3408
4168
|
var scrollSensitivity;
|
|
@@ -3597,7 +4357,7 @@
|
|
|
3597
4357
|
|
|
3598
4358
|
/**
|
|
3599
4359
|
* @fileoverview added by tsickle
|
|
3600
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4360
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3601
4361
|
*/
|
|
3602
4362
|
var GridsterPush = /** @class */ (function () {
|
|
3603
4363
|
function GridsterPush(gridsterItem) {
|
|
@@ -4087,11 +4847,61 @@
|
|
|
4087
4847
|
{ type: GridsterItemComponentInterface }
|
|
4088
4848
|
]; };
|
|
4089
4849
|
return GridsterPush;
|
|
4090
|
-
}());
|
|
4850
|
+
}());
|
|
4851
|
+
if (false) {
|
|
4852
|
+
/** @type {?} */
|
|
4853
|
+
GridsterPush.prototype.fromSouth;
|
|
4854
|
+
/** @type {?} */
|
|
4855
|
+
GridsterPush.prototype.fromNorth;
|
|
4856
|
+
/** @type {?} */
|
|
4857
|
+
GridsterPush.prototype.fromEast;
|
|
4858
|
+
/** @type {?} */
|
|
4859
|
+
GridsterPush.prototype.fromWest;
|
|
4860
|
+
/**
|
|
4861
|
+
* @type {?}
|
|
4862
|
+
* @private
|
|
4863
|
+
*/
|
|
4864
|
+
GridsterPush.prototype.pushedItems;
|
|
4865
|
+
/**
|
|
4866
|
+
* @type {?}
|
|
4867
|
+
* @private
|
|
4868
|
+
*/
|
|
4869
|
+
GridsterPush.prototype.pushedItemsTemp;
|
|
4870
|
+
/**
|
|
4871
|
+
* @type {?}
|
|
4872
|
+
* @private
|
|
4873
|
+
*/
|
|
4874
|
+
GridsterPush.prototype.pushedItemsTempPath;
|
|
4875
|
+
/**
|
|
4876
|
+
* @type {?}
|
|
4877
|
+
* @private
|
|
4878
|
+
*/
|
|
4879
|
+
GridsterPush.prototype.pushedItemsPath;
|
|
4880
|
+
/**
|
|
4881
|
+
* @type {?}
|
|
4882
|
+
* @private
|
|
4883
|
+
*/
|
|
4884
|
+
GridsterPush.prototype.gridsterItem;
|
|
4885
|
+
/**
|
|
4886
|
+
* @type {?}
|
|
4887
|
+
* @private
|
|
4888
|
+
*/
|
|
4889
|
+
GridsterPush.prototype.gridster;
|
|
4890
|
+
/**
|
|
4891
|
+
* @type {?}
|
|
4892
|
+
* @private
|
|
4893
|
+
*/
|
|
4894
|
+
GridsterPush.prototype.pushedItemsOrder;
|
|
4895
|
+
/**
|
|
4896
|
+
* @type {?}
|
|
4897
|
+
* @private
|
|
4898
|
+
*/
|
|
4899
|
+
GridsterPush.prototype.tryPattern;
|
|
4900
|
+
}
|
|
4091
4901
|
|
|
4092
4902
|
/**
|
|
4093
4903
|
* @fileoverview added by tsickle
|
|
4094
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4904
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4095
4905
|
*/
|
|
4096
4906
|
var GridsterDraggable = /** @class */ (function () {
|
|
4097
4907
|
function GridsterDraggable(gridsterItem, gridster, zone) {
|
|
@@ -4395,6 +5205,10 @@
|
|
|
4395
5205
|
this.gridsterItem.$item.cols = itemColsbackup;
|
|
4396
5206
|
this.gridsterItem.$item.rows = itemRowsbackup;
|
|
4397
5207
|
}
|
|
5208
|
+
else {
|
|
5209
|
+
// this.gridsterItem.item.rows=this.gridsterItem.$item.rows;
|
|
5210
|
+
// this.gridsterItem.item.cols=this.gridsterItem.$item.cols;
|
|
5211
|
+
}
|
|
4398
5212
|
return this.gridsterItem.$item;
|
|
4399
5213
|
};
|
|
4400
5214
|
/**
|
|
@@ -4551,11 +5365,84 @@
|
|
|
4551
5365
|
{ type: core.NgZone }
|
|
4552
5366
|
]; };
|
|
4553
5367
|
return GridsterDraggable;
|
|
4554
|
-
}());
|
|
5368
|
+
}());
|
|
5369
|
+
if (false) {
|
|
5370
|
+
/** @type {?} */
|
|
5371
|
+
GridsterDraggable.prototype.gridsterItem;
|
|
5372
|
+
/** @type {?} */
|
|
5373
|
+
GridsterDraggable.prototype.gridster;
|
|
5374
|
+
/** @type {?} */
|
|
5375
|
+
GridsterDraggable.prototype.lastMouse;
|
|
5376
|
+
/** @type {?} */
|
|
5377
|
+
GridsterDraggable.prototype.offsetLeft;
|
|
5378
|
+
/** @type {?} */
|
|
5379
|
+
GridsterDraggable.prototype.offsetTop;
|
|
5380
|
+
/** @type {?} */
|
|
5381
|
+
GridsterDraggable.prototype.margin;
|
|
5382
|
+
/** @type {?} */
|
|
5383
|
+
GridsterDraggable.prototype.diffTop;
|
|
5384
|
+
/** @type {?} */
|
|
5385
|
+
GridsterDraggable.prototype.diffLeft;
|
|
5386
|
+
/** @type {?} */
|
|
5387
|
+
GridsterDraggable.prototype.top;
|
|
5388
|
+
/** @type {?} */
|
|
5389
|
+
GridsterDraggable.prototype.left;
|
|
5390
|
+
/** @type {?} */
|
|
5391
|
+
GridsterDraggable.prototype.height;
|
|
5392
|
+
/** @type {?} */
|
|
5393
|
+
GridsterDraggable.prototype.width;
|
|
5394
|
+
/** @type {?} */
|
|
5395
|
+
GridsterDraggable.prototype.positionX;
|
|
5396
|
+
/** @type {?} */
|
|
5397
|
+
GridsterDraggable.prototype.positionY;
|
|
5398
|
+
/** @type {?} */
|
|
5399
|
+
GridsterDraggable.prototype.positionXBackup;
|
|
5400
|
+
/** @type {?} */
|
|
5401
|
+
GridsterDraggable.prototype.positionYBackup;
|
|
5402
|
+
/** @type {?} */
|
|
5403
|
+
GridsterDraggable.prototype.enabled;
|
|
5404
|
+
/** @type {?} */
|
|
5405
|
+
GridsterDraggable.prototype.dragStartFunction;
|
|
5406
|
+
/** @type {?} */
|
|
5407
|
+
GridsterDraggable.prototype.dragFunction;
|
|
5408
|
+
/** @type {?} */
|
|
5409
|
+
GridsterDraggable.prototype.dragStopFunction;
|
|
5410
|
+
/** @type {?} */
|
|
5411
|
+
GridsterDraggable.prototype.mousemove;
|
|
5412
|
+
/** @type {?} */
|
|
5413
|
+
GridsterDraggable.prototype.mouseup;
|
|
5414
|
+
/** @type {?} */
|
|
5415
|
+
GridsterDraggable.prototype.mouseleave;
|
|
5416
|
+
/** @type {?} */
|
|
5417
|
+
GridsterDraggable.prototype.cancelOnBlur;
|
|
5418
|
+
/** @type {?} */
|
|
5419
|
+
GridsterDraggable.prototype.touchmove;
|
|
5420
|
+
/** @type {?} */
|
|
5421
|
+
GridsterDraggable.prototype.touchend;
|
|
5422
|
+
/** @type {?} */
|
|
5423
|
+
GridsterDraggable.prototype.touchcancel;
|
|
5424
|
+
/** @type {?} */
|
|
5425
|
+
GridsterDraggable.prototype.mousedown;
|
|
5426
|
+
/** @type {?} */
|
|
5427
|
+
GridsterDraggable.prototype.touchstart;
|
|
5428
|
+
/** @type {?} */
|
|
5429
|
+
GridsterDraggable.prototype.push;
|
|
5430
|
+
/** @type {?} */
|
|
5431
|
+
GridsterDraggable.prototype.swap;
|
|
5432
|
+
/** @type {?} */
|
|
5433
|
+
GridsterDraggable.prototype.path;
|
|
5434
|
+
/** @type {?} */
|
|
5435
|
+
GridsterDraggable.prototype.collision;
|
|
5436
|
+
/**
|
|
5437
|
+
* @type {?}
|
|
5438
|
+
* @private
|
|
5439
|
+
*/
|
|
5440
|
+
GridsterDraggable.prototype.zone;
|
|
5441
|
+
}
|
|
4555
5442
|
|
|
4556
5443
|
/**
|
|
4557
5444
|
* @fileoverview added by tsickle
|
|
4558
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5445
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4559
5446
|
*/
|
|
4560
5447
|
var GridsterPushResize = /** @class */ (function () {
|
|
4561
5448
|
function GridsterPushResize(gridsterItem) {
|
|
@@ -4935,11 +5822,46 @@
|
|
|
4935
5822
|
{ type: GridsterItemComponentInterface }
|
|
4936
5823
|
]; };
|
|
4937
5824
|
return GridsterPushResize;
|
|
4938
|
-
}());
|
|
5825
|
+
}());
|
|
5826
|
+
if (false) {
|
|
5827
|
+
/** @type {?} */
|
|
5828
|
+
GridsterPushResize.prototype.fromSouth;
|
|
5829
|
+
/** @type {?} */
|
|
5830
|
+
GridsterPushResize.prototype.fromNorth;
|
|
5831
|
+
/** @type {?} */
|
|
5832
|
+
GridsterPushResize.prototype.fromEast;
|
|
5833
|
+
/** @type {?} */
|
|
5834
|
+
GridsterPushResize.prototype.fromWest;
|
|
5835
|
+
/**
|
|
5836
|
+
* @type {?}
|
|
5837
|
+
* @private
|
|
5838
|
+
*/
|
|
5839
|
+
GridsterPushResize.prototype.pushedItems;
|
|
5840
|
+
/**
|
|
5841
|
+
* @type {?}
|
|
5842
|
+
* @private
|
|
5843
|
+
*/
|
|
5844
|
+
GridsterPushResize.prototype.pushedItemsPath;
|
|
5845
|
+
/**
|
|
5846
|
+
* @type {?}
|
|
5847
|
+
* @private
|
|
5848
|
+
*/
|
|
5849
|
+
GridsterPushResize.prototype.gridsterItem;
|
|
5850
|
+
/**
|
|
5851
|
+
* @type {?}
|
|
5852
|
+
* @private
|
|
5853
|
+
*/
|
|
5854
|
+
GridsterPushResize.prototype.gridster;
|
|
5855
|
+
/**
|
|
5856
|
+
* @type {?}
|
|
5857
|
+
* @private
|
|
5858
|
+
*/
|
|
5859
|
+
GridsterPushResize.prototype.tryPattern;
|
|
5860
|
+
}
|
|
4939
5861
|
|
|
4940
5862
|
/**
|
|
4941
5863
|
* @fileoverview added by tsickle
|
|
4942
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5864
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4943
5865
|
*/
|
|
4944
5866
|
var GridsterResizable = /** @class */ (function () {
|
|
4945
5867
|
function GridsterResizable(gridsterItem, gridster, zone) {
|
|
@@ -5481,11 +6403,86 @@
|
|
|
5481
6403
|
{ type: core.NgZone }
|
|
5482
6404
|
]; };
|
|
5483
6405
|
return GridsterResizable;
|
|
5484
|
-
}());
|
|
6406
|
+
}());
|
|
6407
|
+
if (false) {
|
|
6408
|
+
/** @type {?} */
|
|
6409
|
+
GridsterResizable.prototype.gridsterItem;
|
|
6410
|
+
/** @type {?} */
|
|
6411
|
+
GridsterResizable.prototype.gridster;
|
|
6412
|
+
/** @type {?} */
|
|
6413
|
+
GridsterResizable.prototype.lastMouse;
|
|
6414
|
+
/** @type {?} */
|
|
6415
|
+
GridsterResizable.prototype.itemBackup;
|
|
6416
|
+
/** @type {?} */
|
|
6417
|
+
GridsterResizable.prototype.resizeEventScrollType;
|
|
6418
|
+
/** @type {?} */
|
|
6419
|
+
GridsterResizable.prototype.directionFunction;
|
|
6420
|
+
/** @type {?} */
|
|
6421
|
+
GridsterResizable.prototype.dragFunction;
|
|
6422
|
+
/** @type {?} */
|
|
6423
|
+
GridsterResizable.prototype.dragStopFunction;
|
|
6424
|
+
/** @type {?} */
|
|
6425
|
+
GridsterResizable.prototype.resizeEnabled;
|
|
6426
|
+
/** @type {?} */
|
|
6427
|
+
GridsterResizable.prototype.mousemove;
|
|
6428
|
+
/** @type {?} */
|
|
6429
|
+
GridsterResizable.prototype.mouseup;
|
|
6430
|
+
/** @type {?} */
|
|
6431
|
+
GridsterResizable.prototype.mouseleave;
|
|
6432
|
+
/** @type {?} */
|
|
6433
|
+
GridsterResizable.prototype.cancelOnBlur;
|
|
6434
|
+
/** @type {?} */
|
|
6435
|
+
GridsterResizable.prototype.touchmove;
|
|
6436
|
+
/** @type {?} */
|
|
6437
|
+
GridsterResizable.prototype.touchend;
|
|
6438
|
+
/** @type {?} */
|
|
6439
|
+
GridsterResizable.prototype.touchcancel;
|
|
6440
|
+
/** @type {?} */
|
|
6441
|
+
GridsterResizable.prototype.push;
|
|
6442
|
+
/** @type {?} */
|
|
6443
|
+
GridsterResizable.prototype.pushResize;
|
|
6444
|
+
/** @type {?} */
|
|
6445
|
+
GridsterResizable.prototype.minHeight;
|
|
6446
|
+
/** @type {?} */
|
|
6447
|
+
GridsterResizable.prototype.minWidth;
|
|
6448
|
+
/** @type {?} */
|
|
6449
|
+
GridsterResizable.prototype.offsetTop;
|
|
6450
|
+
/** @type {?} */
|
|
6451
|
+
GridsterResizable.prototype.offsetLeft;
|
|
6452
|
+
/** @type {?} */
|
|
6453
|
+
GridsterResizable.prototype.diffTop;
|
|
6454
|
+
/** @type {?} */
|
|
6455
|
+
GridsterResizable.prototype.diffLeft;
|
|
6456
|
+
/** @type {?} */
|
|
6457
|
+
GridsterResizable.prototype.diffRight;
|
|
6458
|
+
/** @type {?} */
|
|
6459
|
+
GridsterResizable.prototype.diffBottom;
|
|
6460
|
+
/** @type {?} */
|
|
6461
|
+
GridsterResizable.prototype.margin;
|
|
6462
|
+
/** @type {?} */
|
|
6463
|
+
GridsterResizable.prototype.top;
|
|
6464
|
+
/** @type {?} */
|
|
6465
|
+
GridsterResizable.prototype.left;
|
|
6466
|
+
/** @type {?} */
|
|
6467
|
+
GridsterResizable.prototype.bottom;
|
|
6468
|
+
/** @type {?} */
|
|
6469
|
+
GridsterResizable.prototype.right;
|
|
6470
|
+
/** @type {?} */
|
|
6471
|
+
GridsterResizable.prototype.width;
|
|
6472
|
+
/** @type {?} */
|
|
6473
|
+
GridsterResizable.prototype.height;
|
|
6474
|
+
/** @type {?} */
|
|
6475
|
+
GridsterResizable.prototype.newPosition;
|
|
6476
|
+
/**
|
|
6477
|
+
* @type {?}
|
|
6478
|
+
* @private
|
|
6479
|
+
*/
|
|
6480
|
+
GridsterResizable.prototype.zone;
|
|
6481
|
+
}
|
|
5485
6482
|
|
|
5486
6483
|
/**
|
|
5487
6484
|
* @fileoverview added by tsickle
|
|
5488
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6485
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5489
6486
|
*/
|
|
5490
6487
|
var GridsterItemComponent = /** @class */ (function () {
|
|
5491
6488
|
function GridsterItemComponent(el, gridster, renderer, zone) {
|
|
@@ -5680,11 +6677,44 @@
|
|
|
5680
6677
|
item: [{ type: core.Input }]
|
|
5681
6678
|
};
|
|
5682
6679
|
return GridsterItemComponent;
|
|
5683
|
-
}());
|
|
6680
|
+
}());
|
|
6681
|
+
if (false) {
|
|
6682
|
+
/** @type {?} */
|
|
6683
|
+
GridsterItemComponent.prototype.item;
|
|
6684
|
+
/** @type {?} */
|
|
6685
|
+
GridsterItemComponent.prototype.$item;
|
|
6686
|
+
/** @type {?} */
|
|
6687
|
+
GridsterItemComponent.prototype.el;
|
|
6688
|
+
/** @type {?} */
|
|
6689
|
+
GridsterItemComponent.prototype.gridster;
|
|
6690
|
+
/** @type {?} */
|
|
6691
|
+
GridsterItemComponent.prototype.top;
|
|
6692
|
+
/** @type {?} */
|
|
6693
|
+
GridsterItemComponent.prototype.left;
|
|
6694
|
+
/** @type {?} */
|
|
6695
|
+
GridsterItemComponent.prototype.width;
|
|
6696
|
+
/** @type {?} */
|
|
6697
|
+
GridsterItemComponent.prototype.height;
|
|
6698
|
+
/** @type {?} */
|
|
6699
|
+
GridsterItemComponent.prototype.drag;
|
|
6700
|
+
/** @type {?} */
|
|
6701
|
+
GridsterItemComponent.prototype.resize;
|
|
6702
|
+
/** @type {?} */
|
|
6703
|
+
GridsterItemComponent.prototype.notPlaced;
|
|
6704
|
+
/** @type {?} */
|
|
6705
|
+
GridsterItemComponent.prototype.init;
|
|
6706
|
+
/** @type {?} */
|
|
6707
|
+
GridsterItemComponent.prototype.renderer;
|
|
6708
|
+
/**
|
|
6709
|
+
* @type {?}
|
|
6710
|
+
* @private
|
|
6711
|
+
*/
|
|
6712
|
+
GridsterItemComponent.prototype.zone;
|
|
6713
|
+
}
|
|
5684
6714
|
|
|
5685
6715
|
/**
|
|
5686
6716
|
* @fileoverview added by tsickle
|
|
5687
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6717
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5688
6718
|
*/
|
|
5689
6719
|
var GridsterPreviewComponent = /** @class */ (function () {
|
|
5690
6720
|
function GridsterPreviewComponent(el, gridster, renderer) {
|
|
@@ -5739,11 +6769,19 @@
|
|
|
5739
6769
|
{ type: core.Renderer2 }
|
|
5740
6770
|
]; };
|
|
5741
6771
|
return GridsterPreviewComponent;
|
|
5742
|
-
}());
|
|
6772
|
+
}());
|
|
6773
|
+
if (false) {
|
|
6774
|
+
/** @type {?} */
|
|
6775
|
+
GridsterPreviewComponent.prototype.el;
|
|
6776
|
+
/** @type {?} */
|
|
6777
|
+
GridsterPreviewComponent.prototype.gridster;
|
|
6778
|
+
/** @type {?} */
|
|
6779
|
+
GridsterPreviewComponent.prototype.renderer;
|
|
6780
|
+
}
|
|
5743
6781
|
|
|
5744
6782
|
/**
|
|
5745
6783
|
* @fileoverview added by tsickle
|
|
5746
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6784
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5747
6785
|
*/
|
|
5748
6786
|
var GridsterModule = /** @class */ (function () {
|
|
5749
6787
|
function GridsterModule() {
|
|
@@ -5768,8 +6806,13 @@
|
|
|
5768
6806
|
|
|
5769
6807
|
/**
|
|
5770
6808
|
* @fileoverview added by tsickle
|
|
5771
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6809
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5772
6810
|
*/
|
|
6811
|
+
/** @type {?} */
|
|
6812
|
+
var DEFAULT_PERFECT_SCROLLBAR_CONFIG = {
|
|
6813
|
+
suppressScrollX: true
|
|
6814
|
+
};
|
|
6815
|
+
var ɵ0 = DEFAULT_PERFECT_SCROLLBAR_CONFIG;
|
|
5773
6816
|
var DashboardFrameworkModule = /** @class */ (function () {
|
|
5774
6817
|
function DashboardFrameworkModule() {
|
|
5775
6818
|
}
|
|
@@ -5785,13 +6828,17 @@
|
|
|
5785
6828
|
http.HttpClientModule,
|
|
5786
6829
|
ngxUiLoader.NgxUiLoaderModule,
|
|
5787
6830
|
essBase.TranslateModule,
|
|
5788
|
-
angularNotifier.NotifierModule.withConfig(customNotifierOptions)
|
|
6831
|
+
angularNotifier.NotifierModule.withConfig(customNotifierOptions),
|
|
6832
|
+
ngxPerfectScrollbar.PerfectScrollbarModule
|
|
5789
6833
|
],
|
|
5790
6834
|
exports: [
|
|
5791
6835
|
RADashboardArea,
|
|
5792
6836
|
essBase.TranslateModule
|
|
5793
6837
|
],
|
|
5794
|
-
providers: [
|
|
6838
|
+
providers: [{
|
|
6839
|
+
provide: ngxPerfectScrollbar.PERFECT_SCROLLBAR_CONFIG,
|
|
6840
|
+
useValue: ɵ0
|
|
6841
|
+
},],
|
|
5795
6842
|
bootstrap: [RADashboardArea]
|
|
5796
6843
|
},] }
|
|
5797
6844
|
];
|
|
@@ -5800,7 +6847,7 @@
|
|
|
5800
6847
|
|
|
5801
6848
|
/**
|
|
5802
6849
|
* @fileoverview added by tsickle
|
|
5803
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6850
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5804
6851
|
*/
|
|
5805
6852
|
/**
|
|
5806
6853
|
* @abstract
|
|
@@ -5844,11 +6891,35 @@
|
|
|
5844
6891
|
initialize: [{ type: core.Input }]
|
|
5845
6892
|
};
|
|
5846
6893
|
return RaBaseDashboardTemplate;
|
|
5847
|
-
}());
|
|
6894
|
+
}());
|
|
6895
|
+
if (false) {
|
|
6896
|
+
/** @type {?} */
|
|
6897
|
+
RaBaseDashboardTemplate.prototype.userDashboardId;
|
|
6898
|
+
/** @type {?} */
|
|
6899
|
+
RaBaseDashboardTemplate.prototype.raDashboardEventBus;
|
|
6900
|
+
/** @type {?} */
|
|
6901
|
+
RaBaseDashboardTemplate.prototype.appConfig;
|
|
6902
|
+
/** @type {?} */
|
|
6903
|
+
RaBaseDashboardTemplate.prototype.dashboardId;
|
|
6904
|
+
/** @type {?} */
|
|
6905
|
+
RaBaseDashboardTemplate.prototype.globalFilter;
|
|
6906
|
+
/** @type {?} */
|
|
6907
|
+
RaBaseDashboardTemplate.prototype.initialize;
|
|
6908
|
+
/**
|
|
6909
|
+
* @type {?}
|
|
6910
|
+
* @private
|
|
6911
|
+
*/
|
|
6912
|
+
RaBaseDashboardTemplate.prototype.ngZone;
|
|
6913
|
+
/**
|
|
6914
|
+
* @abstract
|
|
6915
|
+
* @return {?}
|
|
6916
|
+
*/
|
|
6917
|
+
RaBaseDashboardTemplate.prototype.init = function () { };
|
|
6918
|
+
}
|
|
5848
6919
|
|
|
5849
6920
|
/**
|
|
5850
6921
|
* @fileoverview added by tsickle
|
|
5851
|
-
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6922
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5852
6923
|
*/
|
|
5853
6924
|
/**
|
|
5854
6925
|
* @abstract
|
|
@@ -5868,7 +6939,19 @@
|
|
|
5868
6939
|
getAllFilterConfig: [{ type: core.Input }]
|
|
5869
6940
|
};
|
|
5870
6941
|
return RaBaseDashboardFilter;
|
|
5871
|
-
}());
|
|
6942
|
+
}());
|
|
6943
|
+
if (false) {
|
|
6944
|
+
/**
|
|
6945
|
+
* @type {?}
|
|
6946
|
+
* @private
|
|
6947
|
+
*/
|
|
6948
|
+
RaBaseDashboardFilter.prototype.getAllFilterConfig;
|
|
6949
|
+
/**
|
|
6950
|
+
* @abstract
|
|
6951
|
+
* @return {?}
|
|
6952
|
+
*/
|
|
6953
|
+
RaBaseDashboardFilter.prototype.getFilterConfig = function () { };
|
|
6954
|
+
}
|
|
5872
6955
|
|
|
5873
6956
|
exports.DashboardFrameworkModule = DashboardFrameworkModule;
|
|
5874
6957
|
exports.RADashboardArea = RADashboardArea;
|