devexpress-reporting-angular 23.1.2-build-2379-1247 → 23.1.4-build-23184-0218

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.
Files changed (29) hide show
  1. package/bundles/devexpress-reporting-angular-core.umd.js +591 -512
  2. package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
  3. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +912 -829
  4. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
  5. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +128 -9
  6. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
  7. package/bundles/devexpress-reporting-angular.umd.js +4 -0
  8. package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
  9. package/dx-report-designer/dx-report-designer.component.d.ts +4 -0
  10. package/dx-report-designer/dxrd-designer-model-settings.component.d.ts +4 -0
  11. package/dx-report-designer/dxrd-preview-settings.component.d.ts +7 -2
  12. package/dx-report-viewer/dx-report-viewer.component.d.ts +4 -1
  13. package/dx-report-viewer/dx-report-viewer.module.d.ts +3 -2
  14. package/dx-report-viewer/dxrv-search-settings.component.d.ts +12 -0
  15. package/dx-report-viewer/index.d.ts +1 -0
  16. package/esm2015/dx-report-designer/dxrd-preview-settings.component.js +9 -5
  17. package/esm2015/dx-report-viewer/dx-report-viewer.component.js +7 -2
  18. package/esm2015/dx-report-viewer/dx-report-viewer.module.js +10 -5
  19. package/esm2015/dx-report-viewer/dxrv-search-settings.component.js +32 -0
  20. package/esm2015/dx-report-viewer/index.js +2 -1
  21. package/esm2015/index.js +2 -2
  22. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +8 -4
  23. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
  24. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +42 -6
  25. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
  26. package/fesm2015/devexpress-reporting-angular.js +1 -1
  27. package/fesm2015/devexpress-reporting-angular.js.map +1 -1
  28. package/index.d.ts +1 -1
  29. package/package.json +2 -2
@@ -1,853 +1,936 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('devexpress-reporting/dx-reportdesigner'), require('knockout'), require('devexpress-reporting-angular/core'), require('devexpress-reporting-angular/dx-report-viewer'), require('@angular/common')) :
3
- typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/dx-report-designer', ['exports', '@angular/core', 'devexpress-reporting/dx-reportdesigner', 'knockout', 'devexpress-reporting-angular/core', 'devexpress-reporting-angular/dx-report-viewer', '@angular/common'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["devexpress-reporting-angular"] = global["devexpress-reporting-angular"] || {}, global["devexpress-reporting-angular"]["dx-report-designer"] = {}), global.ng.core, global.dxReportdesigner, global.ko, global["devexpress-reporting-angular"].core, global["devexpress-reporting-angular"]["dx-report-viewer"], global.ng.common));
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('devexpress-reporting/dx-reportdesigner'), require('knockout'), require('devexpress-reporting-angular/core'), require('devexpress-reporting-angular/dx-report-viewer'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/dx-report-designer', ['exports', '@angular/core', 'devexpress-reporting/dx-reportdesigner', 'knockout', 'devexpress-reporting-angular/core', 'devexpress-reporting-angular/dx-report-viewer', '@angular/common'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["devexpress-reporting-angular"] = global["devexpress-reporting-angular"] || {}, global["devexpress-reporting-angular"]["dx-report-designer"] = {}), global.ng.core, global.dxReportdesigner, global.ko, global["devexpress-reporting-angular"].core, global["devexpress-reporting-angular"]["dx-report-viewer"], global.ng.common));
5
5
  })(this, (function (exports, i0, dxReportdesigner, ko, core, dxReportViewer, i1) { 'use strict';
6
6
 
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
- });
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
- n["default"] = e;
22
- return Object.freeze(n);
19
+ });
23
20
  }
21
+ n["default"] = e;
22
+ return Object.freeze(n);
23
+ }
24
24
 
25
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
- var ko__namespace = /*#__PURE__*/_interopNamespace(ko);
27
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
25
+ var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
+ var ko__namespace = /*#__PURE__*/_interopNamespace(ko);
27
+ var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
28
28
 
29
- /******************************************************************************
30
- Copyright (c) Microsoft Corporation.
29
+ /******************************************************************************
30
+ Copyright (c) Microsoft Corporation.
31
31
 
32
- Permission to use, copy, modify, and/or distribute this software for any
33
- purpose with or without fee is hereby granted.
32
+ Permission to use, copy, modify, and/or distribute this software for any
33
+ purpose with or without fee is hereby granted.
34
34
 
35
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
- PERFORMANCE OF THIS SOFTWARE.
42
- ***************************************************************************** */
43
- /* global Reflect, Promise */
44
- var extendStatics = function (d, b) {
45
- extendStatics = Object.setPrototypeOf ||
46
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
47
- function (d, b) { for (var p in b)
48
- if (Object.prototype.hasOwnProperty.call(b, p))
49
- d[p] = b[p]; };
50
- return extendStatics(d, b);
51
- };
52
- function __extends(d, b) {
53
- if (typeof b !== "function" && b !== null)
54
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
55
- extendStatics(d, b);
56
- function __() { this.constructor = d; }
57
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
58
- }
59
- var __assign = function () {
60
- __assign = Object.assign || function __assign(t) {
61
- for (var s, i = 1, n = arguments.length; i < n; i++) {
62
- s = arguments[i];
63
- for (var p in s)
64
- if (Object.prototype.hasOwnProperty.call(s, p))
65
- t[p] = s[p];
66
- }
67
- return t;
68
- };
69
- return __assign.apply(this, arguments);
70
- };
71
- function __rest(s, e) {
72
- var t = {};
73
- for (var p in s)
74
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
75
- t[p] = s[p];
76
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
77
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
78
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
79
- t[p[i]] = s[p[i]];
80
- }
81
- return t;
82
- }
83
- function __decorate(decorators, target, key, desc) {
84
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
85
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
86
- r = Reflect.decorate(decorators, target, key, desc);
87
- else
88
- for (var i = decorators.length - 1; i >= 0; i--)
89
- if (d = decorators[i])
90
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
91
- return c > 3 && r && Object.defineProperty(target, key, r), r;
92
- }
93
- function __param(paramIndex, decorator) {
94
- return function (target, key) { decorator(target, key, paramIndex); };
95
- }
96
- function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
97
- function accept(f) { if (f !== void 0 && typeof f !== "function")
98
- throw new TypeError("Function expected"); return f; }
99
- var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
100
- var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
101
- var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
102
- var _, done = false;
103
- for (var i = decorators.length - 1; i >= 0; i--) {
104
- var context = {};
105
- for (var p in contextIn)
106
- context[p] = p === "access" ? {} : contextIn[p];
107
- for (var p in contextIn.access)
108
- context.access[p] = contextIn.access[p];
109
- context.addInitializer = function (f) { if (done)
110
- throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
111
- var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
112
- if (kind === "accessor") {
113
- if (result === void 0)
114
- continue;
115
- if (result === null || typeof result !== "object")
116
- throw new TypeError("Object expected");
117
- if (_ = accept(result.get))
118
- descriptor.get = _;
119
- if (_ = accept(result.set))
120
- descriptor.set = _;
121
- if (_ = accept(result.init))
122
- initializers.push(_);
123
- }
124
- else if (_ = accept(result)) {
125
- if (kind === "field")
126
- initializers.push(_);
127
- else
128
- descriptor[key] = _;
129
- }
130
- }
131
- if (target)
132
- Object.defineProperty(target, contextIn.name, descriptor);
133
- done = true;
134
- }
135
- ;
136
- function __runInitializers(thisArg, initializers, value) {
137
- var useValue = arguments.length > 2;
138
- for (var i = 0; i < initializers.length; i++) {
139
- value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
140
- }
141
- return useValue ? value : void 0;
142
- }
143
- ;
144
- function __propKey(x) {
145
- return typeof x === "symbol" ? x : "".concat(x);
146
- }
147
- ;
148
- function __setFunctionName(f, name, prefix) {
149
- if (typeof name === "symbol")
150
- name = name.description ? "[".concat(name.description, "]") : "";
151
- return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
152
- }
153
- ;
154
- function __metadata(metadataKey, metadataValue) {
155
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
156
- return Reflect.metadata(metadataKey, metadataValue);
157
- }
158
- function __awaiter(thisArg, _arguments, P, generator) {
159
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
160
- return new (P || (P = Promise))(function (resolve, reject) {
161
- function fulfilled(value) { try {
162
- step(generator.next(value));
163
- }
164
- catch (e) {
165
- reject(e);
166
- } }
167
- function rejected(value) { try {
168
- step(generator["throw"](value));
169
- }
170
- catch (e) {
171
- reject(e);
172
- } }
173
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
174
- step((generator = generator.apply(thisArg, _arguments || [])).next());
175
- });
176
- }
177
- function __generator(thisArg, body) {
178
- var _ = { label: 0, sent: function () { if (t[0] & 1)
179
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
180
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
181
- function verb(n) { return function (v) { return step([n, v]); }; }
182
- function step(op) {
183
- if (f)
184
- throw new TypeError("Generator is already executing.");
185
- while (g && (g = 0, op[0] && (_ = 0)), _)
186
- try {
187
- 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)
188
- return t;
189
- if (y = 0, t)
190
- op = [op[0] & 2, t.value];
191
- switch (op[0]) {
192
- case 0:
193
- case 1:
194
- t = op;
195
- break;
196
- case 4:
197
- _.label++;
198
- return { value: op[1], done: false };
199
- case 5:
200
- _.label++;
201
- y = op[1];
202
- op = [0];
203
- continue;
204
- case 7:
205
- op = _.ops.pop();
206
- _.trys.pop();
207
- continue;
208
- default:
209
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
210
- _ = 0;
211
- continue;
212
- }
213
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
214
- _.label = op[1];
215
- break;
216
- }
217
- if (op[0] === 6 && _.label < t[1]) {
218
- _.label = t[1];
219
- t = op;
220
- break;
221
- }
222
- if (t && _.label < t[2]) {
223
- _.label = t[2];
224
- _.ops.push(op);
225
- break;
226
- }
227
- if (t[2])
228
- _.ops.pop();
229
- _.trys.pop();
230
- continue;
231
- }
232
- op = body.call(thisArg, _);
233
- }
234
- catch (e) {
235
- op = [6, e];
236
- y = 0;
237
- }
238
- finally {
239
- f = t = 0;
240
- }
241
- if (op[0] & 5)
242
- throw op[1];
243
- return { value: op[0] ? op[1] : void 0, done: true };
244
- }
245
- }
246
- var __createBinding = Object.create ? (function (o, m, k, k2) {
247
- if (k2 === undefined)
248
- k2 = k;
249
- var desc = Object.getOwnPropertyDescriptor(m, k);
250
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
251
- desc = { enumerable: true, get: function () { return m[k]; } };
252
- }
253
- Object.defineProperty(o, k2, desc);
254
- }) : (function (o, m, k, k2) {
255
- if (k2 === undefined)
256
- k2 = k;
257
- o[k2] = m[k];
258
- });
259
- function __exportStar(m, o) {
260
- for (var p in m)
261
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
262
- __createBinding(o, m, p);
263
- }
264
- function __values(o) {
265
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
266
- if (m)
267
- return m.call(o);
268
- if (o && typeof o.length === "number")
269
- return {
270
- next: function () {
271
- if (o && i >= o.length)
272
- o = void 0;
273
- return { value: o && o[i++], done: !o };
274
- }
275
- };
276
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
277
- }
278
- function __read(o, n) {
279
- var m = typeof Symbol === "function" && o[Symbol.iterator];
280
- if (!m)
281
- return o;
282
- var i = m.call(o), r, ar = [], e;
283
- try {
284
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
285
- ar.push(r.value);
286
- }
287
- catch (error) {
288
- e = { error: error };
289
- }
290
- finally {
291
- try {
292
- if (r && !r.done && (m = i["return"]))
293
- m.call(i);
294
- }
295
- finally {
296
- if (e)
297
- throw e.error;
298
- }
299
- }
300
- return ar;
301
- }
302
- /** @deprecated */
303
- function __spread() {
304
- for (var ar = [], i = 0; i < arguments.length; i++)
305
- ar = ar.concat(__read(arguments[i]));
306
- return ar;
307
- }
308
- /** @deprecated */
309
- function __spreadArrays() {
310
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
311
- s += arguments[i].length;
312
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
313
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
314
- r[k] = a[j];
315
- return r;
316
- }
317
- function __spreadArray(to, from, pack) {
318
- if (pack || arguments.length === 2)
319
- for (var i = 0, l = from.length, ar; i < l; i++) {
320
- if (ar || !(i in from)) {
321
- if (!ar)
322
- ar = Array.prototype.slice.call(from, 0, i);
323
- ar[i] = from[i];
324
- }
325
- }
326
- return to.concat(ar || Array.prototype.slice.call(from));
327
- }
328
- function __await(v) {
329
- return this instanceof __await ? (this.v = v, this) : new __await(v);
330
- }
331
- function __asyncGenerator(thisArg, _arguments, generator) {
332
- if (!Symbol.asyncIterator)
333
- throw new TypeError("Symbol.asyncIterator is not defined.");
334
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
335
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
336
- function verb(n) { if (g[n])
337
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
338
- function resume(n, v) { try {
339
- step(g[n](v));
340
- }
341
- catch (e) {
342
- settle(q[0][3], e);
343
- } }
344
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
345
- function fulfill(value) { resume("next", value); }
346
- function reject(value) { resume("throw", value); }
347
- function settle(f, v) { if (f(v), q.shift(), q.length)
348
- resume(q[0][0], q[0][1]); }
349
- }
350
- function __asyncDelegator(o) {
351
- var i, p;
352
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
353
- 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; }
354
- }
355
- function __asyncValues(o) {
356
- if (!Symbol.asyncIterator)
357
- throw new TypeError("Symbol.asyncIterator is not defined.");
358
- var m = o[Symbol.asyncIterator], i;
359
- 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);
360
- 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); }); }; }
361
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
362
- }
363
- function __makeTemplateObject(cooked, raw) {
364
- if (Object.defineProperty) {
365
- Object.defineProperty(cooked, "raw", { value: raw });
366
- }
367
- else {
368
- cooked.raw = raw;
369
- }
370
- return cooked;
371
- }
372
- ;
373
- var __setModuleDefault = Object.create ? (function (o, v) {
374
- Object.defineProperty(o, "default", { enumerable: true, value: v });
375
- }) : function (o, v) {
376
- o["default"] = v;
377
- };
378
- function __importStar(mod) {
379
- if (mod && mod.__esModule)
380
- return mod;
381
- var result = {};
382
- if (mod != null)
383
- for (var k in mod)
384
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
385
- __createBinding(result, mod, k);
386
- __setModuleDefault(result, mod);
387
- return result;
388
- }
389
- function __importDefault(mod) {
390
- return (mod && mod.__esModule) ? mod : { default: mod };
391
- }
392
- function __classPrivateFieldGet(receiver, state, kind, f) {
393
- if (kind === "a" && !f)
394
- throw new TypeError("Private accessor was defined without a getter");
395
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
396
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
397
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
398
- }
399
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
400
- if (kind === "m")
401
- throw new TypeError("Private method is not writable");
402
- if (kind === "a" && !f)
403
- throw new TypeError("Private accessor was defined without a setter");
404
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
405
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
406
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
407
- }
408
- function __classPrivateFieldIn(state, receiver) {
409
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
410
- throw new TypeError("Cannot use 'in' operator on non-object");
411
- return typeof state === "function" ? receiver === state : state.has(receiver);
412
- }
35
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
+ PERFORMANCE OF THIS SOFTWARE.
42
+ ***************************************************************************** */
43
+ /* global Reflect, Promise, SuppressedError, Symbol */
44
+ var extendStatics = function (d, b) {
45
+ extendStatics = Object.setPrototypeOf ||
46
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
47
+ function (d, b) { for (var p in b)
48
+ if (Object.prototype.hasOwnProperty.call(b, p))
49
+ d[p] = b[p]; };
50
+ return extendStatics(d, b);
51
+ };
52
+ function __extends(d, b) {
53
+ if (typeof b !== "function" && b !== null)
54
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
55
+ extendStatics(d, b);
56
+ function __() { this.constructor = d; }
57
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
58
+ }
59
+ var __assign = function () {
60
+ __assign = Object.assign || function __assign(t) {
61
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
62
+ s = arguments[i];
63
+ for (var p in s)
64
+ if (Object.prototype.hasOwnProperty.call(s, p))
65
+ t[p] = s[p];
66
+ }
67
+ return t;
68
+ };
69
+ return __assign.apply(this, arguments);
70
+ };
71
+ function __rest(s, e) {
72
+ var t = {};
73
+ for (var p in s)
74
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
75
+ t[p] = s[p];
76
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
77
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
78
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
79
+ t[p[i]] = s[p[i]];
80
+ }
81
+ return t;
82
+ }
83
+ function __decorate(decorators, target, key, desc) {
84
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
85
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
86
+ r = Reflect.decorate(decorators, target, key, desc);
87
+ else
88
+ for (var i = decorators.length - 1; i >= 0; i--)
89
+ if (d = decorators[i])
90
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
91
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
92
+ }
93
+ function __param(paramIndex, decorator) {
94
+ return function (target, key) { decorator(target, key, paramIndex); };
95
+ }
96
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
97
+ function accept(f) { if (f !== void 0 && typeof f !== "function")
98
+ throw new TypeError("Function expected"); return f; }
99
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
100
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
101
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
102
+ var _, done = false;
103
+ for (var i = decorators.length - 1; i >= 0; i--) {
104
+ var context = {};
105
+ for (var p in contextIn)
106
+ context[p] = p === "access" ? {} : contextIn[p];
107
+ for (var p in contextIn.access)
108
+ context.access[p] = contextIn.access[p];
109
+ context.addInitializer = function (f) { if (done)
110
+ throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
111
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
112
+ if (kind === "accessor") {
113
+ if (result === void 0)
114
+ continue;
115
+ if (result === null || typeof result !== "object")
116
+ throw new TypeError("Object expected");
117
+ if (_ = accept(result.get))
118
+ descriptor.get = _;
119
+ if (_ = accept(result.set))
120
+ descriptor.set = _;
121
+ if (_ = accept(result.init))
122
+ initializers.unshift(_);
123
+ }
124
+ else if (_ = accept(result)) {
125
+ if (kind === "field")
126
+ initializers.unshift(_);
127
+ else
128
+ descriptor[key] = _;
129
+ }
130
+ }
131
+ if (target)
132
+ Object.defineProperty(target, contextIn.name, descriptor);
133
+ done = true;
134
+ }
135
+ ;
136
+ function __runInitializers(thisArg, initializers, value) {
137
+ var useValue = arguments.length > 2;
138
+ for (var i = 0; i < initializers.length; i++) {
139
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
140
+ }
141
+ return useValue ? value : void 0;
142
+ }
143
+ ;
144
+ function __propKey(x) {
145
+ return typeof x === "symbol" ? x : "".concat(x);
146
+ }
147
+ ;
148
+ function __setFunctionName(f, name, prefix) {
149
+ if (typeof name === "symbol")
150
+ name = name.description ? "[".concat(name.description, "]") : "";
151
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
152
+ }
153
+ ;
154
+ function __metadata(metadataKey, metadataValue) {
155
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
156
+ return Reflect.metadata(metadataKey, metadataValue);
157
+ }
158
+ function __awaiter(thisArg, _arguments, P, generator) {
159
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
160
+ return new (P || (P = Promise))(function (resolve, reject) {
161
+ function fulfilled(value) { try {
162
+ step(generator.next(value));
163
+ }
164
+ catch (e) {
165
+ reject(e);
166
+ } }
167
+ function rejected(value) { try {
168
+ step(generator["throw"](value));
169
+ }
170
+ catch (e) {
171
+ reject(e);
172
+ } }
173
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
174
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
175
+ });
176
+ }
177
+ function __generator(thisArg, body) {
178
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
179
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
180
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
181
+ function verb(n) { return function (v) { return step([n, v]); }; }
182
+ function step(op) {
183
+ if (f)
184
+ throw new TypeError("Generator is already executing.");
185
+ while (g && (g = 0, op[0] && (_ = 0)), _)
186
+ try {
187
+ 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)
188
+ return t;
189
+ if (y = 0, t)
190
+ op = [op[0] & 2, t.value];
191
+ switch (op[0]) {
192
+ case 0:
193
+ case 1:
194
+ t = op;
195
+ break;
196
+ case 4:
197
+ _.label++;
198
+ return { value: op[1], done: false };
199
+ case 5:
200
+ _.label++;
201
+ y = op[1];
202
+ op = [0];
203
+ continue;
204
+ case 7:
205
+ op = _.ops.pop();
206
+ _.trys.pop();
207
+ continue;
208
+ default:
209
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
210
+ _ = 0;
211
+ continue;
212
+ }
213
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
214
+ _.label = op[1];
215
+ break;
216
+ }
217
+ if (op[0] === 6 && _.label < t[1]) {
218
+ _.label = t[1];
219
+ t = op;
220
+ break;
221
+ }
222
+ if (t && _.label < t[2]) {
223
+ _.label = t[2];
224
+ _.ops.push(op);
225
+ break;
226
+ }
227
+ if (t[2])
228
+ _.ops.pop();
229
+ _.trys.pop();
230
+ continue;
231
+ }
232
+ op = body.call(thisArg, _);
233
+ }
234
+ catch (e) {
235
+ op = [6, e];
236
+ y = 0;
237
+ }
238
+ finally {
239
+ f = t = 0;
240
+ }
241
+ if (op[0] & 5)
242
+ throw op[1];
243
+ return { value: op[0] ? op[1] : void 0, done: true };
244
+ }
245
+ }
246
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
247
+ if (k2 === undefined)
248
+ k2 = k;
249
+ var desc = Object.getOwnPropertyDescriptor(m, k);
250
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
251
+ desc = { enumerable: true, get: function () { return m[k]; } };
252
+ }
253
+ Object.defineProperty(o, k2, desc);
254
+ }) : (function (o, m, k, k2) {
255
+ if (k2 === undefined)
256
+ k2 = k;
257
+ o[k2] = m[k];
258
+ });
259
+ function __exportStar(m, o) {
260
+ for (var p in m)
261
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
262
+ __createBinding(o, m, p);
263
+ }
264
+ function __values(o) {
265
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
266
+ if (m)
267
+ return m.call(o);
268
+ if (o && typeof o.length === "number")
269
+ return {
270
+ next: function () {
271
+ if (o && i >= o.length)
272
+ o = void 0;
273
+ return { value: o && o[i++], done: !o };
274
+ }
275
+ };
276
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
277
+ }
278
+ function __read(o, n) {
279
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
280
+ if (!m)
281
+ return o;
282
+ var i = m.call(o), r, ar = [], e;
283
+ try {
284
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
285
+ ar.push(r.value);
286
+ }
287
+ catch (error) {
288
+ e = { error: error };
289
+ }
290
+ finally {
291
+ try {
292
+ if (r && !r.done && (m = i["return"]))
293
+ m.call(i);
294
+ }
295
+ finally {
296
+ if (e)
297
+ throw e.error;
298
+ }
299
+ }
300
+ return ar;
301
+ }
302
+ /** @deprecated */
303
+ function __spread() {
304
+ for (var ar = [], i = 0; i < arguments.length; i++)
305
+ ar = ar.concat(__read(arguments[i]));
306
+ return ar;
307
+ }
308
+ /** @deprecated */
309
+ function __spreadArrays() {
310
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
311
+ s += arguments[i].length;
312
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
313
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
314
+ r[k] = a[j];
315
+ return r;
316
+ }
317
+ function __spreadArray(to, from, pack) {
318
+ if (pack || arguments.length === 2)
319
+ for (var i = 0, l = from.length, ar; i < l; i++) {
320
+ if (ar || !(i in from)) {
321
+ if (!ar)
322
+ ar = Array.prototype.slice.call(from, 0, i);
323
+ ar[i] = from[i];
324
+ }
325
+ }
326
+ return to.concat(ar || Array.prototype.slice.call(from));
327
+ }
328
+ function __await(v) {
329
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
330
+ }
331
+ function __asyncGenerator(thisArg, _arguments, generator) {
332
+ if (!Symbol.asyncIterator)
333
+ throw new TypeError("Symbol.asyncIterator is not defined.");
334
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
335
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
336
+ function verb(n) { if (g[n])
337
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
338
+ function resume(n, v) { try {
339
+ step(g[n](v));
340
+ }
341
+ catch (e) {
342
+ settle(q[0][3], e);
343
+ } }
344
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
345
+ function fulfill(value) { resume("next", value); }
346
+ function reject(value) { resume("throw", value); }
347
+ function settle(f, v) { if (f(v), q.shift(), q.length)
348
+ resume(q[0][0], q[0][1]); }
349
+ }
350
+ function __asyncDelegator(o) {
351
+ var i, p;
352
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
353
+ 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; }
354
+ }
355
+ function __asyncValues(o) {
356
+ if (!Symbol.asyncIterator)
357
+ throw new TypeError("Symbol.asyncIterator is not defined.");
358
+ var m = o[Symbol.asyncIterator], i;
359
+ 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);
360
+ 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); }); }; }
361
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
362
+ }
363
+ function __makeTemplateObject(cooked, raw) {
364
+ if (Object.defineProperty) {
365
+ Object.defineProperty(cooked, "raw", { value: raw });
366
+ }
367
+ else {
368
+ cooked.raw = raw;
369
+ }
370
+ return cooked;
371
+ }
372
+ ;
373
+ var __setModuleDefault = Object.create ? (function (o, v) {
374
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
375
+ }) : function (o, v) {
376
+ o["default"] = v;
377
+ };
378
+ function __importStar(mod) {
379
+ if (mod && mod.__esModule)
380
+ return mod;
381
+ var result = {};
382
+ if (mod != null)
383
+ for (var k in mod)
384
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
385
+ __createBinding(result, mod, k);
386
+ __setModuleDefault(result, mod);
387
+ return result;
388
+ }
389
+ function __importDefault(mod) {
390
+ return (mod && mod.__esModule) ? mod : { default: mod };
391
+ }
392
+ function __classPrivateFieldGet(receiver, state, kind, f) {
393
+ if (kind === "a" && !f)
394
+ throw new TypeError("Private accessor was defined without a getter");
395
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
396
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
397
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
398
+ }
399
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
400
+ if (kind === "m")
401
+ throw new TypeError("Private method is not writable");
402
+ if (kind === "a" && !f)
403
+ throw new TypeError("Private accessor was defined without a setter");
404
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
405
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
406
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
407
+ }
408
+ function __classPrivateFieldIn(state, receiver) {
409
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
410
+ throw new TypeError("Cannot use 'in' operator on non-object");
411
+ return typeof state === "function" ? receiver === state : state.has(receiver);
412
+ }
413
+ function __addDisposableResource(env, value, async) {
414
+ if (value !== null && value !== void 0) {
415
+ if (typeof value !== "object")
416
+ throw new TypeError("Object expected.");
417
+ var dispose;
418
+ if (async) {
419
+ if (!Symbol.asyncDispose)
420
+ throw new TypeError("Symbol.asyncDispose is not defined.");
421
+ dispose = value[Symbol.asyncDispose];
422
+ }
423
+ if (dispose === void 0) {
424
+ if (!Symbol.dispose)
425
+ throw new TypeError("Symbol.dispose is not defined.");
426
+ dispose = value[Symbol.dispose];
427
+ }
428
+ if (typeof dispose !== "function")
429
+ throw new TypeError("Object not disposable.");
430
+ env.stack.push({ value: value, dispose: dispose, async: async });
431
+ }
432
+ else if (async) {
433
+ env.stack.push({ async: true });
434
+ }
435
+ return value;
436
+ }
437
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
438
+ var e = new Error(message);
439
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
440
+ };
441
+ function __disposeResources(env) {
442
+ function fail(e) {
443
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
444
+ env.hasError = true;
445
+ }
446
+ function next() {
447
+ while (env.stack.length) {
448
+ var rec = env.stack.pop();
449
+ try {
450
+ var result = rec.dispose && rec.dispose.call(rec.value);
451
+ if (rec.async)
452
+ return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
453
+ }
454
+ catch (e) {
455
+ fail(e);
456
+ }
457
+ }
458
+ if (env.hasError)
459
+ throw env.error;
460
+ }
461
+ return next();
462
+ }
463
+ var tslib_es6 = {
464
+ __extends: __extends,
465
+ __assign: __assign,
466
+ __rest: __rest,
467
+ __decorate: __decorate,
468
+ __param: __param,
469
+ __metadata: __metadata,
470
+ __awaiter: __awaiter,
471
+ __generator: __generator,
472
+ __createBinding: __createBinding,
473
+ __exportStar: __exportStar,
474
+ __values: __values,
475
+ __read: __read,
476
+ __spread: __spread,
477
+ __spreadArrays: __spreadArrays,
478
+ __spreadArray: __spreadArray,
479
+ __await: __await,
480
+ __asyncGenerator: __asyncGenerator,
481
+ __asyncDelegator: __asyncDelegator,
482
+ __asyncValues: __asyncValues,
483
+ __makeTemplateObject: __makeTemplateObject,
484
+ __importStar: __importStar,
485
+ __importDefault: __importDefault,
486
+ __classPrivateFieldGet: __classPrivateFieldGet,
487
+ __classPrivateFieldSet: __classPrivateFieldSet,
488
+ __classPrivateFieldIn: __classPrivateFieldIn,
489
+ __addDisposableResource: __addDisposableResource,
490
+ __disposeResources: __disposeResources,
491
+ };
413
492
 
414
- var DxReportDesignerCallbacksComponent = /** @class */ (function () {
415
- function DxReportDesignerCallbacksComponent() {
416
- this.CustomizeElements = new i0.EventEmitter();
417
- this.ExitDesigner = new i0.EventEmitter();
418
- this.ReportSaving = new i0.EventEmitter();
419
- this.ReportSaved = new i0.EventEmitter();
420
- this.ReportOpened = new i0.EventEmitter();
421
- this.ReportOpening = new i0.EventEmitter();
422
- this.TabChanged = new i0.EventEmitter();
423
- this.ReportTabClosing = new i0.EventEmitter();
424
- this.ReportTabClosed = new i0.EventEmitter();
425
- this.ComponentAdded = new i0.EventEmitter();
426
- this.CustomizeParameterEditors = new i0.EventEmitter();
427
- this.CustomizeSaveDialog = new i0.EventEmitter();
428
- this.CustomizeSaveAsDialog = new i0.EventEmitter();
429
- this.CustomizeOpenDialog = new i0.EventEmitter();
430
- this.CustomizeToolbox = new i0.EventEmitter();
431
- this.CustomizeFieldListActions = new i0.EventEmitter();
432
- this.CustomizeMenuActions = new i0.EventEmitter();
433
- this.CustomizeLocalization = new i0.EventEmitter();
434
- this.BeforeRender = new i0.EventEmitter();
435
- this.OnServerError = new i0.EventEmitter();
436
- this.CustomizeWizard = new i0.EventEmitter();
437
- this.PreviewClick = new i0.EventEmitter();
438
- this.PreviewCustomizeElements = new i0.EventEmitter();
439
- this.PreviewCustomizeMenuActions = new i0.EventEmitter();
440
- this.PreviewEditingFieldChanged = new i0.EventEmitter();
441
- this.PreviewDocumentReady = new i0.EventEmitter();
442
- this.PreviewParametersReset = new i0.EventEmitter();
443
- this.PreviewParametersInitialized = new i0.EventEmitter();
444
- this.PreviewCustomizeExportOptions = new i0.EventEmitter();
445
- this.PreviewParametersSubmitted = new i0.EventEmitter();
446
- this.PreviewOnExport = new i0.EventEmitter();
447
- }
448
- return DxReportDesignerCallbacksComponent;
449
- }());
450
- DxReportDesignerCallbacksComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
451
- DxReportDesignerCallbacksComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerCallbacksComponent, selector: "dxrd-callbacks", outputs: { CustomizeElements: "CustomizeElements", ExitDesigner: "ExitDesigner", ReportSaving: "ReportSaving", ReportSaved: "ReportSaved", ReportOpened: "ReportOpened", ReportOpening: "ReportOpening", TabChanged: "TabChanged", ReportTabClosing: "ReportTabClosing", ReportTabClosed: "ReportTabClosed", ComponentAdded: "ComponentAdded", CustomizeParameterEditors: "CustomizeParameterEditors", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", BeforeRender: "BeforeRender", OnServerError: "OnServerError", CustomizeWizard: "CustomizeWizard", PreviewClick: "PreviewClick", PreviewCustomizeElements: "PreviewCustomizeElements", PreviewCustomizeMenuActions: "PreviewCustomizeMenuActions", PreviewEditingFieldChanged: "PreviewEditingFieldChanged", PreviewDocumentReady: "PreviewDocumentReady", PreviewParametersReset: "PreviewParametersReset", PreviewParametersInitialized: "PreviewParametersInitialized", PreviewCustomizeExportOptions: "PreviewCustomizeExportOptions", PreviewParametersSubmitted: "PreviewParametersSubmitted", PreviewOnExport: "PreviewOnExport" }, ngImport: i0__namespace, template: '', isInline: true });
452
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, decorators: [{
453
- type: i0.Component,
454
- args: [{
455
- template: '',
456
- selector: 'dxrd-callbacks'
457
- }]
458
- }], propDecorators: { CustomizeElements: [{
459
- type: i0.Output
460
- }], ExitDesigner: [{
461
- type: i0.Output
462
- }], ReportSaving: [{
463
- type: i0.Output
464
- }], ReportSaved: [{
465
- type: i0.Output
466
- }], ReportOpened: [{
467
- type: i0.Output
468
- }], ReportOpening: [{
469
- type: i0.Output
470
- }], TabChanged: [{
471
- type: i0.Output
472
- }], ReportTabClosing: [{
473
- type: i0.Output
474
- }], ReportTabClosed: [{
475
- type: i0.Output
476
- }], ComponentAdded: [{
477
- type: i0.Output
478
- }], CustomizeParameterEditors: [{
479
- type: i0.Output
480
- }], CustomizeSaveDialog: [{
481
- type: i0.Output
482
- }], CustomizeSaveAsDialog: [{
483
- type: i0.Output
484
- }], CustomizeOpenDialog: [{
485
- type: i0.Output
486
- }], CustomizeToolbox: [{
487
- type: i0.Output
488
- }], CustomizeFieldListActions: [{
489
- type: i0.Output
490
- }], CustomizeMenuActions: [{
491
- type: i0.Output
492
- }], CustomizeLocalization: [{
493
- type: i0.Output
494
- }], BeforeRender: [{
495
- type: i0.Output
496
- }], OnServerError: [{
497
- type: i0.Output
498
- }], CustomizeWizard: [{
499
- type: i0.Output
500
- }], PreviewClick: [{
501
- type: i0.Output
502
- }], PreviewCustomizeElements: [{
503
- type: i0.Output
504
- }], PreviewCustomizeMenuActions: [{
505
- type: i0.Output
506
- }], PreviewEditingFieldChanged: [{
507
- type: i0.Output
508
- }], PreviewDocumentReady: [{
509
- type: i0.Output
510
- }], PreviewParametersReset: [{
511
- type: i0.Output
512
- }], PreviewParametersInitialized: [{
513
- type: i0.Output
514
- }], PreviewCustomizeExportOptions: [{
515
- type: i0.Output
516
- }], PreviewParametersSubmitted: [{
517
- type: i0.Output
518
- }], PreviewOnExport: [{
519
- type: i0.Output
520
- }] } });
493
+ var DxReportDesignerCallbacksComponent = /** @class */ (function () {
494
+ function DxReportDesignerCallbacksComponent() {
495
+ this.CustomizeElements = new i0.EventEmitter();
496
+ this.ExitDesigner = new i0.EventEmitter();
497
+ this.ReportSaving = new i0.EventEmitter();
498
+ this.ReportSaved = new i0.EventEmitter();
499
+ this.ReportOpened = new i0.EventEmitter();
500
+ this.ReportOpening = new i0.EventEmitter();
501
+ this.TabChanged = new i0.EventEmitter();
502
+ this.ReportTabClosing = new i0.EventEmitter();
503
+ this.ReportTabClosed = new i0.EventEmitter();
504
+ this.ComponentAdded = new i0.EventEmitter();
505
+ this.CustomizeParameterEditors = new i0.EventEmitter();
506
+ this.CustomizeSaveDialog = new i0.EventEmitter();
507
+ this.CustomizeSaveAsDialog = new i0.EventEmitter();
508
+ this.CustomizeOpenDialog = new i0.EventEmitter();
509
+ this.CustomizeToolbox = new i0.EventEmitter();
510
+ this.CustomizeFieldListActions = new i0.EventEmitter();
511
+ this.CustomizeMenuActions = new i0.EventEmitter();
512
+ this.CustomizeLocalization = new i0.EventEmitter();
513
+ this.BeforeRender = new i0.EventEmitter();
514
+ this.OnServerError = new i0.EventEmitter();
515
+ this.CustomizeWizard = new i0.EventEmitter();
516
+ this.PreviewClick = new i0.EventEmitter();
517
+ this.PreviewCustomizeElements = new i0.EventEmitter();
518
+ this.PreviewCustomizeMenuActions = new i0.EventEmitter();
519
+ this.PreviewEditingFieldChanged = new i0.EventEmitter();
520
+ this.PreviewDocumentReady = new i0.EventEmitter();
521
+ this.PreviewParametersReset = new i0.EventEmitter();
522
+ this.PreviewParametersInitialized = new i0.EventEmitter();
523
+ this.PreviewCustomizeExportOptions = new i0.EventEmitter();
524
+ this.PreviewParametersSubmitted = new i0.EventEmitter();
525
+ this.PreviewOnExport = new i0.EventEmitter();
526
+ }
527
+ return DxReportDesignerCallbacksComponent;
528
+ }());
529
+ DxReportDesignerCallbacksComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
530
+ DxReportDesignerCallbacksComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerCallbacksComponent, selector: "dxrd-callbacks", outputs: { CustomizeElements: "CustomizeElements", ExitDesigner: "ExitDesigner", ReportSaving: "ReportSaving", ReportSaved: "ReportSaved", ReportOpened: "ReportOpened", ReportOpening: "ReportOpening", TabChanged: "TabChanged", ReportTabClosing: "ReportTabClosing", ReportTabClosed: "ReportTabClosed", ComponentAdded: "ComponentAdded", CustomizeParameterEditors: "CustomizeParameterEditors", CustomizeSaveDialog: "CustomizeSaveDialog", CustomizeSaveAsDialog: "CustomizeSaveAsDialog", CustomizeOpenDialog: "CustomizeOpenDialog", CustomizeToolbox: "CustomizeToolbox", CustomizeFieldListActions: "CustomizeFieldListActions", CustomizeMenuActions: "CustomizeMenuActions", CustomizeLocalization: "CustomizeLocalization", BeforeRender: "BeforeRender", OnServerError: "OnServerError", CustomizeWizard: "CustomizeWizard", PreviewClick: "PreviewClick", PreviewCustomizeElements: "PreviewCustomizeElements", PreviewCustomizeMenuActions: "PreviewCustomizeMenuActions", PreviewEditingFieldChanged: "PreviewEditingFieldChanged", PreviewDocumentReady: "PreviewDocumentReady", PreviewParametersReset: "PreviewParametersReset", PreviewParametersInitialized: "PreviewParametersInitialized", PreviewCustomizeExportOptions: "PreviewCustomizeExportOptions", PreviewParametersSubmitted: "PreviewParametersSubmitted", PreviewOnExport: "PreviewOnExport" }, ngImport: i0__namespace, template: '', isInline: true });
531
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerCallbacksComponent, decorators: [{
532
+ type: i0.Component,
533
+ args: [{
534
+ template: '',
535
+ selector: 'dxrd-callbacks'
536
+ }]
537
+ }], propDecorators: { CustomizeElements: [{
538
+ type: i0.Output
539
+ }], ExitDesigner: [{
540
+ type: i0.Output
541
+ }], ReportSaving: [{
542
+ type: i0.Output
543
+ }], ReportSaved: [{
544
+ type: i0.Output
545
+ }], ReportOpened: [{
546
+ type: i0.Output
547
+ }], ReportOpening: [{
548
+ type: i0.Output
549
+ }], TabChanged: [{
550
+ type: i0.Output
551
+ }], ReportTabClosing: [{
552
+ type: i0.Output
553
+ }], ReportTabClosed: [{
554
+ type: i0.Output
555
+ }], ComponentAdded: [{
556
+ type: i0.Output
557
+ }], CustomizeParameterEditors: [{
558
+ type: i0.Output
559
+ }], CustomizeSaveDialog: [{
560
+ type: i0.Output
561
+ }], CustomizeSaveAsDialog: [{
562
+ type: i0.Output
563
+ }], CustomizeOpenDialog: [{
564
+ type: i0.Output
565
+ }], CustomizeToolbox: [{
566
+ type: i0.Output
567
+ }], CustomizeFieldListActions: [{
568
+ type: i0.Output
569
+ }], CustomizeMenuActions: [{
570
+ type: i0.Output
571
+ }], CustomizeLocalization: [{
572
+ type: i0.Output
573
+ }], BeforeRender: [{
574
+ type: i0.Output
575
+ }], OnServerError: [{
576
+ type: i0.Output
577
+ }], CustomizeWizard: [{
578
+ type: i0.Output
579
+ }], PreviewClick: [{
580
+ type: i0.Output
581
+ }], PreviewCustomizeElements: [{
582
+ type: i0.Output
583
+ }], PreviewCustomizeMenuActions: [{
584
+ type: i0.Output
585
+ }], PreviewEditingFieldChanged: [{
586
+ type: i0.Output
587
+ }], PreviewDocumentReady: [{
588
+ type: i0.Output
589
+ }], PreviewParametersReset: [{
590
+ type: i0.Output
591
+ }], PreviewParametersInitialized: [{
592
+ type: i0.Output
593
+ }], PreviewCustomizeExportOptions: [{
594
+ type: i0.Output
595
+ }], PreviewParametersSubmitted: [{
596
+ type: i0.Output
597
+ }], PreviewOnExport: [{
598
+ type: i0.Output
599
+ }] } });
521
600
 
522
- var DxReportDesignerDataSourceSettingsComponent = /** @class */ (function () {
523
- function DxReportDesignerDataSourceSettingsComponent() {
524
- }
525
- DxReportDesignerDataSourceSettingsComponent.prototype.getSerializableSettings = function () {
526
- return {
527
- allowAddDataSource: this.allowAddDataSource,
528
- allowRemoveDataSource: this.allowRemoveDataSource,
529
- allowEditDataSource: this.allowEditDataSource
530
- };
531
- };
532
- return DxReportDesignerDataSourceSettingsComponent;
533
- }());
534
- DxReportDesignerDataSourceSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
535
- DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerDataSourceSettingsComponent, selector: "dxrd-datasource-settings", inputs: { allowAddDataSource: "allowAddDataSource", allowRemoveDataSource: "allowRemoveDataSource", allowEditDataSource: "allowEditDataSource" }, ngImport: i0__namespace, template: '', isInline: true });
536
- __decorate([
537
- core._inputConverter(core._booleanConverter)
538
- ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
539
- __decorate([
540
- core._inputConverter(core._booleanConverter)
541
- ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
542
- __decorate([
543
- core._inputConverter(core._booleanConverter)
544
- ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
545
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, decorators: [{
546
- type: i0.Component,
547
- args: [{
548
- template: '',
549
- selector: 'dxrd-datasource-settings'
550
- }]
551
- }], propDecorators: { allowAddDataSource: [{
552
- type: i0.Input
553
- }], allowRemoveDataSource: [{
554
- type: i0.Input
555
- }], allowEditDataSource: [{
556
- type: i0.Input
557
- }] } });
601
+ var DxReportDesignerDataSourceSettingsComponent = /** @class */ (function () {
602
+ function DxReportDesignerDataSourceSettingsComponent() {
603
+ }
604
+ DxReportDesignerDataSourceSettingsComponent.prototype.getSerializableSettings = function () {
605
+ return {
606
+ allowAddDataSource: this.allowAddDataSource,
607
+ allowRemoveDataSource: this.allowRemoveDataSource,
608
+ allowEditDataSource: this.allowEditDataSource
609
+ };
610
+ };
611
+ return DxReportDesignerDataSourceSettingsComponent;
612
+ }());
613
+ DxReportDesignerDataSourceSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
614
+ DxReportDesignerDataSourceSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerDataSourceSettingsComponent, selector: "dxrd-datasource-settings", inputs: { allowAddDataSource: "allowAddDataSource", allowRemoveDataSource: "allowRemoveDataSource", allowEditDataSource: "allowEditDataSource" }, ngImport: i0__namespace, template: '', isInline: true });
615
+ __decorate([
616
+ core._inputConverter(core._booleanConverter)
617
+ ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowAddDataSource", void 0);
618
+ __decorate([
619
+ core._inputConverter(core._booleanConverter)
620
+ ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowRemoveDataSource", void 0);
621
+ __decorate([
622
+ core._inputConverter(core._booleanConverter)
623
+ ], DxReportDesignerDataSourceSettingsComponent.prototype, "allowEditDataSource", void 0);
624
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerDataSourceSettingsComponent, decorators: [{
625
+ type: i0.Component,
626
+ args: [{
627
+ template: '',
628
+ selector: 'dxrd-datasource-settings'
629
+ }]
630
+ }], propDecorators: { allowAddDataSource: [{
631
+ type: i0.Input
632
+ }], allowRemoveDataSource: [{
633
+ type: i0.Input
634
+ }], allowEditDataSource: [{
635
+ type: i0.Input
636
+ }] } });
558
637
 
559
- var DxReportDesignerPreviewSettingsComponent = /** @class */ (function () {
560
- function DxReportDesignerPreviewSettingsComponent() {
561
- }
562
- DxReportDesignerPreviewSettingsComponent.prototype.getSerializableSettings = function () {
563
- var _a, _b;
564
- return {
565
- exportSettings: (_a = this.exportSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
566
- progressBarSettings: (_b = this.porgressbarSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings()
567
- };
568
- };
569
- return DxReportDesignerPreviewSettingsComponent;
570
- }());
571
- DxReportDesignerPreviewSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
572
- DxReportDesignerPreviewSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerPreviewSettingsComponent, selector: "dxrd-preview-settings", queries: [{ propertyName: "porgressbarSettings", first: true, predicate: dxReportViewer.DxReportViewerProgressBarSettingsComponent, descendants: true }, { propertyName: "exportSettings", first: true, predicate: dxReportViewer.DxReportViewerExportSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
573
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, decorators: [{
574
- type: i0.Component,
575
- args: [{
576
- template: '',
577
- selector: 'dxrd-preview-settings'
578
- }]
579
- }], propDecorators: { porgressbarSettings: [{
580
- type: i0.ContentChild,
581
- args: [dxReportViewer.DxReportViewerProgressBarSettingsComponent]
582
- }], exportSettings: [{
583
- type: i0.ContentChild,
584
- args: [dxReportViewer.DxReportViewerExportSettingsComponent]
585
- }] } });
638
+ var DxReportDesignerPreviewSettingsComponent = /** @class */ (function () {
639
+ function DxReportDesignerPreviewSettingsComponent() {
640
+ }
641
+ DxReportDesignerPreviewSettingsComponent.prototype.getSerializableSettings = function () {
642
+ var _a, _b, _c;
643
+ return {
644
+ exportSettings: (_a = this.exportSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
645
+ progressBarSettings: (_b = this.porgressbarSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings(),
646
+ searchSettings: (_c = this.searchSettings) === null || _c === void 0 ? void 0 : _c.getSerializableSettings()
647
+ };
648
+ };
649
+ return DxReportDesignerPreviewSettingsComponent;
650
+ }());
651
+ DxReportDesignerPreviewSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
652
+ DxReportDesignerPreviewSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerPreviewSettingsComponent, selector: "dxrd-preview-settings", queries: [{ propertyName: "porgressbarSettings", first: true, predicate: dxReportViewer.DxReportViewerProgressBarSettingsComponent, descendants: true }, { propertyName: "exportSettings", first: true, predicate: dxReportViewer.DxReportViewerExportSettingsComponent, descendants: true }, { propertyName: "searchSettings", first: true, predicate: dxReportViewer.DxReportViewerSearchSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
653
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerPreviewSettingsComponent, decorators: [{
654
+ type: i0.Component,
655
+ args: [{
656
+ template: '',
657
+ selector: 'dxrd-preview-settings'
658
+ }]
659
+ }], propDecorators: { porgressbarSettings: [{
660
+ type: i0.ContentChild,
661
+ args: [dxReportViewer.DxReportViewerProgressBarSettingsComponent]
662
+ }], exportSettings: [{
663
+ type: i0.ContentChild,
664
+ args: [dxReportViewer.DxReportViewerExportSettingsComponent]
665
+ }], searchSettings: [{
666
+ type: i0.ContentChild,
667
+ args: [dxReportViewer.DxReportViewerSearchSettingsComponent]
668
+ }] } });
586
669
 
587
- var DxReportDesignerWizardSettingsComponent = /** @class */ (function () {
588
- function DxReportDesignerWizardSettingsComponent() {
589
- }
590
- DxReportDesignerWizardSettingsComponent.prototype.getSerializableSettings = function () {
591
- return {
592
- useMasterDetailWizard: this.useMasterDetailWizard,
593
- enableJsonDataSource: this.enableJsonDataSource,
594
- enableSqlDataSource: this.enableSqlDataSource,
595
- enableObjectDataSource: this.enableObjectDataSource,
596
- enableFederationDataSource: this.enableFederationDataSource,
597
- useFullscreenWizard: this.useFullscreenWizard,
598
- reportWizardTemplatesSearchBoxVisibility: this.reportWizardTemplatesSearchBoxVisibility
599
- };
600
- };
601
- return DxReportDesignerWizardSettingsComponent;
602
- }());
603
- DxReportDesignerWizardSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
604
- DxReportDesignerWizardSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerWizardSettingsComponent, selector: "dxrd-wizard-settings", inputs: { useMasterDetailWizard: "useMasterDetailWizard", enableJsonDataSource: "enableJsonDataSource", enableSqlDataSource: "enableSqlDataSource", enableObjectDataSource: "enableObjectDataSource", enableFederationDataSource: "enableFederationDataSource", useFullscreenWizard: "useFullscreenWizard", reportWizardTemplatesSearchBoxVisibility: "reportWizardTemplatesSearchBoxVisibility" }, ngImport: i0__namespace, template: '', isInline: true });
605
- __decorate([
606
- core._inputConverter(core._booleanConverter)
607
- ], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
608
- __decorate([
609
- core._inputConverter(core._booleanConverter)
610
- ], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
611
- __decorate([
612
- core._inputConverter(core._booleanConverter)
613
- ], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
614
- __decorate([
615
- core._inputConverter(core._booleanConverter)
616
- ], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
617
- __decorate([
618
- core._inputConverter(core._booleanConverter)
619
- ], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
620
- __decorate([
621
- core._inputConverter(core._booleanConverter)
622
- ], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
623
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, decorators: [{
624
- type: i0.Component,
625
- args: [{
626
- template: '',
627
- selector: 'dxrd-wizard-settings'
628
- }]
629
- }], propDecorators: { useMasterDetailWizard: [{
630
- type: i0.Input
631
- }], enableJsonDataSource: [{
632
- type: i0.Input
633
- }], enableSqlDataSource: [{
634
- type: i0.Input
635
- }], enableObjectDataSource: [{
636
- type: i0.Input
637
- }], enableFederationDataSource: [{
638
- type: i0.Input
639
- }], useFullscreenWizard: [{
640
- type: i0.Input
641
- }], reportWizardTemplatesSearchBoxVisibility: [{
642
- type: i0.Input
643
- }] } });
670
+ var DxReportDesignerWizardSettingsComponent = /** @class */ (function () {
671
+ function DxReportDesignerWizardSettingsComponent() {
672
+ }
673
+ DxReportDesignerWizardSettingsComponent.prototype.getSerializableSettings = function () {
674
+ return {
675
+ useMasterDetailWizard: this.useMasterDetailWizard,
676
+ enableJsonDataSource: this.enableJsonDataSource,
677
+ enableSqlDataSource: this.enableSqlDataSource,
678
+ enableObjectDataSource: this.enableObjectDataSource,
679
+ enableFederationDataSource: this.enableFederationDataSource,
680
+ useFullscreenWizard: this.useFullscreenWizard,
681
+ reportWizardTemplatesSearchBoxVisibility: this.reportWizardTemplatesSearchBoxVisibility
682
+ };
683
+ };
684
+ return DxReportDesignerWizardSettingsComponent;
685
+ }());
686
+ DxReportDesignerWizardSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
687
+ DxReportDesignerWizardSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerWizardSettingsComponent, selector: "dxrd-wizard-settings", inputs: { useMasterDetailWizard: "useMasterDetailWizard", enableJsonDataSource: "enableJsonDataSource", enableSqlDataSource: "enableSqlDataSource", enableObjectDataSource: "enableObjectDataSource", enableFederationDataSource: "enableFederationDataSource", useFullscreenWizard: "useFullscreenWizard", reportWizardTemplatesSearchBoxVisibility: "reportWizardTemplatesSearchBoxVisibility" }, ngImport: i0__namespace, template: '', isInline: true });
688
+ __decorate([
689
+ core._inputConverter(core._booleanConverter)
690
+ ], DxReportDesignerWizardSettingsComponent.prototype, "useMasterDetailWizard", void 0);
691
+ __decorate([
692
+ core._inputConverter(core._booleanConverter)
693
+ ], DxReportDesignerWizardSettingsComponent.prototype, "enableJsonDataSource", void 0);
694
+ __decorate([
695
+ core._inputConverter(core._booleanConverter)
696
+ ], DxReportDesignerWizardSettingsComponent.prototype, "enableSqlDataSource", void 0);
697
+ __decorate([
698
+ core._inputConverter(core._booleanConverter)
699
+ ], DxReportDesignerWizardSettingsComponent.prototype, "enableObjectDataSource", void 0);
700
+ __decorate([
701
+ core._inputConverter(core._booleanConverter)
702
+ ], DxReportDesignerWizardSettingsComponent.prototype, "enableFederationDataSource", void 0);
703
+ __decorate([
704
+ core._inputConverter(core._booleanConverter)
705
+ ], DxReportDesignerWizardSettingsComponent.prototype, "useFullscreenWizard", void 0);
706
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerWizardSettingsComponent, decorators: [{
707
+ type: i0.Component,
708
+ args: [{
709
+ template: '',
710
+ selector: 'dxrd-wizard-settings'
711
+ }]
712
+ }], propDecorators: { useMasterDetailWizard: [{
713
+ type: i0.Input
714
+ }], enableJsonDataSource: [{
715
+ type: i0.Input
716
+ }], enableSqlDataSource: [{
717
+ type: i0.Input
718
+ }], enableObjectDataSource: [{
719
+ type: i0.Input
720
+ }], enableFederationDataSource: [{
721
+ type: i0.Input
722
+ }], useFullscreenWizard: [{
723
+ type: i0.Input
724
+ }], reportWizardTemplatesSearchBoxVisibility: [{
725
+ type: i0.Input
726
+ }] } });
644
727
 
645
- var DxReportDesignerModelSettingsComponent = /** @class */ (function () {
646
- function DxReportDesignerModelSettingsComponent() {
647
- }
648
- DxReportDesignerModelSettingsComponent.prototype.getSerializableSettings = function () {
649
- var _a, _b, _c;
650
- return {
651
- reportPreviewSettings: (_a = this.previewSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
652
- wizardSettings: (_b = this.wizardSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings(),
653
- dataSourceSettings: (_c = this.dataSourceSettings) === null || _c === void 0 ? void 0 : _c.getSerializableSettings(),
654
- allowMDI: this.allowMDI,
655
- rightToLeft: this.rightToLeft
656
- };
657
- };
658
- return DxReportDesignerModelSettingsComponent;
659
- }());
660
- DxReportDesignerModelSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
661
- DxReportDesignerModelSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerModelSettingsComponent, selector: "dxrd-designer-model-settings", inputs: { allowMDI: "allowMDI", rightToLeft: "rightToLeft" }, queries: [{ propertyName: "previewSettings", first: true, predicate: DxReportDesignerPreviewSettingsComponent, descendants: true }, { propertyName: "wizardSettings", first: true, predicate: DxReportDesignerWizardSettingsComponent, descendants: true }, { propertyName: "dataSourceSettings", first: true, predicate: DxReportDesignerDataSourceSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
662
- __decorate([
663
- core._inputConverter(core._booleanConverter)
664
- ], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
665
- __decorate([
666
- core._inputConverter(core._booleanConverter)
667
- ], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
668
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, decorators: [{
669
- type: i0.Component,
670
- args: [{
671
- template: '',
672
- selector: 'dxrd-designer-model-settings'
673
- }]
674
- }], propDecorators: { allowMDI: [{
675
- type: i0.Input
676
- }], rightToLeft: [{
677
- type: i0.Input
678
- }], previewSettings: [{
679
- type: i0.ContentChild,
680
- args: [DxReportDesignerPreviewSettingsComponent]
681
- }], wizardSettings: [{
682
- type: i0.ContentChild,
683
- args: [DxReportDesignerWizardSettingsComponent]
684
- }], dataSourceSettings: [{
685
- type: i0.ContentChild,
686
- args: [DxReportDesignerDataSourceSettingsComponent]
687
- }] } });
728
+ var DxReportDesignerModelSettingsComponent = /** @class */ (function () {
729
+ function DxReportDesignerModelSettingsComponent() {
730
+ }
731
+ DxReportDesignerModelSettingsComponent.prototype.getSerializableSettings = function () {
732
+ var _a, _b, _c;
733
+ return {
734
+ reportPreviewSettings: (_a = this.previewSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
735
+ wizardSettings: (_b = this.wizardSettings) === null || _b === void 0 ? void 0 : _b.getSerializableSettings(),
736
+ dataSourceSettings: (_c = this.dataSourceSettings) === null || _c === void 0 ? void 0 : _c.getSerializableSettings(),
737
+ allowMDI: this.allowMDI,
738
+ rightToLeft: this.rightToLeft
739
+ };
740
+ };
741
+ return DxReportDesignerModelSettingsComponent;
742
+ }());
743
+ DxReportDesignerModelSettingsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
744
+ DxReportDesignerModelSettingsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerModelSettingsComponent, selector: "dxrd-designer-model-settings", inputs: { allowMDI: "allowMDI", rightToLeft: "rightToLeft" }, queries: [{ propertyName: "previewSettings", first: true, predicate: DxReportDesignerPreviewSettingsComponent, descendants: true }, { propertyName: "wizardSettings", first: true, predicate: DxReportDesignerWizardSettingsComponent, descendants: true }, { propertyName: "dataSourceSettings", first: true, predicate: DxReportDesignerDataSourceSettingsComponent, descendants: true }], ngImport: i0__namespace, template: '', isInline: true });
745
+ __decorate([
746
+ core._inputConverter(core._booleanConverter)
747
+ ], DxReportDesignerModelSettingsComponent.prototype, "allowMDI", void 0);
748
+ __decorate([
749
+ core._inputConverter(core._booleanConverter)
750
+ ], DxReportDesignerModelSettingsComponent.prototype, "rightToLeft", void 0);
751
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModelSettingsComponent, decorators: [{
752
+ type: i0.Component,
753
+ args: [{
754
+ template: '',
755
+ selector: 'dxrd-designer-model-settings'
756
+ }]
757
+ }], propDecorators: { allowMDI: [{
758
+ type: i0.Input
759
+ }], rightToLeft: [{
760
+ type: i0.Input
761
+ }], previewSettings: [{
762
+ type: i0.ContentChild,
763
+ args: [DxReportDesignerPreviewSettingsComponent]
764
+ }], wizardSettings: [{
765
+ type: i0.ContentChild,
766
+ args: [DxReportDesignerWizardSettingsComponent]
767
+ }], dataSourceSettings: [{
768
+ type: i0.ContentChild,
769
+ args: [DxReportDesignerDataSourceSettingsComponent]
770
+ }] } });
688
771
 
689
- var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
690
- function DxReportDesignerRequestOptionsComponent() {
691
- }
692
- return DxReportDesignerRequestOptionsComponent;
693
- }());
694
- DxReportDesignerRequestOptionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
695
- DxReportDesignerRequestOptionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerRequestOptionsComponent, selector: "dxrd-request-options", inputs: { getDesignerModelAction: "getDesignerModelAction", getLocalizationAction: "getLocalizationAction", host: "host" }, ngImport: i0__namespace, template: '', isInline: true });
696
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, decorators: [{
697
- type: i0.Component,
698
- args: [{
699
- template: '',
700
- selector: 'dxrd-request-options'
701
- }]
702
- }], propDecorators: { getDesignerModelAction: [{
703
- type: i0.Input
704
- }], getLocalizationAction: [{
705
- type: i0.Input
706
- }], host: [{
707
- type: i0.Input
708
- }] } });
772
+ var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
773
+ function DxReportDesignerRequestOptionsComponent() {
774
+ }
775
+ return DxReportDesignerRequestOptionsComponent;
776
+ }());
777
+ DxReportDesignerRequestOptionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
778
+ DxReportDesignerRequestOptionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerRequestOptionsComponent, selector: "dxrd-request-options", inputs: { getDesignerModelAction: "getDesignerModelAction", getLocalizationAction: "getLocalizationAction", host: "host" }, ngImport: i0__namespace, template: '', isInline: true });
779
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerRequestOptionsComponent, decorators: [{
780
+ type: i0.Component,
781
+ args: [{
782
+ template: '',
783
+ selector: 'dxrd-request-options'
784
+ }]
785
+ }], propDecorators: { getDesignerModelAction: [{
786
+ type: i0.Input
787
+ }], getLocalizationAction: [{
788
+ type: i0.Input
789
+ }], host: [{
790
+ type: i0.Input
791
+ }] } });
709
792
 
710
- var DxReportDesignerComponent = /** @class */ (function (_super) {
711
- __extends(DxReportDesignerComponent, _super);
712
- function DxReportDesignerComponent(renderer, platformId) {
713
- var _this = _super.call(this, renderer, platformId) || this;
714
- _this.koReportUrl = ko__namespace.observable();
715
- return _this;
716
- }
717
- DxReportDesignerComponent.prototype.getCallbacks = function () {
718
- return this.callbacksComponent;
719
- };
720
- DxReportDesignerComponent.prototype.getKoBinding = function (options) {
721
- return new dxReportdesigner.JSReportDesignerBinding(options, this.getEventRaiser());
722
- };
723
- DxReportDesignerComponent.prototype.getControlOptions = function () {
724
- var _a;
725
- return {
726
- rightToLeft: this.rtl,
727
- developmentMode: this.developmentMode,
728
- reportUrl: this.koReportUrl,
729
- requestOptions: this.requestOptions,
730
- designerModelSettings: (_a = this.designerModelSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
731
- callbacks: { designer: {}, preview: {} }
732
- };
733
- };
734
- DxReportDesignerComponent.prototype.ngOnDestroy = function () {
735
- _super.prototype.ngOnDestroy.call(this);
736
- this.requestOptions = null;
737
- this.callbacksComponent = null;
738
- this.koReportUrl = null;
739
- this.designerModelSettings = null;
740
- };
741
- DxReportDesignerComponent.prototype.GetDesignerModel = function () {
742
- return this.bindingSender.GetDesignerModel();
743
- };
744
- DxReportDesignerComponent.prototype.GetPreviewModel = function () {
745
- return this.bindingSender.GetPreviewModel();
746
- };
747
- Object.defineProperty(DxReportDesignerComponent.prototype, "reportUrl", {
748
- get: function () {
749
- return this.koReportUrl();
750
- },
751
- set: function (reportUrl) {
752
- this.koReportUrl(reportUrl);
753
- },
754
- enumerable: false,
755
- configurable: true
756
- });
757
- return DxReportDesignerComponent;
758
- }(core.DxReportingComponent));
759
- DxReportDesignerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, deps: [{ token: i0__namespace.Renderer2 }, { token: i0.PLATFORM_ID }], target: i0__namespace.ɵɵFactoryTarget.Component });
760
- DxReportDesignerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerComponent, selector: "dx-report-designer", inputs: { reportUrl: "reportUrl" }, queries: [{ propertyName: "requestOptions", first: true, predicate: DxReportDesignerRequestOptionsComponent, descendants: true }, { propertyName: "callbacksComponent", first: true, predicate: DxReportDesignerCallbacksComponent, descendants: true }, { propertyName: "designerModelSettings", first: true, predicate: DxReportDesignerModelSettingsComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportDesigner: $data\"></div>\r\n</div>", directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
761
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, decorators: [{
762
- type: i0.Component,
763
- args: [{
764
- selector: 'dx-report-designer',
765
- encapsulation: i0.ViewEncapsulation.None,
766
- templateUrl: './dx-report-designer.component.html',
767
- styleUrls: []
768
- }]
769
- }], ctorParameters: function () {
770
- return [{ type: i0__namespace.Renderer2 }, { type: Object, decorators: [{
771
- type: i0.Inject,
772
- args: [i0.PLATFORM_ID]
773
- }] }];
774
- }, propDecorators: { requestOptions: [{
775
- type: i0.ContentChild,
776
- args: [DxReportDesignerRequestOptionsComponent]
777
- }], callbacksComponent: [{
778
- type: i0.ContentChild,
779
- args: [DxReportDesignerCallbacksComponent]
780
- }], designerModelSettings: [{
781
- type: i0.ContentChild,
782
- args: [DxReportDesignerModelSettingsComponent]
783
- }], reportUrl: [{
784
- type: i0.Input
785
- }] } });
793
+ var DxReportDesignerComponent = /** @class */ (function (_super) {
794
+ __extends(DxReportDesignerComponent, _super);
795
+ function DxReportDesignerComponent(renderer, platformId) {
796
+ var _this = _super.call(this, renderer, platformId) || this;
797
+ _this.koReportUrl = ko__namespace.observable();
798
+ return _this;
799
+ }
800
+ DxReportDesignerComponent.prototype.getCallbacks = function () {
801
+ return this.callbacksComponent;
802
+ };
803
+ DxReportDesignerComponent.prototype.getKoBinding = function (options) {
804
+ return new dxReportdesigner.JSReportDesignerBinding(options, this.getEventRaiser());
805
+ };
806
+ DxReportDesignerComponent.prototype.getControlOptions = function () {
807
+ var _a;
808
+ return {
809
+ rightToLeft: this.rtl,
810
+ developmentMode: this.developmentMode,
811
+ reportUrl: this.koReportUrl,
812
+ requestOptions: this.requestOptions,
813
+ designerModelSettings: (_a = this.designerModelSettings) === null || _a === void 0 ? void 0 : _a.getSerializableSettings(),
814
+ callbacks: { designer: {}, preview: {} }
815
+ };
816
+ };
817
+ DxReportDesignerComponent.prototype.ngOnDestroy = function () {
818
+ _super.prototype.ngOnDestroy.call(this);
819
+ this.requestOptions = null;
820
+ this.callbacksComponent = null;
821
+ this.koReportUrl = null;
822
+ this.designerModelSettings = null;
823
+ };
824
+ DxReportDesignerComponent.prototype.GetDesignerModel = function () {
825
+ return this.bindingSender.GetDesignerModel();
826
+ };
827
+ DxReportDesignerComponent.prototype.GetPreviewModel = function () {
828
+ return this.bindingSender.GetPreviewModel();
829
+ };
830
+ Object.defineProperty(DxReportDesignerComponent.prototype, "reportUrl", {
831
+ get: function () {
832
+ return this.koReportUrl();
833
+ },
834
+ set: function (reportUrl) {
835
+ this.koReportUrl(reportUrl);
836
+ },
837
+ enumerable: false,
838
+ configurable: true
839
+ });
840
+ return DxReportDesignerComponent;
841
+ }(core.DxReportingComponent));
842
+ DxReportDesignerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, deps: [{ token: i0__namespace.Renderer2 }, { token: i0.PLATFORM_ID }], target: i0__namespace.ɵɵFactoryTarget.Component });
843
+ DxReportDesignerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DxReportDesignerComponent, selector: "dx-report-designer", inputs: { reportUrl: "reportUrl" }, queries: [{ propertyName: "requestOptions", first: true, predicate: DxReportDesignerRequestOptionsComponent, descendants: true }, { propertyName: "callbacksComponent", first: true, predicate: DxReportDesignerCallbacksComponent, descendants: true }, { propertyName: "designerModelSettings", first: true, predicate: DxReportDesignerModelSettingsComponent, descendants: true }], usesInheritance: true, ngImport: i0__namespace, template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\r\n <div data-bind=\"dxReportDesigner: $data\"></div>\r\n</div>", directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0__namespace.ViewEncapsulation.None });
844
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerComponent, decorators: [{
845
+ type: i0.Component,
846
+ args: [{
847
+ selector: 'dx-report-designer',
848
+ encapsulation: i0.ViewEncapsulation.None,
849
+ templateUrl: './dx-report-designer.component.html',
850
+ styleUrls: []
851
+ }]
852
+ }], ctorParameters: function () {
853
+ return [{ type: i0__namespace.Renderer2 }, { type: Object, decorators: [{
854
+ type: i0.Inject,
855
+ args: [i0.PLATFORM_ID]
856
+ }] }];
857
+ }, propDecorators: { requestOptions: [{
858
+ type: i0.ContentChild,
859
+ args: [DxReportDesignerRequestOptionsComponent]
860
+ }], callbacksComponent: [{
861
+ type: i0.ContentChild,
862
+ args: [DxReportDesignerCallbacksComponent]
863
+ }], designerModelSettings: [{
864
+ type: i0.ContentChild,
865
+ args: [DxReportDesignerModelSettingsComponent]
866
+ }], reportUrl: [{
867
+ type: i0.Input
868
+ }] } });
786
869
 
787
- var DxReportDesignerModule = /** @class */ (function () {
788
- function DxReportDesignerModule() {
789
- }
790
- return DxReportDesignerModule;
791
- }());
792
- DxReportDesignerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
793
- DxReportDesignerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
794
- DxReportDesignerRequestOptionsComponent,
795
- DxReportDesignerComponent,
796
- DxReportDesignerPreviewSettingsComponent,
797
- DxReportDesignerWizardSettingsComponent,
798
- DxReportDesignerDataSourceSettingsComponent,
799
- DxReportDesignerModelSettingsComponent], imports: [i1.CommonModule], exports: [DxReportDesignerCallbacksComponent,
800
- DxReportDesignerRequestOptionsComponent,
801
- DxReportDesignerComponent,
802
- DxReportDesignerPreviewSettingsComponent,
803
- DxReportDesignerWizardSettingsComponent,
804
- DxReportDesignerDataSourceSettingsComponent,
805
- DxReportDesignerModelSettingsComponent], id: 'DxReportDesignerModule' });
806
- DxReportDesignerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, imports: [[i1.CommonModule]] });
807
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, decorators: [{
808
- type: i0.NgModule,
809
- args: [{
810
- id: 'DxReportDesignerModule',
811
- imports: [i1.CommonModule],
812
- declarations: [
813
- DxReportDesignerCallbacksComponent,
814
- DxReportDesignerRequestOptionsComponent,
815
- DxReportDesignerComponent,
816
- DxReportDesignerPreviewSettingsComponent,
817
- DxReportDesignerWizardSettingsComponent,
818
- DxReportDesignerDataSourceSettingsComponent,
819
- DxReportDesignerModelSettingsComponent
820
- ],
821
- exports: [
822
- DxReportDesignerCallbacksComponent,
823
- DxReportDesignerRequestOptionsComponent,
824
- DxReportDesignerComponent,
825
- DxReportDesignerPreviewSettingsComponent,
826
- DxReportDesignerWizardSettingsComponent,
827
- DxReportDesignerDataSourceSettingsComponent,
828
- DxReportDesignerModelSettingsComponent
829
- ]
830
- }]
831
- }] });
870
+ var DxReportDesignerModule = /** @class */ (function () {
871
+ function DxReportDesignerModule() {
872
+ }
873
+ return DxReportDesignerModule;
874
+ }());
875
+ DxReportDesignerModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
876
+ DxReportDesignerModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, declarations: [DxReportDesignerCallbacksComponent,
877
+ DxReportDesignerRequestOptionsComponent,
878
+ DxReportDesignerComponent,
879
+ DxReportDesignerPreviewSettingsComponent,
880
+ DxReportDesignerWizardSettingsComponent,
881
+ DxReportDesignerDataSourceSettingsComponent,
882
+ DxReportDesignerModelSettingsComponent], imports: [i1.CommonModule], exports: [DxReportDesignerCallbacksComponent,
883
+ DxReportDesignerRequestOptionsComponent,
884
+ DxReportDesignerComponent,
885
+ DxReportDesignerPreviewSettingsComponent,
886
+ DxReportDesignerWizardSettingsComponent,
887
+ DxReportDesignerDataSourceSettingsComponent,
888
+ DxReportDesignerModelSettingsComponent], id: 'DxReportDesignerModule' });
889
+ DxReportDesignerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, imports: [[i1.CommonModule]] });
890
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DxReportDesignerModule, decorators: [{
891
+ type: i0.NgModule,
892
+ args: [{
893
+ id: 'DxReportDesignerModule',
894
+ imports: [i1.CommonModule],
895
+ declarations: [
896
+ DxReportDesignerCallbacksComponent,
897
+ DxReportDesignerRequestOptionsComponent,
898
+ DxReportDesignerComponent,
899
+ DxReportDesignerPreviewSettingsComponent,
900
+ DxReportDesignerWizardSettingsComponent,
901
+ DxReportDesignerDataSourceSettingsComponent,
902
+ DxReportDesignerModelSettingsComponent
903
+ ],
904
+ exports: [
905
+ DxReportDesignerCallbacksComponent,
906
+ DxReportDesignerRequestOptionsComponent,
907
+ DxReportDesignerComponent,
908
+ DxReportDesignerPreviewSettingsComponent,
909
+ DxReportDesignerWizardSettingsComponent,
910
+ DxReportDesignerDataSourceSettingsComponent,
911
+ DxReportDesignerModelSettingsComponent
912
+ ]
913
+ }]
914
+ }] });
832
915
 
833
- /*
834
- * Public API Surface of reporting-angular/report-designer
835
- */
916
+ /*
917
+ * Public API Surface of reporting-angular/report-designer
918
+ */
836
919
 
837
- /**
838
- * Generated bundle index. Do not edit.
839
- */
920
+ /**
921
+ * Generated bundle index. Do not edit.
922
+ */
840
923
 
841
- exports.DxReportDesignerCallbacksComponent = DxReportDesignerCallbacksComponent;
842
- exports.DxReportDesignerComponent = DxReportDesignerComponent;
843
- exports.DxReportDesignerDataSourceSettingsComponent = DxReportDesignerDataSourceSettingsComponent;
844
- exports.DxReportDesignerModelSettingsComponent = DxReportDesignerModelSettingsComponent;
845
- exports.DxReportDesignerModule = DxReportDesignerModule;
846
- exports.DxReportDesignerPreviewSettingsComponent = DxReportDesignerPreviewSettingsComponent;
847
- exports.DxReportDesignerRequestOptionsComponent = DxReportDesignerRequestOptionsComponent;
848
- exports.DxReportDesignerWizardSettingsComponent = DxReportDesignerWizardSettingsComponent;
924
+ exports.DxReportDesignerCallbacksComponent = DxReportDesignerCallbacksComponent;
925
+ exports.DxReportDesignerComponent = DxReportDesignerComponent;
926
+ exports.DxReportDesignerDataSourceSettingsComponent = DxReportDesignerDataSourceSettingsComponent;
927
+ exports.DxReportDesignerModelSettingsComponent = DxReportDesignerModelSettingsComponent;
928
+ exports.DxReportDesignerModule = DxReportDesignerModule;
929
+ exports.DxReportDesignerPreviewSettingsComponent = DxReportDesignerPreviewSettingsComponent;
930
+ exports.DxReportDesignerRequestOptionsComponent = DxReportDesignerRequestOptionsComponent;
931
+ exports.DxReportDesignerWizardSettingsComponent = DxReportDesignerWizardSettingsComponent;
849
932
 
850
- Object.defineProperty(exports, '__esModule', { value: true });
933
+ Object.defineProperty(exports, '__esModule', { value: true });
851
934
 
852
935
  }));
853
936
  //# sourceMappingURL=devexpress-reporting-angular-dx-report-designer.umd.js.map