devexpress-reporting-angular 21.2.8-build-22137-1316 → 22.1.2-beta

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 (86) hide show
  1. package/bundles/devexpress-reporting-angular-core.umd.js +295 -171
  2. package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
  3. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +330 -302
  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 +436 -389
  6. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
  7. package/bundles/devexpress-reporting-angular.umd.js +37 -274
  8. package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
  9. package/core/package.json +2 -4
  10. package/dx-report-designer/dx-report-designer.component.d.ts +2 -1
  11. package/dx-report-designer/package.json +2 -4
  12. package/dx-report-viewer/dx-report-viewer.component.d.ts +2 -1
  13. package/dx-report-viewer/package.json +2 -4
  14. package/esm2015/all.js +15 -17
  15. package/esm2015/core/_input-converters.js +1 -1
  16. package/esm2015/core/devexpress-reporting-angular-core.js +1 -1
  17. package/esm2015/core/dx-reporting.component.js +20 -33
  18. package/esm2015/core/index.js +1 -1
  19. package/esm2015/devexpress-reporting-angular.js +1 -1
  20. package/esm2015/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +1 -1
  21. package/esm2015/dx-report-designer/dx-report-designer.component.js +15 -27
  22. package/esm2015/dx-report-designer/dx-report-designer.module.js +19 -21
  23. package/esm2015/dx-report-designer/dxrd-callbacks.js +41 -134
  24. package/esm2015/dx-report-designer/dxrd-request-options.js +13 -22
  25. package/esm2015/dx-report-designer/index.js +1 -1
  26. package/esm2015/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +1 -1
  27. package/esm2015/dx-report-viewer/dx-report-viewer.component.js +30 -59
  28. package/esm2015/dx-report-viewer/dx-report-viewer.module.js +29 -31
  29. package/esm2015/dx-report-viewer/dxrv-callbacks.js +25 -70
  30. package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +20 -22
  31. package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +17 -18
  32. package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +15 -18
  33. package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +12 -18
  34. package/esm2015/dx-report-viewer/dxrv-request-options.js +13 -22
  35. package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +12 -18
  36. package/esm2015/dx-report-viewer/index.js +1 -1
  37. package/esm2015/index.js +1 -1
  38. package/fesm2015/devexpress-reporting-angular-core.js +20 -32
  39. package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
  40. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +89 -198
  41. package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
  42. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +163 -252
  43. package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
  44. package/fesm2015/devexpress-reporting-angular.js +14 -15
  45. package/fesm2015/devexpress-reporting-angular.js.map +1 -1
  46. package/package.json +8 -26
  47. package/bundles/devexpress-reporting-angular-core.umd.min.js +0 -16
  48. package/bundles/devexpress-reporting-angular-core.umd.min.js.map +0 -1
  49. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js +0 -16
  50. package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js.map +0 -1
  51. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js +0 -16
  52. package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js.map +0 -1
  53. package/bundles/devexpress-reporting-angular.umd.min.js +0 -16
  54. package/bundles/devexpress-reporting-angular.umd.min.js.map +0 -1
  55. package/esm5/all.js +0 -23
  56. package/esm5/core/_input-converters.js +0 -38
  57. package/esm5/core/devexpress-reporting-angular-core.js +0 -5
  58. package/esm5/core/dx-reporting.component.js +0 -67
  59. package/esm5/core/index.js +0 -6
  60. package/esm5/devexpress-reporting-angular.js +0 -5
  61. package/esm5/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +0 -5
  62. package/esm5/dx-report-designer/dx-report-designer.component.js +0 -81
  63. package/esm5/dx-report-designer/dx-report-designer.module.js +0 -29
  64. package/esm5/dx-report-designer/dxrd-callbacks.js +0 -170
  65. package/esm5/dx-report-designer/dxrd-request-options.js +0 -27
  66. package/esm5/dx-report-designer/index.js +0 -8
  67. package/esm5/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +0 -5
  68. package/esm5/dx-report-viewer/dx-report-viewer.component.js +0 -120
  69. package/esm5/dx-report-viewer/dx-report-viewer.module.js +0 -44
  70. package/esm5/dx-report-viewer/dxrv-callbacks.js +0 -90
  71. package/esm5/dx-report-viewer/dxrv-export-settings.component.js +0 -31
  72. package/esm5/dx-report-viewer/dxrv-mobile-mode-settings.component.js +0 -26
  73. package/esm5/dx-report-viewer/dxrv-progressbar-settings.component.js +0 -25
  74. package/esm5/dx-report-viewer/dxrv-remote-settings.component.js +0 -23
  75. package/esm5/dx-report-viewer/dxrv-request-options.js +0 -28
  76. package/esm5/dx-report-viewer/dxrv-tabpanel-settings.component.js +0 -23
  77. package/esm5/dx-report-viewer/index.js +0 -13
  78. package/esm5/index.js +0 -7
  79. package/fesm5/devexpress-reporting-angular-core.js +0 -114
  80. package/fesm5/devexpress-reporting-angular-core.js.map +0 -1
  81. package/fesm5/devexpress-reporting-angular-dx-report-designer.js +0 -303
  82. package/fesm5/devexpress-reporting-angular-dx-report-designer.js.map +0 -1
  83. package/fesm5/devexpress-reporting-angular-dx-report-viewer.js +0 -378
  84. package/fesm5/devexpress-reporting-angular-dx-report-viewer.js.map +0 -1
  85. package/fesm5/devexpress-reporting-angular.js +0 -35
  86. package/fesm5/devexpress-reporting-angular.js.map +0 -1
@@ -1,10 +1,68 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('knockout')) :
3
3
  typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/core', ['exports', '@angular/core', '@angular/common', 'knockout'], factory) :
4
- (global = global || self, factory((global['devexpress-reporting-angular'] = global['devexpress-reporting-angular'] || {}, global['devexpress-reporting-angular'].core = {}), global.ng.core, global.ng.common, global.knockout));
5
- }(this, (function (exports, core, common, knockout) { 'use strict';
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
+ })(this, (function (exports, core, common, ko) { 'use strict';
6
6
 
7
- /*! *****************************************************************************
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
+ });
20
+ }
21
+ n["default"] = e;
22
+ return Object.freeze(n);
23
+ }
24
+
25
+ var ko__namespace = /*#__PURE__*/_interopNamespace(ko);
26
+
27
+ var _booleanConverter = function (value) {
28
+ if (value === null || value === undefined || typeof value === 'boolean')
29
+ return value;
30
+ return value.toString() === 'true';
31
+ };
32
+ var _numberConverter = function (value) {
33
+ if (value === null || value === undefined || typeof value === 'number')
34
+ return value;
35
+ return parseFloat(value.toString());
36
+ };
37
+ function _inputConverter(converter) {
38
+ return function (target, key) {
39
+ var definition = Object.getOwnPropertyDescriptor(target, key);
40
+ if (definition) {
41
+ Object.defineProperty(target, key, {
42
+ get: definition.get,
43
+ set: function (newValue) {
44
+ definition.set(converter(newValue));
45
+ },
46
+ enumerable: true,
47
+ configurable: true
48
+ });
49
+ }
50
+ else {
51
+ Object.defineProperty(target, key, {
52
+ get: function () {
53
+ return this['__' + key];
54
+ },
55
+ set: function (newValue) {
56
+ this['__' + key] = converter(newValue);
57
+ },
58
+ enumerable: true,
59
+ configurable: true
60
+ });
61
+ }
62
+ };
63
+ }
64
+
65
+ /******************************************************************************
8
66
  Copyright (c) Microsoft Corporation.
9
67
 
10
68
  Permission to use, copy, modify, and/or distribute this software for any
@@ -19,35 +77,38 @@
19
77
  PERFORMANCE OF THIS SOFTWARE.
20
78
  ***************************************************************************** */
21
79
  /* global Reflect, Promise */
22
-
23
- var extendStatics = function(d, b) {
80
+ var extendStatics = function (d, b) {
24
81
  extendStatics = Object.setPrototypeOf ||
25
82
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
83
+ function (d, b) { for (var p in b)
84
+ if (Object.prototype.hasOwnProperty.call(b, p))
85
+ d[p] = b[p]; };
27
86
  return extendStatics(d, b);
28
87
  };
29
-
30
88
  function __extends(d, b) {
89
+ if (typeof b !== "function" && b !== null)
90
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
31
91
  extendStatics(d, b);
32
92
  function __() { this.constructor = d; }
33
93
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
34
94
  }
35
-
36
- var __assign = function() {
95
+ var __assign = function () {
37
96
  __assign = Object.assign || function __assign(t) {
38
97
  for (var s, i = 1, n = arguments.length; i < n; i++) {
39
98
  s = arguments[i];
40
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
99
+ for (var p in s)
100
+ if (Object.prototype.hasOwnProperty.call(s, p))
101
+ t[p] = s[p];
41
102
  }
42
103
  return t;
43
104
  };
44
105
  return __assign.apply(this, arguments);
45
106
  };
46
-
47
107
  function __rest(s, e) {
48
108
  var t = {};
49
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
50
- t[p] = s[p];
109
+ for (var p in s)
110
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
111
+ t[p] = s[p];
51
112
  if (s != null && typeof Object.getOwnPropertySymbols === "function")
52
113
  for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
53
114
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
@@ -55,210 +116,277 @@
55
116
  }
56
117
  return t;
57
118
  }
58
-
59
119
  function __decorate(decorators, target, key, desc) {
60
120
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
61
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
62
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
121
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
122
+ r = Reflect.decorate(decorators, target, key, desc);
123
+ else
124
+ for (var i = decorators.length - 1; i >= 0; i--)
125
+ if (d = decorators[i])
126
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
63
127
  return c > 3 && r && Object.defineProperty(target, key, r), r;
64
128
  }
65
-
66
129
  function __param(paramIndex, decorator) {
67
- return function (target, key) { decorator(target, key, paramIndex); }
130
+ return function (target, key) { decorator(target, key, paramIndex); };
68
131
  }
69
-
70
132
  function __metadata(metadataKey, metadataValue) {
71
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
133
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
134
+ return Reflect.metadata(metadataKey, metadataValue);
72
135
  }
73
-
74
136
  function __awaiter(thisArg, _arguments, P, generator) {
75
137
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
76
138
  return new (P || (P = Promise))(function (resolve, reject) {
77
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
78
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
139
+ function fulfilled(value) { try {
140
+ step(generator.next(value));
141
+ }
142
+ catch (e) {
143
+ reject(e);
144
+ } }
145
+ function rejected(value) { try {
146
+ step(generator["throw"](value));
147
+ }
148
+ catch (e) {
149
+ reject(e);
150
+ } }
79
151
  function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
80
152
  step((generator = generator.apply(thisArg, _arguments || [])).next());
81
153
  });
82
154
  }
83
-
84
155
  function __generator(thisArg, body) {
85
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
86
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
156
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
157
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
158
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
87
159
  function verb(n) { return function (v) { return step([n, v]); }; }
88
160
  function step(op) {
89
- if (f) throw new TypeError("Generator is already executing.");
90
- while (_) try {
91
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
92
- if (y = 0, t) op = [op[0] & 2, t.value];
93
- switch (op[0]) {
94
- case 0: case 1: t = op; break;
95
- case 4: _.label++; return { value: op[1], done: false };
96
- case 5: _.label++; y = op[1]; op = [0]; continue;
97
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
98
- default:
99
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
100
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
101
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
102
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
103
- if (t[2]) _.ops.pop();
104
- _.trys.pop(); continue;
161
+ if (f)
162
+ throw new TypeError("Generator is already executing.");
163
+ while (_)
164
+ try {
165
+ 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)
166
+ return t;
167
+ if (y = 0, t)
168
+ op = [op[0] & 2, t.value];
169
+ switch (op[0]) {
170
+ case 0:
171
+ case 1:
172
+ t = op;
173
+ break;
174
+ case 4:
175
+ _.label++;
176
+ return { value: op[1], done: false };
177
+ case 5:
178
+ _.label++;
179
+ y = op[1];
180
+ op = [0];
181
+ continue;
182
+ case 7:
183
+ op = _.ops.pop();
184
+ _.trys.pop();
185
+ continue;
186
+ default:
187
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
188
+ _ = 0;
189
+ continue;
190
+ }
191
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
192
+ _.label = op[1];
193
+ break;
194
+ }
195
+ if (op[0] === 6 && _.label < t[1]) {
196
+ _.label = t[1];
197
+ t = op;
198
+ break;
199
+ }
200
+ if (t && _.label < t[2]) {
201
+ _.label = t[2];
202
+ _.ops.push(op);
203
+ break;
204
+ }
205
+ if (t[2])
206
+ _.ops.pop();
207
+ _.trys.pop();
208
+ continue;
209
+ }
210
+ op = body.call(thisArg, _);
211
+ }
212
+ catch (e) {
213
+ op = [6, e];
214
+ y = 0;
105
215
  }
106
- op = body.call(thisArg, _);
107
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
108
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
216
+ finally {
217
+ f = t = 0;
218
+ }
219
+ if (op[0] & 5)
220
+ throw op[1];
221
+ return { value: op[0] ? op[1] : void 0, done: true };
109
222
  }
110
223
  }
111
-
112
- function __createBinding(o, m, k, k2) {
113
- if (k2 === undefined) k2 = k;
224
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
225
+ if (k2 === undefined)
226
+ k2 = k;
227
+ var desc = Object.getOwnPropertyDescriptor(m, k);
228
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
229
+ desc = { enumerable: true, get: function () { return m[k]; } };
230
+ }
231
+ Object.defineProperty(o, k2, desc);
232
+ }) : (function (o, m, k, k2) {
233
+ if (k2 === undefined)
234
+ k2 = k;
114
235
  o[k2] = m[k];
236
+ });
237
+ function __exportStar(m, o) {
238
+ for (var p in m)
239
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
240
+ __createBinding(o, m, p);
115
241
  }
116
-
117
- function __exportStar(m, exports) {
118
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
119
- }
120
-
121
242
  function __values(o) {
122
243
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
123
- if (m) return m.call(o);
124
- if (o && typeof o.length === "number") return {
125
- next: function () {
126
- if (o && i >= o.length) o = void 0;
127
- return { value: o && o[i++], done: !o };
128
- }
129
- };
244
+ if (m)
245
+ return m.call(o);
246
+ if (o && typeof o.length === "number")
247
+ return {
248
+ next: function () {
249
+ if (o && i >= o.length)
250
+ o = void 0;
251
+ return { value: o && o[i++], done: !o };
252
+ }
253
+ };
130
254
  throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
131
255
  }
132
-
133
256
  function __read(o, n) {
134
257
  var m = typeof Symbol === "function" && o[Symbol.iterator];
135
- if (!m) return o;
258
+ if (!m)
259
+ return o;
136
260
  var i = m.call(o), r, ar = [], e;
137
261
  try {
138
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
262
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
263
+ ar.push(r.value);
264
+ }
265
+ catch (error) {
266
+ e = { error: error };
139
267
  }
140
- catch (error) { e = { error: error }; }
141
268
  finally {
142
269
  try {
143
- if (r && !r.done && (m = i["return"])) m.call(i);
270
+ if (r && !r.done && (m = i["return"]))
271
+ m.call(i);
272
+ }
273
+ finally {
274
+ if (e)
275
+ throw e.error;
144
276
  }
145
- finally { if (e) throw e.error; }
146
277
  }
147
278
  return ar;
148
279
  }
149
-
280
+ /** @deprecated */
150
281
  function __spread() {
151
282
  for (var ar = [], i = 0; i < arguments.length; i++)
152
283
  ar = ar.concat(__read(arguments[i]));
153
284
  return ar;
154
285
  }
155
-
286
+ /** @deprecated */
156
287
  function __spreadArrays() {
157
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
288
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
289
+ s += arguments[i].length;
158
290
  for (var r = Array(s), k = 0, i = 0; i < il; i++)
159
291
  for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
160
292
  r[k] = a[j];
161
293
  return r;
162
- };
163
-
294
+ }
295
+ function __spreadArray(to, from, pack) {
296
+ if (pack || arguments.length === 2)
297
+ for (var i = 0, l = from.length, ar; i < l; i++) {
298
+ if (ar || !(i in from)) {
299
+ if (!ar)
300
+ ar = Array.prototype.slice.call(from, 0, i);
301
+ ar[i] = from[i];
302
+ }
303
+ }
304
+ return to.concat(ar || Array.prototype.slice.call(from));
305
+ }
164
306
  function __await(v) {
165
307
  return this instanceof __await ? (this.v = v, this) : new __await(v);
166
308
  }
167
-
168
309
  function __asyncGenerator(thisArg, _arguments, generator) {
169
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
310
+ if (!Symbol.asyncIterator)
311
+ throw new TypeError("Symbol.asyncIterator is not defined.");
170
312
  var g = generator.apply(thisArg, _arguments || []), i, q = [];
171
313
  return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
172
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
173
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
314
+ function verb(n) { if (g[n])
315
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
316
+ function resume(n, v) { try {
317
+ step(g[n](v));
318
+ }
319
+ catch (e) {
320
+ settle(q[0][3], e);
321
+ } }
174
322
  function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
175
323
  function fulfill(value) { resume("next", value); }
176
324
  function reject(value) { resume("throw", value); }
177
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
325
+ function settle(f, v) { if (f(v), q.shift(), q.length)
326
+ resume(q[0][0], q[0][1]); }
178
327
  }
179
-
180
328
  function __asyncDelegator(o) {
181
329
  var i, p;
182
330
  return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
183
331
  function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
184
332
  }
185
-
186
333
  function __asyncValues(o) {
187
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
334
+ if (!Symbol.asyncIterator)
335
+ throw new TypeError("Symbol.asyncIterator is not defined.");
188
336
  var m = o[Symbol.asyncIterator], i;
189
337
  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);
190
338
  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); }); }; }
191
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
339
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
192
340
  }
193
-
194
341
  function __makeTemplateObject(cooked, raw) {
195
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
342
+ if (Object.defineProperty) {
343
+ Object.defineProperty(cooked, "raw", { value: raw });
344
+ }
345
+ else {
346
+ cooked.raw = raw;
347
+ }
196
348
  return cooked;
349
+ }
350
+ ;
351
+ var __setModuleDefault = Object.create ? (function (o, v) {
352
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
353
+ }) : function (o, v) {
354
+ o["default"] = v;
197
355
  };
198
-
199
356
  function __importStar(mod) {
200
- if (mod && mod.__esModule) return mod;
357
+ if (mod && mod.__esModule)
358
+ return mod;
201
359
  var result = {};
202
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
203
- result.default = mod;
360
+ if (mod != null)
361
+ for (var k in mod)
362
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
363
+ __createBinding(result, mod, k);
364
+ __setModuleDefault(result, mod);
204
365
  return result;
205
366
  }
206
-
207
367
  function __importDefault(mod) {
208
368
  return (mod && mod.__esModule) ? mod : { default: mod };
209
369
  }
210
-
211
- function __classPrivateFieldGet(receiver, privateMap) {
212
- if (!privateMap.has(receiver)) {
213
- throw new TypeError("attempted to get private field on non-instance");
214
- }
215
- return privateMap.get(receiver);
370
+ function __classPrivateFieldGet(receiver, state, kind, f) {
371
+ if (kind === "a" && !f)
372
+ throw new TypeError("Private accessor was defined without a getter");
373
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
374
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
375
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
216
376
  }
217
-
218
- function __classPrivateFieldSet(receiver, privateMap, value) {
219
- if (!privateMap.has(receiver)) {
220
- throw new TypeError("attempted to set private field on non-instance");
221
- }
222
- privateMap.set(receiver, value);
223
- return value;
224
- }
225
-
226
- var _booleanConverter = function (value) {
227
- if (value === null || value === undefined || typeof value === 'boolean')
228
- return value;
229
- return value.toString() === 'true';
230
- };
231
- var _numberConverter = function (value) {
232
- if (value === null || value === undefined || typeof value === 'number')
233
- return value;
234
- return parseFloat(value.toString());
235
- };
236
- function _inputConverter(converter) {
237
- return function (target, key) {
238
- var definition = Object.getOwnPropertyDescriptor(target, key);
239
- if (definition) {
240
- Object.defineProperty(target, key, {
241
- get: definition.get,
242
- set: function (newValue) {
243
- definition.set(converter(newValue));
244
- },
245
- enumerable: true,
246
- configurable: true
247
- });
248
- }
249
- else {
250
- Object.defineProperty(target, key, {
251
- get: function () {
252
- return this['__' + key];
253
- },
254
- set: function (newValue) {
255
- this['__' + key] = converter(newValue);
256
- },
257
- enumerable: true,
258
- configurable: true
259
- });
260
- }
261
- };
377
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
378
+ if (kind === "m")
379
+ throw new TypeError("Private method is not writable");
380
+ if (kind === "a" && !f)
381
+ throw new TypeError("Private accessor was defined without a setter");
382
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
383
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
384
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
385
+ }
386
+ function __classPrivateFieldIn(state, receiver) {
387
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
388
+ throw new TypeError("Cannot use 'in' operator on non-object");
389
+ return typeof state === "function" ? receiver === state : state.has(receiver);
262
390
  }
263
391
 
264
392
  var DxReportingComponent = /** @class */ (function () {
@@ -279,7 +407,7 @@
279
407
  }
280
408
  };
281
409
  DxReportingComponent.prototype.ngOnDestroy = function () {
282
- knockout.cleanNode(this.control.nativeElement);
410
+ ko__namespace.cleanNode(this.control.nativeElement);
283
411
  this._koBinding = null;
284
412
  this.bindingSender = null;
285
413
  this.callbacks = null;
@@ -289,38 +417,34 @@
289
417
  var component = this;
290
418
  return function (eventName, args) { return component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component }); };
291
419
  };
292
- __decorate([
293
- core.ViewChild('control'),
294
- __metadata("design:type", core.ElementRef)
295
- ], DxReportingComponent.prototype, "control", void 0);
296
- __decorate([
297
- core.Input(),
298
- __metadata("design:type", String)
299
- ], DxReportingComponent.prototype, "height", void 0);
300
- __decorate([
301
- core.Input(),
302
- __metadata("design:type", String)
303
- ], DxReportingComponent.prototype, "width", void 0);
304
- __decorate([
305
- core.Input(),
306
- __metadata("design:type", String)
307
- ], DxReportingComponent.prototype, "cssClass", void 0);
308
- __decorate([
309
- core.Input(),
310
- _inputConverter(_booleanConverter),
311
- __metadata("design:type", Boolean)
312
- ], DxReportingComponent.prototype, "rtl", void 0);
313
- __decorate([
314
- core.Input(),
315
- _inputConverter(_booleanConverter),
316
- __metadata("design:type", Boolean)
317
- ], DxReportingComponent.prototype, "developmentMode", void 0);
318
- DxReportingComponent = __decorate([
319
- __param(1, core.Inject(core.PLATFORM_ID)),
320
- __metadata("design:paramtypes", [core.Renderer2, Object])
321
- ], DxReportingComponent);
322
420
  return DxReportingComponent;
323
- }());
421
+ }());
422
+ DxReportingComponent.ctorParameters = function () { return [
423
+ { type: core.Renderer2 },
424
+ { type: Object, decorators: [{ type: core.Inject, args: [core.PLATFORM_ID,] }] }
425
+ ]; };
426
+ DxReportingComponent.propDecorators = {
427
+ control: [{ type: core.ViewChild, args: ['control',] }],
428
+ height: [{ type: core.Input }],
429
+ width: [{ type: core.Input }],
430
+ cssClass: [{ type: core.Input }],
431
+ rtl: [{ type: core.Input }],
432
+ developmentMode: [{ type: core.Input }]
433
+ };
434
+ __decorate([
435
+ _inputConverter(_booleanConverter)
436
+ ], DxReportingComponent.prototype, "rtl", void 0);
437
+ __decorate([
438
+ _inputConverter(_booleanConverter)
439
+ ], DxReportingComponent.prototype, "developmentMode", void 0);
440
+
441
+ /*
442
+ * Public API Surface of reporting-angular/core
443
+ */
444
+
445
+ /**
446
+ * Generated bundle index. Do not edit.
447
+ */
324
448
 
325
449
  exports.DxReportingComponent = DxReportingComponent;
326
450
  exports._booleanConverter = _booleanConverter;
@@ -329,5 +453,5 @@
329
453
 
330
454
  Object.defineProperty(exports, '__esModule', { value: true });
331
455
 
332
- })));
456
+ }));
333
457
  //# sourceMappingURL=devexpress-reporting-angular-core.umd.js.map