devexpress-reporting-angular 23.1.2-build-2379-1247 → 23.1.3
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/devexpress-reporting-angular-core.umd.js +539 -512
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +860 -829
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +75 -8
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +4 -0
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/dx-report-designer/dx-report-designer.component.d.ts +4 -0
- package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +4 -0
- package/dx-report-designer/dxrd-preview-settings.component.d.ts +7 -2
- package/dx-report-viewer/dx-report-viewer.component.d.ts +4 -1
- package/dx-report-viewer/dx-report-viewer.module.d.ts +3 -2
- package/dx-report-viewer/dxrv-search-settings.component.d.ts +12 -0
- package/dx-report-viewer/index.d.ts +1 -0
- package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +9 -5
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +7 -2
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +10 -5
- package/esm2015/dx-report-viewer/dxrv-search-settings.component.js +32 -0
- package/esm2015/dx-report-viewer/index.js +2 -1
- package/esm2015/index.js +2 -2
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +8 -4
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +42 -6
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +1 -1
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,530 +1,557 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('knockout')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/core', ['exports', '@angular/core', '@angular/common', 'knockout'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["devexpress-reporting-angular"] = global["devexpress-reporting-angular"] || {}, global["devexpress-reporting-angular"].core = {}), global.ng.core, global.ng.common, global.ko));
|
5
5
|
})(this, (function (exports, i0, common, ko) { 'use strict';
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
}
|
19
|
-
});
|
7
|
+
function _interopNamespace(e) {
|
8
|
+
if (e && e.__esModule) return e;
|
9
|
+
var n = Object.create(null);
|
10
|
+
if (e) {
|
11
|
+
Object.keys(e).forEach(function (k) {
|
12
|
+
if (k !== 'default') {
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
15
|
+
enumerable: true,
|
16
|
+
get: function () { return e[k]; }
|
17
|
+
});
|
20
18
|
}
|
21
|
-
|
22
|
-
return Object.freeze(n);
|
19
|
+
});
|
23
20
|
}
|
21
|
+
n["default"] = e;
|
22
|
+
return Object.freeze(n);
|
23
|
+
}
|
24
24
|
|
25
|
-
|
26
|
-
|
25
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
26
|
+
var ko__namespace = /*#__PURE__*/_interopNamespace(ko);
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
/******************************************************************************
|
29
|
+
Copyright (c) Microsoft Corporation.
|
30
30
|
|
31
|
-
|
32
|
-
|
31
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
32
|
+
purpose with or without fee is hereby granted.
|
33
33
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
35
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
36
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
37
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
38
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
39
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
40
|
+
PERFORMANCE OF THIS SOFTWARE.
|
41
|
+
***************************************************************************** */
|
42
|
+
/* global Reflect, Promise */
|
43
|
+
var extendStatics = function (d, b) {
|
44
|
+
extendStatics = Object.setPrototypeOf ||
|
45
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
46
|
+
function (d, b) { for (var p in b)
|
47
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
48
|
+
d[p] = b[p]; };
|
49
|
+
return extendStatics(d, b);
|
50
|
+
};
|
51
|
+
function __extends(d, b) {
|
52
|
+
if (typeof b !== "function" && b !== null)
|
53
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
54
|
+
extendStatics(d, b);
|
55
|
+
function __() { this.constructor = d; }
|
56
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
57
|
+
}
|
58
|
+
var __assign = function () {
|
59
|
+
__assign = Object.assign || function __assign(t) {
|
60
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
61
|
+
s = arguments[i];
|
62
|
+
for (var p in s)
|
63
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
64
|
+
t[p] = s[p];
|
65
|
+
}
|
66
|
+
return t;
|
67
|
+
};
|
68
|
+
return __assign.apply(this, arguments);
|
69
|
+
};
|
70
|
+
function __rest(s, e) {
|
71
|
+
var t = {};
|
72
|
+
for (var p in s)
|
73
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
74
|
+
t[p] = s[p];
|
75
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
76
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
77
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
78
|
+
t[p[i]] = s[p[i]];
|
79
|
+
}
|
80
|
+
return t;
|
81
|
+
}
|
82
|
+
function __decorate(decorators, target, key, desc) {
|
83
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
84
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
85
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
86
|
+
else
|
87
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
88
|
+
if (d = decorators[i])
|
89
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
90
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
91
|
+
}
|
92
|
+
function __param(paramIndex, decorator) {
|
93
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
94
|
+
}
|
95
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
96
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
97
|
+
throw new TypeError("Function expected"); return f; }
|
98
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
99
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
100
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
101
|
+
var _, done = false;
|
102
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
103
|
+
var context = {};
|
104
|
+
for (var p in contextIn)
|
105
|
+
context[p] = p === "access" ? {} : contextIn[p];
|
106
|
+
for (var p in contextIn.access)
|
107
|
+
context.access[p] = contextIn.access[p];
|
108
|
+
context.addInitializer = function (f) { if (done)
|
109
|
+
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
110
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
111
|
+
if (kind === "accessor") {
|
112
|
+
if (result === void 0)
|
113
|
+
continue;
|
114
|
+
if (result === null || typeof result !== "object")
|
115
|
+
throw new TypeError("Object expected");
|
116
|
+
if (_ = accept(result.get))
|
117
|
+
descriptor.get = _;
|
118
|
+
if (_ = accept(result.set))
|
119
|
+
descriptor.set = _;
|
120
|
+
if (_ = accept(result.init))
|
121
|
+
initializers.unshift(_);
|
122
|
+
}
|
123
|
+
else if (_ = accept(result)) {
|
124
|
+
if (kind === "field")
|
125
|
+
initializers.unshift(_);
|
126
|
+
else
|
127
|
+
descriptor[key] = _;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
if (target)
|
131
|
+
Object.defineProperty(target, contextIn.name, descriptor);
|
132
|
+
done = true;
|
133
|
+
}
|
134
|
+
;
|
135
|
+
function __runInitializers(thisArg, initializers, value) {
|
136
|
+
var useValue = arguments.length > 2;
|
137
|
+
for (var i = 0; i < initializers.length; i++) {
|
138
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
139
|
+
}
|
140
|
+
return useValue ? value : void 0;
|
141
|
+
}
|
142
|
+
;
|
143
|
+
function __propKey(x) {
|
144
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
145
|
+
}
|
146
|
+
;
|
147
|
+
function __setFunctionName(f, name, prefix) {
|
148
|
+
if (typeof name === "symbol")
|
149
|
+
name = name.description ? "[".concat(name.description, "]") : "";
|
150
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
151
|
+
}
|
152
|
+
;
|
153
|
+
function __metadata(metadataKey, metadataValue) {
|
154
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
155
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
156
|
+
}
|
157
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
158
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
159
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
160
|
+
function fulfilled(value) { try {
|
161
|
+
step(generator.next(value));
|
162
|
+
}
|
163
|
+
catch (e) {
|
164
|
+
reject(e);
|
165
|
+
} }
|
166
|
+
function rejected(value) { try {
|
167
|
+
step(generator["throw"](value));
|
168
|
+
}
|
169
|
+
catch (e) {
|
170
|
+
reject(e);
|
171
|
+
} }
|
172
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
173
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
174
|
+
});
|
175
|
+
}
|
176
|
+
function __generator(thisArg, body) {
|
177
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
178
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
179
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
180
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
181
|
+
function step(op) {
|
182
|
+
if (f)
|
183
|
+
throw new TypeError("Generator is already executing.");
|
184
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
185
|
+
try {
|
186
|
+
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)
|
187
|
+
return t;
|
188
|
+
if (y = 0, t)
|
189
|
+
op = [op[0] & 2, t.value];
|
190
|
+
switch (op[0]) {
|
191
|
+
case 0:
|
192
|
+
case 1:
|
193
|
+
t = op;
|
194
|
+
break;
|
195
|
+
case 4:
|
196
|
+
_.label++;
|
197
|
+
return { value: op[1], done: false };
|
198
|
+
case 5:
|
199
|
+
_.label++;
|
200
|
+
y = op[1];
|
201
|
+
op = [0];
|
202
|
+
continue;
|
203
|
+
case 7:
|
204
|
+
op = _.ops.pop();
|
205
|
+
_.trys.pop();
|
206
|
+
continue;
|
207
|
+
default:
|
208
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
209
|
+
_ = 0;
|
210
|
+
continue;
|
211
|
+
}
|
212
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
213
|
+
_.label = op[1];
|
214
|
+
break;
|
215
|
+
}
|
216
|
+
if (op[0] === 6 && _.label < t[1]) {
|
217
|
+
_.label = t[1];
|
218
|
+
t = op;
|
219
|
+
break;
|
220
|
+
}
|
221
|
+
if (t && _.label < t[2]) {
|
222
|
+
_.label = t[2];
|
223
|
+
_.ops.push(op);
|
224
|
+
break;
|
225
|
+
}
|
226
|
+
if (t[2])
|
227
|
+
_.ops.pop();
|
228
|
+
_.trys.pop();
|
229
|
+
continue;
|
230
|
+
}
|
231
|
+
op = body.call(thisArg, _);
|
232
|
+
}
|
233
|
+
catch (e) {
|
234
|
+
op = [6, e];
|
235
|
+
y = 0;
|
236
|
+
}
|
237
|
+
finally {
|
238
|
+
f = t = 0;
|
239
|
+
}
|
240
|
+
if (op[0] & 5)
|
241
|
+
throw op[1];
|
242
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
243
|
+
}
|
244
|
+
}
|
245
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
246
|
+
if (k2 === undefined)
|
247
|
+
k2 = k;
|
248
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
249
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
250
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
251
|
+
}
|
252
|
+
Object.defineProperty(o, k2, desc);
|
253
|
+
}) : (function (o, m, k, k2) {
|
254
|
+
if (k2 === undefined)
|
255
|
+
k2 = k;
|
256
|
+
o[k2] = m[k];
|
257
|
+
});
|
258
|
+
function __exportStar(m, o) {
|
259
|
+
for (var p in m)
|
260
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
261
|
+
__createBinding(o, m, p);
|
262
|
+
}
|
263
|
+
function __values(o) {
|
264
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
265
|
+
if (m)
|
266
|
+
return m.call(o);
|
267
|
+
if (o && typeof o.length === "number")
|
268
|
+
return {
|
269
|
+
next: function () {
|
270
|
+
if (o && i >= o.length)
|
271
|
+
o = void 0;
|
272
|
+
return { value: o && o[i++], done: !o };
|
273
|
+
}
|
274
|
+
};
|
275
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
276
|
+
}
|
277
|
+
function __read(o, n) {
|
278
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
279
|
+
if (!m)
|
280
|
+
return o;
|
281
|
+
var i = m.call(o), r, ar = [], e;
|
282
|
+
try {
|
283
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
284
|
+
ar.push(r.value);
|
285
|
+
}
|
286
|
+
catch (error) {
|
287
|
+
e = { error: error };
|
288
|
+
}
|
289
|
+
finally {
|
290
|
+
try {
|
291
|
+
if (r && !r.done && (m = i["return"]))
|
292
|
+
m.call(i);
|
293
|
+
}
|
294
|
+
finally {
|
295
|
+
if (e)
|
296
|
+
throw e.error;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
return ar;
|
300
|
+
}
|
301
|
+
/** @deprecated */
|
302
|
+
function __spread() {
|
303
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
304
|
+
ar = ar.concat(__read(arguments[i]));
|
305
|
+
return ar;
|
306
|
+
}
|
307
|
+
/** @deprecated */
|
308
|
+
function __spreadArrays() {
|
309
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
310
|
+
s += arguments[i].length;
|
311
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
312
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
313
|
+
r[k] = a[j];
|
314
|
+
return r;
|
315
|
+
}
|
316
|
+
function __spreadArray(to, from, pack) {
|
317
|
+
if (pack || arguments.length === 2)
|
318
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
319
|
+
if (ar || !(i in from)) {
|
320
|
+
if (!ar)
|
321
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
322
|
+
ar[i] = from[i];
|
323
|
+
}
|
324
|
+
}
|
325
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
326
|
+
}
|
327
|
+
function __await(v) {
|
328
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
329
|
+
}
|
330
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
331
|
+
if (!Symbol.asyncIterator)
|
332
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
333
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
334
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
335
|
+
function verb(n) { if (g[n])
|
336
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
337
|
+
function resume(n, v) { try {
|
338
|
+
step(g[n](v));
|
339
|
+
}
|
340
|
+
catch (e) {
|
341
|
+
settle(q[0][3], e);
|
342
|
+
} }
|
343
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
344
|
+
function fulfill(value) { resume("next", value); }
|
345
|
+
function reject(value) { resume("throw", value); }
|
346
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
347
|
+
resume(q[0][0], q[0][1]); }
|
348
|
+
}
|
349
|
+
function __asyncDelegator(o) {
|
350
|
+
var i, p;
|
351
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
352
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
353
|
+
}
|
354
|
+
function __asyncValues(o) {
|
355
|
+
if (!Symbol.asyncIterator)
|
356
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
357
|
+
var m = o[Symbol.asyncIterator], i;
|
358
|
+
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);
|
359
|
+
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); }); }; }
|
360
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
361
|
+
}
|
362
|
+
function __makeTemplateObject(cooked, raw) {
|
363
|
+
if (Object.defineProperty) {
|
364
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
365
|
+
}
|
366
|
+
else {
|
367
|
+
cooked.raw = raw;
|
368
|
+
}
|
369
|
+
return cooked;
|
370
|
+
}
|
371
|
+
;
|
372
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
373
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
374
|
+
}) : function (o, v) {
|
375
|
+
o["default"] = v;
|
376
|
+
};
|
377
|
+
function __importStar(mod) {
|
378
|
+
if (mod && mod.__esModule)
|
379
|
+
return mod;
|
380
|
+
var result = {};
|
381
|
+
if (mod != null)
|
382
|
+
for (var k in mod)
|
383
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
384
|
+
__createBinding(result, mod, k);
|
385
|
+
__setModuleDefault(result, mod);
|
386
|
+
return result;
|
387
|
+
}
|
388
|
+
function __importDefault(mod) {
|
389
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
390
|
+
}
|
391
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
392
|
+
if (kind === "a" && !f)
|
393
|
+
throw new TypeError("Private accessor was defined without a getter");
|
394
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
395
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
396
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
397
|
+
}
|
398
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
399
|
+
if (kind === "m")
|
400
|
+
throw new TypeError("Private method is not writable");
|
401
|
+
if (kind === "a" && !f)
|
402
|
+
throw new TypeError("Private accessor was defined without a setter");
|
403
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
404
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
405
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
406
|
+
}
|
407
|
+
function __classPrivateFieldIn(state, receiver) {
|
408
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
409
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
410
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
411
|
+
}
|
412
|
+
var tslib_es6 = {
|
413
|
+
__extends: __extends,
|
414
|
+
__assign: __assign,
|
415
|
+
__rest: __rest,
|
416
|
+
__decorate: __decorate,
|
417
|
+
__param: __param,
|
418
|
+
__metadata: __metadata,
|
419
|
+
__awaiter: __awaiter,
|
420
|
+
__generator: __generator,
|
421
|
+
__createBinding: __createBinding,
|
422
|
+
__exportStar: __exportStar,
|
423
|
+
__values: __values,
|
424
|
+
__read: __read,
|
425
|
+
__spread: __spread,
|
426
|
+
__spreadArrays: __spreadArrays,
|
427
|
+
__spreadArray: __spreadArray,
|
428
|
+
__await: __await,
|
429
|
+
__asyncGenerator: __asyncGenerator,
|
430
|
+
__asyncDelegator: __asyncDelegator,
|
431
|
+
__asyncValues: __asyncValues,
|
432
|
+
__makeTemplateObject: __makeTemplateObject,
|
433
|
+
__importStar: __importStar,
|
434
|
+
__importDefault: __importDefault,
|
435
|
+
__classPrivateFieldGet: __classPrivateFieldGet,
|
436
|
+
__classPrivateFieldSet: __classPrivateFieldSet,
|
437
|
+
__classPrivateFieldIn: __classPrivateFieldIn,
|
438
|
+
};
|
412
439
|
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
440
|
+
var _booleanConverter = function (value) {
|
441
|
+
if (value === null || value === undefined || typeof value === 'boolean')
|
442
|
+
return value;
|
443
|
+
return value.toString() === 'true';
|
444
|
+
};
|
445
|
+
var _numberConverter = function (value) {
|
446
|
+
if (value === null || value === undefined || typeof value === 'number')
|
447
|
+
return value;
|
448
|
+
return parseFloat(value.toString());
|
449
|
+
};
|
450
|
+
function _inputConverter(converter) {
|
451
|
+
return function (target, key) {
|
452
|
+
var definition = Object.getOwnPropertyDescriptor(target, key);
|
453
|
+
if (definition) {
|
454
|
+
Object.defineProperty(target, key, {
|
455
|
+
get: definition.get,
|
456
|
+
set: function (newValue) {
|
457
|
+
definition.set(converter(newValue));
|
458
|
+
},
|
459
|
+
enumerable: true,
|
460
|
+
configurable: true
|
461
|
+
});
|
462
|
+
}
|
463
|
+
else {
|
464
|
+
Object.defineProperty(target, key, {
|
465
|
+
get: function () {
|
466
|
+
return this['__' + key];
|
467
|
+
},
|
468
|
+
set: function (newValue) {
|
469
|
+
this['__' + key] = converter(newValue);
|
470
|
+
},
|
471
|
+
enumerable: true,
|
472
|
+
configurable: true
|
473
|
+
});
|
474
|
+
}
|
475
|
+
};
|
476
|
+
}
|
450
477
|
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
478
|
+
var DxReportingComponent = /** @class */ (function () {
|
479
|
+
function DxReportingComponent(renderer, platformId) {
|
480
|
+
this.renderer = renderer;
|
481
|
+
this.platformId = platformId;
|
482
|
+
this.height = '800px';
|
483
|
+
this.width = '100%';
|
484
|
+
this.cssClass = '';
|
485
|
+
}
|
486
|
+
DxReportingComponent.prototype.ngAfterViewInit = function () {
|
487
|
+
if (common.isPlatformBrowser(this.platformId)) {
|
488
|
+
this.callbacks = this.getCallbacks();
|
489
|
+
var options = this.getControlOptions();
|
490
|
+
this._koBinding = this.getKoBinding(options);
|
491
|
+
this.bindingSender = this._koBinding.sender;
|
492
|
+
this._koBinding.applyBindings(this.control.nativeElement);
|
493
|
+
}
|
494
|
+
};
|
495
|
+
DxReportingComponent.prototype.ngOnDestroy = function () {
|
496
|
+
ko__namespace.cleanNode(this.control.nativeElement);
|
497
|
+
this._koBinding = null;
|
498
|
+
this.bindingSender = null;
|
499
|
+
this.callbacks = null;
|
500
|
+
this.control = null;
|
501
|
+
};
|
502
|
+
DxReportingComponent.prototype.getEventRaiser = function () {
|
503
|
+
var component = this;
|
504
|
+
return function (eventName, args) { return component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component }); };
|
505
|
+
};
|
506
|
+
return DxReportingComponent;
|
507
|
+
}());
|
508
|
+
DxReportingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportingComponent, deps: [{ token: i0__namespace.Renderer2 }, { token: i0.PLATFORM_ID }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
509
|
+
DxReportingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportingComponent, selector: "ng-component", inputs: { height: "height", width: "width", cssClass: "cssClass", rtl: "rtl", developmentMode: "developmentMode" }, viewQueries: [{ propertyName: "control", first: true, predicate: ["control"], descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
|
510
|
+
__decorate([
|
511
|
+
_inputConverter(_booleanConverter)
|
512
|
+
], DxReportingComponent.prototype, "rtl", void 0);
|
513
|
+
__decorate([
|
514
|
+
_inputConverter(_booleanConverter)
|
515
|
+
], DxReportingComponent.prototype, "developmentMode", void 0);
|
516
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportingComponent, decorators: [{
|
517
|
+
type: i0.Component,
|
518
|
+
args: [{
|
519
|
+
template: ''
|
520
|
+
}]
|
521
|
+
}], ctorParameters: function () {
|
522
|
+
return [{ type: i0__namespace.Renderer2 }, { type: Object, decorators: [{
|
523
|
+
type: i0.Inject,
|
524
|
+
args: [i0.PLATFORM_ID]
|
525
|
+
}] }];
|
526
|
+
}, propDecorators: { control: [{
|
527
|
+
type: i0.ViewChild,
|
528
|
+
args: ['control']
|
529
|
+
}], height: [{
|
530
|
+
type: i0.Input
|
531
|
+
}], width: [{
|
532
|
+
type: i0.Input
|
533
|
+
}], cssClass: [{
|
534
|
+
type: i0.Input
|
535
|
+
}], rtl: [{
|
536
|
+
type: i0.Input
|
537
|
+
}], developmentMode: [{
|
538
|
+
type: i0.Input
|
539
|
+
}] } });
|
513
540
|
|
514
|
-
|
515
|
-
|
516
|
-
|
541
|
+
/*
|
542
|
+
* Public API Surface of reporting-angular/core
|
543
|
+
*/
|
517
544
|
|
518
|
-
|
519
|
-
|
520
|
-
|
545
|
+
/**
|
546
|
+
* Generated bundle index. Do not edit.
|
547
|
+
*/
|
521
548
|
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
549
|
+
exports.DxReportingComponent = DxReportingComponent;
|
550
|
+
exports._booleanConverter = _booleanConverter;
|
551
|
+
exports._inputConverter = _inputConverter;
|
552
|
+
exports._numberConverter = _numberConverter;
|
526
553
|
|
527
|
-
|
554
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
528
555
|
|
529
556
|
}));
|
530
557
|
//# sourceMappingURL=devexpress-reporting-angular-core.umd.js.map
|