imposium-js-sdk 3.5.7 → 3.5.8
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/lib/imposium.js +63 -44
- package/lib/imposium.js.map +1 -1
- package/lib/imposium.min.js +1 -1
- package/lib/imposium.min.js.LICENSE.txt +1 -1
- package/lib/imposium.min.js.map +1 -1
- package/package.json +1 -1
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/cobertura-coverage.xml +0 -1574
- package/coverage/coverage-final.json +0 -13
- package/coverage/coverage-summary.json +0 -14
- package/coverage/favicon.png +0 -0
- package/coverage/index.html +0 -176
- package/coverage/junit.xml +0 -355
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -176
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -210
- package/coverage/lcov-report/src/Entry.ts.html +0 -205
- package/coverage/lcov-report/src/client/Client.ts.html +0 -1468
- package/coverage/lcov-report/src/client/DirectDeliveryPipe.ts.html +0 -658
- package/coverage/lcov-report/src/client/http/API.ts.html +0 -526
- package/coverage/lcov-report/src/client/http/index.html +0 -116
- package/coverage/lcov-report/src/client/index.html +0 -131
- package/coverage/lcov-report/src/index.html +0 -116
- package/coverage/lcov-report/src/scaffolding/ExceptionPipe.ts.html +0 -430
- package/coverage/lcov-report/src/scaffolding/Exceptions.ts.html +0 -616
- package/coverage/lcov-report/src/scaffolding/GoogleAnalytics.ts.html +0 -424
- package/coverage/lcov-report/src/scaffolding/Helpers.ts.html +0 -412
- package/coverage/lcov-report/src/scaffolding/Version.ts.html +0 -118
- package/coverage/lcov-report/src/scaffolding/index.html +0 -176
- package/coverage/lcov-report/src/video/FallbackPlayer.ts.html +0 -133
- package/coverage/lcov-report/src/video/Player.ts.html +0 -1663
- package/coverage/lcov-report/src/video/VideoPlayer.ts.html +0 -679
- package/coverage/lcov-report/src/video/index.html +0 -146
- package/coverage/lcov.info +0 -1426
- package/coverage/prettify.css +0 -1
- package/coverage/prettify.js +0 -2
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +0 -210
- package/coverage/src/Entry.ts.html +0 -205
- package/coverage/src/client/Client.ts.html +0 -1468
- package/coverage/src/client/DirectDeliveryPipe.ts.html +0 -658
- package/coverage/src/client/http/API.ts.html +0 -526
- package/coverage/src/client/http/index.html +0 -116
- package/coverage/src/client/index.html +0 -131
- package/coverage/src/index.html +0 -116
- package/coverage/src/scaffolding/ExceptionPipe.ts.html +0 -430
- package/coverage/src/scaffolding/Exceptions.ts.html +0 -616
- package/coverage/src/scaffolding/GoogleAnalytics.ts.html +0 -424
- package/coverage/src/scaffolding/Helpers.ts.html +0 -412
- package/coverage/src/scaffolding/Version.ts.html +0 -118
- package/coverage/src/scaffolding/index.html +0 -176
- package/coverage/src/video/FallbackPlayer.ts.html +0 -133
- package/coverage/src/video/Player.ts.html +0 -1663
- package/coverage/src/video/VideoPlayer.ts.html +0 -679
- package/coverage/src/video/index.html +0 -146
package/lib/imposium.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! IMPOSIUM-JS-SDK | Version 3.5.
|
|
1
|
+
/*! IMPOSIUM-JS-SDK | Version 3.5.8 */
|
|
2
2
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
3
3
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
4
4
|
module.exports = factory();
|
|
@@ -11405,15 +11405,18 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
11405
11405
|
}
|
|
11406
11406
|
return ar;
|
|
11407
11407
|
};
|
|
11408
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11409
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11410
|
+
};
|
|
11408
11411
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11409
11412
|
exports.PlayerEvents = exports.Events = exports.Player = exports.Client = void 0;
|
|
11410
11413
|
__webpack_require__(/*! core-js/es/promise */ "./node_modules/core-js/es/promise/index.js");
|
|
11411
11414
|
__webpack_require__(/*! core-js/features/symbol/key-for */ "./node_modules/core-js/features/symbol/key-for.js");
|
|
11412
11415
|
__webpack_require__(/*! core-js/features/map/of */ "./node_modules/core-js/features/map/of.js");
|
|
11413
11416
|
__webpack_require__(/*! core-js/features/object/assign */ "./node_modules/core-js/features/object/assign.js");
|
|
11414
|
-
var Client_1 = __webpack_require__(/*! ./client/Client */ "./src/client/Client.ts");
|
|
11417
|
+
var Client_1 = __importDefault(__webpack_require__(/*! ./client/Client */ "./src/client/Client.ts"));
|
|
11415
11418
|
exports.Client = Client_1.default;
|
|
11416
|
-
var Player_1 = __webpack_require__(/*! ./video/Player */ "./src/video/Player.ts");
|
|
11419
|
+
var Player_1 = __importDefault(__webpack_require__(/*! ./video/Player */ "./src/video/Player.ts"));
|
|
11417
11420
|
exports.Player = Player_1.default;
|
|
11418
11421
|
var Version_1 = __webpack_require__(/*! ./scaffolding/Version */ "./src/scaffolding/Version.ts");
|
|
11419
11422
|
(0, Version_1.printVersion)();
|
|
@@ -11454,12 +11457,15 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11454
11457
|
}
|
|
11455
11458
|
return t;
|
|
11456
11459
|
};
|
|
11460
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11461
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11462
|
+
};
|
|
11457
11463
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11458
|
-
var API_1 = __webpack_require__(/*! ./http/API */ "./src/client/http/API.ts");
|
|
11459
|
-
var FallbackPlayer_1 = __webpack_require__(/*! ../video/FallbackPlayer */ "./src/video/FallbackPlayer.ts");
|
|
11460
|
-
var GoogleAnalytics_1 = __webpack_require__(/*! ../scaffolding/GoogleAnalytics */ "./src/scaffolding/GoogleAnalytics.ts");
|
|
11461
|
-
var ExceptionPipe_1 = __webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts");
|
|
11462
|
-
var DirectDeliveryPipe_1 = __webpack_require__(/*! ./DirectDeliveryPipe */ "./src/client/DirectDeliveryPipe.ts");
|
|
11464
|
+
var API_1 = __importDefault(__webpack_require__(/*! ./http/API */ "./src/client/http/API.ts"));
|
|
11465
|
+
var FallbackPlayer_1 = __importDefault(__webpack_require__(/*! ../video/FallbackPlayer */ "./src/video/FallbackPlayer.ts"));
|
|
11466
|
+
var GoogleAnalytics_1 = __importDefault(__webpack_require__(/*! ../scaffolding/GoogleAnalytics */ "./src/scaffolding/GoogleAnalytics.ts"));
|
|
11467
|
+
var ExceptionPipe_1 = __importDefault(__webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts"));
|
|
11468
|
+
var DirectDeliveryPipe_1 = __importDefault(__webpack_require__(/*! ./DirectDeliveryPipe */ "./src/client/DirectDeliveryPipe.ts"));
|
|
11463
11469
|
var Exceptions_1 = __webpack_require__(/*! ../scaffolding/Exceptions */ "./src/scaffolding/Exceptions.ts");
|
|
11464
11470
|
var Helpers_1 = __webpack_require__(/*! ../scaffolding/Helpers */ "./src/scaffolding/Helpers.ts");
|
|
11465
11471
|
var settings = __rest((__webpack_require__(/*! ../conf/settings.json */ "./src/conf/settings.json").client), []);
|
|
@@ -11517,8 +11523,7 @@ var Client = /** @class */ (function () {
|
|
|
11517
11523
|
}
|
|
11518
11524
|
})
|
|
11519
11525
|
.catch(function (e) {
|
|
11520
|
-
|
|
11521
|
-
ExceptionPipe_1.default.trapError(wrappedError, _this.clientConfig.storyId, null);
|
|
11526
|
+
console.warn("[IMPOSIUM] Failed to fetch GA property: ".concat(e === null || e === void 0 ? void 0 : e.message));
|
|
11522
11527
|
});
|
|
11523
11528
|
}
|
|
11524
11529
|
catch (e) {
|
|
@@ -11809,7 +11814,7 @@ var DirectDeliveryPipe = /** @class */ (function () {
|
|
|
11809
11814
|
}
|
|
11810
11815
|
else if (e.response && e.response.status >= 500 && retries < MAX_RETRIES) {
|
|
11811
11816
|
retries = retries + 1;
|
|
11812
|
-
_this.fetchExperience(inventory, uploadProgress, retries,
|
|
11817
|
+
_this.fetchExperience(inventory, uploadProgress, retries, uuid);
|
|
11813
11818
|
}
|
|
11814
11819
|
else {
|
|
11815
11820
|
var httpError = new Exceptions_1.HTTPError('httpFailure', uuid, e);
|
|
@@ -11929,9 +11934,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
11929
11934
|
}
|
|
11930
11935
|
return t;
|
|
11931
11936
|
};
|
|
11937
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11938
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11939
|
+
};
|
|
11932
11940
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
11933
|
-
var jwt_decode_1 = __webpack_require__(/*! jwt-decode */ "./node_modules/jwt-decode/build/jwt-decode.esm.js");
|
|
11934
|
-
var axios_1 = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
|
|
11941
|
+
var jwt_decode_1 = __importDefault(__webpack_require__(/*! jwt-decode */ "./node_modules/jwt-decode/build/jwt-decode.esm.js"));
|
|
11942
|
+
var axios_1 = __importDefault(__webpack_require__(/*! axios */ "./node_modules/axios/index.js"));
|
|
11935
11943
|
var Helpers_1 = __webpack_require__(/*! ../../scaffolding/Helpers */ "./src/scaffolding/Helpers.ts");
|
|
11936
11944
|
var settings = __rest((__webpack_require__(/*! ../../conf/settings.json */ "./src/conf/settings.json").api), []);
|
|
11937
11945
|
var API = /** @class */ (function () {
|
|
@@ -12065,23 +12073,15 @@ exports["default"] = API;
|
|
|
12065
12073
|
|
|
12066
12074
|
"use strict";
|
|
12067
12075
|
|
|
12068
|
-
var
|
|
12069
|
-
|
|
12070
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
12071
|
-
t[p] = s[p];
|
|
12072
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
12073
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
12074
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
12075
|
-
t[p[i]] = s[p[i]];
|
|
12076
|
-
}
|
|
12077
|
-
return t;
|
|
12076
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12077
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12078
12078
|
};
|
|
12079
12079
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12080
12080
|
var browser_1 = __webpack_require__(/*! @sentry/browser */ "./node_modules/@sentry/browser/esm/index.js");
|
|
12081
12081
|
var Exceptions_1 = __webpack_require__(/*! ./Exceptions */ "./src/scaffolding/Exceptions.ts");
|
|
12082
12082
|
var Version_1 = __webpack_require__(/*! ./Version */ "./src/scaffolding/Version.ts");
|
|
12083
|
-
var
|
|
12084
|
-
var
|
|
12083
|
+
var warnings_json_1 = __importDefault(__webpack_require__(/*! ../conf/warnings.json */ "./src/conf/warnings.json"));
|
|
12084
|
+
var settings_json_1 = __webpack_require__(/*! ../conf/settings.json */ "./src/conf/settings.json");
|
|
12085
12085
|
var ExceptionPipe = /** @class */ (function () {
|
|
12086
12086
|
function ExceptionPipe() {
|
|
12087
12087
|
}
|
|
@@ -12089,7 +12089,7 @@ var ExceptionPipe = /** @class */ (function () {
|
|
|
12089
12089
|
Log out warnings
|
|
12090
12090
|
*/
|
|
12091
12091
|
ExceptionPipe.logWarning = function (type, messageKey) {
|
|
12092
|
-
console.warn("IMPOSIUM\n".concat(
|
|
12092
|
+
console.warn("IMPOSIUM\n".concat(warnings_json_1.default[type][messageKey]));
|
|
12093
12093
|
};
|
|
12094
12094
|
/*
|
|
12095
12095
|
Process the exception and trace
|
|
@@ -12145,14 +12145,6 @@ var ExceptionPipe = /** @class */ (function () {
|
|
|
12145
12145
|
});
|
|
12146
12146
|
});
|
|
12147
12147
|
};
|
|
12148
|
-
ExceptionPipe.sentryClient = new browser_1.BrowserClient({
|
|
12149
|
-
debug: false,
|
|
12150
|
-
dsn: sentry.dsn,
|
|
12151
|
-
integrations: [new browser_1.Integrations.UserAgent()],
|
|
12152
|
-
beforeSend: function (e) { return ExceptionPipe.cleanDucktype(e); },
|
|
12153
|
-
release: "".concat(sentry.projectName, "@").concat(Version_1.version)
|
|
12154
|
-
});
|
|
12155
|
-
ExceptionPipe.hub = new browser_1.Hub(ExceptionPipe.sentryClient);
|
|
12156
12148
|
/*
|
|
12157
12149
|
Clean up sentry payloads before capturing exceptions
|
|
12158
12150
|
*/
|
|
@@ -12174,6 +12166,21 @@ var ExceptionPipe = /** @class */ (function () {
|
|
|
12174
12166
|
}
|
|
12175
12167
|
return evt;
|
|
12176
12168
|
};
|
|
12169
|
+
// Sentry beforeSend: drop expected moderation rejections, clean up the rest
|
|
12170
|
+
ExceptionPipe.beforeSend = function (e) {
|
|
12171
|
+
var _a;
|
|
12172
|
+
if (((_a = e.tags) === null || _a === void 0 ? void 0 : _a.type) === 'moderation')
|
|
12173
|
+
return null;
|
|
12174
|
+
return ExceptionPipe.cleanDucktype(e);
|
|
12175
|
+
};
|
|
12176
|
+
ExceptionPipe.sentryClient = new browser_1.BrowserClient({
|
|
12177
|
+
debug: false,
|
|
12178
|
+
dsn: settings_json_1.sentry.dsn,
|
|
12179
|
+
integrations: [new browser_1.Integrations.UserAgent()],
|
|
12180
|
+
beforeSend: ExceptionPipe.beforeSend,
|
|
12181
|
+
release: "".concat(settings_json_1.sentry.projectName, "@").concat(Version_1.version)
|
|
12182
|
+
});
|
|
12183
|
+
ExceptionPipe.hub = new browser_1.Hub(ExceptionPipe.sentryClient);
|
|
12177
12184
|
return ExceptionPipe;
|
|
12178
12185
|
}());
|
|
12179
12186
|
exports["default"] = ExceptionPipe;
|
|
@@ -12402,9 +12409,12 @@ var __values = (this && this.__values) || function(o) {
|
|
|
12402
12409
|
};
|
|
12403
12410
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
12404
12411
|
};
|
|
12412
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12413
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12414
|
+
};
|
|
12405
12415
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12406
|
-
var ExceptionPipe_1 = __webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts");
|
|
12407
|
-
var axios_1 = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
|
|
12416
|
+
var ExceptionPipe_1 = __importDefault(__webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts"));
|
|
12417
|
+
var axios_1 = __importDefault(__webpack_require__(/*! axios */ "./node_modules/axios/index.js"));
|
|
12408
12418
|
var Helpers_1 = __webpack_require__(/*! ../scaffolding/Helpers */ "./src/scaffolding/Helpers.ts");
|
|
12409
12419
|
var settings = __rest((__webpack_require__(/*! ../conf/settings.json */ "./src/conf/settings.json").analytics), []);
|
|
12410
12420
|
var GoogleAnalytics = /** @class */ (function () {
|
|
@@ -12604,9 +12614,9 @@ exports.inventoryToFormData = inventoryToFormData;
|
|
|
12604
12614
|
|
|
12605
12615
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12606
12616
|
exports.printVersion = exports.version = void 0;
|
|
12607
|
-
exports.version = "3.5.
|
|
12617
|
+
exports.version = "3.5.8";
|
|
12608
12618
|
var printVersion = function () {
|
|
12609
|
-
console.log("%cPowered By%c Imposium%c v".concat("3.5.
|
|
12619
|
+
console.log("%cPowered By%c Imposium%c v".concat("3.5.8", "%c https://imposium.com"), 'text-transform: uppercase; padding: 5px 0px 5px 5px; background-color: black; color: white;', 'text-transform: uppercase; padding: 5px 0px 5px 0px; background-color: black; color: #a1b83a;', 'padding: 5px 5px 5px 0px; background-color: black; color: white;', 'padding: 5px 5px 5px 0px;');
|
|
12610
12620
|
};
|
|
12611
12621
|
exports.printVersion = printVersion;
|
|
12612
12622
|
|
|
@@ -12636,8 +12646,11 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
12636
12646
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12637
12647
|
};
|
|
12638
12648
|
})();
|
|
12649
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12650
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12651
|
+
};
|
|
12639
12652
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12640
|
-
var VideoPlayer_1 = __webpack_require__(/*! ./VideoPlayer */ "./src/video/VideoPlayer.ts");
|
|
12653
|
+
var VideoPlayer_1 = __importDefault(__webpack_require__(/*! ./VideoPlayer */ "./src/video/VideoPlayer.ts"));
|
|
12641
12654
|
var FallbackPlayer = /** @class */ (function (_super) {
|
|
12642
12655
|
__extends(FallbackPlayer, _super);
|
|
12643
12656
|
function FallbackPlayer(node) {
|
|
@@ -12703,10 +12716,13 @@ var __values = (this && this.__values) || function(o) {
|
|
|
12703
12716
|
};
|
|
12704
12717
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
12705
12718
|
};
|
|
12719
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12720
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
12721
|
+
};
|
|
12706
12722
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
12707
|
-
var axios_1 = __webpack_require__(/*! axios */ "./node_modules/axios/index.js");
|
|
12708
|
-
var VideoPlayer_1 = __webpack_require__(/*! ./VideoPlayer */ "./src/video/VideoPlayer.ts");
|
|
12709
|
-
var ExceptionPipe_1 = __webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts");
|
|
12723
|
+
var axios_1 = __importDefault(__webpack_require__(/*! axios */ "./node_modules/axios/index.js"));
|
|
12724
|
+
var VideoPlayer_1 = __importDefault(__webpack_require__(/*! ./VideoPlayer */ "./src/video/VideoPlayer.ts"));
|
|
12725
|
+
var ExceptionPipe_1 = __importDefault(__webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts"));
|
|
12710
12726
|
var Exceptions_1 = __webpack_require__(/*! ../scaffolding/Exceptions */ "./src/scaffolding/Exceptions.ts");
|
|
12711
12727
|
var Helpers_1 = __webpack_require__(/*! ../scaffolding/Helpers */ "./src/scaffolding/Helpers.ts");
|
|
12712
12728
|
var settings = (__webpack_require__(/*! ../conf/settings.json */ "./src/conf/settings.json").videoPlayer);
|
|
@@ -13174,9 +13190,12 @@ var __read = (this && this.__read) || function (o, n) {
|
|
|
13174
13190
|
}
|
|
13175
13191
|
return ar;
|
|
13176
13192
|
};
|
|
13193
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13194
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13195
|
+
};
|
|
13177
13196
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
13178
|
-
var ExceptionPipe_1 = __webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts");
|
|
13179
|
-
var GoogleAnalytics_1 = __webpack_require__(/*! ../scaffolding/GoogleAnalytics */ "./src/scaffolding/GoogleAnalytics.ts");
|
|
13197
|
+
var ExceptionPipe_1 = __importDefault(__webpack_require__(/*! ../scaffolding/ExceptionPipe */ "./src/scaffolding/ExceptionPipe.ts"));
|
|
13198
|
+
var GoogleAnalytics_1 = __importDefault(__webpack_require__(/*! ../scaffolding/GoogleAnalytics */ "./src/scaffolding/GoogleAnalytics.ts"));
|
|
13180
13199
|
var Exceptions_1 = __webpack_require__(/*! ../scaffolding/Exceptions */ "./src/scaffolding/Exceptions.ts");
|
|
13181
13200
|
var settings = (__webpack_require__(/*! ../conf/settings.json */ "./src/conf/settings.json").videoPlayer);
|
|
13182
13201
|
var VideoPlayer = /** @class */ (function () {
|