@besovideo/webrtc-player 0.8.46 → 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 -198
- package/dist/main.es.js +201 -198
- 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:processenv"() {
|
|
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);
|
|
@@ -10577,7 +10577,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10577
10577
|
init_logger();
|
|
10578
10578
|
|
|
10579
10579
|
// src/plugins/decorators/index.ts
|
|
10580
|
-
|
|
10580
|
+
init_define_processenv();
|
|
10581
10581
|
init_jsx_shim();
|
|
10582
10582
|
init_lang();
|
|
10583
10583
|
function updateAttribute2(node, attribute, value) {
|
|
@@ -10895,12 +10895,12 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10895
10895
|
var video_default = VideoPlugin;
|
|
10896
10896
|
|
|
10897
10897
|
// src/plugins/modal.tsx
|
|
10898
|
-
|
|
10898
|
+
init_define_processenv();
|
|
10899
10899
|
init_jsx_shim();
|
|
10900
10900
|
init_logger();
|
|
10901
10901
|
|
|
10902
10902
|
// src/plugins/mixins/visible.ts
|
|
10903
|
-
|
|
10903
|
+
init_define_processenv();
|
|
10904
10904
|
init_jsx_shim();
|
|
10905
10905
|
function mixinVisible(base) {
|
|
10906
10906
|
return class extends base {
|
|
@@ -10933,235 +10933,235 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
10933
10933
|
}
|
|
10934
10934
|
|
|
10935
10935
|
// src/templates/icons.tsx
|
|
10936
|
-
|
|
10936
|
+
init_define_processenv();
|
|
10937
10937
|
init_jsx_shim();
|
|
10938
10938
|
|
|
10939
10939
|
// src/assets/icon/cog.el.svg
|
|
10940
|
-
|
|
10940
|
+
init_define_processenv();
|
|
10941
10941
|
init_jsx_shim();
|
|
10942
10942
|
function SvgElementbvPlayerCoreCog({ className }) {
|
|
10943
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" }));
|
|
10944
10944
|
}
|
|
10945
10945
|
|
|
10946
10946
|
// src/assets/icon/cog_fill.el.svg
|
|
10947
|
-
|
|
10947
|
+
init_define_processenv();
|
|
10948
10948
|
init_jsx_shim();
|
|
10949
10949
|
function SvgElementbvPlayerCoreCogFill({ className }) {
|
|
10950
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" }));
|
|
10951
10951
|
}
|
|
10952
10952
|
|
|
10953
10953
|
// src/assets/icon/camera.el.svg
|
|
10954
|
-
|
|
10954
|
+
init_define_processenv();
|
|
10955
10955
|
init_jsx_shim();
|
|
10956
10956
|
function SvgElementbvPlayerCoreCamera({ className }) {
|
|
10957
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" }));
|
|
10958
10958
|
}
|
|
10959
10959
|
|
|
10960
10960
|
// src/assets/icon/camera_fill.el.svg
|
|
10961
|
-
|
|
10961
|
+
init_define_processenv();
|
|
10962
10962
|
init_jsx_shim();
|
|
10963
10963
|
function SvgElementbvPlayerCoreCameraFill({ className }) {
|
|
10964
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" }));
|
|
10965
10965
|
}
|
|
10966
10966
|
|
|
10967
10967
|
// src/assets/icon/video-camera.el.svg
|
|
10968
|
-
|
|
10968
|
+
init_define_processenv();
|
|
10969
10969
|
init_jsx_shim();
|
|
10970
10970
|
function SvgElementbvPlayerCoreVideoCamera({ className }) {
|
|
10971
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" }));
|
|
10972
10972
|
}
|
|
10973
10973
|
|
|
10974
10974
|
// src/assets/icon/video-camera_fill.el.svg
|
|
10975
|
-
|
|
10975
|
+
init_define_processenv();
|
|
10976
10976
|
init_jsx_shim();
|
|
10977
10977
|
function SvgElementbvPlayerCoreVideoCameraFill({ className }) {
|
|
10978
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" }));
|
|
10979
10979
|
}
|
|
10980
10980
|
|
|
10981
10981
|
// src/assets/icon/arrows-expand.el.svg
|
|
10982
|
-
|
|
10982
|
+
init_define_processenv();
|
|
10983
10983
|
init_jsx_shim();
|
|
10984
10984
|
function SvgElementbvPlayerCoreArrowsExpand({ className }) {
|
|
10985
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" }));
|
|
10986
10986
|
}
|
|
10987
10987
|
|
|
10988
10988
|
// src/assets/icon/arrows-expand_fill.el.svg
|
|
10989
|
-
|
|
10989
|
+
init_define_processenv();
|
|
10990
10990
|
init_jsx_shim();
|
|
10991
10991
|
function SvgElementbvPlayerCoreArrowsExpandFill({ className }) {
|
|
10992
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" }));
|
|
10993
10993
|
}
|
|
10994
10994
|
|
|
10995
10995
|
// src/assets/icon/information-circle.el.svg
|
|
10996
|
-
|
|
10996
|
+
init_define_processenv();
|
|
10997
10997
|
init_jsx_shim();
|
|
10998
10998
|
function SvgElementbvPlayerCoreInformationCircle({ className }) {
|
|
10999
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" }));
|
|
11000
11000
|
}
|
|
11001
11001
|
|
|
11002
11002
|
// src/assets/icon/information-circle_fill.el.svg
|
|
11003
|
-
|
|
11003
|
+
init_define_processenv();
|
|
11004
11004
|
init_jsx_shim();
|
|
11005
11005
|
function SvgElementbvPlayerCoreInformationCircleFill({ className }) {
|
|
11006
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" }));
|
|
11007
11007
|
}
|
|
11008
11008
|
|
|
11009
11009
|
// src/assets/icon/x-circle.el.svg
|
|
11010
|
-
|
|
11010
|
+
init_define_processenv();
|
|
11011
11011
|
init_jsx_shim();
|
|
11012
11012
|
function SvgElementbvPlayerCoreXCircle({ className }) {
|
|
11013
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" }));
|
|
11014
11014
|
}
|
|
11015
11015
|
|
|
11016
11016
|
// src/assets/icon/x-circle_fill.el.svg
|
|
11017
|
-
|
|
11017
|
+
init_define_processenv();
|
|
11018
11018
|
init_jsx_shim();
|
|
11019
11019
|
function SvgElementbvPlayerCoreXCircleFill({ className }) {
|
|
11020
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" }));
|
|
11021
11021
|
}
|
|
11022
11022
|
|
|
11023
11023
|
// src/assets/icon/x.el.svg
|
|
11024
|
-
|
|
11024
|
+
init_define_processenv();
|
|
11025
11025
|
init_jsx_shim();
|
|
11026
11026
|
function SvgElementbvPlayerCoreX({ className }) {
|
|
11027
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" }));
|
|
11028
11028
|
}
|
|
11029
11029
|
|
|
11030
11030
|
// src/assets/icon/x_fill.el.svg
|
|
11031
|
-
|
|
11031
|
+
init_define_processenv();
|
|
11032
11032
|
init_jsx_shim();
|
|
11033
11033
|
function SvgElementbvPlayerCoreXFill({ className }) {
|
|
11034
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" }));
|
|
11035
11035
|
}
|
|
11036
11036
|
|
|
11037
11037
|
// src/assets/icon/volume-up.el.svg
|
|
11038
|
-
|
|
11038
|
+
init_define_processenv();
|
|
11039
11039
|
init_jsx_shim();
|
|
11040
11040
|
function SvgElementbvPlayerCoreVolumeUp({ className }) {
|
|
11041
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" }));
|
|
11042
11042
|
}
|
|
11043
11043
|
|
|
11044
11044
|
// src/assets/icon/volume-up_fill.el.svg
|
|
11045
|
-
|
|
11045
|
+
init_define_processenv();
|
|
11046
11046
|
init_jsx_shim();
|
|
11047
11047
|
function SvgElementbvPlayerCoreVolumeUpFill({ className }) {
|
|
11048
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" }));
|
|
11049
11049
|
}
|
|
11050
11050
|
|
|
11051
11051
|
// src/assets/icon/volume-off.el.svg
|
|
11052
|
-
|
|
11052
|
+
init_define_processenv();
|
|
11053
11053
|
init_jsx_shim();
|
|
11054
11054
|
function SvgElementbvPlayerCoreVolumeOff({ className }) {
|
|
11055
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" }));
|
|
11056
11056
|
}
|
|
11057
11057
|
|
|
11058
11058
|
// src/assets/icon/volume-off_fill.el.svg
|
|
11059
|
-
|
|
11059
|
+
init_define_processenv();
|
|
11060
11060
|
init_jsx_shim();
|
|
11061
11061
|
function SvgElementbvPlayerCoreVolumeOffFill({ className }) {
|
|
11062
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" }));
|
|
11063
11063
|
}
|
|
11064
11064
|
|
|
11065
11065
|
// src/assets/icon/play.el.svg
|
|
11066
|
-
|
|
11066
|
+
init_define_processenv();
|
|
11067
11067
|
init_jsx_shim();
|
|
11068
11068
|
function SvgElementbvPlayerCorePlay({ className }) {
|
|
11069
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" }));
|
|
11070
11070
|
}
|
|
11071
11071
|
|
|
11072
11072
|
// src/assets/icon/play_fill.el.svg
|
|
11073
|
-
|
|
11073
|
+
init_define_processenv();
|
|
11074
11074
|
init_jsx_shim();
|
|
11075
11075
|
function SvgElementbvPlayerCorePlayFill({ className }) {
|
|
11076
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" }));
|
|
11077
11077
|
}
|
|
11078
11078
|
|
|
11079
11079
|
// src/assets/icon/pause.el.svg
|
|
11080
|
-
|
|
11080
|
+
init_define_processenv();
|
|
11081
11081
|
init_jsx_shim();
|
|
11082
11082
|
function SvgElementbvPlayerCorePause({ className }) {
|
|
11083
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" }));
|
|
11084
11084
|
}
|
|
11085
11085
|
|
|
11086
11086
|
// src/assets/icon/pause_fill.el.svg
|
|
11087
|
-
|
|
11087
|
+
init_define_processenv();
|
|
11088
11088
|
init_jsx_shim();
|
|
11089
11089
|
function SvgElementbvPlayerCorePauseFill({ className }) {
|
|
11090
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" }));
|
|
11091
11091
|
}
|
|
11092
11092
|
|
|
11093
11093
|
// src/assets/icon/stop.el.svg
|
|
11094
|
-
|
|
11094
|
+
init_define_processenv();
|
|
11095
11095
|
init_jsx_shim();
|
|
11096
11096
|
function SvgElementbvPlayerCoreStop({ className }) {
|
|
11097
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" }));
|
|
11098
11098
|
}
|
|
11099
11099
|
|
|
11100
11100
|
// src/assets/icon/stop_fill.el.svg
|
|
11101
|
-
|
|
11101
|
+
init_define_processenv();
|
|
11102
11102
|
init_jsx_shim();
|
|
11103
11103
|
function SvgElementbvPlayerCoreStopFill({ className }) {
|
|
11104
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" }));
|
|
11105
11105
|
}
|
|
11106
11106
|
|
|
11107
11107
|
// src/assets/icon/full.el.svg
|
|
11108
|
-
|
|
11108
|
+
init_define_processenv();
|
|
11109
11109
|
init_jsx_shim();
|
|
11110
11110
|
function SvgElementbvPlayerCoreFull({ className }) {
|
|
11111
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" }));
|
|
11112
11112
|
}
|
|
11113
11113
|
|
|
11114
11114
|
// src/assets/icon/rotate.el.svg
|
|
11115
|
-
|
|
11115
|
+
init_define_processenv();
|
|
11116
11116
|
init_jsx_shim();
|
|
11117
11117
|
function SvgElementbvPlayerCoreRotate({ className }) {
|
|
11118
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" }));
|
|
11119
11119
|
}
|
|
11120
11120
|
|
|
11121
11121
|
// src/assets/icon/ptz-control.el.svg
|
|
11122
|
-
|
|
11122
|
+
init_define_processenv();
|
|
11123
11123
|
init_jsx_shim();
|
|
11124
11124
|
function SvgElementbvPlayerCorePtzControl({ className }) {
|
|
11125
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" }));
|
|
11126
11126
|
}
|
|
11127
11127
|
|
|
11128
11128
|
// src/assets/icon/direction/top.el.svg
|
|
11129
|
-
|
|
11129
|
+
init_define_processenv();
|
|
11130
11130
|
init_jsx_shim();
|
|
11131
11131
|
function SvgElementbvPlayerCoreTop({ className }) {
|
|
11132
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" }));
|
|
11133
11133
|
}
|
|
11134
11134
|
|
|
11135
11135
|
// src/assets/icon/direction/left.el.svg
|
|
11136
|
-
|
|
11136
|
+
init_define_processenv();
|
|
11137
11137
|
init_jsx_shim();
|
|
11138
11138
|
function SvgElementbvPlayerCoreLeft({ className }) {
|
|
11139
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" }));
|
|
11140
11140
|
}
|
|
11141
11141
|
|
|
11142
11142
|
// src/assets/icon/plus.el.svg
|
|
11143
|
-
|
|
11143
|
+
init_define_processenv();
|
|
11144
11144
|
init_jsx_shim();
|
|
11145
11145
|
function SvgElementbvPlayerCorePlus({ className }) {
|
|
11146
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" }));
|
|
11147
11147
|
}
|
|
11148
11148
|
|
|
11149
11149
|
// src/assets/icon/minus.el.svg
|
|
11150
|
-
|
|
11150
|
+
init_define_processenv();
|
|
11151
11151
|
init_jsx_shim();
|
|
11152
11152
|
function SvgElementbvPlayerCoreMinus({ className }) {
|
|
11153
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" }));
|
|
11154
11154
|
}
|
|
11155
11155
|
|
|
11156
11156
|
// src/assets/icon/mike_on.el.svg
|
|
11157
|
-
|
|
11157
|
+
init_define_processenv();
|
|
11158
11158
|
init_jsx_shim();
|
|
11159
11159
|
function SvgElementbvPlayerCoreMikeOn({ className }) {
|
|
11160
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" }));
|
|
11161
11161
|
}
|
|
11162
11162
|
|
|
11163
11163
|
// src/assets/icon/mike_off.el.svg
|
|
11164
|
-
|
|
11164
|
+
init_define_processenv();
|
|
11165
11165
|
init_jsx_shim();
|
|
11166
11166
|
function SvgElementbvPlayerCoreMikeOff({ className }) {
|
|
11167
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" }));
|
|
@@ -11347,15 +11347,15 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11347
11347
|
};
|
|
11348
11348
|
|
|
11349
11349
|
// src/plugins/player/panel.ts
|
|
11350
|
-
|
|
11350
|
+
init_define_processenv();
|
|
11351
11351
|
init_jsx_shim();
|
|
11352
11352
|
|
|
11353
11353
|
// src/plugins/controller/index.tsx
|
|
11354
|
-
|
|
11354
|
+
init_define_processenv();
|
|
11355
11355
|
init_jsx_shim();
|
|
11356
11356
|
|
|
11357
11357
|
// src/plugins/controller/button.tsx
|
|
11358
|
-
|
|
11358
|
+
init_define_processenv();
|
|
11359
11359
|
init_jsx_shim();
|
|
11360
11360
|
var PLUGIN_NAME_CONTROLLER_BUTTON = "controller_button";
|
|
11361
11361
|
var ControllerButtonPlugin = class extends Plugin {
|
|
@@ -11398,7 +11398,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11398
11398
|
var button_default = ControllerButtonPlugin;
|
|
11399
11399
|
|
|
11400
11400
|
// src/plugins/slider.tsx
|
|
11401
|
-
|
|
11401
|
+
init_define_processenv();
|
|
11402
11402
|
init_jsx_shim();
|
|
11403
11403
|
init_logger();
|
|
11404
11404
|
init_util();
|
|
@@ -11477,7 +11477,7 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11477
11477
|
init_logger();
|
|
11478
11478
|
|
|
11479
11479
|
// src/components/subComponent/mikeButton.tsx
|
|
11480
|
-
|
|
11480
|
+
init_define_processenv();
|
|
11481
11481
|
init_jsx_shim();
|
|
11482
11482
|
var _onIcon, _offIcon, _talk, _intercom, _onTalkStart, onTalkStart_fn, _onTalkEnd, onTalkEnd_fn;
|
|
11483
11483
|
var MikeButton = class extends HTMLElement {
|
|
@@ -11822,12 +11822,12 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
|
|
|
11822
11822
|
var panel_default = PlayerPanel;
|
|
11823
11823
|
|
|
11824
11824
|
// src/plugins/player/reducers/webrtc.ts
|
|
11825
|
-
|
|
11825
|
+
init_define_processenv();
|
|
11826
11826
|
init_jsx_shim();
|
|
11827
11827
|
init_logger();
|
|
11828
11828
|
|
|
11829
11829
|
// src/plugins/player/reducers/types.ts
|
|
11830
|
-
|
|
11830
|
+
init_define_processenv();
|
|
11831
11831
|
init_jsx_shim();
|
|
11832
11832
|
init_logger();
|
|
11833
11833
|
var WebRTCConnect = class {
|
|
@@ -12020,7 +12020,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12020
12020
|
init_logger();
|
|
12021
12021
|
|
|
12022
12022
|
// src/utils/fullscreen.ts
|
|
12023
|
-
|
|
12023
|
+
init_define_processenv();
|
|
12024
12024
|
init_jsx_shim();
|
|
12025
12025
|
var DOC_EL = document.documentElement;
|
|
12026
12026
|
var RFC_METHOD_NAME = "requestFullscreen";
|
|
@@ -12082,7 +12082,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12082
12082
|
var fullscreen_default = fullscreen;
|
|
12083
12083
|
|
|
12084
12084
|
// src/plugins/player/infoList.tsx
|
|
12085
|
-
|
|
12085
|
+
init_define_processenv();
|
|
12086
12086
|
init_jsx_shim();
|
|
12087
12087
|
var InfoListItem = ({
|
|
12088
12088
|
label,
|
|
@@ -12108,11 +12108,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12108
12108
|
var infoList_default = InfoList;
|
|
12109
12109
|
|
|
12110
12110
|
// src/plugins/ptz/index.tsx
|
|
12111
|
-
|
|
12111
|
+
init_define_processenv();
|
|
12112
12112
|
init_jsx_shim();
|
|
12113
12113
|
|
|
12114
12114
|
// src/api/device.ts
|
|
12115
|
-
|
|
12115
|
+
init_define_processenv();
|
|
12116
12116
|
init_jsx_shim();
|
|
12117
12117
|
init_logger();
|
|
12118
12118
|
var PtzCameraError = class extends CustomError {
|
|
@@ -12139,7 +12139,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12139
12139
|
var device_default = deviceApi;
|
|
12140
12140
|
|
|
12141
12141
|
// src/templates/button.tsx
|
|
12142
|
-
|
|
12142
|
+
init_define_processenv();
|
|
12143
12143
|
init_jsx_shim();
|
|
12144
12144
|
var Button = ({
|
|
12145
12145
|
type = "default",
|
|
@@ -12184,7 +12184,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12184
12184
|
init_logger();
|
|
12185
12185
|
|
|
12186
12186
|
// src/plugins/ptz/button.tsx
|
|
12187
|
-
|
|
12187
|
+
init_define_processenv();
|
|
12188
12188
|
init_jsx_shim();
|
|
12189
12189
|
var PLUGIN_NAME_PTZ_CONTROL_BUTTON = "ptz-control-button";
|
|
12190
12190
|
var PtzControlButtonPlugin = class extends Plugin {
|
|
@@ -12233,20 +12233,20 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12233
12233
|
var button_default3 = PtzControlButtonPlugin;
|
|
12234
12234
|
|
|
12235
12235
|
// src/plugins/ptz/speedSlider.tsx
|
|
12236
|
-
|
|
12236
|
+
init_define_processenv();
|
|
12237
12237
|
init_jsx_shim();
|
|
12238
12238
|
init_util();
|
|
12239
12239
|
|
|
12240
12240
|
// node_modules/tippy.js/dist/tippy.esm.js
|
|
12241
|
-
|
|
12241
|
+
init_define_processenv();
|
|
12242
12242
|
init_jsx_shim();
|
|
12243
12243
|
|
|
12244
12244
|
// node_modules/@popperjs/core/lib/index.js
|
|
12245
|
-
|
|
12245
|
+
init_define_processenv();
|
|
12246
12246
|
init_jsx_shim();
|
|
12247
12247
|
|
|
12248
12248
|
// node_modules/@popperjs/core/lib/enums.js
|
|
12249
|
-
|
|
12249
|
+
init_define_processenv();
|
|
12250
12250
|
init_jsx_shim();
|
|
12251
12251
|
var top = "top";
|
|
12252
12252
|
var bottom = "bottom";
|
|
@@ -12278,26 +12278,26 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12278
12278
|
var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
|
|
12279
12279
|
|
|
12280
12280
|
// node_modules/@popperjs/core/lib/modifiers/index.js
|
|
12281
|
-
|
|
12281
|
+
init_define_processenv();
|
|
12282
12282
|
init_jsx_shim();
|
|
12283
12283
|
|
|
12284
12284
|
// node_modules/@popperjs/core/lib/modifiers/applyStyles.js
|
|
12285
|
-
|
|
12285
|
+
init_define_processenv();
|
|
12286
12286
|
init_jsx_shim();
|
|
12287
12287
|
|
|
12288
12288
|
// node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
12289
|
-
|
|
12289
|
+
init_define_processenv();
|
|
12290
12290
|
init_jsx_shim();
|
|
12291
12291
|
function getNodeName(element) {
|
|
12292
12292
|
return element ? (element.nodeName || "").toLowerCase() : null;
|
|
12293
12293
|
}
|
|
12294
12294
|
|
|
12295
12295
|
// node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
12296
|
-
|
|
12296
|
+
init_define_processenv();
|
|
12297
12297
|
init_jsx_shim();
|
|
12298
12298
|
|
|
12299
12299
|
// node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
12300
|
-
|
|
12300
|
+
init_define_processenv();
|
|
12301
12301
|
init_jsx_shim();
|
|
12302
12302
|
function getWindow(node) {
|
|
12303
12303
|
if (node == null) {
|
|
@@ -12396,26 +12396,26 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12396
12396
|
};
|
|
12397
12397
|
|
|
12398
12398
|
// node_modules/@popperjs/core/lib/modifiers/arrow.js
|
|
12399
|
-
|
|
12399
|
+
init_define_processenv();
|
|
12400
12400
|
init_jsx_shim();
|
|
12401
12401
|
|
|
12402
12402
|
// node_modules/@popperjs/core/lib/utils/getBasePlacement.js
|
|
12403
|
-
|
|
12403
|
+
init_define_processenv();
|
|
12404
12404
|
init_jsx_shim();
|
|
12405
12405
|
function getBasePlacement(placement) {
|
|
12406
12406
|
return placement.split("-")[0];
|
|
12407
12407
|
}
|
|
12408
12408
|
|
|
12409
12409
|
// node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js
|
|
12410
|
-
|
|
12410
|
+
init_define_processenv();
|
|
12411
12411
|
init_jsx_shim();
|
|
12412
12412
|
|
|
12413
12413
|
// node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
12414
|
-
|
|
12414
|
+
init_define_processenv();
|
|
12415
12415
|
init_jsx_shim();
|
|
12416
12416
|
|
|
12417
12417
|
// node_modules/@popperjs/core/lib/utils/math.js
|
|
12418
|
-
|
|
12418
|
+
init_define_processenv();
|
|
12419
12419
|
init_jsx_shim();
|
|
12420
12420
|
var max = Math.max;
|
|
12421
12421
|
var min = Math.min;
|
|
@@ -12471,7 +12471,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12471
12471
|
}
|
|
12472
12472
|
|
|
12473
12473
|
// node_modules/@popperjs/core/lib/dom-utils/contains.js
|
|
12474
|
-
|
|
12474
|
+
init_define_processenv();
|
|
12475
12475
|
init_jsx_shim();
|
|
12476
12476
|
function contains(parent, child) {
|
|
12477
12477
|
var rootNode = child.getRootNode && child.getRootNode();
|
|
@@ -12490,29 +12490,29 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12490
12490
|
}
|
|
12491
12491
|
|
|
12492
12492
|
// node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js
|
|
12493
|
-
|
|
12493
|
+
init_define_processenv();
|
|
12494
12494
|
init_jsx_shim();
|
|
12495
12495
|
|
|
12496
12496
|
// node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js
|
|
12497
|
-
|
|
12497
|
+
init_define_processenv();
|
|
12498
12498
|
init_jsx_shim();
|
|
12499
12499
|
function getComputedStyle(element) {
|
|
12500
12500
|
return getWindow(element).getComputedStyle(element);
|
|
12501
12501
|
}
|
|
12502
12502
|
|
|
12503
12503
|
// node_modules/@popperjs/core/lib/dom-utils/isTableElement.js
|
|
12504
|
-
|
|
12504
|
+
init_define_processenv();
|
|
12505
12505
|
init_jsx_shim();
|
|
12506
12506
|
function isTableElement(element) {
|
|
12507
12507
|
return ["table", "td", "th"].indexOf(getNodeName(element)) >= 0;
|
|
12508
12508
|
}
|
|
12509
12509
|
|
|
12510
12510
|
// node_modules/@popperjs/core/lib/dom-utils/getParentNode.js
|
|
12511
|
-
|
|
12511
|
+
init_define_processenv();
|
|
12512
12512
|
init_jsx_shim();
|
|
12513
12513
|
|
|
12514
12514
|
// node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
12515
|
-
|
|
12515
|
+
init_define_processenv();
|
|
12516
12516
|
init_jsx_shim();
|
|
12517
12517
|
function getDocumentElement(element) {
|
|
12518
12518
|
return ((isElement(element) ? element.ownerDocument : (
|
|
@@ -12579,14 +12579,14 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12579
12579
|
}
|
|
12580
12580
|
|
|
12581
12581
|
// node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
|
|
12582
|
-
|
|
12582
|
+
init_define_processenv();
|
|
12583
12583
|
init_jsx_shim();
|
|
12584
12584
|
function getMainAxisFromPlacement(placement) {
|
|
12585
12585
|
return ["top", "bottom"].indexOf(placement) >= 0 ? "x" : "y";
|
|
12586
12586
|
}
|
|
12587
12587
|
|
|
12588
12588
|
// node_modules/@popperjs/core/lib/utils/within.js
|
|
12589
|
-
|
|
12589
|
+
init_define_processenv();
|
|
12590
12590
|
init_jsx_shim();
|
|
12591
12591
|
function within(min2, value, max2) {
|
|
12592
12592
|
return max(min2, min(value, max2));
|
|
@@ -12597,11 +12597,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12597
12597
|
}
|
|
12598
12598
|
|
|
12599
12599
|
// node_modules/@popperjs/core/lib/utils/mergePaddingObject.js
|
|
12600
|
-
|
|
12600
|
+
init_define_processenv();
|
|
12601
12601
|
init_jsx_shim();
|
|
12602
12602
|
|
|
12603
12603
|
// node_modules/@popperjs/core/lib/utils/getFreshSideObject.js
|
|
12604
|
-
|
|
12604
|
+
init_define_processenv();
|
|
12605
12605
|
init_jsx_shim();
|
|
12606
12606
|
function getFreshSideObject() {
|
|
12607
12607
|
return {
|
|
@@ -12618,7 +12618,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12618
12618
|
}
|
|
12619
12619
|
|
|
12620
12620
|
// node_modules/@popperjs/core/lib/utils/expandToHashMap.js
|
|
12621
|
-
|
|
12621
|
+
init_define_processenv();
|
|
12622
12622
|
init_jsx_shim();
|
|
12623
12623
|
function expandToHashMap(value, keys) {
|
|
12624
12624
|
return keys.reduce(function(hashMap, key) {
|
|
@@ -12674,13 +12674,13 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12674
12674
|
return;
|
|
12675
12675
|
}
|
|
12676
12676
|
}
|
|
12677
|
-
if (
|
|
12677
|
+
if (true) {
|
|
12678
12678
|
if (!isHTMLElement(arrowElement)) {
|
|
12679
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(" "));
|
|
12680
12680
|
}
|
|
12681
12681
|
}
|
|
12682
12682
|
if (!contains(state.elements.popper, arrowElement)) {
|
|
12683
|
-
if (
|
|
12683
|
+
if (true) {
|
|
12684
12684
|
console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper', "element."].join(" "));
|
|
12685
12685
|
}
|
|
12686
12686
|
return;
|
|
@@ -12698,11 +12698,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12698
12698
|
};
|
|
12699
12699
|
|
|
12700
12700
|
// node_modules/@popperjs/core/lib/modifiers/computeStyles.js
|
|
12701
|
-
|
|
12701
|
+
init_define_processenv();
|
|
12702
12702
|
init_jsx_shim();
|
|
12703
12703
|
|
|
12704
12704
|
// node_modules/@popperjs/core/lib/utils/getVariation.js
|
|
12705
|
-
|
|
12705
|
+
init_define_processenv();
|
|
12706
12706
|
init_jsx_shim();
|
|
12707
12707
|
function getVariation(placement) {
|
|
12708
12708
|
return placement.split("-")[1];
|
|
@@ -12794,7 +12794,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12794
12794
|
function computeStyles(_ref5) {
|
|
12795
12795
|
var state = _ref5.state, options = _ref5.options;
|
|
12796
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;
|
|
12797
|
-
if (
|
|
12797
|
+
if (true) {
|
|
12798
12798
|
var transitionProperty = getComputedStyle(state.elements.popper).transitionProperty || "";
|
|
12799
12799
|
if (adaptive && ["transform", "top", "right", "bottom", "left"].some(function(property) {
|
|
12800
12800
|
return transitionProperty.indexOf(property) >= 0;
|
|
@@ -12839,7 +12839,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12839
12839
|
};
|
|
12840
12840
|
|
|
12841
12841
|
// node_modules/@popperjs/core/lib/modifiers/eventListeners.js
|
|
12842
|
-
|
|
12842
|
+
init_define_processenv();
|
|
12843
12843
|
init_jsx_shim();
|
|
12844
12844
|
var passive = {
|
|
12845
12845
|
passive: true
|
|
@@ -12879,11 +12879,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12879
12879
|
};
|
|
12880
12880
|
|
|
12881
12881
|
// node_modules/@popperjs/core/lib/modifiers/flip.js
|
|
12882
|
-
|
|
12882
|
+
init_define_processenv();
|
|
12883
12883
|
init_jsx_shim();
|
|
12884
12884
|
|
|
12885
12885
|
// node_modules/@popperjs/core/lib/utils/getOppositePlacement.js
|
|
12886
|
-
|
|
12886
|
+
init_define_processenv();
|
|
12887
12887
|
init_jsx_shim();
|
|
12888
12888
|
var hash = {
|
|
12889
12889
|
left: "right",
|
|
@@ -12898,7 +12898,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12898
12898
|
}
|
|
12899
12899
|
|
|
12900
12900
|
// node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js
|
|
12901
|
-
|
|
12901
|
+
init_define_processenv();
|
|
12902
12902
|
init_jsx_shim();
|
|
12903
12903
|
var hash2 = {
|
|
12904
12904
|
start: "end",
|
|
@@ -12911,23 +12911,23 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12911
12911
|
}
|
|
12912
12912
|
|
|
12913
12913
|
// node_modules/@popperjs/core/lib/utils/detectOverflow.js
|
|
12914
|
-
|
|
12914
|
+
init_define_processenv();
|
|
12915
12915
|
init_jsx_shim();
|
|
12916
12916
|
|
|
12917
12917
|
// node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js
|
|
12918
|
-
|
|
12918
|
+
init_define_processenv();
|
|
12919
12919
|
init_jsx_shim();
|
|
12920
12920
|
|
|
12921
12921
|
// node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js
|
|
12922
|
-
|
|
12922
|
+
init_define_processenv();
|
|
12923
12923
|
init_jsx_shim();
|
|
12924
12924
|
|
|
12925
12925
|
// node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
12926
|
-
|
|
12926
|
+
init_define_processenv();
|
|
12927
12927
|
init_jsx_shim();
|
|
12928
12928
|
|
|
12929
12929
|
// node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
12930
|
-
|
|
12930
|
+
init_define_processenv();
|
|
12931
12931
|
init_jsx_shim();
|
|
12932
12932
|
function getWindowScroll(node) {
|
|
12933
12933
|
var win = getWindow(node);
|
|
@@ -12970,7 +12970,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12970
12970
|
}
|
|
12971
12971
|
|
|
12972
12972
|
// node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js
|
|
12973
|
-
|
|
12973
|
+
init_define_processenv();
|
|
12974
12974
|
init_jsx_shim();
|
|
12975
12975
|
function getDocumentRect(element) {
|
|
12976
12976
|
var _element$ownerDocumen;
|
|
@@ -12993,15 +12993,15 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
12993
12993
|
}
|
|
12994
12994
|
|
|
12995
12995
|
// node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js
|
|
12996
|
-
|
|
12996
|
+
init_define_processenv();
|
|
12997
12997
|
init_jsx_shim();
|
|
12998
12998
|
|
|
12999
12999
|
// node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js
|
|
13000
|
-
|
|
13000
|
+
init_define_processenv();
|
|
13001
13001
|
init_jsx_shim();
|
|
13002
13002
|
|
|
13003
13003
|
// node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js
|
|
13004
|
-
|
|
13004
|
+
init_define_processenv();
|
|
13005
13005
|
init_jsx_shim();
|
|
13006
13006
|
function isScrollParent(element) {
|
|
13007
13007
|
var _getComputedStyle = getComputedStyle(element), overflow = _getComputedStyle.overflow, overflowX = _getComputedStyle.overflowX, overflowY = _getComputedStyle.overflowY;
|
|
@@ -13037,7 +13037,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13037
13037
|
}
|
|
13038
13038
|
|
|
13039
13039
|
// node_modules/@popperjs/core/lib/utils/rectToClientRect.js
|
|
13040
|
-
|
|
13040
|
+
init_define_processenv();
|
|
13041
13041
|
init_jsx_shim();
|
|
13042
13042
|
function rectToClientRect(rect) {
|
|
13043
13043
|
return Object.assign({}, rect, {
|
|
@@ -13095,7 +13095,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13095
13095
|
}
|
|
13096
13096
|
|
|
13097
13097
|
// node_modules/@popperjs/core/lib/utils/computeOffsets.js
|
|
13098
|
-
|
|
13098
|
+
init_define_processenv();
|
|
13099
13099
|
init_jsx_shim();
|
|
13100
13100
|
function computeOffsets(_ref) {
|
|
13101
13101
|
var reference2 = _ref.reference, element = _ref.element, placement = _ref.placement;
|
|
@@ -13190,7 +13190,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13190
13190
|
}
|
|
13191
13191
|
|
|
13192
13192
|
// node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js
|
|
13193
|
-
|
|
13193
|
+
init_define_processenv();
|
|
13194
13194
|
init_jsx_shim();
|
|
13195
13195
|
function computeAutoPlacement(state, options) {
|
|
13196
13196
|
if (options === void 0) {
|
|
@@ -13206,7 +13206,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13206
13206
|
});
|
|
13207
13207
|
if (allowedPlacements.length === 0) {
|
|
13208
13208
|
allowedPlacements = placements2;
|
|
13209
|
-
if (
|
|
13209
|
+
if (true) {
|
|
13210
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(" "));
|
|
13211
13211
|
}
|
|
13212
13212
|
}
|
|
@@ -13331,7 +13331,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13331
13331
|
};
|
|
13332
13332
|
|
|
13333
13333
|
// node_modules/@popperjs/core/lib/modifiers/hide.js
|
|
13334
|
-
|
|
13334
|
+
init_define_processenv();
|
|
13335
13335
|
init_jsx_shim();
|
|
13336
13336
|
function getSideOffsets(overflow, rect, preventedOffsets) {
|
|
13337
13337
|
if (preventedOffsets === void 0) {
|
|
@@ -13387,7 +13387,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13387
13387
|
};
|
|
13388
13388
|
|
|
13389
13389
|
// node_modules/@popperjs/core/lib/modifiers/offset.js
|
|
13390
|
-
|
|
13390
|
+
init_define_processenv();
|
|
13391
13391
|
init_jsx_shim();
|
|
13392
13392
|
function distanceAndSkiddingToXY(placement, rects, offset2) {
|
|
13393
13393
|
var basePlacement = getBasePlacement(placement);
|
|
@@ -13428,7 +13428,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13428
13428
|
};
|
|
13429
13429
|
|
|
13430
13430
|
// node_modules/@popperjs/core/lib/modifiers/popperOffsets.js
|
|
13431
|
-
|
|
13431
|
+
init_define_processenv();
|
|
13432
13432
|
init_jsx_shim();
|
|
13433
13433
|
function popperOffsets(_ref) {
|
|
13434
13434
|
var state = _ref.state, name = _ref.name;
|
|
@@ -13448,11 +13448,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13448
13448
|
};
|
|
13449
13449
|
|
|
13450
13450
|
// node_modules/@popperjs/core/lib/modifiers/preventOverflow.js
|
|
13451
|
-
|
|
13451
|
+
init_define_processenv();
|
|
13452
13452
|
init_jsx_shim();
|
|
13453
13453
|
|
|
13454
13454
|
// node_modules/@popperjs/core/lib/utils/getAltAxis.js
|
|
13455
|
-
|
|
13455
|
+
init_define_processenv();
|
|
13456
13456
|
init_jsx_shim();
|
|
13457
13457
|
function getAltAxis(axis) {
|
|
13458
13458
|
return axis === "x" ? "y" : "x";
|
|
@@ -13552,19 +13552,19 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13552
13552
|
};
|
|
13553
13553
|
|
|
13554
13554
|
// node_modules/@popperjs/core/lib/createPopper.js
|
|
13555
|
-
|
|
13555
|
+
init_define_processenv();
|
|
13556
13556
|
init_jsx_shim();
|
|
13557
13557
|
|
|
13558
13558
|
// node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js
|
|
13559
|
-
|
|
13559
|
+
init_define_processenv();
|
|
13560
13560
|
init_jsx_shim();
|
|
13561
13561
|
|
|
13562
13562
|
// node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
13563
|
-
|
|
13563
|
+
init_define_processenv();
|
|
13564
13564
|
init_jsx_shim();
|
|
13565
13565
|
|
|
13566
13566
|
// node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
13567
|
-
|
|
13567
|
+
init_define_processenv();
|
|
13568
13568
|
init_jsx_shim();
|
|
13569
13569
|
function getHTMLElementScroll(element) {
|
|
13570
13570
|
return {
|
|
@@ -13627,7 +13627,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13627
13627
|
}
|
|
13628
13628
|
|
|
13629
13629
|
// node_modules/@popperjs/core/lib/utils/orderModifiers.js
|
|
13630
|
-
|
|
13630
|
+
init_define_processenv();
|
|
13631
13631
|
init_jsx_shim();
|
|
13632
13632
|
function order(modifiers) {
|
|
13633
13633
|
var map = /* @__PURE__ */ new Map();
|
|
@@ -13666,7 +13666,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13666
13666
|
}
|
|
13667
13667
|
|
|
13668
13668
|
// node_modules/@popperjs/core/lib/utils/debounce.js
|
|
13669
|
-
|
|
13669
|
+
init_define_processenv();
|
|
13670
13670
|
init_jsx_shim();
|
|
13671
13671
|
function debounce(fn2) {
|
|
13672
13672
|
var pending;
|
|
@@ -13684,11 +13684,11 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13684
13684
|
}
|
|
13685
13685
|
|
|
13686
13686
|
// node_modules/@popperjs/core/lib/utils/validateModifiers.js
|
|
13687
|
-
|
|
13687
|
+
init_define_processenv();
|
|
13688
13688
|
init_jsx_shim();
|
|
13689
13689
|
|
|
13690
13690
|
// node_modules/@popperjs/core/lib/utils/format.js
|
|
13691
|
-
|
|
13691
|
+
init_define_processenv();
|
|
13692
13692
|
init_jsx_shim();
|
|
13693
13693
|
function format(str) {
|
|
13694
13694
|
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
@@ -13764,7 +13764,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13764
13764
|
}
|
|
13765
13765
|
|
|
13766
13766
|
// node_modules/@popperjs/core/lib/utils/uniqueBy.js
|
|
13767
|
-
|
|
13767
|
+
init_define_processenv();
|
|
13768
13768
|
init_jsx_shim();
|
|
13769
13769
|
function uniqueBy(arr, fn2) {
|
|
13770
13770
|
var identifiers = /* @__PURE__ */ new Set();
|
|
@@ -13778,7 +13778,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13778
13778
|
}
|
|
13779
13779
|
|
|
13780
13780
|
// node_modules/@popperjs/core/lib/utils/mergeByName.js
|
|
13781
|
-
|
|
13781
|
+
init_define_processenv();
|
|
13782
13782
|
init_jsx_shim();
|
|
13783
13783
|
function mergeByName(modifiers) {
|
|
13784
13784
|
var merged = modifiers.reduce(function(merged2, current) {
|
|
@@ -13847,7 +13847,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13847
13847
|
state.orderedModifiers = orderedModifiers.filter(function(m) {
|
|
13848
13848
|
return m.enabled;
|
|
13849
13849
|
});
|
|
13850
|
-
if (
|
|
13850
|
+
if (true) {
|
|
13851
13851
|
var modifiers = uniqueBy([].concat(orderedModifiers, state.options.modifiers), function(_ref) {
|
|
13852
13852
|
var name = _ref.name;
|
|
13853
13853
|
return name;
|
|
@@ -13883,7 +13883,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13883
13883
|
}
|
|
13884
13884
|
var _state$elements = state.elements, reference3 = _state$elements.reference, popper3 = _state$elements.popper;
|
|
13885
13885
|
if (!areValidElements(reference3, popper3)) {
|
|
13886
|
-
if (
|
|
13886
|
+
if (true) {
|
|
13887
13887
|
console.error(INVALID_ELEMENT_ERROR);
|
|
13888
13888
|
}
|
|
13889
13889
|
return;
|
|
@@ -13899,7 +13899,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13899
13899
|
});
|
|
13900
13900
|
var __debug_loops__ = 0;
|
|
13901
13901
|
for (var index = 0; index < state.orderedModifiers.length; index++) {
|
|
13902
|
-
if (
|
|
13902
|
+
if (true) {
|
|
13903
13903
|
__debug_loops__ += 1;
|
|
13904
13904
|
if (__debug_loops__ > 100) {
|
|
13905
13905
|
console.error(INFINITE_LOOP_ERROR);
|
|
@@ -13936,7 +13936,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13936
13936
|
}
|
|
13937
13937
|
};
|
|
13938
13938
|
if (!areValidElements(reference2, popper2)) {
|
|
13939
|
-
if (
|
|
13939
|
+
if (true) {
|
|
13940
13940
|
console.error(INVALID_ELEMENT_ERROR);
|
|
13941
13941
|
}
|
|
13942
13942
|
return instance2;
|
|
@@ -13973,7 +13973,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
13973
13973
|
}
|
|
13974
13974
|
|
|
13975
13975
|
// node_modules/@popperjs/core/lib/popper.js
|
|
13976
|
-
|
|
13976
|
+
init_define_processenv();
|
|
13977
13977
|
init_jsx_shim();
|
|
13978
13978
|
var defaultModifiers = [eventListeners_default, popperOffsets_default, computeStyles_default, applyStyles_default, offset_default, flip_default, preventOverflow_default, arrow_default, hide_default];
|
|
13979
13979
|
var createPopper = /* @__PURE__ */ popperGenerator({
|
|
@@ -14208,7 +14208,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14208
14208
|
];
|
|
14209
14209
|
}
|
|
14210
14210
|
var visitedMessages;
|
|
14211
|
-
if (
|
|
14211
|
+
if (true) {
|
|
14212
14212
|
resetVisitedMessages();
|
|
14213
14213
|
}
|
|
14214
14214
|
function resetVisitedMessages() {
|
|
@@ -14302,7 +14302,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14302
14302
|
}, pluginProps, renderProps);
|
|
14303
14303
|
var defaultKeys = Object.keys(defaultProps);
|
|
14304
14304
|
var setDefaultProps = function setDefaultProps2(partialProps) {
|
|
14305
|
-
if (
|
|
14305
|
+
if (true) {
|
|
14306
14306
|
validateProps(partialProps, []);
|
|
14307
14307
|
}
|
|
14308
14308
|
var keys = Object.keys(partialProps);
|
|
@@ -14533,7 +14533,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14533
14533
|
destroy
|
|
14534
14534
|
};
|
|
14535
14535
|
if (!props.render) {
|
|
14536
|
-
if (
|
|
14536
|
+
if (true) {
|
|
14537
14537
|
errorWhen(true, "render() function has not been supplied.");
|
|
14538
14538
|
}
|
|
14539
14539
|
return instance2;
|
|
@@ -14951,7 +14951,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
14951
14951
|
}
|
|
14952
14952
|
instance2.state.isMounted = true;
|
|
14953
14953
|
createPopperInstance();
|
|
14954
|
-
if (
|
|
14954
|
+
if (true) {
|
|
14955
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(" "));
|
|
14956
14956
|
}
|
|
14957
14957
|
}
|
|
@@ -15013,7 +15013,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15013
15013
|
cancelAnimationFrame(scheduleHideAnimationFrame);
|
|
15014
15014
|
}
|
|
15015
15015
|
function setProps(partialProps) {
|
|
15016
|
-
if (
|
|
15016
|
+
if (true) {
|
|
15017
15017
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("setProps"));
|
|
15018
15018
|
}
|
|
15019
15019
|
if (instance2.state.isDestroyed) {
|
|
@@ -15057,7 +15057,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15057
15057
|
});
|
|
15058
15058
|
}
|
|
15059
15059
|
function show() {
|
|
15060
|
-
if (
|
|
15060
|
+
if (true) {
|
|
15061
15061
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("show"));
|
|
15062
15062
|
}
|
|
15063
15063
|
var isAlreadyVisible = instance2.state.isVisible;
|
|
@@ -15116,7 +15116,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15116
15116
|
mount();
|
|
15117
15117
|
}
|
|
15118
15118
|
function hide2() {
|
|
15119
|
-
if (
|
|
15119
|
+
if (true) {
|
|
15120
15120
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("hide"));
|
|
15121
15121
|
}
|
|
15122
15122
|
var isAlreadyHidden = !instance2.state.isVisible;
|
|
@@ -15158,7 +15158,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15158
15158
|
}
|
|
15159
15159
|
}
|
|
15160
15160
|
function hideWithInteractivity(event) {
|
|
15161
|
-
if (
|
|
15161
|
+
if (true) {
|
|
15162
15162
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("hideWithInteractivity"));
|
|
15163
15163
|
}
|
|
15164
15164
|
getDocument().addEventListener("mousemove", debouncedOnMouseMove);
|
|
@@ -15166,7 +15166,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15166
15166
|
debouncedOnMouseMove(event);
|
|
15167
15167
|
}
|
|
15168
15168
|
function unmount() {
|
|
15169
|
-
if (
|
|
15169
|
+
if (true) {
|
|
15170
15170
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("unmount"));
|
|
15171
15171
|
}
|
|
15172
15172
|
if (instance2.state.isVisible) {
|
|
@@ -15189,7 +15189,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15189
15189
|
invokeHook("onHidden", [instance2]);
|
|
15190
15190
|
}
|
|
15191
15191
|
function destroy() {
|
|
15192
|
-
if (
|
|
15192
|
+
if (true) {
|
|
15193
15193
|
warnWhen(instance2.state.isDestroyed, createMemoryLeakWarning("destroy"));
|
|
15194
15194
|
}
|
|
15195
15195
|
if (instance2.state.isDestroyed) {
|
|
@@ -15208,7 +15208,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15208
15208
|
optionalProps = {};
|
|
15209
15209
|
}
|
|
15210
15210
|
var plugins = defaultProps.plugins.concat(optionalProps.plugins || []);
|
|
15211
|
-
if (
|
|
15211
|
+
if (true) {
|
|
15212
15212
|
validateTargets(targets);
|
|
15213
15213
|
validateProps(optionalProps, plugins);
|
|
15214
15214
|
}
|
|
@@ -15217,7 +15217,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
15217
15217
|
plugins
|
|
15218
15218
|
});
|
|
15219
15219
|
var elements = getArrayOfElements(targets);
|
|
15220
|
-
if (
|
|
15220
|
+
if (true) {
|
|
15221
15221
|
var isSingleContentElement = isElement2(passedProps.content);
|
|
15222
15222
|
var isMoreThanOneReferenceElement = elements.length > 1;
|
|
15223
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(" "));
|
|
@@ -16071,7 +16071,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16071
16071
|
init_logger();
|
|
16072
16072
|
|
|
16073
16073
|
// src/lib/bvmedia/bvmediaplayer.js
|
|
16074
|
-
|
|
16074
|
+
init_define_processenv();
|
|
16075
16075
|
init_jsx_shim();
|
|
16076
16076
|
var g_prefix = "";
|
|
16077
16077
|
var BVMedia = class {
|
|
@@ -16262,6 +16262,9 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16262
16262
|
this.videoPlayer.initVideoDecoder(this.videoInfo.codec);
|
|
16263
16263
|
}
|
|
16264
16264
|
if (bAudio) {
|
|
16265
|
+
if (this.videoPlayer && this.videoPlayer.mContainer) {
|
|
16266
|
+
this.videoPlayer.mContainer.volume = this.volume;
|
|
16267
|
+
}
|
|
16265
16268
|
this.videoPlayer.initAudioDecoder(this.audioInfo.codec, this.audioInfo.sampleRate, this.audioInfo.channels);
|
|
16266
16269
|
}
|
|
16267
16270
|
}
|
|
@@ -16838,7 +16841,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
16838
16841
|
`;
|
|
16839
16842
|
|
|
16840
16843
|
// src/components/subComponent/contextMenu.js
|
|
16841
|
-
|
|
16844
|
+
init_define_processenv();
|
|
16842
16845
|
init_jsx_shim();
|
|
16843
16846
|
function ContextMenu(menu, options) {
|
|
16844
16847
|
var self2 = this;
|
|
@@ -17069,7 +17072,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17069
17072
|
};
|
|
17070
17073
|
|
|
17071
17074
|
// src/locales/i18n.ts
|
|
17072
|
-
|
|
17075
|
+
init_define_processenv();
|
|
17073
17076
|
init_jsx_shim();
|
|
17074
17077
|
init_i18next();
|
|
17075
17078
|
|
|
@@ -17158,20 +17161,20 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17158
17161
|
var i18n_default = i18nInit;
|
|
17159
17162
|
|
|
17160
17163
|
// src/components/intercom.ts
|
|
17161
|
-
|
|
17164
|
+
init_define_processenv();
|
|
17162
17165
|
init_jsx_shim();
|
|
17163
17166
|
|
|
17164
17167
|
// src/components/bvWebrtc/audioPlayer.ts
|
|
17165
|
-
|
|
17168
|
+
init_define_processenv();
|
|
17166
17169
|
init_jsx_shim();
|
|
17167
17170
|
init_logger();
|
|
17168
17171
|
|
|
17169
17172
|
// src/instances/bvWebrtc.ts
|
|
17170
|
-
|
|
17173
|
+
init_define_processenv();
|
|
17171
17174
|
init_jsx_shim();
|
|
17172
17175
|
|
|
17173
17176
|
// src/instances/common.ts
|
|
17174
|
-
|
|
17177
|
+
init_define_processenv();
|
|
17175
17178
|
init_jsx_shim();
|
|
17176
17179
|
init_logger();
|
|
17177
17180
|
var CommonInstance = class extends Events {
|
|
@@ -17368,7 +17371,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17368
17371
|
};
|
|
17369
17372
|
|
|
17370
17373
|
// src/components/bvWebrtc/index.ts
|
|
17371
|
-
|
|
17374
|
+
init_define_processenv();
|
|
17372
17375
|
init_jsx_shim();
|
|
17373
17376
|
init_logger();
|
|
17374
17377
|
var BvWebrtc = (props) => {
|
|
@@ -17684,7 +17687,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17684
17687
|
var audioPlayer_default = AudioPlayer;
|
|
17685
17688
|
|
|
17686
17689
|
// src/utils/defaultProps.ts
|
|
17687
|
-
|
|
17690
|
+
init_define_processenv();
|
|
17688
17691
|
init_jsx_shim();
|
|
17689
17692
|
function GenIHelpFun() {
|
|
17690
17693
|
let defaultProps3 = {};
|
|
@@ -17757,7 +17760,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17757
17760
|
var intercom_default = Intercom;
|
|
17758
17761
|
|
|
17759
17762
|
// src/plugins/player/mediaStreamAudioWaveShow.ts
|
|
17760
|
-
|
|
17763
|
+
init_define_processenv();
|
|
17761
17764
|
init_jsx_shim();
|
|
17762
17765
|
var iSamplePerSecond = 24;
|
|
17763
17766
|
var iSliceCount = iSamplePerSecond * 8;
|
|
@@ -17944,7 +17947,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
17944
17947
|
};
|
|
17945
17948
|
|
|
17946
17949
|
// src/plugins/player/mediaStreamAudioWaveShowBVRtc.ts
|
|
17947
|
-
|
|
17950
|
+
init_define_processenv();
|
|
17948
17951
|
init_jsx_shim();
|
|
17949
17952
|
var iSamplePerSecond2 = 24;
|
|
17950
17953
|
var iSliceCount2 = iSamplePerSecond2 * 8;
|
|
@@ -18812,7 +18815,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
18812
18815
|
var puPlayer_default = PuPlayer;
|
|
18813
18816
|
|
|
18814
18817
|
// src/components/conference.ts
|
|
18815
|
-
|
|
18818
|
+
init_define_processenv();
|
|
18816
18819
|
init_jsx_shim();
|
|
18817
18820
|
var getRemoteSdpResult2 = (sdp, token, param) => __async(void 0, null, function* () {
|
|
18818
18821
|
const { id, index } = param || {};
|
|
@@ -18871,7 +18874,7 @@ ${event.candidate ? event.candidate.candidate : "(null)"}`
|
|
|
18871
18874
|
var conference_default = Conference;
|
|
18872
18875
|
|
|
18873
18876
|
// src/components/types.ts
|
|
18874
|
-
|
|
18877
|
+
init_define_processenv();
|
|
18875
18878
|
init_jsx_shim();
|
|
18876
18879
|
|
|
18877
18880
|
// src/main.ts
|