@besovideo/webrtc-player 0.8.45 → 0.8.47
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/dist/main.browser.js +201 -199
- package/dist/main.es.js +201 -199
- package/package.json +1 -1
package/dist/main.browser.js
CHANGED
|
@@ -101,11 +101,11 @@ var bvPlayerCore = (() => {
|
|
|
101
101
|
});
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
// <define:
|
|
105
|
-
var
|
|
106
|
-
var
|
|
107
|
-
"<define:
|
|
108
|
-
|
|
104
|
+
// <define:processenv>
|
|
105
|
+
var define_processenv_default;
|
|
106
|
+
var init_define_processenv = __esm({
|
|
107
|
+
"<define:processenv>"() {
|
|
108
|
+
define_processenv_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.46", PROJECT_NAMESPACE: "bvplayer" };
|
|
109
109
|
}
|
|
110
110
|
});
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ var bvPlayerCore = (() => {
|
|
|
113
113
|
var _, B, $, O, P, A, w, c, k, i, h, f, l, a, u, y, v, b, s, p, x, ee, R;
|
|
114
114
|
var init_main_es = __esm({
|
|
115
115
|
"node_modules/@shirtiny/logger/dist/main.es.js"() {
|
|
116
|
-
|
|
116
|
+
init_define_processenv();
|
|
117
117
|
init_jsx_shim();
|
|
118
118
|
_ = Object.defineProperty;
|
|
119
119
|
B = Object.defineProperties;
|
|
@@ -293,7 +293,7 @@ var bvPlayerCore = (() => {
|
|
|
293
293
|
var init_logger = __esm({
|
|
294
294
|
"src/utils/logger.ts"() {
|
|
295
295
|
"use strict";
|
|
296
|
-
|
|
296
|
+
init_define_processenv();
|
|
297
297
|
init_jsx_shim();
|
|
298
298
|
init_main_es();
|
|
299
299
|
EmbedLogger = class extends x {
|
|
@@ -360,8 +360,8 @@ var bvPlayerCore = (() => {
|
|
|
360
360
|
};
|
|
361
361
|
logger = new EmbedLogger();
|
|
362
362
|
logger.setLevel(4);
|
|
363
|
-
logger.debug("player-core env:",
|
|
364
|
-
logger.version(
|
|
363
|
+
logger.debug("player-core env:", define_processenv_default);
|
|
364
|
+
logger.version(define_processenv_default.SH_LIB_NAME, define_processenv_default.SH_LIB_VERSION || "");
|
|
365
365
|
logger_default = logger;
|
|
366
366
|
}
|
|
367
367
|
});
|
|
@@ -371,7 +371,7 @@ var bvPlayerCore = (() => {
|
|
|
371
371
|
var init_lang = __esm({
|
|
372
372
|
"src/utils/lang.ts"() {
|
|
373
373
|
"use strict";
|
|
374
|
-
|
|
374
|
+
init_define_processenv();
|
|
375
375
|
init_jsx_shim();
|
|
376
376
|
isArr = Array.isArray;
|
|
377
377
|
baseIsNaN = (value) => {
|
|
@@ -457,7 +457,7 @@ var bvPlayerCore = (() => {
|
|
|
457
457
|
var init_util = __esm({
|
|
458
458
|
"src/utils/util.ts"() {
|
|
459
459
|
"use strict";
|
|
460
|
-
|
|
460
|
+
init_define_processenv();
|
|
461
461
|
init_jsx_shim();
|
|
462
462
|
init_lang();
|
|
463
463
|
toArray = (arr) => !arr ? [] : lang_default.isArr(arr) ? arr : [arr];
|
|
@@ -610,7 +610,7 @@ var bvPlayerCore = (() => {
|
|
|
610
610
|
var init_jsx = __esm({
|
|
611
611
|
"src/core/jsx.ts"() {
|
|
612
612
|
"use strict";
|
|
613
|
-
|
|
613
|
+
init_define_processenv();
|
|
614
614
|
init_jsx_shim();
|
|
615
615
|
init_logger();
|
|
616
616
|
init_lang();
|
|
@@ -635,7 +635,7 @@ var bvPlayerCore = (() => {
|
|
|
635
635
|
}
|
|
636
636
|
var init_typeof = __esm({
|
|
637
637
|
"node_modules/@babel/runtime/helpers/esm/typeof.js"() {
|
|
638
|
-
|
|
638
|
+
init_define_processenv();
|
|
639
639
|
init_jsx_shim();
|
|
640
640
|
}
|
|
641
641
|
});
|
|
@@ -648,7 +648,7 @@ var bvPlayerCore = (() => {
|
|
|
648
648
|
}
|
|
649
649
|
var init_classCallCheck = __esm({
|
|
650
650
|
"node_modules/@babel/runtime/helpers/esm/classCallCheck.js"() {
|
|
651
|
-
|
|
651
|
+
init_define_processenv();
|
|
652
652
|
init_jsx_shim();
|
|
653
653
|
}
|
|
654
654
|
});
|
|
@@ -676,7 +676,7 @@ var bvPlayerCore = (() => {
|
|
|
676
676
|
}
|
|
677
677
|
var init_createClass = __esm({
|
|
678
678
|
"node_modules/@babel/runtime/helpers/esm/createClass.js"() {
|
|
679
|
-
|
|
679
|
+
init_define_processenv();
|
|
680
680
|
init_jsx_shim();
|
|
681
681
|
}
|
|
682
682
|
});
|
|
@@ -690,7 +690,7 @@ var bvPlayerCore = (() => {
|
|
|
690
690
|
}
|
|
691
691
|
var init_assertThisInitialized = __esm({
|
|
692
692
|
"node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"() {
|
|
693
|
-
|
|
693
|
+
init_define_processenv();
|
|
694
694
|
init_jsx_shim();
|
|
695
695
|
}
|
|
696
696
|
});
|
|
@@ -705,7 +705,7 @@ var bvPlayerCore = (() => {
|
|
|
705
705
|
}
|
|
706
706
|
var init_setPrototypeOf = __esm({
|
|
707
707
|
"node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"() {
|
|
708
|
-
|
|
708
|
+
init_define_processenv();
|
|
709
709
|
init_jsx_shim();
|
|
710
710
|
}
|
|
711
711
|
});
|
|
@@ -730,7 +730,7 @@ var bvPlayerCore = (() => {
|
|
|
730
730
|
}
|
|
731
731
|
var init_inherits = __esm({
|
|
732
732
|
"node_modules/@babel/runtime/helpers/esm/inherits.js"() {
|
|
733
|
-
|
|
733
|
+
init_define_processenv();
|
|
734
734
|
init_jsx_shim();
|
|
735
735
|
init_setPrototypeOf();
|
|
736
736
|
}
|
|
@@ -747,7 +747,7 @@ var bvPlayerCore = (() => {
|
|
|
747
747
|
}
|
|
748
748
|
var init_possibleConstructorReturn = __esm({
|
|
749
749
|
"node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"() {
|
|
750
|
-
|
|
750
|
+
init_define_processenv();
|
|
751
751
|
init_jsx_shim();
|
|
752
752
|
init_typeof();
|
|
753
753
|
init_assertThisInitialized();
|
|
@@ -763,7 +763,7 @@ var bvPlayerCore = (() => {
|
|
|
763
763
|
}
|
|
764
764
|
var init_getPrototypeOf = __esm({
|
|
765
765
|
"node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"() {
|
|
766
|
-
|
|
766
|
+
init_define_processenv();
|
|
767
767
|
init_jsx_shim();
|
|
768
768
|
}
|
|
769
769
|
});
|
|
@@ -784,7 +784,7 @@ var bvPlayerCore = (() => {
|
|
|
784
784
|
}
|
|
785
785
|
var init_defineProperty = __esm({
|
|
786
786
|
"node_modules/@babel/runtime/helpers/esm/defineProperty.js"() {
|
|
787
|
-
|
|
787
|
+
init_define_processenv();
|
|
788
788
|
init_jsx_shim();
|
|
789
789
|
}
|
|
790
790
|
});
|
|
@@ -796,7 +796,7 @@ var bvPlayerCore = (() => {
|
|
|
796
796
|
}
|
|
797
797
|
var init_arrayWithHoles = __esm({
|
|
798
798
|
"node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js"() {
|
|
799
|
-
|
|
799
|
+
init_define_processenv();
|
|
800
800
|
init_jsx_shim();
|
|
801
801
|
}
|
|
802
802
|
});
|
|
@@ -808,7 +808,7 @@ var bvPlayerCore = (() => {
|
|
|
808
808
|
}
|
|
809
809
|
var init_iterableToArray = __esm({
|
|
810
810
|
"node_modules/@babel/runtime/helpers/esm/iterableToArray.js"() {
|
|
811
|
-
|
|
811
|
+
init_define_processenv();
|
|
812
812
|
init_jsx_shim();
|
|
813
813
|
}
|
|
814
814
|
});
|
|
@@ -824,7 +824,7 @@ var bvPlayerCore = (() => {
|
|
|
824
824
|
}
|
|
825
825
|
var init_arrayLikeToArray = __esm({
|
|
826
826
|
"node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js"() {
|
|
827
|
-
|
|
827
|
+
init_define_processenv();
|
|
828
828
|
init_jsx_shim();
|
|
829
829
|
}
|
|
830
830
|
});
|
|
@@ -845,7 +845,7 @@ var bvPlayerCore = (() => {
|
|
|
845
845
|
}
|
|
846
846
|
var init_unsupportedIterableToArray = __esm({
|
|
847
847
|
"node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"() {
|
|
848
|
-
|
|
848
|
+
init_define_processenv();
|
|
849
849
|
init_jsx_shim();
|
|
850
850
|
init_arrayLikeToArray();
|
|
851
851
|
}
|
|
@@ -857,7 +857,7 @@ var bvPlayerCore = (() => {
|
|
|
857
857
|
}
|
|
858
858
|
var init_nonIterableRest = __esm({
|
|
859
859
|
"node_modules/@babel/runtime/helpers/esm/nonIterableRest.js"() {
|
|
860
|
-
|
|
860
|
+
init_define_processenv();
|
|
861
861
|
init_jsx_shim();
|
|
862
862
|
}
|
|
863
863
|
});
|
|
@@ -868,7 +868,7 @@ var bvPlayerCore = (() => {
|
|
|
868
868
|
}
|
|
869
869
|
var init_toArray = __esm({
|
|
870
870
|
"node_modules/@babel/runtime/helpers/esm/toArray.js"() {
|
|
871
|
-
|
|
871
|
+
init_define_processenv();
|
|
872
872
|
init_jsx_shim();
|
|
873
873
|
init_arrayWithHoles();
|
|
874
874
|
init_iterableToArray();
|
|
@@ -1513,7 +1513,7 @@ var bvPlayerCore = (() => {
|
|
|
1513
1513
|
var consoleLogger, Logger, baseLogger, EventEmitter, _entityMap, isIE10, chars, ResourceStore, postProcessor, checkedLoadedFor, Translator, LanguageUtil, sets, _rulesPluralsTypes, deprecatedJsonVersions, suffixesOrder, PluralResolver, Interpolator, Formatter, Connector, I18n, instance, createInstance, init, loadResources, reloadResources, use, changeLanguage, getFixedT, t, exists, setDefaultNamespace, hasLoadedNamespace, loadNamespaces, loadLanguages, i18next_default;
|
|
1514
1514
|
var init_i18next = __esm({
|
|
1515
1515
|
"node_modules/i18next/dist/esm/i18next.js"() {
|
|
1516
|
-
|
|
1516
|
+
init_define_processenv();
|
|
1517
1517
|
init_jsx_shim();
|
|
1518
1518
|
init_typeof();
|
|
1519
1519
|
init_classCallCheck();
|
|
@@ -3725,7 +3725,7 @@ var bvPlayerCore = (() => {
|
|
|
3725
3725
|
// node_modules/inspector.js/lib/inspectorjs-lib.min.js
|
|
3726
3726
|
var require_inspectorjs_lib_min = __commonJS({
|
|
3727
3727
|
"node_modules/inspector.js/lib/inspectorjs-lib.min.js"(exports, module) {
|
|
3728
|
-
|
|
3728
|
+
init_define_processenv();
|
|
3729
3729
|
init_jsx_shim();
|
|
3730
3730
|
!function(e, n) {
|
|
3731
3731
|
"object" == typeof exports && "object" == typeof module ? module.exports = n() : "function" == typeof define && define.amd ? define("inspectorjs", [], n) : "object" == typeof exports ? exports.inspectorjs = n() : e.inspectorjs = n();
|
|
@@ -7952,7 +7952,7 @@ exports["default"] = ByteParserUtils;
|
|
|
7952
7952
|
var require_webm_muxer = __commonJS({
|
|
7953
7953
|
"node_modules/webm-muxer/build/webm-muxer.js"(exports2, module2) {
|
|
7954
7954
|
"use strict";
|
|
7955
|
-
|
|
7955
|
+
init_define_processenv();
|
|
7956
7956
|
init_jsx_shim();
|
|
7957
7957
|
var WebMMuxer = (() => {
|
|
7958
7958
|
var __defProp2 = Object.defineProperty;
|
|
@@ -9028,7 +9028,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9028
9028
|
});
|
|
9029
9029
|
|
|
9030
9030
|
// src/browser.ts
|
|
9031
|
-
|
|
9031
|
+
init_define_processenv();
|
|
9032
9032
|
init_jsx_shim();
|
|
9033
9033
|
|
|
9034
9034
|
// src/main.ts
|
|
@@ -9040,23 +9040,23 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9040
9040
|
RemoteSdpFetcher: () => RemoteSdpFetcher,
|
|
9041
9041
|
clearAllDialog: () => clearAllDialog
|
|
9042
9042
|
});
|
|
9043
|
-
|
|
9043
|
+
init_define_processenv();
|
|
9044
9044
|
init_jsx_shim();
|
|
9045
9045
|
|
|
9046
9046
|
// src/components/puPlayer.tsx
|
|
9047
|
-
|
|
9047
|
+
init_define_processenv();
|
|
9048
9048
|
init_jsx_shim();
|
|
9049
9049
|
|
|
9050
9050
|
// src/api/dialog.ts
|
|
9051
|
-
|
|
9051
|
+
init_define_processenv();
|
|
9052
9052
|
init_jsx_shim();
|
|
9053
9053
|
|
|
9054
9054
|
// src/utils/storage.ts
|
|
9055
|
-
|
|
9055
|
+
init_define_processenv();
|
|
9056
9056
|
init_jsx_shim();
|
|
9057
9057
|
|
|
9058
9058
|
// src/utils/date.ts
|
|
9059
|
-
|
|
9059
|
+
init_define_processenv();
|
|
9060
9060
|
init_jsx_shim();
|
|
9061
9061
|
var getUTCSecond = (date2) => {
|
|
9062
9062
|
let milliseconds;
|
|
@@ -9171,7 +9171,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9171
9171
|
var storage_default = storage;
|
|
9172
9172
|
|
|
9173
9173
|
// src/utils/http.ts
|
|
9174
|
-
|
|
9174
|
+
init_define_processenv();
|
|
9175
9175
|
init_jsx_shim();
|
|
9176
9176
|
init_logger();
|
|
9177
9177
|
var request = (url, config) => __async(void 0, null, function* () {
|
|
@@ -9249,7 +9249,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9249
9249
|
init_util();
|
|
9250
9250
|
|
|
9251
9251
|
// src/api/var.ts
|
|
9252
|
-
|
|
9252
|
+
init_define_processenv();
|
|
9253
9253
|
init_jsx_shim();
|
|
9254
9254
|
var API_ROUTES = {
|
|
9255
9255
|
BVCSP_V1: {
|
|
@@ -9276,11 +9276,11 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9276
9276
|
};
|
|
9277
9277
|
|
|
9278
9278
|
// src/core/index.ts
|
|
9279
|
-
|
|
9279
|
+
init_define_processenv();
|
|
9280
9280
|
init_jsx_shim();
|
|
9281
9281
|
|
|
9282
9282
|
// src/core/render.ts
|
|
9283
|
-
|
|
9283
|
+
init_define_processenv();
|
|
9284
9284
|
init_jsx_shim();
|
|
9285
9285
|
function getRootElementInContainer(container) {
|
|
9286
9286
|
if (!container) {
|
|
@@ -9320,7 +9320,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9320
9320
|
var render_default = render;
|
|
9321
9321
|
|
|
9322
9322
|
// src/core/style.ts
|
|
9323
|
-
|
|
9323
|
+
init_define_processenv();
|
|
9324
9324
|
init_jsx_shim();
|
|
9325
9325
|
init_lang();
|
|
9326
9326
|
var cls = (...args) => {
|
|
@@ -9367,7 +9367,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9367
9367
|
cssStr += literals[literals.length - 1];
|
|
9368
9368
|
return line(cssStr);
|
|
9369
9369
|
};
|
|
9370
|
-
var CSS_CLASS_PREFIX = `${
|
|
9370
|
+
var CSS_CLASS_PREFIX = `${define_processenv_default.PROJECT_NAMESPACE}-`;
|
|
9371
9371
|
var CSS_CLASS_COMMON = "common-";
|
|
9372
9372
|
var isPrefixed = (className) => new RegExp(CSS_CLASS_PREFIX).test(className);
|
|
9373
9373
|
var prefixCls = (...args) => cls(args).split(" ").map((c2) => isPrefixed(c2) ? c2 : CSS_CLASS_PREFIX + c2).join(" ");
|
|
@@ -9381,7 +9381,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9381
9381
|
var style_default = style;
|
|
9382
9382
|
|
|
9383
9383
|
// src/core/dom.ts
|
|
9384
|
-
|
|
9384
|
+
init_define_processenv();
|
|
9385
9385
|
init_jsx_shim();
|
|
9386
9386
|
init_jsx();
|
|
9387
9387
|
function parseHtml(htmlString) {
|
|
@@ -9506,7 +9506,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9506
9506
|
var dom_default = dom;
|
|
9507
9507
|
|
|
9508
9508
|
// src/core/field.ts
|
|
9509
|
-
|
|
9509
|
+
init_define_processenv();
|
|
9510
9510
|
init_jsx_shim();
|
|
9511
9511
|
var STORAGE_FIELD_PREFIX = "bvplayerCore";
|
|
9512
9512
|
var createPrefixStorageField = (field2) => STORAGE_FIELD_PREFIX + field2;
|
|
@@ -9516,7 +9516,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9516
9516
|
var field_default = field;
|
|
9517
9517
|
|
|
9518
9518
|
// src/core/customElement.ts
|
|
9519
|
-
|
|
9519
|
+
init_define_processenv();
|
|
9520
9520
|
init_jsx_shim();
|
|
9521
9521
|
init_logger();
|
|
9522
9522
|
function isObject2(obj) {
|
|
@@ -9679,7 +9679,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9679
9679
|
function getElementTypeByTag2(tag) {
|
|
9680
9680
|
return Reflect.getPrototypeOf(document.createElement(tag)).constructor;
|
|
9681
9681
|
}
|
|
9682
|
-
var TAG_PREFIX = `${
|
|
9682
|
+
var TAG_PREFIX = `${define_processenv_default.PROJECT_NAMESPACE}-`;
|
|
9683
9683
|
function define2(tag, props = {}) {
|
|
9684
9684
|
if (!tag)
|
|
9685
9685
|
throw new Error("tag is required to register a Component");
|
|
@@ -9716,7 +9716,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9716
9716
|
var core_default = core;
|
|
9717
9717
|
|
|
9718
9718
|
// src/core/error.ts
|
|
9719
|
-
|
|
9719
|
+
init_define_processenv();
|
|
9720
9720
|
init_jsx_shim();
|
|
9721
9721
|
function fixStack(target, fn2 = target.constructor) {
|
|
9722
9722
|
const captureStackTrace = Error.captureStackTrace;
|
|
@@ -9913,15 +9913,15 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
9913
9913
|
var dialog_default = dialogApi;
|
|
9914
9914
|
|
|
9915
9915
|
// src/plugins/player/index.tsx
|
|
9916
|
-
|
|
9916
|
+
init_define_processenv();
|
|
9917
9917
|
init_jsx_shim();
|
|
9918
9918
|
|
|
9919
9919
|
// src/plugins/types.ts
|
|
9920
|
-
|
|
9920
|
+
init_define_processenv();
|
|
9921
9921
|
init_jsx_shim();
|
|
9922
9922
|
|
|
9923
9923
|
// src/core/events.ts
|
|
9924
|
-
|
|
9924
|
+
init_define_processenv();
|
|
9925
9925
|
init_jsx_shim();
|
|
9926
9926
|
var Notifier = class {
|
|
9927
9927
|
constructor() {
|
|
@@ -10160,7 +10160,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10160
10160
|
};
|
|
10161
10161
|
|
|
10162
10162
|
// src/plugins/mask.ts
|
|
10163
|
-
|
|
10163
|
+
init_define_processenv();
|
|
10164
10164
|
init_jsx_shim();
|
|
10165
10165
|
init_logger();
|
|
10166
10166
|
var PLUGIN_NAME_Mask = "mask";
|
|
@@ -10193,7 +10193,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10193
10193
|
var mask_default = MaskPlugin;
|
|
10194
10194
|
|
|
10195
10195
|
// src/plugins/spinner.ts
|
|
10196
|
-
|
|
10196
|
+
init_define_processenv();
|
|
10197
10197
|
init_jsx_shim();
|
|
10198
10198
|
init_logger();
|
|
10199
10199
|
var PLUGIN_NAME_SPINNER = "spinner";
|
|
@@ -10221,16 +10221,16 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10221
10221
|
var spinner_default = SpinnerPlugin;
|
|
10222
10222
|
|
|
10223
10223
|
// src/plugins/video.tsx
|
|
10224
|
-
|
|
10224
|
+
init_define_processenv();
|
|
10225
10225
|
init_jsx_shim();
|
|
10226
10226
|
|
|
10227
10227
|
// src/utils/media.ts
|
|
10228
|
-
|
|
10228
|
+
init_define_processenv();
|
|
10229
10229
|
init_jsx_shim();
|
|
10230
10230
|
init_logger();
|
|
10231
10231
|
|
|
10232
10232
|
// src/utils/file.ts
|
|
10233
|
-
|
|
10233
|
+
init_define_processenv();
|
|
10234
10234
|
init_jsx_shim();
|
|
10235
10235
|
var download = (url, fileName, suffixName) => {
|
|
10236
10236
|
const link = document.createElement("a");
|
|
@@ -10274,7 +10274,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10274
10274
|
init_util();
|
|
10275
10275
|
|
|
10276
10276
|
// src/utils/webMCombina.ts
|
|
10277
|
-
|
|
10277
|
+
init_define_processenv();
|
|
10278
10278
|
init_jsx_shim();
|
|
10279
10279
|
var import_inspector = __toESM(require_inspectorjs_lib_min(), 1);
|
|
10280
10280
|
var import_webm_muxer = __toESM(require_webm_muxer(), 1);
|
|
@@ -10309,7 +10309,6 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10309
10309
|
}
|
|
10310
10310
|
const currentTime = baseTime + blockTime;
|
|
10311
10311
|
trackTimestampMap[trackId] = currentTime;
|
|
10312
|
-
console.log("timestamp: ", trackId, blockTime, currentTime);
|
|
10313
10312
|
return [currentTime * 1e3, simpleBlock.data.slice(4), bKeyFrame];
|
|
10314
10313
|
}
|
|
10315
10314
|
};
|
|
@@ -10578,7 +10577,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10578
10577
|
init_logger();
|
|
10579
10578
|
|
|
10580
10579
|
// src/plugins/decorators/index.ts
|
|
10581
|
-
|
|
10580
|
+
init_define_processenv();
|
|
10582
10581
|
init_jsx_shim();
|
|
10583
10582
|
init_lang();
|
|
10584
10583
|
function updateAttribute2(node, attribute, value) {
|
|
@@ -10896,12 +10895,12 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10896
10895
|
var video_default = VideoPlugin;
|
|
10897
10896
|
|
|
10898
10897
|
// src/plugins/modal.tsx
|
|
10899
|
-
|
|
10898
|
+
init_define_processenv();
|
|
10900
10899
|
init_jsx_shim();
|
|
10901
10900
|
init_logger();
|
|
10902
10901
|
|
|
10903
10902
|
// src/plugins/mixins/visible.ts
|
|
10904
|
-
|
|
10903
|
+
init_define_processenv();
|
|
10905
10904
|
init_jsx_shim();
|
|
10906
10905
|
function mixinVisible(base) {
|
|
10907
10906
|
return class extends base {
|
|
@@ -10934,235 +10933,235 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10934
10933
|
}
|
|
10935
10934
|
|
|
10936
10935
|
// src/templates/icons.tsx
|
|
10937
|
-
|
|
10936
|
+
init_define_processenv();
|
|
10938
10937
|
init_jsx_shim();
|
|
10939
10938
|
|
|
10940
10939
|
// src/assets/icon/cog.el.svg
|
|
10941
|
-
|
|
10940
|
+
init_define_processenv();
|
|
10942
10941
|
init_jsx_shim();
|
|
10943
10942
|
function SvgElementbvPlayerCoreCog({ className }) {
|
|
10944
10943
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" }), /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M15 12a3 3 0 11-6 0 3 3 0 016 0z" }));
|
|
10945
10944
|
}
|
|
10946
10945
|
|
|
10947
10946
|
// src/assets/icon/cog_fill.el.svg
|
|
10948
|
-
|
|
10947
|
+
init_define_processenv();
|
|
10949
10948
|
init_jsx_shim();
|
|
10950
10949
|
function SvgElementbvPlayerCoreCogFill({ className }) {
|
|
10951
10950
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M11.49 3.17c-.38-1.56-2.6-1.56-2.98 0a1.532 1.532 0 01-2.286.948c-1.372-.836-2.942.734-2.106 2.106.54.886.061 2.042-.947 2.287-1.561.379-1.561 2.6 0 2.978a1.532 1.532 0 01.947 2.287c-.836 1.372.734 2.942 2.106 2.106a1.532 1.532 0 012.287.947c.379 1.561 2.6 1.561 2.978 0a1.533 1.533 0 012.287-.947c1.372.836 2.942-.734 2.106-2.106a1.533 1.533 0 01.947-2.287c1.561-.379 1.561-2.6 0-2.978a1.532 1.532 0 01-.947-2.287c.836-1.372-.734-2.942-2.106-2.106a1.532 1.532 0 01-2.287-.947zM10 13a3 3 0 100-6 3 3 0 000 6z", "clip-rule": "evenodd" }));
|
|
10952
10951
|
}
|
|
10953
10952
|
|
|
10954
10953
|
// src/assets/icon/camera.el.svg
|
|
10955
|
-
|
|
10954
|
+
init_define_processenv();
|
|
10956
10955
|
init_jsx_shim();
|
|
10957
10956
|
function SvgElementbvPlayerCoreCamera({ className }) {
|
|
10958
10957
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z" }), /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M15 13a3 3 0 11-6 0 3 3 0 016 0z" }));
|
|
10959
10958
|
}
|
|
10960
10959
|
|
|
10961
10960
|
// src/assets/icon/camera_fill.el.svg
|
|
10962
|
-
|
|
10961
|
+
init_define_processenv();
|
|
10963
10962
|
init_jsx_shim();
|
|
10964
10963
|
function SvgElementbvPlayerCoreCameraFill({ className }) {
|
|
10965
10964
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M4 5a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V7a2 2 0 00-2-2h-1.586a1 1 0 01-.707-.293l-1.121-1.121A2 2 0 0011.172 3H8.828a2 2 0 00-1.414.586L6.293 4.707A1 1 0 015.586 5H4zm6 9a3 3 0 100-6 3 3 0 000 6z", "clip-rule": "evenodd" }));
|
|
10966
10965
|
}
|
|
10967
10966
|
|
|
10968
10967
|
// src/assets/icon/video-camera.el.svg
|
|
10969
|
-
|
|
10968
|
+
init_define_processenv();
|
|
10970
10969
|
init_jsx_shim();
|
|
10971
10970
|
function SvgElementbvPlayerCoreVideoCamera({ className }) {
|
|
10972
10971
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" }));
|
|
10973
10972
|
}
|
|
10974
10973
|
|
|
10975
10974
|
// src/assets/icon/video-camera_fill.el.svg
|
|
10976
|
-
|
|
10975
|
+
init_define_processenv();
|
|
10977
10976
|
init_jsx_shim();
|
|
10978
10977
|
function SvgElementbvPlayerCoreVideoCameraFill({ className }) {
|
|
10979
10978
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { d: "M2 6a2 2 0 012-2h6a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V6zM14.553 7.106A1 1 0 0014 8v4a1 1 0 00.553.894l2 1A1 1 0 0018 13V7a1 1 0 00-1.447-.894l-2 1z" }));
|
|
10980
10979
|
}
|
|
10981
10980
|
|
|
10982
10981
|
// src/assets/icon/arrows-expand.el.svg
|
|
10983
|
-
|
|
10982
|
+
init_define_processenv();
|
|
10984
10983
|
init_jsx_shim();
|
|
10985
10984
|
function SvgElementbvPlayerCoreArrowsExpand({ className }) {
|
|
10986
10985
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4" }));
|
|
10987
10986
|
}
|
|
10988
10987
|
|
|
10989
10988
|
// src/assets/icon/arrows-expand_fill.el.svg
|
|
10990
|
-
|
|
10989
|
+
init_define_processenv();
|
|
10991
10990
|
init_jsx_shim();
|
|
10992
10991
|
function SvgElementbvPlayerCoreArrowsExpandFill({ className }) {
|
|
10993
10992
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M3 4a1 1 0 011-1h4a1 1 0 010 2H6.414l2.293 2.293a1 1 0 01-1.414 1.414L5 6.414V8a1 1 0 01-2 0V4zm9 1a1 1 0 110-2h4a1 1 0 011 1v4a1 1 0 11-2 0V6.414l-2.293 2.293a1 1 0 11-1.414-1.414L13.586 5H12zm-9 7a1 1 0 112 0v1.586l2.293-2.293a1 1 0 011.414 1.414L6.414 15H8a1 1 0 110 2H4a1 1 0 01-1-1v-4zm13-1a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 110-2h1.586l-2.293-2.293a1 1 0 011.414-1.414L15 13.586V12a1 1 0 011-1z", "clip-rule": "evenodd" }));
|
|
10994
10993
|
}
|
|
10995
10994
|
|
|
10996
10995
|
// src/assets/icon/information-circle.el.svg
|
|
10997
|
-
|
|
10996
|
+
init_define_processenv();
|
|
10998
10997
|
init_jsx_shim();
|
|
10999
10998
|
function SvgElementbvPlayerCoreInformationCircle({ className }) {
|
|
11000
10999
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }));
|
|
11001
11000
|
}
|
|
11002
11001
|
|
|
11003
11002
|
// src/assets/icon/information-circle_fill.el.svg
|
|
11004
|
-
|
|
11003
|
+
init_define_processenv();
|
|
11005
11004
|
init_jsx_shim();
|
|
11006
11005
|
function SvgElementbvPlayerCoreInformationCircleFill({ className }) {
|
|
11007
11006
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z", "clip-rule": "evenodd" }));
|
|
11008
11007
|
}
|
|
11009
11008
|
|
|
11010
11009
|
// src/assets/icon/x-circle.el.svg
|
|
11011
|
-
|
|
11010
|
+
init_define_processenv();
|
|
11012
11011
|
init_jsx_shim();
|
|
11013
11012
|
function SvgElementbvPlayerCoreXCircle({ className }) {
|
|
11014
11013
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" }));
|
|
11015
11014
|
}
|
|
11016
11015
|
|
|
11017
11016
|
// src/assets/icon/x-circle_fill.el.svg
|
|
11018
|
-
|
|
11017
|
+
init_define_processenv();
|
|
11019
11018
|
init_jsx_shim();
|
|
11020
11019
|
function SvgElementbvPlayerCoreXCircleFill({ className }) {
|
|
11021
11020
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z", "clip-rule": "evenodd" }));
|
|
11022
11021
|
}
|
|
11023
11022
|
|
|
11024
11023
|
// src/assets/icon/x.el.svg
|
|
11025
|
-
|
|
11024
|
+
init_define_processenv();
|
|
11026
11025
|
init_jsx_shim();
|
|
11027
11026
|
function SvgElementbvPlayerCoreX({ className }) {
|
|
11028
11027
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M6 18L18 6M6 6l12 12" }));
|
|
11029
11028
|
}
|
|
11030
11029
|
|
|
11031
11030
|
// src/assets/icon/x_fill.el.svg
|
|
11032
|
-
|
|
11031
|
+
init_define_processenv();
|
|
11033
11032
|
init_jsx_shim();
|
|
11034
11033
|
function SvgElementbvPlayerCoreXFill({ className }) {
|
|
11035
11034
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z", "clip-rule": "evenodd" }));
|
|
11036
11035
|
}
|
|
11037
11036
|
|
|
11038
11037
|
// src/assets/icon/volume-up.el.svg
|
|
11039
|
-
|
|
11038
|
+
init_define_processenv();
|
|
11040
11039
|
init_jsx_shim();
|
|
11041
11040
|
function SvgElementbvPlayerCoreVolumeUp({ className }) {
|
|
11042
11041
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M15.536 8.464a5 5 0 010 7.072m2.828-9.9a9 9 0 010 12.728M5.586 15H4a1 1 0 01-1-1v-4a1 1 0 011-1h1.586l4.707-4.707C10.923 3.663 12 4.109 12 5v14c0 .891-1.077 1.337-1.707.707L5.586 15z" }));
|
|
11043
11042
|
}
|
|
11044
11043
|
|
|
11045
11044
|
// src/assets/icon/volume-up_fill.el.svg
|
|
11046
|
-
|
|
11045
|
+
init_define_processenv();
|
|
11047
11046
|
init_jsx_shim();
|
|
11048
11047
|
function SvgElementbvPlayerCoreVolumeUpFill({ className }) {
|
|
11049
11048
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM14.657 2.929a1 1 0 011.414 0A9.972 9.972 0 0119 10a9.972 9.972 0 01-2.929 7.071 1 1 0 01-1.414-1.414A7.971 7.971 0 0017 10c0-2.21-.894-4.208-2.343-5.657a1 1 0 010-1.414zm-2.829 2.828a1 1 0 011.415 0A5.983 5.983 0 0115 10a5.984 5.984 0 01-1.757 4.243 1 1 0 01-1.415-1.415A3.984 3.984 0 0013 10a3.983 3.983 0 00-1.172-2.828 1 1 0 010-1.415z", "clip-rule": "evenodd" }));
|
|
11050
11049
|
}
|
|
11051
11050
|
|
|
11052
11051
|
// src/assets/icon/volume-off.el.svg
|
|
11053
|
-
|
|
11052
|
+
init_define_processenv();
|
|
11054
11053
|
init_jsx_shim();
|
|
11055
11054
|
function SvgElementbvPlayerCoreVolumeOff({ className }) {
|
|
11056
11055
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M5.586 15H4a1 1 0 01-1-1v-4a1 1 0 011-1h1.586l4.707-4.707C10.923 3.663 12 4.109 12 5v14c0 .891-1.077 1.337-1.707.707L5.586 15z", "clip-rule": "evenodd" }), /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M17 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2" }));
|
|
11057
11056
|
}
|
|
11058
11057
|
|
|
11059
11058
|
// src/assets/icon/volume-off_fill.el.svg
|
|
11060
|
-
|
|
11059
|
+
init_define_processenv();
|
|
11061
11060
|
init_jsx_shim();
|
|
11062
11061
|
function SvgElementbvPlayerCoreVolumeOffFill({ className }) {
|
|
11063
11062
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM12.293 7.293a1 1 0 011.414 0L15 8.586l1.293-1.293a1 1 0 111.414 1.414L16.414 10l1.293 1.293a1 1 0 01-1.414 1.414L15 11.414l-1.293 1.293a1 1 0 01-1.414-1.414L13.586 10l-1.293-1.293a1 1 0 010-1.414z", "clip-rule": "evenodd" }));
|
|
11064
11063
|
}
|
|
11065
11064
|
|
|
11066
11065
|
// src/assets/icon/play.el.svg
|
|
11067
|
-
|
|
11066
|
+
init_define_processenv();
|
|
11068
11067
|
init_jsx_shim();
|
|
11069
11068
|
function SvgElementbvPlayerCorePlay({ className }) {
|
|
11070
11069
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M14.752 11.168l-3.197-2.132A1 1 0 0010 9.87v4.263a1 1 0 001.555.832l3.197-2.132a1 1 0 000-1.664z" }), /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }));
|
|
11071
11070
|
}
|
|
11072
11071
|
|
|
11073
11072
|
// src/assets/icon/play_fill.el.svg
|
|
11074
|
-
|
|
11073
|
+
init_define_processenv();
|
|
11075
11074
|
init_jsx_shim();
|
|
11076
11075
|
function SvgElementbvPlayerCorePlayFill({ className }) {
|
|
11077
11076
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z", "clip-rule": "evenodd" }));
|
|
11078
11077
|
}
|
|
11079
11078
|
|
|
11080
11079
|
// src/assets/icon/pause.el.svg
|
|
11081
|
-
|
|
11080
|
+
init_define_processenv();
|
|
11082
11081
|
init_jsx_shim();
|
|
11083
11082
|
function SvgElementbvPlayerCorePause({ className }) {
|
|
11084
11083
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M10 9v6m4-6v6m7-3a9 9 0 11-18 0 9 9 0 0118 0z" }));
|
|
11085
11084
|
}
|
|
11086
11085
|
|
|
11087
11086
|
// src/assets/icon/pause_fill.el.svg
|
|
11088
|
-
|
|
11087
|
+
init_define_processenv();
|
|
11089
11088
|
init_jsx_shim();
|
|
11090
11089
|
function SvgElementbvPlayerCorePauseFill({ className }) {
|
|
11091
11090
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zM7 8a1 1 0 012 0v4a1 1 0 11-2 0V8zm5-1a1 1 0 00-1 1v4a1 1 0 102 0V8a1 1 0 00-1-1z", "clip-rule": "evenodd" }));
|
|
11092
11091
|
}
|
|
11093
11092
|
|
|
11094
11093
|
// src/assets/icon/stop.el.svg
|
|
11095
|
-
|
|
11094
|
+
init_define_processenv();
|
|
11096
11095
|
init_jsx_shim();
|
|
11097
11096
|
function SvgElementbvPlayerCoreStop({ className }) {
|
|
11098
11097
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M21 12a9 9 0 11-18 0 9 9 0 0118 0z" }), /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M9 10a1 1 0 011-1h4a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4z" }));
|
|
11099
11098
|
}
|
|
11100
11099
|
|
|
11101
11100
|
// src/assets/icon/stop_fill.el.svg
|
|
11102
|
-
|
|
11101
|
+
init_define_processenv();
|
|
11103
11102
|
init_jsx_shim();
|
|
11104
11103
|
function SvgElementbvPlayerCoreStopFill({ className }) {
|
|
11105
11104
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zM8 7a1 1 0 00-1 1v4a1 1 0 001 1h4a1 1 0 001-1V8a1 1 0 00-1-1H8z", "clip-rule": "evenodd" }));
|
|
11106
11105
|
}
|
|
11107
11106
|
|
|
11108
11107
|
// src/assets/icon/full.el.svg
|
|
11109
|
-
|
|
11108
|
+
init_define_processenv();
|
|
11110
11109
|
init_jsx_shim();
|
|
11111
11110
|
function SvgElementbvPlayerCoreFull({ className }) {
|
|
11112
11111
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 32 33", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { d: "M6.667 28h-5.333c-0.8 0-1.333-0.533-1.333-1.333v-5.333c0-0.8 0.533-1.333 1.333-1.333s1.333 0.533 1.333 1.333v4h4c0.8 0 1.333 0.533 1.333 1.333s-0.533 1.333-1.333 1.333zM30.667 28h-5.333c-0.8 0-1.333-0.533-1.333-1.333s0.533-1.333 1.333-1.333h4v-4c0-0.8 0.533-1.333 1.333-1.333s1.333 0.533 1.333 1.333v5.333c0 0.8-0.533 1.333-1.333 1.333zM30.667 12c-0.8 0-1.333-0.533-1.333-1.333v-4h-4c-0.8 0-1.333-0.533-1.333-1.333s0.533-1.333 1.333-1.333h5.333c0.8 0 1.333 0.533 1.333 1.333v5.333c0 0.8-0.533 1.333-1.333 1.333zM1.333 12c-0.8 0-1.333-0.533-1.333-1.333v-5.333c0-0.8 0.533-1.333 1.333-1.333h5.333c0.8 0 1.333 0.533 1.333 1.333s-0.533 1.333-1.333 1.333h-4v4c0 0.8-0.533 1.333-1.333 1.333z" }));
|
|
11113
11112
|
}
|
|
11114
11113
|
|
|
11115
11114
|
// src/assets/icon/rotate.el.svg
|
|
11116
|
-
|
|
11115
|
+
init_define_processenv();
|
|
11117
11116
|
init_jsx_shim();
|
|
11118
11117
|
function SvgElementbvPlayerCoreRotate({ className }) {
|
|
11119
11118
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", fill: "currentColor", viewBox: "0 0 1024 1024" }, /* @__PURE__ */ jsx.h("path", { d: "M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-0.4-12.6 6.1l-0.2 64c-118.6 0.5-235.8 53.4-314.6 154.2-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-0.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z" }), /* @__PURE__ */ jsx.h("path", { d: "M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32z m-44 402H396V494h440v326z" }));
|
|
11120
11119
|
}
|
|
11121
11120
|
|
|
11122
11121
|
// src/assets/icon/ptz-control.el.svg
|
|
11123
|
-
|
|
11122
|
+
init_define_processenv();
|
|
11124
11123
|
init_jsx_shim();
|
|
11125
11124
|
function SvgElementbvPlayerCorePtzControl({ className }) {
|
|
11126
11125
|
return /* @__PURE__ */ jsx.h("svg", { className: "h-5 w-5", fill: "currentColor", viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg", width: "200", height: "200" }, /* @__PURE__ */ jsx.h("path", { d: "M512 938.4C276.7 938.4 85.3 747 85.3 511.8S276.7 85.1 512 85.1s426.7 191.4 426.7 426.7S747.3 938.4 512 938.4z m0-775.7c-192.5 0-349.1 156.6-349.1 349.1S319.5 860.9 512 860.9s349.1-156.6 349.1-349.1S704.5 162.7 512 162.7z", "p-id": "5833" }), /* @__PURE__ */ jsx.h("path", { d: "M512 205.4l128 128H384l128-128z m0 612.8l128-128H384l128 128zM205.6 511.8l128-128v256l-128-128z m612.8 0l-128-128v256l128-128z", "p-id": "5834" }));
|
|
11127
11126
|
}
|
|
11128
11127
|
|
|
11129
11128
|
// src/assets/icon/direction/top.el.svg
|
|
11130
|
-
|
|
11129
|
+
init_define_processenv();
|
|
11131
11130
|
init_jsx_shim();
|
|
11132
11131
|
function SvgElementbvPlayerCoreTop({ className }) {
|
|
11133
11132
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-6 w-6", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z" }));
|
|
11134
11133
|
}
|
|
11135
11134
|
|
|
11136
11135
|
// src/assets/icon/direction/left.el.svg
|
|
11137
|
-
|
|
11136
|
+
init_define_processenv();
|
|
11138
11137
|
init_jsx_shim();
|
|
11139
11138
|
function SvgElementbvPlayerCoreLeft({ className }) {
|
|
11140
11139
|
return /* @__PURE__ */ jsx.h("svg", { className: "h-5 w-5", fill: "currentColor", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "1264", width: "200", height: "200" }, /* @__PURE__ */ jsx.h("path", { d: "M514 114.3c-219.9 0-398.8 178.9-398.8 398.8S294.1 912 514 912s398.9-178.9 398.9-398.8-179-398.9-398.9-398.9z m95.6 518.3c22.9 22.9 22.9 60.2 0 83.1-22.9 22.9-60.2 22.9-83.1 0L362.4 551.6c-22.9-22.9-22.9-60.2 0-83.1l164.1-164.1c22.9-22.9 60.2-22.9 83.1 0 11.5 11.5 17.2 26.5 17.2 41.5s-5.7 30.1-17.2 41.5L487.1 510l122.5 122.6z", "p-id": "1265" }));
|
|
11141
11140
|
}
|
|
11142
11141
|
|
|
11143
11142
|
// src/assets/icon/plus.el.svg
|
|
11144
|
-
|
|
11143
|
+
init_define_processenv();
|
|
11145
11144
|
init_jsx_shim();
|
|
11146
11145
|
function SvgElementbvPlayerCorePlus({ className }) {
|
|
11147
11146
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z", "clip-rule": "evenodd" }));
|
|
11148
11147
|
}
|
|
11149
11148
|
|
|
11150
11149
|
// src/assets/icon/minus.el.svg
|
|
11151
|
-
|
|
11150
|
+
init_define_processenv();
|
|
11152
11151
|
init_jsx_shim();
|
|
11153
11152
|
function SvgElementbvPlayerCoreMinus({ className }) {
|
|
11154
11153
|
return /* @__PURE__ */ jsx.h("svg", { xmlns: "http://www.w3.org/2000/svg", className: "h-5 w-5", viewBox: "0 0 20 20", fill: "currentColor" }, /* @__PURE__ */ jsx.h("path", { "fill-rule": "evenodd", d: "M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z", "clip-rule": "evenodd" }));
|
|
11155
11154
|
}
|
|
11156
11155
|
|
|
11157
11156
|
// src/assets/icon/mike_on.el.svg
|
|
11158
|
-
|
|
11157
|
+
init_define_processenv();
|
|
11159
11158
|
init_jsx_shim();
|
|
11160
11159
|
function SvgElementbvPlayerCoreMikeOn({ className }) {
|
|
11161
11160
|
return /* @__PURE__ */ jsx.h("svg", { t: "1658201776937", className: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "12800", width: "24", height: "20" }, /* @__PURE__ */ jsx.h("path", { d: "M512 64c34 0 66.1 13.4 90.3 37.7C626.6 125.9 640 158 640 192v368c0 34-13.4 66.1-37.7 90.3C578.1 674.6 546 688 512 688s-66.1-13.4-90.3-37.7C397.4 626.1 384 594 384 560V192c0-34 13.4-66.1 37.7-90.3C445.9 77.4 478 64 512 64m0-64C406.4 0 320 86.4 320 192v368c0 105.6 86.4 192 192 192s192-86.4 192-192V192C704 86.4 617.6 0 512 0z", "p-id": "12801", fill: "#ffffff" }), /* @__PURE__ */ jsx.h("path", { d: "M816 496v144c0 2.8-0.4 5.6-1.1 8.4-18.5 68.2-58.9 126.1-112.3 166.9-43.5 33.2-95.6 55.2-151.6 62.2-4 0.5-7 3.9-7 7.9V944c0 8.8 7.2 16 16 16h80c35.3 0 64 28.7 64 64H320c0-35.3 28.7-64 64-64h80c8.8 0 16-7.2 16-16v-58.5c0-4-3-7.4-7-7.9-124.8-15.7-230.3-105.5-263.9-229.2-0.7-2.7-1.1-5.6-1.1-8.4V496.7c0-17.4 13.7-32.2 31.1-32.7 18.1-0.5 32.9 14 32.9 32v129.8c0 6.9 1.1 13.8 3.3 20.3C309.3 746.9 404.6 816 512 816s202.7-69.1 236.7-169.9c2.2-6.5 3.3-13.4 3.3-20.3V496.7c0-17.4 13.7-32.2 31.1-32.7 18.1-0.5 32.9 14 32.9 32z", "p-id": "12802", fill: "#ffffff" }));
|
|
11162
11161
|
}
|
|
11163
11162
|
|
|
11164
11163
|
// src/assets/icon/mike_off.el.svg
|
|
11165
|
-
|
|
11164
|
+
init_define_processenv();
|
|
11166
11165
|
init_jsx_shim();
|
|
11167
11166
|
function SvgElementbvPlayerCoreMikeOff({ className }) {
|
|
11168
11167
|
return /* @__PURE__ */ jsx.h("svg", { t: "1658201318109", className: "icon", viewBox: "0 0 1024 1024", version: "1.1", xmlns: "http://www.w3.org/2000/svg", "p-id": "12443", width: "24", height: "20" }, /* @__PURE__ */ jsx.h("path", { d: "M512 0C406.4 0 320 86.4 320 192v368c0 8.2 0.5 16.3 1.5 24.2l62.5-62.5V192c0-34 13.4-66.1 37.7-90.4C445.9 77.4 478 64 512 64s66.1 13.4 90.3 37.6C626.6 125.9 640 158 640 192v73.7l64-64V192C704 86.4 617.6 0 512 0zM272.4 633.3l-51.1 51.1c-4.8-11.7-8.8-23.7-12.2-36.1-0.7-2.7-1.1-5.6-1.1-8.4V496.7c0-17.4 13.7-32.2 31.1-32.7 18.1-0.5 32.9 14 32.9 32v129.8c0 2.5 0.1 5 0.4 7.5zM512 752c52.8 0 100.8-21.6 135.6-56.4S704 612.8 704 560V380.3l174.1-174.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L391.3 602.5 343 650.8l-44.7 44.7-46.3 46.3-115.1 115.1c-12.5 12.5-12.5 32.8 0 45.3 6.3 6.3 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4L293.3 791c48.2 46.8 111.1 77.9 179.7 86.6 4 0.5 7 3.9 7 7.9V944c0 8.8-7.2 16-16 16h-80c-17.7 0-33.7 7.2-45.3 18.7S320 1006.3 320 1024h384c0-35.4-28.7-64-64-64h-80c-8.8 0-16-7.2-16-16v-58.5c0-4 3-7.4 7-7.9 56-7 108.1-29 151.5-62.2 53.4-40.8 93.8-98.8 112.3-166.9 0.7-2.7 1.1-5.6 1.1-8.4V496c0-18-14.8-32.5-32.9-32-17.4 0.5-31.1 15.2-31.1 32.7v129.2c0 6.9-1.1 13.8-3.3 20.3C714.7 746.9 619.4 816 512 816c-66.3 0-128-26.4-173.5-70.2l44.2-44.2C416.8 732.9 462.3 752 512 752z m128-307.7V560c0 34-13.4 66.1-37.7 90.3C578.1 674.6 546 688 512 688c-31.1 0-60.6-11.2-84-31.7l212-212z", "p-id": "12444", fill: "#ffffff" }));
|
|
@@ -11348,15 +11347,15 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11348
11347
|
};
|
|
11349
11348
|
|
|
11350
11349
|
// src/plugins/player/panel.ts
|
|
11351
|
-
|
|
11350
|
+
init_define_processenv();
|
|
11352
11351
|
init_jsx_shim();
|
|
11353
11352
|
|
|
11354
11353
|
// src/plugins/controller/index.tsx
|
|
11355
|
-
|
|
11354
|
+
init_define_processenv();
|
|
11356
11355
|
init_jsx_shim();
|
|
11357
11356
|
|
|
11358
11357
|
// src/plugins/controller/button.tsx
|
|
11359
|
-
|
|
11358
|
+
init_define_processenv();
|
|
11360
11359
|
init_jsx_shim();
|
|
11361
11360
|
var PLUGIN_NAME_CONTROLLER_BUTTON = "controller_button";
|
|
11362
11361
|
var ControllerButtonPlugin = class extends Plugin {
|
|
@@ -11399,7 +11398,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11399
11398
|
var button_default = ControllerButtonPlugin;
|
|
11400
11399
|
|
|
11401
11400
|
// src/plugins/slider.tsx
|
|
11402
|
-
|
|
11401
|
+
init_define_processenv();
|
|
11403
11402
|
init_jsx_shim();
|
|
11404
11403
|
init_logger();
|
|
11405
11404
|
init_util();
|
|
@@ -11478,7 +11477,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11478
11477
|
init_logger();
|
|
11479
11478
|
|
|
11480
11479
|
// src/components/subComponent/mikeButton.tsx
|
|
11481
|
-
|
|
11480
|
+
init_define_processenv();
|
|
11482
11481
|
init_jsx_shim();
|
|
11483
11482
|
var _onIcon, _offIcon, _talk, _intercom, _onTalkStart, onTalkStart_fn, _onTalkEnd, onTalkEnd_fn;
|
|
11484
11483
|
var MikeButton = class extends HTMLElement {
|
|
@@ -11823,12 +11822,12 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11823
11822
|
var panel_default = PlayerPanel;
|
|
11824
11823
|
|
|
11825
11824
|
// src/plugins/player/reducers/webrtc.ts
|
|
11826
|
-
|
|
11825
|
+
init_define_processenv();
|
|
11827
11826
|
init_jsx_shim();
|
|
11828
11827
|
init_logger();
|
|
11829
11828
|
|
|
11830
11829
|
// src/plugins/player/reducers/types.ts
|
|
11831
|
-
|
|
11830
|
+
init_define_processenv();
|
|
11832
11831
|
init_jsx_shim();
|
|
11833
11832
|
init_logger();
|
|
11834
11833
|
var WebRTCConnect = class {
|
|
@@ -12021,7 +12020,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12021
12020
|
init_logger();
|
|
12022
12021
|
|
|
12023
12022
|
// src/utils/fullscreen.ts
|
|
12024
|
-
|
|
12023
|
+
init_define_processenv();
|
|
12025
12024
|
init_jsx_shim();
|
|
12026
12025
|
var DOC_EL = document.documentElement;
|
|
12027
12026
|
var RFC_METHOD_NAME = "requestFullscreen";
|
|
@@ -12083,7 +12082,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12083
12082
|
var fullscreen_default = fullscreen;
|
|
12084
12083
|
|
|
12085
12084
|
// src/plugins/player/infoList.tsx
|
|
12086
|
-
|
|
12085
|
+
init_define_processenv();
|
|
12087
12086
|
init_jsx_shim();
|
|
12088
12087
|
var InfoListItem = ({
|
|
12089
12088
|
label,
|
|
@@ -12109,11 +12108,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12109
12108
|
var infoList_default = InfoList;
|
|
12110
12109
|
|
|
12111
12110
|
// src/plugins/ptz/index.tsx
|
|
12112
|
-
|
|
12111
|
+
init_define_processenv();
|
|
12113
12112
|
init_jsx_shim();
|
|
12114
12113
|
|
|
12115
12114
|
// src/api/device.ts
|
|
12116
|
-
|
|
12115
|
+
init_define_processenv();
|
|
12117
12116
|
init_jsx_shim();
|
|
12118
12117
|
init_logger();
|
|
12119
12118
|
var PtzCameraError = class extends CustomError {
|
|
@@ -12140,7 +12139,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12140
12139
|
var device_default = deviceApi;
|
|
12141
12140
|
|
|
12142
12141
|
// src/templates/button.tsx
|
|
12143
|
-
|
|
12142
|
+
init_define_processenv();
|
|
12144
12143
|
init_jsx_shim();
|
|
12145
12144
|
var Button = ({
|
|
12146
12145
|
type = "default",
|
|
@@ -12185,7 +12184,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12185
12184
|
init_logger();
|
|
12186
12185
|
|
|
12187
12186
|
// src/plugins/ptz/button.tsx
|
|
12188
|
-
|
|
12187
|
+
init_define_processenv();
|
|
12189
12188
|
init_jsx_shim();
|
|
12190
12189
|
var PLUGIN_NAME_PTZ_CONTROL_BUTTON = "ptz-control-button";
|
|
12191
12190
|
var PtzControlButtonPlugin = class extends Plugin {
|
|
@@ -12234,20 +12233,20 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12234
12233
|
var button_default3 = PtzControlButtonPlugin;
|
|
12235
12234
|
|
|
12236
12235
|
// src/plugins/ptz/speedSlider.tsx
|
|
12237
|
-
|
|
12236
|
+
init_define_processenv();
|
|
12238
12237
|
init_jsx_shim();
|
|
12239
12238
|
init_util();
|
|
12240
12239
|
|
|
12241
12240
|
// node_modules/tippy.js/dist/tippy.esm.js
|
|
12242
|
-
|
|
12241
|
+
init_define_processenv();
|
|
12243
12242
|
init_jsx_shim();
|
|
12244
12243
|
|
|
12245
12244
|
// node_modules/@popperjs/core/lib/index.js
|
|
12246
|
-
|
|
12245
|
+
init_define_processenv();
|
|
12247
12246
|
init_jsx_shim();
|
|
12248
12247
|
|
|
12249
12248
|
// node_modules/@popperjs/core/lib/enums.js
|
|
12250
|
-
|
|
12249
|
+
init_define_processenv();
|
|
12251
12250
|
init_jsx_shim();
|
|
12252
12251
|
var top = "top";
|
|
12253
12252
|
var bottom = "bottom";
|
|
@@ -12279,26 +12278,26 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12279
12278
|
var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
|
|
12280
12279
|
|
|
12281
12280
|
// node_modules/@popperjs/core/lib/modifiers/index.js
|
|
12282
|
-
|
|
12281
|
+
init_define_processenv();
|
|
12283
12282
|
init_jsx_shim();
|
|
12284
12283
|
|
|
12285
12284
|
// node_modules/@popperjs/core/lib/modifiers/applyStyles.js
|
|
12286
|
-
|
|
12285
|
+
init_define_processenv();
|
|
12287
12286
|
init_jsx_shim();
|
|
12288
12287
|
|
|
12289
12288
|
// node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
12290
|
-
|
|
12289
|
+
init_define_processenv();
|
|
12291
12290
|
init_jsx_shim();
|
|
12292
12291
|
function getNodeName(element) {
|
|
12293
12292
|
return element ? (element.nodeName || "").toLowerCase() : null;
|
|
12294
12293
|
}
|
|
12295
12294
|
|
|
12296
12295
|
// node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
12297
|
-
|
|
12296
|
+
init_define_processenv();
|
|
12298
12297
|
init_jsx_shim();
|
|
12299
12298
|
|
|
12300
12299
|
// node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
12301
|
-
|
|
12300
|
+
init_define_processenv();
|
|
12302
12301
|
init_jsx_shim();
|
|
12303
12302
|
function getWindow(node) {
|
|
12304
12303
|
if (node == null) {
|
|
@@ -12397,26 +12396,26 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12397
12396
|
};
|
|
12398
12397
|
|
|
12399
12398
|
// node_modules/@popperjs/core/lib/modifiers/arrow.js
|
|
12400
|
-
|
|
12399
|
+
init_define_processenv();
|
|
12401
12400
|
init_jsx_shim();
|
|
12402
12401
|
|
|
12403
12402
|
// node_modules/@popperjs/core/lib/utils/getBasePlacement.js
|
|
12404
|
-
|
|
12403
|
+
init_define_processenv();
|
|
12405
12404
|
init_jsx_shim();
|
|
12406
12405
|
function getBasePlacement(placement) {
|
|
12407
12406
|
return placement.split("-")[0];
|
|
12408
12407
|
}
|
|
12409
12408
|
|
|
12410
12409
|
// node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js
|
|
12411
|
-
|
|
12410
|
+
init_define_processenv();
|
|
12412
12411
|
init_jsx_shim();
|
|
12413
12412
|
|
|
12414
12413
|
// node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
12415
|
-
|
|
12414
|
+
init_define_processenv();
|
|
12416
12415
|
init_jsx_shim();
|
|
12417
12416
|
|
|
12418
12417
|
// node_modules/@popperjs/core/lib/utils/math.js
|
|
12419
|
-
|
|
12418
|
+
init_define_processenv();
|
|
12420
12419
|
init_jsx_shim();
|
|
12421
12420
|
var max = Math.max;
|
|
12422
12421
|
var min = Math.min;
|
|
@@ -12472,7 +12471,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12472
12471
|
}
|
|
12473
12472
|
|
|
12474
12473
|
// node_modules/@popperjs/core/lib/dom-utils/contains.js
|
|
12475
|
-
|
|
12474
|
+
init_define_processenv();
|
|
12476
12475
|
init_jsx_shim();
|
|
12477
12476
|
function contains(parent, child) {
|
|
12478
12477
|
var rootNode = child.getRootNode && child.getRootNode();
|
|
@@ -12491,29 +12490,29 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12491
12490
|
}
|
|
12492
12491
|
|
|
12493
12492
|
// node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js
|
|
12494
|
-
|
|
12493
|
+
init_define_processenv();
|
|
12495
12494
|
init_jsx_shim();
|
|
12496
12495
|
|
|
12497
12496
|
// node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js
|
|
12498
|
-
|
|
12497
|
+
init_define_processenv();
|
|
12499
12498
|
init_jsx_shim();
|
|
12500
12499
|
function getComputedStyle(element) {
|
|
12501
12500
|
return getWindow(element).getComputedStyle(element);
|
|
12502
12501
|
}
|
|
12503
12502
|
|
|
12504
12503
|
// node_modules/@popperjs/core/lib/dom-utils/isTableElement.js
|
|
12505
|
-
|
|
12504
|
+
init_define_processenv();
|
|
12506
12505
|
init_jsx_shim();
|
|
12507
12506
|
function isTableElement(element) {
|
|
12508
12507
|
return ["table", "td", "th"].indexOf(getNodeName(element)) >= 0;
|
|
12509
12508
|
}
|
|
12510
12509
|
|
|
12511
12510
|
// node_modules/@popperjs/core/lib/dom-utils/getParentNode.js
|
|
12512
|
-
|
|
12511
|
+
init_define_processenv();
|
|
12513
12512
|
init_jsx_shim();
|
|
12514
12513
|
|
|
12515
12514
|
// node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
12516
|
-
|
|
12515
|
+
init_define_processenv();
|
|
12517
12516
|
init_jsx_shim();
|
|
12518
12517
|
function getDocumentElement(element) {
|
|
12519
12518
|
return ((isElement(element) ? element.ownerDocument : (
|
|
@@ -12580,14 +12579,14 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12580
12579
|
}
|
|
12581
12580
|
|
|
12582
12581
|
// node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
|
|
12583
|
-
|
|
12582
|
+
init_define_processenv();
|
|
12584
12583
|
init_jsx_shim();
|
|
12585
12584
|
function getMainAxisFromPlacement(placement) {
|
|
12586
12585
|
return ["top", "bottom"].indexOf(placement) >= 0 ? "x" : "y";
|
|
12587
12586
|
}
|
|
12588
12587
|
|
|
12589
12588
|
// node_modules/@popperjs/core/lib/utils/within.js
|
|
12590
|
-
|
|
12589
|
+
init_define_processenv();
|
|
12591
12590
|
init_jsx_shim();
|
|
12592
12591
|
function within(min2, value, max2) {
|
|
12593
12592
|
return max(min2, min(value, max2));
|
|
@@ -12598,11 +12597,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12598
12597
|
}
|
|
12599
12598
|
|
|
12600
12599
|
// node_modules/@popperjs/core/lib/utils/mergePaddingObject.js
|
|
12601
|
-
|
|
12600
|
+
init_define_processenv();
|
|
12602
12601
|
init_jsx_shim();
|
|
12603
12602
|
|
|
12604
12603
|
// node_modules/@popperjs/core/lib/utils/getFreshSideObject.js
|
|
12605
|
-
|
|
12604
|
+
init_define_processenv();
|
|
12606
12605
|
init_jsx_shim();
|
|
12607
12606
|
function getFreshSideObject() {
|
|
12608
12607
|
return {
|
|
@@ -12619,7 +12618,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12619
12618
|
}
|
|
12620
12619
|
|
|
12621
12620
|
// node_modules/@popperjs/core/lib/utils/expandToHashMap.js
|
|
12622
|
-
|
|
12621
|
+
init_define_processenv();
|
|
12623
12622
|
init_jsx_shim();
|
|
12624
12623
|
function expandToHashMap(value, keys) {
|
|
12625
12624
|
return keys.reduce(function(hashMap, key) {
|
|
@@ -12675,13 +12674,13 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12675
12674
|
return;
|
|
12676
12675
|
}
|
|
12677
12676
|
}
|
|
12678
|
-
if (
|
|
12677
|
+
if (true) {
|
|
12679
12678
|
if (!isHTMLElement(arrowElement)) {
|
|
12680
12679
|
console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).', "To use an SVG arrow, wrap it in an HTMLElement that will be used as", "the arrow."].join(" "));
|
|
12681
12680
|
}
|
|
12682
12681
|
}
|
|
12683
12682
|
if (!contains(state.elements.popper, arrowElement)) {
|
|
12684
|
-
if (
|
|
12683
|
+
if (true) {
|
|
12685
12684
|
console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper', "element."].join(" "));
|
|
12686
12685
|
}
|
|
12687
12686
|
return;
|
|
@@ -12699,11 +12698,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12699
12698
|
};
|
|
12700
12699
|
|
|
12701
12700
|
// node_modules/@popperjs/core/lib/modifiers/computeStyles.js
|
|
12702
|
-
|
|
12701
|
+
init_define_processenv();
|
|
12703
12702
|
init_jsx_shim();
|
|
12704
12703
|
|
|
12705
12704
|
// node_modules/@popperjs/core/lib/utils/getVariation.js
|
|
12706
|
-
|
|
12705
|
+
init_define_processenv();
|
|
12707
12706
|
init_jsx_shim();
|
|
12708
12707
|
function getVariation(placement) {
|
|
12709
12708
|
return placement.split("-")[1];
|
|
@@ -12795,7 +12794,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12795
12794
|
function computeStyles(_ref5) {
|
|
12796
12795
|
var state = _ref5.state, options = _ref5.options;
|
|
12797
12796
|
var _options$gpuAccelerat = options.gpuAcceleration, gpuAcceleration = _options$gpuAccelerat === void 0 ? true : _options$gpuAccelerat, _options$adaptive = options.adaptive, adaptive = _options$adaptive === void 0 ? true : _options$adaptive, _options$roundOffsets = options.roundOffsets, roundOffsets = _options$roundOffsets === void 0 ? true : _options$roundOffsets;
|
|
12798
|
-
if (
|
|
12797
|
+
if (true) {
|
|
12799
12798
|
var transitionProperty = getComputedStyle(state.elements.popper).transitionProperty || "";
|
|
12800
12799
|
if (adaptive && ["transform", "top", "right", "bottom", "left"].some(function(property) {
|
|
12801
12800
|
return transitionProperty.indexOf(property) >= 0;
|
|
@@ -12840,7 +12839,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12840
12839
|
};
|
|
12841
12840
|
|
|
12842
12841
|
// node_modules/@popperjs/core/lib/modifiers/eventListeners.js
|
|
12843
|
-
|
|
12842
|
+
init_define_processenv();
|
|
12844
12843
|
init_jsx_shim();
|
|
12845
12844
|
var passive = {
|
|
12846
12845
|
passive: true
|
|
@@ -12880,11 +12879,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12880
12879
|
};
|
|
12881
12880
|
|
|
12882
12881
|
// node_modules/@popperjs/core/lib/modifiers/flip.js
|
|
12883
|
-
|
|
12882
|
+
init_define_processenv();
|
|
12884
12883
|
init_jsx_shim();
|
|
12885
12884
|
|
|
12886
12885
|
// node_modules/@popperjs/core/lib/utils/getOppositePlacement.js
|
|
12887
|
-
|
|
12886
|
+
init_define_processenv();
|
|
12888
12887
|
init_jsx_shim();
|
|
12889
12888
|
var hash = {
|
|
12890
12889
|
left: "right",
|
|
@@ -12899,7 +12898,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12899
12898
|
}
|
|
12900
12899
|
|
|
12901
12900
|
// node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js
|
|
12902
|
-
|
|
12901
|
+
init_define_processenv();
|
|
12903
12902
|
init_jsx_shim();
|
|
12904
12903
|
var hash2 = {
|
|
12905
12904
|
start: "end",
|
|
@@ -12912,23 +12911,23 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12912
12911
|
}
|
|
12913
12912
|
|
|
12914
12913
|
// node_modules/@popperjs/core/lib/utils/detectOverflow.js
|
|
12915
|
-
|
|
12914
|
+
init_define_processenv();
|
|
12916
12915
|
init_jsx_shim();
|
|
12917
12916
|
|
|
12918
12917
|
// node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js
|
|
12919
|
-
|
|
12918
|
+
init_define_processenv();
|
|
12920
12919
|
init_jsx_shim();
|
|
12921
12920
|
|
|
12922
12921
|
// node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js
|
|
12923
|
-
|
|
12922
|
+
init_define_processenv();
|
|
12924
12923
|
init_jsx_shim();
|
|
12925
12924
|
|
|
12926
12925
|
// node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
12927
|
-
|
|
12926
|
+
init_define_processenv();
|
|
12928
12927
|
init_jsx_shim();
|
|
12929
12928
|
|
|
12930
12929
|
// node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
12931
|
-
|
|
12930
|
+
init_define_processenv();
|
|
12932
12931
|
init_jsx_shim();
|
|
12933
12932
|
function getWindowScroll(node) {
|
|
12934
12933
|
var win = getWindow(node);
|
|
@@ -12971,7 +12970,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12971
12970
|
}
|
|
12972
12971
|
|
|
12973
12972
|
// node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js
|
|
12974
|
-
|
|
12973
|
+
init_define_processenv();
|
|
12975
12974
|
init_jsx_shim();
|
|
12976
12975
|
function getDocumentRect(element) {
|
|
12977
12976
|
var _element$ownerDocumen;
|
|
@@ -12994,15 +12993,15 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12994
12993
|
}
|
|
12995
12994
|
|
|
12996
12995
|
// node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js
|
|
12997
|
-
|
|
12996
|
+
init_define_processenv();
|
|
12998
12997
|
init_jsx_shim();
|
|
12999
12998
|
|
|
13000
12999
|
// node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js
|
|
13001
|
-
|
|
13000
|
+
init_define_processenv();
|
|
13002
13001
|
init_jsx_shim();
|
|
13003
13002
|
|
|
13004
13003
|
// node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js
|
|
13005
|
-
|
|
13004
|
+
init_define_processenv();
|
|
13006
13005
|
init_jsx_shim();
|
|
13007
13006
|
function isScrollParent(element) {
|
|
13008
13007
|
var _getComputedStyle = getComputedStyle(element), overflow = _getComputedStyle.overflow, overflowX = _getComputedStyle.overflowX, overflowY = _getComputedStyle.overflowY;
|
|
@@ -13038,7 +13037,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13038
13037
|
}
|
|
13039
13038
|
|
|
13040
13039
|
// node_modules/@popperjs/core/lib/utils/rectToClientRect.js
|
|
13041
|
-
|
|
13040
|
+
init_define_processenv();
|
|
13042
13041
|
init_jsx_shim();
|
|
13043
13042
|
function rectToClientRect(rect) {
|
|
13044
13043
|
return Object.assign({}, rect, {
|
|
@@ -13096,7 +13095,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13096
13095
|
}
|
|
13097
13096
|
|
|
13098
13097
|
// node_modules/@popperjs/core/lib/utils/computeOffsets.js
|
|
13099
|
-
|
|
13098
|
+
init_define_processenv();
|
|
13100
13099
|
init_jsx_shim();
|
|
13101
13100
|
function computeOffsets(_ref) {
|
|
13102
13101
|
var reference2 = _ref.reference, element = _ref.element, placement = _ref.placement;
|
|
@@ -13191,7 +13190,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13191
13190
|
}
|
|
13192
13191
|
|
|
13193
13192
|
// node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js
|
|
13194
|
-
|
|
13193
|
+
init_define_processenv();
|
|
13195
13194
|
init_jsx_shim();
|
|
13196
13195
|
function computeAutoPlacement(state, options) {
|
|
13197
13196
|
if (options === void 0) {
|
|
@@ -13207,7 +13206,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13207
13206
|
});
|
|
13208
13207
|
if (allowedPlacements.length === 0) {
|
|
13209
13208
|
allowedPlacements = placements2;
|
|
13210
|
-
if (
|
|
13209
|
+
if (true) {
|
|
13211
13210
|
console.error(["Popper: The `allowedAutoPlacements` option did not allow any", "placements. Ensure the `placement` option matches the variation", "of the allowed placements.", 'For example, "auto" cannot be used to allow "bottom-start".', 'Use "auto-start" instead.'].join(" "));
|
|
13212
13211
|
}
|
|
13213
13212
|
}
|
|
@@ -13332,7 +13331,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13332
13331
|
};
|
|
13333
13332
|
|
|
13334
13333
|
// node_modules/@popperjs/core/lib/modifiers/hide.js
|
|
13335
|
-
|
|
13334
|
+
init_define_processenv();
|
|
13336
13335
|
init_jsx_shim();
|
|
13337
13336
|
function getSideOffsets(overflow, rect, preventedOffsets) {
|
|
13338
13337
|
if (preventedOffsets === void 0) {
|
|
@@ -13388,7 +13387,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13388
13387
|
};
|
|
13389
13388
|
|
|
13390
13389
|
// node_modules/@popperjs/core/lib/modifiers/offset.js
|
|
13391
|
-
|
|
13390
|
+
init_define_processenv();
|
|
13392
13391
|
init_jsx_shim();
|
|
13393
13392
|
function distanceAndSkiddingToXY(placement, rects, offset2) {
|
|
13394
13393
|
var basePlacement = getBasePlacement(placement);
|
|
@@ -13429,7 +13428,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13429
13428
|
};
|
|
13430
13429
|
|
|
13431
13430
|
// node_modules/@popperjs/core/lib/modifiers/popperOffsets.js
|
|
13432
|
-
|
|
13431
|
+
init_define_processenv();
|
|
13433
13432
|
init_jsx_shim();
|
|
13434
13433
|
function popperOffsets(_ref) {
|
|
13435
13434
|
var state = _ref.state, name = _ref.name;
|
|
@@ -13449,11 +13448,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13449
13448
|
};
|
|
13450
13449
|
|
|
13451
13450
|
// node_modules/@popperjs/core/lib/modifiers/preventOverflow.js
|
|
13452
|
-
|
|
13451
|
+
init_define_processenv();
|
|
13453
13452
|
init_jsx_shim();
|
|
13454
13453
|
|
|
13455
13454
|
// node_modules/@popperjs/core/lib/utils/getAltAxis.js
|
|
13456
|
-
|
|
13455
|
+
init_define_processenv();
|
|
13457
13456
|
init_jsx_shim();
|
|
13458
13457
|
function getAltAxis(axis) {
|
|
13459
13458
|
return axis === "x" ? "y" : "x";
|
|
@@ -13553,19 +13552,19 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13553
13552
|
};
|
|
13554
13553
|
|
|
13555
13554
|
// node_modules/@popperjs/core/lib/createPopper.js
|
|
13556
|
-
|
|
13555
|
+
init_define_processenv();
|
|
13557
13556
|
init_jsx_shim();
|
|
13558
13557
|
|
|
13559
13558
|
// node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js
|
|
13560
|
-
|
|
13559
|
+
init_define_processenv();
|
|
13561
13560
|
init_jsx_shim();
|
|
13562
13561
|
|
|
13563
13562
|
// node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
13564
|
-
|
|
13563
|
+
init_define_processenv();
|
|
13565
13564
|
init_jsx_shim();
|
|
13566
13565
|
|
|
13567
13566
|
// node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
13568
|
-
|
|
13567
|
+
init_define_processenv();
|
|
13569
13568
|
init_jsx_shim();
|
|
13570
13569
|
function getHTMLElementScroll(element) {
|
|
13571
13570
|
return {
|
|
@@ -13628,7 +13627,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13628
13627
|
}
|
|
13629
13628
|
|
|
13630
13629
|
// node_modules/@popperjs/core/lib/utils/orderModifiers.js
|
|
13631
|
-
|
|
13630
|
+
init_define_processenv();
|
|
13632
13631
|
init_jsx_shim();
|
|
13633
13632
|
function order(modifiers) {
|
|
13634
13633
|
var map = /* @__PURE__ */ new Map();
|
|
@@ -13667,7 +13666,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13667
13666
|
}
|
|
13668
13667
|
|
|
13669
13668
|
// node_modules/@popperjs/core/lib/utils/debounce.js
|
|
13670
|
-
|
|
13669
|
+
init_define_processenv();
|
|
13671
13670
|
init_jsx_shim();
|
|
13672
13671
|
function debounce(fn2) {
|
|
13673
13672
|
var pending;
|
|
@@ -13685,11 +13684,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13685
13684
|
}
|
|
13686
13685
|
|
|
13687
13686
|
// node_modules/@popperjs/core/lib/utils/validateModifiers.js
|
|
13688
|
-
|
|
13687
|
+
init_define_processenv();
|
|
13689
13688
|
init_jsx_shim();
|
|
13690
13689
|
|
|
13691
13690
|
// node_modules/@popperjs/core/lib/utils/format.js
|
|
13692
|
-
|
|
13691
|
+
init_define_processenv();
|
|
13693
13692
|
init_jsx_shim();
|
|
13694
13693
|
function format(str) {
|
|
13695
13694
|
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
@@ -13765,7 +13764,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13765
13764
|
}
|
|
13766
13765
|
|
|
13767
13766
|
// node_modules/@popperjs/core/lib/utils/uniqueBy.js
|
|
13768
|
-
|
|
13767
|
+
init_define_processenv();
|
|
13769
13768
|
init_jsx_shim();
|
|
13770
13769
|
function uniqueBy(arr, fn2) {
|
|
13771
13770
|
var identifiers = /* @__PURE__ */ new Set();
|
|
@@ -13779,7 +13778,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13779
13778
|
}
|
|
13780
13779
|
|
|
13781
13780
|
// node_modules/@popperjs/core/lib/utils/mergeByName.js
|
|
13782
|
-
|
|
13781
|
+
init_define_processenv();
|
|
13783
13782
|
init_jsx_shim();
|
|
13784
13783
|
function mergeByName(modifiers) {
|
|
13785
13784
|
var merged = modifiers.reduce(function(merged2, current) {
|
|
@@ -13848,7 +13847,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13848
13847
|
state.orderedModifiers = orderedModifiers.filter(function(m) {
|
|
13849
13848
|
return m.enabled;
|
|
13850
13849
|
});
|
|
13851
|
-
if (
|
|
13850
|
+
if (true) {
|
|
13852
13851
|
var modifiers = uniqueBy([].concat(orderedModifiers, state.options.modifiers), function(_ref) {
|
|
13853
13852
|
var name = _ref.name;
|
|
13854
13853
|
return name;
|
|
@@ -13884,7 +13883,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13884
13883
|
}
|
|
13885
13884
|
var _state$elements = state.elements, reference3 = _state$elements.reference, popper3 = _state$elements.popper;
|
|
13886
13885
|
if (!areValidElements(reference3, popper3)) {
|
|
13887
|
-
if (
|
|
13886
|
+
if (true) {
|
|
13888
13887
|
console.error(INVALID_ELEMENT_ERROR);
|
|
13889
13888
|
}
|
|
13890
13889
|
return;
|
|
@@ -13900,7 +13899,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13900
13899
|
});
|
|
13901
13900
|
var __debug_loops__ = 0;
|
|
13902
13901
|
for (var index = 0; index < state.orderedModifiers.length; index++) {
|
|
13903
|
-
if (
|
|
13902
|
+
if (true) {
|
|
13904
13903
|
__debug_loops__ += 1;
|
|
13905
13904
|
if (__debug_loops__ > 100) {
|
|
13906
13905
|
console.error(INFINITE_LOOP_ERROR);
|
|
@@ -13937,7 +13936,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13937
13936
|
}
|
|
13938
13937
|
};
|
|
13939
13938
|
if (!areValidElements(reference2, popper2)) {
|
|
13940
|
-
if (
|
|
13939
|
+
if (true) {
|
|
13941
13940
|
console.error(INVALID_ELEMENT_ERROR);
|
|
13942
13941
|
}
|
|
13943
13942
|
return instance2;
|
|
@@ -13974,7 +13973,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13974
13973
|
}
|
|
13975
13974
|
|
|
13976
13975
|
// node_modules/@popperjs/core/lib/popper.js
|
|
13977
|
-
|
|
13976
|
+
init_define_processenv();
|
|
13978
13977
|
init_jsx_shim();
|
|
13979
13978
|
var defaultModifiers = [eventListeners_default, popperOffsets_default, computeStyles_default, applyStyles_default, offset_default, flip_default, preventOverflow_default, arrow_default, hide_default];
|
|
13980
13979
|
var createPopper = /* @__PURE__ */ popperGenerator({
|
|
@@ -14209,7 +14208,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14209
14208
|
];
|
|
14210
14209
|
}
|
|
14211
14210
|
var visitedMessages;
|
|
14212
|
-
if (
|
|
14211
|
+
if (true) {
|
|
14213
14212
|
resetVisitedMessages();
|
|
14214
14213
|
}
|
|
14215
14214
|
function resetVisitedMessages() {
|
|
@@ -14303,7 +14302,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14303
14302
|
}, pluginProps, renderProps);
|
|
14304
14303
|
var defaultKeys = Object.keys(defaultProps);
|
|
14305
14304
|
var setDefaultProps = function setDefaultProps2(partialProps) {
|
|
14306
|
-
if (
|
|
14305
|
+
if (true) {
|
|
14307
14306
|
validateProps(partialProps, []);
|
|
14308
14307
|
}
|
|
14309
14308
|
var keys = Object.keys(partialProps);
|
|
@@ -14534,7 +14533,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14534
14533
|
destroy
|
|
14535
14534
|
};
|
|
14536
14535
|
if (!props.render) {
|
|
14537
|
-
if (
|
|
14536
|
+
if (true) {
|
|
14538
14537
|
errorWhen(true, "render() function has not been supplied.");
|
|
14539
14538
|
}
|
|
14540
14539
|
return instance2;
|
|
@@ -14952,7 +14951,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14952
14951
|
}
|
|
14953
14952
|
instance2.state.isMounted = true;
|
|
14954
14953
|
createPopperInstance();
|
|
14955
|
-
if (
|
|
14954
|
+
if (true) {
|
|
14956
14955
|
warnWhen(instance2.props.interactive && appendTo === defaultProps.appendTo && node.nextElementSibling !== popper2, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", "\n\n", "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", "\n\n", "Specifying `appendTo: document.body` silences this warning, but it", "assumes you are using a focus management solution to handle", "keyboard navigation.", "\n\n", "See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "));
|
|
14957
14956
|
}
|
|
14958
14957
|
}
|
|
@@ -15014,7 +15013,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15014
15013
|
cancelAnimationFrame(scheduleHideAnimationFrame);
|
|
15015
15014
|
}
|
|
15016
15015
|
function setProps(partialProps) {
|
|
15017
|
-
if (
|
|
15016
|
+
if (true) {
|
|
15018
15017
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("setProps"));
|
|
15019
15018
|
}
|
|
15020
15019
|
if (instance2.state.isDestroyed) {
|
|
@@ -15058,7 +15057,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15058
15057
|
});
|
|
15059
15058
|
}
|
|
15060
15059
|
function show() {
|
|
15061
|
-
if (
|
|
15060
|
+
if (true) {
|
|
15062
15061
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("show"));
|
|
15063
15062
|
}
|
|
15064
15063
|
var isAlreadyVisible = instance2.state.isVisible;
|
|
@@ -15117,7 +15116,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15117
15116
|
mount();
|
|
15118
15117
|
}
|
|
15119
15118
|
function hide2() {
|
|
15120
|
-
if (
|
|
15119
|
+
if (true) {
|
|
15121
15120
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("hide"));
|
|
15122
15121
|
}
|
|
15123
15122
|
var isAlreadyHidden = !instance2.state.isVisible;
|
|
@@ -15159,7 +15158,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15159
15158
|
}
|
|
15160
15159
|
}
|
|
15161
15160
|
function hideWithInteractivity(event) {
|
|
15162
|
-
if (
|
|
15161
|
+
if (true) {
|
|
15163
15162
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("hideWithInteractivity"));
|
|
15164
15163
|
}
|
|
15165
15164
|
getDocument().addEventListener("mousemove", debouncedOnMouseMove);
|
|
@@ -15167,7 +15166,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15167
15166
|
debouncedOnMouseMove(event);
|
|
15168
15167
|
}
|
|
15169
15168
|
function unmount() {
|
|
15170
|
-
if (
|
|
15169
|
+
if (true) {
|
|
15171
15170
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("unmount"));
|
|
15172
15171
|
}
|
|
15173
15172
|
if (instance2.state.isVisible) {
|
|
@@ -15190,7 +15189,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15190
15189
|
invokeHook("onHidden", [instance2]);
|
|
15191
15190
|
}
|
|
15192
15191
|
function destroy() {
|
|
15193
|
-
if (
|
|
15192
|
+
if (true) {
|
|
15194
15193
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("destroy"));
|
|
15195
15194
|
}
|
|
15196
15195
|
if (instance2.state.isDestroyed) {
|
|
@@ -15209,7 +15208,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15209
15208
|
optionalProps = {};
|
|
15210
15209
|
}
|
|
15211
15210
|
var plugins = defaultProps.plugins.concat(optionalProps.plugins || []);
|
|
15212
|
-
if (
|
|
15211
|
+
if (true) {
|
|
15213
15212
|
validateTargets(targets);
|
|
15214
15213
|
validateProps(optionalProps, plugins);
|
|
15215
15214
|
}
|
|
@@ -15218,7 +15217,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15218
15217
|
plugins
|
|
15219
15218
|
});
|
|
15220
15219
|
var elements = getArrayOfElements(targets);
|
|
15221
|
-
if (
|
|
15220
|
+
if (true) {
|
|
15222
15221
|
var isSingleContentElement = isElement2(passedProps.content);
|
|
15223
15222
|
var isMoreThanOneReferenceElement = elements.length > 1;
|
|
15224
15223
|
warnWhen(isSingleContentElement && isMoreThanOneReferenceElement, ["tippy() was passed an Element as the `content` prop, but more than", "one tippy instance was created by this invocation. This means the", "content element will only be appended to the last tippy instance.", "\n\n", "Instead, pass the .innerHTML of the element, or use a function that", "returns a cloned version of the element instead.", "\n\n", "1) content: element.innerHTML\n", "2) content: () => element.cloneNode(true)"].join(" "));
|
|
@@ -16072,7 +16071,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16072
16071
|
init_logger();
|
|
16073
16072
|
|
|
16074
16073
|
// src/lib/bvmedia/bvmediaplayer.js
|
|
16075
|
-
|
|
16074
|
+
init_define_processenv();
|
|
16076
16075
|
init_jsx_shim();
|
|
16077
16076
|
var g_prefix = "";
|
|
16078
16077
|
var BVMedia = class {
|
|
@@ -16263,6 +16262,9 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16263
16262
|
this.videoPlayer.initVideoDecoder(this.videoInfo.codec);
|
|
16264
16263
|
}
|
|
16265
16264
|
if (bAudio) {
|
|
16265
|
+
if (this.videoPlayer && this.videoPlayer.mContainer) {
|
|
16266
|
+
this.videoPlayer.mContainer.volume = this.volume;
|
|
16267
|
+
}
|
|
16266
16268
|
this.videoPlayer.initAudioDecoder(this.audioInfo.codec, this.audioInfo.sampleRate, this.audioInfo.channels);
|
|
16267
16269
|
}
|
|
16268
16270
|
}
|
|
@@ -16839,7 +16841,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16839
16841
|
`;
|
|
16840
16842
|
|
|
16841
16843
|
// src/components/subComponent/contextMenu.js
|
|
16842
|
-
|
|
16844
|
+
init_define_processenv();
|
|
16843
16845
|
init_jsx_shim();
|
|
16844
16846
|
function ContextMenu(menu, options) {
|
|
16845
16847
|
var self2 = this;
|
|
@@ -17070,7 +17072,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17070
17072
|
};
|
|
17071
17073
|
|
|
17072
17074
|
// src/locales/i18n.ts
|
|
17073
|
-
|
|
17075
|
+
init_define_processenv();
|
|
17074
17076
|
init_jsx_shim();
|
|
17075
17077
|
init_i18next();
|
|
17076
17078
|
|
|
@@ -17159,20 +17161,20 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17159
17161
|
var i18n_default = i18nInit;
|
|
17160
17162
|
|
|
17161
17163
|
// src/components/intercom.ts
|
|
17162
|
-
|
|
17164
|
+
init_define_processenv();
|
|
17163
17165
|
init_jsx_shim();
|
|
17164
17166
|
|
|
17165
17167
|
// src/components/bvWebrtc/audioPlayer.ts
|
|
17166
|
-
|
|
17168
|
+
init_define_processenv();
|
|
17167
17169
|
init_jsx_shim();
|
|
17168
17170
|
init_logger();
|
|
17169
17171
|
|
|
17170
17172
|
// src/instances/bvWebrtc.ts
|
|
17171
|
-
|
|
17173
|
+
init_define_processenv();
|
|
17172
17174
|
init_jsx_shim();
|
|
17173
17175
|
|
|
17174
17176
|
// src/instances/common.ts
|
|
17175
|
-
|
|
17177
|
+
init_define_processenv();
|
|
17176
17178
|
init_jsx_shim();
|
|
17177
17179
|
init_logger();
|
|
17178
17180
|
var CommonInstance = class extends Events {
|
|
@@ -17369,7 +17371,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17369
17371
|
};
|
|
17370
17372
|
|
|
17371
17373
|
// src/components/bvWebrtc/index.ts
|
|
17372
|
-
|
|
17374
|
+
init_define_processenv();
|
|
17373
17375
|
init_jsx_shim();
|
|
17374
17376
|
init_logger();
|
|
17375
17377
|
var BvWebrtc = (props) => {
|
|
@@ -17685,7 +17687,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17685
17687
|
var audioPlayer_default = AudioPlayer;
|
|
17686
17688
|
|
|
17687
17689
|
// src/utils/defaultProps.ts
|
|
17688
|
-
|
|
17690
|
+
init_define_processenv();
|
|
17689
17691
|
init_jsx_shim();
|
|
17690
17692
|
function GenIHelpFun() {
|
|
17691
17693
|
let defaultProps3 = {};
|
|
@@ -17758,7 +17760,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17758
17760
|
var intercom_default = Intercom;
|
|
17759
17761
|
|
|
17760
17762
|
// src/plugins/player/mediaStreamAudioWaveShow.ts
|
|
17761
|
-
|
|
17763
|
+
init_define_processenv();
|
|
17762
17764
|
init_jsx_shim();
|
|
17763
17765
|
var iSamplePerSecond = 24;
|
|
17764
17766
|
var iSliceCount = iSamplePerSecond * 8;
|
|
@@ -17945,7 +17947,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17945
17947
|
};
|
|
17946
17948
|
|
|
17947
17949
|
// src/plugins/player/mediaStreamAudioWaveShowBVRtc.ts
|
|
17948
|
-
|
|
17950
|
+
init_define_processenv();
|
|
17949
17951
|
init_jsx_shim();
|
|
17950
17952
|
var iSamplePerSecond2 = 24;
|
|
17951
17953
|
var iSliceCount2 = iSamplePerSecond2 * 8;
|
|
@@ -18813,7 +18815,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
18813
18815
|
var puPlayer_default = PuPlayer;
|
|
18814
18816
|
|
|
18815
18817
|
// src/components/conference.ts
|
|
18816
|
-
|
|
18818
|
+
init_define_processenv();
|
|
18817
18819
|
init_jsx_shim();
|
|
18818
18820
|
var getRemoteSdpResult2 = (sdp, token, param) => __async(void 0, null, function* () {
|
|
18819
18821
|
const { id, index } = param || {};
|
|
@@ -18872,7 +18874,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
18872
18874
|
var conference_default = Conference;
|
|
18873
18875
|
|
|
18874
18876
|
// src/components/types.ts
|
|
18875
|
-
|
|
18877
|
+
init_define_processenv();
|
|
18876
18878
|
init_jsx_shim();
|
|
18877
18879
|
|
|
18878
18880
|
// src/main.ts
|