@aws-amplify/analytics 5.2.30 → 5.2.31
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.2.31](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.2.30...@aws-amplify/analytics@5.2.31) (2023-02-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/analytics
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.2.30](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.2.29...@aws-amplify/analytics@5.2.30) (2022-12-27)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/analytics
|
|
@@ -7211,7 +7211,7 @@ var ClientSharedValues = {
|
|
|
7211
7211
|
/*!**********************************************************************************************!*\
|
|
7212
7212
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-firehose/node_modules/tslib/tslib.es6.js ***!
|
|
7213
7213
|
\**********************************************************************************************/
|
|
7214
|
-
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
7214
|
+
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
7215
7215
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
7216
7216
|
|
|
7217
7217
|
"use strict";
|
|
@@ -7221,6 +7221,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7221
7221
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; });
|
|
7222
7222
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; });
|
|
7223
7223
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; });
|
|
7224
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__esDecorate", function() { return __esDecorate; });
|
|
7225
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__runInitializers", function() { return __runInitializers; });
|
|
7226
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__propKey", function() { return __propKey; });
|
|
7227
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__setFunctionName", function() { return __setFunctionName; });
|
|
7224
7228
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
7225
7229
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
7226
7230
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
@@ -7306,6 +7310,51 @@ function __param(paramIndex, decorator) {
|
|
|
7306
7310
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
7307
7311
|
}
|
|
7308
7312
|
|
|
7313
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
7314
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
7315
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
7316
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
7317
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
7318
|
+
var _, done = false;
|
|
7319
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
7320
|
+
var context = {};
|
|
7321
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
7322
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
7323
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
7324
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
7325
|
+
if (kind === "accessor") {
|
|
7326
|
+
if (result === void 0) continue;
|
|
7327
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
7328
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
7329
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
7330
|
+
if (_ = accept(result.init)) initializers.push(_);
|
|
7331
|
+
}
|
|
7332
|
+
else if (_ = accept(result)) {
|
|
7333
|
+
if (kind === "field") initializers.push(_);
|
|
7334
|
+
else descriptor[key] = _;
|
|
7335
|
+
}
|
|
7336
|
+
}
|
|
7337
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
7338
|
+
done = true;
|
|
7339
|
+
};
|
|
7340
|
+
|
|
7341
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
7342
|
+
var useValue = arguments.length > 2;
|
|
7343
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
7344
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
7345
|
+
}
|
|
7346
|
+
return useValue ? value : void 0;
|
|
7347
|
+
};
|
|
7348
|
+
|
|
7349
|
+
function __propKey(x) {
|
|
7350
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
7351
|
+
};
|
|
7352
|
+
|
|
7353
|
+
function __setFunctionName(f, name, prefix) {
|
|
7354
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
7355
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
7356
|
+
};
|
|
7357
|
+
|
|
7309
7358
|
function __metadata(metadataKey, metadataValue) {
|
|
7310
7359
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
7311
7360
|
}
|
|
@@ -7438,7 +7487,7 @@ function __asyncGenerator(thisArg, _arguments, generator) {
|
|
|
7438
7487
|
function __asyncDelegator(o) {
|
|
7439
7488
|
var i, p;
|
|
7440
7489
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
7441
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
7490
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
7442
7491
|
}
|
|
7443
7492
|
|
|
7444
7493
|
function __asyncValues(o) {
|
|
@@ -15624,7 +15673,7 @@ var waitForStreamNotExists = function (params, input) { return Object(tslib__WEB
|
|
|
15624
15673
|
/*!*********************************************************************************************!*\
|
|
15625
15674
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-kinesis/node_modules/tslib/tslib.es6.js ***!
|
|
15626
15675
|
\*********************************************************************************************/
|
|
15627
|
-
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
15676
|
+
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
15628
15677
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
15629
15678
|
|
|
15630
15679
|
"use strict";
|
|
@@ -15634,6 +15683,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15634
15683
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; });
|
|
15635
15684
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; });
|
|
15636
15685
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; });
|
|
15686
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__esDecorate", function() { return __esDecorate; });
|
|
15687
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__runInitializers", function() { return __runInitializers; });
|
|
15688
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__propKey", function() { return __propKey; });
|
|
15689
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__setFunctionName", function() { return __setFunctionName; });
|
|
15637
15690
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
15638
15691
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
15639
15692
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
@@ -15719,6 +15772,51 @@ function __param(paramIndex, decorator) {
|
|
|
15719
15772
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
15720
15773
|
}
|
|
15721
15774
|
|
|
15775
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
15776
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
15777
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
15778
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
15779
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
15780
|
+
var _, done = false;
|
|
15781
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
15782
|
+
var context = {};
|
|
15783
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
15784
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
15785
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
15786
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
15787
|
+
if (kind === "accessor") {
|
|
15788
|
+
if (result === void 0) continue;
|
|
15789
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
15790
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
15791
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
15792
|
+
if (_ = accept(result.init)) initializers.push(_);
|
|
15793
|
+
}
|
|
15794
|
+
else if (_ = accept(result)) {
|
|
15795
|
+
if (kind === "field") initializers.push(_);
|
|
15796
|
+
else descriptor[key] = _;
|
|
15797
|
+
}
|
|
15798
|
+
}
|
|
15799
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
15800
|
+
done = true;
|
|
15801
|
+
};
|
|
15802
|
+
|
|
15803
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
15804
|
+
var useValue = arguments.length > 2;
|
|
15805
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
15806
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
15807
|
+
}
|
|
15808
|
+
return useValue ? value : void 0;
|
|
15809
|
+
};
|
|
15810
|
+
|
|
15811
|
+
function __propKey(x) {
|
|
15812
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
15813
|
+
};
|
|
15814
|
+
|
|
15815
|
+
function __setFunctionName(f, name, prefix) {
|
|
15816
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
15817
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
15818
|
+
};
|
|
15819
|
+
|
|
15722
15820
|
function __metadata(metadataKey, metadataValue) {
|
|
15723
15821
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
15724
15822
|
}
|
|
@@ -15851,7 +15949,7 @@ function __asyncGenerator(thisArg, _arguments, generator) {
|
|
|
15851
15949
|
function __asyncDelegator(o) {
|
|
15852
15950
|
var i, p;
|
|
15853
15951
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
15854
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
15952
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
15855
15953
|
}
|
|
15856
15954
|
|
|
15857
15955
|
function __asyncValues(o) {
|
|
@@ -17015,7 +17113,7 @@ var ClientSharedValues = {
|
|
|
17015
17113
|
/*!********************************************************************************************************!*\
|
|
17016
17114
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-personalize-events/node_modules/tslib/tslib.es6.js ***!
|
|
17017
17115
|
\********************************************************************************************************/
|
|
17018
|
-
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
17116
|
+
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
17019
17117
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17020
17118
|
|
|
17021
17119
|
"use strict";
|
|
@@ -17025,6 +17123,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17025
17123
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; });
|
|
17026
17124
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; });
|
|
17027
17125
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; });
|
|
17126
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__esDecorate", function() { return __esDecorate; });
|
|
17127
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__runInitializers", function() { return __runInitializers; });
|
|
17128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__propKey", function() { return __propKey; });
|
|
17129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__setFunctionName", function() { return __setFunctionName; });
|
|
17028
17130
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
17029
17131
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
17030
17132
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
@@ -17110,6 +17212,51 @@ function __param(paramIndex, decorator) {
|
|
|
17110
17212
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
17111
17213
|
}
|
|
17112
17214
|
|
|
17215
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
17216
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
17217
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
17218
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
17219
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
17220
|
+
var _, done = false;
|
|
17221
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
17222
|
+
var context = {};
|
|
17223
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
17224
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
17225
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
17226
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
17227
|
+
if (kind === "accessor") {
|
|
17228
|
+
if (result === void 0) continue;
|
|
17229
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
17230
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
17231
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
17232
|
+
if (_ = accept(result.init)) initializers.push(_);
|
|
17233
|
+
}
|
|
17234
|
+
else if (_ = accept(result)) {
|
|
17235
|
+
if (kind === "field") initializers.push(_);
|
|
17236
|
+
else descriptor[key] = _;
|
|
17237
|
+
}
|
|
17238
|
+
}
|
|
17239
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
17240
|
+
done = true;
|
|
17241
|
+
};
|
|
17242
|
+
|
|
17243
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
17244
|
+
var useValue = arguments.length > 2;
|
|
17245
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
17246
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
17247
|
+
}
|
|
17248
|
+
return useValue ? value : void 0;
|
|
17249
|
+
};
|
|
17250
|
+
|
|
17251
|
+
function __propKey(x) {
|
|
17252
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
17253
|
+
};
|
|
17254
|
+
|
|
17255
|
+
function __setFunctionName(f, name, prefix) {
|
|
17256
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
17257
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
17258
|
+
};
|
|
17259
|
+
|
|
17113
17260
|
function __metadata(metadataKey, metadataValue) {
|
|
17114
17261
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
17115
17262
|
}
|
|
@@ -17242,7 +17389,7 @@ function __asyncGenerator(thisArg, _arguments, generator) {
|
|
|
17242
17389
|
function __asyncDelegator(o) {
|
|
17243
17390
|
var i, p;
|
|
17244
17391
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
17245
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
17392
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
17246
17393
|
}
|
|
17247
17394
|
|
|
17248
17395
|
function __asyncValues(o) {
|
|
@@ -50927,7 +51074,7 @@ var ClientSharedValues = {
|
|
|
50927
51074
|
/*!**********************************************************************************************!*\
|
|
50928
51075
|
!*** /root/amplify-js/node_modules/@aws-sdk/client-pinpoint/node_modules/tslib/tslib.es6.js ***!
|
|
50929
51076
|
\**********************************************************************************************/
|
|
50930
|
-
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
51077
|
+
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn */
|
|
50931
51078
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
50932
51079
|
|
|
50933
51080
|
"use strict";
|
|
@@ -50937,6 +51084,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
50937
51084
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; });
|
|
50938
51085
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; });
|
|
50939
51086
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; });
|
|
51087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__esDecorate", function() { return __esDecorate; });
|
|
51088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__runInitializers", function() { return __runInitializers; });
|
|
51089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__propKey", function() { return __propKey; });
|
|
51090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__setFunctionName", function() { return __setFunctionName; });
|
|
50940
51091
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; });
|
|
50941
51092
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; });
|
|
50942
51093
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; });
|
|
@@ -51022,6 +51173,51 @@ function __param(paramIndex, decorator) {
|
|
|
51022
51173
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
51023
51174
|
}
|
|
51024
51175
|
|
|
51176
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
|
51177
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
|
|
51178
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
|
51179
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
|
51180
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
|
51181
|
+
var _, done = false;
|
|
51182
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
|
51183
|
+
var context = {};
|
|
51184
|
+
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
|
51185
|
+
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
|
51186
|
+
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
|
51187
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
|
51188
|
+
if (kind === "accessor") {
|
|
51189
|
+
if (result === void 0) continue;
|
|
51190
|
+
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
|
51191
|
+
if (_ = accept(result.get)) descriptor.get = _;
|
|
51192
|
+
if (_ = accept(result.set)) descriptor.set = _;
|
|
51193
|
+
if (_ = accept(result.init)) initializers.push(_);
|
|
51194
|
+
}
|
|
51195
|
+
else if (_ = accept(result)) {
|
|
51196
|
+
if (kind === "field") initializers.push(_);
|
|
51197
|
+
else descriptor[key] = _;
|
|
51198
|
+
}
|
|
51199
|
+
}
|
|
51200
|
+
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
|
51201
|
+
done = true;
|
|
51202
|
+
};
|
|
51203
|
+
|
|
51204
|
+
function __runInitializers(thisArg, initializers, value) {
|
|
51205
|
+
var useValue = arguments.length > 2;
|
|
51206
|
+
for (var i = 0; i < initializers.length; i++) {
|
|
51207
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
|
51208
|
+
}
|
|
51209
|
+
return useValue ? value : void 0;
|
|
51210
|
+
};
|
|
51211
|
+
|
|
51212
|
+
function __propKey(x) {
|
|
51213
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
|
51214
|
+
};
|
|
51215
|
+
|
|
51216
|
+
function __setFunctionName(f, name, prefix) {
|
|
51217
|
+
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
|
|
51218
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
|
51219
|
+
};
|
|
51220
|
+
|
|
51025
51221
|
function __metadata(metadataKey, metadataValue) {
|
|
51026
51222
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
|
|
51027
51223
|
}
|
|
@@ -51154,7 +51350,7 @@ function __asyncGenerator(thisArg, _arguments, generator) {
|
|
|
51154
51350
|
function __asyncDelegator(o) {
|
|
51155
51351
|
var i, p;
|
|
51156
51352
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
51157
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
|
51353
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
|
51158
51354
|
}
|
|
51159
51355
|
|
|
51160
51356
|
function __asyncValues(o) {
|