@angular/platform-browser 10.0.1 → 10.0.5
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/animations/animations.d.ts +1 -1
- package/animations.d.ts +1 -1
- package/bundles/platform-browser-animations.umd.js +339 -273
- package/bundles/platform-browser-animations.umd.js.map +1 -1
- package/bundles/platform-browser-animations.umd.min.js +3 -10
- package/bundles/platform-browser-animations.umd.min.js.map +1 -1
- package/bundles/platform-browser-testing.umd.js +310 -244
- package/bundles/platform-browser-testing.umd.js.map +1 -1
- package/bundles/platform-browser-testing.umd.min.js +4 -12
- package/bundles/platform-browser-testing.umd.min.js.map +1 -1
- package/bundles/platform-browser.umd.js +392 -368
- package/bundles/platform-browser.umd.js.map +1 -1
- package/bundles/platform-browser.umd.min.js +24 -13
- package/bundles/platform-browser.umd.min.js.map +1 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/animations.js +1 -1
- package/fesm2015/animations.js.map +1 -1
- package/fesm2015/platform-browser.js +2 -2
- package/fesm2015/platform-browser.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm2015/testing.js.map +1 -1
- package/package.json +4 -4
- package/platform-browser.d.ts +1 -1
- package/platform-browser.metadata.json +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Angular v10.0.
|
2
|
+
* @license Angular v10.0.5
|
3
3
|
* (c) 2010-2020 Google LLC. https://angular.io/
|
4
4
|
* License: MIT
|
5
5
|
*/
|
@@ -10,241 +10,307 @@
|
|
10
10
|
(global = global || self, factory((global.ng = global.ng || {}, global.ng.platformBrowser = {}), global.ng.common, global.ng.core));
|
11
11
|
}(this, (function (exports, common, i0) { 'use strict';
|
12
12
|
|
13
|
-
/*! *****************************************************************************
|
14
|
-
Copyright (c) Microsoft Corporation.
|
15
|
-
|
16
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
17
|
-
purpose with or without fee is hereby granted.
|
18
|
-
|
19
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
20
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
21
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
22
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
23
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
24
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
25
|
-
PERFORMANCE OF THIS SOFTWARE.
|
26
|
-
***************************************************************************** */
|
27
|
-
/* global Reflect, Promise */
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
function __extends(d, b) {
|
37
|
-
extendStatics(d, b);
|
38
|
-
function __() { this.constructor = d; }
|
39
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
40
|
-
}
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
function __rest(s, e) {
|
54
|
-
var t = {};
|
55
|
-
for (var p in s)
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
function __decorate(decorators, target, key, desc) {
|
66
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
67
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
return
|
74
|
-
}
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
function
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
function
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
13
|
+
/*! *****************************************************************************
|
14
|
+
Copyright (c) Microsoft Corporation.
|
15
|
+
|
16
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
17
|
+
purpose with or without fee is hereby granted.
|
18
|
+
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
20
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
21
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
22
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
23
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
24
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
25
|
+
PERFORMANCE OF THIS SOFTWARE.
|
26
|
+
***************************************************************************** */
|
27
|
+
/* global Reflect, Promise */
|
28
|
+
var extendStatics = function (d, b) {
|
29
|
+
extendStatics = Object.setPrototypeOf ||
|
30
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
31
|
+
function (d, b) { for (var p in b)
|
32
|
+
if (b.hasOwnProperty(p))
|
33
|
+
d[p] = b[p]; };
|
34
|
+
return extendStatics(d, b);
|
35
|
+
};
|
36
|
+
function __extends(d, b) {
|
37
|
+
extendStatics(d, b);
|
38
|
+
function __() { this.constructor = d; }
|
39
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
40
|
+
}
|
41
|
+
var __assign = function () {
|
42
|
+
__assign = Object.assign || function __assign(t) {
|
43
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
44
|
+
s = arguments[i];
|
45
|
+
for (var p in s)
|
46
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
47
|
+
t[p] = s[p];
|
48
|
+
}
|
49
|
+
return t;
|
50
|
+
};
|
51
|
+
return __assign.apply(this, arguments);
|
52
|
+
};
|
53
|
+
function __rest(s, e) {
|
54
|
+
var t = {};
|
55
|
+
for (var p in s)
|
56
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
57
|
+
t[p] = s[p];
|
58
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
59
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
60
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
61
|
+
t[p[i]] = s[p[i]];
|
62
|
+
}
|
63
|
+
return t;
|
64
|
+
}
|
65
|
+
function __decorate(decorators, target, key, desc) {
|
66
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
67
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
68
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
69
|
+
else
|
70
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
71
|
+
if (d = decorators[i])
|
72
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
73
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
74
|
+
}
|
75
|
+
function __param(paramIndex, decorator) {
|
76
|
+
return function (target, key) { decorator(target, key, paramIndex); };
|
77
|
+
}
|
78
|
+
function __metadata(metadataKey, metadataValue) {
|
79
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
80
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
81
|
+
}
|
82
|
+
function __awaiter(thisArg, _arguments, P, generator) {
|
83
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
84
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
85
|
+
function fulfilled(value) { try {
|
86
|
+
step(generator.next(value));
|
87
|
+
}
|
88
|
+
catch (e) {
|
89
|
+
reject(e);
|
90
|
+
} }
|
91
|
+
function rejected(value) { try {
|
92
|
+
step(generator["throw"](value));
|
93
|
+
}
|
94
|
+
catch (e) {
|
95
|
+
reject(e);
|
96
|
+
} }
|
97
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
98
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
99
|
+
});
|
100
|
+
}
|
101
|
+
function __generator(thisArg, body) {
|
102
|
+
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
103
|
+
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
104
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
105
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
106
|
+
function step(op) {
|
107
|
+
if (f)
|
108
|
+
throw new TypeError("Generator is already executing.");
|
109
|
+
while (_)
|
110
|
+
try {
|
111
|
+
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)
|
112
|
+
return t;
|
113
|
+
if (y = 0, t)
|
114
|
+
op = [op[0] & 2, t.value];
|
115
|
+
switch (op[0]) {
|
116
|
+
case 0:
|
117
|
+
case 1:
|
118
|
+
t = op;
|
119
|
+
break;
|
120
|
+
case 4:
|
121
|
+
_.label++;
|
122
|
+
return { value: op[1], done: false };
|
123
|
+
case 5:
|
124
|
+
_.label++;
|
125
|
+
y = op[1];
|
126
|
+
op = [0];
|
127
|
+
continue;
|
128
|
+
case 7:
|
129
|
+
op = _.ops.pop();
|
130
|
+
_.trys.pop();
|
131
|
+
continue;
|
132
|
+
default:
|
133
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
134
|
+
_ = 0;
|
135
|
+
continue;
|
136
|
+
}
|
137
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
138
|
+
_.label = op[1];
|
139
|
+
break;
|
140
|
+
}
|
141
|
+
if (op[0] === 6 && _.label < t[1]) {
|
142
|
+
_.label = t[1];
|
143
|
+
t = op;
|
144
|
+
break;
|
145
|
+
}
|
146
|
+
if (t && _.label < t[2]) {
|
147
|
+
_.label = t[2];
|
148
|
+
_.ops.push(op);
|
149
|
+
break;
|
150
|
+
}
|
151
|
+
if (t[2])
|
152
|
+
_.ops.pop();
|
153
|
+
_.trys.pop();
|
154
|
+
continue;
|
155
|
+
}
|
156
|
+
op = body.call(thisArg, _);
|
157
|
+
}
|
158
|
+
catch (e) {
|
159
|
+
op = [6, e];
|
160
|
+
y = 0;
|
161
|
+
}
|
162
|
+
finally {
|
163
|
+
f = t = 0;
|
164
|
+
}
|
165
|
+
if (op[0] & 5)
|
166
|
+
throw op[1];
|
167
|
+
return { value: op[0] ? op[1] : void 0, done: true };
|
168
|
+
}
|
169
|
+
}
|
170
|
+
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
171
|
+
if (k2 === undefined)
|
172
|
+
k2 = k;
|
173
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
174
|
+
}) : (function (o, m, k, k2) {
|
175
|
+
if (k2 === undefined)
|
176
|
+
k2 = k;
|
177
|
+
o[k2] = m[k];
|
178
|
+
});
|
179
|
+
function __exportStar(m, exports) {
|
180
|
+
for (var p in m)
|
181
|
+
if (p !== "default" && !exports.hasOwnProperty(p))
|
182
|
+
__createBinding(exports, m, p);
|
183
|
+
}
|
184
|
+
function __values(o) {
|
185
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
186
|
+
if (m)
|
187
|
+
return m.call(o);
|
188
|
+
if (o && typeof o.length === "number")
|
189
|
+
return {
|
190
|
+
next: function () {
|
191
|
+
if (o && i >= o.length)
|
192
|
+
o = void 0;
|
193
|
+
return { value: o && o[i++], done: !o };
|
194
|
+
}
|
195
|
+
};
|
196
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
197
|
+
}
|
198
|
+
function __read(o, n) {
|
199
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
200
|
+
if (!m)
|
201
|
+
return o;
|
202
|
+
var i = m.call(o), r, ar = [], e;
|
203
|
+
try {
|
204
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
205
|
+
ar.push(r.value);
|
206
|
+
}
|
207
|
+
catch (error) {
|
208
|
+
e = { error: error };
|
209
|
+
}
|
210
|
+
finally {
|
211
|
+
try {
|
212
|
+
if (r && !r.done && (m = i["return"]))
|
213
|
+
m.call(i);
|
214
|
+
}
|
215
|
+
finally {
|
216
|
+
if (e)
|
217
|
+
throw e.error;
|
218
|
+
}
|
219
|
+
}
|
220
|
+
return ar;
|
221
|
+
}
|
222
|
+
function __spread() {
|
223
|
+
for (var ar = [], i = 0; i < arguments.length; i++)
|
224
|
+
ar = ar.concat(__read(arguments[i]));
|
225
|
+
return ar;
|
226
|
+
}
|
227
|
+
function __spreadArrays() {
|
228
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
229
|
+
s += arguments[i].length;
|
230
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
231
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
232
|
+
r[k] = a[j];
|
233
|
+
return r;
|
234
|
+
}
|
235
|
+
;
|
236
|
+
function __await(v) {
|
237
|
+
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
238
|
+
}
|
239
|
+
function __asyncGenerator(thisArg, _arguments, generator) {
|
240
|
+
if (!Symbol.asyncIterator)
|
241
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
242
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
243
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
244
|
+
function verb(n) { if (g[n])
|
245
|
+
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
246
|
+
function resume(n, v) { try {
|
247
|
+
step(g[n](v));
|
248
|
+
}
|
249
|
+
catch (e) {
|
250
|
+
settle(q[0][3], e);
|
251
|
+
} }
|
252
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
253
|
+
function fulfill(value) { resume("next", value); }
|
254
|
+
function reject(value) { resume("throw", value); }
|
255
|
+
function settle(f, v) { if (f(v), q.shift(), q.length)
|
256
|
+
resume(q[0][0], q[0][1]); }
|
257
|
+
}
|
258
|
+
function __asyncDelegator(o) {
|
259
|
+
var i, p;
|
260
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
261
|
+
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; }
|
262
|
+
}
|
263
|
+
function __asyncValues(o) {
|
264
|
+
if (!Symbol.asyncIterator)
|
265
|
+
throw new TypeError("Symbol.asyncIterator is not defined.");
|
266
|
+
var m = o[Symbol.asyncIterator], i;
|
267
|
+
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);
|
268
|
+
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); }); }; }
|
269
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
270
|
+
}
|
271
|
+
function __makeTemplateObject(cooked, raw) {
|
272
|
+
if (Object.defineProperty) {
|
273
|
+
Object.defineProperty(cooked, "raw", { value: raw });
|
274
|
+
}
|
275
|
+
else {
|
276
|
+
cooked.raw = raw;
|
277
|
+
}
|
278
|
+
return cooked;
|
279
|
+
}
|
280
|
+
;
|
281
|
+
var __setModuleDefault = Object.create ? (function (o, v) {
|
282
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
283
|
+
}) : function (o, v) {
|
284
|
+
o["default"] = v;
|
285
|
+
};
|
286
|
+
function __importStar(mod) {
|
287
|
+
if (mod && mod.__esModule)
|
288
|
+
return mod;
|
289
|
+
var result = {};
|
290
|
+
if (mod != null)
|
291
|
+
for (var k in mod)
|
292
|
+
if (Object.hasOwnProperty.call(mod, k))
|
293
|
+
__createBinding(result, mod, k);
|
294
|
+
__setModuleDefault(result, mod);
|
295
|
+
return result;
|
296
|
+
}
|
297
|
+
function __importDefault(mod) {
|
298
|
+
return (mod && mod.__esModule) ? mod : { default: mod };
|
299
|
+
}
|
300
|
+
function __classPrivateFieldGet(receiver, privateMap) {
|
301
|
+
if (!privateMap.has(receiver)) {
|
302
|
+
throw new TypeError("attempted to get private field on non-instance");
|
303
|
+
}
|
304
|
+
return privateMap.get(receiver);
|
305
|
+
}
|
306
|
+
function __classPrivateFieldSet(receiver, privateMap, value) {
|
307
|
+
if (!privateMap.has(receiver)) {
|
308
|
+
throw new TypeError("attempted to set private field on non-instance");
|
309
|
+
}
|
310
|
+
privateMap.set(receiver, value);
|
311
|
+
return value;
|
239
312
|
}
|
240
313
|
|
241
|
-
/**
|
242
|
-
* @license
|
243
|
-
* Copyright Google LLC All Rights Reserved.
|
244
|
-
*
|
245
|
-
* Use of this source code is governed by an MIT-style license that can be
|
246
|
-
* found in the LICENSE file at https://angular.io/license
|
247
|
-
*/
|
248
314
|
/**
|
249
315
|
* Provides DOM operations in any browser environment.
|
250
316
|
*
|
@@ -262,13 +328,6 @@
|
|
262
328
|
return GenericBrowserDomAdapter;
|
263
329
|
}(common.ɵDomAdapter));
|
264
330
|
|
265
|
-
/**
|
266
|
-
* @license
|
267
|
-
* Copyright Google LLC All Rights Reserved.
|
268
|
-
*
|
269
|
-
* Use of this source code is governed by an MIT-style license that can be
|
270
|
-
* found in the LICENSE file at https://angular.io/license
|
271
|
-
*/
|
272
331
|
var ɵ0 = function () {
|
273
332
|
if (i0.ɵglobal['Node']) {
|
274
333
|
return i0.ɵglobal['Node'].prototype.contains || function (node) {
|
@@ -575,7 +634,7 @@
|
|
575
634
|
}
|
576
635
|
function _createNgProbeR2(coreTokens) {
|
577
636
|
exportNgVar(INSPECT_GLOBAL_NAME, inspectNativeElementR2);
|
578
|
-
exportNgVar(CORE_TOKENS_GLOBAL_NAME,
|
637
|
+
exportNgVar(CORE_TOKENS_GLOBAL_NAME, Object.assign(Object.assign({}, CORE_TOKENS), _ngProbeTokensToMap(coreTokens || [])));
|
579
638
|
return function () { return inspectNativeElementR2; };
|
580
639
|
}
|
581
640
|
function _ngProbeTokensToMap(tokens) {
|
@@ -682,15 +741,15 @@
|
|
682
741
|
}
|
683
742
|
throw new Error("No event manager plugin found for event " + eventName);
|
684
743
|
};
|
685
|
-
EventManager.decorators = [
|
686
|
-
{ type: i0.Injectable }
|
687
|
-
];
|
688
|
-
EventManager.ctorParameters = function () { return [
|
689
|
-
{ type: Array, decorators: [{ type: i0.Inject, args: [EVENT_MANAGER_PLUGINS,] }] },
|
690
|
-
{ type: i0.NgZone }
|
691
|
-
]; };
|
692
744
|
return EventManager;
|
693
745
|
}());
|
746
|
+
EventManager.decorators = [
|
747
|
+
{ type: i0.Injectable }
|
748
|
+
];
|
749
|
+
EventManager.ctorParameters = function () { return [
|
750
|
+
{ type: Array, decorators: [{ type: i0.Inject, args: [EVENT_MANAGER_PLUGINS,] }] },
|
751
|
+
{ type: i0.NgZone }
|
752
|
+
]; };
|
694
753
|
var EventManagerPlugin = /** @class */ (function () {
|
695
754
|
function EventManagerPlugin(_doc) {
|
696
755
|
this._doc = _doc;
|
@@ -705,13 +764,6 @@
|
|
705
764
|
return EventManagerPlugin;
|
706
765
|
}());
|
707
766
|
|
708
|
-
/**
|
709
|
-
* @license
|
710
|
-
* Copyright Google LLC All Rights Reserved.
|
711
|
-
*
|
712
|
-
* Use of this source code is governed by an MIT-style license that can be
|
713
|
-
* found in the LICENSE file at https://angular.io/license
|
714
|
-
*/
|
715
767
|
var SharedStylesHost = /** @class */ (function () {
|
716
768
|
function SharedStylesHost() {
|
717
769
|
/** @internal */
|
@@ -732,11 +784,11 @@
|
|
732
784
|
SharedStylesHost.prototype.getAllStyles = function () {
|
733
785
|
return Array.from(this._stylesSet);
|
734
786
|
};
|
735
|
-
SharedStylesHost.decorators = [
|
736
|
-
{ type: i0.Injectable }
|
737
|
-
];
|
738
787
|
return SharedStylesHost;
|
739
788
|
}());
|
789
|
+
SharedStylesHost.decorators = [
|
790
|
+
{ type: i0.Injectable }
|
791
|
+
];
|
740
792
|
var DomSharedStylesHost = /** @class */ (function (_super) {
|
741
793
|
__extends(DomSharedStylesHost, _super);
|
742
794
|
function DomSharedStylesHost(_doc) {
|
@@ -769,22 +821,15 @@
|
|
769
821
|
DomSharedStylesHost.prototype.ngOnDestroy = function () {
|
770
822
|
this._styleNodes.forEach(function (styleNode) { return common.ɵgetDOM().remove(styleNode); });
|
771
823
|
};
|
772
|
-
DomSharedStylesHost.decorators = [
|
773
|
-
{ type: i0.Injectable }
|
774
|
-
];
|
775
|
-
DomSharedStylesHost.ctorParameters = function () { return [
|
776
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
777
|
-
]; };
|
778
824
|
return DomSharedStylesHost;
|
779
825
|
}(SharedStylesHost));
|
826
|
+
DomSharedStylesHost.decorators = [
|
827
|
+
{ type: i0.Injectable }
|
828
|
+
];
|
829
|
+
DomSharedStylesHost.ctorParameters = function () { return [
|
830
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
831
|
+
]; };
|
780
832
|
|
781
|
-
/**
|
782
|
-
* @license
|
783
|
-
* Copyright Google LLC All Rights Reserved.
|
784
|
-
*
|
785
|
-
* Use of this source code is governed by an MIT-style license that can be
|
786
|
-
* found in the LICENSE file at https://angular.io/license
|
787
|
-
*/
|
788
833
|
var NAMESPACE_URIS = {
|
789
834
|
'svg': 'http://www.w3.org/2000/svg',
|
790
835
|
'xhtml': 'http://www.w3.org/1999/xhtml',
|
@@ -875,16 +920,16 @@
|
|
875
920
|
};
|
876
921
|
DomRendererFactory2.prototype.begin = function () { };
|
877
922
|
DomRendererFactory2.prototype.end = function () { };
|
878
|
-
DomRendererFactory2.decorators = [
|
879
|
-
{ type: i0.Injectable }
|
880
|
-
];
|
881
|
-
DomRendererFactory2.ctorParameters = function () { return [
|
882
|
-
{ type: EventManager },
|
883
|
-
{ type: DomSharedStylesHost },
|
884
|
-
{ type: String, decorators: [{ type: i0.Inject, args: [i0.APP_ID,] }] }
|
885
|
-
]; };
|
886
923
|
return DomRendererFactory2;
|
887
924
|
}());
|
925
|
+
DomRendererFactory2.decorators = [
|
926
|
+
{ type: i0.Injectable }
|
927
|
+
];
|
928
|
+
DomRendererFactory2.ctorParameters = function () { return [
|
929
|
+
{ type: EventManager },
|
930
|
+
{ type: DomSharedStylesHost },
|
931
|
+
{ type: String, decorators: [{ type: i0.Inject, args: [i0.APP_ID,] }] }
|
932
|
+
]; };
|
888
933
|
var DefaultDomRenderer2 = /** @class */ (function () {
|
889
934
|
function DefaultDomRenderer2(eventManager) {
|
890
935
|
this.eventManager = eventManager;
|
@@ -1082,13 +1127,6 @@
|
|
1082
1127
|
return ShadowDomRenderer;
|
1083
1128
|
}(DefaultDomRenderer2));
|
1084
1129
|
|
1085
|
-
/**
|
1086
|
-
* @license
|
1087
|
-
* Copyright Google LLC All Rights Reserved.
|
1088
|
-
*
|
1089
|
-
* Use of this source code is governed by an MIT-style license that can be
|
1090
|
-
* found in the LICENSE file at https://angular.io/license
|
1091
|
-
*/
|
1092
1130
|
var DomEventsPlugin = /** @class */ (function (_super) {
|
1093
1131
|
__extends(DomEventsPlugin, _super);
|
1094
1132
|
function DomEventsPlugin(doc) {
|
@@ -1107,22 +1145,15 @@
|
|
1107
1145
|
DomEventsPlugin.prototype.removeEventListener = function (target, eventName, callback) {
|
1108
1146
|
return target.removeEventListener(eventName, callback);
|
1109
1147
|
};
|
1110
|
-
DomEventsPlugin.decorators = [
|
1111
|
-
{ type: i0.Injectable }
|
1112
|
-
];
|
1113
|
-
DomEventsPlugin.ctorParameters = function () { return [
|
1114
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1115
|
-
]; };
|
1116
1148
|
return DomEventsPlugin;
|
1117
1149
|
}(EventManagerPlugin));
|
1150
|
+
DomEventsPlugin.decorators = [
|
1151
|
+
{ type: i0.Injectable }
|
1152
|
+
];
|
1153
|
+
DomEventsPlugin.ctorParameters = function () { return [
|
1154
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1155
|
+
]; };
|
1118
1156
|
|
1119
|
-
/**
|
1120
|
-
* @license
|
1121
|
-
* Copyright Google LLC All Rights Reserved.
|
1122
|
-
*
|
1123
|
-
* Use of this source code is governed by an MIT-style license that can be
|
1124
|
-
* found in the LICENSE file at https://angular.io/license
|
1125
|
-
*/
|
1126
1157
|
/**
|
1127
1158
|
* Supported HammerJS recognizer event names.
|
1128
1159
|
*/
|
@@ -1223,11 +1254,11 @@
|
|
1223
1254
|
}
|
1224
1255
|
return mc;
|
1225
1256
|
};
|
1226
|
-
HammerGestureConfig.decorators = [
|
1227
|
-
{ type: i0.Injectable }
|
1228
|
-
];
|
1229
1257
|
return HammerGestureConfig;
|
1230
1258
|
}());
|
1259
|
+
HammerGestureConfig.decorators = [
|
1260
|
+
{ type: i0.Injectable }
|
1261
|
+
];
|
1231
1262
|
/**
|
1232
1263
|
* Event plugin that adds Hammer support to an application.
|
1233
1264
|
*
|
@@ -1314,17 +1345,17 @@
|
|
1314
1345
|
HammerGesturesPlugin.prototype.isCustomEvent = function (eventName) {
|
1315
1346
|
return this._config.events.indexOf(eventName) > -1;
|
1316
1347
|
};
|
1317
|
-
HammerGesturesPlugin.decorators = [
|
1318
|
-
{ type: i0.Injectable }
|
1319
|
-
];
|
1320
|
-
HammerGesturesPlugin.ctorParameters = function () { return [
|
1321
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] },
|
1322
|
-
{ type: HammerGestureConfig, decorators: [{ type: i0.Inject, args: [HAMMER_GESTURE_CONFIG,] }] },
|
1323
|
-
{ type: i0.ɵConsole },
|
1324
|
-
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [HAMMER_LOADER,] }] }
|
1325
|
-
]; };
|
1326
1348
|
return HammerGesturesPlugin;
|
1327
1349
|
}(EventManagerPlugin));
|
1350
|
+
HammerGesturesPlugin.decorators = [
|
1351
|
+
{ type: i0.Injectable }
|
1352
|
+
];
|
1353
|
+
HammerGesturesPlugin.ctorParameters = function () { return [
|
1354
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] },
|
1355
|
+
{ type: HammerGestureConfig, decorators: [{ type: i0.Inject, args: [HAMMER_GESTURE_CONFIG,] }] },
|
1356
|
+
{ type: i0.ɵConsole },
|
1357
|
+
{ type: undefined, decorators: [{ type: i0.Optional }, { type: i0.Inject, args: [HAMMER_LOADER,] }] }
|
1358
|
+
]; };
|
1328
1359
|
/**
|
1329
1360
|
* In Ivy, support for Hammer gestures is optional, so applications must
|
1330
1361
|
* import the `HammerModule` at root to turn on support. This means that
|
@@ -1358,19 +1389,12 @@
|
|
1358
1389
|
var HammerModule = /** @class */ (function () {
|
1359
1390
|
function HammerModule() {
|
1360
1391
|
}
|
1361
|
-
HammerModule.decorators = [
|
1362
|
-
{ type: i0.NgModule, args: [{ providers: HAMMER_PROVIDERS__PRE_R3__ },] }
|
1363
|
-
];
|
1364
1392
|
return HammerModule;
|
1365
1393
|
}());
|
1394
|
+
HammerModule.decorators = [
|
1395
|
+
{ type: i0.NgModule, args: [{ providers: HAMMER_PROVIDERS__PRE_R3__ },] }
|
1396
|
+
];
|
1366
1397
|
|
1367
|
-
/**
|
1368
|
-
* @license
|
1369
|
-
* Copyright Google LLC All Rights Reserved.
|
1370
|
-
*
|
1371
|
-
* Use of this source code is governed by an MIT-style license that can be
|
1372
|
-
* found in the LICENSE file at https://angular.io/license
|
1373
|
-
*/
|
1374
1398
|
/**
|
1375
1399
|
* Defines supported modifiers for key events.
|
1376
1400
|
*/
|
@@ -1531,14 +1555,14 @@
|
|
1531
1555
|
return keyName;
|
1532
1556
|
}
|
1533
1557
|
};
|
1534
|
-
KeyEventsPlugin.decorators = [
|
1535
|
-
{ type: i0.Injectable }
|
1536
|
-
];
|
1537
|
-
KeyEventsPlugin.ctorParameters = function () { return [
|
1538
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1539
|
-
]; };
|
1540
1558
|
return KeyEventsPlugin;
|
1541
1559
|
}(EventManagerPlugin));
|
1560
|
+
KeyEventsPlugin.decorators = [
|
1561
|
+
{ type: i0.Injectable }
|
1562
|
+
];
|
1563
|
+
KeyEventsPlugin.ctorParameters = function () { return [
|
1564
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1565
|
+
]; };
|
1542
1566
|
function getEventKey(event) {
|
1543
1567
|
var key = event.key;
|
1544
1568
|
if (key == null) {
|
@@ -1596,12 +1620,12 @@
|
|
1596
1620
|
var DomSanitizer = /** @class */ (function () {
|
1597
1621
|
function DomSanitizer() {
|
1598
1622
|
}
|
1599
|
-
DomSanitizer.ɵprov = i0.ɵɵdefineInjectable({ factory: function DomSanitizer_Factory() { return i0.ɵɵinject(DomSanitizerImpl); }, token: DomSanitizer, providedIn: "root" });
|
1600
|
-
DomSanitizer.decorators = [
|
1601
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root', useExisting: i0.forwardRef(function () { return DomSanitizerImpl; }) },] }
|
1602
|
-
];
|
1603
1623
|
return DomSanitizer;
|
1604
1624
|
}());
|
1625
|
+
DomSanitizer.ɵprov = i0.ɵɵdefineInjectable({ factory: function DomSanitizer_Factory() { return i0.ɵɵinject(DomSanitizerImpl); }, token: DomSanitizer, providedIn: "root" });
|
1626
|
+
DomSanitizer.decorators = [
|
1627
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root', useExisting: i0.forwardRef(function () { return DomSanitizerImpl; }) },] }
|
1628
|
+
];
|
1605
1629
|
function domSanitizerImplFactory(injector) {
|
1606
1630
|
return new DomSanitizerImpl(injector.get(common.DOCUMENT));
|
1607
1631
|
}
|
@@ -1663,15 +1687,15 @@
|
|
1663
1687
|
DomSanitizerImpl.prototype.bypassSecurityTrustResourceUrl = function (value) {
|
1664
1688
|
return i0.ɵbypassSanitizationTrustResourceUrl(value);
|
1665
1689
|
};
|
1666
|
-
DomSanitizerImpl.ɵprov = i0.ɵɵdefineInjectable({ factory: function DomSanitizerImpl_Factory() { return domSanitizerImplFactory(i0.ɵɵinject(i0.INJECTOR)); }, token: DomSanitizerImpl, providedIn: "root" });
|
1667
|
-
DomSanitizerImpl.decorators = [
|
1668
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [i0.Injector] },] }
|
1669
|
-
];
|
1670
|
-
DomSanitizerImpl.ctorParameters = function () { return [
|
1671
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1672
|
-
]; };
|
1673
1690
|
return DomSanitizerImpl;
|
1674
1691
|
}(DomSanitizer));
|
1692
|
+
DomSanitizerImpl.ɵprov = i0.ɵɵdefineInjectable({ factory: function DomSanitizerImpl_Factory() { return domSanitizerImplFactory(i0.ɵɵinject(i0.INJECTOR)); }, token: DomSanitizerImpl, providedIn: "root" });
|
1693
|
+
DomSanitizerImpl.decorators = [
|
1694
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: domSanitizerImplFactory, deps: [i0.Injector] },] }
|
1695
|
+
];
|
1696
|
+
DomSanitizerImpl.ctorParameters = function () { return [
|
1697
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1698
|
+
]; };
|
1675
1699
|
|
1676
1700
|
/**
|
1677
1701
|
* @license
|
@@ -1774,14 +1798,14 @@
|
|
1774
1798
|
],
|
1775
1799
|
};
|
1776
1800
|
};
|
1777
|
-
BrowserModule.decorators = [
|
1778
|
-
{ type: i0.NgModule, args: [{ providers: BROWSER_MODULE_PROVIDERS, exports: [common.CommonModule, i0.ApplicationModule] },] }
|
1779
|
-
];
|
1780
|
-
BrowserModule.ctorParameters = function () { return [
|
1781
|
-
{ type: BrowserModule, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }, { type: i0.Inject, args: [BrowserModule,] }] }
|
1782
|
-
]; };
|
1783
1801
|
return BrowserModule;
|
1784
1802
|
}());
|
1803
|
+
BrowserModule.decorators = [
|
1804
|
+
{ type: i0.NgModule, args: [{ providers: BROWSER_MODULE_PROVIDERS, exports: [common.CommonModule, i0.ApplicationModule] },] }
|
1805
|
+
];
|
1806
|
+
BrowserModule.ctorParameters = function () { return [
|
1807
|
+
{ type: BrowserModule, decorators: [{ type: i0.Optional }, { type: i0.SkipSelf }, { type: i0.Inject, args: [BrowserModule,] }] }
|
1808
|
+
]; };
|
1785
1809
|
|
1786
1810
|
/**
|
1787
1811
|
* @license
|
@@ -1946,15 +1970,15 @@
|
|
1946
1970
|
Meta.prototype._containsAttributes = function (tag, elem) {
|
1947
1971
|
return Object.keys(tag).every(function (key) { return elem.getAttribute(key) === tag[key]; });
|
1948
1972
|
};
|
1949
|
-
Meta.ɵprov = i0.ɵɵdefineInjectable({ factory: createMeta, token: Meta, providedIn: "root" });
|
1950
|
-
Meta.decorators = [
|
1951
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: createMeta, deps: [] },] }
|
1952
|
-
];
|
1953
|
-
Meta.ctorParameters = function () { return [
|
1954
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1955
|
-
]; };
|
1956
1973
|
return Meta;
|
1957
1974
|
}());
|
1975
|
+
Meta.ɵprov = i0.ɵɵdefineInjectable({ factory: createMeta, token: Meta, providedIn: "root" });
|
1976
|
+
Meta.decorators = [
|
1977
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: createMeta, deps: [] },] }
|
1978
|
+
];
|
1979
|
+
Meta.ctorParameters = function () { return [
|
1980
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
1981
|
+
]; };
|
1958
1982
|
|
1959
1983
|
/**
|
1960
1984
|
* @license
|
@@ -1996,15 +2020,15 @@
|
|
1996
2020
|
Title.prototype.setTitle = function (newTitle) {
|
1997
2021
|
this._doc.title = newTitle || '';
|
1998
2022
|
};
|
1999
|
-
Title.ɵprov = i0.ɵɵdefineInjectable({ factory: createTitle, token: Title, providedIn: "root" });
|
2000
|
-
Title.decorators = [
|
2001
|
-
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: createTitle, deps: [] },] }
|
2002
|
-
];
|
2003
|
-
Title.ctorParameters = function () { return [
|
2004
|
-
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
2005
|
-
]; };
|
2006
2023
|
return Title;
|
2007
2024
|
}());
|
2025
|
+
Title.ɵprov = i0.ɵɵdefineInjectable({ factory: createTitle, token: Title, providedIn: "root" });
|
2026
|
+
Title.decorators = [
|
2027
|
+
{ type: i0.Injectable, args: [{ providedIn: 'root', useFactory: createTitle, deps: [] },] }
|
2028
|
+
];
|
2029
|
+
Title.ctorParameters = function () { return [
|
2030
|
+
{ type: undefined, decorators: [{ type: i0.Inject, args: [common.DOCUMENT,] }] }
|
2031
|
+
]; };
|
2008
2032
|
|
2009
2033
|
/**
|
2010
2034
|
* @license
|
@@ -2229,11 +2253,11 @@
|
|
2229
2253
|
}
|
2230
2254
|
return JSON.stringify(this.store);
|
2231
2255
|
};
|
2232
|
-
TransferState.decorators = [
|
2233
|
-
{ type: i0.Injectable }
|
2234
|
-
];
|
2235
2256
|
return TransferState;
|
2236
2257
|
}());
|
2258
|
+
TransferState.decorators = [
|
2259
|
+
{ type: i0.Injectable }
|
2260
|
+
];
|
2237
2261
|
function initTransferState(doc, appId) {
|
2238
2262
|
// Locate the script tag with the JSON data transferred from the server.
|
2239
2263
|
// The id of the script tag is set to the Angular appId + 'state'.
|
@@ -2258,13 +2282,13 @@
|
|
2258
2282
|
var BrowserTransferStateModule = /** @class */ (function () {
|
2259
2283
|
function BrowserTransferStateModule() {
|
2260
2284
|
}
|
2261
|
-
BrowserTransferStateModule.decorators = [
|
2262
|
-
{ type: i0.NgModule, args: [{
|
2263
|
-
providers: [{ provide: TransferState, useFactory: initTransferState, deps: [common.DOCUMENT, i0.APP_ID] }],
|
2264
|
-
},] }
|
2265
|
-
];
|
2266
2285
|
return BrowserTransferStateModule;
|
2267
2286
|
}());
|
2287
|
+
BrowserTransferStateModule.decorators = [
|
2288
|
+
{ type: i0.NgModule, args: [{
|
2289
|
+
providers: [{ provide: TransferState, useFactory: initTransferState, deps: [common.DOCUMENT, i0.APP_ID] }],
|
2290
|
+
},] }
|
2291
|
+
];
|
2268
2292
|
|
2269
2293
|
/**
|
2270
2294
|
* @license
|
@@ -2347,7 +2371,7 @@
|
|
2347
2371
|
/**
|
2348
2372
|
* @publicApi
|
2349
2373
|
*/
|
2350
|
-
var VERSION = new i0.Version('10.0.
|
2374
|
+
var VERSION = new i0.Version('10.0.5');
|
2351
2375
|
|
2352
2376
|
/**
|
2353
2377
|
* @license
|