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.
- package/bundles/devexpress-reporting-angular-core.umd.js +295 -171
- package/bundles/devexpress-reporting-angular-core.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js +330 -302
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js +436 -389
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.js.map +1 -1
- package/bundles/devexpress-reporting-angular.umd.js +37 -274
- package/bundles/devexpress-reporting-angular.umd.js.map +1 -1
- package/core/package.json +2 -4
- package/dx-report-designer/dx-report-designer.component.d.ts +2 -1
- package/dx-report-designer/package.json +2 -4
- package/dx-report-viewer/dx-report-viewer.component.d.ts +2 -1
- package/dx-report-viewer/package.json +2 -4
- package/esm2015/all.js +15 -17
- package/esm2015/core/_input-converters.js +1 -1
- package/esm2015/core/devexpress-reporting-angular-core.js +1 -1
- package/esm2015/core/dx-reporting.component.js +20 -33
- package/esm2015/core/index.js +1 -1
- package/esm2015/devexpress-reporting-angular.js +1 -1
- package/esm2015/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +1 -1
- package/esm2015/dx-report-designer/dx-report-designer.component.js +15 -27
- package/esm2015/dx-report-designer/dx-report-designer.module.js +19 -21
- package/esm2015/dx-report-designer/dxrd-callbacks.js +41 -134
- package/esm2015/dx-report-designer/dxrd-request-options.js +13 -22
- package/esm2015/dx-report-designer/index.js +1 -1
- package/esm2015/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +1 -1
- package/esm2015/dx-report-viewer/dx-report-viewer.component.js +30 -59
- package/esm2015/dx-report-viewer/dx-report-viewer.module.js +29 -31
- package/esm2015/dx-report-viewer/dxrv-callbacks.js +25 -70
- package/esm2015/dx-report-viewer/dxrv-export-settings.component.js +20 -22
- package/esm2015/dx-report-viewer/dxrv-mobile-mode-settings.component.js +17 -18
- package/esm2015/dx-report-viewer/dxrv-progressbar-settings.component.js +15 -18
- package/esm2015/dx-report-viewer/dxrv-remote-settings.component.js +12 -18
- package/esm2015/dx-report-viewer/dxrv-request-options.js +13 -22
- package/esm2015/dx-report-viewer/dxrv-tabpanel-settings.component.js +12 -18
- package/esm2015/dx-report-viewer/index.js +1 -1
- package/esm2015/index.js +1 -1
- package/fesm2015/devexpress-reporting-angular-core.js +20 -32
- package/fesm2015/devexpress-reporting-angular-core.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js +89 -198
- package/fesm2015/devexpress-reporting-angular-dx-report-designer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js +163 -252
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.js.map +1 -1
- package/fesm2015/devexpress-reporting-angular.js +14 -15
- package/fesm2015/devexpress-reporting-angular.js.map +1 -1
- package/package.json +8 -26
- package/bundles/devexpress-reporting-angular-core.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-core.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-dx-report-designer.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular-dx-report-viewer.umd.min.js.map +0 -1
- package/bundles/devexpress-reporting-angular.umd.min.js +0 -16
- package/bundles/devexpress-reporting-angular.umd.min.js.map +0 -1
- package/esm5/all.js +0 -23
- package/esm5/core/_input-converters.js +0 -38
- package/esm5/core/devexpress-reporting-angular-core.js +0 -5
- package/esm5/core/dx-reporting.component.js +0 -67
- package/esm5/core/index.js +0 -6
- package/esm5/devexpress-reporting-angular.js +0 -5
- package/esm5/dx-report-designer/devexpress-reporting-angular-dx-report-designer.js +0 -5
- package/esm5/dx-report-designer/dx-report-designer.component.js +0 -81
- package/esm5/dx-report-designer/dx-report-designer.module.js +0 -29
- package/esm5/dx-report-designer/dxrd-callbacks.js +0 -170
- package/esm5/dx-report-designer/dxrd-request-options.js +0 -27
- package/esm5/dx-report-designer/index.js +0 -8
- package/esm5/dx-report-viewer/devexpress-reporting-angular-dx-report-viewer.js +0 -5
- package/esm5/dx-report-viewer/dx-report-viewer.component.js +0 -120
- package/esm5/dx-report-viewer/dx-report-viewer.module.js +0 -44
- package/esm5/dx-report-viewer/dxrv-callbacks.js +0 -90
- package/esm5/dx-report-viewer/dxrv-export-settings.component.js +0 -31
- package/esm5/dx-report-viewer/dxrv-mobile-mode-settings.component.js +0 -26
- package/esm5/dx-report-viewer/dxrv-progressbar-settings.component.js +0 -25
- package/esm5/dx-report-viewer/dxrv-remote-settings.component.js +0 -23
- package/esm5/dx-report-viewer/dxrv-request-options.js +0 -28
- package/esm5/dx-report-viewer/dxrv-tabpanel-settings.component.js +0 -23
- package/esm5/dx-report-viewer/index.js +0 -13
- package/esm5/index.js +0 -7
- package/fesm5/devexpress-reporting-angular-core.js +0 -114
- package/fesm5/devexpress-reporting-angular-core.js.map +0 -1
- package/fesm5/devexpress-reporting-angular-dx-report-designer.js +0 -303
- package/fesm5/devexpress-reporting-angular-dx-report-designer.js.map +0 -1
- package/fesm5/devexpress-reporting-angular-dx-report-viewer.js +0 -378
- package/fesm5/devexpress-reporting-angular-dx-report-viewer.js.map +0 -1
- package/fesm5/devexpress-reporting-angular.js +0 -35
- package/fesm5/devexpress-reporting-angular.js.map +0 -1
@@ -1,10 +1,47 @@
|
|
1
1
|
(function (global, factory) {
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('devexpress-reporting/dx-reportdesigner'), require('knockout'), require('devexpress-reporting-angular/core')) :
|
3
3
|
typeof define === 'function' && define.amd ? define('devexpress-reporting-angular/dx-report-designer', ['exports', '@angular/core', '@angular/common', 'devexpress-reporting/dx-reportdesigner', 'knockout', 'devexpress-reporting-angular/core'], factory) :
|
4
|
-
(global = global || self, factory((global[
|
5
|
-
}(this, (function (exports, core, common, dxReportdesigner,
|
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.ng.common, global.dxReportdesigner, global.ko, global["devexpress-reporting-angular"].core));
|
5
|
+
})(this, (function (exports, core, common, dxReportdesigner, ko, core$1) { '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 DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
|
28
|
+
function DxReportDesignerRequestOptionsComponent() {
|
29
|
+
}
|
30
|
+
return DxReportDesignerRequestOptionsComponent;
|
31
|
+
}());
|
32
|
+
DxReportDesignerRequestOptionsComponent.decorators = [
|
33
|
+
{ type: core.Component, args: [{
|
34
|
+
template: '',
|
35
|
+
selector: 'dxrd-request-options'
|
36
|
+
},] }
|
37
|
+
];
|
38
|
+
DxReportDesignerRequestOptionsComponent.propDecorators = {
|
39
|
+
getDesignerModelAction: [{ type: core.Input }],
|
40
|
+
getLocalizationAction: [{ type: core.Input }],
|
41
|
+
host: [{ type: core.Input }]
|
42
|
+
};
|
43
|
+
|
44
|
+
/******************************************************************************
|
8
45
|
Copyright (c) Microsoft Corporation.
|
9
46
|
|
10
47
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -19,35 +56,38 @@
|
|
19
56
|
PERFORMANCE OF THIS SOFTWARE.
|
20
57
|
***************************************************************************** */
|
21
58
|
/* global Reflect, Promise */
|
22
|
-
|
23
|
-
var extendStatics = function(d, b) {
|
59
|
+
var extendStatics = function (d, b) {
|
24
60
|
extendStatics = Object.setPrototypeOf ||
|
25
61
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
26
|
-
function (d, b) { for (var p in b)
|
62
|
+
function (d, b) { for (var p in b)
|
63
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
64
|
+
d[p] = b[p]; };
|
27
65
|
return extendStatics(d, b);
|
28
66
|
};
|
29
|
-
|
30
67
|
function __extends(d, b) {
|
68
|
+
if (typeof b !== "function" && b !== null)
|
69
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
31
70
|
extendStatics(d, b);
|
32
71
|
function __() { this.constructor = d; }
|
33
72
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
34
73
|
}
|
35
|
-
|
36
|
-
var __assign = function() {
|
74
|
+
var __assign = function () {
|
37
75
|
__assign = Object.assign || function __assign(t) {
|
38
76
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
39
77
|
s = arguments[i];
|
40
|
-
for (var p in s)
|
78
|
+
for (var p in s)
|
79
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
80
|
+
t[p] = s[p];
|
41
81
|
}
|
42
82
|
return t;
|
43
83
|
};
|
44
84
|
return __assign.apply(this, arguments);
|
45
85
|
};
|
46
|
-
|
47
86
|
function __rest(s, e) {
|
48
87
|
var t = {};
|
49
|
-
for (var p in s)
|
50
|
-
|
88
|
+
for (var p in s)
|
89
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
90
|
+
t[p] = s[p];
|
51
91
|
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
52
92
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
53
93
|
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
@@ -55,198 +95,279 @@
|
|
55
95
|
}
|
56
96
|
return t;
|
57
97
|
}
|
58
|
-
|
59
98
|
function __decorate(decorators, target, key, desc) {
|
60
99
|
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")
|
62
|
-
|
100
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
101
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
102
|
+
else
|
103
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
104
|
+
if (d = decorators[i])
|
105
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
63
106
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
64
107
|
}
|
65
|
-
|
66
108
|
function __param(paramIndex, decorator) {
|
67
|
-
return function (target, key) { decorator(target, key, paramIndex); }
|
109
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
68
110
|
}
|
69
|
-
|
70
111
|
function __metadata(metadataKey, metadataValue) {
|
71
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
112
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
113
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
72
114
|
}
|
73
|
-
|
74
115
|
function __awaiter(thisArg, _arguments, P, generator) {
|
75
116
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
76
117
|
return new (P || (P = Promise))(function (resolve, reject) {
|
77
|
-
function fulfilled(value) { try {
|
78
|
-
|
118
|
+
function fulfilled(value) { try {
|
119
|
+
step(generator.next(value));
|
120
|
+
}
|
121
|
+
catch (e) {
|
122
|
+
reject(e);
|
123
|
+
} }
|
124
|
+
function rejected(value) { try {
|
125
|
+
step(generator["throw"](value));
|
126
|
+
}
|
127
|
+
catch (e) {
|
128
|
+
reject(e);
|
129
|
+
} }
|
79
130
|
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
80
131
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
81
132
|
});
|
82
133
|
}
|
83
|
-
|
84
134
|
function __generator(thisArg, body) {
|
85
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1)
|
86
|
-
|
135
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
136
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
137
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
87
138
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
88
139
|
function step(op) {
|
89
|
-
if (f)
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
140
|
+
if (f)
|
141
|
+
throw new TypeError("Generator is already executing.");
|
142
|
+
while (_)
|
143
|
+
try {
|
144
|
+
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)
|
145
|
+
return t;
|
146
|
+
if (y = 0, t)
|
147
|
+
op = [op[0] & 2, t.value];
|
148
|
+
switch (op[0]) {
|
149
|
+
case 0:
|
150
|
+
case 1:
|
151
|
+
t = op;
|
152
|
+
break;
|
153
|
+
case 4:
|
154
|
+
_.label++;
|
155
|
+
return { value: op[1], done: false };
|
156
|
+
case 5:
|
157
|
+
_.label++;
|
158
|
+
y = op[1];
|
159
|
+
op = [0];
|
160
|
+
continue;
|
161
|
+
case 7:
|
162
|
+
op = _.ops.pop();
|
163
|
+
_.trys.pop();
|
164
|
+
continue;
|
165
|
+
default:
|
166
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
167
|
+
_ = 0;
|
168
|
+
continue;
|
169
|
+
}
|
170
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
171
|
+
_.label = op[1];
|
172
|
+
break;
|
173
|
+
}
|
174
|
+
if (op[0] === 6 && _.label < t[1]) {
|
175
|
+
_.label = t[1];
|
176
|
+
t = op;
|
177
|
+
break;
|
178
|
+
}
|
179
|
+
if (t && _.label < t[2]) {
|
180
|
+
_.label = t[2];
|
181
|
+
_.ops.push(op);
|
182
|
+
break;
|
183
|
+
}
|
184
|
+
if (t[2])
|
185
|
+
_.ops.pop();
|
186
|
+
_.trys.pop();
|
187
|
+
continue;
|
188
|
+
}
|
189
|
+
op = body.call(thisArg, _);
|
190
|
+
}
|
191
|
+
catch (e) {
|
192
|
+
op = [6, e];
|
193
|
+
y = 0;
|
105
194
|
}
|
106
|
-
|
107
|
-
|
108
|
-
|
195
|
+
finally {
|
196
|
+
f = t = 0;
|
197
|
+
}
|
198
|
+
if (op[0] & 5)
|
199
|
+
throw op[1];
|
200
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
109
201
|
}
|
110
202
|
}
|
111
|
-
|
112
|
-
|
113
|
-
|
203
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
204
|
+
if (k2 === undefined)
|
205
|
+
k2 = k;
|
206
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
207
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
208
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
209
|
+
}
|
210
|
+
Object.defineProperty(o, k2, desc);
|
211
|
+
}) : (function (o, m, k, k2) {
|
212
|
+
if (k2 === undefined)
|
213
|
+
k2 = k;
|
114
214
|
o[k2] = m[k];
|
215
|
+
});
|
216
|
+
function __exportStar(m, o) {
|
217
|
+
for (var p in m)
|
218
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
219
|
+
__createBinding(o, m, p);
|
115
220
|
}
|
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
221
|
function __values(o) {
|
122
222
|
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
123
|
-
if (m)
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
223
|
+
if (m)
|
224
|
+
return m.call(o);
|
225
|
+
if (o && typeof o.length === "number")
|
226
|
+
return {
|
227
|
+
next: function () {
|
228
|
+
if (o && i >= o.length)
|
229
|
+
o = void 0;
|
230
|
+
return { value: o && o[i++], done: !o };
|
231
|
+
}
|
232
|
+
};
|
130
233
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
131
234
|
}
|
132
|
-
|
133
235
|
function __read(o, n) {
|
134
236
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
135
|
-
if (!m)
|
237
|
+
if (!m)
|
238
|
+
return o;
|
136
239
|
var i = m.call(o), r, ar = [], e;
|
137
240
|
try {
|
138
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
241
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
242
|
+
ar.push(r.value);
|
243
|
+
}
|
244
|
+
catch (error) {
|
245
|
+
e = { error: error };
|
139
246
|
}
|
140
|
-
catch (error) { e = { error: error }; }
|
141
247
|
finally {
|
142
248
|
try {
|
143
|
-
if (r && !r.done && (m = i["return"]))
|
249
|
+
if (r && !r.done && (m = i["return"]))
|
250
|
+
m.call(i);
|
251
|
+
}
|
252
|
+
finally {
|
253
|
+
if (e)
|
254
|
+
throw e.error;
|
144
255
|
}
|
145
|
-
finally { if (e) throw e.error; }
|
146
256
|
}
|
147
257
|
return ar;
|
148
258
|
}
|
149
|
-
|
259
|
+
/** @deprecated */
|
150
260
|
function __spread() {
|
151
261
|
for (var ar = [], i = 0; i < arguments.length; i++)
|
152
262
|
ar = ar.concat(__read(arguments[i]));
|
153
263
|
return ar;
|
154
264
|
}
|
155
|
-
|
265
|
+
/** @deprecated */
|
156
266
|
function __spreadArrays() {
|
157
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
267
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
268
|
+
s += arguments[i].length;
|
158
269
|
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
159
270
|
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
160
271
|
r[k] = a[j];
|
161
272
|
return r;
|
162
|
-
}
|
163
|
-
|
273
|
+
}
|
274
|
+
function __spreadArray(to, from, pack) {
|
275
|
+
if (pack || arguments.length === 2)
|
276
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
277
|
+
if (ar || !(i in from)) {
|
278
|
+
if (!ar)
|
279
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
280
|
+
ar[i] = from[i];
|
281
|
+
}
|
282
|
+
}
|
283
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
284
|
+
}
|
164
285
|
function __await(v) {
|
165
286
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
166
287
|
}
|
167
|
-
|
168
288
|
function __asyncGenerator(thisArg, _arguments, generator) {
|
169
|
-
if (!Symbol.asyncIterator)
|
289
|
+
if (!Symbol.asyncIterator)
|
290
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
170
291
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
171
292
|
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
172
|
-
function verb(n) { if (g[n])
|
173
|
-
|
293
|
+
function verb(n) { if (g[n])
|
294
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
295
|
+
function resume(n, v) { try {
|
296
|
+
step(g[n](v));
|
297
|
+
}
|
298
|
+
catch (e) {
|
299
|
+
settle(q[0][3], e);
|
300
|
+
} }
|
174
301
|
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
175
302
|
function fulfill(value) { resume("next", value); }
|
176
303
|
function reject(value) { resume("throw", value); }
|
177
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
304
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
305
|
+
resume(q[0][0], q[0][1]); }
|
178
306
|
}
|
179
|
-
|
180
307
|
function __asyncDelegator(o) {
|
181
308
|
var i, p;
|
182
309
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
183
310
|
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
311
|
}
|
185
|
-
|
186
312
|
function __asyncValues(o) {
|
187
|
-
if (!Symbol.asyncIterator)
|
313
|
+
if (!Symbol.asyncIterator)
|
314
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
188
315
|
var m = o[Symbol.asyncIterator], i;
|
189
316
|
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
317
|
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); }
|
318
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
192
319
|
}
|
193
|
-
|
194
320
|
function __makeTemplateObject(cooked, raw) {
|
195
|
-
if (Object.defineProperty) {
|
321
|
+
if (Object.defineProperty) {
|
322
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
323
|
+
}
|
324
|
+
else {
|
325
|
+
cooked.raw = raw;
|
326
|
+
}
|
196
327
|
return cooked;
|
328
|
+
}
|
329
|
+
;
|
330
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
331
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
332
|
+
}) : function (o, v) {
|
333
|
+
o["default"] = v;
|
197
334
|
};
|
198
|
-
|
199
335
|
function __importStar(mod) {
|
200
|
-
if (mod && mod.__esModule)
|
336
|
+
if (mod && mod.__esModule)
|
337
|
+
return mod;
|
201
338
|
var result = {};
|
202
|
-
if (mod != null)
|
203
|
-
|
339
|
+
if (mod != null)
|
340
|
+
for (var k in mod)
|
341
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
342
|
+
__createBinding(result, mod, k);
|
343
|
+
__setModuleDefault(result, mod);
|
204
344
|
return result;
|
205
345
|
}
|
206
|
-
|
207
346
|
function __importDefault(mod) {
|
208
347
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
209
348
|
}
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
return
|
349
|
+
function __classPrivateFieldGet(receiver, state, kind, f) {
|
350
|
+
if (kind === "a" && !f)
|
351
|
+
throw new TypeError("Private accessor was defined without a getter");
|
352
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
353
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
354
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
216
355
|
}
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
356
|
+
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
357
|
+
if (kind === "m")
|
358
|
+
throw new TypeError("Private method is not writable");
|
359
|
+
if (kind === "a" && !f)
|
360
|
+
throw new TypeError("Private accessor was defined without a setter");
|
361
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
362
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
363
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
364
|
+
}
|
365
|
+
function __classPrivateFieldIn(state, receiver) {
|
366
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
367
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
368
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
224
369
|
}
|
225
370
|
|
226
|
-
var DxReportDesignerRequestOptionsComponent = /** @class */ (function () {
|
227
|
-
function DxReportDesignerRequestOptionsComponent() {
|
228
|
-
}
|
229
|
-
__decorate([
|
230
|
-
core.Input(),
|
231
|
-
__metadata("design:type", String)
|
232
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "getDesignerModelAction", void 0);
|
233
|
-
__decorate([
|
234
|
-
core.Input(),
|
235
|
-
__metadata("design:type", String)
|
236
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "getLocalizationAction", void 0);
|
237
|
-
__decorate([
|
238
|
-
core.Input(),
|
239
|
-
__metadata("design:type", String)
|
240
|
-
], DxReportDesignerRequestOptionsComponent.prototype, "host", void 0);
|
241
|
-
DxReportDesignerRequestOptionsComponent = __decorate([
|
242
|
-
core.Component({
|
243
|
-
template: '',
|
244
|
-
selector: 'dxrd-request-options'
|
245
|
-
})
|
246
|
-
], DxReportDesignerRequestOptionsComponent);
|
247
|
-
return DxReportDesignerRequestOptionsComponent;
|
248
|
-
}());
|
249
|
-
|
250
371
|
var DxReportDesignerCallbacksComponent = /** @class */ (function () {
|
251
372
|
function DxReportDesignerCallbacksComponent() {
|
252
373
|
this.CustomizeElements = new core.EventEmitter();
|
@@ -281,144 +402,53 @@
|
|
281
402
|
this.PreviewParametersSubmitted = new core.EventEmitter();
|
282
403
|
this.PreviewOnExport = new core.EventEmitter();
|
283
404
|
}
|
284
|
-
__decorate([
|
285
|
-
core.Output(),
|
286
|
-
__metadata("design:type", Object)
|
287
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeElements", void 0);
|
288
|
-
__decorate([
|
289
|
-
core.Output(),
|
290
|
-
__metadata("design:type", Object)
|
291
|
-
], DxReportDesignerCallbacksComponent.prototype, "ExitDesigner", void 0);
|
292
|
-
__decorate([
|
293
|
-
core.Output(),
|
294
|
-
__metadata("design:type", Object)
|
295
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportSaving", void 0);
|
296
|
-
__decorate([
|
297
|
-
core.Output(),
|
298
|
-
__metadata("design:type", Object)
|
299
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportSaved", void 0);
|
300
|
-
__decorate([
|
301
|
-
core.Output(),
|
302
|
-
__metadata("design:type", Object)
|
303
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportOpened", void 0);
|
304
|
-
__decorate([
|
305
|
-
core.Output(),
|
306
|
-
__metadata("design:type", Object)
|
307
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportOpening", void 0);
|
308
|
-
__decorate([
|
309
|
-
core.Output(),
|
310
|
-
__metadata("design:type", Object)
|
311
|
-
], DxReportDesignerCallbacksComponent.prototype, "TabChanged", void 0);
|
312
|
-
__decorate([
|
313
|
-
core.Output(),
|
314
|
-
__metadata("design:type", Object)
|
315
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportTabClosing", void 0);
|
316
|
-
__decorate([
|
317
|
-
core.Output(),
|
318
|
-
__metadata("design:type", Object)
|
319
|
-
], DxReportDesignerCallbacksComponent.prototype, "ReportTabClosed", void 0);
|
320
|
-
__decorate([
|
321
|
-
core.Output(),
|
322
|
-
__metadata("design:type", Object)
|
323
|
-
], DxReportDesignerCallbacksComponent.prototype, "ComponentAdded", void 0);
|
324
|
-
__decorate([
|
325
|
-
core.Output(),
|
326
|
-
__metadata("design:type", Object)
|
327
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeParameterEditors", void 0);
|
328
|
-
__decorate([
|
329
|
-
core.Output(),
|
330
|
-
__metadata("design:type", Object)
|
331
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveDialog", void 0);
|
332
|
-
__decorate([
|
333
|
-
core.Output(),
|
334
|
-
__metadata("design:type", Object)
|
335
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeSaveAsDialog", void 0);
|
336
|
-
__decorate([
|
337
|
-
core.Output(),
|
338
|
-
__metadata("design:type", Object)
|
339
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeOpenDialog", void 0);
|
340
|
-
__decorate([
|
341
|
-
core.Output(),
|
342
|
-
__metadata("design:type", Object)
|
343
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeToolbox", void 0);
|
344
|
-
__decorate([
|
345
|
-
core.Output(),
|
346
|
-
__metadata("design:type", Object)
|
347
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeFieldListActions", void 0);
|
348
|
-
__decorate([
|
349
|
-
core.Output(),
|
350
|
-
__metadata("design:type", Object)
|
351
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeMenuActions", void 0);
|
352
|
-
__decorate([
|
353
|
-
core.Output(),
|
354
|
-
__metadata("design:type", Object)
|
355
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeLocalization", void 0);
|
356
|
-
__decorate([
|
357
|
-
core.Output(),
|
358
|
-
__metadata("design:type", Object)
|
359
|
-
], DxReportDesignerCallbacksComponent.prototype, "BeforeRender", void 0);
|
360
|
-
__decorate([
|
361
|
-
core.Output(),
|
362
|
-
__metadata("design:type", Object)
|
363
|
-
], DxReportDesignerCallbacksComponent.prototype, "OnServerError", void 0);
|
364
|
-
__decorate([
|
365
|
-
core.Output(),
|
366
|
-
__metadata("design:type", Object)
|
367
|
-
], DxReportDesignerCallbacksComponent.prototype, "CustomizeWizard", void 0);
|
368
|
-
__decorate([
|
369
|
-
core.Output(),
|
370
|
-
__metadata("design:type", Object)
|
371
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewClick", void 0);
|
372
|
-
__decorate([
|
373
|
-
core.Output(),
|
374
|
-
__metadata("design:type", Object)
|
375
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeElements", void 0);
|
376
|
-
__decorate([
|
377
|
-
core.Output(),
|
378
|
-
__metadata("design:type", Object)
|
379
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeMenuActions", void 0);
|
380
|
-
__decorate([
|
381
|
-
core.Output(),
|
382
|
-
__metadata("design:type", Object)
|
383
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewEditingFieldChanged", void 0);
|
384
|
-
__decorate([
|
385
|
-
core.Output(),
|
386
|
-
__metadata("design:type", Object)
|
387
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewDocumentReady", void 0);
|
388
|
-
__decorate([
|
389
|
-
core.Output(),
|
390
|
-
__metadata("design:type", Object)
|
391
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersReset", void 0);
|
392
|
-
__decorate([
|
393
|
-
core.Output(),
|
394
|
-
__metadata("design:type", Object)
|
395
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersInitialized", void 0);
|
396
|
-
__decorate([
|
397
|
-
core.Output(),
|
398
|
-
__metadata("design:type", Object)
|
399
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewCustomizeExportOptions", void 0);
|
400
|
-
__decorate([
|
401
|
-
core.Output(),
|
402
|
-
__metadata("design:type", Object)
|
403
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewParametersSubmitted", void 0);
|
404
|
-
__decorate([
|
405
|
-
core.Output(),
|
406
|
-
__metadata("design:type", Object)
|
407
|
-
], DxReportDesignerCallbacksComponent.prototype, "PreviewOnExport", void 0);
|
408
|
-
DxReportDesignerCallbacksComponent = __decorate([
|
409
|
-
core.Component({
|
410
|
-
template: '',
|
411
|
-
selector: 'dxrd-callbacks'
|
412
|
-
})
|
413
|
-
], DxReportDesignerCallbacksComponent);
|
414
405
|
return DxReportDesignerCallbacksComponent;
|
415
|
-
}());
|
406
|
+
}());
|
407
|
+
DxReportDesignerCallbacksComponent.decorators = [
|
408
|
+
{ type: core.Component, args: [{
|
409
|
+
template: '',
|
410
|
+
selector: 'dxrd-callbacks'
|
411
|
+
},] }
|
412
|
+
];
|
413
|
+
DxReportDesignerCallbacksComponent.propDecorators = {
|
414
|
+
CustomizeElements: [{ type: core.Output }],
|
415
|
+
ExitDesigner: [{ type: core.Output }],
|
416
|
+
ReportSaving: [{ type: core.Output }],
|
417
|
+
ReportSaved: [{ type: core.Output }],
|
418
|
+
ReportOpened: [{ type: core.Output }],
|
419
|
+
ReportOpening: [{ type: core.Output }],
|
420
|
+
TabChanged: [{ type: core.Output }],
|
421
|
+
ReportTabClosing: [{ type: core.Output }],
|
422
|
+
ReportTabClosed: [{ type: core.Output }],
|
423
|
+
ComponentAdded: [{ type: core.Output }],
|
424
|
+
CustomizeParameterEditors: [{ type: core.Output }],
|
425
|
+
CustomizeSaveDialog: [{ type: core.Output }],
|
426
|
+
CustomizeSaveAsDialog: [{ type: core.Output }],
|
427
|
+
CustomizeOpenDialog: [{ type: core.Output }],
|
428
|
+
CustomizeToolbox: [{ type: core.Output }],
|
429
|
+
CustomizeFieldListActions: [{ type: core.Output }],
|
430
|
+
CustomizeMenuActions: [{ type: core.Output }],
|
431
|
+
CustomizeLocalization: [{ type: core.Output }],
|
432
|
+
BeforeRender: [{ type: core.Output }],
|
433
|
+
OnServerError: [{ type: core.Output }],
|
434
|
+
CustomizeWizard: [{ type: core.Output }],
|
435
|
+
PreviewClick: [{ type: core.Output }],
|
436
|
+
PreviewCustomizeElements: [{ type: core.Output }],
|
437
|
+
PreviewCustomizeMenuActions: [{ type: core.Output }],
|
438
|
+
PreviewEditingFieldChanged: [{ type: core.Output }],
|
439
|
+
PreviewDocumentReady: [{ type: core.Output }],
|
440
|
+
PreviewParametersReset: [{ type: core.Output }],
|
441
|
+
PreviewParametersInitialized: [{ type: core.Output }],
|
442
|
+
PreviewCustomizeExportOptions: [{ type: core.Output }],
|
443
|
+
PreviewParametersSubmitted: [{ type: core.Output }],
|
444
|
+
PreviewOnExport: [{ type: core.Output }]
|
445
|
+
};
|
416
446
|
|
417
447
|
var DxReportDesignerComponent = /** @class */ (function (_super) {
|
418
448
|
__extends(DxReportDesignerComponent, _super);
|
419
449
|
function DxReportDesignerComponent(renderer, platformId) {
|
420
450
|
var _this = _super.call(this, renderer, platformId) || this;
|
421
|
-
_this.koReportUrl =
|
451
|
+
_this.koReportUrl = ko__namespace.observable();
|
422
452
|
return _this;
|
423
453
|
}
|
424
454
|
DxReportDesignerComponent.prototype.getCallbacks = function () {
|
@@ -455,59 +485,57 @@
|
|
455
485
|
set: function (reportUrl) {
|
456
486
|
this.koReportUrl(reportUrl);
|
457
487
|
},
|
458
|
-
enumerable:
|
488
|
+
enumerable: false,
|
459
489
|
configurable: true
|
460
490
|
});
|
461
|
-
DxReportDesignerComponent.ctorParameters = function () { return [
|
462
|
-
{ type: core.Renderer2 },
|
463
|
-
{ type: Object, decorators: [{ type: core.Inject, args: [core.PLATFORM_ID,] }] }
|
464
|
-
]; };
|
465
|
-
__decorate([
|
466
|
-
core.ContentChild(DxReportDesignerRequestOptionsComponent),
|
467
|
-
__metadata("design:type", DxReportDesignerRequestOptionsComponent)
|
468
|
-
], DxReportDesignerComponent.prototype, "requestOptions", void 0);
|
469
|
-
__decorate([
|
470
|
-
core.ContentChild(DxReportDesignerCallbacksComponent),
|
471
|
-
__metadata("design:type", DxReportDesignerCallbacksComponent)
|
472
|
-
], DxReportDesignerComponent.prototype, "callbacksComponent", void 0);
|
473
|
-
__decorate([
|
474
|
-
core.Input(),
|
475
|
-
__metadata("design:type", String),
|
476
|
-
__metadata("design:paramtypes", [String])
|
477
|
-
], DxReportDesignerComponent.prototype, "reportUrl", null);
|
478
|
-
DxReportDesignerComponent = __decorate([
|
479
|
-
core.Component({
|
480
|
-
selector: 'dx-report-designer',
|
481
|
-
encapsulation: core.ViewEncapsulation.None,
|
482
|
-
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
483
|
-
}),
|
484
|
-
__param(1, core.Inject(core.PLATFORM_ID)),
|
485
|
-
__metadata("design:paramtypes", [core.Renderer2, Object])
|
486
|
-
], DxReportDesignerComponent);
|
487
491
|
return DxReportDesignerComponent;
|
488
|
-
}(core$1.DxReportingComponent));
|
492
|
+
}(core$1.DxReportingComponent));
|
493
|
+
DxReportDesignerComponent.decorators = [
|
494
|
+
{ type: core.Component, args: [{
|
495
|
+
selector: 'dx-report-designer',
|
496
|
+
encapsulation: core.ViewEncapsulation.None,
|
497
|
+
template: "<div #control [ngClass]=\"cssClass\" [ngStyle]=\"{'width': width, 'height': height }\">\n <div data-bind=\"dxReportDesigner: $data\"></div>\n</div>"
|
498
|
+
},] }
|
499
|
+
];
|
500
|
+
DxReportDesignerComponent.ctorParameters = function () { return [
|
501
|
+
{ type: core.Renderer2 },
|
502
|
+
{ type: Object, decorators: [{ type: core.Inject, args: [core.PLATFORM_ID,] }] }
|
503
|
+
]; };
|
504
|
+
DxReportDesignerComponent.propDecorators = {
|
505
|
+
requestOptions: [{ type: core.ContentChild, args: [DxReportDesignerRequestOptionsComponent,] }],
|
506
|
+
callbacksComponent: [{ type: core.ContentChild, args: [DxReportDesignerCallbacksComponent,] }],
|
507
|
+
reportUrl: [{ type: core.Input }]
|
508
|
+
};
|
489
509
|
|
490
510
|
var DxReportDesignerModule = /** @class */ (function () {
|
491
511
|
function DxReportDesignerModule() {
|
492
512
|
}
|
493
|
-
DxReportDesignerModule = __decorate([
|
494
|
-
core.NgModule({
|
495
|
-
id: 'DxReportDesignerModule',
|
496
|
-
imports: [common.CommonModule],
|
497
|
-
declarations: [
|
498
|
-
DxReportDesignerCallbacksComponent,
|
499
|
-
DxReportDesignerRequestOptionsComponent,
|
500
|
-
DxReportDesignerComponent
|
501
|
-
],
|
502
|
-
exports: [
|
503
|
-
DxReportDesignerCallbacksComponent,
|
504
|
-
DxReportDesignerRequestOptionsComponent,
|
505
|
-
DxReportDesignerComponent
|
506
|
-
]
|
507
|
-
})
|
508
|
-
], DxReportDesignerModule);
|
509
513
|
return DxReportDesignerModule;
|
510
|
-
}());
|
514
|
+
}());
|
515
|
+
DxReportDesignerModule.decorators = [
|
516
|
+
{ type: core.NgModule, args: [{
|
517
|
+
id: 'DxReportDesignerModule',
|
518
|
+
imports: [common.CommonModule],
|
519
|
+
declarations: [
|
520
|
+
DxReportDesignerCallbacksComponent,
|
521
|
+
DxReportDesignerRequestOptionsComponent,
|
522
|
+
DxReportDesignerComponent
|
523
|
+
],
|
524
|
+
exports: [
|
525
|
+
DxReportDesignerCallbacksComponent,
|
526
|
+
DxReportDesignerRequestOptionsComponent,
|
527
|
+
DxReportDesignerComponent
|
528
|
+
]
|
529
|
+
},] }
|
530
|
+
];
|
531
|
+
|
532
|
+
/*
|
533
|
+
* Public API Surface of reporting-angular/report-designer
|
534
|
+
*/
|
535
|
+
|
536
|
+
/**
|
537
|
+
* Generated bundle index. Do not edit.
|
538
|
+
*/
|
511
539
|
|
512
540
|
exports.DxReportDesignerCallbacksComponent = DxReportDesignerCallbacksComponent;
|
513
541
|
exports.DxReportDesignerComponent = DxReportDesignerComponent;
|
@@ -516,5 +544,5 @@
|
|
516
544
|
|
517
545
|
Object.defineProperty(exports, '__esModule', { value: true });
|
518
546
|
|
519
|
-
}))
|
547
|
+
}));
|
520
548
|
//# sourceMappingURL=devexpress-reporting-angular-dx-report-designer.umd.js.map
|